@import 'https://fonts.googleapis.com/css?family=Lora:400,400i,700|Raleway:300,600,700,900';
@import 'https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css';
/*Global Settings*/
body{
	font-family: 'Lora', serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	color: #424242;
	margin-bottom: 35px;
	margin-top: 0;
}
h1{
	font-size: 45px;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 21px;
}
p{
	font-size: 16px;
	font-style: italic;
	color: #818181;
}
a{
	transition: all 0.3s ease-in-out;
}
section{
	text-align: center;
}
.blockquote p{
	font-size: 32px;
	line-height: 45px;
	padding-left: 30px;
	border-left: 3px solid #424242;
	color: #424242;
}

.title{
	position: relative;
	margin-bottom: 100px;
}
.title:after{
	content: '';
	height: 5px;
	width: 40px;
	background-color: #62aa94;
	position: absolute;
	top: 81px;
	left: calc(50% - 20px);
}

/*Bootstrap*/
.navbar-ubutia{
	background-image: none;
	background-color: transparent;
	margin-bottom: 0;
	border-radius: 0;
	border-color: transparent;
	transition: all 0.3s ease-in-out;
}
.form-control option{
	color: #424242;
}
.form-control{
	border-radius: 0;
	padding: 25px;
    font-size: 18px;
    font-style: italic;
    background-color: transparent;
    color: #424242;
    margin-bottom: 30px;
	border-color: #51c2b9;
}
.form-control:focus{
	border-color: #51c2b9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(81, 194, 185, 0.6);
}
.form-control::-webkit-input-placeholder {
    color: #fff;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;  
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;  
}
.form-control:-ms-input-placeholder {  
    color: #fff;  
}

.element .form-control::-webkit-input-placeholder {
    color: #424242;
}
.element .form-control:-moz-placeholder { /* Firefox 18- */
    color: #424242;  
}
.element .form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #424242;  
}
.element .form-control:-ms-input-placeholder {  
    color: #424242;  
}




/*Helper class*/
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mr60{
	margin-right: 60px;
}
.bg-img{
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.bg-img div{
	z-index: 1;
	position: relative;
}
.bg-img:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
}
.section{
	padding: 100px 0;
}
.ubutia-icon{
	background:transparent url(../images/logo.png) no-repeat;
    width: 187px;
    height: 68px;
	display:block;
}
.graphic-design{
	background:transparent url(../images/graphic-design.png) no-repeat;
    width: 120px;
    height: 120px;
	display:block;
}
.webdevelopment{
	background:transparent url(../images/webdevelopment.png) no-repeat;
    width: 120px;
    height: 120px;
	display:block;
}
.printing{
	background:transparent url(../images/printing.png) no-repeat;
    width: 120px;
    height: 120px;
	display:block;
}
.play-icon{
	background:transparent url(../images/video-play-icon.png) no-repeat;
    width: 70px;
    height: 69px;
	display:block;
}
/*ubutia Card*/
.ubutia-card{
	text-align: center;
	/*margin-bottom: 45px;*/
}
.ubutia-card .ubutia-card-header{
	margin-bottom: 45px;
}
.ubutia-card .ubutia-card-header .card-icon{
	border-radius: 100%;
	display: inline-block;
	height: 120px;
	width: 120px;
	line-height: 120px;
	position: relative;
}


/*Button*/
.ubutia-btn{
	border-color: #51c2b9;
	font-style: italic;
	color: #51c2b9;
	border-radius: 0;
	letter-spacing: 3px;
	padding: 15px 80px;
	margin-bottom: 30px;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
.ubutia-btn:hover{
	background-color: #51c2b9;
	color: #fff;
}
.solid{
	background-color: #51c2b9;
	color: #fff;
}
.solid:hover{
	background-color: #fff;
	color: #51c2b9;
}
.small-btn{
	padding: 10px 130px;
}

/*Element page*/
.element .navigation-bar{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.element .navigation-bar a{
	color: #424242;
}
.element .dark-bar{
	background-color: #fff;
}
.element .menu:after{
	color: #424242;
}
.element .title:after{
	left: 0;
	top: 60px;
}
.headings p{
	margin-bottom: 80px;
}
.social-icons ul{
	text-align: center;
	padding-left: 0;
	display: inline-block;
}
.social-icons ul a li{
	display: inline-block;
	list-style-type: none;
    border: 2px solid #51c2b9;
    margin-right: 10px;
    background-color: #51c2b9;
    color: #fff;
	font-size: 18px;
    line-height: 32px;
    width: 36px;
}
.social-icons ul a li:last-child{
	margin-right: 0;
}
.social-icons ul a:hover li{
	color: #51c2b9;
	background-color: #fff;
}








/*Navigation*/
#menu-item{
	transition: all 0.3s ease-in-out;
}
.menu-item{
	background-color: #1a1a1a;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
.menu-item ul{
	padding-left: 0;
	margin-bottom: 0;
}
.menu-item ul a li{
	padding: 15px 0;
	list-style-type: none;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu-item ul a:hover li{
	color: #51c2b9;
	text-decoration: none;
}
.hide-menu{
	margin-top: -377px;
}
.show-menu{
	margin-top: 0;
}
.dark-bar{
	background-color: #424242;
	background-image: none;
}
.navigation-bar{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 15px 0;
	font-size: 30px;
}
.navigation-bar a{
	color: #fff;
}
.menu{
	position: relative;
	display: inline-block;
}

.menu:after{
	position: absolute;
	left: -65px;
	top: 10px;
	color: #fff;
	font-size: 16px;
}
.m:after{
	content: 'MENU';
}
.c:after{
	content: 'CLOSE';
}


/*Home page*/
.header{
	background-image: url(../images/1.jpg);
	height: 100vh;
	position: relative;
	min-height: 659px;
}

.intro-box{
	height: 100vh;
	display: table;
	text-align: center;
	width: 100%;
}
.intro{
	display: table-cell;
	vertical-align: middle;
}
.header h1{
	margin: 0;
}
.header h1, .header p{
	color: #fff;
	letter-spacing: 2px;
}
.header p{
	font-size: 32px;
	padding-top: 0;
	padding-bottom: 40px;
}
.header .ubutia-btn{
	border-color: #fff;
	color: #fff;
}
.header .ubutia-btn:hover{
	background-color: #fff;
	color: #424242;
}

.about{
	background-color: #f8f8f8;
}
.about img{
	margin: 30px auto;
	display: block;
}
.about span{
	font-family: 'Raleway';
	font-weight: 600;
}

.expert{
	background-color: #f8f8f8;
}
.expert p{
	line-height: 200%;
}
.expert .bg-img{
	background-image: url(../images/2.jpg);
	background-position-x: 85%;
	height: 100%;
}
.expert .bg-img:after{
	display: none;
}
.expert .section{
	padding-left: 30px;
	padding-right: 30px;
}


.ubutia-quote{
	background-image: url(../images/3.jpg);
	/*padding: 120px 0;*/
	color: #fff;
	font-style: italic;
}
.ubutia-quote p{
	font-size: 32px;
	color: #fff;
}
.ubutia-quote .quote{
	margin-bottom: 40px;
}
.ubutia-quote .author{
	font-size: 21px;
	margin-bottom: 40px;
}
.watch{
	background-image: url(../images/7.jpg);
	font-style: italic;
	font-size: 32px;
	color: #fff;
	padding: 150px 0;
}
.watch a{
	border: 2px solid #fff;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 70px;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	padding: 0;
	font-size: 21px;
	color: #fff;
}
.watch a:hover, .watch a:active, .watch a:focus{
	background-color: #fff;
	color: #424242;
}

.subscribe{
	background-image: url(../images/11.jpg);
}
.subscribe .ubutia-btn{
	margin-bottom: 0;
	color: #424242;
	font-weight: 700;
	border-color: #fff;
	background-color: #fff;
}
.subscribe .ubutia-btn:hover{
	background-color: transparent;
	color: #fff;
}
.subscribe p{
	color: #fff;
	font-size: 32px;
	margin-bottom: 35px;
}
.subscribe .form-control{
    width: 320px;
    margin-bottom: 0;
    border-color: #fff;
    color: #fff;
}

.contact .ubutia-card{
	background-color: #f8f8f8;
	padding: 35px 0;
	transition: all 0.3s ease-in-out;
	margin-bottom: 45px;
}
/*.contact .ubutia-card:hover{
	box-shadow: 0px 4px 2px rgba(17, 17, 17, 0.3);
}*/
.contact .ubutia-card .ubutia-card-header{
	margin-bottom: 15px;
	font-size: 21px;
	color: #51c2b9;
}
.contact .ubutia-card .ubutia-card-content h3{
	letter-spacing: 2px;
	margin-bottom: 45px;
}
.contact .ubutia-card .ubutia-card-content h3:after{
	top: 40px;
}
.contact .ubutia-card .ubutia-card-content p{
	font-size: 18px;
}
.footer{
	background-color: #202020;
	text-align: center;
	padding: 60px 0;
}
.footer span{
	color: #51c2b9;
}
.footer p{
	font-size: 21px;
	color: #fff;
	margin-bottom: 0;
}
.footer a{
	color: #fff;
}




/*animations*/
.ubutia-card .ubutia-card-header .card-icon:after{
	transition: all 0.3s ease-in-out;
}
.ubutia-card:hover .ubutia-card-header .card-icon:after{
	height: 120px;
	width: 120px;
	top: -1px;
	left: -1px;
}
.owl-theme .owl-dots .owl-dot span{
	background-color: #51c2b9;
	margin: 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: #51c2b9;
	height: 14px;
	width: 14px;
	margin: 3px;
}




@media (max-width: 767px){
	.ubutia-card{
		margin-bottom: 60px;
	}
}

.header {
	background-position: 50% 50% !important;
}

.header .flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .flex > * {
	margin-right: 20px;
}

.header .flex > *:last-child {
	margin-right: 0;
}

.ser-grid {
	display: grid;
	gap: 30px
}

.ser-grid .ubutia-card {
	background: #f8f8f8;
	box-shadow: 10px 20px 35px -5px rgba(0, 0, 0, 0.1);
	padding: 30px;
	text-align: left;
}

.ser-grid .ubutia-card h3 {
	font-weight: 700;
	margin: 0;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}

.ser-grid {
	counter-reset: num;
}

.ser-grid .ubutia-card {
	position: relative;
	overflow: hidden;
}

.ser-grid .ubutia-card::before {
	content: counter(num) '';
	counter-increment: num;
	position: absolute;
	font-family: 'Raleway', sans-serif;
	font-size: 150px;
	line-height: 1;
	height: 140px;
	position: absolute;
	font-weight: 800;
	right: -10px;
	bottom: -10px;
	color: #62aa94;
	opacity: 0.2;
}

@media (min-width: 768px){
	.ser-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.ubutia-card_big {
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}
}

@media (max-width: 767px){
	.header .flex {
		flex-direction: column;
	}

	.header .flex > * {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	.header .flex > *:last-child {
		margin-right: 0;
		margin-bottom: 0px;
	}
}

.subscribe.section.bg-img {
	background-position: 50% 50%;
}

/****/
.podp-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 200px;
	padding: 0 145px;
}

@media (max-width: 767px){
	.podp-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
		padding: 0;
	}
}

.podp-item {
	background: #E0E0E0;
	border-radius: 24px;
	padding: 96px 22px 32px;
	display: flex;
	position: relative;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
}

.podp-item__data {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -30px);
	padding: 8px 16px 16px;
	font-size: 24px;
	text-align: center;
	background: #F2F2F2;
	box-shadow: 16px 16px 64px rgba(0, 0, 0, 0.16);
	border-radius: 24px;
	min-width: 210px;
}

.podp-item__data span {
	font-size: 16px;
	display: block;
	white-space: pre;
}

.podp-item p {
	margin-bottom: 17px;
	padding: 22px 34px;
	background: #F2F2F2;
	border-radius: 24px;
}

.podp-item__price {
	margin-top: auto;
	padding-top: 45px;
	text-align: center;
	line-height: 1;
	font-size: 40px;
	font-weight: 700;
	color: #219653;
	margin-bottom: 32px;
}

.logo-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.bg-slider {
	position: absolute !important;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bg-slider .owl-item {
	transition: 0.6s;
	opacity: 0;
}

.bg-slider .owl-stage-outer, 
.bg-slider .owl-stage-outer .owl-stage,
.bg-slider .owl-item, 
.bg-slider .item {
	max-height: 100%;
	height: 100%;
}

.bg-slider .owl-controls {
	display: none !important;
}

.bg-slider .owl-item.active {
	opacity: 1;
}

.bg-slider .item {
	overflow: hidden;
}

.bg-slider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about p {
	font-style: normal;
	font-size: 20px;
}

.about {
	position: relative;
	padding: 0;
}

.about .container {
	position: relative;
	z-index: 2;
	background: #f8f8f8;
	padding-left: 15px;
	padding-right: 15px;
}

.about .container::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 90%;
	width: 50%;
	height: 100%;
	background: url(../images/2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	z-index: 0;
}

.ubutia-card-header {
	padding-bottom: 66.7%;
	overflow: hidden;
	position: relative;
}

.ubutia-card-header img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.video-block {
	position: relative;
	width: 100%;
	padding-bottom: 56.7%;
}

.video-block iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.subscribe p {
	font-style: normal;
}

.form-wrapper {
	display: none;
	max-width: 400px;
	margin: 0 auto;
}

.form-wrapper.active {
	display: block;
}

.subscribe .form-control {
	width: 100%;
}

.about p {
	text-align: left;
}

@media (min-width: 768px){

	#workstation-slider h3 {
		font-size: 18px;
	}

	#workstation-slider .owl-controls {
		display: none;
	}

}

@media (max-width: 767px){
	.section {
		padding: 50px 0;
	}

	.ser-grid .ubutia-card {
		margin-bottom: 0;
	}

	.about .container::after {
		position: initial;
		width: 100%;
		margin-top: 30px;
		padding-bottom: 50%;
	}

	.title {
		margin-bottom: 40px;
	}

	.header h1 {
		font-size: 28px;
	}

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

	.header .intro {
		background: rgba(0, 0, 0, 0.4);
	}
}

.phone {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.amo {
  position: relative;
  float: center;
  left: 30%;
  width: 500px;
}