/*-----------------------------------------
    Google Font Montserrat+Poppins
-------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Poppins:300,400,500,600,700');
 html {
	overflow: hidden;
	overflow-y: auto;
}
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	width: 100%;
	color: #414141;
}
/* colors */
:root{
	--primary-color: #9f2b2a;
	--secondary-color: #aa8a41;
	--white-color: #ffffff;
	--black-color: #000;
	--orange-color: #f58634;
	--blue-color: #18255f;
	--green-color: #2e7d32;
}
.container{
		max-width: 1400px;
	}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	padding-right: 60px;
	padding-left: 60px;
}
.row{
	margin-right: calc(var(--bs-gutter-x) * -.6);
	margin-left: calc(var(--bs-gutter-x) * -.6);
}

.row > * {
	position: relative;
	padding-right: calc(var(--bs-gutter-x) * .6);
	padding-left: calc(var(--bs-gutter-x) * .6);
}

.img {
	max-width: 100%;
}
.img-full img {
	width: 100%;
}
a,
button {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
button:focus {
	text-decoration: none;
	outline: none;
}
input {
	background: transparent;
	border-bottom: 1px solid #707070;
	height: 36px;
	padding-left: 10px;
	font-size: 14px;
	color: #aaaaaa;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	border-width: 0 0 1px;
}
textarea {
	resize: vertical;
	background: transparent;
	border-bottom: 1px solid #707070;
	padding: 10px;
	color: #aaaaaa;
	width: 100%;
	font-size: 14px;
	border-width: 0 0 1px;
	resize: none;
	height: 120px;
}
textarea:focus {
	background: transparent;
	border-bottom: 1px solid #fff;
	outline: none;
}
a:focus,
a:hover {
	color: var(--secondary-color);
	text-decoration: none;
}
a,
button,
input {
	outline: medium none;
	color: #434343;
}
.uppercase {
	text-transform: uppercase
}
.capitalize {
	text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #434343;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 36px;
	font-weight: 500;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
ul {
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 15px;
}
ul li {
	list-style: none;
}
hr {
	margin: 60px 0;
	padding: 0px;
	border-bottom: 1px solid #eceff8;
	border-top: 0px;
}
label {
	font-size: 15px;
	font-weight: 400;
	color: #626262;
	margin-bottom: 5px;
}
*::-moz-selection {
	background: #3399FF;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #3399FF;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #3399FF;
	color: #fff;
	text-shadow: none;
}
.mark,
mark {
	background: var(--secondary-color) none repeat scroll 0 0;
	color: #ffffff;
}
.fix {
	overflow: hidden
}
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.button-default {
	background: var(--primary-color) none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 15px 35px;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button-default:hover {
	background-color: var(--secondary-color);
	color: var(--secondary-color);
}
.btn-group {
	margin-left: 5px;
}
.section-margin {
	margin: 120px 0 140px 0
}
.section-padding {
	padding: 100px 0;
}
.section-bottom-padding {
	padding: 0 0 70px 0;
}
.section-top-padding {
	padding: 120px 0 0 0
}
.section-title {
	text-align: left;
	overflow: hidden;
	position: relative
}
.section-title h3 {
	color: #2d3e50;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
.section-title p {
	color: #000000;
	font-weight: 400;
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 26px;
}
.section-title-wrapper {
	margin-bottom: 20px;
	position: relative;
}
.white .section-title h3,
.white .section-title p {
	color: #ffffff;
}
.section-title-wrapper.white:before {
	background: #ffffff none repeat scroll 0 0;
}
.white.section-title-wrapper:after {
	background: rgba(0, 0, 0, 0) url("img/icon/cap-white.jpg") repeat scroll 0 0;
}
.carousel-style-one.owl-theme .owl-controls .owl-nav div {
	color: #2D3E50;
	display: inline-block;
	font-size: 60px;
	height: 60px;
	left: -50px;
	line-height: 59px;
	margin: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=100);
	padding: 0;
	position: absolute;
	text-align: center;
	top: 39.6%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 36px;
}
.carousel-style-one.owl-theme .owl-controls .owl-nav div.owl-next {
	left: auto;
	right: -50px;
}
.latest-area:hover .carousel-style-one.owl-theme .owl-controls .owl-nav div {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}
.dividers {
	border-top: 1px solid #ccc;
}
.as-mainwrapper {
	position: relative;
}
.as-mainwrapper.wrapper-boxed {
	background-color: #ffffff;
	box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
	float: none;
	margin: 0 auto;
	max-width: 1200px;
}
.main-content-wrapper,
.wrapper-wide {
	background: #ffffff;
}
/*------Margin left-------*/

.ml-0 {
	margin-left: 0px
}
.ml-10 {
	margin-left: 10px
}
.ml-15 {
	margin-left: 15px
}
.ml-20 {
	margin-left: 20px
}
.ml-30 {
	margin-left: 30px
}
.ml-40 {
	margin-left: 40px
}
.ml-50 {
	margin-left: 50px
}
.ml-60 {
	margin-left: 60px
}
.ml-70 {
	margin-left: 70px
}
.ml-80 {
	margin-left: 80px
}
.ml-90 {
	margin-left: 90px
}
.ml-100 {
	margin-left: 100px
}
/*------Margin right-------*/

.mr-0 {
	margin-right: 0px
}
.mr-10 {
	margin-right: 10px
}
.mr-15 {
	margin-right: 15px
}
.mr-20 {
	margin-right: 20px
}
.mr-30 {
	margin-right: 30px
}
.mr-40 {
	margin-right: 40px
}
.mr-50 {
	margin-right: 50px
}
.mr-60 {
	margin-right: 60px
}
.mr-70 {
	margin-right: 70px
}
.mr-80 {
	margin-right: 80px
}
.mr-90 {
	margin-right: 90px
}
.mr-100 {
	margin-right: 100px
}
/*------Margin Top-------*/

.mt-0 {
	margin-top: 0px
}
.mt-10 {
	margin-top: 10px
}
.mt-15 {
	margin-top: 15px
}
.mt-20 {
	margin-top: 20px
}
.mt-30 {
	margin-top: 30px
}
.mt-40 {
	margin-top: 40px
}
.mt-50 {
	margin-top: 50px
}
.mt-60 {
	margin-top: 60px
}
.mt-70 {
	margin-top: 70px
}
.mt-80 {
	margin-top: 80px
}
.mt-90 {
	margin-top: 90px
}
.mt-95 {
	margin-top: 95px
}
.mt-100 {
	margin-top: 100px
}
/*------Margin Bottom-------*/

.mb-0 {
	margin-bottom: 0px
}
.mb-10 {
	margin-bottom: 10px
}
.mb-15 {
	margin-bottom: 15px
}
.mb-20 {
	margin-bottom: 20px
}
.mb-30 {
	margin-bottom: 30px
}
.mb-40 {
	margin-bottom: 40px
}
.mb-50 {
	margin-bottom: 50px
}
.mb-60 {
	margin-bottom: 60px
}
.mb-70 {
	margin-bottom: 70px
}
.mb-80 {
	margin-bottom: 80px
}
.mb-90 {
	margin-bottom: 90px
}
.mb-100 {
	margin-bottom: 100px
}
/*------Padding left-------*/

.pl-0 {
	padding-left: 0px
}
.pl-10 {
	padding-left: 10px
}
.pl-15 {
	padding-left: 15px
}
.pl-20 {
	padding-left: 20px
}
.pl-30 {
	padding-left: 30px
}
.pl-40 {
	padding-left: 40px
}
.pl-50 {
	padding-left: 50px
}
.pl-60 {
	padding-left: 60px
}
.pl-70 {
	padding-left: 70px
}
.pl-80 {
	padding-left: 80px
}
.pl-90 {
	padding-left: 90px
}
.pl-100 {
	padding-left: 100px
}
/*------Padding right-------*/

.pr-0 {
	padding-right: 0px
}
.pr-10 {
	padding-right: 10px
}
.pr-15 {
	padding-right: 15px
}
.pr-20 {
	padding-right: 20px
}
.pr-30 {
	padding-right: 30px
}
.pr-40 {
	padding-right: 40px
}
.pr-50 {
	padding-right: 50px
}
.pr-60 {
	padding-right: 60px
}
.pr-70 {
	padding-right: 70px
}
.pr-80 {
	padding-right: 80px
}
.pr-90 {
	padding-right: 90px
}
.pr-100 {
	padding-right: 100px
}
/*------Padding Top-------*/

.pt-0 {
	padding-top: 0px
}
.pt-10 {
	padding-top: 10px
}
.pt-15 {
	padding-top: 15px
}
.pt-20 {
	padding-top: 20px
}
.pt-30 {
	padding-top: 30px
}
.pt-40 {
	padding-top: 40px
}
.pt-50 {
	padding-top: 50px
}
.pt-60 {
	padding-top: 60px
}
.pt-70 {
	padding-top: 70px
}
.pt-75 {
	padding-top: 75px
}
.pt-80 {
	padding-top: 80px
}
.pt-85 {
	padding-top: 85px
}
.pt-90 {
	padding-top: 90px
}
.pt-100 {
	padding-top: 100px
}
.pt-110 {
	padding-top: 110px
}
/*------Padding Bottom-------*/

.pb-0 {
	padding-bottom: 0px
}
.pb-10 {
	padding-bottom: 10px
}
.pb-15 {
	padding-bottom: 15px
}
.pb-20 {
	padding-bottom: 20px
}
.pb-30 {
	padding-bottom: 30px
}
.pb-40 {
	padding-bottom: 40px
}
.pb-50 {
	padding-bottom: 50px
}
.pb-60 {
	padding-bottom: 60px
}
.pb-70 {
	padding-bottom: 70px
}
.pb-80 {
	padding-bottom: 80px
}
.pb-90 {
	padding-bottom: 90px
}
.pb-100 {
	padding-bottom: 100px
}
.pb-110 {
	padding-bottom: 110px
}
.pb-120 {
	padding-bottom: 120px
}
.pb-130 {
	padding-bottom: 130px
}
.block {
	display: block
}

/*----------------------------------------*/

/*  2. Header CSS
/*----------------------------------------*/

/*----------------------------------------*/

/*  2.1 Header Top
/*----------------------------------------*/

.header-top {
	color: #ffffff;
	font-size: 14px;
	position: relative;
	padding: 10px 0;
}
.header-top a {
	color: var(--primary-color);
    text-decoration: none;
}
.header-top-right > .content {
	display: inline-block;
	margin-left: 13px;
	padding-left: 17px;
	position: relative;
}
.header-top-left a{
	margin-right: 20px;
}
.header-top-right a {
	background: #aa8a412e;
	padding: 6px;
    border-radius: 100%;
}
.header-top-right .content:hover > a {
	color: #2d3e50;
}

.header-top-right {
	float: right;
}
.header-top-right span:first-child {
	margin-right: 25px;
}
.header-top-right > .content:after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 2px;
}
.header-top-right > .content:first-child:after {
	display: none;
}
.header-top-right > .content .account-dropdown {
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	padding: 5px 19px 6px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	width: 125px;
	z-index: -99;
}
.header-top-right > .content:hover .account-dropdown {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9999;
}
.account-dropdown a {
	color: #2d3e50;
	display: block;
	padding: 5px 0;
}
.account-dropdown li {
	display: block;
}
/*----------------------------------------*/

/*  2.2 Header Logo Menu
/*----------------------------------------*/

.header-logo-menu {
    padding: 10px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,.09);
}

.header-logo-menu.stick {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	margin: auto;
	padding: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	z-index: 999;
}
.bg-dark.header-logo-menu.stick {
	background: #3F5771
}
.as-mainwrapper.wrapper-boxed .header-logo-menu.stick {
	width: 1200px
}
/*----------------------------------------*/

/*  2.2.1 Header Logo
/*----------------------------------------*/

.logo > a {
	display: inline-block;
	position: relative;
	z-index: 8
}

.logo img {
    height: 90px;
}
.header-logo-menu.stick .logo {
	padding: 15px 0;
}
.logo a .sticky-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.header-logo-menu.stick.fixed .logo a img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.stick .logo a .sticky-logo {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*----------------------------------------*/

/*  2.2.2 Header Mainmenu
/*----------------------------------------*/

.mainmenu {
	display: inline-block !important;
	position: relative;
	z-index: 99
}
.mainmenu-area {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
        padding: 4px 15px;
        border-radius: 6px;
}
.mainmenu-area .border-top {
	border-top: 0 !important;
}
.header-logo-menu.stick .mainmenu-area .mainmenu ul#nav > li > a {
	line-height: 26px;
}
.header-logo-menu.stick .mainmenu-area {
	padding: 0;
	margin: 0;
}
.mainmenu ul#nav > li {
	display: inline-block;
	margin-right: 12px;
	position: relative;
}
.mainmenu ul#nav > li > a {
	color: var(--white-color);
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding: 4px 12px;
	line-height: 26px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}

.header-logo-menu.fixed .mainmenu ul#nav > li > a {
	color: #fff;
}
.header-logo-menu.fixed .mainmenu ul#nav > li > a:hover {
	color: var(--secondary-color);
}
.header-logo-menu.fixed .search-menu i#toggle-search {
	color: #fff;
}
.header-logo-menu.fixed .search-menu i#toggle-search:hover {
	color: var(--secondary-color);
}
.header-logo-menu.stick .mainmenu ul#nav > li > a {
	color: #2d3e50;
}
.header-logo-menu.stick .mainmenu ul#nav > li > a:hover {
	color: var(--secondary-color);
}
.header-logo-menu.stick .search-menu i#toggle-search {
	color: #2d3e50;
}
.header-logo-menu.stick .search-menu i#toggle-search:hover {
	color: var(--secondary-color);
}

/* Parent menu item arrow */
.dropdown > li > a {
  position: relative;
  padding-right: 18px; /* space for arrow */
}

/* Down arrow */
.dropdown > li > a::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ffffff; /* arrow color */
}




.mainmenu ul#nav.menu-white > li:hover > a:after {
	background: #2d3e50
}

.mainmenu ul#nav.menu-white > li > a {
	color: #fff;
}
.header-logo-menu.stick .mainmenu ul#nav.menu-white > li > a {
	color: #2d3e50;
}
.mainmenu ul#nav.menu-white > li:hover > a,
.stick .mainmenu ul#nav.menu-white > li:hover > a {
	color: #2d3e50
}
.mainmenu li > a > i {
	margin-left: 6px;
	position: relative;
	top: -1px;
}
.lg-space .mainmenu ul#nav > li {
	margin-right: 36px;
}
.mainmenu ul#nav.border-full > li:hover > a:after {
	width: 100%
}
.mainmenu ul#nav.border-top > li > a:after {
	bottom: auto;
	top: 30px
}
.mainmenu ul#nav.border-top-2 > li > a:after {
	bottom: auto;
	top: -9px
}
.padding-small .logo {
	padding-top: 20px
}
.padding-small .mainmenu ul#nav > li > a {
	line-height: 82px
}
/*------------------------------------------*/

/*  Dropdown Menu
/*------------------------------------------*/

.mainmenu ul.sub-menu,
.mainmenu ul.sub-menu ul.inside-menu {
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	left: 0px;
	margin: 0;
	padding: 14px 21px 16px;
	position: absolute;
	text-align: left;
	top: 100%;
	width: 190px;
	z-index: -99;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.mainmenu ul#nav li ul.sub-menu > li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
}
.mainmenu ul#nav li ul.sub-menu > li a,
.mega-menu a {
	color: #2d3e50;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 33px;
	text-transform: capitalize;
}
.mainmenu ul#nav li ul.sub-menu > li a:hover,
.mega-menu a:hover {
	color: var(--secondary-color);
}
.mainmenu li > .sub-menu i {
	float: right;
	font-size: 17px;
	top: 10px;
}
.mainmenu ul#nav li:last-child,
.header-two .mainmenu ul#nav li:last-child {
	margin-right: 0
}
.mainmenu > nav > ul#nav > li:hover ul.sub-menu,
.mainmenu ul.sub-menu li:hover ul.inside-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9999;
}
.mainmenu ul.sub-menu ul.inside-menu {
	left: 169px;
	top: -2px;
	width: 195px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.mainmenu ul.sub-menu ul.inside-menu li {
	list-style: none;
}
.mainmenu ul.sub-menu li:hover ul.inside-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	z-index: 9999;
}
.fixed {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99999;
}
/*----------------------------------------*/

/*  Megamenu
/*----------------------------------------*/

.mega-menu {
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	left: -23px;
	margin: 0;
	padding: 26px 21px 20px;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: -99;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.mainmenu nav > ul > li:hover .mega-menu {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	z-index: 9999;
}
.mega-menu h3 {
	color: #2d3e50;
	font-size: 12px;
	padding-bottom: 10px;
	text-transform: uppercase;
	position: relative
}
.mega-menu h3:after {
	background: #909090 none repeat scroll 0 0;
	bottom: 8px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 25px;
}
.mm-5-column {
	left: -445px;
	width: 790px;
}
.mm-4-column {
	width: 650px;
	left: -305px;
}
.mm-3-column {
	left: -187px;
	width: 532px;
}
.col-2 {
	width: 50%
}
.col-3 {
	width: 33.333%
}
.col-4 {
	width: 25%
}
.col-5 {
	width: 20%
}
/*----------------------------------------*/

/*  2.2.3 Header Searchbox
/*----------------------------------------*/

.header-search {
	cursor: pointer;
	display: inline-block;
	margin-left: 18px;
}
.search {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	height: 0;
	margin-right: 15px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: height;
	transition-property: height;
	width: 290px;
	z-index: 9999;
}
.search.open {
	height: 50px
}
.search-form {
	background-color: #ffffff;
	border-top: 1px solid var(--secondary-color);
	float: right;
	width: 290px;
}
.padding-small .search {
	top: 92px;
}
.search-menu {
	display: inline-block;
	height: 30px;
	padding-top: 5px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 30px;
}
.search-menu i#toggle-search:hover {
	color: var(--secondary-color);
}
.bg-blue {
	background: #2D3E50
}
#search-form {
	overflow: hidden;
	position: relative;
}
#search-form input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #666666;
	font-size: 13px;
	font-weight: 300;
	height: 48px;
	padding: 0 40px 0 15px;
	width: 100%;
}
.search-form input[type="search"] {
	border: medium none;
	float: left;
	background: transparent;
	font-size: 24px
}
.search-form button[type="submit"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	display: block;
	font-size: 18px;
	height: 50px;
	line-height: 48px;
	cursor: pointer;
	position: absolute;
	right: 8px;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.search-form button[type="submit"]:hover {
	color: var(--secondary-color);
}
.search-menu i#toggle-search {
	color: #000;
	font-size: 24px;
	line-height: 1;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-logo-menu.stick .search {
	top: 96px
}
/*----------------------------------------*/

/*  2.2.4 Mobile Menu
/*----------------------------------------*/

.mobile-menu-area {
	background: transparent;
	display: none;
}
.mean-container .mean-bar:after {
	display: none
}
.mean-container .mean-nav ul li a:hover {
	background: #fff;
}
.mean-container a.meanmenu-reveal span {
	background: #ffffff none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a {
	background: #ffffff none repeat scroll 0 0;
	color: var(--black-color);
	display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
	background: none;
	top: -4px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background: none
}
.mean-container .mean-nav ul li {
	background: transparent
}
.mean-container .mean-nav ul li li a {
	color: #4e4f54;
	opacity: .90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	border-top: 0;
}
/* .mean-container a.meanmenu-reveal:hover span {
	background: #fff
} */
.mobile-menu-area .mean-nav {
	background: var(--primary-color) none repeat scroll 0 0
}
.mean-last {
	margin-bottom: 20px
}
.mobile-menu {
	position: relative
}
/* .mean-container .mean-bar:before {
	color: #fff;
	content: "MENU";
	font-size: 18px;
	font-weight: 600;
	left: 0;
	position: absolute;
	top: 13px;
} */

/*Event Style 2 CSS*/

.event-style-2 .single-event-image a > span {
	background: var(--primary-color) none repeat scroll 0 0;
	top: 130px;
	color: #ffffff;
	font-size: 24px;
	left: 34px;
	right: auto;
	line-height: 18px;
	position: absolute;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	border-radius: 50px 0 0 50px;
	text-align: center;
	padding: 15px 20px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	width: 130px;
}
.event-style-2 .single-event-text {
	text-align: left;
}
/*----------------------------------------*/

/*  11. Newsletter Area
/*----------------------------------------*/

.newsletter-area {
	background: var(--secondary-color) none repeat scroll 0 0;
	color: #ffffff;
	position: relative;
	padding-top: 20px;
    padding-bottom: 10px;
}

/*----------------------------------------*/

/*  12. Footer Widget Area
/*----------------------------------------*/

.footer-widget-area {
	background: var(--primary-color) none repeat scroll 0 0;
	color: #ffffff;
	padding: 50px 0 40px;
}
.footer-logo > a {
	display: inline-block;
}
.footer-logo {
	margin-bottom: 24px;
}
.footer-logo img {
    width: 120px;
}
.single-footer-widget p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 0;
}
.social-icons a {
	background: #ffffff none repeat scroll 0 0;
	color: var(--primary-color);
	display: inline-block;
	font-size: 20px;
	height: 31px;
	line-height: 30px;
	margin-right: 11px;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 31px;
}
.social-icons > a:last-child {
	margin-right: 0;
}
.social-icons > a:hover {
	color: #ffffff;
	background-color: var(--orange-color);
}
.social-icons {
	margin-top: 27px;
}
.single-footer-widget > h3 {
	font-weight: 800;
	font-size: 20px;
	line-height: 19px;
	margin-bottom: 20px;
	padding-top: 12px;
	color: #fff;
}
.single-footer-widget > span {
	display: block;
	margin-bottom: 11px;
}
.single-footer-widget > span i {
	font-size: 18px;
	width: 30px;
}
.footer-list a {
	color: #ffffff;
	line-height: 25px;
}
.footer-list a:hover {
	color: var(--secondary-color);
}
.single-footer-widget #Instafeed {
	margin-top: 30px;
}
.single-footer-widget #Instafeed > li {
	list-style: none;
	float: left;
	width: 33%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.single-footer-widget #Instafeed > li > a > img {
	width: 100%;
}
/*----------------------------------------*/

/*  13. Footer Bottom Area
/*----------------------------------------*/

.footer-area {
	color: #ffffff;
	font-size: 14px;
	padding: 18px 0;
	background-color: #8f2525;
}
.column-right {
	float: right
}
.footer-area span a {
	color: #ffffff;
}
.footer-area span a:hover {
	border-bottom: 1px solid #ffffff;
}
.single-footer-widget > a {
	color: #ffffff;
	display: block;
	margin-bottom: 11px;
}
.single-footer-widget > a:hover i {
	color: #fff
}
.single-footer-widget > a i {
	font-size: 18px;
	width: 30px;
}
/*----------------------------------------*/

/*  14. Home Two Start
/*----------------------------------------*/

/*----------------------------------------*/

/*  14.1 Home Two Header
/*----------------------------------------*/

.header-two .header-top:before,
.header-two .header-top:after {
	display: none;
}
.header-two .header-top-right > span {
	color: #ededed;
}
.header-two .header-top-right {
	padding-top: 0;
}
.header-two .header-top-right span:first-child {
	margin-right: 27px;
}
/*----------------------------------------*/





/*----------------------------------------*/

/*  17. Course Page
/*----------------------------------------*/

.form-container {
	color: #555454;
	font-size: 12px;
	margin-top: 100px;
	overflow: hidden;
	padding: 38px 40px;
	position: relative;
	z-index: 3;
	background-color: var(--primary-color);
	flex-wrap: wrap;
    display: flex;
    justify-content: center;
	gap: 10px;

}
.box-select {
	z-index: 9;
	position: relative
}
.select {
	display: inline-block;
	float: left;
	margin-right: 10px;
	position: relative;
}
.select.large {
	width: 260px;
}
.select.small {
	width: 190px;
}
.select.medium {
	width: 200px;
}
.select select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #ffffff url("img/icon/arrow.png") no-repeat scroll 92% 50%;
	border: medium none;
	cursor: pointer;
	height: 42px;
	padding: 0 16px;
	width: 100%;
	font-size: 13px;
}
.form-container > button {
	background: var(--secondary-color) none repeat scroll 0 0;
	border: 0 none;
	color: #ffffff;
	float: right;
	font-size: 14px;
	font-weight: 600;
	line-height: 42px;
	padding: 0 28px;
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 99;
}
.form-container > button:hover {
	background: var(--orange-color);
}

/*----------------------------------------*/

/*  18. Course Details Page
/*----------------------------------------*/

.course-details-right-sidebar .single-item-content {
	margin: 0px 0 20px 0px;
}
.duration-title {
	color: #ffffff;
	font-size: 18px;
	background: var(--primary-color);
}
.course-duration .text {
	border-bottom: 1px solid var(--primary-color);
	display: block;
	padding: 15px 0;
}
.duration-text {
	background: #f6f6f6 none repeat scroll 0 0;
	color: #4c4c4c;
}
.course-duration .text span {
	display: inline-block;
	text-align: center;
	width: 192px;
	color: #fff;
}
.course-duration .text span.text-right {
	border: 0 none;
	display: inline-block;
	float: right;
	padding: 0;
	text-align: center !important;
	width: 240px;
}
.course-duration .duration-text .text span {
	color: #4c4c4c;
}
.single-sidebar-widget .social-links {
	padding-top: 10px;
	position: inherit;
}
.single-sidebar-widget h4.title {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500;
}
.single-sidebar-widget h4.title:after {
	bottom: 1px;
}
.single-sidebar-widget {
	margin-bottom: 62px;
	overflow: hidden;
}
.single-sidebar-widget:last-child {
	margin: 0;
}
.single-sidebar-widget .tags li {
	list-style: none;
	display: inline-block;
}
.single-sidebar-widget .tags li a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #4c4c4c;
	color: #4c4c4c;
	float: left;
	margin-bottom: 13px;
	margin-right: 6px;
	padding: 10px 10px;
}
.single-sidebar-widget .tags li a:hover {
	color: #fff;
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}
.course-categoris li {
	border-bottom: 1px solid #ddd;
	color: #4c4c4c;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0;
	text-transform: capitalize;
	line-height: 26px;
}
.course-categoris li:first-child {
	padding: 0 0 10px;
}
.course-categoris li a {
	color: #4c4c4c;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.course-categoris span {
	float: right;
}
.course-categoris li a:hover {
	color: var(--secondary-color);
}
.sidebar-title {
	background-color: var(--secondary-color);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 15px 20px;
	text-transform: capitalize;
	margin-bottom: 0;
}
.course-menu {
	padding: 25px 20px;
	background: #f1f1f1;
}
.course-menu > li {
	border-bottom: 1px solid #c1c1c1;
	color: #3f3f3f;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0;
}
.course-menu > li:first-child {
	padding: 0px 0 10px;
}
.course-menu span {
	float: right;
	color: #666;
}






/*----------------------------------------*/

/*  23. About Page
/*----------------------------------------*/

.teachers-area.padding-top {
	padding: 120px 0 140px;
}
.about-page-area .about-text-container p span {
	color: #333333;
	font-size: 14px;
}
.about-page-area .about-us > span {
	color: #444444;
	display: block;
	font-style: italic;
	padding-left: 19px;
	position: relative;
}
.about-page-area .about-us > span:after {
	background: #999999 none repeat scroll 0 0;
	border-radius: 50%;
	content: "";
	height: 6px;
	left: 4px;
	position: absolute;
	top: 9px;
	width: 6px;
}
.about-page-area .about-text-container > p {
	color: #555;
	margin-bottom: 7px;
}
.about-page-area .about-us {
	margin-bottom: 13px;
}

/*----------------------------------------*/

/*  27. Scrollup
/*----------------------------------------*/

#scrollUp {
	bottom: 65px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 28px;
	height: 40px;
	line-height: 37px;
	position: fixed;
	right: 22px;
	text-align: center;
	width: 40px;
	z-index: 9999;
	background-color: var(--secondary-color);
}
#scrollUp:hover {
	background-color: var(--orange-color);
}





/* Banner slider */
.sainik-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
	background: #f1f7fa;
    overflow: hidden;
	padding: 20px 100px 0 100px;
}

.banner-content {
    margin-left: 30px;
	max-width: 600px;
}
.black-color{
	color: var(--black-color);
	font-weight: 600;
}
.primary-color{
	color: var(--primary-color) !important;
	font-weight: 600;
}
.script-text {
	font-family: cursive;
    font-size: 40px;
    color: var(--orange-color);
    margin-bottom: -10px;
}

.banner-content h1 {
    font-size: 30px;
    line-height: 1.1;
    margin: 0;
    color: var(--black-color);
	margin-bottom: 10px;
}
.banner-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
}

.banner-content .blue {
    font-weight: 700;
}

.banner-content .red {
    font-weight: 700;
}

.sub-text {
    margin: 20px 0;
    font-size: 18px;
    color: #333;
}

.features {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.feature {
    padding: 12px 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
    min-width: 130px;
    position: relative;
}

.feature::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 10px 0;
    border-style: solid;
}

.feature.blue {
    background: var(--blue-color);
}
.feature.blue::after {
    border-color: var(--blue-color) transparent transparent;
}

.feature.red {
    background: var(--primary-color);
}
.feature.red::after {
    border-color: var(--primary-color) transparent transparent;
}

.feature.orange {
    background: var(--orange-color);
}
.feature.orange::after {
    border-color: var(--orange-color) transparent transparent;
}

.feature.green {
    background: var(--green-color);
}
.feature.green::after {
    border-color: var(--green-color) transparent transparent;
}

.enroll-btn {
    display: inline-block;
    background: linear-gradient(to right, var(--orange-color), var(--primary-color));
    color: #fff;
    padding: 14px 36px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 8px 20px rgba(255, 75, 43, 0.3);
}

.sainik-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    /* display: flex; */
	display: none;
    justify-content: space-between;
    transform: translateY(-50%);
}

.sainik-slider .owl-nav span {
    background: var(--blue-color);
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
}

.sainik-slider .owl-dots {
    text-align: center;
	display: none;
}

.sainik-slider .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
}

.sainik-slider .owl-dot.active span {
    background: var(--primary-color);
}




.banner-image {
    position: relative;
    overflow: hidden;
}

.banner-image img {
	object-fit: contain;
    height: 400px;
    margin-right: 170px;
}



/* resources section */
#resources {
    background: var(--primary-color);
	padding: 50px 0;
}
.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }

  .grid-item {
    background-color: #fff;
    color: var(--black-color);
    text-align: center;
    padding: 12px 10px;
    border-radius: 10px;
    font-weight: bold;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
	border-bottom: 5px solid var(--orange-color);
  }

  .grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  }

  .grid-item span {
    display: block;
    margin-top: 10px;
    font-weight: normal;
    font-size: 13px;
    color: #555;
  }
  #resources h2{
	text-align: center;
	font-size: 30px;
    margin-bottom: 40px;
    color: var(--white-color);
	font-weight: 600;
	text-transform: uppercase;
  }


  /* courses section */
  .courses-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
  .courses-content {
	position: relative;
    box-shadow: 0 10px 28px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .06);
    transition: box-shadow .2s ease, opacity .6s ease, transform .6s ease;
    border-radius: 8px;
	height: 270px;
}
.courses-content:hover {
    background-size: 100% 200%;
    background-position: 0 100%;
    box-shadow: 0 10px 36px 0 rgba(0, 0, 0, .16), 0 0 0 1px rgba(0, 0, 0, .06);
    transform: scale(1.05);
}
.courses-img {
    padding: 20px 20px 0 20px;
}
  .courses-img img {
    width: 100%;
    border-radius: 5px;
	margin-bottom: 10px;
}
.course-text {
    text-align: center;
	padding: 0px 20px 0 20px;
}
.course-text h3 {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 600;
}
.readmore {
	position: absolute;
    background: var(--primary-color);
	color: #ffffff;
    padding: 8px 0;
    text-align: center;
    border-radius: 0 0 8px 8px;
	width: 100%;
	bottom: 0;
}

.courses h2 {
    font-size: 30px;
    color: var(--black-color);
    text-transform: uppercase;
    font-weight: 700;
}

/* mentors section */
.mentors-section {
    position: relative;
    background-image: url("../img/bg-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlay */
.mentors-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(159 43 42 / 96%); 
    z-index: 1;
}

/* Content above overlay */
.mentors-section > * {
    position: relative;
    z-index: 2;
}
.mentors-content {
   background: var(--white-color);
    border-radius: 8px;
	height: 270px;
    position: relative;
}
.mentors-img {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}
.mentors-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
	border: 1px solid #e3e3e3;
}
.mentors-section .readmore {
    background: var(--black-color);
    padding: 10px 0;
    text-align: center;
    border-radius: 0 0 8px 8px;
}
.mentors-section .readmore a {
   color: var(--white-color);
}
.mentors-title {
	color: var(--white-color);
	margin-bottom: 24px;
}
.mentors-title h2 {
    color: var(--white-color);
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentors-text p {
    color: #ede0e0;
	font-size: 16px;
}


/* COUNTER */
.counter-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.counter-boxes span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-weight: 600;
  margin-right: 6px;
}

.live-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.live-badge {
  background: red;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
}

/* SEARCH */
.search-box {
  margin: 30px 0;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 25px;
    padding: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .24);
}

.search-box input {
  flex: 1;
  border: none;
  outline: none;
  padding: 14px 18px;
  font-size: 16px;
}

.search-box button {
  width: 45px;
    height: 45px;
 border-radius: 20px;
  border: none;
  background: var(--secondary-color);
  font-size: 18px;
  cursor: pointer;
}
.search-box button i{
	color: var(--black-color);
}

/* HEADINGS */
.hero h1 {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 8px;
}

.hero h2 {
  font-size: 28px;
  color: #0b3c5d;
  font-weight: 600;
}

/* TAG */
.tag img {
    width: 200px !important;
    object-fit: contain;
}
/* FOOTER */
.made-in {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
}

.made-in span {
  color: red;
}


/* why choose us section */
   .WhyUs_container {
    padding: 80px 6%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center
}

.WhyUs_heroSection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 3rem;
    align-items: start
}

.WhyUs_leftSection {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.WhyUs_rightSection {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.WhyUs_experienceCard {
    background-color: var(--lighter-mustard-bg);
    color: var(--black-color);
    padding: 0.5rem;
    display: inline-block;
    margin-bottom: 1.2rem;
    align-self: flex-end;
    border-radius: .5rem;
    box-shadow: 0 10px 28px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);
    transition: box-shadow .2s ease,opacity .6s ease,transform .6s ease
}

.WhyUs_experienceCard:hover {
    background: linear-gradient(to top,var(--light-mustard-bg),#fff);
    background-size: 100% 200%;
    background-position: 0 100%;
    box-shadow: 0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);
    transform: scale(1.05)
}

.WhyUs_experienceContent {
    display: flex;
    align-items: center;
    gap: 1rem
}

.WhyUs_timeIcon__ie8GL {
    font-size: 3rem
}

.WhyUs_experienceCard h2, .WhyUs_experienceCard p {
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.WhyUs_imageWrapper {
    position: relative;
    border-radius: .5rem;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 10px 28px 0 transparent,0 0 0 1px transparent;
}
.WhyUs_imageWrapper img {
    width: 315px;
    height: 470px;
    object-fit: cover;
	border-radius: 10px;
}

.right-column {
    padding-left: 45px;
}
.WhyUs_reviewCard {
    background-color: #e8f6fd;
    padding: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1.2rem;
    align-self: flex-start;
    max-width: 300px;
    border-radius: .5rem;
    box-shadow: 0 10px 28px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);
    transition: box-shadow .2s ease,opacity .6s ease,transform .6s ease
}

.WhyUs_reviewCard:hover {
    background: linear-gradient(0deg,#d5f0ff,#fff);
    background-size: 100% 200%;
    background-position: 0 100%;
    box-shadow: 0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);
    transform: scale(1.05)
}

.WhyUs_reviewHeader {
    display: flex;
    align-items: center;
    gap: .5rem
}

.WhyUs_reviewHeader span {
    font-size: 18px;
    font-weight: 700;
}

.WhyUs_avatarGroup svg {
    font-size: 3rem;
    color: var(--black-color)
}

.WhyUs_aboutSection {
    margin-bottom: 2.5rem;
    max-width: 800px
}

.WhyUs_aboutHeader {
    color: var(--primary-color);
    font-size: .875rem;
    margin-bottom: .8rem;
    font-weight: 500
}

.WhyUs_mainTitle {
    color: var(--black-color);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
	text-transform: uppercase;

}

.WhyUs_description {
    margin-bottom: 1rem;
    line-height: 150%
}

.WhyUs_exploreButton {
    background-color: var(--secondary-color);
    color: #fff;
    padding: .75rem 1.5rem;
    border-radius: .5rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: 30px 0;
    border: none;
    cursor: pointer;
    transition: background-color .2s;
    text-decoration: none
}

.WhyUs_exploreButton:hover {
    background-color: var(--primary-color);
	color: var(--white-color);
}

.WhyUs_arrowIcon__xypJT {
    font-size: 1rem
}

@media (max-width: 1000px) {
    .WhyUs_container {
        padding:3rem;
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .WhyUs_heroSection {
        grid-template-columns: 1fr 1fr;
        margin: auto
    }

    .WhyUs_leftSection,.WhyUs_rightSection {
        flex: 1
    }

    .WhyUs_mainTitle {
        font-size: 24px
    }

    .WhyUs_description {
        font-size: 14px
    }

    .WhyUs_experienceCard,.WhyUs_exploreButton,.WhyUs_reviewCard {
        width: 100%
    }
}

@media (max-width: 580px) {
    .WhyUs_heroSection {
        grid-template-columns:1fr;
        margin: auto
    }
}

.FeatureCards_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem
}

.FeatureCards_card {
    padding: 1.5rem;
    border-radius: .5rem;
    box-shadow: 0 10px 28px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);
    transition: box-shadow .2s ease,opacity .6s ease,transform .6s ease;
    border-left-width: 4px;
    border-left-style: solid
}

.FeatureCards_card:hover {
    background-size: 100% 200%;
    background-position: 0 100%;
    box-shadow: 0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06);
    transform: scale(1.05)
}

.FeatureCards_blue {
    background-color: #e8f6fd;
    border-left-color: #3b82f6
}

.FeatureCards_yellow {
    background-color: #fef9ed;
    border-left-color: #e89e26
}

.FeatureCards_iconContainer {
    margin-bottom: .5rem
}

.FeatureCards_blue .FeatureCards_icon {
    color: #3b82f6
}

.FeatureCards_yellow .FeatureCards_icon {
    color: #e89e26
}

.FeatureCards_title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: .75rem;
    color: #111827
}

.FeatureCards_description {
    color: #6b7280;
    line-height: 150%;
}

@media (max-width: 900px) {
    .FeatureCards_grid {
        grid-template-columns:repeat(2,1fr)
    }

    .FeatureCards_title {
        font-size: 18px
    }

    .FeatureCards_description {
        font-size: 14px
    }
}

@media (max-width: 480px) {
    .FeatureCards_grid {
        grid-template-columns:repeat(1,1fr)
    }
}

.hostel-facility h2 {
    font-size: 38px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 40px;
}

.faq-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    border-radius: 10px;
}


.course-banner-slider {
  padding: 40px 0;
}

.banner-item {
  border-radius: 10px;
  overflow: hidden;
}

.banner-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Owl Nav buttons */
.banner-carousel .owl-nav button {
  position: absolute;
  top: 45%;
  background: var(--primary-color) !important;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.banner-carousel .owl-nav .owl-prev {
  left: -20px;
}

.banner-carousel .owl-nav .owl-next {
  right: -20px;
}


/* video learning section */
.video-learning-section {
  padding: 60px 0;
}

.section-header {
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--black-color);
}

.section-header p {
  color: #555;
  margin-top: 8px;
}

.video-card {
  background: #ffffff;
    padding: 10px;
    border-radius: 18px;
    height: 250px;
    border: 1px solid #eeeeee;
}

.video-card h4 {
  font-size: 14px;
    font-weight: 600;
	color: #000000;
}

.video-card p {
  font-size: 13px;
  color: #666;
}

/* Laptop frame */
.laptop-frame {
  border-radius: 12px;
}

.laptop-frame iframe {
  width: 100%;
  height: 145px;
  border-radius: 8px;
  border: none;
}

/* Owl nav */
.defence-video-carousel .owl-nav button {
  position: absolute;
  top: 40%;
  background: var(--primary-color) !important;
  color: #fff !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.defence-video-carousel .owl-nav .owl-prev {
  left: -20px;
}

.defence-video-carousel .owl-nav .owl-next {
  right: -20px;
}
.defence-video-carousel .owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  font-size: 28px !important;
    display: flex;
    align-items: end;
    justify-content: center;
}


/* fixed icons */
.floating-contact {
  position: fixed;
    bottom: 50px;
    left: 10px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-contact a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  text-decoration: none;
}

.call-btn {
  background: #0d6efd; /* Blue for Call */
}

.whatsapp-btn {
  background: #25D366; /* WhatsApp Green */
}

.floating-contact a:hover {
  transform: scale(1.1);
}


/* enquiry button */
.enquire-fixed {
  background: #f4a621;
    border-radius: 10px 10px 0px 0px;
    padding: 10px 15px;
    position: fixed;
    top: 280px;
    font-size: 15px;
    font-weight: 600;
    transform: rotate(-90deg);
    border: none;
    color: var(--black);
    z-index: 1000;
    right: 0;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-width: 100px;
    transform-origin: bottom right;
    color: #000;
}

.enquire-fixed:hover {
  color: var(--primary-color);
}
.enquire-fixed svg {
    margin-right: 8px;
}


/* App fixed button */
.app-fixed {
  background: linear-gradient(135deg, #ff0200, #9f2b2a);
    border-radius: 0px 0px 10px 10px;
    padding: 10px 15px;
    position: fixed;
    top: 190px;
    font-size: 15px;
    font-weight: 600;
    transform: rotate(-90deg);
    border: none;
    color: var(--black);
    z-index: 1000;
    left: -188px;
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-width: 100px;
    transform-origin: bottom right;
    color: #ffffff;
}
.app-fixed i {
    margin-right: 8px;
}

.app-fixed:hover {
  color: var(--white-color);
  box-shadow: 0 14px 34px rgba(255, 2, 0, 0.45);
}

/* Primary shimmer */
.app-fixed::after {
  content: "";
  position: absolute;
  top: 0;
  left: -140%;
  width: 65%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.5),
    transparent
  );
  animation: shimmer 3.8s ease-in-out infinite;
}

/* Secondary soft glow layer */
.app-fixed::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: radial-gradient(
    circle at 30% 50%,
    rgba(255,255,255,0.15),
    transparent 60%
  );
  opacity: 0.6;
  pointer-events: none;
}

/* Shimmer animation */
@keyframes shimmer {
  0%   { left: -140%; }
  45%  { left: 140%; }
  100% { left: 140%; }
}

/* testimonial section */
.testimonials-section {
  padding: 80px 0;
}

.small-title {
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}

.section-title {
  font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--black-color);
    line-height: 1.4;
    text-transform: uppercase;
}

.nav-wrapper {
  margin-top: 25px;
}

.nav-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--primary-color);
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-btn:hover {
  background: var(--primary-color);
}

/* Testimonial Card */
.testimonial-card {
 background: #fff;
    padding: 20px 20px 14px;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12), 0 0 0 1px rgba(0, 0, 0, .06);
    transition: all .5s ease;
    text-align: center;
    height: 270px;
}
.testimonial-card:hover{
	background: linear-gradient(0deg, #f1f9fc, #fff);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .22), 0 0 0 1px rgba(0, 0, 0, .06);
}

.testimonial-card h5 {
  font-weight: 600;
  margin-bottom: 3px;
}

.testimonial-card .exam {
  font-size: 14px;
  color: #777;
}

.testimonial-card .quote {
  font-size: 50px;
    color: var(--primary-color);
    margin: 10px 0 0px;
    line-height: 1;
    font-family: __Work_Sans_9cd6f8, __Work_Sans_Fallback_9cd6f8;
    font-weight: 700;
}	

.testimonial-card p {
  font-size: 14px;
    line-height: 1.7;
    color: #6b7280;
}

/* Owl spacing */
.testimonial-slider .owl-item {
  padding: 15px;
}
.nav-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
}
.progress-wrapper {
  width: 180px;
  height: 3px;
  background: #e3e8f5;
  border-radius: 2px;
  overflow: hidden;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: var(--secondary-color); 
  transition: width 0.6s ease;
  display: block;
}

/* blog section */
.blog-content img {
    width: 100%;
}
.blog-content {
    box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2);
    border-bottom: 5px solid var(--secondary-color);
    border-radius: 5px;
	height: 440px;
	position: relative;
}
.blog-content:hover {
    background-image: linear-gradient(to top, #aa8a41 60%, transparent 20%);
    background-position: 0 100%;
    transition: background-position 1s ease;
}
.blog-content a:hover {
    color: var(--black-color);
}
.blog-content h3 {
    font-size: 17px;
    font-weight: 600;
    padding: 12px;
    line-height: 20px;
	color: var(--black-color);
}
.blog-content p{
	 padding: 0 12px;
	 font-size: 14px;
}
.blog-btn {
    /* padding: 12px;
    font-size: 15px;
    color: var(--black-color); */
	position: absolute;
    bottom: 0;
	display: flex;
    margin: 20px 0;
    padding: 0 12px;
}
.blog-btn p{
	font-size: 15px;
    color: var(--black-color);
	margin-bottom: 0;
}
.blog-btn img{
	transition: transform .5s;
    max-width: 40px;
    width: 40px;
	object-fit: contain;
}

.blog-content:hover .blog-btn img {
    transform: rotate(-25deg);
    transition: transform .5s;
}


/* about page */
.breadcrumb-hero {
    position: relative;
    background: url("../img/about/inner-banner.jpg") top center / cover no-repeat;
    padding: 30px 0 0 0px;
    color: #fff;
    overflow: hidden;
}

.breadcrumb-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.4)
    );
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
}

/* Breadcrumb pill */
.breadcrumb-pill {
    display: inline-block;
    background: #ffffff;
    color: #333;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.breadcrumb-pill a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

.breadcrumb-pill span {
    color: #333;
    font-weight: 600;
}

/* Heading */
.breadcrumb-content h1 {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 5px 5px 5px #000;
}

.breadcrumb-content p {
    font-size: 18px;
    max-width: 520px;
    opacity: 0.95;
    margin-bottom: 30px;
}

/* Buttons */
.breadcrumb-buttons .btn {
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 12px;
    border-radius: 6px;
    background: linear-gradient(135deg, #ff0200, #9f2b2a);
    color: #ffffff;
}

.breadcrumb-buttons .btn i {
    font-size: 20px;
    margin-right: 10px;
}

.btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
}


.bottom-offer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--secondary-color);
  padding: 12px 20px;
  z-index: 9999;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.2);
}

.offer-content {
  margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 20px;
}

.offer-text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color);
}

.offer-icon {
  font-size: 20px;
}

.offer-btn {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 8px 18px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.offer-btn:hover {
  background-color: var(--black-color);
  transform: translateY(-1px);
}

.logo-section .grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.logo-section .grid-item {
    background-color: #fff;
    color: var(--black-color);
    text-align: center;
    padding: 12px 10px;
    border-radius: 10px;
    font-weight: bold;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    border-bottom: 5px solid var(--primary-color);
}

.logo-section .grid-item img {
    width: 100px;
	height: 100px;
    object-fit: contain;
	margin-bottom: 10px;
}

/* courses page */
.course-desc h2 {
    font-weight: 700;
    color: var(--black-color);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.course-img img {
    width: 100%;
    border-radius: 8px;
}
.app-content img {
    width: 300px;
}
.app-content h3 {
    font-weight: 700;
    font-size: 22px;
    color: var(--black-color);
    margin: 16px 0;
}
.app-content p{
	margin-bottom: 30px;
}
.app-download-btn {
   background: linear-gradient(135deg, #ff0200, #9f2b2a);
    padding: 10px 15px;
    color: var(--white-color);
	border-radius: 8px;
}
.app-download-btn i {
    font-size: 20px;
    margin-right: 10px;
}
.app-container {
    padding: 36px 20px;
}
.app-content {
    margin-top: 70px;
}
.app-img img {
    width: 250px;
}
.google-play-btn img {
    width: 200px;
}
.app-container h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: 20px;
    line-height: 30px;
}
.check-list {
    list-style: none;
    padding-left: 0;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}

.check-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--secondary-color);
    font-weight: 900;
    font-size: 18px;
}

.eligibility-content {
    background: linear-gradient(135deg, #9f2b2a, #f4a621);
    padding: 30px 20px;
    border-radius: 10px;
    height: 360px;
    color: #f6d3d3;
}
.eligibility-content h2 {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 30px;
}