@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap&subset=latin-ext');


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

html,body {
	margin: 0%;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	font-size: 14px;
	padding: 0;
	color: #777777;
}

.title-text {
	font-weight: 300; 
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
}

.text-uppercase {
	text-transform: uppercase;
}

img {
	width: 100%;
	/* transition: transform 500ms; */
}

.site-buttons {
	display: inline-block;
	margin: 2rem auto;	
}

.button {
	font-weight: 500;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	border: 3px solid transparent;
	border-radius: 4px;	
}

.button.primary-button {
	background: #f1b300;;
	color: white;
	border-radius: 4px;	
}

.button.primary-button:hover {
	background: whitesmoke;
	background-clip: padding-box;
	color:black;
	transition: background .6s ease;
	box-shadow: 0px 10px 30px rgba(57,56,61,0.205);
}

button:focus, 
button:active,
button:hover,
.btn:active,
.btn.active {
	outline: 0px !important;
	/*box-shadow: none!important;*/
}

#button.gototop {
display: inline-block;
  background-color: #f1b300;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  margin: 30px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding-top: 10px;
}

#button.gototop i {
	color: #034871;
}
#button.gototop:hover {
  cursor: pointer;
  background-color: #333;
}

#button.gototop.show {
	opacity: 1;
	visibility: visible;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding: 4rem 0;
	text-align: center;
	margin: 0;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}

.site-main .header_area {
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	left: 0;
	background: white;
	padding: 0.5rem 4rem;
	box-shadow: 2px 2px 22px rgba(0,0,0,0.1);
}

.site-main .header_area .navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}
.site-main .header_area .navbar-nav {
	flex-direction: row;
}
.site-main .header_area .logo-link {
	width: 183px;
	max-width: 183px;
	height: 50px;
	background: white;
}

.site-main .header_area .navbar .nav-item .nav-link {
	font-size: 100%;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.site-main .header_area .navbar .nav-item a.nav-link {
	color: black;
	padding: 15px 10px;
	margin: 0 5px;
	border-bottom: 5px solid transparent;
}

.site-main .header_area .navbar .nav-item a.nav-link:hover {
	border-bottom: 10px solid;
	border-image-slice: 1;
	border-width: 5px;
	border-image-source: linear-gradient(to right, #17dcf7, #007cc4);
	transition: border-bottom 0.8s ease;
}

.site-main .header_area .navbar .logo-link img {
	width: 100%;
	height: 100%;
}
	
button span {
	color: black;
}
/*banner area*/

.site-main .site-banner {
 	background: linear-gradient(45deg, rgba(3, 70, 113, 0.9), rgba(0,124,196, 0.9)), url(../img/hatter.jpg);
 	background-position: left;
	width: 100%;
}

.site-main .site-banner .site-title {
	padding: 6rem 0 2rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.site-main .site-banner .site-title h1 {
	color: white;
	text-shadow: 0px 10px 30px rgba(0,0,0,0.5);
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding: 1rem 0 1.5rem 0;
}

.site-main .site-banner .site-title h2 {
	padding: 2rem 0 1rem 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.site-main .site-banner .site-title h4 {
	color: rgba(255,255,255,0.8);
	text-align: center;
	padding: 0 0 2rem 2rem;	
	font-size: 1rem;
	line-height: 1.5rem;
}

/*About me area */

.site-main .about-me .cta-div {
	width: 100%;
	background: linear-gradient(to right, #034871, #007cc4);
	color: white;
	padding: 2rem 0;
	margin: 4rem 0 0 0;
}

.site-main .about-me .cta h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.site-main .about-me .cta-div .counter {
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 0 0 1rem 0;
}
.site-main .about-me .cta-item {
	width: 30%;
	text-align: center;
}
.site-main .about-me .cta-item .big {
	font-size: 40px;
}
.site-main .about-me .cta-div p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.site-main .about-me .cta-div h2 {
	padding: 2rem 0;
}

.site-main .about-me .cta-div .cta-num {
	display: flex;
	justify-content:center;
}

/* Team section*/

.site-main .team {
	width: 100%;
	background: #f4f4f4;
	padding: 0 0 5rem 0;
}
.site-main .team .team-div {
	display: flex;
	justify-content: center;
}
.site-main .team .team-div ul {
	list-style: none;
}
.site-main .team .team-div .team-div1 {
	width: 25%;
	margin: 0 3rem 0 0;
	background: white;
	box-shadow: 0px 10px 30px rgba(57, 56, 61, 0.205);
	padding: 1.5rem;
}
.site-main .team .team-div .team-div2 {
	width: 25%;
	margin: 0 0 0 3rem;
	background: white;
	box-shadow: 0px 10px 30px rgba(57, 56, 61, 0.205);
	padding: 1.5rem;
}
.site-main .team .team-div .team-img img {
	transition: transform 500ms;
}
.site-main .team .team-div .team-img img:hover {
	  -ms-transform: scale(1.05,1.05);  /* IE 9 */
	 -webkit-transform: scale(1.05,1.05);  /* Safari prior 9.0 */
	 transform: scale(1.05,1.05);  /* Standard syntax */
	 transition: transform 500ms; 
}
.site-main .team .team-div .team-details {
	padding: 1rem 1rem 0 1rem;
	font-size: 0.8rem;
}
.site-main .team .team-div .how-work {
	width: 40%;
	padding: 2rem;
}
.site-main .team .team-div .how-work ul {
	list-style: square;
}
.site-main .team .team-div .how-work li {
	margin: 1rem 0;
	text-align:justify;
}
.site-main .team .team-div .how-work h3 {
	padding: 0 0 1rem 0;
	text-align: center;
}

/* Services section*/
.site-main .services {
	width: 100%;
	background: linear-gradient(45deg, rgba(3, 70, 113, 0.9), rgba(0,124,196, 0.9)), url("../img/hatter.jpg");
	background-position: left;
	padding: 0 0 3rem 0;
	color: white;
	
}
.site-main .services .services-div {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 2rem 0;
	justify-content: center;
}

.site-main .services .service {
	width: 28%;
	margin: 1rem;
	background: white;
	color: black;
	padding: 1rem;
	display: flex;
}	
.site-main .services .service .service-ikon {
	margin-right: 1rem;
	width: 20%;
}
.site-main .services .service .service-ikon img {
	transition: transform 500ms;
}
.site-main .services .service .service-ikon img:hover{
	-ms-transform: scale(1.05,1.05);  /* IE 9 */
	-webkit-transform: scale(1.05,1.05);  /* Safari prior 9.0 */
	transform: scale(1.05,1.05);  /* Standard syntax */
	transition: transform 500ms; 
}
.site-main .services .service h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-align: center;
}
.site-main .services .service .service-body {
	text-align: center;
	width: 75%;
}
.site-main .services .service .service-body p{
	margin-bottom: 0;
}
.site-main .services .service-plus {
	text-align: center;
	font-size: 0.8rem;
	opacity: 0.8;
}

/* start part-test (partners) area*/

.site-main .part-test {
	padding: 0 0 5rem 0;
}


.site-main .part-test .part-test-second {
	width: 100%;
	max-width: 100%;
}

.site-main .part-test .partner-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
}
.site-main .part-test .partner-container .partner-item {
	width: 300px;
	height: 150px;
	margin:2rem;
	border: 1px solid #201f1f17;
	background-color: transparent;
	perspective: 600;
}

.site-main .part-test .partner-container .partner-item .partner {
	position: relative;
	width: 100%;
	height: 100%;
	transition: transform 1s;
	transform-style: preserve-3d;
	transform-origin: center right;
	cursor: pointer;
	
} 
.partner.is-flipped{
	transform: translateX(-100%) rotateY(-180deg);
}

.partner-side{
	position: absolute;
	width: 100%;
	height: 100%;
	color: black;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	
}

.site-main .part-test .partner-container .partner-item .partner .partner-front{
	background-color: white;
}
.site-main .part-test .partner-container .partner-item .partner .partner-front img {
	width: 100%;
	max-width: 100%;
	height: 100%;
}
.site-main .part-test .partner-container .partner-item .partner .partner-back{
	transform: rotateY(180deg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}

.site-main .part-test .partner-container .partner-item .partner .partner-back p{
	padding: 0 1rem;
	margin-bottom: 0;
}


/* About Me */ 

.site-main .about-area {
	width: 100%;
	background: #f4f4f4;
	padding: 3rem 0 2rem 0; */
}

.site-main .about-area .about-title p{
    padding: 1rem 7rem;
}

.site-main .about-area .about-title h2 {
	padding: 1rem 0 0 0;
}
.site-main .about-area .client{
    background: white;
    box-shadow: 0px 10px 30px rgba(57, 56, 61, 0.205);
	margin: 3rem 1rem;
	display: flex;
	flex-wrap: nowrap;
}

.site-main .about-area .client .client-img{
	padding: 2rem;
	width:25%;
}
.site-main .about-area .client .client-img img{
	transition: transform 500ms;
}
.site-main .about-area .client .client-img img:hover{
	-ms-transform: scale(1.05,1.05);  /* IE 9 */
	-webkit-transform: scale(1.05,1.05);  /* Safari prior 9.0 */
	transform: scale(1.05,1.05);  /* Standard syntax */
	transition: transform 500ms; 
}

.site-main .about-area .client .about-client{
	padding: 1rem 0 0.8rem 0;
	width: 70%
}

.site-main .about-area .client .about-client h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.site-main .about-area .client .about-client p{
	font-size: 14px;
	line-height: 1.5;
	
}

.site-main .about-area .owl-carousel .owl-item{
    display: flex;
    justify-content: center;
    padding: 0 1.5rem;
}

.site-main .about-area .owl-carousel .owl-dots .owl-dot.active span{
    background: var(--primary-color);
    width: 12px;
    height: 12px;
}

/* End About Me */ 

/* Contact area*/

.site-main .contact-area {
	width: 100%;
	background: #034871;
	color: white;
	position: relative;
}
.site-main .contact-area .fas.fa-angle-double-up {
	width: 80px;
	height: 80px;
	top: -40px;
	left: 48%;
	background: #034871;
	position: absolute;
	text-align: center;
	padding-top: 10px;
	border-radius: 100%;
	color: #f1b300;
	overflow: hidden;	
}

.site-main .contact-area h4 {
	padding-bottom: 1.5rem;
}

.site-main .contact-area i {
	margin-right: 10px;
	color: white;
}
.site-main .contact-area p {
	font-size: 1rem;
}
/* Footer css*/

footer {
	width: 100%;
	background: #013a5c;
	color: white;
	text-align: center;
	padding: 30px 0;
	
}
footer p {
	font-size: 0.7rem;
	opacity: 0.5;
}

/* Media query-k*/

@media only screen and (max-width: 992px) {


	.site-main .header_area .navbar-nav {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.site-main .header_area .navbar .navbar-nav .nav-item {
		margin: 0;
	}
	.site-main .header_area .navbar .nav-item a.nav-link{
		padding: 0;
		margin: 0 10px;
		font-size: 0.8rem;
	}
	.site-main .site-banner .site-title {
		padding: 0;
	}
	.site-main .site-banner .site-title h1 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
	}
	.site-main h2 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
	}
	.site-main .site-banner {
		padding: 10rem 4rem 2rem 4rem;
	}

	.site-main .about-me .cta .cta-title h3 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
	}
	.site-main .about-me .cta-div h2 {
		padding: 1rem 0 2rem 0;
	}
	.site-main .team {
		padding: 0 0 3rem 0;
	}
	.site-main .team .team-div {
		flex-wrap: wrap;
	}
	.site-main .team .team-div .how-work {
		order: 3;
		width: 100%;
		padding: 4rem 4rem 0 4rem;
	}
	.site-main .team .team-div .how-work h3 {
		text-align: center;
		padding: 0 0 1.5rem 0;
	
	}
	.site-main .team .team-div .team-div1 {
		width: 40%;
		order: 1
	} 
	.site-main .team .team-div .team-div2 {
		width: 40%;
		order: 2
	}
	.site-main .services .service {
		width: 45%;
	}
	.site-main .partners-area .partners-wrapper .cliens-test {
		width: 40%;
		max-width: 40%;
	}
	.site-main .partners-area .partners-wrapper .partner-carousel {
		width: 55%;
	}
	.site-main .part-test .testimonians {
		width: 100%;
		max-width: 100%;
		padding: 1.5rem;
		margin-bottom: 3rem;
	}
	.site-main .part-test .part-test-second {
		width: 100%;
		max-width: 100%;
	}
	.site-main .part-test .testimonians .test {
		display: flex;
		justify-content: center;
	}
	.site-main .part-test .testimonians .about-partner {
		width: 70%;
	}

}

@media only screen and (max-width: 768px) {

	.site-main .header_area .navbar .navbar-nav 	{
		flex-wrap: wrap;
	}
		h2 {
			padding: 4rem 0;
		}
		.site-main .site-banner {
			padding: 14rem 4rem 2rem 4rem;
		}
		.site-main .site-banner .site-title h1 {
			font-family: 'Montserrat', sans-serif;
			font-weight: 300;
		}
		.site-main .site-banner .site-title h2 {
			font-family: 'Montserrat', sans-serif;
			font-weight: 300;
		}

		.site-main .about-me .cta .cta-title h3 {
			font-family: 'Montserrat', sans-serif;
			font-weight: 300;
		}
		.site-main .about-me .cta p {
			font-family: 'Montserrat', sans-serif;
			font-weight: 300;
		}
		.site-main .about-me .cta .cta-first {
			align-items: center;
		}
		.site-main .team .team-div .team-div1 {
			width: 48%;
			order: 1;
			margin: 0 0.5rem 0 0;
		} 
		.site-main .team .team-div .team-div2 {
			width: 48%;
			order: 2;
			margin: 0 0 0 0.5rem;
		}
		.site-main .services {
			padding: 2rem 0 3rem 0;
		}
		.site-main .services .services-div {
			justify-content: center;
		}
		.site-main .services .service {
			width: 80%;
			justify-content: space-around;
		}
		.site-main .partners-area .partners-wrapper {
			flex-direction: column;
			align-items:center;
		}
		.site-main .partners-area .partners-wrapper .cliens-test {
			width: 100%;
			max-width: 100%;
			margin-bottom:3rem;
		}
		.site-main .partners-area .partners-wrapper .partner-carousel {
			width: 55%;
		}
	
		.site-main .part-test .part-test-second {
			width: 100%;
			max-width: 100%;
		}
		.site-main .part-test .partner-container .partner-item  {
			width: 40%;
			max-width: 40%;
		}
		.site-main .part-test .partner-container .partner-row {
			justify-content: center;
		}
	
		.site-main .contact-area .contact-row .col i {
			display: none;
		}
	
	}

@media only screen and (max-width: 450px) {
	h2 {
		padding: 2rem 0;
	}
	.site-main .header_area .navbar .nav-item a.nav-link {
		font-size: 0.8rem;
		padding: 0.5rem;
	}
	.site-main .site-banner {
		padding: 0;
	}
	.site-main .site-banner .site-title h1 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
	}
	.site-main .site-banner .site-title h2 {
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
	}
	.site-main .site-banner .site-title h4 {
		padding: 0;
	}
	.site-main .about-me .cta-div {
		flex-direction: column;
		align-items: center;
	}
	.site-main .about-me .cta-div .counter {
		flex-direction: column;
		align-items: center;
	}
	.site-main .team .team-div {
		justify-content: center;
	}
	.site-main .team .team-div .team-div1 {
		width: 60%;
		order: 1;
		margin: 0 0 2rem 0;
		
	} 
	.site-main .team .team-div .team-div2 {
		width: 60%;
		order: 2;
	}
	.site-main .contact-area i {
		display: none;
	}
	.site-main .contact-area .contact-row .col {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.site-main .part-test .partner-container .partner-item  {
		width: 100%;
		max-width: 100%;
	}
	.site-main .part-test .partner-container .partner-item.partner-last {
		background: none;
		color: black;
		border: none;
	}
	.site-main .about-area .client{
		flex-direction: column;
		align-items: center;
	}
	.site-main .about-area .client .client-img{
		width: 50%;
	} 
	.site-main .about-area .client .about-client{
		width: 100%;
		padding: 1rem;
		display: flex;
		flex-direction: column;
	}
	.site-main .about-area .client .about-client h4 {
		text-align: center;
	}
	.site-main .about-area .client .about-client a {
		text-align: center;
	}
}