.home-wrap .h1.design-bg-text.uppercase.bold{ min-width: 55%; }
body {
font-family: 'Roboto Condensed', sans-serif;
font-weight: 400;
font-size: 16px;
color: #000;
line-height: 1.4;
}
body &gt; .wrapper {
min-height: 100px;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
body &gt; .wrapper &gt; .workarea {
/*-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
-moz-box-flex: 1;
flex: 1 0 auto;*/
width: 100%;
}
body &gt; .wrapper &gt; footer {
-webkit-box-flex: 0;
-webkit-flex: none;
-ms-flex: none;
-moz-box-flex: 0;
flex: none;
}
iframe {
border: none;
}
a, b, div, ul, li {
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
-moz-outline-: none;
}
a:focus,
a:active {
-moz-outline: none;
outline: none;
}
img:not([draggable]), embed, object, video {
max-width: 89%;
height: auto;
}
a:focus,
a:hover,
a:active,
button:focus,
button:hover,
button:active {
outline: none !important;
text-decoration: none;
}
a {
text-decoration: none;
}
a:focus,
a:hover {
color: #c40f3a;
text-decoration: none;
}
a.bb,
.bb a {
border-bottom: 1px dashed;
}
/*.btn-primary {
color: #fff;
background-color: $design_color;
border-color: $design_color;
&amp;:hover,
&amp;:focus,{
color: $design_color;
background-color: #fff;
border-color: $design_color;
}
}*/
@media (min-width: 768px) {
.left {
float: left;
}
.right {
float: right;
}
}
@media (max-width: 767px) {
.mid-header,
.sub-header,
footer {
text-align: start;
}
}
.scrollToTop {
padding: 6px 10px;
text-align: center;
background: transparent;
position: fixed;
right: 10px;
bottom: 10px;
display: none;
border: none;
z-index: 100;
width: 100px;
background: #4e5663;
border: 1px solid;
color: #fff;
opacity: 0.4;
font-size: 30px;
line-height: 24px;
}
.scrollToTop:hover {
opacity: 1;
}
@media (max-width: 992px) {
.scrollToTop {
display: none !important;
}
}
ul.clearlist {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
ul.clearlist li {
list-style: none;
display: block;
}
ul.clearlist.ib li {
display: inline-block;
}
img {
max-width: 100%;
}
.font-400 {
font-weight: 400;
}
.bold,
.font-700 {
font-weight: 700;
}
.fz-24 {
font-size: 24px;
}
.fz-28 {
font-size: 28px;
}
.btn {
font-size: 18px;
}
.form-control {
font-size: 18px;
padding: 8px 14px;
}
.btn.red {
background: #c40f3a;
-webkit-border-radius: 6px;
border-radius: 6px;
color: #fff;
}
.btn.red:hover {
background: #b21037;
}
.sm-btn {
font-size: 16px;
padding: 4px 14px;
}
.gray-gradient {
background: #e6e6e6;
background: -webkit-linear-gradient(top, #e6e6e6 0%, #d3d3d3 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#d3d3d3));
background: -o-linear-gradient(top, #e6e6e6 0%, #d3d3d3 100%);
background: linear-gradient(to bottom, #e6e6e6 0%, #d3d3d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d3d3d3',GradientType=0 );
}
.dark-gray-gradient {
background: #60697c;
background: -webkit-linear-gradient(top, #60697c 0%, #4e5663 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#60697c), to(#4e5663));
background: -o-linear-gradient(top, #60697c 0%, #4e5663 100%);
background: linear-gradient(to bottom, #60697c 0%, #4e5663 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60697c', endColorstr='#4e5663',GradientType=0 );
}
.dark-gray-bg {
background-color: #636363;
}
h1, .h1 {
font-size: 28px;
}
h1, .h2 {
font-size: 26px;
}
h1, .h3 {
font-size: 24px;
}
.t-a-c {
text-align: center;
}
.t-a-l {
text-align: left;
}
.t-a-r {
text-align: right;
}
@media (max-width: 992px) {
.t-a-l,
.t-a-r {
text-align: center;
}
}
.full-w {
width: 100%;
}
.hidden {
display: none;
}
blockquote {
border-left: 6px solid #c40f3a;
padding-left: 20px;
}
.justify {
text-align: justify;
}
.uppercase {
text-transform: uppercase;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-10 {
margin-top: 10px;
}
.mt-20 {
margin-top: 20px;
}
.mt-30 {
margin-top: 30px;
}
.mt-40 {
margin-top: 40px;
}
.mt-50 {
margin-top: 50px;
}
.mt-60 {
margin-top: 60px;
}
.mt-70 {
margin-top: 70px;
}
.mt-80 {
margin-top: 80px;
}
.mt-90 {
margin-top: 90px;
}
.mt-100 {
margin-top: 100px;
}
.mt-110 {
margin-top: 110px;
}
.mt-120 {
margin-top: 120px;
}
.mt-130 {
margin-top: 130px;
}
.mt-140 {
margin-top: 140px;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-20 {
margin-bottom: 20px;
}
.mb-26 {
margin-bottom: 26px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-50 {
margin-bottom: 50px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-70 {
margin-bottom: 70px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-90 {
margin-bottom: 90px;
}
.mb-100 {
margin-bottom: 100px;
}
.mb-110 {
margin-bottom: 110px;
}
.mb-120 {
margin-bottom: 120px;
}
.mb-130 {
margin-bottom: 130px;
}
.mb-140 {
margin-bottom: 140px;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-10 {
padding-top: 10px;
}
.pt-20 {
padding-top: 20px;
}
.pt-30 {
padding-top: 30px;
}
.pt-40 {
padding-top: 40px;
}
.pt-50 {
padding-top: 50px;
}
.pt-60 {
padding-top: 60px;
}
.pt-70 {
padding-top: 70px;
}
.pt-80 {
padding-top: 80px;
}
.pt-90 {
padding-top: 90px;
}
.pt-100 {
padding-top: 100px;
}
.pt-110 {
padding-top: 110px;
}
.pt-120 {
padding-top: 120px;
}
.pt-130 {
padding-top: 130px;
}
.pt-140 {
padding-top: 140px;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-10 {
padding-bottom: 10px;
}
.pb-20 {
padding-bottom: 20px;
}
.pb-30 {
padding-bottom: 30px;
}
.pb-40 {
padding-bottom: 40px;
}
.pb-50 {
padding-bottom: 50px;
}
.pb-60 {
padding-bottom: 60px;
}
.pb-70 {
padding-bottom: 70px;
}
.pb-80 {
padding-bottom: 80px;
}
.pb-90 {
padding-bottom: 90px;
}
.pb-100 {
padding-bottom: 100px;
}
.pb-110 {
padding-bottom: 110px;
}
.pb-120 {
padding-bottom: 120px;
}
.pb-130 {
padding-bottom: 130px;
}
.pb-140 {
padding-bottom: 140px;
}
@media only screen and (max-width: 1199px) {
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-10 {
margin-top: 10px;
}
.mt-lg-20 {
margin-top: 20px;
}
.mt-lg-30 {
margin-top: 30px;
}
.mt-lg-40 {
margin-top: 40px;
}
.mt-lg-50 {
margin-top: 50px;
}
.mt-lg-60 {
margin-top: 60px;
}
.mt-lg-70 {
margin-top: 70px;
}
.mt-lg-80 {
margin-top: 80px;
}
.mt-lg-90 {
margin-top: 90px;
}
.mt-lg-100 {
margin-top: 100px;
}
.mt-lg-110 {
margin-top: 110px;
}
.mt-lg-120 {
margin-top: 120px;
}
.mt-lg-130 {
margin-top: 130px;
}
.mt-lg-140 {
margin-top: 140px;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-10 {
margin-bottom: 10px;
}
.mb-lg-20 {
margin-bottom: 20px;
}
.mb-lg-30 {
margin-bottom: 30px;
}
.mb-lg-40 {
margin-bottom: 40px;
}
.mb-lg-50 {
margin-bottom: 50px;
}
.mb-lg-60 {
margin-bottom: 60px;
}
.mb-lg-70 {
margin-bottom: 70px;
}
.mb-lg-80 {
margin-bottom: 80px;
}
.mb-lg-90 {
margin-bottom: 90px;
}
.mb-lg-100 {
margin-bottom: 100px;
}
.mb-lg-110 {
margin-bottom: 110px;
}
.mb-lg-120 {
margin-bottom: 120px;
}
.mb-lg-130 {
margin-bottom: 130px;
}
.mb-lg-140 {
margin-bottom: 140px;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-10 {
padding-top: 10px;
}
.pt-lg-20 {
padding-top: 20px;
}
.pt-lg-30 {
padding-top: 30px;
}
.pt-lg-40 {
padding-top: 40px;
}
.pt-lg-50 {
padding-top: 50px;
}
.pt-lg-60 {
padding-top: 60px;
}
.pt-lg-70 {
padding-top: 70px;
}
.pt-lg-80 {
padding-top: 80px;
}
.pt-lg-90 {
padding-top: 90px;
}
.pt-lg-100 {
padding-top: 100px;
}
.pt-lg-110 {
padding-top: 110px;
}
.pt-lg-120 {
padding-top: 120px;
}
.pt-lg-130 {
padding-top: 130px;
}
.pt-lg-140 {
padding-top: 140px;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-10 {
padding-bottom: 10px;
}
.pb-lg-20 {
padding-bottom: 20px;
}
.pb-lg-30 {
padding-bottom: 30px;
}
.pb-lg-40 {
padding-bottom: 40px;
}
.pb-lg-50 {
padding-bottom: 50px;
}
.pb-lg-60 {
padding-bottom: 60px;
}
.pb-lg-70 {
padding-bottom: 70px;
}
.pb-lg-80 {
padding-bottom: 80px;
}
.pb-lg-90 {
padding-bottom: 90px;
}
.pb-lg-100 {
padding-bottom: 100px;
}
.pb-lg-110 {
padding-bottom: 110px;
}
.pb-lg-120 {
padding-bottom: 120px;
}
.pb-lg-130 {
padding-bottom: 130px;
}
.pb-lg-140 {
padding-bottom: 140px;
}
}
@media only screen and (max-width: 1023px) {
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-10 {
margin-top: 10px;
}
.mt-md-20 {
margin-top: 20px;
}
.mt-md-30 {
margin-top: 30px;
}
.mt-md-40 {
margin-top: 40px;
}
.mt-md-50 {
margin-top: 50px;
}
.mt-md-60 {
margin-top: 60px;
}
.mt-md-70 {
margin-top: 70px;
}
.mt-md-80 {
margin-top: 80px;
}
.mt-md-90 {
margin-top: 90px;
}
.mt-md-100 {
margin-top: 100px;
}
.mt-md-110 {
margin-top: 110px;
}
.mt-md-120 {
margin-top: 120px;
}
.mt-md-130 {
margin-top: 130px;
}
.mt-md-140 {
margin-top: 140px;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-10 {
margin-bottom: 10px;
}
.mb-md-20 {
margin-bottom: 20px;
}
.mb-md-30 {
margin-bottom: 30px;
}
.mb-md-40 {
margin-bottom: 40px;
}
.mb-md-50 {
margin-bottom: 50px;
}
.mb-md-60 {
margin-bottom: 60px;
}
.mb-md-70 {
margin-bottom: 70px;
}
.mb-md-80 {
margin-bottom: 80px;
}
.mb-md-90 {
margin-bottom: 90px;
}
.mb-md-100 {
margin-bottom: 100px;
}
.mb-md-110 {
margin-bottom: 110px;
}
.mb-md-120 {
margin-bottom: 120px;
}
.mb-md-130 {
margin-bottom: 130px;
}
.mb-md-140 {
margin-bottom: 140px;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-10 {
padding-top: 10px;
}
.pt-md-20 {
padding-top: 20px;
}
.pt-md-30 {
padding-top: 30px;
}
.pt-md-40 {
padding-top: 40px;
}
.pt-md-50 {
padding-top: 50px;
}
.pt-md-60 {
padding-top: 60px;
}
.pt-md-70 {
padding-top: 70px;
}
.pt-md-80 {
padding-top: 80px;
}
.pt-md-90 {
padding-top: 90px;
}
.pt-md-100 {
padding-top: 100px;
}
.pt-md-110 {
padding-top: 110px;
}
.pt-md-120 {
padding-top: 120px;
}
.pt-md-130 {
padding-top: 130px;
}
.pt-md-140 {
padding-top: 140px;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-10 {
padding-bottom: 10px;
}
.pb-md-20 {
padding-bottom: 20px;
}
.pb-md-30 {
padding-bottom: 30px;
}
.pb-md-40 {
padding-bottom: 40px;
}
.pb-md-50 {
padding-bottom: 50px;
}
.pb-md-60 {
padding-bottom: 60px;
}
.pb-md-70 {
padding-bottom: 70px;
}
.pb-md-80 {
padding-bottom: 80px;
}
.pb-md-90 {
padding-bottom: 90px;
}
.pb-md-100 {
padding-bottom: 100px;
}
.pb-md-110 {
padding-bottom: 110px;
}
.pb-md-120 {
padding-bottom: 120px;
}
.pb-md-130 {
padding-bottom: 130px;
}
.pb-md-140 {
padding-bottom: 140px;
}
}
@media only screen and (max-width: 767px) {
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-10 {
margin-top: 10px;
}
.mt-sm-20 {
margin-top: 20px;
}
.mt-sm-30 {
margin-top: 30px;
}
.mt-sm-40 {
margin-top: 40px;
}
.mt-sm-50 {
margin-top: 50px;
}
.mt-sm-60 {
margin-top: 60px;
}
.mt-sm-70 {
margin-top: 70px;
}
.mt-sm-80 {
margin-top: 80px;
}
.mt-sm-90 {
margin-top: 90px;
}
.mt-sm-100 {
margin-top: 100px;
}
.mt-sm-110 {
margin-top: 110px;
}
.mt-sm-120 {
margin-top: 120px;
}
.mt-sm-130 {
margin-top: 130px;
}
.mt-sm-140 {
margin-top: 140px;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-10 {
margin-bottom: 10px;
}
.mb-sm-20 {
margin-bottom: 20px;
}
.mb-sm-30 {
margin-bottom: 30px;
}
.mb-sm-40 {
margin-bottom: 40px;
}
.mb-sm-50 {
margin-bottom: 50px;
}
.mb-sm-60 {
margin-bottom: 60px;
}
.mb-sm-70 {
margin-bottom: 70px;
}
.mb-sm-80 {
margin-bottom: 80px;
}
.mb-sm-90 {
margin-bottom: 90px;
}
.mb-sm-100 {
margin-bottom: 100px;
}
.mb-sm-110 {
margin-bottom: 110px;
}
.mb-sm-120 {
margin-bottom: 120px;
}
.mb-sm-130 {
margin-bottom: 130px;
}
.mb-sm-140 {
margin-bottom: 140px;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-10 {
padding-top: 10px;
}
.pt-sm-20 {
padding-top: 20px;
}
.pt-sm-30 {
padding-top: 30px;
}
.pt-sm-40 {
padding-top: 40px;
}
.pt-sm-50 {
padding-top: 50px;
}
.pt-sm-60 {
padding-top: 60px;
}
.pt-sm-70 {
padding-top: 70px;
}
.pt-sm-80 {
padding-top: 80px;
}
.pt-sm-90 {
padding-top: 90px;
}
.pt-sm-100 {
padding-top: 100px;
}
.pt-sm-110 {
padding-top: 110px;
}
.pt-sm-120 {
padding-top: 120px;
}
.pt-sm-130 {
padding-top: 130px;
}
.pt-sm-140 {
padding-top: 140px;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-10 {
padding-bottom: 10px;
}
.pb-sm-20 {
padding-bottom: 20px;
}
.pb-sm-30 {
padding-bottom: 30px;
}
.pb-sm-40 {
padding-bottom: 40px;
}
.pb-sm-50 {
padding-bottom: 50px;
}
.pb-sm-60 {
padding-bottom: 60px;
}
.pb-sm-70 {
padding-bottom: 70px;
}
.pb-sm-80 {
padding-bottom: 80px;
}
.pb-sm-90 {
padding-bottom: 90px;
}
.pb-sm-100 {
padding-bottom: 100px;
}
.pb-sm-110 {
padding-bottom: 110px;
}
.pb-sm-120 {
padding-bottom: 120px;
}
.pb-sm-130 {
padding-bottom: 130px;
}
.pb-sm-140 {
padding-bottom: 140px;
}
}
@media only screen and (max-width: 766px) {
.mt-xs-0 {
margin-top: 0 !important;
}
.mt-xs-10 {
margin-top: 10px;
}
.mt-xs-20 {
margin-top: 20px;
}
.mt-xs-30 {
margin-top: 30px;
}
.mt-xs-40 {
margin-top: 40px;
}
.mt-xs-50 {
margin-top: 50px;
}
.mt-xs-60 {
margin-top: 60px;
}
.mt-xs-70 {
margin-top: 70px;
}
.mt-xs-80 {
margin-top: 80px;
}
.mt-xs-90 {
margin-top: 90px;
}
.mt-xs-100 {
margin-top: 100px;
}
.mt-xs-110 {
margin-top: 110px;
}
.mt-xs-120 {
margin-top: 120px;
}
.mt-xs-130 {
margin-top: 130px;
}
.mt-xs-140 {
margin-top: 140px;
}
.mb-xs-0 {
margin-bottom: 0 !important;
}
.mb-xs-10 {
margin-bottom: 10px;
}
.mb-xs-20 {
margin-bottom: 20px;
}
.mb-xs-30 {
margin-bottom: 30px;
}
.mb-xs-40 {
margin-bottom: 40px;
}
.mb-xs-50 {
margin-bottom: 50px;
}
.mb-xs-60 {
margin-bottom: 60px;
}
.mb-xs-70 {
margin-bottom: 70px;
}
.mb-xs-80 {
margin-bottom: 80px;
}
.mb-xs-90 {
margin-bottom: 90px;
}
.mb-xs-100 {
margin-bottom: 100px;
}
.mb-xs-110 {
margin-bottom: 110px;
}
.mb-xs-120 {
margin-bottom: 120px;
}
.mb-xs-130 {
margin-bottom: 130px;
}
.mb-xs-140 {
margin-bottom: 140px;
}
.pt-xs-0 {
padding-top: 0 !important;
}
.pt-xs-10 {
padding-top: 10px;
}
.pt-xs-20 {
padding-top: 20px;
}
.pt-xs-30 {
padding-top: 30px;
}
.pt-xs-40 {
padding-top: 40px;
}
.pt-xs-50 {
padding-top: 50px;
}
.pt-xs-60 {
padding-top: 60px;
}
.pt-xs-70 {
padding-top: 70px;
}
.pt-xs-80 {
padding-top: 80px;
}
.pt-xs-90 {
padding-top: 90px;
}
.pt-xs-100 {
padding-top: 100px;
}
.pt-xs-110 {
padding-top: 110px;
}
.pt-xs-120 {
padding-top: 120px;
}
.pt-xs-130 {
padding-top: 130px;
}
.pt-xs-140 {
padding-top: 140px;
}
.pb-xs-0 {
padding-bottom: 0 !important;
}
.pb-xs-10 {
padding-bottom: 10px;
}
.pb-xs-20 {
padding-bottom: 20px;
}
.pb-xs-30 {
padding-bottom: 30px;
}
.pb-xs-40 {
padding-bottom: 40px;
}
.pb-xs-50 {
padding-bottom: 50px;
}
.pb-xs-60 {
padding-bottom: 60px;
}
.pb-xs-70 {
padding-bottom: 70px;
}
.pb-xs-80 {
padding-bottom: 80px;
}
.pb-xs-90 {
padding-bottom: 90px;
}
.pb-xs-100 {
padding-bottom: 100px;
}
.pb-xs-110 {
padding-bottom: 110px;
}
.pb-xs-120 {
padding-bottom: 120px;
}
.pb-xs-130 {
padding-bottom: 130px;
}
.pb-xs-140 {
padding-bottom: 140px;
}
}
@media only screen and (max-width: 543px) {
.mt-xxs-0 {
margin-top: 0 !important;
}
.mt-xxs-10 {
margin-top: 10px;
}
.mt-xxs-20 {
margin-top: 20px;
}
.mt-xxs-30 {
margin-top: 30px;
}
.mt-xxs-40 {
margin-top: 40px;
}
.mt-xxs-50 {
margin-top: 50px;
}
.mt-xxs-60 {
margin-top: 60px;
}
.mt-xxs-70 {
margin-top: 70px;
}
.mt-xxs-80 {
margin-top: 80px;
}
.mt-xxs-90 {
margin-top: 90px;
}
.mt-xxs-100 {
margin-top: 100px;
}
.mt-xxs-110 {
margin-top: 110px;
}
.mt-xxs-120 {
margin-top: 120px;
}
.mt-xxs-130 {
margin-top: 130px;
}
.mt-xxs-140 {
margin-top: 140px;
}
.mb-xxs-0 {
margin-bottom: 0 !important;
}
.mb-xxs-10 {
margin-bottom: 10px;
}
.mb-xxs-20 {
margin-bottom: 20px;
}
.mb-xxs-30 {
margin-bottom: 30px;
}
.mb-xxs-40 {
margin-bottom: 40px;
}
.mb-xxs-50 {
margin-bottom: 50px;
}
.mb-xxs-60 {
margin-bottom: 60px;
}
.mb-xxs-70 {
margin-bottom: 70px;
}
.mb-xxs-80 {
margin-bottom: 80px;
}
.mb-xxs-90 {
margin-bottom: 90px;
}
.mb-xxs-100 {
margin-bottom: 100px;
}
.mb-xxs-110 {
margin-bottom: 110px;
}
.mb-xxs-120 {
margin-bottom: 120px;
}
.mb-xxs-130 {
margin-bottom: 130px;
}
.mb-xxs-140 {
margin-bottom: 140px;
}
.pt-xxs-0 {
padding-top: 0 !important;
}
.pt-xxs-10 {
padding-top: 10px;
}
.pt-xxs-20 {
padding-top: 20px;
}
.pt-xxs-30 {
padding-top: 30px;
}
.pt-xxs-40 {
padding-top: 40px;
}
.pt-xxs-50 {
padding-top: 50px;
}
.pt-xxs-60 {
padding-top: 60px;
}
.pt-xxs-70 {
padding-top: 70px;
}
.pt-xxs-80 {
padding-top: 80px;
}
.pt-xxs-90 {
padding-top: 90px;
}
.pt-xxs-100 {
padding-top: 100px;
}
.pt-xxs-110 {
padding-top: 110px;
}
.pt-xxs-120 {
padding-top: 120px;
}
.pt-xxs-130 {
padding-top: 130px;
}
.pt-xxs-140 {
padding-top: 140px;
}
.pb-xxs-0 {
padding-bottom: 0 !important;
}
.pb-xxs-10 {
padding-bottom: 10px;
}
.pb-xxs-20 {
padding-bottom: 20px;
}
.pb-xxs-30 {
padding-bottom: 30px;
}
.pb-xxs-40 {
padding-bottom: 40px;
}
.pb-xxs-50 {
padding-bottom: 50px;
}
.pb-xxs-60 {
padding-bottom: 60px;
}
.pb-xxs-70 {
padding-bottom: 70px;
}
.pb-xxs-80 {
padding-bottom: 80px;
}
.pb-xxs-90 {
padding-bottom: 90px;
}
.pb-xxs-100 {
padding-bottom: 100px;
}
.pb-xxs-110 {
padding-bottom: 110px;
}
.pb-xxs-120 {
padding-bottom: 120px;
}
.pb-xxs-130 {
padding-bottom: 130px;
}
.pb-xxs-140 {
padding-bottom: 140px;
}
}
.header-bg {
background: url("../img/shields3.png?v=3");
background-position: center top;
background-repeat: repeat;
}
.breadcrumb {
background: transparent;
border-left: 6px solid #d7d7d7;
-webkit-border-radius: 0px;
border-radius: 0px;
padding: 6px 14px;
}
.breadcrumb li a {
text-decoration: underline;
color: #000;
}
.breadcrumb &gt; li + li::before {
content: "\f054";
font: normal normal normal 14px/1 FontAwesome;
font-size: 10px;
color: #8c8c8c;
}
.header-phone {
margin-left: 50px;
position: relative;
font-size: 24px;
color: #4e5663;
white-space: nowrap;
}
.header-menu {
background-color: #4e5663;
}
.white {
color: #FFF;
}
.white a {
color: #fff;
}
.white a:hover {
color: #ccc;
}
.red-search .form-control {
background-color: #dbdbdb;
border: none;
height: 38px;
-webkit-box-shadow: inset 0px 0px 3px #8a8a8a;
box-shadow: inset 0px 0px 3px #8a8a8a;
color: #333;
font-size: 18px;
}
.red-search .btn {
background: #c40f3a;
height: 38px;
border: none;
padding: 2px 6px;
}
.red-search .btn:hover {
border: none;
}
input.form-control::-webkit-input-placeholder {
color: #4e5663;
}
input.form-control:-moz-placeholder {
color: #4e5663;
}
input.form-control::-moz-placeholder {
color: #4e5663;
}
input.form-control:-ms-input-placeholder {
color: #4e5663;
}
input.form-control:focus::-webkit-input-placeholder {
color: #999;
}
input.form-control:focus:-moz-placeholder {
color: #999;
}
input.form-control:focus::-moz-placeholder {
color: #999;
}
input.form-control:focus:-ms-input-placeholder {
color: #999;
}
.slider-bg {
min-height: 430px;
background: url("../img/slider.png");
background-position: center center;
background-size: cover;
}
.menu-title {
font-size: 20px;
line-height: 1.2;
}
.footer-menus .clearlist a {
font-size: 14px;
}
.bootom-link,
.menu-title {
position: relative;
}
.bootom-link .sitemap-icon,
.bootom-link .nav-icon,
.bootom-link .comment-icon,
.bootom-link .pay-icon,
.menu-title .sitemap-icon,
.menu-title .nav-icon,
.menu-title .comment-icon,
.menu-title .pay-icon {
position: absolute;
right: 16px;
top: 4px;
}
.viza-list {
max-width: 220px;
}
.viza-list li {
padding: 0px 8px 0px 0;
}
.col-devider {
position: relative;
}
.col-devider:after {
content: ' ';
display: inline-block;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 2px;
border-left: 1px solid rgba(0, 0, 0, 0.2);
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#mobile_menu {
display: none;
background-color: #444;
padding: 0;
z-index: 100000;
position: absolute;
width: 100%;
}
#mobile_menu ul {
padding: 0;
margin: 0;
list-style: none;
display: block;
}
#mobile_menu ul li {
margin: 0;
display: block;
}
#mobile_menu ul li.boc_search_border {
display: none;
}
#mobile_menu ul li.boc_search_toggle_li {
display: none;
}
#mobile_menu ul li a {
text-align: left;
color: #fff;
font-size: 16px;
line-height: 1.7em;
display: block;
position: relative;
padding: 6px 30px;
-webkit-transition: all 0.1s ease-out;
-o-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
#mobile_menu ul li a:hover {
color: #eee;
}
#mobile_menu ul li a:hover &gt; span {
color: #ddd;
cursor: pointer;
}
#mobile_menu ul li a &gt; span {
float: right;
width: 32px;
height: 32px;
text-align: center;
font-size: 10px;
line-height: 30px;
margin-top: -3px;
border: 1px solid #ccc;
}
#mobile_menu ul li a &gt; span:hover {
color: #fff;
}
#mobile_menu ul li ul {
display: none;
}
#mobile_menu ul ul li a {
padding: 4px 50px;
}
#mobile_menu ul ul li a:hover {
background: #333;
}
#mobile_menu ul ul ul li a {
padding: 4px 70px;
}
#mobile_menu ul &gt; li a i.icon {
margin: 0 6px 0 0;
font-size: 0.9em;
}
#mobile_menu ul &gt; li a i.icon.after {
margin: 0 0 0 6px;
}
#mobile_menu &gt; ul &gt; li a {
background: #c40f3a;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#mobile_menu &gt; ul &gt; li &gt; a:hover {
background: #b21037;
}
#mobile_menu &gt; ul &gt; li ul li a {
background: transparent;
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#mobile_menu_toggler {
float: right;
width: 34px;
height: 26px;
display: none1;
margin: 4px;
cursor: pointer;
position: relative;
}
.m_nav_ham {
width: 24px;
height: 2px;
background: #c40f3a;
margin: 5px auto;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.m_nav_ham_1_open {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
margin-top: 13px;
}
.m_nav_ham_2_open {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
margin-top: -7px;
}
.m_nav_ham_3_open {
opacity: 0;
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-chevron-down:before {
content: "\f078";
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cssmenu:after, #cssmenu &gt; ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#cssmenu {
z-index: 100;
width: auto;
line-height: 1;
position: relative;
}
#cssmenu ul {
padding: 8px 0;
padding: 0;
}
#cssmenu ul li{
padding: 8px 0;
position: relative;
}
#cssmenu ul li:hover &gt; ul &gt; li {
height: 32px;
}
#cssmenu ul li:hover + ul,
#cssmenu ul ul:hover{
left: 0;
top: 100%;
margin-top: 0;
padding-top: 0;
height: auto;
width: auto;
}
#cssmenu ul &gt; li + li {
position: relative;
}
#cssmenu ul &gt; li + li:before ,
#cssmenu ul &gt; ul + li:before {
content: ' ';
display: inline-block;
border-left: 1px solid rgba(0, 0, 0, 0.2);
border-right: 1px solid rgba(255, 255, 255, 0.2);
width: 2px;
height: 34px;
float: left;
}
#cssmenu ul ul {
position: absolute;
left: -9999px;
background: #c40f3a;
padding: 0;
-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}
#cssmenu ul ul ul {
margin-left: 100%;
top: 0;
}
#cssmenu ul ul li {
border: none;
padding: 0;
/* height: 0;
-webkit-transition: height 0.2s ease;
-o-transition: height 0.2s ease;
transition: height 0.2s ease; */
}
#cssmenu ul ul li a {
padding: 10px 22px;
/* width: 160px; */
font-size: 16px;
/* background: #c40f3a; */
text-decoration: none;
-webkit-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
}
#cssmenu ul ul li a:hover {
background: #b21037;
}
#cssmenu ul ul li.has-sub &gt; a::after {
position: absolute;
top: 13px;
right: 10px;
width: 4px;
height: 4px;
border-bottom: 1px solid #dddddd;
border-right: 1px solid #dddddd;
content: "";
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu ul ul li.has-sub:hover &gt; a::after {
border-color: #ffffff;
}
#cssmenu ul ul li:hover &gt; a {
color: #ffffff;
}
#cssmenu &gt; ul &gt; li {
float: left;
}
#cssmenu &gt; ul &gt; li &gt; a {
padding: 8px 22px;
font-size: 18px;
text-decoration: none;
-webkit-transition: color 0.2s ease;
-o-transition: color 0.2s ease;
transition: color 0.2s ease;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a {
padding-right: 25px;
}
#cssmenu &gt; ul &gt; li.has-sub &gt; a::after {
position: absolute;
top: 13px;
right: 10px;
width: 4px;
height: 4px;
border-bottom: 1px solid;
border-right: 1px solid;
content: "";
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu.align-center &gt; ul {
font-size: 0;
text-align: center;
}
#cssmenu.align-center &gt; ul &gt; li {
display: inline-block;
float: none;
}
#cssmenu.align-center ul ul {
text-align: left;
}
#cssmenu.align-right &gt; ul &gt; li {
float: right;
}
#cssmenu.align-right ul ul {
text-align: right;
}
#cssmenu.align-right ul ul ul {
margin-left: 0;
margin-right: 100%;
}
#cssmenu.align-right ul ul li.has-sub &gt; a::after {
right: auto;
left: 10px;
border-bottom: 0;
border-right: 0;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
#cssmenu.align-right li:hover &gt; ul {
right: 0;
}
#cssmenu li:hover &gt; ul {
left: auto;
}
.nav-icon:before,
.comment-icon:before,
.pay-icon:before,
.footer-logo-icon:before,
.phone-icon:before,
.logo-icon:before,
.search-icon:before,
.pay-summ-icon:before,
.pay-login-icon:before,
.visa-icon:before,
.form-icon:before,
.cards-icon:before,
.talking-icon:before,
.circle-icon:before,
.line-icon:before,
.date-icon:before,
.marker-icon:before,
.home-icon:before,
.sitemap-icon:before {
content: ' ';
display: inline-block;
background: url("../img/asset.png?v=3") no-repeat;
width: 30px;
height: 30px;
background-position: -30px 30px;
}
.footer-logo-icon:before {
width: 268px;
height: 104px;
background-position: 0px -125px;
}
.phone-icon:before {
height: 42px;
width: 42px;
background-position: 0px 0px;
position: absolute;
left: -48px;
top: -6px;
}
.logo-icon:before {
width: 166px;
height: 104px;
background-position: -44px 0px;
}
.logo-icon.min:before {
background-position: -90px -37px;
width: 120px;
height: 30px;
margin-top: 2px;
}
.search-icon:before {
width: 30px;
height: 30px;
background-position: 0px -42px;
}
.pay-summ-icon:before,
.pay-login-icon:before {
height: 30px;
width: 30px;
background-position: 1px -94px;
}
.pay-login-icon:before {
background-position: 1px -68px;
}
.nav-icon:before {
width: 24px;
height: 20px;
background-position: -186px 1px;
}
.comment-icon:before {
width: 24px;
height: 20px;
background-position: -158px -1px;
}
.pay-icon:before {
width: 24px;
height: 20px;
background-position: -209px -1px;
}
.sitemap-icon:before {
width: 24px;
height: 20px;
background-position: -237px -1px;
}
.visa-icon:before {
width: 48px;
height: 29px;
background-position: -341px -342px;
}
.form-icon:before {
width: 110px;
height: 110px;
background-position: -280px 0px;
}
.cards-icon:before {
width: 110px;
height: 110px;
background-position: -281px -114px;
}
.talking-icon:before {
width: 110px;
height: 110px;
background-position: -280px -225px;
}
.circle-icon:before {
width: 228px;
height: 222px;
background-position: 0px -260px;
}
.line-icon:before {
width: 135px;
height: 7px;
background-position: -4px -249px;
}
.popup-header-bg {
background: url("../img/asset.png?v=2") no-repeat;
background-position: center -484px;
width: 100%;
min-height: 82px;
}
.date-icon:before {
width: 22px;
height: 22px;
background-position: -237px -30px;
}
.home-icon:before {
width: 22px;
height: 22px;
background-position: -237px -55px;
vertical-align: bottom;
}
.marker-icon:before {
width: 22px;
height: 22px;
background-position: -237px -78px;
vertical-align: bottom;
}
.fixed-height-small {
min-height: 400px;
}
.home-content {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.home-content {
position: relative;
}
.home-text {
display: table-cell;
height: 100%;
vertical-align: middle;
}
.home-section {
width: 100%;
display: block;
position: relative;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
@media (max-width: 450px) {
.header-search {
display: none;
}
.home-section .home-title {
margin-top: 20px;
}
.home-section .home-desc {
margin-bottom: 20px;
}
}
/*OWL*/
.owl-carousel {
overflow: hidden;
}
.owl-buttons {
position: static;
}
.owl-prev,
.owl-next {
opacity: 0.5;
display: block;
position: absolute;
top: 50%;
margin-top: -30px;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 16px;
text-align: center;
color: #fff;
z-index: 6;
-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
-o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.owl-prev {
left: 10px;
}
.owl-next {
right: 10px;
}
.owl-carousel:hover .owl-prev {
opacity: 0.7;
}
.owl-carousel:hover .owl-next {
opacity: 0.7;
}
.owl-prev:before,
.owl-next:before {
content: "";
display: block;
width: 30px;
height: 30px;
position: absolute;
top: 15px;
left: 16px;
opacity: 0.6;
background: rgba(0, 0, 0, 0.5);
-webkit-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.owl-next:before {
left: auto;
right: 16px;
}
.owl-prev .fa,
.owl-next .fa {
position: relative;
top: 22px;
top: 0;
}
.owl-prev:hover:before,
.owl-next:hover:before {
opacity: 1;
}
.owl-prev:active:before,
.owl-next:active:before {
opacity: 1;
}
.owl-pagination {
display: block;
width: 100%;
position: absolute;
bottom: 30px;
left: 0;
text-align: center;
}
@media only screen and (max-width: 768px) {
.owl-pagination {
bottom: 10px;
}
}
@media only screen and (max-width: 480px) {
.owl-pagination {
bottom: 6px;
}
}
.owl-page {
display: inline-block;
padding: 6px 8px;
position: relative;
}
.owl-page:before {
content: "";
display: inline-block;
position: absolute;
width: 16px;
height: 16px;
background: #fff;
-webkit-border-radius: 10px;
border-radius: 10px;
z-index: 1;
left: 5px;
top: 3px;
}
.owl-page span {
width: 10px;
height: 10px;
display: block;
background: white;
position: relative;
z-index: 1000 !important;
border: 1px solid #c40f3a;
-webkit-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.owl-page:hover span {
background: white;
}
.owl-page.active span {
background: #c40f3a;
border: 1px solid #c40f3a;
}
@media (max-width: 767px) {
.owl-prev, .owl-next {
display: none;
}
}
/*USED*/
.white-bg-text {
display: inline-block;
background: #fff;
padding: 22px 30px;
-webkit-border-radius: 8px;
border-radius: 8px;
max-width: 600px;
vertical-align: top;
margin: 0px 40px;
}
.white-bg-text a {
color: #333;
}
.design-bg-text {
font-size: 36px;
vertical-align: top;
display: inline-block;
background: #c40f3a;
color: #fff;
padding: 6px 12px;
-webkit-border-radius: 8px;
border-radius: 8px;
}
.home-wrap {
display: block;
}
.page-section,
.small-section {
width: 100%;
display: block;
position: relative;
overflow: hidden;
padding: 80px 0;
}
.small-section {
padding: 40px 0;
}
.pay-section {
border-top: 4px solid #fff;
border-bottom: 4px solid #fff;
position: relative;
z-index: 2;
}
.pay-section .section-title {
line-height: 36px;
}
.box-shadow {
-webkit-box-shadow: 0px 0px 10px #525252;
box-shadow: 0px 0px 10px #525252;
}
.pay-summ .input-group-addon,
.pay-login .input-group-addon {
background: #4e5663;
padding: 2px 6px;
border: none;
}
.pay-summ .form-control,
.pay-login .form-control {
border: none;
-webkit-box-shadow: inset 0px 0px 3px #777;
box-shadow: inset 0px 0px 3px #777;
}
.red-c {
color: #c40f3a;
}
.circle-icon {
position: relative;
display: inline-block;
}
.circle-icon .icon {
position: absolute;
left: 25%;
top: 25%;
z-index: 1;
}
.circle-icon .line-icon {
position: absolute;
right: -152px;
top: 49%;
}
@media (max-width: 1280px) {
.circle-icon .line-icon {
position: absolute;
right: -80px;
top: 49%;
}
.circle-icon .line-icon:before {
width: 81px;
}
}
@media (max-width: 991px) {
.circle-icon .line-icon {
display: none;
}
}
.icon-title {
font-size: 20px;
}
.line-col {
border-left: 10px solid #c40f3a;
padding-left: 20px;
}
.line-col-sm {
border-left: 4px solid #c40f3a;
padding-left: 20px;
}
.white-popup {
position: relative;
padding: 0px;
width: auto;
max-width: 520px;
margin: 20px auto;
color: #000;
border: 4px solid #fff;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.white-popup .mfp-close {
color: #c40f3a;
background: #fff;
-webkit-border-radius: 0 0 0 100%;
border-radius: 0 0 0 100%;
opacity: 1;
padding: 0px 0px 10px 10px;
width: 30px;
height: 30px;
line-height: 25px;
right: -1px;
top: -1px;
}
.white-popup .mfp-close:hover {
color: #b21037;
}
.popup-header {
text-align: center;
color: #fff;
padding: 20px 0 10px;
font-size: 28px;
}
.popup-content {
padding: 10px 24px 20px;
}
.form-list {
width: 100%;
font-size: 18px;
}
.form-list li {
padding: 8px 0 4px;
border-bottom: 1px solid #bbb;
}
.form-list span {
color: #000;
font-weight: 700;
float: right;
}
.text.min {
font-size: 14px;
}
.big-title {
font-size: 120px;
}
.big-desc {
font-size: 24px;
}
.home-content {
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.home-text {
display: table-cell;
height: 100%;
vertical-align: middle;
}
/* FAQ */
.faq-items {
padding-right: 30px;
}
.faq-item {
padding: 16px 0;
border-bottom: 1px solid #bbb;
}
.faq-item:first-child {
border-top: 1px solid #bbb;
}
.faq-item-plus {
float: right;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #c40f3a;
color: #fff;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
/* padding: 3px 1px 0 1px; */
font-size: 18px;
position: absolute;
margin-top: -11px;
top: 50%;
right: 0;
}
.faq-item-plus .fa{
vertical-align: middle;
}
.faq-item-title {
padding: 8px 30px 8px 20px;
cursor: pointer;
margin: 0;
font-size: 20px;
position: relative;
}
.faq-item-text {
margin-top: 20px;
}
/* NEWS */
.news-item {
padding: 16px 0;
}
.news-item:not(:first-child) {
border-top: 1px solid #bbb;
}
.news-item-pic img {
width: 100%;
}
@media (min-width: 768px) {
.news-item {
margin-right: 30px;
}
}
.news-item-title {
font-size: 20px;
margin-bottom: 20px;
}
.news-item-date {
color: #9d9d9d;
font-size: 18px;
}
.news-item-date.date-icon:before {
margin-right: 10px;
vertical-align: text-bottom;
}
.news-item-text {
font-size: 16px;
line-height: 1.2;
margin-top: 20px;
text-align: justify;
}
.news-item-pic img {
width: 100%;
}
/*NEWS DETAIL*/
.news-detail-img {
margin-bottom: 8px;
}
/*ABOUT*/
.about-letters-wrap {
text-align: justify;
padding-left: 10px;
padding-right: 10px;
}
.about-letters-wrap &gt; span {
display: inline-block;
width: 100%;
height: 0;
font-size: 0;
}
.letters-list {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0;
padding: 0;
}
.letters-item {
list-style-type: none;
display: inline;
vertical-align: top;
font-size: 20px;
}
.letters-item a {
display: inline-block;
padding: 0px;
width: 28px;
height: 28px;
text-align: center;
-webkit-border-radius: 50%;
border-radius: 50%;
font-weight: bold;
text-transform: uppercase;
color: #444;
}
.letters-item:hover a,
.letters-item.active a {
background: #c40f3a;
color: #fff;
}
.about-sections {
font-size: 20px;
}
.about-sections a {
color: #444;
}
.about-sections a:hover {
color: #c40f3a;
}
/*ABOUT-DETAIL*/
@media (min-width: 768px) {
.city-item-wrap {
display: inline-block;
vertical-align: top;
margin-right: -4px;
float: none;
}
}
.city-items .line-col-sm {
border-width: 2px;
padding-left: 10px;
}
.city-item {
font-size: 14px;
margin-bottom: 40px;
}
.city-item-title {
margin-bottom: 4px;
}
.city-item-title .home-icon:before {
margin-right: 4px;
}
.city-item-address:before {
margin-right: 4px;
}
.circle-icon::before {
background: none;
}
.circle-icon-bg {
position: absolute;
display: inline-block;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: url("../img/elipse.png") no-repeat;
-moz-transition: all 0.5s linear;
-o-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
background-position: center;
}
.circle-icon:hover .circle-icon-bg {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.circle-fade
{
opacity: 0;
}
.circle-fade:nth-child(1),.anim-delay:nth-child(1) {
-moz-animation-delay: 0.5s;
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s; }
.circle-fade:nth-child(2),.anim-delay:nth-child(2) {
-moz-animation-delay: 1s;
-webkit-animation-delay: 1s;
animation-delay: 1s; }
.circle-fade:nth-child(3),.anim-delay:nth-child(3) {
-moz-animation-delay: 1.5s;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s; }
.circle-fade:nth-child(4),.anim-delay:nth-child(4) {
-moz-animation-delay: 2s;
-webkit-animation-delay: 2s;
animation-delay: 2s; }
.circle-fade:nth-child(5),.anim-delay:nth-child(5) {
-moz-animation-delay: 2.5s;
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s; }
.circle-fade:nth-child(6),.anim-delay:nth-child(6) {
-moz-animation-delay: 3s;
-webkit-animation-delay: 3s;
animation-delay: 3s; }
.pay-img {
height: 90px;
background-color: #5a6374;
background-repeat: no-repeat;
background-position: 0;
width: 90px;
border-radius: 50%;
position: relative;
display: inline-flex;
}
.pay-img {
height: 90px;
background-color: #5a6374;
background-repeat: no-repeat;
background-position: 0;
width: 90px;
border-radius: 50%;
position: relative;
display: table;
margin: 20px auto;
text-align: center;
}
.pay-img::before {
content: "";
display: block;
background: url("../img/elipse.png") no-repeat;
position: absolute;
left: -10px;
right: -10px;
top: -10px;
bottom: -10px;
background-size: cover;
}
.pay-img img {
display: inline-block;
margin-top: 20px;
}
#cssmenu > ul > li > a {
  padding: 8px 22px;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#cssmenu ul>li+li:not(li.dropdown-item)::before, #cssmenu ul>ul+li:not(li.dropdown-item)::before {

    content: ' ';
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 2px;
    height: 34px;
    float: left;
}
#cssmenu > ul > li {
  float: left;
}
/* videosvidanie */
/* Now menu */

.dropdown-menu {
  position: absolute;
  background: #4e5663;
  padding: 0;
  left: 0 !important;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  top: 100%;
  margin-top: 0;
  padding-top: 0;
  height: auto;
  width: auto;
  display: none !important;
  transition-duration: 0.3s;
}
.dropdown-item {
  padding: 8px 0;
  position: relative;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
}
.dropdown-item:not(:last-child)::after {
  content: ' ';
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-BOTTOM: 1px solid rgba(255, 255, 255, 0.2);
  width: 180px;
  height: 2px;
  margin: auto;
}


/*Test*/
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}
