* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.4;
  letter-spacing: 0.2px;
  overflow-x: hidden;
  background: #ffffff;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #5c3f99;
  margin-bottom: 20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 33px;
  font-weight: 500;
  color: #000;
}

h2 span {
  color: #5c3f99;
}

h2 a {
  color: #5c3f99;
}

h2 a:hover {
  color: #5c3f99;
  text-decoration: none;
}

h3 sub {
  font-size: 42%;
}

sup {
  font-size: 75%;
}

p {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1.9;
}

@media (max-width: 990px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 27px;
  }

  p {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.7;
  }
}

a {
  text-decoration: none;
  outline: none;
  outline: 0;
  color: #5c3f99;
  transition: all 0.5s ease;
}

a:hover,
a:focus {
  color: #5c3f99;
  transition: all 0.5s ease;
}

.text_decoration:hover {
  text-decoration: none;
}

.text_caps {
  text-transform: capitalize;
}

strong {
  font-weight: 700;
}

img {
  width: 100%;
  max-width: 100%;
  border: none;
  line-height: 0.5em;
}

.form-control {
  font-family: "Rubik", sans-serif;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper {
  padding-bottom: 30px;
}

.desk_view {
  display: block;
}

.mobile_view {
  display: none;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1320px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .desk_view {
    display: none;
  }

  .mobile_view {
    display: block;
  }
}

.accent_color {
  color: #fb6a19;
}

.ajax_spinner {
  display: none;
}

.ajax_loader_out {
  float: left;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2000;
}

.ajax_loader_in {
  float: left;
  width: 100%;
  height: 100%;
}

.ajax_loader_in .ajax_loader_center {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -35px;
  width: 50px;
  height: 50px;
}

.ajax_loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3db2bc;
  border-bottom: 6px solid #3db2bc;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*.login-card-body .input-group .form-control, 
.register-card-body .input-group .form-control {
     border-right-width: 1px; 
}

select:not(:last-child), 
.input-group>.form-control:not(:last-child) {
     border-top-right-radius: .25rem; 
     border-bottom-right-radius: .25rem; 
}*/

.monetary_symbol {
  color: #bd2130;
}

.form-group label {
  width: 100%;
  float: left;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 600;
  font-size: 14px;
}

.form-control {
  font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:focus {
  outline: none;
  outline: 0;
  outline-width: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input.error,
select.error,
textarea.error {
  /*border-color: #EE001C;*/
  border-color: #bd2130 !important;
  background-image: none !important;
  box-shadow: none !important;
}

select.form-control:not([size]):not([multiple]).error {
  border-color: #bd2130;
}

input.valid,
select.valid,
textarea.valid {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

select.form-control:not([size]):not([multiple]).valid {
  background-color: transparent;
}

.has-danger .select2-container--default .select2-selection--single {
  border-color: #bd2130 !important;
}

textarea.form-control {
  height: 80px;
  resize: none;
}

.form-error {
  font-size: 13px;
}

.btn {
  font-size: 15px;
  padding: 7px 16px;
}

.btn.disabled,
.btn:disabled {
  pointer-events: none !important;
}

.alert_wrapper {
  width: 100%;
  float: left;
  padding: 0 20px;
}

.alert_wrapper .alert {
  margin-top: 10px;
}

.common_modal .modal-dialog {
  max-width: 680px;
}

.common_modal .modal-body {
  position: relative;
  padding: 30px 30px 30px 30px;
}

.common_modal .form_modal_container {
  float: left;
  width: 100%;
}

.common_modal .button_container {
  padding-top: 10px;
}

.common_modal .button_container .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.modal_alert_wrapper {
  float: left;
  width: 100%;
}

.modal_alert_wrapper .alert {
  margin-top: 10px;
}

.form_modal_container .modal_caption {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #131313;
  margin-bottom: 5px;
}

.form_modal_container .modal_text {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #131313;
  margin-bottom: 15px;
}

.form_modal_container .btn_blue {
  float: left;
  width: 100%;
}

.form_modal_container .icon_modal_close {
  float: left;
  width: 20px;
  height: 20px;
  background: url(/img/icon_modal_close.svg);
  background-size: 15px 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.confirm_modal.modal {
  z-index: 1060;
}

.confirm_modal .modal-dialog {
  min-width: 500px;
}

.confirm_modal .modal_footer_new {
  width: 100%;
  float: left;
  border-top: none;
  padding: 5px 25px 25px 25px;
}

.confirm_modal .modal_footer_new .btn {
  min-width: 110px;
}

.confirm_modal .modal_footer_new .btn-primary {
  margin-right: 20px;
}

.confirm_modal .modal-body {
  padding: 25px;
  padding-bottom: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .common_modal .modal-body {
    padding: 20px;
  }
}

.disabled-select {
  background-color: rgba(233, 236, 239, 0.4);
  border-radius: 3px;
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/**
* Owl-Carousel
* ----------------------------------------------------------------------------
*/
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -30px;
  background-color: #f6f6f6 !important;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  outline: 0;
}
.owl-nav .owl-prev:after,
.owl-nav .owl-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  color: #222222;
  font-size: 22px;
  padding-left: 3px;
}
.owl-nav .owl-prev i {
  padding-right: 3px;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #5c3f99 !important;
}
.owl-nav .owl-prev:hover i,
.owl-nav .owl-next:hover i {
  color: #ffffff;
}
.owl-nav .owl-prev {
  left: 0px;
}
.owl-nav .owl-next {
  right: 0px;
}
.owl-nav .disabled {
  cursor: not-allowed !important;
}
.owl-nav-top-right .owl-next,
.owl-nav-bottom-center .owl-next {
  background-color: #5c3f99 !important;
}
.owl-nav-top-right .owl-next i,
.owl-nav-bottom-center .owl-next i {
  color: #fff !important;
}
.owl-nav-top-right .owl-next:after,
.owl-nav-bottom-center .owl-next:after {
  border-bottom-color: #5c3f99 !important;
}
.owl-dots {
  position: absolute;
  bottom: 15px;
  left: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  outline: none;
}
.owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 3px;
  display: block;
  background-color: transparent;
  border: 2.5px solid #aaa;
}
.owl-dots .owl-dot.active span {
  background-color: #5c3f99;
  border-color: #5c3f99;
}
.color-light .owl-dots .owl-dot span {
  background-color: #ffffff;
}
.color-light .owl-dots .owl-dot.active span {
  background-color: #fb6a19;
}
@media (max-width: 1380px) {
  .owl-carousel:hover .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel:hover .owl-nav .owl-next {
    right: 0;
  }
  .owl-nav .owl-prev {
    left: 0;
  }
  .owl-nav .owl-next {
    right: 0;
  }
}

@media (max-width: 767px) {
  .owl-dots {
    bottom: 6px;
  }
  .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
  }
  .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 3px;
    border: 2px solid #aaa;
  }
}

.d-none-mobile {
  display: block;
}

.d-block-mobile {
  display: none;
}

@media (max-width: 990px) {
  .d-none-mobile {
    display: none;
  }

  .d-block-mobile {
    display: block;
  }
}

.heading_style {
  margin-bottom: 25px;
}

.heading_style h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0;
  position: relative;
}

.heading_style h2::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #fb6a19;
  margin-left: 20px;
  vertical-align: middle;
  margin-top: -2px;
}

.top_bar {
  width: 100%;
  float: left;
  background-color: #1f1f1f;
  padding: 11px 0;
}

.top_bar .left_text {
  float: left;
  font-size: 13px;
  color: #bbbbbb;
  font-weight: 300;
  padding-top: 2px;
  padding-right: 20px;
}

.top_bar .left_text a {
  color: #bbb;
}

.top_bar .left_text a:hover {
  color: #ee509c;
  text-decoration: none;
}

.top_bar .left_text i {
  font-size: 18px;
  color: #ee509c;
  padding-right: 3px;
}

.social_links {
  float: right;
}

.social_links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social_links ul li {
  width: 28px;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0 3px;
}

.social_links ul li a {
  color: #bbbbbb;
  text-decoration: none;
}

.social_links ul li a:hover {
  color: #fff;
}

.header {
  width: 100%;
  float: left;
  position: relative;
  z-index: 100;
}

.header_main {
  width: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 1px 0 3px 2px rgb(0 0 0 / 10%);
  transition: all 0.5s ease;
}

.brand {
  width: 150px;
  float: left;
  padding: 20px 0;
  margin-right: 50px;
}

.brand a {
  text-decoration: none;
}

.brand .brand_name {
  font-size: 24px;
  font-weight: 700;
  color: #1b86b2;
  margin-bottom: -6px;
}

.brand .brand_tag {
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  color: #8bc755;
}

.brand img {
  width: 50px;
  margin-right: 10px;
}

.navbar-nav {
  float: left;
  display: block;
}

.navbar-nav ul {
  float: left;
  padding: 24px 0;
  margin: 0;
  list-style: none;
}

.navbar-nav ul li {
  height: 40px;
  float: left;
  text-transform: uppercase;
  padding: 0 3px;
  position: relative;
}

.navbar-nav ul li.drop:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 19px;
  color: #5c3f99;
  position: absolute;
  top: 7.5px;
  right: 5px;
}

.navbar-nav ul li a {
  height: 40px;
  font-size: 14px;
  float: left;
  color: #252525;
  position: relative;
  border: 2px solid transparent;
  padding: 18px 20px;
  border-radius: 25px;
  font-weight: 500;
  line-height: 1.2px;
  transition: all 0.5s ease;
}

.navbar-nav ul li a.active,
.navbar-nav ul li a:hover,
.navbar-nav ul li a:focus {
  color: #5c3f99;
  text-decoration: none;
  border-color: #5c3f99;
  transition: all 0.5s ease;
}

.navbar-nav ul li:hover .drop-down2 {
  display: block;
}

.navbar-nav ul li .drop-down2 {
  width: 220px;
  float: left;
  background: #fff;
  box-shadow: #aaa 0 1px 3px;
  border-radius: 0;
  border: none;
  position: absolute;
  top: 40px;
  left: 0px;
  display: none;
}

.navbar-nav ul li .drop-down2 ul {
  width: 100%;
  float: left;
  padding: 5px 0 0 0;
}

.navbar-nav ul li .drop-down2 ul li {
  width: 100%;
  height: auto;
  float: left;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
}

.navbar-nav ul li .drop-down2 ul li a {
  width: 100%;
  float: left;
  height: auto;
  font-size: 12px;
  letter-spacing: 0.4px;
  line-height: 1.5;
  font-weight: 500;
  color: #242424;
  padding: 8px 20px;
  border: none;
}

.navbar-nav ul li .drop-down2 ul li a:hover,
.navbar-nav ul li .drop-down2 ul li a:focus {
  color: #5c3f99;
  border: none;
}

.navbar-nav ul li .drop-down2 ul li a.active {
  color: #5c3f99;
}

.navbar-nav ul li .drop-down2 ul li a:after {
  display: none;
}

.navbar-nav ul li .drop-down2 ul li.active a {
  color: #e75019;
}

.btn_action {
  height: 50px;
  float: none;
  display: inline-block;
  background-color: #5c3f99;
  border: 2px solid #5c3f99;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  padding: 14px 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.5s ease;
}

.btn_action:hover,
.btn_action:focus {
  background-color: transparent;
  color: #5c3f99;
  border-color: #5c3f99;
  text-decoration: none;
  transition: all 0.5s ease;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  bottom: auto;
  display: block;
  transition: all 0.5s ease;
}

.toggle_icon {
  /*display: inline-block;*/
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 24px;
  position: absolute;
  top: 25px;
  left: 20px;
}

.toggle_icon > span {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.toggle_icon:after,
.toggle_icon:before {
  background-color: #000;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}

.toggle_icon:before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

.toggle_icon:after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

.mobile_overlay {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-position: 290px 15px;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.5s, visibility 1s;
  transition: opacity 0.5s, visibility 1s;
  cursor: pointer;
}

@media (min-width: 1280px) {
  .navbar-nav ul li a {
    font-size: 13px;
    padding: 18px 17px;
  }
}

@media (min-width: 991px) and (max-width: 1240px) {
  .brand {
    margin-right: 30px;
  }

  .navbar-nav ul li {
    padding: 0 4px;
  }
  .navbar-nav ul li a {
    height: 40px;
    font-size: 13px;
    padding: 17px 14px;
  }

  .navbar-nav ul li.drop:after {
    right: 4px;
  }

  .btn_action {
    font-size: 13px;
    padding: 14px 20px;
  }
}

@media (max-width: 990px) {
  body.toggle_open .mobile_overlay {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 0px; /* Height of navbar */
    bottom: 0;
    right: 100%;
    width: 280px;
    padding-right: 0;
    padding-left: 0;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition: visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
    z-index: 102;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .header_main {
    text-align: center;
    padding: 10px 0;
  }

  .brand {
    /*width: 100%;*/
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 6px 0;
    margin-right: 0;
  }

  .brand img {
    height: 50px;
  }

  .navbar-nav {
    width: 100%;
    float: left;
    display: block;
    padding-top: 20px;
  }

  .navbar-nav ul {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .navbar-nav ul li {
    width: 100%;
    height: auto;
    border: none;
    padding: 0;
    margin: 0;
  }

  .navbar-nav ul li a {
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    padding: 20px;
    border: none;
  }

  .navbar-nav ul li a:hover {
    color: #5c3f99;
    text-decoration: none;
  }

  .navbar-nav ul li.drop:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 19px;
    color: #5c3f99;
    position: absolute;
    top: 8px;
    right: 20px;
  }

  .navbar-nav ul li .drop-down2 {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    top: 0;
    position: relative;
  }

  .navbar-nav ul li .drop-down2 ul {
    padding: 0 20px;
  }

  .top_bar {
    display: none;
  }
}

/* Book An appointment  */
#modal_book_appointment h3 {
  color: #333;
  font-size: 24px;
}

#modal_book_appointment .form-control {
  height: 40px;
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 15px;
  border-color: rgba(0, 0, 0, 0.1);
  font-family: "Rubik", sans-serif;
}

#modal_book_appointment textarea.form-control {
  height: 100px;
}

@media (max-width: 767px) {
  #modal_book_appointment .form-group {
    margin-bottom: 0;
  }
  #modal_book_appointment .form-control {
    height: 36px;
    padding: 8px 13px;
  }

  #modal_book_appointment textarea.form-control {
    height: 80px;
  }

  #modal_book_appointment .btn_action {
    height: 40px;
    padding: 10px 20px;
    border-radius: 20px;
  }
}

.btn_primary {
  height: 50px;
  float: none;
  display: inline-block;
  background-color: #5c3f99;
  border: 2px solid transparent;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  border-radius: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 45px;
  padding: 0 30px;
}

.btn_primary i {
  margin-left: 6px;
}

.btn_primary:hover,
.btn_primary:focus {
  background-color: transparent;
  border-color: #5c3f99;
  outline: none;
  text-decoration: none;
}

.btn_secondary {
  height: 40px;
  float: none;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #5c3f99;
  font-size: 13px;
  color: #5c3f99;
  font-weight: 500;
  border-radius: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 35px;
  padding: 0 20px;
}

.btn_secondary i {
  margin-left: 6px;
}

.btn_secondary:hover,
.btn_secondary:focus {
  background-color: #5c3f99;
  color: #fff;
  border-color: #5c3f99;
  outline: none;
  text-decoration: none;
}

@media (max-width: 579px) {
  .btn_primary {
    height: 40px;
    border: 2px solid transparent;
    border-radius: 20px;
    line-height: 36px;
    padding: 0 25px;
  }
}

/* Home Page styles*/
.home_banner {
  width: 100%;
  float: left;
}

.home_banner img {
  width: 100%;
  max-width: 100%;
}

.home_banner .banner_in {
  width: 100%;
  float: left;
  position: relative;
}

.home_banner .banner_info {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.home_banner .banner_info h1 {
  font-size: 46px;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 5px 0;
}

.home_banner .banner_info h1 span {
  color: #5c3f99;
  font-weight: 700;
}

.home_banner .banner_info p {
  font-size: 20px;
  color: #333;
  font-weight: 300;
  margin-bottom: 30px;
}

@media (min-width: 1240px) {
  .home_banner .owl-dots {
    bottom: 45px;
  }
}

@media (max-width: 990px) {
  .home_banner .banner_info h1 {
    font-size: 36px;
    line-height: 1.4;
  }

  .home_banner .banner_info p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .home_banner .banner_info h1 {
    font-size: 26px;
    line-height: 1.4;
  }

  .home_banner .banner_info p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media (max-width: 579px) {
  .home_banner .banner_in img {
    width: 100%;
    position: relative;
  }

  .home_banner .banner_info h1 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .home_banner .banner_info p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.head_text {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.head_text h2 {
  margin-bottom: 8px;
}

.head_text img {
  width: auto;
  max-width: 70px;
}

.head_text p {
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .head_text {
    margin-bottom: 25px;
  }

  .head_text img {
    max-width: 50px;
  }
}

.section_3_col {
  width: 100%;
  float: left;
  background-color: #5c3f99;
  color: #ffffff;
  padding-bottom: 10px;
}

.section_3_col .head_text h2 {
  color: #ffffff;
}

.section_3_col .col_border {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.section_3_col .col_border:first-child {
  border-left: none;
}

.section_3_col p {
  color: #fff;
  font-weight: 300;
}

.section_3_col h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}

.section_3_col i {
  font-size: 50px;
  color: #fff;
}

@media (max-width: 1023px) {
  .section_3_col h3 {
    font-size: 22px;
  }
}

@media (max-width: 959px) {
  .section_3_col .col_border {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 25px 25px 15px !important;
  }

  .section_3_col .col_border:first-child {
    border-top: none;
  }

  .section_3_col .w-75 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .section_3_col .w-75 {
    width: 100% !important;
  }

  .section_3_col .col_border {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 25px 25px 15px !important;
  }

  .section_3_col .p-5:not(.col_border) {
    padding-top: 2rem !important;
    padding-bottom: 0 !important;
  }

  .section_3_col .col_border:first-child {
    border-top: none;
  }

  .section_3_col h3 {
    font-size: 20px;
    margin-bottom: 15px !important;
  }

  .section_3_col i {
    font-size: 50px;
  }

  .p-bottom {
    padding-bottom: 40px;
  }
}

.section_2_col {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 70px 0;
}

.section_2_col .pr-6 {
  padding-right: 8rem;
}

.section_2_col h2 {
  font-size: 36px;
  color: #000;
  line-height: 1.4;
  margin-bottom: 30px;
}

.section_2_col h2 span {
  color: #5c3f99;
}

.section_2_col p.sign-img img {
  width: auto;
}

.section_2_col p strong {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.section_2_col figure {
  width: 100%;
}

.section_2_col #accordion .header_title {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #333;
  border: 2px solid #5c3f99;
  cursor: pointer;
  position: relative;
}

.section_2_col #accordion .header_title a {
  float: none;
  display: inline-block;
  padding: 11px 15px 11px 45px;
}

.section_2_col #accordion .header_title a:before {
  content: "\f068";
  font-family: FontAwesome;
  font-size: 17px;
  color: #5c3f99;
  position: absolute;
  top: 12px;
  left: 15px;
}

.section_2_col #accordion .header_title a.collapsed:before {
  content: "\f067";
}

.section_2_col #accordion .cont_body {
  padding: 20px 35px 0 35px;
}

@media (max-width: 959px) {
  .section_2_col {
    padding: 60px 0 30px 0;
  }

  .section_2_col .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .section_2_col .pr-6 {
    padding-right: 4rem;
  }

  .section_2_col p.sign-img img {
    width: auto;
    max-width: 120px;
  }

  .section_2_col p strong {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section_2_col {
    padding: 40px 0;
  }

  .section_2_col .col-md-6:first-child {
    margin-bottom: 10px;
  }

  .section_2_col .pr-6 {
    padding-right: 15px;
  }

  .section_2_col h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .section_2_col #accordion .header_title {
    font-size: 16px;
    line-height: 22px;
  }

  .section_2_col #accordion .header_title a {
    padding: 9px 15px 9px 40px;
  }

  .section_2_col #accordion .header_title a:before {
    font-size: 15px;
    top: 9px;
    left: 15px;
  }
}

.section_col_more {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  padding: 70px 0;
}

.section_col_more .owl-dots {
  position: relative;
  bottom: -15px;
}

.section_col_more .row_full {
  width: 100%;
  float: left;
}

.section_col_more .card {
  border: none;
  border-radius: 2px;
  padding: 25px 25px 15px;
}

.section_col_more .card a {
  text-decoration: none;
}

.section_col_more .card a:hover h3 {
  color: #5c3f99;
}

.section_col_more .icon {
  max-height: 167px;
  overflow: hidden;
  margin-bottom: 20px;
}

.section_col_more .icon img {
  width: 100%;
  float: none;
  display: inline-block;
}

.section_col_more h3 {
  font-size: 17px;
  color: #333;
}

.section_col_more p {
  color: #333;
  font-size: 15px;
}

.section_col_more .more_text {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 959px) {
  .section_col_more {
    padding: 55px 0;
  }
}

@media (max-width: 767px) {
  .section_col_more {
    padding: 40px 0;
  }

  .section_col_more .card {
    padding: 25px 25px 5px;
  }

  .section_col_more .icon {
    margin-bottom: 20px;
  }

  .section_col_more h3 {
    font-size: 21px;
  }
}

.section_row_testi {
  width: 100%;
  float: left;
  background-image: url("../img/background-testimonial.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.section_row_testi .head_text h2 {
  color: #fff;
}

.section_row_testi figure {
  width: 100%;
  float: none;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px;
}

.section_row_testi figure img {
  width: auto;
  max-width: 100px;
  border-radius: 50%;
  display: inline-block !important;
}

.section_row_testi p {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.section_row_testi p strong {
  font-weight: 500;
}

.section_row_testi .quote_icon {
  margin-bottom: 10px;
}

.section_row_testi .quote_icon i {
  color: #fff;
  font-size: 40px;
}

.section_row_testi .owl-dots {
  position: relative;
  bottom: -5px;
}

.section_row_testi .owl-dots .owl-dot span {
  border-color: #ffffff;
}

.section_row_testi .owl-dots .owl-dot.active span {
  background-color: #ffffff;
  border-color: #ffffff;
}

.section_row_testi .color-light .owl-dots .owl-dot span {
  background-color: #ffffff;
}

.section_row_testi .color-light .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}

@media (max-width: 959px) {
  .section_row_testi {
    padding: 55px 0;
  }

  .section_row_testi .w-50 {
    width: 80% !important;
  }
}

@media (max-width: 767px) {
  .section_row_testi {
    padding: 40px 0;
  }

  .section_row_testi .w-50 {
    width: 90% !important;
  }

  .section_row_testi figure {
    margin-bottom: 20px;
  }

  .section_row_testi p {
    font-size: 16px;
  }

  .section_row_testi .quote_icon i {
    font-size: 30px;
  }
}

.section_testi_form {
  width: 100%;
  float: left;
  background-color: #5c3f99;
  color: #ffffff;
  padding: 70px 0;
}

.section_testi_form .container {
  width: 100%;
  max-width: 970px;
}

.section_testi_form .head_text h2 {
  color: #ffffff;
}

.section_testi_form .form-control {
  height: 50px;
  font-size: 16px;
  background-color: #fff;
  border-radius: 25px;
  padding: 13px 20px;
}

.section_testi_form textarea.form-control {
  height: 140px;
}

.section_testi_form .btn_action {
  float: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  background-color: #ee509c;
  padding: 0 60px;
  outline: none;
}

.section_testi_form .btn_action:hover,
.section_testi_form .btn_action:focus {
  color: #5c3f99;
  background-color: #fff;
  outline: none;
}

.section_testi_form .form-error {
  color: #fff;
}

.section_testi_form .alert-danger {
  display: none;
}

@media (max-width: 959px) {
  .section_testi_form {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .section_testi_form {
    padding: 40px 0;
  }

  .section_testi_form .col-md-6,
  .section_testi_form .col-md-12 {
    margin-bottom: 5px !important;
  }

  .section_testi_form .form-control {
    height: 40px;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 15px;
  }

  .section_testi_form textarea.form-control {
    height: 120px;
  }

  .section_testi_form .btn_action {
    font-size: 14px;
    padding: 0 40px;
  }
}

.section_blog {
  width: 100%;
  float: left;
  padding: 70px 0;
}

.section_blog h3 {
  font-size: 22px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
}

.section_blog h3 a {
  color: #000000;
}

.section_blog h3 a:hover {
  color: #5c3f99;
  text-decoration: none;
}

.section_blog article {
  width: 100%;
  float: left;
  box-shadow: #eee 0 4px 8px, #eee 0 0 8px;
  transition: all 0.5s ease;
}

.section_blog figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.section_blog figure img {
  width: 100%;
  transition: all 0.5s ease;
}

.section_blog figure:after {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  transition: all 0.5s ease;
}

.section_blog figure:before {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  content: "";
  background-image: url("../img/plus.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  transition: all 0.5s ease;
}

.section_blog article:hover figure:after,
.section_blog article:hover figure:before {
  display: block;
  transition: all 0.5s ease;
}

.section_blog figure:hover img {
  width: 100%;
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.section_blog .info {
  width: 100%;
  color: #959595;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 23px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.section_blog .info i {
  font-size: 14px;
  color: #5c3f99;
  padding-right: 3px;
}

@media (min-width: 768px) and (max-width: 959px) {
  .section_blog {
    padding: 50px 0;
  }

  .section_blog .col-md-4 {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}

@media (max-width: 767px) {
  .section_blog {
    padding: 40px 0;
  }

  .section_blog h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .section_blog .info {
    width: 100%;
  }
}

.scrollToTop {
  width: 45px;
  height: 45px;
  text-align: center;
  background: #333333;
  border-radius: 1px;
  color: #444;
  text-decoration: none;
  border-radius: 50%;
  position: fixed;
  bottom: 45px;
  right: 35px;
  display: none;
  z-index: 100;
}

.scrollToTop:before {
  width: 100%;
  height: 100%;
  float: left;
  font-size: 24px;
  color: #fff;
  font-family: FontAwesome;
  content: "\f106";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 42px;
  transition: all 0.5s ease;
}

.scrollToTop:hover {
  background: #5c3f99;
  text-decoration: none;
}

@media (max-width: 767px) {
  .scrollToTop {
    width: 35px;
    height: 35px;
    bottom: 30px;
    right: 25px;
  }

  .scrollToTop:before {
    font-size: 20px;
    line-height: 32px;
  }
}

.main_footer {
  width: 100%;
  float: none;
  display: inline-block;
  background-color: #1f1f1f;
}

.bottom_col_primary {
  background-color: #5c3f99;
}

.bottom_col_secondary {
  background-color: #ee509c;
}

.bottom_col .icon i {
  color: #fff;
  font-size: 44px;
}

.bottom_col p {
  color: #fff;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.bottom_col a {
  color: #fff;
  text-decoration: none;
}

.bottom_col a:hover {
  text-decoration: none;
}

.bottom_col span {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.footer_col_1 .logo {
  width: 160px;
}

.footer_col_1 .logo img {
  width: 100%;
}

.footer_col_1 p {
  color: #ddd;
  font-weight: 300;
}

.footer_col_1 p a {
  color: #ddd;
}

.footer_col_1 p a:hover {
  color: #ee509c;
}

.footer_col_1 span {
  color: #999;
  font-size: 14px;
  font-weight: 300;
}

.footer_col_1 span a {
  color: #999;
}

.footer_col_1 span a:hover {
  color: #ee509c;
}

.footer_col_1 h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.footer_col_1 ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer_col_1 ul li {
  width: 100%;
  padding: 0 0 0 17px;
  margin: 0 0 15px 0;
  position: relative;
  color: #ddd;
  font-weight: 300;
}

.footer_col_1 ul li a {
  color: #ddd;
}

.footer_col_1 ul li a:hover {
  color: #ee509c;
}

.footer_col_1 ul li:before {
  width: 6px;
  height: 6px;
  background-color: #5c3f99;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
}

.footer_col_1 .icon {
  width: 40px;
  text-align: center;
  margin-right: 14px;
}

.footer_col_1 .icon i {
  font-size: 35px;
  color: #5c3f99;
}

.footer_col_1 .icon i.fa-envelope-o {
  font-size: 30px;
}

@media (min-width: 990px) and (max-width: 1140px) {
  .bottom_col .icon i {
    font-size: 34px;
  }

  .bottom_col span {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 989px) {
  .bottom_col {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .bottom_col .icon i {
    font-size: 34px;
  }

  .bottom_col span {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer_col_1 {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .footer_col_1 h3 {
    font-size: 19px;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  .main_footer {
    margin-bottom: 52px;
  }
  .bottom_col .icon i {
    font-size: 34px;
  }

  .bottom_col span {
    font-size: 20px;
  }

  .footer_col_1 span {
    font-size: 14px;
  }

  .footer_col_1 h3 {
    font-size: 17px;
    margin-bottom: 10px !important;
  }

  .footer_col_1 ul li {
    margin: 0 0 10px 0;
  }

  .footer_col_1 .icon {
    width: 36px;
  }

  .footer_col_1 .icon i {
    font-size: 30px;
  }

  .footer_col_1 .icon i.fa-envelope-o {
    font-size: 26px;
  }
}

@media (max-width: 479px) {
  .bottom_col .icon i {
    font-size: 30px;
  }

  .bottom_col span {
    font-size: 16px;
  }
}

.footer_bar {
  width: 100%;
  float: none;
  display: inline-block;
  background-color: #fefefe;
  padding: 10px 0;
}

.footer_bar p {
  font-size: 15px;
  color: #666;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}

.footer_bar p a {
  color: #666;
}

@media (max-width: 767px) {
}

.footer_bar_mobile {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #5c3f99;
  position: fixed;
  bottom: 0;
  display: none;
  z-index: 100;
  padding: 10px 0 5px 0;
}

.footer_bar_mobile ul {
  width: 100%;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_bar_mobile ul li {
  float: none;
  display: inline-block;
  line-height: 16px;
  padding: 0;
  margin: 0 -2px;
}

.footer_bar_mobile ul li span {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  padding: 0 0 2px 0;
  margin: 0;
}

.footer_bar_mobile ul li i {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.footer_bar_mobile ul li i.fa-mobile {
  font-size: 19px;
}

.footer_bar_mobile ul li i.fa-whatsapp {
  font-size: 16px;
}

.footer_bar_mobile ul li a {
  color: #fff;
}

@media (max-width: 767px) {
  .footer_bar_mobile {
    display: block;
  }
}

.banner_inner {
  width: 100%;
  float: left;
  background-image: url("../img/banner_about_us.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0;
}

.banner_inner .banner_breadcrumb {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}

.banner_inner .banner_breadcrumb h1 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}

.banner_inner .breadcrumb_custom {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 0;
}

.banner_inner .breadcrumb_custom a {
  color: #fff;
}

.banner_inner .breadcrumb_custom span {
  text-transform: capitalize;
}

@media (max-width: 990px) {
  .banner_inner {
    padding: 100px 0;
  }

  .banner_inner .banner_breadcrumb h1 {
    font-size: 36px;
  }

  .banner_inner .breadcrumb_custom {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .banner_inner {
    padding: 70px 0;
  }

  .banner_inner .banner_breadcrumb h1 {
    font-size: 30px;
  }

  .banner_inner .breadcrumb_custom {
    font-size: 14px;
  }
}

.section_team {
  width: 100%;
  float: left;
  padding: 20px 0 25px 0;
}

.section_team h4 {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.5s ease;
}

.section_team .col-md-3:hover h4 {
  color: #5c3f99;
  transition: all 0.5s ease;
}

.section_team .col-md-3 a:hover {
  text-decoration: none;
}

.section_team p {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.section_team .text_gray {
  color: #333;
}

.section_team figure {
  width: 100%;
  float: left;
  box-shadow: 0px 0px 10px 0px rgb(149 149 149 / 40%);
  margin-bottom: 0;
}

.section_team figure img {
  width: 100%;
}

.section_team aside {
  width: 100%;
  float: left;
}

@media (min-width: 768px) and (max-width: 959px) {
  .section_team .col-md-3 {
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}

@media (max-width: 767px) {
  .section_team h4 {
    font-size: 17px;
  }
}

.section_team_detail {
  width: 100%;
  float: left;
  padding: 60px 0;
}

.section_team_detail .container {
  max-width: 1200px;
}

.section_team_detail h4 {
  color: #5c3f99;
  font-size: 24px;
  font-weight: 500;
}

.section_team_detail p {
  font-weight: 400;
}

.section_team_detail ul {
  width: 100%;
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

.section_team_detail figure {
  width: 100%;
  float: left;
  box-shadow: 0px 0px 10px 0px rgb(149 149 149 / 40%);
  margin-bottom: 0;
}

.section_team_detail figure img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 959px) {
  .section_team_detail {
    padding: 50px 0;
  }

  .section_team_detail h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .section_team_detail {
    padding: 40px 0;
  }

  .section_team_detail h4 {
    font-size: 20px;
  }
}

.section_contact {
  width: 100%;
  float: left;
  padding: 60px 0;
}

.section_contact .col_border {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.section_contact .col_border:first-child {
  border-left: none;
}

.section_contact h3 {
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
}

.section_contact p a {
  color: #666;
}

.section_contact p a:hover {
  color: #5c3f99;
}

.section_contact .icon {
  width: 100%;
  margin-bottom: 20px;
}

.section_contact i {
  color: #5c3f99;
  font-size: 55px;
}

@media (max-width: 959px) {
  .section_contact {
    padding: 50px 0;
  }

  .section_contact h3 {
    font-size: 22px;
    margin-bottom: 13px;
  }

  .section_contact i {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .section_contact {
    padding: 40px 0 20px 0;
  }

  .section_contact .col_border {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
    padding-top: 30px;
  }

  .section_contact .col_border:first-child {
    border-top: none;
    padding-top: 0;
  }

  .section_contact h3 {
    font-size: 20px;
  }

  .section_contact .icon {
    margin-bottom: 15px;
  }

  .section_contact i {
    font-size: 40px;
  }
}

.section_contact_form {
  width: 100%;
  float: left;
  background-image: url("../img/background-get-in-touch.png");
  background-position: top left;
  background-repeat: repeat-x;
  padding: 65px 0;
}

.section_contact_form .container {
  width: 100%;
  max-width: 970px;
}

.section_contact_form .head_text h2 {
  color: #333;
}

.section_contact_form .form-control {
  height: 50px;
  font-size: 16px;
  border-radius: 25px;
  padding: 13px 20px;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
  font-family: "Rubik", sans-serif;
}

.section_contact_form textarea.form-control {
  height: 140px;
}

.section_contact_form .btn_action {
  float: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 0 60px;
  outline: none;
}

.section_contact_form .btn_action:hover,
.section_contact_form .btn_action:focus {
  outline: none;
}

.section_contact_form .alert-danger {
  display: none;
}

@media (max-width: 959px) {
  .section_contact_form {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .section_contact_form {
    padding: 40px 0;
  }

  .section_contact_form .col-md-6,
  .section_contact_form .col-md-12 {
    margin-bottom: 5px !important;
  }

  .section_contact_form .form-control {
    height: 40px;
    font-size: 14px;
    border-radius: 20px;
    padding: 10px 15px;
  }

  .section_contact_form textarea.form-control {
    height: 120px;
  }

  .section_contact_form .btn_action {
    font-size: 14px;
    padding: 0 40px;
  }
}

.section_map {
  width: 100%;
  float: left;
}

.section_map .google_maps {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 31%;
  height: 0;
  overflow: hidden;
}

.section_map .google_maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 767px) {
  .section_map .google_maps {
    padding-bottom: 39%;
  }
}

@media (max-width: 479px) {
  .section_map .google_maps {
    padding-bottom: 50%;
  }
}

.section_service {
  width: 100%;
  float: left;
  padding: 70px 0;
}

.sidebar {
  width: 100%;
  float: left;
}

.sidebar h3 {
  font-size: 24px;
  color: #242424;
  font-weight: 500;
  position: relative;
  margin-bottom: 35px;
}

.sidebar h3:after {
  width: 50px;
  height: 3px;
  background-color: #5c3f99;
  border-radius: 6px;
  position: absolute;
  bottom: -13px;
  left: 0;
  content: "";
}

.sidebar h4 {
  font-size: 22px;
  color: #242424;
  font-weight: 500;
}

.sidebar_menu {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.sidebar_menu ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar_menu ul li {
  width: 100%;
  float: left;
  padding: 0 0 13px 15px;
  margin: 0;
  position: relative;
}

.sidebar_menu ul li:before {
  width: 7px;
  height: 7px;
  float: left;
  background-color: #5c3f99;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
}

.sidebar_menu ul li a {
  color: #242424;
  font-weight: 400;
}

.sidebar_menu ul li a:hover {
  color: #5c3f99;
}

.sidebar_menu ul li a.active {
  color: #5c3f99;
  font-weight: 500;
}

.hours_info {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  border-radius: 25px;
}

.need_help {
  width: 100%;
  float: left;
  background-color: #5c3f99;
  border-radius: 25px;
}

.need_help h4 {
  color: #fff;
}

.need_help p {
  color: #fff;
}

.need_help .btn_action {
  background-color: transparent;
  border-color: #fff;
}

.need_help .btn_action:hover,
.need_help .btn_action:focus {
  background-color: #fff;
  color: #5c3f99;
}

.service_col {
  width: 100%;
  float: left;
}

.service_col h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 500;
}

.service_col h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
}

.service_col h4 a {
  color: #000000;
}

.service_col h4 a:hover {
  color: #5c3f99;
  text-decoration: none;
}

.service_col p {
  font-size: 15px;
}

.service_col ul {
  width: 100%;
  float: left;
  padding: 0 20px;
  margin: 0;
  list-style-type: disc;
}

.service_col ul li {
  width: 100%;
  float: left;
  font-size: 15px;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

.service_col article {
  width: 100%;
  float: left;
}

.service_col figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.service_col figure img {
  width: 100%;
  transition: all 0.5s ease;
}

.service_col figure:after {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  transition: all 0.5s ease;
}

.service_col figure:before {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  content: "";
  background-image: url("../img/plus.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  transition: all 0.5s ease;
}

.service_col article figure {
  max-height: 200px;
}

.service_col article:hover figure:after,
.service_col article:hover figure:before {
  display: block;
  transition: all 0.5s ease;
}

.service_col article:hover figure img {
  width: 100%;
  transform: scale(1.1);
  transition: all 0.5s ease;
}

@media (min-width: 768px) and (max-width: 989px) {
  .section_service {
    padding: 50px 0;
  }

  .section_service .col-md-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .section_service .col-md-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .sidebar {
    margin-bottom: 30px;
  }

  .sidebar h4 {
    font-size: 20px;
  }

  .sidebar_menu {
    width: 50%;
  }

  .hours_info {
    width: 50%;
  }

  .need_help {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section_service {
    padding: 20px 0 40px 0;
  }

  .sidebar {
    margin-bottom: 50px;
  }

  .sidebar h3 {
    font-size: 22px;
  }

  .sidebar h4 {
    font-size: 20px;
  }

  .sidebar_menu {
    margin-bottom: 0;
  }

  .hours_info {
    margin-bottom: 30px !important;
  }

  .need_help {
    width: 100%;
  }
}

.blog_banner {
  width: 100%;
  float: none;
  display: inline-block;
  text-align: center;
  background-color: #f8f8f8;
  height: 50vh;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  padding: 70px 0;
}

.blog_banner::before {
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.blog .blog_banner::before {
  background-color: transparent;
}

.blog_banner .banner_info {
  width: 100%;
  height: 100%;
  float: none;
  display: inline-block;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 10;
}

.blog_banner h1 {
  width: 100%;
  display: inline-block;
  font-size: 40px;
  margin-bottom: 10px;
}

.single_blog .blog_banner h1 {
  font-size: 30px;
  color: #fff;
}

.blog_banner p {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  color: #ddd;
  padding: 0;
  margin-bottom: 0;
}

.blog_banner.author figure {
  width: 100px;
  height: 100px;
  float: none;
  text-align: center;
  margin: 0 auto 15px;
}

.blog_banner.author figure img {
  width: 100%;
  height: 100%;
  float: none;
  display: inline-block;
  border-radius: 50%;
}

.blog_banner.author h1 {
  font-size: 25px;
}

.blog_banner.author p {
  color: #777;
  line-height: 17px;
}

.blog_banner p a {
  color: #ddd;
}

.blog_banner p a {
  color: #ddd;
  position: relative;
  margin-right: 4px;
}

.blog_banner p a:hover {
  color: #fff;
}

.blog_banner p a:after {
  content: ", ";
  position: absolute;
}

.blog_banner p a:last-child:after {
  display: none;
  content: "ds";
}

.blog_banner p .divider {
  font-weight: 800;
  padding: 0 10px 0 4px;
}

.blog_banner p .fa {
  padding-right: 4px;
}

.section_blog {
  width: 100%;
  display: inline-block;
  padding: 50px 0 30px 0;
}

.section_blog .blog_post {
  width: 100%;
  float: none;
  display: inline-block;
  -webkit-box-shadow: 0 3px 0 #eee;
  box-shadow: 0 3px 0 #eee;
  border: 1px solid #eaeaea;
}

.section_blog figure {
  width: 100%;
  float: none;
  display: inline-block;
  margin: 0 0 15px 0;
}

.section_blog figure img {
  width: 100%;
}

.section_blog h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.section_blog h3 {
  font-size: 16px;
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
}

.section_blog h3 a {
  color: #222;
}

.section_blog h3 a:hover {
  color: #fb6a19;
}

.section_blog p {
  color: #777;
}

.section_blog article {
  width: 100%;
  float: none;
  display: inline-block;
  padding: 0 20px;
}

.section_blog aside {
  width: 100%;
  margin-bottom: 15px;
}

.section_single_post {
  width: 100%;
  display: inline-block;
  background-color: #fafafa;
  padding: 50px 0 50px 0;
}

.section_single_post .box_post {
  width: 100%;
  float: none;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 25px;
}

.section_single_post .box_post h2 {
  font-size: 20px;
  font-weight: 600;
}

.section_single_post .box_post h3 {
  font-size: 18px;
  font-weight: 600;
}

.section_single_post .box_post h4 {
  font-size: 16px;
  font-weight: 600;
}

.section_single_post .box_post h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section_single_post .box_post p {
  color: #5d6769;
}

.section_single_post .box_post p a {
  color: #fb6a19;
}

.section_single_post .box_post img {
  width: 100% !important;
  height: auto !important;
}

.section_single_post .box_post p iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.section_single_post .box_post .author_info {
  width: 100%;
  float: left;
}

.section_single_post .box_post .author_info figure {
  width: 78px;
  height: 70px;
}

.section_single_post .box_post .author_info figure img {
  width: 100%;
  height: 100% !important;
  border-radius: 50%;
}

.section_single_post .box_post .author_info aside {
  width: 100%;
  padding-left: 15px;
}

.section_single_post .box_post .author_info aside h5 {
  padding: 0;
  margin-bottom: 5px;
}

.section_single_post .box_post .author_info aside p {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin-bottom: 0;
}

.section_single_post .box_post ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

.section_single_post .box_post ul li {
  width: 100%;
  float: left;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

.section_single_post .box_post ul li a {
  color: #666666;
}

.section_single_post .box_post ul li a:hover {
  color: #5c3f99;
}

.section_single_post .box_post ul li figure {
  width: 180px;
  margin-right: 10px;
}

.section_single_post .box_post ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.section_single_post .box_post ul li p {
  width: 100%;
  padding-left: 0;
}

.section_single_post .tag_list a {
  color: #fff;
  font-size: 12px;
  border-radius: 15px;
  background-color: #5c3f99;
  padding: 6px 10px;
}

@media (max-width: 990px) {
  .blog_banner h1 {
    font-size: 30px;
  }

  .blog_banner.author {
    height: 50%;
  }

  .single_blog .blog_banner h1 {
    font-size: 27px;
  }
}

@media (max-width: 767px) {
  .blog_banner {
    display: flex;
    height: 60vh;
    padding: 60px 20px;
  }

  .blog_banner h1 {
    font-size: 27px;
  }

  .blog_banner.author h1 {
    font-size: 20px;
  }

  .single_blog .blog_banner h1 {
    font-size: 24px;
  }

  .section_single_post .box_post p iframe {
    height: 350px;
  }
}

@media (max-width: 579px) {
  .blog_banner {
    height: 40vh;
  }

  .blog_banner h1 {
    font-size: 24px;
  }

  .blog_banner.author h1 {
    font-size: 17px;
  }

  .single_blog .blog_banner h1 {
    font-size: 22px;
  }

  .section_single_post .box_post p iframe {
    height: 300px;
  }
}

@media (max-width: 479px) {
  .blog_banner {
    height: 37vh;
  }

  .section_single_post .box_post .author_info figure {
    width: 85px;
    height: 65px;
  }

  .section_single_post .box_post p iframe {
    height: 100%;
  }
}

.error_page_container {
  width: 100%;
  float: none;
  display: inline-block;
  text-align: center;
  padding: 50px 0 0 0;
}

.error_page_container h2 {
  font-size: 40px;
  color: #5c3f99;
  font-weight: 600;
}

.section_research {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.section_research ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.section_research ul li {
  line-height: 1.8;
  padding: 0 0 0 15px;
  margin: 0 0 15px 0;
  position: relative;
}

.section_research ul li strong {
  font-weight: 500;
}

.section_research ul li:after {
  width: 6px;
  height: 6px;
  content: "";
  background-color: #444;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}

@media (max-width: 767px) {
  .section_research {
    padding: 30px 0;
  }
}
