html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}
*{
    outline: none !important;
}
body {
    font-size: 13px;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 400;
    color: #85848b;
    background: #26252b;
}

a{
    color: #85848b;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #7a1831;
    outline :none;
}
a:focus{
    text-decoration: none;
    color: #fff;
    outline :none; 
}
h1{
    font-size: 60px;
}
h2{
  font-size: 30px;
  color: #363136;
  line-height: 50px;
  margin-bottom: 20px;
}
h3{
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 9px;
  color: #363136;
}
h4{
  font-size: 20px;
  line-height: 25px;
  color: #363136;
  margin-bottom: 20px;
}
h5{
  font-size: 16px;
}
p{
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 28px;
}
p strong{
  font-size: 16px;
  font-weight: 600 !important;
}
p:last-child {
    margin-bottom: 0;
}
h5 a{
    color: inherit;
}
/*.modal{
  z-index: 9999;
}*/
.form-control{
  height: 29px;
  box-shadow:0 !important;
  -moz-box-shadow:0;
  -webkit-box-shadow:0;
  -ms-box-shadow:0;
  -o-box-shadow:0;
   -webkit-appearance: none;
}
.form-control:focus {
  box-shadow:none !important;
   -webkit-appearance: none;
}
textarea{
  resize: none;
}
#content {
    background: #ffffff;
}
#content .border1px {
    width: 89px;
    height: 2px;
    background: #d3dadf;
    margin: 18px auto 35px;
    clear: left;
}
#content img {
    max-width: 100%;
    height: auto;
}
.ie #content img{
  width: 100%;
}
ol, ul{
  list-style: none;
}
.frame ul li {
  position: relative;
  padding-left: 45px;
  line-height: 34px;
}
.frame ul li p {
  /*padding-top: 5px;*/
  padding-bottom: 18px;
}
.frame ul {
  list-style: none;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
  list-style-type: none;
}
.frame ul li:before{
    background: url(../Images/bulletpoint_gray.png);
    content: '';
    width: 30px;
    height: 25px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
}
.frame ul li ul li{
  padding-left: 20px;
}
.frame ul li ul li:before{
  background: none;
  position: none;
}
.btn{
    height: 48px;
    background: #002d44;
    color: #fff;
    line-height: 45px;
    font-size: 21px;
    padding: 0 20px;
    margin-top: 35px;
    border-radius: 0;
}
.btn:hover{
  background-color: #7a1831;
}
@media(max-width: 991px) and (min-width: 768px){
  h1{
    font-size: 45px;
  }
  h2{
    font-size: 30px;
  }
  h3{
    font-size: 25px;
  }
  h4{
    font-size: 20px;
  }
  h5{
    font-size: 15px;
  }
  p{
    font-size: 16px;
  }  
}

@media(max-width:767px) {
    h1{
      font-size: 35px;
    }
    h2{
      font-size: 25px;
      line-height: 32px;
    }
    h3{
      font-size: 18px;
    }
    h4{
      font-size: 16px;
    }
    h5{
      font-size: 15px;
    }
    p{
      font-size: 14px;
    }
    p{
      line-height: 1.7;
    }
}


/*########################################################
####################DESKTOP MENU CSS######################
##########################################################*/

#header{
    position: relative;
    z-index: 1;
}

nav {
    padding: 20px 67px 22px 18px;
    background: #33323a;
    line-height: 1.1;
  min-width: 252px;
}

@media (max-width:767px) {
    nav {
        position: relative;
        left: 0;
        padding: 0;
    }
}

@media (max-width:767px) {
    nav {
        background: #ffffff;
    }
}

@media (max-width:979px) {
    nav {
        float: none;
        display: inline-block;
    }
}

.menu-wrapper nav ul{
  list-style: none;
}
.menu-wrapper .logo {
  display: table;
    position: absolute;
    min-height: 196px;
    left: 0;
    text-align: center;
    color: white;
    background: #ffffff;
}
.menu-wrapper .logo:before {
    display: block;
    content: '';
    height: 100%;
    width: 1000px;
    background: #ffffff;
    margin-left: -999px;
    position: absolute;
    top: 0;
}
.menu-wrapper .logo > a{
  display: table-cell;
    vertical-align: middle;
    width: 221px;
}
.sf-menu > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    position: relative;
    text-align: left;
    line-height: inherit;
    padding-left: 0;
}
.sf-menu li:before{
  position: none;
  background: none;
  width: 0;
  height: 0;
  content: none;
}
.sf-menu > li > .sf-with-ul:after {
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f105";
    color: #ffffff;
    bottom: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -54px;
    top: 7px;
}

.sf-menu > li > a {
    font-size: 20px;
    font-family: 'OpenSans-Regular', sans-serif;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ffffff;
    text-transform: unset;
}

.sf-menu > li > a:hover {
    color: #7a1831;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu > li > a:active {
    background: transparent;
    color: #7a1831;
}

.sf-menu .sfHover > a:after {
    color: #7a1831;
}

.sf-menu > li.current > a {
    color: #7a1831;
}

.sf-menu > li.current > .sf-with-ul:after {
    color: #7a1831;
}

.sf-menu > li.sfHover > a {
    color: #7a1831;
}

.sf-menu a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu ul {
    display: none;
    font: 400 20px/22px "Open Sans", sans-serif;
    position: absolute;
    top: -14px;
    background: #7a1831;
    text-align: left;
    z-index: 2;
    list-style: none;
    left: 234px;
    padding: 21px 18px 22px 18px;
    width: 220px;
    box-sizing: border-box;
}

.sf-menu ul:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 5px 7.5px 0;
    border-color: transparent #7a1831 transparent transparent;
    display: block;
    left: -5px;
    top: 18px;
}

.sf-menu ul li {
    position: relative;
    display: block;
    line-height: inherit;
    padding-left: 0;
}

.sf-menu ul li > .sf-with-ul:after {
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f105";
    color: #ffffff;
    bottom: -1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -4px;
    top: 0;
}

.sf-menu ul li a {
    color: #ffffff;
}

ul.sub-menu > li.current > a {
    color: #333;
}

.sf-menu ul li a:hover {
    color: #33323a;
}

.sf-menu ul > .sfHover > a:after {
    color: #33323a;
}

.sf-menu ul li.sfHover > a {
    color: #33323a;
}

.sf-menu ul ul {
    position: absolute;
    top: -14px;
    margin-left: 0;
    background: #ffffff;
    padding: 21px 18 22px 18px;
    z-index: 4;
    text-align: left;
    left: 202px;
    width: 235px;
}

.sf-menu ul ul:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 5px 7.5px 0;
    border-color: transparent #ffffff transparent transparent;
    display: block;
    left: -5px;
    top: 18px;
}

.sf-menu ul ul li a {
    color: #7a1831;
    display: inline-block;
}
ul.sub-menu > li > ul > li.current > a {
    color: #333;
}
.sf-menu ul ul li a:hover {
    color: #33323a;
}

.sf-menu ul ul li:hover a {
    color: #33323a;
}
@media(min-width: 1025px){
  .menu-wrapper .logo {
    text-align: left;
    left: inherit;
  }
}
@media only screen and (max-width:767px) {
    .sf-menu {
        display: none;
    }
    nav {
        width: 100%;
        float: none;
    }
    .select-menu {
        border-radius: none;
        display: block;
        text-transform: capitalize;
        float: none;
        color: #7a1831;
        width: 100%;
        background: #ffffff;
        font: 22px/28px "Open Sans", sans-serif;
        text-align: left;
        border: 1px solid #c1c1c1;
        padding: 2px 0;
        position: relative;
        margin-bottom: 20px;
    }
    .select-menu option {
        text-align: left;
        position: relative;
    }
}
/*########################################################
####################DESKTOP MENU CSS######################
##########################################################*/





/*########################################################
####################MOBILE MENU CSS######################
##########################################################*/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
#header .topRow2 .webdesign-sitelinks .navbar a.toggle {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}


.sidenav{
  z-index: 9999;
}
.sidenav-menu a{
  padding: 10px 45px 10px 5px;
  color: #fff;
  font-size: 14px;
}
.sidenav-link-title{
  padding: 0 16px 0 10px;
}
.sidenav-menu a.dropdown-subicon{
  padding: 0;
}
.sidenav-dropdown-icon {
    height: 55px;
    right: 3px;
    top: 2px;
    width: 45px;
}
.sidenav-dropdown-icon > .glyphicon{
  top: 17px;
}
.sidenav-menu a:hover{
  background: transparent;
  color: #fff;
}
#sidenav-toggle{
  padding: 7px 0 4px 0;
  padding: 6px 12px;
  border: 1px solid #2a6496;
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  margin-top: 10px;
}
#sidenav-toggle > i{
  color: #2a6496;
  font-size: 25px;
}
#sidenav-toggle > .glyphicon{
  font-size: 26px;
}
.sidenav-overlay{
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.webdesign-sitelinks.darkinfoicon .infoHeader-top{
  top: 24px;
  right: 95px;
  z-index: 1;
}
.webdesign-sitelinks.darkinfoicon .infoHeader-top a{
  color: #7a1831;
}

@media(max-width: 991px){
  .navbar{
    z-index: 1;
  }
  .sidenav-overlay .close-menu{
      position: absolute;
      right: 12px;
      top: 5px;
      z-index: 999999999;
      cursor: pointer;
      font-size: 22px;
      color: #fff;

  }
  .sidenav.show{
    width: 92%;
  }
  .sidenav{
    background: #fff;
  }
  .sidenav-dropdown a{
    background: #312783;
  }
  #header{
    background: #fff;
  }
  .webdesign-sitelinks.darkinfoicon .topRow{
    display: none !important;
  }
}
@media(max-width: 828px){
  .sidenav.show{
    width: 92%;
  } 
}
@media (max-width: 767px){
    #header .topRow2 .webdesign-sitelinks .navbar .navbar-header{
        position: relative;
    }
    .webdesign-sitelinks-mobile .navbar{
        min-height: auto;
        position: unset;
    }
    .webdesign-sitelinks-mobile .sidenav .webdesign-logo {
        margin-top: 15px;
    }
    .navbar ul li a {
        padding: 0 15px;
        border-bottom: 1px solid #d3dadf;
        line-height: 40px;
        font-size: 18px;
    }
    .webdesign-sitelinks-mobile .navbar-nav{
        margin: 0;
    }
    .navbar ul.nav.navbar-nav {
        padding-bottom: 20px;
        border-top: 1px solid #d3dadf;
        float: right;
        width: 100%;
        display: block;
    }
    .webdesign-sitelinks-mobile .navbar ul li.dropdown-mobile > span {
        position: absolute;
        padding: 11px;
        top: 0;
        right: 0;
        z-index: 999;
    }
    .navbar ul li .dropdown-menu {
        position: relative;
        left: 0;
        top: 0;
        min-width: 100%;
        width: 100%;
        padding: 0;
    }
    .navbar ul li .dropdown-menu li {
        font-size: 16px;
    }
    .navbar ul li .dropdown-menu li a {
        padding: 0 20px;
        font-size: 16px;
    }
    .webdesign-sitelinks-mobile .navbar ul li .dropdown-menu li a {
        color: #666;
    }
    .webdesign-sitelinks-mobile .navbar ul li .dropdown-menu li .dropdown-menu li a {
        padding: 0 20px 0 30px;
    }
    .webdesign-sitelinks-mobile .navbar ul li .dropdown-menu {
        box-shadow: unset;
        -webkit-background-clip: unset;
    }
    .webdesign-sitelinks-mobile .navbar ul li.dropdown-mobile > span.open:before {
        content: '\f147';
    }
    .webdesign-sitelinks-mobile .navbar ul li a {
        color: #141417;
    }
    .webdesign-sitelinks-mobile .navbar ul li.active > a {
        color: #7a1831;
    }
    .webdesign-sitelinks-mobile .navbar ul li .dropdown-menu > li.current > a{
        color: #7a1831;   
    }
}
@media(max-width: 640px){
  .sidenav.show{
    width: 90%;
  } 
}
@media(max-width: 512px){
  .sidenav.show{
    width: 88%;
  } 
}
@media(max-width: 420px){
  .sidenav.show{
    width: 85%;
  } 
}

/*########################################################
####################MOBILE MENU CSS######################
##########################################################*/

/*################################################################
#####################CSS FOT STICKY MENU #########################
#################################################################*/
    .sidenav{
      transform: translate(-400px, 0);
      background-color: #fff;
    }
    .sb-search {
      position: relative;
      margin-top: 10px;
      width: 0;
      min-width: 41px;
      height: 41px;
      float: right;
      -webkit-transition: width .3s;
      -moz-transition: width .3s;
      transition: width .3s;
      -webkit-backface-visibility: hidden
    }
    .sb-search-input {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      outline: 0;
      background: #fff;
      width: 5px;
      height: 41px;
      margin: 0;
      z-index: 10;
      padding: 0 25px 0 10px;
      font-family: inherit;
      font-size: 15px;
      line-height: 41px;
      color: #2c3e50
    }
    .sb-search-input::-webkit-input-placeholder {
    color:#8c9195
    }
    .sb-search-input:-moz-placeholder {
    color:#8c9195
    }
    .sb-search-input::-moz-placeholder {
    color:#8c9195
    }
    .sb-search-input:-ms-input-placeholder {
    color:#8c9195
    }
    .searchicon, .sb-search-submit {
      width: 41px;
      height: 41px;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0;
      margin: 0;
      line-height: 41px;
      text-align: center;
      cursor: pointer
    }
    .sb-search-submit {
      background: #fff;
      -ms-filter: "alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      color: transparent;
      border: none;
      outline: 0;
      z-index: -1
    }
    .searchicon {
      color: #8c9195;
      background: #FFF;
      z-index: 90;
      font-size: 16px;
      speak: none;
      font-style: normal;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      border: 1px solid #ebf0f4
    }
    
    .searchicon, .sb-search-submit {
      line-height: 30px;
      height: 30px;
      width: 30px;
      font-size: 14px
    }
    .sb-search-input {
      height: 30px;
      line-height: 30px;
      font-size: 13px
    }
    .sb-search {
      height: 30px;
      line-height: 30px;
      margin-top: 5px
    }
    .searchicon, .sb-search-submit {
      line-height: 40px;
      height: 40px;
      width: 40px;
      font-size: 16px
    }
    .sb-search-input {
      height: 40px;
      line-height: 40px;
      font-size: 14px
    }
    .sb-search {
      height: 40px;
      line-height: 40px;
      margin-top: 5px;
      margin-bottom: 10px;
    }
    .sb-search.sb-search-open .sb-search-input {
      border: 1px solid #ebf0f4;
      width: 100%;
    }
    .sb-search-input {
        -webkit-border-radius: 20px 100px 100px 20px; 
        -moz-border-radius: 20px 100px 100px 20px;
        border-radius: 20px 100px 100px 20px; 
        overflow: hidden; 
    }
    .no-js .sb-search, .sb-search.sb-search-open {
      width: 100%;
    }
    .no-js .sb-search .searchicon, .sb-search.sb-search-open .searchicon {
      background: #fff;
      color: #8d9296;
      z-index: 91;
    }
    .no-js .sb-search .sb-search-submit, .sb-search.sb-search-open .sb-search-submit {
      z-index: 90;
    }
  @media(min-width: 768px){
    .sidenav{
      padding-right: 18px;
    }
    
    #header .topRow .webdesign-kontakt .infoBox i, .searchicon {
        -webkit-border-radius: 100%; 
        -moz-border-radius: 100%;
        border-radius: 100%; 
        overflow: hidden; 
    }
    
    .webdesign-sitelinks-mobile .navbar ul li.dropdown-mobile {
        position: relative;
    }
    .webdesign-sitelinks-mobile div.navbar ul.navbar-nav li.dropdown-mobile > a {
        position: relative;
    }
    .webdesign-sitelinks-mobile .navbar ul li.dropdown-mobile > span {
        position: absolute;
        padding: 11px;
        top: 0;
        right: 0;
        z-index: 999;
    }
    .webdesign-sitelinks-mobile .navbar ul li .dropdown-menu {
        box-shadow: unset;
        -webkit-background-clip: unset;
        width: 100%;
        padding: 0;
        position: relative;
        left: 0;
        top: 0;
        min-width: 100%;
        z-index: 0;
        display: none;
    }
    .webdesign-sitelinks-mobile .navbar{
      position: unset;
      min-height: 0;
    }
    .webdesign-sitelinks-mobile .navbar ul li a{
        color: #141417;
    }
    .webdesign-sitelinks-mobile .navbar ul li.active > a{
        color: #38579E;
    }
    .webdesign-sitelinks-mobile .navbar ul li .dropdown-menu li a{
      color: #666;
      padding: 0 20px;
    }
    .webdesign-sitelinks-mobile .navbar ul li .dropdown-menu li .dropdown-menu li a{
      padding: 0 20px 0 30px;    
    }
    .webdesign-sitelinks-mobile .navbar ul.nav.navbar-nav{
        margin-top: 0;
        width: 100%;
        padding-bottom: 20px;
    }
    .webdesign-sitelinks-mobile .navbar ul li .dropdown-menu li {
        border-bottom: none;
    }
    .webdesign-sitelinks-mobile .navbar ul li.dropdown-mobile > span {
        position: absolute;
        padding: 11px;
        top: 0;
        right: 0;
        z-index: 999;
    }
    .webdesign-sitelinks-mobile .navbar ul li.dropdown-mobile > span.open:before {
        content: '\f147';
    }
    .webdesign-sitelinks-mobile .sidenav .webdesign-logo {
      margin-top: 15px;
    }
    .webdesign-sitelinks-mobile .navbar ul li {
        float: left;
        line-height: 33px;
        font-size: 18px;
        font-weight: 400;
        width: 100%;
    }
    .webdesign-sitelinks-mobile .navbar ul li a {
        padding: 0 15px;
        border-bottom: 1px solid #d3dadf;
        line-height: 40px;
        color: #141417;
        letter-spacing: 0;
    }
    #header.sticky-header{
      z-index: 9999;
    }
    /*#header .topRow2.sticky-menu .row{
      margin-left: 0;
    }*/
  }
  @media(min-width: 992px){
    #header .topRow2.sticky-menu{
      position: fixed;
      top: 0;
      left: 0;
      background-color: #fff;
      padding: 0;
    }
  }
  @media(min-width: 1025px){
  .sidenav.show {
    overflow-y: auto;
  }
  }
  @media(max-width: 767px){
    .sb-search{
      padding: 0 15px;
    }
  }
/*################################################################
#####################CSS FOT STICKY MENU #########################
#################################################################*/



/*############################################
################SLIDER VIDEO #################
##############################################*/
.bannervideo .videoContainer > video{
    width: 100%;
}
.bannervideo .sliderTextWrapper .skider-inner .container{
    position: relative;
}
.bannervideo .sliderTextWrapper .sliderText h1 {
    margin: 0;
    line-height: 65px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 60px;
    box-sizing: border-box;
    position: unset;
    color: #fff;
    padding: 0 13px;
}
.bannervideo .sliderTextWrapper .sliderText h1:before{
    content: none;
}
.bannervideo .sliderTextWrapper .sliderText h2{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 5px 15px;
    margin-top: 2px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: rgba(4, 4, 5, 0.7);
}
.bannervideo .sliderTextWrapper .sliderText p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #fff;
    padding: 0 15px;
}
.bannervideo .sliderText h6{
    font-size: 700 234px/200px "Open Sans", sans-serif;
    color: #fff;
}
.bannervideo .sliderTextWrapper{
    position: absolute;
    top: 50% !important;
    width: 100%;
    height: auto;
    margin-top: -50px;
}
.bannervideo .sliderTextWrapper .sliderText h1.bgred {
    background-color: rgba(167, 13, 47, 0.7);
    display: inline-block; 
    width: auto;
    padding: 0px 13px;
}
.bannervideo {
    position: relative;
}
.bannervideo .sliderTextWrapper .sliderText h3{
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
    padding: 0 15px;
    line-height: 30px;
}
.bannervideo .sliderTextWrapper .sliderText h5{
    display: inline-block;
    background-color: #007e9e;
    color: #fff;
    /*padding: 10px 20px;*/
    margin-top: 5px;
    line-height: 40px;
}
.bannervideo .sliderTextWrapper .sliderText h5:hover{
  background-color: #7a1831;
}
.bannervideo .sliderTextWrapper .sliderText h5 a{
    padding: 10px 20px;
}
.bannervideo .sliderTextWrapper .sliderText h5:hover a{
  color: #fff;
}
.bannervideo .sliderTextWrapper .sliderText ul{
  list-style: disc;
  padding-left: 35px;
  margin-top: 5px;
  margin-bottom: 9px;
}
.bannervideo .sliderTextWrapper .sliderText ul li{
  font-size: 20px;
  color: #fff;
  padding-left: 0;
  line-height: 30px;
}
.bannervideo .sliderTextWrapper .sliderText ul li:before{
  content:none;
}
@media(min-width: 1200px){
    .bannervideo .sliderTextWrapper{
      margin-top: -135px;
    }
}

@media(max-width: 1399px){
  .bannervideo .sliderTextWrapper .sliderText h2{
    font-size: 30px;
    line-height: 1;
  }
}
@media(max-width: 1515px) and (min-width: 1200px){
  .bannervideo .videoContainer > video{
    min-height: 855px;
    width: auto;
  }
  .bannervideo .videoContainer {
    overflow: hidden;
  }
}
@media(max-width: 1199px) and (min-width: 768px){
  .bannervideo .videoContainer > video{
    min-height: 780px;
    width: auto;
  }
  .bannervideo .sliderTextWrapper .sliderText{
    top: 0;
    right: 0;
  }
  
  .bannervideo .videoContainer {
    overflow: hidden;
  }
}
@media(max-width: 991px) and (min-width: 768px){
  .bannervideo .videoContainer > video{
    min-height: 550px;
  }
  .bannervideo .sliderTextWrapper{
    top: 15% !important;
  }
}
@media(max-width: 888px) and (min-width: 768px){
  .bannervideo .videoContainer > video{
    width: auto;
    height: 504px;
  }
}
@media(max-width: 767px){
  .bannervideo {
    overflow-x: visible;
  }
  .bannervideo .videoContainer{
    overflow: hidden;
  }
  .bannervideo .videoContainer > video{
    width: auto;
    height: 550px;
  }
  .bannervideo .sliderTextWrapper .sliderText .h1{
    font-size: 26px;
    line-height: 36px;
  }
  .bannervideo .sliderTextWrapper .sliderText h2{
    font-size: 20px;
  }
  .bannervideo .sliderTextWrapper .sliderText{
    position: unset;
  }
  .bannervideo .sliderTextWrapper .sliderText h3 > .text-bullet{
    font-size: 35px;
  }
}
@media(max-width: 540px){
  .bannervideo .sliderTextWrapper .sliderText{
    width: 100%;
  }
  .bannervideo .videoContainer > video{
    width: auto;
    height: 680px;
  }
  .bannervideo .sliderTextWrapper .sliderText h1{
    font-size: 35px;
    line-height: 40px;
  }
  .bannervideo .sliderTextWrapper .sliderText h1.bgred {
    background-color: rgba(167, 13, 47, 0.7);
    display: inline-block; 
    width: auto;
    padding: 0px 13px;
    font-size: 36px;
	}
	.btn-open-survey {
        display: none;
  }
  
  .mopinion-survey-content notranslate btn-open-survey btn btn-primary tab tab-right survey-material-white allow-button{
        display: none;
  }
}

@media (min-width: 320px) and (max-width: 767px){
  .bannervideo .sliderTextWrapper .sliderText ul li strong:before {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    margin-top: 5px;
  }
  .bannervideo .sliderTextWrapper{
    position: absolute;
    top: 12% !important;
    width: 100%;
    /*height: 100%;*/
    margin-top: -50px;
  }
  .bannervideo{
    position: relative !important;
  }
}
/*############################################
################SLIDER VIDEO #################
##############################################*/


/*############################################
################ POST ELEMENT #################
##############################################*/
.post1-wrapper .post{
    padding: 48px 37px 57px 37px;
    color: #fff;
    /*text-align: center;*/
}
.post1-wrapper.minustopmargin .post{
    margin-top: -189px;
}
.post1-wrapper .post h2{
    margin-bottom: 21px;
    color: #fff;
    word-wrap: break-word;
}
.post1-wrapper .post i {
    font-size: 42px;
    line-height: 43px;
    margin-bottom: 4px;
}
.post1-wrapper .post h3{
    margin-top: 16px;
    margin-bottom: 9px;
    color: #fff;
    line-height: 30px;
    word-break: break-word;
}
@media (max-width: 1199px) {
  .post1-wrapper .post{
    margin-top: 30px;
  }
  .post1-wrapper.minustopmargin .post{
      margin-top: 30px;
  }
}
@media (max-width: 1199px) and (min-width: 1101px){
  .post1-wrapper .post h2{
    font-size: 25px;
  }
}
@media (max-width: 1100px) and (min-width: 992px){
  .post1-wrapper .post h2{
    font-size: 22px;
  }
}
@media(max-width: 991px){
  .post1-wrapper > .row > .col-md-12{
    padding: 0;
  }
}
@media(max-width: 991px) and (min-width: 856px){
  .post1-wrapper .post h2{
    font-size: 20px;
  }
}
@media(max-width: 855px) and (min-height: 767px){
  .post1-wrapper .post h2{
    font-size: 16px;
  }
}
/*############################################
################ POST ELEMENT #################
##############################################*/


/*##############################################################################
###########################Text With Left Or Right Image########################
/*##############################################################################*/
.text-image-main{
    padding: 45px 0 45px 0;
    min-height: 500px;
    overflow: hidden;
    line-height: 28px;
}
.text-image-main .container{
  position: relative;
}
.text-image-main p{
  color: #000;
  /*margin-bottom: 20px;*/
}
.text-image-main .smallheader {
  font-style: italic;
  color: #8d8d8d;
  margin-bottom: 25px;
}
.text-image-main .mainheader {
  color: #002d44;
  margin-bottom: 45px;
}
.text-image-main .line-tag {
    width: 105px;
    height: 15px;
    display: inline-block;
    margin-bottom: 45px;
    background: #002d44;
}
.text-image-main h5{
  /*padding: 6px 40px;*/
  background: #002d44;
  color: #fff;
  display: inline-block;
  line-height: 48px !important;
}
.text-image-main h5:hover{
  background : #7a1831;
}
.text-image-main h5:hover a{
  color:#fff;
}
.text-image-main h5 a{
  padding: 13px 40px;
}
.text-image-main .col-lg-5{
  position: inherit;
}
.text-image-main .col-sm-7 ul{
  width: 100%;
  display: table;
  list-style: none;
}
.text-image-main .col-sm-7 ul li{
  width: 50%;
  float: left;
  min-height: 100px;
  padding-left: 40px;
  position: relative;
  box-sizing: border-box;
}
.text-image-main .col-sm-7 ul li p {
  padding-bottom: 0;
}
.text-image-main .col-sm-7 ul li:before{
  background: url('../Images/bulletpoint_gray.png');
  content: '';
  width: 30px;
  height: 25px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 5px;
}
.text-image-main .position-image-left img{ 
  max-width: 100%;
  height: auto;
}
@media(min-width: 768px) and (max-width: 1199px){
  .text-image-main .textimageequalheight.image{
    display: table;
  }
  /*.text-image-main .textimageequalheight.image .position-image-right{
    display: table-cell;
    vertical-align: middle;
  }
  .text-image-main .position-image-left{
    display: table-cell;
    vertical-align: middle;
  }*/
  .text-image-main .position-image-right{
    position: absolute;
    top: 50%;
    margin-top: -130px;
  }
  .text-image-main .position-image-right img{
    width: 100%;
  }
  .text-image-main .position-image-right.image-size-zoom{
    width: 550px;
    margin-top: -200px;
  }
  .text-image-main .position-image-right.image-bottom{
    bottom: -45px;
    top: initial;
  }
  .text-image-main .position-image-left{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -135px;
  }
  .text-image-main .position-image-left img{
    width: 100%;
  }
  .text-image-main .position-image-left.image-size-zoom{
    width: 550px;
    margin-top: -180px;
  }
  .text-image-main .position-image-left.image-bottom{
    bottom: -50px;
    top: initial;
  }
}
@media(min-width: 992px){
  .text-image-main .mainheader{
    width: 140%;
  }
}
@media(min-width: 1200px){
  .text-image-main .textimageequalheight.image{
    display: table;
    position: relative;
  }
  .text-image-main .position-image-right{
    /*display: table-cell;
    vertical-align: middle;*/
    position: absolute;
    top: 50%;
    margin-top: -150px;
  }
  .text-image-main .position-image-right img{
    width: 100%;
  }
  .text-image-main .position-image-right.image-size-zoom{
    width: 784px;
    margin-top: -260px;
  }
  .text-image-main .position-image-right.image-bottom{
    bottom: -45px;
    top: initial;
  }
  .text-image-main .position-image-left{
    position: absolute;
    width: 550px;
    /*height: 676px;*/
    left: -50px;
    top: 50%;
    margin-top: -180px;
  }
  .text-image-main .position-image-left img{
    width: 100%;
  }
  .text-image-main .position-image-left.image-size-zoom{
    width: 784px;
    left: -290px;
    margin-top: -270px;
  }
  .text-image-main .position-image-left.image-bottom{
    bottom: -50px;
    top: initial;
  }
}
@media(min-width: 1700px){
  /*.text-image-main .position-image-right{
    width: 1138px;
    height: 676px;
  }*/
  /*.text-image-main .position-image-left{
    width: 784px;
    height: 676px;
    left: -290px;
  }*/
}


@media(max-width: 1199px){
  /*.text-image-main .position-image-left{
    left: -390px;
  }*/
  .text-image-main .position-image-right{
    width: 100%;
    height: auto;
  }
  /*.text-image-main .position-image-left{
    position: unset;
    width: 100%;
    height: auto;
  }*/
}
@media(max-width: 991px){
  .text-image-main .col-sm-7 ul li{
    width: 100%;
    min-height: auto;
  }
}
@media(max-width: 1199px) and (min-width: 768px){
  .text-image-main .position-image-left.image-bottom{
    position: absolute;
    right: 0;
    bottom: -50px;
  }
}
@media(max-width: 767px){
  .text-image-main .position-image-right{
    position: inherit;
    width: 100%;
    height: auto;
  }
  .text-image-main .position-image-left{
    position: initial;
    width: 100%;
    height: auto;
  }
  .text-image-main .col-sm-7 ul li{
    width: 100%;
    position: relative;
  }
  .text-image-main .smallheader{
    margin-bottom:10px;
  }
  .text-image-main .mainheader.nosmallheder {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .text-image-main .col-sm-7 ul li:before{
    top: 50%;
    margin-top: -22px;
  }
  .text-image-main .mainheader{
    margin-bottom: 25px;
  }
  .text-image-main .line-tag{
    margin-bottom: 25px;
  }
}
/*##############################################################################
###########################Text With Left Or Right Image########################
/*##############################################################################*/


/*##############################################################################
################################ SERVICE BOX GRID ##############################
/*##############################################################################*/
/*agency-theme style*/
.agency-theme h1, .agency-theme h2, .agency-theme h3, .agency-theme h4, .agency-theme h5, .agency-theme h6{
  font-family: 'Open Sans',Arial,sans-serif;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: 36px;
}
.agency-theme{
  color: #888888;
  font-family: 'Open Sans',sans-serif;
  line-height: 28px;
}
.service-box-outer .serviceheader {
    margin-bottom: 75px;
    padding: 0 20px;
    margin-top: 75px;
}

.service-box-outer .services-box .row_custom {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.service-box-outer .services-box .col-md-3 {
    padding: 0;
}
.service-box-outer .services-box .box {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: rgba(0, 0, 0, 0.08);
    padding: 30px 22px 30px;
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-box-outer .services-box .box .icon-wrapper {
    display: inline-block;
    margin: 0 0 25px;
    text-align: center;
    width: 100%;
}
.service-box-outer .services-box .box .icon-wrapper img {
    width: auto !important;
    max-width: 100%;
    height: auto;
}
.service-box-outer .services-box .box .icon-content h4 {
    line-height: 36px;
    margin-bottom: 10px;
    font-weight: 400;
    word-wrap: break-word;
    color: #363136;
}
.service-box-outer .services-box .box .icon-content p {
    display: block;
    margin: 20px 0 0;
    color: #777;
    font-size: 16px;
}
.service-box-outer .services-box .box:hover {
    background: #edf5f8;
}
@media(min-width: 768px){
  .service-box-outer .services-box .row_custom .col-lg-4:nth-child(1) .box{
    border-width: 0;
  }
  .service-box-outer .services-box .row_custom .col-lg-3:nth-child(1) .box{
    border-width: 0;
  }
  .service-box-outer .services-box .row_custom .col-lg-4:nth-child(3) .box{
    border-width: 0;
  }
  .service-box-outer .services-box .row_custom .col-lg-3:nth-child(4) .box{
    border-width: 0;
  }
  .service-box-outer .services-box .row_custom .col-lg-3:nth-child(3) .box{
    border-left-width: 0;
  }
}

@media(max-width: 1024px) and (min-width: 992px){
  .text-image-main .col-sm-7 ul li{
      min-height: 80px;
  }
}
@media(max-width: 991px){
  .service-box-outer .serviceheader{
    margin-bottom: 20px;
  }
  .service-box-outer .services-box .box .icon-content h4{
    line-height: 23px;
  }
}
@media(max-width: 767px){
  .service-box-outer .services-box .box{
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  .service-box-outer .serviceheader {
    padding: 0;
  }
  .service-box-outer .services-box .row_custom{
    border: none;
  }
}
@media(max-width: 500px){
  .service-box-outer .services-box .col-md-3{
    padding: 0 5px;
  }
  .service-box-outer .services-box .row_custom{
    margin-right: -5px;
    margin-left: -5px;
  }
  .btn-open-survey {
    display: none;
  }
}
}
/*##############################################################################
################################ SERVICE BOX GRID ##############################
/*##############################################################################*/



/*##############################################################################
################################ REQUEST PARELLEX ##############################
/*##############################################################################*/
#content .webdesign-itInterface {
    width: 100%;
    display: inline-grid;
    position: relative;
    text-align: center;
}

#content .webdesign-itInterface .imgCircle {
    position: absolute;
    min-height: 310px;
    height: 60%;
    width: 100%;
    /*background: url(../Images/bannerImg.png) center center fixed;*/
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media screen and (max-width: 992px) {
  #content .webdesign-itInterface .imgCircle {
    position: absolute;
    min-height: 310px;
    height: 400px;
    width: 100%;
  }
}
  
#content .bannerCont {
    position: relative;
    min-height: 310px;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 22px 15% 22px;
    color: #fff;
    box-sizing: border-box;
    word-wrap: break-word;
    display: table;
}
#content .bannerCont .vertical-center{
  display: table-cell;
  vertical-align: middle;
}
#content .bannerCont h1 {
    line-height: 1.1;
    position: unset;
    background: transparent;
    font-size: 45px;
    text-align: center;
    padding: 0;
    margin: 0;
}
#content .bannerCont h2 {
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}
#content .bannerCont h3 {
    color: #fff;
    line-height: 1.5;
}
#content .bannerCont h1:before {
    content: unset;
}
#content .bannerCont .btn {
    height: 48px;
    background: #002d44;
    color: #fff;
    line-height: 45px;
    font-size: 21px;
    padding: 0 20px;
    margin-top: 35px;
    border-radius: 0;
}
#content .bannerCont .btn:hover {
    background: #7a1831;
}
#content .bannerCont .btn:hover a{
    color: #fff;
}
@media(max-width: 1024px) and (min-width: 768px){
  #content .bannerCont h1{
    font-size: 35px;
  }
}
@media(max-width: 767px){
  #content .bannerCont{
    /*display: block;*/
    padding-left: 15px;
    padding-right: 15px;
  }
  #content .bannerCont h1 {
    font-size: 28px;
  }
}
/*##############################################################################
################################ REQUEST PARELLEX ##############################
/*##############################################################################*/


/*##############################################################################
############################### Featured projects ##############################
/*##############################################################################*/
.gallery_image a {
    display: block;
    position: relative;
    margin-bottom: 30px;
    background: #85848b;
}
.row_custom .col-xs-6:first-child .gallery_image a{
  margin-bottom: 0;
}
.gallery_image a img{
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 0;
  max-width: 100%;
  height: auto;
 /* -webkit-filter: blur(1.5px); */
  width:100%;
}

.gallery_image a .gallery_icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 100%;
    height: 112px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -56px;
    text-align: center;
    padding: 40px 0px 10px 0px;
}
.gallery_image a:hover .gallery_icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery_image a .gallery_icon span {
    display: block;
}
.gallery_image a .gallery_icon .main {
    color: #33323a;
    font: 400 24px/24px "Open Sans", sans-serif;
    text-transform: uppercase;
}
.gallery_image a .gallery_icon .secondary {
    margin-top: -1px;
    font: 400 12px/16px "Open Sans", sans-serif;
    color: #a0a1a6;
}

.wrapper1 {
    padding: 0 0 20px;
}
.border-wrapper {
    border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 979px){
  .gallery_image a img {
      width: 100%;
  }
}
@media(max-width: 767px){
  .small-container #c548 .col-xs-6{
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media(max-width: 520px){
  .gallery_image a .gallery_icon .main {
    font-size: 11px;
  }
  .gallery_image a .gallery_icon{
    word-break: break-all;
    padding-top: 3px;
  }
}
/*##############################################################################
############################### Featured projects ##############################
/*##############################################################################*/

/*##############################################################################
############################### NEWS BLOG LETEST ##############################
/*##############################################################################*/
#content .blogRow .blogBox .img{
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
#content .blogRow {
    margin-top: 50px;
    margin-bottom: 50px;
}
#content .blogRow .blogBox {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    text-align: left;
    padding-bottom: 10px;
}
#content .blogRow .blogBox .blogcontentbox{
  margin-bottom: 10px;
}
#content .blogRow .blogBox .img img {
    width: 100%;
    height: auto;
}
#content .blogRow .blogBox h3 {
    line-height: 21px;
    padding-left: 14px;
    font-size: 20px;
    color: #43484b;
    margin: 0 0 5px;
    height: 40px;
    vertical-align: middle;
    letter-spacing: -.5px;
}
#content .blogRow .blogBox .red {
    color: #38579E;
}
#content .blogRow .blogBox p {
    padding-left: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-right: 12px;
    text-align: left;
    margin-bottom: 20px;
}
#content .blogRow .blogBox .btn {
    float: right;
    margin-right: 20px;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    background: #002d44;
    border-bottom: none;
    border-radius: 0;
}
#content .blogRow .blogBox .btn:hover{
  background: #7a1831
}
#content .blogRow .blogBox .btn:hover a{
  color: #fff;
}
/*.blog-single-item{
  margin: 20px 0;
}*/
@media (max-width: 1170px){
  #content .blogRow .blogBox {
      margin-bottom: 20px;
  }
  .startpage .webdesign-blog .news .news-list-view > .row{
    margin-left: 0;
  }
}
 @media screen and (orientation:landscape) and  (max-width: 767px){
    .post1-wrapper.minustopmargin .post.col-sm-4{
      width: 33.33333333%;
      float: left;
    }
 }

@media(max-width: 520px){
  #content .blogRow .blogBox p strong{
    font-size: 14px;
  }
  #content .blogRow .blogBox p{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  #content .blogRow .blogBox p:first-child{
    line-height: 18px;
  }
}
@media(max-width: 360px){
  #content .blogRow .blogBox .btn{
    margin-right: 7px;
  }
}
/*##############################################################################
############################### NEWS BLOG LETEST ##############################
/*##############################################################################*/


/*###############################################################
###########################CALL TO ACTION########################
/*###############################################################*/

.form-control:focus{
  -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset 1px 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
.calltoaction h1,.calltoaction h2,.calltoaction h3,.calltoaction h4,.calltoaction h5,.calltoaction p,.calltoaction a,.calltoaction span{
  color: #fff;
}
.calltoaction .call-header h2{
  line-height: 1.2;
}
.calltoaction {
  background: #002d43;
  color: #fff;
  text-align: left;
  overflow: hidden;
}
.calltoaction .col-md-8 {
  padding: 0;
}
/*.calltoaction .col-md-4 .frame-type-image{
  margin-top: -45px;
}*/
.calltoaction .col-md-4 .frame-type-image{
  margin-top: -4px;
  position: absolute;
  bottom: 0;
}
.calltoaction .col-md-4 .frame-type-image .ce-row .ce-column img{
  margin-bottom: 0;
}
.calltoaction .col-md-8 .call-content {
  display: table;
  /*height: 320px;*/
  width: 100%;
}
.calltoaction .col-md-8 .call-content .call-content-wrapper{
  display: table-cell;
  vertical-align: middle;
}
.calltoaction .call-header h2{
  margin-bottom: 0;
  margin-top: 25px;
}
.calltoaction .col-md-8 .callbuttons h5 a{
    color: #000;
    text-transform: none;
}
.calltoaction .col-md-8 .callbuttons h5{
    background: #fff;
    padding: 10px 20px;
    margin-right: 20px;
    min-width: 166px;
    text-align: center;
    box-sizing: border-box;
}
.powermail_form ul.powermail_message_error li {
  color: #7a1831;
}

.calltoaction .call-content-wrapper .powermail_fieldwrap_type_input input{
  height: 38px;;
  width: 358px;
  font-size: 20px;
  box-sizing: border-box;
}
.calltoaction .call-content-wrapper .powermail_fieldwrap_type_textarea textarea{
  width: 358px;
  height: 60px;
  font-size: 20px;
  box-sizing: border-box;
}
.calltoaction .call-content-wrapper .powermail_fieldwrap_type_textarea{
  margin-top: 5px;
  width: 100%;
}
.calltoaction .call-content-wrapper .powermail_fieldwrap_type_check{
  width: 100%;
}
.calltoaction .call-content-wrapper .powermail_fieldwrap_type_submit{
  width: 100%;
}
.calltoaction .call-content-wrapper .powermail_fieldwrap_type_captcha{
  width: 100%;
}
.calltoaction .col-sm-10.captcha-style #powermail_field_captcha{
  width: 150px;
  display: inline-block;
  margin-right: 10px;
  height: 38px;
}
.calltoaction .col-sm-10.captcha-style .powermail_captchaimage{
  height: 38px !important;
}
.ie .calltoaction .captcha-style.col-sm-10 .powermail_captchaimage{
 width:164px !important;
}
.calltoaction .col-sm-10.captcha-style{
  margin-top: 7px;
}
.calltoaction .call-content-wrapper .powermail_label {
  text-align: right;
  font-size: 20px;
  padding: 7px 3px 0 0;
}
.calltoaction .call-content-wrapper .control-label {
  text-align: right;
  font-size: 20px;
  padding: 7px 3px 0 0;
}
.calltoaction .call-content-wrapper .powermail_fieldwrap_type_textarea .powermail_label{
  padding-top: 0;
}
.calltoaction .call-content-wrapper .powermail_fieldwrap_type_input {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.calltoaction .call-content-wrapper .powermail_fieldwrap_type_recaptcha{
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.calltoaction .call-content-wrapper .powermail_fieldwrap_type_recaptcha .g-recaptcha{
  /*width: 83.33333333%;*/
  width: auto;
  float: left;
  padding: 0 15px;
  box-sizing: border-box;
}
.calltoaction .call-content-wrapper .powermail_fieldwrap_type_check .powermail_checkbox {
  width: 24px;
  min-height: 38px;
  float: left;
  border-radius: 0;
  background: #fff;
  margin: 0 10px 7px 0px;
  position: static;
}
.ie .calltoaction .call-content-wrapper .powermail_fieldwrap_type_check .powermail_checkbox{
  background: none;
}
.calltoaction .call-content-wrapper .powermail_fieldwrap_type_submit .powermail_submit {
  margin-right: 20px;
  min-width: 166px;
  text-align: center;
  background: rgb(255, 255, 255);
  padding: 10px 20px;
  color: rgb(0, 0, 0);
  border-radius: 0;
  font: 400 19px/19px "Open Sans", sans-serif;
  margin-left: 15px;
  margin-top: 5px;
}
.powermail_submit.btn.btn-primary.g-recaptcha {
    display: none;
}
.calltoaction .call-content-wrapper .powermail_fieldset {
  margin-top: 22px;
  margin-bottom: 25px;
}
.calltoaction .col-md-4 .frame-type-image .ce-gallery{
  margin-bottom: 0;
}
.form-horizontal .form-group{
  margin-top: 0;
  margin-bottom: 0;
}
.calltoaction .call-content-wrapper .powermail_fieldwrap_type_check .checkbox {
    position: unset;
    display: block; 
    min-height: auto; 
    margin: 0px; 
}
.calltoaction a:hover {
  color: #7a1831
}
.calltoaction span.mandatory {
    color: red;
}
.powermail_fieldwrap_type_submit .powermail_submit:hover{
  background: #7a1831 !important;
  border-color: transparent;
  color: #fff !important;
}
.tx-powermail .powermail_fieldwrap .parsley-errors-list li{
  padding-left: 0;
  color: red;
}
.tx-powermail .powermail_fieldwrap .parsley-errors-list li:before{
  content: none;
}
.tx-powermail ul li{
  padding-left: 0 !important;
}
.tx-powermail ul li:before{
  content: none !important;
} 
.powermail_all_label {
  background: none !important;
}
.powermail_all_value {
  background: none !important;
}
.calltoaction .call-content-wrapper .powermail_create{
  margin-top: 50px;
}
@media(min-width: 768px){
  .calltoaction .col-md-4 .frame-type-image{
    width: 445px;
  }
}
@media(min-width: 1200px){
  .calltoaction .col-md-4 .frame-type-image{
    /*width: 510px;*/
    width: 450px;
  }
  .calltoaction .col-md-4 .frame-type-image .ce-gallery .ce-outer{
    width: 100%;
  }
  .calltoaction .col-md-4 .frame-type-image .ce-gallery .ce-outer .ce-inner{
    width: 100%;
  }
  .calltoaction .col-md-4 .frame-type-image .ce-gallery .ce-outer .ce-inner .ce-row{
    width: 100%;
  }
  .calltoaction .col-md-4 .frame-type-image .ce-gallery .ce-outer .ce-inner .ce-row .ce-column{
    width: 100%;
  }
  .calltoaction .col-md-4 .frame-type-image .ce-gallery .ce-outer .ce-inner .ce-row .ce-column .image{
    width: 100%;
  }
  .calltoaction .col-md-4 .frame-type-image .ce-gallery .ce-outer .ce-inner .ce-row .ce-column .image img{
    width: 100%;
  }
}
@media(max-width: 1199px){
  .calltoaction .call-content-wrapper .powermail_label {
    font-size: 16px;
  }
  .calltoaction .call-content-wrapper .control-label {
    font-size: 16px;
  }
}
@media(max-width: 991px){
  .calltoaction .col-md-8 .call-content {
    /*min-height: unset;*/
    height: auto;
  }
  .calltoaction .call-content-wrapper .control-label{
    font-size: 13px;
  }  
}
@media(max-width: 767px){
  .calltoaction .col-md-4 img{
    margin-top: 0;
  }
  .calltoaction .col-md-8 .callbuttons h5{
    margin-bottom: 10px;
  }
  .calltoaction .call-content-wrapper .powermail_fieldwrap_type_recaptcha .g-recaptcha{
    width: 100%;
    float: left;
    padding: 0;
  }
  .calltoaction .col-md-8 .call-content .call-content-wrapper{
    display: block;
  }
  .calltoaction .col-md-8 .call-content{
    display: block;
  }
  .calltoaction .col-md-8 .call-content .call-content-wrapper .col-sm-10{
    padding-left: 0;
    padding-right: 0;
  }
  .calltoaction .col-md-8 .call-content .call-content-wrapper .container-fluid{
    padding-right: 0;
    padding-left: 0;
  }
  .calltoaction .call-content-wrapper .powermail_fieldwrap_type_submit .powermail_submit{
    margin-left: 0;
  }
  .powermail_form_1.form-horizontal .form-group{
    margin-left: 0;
    margin-right: 0;
  }
  .calltoaction .call-content-wrapper .powermail_create{
    margin-top: 30px;
  }
  .calltoaction .call-content-wrapper .powermail_fieldwrap_type_check .powermail_checkbox{
    margin-bottom: 35px;
  }
  .calltoaction .call-content-wrapper .powermail_fieldwrap_type_captcha .powermail_label{
    width: 100%;
    text-align: left;
  }
}
@media(max-width: 395px){
  .calltoaction .call-content-wrapper .powermail_fieldwrap_type_textarea textarea{
    width: 98%;
  }
  .calltoaction .call-content-wrapper .powermail_fieldwrap_type_input input{
    width: 98%;
  }
}

/*###############################################################
###########################CALL TO ACTION########################
/*###############################################################*/

/*###############################################################
########################### FOOTER STYLE ########################
/*###############################################################*/
#footer {
    padding-top: 48px;
}
.wrapper4 {
    padding: 0 0 20px;
}
#footer h4 {
    margin-bottom: 33px;
    color: #fff;
}
#footer p {
    font-size: 16px;
    line-height: 20px;
    padding-right: 36px;
}
#footer .col-sm-4 ul li {
    font-size : 16px;
    padding-left : 12px;
}
#footer .frame ul li::before {
    top: 0px;
    content: "\f0da";
    font-family: FontAwesome;
    background : none;
}
.socials1 li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    /*width: 42px;
    height: 42px;*/
    width: 35px;
    height: 35px;
    border-radius: 100px;
    border: 1px solid #525158;
    text-align: center;
    margin-right: 7px;
    margin-bottom: 10px;
    padding-left: 0 !important;
    line-height: inherit !important;
}
.socials1 li:before{
  content: none !important;
}
.socials1 li a {
    background: #ffffff;
    display: block;
    border-radius: 100px;
}
.socials1 li a i {
    color: #33323a;
    /*font-size: 19px;
    line-height: 42px;*/
    font-size: 16px;
    line-height: 33px;
}
#footer .privacy-block {
    padding: 18px 0;
    background: #26252b;
    font: 400 14px/17px "Open Sans", sans-serif;
    color: #ffffff;
}
.socials1 li:hover a{
  background: #7a1831;
}
.socials1 li:hover{
  border-color: #7a1831;
}
.socials1 li:hover a i{
  color: #fff;
}

@media(max-width: 1024px){
  #footer .wrapper4 .footer-column1 ul li{
    line-height: 18px;
  }
}
@media(max-width: 767px){
  #footer h4{
    margin-bottom: 12px;
  }
}
@media(max-width: 560px){
  footer .privacy-block .text-copyrights{
    display: inline-block;
    width: 100%;
  }
  #footer .wrapper4 .footer-column1 ul li{
    line-height: 1.3;
    padding-bottom: 10px;
  }
}
@media(max-width: 375px){
  footer .privacy-block p{
    font-size: 15px !important;
    padding-right: 0!important;
  }
}
/*###############################################################
########################### FOOTER STYLE ########################
/*###############################################################*/




/*###########################################################################################
################################## INNER PAGE LAYOUT STYLE ##################################
#############################################################################################*/



/*#######################################################################
############################BANNER STYLE#################################
#########################################################################*/
.webdesign-banner .ce-outer{
  width: 100%;
}
.webdesign-banner .ce-outer .ce-inner{
  width: 100%;
}
.webdesign-banner .ce-outer .ce-inner .ce-column{
  width:  100%;
}
.webdesign-banner .ce-outer .ce-inner .ce-column figure{
  width: 100%;
}
.webdesign-banner .ce-outer .ce-inner .ce-column figure img{
  width: 100%;
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 20px;
}
@media(max-width: 767px){
  .webdesign-banner .ce-outer .ce-inner .ce-column figure img{
    min-height: 220px;
    width: auto;
    object-fit: cover;
  }
}
/*#######################################################################
############################BANNER STYLE#################################
#########################################################################*/


/*###########################################################################################
################################## INNER PAGE LAYOUT STYLE ##################################
#############################################################################################*/









/*#######################################################################
##########################TEAM TEXT WITH IMAGE###########################
#########################################################################*/
.frame-caption-text-style .image-caption {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
h5 a.btn-default {
    padding: 14px 40px;
    background: #002d44;
    color: #fff;
    display: inline-block;
    font: inherit;
    border-radius: 0;
    /*text-transform: uppercase;*/
}
h5 a.btn-default:hover {
    background: #7a1831;
    color: #fff;
}

  .frame-caption-text-style .image{
    position: relative;
  }
  .frame-caption-text-style .image-caption{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    /*background: rgba(167, 13, 47, 0.5);*/
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    display: none;
    color:#fff;
    /*padding: 5px;*/
    /*padding-top: 30%;*/
    padding-left: 20px;
    padding-right: 20px;
  }
  .frame-caption-text-style .image:hover .image-caption{
    display: block;
    cursor: pointer;
  }
  .frame-caption-text-style .image:hover img{
    margin-bottom: 0;
  }
  .frame-caption-text-style .image .image-caption .image-content{
    width: 100%;
    height: 100%;
    display: table;
  }
  .frame-caption-text-style .image .image-caption .image-content .verticle-middle{
    display: table-cell;
    vertical-align: middle;
  }
@media(max-width: 1024px){
}
@media(min-width: 1025px){
  /*.frame-caption-text-style .image-caption{
        padding: 15px;
  }*/
}
@media(max-width: 991px){
  .frame-type-textpic .ce-row{
    padding: 0 15px;
  }
  .ce-row .ce-column img{
    margin-bottom: 10px;
  }
}
@media(max-width: 767px){
  #c65 .ce-image .ce-column{
    padding: 0 15px;
    margin: 0;
  }
  #c51 .ce-column {
      width: 50%;
      display: inline-block;
      float: left;
      margin: 0;
      padding: 0 5px;
  }
  #c51 .ce-row{
    padding: 0 10px;
  }
  .frame-caption-text-style .image-caption{
    display: none;
  }
}
@media(max-width: 512px){
  .frame-caption-text-style .image-caption{
    font-size: 11px;
  }
}
@media(max-width: 400px){
  .frame-caption-text-style .image-caption{
    font-size: 8px;
  }
}
/*#######################################################################
##########################TEAM TEXT WITH IMAGE###########################
#########################################################################*/


/*#######################################################################
############################ACCORDION CONTENT############################
#########################################################################*/
.panel-default>.panel-heading {
    background-color: transparent;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ebf0f4;
    border-radius: 0;
    color: #8c9195;
}
.panel-group .panel-default{
  border: none;
  border-radius: 0;
}
.panel-group .panel{
  box-shadow: none;
  margin-bottom: 15px;
}
.panel-group .panel-default .panel-collapse{
    width: 100%;
    border: 1px solid #ebf0f4;
    border-top: none;
    padding: 10px 20px;
}
.panel-group .panel-heading+.panel-collapse>.panel-body{
  border: none;
  padding: 0;
}
.panel-group .panel-default .panel-title{
  font-size: 21px;
  line-height: 30px;
}
.panel-group .panel-default .panel-title a .fa{
  margin-right: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.panel-group .panel-default .panel-title a.collapsed{
  color: #8c9195;
}
.panel-group .panel-default .panel-title a{
  color: #2a6496;
}
.panel-group .panel-default .panel-title a .fa-plus{
  display: none;
}
.panel-group .panel-default .panel-title a.collapsed .fa-minus{
  display: none;
}
.panel-group .panel-default .panel-title a.collapsed .fa-plus{
  display: inline-block;
}
.panel-group .panel-default .panel-collapse>.panel-body p{
  line-height: 26px;
  font-size: 14px;
}
/*#######################################################################
############################ACCORDION CONTENT############################
#########################################################################*/


/*#######################################################################
################################# HEADER ################################
#########################################################################*/
.frame-type-header .subheader {
    font-style: italic;
    color: #8d8d8d;
    margin-bottom: 10px;
    font-family: 'OpenSans-Italic';
}
.divider hr {
    width: 105px;
    height: 15px;
    display: inline-block;
    margin-bottom: 18px;
    background: #002d44;
}
/*#######################################################################
################################# HEADER ################################
#########################################################################*/


/*##############################################################################
###################################STEPS ELEMENT################################
/*##############################################################################*/
.timeline{
  color:#002d44;
  padding: 30px 0 35px 0;
}
.timeline .steptitle h2{
  color: #002d44;
  display: inline-block;
  position: relative;
  text-align: center;
  padding-bottom: 17px;
  margin-bottom: 25px;
}
.timeline .steptitle h2:before{
  content: '';
  width: 70%;
  height: 2px;
  position: absolute;
  background: #696969;
  bottom: 0;
  left: 15%;
}
.timeline .timeline-box .entry-even.col-md-6{
  border-left: 2px solid #696969;
  margin-left: -1px;
  position: relative;
}
.timeline .timeline-box .entry-odd.col-md-6{
  border-right: 2px solid #696969;
  position: relative;
}
.timeline .timeline-box .entry-odd{
  text-align: right;  
}
.timeline .timeline-box .entry-odd .entry-content{
  display: inline-block;
  width: 55%;
  margin-right: 76px;
}
.timeline .timeline-box .entry-odd.col-md-6 img{
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12.5px;
}
.timeline .timeline-box .entry-even.col-md-6 img{
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -12.5px;
}
.timeline .timeline-box .entry-even .entry-content{
  display: inline-block;
  width: 55%;
  margin-left: 76px;
}
.timeline .timeline-box .entry-even .entry-content p,.timeline .timeline-box .entry-odd .entry-content p{
  margin-bottom: 0;
}
.timeline .timeline-box .row:first-child .entry-odd.col-md-6:after {
    content: '';
    background: #e9ecf1;
    height: 50%;
    width: 2px;
    right: -2px;
    position: absolute;
}
/*.timeline .timeline-box .row:last-child .entry-even.col-md-6:after {
    content: '';
    background: #e9ecf1;
    height: 50%;
    width: 2px;
    left: -2px;
    position: absolute;
    bottom: 0;
}*/
@media(min-width: 551px){
  .timeline .timeline-box .entry-odd.col-md-6 img{
    position: initial;
    margin-top: 10px;
    margin-right: 10px;
  }
  .timeline .timeline-box .entry-even.col-md-6 img{
    position: initial;
    margin-top: 10px;
    margin-left: 10px;
  }
  .timeline .timeline-box .entry-even.col-md-6{
    padding-bottom: 30px;
  }
  .timeline .timeline-box .entry-odd.col-md-6{
    padding-bottom: 30px;
    border: none;
  }
  .timeline .timeline-box .entry-odd .entry-content{
    margin-right: 30px;
  }
  .timeline .timeline-box .entry-even .entry-content{
    margin-left: 30px;
  }
}
@media(max-width: 1024px) and (min-width: 768px){
  .timeline .timeline-box .entry-even .entry-content p,.timeline .timeline-box .entry-odd .entry-content p{
    line-height: 20px;
  }
  .timeline .timeline-box .entry-odd .entry-content{
    margin-right: 60px;
  }
  .timeline .timeline-box .entry-even .entry-content{
    margin-left: 60px;
  }
}
@media(max-width: 767px){
  .timeline .timeline-box .entry-even.col-md-6 img{
    left: 10px;
  }
  .timeline .timeline-box .entry-odd.col-md-6 img{
    right: 10px;
  }
  .timeline .timeline-box .entry-odd .entry-content{
    width: 70%;
    margin-right: 12%;
    word-wrap: break-word;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .timeline .timeline-box .entry-even .entry-content{
    width: 70%;
    margin-left: 12%;
    word-wrap: break-word;
    margin-bottom: 5px;
    margin-top: 5px;
  }

}
@media(max-width: 550px){
   .timeline .timeline-box .entry-odd.col-md-6{
      width: 100%;
      border-color: transparent;
   } 
   .timeline .timeline-box .entry-even.col-md-6{
      width: 100%;
      border-color: transparent;
   }
   .timeline .timeline-box .entry-odd.col-md-6 img{
      left: 15px;
   }
   .timeline .timeline-box .entry-even.col-md-6 img{
      left: 15px;
   }
   .timeline .timeline-box .entry-odd{
    text-align: left;
   }
   .timeline .timeline-box .entry-odd .entry-content{
        margin-left: 12%;
        margin-right: 0;
   }
}
/*##############################################################################
###################################STEPS ELEMENT################################
/*##############################################################################*/

/*##############################################################################
###################################Srvice Logo################################
/*##############################################################################*/
.services-logo{
  width: 100%;
  text-align: center;
  height: 100%;
  background: #fff;
}
.services-logo h4{
  color: #fff;
  padding: 5px;
  margin: 0 auto;
  width: 70%;
  min-height: 35px;
  position: absolute;
  top: -12%;
  left: 50%;
  margin-left: -35%;
}
.services-logo .logo-image-wrapper{
  padding-top: 48px;
  padding-bottom: 35px;
  /*margin-top: -19px;*/
  -webkit-box-shadow: 3px 4px 10px 0px rgba(123,122,119,1);
  -moz-box-shadow: 3px 4px 10px 0px rgba(123,122,119,1);
  box-shadow: 3px 4px 10px 0px rgba(123,122,119,1);
  height: 100%;
}
.services-logo .logo-image {
  margin: 0 auto;
  width: 80%;
}
.grid-six-column .grid-six > div {
  height: 100%;
}
.grid-six-column{
  padding-top: 95px;
  display: inline-block;
  width: 100%;
}
.grid-wrapper.backcolor{
  display: inline-block;
  width: 100%;
}
.grid-six-column .grid-six{
  min-height: 139px;
}
.grid-wrapper .inner-grid h1,.grid-wrapper .inner-grid h2,.grid-wrapper .inner-grid h3,.grid-wrapper .inner-grid h4,.grid-wrapper .inner-grid h5{
  margin-top: 0;
}
.grid-wrapper .inner-grid {
  padding: 48px 0 53px 0;
}
@media(max-width: 991px) and (min-width: 768px){
  .services-logo .logo-image-wrapper{
    min-height: 150px;
  }
}
@media(max-width: 991px){
  .grid-six-column .grid-six{
    /*margin-bottom: 65px;*/
    min-height: 0;
  }
  .grid-six-column{
    padding-top: 0;
  }
  .grid-six-column .grid-six{

  }
  .grid-wrapper .inner-grid h3{
    margin-bottom: 91px;
  }
  .services-logo{
    margin-bottom: 65px;
  }
}
@media(max-width: 767px){
  .grid-wrapper .inner-grid{
    padding-bottom: 0;
  }
  .services-logo .logo-image-wrapper{
    min-height: 180px;
  }
  .grid-wrapper .inner-grid h3{
    margin-bottom: 50px;
  }
}
@media(max-width: 500px){
  .services-logo .logo-image-wrapper{
    min-height: 160px;
  }
  .services-logo h4{
    font-size: 14px;
  }
  p strong {
    font-size: 14px;
    font-weight: bold;
	}
	
}
}
@media(max-width: 400px){
  .services-logo .logo-image-wrapper{
    min-height: 130px;
  }
  p strong {
    font-size: 14px;
    font-weight: bold;
	}
}
.grid-wrapper .inner-grid {
  padding-bottom: 0;
}
/*##############################################################################
###################################Srvice Logo################################
/*##############################################################################*/

/*##############################################################################
################################# History element ##############################
/*##############################################################################*/
.inner-main .ed-element-main .ed-element-left .inner {
  padding: 10px 25px;
}
.inner-main .ed-element-main .ed-element-left .inner .block-number {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 36px;
    content: '';
    position: absolute;
    
    background: linear-gradient(178deg, #36b37f 0%, #a3cc00 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.inner-main .ed-element-main .ed-element-left{
  padding: 20px;
  position: relative;
}
.inner-main .ed-element-main .ed-element-left .inner .block-number .block-text{
    background: #fff;
    width: 35px;
    height: 35px;
    margin: 7px;
    border-radius: 50%;
}
.inner-main .ed-element-main .ed-element .processMockup{
  padding: 20px 0;
}
.ed-element-main .ed-element-left .inner {
    -webkit-box-shadow: 0px 0px 81px 5px rgba(211,211,211,1);
    -moz-box-shadow: 0px 0px 81px 5px rgba(211,211,211,1);
    box-shadow: 0px 0px 81px 5px rgba(211,211,211,1);
}
.inner-main .ed-element-main .ed-element-left .ed-text ul{
  padding: 0 0 20px 0;
}
.inner-main .el-line{
  text-align: center;
}

@media(max-width: 767px){
  .inner-main .ed-element-main{
    padding: 0 10px;
  }
  .inner-main .el-line{
    display: none;
  }
}
/*##############################################################################
################################# History element ##############################
/*##############################################################################*/

/*##############################################################################
################################# Project Greatness ##############################
/*##############################################################################*/
#content .greatness {
    width: 100%;
    background: #f9fbfc;
    padding: 50px 0;
    text-align: center;
}
#content .greatness h2 {
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 30px;
}
#content .section {
    width: 100%;
    margin: 80px 0;
    overflow: hidden;
    text-align: center;
}
#content .section .boxMin {
    width: 178px;
    height: 178px;
    background: #3c3c3c;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin: 0 auto 12px;
    border-radius: 100px;
    overflow: hidden;
}
#content .section .boxMin .box {
    vertical-align: middle;
    display: table-cell;
    height: 178px;
    width: 178px;
}
#content .section .boxMin .box .span {
    line-height: 36px;
    font-size: 36px;
    width: 100%;
}
#content .section .boxMin .bigText {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    line-height: 48px;
    text-shadow: 1px 2px 1px #747474;
}
#content .section .boxMin .box .span {
    line-height: 36px;
    font-size: 20px;
    width: 100%;
    font-family: 'opensans-italic';
}
#content .section h4 {
    color: #2a6496;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
}
#content .section p {
    line-height: 21px;
    font-size: 13px;
}
@media(max-width: 991px){
  .webdesign-greatness .section .col-md-3{
    margin-bottom: 15px;
  }
}
@media(max-width: 460px){
  #content .section .boxMin{
    width: 140px;
    height: 140px;
  }
  #content .section .boxMin .box{
    width: 140px;
    height: 140px;
  }
  .webdesign-greatness .section .col-md-3{
    min-height: 225px;
  }
}
@media(max-width: 400px){
  #content .greatness h2{
    font-size: 25px;
  }
}
/*##############################################################################
################################# Project Greatness ##############################
/*##############################################################################*/
/*##############################################################################
###################################ICON WITH TEXT################################
/*##############################################################################*/
.iconwithimage{
  width: 100%;
  padding: 22px 50px 22px 20px;

  -webkit-box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.75) !important;
  background-color: #fff !important;
  margin-bottom: 20px;
}
.iconwithimage.no-icon{
    padding: 22px 20px 22px 20px;  
}
.iconwithimage:hover{
  background-color: #7a1831 !important;
  color: #fff;
  box-shadow: 0px 2px 25px -5px rgba(0,0,0,0.75) !important;
}
.backcolor .iconwithimage{
  padding: 22px 5px 22px 5px;
}
.backcolor .iconwithimage{
  box-shadow: none;
}
.iconwithimage > a{
  display: table;
  text-decoration: none;
  width: 100%;
}
.backcolor .iconwithimage > a{
  color: #fff;
}

.backcolor .iconwithimage {
  color: #8c9195;
}

.iconwithimage .icon{
  width: 45px;
  /*float: left;*/
  margin-right: 10px;
  /*display: table-cell;*/
}
.iconwithimage.right .icon{
   margin-left: 10px;
   margin-right: 0;
}
.iconwithimage .content{
  /*width: 80%;*/
  /*float: left;*/
  display: table-cell;
}
.iconwithimage.right .content{
  text-align: right;
}
.iconwithimage .content h4{
  margin-bottom: 0px;
  font-size: 20px;
  color: #002d44;
}
.iconwithimage:hover .content h4{
  color: #fff; 
}
.iconwithimage .content p{
  font-size: 16px !important;
  line-height: 19px !important;
  color:#8c9195;
  margin-bottom: 0;
}
.iconwithimage:hover .content p{
  color: #fff;
}

.backcolor .inner-grid header h2{
  color: #fff;
}
.backcolor.font-black .inner-grid header h2{
  color: #363136;
}
@media(max-width: 1290px){
  .backcolor .inner-grid .col-md-4 > div:first-child .iconwithimage{
    margin-top: 0;
  }
}
@media(max-width: 767px){
  .container.container-space{
    padding: 0 15px;
  }
  .iconwithimage.right .content{
    text-align: left;
  }
}
/*##############################################################################
###################################ICON WITH TEXT################################
/*##############################################################################*/

/*##############################################################################
#################################KONTAKT ADDRESS################################
/*##############################################################################*/
.kontaktaddress.address {
    width: 100%;
    padding-top: 0px;
    margin-top: 0;
    overflow: hidden;
}
.kontaktaddress.address h3 {
    margin-top: 0px;
    margin-bottom: 25px;
}
.kontaktaddress.address i {
    width: 31px;
    float: left;
    padding-right: 15px;
    font-size: 18px;
    color: #8c9195;
}
.kontaktaddress.address span {
    width: 70%;
    float: left;
    line-height: 26px;
    margin-top: -5px;
    color: #8c9195;
    font-size: 13px;
}
.kontaktaddress.address .rowwrapper{
  display: inline-block;
  width: 100%;
}
.kontaktaddress.address .rowwrapper a {
    color: #8c9195;
    clear: left;
    float: left;
    text-decoration: none;
    margin-bottom: 15px;
}
.kontaktaddress.address .phone-no {
    width: 100%;
    overflow: hidden;
    clear: left;
    margin-bottom: 10px;
}
/*##############################################################################
#################################KONTAKT ADDRESS################################
/*##############################################################################*/


/*##############################################################################
#################################KONTAKT PAGE FORM################################
/*##############################################################################*/
.powermail_form_2 .col-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.powermail_form_2 .powermail_label{
  padding-top: 10px;
  padding-bottom: 10px;
}
.col-sm-10.captcha-style{
  float: right;
}
.col-sm-10.captcha-style #powermail_field_captcha{
  margin-bottom: 10px; 
}
.powermail_form_2 .powermail_fieldwrap_type_submit .powermail_submit{
  margin-left: 15px;
}

.ie .powermail_form.powermail_form_2 .powermail_captchaimage{
  width : 164px !important;
}

@media(max-width: 767px){
  .col-sm-10.captcha-style{
    float: left;
  }
  .powermail_form_2 .col-sm-2{
    padding-left: 0;
    padding-right: 0;
  }
  .powermail_form_2 .col-sm-10{
    padding-left: 0;
    padding-right: 0;
  }
  .powermail_form_2 .col-md-12{
    padding-left: 0;
    padding-right: 0;
  }
  .powermail_form_2 .powermail_fieldwrap_type_submit .powermail_submit{
    margin-left: 0;
    margin-bottom: 15px;
  }
  .powermail_form_2 .powermail_fieldwrap_type_captcha label{
    width: 100%;
  }
}
/*##############################################################################
#################################KONTAKT PAGE FORM################################
/*##############################################################################*/


/*##############################################################################
############################ App Entwicklung Banner ###########################
/*##############################################################################*/
.appbanner{
  min-height: 520px;
  display: table;
  width: 100%;
  background-size: cover;
  color: #fff;
  letter-spacing: 1.7px;
}
.appbanner h1{
  letter-spacing: 1px;
  margin-bottom: 22px;
  font-size: 45px;
  line-height: 45px;
}
.app-banner-wrapper{
      display: table-cell;
    vertical-align: middle;
}
.app-banner-wrapper .container{
  padding: 0px 160px 0 174px;
}
.app-banner-wrapper .btn-blue{
  display: inline-block;
  padding: 10px 21px;
  /*text-transform: uppercase;*/
  background: #1b3b62;
  /*border-radius: 74px;*/
  border-radius: 0;
  margin-right: 14px;
  font-size: 14px;
  letter-spacing: 0px;
}
.app-banner-wrapper .btn-blue a{
  color: #fff;
}
.app-banner-wrapper .btn-border{
  display: inline-block;
  padding: 8px 22px;
  /*text-transform: uppercase;*/
  /*border-radius: 74px;*/
  border-radius: 0;
  border: 1px solid;
  font-size: 14px;
  letter-spacing: 0;
}
.app-banner-wrapper .btn-border a{
  color: #fff;
}
.app-banner-wrapper .btn-blue:hover{
  background: #7a1831;
}
.app-banner-wrapper .btn-border:hover{
 background: #7a1831; 
}
@media(max-width: 991px){
  .appbanner h1{
    font-size: 35px;
    line-height: 35px;
  }
}
@media(max-width: 767px){
  .app-banner-wrapper .container{
    padding: 0 15px;
  }
  .appbanner h1{
    font-size: 30px;
    line-height: 30px;
  }
}
/*##############################################################################
############################ App Entwicklung Banner ###########################
/*##############################################################################*/


/*##############################################################################
##################################### IMAGE ####################################
/*##############################################################################*/
.frame-remove-margin .ce-gallery{
  margin-bottom: 0;
}
/*##############################################################################
##################################### IMAGE ####################################
/*##############################################################################*/


/*##############################################################################
################################# TOP BAR HEADER ###############################
/*##############################################################################*/

#header .topRow .webdesign-kontakt{
  font-size: 30px;
  float: left;
  padding-right: 30px;
  padding-left: 7px;
  position: relative;
}
#header .topRow a{
  font-size: 12px;
  color: #fff;
  display: block;
  text-decoration: none;
  float: left;
}
.topRow .leftCol .webdesign-kontakt .infoIocn img{
  vertical-align: middle;
}
#header .topRow .webdesign-kontakt .infoBox{
  width: 377px;
  position: absolute;
  left: 50px;
  top: 20px;
  padding: 15px 20px;
  display: none;
  background: #fff;
  border: 1px solid #e9e9e9;
}
#header .topRow .webdesign-kontakt .closeButton{
  position: absolute;
  right: 15px;
  top: 8px;
  width: auto;
  cursor: pointer;
}
#header .topRow .webdesign-kontakt .closeButton img{
  float: left;
}
#header .topRow .webdesign-kontakt h2{
  font-size: 24px;
  color: #2a6496;
  line-height: 30px;
  margin: 0;  
}
#header .topRow .webdesign-kontakt span {
    line-height: 30px;
    font-size: 14px;
    color: #141417;
}
#header .topRow .webdesign-kontakt p {
    line-height: 30px;
    font-size: 14px;
    color: #8c9195;
}
#header .topRow .webdesign-kontakt .emailId, #header .topRow .webdesign-kontakt .phoneNo {
    width: 100%;
    overflow: hidden;
    float: left;
    line-height: 32px;
    margin-bottom: 18px;
    color: #2a6496;
}
#header .topRow .webdesign-kontakt .btn {
    line-height: 31px;
    height: 31px;
    padding: 0 20px;
    margin: 0 auto 0 40px;
    float: none;
}
#header .topRow .emial {
    float: left;
    width: auto;
}
#header .topRow i {
    color: #fff;
    float: left;
    text-decoration: none;
    font-size: 20px;
    padding-right: 10px;
    padding-top: 11px;
    clear: left;
    position: relative;
}
#header .topRow .phone {
    float: left;
    width: auto;
    padding-left: 25px;
    color: #fff;
}
#header .webdesign-angebot a {
    color: #FFF;
    line-height: 40px;
    display: block;
    background: #456;
    padding-left: 10px;
    font-size: 18px;
    padding-right: 10px;
    transition: all .2s ease-in 0;
}
#header .webdesign-angebot a img {
    margin-right: 5px;
    vertical-align: middle;
}
#header .topRow .webdesign-kontakt .btn a {
    font-size: 14px;
    line-height: 31px;
    height: 31px;
    color: #fff;
}
.infoHeader-top {
    position: absolute;
    top: 15px;
    right: 70px;
    color: #fff;
    padding: 5px 0;
}
.infoHeader-top a {
    font-size: 18px;
    padding: 0 12px;
    color: #fff;
}
#header .infoHeader-top .webdesign-kontakt .whatsappbtn{
    float: right;
    display: none;
}
#header .infoHeader-top .webdesign-kontakt .whatsappbtn > iframe{
  width: 72px;
  height: 75px;
  margin-top: -19px;
}
#wh-widget-send-button{
  display: none;
}
@media(max-width: 1024px){
  .tablet #header .infoHeader-top .webdesign-kontakt .whatsappbtn{
    display: block;
    position: relative;
  }
  .tablet #header .infoHeader-top .webdesign-kontakt .whatsappbtn > i{
    font-size: 20px;
    padding: 0 12px;
  }
  .tablet #header .infoHeader-top .webdesign-kontakt .whatsappbtn > iframe{
    position: absolute;
    left: 0;
    height: 60px;
    margin-top: 0;
    opacity: 0;
  }
}
@media(max-width: 960px){
  #header .topRow .webdesign-kontakt{
    padding-right: 10px;
    padding-top: 2px;
  }
}
@media(max-width:991px) {
  #header .topRow {
      position: relative;
      z-index: 111
  }
  #header .topRow .leftCol{
      width: 80%
  }
  #header .webdesign-angebot {
    width: 43px;
    margin-bottom: 0;
    float: right;
  }
  #header .topRow .webdesign-kontakt{
    padding-left: 0;
  }
  .topRow .leftCol .webdesign-kontakt .infoIocn img{
    padding-top: 3px;
    width: 27px;
  }
  #header .topRow .webdesign-kontakt .infoBox{
    padding: 10px;
    width: 252px;
  }
  #header .topRow .webdesign-kontakt .infoBox a{
    font-size: 13px !important;
  }
  #header .topRow .webdesign-kontakt h2 {
      font-size: 20px;
      margin: 0;
  }
  #header .topRow .webdesign-kontakt .emailId, #header .topRow .webdesign-kontakt .phoneNo {
      font-size: 16px;
  }
  #header .topRow .webdesign-kontakt .btn {
      margin-left: 0;
      float: left;
      font-size: 13px;
      padding: 0 5px;
  }
  #header .topRow .emial {
      padding-left: 10px;
      position: relative;
  }
  #header .topRow i {
      font-size: 28px;
  }
  #header .topRow .emial span, #header .topRow .phone span {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      background: #3c3c3c;
      color: #fff;
      width: 205px;
      font-size: 16px;
      padding: 0 10px;
  }
  #header .topRow .phone {
      padding-left: 10px;
      position: relative;
      padding-top: 2px;
  }
  #header .topRow .phone a, #header .topRow .phone span {
      float: left;
  }
  #header .topRow .phone span {
      font-size: 20px;
  }
  #header .webdesign-angebot a {
      line-height: 50px;
  }
  #header .topRow .leftCol:after {
      border-width: 0;
  }
  #header .topRow .webdesign-kontakt .infoBox i, .searchicon {
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      overflow: hidden;
  }
  #header .topRow .webdesign-kontakt .btn a {
      font-size: 12px;
  }
  #header .topRow .webdesign-kontakt p{
    line-height: 1.7;
  }
  #header .topRow .leftCol .whatsappbtn > iframe{
    width: 60px;
    height: 73px;
    position: absolute;
    opacity: 0;
    left: 0;
    z-index: 1;
  }
  #header .topRow .leftCol .whatsappbtn{
    width: 41px;
    height: 51px;
    float: left;
    padding-left: 10px;
    position: relative;
  }
  #header .topRow .leftCol .whatsappbtn i{
    font-size: 30px;
  }
}
/*##############################################################################
################################# TOP BAR HEADER ###############################
/*##############################################################################*/


/*##############################################################################
################################## NEWS DETAIL ################################
/*##############################################################################*/
.bootstrap-2-cols-outer .frame-rightCol {
    width: 100%;
    border: 1px solid #ebebeb;
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.bootstrap-2-cols-outer .frame-rightCol h3 {
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 400;
}
.bootstrap-2-cols-outer .frame-rightCol ul {
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
}
.bootstrap-2-cols-outer .frame-rightCol ul li {
    line-height: 21px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: inline-block;
    padding: 10px 0 10px 40px;
    background-position: left 15px;
}
.bootstrap-2-cols-outer .frame-rightCol ul li:before {
    top: 10px;
}
.bootstrap-2-cols-outer .frame-rightCol ul li a {
    color: #8c9195;
    list-style: none;
    text-decoration: none;
}
.bootstrap-2-cols-outer .frame-rightCol .post {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
}
.bootstrap-2-cols-outer .frame-rightCol .date {
    color: #8c9195;
    line-height: 21px;
}
.bootstrap-2-cols-outer .frame-rightCol p {
    line-height: 21px;
    font-size: 12px;
    margin: 0;
    padding-top: 10px;
}
.bootstrap-2-cols-outer .frame-rightCol h5 {
    color: #141417;
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    border-top: 1px solid #efefef;
    font-weight: bold;
    padding-top: 7px;
}
.news-single-img {
    float: right;
    margin: 10px 0 0 10px;
    padding: 0;
}
.BlogH2 {
    color: #2a6496 !important;
    font-size: 36px;
}
@media(max-width: 767px){
  .news-single-img{
      float: none;
  }
  .BlogH2{
    font-size: 22px;
  }
}
/*##############################################################################
################################## NEWS DETAIL ################################
/*##############################################################################*/




/*##############################################################################
################################ FORMHANDLER STYLE #############################
/*##############################################################################*/
.Tx-Formhandler{
  text-align: center;
}
.Tx-Formhandler .tabset {
    width: 100%;
    padding: 30px 28px 0;
    list-style: none;
    overflow: hidden;
    margin: 0;
}
.Tx-Formhandler .tabset li {
    background: #3c3c3c;
    font-size: 30px;
    line-height: 34px;
    float: left;
    width: 33.333%;
    padding-left: 25px;
}
.Tx-Formhandler .tabset li:before{
  content: none;
}
.Tx-Formhandler .tabset li a {
    color: #fff;
    padding: 0;
    text-decoration: none;
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

.Tx-Formhandler .tabset li a .span {
    width: 100%;
    display: block;
    padding: 15px 20px;
    float: left;
    background: url(../Images/tabsetArrowNormal.jpg) right top no-repeat;
}

.Tx-Formhandler .tabset li.active a .span {
    margin-left: -30px;
    width: 108.5%;
    padding: 15px 0 15px 30px;
    color: #fff;
    background: url(../Images/tabsetArrowHover.jpg) right center no-repeat #ba0505;
    display: inline-block;
}
.Tx-Formhandler .tabset li a .number{
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    overflow: hidden;
}
.Tx-Formhandler .tabset li a .number {
    width: 58px;
    float: left;
    text-align: center;
    line-height: 52px;
    height: 58px;
    color: #141417;
    background: #fff;
    border: 2px solid #606060;
    margin-top: 8px;
}
.Tx-Formhandler .tabset li.active a .number, .Tx-Formhandler .tabset li:hover a .number {
    border-color: #740202;
    background: #fff;
}
.Tx-Formhandler .tabset li a .name {
    margin-left: 25px;
    float: left;
    width: 70%;
    text-align: left;
}
.Tx-Formhandler .tabset li:last-child a .span {
    background: url(../Images/tabsetArrowNormallast.png) right center no-repeat;
}
.Tx-Formhandler .heading {
    width: 100%;
    text-align: center;
    color: #8c9195;
    line-height: 24px;
    font-size: 24px;
    padding: 40px 100px 40px 0;
    position: relative;
}
.Tx-Formhandler .heading span {
    color: #2a6496;
}
.Tx-Formhandler .heading img {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 0;
}
.Tx-Formhandler .formPart {
    width: 100%;
    display: inline-block;
    border: 1px solid #d6d3d3;
    border-bottom: 4px solid #d6d3d3;
    margin-top: 80px;
}
.Tx-Formhandler .formPart .col {
    text-align: left;
}
.Tx-Formhandler .formPart .head {
    font-size: 24px;
    color: #000;
    width: 99.8%;
    background: #f0eded;
    margin: 1px;
    line-height: 33px;
    padding: 14px 33px;
    text-align: left;
}
.Tx-Formhandler .formPart .subBox {
    padding: 20px 50px 10px;
    display: inline-block;
    width: 100%;
}
.Tx-Formhandler .formPart .subBox .row {
    margin: 0 0 12px;
    width: 100%;
    display: inline-block;
}
.Tx-Formhandler .formPart .subBox input[type=radio] {
    float: left;
    margin: 6px 12px 0 0;
}
.Tx-Formhandler .formPart .subBox label {
    line-height: 24px;
    float: left;
    font-weight: 400;
    color: #606060;
    font-size: 16px;
}
.Tx-Formhandler .formPart .subBox input[type=text] {
    width: 255px;
    float: left;
    margin: 0 12px 0 15px;
    border: 1px solid #d0c9c9;
    height: 26px;
}
.Tx-Formhandler .formPart .subBox input[type=checkbox] {
    float: left;
    margin: 6px 12px 0 0;
    position: absolute;
    opacity: 0;
}
.Tx-Formhandler .formPart .subBox label {
    line-height: 24px;
    float: left;
    font-weight: 400;
    color: #606060;
    font-size: 16px;
    margin-bottom: 5px
}
.Tx-Formhandler .formPart .subBox input[type=checkbox] + label:before {
    background-image: url(../Images/icon-sb934177d0e.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 27px;
    width: 27px;
    background-position: -6px -382px;
    cursor: pointer;
    margin-right: 30px;
    vertical-align: bottom;
}
.Tx-Formhandler .formPart .subBox input[type=checkbox]:checked + label:before {
    background-image: url(../Images/icon-sb934177d0e.png);
    background-repeat: no-repeat;
    background-position: -7px -358px;
    margin-right: 30px;
}
.Tx-Formhandler .button {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.Tx-Formhandler .button .btn {
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    background: #002d44;
    border: none;
    border-radius: 0;
}
.Tx-Formhandler input.btn.btn-default {
    color: #fff;
    margin-top: -2px;
}
.Tx-Formhandler .formPart .subBox.last {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.subBox .contact-box {
    display: inline-block;
    width: 69%;
    vertical-align: top;
    padding: 20px 0 0 0;
    float: left;
}
.Tx-Formhandler .formPart .subBox .contact-box .row {
    border-bottom: 1px solid #d0c9c9;
    padding-bottom: 12px;
    padding-left: 50px;
}
.subBox .contact-box .row label {
    width: 135px;
}
.subBox .contact-box .row label span {
    color: #b41724;
}
.Tx-Formhandler .contact-box #title {
    float: left;
}
.Tx-Formhandler .formPart .subBox .contact-box .row input {
    margin: 0;
}
.subBox .info-area {
    display: inline-block;
    width: 30%;
    border-left: 1px solid #d0c9c9;
    padding: 20px 0 0 0;
}
.subBox .info-area .info-card {
    padding-left: 40px;
}
.subBox .info-area .info-card img {
    float: left;
    margin: 0 10px 0 0;
}
.Tx-Formhandler .info-area .info-card p {
    padding: 0 30px;
    text-align: justify;
    margin-bottom: 0;
}
.info-area .info-card h3 {
    margin-top: 0;
}
.info-area .info-card h3 em{
  font-style: italic;
}
.subBox .info-area blockquote {
    border: none;
    padding: 0 0 0 40px;
    font-size: 14px;
    color: #606060;
    line-height: 17px;
    margin-bottom: 20px;
}
.subBox .info-area .info-card blockquote {
    padding: 0;
}
.subBox .info-area h4 {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 15px;
    line-height: 20px;
}
@media (max-width: 1290px){
  .Tx-Formhandler .tabset li {
      font-size: 22px;
  }
  .Tx-Formhandler .tabset li a .name {
      width: 55%;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
  .Tx-Formhandler .tabset li a .span {
      padding: 15px 10px;
  }
  .Tx-Formhandler .tabset li a .name {
      margin-left: 15px;
  }
}
@media (max-width: 1024px){
  .subBox .contact-box {
       width: 60%; 
  }
  .subBox .info-area {
      width: 40%;
  }
}
@media (max-width: 960px){
  .Tx-Formhandler .tabset {
      margin-left: 20px;
  }
  .Tx-Formhandler .formPart .subBox .contact-box .row input{
    width: 100%;
  }
  .Tx-Formhandler .formPart .subBox .contact-box .row{
    padding-right: 50px;
  }
  .Tx-Formhandler .formPart .subBox .contact-box .row label{
    width: 100%;
  }
  .subBox .info-area{
    border: none;
  }
  .subBox .contact-box{
    border-right: 1px solid #d0c9c9;
  }
  .Tx-Formhandler .tabset li a .name {
      margin-left: 10px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
  .Tx-Formhandler .tabset li a .name {
      font-size: 18px;
      margin-left: 15px;
  }
  .Tx-Formhandler .tabset li a .number {
      width: 45px;
      line-height: 42px;
      height: 45px;
      margin-top: 13px;
  }
  .Tx-Formhandler .tabset li a .span {
      padding: 15px 10px;
  }
  .Tx-Formhandler ul.tabset > li {
      padding-left: 10px;
  }
}
@media (max-width: 767px){
  .Tx-Formhandler .tabset {
      padding: 10px 0 0;
      margin: 0;
  }
  .Tx-Formhandler .tabset li {
      font-size: 20px;
      line-height: 22px;
      width: 100%;
      padding-left: 0;
  }
  .Tx-Formhandler .tabset li a {
      padding: 0;
  }
  .Tx-Formhandler .tabset li a .span {
      background: #3c3c3c;
      padding: 10px 5px;
  }
  .Tx-Formhandler .tabset li a .number {
      width: 35px;
      height: 35px;
      line-height: 33px;
      margin-top: 5px;
  }
  .Tx-Formhandler .tabset li a .name {
      line-height: 40px;
  }
  .Tx-Formhandler .tabset li.active a .span {
      margin: 0;
      background: #2a6496;
      padding: 10px 5px;
  }
  .Tx-Formhandler .tabset li:last-child a .span {
      background: #3c3c3c;
  }
  .subBox .contact-box{
    width: 100%;
  }
  .subBox .info-area{
    width: 100%;
  }
  .Tx-Formhandler .formPart .subBox.last{
    padding-right: 0;
  }
  .subBox .contact-box{
    border-right: none; 
  }
  .Tx-Formhandler .heading img{
    display: none;
  }
  .Tx-Formhandler .heading{
    padding-left: 10px;
    padding-right: 10px;
  }
  .Tx-Formhandler .formPart .head{
    font-size: 16px;
    line-height: 22px;
    padding: 15px;
    text-align: justify;
  }
}
@media(max-width: 512px){
  .Tx-Formhandler .formPart .subBox{
    padding: 20px 10px 10px;
  }
  .Tx-Formhandler .formPart .head{
    padding: 14px 10px;
  }
  .Tx-Formhandler .formPart .subBox input[type=text]{
    width: 90%;
  }
  .Tx-Formhandler .formPart .subBox .contact-box .row{
    padding-right: 10px;
    padding-left: 10px;
  }
  .Tx-Formhandler .tabset li a .name{
    line-height: 25px;
  }
  .Tx-Formhandler .formPart .subBox label{
    widows: 80%;
  }
}
/*##############################################################################
################################ FORMHANDLER STYLE #############################
/*##############################################################################*/


/*##############################################################################
########################### Referenzen modal  STYLE #############################
/*##############################################################################*/
.referenzen-modal-outer {
    display: inline-block;
    width: 100%;
    padding: 35px 70px 50px 70px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
.referenzen-modal-outer p{
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.referenzen-modal-outer header h3{
    margin-bottom: 50px;
    padding: 0 15px;
    color: #fff;
    margin-top: 0;
}
.referenzen-modal-outer .col-md-5 > div{
  margin-top: 64px;
}
.modal-body{
  padding: 0;
}
.modal-body .powermail_fieldwrap_type_input input{
  height: 40px;
  width: 300px;
  margin-bottom: 20px;
}
.modal-body .powermail_fieldwrap_type_select .powermail_select{
  height: 40px;
  width: 300px;
  margin-bottom: 20px;
}
.modal-body .powermail_fieldwrap_type_select{
  padding-right: 15px;
  padding-left: 15px;
}
.modal-body .powermail_fieldwrap_type_submit .powermail_field{
  margin-left: 15px;
}
.modal-body .powermail_fieldwrap_type_submit .powermail_submit{
  height: 40px;
  min-width: 165px;
  background: #fff;
  color: #888;
  margin: 0;
  border-radius: 0;
}
.modal-body .powermail_fieldwrap_type_input input.parsley-error{
  margin-bottom: 0;
}
.modal-body{
  text-align: left;
}
.modal-body > .close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #fff;
  opacity: 1;
}
.modal-body .powermail_form_3 .powermail_fieldwrap_type_check > label{
  display: none;
}
.modal-body .powermail_form_3 .powermail_fieldwrap_type_check > .col-sm-10{
  width: 175%;
}
.modal-body .powermail_form_3 .powermail_fieldwrap_type_check > .col-sm-10 .checkbox{
  padding-left: 20px;
  letter-spacing: 0.8px;
}
.modal-body .powermail_form_3 .powermail_fieldwrap_type_submit .powermail_submit{
  margin-top: 35px;
  height: 48px;
  background: #002d44;
  color: #fff;
  line-height: 45px;
  font-size: 21px;
  padding: 0 20px;
  margin-top: 35px;
  border-radius: 0;
}
@media (min-width: 991px){
  .modal-dialog{
    width: 790px;
  }
}
@media(max-width: 991px){
 .modal-body .powermail_form_3 .powermail_fieldwrap_type_check > .col-sm-10{
    width: 100%;
  } 
}
@media (max-width: 520px){
  .referenzen-modal-outer{
    padding: 35px 0px 50px 0px;
  }
  .modal-body .powermail_fieldwrap_type_input input{
    width: 100%;
  }
  .modal-body .powermail_fieldwrap_type_select .powermail_select{
    width: 100%;
  }
  .modal-body .powermail_fieldwrap .col-sm-10.powermail_field{
    padding: 0;
  }
  .modal-body .powermail_fieldwrap_type_select{
    padding: 0;
  }
  .modal-body .powermail_fieldwrap_type_submit .powermail_field{
    margin-left: 0;
  }
}
/*##############################################################################
########################### Referenzen modal STYLE #############################
/*##############################################################################*/


/*##############################################################################
############################# SCROLL TO TOP STYLE ##############################
/*##############################################################################*/
#dyscrollup-btn{
  background: #7a1831 !important;
  color: transparent !important;
  padding: 10px 14px;
}
.fa-angle-up:before{
  color: #fff;
}
/*##############################################################################
############################# SCROLL TO TOP STYLE ##############################
/*##############################################################################*/


/*##############################################################################
############################# KARRIERE PAGE STYLE ##############################
/*##############################################################################*/
#c176 {
  margin-top: 0;
}
#c176 header h1{
  margin-bottom: 20px
}
/*##############################################################################
########################### OUTSOURCING PAGE STYLE #############################
/*##############################################################################*/
@media(max-width: 767px){
  #c37 .text-image-main{
    padding: 0px 0 45px 0;
  }
}
/*##############################################################################
########################### OUTSOURCING PAGE STYLE #############################
/*##############################################################################*/


/*##############################################################################
######################## AGILE-ENTWICKLUNG PAGE STYLE ##########################
/*##############################################################################*/
@media(max-width: 767px){
  #c245 .text-image-main{
      padding: 0px 0 45px 0;
  }

  #c247.frame-space-after-extra-large{
    margin-bottom: 0em;
  }

  #c248.frame-space-before-extra-large{
     margin-top: 2em;
  }
}
/*##############################################################################
######################## PROJEKT-MONITORING PAGE STYLE ##########################
/*##############################################################################*/

@media (max-width: 767px){
  #c258 .text-image-main{
    padding: 0px 0 45px 0;
  }
}
/*##############################################################################
######################## PROJEKT-MONITORING PAGE STYLE ##########################
/*##############################################################################*/


/*##############################################################################
######################## ANGEBOT-EINHOLEN PAGE STYLE ##########################
/*##############################################################################*/
@media (max-width:767px){
  .Tx-Formhandler .formPart{
    margin-top: 30px;
  }
}
/*##############################################################################
######################## ANGEBOT-EINHOLEN PAGE STYLE ##########################
/*##############################################################################*/

/*##############################################################################
######################## INVESTOR-RELATION PAGE STYLE ##########################
/*##############################################################################*/
@media(max-width:767px){
  #c180 .text-image-main{
      padding: 0px 0 45px 0;
  }
}
/*##############################################################################
######################## INVESTOR-RELATION PAGE STYLE ##########################
/*##############################################################################*/


/*##############################################################################
######################## SOFTWAREENTWICKLUNG PAGE STYLE ##########################
/*##############################################################################*/
@media(max-width: 767px){
  #c277.frame-space-before-extra-large{
      margin-top: 2em;
  }
  #c261 .text-image-main{
      padding: 0px 0 0px 0;
  }
}
/*##############################################################################
######################## SOFTWAREENTWICKLUNG PAGE STYLE ##########################
/*##############################################################################*/

/*##############################################################################
############################# LEISTUNGEN PAGE STYLE ############################
/*##############################################################################*/
@media(max-width: 767px){
  #c71.frame-space-before-extra-large{
      margin-top: 0em;
  }
  #c72.frame-space-before-extra-large {
      margin-top: 2em;
  }
}
/*##############################################################################
############################# LEISTUNGEN PAGE STYLE ############################
/*##############################################################################*/

/*##############################################################################
############################### KONTAKT PAGE STYLE #############################
/*##############################################################################*/
#c236 {
  margin-top: 0;
}
#c236 header h1{
    margin-bottom: 20px;
}
.powermail_form_2 .powermail_fieldwrap_type_check > label{
  text-align: left;
}
.powermail_form_2 .powermail_fieldwrap_type_check > .col-sm-10{
  padding-top: 0;
}
.powermail_form_2 .powermail_fieldwrap_type_check > .col-sm-10 .checkbox{
  padding-left: 20px;
}
/*##############################################################################
############################### KONTAKT PAGE STYLE #############################
/*##############################################################################*/

@media(max-width: 1024px) and (min-width: 768px){
  .post1-wrapper .post h3{
    font-size: 14px;
    line-height: 20px;
  }
}


/*##############################################################################
############################### Team PAGE STYLE #############################
/*##############################################################################*/

@media(min-width: 1200px){  
  .small-container .grid-six {
      padding: 0px;
  }
  .small-container{
    width: 970px;
  }
  .small-container .ce-gallery{
    margin-bottom: 10px;
  }
  .big-container{
    width: 90%;
  }
}
@media(max-width: 767px){
  .small-container .grid-six {
      padding: 0px;
  }
  .small-container .col-xs-6{
    padding: 0px;
  }
}


/*##############################################################################
############################### Team PAGE STYLE #############################
/*##############################################################################*/


/*##############################################################################
################################## COOKIE STYLE ################################
/*##############################################################################*/
.cc_container .cc_btn, .cc_container .cc_btn:visited{
  background-color: #2a6496 !important;
  border-radius: 0 !important;
}
.cc_container .cc_btn:hover{
  background-color: #7a1831 !important;
}
/*##############################################################################
################################## COOKIE STYLE ################################
/*##############################################################################*/



a.kesGreyButt, span.resetbutt a, span.submitbutt input, input.kesGreyButt, span.kesGreyButt{
  background-color: #002d44 !important;
  color: #fff !important;
  border-radius: 0 !important;
}
a.kesGreyButt:hover, span.resetbutt a:hover, span.submitbutt input:hover, input.kesGreyButt:hover, span.kesGreyButt:hover{
  background-color: #7a1831 !important;
}


/*##############################################################################
############################ SEARCH RESULT STYLE ################################
/*##############################################################################*/
#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li{
  padding-left: 20px;
}
#kesearch_pagebrowser_bottom .pages_total .kesearch_pagebrowser ul li:before{
  content: none;
}
/*##############################################################################
############################ SEARCH RESULT STYLE ################################
/*##############################################################################*/

/*##############################################################################
############################ NEWS TWO COLUMN STYLE ##############################
/*##############################################################################*/
#content .TwoColumn .blogBox{
  margin-bottom: 15px;
}
/*##############################################################################
############################ NEWS TWO COLUMN STYLE ##############################
/*##############################################################################*/


@media(max-width: 767px){
  #CookieBox .intro p { width: 100%;}
  #CookieBox h2 { text-align: left; font-weight: 600; font-size: 1.4rem;}
}