@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,800,900&display=swap");
html {
  font-size: 1rem;
}
body {
  color: #37383c;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.z-container {
  max-width: 990px;
}
input:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
p {
  line-height: 28px;
}
a,
a:hover,
a img,
a:hover img {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}
#header {
  /*padding: 40px 0 35px 0;*/
}
#header .logo {
  padding: 40px 0;
}
#header a,
#header a,
#header .logot {
  display: inline-block;
  vertical-align: top;
}
#header .logot {
  padding: 4px 0 0 30px;
  letter-spacing: 2px;
}
#header .logot p {
  color: #8f8e8e;
  line-height: 20px;
  font-size: 15px;
  padding: 0;
}
#header a.tel {
  color: #00005d;
  margin: 10px 0 0 0;
}
#header a.tel:hover {
  color: #a7aeaf;
}
#header a.quote {
  background-color: #0b0e39;
  color: #fff;
  padding: 13px 5px;
  float: left;
  text-align: center;
  width: 260px;
  clear: both;
  margin: 10px 0 0 0;
}
#header a.quote:hover {
  background-color: #780001;
}
.main-menu {
  display: inline-block;
  width: 100%;
  background-color: #780001;
}
.main-menu li {
  display: inline-block;
  padding: 16px 0 16px 32px;
}
.main-menu li:first-child {
  padding-left: 0;
}
.main-menu li a {
  color: #fff;
  text-transform: uppercase;
}
.main-menu li a:hover {
  color: #c5c5c5;
}
#footer {
  background-color: #790000;
}
#footer .head {
  letter-spacing: 3px;
}
#footer .box {
  float: left;
  padding: 0 0 35px 0;
}
#footer .box.box1 {
  width: 65%;
}
#footer .box.box2 {
  width: 35%;
}
#footer .box1 .text,
#footer .box.box1 .social {
  float: left;
  width: 46%;
  vertical-align: top;
}
#footer .box.box1 .social {
  margin: 10px 0 0 0;
}
#footer .box.box1 .social a {
  margin: 0 15px 0 0;
}
#footer ul.menu li {
  display: inline-block;
  width: 60%;
  padding: 5px 0;
}
#footer ul.menu li:nth-child(2n) {
  width: 38%;
}
#footer .copyr {
  border-top: 2px solid #ffffff;
  font-size: 15px;
  padding: 30px 0;
}
#footer a:hover {
  color: #000000;
}
.hsec1 {
  background-image: url(../images/main-bg.jpg);
  background-position: center top;
  background-size: cover;
  margin: -7px 0 0 0;
}
.hsec1 .box {
  max-width: 315px;
}
.hsec1 .box a {
  display: inline-block;
  background-color: #ffffff;
  color: #790000;
  text-transform: uppercase;
}
.hsec1 .box a .text {
  display: inline-block;
  width: 100%;
  padding: 0 15px 4px 15px;
  letter-spacing: 2px;
}
.hsec1 .box a .z-arrow-right-10 {
  border-left-color: #790000;
  border-width: 10px 10px;
  margin: 5px -11px 0 0;
}
.hsec1 .box a:hover .z-arrow-right-10 {
  border-left-color: #ffffff;
}
.hsec1 .box a:hover {
  background-color: #790000;
  color: #ffffff;
}
.hleft {
  border-right: 3px solid #c1c3c3;
  padding-right: 30px;
}

.hleft .head {
  line-height: 38px;
  font-size: 33px;
}
.hleftimg {
  float: right;
  padding: 30px 0 0 50px;
}

.hleft a.more {
  color: #2798d4;
}
.hleft a.more:hover {
  color: #a7aeaf;
}
.htesti {
  width: 100%;
  display: inline-block;
}
.htesti {
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 26px 40px 0 40px;
  margin: 0;
}
.htesti .text p {
  font-size: 20px;
  line-height: 34px;
}
.htesti:before,
.htesti:after {
  content: "";
  background-image: url(../images/quote1.png);
  width: 28px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
}
.htesti p {
  padding: 0;
}
.htesti:after {
  background-image: url(../images/quote2.png);
  left: auto;
  top: auto;
  right: 0;
  bottom: 57px;
}
.htesti .by {
  text-align: right;
  padding: 15px 0 0 0;
  font-size: 22px;
  font-weight: 500;
}
.z-default-subpage-title {
  display: block;
  float: left;
}
.hsec2 img {
  margin: 0 12px;
}
.library-grid {
  clear: both;
  width: 100%;
  columns: 6 200px;
  column-gap: 1rem;
  text-align: center;
}
.library-grid img {
  width: 100%;
}
.library-grid a {
  color: #000;
  text-decoration: none;
}
.library-grid-link {
  margin-bottom: 10px;
}

@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
  .hleft img {
    float: none;
    padding: 0px;
  }
  #header .logo,
  .main-menu {
    display: none;
  }
  #header {
    padding: 0;
  }
  #header .right {
    text-align: center !important;
    width: 100%;
    padding: 10px 15px;
  }
  .hleft {
    border-right: 0;
    padding-right: 2%;
  }
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header {
    border-top: 0px solid #bbc3c7;
  }
  .z-mobile-header .z-mobile-menu,
  .z-mobile-menu-icon span {
    background-color: #780001;
  }
  .z-mobile-header,
  .z-mobile-header-fixed {
    background-color: #fff !important;
  }
  .z-mobile-menu-icon.open span {
    background: #fff;
  }
  .z-default-subpage-header {
    margin-top: 0;
  }
  .z-mobile-header .z-mobile-header-logo {
    width: 250px;
  }
  #header a.quote {
    margin: 10px 0 0 0;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .z-mobile-header .z-mobile-header-logo {
    width: 160px;
  }
  .z-default-subpage-title {
    margin-top: 100px;
  }
  #footer .box1 .text,
  #footer .box.box1 .social {
    width: 100%;
  }
  #footer .box.box1 .social a {
    margin: 0 25px 0 0;
  }
}
@media screen and (max-width: 479px) {
  #header a.tel {
    margin: 0 0 6px 0;
  }
  #header a.quote {
    padding: 7px 20px;
  }
  .hsec1 .box a .z-arrow-right-10 {
    display: none;
  }
  .hleft img {
    float: none;
    padding: 0 0 20px 0;
  }
  .hleft .head {
    line-height: 30px;
    font-size: 24px;
  }
  .hleft,
  .hright {
    padding: 0;
  }
  .htesti {
    font-size: 18px;
    line-height: 27px;
  }
  #footer .box.box1,
  #footer .box.box2,
  #footer .box1 .text {
    width: 100%;
  }
  #footer .box1 .text {
    padding: 4px 0;
  }
  #footer ul.menu li {
    padding: 2px 0;
  }
  .z-mobile-header .z-mobile-header-logo img {
    max-width: 150px;
  }
  .p-title {
    font-size: 32px;
  }
  .hsec2 img {
    margin: 10px 12px;
  }
}
