/* Colors */
/* Functions */
@font-face {
  font-family: 'AvenirNext';
  src: url('../../fonts/Metropolis-Bold.woff2') format('woff2'), url('../../fonts/Metropolis-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YL5rulw.ttf) format('truetype');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sarabun/v13/DtVjJx26TKEr37c9WBI.ttf) format('truetype');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YOZqulw.ttf) format('truetype');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YMptulw.ttf) format('truetype');
}
@font-face {
  font-family: 'Sarabun';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sarabun/v13/DtVmJx26TKEr37c9YK5sulw.ttf) format('truetype');
}
body.admin-bar header {
  padding-top: 32px;
}
.ti-widget.ti-goog .ti-review-header {
  margin-top: 10px;
}
.slider-fluid {
  overflow: hidden;
}
.slider-fluid .owl-stage-outer {
  overflow: inherit;
}
.slider-fluid .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.slider-fluid .owl-stage > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-fluid .owl-stage .owl-item {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-fluid .owl-stage .owl-item:not(.active) {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.slider-fluid .owl-stage .owl-item:not(.active) a {
  cursor: default;
  pointer-events: none;
}
.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
}
::-moz-selection {
  background-color: #171212;
  color: #fff;
}
::selection {
  background-color: #171212;
  color: #fff;
}
.box-shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
#side-menu .backdrop {
  background-color: rgba(39, 39, 39, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 80px 0 0;
  width: 100%;
  background-color: #272727;
  margin-right: -100%;
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
  flex: 1;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a:after {
  content: ' ';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url('../../icons/chevron-down.svg') no-repeat center;
  background-size: contain;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: invert(1);
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 8px;
  line-height: 1;
  position: relative;
  font-size: 18px;
  color: #ffffff;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  font-size: 16px;
  letter-spacing: 0;
}
#side-menu .content ul.menu li ul.sub-menu li a::before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  display: inline;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#side-menu .content .social-area {
  padding: 60px 0;
  border-top: 1px solid #595959;
}
#side-menu .content .social-area .s-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #939393;
  margin-bottom: 16px;
  text-align: center;
}
#side-menu .content ul.social-menu li {
  padding: 0 8px;
}
#side-menu .content ul.social-menu li:last-child {
  margin-right: 0;
}
#side-menu .content ul.social-menu li a {
  width: 48px;
  height: 48px;
}
#side-menu .content ul.social-menu li a svg {
  width: 48px;
  height: 48px;
}
#side-menu .content ul.social-menu li a svg g[stroke],
#side-menu .content ul.social-menu li a svg path[stroke] {
  stroke: #939393;
}
#side-menu .content .lang-list li {
  border-bottom: 1px solid #595959;
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
#side-menu .content .lang-list li:last-child {
  border: none;
}
header .web-lang {
  margin-left: 10px;
  cursor: pointer;
  height: max-content;
}
header .web-lang li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.79;
  color: #fff;
  overflow: unset;
}
header .web-lang li svg {
  margin-left: 5px;
  width: 24px;
  height: 24px;
}
header .web-lang li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 80%;
  pointer-events: initial;
}
header .web-lang li ul.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 100%;
  margin-top: 5px;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .web-lang li ul.sub-menu li {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .web-lang li ul.sub-menu li a {
  display: flex;
  padding: 8px 16px;
  color: #fff;
}
header .web-lang li ul.sub-menu li a .flag-img {
  width: 20px;
  display: block;
  height: auto;
  margin-right: 20px;
}
header .web-lang li ul.sub-menu li a div {
  font-size: 13px;
  font-weight: bold;
  color: #0d3f82;
}
header .web-lang li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header #header-bottom ul.header-menu li {
  position: relative;
  flex: 1;
  display: flex;
  margin: 0 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #header-bottom ul.header-menu li:hover > a {
  color: #BD141E;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu li:last-child {
  border: none;
  border-left: none!important;
}
header #header-bottom ul.header-menu li:hover > ul.sub-menu li:last-child a {
  border-bottom: none;
}
header #header-bottom ul.header-menu li.current-menu-item > a {
  font-weight: 700;
  color: #BD141E;
}
header #header-bottom ul.header-menu li a {
  font-size: 14px;
  color: rgba(23, 18, 18, 0.7);
  padding: 4px 10px;
  display: inline-flex;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #header-bottom ul.header-menu li ul.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 50%;
  min-width: 180px;
  transform: translateX(-50%);
  padding-top: 14px;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
}
header #header-bottom ul.header-menu li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translate(-50%, -100%);
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
}
header #header-bottom ul.header-menu li ul.sub-menu li {
  background: #fff;
  border: none;
  height: initial;
}
header #header-bottom ul.header-menu li ul.sub-menu li:first-child {
  padding-top: 16px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
header #header-bottom ul.header-menu li ul.sub-menu li:last-child {
  padding-bottom: 16px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > a {
  background: #fff;
  color: #171212;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > a:after {
  width: 4px;
}
header #header-bottom ul.header-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header #header-bottom ul.header-menu li ul.sub-menu li a {
  white-space: nowrap;
  margin: 0;
  padding: 8px 24px;
  display: block;
  position: relative;
}
header #header-bottom ul.header-menu li ul.sub-menu li a:after {
  content: ' ';
  width: 0;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0D3F82;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.mobile-hamburger-menu {
  flex-direction: column;
  padding: 10px;
  width: 36px;
  height: 35px;
  z-index: 999999;
  width: 40px;
  height: 40px;
  align-items: end;
  justify-content: center;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateX(4.5px);
  background: #171212;
  transition: all 0ms 300ms;
  width: 16px;
  height: 1px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate:before {
  bottom: 0;
  width: 26px;
  height: 2px;
  background: #BD141E;
  transform: rotate(-45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu.animate:after {
  top: 0;
  width: 26px;
  height: 2px;
  background: #BD141E;
  transform: rotate(45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  height: 1px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  right: 0;
  width: 22px;
  bottom: 7px;
  background: #333;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  top: 7px;
  background: #333;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
main {
  flex: 1;
}
#home-slider .active .item .slider-title,
#home-slider .active .item .slider-desc,
#home-slider .active .item .btn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0s;
}
#home-slider .active .item .slider-desc {
  animation-delay: 0.5s;
}
#home-slider .active .item .btn {
  animation-delay: 1s;
}
#home-slider .owl-dots button.owl-dot.active {
  background-color: #BD141E;
}
#price-table .bg-blue .price-table-list-ul ul li {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
#price-table .price-table-list-ul ul {
  text-align: center;
}
#price-table .price-table-list-ul ul li {
  font-size: 16px;
  color: #171212;
  padding: 12px 0;
  border-bottom: 1px solid #EEEEEE;
}
#price-table .price-table-list-ul ul li:last-child {
  border-bottom: none;
}
#sss .sss-area {
  --gutter-x: 35px;
  --gutter-x2: -35px;
}
#sss .sss-area .soru-cevap {
  border-bottom: solid 0.4px #ccc;
  margin-bottom: 30px;
}
#sss .sss-area .soru-cevap .soru .alt-soru {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #171212;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}
#sss .sss-area .soru-cevap .soru svg {
  width: 40px;
  height: 40px;
  color: #0a0f2b;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sss .sss-area .soru-cevap .soru .acilmis {
  transition: all ease 0.3s;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}
#sss .sss-area .soru-cevap .soru .acilmisa {
  height: auto;
  opacity: 1;
  padding: 30px 0 0;
}
#sss .sss-area .soru-cevap .soru .acilir {
  cursor: pointer;
  margin-bottom: 30px;
}
#sss .sss-area .soru-cevap:last-child {
  border: none;
  margin-bottom: 0;
}
#sss .rotate svg {
  transform: rotate(-180deg);
  color: #0d3f82 !important;
}
#sss .red {
  color: #e30510 !important;
}
.pagination ul li {
  color: #939393;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #272727;
}
.pagination ul li.active a {
  border-color: #272727;
  background-color: #272727;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: 36px;
  height: 36px;
}
.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;
}
footer .footer-menu ul.fm-list li {
  margin-bottom: 8px;
}
footer .footer-menu ul.fm-list li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-top: 4px;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-menu ul.fm-list li a:hover:after {
  width: 100%;
}
footer .footer-menu ul.fm-list li a:after {
  content: " ";
  width: 0%;
  height: 2px;
  background-color: #BD141E;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
.pagination {
  margin-top: 24px;
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: #171212;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #0D3F82;
}
.pagination ul li.active a {
  border-color: #BD141E;
  background-color: #BD141E;
  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;
}
#left-whatsapp {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
#left-whatsapp a {
  height: 52px;
  width: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#left-whatsapp a:hover {
  padding-left: 5px;
  width: 57px;
}
#left-whatsapp a svg {
  color: #fff;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  width: 100vw;
  bottom: 0;
  z-index: 9999;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0d3f82;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 20px;
  color: #fff;
  position: relative;
  z-index: 999;
}
#mobile-footer-cta-buttons .button-x svg {
  color: #fff;
}
#mobile-footer-cta-buttons .button-x span.text {
  margin-left: 8px;
  font-weight: 400;
  font-size: 16px;
}
#mobile-footer-cta-buttons .mobile_footer_list.active {
  opacity: 1;
  pointer-events: inherit;
  transform: translateY(-100%);
}
#post-detail {
  padding-top: 60px;
  padding-bottom: 130px;
  font-family: 'Roboto', sans-serif;
  --gutter-x: 16px;
  --gutter-x2: -16px;
}
#post-detail .img-20 {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-header {
  margin-bottom: 64px;
}
#post-detail.contact-page .post-content {
  letter-spacing: -0.56;
}
#post-detail.contact-page .post-content .contact-items {
  margin-bottom: 44px;
}
#post-detail.contact-page .post-content .contact-items .col-12 {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-content .contact-items .c-item {
  height: 100%;
  background-color: #f5f5f5;
  color: #171212;
  line-height: 34px;
  position: relative;
  z-index: 8;
}
#post-detail.contact-page .post-content .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.96px;
  color: #0d3f82;
}
#post-detail.contact-page .post-content .contact-items .c-item .value {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.64px;
  color: #171212;
}
#post-detail.contact-page .post-content .contact-items .c-item .value a {
  color: #171212;
}
#post-detail.contact-page .post-content .contact-items .c-item .value p {
  margin: 0;
}
#post-detail.contact-page .post-content .contact-items .c-item .value:last-child ::after {
  display: none;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
#post-detail.contact-page .post-content .contact-items .c-item .icon svg {
  color: #0d3f82;
}
#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: #0d3f82;
  padding: 72px 0;
}
#post-detail .post-header .post-title {
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
}
#post-detail .sidebar-form {
  background-color: #0d3f82;
  padding: 56px 24px 32px;
}
#post-detail .sidebar-form .circle-area {
  margin-bottom: 56px;
}
#post-detail .sidebar-form .circle-area .text {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  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: #0d3f82;
}
#post-detail .sidebar-form form textarea.form-control {
  font-family: 'Roboto', sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 150px;
}
#post-detail .sidebar-form form .btn {
  width: 100%;
}
#post-detail .sidebar-form .wpcf7-response-output {
  margin: 0px;
  color: #fff !important;
  padding: 12px;
}
.wpcf7-spinner {
  position: absolute;
}
.button-white {
  cursor: pointer;
  border: 0;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 20px 50px;
  transition: all ease 0.3s;
  font-size: 14px;
  width: 100%;
  background-color: #0d3f82;
  -webkit-appearance: none;
}
.button-white:hover {
  color: #2b3132;
  background-color: #fff;
}
#our-services {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#our-services .our-services-list [class*="col-"] {
  margin-bottom: 20px;
}
#our-services .our-services-list [class*="col-"]:nth-child(even) .os-item .os-thumb img {
  background-color: #2b3132;
}
#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, #0d3f82, white);
  border-image-slice: 1;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #0d3f82, 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: 19px;
  font-weight: 700;
  letter-spacing: -0.71px;
  text-align: center;
  color: #000;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  #post-detail .post-header .post-title {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  #post-detail .post-header {
    margin-top: 0;
  }
  #post-detail .post-header .post-title {
    font-size: 28px;
  }
  #post-detail .post-content {
    margin-bottom: 60px;
  }
  #post-detail .post-content iframe {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  #post-detail .post-header {
    padding: 45px 0;
  }
  #post-detail .post-header .post-thumb {
    min-height: initial;
  }
  #post-detail .post-header .post-title {
    font-size: 24px;
    letter-spacing: 0;
    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;
  }
}
@media (max-width: 575px) {
  #post-detail {
    padding-bottom: 80px;
  }
  #post-detail .post-header .container {
    position: unset;
    transform: none;
  }
  #post-detail .post-header .post-title {
    font-size: 20px;
  }
  #post-detail .post-content {
    margin-bottom: 60px;
  }
  #post-detail.contact-page .post-content .contact-items .c-item {
    padding: 32px;
  }
  #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;
  }
  #post-detail #our-services .our-services-list {
    margin-bottom: 60px;
  }
}
