a, a:focus, a:hover {
	text-decoration:none
}
*, body, img {
	margin:0;
	padding:0
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, nwsection, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font:inherit
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, nwsection {
	display:block
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
* {
	box-sizing:border-box
}
a {
	outline:0;
	border:none;
}
a:focus {
	outline:0;
	border:none;
}
a:hover {
	outline:0;
	border:none;
}
button {
	outline:0;
	border:none;
}
button:hover {
	outline:0;
	border:none;
}
button:focus {
	outline:0;
	border:none;
}
.spacer {
	clear:both;
	line-height:0;
	font-size:0
}
img {
	border:0;
	height:auto;
	max-width:100%
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal
}
select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
body {
	font-family: "Commissioner", serif;
	font-weight: 400;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.justify-content-between {
	justify-content:space-between;
}
.align-items-center {
	align-items:center;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.both-padding {
	padding:0 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.p-0 {
	padding:0 !important;
}
.pt-0 {
	padding-top:0 !important;
}
.pt-2 {
	padding-top:8px !important;
}
.pb-0 {
	padding-bottom:0 !important;
}
.pb-2 {
	padding-bottom:8px !important;
}
.pt-3 {
	padding-top:16px !important;
}
.pb-3 {
	padding-bottom:16px !important;
}
.m-0 {
	margin:0 !important;
}
.mt-0 {
	margin-top:0 !important;
}
.mt-2 {
	margin-top:8px !important;
}
.mb-0 {
	margin-bottom:0 !important;
}
.mb-2 {
	margin-bottom:8px !important;
}
.mt-3 {
	margin-top:16px !important;
}
.mb-3 {
	margin-bottom:16px !important;
}
.text-center {
	text-align:center !important;
}
.text-left {
	text-align:left !important;
}
.text-right {
	text-align:right !important;
}
.dm-none {
	display:none !important;
}
.dm-block {
	display:block !important;
}
.dm-flex {
	display:flex !important;
}
.position-relative {
	position:relative;
}
.headingone {
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:100%;
}
.subheading {
	font-size:16px;
	line-height:120%;
	margin-top:10px;
	text-transform:capitalize;
}
.container {
	padding:0 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.nwsection {
	padding: 30px 0;
}
.rowgap {
	margin-top:30px;
}
.text-white{color: #fff !important;}

/* 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;
}
.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; */
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.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;
	margin:0 auto;
}*/
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
  /* align-items: center;
  justify-content: center;
  height: auto; */
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Arrows */
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(https://cdn.subscribefunnels.com/3293fb3a-b25b-47d1-93a0-49c94a00a53f/fsf-html/css/../images/sliderleft.png) left top no-repeat;
	background-size:100% 100%;
}
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width:34px;
	height: 34px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index:9;
	background:url(https://cdn.subscribefunnels.com/3293fb3a-b25b-47d1-93a0-49c94a00a53f/fsf-html/css/../images/sliderright.png) left top no-repeat;
	background-size:100% 100%;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left:-30px;
}
[dir='rtl'] .slick-prev {
	right:80px;
	left: auto;
}
.slick-next {
	right:-30px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left:80px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	margin:20px 0 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border-radius:10px;
	background:none;
    border:1px solid #17255A;
	/* background: #A6A6A6; */
	outline: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-dots li.slick-active button {
	background:#F86D42;
	position:relative;
	border:2px solid #F86D42;
}
/* Slider end */

/**------------------Accordion Css start--------------*/
.accordion {
	width:100%;
	margin: 0 auto;
}
.acc {
	margin: 0px 0 15px 0;
	/* border-bottom: 1px solid #ccc;
	padding-bottom: 20px; */
  }

.acc:last-child {
	margin: 0;
	border: 0;
	padding: 0;
  }

.acc-head {
	position: relative;
	display:flex;
	align-items:center;
	cursor: pointer;
	border-radius: 5px;
	padding: 15px;
	gap: 15px;
	flex-wrap: wrap;
	background: #f2f4f6;
	border-radius: 5px;
}
.acc-head h6 {
	color: #00264D;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; 
	width:87%;
	font-family: "DM Serif Display", serif;
	text-transform: capitalize;
}
.acc-content {
	display: none;
	padding:0 20px 20px 20px;
	background: rgba(0, 38, 77, 0.05);
}
.accordion-header-icon {
	font-size: 0;
	background: url(https://cdn.subscribefunnels.com/3293fb3a-b25b-47d1-93a0-49c94a00a53f/fsf-html/css/../images/faqplus.png) right center no-repeat;
	height:24px;
	width:24px;
	background-size:cover;
}
.active .accordion-header-icon {
	background: url(https://cdn.subscribefunnels.com/3293fb3a-b25b-47d1-93a0-49c94a00a53f/fsf-html/css/../images/faqminus.png) right center no-repeat;
	width:24px;
	height:24px;
	background-size:cover;
}
.acc-content p {
	color: #333;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.acc-content ul li{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	opacity: 0.8;
	list-style: disc;
	list-style-position: inside;
}
.acc-content ul{margin: 15px 0	;}

/**------------------Accordion Css end--------------*/
/**===============Start NAvigation Css========================*/
.top-outer {
	width:100%;
	position: absolute;
	top: 0;
  z-index: 9;
}
 .collapse:not(.show) {
display:none
}
.navbar {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:0;
}
.navbar-collapse {
	/* -ms-flex-preferred-size:100%;
	flex-basis:100%;
	-ms-flex-positive:1;
	flex-grow:1;
	-ms-flex-align:center;
	align-items:center */
}
.navbar-brand {
	display:inline-block;
	padding:18px 0 18px;
	margin:0;
	white-space:nowrap;
	width: 110px;
}


.navbar-nav {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
	list-style:none;
	justify-content: center;
	/* background: #000; */
}
.navbar-nav li a {
	color: #fff; 
	display:block;
	font-size:14px;
	padding:0 0 15px 0;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-nav li:last-child a {
	padding-bottom:0;
}
.activenav .submenu li a {
	color: #fff;
}
.navbar-nav li:hover .submenu li a {
	color: #fff;
}
.submenu li a:hover{
	color: #FFD700 !important;
}
.navbar-nav li:hover a {
	color:#FFD700;
}
.navbar-nav li.active a {
	color:#FFD700;
}
.navbar-toggler {
	padding:0;
	border:none;
	border-radius:50px;
	background:none;
	border:none;
	cursor:pointer;
	width:30px;
	outline:0
}
.navbar-toggler span {
	width:100%;
	height:3px;
	display:block;
	border-radius:50px;
	margin-top:4px;
	background:#fff
}
.navbar-toggler span:first-child {
	margin-top:0
}
.navbar-toggler span:nth-child(2) {
width:25px
}
.navbar-toggler span:nth-child(3) {
width:20px
}
.navbar-toggler:focus {
	border:none;
	outline:0
}
.navlogin {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 8px;
}
.dropdown-toggle {
	margin-left:5px;
	float:right;
	padding-top: 3px;
	position: absolute;
	top: 0px;
  right:10px;
  cursor: pointer;
}
.dropdown-toggle img{filter: invert(100%);}
.submenu {
	display: none;
}
.activenav .submenu {
	display: block;
}
.navbar-nav li {
	position: relative;
}
.navleft {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}
/**===============End NAvigation Css========================*/


.upsliderwrap {
	background: #FFD700;
	padding: 10px 0;
}
.upslidebox{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.upslidebox p{
	color: #333;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.36px;
text-transform: uppercase;
}
.upslider .item{position: relative;}
.upslider .item::after{
	content: "";
	width: 4px;
	height: 4px;
	background: #C50;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.upslider .slick-slide:last-child .item::after{display: none;}
.bookbtn {
	width: 100%;
	border-radius: 5px;
	border: 1.5px solid #fff;
	height: 50px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	color: #fff;
}

.bookbtn:hover{background: #fff; color: #333 !important;}
.ratingsec{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
}
.banner{
	background: url(https://cdn.subscribefunnels.com/3293fb3a-b25b-47d1-93a0-49c94a00a53f/fsf-html/css/../images/bannerimg.jpg) no-repeat center center;
	background-size: cover;
}
.ratingsec p{
	color: #fff;
	font-size: 14px;
}
.ratingsec p strong{font-weight: 500;}
.ratingsec img{display: block;}

.bannertitle{
	color: #fff;
	font-size: 31px;
	line-height: 100%;
	letter-spacing: -1.28px;
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	margin: 20px 0;
}
.bannertitle span{color: #FFDC21;}

.bannercontent p{
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 125%;
	letter-spacing: -0.36px;	
}
.bannerlist ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	flex-direction: column;
}
.bannerlist ul li {
	border-radius: 17.5px;
	border: 1px solid #FFD700;
	display: flex;
	align-items: center;
	gap: 7px;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.28px;
	color: #fff;
	padding: 8px 16px 8px 10px;
}
.bannerlist{margin: 20px 0;}
.primarybtn {
	border-radius: 5px;
	background: #C50;
	max-width: 100%;
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin: 0 auto;
}

.primarybtn:hover{background: #FFD700; color: #333;}
.banner {
	height: 590px;
}
.bannercontent {
	padding: 80px 0 0 0;
}
.navbar-nav {
	position: absolute;
	top: 70px;
	left: 0;
	background: #07386B;
	width: 100%;
	padding: 15px;
}
.banbotbox{
	text-align: center;
}
.bannerbottom {
	background: #FFD700;
	padding: 20px 0;
}
.banbotbox h2{
	color: #333;
	font-size: 30px;
	font-family: "DM Serif Display", serif;
	line-height: 100%; 
	letter-spacing: -1.44px;
}
.banbotbox p{
	color: #333;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: -0.36px;
	margin: 10px 0 0 0;
}
.bannerbottom .banbotouter:last-child{border-right: 0;}
.banbotouter{border-right: 2px solid rgba(204, 85, 0, 0.15);}
.banbotouter{
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.simplestep{
	background-color: #f2f2f2;
	background-image: url(https://cdn.subscribefunnels.com/3293fb3a-b25b-47d1-93a0-49c94a00a53f/fsf-html/css/../images/stepbgvector.png);
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;

}
.title-heading{
	color: #00264D;
	font-size: 24px;
	font-family: "DM Serif Display", serif;
	letter-spacing: -1.44px;
	line-height: 100%;
}
.stepbox{text-align: center;
	background: #e6e8ea;
	border-radius: 10px;
	position: relative;
	height: 400px;
	padding: 45px 15px 0 15px;
	z-index: 9;
	margin-top: 50px;
}
.stepbox h2{
	color: #00264D;
	font-family: "DM Serif Display", serif;
	line-height: 100%;
	font-size: 18px;
}

.stepbox p{
	color: #333;
	font-size: 14px;
	line-height: 125%;
	letter-spacing: -0.32px;
	margin-top: 15px;
}
.stepfirst{
	background-image: url(https://cdn.subscribefunnels.com/3293fb3a-b25b-47d1-93a0-49c94a00a53f/fsf-html/css/../images/stepfirstbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.stepsecond{
	background-image: url(https://cdn.subscribefunnels.com/3293fb3a-b25b-47d1-93a0-49c94a00a53f/fsf-html/css/../images/stepsecondbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.stepthird{
	background-image: url(https://cdn.subscribefunnels.com/3293fb3a-b25b-47d1-93a0-49c94a00a53f/fsf-html/css/../images/stepthirdbg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.stepcount {
	width: 60px;
	height: 60px;
	border: 2px solid #FFD700;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #00264D;
	font-size: 30px;
	font-family: "DM Serif Display", serif;
	line-height: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	background: #fff;
}
.btngroup .ratingsec{margin-bottom: 15px;}
.btngroup .ratingsec p{color: #333;}
.simplestep .container{position: relative; z-index: 9;}
.platformwork {
	background: rgba(7, 56, 107, 0.05);
	padding: 20px 0;
}
.platworkwrap h2{
	color: #00264D;
	font-size: 24px;
	line-height: 100%; 
	font-family: "DM Serif Display", serif;
	width: 141px;
}
.workouter .item{text-align: center;}
.workouter .slick-slide{
	display: flex;
	align-items: center;
	height: auto;
	justify-content: center;
}
.everybox{
	text-align: center;
	margin-top: 20px;
}
.everybox h3{
	color: #00264D;
	font-size: 18px;
	font-family: "DM Serif Display", serif;
	line-height: 100%; 
	margin-top: 10px;
}
.everybox p{
	color: #333;
	font-size: 14px;
	letter-spacing: -0.32px;
	line-height: 125%; 
	margin: 10px 0;
}
.everybox a{
	color: #00264D;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	text-decoration: underline;
}
.everyneed .row .everyouter:first-child .everybox{margin-top: 0;}
.zigzagwrap{background:#F2F2F2; padding-top: 0;}

.zigzagcount ul li{
	text-align: center;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.50);
	padding: 14px;
}
.zigzagcount h3{
	color: #00264D;
	font-size: 30px;
	font-family: "DM Serif Display", serif;
}
.zigzagcount {margin: 20px 0;}

.zigzagcount p{
	color: #333;
	font-size: 10px !important;
	font-weight: 500;
	line-height: 100%;
	margin: 0 !important;
	letter-spacing: -0.36px;
}
.zigzagcount ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.zigzagcontent h4{
	color: #333;
	font-weight: 700;
	font-size: 16px;
}
.zigzagcontent p{
	color: #333;
	font-size: 14px;
	line-height: 125%;
	letter-spacing: -0.32px;
	margin-bottom: 10px;
}
.zigzagtips{
	border-radius: 15px;
background: rgba(0, 38, 77, 0.05);
padding: 16px;
margin-top: 15px;
}
.zigzagtips p{
	margin: 0;
	padding: 0;
	color: #00264D;
	font-size: 16px;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: -0.36px;
}
.zigzagimg img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.zigzagbottom .zigzagcontent {
	margin: 0;
}
.fsfbadgewrapper {
	background: #FFD700;
	padding: 30px 0;
}
.fsfbadgeouter{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
.fsfbadgebox{
	text-align: center;
	width: 46%;
}
.fsfbadgebox p{
	color: #333;
	font-size: 16px;
	line-height: 100%;
	font-family: "DM Serif Display", serif;
	margin-top: 10px;
}
.customerreview{
	background: #07386B;
}
.testimonialbox{
	padding: 20px;
	position: relative;
	border: 1px solid #FFD700;
	border-radius: 15px;
	text-align: center;
	margin-top: 58px;
}
.testimonialbox p{
	color: #fff;
	font-size: 14px;
	line-height: 125%; 
	letter-spacing: -0.32px;
}
.authorname{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #fff;
	font-size: 16px;
	font-family: "DM Serif Display", serif;
	margin-top: 15px;
}
.authorimg{
	width: 70px;
	height: 70px;
	position: absolute;
	top: -58px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.authorimg img{width: 100%; height: 100%; object-fit: cover; border-radius: 100%;}
.testimonialslider .item{padding: 0 10px;}

.slidearrows{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 15px;
}
.slidearrows a{opacity: .5; width: 30px;}
.slidearrows a:hover{opacity: 1;}
.customerreview .btngroup .ratingsec p {
	color: #fff;
}
.faqcon{max-width: 815px; margin: 0 auto;position: relative;
	z-index: 9;}

.faqwrap::after{
	opacity: 0.5;
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(https://cdn.subscribefunnels.com/3293fb3a-b25b-47d1-93a0-49c94a00a53f/fsf-html/css/../images/faqvector.png) no-repeat center center;
	background-size: cover;
}


.footerbanner{
	background: linear-gradient(0deg, #FFD700 0%, #FFD700 100%),lightgray 0px -343.165px / 100% 204.28% no-repeat;
}
.footerbanner p{
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: -0.36px;
	margin: 15px 0;
}
.footerbanner .primarybtn:hover{background: #00264D; color: #fff;}

.footer{
	background: linear-gradient(180deg, #333 0%, #1A1313 100%);
}
.footerbox h2{
	font-size: 24px;
	font-family: "DM Serif Display", serif;
	line-height: 100%;
	color: #fff;
}
.footerbox h2 span{
	color: #FFD700;
	display: block;
}
.frmbox {margin-bottom: 15px;}
.frmbox input{
	width: 100%;
	border-radius: 5px;
	background: #fff;
	padding: 15px;
	border: 0;
	color: #333;
	font-size: 16px;
	font-weight: 500;
}
.frmbox input:focus{outline: 0;}
.frmbox textarea{
	width: 100%;
	resize: none;
	height: 150px;
	padding: 15px;
	border: 0;
	border-radius: 5px;
	color: #333;
	font-size: 16px;
	font-weight: 500;
}
.frmbox textarea:focus{outline: 0;}
.frmsubbox .primarybtn{
	width: 100%;
	max-width: 100%;
	border: 0;
	cursor: pointer;
	font-family: "Commissioner", serif;
}
.footerbox {
	margin-bottom: 30px;
}

.footercopyright {
	border-top: 1px solid #FFD700;
	margin-top: 25px;
	padding-top: 25px;
}
.footersocial ul{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin-bottom: 30px;
}









 @media only screen and (min-width :400px) {
}
@media only screen and (min-width :480px) {
}
@media only screen and (min-width :576px) {
.container{max-width: 540px;}
}
 @media only screen and (min-width :768px) {
.text-md-center {
 text-align:center !important;
}
.text-md-left {
 text-align:left !important;
}
.text-md-right {
 text-align:right !important;
}
.dm-md-none {
display:none !important;
}
 .dm-md-block {
display:block !important;
}
 .dm-md-flex {
display:flex !important;
}
 .justify-content-md-start {
justify-content:start !important;
}
.justify-content-md-center {
justify-content:center !important;
}
.justify-content-md-end {
justify-content:end !important;
}
 .container {
max-width:750px
}
.nwsection {
 padding:40px 0;
}
.rowgap {
 margin-top:40px;
}


.upsliderwrap {
	background: #FFD700;
	padding: 15px 0;
}
.top-outer{top: 20px;}
.bannercontent p{
	font-size: 18px;
}
.bannertitle{
	font-size: 44px;
}
.bannerlist ul{
	flex-direction: row;
	gap: 20px;
	flex-wrap: wrap;
}
.bannerlist{margin: 40px 0;}
.primarybtn {
	max-width: 315px;
	height: 60px;
}
.banner {
	height: 780px;
}
.bannercontent {
	padding: 170px 0 0 0;
}
.banbotbox h2{
	font-size: 52px;
}
.banbotbox p{
	font-size: 18px;
}
.bannerbottom {
	padding: 40px 0;
}
.banbotbox{
	padding: 20px 0;
}
.stepouter{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.title-heading{
	font-size: 48px;
}
.stepcount {
	width: 80px;
	height: 80px;
	font-size: 40px;
	top: -40px;
}
.stepbox h2{
	font-size: 24px;
}

.stepbox p{
	font-size: 16px;
}
.stepbox{
	height: 500px;
	padding: 60px 15px 0 15px;
}
.simplestep{
	background-size: cover;
	background-position: bottom center;
}
.platworkwrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.workouter {
	width: 78%;
}
.platformwork {
	padding: 40px 0;
}
.everyouter{
	-ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.everybox h3{
	font-size: 24px;
	margin-top: 10px;
}
.everybox p{
	font-size: 16px;
	margin: 15px 0;
}
.everybox a{
	font-size: 16px;
}
.everybox{margin-top: 0;}
.zigzagcontent {
	max-width: 400px;
	margin-left: auto;
	position: relative;
	z-index: 9;
}
.zigzagimg {
	width: 41%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.zigzagcount h3{
	font-size: 40px;
}



.zigzagcount {margin: 40px 0;}
.zigzagcontent p{
	font-size: 16px;
	margin-bottom: 15px;
}
.zigzagtips{
padding: 32px;
margin-top: 30px;
}
.zigzagtips p{
	font-size: 18px;
}

.zigzagbottom .zigzagimg{
	right: 0;
	left: inherit;
}
.fsfbadgebox{
	width: 22%;
}
.fsfbadgebox p{
	font-size: 18px;
}
.fsfbadgewrapper {
	padding: 40px 0;
}
.authorimg{
	width: 88px;
	height: 88px;
	top: -78px;
}
.testimonialbox{
	padding: 30px;
	margin-top: 80px;
}
.testimonialbox p{
	font-size: 16px;
}
.authorname{
	font-size: 18px;
}
.slidearrows a{width: 40px;}
.slidearrows{
	margin-top: 30px;
}
.accordion-header-icon {
	height:40px;
	width:40px;
}
.active .accordion-header-icon {
	width:40px;
	height:40px;
}
.acc-head h6 {
	font-size: 24px;
	width:92%;
}
.footerbanner p{
	font-size: 18px;
	margin: 25px 0;
}

.col-50{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.footerbox h2{
	font-size: 40px;
}
.footersocial {
	order: 2;
}
.footercopyright {
	border-top: 1px solid #FFD700;
	margin-top: 40px;
	padding-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footersocial ul{
	justify-content: end;
	margin: 0;
}
}
@media only screen and (min-width :992px) {
 .container {
max-width:970px
}
.text-lg-center {
 text-align:center !important;
}
.text-lg-left {
 text-align:left !important;
}
.text-lg-right {
 text-align:right !important;
}
.dm-lg-none {
display:none !important;
}
 .dm-lg-block {
display:block !important;
}
 .dm-lg-flex {
display:flex !important;
}
.justify-content-lg-start {
justify-content:start !important;
}
.justify-content-lg-center {
justify-content:center !important;
}
.justify-content-lg-end {
justify-content:end !important;
}



/**=====start navigation====*/
.navbar-nav li:last-child a{padding-bottom: 20px;}
.navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: space-between;
}
.navbar-expand-lg .navbar-toggler {display: none;}
.navbar-toggler span {
	width: 100%;
	height: 3px;
	display: block;
	border-radius: 50px;
	margin-top: 4px;
}
.navlogin {order: 3; width: 260px;}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
	/* background: #fff; */
	position: relative;
    top: inherit;
    background: transparent;
    width: auto;
}
.navbar-nav li a{padding: 20px 10px; color: #fff; font-size: 13px;}
.dropdown-toggle img {
	filter:brightness(100%);
}
.collapse:not(.show) {display: block !important;}
.navbar-brand img {display:block;width:100%;}
.submenu{
	display: none; 
	background:#000; 
	color: #fff; 
	position: absolute;
    padding: 10px 0px;
    width: 230px;
	top: 50px;
	z-index: 999;
	border-radius: 5px;
}
.navbar-nav .submenu li {
	padding: 0;
	margin: 0;
}
.navbar-nav .submenu li a{color: #fff !important; font-size: 14px !important; padding: 8px 10px;}
.submenu li a:hover{background:#2DAE00;}
.navbar-nav li:hover .submenu{display: block;}
.dropdown-toggle {
	top: 19px;
    right: 3px;
    margin: 0;
    padding: 0;
}
.navbar-brand{width: 207px; order: 1;}
.navleft {
	display: none ;
}

/**=====end navigation====*/
.workouter {
	width: 82%;
}


.zigzagcontent {
	max-width: 608px;
}
.zigzagcount p{
	font-size: 18px !important;
}
.zigzagcount ul li{
	padding: 30px;
}
.zigzagcount ul{
	gap: 20px;
}
.zigzagimg {
	width: 34%;
}
.fsfbadgebox{
	width: 23%;
}
.footerleftouter{
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.footerrightouter{
	-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.footerbox {
	margin-bottom: 0;
}

}
@media only screen and (min-width :1200px) {
 .container {
max-width:1170px
}
.text-xl-center {
 text-align:center !important;
}
.text-xl-left {
 text-align:left !important;
}
.text-xl-right {
 text-align:right !important;
}
.dm-xl-none {
display:none !important;
}
 .dm-xl-block {
display:block !important;
}
 .dm-xl-flex {
display:flex !important;
}
.justify-content-xl-start {
justify-content:start !important;
}
.justify-content-xl-center {
justify-content:center !important;
}
.justify-content-xl-end {
justify-content:end !important;
}
.nwsection {
 padding:50px 0;
}
.rowgap {
 margin-top:50px;
}

.bannertitle{
	font-size: 64px;
}

.banbotbox h2{
	font-size: 72px;
}
.stepouter{
	-ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.everyouter{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.zigzagimg {
	width: 50%;
}

}
@media only screen and (min-width :1280px) {
.container {
max-width:1250px
}
.nwsection {
 padding:70px 0;
}
.rowgap {
 margin-top:70px;
}
.zigzagimg {
    width: 58%;
}
}



@media only screen and (min-width :1500px) {
	.zigzagimg {
		width: 50%;
	  }

}