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

    Template Name: LoveFood - Creative Food HTML Template
    Author: Theme_Pure
    Support: help.themepure.net
    Description:  LoveFood - Creative Food HTML Template is a modern, customizable, and responsive template designed for agencies to showcase their work, services, and team with stylish layouts and interactive features.
    Version: 1.0.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Accordion
		2.2 Back to Top
		2.3 Breadcrumb
		2.4 Button
		2.5 Custom Animation
		2.6 Offcanvas
		2.7 Preloader
		2.8 Search Bar
		2.9 Skill

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1
		3.2 Mobile Menu

	---------------------------------
	04. BLOG CSS
	---------------------------------
		4.1 Postbox
		4.2 Recent Post
		4.3 Sidebar

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		5.1 Footer Style 1
		5.2 Footer Style 2
		5.3 Footer Style 3

	---------------------------------
	07. PAGES CSS
	---------------------------------
		6.1 About
		6.2 Award
		6.3 Brand
		6.4 Contact
		6.5 CTA
		6.6 Fact
		6.7 Faq
		6.8 Hero
		6.9 Newsletter
		6.10 Portfolio
		6.11 Pricing
		6.12 Process
		6.13 Servicess
		6.14 Team
		6.15 Testimonial
		6.16 Video


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600&display=swap");
:root {
  --tp-theme-clr: #2B2E9D;
  --tp-theme-light-clr: #4C78C7;
  --tp-white-clr: #ffffff;
  --tp-black-clr: #222222;
  --tp-border-clr: rgba(142, 43, 145, 0.1);
  --tp-body-clr: #54595f;
  --tp-boxshadow-clr: 0 0 5px 2px rgba(0, 0, 0, 0.03);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
	typography css start
---------------------------------*/
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Heebo", sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: var(--tp-body-color);
  line-height: 28px;
}

a {
  text-decoration: none;
  font-family: "Heebo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  color: #222;
  margin-top: 0px;
  font-weight: 700;
  line-height: 1.5;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  font-family: "Heebo", sans-serif;
  font-size: clamp(0.875rem, 0.856rem + 0.1vw, 0.938rem);
  font-weight: 400;
  color: var(--tp-body-color);
  margin-bottom: 15px;
  line-height: 1.6;
}

a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: transparent;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 16px;
  color: #222;
  border: 1px solid #57595C;
  font-weight: 500;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #B2BEB5;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #B2BEB5;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #B2BEB5;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #B2BEB5;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--tp-theme-clr);
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 1;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

*::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

*::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #222;
  font-size: 15px;
  opacity: 1;
  font-weight: 500;
}

*::placeholder {
  color: #222;
  font-size: 15px;
  opacity: 1;
  font-weight: 500;
}

/*----------------------------------------*/
/*  1.2 Common Classes
/*----------------------------------------*/
.w-img img {
  width: 100%;
}

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

img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-33 {
  z-index: 33;
}

.z-index-11 {
  z-index: 11;
}

.z-index-9 {
  z-index: 9;
}

.z-index-99 {
  z-index: 99;
}

.br-top {
  border-top: 1px solid var(--tp-body-clr);
}

.bg-pos-end {
  background-position: bottom;
  background-repeat: no-repeat;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.overflow-x-visible {
  overflow-x: visible;
  overflow-y: hidden;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.tp-bg-possiton {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: fill;
}

.tp-overly {
  position: relative;
}

.tp-overly::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-black-clr);
  opacity: 0.8;
}

.tp-overly-2 {
  position: relative;
}

.tp-overly-2::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tp-black-clr);
  opacity: 0.6;
  border-radius: 10px;
}

.tp-section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 576px) {
  .tp-section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.tp-section-bg-1 {
  background-color: #f8f9fa;
}

.tp-section-bg-2 {
  background-color: #efefff;
}

.tp-section-bg-3 {
  background: linear-gradient(to bottom, rgba(208, 223, 245, 0.5), rgba(213, 226, 245, 0.5), rgba(218, 229, 245, 0.5), rgba(228, 235, 245, 0.5), rgba(223, 232, 245, 0.5), rgba(218, 229, 245, 0.5), rgba(213, 226, 245, 0.5), rgba(208, 223, 245, 0.5));
}

.align-self-end {
  align-self: flex-end !important;
  align-content: flex-end;
  align-items: flex-end;
}

.tp-section-bg-4 {
  background-color: rgba(0, 71, 171, 0.9);
}

.tp-section-bg-5 {
  background-color: var(--tp-theme-clr);
}

.tp-section-bg-6 {
  background-color: #F5F5FE;
}

.tp-list-bg {
  background-color: #f0f3f9;
}

.mx-w-550 {
  max-width: 550px;
  margin: 0 auto;
}

.pt-230 {
  padding-top: 230px;
}
@media (max-width: 576px) {
  .pt-230 {
    padding-top: 150px;
  }
}

/*--====== hover-1 start======--*/
.img_hover-1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.img_hover-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--tp-black-clr);
  opacity: 0; /* Initially invisible */
  transition: opacity 0.5s ease-in-out; /* Smooth transition */
}
.img_hover-1::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the element */
  opacity: 0; /* Initially invisible */
}
.img_hover-1:hover::before {
  opacity: 0.85; /* Background overlay appears on hover */
}
.img_hover-1:hover::after {
  animation: circle 0.75s ease-out; /* Play circle animation on hover */
}

/* Circle animation */
@keyframes circle {
  0% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  40% {
    width: 60px;
    height: 60px;
    opacity: 0.6;
  }
  100% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
}
/* Ensure the parent box can trigger hover */
.news_box:hover .img_hover-1::before {
  opacity: 0.85; /* Overlay effect for hover */
}

.news_box:hover .img_hover-1::after {
  animation: circle 0.75s ease-out; /* Circle animation */
}

/*--====== hover-1 end======--*/
/*--====== Video Animation start======--*/
.tp-video {
  display: inline-block;
}
.tp-video a span {
  color: var(--tp-white-clr);
  font-size: 17px;
  font-weight: 700;
  padding: 16px 20px;
  background: var(--tp-theme-clr);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .tp-video a span {
    font-size: 14px;
    padding: 20px 23px;
  }
}
.tp-video a span:hover {
  color: var(--tp-white-clr);
}
.tp-video a span i {
  font-weight: 500;
}
.tp-video a span::before {
  content: "";
  position: absolute;
  border: 3px solid var(--tp-white-clr);
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: animate 2.5s linear infinite;
  opacity: 0;
}
.tp-video a span::after {
  content: "";
  position: absolute;
  border: 2px solid var(--tp-white-clr);
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: animated 2.5s linear infinite;
  opacity: 0;
  animation-delay: 0.6s;
}

@keyframes animate {
  0% {
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes animated {
  0% {
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
/*--====== Video Animation end======--*/
.tp-border-top {
  border-top: 1px dashed var(--tp-theme-clr);
}

.br-10 img {
  border-radius: 5px;
}

/*----------------------------------------*/
/*  1.3 Default Spacing
/*----------------------------------------*/
/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-1 {
  margin-top: 1px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-7 {
  margin-top: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-9 {
  margin-top: 9px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-11 {
  margin-top: 11px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-13 {
  margin-top: 13px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-19 {
  margin-top: 19px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-21 {
  margin-top: 21px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-23 {
  margin-top: 23px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-26 {
  margin-top: 26px;
}

.mt-27 {
  margin-top: 27px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-29 {
  margin-top: 29px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-31 {
  margin-top: 31px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-33 {
  margin-top: 33px;
}

.mt-34 {
  margin-top: 34px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-37 {
  margin-top: 37px;
}

.mt-38 {
  margin-top: 38px;
}

.mt-39 {
  margin-top: 39px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-41 {
  margin-top: 41px;
}

.mt-42 {
  margin-top: 42px;
}

.mt-43 {
  margin-top: 43px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-46 {
  margin-top: 46px;
}

.mt-47 {
  margin-top: 47px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-49 {
  margin-top: 49px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-51 {
  margin-top: 51px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-53 {
  margin-top: 53px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-57 {
  margin-top: 57px;
}

.mt-58 {
  margin-top: 58px;
}

.mt-59 {
  margin-top: 59px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-61 {
  margin-top: 61px;
}

.mt-62 {
  margin-top: 62px;
}

.mt-63 {
  margin-top: 63px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-66 {
  margin-top: 66px;
}

.mt-67 {
  margin-top: 67px;
}

.mt-68 {
  margin-top: 68px;
}

.mt-69 {
  margin-top: 69px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-71 {
  margin-top: 71px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-73 {
  margin-top: 73px;
}

.mt-74 {
  margin-top: 74px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-76 {
  margin-top: 76px;
}

.mt-77 {
  margin-top: 77px;
}

.mt-78 {
  margin-top: 78px;
}

.mt-79 {
  margin-top: 79px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-81 {
  margin-top: 81px;
}

.mt-82 {
  margin-top: 82px;
}

.mt-83 {
  margin-top: 83px;
}

.mt-84 {
  margin-top: 84px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-86 {
  margin-top: 86px;
}

.mt-87 {
  margin-top: 87px;
}

.mt-88 {
  margin-top: 88px;
}

.mt-89 {
  margin-top: 89px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-91 {
  margin-top: 91px;
}

.mt-92 {
  margin-top: 92px;
}

.mt-93 {
  margin-top: 93px;
}

.mt-94 {
  margin-top: 94px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-97 {
  margin-top: 97px;
}

.mt-98 {
  margin-top: 98px;
}

.mt-99 {
  margin-top: 99px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-101 {
  margin-top: 101px;
}

.mt-102 {
  margin-top: 102px;
}

.mt-103 {
  margin-top: 103px;
}

.mt-104 {
  margin-top: 104px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-106 {
  margin-top: 106px;
}

.mt-107 {
  margin-top: 107px;
}

.mt-108 {
  margin-top: 108px;
}

.mt-109 {
  margin-top: 109px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-111 {
  margin-top: 111px;
}

.mt-112 {
  margin-top: 112px;
}

.mt-113 {
  margin-top: 113px;
}

.mt-114 {
  margin-top: 114px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-116 {
  margin-top: 116px;
}

.mt-117 {
  margin-top: 117px;
}

.mt-118 {
  margin-top: 118px;
}

.mt-119 {
  margin-top: 119px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-121 {
  margin-top: 121px;
}

.mt-122 {
  margin-top: 122px;
}

.mt-123 {
  margin-top: 123px;
}

.mt-124 {
  margin-top: 124px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-126 {
  margin-top: 126px;
}

.mt-127 {
  margin-top: 127px;
}

.mt-128 {
  margin-top: 128px;
}

.mt-129 {
  margin-top: 129px;
}

.mt-130 {
  margin-top: 130px;
}

/*-- Margin Bottom --*/
.mb-1 {
  margin-bottom: 1px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-3 {
  margin-bottom: 3px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-11 {
  margin-bottom: 11px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-17 {
  margin-bottom: 17px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-19 {
  margin-bottom: 19px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-23 {
  margin-bottom: 23px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-26 {
  margin-bottom: 26px;
}

.mb-27 {
  margin-bottom: 27px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-29 {
  margin-bottom: 29px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-31 {
  margin-bottom: 31px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-33 {
  margin-bottom: 33px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-38 {
  margin-bottom: 38px;
}

.mb-39 {
  margin-bottom: 39px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-41 {
  margin-bottom: 41px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-44 {
  margin-bottom: 44px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-46 {
  margin-bottom: 46px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-49 {
  margin-bottom: 49px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-51 {
  margin-bottom: 51px;
}

.mb-52 {
  margin-bottom: 52px;
}

.mb-53 {
  margin-bottom: 53px;
}

.mb-54 {
  margin-bottom: 54px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mb-58 {
  margin-bottom: 58px;
}

.mb-59 {
  margin-bottom: 59px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-61 {
  margin-bottom: 61px;
}

.mb-62 {
  margin-bottom: 62px;
}

.mb-63 {
  margin-bottom: 63px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-66 {
  margin-bottom: 66px;
}

.mb-67 {
  margin-bottom: 67px;
}

.mb-68 {
  margin-bottom: 68px;
}

.mb-69 {
  margin-bottom: 69px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-71 {
  margin-bottom: 71px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-73 {
  margin-bottom: 73px;
}

.mb-74 {
  margin-bottom: 74px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-76 {
  margin-bottom: 76px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mb-78 {
  margin-bottom: 78px;
}

.mb-79 {
  margin-bottom: 79px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-81 {
  margin-bottom: 81px;
}

.mb-82 {
  margin-bottom: 82px;
}

.mb-83 {
  margin-bottom: 83px;
}

.mb-84 {
  margin-bottom: 84px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-86 {
  margin-bottom: 86px;
}

.mb-87 {
  margin-bottom: 87px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mb-89 {
  margin-bottom: 89px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-91 {
  margin-bottom: 91px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mb-93 {
  margin-bottom: 93px;
}

.mb-94 {
  margin-bottom: 94px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mb-97 {
  margin-bottom: 97px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mb-99 {
  margin-bottom: 99px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*-- Margin Left --*/
.ml-1 {
  margin-left: 1px;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.ml-4 {
  margin-left: 4px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-6 {
  margin-left: 6px;
}

.ml-7 {
  margin-left: 7px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-11 {
  margin-left: 11px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-13 {
  margin-left: 13px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-17 {
  margin-left: 17px;
}

.ml-18 {
  margin-left: 18px;
}

.ml-19 {
  margin-left: 19px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-21 {
  margin-left: 21px;
}

.ml-22 {
  margin-left: 22px;
}

.ml-23 {
  margin-left: 23px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-26 {
  margin-left: 26px;
}

.ml-27 {
  margin-left: 27px;
}

.ml-28 {
  margin-left: 28px;
}

.ml-29 {
  margin-left: 29px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-31 {
  margin-left: 31px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-33 {
  margin-left: 33px;
}

.ml-34 {
  margin-left: 34px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-36 {
  margin-left: 36px;
}

.ml-37 {
  margin-left: 37px;
}

.ml-38 {
  margin-left: 38px;
}

.ml-39 {
  margin-left: 39px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-41 {
  margin-left: 41px;
}

.ml-42 {
  margin-left: 42px;
}

.ml-43 {
  margin-left: 43px;
}

.ml-44 {
  margin-left: 44px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-46 {
  margin-left: 46px;
}

.ml-47 {
  margin-left: 47px;
}

.ml-48 {
  margin-left: 48px;
}

.ml-49 {
  margin-left: 49px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-51 {
  margin-left: 51px;
}

.ml-52 {
  margin-left: 52px;
}

.ml-53 {
  margin-left: 53px;
}

.ml-54 {
  margin-left: 54px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-56 {
  margin-left: 56px;
}

.ml-57 {
  margin-left: 57px;
}

.ml-58 {
  margin-left: 58px;
}

.ml-59 {
  margin-left: 59px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-61 {
  margin-left: 61px;
}

.ml-62 {
  margin-left: 62px;
}

.ml-63 {
  margin-left: 63px;
}

.ml-64 {
  margin-left: 64px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-66 {
  margin-left: 66px;
}

.ml-67 {
  margin-left: 67px;
}

.ml-68 {
  margin-left: 68px;
}

.ml-69 {
  margin-left: 69px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-71 {
  margin-left: 71px;
}

.ml-72 {
  margin-left: 72px;
}

.ml-73 {
  margin-left: 73px;
}

.ml-74 {
  margin-left: 74px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-76 {
  margin-left: 76px;
}

.ml-77 {
  margin-left: 77px;
}

.ml-78 {
  margin-left: 78px;
}

.ml-79 {
  margin-left: 79px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-81 {
  margin-left: 81px;
}

.ml-82 {
  margin-left: 82px;
}

.ml-83 {
  margin-left: 83px;
}

.ml-84 {
  margin-left: 84px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-86 {
  margin-left: 86px;
}

.ml-87 {
  margin-left: 87px;
}

.ml-88 {
  margin-left: 88px;
}

.ml-89 {
  margin-left: 89px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-91 {
  margin-left: 91px;
}

.ml-92 {
  margin-left: 92px;
}

.ml-93 {
  margin-left: 93px;
}

.ml-94 {
  margin-left: 94px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-96 {
  margin-left: 96px;
}

.ml-97 {
  margin-left: 97px;
}

.ml-98 {
  margin-left: 98px;
}

.ml-99 {
  margin-left: 99px;
}

.ml-100 {
  margin-left: 100px;
}

/*-- Margin Right --*/
.mr-1 {
  margin-right: 1px;
}

.mr-2 {
  margin-right: 2px;
}

.mr-3 {
  margin-right: 3px;
}

.mr-4 {
  margin-right: 4px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-7 {
  margin-right: 7px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-9 {
  margin-right: 9px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-11 {
  margin-right: 11px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-13 {
  margin-right: 13px;
}

.mr-14 {
  margin-right: 14px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-16 {
  margin-right: 16px;
}

.mr-17 {
  margin-right: 17px;
}

.mr-18 {
  margin-right: 18px;
}

.mr-19 {
  margin-right: 19px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-21 {
  margin-right: 21px;
}

.mr-22 {
  margin-right: 22px;
}

.mr-23 {
  margin-right: 23px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-26 {
  margin-right: 26px;
}

.mr-27 {
  margin-right: 27px;
}

.mr-28 {
  margin-right: 28px;
}

.mr-29 {
  margin-right: 29px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-31 {
  margin-right: 31px;
}

.mr-32 {
  margin-right: 32px;
}

.mr-33 {
  margin-right: 33px;
}

.mr-34 {
  margin-right: 34px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-36 {
  margin-right: 36px;
}

.mr-37 {
  margin-right: 37px;
}

.mr-38 {
  margin-right: 38px;
}

.mr-39 {
  margin-right: 39px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-41 {
  margin-right: 41px;
}

.mr-42 {
  margin-right: 42px;
}

.mr-43 {
  margin-right: 43px;
}

.mr-44 {
  margin-right: 44px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-46 {
  margin-right: 46px;
}

.mr-47 {
  margin-right: 47px;
}

.mr-48 {
  margin-right: 48px;
}

.mr-49 {
  margin-right: 49px;
}

.mr-50 {
  margin-right: 50px;
}

/*-- Padding Top --*/
.pt-1 {
  padding-top: 1px;
}

.pt-2 {
  padding-top: 2px;
}

.pt-3 {
  padding-top: 3px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-7 {
  padding-top: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-9 {
  padding-top: 9px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-11 {
  padding-top: 11px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-13 {
  padding-top: 13px;
}

.pt-14 {
  padding-top: 14px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-17 {
  padding-top: 17px;
}

.pt-18 {
  padding-top: 18px;
}

.pt-19 {
  padding-top: 19px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-21 {
  padding-top: 21px;
}

.pt-22 {
  padding-top: 22px;
}

.pt-23 {
  padding-top: 23px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-26 {
  padding-top: 26px;
}

.pt-27 {
  padding-top: 27px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-29 {
  padding-top: 29px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-31 {
  padding-top: 31px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-33 {
  padding-top: 33px;
}

.pt-34 {
  padding-top: 34px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-36 {
  padding-top: 36px;
}

.pt-37 {
  padding-top: 37px;
}

.pt-38 {
  padding-top: 38px;
}

.pt-39 {
  padding-top: 39px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-41 {
  padding-top: 41px;
}

.pt-42 {
  padding-top: 42px;
}

.pt-43 {
  padding-top: 43px;
}

.pt-44 {
  padding-top: 44px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-46 {
  padding-top: 46px;
}

.pt-47 {
  padding-top: 47px;
}

.pt-48 {
  padding-top: 48px;
}

.pt-49 {
  padding-top: 49px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-51 {
  padding-top: 51px;
}

.pt-52 {
  padding-top: 52px;
}

.pt-53 {
  padding-top: 53px;
}

.pt-54 {
  padding-top: 54px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-56 {
  padding-top: 56px;
}

.pt-57 {
  padding-top: 57px;
}

.pt-58 {
  padding-top: 58px;
}

.pt-59 {
  padding-top: 59px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-61 {
  padding-top: 61px;
}

.pt-62 {
  padding-top: 62px;
}

.pt-63 {
  padding-top: 63px;
}

.pt-64 {
  padding-top: 64px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-66 {
  padding-top: 66px;
}

.pt-67 {
  padding-top: 67px;
}

.pt-68 {
  padding-top: 68px;
}

.pt-69 {
  padding-top: 69px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-71 {
  padding-top: 71px;
}

.pt-72 {
  padding-top: 72px;
}

.pt-73 {
  padding-top: 73px;
}

.pt-74 {
  padding-top: 74px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-76 {
  padding-top: 76px;
}

.pt-77 {
  padding-top: 77px;
}

.pt-78 {
  padding-top: 78px;
}

.pt-79 {
  padding-top: 79px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-81 {
  padding-top: 81px;
}

.pt-82 {
  padding-top: 82px;
}

.pt-83 {
  padding-top: 83px;
}

.pt-84 {
  padding-top: 84px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-86 {
  padding-top: 86px;
}

.pt-87 {
  padding-top: 87px;
}

.pt-88 {
  padding-top: 88px;
}

.pt-89 {
  padding-top: 89px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-91 {
  padding-top: 91px;
}

.pt-92 {
  padding-top: 92px;
}

.pt-93 {
  padding-top: 93px;
}

.pt-94 {
  padding-top: 94px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-96 {
  padding-top: 96px;
}

.pt-97 {
  padding-top: 97px;
}

.pt-98 {
  padding-top: 98px;
}

.pt-99 {
  padding-top: 99px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-101 {
  padding-top: 101px;
}

.pt-102 {
  padding-top: 102px;
}

.pt-103 {
  padding-top: 103px;
}

.pt-104 {
  padding-top: 104px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-106 {
  padding-top: 106px;
}

.pt-107 {
  padding-top: 107px;
}

.pt-108 {
  padding-top: 108px;
}

.pt-109 {
  padding-top: 109px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-111 {
  padding-top: 111px;
}

.pt-112 {
  padding-top: 112px;
}

.pt-113 {
  padding-top: 113px;
}

.pt-114 {
  padding-top: 114px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-116 {
  padding-top: 116px;
}

.pt-117 {
  padding-top: 117px;
}

.pt-118 {
  padding-top: 118px;
}

.pt-119 {
  padding-top: 119px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-121 {
  padding-top: 121px;
}

.pt-122 {
  padding-top: 122px;
}

.pt-123 {
  padding-top: 123px;
}

.pt-124 {
  padding-top: 124px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-126 {
  padding-top: 126px;
}

.pt-127 {
  padding-top: 127px;
}

.pt-128 {
  padding-top: 128px;
}

.pt-129 {
  padding-top: 129px;
}

.pt-130 {
  padding-top: 130px;
}

/*-- Padding Bottom --*/
.pb-1 {
  padding-bottom: 1px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-9 {
  padding-bottom: 9px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-11 {
  padding-bottom: 11px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-13 {
  padding-bottom: 13px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-17 {
  padding-bottom: 17px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pb-19 {
  padding-bottom: 19px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-21 {
  padding-bottom: 21px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-23 {
  padding-bottom: 23px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-26 {
  padding-bottom: 26px;
}

.pb-27 {
  padding-bottom: 27px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-29 {
  padding-bottom: 29px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-31 {
  padding-bottom: 31px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-33 {
  padding-bottom: 33px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-36 {
  padding-bottom: 36px;
}

.pb-37 {
  padding-bottom: 37px;
}

.pb-38 {
  padding-bottom: 38px;
}

.pb-39 {
  padding-bottom: 39px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-41 {
  padding-bottom: 41px;
}

.pb-42 {
  padding-bottom: 42px;
}

.pb-43 {
  padding-bottom: 43px;
}

.pb-44 {
  padding-bottom: 44px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-46 {
  padding-bottom: 46px;
}

.pb-47 {
  padding-bottom: 47px;
}

.pb-48 {
  padding-bottom: 48px;
}

.pb-49 {
  padding-bottom: 49px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-51 {
  padding-bottom: 51px;
}

.pb-52 {
  padding-bottom: 52px;
}

.pb-53 {
  padding-bottom: 53px;
}

.pb-54 {
  padding-bottom: 54px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-57 {
  padding-bottom: 57px;
}

.pb-58 {
  padding-bottom: 58px;
}

.pb-59 {
  padding-bottom: 59px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-61 {
  padding-bottom: 61px;
}

.pb-62 {
  padding-bottom: 62px;
}

.pb-63 {
  padding-bottom: 63px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-66 {
  padding-bottom: 66px;
}

.pb-67 {
  padding-bottom: 67px;
}

.pb-68 {
  padding-bottom: 68px;
}

.pb-69 {
  padding-bottom: 69px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-71 {
  padding-bottom: 71px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-73 {
  padding-bottom: 73px;
}

.pb-74 {
  padding-bottom: 74px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-76 {
  padding-bottom: 76px;
}

.pb-77 {
  padding-bottom: 77px;
}

.pb-78 {
  padding-bottom: 78px;
}

.pb-79 {
  padding-bottom: 79px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-81 {
  padding-bottom: 81px;
}

.pb-82 {
  padding-bottom: 82px;
}

.pb-83 {
  padding-bottom: 83px;
}

.pb-84 {
  padding-bottom: 84px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-86 {
  padding-bottom: 86px;
}

.pb-87 {
  padding-bottom: 87px;
}

.pb-88 {
  padding-bottom: 88px;
}

.pb-89 {
  padding-bottom: 89px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-91 {
  padding-bottom: 91px;
}

.pb-92 {
  padding-bottom: 92px;
}

.pb-93 {
  padding-bottom: 93px;
}

.pb-94 {
  padding-bottom: 94px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pb-97 {
  padding-bottom: 97px;
}

.pb-98 {
  padding-bottom: 98px;
}

.pb-99 {
  padding-bottom: 99px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-101 {
  padding-bottom: 101px;
}

.pb-102 {
  padding-bottom: 102px;
}

.pb-103 {
  padding-bottom: 103px;
}

.pb-104 {
  padding-bottom: 104px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-106 {
  padding-bottom: 106px;
}

.pb-107 {
  padding-bottom: 107px;
}

.pb-108 {
  padding-bottom: 108px;
}

.pb-109 {
  padding-bottom: 109px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-111 {
  padding-bottom: 111px;
}

.pb-112 {
  padding-bottom: 112px;
}

.pb-113 {
  padding-bottom: 113px;
}

.pb-114 {
  padding-bottom: 114px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-116 {
  padding-bottom: 116px;
}

.pb-117 {
  padding-bottom: 117px;
}

.pb-118 {
  padding-bottom: 118px;
}

.pb-119 {
  padding-bottom: 119px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-121 {
  padding-bottom: 121px;
}

.pb-122 {
  padding-bottom: 122px;
}

.pb-123 {
  padding-bottom: 123px;
}

.pb-124 {
  padding-bottom: 124px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-126 {
  padding-bottom: 126px;
}

.pb-127 {
  padding-bottom: 127px;
}

.pb-128 {
  padding-bottom: 128px;
}

.pb-129 {
  padding-bottom: 129px;
}

.pb-130 {
  padding-bottom: 130px;
}

/*-- Padding Left --*/
.pl-1 {
  padding-left: 1px;
}

.pl-2 {
  padding-left: 2px;
}

.pl-3 {
  padding-left: 3px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-7 {
  padding-left: 7px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-9 {
  padding-left: 9px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-11 {
  padding-left: 11px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-13 {
  padding-left: 13px;
}

.pl-14 {
  padding-left: 14px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-17 {
  padding-left: 17px;
}

.pl-18 {
  padding-left: 18px;
}

.pl-19 {
  padding-left: 19px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-21 {
  padding-left: 21px;
}

.pl-22 {
  padding-left: 22px;
}

.pl-23 {
  padding-left: 23px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-26 {
  padding-left: 26px;
}

.pl-27 {
  padding-left: 27px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-29 {
  padding-left: 29px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-31 {
  padding-left: 31px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-33 {
  padding-left: 33px;
}

.pl-34 {
  padding-left: 34px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-36 {
  padding-left: 36px;
}

.pl-37 {
  padding-left: 37px;
}

.pl-38 {
  padding-left: 38px;
}

.pl-39 {
  padding-left: 39px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-41 {
  padding-left: 41px;
}

.pl-42 {
  padding-left: 42px;
}

.pl-43 {
  padding-left: 43px;
}

.pl-44 {
  padding-left: 44px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-46 {
  padding-left: 46px;
}

.pl-47 {
  padding-left: 47px;
}

.pl-48 {
  padding-left: 48px;
}

.pl-49 {
  padding-left: 49px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-1 {
  padding-right: 1px;
}

.pr-2 {
  padding-right: 2px;
}

.pr-3 {
  padding-right: 3px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-7 {
  padding-right: 7px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-9 {
  padding-right: 9px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-11 {
  padding-right: 11px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-13 {
  padding-right: 13px;
}

.pr-14 {
  padding-right: 14px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-17 {
  padding-right: 17px;
}

.pr-18 {
  padding-right: 18px;
}

.pr-19 {
  padding-right: 19px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-21 {
  padding-right: 21px;
}

.pr-22 {
  padding-right: 22px;
}

.pr-23 {
  padding-right: 23px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-26 {
  padding-right: 26px;
}

.pr-27 {
  padding-right: 27px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-29 {
  padding-right: 29px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-31 {
  padding-right: 31px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-33 {
  padding-right: 33px;
}

.pr-34 {
  padding-right: 34px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-36 {
  padding-right: 36px;
}

.pr-37 {
  padding-right: 37px;
}

.pr-38 {
  padding-right: 38px;
}

.pr-39 {
  padding-right: 39px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-41 {
  padding-right: 41px;
}

.pr-42 {
  padding-right: 42px;
}

.pr-43 {
  padding-right: 43px;
}

.pr-44 {
  padding-right: 44px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-46 {
  padding-right: 46px;
}

.pr-47 {
  padding-right: 47px;
}

.pr-48 {
  padding-right: 48px;
}

.pr-49 {
  padding-right: 49px;
}

.pr-50 {
  padding-right: 50px;
}

/*----------------------------------------*/
/*  2.1 Accordion
/*----------------------------------------*/
.tperror-wrap h2 {
  color: var(--tp-theme-clr);
}
.tperror-wrap h3 {
  font-size: 19px;
}

/*----------------------------------------*/
/*  2.4 Button
/*----------------------------------------*/
.tp-btn {
  background: var(--tp-theme-clr);
  padding: 6px 15px;
  font-size: 14px;
  border-radius: 3px;
  display: inline-block;
  color: var(--tp-white-clr);
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-btn {
    font-size: 11px;
    padding: 5px 10px;
  }
}
.tp-btn > i {
  height: 100%;
  width: 18px;
  background-color: var(--tp-theme-light-clr);
  position: absolute;
  bottom: -2px;
  right: -10px;
  -moz-transform: rotate(13deg);
  -o-transform: rotate(13deg);
  -ms-transform: rotate(13deg);
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-btn:hover {
  color: var(--tp-white-clr);
}
.tp-btn:hover .tp-btn-y-1 {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.tp-btn:hover .tp-btn-y-2 {
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tp-btn:hover i {
  right: -100%;
}
.tp-btn-wrap {
  position: relative;
  overflow: hidden;
  display: block;
}
.tp-btn-wrap span {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
.tp-btn-wrap span i {
  font-size: 12px;
  margin-left: 3px;
}
.tp-btn-y-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.tp-btn-border {
  border: 1px solid var(--tp-border-clr);
  padding: 12px 35px;
  display: inline-block;
  font-size: 18px;
  color: var(--tp-black-clr);
  font-family: var(--tp-font-heading);
}
.tp-btn-2 {
  background: var(--tp-white-clr);
  color: var(--tp-theme-clr);
  margin-top: 8px;
  box-shadow: var(--tp-boxshadow-clr);
}
.tp-btn-2:hover {
  color: var(--tp-theme-clr);
}

.copy-link-btn {
  background-color: var(--tp-theme-clr);
  color: var(--tp-white-clr);
  border: none;
  padding: 2px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  .copy-link-btn {
    font-size: 8px;
    padding: 0px 8px;
  }
}
.copy-link-btn i {
  margin-left: 5px;
}
.copy-link-btn:hover {
  background-color: var(--tp-theme-light-clr);
}
.copy-link-btn:focus {
  outline: none;
}

.tp-red-btn {
  color: var(--tp-theme-clr);
  font-size: 13px;
}
.tp-red-btn:hover {
  letter-spacing: 1px;
  color: var(--tp-theme-clr);
}

/*----------------------------------------*/
/*  2.9 Section Title
/*----------------------------------------*/
.tp-sub-title h5 {
  display: inline-block;
  font-size: clamp(0.75rem, 0.938rem + 0.29vw, 0.996rem);
  color: var(--tp-white-clr);
  border: 1px solid var(--tp-theme-clr);
  padding: 5px 7px;
  border-radius: 20px;
  background-color: var(--tp-theme-clr);
  text-transform: capitalize;
}
.tp-sub-title h5 i {
  height: 5px;
  width: 5px;
  background-color: #F35120;
  display: inline-block;
  text-align: center;
  margin: 3px 5px;
  border-radius: 5px;
}

.tp-section-title h2 {
  font-size: clamp(1.063rem, 0.703rem + 1.8vw, 2.188rem);
  margin-bottom: 8px;
  color: var(--tp-black-clr);
  text-transform: capitalize;
}
.tp-section-title p {
  text-transform: capitalize;
}
.tp-section-title-white h2 {
  color: var(--tp-white-clr);
}
.tp-section-title-white p {
  color: var(--tp-white-clr);
}

.tp-common-title h4 {
  font-size: clamp(1.063rem, 0.927rem + 0.68vw, 1.5rem);
  text-transform: capitalize;
}
.tp-common-title h4 span {
  color: var(--tp-theme-clr);
  margin-right: 3px;
}
.tp-common-title-black h4 {
  color: var(--tp-black-clr);
  text-transform: capitalize;
  font-size: clamp(1rem, 0.961rem + 0.19vw, 1.125rem);
}

/*----------------------------------------*/
/*  2.6 Offcanvas
/*----------------------------------------*/
.tp-offcanvas {
  position: fixed;
  z-index: 9999;
  background: #fff;
  width: 400px;
  right: 0;
  top: 0;
  padding: 30px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
@media only screen and (max-width: 400px) {
  .tp-offcanvas {
    width: 100%;
    padding: 30px 30px;
  }
}
.tp-offcanvas-open {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tp-offcanvas-close-toggle {
  font-size: 25px;
  color: var(--tp-theme-color);
}
.tp-offcanvas-close-toggle:hover {
  transform: rotate(180deg);
  color: red;
}
.tp-offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s ease-in-out;
  background: rgba(24, 24, 24, 0.4);
}
.tp-offcanvas-overlay-open {
  opacity: 0.7;
  visibility: visible;
}

.tp-offcanvas-logo {
  width: 60px;
}

.tp-offcanvas-title {
  font-size: 25px;
}

.tp-offcanvas-social a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 40px;
  color: var(--tp-black-color);
  border: 1px solid var(--tp-border-clr);
  font-size: 14px;
  transition: 0.3s;
}
.tp-offcanvas-social a:hover {
  color: var(--tp-theme-color);
  border-color: var(--tp-theme-color);
}

.tp-offcanvas-sm-title {
  font-size: 25px;
  margin-bottom: 15px;
}

.tp-offcanvas-info span {
  color: #222;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s;
}
.tp-offcanvas-info span i {
  height: 35px;
  width: 35px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--tp-border-clr);
  font-size: 11px;
  color: var(--tp-theme-color);
}
.tp-offcanvas-info span a {
  font-size: 14px;
}

/*----------------------------------------*/
/*  2.3 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb__list {
  display: inline-block;
  padding: 0px 10px;
}
@media (max-width: 576px) {
  .tp-breadcrumb__list {
    padding: 0;
  }
}

.tp-breadcrumb__list span {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.tp-breadcrumb__list span a {
  font-weight: 600;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-breadcrumb__list span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .tp-breadcrumb__list span {
    font-size: 14px;
  }
}

.tp-breadcrumb__list span.dvdr i {
  font-size: 15px;
  display: inline-block;
  margin: 0 13px;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-breadcrumb__list span.dvdr i {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .tp-breadcrumb__list span.dvdr i {
    font-size: 10px;
    margin: 0 5px;
  }
}

.tp-breadcrumb-page h4 {
  display: inline-block;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-breadcrumb-page h4 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .tp-breadcrumb-page h4 {
    font-size: 14px;
  }
}

/*----------------------------------------*/
/*  2.9 Skill
/*----------------------------------------*/
.tp-skill-item label {
  font-size: 15px;
  font-weight: 500;
  color: #0A0E1A;
  margin-bottom: 8px;
  line-height: 1;
}
.tp-skill-item .progress-bar {
  background-color: var(--tp-theme-clr);
}
.tp-skill-item .progress, .tp-skill-item .progress-stacked {
  height: 5px;
  background-color: var(--tp-body-clr);
  border-radius: 4px;
}

.progress-outer {
  position: relative;
}
.progress-num {
  position: absolute;
  left: calc(25% - 31px);
  top: -32px;
  background: var(--tp-theme-clr);
  color: #fff;
  padding: 6px 5px;
  font-size: 11px;
  line-height: 1;
  border-radius: 4px;
}
.progress-num:before {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent var(--tp-theme-clr) transparent transparent;
  transform: rotate(0deg);
  content: "";
  position: absolute;
  top: 99%;
  right: 8px;
}

/*----------------------------------------*/
/*  2.8 Search Bar
/*----------------------------------------*/
.tp-header-search-bar {
  height: 400px;
  position: fixed;
  top: -160%;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--tp-white-clr);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-header-search-bar.tp-search-open {
  top: 0;
}

.contact-search-form-box form {
  position: relative;
  border: 1px solid var(--tp-border-clr);
}
.contact-search-form-box form input {
  padding: 0px 25px 0px 10px;
  border-radius: 5px;
}
.contact-search-form-box form button {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 17px;
}

.tp-search-close {
  position: absolute;
  right: 50px;
  top: 35px;
  font-size: 30px;
  color: var(--tp-black-clr);
  font-weight: 300;
  width: 45px;
  height: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-search-close:hover {
  transform: rotate(180deg);
  color: red;
}

.tp-search-bar-title {
  font-size: 20px;
}

.search_option {
  position: relative;
}

#searchIcon i {
  color: var(--tp-white-clr);
  cursor: pointer;
  font-size: 15px;
}

#searchBar {
  position: absolute;
  right: 15px;
  top: -12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  width: 0;
}
#searchBar input {
  height: 40px;
  padding: 0 35px 0 10px;
  border: 1px solid var(--tp-border-clr);
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  background-color: var(--tp-white-clr);
  margin-top: 7px;
}
#searchBar.show {
  opacity: 1;
  visibility: visible;
  width: 260px;
}
@media (max-width: 576px) {
  #searchBar.show {
    width: 200px;
  }
}
#searchBar i {
  width: 30px;
  height: 40px;
  font-size: 15px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 7px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  color: var(--tp-white-clr);
}

.search-bar:focus {
  box-shadow: none;
}

/*----------------------------------------*/
/*  2.7 Preloader
/*----------------------------------------*/
/* Preloader */
.container-preloader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.animation-preloader {
  position: absolute;
  z-index: 100;
}

.spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 10px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--tp-theme-clr);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  user-select: none;
}

.characters:before {
  animation: characters 4s infinite;
  color: var(--tp-theme-clr);
  content: attr(data-preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.section-left {
  left: 0;
}

.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.loaded .section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .spinner {
    height: 8em;
    width: 8em;
  }
  .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .spinner {
    height: 7em;
    width: 7em;
  }
  .txt-loading {
    font: bold 2em "Montserrat", sans-serif;
  }
}
/*----------------------------------------*/
/*  2.2 Back to Top
/*----------------------------------------*/
#back-to-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: var(--tp-theme-clr);
  color: var(--tp-white-clr);
  z-index: 9;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transform: scale(0.7);
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/*----------------------------------------*/
/*  2.5 Custom Animation
/*----------------------------------------*/
.tpFadeInUp {
  opacity: 0; /* Start invisible */
  animation: tpFadeInUp 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes tpFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px); /* Start slightly below */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End at original position */
  }
}
@keyframes tpslideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.tpfadeInLeft {
  opacity: 0; /* Start invisible */
  animation: tpfadeInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes tpfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
.tpSkillInLeft {
  opacity: 0; /* Start invisible */
  animation: tpSkillInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes tpSkillInLeft {
  0% {
    opacity: 0;
    transform: translateX(-300px); /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
.slideinup {
  -webkit-animation-name: slideinup;
  animation-name: slideinup;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideinleft {
  -webkit-animation-name: slideinleft;
  animation-name: slideinleft;
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
/*img-animation**********************/
.img-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/*----------------------------------------*/
/*  4.1 Blog
/*----------------------------------------*/
.tpblog__wrap {
  background-color: var(--tp-white-clr);
  border-radius: 5px;
}
.tpblog__wrap:hover .tpblog__thumb img {
  transform: scale(1.1);
  transition: transform 0.6s ease;
}
.tpblog__thumb {
  position: relative;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  display: block;
}
.tpblog__thumb img {
  max-height: 300px;
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.tpblog__date {
  position: absolute;
  bottom: 0;
  right: 5px;
}
.tpblog__date span {
  display: inline-block;
  background-color: var(--tp-theme-clr);
  color: var(--tp-white-clr);
  padding: 0px 10px;
  font-size: 12px;
  border-radius: 30px;
}
.tpblog__date span i {
  margin-right: 5px;
}
.tpblog__post a {
  display: inline-block;
  font-size: 11px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tpblog__post a i {
  margin-right: 3px;
}
.tpblog__post a:hover {
  color: var(--tp-theme-clr);
}
.tpblog__info {
  padding: 15px;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tpblog__info {
    padding: 13px;
  }
}
.tpblog__content a h5 {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
  .tpblog__content a h5 {
    font-size: 15px;
  }
}
.tpblog__content a h5:hover {
  color: var(--tp-theme-clr);
}

.tp-blog-dots {
  position: absolute;
  bottom: -30px;
  left: 65px;
  transform: translateX(-50%);
  z-index: 2;
}
.tp-blog-dots .swiper-pagination-bullet {
  height: 2px;
  width: 15px;
  position: relative;
  display: inline-block;
  background-color: rgba(217, 217, 217, 0.3);
  margin: 0 5px;
  opacity: 1;
  border-radius: 0;
  transition: 0.4s;
}
.tp-blog-dots .swiper-pagination-bullet-active {
  background-color: var(--tp-theme-light-clr);
}
.tp-blog-dots .swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

.tp-policy-wrap h3 {
  font-size: clamp(1.063rem, 0.927rem + 0.68vw, 1.5rem);
  color: var(--tp-theme-clr);
}
.tp-policy-wrap h6 a {
  color: var(--tp-theme-light-clr);
}
.tp-policy-wrap h6 a:hover {
  color: var(--tp-theme-clr);
}

.tp-policy-nav ul {
  margin-right: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-policy-nav ul {
    margin-right: 0;
  }
}
.tp-policy-nav ul li {
  font-size: 17px;
  margin-right: 20px;
  background: #fff;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.005);
}
@media (max-width: 576px) {
  .tp-policy-nav ul li {
    font-size: 15px;
  }
}
.tp-policy-nav ul li:hover {
  color: var(--tp-theme-clr);
}

.tp-faq-wrap h3 {
  font-size: clamp(1.063rem, 0.927rem + 0.68vw, 1.5rem);
  color: var(--tp-theme-clr);
}

.tp-faq-wrap {
  background: #fff;
  padding: 20px;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.005);
}

.faq-question {
  cursor: pointer;
  padding: 10px;
  border: 1px solid var(--tp-theme-light-clr);
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #f4f4f4;
}
@media (max-width: 576px) {
  .faq-question {
    font-size: 16px;
  }
}
.faq-question:hover {
  color: var(--tp-theme-clr);
}

.faq-answer {
  display: none;
  padding: 10px;
  border-left: 3px solid var(--tp-theme-clr);
  margin-bottom: 15px;
  font-size: 15px;
}
@media (max-width: 576px) {
  .faq-answer {
    font-size: 13px;
  }
}
.faq-answer a {
  color: var(--tp-theme-light-clr);
}
.faq-answer a:hover {
  color: var(--tp-theme-clr);
}

.tp-help-wrap {
  background: #fff;
  padding: 20px;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.005);
}

.tp-policy-wrap {
  background: #fff;
  padding: 20px;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.005);
}

.tp-help-wrap h2 {
  font-size: clamp(1.063rem, 0.927rem + 0.68vw, 1.5rem);
  color: var(--tp-theme-clr);
}

/*----------------------------------------*/
/*  4.2 Recent Post
/*----------------------------------------*/
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tpblog__leftsite {
    padding: 0;
  }
}

.tpblog__search {
  position: relative;
  margin-bottom: 15px;
}
.tpblog__search input {
  border: 1px solid var(--tp-border-clr);
  border-radius: 5px;
  padding: 10px 40px 10px 10px;
  height: 45px;
  width: 100%;
  background-color: var(--tp-white-clr);
}
.tpblog__search span {
  position: absolute;
  left: auto;
  height: 45px;
  width: 35px;
  text-align: center;
  line-height: 45px;
  border-radius: 0 5px 5px 0;
  background-color: var(--tp-theme-clr);
  color: var(--tp-theme-clr);
  right: 0;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}
.tpblog__search span:hover {
  background-color: var(--tp-theme-light-clr);
}
.tpblog__search span i {
  color: var(--tp-white-clr);
  font-size: 15px;
}
.tpblog__search textarea::placeholder,
.tpblog__search input::placeholder {
  font-size: 14px;
  color: var(--tp-body-clr);
  text-transform: capitalize;
}

.tp-widget-title {
  font-size: 18px;
  padding: 15px 10px;
  border-bottom: 2px solid var(--tp-theme-clr);
  background-color: var(--tp-border-clr);
  color: var(--tp-theme-clr);
}
@media (max-width: 576px) {
  .tp-widget-title {
    font-size: 16px;
  }
}

.tp-recent-post ul li {
  padding: 0px 0px 10px 25px;
  font-size: 15px;
  line-height: 1.5;
  border-bottom: 1px solid var(--tp-border-clr);
  position: relative;
  margin-top: 10px;
}
.tp-recent-post ul li::before {
  content: "\f0a4";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  color: var(--tp-theme-clr);
}
.tp-recent-post ul li:last-child {
  border-bottom: none;
}
.tp-recent-post ul li a span {
  color: var(--tp-body-clr);
}
.tp-recent-post ul li a:hover {
  color: var(--tp-theme-clr);
}

.tp-blog-wrok-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.tpwrok__thumb img {
  aspect-ratio: 4/3;
  width: 100%;
  border-radius: 5px;
  object-fit: fill;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.tp-postbox-tag a {
  font-size: 12px;
  font-weight: 500;
  color: var(--tp-white-clr);
  text-transform: uppercase;
  background: var(--tp-theme-clr);
  display: inline-block;
  padding: 8px 10px;
  line-height: 1;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-postbox-tag a:hover {
  background-color: var(--tp-black-clr);
}

.tpblog__details-title {
  font-size: clamp(1.063rem, 0.927rem + 0.68vw, 1.5rem);
  color: var(--tp-theme-clr);
}

.tpblog__comments h3 {
  font-size: 17px;
  margin-bottom: 15px;
}

.tpcomment__wrap {
  display: grid;
  grid-template-columns: 70px auto;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .tpcomment__wrap {
    grid-template-columns: 50px auto;
  }
}
.tpcomment__thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .tpcomment__thumb img {
    height: 40px;
    width: 40px;
  }
}
.tpcomment__content h6 {
  font-size: 14px;
  margin-bottom: 0;
}
.tpcomment__content p {
  margin-bottom: 0;
  font-size: 13px;
}
.tpcomment__content p em {
  font-size: 12px;
  color: var(--tp-body-clr);
}
.tpcomment__content button {
  font-size: 12px;
}

.comment-form {
  margin-bottom: 20px;
}
.comment-form textarea {
  width: 100%;
  height: 60px;
  padding: 10px;
  border: 1px solid var(--tp-border-clr);
  border-radius: 5px;
}
.comment-form button {
  background-color: var(--tp-theme-clr);
  color: var(--tp-white-clr);
  border: none;
  padding: 2px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  float: right;
}

/*----------------------------------------*/
/*  4.3 Sidebar
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.1 Footer Style 1
/*----------------------------------------*/
.tp-footer-title h5 {
  font-size: 17px;
  color: var(--tp-white-clr);
}
@media (max-width: 576px) {
  .tp-footer-title h5 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-title h5 {
    font-size: 15px;
  }
}
.tp-footer-title-black h5 {
  color: var(--tp-black-color);
}

.tp-address-info ul li {
  line-height: 1.3;
}
.tp-address-info ul li a {
  color: var(--tp-white-clr);
  font-size: 14px;
}
@media (max-width: 576px) {
  .tp-address-info ul li a {
    font-size: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-address-info ul li a {
    font-size: 11px;
  }
}

.tp-cta-info ul li {
  color: var(--tp-white-clr);
  font-size: 14px;
  margin-bottom: 5px;
}
@media (max-width: 576px) {
  .tp-cta-info ul li {
    font-size: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-info ul li {
    font-size: 11px;
  }
}
.tp-cta-info ul li i {
  margin-right: 6px;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 23px;
  text-align: center;
  background-color: var(--tp-white-clr);
  border-radius: 50%;
  color: var(--tp-theme-clr);
  font-size: 11px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .tp-cta-info ul li i {
    margin-right: 2px;
  }
}
.tp-cta-info ul li a {
  position: relative;
  color: var(--tp-white-clr);
}
.tp-cta-info ul li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-white-clr);
  transition: 0.5s;
  display: inline-block;
}
@media (max-width: 576px) {
  .tp-cta-info ul li a {
    font-size: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-cta-info ul li a {
    font-size: 11px;
  }
}
.tp-cta-info ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
  background-color: var(--tp-white-clr);
}
.tp-cta-info-black {
  margin-left: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .tp-cta-info-black {
    margin-left: 0px;
  }
}
.tp-cta-info-black ul li {
  color: var(--tp-black-clr);
}
.tp-cta-info-black ul li i {
  margin-right: 6px;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 23px;
  text-align: center;
  background-color: var(--tp-black-clr);
  border-radius: 50%;
  color: var(--tp-white-clr);
  font-size: 11px;
}
.tp-cta-info-black ul li a {
  color: var(--tp-black-clr);
}

.tp-footer-link ul li {
  color: var(--tp-white-clr);
  font-size: 14px;
  text-transform: capitalize;
}
@media (max-width: 576px) {
  .tp-footer-link ul li {
    font-size: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-link ul li {
    font-size: 11px;
  }
}
.tp-footer-link ul li a {
  position: relative;
}
.tp-footer-link ul li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-white-clr);
  transition: 0.5s;
  display: inline-block;
}
.tp-footer-link ul li a i {
  font-size: 12px;
  margin-right: 3px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 576px) {
  .tp-footer-link ul li a i {
    font-size: 10px;
  }
}
.tp-footer-link ul li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
  background-color: var(--tp-white-clr);
}

.tp-footer-social ul li {
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-footer-social ul li {
    margin-right: 0;
  }
}
.tp-footer-social ul li a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: var(--tp-black-color);
  border: 1px solid var(--tp-theme-clr);
  font-size: 14px;
  transition: 0.3s;
  background-color: var(--tp-white-clr);
}
@media (max-width: 576px) {
  .tp-footer-social ul li a {
    width: 27px;
    height: 27px;
    line-height: 23px;
  }
}
.tp-footer-social ul li a i {
  font-size: 12px;
}
@media (max-width: 576px) {
  .tp-footer-social ul li a i {
    font-size: 10px;
  }
}
.tp-footer-social ul li a:hover {
  background-color: var(--tp-theme-clr);
  color: var(--tp-white-clr);
}

.tp-copyright-text p {
  color: var(--tp-white-clr);
  text-transform: capitalize;
}
.tp-copyright-text p a {
  color: var(--tp-theme-light-clr);
  font-weight: bold;
}
.tp-copyright-text p a:hover {
  color: var(--tp-theme-clr);
}
@media (max-width: 576px) {
  .tp-copyright-text p {
    font-size: 10px;
  }
}

/*----------------------------------------*/
/*  5.2 Footer Style 2
/*----------------------------------------*/
/*----------------------------------------*/
/*  5.3 Footer Style 3
/*----------------------------------------*/
/*----------------------------------------*/
/*  3.1 Header Style
/*----------------------------------------*/
.top-header {
  background-color: #1a1c5d;
  color: var(--tp-white-clr);
  padding: 5px 0;
}

.school-name, .phone-number, .address {
  font-size: 14px;
}

.tp-offcanvas-menu nav ul li a span {
  display: none;
}

.tp-transparent-header {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 99;
}

.tp-logo img {
  width: 58px;
}

.tp-main-menu ul > li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-main-menu ul > li {
    margin-right: 10px;
  }
}
.tp-main-menu ul > li > a {
  color: #fff;
  font-size: 15px;
  padding: 20px 0;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  transition: 0.5s;
}
.tp-main-menu ul > li > a::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: var(--tp-white-clr);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.tp-main-menu ul > li > a span {
  transition: 0.5s;
}
.tp-main-menu ul > li > a span i {
  font-size: 14px;
  transition: 0.4s;
}
.tp-main-menu ul > li .sub-menu {
  position: absolute;
  width: 280px;
  background: var(--tp-white-clr);
  padding: 4px 0;
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 100%;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  background-repeat: no-repeat;
}
.tp-main-menu ul > li .sub-menu > li {
  margin-right: 0;
  display: block;
}
.tp-main-menu ul > li .sub-menu > li a {
  color: #000;
  display: block;
  padding: 8px 20px;
  font-size: 15px;
  border-bottom: 1px solid var(--tp-border-clr);
  text-transform: capitalize;
}
.tp-main-menu ul > li .sub-menu > li a:before {
  display: none;
}
.tp-main-menu ul > li .sub-menu > li a::after {
  display: none;
}
.tp-main-menu ul > li .sub-menu > li .sub-menu {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
}
.tp-main-menu ul > li .sub-menu > li:hover > a {
  color: var(--tp-theme-clr);
}
.tp-main-menu ul > li .sub-menu > li:hover > .sub-menu {
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
.tp-main-menu ul > li:hover > a {
  color: var(--tp-white-clr);
}
.tp-main-menu ul > li:hover > a:before {
  opacity: 1;
  top: 0;
}
.tp-main-menu ul > li:hover .sub-menu {
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
.tp-main-menu ul > li:hover a::after {
  width: 100%;
  right: auto;
  left: 0;
  background-color: var(--tp-white-clr);
}
.tp-main-menu ul > li:hover a span i {
  transform: rotate(-180deg);
}

.tp-main-menu ul > li .sub-menu li:last-child a {
  border-bottom: none;
}

.tp-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.tp-header-search {
  margin-right: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-search {
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .tp-header-search {
    margin-right: 0px;
  }
}
.tp-header-search i {
  font-size: 15px;
  color: var(--tp-white-clr);
}
.tp-header-bar {
  margin-left: 10px;
}
@media (max-width: 576px) {
  .tp-header-bar {
    margin-left: 0px;
  }
}
.tp-header-bar button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tp-header-bar button i {
  color: var(--tp-white-clr);
  font-size: 22px;
}
.tp-header-cta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-header-cta {
    padding: 0px 15px;
  }
}
.tp-header-cta i {
  font-size: 20px;
  color: var(--tp-white-clr);
}
.tp-header-cta-icon {
  margin-right: 15px;
}
.tp-header-cta-text span {
  color: var(--tp-white-clr);
  font-size: 13px;
  display: block;
  margin-bottom: 7px;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header-cta-text span {
    font-size: 11px;
  }
}
.tp-header-cta-text a h4 {
  color: var(--tp-white-clr);
  font-size: 15px;
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-header-cta-text a h4 {
    font-size: 13px;
  }
}

.tp-main-menu ul > li:hover .tp-mega-menu {
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}

.tp-mega-menu {
  position: absolute;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  left: 0;
  top: 100%;
  width: 1000px;
  background: #fff;
  padding: 25px;
  padding-bottom: 0;
  box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
  .tp-mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    transform: scaleY(1);
    width: auto;
  }
}

.tp-home-thumb {
  text-align: center;
}

.tp-home-title {
  font-size: 17px;
  margin-top: 19px;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-home-title:hover {
  color: #0057FC;
}

.tp-home-thumb img {
  box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
}

@keyframes tpfadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tpfadeInDown {
  animation: tpfadeInDown 1s ease-out forwards;
}

.tp-header-bg {
  background-color: var(--tp-theme-clr);
  position: relative;
  z-index: 11;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation: 0.7s ease-in-out 0s normal none 1 running tpfadeInDown;
  animation: 0.7s ease-in-out 0s normal none 1 running tpfadeInDown;
  background-color: rgb(0, 71, 171);
}
.header-sticky.tp-sticky-black {
  background-color: var(--tp-black-clr);
}
.header-sticky.tp-sticky-white {
  background-color: var(--tp-white-clr);
}

/*----------------------------------------*/
/*  3.2 Mobile Menu
/*----------------------------------------*/
.tp-offcanvas-menu ul {
  list-style: none;
}
.tp-offcanvas-menu ul li {
  position: relative;
}
.tp-offcanvas-menu ul li > a {
  padding: 8px 0;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.tp-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.tp-offcanvas-menu ul li.active > a {
  color: var(--tp-theme-color);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close {
  border-color: var(--tp-theme-color);
  color: var(--tp-white);
  background-color: var(--tp-theme-color);
}
.tp-offcanvas-menu ul li.active > .tp-menu-close i {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .sub-menu {
  display: none;
  padding-left: 20px;
}

.tp-menu-close {
  position: absolute;
  right: 0;
  top: 7.5px;
  border: 1px solid rgba(1, 15, 28, 0.12);
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 29px;
}
.tp-menu-close i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*----------------------------------------*/
/*  6.8 Hero
/*----------------------------------------*/
.tp-hero-title h2 {
  font-size: clamp(1.875rem, 1.681rem + 0.97vw, 2.5rem);
  line-height: 1.5;
  color: var(--tp-white-clr);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-hero-title h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title h2 {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .tp-hero-title h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 576px) {
  .tp-hero-title h2 {
    font-size: 33px;
    margin-bottom: 15px;
  }
}
.tp-hero-title p {
  color: var(--tp-white-clr);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-title p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .tp-hero-title {
    margin-bottom: 30px;
  }
}

.tp-hero-thumb {
  overflow: hidden;
  width: 100%;
}
.tp-hero-thumb img {
  max-height: 500px;
  object-fit: fill;
  aspect-ratio: 12/13;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
  .tp-hero-thumb {
    margin-top: 50px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-hero-area {
    padding-top: 80px;
  }
}
@media (max-width: 576px) {
  .tp-hero-area {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}

.tp-slider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 576px) {
  .tp-slider-dots {
    bottom: -60px;
  }
}
.tp-slider-dots .swiper-pagination-bullet {
  height: 2px;
  width: 50px;
  position: relative;
  display: inline-block;
  background-color: rgba(217, 217, 217, 0.3);
  margin: 0 5px;
  opacity: 1;
  border-radius: 0;
  transition: 0.4s;
}
.tp-slider-dots .swiper-pagination-bullet-active {
  background-color: var(--tp-theme-light-clr);
}
.tp-slider-dots .swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  6.1 About
/*----------------------------------------*/
.tp-whychoose-icon img {
  width: 45px;
}
.tp-whychoose-content h5 {
  font-size: 16px;
  margin-bottom: 6px;
}
@media (max-width: 576px) {
  .tp-whychoose-content h5 {
    font-size: 14px;
  }
}
.tp-whychoose-content p {
  margin-bottom: 0;
}

.tp-theme-color {
  color: var(--tp-theme-clr);
}

.tp-img-max-200 img {
  max-height: 200px;
  width: 100%;
  object-fit: fill;
}

.tp-img-max-300 img {
  max-height: 334px;
  width: 100%;
  object-fit: fill;
}

.tp-img-max-420 {
  width: 100%;
  margin-right: 10px;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-img-max-420 {
    margin-top: 40px;
    margin-right: 0;
  }
}
.tp-img-max-420 img {
  aspect-ratio: 8/5;
  width: 100%;
  object-fit: fill;
}

.tp-mr-30 {
  margin-right: 30px;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-mr-30 {
    margin-right: 0;
  }
}

.sm-mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-whychoose-thumb {
    margin-top: 50px;
  }
}

.tp-list-item {
  display: grid;
  grid-template-columns: 60px auto;
}

.tp-about-list a h5 {
  font-size: 17px;
  margin-right: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
@media (max-width: 576px) {
  .tp-about-list a h5 {
    font-size: 15px;
  }
}
.tp-about-list a h5:hover {
  color: var(--tp-theme-clr);
}
.tp-about-list a:hover {
  color: var(--tp-theme-clr);
}
.tp-about-list p {
  font-size: 13px;
}

.tpabout__thumb img {
  max-height: 500px;
  width: 100%;
  border-radius: 10px;
}

.tp-vission-thumb img {
  max-height: 500px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.tp-mission-list li {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 32px;
  color: #555;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-mission-list li {
    font-size: 15px;
  }
}
.tp-mission-list li strong {
  color: var(--tp-black-clr);
  font-size: 16px;
}

.tp-list li {
  font-size: 16px;
  padding-left: 30px;
  line-height: 1.5;
  margin-bottom: 8px;
  position: relative;
  transition: 0.3s;
}
.tp-list li:hover {
  color: var(--tp-theme-clr);
}
.tp-list li::before {
  content: "\f0a4";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  color: var(--tp-theme-clr);
}
.tp-list li:last-child {
  border-bottom: none;
}

.tp-mission-thumb img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.tphistory-wrap {
  border: 1px solid var(--tp-border-clr);
  padding: 10px 15px;
  margin-bottom: 20px;
}
.tphistory-wrap span {
  color: var(--tp-theme-clr);
}
.tphistory-wrap p {
  margin-bottom: 0;
  font-size: 14px;
}
.tphistory-wrap-white {
  background: var(--tp-white-clr);
}

.tp-message-thumb {
  width: 100%;
}
.tp-message-thumb img {
  aspect-ratio: 4/4;
  width: 100%;
  object-fit: fill;
  border-radius: 5px;
}

.tp-message-content {
  padding: 7px 22px 0 10px;
}
.tp-message-content h6 {
  font-size: 18px;
}

.tp-message-wrap {
  margin-bottom: 30px;
}

.tp-author-info h4 {
  font-size: 16px;
}

.tpadmission-requirement-thumb img {
  max-height: 250px;
  width: 100%;
  object-fit: fill;
}

.tprequirement-wrap {
  padding: 45px 0 35px 0px;
}

.tpprocedure-thumb img {
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: fill;
  border-radius: 10px;
  vertical-align: middle;
}

.tpprocedure-thumb-online img {
  aspect-ratio: 8/5;
  width: 100%;
  object-fit: fill;
  border-radius: 10px;
}

.tphistory__date {
  color: var(--tp-body-clr);
  font-size: 16px;
}
@media (max-width: 576px) {
  .tphistory__date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tphistory__date {
    font-size: 15px;
  }
}
.tphistory__place {
  font-size: clamp(1.063rem, 0.927rem + 0.68vw, 1.5rem);
  margin-bottom: 0;
}

.tphistory__thumb {
  width: 100%;
}
.tphistory__thumb img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: fill;
  vertical-align: middle;
  border-radius: 5px;
}

@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tphistory__content {
    padding-left: 0;
  }
}

/*----------------------------------------*/
/*  6.9 Newsletter
/*----------------------------------------*/
.tp-newsletter-from {
  text-align: center;
  justify-content: end;
}

.tp-newsletter-inputs {
  width: calc(100% - 205px);
}
.tp-newsletter-inputs input {
  border: 1px solid var(--tp-theme-clr);
  padding: 15px;
  border-radius: 5px;
  height: 40px;
}
.tp-newsletter-inputs textarea::placeholder,
.tp-newsletter-inputs input::placeholder {
  font-size: 12px;
  color: var(--tp-body-clr);
  text-transform: capitalize;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-newsletter-inputs {
    width: 100%;
    margin-bottom: 8px;
  }
}

/*----------------------------------------*/
/*  6.4 Contact
/*----------------------------------------*/
.tp-input-box {
  margin-bottom: 10px;
}
.tp-input-box input {
  height: 50px;
  width: 100%;
  border: 1px solid var(--tp-border-clr);
  padding: 5px 10px 5px 30px;
  border-radius: 5px;
  background-color: var(--tp-white-clr);
}
.tp-input-box textarea {
  height: 110px;
  width: 100%;
  border: 1px solid var(--tp-border-clr);
  padding: 16px 10px 5px 30px;
  border-radius: 5px;
  font-size: 12px;
  background-color: var(--tp-white-clr);
  resize: vertical;
  box-sizing: border-box;
}
.tp-input-box textarea::placeholder,
.tp-input-box input::placeholder {
  font-size: 12px;
  color: var(--tp-body-clr);
  text-transform: capitalize;
}
.tp-input-box span {
  position: absolute;
  top: 11px;
  left: 12px;
  font-size: 12px;
  color: var(--tp-theme-clr);
}

.tp-input-box textarea:focus {
  border-color: var(--tp-theme-clr);
}

.tp-contact-title h4 {
  padding: 8px 0;
  background-color: var(--tp-theme-clr);
  color: var(--tp-white-clr);
  margin-bottom: 10px;
  font-size: 18px;
  opacity: 0.8;
}

.tp-contact-list {
  padding: 18px 15px;
  background-color: var(--tp-white-clr);
  border-radius: 5px;
  margin-bottom: 7px;
  box-shadow: 0 0 5px 2px rgba(27, 5, 5, 0.03);
}
.tp-contact-list h5 {
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tp-contact-list a, .tp-contact-list address {
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  line-height: 1.4;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-list a, .tp-contact-list address {
    font-size: 11px;
  }
}
.tp-contact-list a:hover, .tp-contact-list address:hover {
  color: var(--tp-theme-clr);
}
.tp-contact-list span {
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  line-height: 1.4;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-contact-list span {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .tp-form-fill {
    margin-bottom: 0;
  }
}
.tp-form-fill label {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.tp-form-fill label input {
  height: 12px;
  width: 12px;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-form-fill label input {
    height: 9px;
    width: 9px;
  }
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-form-fill label {
    font-size: 14px;
  }
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-form-fill label {
    font-size: 14px;
  }
}
.tp-form-fill label span {
  color: red;
  margin-left: 3px;
}
.tp-form-fill input {
  border: 1px solid var(--tp-border-clr);
  border-radius: 5px;
  padding: 10px 10px;
  height: 45px;
  width: 100%;
  background-color: var(--tp-white-clr);
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.tp-form-fill textarea {
  height: 60px;
  width: 100%;
  border: 1px solid var(--tp-border-clr);
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  background-color: var(--tp-white-clr);
  resize: vertical;
  box-sizing: border-box;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.tp-form-fill textarea::placeholder,
.tp-form-fill input::placeholder {
  font-size: 15px;
  color: var(--tp-body-clr);
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-form-fill textarea::placeholder,
  .tp-form-fill input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-form-fill textarea::placeholder,
  .tp-form-fill input::placeholder {
    font-size: 14px;
  }
}

.tp-form-fill textarea:focus {
  border-color: var(--tp-theme-clr);
}

.tp-form-select {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid var(--tp-border-clr);
  font-size: 14px;
  padding: 10px;
  color: var(--tp-body-clr);
  text-transform: capitalize;
  font-weight: 400;
  outline: none;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-form-select {
    font-size: 13px;
  }
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-form-select {
    font-size: 14px;
  }
}

.tp-form-select:focus {
  border-color: var(--tp-theme-clr);
}

.date-input {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid var(--tp-border-clr);
  font-size: 14px;
  padding: 10px;
  color: #333;
  outline: none;
  font-weight: 400;
}

.date-input:focus {
  border-color: var(--tp-theme-clr);
}

@media (max-width: 576px) {
  .tp-form-option {
    margin-bottom: 0;
  }
}

@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #date {
    font-size: 13px;
  }
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  #date {
    font-size: 14px;
  }
}

@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-addmission-title h4 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .tp-addmission-title h4 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-info h5 {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .tp-info h5 {
    font-size: 14px;
  }
}

.tp-reply-fill-open {
  display: none;
}

.tp-reply-fill-open.active {
  display: block;
}

.tp-map-area {
  width: 100%;
}
.tp-map-area iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 576px) {
  .tp-map-area iframe {
    height: 200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-map-area iframe {
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-map-area iframe {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-map-area iframe {
    height: 350px;
  }
}

.tp-contact-icon span {
  display: inline-block;
  border: 1px solid var(--tp-border-clr);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: var(--tp-theme-clr);
}

/*----------------------------------------*/
/*  6.5 Counter
/*----------------------------------------*/
.tpcounter__wrap {
  width: 100%;
  border-radius: 5px;
  padding: 15px 0px 10px 4px;
}
@media (max-width: 576px) {
  .tpcounter__icon img {
    width: 32px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 576px) {
  .tpcounter__icon img {
    width: 44px;
  }
}
.tpcounter__box h3 {
  display: inline-block;
  color: var(--tp-white-clr);
  font-size: 35px;
  font-weight: bold;
}
@media (max-width: 576px) {
  .tpcounter__box h3 {
    font-size: 30px;
  }
}
.tpcounter__count {
  font-size: 22px;
  color: var(--tp-white-clr);
}
.tpcounter__count span {
  display: inline-block;
  font-size: 27px;
  color: var(--tp-white-clr);
  margin-left: 3px;
}
.tpcounter__count p {
  display: inline-block;
  font-size: 17px;
  color: var(--tp-white-clr);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tpcounter__count p {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .tpcounter__count p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 576px) {
  .tpcounter__count p {
    font-size: 15px;
  }
}

.tpcounter__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: center;
  justify-items: center;
}
@media (max-width: 576px) {
  .tpcounter__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*----------------------------------------*/
/*  3.1 Event Style
/*----------------------------------------*/
.tp-tour-wrap {
  background-color: #fff;
  box-shadow: 0 0 1px 1px rgba(27, 5, 5, 0.03);
  overflow: hidden;
  border-radius: 5px;
}
.tp-tour-vedio {
  position: absolute;
  left: 42%;
  top: 50%;
}
.tp-tour-thumb {
  width: 100%;
}
.tp-tour-thumb img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: fill;
  transition: transform 0.6s ease;
}
.tp-tour-info span {
  display: block;
  font-size: 14px;
  color: var(--tp-body-clr);
}
.tp-tour-info a {
  display: block;
  transition: 0.3s;
}
@media (max-width: 576px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-tour-info a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-tour-info a {
    font-size: 15px;
  }
}
.tp-tour-info a:hover {
  color: var(--tp-theme-clr);
}

.tp-event-title h4 {
  font-size: 20px;
  text-transform: capitalize;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-event-title h4 {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-event-title h4 {
    font-size: 15px;
  }
}

.tp-tour-info {
  padding: 15px;
}

@media (max-width: 576px) {
  .tpwork__title h4 {
    font-size: 17px;
  }
}

.tpwrok__wrap ul {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .tpwrok__wrap ul li {
    font-size: 15px;
  }
}
.tpwrok__wrap ul li span {
  width: 100px;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 576px) {
  .tpwrok__wrap ul li span {
    font-size: 15px;
    width: 80px;
  }
}

.tp-schedule li {
  background: var(--tp-white-clr);
  margin: 10px 0;
  padding: 15px;
  border-radius: 4px;
  transition: 0.3s;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.005);
  font-size: clamp(0.938rem, 0.899rem + 0.19vw, 1.063rem);
}
.tp-schedule li:hover {
  background: #f1f1f1;
}

.tp-event-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.tp-event-dots .swiper-pagination-bullet {
  height: 2px;
  width: 15px;
  position: relative;
  display: inline-block;
  background-color: rgba(217, 217, 217, 0.3);
  margin: 0 5px;
  opacity: 1;
  border-radius: 0;
  transition: 0.4s;
}
.tp-event-dots .swiper-pagination-bullet-active {
  background-color: var(--tp-theme-light-clr);
}
.tp-event-dots .swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

.tp-event-dots {
  position: absolute;
  bottom: -30px;
  left: 65px;
  transform: translateX(-50%);
  z-index: 2;
}
.tp-event-dots .swiper-pagination-bullet {
  height: 2px;
  width: 15px;
  position: relative;
  display: inline-block;
  background-color: rgba(217, 217, 217, 0.3);
  margin: 0 5px;
  opacity: 1;
  border-radius: 0;
  transition: 0.4s;
}
.tp-event-dots .swiper-pagination-bullet-active {
  background-color: var(--tp-theme-light-clr);
}
.tp-event-dots .swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  6.10 Portfolio
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.13 Servicess
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.14 Team
/*----------------------------------------*/
.tp-team__item {
  background-color: var(--tp-white-clr);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 5px;
}
.tp-team__item:hover .tp-team__thumb img {
  transform: scale(1.1);
  transition: transform 0.6s ease;
}
.tp-team__thumb {
  overflow: hidden;
  width: 100%;
}
.tp-team__thumb img {
  aspect-ratio: 4/4;
  width: 100%;
  object-fit: fill;
  transition: transform 0.6s ease;
}
.tp-team__content {
  text-align: center;
}
.tp-team__name {
  margin-bottom: 8px;
}
.tp-team__name h3 {
  margin-bottom: 0;
}
.tp-team__name h3 a {
  font-size: 20px;
  transition: color 0.3s;
}
.tp-team__name h3 a:hover {
  color: var(--tp-theme-clr);
}
.tp-team__info a {
  transition: color 0.3s;
}
.tp-team__info a:hover {
  color: var(--tp-theme-clr);
}
.tp-team__social ul li {
  display: inline-block;
}
.tp-team__social ul li a {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 40px;
  color: var(--tp-black-color);
  border: 1px solid var(--tp-border-clr);
  font-size: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-team__social ul li a:hover {
  color: var(--tp-white-clr);
  background-color: var(--tp-theme-clr);
}

.tp-team__social-2 ul li a {
  color: var(--tp-white-clr);
  background-color: var(--tp-theme-clr);
}
.tp-team__social-2 ul li a:hover {
  color: var(--tp-theme-clr);
  background-color: var(--tp-white-clr);
}

.tp-teacher-thumb {
  width: 100%;
  background: var(--tp-white-clr);
  margin: 10px 0;
  padding: 15px;
  border-radius: 4px;
  transition: 0.3s;
}
.tp-teacher-thumb img {
  aspect-ratio: 4/4;
  width: 100%;
  border-radius: 5px;
}

.tp-bio-wrap {
  background: var(--tp-white-clr);
  margin: 10px 0;
  padding: 15px;
  border-radius: 4px;
  transition: 0.3s;
}

.tp-bio-info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.9;
  margin-bottom: 9px;
}
.tp-bio-info ul li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  height: 35px;
  width: 35px;
  text-align: center;
  background: #f8f9fa;
  color: var(--tp-theme-clr);
  font-size: 15px;
  border-radius: 4px;
  flex-shrink: 0;
}
.tp-bio-info ul li h6 {
  flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.tp-faculties-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-faculties-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-faculties-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .tp-faculties-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.tp-faculties-details a {
  color: var(--tp-theme-clr);
  font-size: 15px;
}
.tp-faculties-details a:hover {
  text-decoration: underline;
}

.tp-team-dots {
  position: absolute;
  bottom: -30px;
  left: 65px;
  transform: translateX(-50%);
  z-index: 2;
}
.tp-team-dots .swiper-pagination-bullet {
  height: 2px;
  width: 15px;
  position: relative;
  display: inline-block;
  background-color: rgba(217, 217, 217, 0.3);
  margin: 0 5px;
  opacity: 1;
  border-radius: 0;
  transition: 0.4s;
}
.tp-team-dots .swiper-pagination-bullet-active {
  background-color: var(--tp-theme-light-clr);
}
.tp-team-dots .swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  6.15 Testimonial
/*----------------------------------------*/
.tp-testimonial-card {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  background-color: var(--tp-white-clr);
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-testimonial-card {
    margin: 0 0px;
  }
}
.tp-testimonial-card:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06);
}
.tp-testimonial-card .tp-client-image {
  width: 100px;
  height: 100px;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid royalblue;
}
.tp-testimonial-card .tp-client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-testimonial-card .tp-testimonial-text {
  font-size: 14px;
  margin-bottom: 15px;
  color: var(--tp-body-clr);
}
.tp-testimonial-card .tp-client-name {
  font-size: 17px;
  margin: 10px 0 5px 0;
  color: var(--tp-body-clr);
}
.tp-testimonial-card .tp-client-role {
  font-size: 12px;
  color: var(--tp-body-clr);
}

.tp-testimonial-quate {
  position: absolute;
  right: 10px;
  top: 6px;
  color: var(--tp-theme-clr);
}

.tp-testimonial-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.tp-testimonial-dots .swiper-pagination-bullet {
  height: 2px;
  width: 15px;
  position: relative;
  display: inline-block;
  background-color: rgba(217, 217, 217, 0.8);
  margin: 0 5px;
  opacity: 1;
  border-radius: 0;
  transition: 0.4s;
}
.tp-testimonial-dots .swiper-pagination-bullet-active {
  background-color: var(--tp-theme-light-clr);
}
.tp-testimonial-dots .swiper-pagination-bullet-active::after {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  6.2 Addmission
/*----------------------------------------*/
.tp-addmission-content h3 {
  font-size: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-addmission-content h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 576px) {
  .tp-addmission-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .tp-addmission-content h3 {
    font-size: 18px;
  }
}
.tp-addmission-content h3 span {
  color: var(--tp-theme-clr);
}

.tp-call-number h6 {
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .tp-call-number h6 {
    font-size: 11px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 576px) {
  .tp-call-number h6 {
    font-size: 15px;
    line-height: 1;
  }
}
.tp-call-number a {
  font-size: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .tp-call-number a {
    font-size: 10px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 576px) {
  .tp-call-number a {
    font-size: 13px;
  }
}
.tp-call-number a:hover {
  color: var(--tp-theme-clr);
}

.tp-img-01 {
  width: 100%;
}
.tp-img-01 img {
  width: 100%;
  max-height: 320px;
}

/*----------------------------------------*/
/*  6.15 Testimonial
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.7 Faq
/*----------------------------------------*/
/*----------------------------------------*/
/*  6.3 Notice
/*----------------------------------------*/
.tp-notice-box h3 {
  font-size: 20px;
}
@media (max-width: 576px) {
  .tp-notice-box h3 {
    font-size: 17px;
  }
}
.tp-notice-box .tp-notice {
  margin-bottom: 13px;
  padding: 21px;
  border-radius: 5px;
  background-color: var(--tp-white-clr);
}
.tp-notice-box .tp-notice h2 {
  font-size: 18px;
}
@media (max-width: 576px) {
  .tp-notice-box .tp-notice h2 {
    font-size: 16px;
  }
}
.tp-notice-box .tp-notice-date {
  font-size: 14px;
  color: var(--tp-body-clr);
  margin-bottom: 10px;
}

.tp-notice {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--tp-white-clr);
  padding: 10px;
  padding-bottom: 0;
}
.tp-notice .event {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid var(--tp-border-clr);
  margin: 15px;
  align-items: flex-start;
}
@media (max-width: 576px) {
  .tp-notice .event {
    padding: 0;
    padding-top: 10px;
  }
}
.tp-notice .event .date {
  flex: 0 0 60px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: var(--tp-white-clr);
  background-color: var(--tp-theme-clr);
  padding: 10px;
  border-radius: 8px;
  margin-right: 15px;
  margin-top: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 380px) and (max-width: 576px), (max-width: 576px) {
  .tp-notice .event .date {
    flex: 0 0 40px;
    font-size: 13px;
    padding: 5px;
    margin-right: 8px;
  }
}
.tp-notice .event .content {
  flex: 1;
  padding: 0px 0px 10px 0px;
}
.tp-notice .event .content h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.tp-notice .event .content p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-notice .event .content p {
    margin-top: 0;
    margin-bottom: 2px;
  }
}
.tp-notice .event .content span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}

.event.br-btm-none {
  border-bottom: 0;
  border-bottom: none;
}

.tp-notice__date {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.tpnotice__details {
  width: 100%;
}
@media (max-width: 576px) {
  .tpnotice__details h4 {
    font-size: 16px;
  }
}
.tpnotice__details img {
  aspect-ratio: 5/3;
  width: 100%;
  object-fit: fill;
  vertical-align: middle;
  border-radius: 10px;
}

@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tpnotice__details {
    padding-left: 0;
  }
}

.tpnotice__author em {
  font-size: 14px;
}

/*----------------------------------------*/
/*  6.12 Process
/*----------------------------------------*/
/* Styling */
.tp-history-timeline {
  position: relative;
  margin-bottom: 30px;
}

.tp-history-timeline:before {
  background-color: black;
  content: "";
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 100%;
}
@media (max-width: 576px) {
  .tp-history-timeline:before {
    left: 9px;
  }
}

.tp-history-timeline-event {
  position: relative;
}

.tp-history-timeline-event:hover .tp-history-timeline-event-icon {
  transform: rotate(-45deg);
  background-color: var(--tp-theme-clr);
}

.tp-history-timeline-event:hover .tp-history-timeline-event-thumbnail {
  box-shadow: inset 640px 0 0 0 var(--tp-theme-clr);
}

.tp-history-timeline-event-copy {
  padding: 0px 0 0 45px;
}
@media (max-width: 576px) {
  .tp-history-timeline-event-copy {
    padding: 0px 0 0 30px;
  }
}

.tp-history-timeline-event-copy h3 {
  font-size: 28px;
}

.tp-history-timeline-event-copy h4 {
  font-size: 18px;
}
@media (max-width: 576px) {
  .tp-history-timeline-event-copy h4 {
    font-size: 16px;
  }
}

.tp-history-timeline-event-copy p:not(.tp-history-timeline-event-thumbnail) {
  padding-bottom: 19px;
}

.tp-history-timeline-event-icon {
  transition: transform 0.2s ease-in;
  transform: rotate(45deg);
  background-color: var(--tp-black-clr);
  outline: 10px solid var(--tp-white-clr);
  display: block;
  margin: 8px 8px 8px -8px;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 16px;
  height: 16px;
}
@media (max-width: 576px) {
  .tp-history-timeline-event-icon {
    left: 12px;
    width: 10px;
    height: 10px;
    outline: 7px solid var(--tp-white-clr);
  }
}

.tp-history-timeline-event-thumbnail {
  transition: box-shadow 0.5s ease-in 0.1s;
  color: var(--tp-white-clr);
  font-size: 12px;
  background-color: var(--tp-black-clr);
  box-shadow: inset 0 0 0 0px var(--tp-theme-clr);
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 16px 3px 16px;
}

.tp-history-timeline-event-icon-2 {
  width: 10px;
  height: 10px;
  outline: 7px solid var(--tp-white-clr);
}
@media (max-width: 576px) {
  .tp-history-timeline-event-icon-2 {
    left: 15px;
  }
}

.tp-history-timeline-2 {
  position: relative;
  margin-bottom: 30px;
}

.tp-history-timeline-2:before {
  background-color: black;
  content: "";
  margin-left: -4px;
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 100%;
}
@media (max-width: 576px) {
  .tp-history-timeline-2:before {
    left: 15px;
  }
}

.tp-history-timeline-event-copy-2 {
  padding: 0px 0 0 35px;
}
@media (max-width: 576px) {
  .tp-history-timeline-event-copy-2 h6 {
    font-size: 14px;
  }
}

/*----------------------------------------*/
/*  6.11 Pricing
/*----------------------------------------*/
.tp-gallery-thumb {
  aspect-ratio: 4/3;
  display: block;
  position: relative;
  object-fit: cover;
}
.tp-gallery-thumb::before {
  height: 10px;
  width: 10px;
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background-color: var(--tp-white-clr);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transform: scale(0.5);
}
.tp-gallery-thumb:hover::before {
  opacity: 0.5;
  visibility: visible;
  height: 100%;
  width: 100%;
  transform: scale(1);
}
.tp-gallery-thumb:hover .tp-zoom-icon {
  visibility: visible;
  opacity: 1;
}
.tp-gallery-thumb img {
  max-height: 350px;
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.tp-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tp-zoom-icon span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: var(--tp-theme-clr);
  color: var(--tp-white-clr);
  text-align: center;
  border-radius: 3px;
}

/* Gallery Thumbnail Styling */
.tppopup__thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}

.tppopup__thumb::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--tp-black-clr);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tppopup__thumb img {
  position: relative;
  aspect-ratio: 4/3;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  object-fit: cover;
}

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

.tppopup__thumb:hover::before {
  opacity: 0.5;
}

/* Icon Styling */
.tp-gallery-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: var(--tp-white-clr);
  background-color: var(--tp-theme-clr);
  padding: 14px 15px;
  border-radius: 5px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s ease;
}

.tppopup__thumb:hover .tp-gallery-view {
  opacity: 1;
}

/* Adjust for Fancybox Gallery */
.fancybox-container {
  z-index: 1050;
}

/* tptab-one tabs */
.tptab-one-content {
  display: none;
}
.tptab-one-content.tptab-one-current {
  display: block;
}

/* tptab-two */
.tptab-two-content {
  display: none;
}
.tptab-two-content.tptab-two-current {
  display: block;
}

/* tptab-three */
.tptab-three-content {
  display: none;
}
.tptab-three-content.tptab-three-current {
  display: block;
}

/* tptab-four */
.tptab-four-content {
  display: none;
}
.tptab-four-content.tptab-four-current {
  display: block;
}

/* tptab-five */
.tptab-five-content {
  display: none;
}
.tptab-five-content.tptab-five-current {
  display: block;
}

.tptab-btn li {
  background: var(--tp-theme-clr);
  color: var(--tp-white-clr);
  display: inline-block;
  padding: 3px 12px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
@media (max-width: 576px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tptab-btn li {
    font-size: 10px;
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tptab-btn li {
    font-size: 13px;
    padding: 2px 10px;
  }
}
.tptab-btn li.tptab-one-current {
  background: var(--tp-black-clr);
  color: var(--tp-white-clr);
}
.tptab-btn li.tptab-two-current {
  background: var(--tp-black-clr);
  color: var(--tp-white-clr);
}
.tptab-btn li.tptab-three-current {
  background: var(--tp-black-clr);
  color: var(--tp-white-clr);
}
.tptab-btn li.tptab-four-current {
  background: var(--tp-black-clr);
  color: var(--tp-white-clr);
}
.tptab-btn li.tptab-five-current {
  background: var(--tp-black-clr);
  color: var(--tp-white-clr);
}

.tptab-title h4 {
  font-size: clamp(1.063rem, 0.927rem + 0.68vw, 1.5rem);
}

.tp-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 576px) {
  .tp-gallery-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fancybox__button--zoom {
  display: none;
}

/*# sourceMappingURL=style.css.map */
