html, body {
    font-family: "Roboto Condensed";
    font-weight: normal;
    font-size: 17px;
}

.section-simple {
    padding-top: 50px;
    padding-bottom: 50px;
}

ul {
    list-style-type: square;
}

.img_fluid {
    width: 100%;
    height: auto;
}

.img-gallery{
	border:12px solid #fff;
	-webkit-box-shadow: 0px 0px 5px lightgray;
	-moz-box-shadow: 0px 0px 5px lightgray;
	box-shadow: 0px 0px 5px lightgray;
	display:block;
	position:relative;
}

.img-gallery::after{
	content:" ";
	position:absolute;
	top:-5%;left:-5%;
	display:block;
	width:110%;
	height:110%;
	background-color:#fff;
	opacity:1;
	z-index:-1;
	-webkit-box-shadow: 0px 0px 5px lightgray;
	-moz-box-shadow: 0px 0px 5px lightgray;
	box-shadow: 0px 0px 5px lightgray;
	-webkit-transform: rotate(7deg);
	-moz-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	transform: rotate(7deg);
}

.img-photo{
	border:12px solid #fff;
	-webkit-box-shadow: 0px 0px 5px lightgray;
	-moz-box-shadow: 0px 0px 5px lightgray;
	box-shadow: 0px 0px 5px lightgray;
	display:block;
}

.color-l-blue {
    color: #2a93c9 !important;
}

.color-d-blue {
    color: #2684b5 !important;
}

.color-black {
    color: #333 !important;
}

.color-white {
    color: #fff !important;
}

.color-l-gray{
    color: #e5e5e5 !important;
}

.color-d-gray{
    color: #808080 !important;
}

.bg-l-blue {
    background-color: #2a93c9;
}

.bg-d-blue {
    background-color: #2684b5;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.btn.btn-primary {
    background-color: #2684b5;
    border:none;
    transition: background-color ease 0.3s;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #2a93c9;
}

/* OWL Carousel */

/* .owl-carousel .owl-itm {
    padding: 15px;
}
*/

.owl-carousel .owl-nav {
    text-align: center;
    padding-top: 10px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
    display: inline-block;
    margin: 7px;
}

/* HEADER */

#section-header {
   min-height: 760px;
   background: #333 url('../img/header.jpg') no-repeat center center / cover;
}

.logo {
    padding: 20px 0;
}

.logo img{
    height: 60px;
    width: auto;
}

.navbar {
    background-color: #2a93c9; 
    border-radius: 6px;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.2);
}

.navbar .navbar-brand img {
    height: 30px;
    width: auto;
    margin-left: 7px;
}

.navbar-nav .nav-link {
    color: #eaeaea;
    font-weight: bold;
    text-transform: uppercase;
    transition: ease color 0.3s;
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-toggler {
    border-color: transparent;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.phone-block, .address-block {
    display: flex;
    justify-content: end;
    padding: 20px 0;
    color: #fff;
}

.phone-block .phone-icon, .address-block .address-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 99px;
    text-align: center;
    padding-top: 11px;
    margin-right: 10px;
}

.phone-block .phones {
    text-align: right;
}

.phone-block .phones a {
    color:#fff;
    text-decoration: none;
}

.phone-block .phones a:hover{
    text-decoration: underline;
}

.address-block .address {
    margin-right: 30px;
}

#section-header.header-in {
    min-height: 300px;
    background: #333 url('../img/header-in.jpg') no-repeat center center / cover;
}

/* CONTENT IN */
#content-in {
    padding-top: 30px;
    padding-bottom: 30px;
}

#content-in p, #content-in ul > li {
    color: #666;
}

/* SECTION info */

#section-info {
    padding-top: 0px;
    margin-top: -53px;
    z-index: 10;
}

.info-square {
    padding: 24px 23px 24px 23px;
    color: #fff;
}

.info-square:first-child {
   border-top-left-radius: 5px; 
   border-bottom-left-radius: 5px; 
}

.info-square:last-child {
   border-top-right-radius: 5px; 
   border-bottom-right-radius: 5px; 
}

#content-in .info-square:first-child, #content-in .info-square:last-child {
    border-radius: 0px;
}

.info-square h5 .bi{
    margin-right: 15px;
}

.info-square hr {
  margin-top: 13px;
  background: #5d79b8;
  opacity: .2;
}

.info-square .center-rasp {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.info-square ul.center-rasp > li {
    color: #fff !important;
}

.info-square a{
    color: #fff;
}

.news .news-item {
    margin-bottom: 20px;
    border-bottom: 1px dashed #afc5f8;
}

.news .news-item h6 .bi{
    margin-right: 7px;
}

.news .news-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}


/* SECTION UNIQUE */
#section-unique .unique-block {
    text-align: center;
}

#section-unique .unique-block .unique-icon{
    font-size: 4.5em;
    color:#2684b5;
    margin-bottom: 20px;
}


/* SECTION  equipment */

#section-equipment {
    position: relative;
    background: #333 url('../img/section-equipment.jpg') no-repeat 0px 0px / 100%;
    color: #fff;
}

#section-equipment::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../img/blue-horizontal-gradient.png');
    background-repeat: repeat-y;
    background-position: 0px 0px;
    background-size: 100%;
    z-index: 1;
}

#section-equipment .container {
    position: relative;
    z-index: 2;
}

#section-equipment .row {
    min-height: 400px;
}


/* SECTION SERVICE */

.service-item .service-item-title {
    display: block;
    text-align: center;
    background-color: #2684b5;
    color: #fff;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
}

.service-item {
    margin-bottom: 30px;
}


/* SECTION DOC */

#owl-doc .owl-doc-item .owl-doc-item-title, #owl-doc-in .owl-doc-item .owl-doc-item-title {
    display: block;
    font-size: 1.3em;
    text-align: left;
    background-color: #2684b5;
    color: #fff;
    padding: 15px;
    text-decoration: none;
}

#owl-doc-in .owl-doc-item .owl-doc-item-title {
    font-size: 1.4em;
}

#owl-doc .owl-item:nth-child(2n) .owl-doc-item-title, #owl-doc-in .owl-item:nth-child(2n) .owl-doc-item-title {
    background-color: #2a93c9 !important;
}

#owl-doc .owl-doc-item .owl-doc-item-title span, #owl-doc-in .owl-doc-item .owl-doc-item-title span {
    font-size: 0.7em;
    opacity: 0.5;
}



/* SECTION BLOG */
.blog-item, .promotions-item {
    margin-bottom: 30px;
}

.blog-item h5 {
    padding: 20px 0px 10px 0px;
}

.blog-item h5 a {
    color: #000;
    text-decoration: none;
}

.blog-item h5 a:hover {
    text-decoration: underline;
}


/* SECTION MAP */
#tour {
    margin-bottom: 40px;
}

#tour iframe {
    position: relative;
    width: 100%;
    height: 500px;
}

/* DOC */
.doc-list-item {
    margin-bottom: 30px;
}

.doc-list-item h3 a{
    text-decoration: none;
}

/* FOOTER */
#footer {
    background-color: #2a93c9;
    color: #fff;
    padding-top: 50px;
}

#footer h5 {
    text-transform: uppercase;
}

#footer h5 .bi {
    margin-right: 12px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer .bottom-logo {
    margin-bottom: 40px;
}

#footer #bottom-line {
    background-color: #2684b5;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer #bottom-line p{
    margin-bottom: 0;
}

#footer #bottom-line .bottom-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
}

#footer #bottom-line .bottom-nav li {
    display: inline-block;
    margin-left: 12px;
}




