   :root {
	--primary-color: #0d6efd;
	--secondary-color: #198754;
	--accent-color: #fd7e14;
	--dark-color: #212529;
	--light-color: #f8f9fa;
	--href-color: #326774;
	--href-border: #93b2ba;
	--white: #ffffff;
}

html
{
	overflow-x: hidden!important;
}


body {
	font-family: 'Roboto', sans-serif;
	color: #333;
	overflow-x: hidden!important;
}



.grp
{
	color: var(--href-color);
	margin-right: 20px;
}

.prehead {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
}


.greenbg
{
	
}

.greenbg:before
{
	width: 500%;
	height: 250px;
    background: #74888B;
	background: linear-gradient(90deg, rgba(116, 136, 139, 0) 0%, rgba(116, 136, 139, 0.39) 100%);
	position: absolute;
	left: -200%;
	top: 22%;
	content:"";
	z-index: -1;
}


.greenbg2
{
	
}

.greenbg2:before
{
	width: 500%;
	height: 350px;
	background: #74888B;
	background: linear-gradient(90deg, rgba(116, 136, 139, 0) 0%, rgba(116, 136, 139, 0.39) 100%);
	position: absolute;
	left: -200%;
	top: 37%;
	content:"";
	z-index: -1;
}



.man
{
	position: relative;
}

.man:after
{
	width: 100%;
	height: 360px;
    border-radius: 15px;
	content: "";
	position: absolute;
	background: url('../images/man.png')no-repeat center center;
	background-size: cover;
}


.feat span
{
	font-size: 1.5rem;
	line-height: 1.9rem;
	display: inline-block;
	background: var(--white);
	border-radius: 10px;
	padding: 10px 25px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: var(--href-color);
}

.feat p
{
	font-size: 1.25rem;
	line-height: 1.8rem;
}


.small
{
	font-size: 13px!important;
	line-height: 15px!important;
}


.p1-8
{
	padding: 20px!important;
}

.navbar-brand
{
	width: 130px;
	height: 50px;
	background: url('../images/logo.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.nav-item
{
	margin-right: 30px;
}

.nav-link
{
	color: var(--href-color);
	border-bottom: 1px solid var(--href-border);
	padding: 0px!important;
	display: inline-block;
}

.nav-link:hover
{
	border-bottom: 1px solid transparent;
}

.navbar-collapse
{

}

.navbar-collapse ul
{
padding: 20px 0px;
}


.lead 
{
	font-weight: 400;
}

.btn-aip
{
	background: var(--href-color)!important;
	color: var(--white)!important;
}

.btn-aip:hover
{
	border: 1px solid  var(--href-color)!important;
}

.btn-ehitr
{
	color: var(--href-color)!important;
	background: var(--white)!important;
}


.hero-section {
	background: url('../images/hero-bg.png') no-repeat center center;
	background-size: cover;
	color: white;
	padding:0;
	margin-top: 100px;	
	max-height: 1500px;
	min-height: 500px;
}

.hero-peds
{

	position: relative;
	padding: 0px!important;
	margin: 0px!important;
	max-height: 500px;
}

.hero-peds:after
{

    position: absolute;
	bottom: 0px;
	content: "";
	background: url('../images/hero-peds.png') no-repeat center bottom;
	background-size: contain;
	width: 100%;
	height: 520px;
	
	
}

.arrow
{
	height: 3px;
	background: #919ba0;
	margin-top: -50px;
	position: relative;
	display: block;
}

.arrow:after
{
	width: 19px;
	height: 21px;
	position: absolute;
	content: "";
	background: url('../images/arrow.png') no-repeat center center;
	right: -10px;
	top: -9px;
	
}


 .manvis
 {
	 display: none;
 }


 .h5
 {
	 font-weight: bold;
 }
 
 .mpp
 {
  margin-top: 20px;
 }
 
 .borderedtop
 {
	 background: var(--href-color);
	 padding-top: 20px;
	 padding-bottom: 15px;
 }
 
 .reward
  {
	  text-align: center;
	  color: var(--white);
  }
 
  .reward span
  {
	  font-size: 40px;
	  font-weight: bold;
	  color: var(--white);
  }
  
  .reward p
  {
	  font-size: 0.9rem;
	  color: var(--white);
  }
  



.zem
{
	position: relative;
	min-height: 150px;
}

.zem:before
{
	position: absolute;
	top: 1px;
	content: "";
	background: url('../images/zem.png') no-repeat center center;
	background-size: contain;
	width: 100px;
	height: 100px;
	z-index: -1;
	diplay: block;
	

	
}

.in-zem
{
	padding-left: 20px;
	padding-top: 45px;
	color: var(--href-color);

}

.in-zem span
{
	font-size: 50px;
	font-weight: bold;
	color: var(--href-color);
}
.in-zem p
{
	padding-right: 50px;
}



.zem2
{
	position: relative;
	min-height: 150px;
}

.zem2:before
{
	position: absolute;

	content: "";
	background: url('../images/zem2.png') no-repeat center center;
	background-size: cover;
	width: 300px;
	height: 300px;
	z-index: -1;

	transform: translate(-50%, -50%);
	left: 50%;
	top: 40%;
	
}

.in-zem2
{
	text-align: center;
	padding-top: 75px;
	color: var(--href-color);

}

.in-zem2 span
{
	font-size: 60px;
	font-weight: bold;
	color: var(--href-color);
}
.in-zem2 p
{
	padding-top: 75px;
	font-size: 1.25rem;
	text-align: left;
}




.zem3
{
	position: relative;
	min-height: 150px;
}

.zem3:before
{
	position: absolute;
	top: 1px;
	left: -20px;
	content: "";
	background: url('../images/zem.png') no-repeat center center;
	background-size: contain;
	width: 100px;
	height: 100px;
	z-index: -1;
	diplay: block;
}

.in-zem3
{
padding-top: 47px;
padding-left: 20px;

}

.in-zem3 span
{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
}

.in-zem3 p
{
	font-size: 1.25rem;
	line-height: 2.1rem;
}

.mt-10
{
	margin-top: 50px;
}



.bot
{


}


.ser-card
{
	background: #F6F7F7;
	background: linear-gradient(180deg, rgba(246, 247, 247, 0.6) 0%, rgba(193, 214, 220, 0.6) 100%);
	border-radius: 20px;
	position: relative;
	padding: 20px;
}

.ic1:after
{
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 100px;
	height: 100px;
	background: url('../images/p1.png') no-repeat center center;
	background-size: contain;
}

.ic2:after
{
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 100px;
	height: 100px;
	background: url('../images/p2.png') no-repeat center center;
	background-size: contain;
}

.ic3:after
{
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 100px;
	height: 100px;
	background: url('../images/p3.png') no-repeat center center;
	background-size: contain;
}

.ic4:after
{
	content: "";
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 100px;
	height: 100px;
	background: url('../images/p4.png') no-repeat center center;
	background-size: contain;
}


.slide-port
{
	padding-right: 10px;
	padding-left: 10px;
}

.card-body h3
{
	color: var(--href-color)!important;
	padding-bottom: 20px;
}

.card-body
{

}

.list-unstyled 
{
	margin-left: 15px;
}

.list-unstyled li
{
	list-style-type: circle;
}

.pb-10
{
	padding-bottom: 20px;
}

.text-center-white
{
	text-align: center;
	color: var(--white);
}




.stat-item {
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.1);
	margin-bottom: 20px;

}

.stat-item:hover {

}

.stat-value {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 0;
}

.benefit-card {
	border: none;
	border-radius: 10px;

	height: 100%;
}



.service-card {
	border: none;
	border-radius: 10px;

	height: 100%;
}


.card
{
border: 0px solid #ebebeb!important;	
}


.portfolio-item {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 1px solid #ebebeb!important;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.team-member {
	text-align: center;
	margin-bottom: 30px;
}

.team-img {
	width: 250px;
	height: 250px;
	border-radius: 20px;
	object-fit: cover;
	margin-bottom: 15px;
	border: 5px solid #f8f9fa;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.testimonial {
	background-color: #f8f9fa;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 30px;
	border: 5px solid #f8f9fa;

}

.contact-form {
	background-color: #f8f9fa;
	border-radius: 10px;
	padding: 30px;
	

}

.btn-primary {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	padding: 10px 25px;
	font-weight: 600;
}

.btn-telegram {
	background-color: #0088cc;
	color: white;
}

.btn-telegram:hover {
	background-color: #006da3;
	color: white;
}

.section-title {
	position: relative;
	margin-bottom: 40px;
	font-weight: 700;
}

.section-title:after {
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background: var(--primary-color);
	margin-top: 15px;
}

.navbar {
	padding: 15px 0;
	transition: all 0.3s;
}

.navbar-scrolled {
	padding: 5px 0;
	background-color: white;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.yel
{
	color: #ffcc00;
}


footer {
background: #222529;
background: linear-gradient(10deg, rgba(34, 37, 41, 1) 0%, rgba(70, 112, 138, 1) 53%, rgba(71, 117, 105, 1) 100%);
	color: white;
	padding: 60px 0 30px;
}

footer a {
	color: rgba(255, 255, 255, 0.8)!important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5)!important;
	text-decoration: none!important;
	transition: color 0.3s!important;
}

footer a:hover
{
	border-bottom: 1px solid transparent!important;
}


footer a:hover {
	color: white;
}

.social-icon {
	font-size: 1.5rem;
	margin-right: 15px;
	color: rgba(255, 255, 255, 0.8);
	transition: color 0.3s;
}

.social-icon:hover {
	color: white;
}

.slick-dots li button:before 
{
	font-size: 25px!important;
}

.slick-dots li.slick-active button:before 
{
	color: var(--href-color)!important;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before 
{
	opacity: 0.3)!important;
}


.p-4
{
	padding: 0.5rem!important;
}

.p-6
{
	padding: 1rem!important;
}

 .form-container {
	border-radius: 10px;
	border: 1px solid #dcdcdc;
	padding: 0px;
}
.custom-input {
	border-radius: 10px;
	border: 1px solid #dcdcdc;
}
.custom-input::placeholder {
	color: #808080;
}
.service-btn {
	background-color: #f2f2f2;
	border-radius: 5px;
	transition: all 0.3s ease;
}
.service-btn.active {
	background-color: #326674;
	color: white;
}
.submit-btn {
	background-color: #326674;
	border-radius: 10px;
	transition: background-color 0.3s ease;
}
.submit-btn:hover {
	background-color: #27505d;
}
.profile-img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	object-fit: cover;
}





.feat2
{
	padding-top: 100px;
}



.rounded-circle
{
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 2px solid var(--white);
}


 @media (min-width: 00px) and (max-width: 992px) {
	 .navbar-collapse
	 {
		 display: none;
	 }
 }


 @media (min-width: 00px) and (max-width: 500px) {
  /* CSS rules for screens between 320px and 767px wide */
  
  .ic1:after, .ic2:after, .ic3:after, .ic4:after
  {
	  width: 50px;
	  height: 50px;
	  right: 10px;
	  bottom: 10px;
  }
  
  
  .manvis
  {
	  display: block;
	  width: 100%;
	  height: 360px;
	  border-radius: 15px;
	  background: url('../images/man.png')no-repeat center center;
	  background-size: cover;
  }
  
  .man
  {
	  display: none;
  }
  
  .greenbg:before
  {
	  height: 500px;
	  top: 13%;
	  left: 0px;
	  width: 500px;
  }
  
  
  .feat2
  {
	  padding-top: 10px;
  }

  
  .greenbg2:before
  {
	  width: 500px;
	  height: 1200px;
	  background: #74888B;
	  background: linear-gradient(90deg, rgba(116, 136, 139, 0) 0%, rgba(116, 136, 139, 0.39) 100%);
	  position: absolute;
	  left: 0px;
	 top: 20%;
	  content:"";
	  z-index: -1;
  }
  
.hero-peds
  {
  
	  position: relative;
	  padding: 0px!important;
	  margin: 0px!important;
	  max-height: 320px;
  }

.arrow
{
	display: none;
}
  
  
}


a
{
	color: var(--href-color)!important;
	border-bottom: 1px solid var(--href-border);
}

a:hover
{
	border-bottom: 1px solid transparent;
}

.social
{
	border-bottom: 0px;
	font-size: 40px;
}

.footlogo
{
	width: 120px;
	margin-bottom: 20px;
}


 .backdrop-blur-bg {
	 background: rgba(63, 102, 114, 0.7);
	 backdrop-filter: blur(10px);
	 -webkit-backdrop-filter: blur(10px);
 }
 
 .menu-transition {
	 transition: transform 0.3s ease-in-out;
 }
 
 .menu-enter {
	 transform: translateX(-100%);
 }
 
 .menu-enter-active {
	 transform: translateX(0);
 }
 
 .menu-exit {
	 transform: translateX(0);
 }
 
 .menu-exit-active {
	 transform: translateX(-100%);
 }
 
 @media (min-width: 991px) {
	 #menuButton {
		 display: none;
	 }
 }





