.main-menu-area.sticky {
  padding: 20px 0;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0; }
  .main-menu-area.sticky img:last-child {
    display: block !important; }
  .main-menu-area.sticky .menu-area-list ul li a {
    color: #06144B; }

.main-menu-area.sticky img:first-child {
  display: none !important; }

.main-menu-area {
  background-image: -moz-linear-gradient(90deg, #e0f1f8 0%, #e7f5f9 75%, #edf8fa 100%);
  background-image: -webkit-linear-gradient(90deg, #e0f1f8 0%, #e7f5f9 75%, #edf8fa 100%);
  background-image: -ms-linear-gradient(90deg, #e0f1f8 0%, #e7f5f9 75%, #edf8fa 100%);
  padding: 40px 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-bottom: 55px;
  position: relative;
  top: 0;
  left: 0; }
  .main-menu-area .logo-area img:last-child {
    display: none; }
  .main-menu-area .menu-area-list ul li {
    list-style: outside none;
    display: inline-block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    padding: 0px 17.5px; }
    .main-menu-area .menu-area-list ul li:hover a:after {
      left: 0;
      opacity: 1;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
    .main-menu-area .menu-area-list ul li a {
      color: #06144B;
      line-height: 1.2;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 400;
      position: relative;
      overflow-x: hidden;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s;
      padding-bottom: 10px; }
      .main-menu-area .menu-area-list ul li a:after {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        bottom: 0;
        position: absolute;
        opacity: 0;
        left: 90%;
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s;
        border-bottom: 2px dashed #FF9D4E; }
    .main-menu-area .menu-area-list ul li:last-child a {
      padding-right: 0px; }
    .main-menu-area .menu-area-list ul li:last-child:after {
      content: "";
      display: block;
      height: 2px;
      width: 100%;
      bottom: 0;
      position: absolute;
      opacity: 0;
      left: 90%;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .main-menu-area .menu-area-list ul .active a:after {
    left: 0;
    opacity: 1;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    border-bottom: 2px dashed #FF9D4E; }

.page-title-area {
  margin-bottom: 90px; }

.page-title-img-area {
  margin-bottom: 90px; }
  .page-title-img-area img {
    width: 100%; }

.page-title {
  text-align: center; }
  .page-title h2 {
    font-size: 28px;
    color: #031d5b;
    font-weight: bold;
    line-height: 1.2; }
  .page-title p {
    font-size: 28px;
    color: #385673;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 45px; }

.read-more-area a {
  background-image: url(../images/button.png);
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 17px;
  color: #031d5b;
  line-height: 1.2;
  height: 43px;
  width: 190px;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .read-more-area a:hover {
    border-color: #031d5b; }
  .read-more-area a svg {
    margin-left: 20px; }

.next-item-button-area .next-item-button a {
  background-image: url(../images/button.png);
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 17px;
  border: 1px solid transparent;
  color: #031d5b;
  line-height: 1.2;
  height: 43px;
  width: 190px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .next-item-button-area .next-item-button a:hover {
    border-color: #031d5b; }
  .next-item-button-area .next-item-button a svg {
    margin-left: 20px; }

.main-contact-area {
  background: -moz-linear-gradient(45deg, #F26922 0%, #f99b1f 50%, #F99B1F 100%, #FFC61C 100%);
  background: -webkit-linear-gradient(45deg, #F26922 0%, #f99b1f 50%, #F99B1F 100%, #FFC61C 100%);
  background: -ms-linear-gradient(45deg, #F26922 0%, #f99b1f 50%, #F99B1F 100%, #FFC61C 100%);
  position: relative;
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 65px; }
  .main-contact-area .banner-round-two {
    position: absolute;
    border-radius: 50%;
    width: 34.375em;
    height: 34.375em;
    bottom: 75px;
    left: 20px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    background: -moz-linear-gradient(90deg, #f18e0e 0%, #faa434 100%);
    background: -webkit-linear-gradient(90deg, #f18e0e 0%, #faa434 100%);
    background: -ms-linear-gradient(90deg, #f18e0e 0%, #faa434 100%); }
  .main-contact-area .banner-round-one {
    position: absolute;
    border-radius: 50%;
    width: 12.688em;
    height: 12.688em;
    left: -55px;
    bottom: -45px;
    background: -moz-linear-gradient(359deg, #f18e0e 0%, #faa434 100%);
    background: -webkit-linear-gradient(359deg, #f18e0e 0%, #faa434 100%);
    background: -ms-linear-gradient(359deg, #f18e0e 0%, #faa434 100%); }
  .main-contact-area .banner-round-three {
    position: absolute;
    border-radius: 50%;
    width: 12.688em;
    height: 12.688em;
    right: -55px;
    bottom: -45px;
    background: -webkit-linear-gradient(359deg, #f18e0e 0%, #faa434 100%); }
  .main-contact-area .banner-round-four {
    position: absolute;
    border-radius: 50%;
    width: 64.250em;
    height: 64.250em;
    right: -469px;
    bottom: -130px;
    background: -webkit-linear-gradient(359deg, #f18e0e 0%, #faa434 100%); }
  .main-contact-area .footer-logo-area {
    margin-bottom: 50px; }
  .main-contact-area .footer-address-area {
    max-width: 400px;
    margin-bottom: 50px; }
    .main-contact-area .footer-address-area ul li {
      list-style: outside none;
      display: inline-block; }
      .main-contact-area .footer-address-area ul li p {
        color: #fff; }
  .main-contact-area .footer-left-area {
    margin-top: 255px; }
    .main-contact-area .footer-left-area p {
      font-size: 14px;
      color: #fff;
      line-height: 1.2; }
  .main-contact-area .footer-right-area ul li {
    display: inline-block; }
    .main-contact-area .footer-right-area ul li a {
      color: #fff;
      padding: 9.5px; }
    .main-contact-area .footer-right-area ul li:first-child a {
      padding-left: 0px; }
  .main-contact-area .main-contact h2 {
    font-size: 28px;
    color: #031d5b;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0; }
  .main-contact-area .main-contact-left h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #fff; }
  .main-contact-area .main-contact-form {
    max-width: 535px;
    margin: 0 auto;
    float: none; }
    .main-contact-area .main-contact-form input {
      width: 100%;
      border: 1px solid #fff;
      margin-bottom: 20px;
      border-radius: 7px;
      height: 50px;
      font-size: 16px;
      color: #fff;
      line-height: 50px;
      padding: 0px 10px;
      background: transparent; }
    .main-contact-area .main-contact-form textarea {
      width: 100%;
      border: 1px solid #fff;
      border-radius: 7px;
      height: 50px;
      font-size: 16px;
      color: #fff;
      line-height: 1.2;
      padding: 20px 10px;
      background: transparent;
      height: 155px; }
    .main-contact-area .main-contact-form button {
      background: #FFBD67;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 13px;
      color: #fff;
      line-height: 1.2;
      height: 40px;
      width: 150px;
      margin-top: 25px;
      cursor: pointer;
      border: 1px solid  transparent;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      opacity: 1;
      position: relative;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      .main-contact-area .main-contact-form button:hover {
        border: 1px solid  #FF9D4E; }
        .main-contact-area .main-contact-form button:hover:after {
          left: 0px;
          top: 0px;
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s; }
      .main-contact-area .main-contact-form button:after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 5px;
        content: "";
        border: 1px solid  #FFBD67;
        top: 5px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s; }
      .main-contact-area .main-contact-form button svg {
        margin-left: 20px; }

.page-pagination-area {
  padding-top: 80px;
  padding-bottom: 180px; }
  .page-pagination-area .page-pagination ul li {
    list-style: outside none;
    display: inline-block; }
    .page-pagination-area .page-pagination ul li a {
      font-size: 16px;
      color: #00117b;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 31px; }
  .page-pagination-area .page-pagination ul .active a {
    background: #00117b;
    color: #fff; }

.footer-main-area {
  height: 120px;
  line-height: 120px;
  background-color: #ebfffe; }
  .footer-main-area .footer-left-area p {
    font-size: 14px;
    color: #031d5b;
    line-height: 1.2; }
  .footer-main-area .footer-mdl-area {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
    .footer-main-area .footer-mdl-area p {
      border-width: 1px;
      border-color: #031d5b;
      border-style: solid;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      cursor: pointer; }
      .footer-main-area .footer-mdl-area p svg {
        font-size: 15px;
        color: #031d5b; }
  .footer-main-area .footer-right-area ul {
    text-align: right; }
    .footer-main-area .footer-right-area ul li {
      list-style: outside none;
      display: inline-block; }
      .footer-main-area .footer-right-area ul li a {
        color: #031d5b;
        font-size: 17px;
        margin: 0px 7.5px; }

#return-to-top {
  position: absolute;
  bottom: 0;
  right: -55px;
  font-size: 15px;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  #return-to-top:hover {
    background: #FFBD67; }
