
/*=======Fonts=========*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&amp;family=Outfit:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
  --tg-body-font-family: 'Poppins', sans-serif;
  --tg-heading-font-family: 'Roboto', sans-serif;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-body-line-height: 1.5;
  --tg-heading-line-height: 1.2;
  --tg-body-color: #3E4073;
  --tg-heading-color: #14176C;
  --tg-theme-primary: #F7A400;
  --tg-theme-secondary: #191D88;
  --tg-color-dark-blue: #0E104B;
  --tg-color-yellow-light: #FEF6E6;
  --tg-color-yellow-light-2: #FFFBF3;
  --tg-color-yellow-light-3: #F5EACD;
  --tg-color-yellow-light-4: #FDE3B0;
  --tg-color-white-default: #ffffff;
  --tg-color-gray-1: #E6EEFF;
  --tg-color-gray-2: #B8B9DA;
  --tg-color-gray-3: #ECF6FA;
  --tg-color-gray-4: #818298;
  --tg-color-gray-5: #E2E3F1;
  --tg-color-gray-6: #F7F7F8;
  --tg-color-dark: #1C1A4A;
  --tg-color-black-1: #06042E;
  --tg-color-black-2: #161439;
  --tg-border-1: #CFDDE2;
  --tg-border-2: #E6E7F3;
  --tg-border-3: #C5C6E4;
  --tg-border-4: #DBE3EB;
  --tg-border-5: #9597C8;
  --tg-border-6: #DADBEC;
  --tg-border-7: #E9E9F0;
  --tg-border-8: #E08B00;
  --tg-border-9: #D0D6E1;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
}

/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  line-height: var(--tg-body-line-height);
}

img,
.img {
  max-width: 100%;
}

a,
button {
  color: #252273;
  outline: none;
  text-decoration: none;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:hover,
button:hover {
  color: #58b141;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  margin-top: 0px;
  font-weight: var(--tg-fw-bold);
  line-height: var(--tg-heading-line-height);
  text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}


.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-55 {
  margin-top: 55x;
}
.mt-60 {
  margin-top: 60px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-100 {
  margin-bottom: 100px;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}

p {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  line-height: var(--tg-body-line-height);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #3a3a41;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: var(--tg-heading-color);
  cursor: pointer;
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

input[type=color] {
  appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
  color: var(--tg-body-color);
}

*::-moz-placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*=============================
    - Bootstrap Custom
=============================*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gutter-24 {
  --bs-gutter-x: 24px;
}

.container {
  max-width: 1250px;
}
@media (max-width: 1500px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.custom-container {
  max-width: 1760px;
}
@media (max-width: 1800px) {
  .custom-container {
    max-width: 1680px;
  }
}
@media (max-width: 1500px) {
  .custom-container {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.custom-container-two {
  max-width: 1740px;
}
@media (max-width: 1800px) {
  .custom-container-two {
    max-width: 1540px;
  }
}
@media (max-width: 1500px) {
  .custom-container-two {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .custom-container-two {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container-two {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container-two {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container-two {
    max-width: 540px;
  }
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*=============================
	1. Button style
===============================*/
.tg-button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.btn {
  user-select: none;
  -moz-user-select: none;
  background: #58b141 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: var(--tg-color-white-default);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 18px 24px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 50px;
  margin-top: 30px;
}
.btn::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: var(--tg-theme-secondary);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.btn::after {
  content: "\f10a";
  font-family: flaticon;
  font-weight: var(--tg-fw-bold);
  margin-left: 8px;
  font-size: 20px;
  line-height: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.btn:hover, .btn:focus-visible {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}
.btn:hover:before, .btn:focus-visible:before {
  top: -40%;
}
.btn-two {
  background: var(--tg-theme-secondary);
}
.btn-two:hover {
  background: var(--tg-theme-secondary);
}
.btn-two::before {
  background: var(--tg-theme-primary);
}
.btn.btn-login-social {
  background-color: var(--tg-color-white-default);
  width: 100%;
  color: var(--tg-color-body-color);
  justify-content: center;
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
}
.btn.btn-login-social img {
  margin-right: 15px;
}
.btn.btn-login-social:after {
  display: none;
}
.btn.btn-login-social:hover {
  color: var(--tg-color-white-default);
}
.btn.btn-login {
  width: 100%;
  border-radius: 11px;
  padding: 20px 26px;
  justify-content: center;
  font-size: 18px;
  line-height: 28px;
}
.btn.btn-login:hover {
  background-color: var(--tg-theme-secondary);
}
.btn.border-yellow-btn {
  border: 1px solid var(--tg-theme-primary);
  background: transparent;
  color: var(--tg-theme-primary);
  padding: 17px 24px;
}
.btn.border-yellow-btn::before {
  background-color: var(--tg-theme-primary);
}
.btn.border-yellow-btn:hover {
  color: var(--tg-color-white-default);
}

.border-btn {
  border: 1px solid var(--tg-theme-secondary);
  background: transparent;
  color: var(--tg-theme-secondary);
  padding: 17px 24px;
}
.border-btn::before {
  display: none;
}
.border-btn:hover {
  background: var(--tg-theme-secondary);
}

/*=============================
    00. Preloader
===============================*/
#preloader {
  background-color: var(--tg-color-white-default);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
#preloader .loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 3px solid var(--tg-color-gray-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#preloader .loader .loader-container::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 3px solid var(--tg-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
#preloader .loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
#preloader .loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 40px;
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*=============================
    - Background color
===============================*/
.grey-bg {
  background: var(--tg-color-gray-1);
}

.white-bg {
  background: var(--tg-color-white-default);
}

.black-bg {
  background: var(--tg-color-black-1);
}

/*=============================
	04. OffCanvas
===============================*/
.offCanvas__info {
  background: var(--tg-color-white-default) none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 340px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.offCanvas__info.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offCanvas__info::-webkit-scrollbar {
  width: 0px;
}
.offCanvas__close-icon {
  margin-top: -16px;
  text-align: right;
}
.offCanvas__close-icon button {
  background: transparent;
  border: 0 none;
  color: var(--tg-theme-primary);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}
.offCanvas__logo img {
  max-height: 34px;
}
.offCanvas__side-info {
  border-top: 1px solid var(--tg-theme-primary);
  padding-top: 25px;
}
.offCanvas__side-info .contact-list h4 {
  color: var(--tg-heading-color);
  font-weight: 700;
  font-size: 18px;
}
.offCanvas__side-info .contact-list p {
  color: var(--tg-body-color);
  margin: 0;
  margin-bottom: 2px;
  line-height: 26px;
}
.offCanvas__social-icon a {
  color: var(--tg-theme-primary);
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
.offCanvas__social-icon a:hover {
  color: var(--tg-theme-secondary);
}
.offCanvas__overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offCanvas__overly.active {
  opacity: 0.7;
  visibility: visible;
}

/*=============================
	04. Search
===============================*/
.search__popup {
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--tg-color-white-default);
  backdrop-filter: blur(10px);
  z-index: 99;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition-delay: 0.5s;
}
.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
  z-index: 99999999;
}
.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}
.search__input {
  position: relative;
  height: 80px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
}
.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: var(--tg-theme-primary);
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--tg-heading-color);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}
.search__input input::placeholder {
  font-size: 24px;
}
.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tg-theme-primary);
  border: none;
  padding: 0 0;
  background: transparent;
}
.search__close {
  position: absolute;
  top: 10%;
  right: 2%;
  z-index: 2;
}
.search-close-btn {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--tg-theme-primary);
  cursor: pointer;
  background: transparent;
}
.search-popup-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
  background: #000d25;
}
.search-popup-overlay.search-popup-overlay-open {
  opacity: 0.55;
  visibility: visible;
  transition-delay: 0s;
}

.search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tg-theme-primary);
  transition: all 0.5s;
}
.search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.5s;
}

/*=========================
04. Breadcrumb
===========================*/
.breadcrumb__bg {
  background-size: cover;
  background-position: center;
  padding: 105px 0 110px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .breadcrumb__bg {
    padding: 85px 0 90px;
  }
}
.breadcrumb__content {
  text-align: center !important;
}
.breadcrumb__content nav {
  position: absolute;
  left: 40%;
  text-align: center !important;
}
.breadcrumb__content .title {
  margin-bottom: 10px;
  font-size: 40px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .breadcrumb__content .title {
    font-size: 42px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__content .title {
    font-size: 40px;
  }
}
.breadcrumb__content .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb__content .breadcrumb-item {
  font-size: 16px;
  color: #58b141;
}
.breadcrumb__content .breadcrumb-item a {
  color: #fff;
}
.breadcrumb__content .breadcrumb-item a:hover {
  color: #252273;
}
.breadcrumb__shape img {
  position: absolute;
  z-index: -1;
}
.breadcrumb__shape img:nth-child(1) {
  left: 2%;
  top: 14%;
}
@media (max-width: 767.98px) {
  .breadcrumb__shape img:nth-child(1) {
    left: 10%;
  }
}
.breadcrumb__shape img:nth-child(2) {
  left: 8%;
  bottom: 20%;
  animation: rightToLeft 4s infinite linear;
}
@media (max-width: 767.98px) {
  .breadcrumb__shape img:nth-child(2) {
    left: 40%;
  }
}
.breadcrumb__shape img:nth-child(3) {
  left: 23%;
  bottom: 0;
}
.breadcrumb__shape img:nth-child(4) {
  right: 42%;
  top: 0;
}
@media (max-width: 767.98px) {
  .breadcrumb__shape img:nth-child(4) {
    display: none;
  }
}
.breadcrumb__shape img:nth-child(5) {
  right: 25%;
  top: 15%;
}
@media (max-width: 767.98px) {
  .breadcrumb__shape img:nth-child(5) {
    display: none;
  }
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 10px;
  color: #ffffff;
  content: "\f054";
  font-family: var(--tg-icon-font-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  margin-top: 6px;
}

/*=============================
    00. Scroll Top
===============================*/
.scroll__top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 5;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #252273;
  transition: 1s ease;
  border: none;
}
@media (max-width: 1199.98px) {
  .scroll__top {
    right: 25px;
    bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .scroll__top {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .scroll__top {
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
}
.scroll__top.open {
  bottom: 30px;
}
@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 15px;
  }
}
.scroll__top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll__top:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

/*=============================
	00. Section Title
===============================*/
.section-title .sub-title {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: var(--tg-theme-primary);
  margin-bottom: 12px;
}
.section-title .title {
  margin-bottom: 0;
  font-size: 40px;
}
@media (max-width: 1199.98px) {
  .section-title .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .section-title .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .section-title .title br {
    display: none;
  }
}
.section-title p {
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .section-title p br {
    display: none;
  }
}
.section-title.white-title .title {
  color: var(--tg-color-white-default);
}

/*=============================
	02. Header
===============================*/
.transparent-header {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 9;
  height: auto;
}

.tg-header__top {
  background: #094a97;
  padding: 12px 0;
}
@media (max-width: 767.98px) {
  .tg-header__top {
    display: none;
  }
}
.tg-header__top-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1199.98px) {
  .tg-header__top-info {
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .tg-header__top-info {
    justify-content: center;
    margin-bottom: 10px;
  }
}
.tg-header__top-info li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--tg-color-gray-1);
  font-size: 14px;
  font-weight: 500;
}
.tg-header__top-info li i {
  color: #fff;
  font-size: 18px;
  line-height: 0;
}
.tg-header__top-info li a {
  color: #fff;
}
.tg-header__top-info li a:hover {
  color: #e5e54a;
}
.tg-header__top-info-three li {
  color: var(--tg-body-color);
}
.tg-header__top-info-three li i {
  color: var(--tg-color-gray-4);
}
.tg-header__top-info-three li a {
  color: var(--tg-body-color);
}
.tg-header__top-info-three li a:hover {
  color: #e5e54a;
}
.tg-header__top-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
@media (max-width: 1199.98px) {
  .tg-header__top-right {
    gap: 15px;
  }
}
@media (max-width: 991.98px) {
  .tg-header__top-right {
    justify-content: center;
  }
}
.tg-header__top-right li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.tg-header__top-right li i {
  color: #fff;
  font-size: 18px;
  line-height: 0;
}
.tg-header__top-right li a {
  color: #fff;
}
.tg-header__top-right li a:hover {
  color: #e5e54a;
}
.tg-header__top-right-three li {
  color: var(--tg-body-color);
}
.tg-header__top-right-three li i {
  color: var(--tg-color-gray-4);
}
.tg-header__top-right-three li a {
  color: var(--tg-body-color);
}
.tg-header__top-right-three li a:hover {
  color: var(--tg-theme-primary);
}
.tg-header__top-two {
  padding: 15px 30px;
  border-bottom: 1px solid var(--tg-color-gray-5);
  background: transparent;
}
@media (max-width: 1199.98px) {
  .tg-header__top-two {
    padding: 15px 20px;
  }
}
.tg-header__top-two .list-wrap li {
  color: var(--tg-body-color);
  font-size: 15px;
  font-weight: 400;
}
.tg-header__top-two .list-wrap li i {
  color: var(--tg-color-gray-4);
  font-size: 20px;
  line-height: 0;
}
@media (max-width: 1199.98px) {
  .tg-header__top-two .list-wrap li i {
    font-size: 18px;
  }
}
.tg-header__top-two .list-wrap li a {
  color: var(--tg-body-color);
}
.tg-header__top-two .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.tg-header__top-three {
  background: transparent;
  padding: 20px 0;
}
.tg-header__inner-wrap {
  display: flex;
  align-items: center;
}
.tg-header__logo-wrap {
  width: 12.5%;
  flex: 0 0 auto;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .tg-header__logo-wrap {
    display: none;
  }
}
.tg-header__right-side {
  flex-grow: 1;
  border-left: 1px solid var(--tg-color-gray-5);
}
.tg-header__area {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
}
@media (max-width: 991.98px) {
  .tg-header__area {
    padding: 25px 0;
  }
}
.tg-header__area-two {
  padding: 0 30px;
}
@media (max-width: 1199.98px) {
  .tg-header__area-two {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  .tg-header__area-two {
    padding: 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area-two {
    padding: 20px 15px;
  }
}
@media (max-width: 1199.98px) {
  .tg-header__area-two .logo.d-none {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    align-items: center;
  }
}
.tg-header__area-two .tgmenu__nav {
  align-items: normal;
}
@media (max-width: 991.98px) {
  .tg-header__area-two .tgmenu__nav {
    align-items: center;
  }
}
.tg-header__area-two .tgmenu__navbar-wrap ul {
  margin: 0;
}
@media (max-width: 1199.98px) {
  .tg-header__area-two .tgmenu__navbar-wrap ul {
    margin: 0 0 0 auto;
  }
}
.tg-header__area-two .tgmenu__navbar-wrap ul li a {
  padding: 37px 0px;
}
.tg-header__area-two.sticky-menu .logo.d-none {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  margin-right: 100px;
}
@media (max-width: 1199.98px) {
  .tg-header__area-two.sticky-menu .logo.d-none {
    margin-right: 0;
  }
}
.tg-header__area-three {
  background: transparent;
  box-shadow: none;
}
.tg-header__area-three .tgmenu__navbar-wrap ul {
  margin: 0 auto;
}
.tg-header__area-four {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .tg-header__area-four {
    padding: 0 0;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area-four {
    background: var(--tg-color-white-default);
    padding: 20px 0;
    -webkit-box-shadow: 0px 5px 10px 0px #EEF4F6;
    -moz-box-shadow: 0px 5px 10px 0px #EEF4F6;
    -ms-box-shadow: 0px 5px 10px 0px #EEF4F6;
    -o-box-shadow: 0px 5px 10px 0px #EEF4F6;
    box-shadow: 0px 5px 10px 0px #EEF4F6;
  }
}
.tg-header__area-four.sticky-menu .tgmenu__wrap {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.tg-header__area-four .tgmenu__wrap {
  background: var(--tg-color-white-default);
  -webkit-box-shadow: 0px 5px 10px 0px #EEF4F6;
  -moz-box-shadow: 0px 5px 10px 0px #EEF4F6;
  -ms-box-shadow: 0px 5px 10px 0px #EEF4F6;
  -o-box-shadow: 0px 5px 10px 0px #EEF4F6;
  box-shadow: 0px 5px 10px 0px #EEF4F6;
  border: 1px solid #D7E4EA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .tg-header__area-four .tgmenu__wrap {
    padding: 15px 20px;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area-four .tgmenu__wrap {
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.tg-header__area-four .tgmenu__navbar-wrap ul {
  margin: 0 auto;
}
.tg-header__area-four .tgmenu__navbar-wrap ul li a {
  padding: 26px 0px;
}
.tg-header__area-five {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.tg-header__area-five .tgmenu__navbar-wrap ul {
  margin: 0 auto;
  padding-left: 286px;
}
.tg-header__area .mobile-nav-toggler {
  position: relative;
  float: right;
  cursor: pointer;
  line-height: 1;
  color: var(--tg-theme-secondary);
  display: none;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  background: var(--tg-color-white-default);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .tg-header__area .mobile-nav-toggler {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.tg-header__area .mobile-nav-toggler svg {
  width: 18px;
}

.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991.98px) {
  .tgmenu__nav {
    justify-content: space-between;
  }
}
.sticky-menu .tgmenu__nav .logo {
   position: absolute;
    top: 0px !important;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 1px 0px 1px #e1e1e1;
    padding: 12px 20px;
}
.tgmenu__nav .logo {
  position: absolute;
  top: 45px;
/*  position: absolute;*/
/*  top: 45px;*/
  background-color: #fff;
  z-index: 9;
  box-shadow: 0px 1px 0px 1px #e1e1e1;
  padding: 12px 20px;

}
.tgmenu__nav .logo img {
/*  max-height: 34px;*/
    max-height: 134px;
}
.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}
.tgmenu__navbar-wrap > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 0 0 0 125px;
}
@media (max-width: 1199.98px) {
  .tgmenu__navbar-wrap > ul {
    margin: 0 0 0 100px;
  }
}
.tgmenu__navbar-wrap > ul > li {
  list-style: none;
  display: block;
  position: relative;
  margin-right: 30px;
  font-family: "Roboto", sans-serif;
}
.tgmenu__navbar-wrap > ul > li:last-child {
  margin-right: 0;
}
.tgmenu__navbar-wrap > ul > li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #29292C;
  padding: 42px 0px;
  display: block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.tgmenu__navbar-wrap > ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 256px;
  border: 1px solid #18334A;
  background: #18334A;
  margin: 0;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 0px;
   padding: 0px 0;
/*  padding: 18px 0;*/
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.tgmenu__navbar-wrap > ul > li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.tgmenu__navbar-wrap > ul > li .sub-menu > li {
  margin-left: 0;
  text-align: left;
  display: block;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #264262;
}
.tgmenu__navbar-wrap > ul > li .sub-menu > li:last-child {
  border-bottom: none;
}


.tgmenu__navbar-wrap > ul > li .sub-menu > li a {
  padding: 8px 15px 8px 25px;
  line-height: 1.4;
  display: block;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
}
.tgmenu__navbar-wrap > ul > li .sub-menu > li:hover > a, .tgmenu__navbar-wrap > ul > li .sub-menu > li.active > a {
  color: #58b141;
}
/*.tgmenu__navbar-wrap > ul > li .sub-menu > li:hover > a {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}*/
.tgmenu__navbar-wrap > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.tgmenu__navbar-wrap > ul > li.active a, .tgmenu__navbar-wrap > ul > li:hover a {
  color: #58b141;
}
.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}
.tgmenu__main-menu li.menu-item-has-children > a::after {
  content: "\f107";
  font-weight: 700;
  font-family: var(--tg-icon-font-family);
  color: var(--tg-color-dark-blue);
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.tgmenu__main-menu li.menu-item-has-children > a:hover {
  color: #58b141;
}
.tgmenu__main-menu li.menu-item-has-children:hover > a::after {
  color: #58b141;
}
.tgmenu__main-menu li.menu-item-has-children.active > a::after {
  color: #58b141;
}
@media (max-width: 991.98px) {
  .tgmenu__action {
    margin-right: 40px;
    margin-left: auto;
  }
}
.tgmenu__action ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.tgmenu__action ul li {
  position: relative;
  margin-left: 30px;
}
.tgmenu__action ul li a {
  color: var(--tg-theme-secondary);
  font-size: 14px;
}
.tgmenu__action ul li:first-child {
  margin-left: 0;
}
.tgmenu__action ul .header-search a {
  font-size: 20px;
  line-height: 0;
  color: var(--tg-theme-secondary);
}
.tgmenu__action ul .header-search a svg {
  width: 20px;
}
.tgmenu__action ul .header-search a:hover {
  color: var(--tg-theme-primary);
}
@media (max-width: 991.98px) {
  .tgmenu__action ul .offCanvas-menu {
    display: none;
  }
}
.tgmenu__action ul .offCanvas-menu .menu-tigger {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.tgmenu__action ul .offCanvas-menu .menu-tigger svg {
  width: 18px;
  height: 18px;
}
.tgmenu__action ul .offCanvas-menu .menu-tigger:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
  .tgmenu__action ul .header-btn {
    display: none;
  }
}
.tgmenu__action ul .header-btn .btn {
  color: var(--tg-color-white-default);
  font-size: 14px;
}
.tgmenu__action ul .header-btn .btn::after {
  display: none;
}
.tgmenu__action-two > .list-wrap {
  height: 100%;
  align-items: normal;
}
@media (max-width: 1199.98px) {
  .tgmenu__action-two > .list-wrap {
    margin-left: 40px;
  }
}
.tgmenu__action-two > .list-wrap li {
  margin-left: 0;
}
.tgmenu__action-two > .list-wrap li.header-search a {
  width: 85px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--tg-color-gray-5);
  border-top: none;
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .tgmenu__action-two > .list-wrap li.header-search a {
    width: auto;
    height: auto;
    border: none;
  }
}
.tgmenu__action-two > .list-wrap li.offCanvas-menu .menu-tigger {
  width: 85px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 24px;
  line-height: 0;
  border: 1px solid var(--tg-color-gray-5);
  border-top: none;
  border-bottom: none;
  margin-left: -1px;
}
.tgmenu__action-two > .list-wrap li.offCanvas-menu .menu-tigger:hover {
  background: transparent;
  color: var(--tg-theme-primary);
}
.tgmenu__action-two > .list-wrap li.header-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .tgmenu__action-two > .list-wrap li.header-btn {
    display: none;
  }
}
.tgmenu__action-two > .list-wrap li.header-btn .btn {
  border-radius: 30px;
  gap: 8px;
}
.tgmenu__action-two > .list-wrap li:last-child {
  margin-left: 25px;
}
.tgmenu__action-three > .list-wrap li {
  margin-left: 20px;
}
.tgmenu__action-three > .list-wrap li.offCanvas-menu .menu-tigger {
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  line-height: 0;
  display: block;
}
.tgmenu__action-three > .list-wrap li.offCanvas-menu .menu-tigger svg {
  width: 22px;
  height: 22px;
}
.tgmenu__action-three > .list-wrap li.offCanvas-menu .menu-tigger:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action-four .list-wrap li {
  margin-left: 20px;
}
.tgmenu__action-four .list-wrap li.header-btn .btn {
  padding: 13px 22px;
}
.tgmenu__action-four .list-wrap li.offCanvas-menu {
  margin-left: 40px;
  position: relative;
}
.tgmenu__action-four .list-wrap li.offCanvas-menu .menu-tigger {
  width: auto;
  height: auto;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.tgmenu__action-four .list-wrap li.offCanvas-menu .menu-tigger:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action-four .list-wrap li.offCanvas-menu::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #D7E4EA;
}
.tgmenu__action-five .list-wrap li {
  margin-left: 10px;
}
.tgmenu__action-five .list-wrap li.header-btn .btn {
  padding: 13px 24px;
  margin-top: 0px;
}
.tgmenu__action-five .list-wrap li.header-btn-two .btn.border-btn {
  border-color: var(--tg-color-gray-2);
  color: var(--tg-body-color);
  padding: 12px 21px;
}
.tgmenu__action-five .list-wrap li.header-btn-two .btn.border-btn::after {
  display: none;
}
.tgmenu__action-five .list-wrap li.header-btn-two .btn.border-btn:hover {
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-secondary);
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--tg-color-white-default);
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}
.sticky-menu ul li .sub-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

#header-fixed-height.active-height {
  display: block;
  height: 90px;
}

/*=============================
	03. Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}
.tgmobile__search form {
  position: relative;
}
.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: var(--tg-color-gray-3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}
.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-heading-color);
}
.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
  display: block !important;
}
.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.tgmobile__menu .nav-logo img {
  max-height: 34px;
}
.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation li.active > a {
  color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--tg-heading-color);
  background: var(--tg-color-gray-3);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-color-black-1);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-color-black-1);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-color-white-default);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}
.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.tgmobile__menu .navigation li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  background: var(--tg-theme-primary);
  pointer-events: none;
}
.tgmobile__menu .navigation li ul li > a {
  margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.tgmobile__menu .navigation li > ul {
  display: none;
}
.tgmobile__menu .navigation li > ul > li > ul {
  display: none;
}
.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}
.tgmobile__menu .navigation ul li a {
  display: block;
}
.tgmobile__menu .navigation ul li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li.active > a::before {
  height: 100%;
}
.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important;
}
.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.tgmobile__menu .tgmenu__action {
  padding: 0 0;
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul {
  margin: 0 0;
  padding: 30px 20px 0;
  justify-content: center;
  gap: 0 15px;
}
.tgmobile__menu .tgmenu__action > ul li {
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul .header-btn {
  display: block;
}
.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-color-white-default);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.tgmobile__menu-bottom {
  padding: 30px 25px 25px;
  margin-top: auto;
}
.tgmobile__menu-bottom .contact-info .list-wrap li a {
  color: var(--tg-theme-secondary);
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
}
.tgmobile__menu-bottom .contact-info .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}
.tgmobile__menu-bottom .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0 0;
  gap: 15px;
}
.tgmobile__menu-bottom .social-links ul li {
  position: relative;
  display: inline-block;
}
.tgmobile__menu-bottom .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  color: var(--tg-theme-secondary);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu-bottom .social-links ul li a:hover {
  color: var(--tg-theme-primary);
}
.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-color-white-default);
  margin-right: 30px;
  top: 15px;
}
@media (max-width: 991.98px) {
  .tgmobile__menu-outer .mobile-nav-toggler {
    display: block !important;
  }
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}


/*=============================
    05. Slider
===============================*/
.slider__area {
  overflow: hidden;
}
.slider__area {
  position: relative;
}
.slider__single {
  position: relative;
  min-height: 770px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #ae9090;
  padding: 100px 0;
}
@media (max-width: 1500px) {
  .slider__single {
    min-height: 630px;
  }
}
@media (max-width: 991.98px) {
  .slider__single {
    min-height: 500px;
  }
}
.slider__single::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0.7;
  z-index: -1;
}
.slider__single::after {
  content: "";
  position: absolute;
  left: -10%;
  top: 0;
  width: 70%;
  height: 100%;
  opacity: 0.9;
  background: none;
  filter: blur(200px);
  z-index: -1;
}
.slider__bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
/*  mix-blend-mode: luminosity;*/
  opacity: 0.7;
}
.slider__content {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .slider__content {
    text-align: center;
  }
}
.slider__content .sub-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  color: var(--tg-color-white-default);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1;
  padding: 7px 25px;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .slider__content .sub-title {
    padding: 7px 15px;
  }
}
.slider__content .title {
  color: var(--tg-color-white-default);
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.3px;
}
@media (max-width: 1199.98px) {
  .slider__content .title {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .slider__content .title {
    font-size: 42px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider__content .title {
    font-size: 45px;
  }
}
.slider__content p {
  color: var(--tg-color-white-default);
  margin-bottom: 30px;
  width: 90%;
}
@media (max-width: 1199.98px) {
  .slider__content p {
    width: 100%;
  }
}
.slider__shape img {
  position: absolute;
}
.slider__shape img:nth-child(1) {
  left: 0;
  top: 0;
}
@media (max-width: 991.98px) {
  .slider__shape img:nth-child(1) {
    width: 200px;
  }
}
.slider__shape img:nth-child(2) {
  right: 0;
  bottom: 0;
}

.slider__single.swiper-slide-active .slider__content .sub-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__single.swiper-slide-active .slider__content .title {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__single.swiper-slide-active .slider__content p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__single.swiper-slide-active .slider__content .btn {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__single.swiper-slide-active .slider__shape img:nth-child(1) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
}
.slider__single.swiper-slide-active .slider__shape img:nth-child(2) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}


.box-button-slider-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1234;
  padding-bottom: 125px;
/*  padding-bottom: 50px;*/
}

.box-button-slider-bottom .testimonial__nav-four {
    justify-content: flex-end;
}
.testimonial__nav-four {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.testimonial__nav-four .testimonial-two-button-prev {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  line-height: 0;
  color: var(--tg-theme-secondary);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.testimonial__nav-four .testimonial-two-button-prev:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.testimonial__nav-four .testimonial-two-button-next {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  line-height: 0;
  color: var(--tg-theme-secondary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.testimonial__nav-four .testimonial-two-button-next:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.slider_baner_home6 .slider__bg {
  opacity: 1;
}
.slider_baner_home6 .banner__content-three {
  position: relative;
  background-color: none;
  border-radius: 8px;
  padding: 60px 60px 60px 80px;
  margin: 60px 0px 60px 0px;
/*  margin: 60px 0px 60px 60px;*/
}
.slider_baner_home6 .banner__content-three .title {
  margin-bottom: 10px;
}
.slider_baner_home6 .banner__content-three p {
  margin-bottom: 30px;
}
.slider_baner_home6 .slider__single {
  max-height: 693px;
  background-color: transparent;
}
.slider_baner_home6 .slider__single::before {
  display: none;
}


.banner__content-three {
  margin-top: 120px;
}
@media (max-width: 991.98px) {
  .banner__content-three {
    text-align: start;
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.banner__content-three .sub-title {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  display: block;
  text-transform: normal;
  line-height: 1.2;
  margin-bottom: 10px;
   text-shadow: 1px 1px 1px #000;
}
.text-cntr {
  text-align: center;
}
.banner__content-three .title {
    margin-bottom: 30px;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
@media (max-width: 1199.98px) {
  .banner__content-three .title {
    font-size: 46px;
  }
}
@media (max-width: 767.98px) {
  .banner__content-three .title {
    font-size: 42px;
  }
}



/*--------------------*/

.section_bg_1 {
  padding: 0px 0px 0px;
}

.section_bg_1 .feature_item {
    position: relative;
    top: -90px;
    bottom: 0;
    z-index: 1;
}
.section_bg_1 .feature_item .feature_icon {
  text-align: center;
  width: 130px;
  height: 130px;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  background-color: #252273;
  border-radius: 50%;
  transition: all 0.3sease 0s;
  margin: 0px auto;

}
.section_bg_1 .feature_item .feature_content {
  position: relative;
  background-color: #252273;
  text-align: center;
  padding: 25px 17px 17px;
  z-index: 111;
  margin-top: -70px;
  
}

.section_bg_1 .feature_item .feature_content h4 {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-family: "Roboto", sans-serif;
}
.section_bg_1 .feature_item .feature_content h4 a {
  color: #fff;
}
.section_bg_1 .feature_item .feature_content h4 a:hover {
  color: #fff;
}



/*========start-1==========*/

.section_bg_1 .feature_item {
    position: relative;
    top: -90px;
    bottom: 0;
    z-index: 1;
}
.section_bg_1 .feature_item .feature_icon_1 {
  text-align: center;
  width: 130px;
  height: 130px;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  background-color: #1355C6;
  border-radius: 50%;
  transition: all 0.3sease 0s;
  margin: 0px auto;

}
.section_bg_1 .feature_item .feature_content_1 {
  position: relative;
  background-color: #1355C6;
  text-align: center;
  padding: 25px 17px 17px;
  z-index: 111;
  margin-top: -70px;
  
}

.section_bg_1 .feature_item .feature_content_1 h4 {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-family: "Roboto", sans-serif;
}
.section_bg_1 .feature_item .feature_content_1 h4 a {
  color: #fff;
}
.section_bg_1 .feature_item .feature_content_1 h4 a:hover {
  color: #fff;
}
/*========start-2==========*/

.section_bg_1 .feature_item {
    position: relative;
    top: -90px;
    bottom: 0;
    z-index: 1;
}
.section_bg_1 .feature_item .feature_icon_2 {
  text-align: center;
  width: 130px;
  height: 130px;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  background-color: #58b141;
  border-radius: 50%;
  transition: all 0.3sease 0s;
  margin: 0px auto;

}
.section_bg_1 .feature_item .feature_content_2 {
  position: relative;
  background-color: #58b141;
  text-align: center;
  padding: 25px 17px 17px;
  z-index: 111;
  margin-top: -70px;
  
}

.section_bg_1 .feature_item .feature_content_2 h4 {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-family: "Roboto", sans-serif;
}
.section_bg_1 .feature_item .feature_content_2 h4 a {
  color: #fff;
}
.section_bg_1 .feature_item .feature_content_2 h4 a:hover {
  color: #fff;
}

/*========start-1==========*/

.section_bg_1 .feature_item {
    position: relative;
    top: -90px;
    bottom: 0;
    z-index: 1;
}
.section_bg_1 .feature_item .feature_icon_3 {
  text-align: center;
  width: 130px;
  height: 130px;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  background-color: #d5a00c;
  border-radius: 50%;
  transition: all 0.3sease 0s;
  margin: 0px auto;

}
.section_bg_1 .feature_item .feature_content_3 {
  position: relative;
  background-color: #d5a00c;
  text-align: center;
  padding: 25px 17px 17px;
  z-index: 111;
  margin-top: -70px;
  
}

.section_bg_1 .feature_item .feature_content_3 h4 {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-family: "Roboto", sans-serif;
}
.section_bg_1 .feature_item .feature_content_3 h4 a {
  color: #fff;
}
.section_bg_1 .feature_item .feature_content_3 h4 a:hover {
  color: #fff;
}
/*=======About===========*/

.about_bg {
  background-color: #fff;
  padding: 0px 0px 60px;
}
.about_text {
  position: relative;
  text-align: left;
  padding: 0px 5px 10px 0px;
}
.title_pstn_1::after {
 content: "";
 position: absolute;
 border-bottom: 4px solid #58b141;
 width: 100px;
 margin-top: 20px;
 margin-bottom: 15px;
}
.about_text .title_pstn_1 h5 {
  color: #252273;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.about_text .title_pstn_1 h2 {
  color: #252273;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.about_text p {
  color: #4d4848;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
/*  margin-top: 30px;*/
}
.about_text p a {
  color: #252273;
}


/*=======About - 2===========*/

.about_bg_2 {
  background-image: url("../img/background-images/parallax-bg1-1.jpg");
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 90px 0px 90px;
  position: relative;
}
.about_bg_2::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    transform: skewX(-18deg);
    content: "";
    height: 100%;
    bottom: -2px;
    width: 51%;
    z-index: 1;
    left: -100px;
    opacity: .65;
    background: #fc7f0c;
}
.about_text_2 {
  position: absolute;
  text-align: left;
  padding: 0px 5px 10px 0px;
  z-index: 1;
  vertical-align: middle;
}
.about_text_2 .title_pstn_2 h5 {
  color: #252273;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.about_text_2 .title_pstn_2 h2 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.discription_para {
  width: 40%;
  margin: 0;
}
.about_text_2 p {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}



/*=======About - 3===========*/

.about_bg_3 {
  background-color: #fff;
  padding: 80px 0px 80px;
}

 h3.txt_pstn_3 {
  color: #58B141;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-top: 30px;
}


/*======parents_say_about_bg============*/

.parents_say_about_bg {
  padding: 70px 0px;
   background-image: url("../img/background-images/testimonials-bg-1.jpg");
  height: 750px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parents_say_about_txt .title_pstn_parent_say h5 {
  text-align: center;
  color: #252273;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.parents_say_about_txt .title_pstn_parent_say h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.parents_say_about_txt .title_pstn_parent_say p {
   color: #fff;
/*  color: #c2c2c3;*/
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.title_pstn_parent_say::after {
    content: "";
    position: absolute;
    border-bottom: 4px solid #58b141;
    width: 100px;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: -65px;
}
.me-auto {
  width: 60%;
  margin: 0px auto;
}
.parents_say_item {
    padding: 46px 60px;
    text-align: center;
    background-color: #171F3296;
    margin-top: 70px;
}
.parents_say_item .parents_say_icon img {
   width: 40px;
   height: auto;
}

.parents_say_item .parents_say_content h5 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
}
.parent_testi_txt h4 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.5px;
}
.parent_testi_txt p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-top: 10px;
    text-align: center;
}

/*=======Our Latest News=======*/
.our_latest_news {
  padding: 70px 0px 80px;
  background-color: #F2F2F2;
}
.our_latest_news .our_latest_new_txt .our_latest_new_txt_1 h2 {
    text-align: center;
    color: #252273;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
}
.our_latest_news .our_latest_new_txt .our_latest_new_txt_1 h5 {
  text-align: center;
  color: #505050;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-transform: normal;
  font-family: "Roboto", sans-serif;
}

/*.our_latest_new_txt {
  position: relative;
}*/
.our_latest_new_txt {
  position: relative;
  text-align: left;
  padding: 0px 5px 10px 0px;
}
.our_latest_new_txt_1::after {
   content: "";
   position: absolute;
   border-bottom: 4px solid #58b141;
   width: 100px;
   margin-top: 20px;
   margin-bottom: 15px;
   margin-left: -65px;
}

.our_latest_news_item {
    background-color: #fff;
    padding: 20px 35px;
    box-shadow: 1px 0px 5px #878787;
    margin-bottom: 35px;
}
.our_latest_news_item .our_latest_news_icon {
  margin-bottom: 0px;
}
.our_latest_news_item .our_latest_news_icon h6 i {
  margin-right: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #FF3115;
}
.our_latest_news_item .our_latest_news_icon h6 {
  margin-right: 15px;
  font-size: 14px;
  line-height: 28px;
  color: #505050;
  font-weight: 400;
}
.our_latest_news_item .our_latest_news_content h4 {
  font-size: 20px;
  line-height: 30px;
  color: #252273;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
   margin-bottom: 20px;
}
.our_latest_news_item .our_latest_news_content h4 a {
  color: #252273;
} 
.our_latest_news_item .our_latest_news_content p {
  margin-right: 15px;
  font-size: 15px;
  line-height: 28px;
  color: #505050;
  font-weight: 400;
   font-family: "Roboto", sans-serif;
}  
.news_all_view_txt a {
  background-color: #fc7f0c;
  border-radius: 25px;
  padding: 13px 30px;
  font-size: 16px;
  line-height: 28px;
  color: #fff !important;
  font-weight: 500;
  margin-top: 40px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
/*.our_latest_news_img {
  margin-left: 50px;
  background-image: url("../img/about/admisssions-open-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
   height: 600px;
}*/
/*.our_latest_news_img {
  position: relative;
  top:0;
  bottom: 0;
  padding-left: 50px;
}*/
.our_latest_news_img {
  background-image: url("../img/about/admisssions-open-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px 50px;
}
.our_latest_news_img h5 {    
    font-size: 35px;
    line-height: 45px;
    color: #6bcc52;
    text-align: center;
    padding: 20px 50px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.our_latest_news_img h4 {    
    font-size: 28px;
    line-height: 38px;
    color: #6bcc52;
    text-align: center;
    padding: 0px 0px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.our_latest_news_img a.btn_1 {
    background-color: #fc7f0c;
    border-radius: 20px;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 35px;
    color: #fff;
    font-family: "Roboto", sans-serif;
}


/*========Gallery===========*/

.gallery_bg_pstn {
  padding: 70px 0px;
}


/*.gallery.gallery-pstn {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}*/

.gallery-pstn .gallery_txt_ptn_title h1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #252273;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.gallery-pstn .gallery_txt_ptn_title p.page-description {
    text-align: center;
    color: #505050;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin: 16px auto;
    font-family: 'Roboto', sans-serif;
}

.tz-gallery {
  padding: 15px 5px;
/*    padding: 40px;*/
}
.tz-gallery .gallery-item {
  border: 1px solid #f2f2f2;
}
.tz-gallery .gallery-item h6 {
    padding: 10px 5px 0px;
    text-align: center;
    color: #061218;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Lato", sans-serif;
}
/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 10px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}
/* Gray Scale */
.tz-gallery .gallery-item img {
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.tz-gallery .gallery-item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: var('--tg-icon-font-family');
    content: "\f688";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}*/


/*.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}*/

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

/*.baguetteBox-button {
    background-color: transparent !important;
}*/


/*=======Footer===========*/

.footer_bg_pstn {
  padding: 60px 0px 0px;
  background-image: url("../img/background-images/footer-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer_logo_item .footer_logo {
  padding: 0px 0px 25px;
}
.footer_logo_item .footer_logo_txt p {
  font-size: 16px;
  color: #060606;
  line-height: 26px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
.footer_title {
  position: relative;
}
.footer_title h3 {
  display: inline-block;
  font-size: 15px;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
.footer_title h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 38px;
    height: 1px;
    width: 50px;
    background-color: #252675;
}

/*.footer_recent_txt {
  display: flex;
}*/
.footer_recent_txt .box_bg_pstn {
  display: inline-block;
  background-color: #252273;
  padding: 11px 22px;
  text-align: center;
  margin-right: 20px;
}
.footer_recent_txt .box_bg_pstn p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 0px;
}
.footer_recent_txt .box_txt_pstn p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #060606;
  font-weight: 400;
  font-family: "Lato", sans-serif;
   text-align: left;
   margin-bottom: 0px;
}
.footer_recent_txt .box_txt_pstn p a {
  color: #060606;
}
.footer_recent_txt .box_txt_pstn p a:hover {
  color: #252273;
}

hr.footer_hr_line {
  color: #3a3a41 !important;
}

.footer_lst {
  position: relative;
  display: inline-flex;
}
.footer_lst .ftr_flx {
  margin-right: 40px;
}
.footer_lst ul {
  list-style-type: none;
  position: relative;
  padding: 0;
}
.footer_lst ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #98a1b3;
    font-size: 14px;
    margin-right: 10px;
    font-style: normal;
    font-weight: 600;
}
.footer_lst ul li {
  font-size: 16px;
  line-height: 28px;
  color: #060606;
  font-weight: 400;
  font-family: "Lato", sans-serif;
   text-align: left;
   margin-bottom: 0px;
}
.footer_lst ul li a {
  color: #060606;
}
.footer_lst ul li a:hover {
  color: #252273;
}

.footer_lst_1 ul {
  list-style-type: none;
}
.footer_lst_1 ul li {
  font-size: 16px;
  line-height: 28px;
  color: #060606;
  font-weight: 400;
  font-family: "Lato", sans-serif;
   text-align: left;
   margin-bottom: 0px;
}

.footer_share {
    text-align: center;
    margin-top: 30px;
}
.footer_share ul {
    margin-left: 0;
}
.footer_bottom {
  border-top: 1px solid #ffffff26;
}
.footer_bottom .footer_copy_right {
   margin: 15px 0px;
    text-align: center;
}
.footer_bottom .footer_copy_right p {
    opacity: 0.95;
    margin-bottom: 0;
    color: #202020;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}
.footer_bottom .footer_copy_right p span a {
    color: #202020;
}
/*============Inner Pages About=============*/

  .mission_statement_bg_main {
    position: relative;
    padding: 70px 0px 10px;
  }
  .mission_statement_bg_main_txt p {
    color: #4d4848;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
  }
  .mission_statement_bg_main_txt p a {
    color: #252273;
  }
  .mission_statement_bg_main_txt p:first-child {
      margin-top: 0px;
  }
  .mission_statement_bg_main_txt p:second-child {
      margin-bottom: 0px;
  }
  .mission_statement_bg_main_txt_1 p {
    color: #4d4848;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
  }
  .mission_statement_bg_main_txt_1 p:first-child {
      margin-top: 15px;
      margin-bottom: 0px;
  }
  .mission_statement_bg {
    position: relative;
    padding: 30px 0px 50px;
  }
  .mission_statement_txt h3 {
    font-size: 25px;
    line-height: 32px;
    color: #252273;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  .mission_statement_txt h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 16px 0px 0px;
    color: #58b141;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  .mission_statement_txt h5 {
    font-size: 18px;
    line-height: 26px;
    margin: 16px 0px 0px;
    color: #58b141;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }

  .mission_statement_txt p {
    color: #4d4848;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
}

.mission_statement_bg .mission_statement_ul_lst ul {
    list-style-type: none;
    position: relative;
    padding: 20px 0px 0px;
}

.mission_statement_bg .mission_statement_ul_lst ul li:before {
   content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #252273;
    font-size: 14px;
    margin-right: 10px;
    font-style: normal;
    font-weight: 600;
    font-display: block;
}
.mission_statement_bg .mission_statement_ul_lst ul li {
    color: #2d2d2d;
    font-size: 15px;
    margin-left: 20px;
    line-height: 32px;
    font-weight: 500;
}
/*=======Mandatory Disclosure==========*/
.mandatory_disclosure_bg_pstn {
    position: relative;
    padding: 70px 0px
}

.table_head_txt_pstn {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #252273 !important;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
}
.table_caption_txt_pstn th {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  color: #29292C !important;
}
tr td {
  font-size: 15px;
  line-height: 22px;
  color: #332e2e !important;
  font-weight: 400;
}
.table>:not(caption)>*>* {
    padding: 15px 15px;
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}


/*======Academic=====*/
.academic_bg_main {
    position: relative;
    padding: 70px 0px;
}
.academic_bg_main_txt h4 {
    font-size: 24px;
    line-height: 32px;
    color: #252273;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
/*.academic_bg_main_txt h4 {
    font-size: 22px;
    line-height: 32px;
    color: #252273;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}*/
.academic_bg_main_txt p {
    color: #4d4848;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
}
/*======Academic=====*/
.academic_bg_main .mission_statement_ul_lst ul {
    list-style-type: none;
}
.academic_bg_main .mission_statement_ul_lst ul li {
    color: #2d2d2d;
    font-size: 15px;
    margin-left: 20px;
    line-height: 32px;
    font-weight: 500;
}
.academic_bg_main .mission_statement_ul_lst ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #252273;
    font-size: 14px;
    margin-right: 10px;
    font-style: normal;
    font-weight: 600;
    font-display: block;
}


/*============Admissions-Pages=============*/
.admission_details_bg {
  position: relative;
  padding: 60px 0px;
}
.admission_details___txt_pstn h4{
  font-size: 26px;
  line-height: 28px;
  color: #252273;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.admission_details___txt_pstn p {
  color: #4d4848;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
}
.latest_nws_pstn ul {
  list-style-type: none;
  padding-left: 0px;
}
.latest_nws_pstn ul li {
 margin-right: 25px;
 font-size: 16px;
 line-height: 28px;
 font-weight: 400;
 color: #2d2d2d;
 font-family: "Roboto", sans-serif;
 margin-top: 15px;
}
.latest_nws_pstn ul li i {
 margin-right: 10px;
 font-size: 13px;
 line-height: 22px;
 font-weight: 400;
 color: #2d2d2d;
}
.btn_nws {
  background-color: #252273;
  border: 1px solid #252273;
  border-radius: 25px;
  padding: 5px 13px;
  font-size: 16px;
 line-height: 28px;
 font-weight: 400;
 color: #fff;
 font-family: "Roboto", sans-serif;
 margin-top: 15px;
}
.btn_nws a {
 color: #fff;
}
.btn_nws a:hover {
 color: #fff;
}
.btn_nws:hover {
 color: #fff;
}

span {
 margin-left: 5px;
 font-size: 15px;
 font-weight: 400;
}

.mission_statement_bg_main_txt p {
    color: #4d4848;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
}
.call-back-form h3 {
    font-size: 25px;
    line-height: 32px;
    color: #212121;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.call-back-form p {
    font-size: 16px;
    line-height: 32px;
    color: #2D2D2D;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
}
.call-back-form form .form-grp {
    margin-bottom: 15px;
}
.call-back-form form .form-grp label {
    color: #2d2d2d  ;
    font-size: 16px;
    line-height: 28px;
    font-size: 400;
    font-family: "Roboto", sans-serif;
}
.call-back-form form .form-grp input, textarea.form-control {
    width: 100%;
    border: 1px solid #d0cdcd;
    border-radius: 4px;
    color: var(--tg-heading-color);
    background: ;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 18px;
    height: 50px;
}

.btn_pstn_1 {
  margin-top: 20px;
  background: #252273;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 30px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  border: none;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
}
.btn_pstn_1:hover {
  color: #fff;
}


/*====left-side-bar==========*/

.form_grp_pstn h5 {
  font-size: 18px;
  font-weight: 400;
  color: #2d2d2d;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
}
/*.admission_lft_side_bar {
  padding-left: 10px;
}*/
.admission_lft_side_bar .form_grp_pstn .search_pstn {
  display: flex;
}
.mrg_rght {
  margin-left: 20px;
}
.admission_lft_side_bar .form_grp_pstn .search_pstn input {
    border: 1px solid #d0cdcd;
    color: var(--tg-heading-color);
    background: ;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 18px;
    height: 50px;
}
.admission_lft_side_bar .form_grp_pstn .search_pstn button {
    border: 1px solid #d0cdcd;
    text-align: center;
    color: #fff;
    background: #252273;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 18px;
    height: 50px;
    padding: 0px 30px;
}

/*================*/

.sidebar__widget {
  margin-top: 30px;
    padding: 0px;
    border-radius: 10px;
    margin-bottom: 40px;
}
/*.sidebar__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: var(--tg-theme-primary);
}*/
.sidebar__widget-title {
    font-size: 30px;
    color: #212121;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 22px;
    padding-bottom: 12px;
    position: relative;
    font-family: "Poppins",sans-serif;
}
.list-wrap {
    margin: 0px;
    padding: 0px;
}
.sidebar__cat-list .list-wrap li {
    margin-bottom: 17px;
    align-items: center;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #505050;
    gap: 5px;
}
.sidebar__cat-list .list-wrap li a {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #505050;
    gap: 5px;
}
.sidebar__cat-list .list-wrap li a:hover {
    color: #252273;
}
.sidebar__cat-list .list-wrap li a i {
    line-height: 0;
    font-size: 20px;
    color: #505050;
    margin-right: 10px;
}
/*================*/

.sidebar__widget_1 {
  margin-top: 30px;
    padding: 0px;
    border-radius: 10px;
    margin-bottom: 40px;
}
.sidebar__widget-title_1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    border-radius: 4px;
    background: #252273;
}
.sidebar__widget-title_1 {
    font-size: 25px;
    color: #212121;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 22px;
    padding-bottom: 12px;
    position: relative;
    font-family: "Poppins",sans-serif;
}
.list-wrap_1 {
  list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.sidebar__cat-list_1 h5 {
    margin-bottom: 17px;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #212121;
    gap: 5px;
}
.sidebar__cat-list_1 h5 a {
    color: #212121;
}
.sidebar__cat-list_1 h5 a:hover {
    color: #252273;
}
.sidebar__cat-list_1 .list-wrap_1 li {
    margin-bottom: 17px;
    align-items: center;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #505050;
    gap: 5px;
}
.sidebar__cat-list_1 .list-wrap_1 li a {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #505050;
    gap: 5px;
}
.sidebar__cat-list_1 .list-wrap_1 li a:hover {
    color: #252273;
}
.sidebar__cat-list_1 .list-wrap_1 li a i {
    line-height: 0;
    font-size: 20px;
    color: #505050;
    margin-right: 10px;
}

/*========Contact Us*/
ul.contact_lst_pstn {
  list-style: none;
  margin-top: 20px;
}
ul.contact_lst_pstn li {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 7px;
  font-family: "Roboto", sans-serif;
  display: flex;
}
ul.contact_lst_pstn li a {
  color: #2d2d2d;
}
ul.contact_lst_pstn li i {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  margin-right: 12px;
}

/*============Inner Pages About=============*/