@charset "UTF-8";
/*=====================****===================== */
/* browser prefix adding  */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background-color: #fff;
  font-family: "Noto Sans Bengali", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  display: inline-block;
  background-color: transparent;
}
a:focus {
  color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button {
  outline: none;
  border: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #20548e;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Sans Bengali", sans-serif;
  background: #f2f9fe;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.3;
  color: #20548e;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans Bengali", sans-serif;
}

h1 {
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.875rem;
  }
}

h4 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.625rem;
  }
}

h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.25rem;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #20548e;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: #20548e;
}

p {
  font-weight: 400;
}

.padding-tb {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .padding-tb {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.padding-bottom {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .padding-bottom {
    padding-bottom: 120px;
  }
}

@media (min-width: 992px) {
  .section__header {
    margin-bottom: 60px;
  }
}
.section__header-content {
  max-inline-size: 75ch;
  margin-inline: auto;
}
.section__header-content p {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .section__header-content p {
    font-size: 1.5rem;
  }
}
.section__header--lightText * {
  color: #fff;
}

.preloder-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.preloder-overlay .overlayDoor:before, .preloder-overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #20548e;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.8s;
}
.preloder-overlay .overlayDoor:before {
  left: 0;
}
.preloder-overlay .overlayDoor:after {
  right: 0;
}
.preloder-overlay.loaded .overlayDoor:before {
  left: -50%;
}
.preloder-overlay.loaded .overlayDoor:after {
  right: -50%;
}
.preloder-overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}
.preloder-overlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.loader {
  width: 120px;
  height: 120px;
  border: 3px solid #fff;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .inner {
  width: 80px;
  height: 80px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-radius: 50%;
  animation: spinInner 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .inner .inner-loding {
  width: 55px;
  height: 55px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 50%;
  animation: spinInner-inner 1s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinInner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-720deg);
    -moz-transform: rotate(-720deg);
    -ms-transform: rotate(-720deg);
    -o-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}
@keyframes spinInner-inner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
  }
}
.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #20548e;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  -webkit-animation: scroll-Top 5s linear infinite;
  -moz-animation: scroll-Top 5s linear infinite;
  -ms-animation: scroll-Top 5s linear infinite;
  -o-animation: scroll-Top 5s linear infinite;
  animation: scroll-Top 5s linear infinite;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scrollToTop::after {
  content: "" !important;
  font: var(--fa-font-solid);
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.scrollToTop:hover, .scrollToTop:focus {
  color: #fff;
}

@keyframes scroll-Top {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.wave-1,
.wave-2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #20548e;
}
.wave-1::after, .wave-1::before,
.wave-2::after,
.wave-2::before {
  background-color: #20548e;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.wave-1::after,
.wave-2::after {
  width: 30px;
  height: 30px;
  background: transparent;
}
.wave-1:before,
.wave-2:before {
  width: 40px;
  height: 40px;
}

.wave-1 {
  -webkit-animation: pluse_animate 3s infinite linear;
  -moz-animation: pluse_animate 3s infinite linear;
  -ms-animation: pluse_animate 3s infinite linear;
  -o-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
}

.wave-2::before {
  -webkit-animation: pluse_animate 3s infinite linear;
  -moz-animation: pluse_animate 3s infinite linear;
  -ms-animation: pluse_animate 3s infinite linear;
  -o-animation: pluse_animate 3s infinite linear;
  animation: pluse_animate 3s infinite linear;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  margin-left: 0;
  margin-top: 0;
}

@keyframes pluse_animate {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.3);
    -moz-transform: translate(-50%, -50%) scale(0.3);
    -ms-transform: translate(-50%, -50%) scale(0.3);
    -o-transform: translate(-50%, -50%) scale(0.3);
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #20548e;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.g-10 {
  gap: 10px;
}
.g-15 {
  gap: 15px;
}
.g-20 {
  gap: 20px;
}
.g-25 {
  gap: 25px;
}
.g-30 {
  gap: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-10n {
  margin-top: -10px;
}

.mb-10n {
  margin-bottom: -10px;
}

.px-30 {
  padding-inline: 30px;
}

.ty--40 {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

/* @@@@@@@@@@@@@  Extend Property CSS start here  @@@@@@@@@@@@@@ */
.appointment__form .button-grp, .social, .tags, .tags-area, .single-quote, .comment-respond .add-comment .comment-form, .comments .comment-list .comment .com-content .com-title, .authors, .blog__meta, .blog__read, .rating, .testimonial__author, .testimonial__top, .banner__thumb-pagination, .header .navbar-nav {
  display: flex;
  flex-wrap: wrap;
}

.single-quote, .post-item-2 .post-inner .post-content .meta-post p span, .post-item-2 .post-inner .post-content .qute-content blockquote, .post-item-2 .post-inner .post-content .more-com .text-btn, .post-item-2 .post-inner .post-thumb, .post-item-2 .post-inner .post-thumb-container, .portfolio__inner, .banner__thumb, .header .toggler-icon, .about__content h2, .about__thumb {
  position: relative;
}

.post-item-2 .post-inner .post-content .meta-post p span::after, .post-item-2 .post-inner .post-content .qute-content blockquote::after, .post-item-2 .post-inner .post-content .qute-content blockquote::before, .post-item-2 .post-inner .post-content .more-com .text-btn i, .post-item-2 .post-inner .post-thumb .meta-date, .post-item-2 .post-inner .post-thumb .play-btn, .post-item-2 .post-inner .post-thumb-container .thumb-nav, .portfolio__content, .header .toggler-icon::after, .header .toggler-icon::before, .about__content h2:after, .about__thumb-experience, .scrollToTop::after, .wave-1,
.wave-2, .wave-1::after, .wave-1::before,
.wave-2::after,
.wave-2::before {
  position: absolute;
  content: "";
}

.comments .comment-list .comment .com-content, .comments .comment-list .comment .com-thumb, .authors .author-thumb, .post-item-2 .post-inner .post-thumb, .post-item-2 .post-inner .post-thumb-container, .blog__item-thumb, .testimonial, .portfolio__inner, .service, .about, .post-item-2 .post-inner .post-content a h3, .post-item-2 .post-inner .post-content h2,
.blog__item-content p {
  overflow: hidden;
}

.portfolio__buttongroup li {
  cursor: pointer;
}

.single-quote .quotes, .blog__item-thumb img, .portfolio__inner::after, .about__thumb img {
  width: 100%;
}

.portfolio__inner::after {
  height: 100%;
}

.portfolio__buttongroup li {
  font-weight: 600;
}

.header .navbar-nav .nav-link, .default-btn span {
  font-weight: 700;
}

.portfolio__inner::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.rating, .banner__thumb-pagination {
  justify-content: center;
}

.comment-respond .add-comment .comment-form, .comments .comment-list .comment .com-content .com-title, .blog__meta, .blog__read, .testimonial__top {
  justify-content: space-between;
}

.appointment__form .button-grp, .social, .comments .comment-list .comment .com-content .com-title, .blog__meta, .blog__read, .rating, .testimonial__author, .testimonial__top, .header .navbar-nav {
  align-items: center;
}

.default-btn span {
  display: block;
}

.pagination__link, .tags li a, .comments .comment-list .comment .com-content .com-title .com-title-meta span, .article-pagination .prev-article a,
.article-pagination .next-article a, .post-item-2 .post-inner .post-thumb .play-btn, .header .toggler-icon, .about__content h2 {
  display: inline-block;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.blog__item-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.post-item-2 .post-inner .post-content a h3, .post-item-2 .post-inner .post-content h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.header .navbar-nav .nav-link, .default-btn span {
  text-transform: capitalize;
}

/* @@@@@@@@@@@@@  Extend Property CSS Writing Now  @@@@@@@@@@@@@@ */
.appointment__title, .pagination__link, .post-item-2 .post-inner .post-thumb .play-btn, .footer__copyright, .section__header-content {
  text-align: center;
}

li {
  list-style: none;
}

/* @@@@@@@@@@@@@  Extend Property Margin 0 - 50 CSS Writing Now  @@@@@@@@@@@@@@ */
ul {
  margin: 0;
}

.portfolio__inner {
  margin: 12px;
}

.appointment__form .button-grp p, .chamber__content p, .chamber__title h5, .contact__person p, .contact__info p, .testimonial__author-content p, .testimonial__content p, .service__content p, .section__header-content p {
  margin-bottom: 0;
}

.chamber__content-number:not(:last-child), .comments .comment-list .comment .com-content .com-title .com-title-meta span {
  margin-bottom: 5px;
}

.comments .comment-list .comment .com-content .com-title, .authors .author-content h4,
.authors .author-content p, .article-pagination .prev-article a,
.article-pagination .next-article a, .testimonial__author, .service__content h5, .section__header-content h2 {
  margin-bottom: 10px;
}

.comments .comment-list .comment .com-thumb, .post-item-2 .post-inner .post-content h2, .blog__meta, .blog__item-content h5, .banner__content h1 {
  margin-bottom: 15px;
}

.chamber__content-address, .contact__person h3, .contact__info h3, .service__thumb {
  margin-bottom: 20px;
}

.appointment__title, .portfolio__buttongroup {
  margin-bottom: 25px;
}

.blog__item-thumb {
  margin-bottom: 30px;
}

.about__content h2 {
  margin-bottom: 40px;
}

.section__header {
  margin-bottom: 50px;
}

.single-quote span {
  margin-top: 10px;
}

.testimonial__item .blockquote-footer {
  margin-top: 20px;
}

.comment-respond, .comments, .banner__thumb-pagination {
  margin-top: 30px;
}

.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link svg, .comments .comment-list .comment .com-content .com-title .com-title-meta a {
  margin-right: 5px;
}

.comments .comment-list .comment .com-thumb {
  margin-right: 15px;
}

/* @@@@@@@@@@@@@  Extend Property padding 0 - 50 CSS Writing Now  @@@@@@@@@@@@@@ */
ul {
  padding: 0;
}

.chamber__content, .blog__item-inner {
  padding: 20px;
}

.appointment__wrapper {
  padding: 25px;
}

.contact__wrapper, .single-quote, .comment-respond .add-comment, .comment-respond h4, .comments .comment-list .com-item, .comments .comment-title, .service__inner {
  padding: 30px;
}

.comments .comment-list .com-item {
  padding-bottom: 0;
}

.comments .comment-list .comment .com-content {
  padding-bottom: 20px;
}

.blog__read {
  padding-top: 15px;
}

.testimonial__content {
  padding-top: 25px;
}

.default-btn {
  line-height: 46px;
  padding-inline: 30px;
  border: 2px solid transparent;
  background-color: #20548e;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.default-btn span {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.default-btn:hover {
  background-color: #2f6fe4;
  border-color: #2f6fe4;
}
.default-btn:hover span {
  color: #fff;
}
.default-btn.border__btn {
  line-height: 46px;
  border: 2px solid transparent;
  background-color: transparent;
  border-color: #fff;
}
.default-btn.border__btn span {
  color: #fff;
}
.default-btn.border__btn:hover {
  background-color: #20548e;
  border-color: #20548e;
}
.default-btn.border__btn:hover span {
  color: #20548e;
}
.default-btn--secondary {
  background-color: #2f6fe4;
}
.default-btn--white {
  background-color: #fff;
}
.default-btn--white span {
  color: #20548e;
}

.about__thumb {
  text-align: center;
}
.about__thumb img {
  object-fit: cover;
}
.about__thumb-experience {
  background-color: #2f6fe4;
  padding: 2rem 1rem;
  max-width: 245px;
  box-shadow: 0px 0px 24px 0px #B3B5BF6B;
  text-align: center;
  animation: shakeY 10s linear infinite;
  top: -20px;
  right: 0;
  color: #fff;
  border: 4px solid #fff;
}
.about__thumb-experience h2 {
  color: #fff;
}
@media (min-width: 576px) {
  .about__thumb-experience {
    top: 70px;
  }
}
.about__content h2:after {
  width: 100%;
  height: 5px;
  bottom: -10px;
  left: 0;
  background-color: transparent;
  border-top: 1px solid rgba(32, 84, 142, 0.5);
  border-bottom: 1px solid rgba(32, 84, 142, 0.5);
}
.about__list-item {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .about__list-item {
    font-size: 1.5rem;
  }
}

.footer {
  background-color: #20548e;
}
.footer__copyright {
  border-top: 1px solid #fff;
  padding-block: 1rem;
  color: #fff;
}

.header {
  background-color: #20548e;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-bottom: 2px solid #20548e;
  box-shadow: 0 10px 5px rgba(179, 181, 191, 0.1);
}
.header .navbar-toggler {
  outline: none;
  box-shadow: none;
  display: grid;
  place-items: center;
  border: none;
}
.header .navbar-toggler:not(.collapsed) .toggler-icon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .navbar-toggler:not(.collapsed) .toggler-icon::before {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
}
.header .navbar-toggler:not(.collapsed) .toggler-icon::after {
  -webkit-transform: rotate(-90deg) translateX(8px);
  -moz-transform: rotate(-90deg) translateX(8px);
  -ms-transform: rotate(-90deg) translateX(8px);
  -o-transform: rotate(-90deg) translateX(8px);
  transform: rotate(-90deg) translateX(8px);
}
@media (min-width: 992px) {
  .header .navbar-toggler {
    display: none;
  }
}
.header .toggler-icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3px;
  width: 30px;
  background-color: #fff;
  border-radius: 99px;
}
.header .toggler-icon::after, .header .toggler-icon::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3px;
  width: 100%;
  background-color: inherit;
  border-radius: inherit;
}
.header .toggler-icon::before {
  top: -8px;
  left: 0;
}
.header .toggler-icon::after {
  bottom: -8px;
  left: 0;
}
.header .navbar-nav .nav-link {
  font-family: "Noto Sans Bengali", sans-serif;
  color: #fff;
  padding: 10px;
}
@media (min-width: 992px) {
  .header .navbar-nav .nav-link {
    padding: 20px 15px;
  }
}
.header .navbar-nav .nav-link.active, .header .navbar-nav .nav-link:hover {
  color: #2f6fe4 !important;
}
.header .navbar-nav .nav-link:focus {
  color: #fff;
}
.header .default-btn {
  background-color: #2f6fe4;
}
@media (max-width: 991px) {
  .header .default-btn {
    display: none;
  }
}
.header .default-btn:hover {
  border-color: #2f6fe4;
}
.header .default-btn:hover span {
  color: #fff;
}

/*=-=-=-======< Page header start here >==========-=-=-=-*/
.page-header {
  padding-block: 70px;
}
@media (min-width: 992px) {
  .page-header {
    padding-block: 100px;
  }
}
@media (min-width: 1440px) {
  .page-header {
    padding-block: 120px;
  }
}
.page-header .breadcrumb-item:before, .page-header .breadcrumb-item.active {
  color: #222C38;
}

/*=-=-=-======< Page header end here >==========-=-=-=-*/
.banner {
  overflow: hidden;
  padding-block: 80px;
  background-size: cover;
}
@media (min-width: 992px) {
  .banner {
    padding-block: 100px;
  }
}
.banner__content h1 {
  font-size: calc(1.4625rem + 2.55vw);
}
@media (min-width: 1200px) {
  .banner__content h1 {
    font-size: 3.375rem;
  }
}
.banner__content p {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: 500;
}
@media (min-width: 1200px) {
  .banner__content p {
    font-size: 1.875rem;
  }
}
.banner__list {
  column-count: 2;
  column-gap: 40px;
}
.banner__list-item {
  font-size: calc(1.275rem + 0.3vw);
  padding-block: 10px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .banner__list-item {
    font-size: 1.5rem;
  }
}
.banner__list-item:not(:nth-child(3n)) {
  border-bottom: 1px solid rgba(32, 84, 142, 0.2);
}
.banner__list-item i {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .banner__thumb:before {
    position: absolute;
    content: "";
    top: -50px;
    left: -50px;
    width: 50px;
    height: 50px;
    background-image: url(../images/banner/shape.png);
    background-size: cover;
    z-index: 1;
    animation: tada 5s linear infinite;
  }
}
.service {
  background-image: url(../images/service/bg.jpg);
  background-size: cover;
}
.service__inner {
  box-shadow: 0px 0px 24px rgba(179, 181, 191, 0.42);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.service__thumb--rounded-shadow img {
  box-shadow: 0px 0px 24px rgba(179, 181, 191, 0.42);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.portfolio__item {
  width: calc(100% / 1);
}
@media (min-width: 576px) {
  .portfolio__item {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .portfolio__item {
    width: calc(100% / 3);
  }
}
.portfolio__inner::after {
  top: 0;
  left: 0;
  background-color: rgba(32, 84, 142, 0.6);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio__inner:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio__inner:hover .portfolio__content {
  bottom: 50%;
  opacity: 1;
}
.portfolio__content {
  bottom: 40%;
  left: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 1;
  opacity: 0;
}
.portfolio__content a {
  display: inline-grid;
  place-items: center;
  height: 50px;
  width: 50px;
  background-color: #2f6fe4;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #fff;
}
.portfolio__buttongroup {
  gap: 10px;
}
.portfolio__buttongroup li {
  padding: 0.75rem 1rem;
  background: #fff;
  line-height: 1;
  border-radius: 2px;
}
.portfolio__buttongroup li.is-checked {
  background-color: #2f6fe4;
  color: #fff;
}

.testimonial__top {
  border-bottom: 1px solid #ecf0f3;
  padding-bottom: 10px;
}
.testimonial__item {
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px #B3B5BF6B;
  padding: 25px;
}
.testimonial__item blockquote {
  font-size: 1rem;
}
.testimonial__item .blockquote-footer h4 {
  font-weight: 600;
}
.testimonial__item .blockquote-footer::before {
  display: none;
}
.testimonial__author {
  gap: 20px;
}
.testimonial__author-thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.testimonial__author-content {
  width: calc(100% - 90px);
}
.testimonial__author-content h6 {
  font-size: 1.125rem;
}
.testimonial__author-content h6 a {
  color: #20548e;
}
.testimonial__author-content p {
  font-size: 1rem;
}

.rating {
  gap: 5px;
}
.rating__item i {
  font-size: 0.875rem;
  color: #20548e;
}

.blog__item {
  background-color: #fff;
}
.blog__item-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog__item-content {
  padding-inline-end: 10px;
}
.blog__item-content h5 a {
  color: #20548e;
}
.blog__item:hover .blog__item-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__item:hover .blog__item-content h3 a {
  color: #20548e;
}
.blog__read {
  border-top: 1px solid #ecf0f3;
}
.blog__read a {
  color: #2f6fe4;
  font-weight: 500;
}
.blog__meta {
  gap: 20px;
}
.blog__meta li {
  color: #2f6fe4;
}
.blog__meta li span {
  margin-right: 3px;
}
.blog__meta li a {
  color: #2f6fe4;
  font-weight: 600;
}
.blog .default-btn:hover {
  background-color: #20548e;
}

.post-item-2 {
  background: #fff;
}
.post-item-2 .post-inner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 35px;
}
.post-item-2 .post-inner:hover .post-thumb a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.post-item-2 .post-inner .post-thumb-container .thumb-nav {
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #f7f2e9;
  line-height: 50px;
  text-align: center;
  color: #222C38;
  font-size: 20px;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .post-item-2 .post-inner .post-thumb-container .thumb-nav {
    display: none;
  }
}
.post-item-2 .post-inner .post-thumb-container .thumb-nav:hover {
  color: #fff;
  background-color: #20548e;
}
.post-item-2 .post-inner .post-thumb-container .thumb-next {
  right: 20px;
  z-index: 1;
}
.post-item-2 .post-inner .post-thumb-container .thumb-prev {
  left: 20px;
  z-index: 1;
}
.post-item-2 .post-inner .post-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-thumb .play-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 100%;
}
.post-item-2 .post-inner .post-thumb .play-btn svg {
  color: #20548e;
  font-size: 1rem;
  z-index: 1;
}
.post-item-2 .post-inner .post-thumb .meta-date {
  top: 10px;
  left: 10px;
}
.post-item-2 .post-inner .post-thumb .meta-date .md-pre {
  padding: 8px 20px;
  background: #fff;
  text-align: center;
  border-radius: 2px;
}
.post-item-2 .post-inner .post-thumb .meta-date .md-pre h5,
.post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
  color: #222C38;
  margin-bottom: 0;
  line-height: 1;
}
.post-item-2 .post-inner .post-thumb .meta-date .md-pre h5 {
  margin-bottom: 5px;
}
.post-item-2 .post-inner .post-thumb .meta-date .md-pre p {
  font-size: 15px;
}
.post-item-2 .post-inner .post-content {
  padding: 30px;
}
.post-item-2 .post-inner .post-content .post-date {
  margin-bottom: 19px;
}
.post-item-2 .post-inner .post-content .post-date li {
  display: inline-block;
  padding-right: 10px;
}
.post-item-2 .post-inner .post-content .post-date li:last-child {
  padding-right: 0;
}
.post-item-2 .post-inner .post-content .post-date li span a {
  padding-left: 5px;
}
.post-item-2 .post-inner .post-content .post-date li span a:hover {
  color: #20548e;
}
.post-item-2 .post-inner .post-content h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .post-item-2 .post-inner .post-content h2 {
    font-size: 1.875rem;
  }
}
.post-item-2 .post-inner .post-content a h3 {
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-content a h3:hover {
  color: #20548e;
}
.post-item-2 .post-inner .post-content .default-button {
  line-height: 56px;
  padding: 0 2rem;
}
.post-item-2 .post-inner .post-content p {
  margin-bottom: 25px;
}
.post-item-2 .post-inner .post-content .more-com .text-btn {
  font-weight: 500;
}
.post-item-2 .post-inner .post-content .more-com .text-btn span {
  font-size: 15px;
}
.post-item-2 .post-inner .post-content .more-com .text-btn:hover span {
  color: #20548e;
}
.post-item-2 .post-inner .post-content .more-com .text-btn:hover i {
  margin-left: 5px;
  opacity: 1;
}
.post-item-2 .post-inner .post-content .more-com .text-btn i {
  top: 50%;
  font-size: 13px;
  margin-left: -10px;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span {
  padding-right: 15px;
  color: #20548e;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span:last-child {
  padding-right: 0;
  color: red;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-content .more-com .comment-visi span a:hover {
  color: #222C38;
}
.post-item-2 .post-inner .post-content .qute-content {
  padding: 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(81, 70, 174, 0.27);
}
.post-item-2 .post-inner .post-content .qute-content blockquote {
  margin-bottom: 0;
  padding-top: 45px;
}
.post-item-2 .post-inner .post-content .qute-content blockquote::before {
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  opacity: 0.5;
  color: #20548e;
  content: "" !important;
  font-size: 36px;
  font-family: IcoFont !important;
}
.post-item-2 .post-inner .post-content .qute-content blockquote::after {
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  color: #20548e;
  content: "" !important;
  font-size: 36px;
  font-family: IcoFont !important;
}
.post-item-2 .post-inner .post-content .qute-content blockquote a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-2 .post-inner .post-content .qute-content blockquote a:hover {
  color: #20548e;
}
.post-item-2 .post-inner .post-content .meta-post p span {
  display: inline-block;
  padding-right: 15px;
}
.post-item-2 .post-inner .post-content .meta-post p span::after {
  width: 1px;
  height: 12px;
  right: 4px;
  top: 50%;
  background: #dddcdc;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-item-2 .post-inner .post-content .meta-post p span.admin-name {
  margin-left: 5px;
}
.post-item-2 .post-inner .post-content .meta-post p span:last-child {
  padding-right: 0;
}
.post-item-2 .post-inner .post-content .meta-post p span:last-child::after {
  display: none;
}
.post-item-2 .post-inner .post-content .meta-post p span a {
  padding-left: 5px;
}
.post-item-2 .post-inner .post-content .meta-post p span a:hover {
  color: #20548e;
}

.article-pagination {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.article-pagination .prev-article a,
.article-pagination .next-article a {
  font-size: 1.25rem;
  color: #20548e;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
.article-pagination .prev-article a svg,
.article-pagination .next-article a svg {
  font-size: 18px;
}
.article-pagination .prev-article a:hover,
.article-pagination .next-article a:hover {
  color: #20548e;
}
.article-pagination .prev-article p,
.article-pagination .next-article p {
  margin-bottom: 0;
}
.article-pagination .next-article {
  text-align: right;
}

.authors {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  margin: 30px 0;
  background: #fff;
}
@media (max-width: 575px) {
  .authors {
    justify-content: center;
  }
}
.authors .author-thumb {
  width: 160px;
  text-align: center;
  border: 5px solid rgba(32, 84, 142, 0.1);
  border-radius: 100%;
}
.authors .author-thumb a {
  width: 140px;
  height: 140px;
  border-radius: 100%;
}
.authors .author-thumb img {
  height: 100%;
  border-radius: 100%;
}
.authors .author-content {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 576px) {
  .authors .author-content {
    width: calc(100% - 180px);
    margin-top: 0;
    text-align: left;
  }
}
.comments {
  background: #fff;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
}
.comments .comment-title {
  border-bottom: 1px solid rgba(34, 44, 56, 0.1);
}
@media (max-width: 575px) {
  .comments .comment-list {
    margin: 0;
  }
}
.comments .comment-list .comment .com-thumb {
  height: 50px;
  width: 50px;
  float: left;
  border: 5px solid rgba(32, 84, 142, 0.1);
  border-radius: 100%;
}
@media (min-width: 576px) {
  .comments .comment-list .comment .com-thumb {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .comments .comment-list .comment .com-thumb {
    height: 80px;
    width: 80px;
  }
}
.comments .comment-list .comment .com-thumb img {
  border-radius: 100%;
}
@media (max-width: 575px) {
  .comments .comment-list .comment .com-content {
    width: 100%;
  }
}
.comments .comment-list .comment .com-content .com-title .com-title-meta a {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
  color: #20548e;
}
.comments .comment-list .comment .com-content .com-title .com-title-meta h6 a {
  color: #222C38;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments .comment-list .comment .com-content .com-title .com-title-meta h6 a:hover {
  color: #20548e;
}
.comments .comment-list .comment .com-content .com-title .com-title-meta span {
  font-size: 1rem;
}
@media (max-width: 575px) {
  .comments .comment-list .comment .com-content .com-title .reply {
    margin-bottom: 10px;
    display: inline-block;
  }
}
.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link {
  padding: 3px 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments .comment-list .comment .com-content .com-title .reply .comment-reply-link:hover {
  color: #20548e;
  border-radius: 5px;
}
.comments .comment-list .comment .comment-list {
  padding: 0 20px;
  border-top: 1px solid rgba(34, 44, 56, 0.1);
}
@media (min-width: 576px) {
  .comments .comment-list .comment .comment-list {
    padding-left: 60px;
    padding-right: 30px;
  }
}
.comments .comment-list .comment .comment-list .comment {
  list-style: none;
  overflow: hidden;
  padding-top: 30px;
}
.comments .comment-list .comment .comment-list .comment:last-child {
  border: none;
  padding-bottom: 0px;
}

.comment-respond {
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.06));
  background: #fff;
}
.comment-respond h4 {
  border-bottom: 1px solid rgba(34, 44, 56, 0.1);
}
.comment-respond .add-comment .comment-form input[type=text] {
  padding: 16px 15px;
  border-radius: 4px;
  width: 100%;
}
@media (min-width: 576px) {
  .comment-respond .add-comment .comment-form input[type=text] {
    width: calc(100% / 2 - 15px);
  }
}
.comment-respond .add-comment .comment-form input,
.comment-respond .add-comment .comment-form textarea {
  border: none;
  outline: none;
  margin-bottom: 20px;
  background: #f2f9fe;
  color: #20548e;
}
.comment-respond .add-comment .comment-form input::placeholder,
.comment-respond .add-comment .comment-form textarea::placeholder {
  color: rgba(32, 84, 142, 0.9);
}
.comment-respond .add-comment .comment-form textarea {
  padding: 15px;
  width: 100%;
  border-radius: 4px;
}
.comment-respond .add-comment .comment-form .default-btn {
  margin-block: 20px;
}

.single-quote {
  background: #20548e;
  color: #fff;
}
.single-quote .quotes {
  font-size: 1.25rem;
}
.single-quote span {
  margin-left: auto;
  display: block;
  text-align: right;
  font-size: 1.125rem;
  font-weight: 400;
}

.tags-area {
  justify-content: center;
  border-top: 1px solid rgba(34, 44, 56, 0.1);
  padding: 25px 10px;
  gap: 20px;
}
@media (min-width: 1200px) {
  .tags-area {
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .tags-area {
    padding: 25px 0 0;
  }
}

@media (min-width: 1200px) {
  .tags {
    margin-bottom: 0;
  }
}
.tags li {
  padding: 5px;
}
.tags li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f2f9fe;
  color: #20548e;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 3px;
}
.tags li a:hover, .tags li a.active {
  background: #20548e;
  color: #fff;
}

.social {
  gap: 10px;
}
.social__link {
  display: inline-grid;
  place-items: center;
  height: 40px;
  width: 40px;
  background-color: #f2f9fe;
  border: 1px solid #ecf0f3;
}
.social__link:hover {
  background-color: #20548e;
  color: #fff;
  border-color: #20548e;
}

.pagination {
  gap: 10px;
}
.pagination__item:hover .pagination__link, .pagination__item--active .pagination__link {
  background-color: #F3F4F6;
  color: #fff;
}
.pagination__item--disabled .pagination__link {
  background-color: #aeaeae;
  color: #20548e;
  cursor: not-allowed;
}
.pagination__item--disabled .pagination__link:hover {
  background-color: #aeaeae;
  color: #20548e;
}
.pagination__link {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #fff;
  color: #20548e;
}

.contact__wrapper {
  background-image: url(../images/contact/bg.jpg);
  background-size: cover;
}
@media (min-width: 992px) {
  .contact__wrapper {
    padding: 50px;
  }
}
.contact__wrapper * {
  color: #fff;
}
.contact__person p, .contact__info p {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .contact__person p, .contact__info p {
    font-size: 1.5rem;
  }
}
.chamber .col-lg-3:nth-child(2n) .chamber__title {
  background-color: #2765ab;
}
.chamber__item {
  background-color: #fff;
}
.chamber__title {
  background-color: #20548e;
  padding-inline: 24px;
  padding-block-start: 20px;
  padding-block-end: 10px;
}
.chamber__title h5 {
  color: #fff;
  line-height: 1;
}
.chamber__content-number p {
  font-weight: 500;
}

.appointment {
  margin-top: -30px;
}
.appointment__wrapper {
  background-color: #fff;
}
@media (min-width: 992px) {
  .appointment__wrapper {
    padding: 50px;
  }
}
.appointment__form {
  /* Hide Calendar Icon In Chrome */
}
.appointment__form .form-control {
  background-color: #f2f9fe;
  color: #20548e;
  border: none;
  padding: 1rem 1.5rem;
}
.appointment__form .form-control::placeholder {
  color: #20548e;
}
.appointment__form .form-control:focus {
  box-shadow: none;
}
.appointment__form textarea {
  min-height: 150px;
}
.appointment__form .input-group-text {
  background-color: #f2f9fe;
  border: none;
  padding-inline: 1.5rem;
}
.appointment__form input[type=date]::-webkit-inner-spin-button,
.appointment__form input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.appointment__form .button-grp {
  gap: 20px;
  margin-top: 40px;
}
.appointment__form .button-grp p {
  font-weight: 700;
}

/*# sourceMappingURL=style.css.map */
