/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Animation
3. Preloader
4. Spacing
5. General
6. Slider
7. Video Modal
8. Header
9. Footer
10. Sidebar
11. About
12. Newsletter
13. Hero
14. Iconbox
15. Posts
16. CTA
17. Testimonial
18. Team
19. Card
20. Features
21. Pricing
22. Contact
--------------------------------------------------------------*/
/*--------------------------------------------------------------
 ** Google Fonts Integration
----------------------------------------------------------------*/
/* Euclid Circular A */
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/euclid-circular-a/EuclidCircularARegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/euclid-circular-a/EuclidCircularAMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/euclid-circular-a/EuclidCircularASemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/euclid-circular-a/EuclidCircularABold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Fredoka Font */
@font-face {
  font-family: "Fredoka";
  src: url("../fonts/fredoka/static/Fredoka-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fredoka";
  src: url("../fonts/fredoka/static/Fredoka-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Fredoka";
  src: url("../fonts/fredoka/static/Fredoka-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Fredoka";
  src: url("../fonts/fredoka/static/Fredoka-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/adobe-garamond-pro/AGaramondPro-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("../fonts/adobe-garamond-pro/AGaramondPro-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*--------------------------------------------------------------
** All Variable
----------------------------------------------------------------*/
:root {
  --white-color: #fff;
  --heading-color: #00001b;
  --body-color: #555;
  --accent-color: #00001b;
  --gray-color: #f4f3ef;
  --secondary-color: #ff9b24;
  --border-color: #d9d9d9;
  --heading-font: "poppins", sans-serif;
  --body-font: "Euclid Circular A", sans-serif;
}

.td_theme_2 {
  --accent-color: #6440fb;
}

.td_theme_3 {
  --accent-color: #ff9b24;
  --heading-font: "Fredoka", sans-serif;
  --body-font: "Fredoka", sans-serif;
}
.td_theme_3 h1,
.td_theme_3 h2,
.td_theme_3 h3,
.td_theme_3 h4,
.td_theme_3 h5,
.td_theme_3 h6 {
  font-weight: 600;
}

.td_theme_4 {
  --accent-color: #006766;
}

.td_theme_5 {
  --accent-color: #21225f;
}

.td_theme_6 {
  --accent-color: #006766;
  --heading-font: "Adobe Garamond Pro", sans-serif;
}

/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
body,
html {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  overflow-x: clip;
}

body {
  overscroll-behavior: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: var(--heading-color);
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.2em;
  font-family: var(--heading-font);
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 15px;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

ol {
  padding-left: 20px;
  margin-bottom: 25px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}

address {
  margin: 0 0 15px;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

table {
  width: 100%;
  margin-bottom: 25px;
}
table th {
  font-weight: 600;
  color: var(--body-color);
}
table td,
table th {
  border-top: 1px solid var(--border-color);
  padding: 11px 10px;
}

dl {
  margin-bottom: 25px;
}
dl dt {
  font-weight: 600;
}

b,
strong {
  font-weight: bold;
}

pre {
  color: var(--body-color);
  border: 1px solid var(--border-color);
  font-size: 18px;
  padding: 25px;
  border-radius: 5px;
}

kbd {
  font-size: 100%;
  background-color: var(--body-color);
  border-radius: 5px;
}

input,
textarea {
  color: var(--heading-color);
  transition: all 0.4s ease;
}

/*--------------------------------------------------------------
2. Animation
----------------------------------------------------------------*/
@keyframes particalAnimation {
  0%, 100% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(50px, -10px);
  }
  40% {
    transform: translate(100px, 60px);
  }
  60% {
    transform: translate(60px, 90px);
  }
  80% {
    transform: translate(-30px, 60px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes animo-x {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(44px);
  }
}
@keyframes animo-y {
  50% {
    animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    transform: translateY(40px);
  }
}
@keyframes rotate-anim {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes semi-rotate-anim {
  50% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(25px) rotate(-53deg);
  }
}
@keyframes up-down-anim {
  40% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(40px) rotate(-1deg);
  }
}
@keyframes swing-anim {
  65% {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-48px) rotate(-75deg);
  }
}
@keyframes spinAnimaiton {
  0% {
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
/*=========================================================
3. PRELOADER
=========================================================*/

.td_preloader{
  position:fixed;
  inset:0;
  background:#ffffff;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  transition:all .8s ease;
}

/* BACKGROUND EFFECT */
.td_preloader::before{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  border-radius:50%;
  background:rgba(253,199,47,0.08);
  animation: pulseGlow 3s infinite;
}

/* CONTENT */
.td_preloader_content{
  position:relative;
  text-align:center;
  z-index:2;
}

/* LOGO */
.td_preloader_logo{
  width:340px;
  animation:
    logoFloat 2s ease-in-out infinite,
    logoEntrance 1.2s ease;
  transform-origin:center;
}

/* TEXT */
.td_preloader_text{
  margin-top:18px;
  font-size:24px;
  font-weight:800;
  letter-spacing:2px;
  color:#003A65;
  animation: fadeUp 1s ease;
}

/* LINE */
.td_loader_line{
  width:180px;
  height:4px;
  background:#e5e5e5;
  border-radius:30px;
  overflow:hidden;
  margin:25px auto 0;
  position:relative;
}

.td_loader_line::before{
  content:"";
  position:absolute;
  left:-40%;
  top:0;
  width:40%;
  height:100%;
  background:var(--secondary-color);
  border-radius:30px;
  animation: loadingLine 1.5s infinite;
}

/* HIDE PRELOADER */
.td_preloader.loaded{
  opacity:0;
  visibility:hidden;
}

/* LOGO TO HEADER EFFECT */
.td_preloader.loaded .td_preloader_logo{
  animation:
    moveToHeader 1s forwards ease-in-out;
}

/*==================== ANIMATIONS ====================*/

@keyframes logoEntrance{
  from{
    opacity:0;
    transform:scale(.5) rotate(-20deg);
  }
  to{
    opacity:1;
    transform:scale(1) rotate(0);
  }
}

@keyframes logoFloat{
  0%,100%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(-10px);
  }
}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(20px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes loadingLine{
  0%{
    left:-40%;
  }
  100%{
    left:100%;
  }
}

@keyframes pulseGlow{
  0%{
    transform:scale(1);
    opacity:.4;
  }
  50%{
    transform:scale(1.2);
    opacity:.7;
  }
  100%{
    transform:scale(1);
    opacity:.4;
  }
}

/* MAIN MAGIC EFFECT */
@keyframes moveToHeader{
  0%{
    transform:translate(0,0) scale(1);
    opacity:1;
  }

  100%{
    transform:
      translate(-620px,-260px)
      scale(.35);
    opacity:0;
  }
}
/*--------------------------------------------------------------
4. Spacing
----------------------------------------------------------------*/
.td_mb_1 {
  margin-bottom: 1px;
}

.td_mb_2 {
  margin-bottom: 2px;
}

.td_mb_3 {
  margin-bottom: 3px;
}

.td_mb_4 {
  margin-bottom: 4px;
}

.td_mb_5 {
  margin-bottom: 5px;
}

.td_mb_6 {
  margin-bottom: 6px;
}

.td_mb_7 {
  margin-bottom: 7px;
}

.td_mb_8 {
  margin-bottom: 8px;
}

.td_mb_9 {
  margin-bottom: 9px;
}

.td_mb_10 {
  margin-bottom: 10px;
}

.td_mb_11 {
  margin-bottom: 11px;
}

.td_mb_12 {
  margin-bottom: 12px;
}

.td_mb_13 {
  margin-bottom: 13px;
}

.td_mb_14 {
  margin-bottom: 14px;
}

.td_mb_15 {
  margin-bottom: 15px;
}

.td_mb_16 {
  margin-bottom: 16px;
}

.td_mb_17 {
  margin-bottom: 17px;
}

.td_mb_18 {
  margin-bottom: 18px;
}

.td_mb_19 {
  margin-bottom: 19px;
}

.td_mb_20 {
  margin-bottom: 20px;
}

.td_mb_21 {
  margin-bottom: 21px;
}

.td_mb_22 {
  margin-bottom: 22px;
}

.td_mb_23 {
  margin-bottom: 23px;
}

.td_mb_24 {
  margin-bottom: 24px;
}

.td_mb_25 {
  margin-bottom: 25px;
}

.td_mb_26 {
  margin-bottom: 26px;
}

.td_mb_27 {
  margin-bottom: 27px;
}

.td_mb_28 {
  margin-bottom: 28px;
}

.td_mb_29 {
  margin-bottom: 29px;
}

.td_mb_30 {
  margin-bottom: 30px;
}

.td_mb_31 {
  margin-bottom: 31px;
}

.td_mb_32 {
  margin-bottom: 32px;
}

.td_mb_33 {
  margin-bottom: 33px;
}

.td_mb_34 {
  margin-bottom: 34px;
}

.td_mb_35 {
  margin-bottom: 35px;
}

.td_mb_36 {
  margin-bottom: 36px;
}

.td_mb_37 {
  margin-bottom: 37px;
}

.td_mb_38 {
  margin-bottom: 38px;
}

.td_mb_39 {
  margin-bottom: 39px;
}

.td_mb_40 {
  margin-bottom: 40px;
}

.td_mb_41 {
  margin-bottom: 41px;
}

.td_mb_42 {
  margin-bottom: 42px;
}

.td_mb_43 {
  margin-bottom: 43px;
}

.td_mb_44 {
  margin-bottom: 44px;
}

.td_mb_45 {
  margin-bottom: 45px;
}

.td_mb_46 {
  margin-bottom: 46px;
}

.td_mb_47 {
  margin-bottom: 47px;
}

.td_mb_48 {
  margin-bottom: 48px;
}

.td_mb_49 {
  margin-bottom: 49px;
}

.td_mb_50 {
  margin-bottom: 50px;
}

.td_mb_51 {
  margin-bottom: 51px;
}

.td_mb_52 {
  margin-bottom: 52px;
}

.td_mb_53 {
  margin-bottom: 53px;
}

.td_mb_54 {
  margin-bottom: 54px;
}

.td_mb_55 {
  margin-bottom: 55px;
}

.td_mb_56 {
  margin-bottom: 56px;
}

.td_mb_57 {
  margin-bottom: 57px;
}

.td_mb_58 {
  margin-bottom: 58px;
}

.td_mb_59 {
  margin-bottom: 59px;
}

.td_mb_60 {
  margin-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .td_height_1 {
    height: 1px;
  }
  .td_height_2 {
    height: 2px;
  }
  .td_height_3 {
    height: 3px;
  }
  .td_height_4 {
    height: 4px;
  }
  .td_height_5 {
    height: 5px;
  }
  .td_height_6 {
    height: 6px;
  }
  .td_height_7 {
    height: 7px;
  }
  .td_height_8 {
    height: 8px;
  }
  .td_height_9 {
    height: 9px;
  }
  .td_height_10 {
    height: 10px;
  }
  .td_height_11 {
    height: 11px;
  }
  .td_height_12 {
    height: 12px;
  }
  .td_height_13 {
    height: 13px;
  }
  .td_height_14 {
    height: 14px;
  }
  .td_height_15 {
    height: 15px;
  }
  .td_height_16 {
    height: 16px;
  }
  .td_height_17 {
    height: 17px;
  }
  .td_height_18 {
    height: 18px;
  }
  .td_height_19 {
    height: 19px;
  }
  .td_height_20 {
    height: 20px;
  }
  .td_height_21 {
    height: 21px;
  }
  .td_height_22 {
    height: 22px;
  }
  .td_height_23 {
    height: 23px;
  }
  .td_height_24 {
    height: 24px;
  }
  .td_height_25 {
    height: 25px;
  }
  .td_height_26 {
    height: 26px;
  }
  .td_height_27 {
    height: 27px;
  }
  .td_height_28 {
    height: 28px;
  }
  .td_height_29 {
    height: 29px;
  }
  .td_height_30 {
    height: 30px;
  }
  .td_height_31 {
    height: 31px;
  }
  .td_height_32 {
    height: 32px;
  }
  .td_height_33 {
    height: 33px;
  }
  .td_height_34 {
    height: 34px;
  }
  .td_height_35 {
    height: 35px;
  }
  .td_height_36 {
    height: 36px;
  }
  .td_height_37 {
    height: 37px;
  }
  .td_height_38 {
    height: 38px;
  }
  .td_height_39 {
    height: 39px;
  }
  .td_height_40 {
    height: 40px;
  }
  .td_height_41 {
    height: 41px;
  }
  .td_height_42 {
    height: 42px;
  }
  .td_height_43 {
    height: 43px;
  }
  .td_height_44 {
    height: 44px;
  }
  .td_height_45 {
    height: 45px;
  }
  .td_height_46 {
    height: 46px;
  }
  .td_height_47 {
    height: 47px;
  }
  .td_height_48 {
    height: 48px;
  }
  .td_height_49 {
    height: 49px;
  }
  .td_height_50 {
    height: 50px;
  }
  .td_height_51 {
    height: 51px;
  }
  .td_height_52 {
    height: 52px;
  }
  .td_height_53 {
    height: 53px;
  }
  .td_height_54 {
    height: 54px;
  }
  .td_height_55 {
    height: 55px;
  }
  .td_height_56 {
    height: 56px;
  }
  .td_height_57 {
    height: 57px;
  }
  .td_height_58 {
    height: 58px;
  }
  .td_height_59 {
    height: 59px;
  }
  .td_height_60 {
    height: 60px;
  }
  .td_height_61 {
    height: 61px;
  }
  .td_height_62 {
    height: 62px;
  }
  .td_height_63 {
    height: 63px;
  }
  .td_height_64 {
    height: 64px;
  }
  .td_height_65 {
    height: 65px;
  }
  .td_height_66 {
    height: 66px;
  }
  .td_height_67 {
    height: 67px;
  }
  .td_height_68 {
    height: 68px;
  }
  .td_height_69 {
    height: 69px;
  }
  .td_height_70 {
    height: 70px;
  }
  .td_height_71 {
    height: 71px;
  }
  .td_height_72 {
    height: 72px;
  }
  .td_height_73 {
    height: 73px;
  }
  .td_height_74 {
    height: 74px;
  }
  .td_height_75 {
    height: 75px;
  }
  .td_height_76 {
    height: 76px;
  }
  .td_height_77 {
    height: 77px;
  }
  .td_height_78 {
    height: 78px;
  }
  .td_height_79 {
    height: 79px;
  }
  .td_height_80 {
    height: 80px;
  }
  .td_height_81 {
    height: 81px;
  }
  .td_height_82 {
    height: 82px;
  }
  .td_height_83 {
    height: 83px;
  }
  .td_height_84 {
    height: 84px;
  }
  .td_height_85 {
    height: 85px;
  }
  .td_height_86 {
    height: 86px;
  }
  .td_height_87 {
    height: 87px;
  }
  .td_height_88 {
    height: 88px;
  }
  .td_height_89 {
    height: 89px;
  }
  .td_height_90 {
    height: 90px;
  }
  .td_height_91 {
    height: 91px;
  }
  .td_height_92 {
    height: 92px;
  }
  .td_height_93 {
    height: 93px;
  }
  .td_height_94 {
    height: 94px;
  }
  .td_height_95 {
    height: 95px;
  }
  .td_height_96 {
    height: 96px;
  }
  .td_height_97 {
    height: 97px;
  }
  .td_height_98 {
    height: 98px;
  }
  .td_height_99 {
    height: 99px;
  }
  .td_height_100 {
    height: 100px;
  }
  .td_height_101 {
    height: 101px;
  }
  .td_height_102 {
    height: 102px;
  }
  .td_height_103 {
    height: 103px;
  }
  .td_height_104 {
    height: 104px;
  }
  .td_height_105 {
    height: 105px;
  }
  .td_height_106 {
    height: 106px;
  }
  .td_height_107 {
    height: 107px;
  }
  .td_height_108 {
    height: 108px;
  }
  .td_height_109 {
    height: 109px;
  }
  .td_height_110 {
    height: 110px;
  }
  .td_height_111 {
    height: 111px;
  }
  .td_height_112 {
    height: 112px;
  }
  .td_height_113 {
    height: 113px;
  }
  .td_height_114 {
    height: 114px;
  }
  .td_height_115 {
    height: 115px;
  }
  .td_height_116 {
    height: 116px;
  }
  .td_height_117 {
    height: 117px;
  }
  .td_height_118 {
    height: 118px;
  }
  .td_height_119 {
    height: 119px;
  }
  .td_height_120 {
    height: 120px;
  }
  .td_height_121 {
    height: 121px;
  }
  .td_height_122 {
    height: 122px;
  }
  .td_height_123 {
    height: 123px;
  }
  .td_height_124 {
    height: 124px;
  }
  .td_height_125 {
    height: 125px;
  }
  .td_height_126 {
    height: 126px;
  }
  .td_height_127 {
    height: 127px;
  }
  .td_height_128 {
    height: 128px;
  }
  .td_height_129 {
    height: 129px;
  }
  .td_height_130 {
    height: 130px;
  }
  .td_height_131 {
    height: 131px;
  }
  .td_height_132 {
    height: 132px;
  }
  .td_height_133 {
    height: 133px;
  }
  .td_height_134 {
    height: 134px;
  }
  .td_height_135 {
    height: 135px;
  }
  .td_height_136 {
    height: 136px;
  }
  .td_height_137 {
    height: 137px;
  }
  .td_height_138 {
    height: 138px;
  }
  .td_height_139 {
    height: 139px;
  }
  .td_height_140 {
    height: 140px;
  }
  .td_height_141 {
    height: 141px;
  }
  .td_height_142 {
    height: 142px;
  }
  .td_height_143 {
    height: 143px;
  }
  .td_height_144 {
    height: 144px;
  }
  .td_height_145 {
    height: 145px;
  }
  .td_height_146 {
    height: 146px;
  }
  .td_height_147 {
    height: 147px;
  }
  .td_height_148 {
    height: 148px;
  }
  .td_height_149 {
    height: 149px;
  }
  .td_height_150 {
    height: 150px;
  }
}
@media screen and (max-width: 991px) {
  .td_mb_lg_1 {
    margin-bottom: 1px;
  }
  .td_mb_lg_2 {
    margin-bottom: 2px;
  }
  .td_mb_lg_3 {
    margin-bottom: 3px;
  }
  .td_mb_lg_4 {
    margin-bottom: 4px;
  }
  .td_mb_lg_5 {
    margin-bottom: 5px;
  }
  .td_mb_lg_6 {
    margin-bottom: 6px;
  }
  .td_mb_lg_7 {
    margin-bottom: 7px;
  }
  .td_mb_lg_8 {
    margin-bottom: 8px;
  }
  .td_mb_lg_9 {
    margin-bottom: 9px;
  }
  .td_mb_lg_10 {
    margin-bottom: 10px;
  }
  .td_mb_lg_11 {
    margin-bottom: 11px;
  }
  .td_mb_lg_12 {
    margin-bottom: 12px;
  }
  .td_mb_lg_13 {
    margin-bottom: 13px;
  }
  .td_mb_lg_14 {
    margin-bottom: 14px;
  }
  .td_mb_lg_15 {
    margin-bottom: 15px;
  }
  .td_mb_lg_16 {
    margin-bottom: 16px;
  }
  .td_mb_lg_17 {
    margin-bottom: 17px;
  }
  .td_mb_lg_18 {
    margin-bottom: 18px;
  }
  .td_mb_lg_19 {
    margin-bottom: 19px;
  }
  .td_mb_lg_20 {
    margin-bottom: 20px;
  }
  .td_mb_lg_21 {
    margin-bottom: 21px;
  }
  .td_mb_lg_22 {
    margin-bottom: 22px;
  }
  .td_mb_lg_23 {
    margin-bottom: 23px;
  }
  .td_mb_lg_24 {
    margin-bottom: 24px;
  }
  .td_mb_lg_25 {
    margin-bottom: 25px;
  }
  .td_mb_lg_26 {
    margin-bottom: 26px;
  }
  .td_mb_lg_27 {
    margin-bottom: 27px;
  }
  .td_mb_lg_28 {
    margin-bottom: 28px;
  }
  .td_mb_lg_29 {
    margin-bottom: 29px;
  }
  .td_mb_lg_30 {
    margin-bottom: 30px;
  }
  .td_mb_lg_31 {
    margin-bottom: 31px;
  }
  .td_mb_lg_32 {
    margin-bottom: 32px;
  }
  .td_mb_lg_33 {
    margin-bottom: 33px;
  }
  .td_mb_lg_34 {
    margin-bottom: 34px;
  }
  .td_mb_lg_35 {
    margin-bottom: 35px;
  }
  .td_mb_lg_36 {
    margin-bottom: 36px;
  }
  .td_mb_lg_37 {
    margin-bottom: 37px;
  }
  .td_mb_lg_38 {
    margin-bottom: 38px;
  }
  .td_mb_lg_39 {
    margin-bottom: 39px;
  }
  .td_mb_lg_40 {
    margin-bottom: 40px;
  }
  .td_mb_lg_41 {
    margin-bottom: 41px;
  }
  .td_mb_lg_42 {
    margin-bottom: 42px;
  }
  .td_mb_lg_43 {
    margin-bottom: 43px;
  }
  .td_mb_lg_44 {
    margin-bottom: 44px;
  }
  .td_mb_lg_45 {
    margin-bottom: 45px;
  }
  .td_mb_lg_46 {
    margin-bottom: 46px;
  }
  .td_mb_lg_47 {
    margin-bottom: 47px;
  }
  .td_mb_lg_48 {
    margin-bottom: 48px;
  }
  .td_mb_lg_49 {
    margin-bottom: 49px;
  }
  .td_mb_lg_50 {
    margin-bottom: 50px;
  }
  .td_mb_lg_51 {
    margin-bottom: 51px;
  }
  .td_mb_lg_52 {
    margin-bottom: 52px;
  }
  .td_mb_lg_53 {
    margin-bottom: 53px;
  }
  .td_mb_lg_54 {
    margin-bottom: 54px;
  }
  .td_mb_lg_55 {
    margin-bottom: 55px;
  }
  .td_mb_lg_56 {
    margin-bottom: 56px;
  }
  .td_mb_lg_57 {
    margin-bottom: 57px;
  }
  .td_mb_lg_58 {
    margin-bottom: 58px;
  }
  .td_mb_lg_59 {
    margin-bottom: 59px;
  }
  .td_mb_lg_60 {
    margin-bottom: 60px;
  }
  .td_height_lg_1 {
    height: 1px;
  }
  .td_height_lg_2 {
    height: 2px;
  }
  .td_height_lg_3 {
    height: 3px;
  }
  .td_height_lg_4 {
    height: 4px;
  }
  .td_height_lg_5 {
    height: 5px;
  }
  .td_height_lg_6 {
    height: 6px;
  }
  .td_height_lg_7 {
    height: 7px;
  }
  .td_height_lg_8 {
    height: 8px;
  }
  .td_height_lg_9 {
    height: 9px;
  }
  .td_height_lg_10 {
    height: 10px;
  }
  .td_height_lg_11 {
    height: 11px;
  }
  .td_height_lg_12 {
    height: 12px;
  }
  .td_height_lg_13 {
    height: 13px;
  }
  .td_height_lg_14 {
    height: 14px;
  }
  .td_height_lg_15 {
    height: 15px;
  }
  .td_height_lg_16 {
    height: 16px;
  }
  .td_height_lg_17 {
    height: 17px;
  }
  .td_height_lg_18 {
    height: 18px;
  }
  .td_height_lg_19 {
    height: 19px;
  }
  .td_height_lg_20 {
    height: 20px;
  }
  .td_height_lg_21 {
    height: 21px;
  }
  .td_height_lg_22 {
    height: 22px;
  }
  .td_height_lg_23 {
    height: 23px;
  }
  .td_height_lg_24 {
    height: 24px;
  }
  .td_height_lg_25 {
    height: 25px;
  }
  .td_height_lg_26 {
    height: 26px;
  }
  .td_height_lg_27 {
    height: 27px;
  }
  .td_height_lg_28 {
    height: 28px;
  }
  .td_height_lg_29 {
    height: 29px;
  }
  .td_height_lg_30 {
    height: 30px;
  }
  .td_height_lg_31 {
    height: 31px;
  }
  .td_height_lg_32 {
    height: 32px;
  }
  .td_height_lg_33 {
    height: 33px;
  }
  .td_height_lg_34 {
    height: 34px;
  }
  .td_height_lg_35 {
    height: 35px;
  }
  .td_height_lg_36 {
    height: 36px;
  }
  .td_height_lg_37 {
    height: 37px;
  }
  .td_height_lg_38 {
    height: 38px;
  }
  .td_height_lg_39 {
    height: 39px;
  }
  .td_height_lg_40 {
    height: 40px;
  }
  .td_height_lg_41 {
    height: 41px;
  }
  .td_height_lg_42 {
    height: 42px;
  }
  .td_height_lg_43 {
    height: 43px;
  }
  .td_height_lg_44 {
    height: 44px;
  }
  .td_height_lg_45 {
    height: 45px;
  }
  .td_height_lg_46 {
    height: 46px;
  }
  .td_height_lg_47 {
    height: 47px;
  }
  .td_height_lg_48 {
    height: 48px;
  }
  .td_height_lg_49 {
    height: 49px;
  }
  .td_height_lg_50 {
    height: 50px;
  }
  .td_height_lg_51 {
    height: 51px;
  }
  .td_height_lg_52 {
    height: 52px;
  }
  .td_height_lg_53 {
    height: 53px;
  }
  .td_height_lg_54 {
    height: 54px;
  }
  .td_height_lg_55 {
    height: 55px;
  }
  .td_height_lg_56 {
    height: 56px;
  }
  .td_height_lg_57 {
    height: 57px;
  }
  .td_height_lg_58 {
    height: 58px;
  }
  .td_height_lg_59 {
    height: 59px;
  }
  .td_height_lg_60 {
    height: 60px;
  }
  .td_height_lg_61 {
    height: 61px;
  }
  .td_height_lg_62 {
    height: 62px;
  }
  .td_height_lg_63 {
    height: 63px;
  }
  .td_height_lg_64 {
    height: 64px;
  }
  .td_height_lg_65 {
    height: 65px;
  }
  .td_height_lg_66 {
    height: 66px;
  }
  .td_height_lg_67 {
    height: 67px;
  }
  .td_height_lg_68 {
    height: 68px;
  }
  .td_height_lg_69 {
    height: 69px;
  }
  .td_height_lg_70 {
    height: 70px;
  }
  .td_height_lg_71 {
    height: 71px;
  }
  .td_height_lg_72 {
    height: 72px;
  }
  .td_height_lg_73 {
    height: 73px;
  }
  .td_height_lg_74 {
    height: 74px;
  }
  .td_height_lg_75 {
    height: 75px;
  }
  .td_height_lg_76 {
    height: 76px;
  }
  .td_height_lg_77 {
    height: 77px;
  }
  .td_height_lg_78 {
    height: 78px;
  }
  .td_height_lg_79 {
    height: 79px;
  }
  .td_height_lg_80 {
    height: 80px;
  }
  .td_height_lg_81 {
    height: 81px;
  }
  .td_height_lg_82 {
    height: 82px;
  }
  .td_height_lg_83 {
    height: 83px;
  }
  .td_height_lg_84 {
    height: 84px;
  }
  .td_height_lg_85 {
    height: 85px;
  }
  .td_height_lg_86 {
    height: 86px;
  }
  .td_height_lg_87 {
    height: 87px;
  }
  .td_height_lg_88 {
    height: 88px;
  }
  .td_height_lg_89 {
    height: 89px;
  }
  .td_height_lg_90 {
    height: 90px;
  }
  .td_height_lg_91 {
    height: 91px;
  }
  .td_height_lg_92 {
    height: 92px;
  }
  .td_height_lg_93 {
    height: 93px;
  }
  .td_height_lg_94 {
    height: 94px;
  }
  .td_height_lg_95 {
    height: 95px;
  }
  .td_height_lg_96 {
    height: 96px;
  }
  .td_height_lg_97 {
    height: 97px;
  }
  .td_height_lg_98 {
    height: 98px;
  }
  .td_height_lg_99 {
    height: 99px;
  }
  .td_height_lg_100 {
    height: 100px;
  }
  .td_height_lg_101 {
    height: 101px;
  }
  .td_height_lg_102 {
    height: 102px;
  }
  .td_height_lg_103 {
    height: 103px;
  }
  .td_height_lg_104 {
    height: 104px;
  }
  .td_height_lg_105 {
    height: 105px;
  }
  .td_height_lg_106 {
    height: 106px;
  }
  .td_height_lg_107 {
    height: 107px;
  }
  .td_height_lg_108 {
    height: 108px;
  }
  .td_height_lg_109 {
    height: 109px;
  }
  .td_height_lg_110 {
    height: 110px;
  }
  .td_height_lg_111 {
    height: 111px;
  }
  .td_height_lg_112 {
    height: 112px;
  }
  .td_height_lg_113 {
    height: 113px;
  }
  .td_height_lg_114 {
    height: 114px;
  }
  .td_height_lg_115 {
    height: 115px;
  }
  .td_height_lg_116 {
    height: 116px;
  }
  .td_height_lg_117 {
    height: 117px;
  }
  .td_height_lg_118 {
    height: 118px;
  }
  .td_height_lg_119 {
    height: 119px;
  }
  .td_height_lg_120 {
    height: 120px;
  }
  .td_height_lg_121 {
    height: 121px;
  }
  .td_height_lg_122 {
    height: 122px;
  }
  .td_height_lg_123 {
    height: 123px;
  }
  .td_height_lg_124 {
    height: 124px;
  }
  .td_height_lg_125 {
    height: 125px;
  }
  .td_height_lg_126 {
    height: 126px;
  }
  .td_height_lg_127 {
    height: 127px;
  }
  .td_height_lg_128 {
    height: 128px;
  }
  .td_height_lg_129 {
    height: 129px;
  }
  .td_height_lg_130 {
    height: 130px;
  }
  .td_height_lg_131 {
    height: 131px;
  }
  .td_height_lg_132 {
    height: 132px;
  }
  .td_height_lg_133 {
    height: 133px;
  }
  .td_height_lg_134 {
    height: 134px;
  }
  .td_height_lg_135 {
    height: 135px;
  }
  .td_height_lg_136 {
    height: 136px;
  }
  .td_height_lg_137 {
    height: 137px;
  }
  .td_height_lg_138 {
    height: 138px;
  }
  .td_height_lg_139 {
    height: 139px;
  }
  .td_height_lg_140 {
    height: 140px;
  }
  .td_height_lg_141 {
    height: 141px;
  }
  .td_height_lg_142 {
    height: 142px;
  }
  .td_height_lg_143 {
    height: 143px;
  }
  .td_height_lg_144 {
    height: 144px;
  }
  .td_height_lg_145 {
    height: 145px;
  }
  .td_height_lg_146 {
    height: 146px;
  }
  .td_height_lg_147 {
    height: 147px;
  }
  .td_height_lg_148 {
    height: 148px;
  }
  .td_height_lg_149 {
    height: 149px;
  }
  .td_height_lg_150 {
    height: 150px;
  }
}
/*--------------------------------------------------------------
5. General
----------------------------------------------------------------*/
.container-fluid {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.td_fs_12 {
  font-size: 12px;
  line-height: 1.57em;
}

.td_fs_14 {
  font-size: 14px;
  line-height: 1.57em;
}

.td_fs_15 {
  font-size: 15px;
  line-height: 1.5em;
}

.td_fs_16 {
  font-size: 16px;
  line-height: 1.5em;
}

.td_fs_18 {
  font-size: 18px;
  line-height: 1.56em;
}
@media (max-width: 991px) {
  .td_fs_18 {
    font-size: 16px;
  }
}

.td_fs_20 {
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .td_fs_20 {
    font-size: 18px;
  }
}

.td_fs_24 {
  font-size: 24px;
  line-height: 1.42em;
}
@media (max-width: 991px) {
  .td_fs_24 {
    font-size: 22px;
  }
}

.td_fs_30 {
  font-size: 30px;
  line-height: 1.33em;
}
@media (max-width: 991px) {
  .td_fs_30 {
    font-size: 25px;
  }
}

.td_fs_32 {
  font-size: 32px;
  line-height: 1.31em;
}
@media (max-width: 991px) {
  .td_fs_32 {
    font-size: 28px;
  }
}

.td_fs_36 {
  font-size: 36px;
  line-height: 1.44em;
}
@media (max-width: 991px) {
  .td_fs_36 {
    font-size: 30px;
  }
}

.td_fs_40 {
  font-size: 40px;
  line-height: 1.25em;
}
@media (max-width: 991px) {
  .td_fs_40 {
    font-size: 34px;
  }
}

.td_fs_48 {
  font-size: 48px;
  line-height: 1.33em;
}
@media (max-width: 1400px) {
  .td_fs_48 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .td_fs_48 {
    font-size: 38px;
  }
}

.td_fs_52 {
  font-size: 52px;
  line-height: 1.27em;
}
@media (max-width: 991px) {
  .td_fs_52 {
    font-size: 40px;
  }
}

.td_fs_60 {
  font-size: 60px;
  line-height: 1.2em;
}
@media (max-width: 991px) {
  .td_fs_60 {
    font-size: 44px;
  }
}

.td_fs_64 {
  font-size: 64px;
  line-height: 1.19em;
}
@media (max-width: 1199px) {
  .td_fs_64 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .td_fs_64 {
    font-size: 46px;
  }
}

.td_light {
  font-weight: 300;
}

.td_normal {
  font-weight: 400;
}

.td_medium {
  font-weight: 500;
}

.td_semibold {
  font-weight: 600;
}

.td_bold {
  font-weight: 700;
}

.td_extra_bold {
  font-weight: 800;
}

.td_black {
  font-weight: 900;
}

.td_radius_3 {
  border-radius: 3px;
}

.td_radius_5 {
  border-radius: 5px;
}

.td_radius_7 {
  border-radius: 7px;
}

.td_radius_10 {
  border-radius: 10px;
}

.td_radius_15 {
  border-radius: 15px;
}

.td_radius_30 {
  border-radius: 30px;
}

.td_opacity_1 {
  opacity: 0.1;
}

.td_opacity_2 {
  opacity: 0.2;
}

.td_opacity_3 {
  opacity: 0.4;
}

.td_opacity_4 {
  opacity: 0.4;
}

.td_opacity_5 {
  opacity: 0.5;
}

.td_opacity_6 {
  opacity: 0.6;
}

.td_opacity_7 {
  opacity: 0.7;
}

.td_opacity_8 {
  opacity: 0.8;
}

.td_opacity_9 {
  opacity: 0.9;
}

.td_spacing_1 {
  letter-spacing: 1.44px;
}

.td_mp_0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.td_pr_20 {
  padding-right: 20px;
}

.td_pr_35 {
  padding-right: 35px;
}
@media (max-width: 1400px) {
  .td_pr_35 {
    padding-right: 0;
  }
}

.td_pr_50 {
  padding-right: 50px;
}
@media (max-width: 1400px) {
  .td_pr_50 {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_pr_50 {
    padding-right: 0px;
  }
}

.td_pl_65 {
  padding-left: 65px;
}
@media (max-width: 1400px) {
  .td_pl_65 {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .td_pl_65 {
    padding-left: 0px;
  }
}

.td_plr_60 {
  padding-left: 60px;
  padding-right: 60px;
}

.td_row_gap_30 {
  margin-left: -15px;
  margin-right: -15px;
}
.td_row_gap_30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.td_row_gap_16 {
  margin-left: -8px;
  margin-right: -8px;
}
.td_row_gap_16 > * {
  padding-left: 8px;
  padding-right: 8px;
}

.td_gap_y_5 {
  gap: 5px 0;
}

.td_gap_y_10 {
  gap: 10px 0;
}

.td_gap_y_15 {
  gap: 15px 0;
}

.td_gap_y_20 {
  gap: 20px 0;
}

.td_gap_y_24 {
  gap: 24px 0;
}

.td_gap_y_30 {
  gap: 30px 0;
}

.td_gap_y_35 {
  gap: 35px 0;
}

.td_gap_y_40 {
  gap: 40px 0;
}

.td_gap_y_45 {
  gap: 45px 0;
}

.td_gap_y_50 {
  gap: 50px 0;
}

.td_gap_y_60 {
  gap: 60px 0;
}

.td_gap_y_65 {
  gap: 65px 0;
}

.td_gap_y_80 {
  gap: 80px 0;
}

.td_gap_y_100 {
  gap: 100px 0;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  border-top: 1px solid var(--border-color);
  opacity: 1;
}

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

.td_bg_fixed {
  background-attachment: fixed;
}
@media (max-width: 1370px) {
  .td_bg_fixed {
    background-attachment: initial;
  }
}

.td_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.td_white_color {
  color: var(--white-color);
}

.td_heading_color {
  color: var(--heading-color);
}

.td_body_color {
  color: var(--body-color);
}

.td_accent_color {
  color: var(--accent-color);
}

.td_red_color {
  color: #890c25;
}

.td_white_bg {
  background-color: var(--white-color);
}

.td_heading_bg {
  /* background-color: var(--heading-color); */
}

.td_secondary_bg {
  background-color: var(--body-color);
}

.td_gray_bg {
  background-color: var(--gray-color);
}

.td_gray_bg_2 {
  background-color: #ebeced;
}

.td_gray_bg_3 {
  background-color: rgba(237, 237, 237, 0.5);
}

.td_gray_bg_4 {
  background: #faf9fd;
}

.td_gray_bg_5 {
  background: #f9f9fa;
}

.td_gray_bg_6 {
  background: #f7f7f8;
}

.td_gray_bg_7 {
  background: #d7fff6;
}

.td_gray_bg_8 {
  background: #e9efef;
}

.td_gray_bg_9 {
  background: #fffaf4;
}

.td_accent_bg {
  background-color: var(--accent-color);
}

label {
  display: inline-block;
  margin-bottom: 5px;
}

/* Start Accordion */
.td_accordians.td_style_1 {
  border-top: 2px solid var(--border-color);
  border-bottom: 2px solid var(--border-color);
}
.td_accordians.td_style_1 .td_accordian_title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.td_accordians.td_style_1 .td_accordian_body {
  padding: 0 40px 22px 0px;
  margin-top: -10px;
}
.td_accordians.td_style_1 .td_accordian_body p {
  margin: 0;
}
.td_accordians.td_style_1 .td_accordian_head {
  padding: 17px 40px 17px 0px;
  position: relative;
  cursor: pointer;
}
.td_accordians.td_style_1 .td_accordian_head:hover .td_accordian_title {
  color: var(--accent-color);
}
.td_accordians.td_style_1 .td_accordian:not(:last-child) {
  border-bottom: 2px solid var(--border-color);
}
.td_accordians.td_style_1 .td_accordian.active .td_accordian_head {
  pointer-events: none;
}
.td_accordians.td_style_1 .td_accordian.active .td_accordian_toggle {
  transform: translateY(-50%) rotate(90deg);
}
.td_accordians.td_style_1 .td_accordian_toggle {
  display: flex;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.td_accordians.td_style_1.td_type_1 {
  border: none;
}
.td_accordians.td_style_1.td_type_1 .td_accordian {
  border-radius: 20px;
  border: none;
  overflow: hidden;
}
.td_accordians.td_style_1.td_type_1 .td_accordian:not(:last-child) {
  margin-bottom: 24px;
}
.td_accordians.td_style_1.td_type_1 .td_accordian.active .td_accordian_toggle {
  transform: translateY(-50%) rotate(180deg);
}
.td_accordians.td_style_1.td_type_1 .td_accordian_head {
  padding: 20px 50px 20px 30px;
  background-color: var(--accent-color);
}
@media (max-width: 575px) {
  .td_accordians.td_style_1.td_type_1 .td_accordian_head {
    padding: 20px 50px 20px 20px;
  }
}
.td_accordians.td_style_1.td_type_1 .td_accordian_head .td_accordian_title {
  color: #fff;
}
.td_accordians.td_style_1.td_type_1 .td_accordian_body {
  background: linear-gradient(90deg, #fff0d4 0.07%, #d6fff7 95.86%);
  padding: 20px 30px 20px 30px;
  margin: 0;
}
.td_accordians.td_style_1.td_type_1 .td_accordian_toggle {
  right: 30px;
}
.td_accordians.td_style_1.td_type_1.td_color_1 .td_accordian_head {
  background-color: var(--heading-color);
}
.td_accordians.td_style_1.td_type_1.td_color_1 .td_accordian_body {
  background: var(--accent-color);
  color: #fff;
}
.td_accordians.td_style_1.td_type_2 {
  border-width: 1px;
}
.td_accordians.td_style_1.td_type_2 .td_accordian_toggle {
  height: 14px;
  width: 14px;
  right: 30px;
}
.td_accordians.td_style_1.td_type_2 .td_accordian_toggle::before, .td_accordians.td_style_1.td_type_2 .td_accordian_toggle::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: var(--heading-color);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s ease;
}
.td_accordians.td_style_1.td_type_2 .td_accordian_toggle::before {
  transform: rotate(90deg);
}
.td_accordians.td_style_1.td_type_2 .td_accordian_body {
  padding: 0 30px 30px 0px;
  margin-top: 0px;
}
.td_accordians.td_style_1.td_type_2 .td_accordian_head {
  padding: 17px 50px 17px 0px;
}
.td_accordians.td_style_1.td_type_2 .td_accordian {
  border-width: 1px;
}
.td_accordians.td_style_1.td_type_2 .td_accordian.active {
  background-color: var(--heading-color);
  color: #c4c4c4;
}
.td_accordians.td_style_1.td_type_2 .td_accordian.active .td_accordian_title {
  color: #fff;
}
.td_accordians.td_style_1.td_type_2 .td_accordian.active .td_accordian_toggle {
  transform: translateY(-50%);
}
.td_accordians.td_style_1.td_type_2 .td_accordian.active .td_accordian_toggle::before, .td_accordians.td_style_1.td_type_2 .td_accordian.active .td_accordian_toggle::after {
  background-color: #fff;
}
.td_accordians.td_style_1.td_type_2 .td_accordian.active .td_accordian_toggle::before {
  transform: rotate(0deg);
}
.td_accordians.td_style_1.td_type_2 .td_accordian.active .td_accordian_body {
  padding: 0px 30px 30px 30px;
}
.td_accordians.td_style_1.td_type_2 .td_accordian.active .td_accordian_head {
  padding: 17px 50px 17px 30px;
}

.td_accordian_border {
  border: 1px solid var(--border-color);
}

/* End Accordion */
.td_faq_1 {
  display: flex;
  align-items: center;
  padding: 0 50px;
}
@media (max-width: 1400px) {
  .td_faq_1 {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .td_faq_1 {
    flex-direction: column;
  }
}
.td_faq_1 .td_faq_1_left {
  flex: none;
  width: 55%;
}
@media (max-width: 991px) {
  .td_faq_1 .td_faq_1_left {
    width: 100%;
  }
}
.td_faq_1 .td_faq_1_right {
  flex: none;
  width: 45%;
  padding-left: 6%;
}
@media (max-width: 1199px) {
  .td_faq_1 .td_faq_1_right {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .td_faq_1 .td_faq_1_right {
    width: 100%;
    padding-left: 0;
    margin-top: 35px;
  }
}
.td_faq_1.td_style_1 {
  padding: 0;
  gap: 60px;
}
@media (max-width: 1400px) {
  .td_faq_1.td_style_1 {
    gap: 0;
  }
}
@media (max-width: 991px) {
  .td_faq_1.td_style_1 {
    flex-direction: column;
  }
}
.td_faq_1.td_style_1 .td_faq_1_left {
  width: calc(50% - 30px);
}
@media (max-width: 1400px) {
  .td_faq_1.td_style_1 .td_faq_1_left {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .td_faq_1.td_style_1 .td_faq_1_left {
    width: 100%;
  }
}
.td_faq_1.td_style_1 .td_faq_1_right {
  width: calc(50% - 30px);
  padding: 60px;
}
@media (max-width: 1400px) {
  .td_faq_1.td_style_1 .td_faq_1_right {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .td_faq_1.td_style_1 .td_faq_1_right {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .td_faq_1.td_style_1 .td_faq_1_right {
    width: 100%;
    padding: 0 15px 30px;
  }
}
@media (max-width: 991px) {
  .td_faq_1.td_style_1.td_type_1 {
    flex-direction: column-reverse;
  }
}

.td_faq_1_img {
  min-height: 720px;
  width: 100%;
}
@media (max-width: 991px) {
  .td_faq_1_img {
    min-height: 500px;
  }
}

.td_btn.td_style_1 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 0;
  outline: none;
  border: none;
}
.td_btn.td_style_1 .td_btn_in {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 13px 25px;
  gap: 10px;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
.td_btn.td_style_1 .td_btn_in::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.4s ease;
}
.td_btn.td_style_1 .td_btn_in > * {
  position: relative;
  z-index: 2;
}
.td_btn.td_style_1 .td_btn_in.td_heading_bg::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.td_btn.td_style_1:hover {
  color: #fff;
}
.td_btn.td_style_1:hover .td_btn_in::before {
  opacity: 1;
}
.td_btn.td_style_1.td_with_shadow::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 2px;
  top: 4px;
  border-radius: inherit;
  background-color: var(--accent-color);
  opacity: 0.3;
  transition: all 0.3s ease;
}
.td_btn.td_style_1.td_with_shadow:hover::after {
  left: 2px;
  top: -4px;
}
.td_btn.td_style_1.td_with_shadow_2 {
  box-shadow: 6px 6px 0px 0px var(--heading-color);
}
.td_btn.td_style_1.td_with_shadow_2:hover {
  box-shadow: 6px -6px 0px 0px var(--heading-color);
}
.td_btn.td_style_1.td_type_1 {
  box-shadow: 0 0 0px 1px var(--heading-color);
}
.td_btn.td_style_1.td_type_1.td_with_shadow::after {
  background-color: var(--heading-color);
  opacity: 1;
}
.td_btn.td_style_1.td_type_1 .td_btn_in::before {
  background-color: rgba(0, 0, 0, 0.05);
}
.td_btn.td_style_1.td_type_2 .td_btn_icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: -13px -20px -13px 0;
  border: 1px solid currentColor;
}
.td_btn.td_style_1.td_type_2 .td_btn_in {
  padding: 13px 20px;
  gap: 12px;
  min-width: 170px;
  justify-content: space-between;
}
.td_btn.td_style_1.td_type_2 .td_btn_in span:nth-child(1) {
  flex: 1;
}
.td_btn.td_style_1.td_type_3 .td_btn_in {
  padding: 12px 24px;
  border: 1px solid currentColor;
  transition: border 0.3s ease;
}
.td_btn.td_style_1.td_type_3:hover .td_btn_in {
  color: #fff;
  border-color: var(--accent-color);
}
.td_btn.td_style_1.td_type_3:hover .td_btn_in::before {
  background-color: var(--accent-color);
}
.td_btn.td_style_1.td_type_4 .td_btn_in {
  padding: 12px 10px;
  border: 1px solid currentColor;
  gap: 0;
  min-width: 50px;
}
.td_btn.td_style_1.td_type_4 .td_btn_text {
  overflow: hidden;
  max-width: 0;
  white-space: nowrap;
  transition: all 0.4s ease;
}
.td_btn.td_style_1.td_type_4 .td_btn_icon {
  display: flex;
}
.td_btn.td_style_1.td_type_4 .td_btn_icon svg {
  width: 16px;
  height: 16px;
}
.td_btn.td_style_1.td_type_4:hover .td_btn_in {
  color: #fff;
  gap: 10px;
  padding: 12px 24px;
  transition: all 0.4s ease;
}
.td_btn.td_style_1.td_type_4:hover .td_btn_in::before {
  background-color: var(--accent-color);
}
.td_btn.td_style_1.td_type_4:hover .td_btn_text {
  max-width: 200px;
}
.td_btn.td_style_1.td_type_5 .td_btn_in:before {
  opacity: 0.15;
  background-color: var(--accent-color);
}
.td_btn.td_style_1.td_type_5:hover .td_btn_in:before {
  opacity: 0.25;
}

.td_btn.td_style_2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 100%);
  transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  background-size: 100% 1px;
  background-position: 0 calc(100% - 0px);
  padding-bottom: 3px;
}
.td_btn.td_style_2 i {
  height: 20px;
  width: 20px;
  display: flex;
  overflow: hidden;
  position: relative;
  color: var(--accent-color);
}
.td_btn.td_style_2 i svg {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease;
}
.td_btn.td_style_2 i svg:last-child {
  left: -20px;
  top: 20px;
  opacity: 0;
}
.td_btn.td_style_2:hover {
  background-position: 100% calc(100% - 0px);
  background-size: 0 1px;
}
.td_btn.td_style_2:hover i svg:first-child {
  left: 20px;
  top: -20px;
  opacity: 0;
}
.td_btn.td_style_2:hover i svg:last-child {
  left: 0px;
  top: 0px;
  opacity: 1;
}
.td_btn.td_style_2.td_type_2 {
  background: transparent;
}

.td_btn.td_style_3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.td_btn.td_style_3:hover {
  letter-spacing: 0.6px;
}
.td_btn.td_style_3 span {
  display: inline-block;
  position: relative;
}
.td_btn.td_style_3 span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: currentColor;
  bottom: 0;
  left: 0;
}
.td_btn.td_style_3 i {
  display: flex;
}

.td_player_btn_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.td_player_btn_wrap .td_play_btn_text {
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  background-position: 100% calc(100% - 0px);
  background-size: 0 2px;
}
.td_player_btn_wrap .td_player_btn:before {
  visibility: hidden;
}
.td_player_btn_wrap:hover .td_play_btn_text {
  background-size: 100% 2px;
  background-position: 0 calc(100% - 0px);
}
.td_player_btn_wrap:hover .td_player_btn:before {
  visibility: visible;
}
.td_player_btn_wrap.td_color_1 .td_player_btn:before {
  background-color: #fff;
}
.td_player_btn_wrap.td_color_1 .td_play_btn_text {
  background-size: 100% 2px;
  background-position: 0 calc(100% - 0px);
}
.td_player_btn_wrap.td_color_1:hover {
  color: #fff;
}
.td_player_btn_wrap.td_color_1:hover .td_play_btn_text {
  opacity: 0.8;
  background-position: 100% calc(100% - 0px);
  background-size: 0 2px;
}
.td_player_btn_wrap.td_type_1 .td_play_btn_text {
  background-size: 100% 2px;
  background-position: 0 calc(100% - 0px);
}
.td_player_btn_wrap.td_type_1 .td_player_btn:before {
  visibility: visible;
  border: 1px solid;
  background-color: transparent;
}
.td_player_btn_wrap.td_type_1 .td_player_btn:after {
  border: 1px solid;
}
.td_player_btn_wrap.td_type_1:hover .td_play_btn_text {
  background-position: 100% calc(100% - 0px);
  background-size: 0 2px;
}

.td_player_btn_wrap_2 {
  display: inline-block;
  transform: scale(1.64);
  margin: 16px;
  position: relative;
}
.td_player_btn_wrap_2::before, .td_player_btn_wrap_2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  animation: playBtnAnim 4s linear infinite;
}
.td_player_btn_wrap_2::after {
  animation-delay: 1.33s;
}
.td_player_btn_wrap_2 .td_player_btn {
  color: var(--white-color);
}
.td_player_btn_wrap_2 .td_player_btn::after {
  background-color: var(--accent-color);
}
.td_player_btn_wrap_2 .td_player_btn::before {
  background-color: transparent;
  animation: playBtnAnim 4s linear infinite;
  border: 1px solid var(--white-color);
  animation-delay: 2.66s;
}

.td_player_btn_wrap_3 {
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: var(--accent-color);
  border-radius: 50%;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
  bottom: 0;
  right: 30px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .td_player_btn_wrap_3 {
    right: 0;
  }
}
@media (max-width: 575px) {
  .td_player_btn_wrap_3 {
    height: 100px;
    width: 100px;
  }
}

.td_player_btn {
  position: relative;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0 0 0 3px;
  color: var(--accent-color);
}
.td_player_btn:before, .td_player_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
}
.td_player_btn:before {
  background-color: var(--accent-color);
  z-index: 0;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease;
}
.td_player_btn:after {
  background-color: #fff;
}
.td_player_btn:after {
  z-index: 1;
  transition: all 200ms;
}
.td_player_btn span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 12px solid currentColor;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes playBtnAnim {
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.td_hover_layer_1,
.td_hover_layer_2,
.td_hover_layer_3,
.td_hover_layer_4,
.td_hover_layer_5 {
  position: relative;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: perspective(600px) translate3d(0, 0, 0);
}

.td_social_btns.td_style_1 {
  display: flex;
  margin-left: -10px;
  gap: 5px;
}
.td_social_btns.td_style_1 a {
  flex: none;
  height: 45px;
  width: 45px;
  font-size: 20px;
  border-radius: 50%;
}
.td_social_btns.td_style_1 a:hover {
  color: #fff;
  background-color: var(--accent-color);
}

@media (min-width: 1401px) {
  .td_mobile_show_xxl {
    display: none;
  }
}
@media (max-width: 1400px) {
  .td_mobile_hide_xxl {
    display: none;
  }
}
@media (min-width: 1200px) {
  .td_mobile_show_xl {
    display: none;
  }
}
@media (max-width: 1199px) {
  .td_mobile_hide_xl {
    display: none;
  }
}
@media (min-width: 992px) {
  .td_mobile_show_lg {
    display: none;
  }
}
@media (max-width: 991px) {
  .td_mobile_hide_lg {
    display: none;
  }
}
.td_section_heading.td_style_1 .td_section_subtitle {
  margin-top: 10px;
}
.td_section_heading.td_style_1 .td_section_subtitle_up i {
  height: 28px;
  width: 8px;
  display: inline-block;
  position: relative;
  transform: skewX(-32deg);
  margin-bottom: -8px;
}
.td_section_heading.td_style_1 .td_section_subtitle_up i::before, .td_section_heading.td_style_1 .td_section_subtitle_up i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: var(--heading-color);
  opacity: 0.5;
  top: 0;
}
.td_section_heading.td_style_1 .td_section_subtitle_up i::before {
  left: 0;
}
.td_section_heading.td_style_1 .td_section_subtitle_up i::after {
  right: 0;
}
.td_section_heading.td_style_1 .td_section_subtitle_up i:first-child {
  margin-right: 12px;
}
.td_section_heading.td_style_1 .td_section_subtitle_up i:last-child {
  margin-left: 12px;
}
.td_section_heading.td_style_1 .td_section_subtitle_up.td_white_color i::before, .td_section_heading.td_style_1 .td_section_subtitle_up.td_white_color i::after {
  background-color: var(--white-color);
}
.td_section_heading.td_style_1 .td_section_subtitle_up_2 {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #ebeced;
  background-color: #fffdfa;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .td_section_heading.td_style_1 br {
    display: none;
  }
}
.td_section_heading.td_style_1.td_type_1, .td_section_heading.td_style_1.td_type_2, .td_section_heading.td_style_1.td_type_3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 15px 30px;
}
@media (max-width: 991px) {
  .td_section_heading.td_style_1.td_type_1, .td_section_heading.td_style_1.td_type_2, .td_section_heading.td_style_1.td_type_3 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.td_section_heading.td_style_1.td_type_1 .td_section_subtitle, .td_section_heading.td_style_1.td_type_2 .td_section_subtitle, .td_section_heading.td_style_1.td_type_3 .td_section_subtitle {
  margin-top: 0;
}
.td_section_heading.td_style_1.td_type_1 .td_section_heading_left, .td_section_heading.td_style_1.td_type_2 .td_section_heading_left, .td_section_heading.td_style_1.td_type_3 .td_section_heading_left {
  max-width: 750px;
}
.td_section_heading.td_style_1.td_type_1 .td_section_heading_right, .td_section_heading.td_style_1.td_type_2 .td_section_heading_right, .td_section_heading.td_style_1.td_type_3 .td_section_heading_right {
  max-width: 420px;
  flex: none;
}
@media (max-width: 991px) {
  .td_section_heading.td_style_1.td_type_1 .td_section_heading_right.td_pricing_switch, .td_section_heading.td_style_1.td_type_2 .td_section_heading_right.td_pricing_switch, .td_section_heading.td_style_1.td_type_3 .td_section_heading_right.td_pricing_switch {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin-top: 20px;
  }
}
.td_section_heading.td_style_1.td_type_2 .td_section_heading_right {
  max-width: 650px;
}
@media (max-width: 1400px) {
  .td_section_heading.td_style_1.td_with_tab_menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0px;
  }
}

.td_section_heading.td_style_2 {
  padding-bottom: 20px;
  position: relative;
}
.td_section_heading.td_style_2::before {
  content: "";
  height: 4px;
  width: 30px;
  background-color: var(--accent-color);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}

.td_video_block.td_style_1 {
  min-height: 730px;
  padding: 100px 0 150px;
}
@media (max-width: 991px) {
  .td_video_block.td_style_1 {
    min-height: 550px;
    padding: 80px 0 160px;
  }
}
@media (max-width: 767px) {
  .td_video_block.td_style_1 br {
    display: none;
  }
}

.td_video_block.td_style_2 {
  min-height: 850px;
}
@media (max-width: 991px) {
  .td_video_block.td_style_2 {
    min-height: 450px;
  }
}
.td_video_block.td_style_2 .td_video_open {
  transform: scale(2.4);
}
@media (max-width: 991px) {
  .td_video_block.td_style_2 .td_video_open {
    transform: scale(1.6);
  }
}
.td_video_block.td_style_2 .td_player_btn {
  color: #fff;
}
.td_video_block.td_style_2 .td_player_btn:after {
  background-color: var(--accent-color);
}

.td_contact_box.td_style_1 {
  display: flex;
  gap: 10px 50px;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
  min-height: 200px;
  margin-top: -100px;
}
@media (max-width: 991px) {
  .td_contact_box.td_style_1 {
    gap: 10px 20px;
  }
}
@media (max-width: 767px) {
  .td_contact_box.td_style_1 {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 20px 0px;
  }
}
.td_contact_box.td_style_1 .td_contact_box_or {
  flex: none;
  height: 84px;
  width: 84px;
}
@media (min-width: 768px) {
  .td_contact_box.td_style_1 .td_contact_box_left {
    text-align: right;
  }
}
.td_contact_box.td_style_1 a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.td_rating {
  width: 114px;
  height: 18px;
  position: relative;
  font-size: 18px;
  display: flex;
  color: #ffb930;
}
.td_rating i {
  margin-right: 3px;
}
.td_rating .td_rating_percentage {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
}
.td_rating .td_rating_percentage {
  width: 50%;
}

.td_btn_box {
  width: 299px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1400px) {
  .td_btn_box svg {
    height: 240px;
  }
}
@media (max-width: 1199px) {
  .td_btn_box svg {
    height: 180px;
    width: 210px;
  }
}
@media (max-width: 991px) {
  .td_btn_box {
    width: 100%;
    margin-top: 20px;
  }
  .td_btn_box svg {
    display: none;
  }
}
.td_btn_box .td_btn_box_in {
  position: absolute;
  transform: rotate(-61deg);
  width: max-content;
  bottom: 10px;
  right: -150px;
}
@media (max-width: 1199px) {
  .td_btn_box .td_btn_box_in {
    right: -80px;
  }
}
@media (max-width: 1199px) {
  .td_btn_box .td_btn_box_in {
    position: initial;
    transform: initial;
  }
}
.td_btn_box .td_btn.td_style_1:hover {
  animation: bounce 2s;
}

.td_tab {
  display: none;
}
.td_tab.active {
  display: block;
}

.td_tab_links.td_style_1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media (max-width: 991px) {
  .td_tab_links.td_style_1 {
    gap: 10px 10px;
  }
}
.td_tab_links.td_style_1 a {
  display: inline-flex;
  padding: 10px 20px;
  border: 1px solid var(--accent-color);
  border-radius: 10px;
}
.td_tab_links.td_style_1 .active a {
  background-color: var(--accent-color);
  color: #fff;
}

.td_tab_links.td_style_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.td_tab_links.td_style_2 a {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
  display: inline-flex;
}
.td_tab_links.td_style_2 .active a {
  background-color: var(--accent-color);
  color: #fff;
}
.td_tab_links.td_style_2.td_type_1 {
  border-radius: 35px;
  border: 1px solid rgba(40, 11, 183, 0.1);
  background: rgba(235, 236, 237, 0.3);
  padding: 10px;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .td_tab_links.td_style_2.td_type_1 {
    gap: 5px 10px;
  }
}
@media (max-width: 1199px) {
  .td_tab_links.td_style_2.td_type_1 {
    justify-content: center;
    font-size: 16px;
  }
}
.td_tab_links.td_style_2.td_type_1 a {
  box-shadow: none;
  background-color: transparent;
}
@media (max-width: 991px) {
  .td_tab_links.td_style_2.td_type_1 a {
    padding: 8px 12px;
  }
}
.td_tab_links.td_style_2.td_type_1 .active a {
  background-color: var(--accent-color);
}
.td_tab_links.td_style_2.td_type_2 {
  border: 1px solid var(--accent-color);
  border-radius: 0px;
  margin-bottom: 30px;
  gap: 0px 20px;
}
.td_tab_links.td_style_2.td_type_2 a {
  border-radius: 0px;
  box-shadow: initial;
}

.td_tab_links.td_style_3 {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  border: 1px solid var(--border-color);
  border-left: 0;
  border-right: 0;
}
@media (max-width: 1400px) {
  .td_tab_links.td_style_3.td_fs_24 {
    font-size: 20px;
  }
}
@media (max-width: 470px) {
  .td_tab_links.td_style_3 {
    padding: 20px 0;
  }
  .td_tab_links.td_style_3.td_fs_24 {
    font-size: 17px;
  }
}
@media (max-width: 370px) {
  .td_tab_links.td_style_3.td_fs_24 {
    font-size: 14px;
  }
}
.td_tab_links.td_style_3 li:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid var(--heading-color);
}
@media (max-width: 1400px) {
  .td_tab_links.td_style_3 li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 470px) {
  .td_tab_links.td_style_3 li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.td_tab_links.td_style_3 a {
  display: inline-block;
  position: relative;
}
.td_tab_links.td_style_3 a::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0%;
  bottom: 0;
  left: 0;
  background-color: var(--heading-color);
  transition: all 0.3s ease;
}
.td_tab_links.td_style_3 .active a::before {
  width: 100%;
}

.td_tab_links.td_style_4 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
@media (max-width: 1400px) {
  .td_tab_links.td_style_4 {
    gap: 10px;
  }
}
.td_tab_links.td_style_4 a {
  display: inline-block;
  border: 1px solid var(--accent-color);
  padding: 12px 20px;
}
@media (max-width: 1400px) {
  .td_tab_links.td_style_4 a {
    padding: 10px 15px;
  }
}
.td_tab_links.td_style_4 .active a {
  background-color: var(--accent-color);
  color: #fff;
}

.td_tabs.td_style_1 .td_mb_40 {
  margin-bottom: 30px;
}

.td_tab_comming_soon {
  border: 1px dashed var(--border-color);
  border-radius: 10px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.td_list.td_style_1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1400px) {
  .td_list.td_style_1 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
@media (max-width: 410px) {
  .td_list.td_style_1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.td_list.td_style_1 li {
  border-left: 4px solid var(--heading-color);
  border-radius: 10px;
  position: relative;
  padding: 16px 16px 16px 52px;
}
@media (max-width: 1400px) {
  .td_list.td_style_1 li {
    padding: 12px 10px 12px 52px;
  }
}
.td_list.td_style_1 .td_list_icon {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: var(--accent-color);
  color: #fff;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.td_list.td_style_2 {
  position: relative;
  z-index: 2;
}
.td_list.td_style_2 li {
  padding-left: 38px;
  position: relative;
}
.td_list.td_style_2 li svg {
  position: absolute;
  left: 0;
  top: 5px;
}
.td_list.td_style_2 li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .td_list.td_style_2 li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.td_list.td_style_2.td_fs_20 li:not(:last-child) {
  margin-bottom: 24px;
}
.td_list.td_style_2.td_fs_20 li svg {
  top: 3px;
}
.td_list.td_style_2.td_type_1 li {
  padding-left: 44px;
}
.td_list.td_style_2.td_type_1 li svg {
  top: 2px;
}
.td_list.td_style_2.td_type_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1199px) {
  .td_list.td_style_2.td_type_2 {
    flex-direction: column;
    gap: 15px;
  }
}
.td_list.td_style_2.td_type_2 li {
  flex: none;
  width: calc(50% - 12px);
  margin: 0;
  padding-left: 32px;
}
@media (max-width: 1199px) {
  .td_list.td_style_2.td_type_2 li {
    width: 100%;
  }
}
.td_list.td_style_2.td_type_2 li svg {
  top: 2px;
}

.td_list_2_shape {
  position: absolute;
  opacity: 0.03;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.td_list.td_style_3 li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.td_list.td_style_3 li:not(:last-child) {
  margin-bottom: 20px;
}
.td_list.td_style_3 .td_list_icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: rgba(235, 236, 237, 0.5);
  flex: none;
}

.td_list_3_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 500px) {
  .td_list_3_wrap {
    flex-direction: column-reverse;
  }
}

.td_list_3_box {
  flex: none;
  width: 143px;
  padding: 33px 20px;
  border-radius: 70px;
}
@media (max-width: 500px) {
  .td_list_3_box {
    padding: 20px 20px;
    width: 100%;
  }
}

.td_list.td_style_4 {
  display: grid;
  grid-gap: 30px 50px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 575px) {
  .td_list.td_style_4 {
    grid-gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.td_list.td_style_4 li {
  display: flex;
  gap: 15px;
  align-items: center;
}
.td_list.td_style_4 .td_list_icon {
  flex: none;
  width: 80px;
  height: 80px;
  position: relative;
  clip-path: inset(0 round 50px 50px 50px 50px);
  padding: 8px;
}
.td_list.td_style_4 .td_list_icon:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: 3px dashed #6440fb;
  border-radius: 100px;
  box-sizing: border-box;
}
.td_list.td_style_4 .td_list_icon_icon_in {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: linear-gradient(90deg, #fff0d4 0.07%, #d6fff7 95.86%);
}
.td_list.td_style_4 li:hover .td_list_icon::before {
  animation: rotate-anim 15s linear infinite;
}

.td_list.td_style_5 {
  border-left: 5px solid var(--accent-color);
  padding-left: 20px;
  display: inline-block;
}
.td_list.td_style_5 li:not(:last-child) {
  border-bottom: 1px solid #ebeced;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.td_image_box.td_style_1 {
  position: relative;
  padding-bottom: 70px;
  padding-right: 100px;
}
@media (max-width: 1400px) {
  .td_image_box.td_style_1 {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .td_image_box.td_style_1 {
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.td_image_box.td_style_1 .td_image_box_thumb {
  border-radius: 50px;
  width: 100%;
}

.td_image_box.td_style_2 {
  margin-right: 70px;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 1400px) {
  .td_image_box.td_style_2 {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_image_box.td_style_2 {
    margin-right: 0px;
  }
}
.td_image_box.td_style_2 .td_image_box_img_1 {
  padding-right: 30%;
  position: relative;
  z-index: 2;
}
.td_image_box.td_style_2 .td_image_box_img_1 img {
  border-radius: 200px;
}
.td_image_box.td_style_2 .td_image_box_img_2 {
  width: 53%;
  max-width: 288px;
  border-radius: 137px;
  position: absolute;
  bottom: 32px;
  right: 0;
}
.td_image_box.td_style_2 .td_image_box_img_2 .td_image_box_img_2_icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: 1;
  border-radius: 30px;
}
.td_image_box.td_style_2 .td_image_box_img_2 .td_image_box_img_2_thumb {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
  position: relative;
  z-index: 1;
}
.td_image_box.td_style_2 .td_image_box_img_2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  background-color: var(--accent-color);
  opacity: 0.43;
}
.td_image_box.td_style_2 .td_image_box_shape_1 {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-color: #d9d9d9;
  opacity: 0.15;
  position: absolute;
  left: 0;
  bottom: 0;
}
.td_image_box.td_style_2 .td_image_box_shape_2 {
  height: 216px;
  width: 216px;
  border-radius: 50%;
  border: 4px solid var(--accent-color);
  position: absolute;
  left: 27%;
  bottom: 35px;
}
@media (max-width: 575px) {
  .td_image_box.td_style_2 .td_image_box_shape_2 {
    left: 0;
  }
}
.td_image_box.td_style_2 .td_image_box_shape_3 {
  position: absolute;
  left: -100px;
  top: 0;
}
.td_image_box.td_style_2 .td_image_box_shape_3 img,
.td_image_box.td_style_2 .td_image_box_shape_3 svg {
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_image_box.td_style_2 .td_player_btn_wrap {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 65px;
}
.td_image_box.td_style_2 .td_player_btn {
  color: #fff;
}
.td_image_box.td_style_2 .td_player_btn:after {
  background-color: var(--accent-color);
}
.td_image_box.td_style_2 .td_player_btn::before {
  z-index: 0;
  visibility: visible;
}
.td_image_box.td_style_2 .td_award_box_icon {
  height: 67px;
  width: 67px;
  background-color: #000;
  box-shadow: 2px 2px 0px rgba(40, 11, 183, 0.1);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.td_image_box.td_style_2 .td_award_box_in {
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  width: 159px;
  border-radius: 20px;
  text-align: center;
  padding: 0px 15px 20px 15px;
}
.td_image_box.td_style_2 .td_award_box_in p {
  display: inline-block;
  padding: 20px 7px;
  border-radius: 0px 0px 50px 50px;
  margin-bottom: 15px;
}
.td_image_box.td_style_2 .td_award_box {
  position: absolute;
  top: 15%;
  right: -25px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .td_image_box.td_style_2 .td_award_box {
    right: 0;
    top: 8%;
  }
}

.td_image_box.td_style_3 {
  margin-right: 56px;
  position: relative;
  padding-bottom: 220px;
}
@media (max-width: 1400px) {
  .td_image_box.td_style_3 {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_image_box.td_style_3 {
    margin-right: 0px;
  }
}
.td_image_box.td_style_3 .td_image_box_img_1 {
  padding-right: 220px;
}
@media (max-width: 450px) {
  .td_image_box.td_style_3 .td_image_box_img_1 {
    padding-right: 205px;
  }
}
.td_image_box.td_style_3 .td_image_box_img_2 {
  padding-left: 220px;
  position: absolute;
  bottom: 0;
  height: 100%;
  padding-top: 220px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 450px) {
  .td_image_box.td_style_3 .td_image_box_img_2 {
    padding-left: 205px;
  }
}
.td_image_box.td_style_3 .td_review_box {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.td_image_box.td_style_3 .td_review_box img {
  max-width: 93px;
}
.td_image_box.td_style_3 .td_review_box h3 {
  margin-bottom: -5px;
}
.td_image_box.td_style_3 .td_sign_box {
  width: 220px;
  height: 220px;
  position: absolute;
  right: 0;
  top: 0;
}
.td_image_box.td_style_3 .td_sign_box > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.03;
}
.td_image_box.td_style_3 .td_sign_box .td_sign_box_in {
  transform: rotate(-41deg);
  margin-top: 30px;
  margin-left: 10px;
}
.td_image_box.td_style_3 .td_sign_box .td_award_box_icon {
  height: 67px;
  width: 67px;
  background-color: var(--accent-color);
  box-shadow: 2px 2px 0px rgba(40, 11, 183, 0.1);
  border-radius: 50%;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: 134px;
}

.td_image_box.td_style_4 {
  margin-right: 96px;
  position: relative;
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 1400px) {
  .td_image_box.td_style_4 {
    margin-right: 50px;
  }
}
@media (max-width: 1199px) {
  .td_image_box.td_style_4 {
    margin-right: 0px;
  }
}
.td_image_box.td_style_4 .td_image_box_img_1 {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.td_image_box.td_style_4 .td_image_box_img_1::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 630px;
  background-color: #fff;
  bottom: -47px;
  left: 0;
  transform: rotate(-10deg);
}
.td_image_box.td_style_4 .td_image_box_shape_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.td_image_box.td_style_4 .td_image_box_shape_1 svg {
  width: 100%;
}
.td_image_box.td_style_4 .td_image_box_shape_2 {
  position: absolute;
  left: 70%;
  bottom: 25%;
}
.td_image_box.td_style_4 .td_image_box_shape_3 {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
}
.td_image_box.td_style_4 .td_image_box_shape_4 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.td_image_box.td_style_5 {
  margin-right: 30px;
  position: relative;
  padding-bottom: 200px;
  max-width: 610px;
}
@media (max-width: 1400px) {
  .td_image_box.td_style_5 {
    margin-right: 0;
  }
}
.td_image_box.td_style_5 .td_image_box_img_1 {
  padding-right: 35%;
}
@media (max-width: 420px) {
  .td_image_box.td_style_5 .td_image_box_img_1 {
    padding-right: 22%;
  }
}
.td_image_box.td_style_5 .td_image_box_img_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 32%;
  height: 475px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 420px) {
  .td_image_box.td_style_5 .td_image_box_img_2 {
    padding-left: 20%;
  }
}
.td_image_box.td_style_5 .td_image_box_img_2 img {
  max-height: 100%;
}
.td_image_box.td_style_5 .td_image_box_circle {
  width: 170px;
  height: 170px;
  clip-path: inset(0 round 100px 100px 100px 100px);
  padding: 8px;
  position: absolute;
  right: 50px;
  top: 20px;
}
@media (max-width: 1400px) {
  .td_image_box.td_style_5 .td_image_box_circle {
    right: 20px;
  }
}
@media (max-width: 420px) {
  .td_image_box.td_style_5 .td_image_box_circle {
    transform: scale(0.8);
    right: 0px;
  }
}
.td_image_box.td_style_5 .td_image_box_circle::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 6px dashed rgba(0, 0, 27, 0.5);
  border-radius: 100px;
}
.td_image_box.td_style_5 .td_image_box_circle .td_image_box_circle_in {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: linear-gradient(90deg, #fff0d4 0.07%, #d6fff7 95.86%);
  position: relative;
  padding: 9px;
}
.td_image_box.td_style_5 .td_image_box_circle .td_image_box_circle_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.td_image_box.td_style_5 .td_image_box_circle .td_image_box_circle_text {
  width: 100%;
  animation: rotate-anim 35s linear infinite;
}

.td_image_box.td_style_6 {
  margin-right: 56px;
  position: relative;
  max-width: 580px;
}
@media (max-width: 1400px) {
  .td_image_box.td_style_6 {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_image_box.td_style_6 {
    margin-right: 0px;
  }
}
.td_image_box.td_style_6 .td_image_box_img_1 {
  padding-right: 26%;
  position: relative;
  z-index: 2;
}
.td_image_box.td_style_6 .td_image_box_img_1 img {
  border-radius: 250px;
}
.td_image_box.td_style_6 .td_image_box_img_2 {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  padding-left: 47%;
}
.td_image_box.td_style_6 .td_image_box_img_2 img {
  border: 20px solid #fff;
  border-radius: 200px;
}
.td_image_box.td_style_6 .td_image_box_img_2_in {
  position: relative;
}
.td_image_box.td_style_6 .td_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.td_image_box.td_style_6 .td_player_btn {
  color: #fff;
}
.td_image_box.td_style_6 .td_player_btn:after {
  background-color: var(--accent-color);
}
.td_image_box.td_style_6 .td_player_btn::before {
  background-color: #fff;
}
.td_image_box.td_style_6 .td_image_box_shape_1 {
  height: 280px;
  width: 280px;
  border: 20px solid #ebeced;
  opacity: 0.5;
  border-radius: 50%;
  top: 50px;
  right: 0;
}
@media (max-width: 575px) {
  .td_image_box.td_style_6 .td_image_box_shape_1 {
    height: 200px;
    width: 200px;
  }
}
.td_image_box.td_style_6 .td_image_box_shape_2 {
  top: 95px;
  right: 45px;
}
.td_image_box.td_style_6 .td_image_box_shape_2 img {
  animation: 30s linear 0s infinite normal none running rotate-anim;
}
.td_image_box.td_style_6.td_type_1 {
  padding-bottom: 130px;
  margin-right: 76px;
}
@media (max-width: 1400px) {
  .td_image_box.td_style_6.td_type_1 {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_image_box.td_style_6.td_type_1 {
    margin-right: 0px;
  }
}
.td_image_box.td_style_6.td_type_1 .td_image_box_img_2 {
  bottom: 40px;
}
.td_image_box.td_style_6.td_type_1 .td_image_box_img_2 img {
  border-width: 8px;
}
.td_image_box.td_style_6.td_type_1 .td_image_box_shape_3 {
  left: 22%;
  bottom: -10px;
}
.td_image_box.td_style_6.td_type_1 .td_image_box_shape_3 img {
  animation: 35s linear 0s infinite normal none running rotate-anim;
}
.td_image_box.td_style_6.td_type_1 .td_player_btn {
  color: var(--accent-color);
}
.td_image_box.td_style_6.td_type_1 .td_player_btn:after {
  background-color: #fff;
}
.td_image_box.td_style_6.td_type_2 {
  padding-bottom: 130px;
  margin-right: 76px;
}
@media (max-width: 1400px) {
  .td_image_box.td_style_6.td_type_2 {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_image_box.td_style_6.td_type_2 {
    margin-right: 0px;
  }
}
.td_image_box.td_style_6.td_type_2 .td_image_box_img_2 {
  bottom: 40px;
}
.td_image_box.td_style_6.td_type_2 .td_image_box_img_2 img {
  border-width: 8px;
}
.td_image_box.td_style_6.td_type_2 .td_image_box_shape_3 {
  top: 12%;
  right: 0;
}
.td_image_box.td_style_6.td_type_2 .td_image_box_shape_3 img {
  animation: 35s linear 0s infinite normal none running rotate-anim;
}
.td_image_box.td_style_6.td_type_2 .td_image_box_shape_2 {
  top: -20px;
  right: initial;
  left: -5px;
}
.td_image_box.td_style_6.td_type_2 .td_image_box_shape_1 {
  border-color: var(--accent-color);
  right: 35%;
  top: initial;
  bottom: 0;
  opacity: 1;
}

.td_image_box.td_style_7 {
  margin-right: 56px;
  position: relative;
  padding-bottom: 113px;
}
@media (max-width: 1400px) {
  .td_image_box.td_style_7 {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_image_box.td_style_7 {
    margin-right: 0px;
  }
}
.td_image_box.td_style_7 .td_image_box_img_1 {
  padding-right: 25%;
}
.td_image_box.td_style_7 .td_image_box_img_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 31.5%;
  height: 365px;
}
.td_image_box.td_style_7 .td_image_box_img_2 img {
  max-height: 100%;
  border: 8px solid;
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: var(--accent-color);
  border-bottom-color: var(--accent-color);
}
.td_image_box.td_style_7 .td_image_box_img_2_in {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.td_image_box.td_style_7 .td_image_box_img_2_icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.td_image_box.td_style_7 .td_image_box_shape_1 {
  position: absolute;
  right: 15px;
  top: 22%;
  z-index: 1;
}
.td_image_box.td_style_7 .td_image_box_shape_1 > svg {
  animation: 30s linear 0s infinite normal none running rotate-anim;
}
.td_image_box.td_style_7 .td_image_box_shape_1_in {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: 2px 2px 0px rgba(40, 11, 183, 0.1);
}
.td_image_box.td_style_7 .td_image_box_shape_2 {
  position: absolute;
  top: 18px;
  right: 10%;
}
@media (max-width: 575px) {
  .td_image_box.td_style_7 .td_image_box_shape_2 {
    display: none;
  }
}

.td_image_box.td_style_8 {
  width: 490px;
  height: 490px;
  margin-bottom: -90px;
  position: relative;
}
@media (max-width: 991px) {
  .td_image_box.td_style_8 {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .td_image_box.td_style_8 {
    width: 100%;
    height: initial;
  }
}
.td_image_box.td_style_8 .td_image_box_img_1 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.td_image_box.td_style_8 .td_image_box_img_2,
.td_image_box.td_style_8 .td_image_box_img_3 {
  height: 124px;
  width: 124px;
  border: 4px solid #fff;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 575px) {
  .td_image_box.td_style_8 .td_image_box_img_2,
  .td_image_box.td_style_8 .td_image_box_img_3 {
    width: 23%;
    height: initial;
    border-width: 2px;
  }
}
.td_image_box.td_style_8 .td_image_box_img_2 img,
.td_image_box.td_style_8 .td_image_box_img_3 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.td_image_box.td_style_8 .td_image_box_img_2 {
  right: 15px;
  top: 15px;
}
.td_image_box.td_style_8 .td_image_box_img_3 {
  right: 15px;
  bottom: 15px;
}
.td_image_box.td_style_8 .td_image_box_shape_1 {
  top: 23%;
  width: 262px;
  left: 87%;
}
@media (max-width: 1400px) {
  .td_image_box.td_style_8 .td_image_box_shape_1 {
    left: 65%;
  }
}
@media (max-width: 1199px) {
  .td_image_box.td_style_8 .td_image_box_shape_1 {
    left: 50%;
  }
}
@media (max-width: 575px) {
  .td_image_box.td_style_8 .td_image_box_shape_1 {
    display: none;
  }
}
.td_image_box.td_style_8 .td_image_box_shape_1 img {
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_image_box.td_style_8.td_type_1 {
  margin-bottom: 0;
}

.td_image_box.td_style_9 {
  margin-left: 60px;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 1400px) {
  .td_image_box.td_style_9 {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .td_image_box.td_style_9 {
    margin-top: 0;
  }
}
.td_image_box.td_style_9 .td_image_box_shape_2 {
  right: 20px;
  top: 60px;
  z-index: 1;
}
.td_image_box.td_style_9 .td_image_box_shape_3 {
  left: 37%;
  top: 58%;
}
@media (max-width: 575px) {
  .td_image_box.td_style_9 .td_image_box_shape_3 {
    display: none;
  }
}
.td_image_box.td_style_9 .td_image_box_shape_4 {
  top: -4%;
  left: 17%;
}
@media (max-width: 575px) {
  .td_image_box.td_style_9 .td_image_box_shape_4 {
    display: none;
  }
}
.td_image_box.td_style_9 .td_image_box_shape_5 {
  top: -2%;
  right: 5%;
  animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 575px) {
  .td_image_box.td_style_9 .td_image_box_shape_5 {
    display: none;
  }
}

.td_image_box.td_style_10 {
  margin-left: 36px;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .td_image_box.td_style_10 {
    margin-left: 0;
  }
}
.td_image_box.td_style_10 .td_image_box_contact {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.td_image_box.td_style_10 .td_image_box_contact i {
  height: 60px;
  width: 60px;
  border: 2px solid var(--heading-color);
  background-color: #fff;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  border-radius: 50%;
  font-size: 20px;
}

.td_image_box.td_style_11 {
  padding: 0 6%;
}
.td_image_box.td_style_11::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 80%;
  background-color: #fff;
}
.td_image_box.td_style_11 img {
  position: relative;
  z-index: 1;
}
.td_image_box.td_style_11 .td_image_box_text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 20px 25px;
  width: 100%;
  max-width: 250px;
}

.td_wrap_box_1 {
  max-width: 1680px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #ecf2ff;
}
.td_wrap_box_1 .td_wrap_box_1_shape_1 {
  right: 30px;
  bottom: 30px;
  animation: spinAnimaiton 6s linear infinite;
}

.td_shape_section_1,
.td_shape_section_2,
.td_shape_section_3,
.td_shape_section_4,
.td_shape_section_5,
.td_shape_section_6,
.td_shape_section_7,
.td_shape_section_8,
.td_shape_section_9,
.td_shape_section_10,
.td_shape_section_11,
.td_shape_section_12 {
  position: relative;
  overflow: hidden;
}
.td_shape_section_1 .td_shape,
.td_shape_section_2 .td_shape,
.td_shape_section_3 .td_shape,
.td_shape_section_4 .td_shape,
.td_shape_section_5 .td_shape,
.td_shape_section_6 .td_shape,
.td_shape_section_7 .td_shape,
.td_shape_section_8 .td_shape,
.td_shape_section_9 .td_shape,
.td_shape_section_10 .td_shape,
.td_shape_section_11 .td_shape,
.td_shape_section_12 .td_shape {
  position: absolute;
}
@media (max-width: 991px) {
  .td_shape_section_1 .td_shape,
  .td_shape_section_2 .td_shape,
  .td_shape_section_3 .td_shape,
  .td_shape_section_4 .td_shape,
  .td_shape_section_5 .td_shape,
  .td_shape_section_6 .td_shape,
  .td_shape_section_7 .td_shape,
  .td_shape_section_8 .td_shape,
  .td_shape_section_9 .td_shape,
  .td_shape_section_10 .td_shape,
  .td_shape_section_11 .td_shape,
  .td_shape_section_12 .td_shape {
    display: none;
  }
}
.td_shape_section_1 > *:not(.td_shape),
.td_shape_section_2 > *:not(.td_shape),
.td_shape_section_3 > *:not(.td_shape),
.td_shape_section_4 > *:not(.td_shape),
.td_shape_section_5 > *:not(.td_shape),
.td_shape_section_6 > *:not(.td_shape),
.td_shape_section_7 > *:not(.td_shape),
.td_shape_section_8 > *:not(.td_shape),
.td_shape_section_9 > *:not(.td_shape),
.td_shape_section_10 > *:not(.td_shape),
.td_shape_section_11 > *:not(.td_shape),
.td_shape_section_12 > *:not(.td_shape) {
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .td_shape_section_1 > .position-absolute,
  .td_shape_section_2 > .position-absolute,
  .td_shape_section_3 > .position-absolute,
  .td_shape_section_4 > .position-absolute,
  .td_shape_section_5 > .position-absolute,
  .td_shape_section_6 > .position-absolute,
  .td_shape_section_7 > .position-absolute,
  .td_shape_section_8 > .position-absolute,
  .td_shape_section_9 > .position-absolute,
  .td_shape_section_10 > .position-absolute,
  .td_shape_section_11 > .position-absolute,
  .td_shape_section_12 > .position-absolute {
    display: none;
  }
}

.td_shape_section_1 .td_shape_position_1 {
  left: 4%;
  top: 25%;
}
.td_shape_section_1 .td_shape_position_1 img {
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_1 .td_shape_position_2 {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 3px solid var(--heading-color);
  right: 5%;
  top: 28%;
  animation: up-down-anim 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_1 .td_shape_position_3 {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid var(--heading-color);
  opacity: 0.7;
  right: 14%;
  top: 70%;
  animation: particalAnimation 20s alternate infinite linear;
}
.td_shape_section_1 .td_shape_position_4 {
  left: 5%;
  top: 28%;
}
.td_shape_section_1 .td_shape_position_4 svg {
  animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.td_shape_section_2 .td_shape_position_1 {
  left: 4%;
  top: 14%;
  animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_2 .td_shape_position_2 {
  left: 4%;
  top: 45%;
}
.td_shape_section_2 .td_shape_position_3 {
  left: 16%;
  top: 64%;
}
.td_shape_section_2 .td_shape_position_3 img {
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_2 .td_shape_position_4 {
  right: 6%;
  top: 52%;
  animation: spinAnimaiton 6s linear infinite;
}
.td_shape_section_2 .td_shape_position_5 {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid var(--accent-color);
  right: 7%;
  top: 20%;
  animation: up-down-anim 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.td_shape_section_3 .td_shape_position_1 {
  left: 2%;
  top: 24%;
}
.td_shape_section_3 .td_shape_position_1 img {
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_3 .td_shape_position_2 {
  left: 5%;
  top: 75%;
}
.td_shape_section_3 .td_shape_position_2 img {
  animation: spinAnimaiton 6s linear infinite;
}
.td_shape_section_3 .td_shape_position_3 {
  right: 7%;
  top: 15%;
  animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_3 .td_shape_position_4 {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 1px solid #8e56ff;
  opacity: 0.5;
  right: 5%;
  top: 68%;
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.td_shape_section_4 .td_shape_position_1 {
  right: 3%;
  top: 75%;
}
.td_shape_section_4 .td_shape_position_2 {
  right: 5%;
  top: 30%;
  animation: spinAnimaiton 6s linear infinite;
}
.td_shape_section_4 .td_shape_position_3 {
  left: 3%;
  top: 70%;
}
.td_shape_section_4 .td_shape_position_4 {
  left: 4%;
  top: 40%;
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_4 .td_shape_position_5 {
  left: 0;
  top: 40%;
}
.td_shape_section_4 .td_shape_position_6 {
  right: 5%;
  top: 70%;
}
.td_shape_section_4 .td_shape_position_7 {
  right: 0;
  top: 22%;
}
.td_shape_section_4 .td_shape_position_8 {
  right: 9%;
  top: 40%;
}

.td_shape_section_5 .td_shape_position_1,
.td_shape_section_5 .td_shape_position_4 {
  height: 520px;
  width: 520px;
  border: 4px solid #fff;
  opacity: 0.3;
  border-radius: 50%;
  left: -250px;
  top: -250px;
}
.td_shape_section_5 .td_shape_position_2 {
  left: 4%;
  bottom: 9%;
}
.td_shape_section_5 .td_shape_position_3 {
  height: 520px;
  width: 520px;
  background-color: var(--heading-color);
  opacity: 0.3;
  bottom: -167px;
  right: -90px;
  border-radius: 50%;
}
.td_shape_section_5 .td_shape_position_4 {
  left: initial;
  right: -229px;
  top: initial;
  bottom: 0;
  border-width: 1px;
}
.td_shape_section_5 .td_shape_position_5 {
  top: 35px;
  right: 35px;
}
.td_shape_section_5 .td_shape_position_6 {
  right: 135px;
  bottom: 130px;
}
@media (max-width: 1300px) {
  .td_shape_section_5 .td_shape_position_6 {
    right: 40px;
    bottom: 80px;
  }
}

.td_shape_section_6 .td_shape_position_1 {
  left: 5%;
  top: 55%;
  animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  opacity: 0.7;
}
.td_shape_section_6 .td_shape_position_1::before, .td_shape_section_6 .td_shape_position_1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid;
  left: 0;
}
.td_shape_section_6 .td_shape_position_1::before {
  top: 0px;
  border-color: #fff;
  background-color: var(--heading-color);
  z-index: 1;
  animation: swing-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_6 .td_shape_position_1::after {
  top: 8px;
  border-color: rgba(255, 255, 255, 0.3);
  animation: swing-anim 120s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_6 .td_shape_position_2,
.td_shape_section_6 .td_shape_position_3 {
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  opacity: 0.15;
  border-radius: 5px;
}
.td_shape_section_6 .td_shape_position_2 {
  right: 10%;
  top: 40%;
  animation: swing-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_6 .td_shape_position_3 {
  right: 5%;
  top: 75%;
  animation: swing-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation-direction: reverse;
}

.td_shape_section_7 .td_shape_position_1 {
  left: 7%;
  top: 35%;
}
.td_shape_section_7 .td_shape_position_2 {
  left: 6%;
  top: 67%;
}
.td_shape_section_7 .td_shape_position_3 {
  right: 7%;
  top: 35%;
}
.td_shape_section_7 .td_shape_position_4 {
  right: 6%;
  top: 67%;
}

.td_shape_section_8 .td_shape_position_1 {
  left: 2%;
  top: 38%;
}
.td_shape_section_8 .td_shape_position_2 {
  right: 4%;
  top: 66%;
}

.td_shape_section_9 .td_shape_position_1 {
  left: 5%;
  top: 25%;
  animation: swing-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_9 .td_shape_position_2 {
  right: 6%;
  top: 60%;
  animation: swing-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_9 .td_shape_position_3 {
  border-radius: 50%;
  opacity: 0.1;
  width: 475px;
  height: 475px;
  background: linear-gradient(258deg, rgba(235, 236, 237, 0.6) -115.85%, rgba(134, 134, 135, 0.6) 205.86%);
  bottom: 0;
  left: -240px;
}
.td_shape_section_9 .td_shape_position_4 {
  left: 0;
  top: 22%;
}
.td_shape_section_9 .td_shape_position_5 {
  right: 1%;
  top: 18%;
}
.td_shape_section_9 .td_shape_position_6 {
  left: 6%;
  top: 20%;
}
.td_shape_section_9 .td_shape_position_7 {
  left: 6%;
  top: 70%;
}
.td_shape_section_9 .td_shape_position_8 {
  right: 6%;
  top: 20%;
}
.td_shape_section_9 .td_shape_position_9 {
  right: 6%;
  top: 70%;
}

.td_shape_section_10 .td_shape_position_1 {
  right: 2%;
  top: 10%;
}
.td_shape_section_10 .td_shape_position_1 img {
  animation: rotate-anim 40s linear infinite;
}
.td_shape_section_10 .td_shape_position_2 {
  left: -40px;
  bottom: 0;
}
.td_shape_section_10 .td_shape_position_2 img {
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_shape_section_10 .td_shape_position_3 {
  left: 0;
  top: 25%;
}
.td_shape_section_10 .td_shape_position_4 {
  left: 6%;
  top: 20%;
}
.td_shape_section_10 .td_shape_position_5 {
  left: 6%;
  top: 70%;
}
.td_shape_section_10 .td_shape_position_6 {
  right: 6%;
  top: 20%;
}
.td_shape_section_10 .td_shape_position_7 {
  right: 6%;
  top: 70%;
}

.td_brand.td_style_1 {
  text-align: center;
}
.td_brand.td_style_1 img {
  display: inline-block;
}

.td_half_white_bg {
  position: relative;
}
.td_half_white_bg > * {
  position: relative;
  z-index: 2;
}
.td_half_white_bg::before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .td_half_white_bg::before {
    height: 25%;
  }
}

.td_rate_section {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .td_rate_section {
    flex-direction: column;
  }
}
.td_rate_section .td_rate_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 45px 30px 35px;
  border-right: 5px solid #fff;
  min-height: 142px;
  gap: 15px;
  width: 510px;
  flex: none;
  position: relative;
}
@media (max-width: 991px) {
  .td_rate_section .td_rate_heading {
    min-height: 120px;
    width: 100%;
    justify-content: center;
    gap: 0 25px;
    border-right: 0;
    padding: 20px 15px 20px 15px;
    border-bottom: 2px solid #fff;
    justify-content: center;
  }
}
.td_rate_section .td_rate_heading::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #fff;
  right: 6px;
}
@media (max-width: 991px) {
  .td_rate_section .td_rate_heading::after {
    display: none;
  }
}
.td_rate_section .td_rating_wrap {
  padding: 3px 0px;
  background-color: var(--heading-color);
}
.td_rate_section .td_rating {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .td_rate_section.td_type_1 {
    position: relative;
    z-index: 2;
    transform: rotate(-4deg);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-top: -67px;
    margin-bottom: 67px;
  }
}
.td_rate_section .td_rate_feature_list_wrap {
  flex: 1;
}

.td_rate_feature_list {
  display: flex;
  padding: 40px 15px;
  justify-content: space-around;
  gap: 15px 24px;
}
.td_rate_feature_list li {
  display: flex;
  gap: 12px;
  align-items: center;
}
.td_rate_feature_list .td_rate_feature_icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  flex: none;
}

.td_moving_box_wrap {
  font-family: helvetica;
  overflow-x: hidden;
}
.td_moving_box_wrap:hover .td_moving_box {
  animation-play-state: paused;
}

.td_moving_box_in {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}

.td_moving_box {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  animation: slide-left 20s linear infinite;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.td_funfact_1_wrap {
  display: flex;
  justify-content: space-around;
  gap: 24px 70px;
}
@media (max-width: 1400px) {
  .td_funfact_1_wrap {
    gap: 24px 30px;
  }
}
@media (max-width: 1199px) {
  .td_funfact_1_wrap {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .td_funfact_1_wrap .td_funfact.td_style_1 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .td_funfact_1_wrap .td_funfact.td_style_1 {
    width: 100%;
  }
}

.td_funfact.td_style_1 {
  display: flex;
  position: relative;
  min-height: 120px;
  align-items: center;
}
.td_funfact.td_style_1 > svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.td_funfact.td_style_1 .td_funfact_in {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 10px 10px 10px 23px;
  background-color: var(--accent-color);
  position: relative;
  z-index: 1;
  margin-left: 2px;
}
.td_funfact.td_style_1 .td_funfact_icon {
  flex: none;
  width: 60px;
}
.td_funfact.td_style_1 .td_funfact_icon img {
  width: 100%;
}

.td_funfact.td_style_2 {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 164px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1600px) {
  .td_funfact.td_style_2 {
    padding-left: 20px;
  }
}
.td_funfact.td_style_2 .td_funfact_border {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 225px;
  clip-path: inset(0 round 60px 60px 60px 60px);
}
.td_funfact.td_style_2 .td_funfact_border::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: 4px dashed var(--heading-color);
  border-radius: 62px;
}
.td_funfact.td_style_2 .td_funfact_icon {
  flex: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.td_funfact.td_style_2 .td_funfact_right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: none;
  width: 220px;
  padding: 20px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  .td_funfact.td_style_2 .td_funfact_right {
    width: 198px;
    padding: 20px 18px;
  }
}

.td_instagram_list.td_style_1 {
  display: flex;
  width: 100%;
  max-width: 1920px;
  padding: 0 30px;
  gap: 30px;
}
@media (max-width: 1400px) {
  .td_instagram_list.td_style_1 {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .td_instagram_list.td_style_1 {
    gap: 0px;
    flex-wrap: wrap;
    padding: 0 8px;
    margin: -7px 0;
  }
}
.td_instagram_list.td_style_1 li {
  flex: 1;
}
@media (max-width: 991px) {
  .td_instagram_list.td_style_1 li {
    width: 33.3333%;
    flex: none;
    padding: 7px;
  }
}
@media (max-width: 440px) {
  .td_instagram_list.td_style_1 li {
    width: 50%;
  }
}
.td_instagram_list.td_style_1 a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.td_instagram_list.td_style_1 a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
.td_instagram_list.td_style_1 a img {
  width: 100%;
  transition: all 0.5s ease;
}
.td_instagram_list.td_style_1 a i {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}
.td_instagram_list.td_style_1 a:hover::before {
  opacity: 0.5;
}
.td_instagram_list.td_style_1 a:hover img {
  transform: scale(1.03);
}
.td_instagram_list.td_style_1 a:hover i {
  opacity: 1;
  top: 50%;
}

.td_full_width {
  width: 60vw;
  padding: 40px 0 0 40px;
  margin-left: -40px;
  overflow: hidden;
  margin-top: -40px;
}
@media (max-width: 991px) {
  .td_full_width {
    width: 100%;
    overflow: initial;
  }
}
.td_full_width .td_testimonial.td_style_1 {
  max-width: 440px;
}
@media (max-width: 480px) {
  .td_full_width .td_testimonial.td_style_1 {
    max-width: 320px;
  }
}

.td_page_heading {
  /* min-height: 580px; */
  position: relative;
  padding: 200px 0 60px;
}
@media (max-width: 1199px) {
  .td_page_heading {
    padding: 150px 0 60px;
  }
}
@media (max-width: 991px) {
  .td_page_heading {
    min-height: 450px;
  }
}
.td_page_heading .breadcrumb {
  justify-content: center;
}
.td_page_heading .breadcrumb-item.active {
  color: var(--heading-color);
}
.td_page_heading .breadcrumb-item + .breadcrumb-item::before {
  color: var(--heading-color);
}
.td_page_heading .td_page_heading_shape_1 {
  left: 0;
  top: 42%;
  background: linear-gradient(291deg, #ebeced 98.22%, #868687 168.65%);
  opacity: 0.03;
  width: 186px;
  height: 186px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .td_page_heading .td_page_heading_shape_1 {
    display: none;
  }
}
.td_page_heading .td_page_heading_shape_2 {
  left: 16%;
  top: 42%;
  background-color: var(--accent-color);
  opacity: 0.25;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .td_page_heading .td_page_heading_shape_2 {
    display: none;
  }
}
.td_page_heading .td_page_heading_shape_3 {
  left: 31%;
  top: 49%;
}
.td_page_heading .td_page_heading_shape_3 img {
  animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_page_heading .td_page_heading_shape_3 {
    display: none;
  }
}
.td_page_heading .td_page_heading_shape_4 {
  left: 55%;
  top: 38%;
}
.td_page_heading .td_page_heading_shape_4 img {
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_page_heading .td_page_heading_shape_4 {
    display: none;
  }
}
.td_page_heading .td_page_heading_shape_5 {
  left: 72%;
  top: 42%;
}
.td_page_heading .td_page_heading_shape_5 img {
  animation: animo-y 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_page_heading .td_page_heading_shape_5 {
    display: none;
  }
}
.td_page_heading .td_page_heading_shape_6 {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  border: 1px solid var(--accent-color);
  overflow: hidden;
  left: 90%;
  top: 78%;
}
@media (max-width: 991px) {
  .td_page_heading .td_page_heading_shape_6 {
    display: none;
  }
}

.td_form_field {
  display: block;
  width: 100%;
  border-radius: 10px;
  /* box-shadow: 2px 2px 20px 0px rgba(0, 0, 27, 0.05); */
  outline: none;
  border: none;
  padding: 20px 25px;
}

select.td_form_field {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--body-color) 50%), linear-gradient(135deg, var(--body-color) 50%, transparent 50%);
  background-position: calc(100% - 22px) calc(1em + 14px), calc(100% - 17px) calc(1em + 14px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.td_form_field_2 {
  display: block;
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 12px 15px;
  border-radius: 10px;
  outline: none;
}
.td_form_field_2:focus {
  border-color: var(--heading-color);
}

.td_cupon {
  position: relative;
}
.td_cupon .td_cupon_input {
  display: block;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  height: 50px;
  width: 100%;
  padding: 5px 120px 5px 15px;
}
.td_cupon .td_cupon_btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ebeced;
  font-weight: 600;
  border: none;
  outline: none;
  color: var(--heading-color);
  padding: 0 15px;
  height: 50px;
  border-radius: 0 10px 10px 0;
  min-width: 110px;
}
.td_cupon .td_cupon_btn:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.td_custom_checkbox {
  display: inline-block;
  position: relative;
}
.td_custom_checkbox input[type=checkbox] {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.td_custom_checkbox input[type=checkbox]:checked + label::before {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
}
.td_custom_checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.td_custom_checkbox label {
  padding-left: 22px;
  position: relative;
  margin: 0;
}
.td_custom_checkbox label::before {
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 27, 0.7);
  position: absolute;
  left: 0;
  top: 5px;
}
.td_custom_checkbox label::after {
  content: "";
  height: 8px;
  width: 5px;
  border: 2px solid #fff;
  position: absolute;
  border-left: 0;
  border-top: 0;
  left: 4px;
  top: 7px;
  transform: rotate(40deg);
  opacity: 0;
}

.td_form_card.td_style_1 {
  padding: 75px 70px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1400px) {
  .td_form_card.td_style_1 {
    padding: 75px 35px;
  }
}
@media (max-width: 575px) {
  .td_form_card.td_style_1 {
    padding: 40px 25px;
  }
}
.td_form_card.td_style_1 .td_form_card_in {
  width: 100%;
}
.td_form_card.td_style_1 .td_form_card_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.td_form_card.td_style_1 .td_form_social {
  display: flex;
  gap: 15px;
}
@media (max-width: 1199px) {
  .td_form_card.td_style_1 .td_form_social {
    gap: 10px;
  }
}
.td_form_card.td_style_1 .td_form_social a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--heading-color);
  color: #fff;
}
.td_form_card.td_style_1 .td_form_social a:hover {
  background-color: var(--accent-color);
}
.td_form_card.td_style_1 .td_form_card_text a {
  color: var(--accent-color);
}
.td_form_card.td_style_1 .td_form_card_text a:hover {
  text-decoration: underline;
}
.td_form_card.td_style_1 .td_btn.td_style_1 {
  min-width: 140px;
}
@media (max-width: 767px) {
  .td_form_card.td_style_1 .td_btn.td_style_1 {
    width: 100%;
  }
}
.td_form_card.td_style_1 .td_btn.td_style_1.w-100 {
  min-width: 100%;
}
.td_form_card.td_style_1 .td_btn.td_style_1.w-100 .td_btn_in {
  padding: 17px 25px;
}
.td_form_card.td_style_1 .td_form_card_text_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.td_form_card.td_style_1 .td_form_card_text_2 a:hover {
  text-decoration: underline;
}
.td_form_card.td_style_1 .td_form_card_btn_group_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.td_form_card.td_style_1 .td_form_card_btn_group_1 .td_btn.td_style_1 .td_btn_in {
  box-shadow: 2px 2px 20px 0px rgba(0, 0, 27, 0.05);
}

.td_sign_thumb {
  padding-left: 44px;
  height: 100%;
}
@media (max-width: 1400px) {
  .td_sign_thumb {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .td_sign_thumb {
    padding-left: 0px;
  }
}
.td_sign_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.td_map {
  height: 500px;
}
.td_map iframe {
  height: 100%;
  width: 100%;
  border: none;
  filter: grayscale(100%);
}

.td_team_details_left {
  padding-right: 12%;
}
@media (max-width: 1199px) {
  .td_team_details_left {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .td_team_details_left {
    padding-right: 0px;
  }
}

.td_team_member_contact_list .td_team_member_contact_icon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  flex: none;
  position: relative;
  padding: 5px;
}
.td_team_member_contact_list .td_team_member_contact_icon svg,
.td_team_member_contact_list .td_team_member_contact_icon i {
  position: relative;
  z-index: 1;
}
.td_team_member_contact_list .td_team_member_contact_icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: var(--accent-color);
  opacity: 0.15;
}
.td_team_member_contact_list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.td_team_member_contact_list li:not(:last-child) {
  margin-bottom: 10px;
}

.td_progress {
  position: relative;
  border-radius: 10px;
}
.td_progress::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  opacity: 0.1;
  border-radius: inherit;
}
.td_progress .td_progress_in {
  height: 8px;
  position: relative;
  z-index: 1;
  border-radius: inherit;
}
.td_progress .td_progress_in span {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 11px;
  border-radius: 2px 2px 0 2px;
  padding: 2px 5px;
}
.td_progress .td_progress_in span::before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 0px solid transparent;
  border-top: 10px solid var(--accent-color);
  position: absolute;
  bottom: -6px;
  right: 0;
}

.td_page_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.td_page_pagination .td_page_pagination_item {
  height: 50px;
  width: 50px;
  border-radius: 5px;
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
  padding: 0;
  background-color: transparent;
}
.td_page_pagination .td_page_pagination_item.active, .td_page_pagination .td_page_pagination_item:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.td_countdown.td_style_1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1400px) {
  .td_countdown.td_style_1 {
    font-size: 14px;
    gap: 5px;
  }
}
.td_countdown.td_style_1 .td_countdown_box {
  display: flex;
  gap: 3px;
  border: 1px solid var(--heading-color);
  padding: 4px 10px;
  border-radius: 5px;
  min-width: 75px;
  justify-content: center;
}
@media (max-width: 1400px) {
  .td_countdown.td_style_1 .td_countdown_box {
    min-width: 70px;
    padding: 4px 8px;
  }
}

@media (max-width: 991px) {
  .td_row_reverse_lg {
    flex-direction: column-reverse;
  }
  .text-center-lg {
    text-align: center;
  }
}
.td_section_head_2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767px) {
  .td_section_head_2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.td_section_head_2 .td_section_head_2_left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .td_section_head_2 .td_section_head_2_left {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .td_section_head_2 .td_section_head_2_right {
    width: 100%;
  }
}

.td_view_btns {
  display: flex;
  gap: 14px;
}
.td_view_btns .td_view_btn {
  height: 50px;
  width: 50px;
  border-radius: 10px;
  position: relative;
  color: var(--accent-color);
}
.td_view_btns .td_view_btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-color: var(--accent-color);
  opacity: 0.15;
  transition: all 0.4s ease;
}
.td_view_btns .td_view_btn svg,
.td_view_btns .td_view_btn i {
  position: relative;
  z-index: 2;
}
.td_view_btns .td_view_btn:hover::before {
  opacity: 0.3;
}
.td_view_btns .td_view_btn.active {
  color: #fff;
}
.td_view_btns .td_view_btn.active::before {
  opacity: 1;
}

.td_section_head_select {
  display: flex;
  gap: 6px;
  border-radius: 10px;
  background-color: rgba(235, 236, 237, 0.5);
  padding: 10px 20px;
  align-items: center;
}
.td_section_head_select b {
  white-space: nowrap;
}
.td_section_head_select select.td_form_field {
  background-color: transparent;
  box-shadow: none;
  padding: 0 18px 0 0;
  background-position: calc(100% - 4px) calc(1em - 6px), calc(100% + 1px) calc(1em - 6px);
}

.td_filter_widget {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
}
@media (max-width: 575px) {
  .td_filter_widget {
    padding: 25px;
  }
}
.td_filter_widget:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .td_filter_category {
    font-size: 16px;
  }
}
.td_filter_category a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  padding: 14px 20px;
  gap: 5px;
}
.td_filter_category a:hover {
  background-color: var(--accent-color);
  color: #fff;
}
.td_filter_category a:not(:last-child) {
  margin-bottom: 15px;
}

.td_sidebar_filter {
  margin-left: 56px;
}
@media (max-width: 1400px) {
  .td_sidebar_filter {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .td_sidebar_filter {
    margin-left: 0px;
  }
}

.td_filter_widget_list li:not(:last-child) {
  padding-bottom: 16px;
}

.td_custom_checkbox_2 {
  display: inline-block;
  position: relative;
  min-height: 24px;
}
.td_custom_checkbox_2 input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}
.td_custom_checkbox_2 input:checked + span::before {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
}
.td_custom_checkbox_2 > span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
  transition: all 0.3s ease;
}
.td_custom_checkbox_2 > span::before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  height: 24px;
  width: 24px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  left: 0;
  top: 0px;
}
.td_custom_checkbox_2 .td_rating {
  margin: 3px 0;
}

.td_amount_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.td_amount_wrap #amount {
  border: none;
  padding: 0;
  color: var(--body-color);
  width: 100%;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6em;
}
.td_amount_wrap .td_filter_btn {
  border: 1px solid var(--border-color);
  background: transparent;
  color: var(--heading-color);
  font-weight: 500;
  padding: 2px 22px;
  outline: none;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  line-height: 1.5em;
}
.td_amount_wrap .td_filter_btn:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}

.ui-widget.ui-widget-content {
  border: 0;
  margin-bottom: 15px;
  background-color: var(--border-color);
  margin-top: 5px;
}

.ui-widget-header {
  background: var(--accent-color);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid var(--accent-color);
  background: var(--accent-color);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid var(--accent-color);
  background: var(--accent-color);
  outline: none;
}

.ui-slider-horizontal {
  height: 4px;
  border-radius: 3px;
}

.ui-slider .ui-slider-handle {
  top: -3px;
  height: 10px;
  border-radius: 10px;
  width: 10px;
  cursor: pointer;
}
.ui-slider .ui-slider-handle::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #fff;
  top: 2px;
  left: 2px;
}
.ui-slider .ui-slider-handle:focus {
  outline: none;
}

.ui-slider-horizontal .ui-slider-range {
  border-radius: 0;
}

.td_course_details .td_course_avatar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.td_course_details .td_course_avatar img {
  flex: none;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  object-fit: cover;
}
.td_course_details .td_course_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
}
@media (min-width: 576px) {
  .td_course_details .td_course_meta > * {
    flex: 1;
  }
}
.td_course_details .td_course_label {
  display: inline-flex;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: var(--accent-color);
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
}
.td_course_details .td_requirements_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.td_course_details .td_requirements_list .td_requirement {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  padding: 10px 20px;
}
.td_course_details .td_requirements_list .td_requirement svg {
  color: var(--accent-color);
}

.td_table_meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.td_table_meta img {
  height: 90px;
  width: 90px;
  border-radius: 10px;
  object-fit: cover;
  flex: none;
}

.td_table_close_btn {
  padding: 5px;
  margin: 0;
  display: inline-flex;
  border: none;
  outline: none;
  background: transparent;
  color: var(--heading-color);
}
.td_table_close_btn:hover {
  color: var(--accent-color);
}

.td_quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  min-width: 120px;
}
.td_quantity .td_quantity_btn {
  padding: 0;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background-color: transparent;
  color: var(--heading-color);
}
.td_quantity .td_quantity_btn:hover {
  color: var(--accent-color);
}
.td_quantity .td_quantity_number {
  flex: 1;
  text-align: center;
  padding: 0 5px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.td_table_1 {
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
}
.td_table_1 th {
  border: none;
}
.td_table_1 td,
.td_table_1 th {
  padding: 20px;
}
@media (max-width: 991px) {
  .td_table_1 td,
  .td_table_1 th {
    padding: 15px;
  }
}
.td_table_1 table {
  margin: 0;
  min-width: 700px;
}

.td_total_card {
  border: 1px solid var(--border-color);
  padding: 25px;
  border-radius: 10px;
}
.td_total_card .td_total_card_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}
.td_total_card .td_total_card_list li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.td_total_card .form-check-input:checked {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  box-shadow: none;
}

.td_payment_list {
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.td_payment_list li {
  padding: 15px 20px;
}
.td_payment_list li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.td_payment_list li > p {
  margin-top: 8px;
}
.td_payment_list label {
  margin: 0;
}
.td_payment_list .form-check-input[type=radio] {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 7px;
}
.td_payment_list .form-check-input:checked {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  box-shadow: none;
}
.td_payment_list .form-check-input:checked + label {
  font-weight: 700;
  color: var(--heading-color);
}

.td_text_btn_2 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.td_order_summary_card {
  border-top: 1px solid var(--border-color);
  padding-top: 15px;
}
.td_order_summary_card .td_order_summary_card_info {
  border-bottom: 1px solid var(--border-color);
  padding: 15px;
  display: flex;
  gap: 24px;
}
.td_order_summary_card .td_order_summary_card_thumb {
  flex: none;
  width: 48px;
  height: 58px;
  position: relative;
}
.td_order_summary_card .td_order_summary_card_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.td_order_summary_card .td_order_summary_card_thumb span {
  position: absolute;
  height: 22px;
  min-width: 24px;
  padding: 4px;
  right: -12px;
  top: -11px;
  background-color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--heading-color);
}
.td_order_summary_card .td_order_summary_card_thumb span::before {
  content: "";
  position: absolute;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  top: 1px;
  left: 1px;
  border: 1px solid var(--border-color);
  border-radius: inherit;
}
.td_order_summary_card .td_order_summary_card_list li {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px;
}
.td_order_summary_card .td_order_summary_card_list li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

/* Start Scroll Up */
.td_scrollup {
  width: 45px;
  height: 45px;
  font-size: 18px;
  background-color: var(--accent-color);
  color: var(--accent-color);
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transform: scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  z-index: 999;
  box-shadow: 0px 1px 5px 1px rgba(22, 22, 22, 0.2);
  cursor: pointer;
}
.td_scrollup::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.6);
  animation: scale_full 3s cubic-bezier(0.28, 1.84, 0.55, -0.11) infinite;
}
.td_scrollup.td_scrollup_show {
  transform: scale(1);
}
.td_scrollup i {
  position: relative;
  z-index: 2;
}

@keyframes scale_full {
  50% {
    transform: scale(0.95);
  }
}
/* End Scroll Up */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: inline-flex;
}



/*==================================================
HERO SECTION
==================================================*/

.td_hero{
  position:relative !important;

  width:100%;
  height:100vh;

  overflow:hidden;

  display:flex !important;
  align-items:flex-end;

  background:#000;
}

/*==================================================
BACKGROUND
==================================================*/

.td_hero_bg{

  position:absolute;
  inset:0;

  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;

  z-index:1;

  transform:scale(1);

  transition:transform 7s linear;

}

.slick-active .td_hero_bg{
  transform:scale(1.06);
}

/*==================================================
OVERLAY
==================================================*/

.td_hero_overlay{

  position:absolute;
  inset:0;

  z-index:2;

  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.88) 0%,
      rgba(0,0,0,0.62) 34%,
      rgba(0,0,0,0.22) 68%,
      rgba(0,0,0,0.08) 100%
    ),

    linear-gradient(
      to top,
      rgba(0,0,0,0.92) 0%,
      rgba(0,0,0,0.45) 42%,
      rgba(0,0,0,0.08) 74%,
      rgba(0,0,0,0) 100%
    );
}

/*==================================================
BIG BACK TEXT
==================================================*/

.td_hero_big_text{

  position:absolute;

  top:90px;
  left:50%;

  transform:translateX(-50%);

  font-size:328px;
  font-weight:900;

  line-height:0.9;

  letter-spacing:8px;

  text-transform:uppercase;

  white-space:nowrap;

  color: rgb(255, 255, 255);

  z-index:0;

  opacity:0;

  pointer-events:none;

  font-family: Bitter;

}

/* ACTIVE */

.slick-active .td_hero_big_text{
  animation:textDrop 1.5s ease forwards;
}

/*==================================================
INNER
==================================================*/

.td_hero_inner{

  position:relative;

  z-index:5;

  min-height:100vh;

  display:flex;
  align-items:flex-end;

  padding-bottom:110px;

}

/*==================================================
TEXT AREA
==================================================*/

.td_hero_text{

  max-width:720px;

  opacity:0;

  transform:translateY(80px);

}

.slick-active .td_hero_text{

  animation:contentReveal 1s ease forwards;

  animation-delay:.9s;

}

/*==================================================
SUBTITLE
==================================================*/

.td_hero_subtitle_up{

  display:flex;
  align-items:center;

  gap:12px;

  font-size:18px;

  font-weight:600;

  color:#fff;

}

.td_hero_subtitle_up::before{

  content:"";

  width:38px;
  height:3px;

  background:var(--secondary-color);

  border-radius:10px;

}

/*==================================================
TITLE
==================================================*/

.td_hero_title{

  font-size:74px;

  font-weight:800;

  line-height:1.08;

  color:#fff;

  margin-bottom:24px;

  text-shadow:0 10px 40px rgba(0,0,0,0.45);

}

/*==================================================
DESCRIPTION
==================================================*/

.td_hero_subtitle{

  font-size:22px;

  line-height:1.8;

  color:rgba(255,255,255,0.82);

  max-width:650px;

}

/*==================================================
BUTTONS
==================================================*/

.td_hero_btns{

  display:flex;
  align-items:center;

  gap:18px;

  margin-top:40px;

  flex-wrap:wrap;

}

/*==================================================
PRIMARY BUTTON
==================================================*/

.td_hero_btn{

  height:62px;

  padding:0 32px;

  border-radius:16px;

  background:var(--secondary-color);

  color:#051435;

  font-size:17px;
  font-weight:700;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  gap:12px;

  transition:all .3s ease;

}

.td_hero_btn:hover{

  transform:translateY(-3px);

  background:#fff;

}

/*==================================================
VIDEO BUTTON
==================================================*/

.td_video_btn{

  display:flex;
  align-items:center;

  gap:16px;

  color:#fff;

  text-decoration:none;

}

.td_video_btn_icon{

  width:62px;
  height:62px;

  border-radius:50%;

  border:2px solid rgba(255,255,255,0.35);

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:18px;

  transition:all .3s ease;

}

.td_video_btn:hover .td_video_btn_icon{

  background:var(--secondary-color);

  border-color:var(--secondary-color);

  color:#051435;

}

.td_video_btn_text{

  font-size:18px;

  font-weight:600;

}

/*==================================================
SLIDER DOTS
==================================================*/

.slick-dots{

  position:absolute;

  left:50%;
  bottom:45px;

  transform:translateX(-50%);

  display:flex !important;

  align-items:center;

  gap:10px;

  z-index:50;

  padding:0;
  margin:0;

  list-style:none;

}

.slick-dots li{
  display:flex;
}

.slick-dots li button{

  width:12px;
  height:12px;

  border:none;

  border-radius:50%;

  background:rgba(255,255,255,0.45);

  font-size:0;

  padding:0;

  transition:all .3s ease;

}

.slick-dots li.slick-active button{

  width:34px;

  border-radius:30px;

  background:var(--secondary-color);

}

/*==================================================
ARROWS
==================================================*/

.td_hero_arrows{

  position:absolute;

  right:80px;
  bottom:80px;

  z-index:50;

  display:flex;

  gap:12px;

}

.td_hero_arrows .td_left_arrow,
.td_hero_arrows .td_right_arrow{

  width:58px;
  height:58px;

  border-radius:50%;

  background:var(--secondary-color);

  color:#051435;

  cursor:pointer;

  transition:all .3s ease;

}

.td_hero_arrows .td_left_arrow:hover,
.td_hero_arrows .td_right_arrow:hover{

  transform:translateY(-3px);

  background:#fff;

}

/*==================================================
ANIMATION
==================================================*/

@keyframes textDrop{

  0%{
    opacity:0;
    transform:translate(-50%,-120px);
  }

  100%{
    opacity:1;
    transform:translate(-50%,0);
  }

}

@keyframes contentReveal{

  0%{
    opacity:0;
    transform:translateY(90px);
  }

  100%{
    opacity:1;
    transform:translateY(0);
  }

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1399px){

  .td_hero_big_text{
    font-size:210px;
  }

}

@media screen and (max-width:1199px){

  .td_hero_big_text{
    font-size:160px;
  }

  .td_hero_title{
    font-size:42px;
  }

  .td_hero_subtitle{
    font-size:18px;
  }

}

@media screen and (max-width:991px){

  .td_hero{
    height:760px;
  }

  .td_hero_inner{
    padding-bottom:95px;
  }

  .td_hero_big_text{
    font-size:100px;
    top:120px;
  }

  .td_hero_title{
    font-size:48px;
  }

  .td_hero_subtitle{
    font-size:17px;
  }

  .td_hero_arrows{
    display:none;
  }

}

@media screen and (max-width:767px){

  .td_hero{
    height:720px;
  }

  .td_hero_inner{
    padding-bottom:90px;
  }

  .td_hero_big_text{

    font-size:62px;

    top:140px;

    letter-spacing:3px;

  }

  .td_hero_text{
    max-width:100%;
  }

  .td_hero_title{

    font-size:38px;

    line-height:1.15;

  }

  .td_hero_subtitle{

    font-size:15px;

    line-height:1.8;

  }

  .td_hero_btns{
    gap:14px;
  }

  .td_hero_btn{

    width:100%;

    justify-content:center;

    height:56px;

  }

  .td_video_btn{
    width:100%;
  }

  .slick-dots{
    bottom:25px;
  }

}

/*==================================================
HERO CONTENT FIX UNDER ABSOLUTE HEADER
==================================================*/

/* HERO */

.td_hero{

  position:relative !important;

  padding-top:0 !important;

  display:flex !important;
  align-items:flex-start !important;

}

/* HERO INNER */

.td_hero_inner{

  position:relative;

  width:100%;

  min-height:100vh;

  padding-top:240px !important; /* IMPORTANT */

  padding-bottom:110px;

  display:flex;
  align-items:flex-end;

}

/* BIG TEXT */

.td_hero_big_text{

  top:130px !important;

}

/* HERO TEXT */

.td_hero_text{
  position:relative;
  z-index:5;
}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_hero_inner{
    padding-top:220px !important;
  }

}

@media screen and (max-width:991px){

  .td_hero_inner{

    padding-top:180px !important;

    padding-bottom:90px;

  }

  .td_hero_big_text{
    top:120px !important;
  }

}

@media screen and (max-width:767px){

  .td_hero_inner{

    padding-top:150px !important;

    padding-bottom:70px;

  }

  .td_hero_big_text{
    top:110px !important;
  }

}

/*==================================================
FULL HERO HEIGHT FIX
==================================================*/

.td_hero{

  position:relative !important;

  width:100%;

  min-height:950px; /* FULL LARGE HEIGHT */

  height:auto !important;

  overflow:hidden;

  display:flex !important;

  align-items:flex-start !important;

  background-color: #0068b5;

}

/* HERO INNER */

.td_hero_inner{

  position:relative;

  width:100%;

  min-height:950px;

  padding-top:240px !important;

  padding-bottom:120px;

  display:flex;

  align-items:flex-end;

}

/* BACKGROUND */

.td_hero_bg{

  position:absolute;
  inset:0;

  width:100%;
  height:100%;

  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;

}

/* BIG TEXT */

.td_hero_big_text{

  top:120px !important;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_hero,
  .td_hero_inner{

    min-height:850px;

  }

  .td_hero_inner{
    padding-top:210px !important;
  }

}

@media screen and (max-width:991px){

  .td_hero,
  .td_hero_inner{

    min-height:760px;

  }

  .td_hero_inner{

    padding-top:170px !important;

    padding-bottom:90px;

  }

}

@media screen and (max-width:767px){

  .td_hero,
  .td_hero_inner{

    min-height:680px;

  }

  .td_hero_inner{

    padding-top:140px !important;

    padding-bottom:70px;

  }

  .td_hero_big_text{
    top:105px !important;
  }

}

/*==================================================
HERO IMAGE FIT FIX
==================================================*/

.td_hero_bg{

  background-size:contain !important;
  background-position:center bottom !important;
  background-repeat:no-repeat !important;

}

/* REMOVE EXTRA ZOOM EFFECT */

.slick-active .td_hero_bg{
  transform:scale(1.01);
}

/* NORMAL STATE */

.td_hero_bg{
  transform:scale(1);
  transition:transform 6s linear;
}

/*==================================================
MOBILE
==================================================*/

@media screen and (max-width:767px){

  .td_hero_bg{

    background-size:cover !important;
    background-position:center center !important;

  }

}

/*--------------------------------------------------------------
7. Video Modal
----------------------------------------------------------------*/
.cs-pd-video .td_video_open,
.cs-sample-img .td_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  transition: all 0.3s ease;
  line-height: 48px;
}

.cs-pd-video .td_video_open:hover,
.cs-sample-img .td_video_open:hover {
  color: rgba(255, 255, 255, 0.7);
}

.td_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: 0.3s;
}

.td_video_popup.active {
  left: 0;
  transition-delay: 0s;
  left: 0;
}

.td_video_popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.td_video_popup.active .td_video_popup-overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.td_video_popup-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  transition: all 0.4s ease-out;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.td_video_popup.active .td_video_popup-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.td_video_popup-content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.td_video_popup-container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.td_video_popup-container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.td_video_popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.td_video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.td_video_popup-close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.td_video_popup-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.td_video_popup-close:hover:before,
.td_video_popup-close:hover:after {
  background: #000;
}

.td_video_popup-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.td_video_popup-align {
  overflow: hidden;
}

/*End Video Popup*/
/*--------------------------------------------------------------
8. Header
----------------------------------------------------------------*/
.td_site_header {
  position: absolute;
  z-index: 101;
  width: 100%;
  left: 0;
  top: 0px;
  transition: all 0.4s ease;
}

.td_header_social_btns {
  display: flex;
  gap: 40px;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .td_header_social_btns {
    gap: 25px;
  }
}

.td_header_btns {
  display: flex;
  gap: 20px;
}

.td_header_search_wrap {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  right: 0;
  background-color: #fff;
  padding: 15px;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  transition: all 0.3s ease;
}
.td_header_search_wrap.active {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}

.td_header_search {
  position: relative;
  width: 270px;
}
.td_header_search .td_header_search_input {
  padding: 12px 55px 12px 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 27, 0.2);
  width: 100%;
  outline: none;
}
.td_header_search .td_header_search_input:focus {
  border-color: rgba(0, 0, 27, 0.5);
}
.td_header_search .td_header_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  height: 50px;
  width: 50px;
  padding-bottom: 2px;
}
.td_header_search .td_header_search_btn:hover {
  opacity: 0.7;
}

.td_header_contact_list {
  display: flex;
}
.td_header_contact_list li {
  display: flex;
  gap: 6px;
}
.td_header_contact_list li:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #fff;
}

.td_hero_icon_btns {
  display: flex;
  gap: 14px;
}

.td_hero_toolbox_wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}

.td_hero_toolbox {
  display: flex;
  align-items: center;
}
.td_hero_toolbox li {
  display: flex;
}
.td_hero_toolbox li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 27, 0.5);
}

.td_circle_btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.td_circle_btn img {
  height: 18px;
}
.td_circle_btn:hover {
  background-color: var(--gray-color);
}

.td_circle_btn_label {
  position: absolute;
  left: -4px;
  top: -4px;
  font-size: 10px;
  line-height: 16px;
  min-width: 16px;
  padding: 0 2px;
  border-radius: 8px;
  background-color: var(--accent-color);
  color: #fff;
  text-align: center;
}

.td_hero_text_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.td_hero_text_btn span {
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  background-position: 100% calc(100% - 0px);
  background-size: 0 2px;
}
.td_hero_text_btn:hover span {
  background-size: 100% 2px;
  background-position: 0 calc(100% - 0px);
}

.td_header_dropdown_btn {
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: rgba(235, 236, 237, 0.3);
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.td_header_dropdown_btn.active + .td_header_dropdown_list {
  opacity: 1;
  visibility: visible;
}
.td_header_dropdown_btn.active .td_header_dropdown_btn_tobble_icon {
  transform: rotate(180deg);
}

.td_header_dropdown_list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  border-radius: 7px;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: 5px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.td_header_dropdown_list a {
  display: block;
  padding: 8px 20px;
}

.td_header_dropdown_btn_tobble_icon {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  background: rgba(217, 236, 255, 0.3);
  transition: all 0.3s ease;
}

.td_hamburger_btn {
  padding: 0;
  display: flex;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  width: 50px;
  height: 10px;
  position: relative;
}
@media (max-width: 1400px) {
  .td_hamburger_btn {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .td_hamburger_btn {
    display: none;
  }
}
.td_hamburger_btn::before, .td_hamburger_btn::after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  left: 0;
}
.td_hamburger_btn::before {
  top: 0;
}
.td_hamburger_btn::after {
  bottom: 0;
}
.td_hamburger_btn:hover {
  opacity: 0.7;
}

.td_site_header.td_style_1 .td_main_header_in,
.td_site_header.td_style_1 .td_top_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.td_site_header.td_style_1 .td_main_header_in {
  height: 90px;
}
.td_site_header.td_style_1 .td_top_header_in {
  height: 50px;
  transition: all 0.3s ease;
}
.td_site_header.td_style_1 .td_main_header_right {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 30px;
}
@media (max-width: 1199px) {
  .td_site_header.td_style_1 .td_main_header_right {
    padding-right: 50px;
  }
}
.td_site_header.td_style_1 .td_top_header_right {
  display: flex;
  align-items: center;
  gap: 20px;
}
.td_site_header.td_style_1 .td_top_header .td_btn.td_style_1 .td_btn_in {
  padding: 13px 18px;
}
.td_site_header.td_style_1 .td_main_header_left {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.td_site_header.td_style_1.td_type_1 {
  background: linear-gradient(90deg, #fff0d4 0.07%, #d6fff7 95.86%);
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
}
.td_site_header.td_style_1.td_type_1 .td_header_dropdown_btn {
  border-radius: 30px;
  background-color: #fff;
}
.td_site_header.td_style_1.td_type_1 .td_header_dropdown_list {
  background-color: #fff;
}
.td_site_header.td_style_1.td_type_2 {
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  background-color: #fff;
}
@media (min-width: 1200px) {
  .td_site_header.td_style_1.td_type_2 .td_main_header_right {
    gap: 70px;
  }
}
.td_site_header.td_style_1.td_type_2 .td_circle_btn {
  background-color: rgba(235, 236, 237, 0.3);
}
.td_site_header.td_style_1.td_type_2 .td_circle_btn:hover {
  background-color: rgb(235, 236, 237);
}
.td_site_header.td_style_1.td_type_2 .td_top_header .td_circle_btn {
  background-color: #fff;
  height: 34px;
  width: 34px;
}
.td_site_header.td_style_1.td_type_2 .td_top_header .td_circle_btn img {
  height: 15px;
}
.td_site_header.td_style_1.td_type_2 .td_top_header .td_circle_btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.td_site_header.td_style_1.td_type_3 {
  background-color: var(--accent-color);
}
.td_site_header.td_style_1.td_type_3 .td_main_header_right {
  gap: 20px;
}
.td_site_header.td_style_1.td_type_3 .td_circle_btn {
  height: initial;
  width: initial;
  border: none;
  padding: 0;
}
.td_site_header.td_style_1.td_type_3 .td_circle_btn img {
  height: 24px;
  filter: brightness(0) invert(1);
}
.td_site_header.td_style_1.td_type_3 .td_circle_btn:hover {
  background-color: transparent;
  opacity: 0.7;
}
.td_site_header.td_style_1.td_type_3 .td_header_dropdown_btn {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #fff;
  gap: 8px;
}
.td_site_header.td_style_1.td_type_3 .td_header_dropdown_btn:hover {
  opacity: 0.8;
}
.td_site_header.td_style_1.td_type_3 .td_header_dropdown_list {
  left: initial;
  right: 0;
  width: 150px;
}
.td_site_header.td_style_1.td_type_3 .td_header_social_btns a:hover {
  color: #fff;
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .td_site_header.td_style_1.td_type_3 .td_header_social_btns,
  .td_site_header.td_style_1.td_type_3 .td_nav .td_nav_list > li > a {
    color: #fff;
  }
  .td_site_header.td_style_1.td_type_3 .td_main_header_left .td_site_branding {
    display: none;
  }
}
@media (max-width: 1199px) {
  .td_site_header.td_style_1.td_type_3 .td_header_social_btns {
    display: none;
  }
  .td_site_header.td_style_1.td_type_3.td_heading_color .td_menu_toggle {
    color: #fff;
  }
  .td_site_header.td_style_1.td_type_3 .td_nav_list_wrap {
    background-color: var(--accent-color);
  }
  .td_site_header.td_style_1.td_type_3 .td_nav_list_wrap .td_site_branding {
    display: none;
  }
  .td_site_header.td_style_1.td_type_3 .td_nav {
    color: #fff;
  }
  .td_site_header.td_style_1.td_type_3 .td_nav a:hover {
    color: #fff;
  }
}
.td_site_header.td_style_1.td_type_4 .td_main_header_left {
  gap: 40px;
}
@media (min-width: 1200px) {
  .td_site_header.td_style_1.td_type_4 .td_nav .td_nav_list > li > a {
    color: #fff;
  }
  .td_site_header.td_style_1.td_type_4 .td_nav .td_nav_list > li > a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 1199px) {
  .td_site_header.td_style_1.td_type_4 .td_nav_list_wrap {
    background-color: var(--accent-color);
  }
  .td_site_header.td_style_1.td_type_4 .td_nav {
    color: #fff;
  }
  .td_site_header.td_style_1.td_type_4 .td_btn.td_style_1 .td_btn_in {
    background-color: #fff;
    color: var(--heading-color);
  }
  .td_site_header.td_style_1.td_type_4 .td_btn.td_style_1 .td_btn_in.td_heading_bg::before {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .td_site_header.td_style_1.td_type_4 .td_circle_btn {
    border-color: #fff;
  }
  .td_site_header.td_style_1.td_type_4 .td_circle_btn img {
    filter: brightness(0) invert(1);
  }
  .td_site_header.td_style_1.td_type_4 .td_circle_btn:hover img {
    filter: initial;
  }
  .td_site_header.td_style_1.td_type_4.td_heading_color .td_menu_toggle {
    color: #fff;
  }
}
.td_site_header.td_style_1.td_type_4.td_gescout_sticky {
  background-color: var(--accent-color);
}
.td_site_header.td_style_1.td_type_4.td_gescout_sticky .td_btn.td_style_1 .td_btn_in {
  background-color: #fff;
  color: var(--heading-color);
}
.td_site_header.td_style_1.td_type_4.td_gescout_sticky .td_btn.td_style_1 .td_btn_in.td_heading_bg::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.td_site_header.td_style_1.td_type_4.td_gescout_sticky .td_circle_btn {
  border-color: #fff;
}
.td_site_header.td_style_1.td_type_4.td_gescout_sticky .td_circle_btn img {
  filter: brightness(0) invert(1);
}
.td_site_header.td_style_1.td_type_4.td_gescout_sticky .td_circle_btn:hover img {
  filter: initial;
}
.td_site_header.td_style_1.td_type_5 {
  background-color: #fff;
}
@media (min-width: 1600px) {
  .td_site_header.td_style_1.td_type_5 .td_main_header_left .td_site_branding {
    margin-right: 50px;
  }
}

.td_site_header.td_style_1.td_sticky_active {
  background-color: var(--white-color);
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}

.td_site_header_full_width .container {
  max-width: 100%;
  padding: 0 100px;
}

.td_side_header {
  position: fixed;
  top: 0;
  right: 0px;
  width: 100%;
  z-index: 1000;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.td_side_header .td_side_header_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: inherit;
  width: inherit;
  left: inherit;
  top: inherit;
  position: inherit;
  cursor: zoom-out;
  transition: all 0.4s ease;
  opacity: 0;
}
.td_side_header .td_side_header_in {
  width: 500px;
  height: 100vh;
  background-color: var(--white-color);
  flex: none;
  margin-left: auto;
  overflow: auto;
  padding: 70px 50px 50px 50px;
  position: relative;
  z-index: 2;
  right: -500px;
  transition: all 0.4s ease;
}
@media (max-width: 450px) {
  .td_side_header .td_side_header_in {
    padding: 70px 50px 50px 20px;
  }
}
.td_side_header .td_side_header_heading {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0;
}
.td_side_header .td_side_header_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 22px;
}
.td_side_header .td_side_header_box {
  padding: 30px 0;
}
.td_side_header .td_close {
  opacity: 0;
}
.td_side_header.active {
  opacity: 1;
  visibility: visible;
}
.td_side_header.active .td_side_header_overlay,
.td_side_header.active .td_close {
  opacity: 1;
}
.td_side_header.active .td_side_header_in {
  right: 0;
}
.td_side_header .td_side_header_contact_info li {
  padding-left: 32px;
  position: relative;
}
.td_side_header .td_side_header_contact_info li:not(:last-child) {
  margin-bottom: 20px;
}
.td_side_header .td_side_header_contact_info i {
  color: var(--accent-color);
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
  width: 18px;
  text-align: center;
}

.td_close {
  position: fixed;
  right: 30px;
  top: 30px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid currentColor;
  background-color: transparent;
  color: var(--heading-color);
  cursor: pointer;
  z-index: 2;
  z-index: 100;
}
.td_close::before, .td_close::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  margin-top: -1px;
  transform: rotate(-45deg);
}
.td_close::before {
  transform: rotate(45deg);
}
.td_close:hover {
  color: var(--accent-color);
  transform: scale(1.05);
}

.td_site_header_spacing_100 {
  height: 100px;
}

@media screen and (max-width: 1199px) {
  .td_site_header_spacing_100 {
    height: 80px;
  }
  .td_site_header.td_style_1 .container {
    max-width: 100%;
  }
  .td_site_header.td_style_1 .td_nav {
    display: flex;
  }
  .td_site_header.td_style_1 .td_top_header {
    display: none;
  }
  .td_site_header.td_style_1 .td_btn.td_style_1 .td_btn_in {
    padding: 8px 15px;
    gap: 5px;
  }
}
.td_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.td_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}

.td_gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  transition: all 0.4s ease;
  background-color: #fff;
}
.td_gescout_sticky .td_top_header_in {
  overflow: hidden;
}
.td_gescout_sticky.td_white_bg {
  background-color: #fff;
}
.td_gescout_sticky.td_site_header.td_style_1 .td_top_header_in {
  height: 0;
  transition: all 0.3s ease;
}
.td_gescout_sticky.td_fixed_sticky {
  top: 0;
  opacity: 1;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
}

.td_gescout_show {
  top: 0 !important;
  opacity: 1;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
}

.td_site_branding {
  display: inline-block;
}
.td_site_branding + .td_nav {
  margin-left: 60px;
}
@media (max-width: 1600px) {
  .td_site_branding + .td_nav {
    margin-left: 40px;
  }
}
@media (max-width: 1540px) {
  .td_site_branding + .td_nav {
    margin-left: 30px;
  }
}

.td_main_header {
  position: relative;
}
.td_main_header .container-fluid {
  padding-right: 95px;
  padding-left: 95px;
}

@media screen and (min-width: 1200px) {
  .td_main_header_center,
  .td_top_header_center {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .td_site_header.td_style_1 .td_main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .td_site_header.td_style_1 .td_nav_list_wrap {
    height: 100%;
    flex: none;
  }
  .td_site_header.td_style_1 .td_nav_list_wrap_in {
    height: 100%;
  }
  .td_site_header.td_style_1.td_type_3 .td_nav_list_wrap_in {
    display: flex;
    align-items: center;
    gap: 50px;
  }
  .td_nav {
    display: flex;
    align-items: center;
    flex: none;
    height: 100%;
    line-height: 1.6em;
  }
  .td_nav .td_nav_list {
    display: flex !important;
    flex-wrap: wrap;
    height: inherit;
  }
  .td_nav .td_nav_list > li {
    margin-right: 25px;
    height: inherit;
  }
  .td_nav .td_nav_list > li:last-child {
    margin-right: 0;
  }
  .td_nav .td_nav_list > li > a {
    padding: 10px 0;
    display: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
  }
  .td_nav .td_nav_list > li > ul {
    left: 0;
    top: calc(100% + 15px);
    pointer-events: none;
  }
  .td_nav .td_nav_list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .td_nav .td_nav_list > li.menu-item-has-children > a {
    position: relative;
  }
  .td_nav .td_nav_list > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border: 2px solid currentColor;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 6px;
    position: relative;
    top: -1px;
    border-radius: 0px 0px 2px 0px;
  }
  .td_nav .td_nav_list li:not(.td_mega_menu) {
    position: relative;
  }
  .td_nav .td_nav_list ul {
    width: 260px;
    background-color: var(--white-color);
    position: absolute;
    box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 7px;
    transition: all 0.4s ease;
  }
  .td_nav .td_nav_list ul li:hover ul {
    top: 0px;
  }
  .td_nav .td_nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .td_nav .td_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 20px;
  }
  .td_nav .td_nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .td_menu_toggle,
  .td_munu_dropdown_toggle {
    display: none;
  }
  .td_nav .td_nav_list .td_mega_menu {
    position: relative;
  }
  .td_nav .td_nav_list .td_mega_wrapper {
    width: 1296px !important;
    display: flex !important;
    position: fixed;
    top: 90px !important;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px 10px;
    border-top: 2px solid var(--accent-color);
    border-radius: 0 0 5px 5px;
  }
  .td_nav .td_nav_list .td_mega_wrapper h4 {
    padding: 8px 10px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    color: inherit;
  }
  .td_nav .td_nav_list .td_mega_wrapper a {
    padding: 7px 10px;
  }
  .td_nav .td_nav_list .td_mega_wrapper > li {
    flex: 1;
    padding: 10px 0;
  }
  .td_nav .td_nav_list .td_mega_wrapper > li ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
  }
  .td_nav .td_nav_list .td_mega_wrapper > li ul a {
    transition: all 0.4s ease;
  }
  .td_nav .td_nav_list .td_mega_menu:hover .td_mega_wrapper li ul {
    opacity: 1;
    visibility: visible;
  }
  .td_top_header + .td_main_header .td_nav .td_nav_list .td_mega_wrapper {
    top: 140px !important;
  }
  .td_gescout_show .td_top_header + .td_main_header .td_nav .td_nav_list .td_mega_wrapper {
    top: 90px !important;
  }
  .td_site_header.td_style_1.td_size_md .td_nav .td_nav_list .td_mega_wrapper {
    top: 85px !important;
  }
  .td_nav .td_nav_list > li ul:not(.td_mega_wrapper) .menu-item-has-children > a {
    position: relative;
  }
}
@media screen and (max-width: 1600px) {
  .td_main_header .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .td_nav .td_nav_list .td_mega_wrapper {
    width: 1116px !important;
  }
  .td_site_header_full_width .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .td_main_header .container-fluid {
    padding-right: 14px;
    padding-left: 14px;
  }
  .td_nav .td_nav_list .td_mega_wrapper {
    width: 100% !important;
  }
  .td_site_header_full_width .container {
    padding: 0 15px;
  }
  .td_munu_dropdown_toggle {
    position: absolute;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 23px 18px;
    cursor: pointer;
    z-index: 3;
  }
  .td_munu_dropdown_toggle span {
    display: block;
    position: relative;
    height: 10px;
    width: 10px;
  }
  .td_munu_dropdown_toggle span:before, .td_munu_dropdown_toggle span:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: currentColor;
    transition: all 0.3s ease;
  }
  .td_munu_dropdown_toggle span:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .td_munu_dropdown_toggle.active span:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .menu-item-has-children .menu-item-has-children .td_munu_dropdown_toggle {
    padding: 20px 18px;
  }
  .td_site_branding {
    position: relative;
    z-index: 101;
  }
  .td_nav_list_wrap {
    position: fixed;
    width: 100vw;
    left: -100vw;
    top: 0;
    background-color: #fff;
    transition: all 0.4s ease;
    height: 100vh;
    padding-top: 90px;
  }
  .td_nav_list_wrap.td_active {
    left: 0vw;
  }
  .td_nav .td_nav_list_wrap_in {
    max-height: 100%;
    overflow: auto;
  }
  .td_nav .td_nav_list {
    width: 100%;
    padding: 0;
    line-height: 1.6em;
  }
  .td_nav .td_nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .td_nav .td_nav_list a {
    display: block;
    padding: 12px 15px;
    line-height: 16px;
  }
  .td_nav .td_nav_list > li > a {
    font-size: 18px;
    line-height: 22px;
  }
  .td_nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .td_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
    color: #fff;
  }
  .td_menu_toggle span,
  .td_menu_toggle span:before,
  .td_menu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .td_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .td_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .td_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .td_site_header.td_style_1 .td_menu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
  }
  .td_site_header.td_style_1 .td_main_header_right {
    gap: 15px;
  }
  .td_site_header.td_style_1.td_heading_color .td_menu_toggle {
    color: var(--heading-color);
  }
  .td_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .td_toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .td_toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
  .td_nav .td_nav_list a {
    position: relative;
  }
  .td_site_header.td_style_1 .td_main_header_in {
    height: 80px;
  }
  .td_site_header .current-menu-item > a:before {
    display: none;
  }
  .td_site_header.td_style_1 .td_main_header_center .td_site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .td_site_header.td_style_1 {
    top: 0;
  }
  .td_nav .td_nav_list img {
    display: none;
  }
  .td_mega_wrapper h4 {
    font-size: inherit;
    margin: 0;
    padding: 12px 15px;
    line-height: 16px;
    color: inherit;
  }
}
@media screen and (max-width: 991px) {
  .td_site_header .container {
    max-width: 100%;
  }
  .td_site_header.td_style_1 .td_header_category_wrap {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .td_site_header.td_style_1 .td_btn.td_style_1 .td_btn_in i,
  .td_site_header.td_style_1 .td_btn.td_style_1 .td_btn_in svg {
    display: none;
  }
  .td_site_header.td_style_1 .td_hero_toolbox_wrap .td_btn.td_style_1 {
    display: none;
  }
  .td_header_btns {
    gap: 10px;
  }
  .td_header_search_wrap {
    position: fixed;
    top: 60px;
    left: 14px;
    right: 14px;
  }
  .td_header_search_wrap .td_header_search {
    width: 100%;
  }
  .td_site_header.td_style_1.td_type_3 .td_main_header_right {
    gap: 15px;
  }
}
@media screen and (max-width: 420px) {
  .td_site_header.td_style_1 .td_btn.td_style_1 .td_btn_in {
    padding: 6px 10px;
    gap: 5px;
    font-size: 14px;
  }
  .td_site_header.td_style_1 .td_main_header_right {
    padding-right: 45px;
  }
  .td_site_header.td_style_1 .td_main_header_right {
    gap: 10px;
  }
  .td_circle_btn {
    height: 34px;
    width: 34px;
  }
  .td_hero_icon_btns {
    gap: 7px;
  }
  .td_hero_toolbox li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
  }
  .td_language_wrap {
    display: flex;
  }
  .td_language_wrap .td_header_dropdown_btn span {
    display: none;
  }
  .td_language_wrap .td_header_dropdown_btn img {
    height: 22px;
  }
}
@media screen and (max-width: 370px) {
  .td_header_btns > *:nth-child(2) {
    display: none;
  }
  .td_site_header.td_style_1 .td_hero_text_btn span {
    display: none;
  }
  .td_site_header.td_style_1 .td_hero_text_btn img {
    height: 24px;
  }
  .td_site_header.td_style_1.td_type_1 .td_btn.td_style_1 {
    display: none;
  }
  .td_site_header.td_style_1.td_type_1 .td_main_header_right {
    gap: 0;
  }
}
@media screen and (max-width: 340px) {
  .td_site_header.td_style_1.td_type_2 .td_wishlist_btn {
    display: none;
  }
}
/*--------------------------------------------------------------
9. Footer
----------------------------------------------------------------*/
/* .td_footer.td_style_1 {
  color: #fff;
  background-color: #150005;
} */
.td_footer.td_style_1 .td_newsletter.td_style_1 .td_newsletter_input {
  padding-right: 135px;
}
.td_footer.td_style_1.td_color_1 {
  background-color: var(--heading-color);
}
.td_footer.td_style_1.td_color_2 {
  background-color: #fff;
  color: var(--heading-color);
}
.td_footer.td_style_1.td_color_2 .td_footer_widget_title {
  color: var(--heading-color);
}
.td_footer.td_style_1.td_color_2 .td_footer_bottom_in {
  border-color: var(--border-color);
}
.td_footer.td_style_1.td_color_3 {
  background-color: var(--accent-color);
}
.td_footer.td_style_1.td_color_4 {
  background-color: var(--accent-color);
}
.td_footer.td_style_1.td_color_4 a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.td_footer.td_style_1.td_color_4 .td_footer_bottom {
  background-color: #fff;
  color: var(--heading-color);
}
.td_footer.td_style_1.td_type_1 .td_footer_bottom_in {
  justify-content: center;
}
.td_footer.td_style_1.td_type_2 {
  position: relative;
}
.td_footer.td_style_1.td_type_2 .container {
  position: relative;
  z-index: 3;
}
.td_footer.td_style_1.td_type_2 a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.td_footer.td_style_1.td_type_2 .td_newsletter.td_style_1 .td_btn.td_style_1 {
  border-radius: 10px 0 0 10px;
}
.td_footer.td_style_1.td_type_2 .td_newsletter.td_style_1 .td_btn.td_style_1 .td_btn_in {
  transition: all 0.3s ease;
}
.td_footer.td_style_1.td_type_2 .td_newsletter.td_style_1 .td_btn.td_style_1 .td_btn_in::before {
  display: none;
}
.td_footer.td_style_1.td_type_2 .td_newsletter.td_style_1 .td_btn.td_style_1:hover .td_white_color {
  color: rgba(255, 255, 255, 0.75);
}
.td_footer.td_style_1.td_type_2 .td_newsletter.td_style_1 .td_newsletter_input {
  border-radius: 10px 0 0 10px;
}
.td_footer.td_style_1.td_type_2 .td_footer_social_btns a:hover {
  background-color: #fff;
  color: var(--accent-color);
}
.td_footer.td_style_1.td_type_2 .td_footer_shape_1 {
  left: 4%;
  top: 67px;
}
.td_footer.td_style_1.td_type_2 .td_footer_shape_2 {
  left: 3%;
  bottom: 90px;
}
.td_footer.td_style_1.td_type_2 .td_footer_shape_3 {
  right: 3%;
  top: 67px;
}
.td_footer.td_style_1.td_type_2 .td_footer_shape_4 {
  right: 5%;
  bottom: 90px;
}
.td_footer.td_style_1.td_type_3 {
  padding-top: 108px;
  position: relative;
}
@media (max-width: 991px) {
  .td_footer.td_style_1.td_type_3 {
    padding-top: 80px;
  }
}
.td_footer.td_style_1.td_type_3 .td_footer_bottom_in {
  border: none;
  width: calc(100vw - (100vw - 1300px) / 2);
  padding-right: 50px;
}
@media (max-width: 1400px) {
  .td_footer.td_style_1.td_type_3 .td_footer_bottom_in {
    width: calc(100vw - (100vw - 1115px) / 2);
  }
}
@media (max-width: 1199px) {
  .td_footer.td_style_1.td_type_3 .td_footer_bottom_in {
    width: calc(100vw - (100vw - 935px) / 2);
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .td_footer.td_style_1.td_type_3 .td_footer_bottom_in {
    width: 100%;
    padding-right: 0px;
    flex-direction: column;
    gap: 15px 0;
    padding: 25px 0 15px 0;
  }
}
.td_footer.td_style_1.td_type_3 .td_footer_social_btns {
  margin-left: 0;
}
.td_footer.td_style_1.td_type_3 .td_btn.td_style_1 {
  right: 1px;
  top: 1px;
}
.td_footer.td_style_1.td_type_3 .td_btn.td_style_1 .td_btn_in {
  padding: 12px 24px;
}
.td_footer.td_style_1.td_type_3 .td_footer_row .td_footer_col:first-child {
  flex: 1;
}
.td_footer.td_style_1.td_type_3 .td_footer_row .td_footer_col:nth-child(3) {
  flex: 1.7;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 1199px) {
  .td_footer.td_style_1.td_type_3 .td_footer_row .td_footer_col:nth-child(3) {
    padding-left: 0;
  }
}
.td_footer.td_style_1.td_type_3 .td_footer_row .td_footer_col:nth-child(3)::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 1px;
  border-left: 1px dashed #fff;
  opacity: 0.4;
  left: 0;
  top: 70px;
}
@media (max-width: 1199px) {
  .td_footer.td_style_1.td_type_3 .td_footer_row .td_footer_col:nth-child(3)::before {
    display: none;
  }
}
.td_footer.td_style_1.td_type_3 .td_footer_row .td_footer_col:nth-child(4) {
  flex: 1.6;
}
.td_footer.td_style_1.td_type_3 .td_footer_address_widget_wrap {
  height: 500px;
  width: 500px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 50%;
  top: 85px;
  right: 40px;
}
@media (max-width: 1650px) {
  .td_footer.td_style_1.td_type_3 .td_footer_address_widget_wrap {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1400px) {
  .td_footer.td_style_1.td_type_3 .td_footer_address_widget_wrap {
    width: 340px;
    height: 340px;
    top: 130px;
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_footer.td_style_1.td_type_3 .td_footer_address_widget_wrap {
    width: initial;
    height: initial;
    border: none;
    position: initial;
    margin-top: 70px;
    justify-content: flex-start;
  }
  .td_footer.td_style_1.td_type_3 .td_footer_address_widget_wrap::before, .td_footer.td_style_1.td_type_3 .td_footer_address_widget_wrap::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .td_footer.td_style_1.td_type_3 .td_footer_address_widget_wrap {
    margin-top: 0;
  }
}
.td_footer.td_style_1.td_type_3 .td_footer_address_widget_wrap::before, .td_footer.td_style_1.td_type_3 .td_footer_address_widget_wrap::after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 160px;
  width: 160px;
  border-radius: 50%;
}
.td_footer.td_style_1.td_type_3 .td_footer_address_widget_wrap::after {
  height: 100px;
  width: 100px;
}
.td_footer.td_style_1.td_type_3 .td_footer_address_widget {
  position: relative;
  z-index: 2;
}

.td_footer_row {
  display: flex;
  gap: 50px 80px;
  padding: 100px 0 70px;
}
@media (max-width: 1400px) {
  .td_footer_row {
    gap: 50px 60px;
  }
}
@media (max-width: 1199px) {
  .td_footer_row {
    gap: 50px 30px;
  }
}
@media (max-width: 991px) {
  .td_footer_row {
    flex-wrap: wrap;
    gap: 50px 50px;
    padding: 60px 0;
  }
  .td_footer_row .td_footer_col {
    flex: none !important;
    width: calc(50% - 25px);
  }
  .td_footer_row .td_mb_30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .td_footer_row {
    gap: 40px 0px;
  }
  .td_footer_row .td_footer_col {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .td_footer_row .td_footer_col {
    flex: 1;
  }
  .td_footer_row .td_footer_col:first-child {
    flex: 1.6;
  }
  .td_footer_row .td_footer_col:nth-child(4) {
    flex: 1.6;
  }
}

.td_footer_widget_menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.td_footer_widget_menu li:not(:last-child) {
  margin-bottom: 13px;
}

.td_footer_text_widget p {
  margin-bottom: 0;
}
.td_footer_text_widget img + p,
.td_footer_text_widget svg + p {
  margin-top: 20px;
  opacity: 0.75;
}
.td_footer_text_widget svg {
  color: var(--accent-color);
}

.td_copyright a {
  color: var(--accent-color);
}

.td_footer_bottom_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 33px 0;
  gap: 5px 25px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.3); */
}
@media (max-width: 767px) {
  .td_footer_bottom_in {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.td_footer_bottom_in .td_footer_widget_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 0px;
}
.td_footer_bottom_in .td_footer_widget_menu li {
  margin-bottom: 0;
}
.td_footer_bottom_in .td_footer_widget_menu li:not(:last-child)::after {
  content: "/";
  margin: 0 5px;
}

.td_footer_widget_menu a,
.td_copyright a,
.td_page_heading .breadcrumb a {
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  background-position: 100% calc(100% - 0px);
  background-size: 0 1px;
}
.td_footer_widget_menu a:hover,
.td_copyright a:hover,
.td_page_heading .breadcrumb a:hover {
  background-size: 100% 1px;
  background-position: 0 calc(100% - 0px);
}

.td_footer_address_widget li {
  padding-left: 34px;
  position: relative;
}
.td_footer_address_widget li:not(:last-child) {
  margin-bottom: 20px;
}
.td_footer_address_widget li i {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 24px;
}

.td_footer_text_widget + .td_footer_address_widget {
  margin-top: 25px;
}

.td_footer_text_widget + .td_footer_social_btns {
  margin-top: 30px;
}

.td_footer_social_btns {
  display: flex;
  gap: 5px;
  margin-left: -8px;
}
.td_footer_social_btns a {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.td_footer_social_btns a:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.td_newsletter.td_style_1 + .td_footer_social_btns {
  margin-top: 30px;
}

/*--------------------------------------------------------------
10. Sidebar
----------------------------------------------------------------*/
.td_left_sidebar {
  padding-left: 70px;
}
@media (max-width: 1400px) {
  .td_left_sidebar {
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .td_left_sidebar {
    padding-left: 0px;
  }
}

.td_sidebar_widget_title {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}

.td_sidebar_widget:not(:last-child) {
  margin-bottom: 50px;
}

.td_sidebar_search {
  position: relative;
}
.td_sidebar_search .td_sidebar_search_input {
  height: 54px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 10px;
  padding: 5px 64px 5px 20px;
  width: 100%;
  outline: none;
}
.td_sidebar_search .td_sidebar_search_btn {
  position: absolute;
  border-radius: 10px;
  height: 54px;
  width: 54px;
  background-color: var(--accent-color);
  color: #fff;
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
.td_sidebar_search .td_sidebar_search_btn:hover {
  background-color: var(--heading-color);
}

.td_recent_post_list li:not(:last-child) {
  margin-bottom: 20px;
}

.td_recent_post {
  display: flex;
  align-items: center;
  gap: 20px;
}
.td_recent_post h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.td_recent_post .td_recent_post_thumb {
  flex: none;
  width: 85px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.td_recent_post .td_recent_post_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.8s ease;
}
.td_recent_post .td_recent_post_thumb:hover img {
  transform: scale(1.08);
}
.td_recent_post .td_recent_post_date {
  display: flex;
  align-items: center;
  gap: 7px;
}
.td_recent_post .td_recent_post_date i {
  color: var(--accent-color);
}

.td_sidebar_widget_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.td_sidebar_widget_list li:not(:last-child) {
  margin-bottom: 15px;
}
.td_sidebar_widget_list li a {
  display: flex;
  justify-content: space-between;
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tagcloud a {
  display: inline-flex;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 5px;
  background-color: var(--gray-color);
}
.tagcloud a:hover {
  background-color: var(--accent-color);
  color: #fff;
}

/*--------------------------------------------------------------
11. About
----------------------------------------------------------------*/
.td_about.td_style_1 .td_section_heading.td_style_1 .td_section_subtitle {
  margin-top: 30px;
}
.td_about.td_style_1 .td_about_thumb_wrap {
  margin-right: 34px;
  position: relative;
  padding-bottom: 36.7%;
}
@media (max-width: 1199px) {
  .td_about.td_style_1 .td_about_thumb_wrap {
    margin-right: 0;
  }
}
.td_about.td_style_1 .td_about_thumb_1 {
  padding-right: 124px;
  position: relative;
  z-index: 1;
}
.td_about.td_style_1 .td_about_thumb_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding-left: 46%;
  z-index: 2;
  height: 100%;
  padding-top: 49.5%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.td_about.td_style_1 .td_about_thumb_1 img {
  border-radius: 28px;
}
.td_about.td_style_1 .td_about_thumb_2 img {
  border-style: solid;
  border-color: #fff;
  border-width: 10px 0 0 10px;
  border-radius: 28px;
}
.td_about.td_style_1 .td_about_year {
  position: absolute;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  top: 14px;
  right: 25px;
  -webkit-text-stroke: 1px var(--heading-color);
  color: transparent;
  z-index: 3;
}
.td_about.td_style_1 .td_circle_text {
  height: 200px;
  width: 200px;
  border: 3px solid var(--heading-color);
  border-radius: 50%;
  background-color: var(--accent-color);
  position: absolute;
  padding: 17px;
  bottom: 0;
  left: 35px;
  z-index: 3;
}
@media (max-width: 575px) {
  .td_about.td_style_1 .td_circle_text {
    transform: scale(0.7);
    left: 5px;
    bottom: -20px;
  }
}
.td_about.td_style_1 .td_circle_text svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.td_about.td_style_1 .td_circle_text img {
  animation: rotate-anim 40s linear infinite;
}
.td_about.td_style_1 .td_circle_shape {
  position: absolute;
  height: 200px;
  width: 200px;
  border: 1px solid var(--heading-color);
  border-radius: 50%;
  left: 0;
  bottom: 70px;
}
@media (max-width: 575px) {
  .td_about.td_style_1 .td_circle_shape {
    transform: scale(0.7);
    left: -30px;
    bottom: 40px;
  }
}

/*--------------------------------------------------------------
12. Newsletter
----------------------------------------------------------------*/
.td_newsletter.td_style_1 .td_newsletter_form {
  position: relative;
}
.td_newsletter.td_style_1 .td_newsletter_input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  padding: 10px 170px 10px 20px;
  outline: none;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1 .td_newsletter_input {
    padding: 10px 20px;
  }
}
.td_newsletter.td_style_1 .td_newsletter_input:focus {
  border-color: var(--accent-color);
}
.td_newsletter.td_style_1 .td_btn.td_style_1 {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1 .td_btn.td_style_1 {
    position: initial;
    margin-top: 10px;
    width: 100%;
  }
}
.td_newsletter.td_style_1.td_type_1 {
  min-height: 440px;
  background-color: #d6fef6;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .td_newsletter.td_style_1.td_type_1 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_1 {
    min-height: 340px;
  }
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_form {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.td_newsletter.td_style_1.td_type_1 .container {
  position: relative;
  z-index: 2;
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_1,
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_2 {
  max-height: 100%;
  bottom: 0;
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_1 img,
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_2 img {
  max-height: 100%;
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_1 {
  right: 64%;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_1 .td_newsletter_img_1 {
    display: none;
  }
}
.td_newsletter.td_style_1.td_type_1 .td_newsletter_img_2 {
  left: 64%;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_1 .td_newsletter_img_2 {
    display: none;
  }
}
.td_newsletter.td_style_1.td_type_2 {
  background-color: var(--accent-color);
  overflow: hidden;
}
.td_newsletter.td_style_1.td_type_2 .td_newsletter_form {
  max-width: 757px;
  margin-left: auto;
  margin-right: auto;
}
.td_newsletter.td_style_1.td_type_2 .td_newsletter_input {
  height: 60px;
  border-radius: 0;
  font-weight: 500;
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_2 .td_newsletter_input {
    padding: 5px 20px;
  }
}
@media (max-width: 575px) {
  .td_newsletter.td_style_1.td_type_2 .td_btn.td_style_1 {
    width: 100%;
    position: initial;
    margin-top: 10px;
  }
}
.td_newsletter.td_style_1.td_type_2 .td_btn.td_style_1 .td_btn_in {
  height: 60px;
  padding: 13px 35px;
}
.td_newsletter.td_style_1.td_type_2 .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .td_newsletter.td_style_1.td_type_2 br {
    display: none;
  }
}
.td_newsletter.td_style_1 .td_newsletter_shape_1 {
  height: 260px;
  width: 260px;
  border-radius: 50%;
  left: -78px;
  bottom: -84px;
  border: 1px solid #fff;
}
.td_newsletter.td_style_1 .td_newsletter_shape_2 {
  width: 260px;
  height: 335px;
  border-radius: 50%;
  right: -99px;
  bottom: -146px;
  border: 1px solid #fff;
}
@media (max-width: 991px) {
  .td_newsletter.td_style_1 .td_newsletter_shape_2 {
    display: none;
  }
}
.td_newsletter.td_style_1 .td_newsletter_shape_3 {
  width: 260px;
  height: 335px;
  border-radius: 50%;
  right: -154px;
  top: -196px;
  background-color: #fff;
  opacity: 0.1;
}
.td_newsletter.td_style_1 .td_newsletter_shape_4 {
  left: 12%;
  top: 36%;
}
@media (max-width: 991px) {
  .td_newsletter.td_style_1 .td_newsletter_shape_4 {
    display: none;
  }
}

/*--------------------------------------------------------------
13. Hero
----------------------------------------------------------------*/
.td_hero_btn_group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 40px;
  padding: 25px 40px;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -65px;
}
@media (max-width: 1199px) {
  .td_hero_btn_group {
    gap: 15px 20px;
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .td_hero_btn_group {
    padding: 20px;
    gap: 10px;
  }
}
/*==================================================
HEADER APPLY BUTTON
==================================================*/

.td_btn.td_style{

  height:52px;

  padding:0 28px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  border-radius:50px;

background:#fff;

  color:var(--accent-color);

  font-size:15px;
  font-weight:700;

  text-decoration:none;

  position:relative;

  overflow:hidden;

  transition:all .4s ease;

  box-shadow:
    0 10px 25px rgba(253,199,47,0.25);

}

/* HOVER SHINE */

.td_btn.td_style::before{

  content:"";

  position:absolute;

  top:0;
  left:-120%;

  width:100%;
  height:100%;

  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );

  transition:all .6s ease;

}

.td_btn.td_style:hover::before{
  left:120%;
}

/* TEXT */

.td_btn.td_style span{
  position:relative;
  z-index:2;
}

/* HOVER */

.td_btn.td_style:hover{

  transform:translateY(-3px);

background:linear-gradient(
    135deg,
    var(--secondary-color) 0%,
    #ffdb70 100%
  );

  color:#051435;

  box-shadow:
    0 15px 35px rgba(0,58,101,0.35);

}

/* ACTIVE */

.td_btn.td_style:active{
  transform:scale(.97);
}

/* MOBILE */

@media screen and (max-width:767px){

  .td_btn.td_style{

    height:46px;

    padding:0 22px;

    font-size:14px;

  }

}


.td_hero_btn_group .td_btn.td_style_1 {
  min-width: 270px;
}
.td_hero_btn_group .td_btn.td_style_1 .td_btn_in {
  padding: 25px 40px;
}
@media (max-width: 767px) {
  .td_hero_btn_group .td_btn.td_style_1 {
    width: 100%;
    min-width: 100%;
  }
  .td_hero_btn_group .td_btn.td_style_1 .td_btn_in {
    padding: 15px 30px;
  }
}

.td_avatars_wrap {
  display: flex;
  text-align: left;
  align-items: center;
  gap: 15px;
}
.td_avatars_wrap h3,
.td_avatars_wrap p {
  line-height: 24px;
}
.td_avatars_wrap.td_type_1 {
  position: absolute;
  right: -22%;
  top: 24%;
  padding: 15px 15px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 3px 3px 1px;
  border-color: #ebeced var(--accent-color) var(--accent-color) #ebeced;
  border-radius: 10px;
}
.td_avatars_wrap.td_type_1 h3,
.td_avatars_wrap.td_type_1 p {
  line-height: 18px;
}
.td_avatars_wrap.td_type_1 .td_avatars {
  padding-left: 15px;
}
.td_avatars_wrap.td_type_1 .td_avatars > * {
  border-width: 2px;
  height: 30px;
  width: 30px;
  margin-left: -15px;
}
.td_avatars_wrap.td_type_1 .td_avatars > * i {
  font-size: 12px;
}
.td_avatars_wrap.td_type_2 {
  flex-direction: column;
  gap: 8px;
  background-color: #fff;
  padding: 30px;
  position: absolute;
  border-radius: 13px;
  min-width: 326px;
  bottom: 0;
  z-index: 1;
  right: 75%;
  box-shadow: 2px 2px 50px rgba(0, 0, 27, 0.1);
}
@media (max-width: 1670px) {
  .td_avatars_wrap.td_type_2 {
    right: initial;
    left: -30px;
  }
}
@media (max-width: 575px) {
  .td_avatars_wrap.td_type_2 {
    display: none;
  }
}
.td_avatars_wrap.td_type_2 .td_avatars {
  padding-left: 20px;
}
.td_avatars_wrap.td_type_2 .td_avatars > * {
  height: 50px;
  width: 50px;
  border: none;
  margin-left: -20px;
}
.td_avatars_wrap.td_type_2 .td_avatar_end {
  background-color: var(--accent-color);
  color: #fff;
}

.td_avatars {
  display: flex;
  padding-left: 30px;
}
.td_avatars > * {
  border: 4px solid #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-left: -30px;
}
.td_avatars > * img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.td_avatars > *:last-child {
  border: none;
  position: relative;
}
.td_avatars > * i {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 27, 0.85);
  color: #fff;
  border-radius: inherit;
}

.td_btns_group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}

/*==================================================
MOBILE HERO STYLE LIKE REFERENCE
==================================================*/

@media screen and (max-width:767px){

  .td_hero{

    height:100vh;
    min-height:760px;

    background:#005aa7;

    align-items:flex-end;

  }

  /*==================================================
  BACKGROUND IMAGE
  ==================================================*/

  .td_hero_bg{

    background-size:cover;

    background-position:center bottom;

    transform:none !important;

  }

  /*==================================================
  OVERLAY
  ==================================================*/

  .td_hero_overlay{

    background:linear-gradient(
      to top,
      rgba(0,0,0,0.88) 0%,
      rgba(0,0,0,0.35) 45%,
      rgba(0,0,0,0) 100%
    );

  }

  /*==================================================
  BIG TEXT
  ==================================================*/

  .td_hero_big_text{

    display:block !important;

    top:150px;
    left:50%;

    transform:translateX(-50%);

    width:100%;

    text-align:center;

    font-size:42px;
    font-weight:900;

    letter-spacing:2px;

    color:rgba(255,255,255,0.16);

    z-index:2;

  }

  /*==================================================
  INNER
  ==================================================*/

  .td_hero_inner{

    min-height:760px;

    padding-top:120px;
    padding-bottom:40px;

    align-items:flex-end;
    

  }

  /*==================================================
  TEXT AREA
  ==================================================*/

  .td_hero_text{

    max-width:100%;

    position:relative;

    z-index:5;

  }

  .td_hero_subtitle_up{

    font-size:12px;

    margin-bottom:8px;

    text-align:left;

  }

  .td_hero_title{

    font-size:38px;

    line-height:1.15;

    margin-bottom:15px;

  }

  .td_hero_subtitle{

    font-size:14px;

    line-height:1.6;

    max-width:100%;

    margin-bottom:20px;

  }

  /*==================================================
  BUTTONS
  ==================================================*/

  .td_hero_btns{

    flex-direction:row;

    align-items:center;

    gap:14px;

  }

  .td_btn.td_style_1{

    height:46px;

    padding:0 22px;

    font-size:14px;

  }

  /*==================================================
  VIDEO BUTTON
  ==================================================*/

  .td_video_btn{

    position:absolute;

    top:110px;
    left:50%;

    transform:translateX(-50%);

    flex-direction:column;

    gap:10px;

  }

  .td_video_btn_icon{

    width:70px;
    height:70px;

    border:1.5px solid rgba(255,255,255,0.35);

    background:rgba(255,255,255,0.05);

    backdrop-filter:blur(10px);

    font-size:18px;

  }

  .td_video_btn_text{

    font-size:13px;

    font-weight:600;

  }

  /*==================================================
  HIDE ARROWS
  ==================================================*/

  .td_hero_arrows{
    display:none !important;
  }

}

/*==================================================
SMALL MOBILE
==================================================*/

@media screen and (max-width:575px){

  .td_hero{

    min-height:700px;

  }

  .td_hero_inner{

    min-height:700px;

    padding-bottom:30px;

  }


  .td_hero_title{

    font-size:32px;

  }

}

.td_hero.td_style_2 {
  max-height: 1000px;
  min-height: 700px;
  height: 100vh;
  position: relative;
  padding: 140px 0 0;
}
@media (max-width: 991px) {
  .td_hero.td_style_2 {
    height: initial;
    max-height: initial;
    padding: 160px 0 80px;
  }
}
.td_hero.td_style_2::before {
  content: "";
  opacity: 0.03;
  background: linear-gradient(180deg, #280bb7 46.11%, #120551 60.51%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.td_hero.td_style_2 .container {
  position: relative;
  z-index: 3;
}
.td_hero.td_style_2 .td_hero_title {
  line-height: 1.31em;
}
.td_hero.td_style_2 .td_hero_title span {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 0px 30px;
}
@media (max-width: 991px) {
  .td_hero.td_style_2 .td_hero_title span {
    padding: 0px 10px;
  }
}
@media (max-width: 350px) {
  .td_hero.td_style_2 .td_hero_title span {
    padding: 0px;
    color: var(--accent-color);
  }
}
.td_hero.td_style_2 .td_hero_title svg {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  z-index: -1;
  min-width: 100%;
}
@media (max-width: 1199px) {
  .td_hero.td_style_2 .td_hero_title svg {
    width: 440px;
  }
}
@media (max-width: 991px) {
  .td_hero.td_style_2 .td_hero_title svg {
    width: 340px;
    height: 80px;
  }
}
@media (max-width: 350px) {
  .td_hero.td_style_2 .td_hero_title svg {
    display: none;
  }
}
.td_hero.td_style_2 .td_hero_text {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.td_hero.td_style_2 .td_hero_subtitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.td_hero.td_style_2 .td_btns_group {
  align-items: center;
  justify-content: center;
}
.td_hero.td_style_2 .td_hero_img_box_left {
  padding-top: 30%;
  width: 23.7%;
  position: absolute;
  left: 4%;
}
@media (max-width: 1500px) {
  .td_hero.td_style_2 .td_hero_img_box_left {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .td_hero.td_style_2 .td_hero_img_box_left {
    display: none;
  }
}
.td_hero.td_style_2 .td_hero_img_box_right {
  padding-top: 30%;
  width: 23.7%;
  position: absolute;
  right: 4%;
}
@media (max-width: 1500px) {
  .td_hero.td_style_2 .td_hero_img_box_right {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .td_hero.td_style_2 .td_hero_img_box_right {
    display: none;
  }
}
.td_hero.td_style_2 .td_hero_img_1 {
  left: 0;
  top: 0;
  width: 72.5%;
}
.td_hero.td_style_2 .td_hero_img_2 {
  bottom: 0;
  width: 35%;
  left: 70px;
}
.td_hero.td_style_2 .td_hero_img_3 {
  right: 0;
  bottom: 19%;
  width: 35%;
}
.td_hero.td_style_2 .td_hero_img_4 {
  right: 0;
  top: 0;
  width: 72.5%;
}
.td_hero.td_style_2 .td_hero_img_5 {
  bottom: 0;
  width: 35%;
  right: 70px;
}
.td_hero.td_style_2 .td_hero_img_6 {
  left: 0;
  bottom: 19%;
  width: 35%;
}
.td_hero.td_style_2 .td_hero_shape_1 {
  left: 8%;
  top: 25%;
  z-index: -1;
  opacity: 0.3;
  width: 72.5%;
}
.td_hero.td_style_2 .td_hero_shape_2 {
  right: 22%;
  bottom: -5%;
}
.td_hero.td_style_2 .td_hero_shape_3 {
  right: 8%;
  top: 25%;
  z-index: -1;
  opacity: 0.3;
  width: 72.5%;
}
.td_hero.td_style_2 .td_hero_shape_4 {
  left: 22%;
  bottom: -5%;
  animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.td_hero.td_style_2 .td_hero_shape_4::before, .td_hero.td_style_2 .td_hero_shape_4::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 2px solid;
  left: 0;
}
.td_hero.td_style_2 .td_hero_shape_4::before {
  top: 0px;
  border-color: var(--accent-color);
  background-color: #fff;
  z-index: 1;
}
.td_hero.td_style_2 .td_hero_shape_4::after {
  top: 8px;
  border-color: rgba(0, 0, 0, 0.25);
}
.td_hero.td_style_2 .td_hero_shape_5 {
  bottom: 50px;
  left: 49%;
}
.td_hero.td_style_2 .td_hero_shape_6 {
  left: 22%;
  top: 18%;
}
.td_hero.td_style_2 .td_hero_shape_6 img {
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.td_hero.td_style_3 {
  height: 920px;
  position: relative;
  background-color: rgba(250, 250, 250, 0.5);
  overflow: hidden;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 {
    height: initial;
    padding-top: 160px;
    padding-bottom: 80px;
    min-height: 650px;
  }
}
.td_hero.td_style_3::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: 0.8;
  background: linear-gradient(285deg, rgba(50, 198, 109, 0.3) 86.47%, rgba(19, 19, 233, 0.3) 103.49%);
  filter: blur(250px);
  width: 587px;
  height: 587px;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.td_hero.td_style_3 .container {
  position: relative;
  z-index: 3;
}
.td_hero.td_style_3 .td_hero_text {
  max-width: 700px;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_text {
    max-width: 520px;
  }
}
.td_hero.td_style_3 .td_hero_img_box {
  position: absolute;
  position: absolute;
  left: 42%;
  bottom: 0;
  width: 41.5%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 85%;
}
@media (max-width: 1400px) {
  .td_hero.td_style_3 .td_hero_img_box {
    width: 45%;
    left: 48%;
  }
}
@media (max-width: 1199px) {
  .td_hero.td_style_3 .td_hero_img_box {
    width: 58%;
  }
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_img_box {
    display: none;
  }
}
.td_hero.td_style_3 .td_hero_img_box .td_hero_img_1 {
  position: relative;
  z-index: 2;
}
.td_hero.td_style_3 .td_hero_shape_1 {
  position: absolute;
  width: 600px;
  height: 600px;
  border: 30px solid var(--heading-color);
  border-radius: 50%;
  left: 24%;
  bottom: 0px;
}
@media (max-width: 1500px) {
  .td_hero.td_style_3 .td_hero_shape_1 {
    width: 520px;
    height: 520px;
    left: 15%;
    bottom: -120px;
  }
}
.td_hero.td_style_3 .td_hero_shape_2 {
  position: absolute;
  bottom: 43%;
  left: 74%;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_shape_2 {
    display: none;
  }
}
.td_hero.td_style_3 .td_hero_shape_3 {
  position: absolute;
  height: 20px;
  width: 20px;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  top: 28%;
  left: 10%;
  opacity: 0.21;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_shape_3 {
    display: none;
  }
}
.td_hero.td_style_3 .td_hero_shape_4 {
  position: absolute;
  left: 0;
  top: 15%;
}
.td_hero.td_style_3 .td_hero_shape_4 img {
  animation: animo-y 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_shape_4 {
    display: none;
  }
}
.td_hero.td_style_3 .td_hero_shape_5 {
  position: absolute;
  left: 48%;
  top: 34%;
}
.td_hero.td_style_3 .td_hero_shape_5 img {
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_shape_5 {
    display: none;
  }
}
.td_hero.td_style_3 .td_hero_shape_6 {
  position: absolute;
  left: 33%;
  top: 29.5%;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_shape_6 {
    display: none;
  }
}
.td_hero.td_style_3 .td_hero_shape_7 {
  position: absolute;
  height: 40px;
  width: 40px;
  border: 1px solid var(--accent-color);
  border-radius: 50%;
  top: 39%;
  left: 88%;
}
@media (max-width: 991px) {
  .td_hero.td_style_3 .td_hero_shape_7 {
    display: none;
  }
}

.td_hero.td_style_4 {
  height: 100vh;
  max-height: 1100px;
  min-height: 700px;
  position: relative;
  background: linear-gradient(90deg, rgba(255, 240, 212, 0.8) 0.07%, rgba(214, 255, 247, 0.8) 95.86%);
}
@media (max-width: 991px) {
  .td_hero.td_style_4 {
    height: initial;
    max-height: initial;
    padding: 150px 0 80px;
  }
}
.td_hero.td_style_4 .td_btns_group {
  align-items: center;
  justify-content: center;
}
.td_hero.td_style_4 .td_hero_text {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .td_hero.td_style_4 .td_hero_text {
    max-width: 630px;
  }
}
.td_hero.td_style_4 .td_heading_color {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.td_hero.td_style_4 .td_hero_img_box_left {
  position: absolute;
  left: 7%;
  top: 55%;
  transform: translateY(-50%);
  width: 18.5%;
  padding-top: 33%;
}
@media (max-width: 991px) {
  .td_hero.td_style_4 .td_hero_img_box_left {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_img_1 {
  top: 0;
  left: 0;
  width: 81%;
}
.td_hero.td_style_4 .td_hero_img_2 {
  bottom: 0;
  right: 0;
  width: 66.6%;
}
.td_hero.td_style_4 .td_hero_img_box_right {
  position: absolute;
  right: 8%;
  top: 55%;
  transform: translateY(-50%);
  width: 17.5%;
  padding-top: 35%;
}
@media (max-width: 991px) {
  .td_hero.td_style_4 .td_hero_img_box_right {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_img_3 {
  top: 0;
  right: 0;
  width: 67%;
}
.td_hero.td_style_4 .td_hero_img_4 {
  bottom: 0;
  left: 0;
  width: 97.5%;
}
.td_hero.td_style_4 .td_hero_shape_1 {
  left: 10%;
  top: 54%;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_1 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_2 {
  right: -5%;
  top: 32%;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_2 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_3 {
  left: -5%;
  top: 34%;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_3 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_4 {
  right: -22%;
  top: 45%;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_4 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_5 {
  top: 43px;
  left: -55px;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_5 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_6 {
  left: 2.5%;
  bottom: 7%;
  opacity: 0.56;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_6 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_7 {
  opacity: 0.46;
  left: 28%;
  top: 53%;
  animation: particalAnimation 20s alternate infinite linear;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_7 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_8 {
  top: 16%;
  left: 26%;
  opacity: 0.3;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_8 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_9 {
  top: 20%;
  left: 66%;
  animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_9 {
    display: none;
  }
}
.td_hero.td_style_4 .td_hero_shape_10 {
  right: 3%;
  bottom: 5%;
}
@media (max-width: 575px) {
  .td_hero.td_style_4 .td_hero_shape_10 {
    display: none;
  }
}

.td_hero.td_style_5 {
  background: linear-gradient(102deg, rgba(222, 155, 75, 0.06) 6.6%, rgba(255, 155, 36, 0.06) 6.6%);
  height: 890px;
  position: relative;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .td_hero.td_style_5 {
    padding: 150px 0 80px;
    height: initial;
    min-height: 700px;
  }
  .td_hero.td_style_5 .td_mb_30 {
    margin-bottom: 20px;
  }
  .td_hero.td_style_5 .td_mb_40 {
    margin-bottom: 30px;
  }
}
.td_hero.td_style_5 .td_hero_subtitle_up {
  border-radius: 50px;
  border: 1px solid #ebeced;
  background-color: #fffdfa;
  padding: 5px 25px;
  display: inline-block;
}
@media (max-width: 991px) {
  .td_hero.td_style_5 .td_hero_subtitle_up {
    padding: 5px 15px;
  }
}
.td_hero.td_style_5 .td_hero_text {
  max-width: 600px;
  position: relative;
  z-index: 2;
}
.td_hero.td_style_5 .td_newsletter.td_style_1 .td_newsletter_input {
  height: 60px;
  border-radius: 10px;
  padding-right: 190px;
}
@media (max-width: 991px) {
  .td_hero.td_style_5 .td_newsletter.td_style_1 .td_newsletter_input {
    height: 57px;
  }
}
@media (max-width: 575px) {
  .td_hero.td_style_5 .td_newsletter.td_style_1 .td_newsletter_input {
    padding: 5px 20px;
  }
}
@media (max-width: 575px) {
  .td_hero.td_style_5 .td_newsletter.td_style_1 .td_btn.td_style_1 {
    position: initial;
    width: 100%;
    margin-top: 10px;
  }
}
.td_hero.td_style_5 .td_newsletter.td_style_1 .td_btn.td_style_1 .td_btn_in {
  padding: 16px 25px;
}
.td_hero.td_style_5 .td_hero_img_wrap {
  position: absolute;
  height: 600px;
  width: 600px;
  text-align: center;
  padding: 50px;
  left: 54%;
  transform: translateY(-50%);
  top: 50%;
  margin-top: 35px;
}
@media (max-width: 1400px) {
  .td_hero.td_style_5 .td_hero_img_wrap {
    height: 450px;
    width: 450px;
    left: 58%;
    padding: 10px;
  }
}
@media (max-width: 1199px) {
  .td_hero.td_style_5 .td_hero_img_wrap {
    display: none;
  }
}
.td_hero.td_style_5 .td_hero_funfact {
  background-color: #fff;
  border-style: solid;
  border-width: 1px 3px 3px 1px;
  border-color: #ebeced var(--accent-color) var(--accent-color) #ebeced;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 49%;
  right: -14%;
  padding: 3px 15px;
  gap: 10px;
}
.td_hero.td_style_5 .td_hero_funfact img {
  flex: none;
}
.td_hero.td_style_5 .td_hero_funfact .td_fs_40 {
  margin-bottom: -5px;
}
.td_hero.td_style_5 .td_avatars_wrap {
  z-index: 1;
  left: -3%;
  right: initial;
  top: 78%;
}
.td_hero.td_style_5 .td_hero_img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.td_hero.td_style_5 .td_hero_img img {
  height: inherit;
  width: inherit;
  object-fit: cover;
  border-radius: inherit;
}
.td_hero.td_style_5 .td_hero_img_1,
.td_hero.td_style_5 .td_hero_img_2,
.td_hero.td_style_5 .td_hero_img_3 {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  z-index: 2;
}
.td_hero.td_style_5 .td_hero_img_1 img,
.td_hero.td_style_5 .td_hero_img_2 img,
.td_hero.td_style_5 .td_hero_img_3 img {
  height: inherit;
  width: inherit;
  object-fit: cover;
  border-radius: inherit;
}
.td_hero.td_style_5 .td_hero_img_1 {
  left: -80px;
  top: 37%;
}
.td_hero.td_style_5 .td_hero_img_2 {
  right: 16%;
  bottom: -45px;
}
.td_hero.td_style_5 .td_hero_img_3 {
  right: 19%;
  top: -9%;
}
.td_hero.td_style_5 .td_hero_shape_1 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.td_hero.td_style_5 .td_hero_shape_1 svg {
  animation: rotate-anim 60s linear infinite;
}
@media (max-width: 1400px) {
  .td_hero.td_style_5 .td_hero_shape_1 svg {
    width: 460px;
    height: 460px;
  }
}
.td_hero.td_style_5 .td_hero_shape_2 {
  height: 20px;
  width: 20px;
  border: 1px solid var(--accent-color);
  opacity: 0.5;
  left: 8%;
  top: 18%;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .td_hero.td_style_5 .td_hero_shape_2 {
    display: none;
  }
}
.td_hero.td_style_5 .td_hero_shape_3 {
  height: 40px;
  width: 40px;
  background-color: #ff9b24;
  left: 3%;
  top: 47%;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .td_hero.td_style_5 .td_hero_shape_3 {
    left: 80%;
    top: 25%;
  }
}
@media (max-width: 575px) {
  .td_hero.td_style_5 .td_hero_shape_3 {
    display: none;
  }
}
.td_hero.td_style_5 .td_hero_shape_4 {
  height: 40px;
  width: 40px;
  background-color: var(--accent-color);
  left: 10%;
  top: 81%;
  border-radius: 50%;
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .td_hero.td_style_5 .td_hero_shape_4 {
    left: 70%;
    top: 50%;
  }
}
@media (max-width: 575px) {
  .td_hero.td_style_5 .td_hero_shape_4 {
    display: none;
  }
}
.td_hero.td_style_5 .td_hero_shape_5 {
  left: 90%;
  top: 77%;
}
@media (max-width: 575px) {
  .td_hero.td_style_5 .td_hero_shape_5 {
    display: none;
  }
}

.td_hero.td_style_6 {
  padding-bottom: 130px;
  background-color: #fafafa;
  position: relative;
}
@media (max-width: 991px) {
  .td_hero.td_style_6 {
    padding: 140px 0 80px;
  }
}
@media (min-width: 992px) {
  .td_hero.td_style_6 .td_hero_text {
    padding-top: 95px;
  }
}
.td_hero.td_style_6 .td_hero_subtitle {
  max-width: 610px;
}
.td_hero.td_style_6 .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.td_hero.td_style_6 .container .row {
  height: 100%;
}
.td_hero.td_style_6 .td_hero_img {
  position: relative;
  padding-bottom: 105px;
}
.td_hero.td_style_6 .td_hero_img > img {
  border-radius: 340px 340px 0 0;
}
.td_hero.td_style_6 .td_hero_video_block {
  max-width: 308px;
  width: 100%;
  height: 221px;
  border: 12px solid var(--accent-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.td_hero.td_style_6 .td_hero_video_block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.td_hero.td_style_6 .td_hero_video_block .td_video_open {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.td_hero.td_style_6 .td_hero_video_block .td_player_btn:before {
  visibility: visible;
  background-color: #fff;
}
.td_hero.td_style_6 .td_avatars_wrap {
  position: absolute;
  right: -22%;
  top: 24%;
}
@media (max-width: 1600px) {
  .td_hero.td_style_6 .td_avatars_wrap {
    right: -5%;
  }
}
@media (max-width: 767px) {
  .td_hero.td_style_6 .td_avatars_wrap {
    display: none;
  }
}
.td_hero.td_style_6 .td_hero_shape_1 {
  left: 30px;
  top: 0;
}
.td_hero.td_style_6 .td_hero_shape_2 {
  left: 37.5%;
  top: -10px;
}
@media (max-width: 991px) {
  .td_hero.td_style_6 .td_hero_shape_2 {
    display: none;
  }
}
.td_hero.td_style_6 .td_hero_shape_3 {
  left: 25%;
  top: 86%;
}
.td_hero.td_style_6 .td_hero_shape_4 {
  left: 35%;
  top: 74%;
}
.td_hero.td_style_6 .td_hero_shape_5 {
  left: 40%;
  top: 89%;
}
.td_hero.td_style_6 .td_hero_shape_6 {
  left: 48%;
  top: 80%;
}
.td_hero.td_style_6 .td_hero_shape_6 img {
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_hero.td_style_6 .td_hero_shape_7 {
  left: 79%;
  top: 78%;
}
.td_hero.td_style_6 .td_hero_shape_8 {
  left: 92%;
  top: 75%;
  animation: rotate-anim 10s linear infinite;
}

.td_hero.td_style_7 {
  height: 920px;
  position: relative;
  padding-top: 70px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .td_hero.td_style_7 {
    height: initial;
    padding: 614px 0 80px;
  }
}
@media (max-width: 575px) {
  .td_hero.td_style_7 {
    padding: 514px 0 80px;
  }
}
.td_hero.td_style_7 .td_hero_text {
  max-width: 680px;
}
.td_hero.td_style_7 .td_hero_subtitle {
  max-width: 650px;
}
.td_hero.td_style_7 .container {
  position: relative;
  z-index: 3;
}
.td_hero.td_style_7 .td_hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 72%;
}
@media (max-width: 1199px) {
  .td_hero.td_style_7 .td_hero_bg {
    width: 100%;
  }
}
.td_hero.td_style_7 .td_hero_img {
  position: absolute;
  right: 0;
  width: 45%;
  height: calc(100% - 230px);
  top: 130px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .td_hero.td_style_7 .td_hero_img {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .td_hero.td_style_7 .td_hero_img {
    width: 100%;
    top: 80px;
    height: 500px;
  }
}
@media (max-width: 575px) {
  .td_hero.td_style_7 .td_hero_img {
    height: 400px;
  }
}
.td_hero.td_style_7 .td_hero_shape_1 {
  width: 372px;
  height: 372px;
  border: 2px solid #fff;
  opacity: 0.14;
  left: -101px;
  top: -110px;
  border-radius: 50%;
}
.td_hero.td_style_7 .td_hero_shape_2 {
  height: 30px;
  width: 30px;
  background-color: #ebeced;
  opacity: 0.1;
  border-radius: 50%;
  left: 9%;
  top: 36%;
}
.td_hero.td_style_7 .td_hero_shape_3 {
  left: 4%;
  bottom: 8%;
}
.td_hero.td_style_7 .td_hero_shape_3 img {
  animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_hero.td_style_7 .td_hero_shape_4,
.td_hero.td_style_7 .td_hero_shape_5,
.td_hero.td_style_7 .td_hero_shape_6 {
  width: 258px;
  height: 258px;
  border: 1px solid #fff;
  opacity: 0.14;
  border-radius: 50%;
}
.td_hero.td_style_7 .td_hero_shape_4 {
  left: 44%;
  top: 52%;
}
.td_hero.td_style_7 .td_hero_shape_5 {
  left: 48.3%;
  top: 57%;
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_hero.td_style_7 .td_hero_shape_6 {
  left: 45%;
  top: 62%;
}
.td_hero.td_style_7 .td_hero_shape_7 {
  left: 48%;
  top: 2%;
  animation: rotate-anim 15s linear infinite;
}
@media (max-width: 991px) {
  .td_hero.td_style_7 > .position-absolute {
    display: none;
  }
}

.td_hero.td_style_8 {
  height: 1024px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .td_hero.td_style_8 {
    height: initial;
    padding: 160px 0 160px;
  }
}
.td_hero.td_style_8:after {
  content: "";
  position: absolute;
  height: 800px;
  width: 136vw;
  background-color: #fff;
  top: 100%;
  border-radius: 50%;
  margin-top: -130px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .td_hero.td_style_8:after {
    width: 185vw;
    margin-top: -80px;
  }
}
.td_hero.td_style_8 .td_hero_text {
  max-width: 665px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .td_hero.td_style_8 .td_hero_text {
    max-width: 650px;
  }
}
.td_hero.td_style_8 .td_hero_img {
  position: absolute;
  left: 66%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 10px solid #fff;
  top: 50%;
  transform: rotate(-21.22deg) translateY(-58%);
  z-index: 2;
}
@media (max-width: 1400px) {
  .td_hero.td_style_8 .td_hero_img {
    left: 72%;
  }
}
@media (max-width: 991px) {
  .td_hero.td_style_8 .td_hero_img {
    position: relative;
    transform: initial;
    margin-bottom: 35px;
    left: initial;
    top: initial;
  }
  .td_hero.td_style_8 .td_hero_img img {
    width: 100%;
  }
}
.td_hero.td_style_8 .td_hero_shape_1 {
  left: -95px;
  top: 50px;
}
.td_hero.td_style_8 .td_hero_shape_2 {
  left: -85px;
  top: 45%;
}
.td_hero.td_style_8 .td_hero_shape_3 {
  left: 2%;
  top: 74%;
}
.td_hero.td_style_8 .td_hero_shape_4 {
  left: 44%;
  top: 13%;
}
.td_hero.td_style_8 .td_hero_shape_5 {
  left: 75%;
  top: 12%;
}
.td_hero.td_style_8 .td_hero_shape_6 {
  left: 83%;
  top: 55%;
}
.td_hero.td_style_8 .td_hero_shape_7 {
  right: 0;
  top: 25%;
}
.td_hero.td_style_8 .td_hero_shape_8 {
  left: 88%;
  top: 77%;
}
.td_hero.td_style_8 .td_hero_shape_9 {
  top: 71px;
  left: 0;
}
@media (max-width: 575px) {
  .td_hero.td_style_8 .td_hero_shape_1,
  .td_hero.td_style_8 .td_hero_shape_2,
  .td_hero.td_style_8 .td_hero_shape_3,
  .td_hero.td_style_8 .td_hero_shape_4,
  .td_hero.td_style_8 .td_hero_shape_5,
  .td_hero.td_style_8 .td_hero_shape_6,
  .td_hero.td_style_8 .td_hero_shape_7,
  .td_hero.td_style_8 .td_hero_shape_8 {
    display: none;
  }
}

/*--------------------------------------------------------------
14. Iconbox
----------------------------------------------------------------*/
.td_iconbox_1_wrap {
  display: flex;
  justify-content: space-around;
  gap: 40px 30px;
  flex-wrap: wrap;
}

.td_iconbox.td_style_1 {
  max-width: 250px;
  flex: none;
}
.td_iconbox.td_style_1 svg path {
  fill: var(--accent-color);
}

.td_iconbox.td_style_2 {
  position: relative;
}
.td_iconbox.td_style_2 .td_iconbox_link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.td_iconbox.td_style_2 .td_iconbox_in {
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 27, 0.07);
  padding: 30px 20px;
  transition: all 0.3s ease;
}
.td_iconbox.td_style_2 .td_iconbox_subtitle span {
  background-color: var(--accent-color);
  color: #fff;
  margin-right: 2px;
  font-size: 18px;
  line-height: 1.55em;
  display: inline-block;
  padding: 0 4px;
}
.td_iconbox.td_style_2:hover .td_iconbox_in {
  background-color: var(--accent-color);
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 27, 0.2);
}
.td_iconbox.td_style_2:hover .td_iconbox_icon {
  filter: brightness(0) invert(1);
}
.td_iconbox.td_style_2:hover .td_iconbox_title {
  color: #fff;
  opacity: 1;
}
.td_iconbox.td_style_2:hover .td_iconbox_subtitle {
  color: rgba(255, 255, 255, 0.8);
}
.td_iconbox.td_style_2:hover .td_iconbox_subtitle span {
  background-color: #fff;
  color: var(--accent-color);
}

.td_iconbox.td_style_3 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 27, 0.05);
}
.td_iconbox.td_style_3:hover {
  transform: scale(1.02);
}
.td_iconbox.td_style_3 .td_iconbox_icon img {
  height: 40px;
  width: 40px;
}

.td_iconbox.td_style_4 {
  padding: 20px;
  padding-right: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  transition: all 0.3s ease;
}
.td_iconbox.td_style_4:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.td_iconbox.td_style_5 {
  display: flex;
  gap: 20px;
  max-width: 500px;
}
.td_iconbox.td_style_5 .td_iconbox_icon {
  height: 100px;
  width: 100px;
  padding: 10px;
  border-radius: 50%;
  flex: none;
  position: relative;
  clip-path: inset(0 round 50px 50px 50px 50px);
}
.td_iconbox.td_style_5 .td_iconbox_icon:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border: 3px dashed var(--accent-color);
  border-radius: 100px;
}
.td_iconbox.td_style_5 .td_iconbox_icon_in {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: rgba(237, 237, 237, 0.7);
  padding: 14px;
}

.td_iconbox.td_style_6 {
  display: flex;
  position: relative;
  background-color: rgba(235, 236, 237, 0.3);
  margin-right: 20px;
  gap: 20px;
  align-items: center;
  padding: 12px 30px 12px 12px;
}
@media (max-width: 1400px) {
  .td_iconbox.td_style_6 {
    gap: 10px;
  }
}
.td_iconbox.td_style_6 .td_iconbox_btn {
  position: absolute;
  height: 40px;
  width: 40px;
  flex: none;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  right: -20px;
  top: 50%;
  margin-top: -20px;
  background-color: #fff;
  color: var(--heading-color);
}
.td_iconbox.td_style_6 .td_iconbox_btn:hover {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  color: #fff;
}
.td_iconbox.td_style_6 .td_iconbox_icon {
  height: 73px;
  width: 73px;
  border-radius: 50%;
  flex: none;
}
@media (max-width: 1400px) {
  .td_iconbox.td_style_6 .td_iconbox_icon {
    height: 60px;
    width: 60px;
  }
}
.td_iconbox.td_style_6 .td_iconbox_icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.td_iconbox.td_style_7 {
  padding: 30px 35px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 3, 0.1);
  position: relative;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .td_iconbox.td_style_7 {
    padding: 30px 18px;
  }
}
.td_iconbox.td_style_7 .td_iconbox_icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.td_iconbox.td_style_7 .td_iconbox_btn {
  height: 40px;
  width: 40px;
  border: 1px solid var(--heading-color);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--heading-color);
}
.td_iconbox.td_style_7 .td_iconbox_btn:hover {
  background-color: var(--heading-color);
  color: #fff;
}

.td_iconbox.td_style_8 {
  border: 1px solid var(--border-color);
  height: 326px;
  display: flex;
  align-items: flex-end;
  padding: 50px 35px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .td_iconbox.td_style_8 {
    padding: 50px 25px;
  }
}
@media (max-width: 1199px) {
  .td_iconbox.td_style_8 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .td_iconbox.td_style_8 {
    padding: 30px 25px;
    height: 250px;
  }
  .td_iconbox.td_style_8 .td_mb_30 {
    margin-bottom: 15px;
  }
}
.td_iconbox.td_style_8 .td_icon_shape {
  position: absolute;
  top: -60px;
  right: -60px;
  transition: all 0.6s cubic-bezier(0.7, -0.56, 0.27, 1.6);
}
.td_iconbox.td_style_8 .td_iconbox_in {
  position: relative;
  z-index: 2;
}
.td_iconbox.td_style_8 .td_btn.td_style_3 {
  position: relative;
}
.td_iconbox.td_style_8 .td_btn.td_style_3::before {
  content: "";
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: var(--accent-color);
  opacity: 0.1;
  left: -5px;
  top: 1px;
  position: absolute;
  transition: all 0.3s ease;
}
.td_iconbox.td_style_8 .td_btn.td_style_3:hover::before {
  height: 40px;
  width: 40px;
  top: -2px;
  left: -10px;
}
.td_iconbox.td_style_8:hover .td_icon_shape {
  top: -68px;
  right: -68px;
}

.td_iconbox.td_style_9 {
  display: flex;
  gap: 16px;
}
.td_iconbox.td_style_9 .td_iconbox_icon {
  height: 80px;
  width: 80px;
  flex: none;
  position: relative;
  padding: 10px;
}
.td_iconbox.td_style_9 .td_iconbox_icon::before {
  content: "";
  height: 3px;
  width: 16px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
15. Posts
----------------------------------------------------------------*/
.td_icon_btns {
  display: flex;
  gap: 6px;
}

.td_icon_btn {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  flex: none;
  border: 1px solid rgba(0, 0, 27, 0.2);
  background-color: transparent;
  padding: 2px;
  outline: none;
  transition: all 0.3s ease;
}

a.td_icon_btn:hover,
button.td_icon_btn:hover {
  border-color: rgba(0, 0, 27, 0.6);
  color: var(--heading-color);
}

.td_post.td_style_1 {
  transition: all 0.4s ease;
}
.td_post.td_style_1 .td_post_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.td_post.td_style_1 .td_post_thumb {
  overflow: hidden;
  position: relative;
}
.td_post.td_style_1 .td_post_thumb img {
  width: 100%;
}
.td_post.td_style_1 .td_post_thumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--accent-color);
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease;
}
.td_post.td_style_1 .td_post_thumb i {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 30px;
  top: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: var(--accent-color);
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease;
}
.td_post.td_style_1 .td_post_thumb img {
  transition: all 0.8s;
}
.td_post.td_style_1 .td_post_thumb:hover img {
  transform: scale(1.03);
  transform-origin: top;
}
.td_post.td_style_1 .td_post_thumb:hover::before {
  opacity: 0.3;
}
.td_post.td_style_1 .td_post_thumb:hover i {
  opacity: 1;
  top: 15px;
  right: 15px;
}
.td_post.td_style_1 .td_post_thumb:hover i:hover {
  background-color: var(--accent-color);
  color: #fff;
}
.td_post.td_style_1 .td_post_meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 56px;
}
@media (max-width: 1400px) {
  .td_post.td_style_1 .td_post_meta {
    gap: 0 25px;
  }
}
.td_post.td_style_1 .td_post_meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.td_post.td_style_1 .td_post_meta span img {
  height: 16px;
  width: 16px;
  flex: none;
}
.td_post.td_style_1 .td_post_info {
  border: 1px solid #ebeced;
  border-top-width: 0;
  padding: 20px 30px 40px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1400px) {
  .td_post.td_style_1 .td_post_info {
    padding: 20px 25px 30px;
  }
}
@media (max-width: 991px) {
  .td_post.td_style_1 .td_post_info {
    padding: 20px 20px 30px;
  }
}
.td_post.td_style_1 .td_post_thumb {
  border-radius: 10px 10px 0 0;
}
.td_post.td_style_1 .td_post_thumb img {
  border-radius: inherit;
}
.td_post.td_style_1 .td_post_label {
  position: absolute;
  right: 16px;
  top: 16px;
  border: 1px solid #fff;
  z-index: 2;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  padding: 7px 18px;
  border-radius: 30px;
}
.td_post.td_style_1:hover {
  transform: translateY(-6px);
  box-shadow: 0 50px 30px -40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .td_post.td_style_1 .td_mb_20 {
    margin-bottom: 10px;
  }
  .td_post.td_style_1 .td_mb_16 {
    margin-bottom: 8px;
  }
  .td_post.td_style_1 .td_mb_24 {
    margin-bottom: 20px;
  }
}
.td_post.td_style_1.td_type_1, .td_post.td_style_1.td_type_2, .td_post.td_style_1.td_type_6 {
  display: flex;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  border-radius: 20px;
  padding: 30px;
  gap: 30px;
}
@media (max-width: 1400px) {
  .td_post.td_style_1.td_type_1, .td_post.td_style_1.td_type_2, .td_post.td_style_1.td_type_6 {
    gap: 15px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .td_post.td_style_1.td_type_1, .td_post.td_style_1.td_type_2, .td_post.td_style_1.td_type_6 {
    flex-direction: column;
  }
}
.td_post.td_style_1.td_type_1 .td_post_info, .td_post.td_style_1.td_type_2 .td_post_info, .td_post.td_style_1.td_type_6 .td_post_info {
  border: none;
  padding: 0;
}
.td_post.td_style_1.td_type_1 .td_post_thumb, .td_post.td_style_1.td_type_2 .td_post_thumb, .td_post.td_style_1.td_type_6 .td_post_thumb {
  flex: none;
  width: 270px;
  height: 225px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .td_post.td_style_1.td_type_1 .td_post_thumb, .td_post.td_style_1.td_type_2 .td_post_thumb, .td_post.td_style_1.td_type_6 .td_post_thumb {
    width: 100%;
    height: 250px;
  }
}
.td_post.td_style_1.td_type_1 .td_post_thumb img, .td_post.td_style_1.td_type_2 .td_post_thumb img, .td_post.td_style_1.td_type_6 .td_post_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.td_post.td_style_1.td_type_1 .td_post_meta, .td_post.td_style_1.td_type_2 .td_post_meta, .td_post.td_style_1.td_type_6 .td_post_meta {
  margin-bottom: 6px;
  gap: 0px 40px;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .td_post.td_style_1.td_type_1 .td_post_meta, .td_post.td_style_1.td_type_2 .td_post_meta, .td_post.td_style_1.td_type_6 .td_post_meta {
    gap: 0px 15px;
    font-size: 15px;
  }
}
.td_post.td_style_1.td_type_1 .td_post_title, .td_post.td_style_1.td_type_2 .td_post_title, .td_post.td_style_1.td_type_6 .td_post_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.td_post.td_style_1.td_type_1 .td_post_subtitle, .td_post.td_style_1.td_type_2 .td_post_subtitle, .td_post.td_style_1.td_type_6 .td_post_subtitle {
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.td_post.td_style_1.td_type_2 {
  align-items: center;
}
.td_post.td_style_1.td_type_2 .td_post_thumb {
  height: initial;
}
.td_post.td_style_1.td_type_2 .td_post_thumb::before {
  display: none;
}
.td_post.td_style_1.td_type_2 .td_post_thumb img {
  height: auto;
  object-fit: initial;
  max-height: 100%;
}
.td_post.td_style_1.td_type_2 .td_post_thumb:hover img {
  transform: initial;
}
.td_post.td_style_1.td_type_2 .td_post_label {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: #fff;
  right: 25px;
  top: 25px;
  padding: 5px 15px;
}
.td_post.td_style_1.td_type_3 {
  padding: 10px;
  border: 1px solid #ebeced;
  border-radius: 10px;
}
.td_post.td_style_1.td_type_3 .td_post_info {
  border: none;
  padding: 20px 20px 40px;
}
.td_post.td_style_1.td_type_3 .td_post_thumb {
  border-radius: 10px;
}
.td_post.td_style_1.td_type_4 .td_post_label {
  border: none;
  border-radius: 0;
  padding: 8px 15px;
  right: initial;
  top: -19px;
}
.td_post.td_style_1.td_type_4 .td_post_info {
  position: relative;
  padding: 50px 30px 40px;
}
@media (max-width: 575px) {
  .td_post.td_style_1.td_type_4 .td_post_info {
    padding: 40px 20px 30px;
  }
}
.td_post.td_style_1.td_type_4 .td_btn.td_style_3 {
  letter-spacing: 0.3px;
}
.td_post.td_style_1.td_type_4 .td_btn.td_style_3:hover {
  letter-spacing: 0.6px;
}
.td_post.td_style_1.td_type_5 .td_post_thumb,
.td_post.td_style_1.td_type_5 .td_post_info {
  border-radius: 0;
}
.td_post.td_style_1.td_type_6 .td_post_label {
  border-radius: 10px;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

.td_blog_details_head_meta_list {
  display: flex;
  align-items: center;
  gap: 5px 28px;
  flex-wrap: wrap;
}
.td_blog_details_head_meta_list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.td_blog_details_head_meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border: 1px solid var(--border-color);
  border-top: none;
  gap: 10px 20px;
}

.td_blog_details_avatar {
  display: flex;
  align-items: center;
  gap: 12px;
}
.td_blog_details_avatar img {
  height: 30px;
  width: 30px;
  flex: none;
  border-radius: 50%;
}

.td_blog_details {
  font-size: 18px;
  line-height: 1.75em;
}
@media (max-width: 991px) {
  .td_blog_details {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.td_blog_details h2 {
  font-size: 36px;
  line-height: 1.44em;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .td_blog_details h2 {
    font-size: 30px;
  }
}
.td_blog_details h3 {
  font-size: 30px;
  line-height: 1.33em;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .td_blog_details h3 {
    font-size: 25px;
  }
}
.td_blog_details p {
  margin-bottom: 50px;
}
.td_blog_details blockquote {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5em;
  border-left: 5px solid var(--accent-color);
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  padding: 50px 180px 50px 50px;
  color: var(--heading-color);
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .td_blog_details blockquote {
    padding: 40px 90px 40px 20px;
  }
}
.td_blog_details blockquote svg {
  color: var(--accent-color);
  right: 70px;
  top: 24px;
  position: absolute;
}
@media (max-width: 1199px) {
  .td_blog_details blockquote svg {
    right: 20px;
    top: 20px;
  }
}
.td_blog_details .td_blog_details_inside_box {
  padding-left: 10px;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .td_blog_details .td_blog_details_inside_box {
    padding-left: 0;
  }
}
.td_blog_details .td_blog_details_inside_box h3 {
  margin-bottom: 12px;
}
.td_blog_details .td_blog_details_inside_box p {
  margin-bottom: 20px;
}
.td_blog_details .td_list.td_style_2 li {
  padding-left: 32px;
}
.td_blog_details .td_list.td_style_2 li svg {
  top: 3px;
}
.td_blog_details .td_list.td_style_2 li:not(:last-child) {
  margin-bottom: 14px;
}
.td_blog_details .td_video_block.td_style_1 {
  min-height: 322px;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 40px;
}
.td_blog_details .td_video_block.td_style_1 .td_player_btn_wrap_2 {
  transform: scale(1.2);
}
.td_blog_details > *:last-child {
  margin-bottom: 0;
}

.td_post_share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 20px;
  border: 1px solid var(--border-color);
  border-left: none;
  border-right: none;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .td_post_share {
    flex-direction: column;
  }
}
.td_post_share .td_footer_social_btns {
  margin: 0 -5px;
}
.td_post_share .td_footer_social_btns a {
  height: 36px;
  width: 35px;
}

.td_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.td_categories a {
  display: inline-flex;
  background-color: #fff5f7;
  color: var(--accent-color);
  padding: 6px 20px;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .td_categories a {
    padding: 5px 10px;
  }
}
.td_categories a:hover {
  background-color: var(--accent-color);
  color: #fff;
}

.td_author_card {
  position: relative;
}
.td_author_card::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  opacity: 0.1;
  border-radius: 10px;
}
.td_author_card .td_author_card_in {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 25px;
  padding: 30px 40px;
}
@media (max-width: 991px) {
  .td_author_card .td_author_card_in {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .td_author_card .td_author_card_in {
    gap: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .td_author_card .td_author_card_in .td_mb_10 {
    margin-bottom: 5px;
  }
}
.td_author_card .td_author_card_thumb {
  flex: none;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

/* Start Comments Section */
.td_comment_wrap {
  padding: 40px;
  border-radius: 8px;
  border: 1px solid rgba(137, 12, 37, 0.1);
  background: rgba(255, 245, 247, 0.2);
}
@media (max-width: 991px) {
  .td_comment_wrap {
    padding: 30px 25px;
  }
}
.td_comment_wrap .td_form_field {
  border: 1px solid #e6eeff;
  box-shadow: none;
  padding: 12px 18px;
}
.td_comment_wrap .td_form_field:focus {
  border-color: var(--accent-color);
}

.cs-comment_wrapper {
  padding: 45px 30px;
  margin-bottom: 70px;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 4px;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list > .comment {
  padding: 30px 0px;
}
.comment-list > .comment:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
.comment-list > .comment:last-child {
  padding-bottom: 0;
}
.comment-list > .comment:first-child {
  padding-top: 0;
}
.comment-list .children {
  border-top: 1px solid var(--border-color);
  margin-top: 30px;
  padding-top: 30px;
}
.comment-list .children .comment:not(:first-child) {
  border-width: 1px 0 0;
  border-style: solid;
  margin-top: 30px;
  padding-top: 30px;
}
.comment-list .bypostauthor:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .comment-list .bypostauthor:not(:last-child) {
    margin-bottom: 30px;
  }
}
.comment-list .bypostauthor .comment-body:last-child {
  margin-bottom: 0;
}
.comment-list .comment-body {
  padding-left: 135px;
  padding-top: 0;
  position: relative;
  min-height: 115px;
}
@media (max-width: 991px) {
  .comment-list .comment-body {
    padding-left: 80px;
    min-height: 70px;
  }
}
.comment-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list ol.children {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .comment-list ol.children {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .comment-list ol.children {
    padding-left: 0px;
  }
}
.comment-list .avatar {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  height: 115px;
  width: 115px;
}
@media (max-width: 991px) {
  .comment-list .avatar {
    height: 70px;
    width: 70px;
  }
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .fn {
  font-style: initial;
  font-weight: 500;
  color: var(--heading-color);
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1.2em;
}
.comment-list .comment-meta {
  display: block;
  line-height: 1.2em;
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--accent-color);
}
.comment-list .comment-meta a:hover {
  color: var(--heading-color);
}
.comment-list .comment-author {
  margin-bottom: 10px;
}
.comment-list .comment-meta + p,
.comment-list .comment-meta + p + p {
  font-size: 16px;
  line-height: 1.62em;
  margin-bottom: 0;
  color: var(--heading-color);
}
.comment-list .reply {
  margin-top: 10px;
}
.comment-list .reply a {
  font-weight: 500;
  display: inline-block;
  line-height: inherit;
  color: var(--accent-color);
  text-transform: uppercase;
  background-color: #fff5f7;
  font-size: 14px;
  line-height: 1.6em;
  padding: 5px 15px;
  border-radius: 5px;
}
.comment-list .reply a:hover {
  color: #fff;
  background-color: var(--accent-color);
}

.url {
  font-weight: 600;
  font-size: 20px;
  color: var(--heading-color);
}
@media (max-width: 991px) {
  .url {
    font-size: 18px;
  }
}

#commentform p.logged-in-as {
  font-size: 16px;
  margin-top: -5px;
}

#commentform p.logged-in-as a:hover {
  text-decoration: underline;
}

/* End Comments Section */
/*--------------------------------------------------------------
16. CTA
----------------------------------------------------------------*/
.td_cta.td_style_1 {
  min-height: 714px;
  padding: 70px 0;
  position: relative;
}
.td_cta.td_style_1 .td_cta_text {
  position: relative;
  z-index: 2;
  max-width: 650px;
}
.td_cta.td_style_1 .td_cta_thumb {
  position: absolute;
  left: 52.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .td_cta.td_style_1 .td_cta_thumb {
    display: none;
  }
}
.td_cta.td_style_1 .td_cta_thumb_shape {
  width: 350px;
  height: 350px;
  background-color: #fff;
  opacity: 0.08;
  border-radius: 50%;
  position: absolute;
  left: 5%;
  bottom: 8%;
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_cta.td_style_1 .td_cta_shape_1 {
  position: absolute;
  border-radius: 50%;
  width: 500px;
  height: 500px;
  background-color: #ebeced;
  opacity: 0.11;
  top: 50%;
  margin-top: -250px;
  left: 10%;
}
.td_cta.td_style_1 .td_cta_shape_2 {
  position: absolute;
  bottom: 50px;
  left: 46%;
  animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_cta.td_style_1 .td_cta_shape_2 {
    display: none;
  }
}
.td_cta.td_style_1 .td_cta_shape_3 {
  position: absolute;
  right: 5%;
  top: 45%;
}
@media (max-width: 991px) {
  .td_cta.td_style_1 .td_cta_shape_3 {
    display: none;
  }
}

.td_cta.td_style_2 {
  position: relative;
}
.td_cta.td_style_2 .td_cta_in {
  max-width: 800px;
  position: relative;
  z-index: 2;
}
.td_cta.td_style_2 .td_section_subtitle {
  max-width: 575px;
}
.td_cta.td_style_2 .td_cta_img {
  position: absolute;
  bottom: 0;
  max-height: 100%;
  left: 50%;
}
.td_cta.td_style_2 .td_cta_shape_1 {
  left: 4%;
  top: 12%;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_1 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_2 {
  left: 7%;
  top: 45%;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_2 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_3 {
  left: 4%;
  top: 80%;
  opacity: 0.5;
  animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_3 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_4 {
  left: 58%;
  top: 14%;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_4 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_5 {
  left: 48%;
  top: 65%;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_5 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_5 img {
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_cta.td_style_2 .td_cta_shape_6 {
  left: 81%;
  top: 48%;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_6 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_7 {
  left: 93%;
  top: 15%;
  animation: up-down-anim 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_7 {
    display: none;
  }
}
.td_cta.td_style_2 .td_cta_shape_8 {
  left: 95%;
  top: 65%;
}
@media (max-width: 991px) {
  .td_cta.td_style_2 .td_cta_shape_8 {
    display: none;
  }
}

.td_cta.td_style_3 .td_cta_img {
  padding-right: 60px;
}

.td_cta.td_style_4 {
  background-color: #f4f4f7;
}
@media (max-width: 991px) {
  .td_cta.td_style_4 br {
    display: none;
  }
  .td_cta.td_style_4 .td_mb_30 {
    margin-bottom: 20px;
  }
  .td_cta.td_style_4 .td_mb_40 {
    margin-bottom: 30px;
  }
}
.td_cta.td_style_4 .container {
  position: relative;
  z-index: 3;
}
.td_cta.td_style_4 .td_cta_shape_1 {
  left: 0;
  bottom: 30px;
}
@media (max-width: 991px) {
  .td_cta.td_style_4 .td_cta_shape_1 {
    display: none;
  }
}
.td_cta.td_style_4 .td_cta_shape_2 {
  left: 20%;
  top: 50%;
}
@media (max-width: 991px) {
  .td_cta.td_style_4 .td_cta_shape_2 {
    display: none;
  }
}
.td_cta.td_style_4 .td_cta_shape_3 {
  right: 12%;
  top: 20%;
}
@media (max-width: 991px) {
  .td_cta.td_style_4 .td_cta_shape_3 {
    display: none;
  }
}
.td_cta.td_style_4 .td_cta_shape_4 {
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .td_cta.td_style_4 .td_cta_shape_4 {
    display: none;
  }
}
.td_cta.td_style_4 .td_cta_shape_5 {
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-color: #ebeced;
  opacity: 0.5;
  top: 20%;
  left: 8%;
}
@media (max-width: 991px) {
  .td_cta.td_style_4 .td_cta_shape_5 {
    display: none;
  }
}

/*--------------------------------------------------------------
17. Testimonial
----------------------------------------------------------------*/
.td_testimonial_img_wrap {
  padding-right: 19.5%;
  position: relative;
}
@media (max-width: 1199px) {
  .td_testimonial_img_wrap {
    padding-right: 0;
  }
}
.td_testimonial_img_wrap .td_testimonial_img {
  position: relative;
  z-index: 1;
}
.td_testimonial_img_wrap .td_testimonial_img_shape_1 {
  height: 220px;
  width: 220px;
  border-radius: 50%;
  border: 8px solid #fff;
  position: absolute;
  left: -75px;
  bottom: 35px;
}
.td_testimonial_img_wrap .td_testimonial_img_shape_1 span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 8px solid #fff;
}
.td_testimonial_img_wrap .td_testimonial_img_shape_2 {
  position: absolute;
  right: 8%;
  top: 20%;
  z-index: 2;
}
@media (max-width: 575px) {
  .td_testimonial_img_wrap .td_testimonial_img_shape_2 {
    right: 0;
  }
  .td_testimonial_img_wrap .td_testimonial_img_shape_2 svg {
    width: 100px;
  }
}

.td_testimonial.td_style_1 {
  padding: 50px 30px;
  position: relative;
}
@media (max-width: 575px) {
  .td_testimonial.td_style_1 {
    padding: 30px 20px;
  }
}
.td_testimonial.td_style_1 .td_quote_icon {
  position: absolute;
  right: 30px;
  top: 57px;
}
.td_testimonial.td_style_1 .td_testimonial_meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebeced;
  position: relative;
  z-index: 2;
}
.td_testimonial.td_style_1 .td_testimonial_meta img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 50%;
  flex: none;
}
.td_testimonial.td_style_1 .td_testimonial_meta_right {
  padding-left: 14px;
  position: relative;
}
.td_testimonial.td_style_1 .td_testimonial_meta_right::before {
  content: "";
  height: 100%;
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  background-color: var(--accent-color);
}
.td_testimonial.td_style_1 .td_testimonial_text {
  letter-spacing: 0.4px;
}
.td_testimonial.td_style_1.td_type_1 {
  border-radius: 10px;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
}
.td_testimonial.td_style_1.td_type_2 {
  border-radius: 10px;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  padding: 30px;
}
@media (max-width: 575px) {
  .td_testimonial.td_style_1.td_type_2 {
    padding: 30px 20px;
  }
}
.td_testimonial.td_style_1.td_type_2 .td_testimonial_meta {
  padding: 0;
  margin: 0;
  border: none;
}
.td_testimonial.td_style_1.td_type_2 .td_quote_icon {
  top: initial;
  bottom: 30px;
}
@media (max-width: 575px) {
  .td_testimonial.td_style_1.td_type_2 .td_quote_icon {
    right: 10px;
  }
}
.td_testimonial.td_style_1.td_type_3 {
  padding: 0;
}
.td_testimonial.td_style_1.td_type_3 .td_testimonial_meta {
  border: none;
  padding: 0;
}
.td_testimonial.td_style_1.td_type_3 .td_quote_icon {
  top: initial;
  bottom: 6px;
}
.td_testimonial.td_style_1.td_type_3 .td_testimonial_text {
  font-style: initial;
}
@media (max-width: 991px) {
  .td_testimonial.td_style_1.td_type_3 .td_mb_35 {
    margin-bottom: 25px;
  }
}

.td_testimonial_with_shape_wrap {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .td_testimonial_with_shape_wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.td_testimonial_with_shape {
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
@media (max-width: 991px) {
  .td_testimonial_with_shape {
    background-size: cover;
    background-position: center;
  }
}
.td_testimonial_with_shape .td_testimonial_shape_1 {
  left: 5.5%;
  top: 39%;
}
@media (max-width: 991px) {
  .td_testimonial_with_shape .td_testimonial_shape_1 {
    display: none;
  }
}
.td_testimonial_with_shape .td_testimonial_shape_2 {
  left: 36.5%;
  top: 40%;
}
@media (max-width: 991px) {
  .td_testimonial_with_shape .td_testimonial_shape_2 {
    display: none;
  }
}
.td_testimonial_with_shape .td_testimonial_shape_2 img {
  animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.td_testimonial_with_shape .td_testimonial_shape_3 {
  right: 5%;
  top: 9%;
}
@media (max-width: 991px) {
  .td_testimonial_with_shape .td_testimonial_shape_3 {
    display: none;
  }
}
.td_testimonial_with_shape .td_testimonial_shape_4 {
  right: 5%;
  top: 28%;
}
@media (max-width: 991px) {
  .td_testimonial_with_shape .td_testimonial_shape_4 {
    display: none;
  }
}

/*--------------------------------------------------------------
18. Team
----------------------------------------------------------------*/
.td_team.td_style_1 {
  padding-bottom: 20px;
}
.td_team.td_style_1 .td_team_info {
  border-radius: 50px;
  padding: 11px 15px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 27, 0.6);
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .td_team.td_style_1 .td_team_info {
    left: 15px;
    right: 15px;
  }
}
.td_team.td_style_1:hover .td_team_info {
  animation: bounce 2s;
}
.td_team.td_style_1.td_type_1 .td_team_info {
  border-radius: 10px;
}

.td_team.td_style_2 {
  border: 4px solid var(--heading-color);
  border-top: 0;
  border-bottom: 0;
  padding: 20px;
}
.td_team.td_style_2 .td_team_shape_1,
.td_team.td_style_2 .td_team_shape_2 {
  height: 1px;
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  background-color: var(--heading-color);
}
.td_team.td_style_2 .td_team_shape_1::before, .td_team.td_style_2 .td_team_shape_1::after,
.td_team.td_style_2 .td_team_shape_2::before,
.td_team.td_style_2 .td_team_shape_2::after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: var(--heading-color);
  top: -3px;
}
.td_team.td_style_2 .td_team_shape_1::before,
.td_team.td_style_2 .td_team_shape_2::before {
  right: -3px;
}
.td_team.td_style_2 .td_team_shape_1::after,
.td_team.td_style_2 .td_team_shape_2::after {
  left: -3px;
}
.td_team.td_style_2 .td_team_shape_1 {
  top: 0;
}
.td_team.td_style_2 .td_team_shape_2 {
  bottom: 0;
}
.td_team.td_style_2 .td_team_in {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.td_team.td_style_2 .td_team_info_in {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}
.td_team.td_style_2 .td_team_info {
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.td_team.td_style_2 .td_team_info > svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  color: var(--accent-color);
  fill-opacity: 0.4;
  width: 100%;
}
.td_team.td_style_2 .td_team_info > svg path {
  stroke: #fff;
  transition: all 0.3s ease;
}
.td_team.td_style_2 .td_team_member_meta_list {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.td_team.td_style_2 .td_team_member_meta_list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.td_team.td_style_2:hover .td_team_info {
  bottom: 0;
}
.td_team.td_style_2:hover .td_team_info > svg path {
  fill-opacity: 1;
  stroke: var(--accent-color);
}

.td_team.td_style_3 .td_team_thumb {
  mask-image: url("../img/home_4/team_masking.svg");
  width: 286px;
  height: 266px;
  position: relative;
  z-index: 1;
}
.td_team.td_style_3 .td_team_thumb_wrap {
  position: relative;
  display: inline-block;
  padding: 8px;
}
@media (max-width: 1400px) {
  .td_team.td_style_3 .td_team_thumb_wrap {
    transform: scale(0.8);
    margin: -20px;
    margin-bottom: -10px;
  }
}
@media (max-width: 1199px) {
  .td_team.td_style_3 .td_team_thumb_wrap {
    transform: scale(0.7);
    margin: -42px;
    margin-bottom: -30px;
  }
}
@media (max-width: 575px) {
  .td_team.td_style_3 .td_team_thumb_wrap {
    transform: scale(1);
    margin: 0px;
    margin-bottom: 10px;
  }
}
.td_team.td_style_3 .td_team_thumb_shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.td_team_3_footer {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.td_team_3_footer b {
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-size: 100% 1px;
  background-position: 0 90%;
}

.td_team.td_style_4 .td_team_info {
  display: flex;
  align-items: center;
  gap: 0px 15px;
  justify-content: space-between;
}
.td_team.td_style_4 .td_team_social_list {
  min-height: 32px;
  border-left: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 20px;
}
.td_team.td_style_4 .td_team_social_list a {
  display: flex;
  padding: 4px;
}
.td_team.td_style_4 .td_team_social_list a:hover {
  color: var(--heading-color);
  transform: scale(1.2);
}
.td_team.td_style_4 .td_team_thumb img {
  transition: all 0.5s ease;
}
.td_team.td_style_4 .td_team_thumb:hover img {
  transform: scale(1.04);
}

.td_team.td_style_5 .td_team_thumb {
  position: relative;
}
.td_team.td_style_5 .td_team_social_list {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.td_team.td_style_5 .td_team_social_list a {
  display: flex;
}
.td_team.td_style_5.td_type_1 .td_team_social_list {
  background-color: var(--accent-color);
  color: #fff;
  flex-direction: row;
  padding: 13px 14px;
}
.td_team.td_style_5.td_type_1 .td_team_social_list a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/*--------------------------------------------------------------
19. Card
----------------------------------------------------------------*/
.td_card.td_style_1 {
  border: 1px solid #ebeced;
  padding: 30px;
}
@media (max-width: 1400px) {
  .td_card.td_style_1 {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .td_card.td_style_1 {
    padding: 15px 15px 25px 15px;
  }
}
.td_card.td_style_1 .td_card_location {
  display: flex;
  align-items: center;
  gap: 10px;
}
.td_card.td_style_1 .td_card_thumb {
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 500px 0px rgba(0, 0, 27, 0.3) inset;
}
.td_card.td_style_1 .td_card_thumb::before, .td_card.td_style_1 .td_card_thumb::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}
.td_card.td_style_1 .td_card_thumb::before {
  z-index: 1;
  opacity: 0;
  background-color: var(--accent-color);
}
.td_card.td_style_1 .td_card_thumb::after {
  z-index: 2;
  box-shadow: 2px 2px 500px 0px rgba(0, 0, 27, 0.1) inset;
}
.td_card.td_style_1 .td_card_thumb i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) rotate(-120deg);
  color: #fff;
  font-size: 50px;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s ease;
}
.td_card.td_style_1 .td_card_thumb:hover::before {
  opacity: 0.3;
}
.td_card.td_style_1 .td_card_thumb:hover i {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.td_card.td_style_1 .td_card_thumb:hover i:hover {
  opacity: 0.8;
}
.td_card.td_style_1 .td_card_thumb .td_card_location {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.td_card.td_style_1 .td_card_meta {
  display: flex;
}
@media (max-width: 575px) {
  .td_card.td_style_1 .td_card_meta {
    flex-wrap: wrap;
    gap: 6px 0;
  }
}
.td_card.td_style_1 .td_card_meta li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  position: relative;
}
@media (max-width: 575px) {
  .td_card.td_style_1 .td_card_meta li {
    flex: none;
  }
  .td_card.td_style_1 .td_card_meta li svg {
    width: 20px;
  }
}
.td_card.td_style_1 .td_card_meta li:last-child {
  justify-content: flex-end;
}
.td_card.td_style_1 .td_card_meta li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: var(--accent-color);
  opacity: 0.5;
}
@media (max-width: 575px) {
  .td_card.td_style_1 .td_card_meta li:not(:last-child) {
    margin-right: 12px;
    padding-right: 12px;
  }
}
.td_card.td_style_1 .td_card_title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.td_card.td_style_1 .td_card_title a {
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  transition: background-size 0.5s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  background-position: 100% calc(100% - 0px);
  background-size: 0 2px;
}
.td_card.td_style_1 .td_card_title a:hover {
  background-size: 100% 2px;
  background-position: 0 calc(100% - 0px);
}
.td_card.td_style_1.td_type_1, .td_card.td_style_1.td_type_2 {
  border: none;
  display: flex;
  gap: 30px;
  padding: 0;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_1, .td_card.td_style_1.td_type_2 {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .td_card.td_style_1.td_type_1, .td_card.td_style_1.td_type_2 {
    flex-direction: column;
    width: 100%;
  }
  .td_card.td_style_1.td_type_1 .td_mb_20, .td_card.td_style_1.td_type_2 .td_mb_20 {
    margin-bottom: 10px;
  }
}
.td_card.td_style_1.td_type_1 .td_card_thumb, .td_card.td_style_1.td_type_2 .td_card_thumb {
  flex: none;
  width: 240px;
  height: 235px;
  border-radius: 5px;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_1 .td_card_thumb, .td_card.td_style_1.td_type_2 .td_card_thumb {
    height: 215px;
    width: 230px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_1.td_type_1 .td_card_thumb, .td_card.td_style_1.td_type_2 .td_card_thumb {
    height: 207px;
    width: 190px;
  }
}
@media (max-width: 991px) {
  .td_card.td_style_1.td_type_1 .td_card_thumb, .td_card.td_style_1.td_type_2 .td_card_thumb {
    height: 200px;
    width: 220px;
  }
}
@media (max-width: 575px) {
  .td_card.td_style_1.td_type_1 .td_card_thumb, .td_card.td_style_1.td_type_2 .td_card_thumb {
    height: 235px;
    width: 100%;
  }
}
.td_card.td_style_1.td_type_1 .td_card_thumb img, .td_card.td_style_1.td_type_2 .td_card_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.td_card.td_style_1.td_type_1 .td_card_thumb i, .td_card.td_style_1.td_type_2 .td_card_thumb i {
  font-size: 36px;
}
.td_card.td_style_1.td_type_1 .td_card_meta li, .td_card.td_style_1.td_type_2 .td_card_meta li {
  flex: none;
}
.td_card.td_style_1.td_type_1 .td_card_meta li:not(:last-child), .td_card.td_style_1.td_type_2 .td_card_meta li:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .td_card.td_style_1.td_type_1 .td_card_meta li:not(:last-child), .td_card.td_style_1.td_type_2 .td_card_meta li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }
}
.td_card.td_style_1.td_type_1 .td_card_meta li svg, .td_card.td_style_1.td_type_2 .td_card_meta li svg {
  height: 18px;
  width: 18px;
}
.td_card.td_style_1.td_type_1 .td_card_info, .td_card.td_style_1.td_type_2 .td_card_info {
  display: flex;
  align-items: center;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #ebeced;
}
@media (max-width: 575px) {
  .td_card.td_style_1.td_type_1 .td_card_info, .td_card.td_style_1.td_type_2 .td_card_info {
    border: none;
  }
}
.td_card.td_style_1.td_type_1 .td_card_title a, .td_card.td_style_1.td_type_2 .td_card_title a {
  background-position: 100% calc(100% - 0px);
  background-size: 0 1px;
}
.td_card.td_style_1.td_type_1 .td_card_title a:hover, .td_card.td_style_1.td_type_2 .td_card_title a:hover {
  background-size: 100% 1px;
  background-position: 0 calc(100% - 0px);
}
.td_card.td_style_1.td_type_2 {
  padding: 30px 40px;
  border-radius: 50px;
  padding-right: 90px;
  gap: 40px;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_2 {
    padding: 25px;
    padding-right: 25px;
    gap: 25px;
  }
}
@media (max-width: 991px) {
  .td_card.td_style_1.td_type_2 {
    flex-direction: column;
  }
}
.td_card.td_style_1.td_type_2 .td_card_thumb {
  width: 346px;
  height: 291px;
  border-radius: 50px;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_2 .td_card_thumb {
    height: 320px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_1.td_type_2 .td_card_thumb {
    width: 290px;
  }
}
@media (max-width: 991px) {
  .td_card.td_style_1.td_type_2 .td_card_thumb {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .td_card.td_style_1.td_type_2 .td_card_thumb {
    height: 280px;
  }
}
.td_card.td_style_1.td_type_2 .td_card_info {
  border: none;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_2 .td_card_meta {
    flex-wrap: wrap;
    gap: 5px 0;
  }
}
.td_card.td_style_1.td_type_2 .td_card_meta li:not(:last-child) {
  padding-right: 40px;
  margin-right: 40px;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_2 .td_card_meta li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_1.td_type_2 .td_card_meta li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_1.td_type_2 .td_mb_30 {
    margin-bottom: 16px;
  }
  .td_card.td_style_1.td_type_2 .td_mb_25 {
    margin-bottom: 15px;
  }
  .td_card.td_style_1.td_type_2 .td_mb_40 {
    margin-bottom: 20px;
  }
}
.td_card.td_style_1.td_type_3 {
  border: none;
  padding: 0;
  margin-right: 50px;
}
@media (max-width: 1400px) {
  .td_card.td_style_1.td_type_3 {
    margin-right: 0px;
  }
}
.td_card.td_style_1.td_type_3 .td_card_title {
  text-overflow: initial;
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  overflow: initial;
}
.td_card.td_style_1.td_type_3 .td_card_meta.td_type_2 {
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 50px;
}
.td_card.td_style_1.td_type_3 .td_card_meta.td_type_2 li {
  flex: none;
}
.td_card.td_style_1.td_type_3 .td_card_meta.td_type_2 li::after {
  display: none;
}
.td_card.td_style_1.td_type_3 .td_map {
  height: 365px;
}

.td_card.td_style_2 .td_card_info {
  display: flex;
  justify-content: space-between;
  padding: 13px 20px 0px 20px;
  border-radius: 0 0 10px 10px;
  background-color: var(--accent-color);
  gap: 0 10px;
}
@media (max-width: 1199px) {
  .td_card.td_style_2 .td_card_info {
    padding: 13px 15px 0px 15px;
  }
}
.td_card.td_style_2 .td_card_thumb {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.td_card.td_style_2 .td_card_thumb img {
  border-radius: inherit;
  transition: all 0.7s ease;
}
.td_card.td_style_2 .td_card_thumb:hover img {
  transform: scale(1.04);
  transform-origin: top;
}
.td_card.td_style_2 .td_card_title a:hover {
  color: #fff;
  opacity: 0.75;
}
.td_card.td_style_2 .td_card_btn {
  flex: none;
  width: 23px;
  height: 24px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
}
.td_card.td_style_2 .td_card_btn svg {
  transition: all 0.4s ease;
}
.td_card.td_style_2 .td_card_btn svg:nth-child(2) {
  position: absolute;
  left: -23px;
  bottom: -24px;
}
.td_card.td_style_2 .td_card_btn:hover svg:first-child {
  transform: translate(23px, -24px);
}
.td_card.td_style_2 .td_card_btn:hover svg:nth-child(2) {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.td_card.td_style_3 {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.td_card.td_style_3 .td_card_label {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 6px;
}
.td_card.td_style_3 .td_card_title,
.td_card.td_style_3 .td_card_subtitle {
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.td_card.td_style_3 .td_card_meta {
  display: flex;
  margin-bottom: 20px;
}
.td_card.td_style_3 .td_card_meta li {
  display: flex;
  gap: 6px;
  align-items: center;
  position: relative;
}
.td_card.td_style_3 .td_card_meta li:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
}
@media (max-width: 1400px) {
  .td_card.td_style_3 .td_card_meta li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_3 .td_card_meta li:not(:last-child) {
    padding-right: 12px;
    margin-right: 12px;
  }
}
.td_card.td_style_3 .td_card_meta li:not(:last-child)::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: var(--accent-color);
  right: 0;
  top: 50%;
  margin-top: -10px;
}
@media (max-width: 1199px) {
  .td_card.td_style_3 .td_card_meta {
    font-size: 16px;
  }
  .td_card.td_style_3 .td_card_meta img {
    width: 20px;
  }
}
.td_card.td_style_3 .td_card_category {
  padding: 4px 10px;
  display: inline-flex;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.td_card.td_style_3 .td_card_category span {
  position: relative;
  z-index: 2;
}
.td_card.td_style_3 .td_card_category::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--accent-color);
  opacity: 0.12;
}
.td_card.td_style_3 .td_card_info {
  padding: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .td_card.td_style_3 .td_card_info {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_3 .td_card_info {
    padding: 18px 20px 22px 20px;
  }
}
.td_card.td_style_3 .td_card_review {
  display: flex;
  align-items: center;
  gap: 10px;
}
.td_card.td_style_3 .td_card_btn {
  padding-top: 25px;
  margin-bottom: -75px;
  transition: all 0.4s ease;
}
.td_card.td_style_3 .td_card_info_in {
  overflow: hidden;
}
.td_card.td_style_3 .td_card_thumb {
  overflow: hidden;
  display: block;
  position: relative;
}
.td_card.td_style_3 .td_card_thumb img {
  width: 100%;
  transition: all 0.8s ease;
}
.td_card.td_style_3 .td_card_thumb:hover img {
  transform: scale(1.04);
}
.td_card.td_style_3 .td_card_lable {
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 24px;
  display: inline-flex;
  padding: 9px 15px;
}
.td_card.td_style_3:hover .td_card_info {
  margin-top: -75px;
}
.td_card.td_style_3:hover .td_card_btn {
  margin-bottom: 0px;
}
.td_card.td_style_3.td_type_1 {
  padding: 20px;
  background-color: #fff;
  border-radius: 50px;
  clip-path: inset(0 round 50px 50px 50px 50px);
  position: relative;
}
.td_card.td_style_3.td_type_1::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 5px dashed #6440fb;
  border-radius: 54px;
}
.td_card.td_style_3.td_type_1 > * {
  position: relative;
  z-index: 2;
}
.td_card.td_style_3.td_type_1 .td_card_thumb {
  border-radius: 50px;
  overflow: hidden;
  height: 265px;
}
.td_card.td_style_3.td_type_1 .td_card_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.td_card.td_style_3.td_type_1 .td_card_category {
  border-radius: 50px;
  background: linear-gradient(90deg, #fff0d4 0.07%, #d6fff7 95.86%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.td_card.td_style_3.td_type_1 .td_card_category::before {
  border-radius: 50px;
}
.td_card.td_style_3.td_type_1 .td_card_meta {
  margin: 0;
}
.td_card.td_style_3.td_type_1 .td_card_info {
  padding: 30px 10px 10px 10px;
}
@media (max-width: 1199px) {
  .td_card.td_style_3.td_type_1 .td_card_info {
    padding: 25px 0px 10px 0px;
  }
}
.td_card.td_style_3.td_type_1 .td_btn.td_style_1 .td_btn_in {
  padding: 10px 25px;
}
.td_card.td_style_3.td_type_1:hover .td_card_thumb {
  height: 196px;
  margin-bottom: 69px;
}
.td_card.td_style_3.td_type_2 {
  box-shadow: none;
}
.td_card.td_style_3.td_type_2 .td_card_info {
  border: 2px solid var(--border-color);
  border-top: 0;
}
.td_card.td_style_3.td_type_2 .td_card_meta {
  margin-bottom: 15px;
}
.td_card.td_style_3.td_type_2:hover .td_card_info {
  margin-top: 0;
}
.td_card.td_style_3.td_type_3 {
  box-shadow: none;
}
.td_card.td_style_3.td_type_3 .td_card_thumb img {
  width: 100%;
}
.td_card.td_style_3.td_type_3 .td_card_info_in {
  overflow: initial;
}
.td_card.td_style_3.td_type_3 .td_card_info {
  padding-top: 24px;
}
.td_card.td_style_3.td_type_3 .td_card_meta {
  justify-content: space-around;
  gap: 0 20px;
  padding: 12px 30px;
  margin-bottom: 0;
}
.td_card.td_style_3.td_type_3 .td_card_meta li:not(:last-child) {
  padding-right: 0;
  margin-right: 0;
}
.td_card.td_style_3.td_type_3 .td_card_meta li::before {
  display: none;
}
.td_card.td_style_3.td_type_3 .td_card_enroll {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.td_card.td_style_3.td_type_3 .td_btn.td_style_1 .td_btn_in {
  padding: 8px 16px;
}
.td_card.td_style_3.td_type_3 .td_rating {
  transform: scale(0.8);
  margin: 0 -10px;
}
.td_card.td_style_3.td_type_3 .td_card_title a:hover {
  color: #fff;
  opacity: 0.8;
}
.td_card.td_style_3.td_type_3 .td_btn.td_style_1.td_with_shadow_2 {
  box-shadow: 4px 4px 0px 0px var(--heading-color);
}
.td_card.td_style_3.td_type_3 .td_btn.td_style_1.td_with_shadow_2:hover {
  box-shadow: 4px -4px 0px 0px var(--heading-color);
}
.td_card.td_style_3.td_type_3:hover .td_card_info {
  margin-top: 0;
}

.td_card.td_style_4 {
  background-color: var(--accent-color);
  border-radius: 50px;
  gap: 15px 45px;
  display: flex;
  padding: 40px;
  box-shadow: 2px 2px 500px 0px rgba(0, 0, 27, 0.1) inset;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .td_card.td_style_4 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
  }
}
.td_card.td_style_4 h3 span {
  display: inline-block;
  background-color: #fff;
  color: var(--accent-color);
  padding: 0 10px;
}
.td_card.td_style_4 .td_card_thumb {
  flex: none;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
}
.td_card.td_style_4 .td_card_thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.td_card.td_style_4 .td_btn.td_style_1.td_type_3.td_with_shadow:after {
  background-color: rgba(40, 11, 183, 0.8);
}
.td_card.td_style_4 .td_btn.td_style_1.td_type_3:hover .td_btn_in {
  border-color: #fff;
  color: var(--accent-color);
}
.td_card.td_style_4 .td_btn.td_style_1.td_type_3:hover .td_btn_in::before {
  background-color: #fff;
}
.td_card.td_style_4 .td_card_1 {
  position: absolute;
  right: -30px;
  top: -60px;
}
.td_card.td_style_4 .td_card_2 {
  position: absolute;
  right: -30px;
  bottom: -60px;
}

.td_card.td_style_5 {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1400px) {
  .td_card.td_style_5 {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .td_card.td_style_5 {
    flex-direction: column;
    gap: 20px;
  }
}
.td_card.td_style_5 .td_card_title {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.td_card.td_style_5 .td_card_label {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 30px;
  z-index: 2;
}
.td_card.td_style_5 .td_card_label img {
  width: 14px;
  height: 14px;
}
.td_card.td_style_5 .td_card_thumb {
  border-radius: 10px;
  padding: 12px;
  flex: none;
  width: 300px;
  height: 242px;
  position: relative;
  clip-path: inset(0 round 10px 10px 10px 10px);
}
@media (max-width: 1400px) {
  .td_card.td_style_5 .td_card_thumb {
    padding: 6px;
    width: 250px;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_5 .td_card_thumb {
    width: 300px;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .td_card.td_style_5 .td_card_thumb {
    width: 100%;
    height: 260px;
  }
}
.td_card.td_style_5 .td_card_thumb:before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border: 4px dashed var(--border-color);
  border-radius: 13px;
}
.td_card.td_style_5 .td_card_thumb .td_card_thumb_in {
  height: 100%;
  width: 100%;
}
.td_card.td_style_5 .td_card_thumb .td_card_thumb_in > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.td_card.td_style_5 .td_card_thumb:hover .td_card_thumb_in > img {
  transform: scale(1.05);
}
.td_card.td_style_5 .td_card_thumb_in {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.td_card.td_style_5 .td_card_thumb_in > img {
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .td_card.td_style_5 .td_card_content {
    width: 100%;
  }
}
.td_card.td_style_5 .td_card_meta {
  display: flex;
  margin-bottom: 20px;
}
.td_card.td_style_5 .td_card_meta li {
  display: flex;
  gap: 6px;
  align-items: center;
  position: relative;
}
.td_card.td_style_5 .td_card_meta li:not(:last-child) {
  padding-right: 25px;
  margin-right: 25px;
}
.td_card.td_style_5 .td_card_meta li:not(:last-child)::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: var(--accent-color);
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.td_card.td_style_5 .td_card_meta li img {
  width: 20px;
  height: 20px;
}
.td_card.td_style_5 .td_btn.td_style_1.td_type_3 .td_btn_in {
  padding: 8px 16px;
}
.td_card.td_style_5 .td_card_btns_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.td_card.td_style_5 .td_card_price {
  display: inline-flex;
  padding: 5px 10px;
  min-width: 62px;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
}
.td_card.td_style_5 .td_card_price_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.td_card.td_style_5 .td_card_review {
  display: flex;
  align-items: center;
}
.td_card.td_style_5 .td_rating {
  transform: scale(0.8);
  margin-left: -12px;
  margin-right: -5px;
}
.td_card.td_style_5.td_type_1 .td_card_thumb {
  padding: 16px;
  border-radius: 50px;
  background-color: #ebeced;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
  border: none;
  clip-path: initial;
}
.td_card.td_style_5.td_type_1 .td_card_thumb:before {
  display: none;
}
.td_card.td_style_5.td_type_1 .td_card_thumb_in {
  border-radius: 50px;
  overflow: hidden;
}
.td_card.td_style_5.td_type_1:hover .td_card_thumb {
  background-color: var(--accent-color);
  box-shadow: initial;
}
.td_card.td_style_5.td_type_2 .td_card_label {
  position: initial;
}
.td_card.td_style_5.td_type_2 .td_card_label:hover {
  color: #fff;
  opacity: 0.9;
}
.td_card.td_style_5.td_type_2 .td_card_flag {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}
.td_card.td_style_5.td_type_3 {
  position: relative;
}
.td_card.td_style_5.td_type_3::before {
  content: "";
  position: absolute;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  left: -10px;
  top: -10px;
  border-radius: 10px;
  border: 1px solid var(--accent-color);
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.td_card.td_style_5.td_type_3 .td_card_thumb {
  padding: 0;
  border-radius: 0;
  clip-path: initial;
}
.td_card.td_style_5.td_type_3 .td_card_thumb:before {
  display: none;
}
.td_card.td_style_5.td_type_3 .td_card_label {
  gap: 5px;
  padding: 5px 10px;
  border-radius: 10px;
}
.td_card.td_style_5.td_type_3 .td_card_price {
  border: 1px solid var(--accent-color);
  border-radius: 10px;
  transition: all 0.4s ease;
}
.td_card.td_style_5.td_type_3 .td_btn.td_style_1.td_type_3 .td_btn_in {
  transition: all 0.4s ease;
}
.td_card.td_style_5.td_type_3:hover::before {
  opacity: 1;
}
.td_card.td_style_5.td_type_3:hover .td_card_price {
  background-color: var(--accent-color);
  color: #fff;
}
.td_card.td_style_5.td_type_3:hover .td_btn.td_style_1.td_type_3 .td_btn_in {
  color: #fff;
  border-color: var(--accent-color);
  background-color: var(--accent-color);
}
.td_card.td_style_5.td_type_3:hover .td_btn.td_style_1.td_type_3 .td_btn_in:before {
  background-color: var(--heading-color);
}
.td_card.td_style_5.td_type_3:hover .td_btn.td_style_1.td_type_3:hover .td_btn_in:before {
  opacity: 0.25;
}

.td_card.td_style_6 {
  padding: 30px;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
}
@media (max-width: 1400px) {
  .td_card.td_style_6 {
    padding: 25px;
  }
}
.td_card.td_style_6 .td_card_list {
  border-top: 1px solid var(--heading-color);
}
.td_card.td_style_6 .td_card_list li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--heading-color);
  padding: 10px 0;
}

.td_card.td_style_7 {
  border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  margin: -250px 0 0 25px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1400px) {
  .td_card.td_style_7 {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .td_card.td_style_7 {
    padding: 30px 24px;
  }
}
@media (max-width: 991px) {
  .td_card.td_style_7 {
    margin-top: 0;
  }
}
.td_card.td_style_7 .td_card_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ebeced;
  background-color: rgba(235, 236, 237, 0.25);
  border-radius: 10px;
  padding: 11px 20px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .td_card.td_style_7 .td_card_list li {
    padding: 11px 15px;
  }
}
.td_card.td_style_7 .td_card_list li:hover {
  background-color: rgba(235, 236, 237, 0.8);
}
.td_card.td_style_7 .td_card_list li:not(:last-child) {
  margin-bottom: 15px;
}
.td_card.td_style_7 .td_card_list span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.td_card.td_style_7 .td_card_list span svg {
  color: var(--accent-color);
}
.td_card.td_style_7 .td_card_video_block {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.td_card.td_style_7 .td_card_video_block .td_player_btn_wrap_2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.td_card.td_style_7 .td_card_video_block .td_player_btn_wrap_2 .td_player_btn {
  color: var(--accent-color);
}
.td_card.td_style_7 .td_card_video_block .td_player_btn_wrap_2 .td_player_btn::after {
  background-color: #fff;
}

/*--------------------------------------------------------------
20. Features
----------------------------------------------------------------*/
.td_features.td_style_1 {
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .td_features.td_style_1 {
    flex-direction: column;
  }
}
.td_features.td_style_1 .td_features_content,
.td_features.td_style_1 .td_features_thumb {
  flex: none;
  width: 50%;
}
@media (max-width: 991px) {
  .td_features.td_style_1 .td_features_content,
  .td_features.td_style_1 .td_features_thumb {
    width: 100%;
  }
}
.td_features.td_style_1 .td_features_thumb {
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .td_features.td_style_1 .td_features_thumb img {
    width: calc(100% + 110px);
    max-width: initial;
  }
}
.td_features.td_style_1 .td_feature_list {
  max-width: 465px;
}
.td_features.td_style_1 .td_features_content {
  margin-top: 200px;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 60px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .td_features.td_style_1 .td_features_content {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .td_features.td_style_1 .td_features_content {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .td_features.td_style_1 .td_features_content {
    padding: 40px 15px;
  }
  .td_features.td_style_1 .td_features_content .td_mb_15 {
    margin-bottom: 8px;
  }
}
.td_features.td_style_1 .td_features_content li {
  display: flex;
  gap: 20px;
  align-items: center;
}
.td_features.td_style_1 .td_features_content li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .td_features.td_style_1 .td_features_content li:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (max-width: 350px) {
  .td_features.td_style_1 .td_features_content li {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.td_features.td_style_1 .td_features_content li:hover .td_feature_icon::before {
  opacity: 0.15;
}
.td_features.td_style_1 .td_features_content .td_feature_icon {
  flex: none;
  height: 100px;
  width: 100px;
  padding: 15px;
  position: relative;
  font-size: 42px;
  color: var(--sec-color);
}
@media (max-width: 575px) {
  .td_features.td_style_1 .td_features_content .td_feature_icon {
    height: 80px;
    width: 80px;
  }
}
.td_features.td_style_1 .td_features_content .td_feature_icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 10px;
  background-color: var(--accent-color);
  opacity: 0.05;
  transition: all 0.4s ease;
}
.td_features.td_style_1 .td_features_content .td_feature_icon svg,
.td_features.td_style_1 .td_features_content .td_feature_icon img {
  position: relative;
  z-index: 1;
}
.td_features.td_style_1 .td_features_content .td_feature_icon svg path {
  fill: var(--accent-color);
}
.td_features.td_style_1 .td_features_shape_1 {
  left: 49%;
  top: 5%;
  opacity: 0.15;
}
@media (max-width: 991px) {
  .td_features.td_style_1 .td_features_shape_1 {
    display: none;
  }
}
.td_features.td_style_1 .td_features_shape_2 {
  left: 10%;
  bottom: 0;
  opacity: 0.15;
}
@media (max-width: 991px) {
  .td_features.td_style_1 .td_features_shape_2 {
    display: none;
  }
}

.td_features.td_style_2 {
  display: flex;
}
@media (max-width: 991px) {
  .td_features.td_style_2 {
    flex-direction: column;
  }
}
.td_features.td_style_2 .td_feature_list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.td_features.td_style_2 .td_feature_icon {
  flex: none;
  width: 50px;
}
.td_features.td_style_2 .td_feature_icon img {
  width: 100%;
}
.td_features.td_style_2 .td_features_content_wrap {
  padding: 80px 0;
  flex: none;
  width: 57%;
}
@media (max-width: 991px) {
  .td_features.td_style_2 .td_features_content_wrap {
    width: 100%;
    padding: 40px 0 0;
  }
}
.td_features.td_style_2 .td_features_content {
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  padding: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .td_features.td_style_2 .td_features_content {
    padding: 40px 25px;
  }
}
.td_features.td_style_2 .td_feature_list {
  max-width: 400px;
}
.td_features.td_style_2 .td_feature_list li:not(:last-child) {
  margin-bottom: 40px;
}
.td_features.td_style_2 .td_features_thumb {
  flex: none;
  width: 57%;
  margin-right: -14%;
}
@media (max-width: 991px) {
  .td_features.td_style_2 .td_features_thumb {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }
}
.td_features.td_style_2 .td_player_btn_wrap {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.td_features.td_style_2 .td_player_btn_wrap::after {
  content: "";
  position: absolute;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 1px dashed #fff;
  left: -5px;
  top: -5px;
  animation: rotate-anim 25s linear infinite;
}
.td_features.td_style_2 .td_player_btn_wrap:hover {
  transform: scale(1.1);
}
.td_features.td_style_2 .td_player_btn {
  height: 80px;
  width: 80px;
}
.td_features.td_style_2 .td_player_btn::before {
  display: none;
}
.td_features.td_style_2 .td_player_btn span {
  transform: scale(1.6);
}

.td_features_2_wrap {
  position: relative;
}
.td_features_2_wrap .container {
  position: relative;
  z-index: 2;
}
.td_features_2_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 195px;
  width: 100%;
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
21. Pricing
----------------------------------------------------------------*/
.td_pricing_control {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.td_pricing_control li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.td_pricing_control li a {
  color: rgba(0, 0, 27, 0.55);
}
.td_pricing_control li:hover a {
  color: var(--heading-color);
}
.td_pricing_control li:last-child a::before {
  left: initial;
  right: 100%;
}
.td_pricing_control li.active a {
  color: var(--heading-color);
}
.td_pricing_control li.active .td_switch::before {
  left: 5px;
}
.td_pricing_control .td_switch {
  display: inline-block;
  height: 30px;
  width: 60px;
  background: var(--heading-color);
  border-radius: 15px;
  margin: 0 20px;
  position: relative;
}
.td_pricing_control .td_switch::before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
.td_pricing_control a {
  position: relative;
}
.td_pricing_control a::before {
  content: "";
  height: 24px;
  width: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  z-index: 1;
}

.td_pricing.td_style_1 {
  border: 1px solid rgba(0, 0, 27, 0.5);
  padding: 0 40px 40px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .td_pricing.td_style_1 {
    padding: 0 20px 40px;
  }
}
.td_pricing.td_style_1 .td_pricing_package_name {
  display: inline-block;
  padding: 10px 32px;
  margin-left: -41px;
  margin-top: -1px;
  border-radius: 10px 0 10px;
}
@media (max-width: 1199px) {
  .td_pricing.td_style_1 .td_pricing_package_name {
    padding: 10px 20px;
    margin-left: -21px;
  }
}
.td_pricing.td_style_1 .td_pricing_icon {
  height: 80px;
  width: 80px;
  border: 1px solid var(--heading-color);
  border-radius: 50%;
  padding: 15px;
  margin-left: auto;
  margin-top: -14px;
  margin-bottom: 30px;
}
.td_pricing.td_style_1 .td_pricing_feature {
  margin-bottom: 40px;
}
.td_pricing.td_style_1 .td_pricing_feature li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.td_pricing.td_style_1 .td_pricing_feature li:not(:last-child) {
  margin-bottom: 16px;
}
.td_pricing.td_style_1 .td_pricing_feature li i {
  position: relative;
  top: 4px;
}
.td_pricing.td_style_1 .td_pricing_in {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.td_pricing.td_style_1:hover {
  background-color: var(--heading-color);
}
.td_pricing.td_style_1:hover .td_heading_color,
.td_pricing.td_style_1:hover h2,
.td_pricing.td_style_1:hover h3 {
  color: #fff;
}
.td_pricing.td_style_1:hover .td_pricing_icon {
  border-color: #fff;
}
.td_pricing.td_style_1:hover .td_pricing_icon img {
  filter: brightness(0) invert(1);
}
.td_pricing.td_style_1:hover .td_accent_bg {
  background-color: #fff;
  color: var(--accent-color);
}
.td_pricing.td_style_1.td_type_1 {
  padding: 40px;
  background-color: rgba(235, 236, 237, 0.2);
}
@media (max-width: 575px) {
  .td_pricing.td_style_1.td_type_1 {
    padding: 30px 25px;
  }
}
.td_pricing.td_style_1.td_type_1 .td_pricing_package_name {
  margin: 0 0 10px 0;
  padding: 0;
}
.td_pricing.td_style_1.td_type_1 .td_pricing_in {
  max-width: 100%;
}
.td_pricing.td_style_1.td_type_1 .td_pricing_feature {
  margin-bottom: 30px;
}
.td_pricing.td_style_1.td_type_1:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
}

/*--------------------------------------------------------------
22. Contact
----------------------------------------------------------------*/
.td_contact_box.td_style_2 {
  padding: 50px;
  width: 100%;
  max-width: 430px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .td_contact_box.td_style_2 {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .td_contact_box.td_style_2 {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .td_contact_box.td_style_2 {
    padding: 40px 25px;
  }
}

.td_contact.td_style_1 {
  position: relative;
}
.td_contact.td_style_1 .td_contact_in {
  position: relative;
  padding: 0 80px;
  box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .td_contact.td_style_1 .td_contact_in {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .td_contact.td_style_1 .td_contact_in {
    padding: 0 25px;
  }
}
@media (max-width: 350px) {
  .td_contact.td_style_1 .td_contact_in {
    padding: 0 15px;
  }
}
.td_contact.td_style_1 .td_contact_in > .row {
  position: relative;
  z-index: 2;
}
.td_contact.td_style_1 .td_contact_shape_1 {
  left: -35px;
  top: -5px;
}
@media (max-width: 991px) {
  .td_contact.td_style_1 .td_contact_shape_1 {
    display: none;
  }
}
.td_contact.td_style_1 .td_contact_shape_2 {
  right: -15px;
  top: -20px;
}
@media (max-width: 991px) {
  .td_contact.td_style_1 .td_contact_shape_2 {
    display: none;
  }
}
.td_contact.td_style_1 .td_contact_shape_3 {
  right: -40px;
  bottom: -10px;
}
@media (max-width: 991px) {
  .td_contact.td_style_1 .td_contact_shape_3 {
    display: none;
  }
}
.td_contact.td_style_1 .td_contact_shape_4 {
  left: -5px;
  bottom: 0px;
}
@media (max-width: 991px) {
  .td_contact.td_style_1 .td_contact_shape_4 {
    display: none;
  }
}

.td_form_field_3 {
  position: relative;
}
.td_form_field_3 input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  background-color: transparent;
  outline: none;
  height: 30px;
}
.td_form_field_3 input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.td_form_field_3 input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.td_form_field_3 input:focus, .td_form_field_3 input:valid {
  border-color: #fff;
}
.td_form_field_3 input:focus ~ label, .td_form_field_3 input:valid ~ label {
  top: -22px;
}
.td_form_field_3 label {
  width: 100%;
  margin: 0;
  line-height: 22px;
  position: absolute;
  left: 0;
  top: 3px;
  pointer-events: none;
  transition: all 0.3s ease;
}

.td_video_block.td_style_2 + .td_contact.td_style_1 {
  margin-top: -270px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .td_video_block.td_style_2 + .td_contact.td_style_1 {
    margin-top: 80px;
  }
}

.td_bg_img_number_box .td_bg_img_number_box_number {
  font-size: 350px;
  line-height: 0.75em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px #fff;
}
@media (max-width: 767px) {
  .td_bg_img_number_box .td_bg_img_number_box_number {
    font-size: 250px;
  }
}/*# sourceMappingURL=style.css.map */


.td_site_branding img{
  height: 120px;
    border-radius: 20px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
}

/*========================================
LOGO RESPONSIVE FIX
========================================*/

.td_site_branding img{
  
  width:auto;
  transition:all .3s ease;
}


/* TABLET */
@media screen and (max-width:991px){

  .td_site_branding img{
    max-height:48px;
  }

  .td_main_header_in{
    min-height:80px;
  }

}

/* MOBILE */
@media screen and (max-width:767px){

  .td_site_branding img{
    max-height:40px;
  }

  .td_main_header_left{
    gap:10px;
  }

}

/* SMALL MOBILE */
@media screen and (max-width:575px){

  .td_site_branding img{
    max-height:70px;
  }

}
/*========================================
HIDE LOGO WHEN MOBILE MENU OPENS
========================================*/

.td_menu_open .td_site_branding{
  opacity:0;
  visibility:hidden;
}

.td_menu_open .td_header_social_btns{
  opacity:0;
  visibility:hidden;
}


/*==================================================
ADMISSION AREA
==================================================*/

.td_admission_area{
  position:relative;
}

/* .td_admission_wrap{

  background:#f8fafc;

  border:1px solid #e7edf3;

  box-shadow:0 10px 40px rgba(0,0,0,0.04);

} */

/*==================================================
IMAGE
==================================================*/

.td_admission_thumb{

  position:relative;

  height:100%;

  overflow:hidden;

}

.td_admission_thumb img{

  width:100%;
  height:100%;

  object-fit:cover;

  min-height:580px;
  border-radius:30px;

}

/*==================================================
BADGE
==================================================*/

.td_admission_badge{

  position:absolute;

  left:30px;
  bottom:30px;

  background:var(--accent-color);

  border-radius:20px;

  padding:22px 28px;

  display:flex;
  flex-direction:column;

  box-shadow:0 15px 35px rgba(0,0,0,0.15);

}

.td_admission_badge_year{

  font-size:34px;
  font-weight:800;

  line-height:1;

  color:#fff;

}

.td_admission_badge_text{

  color:#fff;

  font-size:15px;

  margin-top:6px;

}

/*==================================================
CONTENT
==================================================*/

.td_admission_content{

  padding-right:70px;

}

.td_admission_content .td_section_title{

  line-height:1.15;

}

/*==================================================
FEATURES
==================================================*/

.td_admission_feature_wrap{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:18px;

  margin-bottom:40px;

}

.td_admission_feature{

  display:flex;
  align-items:center;

  gap:14px;

  padding:16px 18px;

  background:#fff;

  border-radius:14px;

  border:1px solid #edf2f7;

}

.td_admission_feature i{

  width:42px;
  height:42px;

  flex:none;

  border-radius:12px;

  background:rgba(253,199,47,0.15);

  color:var(--accent-color);

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:16px;

}

.td_admission_feature span{

  font-size:16px;
  font-weight:600;

  color:var(--heading-color);

}

/*==================================================
BUTTONS
==================================================*/

.td_admission_btns{

  display:flex;
  align-items:center;

  gap:25px;

  flex-wrap:wrap;

}

.td_text_btn{

  display:inline-flex;
  align-items:center;

  gap:10px;

  color:var(--heading-color);

  font-weight:600;

}

.td_text_btn:hover{
  color:var(--accent-color);
}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_admission_content{
    padding:50px;
  }

}

@media screen and (max-width:991px){

  .td_admission_thumb img{
    min-height:420px;
  }

  .td_admission_content{
    padding:45px 35px;
  }

}

@media screen and (max-width:767px){

  .td_admission_feature_wrap{
    grid-template-columns:1fr;
  }

  .td_admission_content{
    padding:35px 25px;
  }

  .td_admission_thumb img{
    min-height:320px;
  }

  .td_admission_badge{

    left:20px;
    bottom:20px;

    padding:18px 22px;

  }

  .td_admission_badge_year{
    font-size:26px;
  }

}

/*==================================================
ADMISSION SECTION ORDER FIX
==================================================*/

/* DESKTOP */
@media screen and (min-width:992px){

  .td_admission_area .row{
    flex-direction:row;
  }

}

/* MOBILE */
@media screen and (max-width:991px){

  .td_admission_area .row{
    flex-direction:column-reverse;
  }

  /* IMAGE FIRST */

  .td_admission_thumb{
    margin-bottom:30px;
  }

  /* CONTENT SPACING */

  .td_admission_content{
    padding-top:0;
  }

}



/*==================================================
PRESIDENT SECTION
==================================================*/

.td_president_section{
  position:relative;
}

.td_president_wrap{

  background:#fff;

  border:1px solid #edf2f7;

  border-radius:30px;

  padding:70px;

  box-shadow:0 10px 40px rgba(0,0,0,0.04);

}

/*==================================================
IMAGE
==================================================*/

.td_president_thumb{

  position:relative;

  overflow:hidden;

  border-radius:24px;

}

.td_president_thumb img{

  width:100%;

  border-radius:24px;

}

/* QUOTE ICON */

.td_president_quote{

  position:absolute;

  right:25px;
  bottom:25px;

  width:70px;
  height:70px;

  border-radius:20px;

  background:var(--accent-color);

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:28px;

  box-shadow:0 15px 35px rgba(0,0,0,0.12);

}

/*==================================================
CONTENT
==================================================*/

.td_president_content{
  padding-left:20px;
}

.td_president_info p{

  color:var(--accent-color);

  font-weight:600;

}

.td_president_text p{

  font-size:17px;

  line-height:1.9;

  margin-bottom:20px;

  color:var(--body-color);

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_president_wrap{
    padding:50px;
  }

}

@media screen and (max-width:991px){

  .td_president_content{
    padding-left:0;
  }

}

@media screen and (max-width:767px){

  .td_president_wrap{

    padding:35px 25px;

    border-radius:20px;

  }

  .td_president_text p{

    font-size:15px;

    line-height:1.8;

  }

  .td_president_quote{

    width:55px;
    height:55px;

    border-radius:14px;

    font-size:20px;

    right:15px;
    bottom:15px;

  }

}

/*==================================================
WHY CHOOSE SECTION
==================================================*/

.td_why_choose_section{
  position:relative;
}

/*==================================================
CARD
==================================================*/

.td_why_choose_card{

  position:relative;

  height:100%;

  padding:40px 35px;

  background:#fff;

  border:1px solid #edf2f7;

  border-radius:24px;

  transition:all .4s ease;

  overflow:hidden;

}

/* TOP BORDER EFFECT */

.td_why_choose_card::before{

  content:"";

  position:absolute;

  left:0;
  top:0;

  width:0;
  height:4px;

  background:var(--accent-color);

  transition:all .4s ease;

}

.td_why_choose_card:hover::before{
  width:100%;
}

/* HOVER */

.td_why_choose_card:hover{

  transform:translateY(-8px);

  box-shadow:0 18px 45px rgba(0,0,0,0.06);

}

/*==================================================
ICON
==================================================*/

.td_why_choose_icon{

  width:78px;
  height:78px;

  border-radius:22px;

  background:rgba(253,199,47,0.12);

  color:var(--accent-color);

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:30px;

  margin-bottom:28px;

  transition:all .4s ease;

}

.td_why_choose_card:hover .td_why_choose_icon{

  background:var(--accent-color);

  color:#fff;

  transform:rotateY(180deg);

}

/*==================================================
TEXT
==================================================*/

.td_why_choose_card p{

  line-height:1.8;

  margin-bottom:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_why_choose_card{
    padding:35px 28px;
  }

}

@media screen and (max-width:767px){

  .td_why_choose_section .td_section_heading{
    margin-bottom:35px;
  }

  .td_why_choose_card{

    padding:30px 24px;

    border-radius:20px;

  }

  .td_why_choose_icon{

    width:65px;
    height:65px;

    border-radius:18px;

    font-size:24px;

    margin-bottom:22px;

  }

}


/*==================================================
PROGRAM SECTION
==================================================*/

.td_program_section{
  position:relative;
}

/*==================================================
PROGRAM CARD
==================================================*/

.td_program_card{

  position:relative;

  background:#fff;

  border-radius:24px;

  overflow:hidden;

  border:1px solid #edf2f7;

  transition:all .4s ease;

  height:100%;

}

.td_program_card:hover{

  transform:translateY(-8px);

  box-shadow:0 18px 45px rgba(0,0,0,0.06);

}

/*==================================================
IMAGE
==================================================*/

.td_program_thumb{

  position:relative;

  overflow:hidden;

}

.td_program_thumb img{

  width:100%;

  height:260px;

  object-fit:cover;

  transition:all .5s ease;

}

.td_program_card:hover .td_program_thumb img{
  transform:scale(1.08);
}

/*==================================================
CONTENT
==================================================*/

.td_program_content{

  position:relative;

  /* padding:35px; */

}

/*==================================================
ICON
==================================================*/

.td_program_icon{

  width:70px;
  height:70px;

  border-radius:20px;

  background:rgba(253,199,47,0.12);

  color:var(--accent-color);

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:28px;

  margin-bottom:25px;

  transition:all .4s ease;

}

.td_program_card:hover .td_program_icon{

  background:var(--accent-color);

  color:#fff;

}

/*==================================================
TEXT
==================================================*/

.td_program_content p{

  line-height:1.8;

}

/*==================================================
BUTTON
==================================================*/

.td_text_btn{

  display:inline-flex;
  align-items:center;

  gap:10px;

  font-weight:600;

  color:var(--heading-color);

  transition:all .3s ease;

}

.td_text_btn:hover{

  color:var(--accent-color);

  gap:14px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_program_content{
    padding:30px;
  }

}

@media screen and (max-width:767px){

  .td_program_section .td_section_heading{
    margin-bottom:35px;
  }

  .td_program_thumb img{
    height:220px;
  }

  .td_program_content{
    padding:25px;
  }

  .td_program_icon{

    width:60px;
    height:60px;

    border-radius:16px;

    font-size:24px;

    margin-bottom:20px;

  }

}



/*==================================================
NEET / JEE SECTION
==================================================*/

.td_neet_section{
  position:relative;
}

/*==================================================
MAIN WRAP
==================================================*/

.td_neet_wrap{

  position:relative;

  background:rgba(255,255,255,0.08);

  backdrop-filter:blur(14px);

  border:1px solid rgba(255,255,255,0.08);

  border-radius:30px;

  overflow:hidden;

  box-shadow:0 15px 40px rgba(0,0,0,0.08);

}

/*==================================================
IMAGE
==================================================*/

.td_neet_thumb{
  position:relative;
  overflow:hidden;
}

.td_neet_thumb img{

  width:100%;
  height:100%;

  min-height:620px;

  object-fit:cover;

  transition:all .5s ease;

  border-radius:30px;

}

.td_neet_wrap:hover .td_neet_thumb img{
  transform:scale(1.05);
}

/*==================================================
CONTENT
==================================================*/

.td_neet_content{

  padding:70px 60px;

}

/* SUBTITLE */

.td_neet_content .td_section_subtitle_up{
  color:#ffd166;
}

/* TITLE */

.td_neet_content .td_section_title{

  color:#fff;

  line-height:1.15;

}

/* PARAGRAPH */

.td_neet_content p{

  color:rgba(255,255,255,0.78);

  line-height:1.9;

}

/*==================================================
FEATURE LIST
==================================================*/

.td_neet_feature_list{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:18px;

  margin-top:35px;
  margin-bottom:40px;

}

.td_neet_feature{

  display:flex;
  align-items:flex-start;

  gap:15px;

  padding:20px;

  border-radius:18px;

  background:rgba(255,255,255,0.06);

  border:1px solid rgba(255,255,255,0.08);

}

/* ICON */

.td_neet_feature_icon{

  width:55px;
  height:55px;

  flex:none;

  border-radius:16px;

  background:rgba(255,209,102,0.12);

  color:#ffd166;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:20px;

}

/* TEXT */

.td_neet_feature_text h3{

  color:#fff;

  font-size:18px;
  font-weight:700;

  margin-bottom:6px;

}

.td_neet_feature_text p{

  margin-bottom:0;

  font-size:14px;

  line-height:1.7;

  color:rgba(255,255,255,0.72);

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_neet_content{
    padding:50px;
  }

}

@media screen and (max-width:991px){

  .td_neet_thumb img{
    min-height:420px;
  }

  .td_neet_content{
    padding:45px 35px;
  }

}

@media screen and (max-width:767px){

  .td_neet_feature_list{
    grid-template-columns:1fr;
  }

  .td_neet_content{
    padding:35px 25px;
  }

  .td_neet_thumb img{
    min-height:320px;
  }

}


/*==================================================
HOSTEL SECTION
==================================================*/

.td_hostel_section{
  position:relative;
}

/*==================================================
MAIN WRAP
==================================================*/

.td_hostel_wrap{

  position:relative;

  background:#fff;

  border:1px solid #edf2f7;

  border-radius:30px;

  overflow:hidden;

  box-shadow:0 12px 40px rgba(0,0,0,0.05);

}

/*==================================================
IMAGE
==================================================*/

.td_hostel_thumb{

  position:relative;

  height:100%;

  overflow:hidden;

}

.td_hostel_thumb img{

  width:100%;
  height:100%;

  min-height:700px;

  object-fit:cover;

  border-radius:30px;
}

/*==================================================
FLOAT CARD
==================================================*/

.td_hostel_card{

  position:absolute;

  left:25px;
  right:25px;
  bottom:25px;

  padding:24px 28px;

  border-radius:20px;

  background:rgba(5,20,53,0.88);

  backdrop-filter:blur(12px);

}

.td_hostel_card p{

  color:rgba(255,255,255,0.72);

  line-height:1.7;

}

/*==================================================
CONTENT
==================================================*/

.td_hostel_content{

  padding:70px 60px;

}

.td_hostel_content h3{

  color:var(--heading-color);

  line-height:1.2;

}

.td_hostel_content p{

  color:var(--body-color);

  line-height:1.9;

}

/*==================================================
FEATURES
==================================================*/

.td_hostel_feature_wrap{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:18px;

  margin-bottom:40px;

}

.td_hostel_feature{

  display:flex;
  align-items:center;

  gap:14px;

  padding:18px 20px;

  border-radius:18px;

  background:#f8fafc;

  border:1px solid #edf2f7;

  transition:all .3s ease;

}

.td_hostel_feature:hover{

  transform:translateY(-4px);

  box-shadow:0 12px 25px rgba(0,0,0,0.05);

}

/* ICON */

.td_hostel_feature i{

  width:50px;
  height:50px;

  flex:none;

  border-radius:14px;

  background:rgba(253,199,47,0.12);

  color:var(--accent-color);

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:18px;

}

/* TEXT */

.td_hostel_feature span{

  color:var(--heading-color);

  font-size:16px;
  font-weight:600;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_hostel_content{
    padding:50px;
  }

}

@media screen and (max-width:991px){

  .td_hostel_thumb img{
    min-height:450px;
  }

  .td_hostel_content{
    padding:45px 35px;
  }

}

@media screen and (max-width:767px){

  .td_hostel_feature_wrap{
    grid-template-columns:1fr;
  }

  .td_hostel_content{
    padding:35px 25px;
  }

  .td_hostel_thumb img{
    min-height:320px;
  }

  .td_hostel_card{

    left:15px;
    right:15px;
    bottom:15px;

    padding:18px 20px;

    border-radius:16px;

  }

}






/*==================================================
FILTER
==================================================*/

.td_gallery_filter{

  display:flex;

  flex-wrap:wrap;

  justify-content:center;

  gap:14px;

  margin-bottom:50px;

}

/* BUTTON */

.td_gallery_filter button{

  border:none;

  padding:14px 26px;

  border-radius:50px;

  background:#eef2f7;

  color:#051435;

  font-size:15px;

  font-weight:600;

  transition:.3s ease;

}

/* ACTIVE */

.td_gallery_filter button.active{

  background:#890c25;

  color:#fff;

}

/* HOVER */

.td_gallery_filter button:hover{

  background:#890c25;

  color:#fff;

}

/*==================================================
PAGINATION
==================================================*/

.td_gallery_pagination{

  display:flex;

  justify-content:center;

  align-items:center;

  gap:10px;

  margin-top:60px;

}

/* BUTTON */

.td_gallery_page_btn{

  width:50px;
  height:50px;

  border-radius:50%;

  border:none;

  background:#eef2f7;

  color:#051435;

  font-weight:700;

  transition:.3s ease;

}

/* ACTIVE */

.td_gallery_page_btn.active{

  background:#890c25;

  color:#fff;

}

/* HOVER */

.td_gallery_page_btn:hover{

  background:#890c25;

  color:#fff;

}

/* MOBILE */

@media(max-width:767px){

  .td_gallery_filter{

    gap:10px;

  }

  .td_gallery_filter button{

    padding:10px 18px;

    font-size:13px;

  }

}

/*==================================================
GALLERY BUTTON
==================================================*/

.td_gallery_btn{

  display:inline-flex;

  align-items:center;

  gap:12px;

  padding:18px 34px;

  border-radius:60px;

  background:#890c25;

  color:#fff;

  font-size:15px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:.5px;

  transition:.4s ease;

}

/* ICON */

.td_gallery_btn i{

  transition:.4s ease;

}

/* HOVER */

.td_gallery_btn:hover{

  background:#051435;

  color:#fff;

  transform:translateY(-4px);

  box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.td_gallery_btn:hover i{

  transform:translateX(6px);

}
/*==================================================
FOOTER
==================================================*/

.td_footer{

  position:relative;

  background: var(--accent-color);

  overflow:hidden;

}

/*==================================================
TOP
==================================================*/

.td_footer_top{

  padding:110px 0 70px;

  position:relative;

  z-index:2;

}

/*==================================================
LOGO
==================================================*/

.td_footer_logo{

  display:inline-block;

  margin-bottom:28px;

}

.td_footer_logo img{
  max-width:300px;
  border-radius: 20px;
    background-color: #fff;
    padding: 10px;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
}

/*==================================================
TEXT
==================================================*/

.td_footer_text{

  color:rgba(255,255,255,0.72);

  line-height:1.9;

  margin-bottom:28px;

}

/*==================================================
WIDGET TITLE
==================================================*/

.td_footer_widget_title{

  font-size:28px;

  font-weight:700;

  color:#fff;

  margin-bottom:32px;

}

/*==================================================
CONTACT
==================================================*/

.td_footer_contact{
  list-style:none;
}

.td_footer_contact li{

  display:flex;

  gap:16px;

  color:rgba(255,255,255,0.72);

  margin-bottom:18px;

  line-height:1.8;

}

.td_footer_contact i{

  color:var(--secondary-color);

  margin-top:6px;

}

.td_footer_contact a{

  color:rgba(255,255,255,0.72);

}

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

/*==================================================
MENU
==================================================*/

.td_footer_menu{
  list-style:none;
}

.td_footer_menu li{

  margin-bottom:16px;

}

.td_footer_menu a{

  color:rgba(255,255,255,0.72);

  transition:all .3s ease;

  position:relative;

}

.td_footer_menu a:hover{

  color:var(--secondary-color);

  padding-left:8px;

}

/*==================================================
NEWSLETTER
==================================================*/

.td_footer_newsletter{
  position:relative;
}

.td_footer_input{

  width:100%;

  height:58px;

  border:none;

  outline:none;

  border-radius:14px;

  padding:0 20px;

  background:rgba(255,255,255,0.08);

  color:#fff;

  margin-bottom:14px;

}

.td_footer_input::placeholder{
  color:rgba(255,255,255,0.45);
}

/* BUTTON */

.td_footer_btn{

  width:100%;

  height:56px;

  border:none;

  border-radius:14px;

  background:var(--secondary-color);

  color:#051435;

  font-weight:700;

  transition:all .3s ease;

}

.td_footer_btn:hover{

  background:#fff;

  transform:translateY(-2px);

}

/*==================================================
SOCIAL
==================================================*/

.td_footer_social{

  display:flex;

  gap:12px;

  margin-top:28px;

}

.td_footer_social a{

  width:48px;
  height:48px;

  border-radius:50%;

  background:rgba(255,255,255,0.08);

  color:#fff;

  transition:all .3s ease;

}

.td_footer_social a:hover{

  background:var(--secondary-color);

  color:#051435;

  transform:translateY(-4px);

}

/*==================================================
BOTTOM
==================================================*/

.td_footer_bottom{

  border-top:1px solid rgba(255,255,255,0.08);

  background: #890c25;

  padding:24px 0;

}

.td_footer_bottom_in{

  display:flex;

  align-items:center;
  justify-content:space-between;

  gap:20px;

}

.td_copyright{

  color:rgba(255,255,255,0.62);

}

/* MENU */

.td_footer_bottom_menu{

  display:flex;

  align-items:center;

  gap:25px;

  list-style:none;

}

.td_footer_bottom_menu a{

  color:rgba(255,255,255,0.62);

  transition:all .3s ease;

}

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

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_footer_top{
    padding:90px 0 60px;
  }

  .td_footer_bottom_in{

    flex-direction:column;

    text-align:center;

  }

}

@media screen and (max-width:767px){

  .td_footer_top{
    padding:75px 0 50px;
  }

  .td_footer_widget_title{

    font-size:24px;

    margin-bottom:24px;

  }

  .td_footer_bottom_menu{

    flex-wrap:wrap;

    justify-content:center;

    gap:15px;

  }

}




/*==================================================
MINIMAL MODERN PAGE HERO
==================================================*/

.td_page_hero{

  position:relative;

  min-height:500px;

  display:flex;
  align-items:center;

  overflow:hidden;

  background: var(--accent-color);

}

/*==================================================
BACKGROUND IMAGE
==================================================*/

.td_page_hero_bg{

  position:absolute;
  inset:0;

  z-index:1;

}

.td_page_hero_bg img{

  width:100%;
  height:100%;

  object-fit:cover;

  transform:scale(1.05);

}

/*==================================================
OVERLAY
==================================================*/

.td_page_hero_overlay{

  position:absolute;
  inset:0;

  /* background:
    linear-gradient(
      90deg,
      rgba(5,20,53,0.95) 0%,
      rgba(5,20,53,0.78) 40%,
      rgba(5,20,53,0.35) 100%
    ); */

  z-index:2;

}

/*==================================================
CONTENT
==================================================*/

.td_page_hero_content{

  position:relative;

  z-index:5;

  max-width:760px;

  padding-top:200px;
  padding-bottom:90px;

}

/*==================================================
SUBTITLE
==================================================*/

.td_page_subtitle{

  display:inline-flex;
  align-items:center;

  gap:12px;

  padding:10px 20px;

  border-radius:50px;

  background:rgba(255,255,255,0.08);

  border:1px solid rgba(255,255,255,0.08);

  color:var(--secondary-color);

  font-size:15px;
  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

  margin-bottom:28px;

}

.td_page_subtitle::before{

  content:"";

  width:8px;
  height:8px;

  border-radius:50%;

  background:var(--secondary-color);

}

/*==================================================
TITLE
==================================================*/

.td_page_hero_title{

  font-size:42px;

  font-weight:800;

  line-height:1.05;

  color:#fff;

  margin-bottom:24px;
  margin-top:24px;

}

.td_page_hero_title span{

  color: var(--secondary-color);

}

/*==================================================
TEXT
==================================================*/

.td_page_hero_text{

  font-size:20px;

  line-height:1.9;

  color:rgba(255,255,255,0.78);

  max-width:650px;

  margin-bottom:34px;

}

/*==================================================
BREADCRUMB
==================================================*/

.td_page_breadcrumb{

  display:flex;
  align-items:center;

  flex-wrap:wrap;

  gap:14px;

  list-style:none;

}

.td_page_breadcrumb li{

  position:relative;

  color:rgba(255,255,255,0.65);

  font-size:16px;

  font-weight:500;

}

.td_page_breadcrumb li a{

  color:#fff;

  transition:all .3s ease;

}

.td_page_breadcrumb li a:hover{
  color:#FDC72F;
}

.td_page_breadcrumb li:not(:last-child)::after{

  content:"/";

  margin-left:14px;

  color:rgba(255,255,255,0.35);

}

/*==================================================
GLOW SHAPE
==================================================*/

.td_page_hero::before{

  content:"";

  position:absolute;

  width:520px;
  height:520px;

  border-radius:50%;

  background:rgba(253,199,47,0.12);

  filter:blur(80px);

  top:-220px;
  right:-120px;

  z-index:1;

}

/*==================================================
BOTTOM BORDER
==================================================*/

.td_page_hero::after{

  content:"";

  position:absolute;

  left:0;
  bottom:0;

  width:100%;
  height:1px;

  background:rgba(255,255,255,0.08);

  z-index:5;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_page_hero_title{
    font-size:62px;
  }

}

@media screen and (max-width:991px){

  .td_page_hero{

    min-height:440px;

  }

  .td_page_hero_content{

    padding-top:130px;
    padding-bottom:70px;

  }

  .td_page_hero_title{

    font-size:48px;

  }

  .td_page_hero_text{

    font-size:18px;

  }

}

@media screen and (max-width:767px){

  .td_page_hero{

    min-height:380px;

  }

  .td_page_hero_content{

    padding-top:110px;
    padding-bottom:55px;

  }

  .td_page_subtitle{

    font-size:13px;

    padding:8px 16px;

    margin-bottom:20px;

  }

  .td_page_hero_title{

    font-size:36px;

    margin-bottom:18px;

  }

  .td_page_hero_text{

    font-size:15px;

    line-height:1.8;

    margin-bottom:24px;

  }

  .td_page_breadcrumb li{

    font-size:14px;

  }

}



/*==================================================
HISTORY & LEGACY
==================================================*/

.td_history_area{
  position:relative;
}

/*==================================================
IMAGE WRAP
==================================================*/

.td_history_img_wrap{
  position:relative;
}

/* IMAGE */

.td_history_img{

  overflow:hidden;

  border-radius:30px;

}

.td_history_img img{

  width:100%;

  display:block;

  border-radius:30px;

}

/*==================================================
EXPERIENCE BOX
==================================================*/

.td_history_exp{

  position:absolute;

  left:-20px;
  bottom:40px;

  background:#890c25;

  color:#fff;

  padding:30px 35px;

  border-radius:24px;

  min-width:220px;

  box-shadow:0 20px 50px rgba(137,12,37,0.25);

}

.td_history_exp h3{

  font-size:42px;

  line-height:1;

  color:#FDC72F;

  margin-bottom:10px;

  font-weight:800;

}

.td_history_exp span{

  line-height:1.8;

  color:rgba(255,255,255,0.82);

}

/*==================================================
CONTENT
==================================================*/

.td_history_content{
  padding-left:35px;
}

.td_history_text{

  font-size:17px;

  line-height:1.9;

  color:#5b6475;

  margin-bottom:22px;

}

/*==================================================
FEATURES
==================================================*/

.td_history_feature_wrap{

  margin-top:40px;

  display:flex;

  flex-direction:column;

  gap:24px;

}

/* ITEM */

.td_history_feature{

  display:flex;

  gap:20px;

  padding:24px 26px;

  border-radius:22px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .3s ease;

}

.td_history_feature:hover{

  transform:translateY(-4px);

  box-shadow:0 18px 45px rgba(0,0,0,0.06);

}

/* ICON */

.td_history_feature_icon{

  width:70px;
  height:70px;

  min-width:70px;

  border-radius:20px;

  background:#890c25;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:26px;

}

/* INFO */

.td_history_feature_info h3{

  font-size:24px;

  margin-bottom:10px;

}

.td_history_feature_info p{

  margin:0;

  line-height:1.8;

  color:#5b6475;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_history_content{
    padding-left:10px;
  }

}

@media screen and (max-width:991px){

  .td_history_content{
    padding-left:0;
  }

  .td_history_exp{

    left:20px;

    bottom:20px;

  }

}

@media screen and (max-width:767px){

  .td_history_img,
  .td_history_img img{
    border-radius:20px;
  }

  .td_history_exp{

    position:relative;

    left:auto;
    bottom:auto;

    margin-top:-40px;
    margin-left:20px;

    width:calc(100% - 40px);

    border-radius:18px;

    padding:24px;

  }

  .td_history_exp h3{
    font-size:42px;
  }

  .td_history_feature{

    flex-direction:column;

    gap:18px;

    border-radius:18px;

    padding:22px;

  }

  .td_history_feature_icon{

    width:60px;
    height:60px;

    min-width:60px;

    border-radius:16px;

    font-size:22px;

  }

  .td_history_feature_info h3{
    font-size:22px;
  }

}


/*==================================================
VISION & MISSION
==================================================*/

.td_vm_section{
  position:relative;
}

/*==================================================
CARD
==================================================*/

.td_vm_card{

  position:relative;

  height:100%;

  padding:50px 45px;

  border-radius:32px;

  overflow:hidden;

  transition:all .4s ease;

}

/* VISION */

.td_vm_vision{

  background:#890c25;

  color:#fff;

}

/* MISSION */

.td_vm_mission{

  background:#051435;

  color:#fff;

}

/* HOVER */

.td_vm_card:hover{

  transform:translateY(-8px);

}

/*==================================================
ICON
==================================================*/

.td_vm_icon{

  width:90px;
  height:90px;

  border-radius:24px;

  background:rgba(255,255,255,0.12);

  color:#FDC72F;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:36px;

  margin-bottom:35px;

}

/*==================================================
LABEL
==================================================*/

.td_vm_label{

  display:inline-block;

  padding:8px 18px;

  border-radius:50px;

  background:rgba(255,255,255,0.12);

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

  margin-bottom:22px;

}

/*==================================================
TITLE
==================================================*/

.td_vm_title{

  font-size:34px;

  line-height:1.3;

  margin-bottom:22px;

  color:#fff;

}

/*==================================================
TEXT
==================================================*/

.td_vm_text{

  font-size:17px;

  line-height:1.9;

  color:rgba(255,255,255,0.78);

  margin:0;

}

/*==================================================
SHAPES
==================================================*/

.td_vm_card::before{

  content:"";

  position:absolute;

  width:280px;
  height:280px;

  border-radius:50%;

  background:rgba(255,255,255,0.04);

  top:-120px;
  right:-100px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_vm_card{

    padding:42px 35px;

  }

  .td_vm_title{

    font-size:30px;

  }

}

@media screen and (max-width:767px){

  .td_vm_card{

    padding:35px 26px;

    border-radius:22px;

  }

  .td_vm_icon{

    width:75px;
    height:75px;

    border-radius:18px;

    font-size:30px;

    margin-bottom:28px;

  }

  .td_vm_title{

    font-size:26px;

  }

  .td_vm_text{

    font-size:16px;

    line-height:1.8;

  }

}


/*==================================================
OBJECTIVES SECTION
==================================================*/

.td_objective_section{
  position:relative;
}

/*==================================================
CARD
==================================================*/

.td_objective_card{

  position:relative;

  height:100%;

  padding:38px 32px;

  border-radius:28px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .35s ease;

  overflow:hidden;

}

/* HOVER */

.td_objective_card:hover{

  transform:translateY(-8px);

  box-shadow:0 20px 50px rgba(0,0,0,0.06);

  border-color:transparent;

}

/*==================================================
ICON
==================================================*/

.td_objective_icon{

  width:78px;
  height:78px;

  border-radius:22px;

  background:#890c25;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:30px;

  margin-bottom:28px;

  transition:all .35s ease;

}

.td_objective_card:hover .td_objective_icon{

  background:#FDC72F;

  color:#051435;

}

/*==================================================
TITLE
==================================================*/

.td_objective_title{

  font-size:28px;

  margin-bottom:18px;

  line-height:1.35;

}

/*==================================================
TEXT
==================================================*/

.td_objective_text{

  margin:0;

  font-size:16px;

  line-height:1.9;

  color:#5b6475;

}

/*==================================================
SHAPE
==================================================*/

.td_objective_card::before{

  content:"";

  position:absolute;

  width:180px;
  height:180px;

  border-radius:50%;

  background:rgba(137,12,37,0.04);

  top:-80px;
  right:-80px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_objective_card{

    padding:34px 26px;

  }

  .td_objective_title{

    font-size:24px;

  }

}

@media screen and (max-width:767px){

  .td_objective_card{

    padding:28px 22px;

    border-radius:20px;

  }

  .td_objective_icon{

    width:64px;
    height:64px;

    border-radius:18px;

    font-size:24px;

    margin-bottom:22px;

  }

  .td_objective_title{

    font-size:22px;

  }

  .td_objective_text{

    font-size:15px;

    line-height:1.8;

  }

}


/*==================================================
FOUNDER SECTION
==================================================*/

.td_founder_section{
  position:relative;
}

/*==================================================
WRAP
==================================================*/

.td_founder_wrap{

  position:relative;

  padding:70px;

  border-radius:36px;

  background:#fff;

  box-shadow:0 25px 80px rgba(0,0,0,0.05);

  overflow:hidden;

}

/*==================================================
IMAGE WRAP
==================================================*/

.td_founder_img_wrap{
  position:relative;
}

/* IMAGE */

.td_founder_img{

  overflow:hidden;

  border-radius:30px;

}

.td_founder_img img{

  width:100%;

  display:block;

  border-radius:30px;

}

/*==================================================
BADGE
==================================================*/

.td_founder_badge{

  position:absolute;

  left:30px;
  bottom:30px;

  display:flex;
  align-items:center;

  gap:16px;

  padding:18px 22px;

  border-radius:22px;

  background:#fff;

  box-shadow:0 18px 45px rgba(0,0,0,0.08);

}

/* ICON */

.td_founder_badge_icon{

  width:58px;
  height:58px;

  border-radius:18px;

  background:#890c25;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:22px;

}

.td_founder_badge h4{

  font-size:20px;

  margin-bottom:4px;

}

.td_founder_badge p{

  margin:0;

  color:#6b7280;

  font-size:15px;

}

/*==================================================
CONTENT
==================================================*/

.td_founder_content{
  padding-left:25px;
}

/*==================================================
QUOTE
==================================================*/

.td_founder_quote{

  position:relative;

  padding:38px 40px;

  border-radius:28px;

  background:#890c25;

  margin-bottom:35px;

  overflow:hidden;

}

.td_founder_quote i{

  position:absolute;

  top:24px;
  right:30px;

  font-size:48px;

  color:rgba(255,255,255,0.12);

}

.td_founder_quote p{

  margin:0;

  font-size:20px;

  line-height:1.9;

  color:#fff;

  font-weight:500;

  position:relative;

  z-index:2;

}

/*==================================================
TEXT
==================================================*/

.td_founder_text p{

  font-size:17px;

  line-height:1.9;

  color:#5b6475;

  margin-bottom:22px;

}

/*==================================================
INFO
==================================================*/

.td_founder_info{

  margin-top:35px;

  padding-top:28px;

  border-top:1px solid #edf2f7;

}

.td_founder_info h3{

  font-size:28px;

  margin-bottom:8px;

}

.td_founder_info span{

  color:#890c25;

  font-weight:600;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_founder_wrap{

    padding:55px;

  }

}

@media screen and (max-width:991px){

  .td_founder_wrap{

    padding:40px;

    border-radius:28px;

  }

  .td_founder_content{
    padding-left:0;
  }

}

@media screen and (max-width:767px){

  .td_founder_wrap{

    padding:26px;

    border-radius:22px;

  }

  .td_founder_img,
  .td_founder_img img{
    border-radius:20px;
  }

  .td_founder_badge{

    left:15px;
    right:15px;
    bottom:15px;

    padding:15px 16px;

    border-radius:18px;

  }

  .td_founder_badge_icon{

    width:48px;
    height:48px;

    border-radius:14px;

    font-size:18px;

  }

  .td_founder_quote{

    padding:28px 24px;

    border-radius:20px;

  }

  .td_founder_quote p{

    font-size:17px;

    line-height:1.8;

  }

  .td_founder_info h3{

    font-size:24px;

  }

}


/*==================================================
MESSAGE SECTION
==================================================*/

.td_message_section{
  position:relative;
}

/*==================================================
WRAP
==================================================*/

.td_message_wrap{

  position:relative;

  background:#fff;

  border-radius:36px;

  padding:70px;

  box-shadow:0 25px 70px rgba(0,0,0,0.05);

}

/*==================================================
SIDEBAR
==================================================*/

.td_message_sidebar{

  position:sticky;

  top:120px;

}

/*==================================================
IMAGE
==================================================*/

.td_message_img{

  overflow:hidden;

  border-radius:28px;

  margin-bottom:24px;

}

.td_message_img img{

  width:100%;

  display:block;

  border-radius:28px;

}

/*==================================================
INFO
==================================================*/

.td_message_info{

  text-align:center;

}

.td_message_info h3{

  font-size:30px;

  margin-bottom:8px;

}

.td_message_info span{

  color:#890c25;

  font-weight:600;

  font-size:18px;

}

/*==================================================
CONTENT
==================================================*/

.td_message_content{
  padding-left:20px;
}

/*==================================================
TEXT
==================================================*/

.td_message_text p{

  font-size:17px;

  line-height:2;

  color:#5b6475;

  margin-bottom:24px;

  text-align:justify;

}

/*==================================================
SIGN
==================================================*/

.td_message_sign{

  margin-top:40px;

}

.td_message_sign img{

  max-width:180px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_message_wrap{

    padding:50px;

  }

}

@media screen and (max-width:991px){

  .td_message_sidebar{

    position:relative;

    top:auto;

  }

  .td_message_content{
    padding-left:0;
  }

}

@media screen and (max-width:767px){

  .td_message_wrap{

    padding:28px;

    border-radius:22px;

  }

  .td_message_img,
  .td_message_img img{

    border-radius:18px;

  }

  .td_message_info h3{

    font-size:24px;

  }

  .td_message_text p{

    font-size:15px;

    line-height:1.9;

    text-align:left;

  }

}


/*==================================================
INSTITUTIONAL PHILOSOPHY
==================================================*/

.td_philosophy_section{

  position:relative;

  overflow:hidden;

}

/*==================================================
BG SHAPE
==================================================*/

.td_philosophy_shape{

  position:absolute;

  width:500px;
  height:500px;

  border-radius:50%;

  background:rgba(137,12,37,0.04);

  top:-250px;
  right:-180px;

}

/*==================================================
LEFT
==================================================*/

.td_philosophy_left{
  position:relative;
}

/* IMAGE */

.td_philosophy_img{

  overflow:hidden;

  border-radius:32px;

  position:relative;

}

.td_philosophy_img img{

  width:100%;

  display:block;

  border-radius:32px;

}

/*==================================================
QUOTE BOX
==================================================*/

.td_philosophy_quote{

  position:absolute;

  right:-40px;
  bottom:40px;

  max-width:320px;

  background:#890c25;

  padding:32px;

  border-radius:28px;

  box-shadow:0 25px 60px rgba(137,12,37,0.25);

}

.td_philosophy_quote i{

  font-size:34px;

  color:#FDC72F;

  margin-bottom:18px;

}

.td_philosophy_quote p{

  color:#fff;

  font-size:18px;

  line-height:1.9;

  margin:0;

}

/*==================================================
CONTENT
==================================================*/

.td_philosophy_content{

  padding-left:40px;

}

/*==================================================
TEXT
==================================================*/

.td_philosophy_text p{

  font-size:17px;

  line-height:2;

  color:#5b6475;

  margin-bottom:24px;

}

/*==================================================
POINTS
==================================================*/

.td_philosophy_points{

  margin-top:40px;

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:18px;

}

/* ITEM */

.td_philosophy_point{

  display:flex;

  align-items:center;

  gap:14px;

  padding:18px 20px;

  border-radius:18px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .3s ease;

}

.td_philosophy_point:hover{

  transform:translateY(-4px);

  box-shadow:0 15px 40px rgba(0,0,0,0.05);

}

/* ICON */

.td_philosophy_point_icon{

  width:42px;
  height:42px;

  min-width:42px;

  border-radius:50%;

  background:#890c25;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:14px;

}

/* TEXT */

.td_philosophy_point span:last-child{

  font-weight:600;

  color:#051435;

  line-height:1.7;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_philosophy_content{
    padding-left:20px;
  }

}

@media screen and (max-width:991px){

  .td_philosophy_content{
    padding-left:0;
  }

  .td_philosophy_quote{

    right:20px;

  }

}

@media screen and (max-width:767px){

  .td_philosophy_img,
  .td_philosophy_img img{

    border-radius:20px;

  }

  .td_philosophy_quote{

    position:relative;

    right:auto;
    bottom:auto;

    max-width:100%;

    margin-top:20px;

    border-radius:20px;

    padding:24px;

  }

  .td_philosophy_quote p{

    font-size:16px;

    line-height:1.8;

  }

  .td_philosophy_points{

    grid-template-columns:1fr;

    gap:14px;

  }

  .td_philosophy_point{

    padding:16px 18px;

    border-radius:16px;

  }

  .td_philosophy_text p{

    font-size:15px;

    line-height:1.9;

  }

}


/*==================================================
FUTURE VISION SECTION
==================================================*/

.td_future_vision_section{
  position:relative;
}

/*==================================================
WRAP
==================================================*/

.td_future_vision_wrap{

  position:relative;

  padding:70px;

  border-radius:40px;

  background:#051435;

  overflow:hidden;

}

/* BG SHAPE */

.td_future_vision_wrap::before{

  content:"";

  position:absolute;

  width:500px;
  height:500px;

  border-radius:50%;

  background:rgba(255,255,255,0.03);

  top:-250px;
  right:-180px;

}

/*==================================================
CONTENT
==================================================*/

.td_future_vision_content{
  position:relative;
  z-index:2;
}

/* TITLE */

.td_future_vision_content .td_section_title{
  color:#fff;
}

/* TEXT */

.td_future_vision_text p{

  color:rgba(255,255,255,0.75);

  font-size:17px;

  line-height:2;

  margin-bottom:24px;

}

/*==================================================
GOALS
==================================================*/

.td_future_goal_wrap{

  margin-top:40px;

  display:flex;

  flex-direction:column;

  gap:20px;

}

/* ITEM */

.td_future_goal{

  display:flex;

  gap:20px;

  padding:22px 24px;

  border-radius:22px;

  background:rgba(255,255,255,0.05);

  border:1px solid rgba(255,255,255,0.06);

  transition:all .3s ease;

}

.td_future_goal:hover{

  transform:translateY(-4px);

  background:rgba(255,255,255,0.08);

}

/* ICON */

.td_future_goal_icon{

  width:68px;
  height:68px;

  min-width:68px;

  border-radius:18px;

  background:#FDC72F;

  color:#051435;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:26px;

}

/* TEXT */

.td_future_goal h3{

  font-size:24px;

  color:#fff;

  margin-bottom:10px;

}

.td_future_goal p{

  margin:0;

  color:rgba(255,255,255,0.72);

  line-height:1.8;

}

/*==================================================
IMAGE
==================================================*/

.td_future_vision_img_wrap{
  position:relative;
}

.td_future_vision_img{

  overflow:hidden;

  border-radius:32px;

}

.td_future_vision_img img{

  width:100%;

  display:block;

  border-radius:32px;

}

/*==================================================
FLOAT CARD
==================================================*/

.td_future_vision_card{

  position:absolute;

  right:-30px;
  bottom:40px;

  background:#890c25;

  padding:32px;

  border-radius:28px;

  box-shadow:0 20px 50px rgba(0,0,0,0.25);

}

/* YEAR */

.td_future_vision_year{

  display:inline-block;

  padding:8px 16px;

  border-radius:50px;

  background:rgba(255,255,255,0.12);

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  margin-bottom:18px;

}

/* TITLE */

.td_future_vision_card h3{

  color:#fff;

  font-size:34px;

  line-height:1.4;

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_future_vision_wrap{

    padding:50px;

  }

}

@media screen and (max-width:991px){

  .td_future_vision_card{

    left:20px;

  }

}

@media screen and (max-width:767px){

  .td_future_vision_wrap{

    padding:28px;

    border-radius:24px;

  }

  .td_future_goal{

    padding:18px;

    border-radius:18px;

  }

  .td_future_goal_icon{

    width:56px;
    height:56px;

    min-width:56px;

    border-radius:14px;

    font-size:22px;

  }

  .td_future_goal h3{

    font-size:20px;

  }

  .td_future_vision_img,
  .td_future_vision_img img{

    border-radius:20px;

  }

  .td_future_vision_card{

    position:relative;

    left:auto;
    bottom:auto;

    margin-top:20px;

    border-radius:20px;

    padding:24px;

  }

  .td_future_vision_card h3{

    font-size:26px;

  }

  .td_future_vision_text p{

    font-size:15px;

    line-height:1.9;

  }

}

.td_secondary_color{
  color:var(--secondary-color);
}


/*==================================================
MANAGEMENT SECTION
==================================================*/

/*==================================================
INTRO
==================================================*/



.td_management_reg{

  display:inline-block;

  color: var(--secondary-color);

  font-weight:600;

  margin-bottom:24px;

}

.td_management_intro_content p{

  font-size:17px;

  line-height:2;

  color:#5b6475;

  margin-bottom:20px;

}

/*==================================================
INTRO CARD
==================================================*/

.td_management_intro_card{

  height:100%;

  padding:45px 35px;

  border-radius:30px;

  background:#890c25;

  color:#fff;

}

.td_management_intro_icon{

  width:80px;
  height:80px;

  border-radius:22px;

  background:rgba(255,255,255,0.12);

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:32px;

  color:#FDC72F;

  margin-bottom:28px;

}

.td_management_intro_card h3{

  color:#fff;

  font-size:30px;

  margin-bottom:18px;

}

.td_management_intro_card p{

  color:rgba(255,255,255,0.78);

  line-height:1.9;

  margin:0;

}

/*==================================================
BOX
==================================================*/



.td_mt_80{
  margin-top:80px;
}

/*==================================================
CARD
==================================================*/

.td_management_card{

  padding:28px 26px;

  border-radius:24px;

  background:#f8fafc;

  border:1px solid #edf2f7;

  transition:all .3s ease;

}

.td_management_card:hover{

  transform:translateY(-5px);

  background:#890c25;

}

.td_management_card:hover h3,
.td_management_card:hover span{

  color:#fff;

}

.td_management_card h3{

  font-size:20px;

  margin-bottom:10px;

  transition:all .3s ease;

}

.td_management_card span{

  color:#890c25;

  font-weight:600;

  transition:all .3s ease;

}

/*==================================================
STAFF GRID
==================================================*/

.td_staff_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:18px;

}

/* ITEM */

.td_staff_grid span{

  padding:18px 22px;

  border-radius:18px;

  background:#f8fafc;

  border:1px solid #edf2f7;

  font-weight:500;

  color:#051435;

  transition:all .3s ease;

}

.td_staff_grid span:hover{

  background:#890c25;

  color:#fff;

  transform:translateY(-3px);

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_management_intro,
  .td_management_box{

    padding:40px;

    border-radius:28px;

  }

  .td_staff_grid{

    grid-template-columns:repeat(2,1fr);

  }

}

@media screen and (max-width:767px){

  .td_management_intro,
  .td_management_box{

    padding:26px;

    border-radius:22px;

  }

  .td_management_intro_content h3{

    font-size:30px;

  }

  .td_management_intro_content p{

    font-size:15px;

    line-height:1.9;

  }

  .td_management_intro_card{

    padding:30px 24px;

    border-radius:20px;

  }

  .td_management_intro_card h3{

    font-size:24px;

  }

  .td_management_box{

    margin-top:50px;

  }

  .td_management_card{

    padding:22px 20px;

    border-radius:18px;

  }

  .td_management_card h3{

    font-size:20px;

  }

  .td_staff_grid{

    grid-template-columns:1fr;

    gap:14px;

  }

  .td_staff_grid span{

    padding:16px 18px;

    border-radius:16px;

  }

}


/*==================================================
TEAM SECTION
==================================================*/

.td_team_section{
  position:relative;
}

/*==================================================
INTRO
==================================================*/

.td_team_intro{

  padding:70px;

  border-radius:40px;

  background:#051435;

  overflow:hidden;

  position:relative;

  margin-bottom:80px;

}

.td_team_intro::before{

  content:"";

  position:absolute;

  width:500px;
  height:500px;

  border-radius:50%;

  background:rgba(255,255,255,0.03);

  top:-220px;
  right:-180px;

}

/* CONTENT */

.td_team_intro_content{
  position:relative;
  z-index:2;
}

.td_team_intro_label{

  display:inline-block;

  padding:10px 18px;

  border-radius:50px;

  background:rgba(255,255,255,0.08);

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  margin-bottom:22px;

}

.td_team_intro_content h2{

  font-size:42px;

  color:#fff;

  line-height:1.2;

  margin-bottom:26px;

}

.td_team_intro_content p{

  color:rgba(255,255,255,0.75);

  font-size:17px;

  line-height:2;

  margin-bottom:20px;

}

/*==================================================
STATS
==================================================*/

.td_team_intro_stats{

  display:flex;

  flex-direction:column;

  gap:20px;

  position:relative;

  z-index:2;

}

.td_team_stat{

  padding:28px 30px;

  border-radius:26px;

  background:rgba(255,255,255,0.06);

  border:1px solid rgba(255,255,255,0.06);

}

.td_team_stat h3{

  font-size:48px;

  color:#FDC72F;

  margin-bottom:10px;

}

.td_team_stat span{

  color:#fff;

  line-height:1.8;

}

/*==================================================
BLOCK
==================================================*/

.td_team_block{

  margin-bottom:80px;

}

.td_team_block:last-child{
  margin-bottom:0;
}

/*==================================================
GRID
==================================================*/

.td_team_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:24px;

}

/*==================================================
CARD
==================================================*/

.td_team_card{

  position:relative;

  padding:38px 34px;

  border-radius:30px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .35s ease;

  overflow:hidden;

}

.td_team_card:hover{

  transform:translateY(-6px);

  box-shadow:0 22px 55px rgba(0,0,0,0.06);

}

/* NUMBER */

.td_team_card_number{

  position:absolute;

  top:24px;
  right:28px;

  font-size:60px;

  font-weight:800;

  line-height:1;

  color:rgba(137,12,37,0.08);

}

/* TEXT */

.td_team_card h3{

  font-size:24px;

  line-height:1.4;

  margin-bottom:14px;

}

.td_team_card span{

  color:#890c25;

  font-weight:600;

}

/*==================================================
STAFF
==================================================*/

.td_team_staff_wrap{

  display:flex;

  flex-wrap:wrap;

  gap:18px;

}

/* ITEM */

.td_team_staff_item{

  padding:18px 24px;

  border-radius:18px;

  background:#fff;

  border:1px solid #edf2f7;

  font-weight:500;

  color:#051435;

  transition:all .3s ease;

}

.td_team_staff_item:hover{

  background:#890c25;

  color:#fff;

  transform:translateY(-4px);

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:1199px){

  .td_team_grid{

    grid-template-columns:repeat(2,1fr);

  }

}

@media screen and (max-width:991px){

  .td_team_intro{

    padding:45px;

    border-radius:30px;

  }

  .td_team_intro_content h2{

    font-size:40px;

  }

}

@media screen and (max-width:767px){

  .td_team_intro{

    padding:28px;

    border-radius:22px;

    margin-bottom:50px;

  }

  .td_team_intro_content h2{

    font-size:30px;

  }

  .td_team_intro_content p{

    font-size:15px;

    line-height:1.9;

  }

  .td_team_stat{

    padding:22px;

    border-radius:18px;

  }

  .td_team_stat h3{

    font-size:34px;

  }

  .td_team_grid{

    grid-template-columns:1fr;

    gap:18px;

  }

  .td_team_card{

    padding:28px 24px;

    border-radius:22px;

  }

  .td_team_card h3{

    font-size:24px;

  }

  .td_team_card_number{

    font-size:42px;

  }

  .td_team_staff_wrap{

    gap:12px;

  }

  .td_team_staff_item{

    width:100%;

    padding:16px 18px;

    border-radius:14px;

  }

}


.td_team_block_head {
  margin-bottom: 26px;
}

.td_management_box_head {
  margin-bottom: 26px;
}

/*==================================================
CURRICULUM SECTION
==================================================*/

.td_curriculum_section{
  position:relative;
}

/*==================================================
CARD
==================================================*/

.td_curriculum_card{

  height:100%;

  padding:50px 42px;

  border-radius:36px;

  background:#fff;

  border:1px solid #edf2f7;

  box-shadow:0 20px 60px rgba(0,0,0,0.04);

  position:relative;

  overflow:hidden;

}

/* DARK CARD */

.td_curriculum_card_dark{

  background:#051435;

  border-color:transparent;

}

.td_curriculum_card_dark .td_curriculum_title,
.td_curriculum_card_dark .td_curriculum_text p,
.td_curriculum_card_dark .td_curriculum_feature_wrap span{

  color:#fff;

}

.td_curriculum_card_dark .td_curriculum_text p{

  color:rgba(255,255,255,0.75);

}

/*==================================================
ICON
==================================================*/

.td_curriculum_icon{

  width:90px;
  height:90px;

  border-radius:24px;

  background:#890c25;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:36px;

  margin-bottom:30px;

}

.td_curriculum_card_dark .td_curriculum_icon{

  background:#FDC72F;

  color:#051435;

}

/*==================================================
TITLE
==================================================*/

.td_curriculum_title{

  font-size:38px;

  margin-bottom:28px;

  line-height:1.3;

}

/*==================================================
TEXT
==================================================*/

.td_curriculum_text p{

  font-size:16px;

  line-height:2;

  color:#5b6475;

  margin-bottom:22px;

}

/*==================================================
FEATURES
==================================================*/

.td_curriculum_feature_wrap{

  display:flex;

  flex-wrap:wrap;

  gap:16px;

  margin-top:35px;

}

/* ITEM */

.td_curriculum_feature_wrap span{

  display:flex;

  align-items:center;

  gap:10px;

  padding:14px 18px;

  border-radius:14px;

  background:#f8fafc;

  font-weight:600;

  color:#051435;

}

.td_curriculum_card_dark .td_curriculum_feature_wrap span{

  background:rgba(255,255,255,0.08);

}

/* ICON */

.td_curriculum_feature_wrap i{

  color:#890c25;

}

.td_curriculum_card_dark .td_curriculum_feature_wrap i{

  color:#FDC72F;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_curriculum_card{

    padding:40px 30px;

    border-radius:28px;

  }

}

@media screen and (max-width:767px){

  .td_curriculum_card{

    padding:28px 22px;

    border-radius:22px;

  }

  .td_curriculum_icon{

    width:70px;
    height:70px;

    border-radius:18px;

    font-size:28px;

    margin-bottom:24px;

  }

  .td_curriculum_title{

    font-size:28px;

  }

  .td_curriculum_text p{

    font-size:15px;

    line-height:1.9;

  }

  .td_curriculum_feature_wrap{

    gap:12px;

  }

  .td_curriculum_feature_wrap span{

    width:100%;

    padding:13px 16px;

    border-radius:12px;

    font-size:14px;

  }

}


/*==================================================
ACADEMICS SECTION
==================================================*/

.td_academics_section{
  position:relative;
}

/*==================================================
TOP WRAP
==================================================*/

.td_academics_top_wrap{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:24px;

  margin-bottom:40px;

}

/* ITEM */

.td_academics_top_item{

  display:flex;

  gap:18px;

  padding:30px;

  border-radius:28px;

  background:#fff;

  border:1px solid #edf2f7;

  box-shadow:0 18px 45px rgba(0,0,0,0.04);

}

/* ICON */

.td_academics_icon{

  width:68px;
  height:68px;

  min-width:68px;

  border-radius:20px;

  background:#890c25;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:26px;

}

/* TEXT */

.td_academics_top_item h3{

  font-size:24px;

  margin-bottom:8px;

}

.td_academics_top_item p{

  margin:0;

  color:#5b6475;

  line-height:1.8;

}

/*==================================================
BOX
==================================================*/

.td_academics_box{

  height:100%;

  padding:38px;

  border-radius:32px;

  background:#fff;

  border:1px solid #edf2f7;

  box-shadow:0 18px 45px rgba(0,0,0,0.04);

}

/* DARK */

.td_academics_box_dark{

  background:#051435;

  border-color:transparent;

}

.td_academics_box_dark .td_academic_subject{

  background:rgba(255,255,255,0.08);

  color:#fff;

}

/*==================================================
HEAD
==================================================*/

.td_academics_box_head{

  margin-bottom:30px;

}

.td_academics_box_head span{

  display:inline-block;

  padding:10px 18px;

  border-radius:50px;

  background:#890c25;

  color:#fff;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

}

/*==================================================
SUBJECTS
==================================================*/

.td_academics_subjects{

  display:flex;

  flex-wrap:wrap;

  gap:16px;

}

/* ITEM */

.td_academic_subject{

  padding:14px 20px;

  border-radius:14px;

  background:#f8fafc;

  font-weight:600;

  color:#051435;

}

/*==================================================
OTHER
==================================================*/

.td_academics_other{

  margin-top:40px;

  padding:50px;

  border-radius:36px;

  background:#890c25;

}

/* TITLE */

.td_academics_other_title p{

  color:#FDC72F;

}

.td_academics_other_title h2{

  color:#fff;

  font-size:42px;

  line-height:1.3;

  margin:0;

}

/* WRAP */

.td_academics_other_wrap{

  display:flex;

  flex-wrap:wrap;

  gap:16px;

}

/* ITEM */

.td_academics_other_wrap span{

  padding:14px 18px;

  border-radius:14px;

  background:rgba(255,255,255,0.10);

  color:#fff;

  font-weight:500;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_academics_top_wrap{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_academics_top_item{

    padding:22px;

    border-radius:20px;

  }

  .td_academics_icon{

    width:54px;
    height:54px;

    min-width:54px;

    border-radius:14px;

    font-size:20px;

  }

  .td_academics_top_item h3{

    font-size:20px;

  }

  .td_academics_box{

    padding:24px;

    border-radius:22px;

  }

  .td_academic_subject{

    width:100%;

  }

  .td_academics_other{

    padding:28px;

    border-radius:24px;

  }

  .td_academics_other_title h2{

    font-size:28px;

  }

  .td_academics_other_wrap span{

    width:100%;

  }

}

/*==================================================
PROGRAM SECTION
==================================================*/

.td_program_section{
  position:relative;
}

/*==================================================
BOX
==================================================*/

.td_program_box{

  position:relative;

  height:100%;

  padding:40px;

  border-radius:34px;

  background:#fff;

  border:1px solid #edf2f7;

  overflow:hidden;

  transition:all .35s ease;

}

/* HOVER */

.td_program_box:hover{

  transform:translateY(-8px);

  box-shadow:0 25px 60px rgba(0,0,0,0.06);

}

/* DARK */

.td_program_box_dark{

  background:#890c25;

  border-color:transparent;

}

.td_program_box_dark h3,
.td_program_box_dark p,
.td_program_box_dark .td_program_serial{

  color:#fff;

}

.td_program_box_dark .td_program_label{

  background:rgba(255,255,255,0.12);

  color:#FDC72F;

}

/* STYLE 2 */

.td_program_box_style_2{

  background:#051435;

  border-color:transparent;

}

.td_program_box_style_2 h3,
.td_program_box_style_2 p,
.td_program_box_style_2 .td_program_serial{

  color:#fff;

}

.td_program_box_style_2 .td_program_label{

  background:rgba(255,255,255,0.10);

  color:#FDC72F;

}

/*==================================================
TOP
==================================================*/

.td_program_top{

  display:flex;

  align-items:center;

  justify-content:space-between;

  margin-bottom:35px;

}

/* SERIAL */

.td_program_serial{

  font-size:64px;

  font-weight:800;

  line-height:1;

  color:rgba(137,12,37,0.10);

}

/* ICON */

.td_program_icon{

  width:88px;
  height:88px;

  border-radius:26px;

  background:#f8fafc;

  color:#890c25;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:34px;

}

.td_program_box_dark .td_program_icon,
.td_program_box_style_2 .td_program_icon{

  background:#FDC72F;

  color:#051435;

}

/*==================================================
CONTENT
==================================================*/

.td_program_label{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  padding:10px 18px;

  border-radius:50px;

  background:#f8fafc;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

  margin-bottom:20px;

}

/* TITLE */

.td_program_content h3{

  font-size:36px;

  line-height:1.3;

  margin-bottom:22px;

}

/* TEXT */

.td_program_content p{

  font-size:17px;

  line-height:2;

  /* color:#5b6475; */

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_program_box{

    padding:32px;

    border-radius:26px;

  }

}

@media screen and (max-width:767px){

  .td_program_box{

    padding:24px;

    border-radius:20px;

  }

  .td_program_top{

    margin-bottom:24px;

  }

  .td_program_serial{

    font-size:42px;

  }

  .td_program_icon{

    width:64px;
    height:64px;

    border-radius:18px;

    font-size:24px;

  }

  .td_program_content h3{

    font-size:26px;

  }

  .td_program_content p{

    font-size:15px;

    line-height:1.9;

  }

}

/*==================================================
STUDY METHODOLOGY
==================================================*/

.td_study_methodology{
  position:relative;
}

/*==================================================
TOP
==================================================*/

.td_study_top{

  display:flex;

  align-items:flex-end;

  justify-content:space-between;

  gap:40px;

  margin-bottom:70px;

}

/* LEFT */

.td_study_heading{
  max-width:620px;
}

/* RIGHT */

.td_study_intro{

  max-width:420px;

}

.td_study_intro p{

  font-size:17px;

  line-height:2;

  color:#5b6475;

  margin:0;

}

/*==================================================
TIMELINE
==================================================*/

.td_study_timeline{

  position:relative;

  display:flex;

  flex-direction:column;

  gap:34px;

}

/* LINE */

.td_study_line{

  position:absolute;

  left:40px;
  top:0;
  bottom:0;

  width:2px;

  background:linear-gradient(
    to bottom,
    #890c25 0%,
    rgba(137,12,37,0.10) 100%
  );

}

/*==================================================
ITEM
==================================================*/

.td_study_item{

  position:relative;

  display:flex;

  align-items:flex-start;

  gap:34px;

}

/*==================================================
CIRCLE
==================================================*/

.td_study_circle{

  position:relative;

  z-index:2;

  width:82px;
  height:82px;

  min-width:82px;

  border-radius:50%;

  background:#890c25;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:28px;

  box-shadow:0 15px 40px rgba(137,12,37,0.22);

}

/*==================================================
CARD
==================================================*/

.td_study_card{

  flex:1;

  padding:34px;

  border-radius:28px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .35s ease;

}

.td_study_card:hover{

  transform:translateX(10px);

  box-shadow:0 20px 50px rgba(0,0,0,0.05);

}

/* STEP */

.td_study_step{

  display:inline-block;

  margin-bottom:16px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  letter-spacing:2px;

}

/* TITLE */

.td_study_card h3{

  font-size:32px;

  margin-bottom:18px;

}

/* TEXT */

.td_study_card p{

  font-size:16px;

  line-height:2;

  color:#5b6475;

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_study_top{

    flex-direction:column;

    align-items:flex-start;

    margin-bottom:50px;

  }

}

@media screen and (max-width:767px){

  .td_study_line{

    left:28px;

  }

  .td_study_item{

    gap:18px;

  }

  .td_study_circle{

    width:56px;
    height:56px;

    min-width:56px;

    font-size:20px;

  }

  .td_study_card{

    padding:22px;

    border-radius:18px;

  }

  .td_study_card h3{

    font-size:22px;

  }

  .td_study_card p{

    font-size:15px;

    line-height:1.9;

  }

  .td_study_intro p{

    font-size:15px;

    line-height:1.9;

  }

}

/*==================================================
ACADEMIC SCHEDULE
==================================================*/

.td_schedule_section{
  position:relative;
}

/*==================================================
HEADING
==================================================*/

.td_schedule_heading_wrap{

  display:grid;

  grid-template-columns:1.2fr .8fr;

  gap:60px;

  align-items:end;

  margin-bottom:70px;

}

/* TEXT */

.td_schedule_text p{

  font-size:17px;

  line-height:2;

  color:#5b6475;

  margin:0;

}

/*==================================================
WRAP
==================================================*/

.td_schedule_wrap{

  display:flex;

  flex-direction:column;

  gap:24px;

}

/*==================================================
ITEM
==================================================*/

.td_schedule_item{

  display:grid;

  grid-template-columns:220px 1fr;

  align-items:center;

  border-radius:30px;

  overflow:hidden;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .35s ease;

}

.td_schedule_item:hover{

  transform:translateX(10px);

  box-shadow:0 22px 55px rgba(0,0,0,0.05);

}

/*==================================================
TIME
==================================================*/

.td_schedule_time{

  height:100%;

  background:#890c25;

  color:#fff;

  display:flex;

  align-items:center;

  justify-content:center;

  font-size:34px;

  font-weight:700;

  padding:35px 20px;

}

/*==================================================
CONTENT
==================================================*/

.td_schedule_content{

  padding:32px 36px;

}

/* TITLE */

.td_schedule_content h3{

  font-size:30px;

  margin-bottom:14px;

}

/* TEXT */

.td_schedule_content p{

  font-size:16px;

  line-height:1.9;

  color:#5b6475;

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_schedule_heading_wrap{

    grid-template-columns:1fr;

    gap:25px;

    margin-bottom:50px;

  }

}

@media screen and (max-width:767px){

  .td_schedule_item{

    grid-template-columns:1fr;

    border-radius:20px;

  }

  .td_schedule_time{

    font-size:24px;

    padding:18px;

  }

  .td_schedule_content{

    padding:22px;

  }

  .td_schedule_content h3{

    font-size:22px;

  }

  .td_schedule_content p{

    font-size:15px;

    line-height:1.9;

  }

  .td_schedule_text p{

    font-size:15px;

    line-height:1.9;

  }

}

/*==================================================
NEET HERO
==================================================*/

.td_neet_hero{

  position:relative;

  padding:220px 0 140px;

  overflow:hidden;

}

/*==================================================
BACKGROUND
==================================================*/

.td_neet_hero_bg{

  position:absolute;

  inset:0;

}

.td_neet_hero_bg img{

  width:100%;
  height:100%;

  object-fit:cover;

}

/* OVERLAY */

.td_neet_hero_overlay{

  position:absolute;

  inset:0;

  background:
    linear-gradient(
      90deg,
      rgba(5,20,53,0.92) 0%,
      rgba(5,20,53,0.78) 45%,
      rgba(5,20,53,0.35) 100%
    );

}

/* SHAPE */

.td_neet_hero_shape{

  position:absolute;

  width:600px;
  height:600px;

  border-radius:50%;

  background:rgba(255,255,255,0.04);

  top:-220px;
  right:-180px;

}

/*==================================================
CONTENT
==================================================*/

.td_neet_hero_content{

  position:relative;

  z-index:2;

}

/* SUBTITLE */

.td_neet_hero_subtitle{

  color:#FDC72F;

  font-size:18px;

  font-weight:700;

  letter-spacing:2px;

  text-transform:uppercase;

  margin-bottom:18px;

}

/* TITLE */

.td_neet_hero_title{

  font-size:78px;

  line-height:1.05;

  color:#fff;

  margin-bottom:28px;

}

/* TEXT */

.td_neet_hero_text{

  max-width:650px;

  font-size:18px;

  line-height:2;

  color:rgba(255,255,255,0.78);

  margin-bottom:35px;

}

/*==================================================
TAGS
==================================================*/

.td_neet_hero_tags{

  display:flex;

  flex-wrap:wrap;

  gap:14px;

  margin-bottom:38px;

}

.td_neet_hero_tags span{

  padding:12px 18px;

  border-radius:50px;

  background:rgba(255,255,255,0.10);

  backdrop-filter:blur(8px);

  color:#fff;

  font-weight:500;

}

/*==================================================
BUTTONS
==================================================*/

.td_neet_hero_btns{

  display:flex;

  align-items:center;

  gap:18px;

  flex-wrap:wrap;

}

/* OUTLINE BUTTON */

.td_neet_outline_btn{

  height:56px;

  padding:0 28px;

  border-radius:14px;

  border:1px solid rgba(255,255,255,0.18);

  display:inline-flex;

  align-items:center;

  justify-content:center;

  color:#fff;

  font-weight:600;

  transition:all .3s ease;

}

.td_neet_outline_btn:hover{

  background:#fff;

  color:#051435;

}

/*==================================================
STATS
==================================================*/

.td_neet_stats_wrap{

  position:relative;

  z-index:2;

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:24px;

}

/* CARD */

.td_neet_stat_card{

  padding:34px 28px;

  border-radius:30px;

  background:rgba(255,255,255,0.10);

  backdrop-filter:blur(10px);

  border:1px solid rgba(255,255,255,0.08);

}

/* DARK */

.td_neet_stat_card_dark{

  background:#890c25;

}

/* GOLD */

.td_neet_stat_card_gold{

  background:#FDC72F;

}

.td_neet_stat_card_gold h3,
.td_neet_stat_card_gold p{

  color:#051435;

}

/* TEXT */

.td_neet_stat_card h3{

  font-size:54px;

  line-height:1;

  color:#fff;

  margin-bottom:16px;

}

.td_neet_stat_card p{

  color:rgba(255,255,255,0.80);

  line-height:1.8;

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_neet_hero{

    padding:180px 0 100px;

  }

  .td_neet_hero_title{

    font-size:56px;

  }

}

@media screen and (max-width:767px){

  .td_neet_hero{

    padding:150px 0 80px;

  }

  .td_neet_hero_title{

    font-size:40px;

  }

  .td_neet_hero_text{

    font-size:15px;

    line-height:1.9;

  }

  .td_neet_hero_tags span{

    width:100%;

    justify-content:center;

  }

  .td_neet_stats_wrap{

    grid-template-columns:1fr;

    gap:16px;

  }

  .td_neet_stat_card{

    padding:24px;

    border-radius:20px;

  }

  .td_neet_stat_card h3{

    font-size:38px;

  }

}

/*==================================================
PROGRAM OVERVIEW
==================================================*/

.td_program_overview{
  position:relative;
}

/*==================================================
IMAGE AREA
==================================================*/

.td_program_overview_images{

  position:relative;

  padding-right:80px;
  padding-bottom:70px;

}

/* MAIN IMAGE */

.td_program_main_img{

  overflow:hidden;

  border-radius:36px;

}

.td_program_main_img img{

  width:100%;

  display:block;

  border-radius:36px;

}

/*==================================================
FLOATING CARD
==================================================*/

.td_program_floating_card{

  position:absolute;

  left:40px;
  bottom:0;

  display:flex;

  align-items:center;

  gap:18px;

  padding:24px 26px;

  border-radius:24px;

  background:#fff;

  box-shadow:0 20px 50px rgba(0,0,0,0.08);

}

/* ICON */

.td_program_floating_icon{

  width:68px;
  height:68px;

  border-radius:18px;

  background:#890c25;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:26px;

}

/* TEXT */

.td_program_floating_card h3{

  font-size:24px;

  margin-bottom:8px;

}

.td_program_floating_card p{

  margin:0;

  color:#5b6475;

}

/*==================================================
EXP BOX
==================================================*/

.td_program_exp_box{

  position:absolute;

  top:40px;
  right:0;

  width:220px;

  padding:34px 26px;

  border-radius:30px;

  background:#051435;

}

/* TEXT */

.td_program_exp_box h3{

  font-size:62px;

  line-height:1;

  color:#FDC72F;

  margin-bottom:16px;

}

.td_program_exp_box span{

  color:#fff;

  line-height:1.9;

}

/*==================================================
CONTENT
==================================================*/

.td_program_overview_content{
  padding-left:20px;
}

/* TEXT */

.td_program_overview_text{

  font-size:17px;

  line-height:2;

  color:#5b6475;

  margin-bottom:24px;

}

/*==================================================
HIGHLIGHTS
==================================================*/

.td_program_highlights{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:18px;

  margin-top:35px;

}

/* ITEM */

.td_program_highlight_item{

  display:flex;

  align-items:center;

  gap:14px;

  padding:20px 22px;

  border-radius:18px;

  background:#f8fafc;

  border:1px solid #edf2f7;

}

/* ICON */

.td_program_highlight_item i{

  color:#890c25;

  font-size:20px;

}

/* TEXT */

.td_program_highlight_item span{

  font-weight:600;

  color:#051435;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_program_overview_content{

    padding-left:0;

  }

}

@media screen and (max-width:767px){

  .td_program_overview_images{

    padding-right:0;
    padding-bottom:0;

  }

  .td_program_main_img,
  .td_program_main_img img{

    border-radius:22px;

  }

  .td_program_floating_card{

    position:relative;

    left:auto;
    bottom:auto;

    margin-top:20px;

    border-radius:18px;

    padding:18px;

  }

  .td_program_exp_box{

    position:relative;

    top:auto;
    right:auto;

    width:100%;

    margin-top:20px;

    border-radius:20px;

    padding:24px;

  }

  .td_program_exp_box h3{

    font-size:42px;

  }

  .td_program_overview_text{

    font-size:15px;

    line-height:1.9;

  }

  .td_program_highlights{

    grid-template-columns:1fr;

  }

  .td_program_highlight_item{

    padding:16px 18px;

    border-radius:14px;

  }

}




/*==================================================
COACHING PROCESS
==================================================*/

.td_coaching_process{
  position:relative;
}

/*==================================================
HEAD
==================================================*/

.td_coaching_process_head{

  max-width:760px;

  margin:auto auto 80px;

}

/*==================================================
WRAP
==================================================*/

.td_coaching_process_wrap{

  position:relative;

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:80px 30px;

}

/* CONNECTOR */

.td_coaching_process_connector{

  position:absolute;

  top:50px;
  left:8%;
  right:8%;

  height:2px;

  background:
    repeating-linear-gradient(
      to right,
      #890c25 0 12px,
      transparent 12px 24px
    );

}

/*==================================================
ITEM
==================================================*/

.td_coaching_process_item{

  position:relative;

}

/* STAGGER EFFECT */

.td_coaching_process_item:nth-child(3),
.td_coaching_process_item:nth-child(5),
.td_coaching_process_item:nth-child(7){

  margin-top:70px;

}

/*==================================================
NUMBER
==================================================*/

.td_coaching_process_no{

  position:absolute;

  top:-28px;
  left:30px;

  width:58px;
  height:58px;

  border-radius:50%;

  background:#051435;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:18px;

  font-weight:700;

  z-index:3;

}

/*==================================================
CARD
==================================================*/

.td_coaching_process_card{

  height:100%;

  padding:70px 32px 34px;

  border-radius:30px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .35s ease;

}

.td_coaching_process_card:hover{

  transform:translateY(-10px);

  box-shadow:0 24px 60px rgba(0,0,0,0.06);

}

/* DARK */

.td_process_dark{

  background:#890c25;

  border-color:transparent;

}

.td_process_dark h3,
.td_process_dark p{

  color:#fff;

}

.td_process_dark .td_coaching_process_icon{

  background:#fff;

  color:#890c25;

}

/* GOLD */

.td_process_gold{

  background:#FDC72F;

  border-color:transparent;

}

.td_process_gold h3,
.td_process_gold p{

  color:#051435;

}

.td_process_gold .td_coaching_process_icon{

  background:#fff;

  color:#051435;

}

/*==================================================
ICON
==================================================*/

.td_coaching_process_icon{

  width:82px;
  height:82px;

  border-radius:24px;

  background:#f8fafc;

  color:#890c25;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:32px;

  margin-bottom:28px;

}

/*==================================================
TEXT
==================================================*/

.td_coaching_process_card h3{

  font-size:30px;

  line-height:1.4;

  margin-bottom:18px;

}

.td_coaching_process_card p{

  font-size:16px;

  line-height:1.9;

  /* color:#5b6475; */

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_coaching_process_wrap{

    grid-template-columns:1fr 1fr;

  }

  .td_coaching_process_connector{

    display:none;

  }

  .td_coaching_process_item:nth-child(3),
  .td_coaching_process_item:nth-child(5),
  .td_coaching_process_item:nth-child(7){

    margin-top:0;

  }

}

@media screen and (max-width:767px){

  .td_coaching_process_wrap{

    grid-template-columns:1fr;

    gap:24px;

  }

  .td_coaching_process_card{

    padding:60px 22px 22px;

    border-radius:20px;

  }

  .td_coaching_process_no{

    width:48px;
    height:48px;

    font-size:15px;

    top:-20px;

  }

  .td_coaching_process_icon{

    width:62px;
    height:62px;

    border-radius:18px;

    font-size:24px;

    margin-bottom:20px;

  }

  .td_coaching_process_card h3{

    font-size:24px;

  }

  .td_coaching_process_card p{

    font-size:15px;

    line-height:1.9;

  }

}


/*==================================================
STREAMS SECTION
==================================================*/

.td_streams_section{
  position:relative;
}

/*==================================================
HEADING
==================================================*/

.td_streams_heading{

  max-width:760px;

  margin:auto auto 70px;

}

/*==================================================
CARD
==================================================*/

.td_stream_card{

  position:relative;

  height:100%;

  padding:42px;

  border-radius:36px;

  overflow:hidden;

  transition:all .35s ease;

}

.td_stream_card:hover{

  transform:translateY(-10px);

}

/* PCB */

.td_stream_pcb{

  background:#890c25;

}

/* PCM */

.td_stream_pcm{

  background:#051435;

}

/*==================================================
TOP
==================================================*/

.td_stream_top{

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:20px;

  margin-bottom:40px;

}

/* ICON */

.td_stream_icon{

  width:88px;
  height:88px;

  border-radius:26px;

  background:rgba(255,255,255,0.12);

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:34px;

  backdrop-filter:blur(10px);

}

/* TAG */

.td_stream_tag{

  padding:12px 20px;

  border-radius:50px;

  background:rgba(255,255,255,0.10);

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

}

/*==================================================
TEXT
==================================================*/

.td_stream_card h2{

  font-size:42px;

  color:#fff;

  margin-bottom:12px;

}

.td_stream_subtitle{

  color:rgba(255,255,255,0.75);

  font-size:18px;

  margin-bottom:38px;

}

/*==================================================
FEATURES
==================================================*/

.td_stream_features{

  display:flex;

  flex-direction:column;

  gap:18px;

  margin-bottom:40px;

}

/* FEATURE */

.td_stream_feature{

  display:flex;

  align-items:center;

  gap:14px;

}

/* ICON */

.td_stream_feature i{

  width:32px;
  height:32px;

  border-radius:50%;

  background:#FDC72F;

  color:#051435;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:13px;

}

/* TEXT */

.td_stream_feature span{

  color:#fff;

  font-size:17px;

}

/*==================================================
CAREER
==================================================*/

.td_stream_career{

  padding-top:30px;

  border-top:1px solid rgba(255,255,255,0.10);

}

.td_stream_career h4{

  font-size:22px;

  color:#fff;

  margin-bottom:14px;

}

.td_stream_career p{

  color:rgba(255,255,255,0.75);

  line-height:1.9;

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:767px){

  .td_stream_card{

    padding:26px;

    border-radius:24px;

  }

  .td_stream_top{

    flex-direction:column;

    align-items:flex-start;

    margin-bottom:28px;

  }

  .td_stream_icon{

    width:64px;
    height:64px;

    border-radius:18px;

    font-size:24px;

  }

  .td_stream_card h2{

    font-size:38px;

  }

  .td_stream_subtitle{

    font-size:15px;

    margin-bottom:28px;

  }

  .td_stream_feature span{

    font-size:15px;

  }

  .td_stream_career h4{

    font-size:20px;

  }

  .td_stream_career p{

    font-size:15px;

    line-height:1.9;

  }

}


/*==================================================
DAILY LECTURE SYSTEM
==================================================*/

.td_daily_lecture_system{
  position:relative;
}

/*==================================================
HEADING
==================================================*/

.td_daily_heading_text p{

  font-size:17px;

  line-height:2;

  color:#5b6475;

  margin:0;

}

/*==================================================
WRAP
==================================================*/

.td_daily_schedule_wrap{

  display:flex;

  flex-direction:column;

  gap:28px;

}

/*==================================================
ITEM
==================================================*/

.td_daily_schedule_item{

  display:grid;

  grid-template-columns:180px 1fr;

  gap:28px;

  align-items:center;

}

/*==================================================
TIME
==================================================*/

.td_daily_schedule_time{

  font-size:28px;

  font-weight:700;

  color:#890c25;

  text-align:center;

  position:relative;

}

/* DOT */

.td_daily_schedule_time::after{

  content:"";

  width:14px;
  height:14px;

  border-radius:50%;

  background:#890c25;

  position:absolute;

  right:-35px;
  top:50%;

  transform:translateY(-50%);

}

/*==================================================
CARD
==================================================*/

.td_daily_schedule_card{

  display:flex;

  align-items:center;

  gap:24px;

  padding:30px;

  border-radius:28px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .35s ease;

}

.td_daily_schedule_card:hover{

  transform:translateX(10px);

  box-shadow:0 24px 60px rgba(0,0,0,0.05);

}

/* DARK */

.td_schedule_dark{

  background:#890c25;

  border-color:transparent;

}

.td_schedule_dark h3,
.td_schedule_dark p{

  color:#fff;

}

/* GOLD */

.td_schedule_gold{

  background:#FDC72F;

  border-color:transparent;

}

.td_schedule_gold h3,
.td_schedule_gold p{

  color:#051435;

}

/*==================================================
ICON
==================================================*/

.td_daily_schedule_icon{

  width:82px;
  height:82px;

  min-width:82px;

  border-radius:24px;

  background:#f8fafc;

  color:#890c25;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:30px;

}

.td_schedule_dark .td_daily_schedule_icon{

  background:#fff;

  color:#890c25;

}

.td_schedule_gold .td_daily_schedule_icon{

  background:#fff;

  color:#051435;

}

/*==================================================
TEXT
==================================================*/

.td_daily_schedule_content h3{

  font-size:30px;

  margin-bottom:12px;

}

.td_daily_schedule_content p{

  font-size:16px;

  line-height:1.9;

  /* color:#5b6475; */

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_daily_schedule_item{

    grid-template-columns:1fr;

    gap:16px;

  }

  .td_daily_schedule_time{

    text-align:left;

    padding-left:20px;

  }

  .td_daily_schedule_time::after{

    left:0;
    right:auto;

  }

}

@media screen and (max-width:767px){

  .td_daily_heading_text p{

    font-size:15px;

    line-height:1.9;

  }

  .td_daily_schedule_time{

    font-size:22px;

  }

  .td_daily_schedule_card{

    flex-direction:column;

    align-items:flex-start;

    padding:22px;

    border-radius:20px;

  }

  .td_daily_schedule_icon{

    width:62px;
    height:62px;

    min-width:62px;

    border-radius:18px;

    font-size:24px;

  }

  .td_daily_schedule_content h3{

    font-size:24px;

  }

  .td_daily_schedule_content p{

    font-size:15px;

    line-height:1.9;

  }

}


/*==================================================
SELF STUDY SECTION
==================================================*/

.td_self_study_section{
  position:relative;
}

/*==================================================
CONTENT
==================================================*/

.td_self_study_text{

  font-size:17px;

  line-height:2;

  color:#5b6475;

  margin-bottom:40px;

}

/*==================================================
FEATURES
==================================================*/

.td_self_study_features{

  display:flex;

  flex-direction:column;

  gap:24px;

}

/* ITEM */

.td_self_study_feature{

  display:flex;

  align-items:flex-start;

  gap:20px;

}

/* ICON */

.td_self_study_feature_icon{

  width:70px;
  height:70px;

  min-width:70px;

  border-radius:20px;

  background:#890c25;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:24px;

}

/* TEXT */

.td_self_study_feature h3{

  font-size:26px;

  margin-bottom:10px;

}

.td_self_study_feature p{

  font-size:16px;

  line-height:1.9;

  color:#5b6475;

  margin:0;

}

/*==================================================
VISUAL
==================================================*/

.td_self_study_visual{

  position:relative;

  width:100%;
  height:620px;

}

/*==================================================
MAIN CIRCLE
==================================================*/

.td_self_study_circle{

  position:absolute;

  top:50%;
  left:50%;

  transform:translate(-50%,-50%);

  width:320px;
  height:320px;

  border-radius:50%;

  background:
    linear-gradient(
      135deg,
      #890c25 0%,
      #051435 100%
    );

  display:flex;
  align-items:center;
  justify-content:center;

  box-shadow:0 30px 70px rgba(0,0,0,0.12);

}

/* INNER */

.td_self_study_circle_inner{

  width:240px;
  height:240px;

  border-radius:50%;

  border:2px dashed rgba(255,255,255,0.20);

  display:flex;

  flex-direction:column;

  align-items:center;

  justify-content:center;

  text-align:center;

}

/* ICON */

.td_self_study_circle_inner i{

  font-size:48px;

  color:#FDC72F;

  margin-bottom:20px;

}

/* TEXT */

.td_self_study_circle_inner span{

  color:#fff;

  font-size:34px;

  font-weight:700;

  line-height:1.3;

}

/*==================================================
FLOATING CARDS
==================================================*/

.td_self_study_card{

  position:absolute;

  display:flex;

  align-items:center;

  gap:14px;

  padding:18px 22px;

  border-radius:20px;

  background:#fff;

  box-shadow:0 20px 50px rgba(0,0,0,0.08);

}

/* ICON */

.td_self_study_card i{

  width:42px;
  height:42px;

  border-radius:12px;

  background:#f8fafc;

  color:#890c25;

  display:flex;
  align-items:center;
  justify-content:center;

}

/* TEXT */

.td_self_study_card span{

  font-weight:600;

  color:#051435;

}

/* POSITIONS */

.td_self_study_card_1{

  top:40px;
  left:80px;

}

.td_self_study_card_2{

  top:100px;
  right:20px;

}

.td_self_study_card_3{

  bottom:80px;
  left:20px;

}

.td_self_study_card_4{

  bottom:40px;
  right:80px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_self_study_visual{

    margin-top:40px;

  }

}

@media screen and (max-width:767px){

  .td_self_study_text{

    font-size:15px;

    line-height:1.9;

  }

  .td_self_study_feature{

    gap:16px;

  }

  .td_self_study_feature_icon{

    width:56px;
    height:56px;

    min-width:56px;

    border-radius:16px;

    font-size:20px;

  }

  .td_self_study_feature h3{

    font-size:22px;

  }

  .td_self_study_feature p{

    font-size:15px;

    line-height:1.9;

  }

  .td_self_study_visual{

    height:500px;

  }

  .td_self_study_circle{

    width:220px;
    height:220px;

  }

  .td_self_study_circle_inner{

    width:170px;
    height:170px;

  }

  .td_self_study_circle_inner i{

    font-size:32px;

    margin-bottom:12px;

  }

  .td_self_study_circle_inner span{

    font-size:24px;

  }

  .td_self_study_card{

    padding:12px 14px;

    border-radius:14px;

  }

  .td_self_study_card span{

    font-size:13px;

  }

}

/*==================================================
SELF STUDY SCHEDULE
==================================================*/

.td_self_study_schedule{

  display:flex;

  flex-direction:column;

  gap:20px;

  margin-top:35px;

}

/* ITEM */

.td_self_study_schedule_item{

  display:flex;

  align-items:center;

  gap:24px;

  padding:22px 24px;

  border-radius:22px;

  background:#fff;

  border:1px solid #edf2f7;

  box-shadow:0 15px 40px rgba(0,0,0,0.04);

}

/* TIME */

.td_self_study_schedule_time{

  min-width:220px;

  padding:16px 20px;

  border-radius:16px;

  background:#890c25;

  color:#fff;

  text-align:center;

  font-size:20px;

  font-weight:700;

}

/* CONTENT */

.td_self_study_schedule_content h3{

  font-size:24px;

  margin-bottom:8px;

}

.td_self_study_schedule_content p{

  margin:0;

  font-size:15px;

  line-height:1.9;

  color:#5b6475;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:767px){

  .td_self_study_schedule_item{

    flex-direction:column;

    align-items:flex-start;

    gap:18px;

    padding:18px;

    border-radius:18px;

  }

  .td_self_study_schedule_time{

    min-width:100%;

    font-size:17px;

    border-radius:14px;

  }

  .td_self_study_schedule_content h3{

    font-size:20px;

  }

}


/*==================================================
MENTORSHIP SECTION
==================================================*/

.td_mentorship_section{
  position:relative;
}

/*==================================================
VISUAL
==================================================*/

.td_mentorship_visual{

  position:relative;

  padding-right:70px;
  padding-bottom:70px;

}

/* MAIN IMAGE */

.td_mentorship_main_img{

  overflow:hidden;

  border-radius:36px;

}

.td_mentorship_main_img img{

  width:100%;

  display:block;

  border-radius:36px;

}

/*==================================================
FLOAT CARD
==================================================*/

.td_mentorship_float_card{

  position:absolute;

  left:40px;
  bottom:0;

  display:flex;

  align-items:center;

  gap:18px;

  padding:22px 24px;

  border-radius:24px;

  background:#fff;

  box-shadow:0 20px 50px rgba(0,0,0,0.08);

}

/* ICON */

.td_mentorship_float_icon{

  width:64px;
  height:64px;

  border-radius:18px;

  background:#890c25;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:24px;

}

/* TEXT */

.td_mentorship_float_card h3{

  font-size:22px;

  margin-bottom:6px;

}

.td_mentorship_float_card p{

  margin:0;

  color:#5b6475;

}

/*==================================================
STAT BOX
==================================================*/

.td_mentorship_stat{

  position:absolute;

  top:40px;
  right:0;

  width:200px;

  padding:32px 24px;

  border-radius:28px;

  background:#051435;

}

/* TEXT */

.td_mentorship_stat h3{

  font-size:42px;

  line-height:1;

  color:#FDC72F;

  margin-bottom:16px;

}

.td_mentorship_stat span{

  color:#fff;

  line-height:1.8;

}

/*==================================================
CONTENT
==================================================*/

.td_mentorship_text{

  font-size:17px;

  line-height:2;

  color:#5b6475;

  margin-bottom:40px;

}

/*==================================================
FEATURES
==================================================*/

.td_mentorship_features{

  display:flex;

  flex-direction:column;

  gap:24px;

}

/* ITEM */

.td_mentorship_feature{

  display:flex;

  align-items:flex-start;

  gap:18px;

}

/* ICON */

.td_mentorship_feature_icon{

  width:66px;
  height:66px;

  min-width:66px;

  border-radius:18px;

  background:#f8fafc;

  color:#890c25;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:22px;

}

/* TEXT */

.td_mentorship_feature h3{

  font-size:26px;

  margin-bottom:10px;

}

.td_mentorship_feature p{

  margin:0;

  font-size:16px;

  line-height:1.9;

  color:#5b6475;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_mentorship_visual{

    padding-right:0;
    padding-bottom:0;

  }

}

@media screen and (max-width:767px){

  .td_mentorship_main_img,
  .td_mentorship_main_img img{

    border-radius:22px;

  }

  .td_mentorship_float_card{

    position:relative;

    left:auto;
    bottom:auto;

    margin-top:20px;

    padding:18px;

    border-radius:18px;

  }

  .td_mentorship_stat{

    position:relative;

    top:auto;
    right:auto;

    width:100%;

    margin-top:20px;

    border-radius:20px;

    padding:24px;

  }

  .td_mentorship_stat h3{

    font-size:42px;

  }

  .td_mentorship_text{

    font-size:15px;

    line-height:1.9;

  }

  .td_mentorship_feature{

    gap:14px;

  }

  .td_mentorship_feature_icon{

    width:56px;
    height:56px;

    min-width:56px;

    border-radius:16px;

    font-size:20px;

  }

  .td_mentorship_feature h3{

    font-size:22px;

  }

  .td_mentorship_feature p{

    font-size:15px;

    line-height:1.9;

  }

}


/*==================================================
EXAM PREPARATION SECTION
==================================================*/

.td_exam_preparation_section{

  position:relative;

  background:#051435;

  overflow:hidden;

}

/*==================================================
HEAD
==================================================*/

.td_exam_preparation_head{

  max-width:760px;

  margin:auto auto 70px;

}

.td_exam_preparation_head .td_section_subtitle_up{

  color:#FDC72F;

}

/*==================================================
GRID
==================================================*/

.td_exam_preparation_grid{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:30px;

}

/*==================================================
CARD
==================================================*/

.td_exam_preparation_card{

  position:relative;

  padding:38px;

  border-radius:32px;

  background:rgba(255,255,255,0.04);

  border:1px solid rgba(255,255,255,0.08);

  backdrop-filter:blur(10px);

  transition:all .35s ease;

}

.td_exam_preparation_card:hover{

  transform:translateY(-10px);

  background:rgba(255,255,255,0.06);

}

/* ACTIVE */

.td_exam_card_active{

  background:#890c25;

  border-color:transparent;

}

/*==================================================
TOP
==================================================*/

.td_exam_preparation_top{

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:20px;

  margin-bottom:30px;

}

/* ICON */

.td_exam_preparation_icon{

  width:78px;
  height:78px;

  border-radius:24px;

  background:rgba(255,255,255,0.10);

  color:#FDC72F;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:30px;

}

/* TAG */

.td_exam_preparation_top span{

  padding:10px 18px;

  border-radius:50px;

  background:rgba(255,255,255,0.08);

  color:#fff;

  font-size:13px;

  font-weight:700;

  letter-spacing:1px;

}

/*==================================================
TEXT
==================================================*/

.td_exam_preparation_card h3{

  font-size:34px;

  color:#fff;

  margin-bottom:18px;

}

.td_exam_preparation_card p{

  font-size:16px;

  line-height:1.9;

  color:rgba(255,255,255,0.72);

  margin-bottom:28px;

}

/*==================================================
LIST
==================================================*/

.td_exam_preparation_list{

  list-style:none;

  padding:0;

  margin:0;

  display:flex;

  flex-direction:column;

  gap:14px;

}

/* ITEM */

.td_exam_preparation_list li{

  position:relative;

  padding-left:28px;

  color:#fff;

  font-size:15px;

}

/* DOT */

.td_exam_preparation_list li::before{

  content:"";

  width:10px;
  height:10px;

  border-radius:50%;

  background:#FDC72F;

  position:absolute;

  left:0;
  top:8px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_exam_preparation_grid{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_exam_preparation_card{

    padding:24px;

    border-radius:22px;

  }

  .td_exam_preparation_top{

    flex-direction:column;

    align-items:flex-start;

    margin-bottom:24px;

  }

  .td_exam_preparation_icon{

    width:62px;
    height:62px;

    border-radius:18px;

    font-size:24px;

  }

  .td_exam_preparation_card h3{

    font-size:26px;

  }

  .td_exam_preparation_card p{

    font-size:15px;

    line-height:1.9;

  }

}


/*==================================================
RESULTS SECTION
==================================================*/

.td_results_section{
  position:relative;
}

/*==================================================
HEADING
==================================================*/

.td_results_heading{

  display:flex;

  justify-content:space-between;

  align-items:end;

  gap:50px;

  margin-bottom:70px;

}

.td_results_heading_left{

  max-width:650px;

}

.td_results_heading_right{

  max-width:420px;

}

.td_results_heading_right p{

  font-size:17px;

  line-height:2;

  color:#5b6475;

  margin:0;

}

/*==================================================
STAT CARD
==================================================*/

.td_results_stat_card{

  height:100%;

  padding:40px 30px;

  border-radius:28px;

  background:#fff;

  border:1px solid #edf2f7;

  text-align:center;

  transition:all .35s ease;

}

.td_results_stat_card:hover{

  transform:translateY(-10px);

  box-shadow:0 24px 60px rgba(0,0,0,0.05);

}

/* DARK */

.td_results_stat_dark{

  background:#890c25;

  border-color:transparent;

}

.td_results_stat_dark h3,
.td_results_stat_dark p{

  color:#fff;

}

/* GOLD */

.td_results_stat_gold{

  background:#FDC72F;

  border-color:transparent;

}

.td_results_stat_gold h3,
.td_results_stat_gold p{

  color:#051435;

}

/* TEXT */

.td_results_stat_card h3{

  font-size:42px;

  line-height:1;

  margin-bottom:18px;

  color:#051435;

}

.td_results_stat_card p{

  font-size:18px;

  line-height:1.8;

  /* color:#5b6475; */

  margin:0;

}

/*==================================================
TABLE WRAP
==================================================*/

.td_results_table_wrap{

  margin-top:70px;

  border-radius:32px;

  overflow:hidden;

  border:1px solid #edf2f7;

  background:#fff;

}

/* HEAD */

.td_results_table_head{

  padding:28px 34px;

  background:#051435;

}

.td_results_table_head h3{

  color:#fff;

  margin:0;

  font-size:30px;

}

/*==================================================
TABLE
==================================================*/

.td_results_table{

  width:100%;

  border-collapse:collapse;

}

/* HEAD */

.td_results_table thead{

  background:#f8fafc;

}

.td_results_table th{

  padding:22px 30px;

  font-size:16px;

  font-weight:700;

  color:#051435;

}

/* BODY */

.td_results_table td{

  padding:24px 30px;

  border-top:1px solid #edf2f7;

  color:#5b6475;

  font-size:15px;

}

/*==================================================
BADGE
==================================================*/

.td_result_badge{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  padding:10px 16px;

  border-radius:50px;

  background:#890c25;

  color:#fff;

  font-size:13px;

  font-weight:700;

  letter-spacing:.5px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_results_heading{

    flex-direction:column;

    align-items:flex-start;

  }

}

@media screen and (max-width:767px){

  .td_results_heading{

    margin-bottom:40px;

  }

  .td_results_heading_right p{

    font-size:15px;

    line-height:1.9;

  }

  .td_results_stat_card{

    padding:26px 20px;

    border-radius:20px;

  }

  .td_results_stat_card h3{

    font-size:38px;

  }

  .td_results_stat_card p{

    font-size:15px;

  }

  .td_results_table_wrap{

    margin-top:40px;

    border-radius:20px;

  }

  .td_results_table_head{

    padding:20px;

  }

  .td_results_table_head h3{

    font-size:24px;

  }

  .td_results_table th,
  .td_results_table td{

    padding:16px;

    font-size:14px;

  }

}


/*==================================================
SUCCESS STORIES SECTION
==================================================*/

.td_success_stories_section{
  position:relative;
}

/*==================================================
HEADING
==================================================*/

.td_success_heading{

  max-width:760px;

  margin:auto auto 70px;

}

/*==================================================
CARD
==================================================*/

.td_success_story_card{

  height:100%;

  padding:34px;

  border-radius:32px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .35s ease;

}

.td_success_story_card:hover{

  transform:translateY(-10px);

  box-shadow:0 24px 60px rgba(0,0,0,0.06);

}

/* ACTIVE */

.td_story_active{

  background:#890c25;

  border-color:transparent;

}

.td_story_active .td_success_story_info h3,
.td_story_active .td_success_story_info span,
.td_story_active .td_success_story_text,
.td_story_active .td_success_story_result h4,
.td_story_active .td_success_story_result p,
.td_story_active .td_success_story_result span{

  color:#fff;

}

/*==================================================
TOP
==================================================*/

.td_success_story_top{

  display:flex;

  align-items:center;

  gap:18px;

  margin-bottom:28px;

}

/* IMAGE */

.td_success_story_img{

  width:88px;
  height:88px;

  border-radius:24px;

  overflow:hidden;

}

.td_success_story_img img{

  width:100%;
  height:100%;

  object-fit:cover;

}

/* INFO */

.td_success_story_info h3{

  font-size:26px;

  margin-bottom:8px;

}

.td_success_story_info span{

  color:#890c25;

  font-weight:600;

}

/*==================================================
TEXT
==================================================*/

.td_success_story_text{

  font-size:16px;

  line-height:2;

  color:#5b6475;

  margin-bottom:32px;

}

/*==================================================
RESULT
==================================================*/

.td_success_story_result{

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:20px;

  padding-top:24px;

  border-top:1px solid rgba(0,0,0,0.08);

}

.td_story_active .td_success_story_result{

  border-color:rgba(255,255,255,0.10);

}

/* TEXT */

.td_success_story_result h4{

  font-size:18px;

  margin-bottom:6px;

}

.td_success_story_result p{

  margin:0;

  color:#5b6475;

}

.td_success_story_result span{

  width:62px;
  height:62px;

  border-radius:50%;

  background:#FDC72F;

  color:#051435;

  display:flex;
  align-items:center;
  justify-content:center;

  font-weight:700;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:767px){

  .td_success_heading{

    margin-bottom:40px;

  }

  .td_success_story_card{

    padding:24px;

    border-radius:22px;

  }

  .td_success_story_top{

    gap:14px;

    margin-bottom:22px;

  }

  .td_success_story_img{

    width:68px;
    height:68px;

    border-radius:18px;

  }

  .td_success_story_info h3{

    font-size:22px;

  }

  .td_success_story_text{

    font-size:15px;

    line-height:1.9;

  }

  .td_success_story_result{

    padding-top:18px;

  }

  .td_success_story_result span{

    width:52px;
    height:52px;

    font-size:14px;

  }

}


/*==================================================
CAREER GUIDANCE SECTION
==================================================*/

.td_career_guidance_section{
  position:relative;
}

/*==================================================
TEXT
==================================================*/

.td_career_guidance_text{

  font-size:17px;

  line-height:2;

  color:#5b6475;

  margin-bottom:40px;

}

/*==================================================
FEATURES
==================================================*/

.td_career_guidance_features{

  display:flex;

  flex-direction:column;

  gap:24px;

}

/* ITEM */

.td_career_guidance_feature{

  display:flex;

  align-items:flex-start;

  gap:18px;

}

/* ICON */

.td_career_guidance_feature_icon{

  width:66px;
  height:66px;

  min-width:66px;

  border-radius:18px;

  background:#890c25;

  color:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:22px;

}

/* TEXT */

.td_career_guidance_feature h3{

  font-size:26px;

  margin-bottom:10px;

}

.td_career_guidance_feature p{

  margin:0;

  font-size:16px;

  line-height:1.9;

  color:#5b6475;

}

/*==================================================
VISUAL
==================================================*/

.td_career_guidance_visual{

  position:relative;

  height:600px;

}

/* MAIN CARD */

.td_career_guidance_main{

  position:absolute;

  top:50%;
  left:50%;

  transform:translate(-50%,-50%);

  width:360px;

  padding:50px 40px;

  border-radius:36px;

  background:
    linear-gradient(
      135deg,
      #890c25 0%,
      #051435 100%
    );

  text-align:center;

  box-shadow:0 30px 70px rgba(0,0,0,0.12);

}

/* ICON */

.td_career_guidance_main_icon{

  width:100px;
  height:100px;

  border-radius:28px;

  background:rgba(255,255,255,0.10);

  color:#FDC72F;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:40px;

  margin:0 auto 28px;

}

/* TEXT */

.td_career_guidance_main h3{

  font-size:36px;

  line-height:1.4;

  color:#fff;

  margin-bottom:18px;

}

.td_career_guidance_main p{

  color:rgba(255,255,255,0.75);

  line-height:1.9;

  margin:0;

}

/*==================================================
FLOATING BOXES
==================================================*/

.td_career_float{

  position:absolute;

  display:flex;

  align-items:center;

  gap:14px;

  padding:18px 22px;

  border-radius:20px;

  background:#fff;

  box-shadow:0 20px 50px rgba(0,0,0,0.08);

}

/* ICON */

.td_career_float i{

  width:42px;
  height:42px;

  border-radius:12px;

  background:#f8fafc;

  color:#890c25;

  display:flex;
  align-items:center;
  justify-content:center;

}

/* TEXT */

.td_career_float span{

  font-weight:600;

  color:#051435;

}

/* POSITIONS */

.td_career_float_1{

  top:40px;
  left:20px;

}

.td_career_float_2{

  top:90px;
  right:20px;

}

.td_career_float_3{

  bottom:100px;
  left:10px;

}

.td_career_float_4{

  bottom:40px;
  right:40px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_career_guidance_visual{

    margin-top:40px;

  }

}

@media screen and (max-width:767px){

  .td_career_guidance_text{

    font-size:15px;

    line-height:1.9;

  }

  .td_career_guidance_feature{

    gap:14px;

  }

  .td_career_guidance_feature_icon{

    width:56px;
    height:56px;

    min-width:56px;

    border-radius:16px;

    font-size:20px;

  }

  .td_career_guidance_feature h3{

    font-size:22px;

  }

  .td_career_guidance_feature p{

    font-size:15px;

    line-height:1.9;

  }

  .td_career_guidance_visual{

    height:500px;

  }

  .td_career_guidance_main{

    width:260px;

    padding:30px 24px;

    border-radius:24px;

  }

  .td_career_guidance_main_icon{

    width:70px;
    height:70px;

    border-radius:20px;

    font-size:28px;

    margin-bottom:20px;

  }

  .td_career_guidance_main h3{

    font-size:26px;

  }

  .td_career_float{

    padding:12px 14px;

    border-radius:14px;

  }

  .td_career_float span{

    font-size:13px;

  }

}


/*==================================================
FACULTY TEAM SECTION
==================================================*/

.td_faculty_team_section{
  position:relative;
}

/*==================================================
HEADING
==================================================*/

.td_faculty_team_heading{

  max-width:820px;

  margin:auto auto 70px;

}

/*==================================================
CARD
==================================================*/

.td_faculty_team_card{

  height:100%;

  border-radius:32px;

  overflow:hidden;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .4s ease;

}

.td_faculty_team_card:hover{

  transform:translateY(-10px);

  box-shadow:0 28px 70px rgba(0,0,0,0.08);

}

/* HIGHLIGHT */

.td_faculty_highlight{

  background:#890c25;

  border-color:transparent;

}

.td_faculty_dark{

  background:#051435;

  border-color:transparent;

}

/* TEXT COLORS */

.td_faculty_highlight h3,
.td_faculty_highlight h4,
.td_faculty_highlight p,
.td_faculty_highlight .td_faculty_subjects,
.td_faculty_highlight .td_faculty_badge,

.td_faculty_dark h3,
.td_faculty_dark h4,
.td_faculty_dark p,
.td_faculty_dark .td_faculty_subjects,
.td_faculty_dark .td_faculty_badge{

  color:#fff !important;

}

/*==================================================
IMAGE
==================================================*/

.td_faculty_team_img{

  position:relative;

  height:320px;

  overflow:hidden;

}

.td_faculty_team_img img{

  width:100%;
  height:100%;

  object-fit:cover;

  transition:all .5s ease;

  object-position:top;

}

.td_faculty_team_card:hover .td_faculty_team_img img{

  transform:scale(1.08);

}

/* OVERLAY */

.td_faculty_team_img::after{

  content:"";

  position:absolute;

  inset:0;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,0.45) 0%,
      rgba(0,0,0,0) 60%
    );

}

/*==================================================
CONTENT
==================================================*/

.td_faculty_team_content{

  padding:28px;

}

/* BADGE */

.td_faculty_badge{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  padding:10px 16px;

  border-radius:50px;

  background:#f8fafc;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  letter-spacing:1px;

  margin-bottom:18px;

}

/* TITLE */

.td_faculty_team_content h3{

  font-size:30px;

  margin-bottom:10px;

}

/* DEGREE */

.td_faculty_team_content h4{

  font-size:18px;

  color:#890c25;

  margin-bottom:16px;

}

/* EXPERIENCE */

.td_faculty_experience{

  color:#5b6475;

  font-size:15px;

  margin-bottom:24px;

}

/* SUBJECT */

.td_faculty_subjects{

  padding:14px 18px;

  border-radius:18px;

  background:#f8fafc;

  color:#051435;

  font-size:15px;

  font-weight:600;

  text-align:center;

}

/* DARK BOXES */

.td_faculty_highlight .td_faculty_badge,
.td_faculty_dark .td_faculty_badge,
.td_faculty_highlight .td_faculty_subjects,
.td_faculty_dark .td_faculty_subjects{

  background:rgba(255,255,255,0.10);

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:767px){

  .td_faculty_team_heading{

    margin-bottom:40px;

  }

  .td_faculty_team_card{

    border-radius:22px;

  }

  .td_faculty_team_img{

    height:260px;

  }

  .td_faculty_team_content{

    padding:22px;

  }

  .td_faculty_team_content h3{

    font-size:24px;

  }

  .td_faculty_team_content h4{

    font-size:16px;

  }

  .td_faculty_subjects{

    font-size:14px;

  }

}


/*==================================================
NEET CTA SECTION
==================================================*/

.td_neet_cta_section{
  position:relative;
}

/*==================================================
WRAP
==================================================*/

.td_neet_cta_wrap{

  position:relative;

  overflow:hidden;

  padding:70px;

  border-radius:40px;

  background:
    linear-gradient(
      135deg,
      #890c25 0%,
      #051435 100%
    );

  display:flex;

  justify-content:space-between;

  align-items:center;

  gap:50px;

}

/* SHAPE */

.td_neet_cta_shape{

  position:absolute;

  width:450px;
  height:450px;

  border-radius:50%;

  background:rgba(255,255,255,0.05);

  right:-150px;
  top:-150px;

}

/*==================================================
CONTENT
==================================================*/

.td_neet_cta_content{

  position:relative;

  z-index:2;

  max-width:650px;

}

/* SUBTITLE */

.td_neet_cta_subtitle{

  color:#FDC72F;

  font-size:18px;

  font-weight:700;

  letter-spacing:2px;

  text-transform:uppercase;

  margin-bottom:18px;

}

/* TITLE */

.td_neet_cta_title{

  font-size:42px;

  line-height:1.15;

  color:#fff;

  margin-bottom:24px;

}

/* TEXT */

.td_neet_cta_text{

  font-size:17px;

  line-height:2;

  color:rgba(255,255,255,0.75);

  margin-bottom:38px;

}

/*==================================================
BUTTONS
==================================================*/

.td_neet_cta_btns{

  display:flex;

  align-items:center;

  gap:18px;

  flex-wrap:wrap;

}

/* OUTLINE BUTTON */

.td_neet_cta_outline_btn{

  height:56px;

  padding:0 28px;

  border-radius:14px;

  border:1px solid rgba(255,255,255,0.15);

  color:#fff;

  display:inline-flex;

  align-items:center;

  justify-content:center;

  font-weight:600;

  transition:all .3s ease;

}

.td_neet_cta_outline_btn:hover{

  background:#fff;

  color:#051435;

}

/*==================================================
STATS
==================================================*/

.td_neet_cta_stats{

  position:relative;

  z-index:2;

  display:flex;

  flex-direction:column;

  gap:20px;

  width:280px;

}

/* CARD */

.td_neet_cta_stat_card{

  padding:28px;

  border-radius:24px;

  background:rgba(255,255,255,0.08);

  backdrop-filter:blur(10px);

  border:1px solid rgba(255,255,255,0.08);

}

/* GOLD */

.td_cta_gold{

  background:#FDC72F;

}

.td_cta_gold h3,
.td_cta_gold p{

  color:#051435 !important;

}

/* TEXT */

.td_neet_cta_stat_card h3{

  font-size:48px;

  line-height:1;

  color:#fff;

  margin-bottom:14px;

}

.td_neet_cta_stat_card p{

  color:rgba(255,255,255,0.75);

  line-height:1.8;

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_neet_cta_wrap{

    flex-direction:column;

    align-items:flex-start;

    padding:50px;

  }

  .td_neet_cta_stats{

    width:100%;

    flex-direction:row;

  }

}

@media screen and (max-width:767px){

  .td_neet_cta_wrap{

    padding:28px;

    border-radius:24px;

  }

  .td_neet_cta_title{

    font-size:38px;

  }

  .td_neet_cta_text{

    font-size:15px;

    line-height:1.9;

  }

  .td_neet_cta_stats{

    flex-direction:column;

  }

  .td_neet_cta_stat_card{

    padding:22px;

    border-radius:18px;

  }

  .td_neet_cta_stat_card h3{

    font-size:36px;

  }

}



/*==================================================
TOP HEADER
==================================================*/

.td_top_header{

  background: #890c25;

  position:relative;

  /* z-index:99999; */

  border-bottom:1px solid rgba(255,255,255,0.06);

}

/* INNER */

.td_top_header_in{

  min-height:52px;

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:20px;

}

/*==================================================
LEFT
==================================================*/

.td_top_header_left{

  display:flex;

  align-items:center;

  gap:28px;

  flex-wrap:wrap;

}

/* INFO */

.td_top_info{

  display:flex;

  align-items:center;

  gap:10px;

  color:rgba(255,255,255,0.82);

  font-size:14px;

  transition:all .3s ease;

}

.td_top_info:hover{

  color:#FDC72F;

}

/* ICON */

.td_top_info i{

  color:#FDC72F;

  font-size:13px;

}

/*==================================================
RIGHT
==================================================*/

.td_top_header_right{

  display:flex;

  align-items:center;

  gap:18px;

}

/*==================================================
SOCIAL
==================================================*/

.td_top_socials{

  display:flex;

  align-items:center;

  gap:10px;

}

/* LINK */

.td_top_socials a{

  width:34px;
  height:34px;

  border-radius:50%;

  background:rgba(255,255,255,0.08);

  color:#fff;

  font-size:13px;

  transition:all .3s ease;

}

.td_top_socials a:hover{

  background:#FDC72F;

  color:#051435;

}

/*==================================================
BUTTON
==================================================*/

.td_top_apply_btn{

  height:38px;

  padding:0 20px;

  border-radius:50px;

  background:#FDC72F;

  color:#051435;

  font-size:14px;

  font-weight:700;

  display:inline-flex;

  align-items:center;

  justify-content:center;

  transition:all .3s ease;

}

.td_top_apply_btn:hover{

  transform:translateY(-2px);

  background:#fff;

  color:#051435;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_top_header{

    display:none;

  }

}



/*==================================================
ALL FACILITIES
==================================================*/

.td_all_facilities_heading{

  max-width:850px;

  margin:auto auto 70px;

}

/* CARD */

.td_all_facility_card{

  height:100%;

  padding:36px;

  border-radius:30px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .35s ease;

}

.td_all_facility_card:hover{

  transform:translateY(-10px);

  box-shadow:0 24px 60px rgba(0,0,0,0.06);

}

/* FEATURED */

.td_facility_featured{

  background:#890c25;

  border-color:transparent;

}

.td_facility_dark{

  background:#051435;

  border-color:transparent;

}

/* COLORS */

.td_facility_featured h3,
.td_facility_featured p,
.td_facility_featured i,
.td_facility_dark h3,
.td_facility_dark p,
.td_facility_dark i{

  color:#fff !important;

}

/* ICON */

.td_all_facility_icon{

  width:88px;
  height:88px;

  border-radius:24px;

  background:#f8fafc;

  display:flex;
  align-items:center;
  justify-content:center;

  margin-bottom:30px;

}

.td_all_facility_icon i{

  font-size:38px;

  color:#890c25;

}

.td_facility_featured .td_all_facility_icon,
.td_facility_dark .td_all_facility_icon{

  background:rgba(255,255,255,0.10);

}

/* TITLE */

.td_all_facility_card h3{

  font-size:28px;

  margin-bottom:16px;

}

/* TEXT */

.td_all_facility_card p{

  font-size:16px;

  line-height:1.9;

  color:#5b6475;

  margin:0;

}

/*==================================================
INSIDE CAMPUS
==================================================*/

.td_inside_campus_heading{

  max-width:760px;

  margin:auto auto 60px;

}

/* CARD */

.td_inside_campus_card{

  height:100%;

  padding:36px 24px;

  border-radius:28px;

  text-align:center;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .35s ease;

}

.td_inside_campus_card:hover{

  transform:translateY(-8px);

}

/* HIGHLIGHT */

.td_inside_highlight{

  background:#890c25;

  border-color:transparent;

}

.td_inside_dark{

  background:#051435;

  border-color:transparent;

}

/* COLORS */

.td_inside_highlight i,
.td_inside_highlight h3,
.td_inside_dark i,
.td_inside_dark h3{

  color:#fff !important;

}

/* ICON */

.td_inside_campus_card i{

  font-size:42px;

  color:#890c25;

  margin-bottom:24px;

}

/* TITLE */

.td_inside_campus_card h3{

  font-size:24px;

  margin:0;

  line-height:1.5;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:767px){

  .td_all_facilities_heading,
  .td_inside_campus_heading{

    margin-bottom:40px;

  }

  .td_all_facility_card{

    padding:24px;

    border-radius:22px;

  }

  .td_all_facility_icon{

    width:70px;
    height:70px;

    border-radius:18px;

    margin-bottom:22px;

  }

  .td_all_facility_icon i{

    font-size:28px;

  }

  .td_all_facility_card h3{

    font-size:24px;

  }

  .td_all_facility_card p{

    font-size:15px;

    line-height:1.9;

  }

  .td_inside_campus_card{

    padding:26px 18px;

    border-radius:20px;

  }

  .td_inside_campus_card i{

    font-size:42px;

  }

  .td_inside_campus_card h3{

    font-size:20px;

  }

}



/*==================================================
HOSTEL OVERVIEW
==================================================*/

.td_hostel_overview_img{
  position:relative;
}

.td_hostel_overview_img img{

  width:100%;

  border-radius:32px;

}

/* FLOAT CARD */

.td_hostel_float_card{

  position:absolute;

  right:30px;
  bottom:30px;

  padding:24px;

  border-radius:24px;

  background:#890c25;

  color:#fff;

}

.td_hostel_float_card h3{

  font-size:42px;

  color:#FDC72F;

  margin-bottom:10px;

}

/* TEXT */

.td_hostel_text{

  font-size:17px;

  line-height:2;

  color:#5b6475;

  margin-bottom:35px;

}

/* FEATURES */

.td_hostel_features{

  display:flex;

  flex-wrap:wrap;

  gap:18px;

}

.td_hostel_feature{

  display:flex;

  align-items:center;

  gap:12px;

  padding:14px 18px;

  border-radius:16px;

  background:#f8fafc;

}

.td_hostel_feature i{

  color:#890c25;

}

/*==================================================
HOSTEL SYSTEM
==================================================*/

.td_hostel_system_heading{

  max-width:760px;

  margin:auto auto 70px;

}

/* CARD */

.td_hostel_system_card{

  height:100%;

  padding:34px;

  border-radius:30px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .35s ease;

}

.td_hostel_system_card:hover{

  transform:translateY(-10px);

}

/* ACTIVE */

.td_hostel_active{

  background:#051435;

  border-color:transparent;

}

.td_hostel_active h3,
.td_hostel_active p,
.td_hostel_active i{

  color:#fff !important;

}

/* ICON */

.td_hostel_system_card i{

  font-size:46px;

  color:#890c25;

  margin-bottom:24px;

}

/* TITLE */

.td_hostel_system_card h3{

  font-size:28px;

  margin-bottom:16px;

}

/* TEXT */

.td_hostel_system_card p{

  font-size:16px;

  line-height:1.9;

  color:#5b6475;

  margin:0;

}

/*==================================================
SECURITY
==================================================*/

.td_hostel_security_card{

  height:100%;

  padding:42px;

  border-radius:32px;

  background:#fff;

  border:1px solid #edf2f7;

}

.td_security_dark{

  background:#890c25;

  border-color:transparent;

}

.td_security_dark h3,
.td_security_dark p,
.td_security_dark i{

  color:#fff !important;

}

/* ICON */

.td_hostel_security_icon{

  width:88px;
  height:88px;

  border-radius:24px;

  background:#f8fafc;

  display:flex;
  align-items:center;
  justify-content:center;

  margin-bottom:28px;

}

.td_hostel_security_icon i{

  font-size:38px;

  color:#890c25 !important;

}

/* TITLE */

.td_hostel_security_card h3{

  font-size:32px;

  margin-bottom:18px;

}

/* TEXT */

.td_hostel_security_card p{

  line-height:2;

  color:#5b6475;

  margin:0;

}

/*==================================================
RULES
==================================================*/

.td_hostel_rules_box{

  padding:40px;

  border-radius:32px;

  background:#051435;

}

.td_hostel_rules_box h3{

  color:#fff;

  font-size:34px;

  margin-bottom:28px;

}

/* LIST */

.td_hostel_rules_list{

  list-style:none;

  padding:0;

  margin:0;

  display:flex;

  flex-direction:column;

  gap:18px;

}

.td_hostel_rules_list li{

  position:relative;

  padding-left:30px;

  color:rgba(255,255,255,0.78);

}

/* DOT */

.td_hostel_rules_list li::before{

  content:"";

  width:10px;
  height:10px;

  border-radius:50%;

  background:#FDC72F;

  position:absolute;

  left:0;
  top:8px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:767px){

  .td_hostel_overview_img img{

    border-radius:22px;

  }

  .td_hostel_float_card{

    right:16px;
    bottom:16px;

    padding:18px;

    border-radius:18px;

  }

  .td_hostel_float_card h3{

    font-size:34px;

  }

  .td_hostel_system_heading{

    margin-bottom:40px;

  }

  .td_hostel_system_card,
  .td_hostel_security_card,
  .td_hostel_rules_box{

    padding:24px;

    border-radius:22px;

  }

  .td_hostel_system_card h3,
  .td_hostel_security_card h3,
  .td_hostel_rules_box h3{

    font-size:24px;

  }

}


/*==================================================
SPORTS CLEAN SECTION
==================================================*/

.td_sports_clean_top{

  display:flex;

  justify-content:space-between;

  gap:50px;

  align-items:end;

  margin-bottom:50px;

}

/* TITLE */

.td_sports_clean_title span{

  display:inline-block;

  margin-bottom:16px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

}

.td_sports_clean_title h2{

  font-size:42px;

  line-height:1.05;

  margin:0;

}

/* TEXT */

.td_sports_clean_text{

  max-width:420px;

}

.td_sports_clean_text p{

  font-size:16px;

  line-height:1.9;

  color:#5b6475;

  margin:0;

}

/*==================================================
IMAGE
==================================================*/

.td_sports_clean_image{

  overflow:hidden;

  border-radius:28px;

  margin-bottom:50px;

}

.td_sports_clean_image img{

  width:100%;

  height:520px;

  object-fit:cover;

}

/*==================================================
GRID
==================================================*/

.td_sports_clean_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:24px;

  margin-bottom:50px;

}

/* ITEM */

.td_sports_clean_item{

  padding:28px;

  border-radius:22px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .3s ease;

}

.td_sports_clean_item:hover{

  transform:translateY(-6px);

}

/* NUMBER */

.td_sports_clean_item span{

  display:inline-block;

  margin-bottom:14px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

}

/* TITLE */

.td_sports_clean_item h3{

  font-size:24px;

  margin:0;

}

/*==================================================
BOTTOM
==================================================*/

.td_sports_clean_bottom{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:24px;

}

/* ITEM */

.td_sports_clean_bottom_item{

  padding:32px;

  border-radius:24px;

  background:#051435;

}

.td_sports_clean_bottom_item:nth-child(2){

  background:#890c25;

}

/* TITLE */

.td_sports_clean_bottom_item h4{

  font-size:28px;

  color:#fff;

  margin-bottom:18px;

}

/* TEXT */

.td_sports_clean_bottom_item p{

  color:rgba(255,255,255,0.78);

  line-height:1.9;

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_sports_clean_top{

    flex-direction:column;

    align-items:flex-start;

  }

  .td_sports_clean_grid,
  .td_sports_clean_bottom{

    grid-template-columns:1fr 1fr;

  }

}

@media screen and (max-width:767px){

  .td_sports_clean_title h2{

    font-size:38px;

  }

  .td_sports_clean_image{

    border-radius:20px;

  }

  .td_sports_clean_image img{

    height:320px;

  }

  .td_sports_clean_grid,
  .td_sports_clean_bottom{

    grid-template-columns:1fr;

  }

  .td_sports_clean_item,
  .td_sports_clean_bottom_item{

    padding:24px;

  }

  .td_sports_clean_item h3{

    font-size:20px;

  }

  .td_sports_clean_bottom_item h4{

    font-size:24px;

  }

}

/* ICON */

.td_sports_clean_icon{

  width:70px;
  height:70px;

  border-radius:18px;

  background:#f8fafc;

  display:flex;

  align-items:center;
  justify-content:center;

  margin-bottom:22px;

}

/* ICON STYLE */

.td_sports_clean_icon i{

  font-size:30px;

  color:#890c25;

}

/* HOVER EFFECT */

.td_sports_clean_item:hover .td_sports_clean_icon{

  background:#890c25;

  transition:all .3s ease;

}

.td_sports_clean_item:hover .td_sports_clean_icon i{

  color:#fff;

}

/* ITEM */

.td_sports_clean_item{

  position:relative;

  padding:28px;

  border-radius:22px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .3s ease;

}

/* TOP AREA */

.td_sports_clean_item_top{

  display:flex;

  align-items:center;

  justify-content:space-between;

  margin-bottom:20px;

}

/* ICON */

.td_sports_clean_icon{

  width:70px;
  height:70px;

  border-radius:18px;

  background:#f8fafc;

  display:flex;

  align-items:center;
  justify-content:center;

}

/* ICON STYLE */

.td_sports_clean_icon i{

  font-size:30px;

  color:#890c25;

}

/* NUMBER */

.td_sports_clean_item span{

  font-size:42px;

  font-weight:700;

  line-height:1;

  color:#890c25;

  opacity:.08;

}

/* TITLE */

.td_sports_clean_item h3{

  font-size:24px;

  margin:0;

}

/* HOVER */

.td_sports_clean_item:hover{

  transform:translateY(-6px);

}

.td_sports_clean_item:hover .td_sports_clean_icon{

  background:#890c25;

  transition:all .3s ease;

}

.td_sports_clean_item:hover .td_sports_clean_icon i{

  color:#fff;

}


/* ITEM */

.td_sports_clean_item{

  position:relative;

  overflow:hidden;

}

/* HOVER IMAGE */

.td_sports_hover_img{

  position:absolute;

  inset:0;

  opacity:0;

  visibility:hidden;

  transition:all .4s ease;

  z-index:0;

}

/* IMAGE */

.td_sports_hover_img img{

  width:100%;
  height:100%;

  object-fit:cover;

}

/* DARK OVERLAY */

.td_sports_hover_img::after{

  content:"";

  position:absolute;

  inset:0;

  background:rgba(0,0,0,0.55);

}

/* CONTENT ABOVE IMAGE */

.td_sports_clean_item_top,
.td_sports_clean_item h3{

  position:relative;

  z-index:2;

}

/* HOVER */

.td_sports_clean_item:hover .td_sports_hover_img{

  opacity:1;

  visibility:visible;

}

/* TEXT WHITE ON HOVER */

.td_sports_clean_item:hover h3,
.td_sports_clean_item:hover .td_sports_clean_no{

  color:#fff;

}

/* ICON BOX */

.td_sports_clean_item:hover .td_sports_clean_icon{

  background:rgba(255,255,255,0.15);

  backdrop-filter:blur(10px);

}

/* ICON */

.td_sports_clean_item:hover .td_sports_clean_icon i{

  color:#fff;

}



/*==================================================
ISLAMIC ENVIRONMENT
==================================================*/

.td_islamic_env_section{

  padding:120px 0;

  position:relative;

}

/* TOP */

.td_islamic_env_top{

  display:flex;

  justify-content:space-between;

  gap:60px;

  margin-bottom:50px;

}

/* TITLE */

.td_islamic_env_title{

  max-width:650px;

}

.td_islamic_env_title span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

}

.td_islamic_env_title h2{

  font-size:42px;

  line-height:1.05;

  margin:0;

}

/* TEXT */

.td_islamic_env_text{

  max-width:430px;

}

.td_islamic_env_text p{

  font-size:16px;

  line-height:1.9;

  color:#5b6475;

  margin:0;

}

/* IMAGE */

.td_islamic_env_image{

  overflow:hidden;

  border-radius:28px;

  margin-bottom:50px;

}

.td_islamic_env_image img{

  width:100%;

  height:520px;

  object-fit:cover;

}

/* GRID */

.td_islamic_env_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:24px;

}

/* ITEM */

.td_islamic_env_item{

  padding:32px;

  border-radius:24px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .3s ease;

}

.td_islamic_env_item:hover{

  transform:translateY(-6px);

  border-color:#890c25;

}

/* ICON */

.td_islamic_env_icon{

  width:70px;
  height:70px;

  border-radius:18px;

  background:#f8fafc;

  display:flex;

  align-items:center;
  justify-content:center;

  margin-bottom:24px;

}

.td_islamic_env_icon i{

  font-size:28px;

  color:#890c25;

}

/* TITLE */

.td_islamic_env_item h3{

  font-size:24px;

  margin-bottom:16px;

}

/* TEXT */

.td_islamic_env_item p{

  color:#5b6475;

  line-height:1.9;

  margin:0;

}

/* RESPONSIVE */

@media screen and (max-width:991px){

  .td_islamic_env_top{

    flex-direction:column;

  }

  .td_islamic_env_grid{

    grid-template-columns:1fr 1fr;

  }

}

@media screen and (max-width:767px){

  .td_islamic_env_section{

    padding:80px 0;

  }

  .td_islamic_env_title h2{

    font-size:38px;

  }

  .td_islamic_env_image img{

    height:320px;

  }

  .td_islamic_env_grid{

    grid-template-columns:1fr;

  }

  .td_islamic_env_item{

    padding:24px;

  }

}


/*==================================================
GUIDELINE STRIP SECTION
==================================================*/

.td_guideline_strip_section{

  padding:120px 0;

  background:#fff;

}

/*==================================================
TOP
==================================================*/

.td_guideline_strip_top{

  max-width:760px;

  margin-bottom:70px;

}

/* SUBTITLE */

.td_guideline_strip_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_guideline_strip_top h2{

  font-size:42px;

  line-height:1;

  margin-bottom:24px;

}

/* TEXT */

.td_guideline_strip_top p{

  max-width:620px;

  font-size:17px;

  line-height:1.9;

  color:#5b6475;

  margin:0;

}

/*==================================================
WRAP
==================================================*/

.td_guideline_strip_wrap{

  display:flex;

  flex-direction:column;

  gap:18px;

}

/*==================================================
ITEM
==================================================*/

.td_guideline_strip_item{

  display:flex;

  align-items:center;

  gap:30px;

  padding:28px 34px;

  border-radius:22px;

  background:#f8fafc;

  transition:all .3s ease;

  overflow:hidden;

  position:relative;

}

/* LEFT BORDER */

.td_guideline_strip_item::before{

  content:"";

  position:absolute;

  left:0;
  top:0;

  width:0;
  height:100%;

  background:#890c25;

  transition:.3s;

}

/* HOVER */

.td_guideline_strip_item:hover::before{

  width:6px;

}

.td_guideline_strip_item:hover{

  transform:translateX(10px);

  background:#fff;

  box-shadow:0 15px 40px rgba(0,0,0,0.06);

}

/* ACTIVE */

.active_strip{

  background:#051435;

}

.active_strip .td_guideline_strip_no,
.active_strip .td_guideline_strip_text{

  color:#fff;

}

/* NUMBER */

.td_guideline_strip_no{

  min-width:90px;

  font-size:42px;

  font-weight:700;

  line-height:1;

  color:#890c25;

  opacity:.18;

}

/* TEXT */

.td_guideline_strip_text{

  font-size:20px;

  line-height:1.8;

  color:#051435;

  font-weight:500;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:767px){

  .td_guideline_strip_section{

    padding:80px 0;

  }

  .td_guideline_strip_top{

    margin-bottom:45px;

  }

  .td_guideline_strip_top h2{

    font-size:40px;

  }

  .td_guideline_strip_item{

    gap:18px;

    padding:22px;

    align-items:flex-start;

  }

  .td_guideline_strip_no{

    min-width:55px;

    font-size:26px;

  }

  .td_guideline_strip_text{

    font-size:15px;

    line-height:1.8;

  }

}

/*==================================================
GUIDELINE TWO COLUMN
==================================================*/

.td_guideline_two_column{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:24px;

}

/* ITEM */

.td_guideline_two_item{

  display:flex;

  align-items:flex-start;

  gap:18px;

  padding:28px;

  border-radius:22px;

  background:#fff;

  border:1px solid #edf2f7;

  transition:all .3s ease;

}

/* HOVER */

.td_guideline_two_item:hover{

  transform:translateY(-5px);

  border-color:#890c25;

  box-shadow:0 12px 30px rgba(0,0,0,0.05);

}

/* ICON */

.td_guideline_two_item i{

  min-width:44px;
  height:44px;

  border-radius:12px;

  background:#890c25;

  display:flex;

  align-items:center;
  justify-content:center;

  color:#fff;

  font-size:14px;

  margin-top:3px;

}

/* TEXT */

.td_guideline_two_item p{

  margin:0;

  font-size:16px;

  line-height:1.9;

  color:#5b6475;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_guideline_two_column{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_guideline_two_item{

    padding:22px;

    gap:14px;

  }

  .td_guideline_two_item p{

    font-size:15px;

    line-height:1.8;

  }

}

/*==================================================
HOSTEL RULES SECTION
==================================================*/

.td_hostel_rules_section{

  padding:120px 0;

  background:#f8fafc;

}

/*==================================================
TOP
==================================================*/

.td_hostel_rules_top{

  text-align:center;

  max-width:780px;

  margin:0 auto 60px;

}

/* SUBTITLE */

.td_hostel_rules_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_hostel_rules_top h2{

  font-size:42px;

  line-height:1.05;

  margin-bottom:24px;

}

/* TEXT */

.td_hostel_rules_top p{

  font-size:17px;

  line-height:1.9;

  color:#5b6475;

  margin:0;

}

/*==================================================
HOSTEL INTRO CARD
==================================================*/

.td_hostel_intro_card{

  display:grid;

  grid-template-columns:1fr 1fr;

  gap:50px;

  align-items:center;

  padding:55px;

  border-radius:36px;

  overflow:hidden;

  background:
  linear-gradient(
    135deg,
    #051435,
    #0b2a5f
  );

  position:relative;

  margin-bottom:60px;

}

/* SHAPE */

.td_hostel_intro_card::before{

  content:"";

  position:absolute;

  right:-120px;
  top:-120px;

  width:320px;
  height:320px;

  border-radius:50%;

  background:
  rgba(255,255,255,.04);

}

/*==================================================
LEFT
==================================================*/

.td_hostel_intro_left{

  position:relative;

  z-index:2;

}

/* SUBTITLE */

.td_hostel_intro_subtitle{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  height:40px;

  padding:0 18px;

  border-radius:50px;

  background:
  rgba(255,255,255,.1);

  color:#fff;

  font-size:12px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

  margin-bottom:20px;

}

/* TITLE */

.td_hostel_intro_left h3{

  color:#fff;

  font-size:42px;

  line-height:1.05;

  margin-bottom:20px;

}

/* TEXT */

.td_hostel_intro_left p{

  color:rgba(255,255,255,.78);

  line-height:2;

  margin:0;

  font-size:17px;

}

/*==================================================
DORMITORY GRID
==================================================*/

.td_hostel_dormitory_grid{

  position:relative;

  z-index:2;

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:18px;

}

/* ITEM */

.td_hostel_dormitory_item{

  display:flex;

  align-items:center;

  gap:18px;

  padding:22px;

  border-radius:24px;

  background:
  rgba(255,255,255,.08);

  border:
  1px solid rgba(255,255,255,.08);

  backdrop-filter:blur(10px);

  transition:.35s ease;

}

/* HOVER */

.td_hostel_dormitory_item:hover{

  transform:translateY(-4px);

  background:
  rgba(255,255,255,.12);

}

/* ICON */

.td_hostel_dormitory_icon{

  width:58px;
  height:58px;

  border-radius:18px;

  background:#FDC72F;

  color:#051435;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:22px;

  flex:0 0 58px;

}

/* TITLE */

.td_hostel_dormitory_item h4{

  color:#fff;

  font-size:22px;

  margin-bottom:4px;

}

/* TEXT */

.td_hostel_dormitory_item span{

  color:rgba(255,255,255,.7);

  font-size:13px;

  font-weight:500;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_hostel_intro_card{

    grid-template-columns:1fr;

  }

}

@media(max-width:767px){

  .td_hostel_intro_card{

    padding:30px;

    border-radius:28px;

    gap:35px;

  }

  .td_hostel_intro_left h3{

    font-size:38px;

  }

  .td_hostel_dormitory_grid{

    grid-template-columns:1fr;

  }

}
/*==================================================
GRID
==================================================*/

.td_hostel_rules_grid{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:28px;

}

/* CARD */

.td_hostel_rule_card{

  padding:38px;

  border-radius:28px;

  background:#fff;

  transition:all .3s ease;

}

/* HOVER */

.td_hostel_rule_card:hover{

  transform:translateY(-6px);

  box-shadow:0 18px 40px rgba(0,0,0,0.06);

}

/* ICON */

.td_hostel_rule_icon{

  width:72px;
  height:72px;

  border-radius:20px;

  background:#f3f6fb;

  display:flex;

  align-items:center;
  justify-content:center;

  margin-bottom:24px;

}

.td_hostel_rule_icon i{

  font-size:28px;

  color:#890c25;

}

/* TITLE */

.td_hostel_rule_card h3{

  font-size:30px;

  margin-bottom:24px;

}

/* LIST */

.td_hostel_rule_card ul{

  margin:0;

  padding:0;

  list-style:none;

}

/* ITEM */

.td_hostel_rule_card ul li{

  position:relative;

  padding-left:24px;

  margin-bottom:14px;

  line-height:1.9;

  color:#5b6475;

}

/* DOT */

.td_hostel_rule_card ul li::before{

  content:"";

  position:absolute;

  left:0;
  top:12px;

  width:8px;
  height:8px;

  border-radius:50%;

  background:#890c25;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_hostel_intro_card{

    flex-direction:column;

    align-items:flex-start;

  }

  .td_hostel_dormitory_wrap{

    justify-content:flex-start;

  }

  .td_hostel_rules_grid{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_hostel_rules_section{

    padding:80px 0;

  }

  .td_hostel_rules_top h2{

    font-size:40px;

  }

  .td_hostel_intro_card{

    padding:28px;

    border-radius:24px;

  }

  .td_hostel_intro_left h3{

    font-size:28px;

  }

  .td_hostel_rule_card{

    padding:28px;

    border-radius:22px;

  }

  .td_hostel_rule_card h3{

    font-size:24px;

  }

}

/*==================================================
STUDENT LIFE SECTION
==================================================*/

.td_student_life_section{

  padding:120px 0;

  background:#fff;

}

/*==================================================
TOP
==================================================*/

.td_student_life_top{

  max-width:760px;

  margin-bottom:70px;

}

/* SUBTITLE */

.td_student_life_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_student_life_top h2{

  font-size:64px;

  line-height:1.05;

  margin-bottom:24px;

}

/* TEXT */

.td_student_life_top p{

  font-size:17px;

  line-height:1.9;

  color:#5b6475;

  margin:0;

}

/*==================================================
SCHEDULE WRAP
==================================================*/

.td_student_schedule_wrap{

  display:grid;

  grid-template-columns:1fr 1fr;

  gap:40px;

  align-items:center;

  margin-bottom:60px;

}

/* LEFT */

.td_schedule_tag{

  display:inline-block;

  margin-bottom:18px;

  padding:10px 18px;

  border-radius:100px;

  background:#f3f6fb;

  color:#890c25;

  font-size:14px;

  font-weight:700;

}

/* TITLE */

.td_student_schedule_left h3{

  font-size:48px;

  line-height:1.1;

  margin-bottom:24px;

}

/* TEXT */

.td_student_schedule_left p{

  font-size:16px;

  line-height:1.9;

  color:#5b6475;

  margin-bottom:30px;

}

/* HIGHLIGHTS */

.td_schedule_highlights{

  display:flex;

  flex-wrap:wrap;

  gap:16px;

}

/* ITEM */

.td_schedule_highlight{

  display:flex;

  align-items:center;

  gap:10px;

  padding:14px 20px;

  border-radius:100px;

  background:#f8fafc;

}

/* ICON */

.td_schedule_highlight i{

  color:#890c25;

}

/* IMAGE */

.td_student_schedule_image{

  overflow:hidden;

  border-radius:28px;

}

.td_student_schedule_image img{

  width:100%;

  height:520px;

  object-fit:cover;

}

/*==================================================
TIMELINE
==================================================*/

.td_student_timeline{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:24px;

  margin-bottom:60px;

}

/* ITEM */

.td_student_timeline_item{

  padding:30px;

  border-radius:24px;

  background:#051435;

}

/* TIME */

.td_student_time{

  font-size:42px;

  font-weight:700;

  color:#FDC72F;

  margin-bottom:16px;

}

/* ACTIVITY */

.td_student_activity{

  color:#fff;

  line-height:1.8;

  font-size:18px;

}

/*==================================================
BOTTOM GRID
==================================================*/

.td_student_life_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:24px;

}

/* CARD */

.td_student_life_card{

  padding:34px;

  border-radius:28px;

  background:#f8fafc;

  transition:all .3s ease;

}

/* HOVER */

.td_student_life_card:hover{

  transform:translateY(-6px);

}

/* ICON */

.td_student_life_icon{

  width:72px;
  height:72px;

  border-radius:20px;

  background:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  margin-bottom:24px;

}

/* ICON */

.td_student_life_icon i{

  font-size:28px;

  color:#890c25;

}

/* TITLE */

.td_student_life_card h3{

  font-size:28px;

  margin-bottom:18px;

}

/* TEXT */

.td_student_life_card p{

  color:#5b6475;

  line-height:1.9;

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_student_schedule_wrap,
  .td_student_timeline,
  .td_student_life_grid{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_student_life_section{

    padding:80px 0;

  }

  .td_student_life_top h2{

    font-size:40px;

  }

  .td_student_schedule_left h3{

    font-size:34px;

  }

  .td_student_schedule_image img{

    height:320px;

  }

  .td_student_timeline_item{

    padding:24px;

  }

  .td_student_time{

    font-size:32px;

  }

  .td_student_activity{

    font-size:16px;

  }

}

/*==================================================
STUDENT LIFE SECTION
==================================================*/

.td_student_schedule_section{

  padding:120px 0;

  background:#fff;

}

/*==================================================
TOP
==================================================*/

.td_student_schedule_heading{

  max-width:760px;

  margin-bottom:70px;

}

.td_student_schedule_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

.td_student_schedule_heading h2{

  font-size:64px;

  line-height:1.05;

  margin-bottom:24px;

}

.td_student_schedule_heading p{

  font-size:17px;

  line-height:1.9;

  color:#5b6475;

  margin:0;

}

/*==================================================
TOP WRAP
==================================================*/

.td_student_schedule_top{

  display:grid;

  grid-template-columns:1fr 1fr;

  gap:50px;

  align-items:center;

  margin-bottom:60px;

}

/* BADGE */

.td_schedule_badge{

  display:inline-flex;

  padding:12px 20px;

  border-radius:100px;

  background:#f4f7fb;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  margin-bottom:24px;

}

/* TITLE */

.td_student_schedule_info h3{

  font-size:42px;

  line-height:1.08;

  margin-bottom:24px;

}

/* TEXT */

.td_student_schedule_info p{

  font-size:16px;

  line-height:1.9;

  color:#5b6475;

  margin-bottom:30px;

}

/* FEATURES */

.td_schedule_feature_wrap{

  display:flex;

  flex-wrap:wrap;

  gap:14px;

}

.td_schedule_feature{

  display:flex;

  align-items:center;

  gap:10px;

  padding:14px 18px;

  border-radius:16px;

  background:#f8fafc;

}

.td_schedule_feature i{

  color:#890c25;

}

/* IMAGE */

.td_student_schedule_image{

  overflow:hidden;

  border-radius:30px;

}

.td_student_schedule_image img{

  width:100%;

  height:540px;

  object-fit:cover;

}

/*==================================================
MAIN BOX
==================================================*/

.td_schedule_main_box{

  padding:40px;

  border-radius:34px;

  background:#051435;

  margin-bottom:60px;

}

/* BUTTONS */

.td_schedule_tabs{

  display:flex;

  gap:16px;

  margin-bottom:35px;

}

.td_schedule_btn{

  border:none;

  padding:16px 28px;

  border-radius:100px;

  background:rgba(255,255,255,0.08);

  color:#fff;

  font-size:15px;

  font-weight:700;

  transition:.3s;

}

.td_schedule_btn.active{

  background:#FDC72F;

  color:#051435;

}

/* TAB */

.td_schedule_tab_content{

  display:none;

}

.td_schedule_tab_content.active{

  display:block;

}

/* TABLE */

.td_schedule_table_wrap{

  overflow:hidden;

  border-radius:24px;

}

/* ROW */

.td_schedule_row{

  display:grid;

  grid-template-columns:1fr 240px;

  padding:18px 28px;

  background:#fff;

  border-bottom:1px solid #edf2f7;

}

.td_schedule_row:nth-child(even){

  background:#f8fafc;

}

/* HEAD */

.td_schedule_head{

  background:#890c25 !important;

}

.td_schedule_head div{

  color:#fff !important;

  font-weight:700;

}

/* TEXT */

.td_schedule_row div{

  color:#051435;

  line-height:1.7;

}

.td_schedule_row div:last-child{

  font-weight:700;

}

/*==================================================
BOTTOM CARDS
==================================================*/

.td_student_life_cards{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:24px;

}

/* CARD */

.td_student_life_card{

  padding:34px;

  border-radius:28px;

  background:#f8fafc;

}

/* ICON */

.td_student_life_card i{

  width:70px;
  height:70px;

  border-radius:18px;

  background:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  color:#890c25;

  font-size:28px;

  margin-bottom:24px;

}

/* TITLE */

.td_student_life_card h3{

  font-size:28px;

  margin-bottom:16px;

}

/* TEXT */

.td_student_life_card p{

  color:#5b6475;

  line-height:1.9;

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_student_schedule_top,
  .td_student_life_cards{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_student_schedule_section{

    padding:80px 0;

  }

  .td_student_schedule_heading h2{

    font-size:40px;

  }

  .td_student_schedule_info h3{

    font-size:34px;

  }

  .td_student_schedule_image img{

    height:320px;

  }

  .td_schedule_main_box{

    padding:20px;

    border-radius:24px;

  }

  .td_schedule_tabs{

    flex-direction:column;

  }

  .td_schedule_btn{

    width:100%;

  }

  .td_schedule_row{

    grid-template-columns:1fr;

    gap:8px;

    padding:16px 18px;

  }

  .td_student_life_card{

    padding:24px;

  }

}


/*==================================================
SAFETY SECTION
==================================================*/

.td_safe_section{

  padding:120px 0;

  background:#fff;

}

/*==================================================
HEADING
==================================================*/

.td_safe_heading{

  margin-bottom:60px;

}

/* SUBTITLE */

.td_safe_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_safe_heading h2{

  font-size:42px;

  line-height:1;

  max-width:720px;

  margin:0;

}

/*==================================================
WRAP
==================================================*/

.td_safe_wrap{

  display:grid;

  grid-template-columns:1.05fr .95fr;

  gap:40px;

  align-items:stretch;

  margin-bottom:45px;

}

/*==================================================
LEFT
==================================================*/

.td_safe_left{

  position:relative;

  overflow:hidden;

  border-radius:34px;

}

.td_safe_left img{

  width:100%;

  height:100%;

  min-height:720px;

  object-fit:cover;

}

/* OVERLAY */

.td_safe_overlay{

  position:absolute;

  left:40px;
  bottom:40px;

  max-width:420px;

  padding:30px;

  border-radius:26px;

  background: #890c25;

  backdrop-filter:blur(14px);

}

/* TITLE */

.td_safe_overlay h3{

  font-size:34px;

  color:#fff;

  margin-bottom:16px;

}

/* TEXT */

.td_safe_overlay p{

  color:rgba(255,255,255,0.82);

  line-height:1.8;

  margin:0;

}

/*==================================================
RIGHT
==================================================*/

.td_safe_right{

  display:flex;

  flex-direction:column;

  gap:22px;

}

/* ITEM */

.td_safe_item{

  padding:34px;

  border-radius:28px;

  background:#f8fafc;

  transition:all .3s ease;

}

/* HOVER */

.td_safe_item:hover{

  transform:translateX(8px);

  background:#051435;

}

.td_safe_item:hover h3,
.td_safe_item:hover p{

  color:#fff;

}

/* TOP */

.td_safe_item_top{

  display:flex;

  align-items:center;

  gap:18px;

  margin-bottom:18px;

}

/* NUMBER */

.td_safe_item_top span{

  font-size:42px;

  font-weight:700;

  line-height:1;

  color:#890c25;

  opacity:.16;

}

/* TITLE */

.td_safe_item_top h3{

  font-size:30px;

  margin:0;

  transition:.3s;

}

/* TEXT */

.td_safe_item p{

  margin:0;

  line-height:1.9;

  color:#5b6475;

  transition:.3s;

}

/*==================================================
BOTTOM
==================================================*/

.td_safe_bottom{

  display:grid;

  grid-template-columns:repeat(5,1fr);

  gap:18px;

}

/* ITEM */

.td_safe_bottom_item{

  padding:28px 18px;

  border-radius:24px;

  background:#f8fafc;

  text-align:center;

}

/* ICON */

.td_safe_bottom_item i{

  width:64px;
  height:64px;

  border-radius:18px;

  background:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  margin:0 auto 18px;

  color:#890c25;

  font-size:24px;

}

/* TEXT */

.td_safe_bottom_item span{

  display:block;

  font-size:16px;

  line-height:1.7;

  font-weight:600;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_safe_wrap,
  .td_safe_bottom{

    grid-template-columns:1fr;

  }

  .td_safe_left img{

    min-height:420px;

  }

}

@media screen and (max-width:767px){

  .td_safe_section{

    padding:80px 0;

  }

  .td_safe_heading h2{

    font-size:42px;

  }

  .td_safe_overlay{

    left:20px;
    right:20px;
    bottom:20px;

    padding:22px;

  }

  .td_safe_overlay h3{

    font-size:24px;

  }

  .td_safe_item{

    padding:24px;

  }

  .td_safe_item_top h3{

    font-size:22px;

  }

}


/*==================================================
MESS NEW SECTION
==================================================*/

.td_mess_new_section{

  /* padding:120px 0; */

  background:#fff;

}

/* TOP */

.td_mess_new_top{

  text-align:center;

  max-width:860px;

  margin:0 auto 70px;

}

.td_mess_new_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

.td_mess_new_top h2{

  font-size:42px;

  line-height:1;

  margin-bottom:24px;

}

.td_mess_new_top p{

  color:#5b6475;

  line-height:1.9;

  font-size:17px;

}

/* HERO GRID */

.td_mess_hero_grid{

  display:grid;

  grid-template-columns:1.1fr .9fr;

  gap:30px;

  margin-bottom:90px;

}

/* LARGE IMAGE */

.td_mess_large_img{

  position:relative;

  overflow:hidden;

  border-radius:34px;

}

.td_mess_large_img img{

  width:100%;

  height:100%;

  min-height:720px;

  object-fit:cover;

}

/* CONTENT */

.td_mess_large_content{

      position: absolute;
    left: 40px;
    bottom: 40px;
    max-width: 420px;
    padding: 30px;
    border-radius: 26px;
    background: var(--accent-color);
    backdrop-filter: blur(14px);

}

.td_mess_large_content span{

  display:inline-block;

  padding:10px 18px;

  border-radius:100px;

  background:rgba(255,255,255,0.12);

  backdrop-filter:blur(10px);

  color:#fff;

  margin-bottom:18px;

}

.td_mess_large_content h3{

  font-size:42px;

  color:#fff;

  line-height:1.1;

}

/* RIGHT */

.td_mess_right_info{

  display:flex;

  flex-direction:column;

  gap:24px;

}

/* ITEM */

.td_mess_info_item{

  display:flex;

  gap:22px;

  align-items:center;

  padding:24px;

  border-radius:28px;

  background:#f8fafc;

}

/* IMAGE */

.td_mess_info_item img{

  width:140px;

  height:140px;

  border-radius:20px;

  object-fit:cover;

}

/* TEXT */

.td_mess_info_text h4{

  font-size:28px;

  margin-bottom:14px;

}

.td_mess_info_text p{

  margin:0;

  line-height:1.8;

  color:#5b6475;

}

/* MENU */

.td_food_week_heading{

  margin-bottom:45px;

}

.td_food_week_heading span{

  display:inline-block;

  margin-bottom:14px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

.td_food_week_heading h2{

  font-size:42px;

}

/* GRID */

.td_food_week_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:28px;

}

/* CARD */

.td_food_week_card{

  padding:34px;

  border-radius:30px;

  background:#f8fafc;

  transition:.3s;

}

.td_food_week_card:hover{

  transform:translateY(-8px);

}

/* ACTIVE */

.active_food_card{

  background:#051435;

}

.active_food_card .td_food_day_name,
.active_food_card p{

  color:#fff;

}

.active_food_card span{

  background:rgba(255,255,255,0.12);

  color:#FDC72F;

}

/* DAY */

.td_food_day_name{

  font-size:34px;

  font-weight:700;

  margin-bottom:24px;

}

/* MEAL */

.td_food_meal_row{

  padding:18px 0;

  border-top:1px solid rgba(0,0,0,0.08);

}

.td_food_meal_row span{

  display:inline-block;

  padding:8px 16px;

  border-radius:100px;

  background:#fff;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  margin-bottom:14px;

}

.td_food_meal_row p{

  margin:0;

  line-height:1.8;

  color:#5b6475;

}

/* BOTTOM */

.td_food_bottom_features{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:24px;

  margin-top:70px;

}

/* ITEM */

.td_food_bottom_item{

  text-align:center;

  padding:40px 30px;

  border-radius:28px;

  background:#051435;

}

/* ICON */

.td_food_bottom_item i{

  font-size:34px;

  color:#FDC72F;

  margin-bottom:20px;

}

/* TITLE */

.td_food_bottom_item h4{

  color:#fff;

  font-size:24px;

  line-height:1.5;

}

/* RESPONSIVE */

@media screen and (max-width:991px){

  .td_mess_hero_grid,
  .td_food_week_grid,
  .td_food_bottom_features{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_mess_new_section{

    padding:80px 0;

  }

  .td_mess_new_top h2{

    font-size:42px;

  }

  .td_food_week_heading h2{

    font-size:34px;

  }

  .td_mess_large_img{

    border-radius:24px;

  }

  .td_mess_large_img img{

    min-height:380px;

  }

  .td_mess_large_content{

    left:20px;
    right:20px;
    bottom:20px;

  }

  .td_mess_large_content h3{

    font-size:28px;

  }

  .td_mess_info_item{

    flex-direction:column;

    align-items:flex-start;

  }

  .td_mess_info_item img{

    width:100%;

    height:220px;

  }

  .td_food_week_card{

    padding:24px;

  }

  .td_food_day_name{

    font-size:28px;

  }

}


/*==================================================
FOOD SHOWCASE
==================================================*/

.td_food_showcase_section{

  padding:120px 0;

  background:#f8fafc;

}

/*==================================================
TOP
==================================================*/

.td_food_showcase_top{

  text-align:center;

  max-width:760px;

  margin:0 auto 70px;

}

.td_food_showcase_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

.td_food_showcase_top h2{

  font-size:42px;

  line-height:1;

}

/*==================================================
WRAP
==================================================*/

.td_food_showcase_wrap{

  display:grid;

  grid-template-columns:280px 1fr;

  gap:30px;

  align-items:start;

}

/*==================================================
SIDEBAR
==================================================*/

.td_food_sidebar{

  padding:24px;

  border-radius:32px;

  background:#051435;

  position:sticky;

  top:120px;

}

/* BUTTON */

.td_food_day_btn{

  width:100%;

  border:none;

  display:flex;

  align-items:center;

  gap:16px;

  padding:18px 20px;

  border-radius:20px;

  background:transparent;

  color:#fff;

  text-align:left;

  font-size:16px;

  font-weight:600;

  transition:.3s;

  margin-bottom:10px;

}

/* ACTIVE */

.td_food_day_btn.active{

  background:#fff;

  color:#051435;

}

/* SMALL */

.td_food_day_btn span{

  width:48px;
  height:48px;

  border-radius:14px;

  background:rgba(255,255,255,0.08);

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:14px;

  font-weight:700;

}

.td_food_day_btn.active span{

  background:#890c25;

  color:#fff;

}

/*==================================================
CONTENT
==================================================*/

.td_food_content{

  display:none;

}

.td_food_content.active{

  display:block;

}

/*==================================================
TOP AREA
==================================================*/

.td_food_content_top{

  display:flex;

  justify-content:space-between;

  gap:30px;

  align-items:center;

  padding:40px;

  border-radius:34px;

  background:#fff;

  margin-bottom:28px;

}

/* TEXT */

.td_food_content_top span{

  display:inline-block;

  margin-bottom:16px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

.td_food_content_top h3{

  font-size:42px;

  line-height:1.08;

}

/* IMAGE */

.td_food_content_top img{

  width:260px;

  height:200px;

  border-radius:24px;

  object-fit:cover;

}

/*==================================================
MEALS
==================================================*/

.td_food_meal_list{

  display:flex;

  flex-direction:column;

  gap:20px;

}

/* ITEM */

.td_food_meal_item{

  display:flex;

  justify-content:space-between;

  align-items:center;

  gap:30px;

  padding:28px 32px;

  border-radius:28px;

  background:#fff;

  transition:.3s;

}

/* HOVER */

.td_food_meal_item:hover{

  transform:translateX(8px);

  background:#051435;

}

.td_food_meal_item:hover h4,
.td_food_meal_item:hover p,
.td_food_meal_item:hover span{

  color:#fff;

}

/* LEFT */

.td_food_meal_left{

  display:flex;

  gap:20px;

  align-items:center;

}

/* ICON */

.td_food_meal_icon{

  width:72px;
  height:72px;

  border-radius:22px;

  background:#f8fafc;

  display:flex;

  align-items:center;
  justify-content:center;

  flex-shrink:0;

}

.td_food_meal_icon i{

  font-size:28px;

  color:#890c25;

}

/* TITLE */

.td_food_meal_left h4{

  font-size:28px;

  margin-bottom:10px;

  transition:.3s;

}

/* TEXT */

.td_food_meal_left p{

  margin:0;

  line-height:1.8;

  color:#5b6475;

  transition:.3s;

}

/* TIME */

.td_food_meal_item span{

  font-size:16px;

  font-weight:700;

  color:#890c25;

  transition:.3s;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_food_showcase_wrap{

    grid-template-columns:1fr;

  }

  .td_food_sidebar{

    position:relative;

    top:0;

  }

}

@media screen and (max-width:767px){

  .td_food_showcase_section{

    padding:80px 0;

  }

  .td_food_showcase_top h2{

    font-size:42px;

  }

  .td_food_content_top{

    flex-direction:column;

    align-items:flex-start;

    padding:24px;

  }

  .td_food_content_top h3{

    font-size:30px;

  }

  .td_food_content_top img{

    width:100%;

    height:240px;

  }

  .td_food_meal_item{

    flex-direction:column;

    align-items:flex-start;

    padding:24px;

  }

  .td_food_meal_left{

    align-items:flex-start;

  }

  .td_food_meal_left h4{

    font-size:22px;

  }

}



/*==================================================
TOUR SECTION
==================================================*/

.td_tour_section{

  padding:120px 0;

  background:#fff;

  overflow:hidden;

}

/*==================================================
WRAP
==================================================*/

.td_tour_wrap{

  display:grid;

  grid-template-columns:.95fr 1.05fr;

  gap:80px;

  align-items:center;

}

/*==================================================
CONTENT
==================================================*/

.td_tour_content{

  position:relative;

}

/* SUBTITLE */

.td_tour_subtitle{

  display:inline-block;

  margin-bottom:20px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_tour_content h2{

  font-size:42px;

  line-height:1;

  margin-bottom:34px;

}

/* BIG TEXT */

.td_tour_text_big{

  font-size:28px;

  line-height:1.7;

  color:#051435;

  margin-bottom:30px;

  font-weight:500;

}

/* NORMAL TEXT */

.td_tour_content p{

  color:#5b6475;

  line-height:2;

  font-size:16px;

  margin-bottom:24px;

}

/*==================================================
POINTS
==================================================*/

.td_tour_points{

  margin-top:45px;

}

/* ITEM */

.td_tour_point{

  display:flex;

  align-items:center;

  gap:22px;

  padding:20px 0;

  border-bottom:1px solid #edf2f7;

}

/* NUMBER */

.td_tour_point span{

  font-size:42px;

  font-weight:700;

  color:#890c25;

  opacity:.14;

  min-width:60px;

}

/* TITLE */

.td_tour_point h4{

  font-size:24px;

  margin:0;

  line-height:1.5;

}

/*==================================================
VISUAL
==================================================*/

.td_tour_visual{

  position:relative;

  min-height:780px;

}

/* MAIN IMAGE */

.td_tour_main_img{

  position:absolute;

  top:0;
  right:0;

  width:82%;

  overflow:hidden;

  border-radius:36px;

}

.td_tour_main_img img{

  width:100%;

  height:760px;

  object-fit:cover;

}

/* SMALL IMAGE */

.td_tour_small_img{

  position:absolute;

  left:0;
  bottom:90px;

  width:320px;

  overflow:hidden;

  border-radius:28px;

  border:12px solid #fff;

  box-shadow:0 20px 60px rgba(0,0,0,0.08);

}

.td_tour_small_img img{

  width:100%;

  height:240px;

  object-fit:cover;

}

/* BADGE */

.td_tour_badge{

  position:absolute;

  right:40px;
  bottom:0;

  max-width:320px;

  padding:30px;

  border-radius:30px;

  background:#051435;

}

/* TITLE */

.td_tour_badge strong{

  display:block;

  color:#fff;

  font-size:30px;

  line-height:1.3;

  margin-bottom:16px;

}

/* TEXT */

.td_tour_badge span{

  display:block;

  color:rgba(255,255,255,0.78);

  line-height:1.9;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_tour_wrap{

    grid-template-columns:1fr;

    gap:50px;

  }

  .td_tour_visual{

    min-height:620px;

  }

  .td_tour_main_img{

    width:100%;

  }

  .td_tour_main_img img{

    height:520px;

  }

}

@media screen and (max-width:767px){

  .td_tour_section{

    padding:80px 0;

  }

  .td_tour_content h2{

    font-size:42px;

  }

  .td_tour_text_big{

    font-size:20px;

  }

  .td_tour_visual{

    min-height:500px;

  }

  .td_tour_main_img{

    position:relative;

    border-radius:24px;

  }

  .td_tour_main_img img{

    height:360px;

  }

  .td_tour_small_img{

    width:180px;

    bottom:90px;

    border-width:6px;

  }

  .td_tour_small_img img{

    height:140px;

  }

  .td_tour_badge{

    right:0;

    left:0;

    bottom:0;

    max-width:100%;

    border-radius:24px;

    padding:22px;

  }

  .td_tour_badge strong{

    font-size:22px;

  }

  .td_tour_point h4{

    font-size:18px;

  }

}


/*==================================================
COMPETITION SECTION
==================================================*/

.td_competition_section{

  padding:120px 0;

  background:#f8fafc;

  overflow:hidden;

}

/*==================================================
TOP
==================================================*/

.td_competition_top{

  display:flex;

  justify-content:space-between;

  gap:70px;

  align-items:end;

  margin-bottom:60px;

}

/* TITLE */

.td_competition_title{

  max-width:760px;

}

.td_competition_title span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

.td_competition_title h2{

  font-size:42px;

  line-height:1;

  margin:0;

}

/* TEXT */

.td_competition_text{

  max-width:420px;

}

.td_competition_text p{

  margin:0;

  line-height:2;

  color:#5b6475;

  font-size:16px;

}

/*==================================================
FEATURE
==================================================*/

.td_competition_feature{

  position:relative;

  overflow:hidden;

  border-radius:40px;

  margin-bottom:70px;

}

.td_competition_feature img{

  width:100%;

  height:720px;

  object-fit:cover;

}

/* FLOAT */

.td_competition_float{

  position:absolute;

  left:50px;
  bottom:50px;

  max-width:420px;

  padding:34px;

  border-radius:30px;

  background:rgba(255,255,255,0.12);

  backdrop-filter:blur(14px);

}

/* SMALL */

.td_competition_float span{

  display:inline-block;

  margin-bottom:16px;

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_competition_float h3{

  color:#fff;

  font-size:42px;

  line-height:1.2;

  margin:0;

}

/*==================================================
ROWS
==================================================*/

.td_competition_rows{

  border-top:1px solid #dfe5ec;

  margin-bottom:70px;

}

/* ITEM */

.td_competition_row{

  display:grid;

  grid-template-columns:120px 320px 1fr;

  gap:40px;

  align-items:center;

  padding:34px 0;

  border-bottom:1px solid #dfe5ec;

  transition:.3s;

}

/* HOVER */

.td_competition_row:hover{

  padding-left:14px;

}

/* NUMBER */

.td_competition_no{

  font-size:56px;

  font-weight:700;

  color:#890c25;

  opacity:.14;

}

/* NAME */

.td_competition_name{

  font-size:32px;

  line-height:1.3;

  font-weight:700;

}

/* DESC */

.td_competition_desc{

  color:#5b6475;

  line-height:2;

}

/*==================================================
GALLERY
==================================================*/

.td_competition_gallery{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:24px;

}

/* IMAGE */

.td_competition_gallery_img{

  overflow:hidden;

  border-radius:28px;

}

.td_competition_gallery_img img{

  width:100%;

  height:340px;

  object-fit:cover;

  transition:all .5s ease;

}

/* HOVER */

.td_competition_gallery_img:hover img{

  transform:scale(1.08);

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_competition_top{

    flex-direction:column;

    align-items:flex-start;

  }

  .td_competition_row{

    grid-template-columns:1fr;

    gap:16px;

  }

  .td_competition_gallery{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_competition_section{

    padding:80px 0;

  }

  .td_competition_title h2{

    font-size:42px;

  }

  .td_competition_feature{

    border-radius:24px;

  }

  .td_competition_feature img{

    height:380px;

  }

  .td_competition_float{

    left:20px;
    right:20px;
    bottom:20px;

    padding:22px;

  }

  .td_competition_float h3{

    font-size:24px;

  }

  .td_competition_name{

    font-size:24px;

  }

  .td_competition_gallery_img img{

    height:260px;

  }

}


/*==================================================
ROBOTICS SECTION
==================================================*/

.td_robotics_section{

  position:relative;

  padding:120px 0;

  background:#051435;

  overflow:hidden;

}

/* SHAPES */

.td_robotics_shape_1{

  position:absolute;

  top:-200px;
  right:-200px;

  width:500px;
  height:500px;

  border-radius:50%;

  background:rgba(255,255,255,0.03);

}

.td_robotics_shape_2{

  position:absolute;

  bottom:-180px;
  left:-180px;

  width:420px;
  height:420px;

  border-radius:50%;

  background:rgba(255,255,255,0.03);

}

/*==================================================
TOP
==================================================*/

.td_robotics_top{

  position:relative;

  z-index:2;

  margin-bottom:70px;

}

/* SUBTITLE */

.td_robotics_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_robotics_top h2{

  color:#fff;

  font-size:42px;

  line-height:1;

  max-width:760px;

  margin:0;

}

/*==================================================
WRAP
==================================================*/

.td_robotics_wrap{

  position:relative;

  z-index:2;

  display:grid;

  grid-template-columns:.9fr 1.1fr;

  gap:80px;

  align-items:center;

  margin-bottom:80px;

}

/*==================================================
CONTENT
==================================================*/

.td_robotics_big_text{

  font-size:28px;

  line-height:1.7;

  color:#fff;

  margin-bottom:34px;

  font-weight:500;

}

/* NORMAL */

.td_robotics_content p{

  color:rgba(255,255,255,0.72);

  line-height:2;

  margin-bottom:26px;

}

/*==================================================
LINES
==================================================*/

.td_robotics_list{

  margin-top:45px;

  border-top:1px solid rgba(255,255,255,0.08);

}

/* ITEM */

.td_robotics_line{

  display:flex;

  align-items:center;

  gap:22px;

  padding:24px 0;

  border-bottom:1px solid rgba(255,255,255,0.08);

}

/* NUMBER */

.td_robotics_line span{

  font-size:42px;

  font-weight:700;

  color:#FDC72F;

  opacity:.18;

  min-width:60px;

}

/* TITLE */

.td_robotics_line h4{

  color:#fff;

  font-size:24px;

  line-height:1.5;

  margin:0;

}

/*==================================================
VISUAL
==================================================*/

.td_robotics_visual{

  position:relative;

  min-height:780px;

}

/* MAIN */

.td_robotics_main{

  position:absolute;

  right:0;
  top:0;

  width:82%;

  overflow:hidden;

  border-radius:36px;

}

.td_robotics_main img{

  width:100%;

  height:760px;

  object-fit:cover;

}

/* SMALL */

.td_robotics_small{

  position:absolute;

  left:0;
  bottom:110px;

  width:320px;

  overflow:hidden;

  border-radius:28px;

  border:10px solid #051435;

}

.td_robotics_small img{

  width:100%;

  height:240px;

  object-fit:cover;

}

/* FLOAT */

.td_robotics_info{

  position:absolute;

  right:40px;
  bottom:0;

  max-width:340px;

  padding:30px;

  border-radius:30px;

  background:#890c25;

}

/* SMALL */

.td_robotics_info span{

  display:inline-block;

  margin-bottom:16px;

  color:#FDC72F;

  font-size:13px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_robotics_info h3{

  color:#fff;

  font-size:34px;

  line-height:1.3;

  margin:0;

}

/*==================================================
BOTTOM
==================================================*/

.td_robotics_bottom{

  position:relative;

  z-index:2;

  display:grid;

  grid-template-columns:repeat(4,1fr);

  gap:24px;

}

/* ITEM */

.td_robotics_bottom_item{

  text-align:center;

  padding:36px 24px;

  border-radius:28px;

  background:rgba(255,255,255,0.04);

  backdrop-filter:blur(10px);

}

/* ICON */

.td_robotics_bottom_item i{

  font-size:34px;

  color:#FDC72F;

  margin-bottom:20px;

}

/* TEXT */

.td_robotics_bottom_item span{

  display:block;

  color:#fff;

  line-height:1.7;

  font-size:18px;

  font-weight:600;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_robotics_wrap,
  .td_robotics_bottom{

    grid-template-columns:1fr;

  }

  .td_robotics_visual{

    min-height:620px;

  }

  .td_robotics_main{

    width:100%;

  }

  .td_robotics_main img{

    height:520px;

  }

}

@media screen and (max-width:767px){

  .td_robotics_section{

    padding:80px 0;

  }

  .td_robotics_top h2{

    font-size:42px;

  }

  .td_robotics_big_text{

    font-size:20px;

  }

  .td_robotics_visual{

    min-height:500px;

  }

  .td_robotics_main{

    position:relative;

    border-radius:24px;

  }

  .td_robotics_main img{

    height:360px;

  }

  .td_robotics_small{

    width:180px;

    bottom:90px;

  }

  .td_robotics_small img{

    height:140px;

  }

  .td_robotics_info{

    left:0;
    right:0;

    bottom:0;

    max-width:100%;

    border-radius:24px;

    padding:22px;

  }

  .td_robotics_info h3{

    font-size:24px;

  }

  .td_robotics_line h4{

    font-size:18px;

  }

}


/*==================================================
SCIENCE SECTION
==================================================*/

.td_science_section{

  padding:120px 0;

  background:#fff;

  overflow:hidden;

}

/*==================================================
HEADING
==================================================*/

.td_science_heading{

  max-width:820px;

  margin-bottom:70px;

}

/* SUBTITLE */

.td_science_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_science_heading h2{

  font-size:42px;

  line-height:1;

  margin:0;

}

/*==================================================
FEATURE
==================================================*/

.td_science_feature{

  display:grid;

  grid-template-columns:.9fr 1.1fr;

  gap:70px;

  align-items:center;

}

/*==================================================
LEFT
==================================================*/

.td_science_left{

  position:relative;

}

/* TEXT BOX */

.td_science_text_box{

  margin-bottom:45px;

}

/* TITLE */

.td_science_text_box h3{

  font-size:42px;

  line-height:1.2;

  margin-bottom:24px;

}

/* TEXT */

.td_science_text_box p{

  color:#5b6475;

  line-height:2;

  margin:0;

}

/*==================================================
STRIPS
==================================================*/

.td_science_strip{

  display:flex;

  align-items:center;

  gap:24px;

  padding:22px 0;

  border-top:1px solid #edf2f7;

  transition:.3s;

}

/* LAST */

.td_science_strip:last-child{

  border-bottom:1px solid #edf2f7;

}

/* HOVER */

.td_science_strip:hover{

  padding-left:12px;

}

/* NUMBER */

.td_science_strip span{

  font-size:44px;

  font-weight:700;

  color:#890c25;

  opacity:.14;

  min-width:60px;

}

/* TITLE */

.td_science_strip h4{

  font-size:24px;

  line-height:1.5;

  margin:0;

}

/*==================================================
RIGHT
==================================================*/

.td_science_right{

  position:relative;

  min-height:760px;

}

/* LARGE */

.td_science_large_img{

  position:absolute;

  left:0;
  top:0;

  /* width:68%; */

  overflow:hidden;

  border-radius:34px;

}

.td_science_large_img img{

  width:100%;

  height:740px;

  object-fit:cover;

}

/* SMALL TOP */

.td_science_small_top{

  position:absolute;

  right:-44px;
  top:0;

  width:32%;

  overflow:hidden;

  border-radius:28px;

}

.td_science_small_top img{

  width:100%;

  height:320px;

  object-fit:cover;

}

/* SMALL BOTTOM */

.td_science_small_bottom{

  position:absolute;

  right: -44px;;
  bottom:0;

  width:70%;

  overflow:hidden;

  border-radius:28px;

}

.td_science_small_bottom img{

  width:100%;

  /* height:360px; */

  object-fit:cover;

}

/*==================================================
BOTTOM STATEMENT
==================================================*/

.td_science_statement{

  margin-top:90px;

  padding-top:40px;

  border-top:1px solid #edf2f7;

}

/* TEXT */

.td_science_statement p{

  max-width:980px;

  font-size:30px;

  line-height:1.8;

  color:#051435;

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_science_feature{

    grid-template-columns:1fr;

    gap:50px;

  }

  .td_science_right{

    min-height:620px;

  }

}

@media screen and (max-width:767px){

  .td_science_section{

    padding:80px 0;

  }

  .td_science_heading h2{

    font-size:42px;

  }

  .td_science_text_box h3{

    font-size:30px;

  }

  .td_science_right{

    min-height:auto;

    display:grid;

    gap:16px;

  }

  .td_science_large_img,
  .td_science_small_top,
  .td_science_small_bottom{

    position:relative;

    width:100%;

    border-radius:22px;

  }

  .td_science_large_img img,
  .td_science_small_top img,
  .td_science_small_bottom img{

    height:260px;

  }

  .td_science_strip h4{

    font-size:18px;

  }

  .td_science_statement{

    margin-top:60px;

  }

  .td_science_statement p{

    font-size:20px;

  }

}



/*==================================================
ACHIEVEMENT SECTION
==================================================*/

.td_achievement_section{

  padding:120px 0;

  background:#f8fafc;

  overflow:hidden;

}

/*==================================================
TOP
==================================================*/

.td_achievement_top{

  max-width:780px;

  margin-bottom:70px;

}

/* SUBTITLE */

.td_achievement_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_achievement_top h2{

  font-size:42px;

  line-height:1;

  margin:0;

}

/*==================================================
WRAP
==================================================*/

.td_achievement_wrap{

  display:grid;

  grid-template-columns:.95fr 1.05fr;

  gap:80px;

  align-items:center;

  margin-bottom:80px;

}

/*==================================================
TIMELINE
==================================================*/

.td_achievement_timeline{

  position:relative;

}

/* LINE */

.td_achievement_timeline::before{

  content:"";

  position:absolute;

  left:32px;
  top:0;

  width:1px;
  height:100%;

  background:#dfe5ec;

}

/* ITEM */

.td_achievement_item{

  position:relative;

  display:flex;

  gap:30px;

  padding-bottom:50px;

}

/* NUMBER */

.td_achievement_no{

  position:relative;

  z-index:2;

  width:64px;
  height:64px;

  border-radius:50%;

  background:#890c25;

  color:#fff;

  font-size:18px;

  font-weight:700;

  display:flex;

  align-items:center;
  justify-content:center;

  flex-shrink:0;

}

/* CONTENT */

.td_achievement_content{

  padding-top:10px;

}

/* TITLE */

.td_achievement_content h3{

  font-size:32px;

  line-height:1.4;

  margin-bottom:18px;

}

/* TEXT */

.td_achievement_content p{

  margin:0;

  line-height:2;

  color:#5b6475;

}

/*==================================================
VISUAL
==================================================*/

.td_achievement_visual{

  position:relative;

}

/* MAIN IMAGE */

.td_achievement_main{

  overflow:hidden;

  border-radius:40px;

}

.td_achievement_main img{

  width:100%;

  height:760px;

  object-fit:cover;

}

/* FLOAT BOX */

.td_achievement_box{

  position:absolute;

  left:-40px;
  bottom:40px;

  max-width:360px;

  padding:34px;

  border-radius:30px;

  background:#051435;

}

/* SMALL */

.td_achievement_box span{

  display:inline-block;

  margin-bottom:18px;

  color:#FDC72F;

  font-size:13px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_achievement_box h3{

  color:#fff;

  font-size:34px;

  line-height:1.4;

  margin:0;

}

/*==================================================
GALLERY
==================================================*/

.td_achievement_gallery{

  display:grid;

  grid-template-columns:repeat(4,1fr);

  gap:22px;

}

/* ITEM */

.td_achievement_gallery_item{

  overflow:hidden;

  border-radius:26px;

}

.td_achievement_gallery_item img{

  width:100%;

  height:280px;

  object-fit:cover;

  transition:all .5s ease;

}

/* HOVER */

.td_achievement_gallery_item:hover img{

  transform:scale(1.08);

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_achievement_wrap,
  .td_achievement_gallery{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_achievement_section{

    padding:80px 0;

  }

  .td_achievement_top h2{

    font-size:42px;

  }

  .td_achievement_item{

    gap:20px;

  }

  .td_achievement_no{

    width:50px;
    height:50px;

    font-size:15px;

  }

  .td_achievement_timeline::before{

    left:24px;

  }

  .td_achievement_content h3{

    font-size:24px;

  }

  .td_achievement_main{

    border-radius:24px;

  }

  .td_achievement_main img{

    height:420px;

  }

  .td_achievement_box{

    position:relative;

    left:0;
    bottom:0;

    max-width:100%;

    margin-top:20px;

    border-radius:24px;

    padding:24px;

  }

  .td_achievement_box h3{

    font-size:24px;

  }

  .td_achievement_gallery_item img{

    height:240px;

  }

}


/*==================================================
LEADERSHIP SECTION
==================================================*/

.td_leadership_section{

  padding:120px 0;

  background:#fff;

  overflow:hidden;

}

/*==================================================
TOP
==================================================*/

.td_leadership_top{

  max-width:760px;

  margin-bottom:70px;

}

/* SUBTITLE */

.td_leadership_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_leadership_top h2{

  font-size:42px;

  line-height:1;

  margin:0;

}

/*==================================================
GRID
==================================================*/

.td_leadership_grid{

  display:grid;

  grid-template-columns:.95fr 1.05fr;

  gap:80px;

  align-items:center;

  margin-bottom:80px;

}

/*==================================================
LEFT
==================================================*/

.td_leadership_intro{

  margin-bottom:50px;

}

/* TITLE */

.td_leadership_intro h3{

  font-size:46px;

  line-height:1.2;

  margin-bottom:28px;

}

/* TEXT */

.td_leadership_intro p{

  color:#5b6475;

  line-height:2;

  margin:0;

}

/*==================================================
LINES
==================================================*/

.td_leadership_line{

  display:flex;

  gap:26px;

  padding:28px 0;

  border-top:1px solid #edf2f7;

}

/* LAST */

.td_leadership_line:last-child{

  border-bottom:1px solid #edf2f7;

}

/* NUMBER */

.td_leadership_line span{

  font-size:44px;

  font-weight:700;

  color:#890c25;

  opacity:.14;

  min-width:60px;

}

/* TITLE */

.td_leadership_line h4{

  font-size:28px;

  margin-bottom:14px;

}

/* TEXT */

.td_leadership_line p{

  margin:0;

  line-height:1.9;

  color:#5b6475;

}

/*==================================================
RIGHT
==================================================*/

.td_leadership_right{

  position:relative;

  min-height:760px;

}

/* MAIN IMAGE */

.td_leadership_main{

  position:absolute;

  right:0;
  top:0;

  width:78%;

  overflow:hidden;

  border-radius:38px;

}

.td_leadership_main img{

  width:100%;

  /* height:740px; */

  height:auto;

  object-fit:cover;

}

/* SMALL IMAGE */

.td_leadership_small{

  position:absolute;

  left:0;
  bottom:120px;

  width:300px;

  overflow:hidden;

  border-radius:28px;

  border:10px solid #fff;

  box-shadow:0 20px 60px rgba(0,0,0,0.08);

}

.td_leadership_small img{

  width:100%;

  height:220px;

  object-fit:cover;

}

/* QUOTE */

.td_leadership_quote{

  position:absolute;

  right:40px;
  bottom:0;

  max-width:360px;

  padding:34px;

  border-radius:30px;

  background:#051435;

}

/* TEXT */

.td_leadership_quote p{

  color:#fff;

  font-size:26px;

  line-height:1.8;

  margin:0;

}

/*==================================================
BOTTOM
==================================================*/

.td_leadership_bottom{

  display:grid;

  grid-template-columns:repeat(4,1fr);

  gap:24px;

}

/* ITEM */

.td_leadership_bottom_item{

  text-align:center;

  padding:36px 24px;

  border-radius:28px;

  background:#f8fafc;

}

/* ICON */

.td_leadership_bottom_item i{

  font-size:34px;

  color:#890c25;

  margin-bottom:18px;

}

/* TEXT */

.td_leadership_bottom_item span{

  display:block;

  font-size:18px;

  line-height:1.7;

  font-weight:600;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_leadership_grid,
  .td_leadership_bottom{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_leadership_section{

    padding:80px 0;

  }

  .td_leadership_top h2{

    font-size:42px;

  }

  .td_leadership_intro h3{

    font-size:30px;

  }

  .td_leadership_right{

    min-height:520px;

  }

  .td_leadership_main{

    width:100%;

    border-radius:24px;

  }

  .td_leadership_main img{

    height:360px;

  }

  .td_leadership_small{

    width:180px;

    bottom:90px;

    border-width:6px;

  }

  .td_leadership_small img{

    height:130px;

  }

  .td_leadership_quote{

    left:0;
    right:0;

    bottom:0;

    max-width:100%;

    border-radius:24px;

    padding:22px;

  }

  .td_leadership_quote p{

    font-size:18px;

  }

  .td_leadership_line h4{

    font-size:20px;

  }

}


/*==================================================
AFFILIATION SECTION
==================================================*/

.td_affiliation_section{

  padding:100px 0;

  background:#051435;

  overflow:hidden;

}

/*==================================================
WRAP
==================================================*/

.td_affiliation_wrap{

  display:grid;

  grid-template-columns:.9fr 1.1fr;

  gap:60px;

  align-items:center;

}

/*==================================================
LEFT
==================================================*/

.td_affiliation_left span{

  display:inline-block;

  margin-bottom:18px;

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_affiliation_left h2{

  color:#fff;

  font-size:62px;

  line-height:1.05;

  margin:0;

}

/*==================================================
RIGHT
==================================================*/

.td_affiliation_right{

  display:flex;

  flex-direction:column;

  gap:22px;

}

/* ITEM */

.td_affiliation_item{

  display:flex;

  justify-content:space-between;

  align-items:center;

  padding:28px 34px;

  border-bottom:1px solid rgba(255,255,255,0.08);

}

/* LABEL */

.td_affiliation_label{

  color:rgba(255,255,255,0.7);

  font-size:18px;

  font-weight:500;

}

/* VALUE */

.td_affiliation_item h3{

  color:#fff;

  font-size:42px;

  margin:0;

  line-height:1;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_affiliation_wrap{

    grid-template-columns:1fr;

    gap:40px;

  }

}

@media screen and (max-width:767px){

  .td_affiliation_section{

    padding:80px 0;

  }

  .td_affiliation_left h2{

    font-size:40px;

  }

  .td_affiliation_item{

    flex-direction:column;

    align-items:flex-start;

    gap:12px;

    padding:24px 0;

  }

  .td_affiliation_item h3{

    font-size:28px;

  }

}


/*==================================================
FEE SECTION
==================================================*/

.td_fee_section{

  padding:120px 0;

  background:#f8fafc;

  overflow:hidden;

}

/*==================================================
TOP
==================================================*/

.td_fee_top{

  text-align:center;

  max-width:760px;

  margin:0 auto 60px;

}

/* SUBTITLE */

.td_fee_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_fee_top h2{

  font-size:42px;

  line-height:1;

  margin-bottom:24px;

}

/* TEXT */

.td_fee_top p{

  color:#5b6475;

  line-height:1.9;

  font-size:17px;

}

/*==================================================
TABS
==================================================*/

.td_fee_tabs{

  display:flex;

  justify-content:center;

  gap:18px;

  margin-bottom:50px;

}

/* BUTTON */

.td_fee_btn{

  border:none;

  padding:16px 34px;

  border-radius:100px;

  background:#fff;

  color:#051435;

  font-size:16px;

  font-weight:700;

  transition:.3s;

}

/* ACTIVE */

.td_fee_btn.active{

  background:#890c25;

  color:#fff;

}

/*==================================================
CONTENT
==================================================*/

.td_fee_content{

  display:none;

}

.td_fee_content.active{

  display:block;

}

/*==================================================
WRAP
==================================================*/

.td_fee_wrap{

  display:grid;

  grid-template-columns:1fr .8fr;

  gap:50px;

  align-items:start;

  padding:60px;

  border-radius:40px;

  background:#fff;

}

/*==================================================
LEFT
==================================================*/

.td_fee_left span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

/* TITLE */

.td_fee_left h3{

  font-size:35px;

  line-height:1.1;

  margin-bottom:24px;

}

/* TEXT */

.td_fee_left p{

  color:#5b6475;

  line-height:2;

  margin-bottom:40px;

}

/*==================================================
INCLUDE
==================================================*/

.td_fee_include{

  display:flex;

  flex-wrap:wrap;

  gap:16px;

}

/* ITEM */

.td_fee_include_item{

  padding:14px 20px;

  border-radius:100px;

  background:#f4f7fb;

  font-size:15px;

  font-weight:600;

}

/*==================================================
RIGHT
==================================================*/

.td_fee_right{

  display:flex;

  flex-direction:column;

  gap:22px;

}

/* ITEM */

.td_fee_price_item{

  padding:34px;

  border-radius:30px;

  background:#051435;

}

/* CLASS */

.td_fee_price_item span{

  display:block;

  margin-bottom:16px;

  color:#FDC72F;

  font-size:15px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* PRICE */

.td_fee_price_item h4{

  color:#fff;

  font-size:42px;

  margin:0;

  line-height:1;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_fee_wrap{

    grid-template-columns:1fr;

    padding:40px;

  }

}

@media screen and (max-width:767px){

  .td_fee_section{

    padding:80px 0;

  }

  .td_fee_top h2{

    font-size:42px;

  }

  .td_fee_tabs{

    flex-wrap:wrap;

  }

  .td_fee_wrap{

    padding:24px;

    border-radius:24px;

  }

  .td_fee_left h3{

    font-size:32px;

  }

  .td_fee_price_item{

    padding:24px;

    border-radius:22px;

  }

  .td_fee_price_item h4{

    font-size:34px;

  }

}



/*==================================================
RESULT SHOWCASE
==================================================*/

.td_result_showcase_section{

  /* padding:120px 0; */

  background:#fff;

}

/*==================================================
OVERVIEW
==================================================*/

.td_result_overview{

  display:grid;

  grid-template-columns:1fr .8fr;

  gap:80px;

  align-items:end;

  margin-bottom:60px;

}

/* LEFT */

.td_result_overview_left span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

/* TITLE */

.td_result_overview_left h2{

  font-size:42px;

  line-height:1;

  margin:0;

}

/* TEXT */

.td_result_overview_right p{

  margin:0;

  line-height:2;

  color:#5b6475;

  font-size:17px;

}

/*==================================================
COUNTER GRID
==================================================*/

.td_result_counter_grid{

  display:grid;

  grid-template-columns:repeat(4,1fr);

  gap:24px;

  margin-bottom:120px;

}

/*==================================================
ITEM
==================================================*/

.td_result_counter_item{

  position:relative;

  padding:46px 30px;

  border-radius:34px;

  background:#f8fafc;

  overflow:hidden;

  transition:.4s ease;

}

/* HOVER */

.td_result_counter_item:hover{

  transform:translateY(-10px);

  background:#051435;

}

/*==================================================
NUMBER
==================================================*/

.td_result_counter_item h3{

  display:inline-block;

  font-size:78px;

  line-height:1;

  margin:0;

  color:#051435;

  font-weight:700;

  transition:.4s;

}

/* SYMBOL */

.td_result_counter_item small{

  position:relative;

  top:-26px;

  font-size:28px;

  font-weight:700;

  color:#890c25;

  transition:.4s;

}

/* TEXT */

.td_result_counter_item span{

  display:block;

  margin-top:22px;

  color:#5b6475;

  font-size:16px;

  line-height:1.8;

  transition:.4s;

}

/*==================================================
CBSE CARD
==================================================*/

.td_result_counter_text{

  display:flex;

  flex-direction:column;

  justify-content:center;

}

/* TITLE */

.td_result_counter_text h4{

  font-size:64px;

  line-height:1;

  margin-bottom:20px;

  color:#051435;

  transition:.4s;

}

/*==================================================
HOVER EFFECTS
==================================================*/

.td_result_counter_item:hover h3,
.td_result_counter_item:hover h4{

  color:#fff;

}

.td_result_counter_item:hover small{

  color:#FDC72F;

}

.td_result_counter_item:hover span{

  color:rgba(255,255,255,0.75);

}

/*==================================================
BG SHAPE
==================================================*/

.td_result_counter_item::before{

  content:"";

  position:absolute;

  right:-60px;
  bottom:-60px;

  width:180px;
  height:180px;

  border-radius:50%;

  background:rgba(137,12,37,0.06);

  transition:.4s;

}

/* HOVER */

.td_result_counter_item:hover::before{

  background:rgba(255,255,255,0.05);

  transform:scale(1.2);

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_result_counter_grid{

    grid-template-columns:repeat(2,1fr);

  }

}

@media screen and (max-width:767px){

  .td_result_counter_grid{

    grid-template-columns:1fr;

    margin-bottom:80px;

  }

  .td_result_counter_item{

    padding:34px 24px;

    border-radius:24px;

  }

  .td_result_counter_item h3{

    font-size:42px;

  }

  .td_result_counter_text h4{

    font-size:48px;

  }

}


/*==================================================
TOPPER GRID
==================================================*/

.td_topper_grid{

  display:grid;

  grid-template-columns:repeat(4,1fr);

  gap:28px;

}

/*==================================================
CARD
==================================================*/

.td_topper_card{

  position:relative;

  overflow:hidden;

  border-radius:34px;

  background:#fff;

  transition:all .45s ease;

}

/* HOVER */

.td_topper_card:hover{

  transform:translateY(-12px);

}

/*==================================================
IMAGE
==================================================*/

.td_topper_image{

  position:relative;

  overflow:hidden;

  border-radius:34px;

}

/* IMAGE */

.td_topper_image img{

  width:100%;

  height:420px;

  object-fit:cover;

  transition:all .7s ease;

}

/* HOVER IMAGE */

.td_topper_card:hover .td_topper_image img{

  transform:scale(1.08);

}

/*==================================================
OVERLAY
==================================================*/

.td_topper_overlay{

  position:absolute;

  left:0;
  top:0;

  width:100%;
  height:100%;

  background:linear-gradient(
    to top,
    rgba(5,20,53,0.92),
    rgba(5,20,53,0.08)
  );

}

/*==================================================
RANK
==================================================*/

.td_topper_rank{

  position:absolute;

  top:24px;
  left:24px;

  width:62px;
  height:62px;

  border-radius:50%;

  background:#890c25;

  color:#fff;

  font-size:18px;

  font-weight:700;

  display:flex;

  align-items:center;
  justify-content:center;

  z-index:2;

  box-shadow:0 12px 30px rgba(0,0,0,0.18);

}

/*==================================================
CONTENT
==================================================*/

.td_topper_content{

  position:absolute;

  left:0;
  bottom:0;

  width:100%;

  padding:34px 28px;

  z-index:2;

}

/* SMALL */

.td_topper_content span{

  display:inline-block;

  margin-bottom:14px;

  color:#FDC72F;

  font-size:13px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* NAME */

.td_topper_content h3{

  color:#fff;

  font-size:30px;

  margin-bottom:20px;

  line-height:1.2;

}

/*==================================================
BOTTOM
==================================================*/

.td_topper_bottom{

  display:flex;

  justify-content:space-between;

  align-items:center;

}

/* PERCENT */

.td_topper_bottom p{

  margin:0;

  color:#fff;

  font-size:24px;

  font-weight:700;

}

/* ICON */

.td_topper_bottom i{

  width:52px;
  height:52px;

  border-radius:50%;

  background:rgba(255,255,255,0.12);

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:15px;

  transition:.3s;

}

/* HOVER */

.td_topper_card:hover .td_topper_bottom i{

  background:#FDC72F;

  color:#051435;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_topper_grid{

    grid-template-columns:repeat(2,1fr);

  }

}

@media screen and (max-width:767px){

  .td_topper_grid{

    grid-template-columns:1fr;

  }

  .td_topper_image img{

    height:360px;

  }

  .td_topper_content{

    padding:24px;

  }

  .td_topper_content h3{

    font-size:24px;

  }

}

.td_topper_grid_subtitle{
  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;
}

/*==================================================
HONOUR SECTION
==================================================*/

.td_honour_top{

  margin-bottom:50px;

}

/* SMALL */

.td_honour_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

/* TITLE */

.td_honour_top h2{

  font-size:42px;

  line-height:1;

  margin:0;

}

/*==================================================
TABLE
==================================================*/

.td_honour_table_wrap{

  border-radius:36px;

  overflow:hidden;

  border:1px solid #edf2f7;

}

/* TABLE */

.td_honour_table{

  min-width:900px;

}

/* HEAD */

.td_honour_head{

  display:grid;

  grid-template-columns:140px 220px 1fr 220px;

  padding:28px 40px;

  background:#051435;

}

/* HEAD TEXT */

.td_honour_head div{

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

/* BODY */

.td_honour_body{

  max-height:650px;

  overflow-y:auto;

  background:#fff;

}

/* ROW */

.td_honour_row{

  display:grid;

  grid-template-columns:140px 220px 1fr 220px;

  padding:28px 40px;

  border-bottom:1px solid #edf2f7;

  transition:.3s;

}

/* HOVER */

.td_honour_row:hover{

  background:#f8fafc;

  padding-left:50px;

}

/* TEXT */

.td_honour_row div{

  font-size:17px;

  color:#051435;

}

/* FIRST */

.td_honour_row div:first-child{

  color:#890c25;

  font-weight:700;

}

/* LAST */

.td_honour_row div:last-child{

  font-weight:700;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_result_overview,
  .td_result_counter_grid,
  .td_topper_grid{

    grid-template-columns:repeat(2,1fr);

  }

}

@media screen and (max-width:767px){

  .td_result_showcase_section{

    padding:80px 0;

  }

  .td_result_overview{

    grid-template-columns:1fr;

    gap:30px;

  }

  .td_result_overview_left h2,
  .td_topper_heading h2,
  .td_honour_top h2{

    font-size:42px;

  }

  .td_result_counter_grid,
  .td_topper_grid{

    grid-template-columns:1fr;

  }

  .td_result_counter_item h3{

    font-size:48px;

  }

  .td_topper_image img{

    height:320px;

  }

  .td_honour_table_wrap{

    overflow-x:auto;

    border-radius:24px;

  }

}


/*==================================================
RESULT IMAGE BANNER
==================================================*/

.td_result_image_banner{

  position:relative;

  overflow:hidden;

  /* border-radius:40px; */

  margin:0 0;

}

/* IMAGE */

.td_result_image_banner img{

  width:100%;

  height:auto;

  object-fit:cover;

  display:block;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:767px){

  .td_result_image_banner{

    border-radius:24px;

    margin:80px 0;

  }

  .td_result_image_banner img{

    height:320px;

  }

}



/*==================================================
EXAM RESULT SECTION
==================================================*/

.td_exam_result_section{

  padding:120px 0;

  overflow:hidden;

}

/* NEET */

/* .td_neet_section{

  background:#fff;

} */

/* JEE */

.td_jee_section{

  background:#f8fafc;

}

/*==================================================
TOP
==================================================*/

.td_exam_result_top{

  text-align:center;

  max-width:760px;

  margin:0 auto 70px;

}

/* SMALL */

.td_exam_result_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

/* TITLE */

.td_exam_result_top h2{

  font-size:42px;

  line-height:1;

  margin-bottom:24px;

}

/* TEXT */

.td_exam_result_top p{

  color:#5b6475;

  line-height:2;

}

/*==================================================
WRAP
==================================================*/

.td_exam_result_wrap{

  display:grid;

  grid-template-columns:1fr 1fr;

  gap:70px;

  align-items:center;

  margin-bottom:80px;

}

/* REVERSE */

.td_exam_reverse{

  grid-template-columns:1fr 1fr;

}

/*==================================================
IMAGE
==================================================*/

.td_exam_result_image{

  position:relative;

  overflow:hidden;

  border-radius:40px;

}

.td_exam_result_image img{

  width:100%;

  height:700px;

  object-fit:cover;

}

/* FLOAT */

.td_exam_result_float{

  position:absolute;

  left:30px;
  bottom:30px;

  padding:28px;

  border-radius:26px;

  background:rgba(5,20,53,0.88);

  backdrop-filter:blur(10px);

}

/* NUMBER */

.td_exam_result_float h3{

  color:#fff;

  font-size:42px;

  margin-bottom:12px;

}

/* TEXT */

.td_exam_result_float span{

  color:#FDC72F;

  font-size:14px;

  line-height:1.7;

}

/*==================================================
CONTENT
==================================================*/

.td_exam_result_item{

  display:flex;

  gap:24px;

  padding:28px 0;

  border-bottom:1px solid #edf2f7;

}

/* NUMBER */

.td_exam_result_item span{

  font-size:42px;

  font-weight:700;

  color:#890c25;

  opacity:.16;

  min-width:60px;

}

/* TITLE */

.td_exam_result_item h4{

  font-size:30px;

  margin-bottom:14px;

}

/* TEXT */

.td_exam_result_item p{

  margin:0;

  line-height:2;

  color:#5b6475;

}

/*==================================================
TOPPER GRID
==================================================*/

.td_exam_topper_grid{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:28px;

}

/* CARD */

.td_exam_topper_card{

  position:relative;

  overflow:hidden;

  border-radius:34px;

}

/* IMAGE */

.td_exam_topper_card img{

  width:100%;

  height:520px;

  object-fit:cover;

  transition:.6s;

}

/* OVERLAY */

.td_exam_topper_overlay{

  position:absolute;

  left:0;
  top:0;

  width:100%;
  height:100%;

  background:linear-gradient(
    to top,
    rgba(5,20,53,0.95),
    rgba(5,20,53,0.1)
  );

}

/* CONTENT */

.td_exam_topper_content{

  position:absolute;

  left:0;
  bottom:0;

  width:100%;

  padding:34px;

  z-index:2;

}

/* SMALL */

.td_exam_topper_content span{

  display:inline-block;

  margin-bottom:14px;

  color:#FDC72F;

  font-size:13px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* NAME */

.td_exam_topper_content h3{

  color:#fff;

  font-size:34px;

  margin-bottom:14px;

}

/* SCORE */

.td_exam_topper_content p{

  color:#fff;

  font-size:24px;

  font-weight:700;

  margin:0;

}

/* HOVER */

.td_exam_topper_card:hover img{

  transform:scale(1.08);

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_exam_result_wrap,
  .td_exam_topper_grid{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_exam_result_section{

    padding:80px 0;

  }

  .td_exam_result_top h2{

    font-size:42px;

  }

  .td_exam_result_image{

    border-radius:24px;

  }

  .td_exam_result_image img{

    height:360px;

  }

  .td_exam_topper_card{

    border-radius:24px;

  }

  .td_exam_topper_card img{

    height:360px;

  }

  .td_exam_topper_content{

    padding:24px;

  }

  .td_exam_topper_content h3{

    font-size:24px;

  }

}





/*==================================================
SPORTS ACHIEVEMENT SECTION
==================================================*/

.td_sports_achievement_section{

  padding:120px 0;

  background:#fff;

}

/*==================================================
TOP
==================================================*/

.td_sports_achievement_top{

  max-width:760px;

  margin-bottom:70px;

}

/* SMALL */

.td_sports_achievement_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_sports_achievement_top h2{

  font-size:42px;

  line-height:1;

  margin-bottom:24px;

}

/* TEXT */

.td_sports_achievement_top p{

  color:#5b6475;

  line-height:2;

  margin:0;

}

/*==================================================
WRAP
==================================================*/

.td_sports_achievement_wrap{

  display:grid;

  grid-template-columns:1fr 1fr;

  gap:70px;

  align-items:center;

}

/*==================================================
IMAGE
==================================================*/

.td_sports_achievement_image{

  overflow:hidden;

  border-radius:40px;

}

.td_sports_achievement_image img{

  width:100%;

  height:760px;

  object-fit:cover;

}

/*==================================================
ITEM
==================================================*/

.td_sports_achievement_item{

  display:flex;

  gap:24px;

  padding:34px 0;

  border-bottom:1px solid #edf2f7;

}

/* NUMBER */

.td_sports_achievement_item span{

  font-size:46px;

  font-weight:700;

  color:#890c25;

  opacity:.14;

  min-width:70px;

}

/* TITLE */

.td_sports_achievement_item h3{

  font-size:32px;

  margin-bottom:16px;

}

/* TEXT */

.td_sports_achievement_item p{

  margin:0;

  color:#5b6475;

  line-height:2;

}

/*==================================================
TABLE SECTION
==================================================*/

.td_sports_table_section{

  padding-bottom:120px;

}

/* TOP */

.td_sports_table_top{

  margin-bottom:50px;

}

/* SMALL */

.td_sports_table_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_sports_table_top h2{

  font-size:42px;

  line-height:1.1;

  margin:0;

}
/*==================================================
ACHIEVEMENT TABLE SECTION
==================================================*/

.td_achievement_table_section{

  padding:120px 0;

  background:#fff;

}

/* DARK */

.td_achievement_dark{

  background:#f8fafc;

}

/*==================================================
TOP
==================================================*/

.td_achievement_table_top{

  margin-bottom:50px;

}

/* SMALL */

.td_achievement_table_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

/* TITLE */

.td_achievement_table_top h2{

  font-size:42px;

  line-height:1.1;

  margin:0;

}

/*==================================================
TABLE
==================================================*/

.td_achievement_table_wrap{

  border-radius:34px;

  overflow:hidden;

  border:1px solid #edf2f7;

  background:#fff;

}

/* TABLE */

.td_achievement_table{

  width:100%;

  min-width:700px;

}

/*==================================================
HEAD
==================================================*/

.td_achievement_head{

  display:grid;

  grid-template-columns:140px 1fr 180px;

  gap:20px;

  padding:28px 34px;

  background:#051435;

}

/* HEAD TEXT */

.td_achievement_head div{

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/*==================================================
BODY
==================================================*/

.td_achievement_body{

  background:#fff;

}

/* ROW */

.td_achievement_row{

  display:grid;

  grid-template-columns:140px 1fr 180px;

  gap:20px;

  align-items:center;

  padding:28px 34px;

  border-bottom:1px solid #edf2f7;

  transition:.3s ease;

}

/* HOVER */

.td_achievement_row:hover{

  background:#f8fafc;

  padding-left:44px;

}

/* TEXT */

.td_achievement_row div{

  color:#051435;

  font-size:17px;

  line-height:1.7;

}

/* NUMBER */

.td_achievement_row div:first-child{

  color:#890c25;

  font-weight:700;

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:767px){

  .td_achievement_table_section{

    padding:80px 0;

  }

  .td_achievement_table_top h2{

    font-size:40px;

  }

  .td_achievement_table_wrap{

    overflow-x:auto;

    border-radius:24px;

  }

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_sports_achievement_wrap{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_sports_achievement_section,
  .td_sports_table_section{

    padding:80px 0;

  }

  .td_sports_achievement_top h2,
  .td_sports_table_top h2{

    font-size:42px;

  }

  .td_sports_achievement_image{

    border-radius:24px;

  }

  .td_sports_achievement_image img{

    height:360px;

  }

  .td_sports_table_wrap{

    overflow-x:auto;

    border-radius:24px;

  }

}



/*==================================================
SPORTS REPRESENTATION SECTION
==================================================*/

.td_sports_representation_section{

  padding:120px 0;

  background:#fff;

  overflow:hidden;

}

/*==================================================
TOP
==================================================*/

.td_sports_representation_top{

  max-width:760px;

  margin-bottom:70px;

}

/* SMALL */

.td_sports_representation_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

/* TITLE */

.td_sports_representation_top h2{

  font-size:42px;

  line-height:1;

  margin-bottom:24px;

}

/* TEXT */

.td_sports_representation_top p{

  margin:0;

  color:#5b6475;

  line-height:2;

}

/*==================================================
GRID
==================================================*/

.td_sports_representation_grid{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:34px;

}

/*==================================================
ITEM
==================================================*/

.td_sports_representation_item{

  display:flex;

  gap:26px;

  align-items:center;

  padding:26px;

  border-radius:34px;

  background:#f8fafc;

  transition:.4s ease;

}

/* HOVER */

.td_sports_representation_item:hover{

  transform:translateY(-10px);

  background:#051435;

}

/*==================================================
IMAGE
==================================================*/

.td_sports_representation_image{

  position:relative;

  min-width:220px;

  overflow:hidden;

  border-radius:28px;

}

/* IMAGE */

.td_sports_representation_image img{

  width:220px;

  height:240px;

  object-fit:cover;

  transition:.5s ease;

}

/* HOVER */

.td_sports_representation_item:hover .td_sports_representation_image img{

  transform:scale(1.08);

}

/*==================================================
SPORT
==================================================*/

.td_sports_representation_sport{

  position:absolute;

  left:18px;
  bottom:18px;

  padding:10px 18px;

  border-radius:100px;

  background:rgba(5,20,53,0.88);

  backdrop-filter:blur(10px);

  color:#fff;

  font-size:13px;

  font-weight:700;

}

/*==================================================
CONTENT
==================================================*/

.td_sports_representation_content{

  flex:1;

}

/* CATEGORY */

.td_sports_representation_content span{

  display:inline-block;

  margin-bottom:16px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

  transition:.4s;

}

/* NAME */

.td_sports_representation_content h3{

  font-size:34px;

  margin-bottom:16px;

  transition:.4s;

}

/* TEXT */

.td_sports_representation_content p{

  margin:0;

  color:#5b6475;

  line-height:1.9;

  transition:.4s;

}

/*==================================================
HOVER TEXT
==================================================*/

.td_sports_representation_item:hover .td_sports_representation_content span{

  color:#FDC72F;

}

.td_sports_representation_item:hover .td_sports_representation_content h3{

  color:#fff;

}

.td_sports_representation_item:hover .td_sports_representation_content p{

  color:rgba(255,255,255,0.75);

}

/*==================================================
RESPONSIVE
==================================================*/

@media screen and (max-width:991px){

  .td_sports_representation_grid{

    grid-template-columns:1fr;

  }

}

@media screen and (max-width:767px){

  .td_sports_representation_section{

    padding:80px 0;

  }

  .td_sports_representation_top h2{

    font-size:42px;

  }

  .td_sports_representation_item{

    flex-direction:column;

    align-items:flex-start;

    padding:20px;

    border-radius:24px;

  }

  .td_sports_representation_image{

    width:100%;

    min-width:100%;

    border-radius:20px;

  }

  .td_sports_representation_image img{

    width:100%;

    height:320px;

  }

  .td_sports_representation_content h3{

    font-size:26px;

  }

}

/*==================================================
ALUMNI DESTINATION
==================================================*/

.td_alumni_destination_section{

  padding:120px 0;

}

.td_alumni_destination_top{

  max-width:760px;

  margin:0 auto 70px;

  text-align:center;

}

.td_alumni_destination_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_alumni_destination_top h2{

  font-size:42px;

  line-height:1.05;

  margin-bottom:24px;

}

.td_alumni_destination_top p{

  color:#5b6475;

  line-height:2;

}

/* GRID */

.td_alumni_destination_grid{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:24px;

}

/* ITEM */

.td_alumni_destination_item{

  position:relative;

  min-height:260px;

  overflow:hidden;

  border-radius:28px;

  background:#dde6f1;

  transition:.4s ease;

}

.td_alumni_destination_image{

  position:absolute;

  left:0;
  top:0;

  width:100%;
  height:100%;

  opacity:0;

  transition:.5s;

}

.td_alumni_destination_image img{

  width:100%;
  height:100%;

  object-fit:cover;

}

.td_alumni_destination_item::before{

  content:"";

  position:absolute;

  left:0;
  top:0;

  width:100%;
  height:100%;

  background:linear-gradient(
    to top,
    rgba(5,20,53,0.92),
    rgba(5,20,53,0.2)
  );

  opacity:0;

  transition:.5s;

  z-index:2;

}

.td_alumni_destination_content{

  position:absolute;

  left:0;
  bottom:0;

  width:100%;

  padding:40px;

  z-index:3;

}

.td_alumni_destination_content span{

  display:inline-block;

  margin-bottom:16px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

.td_alumni_destination_content h3{

  font-size:42px;

  margin-bottom:12px;

}

.td_alumni_destination_content p{

  color:#5b6475;

}

/* HOVER */

.td_alumni_destination_item:hover .td_alumni_destination_image{

  opacity:1;

}

.td_alumni_destination_item:hover::before{

  opacity:1;

}

.td_alumni_destination_item:hover h3,
.td_alumni_destination_item:hover p{

  color:#fff;

}

.td_alumni_destination_item:hover span{

  color:#FDC72F;

}


/*==================================================
VIDEO SECTION
==================================================*/

.td_alumni_video_section{

  padding:120px 0;

}

.td_alumni_video_top{

  max-width:700px;

  margin:0 auto 60px;

  text-align:center;

}

.td_alumni_video_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

.td_alumni_video_top h2{

  font-size:42px;

  line-height:1.05;

}

/* VIDEO ITEM */

.td_alumni_video_item{

  position:relative;

  overflow:hidden;

  border-radius:35px;

  cursor:pointer;

}

.td_alumni_video_item img{

  width:100%;
  height:520px;

  object-fit:cover;

  transition:.5s;

}

.td_alumni_video_overlay{

  position:absolute;

  left:0;
  top:0;

  width:100%;
  height:100%;

  background:linear-gradient(
    to top,
    rgba(5,20,53,0.95),
    rgba(5,20,53,0.1)
  );

}

.td_alumni_video_play{

  position:absolute;

  left:50%;
  top:50%;

  transform:translate(-50%,-50%);

  width:90px;
  height:90px;

  border-radius:50%;

  background:rgba(255,255,255,.18);

  display:flex;

  align-items:center;
  justify-content:center;

  color:#fff;

  font-size:24px;

  z-index:3;

}

.td_alumni_video_content{

  position:absolute;

  left:0;
  bottom:0;

  width:100%;

  padding:40px;

  z-index:3;

}

.td_alumni_video_content span{

  display:inline-block;

  margin-bottom:14px;

  color:#FDC72F;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

}

.td_alumni_video_content h3{

  color:#fff;

  font-size:32px;

}

/*==================================================
SWIPER
==================================================*/

.alumni-swiper{

  overflow:hidden;

}

.alumni-swiper .swiper-wrapper{

  display:flex;

}

.alumni-swiper .swiper-slide{

  flex-shrink:0;

}

/*==================================================
POPUP
==================================================*/

.alumniVideoPopup{

  position:fixed;

  left:0;
  top:0;

  width:100%;
  height:100vh;

  background:rgba(0,0,0,.88);

  display:flex;

  align-items:center;
  justify-content:center;

  padding:30px;

  z-index:999999;

  opacity:0;

  visibility:hidden;

  transition:.4s;

}

.alumniVideoPopup.active{

  opacity:1;

  visibility:visible;

}

/* INNER */

.alumniVideoPopupInner{

  position:relative;

  width:100%;

  max-width:850px;

  transform:scale(.9);

  transition:.4s ease;

}

.alumniVideoPopup.active .alumniVideoPopupInner{

  transform:scale(1);

}

/* IFRAME */

.alumniVideoPopup iframe{

  width:100%;

  height:480px;

  border:none;

  border-radius:24px;

  background:#000;

  box-shadow:0 25px 80px rgba(0,0,0,.45);

}

/* CLOSE */

.alumniPopupClose{

  position:absolute;

  right:-12px;
  top:-12px;

  width:48px;
  height:48px;

  border-radius:50%;

  background:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  cursor:pointer;

  z-index:9;

  font-size:18px;

  transition:.3s ease;

}

.alumniPopupClose:hover{

  background:#890c25;

  color:#fff;

}

/* MOBILE */

@media(max-width:767px){

  .alumniVideoPopup{

    padding:20px;

  }

  .alumniVideoPopupInner{

    max-width:100%;

  }

  .alumniVideoPopup iframe{

    height:240px;

    border-radius:18px;

  }

  .alumniPopupClose{

    width:42px;
    height:42px;

    right:-8px;
    top:-8px;

    font-size:16px;

  }

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_alumni_destination_grid,
  .td_alumni_story_wrap{

    grid-template-columns:1fr;

  }

}

@media(max-width:767px){

  .td_alumni_destination_section,
  .td_alumni_story_section,
  .td_alumni_video_section{

    padding:80px 0;

  }

  .td_alumni_destination_top h2,
  .td_alumni_story_top h2,
  .td_alumni_video_top h2{

    font-size:38px;

  }

  .td_story_card{

    padding:30px;

  }

  .td_alumni_story_left img{

    height:420px;

  }

}



/*==================================================
EVENT SECTION
==================================================*/

.td_event_section{

  padding:120px 0;

}

/* HEADING */

.td_event_heading{

  max-width:760px;

  margin:0 auto 60px;

  text-align:center;

}

.td_event_heading span{

  display:inline-block;

  margin-bottom:16px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_event_heading h2{

  font-size:42px;

  margin-bottom:20px;

}

.td_event_heading p{

  color:#5b6475;

  line-height:2;

}

/*==================================================
TABS
==================================================*/

.td_event_tabs{

  display:flex;

  justify-content:center;

  gap:16px;

  margin-bottom:70px;

}

.td_event_tabs button{

  border:none;

  padding:16px 32px;

  border-radius:60px;

  background:#eef2f7;

  color:#051435;

  font-size:15px;

  font-weight:700;

  transition:.4s ease;

}

.td_event_tabs button.active{

  background:#890c25;

  color:#fff;

}

.td_event_tabs button:hover{

  background:#890c25;

  color:#fff;

}

/*==================================================
CONTENT
==================================================*/

.td_event_content{

  display:none;

}

.td_event_content.active{

  display:block;

}

/*==================================================
ITEM
==================================================*/

.td_event_item{

  display:grid;

  grid-template-columns:180px 320px 1fr;

  gap:35px;

  align-items:center;

  padding:35px 0;

  border-bottom:1px solid #e7edf3;

}

/* DATE */

.td_event_date{

  width:150px;
  height:150px;

  border-radius:50%;

  background:#051435;

  display:flex;

  flex-direction:column;

  align-items:center;
  justify-content:center;

  color:#fff;

}

.td_event_date span{

  font-size:42px;

  line-height:1;

  font-weight:700;

}

.td_event_date p{

  margin-top:8px;

  font-size:14px;

  letter-spacing:1px;

}

/* IMAGE */

.td_event_image{

  overflow:hidden;

  border-radius:28px;

}

.td_event_image img{

  width:100%;

  height:240px;

  object-fit:cover;

  transition:.5s ease;

}

.td_event_item:hover .td_event_image img{

  transform:scale(1.08);

}

/* CONTENT */

.td_event_info span{

  display:inline-block;

  margin-bottom:14px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

}

.td_event_info h3{

  font-size:34px;

  margin-bottom:18px;

  line-height:1.3;

}

.td_event_info p{

  color:#5b6475;

  line-height:2;

  margin-bottom:22px;

}

/* LIST */

.td_event_info ul{

  display:flex;

  flex-wrap:wrap;

  gap:24px;

  padding:0;

  margin:0;

  list-style:none;

}

.td_event_info ul li{

  display:flex;

  align-items:center;

  gap:10px;

  color:#051435;

  font-weight:600;

}

.td_event_info ul li i{

  color:#890c25;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_event_item{

    grid-template-columns:1fr;

  }

}

@media(max-width:767px){

  .td_event_section{

    padding:80px 0;

  }

  .td_event_heading h2{

    font-size:38px;

  }

  .td_event_tabs{

    flex-wrap:wrap;

  }

  .td_event_tabs button{

    width:100%;

  }

  .td_event_date{

    width:120px;
    height:120px;

  }

  .td_event_date span{

    font-size:40px;

  }

  .td_event_image img{

    height:220px;

  }

  .td_event_info h3{

    font-size:28px;

  }

}

/*==================================================
EVENT CTA
==================================================*/

.td_event_cta_section{

  padding-bottom:120px;

}

.td_event_cta_wrap{

  position:relative;

  overflow:hidden;

  padding:70px;

  border-radius:40px;

  background:#051435;

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:40px;

}

/* SHAPE */

.td_event_cta_wrap::before{

  content:"";

  position:absolute;

  right:-120px;
  top:-120px;

  width:320px;
  height:320px;

  border-radius:50%;

  background:rgba(255,255,255,0.04);

}

/* CONTENT */

.td_event_cta_content{

  max-width:650px;

  position:relative;

  z-index:2;

}

.td_event_cta_content span{

  display:inline-block;

  margin-bottom:18px;

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_event_cta_content h2{

  color:#fff;

  font-size:42px;

  line-height:1.1;

  margin-bottom:20px;

}

.td_event_cta_content p{

  color:rgba(255,255,255,0.75);

  line-height:2;

}

/* BUTTON */

.td_event_cta_btn{

  position:relative;

  z-index:2;

}

.td_event_cta_btn a{

  display:inline-flex;

  align-items:center;

  gap:12px;

  padding:20px 34px;

  border-radius:60px;

  background:#890c25;

  color:#fff;

  font-size:15px;

  font-weight:700;

  text-transform:uppercase;

  transition:.4s ease;

}

.td_event_cta_btn a:hover{

  background:#fff;

  color:#051435;

}

/*==================================================
NO EVENT
==================================================*/

.td_no_event{

  padding:100px 20px;

  text-align:center;

}

.td_no_event i{

  font-size:70px;

  color:#890c25;

  margin-bottom:30px;

}

.td_no_event h3{

  font-size:38px;

  margin-bottom:16px;

}

.td_no_event p{

  color:#5b6475;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_event_cta_wrap{

    flex-direction:column;

    align-items:flex-start;

  }

}

@media(max-width:767px){

  .td_event_cta_wrap{

    padding:40px 30px;

    border-radius:28px;

  }

  .td_event_cta_content h2{

    font-size:36px;

  }

}


/*==================================================
PARENT FEEDBACK
==================================================*/

.td_parent_feedback_section{

  position:relative;

  padding:120px 0;

  background:#f8fafc;

}

/*==================================================
IMAGE
==================================================*/

.td_parent_feedback_image_wrap{

  position:relative;

}

/* MAIN IMAGE */

.td_parent_feedback_image{

  overflow:hidden;

  border-radius:40px;

}

.td_parent_feedback_image img{

  width:100%;

  height:720px;

  object-fit:cover;

}

/* FLOAT */

.td_parent_feedback_float{

  position:absolute;

  left:-20px;
  bottom:40px;

  width:220px;

  padding:32px;

  border-radius:30px;

  background:#890c25;

  color:#fff;

  box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.td_parent_feedback_float h3{

  font-size:54px;

  line-height:1;

  margin-bottom:12px;

}

.td_parent_feedback_float p{

  margin:0;

  line-height:1.7;

  color:rgba(255,255,255,.82);

}

/*==================================================
HEADING
==================================================*/

.td_parent_feedback_heading{

  margin-bottom:50px;

}

.td_parent_feedback_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  letter-spacing:1px;

  text-transform:uppercase;

}

.td_parent_feedback_heading h2{

  font-size:42px;

  line-height:1.08;

  margin-bottom:24px;

}

.td_parent_feedback_heading p{

  color:#5b6475;

  line-height:2;

}

/*==================================================
CARD
==================================================*/

.td_parent_feedback_card{

  position:relative;

  padding:50px;

  border-radius:35px;

  background:#fff;

  box-shadow:0 15px 50px rgba(0,0,0,.05);

}

/* QUOTE */

.td_parent_feedback_quote{

  margin-bottom:30px;

}

.td_parent_feedback_quote i{

  font-size:48px;

  color:#890c25;

}

/* TEXT */

.td_parent_feedback_card p{

  color:#5b6475;

  font-size:20px;

  line-height:2;

  margin-bottom:40px;

}

/*==================================================
META
==================================================*/

.td_parent_feedback_meta{

  display:flex;

  align-items:center;

  gap:18px;

  margin-bottom:28px;

}

.td_parent_feedback_meta img{

  width:82px;
  height:82px;

  border-radius:50%;

  object-fit:cover;

}

.td_parent_feedback_meta h3{

  font-size:24px;

  margin-bottom:6px;

}

.td_parent_feedback_meta span{

  color:#890c25;

  font-size:14px;

}

/*==================================================
RATING
==================================================*/

.td_parent_feedback_rating{

  display:flex;

  gap:6px;

}

.td_parent_feedback_rating i{

  color:#FDC72F;

}

/*==================================================
PAGINATION
==================================================*/

.td_parent_feedback_pagination{

  position:relative;

  margin-top:40px;

}

.td_parent_feedback_pagination .swiper-pagination-bullet{

  width:12px;
  height:12px;

  background:#d7d7d7;

  opacity:1;

}

.td_parent_feedback_pagination .swiper-pagination-bullet-active{

  background:#890c25;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_parent_feedback_image img{

    height:500px;

  }

  .td_parent_feedback_heading h2{

    font-size:44px;

  }

}

@media(max-width:767px){

  .td_parent_feedback_section{

    padding:80px 0;

  }

  .td_parent_feedback_heading h2{

    font-size:34px;

  }

  .td_parent_feedback_card{

    padding:30px;

    border-radius:24px;

  }

  .td_parent_feedback_card p{

    font-size:17px;

  }

  .td_parent_feedback_image{

    border-radius:24px;

  }

  .td_parent_feedback_image img{

    height:380px;

  }

  .td_parent_feedback_float{

    width:180px;

    left:15px;
    bottom:15px;

    padding:20px;

    border-radius:20px;

  }

  .td_parent_feedback_float h3{

    font-size:38px;

  }

}


/*==================================================
STUDENT FEEDBACK
==================================================*/

.td_student_feedback_section{

  padding:120px 0;

  background:#fff;

}

/*==================================================
HEADING
==================================================*/

.td_student_feedback_heading{

  max-width:760px;

  margin:0 auto 70px;

}

.td_student_feedback_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_student_feedback_heading h2{

  font-size:42px;

  line-height:1.08;

  margin-bottom:22px;

}

.td_student_feedback_heading p{

  color:#5b6475;

  line-height:2;

}

/*==================================================
GRID
==================================================*/

.td_student_feedback_grid{

  display:grid;

  grid-template-columns:repeat(12,1fr);

  gap:28px;

}

/* COMMON */

.td_student_feedback_item{

  position:relative;

  overflow:hidden;

  border-radius:35px;

  background:#f8fafc;

  transition:.4s ease;

}

.td_student_feedback_item:hover{

  transform:translateY(-6px);

}

/*==================================================
STYLE 1
==================================================*/

.td_style_1{

  grid-column:span 7;

}

.td_style_1 .td_student_feedback_image img{

  width:100%;

  height:360px;

  object-fit:cover;

}

.td_style_1 .td_student_feedback_content{

  padding:35px;

}

/*==================================================
STYLE 2
==================================================*/

.td_style_2{

  grid-column:span 5;

  /* padding:45px; */

  display:flex;

  flex-direction:column;

  justify-content:space-between;

  /* background:#051435; */

}

.td_style_20{

  grid-column:span 5;

  padding:45px;

  display:flex;

  flex-direction:column;

  justify-content:space-between;

  background:#051435;

}

.td_student_feedback_icon{

  width:80px;
  height:80px;

  border-radius:50%;

  background:rgba(255,255,255,.08);

  display:flex;

  align-items:center;
  justify-content:center;

  margin-bottom:35px;

}

.td_student_feedback_icon i{

  color:#FDC72F;

  font-size:30px;

}

.td_style_20 h3{

  color:#fff;

  font-size:34px;

  margin-bottom:18px;

}

.td_style_20 p{

  color:rgba(255,255,255,.75);

  line-height:2;

}

/*==================================================
STYLE 3
==================================================*/

.td_style_3{

  grid-column:span 4;

}

.td_style_3 .td_student_feedback_image img{

  width:100%;

  height:520px;

  object-fit:cover;

}

.td_style_3 .td_student_feedback_content{

  position:absolute;

  left:0;
  bottom:0;

  width:100%;

  padding:35px;

  background:linear-gradient(
    to top,
    rgba(5,20,53,.96),
    transparent
  );

}

.td_style_3 .td_student_feedback_content p{

  color:rgba(255,255,255,.82);

}

/*==================================================
STYLE 4
==================================================*/

.td_style_4{

  grid-column:span 8;

  display:grid;

  grid-template-columns:320px 1fr;

}

.td_student_feedback_left img{

  width:100%;

  height:100%;

  object-fit:cover;

}

.td_student_feedback_right{

  padding:40px;

}

/*==================================================
COMMON CONTENT
==================================================*/

.td_student_feedback_content span,
.td_student_feedback_right span{

  display:inline-block;

  margin-bottom:14px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_student_feedback_content p,
.td_student_feedback_right p{

  color:#5b6475;

  line-height:2;

  margin-bottom:30px;

}

.td_student_feedback_right h3{

  font-size:34px;

  margin-bottom:18px;

}

/*==================================================
BOTTOM
==================================================*/

.td_student_feedback_meta,
.td_student_feedback_bottom{

  display:flex;

  align-items:center;

  gap:16px;

}

.td_student_feedback_meta img,
.td_student_feedback_bottom img{

  width:70px;
  height:70px;

  border-radius:50%;

  object-fit:cover;

}

.td_student_feedback_meta h3{

  font-size:22px;

  margin-bottom:5px;

}

.td_student_feedback_meta span,
.td_student_feedback_bottom span{

  margin:0;

  color:#890c25;

  font-size:14px;

  font-weight:600;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_style_1,
  .td_style_2,
  .td_style_3,
  .td_style_4{

    grid-column:span 12;

  }

  .td_style_4{

    grid-template-columns:1fr;

  }

}

@media(max-width:767px){

  .td_student_feedback_section{

    padding:80px 0;

  }

  .td_student_feedback_heading h2{

    font-size:38px;

  }

  .td_student_feedback_item{

    border-radius:24px;

  }

  .td_style_2{

    padding:30px;

  }

  .td_style_2 h3,
  .td_student_feedback_right h3{

    font-size:28px;

  }

  .td_style_1 .td_student_feedback_content,
  .td_style_3 .td_student_feedback_content,
  .td_student_feedback_right{

    padding:25px;

  }

  .td_style_3 .td_student_feedback_image img{

    height:420px;

  }

}

/*==================================================
ALUMNI FEEDBACK
==================================================*/

.td_alumni_feedback_section{

  position:relative;

  padding:120px 0;

  background:#051435;

  overflow:hidden;

}

/*==================================================
WRAP
==================================================*/

.td_alumni_feedback_wrap{

  display:grid;

  grid-template-columns:.9fr 1.1fr;

  gap:80px;

  align-items:center;

}

/*==================================================
LEFT
==================================================*/

.td_alumni_feedback_left{

  position:relative;

}

/* IMAGE */

.td_alumni_feedback_image{

  overflow:hidden;

  border-radius:40px;

}

.td_alumni_feedback_image img{

  width:100%;

  height:760px;

  object-fit:cover;

}

/* FLOAT */

.td_alumni_feedback_float{

  position:absolute;

  right:-30px;
  bottom:50px;

  width:240px;

  padding:35px;

  border-radius:30px;

  background:#890c25;

  color:#fff;

  box-shadow:0 20px 60px rgba(0,0,0,.2);

}

.td_alumni_feedback_float span{

  display:inline-block;

  margin-bottom:14px;

  color:#FDC72F;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

}

.td_alumni_feedback_float h3{

  font-size:42px;

  line-height:1;

  margin-bottom:12px;

}

.td_alumni_feedback_float p{

  margin:0;

  color:rgba(255,255,255,.8);

  line-height:1.7;

}

/*==================================================
RIGHT
==================================================*/

.td_alumni_feedback_heading{

  margin-bottom:50px;

}

.td_alumni_feedback_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_alumni_feedback_heading h2{

  color:#fff;

  font-size:60px;

  line-height:1.08;

  margin-bottom:24px;

}

.td_alumni_feedback_heading p{

  color:rgba(255,255,255,.72);

  line-height:2;

}

/*==================================================
CARD
==================================================*/

.td_alumni_feedback_card{

  position:relative;

  padding:45px;

  border-radius:35px;

  background:#fff;

}

/* TOP */

.td_alumni_feedback_top{

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:20px;

  margin-bottom:35px;

}

/* PROFILE */

.td_alumni_feedback_profile{

  display:flex;

  align-items:center;

  gap:18px;

}

.td_alumni_feedback_profile img{

  width:90px;
  height:90px;

  border-radius:50%;

  object-fit:cover;

}

.td_alumni_feedback_profile h3{

  font-size:24px;

  margin-bottom:6px;

}

.td_alumni_feedback_profile span{

  color:#890c25;

  font-size:14px;

}

/* QUOTE */

.td_alumni_feedback_quote{

  width:80px;
  height:80px;

  border-radius:50%;

  background:#f3f6fb;

  display:flex;

  align-items:center;
  justify-content:center;

}

.td_alumni_feedback_quote i{

  color:#890c25;

  font-size:34px;

}

/* TEXT */

.td_alumni_feedback_card p{

  color:#5b6475;

  line-height:2;

  font-size:19px;

  margin-bottom:35px;

}

/* TAGS */

.td_alumni_feedback_tags{

  display:flex;

  flex-wrap:wrap;

  gap:12px;

}

.td_alumni_feedback_tags span{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  height:42px;

  padding:0 18px;

  border-radius:50px;

  background:#eef3f8;

  color:#051435;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

}

/*==================================================
PAGINATION
==================================================*/

.td_alumni_feedback_pagination{

  position:relative;

  margin-top:40px;

}

.td_alumni_feedback_pagination .swiper-pagination-bullet{

  width:12px;
  height:12px;

  background:rgba(255,255,255,.25);

  opacity:1;

}

.td_alumni_feedback_pagination .swiper-pagination-bullet-active{

  background:#FDC72F;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_alumni_feedback_wrap{

    grid-template-columns:1fr;

  }

  .td_alumni_feedback_heading h2{

    font-size:44px;

  }

}

@media(max-width:767px){

  .td_alumni_feedback_section{

    padding:80px 0;

  }

  .td_alumni_feedback_heading h2{

    font-size:34px;

  }

  .td_alumni_feedback_card{

    padding:30px;

    border-radius:24px;

  }

  .td_alumni_feedback_image{

    border-radius:24px;

  }

  .td_alumni_feedback_image img{

    height:420px;

  }

  .td_alumni_feedback_float{

    width:190px;

    right:15px;
    bottom:15px;

    padding:22px;

    border-radius:20px;

  }

  .td_alumni_feedback_float h3{

    font-size:42px;

  }

  .td_alumni_feedback_top{

    flex-direction:column;

    align-items:flex-start;

  }

}

/*==================================================
DIGNITARY FEEDBACK
==================================================*/

.td_dignitary_feedback_section{

  position:relative;

  padding:120px 0;

  background:#fff;

  overflow:hidden;

}

/*==================================================
HEADING
==================================================*/

.td_dignitary_feedback_heading{

  max-width:760px;

  margin:0 auto 70px;

}

.td_dignitary_feedback_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_dignitary_feedback_heading h2{

  font-size:42px;

  line-height:1.08;

  margin-bottom:24px;

}

.td_dignitary_feedback_heading p{

  color:#5b6475;

  line-height:2;

}

/*==================================================
ITEM
==================================================*/

.td_dignitary_feedback_item{

  position:relative;

  max-width:980px;

  margin:0 auto;

  padding:80px 70px;

  border-radius:45px;

  background:#f8fafc;

  text-align:center;

  overflow:hidden;

}

/* SHAPE */

.td_dignitary_feedback_item::before{

  content:"";

  position:absolute;

  right:-80px;
  top:-80px;

  width:240px;
  height:240px;

  border-radius:50%;

  background:rgba(137,12,37,.04);

}

/*==================================================
QUOTE
==================================================*/

.td_dignitary_feedback_quote{

  width:90px;
  height:90px;

  border-radius:50%;

  background:#890c25;

  display:flex;

  align-items:center;
  justify-content:center;

  margin:0 auto 40px;

}

.td_dignitary_feedback_quote i{

  color:#fff;

  font-size:34px;

}

/*==================================================
TEXT
==================================================*/

.td_dignitary_feedback_item h3{

  font-size:25px;

  line-height:1.7;

  margin-bottom:50px;

  color:#051435;

}

/*==================================================
META
==================================================*/

.td_dignitary_feedback_meta{

  display:flex;

  align-items:center;

  justify-content:center;

  gap:18px;

}

.td_dignitary_feedback_meta img{

  width:90px;
  height:90px;

  border-radius:50%;

  object-fit:cover;

}

.td_dignitary_feedback_meta h4{

  font-size:24px;

  margin-bottom:6px;

}

.td_dignitary_feedback_meta span{

  color:#890c25;

  font-size:14px;

  font-weight:600;

  text-transform:uppercase;

  letter-spacing:1px;

}

/*==================================================
PAGINATION
==================================================*/

.td_dignitary_feedback_pagination{

  position:relative;

  margin-top:50px;

}

.td_dignitary_feedback_pagination .swiper-pagination-bullet{

  width:12px;
  height:12px;

  background:#d8dce2;

  opacity:1;

}

.td_dignitary_feedback_pagination .swiper-pagination-bullet-active{

  background:#890c25;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_dignitary_feedback_heading h2{

    font-size:44px;

  }

  .td_dignitary_feedback_item{

    padding:60px 40px;

  }

  .td_dignitary_feedback_item h3{

    font-size:30px;

  }

}

@media(max-width:767px){

  .td_dignitary_feedback_section{

    padding:80px 0;

  }

  .td_dignitary_feedback_heading h2{

    font-size:34px;

  }

  .td_dignitary_feedback_item{

    padding:40px 25px;

    border-radius:28px;

  }

  .td_dignitary_feedback_quote{

    width:70px;
    height:70px;

    margin-bottom:28px;

  }

  .td_dignitary_feedback_quote i{

    font-size:24px;

  }

  .td_dignitary_feedback_item h3{

    font-size:24px;

    line-height:1.6;

    margin-bottom:35px;

  }

  .td_dignitary_feedback_meta{

    flex-direction:column;

  }

}



/*==================================================
ADMISSION COMMON
==================================================*/

.td_admission_heading{

  max-width:760px;

  margin:0 auto 70px;

}

.td_admission_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_admission_heading h2{

  font-size:42px;

  line-height:1.08;

  margin-bottom:20px;

}

.td_admission_heading p{

  color:#5b6475;

  line-height:2;

}

/*==================================================
FEE SECTION
==================================================*/

.td_admission_fee_section{

  padding:120px 0;

}

.td_fee_image{

  overflow:hidden;

  border-radius:35px;

  box-shadow:0 20px 70px rgba(0,0,0,.08);

}

.td_fee_image img{

  width:100%;

}

/*==================================================
PROCESS
==================================================*/

.td_admission_process_section{

  padding-bottom:120px;

}

.td_admission_process_grid{

  display:grid;

  grid-template-columns:repeat(4,1fr);

  gap:30px;

}

.td_admission_process_item{

  position:relative;

  padding:45px 35px;

  border-radius:35px;

  background:#f8fafc;

  transition:.4s ease;

}

.td_admission_process_item:hover{

  transform:translateY(-6px);

  background:#051435;

}

.td_admission_process_item:hover h3,
.td_admission_process_item:hover p{

  color:#fff;

}

.td_admission_process_number{

  width:80px;
  height:80px;

  border-radius:50%;

  background:#890c25;

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:28px;

  font-weight:700;

  margin-bottom:35px;

}

.td_admission_process_item h3{

  font-size:28px;

  margin-bottom:18px;

  transition:.4s ease;

}

.td_admission_process_item p{

  color:#5b6475;

  line-height:2;

  transition:.4s ease;

}

/*==================================================
BOXES
==================================================*/

.td_admission_document_section{

  padding-bottom:120px;

}

.td_admission_box{

  height:100%;

  padding:50px;

  border-radius:35px;

  background:#051435;

}

.td_style_2{

  /* background:#890c25; */

}

.td_admission_box_top{

  margin-bottom:35px;

}

.td_admission_box_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

.td_admission_box_top h2{

  color:#fff;

  font-size:42px;

  line-height:1.2;

}

.td_admission_box ul{

  padding:0;

  margin:0;

  list-style:none;

}

.td_admission_box ul li{

  position:relative;

  padding-left:34px;

  margin-bottom:20px;

  color:rgba(255,255,255,.82);

  line-height:1.8;

}

.td_admission_box ul li::before{

  content:"✓";

  position:absolute;

  left:0;
  top:0;

  color:#FDC72F;

  font-weight:700;

}

/*==================================================
RULES
==================================================*/

.td_admission_rules_section{

  padding-bottom:120px;

}

.td_admission_rules_wrap{

  padding:70px;

  border-radius:40px;

  background:#f8fafc;

  display:grid;

  grid-template-columns:.9fr 1.1fr;

  gap:70px;

}

.td_admission_rules_content span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

.td_admission_rules_content h2{

  font-size:54px;

  line-height:1.08;

  margin-bottom:22px;

}

.td_admission_rules_content p{

  color:#5b6475;

  line-height:2;

}

.td_admission_rules_list{

  display:flex;

  flex-direction:column;

  gap:20px;

}

.td_admission_rule_item{

  display:flex;

  align-items:center;

  gap:18px;

  padding:24px 28px;

  border-radius:22px;

  background:#fff;

}

.td_admission_rule_item i{

  width:60px;
  height:60px;

  border-radius:50%;

  background:#890c25;

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:22px;

}

.td_admission_rule_item span{

  font-size:18px;

  font-weight:600;

  color:#051435;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_admission_process_grid{

    grid-template-columns:repeat(2,1fr);

  }

  .td_admission_rules_wrap{

    grid-template-columns:1fr;

  }

}

@media(max-width:767px){

  .td_admission_fee_section,
  .td_admission_process_section,
  .td_admission_document_section,
  .td_admission_rules_section{

    padding-bottom:80px;

  }

  .td_admission_heading h2{

    font-size:36px;

  }

  .td_admission_process_grid{

    grid-template-columns:1fr;

  }

  .td_admission_process_item,
  .td_admission_box{

    padding:30px;

    border-radius:24px;

  }

  .td_admission_rules_wrap{

    padding:35px 25px;

    border-radius:28px;

  }

  .td_admission_rules_content h2{

    font-size:36px;

  }

  .td_admission_rule_item{

    padding:18px;

  }

  .td_admission_rule_item span{

    font-size:15px;

  }

}

/*==================================================
FEE TABLE
==================================================*/

.td_fee_table_wrap{

  overflow:auto;

  border-radius:35px;

  background:#fff;

  box-shadow:0 20px 60px rgba(0,0,0,.06);

}

/* TABLE */

.td_fee_table{

  width:100%;

  border-collapse:collapse;

  min-width:1100px;

}

/* HEAD */

.td_fee_table thead{

  background:#051435;

}

.td_fee_table thead th{

  padding:24px 20px;

  color:#fff;

  font-size:18px;

  text-align:center;

  border:1px solid rgba(255,255,255,.08);

}

/* BODY */

.td_fee_table tbody td{

  padding:24px 20px;

  border:1px solid #edf1f5;

  text-align:center;

  font-size:17px;

  font-weight:600;

  color:#051435;

}

/* LEFT */

.td_fee_table tbody td:first-child{

  text-align:left;

  width:320px;

}

/* STRONG */

.td_fee_table tbody td strong{

  display:block;

  margin-bottom:10px;

  font-size:22px;

}

/* SMALL */

.td_fee_table tbody td span{

  display:block;

  color:#5b6475;

  font-size:14px;

  line-height:1.8;

  font-weight:400;

}

/* TOTAL */

.td_fee_total{

  background:#890c25;

}

.td_fee_total td{

  color:#fff !important;

  font-size:20px !important;

  font-weight:700 !important;

}

/*==================================================
INFO BOX
==================================================*/

.td_fee_info_box{

  height:100%;

  padding:45px;

  border-radius:35px;

  background:#f8fafc;

}

/* DARK */

.td_fee_info_box.td_style_2{

  background:#051435;

}

/* TOP */

.td_fee_info_top{

  margin-bottom:35px;

}

.td_fee_info_top span{

  display:inline-block;

  margin-bottom:14px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

.td_style_2 .td_fee_info_top span{

  color:#FDC72F;

}

.td_fee_info_top h3{

  font-size:38px;

}

.td_style_2 .td_fee_info_top h3{

  color:#fff;

}

/* LIST */

.td_fee_info_box ul{

  padding:0;

  margin:0;

  list-style:none;

}

.td_fee_info_box ul li{

  position:relative;

  padding-left:34px;

  margin-bottom:18px;

  color:#5b6475;

  line-height:1.8;

}

.td_fee_info_box ul li::before{

  content:"✓";

  position:absolute;

  left:0;
  top:0;

  color:#890c25;

  font-weight:700;

}

/*==================================================
PAYMENT
==================================================*/

.td_payment_detail{

  display:flex;

  flex-direction:column;

  gap:22px;

}

.td_payment_detail div{

  padding:20px 24px;

  border-radius:20px;

  background:rgba(255,255,255,.06);

}

.td_payment_detail strong{

  display:block;

  margin-bottom:8px;

  color:#FDC72F;

  font-size:14px;

  text-transform:uppercase;

}

.td_payment_detail span{

  color:#fff;

  font-size:20px;

  font-weight:600;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:767px){

  .td_fee_info_box{

    padding:30px;

    border-radius:24px;

  }

  .td_fee_info_top h3{

    font-size:30px;

  }

}


/*==================================================
POPUP V2
==================================================*/

.td_admission_popup_v2{

  position:fixed;

  left:50%;
  top:50%;

  transform:translate(-50%,-50%) scale(.92);

  width:92%;

  max-width:760px;

  background:#fff;

  border-radius:24px;

  overflow:hidden;

  z-index:999999;

  display:grid;

  grid-template-columns:1fr .82fr;

  opacity:0;

  visibility:hidden;

  transition:.4s ease;

  box-shadow:0 25px 70px rgba(0,0,0,.18);

}

/* ACTIVE */

.td_admission_popup_v2.active{

  opacity:1;

  visibility:visible;

  /* transform:translate(-50%,-50%) scale(1); */

}

/*==================================================
OVERLAY
==================================================*/

.td_admission_popup_v2_overlay{

  position:fixed;

  inset:0;

  background:rgba(0,0,0,.72);

  backdrop-filter:blur(4px);

  z-index:99999;

  opacity:0;

  visibility:hidden;

  transition:.4s ease;

}

.td_admission_popup_v2_overlay.active{

  opacity:1;

  visibility:visible;

}

/*==================================================
LEFT
==================================================*/

.td_admission_popup_v2_left{

  padding:34px;

}

/* BADGE */

.td_admission_popup_v2_badge{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  height:36px;

  padding:0 16px;

  border-radius:50px;

  background:#f3e8eb;

  color:#890c25;

  font-size:11px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

  margin-bottom:18px;

}

/* SMALL */

.td_admission_popup_v2_left h4{

  color:#890c25;

  font-size:12px;

  line-height:1.7;

  text-transform:uppercase;

  letter-spacing:1px;

  margin-bottom:14px;

}

/* TITLE */

.td_admission_popup_v2_left h2{

  font-size:42px;

  line-height:.95;

  margin-bottom:8px;

}

.td_admission_popup_v2_left h2 span{

  display:block;

  color:#890c25;

}

/* SUB */

.td_admission_popup_v2_left h3{

  font-size:24px;

  margin-bottom:14px;

}

/* TEXT */

.td_admission_popup_v2_left p{

  color:#5b6475;

  line-height:1.7;

  font-size:15px;

  margin-bottom:20px;

}

/*==================================================
FEATURES
==================================================*/

.td_admission_popup_v2_features{

  display:flex;

  flex-wrap:wrap;

  gap:8px;

  margin-bottom:22px;

}

.td_admission_popup_v2_features span{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  height:34px;

  padding:0 12px;

  border-radius:50px;

  background:#f7f7f7;

  color:#051435;

  font-size:11px;

  font-weight:600;

}

/*==================================================
BUTTON
==================================================*/

.td_admission_popup_v2_btns{

  margin-bottom:20px;

}

.td_admission_popup_v2_btns a{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  height:48px;

  padding:0 24px;

  border-radius:60px;

  background:#890c25;

  color:#fff;

  font-size:12px;

  font-weight:700;

  text-transform:uppercase;

  transition:.3s ease;

}

.td_admission_popup_v2_btns a:hover{

  background:#051435;

}

/*==================================================
CONTACT
==================================================*/

.td_admission_popup_v2_contact{

  display:flex;

  flex-direction:column;

  gap:10px;

}

.td_admission_popup_v2_contact div{

  display:flex;

  align-items:center;

  gap:10px;

}

.td_admission_popup_v2_contact i{

  width:34px;
  height:34px;

  border-radius:50%;

  background:#051435;

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:12px;

}

.td_admission_popup_v2_contact span{

  color:#051435;

  font-size:13px;

  font-weight:600;

}

/*==================================================
RIGHT
==================================================*/

.td_admission_popup_v2_right{

  position:relative;

  min-height:480px;

}

.td_admission_popup_v2_right img{

  width:100%;
  height:100%;

  object-fit:cover;

}

/* OVERLAY */

.td_admission_popup_v2_overlay_text{

  position:absolute;

  left:22px;
  bottom:22px;

  z-index:2;

}

.td_admission_popup_v2_overlay_text span{

  display:inline-block;

  margin-bottom:10px;

  color:#FDC72F;

  font-size:12px;

  font-weight:700;

  text-transform:uppercase;

}

.td_admission_popup_v2_overlay_text h3{

  color:#fff;

  font-size:28px;

  line-height:1.1;

}

/* DARK */

.td_admission_popup_v2_right::before{

  content:"";

  position:absolute;

  inset:0;

  background:linear-gradient(
    to top,
    rgba(5,20,53,.92),
    rgba(5,20,53,.15)
  );

}

/*==================================================
CLOSE
==================================================*/

.td_admission_popup_v2_close{

  position:absolute;

  right:16px;
  top:16px;

  width:38px;
  height:38px;

  border:none;

  border-radius:50%;

  background:#fff;

  color:#051435;

  cursor:pointer;

  z-index:10;

  box-shadow:0 10px 30px rgba(0,0,0,.12);

  transition:.3s ease;

}

.td_admission_popup_v2_close:hover{

  background:#890c25;

  color:#fff;

  transform:rotate(90deg);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_admission_popup_v2{

    grid-template-columns:1fr;

    max-width:94%;

  }

  .td_admission_popup_v2_right{

    height:220px;

    min-height:auto;

    order:-1;

  }

}

@media(max-width:767px){

  .td_admission_popup_v2{

    border-radius:20px;

    max-height:90vh;

    overflow-y:auto;

  }

  .td_admission_popup_v2_left{

    padding:24px 20px;

  }

  .td_admission_popup_v2_left h2{

    font-size:34px;

  }

  .td_admission_popup_v2_left h3{

    font-size:20px;

  }

}


/*==================================================
ENQUIRY SECTION
==================================================*/

.td_enquiry_section{

  position:relative;

  padding:120px 0;

  background:
  linear-gradient(
    135deg,
    #f4f7fb 0%,
    #eef2f7 100%
  );

  overflow:hidden;

}

/*==================================================
HEADING
==================================================*/

.td_enquiry_heading{

  max-width:760px;

  margin:0 auto 60px;

}

.td_enquiry_heading span{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  height:42px;

  padding:0 18px;

  border-radius:50px;

  background:#f1e7ea;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

  margin-bottom:20px;

}

.td_enquiry_heading h2{

  font-size:42px;

  line-height:1.08;

  margin-bottom:20px;

}

.td_enquiry_heading p{

  color:#5b6475;

  line-height:2;

}

/*==================================================
WRAP
==================================================*/

.td_enquiry_wrap{

  position:relative;

  padding:55px;

  border-radius:40px;

  background:rgba(255,255,255,.7);

  backdrop-filter:blur(16px);

  border:1px solid rgba(255,255,255,.5);

  box-shadow:
  0 20px 60px rgba(0,0,0,.05);

}

/*==================================================
TIMELINE
==================================================*/

.td_enquiry_steps{

  display:flex;

  justify-content:space-between;

  position:relative;

  margin-bottom:60px;

}

.td_enquiry_steps::before{

  content:"";

  position:absolute;

  left:0;
  top:28px;

  width:100%;
  height:3px;

  background:#e5ebf2;

}

/* STEP */

.td_enquiry_step{

  position:relative;

  z-index:2;

  text-align:center;

}

.td_enquiry_step_number{

  width:58px;
  height:58px;

  border-radius:50%;

  background:#dfe6ee;

  color:#051435;

  display:flex;

  align-items:center;
  justify-content:center;

  margin:0 auto 14px;

  font-size:18px;

  font-weight:700;

  transition:.35s ease;

  border:4px solid #fff;

}

.td_enquiry_step span{

  color:#7a8596;

  font-size:14px;

  font-weight:600;

}

/* ACTIVE */

.td_enquiry_step.active .td_enquiry_step_number{

  background:#890c25;

  color:#fff;

  transform:scale(1.05);

  box-shadow:0 10px 30px rgba(137,12,37,.2);

}

.td_enquiry_step.active span{

  color:#890c25;

}

/*==================================================
FORM STEP
==================================================*/

.td_form_step{

  display:none;

}

.td_form_step.active{

  display:block;

}

/*==================================================
FIELD
==================================================*/

.td_form_field{

  position:relative;

}

.td_form_field label{

  display:block;

  margin-bottom:14px;

  color:#051435;

  font-size:15px;

  font-weight:700;

}

/* INPUT */

.td_form_field input,
.td_form_field select,
.td_form_field textarea{

  width:100%;

  border:none;

  outline:none;

  border-radius:20px;

  background:#fff;

  padding:0 24px;

  color:#051435;

  font-size:15px;

  box-shadow:
  0 8px 25px rgba(0,0,0,.03);

  transition:.3s ease;

}

/* INPUT HEIGHT */

.td_form_field input,
.td_form_field select{

  height:62px;

}

/* TEXTAREA */

.td_form_field textarea{

  height:170px;

  resize:none;

  padding-top:22px;

}

/* FOCUS */

.td_form_field input:focus,
.td_form_field select:focus,
.td_form_field textarea:focus{

  box-shadow:
  0 0 0 4px rgba(137,12,37,.08);

}

/*==================================================
FORM ACTIONS
==================================================*/

.td_form_actions{

  display:flex;

  align-items:center;

  justify-content:space-between;

  margin-top:55px;

}

/* BUTTONS */

.td_prev_btn,
.td_next_btn,
.td_enquiry_submit_btn{

  height:58px;

  min-width:180px;

  border:none;

  border-radius:60px;

  display:inline-flex;

  align-items:center;

  justify-content:center;

  gap:12px;

  padding:0 28px;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  cursor:pointer;

  transition:.35s ease;

}

/* PREV */

.td_prev_btn{

  background:#e9eef5;

  color:#051435;

}

/* NEXT */

.td_next_btn,
.td_enquiry_submit_btn{

  background:#890c25;

  color:#fff;

  box-shadow:
  0 12px 30px rgba(137,12,37,.18);

}

/* HOVER */

.td_prev_btn:hover,
.td_next_btn:hover,
.td_enquiry_submit_btn:hover{

  transform:translateY(-3px);

}

/*==================================================
SUCCESS
==================================================*/

.td_enquiry_success{

  text-align:center;

  padding:60px 20px;

}

.td_enquiry_success_icon{

  width:90px;
  height:90px;

  border-radius:50%;

  background:#890c25;

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  margin:0 auto 28px;

  font-size:34px;

  box-shadow:
  0 20px 40px rgba(137,12,37,.18);

}

.td_enquiry_success h3{

  font-size:42px;

  margin-bottom:18px;

}

.td_enquiry_success p{

  max-width:620px;

  margin:0 auto 30px;

  color:#5b6475;

  line-height:2;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_enquiry_wrap{

    padding:40px;

  }

}

@media(max-width:767px){

  .td_enquiry_section{

    padding:80px 0;

  }

  .td_enquiry_wrap{

    padding:28px 20px;

    border-radius:26px;

  }

  .td_enquiry_heading h2{

    font-size:36px;

  }

  .td_enquiry_steps{

    gap:16px;

    overflow:auto;

    padding-bottom:10px;

  }

  .td_enquiry_steps::before{

    display:none;

  }

  .td_enquiry_step{

    min-width:120px;

  }

  .td_form_actions{

    flex-direction:column;

    gap:14px;

  }

  .td_prev_btn,
  .td_next_btn,
  .td_enquiry_submit_btn{

    width:100%;

  }

}



/*==================================================
ADMISSION CTA
==================================================*/

.td_admission_cta_section{

  position:relative;

  padding:120px 0;

  overflow:hidden;

}

/*==================================================
WRAP
==================================================*/

.td_admission_cta_wrap{

  position:relative;

  padding:80px;

  border-radius:40px;

  background:
  linear-gradient(
    135deg,
    #051435 0%,
    #0b234f 100%
  );

  overflow:hidden;

  display:grid;

  grid-template-columns:1.2fr .8fr;

  gap:60px;

  align-items:center;

}

/* SHAPES */

.td_admission_cta_wrap::before{

  content:"";

  position:absolute;

  right:-120px;
  top:-120px;

  width:320px;
  height:320px;

  border-radius:50%;

  background:rgba(255,255,255,.04);

}

.td_admission_cta_wrap::after{

  content:"";

  position:absolute;

  left:-100px;
  bottom:-100px;

  width:240px;
  height:240px;

  border-radius:50%;

  background:rgba(253,199,47,.08);

}

/*==================================================
CONTENT
==================================================*/

.td_admission_cta_content{

  position:relative;

  z-index:2;

}

.td_admission_cta_content span{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  height:42px;

  padding:0 18px;

  border-radius:50px;

  background:rgba(255,255,255,.08);

  color:#FDC72F;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

  margin-bottom:24px;

}

/* TITLE */

.td_admission_cta_content h2{

  color:#fff;

  font-size:42px;

  line-height:1.05;

  margin-bottom:24px;

}

/* TEXT */

.td_admission_cta_content p{

  color:rgba(255,255,255,.75);

  line-height:2;

  margin-bottom:35px;

  max-width:700px;

}

/*==================================================
FEATURES
==================================================*/

.td_admission_cta_features{

  display:flex;

  flex-wrap:wrap;

  gap:16px;

}

.td_admission_cta_feature{

  display:flex;

  align-items:center;

  gap:12px;

}

.td_admission_cta_feature i{

  width:34px;
  height:34px;

  border-radius:50%;

  background:#890c25;

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:12px;

}

.td_admission_cta_feature span{

  all:unset;

  color:#fff;

  font-size:15px;

  font-weight:600;

}

/*==================================================
CARD
==================================================*/

.td_admission_cta_card{

  position:relative;

  z-index:2;

  padding:50px 40px;

  border-radius:35px;

  background:#fff;

  text-align:center;

  box-shadow:
  0 20px 60px rgba(0,0,0,.08);

}

/* ICON */

.td_admission_cta_icon{

  width:90px;
  height:90px;

  border-radius:50%;

  background:#890c25;

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  margin:0 auto 28px;

  font-size:34px;

}

/* TITLE */

.td_admission_cta_card h3{

  font-size:34px;

  line-height:1.2;

  margin-bottom:18px;

}

/* TEXT */

.td_admission_cta_card p{

  color:#5b6475;

  line-height:1.9;

  margin-bottom:30px;

}

/* BUTTON */

.td_admission_cta_btn{

  height:58px;

  padding:0 34px;

  border-radius:60px;

  background:#890c25;

  color:#fff;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  gap:12px;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  transition:.35s ease;

}

.td_admission_cta_btn:hover{

  background:#051435;

  color:#fff;

  transform:translateY(-3px);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_admission_cta_wrap{

    grid-template-columns:1fr;

    padding:60px 40px;

  }

  .td_admission_cta_content h2{

    font-size:46px;

  }

}

@media(max-width:767px){

  .td_admission_cta_section{

    padding:80px 0;

  }

  .td_admission_cta_wrap{

    padding:40px 24px;

    border-radius:28px;

  }

  .td_admission_cta_content h2{

    font-size:34px;

  }

  .td_admission_cta_features{

    flex-direction:column;

    align-items:flex-start;

  }

  .td_admission_cta_card{

    padding:35px 24px;

    border-radius:24px;

  }

  .td_admission_cta_card h3{

    font-size:28px;

  }

}



/*==================================================
COMMON
==================================================*/

.td_contact_heading{

  max-width:760px;

  margin:0 auto 70px;

}

.td_contact_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

.td_contact_heading h2{

  font-size:42px;

  line-height:1.08;

  margin-bottom:20px;

}

.td_contact_heading p{

  color:#5b6475;

  line-height:2;

}

/*==================================================
CONTACT INFO
==================================================*/

.td_contact_info_section{

  padding:120px 0;

  background:#fff;

}

.td_contact_info_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:30px;

}

/*==================================================
ITEM
==================================================*/

.td_contact_info_item{

  position:relative;

  overflow:hidden;

  padding:50px 40px;

  border-radius:35px;

  background:#f8fafc;

  text-align:center;

  transition:.45s ease;

  border:1px solid rgba(0,0,0,.04);

}

/* HOVER EFFECT */

.td_contact_info_item:hover{

  transform:translateY(-8px);

  background:#051435;

  box-shadow:
  0 25px 70px rgba(5,20,53,.18);

}

/*==================================================
ICON
==================================================*/

.td_contact_info_icon{

  width:90px;
  height:90px;

  border-radius:50%;

  background:#890c25;

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  margin:0 auto 30px;

  font-size:32px;

  transition:.4s ease;

}

.td_contact_info_item:hover
.td_contact_info_icon{

  background:#FDC72F;

  color:#051435;

  transform:rotateY(180deg);

}

/*==================================================
TITLE
==================================================*/

.td_contact_info_item h3{

  font-size:32px;

  margin-bottom:16px;

  transition:.35s ease;

}

/*==================================================
TEXT
==================================================*/

.td_contact_info_item p{

  color:#5b6475;

  line-height:2;

  margin:0;

  transition:.35s ease;

}

/*==================================================
NUMBER LINKS
==================================================*/

.td_contact_info_numbers{

  display:flex;

  flex-direction:column;

  gap:10px;

}

.td_contact_info_numbers a{

  color:#051435;

  font-size:18px;

  font-weight:600;

  transition:.35s ease;

}

/*==================================================
HOVER TEXT
==================================================*/

.td_contact_info_item:hover h3,
.td_contact_info_item:hover p,
.td_contact_info_item:hover
.td_contact_info_numbers a{

  color:#fff;

}

.td_contact_info_item:hover
.td_contact_info_numbers a:hover{

  color:#FDC72F;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_contact_info_grid{

    grid-template-columns:1fr 1fr;

  }

}

@media(max-width:767px){

  .td_contact_info_section{

    padding:80px 0;

  }

  .td_contact_info_grid{

    grid-template-columns:1fr;

  }

  .td_contact_info_item{

    padding:40px 28px;

    border-radius:24px;

  }

  .td_contact_info_item h3{

    font-size:26px;

  }

}
/*==================================================
CAMPUS ADDRESS
==================================================*/

.td_campus_address_section{

  padding-bottom:120px;

}

.td_campus_address_wrap{

  display:grid;

  grid-template-columns:1fr 1fr;

  gap:60px;

  align-items:center;

}

.td_campus_address_content span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

.td_campus_address_content h2{

  font-size:42px;

  line-height:1.08;

  margin-bottom:20px;

}

.td_campus_address_content p{

  color:#5b6475;

  line-height:2;

}

.td_campus_address_image{

  overflow:hidden;

  border-radius:35px;

}

.td_campus_address_image img{

  width:100%;

}

.td_campus_address_list{

  margin-top:35px;

}

.td_campus_address_item{

  display:flex;

  gap:22px;

  margin-bottom:28px;

}

.td_campus_address_item i{

  width:70px;
  height:70px;

  border-radius:50%;

  background:#890c25;

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:22px;

}

.td_campus_address_item h4{

  font-size:24px;

  margin-bottom:10px;

}

/*==================================================
MAP
==================================================*/

.td_contact_map iframe{

  width:100%;

  height:600px;

  border:none;

}

/*==================================================
ADMISSION CONTACT
==================================================*/

.td_admission_contact_section{

  padding:120px 0;

}

.td_admission_contact_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:30px;

}

.td_admission_contact_item{

  padding:45px;

  border-radius:35px;

  background:#f8fafc;

  text-align:center;

  transition:.4s ease;

  border:1px solid transparent;

}

/* HOVER */

.td_admission_contact_item:hover{

  transform:translateY(-8px);

  background:#fff;

  border-color:rgba(0,0,0,.04);

  box-shadow:
  0 20px 60px rgba(5,20,53,.08);

}

.td_admission_contact_numbers{

  display:flex;

  flex-direction:column;

  gap:10px;

}



.td_admission_contact_item img{

  width:120px;
  height:120px;

  border-radius:50%;

  object-fit:cover;

  margin-bottom:24px;

}

.td_admission_contact_item h3{

  font-size:28px;

  margin-bottom:10px;

}

.td_admission_contact_item span{

  display:block;

  margin-bottom:20px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

.td_admission_contact_item a{

  color:#051435;

  font-size:18px;

  font-weight:600;

}

/*==================================================
SOCIAL
==================================================*/

.td_social_media_section{

  padding-bottom:120px;

}

.td_social_media_wrap{

  padding:70px;

  border-radius:40px;

  background:#051435;

  display:grid;

  grid-template-columns:1fr 1fr;

  gap:60px;

  align-items:center;

}

.td_social_media_content span{

  display:inline-block;

  margin-bottom:18px;

  color:#FDC72F;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

.td_social_media_content h2{

  color:#fff;

  font-size:42px;

  line-height:1.08;

  margin-bottom:20px;

}

.td_social_media_content p{

  color:rgba(255,255,255,.72);

  line-height:2;

}

.td_social_media_links{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:20px;

}

.td_social_media_item{

  height:90px;

  border-radius:24px;

  background:rgba(255,255,255,.08);

  display:flex;

  align-items:center;

  gap:18px;

  padding:0 30px;

  color:#fff;

  transition:.35s ease;

}

.td_social_media_item:hover{

  background:#890c25;

  transform:translateY(-4px);

}

.td_social_media_item i{

  font-size:24px;

}

.td_social_media_item span{

  font-size:18px;

  font-weight:600;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_contact_info_grid,
  .td_admission_contact_grid,
  .td_campus_address_wrap,
  .td_social_media_wrap{

    grid-template-columns:1fr;

  }

}

@media(max-width:767px){

  .td_contact_heading h2,
  .td_campus_address_content h2,
  .td_social_media_content h2{

    font-size:36px;

  }

  .td_contact_info_section,
  .td_admission_contact_section{

    padding:80px 0;

  }

  .td_campus_address_section,
  .td_social_media_section{

    padding-bottom:80px;

  }

  .td_social_media_wrap{

    padding:40px 24px;

    border-radius:28px;

  }

  .td_social_media_links{

    grid-template-columns:1fr;

  }

}


/*==================================================
CERTIFICATE SECTION
==================================================*/

.td_certificate_section{

  padding:120px 0;

  background:#f8fafc;

}

/*==================================================
HEADING
==================================================*/

.td_certificate_heading{

  max-width:760px;

  margin:0 auto 70px;

}

.td_certificate_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

}

.td_certificate_heading h2{

  font-size:42px;

  line-height:1.08;

  margin-bottom:20px;

}

.td_certificate_heading p{

  color:#5b6475;

  line-height:2;

}

/*==================================================
GRID
==================================================*/

.td_certificate_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:30px;

}

/*==================================================
ITEM
==================================================*/

.td_certificate_item{

  position:relative;

  overflow:hidden;

  border-radius:35px;

  background:#fff;

  box-shadow:
  0 15px 50px rgba(0,0,0,.05);

  transition:.4s ease;

}

.td_certificate_item:hover{

  transform:translateY(-6px);

}

/*==================================================
IMAGE
==================================================*/

.td_certificate_image{

  position:relative;

  overflow:hidden;

}

.td_certificate_image img{

  width:100%;

  height:340px;

  object-fit:cover;

  transition:.5s ease;

}

.td_certificate_item:hover img{

  transform:scale(1.06);

}

/*==================================================
OVERLAY
==================================================*/

.td_certificate_overlay{

  position:absolute;

  inset:0;

  background:rgba(5,20,53,.72);

  display:flex;

  align-items:center;
  justify-content:center;

  opacity:0;

  transition:.4s ease;

}

.td_certificate_item:hover .td_certificate_overlay{

  opacity:1;

}

.td_certificate_overlay a{

  width:72px;
  height:72px;

  border-radius:50%;

  background:#fff;

  color:#051435;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:24px;

  transition:.35s ease;

}

.td_certificate_overlay a:hover{

  background:#890c25;

  color:#fff;

}

/*==================================================
CONTENT
==================================================*/

.td_certificate_content{

  padding:32px;

}

.td_certificate_content span{

  display:inline-block;

  margin-bottom:14px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

}

.td_certificate_content h3{

  font-size:30px;

  margin:0;

}

/*==================================================
PDF STYLE
==================================================*/

.td_pdf_style{

  padding:45px 35px;

  text-align:center;

  display:flex;

  flex-direction:column;

  justify-content:center;

}

/* ICON */

.td_certificate_pdf_icon{

  width:110px;
  height:110px;

  border-radius:50%;

  background:#890c25;

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  margin:0 auto 28px;

  font-size:42px;

}

/* BUTTON */

.td_certificate_btn{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  height:54px;

  padding:0 28px;

  border-radius:60px;

  background:#051435;

  color:#fff;

  margin-top:25px;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  transition:.35s ease;

}

.td_certificate_btn:hover{

  background:#890c25;

  color:#fff;

  transform:translateY(-3px);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_certificate_grid{

    grid-template-columns:repeat(2,1fr);

  }

}

@media(max-width:767px){

  .td_certificate_section{

    padding:80px 0;

  }

  .td_certificate_heading h2{

    font-size:36px;

  }

  .td_certificate_grid{

    grid-template-columns:1fr;

  }

  .td_certificate_item{

    border-radius:24px;

  }

  .td_certificate_image img{

    height:280px;

  }

  .td_certificate_content{

    padding:24px;

  }

  .td_certificate_content h3{

    font-size:24px;

  }

}


/*==================================================
CERTIFICATE POPUP
==================================================*/

.td_certificate_popup{

  position:fixed;

  inset:0;

  background:rgba(0,0,0,.92);

  z-index:999999;

  display:flex;

  align-items:center;
  justify-content:center;

  opacity:0;

  visibility:hidden;

  transition:.35s ease;

  padding:40px;

}

/* ACTIVE */

.td_certificate_popup.active{

  opacity:1;

  visibility:visible;

}

/* IMAGE */

.td_certificate_popup_img{

  max-width:90%;

  max-height:90vh;

  border-radius:20px;

  transform:scale(.9);

  transition:.35s ease;

  box-shadow:
  0 20px 70px rgba(0,0,0,.3);

}

.td_certificate_popup.active
.td_certificate_popup_img{

  transform:scale(1);

}

/*==================================================
CLOSE
==================================================*/

.td_certificate_popup_close{

  position:absolute;

  top:25px;
  right:25px;

  width:54px;
  height:54px;

  border-radius:50%;

  background:#fff;

  color:#051435;

  display:flex;

  align-items:center;
  justify-content:center;

  cursor:pointer;

  font-size:20px;

  transition:.3s ease;

}

.td_certificate_popup_close:hover{

  background:#890c25;

  color:#fff;

  transform:rotate(90deg);

}

/*==================================================
ARROWS
==================================================*/

.td_certificate_popup_prev,
.td_certificate_popup_next{

  position:absolute;

  top:50%;

  transform:translateY(-50%);

  width:60px;
  height:60px;

  border-radius:50%;

  background:#fff;

  color:#051435;

  display:flex;

  align-items:center;
  justify-content:center;

  cursor:pointer;

  font-size:22px;

  transition:.3s ease;

}

.td_certificate_popup_prev:hover,
.td_certificate_popup_next:hover{

  background:#890c25;

  color:#fff;

}

/* LEFT */

.td_certificate_popup_prev{

  left:30px;

}

/* RIGHT */

.td_certificate_popup_next{

  right:30px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:767px){

  .td_certificate_popup{

    padding:20px;

  }

  .td_certificate_popup_prev,
  .td_certificate_popup_next{

    width:46px;
    height:46px;

    font-size:16px;

  }

  .td_certificate_popup_prev{

    left:10px;

  }

  .td_certificate_popup_next{

    right:10px;

  }

  .td_certificate_popup_close{

    width:44px;
    height:44px;

    top:15px;
    right:15px;

    font-size:16px;

  }

}


/*==================================================
VIDEO TOUR
==================================================*/

.td_video_tour_section{

  padding:120px 0;

}

/* WRAP */

.td_video_tour_wrap{

  position:relative;

  overflow:hidden;

  border-radius:40px;

}

/* IMAGE */

.td_video_tour_image{

  position:relative;

}

.td_video_tour_image img{

  width:100%;

  height:700px;

  object-fit:cover;

}

/* OVERLAY */

.td_video_tour_overlay{

  position:absolute;

  inset:0;

  background:
  linear-gradient(
    to top,
    rgba(5,20,53,.92),
    rgba(5,20,53,.15)
  );

  display:flex;

  flex-direction:column;

  align-items:center;

  justify-content:center;

  text-align:center;

  padding:40px;

}

.td_video_tour_overlay span{

  display:inline-flex;

  align-items:center;

  justify-content:center;

  height:42px;

  padding:0 18px;

  border-radius:50px;

  background:rgba(255,255,255,.12);

  color:#FDC72F;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  margin-bottom:24px;

}

.td_video_tour_overlay h2{

  color:#fff;

  font-size:68px;

  line-height:1.05;

  margin-bottom:35px;

  max-width:900px;

}

/* PLAY BUTTON */

.td_video_tour_btn{

  width:110px;
  height:110px;

  border-radius:50%;

  background:#fff;

  color:#890c25;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:34px;

  position:relative;

  transition:.35s ease;

}

.td_video_tour_btn:hover{

  transform:scale(1.08);

}

/* RIPPLE */

.td_video_tour_btn::before{

  content:"";

  position:absolute;

  inset:-18px;

  border-radius:50%;

  border:2px solid rgba(255,255,255,.5);

  animation:ripple 2s infinite;

}

@keyframes ripple{

  0%{

    transform:scale(.8);

    opacity:1;

  }

  100%{

    transform:scale(1.3);

    opacity:0;

  }

}

/*==================================================
PREMIUM VIDEO POPUP
==================================================*/

.td_video_popup{

  position:fixed;

  inset:0;

  z-index:999999;

  display:flex;

  align-items:center;
  justify-content:center;

  opacity:0;

  visibility:hidden;

  transition:.4s ease;

  padding:30px;

}

/* ACTIVE */

.td_video_popup.active{

  opacity:1;

  visibility:visible;

}

/*==================================================
OVERLAY
==================================================*/

.td_video_popup_overlay{

  position:absolute;

  inset:0;

  background:
  rgba(3,10,25,.82);

  backdrop-filter:blur(10px);

}

/*==================================================
CONTENT
==================================================*/

.td_video_popup_content{

  position:relative;

  width:100%;

  max-width:980px;

  transform:translateY(40px) scale(.92);

  transition:.45s ease;

  z-index:2;

}

/* ACTIVE ANIMATION */

.td_video_popup.active
.td_video_popup_content{

  transform:translateY(0) scale(1);

}

/*==================================================
VIDEO
==================================================*/

.td_video_popup_video{

  position:relative;

  width:100%;

  aspect-ratio:16/9;

  border-radius:28px;

  overflow:hidden;

  background:#000;

  box-shadow:
  0 30px 80px rgba(0,0,0,.4);

}

/* IFRAME */

.td_video_popup_video iframe{

  width:100%;
  height:100%;

  border:none;

}

/*==================================================
CLOSE BUTTON
==================================================*/

.td_video_popup_close{

  position:absolute;

  top:-22px;
  right:-22px;

  width:58px;
  height:58px;

  border:none;

  border-radius:50%;

  background:#fff;

  color:#051435;

  display:flex;

  align-items:center;
  justify-content:center;

  cursor:pointer;

  font-size:20px;

  z-index:10;

  box-shadow:
  0 15px 40px rgba(0,0,0,.18);

  transition:.35s ease;

}

/* HOVER */

.td_video_popup_close:hover{

  background:#890c25;

  color:#fff;

  transform:rotate(90deg);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:767px){

  .td_video_popup{

    padding:18px;

  }

  .td_video_popup_content{

    max-width:100%;

  }

  .td_video_popup_video{

    border-radius:18px;

  }

  .td_video_popup_close{

    width:44px;
    height:44px;

    top:-14px;
    right:-8px;

    font-size:15px;

  }

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_get_touch_wrap{

    grid-template-columns:1fr;

  }

}

@media(max-width:767px){

  .td_video_tour_section{

    padding:80px 0;

  }

  .td_get_touch_section{

    padding-bottom:80px;

  }

  .td_video_tour_image img{

    height:450px;

  }

  .td_video_tour_overlay h2{

    font-size:36px;

  }

  .td_video_tour_btn{

    width:80px;
    height:80px;

    font-size:24px;

  }

  .td_get_touch_wrap{

    padding:40px 24px;

    border-radius:28px;

  }

  .td_get_touch_content h2{

    font-size:36px;

  }

  .td_get_touch_card{

    padding:35px 24px;

    border-radius:24px;

  }

  .td_get_touch_card h3{

    font-size:30px;

  }

}



/*==================================================
HOME EVENT SECTION
==================================================*/

.td_home_event_section{

  padding:120px 0;

  background:#f8fafc;

}

/*==================================================
TOP
==================================================*/

.td_home_event_top{

  display:flex;

  align-items:end;

  justify-content:space-between;

  gap:40px;

  margin-bottom:70px;

}

/* HEADING */

.td_home_event_heading{

  max-width:650px;

}

.td_home_event_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_home_event_heading h2{

  font-size:42px;

  line-height:1.08;

  margin:0;

}

/* TEXT */

.td_home_event_text{

  max-width:420px;

}

.td_home_event_text p{

  color:#5b6475;

  line-height:2;

  margin:0;

}

/*==================================================
GRID
==================================================*/

.td_home_event_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:30px;

}

/*==================================================
ITEM
==================================================*/

.td_home_event_item{

  position:relative;

  overflow:hidden;

  border-radius:35px;

  background:#fff;

  transition:.4s ease;

  box-shadow:
  0 15px 45px rgba(0,0,0,.04);

}

.td_home_event_item:hover{

  transform:translateY(-8px);

}

/*==================================================
IMAGE
==================================================*/

.td_home_event_image{

  position:relative;

  overflow:hidden;

}

.td_home_event_image img{

  width:100%;

  height:280px;

  object-fit:cover;

  transition:.5s ease;

}

.td_home_event_item:hover
.td_home_event_image img{

  transform:scale(1.08);

}

/*==================================================
DATE
==================================================*/

.td_home_event_date{

  position:absolute;

  left:24px;
  top:24px;

  width:80px;
  height:90px;

  border-radius:22px;

  background:#890c25;

  color:#fff;

  display:flex;

  flex-direction:column;

  align-items:center;
  justify-content:center;

}

.td_home_event_date h4{

  font-size:34px;

  line-height:1;

  margin-bottom:4px;

  color:#fff;

}

.td_home_event_date span{

  font-size:13px;

  font-weight:700;

  letter-spacing:1px;

}

/*==================================================
CONTENT
==================================================*/

.td_home_event_content{

  padding:35px;

}

.td_home_event_content span{

  display:inline-block;

  margin-bottom:14px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

}

.td_home_event_content h3{

  font-size:30px;

  line-height:1.25;

  margin-bottom:18px;

}

.td_home_event_content p{

  color:#5b6475;

  line-height:1.9;

  margin-bottom:28px;

}

/*==================================================
META
==================================================*/

.td_home_event_meta{

  display:flex;

  flex-wrap:wrap;

  gap:18px;

}

.td_home_event_meta div{

  display:flex;

  align-items:center;

  gap:10px;

  color:#051435;

  font-size:14px;

  font-weight:600;

}

.td_home_event_meta i{

  color:#890c25;

}

/*==================================================
BUTTON
==================================================*/

.td_home_event_btn_wrap{

  text-align:center;

  margin-top:60px;

}

.td_home_event_btn{

  height:58px;

  padding:0 34px;

  border-radius:60px;

  background:#051435;

  color:#fff;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  gap:12px;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  transition:.35s ease;

}

.td_home_event_btn:hover{

  background:#890c25;

  color:#fff;

  transform:translateY(-3px);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_home_event_top{

    flex-direction:column;

    align-items:flex-start;

  }

  .td_home_event_grid{

    grid-template-columns:1fr;

  }

}

@media(max-width:767px){

  .td_home_event_section{

    padding:80px 0;

  }

  .td_home_event_heading h2{

    font-size:36px;

  }

  .td_home_event_item{

    border-radius:24px;

  }

  .td_home_event_image img{

    height:240px;

  }

  .td_home_event_content{

    padding:24px;

  }

  .td_home_event_content h3{

    font-size:24px;

  }

}

/*==================================================
HOME NEWS SECTION
==================================================*/

.td_home_news_section{

  padding:120px 0;

}

/*==================================================
TOP
==================================================*/

.td_home_news_top{

  display:flex;

  align-items:end;

  justify-content:space-between;

  gap:40px;

  margin-bottom:70px;

}

/* HEADING */

.td_home_news_heading{

  max-width:650px;

}

.td_home_news_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_home_news_heading h2{

  font-size:42px;

  line-height:1.08;

  margin:0;

}

/* TEXT */

.td_home_news_text{

  max-width:420px;

}

.td_home_news_text p{

  color:#5b6475;

  line-height:2;

  margin:0;

}

/*==================================================
GRID
==================================================*/

.td_home_news_grid{

  display:grid;

  grid-template-columns:1.15fr .85fr;

  gap:35px;

}

/*==================================================
BIG NEWS
==================================================*/

.td_home_news_big{

  overflow:hidden;

  border-radius:35px;

  background:#fff;

  box-shadow:
  0 15px 45px rgba(0,0,0,.05);

}

/* IMAGE */

.td_home_news_big_image{

  position:relative;

  overflow:hidden;

}

.td_home_news_big_image img{

  width:100%;

  height:420px;

  object-fit:cover;

  transition:.5s ease;

}

.td_home_news_big:hover
.td_home_news_big_image img{

  transform:scale(1.06);

}

/* CATEGORY */

.td_home_news_category{

  position:absolute;

  left:24px;
  top:24px;

  height:42px;

  padding:0 18px;

  border-radius:50px;

  background:#890c25;

  color:#fff;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

}

/* CONTENT */

.td_home_news_big_content{

  padding:40px;

}

.td_home_news_big_content h3{

  font-size:30px;

  line-height:1.2;

  margin:18px 0;

}

.td_home_news_big_content p{

  color:#5b6475;

  line-height:2;

  margin-bottom:28px;

}

/*==================================================
DATE
==================================================*/

.td_home_news_date{

  display:flex;

  align-items:center;

  gap:10px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

}

/*==================================================
BUTTON
==================================================*/

.td_home_news_btn{

  display:inline-flex;

  align-items:center;

  gap:12px;

  color:#051435;

  font-size:15px;

  font-weight:700;

  transition:.35s ease;

}

.td_home_news_btn:hover{

  color:#890c25;

  gap:16px;

}

/*==================================================
SIDE NEWS
==================================================*/

.td_home_news_side{

  display:flex;

  flex-direction:column;

  gap:24px;

}

/* ITEM */

.td_home_news_side_item{

  display:flex;

  gap:22px;

  align-items:center;

  padding:22px;

  border-radius:28px;

  background:#f8fafc;

  transition:.35s ease;

}

.td_home_news_side_item:hover{

  transform:translateY(-4px);

  background:#051435;

}

.td_home_news_side_item:hover h4{

  color:#fff;

}

/* IMAGE */

.td_home_news_side_image{

  overflow:hidden;

  border-radius:20px;

  flex:0 0 150px;

}

.td_home_news_side_image img{

  width:150px;
  height:130px;

  object-fit:cover;

  transition:.4s ease;

}

.td_home_news_side_item:hover
.td_home_news_side_image img{

  transform:scale(1.06);

}

/* CONTENT */

.td_home_news_side_content h4{

  font-size:24px;

  line-height:1.35;

  margin-top:14px;

  transition:.3s ease;

}

/*==================================================
BOTTOM BUTTON
==================================================*/

.td_home_news_btn_wrap{

  text-align:center;

  margin-top:60px;

}

.td_home_news_view_btn{

  height:58px;

  padding:0 34px;

  border-radius:60px;

  background:#051435;

  color:#fff;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  gap:12px;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  transition:.35s ease;

}

.td_home_news_view_btn:hover{

  background:#890c25;

  color:#fff;

  transform:translateY(-3px);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_home_news_top{

    flex-direction:column;

    align-items:flex-start;

  }

  .td_home_news_grid{

    grid-template-columns:1fr;

  }

}

@media(max-width:767px){

  .td_home_news_section{

    padding:80px 0;

  }

  .td_home_news_heading h2{

    font-size:36px;

  }

  .td_home_news_big{

    border-radius:24px;

  }

  .td_home_news_big_image img{

    height:260px;

  }

  .td_home_news_big_content{

    padding:24px;

  }

  .td_home_news_big_content h3{

    font-size:28px;

  }

  .td_home_news_side_item{

    flex-direction:column;

    align-items:flex-start;

  }

  .td_home_news_side_image{

    width:100%;

    flex:unset;

  }

  .td_home_news_side_image img{

    width:100%;

    height:220px;

  }

  .td_home_news_side_content h4{

    font-size:22px;

  }

}


/*==================================================
BLOG SECTION
==================================================*/

.td_home_blog_section{

  padding:120px 0;

  background:#f8fafc;

}

/*==================================================
TOP
==================================================*/

.td_home_blog_top{

  display:flex;

  align-items:end;

  justify-content:space-between;

  gap:40px;

  margin-bottom:70px;

}

/* HEADING */

.td_home_blog_heading{

  max-width:650px;

}

.td_home_blog_heading span{

  display:inline-block;

  margin-bottom:18px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_home_blog_heading h2{

  font-size:42px;

  line-height:1.08;

  margin:0;

}

/* TEXT */

.td_home_blog_text{

  max-width:420px;

}

.td_home_blog_text p{

  color:#5b6475;

  line-height:2;

  margin:0;

}

/*==================================================
GRID
==================================================*/

.td_home_blog_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:30px;

}

/*==================================================
ITEM
==================================================*/

.td_home_blog_item{

  overflow:hidden;

  border-radius:35px;

  background:#fff;

  transition:.4s ease;

  box-shadow:
  0 15px 45px rgba(0,0,0,.04);

}

.td_home_blog_item:hover{

  transform:translateY(-8px);

}

/*==================================================
IMAGE
==================================================*/

.td_home_blog_image{

  position:relative;

  overflow:hidden;

}

.td_home_blog_image img{

  width:100%;

  height:280px;

  object-fit:cover;

  transition:.5s ease;

}

.td_home_blog_item:hover
.td_home_blog_image img{

  transform:scale(1.08);

}

/* CATEGORY */

.td_home_blog_category{

  position:absolute;

  left:24px;
  top:24px;

  height:40px;

  padding:0 18px;

  border-radius:50px;

  background:#890c25;

  color:#fff;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  font-size:12px;

  font-weight:700;

  text-transform:uppercase;

}

/*==================================================
CONTENT
==================================================*/

.td_home_blog_content{

  padding:34px;

}

/* META */

.td_home_blog_meta{

  display:flex;

  flex-wrap:wrap;

  gap:18px;

  margin-bottom:20px;

}

.td_home_blog_meta div{

  display:flex;

  align-items:center;

  gap:10px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

}

.td_home_blog_meta i{

  font-size:13px;

}

/* TITLE */

.td_home_blog_content h3{

  font-size:30px;

  line-height:1.3;

  margin-bottom:18px;

}

/* TEXT */

.td_home_blog_content p{

  color:#5b6475;

  line-height:1.9;

  margin-bottom:26px;

}

/* BUTTON */

.td_home_blog_btn{

  display:inline-flex;

  align-items:center;

  gap:12px;

  color:#051435;

  font-size:15px;

  font-weight:700;

  transition:.35s ease;

}

.td_home_blog_btn:hover{

  color:#890c25;

  gap:16px;

}

/*==================================================
BOTTOM BUTTON
==================================================*/

.td_home_blog_btn_wrap{

  text-align:center;

  margin-top:60px;

}

.td_home_blog_view_btn{

  height:58px;

  padding:0 34px;

  border-radius:60px;

  background:#051435;

  color:#fff;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  gap:12px;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  transition:.35s ease;

}

.td_home_blog_view_btn:hover{

  background:#890c25;

  color:#fff;

  transform:translateY(-3px);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_home_blog_top{

    flex-direction:column;

    align-items:flex-start;

  }

  .td_home_blog_grid{

    grid-template-columns:1fr;

  }

}

@media(max-width:767px){

  .td_home_blog_section{

    padding:80px 0;

  }

  .td_home_blog_heading h2{

    font-size:36px;

  }

  .td_home_blog_item{

    border-radius:24px;

  }

  .td_home_blog_image img{

    height:240px;

  }

  .td_home_blog_content{

    padding:24px;

  }

  .td_home_blog_content h3{

    font-size:24px;

  }

}


/*==================================================
MODERN NEWS
==================================================*/

.td_modern_news_section{

  position:relative;

  padding:120px 0;

  background:#f5f7fb;

  overflow:hidden;

}

/* SHAPE */

.td_modern_news_shape{

  position:absolute;

  right:-150px;
  top:-150px;

  width:420px;
  height:420px;

  border-radius:50%;

  background:
  rgba(137,12,37,.05);

}

/*==================================================
TOP
==================================================*/

.td_modern_news_top{

  display:flex;

  align-items:end;

  justify-content:space-between;

  gap:40px;

  margin-bottom:70px;

}

/* HEADING */

.td_modern_news_heading{

  max-width:650px;

}

.td_modern_news_heading span{

  display:inline-block;

  margin-bottom:18px;

  padding:10px 18px;

  border-radius:50px;

  background:
  rgba(137,12,37,.08);

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_modern_news_heading h2{

  font-size:42px;

  line-height:1;

  margin:0;

}

/* TEXT */

.td_modern_news_text{

  max-width:420px;

}

.td_modern_news_text p{

  color:#5b6475;

  line-height:2;

  margin:0;

}

/*==================================================
FEATURED NEWS
==================================================*/

.td_featured_news{

  display:grid;

  grid-template-columns:1.1fr .9fr;

  gap:0;

  overflow:hidden;

  border-radius:40px;

  background:#fff;

  margin-bottom:50px;

  box-shadow:
  0 20px 70px rgba(0,0,0,.05);

}

/* IMAGE */

.td_featured_news_image{

  overflow:hidden;

}

.td_featured_news_image img{

  width:100%;

  height:100%;

  object-fit:cover;

  transition:.5s ease;

}

.td_featured_news:hover
.td_featured_news_image img{

  transform:scale(1.05);

}

/* CONTENT */

.td_featured_news_content{

  padding:70px;

  display:flex;

  flex-direction:column;

  justify-content:center;

}

/* META */

.td_featured_news_meta{

  display:flex;

  flex-wrap:wrap;

  gap:20px;

  margin-bottom:24px;

}

.td_featured_news_meta span{

  display:flex;

  align-items:center;

  gap:10px;

  color:#890c25;

  font-size:14px;

  font-weight:700;

}

/* TITLE */

.td_featured_news_content h2{

  font-size:30px;

  line-height:1.1;

  margin-bottom:24px;

}

/* TEXT */

.td_featured_news_content p{

  color:#5b6475;

  line-height:2;

  margin-bottom:34px;

}

/* BUTTON */

.td_featured_news_btn{

  height:58px;

  width:max-content;

  padding:0 32px;

  border-radius:60px;

  background:#051435;

  color:#fff;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  gap:12px;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  transition:.35s ease;

}

.td_featured_news_btn:hover{

  background:#890c25;

  color:#fff;

}

/*==================================================
GRID
==================================================*/

.td_modern_news_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:30px;

}

/*==================================================
ITEM
==================================================*/

.td_modern_news_item{

  overflow:hidden;

  border-radius:30px;

  background:#fff;

  transition:.4s ease;

  box-shadow:
  0 12px 40px rgba(0,0,0,.04);

}

.td_modern_news_item:hover{

  transform:translateY(-8px);

}

/* IMAGE */

.td_modern_news_image{

  position:relative;

  overflow:hidden;

}

.td_modern_news_image img{

  width:100%;

  height:260px;

  object-fit:cover;

  transition:.5s ease;

}

.td_modern_news_item:hover
.td_modern_news_image img{

  transform:scale(1.06);

}

/* CATEGORY */

.td_modern_news_category{

  position:absolute;

  left:20px;
  top:20px;

  height:38px;

  padding:0 18px;

  border-radius:50px;

  background:#890c25;

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:12px;

  font-weight:700;

  text-transform:uppercase;

}

/* CONTENT */

.td_modern_news_content{

  padding:28px;

}

/* META */

.td_modern_news_meta{

  display:flex;

  justify-content:space-between;

  gap:10px;

  margin-bottom:18px;

}

.td_modern_news_meta span{

  color:#890c25;

  font-size:13px;

  font-weight:700;

}

/* TITLE */

.td_modern_news_content h3{

  font-size:25px;

  line-height:1.3;

  margin-bottom:22px;

}

/* LINK */

.td_modern_news_content a{

  display:inline-flex;

  align-items:center;

  gap:12px;

  color:#051435;

  font-size:15px;

  font-weight:700;

  transition:.3s ease;

}

.td_modern_news_content a:hover{

  color:#890c25;

  gap:16px;

}

/*==================================================
PAGINATION
==================================================*/

.td_modern_news_pagination{

  display:flex;

  justify-content:center;

  gap:14px;

  margin-top:70px;

}

.td_modern_news_pagination a{

  width:58px;
  height:58px;

  border-radius:50%;

  background:#fff;

  color:#051435;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:14px;

  font-weight:700;

  transition:.35s ease;

  box-shadow:
  0 8px 25px rgba(0,0,0,.04);

}

.td_modern_news_pagination a.active,
.td_modern_news_pagination a:hover{

  background:#890c25;

  color:#fff;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_modern_news_top,
  .td_featured_news{

    grid-template-columns:1fr;

    display:grid;

  }

  .td_modern_news_grid{

    grid-template-columns:1fr;

  }

}

@media(max-width:767px){

  .td_modern_news_section{

    padding:80px 0;

  }

  .td_modern_news_heading h2{

    font-size:42px;

  }

  .td_featured_news{

    border-radius:24px;

  }

  .td_featured_news_content{

    padding:30px 24px;

  }

  .td_featured_news_content h2{

    font-size:34px;

  }

  .td_modern_news_item{

    border-radius:24px;

  }

  .td_modern_news_image img{

    height:230px;

  }

  .td_modern_news_content{

    padding:24px;

  }

  .td_modern_news_content h3{

    font-size:24px;

  }

}


/*==================================================
NEWS SINGLE PAGE
==================================================*/

.td_news_single_section{

  position:relative;

  padding:120px 0;

  background:#f5f7fb;

  overflow:hidden;

}

/*==================================================
SHAPE
==================================================*/

.td_news_single_shape{

  position:absolute;

  right:-120px;
  top:-120px;

  width:420px;
  height:420px;

  border-radius:50%;

  background:
  rgba(137,12,37,.05);

}

/*==================================================
WRAP
==================================================*/

.td_news_single_wrap{

  display:grid;

  grid-template-columns:320px 1fr;

  gap:35px;

  align-items:start;

}

/*==================================================
SIDEBAR
==================================================*/

.td_news_single_sidebar{

  position:sticky;

  top:120px;

}

/* INNER */

.td_news_single_sidebar_inner{

  padding:30px;

  border-radius:35px;

  background:#fff;

  border:1px solid #edf0f5;

  box-shadow:
  0 20px 60px rgba(0,0,0,.04);

}

/*==================================================
SIDEBAR HEADING
==================================================*/

.td_news_sidebar_heading{

  margin-bottom:28px;

}

.td_news_sidebar_heading span{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  height:36px;

  padding:0 16px;

  border-radius:50px;

  background:
  rgba(137,12,37,.08);

  color:#890c25;

  font-size:11px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

  margin-bottom:16px;

}

.td_news_sidebar_heading h3{

  font-size:36px;

  line-height:1.1;

  margin:0;

}

/*==================================================
SIDEBAR ITEM
==================================================*/

.td_news_sidebar_item{

  display:flex;

  gap:16px;

  align-items:center;

  padding:14px;

  border-radius:24px;

  background:#f8fafc;

  margin-bottom:18px;

  transition:.35s ease;

}

.td_news_sidebar_item:hover{

  transform:translateY(-4px);

  background:#fff;

  box-shadow:
  0 12px 35px rgba(0,0,0,.05);

}

/* THUMB */

.td_news_sidebar_thumb{

  flex:0 0 95px;

  overflow:hidden;

  border-radius:18px;

}

.td_news_sidebar_thumb img{

  width:95px;
  height:95px;

  object-fit:cover;

  transition:.45s ease;

}

.td_news_sidebar_item:hover
.td_news_sidebar_thumb img{

  transform:scale(1.08);

}

/* CONTENT */

.td_news_sidebar_content span{

  display:block;

  margin-bottom:8px;

  color:#890c25;

  font-size:11px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:.5px;

}

.td_news_sidebar_content h4{

  font-size:18px;

  line-height:1.45;

  margin:0;

  transition:.3s ease;

}

.td_news_sidebar_item:hover h4{

  color:#890c25;

}

/*==================================================
CONTENT
==================================================*/

.td_news_single_content{

  padding:60px;

  border-radius:40px;

  background:#fff;

  border:1px solid #edf0f5;

  box-shadow:
  0 20px 60px rgba(0,0,0,.04);

}

/*==================================================
CATEGORY
==================================================*/

.td_news_single_category{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  height:42px;

  padding:0 20px;

  border-radius:50px;

  background:
  linear-gradient(
    135deg,
    #890c25,
    #b31238
  );

  color:#fff;

  font-size:12px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

  margin-bottom:24px;

}

/*==================================================
TITLE
==================================================*/

.td_news_single_content h1{

  font-size:30px;

  line-height:1.02;

  margin-bottom:30px;

}

/*==================================================
META
==================================================*/

.td_news_single_meta{

  display:flex;

  flex-wrap:wrap;

  gap:18px;

  margin-bottom:40px;

}

.td_news_single_meta div{

  display:flex;

  align-items:center;

  gap:10px;

  height:42px;

  padding:0 18px;

  border-radius:50px;

  background:#f8fafc;

  color:#5b6475;

  font-size:13px;

  font-weight:700;

}

.td_news_single_meta i{

  color:#890c25;

}

/*==================================================
FEATURE IMAGE
==================================================*/

.td_news_single_image{

  overflow:hidden;

  border-radius:32px;

  margin-bottom:45px;

}

.td_news_single_image img{

  width:100%;

  height:540px;

  object-fit:cover;

  transition:.5s ease;

}

.td_news_single_image:hover img{

  transform:scale(1.03);

}

/*==================================================
ARTICLE
==================================================*/

.td_news_single_article p{

  color:#5b6475;

  line-height:2.1;

  margin-bottom:28px;

  font-size:18px;

}

/* SUBTITLE */

.td_news_single_article h3{

  font-size:42px;

  line-height:1.2;

  margin:55px 0 24px;

}

/*==================================================
QUOTE
==================================================*/

.td_news_single_article blockquote{

  position:relative;

  margin:55px 0;

  padding:55px;

  border-radius:35px;

  background:
  linear-gradient(
    135deg,
    #051435,
    #0b2a5f
  );

  color:#fff;

  font-size:30px;

  line-height:1.7;

  overflow:hidden;

}

.td_news_single_article blockquote::before{

  content:"”";

  position:absolute;

  right:25px;
  top:-40px;

  font-size:200px;

  color:rgba(255,255,255,.08);

}

/*==================================================
GALLERY
==================================================*/

.td_news_single_gallery{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:20px;

  margin:50px 0;

}

.td_news_single_gallery img{

  width:100%;

  height:320px;

  object-fit:cover;

  border-radius:26px;

  transition:.35s ease;

}

.td_news_single_gallery img:hover{

  transform:translateY(-5px);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_news_single_wrap{

    grid-template-columns:1fr;

  }

  .td_news_single_sidebar{

    position:relative;

    top:0;

  }

}

@media(max-width:767px){

  .td_news_single_section{

    padding:80px 0;

  }

  .td_news_single_sidebar_inner,
  .td_news_single_content{

    padding:24px;

    border-radius:24px;

  }

  .td_news_single_content h1{

    font-size:40px;

  }

  .td_news_single_image{

    border-radius:24px;

  }

  .td_news_single_image img{

    height:240px;

  }

  .td_news_single_article h3{

    font-size:30px;

  }

  .td_news_single_article blockquote{

    padding:30px 24px;

    font-size:22px;

    border-radius:24px;

  }

  .td_news_single_gallery{

    grid-template-columns:1fr;

  }

  .td_news_single_gallery img{

    height:220px;

    border-radius:20px;

  }

}/*==================================================
MAKE SIDEBAR STICKY
==================================================*/

/* IMPORTANT */

.td_news_single_section,
.td_news_single_wrap{

  overflow:visible !important;

}

/*==================================================
LAYOUT
==================================================*/

.td_news_single_wrap{

  display:grid;

  grid-template-columns:320px 1fr;

  gap:35px;

  align-items:start;

}

/*==================================================
STICKY SIDEBAR
==================================================*/

.td_news_single_sidebar{

  position:sticky;

  top:120px;

  align-self:start;

  height:fit-content;

}

/*==================================================
SIDEBAR CARD
==================================================*/

.td_news_single_sidebar_inner{

  padding:30px;

  border-radius:35px;

  background:#fff;

  border:1px solid #edf0f5;

  box-shadow:
  0 20px 60px rgba(0,0,0,.04);

}

/*==================================================
RIGHT CONTENT
==================================================*/

.td_news_single_content{

  padding:60px;

  border-radius:40px;

  background:#fff;

  border:1px solid #edf0f5;

  box-shadow:
  0 20px 60px rgba(0,0,0,.04);

}

/*==================================================
REMOVE THESE
==================================================*/

/*

overflow:hidden;
overflow:auto;
overflow-y:auto;

transform:translateY();
transform:scale();

height:100vh;
max-height;

FROM PARENT ELEMENTS

OTHERWISE STICKY WILL NOT WORK

*/

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_news_single_wrap{

    grid-template-columns:1fr;

  }

  .td_news_single_sidebar{

    position:relative;

    top:0;

  }

}

@media(max-width:767px){

  .td_news_single_sidebar_inner,
  .td_news_single_content{

    padding:24px;

    border-radius:24px;

  }

}


/*==================================================
TOP
==================================================*/

.td_news_single_top{

  margin-bottom:35px;

}

/* BREADCRUMB */

.td_news_single_breadcrumb{

  display:flex;

  align-items:center;

  flex-wrap:wrap;

  gap:12px;

  padding:0;

  margin:0;

  list-style:none;

}

.td_news_single_breadcrumb li{

  position:relative;

  color:#5b6475;

  font-size:14px;

  font-weight:600;

}

.td_news_single_breadcrumb li:not(:last-child)::after{

  content:"/";

  margin-left:12px;

  color:#b8bfcc;

}

.td_news_single_breadcrumb a{

  color:#890c25;

  transition:.3s ease;

}

.td_news_single_breadcrumb a:hover{

  color:#051435;

}


/*==================================================
NOTICE SECTION
==================================================*/

.td_notice_section{

  padding:120px 0;

  background:#f5f7fb;

}

/*==================================================
TOPBAR
==================================================*/

.td_notice_topbar{

  display:flex;

  align-items:end;

  justify-content:space-between;

  gap:30px;

  margin-bottom:50px;

}

/* HEADING */

.td_notice_heading span{

  display:inline-block;

  margin-bottom:16px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_notice_heading h2{

  font-size:60px;

  line-height:1.05;

  margin:0;

}

/* BUTTON */

.td_notice_all_btn{

  height:56px;

  padding:0 28px;

  border-radius:60px;

  background:#051435;

  color:#fff;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  font-size:14px;

  font-weight:700;

  transition:.35s ease;

}

.td_notice_all_btn:hover{

  background:#890c25;

  color:#fff;

}

/*==================================================
NOTICE BOARD
==================================================*/

.td_notice_board{

  overflow:hidden;

  border-radius:30px;

  background:#fff;

  border:1px solid #edf0f5;

  box-shadow:
  0 20px 60px rgba(0,0,0,.04);

}

/*==================================================
HEAD
==================================================*/

.td_notice_head{

  display:grid;

  grid-template-columns:2fr 1fr 1fr 120px;

  align-items:center;

  gap:20px;

  padding:24px 30px;

  background:#051435;

  color:#fff;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

/*==================================================
ROW
==================================================*/

.td_notice_row{

  display:grid;

  grid-template-columns:2fr 1fr 1fr 120px;

  align-items:center;

  gap:20px;

  padding:26px 30px;

  border-bottom:1px solid #edf0f5;

  transition:.35s ease;

}

.td_notice_row:last-child{

  border-bottom:none;

}

.td_notice_row:hover{

  background:#f8fafc;

}

/*==================================================
TITLE
==================================================*/

.td_notice_title{

  display:flex;

  align-items:center;

  gap:16px;

  font-size:18px;

  font-weight:600;

  color:#051435;

}

.td_notice_title i{

  width:48px;
  height:48px;

  border-radius:16px;

  background:
  rgba(137,12,37,.08);

  color:#890c25;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:18px;

}

/*==================================================
BADGE
==================================================*/

.td_notice_badge{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  height:38px;

  padding:0 18px;

  border-radius:50px;

  background:
  rgba(137,12,37,.1);

  color:#890c25;

  font-size:12px;

  font-weight:700;

  text-transform:uppercase;

}

/* COLORS */

.td_notice_badge.td_style_2{

  background:
  rgba(0,102,255,.08);

  color:#0066ff;

}

.td_notice_badge.td_style_3{

  background:
  rgba(0,166,90,.08);

  color:#00a65a;

}

.td_notice_badge.td_style_4{

  background:
  rgba(255,153,0,.1);

  color:#ff9900;

}

/*==================================================
DATE
==================================================*/

.td_notice_date{

  color:#5b6475;

  font-size:15px;

  font-weight:600;

}

/*==================================================
DOWNLOAD
==================================================*/

.td_notice_download{

  width:52px;
  height:52px;

  border-radius:50%;

  background:#051435;

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  margin-left:auto;

  transition:.35s ease;

}

.td_notice_download:hover{

  background:#890c25;

  color:#fff;

  transform:rotate(-20deg);

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_notice_head{

    display:none;

  }

  .td_notice_row{

    grid-template-columns:1fr;

    gap:18px;

  }

  .td_notice_download{

    margin-left:0;

  }

  .td_notice_topbar{

    flex-direction:column;

    align-items:flex-start;

  }

}

@media(max-width:767px){

  .td_notice_section{

    padding:80px 0;

  }

  .td_notice_heading h2{

    font-size:40px;

  }

  .td_notice_board{

    border-radius:24px;

  }

  .td_notice_row{

    padding:24px;

  }

  .td_notice_title{

    font-size:16px;

    align-items:flex-start;

  }

}

/*==================================================
ANNOUNCEMENT MARQUEE
==================================================*/

.td_announcement_marquee{

  position:relative;

  display:flex;

  align-items:center;

  overflow:hidden;

  background:#051435;

  /* border-radius:18px; */

  height:72px;

  margin-top:50px;

}

/*==================================================
LABEL
==================================================*/

.td_announcement_label{

  position:relative;

  z-index:2;

  flex:0 0 auto;

  height:72px;

  padding:0 28px;

  background:#890c25;

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  gap:12px;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_announcement_label i{

  font-size:16px;

}

/*==================================================
TRACK WRAP
==================================================*/

.td_announcement_track_wrap{

  position:relative;

  overflow:hidden;

  width:100%;

}

/*==================================================
TRACK
==================================================*/

.td_announcement_track{

  display:flex;

  align-items:center;

  width:max-content;

  animation:
  tdMarquee 28s linear infinite;

}

/* PAUSE ON HOVER */

.td_announcement_track:hover{

  animation-play-state:paused;

}

/*==================================================
ITEM
==================================================*/

.td_announcement_marquee_item{

  position:relative;

  color:#fff;

  padding:0 50px;

  font-size:15px;

  font-weight:500;

  white-space:nowrap;

  transition:.3s ease;

}

/* DOT */

.td_announcement_marquee_item::after{

  content:"";

  position:absolute;

  right:0;
  top:50%;

  width:7px;
  height:7px;

  border-radius:50%;

  background:#FDC72F;

  transform:translateY(-50%);

}

/* HOVER */

.td_announcement_marquee_item:hover{

  color:#FDC72F;

}

/* NEW TAG */

.td_announcement_marquee_item span{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  height:24px;

  padding:0 10px;

  border-radius:50px;

  background:#FDC72F;

  color:#051435;

  font-size:10px;

  font-weight:700;

  text-transform:uppercase;

  margin-right:12px;

}

/*==================================================
ANIMATION
==================================================*/

@keyframes tdMarquee{

  0%{

    transform:translateX(0);

  }

  100%{

    transform:translateX(-50%);

  }

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:767px){

  .td_announcement_marquee{

    height:auto;

    flex-direction:column;

    align-items:flex-start;

  }

  .td_announcement_label{

    width:100%;

    height:58px;

    justify-content:flex-start;

  }

  .td_announcement_track_wrap{

    padding:16px 0;

  }

  .td_announcement_marquee_item{

    padding:0 28px;

    font-size:14px;

  }

}


/*==================================================
SPORTS ACHIEVEMENT SECTION
==================================================*/

.td_sports_achievement_section{

  padding:120px 0;

  background:#f5f7fb;

}

/*==================================================
WRAP
==================================================*/

.td_sports_achievement_wrap{

  display:grid;

  grid-template-columns:1fr 1fr;

  gap:30px;

  align-items:stretch;

}

/*==================================================
LEFT IMAGE
==================================================*/

.td_sports_achievement_image{

  position:relative;

  overflow:hidden;

  border-radius:35px;

  min-height:720px;

}

.td_sports_achievement_image img{

  width:100%;
  height:100%;

  object-fit:cover;

  transition:.5s ease;

}

.td_sports_achievement_image:hover img{

  transform:scale(1.05);

}

/* OVERLAY */

.td_sports_achievement_overlay{

  position:absolute;

  left:0;
  bottom:0;

  width:100%;

  padding:45px;

  background:
  linear-gradient(
    to top,
    rgba(5,20,53,.92),
    rgba(5,20,53,.1)
  );

}

.td_sports_achievement_overlay span{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  height:36px;

  padding:0 16px;

  border-radius:50px;

  background:
  rgba(255,255,255,.12);

  backdrop-filter:blur(10px);

  color:#fff;

  font-size:11px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

  margin-bottom:18px;

}

.td_sports_achievement_overlay h2{

  color:#fff;

  font-size:54px;

  line-height:1.05;

  margin:0;

}

/*==================================================
RIGHT TABLE WRAP
==================================================*/

.td_sports_achievement_table_wrap{

  display:flex;

  flex-direction:column;

  border-radius:35px;

  overflow:hidden;

  background:#fff;

  box-shadow:
  0 20px 60px rgba(0,0,0,.04);

  min-height:720px;

}

/*==================================================
TABLE TOP
==================================================*/

.td_sports_achievement_table_top{

  display:flex;

  align-items:center;

  justify-content:space-between;

  gap:20px;

  padding:28px 35px;

  background:#051435;

}

.td_sports_achievement_table_top h3{

  color:#fff;

  font-size:28px;

  margin:0;

}

.td_sports_achievement_table_top span{

  height:38px;

  padding:0 18px;

  border-radius:50px;

  background:
  rgba(255,255,255,.1);

  color:#fff;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  font-size:12px;

  font-weight:700;

}

/*==================================================
TABLE
==================================================*/

.td_sports_achievement_table{

  display:flex;

  flex-direction:column;

  height:100%;

}

/* HEAD */

.td_sports_achievement_head{

  display:grid;

  grid-template-columns:120px 1fr 140px;

  gap:20px;

  padding:24px 35px;

  background:#890c25;

  color:#fff;

  font-size:14px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

/*==================================================
BODY
==================================================*/

.td_sports_achievement_body{

  overflow-y:auto;

  flex:1;

}

/* SCROLLBAR */

.td_sports_achievement_body::-webkit-scrollbar{

  width:8px;

}

.td_sports_achievement_body::-webkit-scrollbar-thumb{

  background:#890c25;

  border-radius:50px;

}

/* ROW */

.td_sports_achievement_row{

  display:grid;

  grid-template-columns:120px 1fr 140px;

  gap:20px;

  align-items:center;

  padding:24px 35px;

  border-bottom:1px solid #edf0f5;

  transition:.3s ease;

}

.td_sports_achievement_row:hover{

  background:#f8fafc;

}

/* TEXT */

.td_sports_achievement_row div{

  font-size:16px;

  font-weight:600;

  color:#051435;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_sports_achievement_wrap{

    grid-template-columns:1fr;

  }

  .td_sports_achievement_image,
  .td_sports_achievement_table_wrap{

    min-height:auto;

  }

  .td_sports_achievement_body{

    max-height:500px;

  }

}

@media(max-width:767px){

  .td_sports_achievement_section{

    padding:80px 0;

  }

  .td_sports_achievement_image{

    border-radius:24px;

  }

  .td_sports_achievement_overlay{

    padding:24px;

  }

  .td_sports_achievement_overlay h2{

    font-size:36px;

  }

  .td_sports_achievement_table_wrap{

    border-radius:24px;

  }

  .td_sports_achievement_table_top,
  .td_sports_achievement_head,
  .td_sports_achievement_row{

    padding-left:20px;
    padding-right:20px;

  }

  .td_sports_achievement_head,
  .td_sports_achievement_row{

    grid-template-columns:70px 1fr 90px;

    gap:12px;

    font-size:13px;

  }

}


/*==================================================
WRAP
==================================================*/

.td_sports_achievement_wrap{

  display:grid;

  grid-template-columns:1fr 1fr;

  gap:30px;

  align-items:start;

}

/*==================================================
LEFT IMAGE
==================================================*/

.td_sports_achievement_image{

  position:sticky;

  top:120px;

  /* height:850px; */

  overflow:hidden;

  border-radius:35px;

}

.td_sports_achievement_image img{

  width:100%;
  height:100%;

  object-fit:cover;

}

/*==================================================
RIGHT TABLE WRAP
==================================================*/

.td_sports_achievement_table_wrap{

  border-radius:35px;

  overflow:hidden;

  background:#fff;

  box-shadow:
  0 20px 60px rgba(0,0,0,.04);

}

/*==================================================
TABLE BODY SCROLL
==================================================*/

.td_sports_achievement_body{

  max-height:650px;

  overflow-y:auto;

}

/* CUSTOM SCROLLBAR */

.td_sports_achievement_body::-webkit-scrollbar{

  width:8px;

}

.td_sports_achievement_body::-webkit-scrollbar-track{

  background:#f1f1f1;

}

.td_sports_achievement_body::-webkit-scrollbar-thumb{

  background:#890c25;

  border-radius:50px;

}

/*==================================================
TABLE ROW
==================================================*/

.td_sports_achievement_row{

  display:grid;

  grid-template-columns:100px 1fr 120px;

  gap:20px;

  align-items:center;

  padding:22px 30px;

  border-bottom:1px solid #edf0f5;

  transition:.3s ease;

}

.td_sports_achievement_row:hover{

  background:#f8fafc;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_sports_achievement_wrap{

    grid-template-columns:1fr;

  }

  .td_sports_achievement_image{

    position:relative;

    top:0;

    height:500px;

  }

  .td_sports_achievement_body{

    max-height:500px;

  }

}



/*==================================================
MODERN HOSTEL SECTION
==================================================*/

.td_modern_hostel_section{

  padding:120px 0;

  background:#f5f7fb;

}

/*==================================================
TOP
==================================================*/

.td_modern_hostel_top{

  max-width:760px;

  margin:0 auto 70px;

  text-align:center;

}

.td_modern_hostel_top span{

  display:inline-block;

  margin-bottom:16px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_modern_hostel_top h2{

  font-size:42px;

  line-height:1.02;

  margin-bottom:24px;

}

.td_modern_hostel_top p{

  color:#5b6475;

  line-height:2;

  margin:0;

}

/*==================================================
GRID
==================================================*/

.td_modern_hostel_grid{

  display:grid;

  grid-template-columns:1.2fr .8fr;

  gap:24px;

}

/*==================================================
LARGE CARD
==================================================*/

.td_modern_hostel_large{

  position:relative;

  overflow:hidden;

  border-radius:40px;

  height:720px;

}

.td_modern_hostel_large img{

  width:100%;
  height:100%;

  object-fit:cover;

  transition:.7s ease;

}

.td_modern_hostel_large:hover img{

  transform:scale(1.08);

}

/*==================================================
SMALL GRID
==================================================*/

.td_modern_hostel_small_grid{

  display:grid;

  /* grid-template-columns:1fr 1fr; */

  gap:24px;

}

/* SMALL ITEM */

.td_modern_hostel_small{

  position:relative;

  overflow:hidden;

  border-radius:30px;

  height:348px;

}

.td_modern_hostel_small img{

  width:100%;
  height:100%;

  object-fit:cover;

  transition:.6s ease;

}

.td_modern_hostel_small:hover img{

  transform:scale(1.08);

}

/*==================================================
OVERLAY
==================================================*/

.td_modern_hostel_overlay,
.td_modern_hostel_small_overlay{

  position:absolute;

  left:0;
  bottom:0;

  width:100%;

  padding:30px;

  background:
  linear-gradient(
    to top,
    rgba(5,20,53,.92),
    rgba(5,20,53,.05)
  );

}

/* LARGE */

.td_modern_hostel_overlay span{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  height:36px;

  padding:0 16px;

  border-radius:50px;

  background:
  rgba(255,255,255,.12);

  color:#fff;

  font-size:11px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

  margin-bottom:18px;

}

.td_modern_hostel_overlay h3{

  color:#fff;

  font-size:48px;

  line-height:1.05;

  margin:0;

}

/* SMALL */

.td_modern_hostel_small_overlay h4{

  color:#fff;

  font-size:24px;

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_modern_hostel_grid{

    grid-template-columns:1fr;

  }

  .td_modern_hostel_large{

    height:500px;

  }

}

@media(max-width:767px){

  .td_modern_hostel_section{

    padding:80px 0;

  }

  .td_modern_hostel_top h2{

    font-size:42px;

  }

  .td_modern_hostel_small_grid{

    grid-template-columns:1fr;

  }

  .td_modern_hostel_large{

    height:350px;

    border-radius:24px;

  }

  .td_modern_hostel_small{

    height:260px;

    border-radius:24px;

  }

  .td_modern_hostel_overlay h3{

    font-size:32px;

  }

}


/*==================================================
FACILITY SECTION
==================================================*/

.td_facility_section{

  /* padding:120px 0; */

  background:#fff;

}

/*==================================================
TOP
==================================================*/

.td_facility_top{

  max-width:760px;

  margin:0 auto 70px;

  text-align:center;

}

.td_facility_top span{

  display:inline-block;

  margin-bottom:16px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_facility_top h2{

  font-size:42px;

  line-height:1.02;

  margin-bottom:24px;

}

.td_facility_top p{

  color:#5b6475;

  line-height:2;

  margin:0;

}

/*==================================================
GRID
==================================================*/

.td_facility_grid{

  display:grid;

  grid-template-columns:repeat(12,1fr);

  gap:24px;

}

/*==================================================
ITEM
==================================================*/

.td_facility_item{

  position:relative;

  overflow:hidden;

  border-radius:34px;

}

/* IMAGE */

.td_facility_item img{

  width:100%;
  height:100%;

  object-fit:cover;

  transition:.7s ease;

}

.td_facility_item:hover img{

  transform:scale(1.08);

}



/*==================================================
OVERLAY
==================================================*/

.td_facility_overlay{

  position:absolute;

  left:0;
  bottom:0;

  width:100%;

  padding:28px;

  background:
  linear-gradient(
    to top,
    rgba(5,20,53,.94),
    rgba(5,20,53,.05)
  );

}

/* TAG */

.td_facility_overlay span{

  display:inline-flex;

  align-items:center;
  justify-content:center;

  height:34px;

  padding:0 14px;

  border-radius:50px;

  background:
  rgba(255,255,255,.12);

  backdrop-filter:blur(10px);

  color:#fff;

  font-size:11px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

  margin-bottom:16px;

}

/* TITLE */

.td_facility_overlay h3{

  color:#fff;

  font-size:34px;

  line-height:1.2;

  margin:0;

}



/*==================================================
ACADEMIC CALENDAR SECTION
==================================================*/

.td_academic_calendar_section{

  padding:120px 0;

  background:#f5f7fb;

}

/*==================================================
TOP
==================================================*/

.td_academic_calendar_top{

  max-width:760px;

  margin:0 auto 70px;

  text-align:center;

}

.td_academic_calendar_top span{

  display:inline-block;

  margin-bottom:16px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_academic_calendar_top h2{

  font-size:42px;

  line-height:1.02;

  margin-bottom:24px;

}

.td_academic_calendar_top p{

  color:#5b6475;

  line-height:2;

  margin:0;

}

/*==================================================
CARD
==================================================*/

.td_academic_calendar_card{

  display:grid;

  grid-template-columns:1fr 420px;

  gap:40px;

  align-items:center;

  padding:50px;

  border-radius:40px;

  background:#fff;

  box-shadow:
  0 20px 60px rgba(0,0,0,.04);

}

/*==================================================
LEFT CONTENT
==================================================*/

.td_academic_calendar_icon{

  width:90px;
  height:90px;

  border-radius:28px;

  background:
  rgba(137,12,37,.08);

  color:#890c25;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:38px;

  margin-bottom:28px;

}

/* SUBTITLE */

.td_academic_calendar_content span{

  display:inline-block;

  margin-bottom:16px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

/* TITLE */

.td_academic_calendar_content h3{

  font-size:42px;

  line-height:1.08;

  margin-bottom:22px;

}

/* TEXT */

.td_academic_calendar_content p{

  color:#5b6475;

  line-height:2;

  margin-bottom:35px;

}

/*==================================================
BUTTONS
==================================================*/

.td_academic_calendar_btns{

  display:flex;

  flex-wrap:wrap;

  gap:18px;

}

/* BUTTON */

.td_academic_calendar_btn{

  height:58px;

  padding:0 28px;

  border-radius:60px;

  background:#890c25;

  color:#fff;

  display:inline-flex;

  align-items:center;
  justify-content:center;

  gap:12px;

  font-size:14px;

  font-weight:700;

  transition:.35s ease;

}

.td_academic_calendar_btn:hover{

  background:#051435;

  color:#fff;

  transform:translateY(-3px);

}

/* SECONDARY */

.td_academic_calendar_btn.td_style_12{

  background:#edf0f5;

  color:#051435;

}

.td_academic_calendar_btn.td_style_12:hover{

  background:#051435;

  color:#fff;

}

/*==================================================
RIGHT PREVIEW
==================================================*/

.td_academic_calendar_preview{

  height:100%;

}

.td_academic_calendar_preview_inner{

  height:100%;

  min-height:360px;

  border-radius:32px;

  background:
  linear-gradient(
    135deg,
    #051435,
    #0c2b61
  );

  display:flex;

  flex-direction:column;

  align-items:center;
  justify-content:center;

  text-align:center;

  padding:40px;

}

/* ICON */

.td_academic_calendar_preview_inner i{

  font-size:90px;

  color:#FDC72F;

  margin-bottom:24px;

}

/* TITLE */

.td_academic_calendar_preview_inner h4{

  color:#fff;

  font-size:36px;

  margin-bottom:12px;

}

/* TEXT */

.td_academic_calendar_preview_inner p{

  color:rgba(255,255,255,.7);

  margin:0;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_academic_calendar_card{

    grid-template-columns:1fr;

  }

}

@media(max-width:767px){

  .td_academic_calendar_section{

    padding:80px 0;

  }

  .td_academic_calendar_top h2{

    font-size:42px;

  }

  .td_academic_calendar_card{

    padding:30px;

    border-radius:28px;

  }

  .td_academic_calendar_content h3{

    font-size:36px;

  }

  .td_academic_calendar_btn{

    width:100%;

  }

  .td_academic_calendar_preview_inner{

    min-height:280px;

    border-radius:24px;

  }

}


/*==================================================
MEDIA PAGE SECTION
==================================================*/

.td_media_page_section{

  padding:120px 0;

  background:#f6f8fc;

}

/*==================================================
TOP
==================================================*/

.td_media_page_top{

  max-width:760px;

  margin:0 auto 80px;

}

.td_media_page_top span{

  display:inline-block;

  margin-bottom:16px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_media_page_top h2{

  font-size:42px;

  line-height:1;

  margin-bottom:24px;

}

.td_media_page_top p{

  color:#5b6475;

  line-height:2;

  margin:0;

}

/*==================================================
CATEGORY BLOCK
==================================================*/

.td_media_category_block{

  margin-bottom:100px;

}

/*==================================================
HEAD
==================================================*/

.td_media_category_head{

  margin-bottom:40px;

}

.td_media_category_head span{

  display:inline-block;

  margin-bottom:12px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_media_category_head h2{

  font-size:42px;

  margin:0;

}

/*==================================================
PRINT MEDIA
==================================================*/

.td_print_media_grid{

  display:grid;

  grid-template-columns:repeat(3,1fr);

  gap:28px;

}

/* ITEM */

.td_print_media_item{

  position:relative;

  overflow:hidden;

  border-radius:28px;

  aspect-ratio:4/3;

  display:none;

  cursor:pointer;

  background:#fff;

  box-shadow:
  0 15px 50px rgba(0,0,0,.05);

}

/* IMAGE */

.td_print_media_item img{

  width:100%;
  height:100%;

  object-fit:cover;

  transition:.6s ease;

}

.td_print_media_item:hover img{

  transform:scale(1.05);

}

/* OVERLAY */

.td_print_media_overlay{

  position:absolute;

  left:0;
  bottom:0;

  width:100%;

  padding:22px;

  background:
  linear-gradient(
    to top,
    rgba(5,20,53,.92),
    rgba(5,20,53,.05)
  );

}

.td_print_media_overlay span{

  color:#fff;

  font-size:13px;

  font-weight:700;

  letter-spacing:.5px;

  text-transform:uppercase;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_print_media_grid{

    grid-template-columns:repeat(2,1fr);

  }

}

@media(max-width:767px){

  .td_print_media_grid{

    grid-template-columns:1fr;

    gap:20px;

  }

  .td_print_media_item{

    border-radius:22px;

  }

}

/*==================================================
ELECTRONIC MEDIA
==================================================*/

.td_electronic_media_grid{

  display:grid;

  grid-template-columns:repeat(2,1fr);

  gap:30px;

}

.td_electronic_media_item{

  overflow:hidden;

  border-radius:30px;

  background:#fff;

  display:none;

  box-shadow:
  0 20px 60px rgba(0,0,0,.04);

}

.td_electronic_media_video{

  position:relative;

  padding-bottom:56.25%;

  height:0;

}

.td_electronic_media_video iframe{

  position:absolute;

  left:0;
  top:0;

  width:100%;
  height:100%;

  border:none;

}

.td_electronic_media_content{

  padding:28px;

}

.td_electronic_media_content h3{

  font-size:30px;

  margin-bottom:14px;

}

.td_electronic_media_content p{

  color:#5b6475;

  line-height:1.9;

  margin:0;

}

/*==================================================
NEWS PORTALS
==================================================*/

.td_news_portal_list{

  display:flex;

  flex-direction:column;

  gap:24px;

}

.td_news_portal_item{

  display:none;

  align-items:center;

  justify-content:space-between;

  gap:30px;

  padding:35px;

  border-radius:30px;

  background:#fff;

  box-shadow:
  0 15px 50px rgba(0,0,0,.04);

}

.td_news_portal_left span{

  display:inline-block;

  margin-bottom:12px;

  color:#890c25;

  font-size:13px;

  font-weight:700;

}

.td_news_portal_left h3{

  font-size:30px;

  line-height:1.4;

  margin:0;

}

.td_news_portal_btn{

  height:56px;

  padding:0 24px;

  border-radius:60px;

  background:#051435;

  color:#fff;

  display:inline-flex;

  align-items:center;

  gap:10px;

  font-size:14px;

  font-weight:700;

  white-space:nowrap;

}

.td_news_portal_btn:hover{

  background:#890c25;

  color:#fff;

}

/*==================================================
LOAD MORE
==================================================*/

.td_media_load_wrap{

  margin-top:45px;

}

.td_load_more_btn{

  border:none;

  height:58px;

  padding:0 34px;

  border-radius:60px;

  background:#890c25;

  color:#fff;

  font-size:14px;

  font-weight:700;

}

/*==================================================
POPUP
==================================================*/

.td_media_popup{

  position:fixed;

  left:0;
  top:0;

  width:100%;
  height:100%;

  background:rgba(0,0,0,.92);

  z-index:99999;

  display:flex;

  align-items:center;
  justify-content:center;

  padding:40px;

  opacity:0;

  visibility:hidden;

  transition:.35s ease;

}

.td_media_popup.active{

  opacity:1;

  visibility:visible;

}

.td_media_popup_img{

  max-width:90%;

  max-height:90vh;

  border-radius:24px;

  object-fit:contain;

}

.td_media_popup_close{

  position:absolute;

  top:30px;
  right:30px;

  width:60px;
  height:60px;

  border-radius:50%;

  background:#fff;

  color:#051435;

  display:flex;

  align-items:center;
  justify-content:center;

  cursor:pointer;

  font-size:24px;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_print_media_grid,
  .td_electronic_media_grid{

    grid-template-columns:1fr;

  }

  .td_news_portal_item{

    flex-direction:column;

    align-items:flex-start;

  }

}

@media(max-width:767px){

  .td_media_page_section{

    padding:80px 0;

  }

  .td_media_page_top h2{

    font-size:42px;

  }

  .td_media_category_head h2{

    font-size:38px;

  }

  .td_print_media_item{

    height:380px;

  }

  .td_news_portal_left h3{

    font-size:24px;

  }

}

/*==================================================
FOOTER CURATED
==================================================*/

.td_footer_bottom_right{

  display:flex;

  align-items:center;

  gap:30px;

  flex-wrap:wrap;

}

.td_footer_curated{

  color:rgba(255,255,255,.7);

  font-size:16px;

}

.td_footer_curated a{

  color:#fff;

  font-weight:700;

  transition:.3s ease;

}

.td_footer_curated a:hover{

  color:#FDC72F;

}

/*==================================================
ADMISSION BTN
==================================================*/

.td_footer_admission_btn{

  margin-top:30px;

  height:56px;

  padding:0 26px;

  border-radius:60px;

  background:#890c25;

  color:#fff;

  display:inline-flex;

  align-items:center;

  gap:12px;

  font-size:16px;

  font-weight:700;

  transition:.35s ease;

}

.td_footer_admission_btn:hover{

  background:#fff;

  color:#051435;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_footer_bottom_in{

    flex-direction:column;

    gap:20px;

    text-align:center;

  }

  .td_footer_bottom_right{

    justify-content:center;

  }

}

@media(max-width:767px){

  .td_footer_bottom_right{

    flex-direction:column;

    gap:14px;

  }

}



/*==================================================
MODERN TESTIMONIAL SECTION
==================================================*/

.td_modern_testimonial_section{

  position:relative;

  overflow:hidden;

  padding:120px 0;

  background:#051435;

}

/*==================================================
BLUR
==================================================*/

.td_testimonial_blur{

  position:absolute;

  border-radius:50%;

  filter:blur(120px);

  opacity:.18;

}

.td_blur_1{

  width:400px;
  height:400px;

  background:#FDC72F;

  top:-100px;
  left:-100px;

}

.td_blur_2{

  width:350px;
  height:350px;

  background:#890c25;

  bottom:-120px;
  right:-120px;

}

/*==================================================
TOP
==================================================*/

.td_modern_testimonial_top{

  max-width:760px;

  margin:0 auto 70px;

}

.td_modern_testimonial_top span{

  display:inline-block;

  margin-bottom:18px;

  color:#FDC72F;

  font-size:13px;

  font-weight:700;

  text-transform:uppercase;

  letter-spacing:1px;

}

.td_modern_testimonial_top h2{

  font-size:42px;

  line-height:1;

  color:#fff;

  margin-bottom:24px;

}

.td_modern_testimonial_top h2 span{

  color:#FDC72F;

}

.td_modern_testimonial_top p{

  color:rgba(255,255,255,.7);

  line-height:2;

}

/*==================================================
IMAGE
==================================================*/

.td_modern_testimonial_image_wrap{

  position:relative;

}

.td_modern_testimonial_image{

  width:100%;

  height:650px;

  object-fit:cover;

  border-radius:40px;

}

/*==================================================
BADGE
==================================================*/

.td_alumni_badge{

  position:absolute;

  left:-20px;
  bottom:40px;

  padding:30px;

  border-radius:30px;

  background:rgba(255,255,255,.1);

  backdrop-filter:blur(15px);

  border:1px solid rgba(255,255,255,.08);

}

.td_alumni_badge h3{

  font-size:52px;

  color:#fff;

  margin-bottom:6px;

}

.td_alumni_badge p{

  color:rgba(255,255,255,.7);

  margin:0;

}

/* FLOAT */

.td_alumni_float_card{

  position:absolute;

  right:-20px;
  top:40px;

  padding:18px 24px;

  border-radius:100px;

  background:#fff;

  color:#051435;

  font-size:14px;

  font-weight:700;

}

/*==================================================
SLIDER
==================================================*/

.td_modern_testimonial_slider{

  overflow:hidden;

}

/*==================================================
CARD
==================================================*/

.td_modern_testimonial_card{

  padding:40px;

  border-radius:36px;

  background:rgba(255,255,255,.06);

  backdrop-filter:blur(14px);

  border:1px solid rgba(255,255,255,.06);

}

/*==================================================
HEAD
==================================================*/

.td_modern_testimonial_head{

  display:flex;

  justify-content:space-between;

  gap:20px;

  margin-bottom:28px;

}

/* USER */

.td_modern_testimonial_user{

  display:flex;

  gap:18px;

  align-items:center;

}

.td_modern_testimonial_user img{

  width:80px;
  height:80px;

  border-radius:50%;

  object-fit:cover;

  border:3px solid rgba(255,255,255,.1);

}

.td_modern_testimonial_user h3{

  font-size:28px;

  color:#fff;

  margin-bottom:6px;

}

.td_modern_testimonial_user span{

  color:rgba(255,255,255,.65);

  font-size:14px;

}

/* QUOTE */

.td_modern_quote_icon{

  width:70px;
  height:70px;

  border-radius:50%;

  background:#FDC72F;

  color:#051435;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:24px;

}

/*==================================================
TEXT
==================================================*/

.td_modern_testimonial_text{

  margin-bottom:30px;

}

.td_modern_testimonial_text p{

  color:rgba(255,255,255,.8);

  line-height:2;

  font-size:18px;

}

/*==================================================
BOTTOM
==================================================*/

.td_modern_testimonial_bottom{

  display:flex;

  justify-content:space-between;

  align-items:center;

  gap:20px;

  flex-wrap:wrap;

}

/* RATING */

.td_modern_rating{

  display:flex;

  gap:6px;

  color:#FDC72F;

}

/* TAG */

.td_modern_testimonial_tag{

  height:42px;

  padding:0 18px;

  border-radius:60px;

  background:rgba(255,255,255,.08);

  color:#fff;

  display:flex;

  align-items:center;

  font-size:13px;

  font-weight:700;

}

/*==================================================
NAVIGATION
==================================================*/

.td_testimonial_navigation{

  display:flex;

  gap:14px;

  margin-top:35px;

}

.td_testimonial_prev,
.td_testimonial_next{

  width:58px;
  height:58px;

  border-radius:50%;

  background:rgba(255,255,255,.08);

  border:1px solid rgba(255,255,255,.08);

  color:#fff;

  display:flex;

  align-items:center;
  justify-content:center;

  cursor:pointer;

  transition:.35s ease;

}

.td_testimonial_prev:hover,
.td_testimonial_next:hover{

  background:#FDC72F;

  color:#051435;

}

/*==================================================
RESPONSIVE
==================================================*/

@media(max-width:991px){

  .td_modern_testimonial_top h2{

    font-size:52px;

  }

  .td_modern_testimonial_image{

    height:520px;

  }

}

@media(max-width:767px){

  .td_modern_testimonial_section{

    padding:80px 0;

  }

  .td_modern_testimonial_top h2{

    font-size:38px;

  }

  .td_modern_testimonial_image{

    height:420px;

    border-radius:24px;

  }

  .td_modern_testimonial_card{

    padding:24px;

    border-radius:24px;

  }

  .td_modern_testimonial_head{

    flex-direction:column;

  }

}


/*==================================================
PREMIUM ALBUM GALLERY
==================================================*/

.td_gallery_grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}

.td_gallery_card{

    position:relative;

    overflow:hidden;

    border-radius:30px;

    aspect-ratio:16/9;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.td_gallery_card a{

    display:block;

    width:100%;

    height:100%;

}

.td_gallery_card img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.7s;

}

.td_gallery_card:hover img{

    transform:scale(1.08);

}

.td_gallery_card::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.88),
        rgba(0,0,0,.15) 55%,
        transparent
    );

    z-index:1;

}

.td_gallery_content{

    position:absolute;

    left:35px;

    right:35px;

    bottom:30px;

    z-index:2;

    color:#fff;

}

.td_gallery_top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:18px;

}

.td_gallery_category{

    background:#890c25;

    color:#fff;

    padding:8px 18px;

    border-radius:40px;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

}

.td_gallery_photos{

    display:flex;

    align-items:center;

    gap:8px;

    font-weight:600;

    font-size:15px;

}

.td_gallery_content h3{

    color:#fff;

    font-size:38px;

    margin-bottom:18px;

    line-height:1.2;

    max-width:70%;

}

.td_gallery_bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-size:16px;

}

.td_gallery_bottom span{

    display:flex;

    align-items:center;

    gap:8px;

}

.td_gallery_bottom span:last-child{

    font-weight:700;

    transition:.3s;

}

.td_gallery_card:hover .td_gallery_bottom span:last-child{

    gap:14px;

}

.td_gallery_card:hover::before{

    background:linear-gradient(
        to top,
        rgba(0,0,0,.95),
        rgba(0,0,0,.25) 55%,
        transparent
    );

}

@media(max-width:991px){

.td_gallery_grid{

grid-template-columns:1fr;

}

.td_gallery_card{

aspect-ratio:16/10;

}

}

@media(max-width:767px){

.td_gallery_content{

left:22px;

right:22px;

bottom:22px;

}

.td_gallery_content h3{

font-size:28px;

max-width:100%;

}

.td_gallery_bottom{

flex-direction:column;

align-items:flex-start;

gap:12px;

}

}

/*==========================================
ALBUM
==========================================*/

.td_album_section{

padding:120px 0;

background:#fafafa;

}

.td_album_header{

background:#fff;

border-radius:30px;

overflow:hidden;

box-shadow:0 20px 60px rgba(0,0,0,.08);

margin-bottom:70px;

}

.td_album_cover{

height:100%;

}

.td_album_cover img{

width:100%;

height:100%;

min-height:420px;

object-fit:cover;

}

.td_album_content{

padding:60px;

}

.td_album_category{

display:inline-block;

padding:10px 22px;

border-radius:40px;

background:#890c25;

color:#fff;

font-size:14px;

font-weight:700;

margin-bottom:25px;

}

.td_album_content h2{

font-size:52px;

margin-bottom:22px;

line-height:1.2;

}

.td_album_content p{

font-size:18px;

line-height:1.9;

color:#6b7280;

margin-bottom:35px;

}

.td_album_meta{

display:flex;

gap:40px;

font-weight:600;

color:#051435;

}

.td_album_meta i{

margin-right:8px;

color:#890c25;

}

.td_album_heading{

margin-bottom:40px;

text-align:center;

}

.td_album_heading h3{

font-size:42px;

}

.td_album_masonry{

columns:4 280px;

column-gap:22px;

}

.td_album_item{

display:block;

margin-bottom:22px;

overflow:hidden;

border-radius:22px;

break-inside:avoid;

position:relative;

}

.td_album_item img{

width:100%;

display:block;

transition:.6s;

}

.td_album_item::before{

content:"";

position:absolute;

inset:0;

background:rgba(0,0,0,.25);

opacity:0;

transition:.4s;

z-index:1;

}

.td_album_item::after{

content:"\f00e";

font-family:"Font Awesome 6 Free";

font-weight:900;

position:absolute;

left:50%;

top:50%;

transform:translate(-50%,-50%) scale(.7);

width:70px;

height:70px;

border-radius:50%;

background:#fff;

display:flex;

align-items:center;

justify-content:center;

color:#890c25;

font-size:22px;

opacity:0;

transition:.4s;

z-index:2;

}

.td_album_item:hover::before{

opacity:1;

}

.td_album_item:hover::after{

opacity:1;

transform:translate(-50%,-50%) scale(1);

}

.td_album_item:hover img{

transform:scale(1.08);

}

@media(max-width:991px){

.td_album_content{

padding:35px;

}

.td_album_content h2{

font-size:36px;

}

.td_album_cover img{

min-height:300px;

}

.td_album_masonry{

columns:3;

}

}

@media(max-width:767px){

.td_album_masonry{

columns:2;

}

.td_album_meta{

flex-direction:column;

gap:15px;

}

}

@media(max-width:480px){

.td_album_masonry{

columns:1;

}

}

/*==========================
FANCYBOX GALLERY
==========================*/

.td_album_masonry{

    columns:4 280px;

    column-gap:22px;

}

.td_album_item{

    position:relative;

    display:block;

    margin-bottom:22px;

    overflow:hidden;

    border-radius:22px;

    break-inside:avoid;

}

.td_album_item img{

    width:100%;

    display:block;

    transition:.5s;

}

.td_album_item::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.55),
        transparent
    );

    opacity:0;

    transition:.35s;

    z-index:1;

}

.td_gallery_zoom{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%) scale(.7);

    width:70px;

    height:70px;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#890c25;

    font-size:22px;

    opacity:0;

    transition:.35s;

    z-index:2;

}

.td_album_item:hover img{

    transform:scale(1.08);

}

.td_album_item:hover::before{

    opacity:1;

}

.td_album_item:hover .td_gallery_zoom{

    opacity:1;

    transform:translate(-50%,-50%) scale(1);

}

.td_page_hero_overlay1{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.95),
        rgba(0,0,0,.25) 55%,
        transparent
    );
    z-index:1;
}


.td_gallery_filter{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:wrap;

margin-bottom:60px;

}

.td_gallery_filter a{

padding:12px 26px;

background:#fff;

border-radius:50px;

text-decoration:none;

color:#051435;

font-weight:600;

transition:.3s;

box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.td_gallery_filter a.active,

.td_gallery_filter a:hover{

background:#890c25;

color:#fff;

}

.td_gallery_pagination{

display:flex;

justify-content:center;

margin-top:70px;

}

.pagination{

display:flex;

gap:12px;

}

.pagination .page-link{

width:48px;

height:48px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

border:none;

background:#f4f4f4;

color:#051435;

font-weight:600;

}

.pagination .active .page-link{

background:#890c25;

color:#fff;

}

.pagination .page-link:hover{

background:#890c25;

color:#fff;

}

/*==================================
EMPTY STATE
==================================*/

.td_empty_state{

    width:100%;

    grid-column:1/-1;

    text-align:center;

    padding:90px 40px;

    background:#fff;

    border-radius:30px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.td_empty_state i{

    font-size:80px;

    color:#890c25;

    margin-bottom:30px;

}

.td_empty_state h3{

    font-size:36px;

    margin-bottom:18px;

}

.td_empty_state p{

    color:#6b7280;

    max-width:500px;

    margin:0 auto 35px;

    line-height:1.8;

}

.td_primary_btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:14px 32px;

    background:#890c25;

    color:#fff;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.td_primary_btn:hover{

    background:#051435;

    color:#fff;

}

.td_electronic_media_grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.td_video_item{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;

}

.td_video_item:hover{

    transform:translateY(-8px);

}

.td_video_thumb{

    position:relative;

}

.td_video_thumb img{

    width:100%;

    height:250px;

    object-fit:cover;

}

.td_video_play{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:80px;

    height:80px;

    border-radius:50%;

    background:#890c25;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

}

.td_video_content{

    padding:25px;

}

.td_video_content span{

    color:#890c25;

    font-weight:600;

}

.td_video_content h3{

    margin:15px 0;

    font-size:24px;

}

.td_news_portal_card{

    display:flex;

    gap:25px;

    padding:30px;

    border-radius:20px;

    background:#fff;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.td_news_portal_card:hover{

    transform:translateY(-8px);

}

.td_news_portal_icon{

    width:70px;

    height:70px;

    min-width:70px;

    border-radius:50%;

    background:#890c25;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:26px;

}

.td_news_portal_content span{

    color:#890c25;

    font-weight:600;

    display:block;

    margin-bottom:10px;

}

.td_news_portal_content h3{

    font-size:24px;

    margin-bottom:15px;

}

.td_news_portal_content p{

    margin-bottom:20px;

    color:#666;

}

.td_news_portal_content a{

    font-weight:700;

    color:#890c25;

}

.td_news_portal_content a i{

    margin-left:8px;

}

.td_news_share{
    margin-top:60px;
    padding-top:30px;
    border-top:1px solid #e5e5e5;
}

.td_news_share_title{
    display:block;
    font-size:18px;
    font-weight:700;
    margin-bottom:18px;
}

.td_news_share_icons{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.td_share_btn{
    width:45px;
    height:45px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    border:1px solid #ddd;
    transition:.3s;
    color:#333;
    background:#fff;
    cursor:pointer;
}

.td_share_btn:hover{
    transform:translateY(-3px);
    border-color:#8f1514;
    color:#fff;
    background:#8f1514;
}