.zeropadrow {
  margin: 0;
}
.zeropadrow >div {
  padding: 0;
}
.absolute-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.news-list-view,
.news-single {
  padding-top: 50px;
  padding-bottom: 50px;
}
.news-list-view img,
.news-single img {
  -webkit-box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
}
.news-list-view .caption,
.news-single .caption {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #164194;
}
.news-list-view .news-list-item,
.news-single .news-list-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .news-list-view .news-list-item img,
  .news-single .news-list-item img {
    margin-top: 20px;
  }
}
.news-list-view h1,
.news-single h1 {
  color: #4791c8;
  margin-bottom: 0;
}
.news-list-view h2,
.news-single h2 {
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 50px;
}
.news-list-view h3,
.news-single h3 {
  margin-top: 0;
  font-weight: 700;
  text-transform: none;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .news-list-view h3,
  .news-single h3 {
    font-size: 18px;
    line-height: 18px;
  }
}
.news-list-view .pagination li,
.news-single .pagination li {
  display: inline-block;
  width: auto;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  background-color: #cccccc;
  margin-right: 4px;
  color: #3c3c3c;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.news-list-view .pagination li a,
.news-list-view .pagination li span,
.news-single .pagination li a,
.news-single .pagination li span {
  color: #3c3c3c;
  padding: 0 10px;
  display: inline-block;
}
.news-list-view .pagination li.last,
.news-list-view .pagination li.next,
.news-single .pagination li.last,
.news-single .pagination li.next {
  width: auto;
}
.news-list-view .pagination li.active,
.news-list-view .pagination li:hover,
.news-single .pagination li.active,
.news-single .pagination li:hover {
  background-color: #4791c8;
}
.news-list-view .pagination li.active a,
.news-list-view .pagination li.active span,
.news-list-view .pagination li:hover a,
.news-list-view .pagination li:hover span,
.news-single .pagination li.active a,
.news-single .pagination li.active span,
.news-single .pagination li:hover a,
.news-single .pagination li:hover span {
  color: #ffffff;
}
.newsheader {
  margin-bottom: 30px;
  margin-top: 100px;
}
.newsheader h2 {
  font-size: 56px;
  margin-bottom: 0;
  line-height: 0.7em;
  font-weight: 400;
}
.newsheader .subtitle {
  font-size: 30px;
}
.startnews {
  margin-left: -60px;
  margin-right: -60px;
}
.startnews .news-list-item {
  width: 33.33%;
  float: left;
  padding: 0 60px;
  color: ;
  font-size: 16px;
  border: none;
  margin-bottom: 40px;
}
.startnews .news-list-item h3 {
  line-height: 1em;
  font-size: 24px;
  text-transform: uppercase;
}
.startnews .news-list-item .lead,
.startnews .news-list-item p {
  font-size: 16px;
  color: black;
  margin-bottom: 0;
}
.startnews .news-list-item img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .startnews {
    margin-left: 0px;
    margin-right: 0px;
  }
  .startnews .news-list-item {
    width: 100%;
    padding: 0;
  }
}
.extra {
  font-size: 14px;
}
.detailstext {
  margin-bottom: 40px;
}
.detailstext .lead {
  margin-bottom: 30px;
  margin-top: 30px;
}
.detailstext .newsthumbnail {
  margin-bottom: 20px;
}
.detailstext .morepicthumbs {
  margin-bottom: 50px;
}
.detailstext .morepicthumbs a {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.detailstext .morepicthumbs a:after {
  content: "+";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 30px;
  width: 30px;
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.detailstext .morepicthumbs a:hover:after {
  opacity: 1;
}
.label-info {
  text-transform: uppercase;
}
.detailslider {
  margin-top: 50px;
}
.detailslider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.detailslider .owl-nav .owl-next,
.detailslider .owl-nav .owl-prev {
  background-color: rgba(255,255,255,0.8);
  width: 30px;
  height: 50px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detailslider .owl-nav .owl-prev {
  left: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.detailslider .owl-nav .owl-next {
  right: 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.newsslider {
  padding: 50px 75px;
}
@media screen and (max-width: 500px) {
  .newsslider {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.newsslider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
}
.newsslider .owl-nav .owl-next,
.newsslider .owl-nav .owl-prev {
  background-color: rgba(0,0,0,0.1);
  width: 30px;
  height: 50px;
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.newsslider .owl-nav .owl-next.disabled,
.newsslider .owl-nav .owl-prev.disabled {
  opacity: 0;
}
.newsslider .owl-nav .owl-prev {
  left: -75px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.newsslider .owl-nav .owl-next {
  right: -75px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.newsslider .owl-dots {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.newsslider .owl-dots .owl-dot {
  width: 30px;
  height: 10px;
  display: inline-block;
  background: #e5e5e5;
  margin: 0 2px;
}
.newsslider .owl-dots .owl-dot.active {
  background: #0f6c97;
}
@media screen and (max-width: 399px) {
  .newsslider .owl-dots .owl-dot {
    width: 15px;
    height: 5px;
  }
}
.newsslider .newsslider-item [itemprop=headline] {
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 24px;
  display: block;
}
.newsslider .newsslider-item [itemprop=headline] a.btn-default:hover {
  background-color: #4791c8 !important;
}
@media screen and (max-width: 767px) {
  .newsslider .newsslider-item .pic-desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .newsslider .newsslider-item .pic-mobile {
    display: none;
  }
}
.newsslider .newsslider-item .lead {
  font-size: 16px;
}
.newsslider .newsslider-item img {
  margin-bottom: 20px;
}
.newsslider_wrap {
  margin-bottom: 50px;
  margin-top: 50px;
}
.newsslider_wrap .ciHeader .title {
  color: #164194;
}
.newsslider_wrap .gotolist {
  text-align: center;
}
.newsslider_wrap .gotolist .btn {
  background-color: #333333;
}
.newsslider_wrap .gotolist .btn:hover,
.newsslider_wrap .gotolist .btn:focus {
  background-color: #f3b100;
}
.news .gotbackbtns .btn {
  margin-right: 10px;
}
.news .gotbackbtns .startlink {
  background-color: #000000;
}
.news .gotbackbtns .startlink:hover {
  background-color: #f3b100;
}
::placeholder {
  color: #cccccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #cccccc;
}
::-ms-input-placeholder {
  color: #cccccc;
}
.tx-powermail {
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  padding-top: 50px;
}
.tx-powermail .parsley-errors-list {
  font-size: 11px;
  color: darkred;
  position: relative;
  pointer-events: none;
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.tx-powermail .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.tx-powermail img {
  width: auto;
}
.tx-powermail input,
.tx-powermail optgroup,
.tx-powermail select,
.tx-powermail textarea {
  width: 100%;
  border-color: #cccccc;
  border-width: 0px;
  margin-bottom: 10px;
  padding: 10px;
}
.tx-powermail h3 {
  display: none;
}
.tx-powermail .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ababab;
  font-size: 1.29em;
  padding: 15px 12px;
  height: auto;
}
.tx-powermail .fieldset {
  clear: both;
}
.tx-powermail .fieldset .powermail_field {
  position: relative;
}
.tx-powermail .fieldset legend {
  display: none;
}
.tx-powermail .btn,
.tx-powermail .powermail_submit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  border: none;
  width: 100%;
  margin: 0 auto;
  float: none;
  font-size: 1.29em;
  padding: 10px 12px;
  background-color: #4791c8;
}
.tx-powermail textarea {
  height: 10em !important;
}
.tx-powermail form {
  margin-left: -15px;
  margin-right: -15px;
}
.tx-powermail form:after {
  content: "";
  display: block;
  clear: both;
}
.tx-powermail form .powermail_fieldset {
  width: 50%;
  float: left;
  padding: 0 15px;
  position: relative;
}
.tx-powermail form .powermail_fieldset .powermail_field {
  position: relative;
}
.tx-powermail form .powermail_fieldset .checkbox {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.tx-powermail form .powermail_fieldset .checkbox label {
  display: block !important;
  padding-left: 50px;
  font-size: 14px;
}
.tx-powermail form .powermail_fieldset .checkbox label input {
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
}
.tx-powermail form .powermail_fieldset .powermail_fieldwrap_type_captcha input {
  width: 50%;
}
.tx-powermail form .powermail_fieldset .powermail_fieldwrap_type_captcha img {
  float: right;
  width: 40%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .tx-powermail form .powermail_fieldset {
    width: 100%;
  }
}
.tx-powermail form .powermail_fieldset .powermail_fieldwrap label {
  display: none;
}
.tx-powermail form .powermail_fieldset .powermail_legend {
  display: none !important;
}
.powermail_create,
.tx-powermail > form {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.powermail_confirmation form {
  margin-left: 0;
  margin-right: 10px;
}
.powermail_confirmation form .btn-danger {
  background-color: #cccccc;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-300.eot');
  src: local('Roboto Light'), local('Roboto-Light'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-300.woff2') format('woff2'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-300.woff') format('woff'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-300.ttf') format('truetype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-300.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-regular.woff2') format('woff2'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-regular.woff') format('woff'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-regular.ttf') format('truetype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-500.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-500.woff2') format('woff2'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-500.woff') format('woff'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-500.ttf') format('truetype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-500.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-700.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-700.woff2') format('woff2'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-700.woff') format('woff'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-700.ttf') format('truetype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-700.svg#Roboto') format('svg');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-900.eot');
  src: local('Roboto Black'), local('Roboto-Black'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-900.woff2') format('woff2'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-900.woff') format('woff'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-900.ttf') format('truetype'), url('/typo3conf/ext/sf_template/Resources/Public/fonts/roboto-v20-latin-900.svg#Roboto') format('svg');
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #3c3c3c;
  line-height: 24px;
  font-weight: 400;
  background: #ffffff;
}
.container-fluid {
  max-width: 1140px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
.container-fluid.reallysmall {
  max-width: 1130px;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
figure {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  color: #3c3c3c;
  font-weight: 600;
  text-transform: uppercase;
}
h1 + ul,
h1 + ol,
h1 + p,
h2 + ul,
h2 + ol,
h2 + p,
h3 + ul,
h3 + ol,
h3 + p,
h4 + ul,
h4 + ol,
h4 + p,
h5 + ul,
h5 + ol,
h5 + p,
h6 + ul,
h6 + ol,
h6 + p {
  margin-top: 20px;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 14px;
}
p {
  padding: 0px;
  margin: 0 0 20px 0;
}
ol,
ul {
  margin-bottom: 40px;
}
ol {
  list-style: decimal;
  padding-left: 30px;
}
ul {
  list-style: disc;
  padding-left: 30px;
}
ul li {
  margin-bottom: 0px;
}
a {
  text-decoration: none !important;
  outline: none;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #4791c8;
}
a:hover,
a:focus,
a:active {
  color: #164194;
}
img {
  width: 100%;
  height: auto;
}
label {
  font-weight: normal;
}
::-webkit-input-placeholder {
  opacity: 1;
}
:-moz-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
body > header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  left: 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-sec {
  max-width: 100% !important;
  padding: 24px 30px 20px 30px;
}
.header-sec .logo img {
  width: 100%;
  height: auto;
  max-width: 257px;
}
body > header .logo {
  padding-top: 12px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 100;
}
body > header.header-small .logo {
  padding-top: 8px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
body > header .logo img {
  max-width: 100%;
  height: auto;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-right-top {
  text-align: right;
  padding: 21px 0 25px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-right-top a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.header-right-top a.tel-number,
.header-right-top a.email-info {
  padding-left: 30px;
  color: #4791c8;
  position: relative;
}
.header-right-top a.email-info {
  padding-left: 35px;
}
.header-right-top a.tel-number:hover,
.header-right-top a.email-info:hover {
  text-decoration: none;
}
.header-right-top a.tel-number .fa.fa-phone,
.header-right-top a.email-info .fa.fa-envelope {
  font-size: 28px;
  position: absolute;
  left: 0px;
  top: -3px;
}
.header-right-top a.tel-number {
  padding-right: 20px;
  margin-right: 15px;
  border-right: 1px solid #fff;
}
.header-right-top a.email-info .fa.fa-envelope {
  font-size: 24px;
  top: -3px;
}
body > header.header-small {
  background: #2b2b2b;
  box-shadow: 1px 1px 10px #2b2b2b;
}
body > header.header-small .header-sec {
  padding-top: 15px;
  padding-bottom: 0;
}
body > header.header-small .logo img {
  max-width: 210px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
body > header.header-small .header-right-top {
  padding: 4px 0 3px;
}
body > header.header-small .header-right-top a {
  font-size: 15px;
}
.navbar {
  border-radius: 0px;
  margin: 0px;
  border: none;
  padding: 0;
  float: right;
  min-height: auto;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.navbar-collapse {
  padding: 0px;
}
.navbar-inverse {
  background: none;
}
.navbar-nav > li {
  border-right: 0;
}
.navbar-nav > li:last-child {
  border: none;
}
.navbar-dark .navbar-nav li:last-child a {
  margin-right: 0;
}
.navbar-dark .navbar-nav li:first-child a {
  margin-left: 0;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 18px;
  color: #fff;
  padding: 7px 0;
  margin: 0 22px;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}
@media screen and (max-width: 1399px) {
  .navbar-dark .navbar-nav .nav-link {
    margin: 0 5px;
    font-size: 15px;
  }
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  border-bottom: 2px solid #164194;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a i {
  font-size: 20px;
  color: #8bd29d;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background: #4ab866;
}
.dropdown-menu {
  max-width: 400px;
  width: auto;
}
.dropdown-menu .dropdown-item {
  white-space: normal;
  line-height: 1em;
  border-bottom: 1px solid #ccc;
  padding: .5rem 1.5rem;
  white-space: nowrap;
}
.dropdown-menu .dropdown-item:last-child {
  border: none;
}
.page_42 .dropdown-menu,
.page_53 .dropdown-menu {
  left: unset;
  right: 0;
}
.banner-outer {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner-shadow {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/banner-shadow.png) repeat-x left top;
  background-size: 100% 100%;
  opacity: 0.85;
}
.banner-outer .banner-image {
  background-blend-mode: multiply;
  background-color: rgba(7,39,63,0.5);
  background-size: cover;
}
.banner-slider .container {
  display: table;
  height: 100%;
}
.banner-outer .content {
  display: table-cell;
  vertical-align: middle;
  padding: 245px 0 220px;
  max-width: 800px;
}
.banner-slider .content .fl-right {
  float: right;
}
.banner-outer .content h1 {
  display: block;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 68px;
  color: #ffffff;
  line-height: 72px;
  -webkit-animation-delay: 0.2s;
  font-weight: 600;
}
.banner-outer.smallertext1 h1 {
  font-size: 48px;
  line-height: 1.1em;
}
.banner-outer .content h2 {
  display: block;
  padding-bottom: 12px;
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  line-height: 72px;
  -webkit-animation-delay: 0.2s;
}
.banner-outer .content p {
  display: block;
  padding-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  -webkit-animation-delay: 0.34s;
  font-weight: 400;
}
.banner-outer .content a.btn {
  -webkit-animation-delay: 0.36s;
}
.btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  background: #4791c8;
  border: 2px solid transparent;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.btn:hover,
.btn:focus {
  background: #f3b100;
  color: #292929;
}
.inner-banner .content {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 200px 0 160px;
  min-height: 150px;
}
.inner-banner .content h1 {
  color: #fff;
}
.inner-banner .content p {
  color: #fff;
}
.service-outer {
  padding: 60px 0 55px 0;
}
.head {
  text-align: center;
  margin-bottom: 40px;
}
.head h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 46px;
  line-height: 46px;
  font-weight: 600;
  text-transform: uppercase;
  color: #164194;
}
.head p {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  font-weight: 500;
  line-height: 28px;
}
.service-list .service-box {
  margin-bottom: 30px;
}
.service-detail {
  background: #fff;
  position: relative;
  border: 1px solid #d5d5d5;
  text-align: center;
  padding: 25px 20px;
  margin: 0;
  margin-bottom: 20px;
}
.service-detail h4 {
  font-size: 20px;
  font-weight: 600;
}
.service-detail p {
  font-size: 15px;
  margin: 15px 0;
  font-weight: 500;
}
.service-detail a.btn {
  margin: 5px 0;
  padding: 8px 15px;
}
.service-slider .owl-prev,
.service-slider .owl-next {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 47px;
  margin: -35px 0 0 0;
  text-indent: -99999px;
}
.service-slider .owl-prev {
  background: url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/left_arrow.png) no-repeat center center;
  left: -50px;
}
.service-slider .owl-next {
  background: url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/right_arrow.png) no-repeat center center;
  right: -50px;
}
.service-slider .owl-dots {
  text-align: center;
  display: none;
}
.service-slider .owl-dot {
  width: 16px;
  height: 16px;
  background: #c8c8c8;
  display: inline-block;
  margin: 20px 2px 0 2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
}
.service-slider .owl-dot.active {
  background: #4791c8;
}
.offer-outer {
  background: #164194 url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/placeholder-1920x449.jpg) no-repeat center top / cover;
  background-attachment: fixed;
  padding: 70px 0;
}
.offer-outer h3 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}
.offer-outer p {
  color: #fff;
  padding: 10px 0;
  font-weight: 500;
  font-size: 15px;
}
.offer-outer a.btn {
  margin-top: 10px;
}
.offer-list li {
  border: 1px solid #164194;
  text-align: center;
  width: calc(9.33%);
  margin: 12px;
  float: left;
  padding: 5px;
}
.offer-list li figure {
  padding-top: 5px;
}
.offer-list li span {
  color: #164194;
  display: block;
  font-size: 14px;
  padding-top: 5px;
  font-weight: 600;
  line-height: 20px;
}
.feature-outer {
  padding: 70px 0;
}
.feature-box {
  position: relative;
  overflow: hidden;
}
.feature-box  img {
  width: 100%;
  height: auto;
}
.thumb-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  padding: 10px;
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.thumb-overlay h5 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 17px;
  margin-bottom: 15px;
  position: relative;
}
.thumb-overlay h5::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #ffea00;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.thumb-overlay p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.thumb-overlay-inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0,50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  padding: 0 20px;
}
.feature-box:hover .thumb-overlay {
  bottom: 0;
}
.tabs {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.tabs li {
  display: inline;
}
.tabs li a {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  border: 2px solid transparent;
  font-size: 18px;
  color: #292929;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}
.tabs li:hover a,
.tabs li.active a {
  border: 2px solid #164194;
}
#freewall {
  margin-bottom: 10px;
}
.why-outer {
  position: relative;
  padding: 70px 0;
}
.why-outer-left {
  background: #987600 url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/placeholderL-960x444.jpg) no-repeat center top / cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.why-outer-right {
  background: #001133 url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/placeholder-960x444.jpg) no-repeat center top / cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.p-l-30 {
  padding-left: 40px !important;
}
.why-outer h3 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}
.why-outer p {
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
}
.why-outer a.btn {
  margin-top: 10px;
}
.why-work-outer .team-list .team-box img {
  width: auto;
  max-width: 100%;
}
.why-work-outer .team-list .team-box h4 {
  padding-bottom: 10px;
}
.team-outer {
  padding: 70px 0;
}
.team-box {
  text-align: center;
}
.team-box h4 {
  font-size: 20px;
  padding-top: 15px;
  font-weight: 600;
}
.team-box p {
  font-size: 15px;
  font-weight: 500;
}
.team-box p.pos {
  font-weight: 300;
}
.testimonial-outer {
  padding: 70px 0;
  background: #efefef;
}
.testimonial-box {
  text-align: center;
  padding: 20px 40px;
  border: 1px solid #bfbfbf;
  margin: 70px auto 0;
  max-width: 940px;
}
.testimonial-box figure.icon {
  margin: 0 auto;
  margin-top: -80px;
  width: 135px;
  height: 108px;
  overflow: hidden;
}
.testimonial-box figure.portraitwrap {
  overflow: hidden;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: -80px;
  width: 135px;
  height: 135px;
}
.testimonial-box p {
  font-size: 15px;
  line-height: 24px;
  position: relative;
  padding-top: 20px;
  font-weight: 500;
}
.testimonial-box p::before {
  left: 10px;
  top: -12px;
  content: "\e90d";
  position: absolute;
  font-size: 36px;
  font-family: 'icomoon';
  color: #dad9d9;
}
.testimonial-box strong {
  color: #3c3c3c;
  display: block;
  padding-top: 10px;
}
.testimonial-slider .owl-nav {
  display: none;
}
.testimonial-slider .owl-dots {
  text-align: center;
}
.testimonial-slider .owl-dot {
  width: 16px;
  height: 16px;
  background: #c8c8c8;
  display: inline-block;
  margin: 30px 2px 0 2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
}
.testimonial-slider .owl-dot.active {
  background: #4791c8;
}
.partners-outer {
  padding: 70px 0;
}
.partners-box {
  border: 1px solid #164194;
  margin: 15px 0;
  text-align: center;
  padding: 30px 10px;
  min-height: 195px;
}
.partners-box a.btn {
  margin-top: 10px;
}
.build-outer {
  background: #001133 url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/placeholder-1920x581.jpg) no-repeat center top / cover;
  background-attachment: fixed;
  padding: 130px 0;
  text-align: center;
  background-blend-mode: multiply;
  background-color: rgba(7,39,63,0.5);
  background-size: cover;
}
.build-outer h3 {
  color: #fff;
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 500;
}
.build-outer h4 {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  padding-bottom: 20px;
}
.build-outer a.btn {
  margin-top: 10px;
}
.footer {
  display: block;
  background: #333333;
}
.footer-top {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .foot-nav {
  display: block;
  width: 25%;
  padding-right: 15px;
  float: left;
}
.footer .foot-nav ul li {
  display: block;
  line-height: 22px;
}
.footer h3 {
  display: block;
  padding-bottom: 20px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #575757;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
}
.footer ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  font-weight: 500;
}
.footer ul li a:hover {
  color: #164194;
}
.imp_list {
  list-style: none;
  padding-left: 0;
}
.imp_list li {
  float: left;
  width: 50%;
}
.footer .footer-logo {
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
}
.footer-logo {
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 10px;
}
.footer .footer-logo img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.footer-top p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 5px 0 10px;
  font-weight: 500;
}
.footer .contact-us a {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 5px 0 10px;
}
.footer .contact-us a:hover {
  color: #164194;
}
.footer .contact-us .fa {
  font-size: 24px;
  width: 30px;
  float: left;
  height: 20px;
}
.footer .contact-us .fa.fa-phone {
  font-size: 25px;
}
.footer .contact-us .fa.fa-envelope {
  font-size: 20px;
}
.footer ul.follow-us {
  float: right;
}
.footer ul.follow-us li a {
  padding: 0;
  margin: 0;
}
ul.follow-us {
  float: left;
  max-height: 37px;
}
ul.follow-us li {
  display: inline-block;
  margin: 0 6px;
}
ul.follow-us li a {
  display: block;
  width: 100%;
}
ul.follow-us li a:hover {
  opacity: 0.6;
}
.copy-rights-section {
  background: #474747;
  padding: 10px 0;
}
.copy-rights-section p {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  width: 100%;
  display: block;
  margin: 0;
  padding: 8px 0 0 0;
  font-weight: 500;
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 40px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  background-color: #4791c8;
}
a.scroll-top:hover {
  background: #f3b100;
}
.breadcrumbs {
  margin: 10px 0 0 0;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 500;
}
.breadcrumbs li a {
  color: #3c3c3c;
  font-weight: 500;
}
.breadcrumbs li a:hover {
  opacity: .8;
}
.blog-outer {
  padding: 50px 0 40px 0;
}
.inner-banner .blog-banner-image {
  background: url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/placeholder-1920x500.jpg) no-repeat center top / cover;
}
.blog-wrapper {
  display: block;
  padding-top: 50px;
  padding-bottom: 60px;
}
.blog-left {
  display: block;
  position: relative;
  padding-right: 55px;
}
.blog-listing h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.blog-listing {
  display: block;
}
.blog-listing p {
  padding-top: 25px;
  font-size: 15px;
  font-weight: 500;
}
.blog-listing.detail ul,
.blog-listing.detail ol {
  padding-top: 25px;
}
.blog-listing.detail li {
  font-size: 15px;
  font-weight: 500;
}
.blog-listing.detail .follow-us li a {
  font-size: 40px;
}
.blog-listing.detail .follow-us li .fa-facebook-square {
  color: #506bb1;
}
.blog-listing.detail .follow-us li .fa-twitter-square {
  color: #60aade;
}
.blog-listing.detail .follow-us li .fa-google-plus-square {
  color: #e85441;
}
.blog-listing.detail .follow-us li .fa-linkedin-square {
  color: #1b93ce;
}
.imp-quote {
  background: #f1f1f1;
  padding: 25px;
  margin-top: 25px;
  border-left: 5px solid #f3b100;
}
.imp-quote p {
  padding: 0 !important;
}
.ol-list {
  list-style: decimal;
  padding-left: 30px;
}
.ol-list li {
  padding-left: 10px;
}
.un-ol-list {
  padding-left: 30px;
  list-style: disc;
}
.pad-0 {
  padding: 0 !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-t-25 {
  padding-top: 20px !important;
  clear: both;
}
.post-detail {
  float: left;
}
.post-detail li {
  float: left;
  margin: 7px 10px 0;
  font-size: 15px;
  font-weight: 500;
}
.blog-right {
  display: block;
}
.search-block {
  display: block;
  margin-bottom: 35px;
  background: none;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.search-block input {
  width: 100%;
  height: 50px;
  float: left;
  padding: 0 60px 0 20px;
  border: 1px solid #dedede;
  background: #fff;
  color: #a8a8a8;
  font-size: 15px;
  border-radius: 5px;
}
.search-block .search {
  width: 50px;
  height: 100%;
  float: right;
  border: none;
  background: #f3b100;
  font-size: 21px;
  color: #1d77ac;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.search-block .search .icon-search-icon {
  color: #fff;
  position: relative;
  top: 2px;
}
.search-block .search:hover {
  background: #d7a10f;
}
.blog-right h3 {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 24px;
  border-top: 1px #dedede solid;
}
.category {
  display: block;
  padding-bottom: 20px;
}
.category ul {
  display: block;
}
.category ul li {
  display: block;
}
.category ul li a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  color: #3c3c3c;
  font-weight: 500;
}
.category ul li a:hover,
.category ul li:hover span {
  color: #f3b100;
}
.category ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  padding-right: 10px;
  font-size: 20px;
}
.recent-post {
  display: block;
  padding-bottom: 20px;
}
.recent-post ul {
  display: block;
}
.recent-post ul li {
  display: block;
  padding: 15px 0;
}
.recent-post ul li:last-child {
  border: none;
}
.recent-post ul li .img-block {
  max-width: 22%;
  float: left;
}
.recent-post ul li .detail {
  width: 78%;
  padding-left: 15px;
  float: left;
}
.recent-post ul li .detail h4 {
  padding-bottom: 4px;
  font-size: 15px;
}
.recent-post ul li:hover .detail h4 {
  color: #f3b100;
}
.recent-post ul li .detail p {
  font-size: 13px;
  color: #3c3c3c;
  font-weight: 500;
}
.recent-post ul li .detail p span {
  font-weight: 600;
  text-transform: uppercase;
  color: #787878;
}
.archives {
  display: block;
  padding-bottom: 20px;
}
.archives ul {
  display: block;
}
.archives ul li {
  display: block;
}
.archives ul li:last-child {
  border: none;
}
.archives ul li a {
  display: block;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  color: #3c3c3c;
}
.archives ul li a:hover,
.archives ul li:hover span {
  color: #f3b100;
}
.archives ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  padding-right: 10px;
  font-size: 20px;
  color: #3c3c3c;
}
.blog-right .tags {
  display: block;
  padding-bottom: 30px;
}
ul.tags-list {
  display: block;
  padding-top: 10px;
}
ul.tags-list li {
  display: block;
  margin-right: 8px;
  float: left;
  margin-bottom: 8px;
  font-size: 15px;
}
ul.tags-list li a {
  padding: 4px 10px 4px 0;
  color: #3c3c3c;
  font-weight: 500;
}
ul.tags-list li a:hover {
  color: #f3b100;
}
.inner-banner .service-banner-image {
  background: url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/placeholder-1920x500.jpg) no-repeat center top / cover;
}
.service-wrapper {
  display: block;
  padding-top: 50px;
  padding-bottom: 60px;
}
.service-left h3 {
  font-size: 24px;
  padding-bottom: 25px;
  font-weight: 600;
}
.sidebar .service-list {
  display: block;
  padding-left: 15px;
}
.service-list li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 0;
}
.service-list li a {
  display: block;
  padding: 13px 0;
  font-size: 15px;
  color: #3c3c3c;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.service-list li span {
  display: inline-block;
  margin-top: -2px;
  margin-left: -15px;
  padding-right: 10px;
  vertical-align: middle;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #f9c100;
  border-bottom: 6px solid transparent;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.service-list-toggle {
  display: none;
  color: #ffffff !important;
}
.service-list-toggle:hover,
.service-list-toggle:active,
.service-list-toggle:focus {
  color: #ffffff;
}
.service-list-toggle .arrow {
  border-top-color: #ffffff;
}
.service-list li a:hover,
.service-list li a.active {
  color: #f9c100;
}
.service-list li:hover span,
.service-list li a.active span {
  margin-left: 3px;
}
.service-list li a:hover span,
.service-list li a.active span {
  display: inline-block;
}
.service-right p {
  padding-top: 25px;
}
.service-right-list {
  padding: 25px 0 0 0;
}
.service-right-list p {
  padding-top: 10px;
}
.service-thumbnil {
  padding: 10px 0 0 0;
}
.service-thumbnil li {
  cursor: pointer;
}
.service-thumbnil li:hover img {
  opacity: 0.7;
}
.service-thumbnil li:last-child {
  margin-right: 0;
}
.service-thumbnil li span {
  display: block;
}
.memberarea .service-box {
  border: 1px solid #d5d5d5;
}
.memberarea .service-box .service-detail {
  font-weight: 300;
  border: none;
  padding: 0 10px 0 10px;
}
.project-outer {
  padding: 50px 0 70px 0;
}
.inner-banner .project-banner-image {
  background: url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/placeholder-1920x500.jpg) no-repeat center top / cover;
}
.similar-project {
  padding: 40px 0;
}
.similar-project h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
.error-pg header {
  background: #2b2b2b;
}
.error-outer {
  padding: 240px 0 100px;
  text-align: center;
}
.error-outer h3 {
  font-size: 36px;
  padding: 20px 0 10px;
}
.error-outer p {
  font-size: 20px;
  font-weight: 500;
}
.contact-outer {
  padding: 50px 0 70px 0;
}
.inner-banner .contact-banner-image {
  background: url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/placeholder-1920x500.jpg) no-repeat center top / cover;
}
.contact-outer h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.form-wrapper {
  display: block;
  padding: 30px;
  box-shadow: 0px 0px 10px #ccc;
  -o-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  -ms-box-shadow: 0px 0px 10px #ccc;
  -moz-box-shadow: 0px 0px 10px #ccc;
}
.form-wrapper h2 {
  color: #025a8e;
  font-size: 25px;
  text-transform: uppercase;
  padding: 0 0 35px;
}
.form-wrapper .row.input-row {
  margin-bottom: 30px;
}
.form-wrapper input,
.form-wrapper textarea {
  width: 100%;
  padding: 0 12px;
  height: 46px;
  border: 1px #cccccc solid;
  font-size: 14px;
  color: #3c3c3c;
  font-weight: 500;
  border-radius: 5px;
}
.form-wrapper textarea {
  resize: none;
  height: 100px;
  padding: 12px;
}
.form-wrapper input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  border-radius: 10px;
  background: #164194;
  border: 2px solid transparent;
  font-size: 16px;
  font-weight: 600;
  color: #292929;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.form-wrapper label.error {
  font-size: 14px;
  color: #F00;
}
.msg.alert {
  margin-top: 15px;
  font-size: 14px;
}
.contact-info {
  padding: 30px;
  background: #f1f1f1;
  box-shadow: 0px 0px 10px #ccc;
  -o-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
  -ms-box-shadow: 0px 0px 10px #ccc;
  -moz-box-shadow: 0px 0px 10px #ccc;
}
.contact-info a,
.contact-info p {
  color: #3c3c3c;
}
.contact-info p {
  display: inline-block;
  margin: 0 0 13px;
  font-size: 15px;
}
.contact-info a,
.contact-info p span {
  float: right;
  width: calc(70%);
  font-weight: 500;
}
.contact-info a:hover {
  opacity: .8;
}
.contact-info p .fa {
  font-size: 24px;
  width: 30px;
  float: left;
  height: 20px;
}
.contact-info .fa.fa-phone {
  font-size: 22px;
}
.contact-info .fa.fa-envelope {
  font-size: 18px;
}
.map-outer {
  margin-bottom: -6px;
}
.map-outer iframe {
  width: 100%;
}
.inner-banner .about-banner-image {
  background: url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/placeholder-1920x500.jpg) no-repeat center center / cover;
}
.about-detail-outer {
  padding: 50px 0 70px 0;
}
.about-detail-outer h3 {
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: 600;
  color: #164194;
}
.about-detail-outer p {
  margin-bottom: 14px;
  font-weight: 500;
}
.about-detail-outer.floatpic img {
  width: 50%;
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-detail-outer.floatpic img {
    width: 100%;
  }
}
.about-detail-outer ul {
  overflow: hidden;
}
.gray-bg {
  background: #f1f1f1;
}
.why-work-outer {
  padding: 70px 0;
}
.follow-us-outer {
  padding-top: 26px;
  margin-top: 12px;
  border-top: 1px #cccccc solid;
}
.project-top {
  padding: 50px 0 0 0;
}
.project-info {
  padding: 30px 20px;
  background: #f3b100;
}
.project-info h3 {
  font-size: 24px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.project-info-list li {
  font-size: 15px;
  color: #fff;
  margin: 25px 0;
  font-weight: 500;
}
.project-midle {
  padding: 25px 0;
}
.project-midle h3 {
  font-size: 24px;
  padding-bottom: 25px;
  font-weight: 600;
}
.project-midle p {
  font-size: 15px;
  padding-bottom: 25px;
  font-weight: 500;
}
.simpletext {
  padding: 50px 0 70px 0;
  line-height: 1.4em;
}
.simpletext .head {
  font-size: 24px;
  font-weight: 300;
}
.simpletext .head .title {
  color: #164194;
  margin-bottom: 10px;
}
@media screen and (max-width: 639px) {
  .simpletext .head {
    font-size: 18px;
  }
  .simpletext .head .title {
    font-size: 24px;
  }
}
.simpletext b,
.simpletext strong {
  color: #164194;
}
.simpletext img {
  width: 30%;
}
.simpletext img.pull-left {
  margin: 0 50px 50px 0;
}
.simpletext img.pull-right {
  margin: 0 0 50px 50px;
}
@media screen and (max-width: 639px) {
  .simpletext img {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(-50%,-50%) scale(0);
    opacity: 0;
  }
  8% {
    -webkit-transform: translate(-50%,-50%) scale(0);
    opacity: 0;
  }
  15% {
    -webkit-transform: translate(-50%,-50%) scale(1);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(-50%,-50%) scale(15);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%,-50%) scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  8% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  15% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  30% {
    -moz-transform: scale(15);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%,-50%) scale(1);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    transform: scale(1,1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    transform: scale(2.5,2.5);
    opacity: 0.0;
  }
}
@-webkit-keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(1.2) rotateZ(180deg);
    transform: scale(1.2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}
@keyframes rotate-scale-up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  50% {
    -webkit-transform: scale(1.2) rotateZ(180deg);
    transform: scale(1.2) rotateZ(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateZ(360deg);
    transform: scale(1) rotateZ(360deg);
  }
}
@-webkit-keyframes rotate-scale-down-ver {
  0% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
  50% {
    -webkit-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
  }
}
@keyframes rotate-scale-down-ver {
  0% {
    -webkit-transform: scale(1) rotateY(0);
    transform: scale(1) rotateY(0);
  }
  50% {
    -webkit-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(180deg);
  }
  100% {
    -webkit-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
  }
}
.portalmapnav {
  position: relative;
}
.portalmapnav .map {
  position: relative;
}
.portalmapnav [class^="locator"] {
  padding: 0;
  margin: 0;
  display: block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background: #4791c8;
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background 0.25s ease-out;
  -moz-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
}
.portalmapnav [class^="locator"] .city {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  position: absolute;
  left: -100%;
  top: 120%;
}
@media screen and (max-width: 1199px) {
  .portalmapnav [class^="locator"] .city {
    font-size: 16px;
  }
}
@media screen and (max-width: 539px) {
  .portalmapnav [class^="locator"] .city {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .portalmapnav [class^="locator"] {
    -webkit-transform: translate(-50%,-50%) scale(0.75);
    -moz-transform: translate(-50%,-50%) scale(0.75);
    -o-transform: translate(-50%,-50%) scale(0.75);
    transform: translate(-50%,-50%) scale(0.75);
  }
  .portalmapnav [class^="locator"] .city {
    top: 100%;
  }
}
.portalmapnav [class^="locator"] .pulse_rays {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  opacity: 0.5;
  background-color: transparent;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.portalmapnav [class^="locator"] .pulse_rays:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 3px solid #4791c8;
  -webkit-transition: border-color 0.25s ease-out;
  -moz-transition: border-color 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: pulse2 1s linear infinite;
}
.portalmapnav [class^="locator"]:hover {
  background-color: #ffffff;
}
.portalmapnav [class^="locator"]:hover .pulse_rays:after {
  border-color: #ffffff;
}
.portalmapnav #loc0 {
  left: 70.1%;
  top: 38.7%;
}
.portalmapnav #loc1 {
  left: 90.9%;
  top: 40%;
}
.portalmapnav #loc2 {
  left: 37.4%;
  top: 74.85%;
}
.portalmapnav #loc3 {
  left: 35.1%;
  top: 35.1%;
}
.portalmapnav #loc4 {
  left: 19.45%;
  top: 79.95%;
}
.portalmapnav .compass {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 7%;
  height: auto;
  -webkit-animation: rotate-scale-down-ver 0.65s linear both;
  animation: rotate-scale-down-ver 0.65s linear both;
}
.portalmapnav .compass svg {
  width: 100%;
  height: auto;
  -webkit-transform: rotate(52deg);
  -moz-transform: rotate(52deg);
  -o-transform: rotate(52deg);
  transform: rotate(52deg);
}
.portalmapnav .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  pointer-events: none;
}
.portalmapnav .overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.portalmapnav .overlay .overlaydim {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  display: block;
}
.portalmapnav .overlay .popupbox {
  width: auto;
  height: auto;
  background: #4791c8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 101;
  padding: 75px 100px 50px 50px;
  color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.portalmapnav .overlay .popupbox p:last-child {
  margin-bottom: 0;
}
.portalmapnav .overlay .popupbox a {
  color: #164194;
}
.portalmapnav .overlay .popupbox .btn {
  background-color: #164194;
  color: #ffffff;
}
.portalmapnav .overlay .popupbox .closeloc {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  color: #4791c8;
  line-height: 30px;
  text-align: center;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .portalmapnav .overlay .popupbox {
    padding: 40px 30px 20px 30px;
    font-size: 14px;
  }
  .portalmapnav .overlay .popupbox .btn {
    font-size: 14px;
    padding: 5px 10px;
  }
}
.portalmapnav .locationsmenu {
  margin-top: -27px;
  z-index: 11;
  position: relative;
}
.portalmapnav .locationsmenu .locrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.portalmapnav .locationsmenu .loccol {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0;
  text-align: center;
  color: white;
  background-color: #4791c8;
  margin: 0 1px;
}
.portalmapnav .locationsmenu .loccol > a {
  color: white;
  padding: 15px 0;
  display: block;
}
.portalmapnav .locationsmenu .loccol > a:hover {
  background-color: white;
  color: #164194;
}
.portalmapnav .locationsmenu .loccol.open > a {
  background-color: rgba(71,145,200,0.8);
}
.portalmapnav .locationsmenu .locdata {
  display: none;
}
.portalmapnav .locationsmenu .locdata p:last-child {
  margin-bottom: 0;
}
.portalmapnav .locationsmenu .open .locdata {
  background: #ffffff;
  color: #4791c8;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .portalmapnav .locationsmenu .open .locdata {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .portalmapnav .locationsmenu {
    margin-top: 0px;
  }
  .portalmapnav .locationsmenu .locrow {
    display: block;
  }
  .portalmapnav .locationsmenu .locrow .loccol {
    margin-bottom: 1px;
  }
}
@media (max-width: 1199px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    margin: 0 18px;
  }
  .container {
    max-width: 970px;
  }
  .project-midle.mid-detail {
    padding-top: 0;
  }
  .project-midle.mid-detail p:last-child {
    padding-bottom: 0;
  }
  .service-outer,
  .offer-outer,
  .feature-outer,
  .why-outer,
  .team-outer,
  .testimonial-outer,
  .partners-outer,
  .about-detail-outer,
  .project-outer,
  .project-top,
  .project-midle,
  .similar-project,
  .blog-wrapper,
  .service-wrapper,
  .contact-outer,
  .why-work-outer {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .service-outer.blox-box {
    padding-bottom: 20px;
  }
  .service-slider .owl-prev {
    left: -35px;
  }
  .service-slider .owl-nav {
    display: none;
  }
  .service-slider .owl-dots {
    display: block;
    margin-top: -10px;
  }
  .service-slider .owl-dot {
    margin-top: 0;
  }
  .service-detail {
    padding: 25px 5px;
    margin: 0;
  }
  .service-detail h4 {
    font-size: 18px;
  }
  .service-detail h4 br {
    display: none;
  }
  .testimonial-slider .owl-dot {
    margin-top: 20px;
  }
  .footer ul li a {
    font-size: 12px;
    line-height: 20px;
    padding: 9px 0;
    display: block;
  }
  .build-outer {
    padding: 70px 0;
    background-attachment: unset;
  }
  .about-detail-outer h3 {
    font-size: 30px;
  }
  .contact-outer h3 {
    font-size: 22px;
  }
  ul.follow-us li {
    margin: 0 3px;
  }
  .project-info-list li {
    margin: 15px 0;
  }
  .offer-outer h3 {
    font-size: 44px;
  }
  .offer-outer h3 br {
    display: none;
  }
  .similar-project.gray-bg .thumb-overlay-inner {
    padding: 0 10px;
  }
  .similar-project.gray-bg .thumb-overlay h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 35px;
  }
  .container {
    max-width: 750px;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
  }
  .header-right-top a.tel-number {
    padding-right: 10px;
    margin-right: 10px;
  }
  .header-right-top a.email-info .fa.fa-envelope,
  .header-right-top a.tel-number .fa.fa-phone {
    font-size: 18px;
    top: 3px;
  }
  .header-right-top {
    padding-bottom: 15px;
  }
  .navbar-dark .navbar-nav .nav-link {
    font-size: 16px;
    margin: 0 7px;
  }
  .banner-outer .content h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .banner-outer .content h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .banner-outer .content {
    padding: 200px 0 130px;
  }
  .service-detail {
    margin-top: -65px;
  }
  .service-slider .owl-prev {
    left: -15px;
  }
  .service-slider .owl-next {
    right: -15px;
  }
  .service-slider .owl-next {
    right: -35px;
  }
  .service-slider .owl-prev,
  .service-slider .owl-next {
    border: 1px solid #ccc;
    background-size: 11px !important;
    background-color: #fff !important;
    border-radius: 5px !important;
  }
  .service-detail h4 {
    font-size: 18px;
  }
  .offer-list li {
    width: calc(23.33%);
    margin: 5px;
    padding: 5px;
  }
  .offer-list li span {
    font-size: 11px;
    line-height: 17px;
  }
  .offer-outer p {
    font-size: 15px;
  }
  .offer-outer h3 {
    font-size: 27px;
  }
  .footer-top {
    padding-bottom: 45px;
  }
  .tabs li a {
    padding: 7px 10px;
    font-size: 16px;
  }
  .why-outer h3 {
    font-size: 35px;
  }
  .why-outer p {
    font-size: 15px;
  }
  .imp_list li {
    width: 100%;
  }
  .footer ul li a {
    padding: 5px 0;
  }
  .project-info {
    padding: 10px;
  }
  .project-info h3 {
    font-size: 17px;
  }
  .project-info-list li {
    font-size: 14px;
    margin: 5px 0;
  }
  .blog-left {
    padding-right: 15px;
  }
  .col-md-9.blog-left {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-3.blog-right {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .blog-listing h3 {
    font-size: 20px;
  }
  .blog-right h3 {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 20px;
  }
  .blog-listing figure.pull-right.p-l-20 {
    width: 100%;
    padding: 0 0 20px 0 !important;
  }
  .blog-listing figure img {
    width: 100%;
  }
  .service-list li a {
    padding: 5px 0px 5px 2px;
    font-size: 11px;
  }
  .contact-info {
    padding: 18px 15px;
  }
  .contact-info p {
    font-size: 13px;
    vertical-align: top;
    width: 100%;
  }
  .contact-info ul.follow-us li {
    margin: 0 2px;
    max-width: 29px;
  }
}
@media (max-width: 767px) {
  h3,
  .head h3,
  .why-outer h3 {
    font-size: 30px;
  }
  .container {
    max-width: 100%;
  }
  body > header {
    position: static;
    background: #2b2b2b;
  }
  .header-sec {
    padding-top: 10px;
    padding-bottom: 0;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }
  body > header .logo {
    width: 160px !important;
    padding: 10px 10px 10px 15px;
  }
  body > header .header-right-bottom .header-right-top {
    position: absolute;
    right: 15px;
    top: -38px;
    width: 100px;
  }
  .header-right-top a.email-info {
    padding-left: 25px;
  }
  .header-right-top a.tel-number {
    padding-right: 5px;
  }
  .header-right-top a.email-info .fa.fa-envelope,
  .header-right-top a.tel-number .fa.fa-phone {
    font-size: 25px;
    top: 0;
  }
  body > header .header-right-bottom .header-right-top a,
  .header-right-top a,
  header.header-small .header-right-top a {
    font-size: 0;
  }
  body > header .logo img,
  header.header-small .logo img {
    display: inline-block;
    max-width: 100%;
  }
  .navbar-dark .navbar-toggler-icon {
    background: url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/menu-icon.png) no-repeat center center;
  }
  .col-xs-12.col-sm-7.header-right-bottom {
    padding: 0;
  }
  .header-right-top {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    border: 0;
  }
  .navbar {
    display: block;
    float: none;
    margin: 0 -15px 0 -15px;
  }
  .navbar-inverse .navbar-toggle {
    border: none;
  }
  .navbar-header {
    background-color: #0267a2;
  }
  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background: none;
  }
  .navbar-dark .navbar-toggler {
    background: #164194;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #4791c8;
  }
  .navbar-toggler {
    float: left;
    width: 100%;
    border-radius: 0;
    text-align: end;
    color: #fff;
    opacity: 1;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 10px;
    margin: 0;
    border: none;
  }
  .navbar-dark .navbar-nav .active > .nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show > .nav-link,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    background: #164194;
    color: #363636;
    border: none;
  }
  .navbar-toggle .icon-bar {
    width: 26px;
    height: 3px;
  }
  .navbar-collapse {
    box-shadow: none;
    border: none;
    border-top: 2px solid #000;
  }
  .navbar-toggler {
    outline: none !important;
    text-align: left;
  }
  .nav > li > a {
    padding: 12px 20px;
  }
  .navbar-nav > li:first-child a {
    padding-left: 12px;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
  }
  .nav.navbar-nav {
    padding: 0 10px;
  }
  .navbar-nav .open .dropdown-menu {
    background: #fff;
    border-radius: 0px;
  }
  .navbar .dropdown-menu {
    padding: 10px 0;
  }
  .navbar .dropdown-menu:after {
    display: none;
  }
  .inner-banner .content {
    padding: 50px 0 24px !important;
  }
  .banner-outer .content {
    padding: 50px 0 55px;
    text-align: center;
  }
  .banner-outer .content h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .banner-outer .content h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .banner-outer .content p {
    font-size: 15px;
    line-height: 25px;
  }
  .btn {
    display: inline-block;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
  }
  .service-outer,
  .offer-outer,
  .feature-outer,
  .why-outer,
  .team-outer,
  .testimonial-outer,
  .partners-outer,
  .about-detail-outer,
  .project-top,
  .project-midle,
  .similar-project,
  .blog-wrapper,
  .service-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .service-outer.blox-box {
    padding-bottom: 35px;
  }
  .head {
    margin-bottom: 20px;
  }
  .head p {
    font-size: 15px;
  }
  .tabs li a {
    padding: 5px 10px;
    font-size: 13px;
  }
  .service-slider .owl-prev {
    left: -10px;
  }
  .service-slider .owl-next {
    right: -10px;
  }
  .offer-list {
    padding-top: 20px;
  }
  .feature-box figure img,
  .service-box figure img {
    width: 100%;
  }
  .why-outer-left,
  .why-outer-right {
    display: none;
  }
  .why-outer .col-xs-12 {
    padding-top: 30px;
    padding-bottom: 20px;
    background: #987600 url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/why_bg_left.png) no-repeat center top;
  }
  .why-outer .col-xs-12.p-l-30 {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #001133 url(/typo3conf/ext/sf_template/Resources/Public/img//theme_defaults/why_bg_right.png) no-repeat center top;
  }
  .why-outer {
    padding: 0;
  }
  .why-outer .p-l-30 {
    padding-left: 15px !important;
  }
  .team-list .col-xs-12 {
    width: 50% !important;
    margin-bottom: 0;
  }
  .team-list .col-xs-12:last-child {
    margin-bottom: 0;
  }
  .team-list .col-xs-12:last-child .team-box {
    margin-bottom: 0;
  }
  .build-outer h3 {
    font-size: 30px;
  }
  .build-outer h4 {
    font-size: 34px;
  }
  .partners-list .col-sm-4.col-xs-12:last-child .partners-box {
    margin-bottom: 0;
  }
  .partners-list .col-xs-12 {
    width: 50% !important;
  }
  .testimonial-box {
    padding: 10px;
  }
  .testimonial-box p {
    font-size: 15px;
    line-height: 26px;
  }
  .testimonial-box figure {
    margin-top: -70px;
    width: 90px;
    height: 90px;
  }
  .build-outer {
    padding: 40px 0;
  }
  .service-outer .service-list .col-sm-4.col-xs-12:last-child .service-box,
  .service-outer .service-list .col-sm-4.col-xs-12:last-child .service-box .service-detail {
    margin-bottom: 0;
  }
  .footer-detail {
    text-align: center;
  }
  .footer h3 {
    margin-top: 20px;
    text-align: center;
  }
  .footer ul.follow-us {
    float: none;
  }
  .footer-top {
    text-align: center;
    padding-bottom: 35px;
  }
  .imp_list li {
    width: 50%;
  }
  .footer .contact-us a,
  .footer-top p {
    display: inline-block;
  }
  .copy-rights-section {
    text-align: center;
  }
  .copy-rights-section p {
    padding: 0 0 10px 0;
  }
  .about-detail-outer figure img {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-wrapper .service-left figure img {
    display: none;
  }
  .service-list li {
    display: block;
    margin: 0 5px;
    width: 100%;
  }
  .service-list li span {
    opacity: 0;
    display: inline-block !important;
  }
  .service-list li a:hover span,
  .service-list li a.active span {
    opacity: 1;
  }
  .service-thumbnil {
    padding-top: 10px;
  }
  .service-list-toggle {
    display: block;
    color: #000;
    padding: 10px 5px;
    background: #164194;
  }
  span.arrow {
    display: inline-block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    margin-left: 10px;
  }
  .service-list-toggle.active span.arrow {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .service-list li a {
    padding: 13px 0;
    font-size: 16px;
  }
  .service-left br {
    display: none;
  }
  ul.service-list {
    display: none;
  }
  .blox-box .service-box {
    margin-bottom: 25px;
  }
  .blog-outer .col-md-4:last-child .service-box {
    margin-bottom: 0;
  }
  .blog-wrapper {
    text-align: left;
  }
  .blog-right {
    margin-top: 30px;
  }
  .blog-right .tags {
    padding-bottom: 0;
  }
  .form-wrapper {
    padding: 20px;
    margin-bottom: 30px;
  }
  .form-wrapper .row.input-row {
    margin-bottom: 0px;
  }
  .form-wrapper .col-sm-6 {
    margin-bottom: 20px;
  }
  .form-wrapper textarea {
    margin-bottom: 20px;
  }
  .error-outer {
    padding: 30px 0;
  }
  .error-outer h3 {
    font-size: 26px;
  }
  .error-outer p {
    font-size: 17px;
  }
  .about-detail-outer h3 {
    font-size: 22px;
  }
  .why-work-outer {
    padding: 30px 0;
  }
  .similar-project .feature-box {
    margin-bottom: 15px;
  }
  .similar-project .col-sm-4.col-xs-12:last-child .feature-box {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .banner-outer .content {
    padding: 35px 0 40px;
    text-align: center;
  }
  .banner-outer .content h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .banner-outer .content h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .partners-list .col-xs-12,
  .team-list .col-xs-12,
  .feature-list .col-xs-12 {
    width: 100% !important;
  }
  .offer-list li {
    width: calc(40%);
  }
  .build-outer h4 {
    font-size: 26px;
  }
  .build-outer h3 {
    font-size: 21px;
  }
  .imp_list li {
    width: 100%;
  }
  .footer ul li a {
    text-align: center;
  }
  .team-box {
    margin-bottom: 20px;
  }
}
.ce_text {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 18px;
}
.ce_text h1,
.ce_text h2,
.ce_text h3 {
  margin-bottom: 50px;
  font-size: 46px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #164194;
}
@media screen and (max-width: 767px) {
  .ce_text h1,
  .ce_text h2,
  .ce_text h3 {
    font-size: 36px;
    line-height: 1em;
  }
}
@media screen and (max-width: 479px) {
  .ce_text h1,
  .ce_text h2,
  .ce_text h3 {
    font-size: 24px;
    line-height: 1em;
  }
}
.ce_text h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ce_text h3 {
    font-size: 18px;
    line-height: 1em;
  }
}
@media screen and (max-width: 479px) {
  .ce_text h3 {
    font-size: 18px;
    line-height: 1em;
  }
}
.ce_text h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #164194;
  font-size: 18px;
  margin-bottom: 10px;
}
.ce_text p {
  margin-bottom: 30px;
  padding-top: 0;
}
.ce_text ul {
  list-style: disc;
}
.ce_text ul li {
  margin-bottom: 5px;
}
.sidebar {
  padding-top: 30px;
}
.sidebar .submenu {
  list-style: none;
  padding-left: 0;
  padding-top: 30px;
}
.sidebar .submenu li {
  border-bottom: 1px solid #cccccc;
}
.sidebar .submenu li.active a,
.sidebar .submenu li:hover a {
  color: #000000;
}
@media screen and (max-width: 479px) {
  .sidebar .submenu li {
    margin-bottom: 5px;
  }
}
.masonry .grid {
  margin-top: 2px;
  margin-bottom: 50px;
  margin-left: -2px;
  margin-right: -2px;
}
.masonry .grid .grid-item {
  width: 25%;
  padding: 2px;
  position: relative;
}
.masonry .grid .grid-item.m-layout0 {
  width: 33.33%;
}
.masonry .grid .grid-item.m-layout2 {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .masonry .grid .grid-item {
    width: 33.33% !important;
  }
}
@media screen and (max-width: 479px) {
  .masonry .grid .grid-item {
    width: 50% !important;
  }
}
.masonry .grid .grid-item figure {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  position: relative;
}
.masonry .grid .grid-item figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2b2b2b;
  opacity: 0.3;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  pointer-events: none;
}
.masonry .grid .grid-item figure figcaption {
  font-size: 14px;
  width: 75%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,0%);
  -moz-transform: translate(-50%,0%);
  -ms-transform: translate(-50%,0%);
  -o-transform: translate(-50%,0%);
  transform: translate(-50%,0%);
  background: rgba(255,255,255,0.9);
  text-align: center;
  padding: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: transform 500ms ease-out, opacity 250ms ease-out;
  -moz-transition: transform 500ms ease-out, opacity 250ms ease-out;
  -ms-transition: transform 500ms ease-out, opacity 250ms ease-out;
  -o-transition: transform 500ms ease-out, opacity 250ms ease-out;
  transition: transform 500ms ease-out, opacity 250ms ease-out;
}
.masonry .grid .grid-item figure:hover:after {
  opacity: 0;
}
.masonry .grid .grid-item figure:hover figcaption {
  opacity: 1;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.masonry .grid .grid-item--width2 {
  width: 66.66%;
}
.ce_uploads {
  margin-top: 0px;
  margin-bottom: 50px;
}
.ce_uploads img {
  width: auto;
}
.frame_greybox {
  background: #efefef;
  padding: 30px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header-right-bottom {
    position: absolute;
    top: 15px;
    right: 0px;
    padding: 0 30px;
    width: 100%;
    max-width: unset;
  }
  .header-right-bottom .header-right-top {
    padding-bottom: 10px;
  }
}
.contenttable {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 3rem;
  display: block;
  overflow: auto;
}
.contenttable td,
.contenttable th {
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 0.8rem;
}
.contenttable th {
  background: #4791c8;
  color: #ffffff;
}
.dce-accordion .card {
  border: none;
  background: none;
  margin-bottom: 0.5rem;
}
.dce-accordion .card .card-header {
  border: none;
  padding: 0;
}
#canvas-polier .subitem * {
  transition: all 0.25s ease-out;
}
#canvas-polier .subitem circle {
  stroke: #4791c8;
}
#canvas-polier .subitem [id^="text"] * {
  fill: #3c3c3c;
}
#canvas-polier .subitem line {
  stroke: #3c3c3c;
}
#canvas-polier .subitem:hover circle {
  stroke: #3c3c3c;
}
#canvas-polier .subitem:hover [id^="text"] * {
  fill: #3c3c3c;
}
.dce-tabbed .nav-tabs {
  margin-bottom: 2rem;
  border-bottom: none;
  gap: 0.5rem;
}
.dce-tabbed .nav-tabs .nav-item a {
  border: 3px solid #3c3c3c;
  color: #3c3c3c;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
}
.dce-tabbed .nav-tabs .nav-item a:hover,
.dce-tabbed .nav-tabs .nav-item a.active {
  background: #4791c8;
  color: #ffffff;
  border-color: #4791c8;
}
.contact-info-polier .cta-row {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.contact-info-polier p {
  flex: 0 0 calc(33.333% - 1.33334rem);
}
.contact-info-polier p a {
  display: flex;
  gap: 2rem;
  width: 100%;
  align-items: center;
  font-size: 1.5rem;
}
.contact-info-polier p .fa {
  float: none;
  color: #4791c8;
  font-size: 4rem !important;
  height: 4rem !important;
  width: auto !important;
}
.breadcrumbs {
  margin-top: 3rem;
  padding-left: 0;
}
.breadcrumbs a,
.breadcrumbs span {
  padding-inline: 0.5rem;
}
