/**
* Template Name: Saudi German
* Updated with Bootstrap v5.3.2
* Author: SaudiGerman.com
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --linktxt: #1C2B39;
  --bgprimary: #0D4E9C;
  --headtxt: #212529;
  --bgsuccess:  #019348;
  --rgbsuccess:  1, 147, 72;
  --bodytxt: #333333;
  --rgbbody: 51, 51, 51;
  --bggraidientlight:#3FAD56 ;
  --bggraidientdark: #007438;
  --cyancolor: #43BBAC;
  --lightgray: #F8F8F8;
  --darkblkbg: #212529;
  --whitecolor: #FFFFFF;
  --bgcyan: #F3F9FE;
  --radiobtn: #CFE8CB;
  --linkhover: #2eb34b;
  --rgbwhite: 255,255,255;
  --rgbblack: 0,0,0;

  --transition: all 0.2s ease-in-out;
  --transform: translate3d(0, 18px, 0);
  --boxshadow: 6px 6px 25px rgba(0,0,0,0.1);


}

* {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'diodrum';
  font-size: 14px;
  line-height: 24px;
  color: var(--bodytxt);
}
a {
  color: var(--bluecolor);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: var(--cyancolor);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headtxt);  
  font-weight: 600;
}
h1 {
  font-size: 3.5rem;
  line-height: 99px; 
}
h1 strong {
  display: flex;
}
h2 {
  font-size: 2rem;
  line-height: 140%;
}

h3 {
  font-size: 28px;
  line-height: 37px;
  font-weight: 500;
}

p {
  font-size: 0.965rem;
  margin-bottom: 0;
  color: var(--bodytxt);
}
ul, ol, li {
  /* list-style: none; */
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mt-80 {
  margin-top: 50px;
}
.mb-80 {
  margin-bottom: 80px;
}
.fs-8 {
  font-size: large;
}
header.fixed-top.sticky-top {
  background: var(--whitecolor);
  padding-bottom: 10px;
}

/* 12px font size */
.nav-link,
.customercall {
  font-size: 0.8rem;  
  font-weight: 400;
}
.bg-light-gray {
  background: var(--lightgray);
}
.px-lg-6 {
  padding: 40px 60px;
}
.bg-pill {
  border-radius: 50rem;
}
.bg-cyan {
  background: var(--bgcyan);
}
.bg-green {
  background: var(--bgsuccess);
}
.bg-black {
  background: var(--darkblkbg);
}
.bg-blue {
  background: var(--bgprimary);
}
.bg-green,
.bg-black,
.bg-blue,
.liner-bg-green {
  color: var(--whitecolor);
}
.liner-bg-green {
  background: var(--bggraidientdark);
  background: linear-gradient(90deg, var(--bggraidientdark) 0%, var(--bggraidientlight) 100%);
}
.modal .form-control,
.modal .form-select {
  background: rgba(var(--rgbbody),0.1);
}

/*--------------------------------------------------------------
# Top Navbar
--------------------------------------------------------------*/
.top-nav-responsive {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.top-nav {
  background: var(--lightgray);
  padding: 0px 5px;
  color: var(--bodytxt);
} 
.nav-link {
  color: var(--bodytxt);
  padding: 0 7px;
} 
.nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: .55em;
  vertical-align: middle;
  content: "";
  background: url(../images/icons/Down.svg) center center no-repeat;
  border: 0;
  width: 10px;
  height: 10px;
}
.navbar-expand-xl .navbar-nav .nav-link {
  font-size: 0.9rem;
}
.custom-radio {
  display: inline; 
}
.custom-radio .btn-light-success {
  background: transparent; 
  font-size: 0.75rem;
  border: 0;
  min-width: 70px;
  border-radius: 0;
}
.custom-radio .btn-check:checked+.btn, 
.custom-radio .btn.active, 
.custom-radio .btn.show, 
.custom-radio .btn:first-child:active, 
.custom-radio :not(.btn-check)+.btn:active {
  color: var(--bodytxt);
  background-color: rgba(var(--rgbsuccess),0.13);;
  border: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  min-height: 60px;
  box-shadow: 0 4px 6px rgba(var(--rgbblack), 0.1);
  /* top: 0.65rem; */
}
.logo {
  width: 180px;
  height: 75px;
  background: url("../images/logo/Logo.png") left center no-repeat;
  background-size: 100%;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.logo img {
  max-height: 25px;
}

.navbar-nav .nav-item {
  margin: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customercall.btn {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0 30px;
  line-height: 30px;
}
    
  /*--------------------------------------------------------------
  # Hero
  --------------------------------------------------------------*/
  .hero-section {
    justify-content: center;
  }
  
  /*--------------------------------------------------------------
  # consultation
  --------------------------------------------------------------*/
  .consultation-group{    
    margin-top: -77px;
    position: relative;
  }
  .consultation-group a {
    font-size: 1.375rem;
    padding: 1.094rem 1.5rem !important;
    font-weight: 500;
  }
  .consultation-group a:hover,
  .consultation-group a:focus,
  .consultation-group a:active,
  .modal .btn:hover,
  .modal .btn:focus,
  .modal .btn:active,
  .btn:hover,
  .btn:focus,
  .btn:active {
    color: var(--bgcyan) !important;
    background: var(--bodytxt) !important;
  }
  
  /*--------------------------------------------------------------
  # Tab Container css
  --------------------------------------------------------------*/
  .tab-container a.nav-link {    
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--bodytxt) !important;
    padding: 20px 10px;
    text-decoration: none;   
  }
  .btn {    
    font-size: 1.375rem;
    font-weight: 600;
  }
  .tab-container .nav-underline .nav-link.active, 
  .tab-container .nav-underline .show>.nav-link {
    color: var(--bgprimary) !important;
    border-bottom: 2px solid;
    font-weight: 600;
  }
 
  .accordion-item {
    border: 0 !important;
    border-radius: 16px;
    box-shadow: none;
  }
  
  button.accordion-button {
    border-radius: 16px;
    box-shadow: none;
    background: var(--whitecolor);
    font-size: 1rem;
    font-weight: 600;
    padding: 3px 24px;
}
  .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: var(--whitecolor);
  }
  .accordion-item:first-of-type,
  .accordion-item:last-of-type,
  .accordion-item:first-of-type .accordion-button,
  .accordion-item:last-of-type .accordion-button,
  .accordion-item:first-of-type .accordion-button.collapsed,
  .accordion-item:last-of-type .accordion-button.collapsed {
    border: 0 !important;
    border-radius: 16px !important;
    box-shadow: none;
  }

  
/*--------------------------------------------------------------
# listing section css
--------------------------------------------------------------*/
.certificate {
  list-style: none;
}
.certificate li {
  margin: 20px;
}
.certificate li img {
  display: block;
  width: auto;
  height: 100px;  
  margin-bottom: 15px;
}
.certificate li a {
  display: block;
  text-align: center;
  color: var(--bodytxt);
  text-decoration: underline;
}
.certificate li a:hover {  
  color: var(--bgprimary);
  text-decoration: underline;
}
.online-consultation p {
  color: var(--whitecolor);
}
.form-label {
  font-size: 1rem;
}
/*--------------------------------------------------------------
# Modal Form and content css
--------------------------------------------------------------*/
.modal label.form-label {
    font-size: 1.125rem;
    color: var(--bgprimary);
}
.modal .bg-green,
.modal .bg-blue,
.modal .bg-black {
  font-size: 1.375rem;
  font-weight: 500;
  padding: 1.09rem 1.5rem;
}
.modal.show .modal-dialog {
  width: 650px;
  max-width: 90%;
  margin: 0 auto;
}
.btn-close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  background: transparent;
}
.btn-close-modal:hover img {
  opacity: 0.7;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.modal .h5,
.modal h5 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 33px;
}

/*--------------------------------------------------------------
# dark theme form css
--------------------------------------------------------------*/
footer ul,
footer ol {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  padding: 0 0 12px;
}
footer ul li a {
  color: var(--lightgray);
} 
footer ul li a:hover {
  color: var(--whitecolor);
  font-weight: 500;
  padding-left: 10px;
  transition: all ease-in-out 0.35s;
}

footer .dark h3 {
  font-size: 1.375rem;
}
.dark .input-group {
  border: 1px solid var(--whitecolor);
  border-radius: 6px;
}
.dark .input-group .btn {
  border: 0;
}
.dark .form-control {
  color: var(--whitecolor);
  border: 0px solid var(--whitecolor);
  background: transparent;
}
.dark .form-select {
  background: rgba(var(--rgbwhite),0.2);
  color: var(--whitecolor);
  background-image: url(../images/icons/down-white.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: right .75rem center;
  padding: .375rem 2.25rem .375rem .75rem;
}
.dark .form-select option {
  color: var(--bodytxt);
}
.dark .input-group .btn {
  font-size: 0.375rem;
}
footer .certificate li {
  margin: 0px 10px 10px 0;
}
footer .certificate li .app-link {
  width: 128px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid var(--whitecolor);
  border-radius: 5px;
}
footer .certificate li .app-link img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
}
footer .form-control-plaintext {
  width: 105px;
}
footer p {
  text-align: center;
}



