@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');    

html {
  font-size: 1rem;
  overflow-x: hidden;
}

body {
	font-weight: 400;
	font-size: 1rem;
	font-family: "Open Sans", sans-serif;
	line-height: 1.6;
	color: #1b1e24;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
	text-rendering: optimizelegibility;
	min-width: 400px;
	overflow-x: hidden;
}

a {
  color: #007bff;
}

a:hover {
  color: #007bff;
}

a:focus {
  outline: none;
}

p {
  line-height: 1.8;
}

figure {
  margin-bottom: 0;
}

hr {
  border-color: #e6e7e9;
}

[role=button] {
  cursor: pointer;
}

.navbar{
	background: #232323 !important;
	padding: 10px 0;
	z-index: 50;
}
.navbar a.nav-link{
	color:#fff;
	padding: 5px 15px !important;
}
.navbar .nav-link:hover{
	color:#fff;
}
.navbar .nav-link.active{
	color:#fff;
}
.navbar.navbar-bg-onscroll a.nav-link{
	color:rgba(255,255,255,.5);
}
.navbar.navbar-bg-onscroll a.nav-link:hover{
	color:#fff;
}
.navbar.navbar-bg-onscroll a.nav-link.active{
	color:#fff;
}
.navbar-bg-onscroll{
	background: #232323 !important;
	z-index: 1000;
}

.text-primary{
	color: #868686 !important;
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:hover {
    color: #868686;
	font-weight:bolder;
}
 .navbar-dark .navbar-brand {
    color: #fff !important;
}

.bold {
	font-weight: bold;
}

.theme-color {
	color: #368AE4;
}

.bgeee {
	background: #eee;
}

.bgfff {
	background: #fff;
}

.italic {
	font-style: italic;
}

.nomargin {
	margin: 0;
}

.margin-top {
	margin-top: 20px;
}

.margin-left {
	margin-left: 15px;
}

.margin-right {
	margin-right: 15px;
}

.font14em {
	font-size: 1.4em;
}

.font12em {
	font-size: 1.2em;
}

.margin-left-less {
	margin-left: 5px;
}

.margin-top-less {
	margin-top: 8px;
}

.margin-top-more {
	margin-top: 30px;
}

.margin-bottom {
	margin-bottom: 20px;
}

.card-spotlight {
	color: #fff;
	background: #368AE4;
	margin-bottom: 100px;
}

.no-display {
	display: none;
}

.table-compressed tr td{
	padding: 3px !important;
	height: auto;
}

.ship-package {
	background: #eee;
	border: 1px solid #777;
	padding: 10px;
	float: left;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
}

.isd-select {
	margin-right: 6px;
    border: 1px solid #ccc;
    width: 200px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("../images/icon-select.png") no-repeat 100% 70%;
}

.isd-select select {
	height: 35px;
    padding: 5px 15px 5px 8px;
    width: 100%;
    border: none;
	cursor: pointer;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.isd-select.compact select, .input-xs.compact {
	height: 24px;
	padding: 2px 10px 2px 8px;
}

footer {
	background: #fff;
	color: #444;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #368AE4;
}

.footer-address {
	margin-top: 15px;
	font-size: 12px;
}

.full-width {
	width: 100%;
}

.table-noborder td, .table-noborder tr {
	border: 0;
}

.form-section {
	float: left;
	width: 100%;
}

.form-header {
	width: 100%;
	float: left;
}

.form-header div:last-child {
	padding-top: 5px;
	font-weight: 900;
}

.form-bubble {
	width: 40px;
	height: 40px;
	border: 2px solid #368AE4;
	background: #368AE4;
	color: #fff;
	border-radius: 50%;
	font-weight: 800;
	text-align: center;
	padding-top: 5px;
	float: left;
}

.input-xs {
	line-height: 14px !important;
	font-size: 12px;
	height: 30px;
}

#world_map {
	background-image: url('../images/world_map.png');
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: right;
}

#main_text_home {
	z-index: 501;
	color: #368AE4;
	font-family: 'Open Sans';
	font-style: italic;
	float: left;
	position: absolute;
	top: 230px;
	width: 280px;
	padding: 10px;
	background: #fff;
	border: 1px solid #368AE4;
	border-radius: 6px;
	border-bottom: 5px solid #368AE4;
}

#sky_home {
	background: #D0F1FF;
	width: 100%;
	height: 600px;
	position: absolute;
	right: 0;
	top: -90px;
}

#ship_image_home img {
	position: absolute;
	right: -75px;
	top: 190px;
	max-height: 600px;
	z-index: 500;
	width: 70%;
}

.wood-border {
	background-image: url('../images/wood_border.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 45px;
	float: left;
}

.home-page {
	margin-top: 50px;
}

#water_anim {
	top: 25px;
	position: absolute;
	left: -10000px;
	width: 12000px;
	height: 400px;
	z-index: 40;
	background-image: url('../images/array-water-anim.png');
	background-size: contain;
	background-repeat: repeat-x;
}

#water_image_home {
	top: 460px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 400px;
	z-index: 40;
	background-image: url('../images/array-water.png');
	background-size: cover;
	background-repeat: repeat-all;
}

@media (max-width: 1199px) {
	#water_image_home {
		top: 420px;
		height: 440px;
	}
}

@media (max-width: 989px) {
	#water_image_home {
		top: 380px;
		height: 560px;
	}
	
	#main_text_home {
		top: 550px;
		width: 96%;
		background: rgba(221, 245, 255, 0.85); 
	}
}

@media (max-width: 566px) {
	#main_text_home {
		width: 94%;
	}
}

@media (max-width: 768px) {
	#water_image_home {
		top: 300px;
	}
}

.card-title {
	font-size: 1.6em;
}

.list-padded li {
	margin-bottom: 8px;
}

.list-plain {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.open-sans {
	font-family: "Open Sans";
}

.a {
	color: #368AE4;
	text-decoration: underline;
	cursor: pointer;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-weight:600;
}
.bg-primary{
	color:#000 !important;
	background:#efb624!important
}
.btn-primary{
	color: #fff !important;
	background: #368AE4 !important;
	border-color: #368AE4 !important;
}
.text-primary{
	color: #368AE4 !important
}
.bg-dark{
	background:#232323 !important
}
header{
  padding: 70px 0 100px;
}
/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #007bff;
}

::selection {
  color: #fff;
  background-color: #007bff;
}

.bg-primary ::-moz-selection {
  color: #007bff;
  background-color: #fff;
}

.bg-primary ::selection {
  color: #007bff;
  background-color: #fff;
}

/*----------------------------------
  Alerts
------------------------------------*/
.alert_icon {
  font-size: 1.25rem;
}
.alert_close {
  padding: 0;
  line-height: 1.3;
  opacity: .7;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.625rem;
  transition: all .3s;
}
.alert_close-light {
  color: #fff;
}
.alert_close-dark {
  color: #1b1e24;
}
.alert_close:hover {
  opacity: 1;
}
.alert_close:focus {
  outline: 0 none;
  box-shadow: none;
}
p.help-block,
p.help-block ul{
    float: left; 
    margin: 0;
    padding: 0;
}
p.help-block li {
    float: left; 
    margin: 0px 0 10px 0;
	font-style:italic;
	font-size:13px;
    list-style:none;
    color:red;
}
/*----------------------------------
  Background Arrow
------------------------------------*/
.wt-bg-arrow-wrapper {
  position: relative;
}

.wt-bg-arrow-bottom::before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -20px;
  bottom: -25px;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  z-index: 3;
}
img.wt-block-image {
    -o-object-fit: cover;  
    object-fit: cover;
} 
.wt-block-image:not([class*=absolute]) {
    position: absolute;
}
.wt-block-image {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	 position: absolute;
	     background-size: cover;
}
.bg-overlay, .hero-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hero-img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.inner-page{
    background: #006bdf;
}
/*----------------------------------
  Avatars
------------------------------------*/
.wt-avatar {
  border: solid 3px #fff;
}

/*----------------------------------
  Border Radius
------------------------------------*/
.rounded-md {
  border-radius: .625rem;
}

/*----------------------------------
  Buttons
------------------------------------*/
.btn {
  cursor: pointer;
  transition: .2s ease;
}

.btn.focus,
.btn:focus .btn.active:focus, .btn:active:focus {
  outline: 0 none;
  box-shadow: none;
  border-color: transparent;
}

.btn-circle {
  border-radius: 100%;
  padding: 0;
  width: 2.625rem;
  height: 2.625rem;
  line-height: 2.625rem;
}

.btn-circle.btn-sm {
  width: 1.9375rem;
  height: 1.9375rem;
  line-height: 1.9375rem;
}

.btn-circle.btn-lg {
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3.25rem;
}

.btn-pill {
  border-radius: 6.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.btn-pill.btn-sm {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.btn-pill.btn-lg {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

.btn-link {
  color: #007bff;
}

.btn-link:hover {
  color: #007bff;
}

.padding-right {
	padding-right: 10px;
}

/*----------------------------------
  Carousell
------------------------------------*/
.carousel-control-size {
  font-size: 2rem;
}

/*----------------------------------
  Forms
------------------------------------*/
/* Form Lable States */
.is-valid .form-label-text {
  color: #0dd157;
}

.is-invalid .form-label-text {
  color: #fb4143;
}

.is-disabled .form-label-text {
  color: #8f95a0;
}

/* Form Pilled Shape */
.form--pill {
  border-radius: 6.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Forms Icon */
.form-icon-wrapper {
  position: relative;
  display: block;
}

.form-icon-input-left {
  padding-left: 2.1875rem;
}

.form-icon-input-right {
  padding-right: 2.1875rem;
}

.form-icon {
  position: absolute;
  height: 100%;
  width: 2.5rem;
}

.form-icon--left {
  left: 0;
}

.form-icon--right {
  right: 0;
}

.form-icon__item {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #8f95a0;
  transform: translate(-50%, -50%);
}

/* Form Toggles */
.form-toggle {
  position: relative;
  cursor: pointer;
}

.form-toggle__item {
  display: block;
  padding-left: 1px;
  padding-right: 1px;
  cursor: pointer;
  width: 43px;
  height: 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  color: #d5d7dc;
  border: solid 1px #d5d7dc;
  border-radius: 6.25rem;
}

.form-toggle__item i::before, .form-toggle__item i::after {
  content: "";
  display: block;
  position: absolute;
}

.form-toggle__item i::before {
  content: attr(data-uncheck-icon);
  top: 0;
  left: 0;
  width: 100%;
  line-height: 18px;
  text-align: right;
  padding: 2px 7px;
}

.form-toggle__item i::after {
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #d5d7dc;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: left .2s ease;
}

.form-toggle input[type="checkbox"],
.form-toggle input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-toggle input[type="checkbox"]:checked + .form-toggle__item,
.form-toggle input[type="checkbox"]:checked + * .form-toggle__item,
.form-toggle input[type="radio"]:checked + .form-toggle__item,
.form-toggle input[type="radio"]:checked + * .form-toggle__item {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  transition: all .3s ease;
}

.form-toggle input[type="checkbox"]:checked + .form-toggle__item i:before,
.form-toggle input[type="checkbox"]:checked + * .form-toggle__item i:before,
.form-toggle input[type="radio"]:checked + .form-toggle__item i:before,
.form-toggle input[type="radio"]:checked + * .form-toggle__item i:before {
  content: attr(data-check-icon);
  text-align: left;
}

.form-toggle input[type="checkbox"]:checked + .form-toggle__item i::after,
.form-toggle input[type="checkbox"]:checked + * .form-toggle__item i::after,
.form-toggle input[type="radio"]:checked + .form-toggle__item i::after,
.form-toggle input[type="radio"]:checked + * .form-toggle__item i::after {
  left: calc(100% - 19px);
  background-color: #fff;
}

.is-valid .form-toggle__item {
  color: #0dd157;
  border: solid 1px #0dd157;
}

.is-valid .form-toggle__item i::after {
  background-color: #0dd157;
}

.is-valid .form-toggle input[type="checkbox"]:checked + .form-toggle__item,
.is-valid .form-toggle input[type="checkbox"]:checked + * .form-toggle__item,
.is-valid .form-toggle input[type="radio"]:checked + .form-toggle__item,
.is-valid .form-toggle input[type="radio"]:checked + * .form-toggle__item {
  background-color: #0dd157;
  border-color: #0dd157;
}

.is-invalid .form-toggle__item {
  color: #fb4143;
  border: solid 1px #fb4143;
}

.is-invalid .form-toggle__item i::after {
  background-color: #fb4143;
}

.is-invalid .form-toggle input[type="checkbox"]:checked + .form-toggle__item,
.is-invalid .form-toggle input[type="checkbox"]:checked + * .form-toggle__item,
.is-invalid .form-toggle input[type="radio"]:checked + .form-toggle__item,
.is-invalid .form-toggle input[type="radio"]:checked + * .form-toggle__item {
  background-color: #fb4143;
  border-color: #fb4143;
}

.is-disabled .form-toggle__item {
  color: #e6e7e9;
  border: solid 1px #e6e7e9;
}

.is-disabled .form-toggle__item i::after {
  background-color: #e6e7e9;
}

.is-disabled .form-toggle input[type="checkbox"]:checked + .form-toggle__item,
.is-disabled .form-toggle input[type="checkbox"]:checked + * .form-toggle__item,
.is-disabled .form-toggle input[type="radio"]:checked + .form-toggle__item,
.is-disabled .form-toggle input[type="radio"]:checked + * .form-toggle__item {
  background-color: #e6e7e9;
  border-color: #e6e7e9;
}

/* Bootstrap's Custom Controls */
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #0dd157;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #fb4143;
}

.custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #d5d7dc;
} 
/*----------------------------------
  Modals
------------------------------------*/
.modal-content {
  box-shadow: 0 0.25rem 0.6rem rgba(27, 30, 36, 0.07);
}

@media (min-width: 576px) {
  .modal-content {
    box-shadow: 0 0.5rem 1.625rem rgba(27, 30, 36, 0.07);
  }
}

/*----------------------------------
  Pager
------------------------------------*/
.pager-btn {
  min-width: 7.2rem;
}

.pager-btn.btn-sm {
  min-width: 6.2rem;
}

.pager-btn.btn-lg {
  min-width: 9.4rem;
}

/*----------------------------------
  Popover
------------------------------------*/
.popover {
  box-shadow: 0 0.25rem 0.6rem rgba(27, 30, 36, 0.07);
}

/*----------------------------------
  Progress Bars
------------------------------------*/
.progress--pill {
  border-radius: 6.25rem;
}

.wt-progress-bar-vertical {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  background-color: #faf7fc;
  height: 200px;
}

.wt-progress-bar-vertical__indicator {
  background-color: #007bff;
}

/*----------------------------------
  Tabs
------------------------------------*/
.nav-tabs--v1 .nav-item {
  margin-right: 3px;
}

.nav-tabs--v1 .nav-item:last-child {
  margin-right: 0;
}

.nav-tabs--v1 .nav-link {
  border-top-width: 3px;
}

.nav-tabs--v1 .nav-link:hover, .nav-tabs--v1 .nav-link:focus {
  border-color: transparent;
}

.nav-tabs--v1 .nav-link.active,
.nav-tabs--v1 .nav-item.show .nav-link {
  border-top-color: #007bff;
}

.nav-tabs--v1 .nav-link.active:hover, .nav-tabs--v1 .nav-link.active:focus,
.nav-tabs--v1 .nav-item.show .nav-link:hover,
.nav-tabs--v1 .nav-item.show .nav-link:focus {
  border-left-color: #e6e7e9;
  border-right-color: #e6e7e9;
  border-top-color: #007bff;
}

.tab-content--v1 {
  padding: 1.25rem 1rem;
  margin-top: -1px;
  border: solid 1px #e6e7e9;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.tab-content--v1 p:last-of-type {
  margin-bottom: 0;
}

/*----------------------------------
  Blockquote-v1
------------------------------------*/
.blockquote-v1 {
  padding: 1.5rem 1.25rem;
  background-color: #f6f9fc;
  font-size: 1.25rem;
  font-weight: 300;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.blockquote-v1--left {
  border-left: solid 0.25rem #007bff;
}

.blockquote-v1--right {
  border-right: solid 0.25rem #007bff;
}

/*----------------------------------
  Blockquote-v2
------------------------------------*/
.wt-blockquote-v2 {
  position: relative;
  background-color: #fff;
  box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
  padding: 1.875rem 1.875rem 1.875rem 3.75rem;
}

.wt-blockquote-v2::before {
  content: "\201C";
  position: absolute;
  width: 3.75rem;
  margin: -1.5625rem 0 0 -2.5rem;
  color: #007bff;
  font-size: 3.75rem;
}

.wt-blockquote-v2::after {
  content: "";
  position: absolute;
  bottom: -1.875rem;
  left: 3.75rem;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

.wt-blockquote-v2__image {
  width: 3.75rem;
  height: 3.75rem;
}

/*------------------------------------
  Clients
------------------------------------*/
.wt-clients__item {
  border-width: 1px 0 1px 1px;
  border-color: #e6e7e9;
  border-style: solid;
  padding: 3rem 0;
}

.wt-clients__image {
  width: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: .3;
  transition: all 0.3s ease;
}

.wt-clients__image:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

/*------------------------------------
  Mockup (Browser)
------------------------------------*/
.wt-browser-img {
  position: relative;
  top: -7px;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/*------------------------------------
  Device (iPad)
------------------------------------*/
.wt-device {
  position: relative;
  width: 85%;
  z-index: -1;
  margin-bottom: -10rem;
}

.wt-device__item {
  border-radius: 2rem;
  box-shadow: 10px 15px 55px 15px rgba(140, 152, 164, 0.1);
}

/*------------------------------------
  Icon
------------------------------------*/
.wt-icon {
  position: relative;
  z-index: 1;
  line-height: .7;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.125rem;
  border-radius: .25rem;
  transition: .3s ease-in-out;
}

.wt-icon__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wt-icon__inner-bottom-minus {
  top: 90%;
}

/*------------------------------------
  Icon Sizes
------------------------------------*/
/* Extra Small */
.wt-icon--size--xs {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.8125rem;
}

/* Small */
.wt-icon--size--sm {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}

/* Large */
.wt-icon--size--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.75rem;
}

/* Extra Large */
.wt-icon--size--xl {
  width: 5rem;
  height: 5rem;
  font-size: 2.375rem;
}

/*------------------------------------
  Icon Default Styles
------------------------------------*/
/* primary */
.wt-icon-primary {
  color: color-yiq(#007bff);
  background-color: #007bff;
  border-color: #007bff;
}

.wt-icon-primary[href]:hover {
  color: color-yiq(#441f5d);
  background-color: #441f5d;
  border-color: #3d1b54;
}

.wt-icon-primary.disabled, .wt-icon-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

/* secondary */
.wt-icon-secondary {
  color: color-yiq(#00c9a7);
  background-color: #00c9a7;
  border-color: #00c9a7;
}

.wt-icon-secondary[href]:hover {
  color: color-yiq(#00a387);
  background-color: #00a387;
  border-color: #00967d;
}

.wt-icon-secondary.disabled, .wt-icon-secondary:disabled {
  background-color: #00c9a7;
  border-color: #00c9a7;
}

/* success */
.wt-icon-success {
  color: color-yiq(#0dd157);
  background-color: #0dd157;
  border-color: #0dd157;
}

.wt-icon-success[href]:hover {
  color: color-yiq(#0bad48);
  background-color: #0bad48;
  border-color: #0aa143;
}

.wt-icon-success.disabled, .wt-icon-success:disabled {
  background-color: #0dd157;
  border-color: #0dd157;
}

/* info */
.wt-icon-info {
  color: color-yiq(#2972fa);
  background-color: #2972fa;
  border-color: #2972fa;
}

.wt-icon-info[href]:hover {
  color: color-yiq(#065af7);
  background-color: #065af7;
  border-color: #0555eb;
}

.wt-icon-info.disabled, .wt-icon-info:disabled {
  background-color: #2972fa;
  border-color: #2972fa;
}

/* warning */
.wt-icon-warning {
  color: color-yiq(#fab633);
  background-color: #fab633;
  border-color: #fab633;
}

.wt-icon-warning[href]:hover {
  color: color-yiq(#f9a90e);
  background-color: #f9a90e;
  border-color: #f4a306;
}

.wt-icon-warning.disabled, .wt-icon-warning:disabled {
  background-color: #fab633;
  border-color: #fab633;
}

/* danger */
.wt-icon-danger {
  color: color-yiq(#fb4143);
  background-color: #fb4143;
  border-color: #fb4143;
}

.wt-icon-danger[href]:hover {
  color: color-yiq(#fa1c1e);
  background-color: #fa1c1e;
  border-color: #fa0f12;
}

.wt-icon-danger.disabled, .wt-icon-danger:disabled {
  background-color: #fb4143;
  border-color: #fb4143;
}

/* light */
.wt-icon-light {
  color: color-yiq(#f6f9fc);
  background-color: #f6f9fc;
  border-color: #f6f9fc;
}

.wt-icon-light[href]:hover {
  color: color-yiq(#d9e6f2);
  background-color: #d9e6f2;
  border-color: #d0e0ef;
}

.wt-icon-light.disabled, .wt-icon-light:disabled {
  background-color: #f6f9fc;
  border-color: #f6f9fc;
}

/* dark */
.wt-icon-dark {
  color: color-yiq(#1b1e24);
  background-color: #1b1e24;
  border-color: #1b1e24;
}

.wt-icon-dark[href]:hover {
  color: color-yiq(#0b0c0e);
  background-color: #0b0c0e;
  border-color: #050607;
}

.wt-icon-dark.disabled, .wt-icon-dark:disabled {
  background-color: #1b1e24;
  border-color: #1b1e24;
}

/* white */
.wt-icon-white {
  color: color-yiq(#fff);
  background-color: #fff;
  border-color: #fff;
}

.wt-icon-white[href]:hover {
  color: color-yiq(#ececec);
  background-color: #ececec;
  border-color: #e6e6e6;
}

.wt-icon-white.disabled, .wt-icon-white:disabled {
  background-color: #fff;
  border-color: #fff;
}

/* facebook */
.wt-icon-facebook {
  color: color-yiq(#3b5998);
  background-color: #3b5998;
  border-color: #3b5998;
}

.wt-icon-facebook[href]:hover {
  color: color-yiq(#30497c);
  background-color: #30497c;
  border-color: #2d4373;
}

.wt-icon-facebook.disabled, .wt-icon-facebook:disabled {
  background-color: #3b5998;
  border-color: #3b5998;
}

/* google */
.wt-icon-google {
  color: color-yiq(#d14130);
  background-color: #d14130;
  border-color: #d14130;
}

.wt-icon-google[href]:hover {
  color: color-yiq(#b33628);
  background-color: #b33628;
  border-color: #a93325;
}

.wt-icon-google.disabled, .wt-icon-google:disabled {
  background-color: #d14130;
  border-color: #d14130;
}

/* twitter */
.wt-icon-twitter {
  color: color-yiq(#1da1f2);
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.wt-icon-twitter[href]:hover {
  color: color-yiq(#0d8ddc);
  background-color: #0d8ddc;
  border-color: #0c85d0;
}

.wt-icon-twitter.disabled, .wt-icon-twitter:disabled {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

/* instagram */
.wt-icon-instagram {
  color: color-yiq(#3f729b);
  background-color: #3f729b;
  border-color: #3f729b;
}

.wt-icon-instagram[href]:hover {
  color: color-yiq(#345e80);
  background-color: #345e80;
  border-color: #305777;
}

.wt-icon-instagram.disabled, .wt-icon-instagram:disabled {
  background-color: #3f729b;
  border-color: #3f729b;
}

/* github */
.wt-icon-github {
  color: color-yiq(#24292e);
  background-color: #24292e;
  border-color: #24292e;
}

.wt-icon-github[href]:hover {
  color: color-yiq(#131619);
  background-color: #131619;
  border-color: #0e1011;
}

.wt-icon-github.disabled, .wt-icon-github:disabled {
  background-color: #24292e;
  border-color: #24292e;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*------------------------------------
  Icon Block
------------------------------------*/
.wt-icon-block__col {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
 
.navbar-brand img {
	height: 60px;
}
 
.navbar-brand b{
	font-family: 'Arvo', serif; 
	font-size: 24px;
}
.navbar-bg-onscroll .navbar-brand b{
	color: #007bff !important;
}

/*------------------------------------
  Portfolio
------------------------------------*/
.portfolio-menu{
	text-align:center;
}

.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{ 
	float:left;
	/* margin-bottom:10px; */
}
.portfolio-item .item .portfolio-item-hover{
		opacity:0;
		transition: all .4s ease-out;
		 position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
    height: 100%;
  overflow: hidden;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: #fff;
  background-color: rgba(36,36,36,.9);
  transition: all .2s ease;
   opacity: 0;
  transition: 0.6s;
}
.portfolio-item .item:hover .portfolio-item-hover{
	opacity:.7;
	transition: all .4s ease-out;
}
.wt-portfolio-controls__item {
  display: inline-block;
  cursor: pointer;
}

.wt-portfolio-controls__item:not(:last-child)::after {
  content: "|";
  font-size: 0.71429rem;
  margin: 0 4px;
  position: relative;
  top: -2px;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  color: transparent;
}

@media (min-width: 992px) {
  .wt-portfolio-controls__item:not(:last-child)::after {
    color: #d5d7dc;
    margin: 0 7px 0 12px;
  }
}

.wt-portfolio-controls a {
  color: #1b1e24;
}

.wt-portfolio-controls a.active {
  color: #007bff;
}

.wt-portfolio__item {
  overflow: hidden;
  z-index: 2;
}

.wt-portfolio__image {
  display: block;
  width: 100%;
  height: auto;
  transition: all .2s ease;
}

.wt-portfolio__item:hover .wt-portfolio__image { 
  background-size:120%;
}

.wt-portfolio__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
    height: 100%;
  overflow: hidden;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: #fff;
  background-color: rgba(36,36,36,.9);
  transition: all .2s ease;
   opacity: 0;
  transition: 0.6s;
}

.wt-portfolio__info small {
  opacity: .7;
}

.wt-portfolio__item:hover .wt-portfolio__info {
 opacity:.7;
}

.wt-portfolio__zoom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.6s;
  text-indent: -10000px;
}

.custom-table {
    border-spacing: 0 1em;
    border-collapse: separate;
}
.custom-table tbody tr {
    margin-bottom:20px;
}
.custom-table thead tr th{
	  padding: .5rem 1.75rem;
}
.custom-table tbody td {
    padding: 1.75rem;
    border-top: 1px solid #f0f1f4;
    border-bottom: 1px solid #f0f1f4;
    background: #fff;
	    vertical-align: middle;
}
.vl-custom-table td, .vl-custom-table th {
    font-family: 'Nunito',sans-serif;
    vertical-align: middle;
    border-top: none;
}
/*----------------------------------
  Promo Block v1
------------------------------------*/
.wt-promo-block {
  position: relative;
  min-height: 100vh;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.wt-promo-block--mheight-450 {
  min-height: 450px;
}

.wt-promo-block--mheight-500 {
  min-height: 500px;
}

.wt-promo-block--mheight-600 {
  min-height: 600px;
}

@media (max-width: 1199px) {
  .wt-promo-block {
    background-attachment: fixed;
  }
}

/*------------------------------------
  Pricing
------------------------------------*/
.wt-pricing {
  background-color: #fff;
}

.wt-pricing__header {
  position: relative;
  padding: 2.5rem 1.5rem;
}

.wt-pricing__header-price {
  display: block;
  line-height: .84;
}

.wt-pricing__header-title {
  opacity: .8;
}

.wt-pricing__header-decoration {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.wt-pricing__content {
  padding: 1.5rem;
}

.wt-pricing__content .disabled .wt-icon {
  color: #85778f;
  background-color: rgba(133, 119, 143, 0.1);
}

.wt-pricing .disabled {
  color: #85778f;
}

/*----------------------------------
  Spaces
------------------------------------*/
.wt-section {
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
}

.wt-section-top {
  padding-top: 8.25rem;
}
	
.wt-section-bottom {
  padding-bottom: 8.25rem;
}

/*----------------------------------
  Pull
------------------------------------*/
.wt-pull-half {
  transform: translate3d(0, -50%, 0);
}

/*----------------------------------
  Links
------------------------------------*/
.wt-link {
  color: #1b1e24;
  text-decoration: none;
}

.wt-link:hover {
  color: #007bff;
  text-decoration: none;
}

/*----------------------------------
  Box Shadow
------------------------------------*/
.wt-box-shadow-sm {
  box-shadow: 0 0.2rem 1.25rem 0 rgba(27, 30, 36, 0.07);
}

.wt-box-shadow-lg {
  box-shadow: 0 0.4rem 2.2rem 0 rgba(27, 30, 36, 0.1);
}

/*----------------------------------
  Hero Image
------------------------------------*/
.wt-hero-img {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

/*----------------------------------
  Overlays
------------------------------------*/
.wt-overlay {
  position: relative;
}

.wt-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wt-overlay--dark::after {
  background-color: rgba(27, 30, 36, 0.3);
}

.wt-overlay--light::after {
  background-color: rgba(255, 255, 255, 0.3);
}

.wt-overlay__inner {
  position: relative;
  z-index: 1;
}

/*----------------------------------
  Block Alignments
------------------------------------*/
.wt-ver-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate3d(0, -50%, 0);
}

.wt-ver-bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
}

/*----------------------------------
  Typography
------------------------------------*/

/* Font Size */
.wt-font-size-75 {
  font-size: 75%;
}

.wt-font-size-90 {
  font-size: 90%;
}

/* Letter Spacing */
.wt-ls-xs-xs {
  letter-spacing: 1px;
}

.wt-ls-xs-sm {
  letter-spacing: 2px;
}
 
.wt-opacity-1 {
  opacity: .1;
}

.wt-opacity-6 {
  opacity: .6;
}  
.toggler-icon{
	height:10px;
	background:007bff;
} 
.inner-page{
	overflow:hidden;
	position:relative;
}

.inner-page:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 54%;
    background: #2985e9;
    transform: rotate(16deg) scale(1.2);
    right: -30%;
    top: 70%;
    border-radius: 150px 0 0 0;
}

.bg-shape:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 54%;
    background: #006bdf;
    z-index: -2;
    transform: rotate(16deg) scale(1.2);
    right: 5%;
    top: 74%;
    border-radius: 150px 0 0 0;
}

.bg-shape:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 53%;
    background: linear-gradient(180deg, #29c1fa 0%, #006bdf 100%);
    z-index: -2;
    transform: rotate(16deg) scale(1.2);
    right: -20%;
    top: 71%;
    border-radius: 150px 0 0 0;
    opacity: .5;
} 


ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #186ac0;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 3px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 40px 0;
    padding-left: 38px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #186ac0;
    left: 16px;
    width: 30px;
    height: 30px;
    z-index: 400;
}
.hero h1{
	color: #efb624;
	letter-spacing: 8px;
}


@media (min-width: 992px) {
  .wt-icon-block {
    border-bottom: solid 1px #e6e7e9;
  }
  .wt-icon-block__col--left-brd {
    border-left: solid 1px #e6e7e9;
  }
}

/*----------------------------------
  Header
------------------------------------*/
@media (max-width: 767px) {
  .navbar-expand-sm.fixed-top {
    background-color: rgba(27, 30, 36, 0.3); 
  }
  .hero-img {
    background-repeat: no-repeat;
		background-position: 83% 50%;
		background-size: cover;
	}
}

@media (max-width: 991px) {
  .navbar-expand-md.fixed-top {
    background-color: rgba(27, 30, 36, 0.3); 
  }
  .onCollapse{
	  background:#fff;
	  padding:0 20px;
  }
  .inner-page .onCollapse a {
		color: #211f1f !important;
	}
}

@media (max-width: 1199px) {
  .navbar-expand-lg.fixed-top {
    background-color: #232323 !important;
    padding-left: 15px;
    padding-right: 15px;
  }
} 