

input, textarea {
  outline: none !important; }

* {
  outline: none !important; }

html {
  height: 100%; }

body {
font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px; color: #303030; }

a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    opacity:1 ;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }

a:hover, a:focus {
  color: inherit; }

textarea {
  resize: none; }

.w-100 {
  width: 100%; }

@media (max-width: 992px) {
  .text-center-992 {
    text-align: center; } }

@media (max-width: 768px) {
  .hide-768 {
    display: none; } }

.show-768 {
  display: none; }
  @media (max-width: 768px) {
    .show-768 {
      display: inline-block; } }

@media (min-width: 993px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.text-lines {
  color: #000;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase; }
  .text-lines:before, .text-lines:after {
    content: "";
    background-color: #000;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%; }
  .text-lines:before {
    right: 0.5em;
    margin-left: -50%; }
  .text-lines:after {
    left: 0.5em;
    margin-right: -50%; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.col-centered {
  float: none;
  margin: 0 auto; }

@media (max-width: 992px) {
  .mb-30-992 {
    margin-bottom: 30px; } }

@media (max-width: 768px) {
  .mb-30-768 {
    margin-bottom: 30px; } }

.mb-0 {
  margin-bottom: 0px; }

.pb-0 {
  padding-bottom: 0px; }

.mt-0 {
  margin-top: 0px; }

.pt-0 {
  padding-top: 0px; }

.mr-0 {
  margin-right: 0px; }

.pr-0 {
  padding-right: 0px; }

.ml-0 {
  margin-left: 0px; }

.pl-0 {
  padding-left: 0px; }

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.mx-0 {
  margin-left: 0px;
  margin-right: 0px; }

.px-0 {
  padding-left: 0px;
  padding-right: 0px; }

.mb-5 {
  margin-bottom: 5px; }

.pb-5 {
  padding-bottom: 5px; }

.mt-5 {
  margin-top: 5px; }

.pt-5 {
  padding-top: 5px; }

.mr-5 {
  margin-right: 5px; }

.pr-5 {
  padding-right: 5px; }

.ml-5 {
  margin-left: 5px; }

.pl-5 {
  padding-left: 5px; }

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.mx-5 {
  margin-left: 5px;
  margin-right: 5px; }

.px-5 {
  padding-left: 5px;
  padding-right: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.pb-10 {
  padding-bottom: 10px; }

.mt-10 {
  margin-top: 10px; }

.pt-10 {
  padding-top: 10px; }

.mr-10 {
  margin-right: 10px; }

.pr-10 {
  padding-right: 10px; }

.ml-10 {
  margin-left: 10px; }

.pl-10 {
  padding-left: 10px; }

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.mx-10 {
  margin-left: 10px;
  margin-right: 10px; }

.px-10 {
  padding-left: 10px;
  padding-right: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.mt-15 {
  margin-top: 15px; }

.pt-15 {
  padding-top: 15px; }

.mr-15 {
  margin-right: 15px; }

.pr-15 {
  padding-right: 15px; }

.ml-15 {
  margin-left: 15px; }

.pl-15 {
  padding-left: 15px; }

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.mx-15 {
  margin-left: 15px;
  margin-right: 15px; }

.px-15 {
  padding-left: 15px;
  padding-right: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.pb-20 {
  padding-bottom: 20px; }

.mt-20 {
  margin-top: 20px; }

.pt-20 {
  padding-top: 20px; }

.mr-20 {
  margin-right: 20px; }

.pr-20 {
  padding-right: 20px; }

.ml-20 {
  margin-left: 20px; }

.pl-20 {
  padding-left: 20px; }

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.mx-20 {
  margin-left: 20px;
  margin-right: 20px; }

.px-20 {
  padding-left: 20px;
  padding-right: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.pb-25 {
  padding-bottom: 25px; }

.mt-25 {
  margin-top: 25px; }

.pt-25 {
  padding-top: 25px; }

.mr-25 {
  margin-right: 25px; }

.pr-25 {
  padding-right: 25px; }

.ml-25 {
  margin-left: 25px; }

.pl-25 {
  padding-left: 25px; }

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.mx-25 {
  margin-left: 25px;
  margin-right: 25px; }

.px-25 {
  padding-left: 25px;
  padding-right: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.mt-30 {
  margin-top: 30px; }

.pt-30 {
  padding-top: 30px; }

.mr-30 {
  margin-right: 30px; }

.pr-30 {
  padding-right: 30px; }

.ml-30 {
  margin-left: 30px; }

.pl-30 {
  padding-left: 30px; }

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.mx-30 {
  margin-left: 30px;
  margin-right: 30px; }

.px-30 {
  padding-left: 30px;
  padding-right: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.pb-35 {
  padding-bottom: 35px; }

.mt-35 {
  margin-top: 35px; }

.pt-35 {
  padding-top: 35px; }

.mr-35 {
  margin-right: 35px; }

.pr-35 {
  padding-right: 35px; }

.ml-35 {
  margin-left: 35px; }

.pl-35 {
  padding-left: 35px; }

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.mx-35 {
  margin-left: 35px;
  margin-right: 35px; }

.px-35 {
  padding-left: 35px;
  padding-right: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.mt-40 {
  margin-top: 40px; }

.pt-40 {
  padding-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.pr-40 {
  padding-right: 40px; }

.ml-40 {
  margin-left: 40px; }

.pl-40 {
  padding-left: 40px; }

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.mx-40 {
  margin-left: 40px;
  margin-right: 40px; }

.px-40 {
  padding-left: 40px;
  padding-right: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.pb-45 {
  padding-bottom: 45px; }

.mt-45 {
  margin-top: 45px; }

.pt-45 {
  padding-top: 45px; }

.mr-45 {
  margin-right: 45px; }

.pr-45 {
  padding-right: 45px; }

.ml-45 {
  margin-left: 45px; }

.pl-45 {
  padding-left: 45px; }

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px; }

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px; }

.mx-45 {
  margin-left: 45px;
  margin-right: 45px; }

.px-45 {
  padding-left: 45px;
  padding-right: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.mt-50 {
  margin-top: 50px; }

.pt-50 {
  padding-top: 50px; }

.mr-50 {
  margin-right: 50px; }

.pr-50 {
  padding-right: 50px; }

.ml-50 {
  margin-left: 50px; }

.pl-50 {
  padding-left: 50px; }

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.mx-50 {
  margin-left: 50px;
  margin-right: 50px; }

.px-50 {
  padding-left: 50px;
  padding-right: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.pb-55 {
  padding-bottom: 55px; }

.mt-55 {
  margin-top: 55px; }

.pt-55 {
  padding-top: 55px; }

.mr-55 {
  margin-right: 55px; }

.pr-55 {
  padding-right: 55px; }

.ml-55 {
  margin-left: 55px; }

.pl-55 {
  padding-left: 55px; }

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px; }

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px; }

.mx-55 {
  margin-left: 55px;
  margin-right: 55px; }

.px-55 {
  padding-left: 55px;
  padding-right: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.pb-60 {
  padding-bottom: 60px; }

.mt-60 {
  margin-top: 60px; }

.pt-60 {
  padding-top: 60px; }

.mr-60 {
  margin-right: 60px; }

.pr-60 {
  padding-right: 60px; }

.ml-60 {
  margin-left: 60px; }

.pl-60 {
  padding-left: 60px; }

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.mx-60 {
  margin-left: 60px;
  margin-right: 60px; }

.px-60 {
  padding-left: 60px;
  padding-right: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.pb-65 {
  padding-bottom: 65px; }

.mt-65 {
  margin-top: 65px; }

.pt-65 {
  padding-top: 65px; }

.mr-65 {
  margin-right: 65px; }

.pr-65 {
  padding-right: 65px; }

.ml-65 {
  margin-left: 65px; }

.pl-65 {
  padding-left: 65px; }

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px; }

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px; }

.mx-65 {
  margin-left: 65px;
  margin-right: 65px; }

.px-65 {
  padding-left: 65px;
  padding-right: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.pb-70 {
  padding-bottom: 70px; }

.mt-70 {
  margin-top: 70px; }

.pt-70 {
  padding-top: 70px; }

.mr-70 {
  margin-right: 70px; }

.pr-70 {
  padding-right: 70px; }

.ml-70 {
  margin-left: 70px; }

.pl-70 {
  padding-left: 70px; }

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.mx-70 {
  margin-left: 70px;
  margin-right: 70px; }

.px-70 {
  padding-left: 70px;
  padding-right: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.pb-75 {
  padding-bottom: 75px; }

.mt-75 {
  margin-top: 75px; }

.pt-75 {
  padding-top: 75px; }

.mr-75 {
  margin-right: 75px; }

.pr-75 {
  padding-right: 75px; }

.ml-75 {
  margin-left: 75px; }

.pl-75 {
  padding-left: 75px; }

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px; }

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.mx-75 {
  margin-left: 75px;
  margin-right: 75px; }

.px-75 {
  padding-left: 75px;
  padding-right: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.mt-80 {
  margin-top: 80px; }

.pt-80 {
  padding-top: 80px; }

.mr-80 {
  margin-right: 80px; }

.pr-80 {
  padding-right: 80px; }

.ml-80 {
  margin-left: 80px; }

.pl-80 {
  padding-left: 80px; }

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.mx-80 {
  margin-left: 80px;
  margin-right: 80px; }

.px-80 {
  padding-left: 80px;
  padding-right: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.pb-85 {
  padding-bottom: 85px; }

.mt-85 {
  margin-top: 85px; }

.pt-85 {
  padding-top: 85px; }

.mr-85 {
  margin-right: 85px; }

.pr-85 {
  padding-right: 85px; }

.ml-85 {
  margin-left: 85px; }

.pl-85 {
  padding-left: 85px; }

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px; }

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px; }

.mx-85 {
  margin-left: 85px;
  margin-right: 85px; }

.px-85 {
  padding-left: 85px;
  padding-right: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.pb-90 {
  padding-bottom: 90px; }

.mt-90 {
  margin-top: 90px; }

.pt-90 {
  padding-top: 90px; }

.mr-90 {
  margin-right: 90px; }

.pr-90 {
  padding-right: 90px; }

.ml-90 {
  margin-left: 90px; }

.pl-90 {
  padding-left: 90px; }

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.mx-90 {
  margin-left: 90px;
  margin-right: 90px; }

.px-90 {
  padding-left: 90px;
  padding-right: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.pb-95 {
  padding-bottom: 95px; }

.mt-95 {
  margin-top: 95px; }

.pt-95 {
  padding-top: 95px; }

.mr-95 {
  margin-right: 95px; }

.pr-95 {
  padding-right: 95px; }

.ml-95 {
  margin-left: 95px; }

.pl-95 {
  padding-left: 95px; }

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px; }

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px; }

.mx-95 {
  margin-left: 95px;
  margin-right: 95px; }

.px-95 {
  padding-left: 95px;
  padding-right: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.pb-100 {
  padding-bottom: 100px; }

.mt-100 {
  margin-top: 100px; }

.pt-100 {
  padding-top: 100px; }

.mr-100 {
  margin-right: 100px; }

.pr-100 {
  padding-right: 100px; }

.ml-100 {
  margin-left: 100px; }

.pl-100 {
  padding-left: 100px; }

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.mx-100 {
  margin-left: 100px;
  margin-right: 100px; }

.px-100 {
  padding-left: 100px;
  padding-right: 100px; }

form {
  max-width: 905px;
  width: 100%;
  margin: 0 auto; }
  form input {
    display: block;
    width: 100%;
   
    border: solid 1px #b7b7b7;
    margin-bottom: 12px;
    padding: 11px 34px; }
    form input:-moz-placeholder {
      color: #b7b7b7; }
    form input::-moz-placeholder {
      color: #b7b7b7; }
    form input:-ms-input-placeholder {
      color: #b7b7b7; }
    form input::-webkit-input-placeholder {
      color: #b7b7b7; }
    @media (max-width: 992px) {
      form input {
        height: 40px;
        padding: 8px 15px;
        font-size: 14px;
        line-height: 16px; } }
  form textarea {
    width: 100%;
    height: 90px;
    padding: 10px 34px;
    border: solid 1px #b7b7b7;
    margin-bottom:25px; }
    form textarea:-moz-placeholder {
      color: #b7b7b7; }
    form textarea::-moz-placeholder {
      color: #b7b7b7; }
    form textarea:-ms-input-placeholder {
      color: #b7b7b7; }
    form textarea::-webkit-input-placeholder {
      color: #b7b7b7; }
    @media (max-width: 992px) {
      form textarea {
        height: 100px;
        padding: 8px 15px;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 30px; } }
  form input[type=submit] {
    background-color: #28628f;
    border: solid #28628f 2px;
    color: #FFF;
    width: initial;
    height: initial;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding: 10.2px 41.2px;
    font-weight: 800;
   
    max-width: 125px;
   }
    form input[type=submit]:hover {
      opacity: .5;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff; }
  header:after {
    content: '';
    -webkit-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 100%;
    height: 7px;
    bottom: 0; }
  header .navbar {
    padding: 5px 0 5px 0; }
    @media (max-width: 992px) {
      header .navbar {
        padding: 5px 0px; } }
    header .navbar .navbar-brand {
      margin-right: 40px; }
      @media (max-width: 1200px) {
        header .navbar .navbar-brand {
          margin-right: 20px; } }
      @media (max-width: 992px) {
        header .navbar .navbar-brand {
          margin: 0 15px 15px 0; } }
      header .navbar .navbar-brand img {
        max-width: 185px; }
        @media (max-width: 1200px) {
          header .navbar .navbar-brand img {
            max-width: 130px; } }
        @media (max-width: 992px) {
          header .navbar .navbar-brand img {
            max-width: 120px; } }
    header .navbar #navbarSupportedContent20 ul li {
      margin: 0px 5px; }
      @media (max-width: 1200px) {
        header .navbar #navbarSupportedContent20 ul li {
          margin: 0px 19px; } }
      @media (max-width: 992px) {
        header .navbar #navbarSupportedContent20 ul li {
          margin-right: initial;
          text-align: center;
          margin-bottom: 15px; } }
      header .navbar #navbarSupportedContent20 ul li.active a {
        border-bottom: solid #073254 1px; }
      header .navbar #navbarSupportedContent20 ul li a {
        color: #073254;
    text-transform: uppercase;
    padding: 2px 12px;
    font-size: 16px;
    background-color: #fff;
    font-weight: 400; }
        @media (max-width: 1200px) {
          header .navbar #navbarSupportedContent20 ul li a {
            font-size: 12px; } }
        @media (max-width: 992px) {
          header .navbar #navbarSupportedContent20 ul li a {
            display: inline-block;
            font-size: 16px; } }
    header .navbar #navbarSupportedContent20 .navbar-button li {
      margin-right: 0; }
      header .navbar #navbarSupportedContent20 .navbar-button li a {
        font-size: 12px;
        background-color: #ffce00;
        padding: 11.5px 12.7px;
        border-radius: 20px;
        color: #0e4194;
        text-transform: initial; }
        @media (max-width: 1200px) {
          header .navbar #navbarSupportedContent20 .navbar-button li a {
            font-size: 10px; } }
        header .navbar #navbarSupportedContent20 .navbar-button li a svg {
          margin-left: 10px; }

footer h4 {font-size: 16px;}

footer .top {
  background-color: #f6f6f6;
  color: #303030;
  padding: 40px 0 40px 0; border-top:solid 2px #e5e5e5; margin-top: 50px; }
  @media (max-width: 992px) {
    footer .top {
      padding: 30px 0; } }
  footer .top ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0; }
    @media (max-width: 992px) {
      footer .top ul {
        margin-bottom: 30px; } }
  footer .top .footer-menu ul li {
    margin: 9px 0px; }
    @media (max-width: 992px) {
      footer .top .footer-menu ul li {
        margin: 9px 0px; } }
    footer .top .footer-menu ul li:last-child {
      margin-bottom: 0; }
    footer .top .footer-menu ul li a 
	{
      text-transform: uppercase; font-size: 15px; 
	 
    display: inline-block;
	}


  footer .top .information {
    max-width: 166px; }
    @media (max-width: 992px) {
      footer .top .information {
        max-width: initial; } }
    footer .top .information ul li {
      margin-bottom: 20px;
      position: relative; }
      @media (max-width: 992px) {
        footer .top .information ul li {
          margin-bottom: 15px; } }
      footer .top .information ul li:last-child {
        margin-bottom: 0; }
      footer .top .information ul li img {
        position: absolute; }
      footer .top .information ul li .text {
        padding-left: 35px;
        display: inline-block; }
  footer .top .navbar-brand {
    margin: 0 0 70px 0;
    padding: 0; }
    @media (max-width: 992px) {
      footer .top .navbar-brand {
        margin-bottom: 30px; margin-top:35px;  }
		.top-bar {display: none;}

}
  @media (max-width: 992px) {
    footer .top .social-media ul {
      margin-bottom: 0; } }
  footer .top .social-media ul li {
    display: inline-block;
    margin-right: 27px; }
    footer .top .social-media ul li:last-child {
      margin-right: 0; }
    footer .top .social-media ul li a {
      
      height: 33px;
      display: block;
      width: 33px;
      border-radius: 50%;
      position: relative; font-size: 25px;}
      footer .top .social-media ul li a svg {
        color: #28628f;
        position: absolute;
        top: 50%;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        transform: translatey(-50%);
        left: 0;
        right: 0;
        margin: 0 auto; }

footer .bottom {
  color: #FFF;
  padding: 5px 0; background-color: #092f57; }
  @media (max-width: 992px) {
    footer .bottom {
      padding: 15px 0;
      font-size: 15px; } }
  footer .bottom .left {
    display: inline-block; }
    @media (max-width: 992px) {
      footer .bottom .left {
        display: block;
        margin-bottom: 15px; } }
    footer .bottom .left ul {
      list-style: none;
      padding: 0;
      margin-bottom: 0; }
      footer .bottom .left ul li {
        display: inline-block;
        margin-right: 100px; }
        @media (max-width: 992px) {
          footer .bottom .left ul li {
            margin-right: 30px; } }
        footer .bottom .left ul li:last-child {
          margin-right: 0; }
  footer .bottom .right {
    float: right; }
    @media (max-width: 992px) {
      footer .bottom .right {
        float: none;
        font-size: 15px; } }

.background-attachment {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.scroll-up {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }
  .scroll-up.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
  .scroll-up button {
    cursor: pointer;
    background-color: #fff;
    color: #0e4194;
    border: none;
    font-size: 20px;
    padding: 5px 8px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0 0 3px 2px #cccccc;
    -moz-box-shadow: 0 0 3px 2px #cccccc;
    box-shadow: 0 0 3px 2px #cccccc; }
    .scroll-up button:hover {
      opacity: .6;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }

/* My Safari 7.1+ CSS Hack */
_::-webkit-full-page-media, _:future, :root .page .page-header .slider-one .slick-dots li button::before {
  font-size: 15px; }

.animated-icon1, .animated-icon3, .animated-icon4 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }

.animated-icon1 span, .animated-icon3 span, .animated-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out; }

.animated-icon1 span {
  background: #073254; }

.animated-icon3 span {
  background: #073254; }

.animated-icon4 span {
  background: #073254; }

.animated-icon1 span:nth-child(1) {
  top: 0; }

.animated-icon1 span:nth-child(2) {
  top: 10px; }

.animated-icon1 span:nth-child(3) {
  top: 20px; }

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.slider-one {
  margin-bottom: 0;
  height: 100%; }
  .slider-one .slick-list {
    height: 100%; }
    .slider-one .slick-list .slick-track {
      height: 100%; }
      .slider-one .slick-list .slick-track .slick-slide {
        position: relative; }
        .slider-one .slick-list .slick-track .slick-slide .content {
          color: #fff;
          position: absolute;
          top: 50%;
          -webkit-transform: translatey(-50%);
          -moz-transform: translatey(-50%);
          -ms-transform: translatey(-50%);
          -o-transform: translatey(-50%);
          transform: translatey(-50%);
          left: 0;
          right: 0; }
          @media (max-width: 992px) {
            .slider-one .slick-list .slick-track .slick-slide .content {
              position: initial;
              -webkit-transform: initial;
              -moz-transform: initial;
              -ms-transform: initial;
              -o-transform: initial;
              transform: initial; } }

.slider-three {
  margin-bottom: 48px;
  position: relative; }
  .slider-three .slick-arrow {
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: 1;
    cursor: pointer;
    background-color: #0e4194;
    font-size: 22px;
    height: 72px;
    width: 33px;
    border: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .slider-three .slick-arrow:hover {
      opacity: .5;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
    .slider-three .slick-arrow.next {
      right: 0;
      padding: 25px 3px 25px 14px;
      border-radius: 50px 0 0 50px; }
    .slider-three .slick-arrow.prev {
      left: 0;
      padding: 25px 14px 25px 3px;
      border-radius: 0 50px 50px 0; }
  .slider-three .slider-for {
    height: 485px;
    margin: 0; }
    @media (max-width: 992px) {
      .slider-three .slider-for {
        height: 250px; }
		
		
		.h2, h2 {
			font-size: 1.5rem;
		}
		a.button-type-2 { display: inline-block; margin-bottom: 25px;}


}
    .slider-three .slider-for .slick-list {
      height: 100%; }
      .slider-three .slider-for .slick-list .slick-track {
        height: 100%; }
  .slider-three .slider-nav {
    height: 204px;
    width: 680px;
    margin: 0 auto;
    position: relative;
    top: -150px;
    margin-bottom: -150px; }
    @media (max-width: 992px) {
      .slider-three .slider-nav {
        position: initial;
        margin-bottom: 0;
        margin-top: 15px;
        width: 100%;
        height: 120px; } }
    .slider-three .slider-nav .slick-list {
      height: 100%; }
      .slider-three .slider-nav .slick-list .slick-track {
        height: 100%; }
        .slider-three .slider-nav .slick-list .slick-track .slick-slide {
          margin-right: 10px;
          cursor: pointer; }
  .slider-three .play {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(250, 250, 250, 0.5);
    border-radius: 50%; }
    .slider-three .play img {
      position: absolute;
      top: 50%;
      -webkit-transform: translatey(-50%);
      -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
      -o-transform: translatey(-50%);
      transform: translatey(-50%);
      left: 0;
      right: 0;
      margin: 0 auto; }
  .slider-three .slick-for-video .slick-slide {
    position: relative; }
    .slider-three .slick-for-video .slick-slide .play {
      height: 125px;
      width: 125px; }
      .slider-three .slick-for-video .slick-slide .play img {
        max-width: 45px; }
    .slider-three .slick-for-video .slick-slide .background-attachment {
      position: absolute;
      height: 100%;
      width: 100%; }
  .slider-three .slick-nav-video .slick-slide {
    position: relative; }
    .slider-three .slick-nav-video .slick-slide .play {
      height: 49px;
      width: 49px; }
      .slider-three .slick-nav-video .slick-slide .play img {
        max-width: 16px; }

.breadcrumb {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin: 55px 0 35px 0;
  padding: 0;
  font-size: 12px; }
  @media (max-width: 992px) {
    .breadcrumb {
      margin: 30px 0; } }
  .breadcrumb ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
    .breadcrumb ul li {
      display: inline-block; }
      .breadcrumb ul li:last-child:after {
        content: '';
        margin: 0; }
      .breadcrumb ul li:after {
        content: '>';
        margin: 0 5px; }

.page {
  padding-top: 90px; }
  @media (max-width: 1200px) {
    .page {
      padding-top: 90px; } }
  @media (max-width: 992px) {
    .page {
      padding-top: 90px; } }
  .page.page-information {
    color: #0e4194; }
    .page.page-information .title {
      font-size: 25px;
      line-height: 25px;
      font-weight: 800;
      margin: 75px 0 37px 0; }
    .page.page-information .content {
      margin-bottom: 110px; }
  .page .page-header {
    height: 535px; }

 .page .page-header-inner {
    height: 400px; }
    @media (max-width: 992px) {
      .page .page-header {
        height: 300px; } }
  .page .section-title {
    font-size: 41px;
    line-height: 41px;
    color: #0e4194;
    font-weight: 800;
    margin: 22px 0; }
    @media (max-width: 992px) {
      .page .section-title {
        font-size: 30px;
        line-height: 30px;
        text-align: center; } }
  .page .more a {
    font-size: 15px;
    line-height: 15px;
    color: #0e4194;
    font-weight: 800; }
  .page .news {
    padding: 20px 0 75px 0; }
    @media (max-width: 992px) {
      .page .news {
        padding: 30px 0; } }
    .page .news .see-more {
      text-align: center;
      margin: 82px 0 12px 0; }
      .page .news .see-more a {
        color: #0e4194;
        font-weight: 800;
        border: solid #0e4194 2px;
        padding: 9.4px 32.8px;
        border-radius: 20px; }
  .page .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%; }
    .page .popup .background {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.8); }
    .page .popup .popup-close {
      position: absolute;
      right: 15px;
      top: 15px;
      font-size: 20px; }
      .page .popup .popup-close a {
        color: #fff; }
    .page .popup .popup-content {
      position: absolute;
      top: 50%;
      -webkit-transform: translatey(-50%);
      -moz-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
      -o-transform: translatey(-50%);
      transform: translatey(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      background-color: #fff;
      max-width: 1110px;
      width: 100%;
      padding: 30px 15px; }
      @media (max-width: 992px) {
        .page .popup .popup-content {
          padding: 15px; } }
      .page .popup .popup-content.popup-information {
        color: #0e4194; }
        .page .popup .popup-content.popup-information .popup-title {
          font-size: 35px;
          line-height: 35px;
          font-weight: 800;
          margin-bottom: 5px; }
          @media (max-width: 992px) {
            .page .popup .popup-content.popup-information .popup-title {
              font-size: 20px;
              line-height: 20px; } }
        .page .popup .popup-content.popup-information .popup-subtitle {
          color: #ffce00;
          font-size: 25px;
          line-height: 25px;
          font-weight: 800; }
          @media (max-width: 992px) {
            .page .popup .popup-content.popup-information .popup-subtitle {
              font-size: 18px;
              line-height: 18px; } }
        .page .popup .popup-content.popup-information .popup-text {
          color: #4b4b4b;
          font-weight: 300;
          line-height: 18px;
          margin-top: 15px; }
          @media (max-width: 992px) {
            .page .popup .popup-content.popup-information .popup-text {
              font-size: 14px;
              line-height: 16px; } }
  .page .counter {
    display: none; }

@media (max-width: 992px) {
  .page-index .page-header {
    } }

.page-index .page-header .slider-one .content {
  padding: 0 30px; }
  @media (max-width: 992px) {
    .page-index .page-header .slider-one .content {
      padding: 80px 30px; } }
  .page-index .page-header .slider-one .content .title {
    font-size: 62px;
    line-height: 52px;
    font-weight: 800;
    margin-bottom: 25px; }
    @media (max-width: 1200px) {
      .page-index .page-header .slider-one .content .title {
        font-size: 50px; } }
    @media (max-width: 992px) {
      .page-index .page-header .slider-one .content .title {
        font-size: 22px;
        line-height: 22px; } }
  .page-index .page-header .slider-one .content .subtitle {
    font-size: 22px;
    line-height: 22px;
    font-weight: 800; }
    @media (max-width: 992px) {
      .page-index .page-header .slider-one .content .subtitle {
        font-size: 18px;
        line-height: 18px; } }
  .page-index .page-header .slider-one .content .text {
    font-size: 15px;
    line-height: 18px;
    max-width: 300px;
    margin-bottom: 45px; }
    @media (max-width: 992px) {
      .page-index .page-header .slider-one .content .text {
        max-width: initial; } }
  .page-index .page-header .slider-one .content .popup-button a {
    border: solid #fff 2px;
    padding: 9.4px 21.3px;
    border-radius: 22px;
    margin-right: 26px; }
    @media (max-width: 992px) {
      .page-index .page-header .slider-one .content .popup-button a {
        padding: 8px 15px;
        margin-right: 15px;
        font-size: 14px; } }
    .page-index .page-header .slider-one .content .popup-button a:last-child {
      margin-right: 0; }

.page-index .page-header .slider-one .slick-dots {
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
  margin-bottom: 0;
  width: 30px;
  bottom: initial; }
  .page-index .page-header .slider-one .slick-dots li {
    margin: 0; }
    .page-index .page-header .slider-one .slick-dots li.slick-active button:before {
      color: #fff;
      opacity: 1; }
    .page-index .page-header .slider-one .slick-dots li button:before {
      font-size: 30px;
      color: #ffcd00;
      opacity: 1; }

.page-index .section-information {
  padding: 45px 0; }
  .page-index .section-information .image {
    max-width: 191px;
    margin: 0 auto 28px auto; }
    .page-index .section-information .image img {
      max-width: 100%;
      -webkit-box-shadow: 5px 5px 8px 0 #c8cdcf;
      -moz-box-shadow: 5px 5px 8px 0 #c8cdcf;
      box-shadow: 5px 5px 8px 0 #c8cdcf;
      border-radius: 95px; }
  .page-index .section-information .title {
    font-size: 41px;
    line-height: 41px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #0e4194;
    text-align: center; }
    @media (max-width: 992px) {
      .page-index .section-information .title {
        font-size: 22px;
        line-height: 22px; } }
  .page-index .section-information .text {
    margin-bottom: 25px;
    line-height: 20px;
    color: #494949; }
    @media (max-width: 992px) {
      .page-index .section-information .text {
        font-size: 14px; } }
  .page-index .section-information .popup-button {
    margin-bottom: 12px;
    text-align: center; }
    .page-index .section-information .popup-button a {
      font-weight: 800;
      border: solid #0e4194 2px;
      padding: 8.5px 19.3px;
      border-radius: 20px;
      color: #0e4194; }

.page-about .about {
  color: #0e4194;
  padding-top: 73px; }
  @media (max-width: 992px) {
    .page-about .about {
      padding-top: 30px; } }
  .page-about .about .title {
    font-size: 41px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      .page-about .about .title {
        font-size: 30px;
        line-height: 30px; } }
  .page-about .about .text {
    color: #a0a0a0;
    line-height: 20px;
    margin-bottom: 20px; }
  .page-about .about .popup-button {
    font-size: 14.5px;
    line-height: 15px;
    text-align: right;
    margin-bottom: 50px; }
  .page-about .about .background-about {
    height: 500px; }
       
    @media (max-width: 992px) {
      .page-about .about .background-about {
        height: 300px; } }

.page-about .about-content {
  padding: 174px 0 170px 0;
  -webkit-background-size: initial;
  -moz-background-size: initial;
  background-size: initial;
  -o-background-size: initial;
  background-position: 21% center; }
  @media (max-width: 992px) {
    .page-about .about-content {
      padding: 30px 0; } }
  .page-about .about-content .content > div {
    max-width: 500px;
    margin-right: 132px; }
    @media (max-width: 992px) {
      .page-about .about-content .content > div {
        max-width: initial;
        margin-right: 0;
        margin-bottom: 15px; } }
    .page-about .about-content .content > div:last-child {
      margin-right: 0; }
    .page-about .about-content .content > div .title {
      color: #0e4194;
      font-size: 41px;
      line-height: 40px;
      font-weight: 800;
      margin-bottom: 20px; }
      @media (max-width: 992px) {
        .page-about .about-content .content > div .title {
          font-size: 25px;
          line-height: 25px; } }
    .page-about .about-content .content > div .text {
      color: #a0a0a0;
      line-height: 18px; }

.page-services .services-boxes .box {
  width: 50%; }
  @media (max-width: 992px) {
    .page-services .services-boxes .box {
      width: 100%;
      background-size: 35%; } }

.page-services .services-boxes .content {
  width: 50%; }
  @media (max-width: 992px) {
    .page-services .services-boxes .content {
      width: 100%;
      background-size: 35%; } }

.page-services .services-boxes .inner {
  max-width: 380px;
  color: #a0a0a0;
  margin-top: 59px; }
  @media (max-width: 992px) {
    .page-services .services-boxes .inner {
      margin-top: 0; } }

.page-services .services-boxes > div {
  padding: 157px 0 140px 0;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  -o-background-size: auto; }
  @media (max-width: 992px) {
    .page-services .services-boxes > div {
      padding: 100px 15px; } }

.page-services .services-boxes .background-lb {
  background-position: left bottom; }

.page-services .services-boxes .background-rb {
  background-position: right bottom; }

.page-services .services-boxes .background-rt {
  background-position: right top; }

.page-services .services-boxes .background-lt {
  background-position: left top; }

.page-services .services-boxes .background-lc {
  background-position: left center; }

.page-services .services-boxes .left {
  margin-left: auto;
  margin-right: 217px; }
  @media (max-width: 1200px) {
    .page-services .services-boxes .left {
      margin-right: auto; } }

.page-services .services-boxes .right {
  margin-right: auto;
  margin-left: 123px; }
  @media (max-width: 1200px) {
    .page-services .services-boxes .right {
      margin-left: auto; } }

.page-services .services-boxes .colored-background {
  background-color: rgba(14, 65, 148, 0.1); }

@media (max-width: 992px) {
  .page-services .services-boxes.swap-mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .page-services .services-boxes.swap-mobile > div:first-child {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    .page-services .services-boxes.swap-mobile > div:last-child {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; } }

.page-media .news {
  padding: 0;
  margin: 20px 0 60px 0; }
  @media (max-width: 992px) {
    .page-media .news {
      margin: 30px 0; } }

.page-media .news-boxes {
  margin-bottom: 50px; }

@media (max-width: 992px) {
  .page-media .location iframe {
    height: 400px; } }

.page-contact .form {
  background-position: right bottom;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  -o-background-size: auto;
  padding: 65px 0 95px 0; }
  @media (max-width: 992px) {
    .page-contact .form {
      padding: 30px 0; } }
  .page-contact .form .title {
    color: rgba(14, 65, 148, 0.4);
    font-weight: 800;
    max-width: 905px;
    width: 100%;
    margin: 0 auto 25px auto; }
    @media (max-width: 992px) {
      .page-contact .form .title {
        font-size: 14px; } }

.page-contact .location .info {
  width: 50%;
  background-color: rgba(14, 65, 148, 0.1);
  padding: 58px 0 70px 0; }
  @media (max-width: 992px) {
    .page-contact .location .info {
      width: 100%;
      padding: 30px 15px; } }
  .page-contact .location .info .border {
    max-width: 350px;
    margin: 45px auto;
    border: solid #0e4194 1px !important; }
    @media (max-width: 992px) {
      .page-contact .location .info .border {
        margin: 15px auto; } }

.page-contact .location .map {
  width: 50%;
  position: relative;
  text-align: center; }
  @media (max-width: 992px) {
    .page-contact .location .map {
      width: 100%;
      height: 250px; } }
  .page-contact .location .map a {
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
    color: #fff;
    border: solid #fff 2px;
    font-weight: 800;
    border-radius: 20px;
    padding: 9.4px 33.6px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 169px; }
    @media (max-width: 992px) {
      .page-contact .location .map a {
        padding: 9px 15px; } }

.page-requirement form {
  max-width: initial;
  padding: 105px 0 100px 0; }
  @media (max-width: 992px) {
    .page-requirement form {
      padding: 30px 0; } }
  .page-requirement form input {
    max-width: 549px;
    display: inline-block;
    margin-right: 4px;
    color: rgba(14, 65, 148, 0.4); }
    .page-requirement form input:-moz-placeholder {
      color: rgba(14, 65, 148, 0.4); }
    .page-requirement form input::-moz-placeholder {
      color: rgba(14, 65, 148, 0.4); }
    .page-requirement form input:-ms-input-placeholder {
      color: rgba(14, 65, 148, 0.4); }
    .page-requirement form input::-webkit-input-placeholder {
      color: rgba(14, 65, 148, 0.4); }
    @media (max-width: 1200px) {
      .page-requirement form input {
        max-width: 459px; } }
    @media (max-width: 992px) {
      .page-requirement form input {
        max-width: initial; } }
  .page-requirement form select {
    max-width: 549px;
    width: 100%;
    height: 52px;
    border: solid rgba(14, 65, 148, 0.4) 2px;
    color: rgba(14, 65, 148, 0.4);
    padding: 10px 34px;
    margin-bottom: 12px; }
    .page-requirement form select:-moz-placeholder {
      color: rgba(14, 65, 148, 0.4); }
    .page-requirement form select::-moz-placeholder {
      color: rgba(14, 65, 148, 0.4); }
    .page-requirement form select:-ms-input-placeholder {
      color: rgba(14, 65, 148, 0.4); }
    .page-requirement form select::-webkit-input-placeholder {
      color: rgba(14, 65, 148, 0.4); }
    @media (max-width: 1200px) {
      .page-requirement form select {
        max-width: 459px; } }
    @media (max-width: 992px) {
      .page-requirement form select {
        max-width: initial; } }
    .page-requirement form select option {
      color: rgba(14, 65, 148, 0.4); }
  .page-requirement form input[type=submit] {
    margin: 80px auto 0 auto;
    display: block;
    color: #0e4194; }
    @media (max-width: 992px) {
      .page-requirement form input[type=submit] {
        margin-top: 30px; } }

.page-single {
  color: #0e4194; }
  .page-single .title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    margin-bottom: 3px; }
    @media (max-width: 992px) {
      .page-single .title {
        font-size: 20px;
        line-height: 20px; } }
  .page-single .date {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 3px; }
    @media (max-width: 992px) {
      .page-single .date {
        font-size: 20px;
        line-height: 20px; } }
  .page-single .image {
    width: 100%;
    max-width: 568px;
    display: inline-block;
    margin: 0 0 25px 25px;
    float: right; }
    @media (max-width: 992px) {
      .page-single .image {
        float: none;
        margin: 15px 0; } }
    .page-single .image img {
      max-width: 100%; }
  .page-single .content {
    margin-bottom: 100px; }
    @media (max-width: 992px) {
      .page-single .content {
        margin-bottom: 50px; } }

.page-classes {
  padding-bottom: 29px; }
  .page-classes .section-title {
    text-align: center;
    margin: 78px 0 123px 0; }
    @media (max-width: 992px) {
      .page-classes .section-title {
        margin: 50px 0; } }

.news-box {
  max-width: 330px;
  margin-right: 15px;
  color: #365ba1; }
  @media (max-width: 992px) {
    .news-box {
      margin: 30px auto; } }
  .news-box:last-child {
    margin-right: 0; }
    @media (max-width: 992px) {
      .news-box:last-child {
        margin-right: auto; } }
  .news-box .image {
    margin-bottom: 35px; }
    @media (max-width: 992px) {
      .news-box .image {
        margin-bottom: 20px; } }
    .news-box .image img {
      max-width: 330px;
      width: 100%; }
  .news-box .title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 800;
    margin-bottom: 6px;
    color: #0e4194; }
  .news-box .date {
    margin-bottom: 30px; }
    @media (max-width: 992px) {
      .news-box .date {
        margin-bottom: 20px; } }
  .news-box .text {
    margin-bottom: 45px; }
    @media (max-width: 992px) {
      .news-box .text {
        margin-bottom: 20px; } }

.service-box {
  text-align: center;
  max-width: 175px; }
  @media (max-width: 992px) {
    .service-box {
      max-width: 290px; } }
  .service-box .image {
    margin-bottom: 58px; }
    .service-box .image img {
      max-width: 57px; }
  .service-box .title {
    color: #0e4194;
    font-weight: 800;
    margin-bottom: 77px; }
  .service-box .more {
    margin-bottom: 12px; }
    .service-box .more a {
      border: solid #0e4194 2px;
      border-radius: 20px;
      padding: 9.2px 35.8px; }

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  margin: 0 auto;
  color: #0e4194;
  margin-bottom: 22px; }
  .info-box:last-child {
    margin-bottom: 0; }
  .info-box .image {
    margin-right: 15px; }
    .info-box .image img {
      max-width: 19px; }
  .info-box .content .title {
    font-weight: 800;
    margin-bottom: 5px;
    display: inline-block; }
  .info-box .content .text {
    display: inline-block; }
    @media (max-width: 992px) {
      .info-box .content .text {
        font-size: 15px;
        line-height: 15px; } }

.class-box {
  max-width: 360px;
  color: #0e4194;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 228, 0.18);
  -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 228, 0.18);
  box-shadow: 0 0 4px 1px rgba(0, 0, 228, 0.18);
  padding: 30px 45px 87px 35px;
  margin: 0 15px 18px 0; }
  @media (max-width: 992px) {
    .class-box {
      margin: 15px auto;
      padding: 15px; } }
  .class-box:last-child {
    margin-right: 0; }
    @media (max-width: 992px) {
      .class-box:last-child {
        margin-right: auto; } }
  .class-box .title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 12px;
    font-weight: 800; }
    @media (max-width: 992px) {
      .class-box .title {
        font-size: 20px;
        line-height: 20px; } }
  .class-box .name {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 32px; }
    @media (max-width: 992px) {
      .class-box .name {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px; } }
  .class-box .text {
    line-height: 20px; }

/*# sourceMappingURL=style.css.map */
.gap {height: 40px;    clear: both;}
.gap20 {height: 20px;    clear: both;}
.gap10 {height: 10px;    clear: both;}
.top-seperator {height: 7px; width: 100%;max-width:250px;background-color: #28628f; /* For browsers that do not support gradients */
	background-image: linear-gradient(to right, #28628f , #80bce2); clear: both;margin-bottom: 30px;}
.top-seperator.light {background-image: linear-gradient(to right, #FFF , #80bce2) !important;}
.bottom-seperator {height: 4px;background-color: #97c6e8;width: 100%;max-width: 80px;clear: both;margin-top:25px;margin-bottom: 25px;}

.navbar-expand-lg .navbar-collapse { float:right;}
.navbar-expand-lg .navbar-nav {float:right !important;}
.banner-content-box { float:left; width:100%; padding: 30px 0px;}
.banner-content-box .icon {float:left;width:90px;margin-right: 15px; }
.banner-content-box .icon img {width: 100%;}
.banner-content-box .contents {float: left; width: 70%;}
.banner-content-box .contents .contents-title {font-weight: 400;font-size: 21px;}
.banner-content-box .contents .contents-text {font-weight: 300;font-size: 13px; padding:5px 0px;}
.border-bot-white { border-bottom: solid 2px #FFF;}
.cpyright { padding: 15px 0px; }
.img-responsive {max-width: 100%; height: auto;}
h1.sec-title {color: #28628f;font-size: 42px;margin: 23px 0px; line-height: 1.1em; font-weight: 600;}
.text {color: #303030;line-height: 21px;}

div.readmore a {padding: 15px 30px;color: #092f57; font-size: 18px; border: solid 3px #b48932; border-radius: 20px; margin: 25px 0px; display: inline-block;}
div.readmore a.small-padding {padding: 10px 30px;color: #FFF;background-color: #28628f;    margin: 25px 0px; display: inline-block;}
/* ype of spaces*/
.type-space-single {padding:20px 15px 20px 10px; border-right:solid 2px #e1e1e1;}
.type-space-single .icon {margin-bottom: 25px;}
.type-space-single .title {font-weight: 600;font-size: 27px;line-height: 31px;padding: 10px 0px 20px 0px;}
.blue-bg { padding: 40px;background-color: #28628f;}
.violete-bg {background-color: #4c2286; /* For browsers that do not support gradients */
	 position: relative;
    background: url("images/mall-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    z-index: 1;
	 }
.offers-bg {background-color: #4c2286; /* For browsers that do not support gradients */
	 position: relative;
    background: url("images/offers-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    z-index: 1;
	height: 450px; }

.blue-bg-parrellax {background-color: rgba(22,55,80,.8);}
.transparent-bg-parrellax { background-color:inherit;}
.blue-box-contents {color: #fff;}
.white-box-contents {color: #303030;}
.blue-bg .sec-title {color: #FFF !important;}
.cat-box-single {color: #fff; 
    background-color: rgba(180,137,50,.5); border: solid 1px #DDD; border-radius: 10px;  width: 100%;float: left;position:relative; margin: 0px 0px 30px 0px;}

.cat-box-single .contents a { text-align: center; padding: 30px 20px; font-size: 22px; font-weight: 400; float: left; width: 100%; line-height: 1.2em;}
.cat-box-single .contents .title {font-size:23px;font-weight: 600;line-height: 25px;padding-bottom: 8px;}
.cat-box-single .contents .text {color: #FFF; font-size: 15px;}
.home-contact-bg {
  background-image: url("images/home-contact-bg.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 375px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.borderright { border-right: solid 2px #97c6e8;}
.contact-item-box .icon {color:#97c6e8; font-size:50px;padding:10px 0px;}
.contact-item-box .title {color:#FFF; font-size:20px;padding:10px 0px; font-weight: 600;}
.contact-item-box .text {color:#FFF; font-size:16px;padding:5px 0px 5px 0px;}
.centercontent {padding:0px 100px;}
.pr0 { padding-right:0px !important;}
.header-bg { height:300px; background-size: cover;}
.page-head { padding: 80px 0px;}
.header-bg h1.page-title {color:#FFF;font-size:40px;}
.gray-bg {background-color:#f4f7f9;}
.mt-120 {margin-top:-80px;}
.request-tour-form-container .title {padding: 0px 0px 20px 0px;font-size: 19px; font-weight: 500;color: #303030;}
.line-seperator { clear:both;height:2px;background-color:#e1e1e1; }
.type-space-single.business-centre-space-icons {
    
    border: 0;
    padding: 0;
}
.type-space-single.business-centre-space-icons .icon {margin-bottom:10px;}
.type-space-single.business-centre-space-icons .title {font-size: 19px; padding: 0px;}
.single-business-box {border: solid 1px #e1e1e1}
.single-business-box .contents {padding:25px 25px;}
.single-business-box .contents .title {font-size:21px;font-weight:500; padding-bottom:15px;}
.text ul li {padding:4px 0px;}
.vertical-panels .card .card-header {     background-color: #28628f;
    font-weight: 100;
    color: #FFF;
    padding:11px 20px;
}
.vertical-panels .card .card-header a h5 {    font-weight: 100;    font-size: 15px;}
.vertical-panels .card .card-body p { padding-top:10px; font-size:15px; margin-bottom: 0px; }
.small-margin {
    margin-top: 5px;
    margin-bottom: 25px;
}
.header-bg {color:#fff;}
.contact-information ul {padding: 0;list-style: none;margin-bottom: 0;}
.contact-information ul li {margin-bottom: 10px;}
.contact-information ul li .text{color: #fff;padding-left: 10px;display: inline-block;font-size:14px;}
.contact-information ul li a, .contact-information ul li a span{color: #fff; font-size:14px;}

/*Altaif Mall */
.page-altaifmall h1.sec-title {color: #092f57;}
.top-seperator {height: 7px; width: 100%;max-width:250px;background-color: #28628f; /* For browsers that do not support gradients */
	background-image: linear-gradient(to right, #b48932 , #d2b57c); clear: both;margin-bottom: 30px;}

.bottom-seperator {height: 4px;background-color: #092f57;width: 100%;max-width: 80px;clear: both;margin-top:25px;margin-bottom: 25px;}

.content.altaifmall-intro {}
.responsive-gap { height:350px;clear:both}
.mar-neg-115 {margin-top:-115px;}
.feature-box-single.altaifmall-feature {padding-bottom: 5px;}
.feature-box-single.altaifmall-feature .contents .title {font-size:20px}
.type-space-single.single-service .title { font-size: 22px;}
.error {border:solid 2px #C12A1A;}
.loading { padding: 10px 0px;
    color: #C12A1A;
    font-size: 15px;}
a.active-menu {font-weight: 700; color: #b48932 !important;}
/* dropdown*/

@media only screen and (max-width: 550px) {
	.page-head {padding: 40px 15px !important;}
	.header-bg {height: auto !important;}
	.violete-bg {height: auto !important;}
	.slide-box-content { position: relative; margin-bottom: 25px;}
	.button-type-3 {display: block;margin-bottom: 13px !important;}
	.hover-text { font-size: 12px; line-height: 13px;}
	.content-hover {padding: 7px 25px !important;}
	.page-altaifmall h1.sec-title {
    font-size: 18px !important;
    margin: 9px 0px !important;
}
	.fnt-18 {
    font-size: 18px !important;
    margin: 9px 0px !important;
}
	.tag3 {
    font-size: 13px !important;
    color: #FFF;
    background-color: #073254;
    border-radius: 15px;
    display: inline-block;
    padding: 4px 25px !important;
}
	.gap10 { height: 6px;}
}

.headtag {font-size: 18px; color: #b48932;}
.slide-box-content { position: relative;}
.slide-box-content img {border-radius: 10px;}
.slide-box-content .content { position: absolute; bottom: 20px; color: #fff;left: 20px;}
.slide-box-content .content span.tag {      font-size: 12px;
    color: #FFF;
    background-color: #b48932;
    border-radius: 15px;
    display: inline-block;
    padding: 3px 15px;}

.slide-box-content .content h3 { margin-top: 5px; font-size: 1.5em;}
.white-color { color: #FFF !important;}
a.button-type-2 {
	 background-color: #b48932;
	padding: 9px 45px;
	color: #FFF !important;
	font-size: 17px;
	text-align: center;
	border-radius: 20px;
}
.button-type-1 {
	
	padding: 6px 25px;
	color: #FFF !important;
	font-size: 15px;
	text-align: center;
	border-radius: 20px;
	border: solid 3px #b48932;
}

.button-type-4 {
	
	padding: 7px 25px;
	color: #092f57 !important;
	font-size: 15px;
	text-align: center;
	border-radius: 20px;
	border: solid 3px #b48932;
}

.button-type-3{
	
	padding: 10px 25px;
	color: #092f57 !important;
	font-size: 17px;
	text-align: center;
	border-radius: 20px;
	border: solid 3px #b48932;
	margin: 0px 10px;
}


.slick-dots li button { background: #b48932 !important;border-radius: 50%; margin-top: 10px;} 
.banner-tag { background-color: #b48932;
	padding: 12px 45px;
	color: #FFF !important;
	font-size: 22px;
	text-align: center;
	border-radius: 20px; display: inline-block;margin-bottom:20px;}
.slide-box-content .content span.tag2 {      font-size: 15px;
    color: #FFF;
    background-color: #b48932;
    border-radius: 15px;
    display: inline-block;
    padding: 6px 25px;}
.fnt-22 { font-size: 25px !important;}
.fnt-18 { font-size: 21px !important; margin: 14px 0px !important;}
.text span {color:#b48932}
.hover-text {color: #FFF;
    line-height: 20px; font-size: 14px;}
.hover-text span {color:#CCCCCC}
.text a {color:#092f57; }
.offer-contents {}
.offer-contents h3 {font-size: 20px; padding: 10px 0px;}
.top-bar {background-color: #ddd; padding: 8px 0px;}
.fnt-13 {font-size: 13px !important;}
.color-orange {color: #b48932 !important;}
.hover-content-box {cursor: pointer;}
.content-hover {
    position: absolute;
    padding: 10px 25px;
   /* background-color: #b48932;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    z-index: 9;
	display: none;
	background-color: rgba(180,137,50,0.9);
}
.tag3 {
    font-size: 15px;
    color: #FFF;
    background-color: #073254;
    border-radius: 15px;
    display: inline-block;
    padding: 6px 25px;
}
.under-fitout { color: #fff; padding: 155px 30px; text-align: center; font-size: 35px;}
.brand_item_box {border: solid 1px #ccc; text-align: center; margin-bottom: 15px;}
.brand_item_box img { width: 90%;}





