html{
    scroll-behavior: smooth;
}
/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

/**
 * ----------------------------------------
 * animation text-shadow-pop-top
 * ----------------------------------------
 */
@-webkit-keyframes shadow-pop-top {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes shadow-pop-top {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/***Main CSS***/
body {
	background-color:#FFF;
}
.body {
	padding: 80px 0;
}
/* Fonts */
*
{
    font-family: 'proxima-soft', sans-serif;
}
.navigation ul.menu li a, h4, .h4, h5, .h5, .contact-email
{
    font-family: 'industry', sans-serif;
}
/*h1, .h1
{
    font-size: 69px;
    line-height: 0.8;
    font-weight: 500;
}
h2, .h2
{
    font-size: 42px;
    line-height: 0.8;
    font-weight: 500;
    color: #070A1E;
    margin-bottom: 20px;
}
h3, .h3
{
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    color: #B3B3B3;
}
p
{
    font-size: 14.5px;
    line-height: 1.8;
    color: #666;
}*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
    font-family: 'rift', sans-serif;
    color: #1995FC;
}
h1,.h1 {
	font-size: 4rem;
	line-height: 50px;
    font-weight: 700;
    letter-spacing: 1.5px;
}
h2,.h2 {
	font-size: 3rem;
    line-height: 42px;
    font-weight: 600;
    color: #070A1E;
}
h3,.h3 {
	font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 500;
/*    color: #B3B3B3;
*/}
h4,.h4 {
	font-size: 1.5rem;
    line-height: 37px;
    font-weight: 400;
}
h5,.h5 {
	font-size: 1.2rem;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

strong, b, s {
    font-family: inherit;
}
.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
    margin-bottom: 5px;

}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}

/*Header*/
.navigation {
	border: none;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: inline-block;
	height: 80px;
	max-width: 300px;
	background-position: center;
}
.header {
	padding: 30px 0;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#9e46ab;
	color: #FFF;
	border-bottom: none;
}

/*Menu*/
ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
	border-color:#7c2789;

}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}

.navigation ul.menu li ul.menu-dropdown {
    z-index: 100;
}
.navigation ul.menu li ul.menu-dropdown li a {
    padding: 15px;
    background-color: #070A1E;
    color: #fff;
}
.navigation ul.menu li ul.menu-dropdown li a:hover {
    background-color: #1995FC;
}

@media screen and (min-width: 800px) {
  .navigation ul.menu li ul.menu-dropdown {
      top: 55px;
      left: 50%;
      transform: translateX(-50%);
  }
  .navigation ul.menu li ul.menu-dropdown,
  .navigation ul.menu li ul.menu-dropdown li {
      min-width: 200px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
  .navigation ul.menu li ul.menu-dropdown {
      top: 38px;
  }
}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.3);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {

}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#90469b;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:60px 0 70px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 0.5px;
	border-color:#0d63a1;
	font-size: 16px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #FFF;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding:8px 20px;
	border-radius: 4px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	background-color: #1995FC;
}
input[type="submit"]:hover, button:hover {
	background-color:#070A1E;
	border-radius: 0;
	color: #FFF;
	box-shadow: none;
}
hr{
    border-bottom: 2px solid #EEE;
}
.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.section-variant-2, .row-container > .pb-section.section-variant-2{
    background-color: #1E2C41;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.section-home-cta{
    position: relative;
    background-color: #1E2C41;
}
.section-home-cta::before,
.section-home-cta::after{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.25;
    background-image: url("images/header-bg-left.svg");
    pointer-events: none;
}
.section-home-cta::before{
}
.section-home-cta::after{
    transform: rotate(180deg);
}
.section-home-cta .pb-column{
    padding: 40px 15px;
}
.section-home-cta .button{
    background-color: transparent !important;
    font-size: 20px;
    color: #1995FC;
    font-weight: 500;
}
.grid-table {
    max-width: 1000px;
    margin: 0 auto;
}
.grid-table.dark-blue thead{
    background-color: #1E2C41;
}
/*.section-home-cta .pb-column:first-child,
.section-home-cta .pb-column:last-child{
    background-color: #1E2C41;
}
.section-home-cta .pb-column:nth-child(2){
    background-color: #fff;
}*/
.section-video{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    height: 0;
}
.section-video.open{
    height: auto;
}
.section-video.open .pb-column:last-child{
    background-color:rgba(30,44,65,0.9);
    padding: 15px;
}
.section-video.open p:first-child a{
    position: absolute;
    right: 20px;
}
.section-video.open p:last-child{
    text-align: center;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;
}



/* Buttons */
.button
{
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    font-family: 'industry', sans-serif;
    text-align: center;
}
.button.btn-variant-1
{
    background-color: #1E2C41;
    border-color: #1E2C41;
    padding: 12px 24px;
    width: 37%;
}
.button.btn-variant-1:hover
{
    background-color: #1995FC;
    border-color: #1995FC;
}
.button.btn-variant-2
{
    background-color: #1995FC;
    border-color: #1995FC;
    padding: 12px 24px;
}
.button.btn-variant-2:hover
{
    background-color: #1E2C41;
    border-color: #1E2C41;
}
.button.btn-variant-abt
{
    background-color: #1E2C41;
    border-color: #1E2C41;
    padding: 12px 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.button.btn-variant-abt:hover
{
    background-color: #1E2C41;
    border-color: #1E2C41;
}


.frame, .row-container > .pb-section > .frame, .row-container > .pb-section > .frame.frame-master
{
    width: 100%;
    max-width: 1600px;
/*    padding: 0 8%;
*/}

/* Header */
.header
{
    background: linear-gradient(120deg, #070A1E 70%, #fff 70.05%, #fff 70.25%, #1E2C41 70.30%);
    position: relative;
    padding: 0;
    vertical-align: middle;
}
.header::before
{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("images/header-bg-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.25;
}
.header::after
{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("images/header-bg-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    opacity: 0.25;
}
.header .frame
{
    width: 100%;
    max-width: 100%;
    padding: 0 8%;
}
.header .coltable
{
    position: relative;
    z-index: 100;
}
.header .col
{
    vertical-align: middle;
}
.header .col.col-logo
{
    width: 22%;
}
.header .col.col-nav
{
    width: 48%
}
.header .col.col-contact
{
    width: 30%;
    vertical-align: bottom;
}
.header .logo
x{
    height: 85px;
}
.navigation
{
    background-color: unset;
    border: none;
}
.nav-mobile{
    display: none;
    background-color: #070A1E;
}
ul.menu .menulink:hover
{
    background-color: unset;
    color: #1995FC;
}
.header .contact
{
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}
.header .contact .h3
{
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
}
.header .contact .h3 a
{
    font-family: 'rift', sans-serif;
    position: relative;
    bottom: -3px;
    font-weight: 600;
    font-size: 34px;
    color: #fff;
}
.header .frame::after
{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;
    width: 30%;
    height: 35%;

    background: linear-gradient(120deg, transparent 15%, #1995FC 15.05%);

    z-index: 50;
}
.header .contact p
{
    margin-bottom: 5px;
}
.header .contact p:not(.h3)
{
    color: #83C9FD;
    font-weight: 200;
    font-size: 14px;
}
.header .contact p:not(.h3) a
{
    color: #fff;
    font-weight: 200;
}

/* Footer */
.footer
{
    background-color: #070A1E;
    border: none;
}
.footer .logo-wrap
{
    text-align: center;
    margin-top: 20px;
}
.footer .logo
{
    height: 85px;
}
.footer .frame
{
    width: 30%;
    padding: 0;
}
.footer .coltable
{
    margin-left: 10%;
}
.footer .h4
{
    color: #fff;
    margin-bottom: 20px;
}
.footer .foot-menu > li a
{
    color: #fff;
}
.footer .foot-menu > li a:hover
{
    color: #1995FC;
}

.copyright
{
    background-color: unset;
}

.col-sm-12
{
    padding: 0;
}

/* Home Slider */
.home-slider .bx-wrapper .bx-pager
{
    display: none;
}
.bx-wrapper
{
    margin-bottom: 0!important;
}
.slider-image-wrapper
{
    height: 560px!important;
}
.slider-wrapper .slide-cell
{
    position: relative;
    padding: 0;
    text-align: left;
}
.slideWrapInner.main-slide
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: linear-gradient(to right, RGBA(25, 149, 252, 0.60) 35%, transparent 65%);
    padding: 11% 8%;
/*    animation: shadow-pop-top 0.6s 0.5s both;
*/}
.slideWrapInner.main-slide h1,
.slideWrapInner.main-slide .h1 {
/*	-webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
	        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
*/	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
	        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;

}
.slider-wrapper h1
{
    color: #fff;
}
.slider-wrapper .h1
{
    color: #070A1E;
}

.home-about-section .pb-column:first-child
{
    padding: 0;
}
.home-about-section .coltable.col2 > .col:first-child
{
    width: 15%;
}
.home-about-section .coltable.col2 > .col:first-child img
{
    width: 80%;
}
.home-about-section .coltable.col2 > .col:last-child
{
    width: 85%;
}
.home-about-section p
{
    text-align: justify;
/*    width: 75%;
*/}
.home-about-section .pb-row
{
    display: flex;
}
.home-about-section .col-sm-2-4
{
    padding: 0;
    width: 18%;
    margin: 0 auto;
    background-color: #070A1E;
    transition: all 0.2s ease-in-out 0s
}
.home-about-section .col-sm-2-4.active
{
    background-color: #1995FC;
    transform: scale(0.99);
}
.home-about-section .col-sm-2-4:last-child
{
    margin-right: 0;
}
.home-about-section .col-sm-2-4 .pb-block:nth-child(1)
{
    padding: 65px 30px 45px;
}
.home-about-section .col-sm-2-4 .pb-block:nth-child(2)
{
    padding: 0 55px 25px;
}
.home-about-section .col-sm-2-4 h4
{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.home-about-section .col-sm-2-4 h4:last-child
{
    font-weight: 200;
    font-size: 14px;
}
.home-info-section{
    position: relative;
    padding: 95px 0 !important;
    z-index: 1;
}
/*.home-info-section .frame.frame-master
*/.home-info-section::after
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
/*    padding-top: 95px!important;
    padding-bottom: 95px!important;*/
    background: linear-gradient(120deg, transparent 30%, #fff 30.05%, #fff 30.35%, #1E2C41 30.4%);
    z-index: -1;
}
.home-info-section p
{
    color: #fff;
}
.home-info-section p:last-child
{
    margin-bottom: 0;
}
.chevron-list ul,
.tick-list ul{
    margin: 0 0 20px;
    list-style: none;
}
.chevron-list ul > li,
.tick-list ul > li{
    font-size: inherit;
    line-height: 18px;
    font-weight: 300;
    position: relative;
    padding: 5px 10px;
    padding-left: 35px;
    font-family: "proxima-soft";
    border: 1px solid transparent;
}
.chevron-list ul > li::before,
.tick-list ul > li::before{
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 5px;
    font-size: 18px;
    font-weight: 400;
    color: inherit;
    margin-left: -25px;
}
.chevron-list ul > li::before{
    content: "\f054";
}
.tick-list ul > li::before{
    content: "\f00c";
    color: #1995FC;
}
.tick-list ul > li:hover::before{
    color: #fff;
}
.tick-list ul > li:hover{
    background-color: #1995FC;
    color: #fff;
    border-radius: 10px;
    border-color: #fff;
}
.row-header-triangle{
    position: relative;
}
.row-header-triangle::after{
    content: '';
    position: relative;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 10px solid #fff;
    transform: scale(9.5) translate(37%,40%);
}
.section-triangle{
    overflow: hidden;
}
.section-triangle::after{

}
.pb-section.bg-img-half,
.pb-section.bg-img-1-3{
    position: relative;
    z-index: 1;
}
.pb-section.bg-img-half{
    background-size: 50%;
}
.pb-section.bg-img-1-3{
    background-size: 35%;
}
.pb-section.bg-img-half::after,
.pb-section.bg-img-1-3::after{
    content: '';
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    background-color: RGBA(25, 149, 252, 0.60);
    z-index: -1;
}
.pb-section.bg-img-half::after{
    width: 50%;
}
.pb-section.bg-img-1-3::after{
    width: 35%;
}
.margin-top-150{
    margin-top: 150px;
}
.white{
    color: #fff;
}
.box.faq{
    border: 2px solid #1E2C41;
    background-color: #1E2C41;
    width: 49%;
    display: inline-block;
    margin-bottom: 5px;
}
.faq h3{
    font-weight: 500;
    color: #1995FC;
}
.faq .faq-inner p{
    color: #1995FC;
}
.box.faq:hover{
    border-color: #515462 ;
    background-color: #83858f;
}
.faq:hover h3,
.faq:hover .faq-inner p{
    color: #fff;
}
.bg-white{
    background-color: #fff;
}
.row-box .box{
    min-height: 250px;
}
.form-block{
    background: #eee;
}

/* Crester Plugin / Code CSS */
.crester-section .frame {
  background-color: #1E2C41;
}
.crester-section .pb-row {
  display: flex;
  flex-wrap: wrap;
}
.crester-section .pb-column {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  padding: 0px;
}
.crester-section .pb-block-type-text img {
  max-width: 350px;
  display: block;
  margin: -50px auto;
  width: 100%;
}
.crester-section .pb-block-type-text .crester-full {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 60px;
}
.crester-section .pb-block-type-text * {
  margin-bottom: 0px;
}
.crester-section .button {
  background-color: transparent !important;
  font-size: 20px;
  color: #1995FC;
  font-weight: 500;
  transition: all 0.2s ease-in-out 0s;
}
.crester-section .pb-block-type-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  flex: 1 1 45%;
}
.crester-section .pb-block-type-image::before {
  content: '';
  inset: 0;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(-60deg, transparent 60.5%, #fff 59.85%, #fff 61.25%, #1E2C41 58.1%);
}
.crester-section .pb-block-type-image img {
  object-fit: cover;
  font-family: "object-fit: cover";
  left: 50%;
  vertical-align: middle;
  max-height: 101%;
  max-width: none;
  min-height: 101%;
  min-width: 101%;
  position: absolute;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 101%;
  z-index: -1;
}
.no-pad.top {
  padding-top: 0px!important;
}

/*Extras*/
.add-extras {
    padding-top: 25px;
}
.add-extras .pb-column {
    display: flex;
    flex-wrap: wrap;
}
.add-extras .pb-column > .pb-block {
    flex: calc(25% - 10px) 0 0;
    width: calc(25% - 10px);
    margin: 5px;
    box-shadow: 0 5px 20px -5px rgba(0,0,0,0.15);
}
.add-extras .pb-column > .pb-block h4 {
    margin-bottom: 5px;
    color: #070A1E;
    line-height: 1.2;
}

@media screen and (max-width: 1600px) {
  .crester-section {
    padding: 0px!important;
  }
}
@media screen and (max-width: 1200px) {
  .crester-section .pb-row {
    flex-direction: column;
  }
  .crester-section .pb-column {
    max-width: unset;
    width: 100%;
    flex: 45% 1 1;
  }
  .crester-section .pb-column:last-child {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .crester-section .pb-block-type-text .crester-full {
    padding: 60px 0px;
  }
}

/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1600px) {
    body.frame-full-width .body .frame{
        padding: 40px;
    }
}
@media screen and (max-width:1440px) {
	iframe
    {
		width: 100% !important;
	}

    h1, .h1
    {
        font-size: 52px;
    }
    h2, .h2
    {
        font-size: 32px;
        margin-bottom: 15px;
    }
    h3, .h3
    {
        font-size: 22px;
    }
    p
    {
        font-size: 12.5px;
    }
    .header .logo
    {
        height: 65px;
        background-position: left;
    }
    .navigation ul.menu li a
    {
        padding: 12px 5px;
        font-size: 11px;
    }
    .header .contact .h3
    {
        font-size: 22px;
    }
    .header .contact .h3 strong
    {
        font-size: 32px;
    }
    .header .contact p:not(.h3)
    {
        font-size: 13px;
        line-height: 1;
    }
    .slider-image-wrapper
    {
        max-width: 1440px!important;
        height: 425px!important;
        background-position: center;
        background-size: cover;
    }
    .button.btn-variant-1
    {
        padding: 10px 22px;
    }
    .button
    {
        font-size: 13px;
    }
    .home-about-section .col-sm-2-4 .pb-block:nth-child(2)
    {
        padding: 0 45px 25px;
    }
    .home-about-section .col-sm-2-4 h4
    {
        font-size: 15px;
    }
    .footer .h4
    {
        font-size: 22px;
    }
    .footer .frame
    {
        width: 33.33%;
    }
    .footer .foot-menu > li a
    {
        font-size: 12px;
    }
    .footer .logo
    {
        height: 65px;
    }
}
@media screen and (max-width:1280px) {
/*    h1, .h1
    {
        font-size: 42px;
    }
    h2, .h2
    {
        font-size: 28px;
        margin-bottom: 12px;
    }
    h3, .h3
    {
        font-size: 18px;
    }*/
    p
    {
        font-size: 12.5px;
    }
    .header .frame, .frame, .row-container > .pb-section > .frame, .row-container > .pb-section > .frame.frame-master
    {
        padding: 0 5%;
    }
    .slideWrapInner.main-slide
    {
        padding: 11% 5%;
    }
    .slider-image-wrapper
    {
        max-width: 1280px!important;
        height: 380px!important;
    }
    .home-about-section .col-sm-2-4 h4
    {
        font-size: 13px;
    }
    .home-about-section .col-sm-2-4 h4:last-child
    {
        font-size: 12px;
    }
    .home-about-section .col-sm-2-4 .pb-block:nth-child(1)
    {
        padding: 50px 30px 40px;
    }
    .about-title-box h2
    {
        margin-top: 3px;
    }
}
@media screen and (max-width:1200px) {
    .header {
        background: linear-gradient(120deg, #070A1E 60%, #fff 60.05%, #fff 60.25%, #1E2C41 60.30%);
    }
    .header .frame::after {
        width: 45%;
    }
    .header .col.col-nav{
        display: none;
    }
    .nav-mobile{
        display: block;
    }
/*    .header .coltable{
        display: flex;
    }
    .header .col{
        width: 100% !important;
    }
    .header .col.col-contact{
        order: 2;
    }
    .header .col.col-nav{
        order: 3;
        display: block !important;
        width: 100% !important;
    }*/
    .page-banner.home-slider{
        padding: 0;
    }
    .pb-section.bg-img-half,
    .pb-section.bg-img-1-3{
        background-size: cover;
        padding-left: 0;
        padding-right: 0;
    }
    .pb-section.bg-img-half::after,
    .pb-section.bg-img-1-3::after {
        width: 100%;
    }
    .pb-section.bg-img-half .chevron-list ul > li,
    .pb-section.bg-img-half .tick-list ul > li,
    .pb-section.bg-img-1-3 .chevron-list ul > li,
    .pb-section.bg-img-1-3 .tick-list ul > li{
        background-color: #1995FC;
        color: #fff;
        border-radius: 10px;
        border-color: #fff;
        margin-bottom: 8px;
    }
    .pb-section.bg-img-half .chevron-list ul > li::before,
    .pb-section.bg-img-half .tick-list ul > li::before,
    .pb-section.bg-img-1-3 .chevron-list ul > li::before,
    .pb-section.bg-img-1-3 .tick-list ul > li::before{
        color: #fff;
    }    .box.faq{
        width: 100%;
    }
    .pb-section.bg-img-half .pb-column:first-child,
    .pb-section.bg-img-1-3 .pb-column:first-child{
        width: 100%;
        display: block;
    }
    .pb-section.bg-img-half .pb-column:not(:first-child),
    .pb-section.bg-img-1-3 .pb-column:not(:first-child){
        width: 50%;
    }
    .row-box .pb-column{
        width: 50%;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
}
@media screen and (max-width:1000px) {
    .add-extras .pb-column > .pb-block {
        flex: calc(50% - 10px) 0 0;
        width: calc(50% - 10px);
    }
}
@media screen and (max-width:800px) {

/*    body .header
    {
        padding: 0;
    }*/
    .header
    {
        background: linear-gradient(120deg, #070A1E 50%, #fff 50.15%, #fff 50.25%, #1E2C41 50.50%);
    }
    .header .frame::after
    {
        width: 48%;
        background: linear-gradient(120deg, transparent 15%, #1995FC 15.25%);
        display: none;
    }
    .header .col.col-nav
    {
        width: 0;
    }
    .header > .frame .logo
    {
        height: 72px;
        width: 260px;
    }
    .header .mobile-menu-trigger
    {
        width: 5%;
        vertical-align: top;

        position: relative;
        top: 10px;
        left: 25px;
        z-index: 100;
    }
    .header .mobile-menu-trigger i
    {
        color: #1995FC;
    }
    .navigation
    {
        position: fixed;
        top: 74px;
        width: 45%;
        padding-left: 25px;
        background-color: rgba(30, 44, 65, 0.95)!important;
        z-index: 100;
    }
    .row-container > .pb-section
    {
        padding-left: 0px;
        padding-right: 0px;
    }

    .slider-image-wrapper
    {
        max-width: 800px!important;
        height: 238px!important;
    }
    h1, .h1
    {
        font-size: 34px;
        line-height: 30px;
/*        margin-bottom: 10px!important;
*/    }
    .home-about-section .pb-row
    {
        flex-wrap: wrap;
    }
    .home-about-section .pb-column:first-child
    {
        width: 100%;
    }
    .home-about-section .col-sm-2-4
    {
        width: 32%;
        margin-top: 35px;
    }
    .home-about-section .col-sm-2-4:nth-child(2)
    {
        margin-left: 0;
    }
    .home-about-section .col-sm-2-4 h4
    {
        font-size: 15px;
    }
    .home-info-section .col-sm-6
    {
        width: 100%;
    }
    .home-info-section .col-sm-4
    {
        width: 55%;
    }
    .home-info-section .col-sm-2
    {
        display: none;
    }
    .footer .frame
    {
        width: 60%;
    }
    .home-about-section .pb-column.col-sm-3{
        width: 50%;
    }
    .pb-section.bg-img-1-3 .pb-column:not(:first-child),
    .pb-section.bg-img-half .pb-column:not(:first-child){
        width: 100%;
    }
    .section-cabin-range .pb-column.col-sm-6{
        padding: 0;
    }
    .section-cabin-range .pb-column.col-sm-12{
        display: block;
    }
}
@media screen and (max-width:767px) {
    .home-slider .bx-viewport{
        min-height: 300px;
        max-height: 300px;
    }
    .home-slider .slider-image-wrapper{
        height: 300px !important;
    }
}
@media screen and (max-width:600px) {
    .page-banner.home-slider .col-sm-12
    {
        display: block;
    }
    .slider-image-wrapper
    {
        background-position: left;
    }
    .header
    {
        background: #070a1e;
    }
    .header::after
    {
        display: none;
    }
    .header::before
    {
        background-repeat: repeat;
    }
    .header .frame
    {
        display: flex;
    }
    .header .frame::after
    {
        width: 0;
    }
    .header > .frame .logo-wrap
    {
        text-align: center;
    }
    .header .mobile-menu-trigger
    {
        left: unset;
        top: 80px;
        width: auto;
    }
    .header .contact
    {
        text-align: center;
        margin-left: 10px;
    }
    .header > .frame .logo-wrap{
        width: 100%;
        display: block;
    }
    .navigation
    {
        top: 133px;
        width: 95%;
    }
    .slider-image-wrapper
    {
        max-width: 600px!important;
        height: 180px!important;
    }
    body.frame-full-width .body .frame{
        padding: 40px 20px;
    }
    .home-about-section p
    {
        width: 100%;
    }
    .button.btn-variant-1
    {
        width: unset;
    }
    .home-about-section .coltable.col2
    {
        display: flex;
    }
    .home-about-section .coltable.col2 > .col:first-child
    {
        width: 22%!important;
    }
    .home-about-section .coltable.col2 > .col:last-child
    {
        width: 78%!important;
    }
    .home-about-section .col-sm-2-4
    {
        width: 88%;
        margin: 35px auto 0!important;
    }
    .home-about-section .col-sm-2-4 h4
    {
        font-size: 18px;
    }
    .home-about-section .col-sm-2-4 h4:last-child
    {
        font-size: 14px;
    }
    .home-about-section .col-sm-2-4 .pb-block:nth-child(1)
    {
        padding: 65px 30px 45px;
    }
    .row-container .pb-block > .pb-block-content
    {
        margin-top: unset;
        margin-bottom: unset;
    }
    .home-info-section
    {
        padding: 60px 0 !important;
        background-position: top left !important;
        background-size: cover;
    }
/*    .home-info-section .frame.frame-master
    {
        background: linear-gradient(180deg, transparent 30%, #fff 30.05%, #fff 30.35%, #1E2C41 30.4%);
    }*/
    .home-info-section::after {
        background: #1E2C41;
        opacity: 0.8;
    }
    .home-info-section .col-sm-4
    {
        width: 100%;
        padding-top: 0;
    }
	.footer
    {
		text-align: center;
	}
    .footer .frame
    {
        width: 100%;
    }
	.footer .h4
    {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4
    {
		margin-top: 0;
	}
    .footer .coltable
    {
        margin: 0;
    }
    .footer .foot-menu
    {
        padding-right: 0;
    }
    .row-box .pb-column{
        width: 100%;
        display: block;
    }
    table.grid-table{
        border-collapse: collapse;
    }
      table.grid-table tr {
        margin: 10px 0;
        margin-top: 0;
        display: block;
        width: 100%;
        float: left;
      }
      table.grid-table thead {
        display: none;
      }
      table.grid-table td {
        display: block;
        text-align: left;
      }
      table.grid-table td:not(:first-child)::before {
        content: attr(data-label);
        display: inline-block;
        width: 50%;
        font-weight: bold;
        text-transform: uppercase;
      }
      table.grid-table tbody tr td:first-child {
        background-color: #1E2C41;
          text-align: center;
      }
      table.grid-table tbody tr td:nth-child(2) a {
        color: #fff;
        font-size: 16px;
      }
    .row-box .box{
        min-height: auto;
    }
    .pb-section.bg-img-1-3 img,
    .pb-section.bg-img-half img{
        width: 100%;
    }
}
@media screen and (max-width:500px) {
    .add-extras .pb-column > .pb-block {
        flex: calc(100% - 10px) 0 0;
        width: calc(100% - 10px);
    }
}
