/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/sass/main.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}

body {
  box-sizing: border-box;
}

body {
  font-family: "iranyekan", Tahoma, sans-serif;
  font-weight: normal;
  line-height: 1.7;
  color: #777;
  font-size: 1.4rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

.text-justify {
  text-align: justify;
}

.text-primary {
  color: #032656;
}

.text-secondary {
  color: #069cd4;
}

.overflow-hidden {
  overflow: hidden;
}

.p-3 {
  padding: 1rem;
}

.py-5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.my-5 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.bg-dark {
  background-color: #f4fcff;
}

.bg-grey {
  background-color: #ededed;
}

.btn-animate,
.btn-animate:before,
.btn-animate:after {
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}

.btn-animate:before,
.btn-animate:after {
  z-index: -1;
}

.btn-animate {
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.5rem 0;
  font-size: 1.6rem;
  border: 1px solid currentColor;
  background-color: transparent;
  z-index: 0;
}
.btn-animate--swipe {
  color: #6c4028;
}
.btn-animate--swipe:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #311201;
  transform: translateX(-100%);
}
.btn-animate--swipe:hover {
  color: #d4c7c0;
}
.btn-animate--swipe:hover:before {
  transform: translateX(0);
}
.btn-animate--diagonal {
  color: #fff;
}
.btn-animate--diagonal:before, .btn-animate--diagonal:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.btn-animate--diagonal:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #fff;
  transform: translateX(-100%);
}
.btn-animate--diagonal:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #fff;
  transform: translateX(100%);
}
.btn-animate--diagonal:hover {
  color: #032656;
}
.btn-animate--diagonal:hover:before {
  transform: translateX(-49%);
}
.btn-animate--diagonal:hover:after {
  transform: translateX(49%);
}
.btn-animate--slice {
  color: #069cd4;
}
.btn-animate--slice:before, .btn-animate--slice:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 0 solid;
  transform: rotate(360deg);
  z-index: -1;
}
.btn-animate--slice:before {
  content: "";
  width: 0;
  height: 0;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #069cd4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-animate--slice:after {
  content: "";
  width: 0;
  height: 0;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #069cd4 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-animate--slice:hover {
  color: #fff;
}
.btn-animate--slice:hover:before, .btn-animate--slice:hover:after {
  border-width: 40px 862.5px;
}
@media (min-width: 576px) {
  .btn-animate--slice:hover:before, .btn-animate--slice:hover:after {
    border-width: 40px 462.5px;
  }
}
@media (min-width: 768px) {
  .btn-animate--slice:hover:before, .btn-animate--slice:hover:after {
    border-width: 40px 462.5px;
  }
}
@media (min-width: 992px) {
  .btn-animate--slice:hover:before, .btn-animate--slice:hover:after {
    border-width: 40px 262.5px;
  }
}

.footer {
  background-color: #032656;
  color: #fff;
}
.footer__info {
  width: 100%;
}
@media (min-width: 576px) {
  .footer__info {
    width: 33.333%;
    display: block;
  }
}
@media (min-width: 768px) {
  .footer__info {
    width: 25%;
  }
}
.footer__container {
  padding: 4rem 4rem;
}
@media (min-width: 768px) {
  .footer__container {
    padding: 4rem 2rem;
  }
}
@media (min-width: 1200px) {
  .footer__container {
    padding: 4rem 0;
  }
}
.footer__logo {
  width: 80%;
  display: block;
}
.footer__about {
  text-align: justify;
  font-size: 1.2rem;
  padding-left: 4rem;
  padding-top: 2rem;
}
.footer h3 {
  font-size: 2rem;
  font-weight: bold;
}
.footer h3::after {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background-color: #d1e7fa;
}
.footer__services {
  padding: 1rem 1rem;
  width: 25%;
  display: none;
}
@media (min-width: 768px) {
  .footer__services {
    display: block;
  }
}
.footer__services ul {
  list-style-type: none;
}
.footer__services ul li {
  margin-top: 0.5rem;
}
.footer__services ul li:first-child {
  margin-top: 2rem;
}
.footer__services ul li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.3rem;
  display: flex;
  align-items: center;
  transition: color 0.3s ease-in;
}
.footer__services ul li a:hover {
  color: #069cd4;
}
.footer__services ul li a svg {
  width: 1.4rem;
  height: 1.4rem;
  fill: #d1e7fa;
  transition: fill 0.3s ease-in;
}
.footer__services ul li a:hover svg {
  fill: #069cd4;
}
.footer__blog {
  padding: 1rem 1rem;
  display: none;
}
@media (min-width: 576px) {
  .footer__blog {
    width: 33.333%;
    display: block;
  }
}
@media (min-width: 768px) {
  .footer__blog {
    width: 25%;
  }
}
.footer__blog__posts {
  list-style-type: none;
}
.footer__blog__posts__item {
  display: flex;
  margin-top: 1.8rem;
}
.footer__blog__posts__item__img {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 30%;
}
.footer__blog__posts__item__img img {
  display: block;
  width: 100%;
}
.footer__blog__posts__item__title {
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: space-between;
  width: 70%;
  flex-direction: column;
  padding-right: 1rem;
}
.footer__blog__posts__item__title h6 {
  font-size: 1.4rem;
}
.footer__blog__posts__item__title span {
  font-size: 1rem;
}
.footer_contactus {
  padding: 1rem 1rem;
  width: 100%;
}
@media (min-width: 576px) {
  .footer_contactus {
    width: 33.333%;
    display: block;
  }
}
@media (min-width: 768px) {
  .footer_contactus {
    width: 25%;
  }
}
.footer_contactus ul {
  list-style-type: none;
}
.footer_contactus ul li {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.footer_contactus ul li:first-child {
  margin-top: 2rem;
}
.footer_contactus ul li a {
  display: flex;
  align-items: center;
}
.footer_contactus ul li svg {
  width: 4.2rem;
  height: 4.2rem;
  fill: #3cc6f9;
  margin-left: 1.8rem;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.6));
  transition: fill 0.3s ease-in;
}
.footer_contactus ul li svg.svg-3x {
  width: 6.5rem;
  height: 6.5rem;
}
.footer_contactus ul li a {
  text-decoration: none;
  color: #fff;
  padding-bottom: 0.3rem;
}
.footer__copyright {
  width: 100%;
  font-size: 1.4rem;
  background-color: #011025;
  font-weight: 300;
  padding: 1.8rem 2rem;
}
@media (min-width: 576px) {
  .footer__copyright {
    padding: 1.8rem 1rem;
  }
}
@media (min-width: 768px) {
  .footer__copyright {
    padding: 1.8rem 0;
  }
}
.footer__copyright .row {
  justify-content: center;
  text-align: center;
}

.header-secondary {
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
    background-image: url(7dbfe4eedc014b162f91.jpg);
    box-shadow: 0px 1px 3px 0px #ccc;
}
.header-secondary__breadcrumb {
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    background: linear-gradient(135deg, rgba(3, 38, 86, 0.7) 0%, rgba(3, 38, 86, 0.9) 30%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.9) 80%, rgba(3, 38, 86, 0.9) 80%, rgba(3, 38, 86, 0.7) 100%);
    color: #032656;
}
@media (min-width: 576px) {
    .header-secondary__breadcrumb {
        background: linear-gradient(135deg, rgba(3, 38, 86, 0.7) 0%, rgba(3, 38, 86, 0.9) 40%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.9) 80%, rgba(3, 38, 86, 0.9) 80%, rgba(3, 38, 86, 0.7) 100%);
    }
}
@media (min-width: 768px) {
    .header-secondary__breadcrumb {
        background: linear-gradient(135deg, rgba(3, 38, 86, 0.7) 0%, rgba(3, 38, 86, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 80%, rgba(3, 38, 86, 0.9) 80%, rgba(3, 38, 86, 0.7) 100%);
    }
}
@media (min-width: 992px) {
    .header-secondary__breadcrumb {
        background: linear-gradient(135deg, rgba(3, 38, 86, 0.7) 0%, rgba(3, 38, 86, 0.9) 60%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.9) 80%, rgba(3, 38, 86, 0.9) 80%, rgba(3, 38, 86, 0.7) 100%);
    }
}
.header-secondary__links {
    position: absolute;
    right: 20%;
    height: 100%;
    width: 60%;
    list-style-type: none;
}
@media (min-width: 576px) {
    .header-secondary__links {
        width: 40%;
    }
}
@media (min-width: 768px) {
    .header-secondary__links {
        width: 30%;
    }
}
@media (min-width: 992px) {
    .header-secondary__links {
        width: 20%;
    }
}
.header-secondary__links .link-box {
    font-size: 2.2rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-secondary__links .link-text {
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
}
.header-secondary__links .link-text:not(:first-child) {
    margin-right: 5px;
}
.header-secondary__links .link-text a {
    color: inherit;
    text-decoration: none;
}
.header-secondary__links .left-bars {
    position: absolute;
    left: 0;
    height: 100%;
}
.header-secondary__links .left-bars::before {
    position: absolute;
    content: "";
    left: -4px;
    top: 0;
    width: 22px;
    height: 100%;
    -ms-transform: skewX(135deg);
    -webkit-transform: skewX(135deg);
    transform: skewX(135deg);
    background-image: -ms-linear-gradient(top, #558dca 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #558dca 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #558dca 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558dca), color-stop(100, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #558dca 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558dca 0%, rgba(255, 255, 255, 0) 100%);
}
.header-secondary__links .left-bars::after {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    width: 8px;
    height: 100%;
    -ms-transform: skewX(135deg);
    -webkit-transform: skewX(135deg);
    transform: skewX(135deg);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558dca 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558dca 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558dca 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558dca));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558dca 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558dca 100%);
}
.header-secondary__links .right-bars {
    position: absolute;
    right: -5%;
    height: 100%;
}
.header-secondary__links .right-bars::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 22px;
    height: 100%;
    -ms-transform: skewX(135deg);
    -webkit-transform: skewX(135deg);
    transform: skewX(135deg);
    background-image: -ms-linear-gradient(top, #558dca 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #558dca 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #558dca 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558dca), color-stop(100, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #558dca 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558dca 0%, rgba(255, 255, 255, 0) 100%);
}
.header-secondary__links .right-bars::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 8px;
    height: 100%;
    -ms-transform: skewX(135deg);
    -webkit-transform: skewX(135deg);
    transform: skewX(135deg);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558dca 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558dca 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558dca 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558dca));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558dca 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558dca 100%);
}

.main-header {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .main-header {
    flex-direction: row;
  }
}
.main-header__logo {
  width: 100%;
  padding-left: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .main-header__logo {
    width: 26%;
  }
}
.main-header__logo img {
  width: 60%;
}
@media (min-width: 768px) {
  .main-header__logo img {
    width: 100%;
  }
}
.main-header__nav {
  flex-grow: 1;
  transform: translateZ(0) skewx(0deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  border-right: 2px solid #032656;
}
@media (min-width: 768px) {
  .main-header__nav {
    transform: translateZ(0) skewx(-20deg);
  }
}
.main-header .ts-back {
  transform: skewx(0deg);
}
@media (min-width: 768px) {
  .main-header .ts-back {
    transform: skewx(21deg);
  }
}
.main-header__nav--info {
  position: relative;
  padding: 0.5rem 4rem;
  width: 100%;
  color: #fff;
  background-image: linear-gradient(10deg, #069cd4 0%, #032656 100%);
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .main-header__nav--info {
    position: absolute;
    width: 120%;
  }
}
.main-header__nav--info span:not(:last-child) {
  margin-left: 0.5rem;
}
.main-header__nav--links {
  margin-top: 0.7rem;
  padding-right: 3rem;
  display: flex;
}
@media (min-width: 768px) {
  .main-header__nav--links {
    margin-top: 4.7rem;
  }
}
.main-header__nav--links li {
  display: inline-block;
}
.main-header__nav--links li:after, .main-header__nav--links li:before {
  backface-visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}
.main-header__nav--links li:hover:after, .main-header__nav--links li:hover:before {
  backface-visibility: hidden;
  border-color: #069cd4;
  transition: width 350ms ease-in-out;
  width: 90%;
}
.main-header__nav--links li:hover:before {
  bottom: auto;
  top: 0;
  width: 90%;
}
.main-header__nav--links li a {
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0.5rem 1rem;
  color: #032656;
}

.main-slider {
  width: 100%;
  height: 30vh;
  position: relative;
  overflow: hidden;
}

@media (min-width: 576px) {
    .main-slider {
        height: 40vh;
    }
}
@media (min-width: 768px) {
    .main-slider {
        height: 80vh;
    }
}

.main-slider__slide {
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  transition: all 0.9s;

}
.main-slider__slide--1 {
  background-image: url(7dbfe4eedc014b162f91.jpg);
}
.main-slider__slide--2 {
  background-image: url(e70bbde062b32cd0fb3c.jpg);
}

.modern-form {
  /* active state */
}
.modern-form__input {
  font-family: inherit;
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem 0.6rem 0.5rem;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  color: #fff;
  margin-bottom: 1rem;
}
.modern-form__input:focus {
  outline: none;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.modern-form__switch label {
  font-size: 1.4rem;
}
.modern-form__switch__field {
  display: flex;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.modern-form__switch__field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.modern-form__switch__field label {
  background-color: transparent;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  padding: 0.6rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}
.modern-form__switch__field label:hover {
  cursor: pointer;
}
.modern-form__switch__field input:checked + label {
  background-color: #fff;
  color: #032656;
  box-shadow: none;
}
.modern-form__switch__field label:first-of-type {
  border-radius: 0 2px 2px 0;
}
.modern-form__switch__field label:last-of-type {
  border-radius: 2px 0 0 2px;
}

.btn-slider {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  top: 40%;
  border: 2px solid #032656;
  transition: all 0.4s;
}
.btn-slider:hover {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #069cd4;
  transform: translateY(-2px);
}
.btn-slider--prev {
  right: 0;
}
.btn-slider--next {
  left: 0;
}
.btn-slider svg {
  width: 80%;
  height: 80%;
  fill: #032656;
  transition: all 0.4s;
}
.btn-slider svg:hover {
  fill: #069cd4;
}

.btn-img-slider {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  top: 40%;
  border: 2px solid #069cd4;
  transition: all 0.4s;
  z-index: 2;
}
.btn-img-slider:hover {
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid #032656;
  transform: translateY(-2px);
}
.btn-img-slider--prev {
  right: 5%;
}
.btn-img-slider--next {
  left: 5%;
}
.btn-img-slider svg {
  width: 80%;
  height: 80%;
  fill: #069cd4;
  transition: all 0.4s;
}
.btn-img-slider svg:hover {
  fill: #032656;
}

.container-fluid {
  max-width: 100%;
}

.container {
  max-width: 114rem;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1 0 0%;
  min-height: 2rem;
}

.col-1 {
  flex: 0 0 auto;
  width: 25%;
  min-height: 2rem;
}

.col-2 {
  flex: 0 0 auto;
  width: 50%;
  min-height: 2rem;
}

.col-3 {
  flex: 0 0 auto;
  width: 75%;
  min-height: 2rem;
}

.col-4 {
  flex: 0 0 auto;
  width: 100%;
  min-height: 2rem;
}

.comingsoon-container {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(3, 38, 86, 0.8), rgba(3, 38, 86, 0.9)), url(7dbfe4eedc014b162f91.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.comingsoon-container__logo {
  display: block;
  width: 80%;
}
@media (min-width: 768px) {
  .comingsoon-container__logo {
    margin: 0 0;
    width: 40%;
  }
}
.comingsoon-container__logo img {
  display: block;
  width: 100%;
}
.comingsoon-container__text {
  text-align: center;
  color: #fff;
}
.comingsoon-container__text--header {
  text-shadow: 2px 2px 2px rgba(6, 156, 212, 0.5);
  font-size: 3rem;
}
@media (min-width: 576px) {
  .comingsoon-container__text--header {
    font-size: 4rem;
  }
}
.comingsoon-container__text--specialty {
  font-size: 2rem;
  text-shadow: 1px 1px 1px rgba(6, 156, 212, 0.5);
}
@media (min-width: 576px) {
  .comingsoon-container__text--specialty {
    font-size: 2.4rem;
  }
}
.comingsoon-container__text--soon {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  color: #069cd4;
  text-shadow: 2px 2px 2px rgba(3, 38, 86, 0.8);
}
@media (min-width: 576px) {
  .comingsoon-container__text--soon {
    font-size: 2rem;
  }
}

.about-main {
  position: relative;
  padding-bottom: 7rem;
  background-image: url(febf63c91fa74757a577.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.about-main .container {
  position: relative;
}
.about-main__contents {
  width: 100%;
  padding: 2rem 4rem;
  color: #323440;
}
@media (min-width: 992px) {
  .about-main__contents {
    width: 60%;
    padding: 1rem 2rem;
    min-height: 80vh;
  }
}
.about-main__contents h2 {
  padding-top: 1.2rem;
  text-shadow: -2px 3px 4px rgba(150, 150, 150, 0.8);
  font-size: 2.2rem;
}
@media (min-width: 576px) {
  .about-main__contents h2 {
    font-size: 2.7rem;
  }
}
@media (min-width: 768px) {
  .about-main__contents h2 {
    font-size: 3.2rem;
  }
}
.about-main__contents h2::after {
  content: " ";
  display: block;
  height: 3px;
  width: 90%;
  background: linear-gradient(to left, #069cd4, rgba(6, 156, 212, 0));
  margin-top: 0.8rem;
  margin-bottom: 2rem;
}
.about-main__info {
  position: absolute;
  top: -10rem;
  left: 0;
  width: 35%;
  background-image: linear-gradient(rgba(3, 38, 86, 0.8), rgba(3, 38, 86, 0.95)), url(ad8f66eaaa515fe0809f.jpg);
  background-size: cover;
  box-shadow: 1px 2px 6px 2px rgba(3, 38, 86, 0.5);
  display: none;
}
@media (min-width: 992px) {
  .about-main__info {
    display: block;
  }
}
.about-main__info--box {
  display: flex;
  flex-direction: column;
  margin: 1rem;
  padding: 2rem 2rem;
  border: thin solid #069cd4;
  color: #fff;
}
.about-main__info--box-widget h4 {
  text-align: justify;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.about-main__info--box-widget h4 span {
  color: #15baf8;
  font-weight: bold;
}
.about-main__info--box-widget p {
  text-align: justify;
}
.about-main__info--box-widget:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #069cd4;
}

.main-features {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .main-features {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.main-features__description {
  padding: 2rem 2.5rem;
  background-color: rgba(3, 38, 86, 0.95);
  background-image: url(1b49fced1430da57e52d.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  width: 25%;
}
@media (min-width: 992px) {
  .main-features__description {
    display: block;
  }
}
.main-features__description h4 {
  text-align: justify;
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #15baf8;
  text-shadow: -2px 3px 3px rgba(3, 38, 86, 0.8);
}
.main-features__description h4::after {
  content: " ";
  display: block;
  height: 3px;
  width: 90%;
  background: linear-gradient(to left, #069cd4, rgba(6, 156, 212, 0));
  margin-top: 0.3rem;
  margin-bottom: 2rem;
}
.main-features__description p {
  text-align: justify;
  color: #fff;
  margin-bottom: 2rem;
}
.main-features__features {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 992px) {
  .main-features__features {
    width: 75%;
  }
}
.main-features__features-item {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .main-features__features-item {
    width: 50%;
  }
  .main-features__features-item:nth-child(-n+4) {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .main-features__features-item {
    width: 33.333%;
    margin-bottom: 0;
  }
  .main-features__features-item:nth-child(-n+4) {
    margin-bottom: 0;
  }
  .main-features__features-item:nth-child(-n+3) {
    margin-bottom: 2rem;
  }
}
.main-features__features-item-box {
  margin: 0 0.5rem;
  background-image: url(1a8fc5808e7b3c00c37a.png);
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
}
@media (min-width: 576px) {
  .main-features__features-item-box {
    flex-direction: column;
  }
}
.main-features__features-item-box img {
  display: block;
}
.main-features__features-item-box .info {
  padding: 0 1.5rem 1rem 1.5rem;
}
.main-features__features-item-box .info h4 {
  text-align: justify;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #032656;
}
.main-features__features-item-box .info p {
  text-align: justify;
}

.doctor-info {
  background: linear-gradient(-180deg, #ededed 0, #ededed 68%, #032656 68%, #032656 100%);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .doctor-info {
    background: linear-gradient(-45deg, #ededed 0, #ededed 68%, #032656 68%, #032656 100%);
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.doctor-info__about {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  color: #323440;
}
@media (min-width: 576px) {
  .doctor-info__about {
    width: 60%;
    padding-left: 5rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {
  .doctor-info__about {
    width: 70%;
    padding-left: 6rem;
    padding-right: 2rem;
  }
}
.doctor-info__about h2 {
  text-shadow: -2px 3px 4px rgba(150, 150, 150, 0.8);
  font-size: 2.2rem;
}
@media (min-width: 576px) {
  .doctor-info__about h2 {
    font-size: 2.7rem;
  }
}
@media (min-width: 768px) {
  .doctor-info__about h2 {
    font-size: 3.2rem;
  }
}
.doctor-info__about h2::after {
  content: " ";
  display: block;
  height: 3px;
  width: 70%;
  background: linear-gradient(to left, #069cd4, rgba(6, 156, 212, 0));
  margin-top: 0.8rem;
  margin-bottom: 2rem;
}
.doctor-info__imgbox {
  width: 100%;
  padding: 2rem;
}
@media (min-width: 576px) {
  .doctor-info__imgbox {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .doctor-info__imgbox {
    width: 30%;
  }
}
.doctor-info__imgbox img {
  border-radius: 10%;
  border: 8px solid #fff;
  width: 100%;
}
@media (min-width: 576px) {
  .doctor-info__imgbox img {
    border-radius: 20%;
  }
}

.main-faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.main-faq__answers {
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 576px) {
  .main-faq__answers {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-faq__answers {
    width: 65%;
    padding-right: 5rem;
    padding-left: 0;
  }
}
.main-faq__answers__title {
  text-align: justify;
  margin-bottom: 0.8rem;
  color: #032656;
  text-shadow: -2px 3px 4px rgba(150, 150, 150, 0.8);
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .main-faq__answers__title {
    font-size: 2.2rem;
  }
}
.main-faq__answers__title::after {
  content: " ";
  display: block;
  height: 3px;
  width: 50%;
  background: linear-gradient(to left, #069cd4, rgba(6, 156, 212, 0));
  margin-top: 0.4rem;
  margin-bottom: 2rem;
}
.main-faq__form {
  text-align: justify;
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
  background-image: linear-gradient(to bottom, rgba(3, 38, 86, 0), rgba(3, 38, 86, 0.8)), url(5b99ab5616b2959fa415.jpg);
  background-position: center;
    background-size: cover;
  color: #fff;
  padding: 2rem 3rem;
  width: 100%;
}
@media (min-width: 576px) {
  .main-faq__form {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-faq__form {
    width: 35%;
  }
}
.main-faq__form h4 {
  margin-bottom: 1.5rem;
}

.main-accordion__item {
  background-color: #fcfcfc;
  margin-bottom: 1.5rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
}
.main-accordion__item--title {
  color: #032656;
  padding: 1rem 2.5rem;
  border-bottom: thin solid #ededed;
}
.main-accordion__item--title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.main-accordion__item--title span {
  color: inherit;
}
.main-accordion__item--title svg {
  width: 1.2rem;
  height: 1.2rem;
}
.main-accordion__item--title svg path {
  fill: #032656;
}
.main-accordion__item--body {
  color: #323440;
  height: 101px;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}
.main-accordion__item--body P {
  padding: 1.5rem 2.5rem;
}
.main-accordion__item--body.hide {
  height: 0;
}

.testimonial {
  background: url(2cbb6c09d10d5a9b24b7.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial .container {
  position: relative;
}
.testimonial__row {
  padding: 3rem 6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonial__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #069cd4;
  margin-bottom: 1.5rem;
}
.testimonial__title span {
  color: #032656;
  text-decoration: underline;
}
.testimonial__items {
  width: 100%;
  position: relative;
  padding: 1rem 0rem;
  min-height: 50vh;
  overflow: hidden;
}
.testimonial__item {
  width: 100%;
  position: absolute;
  padding: 2rem 5rem 2rem 3rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #069cd4;
  color: #323440;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 768px) {
  .testimonial__item {
    width: 45%;
  }
}
.testimonial__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 8px;
  width: 35px;
  height: 26px;
  background: url(f33bb0ab23390f0840e2.png);
}
.testimonial__item__text {
  text-align: justify;
  margin-bottom: 0.5rem;
}
.testimonial__item__author {
  text-align: justify;
  align-self: end;
}

.main-blog {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
}
@media (min-width: 992px) {
  .main-blog {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.main-blog__container {
  width: 30%;
  position: relative;
  padding: 0rem 3rem;
  display: none;
}
@media (min-width: 992px) {
  .main-blog__container {
    display: block;
  }
}
.main-blog__container__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #032656;
  border: 2px solid rgba(255, 255, 255, 0.6);
}
.main-blog__container__list__item {
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  padding: 1rem 2rem;
}
.main-blog__container__list__item:last-child {
  border-bottom: none;
}
.main-blog__container__list__item h6 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #069cd4;
  margin-bottom: 0.5rem;
}
.main-blog__container__list__item p {
  font-size: 1.2rem;
  text-align: justify;
  color: #fff;
}
.main-blog__container__list__item__author {
  text-align: justify;
  align-self: end;
}
.main-blog__posts {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #fff;
  padding: 1.5rem 0.5rem;
  box-shadow: 0px 0px 5px 3px rgba(3, 38, 86, 0.2);
}
@media (min-width: 992px) {
  .main-blog__posts {
    width: 70%;
  }
}
.main-blog__posts__item {
  width: 100%;
  display: flex;
  margin: 1.5rem 1.5rem;
  background: linear-gradient(to bottom, rgba(237, 237, 237, 0.02), rgba(237, 237, 237, 0.1));
  flex-direction: column;
  justify-content: start;
}
@media (min-width: 576px) {
  .main-blog__posts__item {
    width: 45%;
    margin: 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .main-blog__posts__item {
    margin: 0 0;
    width: 30%;
  }
}
.main-blog__posts__item img {
  display: block;
  width: 100%;
}
.main-blog__posts__item h6 {
  font-size: 1.6rem;
  color: #032656;
  padding: 0.7rem 0;
}
.main-blog__posts__item p {
  font-size: 1.4rem;
  text-align: justify;
  color: #323440;
  padding: 0.2rem 0;
  flex-grow: 1;
}
.main-blog__posts__item a {
  text-decoration: none;
  align-self: flex-start;
  padding: 0.2rem 0.6rem;
  border-radius: 7px;
  font-size: 1.4rem;
}
/*//////// Auth /////*/

.auth-main {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: center;
}
@media (min-width: 992px) {
    .auth-main {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
.auth-main__container {
    width: 70%;
    position: relative;
    padding: 0rem 3rem;
}

.auth-main__info {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
@media (min-width: 576px) {
    .auth-main__info {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .auth-main__info {
        width: 50%;
        padding-right: 5rem;
        padding-left: 0;
    }
}

.auth-main__form {
    text-align: justify;
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
    background-image: linear-gradient(to bottom, rgba(3, 38, 86, 0), rgba(3, 38, 86, 0.8)), url(5b99ab5616b2959fa415.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 2rem 3rem;
    width: 100%;
}
@media (min-width: 576px) {
    .auth-main__form {
        width: 50%;
    }
}
.auth-main__form h4 {
    margin-bottom: 1.5rem;
}

/*//////// CARD /////// */

/* /// INFO CARD /////*/

.info-card {
    background-color: #fcfcfc;
    margin-bottom: 1.5rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2);
}
.info-card__title {
    text-align: justify;
    padding: 1rem 2.5rem 0.5rem 2.5rem;
    color: #032656;
    text-shadow: -2px 3px 4px rgba(150, 150, 150, 0.8);
    font-size: 1.8rem;
}
@media (min-width: 768px) {
    .info-card__title {
        font-size: 2.2rem;
    }
}

.info-card__title::after {
    content: " ";
    display: block;
    height: 3px;
    width: 90%;
    background: linear-gradient(to left, #069cd4, rgba(6, 156, 212, 0));
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
}
.info-card__body {
    color: #323440;
    min-height: 25rem;
    overflow: hidden;
}
.info-card__body P {
    padding: 1rem 2.5rem;
    text-align: justify;
}
/*//// SERVICES ///// */

.services {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
    .services {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
.services__description {
    width: 100%;
    padding: 2rem 4rem;
    color: #323440;
}
@media (min-width: 992px) {
    .services__description {
        width: 68%;
        padding: 1rem 2rem;
        min-height: 50vh;
    }
}
.services__description h2 {
    padding-top: 1.2rem;
    text-shadow: -2px 3px 4px rgba(150, 150, 150, 0.8);
    font-size: 2.2rem;
}
@media (min-width: 576px) {
    .services__description h2 {
        font-size: 2.7rem;
    }
}
@media (min-width: 768px) {
    .services__description h2 {
        font-size: 3.2rem;
    }
}
.services__description h2::after {
    content: " ";
    display: block;
    height: 3px;
    width: 90%;
    background: linear-gradient(to left, #069cd4, rgba(6, 156, 212, 0));
    margin-top: 0.8rem;
    margin-bottom: 2rem;
}
.services__main-image {
    width: 30%;
    box-shadow: 1px 2px 6px 2px rgba(3, 38, 86, 0.5);
    display: none;
}
.services__main-image img {
    display: block;
    width: 100%;
    height: 100%;
}
@media (min-width: 992px) {
    .services__main-image {
        display: block;
    }
}
.services__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    justify-content: space-between;
}
.services__container__item {
    width: 100%;
    margin-bottom: 4rem;
}
@media (min-width: 576px) {
    .services__container__item {
        width: 50%;
    }
    .services__container__item:nth-child(-n+4) {
        margin-bottom: 4rem;
    }
}
@media (min-width: 768px) {
    .services__container__item {
        width: 30%;
        margin-bottom: 0;
    }
    .services__container__item:nth-child(-n+4) {
        margin-bottom: 0;
    }
    .services__container__item:nth-child(-n+3) {
        margin-bottom: 4rem;
    }
}
.services__container__item-box {
    margin: 0 0.5rem;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1)), url(1a8fc5808e7b3c00c37a.png);
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    transition: all 0.5s;
}
.services__container__item-box:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}
.services__container__item-box:hover .services__container__item-img-icon {
    background-color: #069cd4;
    box-shadow: 0px 0px 15px 0px rgba(3, 38, 86, 0.5);
}
@media (min-width: 576px) {
    .services__container__item-box {
        flex-direction: column;
    }
}
.services__container__item-box .info {
    padding: 0 1.5rem 1rem 1.5rem;
}
.services__container__item-box .info h4 {
    text-align: justify;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: #032656;
}
.services__container__item-box .info p {
    text-align: justify;
}
.services__container__item-img {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .services__container__item-img {
        margin-bottom: 2.4rem;
    }
}
.services__container__item-img img {
    height: 100%;
}
@media (min-width: 576px) {
    .services__container__item-img img {
        height: auto;
    }
}
.services__container__item-img-icon {
    display: none;
    justify-content: center;
    width: 17%;
    height: 32%;
    position: absolute;
    bottom: -2rem;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #032656;
    transition: all 0.3s;
}
@media (min-width: 576px) {
    .services__container__item-img-icon {
        display: flex;
    }
}
.services__container__item-img-icon svg {
    display: block;
    fill: #fff;
    width: 45%;
}

.service {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
    .service {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
.service__main-column {
    width: 70%;
}
.service__main-column img {
    display: block;
    width: 100%;
}
.service__main-column h2 {
    padding-top: 0.8rem;
    text-shadow: -2px 3px 4px rgba(150, 150, 150, 0.8);
    font-size: 1.8rem;
}
@media (min-width: 576px) {
    .service__main-column h2 {
        font-size: 2.2rem;
    }
}
@media (min-width: 768px) {
    .service__main-column h2 {
        font-size: 2.8rem;
    }
}
.service__main-column h2::after {
    content: " ";
    display: block;
    height: 3px;
    width: 90%;
    background: linear-gradient(to left, #069cd4, rgba(6, 156, 212, 0));
    margin-top: 0.8rem;
    margin-bottom: 2rem;
}
.service__sidebar {
    width: 27%;
}
.service__sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.service__sidebar ul li {
    color: #fff;
    position: relative;
    margin-bottom: 0.3rem;
    background-color: #032656;
    border-radius: 1px;
    z-index: 2;
}
.service__sidebar ul li::before {
    content: "";
    position: absolute;
    display: block;
    background: linear-gradient(to left, #069cd4, rgba(6, 156, 212, 0.5));
    border-radius: 0 0 0 0;
    width: 2%;
    height: 100%;
    transition: all 0.6s ease-in-out;
    z-index: 1;
}
.service__sidebar ul li:hover::before {
    width: 100%;
    border-radius: 1px 0 0 1px;
}
.service__sidebar ul li a {
    color: #fff;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 1.4rem 1.8rem;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.service__sidebar ul li:hover a {
    transform: translateX(-0.3rem);
}
.service__sidebar img {
    display: block;
    width: 100%;
}
