/*
colors:
logo colors: #1c21e2 , #ff008d , #3e04bf , #000795 , #0e165e , #1e22ee
font-gradient background: linear-gradient(to right, #ff008d , #3e04bf , #000795);
font-gradient background: linear-gradient(to right, #e156ba , #11b0d1);
highlight color 1: #ffc107

color 1: #1c21e2
color 2: #ff008d
color 3: #3e04bf
color 4: #000795

color 5: #0e165e

color 6: #1e22ee
color 7: #00a0fe

color 8: #1d22ee
color 9: #00c5d1

:root {
  --bg-color: #000080;
  --text-color: #fff;
}
*/

html
{
	min-width: 320px;
}
body {
	color: #05090d;
	min-width: 320px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

#header {
	/* background: #05090d; */
	/* background: linear-gradient(180deg, #05090d 0%, #001139 30%, #001139 100%); */
	background-color: #010f2e;
    background-image: url(../images/bg-header.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
	-webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
	/* background-attachment: fixed; */
	/* position:relative; */
	min-height: 120vh;
}
/* #header::before {  */
	/* content: "";  */
	/* display:block; width: 100%; height: 1100px;  */
	/* position:absolute; top:0;  */
	/* background: transparent; */
	/* background: linear-gradient(180deg, #010f2e 50%, rgba(1,15,46, 0) );  */
	/* z-index: 8; */
/* } */

#header .header-inner {
	position:relative;
	z-index: 9;
}
#header .container {
    padding-bottom: unset;
	position:relative;
	z-index: 9;
}
.logo { width: 400px; }
.sub-wrapper {
    background-color: transparent;
    display: block;
    margin: auto;
    max-width: 80%;
    padding: 10px 40px;
    border-radius: 50px;
	border: 1px solid #fff;
	background: linear-gradient(to right, #00a0fe , #1d22ee);
}
.sub-wrapper-mobile {
    background-color: transparent;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 10px 20px;
    border-radius: 100px;
	border: 1px solid #fff; /*50516c*/
	background: linear-gradient(to right, #00a0fe , #1d22ee);
}
.sub-wrapper2 {
    background-color: transparent;
    display: block;
    margin: auto;
    max-width: 80%;
    padding: 15px;
    border-radius: 100px;
}
.sub-wrapper p {
    margin-bottom: unset;
    font-size: 26px;
}
.font-gradient-default {
    background: #00a0fe;
	background: linear-gradient(to right, #fff, #00a0fe, #fff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.font-gradient-2 {
    background: #11b0d1;
	background: linear-gradient(to right,  #e156ba , #11b0d1);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.font-gradient {
	-webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
}

.font-gradient-yellow {
    background: #ffc107;
	background: linear-gradient(to right,  #fff , #ffc107);
}
.font-gradient-yellow.to-left { background: linear-gradient(to left,  #fff , #ffc107); }
.font-gradient-blue {

	background: #00044a;
	background: linear-gradient(to right,  #00044a , #1d22ee);
}
.font-gradient-blue.to-left { background: linear-gradient(to left,  #00044a , #1d22ee); }

.font-italic { font-style:italic; }

.ovh { overflow:hidden;}

/* .fb-reviews-wrapper { padding-top: 40px;} */
.fb-reviews {  
	max-width: 776px;
	margin: 0 auto;
	/* position:relative; */
	/* margin: 0 auto; */
	/* padding: 10px 40px; */
	/* margin-top: 60px; */
	/* margin-bottom: 140px; */
}
.fb-reviews .inner-content {  
	background: transparent url(../images/fb-reviews-placeholder-repeat.png) top center repeat-y;
	background-size: 100%;
	padding: 10px 40px;
}
.fb-reviews.dark .inner-content { background-image:url(../images/fb-reviews-placeholder-repeat-dark.png); }

/* .table.text-white tr td, .table.text-white tr th { color:#fff; } */
.table-wrapper { }
.table-wrapper.rounded { border-radius: 14px !important; }
.table-wrapper.bg-dark .table tr td, 
.table-wrapper.bg-dark .table tr th { border-color: #444477; }
.table-wrapper.bg-darker .table tr td, 
.table-wrapper.bg-darker .table tr th { border-color: #2f2f48; }
.table tr:last-child td { border: none; }
.table td.bg-red, th.bg-red { background: #e04655; }
.table td.bg-red2, th.bg-red2 { background: #bd2236; }
.table td.rounded-tl, th.rounded-tl { border-radius: 14px 0 0 0; }
.table td.rounded-tr, th.rounded-tr { border-radius: 0 14px 0 0; }
.table td.rounded-br, th.rounded-br { border-radius: 0 0 14px 0; }
.table td.rounded-bl, th.rounded-bl { border-radius: 0 0 0 14px; }
.table .fixed-width { min-width: 57px; }

.space-divider { height: 130px; }
.bg-dark { background: #00044a !important;}
.bg-darker { background: #05090d !important;}
.bg-dark-transparent { background: rgba(0,0,0, 0.8) !important; }
.bg-blue { background: #1d22ee !important; }
.bg-purple { background: #500592 !important; }
.bg-yellow { background: #ffc107 !important; }

.font-white { color:#fff; }
.font-dark, .text-dark { color:#00044a !important; }
.font-darker, .text-darker { color:#05090d; }
.font-black, .text-black { color:#000; }
.font-pink { color:#ff008d; }
.font-yellow, .font-high2 { color: #ffc107; }
.font-blue { color: #1d22ee; }
.font-light-blue, .font-high1 { color: #a3ddff; }

.bg-white { background: #fff; }
.bg-light-1 { background: #b6e4ff; }
.bg-light-2 { background: #d8f9ff; }
.bg-light-2.border { 
	border: 1px solid #87bcc5 !important;
}

.bg-gradient-1 {
	background: #ff008d !important;
	background: linear-gradient(0deg, #ff008d , #00044a 50%) !important;
}
.bg-gradient-1.to-right { background: linear-gradient(to right, #ff008d , #00044a 50%) !important; }
.bg-gradient-2 {
	background: #00a0fe !important;
	background: linear-gradient(0deg, #00a0fe , #1d22ee) !important;
}
.bg-gradient-2.to-right { background: linear-gradient(to right, #00a0fe , #1d22ee) !important; }
.bg-gradient-light {
	background: #ccc !important;
	background: linear-gradient(180deg, #fff , #fff , #ccc) !important;
}

.bg-pattern { background-color: #00003c; opacity: 1; background-size: 10px 10px;	 }
.bg-pattern.pattern-1 { background-image: repeating-linear-gradient(45deg, #00003c 0, #05090d 1px, #000082 0, #05090d 50%); }
.bg-pattern.pattern-2 { background-image: repeating-linear-gradient(45deg, #210709 0, #210105 1px, #270206 0, #4e0911 50%); }

.bg-illustrations { background: transparent url(../images/bg-ilustrations-reviews.png) bottom center no-repeat; background-size: contain; }

.deals .image {  height: auto !important;}
.deals .check-list { margin: 0; padding: 0;}
.deals .check-list li { 
	padding: 10px 0;
	padding-left: 30px;
	position:relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.deals .check-list li::before { content: ""; display:block; width: 20px; height: 20px; position:absolute; top: 15px; left: 0; background: url(../images/check-sm.png) 0 0 no-repeat;} 
.deals .bg-gradient-light .check-list li { border-color: #ccc; }
.deals .check-list li.nobd { border:none; }
.deals .check-list li.nochk::before { display:none; }

section.section-light { background-color: #fff !important; }
section.section-mid { background-color: #e04655 !important; }
section.section-red { background-color: #bd2236 !important; }
section.section-blue { background-color: #1d22ee !important; }
section.section-light-blue { background-color: #e1ebfe !important; }
section.section-dark { background-color: #010f2e !important; }
section.section-darker { background-color: #02000e !important; } /*05090d*/
section.section-dark-blue { background: #00003c; }
section.section-light-gradient { background: #eee; background: linear-gradient(180deg, #fff , #eee) !important; }
section.section-dark-gradient { background: #05090d; background: linear-gradient(0deg, #00003c , #05090d) !important; }
section.section-blue-gradient { background: #05090d; background: linear-gradient(180deg, #010f2e , #00003c) !important; }
section.section-bg-dark { background-color: #05090d; }

.section-bg-img { 
	background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: top;
}
.section-bg-img.bg-fixed { background-attachment: fixed; }
.section-bg-img.bg-bottom { background-position: bottom !important; }
.section-bg-img.bg-1 { background-image: url(../images/bg-section-1.jpg); }
.section-bg-img.bg-shadow { position:relative; }
.section-bg-img.bg-shadow::before,
.section-bg-img.bg-shadow::after { content: ""; display:block; width: 100%; height: 250px; position:absolute; background: transparent; background: linear-gradient(180deg, #02000e 60%, rgba(2, 0, 14, 0)); }
.section-bg-img.bg-shadow::after { bottom: 0; background: linear-gradient(0deg, #02000e , rgba(2, 0, 14, 0)); }
#sectionTable .container { padding-bottom: 1px !important; }
#sectionTable.bg-shadow::after { height: 550px; background: linear-gradient(0deg, #02000e 40%, rgba(2, 0, 14, 0)); }
#sectionTable.bg-shadow::before { background: linear-gradient(180deg, #00003d , rgba(0, 0, 61, 0)); }
#sectionTable.bg-shadow::before { display:none; }

.section-bg-illustrations { background: #eee; background: transparent url(../images/bg-ilustrations-reviews.png) bottom center no-repeat;  background-image:url(../images/bg-ilustrations-reviews.png), background: linear-gradient(180deg, #fff , #eee); background-size: contain; }

.gfx-bg:before {
	background-image: url(../images/gfx-bg1.png);
	background-size: contain;
	background-repeat: no-repeat !important;
	background-position: center center;
}
.gfx-bg-left { background-position: left center; }
.gfx-bg-right { background-position: right center; }

.bd-color-1 { border-color: #e04655; }
.bd-color-light-2 { border-color: #87bcc5; }

.btn-custom-1 { background: #e04655; }
.same-col-height { height: 100%; }

.fz-xs { font-size: 0.75rem !important;}
.fz-sm { font-size: 0.85rem !important;}
.fz-regular, .fz-default { font-size: 1rem !important;}
.fz-md { font-size: 1.25rem !important;}
.fz-lg { font-size: 1.5rem !important;}
.fz-xl { font-size: 2rem !important;}
.fz-2xl, .fz-xxl { font-size: 2.5rem !important;}
.fz-3xl { font-size: 3rem !important;}
.fz-4xl { font-size: 3.5rem !important;}
	
.strong { font-weight: 800; }
.underline { text-decoration:underline; }
.sub-header { 
	font-size: 24px; margin-bottom: 0; 
	background-color: transparent;
    display: block;
    margin: auto;
    border-radius: 100px;
	border: 1px solid #f04c5b;
}

.bd { border: 1px solid #ccc; }
.bd-white { border-color: #fff; }
.bd-white-transp { border-color: rgba(255,255,255,0.3) !important; }
.bd-dark { border-color: #00044a; }
.bd-darker { border-color: #05090d; }
.bd-3 { border-width: 3px !important; }
.bd-2 { border-width: 2px !important; }
.bd-4 { border-width: 4px !important; }
.bd-5 { border-width: 5px !important; }
.bd-6 { border-width: 6px !important; }
.nobd { border: none !important; }
.bd-pink { border-color: #e04655 !important; }
.bd-pink-2 { border-color: #ff008d !important; }
.bd-yellow { border-color: #ffc107 !important; }
.bdb-underline-yellow { border-bottom: 6px solid #ffc107;}
.bdb-underline-blue { border-bottom: 6px solid #1d22ee;}
.bdb-underline-white { border-bottom: 6px solid #fff;}
.bdb-underline-dark { border-bottom: 6px solid #00044a;}
.bdt { border-top: 1px solid rgba(0, 0, 0, 0.5); }
.bdb { border-bottom: 1px solid rgba(0, 0, 0, 0.5);}
.section-dark .bdt, .bg-dark .bdt,
.section-dark .bdb, .bg-dark .bdb { border-color: rgba(255, 255, 255, 0.3); }

.sub-wrapper2 h3 {
    margin-bottom: 0;
    font-size: 24px;
}
.video-wrapper {
    display: block;
    margin: auto;
    max-width: 1000px;
    border: 10px solid #fff;
    border-radius: 7px;
	overflow:hidden;
}
.custom-button, .custom-button2, .custom-button3, .custom-button4 {
    display: block;
    background: #11b0d1;
    background: linear-gradient(to right, #ff008d , #00044a);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    max-width: 875px;
    border-radius: 20px;
    font-size: 40px;
    line-height: 1.3;
    margin: auto;
    padding: 20px 70px;
    text-align: center;
	border: 3px solid #ff008d;
}
.custom-button:hover {
	background: #ffc107;
    background: linear-gradient(to right, #ffe188 , #ffc107);
	color: #000;
	border-color:#ffc107;
}
.custom-button2, .custom-button3, .custom-button4
{
	font-weight: 900;
    font-size: 29px;
    padding: 22px;
    border-radius: 9px;
	line-height: 1.3;
	max-width: 875px;
	width: 90%;
	/* transition: all 0.5s ease-out; */
}
.custom-button2 {
	background: #eddd44;
    background: linear-gradient(180deg, #eddd44 , #f1b910);
    color: #00003c;
}
.custom-button2:hover {
	background: #f1b910;
    background: linear-gradient(180deg, #f1b910 , #eddd44);
	color:#000064;
}
.custom-button3 {
    background: #e04655;
    background: linear-gradient(180deg, #e04655 , #bd2236);
    color: #00003c;
}
.custom-button3:hover {
	background: #bd2236;
    background: linear-gradient(180deg, #bd2236 , #e04655);
	color:#000064;
}
.custom-button4 {
    background: #31d0ea;
    background: linear-gradient(180deg, #7becff , #0070b1);
    color: #00003c;
	border-color:#fff;
}
.custom-button4:hover {
	background: #0070b1;
    background: linear-gradient(180deg, #0070b1 , #7becff);
	color: #000064;
}
/* .custom-button2:hover, .custom-button3:hover, .custom-button4:hover */
/* { */
	/* transition: all 1s ease-in; */
/* } */
.box, .box-inner { 
    border-radius: 10px;
}
.box-inner { 
    border-radius: 6px;
}

.b-box {
    max-width: 1200px;
    margin: auto;
    border-radius: 30px;
    padding: 50px;
}
.b-box.b-box-outline { border: 2px solid #e04655;}

img.rounded, .rounded-14 { border-radius: 14px !important; }
.rounded-20 { border-radius: 20px !important; }
.rounded-30 { border-radius: 30px !important; }

.img-link { display:block; }
.img-link img { transition: all 0.3s ease-out; }
.img-link:hover img { opacity: 0.5; transition: all 0.5s ease-in; }

.pay-btn-wrapper {
	border-radius: 20px;
	border: 1px solid #e04655;
}

.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.hide { display:none; }
/* .carousel-control-prev-icon, .carousel-control-next-icon {  */
	/* filter: none !important; */
	/* background-color: #010f2e; */
    /* border-radius: 10px; */
    /* padding: 20px 20px; */
	/* background-size: 80% 80%; */
/* } */

.trans-all { transition: all 0.3s ease-in; }
.trans-all:hover { transition: all 0.5s ease-out; }

.img-wrapper { padding: 4px; background: #fff; border-radius: 30px !important; }
.img-wrapper img { border-radius: 26px !important; }
.section-white .img-wrapper { background: #010f2e; }
.img-styled { display:block; border: 4px solid #fff; border-radius: 30px !important;}
.section-white .img-styled,
.section-light .img-styled,
.section-light-gradient .img-styled { border-color:#010f2e; }

.people-matrix div.person { border: 1px solid #00044a; padding: 15px; border-radius: 20px; background: #002f98; color:#fff; text-align:center; height: 100%; }
.people-matrix div.person p.fz-lg { color:#f1b910; margin-bottom: 0 !important; font-weight: 700; }
.people-matrix div.person p.fz-md { margin-bottom: 0 !important; }

ul {
    margin-bottom: 0;
}
li { list-style: none; }
ul.custom-icons li {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: 32px;;
    padding-left: 50px;
    padding-bottom: 30px;
    padding-top: 1px;
    font-weight: 400;
    list-style-type: none;
    color:#05090d; 
}
.row-1200 {
    max-width: 1200px;
    margin: auto;
}
.font-big2 {
    font-size: 150px;
}
.font-big {
    font-size: 48px;
}

#footer {
    background-color: #080808;
}
.footer-text {
    font-size: 13px;
    color: #787878;
}
#footer a {
    font-size: 13px;
    color: #787878;
}
.f-mobile {
    display: none;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.col-box {
  height: 100%;
  padding: 20px 20px;
  color: #000;
  border-radius: 14px !important;
  overflow: hidden;
}

.posr { position:relative; }
.gfx-abs { position: absolute; z-index: 999; }

#section9, #section14 { background: #02000e url(../images/gfx-essential-content.jpg) center bottom no-repeat; background-size: auto; height: 80vh; }
#section9::before, #section9::after,
#section14::before, #section14::after { content: ""; display:block; position:absolute; width: 100%; height: 240px; background: linear-gradient(180deg, #02000e 60%, rgba(2, 0, 14, 0)); }
#section9::after, #section14::after { bottom: 0; height: 150px; background: linear-gradient(0deg, #02000e 10%, rgba(2, 0, 14, 0)); }

#section14 { background: #02000e url(../images/gfx-essential-content-3.jpg) center bottom no-repeat; }
#section14::before { height: 340px; }

.big-deal-list {  }
.big-deal-list li { padding: 10px 20px; border-radius: 15px; font-size: 1.5rem; font-weight: 400; margin-bottom: 1rem;}
.big-deal-list li.bordered { padding: 1px;}
.big-deal-list li .inner { display: block; padding: 10px 20px; }
.section-dark .big-deal-list li { background: #022473; color:#ffc107; }
.section-dark .big-deal-list li.bordered { background: linear-gradient(to right,  #e156ba , #11b0d1); }
.section-dark .big-deal-list li .inner { background: #010f2e; border-radius: 14px; }

.section-img-divider { overflow:hidden; }
.section-img-divider .img { height: 300px; background: #000 url(../images/between_rows_images1.jpg) center center no-repeat; background-size: cover; }
/* .img-posa { position: absolute; } */
/* .img-posa.top { top: 0px; } */
/* .img-posa.bottom { bottom: 0px; } */
/* .img-posa.left { left: 0px; } */
/* .img-posa.right { right: 0px; } */

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }

@media (max-width: 1399px) {
	#section9::before, #section14::before { height: 330px; }
	#section14::before { height: 430px; }
}
@media (max-width: 991px) {
	#section14 { height: 100vh; }
	#section14::before { height: 540px; }
	.comparison-table tr th { font-size: 1.15rem !important;} 
	.comparison-table tr td { font-size: 1.15rem !important;}
	.comparison-table tr td img { max-width: 26px; height: auto; }
}
@media (max-width: 767px) {
    .f-mobile {
        display: block !important;
    }
    .f-desktop {
        display: none !important;
    }
    ul,li,a,p { 
        font-size: 18px;
     }
     .sub-wrapper {
		 width: 100%;
		 max-width: none;
	 }
     .sub-wrapper p {
        font-size: 18px;
    }
    h1 {
        font-size: 34px;
    }
    h2  {
        font-size: 22px;
    }
    .sub-wrapper2 h3 {
        font-size: 18px;
    }
    .custom-button {
        font-size: 20px;
        padding: 18px 20px;
		border-radius: 14px !important;
    }
    .custom-button2 {
        font-size: 20px;
        padding: 18px 20px;
		border-radius: 14px !important;
    }
    .custom-button3 {
        font-size: 20px;
        padding: 18px 20px;
		border-radius: 14px !important;
    }
    .custom-button4 {
        font-size: 20px;
        padding: 18px 20px;
		border-radius: 14px !important;
    }
    ul {
        padding: unset;
    }
    .m-top-mobile {
        margin-top: 20px;
    }
    .font-big2 {
        font-size: 60px;
    }
    .font-big {
        font-size: 30px;
    }
    .m-text-center {
        text-align: center !important;
    }
	
	.fz-lg { font-size: 1.25rem !important;}
	.fz-xl { font-size: 1.5rem !important;}
	
	.text-mobile-left { text-align: left !important; }
	.text-mobile-right { text-align: right !important; }
	.text-mobile-center { text-align: center !important; }
    
	.deals .image {  height: auto !important;}
	
	#section9, #section14 { height: 100vh; }
	#section9::before, #section14::before { height: 280px; }
	
	#section14::before { height: 410px; }
	.section-img-divider .img { height: 220px; }
}
@media (max-width: 575px) {  
	.fb-reviews .inner-content { padding: 10px 15px; }
	.sub-wrapper { border-radius: 14px;}
	.sub-wrapper p { font-size: 21px !important;}
	/* #header { min-height: 1990px; } */
	/* #header { background-size: 300%; } */
	.people-matrix div.person p.fz-lg { font-size: 1.5rem !important; }
	.people-matrix div.person p.fz-md { font-size: 1.125rem !important; }
	
	#section9, #section14 { height: 100vh; }
	#section9::before, #section14::before { height: 410px; }
	#section14::before { height: 510px; }
	
	.b-box { padding: 20px; }
	
	.video-wrapper { 
		border: 4px solid #fff;
		border-radius: 12px;
	}
	.section-img-divider .img { height: 140px; }
	#sectionDeals h2.fz-3xl { font-size: 2.5rem !important; }
	#sectionDeals h1 { font-size: 50px !important; }
}
@media (max-width: 380px) {  
	/* #header { background-size: 500%; } */
	#section14 { background-size: contain;}
	#section14::before { height: 610px; }
	.table .fz-lg { font-size: 1rem !important;}
	.comparison-table tr th { font-size: 1rem !important;} 
	.comparison-table tr td { font-size: 1rem !important; padding: 0.5rem 0.3rem !important;}
	.comparison-table tr .bg-red { padding: 0.5rem 0.2rem !important;}
	.comparison-table tr td img { max-width: 22px; height: auto; }
	.video-wrapper { 
		border-width: 2px;
		border-radius: 12px;
	}
}



@media (min-width: 576px) and (max-width: 767px) { .fb-reviews .inner-content { padding: 10px 25px; } }
@media (min-width: 768px) and (max-width: 991px) {  }
@media (min-width: 992px) and (max-width: 1199px) {  }

@media (max-width: 1199px) {  }

@media (max-width: 1399px) {  }