.pagination {
  margin-top: 40px;
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: #09686B;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #0C2B47;
}
.pagination ul li.active a {
  border-color: #0C2B47;
  background-color: #0C2B47;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a {
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail {
  padding-bottom: 120px;
  font-family: 'Poppins', sans-serif;
}
#post-detail .img-20 {
  margin-bottom: 20px;
}
#post-detail .inner-page-list {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#post-detail.contact-page .post-content .contact-items {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-content .contact-items .contact-col {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-content .contact-items .c-item {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 #0000000c;
  padding: 24px 24px 60px;
  color: #0C2B47;
  line-height: 34px;
  position: relative;
}
#post-detail.contact-page .post-content .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  color: #0C2B47;
}
#post-detail.contact-page .post-content .contact-items .c-item .value {
  font-size: 16px;
  color: #0C2B47;
}
#post-detail.contact-page .post-content .contact-items .c-item .value p {
  margin: 0;
}
#post-detail.contact-page .post-content .contact-items .c-item a.value {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail.contact-page .post-content .contact-items .c-item a.value:hover {
  color: #0C2B47;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon {
  position: absolute;
  right: 24px;
  bottom: 12px;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon svg {
  color: #0C2B47;
  width: 48px;
  height: 48px;
}
#post-detail.contact-page .post-content iframe {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#post-detail.expertise {
  padding-top: 0;
}
#post-detail .post-header {
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #0C2B47;
  border-top: 1px solid #fff;
}
#post-detail .post-header .post-title {
  padding: 50px 0;
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
#post-detail .post-content {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 25px 0;
}
#post-detail .post-content h1 {
  font-size: 32px;
}
#post-detail .post-content h2 {
  font-size: 28px;
}
#post-detail .post-content h3 {
  font-size: 24px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 20px;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4 {
  margin: 25px 0;
  line-height: 1.2;
}
#post-detail .post-content ol {
  list-style: decimal!important;
  padding-left: 20px;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .post-content p img {
  margin-bottom: 20px;
}
#post-detail .post-content a {
  color: #0C2B47;
  font-weight: 600;
}
#post-detail .post-content img {
  max-width: 100%;
  height: auto;
}
#post-detail .post-content table {
  border-collapse: collapse;
  margin-bottom: 20px;
  border: 1px solid #000;
  color: #000;
  width: 100%;
}
#post-detail .post-content table tr {
  border: 1px solid #000;
  width: 100%;
}
#post-detail .post-content table th,
#post-detail .post-content table td {
  text-align: left;
  padding: 8px;
  border: 1px solid #000;
}
#post-detail .sidebar-form {
  background-color: #0C2B47;
  padding: 60px 24px 32px;
}
#post-detail .sidebar-form .circle-area {
  margin-bottom: 56px;
}
#post-detail .sidebar-form .circle-area .text {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#post-detail .sidebar-form .wpcf7-not-valid-tip {
  color: #fff !important;
}
#post-detail .sidebar-form form .row {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#post-detail .sidebar-form form [class*="col-"] {
  margin: 10px 0;
}
#post-detail .sidebar-form form .form-control {
  border: 1px solid grey;
  padding: 0 20px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 64px;
  border: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail .sidebar-form form .form-control::placeholder {
  color: #555555;
}
#post-detail .sidebar-form form .form-control:focus {
  border-color: #0C2B47;
}
#post-detail .sidebar-form form textarea.form-control {
  font-family: 'Poppins', sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 150px;
}
#post-detail .sidebar-form form .btn {
  width: 100%;
}
#post-detail .sidebar-form .wpcf7-spinner {
  position: absolute;
}
#post-detail .sidebar-form .button-white {
  cursor: pointer;
  border: 0;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 20px 50px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  background-color: #0C2B47;
  -webkit-appearance: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-detail .sidebar-form .button-white:hover {
  color: #0C2B47;
  background-color: #fff;
}
#post-detail .sidebar-form .wpcf7-response-output {
  margin: 0px;
  color: #fff !important;
  padding: 12px;
}
#our-services {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#our-services .our-services-list [class*="col-"] {
  margin-bottom: 20px;
}
#our-services .our-services-list .os-item {
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px #ebf0f2;
  min-height: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#our-services .our-services-list .os-item:hover {
  box-shadow: 0 2px 20px 0 rgba(60, 181, 163, 0.2);
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(to bottom, #0C2B47, white);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #0C2B47, white);
  background-origin: border-box;
  background-clip: content-box, border-box;
  filter: none;
}
#our-services .our-services-list .os-item .os-thumb {
  display: block;
}
#our-services .our-services-list .os-item .os-content-wrapper {
  text-align: center;
  padding: 20px;
}
#our-services .our-services-list .os-item .os-content-wrapper .os-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #000;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  #post-detail .post-header .post-title {
    padding: 45px 0;
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  #post-detail .post-header {
    margin-top: 0;
  }
  #post-detail .post-header .post-title {
    padding: 40px 0;
    font-size: 32px;
  }
  #post-detail .sidebar-form {
    margin-top: 40px;
  }
  #post-detail .post-content {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #post-detail .post-header .post-thumb {
    min-height: initial;
  }
  #post-detail .post-header .post-title {
    padding: 35px 0;
    font-size: 28px;
    text-align: center;
  }
  #post-detail .sidebar-form .circle-area {
    margin-bottom: 25px;
  }
  #post-detail .sidebar-form .circle-area .text {
    font-size: 20px;
  }
  #post-detail .sidebar-form form [class*="col-"] {
    margin: 5px 0;
  }
  #post-detail .sidebar-form form .form-control {
    padding: 0 15px;
    height: 42px;
  }
  #post-detail .sidebar-form form textarea.form-control {
    height: 120px;
  }
  #our-services .our-services-list .os-item .os-content-wrapper .os-title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #post-detail {
    padding-bottom: 80px;
  }
  #post-detail .post-header .container {
    position: unset;
    transform: none;
  }
  #post-detail .post-content {
    margin-bottom: 60px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item {
    padding: 24px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item .title {
    font-size: 22px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item .value {
    font-size: 14px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item .icon {
    right: 10px;
    bottom: 10px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item .icon svg {
    width: 44px;
    height: 44px;
  }
}
