@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400&family=Nanum+Gothic:wght@400;700;800&display=swap');
html,body
{
  
    overflow-x: hidden; 
}




body {
	line-height: 1.8;
	color: #141414;
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	letter-spacing: 1px;

	color: #6d6d6d;
	padding-bottom: 10px;
	
}

a {
	font-weight: 700;
	transition: all 0.4s ease;
	text-decoration: none;
}

img {
	width: 100%;
}

small {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 700;
}



.navbar{
	border-bottom: 1px solid #d1d1d1;

}
.navbar .nav-link {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link.active {
	color:#476A77;

}

.logo-text {
	width: 80px;
	height: auto;
}

.hero{
	background-image: url(../images/main.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}


.numbers {
	padding-top: 40px;
}

.AU {
	background-image: url(../images/logoPattern-10.png);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.testit{
	padding-top: 2px;
	border-color: #ffffff7e;
	transition: all 0.55s ease;

	
  }
  .knowMoreButton {
	padding-top: 8px;
	padding-bottom: 8px;
	border-color: #bebebec5;
	transition: all 0.55s;
  }
  .knowMoreButton:active, .knowMoreButton:focus, .knowMoreButton:hover {
	background-color: #f0f0f0 !important;
	color: #2e2e2e;
	
  }

  .testit:active, .testit:focus, .testit:hover {

	background-color: #ffffff11!important;
	
  }

  .card-effect {
	  height: 250px;
	  box-shadow: var(--box-shadow);
	  background-color: rgba(247, 247, 247, 0.603);
	  padding: 25px;
	  transition: all 0.35s ease;
  }
 
.card-effect:hover {
	box-shadow: none;
	background-color: rgba(247, 247, 247, 0);
	transform: translateY(5px);
}
.later{

	background: linear-gradient(#476a77e0,#476A77), url(../images/ct-g.jpg);
	background-position: center;
	background-size: cover;
	height: 250px;
	width: auto;
}
.counter-up{
	color: white;
	min-height: 60vh;
	display: flex;
	align-items: center;
	padding: 0 50px;
}

.counter-up .content {
	position: relative;
	z-index: 2;
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.content .box {
	width: calc(25% - 30px);
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	color:#fff;
	flex-direction: column;
	border-radius: 5px;
}

.content .box .icon{
	font-size: 40px;
}

.content .box .counter{
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}

.content .box .text{
	font-weight: 400;
}

@media (max-width: 1036px) {

	.counter-up{
		padding: 50px 50px 0 50px;
		min-height: 80vh;
	}
	.content .box{
	width: calc(50% - 30px);
	margin-bottom: 50px;
	}
}


*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

span {
	display: inline-block;
	text-decoration: none;
	color: inherit;

}

.section-head {
	margin-bottom: 60px;
	color: #2e2e2e;
	
}

.section-head h3 {
	position: relative;
	padding: 0;
	color: #686868;
	line-height: 1;
	letter-spacing: 0.3px;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	text-transform: none;
	margin-bottom: 30px;
}

.section-head p{
	color: #686868;
	font-size: 16px;
	text-align: center;
	line-height: 28px;
}

.item{
	background-color: #fff;
	text-align: center;
	padding: 30px 25px;
	box-shadow: 0 0 25 rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	margin-bottom: 30px;
	border: 2px solid rgba(0, 0, 0, 0.07);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0;
}
.item:hover{
	background: #eeeeee;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2); 
	-webkit-transition:  all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.item:hover .item, 
.item:hover span.icon{
	background: #476A77;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p{
	color: #2e2e2e;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;

}

.item .icon{
	font-size: 30px;
	margin-bottom: 20px;
	color: #fafafa;
	width: 70px;
	height: 70px;
	line-height:65px;
	border-radius: 50px;
	transition: all 0.5s ease 0s;

	
}
.item:hover .icon{
	
	color: #ffffff;
}

.item .feature_box_col_one{
	background: rgba(189, 189, 189, 0.2);
	color: rgba(73, 116, 156, 0.133);
	
}
.feature_box_col_one{
	height: 20px;
}

.item p{
	font-size: 15px;
	line-height: 24px;
}
.cities{
	align-items: center;
}

.abts{
	background-image: url(../images/nazanm-01.jpg);
	background-position: center;
	background-size: cover;
	height: 350px;
	width: auto;
	
	
}
.about-header{
	color: #fff;
	text-align: center;
	align-items: center;
}

.value-section{
	text-align: center;
	margin-bottom: -20px;
	margin-top: 50px;

}

.vv{
font-size: 120px;
color: #14141425;
text-align: right;
margin-bottom: -60px;



}

.tt{
	text-align: left;

	
}

@media (max-width: 768.98px) {
	.tt {
		text-align: center;
	
	}
	.vv{
		text-align: center;
		font-size: 40px;
	}
}


.quality {
	padding-top: 65px;
}
.responsibility{
	padding-top: 65px;
}
.passion{
	padding-top: 65px;
}

.footer-bk{
	background-color: #414141;
	color: white;
}
.footer-bk h6{
	
	color: white;
}

.morepadding{
	padding: 6em;
	
}
.contactright{
	align-items: center;
}


/*our services page*/



.srvcs{

	background: linear-gradient(#476a777a,#476A77), url(../images/closeup-image.jpg);
	background-position: center;
	background-size: cover;
	height: 350px;
	width: auto;

}
.srvcs-header{
	color: #fff;
	text-align: center;
	align-items: center;
}

.srvcs-icon {
	font-size: 50px;
	color: #476A77;
}

/* preloader */

#preloader{
	background: #ffffff url(../images/preload.gif) no-repeat center center;
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 100;
}

.srvcs-btn button{
	text-align: center;
}

/* Remove border from toggler */
.navbar-toggler {
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon{
    width: 30px;
    height: 3px;
    background-color: rgb(114, 114, 114);
    display: block;
    transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
    margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

/* Navbar mobile styling */
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
    background-color: #777777;
}

  
  .navbar .navbar-collapse {
	text-align: center;
  }




