/*========================================== MASTER STYLESHEET ===========================================================

	Project     :	EMAIL TEMPLATE - Help Document LANDING PAGE
	Version     :	1.0
	Last Change : 	28/03/2022
	Primary Use :   EMAIL TEMPLATE - Help Document LANDING PAGE

====================================================================================================================*/

/*========================================== LAYOUT ===================================================================

	 1.GLOBAL CSS
	 2.COMMON CSS3
	 3.NAVIGATION
	 4.BUTTON
	 5.HEADER
	 6.LEAGUE GAME
	 7.COUNTDOWN
	 8.PORTFOLIO
	 9.SUBSCRIBE
	 10.TESTIMONIAL
	 11.TRAINING
	 12.CONTACT
	 13.FOOTER
	 14.MEDIA QUERIES
	
		
======================================================================================================================*/

/*========================================== COLOR CODES ===============================================================

	Background         :#ffffff [White]
	Theme Color-1      :#FF9902 [Pink]
	Theme Color-2      :#183446 [Dark Blue]
	Content Color      :#333333 [Black]

================================================================================================================*/

/*========================================== TYPOGRAPHY =====================================================

	Heading:font-family: 'Roboto', sans-serif , Arial , Vedana , 'Trebuchet MS';
	Body   :font-family: 'Open Sans', sans-serif;

====================================================================================================================*/

/*========================================== 1.GLOBAL CSS START ===========================================*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

 body {
	background: #ffffff;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 auto;
	max-width: 1400px;
}
html {
  scroll-behavior: smooth;
}
nav {
	max-width: 1400px;
}
p {
	margin-bottom: 0px;
}
h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 60px;
	color: #333333;
	letter-spacing: 1.2px;
	;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	font-weight: 400;
	line-height: 50px;
	color: #333333;
	letter-spacing: 1.2px;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	color: #333333;
	letter-spacing: 1.2px;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	color: #333333;
	letter-spacing: 1.2px;
}
h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	letter-spacing: 1.2px;
}
h6 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #333333;
	letter-spacing: 1.2px;
}
/* SAFARI CLASS */

.rowsafari {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit !important;
	text-decoration: none !important;
	outline: none !important;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
button:focus {
	outline: 0px;
}
/*================================================= 1.GLOBAL CSS END ===================================================*/

/*========================================== 2.COMMON CSS START ===========================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0px;
}
.display-table {
	display: table;
}
.display-table-cell {
	display: table-cell;
}
.no-padding {
	padding: 0px;
}
.section-space {
	padding: 80px 0px 80px 0px;
}
.section-margin-bottom {
	margin-bottom: 15px;
}
.section-padding-bottom {
	padding-bottom: 30px;
}
.img-margin-bottom {
	margin-bottom: 20px;
}
.lt-space {
	letter-spacing: 1px;
}
.intro-content {
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 1px;
}
.bg-img-property {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.theme-color {
	color: #FF9902;
}
.section-grp-margin-bottom {
	margin-bottom: 10px;
}
.section-white-bg {
	background-color: #ffffff;
}
.section-gray-bg {
	background-color: #f5f5f5;
}
.section-dark-bg {
	background-color: #666666;
}
.section-width {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
.margin-auto {
	margin: 0 auto;
}
.width-100 {
	width: 100%;
}
.mar-right {
	margin-right: 10px;
}
.pad-right {
	padding-right: 10px;
}
.padding-right {
	padding-right: 30px;
}
.line-height {
	line-height: 0px;
}
nav {
	margin: 0 auto;
	max-width: 1400px;
}
.pad-right-15 {
	padding-right: 15px;
}
/*========================================== 2.COMMON CSS END ===========================================*/

/*================================================= 3.NAVIGATION START ==============================================*/

.nav-style {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	letter-spacing: 1px;
	font-family: 'Roboto';
	padding: 36px 15px !important;
	color: #ffffff !important;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	z-index: 1;
}

.nav-style:hover {
	color: #ff6a01 !important;
}

.fixed-top {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}


.fixed-top .menu-phone::after,
.fixed-top .nav-style { 
color: #333333 !important;
}

.dropdown-item {
	font-family: 'Roboto';
	font-size:12px;
}

.navbar-expand-lg .nav-style {
    padding: 15px 12px !important;
}

.nav-item.dropdown {
	padding-left:0;
}


.logo-style {
	padding: 8px 0px;
}
.nav-color {
	background-color: transparent;
	
}

.nav-color.fixed-top {
	background-color: #ffffff;
	z-index:99999;
}
.navbar-nav {
	float: right !important;
}
.navbar-dark .navbar-nav .active > .nav-style::before,
.navbar-dark .navbar-nav .nav-style.active::before,
.navbar-dark .navbar-nav .active > .nav-style,
.navbar-dark .navbar-nav .nav-style.active,
.navbar-dark .navbar-nav .nav-style.show,
.navbar-dark .navbar-nav .show > .nav-style {
	color: #ffffff !important;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #FF9902 !important;
}
.navbar-light .navbar-nav .nav-item.dropdown.active .nav-link  .dropdown-menu li.active a.dropdown-item {
	color: #FF9902 !important;
}


.content-style {
	padding: 10px 0px;
}

.menu-phone {
	position:relative;
	padding-left:30px;
}

.menu-phone::after {
	 content: "\f095";
	 font-family:fontawesome;
	position:absolute;
	left: 20px;
color: #ffffff;
top: 15px;
pointer-events: none;
}

.menu-phone:hover::after,
.menu-phone:hover {
	color:#FF9902;
}



/*========================================= 3.NAVIGATION END ===========================*/

/*===================================== 4.BUTTON AREA START =============================*/

.boxed-btn {
	display: inline-block;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	padding: 0px 15px;
	transition: all 0.3s ease-in;
	letter-spacing: 1px;
	line-height: 40px;
	color: #ffffff !important;
	background-color: #FF9902;
	border: 1px solid #FF9902;
	font-family: Roboto;
	border-radius:5px;
}
.boxed-btn-1 {
	display: inline-block;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	padding: 0px 15px;
	transition: all 0.3s ease-in;
	letter-spacing: 1px;
	line-height: 40px;
	color: #FF9902 !important;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	font-family: Roboto;
	border-radius:5px;
}
.btn-wrapper {
	margin-top: 30px;
}
.boxed-btn-1:hover {
	background-color: transparent;
	color: #ffffff !important;
	border: 1px solid #ffffff;
}
.boxed-btn:hover {
	background-color: transparent;
	color: #FF9902 !important;
	border: 1px solid #FF9902;
}
.btn-right-align {
	margin-right: 15px;
}
/*================================== 4.BUTTON AREA END ===================================*/

/*========================================= 5.HEADER AREA START ==========================*/


.content-box  .membership-title {
	background-color:#479761;
	position: relative;
	padding: 40px 20px;
	outline: 1px solid #479761;
	outline-offset: 10px;
	margin-bottom:50px;
}

.coupon-code-bg{
	background-color: #c5e0d9;
	padding: 15px 20px;
	text-align: center;
	display: table;
	margin: 0 auto;
}
.coupon-code-bg span{
	color: #8f4841;
	font-weight: 600;
}
.membership-btn-div{
	display: table;
	margin:0 auto;
}
.membership-btn-div li{
	display: table-cell;
	padding-top: 40px;
}
.membership-divi-page-btn-1{
    font-size: 14px;
    background-color: #479761 !important;
    padding: 10px 20px;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff !important;
    border-radius: 50px !important;
	margin-right: 30px;
}
.membership-divi-page-btn-1:hover{
	 color: #ffffff !important;
}
.membership-divi-page-btn-2{
	font-size: 14px;
	background-color: transparent !important;
	padding: 10px 20px;
	line-height: 30px;
	font-weight: 400;
	color: #479761 !important;
	border-radius: 50px !important;
	border: 1px solid #479761;
}
.membership-divi-page-btn-2:hover{
	 color: #479761 !important;
}
/* Header*/

.any-list{
	list-style: disc;
}
.access-list{
	list-style: none;
}
.margin-top30{
	margin-top: 30px;
}
.header-bg {
	background-color:#444444;
	padding-bottom:150px;
}

.header-bg,
.header-bg-img {
	position:relative;
}

.header-bg-img {
	background-image: url("../../images/1920x800.jpg");
	background-color:#333333;
	padding: 0px 0px 50px 0px;
}
.header-left-col {
	text-align:center;
	padding-top: 80px;
	padding-bottom: 20px;
}

.header-left-col h1 {
	padding-bottom:0px;
	color:#ffffff;
}

.header-left-col h1 span  {
	color:#FF9902;
}

.header-left-col .intro-content {
	color:#ffffff;
}

.content-box {	
	margin-bottom:100px;
	margin-top:100px;
}

.content-box  .title {
	background-color:#2a9696;
	position: relative;
	padding: 40px 20px;
	outline: 1px solid #2a9696;
	outline-offset: 10px;
	margin-bottom:50px;
}

.content-box  h2{
	color:#ffffff;
	text-align:center;
}

#documenter_nav li a:before {
	 color: #666666;
    content: "\f178";
    font-family: Fontawesome;
    font-size: 14px;
    padding-right: 15px;
	position:absolute;
	left:0;
	top:0;
	transform:translateY(0);
}

#documenter_nav li a {
	position:relative;
	padding-left:30px;
}

#documenter_nav li {
	padding:10px 0;
	border-bottom:1px solid #dddddd;
}

.content {
			width: 75%;
			float: left;
			position: relative;
		}

		.leftSidebar {
			width: 25%;
			float: left;
			padding: 0 30px 0 0;
			position: relative;
			
		}

		.rightSidebar {
			width: 25%;
			float: right;
			padding: 0 0 0 30px;
			position: relative;
		}
		
		button {
			margin: 0 0 30px 0;
		}
			
.wrapper{
	/*max-width: 1200px;*/
	padding: 0 30px 0 0px;
	margin: 0 auto;
	overflow: auto;
}

.box {
	margin: 0 0 30px 0;
	padding: 30px;
	background: #f1f1f1;
	border-radius: 5px;
	display:table;
}

.intro-author {
	text-align:left;
}

.intro-author p {
	font-weight:600;
	font-size:16px;
	letter-spacing:1px;
	color:#666666;
}

.intro-author p a {
	color:#2a9696;
}
.img-step-row p {
	color:#2a9696;	
	text-align:center;
	padding-top:15px;
	font-size:22px;	
}

.img-step-row .col-lg-4 {
	padding-bottom:30px;
}

.inner-list {
	padding-top:5px;
}

.inner-list li {
	list-style:lower-roman;
}

/* Gallery page Start */


.gallery-box img,
.gallery-box:after,
.gallery-box:before {
	width: 100%;
	transition: all .3s ease 0s;
}

.gallery-box:after,
.gallery-box:before {
	content: "";
}

.gallery-box {
	overflow: hidden;
}

.gallery-box .icon,
.gallery-box .gallery-title {
	margin: 0;
	position: absolute;
}

.gallery-box {
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	position: relative
}

.gallery-box:after,
.gallery-box:before {
	height: 50%;
	/* background: rgba(0, 0, 0, .5); */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform-origin: 100% 0;
	transform: rotateZ(90deg)
}

.gallery-box:after {
	top: auto;
	bottom: 0;
	transform-origin: 0 100%
}

.gallery-box:hover:after,
.gallery-box:hover:before {
	transform: rotateZ(0)
}

.gallery-box img {
	height: auto;
	transform: scale(1) rotate(0)
}

.gallery-box:hover img {
	background-color: rgba(255,255,255,0.4);
	/*transform: scale(1.3) rotate(10deg)*/
}

.gallery-box .gallery-title {
	bottom: 10px;
	left: 10px;
	opacity: 0;
	z-index: 2;
	transform: scale(0);
	transition: all .5s ease .2s
}

.gallery-box h3 {
	font-size: 20px;
	color: #fff;
}

.gallery-title h6 {
	font-size: 16px;
	color: #fff;
}

.gallery-title p {
	font-size: 14px;
	color: #fff;
}

.gallery-box:hover .gallery-title {
	opacity: 1;
	transform: scale(1)
}

.gallery-box .icon {
	padding: 7px 5px;
	list-style: none;
	background: rgba(0,0,0,0.5);
	border-radius: 0 0 0 10px;
	top: -100%;
	right: 0;
	z-index: 2;
	transition: all .3s ease .2s
}

.gallery-box:hover .icon {
	top: 0
}

.gallery-box .icon li {
	display: block;
	margin: 10px 0
}

.gallery-box .icon li a {
	display: block;
	transition: all .3s ease ;
}

.gallery-box .icon li i:hover {
	opacity:0.5;
}

.gallery-box i {
    background-color: #2a9696;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    padding: 15px;
}

/* Gallery Page End */

.list-ul li {
	list-style:circle;
}
 
.list-ul1 li {
	list-style:roman;
}
.support,
.inner-list-color a {
	color:#2a9696;
}

/*========================================== 5.HEADER AREA END =================================*/



/*========================================= 13.FOOTER AREA START ==================================*/

.footer-bg-color.section-space {
	padding: 10px 0 10px  0px;
	background-color: #333333;
}
.copy-right {
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.copyright-bg-color {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
.mar-top {
	margin-top: 5px;
}

.footer-bg-color p {
	color:#aaaaaa;
}

.footer-bg-color p a { 
	color:#ffffff;
}

#back-to-top {
    position: fixed;
	bottom: 26px;
	right: 39px;
	z-index: 98;
	padding: 5px 10px;
	background-color: #2a9696;
	box-shadow:0 5px 10px rgba(0,0,0,0.4);
	color: #ffffff;
}

/*============================================= 13.FOOTER AREA END =====================================*/

/*============================= 14.MEDIA QUERIES START =============================*/

@media only screen and (max-width: 991px) {
	h1 {
		font-size: 38px;
		line-height: 48px;
	}
	h3 {
		font-size: 30px;
		line-height: 40px;
	}
	h4 {
		font-size: 20px;
		line-height: 30px;
	}
	h5 {
		font-size: 19px;
		line-height: 29px;
	}
	.header-bg-img {
		padding: 120px 0px 120px 0px;
	}
	.logo-style {
		padding: 16px 0px;
	}
	.section-space {
		padding: 65px 0px 65px 0px;
	}
	.header-bg-img {
		padding: 100px 0px 100px 0px;
	}
	
	.mar-auto {
		margin: 0 auto;
	}
	.btn-wrapper {
		margin-top: 20px;
	}
	.no-padding {
		padding: 0px 15px;
	}
	.nav-style {
		padding: 10px 0px !important;
	}
	.navbar-nav {
		float: left !important;
	}
	.res-desk-mar-bot {
		margin-bottom: 30px !important;
	}
	.section-width {
		width: 100%;
		padding-bottom: 30px;
	}
	.navbar-collapse {
		max-height: 180px;
		overflow: auto;
		width: 100%;
	}
	.tab-content {
		width: 90%;
	}
	
	.leftSidebar {
		float:none;
		width:100%;
		padding:0;
	}
	.navbar-toggler-icon {
		background-color:#2a9696;
		height:2px;
		display: block;
		margin: 10px 0;
	}
	.navbar-toggler {
		background-color: #f9f9f9;
		margin: 0 auto;
		display: table;
	}
	.wrapper {
		padding:0;		
	}
	.box {
		padding:20px;
		border-radius:0;
	}
	.header-left-col {   
		padding-top: 0;
	}
	.header-bg-img {
    padding: 50px 0px 50px 0px;
	}
	.theiaStickySidebar .content-box   {
		margin-top:40px;
	}	
	.content-box {
		margin-bottom:50px;
	}
	.content {
		width: 100%;
		float: none;
		padding: 0 20px;
	}
	.content-box .title {
		padding: 20px 10px;
	}
	body {
		font-size:14px;
	}
	.intro-author {
		text-align: left;
	}
	.intro-author p {
		font-size:13px;
		line-height:22px;
	}
	.box { 
	display:block;
	}
	
}
@media only screen and (max-width: 767px) {
	.res-tab-mar-bot {
		margin-bottom: 30px;
	}
	.boxed-btn {
		font-size: 14px;
	}
}
@media only screen and (max-width: 575px) {
	.section-space {
		padding: 50px 0px 50px 0px;
	}
	.section-margin-bottom {
		margin-bottom: 10px;
	}
	h1 {
		font-size: 30px;
		line-height: 40px;
	}
	h2 {
		font-size: 27px;
		line-height: 37px;
	}
	h3 {
		font-size: 25px;
		line-height: 35px;
	}
	h4 {
		font-size: 20px;
		line-height: 30px;
	}
	h5 {
		font-size: 19px;
		line-height: 29px;
	}
	h6 {
		font-size: 16px;
		line-height: 26px;
	}
	.res-mob-2-mar-bot {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 480px) {
	.col-6,
	.col-3 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.timer .col-3 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.res-mob-mar-bot {
		margin-bottom: 30px !important;
	}
}
/* SAFARI MENU ISSUES*/

@media only screen and (min-width: 992px) {
	/*safari Browser*/
	.navbar-expand-lg .navbar-collapse {
		float: right !important;
		display: block !important;
		line-height: 24px !important;
	}
	.navbar-expand-lg .safari-menu {
		display: inline-block !important;
		vertical-align: middle !important;
	}
}


@media only screen and (min-width: 361px) and (max-width: 480px) {
	.content-width {
		width: 75%;
		margin: 0 auto;
	}
}
/*==================================== 14.MEDIA QUERIES END ===================================*/