* {
  padding: 0;
  margin: 0
}

body {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

a {
  color: #000;
  text-decoration: none;
}

h2 {
  font-size: 7rem;
  line-height: 7rem;
}

.allison-regular {
  font-family: "Allison", cursive;
  font-weight: 400;
  font-style: normal;
}



.btn {
  border: 3px solid;
  padding: 8px 27px;
  border-radius: 20px;
  color: #FF6D00;
  border-color: #FF6D00;
  background-color: transparent;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  -webkit-transition: all .3scubic-bezier(.7, 0, .2, 1);
  transition: all .3scubic-bezier(.7, 0, .2, 1);
  cursor: pointer;
  width: 220px;
}

a.btn:hover {
  border: 3px solid #FF6D00;
  background-color: #FF6D00;
  color: #fff;
}


@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}







/*header*/
header {
  position: fixed;
  transition: background-color 0.6s ease-out;
  z-index: 999;
  top: 60px;
  left: 0;
  width: 100%;
  transition: .6s;
}

header.scroll {
  top: 20px;
}

header.scroll #cssmenu {
  display: none;
}

.header-top {
  float: left;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  background-color: #FFF0E5;
}

.header-top .header-top__item {
  display: inline-block;
}

.header-top .header-top__item p {
  font-size: 13px;
  font-weight: bold;
}

header .logo {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 160px;
  z-index: 9;
  overflow: hidden;
}

header .logo img {
  max-width: 100%;
}

header #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
  list-style: none;
}

header #cssmenu #head-mobile {
  display: none
}

header #cssmenu .button {
  display: none;
}

header #cssmenu {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
}

header #cssmenu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 38px;
  -moz-column-gap: 38px;
  column-gap: 38px;
  padding: 0;
  margin: 0;
}

header #cssmenu>ul>li {
  float: left;
}

header #cssmenu>ul>li>a {
  font-size: 18px;
  text-decoration: none;
  color: #ffffff;
}

header #cssmenu>ul>li>a:hover {
  color: #FF6D00;
}



@media screen and (max-width:991px) {

  header #cssmenu .button {
    display: block;
  }

  header nav {
    width: 100%;
  }

  header #cssmenu {
    width: 100%
  }

  header #cssmenu ul {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 999;
  }

  header #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #0045cf;
    float: left;
    margin-top: 0;
    background: #fff;
  }

  header #cssmenu ul ul li, #cssmenu li:hover>ul>li {
    height: auto
  }

  header #cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 16px;
    margin-left: 0;
    color: #1b1c1b;
    font-size: 14px;
  }

  header #cssmenu>ul>li.has-sub>a:before {
    background: transparent;
  }

  header #cssmenu ul ul li a {
    padding-left: 25px
  }

  header #cssmenu ul ul li {
    background: #1e619d !important;
  }

  header #cssmenu ul ul li:hover {
    background: #363636 !important;
  }

  header #cssmenu ul ul ul li a {
    padding-left: 35px
  }

  header #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }

  header #cssmenu ul ul li:hover>a, #cssmenu ul ul li.active>a {
    color: #fff
  }

  header #cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }

  header #cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before, #cssmenu ul ul>li.has-sub>a:after, #cssmenu ul ul>li.has-sub>a:before {
    display: none;
  }

  header #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }

  header .button {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 40px;
    top: 0px;
    cursor: pointer;
    z-index: 12399994;
  }

  header .button:after {
    position: absolute;
    top: 22px;
    right: 0px;
    display: block;
    height: 10px;
    width: 30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: ''
  }

  header .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 14px;
    right: 0px;
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    content: ''
  }

  header .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #0045cf;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  header .button.menu-opened:before {
    top: 23px;
    background: #0045cf;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }


}



/* footer */

.footer {
  background-color: #291865;
}

.footer .top {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-column-gap: 2.2222222222%;
  -moz-column-gap: 2.2222222222%;
  column-gap: 2.2222222222%;
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 26px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
}

.footer .top .text h1 {
  font-size: 4rem;
  color: #fff;
}

.footer h5 {
  margin-top: 40px;
  color: #fff;
}

.footer h6 {
  margin-top: 40px;
  color: #fff;
  font-weight: 300;
}

.footer ol, ul {
  margin: 0;
  list-style: none !important;
  padding: 0 !important;
  color: #fff;
  line-height: 34px;
}

.footer ol, ul a {
  color: #fff;
}

.footer .web a {
  color: #fff;
  margin-right: 20px;
  font-weight: 300;
}

.footer form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer .input input {
  width: 100%;
  height: 59px;
  background-color: #fff;
  border: none;
  outline: 0;
  padding: 0 15px;
  font-size: 18px;
  color: #000;
  font-weight: 300;
}

.footer .submit input {
  padding: 2px 20px 0 20px;
  text-transform: uppercase;
  line-height: 57px;
  border: 0;
  color: #FF6D00;
}


/* innerBanner */
.innerBanner {
  height: 25vh;
  background-color: #291865;
}

.aboutBanner {
  background-color: #291865;
  padding: 180px 0px 100px 0px;
}

.aboutBanner .pro_img img {
  width: 90%;
  margin: auto;
  display: block;
}

.aboutBanner .row {
  align-items: center;
}

.aboutBanner .text {
  text-align: center;
}

.aboutBanner .text h3 {
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  line-height: 5rem;
}

.aboutBanner .text h3 span {
  color: #F1C523;
}

.aboutBanner .text p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
}