@font-face {
	font-family: 'BPG-Nino-Mtavruli-Book';
	src: url('../webfonts/bpg_nino_mtavruli_book.eot');
	src: url('../webfonts/bpg_nino_mtavruli_book.woff') format('woff');
	src: url('../webfonts/bpg_nino_mtavruli_book.svg') format('svg');
	src: url('../webfonts/bpg_nino_mtavruli_book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BPG-Nino-Mtavruli-Bold';
	src: url('../webfonts/bpg_nino_mtavruli_bold.eot');
	src: url('../webfonts/bpg_nino_mtavruli_bold.woff') format('woff');
	src: url('../webfonts/bpg_nino_mtavruli_bold.svg') format('svg');
	src: url('../webfonts/bpg_nino_mtavruli_bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html{
	position: relative;
}
body{
	font-family: 'BPG-Nino-Mtavruli-Bold';
	min-height: 100vh;
	background-color: #FFFDEF;
    padding-bottom: 45px;
}
a:hover{
	text-decoration: none;
}
p,
.fancybox-caption{
	font-family: 'BPG-Nino-Mtavruli-Book';
}

.btn-default{
	background-color: #E55858;
	color: #fff;
}

.bg-image{
	background-repeat: no-repeat;
	background-position: center left;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}

.inner-page .bg-image{
	width: 100%;
    background-position: right top;
}

.bg-image > img{
	width: auto;
	height: 100%;
	float: right;
}

.navbar-brand{
	color: #fff !important;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 0px 0px 6px #000000;
	letter-spacing: 2px; 
}

.inner-page .navbar-brand{
	color: #000000 !important;
	text-shadow: unset;
}

.nav-link{
	color: #4e4e4e !important;
	font-size: 17px;
	padding-left: 1.3rem !important;
	padding-right: 1.3rem !important;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link{
	color: #E55858 !important;
}

main .about-us{
	margin-top: 150px;
	position: relative;
}
main .about-us > h2{
	margin-bottom: 20px;
}
main .about-us > p{
	font-family: 'BPG-Nino-Mtavruli-Book';
}
main .about-us > .btn{
	margin-top: 20px;
}
.i1{
	position: absolute;
	width: 44px;
	height: 44px;
}
main .about-us > .i1{
	bottom: -100px;
	right: 0px;
}
.i2{
	position: absolute;
	width: 22px;
	height: 22px;
}
main .about-us > .i2{
	top: 0px;
	right: 0px;
}
.i3{
	position: absolute;
	width: 36px;
	height: 36px;
}
main .about-us > .i3{
	top: -75px;
	right: 50px;
}
.contact-info p{
	margin-bottom: 0px;
	color: #2F3A43;
}

#services-list{
	position: relative;
}

#services-list > ul,
#portfolio-list > ul{
	padding: 0;
	text-align: center;
	list-style: none;
}

#portfolio-list > ul{
	display: flex;
    justify-content: space-between;
}

#services-list > ul > li{
	width: 350px;
	background: #ededed;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 50px 10px;
	display: inline-block;
	margin-left: 7.5px;
	margin-right: 7.5px;
	margin-bottom: 15px;
	vertical-align: middle;
}
#services-list > ul > li > svg{
	font-size: 45px;
	margin-bottom: 30px;
}
#services-list > ul > li:hover{
	cursor: pointer;
	background: #E55858;
}

#services-list > ul > li:hover > .title,
#services-list > ul > li:hover > p,
#services-list > ul > li:hover > svg{
	color: #fff;
}

#services-list > .i3-top{
	top: -125px;
	right: 100px;
}

#services-list > .i2-top{
	top: -62.5px;
	right: 50px;
}

#services-list > .i3-bottom{
	bottom: -62.5px;
	left: 50px;
}

#services-list > .i2-bottom{
	bottom: -125px;
	left: 100px;
}

#portfolio-list > ul > li{
	width: 500px;
	display: inline-block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}

#portfolio-list > ul > li > .img-container{
	height: 300px;
	position: relative;
	overflow: hidden;
}
#portfolio-list > ul > li > .img-container img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	width: 100%;
	height: 100%;
}

#portfolio-list > ul > li > .title{
	display: block;
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 25px 0px;
	color: #1A1818;
	font-size: 23px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}

#portfolio-list > ul > li:hover > .img-container img{
	transform: scale(1.1, 1.1);
}

#portfolio-list > ul > li:hover > .title{
	background: #E55858;
	color: #fff;
}

footer{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 20px;
}