html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
[class*='col-'] {
    padding-right:0  !important;
    padding-left:0 !important;
}
.row{
  padding:0 !important;
  margin:0 !important;
}
div{
	color:#fff;
}


/*---------------------------------------------------- Menu ------------------------------------------------------------ */

/* #Primary
================================================== */

body{
  font-family:"BPG Arial Caps", sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #212112;
	background: rgb(247, 247, 247) none repeat scroll 0% 0%;
	background-position: center;
	background-repeat: repeat;
	background-size: 7%;
	background-color: #fff;
	overflow-x: hidden;
    transition: all 200ms linear;
    padding-right:0 !important;
}


/* #Main Page
================================================== */
.main-logo{
	max-width:500px;
	text-align: center;
}
.intro{
	text-align: center;
}
.main-descriptio-text{
	font-size:18px;
}

#main{
	background: url('../images/1.png');
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index:5;
	background-size: cover;
}

@media (max-width: 767px) { 
	.main-descriptio-text{
		margin-top:20%;
	}
}

/* #About Us
================================================== */
#about-us{
	padding:5% 0 0 0;
	z-index:4;
}
@media (max-width: 767px) { 
  #about-us{
    padding:10% 0 0 0;
    z-index:4;
  }
}

.about-us *{
	color:#000;
}
.about-logo img{
	width:25%;
}
@media (max-width: 767px) { 
  .about-logo img{
    width:50%;
  }
}
#section1{
	background: rgb(247, 247, 247) none repeat scroll 0% 0%;
}
.about-us1, .about-us2{
	color:#000;
	padding-bottom:5% !important;
}
.about-us1{
	text-align: center;
}
.about-us-3pack{
	text-align: justify;
	padding:0 10% 100px 10% ;
}
.about-logo{
	text-align: center;
}

.height-fill {
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-align-items:stretch;
 -ms-flex-align:stretch;
 align-items:stretch;
 margin-bottom: 4% !important;
}
.height-fill>* {
 -webkit-flex-grow:1;
 -ms-flex-positive:1;
 flex-grow:1
}

.icon-box-horizontal .unit-left {
 min-width:48px
}
.icon-box-horizontal [class*=icon-md] {
 margin-top:-2px
}
.icon-box-horizontal [class*=icon-lg] {
 margin-top:-5px
}
.icon-box-horizontal *+p {
 margin-top:9px
}
.icon-box-vertical *+p {
 margin-top:9px
}
.icon-box-vertical-sm {
 max-width:330px
}
@media(max-width:575px) {
 .icon-box-vertical-sm {
  margin-left:auto;
  margin-right:auto
 }
}
.icon-box {
 position:relative;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 -webkit-flex-direction:column;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-flex-wrap:nowrap;
 -ms-flex-wrap:nowrap;
 flex-wrap:nowrap;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:35px 30px;
 text-align:center;
 cursor:default
}
.icon-box:before,
.icon-box:after {
 content:'';
 position:absolute;
 width:calc(100% - 35px);
 height:calc(100% - 35px);
 border:1px solid #e5e7e9;
 pointer-events:none;
 transition:.33s all ease
}
.icon-box:before {
 top:0;
 left:0;
 border-width:1px 0 0 1px
}
.icon-box:after {
 bottom:0;
 right:0;
 border-width:0 1px 1px 0
}
.icon-box .divider {
 max-width:100%;
 margin:13px auto;
 transition:.33s all ease
}
.icon-box .box-top,
.icon-box .box-body {
 position:relative;
 will-change:transform;
 transition:.33s all ease;
 -webkit-filter:blur(0)
}
.icon-box .box-top {
 top:0
}
.icon-box .box-body {
 max-width:100%
}
.icon-box .box-header {
 bottom:0
}
.icon-box .box-icon {
 min-height:46px;
 display:-webkit-inline-box;
 display:-webkit-inline-flex;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-flex-direction:row;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-flex-wrap:nowrap;
 -ms-flex-wrap:nowrap;
 flex-wrap:nowrap;
 -webkit-align-items:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-justify-content:center;
 -ms-flex-pack:center;
 justify-content:center
}
.icon-box *+.box-header {
 margin-top:5px
}
.icon-box.hover:before,
.icon-box.hover:after,
.icon-box:hover:before,
.icon-box:hover:after {
 width:100%;
 height:100%;
 border-color:rgba(205, 5, 9, 0.5)
}
.icon-box.hover .box-top,
.icon-box:hover .box-top {
 -webkit-transform:translateY(-9px);
 transform:translateY(-9px)
}
.icon-box.hover .box-body,
.icon-box:hover .box-body {
 -webkit-transform:translateY(9px);
 transform:translateY(9px)
}
.icon-box.hover .divider,
.icon-box:hover .divider {
 width:168px
}

.divider {
 width:49px;
 height:2px;
 margin-left:auto;
 margin-right:auto;
 background:#CD0509
}
.why-us{
	background:url('../images/whyusbg.jpg')no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
	height:30%;
}
.why-us-title{
	font-size: 2em;
	padding:50px 0;
}
.why-us-description{
	padding-bottom:80px;
	color:#000;
}

.why-us-description-left{
	text-align: right;
	padding-right:2% !important;
	border-right: 1px solid #fff;
}

@media (max-width: 767px) { 
  .why-us-description-left {
    text-align: left;
    padding-right:2% !important;
    border-right:none;
  }
}

.why-us-description-right{
	text-align: left;
	padding-left:2% !important;
}
.why-us-description-list{
	list-style-image: url("../images/dot.png");
}
.why-us-description-lis li{
	margin-top:1%;
}

/* #Services
================================================== */
#services{
	padding:4% 0 4% 0;
}
.services-title{
	color:#000;
	font-size:25px;
	padding:0 0 2% 0;
	text-align:center;
}
.services-title2{
	color:#000;
	font-size:25px;
	padding:4% 0 2% 0;
	text-align:center;
}
@media (max-width: 767px) { 
  .services-title2{
    color:#000;
    font-size:18px;
    padding:10% 0 5% 0;
  }
}
.services-desc2{
	text-align: center;
	color:#595959;
	padding-bottom:3% !important;
}
.services-list{
	margin-top:2%;
	color:#000;
}
.services-list{
	text-align: left;
	list-style-image: url("../images/dot.png");
}
.service-one, .service-two{
	text-align:left;
	padding: 2% 0 0 0;

}
.service-one p, .service-two p{
	color:#000;
	text-align: left;
	font-size:14px;
}
#links a{
    text-decoration: none;
    position: relative;
    line-height:100px;
}

.content {
  position: relative;
  top: 50%;
  text-align:center;
}

@media (max-width: 767px) { 
	.content {
		position: relative;
  		top: 0;
  		margin:100px 0;
	}
}

/* #Navigation
================================================== */

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 10px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 5px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	background-color: #000 !important;
	
}
.start-header.scroll-on .navbar-brand img{
	height: 28px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.scroll-on .nav-link{
	color:#fff !important;
}

.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar{
	padding: 0;
}
.navbar-brand img{
	height: 52px;
	width: auto;
	display: block;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #fff;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #fff !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #cd0505 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #cd0505;
	opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
	background-color: transparent !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
	width: 100%;
	display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  margin-top: 40px;
	transform: translateY(-50%);
	z-index: 20;
}
h1{
	font-size: 3em;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
	display: none;
}

.dropdown-item {
	padding: 3px 15px;
	color: #fff;
	border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color:rgba(205, 5, 5, 0.6)
}

/* #Media
================================================== */
@media (max-width: 767px) { 
	h1{
		font-size: 1.5em;
	}
	.nav-item:after{
		display: none;
	}
	.nav-item::before {
		position: absolute;
		display: block;
		top: 15px;
		left: 0;
		width: 11px;
		height: 1px;
		content: "";
		border: none;
		background-color: #fff;
		vertical-align: 0;
	}
	.dropdown-toggle::after {
		position: absolute;
		display: block;
		top: 10px;
		left: -23px;
		width: 1px;
		height: 11px;
		content: "";
		border: none;
		background-color: #fff;
		vertical-align: 0;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"]::after{
		transform: rotate(90deg);
		opacity: 0;
	}
	.dropdown-menu {
		padding: 0 !important;
		background-color: transparent;
		box-shadow: none;
		transition: all 200ms linear;
	}
	.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
		margin-top: 10px !important;
		margin-bottom: 20px !important;
	}
}
/* #Benefits
================================================== */
#benefits{
	background:url('../images/432423.png')no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	background-size: cover;
	height:30%;
	padding-bottom:4%;
}

.benefit-packages-title{
	padding: 50px 0;
}

.package-title{
	font-size:20px;
	padding-bottom:1%;
}

.benefits-package-list{
	list-style-image: url("../images/dot.png");
	text-align: left;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding:0 20px 50px 20px;

}
.benefits-package-list li{
	font-size:14px;
	color:#fff;
}

#section-feature ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#section-feature li {
  box-sizing: border-box;
  position: relative;
  height: 330px;
  padding: 2%;
  float: left;
  margin-bottom: 40px;
  user-select: none;
}
#section-feature .sf-wrap {
  background-repeat: no-repeat;
  position: absolute;
  max-width: 600px;
  width: 100%;
  height: 100%;
  left: 50%;
  margin-left: -300px;
  top: 0;
  perspective: 600px;
  cursor: pointer;
}

@media(max-width:575px) {
 #section-feature li {
  height: 400px;
 }
 #section-feature .sf-wrap{
  left:0;
  margin-left:0;
 }
}

.sf-mdl-left, .sf-mdl-right, .sf-mdl-left-full, .sf-mdl-right-full {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  transition: all .5s;
  overflow: hidden;
}

.sf-icon {
  position: absolute;
  top: 90px;
  text-align: center;
  width: 100%;
  left: 0;
  width: 200%;
  color: #fff;
}

.sf-mdl-left-full .sf-icon, .sf-mdl-right-full .sf-icon {
  color: #CD0509;
}

.sf-mdl-right, .sf-mdl-right-full {
  left: auto;
  right: 0;
}

.sf-mdl-left-full, .sf-mdl-right-full {
  background-color: #fff;
  z-index: 9;
  color: #000;
}

.sf-wrap a {
  color: #000;
  text-decoration: none;
  margin-top: 110px;
}

.sf-mdl-left, .sf-mdl-right {
  background-color: #CD0509;
  z-index: 10;
}

.sf-wrap > .sf-mdl-right-full {
  background-position: right -30px;
}
.sf-wrap > .sf-mdl-right {
  background-position: right -30px;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform-origin: 0 0;
  transform: rotateY(0deg);
}
.sf-wrap > .sf-mdl-left-full {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform-origin: 0 0;
  transform: rotateY(0deg);
}
.sf-wrap.hover > .sf-mdl-right {
  transform: rotateY(-45deg);
  background-color:rgba(205, 5, 5, 0.6);
}
.sf-wrap > .sf-mdl-left-full {
  transform-origin: 100% 0;
  transform: rotateY(180deg);
}
.sf-wrap.active > .sf-mdl-right, .sf-wrap.hover.active > .sf-mdl-right {
  transform: rotateY(-180deg);
}
.sf-wrap.active > .sf-mdl-left-full {
  transform: rotateY(0deg);
}

.active .sf-mdl-left-full, .active .sf-mdl-right-full {
  z-index: 11;
}

.sf-wrap div h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  width: 200%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 175px;
}
.sf-wrap div p {
  width: 200%;
  position: absolute;
  text-align: center;
  left: 0;
  top: 190px;
  padding: 0 10%;
  line-height: 18px;
  font-size: 14px;
  top: 120px;
}
.sf-wrap div.sf-mdl-right h3, .sf-wrap div.sf-mdl-right-full h3, .sf-wrap div.sf-mdl-right p, .sf-wrap div.sf-mdl-right-full p {
  left: auto;
  right: 0;
}

.sf-mdl-right .sf-icon, .sf-mdl-right-full .sf-icon {
  left: auto;
  right: 0;
}

.sf-wrap div.sf-mdl-left-full h3, .sf-wrap div.sf-mdl-right-full h3 {
  top: 175px;
}

#section-feature p {
  margin-top: 55px;
}

#section-feature a {
  margin-top: 50px;
}

/* #Benefits
================================================== */
#contact{
	padding:2% 0;
	text-align: center;
}

#contact *{
	color:#000;
}

#contact a{
	transition: 0.2s;
	text-decoration: none;
  font-size:18px;
}

#contact a:hover{
	transition: 0.2s;
	color:#cd0505;
}

/* #Link to page
================================================== */
.go-top {
	position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/logo.png');
    box-shadow: 0 0 0 2px rgba(12,12,12,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.go-top:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(205, 5, 5, 0.2);
}
.btn-primary{
	color:#fff;
	background-color:#CD0505;
	border-color:#CD0505;
	margin:20px 0 50px 0;
}

.btn-primary:hover{
    color: #fff;
	background-color:#CD0509;
	border-color:#CD0509;
}

.btn-primary.focus, .btn-primary:focus{
    color: #fff;
	background-color:#CD0509;
	border-color:#CD0509;
	box-shadow: 0 0 0 .2rem rgba(205, 5, 9, 0.3);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
	background-color:#CD0509;
	border-color:#CD0509;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem 
    rgba(205, 5, 9, 0.5);
}

.modal-title{
	color:#000;
}
.modal-body{
	background: url('https://echo.ge/lawwin/assets/images/justice.png')no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;;	
}
body.modal-open {
    overflow-y: scroll;
}
.modal-open{ position: relative; }

#standard-modal, #premium-modal{
	padding-right: 0 !important;
}

.modal-content {
	background: rgba(255, 255,255, 0.9) !important;
}

.card {
    background-color: transparent;
    border:none;
  }






















































