/*=============================================
===============================================
Main stylesheet for nZone
===============================================
=============================================*/

/*import font css file */
@import url('fonts.css');
body {
	padding: 0;
	margin: 0;
	font-family: 'Montserrat';
	font-weight: 400;
	color: #444242;
	font-size: 14px;
}
html, body {
	width: 100%;
	float: left;
}
 h1, h2, h3, h4, h5, h6, p {
	color: #414141;
}
a {
	color: #676cb8;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color: #b8c235;
	text-decoration: none;
	cursor: pointer;
}
a:focus {
	text-decoration: none;
	transition: all 1s ease;
}
*:focus {
	outline: none !important;
}
section {
	float: left;
	width: 100%;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #676cb8;
}

::selection {
    color: #fff;
    background: #676cb8;
}
/*============= Default css =============*/
.default-css h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: 600;
	line-height: 46px;
	color: #414141;
	text-transform: uppercase;
	font-family: 'Montserrat';
}
.default-css h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 600;
	line-height: 42px;
	color: #414141;
	text-transform: uppercase;
	font-family: 'Montserrat';
}
.default-css h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 600;
	line-height: 38px;
	color: #414141;
	text-transform: uppercase;
	font-family: 'Montserrat';
}
.default-css h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	color: #414141;
	text-transform: uppercase;
	font-family: 'Montserrat';
}
.default-css h5 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	color: #414141;
	text-transform: uppercase;
	font-family: 'Montserrat';
}
.default-css h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	color: #414141;
	text-transform: uppercase;
	font-family: 'Montserrat';
}
.default-css h1 a, .default-css h2 a, .default-css h3 a,
.default-css h4 a, .default-css h5 a, .default-css h6 a{
	color: #b81f25;
}
.default-css h1 a:hover, .default-css h2 a:hover, .default-css h3 a:hover,
.default-css h4 a:hover, .default-css h5 a:hover, .default-css h6 a:hover{
	color: #042248;
}

.default-css iframe{
	width: 100%;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.default-css p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #4f4f51;
    font-family: 'Open Sans';
}
.default-css ul {
	margin-bottom: 10px;
	list-style-image: url(../images/list-arrow.png);
    display: inline-block;
}
.default-css ol {
	margin-bottom: 10px;
    display: inline-block;
}
.default-css ul li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 30px;
	color: #4f4f51;
	text-align: left;
    font-family: 'Open Sans';
}
.default-css ol li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 30px;
	color: #414141;
    font-family: 'Open Sans';
}
.default-css small{
	font-size: 24px;
	color: #4f4f51;
	margin-bottom: 12px;
    display: block;
    font-family: 'Open Sans';
}
.default-css strong{
	color: #4f4f51;
	margin-bottom: 12px;
    display: block;
    font-family: 'Open Sans';
}

/*====================================
============= Back to top ============
====================================*/
#back-top-wrapper {
	position: absolute;
	right: 54px;
	bottom: -33px;
	overflow: hidden;
	z-index: 99;
}
#back-top {
	display: block;
	margin-bottom: 0;
}
#back-top-wrapper #back-top a {
	width: 66px;
    height: 66px;
    opacity: 1;
    transition: 200ms all;
    color: #fff;
    text-align: center;
	line-height: 54px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'FontAwesome';
    background: #f9a602;
    border-radius: 8px;
    border: none;
    display: inline-block;
	font-weight:600;
	padding-top: 5px;
}
#back-top-wrapper #back-top a span{
	font-size: 19px;
	font-family: 'Lato';
	font-weight: 500;
	display:block;
}

#back-top-wrapper #back-top a:hover{
	color: #fff;
	background: #394fa2;
}

/*====== homepage ======*/
.main_header{
    width: 100%;
    float: left;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.logo{
    width: 100%;
    float: left;
}
.logo img{
    max-width: 100%;
}
.col-7.main_navigation {
    padding-right: 0;
    text-align: right;
}
.main_navigation .navbar{
    padding: 0;
    height: 100%;
}
.col-2.top-call {
    padding: 13px 15px;
}
.btn-top-call{
    border-radius: 50px;
    padding: 12px 26px;
    color: #fff;
    background: #3368c6;
    font-family: 'Dosis';
    font-size: 18px;
    font-weight: 500;
    float: right;

    -webkit-transition:  all 1s;
    -moz-transition:  all 1s;
    transition:  all 1s;
}
.btn-top-call:hover{
    background: #000;
    color: #fff;
}
.btn-top-call:before{
    content: '';
    background: url(../images/top-call-icon.png) no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    float: left;
}
.main_header.sticky {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
}
@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-moz-keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-o-keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.main_header.sticky .logo img {
    max-width: 180px;
}
.main_header.sticky .col-sm-2.top-call {
    padding: 6px 15px;
}
.home_slider{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    -webkit-clip-path: ellipse(90% 60% at 50% 40%);
    clip-path: ellipse(90% 60% at 50% 40%);
}
.home_slider > img{
    width: 100%;
}
.banner-content{
    width: 100%;
    float: left;
    position: absolute;
    top: 97px;
    left: 0;
    padding-top: 60px;
}
.banner-content .row{
    align-items: center;
}
.banner-caption{
    width: 100%;
    float: left;
    height: 100%;
    padding-right: 80px;
}
.banner-content h1{
    font-family: 'CenturyGothicStd-Bold';
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 20px;
	text-shadow: 0 0 8px rgba(0,0,0,.5),0 0 28px rgba(0,0,0,.5);
}
.banner-content p{
    font-family: 'CenturyGothicStd-Bold';
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 25px;
}
.banner-btn{
    border-radius: 50px;
    min-width: 200px;
    height: 60px;
    line-height: 48px;
    padding: 6px 25px;
    text-align: center;
    color: #fff;
    font-family: 'Dosis';
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    background: #3368c6;
    display: inline-block;
}
.banner-btn:first-of-type{
    background: #e5c12d;
    margin-right: 30px;
}
.banner-btn:first-of-type:hover{
    background: #3368c6;
    color: #fff;
}
.banner-btn:hover{
    background: #e5c12d;
    color: #fff;
}
/*.banner-btn:last-of-type{
    padding: 6px 15px 6px 5px;
}
.banner-btn:last-of-type:before{
    content: '';
    background: url(../images/slider-play-icon.png) no-repeat;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    float: left;
    margin-top: -1px;
}*/
.banner-form{
    width: 100%;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(51, 104, 198, 0.78);
}
.banner-form h2{
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-family: 'Dosis';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    padding: 23px 10px;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: solid 2px #e5c12d;
}
.banner-form h2 span{
    display: block;
    color: #e5c12d;
}
.banner-form h2:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    left: 50%;
    border-top: solid 15px #e5c12d;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.banner-form .gform_body{
    width: 100%;
    float: left;
    padding: 0 30px 0px;
}
.banner-form .gform_fields{
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
    margin: 0;
}
.banner-form .gform_fields .gfield{
    width: 100%;
    float: left;
    padding-bottom: 17px;
}
.banner-form .gform_fields .gfield .large{
    width: 100%;
    border-radius: 4px;
    border: none;
    height: 40px;
    padding: 6px 15px;
    font-family: 'Humanst521 BT';
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}
.banner-form .gform_fields .gfield .textarea.large{
	height: 90px;
    resize: none;
	width: 100%;
	float: left;
	border: none;
	padding: 6px 12px;
	font-size: 16px;
    background: #fff;
	color: #000;
	box-shadow: none;
	outline: none;
	resize: none;
	border-radius: 5px;
}
.banner-form .gform_fields .gfield .large::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #666666;
}
.banner-form .gform_fields .gfield .large::-moz-placeholder { /* Firefox 19+ */
 color: #666666;
 opacity: 1;
}
.banner-form .gform_fields .gfield .large:-ms-input-placeholder { /* IE 10+ */
 color: #666666;
 opacity: 1;
}
.banner-form .gform_fields .gfield .large:-moz-placeholder { /* Firefox 18- */
 color: #666666;
}
.banner-form .gform_footer{
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 20px;
}
.banner-form .gform_footer .gform_button{
    border-radius: 50px;
    padding: 10px 15px;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-family: 'Humanst521 BT';
    font-weight: 700;
    background: #e5c12d;
    border: none;
    cursor: pointer;

    -webkit-transition:  all 1s;
    -moz-transition:  all 1s;
    transition:  all 1s;
}
.banner-form .gform_footer .gform_button:hover{
    background: #000;
    color: #fff;
}
.banner-form .gform_fields .gfield img{
    width: 100%;
}

.service-weprovide{
    width: 100%;
    float: left;
    position: relative;
    top: -55px;
}
.service-list{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.service-item{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    text-align: center;
}
.service-item figure{
    position: relative;
    width: 110px;
    height: 110px;
    background: #000;
    text-align: center;
    line-height: 110px;
    border-radius: 50%;
    margin: 0 auto 25px;
}
.service-item figure:before{
    content: '';
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: solid 1px #fff;
    border-bottom: none;
    position: absolute;
    top: -10px;
    left: -10px;
}
.service-item.flag-football{
    margin-top: -30px;
}
.service-item figure img{
    webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.service-item:hover figure img{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.service-item.flag-football figure{
    background: #e6482f;
}
.service-item.football{
    margin-top: -10px;
}
.service-item.football figure{
    background: #e7852e;
}
.service-item.basketball{
    margin-top: 0px;
}
.service-item.basketball figure{
    background: #3368c6;
}
.service-item.cheer-leading{
    margin-top: 0px;
}
.service-item.cheer-leading figure{
    background: #e5c12d;
}
.service-item.t-ball{
    margin-top: -10px;
}
.service-item.t-ball figure{
    background: #83bc31;
}
.service-item.golf{
    margin-top: -30px;
}
.service-item.golf figure{
    background: #26388c;
}
.service-item figcaption{
    text-transform: uppercase;
    font-family: 'Dosis';
    color: #000;
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
}
.service-item:hover figcaption{
    color: #3368c6;
}
.service-item.flag-football:hover figcaption{
    color: #e6482f;
}
.service-item.football:hover figcaption{
    color: #e7852e;
}
.service-item.basketball:hover figcaption{
    color: #3368c6;
}
.service-item.cheer-leading:hover figcaption{
    color: #e5c12d;
}
.service-item.t-ball:hover figcaption{
    color: #83bc31;
}
.service-item.golf:hover figcaption{
    color: #26388c;
}

.heading{
    width: 100%;
    float: left;
    margin: 50px 0 30px;
    font-family: 'Geoma Demo';
    font-weight: 400;
}
.heading h3{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
}
.heading h3:after{
    content: '';
    width: 175px;
    height: 5px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.heading h4{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
}
.heading h4:after{
    content: '';
    width: 175px;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.heading h5{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
}
.heading h5:after{
    content: '';
    width: 175px;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.heading p{
    margin-top: 20px;
    margin-bottom: 0;
    color: #666;
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 28px;
    font-weight: 500;
}
.video-bg{
    width: 100%;
    float: left;
    padding: 6px;
    background: #fff;
    border: solid 1px #d9d9d9;
    box-shadow: 0px 12px 11px 4px rgba(0, 0, 0, 0.20);
    position: relative;
}
.video-bg > img{
    width: 100%;
}

.video-bg a{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.play-video{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #f9a602;
    text-align: center;
    line-height: 105px;
    border: solid 2px #fff;

    -webkit-transition:  all 1s;
    -moz-transition:  all 1s;
    transition:  all 1s;
}
.play-video:hover{
    background: #3368c6;
}
.provided-sports{
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 30px 0 50px;
    margin-top: 0px;
    min-height: 560px;
}
.sports-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px;
    background: rgba(0, 0, 0, 0.57);
}

.sports-item{
    -ms-flex: 0 0 15.666667%;
    flex: 0 0 15.666667%;
    max-width: 15.666667%;
    text-align: center;
    padding: 28px 38px 10px;
    align-items: center;
    border: solid 2px transparent;
    margin: 5px;
    transition: all 1s;
}
.sports-item img{
    transition: all 1s;
}
.item-inn {
    max-height: 113px;
    overflow: hidden;
    margin-bottom: 25px;
}
.sports-item h4{
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
    min-height: 55px;
    padding: 0 5px;
    margin: 0;
    transition: all 1s;
}
.sports-item.item-1{
    border-color: #e6482f;
}
.sports-item.item-2{
    border-color: #e7852e;
}
.sports-item.item-3{
    border-color: #3368c6;
}
.sports-item.item-4{
    border-color: #ff0000;
}
.sports-item.item-5{
    border-color: #83bc31;
}
.sports-item.item-6{
    border-color: #ffcd00
}
.sports-item.item-1 h4{
    color: #e6482f;
}
.sports-item.item-2 h4{
    color: #e7852e;
}
.sports-item.item-3 h4{
    color: #3368c6;
}
.sports-item.item-4 h4{
    color: #ff0000;
}
.sports-item.item-5 h4{
    color: #83bc31;
}
.sports-item.item-6 h4{
    color: #ffcd00;
}


.sports-item.item-1:hover, .sports-item.item-2:hover, .sports-item.item-3:hover, .sports-item.item-4:hover,
.sports-item.item-5:hover, .sports-item.item-6:hover{border-color: #fff; margin-bottom: -15px;margin-top: -15px;position: relative; cursor: pointer;}

.sports-item.item-1:hover h4, .sports-item.item-2:hover h4, .sports-item.item-3:hover h4, .sports-item.item-4:hover h4,
.sports-item.item-5:hover h4, .sports-item.item-6:hover h4 {color: #fff;}

.sports-item.item-1:hover .item-inn img, .sports-item.item-2:hover .item-inn img, .sports-item.item-3:hover .item-inn img, .sports-item.item-4:hover .item-inn img,
.sports-item.item-5:hover .item-inn img, .sports-item.item-6:hover .item-inn img{bottom: 127px; position: relative;}

.sports-item.item-1:hover{background: #e6482f;}
.sports-item.item-2:hover{background: #e7852e;}
.sports-item.item-3:hover{background: #3368c6;}
.sports-item.item-4:hover{background: #ff0000;}
.sports-item.item-5:hover{background: #83bc31;}
.sports-item.item-6:hover{background: #ffcd00;}



.benefits-home{
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 60px 0 50px;
}
.banefit-home-outer{
    width: 100%;
    float: left;
    padding: 38px;
    background: #fff url(../images/benefit-bg.png) no-repeat bottom right;
}
.banefit-home-outer .heading{
    margin-top: 0;
}
.banefit-home-outer ul{
    margin-bottom: 10px;
	list-style: none;
    display: inline-block;
    padding-left: 0;
}
.banefit-home-outer ul li{
    font-family: 'Montserrat';
    font-size: 18px;
    color: #666;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
}
.banefit-home-outer ul li:before{
    content: '';
    position: absolute;
    background: url(../images/list-icon.png) no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
}
.banefit-home-outer span{
    color: #f9a602;
}
.banefit-home-outer p{
    font-family: 'Montserrat';
    font-size: 18px;
    color: #666;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.cta-home{
    width: 100%;
    float: left;
    padding: 15px 0;
    background: url(../images/cta-bg.jpg) no-repeat top center;
    position: relative;
    background-size: cover;
}
.cta-home:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #333333;
    opacity: 0.88;
}
.cta-home:after{
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: solid 1px #fff;
    z-index: 1;
}
.cta-home h4{
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'Geoma Demo';
    font-weight: 400;
    padding: 24px 0;
    z-index: 9;
    position: relative;
}
.cta-home .cta-button {
    padding: 15px;
    color: #fff;
    background: #394fa3;
    border-radius: 5px;
    float: left;
    z-index: 9;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    line-height: normal;
}
.cta-home .cta-button:hover{
    background: #e5c12d;
    color: #fff;
}
.profit-center{
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    background: url(../images/profit-bg.jpg) no-repeat top center;
}
.profit-center > .heading{
     -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.profit-center div[class^="nZone-"]{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    z-index: 1;
    padding: 80px 90px 55px;
}
.profit-center div[class^="nZone-"] .heading{
    margin: 0;
}
.profit-center div[class^="nZone-"] .heading h5{
    color: #fff;
    font-size: 28px;
}
.profit-center div[class^="nZone-"] .heading p{
    color: #fff;
    font-size: 18px;
}
.profit-center div[class^="nZone-"] .heading h3:after{
    background: #fff;
}
.profit-center div[class^="nZone-"]:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .92;
    z-index: -1;
}
.profit-center .nZone-junior-profit:before{
    background: #f9a602;
}
.profit-center .nZone-league-profit:before{
    background: #384e9a;
}
.training-support {
    margin-bottom: 30px;
}
.training-item{
    width: 100%;
    max-width: 392px;
    display: inline-block;
    text-align: left;
    border: solid 1px #333;
    margin-bottom: 20px;
    min-height: 160px
}
.training-item.item-1{
    border-color: #e6482f;
}
.training-item.item-2{
    border-color: #f9a602;
}
.training-item.item-3{
    border-color: #83bc31;
}
.training-item.item-4{
    border-color: #8174ff;
}
.training-item.item-5{
    border-color: #00c4cb;
}
.training-item.item-6{
    border-color: #788ddb;
}
.training-item.item-7{
    border-color: #ffcd00;
}
.training-item.item-8{
    border-color: #e7852e;
}
.training-item.item-9{
    border-color: #ff0000;
}
.training-item{ transition: all 1s;}
.training-item.item-1:hover, .training-item.item-2:hover, .training-item.item-3:hover, .training-item.item-4:hover,
.training-item.item-5:hover, .training-item.item-6:hover, .training-item.item-7:hover,
.training-item.item-8:hover, .training-item.item-9:hover{position: relative; cursor: pointer;      transform: scale(1.1);  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.19);}

.training-item.item-1:hover figure{border:1px solid  #e6482f;}
.training-item.item-2:hover figure{border:1px solid  #f9a602;}
.training-item.item-3:hover figure{border:1px solid #83bc31;}
.training-item.item-4:hover figure{border:1px solid #8174ff; }
.training-item.item-5:hover figure{border:1px solid #00c4cb;}
.training-item.item-6:hover figure{border:1px solid #394fa2;}
.training-item.item-7:hover figure{border:1px solid #ffcd00;}
.training-item.item-8:hover figure{border:1px solid #e7852e;}
.training-item.item-9:hover figure{border:1px solid #ff0000;}

.training-item.item-1:hover figure, .training-item.item-2:hover figure, .training-item.item-3:hover figure, .training-item.item-4:hover figure,
.training-item.item-5:hover figure, .training-item.item-6:hover figure, .training-item.item-7:hover figure,
.training-item.item-8:hover figure, .training-item.item-9:hover figure{    background: #fff;
    position: relative;
    margin-top: -10px;
    margin-left: -12px;}

.training-item.item-1:hover figure .item-list img, .training-item.item-2:hover figure .item-list img, .training-item.item-3:hover figure .item-list img,
.training-item.item-4:hover figure .item-list img, .training-item.item-5:hover figure .item-list img, .training-item.item-6:hover figure .item-list img,
.training-item.item-7:hover figure .item-list img, .training-item.item-8:hover figure .item-list img,
.training-item.item-9:hover figure .item-list img{top: -49px;position: relative;}

.item-list {
    max-height: 49px;
    overflow: hidden;
    text-align: center;
}

.item-list img{ transition: all 1s;}










.training-item .item-title{
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    color: #7e7e7e;
    text-transform: capitalize;
    min-height: 65px;
}
.training-item .item-title figure{
    padding: 8px 15px;
    background: #000;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    min-height: 64px;
    transition: all 1s;
}
.training-item.item-1 figure{
    background: #e6482f;
}
.training-item.item-2 figure{
    background: #f9a602;
}
.training-item.item-3 figure{
    background: #83bc31;
}
.training-item.item-4 figure{
    background: #8174ff;
}
.training-item.item-5 figure{
    background: #00c4cb;
}
.training-item.item-6 figure{
    background: #394fa2;
}
.training-item.item-7 figure{
    background: #ffcd00;
}
.training-item.item-8 figure{
    background: #e7852e;
}
.training-item.item-9 figure{
    background: #ff0000;
}
.training-item p{
    font-size: 18px;
    line-height: 28px;
    padding: 15px;
    font-weight: 500;
    color: #666;
    margin: 0;
}
.training-list .col-sm-4 {
    text-align: center;
}
.training-list .col-sm-4:nth-of-type(3n+1) .training-item {
    float: left;
}
.training-list .col-sm-4:nth-of-type(3n) .training-item {
    float: right;
}
.our-process-home{
    width: 100%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
    padding-bottom: 50px;
	margin: 50px 0px;
}
.our-process-home:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1d3488;
    opacity: 0.90;
    z-index: -1;
}
.our-process-home .heading h3, .our-process-home .heading p{
    color: #fff;
}
.our-process-home .heading h3:after{
    background: #fff;
}
.process-item{
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
    min-height: 130px;
    border: solid 2px #fff;
    padding: 51px 15px 13px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    border-radius: 0 50px 0 50px;
}

@media all and (-ms-high-contrast:none)
{

    .process-item{
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        min-height: inherit;
        border:none;
        padding:0px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        border-radius: 0 50px 0 50px;
    }
    fieldset.process-item:after {
        content: "";
        position: absolute;
        top: -4px;
        right: -2px;
        left: 72%;
        bottom: 0;
        border-top: 2px solid #fff;
        border-radius: 0 60px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }
fieldset.process-item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -2px;
    right: 72%;
    bottom: 0;
    border-top: 2px solid #fff;
    border-radius: 0 0 0 60px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.process-item-ie {
    max-width: 270px;
    width: 100%;
    margin: 57px auto 0;
    min-height: ;
    border: solid 2px #fff;
    padding: 115px 15px 28px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    border-radius: 0 50px 0 50px;
    border-top: 0px;
    position: relative;
}

.process-item .process-count {
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    border: solid 2px #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    position: absolute;
    top: -57px;
    left: 0px;
    right: 0px;
}
.process-item-ie:hover{border-radius: 50px 0 50px 0;}
.process-item-ie:hover fieldset.process-item:after {
    content: "";
    position: absolute;
    top: -2px;
    right: -2px;
    left: 72%;
    bottom: 0;
    border-top: 2px solid #fff;
    border-radius: 00;
}
.process-item-ie:hover fieldset.process-item::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -2px;
    right: 72%;
    bottom: 0;
    border-top: 2px solid #fff;
    border-radius: 51px 0 0;
}


}








.process-item:hover{
    border-color: #f9a602;
    border-radius: 50px 0 50px 0;
}
.process-item .process-count{
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-weight: 700;
    font-size: 45px;
    color: #fff;
    border:solid 2px #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.process-item:hover .process-count{
    border-color: #f9a602;
    color: #f9a602;
}
.process-item .process-detail{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-top: -49px;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.process-item:hover .process-detail{
    color: #f9a602;
}
.process-item .process-detail figure{
    width: 59px;
    height: 61px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 0;
}
.process-item .process-detail figure img{
    transform: translateY(2px);
}
.process-item:hover .process-detail figure img{
    transform: translateY(-59px);
}
.meetTeam{
    margin-bottom: 50px;
}
.team-item{
    width: 100%;
    float: left;
    position: relative;
    padding: 0 8px 8px;
}
.team-item:after{
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #394fa3;
    z-index: -1;
    transition: all 0.35s;-webkit-transition: all 0.35s;-moz-transition: all 0.35s;
}
.team-item:hover:after{
    background: #f9a602;
    transition: all 0.35s;-webkit-transition: all 0.35s;-moz-transition: all 0.35s;
}
.team-member{
    width: 100%;
    float: left;
    border: solid 1px #394fa3;
}
.team-member figure{
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
}
.team-member figcaption{
    width: 100%;
    float: left;
    background: #fff;
    padding: 22px;
}
.team-member figcaption a{
    display: block;
    font-size: 16px;
    color: #424242;
    margin-bottom: 6px;
    font-weight: 500;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.team-member figcaption a:hover{
    color: #394fa3;
}
.team-member figcaption span{
    display: block;
    font-size: 14px;
    color: #9e9e9e;
    margin-bottom: 8px;
    font-weight: 500;
}
.team-member figcaption a.btn-link{
    margin-bottom: 0;
    color: #394fa3;
    font-size: 14px;
    font-weight: 500;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.team-member figcaption a.btn-link:hover{
    color: #f9a602;
}
.teamCarousel .owl-nav {
    margin-top: 30px;
    text-align: center;
}
.teamCarousel .owl-nav > div.disabled{
    opacity: 0.4;
    cursor: not-allowed;
}
.teamCarousel .owl-nav > div{
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    background: #394fa3;
    border: solid 3px #ced8ff;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 44px;
}
.teamCarousel .owl-nav > div:hover{
    background: #f9a602;
    border-color: #ffe8bc;
}
.frnchise-requirement{
    width: 100%;
    float: left;
    background-position: left bottom;
    background-size: 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.frnchise-requirement .col-sm-8.offset-4{
    padding: 0;
}
.requiremnt-detail{
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding: 0 23.5% 20px 80px;
}
.requiremnt-detail:before{
    content: '';
    width: 110%;
    height: 100%;
    background: url(../images/right-franchise-bg.jpg) no-repeat top center;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: -1;
}
.requiremnt-detail .heading h4{
    color: #fff;
}
.requiremnt-detail .heading h4:after{
    background: #fff;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.requiremnt-detail .heading p{
    color: #fff;
    font-size: 20px;
}
.requiremnt-detail p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.requiremnt-detail h6{
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
}
.requiremnt-detail ul{
    margin-bottom: 10px;
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.requiremnt-detail ul li {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
    width: 48%;
    float: left;
}
.requiremnt-detail ul li:before {
    content: '';
    position: absolute;
    background: url(../images/list-icon.png) no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
}
.become-franchise{
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
.become-franchise-form{
    width: 100%;
    float: left;
    margin-left: -66px;
    position: relative;
    margin-bottom: 20px;
}
.become-franchise .heading{
    margin-left: -80px;
}
.become-franchise .heading h3:after{
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}


.become-franchise-form .gform_body{
    width: 100%;
    float: left;
    padding: 0;
}
.become-franchise-form .gform_fields{
    width: 100%;
    float: left;
    padding: 0;
    list-style: none;
    margin: 0 -25px;
}
.become-franchise-form .gform_fields .gfield{
    width: 100%;
    float: left;
    padding: 0 25px 25px;
}
.become-franchise-form .gform_fields .gfield.gf_left_half, .become-franchise-form .gform_fields .gfield.gf_right_half{
    width: 50%;
}
.become-franchise-form .gform_fields .gfield label{
    font-size: 16px;
    font-weight: 500;
    color: #666;
}
.become-franchise-form .gform_fields .gfield .large{
    width: 100%;
    border-radius: 4px;
    border: solid 1px rgba(119, 119, 119, 0.5);
    height: 40px;
    padding: 6px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    background: rgba(232, 232, 232, 0.5);
    appearance: none!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    box-shadow: none !important;
}
.become-franchise-form .gform_fields .gfield .textarea.large{
	height: 150px;
    resize: none;
	width: 100%;
	float: left;
	border: solid 1px rgba(119, 119, 119, 0.5);
	padding: 6px 12px;
	font-size: 16px;
    font-weight: 500;
    background: rgba(232, 232, 232, 0.5);
	color: #666;
	box-shadow: none;
	outline: none;
	resize: none;
	border-radius: 5px;
}
select::-ms-expand {
    display: none;
}
.become-franchise-form .gform_fields .gfield .gfield_select.large{
    padding: 6px 12px!important;
    background: rgba(232, 232, 232, 0.5) url(../images/select-arrow.png) no-repeat!important;
    background-position: 97% 50%!important;
    appearance: none!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
}
.become-franchise-form .gform_fields .gfield .large::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #666666;
}
.become-franchise-form .gform_fields .gfield .large::-moz-placeholder { /* Firefox 19+ */
 color: #666666;
 opacity: 1;
}
.become-franchise-form .gform_fields .gfield .large:-ms-input-placeholder { /* IE 10+ */
 color: #666666;
 opacity: 1;
}
.become-franchise-form .gform_fields .gfield .large:-moz-placeholder { /* Firefox 18- */
 color: #666666;
}
.become-franchise-form .gform_fields .gfield .large:focus{
    border-color:  rgba(249, 166, 2, 0.5);
}
.become-franchise-form .gform_footer{
    width: 50%;
    float: left;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 23px;
}
.become-franchise-form .gform_footer .gform_button {
    border-radius: 5px;
    padding: 7px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #394fa3;
    border: none;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    height: 45px;
    line-height: 35px;
}
.become-franchise-form .gform_footer .gform_button:hover{
    background: #000 !important;
    color: #fff !important;
}
.become-franchise-form .gform_fields .gfield img{
    width: 100%;
}
.become-franchise-form .gform_fields li.gfield.gf_left_half.country{
    margin-top: -115px;
}
.become-franchise-form .gform_fields li.gfield.gf_right_half.home-phone{
    margin-top: -22px;
}
.footer-signup{
    width: 100%;
    float: left;
    position: relative;
    top: 60px;
    z-index: 9;
}
.signup-banner{
    width: 100%;
    float: left;
    background: url(../images/footer-signup-bg.jpg) no-repeat top center;
    padding: 20px 50px;
    background-size: cover;
}
.signup-banner p{
    width: 75%;
    float: left;
    color: #fff;
    font-family: 'Geoma Demo';
    font-size: 32px;
    line-height: 43px;
    margin-bottom: 0;
}
.signup-banner .signup-btn {
    float: right;
    padding: 10px 30px;
    color: #fff;
    background: #f9a602;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    vertical-align: bottom;
    display: table-cell;
}
.signup-banner .signup-btn:hover{
    background: #394fa3;
}
.main_footer{
    width: 100%;
    float: left;
    padding: 100px 0 40px;
    background: #394fa2;
    position: relative;
}
.about-footer {
    width: 100%;
    float: left;
    padding-right: 20px;
}
.footer-logo{
    margin-bottom: 25px;
}
.footer-logo a:last-of-type{
    margin-left: 40px;
}
.about-footer p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
}
.useful-link{
    width: 100%;
    float: left;
    padding-top: 40px;
}
.useful-link h4{
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Geoma Demo';
}
.useful-link h4:before{
    content: '';
    width: 80px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.useful-link p{
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.useful-link ul{
    padding: 0;
    list-style: none;
}
.useful-link ul li{
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}
.useful-link ul li:before{
    content: '';
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 7px;
    color: #fff;
    background: url(../images/footer-list-icon.png) no-repeat center left;
    width: 9px;
    height: 10px;
}
.useful-link ul li a{
    color: #fff;
}
.useful-link ul li a:hover{
    color: #f9a602;
}
.social-connect{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.social-connect a{
    float: left;
    margin-right: 8px;
}
.social-connect a:hover{
    opacity: 0.8;
}
.footer-contact-info{
    width: 100%;
    float: left;
    padding-top: 25px;
    border-top: solid 1px #8290c5;
}
.address, .phone, .email{
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
}
.address span, .phone span, .email span{
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: solid 1px #fff;
    text-align: center;
    line-height: 39px;
    float: left;
    background: #f9a602;
    margin-right: 15px;
}
.phone a, .email a{
    color: #fff;
    margin: 12px 0;
    display: inherit;
}
.phone a:hover, .email a:hover{
    color: #f9a602;
}
.newsletter{
    width: 100%;
    float: left;
    background: #000;
}
.newsletter-icon{
    padding: 20px 10px;
    text-align: center;
    background: #f9a602;
    float: left;
    margin-right: 15px;
}
.newsletter-info p{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    padding: 24px 0;
}
.newsletter-form{
    width: 100%;
    float: left;
    padding: 10px 0 10px 80px;
}
.mailpoet_text{
    width: 100%;
    float: left;
    padding: 6px 162px 6px 20px;
    height: 48px;
    border-radius: 0;
    background: #fff;
    color: #666;
    border: none;
    font-size: 17px;
    font-family: 'Humanst521 BT';
    font-weight: 300;
    text-overflow: ellipsis;
}
.mailpoet_text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #666666;
}
.mailpoet_text::-moz-placeholder { /* Firefox 19+ */
 color: #666666;
 opacity: 1;
}
.mailpoet_text:-ms-input-placeholder { /* IE 10+ */
 color: #666666;
 opacity: 1;
}
.mailpoet_text:-moz-placeholder { /* Firefox 18- */
 color: #666666;
}
.mailpoet_submit{
    border: none;
    border-radius: 4px;
    background: #f9a602;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 35px;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-top: -3px;

    -webkit-transition:  all 1s;
    -moz-transition:  all 1s;
    transition:  all 1s;
}
.mailpoet_submit:hover{
    background: #394fa2;
}


/*********Banner form**********/
.home_slider div#carouselExampleIndicators+.banner-content .row {
    flex-direction: row-reverse;
}

/*==================*/




















/*====== CSS HACKS ======*/
/*=== ie 11 hacks ===*/
::-ms-backdrop, :root .home_slider:after{
    content: '';
    background: url(../images/banner-bottom.png) no-repeat bottom center;
    width: 100%;
    height: 95px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
/*=== microsoft edge hacks ===*/
@supports (-ms-ime-align:auto) {
	.home_slider:after{
        content: '';
        background: url(../images/banner-bottom.png) no-repeat bottom center;
        width: 100%;
        height: 95px;
        position: absolute;
        left: 0;
        bottom: -1px;
    }
}
/*====== END CSS HACKS ======*/

/*==================About And other pages banner=====================*/

/*=== ie 11 hacks ===*/
::-ms-backdrop, :root .home_slider.about_inner_banner:after{
    display:none;
}
/*=== microsoft edge hacks ===*/
@supports (-ms-ime-align:auto) {
	.home_slider.about_inner_banner:after{
       display:none;
    }
}
/*====== END CSS HACKS ======*/



.our-video.modal.fade .modal-dialog {
    width: 100%;
    overflow: hidden;
    max-width: 1192px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}
.our-video .modal-body iframe {
    height: 670px;
    display: block;
}
.our-video button.close {
    position: fixed;
    right: 18px;
    top: 18px;
    text-shadow: none;
    margin-top: 0;
    z-index: 9999;
    opacity: 1;
    color: #fff;
    font-family: 'Lato';
    font-weight: 500;
    font-size: 80px;
    transform: rotate(90deg);
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
.our-video button.close:hover {
    background: transparent;
    transform: rotate(180deg);
    color:#f6e551 !important;
}
.our-video .modal-header {
    margin: 0px;
    padding: 0px;
    border-bottom: none;
}
.our-video .modal-body {
    padding: 0px;
        border-bottom: none;
}
.modal-backdrop.show {
    opacity: .8;
}



.carousel-control-next, .carousel-control-prev {
    width: 4%;
    z-index: 2;
}
.carousel-control-prev {
    left: -250px;
    transition: all 1s;
}
.carousel-control-prev-icon {
    background: url(../images/arrow-left.png);
    width: 22px;
    height: 42px;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.carousel-control-next {
    right: -250px;
    transition: all 1s;
}
.carousel-control-next-icon {
    background: url(../images/arrow-right.png);
    width: 22px;
    height: 42px;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.home_slider:hover .carousel-control-prev {
    left: 0px;
}
.home_slider:hover .carousel-control-next {
    right: 0px;
}

/*==============================*/



/***********************************/
/*======= Inner pages ===about and faqs=====*/
/***********************************/
.home_slider.about_inner_banner  {
    -webkit-clip-path: inherit;
    clip-path: inherit;
}
.home_slider.about_inner_banner{
    height:94%;
}

.heading p span{
	color:#f9a602;
}
.about_video{
	padding: 15px 80px 0;
    display: inline-block;
}
.provided-sports-inner .heading h4{
	margin-bottom:20px;
}
section.provided-sports.provided-sports-inner {
    min-height: 515px;
}

.testimonials-inner{
	background:url(../images/testimonial-bg.jpg) no-repeat top center;
	background-size:cover;
    padding: 13px 0 60px;
    /* margin: 20px 0 0; */
}
.testimonials-inner .heading.text-center {
    margin-bottom: 35px;
}
#testimonialCarousel{
	background:rgba(251, 251, 248, 0.98);
	padding:36px 50px;
	text-align:center;
	float: left;
    width: 100%;
}
#testimonialCarousel, .carousel, .carousel-inner, .carousel-item{
	height:auto;

}
.testimonial-detail p{
	font-size:18px;
	color:#666;
	font-family: 'Montserrat';
	font-weight:500;
}
.clientName{
	padding: 20px 0 24px;
	display:inline-block;
	margin-bottom: 25px;
}
.clientName img{
	 vertical-align: middle;
}
.clientName span{
	font-size:25px;
	color:#f9a602;
	font-family: 'Montserrat';
	font-weight:400;
	padding-left: 35px;
    vertical-align: middle;
}
#testimonialCarousel ul.carousel-indicators{
	text-align:center;
	margin-bottom: 26px;
}
#testimonialCarousel ul.carousel-indicators li {
    width: 16px;
    height: 16px;
    background: #00000f;
	border:1px solid #00000f;
	border-radius:50%;
}
#testimonialCarousel ul.carousel-indicators li.active {
   width: 16px;
    height: 16px;
    background: #394fa3;
	border:1px solid #00000f;
	border-radius:50%;
}
.franChi-dtl {
    width: 100%;
    margin-top: 13px;
    position: relative;
    border-left: 5px solid #f9a602;
    padding-left: 13px;
}
.franChi-dtl+.franChi-dtl {
    width: 48%;
    margin-left: 25px;
}
.franChi-dtl h4{
	font-size:42px;
	color:#f9a602;
	font-family: 'Rubik';
	font-weight: 700;
	margin:0 0 2px;
    line-height: 51px;
    text-transform: uppercase;

}
.franChi-dtl small{
	font-size:18px;
	color:#666;
	font-family: 'Montserrat';
	font-weight:500;
	line-height: 34px;
}
section.nZone-franchises {
    padding-bottom: 60px;
}
.map-section img{
	width:100%;
}
section.about_inner_banner .banner-btn:last-of-type {
    background: #3368c6;
}
.about_inner_banner .banner-btn:last-of-type:hover {
    background: #e5c12d;
}
.faq-page{
	padding-bottom: 36px;
}

div#accordion {
    float: left;
    width: 100%;
    margin-top: 0px;
	margin-bottom: 25px;
}
.panel-group {
    margin-bottom: 20px;
    margin-top: 0px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border: none;
}
.panel-default > .panel-heading {
    background: none;
    color: #282727;
    font-size: 15px;
    padding: 0;
}
.panel-default .panel-heading .accordion-toggle.collapsed {
    background: transparent;
    color: #666666;
    border: none;
	border: 1px solid #818181;
	border-radius: 30px;
    text-decoration: none;
}
.panel-default .panel-heading .accordion-toggle {
    padding: 16px 57px 16px 25px;
    display: block;
    background: #3368c6;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 21px;
    border: 1px solid #818181;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background: transparent;
    border: none;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    box-shadow: none;
    padding: 10px 25px 15px;
    border-radius: 0px;
    border-top: none;
	font-family: 'Montserrat';
    font-weight: 500;
}
.panel-default > .panel-heading {
    background: none;
    color: #282727;
    font-size: 15px;
    padding: 0;
}
.panel-heading .accordion-toggle.collapsed::after {
    content: "\f067";
    font-family: 'FontAwesome';
    background:transparent;
	color:#000;
	border: 1px solid #818181;
    border-radius: 50%;
}
.panel-heading .accordion-toggle::after {
	background: #f9a602;
    content: "\f068";
    float: right;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
	font-family: 'FontAwesome';
    padding: 0 10px;
    line-height: 55px;
    height: 54px;
    width: 54px;
    text-align: center;
	 border-radius: 50%;
}
.panel-group > h2 {
    font-size: 30px;
    color: #282828;
	font-family: 'Geoma Demo';
	font-weight: 600;
	padding-bottom: 7px;
    border-bottom: 2px solid #d3d3d3;
    margin: 20px 0 26px;
}

.panel-group .panel + .panel {
	padding-top: 15px;
}
.about_inner_banner img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
section.map-section {
    position: relative;
    bottom: -126px;
    border-top: 1px solid #d3d3d3;
}
.map-section .footer-signup {
    position: absolute;
    bottom: -60px;
	top: auto;
}
div#accordion2 {
    float: left;
    width: 100%;
	margin-bottom: 43px;
}
section.nZone-franchises {
    padding-bottom: 60px;
    margin-bottom: -126px;
}
.nZone-franchises .heading h3 {
    font-weight: 600;
}
.faq-page .heading h3 {
    font-weight: 600;
}










/*============= Gravity forms =============*/
 .gform_wrapper.gform_validation_error ul.gform_fields li.gfield_error {
    padding-bottom:0px !important;
}
.gform_wrapper.gform_validation_error .gform_footer {
    margin-top: 10px !important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}
.gform_wrapper{
	margin: 0 !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
}
.gform_wrapper .gform_heading{
	margin-bottom: 24px !important;
}
.gform_wrapper h3.gform_title {
    font-size: 30px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    line-height: 50px;
    color: #2a1f5d;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: center;
}
.gform_wrapper span.gform_description, .gform_confirmation_message_2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0 !important;
    font-weight: 100 !important;
    width: 100% !important;
    text-align: center;
}
.gform_wrapper ul.gform_fields li.gfield{
    width: 100%!important;
    float: left!important;
    padding-bottom: 17px!important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 14px;
    font-weight: 600;
    color: #2a1f5d;
    line-height: 45px;
    border-radius: 0;
    background: transparent;
    border: solid 3px #2a1f5d;
    padding: 0 19px;
    text-align: center;
    max-width: 100%;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover{
	color: #fff;
    background: #2a1f5d;
    border-color: #2a1f5d;
}

.banner-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%!important;
    border-radius: 4px!important;
    border: none!important;
    height: 40px!important;
    padding: 6px 15px!important;
    font-family: 'Humanst521 BT' !important;
    font-size: 16px!important;
    font-weight: 400!important;
    color: #666666!important;
}
.gform_wrapper ul.gform_fields li.gfield select {
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/select-arrow.png) no-repeat !important;
    background-position: 97% 50% !important;
	width: 100%;
	max-width: 100% !important;
	border-radius: 3px;
	height: 48px !important;
	border: solid 1px #cacaca;
	padding: 6px 15px !important;
	line-height: 1.42857143;
	font-size: 16px !important;
	color: #757575;
    background: #fff;
    font-family: 'Humanst521 BT' !important;
}
.gform_wrapper textarea {
    border-radius: 3px;
    border-color: transparent;
    box-shadow: none;
    padding: 8px 18px !important;
    font-size: 16px !important;
    font-weight: 500;
    color: #666666;
    height: 110px !important;
    resize: none !important;
    font-family: 'Humanst521 BT' !important;
}

.gform_wrapper input:focus, .gform_wrapper ul.gform_fields li.gfield select:focus, .gform_wrapper textarea:focus{
	border-color: #ef7792 !important;
}
.gform_wrapper ul.gform_fields li.gfield select::-ms-expand {
 display: none;
}
.gform_wrapper label.gfield_label {
	font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    width: 100%;
    color: #000;
}
.gform_wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #757575;
}
.gform_wrapper input::-moz-placeholder { /* Firefox 19+ */
 color: #757575;
 opacity: 1;
}
.gform_wrapper input:-ms-input-placeholder { /* IE 10+ */
 color: #757575;
 opacity: 1;
}
.gform_wrapper input:-moz-placeholder { /* Firefox 18- */
 color: #757575;
}
.gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #757575;
}
.gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
 color: #757575;
 opacity: 1;
}
.gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
 color: #757575;
 opacity: 1;
}
.gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
 color: #757575;
}
.gform_wrapper .gform_footer{
    width: 100%!important;
    float: left!important;
    text-align: center!important;
    padding: 0 30px!important;
    margin-bottom: 20px!important;
    margin-top: 0px!important;
}
.gform_wrapper div.validation_error {
	display: none;
}
.gform_wrapper .gfield_error .gfield_label{
	color: #000 !important;
}
.ginput_container_date {
    position: relative;
}
.gform_wrapper img.ui-datepicker-trigger {
    position: absolute;
    bottom: 11px;
    right: 15px;
}
.gfield_time_hour, .gfield_time_minute, .gfield_time_ampm{
	width: 33.33% !important;
	max-width: 33.33% !important;
	margin-right: 10px !important;
}
.gfield_time_ampm{
	margin: 0 !important
}
.ginput_container_time{
	position: relative;
}
.clear-multi .ginput_container_time input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding-left: 30px !important;
}
.ginput_container_time label{
	position: absolute;
    top: 50%;
    margin: 0 !important;
    transform: translateY(-50%);
    left: 5px;
    width: auto !important;
    color: #757575;
}
.gform_wrapper .gfield_time_hour i{
	font-family: inherit !important;
	position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
	margin-top: 0 !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	padding: 0;
	width: 100% !important;
	border: none !important;
	background: transparent;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	max-width: 100%;
	padding-right: 0 !important;
	padding-top: 0 !important;
	font-size: 14px;
	font-weight: normal;
	color: #f00;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea, .gform_wrapper ul.gform_fields li.gfield_error select {
	border: 1px solid #ff0000 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
	margin: 0 !important;
}

.footer_cta .provider-form .gform_wrapper h3.gform_title{
	color: #fff !important;
	text-transform: inherit !important;
}
.footer_cta .provider-form .gform_wrapper label.gfield_label, .provider-form-banner .gform_wrapper label.gfield_label{
	display: none;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    padding: 0 8px !important;
    margin-bottom: 16px !important;
}
.footer_cta .provider-form .gform_wrapper ul.gform_fields li.gfield, .provider-form-banner .gform_wrapper ul.gform_fields li.gfield{
	margin-bottom: 10px !important;
}
.gform_wrapper .top_label .gfield_label {
    display: none !important;
}
.gform_wrapper li:before{
	display: none !important;
}
.ginput_container.ginput_container_textarea {
    /*padding: 0 8px;*/
}

.footer_cta .provider-form .gform_wrapper li.gfield, .banner-caption .provider-form-banner .gform_wrapper li.gfield{
	padding: 0 5px !important;
}
.footer_cta .provider-form .gform_wrapper .gform_footer input.button, .footer_cta .provider-form .gform_wrapper .gform_footer input[type=submit]{
	border-color: #fff !important;
	color: #fff !important;
}
.footer_cta .provider-form .gform_wrapper .gform_footer input.button:hover, .footer_cta .provider-form .gform_wrapper .gform_footer input[type=submit]:hover{
	background-color: #ef7792;
	border-color: #ef7792 !important;
}

.provider-form-banner .gform_wrapper .gform_footer input.button, .provider-form-banner .gform_wrapper .gform_footer input[type=submit]{
	border-color: #2a1f5d !important;
	color: #2a1f5d; !important;
}
.provider-form-banner .gform_wrapper .gform_footer input.button:hover, .provider-form-banner .gform_wrapper .gform_footer input[type=submit]:hover{
	background-color: #2a1f5d;
	border-color: #2a1f5d !important;
	color: #fff !important;
}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half{
	background: transparent !important;
	max-width: 100% !important;
	margin-right: 0 !important;
	border: none !important;
}
.footer_cta .provider-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	color: #fff !important;
}

.provider-form-banner .gform_wrapper h3.gform_title{
	font-size: 46px !important;
    line-height: 50px;
    text-transform: unset;
    margin-bottom: 35px;
    text-align: left;
	padding: 0 5px !important;
}
li.statetop, li.statebtm  {
    width: 22% !important;
    float: left;
}
li.ziptop, li.zipbtm  {
    width: 28% !important;
    float: left;
}
.provider-form-banner .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	display: none;
}

.banner-form #gform_fields_1 li textarea{
    height: 90px!important;
    resize: none!important;
    width: 100%!important;
    float: left!important;
    padding: 6px 12px!important;
    font-size: 16px!important;
    background: #fff!important;
    color: #666666!important;
    box-shadow: none!important;
    outline: none!important;
    resize: none!important;
    border-radius: 5px!important;
}
.banner-form #gform_submit_button_1{
    border-radius: 50px!important;
    padding: 10px 15px!important;
    width: 100%!important;
    text-transform: uppercase!important;
    color: #fff!important;
    font-size: 24px!important;
    font-family: 'Humanst521 BT';
    font-weight: 700!important;
    background: #e5c12d!important;
    border: none!important;
    cursor: pointer!important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    line-height: normal;
}
.banner-form #gform_submit_button_1:hover {
    background: #000!important;
    color: #fff!important;
}
.banner-form #gform_submit_button_2{
    width: 200px;
    margin: 15px auto 0px !important;
    border: 2px solid #fff;
    height: 54px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: 0 0;
    outline: 0;
    display: block;
    text-transform: none;
    -webkit-transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -ms-transition: all 2s ease-in;
    -o-transition: all 2s ease-in;
    transition: all 2s ease-in;
    border-radius: 0;
}


.newsletter input#gform_submit_button_2 {
    border: none;
    border-radius: 4px;
    background: #f9a602;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 35px;
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-top: -2px !important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    line-height: normal;
    margin: 0;
    height: 52px;
}
.newsletter input#gform_submit_button_2:hover {
    background: #394fa2;
}
.newsletter .gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0;
    clear: inherit;
    width: 100% !important;
    float: none !important;
}
.newsletter input#input_2_1 {
    width: 100%;
    float: left;
    padding: 6px 162px 6px 20px;
    height: 48px;
    border-radius: 0;
    background: #fff;
    color: #666;
    border: none;
    font-size: 17px !important;
    font-family: 'Humanst521 BT';
    font-weight: 300;
    text-overflow: ellipsis;
}

.become-franchise-form .gform_wrapper input:not([type=image]):not([type=file]){
    width: 100%;
    border-radius: 4px;
    border: solid 1px rgba(119, 119, 119, 0.5) !important;
    height: 40px;
    padding: 6px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    background: rgba(232, 232, 232, 0.5);
    appearance: none!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    box-shadow: none !important;
}

.become-franchise-form .gform_wrapper ul.gform_fields li.gfield select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(232, 232, 232, 0.5) url(../images/select-arrow.png) no-repeat !important;
    background-position: 97% 50% !important;
    width: 100%;
    max-width: 100% !important;
    border-radius: 3px;
    height: 40px !important;
    border: solid 1px #cacaca;
    padding: 6px 15px !important;
    line-height: 1.42857143;
    font-size: 16px !important;
    color: #757575;
    background: #fff;
    font-family: 'Humanst521 BT' !important;
	    border: solid 1px rgba(119, 119, 119, 0.5);
}
.become-franchise-form .gform_wrapper ul.gform_fields li.gfield {
    width: 50% !important;
    float: left!important;
    padding-bottom: 17px!important;
    clear: inherit;
}
.become-franchise-form  .gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 16px 0 0;
    clear: inherit;
    width: 100%;
    width: 50% !important;
    position: static;
}
.become-franchise-form .gform_wrapper textarea {
    height: 150px;
    resize: none;
    width: 100%;
    float: left;
    border: solid 1px rgba(119, 119, 119, 0.5);
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 500;
    background: rgba(232, 232, 232, 0.5);
    color: #666;
    box-shadow: none;
    outline: none;
    resize: none;
    border-radius: 5px;
}

input#gform_submit_button_3 {
    border-radius: 5px;
    padding: 7px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #394fa3;
    border: none;
    cursor: pointer;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    height: 45px;
    line-height: 35px;
    width: auto;
    float: left;
}
input#gform_submit_button_3 :hover {
    background: #000;
    color: #fff;
}
.become-franchise-form .gform_wrapper ul.gform_fields {
    margin: 0 0 0 -22px!important;
}





@media (max-width: 1600px){
    .gform_wrapper ul.gform_fields li.gfield{
        padding-bottom: 13px!important;
    }
}

@media (max-width: 1199px){
	.provider-form-banner .gform_wrapper h3.gform_title{
		font-size: 30px !important;
		line-height: 35px !important;
	}
	.provider-form-banner .gform_wrapper .gform_heading{
		margin-bottom: 15px !important;
    }
    .gform_wrapper ul.gform_fields li.gfield {
        padding-bottom: 7px!important;
    }
    .gform_wrapper .gform_footer {
        padding: 0 14px!important;
    }
}
@media (max-width: 991px){
	.provider-form-banner .gform_wrapper h3.gform_title{
		font-size: 18px !important;
		line-height: 20px !important;
	}
	.provider-form-banner .gform_wrapper .gform_heading{
		margin-bottom: 10px !important;
	}
	.provider-form-banner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .provider-form-banner .gform_wrapper ul.gform_fields li.gfield select{
		height: 32px !important;
		font-size: 14px !important;
		padding: 6px 10px !important;
	}
	.provider-form-banner .gform_wrapper textarea{
	    height: 50px !important;
	}
	.provider-form-banner .gform_wrapper .gform_footer input.button, .provider-form-banner .gform_wrapper .gform_footer input[type=submit]{
		line-height: 35px !important;
    }
    #gform_submit_button_1 {
        padding: 5px 15px !important;
        font-size: 20px !important;
        height: 50px;
        margin: 0 0 0px;
    }
	.banner-form #gform_submit_button_1 {
    padding: 0px 15px!important;
	}
  .gform_fields .gfield .large {
        height: 34px;
        padding: 6px 15px;
        font-size: 14px;
    }
   .gform_fields .gfield .textarea.large {
        padding: 6px 15px;
        font-size: 14px;
        height: 70px;
    }

    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        height: 34px!important;
        padding: 6px 15px!important;
        font-size: 14px!important;
    }
    #gform_fields_1 li textarea {
        height: 70px!important;
        padding: 6px 12px!important;
        font-size: 14px!important;
    }
    .gform_wrapper ul.gform_fields li.gfield {
        padding-bottom: 6px!important;
    }
    .gform_wrapper .gform_footer {
        padding: 0 15px!important;
    }


}


@media (max-width: 767px){
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 35px !important;
    font-size: 13px !important;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding-bottom: 8px!important;
}
#gform_fields_1 li textarea {
    height: 58px!important;
    font-size: 13px!important;
}
.gform_wrapper .gform_footer {
    padding: 0 10px!important;
}
.gform_validation_error #gform_fields_1 li textarea {
    height: 50px!important;
}
.gform_wrapper.gform_validation_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 30px !important;
}
}
@media (max-width: 577px){
    .gform_wrapper .gform_footer {
        padding: 0 18px!important;
    }
    }

    @media (min-width: 1199px){
    .modal-open .our-video.modal {
        overflow-y: hidden;
    }
}

@media (max-width: 480px){
	.gform_wrapper h3.gform_title{
		font-size: 18px !important;
		line-height: 40px !important;
	}
	.gform_wrapper span.gform_description{
		font-size: 16px !important;
	}
	.gform_wrapper .gform_heading{
		margin-bottom: 20px !important;
	}

	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
		width: auto !important;
		margin: 0 !important;
		line-height: 45px !important;
	}
	li.ziptop, li.zipbtm{
		width: 60% !important;
		clear: none !important;
	}
	li.statetop, li.statebtm{
		width: 40% !important;
		clear: none !important;
	}
	.provider-form-banner .gform_wrapper h3.gform_title{
		font-size: 22px !important;
		line-height: 28px !important;
	}
	.provider-form-banner .gform_wrapper .gform_heading{
		margin-bottom: 20px !important;
	}
	.provider-form-banner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .provider-form-banner .gform_wrapper ul.gform_fields li.gfield select{
		height: 40px !important;
		font-size: 16px !important;
	}
}




/*==========================Next-steps======================*/
.next-steps-inner{ padding: 50px 0px 50px;}
.nZone-franchises.next-steps-col { margin-bottom: 0;}
.nZone-franchises.next-steps-col .row+.row{padding-bottom:60px; position: relative;border-bottom:2px solid #d3d3d3;  }

.nZone-franchises.next-steps-col .heading.text-center {
    margin-top: 0px;
}
.market-numbers{ padding: 0px 0px 0px;}
.market-numbers .heading.text-center {
    margin-top: 0px;
    float: none;
    margin-bottom: 50px;
}
.market-numbers .heading.text-center h3 {
    font-weight: 600;
}
.market-Numbers-col{}
.market-Numbers-col ul{ margin: 0px; padding: 0px 10px; text-align: center;}
.market-Numbers-col ul li {
    margin: 0px;
    padding: 0px 10px;
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 33%;
    vertical-align: top;
}
.col-number{ color: #f9a602; font-size: 52px; text-transform: uppercase;font-family: 'Dosis';font-weight: 700;line-height: 48px; padding: 0 0 8px;}
.col-number span{ display: block;font-family: 'Rubik';}
.market-Numbers-col ul li p {
    margin: 0px;
    padding: 0px 42px;
    font-size: 18px;
    color: #666;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 26px;
}
.col-number span sup {font-size: 88%;}
.market-numbers .row{padding-bottom:60px; position: relative;border-bottom:2px solid #d3d3d3;  }
.investment-costs{ padding: 58px 0px 0px;}
.investment-costs .heading.text-center h3 {
    font-weight: 600;
}
.investment-costs .heading.text-center {
    margin-top: 0px;
    float: none;
    margin-bottom: 50px;
}
.investment-content {
    margin-right: -15px;
    margin-left: -15px;
}
.investment-content table tr th {
    color: #00000f;
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    width: 20%;
    line-height: 31px;
    border-bottom: 5px solid #f78e1d;
    padding: 0px 10px 26px;
}
.investment-content table tr th:first-child {text-align: left;}
.investment-content table tr td {
    font-size: 17px;
    color: #666;
    font-family: 'Montserrat';
    font-weight: 500;
    text-align: center;
    padding:12px 10px;
}
.investment-content table tr td:first-child {text-align: left;}
.investment-content table>tbody>tr+tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.investment-content table {
    border-bottom: 5px solid #727476;
    padding-bottom: 20px;
}

.start-costs-section{ padding: 43px 0px;}

.col-heading h3{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-size: 48px;
    position: relative;
    font-family: 'Rubik';
    font-weight: 600;
    text-align: center;
}
.col-heading h3 span{
    color: #f9a602;
}

.our-franchisees {
    padding: 30px 0 0 0;
}
.our-franchisees ul{ margin: 0px; padding: 0px; text-align: center;}
.our-franchisees ul li {
    margin: 0px;
    padding: 0px 50px;
    list-style: none;
    width: 50%;
    float: left;
}
.inn-col-franchisees{ border: 2px solid #e4e4e4; background: #1b1b1b; padding: 18px;}
.inn-box{ border: 2px dashed #fff; padding: 17px 17px;}

.number-count{ color: #f9a602; font-size: 96px;font-family: 'Rubik';font-weight: 700;line-height: 83px;}
.inn-box h4{ margin: 0px; padding: 20px 0 0; text-align: center; text-transform: uppercase; font-size: 52px;font-family: 'Dosis';font-weight: 700;color: #f9a602;}
.inn-box h4 a{font-family: 'Dosis';font-weight: 700;color: #f9a602; text-decoration: none;}
.inn-box h4 a:hover{font-family: 'Dosis';font-weight: 700;color: #f9a602; text-decoration: none;}
.inn-box p{ margin: 0px; padding: 0px 30px; text-align: center; color: #ffffff; font-size: 18px;font-weight:500;  font-family: 'Montserrat';min-height: 81px;}


.the-opportunity{ }
.selection-process{padding: 60px 0px; background-position: top center; background-repeat: no-repeat; background-size: cover !important; position: relative;overflow: hidden;}
.overlay-bg-white {
    background:rgba(255, 255, 255, 0.92);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.selection-process .heading h3 {
    font-weight: 600;
    padding-bottom: 20px;
}
.selection-process .heading {
    margin-top: 0px;
    position: relative;
    z-index: 2;
    float: none;
}

.franchisees-section {
    position: relative;
    z-index: 1;
}
.franchisees-section ul{ margin:0px; padding: 0px;}
.franchisees-section ul li{ margin:0px; padding: 0px 20px; list-style: none; width: 25%; float: left;}
.contentFranchisees{}
.franchisees-icon{ width:208px; height: 208px; margin: 0 auto 20px; position: relative;transition: all 1s ease;}
.iconinn{ width:208px; height: 208px; display: table-cell; vertical-align: middle; border: 8px solid #4375ce;background: #ffffff;border-radius:150px;text-align: center;transition: all 1s ease; }
.icon-img {
    height: 96px;
    overflow: hidden;transition: all 1s ease;
}
.count-col{ width: 56px; height: 56px; background: #3368c6; border-radius:50px; position: absolute; top: 0; right: 0; transition: all 1s ease;
    color: #ffffff; font-size: 38px;font-family: 'Montserrat';    text-align: center;font-weight:600;line-height: 63px;}

 .contentFranchisees h4{ margin: 0px; padding: 0px 0 18px; font-size: 20px; color: #1b1b1b;font-family: 'Montserrat';font-weight:700; text-align: center;text-transform: uppercase;}
 .contentFranchisees h4 a{ color: #1b1b1b;font-family: 'Montserrat';font-weight:600; text-decoration: none;}
 .contentFranchisees h4 a:hover{ color: #1b1b1b;font-family: 'Montserrat';font-weight:600; text-decoration: none;}
 .contentFranchisees p{ margin: 0px; padding: 0px;text-align:center;color: #666;font-size: 18px; font-family: 'Montserrat';font-weight:600;}
 .icon-img img {
    position: relative;
    top: 0;
    transition: all 1s ease;
    width: auto !important;
    display: inline-block !important;
}


 .franchisees-section ul li:nth-child(odd){
  padding-top:100px;
 }
.selection-process .owl-carousel .owl-item:nth-child(odd){
    padding-top:100px;
   }


 .contentFranchisees:hover .iconinn {
    border-color:#f9a602;
 }
 .contentFranchisees:hover .count-col {
    background: #f9a602;
 }
 .contentFranchisees:hover .icon-img img{
    top: -104px;
 }

 .selection-process:after {
    content: "";
    background: url(../images/boder-bg.png) no-repeat center center;
    width: 1772px;
    height: 320px;
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.content-process{ padding: 55px 0px;}
.content-process p{margin: 0px; padding: 0px 0 24px;color: #666;font-size: 18px; font-family: 'Montserrat';line-height: 28px;font-weight: 500; text-align: center;}
.ready-get-section{ padding: 65px 0px 148px; position: relative;margin-bottom: -130px;}

.ready-get-section h4{ margin: 0px; padding: 0px; color: #1b1b1b; font-size: 40px; text-align: center;font-family: 'Montserrat';font-weight: 700;}
.ready-get-section h4 span{font-size: 62px; color: #f9a602;}

.request-free{ text-align: center; padding: 45px 0 0px;}
.request-free a{ padding: 11px 34px; display: inline-block; background: #394fa3; color: #ffffff;  font-size: 18px;font-family: 'Montserrat';font-weight: 500;
 text-decoration: none; border-radius:5px; }
 .request-free a:hover{ background: #f9a602; color: #ffffff;font-family: 'Montserrat';
    text-decoration: none;}

.owl-nav button.owl-prev{
    border: none;
    width: 52px;
    height: 66px;
    border-radius: 5px;
    background:#4375ce url(../images/arrow-prev.png) no-repeat center center;
    position: absolute;
    top: 50%;
    left: -68px;
}
.owl-nav button.owl-prev span, .owl-nav button.owl-next span{ display: none;}
.owl-nav button.owl-next {
    background: #4375ce url(../images/arrow-next.png) no-repeat center center;
    border: none;
    width: 52px;
    height: 66px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: -68px;
}
.owl-nav button.owl-next:hover {
    background: #f9a602 url(../images/arrow-next.png) no-repeat center center;
}
.owl-nav button.owl-prev:hover{
    background:#f9a602 url(../images/arrow-prev.png) no-repeat center center;
}
.owl-dots {
    display: none;
}

.home_slider.about_inner_banner.banner-second{
    height: 460px;
}

.banner-second .banner-content.second {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 54%;
}

.about-nZone ul {
    margin-bottom: 10px;
    list-style: none;
    display: inline-block;
    padding-left: 0;
	margin-top:15px
}.about-nZone ul li {
    font-family: 'Montserrat';
    font-size: 18px;
    color: #666;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
	text-align: left;
}
.about-nZone ul li:before {
    content: '';
    position: absolute;
    background: url(../images/list-icon.png) no-repeat;
    width: 24px;
    height: 24px;
    left: 0;
}
.why-content h1,.why-content h2,.why-content h3,.why-content h4, .why-content h5{text-align:center}
.why-content ul {
    margin-bottom: 30px;
    margin-top: 30px;
}


.home .about-nZone ul {
    counter-reset: my-badass-counter;
}
.home .about-nZone ul li{
    padding-left: 35px;
}
.home .about-nZone ul li:before {
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    position: absolute;
    left:0;
    top: 2px;
    color: #f9a602;
    font-size: 14px;
    font-family: 'Montserrat';
    width: 23px;
    height: 23px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #f9a602;
    font-weight: bold;
    line-height: 23px;
    background: none;
}

/** GET FREE REPORT PAGE CSS START **/
.banner-inner-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.get-left-part {
    width: 50%;
}
.get-right-part {
    width: 48%;
}
.get-left-part ul {
    padding: 0px 0px 0px 25px;
}
.get-left-part ul li {
    font-family: 'CenturyGothicStd-Bold';
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
}
.download_btn {
    width: 100%;
    margin-top: 30px;
}
.get-left-part .banner-caption {
    padding-right: 0;
}
.get-right-part img {
    transition: 0.7s;
}
.get-right-part img:hover {
    transform: translateY(-10px);
}

section.get-free-report-form-section .heading {
    text-align: center;
}
section.get-free-report-form-section ul.gform_fields {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0 !important;
    list-style-type: none !important;
}
section.get-free-report-form-section ul.gform_fields .halfleft, section.get-free-report-form-section ul.gform_fields .halfright {
    width: 49% !important;
}

section.get-free-report-form-section ul.gform_fields .halfleft input, section.get-free-report-form-section ul.gform_fields .halfright input, section.get-free-report-form-section ul.gform_fields select {
    width: 100% !important;
    border-radius: 4px;
    border: solid 1px rgba(119, 119, 119, 0.5) !important;
    height: 50px;
    padding: 6px 15px;
    font-size: 16px !important;
    font-weight: 500;
    color: #666666;
    background: rgba(232, 232, 232, 0.5);
    appearance: none!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    box-shadow: none !important;
    font-family: 'Montserrat' !important;
    margin-top: 0;
}
section.get-free-report-form-section .gform_wrapper ul.gform_fields li.gfield select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(232, 232, 232, 0.5) url(../images/select-arrow.png) no-repeat !important;
    background-position: 97% 50% !important;
	width: 100% !important;
    border-radius: 4px;
    border: solid 1px rgba(119, 119, 119, 0.5) !important;
    height: 50px!important;
    padding: 6px 15px;
    font-size: 16px !important;
    font-weight: 500;
    color: #666666;
    appearance: none!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    box-shadow: none !important;
    font-family: 'Montserrat' !important;
    margin-top: 0;
}
section.get-free-report-form-section ul.gform_fields textarea {
    width: 100% !important;
    border-radius: 4px;
    border: solid 1px rgba(119, 119, 119, 0.5) !important;
    height: 140px;
    padding: 6px 15px;
    font-size: 16px !important;
    font-weight: 500;
    color: #666666;
    background: rgba(232, 232, 232, 0.5);
    appearance: none!important;
    -moz-appearance: none!important;
    -webkit-appearance: none!important;
    box-shadow: none !important;
    font-family: 'Montserrat' !important;
    margin-top: 0;
}
section.get-free-report-form-section .gform_footer.top_label input {
    border-radius: 50px;
    padding: 12px 36px !important;
    color: #fff;
    background: #3368c6;
    font-family: 'Dosis';
    font-size: 18px;
    font-weight: 500;
    float: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 55px !important;
    line-height: 1;
    cursor: pointer;
    border: 0 !important;
	font-family: 'Dosis';
    font-weight: 700;
    font-size: 20px;
}

section.get-free-report-form-section {
    padding-bottom: 40px;
}
body .get-free-report-form-section .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 49% !important;
    padding: 0;
    width: 49% !important;
    border: none !important;
    background: transparent;
}

body .get-free-report-form-section .gform_wrapper.gform_validation_error .gform_body ul li#field_8_5.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    width: 100% !important;
}
section.get-free-report-form-section .heading {
    margin-bottom: 30px;
}
/** GET FREE REPORT PAGE CSS END **/
