@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

.img {
	width: 100%;
	display: block;
}

.rel {
	position: relative;
}


/*--------------------------------------------------------------
regular content
--------------------------------------------------------------*/
.col_sm1 {
	width: 100%;
	margin: 0 auto;
}

.col_sm2 {
	width: 48%;
	margin: 1%;
}

.col_sm3 {
	width: 31%;
	margin: 1%;
}

.col_sm4 {
	width: 25%;
	margin: 0%;
}

.col_sm5 {
	width: 20%;
	margin: 0%;
}

.col_sm4_1 {
	width: 23%;
	margin: 1% 1%;
}

.col_sm7 {
	width: 40%;
	margin: 1%;
}

.col_sm77 {
	width: 68%;
	margin: 1%;

}

/*--------------------------------------------------------------
top
--------------------------------------------------------------*/

.top_main {
	width: 100%;
	z-index: 999999;
}

.top {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
}

.top2 {
	width: 90%;
	margin: 0 auto;
	max-width: 1600px;
}

.top3 {
	width: 70%;
	margin: 0 auto;
	max-width: 1600px;
}

.clear {
	clear: both;
}

/*--------------------------------------------------------------
navbar
--------------------------------------------------------------*/
.vbg-video {
	object-fit: cover;
	font-family: "object-fit: cover";
	width: 100% !important;
	height: 100% !important;
	background-color: #fff !important;
}

.d_n {
	opacity: 0.6
}

.fix_nav {
	position: absolute;
	z-index: 999;
	top: 0;
	width: 100%;
}

.logo {
	width: 150px;
	margin: 0% 1% -12.1%;
	justify-self: flex-start;
	grid-area: logo;
	transition: all ease 0.5s;
}

.navbarrr {
	width: fit-content;
	margin: 0% !important;
	align-self: center;
	grid-area: nav;
}

.login {
	width: fit-content;
	margin: 0% 1% 8px;
	justify-self: end;
	align-self: center;
	grid-area: login;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.nav_flex {
	display: grid;
	grid-template-columns: 1fr 3fr 1fr;
	grid-template-areas: "logo nav login";
	justify-items: center;
}

.nav_login_txt>a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	margin: 0% !important;
	line-height: 140%;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #1a3862;
	border: 2px solid #1a3862;
	padding: 6px 42px;
	border-radius: 50px;
	transition: all .5s ease-in-out;
	cursor: pointer;
}

.nav_login_txt a:hover {
	color: #1a3862;
	background-color: transparent;
}

.nav_pad {
	border-bottom: 1px solid #ccc;
	padding-top: 1%;
}

.fa-bell {
	font-size: 21px;
	color: #fff;
	cursor: pointer;
}

.login_details_img {
	width: 40px;
	height: 40px;
	background-color: #ccc;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.login_details {
	position: absolute;
	top: 48px;
	right: -10px;
	background-color: #fff;
	width: 275px;
	z-index: 9;
	visibility: hidden;
	opacity: 0;
	transition: all .4s ease-in-out;
}

.login_details_img:hover .login_details {
	visibility: visible;
	opacity: 1;
}

.user_flex {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
	padding: 8% 9% 5%;
}

.user_img {
	width: 60px;
	height: 60px;
	background-color: #ccc;
	border-radius: 50%;
}

/* .user_details {} */

.user_details h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #000;
	line-height: 140%;
	margin: 0 0 3% !important;
}

.user_details a {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	margin: 0% !important;
	line-height: 140%;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #4e4e50;
	padding: 7px 24px;
	border-radius: 50px;
	display: inline-block;
	transition: all .5s ease-in-out;
}

.user_profile {
	padding: 0% 9% 0%;
}

.user_profile p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-align: left;
	text-transform: uppercase;
	line-height: 140%;
	margin: 6% 0% !important;
	letter-spacing: 0.3px;
	cursor: pointer;
	display: table;
}

/*--------------------------------------------------------------
banner
--------------------------------------------------------------*/

.banner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.banner-img {
	max-width: 350px;
	margin: 0 auto;
}

.banner_txt {
	width: 800px;
	padding: 3rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
	border-radius: 20px;
}


.banner_txt p {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-align: center;
	margin: 2% 0 0 !important;
	font-size: 25px;
	color: #1a3862;
	letter-spacing: 1px;
	text-transform: capitalize;
}

.banner_txt a {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 3% 0 0 !important;
	text-transform: uppercase;
	background-color: #4e4e50;
	padding: 13px 42px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
	transition: all .5s ease-in-out;
	cursor: pointer;
}

.banner_txt a:hover {
	color: #000000;
	background-color: #ffffff;
}

/*--------------------------------------------------------------
service
--------------------------------------------------------------*/

.bg_txt {
	position: absolute;
	color: #fff;
	transform: translate(-33%, -50%);
	top: 7%;
	right: 5%;
	rotate: -90deg;
	user-select: none;
}


.bg_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 50px;
	font-weight: 900;
	color: #ffffff;
	line-height: 120%;
	margin: 0% !important;
	text-transform: uppercase;
	text-align: center;
	opacity: .2;
}

.serv_txt {
	width: 40%;
	margin: 0 auto;
}

.serv_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 48px;
	font-weight: 400;
	color: #0a0a0a;
	line-height: 140%;
	margin: 0% !important;
	text-transform: capitalize;
	text-align: center;
}

.serv_txt h2 span {
	color: #6ab2f0;
}


.serv_txt p {
	margin-top: 2%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #808291;
	line-height: 140%;
	text-align: center;
	margin: 1% 0 0 !important;
	text-transform: capitalize;
}

.serv_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2% 0;
}

.servce-icon {
	display: flex;
	justify-content: center;
	margin: 4%;
}

.servce-content {
	padding: 20px;
}

.servce-content h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #0a0a0a;
	text-align: center;
	margin: 1% 0 0 !important;
	text-transform: capitalize;
	margin: 0 0 0.7em;
}

.servce-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #808291;
	line-height: 150%;
	text-align: center;
	margin: 1% 0 0 !important;
	text-transform: capitalize;
}

.small-bg {
	width: 400px;
	margin: 0 auto;
}

.team-content p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #808291;
	line-height: 150%;
	text-align: justify;
	margin: 1% 0 0 !important;
	text-transform: capitalize
}

.team-btn {
	width: 150px;
	margin: 5% auto;
}

.team-btn a {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	margin: 0% !important;
	line-height: 140%;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #1a3862;
	border: 2px solid #1a3862;
	padding: 6px 42px;
	border-radius: 50px;
	transition: all .5s ease-in-out;
	cursor: pointer;
}

.team-btn a:hover {
	color: #1a3862;
	background-color: transparent;
}

.testi_main {
	width: 95%;
	margin: 2% auto;
}

.testi_main h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #1a135c;
	text-align: center;
	margin: 1% 0 0 !important;
	text-transform: capitalize;
	margin: 0 0 0.7em;
}

.owl-theme {
	padding: 5%;
}

/*--------------------------------------------------------------
experience
--------------------------------------------------------------*/

.person_img {
	height: 152px;
	background-color: #e3e3e3;
	border-radius: 10px;
	overflow: hidden;
}

.exp_flex {
	display: flex;
	flex-wrap: wrap;
}

.exp_sm_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.expe_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: 800;
	color: #000000;
	line-height: 120%;
	margin: 0% 0 0 !important;
}

.expe_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	line-height: 140%;
	text-align: left;
	margin: 3% 0 0 !important;
}


.expe_txt a {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 140%;
	margin: 6% 0 0 !important;
	text-transform: capitalize;
	text-decoration: none;
	background-color: #4e4e50;
	padding: 8px 30px;
	border-radius: 50px;
	display: inline-block;
	transition: all .5s ease-in-out;
	border: 1px solid transparent;
}


.expe_txt a:hover {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #89c63d;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
.ftr_txt h2 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	margin: 0% 0% 6% 0%;
	color: #89c63d;
	text-transform: uppercase;
	text-align: center;
}

.ftr_txt ul {
	padding: 0% !important;
}

.ftr_txt ul li {
	list-style: none;
}

.ftr_txt ul li a {
	display: table;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	text-decoration: none;
	line-height: 210%;
	font-weight: 600;
	font-size: 15px;
	text-transform: capitalize;
	text-align: center;
	margin: 0 auto;
	transition: all .4s ease-in-out;
}

.ftr_txt ul li a:hover {
	color: #89c63d;
}

.footer_flex {
	display: flex;
	justify-content: center;
}

.ftr_logo {
	width: 200px;
}

.social_media {
	width: 160px;
	margin-top: 30px;
}

.social_media ul {
	margin: 0% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ftr_media {
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.ftr_lt_txt {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	color: #fff;
	padding: 0 9% 5%;
	text-align: right;
	margin: 0% !important;
}

.ftr-flex {
	display: flex;
}


.disclaimer p {
	font-family: 'Poppins', sans-serif;
	color: #808291;
	font-weight: 500;
	line-height: 170%;
	font-size: 14px;
	margin-top: 25px;
}

.ftr_head {
	font-family: 'Poppins', sans-serif;
	color: #1a3862;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 25px;
}

.pd-left {
	padding-left: 70px;
}

.ftr_menu {}

.ftr_menu ul {}

.ftr_menu ul li {}

.ftr_menu ul li a {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #808291;
	text-decoration: none;
	line-height: 200%;
	text-decoration: none;
}

.ftr_icon {
	width: 10%;
	float: left;
}

.ftr_icon .fa {
	font-size: 18px;
	color: #808291;
	margin-top: 5px;
}

.ftr_icon_txt {
	width: 88%;
	float: right;
}

.ftr_icon_txt p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #808291;
	text-decoration: none;
	line-height: 160%;
	margin: 0;
}

.ftr_icon_txt a {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #808291;
	text-decoration: none;
	line-height: 160%;
}

.ftr_sm3 {
	padding: 10px 0px;
}

.ftr_sm3 {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	line-height: 160%;
	margin: 0;
	text-align: center;
}

/*--------------------------------------------------------------
background color
--------------------------------------------------------------*/

.bg_clr1 {
	background-color: #89c63d;
}

.bg_clr2 {
	background-color: #fff;
	padding: 2% 0;
}

.bg_clr3 {
	background-color: #e2e2e2;
}

.bg_clr4 {
	background-color: #282828;
}

.bg_clr5 {
	background-color: #9c9c9c;
}

/*--------------------------------------------------------------
background image
--------------------------------------------------------------*/

.bg_img1 {
	background-image: url(../images/bg-img1.png);
	background-attachment: scroll;
	background-size: contain;
	background-position: 21%;
	background-color: #000;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
hero1
--------------------------------------------------------------*/

.hero1 {
	background-image: url('../images/banner.jpeg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}



/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 35px;
	height: 38px;
	position: fixed;
	right: 1%;
	bottom: 1.4%;
	transition-duration: 1s;
	background-image: url(../images/top.jpg);
	cursor: pointer;
	background-repeat: no-repeat;
	z-index: 999;
	background-size: 100% 100%;
}

/* Accordion start */
.tour_flex {
	display: flex;
}

.about_head h2 {
	font-weight: 400;
	font-size: 48px;
	font-family: 'Poppins', sans-serif;
	color: #0a0a0a;
	text-align: left;
	line-height: 150%;
	margin: 0% 0 0 !important;
	text-transform: capitalize;
}

.about_head h2 span {
	color: #6ab2f0 !important;
}

.rm_accordion {
	width: 100%;
}

.accordion-expander {
	right: 30px;

}

.accordion_head {
	width: 100%;
	position: relative;
	margin: 10px 0px;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
	border: 50em;
}

.accordion_head h1 {
	font-family: 'Hind Guntur', sans-serif;
	font-size: 16px;
	background-color: #fff;
	padding: 14px 12px 10px 14px;
	font-weight: 700;
	color: #1a135c;
	border: 1px solid;
}

.accordion_head .fa {
	position: absolute;
	top: 12px;
	right: 15px;
	color: #1a135c;
}

.accordion_body {
	width: 100%;
	background-color: #fff;
	margin: 2px 0px 0px 0px;
	padding: 20px 15px;
	display: none;
}

.rm_open {
	display: block;
}

.accordion_body h3 {
	font-family: 'Hind Guntur', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
}

.accordion_body h3 span {
	font-weight: 600;
}

.accordion_body ul {
	list-style-image: url(../../assets/images/bullet2.png);
	margin-left: 4%;
}

.accordion_body ul li {
	font-family: 'Hind Guntur', sans-serif;
	font-size: 15px;
	line-height: 160%;
	color: #000;
}

.btn-icon {
	width: 3.5em;
	height: 3.5em;
	order: -1;
	border-radius: 50em;
	position: absolute;
	background-color: #1a3862;
	top: 50%;
	left: 5%;
	cursor: pointer;
}

.btn-icon .fa {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup-overlay {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1000;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.7);
	/* Black w/ opacity */
	justify-content: center;
	align-items: center;
}

.popup-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	/* Adjust as needed */
	max-width: 700px;
	/* Adjust as needed */
	position: relative;
}

.close-button {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close-button:hover,
.close-button:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* Accordion End */
/* popup start */
.login_flex {
	display: flex;
	flex-direction: row;
}

.con_form {
	border-radius: 20px;
	text-align: center;
	width: 750px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.con_form2 {
	border-radius: 20px;
	text-align: center;
	width: 800px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

#loginForm {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 99999999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */

}

.con_img {
	border-radius: 20px;
	padding: 2%;
	width: 100%;
	height: 100%;
}

.con_logo {
	width: 149px;
	height: 110px;
	margin-top: 15%;

}

.con_text p {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 7px;
}

.con_form_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	border-radius: 0 20px 0 10px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #4e4e50;
	cursor: pointer;
}

.con_form_close:hover {
	color: #fff !important;
}

#registerForm {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 99999999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

.register_close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 39px;
	border-radius: 0 20px 0 10px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #4e4e50;
	cursor: pointer;
}

.register_close:hover {
	color: #fff !important;
}

.frt_pwd {
	width: 100%;
	display: block;
	padding-right: 10px;
	text-align: right;
}

.frt_pwd a {
	text-align: right;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #282828;
	text-decoration: none;
	margin-right: 3%;
}

.sign_up {
	color: #78c644;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
}


.con_text_button {
	padding: 2px 18px;
	border: 1px solid #78c644;
	background-color: #78c644;
	color: #fff;
	border-radius: 12px;
	width: 94%;
	font-size: 16px;
	margin-top: 20px;
	transition: all ease .35s;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 400;
}

.con_text_button:hover {
	background-color: #3a7314;
	color: #fff;
}

.profile_text {
	margin-top: 15%;
	float: left;
}

.profile_text p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px !important;
	margin: 0 !important;
	line-height: 150%;
	color: #8a8c8d;
}

.profile_btn {
	padding: 16px 18px !important;
	background-color: #78c644 !important;
	color: #fff ip !important;
	border-radius: 12px !important;
	width: 50% !important;
	font-size: 16px !important;
	margin-top: 20px !important;
	transition: all ease .35s !important;
	cursor: pointer !important;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.warning-msg {
	color: #ff0000;
	margin-top: 10px;
	padding-left: 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
}

.heding_top {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	padding: 18px 0 10px;
	margin: 0;
	color: #191919;
}

.adharUpload {
	position: relative;

}

.adharUpload_fafa {
	position: absolute;
	right: 15px;
	top: 16px;
	font-size: 16px;
	cursor: pointer;
}

/* popup end */

/*--------------------------------------------------------------
responsive
--------------------------------------------------------------*/

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1500px) {}

@media only screen and (max-width:1400px) {}

@media only screen and (max-width:1300px) {
	.rank_img {
		width: 75px;
		height: 75px;
	}
}

@media only screen and (max-width:1200px) {
	.vbg-video {
		display: none;
	}

	.nav_login_txt a {
		font-size: 16px;
	}

	.logo {
		width: 130px;
	}

	#cssmenu>ul>li>a {
		margin: 0px 5px;
	}

	.banner_txt h3,
	.banner_txt h2 {
		font-size: 45px;
	}

	.banner_txt p {
		font-size: 17px;
	}

	.banner_txt a {
		font-size: 19px;
	}

	.bg_txt {
		transform: translate(-31%, 0%);
		right: 0%;
	}
}

@media only screen and (max-width:1100px) {}

@media only screen and (max-width:1000px) {}

@media only screen and (max-width:960px) {
	.serv_flex {
		flex-wrap: wrap;
	}

	.btn-icon {
		display: none;
	}

	.ftr-flex {
		flex-wrap: wrap;
	}

	.col_sm3 {
		width: 98%;
	}

	.pd-left {
		padding-left: 0px;
	}

	.logo {
		margin: 0% 1%;
		width: 100px;
	}

	.hero1 {
		min-height: 60vh;
		background-position: top;
	}

	.tournament_date p,
	.tournament_name p {
		font-size: 21px;
	}

	.ftr_txt ul {
		margin: 0.8% 1% 1% !important;
	}

	.ftr_txt h2 {
		margin: 0% 0% 0% 0%;
	}

	.social_media {
		margin: 30px auto 0px;
	}

	.d_n {
		display: block;
	}

	.banner_txt {
		width: 304px;
	}

	.fix_nav {
		position: static !important;
	}

	.top {
		width: 98%;
	}

	.top2 {
		width: 100%;
	}

	.navbarrr {
		width: 100% !important;
		margin: 0% auto !important;
		background-color: #484a45 !important;
		border-top: 1px solid #000000;
	}

	.logo {
		margin: 0% 20px 0% !important;
		align-self: start;
	}

	.nav_flex {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		grid-template-areas:
			"logo login"
			"nav nav";
	}

	.col_sm2 {
		width: 98%;
	}

	.tour_flex,
	.exp_sm_flex,
	.footer_flex {
		flex-direction: column;
	}

	.rank_container {
		grid-template-columns: 1fr;
	}

	.col_sm4_1 {
		width: 98%;
	}

	.ftr_logo {
		margin: 0 auto;
	}

	.achiv_flex {
		flex-wrap: wrap;
		gap: 20px;
	}

	.col_sm4 {
		width: 47%;
	}

	.icon_container {
		width: 50px;
	}

	.achiv_txt h2 {
		font-size: 18px;
	}

	.achiv_txt p {
		font-size: 14px;
	}

	.achiv_brd:nth-child(2) {
		border-right: 2px solid transparent;
	}

	.banner_txt {
		position: static;
		transform: translate(0%, 0%);
		margin: 4% auto 4%;
	}

	.ftr_lt_txt {
		text-align: center;
	}

	#loginForm {
		width: 100%;
	}

	.con_form2 {
		width: 96%;
		top: 5%;
		left: 2%;
		transform: none;
		position: absolute;
	}



}


@media only screen and (max-width:750px) {
	.con_form {
		width: 90%;
		height: auto;
		padding: 20px;
	}

	.con_logo {
		margin: 0;
	}

	.con_img {
		display: none;
	}
}

@media only screen and (max-width:700px) {
	.serv_txt {
		width: 95%;
	}

	.bg_img1 {
		background-image: none;
	}

}

@media only screen and (max-width:600px) {}

@media only screen and (max-width:500px) {
	.con_form {
		width: 94%;
		height: auto;
		padding-bottom: 20px;
	}

	.tournament_date {
		justify-content: flex-end !important;
	}

	.tournament_name {
		justify-content: start !important;
	}

	.item {
		grid-template-columns: 2fr 1fr;
		grid-template-rows: 50px 50px;
		grid-template-areas:
			"date entry"
			"name entry"
		;
	}

	.banner_txt h3,
	.banner_txt h2 {
		font-size: 30px;
	}

	.banner_txt p {
		font-size: 12px;
	}

	.banner_txt a {
		font-size: 16px;
		padding: 8px 31px;
	}

	.top {
		width: 95%;
	}

	.achiv_brd {
		padding: 2% 2%;
	}

	.tournament_name p,
	.rank_name p,
	.tournament_date p {
		font-size: 20px;
	}

	.rank_name p,
	.rank_point p,
	.rank_tourn p {
		padding-left: 20px;
	}


	.rank_tourn p,
	.rank_point p {
		font-size: 16px;
	}

	.rank_img {
		width: 100px;
		height: 100px;
	}

	.rank {
		display: grid;
		grid-template-columns: 0.7fr 1fr 1.4fr;
		background-color: #fff;
		border-radius: 6px;
		grid-template-areas:
			"medal img name"
			"medal img tourn"
			"medal img point";
	}

}

@media only screen and (max-width:400px) {}

@media only screen and (max-width:350px) {
	.achiv_brd {
		border-right: 0px solid transparent;
	}
}