/*

BRAND color: #000
RED: #FF0000
GOLD: #cc9900
BLUE: #2751e4
Gradient colors: #0047ab and #066af9

*/  

.video-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

video {
  position: relative;
  top: -10px;
  width: 70%;
  height: 650px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  video { position: relative;
  top: 0px;
  width: 90%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  }
}


.text-shadow1 {
  text-shadow: 1px 1px #000;
}

ul {
  display: block;
  list-style-type: disc;
  margin-left:12px;
  margin-block-start: 1em;
  margin-block-end: 1.5em;
  padding-inline-start: 20px;
  list-style-position: outside !important;
}

/* Highlight Color */
::selection { color: #fff; background: #000; }
::-moz-selection { color: #fff; background: #000; }
.bg-brand, .bg-grad::selection { color: #000; background: #fff; }
.bg-brand, .bg-grad::-moz-selection { color: #000; background: #fff; }

/* Color */
a, .navbar-top a:hover, .dropdown-item:active, .navbar-light .navbar-light .navbar-nav .nav-link:focus, .btn-link, .portfolio-card .portfolio-card-body .portfolio-card-footer .info-title a:hover, .post .post-info a:hover, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active, .icon-primary i:before, .footer-dark .widget a:hover, .portfolio .nav .nav-tabs .nav-filter.active, .team-item .team-position, .list-group-item-action:hover, .list-group-item-action:focus, .hamburger-menu label a:hover, .breadcrumb .breadcrumb-item a:hover i, .post-item .post-item-desc .post-meta a:hover, .post-item .post-item-desc h4 a:hover, .post-item .item-link:hover, .post-item .post-quote > blockquote:before, .page-link:hover, .sidebar .widget .widget-post .details a:hover, .sidebar .widget a:hover, .list-group-borderless a.list-group-item:hover, .tags a:hover, .post-navigation .post-prev:hover:before, .post-navigation .post-prev:hover h6, .post-navigation .post-prev:hover p, .post-navigation .post-next:hover:before, .post-navigation .post-next:hover h6, .post-navigation .post-next:hover p, .post-navigation .all-post:hover, .blockquote:before, .btn-outline-grad { color: #000000; font-size:18px; font-weight:400; }


.navbar-nav .nav-link:hover { 
	text-decoration: underline !important; 
}

.copyright-text { 
    font-size:15px;
	color: #000 !important;
}

a.mainLINK {
	color: #fff !important;
	text-decoration: none;
	font-size:15px;
}
a.mainLINK:hover {
	text-decoration: none;
	color: #ddab4c !important;
}


a.maincopy {
	color: #333;
	text-decoration: none;
	font-size:15px;
}
a.maincopy:hover {
	color: #cc9900;
	text-decoration: none;
}

a.mainBlackGold {
	color: #333;
	text-decoration: none;
	font-size:18px;
	font-weight:400;
	text-transform:uppercase;
}
a.mainBlackGold:hover {
	color: #cc9900;
	text-decoration: none;
}

a.mainGoldBlack {
	color: #cc9900;
	text-decoration: none;
	font-size:18px;
	font-weight:400;
}
a.mainGoldBlack:hover {
	color: #333;
	text-decoration: none;
}

.text-black {
	color: #000 !important;
}
.text-17 {
font-size: 17px;
}

.lead { 
	font-size:23px;
}

.signature {
	font-family: 'Playfair Display SC', serif;
	font-size:21px;
	font-weight: 400;
}

.address1 { 
	font-size: .975rem;
	font-weight: normal;
}

/* Checkbox */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #000;
    border-color: #000;
    background-color: #000;
}

/* Navbar Dark link colors */
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #000; }

.list-group-icon-primary-bg i { background-color: #CCCCCC; color: #000; }

.btn-link:hover, a:hover { color: #cc9900; }
.post .post-tag a:hover, .portfolio-style-2 .portfolio-card .portfolio-card-footer .info-title a:hover, .portfolio .nav .nav-tabs-style-3 .nav-filter.active, .portfolio .nav .nav-tabs-style-2 .nav-filter.active, .portfolio .nav .nav-tabs-style-4 .nav-filter.active { color: #ffffff; }
a.text-primary:hover, a.text-primary:focus, .primary-hover li:hover {
    color: #000 !important;
}

.nav-tabs.tab-line .nav-link.active {
    color: #000;
    border-bottom: 2px solid #000;
}

/* Color important */
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .primary-hover a:hover, .text-primary, a.primary-hover:hover { color: #000 !important; }


.bg-primary { background: #000 !important; }

/* Outline Primary Button */
.btn-outline-primary {
    color: #000;
    border-color: #000;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

/* Primary Hover */
.btn-primary {
	font-size:16px !important;
}
.btn-primary:hover {
	color:#e4c27a !important;
    background-color: #000 !important;
    border-color: #000 !important;
}


/* Primary Hover */
.btn-primary-gold {
	color:#e4c27a !important;
	font-size:16px !important;
	 background-color: #000 !important;
    border-color: #000 !important;
}
.btn-primary-gold:hover {
	color:#FFF !important;
}

/* Primary White */
.btn-white {
	font-size:16px !important;
}
/* Background */
.navbar-primary.navbar-sticky-on { background-color: #000; }
.owl-carousel.dots-primary .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #000;
}
.owl-carousel.dots-primary .owl-dots .owl-dot span:after, .cd-headline.big-clip .cd-words-wrapper::after { background-color: #000; }

.accordion.toggle-icon-round .accordion-title a:after { background: #000; }
.accordion-primary .accordion-title, .cd-headline.clip .cd-words-wrapper::after, .cd-headline.loading-bar .cd-words-wrapper::after { background: #000; }

.btn-primary { background: #000; border-color: #000; }
.btn-primary:hover { background: #2751e4; border-color: #2751e4; }
.skill-item .progress-bar, .nav-tabs .nav-link.active, .nav-tabs.tab-bordered .nav-link.active { background-color: #000; }

/* Border Color */
.form-control:focus, .feature-box.f-style-3:hover { border-color: #000; }
.btn-link:after { border-bottom: solid 2px #666; }
.primary-border-left-dotted {
    border-left: dashed 1px #000;
}
.testimonials.testimonials-border .testimonials-wrap:hover .testi-text p { border: 3px solid #000; }
.testimonials.testimonials-border .testimonials-wrap:hover .testi-text p:before {
    border-color: #000 transparent transparent;
}
.tags a:hover {
    border: 1px solid #000;
}
.portfolio .nav .nav-tabs-style-1 .nav-filter.active { border-color: #000; }
.blockquote.primary-line {
    border-left: 5px solid #000;
}

/* Gradient Text */
.text-grad, .counter-grad-text .counter-item-icon, .counter-grad-text .counter-item-digit {
  background: -moz-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #066af9), color-stop(100%, #0047ab));
  background: -webkit-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
  background: -o-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
  background: -ms-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
  background: linear-gradient(150deg, #066af9 0%, #0047ab 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  text-fill-color: transparent;
}

/* Gradient Background */
.bg-grad, .skill.skill-grad .progress-bar, .nav-tabs.tab-grad .nav-link.active, .portfolio-style-2 .portfolio-card .portfolio-card-header:before, .portfolio-style-2 .portfolio-card:hover .portfolio-card-header:before, .team.team-overlay .team-item .team-avatar:before, .team.team-overlay .team-item:hover .team-avatar:before, .pricing .ribbon span, .portfolio .nav .nav-tabs-style-3 .nav-filter.active, .portfolio .nav .nav-tabs-style-2 .nav-filter.active, .portfolio .nav .nav-tabs-style-4 .nav-filter.active {
    background: -moz-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #066af9), color-stop(100%, #0047ab));
    background: -webkit-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: -o-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: -ms-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: linear-gradient(150deg, #066af9 0%, #0047ab 100%);
}
.btn-grad, .btn-outline-grad:before {
    background: -moz-linear-gradient(150deg, #0047ab 0%, #066af9 50%, #0047ab 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0047ab), color-stop(50%, #066af9), color-stop(100%, #0047ab));
    background: -webkit-linear-gradient(150deg, #0047ab 0%, #066af9 50%, #0047ab 100%);
    background: -o-linear-gradient(150deg, #0047ab 0%, #066af9 50%, #0047ab 100%);
    background: -ms-linear-gradient(150deg, #0047ab 0%, #066af9 50%, #0047ab 100%);
    background: linear-gradient(150deg, #0047ab 0%, #066af9 50%, #0047ab 100%);
    background-size: 260% 100%;
    background-position: right bottom;
}
.icon-grad i:before {
    background: -moz-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #066af9), color-stop(100%, #0047ab));
    background: -webkit-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: -o-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: -ms-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    text-fill-color: transparent;
}

.accordion-grad .accordion-title a, .blockquote.grad-line:after, .feature-box.f-style-1:before {
    background: -moz-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #066af9), color-stop(100%, #0047ab));
    background: -webkit-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: -o-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: -ms-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: linear-gradient(150deg, #066af9 0%, #0047ab 100%);
}

.divider-grad:before {
  background: -moz-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #066af9), color-stop(100%, #0047ab));
  background: -webkit-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
  background: -o-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
  background: -ms-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
  background: linear-gradient(150deg, #066af9 0%, #0047ab 100%);
}

.divider-grad:after {
  background: -moz-linear-gradient(150deg, #0047ab 0%, #066af9 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0047ab), color-stop(100%, #066af9));
  background: -webkit-linear-gradient(150deg, #0047ab 0%, #066af9 100%);
  background: -o-linear-gradient(150deg, #0047ab 0%, #066af9 100%);
  background: -ms-linear-gradient(150deg, #0047ab 0%, #066af9 100%);
  background: linear-gradient(150deg, #0047ab 0%, #066af9 100%);
}

@media only screen and (min-width:992px) {
	.navbar-nav .dropdown-menu:before {
		background: -moz-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #066af9), color-stop(100%, #0047ab));
    background: -webkit-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: -o-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: -ms-linear-gradient(150deg, #066af9 0%, #0047ab 100%);
    background: linear-gradient(150deg, #066af9 0%, #0047ab 100%);
	}
}

/*SVG fill color*/
.fill-grad-start { stop-color: #000; }
.fill-grad-end { stop-color: #666; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .icon-grad i::before{ background: none; color: #000 !important; }
  .text-grad{  background: none; color: #000 !important; }
}