@font-face {
    font-family: 'BPGArialCaps';
    src: url('../css/fonts/bpg-arial-caps-webfont.eot'); /* IE9 Compat Modes */
    src: url('../css/fonts/bpg-arial-caps-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../css/fonts/bpg-arial-caps-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('../css/fonts/bpg-arial-caps-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../css/fonts/bpg-arial-caps-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../css/fonts/bpg-arial-caps-webfont.svg#bpg_arial_capsregular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'HelveticaRegular';
        src: url('../css/fonts/Helvetica/Linotype-HelveticaNeueLTGEO55Roman.ttf');
}

@font-face {
    font-family: 'HelveticaBold';
        src: url('../css/fonts/Helvetica/Linotype-HelveticaNeueLTGEO75Bold.ttf');
}

body {
	margin: 0;
	padding: 0;
	font-family: 'BPGArialCaps';
    overflow-x: hidden;
}

.tophead {
	width: 100%;
	height: 45px;
	border-top: 3px solid #252525;
	background-color: #007fbf;
	padding: 0;
}

.tophead > .container-fluid { max-width: 1300px; }

.language-bar {
	margin-top: 8px;
    float: right;
}

.info-bar { float: left; }
.info-bar > li  { color: #ffffff; font-size: 13px; line-height: 40px; }
.info-bar > li > i { color: #ffffff; padding: 0 5px; }

.custom-navbar { border-bottom: 1px solid rgba(0,0,0,0.1); margin: 0; padding: 0; }
.custom-navbar > .container-fluid { max-width: 1300px; }
.custom-navbar > .container-fluid > nav { padding: 0.5rem 0; }

.сustom-navbar-list { font-size: 13px; text-transform: uppercase; }
.сustom-navbar-list > li > a { font-weight: bold; color: #225d89 !important; }
.сustom-navbar-list > li > a:hover { color: #007fbf !important; }

.main-slider { width: 100%; max-height: 400px; overflow: hidden; }

.our-partners, .our-services { width: 100%; background: rgba(0,0,0,0.01); overflow: hidden; }

.our-partners > .container-fluid, 
.our-services > .container-fluid { max-width: 1300px; }

.our-partners > .container-fluid > .our-partners-head,
.our-services > .container-fluid > .our-services-head { text-align: center; }

.our-partners > .container-fluid > .our-partners-head > h1,
.our-services > .container-fluid > .our-services-head > h1 { margin-top: 25px; font-size: 24px; color: #225d89;}

.our-partners > .container-fluid > .our-partners-head > .hr,
.our-services > .container-fluid > .our-services-head > .hr { 
	height: 3px;
    display: inline-block;
    width: 50px;
    background: #007fbf; 
}

.dropdown-menu { border: none !important; }
.dropdown-item { color: #225d89 }
.dropdown-item:hover { color: #007fbf }
.dropdown-item:focus { background: none; }

.our-services > .container-fluid > .our-services-body { margin: 25px 0; }

.our-services-article { 
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.our-services-article > .our-services-article-poster {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 7px;
    overflow: hidden;
}

.our-services-article > .our-services-article-poster > img {
    width: 100%;
}

.our-services-footer,
.our-projects-footer,
.our-partners-footer { width: 300px; margin: 0 auto 25px auto; }

.our-services-more { text-align: center; background: #007fbf; width: 300px; float: left; height: 50px; margin-bottom: 25px; line-height: 50px; font-family: 'HelveticaRegular'; display: block; color: #ffffff; }
.our-services-more:hover { color: #ffffff; text-decoration: none; }

.our-services-more2 { text-align: center; background: #ffffff; width: 300px; float: left; height: 50px; margin-bottom: 25px; line-height: 50px; font-family: 'HelveticaRegular'; display: block; color: #252525; }
.our-services-more2:hover { color: #252525; text-decoration: none; }

.our-services-article-text { width: 100%; }
.our-services-article-text > span:first-child { font-weight: bold; width: 100%; float: left; font-size: 16px; margin-top: 10px; font-family: 'HelveticaBold'; }
.our-services-article-text > span:last-child,
.our-services-article-text > a > span:last-child { font-weight: normal; width: 100%; float: left; font-size: 13px; color: #252525; margin-top: 10px; font-family: 'HelveticaRegular';}

.our-projects { width: 100%; background: #007fbf; overflow: hidden; }
.our-projects > .container-fluid { max-width: 1300px; }
.our-projects > .container-fluid > .our-projects-head { text-align: center; }
.our-projects > .container-fluid > .our-projects-head > h1 { margin-top: 25px; font-size: 24px; color: #ffffff;}
.our-projects > .container-fluid > .our-projects-head > .hr { 
	height: 3px;
    display: inline-block;
    width: 50px;
    background: #ffffff; 
}

.our-projects > .container-fluid > .our-projects-body,
.our-partners > .container-fluid > .our-partners-body {
    margin: 24px 0;
    padding: 0 15px;
}


.our-project-article {
    width: 100%;
    float: left;
}

.our-project-article > span { width: 100%; height: 180px; padding: 10px; background: #ffffff; border: 2px solid #bbbbbb; float: left; overflow: hidden; }
.our-project-article > span img { max-height: 156px }
.our-project-article > a span { color: #ffffff; font-family: 'BPGArialCaps'; font-size: 14px; width: 100%; max-height: 45px; text-align: center; float: left; margin-top: 10px; } 

.our-partners-article {
    width: 100%;
    float: left;
}

.our-partners-article > span:first-child { width: 100%; height: 180px; padding: 10px; background: #ffffff; border: 2px solid rgba(0,0,0,0.1); float: left; overflow: hidden; }
.our-partners-article > span:first-child > img { max-height: 156px }
.our-partners-article > span:last-child { color: #252525; font-family: 'BPGArialCaps'; font-size: 14px; width: 100%; text-align: center; float: left; margin-top: 10px; } 

.owl-nav {
    display: none;
}

.footer { width: 100%; height: 45px; background: #252525; border-top: 2px solid #007fbf; float: left; overflow: hidden; display: none; }
.footer > .container-fluid { max-width: 1300px; }
.footer > .container-fluid > div > p { color: #ffffff; font-family: 'HelveticaRegular'; font-size: 13px; line-height: 45px; text-transform: uppercase; width: 50%; }
.footer > .container-fluid > div > p > span { color: #007fbf }
.footer > .container-fluid > div > p:first-child { text-align: left; }
.footer > .container-fluid > div > p:last-child { text-align: right; }

.about-us { width: 100%; }
.about-us > .container-fluid { max-width: 1300px; }
.about-us-text { width: 100%; font-size: 13px; font-family: 'HelveticaRegular'; color: #000000; }

.about-us-photo { width: 100%; padding: 15px; overflow: hidden; margin: 25px 0; background: #252525; border: 2px solid #007fbf; }

.services-full { width: 100%; margin-top: 20px;}
.services-full > .container-fluid { max-width: 1300px;}


.contact-page { width: 100%; margin-bottom: 40px;}
.contact-page > .contact-page-head { width: 100%; }

.contact-page > .contact-page-body { width: 100%; }
.contact-page > .contact-page-body .container-fluid { max-width: 1300px; }

.contact-form { width: 100%; margin: 40px 0; }
.contact-form > .contact-form-head { width: 100%; height: 20px; line-height: 20px }
.contact-form > .contact-form-head > span { font-family: 'HelveticaBold'; width: 100%; text-align: center; float: left; font-size: 16px; }

.contact-form-body { width: 100%; }
.contact-form-body > ul { list-style: none; padding: 0; }
.contact-form-body > ul > li { width: 100%; height: 40px; line-height: 40px; border-bottom: 1px solid rgba(0,0,0,0.1); float: left; text-align: center; font-size: 14px; font-family: 'HelveticaRegular'; }

@media (max-width: 991px) {
    .main-slider { max-height: 350px; } 

	.info-bar { display: none; }
}

@media (max-width: 767px) {
    .footer > .container-fluid > div > p:first-child { display: none; }
    .footer > .container-fluid > div > p:last-child { text-align: center; font-size: 12px; width: 100%; float: left; }
    .main-slider { max-height: 300px; } 
}


@media (max-width: 575px) {
    .main-slider { max-height: 200px; } 
}

@media (max-width: 768px) {
    .footer { display: none; }

}

.custom-view-slider {
    width: 100%;
    height: auto;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
    padding: 15px;
}

.slider-nav > div {
    width: 100%;
}

.collapse_drop {
    width: 100%;
    background: url('../images/plus_icon.png') no-repeat;;
    float: left;
    padding-left: 35px;
}

.collapse_drop.active {
    width: 100%;
    background: url('../images/minus_icon.png') no-repeat;;
    float: left;
    padding-left: 35px;
}

.card { border: none !important; background: none !important; }
.card-header { border: none !important; background: none !important; padding: 0rem 1.25rem }

.slider-custom-arrow-prev {
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    background: none;
    position: absolute;
    z-index: 10000;
    top: 14%;
    left: 20px;
}

.slider-custom-arrow-prev:before {
    content: '←';
}

.slider-custom-arrow-next {
    font-family: 'slick';
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    background: none;
    position: absolute;
    z-index: 10000;
    top: 14%;
    right: 20px;
}

.slider-custom-arrow-next:before {
    content: '→';
}

.slider-custom-arrow-next:focus,
.slider-custom-arrow-prev:focus {
    outline: none
}