@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700|Montserrat:200,300,400,500,600,700,800,900');

body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #8f8f8f;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    min-width: 1230px;
    margin: 0;
}

.xs-banner.agency-banner4 {
    min-height: 850px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -120px;
}
.xs-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.agency-banner-content-group {
    width: 100%;
    position: relative;
    z-index: 9;
}
a, b, div, ul, li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-outline-: none;
}

.container {
    max-width: 1140px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.agency-banner-content.banner-style4 {
       margin-top: 210px;
}
.agency-banner-content {
    color: #FFFFFF;
}
.text-center {
    text-align: center!important;
}


.agency-banner-content.banner-style4 .banner-title {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 50.4px;
}
h1, .banner-title {
    font-size: 3.75rem;
    font-weight: 600;
    margin-bottom: 45px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.btn-primary {
    background-color: #1bd1ea;
}
.btn:not([class*=btn-outline-]) {
    border: 0px;
    color: #FFFFFF;
    background-color: #2f49c1;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.08);
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn.style3 {
    background-color: #e36e91;
}

.btn {
    font-weight: 700;
    font-size: 0.875rem;
    border-radius: 1.71875rem;
    padding: 0 35px;
    height: 52px;
    line-height: 52px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space: normal;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-block {
  display: block;
}


/* business info area doodle parallax */
.business-info-area {
  position: relative;
}
.business-info-area .doodle-parallax .single-doodle {
  position: absolute;
  pointer-events: none;
}
.business-info-area .doodle-parallax .single-doodle.one {
  top: 0;
  left: 0;
  margin-top: -150px;
}
.business-info-area .doodle-parallax .single-doodle.two {
  right: 0;
  bottom: 0;
}

.business-info-area2 {
  margin-bottom: 0px;
}

.xs-section-padding {
    padding: 50px 0;
}
.business-info-area2 {
    margin-bottom: 0px;
}
.business-info-area {
    position: relative;
    width: 100%;
}


.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.single-info-block {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 70px 30px;
    min-height: 366px;
    background-color: #FFFFFF;
}

.single-info-block:hover, .single-info-block.active {
    -webkit-box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.single-info-block .info-header {
    margin-bottom: 25px;
}

.single-info-block .small {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}


h3, .content-title {
    color: #000000;
    font-size: 1.75rem;
    font-weight: 700;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.agency-section-title.text-center {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.agency-section-title.section-title-style2 .main-title {
    margin-bottom: 20px;
    margin-top: 20px;
}

.agency-section-title .main-title {
    font-size: 35px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

h2, .section-title {
    font-size: 2.25rem;
    font-weight: 500;
    color: #000000;
}

.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.funfact-img-wraper {
    margin-left: -45px;
}

.funfact-content {
    padding-right: 60px;
}

.funfact-content .funfact-title {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.funfact-content p {
    margin-bottom: 30px;
    color: #201c1c;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 0px !important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.funfact-lists .single-funfact-item:not(:last-child) {
    margin-right: 70px;
}
.list-inline > li:not(:last-child) {
    margin-right: 10px;
}
.list-inline > li {
    display: inline-block;
}

.single-funfact-item > span {
    color: #000000;
    font-size: 2.25rem;
    font-weight: 700;
}

.single-funfact-item > span {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

p:last-child {
    margin-bottom: 0px;
    color: #201c1c;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 10px;
    padding-top: 0px;
    letter-spacing: 0.1px;
}

.delighter.started.calltoaction-area-2 {
    overflow: visible;
    margin-top: 40px;
}
.delighter.calltoaction-area-2 {
    overflow: hidden;
}
.calltoaction-area-2 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.call-to-action-wraper {
    position: relative;
    padding: 50px 0;
}

.calltoaction-area-2 .xs-overlay {
    background-color: #050d8a;
    opacity: .9;
}
.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 0;
}

.call-to-action.action-style2 .content-title {
    font-size: 23px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 50px;
}
.call-to-action .content-title {
    color: #FFFFFF;
}

.call-to-action {
    position: relative;
    z-index: 2;
}




.delighter.started .content-over-img-wraper .content-over-img.img-1, .delighter.started .content-over-img-wraper .content-over-img.img-2 {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.delighter.started .content-over-img-wraper .content-over-img {
    opacity: 1;
    visibility: visible;
}
.delighter .content-over-img-wraper .content-over-img.img-1 {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.delighter .content-over-img-wraper .content-over-img {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.content-over-img-wraper .content-over-img.img-1 {
    left: 0;
}
.content-over-img-wraper .content-over-img {
    position: absolute;
    bottom: -50px;
    z-index: 99;
}

.content-over-img-wraper .content-over-img.img-2 {
    right: 0;
}

.about-agencify-area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.about-agency-title {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 3.4px;
}

.about-agency-title span {
    color: #04118b;
    font-family: inherit;
}

.theme-menu-two.transparent-menu {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    position: relative;
}

.theme-menu-two .main-header {
    padding: 49px 0 0 0;
    overflow: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.menuzord {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    float: left;
    position: relative;
}
.menuzord, .menuzord * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.menuzord-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuzord-menu > li {
    display: inline-block;
}

.theme-menu-two.transparent-menu .menuzord-menu > li > a {
    color: #fff;
}

.menuzord-menu > li > a {
    padding: 10px 15px 10px 15px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 15.7px;
    color: #282828;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 12px 30px;
  line-height: 1.42857143;
  vertical-align: top;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fdfdfd;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}


.snip1189 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1189 a {
  display: block;
  position: relative;
}
.snip1189 a:before,
.snip1189 a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.snip1189 a:before {
  left: 0;
  top: 0;
  border-left: 3px solid #e36e91;
  border-top: 3px solid #e36e91;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.snip1189 a:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #e36e91;
  border-bottom: 3px solid #e36e91;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.snip1189 a:hover:before,
.snip1189 .current a:before,
.snip1189 a:hover:after,
.snip1189 .current a:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

.dropOut {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.dropOut ul {
  padding: 0;
  margin: 0;
}

.dropOut li {
  text-align: left;
  padding: 10px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  padding-left: 40px;
}
.dropOut li span {
    color: #000000;
    margin: 0 2px 0 10px;
    font-size: 19px;
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
}
.dropOut li:hover {
  color: #000000;
  background: #f3f4f578;
  border-radius: 4px;
}
.dropOut a {
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    padding: 10px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}


.product-caption {
    text-align: center;
    padding: 0px 0px 0px;
    overflow: hidden;
    width: 600px;
    margin: 25px auto;
    border: 2px solid #e6e6ff38;
    padding: 20px;
}

.product-caption b {
    float: left;
    margin-right: 10px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 29px;
    color: #000;
}

.product-caption p:after {
    content: '................................................................................';
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #e6e6ff;
    margin-top: -4px;
}

.product-caption i {
    float: right;
    margin-left: 10px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 29px;
    color: #000;
}

.product-caption p {
    margin-bottom: 5px;
    margin-top: 0;
    overflow: hidden;
}

.product-caption p:last-child {
    margin-bottom: 0px;
    color: #201c1c;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    padding: 0px;
    letter-spacing: 0.1px;
}