@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeueRegular.woff2') format('woff2'),
        url('../fonts/BebasNeueRegular.woff') format('woff'),
        url('../fonts/BebasNeueRegular.ttf') format('truetype'),
        url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
	font-family: 'Montserrat', sans-serif;
}

html,body {
	height: 100%;
}

/** Navigation **/
.navbar.navigation {	
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 5px 0;
	margin: 0;
	min-height: auto;
	border-radius: 0;
	background: #fff;
}
.navbar.navigation:after {
	content: '';
	height: 12px;
	width: 100%;
	background-image: url('../images/nav-shad.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
}
.navbar.navigation.nav-scroll {
    
    border-bottom: 1px solid rgba(12, 12, 12, 0.04);
    /*position: fixed;*/
    top: -50px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.navbar.navigation.nav-scroll a.custom-logo-link img {
	/*max-height: 45px;*/
}

.navbar.navigation .container {
	padding-left: 0;
	padding-right: 0;
}
a.custom-logo-link {
    display: table;
    max-width: 100%;
    padding: 0;
}
a.custom-logo-link img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 70px;
}

.nav-burger {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	left: 0;
}
.navbar.navigation .navbar-nav > li > a { 
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	outline: 0 none; 
	position: relative; 
	text-transform: uppercase;
	-webkit-transition: all .3s ease-in-out; 
	-moz-transition: all .3s ease-in-out; 
	-o-transition: all .3s ease-in-out; 
	transition: all .3s ease-in-out;
}
.navbar.navigation .navbar-nav > li.current-menu-item > a,
.navbar.navigation .navbar-nav > li > a:focus, 
.navbar.navigation .navbar-nav > li > a:hover { 
	background: none;
}

.navbar.navigation .navbar-nav > li > a:before,
.navbar.navigation .navbar-nav > li > a:after {
	content: '';
	
	-moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	
    -webkit-transition: all .35s ease-in-out; 
	-moz-transition: all .35s ease-in-out; 
	-o-transition: all .35s ease-in-out; 
	transition: all .35s ease-in-out;

	position: absolute;  
	display: none; 
	left:0; 
	right: 0;
    
	margin: auto;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.navbar.navigation .navbar-nav > li > a:before {
	border-bottom: 5px solid #44a216;
	top: 0;
}

.navbar.navigation .navbar-nav > li > a:after {
	border-top: 5px solid #db0000;
	bottom: 0;
}


.navbar.navigation .navbar-nav > li > a.current-item:before,
.navbar.navigation .navbar-nav > li.current-menu-item > a:before,
.navbar.navigation .navbar-nav > li > a:hover:before,
.navbar.navigation .navbar-nav > li > a.current-item:after,
.navbar.navigation .navbar-nav > li.current-menu-item > a:after,
.navbar.navigation .navbar-nav > li > a:hover:after{
	display: block;
}

/** **/
.bar-cols {
	display: block;
	vertical-align: middle;
	position: relative;
	top: -2.5px;
	margin: 0;
	border: none;
}
.bar-rows {
	width: 25px;
	height: 2px;
	background-color: #009561;
	display: block;
}
.bar-rows+.bar-rows {
	margin-top: 4px;
}
.bar-cols .bar-rows:nth-of-type(2) {
	top: 1px;
}

.bar-cols .bar-rows:nth-of-type(3) {
  	top: 2px;
}

.bar-cols .bar-rows {
	position: relative;
	transition: all 200ms ease-in-out;
}

.bar-cols.active .bar-rows:nth-of-type(1) {
	top: 7px;
	transform: rotate(45deg);
}

.bar-cols.active .bar-rows:nth-of-type(2) {
	background-color: transparent;
}

.bar-cols.active .bar-rows:nth-of-type(3) {
	top: -5px;
	transform: rotate(-45deg);
}

.social-form-list > li {
	float: left;
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #000000;
}
.social-form-list > li:first-child {
	border-left: 0;
}
.social-form-list > li a {
	font-size: 22px;
	color: #000000;
}


/* Banner */
.banner-section { 
	position: relative; 
	z-index: 5;
	width: 100%;
}
/*.banner-section .item:after {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.35);
	position: absolute;
	z-index: 0;
}*/
.banner-section .item > a > img,
.banner-section .item > img,
.banner-section .carousel-inner > .item > img { 
	background-size: cover; 
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
}

.banner-section .carousel-caption {
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: none;
	padding-top: 0;
	padding-bottom: 0;	
}

@media(min-width: 768px){
	.banner-section .carousel-caption {
		top: 50%;	
		bottom: auto;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
}

.banner-section .carousel .carousel-control {
	background: none; 
	border: none; 
}

.banner-section .left.carousel-control,
.banner-section .right.carousel-control {
	text-align: center; 
	z-index: 999; 
	margin: auto; 
	display: inline-block; 
	width: 40px;
	height: 65px;
	line-height: 65px;
	text-shadow: none;
	background-color: rgba(0,0,0,0.5);
	font-size: 40px;
	color: #ffffff;
}
.banner-section .left.carousel-control {  
	left: 0;
}
.banner-section .right.carousel-control {  
	right: 0;
}
.banner-section .carousel-control img { 
	margin-left: auto; 
	margin-right: auto; 
}
.btn-icon {
    height: 22px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.banner-section .carousel .carousel-indicators li {
	background-color: transparent;
	border: 1px solid transparent;
	width: 20px;
	height: 20px;
	line-height: 15px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 2.5px;
	position: relative;
	text-indent: initial;
}

.banner-section .carousel .carousel-indicators li:after {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #a6c2ab;
	display: inline-table;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.banner-section .carousel .carousel-indicators li:hover:after,
.banner-section .carousel .carousel-indicators li.active:after {
	background-color: #ffffff;
}

/** **/
.murge-img {
	width: 55px;
	height: 40px;
	display: block;
	background-image: url('../images/glogo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.murge-img:before,
.murge-img:after {
	content: '';
	display: block;
	width: 150px;
	height: 3px;
	background-color: #f3b200;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
}
.murge-img:before {
	right: 100%;
}
.murge-img:after {
	left: 100%;
}
.about-figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/** **/
.steps-rows {
	background-color: #000000;
}
.list-steps > li {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #ffffff;
	position: relative;
	padding-left: 105px;
	margin-bottom: 30px;
}
.list-steps > li:last-child {
	margin-bottom: 0;
}
.list-steps > li .left-sort {
	font-weight: 700;
	font-size: 54px;
	line-height: 55px;
	font-family: 'Montserrat', sans-serif;	
	color: #ffffff;
	
}
.list-steps > li h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;	
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.left-sort {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 55px;
}

/** **/
.steps-rows {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.about-box-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;	
	color: #6f6f6f;
}
.about-box {
	height: 100%;
	background-color: #f9f9f9;
}
.about-box-content {
	padding: 30px;
}

/** **/

.address-contacts {
	position: relative;
	padding-left: 60px;
}
.address-icons {
	position: absolute;
	left: 0;
	top: 3px;
}
.address-icons {
	font-size: 35px;
	color: #db0000;
}
.address-head {
	font-weight: 400;
	font-size: 42px;
	line-height: 45px;
	font-family: 'Bebas Neue', sans-serif;	
	color: #38a401;
}
.address-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;	
	color: #6f6f6f;
	margin-top: 5px;
}
.address-text a {
	color: #6f6f6f;
}
.shad-img {
	padding: 20px 0;
	text-align: center;
}

/*** ***/
.footer {
	background-color: #1c3345;
}
.footer-up {
	padding: 50px 0 30px;
}
.footer-head {
	font-weight: 400;
	font-size: 35px;
	line-height: 40px;
	font-family: 'Bebas Neue', sans-serif;	
	color: #45c704;
	margin-bottom: 20px;
}
.list-footer > li {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;	
	color: #ffffff;
	position: relative;
	margin-bottom: 10px;
}
.list-footer > li a {
	color: #ffffff;
	
}
.list-a > li {
	padding-left: 20px;
}
.list-a > li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}

.footer-down {
	padding: 25px 0;
}
.copy-right {
	font-weight: 400;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #ffffff;
}

.copy-right a {
	color: #ffffff;
}

.error {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #c00;
}

.thankyou-header {
    position: relative;
	padding: 15px 0;
	border-bottom: 1px solid #f3b200;
}
.thank-you-section .custom-logo-link img, 
.thank-you-section .custom-logo-link {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.text-contents {
	font-weight: 400;
	font-size: 15px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;	
	color: #6c6c6c;
}
.text-contents a {
	color: #6c6c6c;
}
.text-contents ol {
	list-style-type: decimal;
	margin-left: 30px;
}

.text-contents ul {
	list-style-type: disc;
	margin-left: 30px;
}

.text-contents h2 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}


/** **/
.site-link-list li {
    display: block;
	position: relative;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #9f9f9f;
}
.site-link-list li:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #db0000;
	position: absolute;
	left: 0;
	top: 8px;
}
.site-link-list li:last-child {
	border-bottom: 0;
}
.site-link-list li a {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #494949;
    text-decoration: none;
    position: relative;
    text-transform: capitalize;
}
.site-link-list li a:hover {
	color: #db0000;
}

/** **/
.table-a .table {
	border-collapse: separate;
    border-spacing: 1px;
}
.table-a .table tbody tr {
	background-color: #f7f7f7;
}
.table-a .table tbody tr:nth-child(2n+2) {
	background-color: #ecebeb;
}
.table-a .table td, 
.table-a .table th {
	font-family: 'Montserrat', sans-serif;	
	border: 0;
}
.table-a .table th {
	vertical-align: top;
	border: 0;	
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	background-color: #234f9a;
	color: #ffffff;
	padding: 15px;
	text-transform: uppercase;
}

.table-a .table th small {
	display: block;
	font-size: 70%;
}
.table-a .table td {
	border-color: #ffffff;
	font-size: 15px;
	color: #494949;
	padding: 15px;
	line-height: 25px;
}

/** **/
.bg-team {
	background-color: #f9f9f9;
}
.team-box {
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,.075);
	min-height: 150px;
	background-color: #ffffff;
}
.team-img {
	width: 170px;
	height: 170px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-bottom: 30px;
	overflow: hidden;
}
.team-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.team-head {
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	color: #494949;
}
.team-text {
	font-family: 'Montserrat', sans-serif;	
	font-size: 15px;
	color: #494949;
	line-height: 1.75;
}



/* Accordian */
.panel-group .panel {
    border-radius: 0;
    border: none;
	box-shadow: none;
	background-color: transparent;
}
.panel-default .panel-title {
	font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #494949;
}
.panel-default .panel-title a {
	text-decoration: none;
}
.panel-default>.panel-heading {
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #f9f9f9;
}

.panel-default>.panel-heading a {
	display: block;
	padding: 15px;
	position: relative;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}
.panel-default .panel-body {
	font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #494949;
	padding: 15px;
}
.panel-default .panel-body a {
	color: #fe6901;
}
.panel-default>.panel-heading a:after {
	content: "";
	position: absolute;
	top: 25px;
	right: 15px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
	color: #f3b200;
	font-size: 14px;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
	background-color: #f9f9f9;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/** **/
.blog-big-thumb img{
	margin-left: auto;
	margin-right: auto;
}
.blog-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #6c6c6c;
}
.blog-content p {
	margin-bottom: 15px;
}

.blog-content ul > li {
	position: relative;
	padding-left: 25px;
	border-bottom: 1px dashed #9f9f9f;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.blog-content ul > li:last-child {
	border-bottom: 0;
}
.blog-content ul > li:before {
	content: '';
	background-color: #db0000;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 5px;
	top: 9px;
}
.blog-content a {
	color: #fe6901;
}



.got-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	color: #6c6c6c;
}
.got-content p {
	margin-bottom: 15px;
}

.got-content ul > li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.got-content ul > li:before {
	content: '';
	background-color: #db0000;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 5px;
	top: 9px;
}
.got-content a {
	color: #fe6901;
}


/** **/
.testimonials-bg {
	background-color: #f2f2f2;
}
.testi-thumb {
	width: 167px;
	height: 167px;
	border-radius: 50%;
	border: 3px solid #f3b200;
	overflow: hidden;
}
.testi-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testi-head {
	font-weight: 600;
	font-size: 22px;
	color: #494949;
}
.testi-hr {
	background-color: #f3b200;
	height: 3px;
	border: none;
	margin: 15px 0;
	max-width: 70px;
	border-radius: 5px;
}
.testi-text {
	font-size: 16px;
	line-height: 30px;
	color: #494949;
}

/****** *******/
.owl-carousel.owl-drag .owl-item > div {
	padding: 7px;
}

.testimonials-crousel.owl-theme .owl-nav .owl-prev, 
.testimonials-crousel.owl-theme .owl-nav .owl-next {
	position: absolute;
	height: 20px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}
.testimonials-crousel.owl-theme .owl-nav .owl-prev:hover, 
.testimonials-crousel.owl-theme .owl-nav .owl-next:hover {
	background-color: transparent;
}

.testimonials-crousel.owl-theme .owl-nav .owl-prev i, 
.testimonials-crousel.owl-theme .owl-nav .owl-next i {
	font-size: 3rem;
	color: #ff0000;
}
.testimonials-crousel.owl-theme .owl-nav .owl-prev {
	left: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.testimonials-crousel.owl-theme .owl-nav .owl-next {
	right: -15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/** **/
.follow-step {
	background-color: #314a54;
}
.shad-b {
	padding-top: 30px;
	padding-bottom: 15px;
}
.shad-b img {
	margin-left: auto;
	margin-right: auto;
}

.mantra-img img {
	margin-left: auto;
	margin-right: auto;
}


.mantra-content {
	position: relative;
	padding-left: 105px;
	margin-bottom: 30px;
}
.mantra-number {
	font-weight: 700;
	font-size: 54px;
	line-height: 55px;
	font-family: 'Montserrat', sans-serif;	
	color: #ffffff;
}
.mantra-number {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 55px;
}
.mantra-head {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Oswald', sans-serif;	
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.mantra-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #ffffff;
}
.mantra-ul > li {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
}
.mantra-ul > li:before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
}
.smartphoto {
    z-index: 1000 !important;
}


/** **/
.indexBg {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #04224c;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url('../images/web_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.index-box {
	min-height: 100%;
	position: relative;
	z-index: 10;
}
.index-row {
	flex: 1;
}
.index-content {
	padding-top: 20px;
	padding-bottom: 20px;
}
.index-img img {
	max-width: 375px;
	margin-left: auto;
	margin-right: auto;
}
.index-logo img{
	max-width: 175px;
	margin-left: auto;
	margin-right: auto;
}
.list-content > li {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.75;
	font-family: 'Montserrat', sans-serif;	
	color: #ffffff;
	min-height: 20px;
	padding-left: 30px;
	background-image: url('../images/list-arrow.png');
	background-position: left 4px;
	background-repeat: no-repeat;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #ffffff;
}

/*** **/
.index-footer {
	padding-top: 15px;
	padding-bottom: 15px;
}
.index-copy-right {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #ffffff;
}
.download-app-home {
    background-color: #21335A;
}
.download-heading {
  /*  font-weight: 700;*/
    font-size: 25px;
    line-height: 35px;
    font-family: 'Bebas Neue', sans-serif;
    color: #E1A300;
}
.download-heading2 {
   /* font-weight: 700; */
    font-size: 30px;
    line-height: 35px;
    font-family: 'Bebas Neue', sans-serif;
    color: #E1A300;
}
.download-heading3 {
  /*  font-weight: 700; */
    font-size: 25px;
    line-height: 35px;
    font-family: 'Bebas Neue', sans-serif;
    color: #FFF;
}
.download-block{
    padding: 15px 0px;
}





/** **/
.blog-box {
	margin-bottom: 30px;
}
.blog-box a {
	text-decoration: none;
	color: #494949;
}
.blog-img {
	margin-bottom: 15px;
}
.blog-head {
	font-size: 22px;
	color: #494949;
	font-weight: 600;
}
.blog-text {
	font-size: 15px;
	line-height: 1.75;
	color: #494949;
}
.blog-btn {
	margin-top: 15px;
}

/*** ***/
.stay1-box {
	display: flex;
}
.stay-con {
	background-color: #233657;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
.stay1-icon {
	flex: 0 0 auto;
	margin-right: 15px;
}
.stay1-head-a {
	font-weight: 700;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 30px;
	color: #f3b200;
}
.stay1-head-a1 {
	font-weight: 700;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 5px;
}
.stay1-text-a {
	font-weight: 700;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 22px;
	color: #f3b200;
}

/** **/
.stay1-br {
	border-right: 1px solid #ffffff;
}
.stay1-forms {
	display: flex;
	margin-top: 15px;
}
.stay1-input-group {
	flex: 1;
	margin-right: 15px;
}
.stay1-input {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;
	color: #6f6f6f;
	box-shadow: none;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-radius: 0;
	height: 45px;
}

.donlod-subhead-a {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 30px;
	color: #f3b200;
}
.donlod-subhead-a1 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 26px;
	color: #314a54;
}
.donlod-subhead-a2 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 20px;
	color: #f3b200;
}


.download-steps .mantra-number {
	position: relative;
}
.download-steps .mantra-content {
	padding-left: 0;
}


#FrontShow .modal-dialog {
	width: 75%;
	margin: auto;
}
#FrontShow .close {
	position: absolute;
	right: 8px;
	top: 0;
	z-index: 100;
	font-size: 40px;
	color: #ffffff;
	font-weight: 200;
	opacity: 1;
}

#FrontShow .index-bgfull{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #04224c;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url('../images/web_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
#FrontShow .index-panel {
	position: relative;
	z-index: 10;
}
#FrontShow .index-content {
	padding: 30px;
}


/*** ***/
.knowledge-tabs .nav-tabs {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.knowledge-tabs .nav-tabs > li {
	margin-bottom: 0;
}
.knowledge-tabs .nav-tabs > li > a:hover,
.knowledge-tabs .nav-tabs > li.active > a {
	background-color: #f3b200;
	color: #000000;
}
.knowledge-tabs .nav-tabs > li > a {
	background-color: #000000;
	color: #ffffff;
	font-weight: 600;
	border-radius: 0;
	border: 0 !important;
	padding: 15px 30px;
	min-width: 250px;
	text-align: center;
	text-transform: uppercase;
}

.title-head-a {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 35px;
	color: #000000;
}
.hr-sub {
	background-color: #f3b200;
	height: 3px;
	border: none;
	margin: 15px auto;
	max-width: 41px;
	border-radius: 5px;
}

.video-box {
	position: relative;
	margin-bottom: 30px;
}
.video-box img {
	margin-left: auto;
	margin-right: auto;
}
.video-play {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.video-play img {
	margin: auto;
}

.gray-bg {
	background-color: #fafafa;
}

.doc-box {
	background-color: #ffffff;
	padding: 40px 15px 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.075);
	text-align: center;
	margin-bottom: 30px;
}
.doc-box img {
	margin-left: auto;
	margin-right: auto;
}
.soc-shad {
	margin-top: 20px;
	margin-bottom: 10px;
}
.doc-content {
	font-size: 16px;
	color: #494949;
	line-height: 1.5;
}
.doc-content strong {
	font-size: 20px;
}

.hr-doc {
    background-color: #f3b200;
    height: 3px;
    border: none;
    margin: 15px auto;
    max-width: 70px;
    border-radius: 5px;
}
a.btn-view {
	font-weight: 600;
	text-decoration: none;
	font-size: 20px;
	color: #359e00;
}

.doc-box-content {
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Montserrat', sans-serif;	
	color: #6f6f6f;
	padding: 15px 30px;
}

/*** ***/
.blg-box {
	background-color: #ffffff;
	box-shadow: 0 0 30px rgba(0,0,0,0.075);
	text-align: center;
	margin-bottom: 30px;
}
.blg-caps {
	padding: 20px 15px;
}
.blg-content {
	font-size: 16px;
	color: #494949;
	line-height: 1.75;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
}
.blg-head {
	font-size: 20px;
	font-weight: 600;
	color: #494949;
}

.chart-thumb img {
	margin-left: auto;
	margin-right: auto;
}