@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px;
  overflow-x: hidden;
  /* Hide horizontal scrollbar */ }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #002B54; }

p {
  font-family: "Montserrat", sans-serif; }

h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 2rem; }
  @media (max-width: 575.98px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 2rem; }
  @media (max-width: 575.98px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1.5rem; }
  @media (max-width: 575.98px) {
    h3 {
      font-size: 22px; } }

h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 1rem; }
  @media (max-width: 575.98px) {
    h4 {
      font-size: 16px; } }

h5 {
  font-size: 14px;
  font-weight: 500; }

a {
  color: #002b54;
  text-decoration: underline; }

button {
  color: #fff;
  outline: medium none; }

.text-white {
  color: #fff; }

.btn-primary {
  background-color: #002B54;
  border: none;
  padding: 1.5rem 2rem; }
  .btn-primary:hover {
    background-color: #734f1e;
    color: #fff; }

.slick-slide {
  outline: none; }

a, button {
  outline: none !important; }

#navbar {
  overflow: hidden;
  /* background-color: rgba(0, 43, 84, 0.5);*/
  padding: 20px 10px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  display: flex;
  justify-content: center; }

#navbar-right {
  float: right; }

@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 40px !important; }
  #navbar a {
    float: none;
    display: block;
    text-align: left; }
  #navbar-right {
    float: none; } }

.header-area {
  position: relative;
  z-index: 1; }

.banner-height {
  height: 1000px; }
  @media (max-width: 575.98px) {
    .banner-height {
      height: 650px; } }

.banner-bg1 {
  background-image: url(../img/ban1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.banner-bg2 {
  background-image: url(../img/ban2.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.banner-bg3 {
  background-image: url(../img/ban3.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.banner-bg4 {
  background-image: url(../img/ban4.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.banner-bg5 {
  background-image: url(../img/ban5.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.banner-bg6 {
  background-image: url(../img/ban6.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.banner-bg7 {
  background-image: url(../img/ban7.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.banner-bg8 {
  background-image: url(../img/ban8.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.banner-area {
  position: relative;
  margin-top: -8.5rem; }
  .banner-area .banner-content span {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    text-align: right;
    display: block; }
  .banner-area .banner-content h1 {
    color: #fff;
    line-height: 1.1;
    text-transform: capitalize;
    display: block; }
  .banner-area .banner-content img {
    float: right;
    padding-right: 15px;
    width: 203;
    height: 54px; }
  .banner-area .banner-content p {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 114px;
    padding-right: 35px;
    font-weight: 500; }
    @media (max-width: 575.98px) {
      .banner-area .banner-content p {
        margin-bottom: 34px;
        padding-right: 1rem; } }

.banner-overly {
  position: relative;
  z-index: 2; }
  .banner-overly::before {
    position: absolute;
    content: "";
    background-color: rgba(1, 10, 28, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat; }

.header-transparent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9; }

.banner-item p {
  padding-bottom: 20px; }

.slider-nav {
  width: 425px;
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 5%;
  right: 20%;
  cursor: pointer; }
  @media (max-width: 575.98px) {
    .slider-nav {
      right: 0%;
      display: none; } }
  @media (max-width: 575.98px) {
    .slider-nav .slick-slide img {
      width: 100px; } }

.intro {
  padding: 6rem 0;
  overflow: hidden; }
  .intro .icon-box {
    margin-bottom: 3rem;
    display: flex;
    align-items: center; }
    @media (max-width: 767.98px) {
      .intro .icon-box {
        display: block;
        text-align: center; } }
    .intro .icon-box .icon {
      float: left;
      margin-right: 3rem;
      vertical-align: top; }
      @media (max-width: 767.98px) {
        .intro .icon-box .icon {
          float: none;
          margin-right: 0; } }
    .intro .icon-box .icon-text {
      display: inline-block;
      width: 65%; }
      .intro .icon-box .icon-text p {
        margin-bottom: 0; }

.tailoring {
  overflow: hidden; }
  .tailoring .tailoring-area {
    display: flex;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    background: #F5F5F5;
    height: 700px; }
    .tailoring .tailoring-area .tailoring-details p {
      color: #313941;
      margin-bottom: 42px; }
  .tailoring .tailoring-img {
    background-image: url(../img/expertise.png);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    height: 700px; }
    @media (max-width: 767.98px) {
      .tailoring .tailoring-img {
        height: 400px; } }

.quality {
  overflow: hidden; }
  .quality .quality-area {
    display: flex;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    background: #002B54;
    height: 700px; }
    .quality .quality-area .quality-details h2 {
      color: #F5F5F5; }
    .quality .quality-area .quality-details p {
      color: #F5F5F5;
      margin-bottom: 42px; }
  .quality .quality-img {
    background-image: url(../img/quality.jpg);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    height: 700px; }
    @media (max-width: 767.98px) {
      .quality .quality-img {
        height: 400px; } }

.experience {
  overflow: hidden; }
  .experience .experience-area {
    display: flex;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    height: 700px; }
    .experience .experience-area .experience-details p {
      color: #313941;
      margin-bottom: 42px; }
  .experience .video img {
    max-width: 70%;
    box-shadow: 5px 10px 18px #888888; }
    @media (max-width: 768.98px) {
      .experience .video img {
        max-width: 100%;
        box-shadow: none; } }

.accessories {
  overflow: hidden; }
  .accessories .accessories-area {
    display: flex;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    background: #F5F5F5;
    height: 700px; }
    .accessories .accessories-area .accessories-details p {
      color: #313941;
      margin-bottom: 42px; }
  .accessories .accessories-img {
    background-image: url(../img/accessories.jpg);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    height: 700px; }
    @media (max-width: 767.98px) {
      .accessories .accessories-img {
        height: 400px; } }

.title-row {
  padding: 6rem 1rem;
  background: url(../img/crest.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  .title-row .title-area p {
    color: #000F1D;
    font-size: 20px;
    margin-bottom: 2rem; }

.testimonials {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 170px; }
  @media (max-width: 575.98px) {
    .testimonials {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .testimonials .testimonial-content {
    position: relative; }
    .testimonials .testimonial-content img {
      position: absolute;
      top: -69px;
      left: -80px;
      z-index: -1; }
      @media (max-width: 575.98px) {
        .testimonials .testimonial-content img {
          left: 0px; } }
    .testimonials .testimonial-content p {
      font-size: 19px;
      color: #fff;
      line-height: 1.6;
      margin-bottom: 46px; }
  .testimonials .single-testi {
    padding: 100px 10px 0 100px; }
    @media (max-width: 575.98px) {
      .testimonials .single-testi {
        padding: 100px 10px 0 10px; } }
  .testimonials .testi-img {
    margin-left: -15px; }
  .testimonials .testi-text {
    margin-left: 24px; }
    .testimonials .testi-text span {
      color: #fff;
      font-weight: 500;
      line-height: 1.5;
      font-size: 22px; }
    .testimonials .testi-text p {
      color: #fff;
      font-size: 14px; }

.testimonial-open button.slick-arrow {
  position: absolute;
  border: 0;
  padding: 10px;
  cursor: pointer !important;
  background: none;
  right: 87px;
  margin: 0 10px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
  bottom: 0px;
  z-index: 1;
  transform: rotate(-45deg) !important; }
  .testimonial-open button.slick-arrow:hover {
    color: #fff; }

.testimonial-open button.slick-next {
  right: -20px;
  transform: rotate(45deg) !important; }

.testimonial-open.dot-style .slick-dots {
  bottom: 0%;
  right: 25px;
  position: absolute; }

.testimonial-open.dot-style .slick-dots li {
  display: inline-block; }

.testimonial-open.dot-style .slick-dots button {
  margin-right: 7px;
  cursor: pointer;
  background: none;
  color: #fff;
  border: 0;
  font-size: 16px;
  padding: 0; }

.testimonial-open.dot-style .slick-active button {
  color: #fff; }

.slick-initialized .slick-slide {
  outline: 0; }

.faq-row {
  padding: 6rem 1rem; }

.footer-wrappper {
  background: #002B54; }
  .footer-wrappper .footer-area {
    padding: 3rem 0 0; }

.footer-bottombar .fborder {
  padding: 33px 0px 20px; }

.footer-bottombar .footer-copyright p {
  color: #646D77;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 12px; }
  .footer-bottombar .footer-copyright p i {
    color: #fff; }
  .footer-bottombar .footer-copyright p a {
    color: #fff; }
    .footer-bottombar .footer-copyright p a img {
      width: 15px; }

.social a {
  /*background: rgba(50, 157, 35,.06);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    text-align: center;*/
  margin: 0 20px;
  /* &:hover{
      color: #000;
      background: #fff;
      border: 1px solid transparent;
      i{
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
      }
    }*/
  /*  i{
      display:inline-block;
      transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
    }*/ }

.accordion__item {
  margin-bottom: 10px; }
  .accordion__item__header {
    padding: 1.5rem 0rem 0.7rem;
    cursor: pointer;
    position: relative;
    color: #002B54;
    font-weight: 500;
    font-size: 20px;
    border-top: 2px solid #E0E0E0;
    padding-right: 2rem; }
    .accordion__item__header::before {
      height: 12px;
      width: 12px;
      content: "";
      position: absolute;
      right: 15px;
      top: 27px;
      transition: 0.5s all;
      transform: rotate(45deg);
      border-right: 2px solid #002B54;
      border-bottom: 2px solid #002B54; }
    .accordion__item__header.active {
      color: #002B54;
      transition: 0.4s; }
      .accordion__item__header.active::before {
        transform: rotate(-135deg);
        top: 34px; }
  .accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    max-width: 95%; }

@media (max-width: 575.98px) {
  .footer-logo {
    max-width: 300px;
    margin: 0 auto;
    display: block; } }

.social {
  line-height: 3rem; }

.formbox {
  padding: 3rem;
  border-radius: 1rem;
  background: url(../img/crest.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #002b54;
  margin: 0 2rem 3rem; }
  @media (max-width: 575.98px) {
    .formbox {
      margin: 0 1rem 3rem;
      padding: 2rem 1rem; } }
  .formbox h3 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 0 2rem; }
  .formbox input {
    height: 60px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    width: 100%;
    margin: 0.5rem 0;
    padding: 1rem; }
  .formbox input.wfe_button {
    background: #855ebc;
    cursor: pointer;
    border: 0;
    font-weight: 600;
    color: #fff;
    transition: 0.3s; }
    .formbox input.wfe_button:hover {
      background: #674990; }

/*.formbox */
.formbox2 {
  padding: 1rem;
  border-radius: 1rem;
  background: url(../img/crest.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #002b54; }
  @media (max-width: 575.98px) {
    .formbox2 {
      margin: 0 0rem 1rem;
      padding: 1rem 0rem; } }
  .formbox2 h3 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 0 1rem 2rem; }
  .formbox2 .modal-header {
    border-bottom: 0;
    padding-bottom: 0; }
    .formbox2 .modal-header .close {
      color: #fff; }
      .formbox2 .modal-header .close:hover {
        color: #fff; }
  .formbox2 .modal-body {
    padding-top: 0; }
  .formbox2 input, .formbox2 select {
    height: 60px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    width: 100%;
    margin: 0.5rem 0;
    padding: 1rem; }
  .formbox2 textarea {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    width: 100%;
    margin: 0.5rem 0;
    padding: 1rem; }
  .formbox2 input.wfe_button {
    background: #855ebc;
    cursor: pointer;
    border: 0;
    font-weight: 600;
    color: #fff;
    transition: 0.3s; }
    .formbox2 input.wfe_button:hover {
      background: #674990; }

/*.formbox */
#the-suit {
  background: url("../img/suit-bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  padding: 6rem 0;
  background-attachment: fixed; }
  #the-suit h2 {
    color: #fff; }

@-webkit-keyframes animBlock {
  0% {
    display: block;
    opacity: 1; }
  1% {
    display: block;
    opacity: 1;
    transform: scale(0.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes animBlock {
  0% {
    display: block;
    opacity: 1; }
  1% {
    display: block;
    opacity: 1;
    transform: scale(0.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }

img {
  max-width: 100%;
  height: auto; }

.product {
  position: relative;
  max-width: 500px;
  width: 100%;
  margin: 0 auto; }
  @media (max-width: 500px) {
    .product {
      max-width: 320px; } }

/*hotspot 1*/
.msdw-hotspot-wrapper1 {
  position: absolute;
  bottom: 520px;
  right: 360px; }
  @media (max-width: 500px) {
    .msdw-hotspot-wrapper1 {
      bottom: 340px;
      right: 230px; } }

.msdw-hotspot-icon1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1; }

.msdw-hotspot-info1 {
  position: relative;
  padding: 30px 110px 50px 0;
  width: 390px;
  text-align: center; }
  .msdw-hotspot-info1::before {
    content: "";
    width: 110px;
    height: 1px;
    position: absolute;
    bottom: 53px;
    right: 30px;
    background-color: #fff;
    z-index: 1;
    transform: rotate(-152deg); }

/*hotspot 2*/
.msdw-hotspot-wrapper2 {
  position: absolute;
  bottom: 380px;
  right: 320px; }
  @media (max-width: 500px) {
    .msdw-hotspot-wrapper2 {
      bottom: 230px;
      right: 200px; } }

.msdw-hotspot-icon2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1; }

.msdw-hotspot-info2 {
  position: relative;
  padding: 30px 110px 50px 0;
  width: 390px;
  text-align: center; }
  .msdw-hotspot-info2::before {
    content: "";
    width: 110px;
    height: 1px;
    position: absolute;
    bottom: 53px;
    right: 30px;
    background-color: #fff;
    z-index: 1;
    transform: rotate(-152deg); }

/*hotspot 3*/
.msdw-hotspot-wrapper3 {
  position: absolute;
  bottom: 270px;
  right: 239px; }
  @media (max-width: 500px) {
    .msdw-hotspot-wrapper3 {
      bottom: 130px;
      right: 149px; } }

.msdw-hotspot-icon3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1; }

.msdw-hotspot-info3 {
  position: relative;
  padding: 30px 110px 50px 0;
  width: 390px;
  text-align: center; }
  .msdw-hotspot-info3::before {
    content: "";
    width: 110px;
    height: 1px;
    position: absolute;
    bottom: 53px;
    right: 30px;
    background-color: #fff;
    z-index: 1;
    transform: rotate(-152deg); }

/*hotspot 4*/
.msdw-hotspot-wrapper4 {
  position: absolute;
  bottom: 80px;
  right: 419px; }
  @media (max-width: 500px) {
    .msdw-hotspot-wrapper4 {
      bottom: 40px;
      right: 269px; } }

.msdw-hotspot-icon4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1; }

.msdw-hotspot-info4 {
  position: relative;
  padding: 30px 110px 50px 0;
  width: 390px;
  text-align: center; }
  .msdw-hotspot-info4::before {
    content: "";
    width: 110px;
    height: 1px;
    position: absolute;
    bottom: 53px;
    right: 30px;
    background-color: #fff;
    z-index: 1;
    transform: rotate(-152deg); }

/*hotspot 5*/
.msdw-hotspot-wrapper5 {
  position: absolute;
  bottom: 91px;
  right: 230px; }
  @media (max-width: 500px) {
    .msdw-hotspot-wrapper5 {
      bottom: 21px;
      right: 140px; } }

.msdw-hotspot-icon5 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1; }

.msdw-hotspot-info5 {
  position: relative;
  padding: 30px 110px 50px 0;
  width: 390px;
  text-align: center; }
  .msdw-hotspot-info5::before {
    content: "";
    width: 110px;
    height: 1px;
    position: absolute;
    bottom: 53px;
    right: 30px;
    background-color: #fff;
    z-index: 1;
    transform: rotate(-152deg); }

/*hotspot 6*/
.msdw-hotspot-wrapper6 {
  position: absolute;
  bottom: 140px;
  left: 340px; }
  @media (max-width: 500px) {
    .msdw-hotspot-wrapper6 {
      bottom: 60px;
      left: 210px; } }

.msdw-hotspot-icon6 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

.msdw-hotspot-info6 {
  position: relative;
  padding: 30px 0 50px 110px;
  width: 390px;
  text-align: center; }
  .msdw-hotspot-info6::before {
    content: "";
    width: 110px;
    height: 1px;
    position: absolute;
    bottom: 53px;
    left: 30px;
    background-color: #fff;
    z-index: 1;
    transform: rotate(152deg); }

/*hotspot 7*/
.msdw-hotspot-wrapper7 {
  position: absolute;
  bottom: 240px;
  left: 340px; }
  @media (max-width: 500px) {
    .msdw-hotspot-wrapper7 {
      bottom: 140px;
      left: 220px; } }

.msdw-hotspot-icon7 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

.msdw-hotspot-info7 {
  position: relative;
  padding: 30px 0 50px 110px;
  width: 390px;
  text-align: center; }
  .msdw-hotspot-info7::before {
    content: "";
    width: 110px;
    height: 1px;
    position: absolute;
    bottom: 53px;
    left: 30px;
    background-color: #fff;
    z-index: 1;
    transform: rotate(152deg); }

/*hotspot 8*/
.msdw-hotspot-wrapper8 {
  position: absolute;
  bottom: 390px;
  left: 350px; }
  @media (max-width: 500px) {
    .msdw-hotspot-wrapper8 {
      bottom: 240px;
      left: 220px; } }

.msdw-hotspot-icon8 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

.msdw-hotspot-info8 {
  position: relative;
  padding: 30px 0 50px 110px;
  width: 390px;
  text-align: center; }
  .msdw-hotspot-info8::before {
    content: "";
    width: 110px;
    height: 1px;
    position: absolute;
    bottom: 53px;
    left: 30px;
    background-color: #fff;
    z-index: 1;
    transform: rotate(152deg); }

/*hotspot 9*/
.msdw-hotspot-wrapper9 {
  position: absolute;
  bottom: 460px;
  left: 300px; }
  @media (max-width: 500px) {
    .msdw-hotspot-wrapper9 {
      bottom: 280px;
      left: 190px; } }

.msdw-hotspot-icon9 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

.msdw-hotspot-info9 {
  position: relative;
  padding: 30px 0 50px 110px;
  width: 390px;
  text-align: center; }
  .msdw-hotspot-info9::before {
    content: "";
    width: 110px;
    height: 1px;
    position: absolute;
    bottom: 53px;
    left: 30px;
    background-color: #fff;
    z-index: 1;
    transform: rotate(152deg); }

/*hotspot X*/
.msdw-hotspot-wrapperX {
  position: absolute;
  bottom: 50px;
  left: 230px; }

.msdw-hotspot-iconX {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

.msdw-hotspot-infoX {
  position: relative;
  padding: 0 0 50px 200px;
  width: 500px;
  text-align: center; }
  .msdw-hotspot-infoX::before {
    content: "";
    width: 250px;
    height: 1px;
    position: absolute;
    bottom: 120px;
    left: 0;
    background-color: #1abc9c;
    z-index: 1;
    transform: rotate(-45deg); }

.msdw-hotspot {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden; }
  .msdw-hotspot:active, .msdw-hotspot:hover, .msdw-hotspot:focus {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.01);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-touch-callout: none; }
    .msdw-hotspot:active .msdw-hotspot-info, .msdw-hotspot:hover .msdw-hotspot-info, .msdw-hotspot:focus .msdw-hotspot-info {
      -webkit-animation: animBlock .15s;
              animation: animBlock .15s; }

.ie9 .msdw-hotspot-info,
.ie10 .msdw-hotspot-info {
  background: transparent url(IEsucks.gif); }

.msdw-hotspot-caption {
  padding: 5px 15px;
  line-height: 1.25;
  /*  background-color: #fff;*/
  color: #fff; }
  .msdw-hotspot-caption h4 {
    color: #fff;
    margin-bottom: 0.3rem; }
  .msdw-hotspot-caption p {
    font-size: 14px; }

/*@import 'blog_page';*/

/*# sourceMappingURL=style.css.map */
