@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/remixicon@4.0.0/fonts/remixicon.css');
@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rancho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* Open Sans Light */
@font-face {
	font-family: 'Open Sans regular';
	src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
		url('../fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}


/* Colors */
:root {
	--g-green-clr1: #0db14b;
	--g-green-clr2: #72bf44;
	--g-g-green-clr: #a6ce39;
	--g-d-blue-clr: #0066b3;
	--g-d-sky-blue-clr: #00a1e4;
	--g-sky-blue-clr: #00b9f2;
	--lora-font: "Lora", serif;
	--lato-font: "Lato", sans-serif;
	--opensans-regular-font: "Open Sans regular", serif;
	--font-family-Markazi: "Markazi Text", serif;
    --font-family-Rancho: "Rancho", cursive;
}

p {
	color: var(--p-clr);
	text-align: justify;
	line-height: 1.7;
	font-size: 16px;
}

.cmn-pad {
	padding: 50px 0px !important;
}

.cmn-btn-r {
	border-radius: 40px;
	border: 1px solid #AF964D;
}

.cmn-btn {
	font-size: 12px;
}

.cmn-btn:hover {
	background-color: #AF964D;
	color: #fff;
}

.cmn-filter-dropshadow {
	-webkit-filter: drop-shadow(5px 5px 5px #8f8f8f);
	filter: drop-shadow(5px 5px 5px #8f8f8f);
}

.pg-top-area {
	background-color: var(--g-blue-green-clr);
	padding: 5px;
	
}

.pg-top-area ul {
	list-style-type: none;
	color: #fff;
	display: flex;
	justify-content: end;
	align-items: center;
	align-self: center;
	margin-bottom: 0;
	font-size: 14px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"]{ font-size: 12px;}

.cmn-edit {
	margin-top:75px;
}

.pg-top-area ul a {
	font-size: 14px;
	color: #fff;
}


/* cmn form error */
 .pg-cmn-frm-error {
    border: 1px solid #ff0000;;

  }

  .pg-cmn-frm-text-danger {
    font-size: 0.85em;
  }

  .pg-cmn-frm-position-relative {
    position: relative;
  }

  .pg-cmn-frm-toggle-password {
    position: absolute;
    right: 10px;
    top: 38px;
    cursor: pointer;
  }
.pg-cmn-frm-text-danger{ color:#ff0000; font-size: 12px;}


.hero-image-box {
	width: 100%;
	height: 500px;
	position: relative;
	display: flex;
	align-items: center;
}

.hero-image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.hero-image-box h1 {
	color: #fff;
	position: relative;
	top: 0;
	display: flex;
	align-items: center;
	margin: 0 auto;
	justify-content: center;
	text-align: center;
	z-index: 1;
	font-size:38px;
	padding: 10px;
	flex-direction: column;

    background-color: rgba(0,0,0,0.5);


}

.hero-image-box h1 span {
	font-size: 18px;
	font-weight: normal;
	font-family: var(--opensans-regular-font);
	margin-top: 10px;
}


/*.hero-image-box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}*/

/* Smooth scroll behavior */
:root {
	scroll-behavior: smooth;
}

body {
	font-family: 'Open Sans regular';
	font-size: 18px !important;

}

a {
	color: var(--color-primary);
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
	color: #82cbed;
	text-decoration: none;
}

#registrationForm .form-check-input:checked {
	background-color: #157347 !important;
	border-color: #157347 !important;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("../svg/checkbox-checkmark.svg") !important;
}



.pg-cmn-e-reg {}

.pg-inner-mar-top {
	margin-top: 100px;
}

.pg-inner-page-title {
	background-color: #e6e4e7;
	padding: 20px 0px;
}

.pg-inner-page-title h1 {
	font-size: 29px;
	margin-bottom: 0px;
}


/* Header */

section {
	overflow: hidden;
	padding: 60px 0;
}

.section-header {
	text-align: center;
	padding-bottom: 30px;
}

.section-header h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.section-header h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 2px;
	background: var(--color-primary);
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.section-header p {
	margin-bottom: 0;
}


.gk-section {
  padding: 80px 0;
}

.gk-title {
  font-weight: 700;
	color: var(--g-green-clr2);
}

.gk-tagline {
  color: #6c757d;
  margin-bottom: 30px;
  font-style: italic;	
}

.gk-description {
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7
	  
}


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: #df6392;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.scroll-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.scroll-top:hover {
	background: #022a21;
	color: #fff;
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	transition: all 0.5s;
	z-index: 997;
	padding: 0px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

@media (max-width: 1200px) {
	.header {
		padding: 12px 0;
		padding-top: 0px;
	}
}

.header.sticked {
	background: #fff;
	padding: 5px 0;
	padding-top: 0px;

}

.header .logo img {
	height: auto;
	margin-right: 6px;
	width: 150px !important;
	padding: 5px 0px;

}

.header .logo h1 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	font-family: var(--font-secondary);
	margin: 0;
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .navbar li {
    position: relative;
    flex-shrink: 0;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 15px 30px;
    font-family: var(--font-default);
    font-size: 15px;
    font-weight: 500;
    color: #686868;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #000;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.2s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover > a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  /* Hide mobile icons in desktop */
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(27, 47, 69, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color: #fff;
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: rgba(20, 35, 51, 0.6);
  }

  .navbar .dropdown > .dropdown-active,
  .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #7f7f7f;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
  }

  .mobile-nav-hide {
    color: rgba(255, 255, 255, 0.9);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(27, 47, 69, 0.7);
    z-index: 9996;
  }
}






/*** Footer copyright Styles ***/

.gk-copyright-section {
	background-color: #fff;
	padding: 10px 0;
	text-align: center;
	color: #7D7D7D;
	font-size: 14px;
	border-top: 1px solid #b0cb1f;
}

.gk-copyright-section a {
	color: #AF964D;
}