@charset "UTF-8";
/* CSS Document */

/* banners */
.error-banner {
	background: #f2f2f2 url(images/404/404.png ) center top no-repeat;
	min-height: 1000px;
	display: block;
	width: 100%;
	position: relative;
}

/* fonts */
.h1-c-w {
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.h1-c{
  font-size: 36px;
  color: #000;
  text-align: center;
}
.h2-c-w {
  font-size: 30px;
  color: #fff;
  text-align: center;
}
.h3-c-w {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.h3-c-b {
  font-size: 24px;
  color: #0096ff;
  text-align: center;
}
.h3-c {
  font-size: 24px;
  color: #000;
  text-align: center;
}
.h3-w {
  font-size: 24px;
  color: #fff;
}
.p-c-w {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.p-c {
  font-size: 14px;
  color: #000;
  text-align: center;
}
.p-w {
  font-size: 14px;
  color: #fff;
}

/* backgrounds */
.blue-background {
	background-color: #0096ff;
	position: relative;
	min-height: 100px;
	width: 100%;
}
.map-background {
	background-color: #031929;
	position: relative;
	min-height: 100px;
	width: 100%;
}
.grey-background {
	background-color: #f2f2f2;
	position: relative;
	min-height: 100px;
	width: 100%;
}
.black-background {
	background-color: #000;
	position: relative;
	min-height: 100px;
	width: 100%;
}

/* icons */
.white, .white a {
  color: #fff;
}
.grey {
    color:#5c5c5c;
}

/* benefit callouts */
.subtitle {
    font-size: 20px;
    font-weight: 700;
}
.subtitlew {
    font-size: 20px;
    font-weight: 700;
	color: #fff;
}

.padding20 {
    padding:30px;
}

/* button */

/* spacing */
.padding {
	height: 50px;
}

/* video */
#awesome_video {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* pricing menu */
.pricing {
  padding: 50px 0;
}
.pricing-table {
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #fff;
}
.pricing-table .pricing-header .pt-price {
  font-family: Arial, Helvetica;
  color: #4c4c4c;
  font-size: 40px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
  padding: 10px 40px;
}
.pricing-table .pricing-header .pt-price medium {
  font-size: 25px;
  color: #4c4c4c;
  font-weight: 300;
}
.pricing-table .pricing-header .pt-price small {
  font-size: 13px;
  color: #9a9a9a;
  font-weight: 300;
}
.pricing-table .pricing-header .pt-name {
  font-family: "Oswald";
  padding: 10px 40px;
  text-align: center;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #4c4c4c;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.pricing-table .pricing-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-table .pricing-body ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin: 0;
}
.pricing-table .pricing-body ul li:nth-child(even) {
  background-color: #fafafa;
}
.pricing-table .pricing-body ul li .fa-times {
  color: #ff6666;
}
.pricing-table .pricing-body ul li .fa-check {
  padding-top: 40px;
  color: #0096ff;
}
.pricing-table .pricing-footer {
  text-align: center;
  padding: 15px 40px;
  border-top: 1px solid #f2f2f2;
}
.pricing-table.featured .pricing-header {
  position: relative;
  overflow: hidden;
}
.pricing-table.featured .pricing-header .pt-price {
  color: #0096ff;
}
.pricing-table.featured .pricing-header .pt-price small {
  color: #0096ff;
}
.pricing-table.featured .pricing-header .pt-name {
  color: #0096ff;
}
.pricing-table.featured .pricing-header .featured-text {
  font-family: "Oswald";
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  background-color: #0096ff;
  color: #fff;
  position: absolute;
  top: 22px;
  left: -28px;
  padding: 5px 0;
  width: 126px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-default {
  color: #676767;
  border-color: #e5e5e5;
 
}
.btn-default:hover {
  color: #fff;
  background-color: #0096ff;
  border-color: #0096ff;
}
.btn {
  font-family: Arial, Helvetica;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 8px 30px;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
          transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.btn-main {
  color: #fff;
  background-color: #0096ff;
  border-color: #0096ff;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active {
  background-color: #0096ff;
  border-color: #0096ff;
  color: #fff;
}

/* comparison menu */
.comparison-table{
  border-collapse:collapse;
}
.comparison-table .empty-cell{
  border:none;
  background:none;
}
.comparison-table td,
.comparison-table th{
  padding:10px 15px;
  border:1px solid #e9e9e9;
  min-width:130px;
  max-width: 800px;
  text-align:center;
}
.comparison-table .comparison-table-section-header td{
  font-weight:500;
  font-size:12px;
  padding-top:20px;
  color:#222;
  text-transform:uppercase;
  background:#f9f9f9;
  letter-spacing:1px;
}
.comparison-table .comparison-table-desc{
  display:block;
  font-size:11px;
  color:#aaa;
  max-height:0;
  overflow:hidden;
  margin:0;
}
.comparison-table th{
  background:#f9f9f9;
  font-weight:500;
  text-transform:uppercase;
  color:#666;
  padding-top:20px;
  padding-bottom:20px;
  letter-spacing:2px;
  font-size:14px;
}
.comparison-table .comparison-table-pro{
  background:#0096ff;
  color:white;
  border-color:#0096ff;
}
.comparison-table td:first-child{
	text-align: left;
	padding-top: 20px;
}
.comparison-table .fa-check{
  color:#0096ff;
}

/* icons */
.iconcontainer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.iconbox {
  background: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 25px;
  text-align: right;
  display: block;
  margin-top: 60px;
  margin-bottom: 15px;
}
.iconboxc {
  background: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 25px;
  text-align: center;
  display: block;
  margin-top: 60px;
  margin-bottom: 15px;
}
.iconboxl {
  background: #ffffff;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 20px 25px;
  text-align: left;
  display: block;
  margin-top: 60px;
  margin-bottom: 15px;
}
.iconbox-icon {
  background-color: #008EED;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  margin-top: -70px;
}
.iconbox-icon span {
  color: #fff;
  font-size: 42px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  text-align: center;
  vertical-align: middle;
}


/* bio timeline */
.timeline{
  list-style:none;
  padding:0 0 20px;
  position:relative;
  margin-top:-15px
}
.timeline:before{
  top:30px;
  bottom:25px;
  position:absolute;
  content:" ";
  width:3px;
  background-color:#ccc;
  left:25px;
  margin-right:-1.5px
}
.timeline>li,.timeline>li>.timeline-panel{
  margin-bottom:5px;
  position:relative
}
.timeline>li:after,.timeline>li:before{
  content:" ";
  display:table
}
.timeline>li:after{
  clear:both
}
.timeline>li>.timeline-panel{
  margin-left:55px;
  float:left;
  top:19px;
  padding:4px 10px 8px 15px;
  border:1px solid #ccc;
  border-radius:5px;
  width:100%
}
.timeline>li>.timeline-badge{
  color:#fff;
  width:36px;
  height:36px;
  line-height:36px;
  font-size:1.2em;
  text-align:center;
  position:absolute;
  top:26px;
  left:9px;
  margin-right:-25px;
  background-color:#0096ff;
  z-index:100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline>li.timeline-inverted>.timeline-panel{
  float:left
}
.timeline>li.timeline-inverted>.timeline-panel:before{
  border-right-width:0;
  -left-width:15px;
  right:-15px;
  left:auto
}
.timeline>li.timeline-inverted>.timeline-panel:after{
  border-right-width:0;
  border-left-width:14px;
  right:-14px;
  left:auto
}
.timeline-badge.primary{
  background-color:#2e6da4!important
}
.timeline-badge.success{
  background-color:#3f903f!important
}
.timeline-badge.warning{
  background-color:#f0ad4e!important
}
.timeline-badge.danger{
  background-color:#d9534f!important
}
.timeline-badge.info{
  background-color:#5bc0de!important
}
.timeline-title{
  margin-top:0;
  color:inherit
}
.timeline-body>p,.timeline-body>ul{
  margin-bottom:0;
  margin-top:0
}
.timeline-body>p+p{
  margin-top:5px
}
.timeline-badge>.glyphicon{
  margin-right:0px;
  color:#fff
}
.timeline-body>h4{
  margin-bottom:0!important
}

/* blog */

.thumb-contenido{
    
    margin-bottom:1%;
    margin-left: 0px;
    padding-left: 0px;
}


/* cloud map */

@media (max-width: 991px) {
	.container {
		padding-left: 24px;
		padding-right: 24px;
	}
}
@media (max-width: 767px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
	.navbar-open .navbar-container {
		z-index: 3;
		background-color: rgba(255,255,255,0.95);
		visibility: visible;
	}
	.navbar-open.navbar-bgfade .navbar-container {
		background-color: transparent;
	}
}
@media (max-width: 1199px) {
	
	.footer-bottom .nav li a {
		padding: 0 16px 0;
	}
}

/* -------------------------------
   3.0 Page Sections
------------------------------- */

/* 3.1 Section: General */

.page-section {
	padding-top: 48px;
	padding-bottom: 55px;
	border-bottom: 1px solid #edeff2;
}
.page-section:last-child {
	border: none;
}
.section-row {
	padding-bottom: 55px;
	margin-bottom: 48px;
	border-bottom: 1px solid #edf0f2;
}
.section-row:after,
.section-row:before {
  display: table;
  content: "";
  clear: both;
}
.section-row:first-child {
	padding-top: 0;
}
.section-row:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.section-title {
	margin-left: auto;
	margin-right: auto;
}
.section-desc {
	margin-top: -4px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 28px;
}
.section-center .section-desc,
.section-center .section-title {
	max-width: 700px;
}
.section-center,
.section-center .actions {
}
.section-image .image {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.section-image .browser {
  max-width: 440px;
  margin: 35px auto;
}
.section-image .image:after,
.section-image .image:before {
  display: table;
  content: "";
  clear: both;
}
.image span {
	display: block;
}
.section-image .image span {
   -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (min-width: 768px) {
	.section-center .section-desc,
	.section-center .section-title {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.section-image {
		padding-top: 30px;
	}
}

/* 3.2 Section: Dark */

.section-dark {
	border: none;
	background: #031929;
	background: linear-gradient(225deg, #031929 , #092b43 88%);
	background-image: -ms-linear-gradient(225deg, #031929 , #092b43 88%);
	background-image: -moz-linear-gradient(225deg, #031929 , #092b43 88%);
	background-image: -o-linear-gradient(225deg, #031929 , #092b43 88%);
	background-image: -webkit-linear-gradient(225deg, #031929 , #092b43 88%);
	background-image: linear-gradient(225deg, #031929 , #092b43 88%);
}

/* 3.3 Section: Blue */

.section-blue {
  position: relative;
  border: none;
  overflow: hidden;
}
.section-blue .container {
  position: relative;
  z-index: 1;
}
.section-blue:before {
  position:absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  min-width: 700px;
	border: none;
	background: #026FCE;
	background: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -ms-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -moz-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -o-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: -webkit-linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
	background-image: linear-gradient(45deg, #0B4182 1%, #1e88e5 64%, #40BAF5 97%);
}
.section-dark .section-title,
.section-blue .section-title {
	color: #fff;
}
.section-blue .section-desc ,
.section-blue p {
	color: rgba(196, 227, 255, 0.8);
}
.section-dark .section-desc {
	color: rgba(255, 255, 255, 0.6);
}
.section-blue .panel,
.section-dark .panel {
  border: none;
  -webkit-box-shadow: 0 5px 20px -5px rgba(11,27,38, 0.2);
  box-shadow: 0 5px 20px -5px rgba(11,27,38, 0.2);
}
.section-control-panel {
  margin-top: -160px;
  padding-top: 154px;
}
@media (max-width: 991px) {
  .page-section.section-control-panel {
    margin-top: -140px;
    padding-top: 134px;
  }
}
.location-map {
	position: relative;
}
.location-map .map {
	background: url(../img/map.svg) no-repeat center center;
	background-size: cover;
}
.location-map .map-grey {
	background: url(../img/map-grey.svg) no-repeat center center;
	background-size: cover;
}
.location-container {
	position: absolute;
	top: 50%;
	left: 50%;
}
.section-dark .location-map .map {
	opacity: 0.5;
}

/* 3.8 Section: Map */

/* 3.8.1 Map: Large */

.location-map-sm {
	height: 260px;
}
.location-map-sm .location-container {
	height: 260px;
	width: 524px;
	margin: -130px 0 0 -262px;
}
.location-map-sm .map {
	height: 260px;
	width: 524px;
}
.location-map-sm .location-name {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .15s;
	transition: all ease .15s;
	-webkit-transform: scale(0.65);
	transform: scale(0.65);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}
.location-map-sm .location:hover {
	z-index: 1000;
}
.location-map-sm .location:hover .location-name {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1);
}
@media (max-width: 991px) {
	.location-map-sm {
		height: 170px;
	}
	.location-map-sm .location-container {
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
	}
}

/* 3.8.2 Map: Large */

.location-map-lg .map {
	height: 580px;
	width: 1174px;
}
@media (min-width: 568px) {
	.location-map-lg {
		height: 520px;
	}
	.location-map-lg .location-container {
		height: 580px;
		width: 1174px;
		margin: -290px 0 0 -582px;
	}
	.location-map .actions {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}
@media (min-width: 568px) and (max-width: 1199px) {
	.location-map-lg {
		height: 450px;
	}
	.location-map-lg .location-container {
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
		-ms-transform: scale(0.9);
		-o-transform: scale(0.9);
		transform: scale(0.9);
	}
}
@media (min-width: 568px) and (max-width: 991px) {
	.location-map-lg {
		height: 424px;
	}
	.location-map-lg .location-container {
		-webkit-transform: scale(0.68);
		-moz-transform: scale(0.68);
		-ms-transform: scale(0.68);
		-o-transform: scale(0.68);
		transform: scale(0.68);
	}
}
@media (min-width: 568px) and (max-width: 767px) {
	.location-map-lg {
		height: 290px;
	}
	.location-map-lg .location-container {
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
}
@media (max-width: 567px) {
	.location-map-lg .map {
		display: none;
	}
	.location-map-lg .location-container {
		position: inherit;
		top: auto;
		left: auto;
		max-width: 380px;
		margin: 0 auto;
		padding: 25px 0;
	}
	.location-container:after,
	.location-container:before {
		display: block;
		content: "";
		clear: both;
	}
	.location-map-lg .location-map {
		padding: 0 30px;
	}
}

/* 3.8.3 Map: Pin */

.location-pin,
.location-pin:after {
	background-color: #0096ff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.location-pin {
	position: relative;
	z-index: 600;
	display: block;
	height: 12px;
	width: 12px;
}
.location-pin-lg {
	position: relative;
	display: block;
	height: 20px;
	width: 20px;
}
.location-pin:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	height: 22px;
	width: 22px;
	margin: -11px 0 0 -11px;
	-webkit-animation: pulsate 2s linear;
  animation: pulsate 2s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.location-pin-lg:after {
	height: 40px;
	width: 40px;
	margin: -20px 0 0 -20px;
}
.location-map-sm .location {
	height: 8px;
	width: 8px;
	cursor: pointer;
}
.location-map-sm .location-pin {
	height: 8px;
	width: 8px;
}
.location-map-sm .location-pin:after {
	height: 16px;
	width: 16px;
	margin: -8px 0 0 -8px;
}
@-webkit-keyframes pulsate{
  0% {
      -webkit-transform: scale(0);
      opacity: .05;
  }
  20% {
      -webkit-transform: scale(0.7);
      opacity: .1;
  }
  40% {
      -webkit-transform: scale(0.9);
      opacity: .2;
  }
  60% {
      -webkit-transform: scale(1.1);
      opacity: .3;
  }
  100% {
      -webkit-transform: scale(1.4);
      opacity: 0;
  }
}
@keyframes pulsate{
  0% {
      transform: scale(0);
      opacity: .05;
  }
  20% {
      transform: scale(0.7);
      opacity: .1;
  }
  40% {
      transform: scale(0.9);
      opacity: .2;
  }
  60% {
      transform: scale(1.1);
      opacity: .3;
  }
  100% {
      transform: scale(1.4);
      opacity: 0;
  }
}

/* 3.8.3 Map: Locations */

.location {
	position: absolute;
	height: 12px;
	width: 12px;
}
.location-name {
	position: absolute;
	z-index: 999;
	display: block;
	height: 28px;
}
.location-name span {
	display: block;
	height: 28px;
	padding: 0 10px;
	background-color: #0096ff;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	white-space: nowrap;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 20px -5px rgba(11,27,38, 0.2);
	box-shadow: 0 5px 20px -5px rgba(11,27,38, 0.2);
}
.location-name:after {
	position: absolute;
  z-index: -1;
	display: block;
	content: "";
	height: 1px;
	width: 20px;
	background-color: #0096ff;
}
.location-map-grey .location-name:after {
  background-color: #0096ff;
}
.location-seattle {
	top: 180px;
	left: 150px;
}
.location-seattle .location-name {
	bottom: 44px;
	right: 44px;
}
.location-seattle .location-name:after {
	bottom: -20px;
	right: -49px;
	width: 58px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-seattle {
	top: 84px;
	left: 66px;
}
.location-silicon-valley {
	top: 215px;
	left: 148px;
}
.location-silicon-valley .location-name {
	top: 35px;
	right: 37px;
}
.location-silicon-valley .location-name:after {
	top: -10px;
	right: -35px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-silicon-valley {
	top: 100px;
	left: 64px;
}
.location-los-angeles {
	top: 232px;
	left: 164px;
}
.location-los-angeles .location-name {
	top: 78px;
	right: -45px;
}
.location-los-angeles .location-name:after {
	left: 50%;
	top: -70px;
	height: 70px;
	width: 1px;
}
.location-map-sm .location-los-angeles {
	top: 108px;
	left: 72px;
}
.location-dallas {
	top: 238px;
	left: 232px;
}
.location-dallas .location-name {
	bottom: -72px;
	right: -22px;
}
.location-dallas .location-name:after {
	left: 50%;
	bottom: 15px;
	height: 60px;
	width: 1px;
}
.location-map-sm .location-dallas {
	top: 106px;
	left: 98px;
}
.location-miami {
	top: 265px;
	left: 288px;
}
.location-miami .location-name {
	top: 29px;
	left: 30px;
}
.location-miami .location-name:after {
	top: -10px;
	left: -30px;
	width: 40px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-miami {
	top: 120px;
	left: 126px;
}
.location-atlanta {
	top: 234px;
	left: 276px;
}
.location-atlanta .location-name {
	top: -9px;
	left: 110px;
}
.location-atlanta .location-name:after {
	top: 50%;
	left: -100px;
	width: 100px;
}
.location-map-sm .location-atlanta {
	top: 108px;
	left: 126px;
}
.location-new-jersey {
	top: 210px;
	left: 300px;
}
.location-new-jersey .location-name {
	bottom: 28px;
	left: 28px;
}
.location-new-jersey .location-name:after {
	bottom: -10px;
	left: -24px;
	width: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-new-jersey {
	top: 98px;
	left: 132px;
}
.location-chicago {
	top: 200px;
	left: 267px;
}
.location-chicago .location-name {
	bottom: 70px;
	left: 70px;
}
.location-chicago .location-name:after {
	bottom: -31px;
	left: -75px;
	width: 90px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-chicago {
	top: 90px;
	left: 116px;
}
.location-london {
	top: 134px;
	left: 525px;
}
.location-london .location-name {
	bottom: 24px;
	right: 24px;
}
.location-london .location-name:after {
	bottom: -10px;
	right: -24px;
	width: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-london {
	top: 62px;
	left: 232px;
}
.location-alblasserdam {
	top: 131px;
	left: 545px;
}
.location-alblasserdam .location-name {
	bottom: 73px;
	left: 73px;
}
.location-alblasserdam .location-name:after {
	bottom: -32px;
	left: -78px;
	width: 95px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-alblasserdam {
	top: 60px;
	left: 242px;
}
.location-paris {
	top: 154px;
	left: 538px;
}
.location-paris .location-name {
	top: 50px;
	left: 50px;
}
.location-paris .location-name:after {
	top: -20px;
	left: -52px;
	width: 65px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-paris {
	top: 70px;
	left: 240px;
}
.location-frankfurt {
	top: 142px;
	left: 562px;
}
.location-frankfurt .location-name {
	top: -9px;
	left: 60px;
}
.location-frankfurt .location-name:after {
	top: 50%;
	left: -60px;
	width: 60px;
}
.location-map-sm .location-frankfurt {
	top: 66px;
	left: 250px;
}
.location-tokyo {
	top: 201px;
	right: 162px;
}
.location-tokyo .location-name {
	bottom: 50px;
	left: 50px;
}
.location-tokyo .location-name:after {
	bottom: -22px;
	left: -58px;
	width: 75px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-tokyo {
	top: 90px;
	right: 72px;
}
.location-singapore {
  top: 318px;
  right: 285px;
}
.location-singapore .location-name {
  bottom: 35px;
  left: 35px;
}
.location-singapore .location-name:after {
  bottom: -12px;
  left: -34px;
  width: 45px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.location-map-sm .location-singapore {
  top: 142px;
  right: 126px;
}
.location-map-sm .location-singapore .location-name {
  bottom: 24px;
  left: 24px;
}
.location-map-sm .location-singapore .location-name:after {
  bottom: -10px;
  left: -24px;
  width: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.location-sydney {
	bottom: 102px;
	right: 83px;
}
.location-sydney .location-name {
	bottom: 50px;
	left: 50px;
}
.location-sydney .location-name:after {
	bottom: -22px;
	left: -58px;
	width: 75px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-sydney {
	bottom: 44px;
	right: 36px;
}
.location-london .location-name
 {
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}
.location-buenosaires .location-name,
.location-bogota .location-name,
.location-riverside .location-name,
.location-santa-clara .location-name {
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
.location-los-angeles .location-name {
	-webkit-transform-origin: top center;
	transform-origin: top center;
}
.location-dallas .location-name,
.location-greenbay .location-name,
.location-phoenix .location-name,
.location-denver .location-name,
.locatin-toronto .location-name {
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
}
.location-atlanta .location-name,
.location-columbus .location-name,
.location-jacksonville .location-name,
.location-tacoma .location-name,
.location-portland .location-name,
.location-frankfurt .location-name {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.location-miami .location-name,
.location-panama-city .location-name,
.location-riodejaneiro .location-name,
.location-milan .location-name,
.location-paris .location-name {
	-webkit-transform-origin: top left;
	transform-origin: top left;
}
@media (max-width: 1199px) {
	 .location-salt-lake-city .location-name {
		bottom: 54px;
		right: -26px;
	}
	.location-hong-kong .location-name:after,
	.location-melbourne .location-name:after {
		left: auto;
		right: -58px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@media (min-width: 568px) and (max-width: 767px) {
	.location-map-lg .location-name {
		height: 36px;
		font-size: 20px;
		line-height: 36px;
	}
}
@media (max-width: 567px) {
	.location-map-lg .location {
		position: inherit;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		float: left;
		height: auto;
		width: 50%;
    margin-bottom: 8px;
		padding-left: 30px;
	}
	.location-map-lg .location:after,
	.location-map-lg .location:before {
		display: block;
		content: "";
		clear: both;
	}
	.location-map-lg .location-pin {
		position: absolute;
		left: 0;
		top: 4px;
		margin: 5px 10px 5px;
	}
	.location-map-lg .location .location-name {
		position: inherit;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		display: inline-block;
		background: transparent;
		color: #616366;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	.location-map-lg .location .location-name > span {
		position: inherit;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		display: inline-block;
		background: transparent;
		color: #616366;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	.location-map-lg .location-name:after {
		display: none;
	}
	.section-dark .location-map-lg .location .location-name span {
		color: #fff;
	}
}

.location-header {
	padding: 0 0 20px 0;
}
.location-header h4,
.location-header .h4 {
	margin: 0;
}
.location-header h4 small,
.location-header .h4 small {
	display: block;
	padding: 3px 0 0 0;
	color: #919699;
	font-size: 12px;
  font-weight: 300;
	text-transform: uppercase;
}
.location-header .flag {
	float: left;
	margin-right: 15px;
}
.location-info {
	margin: 0 0 -5px 0;
	font-size: 14px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  -webkit-transition: all ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.location-info > li {
  margin: 0;
}
.location-header > i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
}
.location-progress .progress {
	margin: 0 0 15px 0;
}
.progress {
	background-color: #ebeef0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress-bar {
	background-color: #1e88e6
}
.location-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translateX(0px) translateY(30px);
  transform: translateX(0px) translateY(30px);
  -webkit-transition: opacity ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity ease-in .25s, transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.panel-location:hover .location-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px) translateY(0);
  transform: translateX(0px) translateY(0);
}
a.panel-location:hover .location-info {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(0px) translateY(-30px);
  transform: translateX(0px) translateY(-30px);
}
a.panel-location:hover,
a.panel-location:active,
a.panel-location:focus {
  outline: none;
}
a.panel-location.location-warning:hover {
  border-color: #66bffe;
}
a.panel-location.location-warning:hover .location-btn {
  color: #0096ff;
}
.circle {
	position: relative;
	background: #3594e8;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}
.circle:before {
	position: absolute;
  top: 0;
  right: 0;
  z-indes: 1;
	display: block;
	height: 100%;
	width: 50%;
	background-color: #1e88e5;
	content: "";
}
.circle-orange {
  background-color: #66bffe;
}
.circle-orange:before {
  background-color: #0096ff;
}
.circle.circle-sm {
	height: 18px;
	width: 18px;
}
.circle.circle-lg {
	height: 60px;
	width: 60px;
}
.circle-xlg {
  height: 140px;
  width: 140px;
}
.location-map .map {
    background: url("https://www.netsonic.net/images/cloud/map.svg") no-repeat center center;
    background-size: cover;
}
.location-riodejaneiro {
	top: 450px;
	left: 380px;
}
.location-riodejaneiro .location-name {
	top: 29px;
	left: 30px;
}
.location-riodejaneiro .location-name:after {
	top: -10px;
	left: -30px;
	width: 40px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-riodejaneiro {
	top: 120px;
	left: 126px;
}
.location-montreal {
	top: 155px;
	left: 305px;
}
.location-montreal .location-name {
	bottom: 70px;
	left: 70px;
}
.location-montreal .location-name:after {
	bottom: -31px;
	left: -75px;
	width: 90px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-montreal {
	top: 90px;
	left: 116px;
}
.location-buenosaires {
	top: 484px;
	left: 348px;
}
.location-buenosaires .location-name {
	top: 35px;
	right: 37px;
}
.location-buenosaires .location-name:after {
	top: -10px;
	right: -35px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-buenosaires {
	top: 100px;
	left: 64px;
}
.location-toronto {
	top: 150px;
	left: 300px;
}
.location-toronto .location-name {
	bottom: 72px;
	right: -26px;
}
.location-toronto .location-name:after {
	left: 50%;
	bottom: -60px;
	height: 60px;
	width: 1px;
}
.location-map-sm .location-toronto {
	top: 106px;
	left: 98px;
}
.location-salt-lake-city {
	top: 200px;
	left: 185px;
}
.location-salt-lake-city .location-name {
	bottom: 44px;
	right: 44px;
}
.location-salt-lake-city .location-name:after {
	bottom: -20px;
	right: -49px;
	width: 58px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-salt-lake-city {
	top: 84px;
	left: 66px;
}
.location-bogota {
	top: 350px;
	left: 290px;
}
.location-bogota .location-name {
	top: 35px;
	right: 37px;
}
.location-bogota .location-name:after {
	top: -10px;
	right: -35px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-bogota {
	top: 100px;
	left: 64px;
}
.location-phoenix {
	top: 238px;
	left: 185px;
}
.location-phoenix .location-name {
	bottom: -112px;
	right: -26px;
}
.location-phoenix .location-name:after {
	left: 50%;
	bottom: 15px;
	height: 100px;
	width: 1px;
}
.location-map-sm .location-phoenix {
	top: 106px;
	left: 98px;
}
.location-alexandria {
  top: 210px;
  right: 865px;
}
.location-alexandria .location-name {
  bottom: 35px;
  left: 35px;
}
.location-alexandria .location-name:after {
  bottom: -12px;
  left: -34px;
  width: 45px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.location-map-sm .location-alexandria {
  top: 142px;
  right: 126px;
}
.location-map-sm .location-alexandria .location-name {
  bottom: 24px;
  left: 24px;
}
.location-map-sm .location-alexandria .location-name:after {
  bottom: -10px;
  left: -24px;
  width: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.location-greenbay {
	top: 160px;
	left: 275px;
}
.location-greenbay .location-name {
	bottom: 42px;
	right: -35px;
}
.location-greenbay .location-name:after {
	left: 50%;
	bottom: -30px;
	height: 30px;
	width: 1px;
}
.location-map-sm .location-greenbay {
	top: 106px;
	left: 98px;
}
.location-denver {
	top: 210px;
	left: 200px;
}
.location-denver .location-name {
	bottom: 62px;
	right: -27px;
}
.location-denver .location-name:after {
	left: 50%;
	bottom: -60px;
	height: 60px;
	width: 1px;
}
.location-map-sm .location-denver {
	top: 106px;
	left: 98px;
}
.location-tacoma {
	top: 188px;
	left: 148px;
}
.location-tacoma .location-name {
	top: -9px;
	left: -180px;
}
.location-tacoma .location-name:after {
	top: 50%;
	left: 10px;
	width: 170px;
}
.location-map-sm .location-tacoma {
	top: 108px;
	left: 126px;
}
.location-portland {
	top: 194px;
	left: 148px;
}
.location-portland .location-name {
	top: -9px;
	left: -80px;
}
.location-portland .location-name:after {
	top: 50%;
	left: 40px;
	width: 40px;
}
.location-map-sm .location-portland {
	top: 108px;
	left: 126px;
}
.location-santa-clara {
	top: 215px;
	left: 148px;
}
.location-santa-clara .location-name {
	top: 35px;
	right: 37px;
}
.location-santa-clara .location-name:after {
	top: -10px;
	right: -35px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-santa-clara {
	top: 100px;
	left: 64px;
}
.location-riverside {
	top: 230px;
	left: 160px;
}
.location-riverside .location-name {
	top: 80px;
	right: 75px;
}
.location-riverside .location-name:after {
	top: -26px;
	right: -89px;
	width: 130px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-riverside {
	top: 100px;
	left: 64px;
}
.location-columbus {
	top: 212px;
	left: 280px;
}
.location-columbus .location-name {
	top: -9px;
	left: 180px;
}
.location-columbus .location-name:after {
	top: 50%;
	left: -180px;
	width: 190px;
}
.location-map-sm .location-columbus {
	top: 108px;
	left: 126px;
}
.location-jacksonville {
	top: 252px;
	left: 280px;
}
.location-jacksonville .location-name {
	top: -9px;
	left: 180px;
}
.location-jacksonville .location-name:after {
	top: 50%;
	left: -180px;
	width: 190px;
}
.location-map-sm .location-jacksonville {
	top: 108px;
	left: 126px;
}
.location-panama-city {
	top: 320px;
	left: 280px;
}
.location-panama-city .location-name {
	top: 29px;
	left: 30px;
}
.location-panama-city .location-name:after {
	top: -10px;
	left: -30px;
	width: 40px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-panama-city {
	top: 120px;
	left: 126px;
}
.location-melbourne {
	bottom: 90px;
	right: 105px;
}
.location-melbourne .location-name {
	bottom: 50px;
	left: 50px;
}
.location-melbourne .location-name:after {
	bottom: -22px;
	left: -58px;
	width: 75px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-melbourne {
	bottom: 44px;
	right: 36px;
}
.location-hong-kong {
	top: 235px;
	right: 230px;
}
.location-hong-kong .location-name {
	bottom: 50px;
	left: 50px;
}
.location-hong-kong .location-name:after {
	bottom: -22px;
	left: -58px;
	width: 75px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-hong-kong {
	top: 90px;
	right: 72px;
}
.location-dubai {
  top: 235px;
  right: 448px;
}
.location-dubai .location-name {
  bottom: 35px;
  left: 35px;
}
.location-dubai .location-name:after {
  bottom: -12px;
  left: -34px;
  width: 45px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.location-map-sm .location-dubai {
  top: 142px;
  right: 126px;
}
.location-map-sm .location-dubai .location-name {
  bottom: 24px;
  left: 24px;
}
.location-map-sm .location-dubai .location-name:after {
  bottom: -10px;
  left: -24px;
  width: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.location-san-jose {
	top: 230px;
	left: 170px;
}
.location-san-jose .location-name {
	top: 35px;
	right: 37px;
}
.location-san-jose .location-name:after {
	top: -10px;
	right: -35px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-san-jose {
	top: 100px;
	left: 64px;
}
.location-queretaroa .location-name,
.location-paris2 .location-name,
.location-sao-paulo .location-name, 
.location-san-jose .location-name {
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
.location-queretaroa {
	top:280px;
	left: 225px;
}
.location-queretaroa .location-name {
	top: 35px;
	right: 37px;
}
.location-queretaroa .location-name:after {
	top: -10px;
	right: -35px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-queretaroa {
	top: 100px;
	left: 64px;
}
.location-toronto2 {
	top: 185px;
	left: 290px;
}
.location-toronto2 .location-name {
	bottom: 70px;
	left: 70px;
}
.location-toronto2 .location-name:after {
	bottom: -31px;
	left: -75px;
	width: 90px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-toronto2 {
	top: 90px;
	left: 116px;
}
.location-montreal2 {
	top: 190px;
	left: 315px;
}
.location-montreal2 .location-name {
	bottom: 28px;
	left: 28px;
}
.location-montreal2 .location-name:after {
	bottom: -10px;
	left: -24px;
	width: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-montreal2 {
	top: 98px;
	left: 132px;
}
.location-washington {
	top: 225px;
	left: 295px;
}
.location-washington .location-name {
	top: -9px;
	left: 110px;
}
.location-washington .location-name:after {
	top: 50%;
	left: -100px;
	width: 100px;
}
.location-map-sm .location-washington {
	top: 108px;
	left: 126px;
}
.location-washington .location-name,
.location-frankfurt .location-name {
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.location-dallas2 {
	top: 238px;
	left: 232px;
}
.location-dallas2 .location-name {
	top: 29px;
	left: 30px;
}
.location-dallas2 .location-name:after {
	top: -10px;
	left: -30px;
	width: 40px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-dallas2 {
	top: 120px;
	left: 126px;
}
.location-green-bay2 {
	top: 195px;
	left: 265px;
}
.location-green-bay2 .location-name {
	bottom: 72px;
	right: -34px;
}
.location-green-bay2 .location-name:after {
	left: 50%;
	bottom: -60px;
	height: 60px;
	width: 1px;
}
.location-map-sm .location-green-bay2 {
	top: 106px;
	left: 98px;
}
.location-amsterdam {
	top: 131px;
	left: 545px;
}
.location-amsterdam .location-name {
	bottom: 73px;
	left: 73px;
}
.location-amsterdam .location-name:after {
	bottom: -32px;
	left: -78px;
	width: 95px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-amsterdam {
	top: 60px;
	left: 242px;
}
.location-melbourne2 {
	top: 475px;
	right: 105px;
}
.location-melbourne2 .location-name {
	bottom: 44px;
	right: 44px;
}
.location-melbourne2 .location-name:after {
	bottom: -20px;
	right: -49px;
	width: 58px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-melbourne2 {
	top: 84px;
	left: 66px;
}
.location-melbourne2 .location-name {
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}
.location-sao-paulo {
	top: 444px;
	left: 380px;
}
.location-sao-paulo .location-name {
	top: 35px;
	right: 37px;
}
.location-sao-paulo .location-name:after {
	top: -10px;
	right: -35px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-sao-paulo {
	top: 100px;
	left: 64px;
}
.location-hong-kong2 {
	top: 234px;
	right: 235px;
}
.location-hong-kong2 .location-name {
	top: -9px;
	left: 60px;
}
.location-hong-kong2 .location-name:after {
	top: 50%;
	left: -60px;
	width: 60px;
}
.location-map-sm .location-hong-kong2 {
	top: 66px;
	left: 250px;
}
.location-milan {
	top: 165px;
	left: 565px;
}
.location-milan .location-name {
	top: 50px;
	left: 50px;
}
.location-milan .location-name:after {
	top: -20px;
	left: -52px;
	width: 65px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.location-map-sm .location-milan {
	top: 70px;
	left: 240px;
}
.location-paris2 {
	top:147px;
	left: 545px;
}
.location-paris2 .location-name {
	top: 35px;
	right: 37px;
}
.location-paris2 .location-name:after {
	top: -10px;
	right: -35px;
	width: 50px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-paris2 {
	top: 100px;
	left: 64px;
}
.location-karlskrona2 {
	top: 110px;
	left: 580px;
}
.location-karlskrona2 .location-name {
	bottom: 73px;
	left: 73px;
}
.location-karlskrona2 .location-name:after {
	bottom: -32px;
	left: -78px;
	width: 95px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.location-map-sm .location-karlskrona2 {
	top: 60px;
	left: 242px;
}
.location-amsterdam2 {
	top: 130px;
	left: 545px;
}
.location-amsterdam2 .location-name {
	bottom: 72px;
	right: -36px;
}
.location-amsterdam2 .location-name:after {
	left: 50%;
	bottom: -60px;
	height: 60px;
	width: 1px;
}
.location-map-sm .location-amsterdam2 {
	top: 106px;
	left: 98px;
}
.location-amsterdam2 .location-name {
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;


/* testimonial css */

background{
            background: #000 !important;
            margin-top: 100px !important;
        }
        .testimonial{
            margin: 0 20px 40px;
        }
        .testimonial .testimonial-content{
            padding: 35px 25px 35px 50px;
            margin-bottom: 35px;
            background: #fff;
            position: relative;
        }
        .testimonial .testimonial-content:before{
            content: "";
            position: absolute;
            bottom: -30px;
            left: 0;
            border-top: 15px solid #718076;
            border-left: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial .testimonial-content:after{
            content: "";
            position: absolute;
            bottom: -30px;
            right: 0;
            border-top: 15px solid #718076;
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial-content .testimonial-icon{
            width: 50px;
            height: 45px;
            background: #0096ff;
            text-align: center;
            font-size: 22px;
            color: #fff;
            line-height: 42px;
            position: absolute;
            top: 37px;
            left: -19px;
        }
        .testimonial-content .testimonial-icon:before{
            content: "";
            border-bottom: 16px solid #016db8
            border-left: 18px solid transparent;
            position: absolute;
            top: -16px;
            left: 1px;
        }
        .testimonial .description{
            font-size: 15px;
            font-style: italic;
            color: #8a8a8a;
            line-height: 23px;
            margin: 0;
        }
        .testimonial .title{
            display: block;
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            text-transform: capitalize;
            letter-spacing: 1px;
            margin: 0 0 5px 0;
        }
        .testimonial .post{
            display: block;
            font-size: 14px;
            color: #0096ff;
        }
        .owl-theme .owl-controls{
            margin-top: 20px;
        }
        .owl-theme .owl-controls .owl-page span{
            background: #031929;
            opacity: 1;
            transition: all 0.4s ease 0s;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span{
            background: #0096ff;
        }
	
