html {
    position: relative;
    min-height: 100%;
}

body {
    min-height: 300px;
    /*padding-top: 70px;*/
    margin-bottom: 200px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

h2{
    font-weight: 300;
    margin-bottom: 20px;
}
h4{
  margin-top: 25px;
}

h6{
     font-weight: 200;
}

a, a:hover, a:visited{
  text-decoration:none;
}

a:hover{
  font-weight:bold;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
}

.footer img {
    width: 100%;
    max-width: 200px;
}

.pcontent img{
  width: 100%;
  max-width: 800px;
  vertical-align: middle;
}

.footer1{
    padding: 30px 0;
}

.address-item {
   padding: 15px 0;
}

.pit-btn {
    border-radius: 15px;
    border: none;
    padding: 5px 15px;
    font-weight: 400;
    min-width: 100px;
  display: inline-block;
}
.pit-btn-round {
    border: solid 1px;

}
a.pit-btn, a:visited.pit-btn{
  text-decoration:none;
  color:#fff;
}
a:hover.pit-btn{
  text-decoration:none;
  font-weight:bold;
  color:#fff;
}
.pit-input {
    width: 100%;
    border: none;
}

.pit-section{
    padding-top: 25px ;
    padding-bottom: 25px;
}
#mod-search-searchword{
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
  border-right:0px;
}
#search-btn{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  border-left:0px;
}

.news-date{
    display: block;
    font-size: small;
}
.news-title{
    display: block;
    font-size: large;
    margin-bottom: 10px;
}
.news-text{
    display: block;
    margin-bottom: 15px;
}

.news-item {
    margin-bottom: 15px;
}

.quick-task-icon {
    width:100px;
    height: 100px;
    min-width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 25px;
    vertical-align: middle;

}
.quick-task-icon img{
    max-width: 50px;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}
.quick-task span{
    display: block;
    width: 150px;
    margin: 10px auto 50px auto;
    text-align: center;
}
.quick-task {
    height:200px;
}

.support-item {
    border-top: solid 1px;
    margin-bottom: 20px;
}


#headsec{
    background: url(../img/bg_main.png) no-repeat ;
    background-size: 100% 100%;
    max-height: 700px;
}
.heading{
    padding-top: 120px;
}
#logotop{
    max-width: 50%;
}
#logotop img {
    width: auto;
}
#support-big{
    position: relative;
    width: 300px;
    top: -500px;
    left: 70%;
    z-index: 99;
    padding: 10px 30px;
}
#support-big-side{
    position: relative;
    width: 240px;
    z-index: 99;
    padding: 10px 30px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border: none;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 540px;
}

#topcontrol {
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    position: relative;
    left: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
}
#topcontrol:after {
    top: -2px;
    left: 8.5px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}

.contentsec {
  padding-top: 150px;
}
.breadcrumb{
  padding: 8px 0px;
   background-color: inherit;
}
.breadcrumb>li+li:before {
  content: "/";
} 
.breadcrumb>li:first-child+li:before{
  content: "\f015";
    font-family: FontAwesome;
} 

.cta{
  margin-top: 30px;
  padding: 30px 40px 20px 80px;
  background-image: url('../img/bg_bow.png') !important;
background-repeat:no-repeat;
background-position: 0px -350px;  
}
.cta .intro{
  font-weight: bold;
}
.cta button{
  margin: 10px 0;
}
.cta i{
  position: absolute;
  left: 40px;
  font-size: 250%;
}

.pitmap{
  background-image: url('../img/pitmap.png') !important;
background-repeat:no-repeat;
background-position: 50% 50%;  
      -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  height: 100px;
  margin: 0 -15px;
}

.pitmap-full{
  margin-top:25px;
  background: red;
  height: 200px;
}
.pitmap-full h5{
  padding:10px 15px;
  font-weight:700;
}
.pitmap-full a{
  display: block;
    height: 100%;
    width: 100%;
}
.pitmap-bs{
  background-image: url('/images/pitmapbs.png') !important;
  background-repeat:no-repeat;
background-position: 50% 50%;  
      -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pitmap-be{
  background-image: url('/images/pitmapbe.png') !important;
  background-repeat:no-repeat;
background-position: 80% 50%;  
      -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#contact-big-side{
  width:240px;
  padding: 10px 30px;
  margin-top: 50px;
  background: #f0f0f0;
}
.contact-title{
  margin: -10px -15px 0 -15px;
  padding: 10px 15px;
}
.contact-info{
  padding: 10px 0;
}
.contact-info i {
    font-size: large;
    margin-right: 15px;
}
.btn-mod-sq {
  margin-top: 25px;
  padding-top: 5px;
  width: 150px !important;
  height: 110px !important;
  font-size: 14px;
  transition: all 0.5s ease;
    background-image: url('../img/bg_bow.png') !important;
background-repeat:no-repeat;
background-position: -20px -110px; 
  background-size: 300px 200px;
}

.btn-mod-sq img{
  display: block;
  width: 60px;
  height: 50px;
  margin:5px auto;
}
.employee-main{
  margin: 5px 0;
}
.employee-main .row {
  padding: 0 5px;
}
.employee-info{
  height: 150px;
  padding-top: 10px;
}
.employee-slogan{
  padding-top: 10px;
}
.reference-main{
  margin: 5px 0;
}
.reference-main .row {
  padding: 0 5px;
}
.reference-name{
  padding: 10px 15px;
}
.reference-pic{
  background-size:cover;
  background-position: center center;
  height:150px;
}
.reference-list{
  padding-top: 10px;
}
.reference-info{
  height: 150px;
  padding-top: 10px;
}
.reference-link{
  text-align:left;
  position: absolute;
  bottom: 8px;
  left: 15px;
}
.reference-sheet{
  text-align:right;
  position: absolute;
  bottom: 8px;
  right: 10px;
}
.employee-pic{
  background-size:cover;
  background-position: center center;
  height:150px;
}
.employee-name{
  padding: 10px 15px;
}
.employee-contact a, .employee-contact a:visited, .employee-mail a, .employee-mail a:visited, .reference-sheet a, .reference-sheet a:visited, .reference-link a, .reference-link a:visited{
  color: #646464;
}

.employee-contact a:hover, .employee-mail a:hover, .reference-link a:hover, .reference-sheet a:hover{
  color: #2d72df;
}
.employee-contact{
  text-align:right;
  position: absolute;
  bottom: 8px;
  right: 10px;
}
.employee-mail{
  text-align:left;
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.blognewsov .item .page-header {
   padding:20px;
}
.blognewsov .item .page-header h2 {
   font-size:24px;
  margin:0;
}
.blognewsov .item dl {
   padding:0 20px 0 20px;
}
.blognewsov .item p {
   padding:0 20px 20px 20px;
}
.modal-content h3{
margin:0;
padding:20px;
}
.modal-content .custom{
  padding:30px 20px;
}
.bx-wrapper{
  margin:auto;
  background: #fff;
  border:none;
  box-shadow:none;
  
}
@media (max-width: 767px) {
    .footer {
        text-align: center;
    }
    .footer img {
        margin-bottom: 30px;
    }
    #logotop img {
        max-height: 25px;
    }
    #navbar-form ul {
        height:700px;
    }
    .navbar-header button{
        border:none;
    }
    #contact-big-side{
      	width: 100% !important;
      	margin-top: 0;
    }
    .employee-slogan{
       visibility: hidden;
   }
}
@media (max-width: 991px) {
    #headsec{
        background-color: #c01b2b;
    }
    .heading{
        padding-bottom: 100px;
    }
    #support-small{
        padding-top: 0;
    }
    #support-small h3{
        margin-top: 0;
    }
    .support-small-content {
        padding-top: 15px !important;
    }
  .contentsec {
  padding-top: 70px;
}

}

#callus{
  --call-us-form-header-background: #2e4c97;
  --call-us-header-text-color: #f0f0f0;
  --call-us-form-width: 250px;
  --call-us-form-height: 500px;
  position: fixed;
  bottom: 15px;
  right: 15px;

}

