body,
html {
    height: 100%;
}
body {
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
    font-weight: 400;
	background-color: #fcffbc
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:focus {
    outline: 0;
}

.row{
  max-width: 1400px;
}
hr {
    max-width: 1400px !important;
}

#menu input {
    display: none;
    margin: 0 0;
    padding: 0 0;
    width: 80px;
    height: 35px;
    opacity: 0;
    cursor: pointer;
}
#menu a.home {
    background: #c00;
}

#menu label {
  font: bold 30px Arial;
  display: none;
  width: 35px;
  height: 36px;
  line-height: 36px;
  text-align: center
}

#menu label span {
  font-size: 12px;
  position: absolute;
  left: 35px
}

#menu ul.menus {
    height: auto;
    width: 180px;
    background: #fff;
    position: absolute;
    z-index: 99;
    display: none;
    border: 0;
    margin-left: 0px;
    padding-top: 20px;
}

#menu ul.menus li {
  display: block;
  text-transform: none;
  margin-bottom: 10px;
  width: 100%;
}

#menu li:hover ul.menus {
  display: block
}

#menu a.home {
  background: #c00;
}

#menu a.prett {
  padding: 0 27px 0 14px
}

#menu a.prett::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 6px 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  position: absolute;
  margin-left: 11px;
  margin-top: 10px;
}


#menu ul.menus .submenu {
  display: none;
  position: absolute;
  left: 180px;
  background: #111;
  top: 0;
  width: 180px;
}

#menu ul.menus .submenu li {
  background: #111;
}

#menu ul.menus .has-submenu:hover .submenu {
  display: block;
}

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p{
    font-family: Poppins, sans-serif;
    color: #414141;
	font-weight: 600;
}

.page-content h1,h2 {
	color: #990002 !important;
}

.button1{
  background-color: #E22555 !important;
}
.button2{
  background-color: #fff !important;
  color: #000;
}
.button:focus, .button:hover{
  color: #000;
}
.btn{
  margin-top: 50px;
}
.button3{
  padding: 0px !important;
}
.button3 i{
  background-color: #E22555;
  border-radius: 50%;
  padding: 4px;
  color: white;
}



.header {
    background: #fff;
}
.topbar {
    background-color: #F2F2F2;
}
.topbar li a {
    color: #000;
    margin-left: 5px;
    font-size: 14px;
}
.topbar li {
    display: inline-block;
    margin-right: 35px;
}
.topbar li img {
    width: 15px;
}
.topbar ul {
    overflow: hidden;
    margin-left: 15px;
    text-align: right;
}
#topbar-menu li:last-child {
    padding: 5px;
}

.logo {
    margin-top: 10px;
}
.menu {
    padding: 14px 0 60px 0;
}
.menu ul {
    float: right;
}
.menu ul li {
    float: left;
    list-style: none;
    padding: 9px;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}
.menu ul li a {
    color: #134f72;
    font-weight: 500;
    font-size: 15px;
}
.menu ul li a:hover {
    color: #134f72;
}
.menu li img {
    width: 20px;
    margin-right: 5px;
}
.menu ul li a:hover {
    color: #E70411;
}
.menu .hamburger {
    display: none;
}

.title{
  text-align: center;
  color: #E70411;
  font-weight: 600;
  font-size: 25px;
}

.title2
{
  color: #2F3E48 !important;
  margin-top: 80px;
}

.hero img {
    width: 100%;
}
.text-right {
    margin-top: 5px;
    font-size: 13px;
}
.text-right a {
    color: #e8ebec;
}
.text-right a:hover {
    color: #f2b65f;
}
.title-h2 p {
    margin: 50px;
    font-weight: 700;
}

.list li {
    color: #1d6b98;
    list-style-image: url(images/check.png);
    padding: 6px 10px;
}
.block h4 {
    font-size: 30px;
    font-weight: 600;
}

.block h5 {
    font-weight: 600;
}

.btn {
    margin-top: 30px;
}
.mtb {
    margin-top: 70px;
    margin-bottom:110px;
}
.footer-mtb {
    margin-top: 25px;
    margin-bottom:30px;
}

.content {
    background-color: #fff;
}
.content p {
    font-size: 14px;
    line-height: 29px;
}
.content h1 {
    font-size: 18px;
    color: #cf550e;
    margin-bottom: 25px;
    font-weight: 700;
}
.content h2 {
    font-size: 17px;
    color: #cf550e;
    margin-bottom: 25px;
    font-weight: 700;
}
.content h3 {
    font-size: 16px;
    color: #cf550e;
    margin-bottom: 25px;
    font-weight: 700;
}

.footer {
  background-color: #F9F9F9;
}

.footer h3{
  font-size: 19px;
}

.yellow{
  color: #FF9600;
}
.blue{
  color:#63CAFF;
}

.footer .logo {
    margin-top: 60px;
}

.footer-copyright{
  background-color: #F9F9F9;
  padding: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.footer-copyright p{
  margin-bottom: 0px;

}
.footer-content{
  background-color: #F9F9F9;
  padding: 10px 0;
}

.footer-list li {
    list-style: none;
    padding: 5px 0;
}
.footer-list b {
    color: #2F3E48 !important;
}
.footer-list li a {
    color: #000 !important;
    padding: 10px 0;
}
.footer-list li a:hover {
    color: #E70411 !important;
}
.scroll-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 10px 0 rgba(19, 50, 68, 0.33);
    display: none;
    z-index: 999;
}
.scroll-header.show {
    display: block;
}
.scroll-header .logo-scroll img {
    height: 89px;
}

@media (max-width: 1880px) {
    .logo {
        margin-left: 0;
    }
    .logo img {
        width: 100%;
    }
}
@media (max-width: 990.98px) {
    .logo {
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }
    .scroll-header .logo, .logo {
        margin-top: 13px;
    }

    .logo img {
        width: 200px;
    }
    .menu {
        padding-top: 8px;
        padding: 13px 0 54px 0;
    }
    .menu ul {
        display: none;
    }
    .scroll-header .menu {
        padding-top: 20px;
    }
    .menu .hamburger {
        display: block;
        float: right;
        font-size: 32px;
        color: #fff;
    }
    .pushy ul li a {
        color: #fff;
    }
    .text-right {
        display: none;
    }
    .title-h2 p {
        margin: 0;
    }
    .info-block {
        margin-bottom: 10px;
        text-align: center;
    }
    .footer .logo {
        margin-top: 10px;
    }
    .footer-mtb, .mtb {
        margin-top: 30px;
        margin-bottom:40px;
    }
    .title2{
      text-align: center;
    }

    #menu ul.menus {
    display: contents;
    }
    #menu a.prett::after {
      content: none;
    }
    #menu a.prett{
      padding: 15px 30px;
    }
    .footer-list{
      margin-bottom: 50px;
    }
    .space{
      margin-top: 20px;
    }
    .center-mobile{
      text-align: center;
    }

}

@media (max-width: 767.98px) {
    .content {
        padding: 30px 0;
    }
    .content img {
        margin: 10px 0;
    }
}

@media only screen and (max-width: 600px) {
    .topbar {
        display: none;
    }
}
