@import url('https://fonts.googleapis.com/css2?family=Prata&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');

.lato-thin {
	font-family: "Lato", sans-serif;
	font-weight: 100;
	font-style: normal;
}

.lato-light {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.lato-regular {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.lato-bold {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.lato-black {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: normal;
}

.lato-thin-italic {
	font-family: "Lato", sans-serif;
	font-weight: 100;
	font-style: italic;
}

.lato-light-italic {
	font-family: "Lato", sans-serif;
	font-weight: 300;
	font-style: italic;
}

.lato-regular-italic {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: italic;
}

.lato-bold-italic {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: italic;
}

.lato-black-italic {
	font-family: "Lato", sans-serif;
	font-weight: 900;
	font-style: italic;
}

.prata-regular {
	font-family: "Prata", serif;
	font-weight: 400;
	font-style: normal;
}

body {
	font-family: "Lato", sans-serif;
	overflow-x: hidden;
	margin: 0px;
	padding: 0px;
}

:root {
	--heading-fonts: "Prata", serif;
}



a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}


a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none !important;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}



.page-wrapper {
	overflow: hidden;
}



/* main Header */
.slider-two.inner .slider-two_image-layer {
	height: 400px;
}

.slider-two.inner .slider-two_inner {
	padding: 130px 0;
}

.main-header {
	position:relative;
	z-index: 12;
	width: 100%;
	padding: 10px 0;
}

.apbc-header-section .container {
	max-width: 1240px;
}



.apbc-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	-webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(70, 73, 95, 0.6);
	box-shadow: -3.119px 14.672px 60px 0px rgba(70, 73, 95, 0.6);
	-webkit-animation: 1s slideInDown;
	animation: 1s slideInDown;
	z-index: 20;
	padding: 8px 0;
}

.socialicon a svg:hover {
  fill: #72a860;
}

.apbc-nav-menu ul li {
	display: inline-block;
	position: relative;
	padding: 0px 25px;
}

.apbc-nav-menu ul li a {
	color: #020202;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	position: relative;
	font-size: 16px;
	letter-spacing: 1px;
}

.apbc-header-section.apbc-header-sticky .apbc-nav-menu ul li a {
	color: #020202;
}

.contact-author-info .img-holder img {
	width: 100%;
	height: 70px;
	object-fit: cover;
}

.has-submenu ul li a i {
	padding-right: 5px;
	color: #d6d6d6;
}

.has-submenu ul li a {
	width: 100%;
	background: #ffffff;
	padding: 13px 15px 11px 15px !important;
	color: #222222;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	position: relative;
	outline: 0;
	transition: padding .2s linear;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
	line-height: 20px !important;
	border-bottom: 1px solid #ddd;
}

.apbc-nav-menu ul li ::after {
	content: '';
	position: absolute;
	top: 25px;
	left: 0px;
	width: 0;
	height: 2px;
	background-color: #72a860;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.apbc-nav-menu ul li :hover::after {
	width: 100%;
}

.apbc-nav-menu ul .side-demo.position-relative a::after {
	width: 100% !important;
}


.apbc-nav-menu ul li.has-submenu ul {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	background-color: #fff;
	min-width: 250px;
	z-index: 10;
	text-align: left;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	opacity: 0;
	visibility: hidden;
}

.apbc-nav-menu ul li.has-submenu ul:after {
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	width: 100%;
	height: 5px;
	background-color: #72a860;
}

.apbc-nav-menu ul li.has-submenu ul li {
	display: block;
}

.apbc-nav-menu ul li.has-submenu ul li::after {
	display: none;
}

.apbc-nav-menu ul li.has-submenu ul li a {
	padding: 0px 20px;
	color: #000;
	line-height: 40px;
}

.apbc-nav-menu ul li.has-submenu ul li a::after {
	display: none;
}

.apbc-nav-menu ul li.has-submenu ul li a::before {
	display: none;
}

.apbc-nav-menu ul li.has-submenu ul li a:hover {
	color: #72a860;
	padding-left: 25px;
}

.apbc-nav-menu ul li.has-submenu ul li ul {
	left: 100%;
	top: 10px;
}

.apbc-nav-menu ul li.has-submenu ul li:hover>ul {
	top: 5px;
}

.apbc-nav-menu ul li.has-submenu:hover::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.apbc-nav-menu ul li.has-submenu:hover>ul {
	top: calc(100% + 25px);
	opacity: 1;
	visibility: visible;
}

.apbc-sidebar-btn,
.apbc-mobile-menu-open {
	text-align: right;
}

.apbc-sidebar-btn a,
.apbc-mobile-menu-open a {
	width: 50px;
	height: 50px;
	background-color: #72a860;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-size: 25px;
	border-radius: 50%;
	border: 2px solid transparent;
}

.apbc-sidebar-btn a:hover,
.apbc-mobile-menu-open a:hover {
	background-color: transparent;
	border: 2px solid #503191;
	color: #503191;
}



.apbc-nav-menu {
	text-align: right;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.btndiv {
	display: flex;
	gap: 20px;
	align-items: center;
}

.btndiv a {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: normal;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #72a860;
  color: #fff;
  border-radius: 30px;
}

.btndiv a:hover {
  background: #000 !important;
  color: #fff !important;
}

.btn1 {
	background: transparent !important;
	color: #020202 !important;
}

.apbc-header-section.apbc-header-sticky .btn1 {
	color: #615a6d !important;
}

.apbc-header-section.apbc-header-sticky .btn2 {
  color: #fff !important;
  background: #72a860;
}

.apbc-header-section.apbc-header-sticky .btn1:hover {
	color: #fff !important;
}

.apbc-desktop-menu {
	padding-right: 0 !important;
}

@media (max-width: 991.98px) {
	.apbc-sidebar-btn {
		display: none;
	}
}

.apbc-mobile-menu-open {
	display: none;
}



.apbc-mobile-navigation {
	position: fixed;
	right: -320px;
	top: 0;
	width: 300px;
	height: 100vh;
	overflow: scroll;
	background-color: #020202;
	padding-top: 20px;
	z-index: 300;
	display: none;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

@media (max-width: 1024.98px) {
	.apbc-mobile-navigation {
		display: block;
	}
}

.apbc-mobile-navigation .apbc-mobile-menu-close {
	margin-left: 20px;
	margin-bottom: 20px;
	display: inline-block;
	color: #ffffff;
}

.apbc-mobile-navigation ul li {
	position: relative;
}

.apbc-mobile-navigation ul li a {
	padding: 12px 18px;
	display: block;
	color: #ffffff;
	font-weight: 600;
	text-transform: capitalize;
}

.has-submenu ul li a {
	color: #000;
}

.apbc-mobile-navigation ul li+li a {
	border-top: 1px solid #eff3fc2e;
}

.apbc-mobile-navigation ul li ul {
	display: none;
}

.apbc-mobile-navigation ul li ul li a {
	padding-left: 30px;
}

.apbc-mobile-navigation ul li ul li ul li a {
	padding-left: 35px;
}

.apbc-mobile-navigation ul li.has-submenu::after {
	content: '\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #ffffff;
}

.apbc-mobile-navigation ul li.abpc-submenu-icon-ratate::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.apbc-mobile-menu-on {
	right: 0;
}

.logob {
	display: none;
}

.apbc-header-section.apbc-header-sticky .logob {
	display: block;
}

.apbc-header-section.apbc-header-sticky .logow {
	display: none;
}

.apbc-logo-wrapper.logo img {
	width: 80px;
}

/* hero slider css */
.slider-two_image-layer {
	width: 100%;
	height: 700px;
	background-size: cover;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.owl-prev {
	position: absolute;
	left: 20px;
	top: 50%;
}

.owl-next {
	position: absolute;
	right: 20px;
	top: 50%;
}

.owl-next img {
	width: 20px;
}

.owl-prev img {
	width: 20px;
}

.slider-two_image-layer::before {
	position: absolute;
	content: '';
	background-image: none !important;
	background-color: rgba(27, 48, 83, 0.30);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.slider-two_inner {
	padding: 250px 0;
	z-index: 1;
	color: #fff;
}

.slider-two_heading {
	line-height: 70px;
	letter-spacing: 2px;
	font-size: 55px;
	font-family: "Lato", sans-serif;
	/*text-transform: uppercase;*/
	font-weight: 800;
}

.slider-two_text {
	font-size: 26px;
	font-weight: 600;
	line-height: 25px;
	margin: 34px auto;
}

.slider-two_button-box .btn1 {
	margin-right: 10px;
}


.slider-two-content {
	position: relative;
}

.owl-prev {
	position: absolute;
	left: 20px;
	top: 50%;
}

.owl-next {
	position: absolute;
	right: 20px;
	top: 50%;
}

.slide {
	width: 100%;
}

.slider-two {
	overflow: hidden;
	width: 100%;
}


/* about section css */
.about-section {
	padding: 100px 0;
}

.abtimg img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 20px 0;
}

.heading {
	position: relative;
	font-weight: 900;
	font-size: 3rem;
	margin-bottom: 20px;
	display: inline-block;
	color: #020202;
}

.heading::before {
	position: absolute;
	content: '';
	background: #72a860;
	width: 50%;
	height: 2px;
	left: 0;
	top: 68px;
}

.abtcontent h5 {
	font-weight: 700;
	color: #72a860;
}

.abtcontent p {
	font-size: 18px;
}


/* services css */
.srcol img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 10px;
	transition: all .5s ease-in-out;
}

.srcol {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.srcol h3 {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	background: #020202;
	padding: 15px 0;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 0 0 10px 10px;
	text-transform: uppercase;
}

.srcol:hover img {
	transform: scale(1.1);
}

.srcol h3 a {
	color: #fff;
}

.our-section {
	padding: 50px 0;
	background: #e6f7ef;
	text-align: center;
}

.our-section .btndiv {
	justify-content: center;
	margin-top: 25px;
}

.our-section .btndiv .btn2 {
	background-color: #72a860;
	color: #fff;
}

.about-section.globlenetwork .abtcontent {
	background: rgba(255, 255, 255, .8);
	padding: 30px;
	border-radius: 30px;
}

.about-section.globlenetwork {
	background-repeat: no-repeat;
	background-size: cover;
}

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


/* foooter css */
footer {
	background: #020202;
	color: #e2e8f0;
	padding: 50px 0;
}

.socialicon a svg {
	width: 1.5rem;
	fill: #e2e8f0;
}

.socialicon a {
	margin: 0 10px 0;
}

footer a {
	color: #e2e8f0;
}

.footerbottom {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e2e8f0;
	padding-top: 30px;
}
footer a:hover{
color: #72a860
}

.frb a {
	margin: 0 10px;

}

.fcol ul li {
	padding: 5px 0;
}

.fcol h3 {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
	color: #fff;
}

.newsletterform {
	display: flex;
	gap: 15px;
	align-items: center;
}

.newsletterform .btn2 {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #72a860;
	border-radius: 4px;
	border: none;
	color: #fff;
}

.socialicon {
	margin-top: 20px;
}



/* login /sign css */
.login-form {
	background: white;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;

}

.logo {
	width: 100px;
  }

.h2 {
	font-size: 2.5em !important;
	font-weight: 600;
	margin-bottom: 20px;
	color: #333;
}

label {
	display: block;
	text-align: left;
	margin-bottom: 8px;
	color: #555;
}

.login-form input {
	width: 100%;
	padding: 10px 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	outline: none;
	transition: border-color 0.3s;
	border-radius: 30px;
}

.options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.options p {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	gap: 10px;
  }
.options p input {
	width: 13px;
	margin-bottom: 0;
  }

.login-form .btn2 {
	background-color: #72a860;
	color: #fff;
	width: 100%;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: normal;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	border-radius: 30px;
	margin-bottom: 20px;
}
.left-side img {
	width: 100%;
  }
  .login-section {
	padding: 100px 0;
	background-size: cover;
	background-position: center;
  }
  .signup a {
	color: #007BFF;
	text-decoration: none;
  }
  .reference-select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #f9f9f9;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
  }



  .form-container {
	max-width: 600px;
	background: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 0px auto;
}
h2 {
	color: #6a5acd;
	text-align: center;
}
.form-label {
	color: #72a860;
	font-weight: bold;
}
.btn-primary {
	background-color: #72a860;
	border: none;
}
.btn-primary:hover {
	background-color: #202020;
}
.contact_us {
	padding: 100px 0;
	background-size: cover;
	text-align: center;
  }
  .contact_us .heading {
	margin-bottom: 40px;
  }
  .ctwgt {
	text-align: left;
  }
  .ctwgt h4 {
	font-size: 20px;
	font-weight: 600;
	color: #020202;
  }
  .ctwgt p{
	font-size: 16px;
  }
  .our-section.about-section {
	text-align: left;
  }
  .key {
	display: flex;
	align-items: center;
  }
  .kicon img {
	width: 100px;
  }
  .ktxt h3 {
	font-size: 20px;
	font-weight: 700;
	color: #020202;
  }
  .ktxt h6 {
	font-weight: 700;
  }