html,
body,
.view {
    height: 100%;
    font-family: 'Source Sans Pro' !important;
}

.visible-mobile {
    display: none;
}

.rgba-black-light, .rgba-black-light:after {
    background-color: rgba(0,0,0,.5);
}

nav.navbar {
    background: linear-gradient(90deg, #1B4332, #3b8c6a);
}

nav.navbar a.navbar-brand {
    letter-spacing: 2px;
}

nav.navbar ul.navbar-nav.menu-item li a.nav-link {
    font-weight: 300;
    letter-spacing: 0.1px;
	font-size: 14px;
}

nav.navbar ul.navbar-nav.icon-phone li a.nav-link {
    font-weight: bold;
    text-transform: uppercase;
}

ul.intro-icon {
    padding-left: 0;
}

ul.intro-icon li {
    float: left;
    list-style-type: none;
}

ul.intro-icon li img {
    width: 100px;
    padding-top: 20px;
    padding-right: 20px;
}

section.main-information {
    background-color: #f5f5f5;
    padding: 40px;
}

section.main-information h1 {
    font-weight: 500;
}

h5.feature-title.font-bold.mb-1 {
    font-weight: 600;
}

h4.feature-title {
    font-weight: 600;
}

.view.full-page-intro h1 {
    font-size: 34px;
    line-height: 46px;
    text-transform: uppercase;
}

.view.full-page-intro p {
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 20px;
}

.view.full-page-intro .card .card-body form h3 {
    line-height: 22px;
    font-weight: 600; 
    text-transform: uppercase; 
    font-size: 22px
}

.view.full-page-intro .card .card-body form button.btn {
    background-color: #1B4332 !important;
    letter-spacing: 2px;
    font-weight: 700;
}

.card { 
    border-radius: 0;
}

h3.h3.text-center {
    font-weight: 700;
}

footer.page-footer .footer-copyright {
    background: linear-gradient(90deg, #1B4332, #3b8c6a);
    color: #fff;
    font-size: 16px !important;
}

.li-top {
		color: #7de3b8;	
    }

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 1200px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 650px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #1C2331!important;
    }
}

@media (max-width: 420px) {
    .visible-mobile {
        display: block !important;
    }

    .phone-mobile {
        text-align: center;
        margin-bottom: 14px;
		margin-top: 40px;
    }

    .phone-mobile .btn {
        font-size: 12px;
        font-weight: bold;
        background-color: #1B4332 !important;
        padding: .44rem 2.14rem;
    }
	
	.li-top {
        font-size: 20px;
		text-align: left;
		color: #ffc107;
		
    }

    ul.intro-icon li img {
        width: 75px !important;
        margin-left: 30px;
    }

    .view.full-page-intro h1 {
        font-size: 26px;
        line-height: 30px;
    }
	.vodii {
      margin: 300px 0 300px 0;
}
}



@media screen and (min-width:820px){
    .vodii_2 {
      margin-top: 200px;
}
    .form-buttom {
     margin-bottom: 200px;
	}	 
}

.circle {
  display: flex;
  align-items: center; 
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  margin: 5px;
}

.circle .img {
  line-height: 100%;
}

.circle-icon {
  fill: currentColor;
  height: 50%;
  left: 50%;
  position: absolute;
  stroke: currentColor;
  stroke-width: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}


.circle .img {
  fill: currentColor;
  height: 50%;
  left: 50%;
  position: absolute;
  stroke: currentColor;
  stroke-width: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.lang_top {
	display: inline-block;
	float: right;
	margin: 5px 30px;
    padding-top: 3px;
}
.lang_top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
 .lang_top ul li {
	display: inline-block;
	float: left;
	/* position: relative; */ 
}
.lang_top li a {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin: 8px;
}
.lang_top .active a {
	display: none;
	
}
.lang_top ul li:nth-child(1) {
	margin-right: 15px;
}
.lang_top ul li:nth-child(1):after {
	content: '';
	background: #6c6c6d;
	position: absolute;
	width: 1px;
	top: 3px;
	height: 18px;
	right: -8px;
}
@media only screen and (min-width :320px) and (max-width :767px) {
	.lang_top {
		/* display: inline-block; */
		/* margin-left: 61%;
		margin-top: -30px; */
		
		
	}
	/* .lang_top .active a {
	 display: none; */
	
}

a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #1B4332 url("/img/up-arrow.png") no-repeat center 43%;
	border-radius: 30px;
}

.p-title {
font-weight: 600;
margin-bottom: .25rem !important;
font-size: 1.5rem;
line-height: 1.2;
}

