/*======================
   01. Theme Base CSS
=========================*/
html,
body {
  width: 100%;
  height: 100%; }
  

body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  background: #ffffff;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

section, header {
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto; }

.container-fluid {
  padding: 0px;
  height: 100%; }

p, tr td {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.26px;
  line-height: 30px;
  color: #1a2a38; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  color: #505759;
  text-transform: capitalize;
  font-size: 28px;
  letter-spacing: 1.3px;
  font-weight: 500; }

a {
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  display: block;
  margin: 0px;
  color: #313131;
  font-weight: 500;
  text-transform: capitalize; }

a:hover {
  text-decoration: none; }

a:active,
a:hover {
  outline: 0 none;
  color: none !important; }

section {
  position: relative; }

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

li {
  display: inline-block; }

.btn_primary a {
  display: inline-block;
  padding: 12px 52px;
  color: white;
  font-size: 18px;
  transition: all 0.3s ease-in-out; }
  .btn_primary a:hover {
    transition: all 0.3s ease-in-out; }

.section_title {
  height: 50px;
  display: flex;
  align-items: center;
  border: 1px solid #e6e6e6;
  position: relative;
  margin: 15px 0px; }
  .section_title h2 {
    font-size: 18px;
    color: #15a752;
    margin: 0;
    font-family: 500;
    padding-left: 18px;
    padding-bottom: 0; }
  .section_title::before {
    position: absolute;
    content: "";
    height: calc(100% + 2px);
    width: 5px;
    left: 0;
    top: -1px;
    background: #222222; }
  .section_title.black h2 {
    color: #222222; }

.o_zero {
  opacity: 0; }

.d_none {
  display: none; }

.color_one {
  color: #17B0C3; }

.bold_p {
  font-weight: 700; }

.owl-theme .owl-nav .owl-next {
  color: #17B0C3;
  text-decoration: none; }

.owl-theme .owl-nav .owl-next:hover {
  color: #444444;
  background: none;
  text-decoration: none; }

.owl-theme .owl-nav [class*=owl-] {
  background: no-repeat; }

.owl-theme .owl-nav .owl-prev {
  color: #444444; }

/*=====basce css end here=========*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #02baab; }

/* =====================================
MARGIN TOP
===================================== */
.mt-0 {
  margin-top: 0; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mt-110 {
  margin-top: 110px; }

.mt-120 {
  margin-top: 120px; }

.mt-130 {
  margin-top: 130px; }

.mt-140 {
  margin-top: 140px; }

.mt-150 {
  margin-top: 150px; }

/* =====================================
MARGIN RIGHT,LEFT
===================================== */
.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-20 {
  margin-right: 20px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.mr-60 {
  margin-right: 60px; }

.mr-80 {
  margin-right: 80px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-60 {
  margin-left: 60px; }

.ml-80 {
  margin-left: 80px; }

/* =====================================
MARGIN BOTTOM
===================================== */
.mb-0 {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: 5; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-150 {
  margin-bottom: 150px; }

/*===================================== 
PADDING TOP
===================================== */
.pt-0 {
  padding-top: 0; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pt-110 {
  padding-top: 110px; }

.pt-120 {
  padding-top: 120px; }

.pt-130 {
  padding-top: 130px; }

.pt-140 {
  padding-top: 140px; }

.pt-150 {
  padding-top: 150px; }

.pt-160 {
  padding-top: 160px; }

.pt-180 {
  padding-top: 180px; }

.pt-190 {
  padding-top: 190px; }

.pt-200 {
  padding-top: 200px; }

.pt-210 {
  padding-top: 210px; }

.pt-260 {
  padding-top: 260px; }

.pt-300 {
  padding-top: 300px; }

/* =====================================
PADDING RIGHT
===================================== */
.pr-0 {
  padding-right: 0; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-60 {
  padding-right: 60px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-90 {
  padding-right: 90px; }

.pr-100 {
  padding-right: 100px; }

.pr-110 {
  padding-right: 110px; }

.pr-120 {
  padding-right: 120px; }

.pr-130 {
  padding-right: 130px; }

.pr-140 {
  padding-right: 140px; }

/* =====================================
PADDING BOTTOM
===================================== */
.pb-0 {
  padding-bottom: 0; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-200 {
  padding-bottom: 200px; }

.pb-220 {
  padding-bottom: 220px; }

.pb-250 {
  padding-bottom: 250px; }

.pb-300 {
  padding-bottom: 300px; }

/* =====================================
PADDING LEFT
===================================== */
.pl-0 {
  padding-left: 0; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-60 {
  padding-left: 60px; }

.pl-70 {
  padding-left: 70px; }

.pl-80 {
  padding-left: 80px; }

.pl-90 {
  padding-left: 90px; }

.pl-100 {
  padding-left: 100px; }

.pl-110 {
  padding-left: 110px; }

.pl-120 {
  padding-left: 120px; }

.pl-130 {
  padding-left: 130px; }

.pl-140 {
  padding-left: 140px; }

.pl-150 {
  padding-left: 150px; }

/* =====================================
1.3. PAGE SECTION PADDING
===================================== */
.ptb-0 {
  padding: 0; }

.ptb-10 {
  padding: 10px 0; }

.ptb-20 {
  padding: 20px 0; }

.ptb-30 {
  padding: 30px 0; }

.ptb-40 {
  padding: 40px 0; }

.ptb-50 {
  padding: 50px 0; }

.ptb-60 {
  padding: 60px 0; }

.ptb-70 {
  padding: 70px 0; }

.ptb-80 {
  padding: 80px 0; }

.ptb-90 {
  padding: 90px 0; }

.ptb-100 {
  padding: 100px 0; }

.ptb-110 {
  padding: 110px 0; }

.ptb-120 {
  padding: 120px 0; }

.ptb-130 {
  padding: 130px 0; }

.ptb-140 {
  padding: 140px 0; }

.ptb-150 {
  padding: 150px 0; }

.p-100 {
  padding: 100px; }

/* =====================================
1.4. PAGE SECTION MARGIN
===================================== */
.mtb-0 {
  margin: 0; }

.mtb-10 {
  margin: 10px 0; }

.mtb-15 {
  margin: 15px 0; }

.mtb-20 {
  margin: 20px 0; }

.mtb-30 {
  margin: 30px 0; }

.mtb-40 {
  margin: 40px 0; }

.mtb-50 {
  margin: 50px 0; }

.mtb-60 {
  margin: 60px 0; }

.mtb-70 {
  margin: 70px 0; }

.mtb-80 {
  margin: 80px 0; }

.mtb-90 {
  margin: 90px 0; }

.mtb-100 {
  margin: 100px 0; }

.mtb-110 {
  margin: 110px 0; }

.mtb-120 {
  margin: 120px 0; }

.mtb-130 {
  margin: 130px 0; }

.mtb-140 {
  margin: 140px 0; }

.mtb-150 {
  margin: 150px 0; }

.mr-60 {
  margin: 0px 60px 0px 0px; }

header {
  overflow: unset; }
  header .nav_area {
    box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
    background: white; }
    header .nav_area .navbar {
      padding: 0px; }
      header .nav_area .navbar .navbar-brand {
        width: 400px;
        height: auto; }
        header .nav_area .navbar .navbar-brand svg {
          width: 100%; }
      header .nav_area .navbar .navbar-nav {
        height: 100px; }
        header .nav_area .navbar .navbar-nav .nav-item {
          padding: 0px 6px;
          position: relative;
          display: flex;
          align-items: center; }
          header .nav_area .navbar .navbar-nav .nav-item a.nav-link {
            padding: 10px 15px;
            font-size: 16px;
            color: #313131;
            transition: all 0.3s ease-in-out; }
            header .nav_area .navbar .navbar-nav .nav-item a.nav-link:hover {
              color: #505759;
              transition: all 0.3s ease-in-out; }
          header .nav_area .navbar .navbar-nav .nav-item .dropdown_more {
            position: absolute;
            top: 100%;
            width: max-content;
            padding: 10px;
            box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1);
            right: 0;
            background: white;
            transform: translateX(50%) scaleX(0);
            transition: all 0.3s ease-in-out;
            z-index: 50; }
            header .nav_area .navbar .navbar-nav .nav-item .dropdown_more li {
              display: block; }
              header .nav_area .navbar .navbar-nav .nav-item .dropdown_more li a {
                padding: 8px 12px;
                margin: 5px 0px;
                display: inline-block; }
              header .nav_area .navbar .navbar-nav .nav-item .dropdown_more li a:hover {
                color: #505759;
                transition: all 0.3s ease-in-out; }
          header .nav_area .navbar .navbar-nav .nav-item:hover .dropdown_more {
            transform: translateX(0%) scaleX(1);
            transition: all 0.3s ease-in-out; }
        header .nav_area .navbar .navbar-nav li a {
          position: relative; }
          header .nav_area .navbar .navbar-nav li a::before {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            top: 1px;
            right: -1px;
            background: transparent;
            border: 2px solid #505759;
            border-top: 0px;
            border-left: 0px;
            transform: translate(50%, 50%) scale(0);
            transition: all 0.3s ease-in-out; }
          header .nav_area .navbar .navbar-nav li a::after {
            position: absolute;
            content: "";
            bottom: -2px;
            left: 2px;
            height: 100%;
            width: 100%;
            background: transparent;
            border: 2px solid #505759;
            border-bottom: 0px;
            border-right: 0px;
            transform: translate(-50%, -50%) scale(0);
            transition: all 0.3s ease-in-out; }
          header .nav_area .navbar .navbar-nav li a:hover::before, header .nav_area .navbar .navbar-nav li a:hover::after {
            transform: translate(0%, 0%) scale(1);
            transition: all 0.5s ease-in-out; }
      header .nav_area .navbar .social_link {
        margin-left: 20px; }
        header .nav_area .navbar .social_link ul li a {
          padding: 10px 6px;
          font-size: 20px;
          transition: all 0.3s ease-in-out; }
          header .nav_area .navbar .social_link ul li a a:hover {
            color: #505759;
            transition: all 0.3s ease-in-out; }
  header .banner .banner_img {
    background: url("../images/MainImage2.jpg");
    height: 700px;
    position: relative;
    background-position: center;
    background-size: cover; }
    header .banner .banner_img::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #020024;
      background: linear-gradient(0deg, rgba(2, 0, 36, 0.3869922969) 0%, rgba(47, 47, 47, 0.1516981793) 50%, rgba(251, 251, 251, 0) 100%); }
    header .banner .banner_img .container, header .banner .banner_img .row {
      height: 100%; }
    header .banner .banner_img .banner_area {
      display: flex;
      height: 100%;
      justify-content: space-between;
      flex-flow: column-reverse; }
      header .banner .banner_img .banner_area h2 {
        font-size: 32px;
        color: #fff;
        padding-bottom: 120px; }
		header .banner .banner_img .banner_area h5 {
          display: flex;
          justify-content: flex-start;
          font-size: 18px;
          color: #fff;
          background: rgba(61, 124, 201, 0.7);
          padding-bottom: 80px; 
          padding-top: 10px;
          text-transform: lowercase;} 
      header .banner .banner_img .banner_area .donate_btn {
        display: flex;
        justify-content: flex-end; }
        header .banner .banner_img .banner_area .donate_btn a {
          background: #3d7cc9; }
          header .banner .banner_img .banner_area .donate_btn a:hover {
            background: #3d7cc9; }

.description {
  overflow: unset; }
  .description .desc_area {
    margin-top: -80px; }
  .description .desc_top {
    background: white;
    justify-content: space-between;
    display: flex;
    padding: 20px 30px 40px; }
    .description .desc_top .desc_flex {
      display: flex;
      width: 100%;
      justify-content: space-between; }
      .description .desc_top .desc_flex .desc_inner {
        display: flex;
        flex-direction: column;
        padding: 0px 20px; }
        .description .desc_top .desc_flex .desc_inner h6 {
          font-size: 20px; }
          .description .desc_top .desc_flex .desc_inner h6 span {
            display: block;
            font-size: 20px; }
        .description .desc_top .desc_flex .desc_inner p {
          font-size: 16px;
          margin-bottom: 0px;
          font-weight: 600; }
        .description .desc_top .desc_flex .desc_inner span {
          font-size: 16px;
          color: #505759; }
    .description .desc_top .desc_right {
      flex: 1; }
      .description .desc_top .desc_right p {
        margin-bottom: 0px;
        color: #d9027d;
        font-size: 20px;
        padding-left: 30px;
        border-left: 1px solid #505759;
        flex: 1; }

.desc_main_area {
  margin-bottom: 40px; }
  .desc_main_area .col-md-8 {
    padding-left: 0px; }
  .desc_main_area .col-md-4 {
    padding-right: 0px; }
  .desc_main_area .desc_main_img {
    height: 100%; }
    .desc_main_area .desc_main_img img {
      height: 100%; }
  .desc_main_area .desc_main {
    min-height: 396px;
    height: 100%;
    background: #3d7cc9;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative; }
    .desc_main_area .desc_main.bg_desc_two {
      background: #b17d82; }
    .desc_main_area .desc_main.bg_desc_three {
      background: #66435a; }
    .desc_main_area .desc_main.bg_desc_four {
      background: #0d6efd; }
    .desc_main_area .desc_main.bg_desc_five {
      background: #198754; }      
    .desc_main_area .desc_main::before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      width: 140px;
      height: 140px;
    }
    .desc_main_area .desc_main h2 {
      font-size: 26px;
      color: white;
      padding-bottom: 15px;
      position: relative;
      line-height: 1.1; }
      .desc_main_area .desc_main h2::before {
        position: absolute;
        content: "";
        width: 50%;
        bottom: 0;
        left: 0;
        height: 2px;
        background: white; }
    .desc_main_area .desc_main p {
      font-size: 16px;
      font-weight: 300;
      color: white;
      line-height: 25px;
      margin-bottom: 0px; }

.button_main_desc a {
  font-weight: 500;
  color: white;
  padding: 10px 0;
  display: inline-block;
  position: relative; }
  .button_main_desc a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: white;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out; }
  .button_main_desc a:hover::before {
    width: 100%;
    transition: all 0.3s ease-in-out; }

.bottom_border {
  position: relative;
  font-size: 28px;
  padding-bottom: 20px;
  display: inline-block;
  margin-bottom: 20px; }
  .bottom_border::before {
    position: absolute;
    content: "";
    width: 50%;
    bottom: 0;
    left: 0;
    height: 2px;
    background: white; }

.desk_service {
  margin-bottom: 40px; }
  .desk_service .service_area .bottom_border.first::before {
    background: #746661; }
  .desk_service .service_area .bottom_border.second::before {
    background: #daaa00; }
  .desk_service .service_area .bottom_border.third::before {
    background: #165b7e; }
  .desk_service .service_area .service_img {
    height: 300px;
    margin-bottom: 30px; }
    .desk_service .service_area .service_img img {
      height: 100%;
      object-fit: cover; }
  .desk_service .service_area p {
    margin-bottom: 0px; }
  .desk_service .service_area .button_main_desc a {
    color: #313131;
    font-size: 17px; }
    .desk_service .service_area .button_main_desc a::before {
      background: #313131; }
.image_gall {
  background: url("../images/cathedral-at-night-two.jpg");
  padding: 80px 0px;
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
  position: relative; }
  .image_gall::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  .image_gall h2 {
    font-size: 50px;
    text-align: center;
    color: white;
    padding-bottom: 15px; }
  .image_gall .latest_btn.btn_primary {
    display: block;
    text-align: center; }
    .image_gall .latest_btn.btn_primary a {
      background: #fe5000;
      color: white; }
      .image_gall .latest_btn.btn_primary a:hover {
        background: #dd4a07; }
.latest_news {
  background: url("../images/currentsunday.jpg");
  padding: 80px 0px;
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
  position: relative; }
  .latest_news::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4); }
  .latest_news h2 {
    font-size: 50px;
    text-align: center;
    color: white;
    padding-bottom: 15px; }
  .latest_news .latest_btn.btn_primary {
    display: block;
    text-align: center; }
    .latest_news .latest_btn.btn_primary a {
      background: #fe5000;
      color: white; }
      .latest_news .latest_btn.btn_primary a:hover {
        background: #dd4a07; }

.bottom_links {
  background: #3d7cc9;
  padding: 80px 0px;
  text-align: center; }
  .bottom_links .col-md-4.border_right {
    border-right: 2px solid #313131; }
  .bottom_links h3 {
    font-size: 30px;
    padding-bottom: 15px; }
  .bottom_links .btn_primary {
    text-align: center; }
  .bottom_links .latest_btn_one a {
    background: #8c3d46; }
    .bottom_links .latest_btn_one a:hover {
      background: #76222b; }
  .bottom_links .latest_btn_two a {
    background: #daaa00; }
    .bottom_links .latest_btn_two a:hover {
      background: #ad8704; }
  .bottom_links .latest_btn_three a {
    background: #165b7e; }
    .bottom_links .latest_btn_three a:hover {
      background: #104c6a; }

.sign_up .sign_up_area h4 {
  color: #505759;
  padding-bottom: 15px;
  font-weight: 400; }
.sign_up .sign_up_area .form {
  margin: 0px 30px 20px;
  display: flex; }
  .sign_up .sign_up_area .form input {
    padding: 12px 10px;
    font-size: 17px;
    flex: 1;
    margin-right: 15px;
    border: 1px solid #313131; }
  .sign_up .sign_up_area .form .sign_up_btn a {
    background: #d9027d; }
    .sign_up .sign_up_area .form .sign_up_btn a:hover {
      background: #cf05a3; }
.sign_up .sign_up_area .agree input {
  margin-right: 10px; }
.sign_up .sign_up_area .agree a {
  display: inline-block;
  color: #165b7e;
  font-weight: 500; }

footer {
  background: #bebdb0;
  padding: 50px 0;
  position: relative; }
  footer::before {
    position: absolute;
    top: 50px;
    right: 30px;
    content: '';
    display: block;
    width: 157.5px;
    height: 169.53px;
    z-index: 0;
    background-size: cover; }
  footer .footer_logo a {
    text-align: center; }
  footer h4 {
    font-size: 20px;
    color: white; }
  footer li, footer span, footer p, footer a, footer h3 {
    color: white; }
  footer h3 {
    font-size: 23px; }
  footer ul {
    padding-right: 20px;
    margin-bottom: 20px; }
    footer ul.br_bottom {
      border-bottom: 2px solid white; }
    footer ul li {
      margin-bottom: 20px;
      display: block; }
      footer ul li p {
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 16px; }
      footer ul li span {
        font-size: 15px;
        font-weight: 400; }
      footer ul li a {
        font-size: 16px;
        font-weight: 300;
        transition: all 0.3s ease-in-out; }
        footer ul li a:hover {
          color: #dddddd;
          transition: all 0.3s ease-in-out; }
    footer ul.bottom_footer li {
      display: inline-block;
      padding: 0px 10px; }
      footer ul.bottom_footer li a {
        font-size: 13px;
        padding: 5px;
        color: #f7f7f7; }
        footer ul.bottom_footer li a:hover {
          color: #dddddd; }

.information_page header .banner .banner_img {
  background: url("../images/november.jpg");
  height: 350px;
  background-position: left;
  background-size: cover; }
.information_page .description .desc_area {
  margin-top: -90px; }
.information_page .description .desc_top {
  padding: 20px 30px 10px; }
.information_page .description_service {
  background: #3d7cc9;
  margin-top: -1px;
  padding: 40px 0px; }
  .information_page .description_service .border_right {
    border-right: 2px solid white; }
  .information_page .description_service .description_service_link li {
    display: block; }
    .information_page .description_service .description_service_link li a {
      display: block;
      text-align: center; }
    .information_page .description_service .description_service_link li ul {
      position: absolute;
      left: 0;
      z-index: 500;
      top: 100%;
      background: #3d7cc9;
      padding: 40px 20px 20px;
      align-items: flex-start;
      display: flex;
      flex-direction: column;
      transition: all 0.3s ease-in-out;
      transform: translate(0, -50%) scaleY(0); }
    .information_page .description_service .description_service_link li:hover i {
      transform: rotate(180deg);
      transition: all 0.3s ease-in-out; }
    .information_page .description_service .description_service_link li:hover ul {
      transition: all 0.3s ease-in-out;
      transform: translate(0, 0%) scale(1); }
  .information_page .description_service a {
    color: white;
    font-size: 18px;
    display: block;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    position: relative; }
    .information_page .description_service a:hover {
      color: #cccccc;
      transition: all 0.3s ease-in-out; }
    .information_page .description_service a i {
      transform: rotate(0deg);
      transition: all 0.3s ease-in-out;
      margin-left: 10px;
      font-size: 20px; }

.information_section .information_area {
  text-align: center; }
  .information_section .information_area h2 {
    color: #313131;
    font-size: 46px;
    display: inline-block;
    padding-bottom: 15px;
    position: relative; }
    .information_section .information_area h2::before {
      position: absolute;
      content: "";
      width: 50%;
      left: 50%;
      transform: translate(-50%, 0);
      height: 2px;
      background: #313131;
      bottom: 0; }
  .information_section .information_area .info_top_link ul {
    margin-top: 10px; }
    .information_section .information_area .info_top_link ul li a {
      display: inline-block; }
  .information_section .information_area .information_content p {
    text-align: left; }
    .information_section .information_area .information_content p span {
      font-weight: 600;
      color: #313131; }
    .information_section .information_area .information_content p a {
      display: inline-block;
      color: #165b7e;
      font-weight: 600; }
  .information_section .information_area .information_content h3 {
    font-size: 28px;
    margin-top: 30px;
    text-align: left; }

.scrolltop {
  position: fixed;
  right: 30px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background: #3d7cc9;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: none; }

.scrolltop p {
  color: white;
  margin: 0;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  top: 0; }

.scrolltop:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 1px 10px 0px rgba(45, 19, 106, 0.1); }

.scrolltop:hover p {
  transition: all 0.3s ease-in-out;
  animation: scrolltop 1s infinite; }

@keyframes scrolltop {
  0% {
    top: 0; }
  30% {
    top: -5px; }
  70% {
    top: 5px; }
  100% {
    top: 0; } }
.preloader #overlayer {
  width: 100%;
  display: block;
  position: fixed;
  height: 100%;
  z-index: 999990;
  background: #313131; }
.preloader .loader {
  width: 80px;
  z-index: 999999;
  height: 80px;
  background: #165b7e;
  left: 50%;
  opacity: 0.6;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  position: fixed;
  border-radius: 50%;
  animation: loader 1.2s infinite; }
.preloader .loader_1 {
  animation-delay: 0s; }
.preloader .loader_2 {
  animation-delay: 0.6s; }
@keyframes loader {
  0% {
    transform: translate(-50%, -50%) scale(0); }
  50% {
    transform: translate(-50%, -50%) scale(1); }
  100% {
    transform: translate(-50%, -50%) scale(0); } }

/*# sourceMappingURL=style.css.map */
