/**
* Template Name: TAQALID - v2.0.0
* Template Designed: ANGAAZ TEAM By: Eng. Naif Al-shargabi, URL: http://www.angaaz.com
*/


/*--------------------------------------------------------------
# Root
--------------------------------------------------------------*/
:root {
  /* Main Var */
  --primary-color: #e00818; /* dcc17d */
  --light-primary-color: #e0081628;
  --secondary-color: #1d6b32;
  --light-secondary-color: #1d6b3259;
  --darkened-color: #fafafa;
  --lightened-color: #e4ffe8;
  --hairline-color: #ddd;
  --line-color: #ddd;
  
  --text-primary-color: #444;
  --text-secondary-color: #1d467a;
  --text-section-title-color: #0e3218;
  --text-section-paragraph-color: #444444;
  --text-normal-color: #444444;
  --text-bolder-color: #000000;
  --text-lighter-color: #444444;

  --link-primary-color: #1d6b32;
  --link-hover-primary-color: #e00818;
  --link-selected-primary-color: #e00818;

  --link-secondary-color: #e00818;
  --link-hover-secondary-color: #1d6b32;
  --link-selected-secondary-color: #1d6b32;
}



@font-face{
  font-family: 'PNU Regular';
  src: 
  local('PNU Regular'),
  local('PNU-Regular'),
  url('../vendor/custom-fonts/PNU-Regular.ttf')
  format('truetype');
  font-display: swap;
}

@font-face{
  font-family: 'PNU Bold';
  src: 
  local('PNU Bold'),
  local('PNU-Bold'),
  url('../vendor/custom-fonts/PNU-Bold.ttf')
  format('truetype');
  font-display: swap;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "PNU Regular" !important;
  color: var(--text-normal-color);
  text-align: right !important;
}

.font-ar{
  font-family: "PNU Regular" !important;
}

.font-ar-bold{
  font-family: "PNU Bold" !important;
}

.font-en{
  font-family: "Helvetica Neue LT W02_77 Bd Cn",Helvetica,Arial;
}

.text-start {
  text-align: right !important;
}

.text-end {
  text-align: left !important;
}

a {
  color: var(--link-primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-primary-color);
}

a:focus {
  color: var(--link-selected-secondary-color);
}

.a-primary {
  color: var(--link-primary-color);
}

.a-primary:hover {
  color: var(--link-hover-primary-color);
}

.a-primary:focus {
  color: var(--link-hover-primary-color) !important;
}

.a-secondary {
  color: var(--link-secondary-color);
}

.a-secondary:hover {
  color: var(--link-hover-secondary-color);
}

.a-secondary:focus {
  color: var(--link-hover-secondary-color) !important;
}

.a-secondary-with-icon {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  color: var(--secondary-color);
}

.a-secondary-with-icon i{
  color: var(--primary-color);
}

.a-secondary-with-icon:hover {
  color: var(--primary-color);
}

.a-secondary-with-icon:hover > i {
  color: var(--secondary-color);
}

.a-primary-with-icon {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  color: var(--primary-color);
}

.a-primary-with-icon i{
  color: var(--secondary-color);
}

.a-primary-with-icon:hover {
  color: var(--secondary-color);
}

.a-primary-with-icon:hover > i {
  color: var(--primary-color);
}

.a-ul-secondary-with-icon {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  color: var(--secondary-color);
}

.a-ul-secondary-with-icon span{
  text-decoration: underline;
}

.a-ul-secondary-with-icon i{
  color: var(--primary-color);
}

.a-ul-secondary-with-icon:hover {
  color: var(--primary-color);
}

.a-ul-secondary-with-icon:hover > i {
  color: var(--secondary-color);
}

.a-ul-primary-with-icon {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  color: var(--primary-color);
}

.a-ul-primary-with-icon span{
  text-decoration: underline;
}

.a-ul-primary-with-icon i{
  color: var(--secondary-color);
}

.a-ul-primary-with-icon:hover {
  color: var(--secondary-color);
}

.a-ul-primary-with-icon:hover > i {
  color: var(--primary-color);
}

.a-darck-secondary-with-icon {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  color: #ffffff;
}

.a-darck-secondary-with-icon i{
  color: var(--light-secondary-color);
}

.a-darck-secondary-with-icon:hover {
  color: var(--secondary-color);
}

.a-darck-secondary-with-icon:hover > i {
  color: #ffffff;
}

.a-darck-primary-with-icon {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  color: #ffffff;
}

.a-darck-primary-with-icon i{
  color: var(--light-secondary-color);
}

.a-darck-primary-with-icon:hover {
  color: var(--primary-color);
}

.a-darck-primary-with-icon:hover > i {
  color: #ffffff;
}

.a-ul-darck-secondary-with-icon {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  color: #ffffff;
}

.a-ul-darck-secondary-with-icon span{
  text-decoration: underline;
}

.a-ul-darck-secondary-with-icon i{
  color: var(--light-primary-color);
}

.a-ul-darck-secondary-with-icon:hover {
  color: var(--light-primary-color);
}

.a-ul-darck-secondary-with-icon:hover > i {
  color: #ffffff;
}

.a-ul-darck-primary-with-icon {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  color: #ffffff;
}

.a-ul-darck-primary-with-icon span{
  text-decoration: underline;
}

.a-ul-darck-primary-with-icon i{
  color: var(--light-secondary-color);
}

.a-ul-darck-primary-with-icon:hover {
  color: var(--primary-color);
}

.a-ul-darck-primary-with-icon:hover > i {
  color: #ffffff;
}

.a-ul {
  text-decoration: underline;
}

.a-ul-active {
  text-decoration: underline;
}

.hover-primary-color:hover {
  color: var(--text-primary-color) !important;
}

.hover-secondary-color:hover {
  color: var(--text-secondary-color) !important;
}

.build {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PNU Regular";
}

.rtl{direction: rtl !important;}

.ltr{direction: ltr !important;}

.ul-hover:hover {
  text-decoration: underline !important;
}

.none-ul-hover:hover {
  text-decoration: none !important;
}

.p-start-0 {
  padding-right: 0px;
}

.p-start-1 {
  padding-right: 4px;
}

.p-start-2 {
  padding-right: 8px;
}

.p-start-3 {
  padding-right: 16px;
}

.p-start-4 {
  padding-right: 24px;
}

.p-start-5 {
  padding-right: 48px;
}

.p-end-0 {
  padding-left: 0px;
}

.p-end-1 {
  padding-left: 4px;
}

.p-end-2 {
  padding-left: 8px;
}

.p-end-3 {
  padding-left: 16px;
}

.p-end-4 {
  padding-left: 24px;
}

.p-end-5 {
  padding-left: 48px;
}

.p-im-start-0 {
  padding-right: 0px !important;
}

.p-im-start-1 {
  padding-right: 4px !important;
}

.p-im-start-2 {
  padding-right: 8px !important;
}

.p-im-start-3 {
  padding-right: 16px !important;
}

.p-im-start-4 {
  padding-right: 24px !important;
}

.p-im-start-5 {
  padding-right: 48px !important;
}

.p-im-end-0 {
  padding-left: 0px !important;
}

.p-im-end-1 {
  padding-left: 4px !important;
}

.p-im-end-2 {
  padding-left: 8px !important;
}

.p-im-end-3 {
  padding-left: 16px !important;
}

.p-im-end-4 {
  padding-left: 24px !important;
}

.p-im-end-5 {
  padding-left: 48px !important;
}

/* Extra Smol Screen ================= */
@media (min-width: 0px) and (max-width: 576px){
  .p-start-xs-0 {
    padding-right: 0px;
  }
  
  .p-start-xs-1 {
    padding-right: 4px;
  }
  
  .p-start-xs-2 {
    padding-right: 8px;
  }
  
  .p-start-xs-3 {
    padding-right: 16px;
  }
  
  .p-start-xs-4 {
    padding-right: 24px;
  }
  
  .p-start-xs-5 {
    padding-right: 48px;
  }
  
  .p-end-xs-0 {
    padding-left: 0px;
  }
  
  .p-end-xs-1 {
    padding-left: 4px;
  }
  
  .p-end-xs-2 {
    padding-left: 8px;
  }
  
  .p-end-xs-3 {
    padding-left: 16px;
  }
  
  .p-end-xs-4 {
    padding-left: 24px;
  }
  
  .p-end-xs-5 {
    padding-left: 48px;
  }
}

/* Smol Screen ================= */
@media (min-width: 577px) and (max-width: 768px){
  .p-start-sm-0 {
    padding-right: 0px;
  }
  
  .p-start-sm-1 {
    padding-right: 4px;
  }
  
  .p-start-sm-2 {
    padding-right: 8px;
  }
  
  .p-start-sm-3 {
    padding-right: 16px;
  }
  
  .p-start-sm-4 {
    padding-right: 24px;
  }
  
  .p-start-sm-5 {
    padding-right: 48px;
  }
  
  .p-end-sm-0 {
    padding-left: 0px;
  }
  
  .p-end-sm-1 {
    padding-left: 4px;
  }
  
  .p-end-sm-2 {
    padding-left: 8px;
  }
  
  .p-end-sm-3 {
    padding-left: 16px;
  }
  
  .p-end-sm-4 {
    padding-left: 24px;
  }
  
  .p-end-sm-5 {
    padding-left: 48px;
  }
}

/* Nediam Screen ==================== */
@media (min-width: 769px) and (max-width: 992px){
  .p-start-md-0 {
    padding-right: 0px;
  }
  
  .p-start-md-1 {
    padding-right: 4px;
  }
  
  .p-start-md-2 {
    padding-right: 8px;
  }
  
  .p-start-md-3 {
    padding-right: 16px;
  }
  
  .p-start-md-4 {
    padding-right: 24px;
  }
  
  .p-start-md-5 {
    padding-right: 48px;
  }
  
  .p-end-md-0 {
    padding-left: 0px;
  }
  
  .p-end-md-1 {
    padding-left: 4px;
  }
  
  .p-end-md-2 {
    padding-left: 8px;
  }
  
  .p-end-md-3 {
    padding-left: 16px;
  }
  
  .p-end-md-4 {
    padding-left: 24px;
  }
  
  .p-end-md-5 {
    padding-left: 48px;
  }
}

/* Larg Screen ===================== */
@media (min-width: 993px) and (max-width: 1200px){
  .p-start-lg-0 {
    padding-right: 0px;
  }
  
  .p-start-lg-1 {
    padding-right: 4px;
  }
  
  .p-start-lg-2 {
    padding-right: 8px;
  }
  
  .p-start-lg-3 {
    padding-right: 16px;
  }
  
  .p-start-lg-4 {
    padding-right: 24px;
  }
  
  .p-start-lg-5 {
    padding-right: 48px;
  }
  
  .p-end-lg-0 {
    padding-left: 0px;
  }
  
  .p-end-lg-1 {
    padding-left: 4px;
  }
  
  .p-end-lg-2 {
    padding-left: 8px;
  }
  
  .p-end-lg-3 {
    padding-left: 16px;
  }
  
  .p-end-lg-4 {
    padding-left: 24px;
  }
  
  .p-end-lg-5 {
    padding-left: 48px;
  }
}

/* Extra Larg Screen ================ */
@media (min-width: 1201px){
  .p-start-xl-0 {
    padding-right: 0px;
  }
  
  .p-start-xl-1 {
    padding-right: 4px;
  }
  
  .p-start-xl-2 {
    padding-right: 8px;
  }
  
  .p-start-xl-3 {
    padding-right: 16px;
  }
  
  .p-start-xl-4 {
    padding-right: 24px;
  }
  
  .p-start-xl-5 {
    padding-right: 48px;
  }
  
  .p-end-xl-0 {
    padding-left: 0px;
  }
  
  .p-end-xl-1 {
    padding-left: 4px;
  }
  
  .p-end-xl-2 {
    padding-left: 8px;
  }
  
  .p-end-xl-3 {
    padding-left: 16px;
  }
  
  .p-end-xl-4 {
    padding-left: 24px;
  }
  
  .p-end-xl-5 {
    padding-left: 48px;
  }
}

.accordion .accordion-item {
  padding: 16px 20px !important;
  border: none !important;
  border-radius: 4px !important;
}

.accordion .accordion-item .accordion-button::after {
  background-image: none !important;
  width: 24px !important;
  height: 24px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  line-height: 24 px !important;
  font-family: 'boxicons' !important;
  font-size: 24px !important;
  content: "\ea17";
}

.accordion .accordion-item .accordion-button, .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  padding: 0px !important;
  color: var(--text-bolder-color);
  box-shadow: none !important;
  line-height: 1.5rem !important;
  font-size: 1rem !important;
}

.accordion .accordion-item .accordion-button:hover {
  color: var(--link-hover-primary-color);
}

.accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 10px 0px 0px 0px !important;
}

.form-check {
  padding-left: 0px !important;
  padding-right: 24px !important;
}

.form-check .form-check-input {
  float: right !important;
  margin-left: 0px !important;
  margin-right: -1.5em !important;
}

.form .validate {
  margin-top: 8px;
  text-align: right;
  color: #ff6060;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}

.form.form-darck .validate {
  margin-top: 8px;
  text-align: right;
  color: #ff6060;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.container-back-to-top {
  text-align: left !important;
}
  
.container-back-to-top .back-to-top::after {
  content: "\ea66";
  font-family: IcoFont;
  font-size: 28px !important;
}
  /* 
  .datepicker-dropdown {
    padding: 20px !important;
  } */
  
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #ffffff;
  height: 36px;
  font-size: 14px;
  transition: all 500ms ease !important;
  z-index: 9997 !important;
}

#topbar.topbar-scrolled {
  top: -36px;
}

#topbar .contact-info a {
  padding-right: 15px;
  line-height: 35px;
  color: var(--secondary-color);
  font-size: 13px;
  transition: 0.5s;
}

#topbar .contact-info a:hover {
  color: var(--primary-color);
}

#topbar .contact-info i {
  padding-right: 4px;
  font-size: 16px; font-weight: 500;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .language-links .btn-group .btn-language {
  width: 32px !important; height: 22px !important; border-top: 0px; border-right: 0px; border-bottom: solid 1px #95a0a9; border-left: 0px; border-radius: 0px !important; color: var(--primary-color) !important; font-size: 16px !important; font-weight: 600 !important; letter-spacing: 0.5px !important; display: flex; justify-content: center; align-items: center;
}

#topbar .language-links .btn-group .btn-split {
   width: 22px !important; height: 22px !important; border: solid 1px #95a0a9; border-radius: 2px 2px 5px 0px !important; font-size: 14px !important; color: var(--secondary-color); display: flex; justify-content: center; align-items: center; font-size: 16.8px !important;
}

#topbar .language-links .btn.focus, .btn:focus{
  box-shadow: none !important; background-color: #ffffff;
}

#topbar .language-links .btn-group .language-dropdown-menu {
  min-width: 10px !important; border-radius: 0px 0px .25rem .25rem; font-size: 14px !important; transform: translate3d(-2px, 24px, 0px) !important;
}
#topbar .language-links .btn-group .language-dropdown-menu a{
  color: #1977cc !important;
}

.form-search{
  direction: rtl !important;
}

.form-search .dropdown-toggle-split-categories{
  border-right: solid 1px #ced4da !important;
  border-left: 0px !important;
  border-radius: 0px 0.25rem 0.25rem 0px !important;
}


.form-search #input_search {
direction: rtl !important;
}

.form-search button {
  border-radius: 0.25rem 0px 0px  0.25rem !important;
}


/*--------------------------------------------------------------
# Top Bar Shop
--------------------------------------------------------------*/
#topbar.topbar-shop {
  background: var(--lightened-color);
  height: 55px;
  top: 76px;
  z-index: 9995 !important;
  transition: all 600ms ease !important;
  border-bottom: 1px solid #ced4da; /* #f6f7f9 */
}

#topbar.topbar-shop .topbar-lg-xl-logo {
  display: none !important;
}

#topbar.topbar-shop.topbar-scrolled {
  background: #ffffff;
  height: 76px !important;
  top: 0px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1) !important;
}

#topbar.topbar-shop .user-account{
  padding-right: 25px !important;
}

#topbar.topbar-shop .user-account .user-account-a-log-in, #topbar.topbar-shop .user-account .user-account-a-sign-up{
  color: #535d64;
  font-size: 14px;
}

#topbar.topbar-shop .user-account .user-account-a-log-in:hover, #topbar.topbar-shop .user-account .user-account-a-sign-up:hover {
  color: #3291e6;
}

#topbar.topbar-shop .form-search{
  min-width: 50vw;
  transition-property: all !important;
  transition-duration: 600ms !important;
}

@media (max-width: 991px) {
  #topbar.topbar-shop {
    top: 67px !important;
  }

  #topbar.topbar-shop.topbar-scrolled {
    top: 0px !important;
    height: 60px !important;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
    background: #ffffff !important;
  }

  #topbar.topbar-shop.topbar-scrolled .topbar-lg-xl-logo {
    display: none !important;
  }

  #topbar.topbar-shop .form-search{
    transition-property: all !important;
    transition-duration: 0ms !important;
  }

  #topbar.topbar-shop.topbar-scrolled .form-search{
    margin-left: 0px !important;
    transition-duration: 0ms !important;
  }

  #topbar.topbar-shop .topbar-md-mobile-nav-toggle {
    display: none !important;
    padding-right: 25px !important;
  }
  

  #topbar.topbar-shop.topbar-scrolled .topbar-md-mobile-nav-toggle {
    display: flex !important;
  }

}

@media (max-width: 767px) {

  #topbar.topbar-shop .user-account{
    padding-right: 0px !important;
  }

  #topbar.topbar-shop .contact-info-start{
    width: 100% !important;
  }

  #topbar.topbar-shop .topbar-sm-xs-mobile-nav-toggle {
    display: none !important;
  }

  #topbar.topbar-shop.topbar-scrolled .topbar-sm-xs-mobile-nav-toggle {
    display: flex !important;
  }

}

#topbar.topbar-shop .btn-group-categories-dropdown-menu {
  transition: all 0ms cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
}

#topbar.topbar-shop .btn-group-categories-dropdown-menu .btn-categories-dropdown.show {
  border-bottom: solid 2px transparent !important;
  border-radius: 0px !important;
}

#topbar.topbar-shop .btn-group-categories-dropdown-menu .btn-categories-dropdown.show {
  border-bottom-color: var(--secondary-color) !important;
}

/* #topbar.topbar-shop .categories-dropdown-menu {
  transition: all;
  transition-duration: 0ms !important;
  transition-timing-function: ease !important;
  transition-delay: 15ms !important;
  transition: all 0.1ms cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
} */

#topbar.topbar-shop .categories-dropdown-menu {
  min-width: 100vw !important;
  height: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  border: none !important;
}

#topbar.topbar-shop .categories-dropdown-menu.show {
  min-width: 100vw !important;
}

#topbar.topbar-shop .categories-dropdown-menu .categories-dropdown-menu-margin{
  background: var(--lightened-color);
  border-bottom: solid 2px var(--secondary-color);
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
  margin-top: 4px;
  transition: all 600ms ease !important;
}

#topbar.topbar-shop.topbar-scrolled .categories-dropdown-menu .categories-dropdown-menu-margin {
  background: #ffffff;
  margin-top: 15px;
}

#topbar.topbar-shop .categories-dropdown-menu .categories-dropdown-menu-padding {
  padding-top: 0px;
  transition: all 600ms ease !important;
}

#topbar.topbar-shop.topbar-scrolled .categories-dropdown-menu .categories-dropdown-menu-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

#topbar.topbar-shop .categories-dropdown-menu .categories-dropdown-menu-border{
  border-top: solid 3px #ffffff;
}

#topbar.topbar-shop.topbar-scrolled .categories-dropdown-menu .categories-dropdown-menu-border {
  border-top: solid 3px var(--lightened-color);
}

#topbar.topbar-shop .categories-dropdown-menu .categories-dropdown-menu-content{
  padding-top: 16px;
  min-height: 60px !important;
  max-height: calc(65vh - 131px) !important;
  overflow-y: auto !important;
  transition: all 600ms ease !important;
}

#topbar.topbar-shop.topbar-scrolled .categories-dropdown-menu .categories-dropdown-menu-content{
  min-height: 115px !important;
  max-height: calc(65vh - 76px) !important;
  transition: all 600ms ease !important;
}


@media (max-width: 991px) {
  #topbar.topbar-shop .categories-dropdown-menu .categories-dropdown-menu-margin{
    margin-top: 4px;
  }
  
  #topbar.topbar-shop.topbar-scrolled .categories-dropdown-menu .categories-dropdown-menu-margin {
    margin-top: 7px;
  }

  #topbar.topbar-shop .categories-dropdown-menu .categories-dropdown-menu-padding {
    padding-top: 0px;
    transition: all 600ms ease !important;
  }
  
  #topbar.topbar-shop.topbar-scrolled .categories-dropdown-menu .categories-dropdown-menu-padding {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  #topbar.topbar-shop .categories-dropdown-menu .categories-dropdown-menu-margin{
    margin-top: 12px;
  }
  
  #topbar.topbar-shop.topbar-scrolled .categories-dropdown-menu .categories-dropdown-menu-margin {
    margin-top: 15px;
  }

  #topbar.topbar-shop .categories-dropdown-menu .categories-dropdown-menu-padding {
    padding-top: 0px;
    transition: all 600ms ease !important;
  }
  
  #topbar.topbar-shop.topbar-scrolled .categories-dropdown-menu .categories-dropdown-menu-padding {
    padding-top: 0px;
  }
}


#topbar.topbar-shop .mobile-nav .nav-ul a {
  text-transform: none !important;
  /* font-family: "PNU Bold" !important; */
  font-weight: 500 !important;
}

#topbar.topbar-shop .mobile-nav .drop-down ul li a {
  font-size: 0.89rem !important;
}

#topbar.topbar-shop .mobile-nav .nav-ul .main-nav-li .main-nav-item {
  font-size: 1rem !important;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #ffff;
  transition: all 500ms ease !important;
  z-index: 9996 !important;
  padding: 15px 0;
  top: 36px;
  border-bottom: 1px solid #f1f7fd;
}

@media (max-width: 991px) {
  #header{
    z-index: 998 !important;
  }
}

#header.header-scrolled {
  top: 0;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  border-bottom: 1px solid #f1f7fd;
}

@media (max-width: 767px) {
  #header_form_search{
    position: absolute !important;
    top: 105px;
    right: 0px;
    left: 0px;
  }

  #header_form_search #header_input_search {
    padding: 10px 20px !important;            
  }


  #header_form_search .btn {
    background-color: #ffffff !important;
    width: 50px !important;     
    border-radius: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
  }

  #header_form_search .dropdown-menu {
    background-color: #ffffff !important;
    width: 100% !important;     
    border-radius: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
  }

}

#header .logo {
  font-size: 32px;
  margin: 0px 0px 0px auto !important;
  padding: 0;
  line-height: 37px !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "PNU Regular", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

#header .logo img {
  max-height: 46px;
  max-width: 300px;
}

@media (max-width: 991px) {
  #header{
    top: 0px !important;
  }
}

@media (max-width: 991px) {
  #header .logo {
    width: 100% !important;
    margin: 0px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  #header .logo .logo-p-start {
    padding-left: 58px !important;
  }
  #header .logo img {
    max-height: 44px;
    max-width: 250px;
  }
}


/*--------------------------------------------------------------
# Header Shop
--------------------------------------------------------------*/
#header.header-shop{
  top: 0px !important;
  transition: all 600ms ease !important;
  border-bottom: 0px;
  z-index: 9996 !important;
}

/* @media (max-width: 991px) {
  #header.header-shop .logo.logo-color {
    width: calc(100% - 103px) !important;
    height: 37px; margin: 0px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  #header.header-shop .logo.logo-color img {
    max-width: 100% !important;
  }
} */

#header.header-shop.header-scrolled {
  top: -76px !important;
  box-shadow: none !important;
  border-bottom: 0px !important;
  z-index: 9994 !important;
}

@media (max-width: 991px) {
  #header.header-shop {
    padding: 12px 0px !important;
  }
  #header.header-shop.header-scrolled {
    top: -60px !important;
    border-bottom: 0px !important;
    box-shadow: none !important;
    z-index: 9996 !important;
  }
}

#header.header-shop .form-search .dropdown-menu , #topbar.topbar-shop .form-search .dropdown-menu{
  text-align: left !important;
}

@media (max-width: 767px) {
  #header.header-shop #header_form_search{
    position: absolute !important;
    top: 121px;
    right: 0px;
    left: 0px;
    transition: all 600ms ease !important;
  }

  #header.header-shop.header-scrolled #header_form_search{
    position: absolute !important;
    top: 119px;
    right: 0px;
    left: 0px;
    transition: all 600ms ease !important;
  }

  #header_form_search #header_input_search {
    padding: 10px 20px !important;            
  }

  #header_form_search .btn {
    background-color: #ffffff !important;
    width: 50px !important;     
    border-radius: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
  }

  #header_form_search .dropdown-menu {
    background-color: #ffffff !important;
    width: 100% !important;     
    border-radius: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
  }

}

#header.header-shop.header-scrolled .nav-menu .main-nav-li .main-nav-item, #header.header-shop.header-scrolled .shop-btn{
  color: #ffffff !important;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation --------------------------- */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 3px 50px 3px 0px;
  z-index: 999 !important;
}

.nav-menu a {
  display: block;
  position: relative;
  color: var(--link-primary-color);
  transition: 0.3s;
  font-size: 18px;
  font-weight: 500;
  font-family: "PNU Regular";
  padding: 5px 0px;
  border-bottom: 2px solid #fff;
}

.nav-menu li:hover > .main-nav-item{
  border-color: var(--secondary-color) !important;
}

.nav-menu a:hover{
  color: var(--link-hover-primary-color) !important;
}

.nav-menu .main-nav-li.drop-down .main-nav-item .icon-px{
  padding-left: 10px !important;
}

.main-nav-li.drop-down .main-nav-item .icon-categories-px{
  padding-left: 8px !important;
}

@media (max-width: 991px) {
  
  .main-nav-li.drop-down ul .h5{
    font-size: 0.95rem !important;
    padding: 10px 0px 0px 0px !important;
  }
}

.nav-menu .drop-down ul {
  display: block;
  position: fixed;
  left: 0px;
  right: 0px;
  top: auto;
  z-index: 99;
  margin-top: 30px;
  opacity: 0;
  visibility: hidden;
  /* padding: 10px 0; */
  /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
  transition: 0.3s;
  white-space: normal !important;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: auto;
  margin-top: 0px;
  visibility: visible;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: var(--link-primary-color);
  border: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: var(--link-hover-primary-color) !important;
  text-decoration: underline !important;
}

/* .nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  margin-right: 5px;
} */

.nav-menu .drop-down .li-about-drop-down{border-left: solid 2px var(--secondary-color);}
.nav-menu .drop-down .li-products-drop-down{border-right: solid 2px var(--secondary-color); border-bottom: solid 2px var(--secondary-color);}

.nav-menu .drop-down-media-center .drop-down-media-center-item{
  padding-left: 15px !important;
  padding-right: 0px !important;
}

.nav-menu .drop-down-media-center .drop-down-media-center-item a {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.nav-menu .drop-down.drop-down-products .nested-container{
  background-color: #ffffff !important;
   margin-top: 20px !important;
   border-radius: 2px !important;
   box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.25) !important;
}

/* --------------------------------------------------------- */
/* Buttons -------------------------------------- */
.btn-brdr-secondary {
  background: transparent;
  border: solid 1px var(--secondary-color);
  border-radius: 0px 9px 9px 9px !important;
  color: var(--secondary-color);
}

.btn-brdr-secondary:hover {
  background: var(--secondary-color);
  border: solid 1px var(--secondary-color);
  border-radius: 0px 9px 9px 9px !important;
  color: #ffffff;
}

.btn-brdr-secondary:focus {
  background: var(--secondary-color) !important;
  border: solid 1px var(--secondary-color);
  border-radius: 0px 9px 9px 9px !important;
  color: #ffffff;
}

.btn-secondary {
  background: var(--secondary-color);
  color: #ffffff;
}

.btn-secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.btn-secondary:focus {
  background: var(--primary-color) !important;
  color: #ffffff !important;
}

.btn-white-secondary {
  background: #ffffff;
  color: var(--secondary-color);
}

.btn-white-secondary:hover {
  background: var(--secondary-color);
  color: #ffffff;
}

.btn-white-secondary:focus {
  background: var(--primary-color) !important;
  color: #ffffff !important;
}

.btn-brdr-primary {
  background: transparent;
  border: solid 1px var(--primary-color);
  border-radius: 0px 9px 9px 9px !important;
  color: var(--primary-color);
}

.btn-brdr-primary:hover {
  background: var(--primary-color);
  border: solid 1px var(--primary-color);
  border-radius: 0px 9px 9px 9px !important;
  color: #ffffff;
}

.btn-brdr-primary:focus {
  background: var(--primary-color) !important;
  border: solid 1px var(--primary-color);
  border-radius: 0px 9px 9px 9px !important;
  color: #ffffff;
}

.btn-primary {
  background: var(--primary-color);
  color: #ffffff;
}

.btn-primary:hover {
  background: var(--secondary-color);
  color: #ffffff;
}

.btn-primary:focus {
  background: var(--secondary-color) !important;
  color: #ffffff !important;
}

.btn-white-primary {
  background: #ffffff;
  color: var(--primary-color);
}

.btn-white-primary:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.btn-white-primary:focus {
  background: var(--secondary-color) !important;
  color: #ffffff !important;
}


.btn-loader .icon-loader {
  display: none;
}

.btn-loader.active-loader .text-value {
  padding-left: 4px;
}

.btn-loader.active-loader .icon-loader {
  display: inline-block;
}

.shop-btn {
  margin-right: 50px;
  background: #1977cc;
  color: #ffffff !important;
  border-radius: 14px;
  padding: 8px 25px;
  letter-spacing: 1px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  font-family: "PNU Bold";
  display: block;
}

.shop-btn:hover {
  background: #007eef;
}

.cart-btn {color:  #082744 !important;}

.cart-btn:hover {color:  #1977cc !important;}

@media (max-width: 991px) {
  .shop-btn {
    margin: 0 50px 0 0;
    padding: 6px 18px !important;
  }
}

/* --------------------------------------------------------- */
/* Mobile Navigation --------------------------------------- */
.mobile-nav-toggle {
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 30px;
  z-index: 9998;
  border: 0;
  background: none;
  transition: all .4s ease !important;
  outline: none !important;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: var(--secondary-color);
  font-size: 28px;
  line-height: 28px;
}

.mobile-nav {
  width: 83% !important;
  height: 100% !important;
  max-width: 25rem;
  min-width: 11.25rem;  position: fixed;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999 !important;
  background: #fff;
  transform: translate(100%,0) !important;
  transition: all 350ms ease !important;
  border-radius: 0px;
  padding: 15px 0px !important;
}

.display-mobile-nav{
  transform: translate(0,0) !important;
}

.mobile-nav-overly {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9997;
  width: 100% !important;
  height: 100% !important;
  background: rgb(0 0 0 / 55%);
  overflow: hidden;
  display: none;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav .mobile-nav-header{
  padding-left: 9px !important;
  padding-right: 24px !important;
}

.mobile-nav .mobile-nav-header .mobile-nav-logo img{
  max-width: 224px !important;
  max-height: 30px !important;
}

.mobile-nav .mobile-nav-contact-info-language-links{
  padding: 5px 24px 15px 10px !important;
}

.mobile-nav .mobile-nav-contact-info-language-links .contact-info a{
  color: var(--secondary-color) !important;
  font-size: 1.1rem !important;
}

.mobile-nav .mobile-nav-contact-info-language-links .contact-info a:hover{
  color: var(--primary-color) !important;
}

.mobile-nav .mobile-nav-language-links{
  text-align: right !important;
}

.mobile-nav .mobile-nav-language-links .btn-group .btn-language {
  padding: 0px 11px 0px 1px !important; border-top: 0px; border-right: 0px; border-bottom: solid 1px #1977cc; border-left: 0px; border-radius: 0px !important; font-size: 14px !important; color: #1977cc !important;
}

.mobile-nav .mobile-nav-language-links .btn-group .btn-split {
  padding: 0px 6px !important; border: solid 1px #1977cc; border-radius: 2px 2px 4px 0px !important; font-size: 14px !important; color: #1977cc !important;
}

.mobile-nav .mobile-nav-language-links .btn.focus, .btn:focus{
  box-shadow: none !important; background-color: #ffffff;
}

.mobile-nav .mobile-nav-language-links .btn-group .language-dropdown-menu {
  min-width: 10px !important; border-radius: 0px 0px .25rem .25rem; font-size: 14px !important;
}
.mobile-nav .mobile-nav-language-links .btn-group .language-dropdown-menu a{
  color: #1977cc !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.mobile-nav .nav-ul{
  width: 100%;
  height: calc(100% - 99px);
  padding: 15px 24px !important;
  overflow-y: auto !important;
}

.mobile-nav .nav-ul .main-nav-li{
  border-bottom: 1px solid var(--line-color) !important;
}

.mobile-nav .nav-ul a {
  display: block;
  position: relative;
  color: var(--link-primary-color) !important;
  padding: 8px 0px;
  font-weight: 600;
  outline: none;
}

.mobile-nav .main-nav-item{
  font-size: 1rem !important;
}

.mobile-nav .span-main-nav-item-url.active .br-b, .mobile-nav .span-sub-nav-item-url.active {
  border-bottom: solid 1px var(--secondary-color);
  color: var(--secondary-color) !important;
}

.mobile-nav .span-main-nav-item-url.active .br-b:hover {
  color: var(--text-primary-color) !important;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: var(--link-hover-primary-color) !important;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\efc2";
  font-family: IcoFont;
  padding-right: 10px;
  position: absolute;
  left: 0px;
  font-weight: 500 !important;
}

.mobile-nav .active.drop-down > a:after {
  content: "\ef9a";
  font-weight: bolder !important;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  padding-bottom: 10px !important;
}

.mobile-nav .drop-down li {
  padding-right: 10px;
}

.mobile-nav .drop-down ul li a {
  font-size: 0.89rem !important;
}

.mobile-nav .nav-display-li{
  margin-top: 15px !important;
}

.mobile-nav .nav-display-li .nav-display-title{
  display: block;
  position: relative;
  color: #2c4964 !important;
  padding: 8px 0px;
  font-weight: 700;
  outline: none;
}

.mobile-nav .nav-display-li .nav-display-ul{
  padding-right: 10px;
  padding-bottom: 24px;
}

.mobile-nav .nav-display-li .nav-display-ul a{
  font-size: 0.89rem !important;
}

.mobile-nav .nav-display-li .nav-display-ul i{
  padding-left: 15px !important;
}

.mobile-nav .nav-display-li .nav-display-ul li .or{
  padding-right: 10px !important;
  padding-left: 10px !important;
  /* font-weight: 600; */
}

/*--------------------------------------------------------------
# carousel Section
--------------------------------------------------------------*/
.body-shop .slide{
  margin-top: 123px;
}

@media (max-width: 991px) {
  .body-shop .slide{
    margin-top: 115px !important;
  }
}

@media (max-width: 767px) {
  .body-shop .slide{
    margin-top: 105px !important;
  }
}

.slide-image .carousel-caption .container{text-align: right !important;}

.carousel-item h1 {
  margin: 0;
  font-family: "PNU Bold";
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
  color: #ffffff; /* #2c4964 */
}

.carousel-item h2 {
  color: #ffffff;
  margin: 20px 0 30px 0;
  font-size: 20px;
  
}

.carousel-item .btn-get-started {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  transition: 0.5s;
  color: #ffffff;
  background: var(--secondary-color);
}

.carousel-item .btn-get-started:hover {
  background: var(--primary-color);
}


@media (max-width: 992px) {
  .carousel-item h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .carousel-item h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .carousel-item .btn-get-started{
    margin-top: 0px !important;
  }
}

@media (max-width: 586px) {
  .carousel-item h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .carousel-item h2 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 575px) {
  .carousel-item h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .carousel-item h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 425px) {
  .carousel-item h1 {
    font-size: 25px;
    line-height: 36px;
  }
  .carousel-item h2 {
    font-size: 17px;
    line-height: 23px;
  }
}

@media (max-width: 375px) {
  .carousel-item h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .carousel-item h2 {
    font-size: 16px;
    line-height: 22px;
  }
  .carousel-item .btn-get-started{
    margin-top: 0px !important;
  }
}

@media (max-width: 360px) {
  .carousel-item h1 {
    font-size: 19px;
    line-height: 25px;
  }
  .carousel-item h2 {
    font-size: 15px;
    line-height: 21px;
  }
  .carousel-item .btn-get-started{
    font-size: 13px;
  }
}

@media (max-width: 335px) {
  .carousel-item h1 {
    font-size: 18px;
    line-height: 22px;
  }
  .carousel-item h2 {
    font-size: 13px;
    line-height: 15px;
  }
  .carousel-item .btn-get-started{
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .carousel-item h1 {
    font-size: 16px;
    line-height: 20px;
  }
  .carousel-item h2 {
    font-size: 12px;
    line-height: 14px;
  }
  .carousel-item .btn-get-started{
    font-size: 11px !important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--text-section-title-color);
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  bottom: 0;
  left: calc(50% - 20px);
}

.primary-section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--primary-color);
}

.primary-section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.primary-section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  bottom: 0;
  left: calc(50% - 20px);
}

.secondary-section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--secondary-color);
}

.secondary-section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.secondary-section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--secondary-color);
  bottom: 0;
  left: calc(50% - 20px);
}

.primary-secondary-section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--primary-color);
}

.primary-secondary-section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: var(--secondary-color);
  bottom: 1px;
  left: calc(50% - 60px);
}

.primary-secondary-section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  bottom: 0;
  left: calc(50% - 20px);
}

.secondary-primary-section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--secondary-color);
}

.secondary-primary-section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: var(--primary-color);
  bottom: 1px;
  left: calc(50% - 60px);
}

.secondary-primary-section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--secondary-color);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0 6px;
  line-height: 30px;
  list-style: none;
  background-color: var(--darkened-color);
  margin-top: 114px;
}

.first-section {
  margin-top: 114px;
}

.first-shop-section {
  margin-top: 133px;
}

.padding-first-section {
  padding-top: 114px;
}

.main-shop .breadcrumbs{
  margin-top: 123px !important;
}

@media (max-width: 991px) {
  .breadcrumbs {
    margin-top: 69px !important;
  }
  
  .first-section {
    margin-top: 69px;
  }

  .first-shop-section {
    margin-top: 124px;
  }

  .padding-first-section {
    padding-top: 69px;
  }

  .main-shop .breadcrumbs{
    margin-top: 114px !important;
  }
}

@media (max-width: 767px) {

  .main-shop .breadcrumbs{
    margin-top: 105px !important;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.breadcrumbs ol li + li {
  padding-right: 5px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-left: 5px;
  content: "\ea9d";
  font-family: IcoFont;
  color: #1977cc;
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

.scrol-x-none-display {
  overflow-x: scroll !important;
}

.scrol-x-none-display::-webkit-scrollbar {
  display: none !important;
}

.width-max-content {
  width: max-content;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: var(--secondary-color);
  border-radius: 3px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: #ffffff;
  padding: 6px 30px 8px 30px;
  color: var(--secondary-color);
  border: solid 1px var(--secondary-color);
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn::after{
  content: "\eab8";
  color: var(--secondary-color);
  font-family: IcoFont;
  font-size: 14px;
}

.why-us .content .more-btn:hover::after{
  color: #fff !important;
}

.why-us .content .more-btn:hover {
  background: var(--primary-color);
  color: #fff !important;
}

.why-us .icon-boxes{
  position: relative !important;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  width: 100%;
  /* min-height: 328px !important; */
  margin: 5px 0px;
  border: solid 1px #ddd !important;
  cursor: grab !important;
}

@media (max-width: 2560px) {
  .why-us .icon-boxes .icon-box{
    min-height: 292px !important;
  }
}

@media (max-width: 1999px) {
  .why-us .icon-boxes .icon-box{
    min-height: 302px !important;
  }
}

@media (max-width: 991px) {
  .why-us .icon-boxes .icon-box{
    min-height: 328px !important;
  }
}

@media (max-width: 767px) {
  .why-us .icon-boxes .icon-box{
    min-height: 287px !important;
  }
}

@media (max-width: 500px) {
  .why-us .icon-boxes .icon-box{
    min-height: 328px !important;
  }
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

@media (max-width: 991px) {
  .why-us .icon-boxes .icon-box h4{
    font-size: 16px !important;
  }
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #585858;
}

.why-us .icon-boxes .icon-box .view-btn{
  display: inline-block;
  padding: 5px 20px 5px 20px;
  color: var(--secondary-color) !important;
  border: solid 1px var(--secondary-color);
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .icon-boxes .icon-box .view-btn:hover{
  background: var(--secondary-color);
  color: #ffffff !important;
}

.why-us .borderstyle{
  position: absolute;
  display: block;
  bottom: 0px;
  left: calc(50% - 30px);
  padding: 5px 0px;
}

.why-us .borderstyle::before {
  content: '';
  position: absolute;
  display: block;
  width: 260px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 130px);
}

.why-us .borderstyle::after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 3px;
  background: var(--primary-color);
  bottom: 0;
  left: calc(50% - 40px);
}

.why-us .icon-boxes:hover .borderstyle{
  direction: rtl !important;
  }
  
.why-us .icon-boxes:hover .animation-duration{
  animation-duration: 0ms !important;
}

@media (max-width: 768px) {
  .why-us .icon-boxes:hover .borderstyle{
    direction: ltr !important;
    }
    
  .why-us .icon-boxes:hover .animation-duration{
    animation-duration: 3000ms !important;
  }
}

.icon-boxes .owl-carousel .owl-nav{
  width: 100%; position: absolute; top: calc(50% - 30px); left: 0px; right: 0px;
}

.icon-boxes .owl-carousel .owl-nav .owl-prev{
  position: absolute; left: 5px; line-height: 50px; font-size: 50px !important; font-weight: bolder; color: var(--secondary-color) !important; border: 0px !important;
}

.icon-boxes .owl-carousel .owl-nav .owl-next{
  position: absolute; right: 5px; line-height: 50px; font-size: 50px !important; font-weight: bolder; color: var(--secondary-color) !important; border: 0px !important;
}

.icon-boxes .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-next:focus{
  color: var(--primary-color) !important; border: 0px !important;
}

.icon-boxes .owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span{
  padding: 30px; font-family: "Poppins", sans-serif !important;
}

@media (max-width: 1199px) {
  .icon-boxes .owl-carousel .owl-nav .owl-prev{
    left: -25px;
  }
  .icon-boxes .owl-carousel .owl-nav .owl-next{
    right: -25px;
  }
}

@media (max-width: 991px) {
  .icon-boxes .owl-carousel .owl-nav .owl-prev{
    left: -33px;
  }
  .icon-boxes .owl-carousel .owl-nav .owl-next{
    right: -33px;
  }
}

@media (max-width: 575px) {
  .icon-boxes .owl-carousel .owl-nav{
    top: calc(50% - 35px);
  }
  .icon-boxes .owl-carousel .owl-nav .owl-prev{
    left: -37px;
  }
  .icon-boxes .owl-carousel .owl-nav .owl-next{
    right: -37px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.about .icon-box {
  margin: 20px 0px;
}

.about .icon-box .icon {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid var(--primary-color);
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: var(--secondary-color);
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: var(--primary-color);
  border-color: var(--secondary-color);
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-right: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1977cc;
}

.about .icon-box .description {
  margin-right: 85px;
  margin-bottom: 0px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background-size: cover;
  position: relative !important;
}

.about .play-btn {
  width: 94px !important;
  height: 94px !important;
  background: radial-gradient(var(--secondary-color) 50%, var(--light-secondary-color) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px) !important;
  top: calc(50% - 47px) !important;
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid var(--secondary-color);
  top: -15%;
  left: -15%;
  background: transparent;
}

.about .play-btn:hover {
  background: radial-gradient(var(--primary-color) 50%, var(--light-primary-color) 52%);
}

.about .play-btn:hover::after {
  border-left: 15px solid var(--light-primary-color);
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.content-video-box .play-btn {
  width: 94px !important;
  height: 94px !important;
  background: radial-gradient(var(--secondary-color) 50%, var(--light-secondary-color) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px) !important;
  top: calc(50% - 47px) !important;
  overflow: hidden;
}

.content-video-box .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.content-video-box .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid var(--secondary-color);
  top: -15%;
  left: -15%;
  background: transparent;
}

.content-video-box .play-btn:hover {
  background: radial-gradient(var(--primary-color) 50%, var(--light-primary-color) 52%);
}

.content-video-box .play-btn:hover::after {
  border-left: 15px solid var(--light-primary-color);
  transform: scale(20);
}

.content-video-box .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f3f3f3; /* f1f7fd */
  padding: 0px 0px 40px 0px;
  margin-bottom: 30px;
}

.counts .mt-costom{
  margin-top: 40px !important;
}

.counts .count-box {
  padding: 35px 5px 20px 5px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 8px 8px 8px 8px !important;

}

.counts .count-box .count-icofont{
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  background: #ffffff;
  padding: 9.5px 16px;
  color: #fff;
  border: solid 5px #f3f3f3 !important;
  border-radius: 50%  !important;
}

.counts .count-box i {
  /* font-size: 24px; */
  /* background: #1977cc; */
  /* padding: 12px; */
  color: #1977cc;
  /* border-radius: 10px 10px 3px 3px !important; */
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue LT W02_77 Bd Cn",Helvetica,Arial;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #1977cc;
  border-color: #1977cc;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1977cc;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #1977cc;
}

.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type="submit"] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #1977cc;
}

.departments .nav-link.active {
  color: #1977cc;
  border-color: #1977cc;
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
}

/*--------------------------------------------------------------
# About Index
--------------------------------------------------------------*/

/* strategy-and-vision */
.strategy-and-vision .strategy-vision-content-item{
  padding-right: 40px;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 240px;
  border-radius: 50%;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-right: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  right: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: var(--light-secondary-color);
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-right: 46px;
  direction: rtl !important;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 65px 30px 30px;
  margin: 30px 0px;
  min-height: 200px;
  border-radius: 3px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  background-color: #ffffff;
  width: 90px;
  border: solid 6px #fff !important;
  border-radius: 10px;
  position: absolute;
  right: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  font-weight: 600;
  color: #001b33b8;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: var(--light-secondary-color);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  padding-left: 5px;
  right: -1px;
  position: relative;
}

.testimonials .testimonial-item p {
  font-style: italic;
  font-size: 17px;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--light-primary-color) !important;
}

.testimonials .owl-dot.active {
  background-color: var(--secondary-color) !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-right: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    right: auto;
  }
}

.testimonials .owl-carousel .owl-nav{
  width: 100%; position: absolute; top: calc(30% - 35px); left: 0px; right: 0px;
}

.testimonials .owl-carousel .owl-nav .owl-prev{
  position: absolute; left: -65px; line-height: 50px; font-size: 50px !important; font-weight: bolder; color: var(--secondary-color) !important; border: 0px !important;
}

.testimonials .owl-carousel .owl-nav .owl-next{
  position: absolute; right: -60px; line-height: 50px; font-size: 50px !important; font-weight: bolder; color: var(--secondary-color) !important; border: 0px !important;
}

.testimonials .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-next:focus{
  color: var(--primary-color) !important; border: 0px !important;
}

.testimonials .owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span{
  padding: 30px; font-family: "Poppins", sans-serif !important;
}

.container.container-owl-carousel .owl-next{
  left: -60px !important;
  right: auto !important;
}

.container.container-owl-carousel .owl-prev{
  right: -60px !important;
  left: auto !important;
}

@media (max-width: 1199px) {
  .testimonials .owl-carousel .owl-nav .owl-prev{
    left: -55px;
  }
  .testimonials .owl-carousel .owl-nav .owl-next{
    right: -50px;
  }
}

@media (max-width: 575px) {
  .testimonials .owl-carousel .owl-nav{
    top: calc(50% - 35px);
  }
  .testimonials .owl-carousel .owl-nav .owl-prev{
    left: -35px;
  }
  .testimonials .owl-carousel .owl-nav .owl-next{
    right: -35px;
  }

  .container.container-owl-carousel .owl-next{
    left: -35px !important;
    right: auto !important;
  }
  
  .container.container-owl-carousel .owl-prev{
    right: -35px !important;
    left: auto !important;
  }

}

.owl-prev.disabled, .owl-next.disabled {
  opacity: 0.4 !important;
}

/*--------------------------------------------------------------
# Latest News
--------------------------------------------------------------*/
.testimonials.latest-news-in-home .testimonial-wrap {
  padding-right: 17.9%;
}

.testimonials.latest-news-in-home .testimonial-wrap .testimonial-item {
  min-height: 228px; padding-right: 25%; border-top: solid 3px var(--secondary-color) !important; border-right: solid 3px var(--secondary-color) !important;
}

.testimonials.latest-news-in-home .testimonial-wrap .testimonial-item .testimonial-img {
  width: 44% !important; right: -22%; position: absolute;
}

@media (max-width: 769px) {
  .testimonials.latest-news-in-home .testimonial-wrap {
    padding-right: 16%;
  }
  
  
   .testimonial-img {
    width: 40% !important; right: -20.5%; position: absolute;
  }
  
  .testimonials.latest-news-in-home .testimonial-wrap .testimonial-item {
    min-height: 228px; padding-right: 23%; border-top: solid 3px var(--secondary-color) !important; border-right: solid 3px var(--secondary-color) !important;
  }
}

@media (max-width: 425px) {

  .testimonials.latest-news-in-home .testimonial-wrap .testimonial-item .testimonial-img {
    width: 36% !important; right: -18%; position: absolute;
  }

  .testimonials.latest-news-in-home .testimonial-wrap .testimonial-item {
    min-height: 320px; padding-right: 20%; border-top: solid 3px var(--secondary-color) !important; border-right: solid 3px var(--secondary-color) !important;
  }

  .testimonials.latest-news-in-home .testimonial-wrap {
    padding-right: 13%;
  }

  .testimonials.latest-news-in-home .testimonial-wrap .testimonial-item .post-title {
    min-height: 65px !important;
  }

}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .container-owl-carousel{
  margin-right: 6px !important;
  margin-left: 6px !important;
  border-radius: 40px !important;
  overflow: hidden;
}

@media (max-width: 425px) {
  .gallery .container-owl-carousel{
    border-radius: 30px !important;
  }
}

@media (max-width: 375px) {
  .gallery .container-owl-carousel{
    border-radius: 21px !important;
  }
}

@media (max-width: 350px) {
  .gallery .container-owl-carousel{
    border-radius: 6px !important;
  }
}

.gallery .gallery-item {
  overflow: hidden;
}

.gallery .gallery-item img {
  transition: all ease-in-out 500ms;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-info-section {
  background-image: url('../img/contact/google-map.PNG');
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--secondary-color);
  float: right;
  width: 44px;
  height: 44px;
  background: var(--light-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 60px 0 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 60px 0 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: var(--secondary-color);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: var(--secondary-color);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: var(--primary-color);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: var(--lightened-color) !important;
}

#footer .footer-top {
  padding: 0px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 5px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-social-links{
  margin-top: 0px;
}

#footer .footer-social-links h4{
  padding-left: 8px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--secondary-color);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-left: 5px;
  border-radius: 20%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: var(--primary-color);
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-top: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--link-primary-color);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--link-hover-primary-color);
}

#footer .footer-top-link .footer-links ul li > a::before {
  content: "\ea9d";
  font-family: IcoFont;
  margin-left: 5px !important;
}

#footer .footer-top-link .footer-language{
  padding: 18px 15px 0px 15px !important;
  text-align: center !important;
}

#footer .footer-top-link .footer-language .a-help{
  color: #202124 !important;
  margin-left: 30px !important;
  display: inline-block !important;
}

#footer .footer-top-link .footer-language .a-help:hover > span{
  color: #3291e6 !important;
}

#footer .footer-top-link .footer-language .a-help i{
  margin-left: 6px !important;
  color: #202124 !important;
}

#footer .footer-top-link .footer-language .btn-group-language{
  width: calc(100% - 111px) !important;
}

#footer .footer-top-link .footer-language .btn-footer-language{
  background: #ffffff !important;
  border-top: 0px !important;
  border-right: 0px !important;
  border-bottom: solid 1px #bfdcf7 !important;
  border-left: 0px !important;
  border-radius: 0px !important;
  padding-top: 0px;
  padding-bottom: 5px;
  color: #202124 !important;
  text-align: right !important;
  cursor: pointer !important;
}

#footer .footer-top-link .footer-language .dropdown-toggle::after{
  float: left;
  margin-top: 9px !important;
  margin-bottom: 9px !important;
  margin-left: 6px !important;
  font-size: 16px !important;
}

#footer .footer-top-link .footer-language .dropdown-menu{
  width: 100% !important;
  font-size: 14px !important;
  text-align: right !important;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-newsletter form {
  margin-top: 0px;
  background: #fff;
  padding: 4px 10px;
  position: relative;
  border-radius: 12px;
  text-align: right;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form .btn-subscribe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 11px;
  background: var(--secondary-color);
  color: #fff;
  transition: 0.3s;
  border-radius: 12px;
}

#footer .footer-newsletter form .btn-subscribe:hover {
  background: var(--primary-color);
}

#footer .copyright{
  font-size: 13px !important;
}

@media (max-width: 991px) {
  #footer .copyright{
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  #footer .copyright{
    max-width: 100%;
  }
  #footer .credits {
    padding-top: 10px;
  }
}

#footer .credits {
  font-size: 13px;
  color: #444444;
}