﻿@charset "utf-8";
/* CSS Document */
@import url('../../../../css2-9');
@import url('../../../../css2-10');
@import url('../../../../css2-11');

@import url('../../../../css2-12');
body {
	font-family: 'Poppins', sans-serif;
font-weight: 400;
font-style: normal;
color: #1d2122;
font-size: 15px;
line-height: 1.6;
}
h1, h2, h3, h4 {
	margin: 10px 0;
	font-family: 'Archivo Black', sans-serif;
}
h3 {
	color: #000;
	font-size: 1.5em;
	font-weight: 600;
	padding-bottom: 10px;
}
h1 {
	color: #000;
	font-size: 45px;
	padding-bottom: 25px;
	line-height: 50px;
	text-align: center;
	margin: 15px 0;
	padding: 0px;
	text-transform: capitalize;
}
.title p {
	margin: 10px 0 0px;
	font-family: 'Archivo Black', sans-serif;
	color: #000;
	text-transform:uppercase;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
}
.title p span {
	font-size: 25px;
	color:#3e4095;
	font-style: normal;
	word-spacing: 1px;
	line-height: 25px;
}
p {
font-weight: 400;
color: #141414;
font-size: 15px;
line-height: 1.6;
}
p span {
	font-weight:600;
	font-size: 16px;
}
.text-style1 {
	font-weight: 600;
    font-size: 20px;
    color: #00a85a;
    font-style: italic;
}
.text-style2 {
	font-weight: 600;
    font-size: 20px;
    color: #000;
}
.witr_slicks_title {
	margin-bottom: 15px;
}
.witr_slicks_title h4 {
	font-size: 45px;
	line-height:50px;
	-webkit-text-stroke: 1px #000;
	-webkit-text-fill-color: transparent;
	color: #ffffff;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=7)";
	margin: 0;
}
hr {
	margin-bottom: 1rem;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid rgba(0,0,0,.1);
}
.grievance-btn{
   padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
	background: #3e4095 !important;
    border: 0px;
    border-radius: 0px;
	margin-right: 10px;
}
.more-info {
	padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    margin-top: 20px;
    color: #fff;
    font-size: 13px;
	background: #00a85a !important;
    border: 0px;
    border-radius: 0px;
	margin-right: 10px;
}
.more-info i {
	margin-left: 5px;
	font-size: 14px;
	font-weight: 700;
}
.more-info:hover {
	background: #1d2122;
	color: #fff;
	text-decoration: none;
}
.top-space {
	margin: 15px 0;
}
.list-style {
	list-style-image: url(../img/bullet.png);
	margin-top: 15px;
	padding: 0 0 0 25px;
}
.list-style li {
	padding: 10px 0;
	color: #000;
}
.list-style li span {
	font-weight: 600;
	color: #00a85a;
}
.clr {
	clear: both;
}
.no-padd {
	padding: 0px;
}
.line {
	height: 4px;
	width: 100%;
	background: url(../img/line.png);
}

/*========Welcome Section=========*/

.welcome {
	padding: 7.0em 0 7.0em;
	background: url("../img/blur-3.png") #fff;
	    background-size: cover;
}
.welcome:before {
    content: url(../img/Points-color.png);
    position: absolute;
    right: 0;
    /*top: 0;*/
    animation: bounce-3 20s infinite;
}

.welcome .title p {
	font-size: 50px;
	font-weight: 700;
	line-height: 70px;
}
.welcome p {
	text-align: left;
}

/*========Welcome Section=========*/

.company {
	padding: 4em 0 7em;
	position: relative;
	z-index: 1;
	    background: #ffffff;
}
.company:before {
    content: url(../img/Points-color.png);
    position: absolute;
    left: 0;
    top: 15;
    animation: bounce-3 20s infinite;
}
.company::after {
    position: absolute;
    height: calc(100% + 100px);
    width: 38.5%;
    content: "";
    bottom: 0;
    right: 0;
    background-color: #3e4095;
    z-index: -1;
}
/*===opportunity Section===*/

.opportunity {
	padding: 5em 0;
	background:url("../img/bg-1.jpg") no-repeat center;
	background-size: cover;
}
.opportunity .text-style {
	padding: 50px;
    border-radius: 5px;
    border: solid 3px #ffffff;
    backdrop-filter: blur(15px);
    background-color: #0000005c;
}
.opportunity .text-style p {
	color: #fff;
	font-size: 21px;
    line-height: 30px;
	text-align: center;
}
.opportunity .text-style h3 {
	color: #fff;
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
}
.opportunity .opportunity-btn {
	background: #14a75f;
	transition: all 0.5s ease-in-out 0s;
	color: #fff;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	margin: 30px auto 0px;
	width: 200px;
}
.opportunity .opportunity-btn:hover {
	background: #fff;
	color: #15263b;
}
.opportunity .witr_slicks_title h4 {
	-webkit-text-stroke: 1px #fff;
	text-align: center;
	opacity: 0.4;
}

/*========about Section=========*/

.about {
	padding: 7.0em 0 7.0em;
	background: url("../img/blur-3.png") #fff;
	    background-size: cover;
}
.about:before {
    content: url(../img/Points-color.png);
    position: absolute;
    right: 0;
    /*top: 0;*/
    animation: bounce-3 20s infinite;
}
.about.title p {
	font-size: 50px;
	font-weight: 700;
	line-height: 70px;
}
.about p {
	text-align: left;
}

/*========vision-key-elements Section=========*/

.vision-key-elements {
	background: #3e4095;
	padding:  5.0em 0 5.0em
}
.vision-key-elements h2, .vision-key-elements p {
	color:#fff;
}
.vision-key-elements li {
	color: #fff;
}
.vision-key-elements .list-style li span {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}
.vision-key-elements .vision-key-box {
	padding: 20px;
    border-radius: 15px;
    border: solid 2px #00a85a;
    backdrop-filter: blur(15px);
    background-color: #2c317d;
	box-shadow:  0 0 0.5rem 0 #00a85a;
}

.vision-key-elements .vision-key-box h3 {
	color: #fff;
    font-size: 22px;
    line-height: 32px;
}

.vision-key-elements .vision-key-box p {
	color: #fff;
}


/*========vision-key-elements Section=========*/

.mission {
	background: #ffffff;
	padding:  5.0em 0 5.0em
}
.mission .list-style li span {
    font-weight: 600;
    color: #000080;
    font-size: 18px;
}
/*========contact Section=========*/
.contactbg {
	padding: 7.0em 0 7.0em;
	background: #fff;
	    background-size: cover;
}
.contact {
	background: #3e4095;
	padding:  5.0em 0 5.0em
}

.icon-box {
	width: 65px;
    margin-bottom: 10px;
    background: #14a75f;
    padding: 12px;
    border-radius: 50%;
}
.icon-box img {
	width:100%;
}

.contact .contact-box {
	padding: 20px;
    border-radius: 15px;
    border: solid 2px #00a85a;
    backdrop-filter: blur(15px);
    background-color: #2c317d;
	box-shadow:  0 0 0.5rem 0 #00a85a;
	margin: 15px 0px;
	min-height: 265px;
}

.contact .contact-box h3 {
	color:#fff;
	font-size: 18px;
    line-height: 23px;
    font-family: 'Poppins';
}

.contact .contact-box p {
	color: #fff;
}
.contact .contact-box .icon-box {
	width: 65px;
    margin-bottom: 10px;
    background: #14a75f;
    padding: 12px;
    border-radius: 50%;
}

/*SR*/
.validation {
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
#sendmessage {
	border: 1px solid #fff;
	display: none;
	text-align: center;
	padding: 15px 12px 15px;
	margin: 10px 0;
	font-weight: 600;
	margin-bottom: 30px;
}
#sendmessage.show, .show {
	display: block;
}
#contact-form {
	position: relative;
	z-index: 999;
}
#contact-form input[type=text], #contact-form input[type=email], .contactForm textarea {
	width: 100%;
	/*background: rgba(227, 231, 228, 1);*/
	background: #ffffff;
	border: 0;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	padding: 0 10px;
}
#contact-form input[type=text]:focus, #contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: #3e4095!important;
	color: #ffffff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text], #contact-form input[type=email] {
	height: 40px;
	margin-bottom: 20px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding: 0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #43413e !important;
}
#contact-form select{ font-size:14px!important;}
#contact-form textarea {
	padding-top: 1em;
}
textarea.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Lato', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*========terms Section=========*/

.terms {
	background: #ffffff;
	padding:  5.0em 0 5.0em
}

/*========inner banner Section=========*/

.inner-banner {
	width: 100%;
	padding: 100px 10px;
}
.inner-banner h2 {
	text-align: center;
    color: #fff;
    font-size: 45px;
	text-transform: capitalize;
}

.inner-banner h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #00a85a;
    position: relative;
    margin: 15px auto;
    border-radius: 5px;
}
.about-banner {
	background: url("../img/about-banner.png") no-repeat;
}
.return-banner {
	background: url("../img/return-banner.png") no-repeat;
}
.businessplan-banner {
	background: url("../img/business-plan-banner.png") no-repeat;
}
.contact-banner {
	background: url("../img/contact-banner.png") no-repeat;
}
.legal-banner {
	background: url("../img/legal-banner.png") no-repeat;
}


/*--------------
Animation
--------------*/
@keyframes bounce-3 {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-50px)
    }

    100% {
        transform: translateY(0)
    }
}

.slide-top {
	-webkit-animation: slide-top 5s linear infinite alternate both;
	animation: slide-top 5s linear infinite alternate both;
}
 @-webkit-keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
@keyframes slide-top {
 0% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 100% {
 -webkit-transform: translateY(-80px);
 transform: translateY(-80px);
}
}
.slide-down {
	-webkit-animation: slide-down 3s linear infinite alternate both;
	animation: slide-down 3s linear infinite alternate both;
}
 @-webkit-keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
@keyframes slide-down {
 0% {
 -webkit-transform: translateY(70px);
 transform: translateY(70px);
}
 100% {
 -webkit-transform: translateY(30px);
 transform: translateY(30px);
}
}
 @-webkit-keyframes MOVE-BG {
0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
 100% {
 -webkit-transform: translateX(88px);
 transform: translateX(88px);
}
}

@media(max-width:1024px) {
.update .update-box .icon {
	font-size: 170px;
	display: block;
	position: absolute;
	top: 0px;
	left: 15%;
	transition: all 0.5s ease-in-out 0s;
}
}

@media(max-width:767px) {
.inner-banner {
    padding: 45px 10px;
    background-size: cover;
}
.inner-banner h2 {
    font-size:30px;
}
.welcome .title p {
    font-size: 30px;
    line-height: 40px;
}
.witr_slicks_title h4 {
    font-size: 30px;
    line-height: 30px;
}
.title p span {
    font-size:18px;
    line-height:20px;
}
.title p {
    font-size: 30px;
    line-height: 40px;
}
.about {
    padding: 3em 0 3em;
}
.opportunity .text-style {
    padding: 30px;
}
.opportunity .text-style h3 {
    font-size: 30px;
}
.opportunity .text-style p {
    font-size: 16px;
    line-height: 20px;
}
.opportunity .opportunity-btn {
    padding: 10px 15px;
    margin: 24px auto 0px;
    width: 150px;
}
.vision-key-elements, .mission {
    padding: 3em 0 3em;
}
.more-info {
    padding: 10px 25px;
    margin-top:10px;
    margin-bottom: 25px;
}
h2, .h2 {
    font-size: 23px;
}
.icon-box {
    width: 50px;
    padding:10px;
}
.contact .contact-box .icon-box {
    width: 50px;
    margin-bottom: 10px;
}
.text-style2 {
    font-size: 16px;
}
.contact .contact-box h3 {
    font-size: 16px;
}
}

.topic-page .page-title {
    display:none;
}




.pt-top{padding-top: 3.0em;}
.franchisee {
	padding: 5.0em 0 5.0em;
	/* background: url("../img/blur-3.png") #fff;
	background-size: cover; */
}

.franchisee.title p {
	font-size: 50px;
	font-weight: 700;
	line-height: 70px;
}
.franchisee p {
	text-align: left;
}
/*form css*/
#description{
	font-size: 24px;
}

.form-wrap{
	background: rgba(255,255,255,1);
	width: 100%;
	/* max-width: 900px; */
	padding: 20px;
	margin: 0 auto;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.form-wrap:before{
	/*content: "";*/
	width: 90%;
	height: calc(100% + 60px);
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	background: #00b462;
	z-index: -2;
	opacity: 0.8;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.form-group{
	margin-bottom: 25px;
}
.form-group > label{
	
	font-size: 18px;	
	color: #000;
}
.custom-control-label{
	color: #000;
	font-size: 16px;
}
.default-label{display: block;
	font-size: 14px;
	font-weight: bold; margin-right: 6px;	
	color: #000;}
.show-inline{display: inline-flex;}
.label-pos{vertical-align: top; width: 150px; text-align: right;}
.label-pos-l{vertical-align: top; width: 150px; text-align: left; padding-left: 10px;}
.border-bot{border-bottom: 1px solid rgb(207, 207, 207);}
/* tr:nth-child(even) {
	background-color: #D6EEEE;
  } */
  td {
	padding-top: 10px;
	padding-bottom: 10px;
  }
.form-control{
	height: 35px;
	background: #ecf0f4 !important; 
	border-color: transparent !important;
	padding: 0 15px;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    border : 1px solid #ccc;
}
.form-control:focus{
	border-color: #00b462;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}
textarea.form-control{
	height: 160px;
	padding-top: 15px;
	resize: none;
}

/*form css end*/
/*form css card*/
.card {
	display: block; 
	  margin: 30px 0px;
	  line-height: 1.42857143;
	  background-color: #fff !important;
	  border-radius: 10px;
	  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
	  transition: box-shadow .25s; padding:30px;
  }
  .card:hover {
	box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  }
  .img-card {
	width: 100%;
	height:auto;
	border-radius:20px;
	display:block;
	  overflow: hidden;
  }
  .img-card img{
	width: 100%;
	height: auto;
	object-fit:cover; 
	transition: all .25s ease;
  } 
  .card-body{text-align: center;}
  .card-content {
	padding:15px;
	text-align:left;
  }
  .card-title {
	margin-top:0px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.65em;
  }
  .card-title a {
	color: #000;
	text-decoration: none !important;
  }
  .card-read-more {
	border-top: 1px solid #D4D4D4;
  }
  .card-read-more a {
	text-decoration: none !important;
	padding:10px;
	font-weight:600;
	text-transform: uppercase
  }
/*form css card end*/
.terms h2:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #00a85a;
    position: relative;
    border-radius: 5px;
}
/*********payment method****************************/
.payment{
	padding: 7.0em 0 2.0em;
    background: #fff;
    background-size: cover;
}
.payment .contact-box {
	padding: 20px;
    border-radius: 15px;
    border: solid 2px #00a85a;
    backdrop-filter: blur(15px);
    background-color: #ffffff;
	box-shadow:  0 0 0.5rem 0 #00a85a;
	margin: 15px 0px;
	min-height: 241px;

}

.payment .contact-box h3 {
	color:#000;
	font-size: 18px;
    line-height: 23px;
    font-family: 'Poppins';
}

.payment .contact-box p {
	color: #333;
}
.payment .contact-box .icon-box {
	width: 65px;
    margin-bottom: 10px;
    background: #14a75f;
    padding: 12px;
    border-radius: 50%;
}