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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

i, em {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

/* links */
a, a:link, a:visited {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #999;
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a:hover, a:focus, a:active {
    color: #000;
    border-bottom: 1px solid #000;
}

a img, img {
    border: none;
    text-decoration: none;
}

/* titles */

h1 {
    font: 36px/1.3 normal 'Roboto Slab', Arial, Helvetica, sans-serif;
    color: #000;
    padding: 0.5em 0;
    font-weight: 700;
}

h2 {
    font: 30px/1.5 normal 'Roboto', Arial, Helvetica, sans-serif;
    padding: 1em 0;
    color: #000;
    font-weight: 700;
}

h3 {
    font: 24px/1.5 normal 'Roboto', Arial, Helvetica, sans-serif;
    padding: 1em 0;
    color: #024053;
    font-weight: 700;
}

h4 {
    font: 20px/1.5 normal 'Roboto', Arial, Helvetica, sans-serif;
    padding: 0.5em 0;
    color: #024053;
    font-weight: 700;
}

/* body */
body {
    font: 15px/1.3 'Roboto', Arial, Helvetica, sans-serif;
    color: #111;
    background: #fff;
}

.page {
    max-width: 1200px;
    min-width: 768px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
}

.col2 {
    width: 46%;
    padding: 0 2%;
    float: left;
}

/* clearfix */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* forms */
label {
    display: block;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="date"],
.form textarea {
    display: block;
    width: 90%;
    padding: 5px 4%;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 4px;
    margin: 10px 0 20px 0;
}

.form textarea {
    width: 90%;
    padding: 5px 4%;
    height: 100px;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form textarea:focus {
    border: 2px solid #999;
}

.btnorder {
    height: 50px;
    width: 200px;
    text-align: center;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeb800+0,dd8600+100 */
    background: #eeb800; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeb800 0%, #dd8600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeb800), color-stop(100%,#dd8600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeb800 0%,#dd8600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeb800 0%,#dd8600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeb800 0%,#dd8600 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeb800 0%,#dd8600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb800', endColorstr='#dd8600',GradientType=0 ); /* IE6-9 */
}

.form input.error {
    border: 2px solid #f03b40;
}

/* content */
.htitle {
    background: #fff;
}

.content {
    min-height: 500px;
    padding-bottom: 40px;
}

.content p {
    padding: 0 0 1em 0;
}

.content ul, .content ol {
    margin: 0 0 1.5em 0;
}

.content ul li {
    margin:  0 0 0 1.5em;
    list-style: disc;
}

.content ol li {
    margin: 0 0 0 1.5em;
    list-style: decimal;
}

.content .pr {padding-right: 20%;}
.content .pl {padding-left: 20%;}

/* header */
.header {
    padding: 20px 0;
}

.logo {
    width: 100%;
    float: left;
    text-align:center
}

.logo a {
    border: none;
}

.mail {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.mail span {
    display: block;
    padding-left: 40px;
}
.phone {
    width: 100%;
    float: left;
    padding-top: 30px;
}
.phone span {
    display: block;
    padding-left: 40px;
   
}

.phone span a {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
}

.phone span a:hover {
    border-bottom: 1px solid #000;
}

.callback {
    width: 75%;
    float: right;
    padding-top: 15px;
    min-width:180px;
    text-align:center;
}

a.callbtn {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #e8a400;
    border: 2px solid #e8a400;
    font-weight: 700;
}

a.callbtn:hover {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border: 2px solid #e8a400;
    font-weight: 700;
    background: #e8a400;
}

.topnav {
    background: #e31e25;
    border-bottom: 3px solid #393186;
    border-top: 3px solid #393186;
}

.topnav ul {
    display: table;
    width: 100%;
}

.topnav ul li {
    display: table-cell;
}

.topnav ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    border: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 30px;
}

.topnav ul li a:hover {
    background: #393186;
}

.topnav ul li.active a {
    background: #393186;
}

/* banners */
.mainbanner img {
    display: block;
    width: 100%;
    height: auto;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slider__item {
  height: 100%;
  float: left;
  clear: none;
  position: relative;
}
.slider__arrows-item {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 0;
  cursor: pointer;
  opacity: .7;
}

.slider__arrows-item:hover {
    opacity: 1
}

.slider__arrows-item--right {
  bottom: 50%;
  right: 30px;
  width: 20px;
  height: 42px;
  background: url(/media/share/arrows.png) right center no-repeat;
}
.slider__arrows-item--left {
  bottom: 50%;
  left: 30px;
  width: 20px;
  height: 42px;
  background: url(/media/share/arrows.png) left center no-repeat;
}
.slider__nav {
  position: absolute;
  bottom: 30px;
}
a.slider__nav-item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
a.slider__nav-item--current {
  background: #ccc;
}
a.slider__nav-item:hover {
  background: #ccc;
}

.bannertitle {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 0;
    text-align: center;
    padding-top: 10%;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    color: #fff;
}

/* services */
.services {
    padding: 60px 0;
}

.services .page div {
    padding: 20px 5% 20px 17%;
    width: 28%;
    float: left;
}

.services a {
    font-size: 24px;
    font-weight: 700;
}

.service1 {
    background: url(/media/V.png) left center no-repeat;
}

.service2 {
    background: url(/media/C.png) left center no-repeat;
}

/* mainabout */
.mainabout {
    padding: 60px 0 100px 0;
    background: #f1f1f1;
    /*width:70%;*/
}

.mainabout .page {
    border: 5px solid #fff;
    padding-bottom: 130px;
}

.mainabout h1 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #f1f1f1;
    width: 400px;
    margin: -35px auto 50px auto;
    text-align: center;
}

.intro {
    width: 70%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}

.about {
    width: 70%;
    margin: 40px auto;
}

.aboutimg {
    width: 40%;
    float: left;
    text-align: center;
}

.abouttext {
    width: 60%;
    float: left;
    color: #666;
    font-size: 18px;
    line-height: 26px;
    padding-top: 20px;
}

.line {
    display: inline-block;
    width: 50%;
    height: 3px;
    background: #e8a400;
    margin-top: 10px;
}

.mainorder {
    width: 400px;
    padding: 40px;
    background: #fff;
    margin: -130px auto 0 auto;
    text-align: center;
}

.mainorder span {
    display: block;
    color: #666;
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
}

a.bigorder {
    display: block;
    height: 60px;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    line-height: 60px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
    border-radius: 4px;
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeb800+0,dd8600+100 */
    background: #eeb800; /* Old browsers */
    background: -moz-linear-gradient(top,  #eeb800 0%, #dd8600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeb800), color-stop(100%,#dd8600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeb800 0%,#dd8600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeb800 0%,#dd8600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeb800 0%,#dd8600 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeb800 0%,#dd8600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeb800', endColorstr='#dd8600',GradientType=0 ); /* IE6-9 */
}

a.bigphone {
    font-size: 30px;
    border: none;
    font-weight: 700;
}

/* crumbs */
.crumbs {
    height: 40px;
    line-height: 40px;
    background: #eee;
    margin-bottom: 40px;
}

/* topimg */
.topimg {
    height: 200px;
    width: 100%;
    background: url(/media/06.jpg) center;
    background-size: cover;
    display: table;
}

.topimg h1 {
    text-align: center;
    color: #fff;
    display: table-cell;
    height: 250px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* footer */
.footer {
    padding: 40px 0;
    background: #025872;
    color: #fff;
}

.footer a {
    color: #fff;
    border-bottom: 1px solid #81acb9;
}

.footer a:hover {
    border-bottom: 1px solid #fff;
}

.col3 {
    width: 30%;
    margin-right/06.jpg) center;
    background-size: cover;
    display: table;
}

.topimg h1 {
    text-align: center;
    color: #fff;
    display: table-cell;
    height: 250px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* footer */
.footer {
    padding: 40px 0;
    background: #393186;
    color: #fff;
}

.footer a {
    color: #fff;
    border-bottom: 1px solid #81acb9;
}

.footer a:hover {
    border-bottom: 1px solid #fff;
}

.col3 {
    width: 30%;
    margin-right: 3%;
    float: left;
}
.Mr table{
    width:96%;
    text-align:center;
}
.Mr table tr td{
    width:24%;
    text-align:center;
}