@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
@font-face {
  font-family: 'Conv_PFDinTextCompPro-Regular';
  src: url("/fonts/PFDinTextCompPro-Regular.eot"); 
  src: local("?"), url("/fonts/PFDinTextCompPro-Regular.woff") format("woff"), url("/fonts/PFDinTextCompPro-Regular.ttf") format("truetype"), url("/fonts/PFDinTextCompPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_PFDinTextCompPro-Medium';
  src: url("/fonts/PFDinTextCompPro-Medium.eot");
  src: local("?"), url("/fonts/PFDinTextCompPro-Medium.woff") format("woff"), url("/fonts/PFDinTextCompPro-Medium.ttf") format("truetype"), url("/fonts/PFDinTextCompPro-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_PFDinTextCompPro-Light';
  src: url("/fonts/pfdintextcomppro-light-webfont.eot");
  src: local("?"), url("/fonts/pfdintextcomppro-light-webfont.woff") format("woff"), url("/fonts/pfdintextcomppro-light-webfont.ttf") format("truetype"), url("/fonts/pfdintextcomppro-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {position: relative}
body {
    margin: 0px; padding: 0px;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    position: relative;
}

a, a:link, a:visited { color: black; text-decoration: none; }
a:hover { color: black; text-decoration: none; }

p { margin: 0; padding: 0 0 20px; color: #333; font-size: 18px; line-height: 24px; }
img { border: none; }

ul { margin: 0; padding: 0; list-style-type: none;}
ul li { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { color: black; font-weight: normal; padding: 0; margin: 0; text-transform: uppercase; }
h1 { font-size: 30px; }
h2 { font-size: 30px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

.clear{ clear: both; height: 1px; }
.cleaner{ clear: both; height: 1px; }
.error{

}
.success{
    padding: 10px !important;
    border: 2px solid green !important; 
    color: green !important;
    background: #fff;
}
.ar{ text-align: right; }
.ac{ text-align: center; }
.al{ text-align: left; }
.fr{ float: right; }
.fl{ float: left; }
.fw{ width: 100% !important}
.w5{ width: 50% !important}
.vm{ vertical-align: middle !important; }
.block{ display: block;}
.green{ color: #a6ce39 !important; }
@keyframes showing {
 0%{
  display:block;
  opacity:0;
 }
 100% {
  opacity:1;
 }
}
@-moz-keyframes spin-mid {
    from {
        -moz-transform: translateY(-50%) rotate(0deg);
    }
    to {
        -moz-transform: translateY(-50%) rotate(360deg);
    }
}
@-webkit-keyframes spin-mid {
    from {
        -webkit-transform: translateY(-50%) rotate(0deg);
    }
    to {
        -webkit-transform: translateY(-50%) rotate(360deg);
    }
}
@keyframes spin-mid {
    from {
        transform: translateY(-50%) rotate(0deg);
    }
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}


*{
    box-sizing: border-box; 
}
/*** HEADER ***/
header{
    position: relative;  
    width: 100%;
    z-index: 10000;
    border-top: 14px solid #fdc70f;
}
/*
.trans header{
    position: fixed;
    left: 0; top: 0;
    z-index: 10000;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
}
*/
#logo{
    position: absolute;
    top: 0; left: 0;
    width: 256px; height: auto;
}
/*
.trans #logo{
}
*/
#logo img{
    position: absolute;
    width: 204px; max-height: 144px;
    left: 50%; top: 60px;
    transform: translateX(-50%);
}
#header{
    margin: 0 auto;
    padding: 15px 27px 25px;
    text-align: right;
    max-width: 1315px;
    width: 100%; height: 190px;
    background: white;
    position: relative;
}

#header-right{
    margin-left: 230px;
}
#header-right .social{
    color: #58585a;
    font-size: 23px;
    line-height: 28px;
    padding-top: 45px;
}
#header-right .social .item{
    display: inline-block;
    vertical-align: middle;
    padding-right: 32px;
}
#header-right .social .item a{
    color: black;
    font-size: 16px;
    font-weight: bold;
}
#header-right .social .item:last-child{
    padding-right: 0;
}
#header-right .social .item i{
    display: inline-block;
    vertical-align: middle;
    width: 52px; height: 52px;
    color: white;
    background: #fdc70f;
    font-size: 30px;
    position: relative;
    text-align: center;
    margin-right: 15px;
    padding-top: 12px;
    border-radius: 50%;
}
#header-right #top-right-menu{
    padding-top: 45px;
}
#header-right #top-right-menu li{
    display: inline-block;
    vertical-align: middle;
    color: #58585a;
    font-size: 20px;
    line-height: 25px;
    padding: 0 17px;
    text-transform: uppercase;
}
#header-right #top-right-menu li:last-child{
    padding-right: 0;
}
#header-right #top-right-menu li a{
    color: #58585a;
}
.wrapper, .container{
    margin: 0 auto;
    padding: 0 27px;
    max-width: 1315px;
    width: 100%;
    position: relative;
}
header #top-menu{
    background: #0a286c;
}
header #top-menu ul{
    padding: 20px 0;
}
header #top-menu ul li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0;
}
header #top-menu ul li:last-child{
    border-right: none;
}
header #top-menu ul li a{
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    color: white;
    padding: 3px 16px;
    display: block;
}
header #top-menu ul li:last-child a{
    border-right: none;
}
header #top-menu ul li:first-child a{
    padding-left: 20px;
}
header #top-menu ul li.active a{
    color: #f3c019;
}
header #top-menu ul li.active::before,
header #top-menu ul li:hover::before{
    content: "";
    background: #fdc70f;
    width: calc( 100% - 32px );
    height: 9px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
header #top-menu ul li.active::after,
header #top-menu ul li:hover::after{
    content: "";
    width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fdc70f;
  position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
}
.icon{
    display: none;
}

header .langs{
    vertical-align: middle;
    padding-bottom: 90px;
}
header .langs .active{
    color: #a6ce39;
    font-size: 18px;
    line-height: 23px;
}
header .langs a{
    color: #58585a;
    font-size: 18px;
    line-height: 23px;
}
header .langs .devider{
    padding: 0 5px;
    font-size: 18px;
    line-height: 23px;
    color: #58585a;
}
header .langs .devider::before{
    content: "/";
}
header .langs .devider:last-child{
    padding: 0;
}
header .langs .devider:last-child::before{
    content:none;
}
.home #banner{
    height: 572px;
    margin-bottom: 0;
}
.home #banner .bx-wrapper{
    height: 572px;
}
.home .banner-image{
    height: 572px;
}
.home .bx-wrapper img {
    width: 100%; height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-info{
    position: absolute;
    left: 0; top: 50%; 
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.banner-info .wrapper{
}
.banner-info .inner{
}
.banner-info h1{
    font-size: 30px;
    font-weight: bold;
    position: relative;
    color: white;
    text-transform: uppercase;
    margin-top: 30px;
}
.banner-info h1 .subtitle{
    display: block;
    font-size: 40px;
    line-height: 47px;
    padding-top: 35px;
    text-transform: lowercase;
}
.banner-description{
    font-size: 18px;
    line-height: 21px;
    color: white;
}
.baner-full .readmore{
    display: block;
    text-align: center;
}
.baner-full .readmore a.read_more{
    font-size: 25px;
    display: inline-block;
    background: #a6ce39;
    color: white;
    text-transform: uppercase;
    margin: 10px 29px;
    padding: 22px;
    width: 228px;
}
.baner-full .readmore a.read_more.dark{
    background: #58585a;
}
body .bx-wrapper .bx-pager{
    display: none;
}
.fwhite{
    background: white;
}
.fgrey{
    background: #f4f4f4;
}
#main .container{
    padding: 0 20px 0;
    position: relative;
}
.section{
    position: relative;
}
.section .item50{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px);
    padding: 20px 0 20px;
    box-sizing: border-box;
    position: relative;
}
.section .item50:nth-child(1){
    margin-right: 15px;
}
.section .item50:nth-child(2){
    margin-left: 15px;
}
#about-us .section{
    max-width: 1025px;
    padding: 0 40px;
    background: white;
    margin: 0 auto;
    position: relative;
    top: -80px;
}
.section h2{
    font-size: 25px;
    line-height: 31px;
    position: relative;
    color: black;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 25px;
    margin: 0 0 70px;
    text-align: left;
}
#about-us .section h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: white;
    text-transform: uppercase;
    background: #fdc70f;
    padding: 25px 50px;
    position: relative;
    display: inline-block;
    top: -30px;
}
#about-us .section h2::before,
#about-us .section h2::after{
    content: none;
}
.section h2::before{
    content: "";
    background: #fdc70f;
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section h2::after{
    content: "";
    width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fdc70f;
  position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}
#about-us .info{
    display: inline-block;
    vertical-align: top;
    width: calc( 100% - 400px );
    padding-right: 25px;
    text-align: justify;
}
#about-us .info p{
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 25px;
}
#about-us .img{
    display: inline-block;
    vertical-align: top;
    width: 400px;
}
.section .desription p{
    color: #555;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 22px;
}
.section h3{
    color: #444;
    font-size: 25px;
    line-height: 30px;
    text-transform: none;
}
.section .img .readmore{
    width: 100%; height: 100%;
    position: absolute;
    bottom: 0; right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    border-bottom: 5px solid #a6ce39;
}
.section .img:hover .readmore{
    display: block;
}
.section .img .readmore a{
    width: 230px;
    font-size: 20px;
    color: white;
    display: inline-block;
    background: #a6ce39;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    position: absolute;
    left: 50%; bottom: -5px;
    transform: translateX(-50%);
    z-index: 3;
}
.section .img .readmore a::before{
    content: "";
    width: 0; height: 0; 
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 65px solid #a6ce39;
    position: absolute;
    left: -40px;
    bottom: 0;
    z-index: 1;
}
.section .img .readmore a::after{
    content: "";
    width: 0; height: 0; 
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 65px solid #a6ce39;
    position: absolute;
    right: -40px;
    bottom: 0;
    z-index: 1;
}
.section ul li{
    padding: 18px 0 18px 70px;
    font-size: 18px;
    color: #444;
    position: relative;
}
.section ul li a{
    font-size: 18px;
    color: #444;
    display: block;
}
.section ul li::before{
    content:"";
    width: 40px; height: 40px;
    border-radius: 50%;
    background: url(/images/assets/li.png) no-repeat center center;
    border: 1px solid #f6921e;
    position: absolute;
    left: 0; top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section ul li:hover::before {
    border: solid 5px #f6921e;
    -webkit-transform: translateY(-50%) rotate(360deg);
    -moz-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
    -webkit-animation: spin-mid 1s linear;
    -moz-animation: spin-mid 1s linear;
    animation: spin-mid 1s linear; 
}
#info-section{
    text-align: left;
    padding: 40px 33px;
    margin: 40px 0 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#info-section h2{
    color: white;
    background: #7A7A7A;
}
#matherials-section{
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
#matherials-section .item{
    display: inline-block;
    vertical-align: top;
    height: 400px;
    width: 50%;
    padding: 10px 18px;
    position: relative;
}
#matherials-section .item .img{
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#matherials-section .item:first-child{
    padding-left: 0;
}
#matherials-section .item:last-child{
    padding-right: 0;
}
/*
#info-section h2::before, #info-section h2::after{
    content: none;
}
*/
#info-section .desription p{
    color: white; 
}

#video-section{
    padding-bottom: 23px;
}
#last-info{
    padding-bottom: 45px;
}
#last-news{
    padding-bottom: 45px;
}
#last-news .item,
#last-info .item,
#video-section .item{
    width: calc( ( 100% - 27px - 27px ) / 3 );
    display: inline-block;
    vertical-align: top;
    margin-right: 27px;
}
#last-news .item:last-child,
#last-info .item:last-child,
#video-section .item:last-child{
    margin-right: 0;
}
#last-news .item .img,
#last-info .item .img{
    width: 100%; height: 288px;
    position: relative;
    margin-bottom: 35px;
}
#last-news .item .img img,
#last-info .item .img img{
    width: 100%; height: 100%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#last-news h3,
#last-info h3{
    color: black;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
}
#last-news h3 a,
#last-info h3 a{
    color: black;
}
#last-news .intro,
#last-info .intro{
    color: #555;
    font-size: 15px;
    line-height: 20px;
}
#video-section .item iframe{
    width: 100% !important
}
.buttons{
    padding: 20px 0;
}
.buttons a{
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    color: white;
    background: #f6921e;
    font-size: 15px;
}
footer{
    
}
footer #footer-top{
    background: #0a286c;
    padding: 60px 0 0;
}
footer #footer-top .container > .col{
    width: calc( ( 100% - 85px - 85px ) / 3 );
    box-sizing: border-box;
    margin-right: 85px;
    display: inline-block;
    vertical-align: top;
}
footer #footer-top .container > #info-links.col{
    margin-right: 0;
}
#footer-logo{
    position: relative;
    top: 0; left: 0;
    max-width: 430px; 
    padding: 35px 0;
}
#footer-logo img{
    max-width: 212px; 
    width: 100%; height: auto;
    -moz-filter: brightness(3000%);
    -webkit-filter: brightness(3000%);
    filter: brightness(3000%);
}
footer #footer-top .info .details{
    padding-top: 25px;
}
footer #footer-top .info .details p{
    color: #ddd;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 20px;
    text-align: justify;
}
footer #footer-top h2{
    font-size: 18px;
    line-height: 36px;
    position: relative;
    color: white;
    text-transform: uppercase;
    padding: 0 0 25px;
    text-align: left;
}
#footer-menu, #footer-contacts{
    padding-top: 20px;
}
#footer-menu ul{
    
}
#footer-menu ul li{
    padding-bottom: 20px;
}
#footer-menu ul li a{
    font-size: 18px;
    line-height: 23px;
    color: #ddd;
}
#footer-contacts p{
    font-size: 18px;
    line-height: 22px;
    color: #ddd;
    padding-bottom: 20px;
}
#footer-contacts p a{
    color: #ddd;
}
footer .social{
    padding-top: 20px;
}
footer .social a{
    color: white;
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 15px 15px 0;
}
footer #footer-bottom{
    padding: 20px 0;
}
.copyright{
    color: black;
    font-size: 15px;
}
.copyright a{
    display: inline-block;
    padding-left: 5px;
    color: #777;
    font-size: 15px;
}


#main h1{
    font-size: 25px;
    line-height: 31px;
    position: relative;
    color: black;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 25px;
    margin: 0 0 70px;
    text-align: left;
}
.section h1::before {
    content: "";
    background: #fdc70f;
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section h1::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fdc70f;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%);
}
#contacts{
    margin-top: 25px;
}
#contacts .section .item50{
    padding-left: 8%;
    padding-right: 8%;
    margin: 0;
    width: 50%;
}
#contacts .intro{
    padding-bottom: 20px;
}
#contacts .intro p{
    font-size: 16px;
    line-height: 19px;
}
#contacts .section h2{
    font-size: 33px;
    line-height: 40px;
}
.section h4{
    font-size: 30px;
    line-height: 36px;
    color: #0B77CC;
    padding-bottom: 15px;
    text-transform: none;
}
#contacts .section a{
    color: #333;
}
.contact_form{
    
}
.contact_form .item{
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
    padding-right: 40px;
    box-sizing: border-box;
    width: 100%;
}
.contact_form label{
    display: block;
    color: #F6921E;
    font-size: 22px;
    padding-bottom: 6px;
}
.contact_form input[type="text"],
.contact_form textarea{
    width: 100%;
    padding: 10px;
    font-size: 18px; line-height: 23px;
    box-sizing: border-box;
    border: 1px solid #aaa;
    background: white;
}
.contact_form textarea{
    height: 100px;
}
.contact_form .error input,
.contact_form .error textarea{
    background: #FF9999;
}
.contact_form button{
    text-transform: uppercase;
    color: white;
    background: #0B77CF;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}
#map_canvas{
    display: block;
    width: 100%; height: 250px;
}
.success{
    border: #ddd;
    padding: 10px;
    background: #99FFCC;
}
.pdt40{
    padding-top: 40px;
}
.pdb40{
    padding-bottom: 40px;
}
.other .section .item50{
    padding-left: 8%;
    padding-right: 8%;
    margin: 0;
    width: 50%;
}

#services{
    padding: 60px 8%;
}
#services .item{
  display: inline-block;
  vertical-align: top;
  width: 33%;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 60px;   
}
#services .item .img{
  display: block; 
  width: 125px;
  height: 125px;
  background: url(/images/assets/iconfire.png) no-repeat center center;
  margin: 0 auto 30px;
  border: 2px solid #f6921e;
  border-radius: 50%;
}
#services .item:hover .img{
   border: 2px solid #0c78cf; 
}
#services .item .img a{
    display: block;
    width: 100%; height: 100%;
}
#services .item h2{
    font-size: 25px;
    position: relative;
    color: #0b77ce;
    text-transform: none;
    padding: 0 0 25px;
    margin: 0 0 20px;
    text-align: center;
}
#services .item:hover h2{
    color: #f6921e;
}
#services .item h2::before{
    content: "";
    width: 75px; height: 1px;
    background: #0b77cf;
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
}
#services .item h2::after{
    content: "";
    width: 50px; height: 1px;
    background: #f6921e;
    position: absolute;
    bottom: 7px; left: 50%;
    transform: translateX(-50%);
}
#services .item h2 a{
    color: #0b77ce;
}
#services .item:hover h2 a{
    color: #f6921e;
}
#services .item .intro p{
    font-size: 16px;
    line-height: 19px;
    color: #444; 
    padding-bottom: 20px;
}
#services_slider,
#news_slider,
#info_slider{
    background: #F5F5F5;
    padding: 30px 8%;
}
#services_slider .services-section,
#news_slider .news-section,
#info_slider .info-section{
    position: relative;
    margin: 30px 70px;
}
#services_slider .services-section .container,
#news_slider .news-section .container,
#info_slider .info-section .container{
    /* max-height: 200px; */
    overflow: hidden;
}
#services_slider .services-section .item,
#news_slider .news-section .item,
#info_slider .info-section .item{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 13px;
    box-sizing: border-box;
}
#services_slider .services-section .item:nth-of-type(1n+5),
#news_slider .news-section .item:nth-of-type(1n+5),
#info_slider .info-section .item:nth-of-type(1n+5){
    display: none;
}
.services-section .left_arrow,
.news-section .left_arrow,
.info-section .left_arrow{
    display: inline-block;
    cursor: pointer;
    width: 21px; height: 100%;
    background: url(/images/icons/arrow-blue-left.png) no-repeat center left;
    position: absolute;
    left: -31px; top: 0;
}
.services-section .right_arrow,
.news-section .right_arrow,
.info-section .right_arrow{
    display: inline-block;
    cursor: pointer;
    width: 21px; height: 100%;
    background: url(/images/icons/arrow-blue-right.png) no-repeat center right;
    position: absolute;
    right: -31px; top: 0;
    text-align: center;
}
#services_slider .item .img{
  display: block; 
  width: 110px;
  height: 110px;
  background: url(/images/assets/iconfire.png) no-repeat center center;
  margin: 0 auto 20px;
  border: 2px solid #0c78cf;
  border-radius: 50%;
}
#services_slider .item h2{
    font-size: 20px;
    position: relative;
    color: #0b77ce;
    text-transform: none;
    padding: 0 0 25px;
    margin: 0 0 20px;
    text-align: center;
}
#services_slider .item h2 a{
    color: #0b77ce;
}
#services_slider .item .intro p{
    font-size: 15px;
    line-height: 18px;
    color: #444; 
    padding-bottom: 19px;
}
#services .page .img,
#news .page .img,
#info .page .img{
    width: 50%;
    box-sizing: border-box;
    padding-right: 100px;
    padding-bottom: 40px;
    float: left;
}
#services .page .img img,
#news .page .img img,
#info .page .img img{
    max-width: 100%;
}
#services .page .html,
#news .page .html,
#info .page .html{
    
}
#services .page .html p,
#news .page .html p,
#info .page .html p{
    font-size: 16px;
    line-height: 19px;
    color: #444; 
    padding-bottom: 20px;
}
/*
#news, #info{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}*/
#news .item,
#info .item{
  display: inline-block;
  vertical-align: top;
  width: 33%;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;   
}
#news .item .img,
#info .item .img{
    width: 100%;
    height: 288px;
    position: relative;
    margin-bottom: 35px;
}
#news .item .img img,
#info .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news .item:hover .img,
#info .item:hover .img{
     border: 5px solid #f6921e;
}
#news .item h2,
#info .item h2{
    font-size: 25px;
    position: relative;
    color: #0b77ce;
    text-transform: none;
    padding: 0 0 25px;
    margin: 0 0 10px;
    text-align: center;
}
#news .item h2::before,
#info .item h2::before{
    content: "";
    width: 75px; height: 1px;
    background: #0b77cf;
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
}
#news .item h2::after,
#info .item h2::after{
    content: "";
    width: 50px; height: 1px;
    background: #f6921e;
    position: absolute;
    bottom: 7px; left: 50%;
    transform: translateX(-50%);
}
#news .item h2 a,
#info .item h2 a{
    color: #0b77ce;
}
#news .item .intro,
#info .item .intro{
    margin-top: 10px;
}
#news .item .intro p,
#info .item .intro p{
    font-size: 16px;
    line-height: 19px;
    color: #444; 
    padding-bottom: 20px;
}
#news .item .edate,
#info .item .edate{
    color: #F6921E;
    font-size: 14px;
    text-align: center;
}
.pagination{
    text-align: center;
}
.pagination strong{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 40px; height: 40px;
    margin: 5px; padding: 8px 4px;
    color: white;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    background: #0B77CF;
}
.pagination a{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 40px; height: 40px;
    margin: 5px; padding: 8px 4px;
    color: white;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    background: #F6921E;
}
.pagination a:hover{
    background: #0B77CF;
} 
.news-section .img,
.info-section .img{
  display: block; 
  width: 100%; height: 150px;
  margin: 0 auto 30px;
}
.news-section .img img,
.info-section .img img{
    width: 100%; height: 100%;
    object-fit: cover;
}
.news-section h2,
.info-section h2{
    font-size: 25px;
    position: relative;
    color: #0b77ce;
    text-transform: none;
    padding: 0 0 25px;
    margin: 0 0 10px;
    text-align: center;
}
.news-section h2 a,
.info-section h2 a{
    color: #0b77ce;
}
.news-section .intro,
.info-section .intro{
    margin-top: 10px;
}
.news-section .intro p,
.info-section .intro p{
    font-size: 16px;
    line-height: 19px;
    color: #444; 
    padding-bottom: 20px;
}
.news-section .edate,
.info-section .edate{
display: none;
}
#careers{
    padding: 60px 8%;
}
#careers .item{
  display: inline-block;
  vertical-align: top;
  width: 33%;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 60px;   
}
#careers .item .img{
  display: block; 
  width: 100%; height: 250px;
  margin: 0 auto 30px;
}
#careers .item .img img{
    width: 100%; height: 100%;
    object-fit: cover;
}
#careers .item h2{
    font-size: 25px;
    position: relative;
    color: #0b77ce;
    text-transform: none;
    padding: 0 0 25px;
    margin: 0 0 10px;
    text-align: center;
}
#careers .item h2::before{
    content: "";
    width: 75px; height: 1px;
    background: #0b77cf;
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
}
#careers .item h2::after{
    content: "";
    width: 50px; height: 1px;
    background: #f6921e;
    position: absolute;
    bottom: 7px; left: 50%;
    transform: translateX(-50%);
}
#careers .item h2 a{
    color: #0b77ce;
}
#careers .item .intro{
    margin-top: 10px;
}
#careers .item .intro p{
    font-size: 16px;
    line-height: 19px;
    color: #444; 
    padding-bottom: 20px;
}
#careers .item .edate{
    color: #F6921E;
    font-size: 14px;
    text-align: center;
}

/* HOVER EFFECT */

a.read_more:hover {
    
}
#last-news .container .img img:hover {

}
.buttons a:hover {

}
#footer-menu ul li a:hover {

}
.fa:hover {
   
}

#faqs{
    
}
#faqs .item{
    padding-bottom: 10px;
}
#faqs .question{
    color: #333;
    font-size: 18px;
    cursor: pointer;
}
#faqs .answer{
    display: none;
}
#faqs .answer p{
    color: #444;
    font-size: 15px;
    line-height: 19px;
}
.contact_form button:hover {
    background: #f6921e;
}
#news .item .edate, #info .item .edate{
    display: none;
}
#news .item h2::before, #info .item h2::before{
    display: none;
}
#news .item h2::after, #info .item h2::after{
    display: none;     
}
#news .item h2, #info .item h2{
    font-size: 16px;
    color: #333;
}
#news .item h2 a, #info .item h2 a{
    color: #333;
    font-size: 16px;
}
#news .item:hover .img, #info .item:hover .img{
    border: none;
}
#banner{
    margin-top: -19px;
}
#news .item .img .readmore{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    border-bottom: 5px solid #a6ce39;
}
#news .item .img:hover .readmore{
    display: block;
}
#news .item .img .readmore a{
    width: 230px;
    font-size: 20px;
    color: white;
    display: inline-block;
    background: #a6ce39;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    z-index: 3;
}
#news .item .img .readmore a::before{
    content: "";
    width: 0; height: 0; 
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 65px solid #a6ce39;
    position: absolute;
    left: -40px;
    bottom: 0;
    z-index: 1;
}
#news .item .img .readmore a::after{
    content: "";
    width: 0; height: 0; 
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 65px solid #a6ce39;
    position: absolute;
    right: -40px;
    bottom: 0;
    z-index: 1;
}
#news .item .img img, #info .item .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#bottom-menu{
    border-top: 3px solid #fdc70f;
    text-align: right;
}
#bottom-menu ul{
    padding: 20px 0;
}
#bottom-menu ul li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0;
}
#bottom-menu ul li a{
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: white;
    padding: 3px 16px;
    display: block;
    font-weight: bold;
}

.notification{
    position: fixed;
    top: 0; right: 5px;
    opacity: 0;
    animation-name: fading;
    animation-duration: 1s;
    z-index: 100000;
}
.notification.a{
    opacity: 1;
}
.notification.success{
    background: #00b200;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 5px 5px 10px #888888;
}
.notification.error{
    background: #b20000;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 5px 5px 10px #888888;
}
#page_section{
    padding: 40px 0; 
}
#main #page_section h1{
    margin-bottom: 40px;
}
