trus/*--------------------------------------------------------------
 ** 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;
}

/*--------------------------------------------------------------
** All Variable
----------------------------------------------------------------*/
:root {
  --white-color: #fff;
  --heading-color: #000;
  --body-color: #000;
  --accent-color: #2E56A7;
  --gray-color: #f4f3ef;
  --border-color: #d9d9d9;
  --heading-font: "Euclid Circular A", sans-serif;
  --body-font: "Euclid Circular A", sans-serif;
  --gradiant-color: #AE2C2F;

}


html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--body-color) !important;
  font-weight: 600;

}


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

.td_theme_3 {
  --accent-color: #eee8a9;
  --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 {
  -ms-scroll-chaining: none;
  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: 40px;
}

h2 {
  font-size: 32px;
}

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;
  text-align: center;
}

address {
  margin: 0 0 15px;
}

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

}

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

button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  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);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*--------------------------------------------------------------
2. Animation
----------------------------------------------------------------*/
@-webkit-keyframes particalAnimation {

  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(50px, -10px);
    transform: translate(50px, -10px);
  }

  40% {
    -webkit-transform: translate(100px, 60px);
    transform: translate(100px, 60px);
  }

  60% {
    -webkit-transform: translate(60px, 90px);
    transform: translate(60px, 90px);
  }

  80% {
    -webkit-transform: translate(-30px, 60px);
    transform: translate(-30px, 60px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes particalAnimation {

  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(50px, -10px);
    transform: translate(50px, -10px);
  }

  40% {
    -webkit-transform: translate(100px, 60px);
    transform: translate(100px, 60px);
  }

  60% {
    -webkit-transform: translate(60px, 90px);
    transform: translate(60px, 90px);
  }

  80% {
    -webkit-transform: translate(-30px, 60px);
    transform: translate(-30px, 60px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
    transform: translateX(44px);
  }
}

@keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
    transform: translateX(44px);
  }
}

@-webkit-keyframes animo-y {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

@keyframes animo-y {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.55, 0, 0.2, 1);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

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

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

@-webkit-keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
    transform: translateY(25px) rotate(-53deg);
  }
}

@keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
    transform: translateY(25px) rotate(-53deg);
  }
}

@-webkit-keyframes up-down-anim {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(40px) rotate(-1deg);
    transform: translateY(40px) rotate(-1deg);
  }
}

@keyframes up-down-anim {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(40px) rotate(-1deg);
    transform: translateY(40px) rotate(-1deg);
  }
}

@-webkit-keyframes swing-anim {
  65% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-48px) rotate(-75deg);
    transform: translateY(-48px) rotate(-75deg);
  }
}

@keyframes swing-anim {
  65% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(-48px) rotate(-75deg);
    transform: translateY(-48px) rotate(-75deg);
  }
}

@-webkit-keyframes spinAnimaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }

  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }

  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}

@keyframes spinAnimaiton {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }

  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }

  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}

/*--------------------------------------------------------------
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;
  text-align: justify;
}

.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;
  text-align: justify;
}

.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;
  text-align: justify;
}

.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;
  }
}

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

.td_fs_14 {
  font-size: 16px;
  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: 16px;
  line-height: 1.56em;
  text-align: var(--accent-color);

}

.td.fs-19 {
  font-size: 16px;
  line-height: 1.56em;
  text-align: var(--accent-color);
  text-align: justify;

}

.td_page_heading {
  padding: 50px 0;/
}


@media (max-width: 1200px) {
  .td_page_heading_in h1 {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .td_page_heading_in h1 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .td_page_heading_in h1 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .td_page_heading_in h1 {
    font-size: 20px;
  }
}


@media (max-width: 768px) {
  .td_page_heading {
    padding: 30px 0;

  }
}

@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: 32px;
  line-height: 1.33em;
}

@media (max-width: 1400px) {
  .td_fs_48 {
    font-size: 28px;
  }
}

@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;
  color: var(--body-color);
  font-size: 16px;

}

.modal-md {
  max-width: 600px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.td_white_color {
  color: var(--white-color);
  margin-top: 80PX;
}

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

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

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

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

.td_heading_bg {
  background-color: var(--accent-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;
}


.td_faq_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
}

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

@media (max-width: 991px) {
  .td_faq_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.td_faq_1 .td_faq_1_left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 55%;
}

@media (max-width: 991px) {
  .td_faq_1 .td_faq_1_left {
    width: 100%;
  }
}

.td_faq_1 .td_faq_1_right {
  -webkit-box-flex: 0;
  -ms-flex: none;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  outline: none;
  border: none;
}

.td_btn.td_style_1 .td_btn_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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;
  -webkit-transition: all 0.4s ease;
  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;
  -webkit-transition: all 0.3s ease;
  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 {
  -webkit-box-shadow: 6px 6px 0px 0px var(--heading-color);
  box-shadow: 6px 6px 0px 0px var(--heading-color);
}

.td_btn.td_style_1.td_with_shadow_2:hover {
  -webkit-box-shadow: 6px -6px 0px 0px var(--heading-color);
  box-shadow: 6px -6px 0px 0px var(--heading-color);
}

.td_btn.td_style_1.td_type_1 {
  -webkit-box-shadow: 0 0 0px 1px var(--heading-color);
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.td_btn.td_style_1.td_type_2 .td_btn_in span:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.td_btn.td_style_1.td_type_3 .td_btn_in {
  padding: 12px 24px;
  border: 1px solid currentColor;
  -webkit-transition: border 0.3s ease;
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.td_btn.td_style_1.td_type_4 .td_btn_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: all 0.4s ease;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--accent-color)), to(var(--accent-color)));
  background-image: linear-gradient(90deg, var(--accent-color) 0, var(--accent-color) 100%);
  -webkit-transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  color: var(--accent-color);
}

.td_btn.td_style_2 i svg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.td_player_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.td_player_btn_wrap .td_play_btn_text {
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  -webkit-transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  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;
  -webkit-transform: scale(1.64);
  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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  -webkit-animation: playBtnAnim 4s linear infinite;
  animation: playBtnAnim 4s linear infinite;
}

.td_player_btn_wrap_2::after {
  -webkit-animation-delay: 1.33s;
  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;
  -webkit-animation: playBtnAnim 4s linear infinite;
  animation: playBtnAnim 4s linear infinite;
  border: 1px solid var(--white-color);
  -webkit-animation-delay: 2.66s;
  animation-delay: 2.66s;
}

.td_player_btn_wrap_3 {
  position: absolute;
  height: 150px;
  width: 150px;
  background-color: var(--accent-color);
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.15);
  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%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
}

.td_player_btn:before {
  background-color: var(--accent-color);
  z-index: 0;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.td_player_btn:after {
  background-color: #fff;
}

.td_player_btn:after {
  z-index: 1;
  -webkit-transition: all 200ms;
  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;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes playBtnAnim {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

@keyframes playBtnAnim {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.8);
    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;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(600px) translate3d(0, 0, 0);
  transform: perspective(600px) translate3d(0, 0, 0);
}

.td_social_btns.td_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  gap: 5px;
}

.td_social_btns.td_style_1 a {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 35px;
  width: 35px;
  font-size: 20px;
  border-radius: 50%;
  margin: 10px;
}

.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;
  -webkit-transform: skewX(-32deg);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: 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;
  -webkit-box-flex: 0;
  -ms-flex: none;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px 0px;
  }
}

.td_section_heading.td_style_2 {
  padding-bottom: 20px;
  position: relative;
  text-align: justify;
}

.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 {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
}

@media (max-width: 991px) {
  .td_video_block.td_style_2 .td_video_open {
    -webkit-transform: scale(1.6);
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 20px 0px;
  }
}

.td_contact_box.td_style_1 .td_contact_box_or {
  -webkit-box-flex: 0;
  -ms-flex: none;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transform: rotate(-61deg);
  transform: rotate(-61deg);
  width: -webkit-max-content;
  width: -moz-max-content;
  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;
    -webkit-transform: initial;
    transform: initial;
  }
}

.td_btn_box .td_btn.td_style_1:hover {
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
}

.td_tab {
  display: none;
}

.td_tab.active {
  display: block;
}

.td_tab_links.td_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.td_tab_links.td_style_2 a {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }
}

.td_tab_links.td_style_2.td_type_1 a {
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

.td_tab_links.td_style_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.td_tab_links.td_style_3 .active a::before {
  width: 100%;
}

.td_tab_links.td_style_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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%;
  -webkit-transform: translateY(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

@media (max-width: 1199px) {
  .td_list.td_style_2.td_type_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}

.td_list.td_style_2.td_type_2 li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
}

.td_list.td_style_3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.td_list_3_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 500px) {
  .td_list_3_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.td_list_3_box {
  -webkit-box-flex: 0;
  -ms-flex: none;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.td_list.td_style_4 .td_list_icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 80px;
  height: 80px;
  position: relative;
  -webkit-clip-path: inset(0 round 50px 50px 50px 50px);
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.td_list.td_style_4 .td_list_icon_icon_in {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #fff0d4), color-stop(95.86%, #d6fff7));
  background: linear-gradient(90deg, #fff0d4 0.07%, #d6fff7 95.86%);
}

.td_list.td_style_4 li:hover .td_list_icon::before {
  -webkit-animation: rotate-anim 15s linear infinite;
  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%;
  -webkit-transform: translateX(-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%;
  -o-object-fit: cover;
  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 {
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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;
  -webkit-box-shadow: 2px 2px 0px rgba(40, 11, 183, 0.1);
  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 {
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  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%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.03;
}

.td_image_box.td_style_3 .td_sign_box .td_sign_box_in {
  -webkit-transform: rotate(-41deg);
  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);
  -webkit-box-shadow: 2px 2px 0px rgba(40, 11, 183, 0.1);
  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;
  -webkit-transform: rotate(-10deg);
  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%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.td_image_box.td_style_4 .td_image_box_shape_4 {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  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;
  -webkit-clip-path: inset(0 round 100px 100px 100px 100px);
  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 {
    -webkit-transform: scale(0.8);
    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: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #fff0d4), color-stop(95.86%, #d6fff7));
  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%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.td_image_box.td_style_5 .td_image_box_circle .td_image_box_circle_text {
  width: 100%;
  -webkit-animation: rotate-anim 35s linear infinite;
  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%;
  -webkit-transform: translate(-50%, -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 {
  -webkit-animation: 30s linear 0s infinite normal none running rotate-anim;
  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 {
  -webkit-animation: 35s linear 0s infinite normal none running rotate-anim;
  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 {
  -webkit-animation: 35s linear 0s infinite normal none running rotate-anim;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.td_image_box.td_style_7 .td_image_box_img_2_icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-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 {
  -webkit-animation: 30s linear 0s infinite normal none running rotate-anim;
  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%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 0px rgba(40, 11, 183, 0.1);
  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%;
  -o-object-fit: cover;
  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%;
  -o-object-fit: cover;
  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 {
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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%;
  -webkit-animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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%;
  -webkit-transform: translateX(-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;
  -webkit-animation: spinAnimaiton 6s linear infinite;
  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 {
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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%;
  -webkit-animation: up-down-anim 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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%;
  -webkit-animation: particalAnimation 20s alternate infinite linear;
  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 {
  -webkit-animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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%;
  -webkit-animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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 {
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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%;
  -webkit-animation: spinAnimaiton 6s linear infinite;
  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%;
  -webkit-animation: up-down-anim 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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 {
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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 {
  -webkit-animation: spinAnimaiton 6s linear infinite;
  animation: spinAnimaiton 6s linear infinite;
}

.td_shape_section_3 .td_shape_position_3 {
  right: 7%;
  top: 15%;
  -webkit-animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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%;
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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%;
  -webkit-animation: spinAnimaiton 6s linear infinite;
  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%;
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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%;
  -webkit-animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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;
  -webkit-animation: swing-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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);
  -webkit-animation: swing-anim 120s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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%;
  -webkit-animation: swing-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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%;
  -webkit-animation: swing-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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%;
  -webkit-animation: swing-anim 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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%;
  -webkit-animation: swing-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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 {
  -webkit-animation: rotate-anim 40s linear infinite;
  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 {
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .td_rate_section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.td_rate_section .td_rate_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 45px 30px 35px;
  border-right: 5px solid #fff;
  min-height: 142px;
  gap: 15px;
  width: 510px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  position: relative;
}

@media (max-width: 991px) {
  .td_rate_section .td_rate_heading {
    min-height: 120px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media (min-width: 992px) {
  .td_rate_section.td_type_1 {
    position: relative;
    z-index: 2;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-top: -67px;
    margin-bottom: 67px;
  }
}

.td_rate_section .td_rate_feature_list_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.td_rate_feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 15px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 15px 24px;
}

.td_rate_feature_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.td_rate_feature_list .td_rate_feature_icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.td_moving_box_wrap {
  font-family: helvetica;
  overflow-x: hidden;
}

.td_moving_box_wrap:hover .td_moving_box {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

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

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

@-webkit-keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.td_funfact_1_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  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 {
    -ms-flex-wrap: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.td_funfact.td_style_1>svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.td_funfact.td_style_1 .td_funfact_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 60px;
}

.td_funfact.td_style_1 .td_funfact_icon img {
  width: 100%;
}

.td_funfact.td_style_2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-clip-path: inset(0 round 60px 60px 60px 60px);
  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 {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.td_funfact.td_style_2 .td_funfact_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 8px;
    margin: -7px 0;
  }
}

.td_instagram_list.td_style_1 li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 991px) {
  .td_instagram_list.td_style_1 li {
    width: 33.3333%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.td_instagram_list.td_style_1 a img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.td_instagram_list.td_style_1 a i {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #fff;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  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 {
  -webkit-transform: scale(1.03);
  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 {
  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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;


}

td_page_heading_in .breadcrumb li:not(:last-child)::after {
  content: " > ";
  color: #fff;
  padding: 0 5px;
}

.td_page_heading_in .breadcrumb li:not(:last-child)::after {
  content: " > ";
  color: #fff;
  padding: 0 10px;
}

.td_page_heading .breadcrumb-item.active {
  color: #fff;
}

.td_page_heading .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.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: 37%;
  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 {
  -webkit-animation: swing-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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 {
  -webkit-animation: animo-x 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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: 30%;
  height: 80%;
}

.td_page_heading .td_page_heading_shape_5 img {
  -webkit-animation: animo-y 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  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: 60%;
}

@media (max-width: 991px) {
  .td_page_heading .td_page_heading_shape_6 {
    display: none;
  }
}

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

select.td_form_field {
  -webkit-box-sizing: border-box;
  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;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 0;
}

.td_form_card.td_style_1 {
  padding: 75px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 15px;
}

.td_form_card.td_style_1 .td_form_social {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 27, 0.05);
  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%;
  -o-object-fit: cover;
  object-fit: cover;
}

.td_map {
  height: 500px;
}

.td_map iframe {
  height: 100%;
  width: 100%;
  border: none;
  -webkit-filter: grayscale(100%);
  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%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  border: 1px solid var(--heading-color);
  padding: 4px 10px;
  border-radius: 5px;
  min-width: 75px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .text-center-lg {
    text-align: center;
  }
}

.td_section_head_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

@media (max-width: 767px) {
  .td_section_head_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.td_section_head_2 .td_section_head_2_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .td_section_head_2 .td_section_head_2_left {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: all 0.4s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  border-radius: 10px;
  background-color: rgba(235, 236, 237, 0.5);
  padding: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.td_section_head_select b {
  white-space: nowrap;
}

.td_section_head_select select.td_form_field {
  background-color: transparent;
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.td_custom_checkbox_2>span::before {
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.td_course_details .td_course_avatar img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 32px;
  width: 32px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.td_course_details .td_course_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 20px;
}

.share-btn {
  background-color: #7C6EB2;
  color: white;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 500;
  margin-top: 20px;
}

.share-btn:hover {
  background-color: #365899;
  color: white;
}

.tab-content {
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
  .td_course_details .td_course_meta>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.td_course_details .td_course_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 30px;
}

.td_course_details .td_requirements_list .td_requirement {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.td_table_meta img {
  height: 90px;
  width: 90px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.td_table_close_btn {
  padding: 5px;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 0 5px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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);
  -webkit-box-shadow: none;
  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);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.td_payment_list .form-check-input:checked+label {
  font-weight: 700;
  color: var(--heading-color);
}

.td_text_btn_2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.td_order_summary_card .td_order_summary_card_thumb {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 48px;
  height: 58px;
  position: relative;
}

.td_order_summary_card .td_order_summary_card_thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999;
  -webkit-box-shadow: 0px 1px 5px 1px rgba(22, 22, 22, 0.2);
  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;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scale_full 3s cubic-bezier(0.28, 1.84, 0.55, -0.11) infinite;
  animation: scale_full 3s cubic-bezier(0.28, 1.84, 0.55, -0.11) infinite;
}

.td_scrollup.td_scrollup_show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.td_scrollup i {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes scale_full {
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes scale_full {
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

/* End Scroll Up */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*--------------------------------------------------------------
6. Slider
----------------------------------------------------------------*/
.td_slider {
  position: relative;
}

.slick-arrow {
  cursor: pointer;
}

.draggable {
  cursor: url(../img/drag.png) 16 9, ew-resize !important;
}

.slick-slide>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.td_remove_overflow .slick-list {
  overflow: visible;
}

.td_remove_overflow .slick-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.td_remove_overflow .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.td_slider_gap_24 .slick-slide {
  padding-left: 12px;
  padding-right: 12px;
}

.td_slider_gap_24 .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.td_slider_gap_100 .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.td_slider_gap_100 .slick-list {
  margin-left: -50px;
  margin-right: -50px;
}

.td_ptb_12 .slick-slide {
  padding-top: 12px;
  padding-bottom: 12px;
}

.td_ptb_12 .slick-list {
  margin-top: -12px;
  margin-bottom: -12px;
}

.td_slider_gap_90 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}

.td_slider_gap_90 .slick-list {
  margin-left: -45px;
  margin-right: -45px;
}

.td_slider_arrows.td_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.td_slider_arrows.td_style_1 .td_left_arrow,
.td_slider_arrows.td_style_1 .td_right_arrow {
  height: 50px;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background-color: var(--accent-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}

@media (max-width: 991px) {

  .td_slider_arrows.td_style_1 .td_left_arrow,
  .td_slider_arrows.td_style_1 .td_right_arrow {
    width: 50px;
    height: 50px;
  }
}

.td_slider_arrows.td_style_1 .td_left_arrow:hover,
.td_slider_arrows.td_style_1 .td_right_arrow:hover {
  background-color: var(--heading-color);
}

.td_slider_arrows.td_style_1.td_type_1 .td_left_arrow,
.td_slider_arrows.td_style_1.td_type_1 .td_right_arrow {
  height: 40px;
  width: 40px;
}

.td_slider_arrows.td_style_1.td_type_2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 10%;
}

@media (max-width: 991px) {
  .td_slider_arrows.td_style_1.td_type_2 {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.td_slider_arrows.td_style_1.td_type_2 .td_left_arrow,
.td_slider_arrows.td_style_1.td_type_2 .td_right_arrow {
  height: 40px;
  width: 40px;
}

@media (max-width: 991px) {
  .td_slider_arrows.td_style_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
  }
}

.td_slider_arrows.td_style_2 .td_left_arrow,
.td_slider_arrows.td_style_2 .td_right_arrow {
  position: absolute;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  top: 50%;
}

@media (max-width: 991px) {

  .td_slider_arrows.td_style_2 .td_left_arrow,
  .td_slider_arrows.td_style_2 .td_right_arrow {
    position: initial;
    height: 40px;
    width: 40px;
    background-color: #fff !important;
  }
}

.td_slider_arrows.td_style_2 .td_left_arrow {
  left: -45px;
  background-color: #fef0d5;
}

.td_slider_arrows.td_style_2 .td_right_arrow {
  right: -45px;
  background-color: #d5fff7;
}

.td_pagination.td_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.td_pagination.td_style_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .td_pagination.td_style_1 ul {
    margin-top: 40px;
  }
}

.td_pagination.td_style_1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.td_pagination.td_style_1 li button {
  height: 12px;
  width: 12px;
  font-size: 0;
  color: transparent;
  padding: 0;
  background-color: #ebeced;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.td_pagination.td_style_1 li.slick-active button {
  -webkit-transform: scale(1.34);
  transform: scale(1.34);
  background-color: var(--accent-color);
}

/*--------------------------------------------------------------
7. Video Modal
----------------------------------------------------------------*/
.cs-pd-video .td_video_open,
.cs-sample-img .td_video_open {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 68px;
  -webkit-transition: all 0.3s ease;
  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%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

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

.td_video_popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  -webkit-transition: all 0.4s ease-out;
  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;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.td_video_popup.active .td_video_popup-content {
  -webkit-transform: translateY(0);
  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;
  -webkit-transition: all 0.4s ease-in-out;
  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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.td_header_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.td_header_search_wrap {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  right: 0;
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  -webkit-transition: all 0.3s ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.td_header_contact_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.td_hero_toolbox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.td_hero_toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.td_hero_toolbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

.td_circle_btn img {
  height: 18px;
  background-color: #000
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.td_hero_text_btn span {
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), to(currentColor));
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  -webkit-transition: background-size 0.42s cubic-bezier(0.49, 0.49, 0.08, 1), color 0.27s ease-out;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.td_header_dropdown_list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  border-radius: 7px;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
  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;
  -webkit-transition: all 0.4s ease;
  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);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.td_hamburger_btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  outline: none;
  background-color: transparent;
  color: #000;
  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 span {
  position: relative;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.td_site_header.td_style_1 .td_main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 30px;
}

@media (max-width: 1199px) {
  .td_site_header.td_style_1 .td_main_header_right {
    padding-right: 30px;
  }
}

.td_site_header.td_style_1 .td_top_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.td_site_header.td_style_1.td_type_1 {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #fff0d4), color-stop(95.86%, #d6fff7));
  background: linear-gradient(90deg, #fff0d4 0.07%, #d6fff7 95.86%);
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  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 {
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 27, 0.1);
  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);
}

.td_site_header.td_style_1.td_type_2 .td_circle_btn:hover {
  background-color: rgb(235, 236, 237, 0.3);
}

.td_site_header.td_style_1.td_type_2 .td_top_header .td_circle_btn {
  background-color: #ffffff;
  height: 34px;
  width: 34px;
}

.td_site_header.td_style_1.td_type_2 .td_top_header .td_circle_btn img {
  height: 15px;
  color: #ffffff;
}

.td_site_header.td_style_1.td_type_2 .td_top_header .td_circle_btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/* header color */
.td_site_header.td_style_1.td_type_3 {
  background-color: var(--white-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;
  -webkit-filter: brightness(0) invert(1);
  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: #343030;
  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: #372e2e;
  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: #171313;
  }

  /* .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: var(--accent-color);

  }

  .td_site_header.td_style_1.td_type_3 .td_nav_list_wrap {
    background-color: white;
  }

  /* .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: #0000
  }

  .td_site_header.td_style_1.td_type_3 .td_nav a:hover {
    color: #000;
  }
}

.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: #000000;
  }

  .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: #000;
  }

  .td_site_header.td_style_1.td_type_4 .td_btn.td_style_1 .td_btn_in {
    background-color: #000;
    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: #000;
  }

  .td_site_header.td_style_1.td_type_4 .td_circle_btn img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .td_site_header.td_style_1.td_type_4 .td_circle_btn:hover img {
    -webkit-filter: initial;
    filter: initial;
  }

  .td_site_header.td_style_1.td_type_4.td_heading_color .td_menu_toggle {
    color: #000;
  }
}

.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: #000;
  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: #000;
}

.td_site_header.td_style_1.td_type_4.td_gescout_sticky .td_circle_btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.td_site_header.td_style_1.td_type_4.td_gescout_sticky .td_circle_btn:hover img {
  -webkit-filter: initial;
  filter: initial;
}

.td_site_header.td_style_1.td_type_5 {
  background-color: #000;
}

@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(--heading-color);
  -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
  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;
  -webkit-transition: all 0.4s ease;
  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: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.td_side_header .td_side_header_in {
  width: 500px;
  height: 100vh;
  background-color: var(--white-color);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: auto;
  overflow: auto;
  padding: 70px 50px 50px 50px;
  position: relative;
  z-index: 2;
  right: -500px;
  -webkit-transition: all 0.4s ease;
  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: 16px;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0;
  text-align: justify;
  color: var(--body-color);

}

.td_side_header .td_side_header_title {
  font-size: 18px;
  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;
  border-radius: 50%;
  border: 2px solid currentColor;
  cursor: pointer;
  z-index: 2;
  z-index: 100;
  text-align: center;
  padding: 5px;
  height: 35px;
  width: 35px;
  font-size: 16px;
  color: white;
  background-color: var(--accent-color);
}

/*
.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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.td_close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.td_close:hover {
  color: red;
  -webkit-transform: scale(1.05);
  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: -webkit-box;
    display: -ms-flexbox;
    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;
  -webkit-transition: all 0.4s ease;
  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;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.td_gescout_sticky.td_fixed_sticky {
  top: 0;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
}

.td_gescout_show {
  top: 0 !important;
  opacity: 1;
  -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.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;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .td_site_header.td_style_1 .td_main_header_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
    font-family:
      "Euclid Circular A"
      sans-serif;
    font-size: 18px;
  }

  .td_site_header.td_style_1 .td_nav_list_wrap {
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;

  }

  .td_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 100%;
    line-height: 1.6em;
  }

  .td_nav .td_nav_list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: inherit;
    gap: 2rem;
    color: #000;

  }

  .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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-transform: rotate(45deg);
    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;
    -webkit-box-shadow: 2px 2px 50px 0px rgba(0, 0, 0, 0.1);
    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;
    -webkit-transition: all 0.4s ease;
    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;
    -webkit-transition: all 0.4s ease;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    top: 90px !important;
    left: 50%;
    -webkit-transform: translateX(-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 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 0;
  }

  .td_nav .td_nav_list .td_mega_wrapper>li ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }

  /* 🔽 Fine-tune spacing for mid-sized screens like Nest Hub Max (1280px) */
  @media (max-width: 1366px) {
    .td_nav .td_nav_list {
      gap: 1.2rem;
    }

    .td_nav .td_nav_list>li {
      margin-right: 15px;
    }

    .td_nav .td_nav_list>li>a {
      padding: 8px 0;
      font-size: 16px;
    }

    .td_main_header .container-fluid {
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  /* 🔽 Ensure nav stays stacked and mobile-friendly on smaller devices */
  @media (max-width: 1199px) {
    .td_nav {
      display: none;
      flex-direction: column;
      width: 100%;
      left: 0;
      top: 100%;
      background: #fff;
      position: absolute;
      z-index: 1000;
    }

    .td_nav.open {
      display: flex;
    }

    .td_nav .td_nav_list {
      flex-direction: column;
      gap: 0;
    }

    .td_nav .td_nav_list>li {
      margin-right: 0;
      padding: 10px;
      border-bottom: 1px solid #ddd;
    }

    .td_nav .td_nav_list>li>a {
      font-size: 16px;
    }
  }

  @media (max-width: 1024px) {
    .td_nav .td_nav_list {
      gap: 1rem;
    }

    .td_nav .td_nav_list>li {
      margin-right: 10px;
    }

    .td_nav .td_nav_list>li>a {
      padding: 8px 0;
      font-size: 15px;
    }

    .td_main_header .container-fluid {
      padding-left: 30px;
      padding-right: 30px;
    }

    .td_main_header_center {
      font-size: 16px;
    }
  }


  .td_nav .td_nav_list .td_mega_wrapper>li ul a {
    -webkit-transition: all 0.4s ease;
    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;
  }
}


.td_hamburger_btn {
  width: 50px;
  height: 50px;
  padding: 15px;
  font-size: 28px;
  color: #8e56ff;
}

.td_side_header_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.td_side_header_modal.active {
  visibility: visible;
  opacity: 1;
}

.td_side_header_modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.td_side_header_modal_content {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 90%;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 30px;
}

.td_side_header_modal.active .td_side_header_modal_content {
  transform: translateX(0);
}


.td-mobile-only {
  display: none;

}


@media (max-width: 991px) {
  .td-mobile-only {
    display: block;
    width: 200px;
    margin: 10px auto;
    text-align: center;
    border-radius: 4px;
    padding: 6px 10px
  }

  .td-desktop-only {
    display: none;
  }

  .td_main_header_center .td_nav_list {
    padding-bottom: 20px;
  }

  .td-mobile-only a {
    display: block;
    padding: 10px 15px;
    margin: 5px 0;
    background: var(--accent-color);
    border-radius: 4px;
    text-align: center;
    color: white;
  }

  .td-mobile-only a.td_apply_btn,
  .td-mobile-only a.td_login_btn {
    color: #fff;

  }

}


@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: currentColor;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .td_munu_dropdown_toggle span:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .td_munu_dropdown_toggle.active span:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    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;
    -webkit-transition: all 0.4s ease;
    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;
    color: #000;
  }

  .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;
  }


  .td_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;

  }

  .td_menu_toggle span,
  .td_menu_toggle span:before,
  .td_menu_toggle span:after {
    width: 100%;
    height: 4px;
    background-color: currentColor;
    display: block;
  }

  .td_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .td_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }

  .td_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    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);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  .td_toggle_active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }

  .td_toggle_active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    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;
    padding: 15px;
  }

  .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%;
    -webkit-transform: translateY(-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: 30px;
  }

  .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: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}




/* 1....landing page......../ */
/* //...............navbar.............// */
.navbar {
  font-family: var(--heading-font);
  background-color: var(--white-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 80px;
  padding: 0 2rem;
  transition: all 0.3s ease;
  z-index: 1000;
}

.navbar.scrolled {
  height: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
  transition: all 0.3s ease;
  width: 288px;
  height: auto;
}

.navbar.scrolled .navbar-brand img {
  width: 250px;
}

.navbar-nav {
  gap: 1.5rem;
}

.navbar-nav .nav-link {
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: var(--heading-color);
  position: relative;
  font-size: 16px;
  transition: all 0.3s ease;
  margin: 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--accent-color) !important;
  font-weight: 700;
}

.navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradiant-color);
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
  width: 70%;
}

.portfolio-btn {
  background: var(--gradiant-color) !important;
  color: white !important;
  border: none;
  border-radius: 8px;
  padding: 0.6rem 1.5rem !important;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(79, 70, 229, 0.2);
  margin-left: 1.5rem;
}


.navbar-toggler {
  border: none;
  padding: 0.5rem;
  z-index: 1100;
  transition: opacity 0.3s ease;
}


.btn-close {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  z-index: 1100;
  opacity: 1;
  width: 1.5em;
  height: 1.5em;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background-color: var(--white-color);
    padding: 5rem 1.5rem 2rem;
    transition: right 0.3s ease;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.1);
    z-index: 1050;
    overflow-y: auto;

  }

  .navbar-nav .nav-link {
    font-size: 16px;
    margin: 10px 0;
    border-bottom: 1px solid var(--accent-color);

  }


  .navbar-collapse.show {
    right: 0;
  }

  .navbar-collapse.show~.btn-close {
    display: block !important;
  }


  .navbar-collapse.show~.navbar-toggler {
    opacity: 0;
    pointer-events: none;
  }

  .navbar-logo {
    width: 250px !important;
  }

  .portfolio-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}

@media (max-width: 360px) {
  .navbar-nav .nav-link {
    font-size: 16px;
    margin: 10px 0;
  }

  .portfolio-btn {
    font-size: 16px;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 430px) {
  .navbar-collapse {
    width: 100%;
  }

  .navbar-logo {
    width: 200px !important;
  }

  .navbar-nav .nav-link {
    font-size: 18px;
  }

  .portfolio-btn {
    width: 100%;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .navbar-collapse {
    padding: 4rem 1.5rem;
  }

  .navbar-logo {
    width: 250px;
  }
}

@media (max-width: 834px) {
  .navbar-nav .nav-link {
    font-size: 14px !important;
  }

  .portfolio-btn {
    padding: 0.6rem 1.25rem;
    font-size: 17px;
  }
}


@media (max-width: 1024px) {
  .navbar {
    padding: 0.5rem 1.5rem;
  }

  .navbar-logo {
    width: 280px;
  }
}

/* //2..........Hero Section.....// */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  isolation: isolate;
}

.hero-content {
  position: absolute;
  bottom: 25%;
  left: 5%;
  right: 5%;
  text-align: left;
  color: white;
  z-index: 10;
  max-width: 600px;
  transform: translateY(30px);
  opacity: 0;
  background-color: rgba(46, 86, 167, 0.3);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-shadow:
    -1px -1px 0 rgb(52, 50, 50),
    1px -1px 0 rgb(52, 50, 50),
    -1px 1px 0 rgb(52, 50, 50),
    1px 1px 0 rgb(52, 50, 50);
  width: fit-content;

  padding: 0 15px;
}

.carousel-item.active .hero-content {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}

.hero-title {
  font-size: clamp(1.8rem);
  font-weight: 900;
  margin-bottom: 0;
  line-height: 1.2;
  font-family: var(--heading-font);
}

.hero-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  font-family: var(--body-font);
  position: relative;
  display: inline-block;
  margin-top: 0.5rem;
}

.hero-subtitle::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 80px;
  height: 3px;
  background: var(--gradiant-color);
  border-radius: 2px;
}

.carousel-item {
  height: 100vh;
  min-height: 600px;
  position: relative;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1.1);
  transition: transform 8s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}

.carousel-item.active img {
  transform: scale(1);
}


.carousel-control-prev,
.carousel-control-next {
  width: 50px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradiant-color);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: 0;
  margin-top: 40vh;
  transition: all 0.4s ease;
  z-index: 11;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}

.carousel-control-prev {
  left: 30px;
}

.carousel-control-next {
  right: 30px;
}

.hero-section:hover .carousel-control-prev,
.hero-section:hover .carousel-control-next {
  opacity: 1;
  transform: translateY(-50%) scale(1.05);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: var(--accent-color);
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: none;
}


.carousel-indicators {
  bottom: 60px;
  justify-content: flex-start;
  left: 5%;
  margin-right: 0;
  margin-left: 0;
  z-index: 11;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: transparent;
  margin-right: 12px;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.carousel-indicators [data-bs-target]:hover {
  transform: scale(1.3);
  opacity: 1;
}

.carousel-indicators .active {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  transform: scale(1.3);
  opacity: 1;
}


.carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}

.carousel-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 1400px) {
  .hero-content {
    max-width: 550px;
  }
}

@media (max-width: 1200px) {
  .hero-content {
    left: 5%;
    bottom: 28%;
    max-width: 500px;
  }

  .carousel-indicators {
    left: 5%;
    bottom: 5%;
  }
}

@media (max-width: 992px) {
  .hero-content {
    max-width: 80%;
  }

  .hero-section,
  .carousel-item {
    height: 80vh;
    min-height: 500px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {

  .hero-section,
  .carousel-item {
    height: 85vh;
    min-height: 450px;
  }

  .hero-content {
    bottom: 20%;
  }

  .carousel-control-prev {
    left: 20px;
  }

  .carousel-control-next {
    right: 20px;
  }

  .hero-subtitle::before {
    width: 60px;
    height: 2px;
    bottom: -6px;
  }
}

@media (max-width: 576px) {

  .hero-section,
  .carousel-item {
    height: 80vh;
    min-height: 400px;
  }

  .hero-content {
    left: 5%;
    bottom: 15%;
    max-width: 90%;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .carousel-indicators {
    bottom: 30px;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    margin-right: 8px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    margin-top: 50vh;
  }
}

@media (max-width: 400px) {
  .hero-title {
    font-size: 1.6rem;
  }

  .hero-subtitle {
    font-size: 0.9rem;
  }
}


.about-design {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.text-bio {
  position: relative;
  padding: 30px;
  background: #ebeff7;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  clip-path: polygon(0% 0%,
      100% 0%,
      100% 80%,
      90% 100%,
      0% 100%);
  transition: all 0.4s ease;
}

.text-bio p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  color: var(--body-color);
  margin: 0;
  position: relative;
  z-index: 2;
}

.bio-decoration {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(174, 44, 47, 0.8) 0%,
      rgba(174, 44, 47, 0.9) 50%,
      rgba(46, 86, 167, 0.8) 50%,
      rgba(46, 86, 167, 0.9) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  clip-path: polygon(0% 0%,
      100% 0%,
      100% 80%,
      90% 100%,
      0% 100%);
  z-index: 1;
  opacity: 0.1;
  transition: all 0.4s ease;
}

.about-text:hover .text-bio {
  transform: translate(-5px, -5px);
}

.about-text:hover .bio-decoration {
  transform: translate(5px, 5px);
}

.bio-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: white;
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
  border: 2px solid rgba(var(--accent-rgb), 0.1);
  animation: gentlePulse 6s infinite alternate;
}

@keyframes gentlePulse {
  0% {
    transform: scale(0.98);
  }

  100% {
    transform: scale(1.02);
  }
}

.bio-btn span {
  position: relative;
  z-index: 4;
  transition: all 0.4s ease;
  font-size: 14px;
  animation: textGlow 4s infinite alternate;
}

@keyframes textGlow {
  0% {
    text-shadow: 0 0 0 rgba(var(--accent-rgb), 0);
  }

  100% {
    text-shadow: 0 0 8px rgba(var(--accent-rgb), 0.2);
  }
}

.btn-orbits,
.btn-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.orbit {
  position: absolute;
  border: 2px solid rgba(var(--accent-rgb), 0.1);
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: orbitRotate infinite linear;
}

.orbit:nth-child(1) {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation-duration: 25s;
}

.orbit:nth-child(2) {
  width: 70%;
  height: 70%;
  top: 15%;
  left: 15%;
  animation-duration: 20s;
  animation-direction: reverse;
}

.orbit:nth-child(3) {
  width: 40%;
  height: 40%;
  top: 30%;
  left: 30%;
  animation-duration: 15s;
}

@keyframes orbitRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.particle {
  position: absolute;
  background: var(--accent-color);
  border-radius: 50%;
  opacity: 0.3;
  transition: all 0.6s ease;
  animation: particleFloat infinite ease-in-out;
}

.particle:nth-child(1) {
  width: 8px;
  height: 8px;
  top: 20%;
  left: 20%;
  animation-duration: 5s;
  animation-delay: 0s;
}

.particle:nth-child(2) {
  width: 6px;
  height: 6px;
  top: 70%;
  left: 15%;
  animation-duration: 6s;
  animation-delay: 1s;
}

.particle:nth-child(3) {
  width: 4px;
  height: 4px;
  top: 30%;
  left: 75%;
  animation-duration: 4s;
  animation-delay: 0.5s;
}

.particle:nth-child(4) {
  width: 10px;
  height: 10px;
  top: 80%;
  left: 70%;
  animation-duration: 7s;
  animation-delay: 1.5s;
}

@keyframes particleFloat {

  0%,
  100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(5px, -5px);
  }

  50% {
    transform: translate(0, 5px);
  }

  75% {
    transform: translate(-5px, 0);
  }
}


.bio-btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg,
      rgba(174, 44, 47, 0.5) 0%,
      rgba(46, 86, 167, 0.15) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transform: scale(0.5);
  opacity: 0.5;
  transition: all 0.8s ease;
  z-index: 2;
  animation: gradientPulse 8s infinite alternate;
}

@keyframes gradientPulse {
  0% {
    opacity: 0.3;
    transform: scale(0.5) rotate(0deg);
  }

  100% {
    opacity: 0.7;
    transform: scale(0.7) rotate(10deg);
  }
}

/* Hover animations */
.bio-btn:hover {
  animation: none;
  transform: scale(1.05) rotate(5deg);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.bio-btn:hover span {
  color: var(--accent-color);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  animation: none;
}

.bio-btn:hover .orbit {
  border-color: var(--gradiant-color);
  animation: none;
}

.bio-btn:hover .orbit:nth-child(1) {
  transform: scale(1.1) rotate(180deg);
}

.bio-btn:hover .orbit:nth-child(2) {
  transform: scale(0.9) rotate(-90deg);
}

.bio-btn:hover .orbit:nth-child(3) {
  transform: scale(1.3) rotate(45deg);
}

.bio-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top: 3px solid var(--accent-color);
  border-right: 3px solid var(--gradiant-color);
  animation: rotateBorder 2s linear infinite, bloom 2s ease-in-out infinite;
  z-index: 3;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(var(--accent-rgb), 0.3);
}

@keyframes rotateBorder {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.bio-btn:hover .particle {
  opacity: 1;
  background: var(--gradiant-color);
  animation: none;
}

.bio-btn:hover .particle:nth-child(1) {
  transform: translate(15px, -10px);
}

.bio-btn:hover .particle:nth-child(2) {
  transform: translate(-10px, 15px);
}

.bio-btn:hover .particle:nth-child(3) {
  transform: translate(5px, 20px);
}

.bio-btn:hover .particle:nth-child(4) {
  transform: translate(-15px, -5px);
}

.bio-btn:hover::before {
  opacity: 1;
  transform: scale(1) rotate(180deg);
  animation: none;
}

@media (max-width: 991.98px) {
  .text-bio {
    clip-path: none;
    padding: 20px;
  }

  .bio-decoration {
    display: none;
  }

  .bio-btn {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  .text-bio p {
    font-size: 1.1rem;
  }

  .bio-btn {
    width: 80px;
    height: 80px;
    font-size: 0.9rem;
  }
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 300px;
  grid-gap: 20px;
  grid-auto-flow: dense;
}

.portfolio-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.portfolio-card.tall {
  grid-row: span 2;
}

.portfolio-card.wide {
  grid-column: span 2;
}

.portfolio-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.portfolio-content {
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.portfolio-card:hover .portfolio-img {
  transform: scale(1.05);
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-card:hover .portfolio-content {
  transform: translateY(0);
}

.portfolio-content h3 {
  color: white;
  font-family: var(--heading-font);
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.portfolio-content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--body-font);
  margin-bottom: 15px;
}

.view-btn {
  color: white;
  font-family: var(--heading-font);
  font-weight: 600;
  text-decoration: none;
  border: 2px solid white;
  padding: 8px 20px;
  border-radius: 30px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s ease;
}

.view-btn:hover {
  background: white;
  color: var(--heading-color);
}

.btn-primary {
  background: linear-gradient(90deg, var(--accent-color), var(--gradiant-color));
  border: none;
  padding: 12px 30px;
  font-family: var(--heading-font);
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(2, 107, 207, 0.3);
}


@media (max-width: 992px) {
  .portfolio-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 250px;
  }

  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .portfolio-card.wide {
    grid-column: span 1;
  }


}

@media (max-width: 576px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

/* Legacy section css */

.Legacy-section {
  background: linear-gradient(135deg, var(--heading-color) 0%, var(--accent-color) 100%);
  color: var(--white-color);
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}

.Legacy-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('https://images.unsplash.com/photo-1516035069371-29a1b244cc32?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1630&q=80') center/cover no-repeat;
  opacity: 0.40;
  z-index: 0;
}

.Legacy-section h2 {
  font-family: var(--heading-font);
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: var(--gradiant-color);
  font-size: 32px;
}

.Legacy-section .lead {
  font-family: var(--body-font);
  font-weight: 400;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.Legacy-section .btn {
  font-family: var(--heading-font);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.Legacy-section .btn-outline-light {
  border: 2px solid var(--white-color);
  transition: all 0.3s ease;
}

.Legacy-section .btn-outline-light:hover {
  background: var(--white-color);
  color: var(--accent-color);
}

.Legacy-section .btn-danger {
  background-color: var(--gradiant-color);
  border-color: var(--gradiant-color);
  transition: all 0.3s ease;
}

.Legacy-section .btn-danger:hover {
  background-color: transparent;
  color: var(--gradiant-color);
  border-color: var(--gradiant-color);
}

/* <features css> */
#features {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(46, 86, 167, 0.5) 20%, rgba(174, 44, 47, 0.4) 100%);
}

.section-title {
  font-family: var(--heading-font);
  font-weight: 700;
  color: var(--accent-color);
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 28px !important;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-color), var(--gradiant-color));
  border-radius: 3px;
}

.section-subtitle {
  color: var(--body-color);
  max-width: 600px;
  margin: 0 auto;
  font-weight: 600;
  font-family: var(--body-font);
  font-size: 16px;
  margin: 0 auto;
}

.features-card-horizontal {
  background: white;
  border-radius: 16px;
  padding: 25px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  isolation: isolate;
}

.features-card-horizontal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(46, 86, 167, 0.1) 30%, rgba(174, 44, 47, 0.1) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
  transition: all 0.5s ease;
  z-index: -1;

}

.features-card-horizontal::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2E56A7, #AE2C2F);
  border-radius: 50%;
  opacity: 0.1;
  transition: all 0.5s ease;
  z-index: -1;
}

.features-card-horizontal:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.features-card-horizontal:hover::before {
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

.features-card-horizontal:hover::after {
  transform: scale(1.5);
  opacity: 0.15;
}

.features-icon-left {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: var(--gradiant-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.features-card-horizontal:hover .features-icon-left {
  transform: scale(1.1);
  background: linear-gradient(135deg, #AE2C2F, #2E56A7);
}

.features-icon-left i {
  font-size: 1.3rem;
  transition: all 0.3s ease;
  color: var(--white-color);
}

.features-card-horizontal:hover .features-icon-left i {
  color: white;
}

.features-content h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  color: var(--heading-color);
  position: relative;
  padding-bottom: 8px;
}

.features-content h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--accent-color);
  transition: all 0.3s ease;
}


@media (max-width: 576px) {
  .features-content h3::after {
    left: 50%;
    transform: translateX(-50%);
  }
}


.features-card-horizontal:hover .features-content h3::after {
  width: 60px;
  background: var(--gradiant-color);
}

.features-content p {
  color: var(--body-color);
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  font-size: 16px;
  text-align: left;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  background-color: transparent;
  color: var(--accent-color);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  position: relative;
  overflow: hidden;
}

.btn-more:hover {
  background: linear-gradient(135deg, var(--gradiant-color), var(--accent-color));
  color: white;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-more i {
  transition: transform 0.3s ease;
}

.btn-more:hover i {
  transform: translateX(3px);
}

@media (max-width: 992px) {
  .features-card-horizontal {
    flex-direction: column;
    text-align: center;
  }

  .features-icon-left {
    margin: 0 auto 1.5rem;
  }

  .features-content p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .features-card-horizontal {
    padding: 1.5rem;
  }
}

/* ACccolades css */
.accolades-section {
  padding: 80px 0;

  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}


.accolade-card {
  position: relative;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  border-top: 5px solid var(--gradiant-color);
  display: flex;
  flex-direction: column;
}

.accolade-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}


.accolade-img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.accolade-card:hover .accolade-img {
  transform: scale(1.03);
}

.accolade-body {
  padding: 10px;
}

.year-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.accolade-year {
  font-size: 12px;
  border-radius: 5px 0 5px 5px;
  color: var(--white-color);
  background-color: var(--gradiant-color);
  padding: 5px 12px;
  font-weight: 600;
  width: fit-content;
}


.accolade-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 8px;
  line-height: 1.3;
}

.accolade-org {
  font-size: 0.9rem;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 0;
  opacity: 0.8;
}

.accolade-badge-bar {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(90deg, var(--gradiant-color), #2E56A7);
  color: var(--white-color);
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
  margin-bottom: 10px;

}

.accolade-year {
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 8px;
  border-radius: 20px;
}

.accolade-honor {
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 8px;
  border-radius: 20px;
}

.accolade-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.4);
}


@media (max-width: 1199.98px) {
  .accolade-img {
    min-height: 160px;
  }

}

@media (max-width: 991.98px) {
  .accolade-img-container {
    min-height: 200px;
  }

  .badge-left,
  .badge-right {
    top: 25%;
  }
}

@media (max-width: 767.98px) {
  .accolades-section {
    padding: 50px 0;
  }

  .accolade-img {
    min-height: 180px;
  }

  .prestige-badge {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .badge-left {
    left: -20px;
  }

  .badge-right {
    right: -20px;
  }
}

@media (max-width: 575.98px) {
  .accolade-img {
    min-height: 160px;
  }

  .accolade-body {
    padding: 15px;
  }

  .accolade-title {
    font-size: 1.1rem;
  }

  .accolade-org {
    font-size: 0.85rem;
  }

  .row>div {
    padding-left: 10px;
    padding-right: 10px;
  }
}


/* modal of accolades */
.award-card {
  transition: all 0.3s ease;
  cursor: pointer;
}

.award-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.award-image {
  height: 200px;
  overflow: hidden;
}

.award-image img {
  transition: transform 0.5s ease;
  height: 100%;
  object-fit: cover;
}

.award-card:hover .award-image img {
  transform: scale(1.05);
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #2E56A7 0%, #3a7bd5 100%);
}

.modal-content {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* .modal-body {
  min-height: 400px;
} */

.badge.bg-primary {
  font-size: 0.9rem;
  padding: 0.35rem 0.75rem;
}

/* <footer css> */

.footer-section {
  background: var(--accent-color);
  color: white;
  padding-top: 60px;
  margin-top: 100px;
  overflow: hidden;
  position: relative;
}


.container.py-3 {
  /* padding-top: 1rem;
  padding-bottom: 1rem; */
  position: relative;
  z-index: 2;
  color: white !important;
}

.contact-item {
  transition: all 0.3s ease;
  margin-bottom: 50px;

}

.contact-item:hover {
  transform: translateY(-2px);
}

.contact-item:hover i,
.contact-item:hover a {
  color: white !important;
}

.camera-lens-container {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  z-index: 1;
}

.camera-lens {
  position: relative;
  width: 100%;
  height: 100%;
  animation: rotateLens 20s linear infinite;
}

.lens-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 12px solid rgba(16, 16, 16, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.lens-inner {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle at center,
      #bd7575cc 0%,
      rgba(88, 131, 162, 0.6) 30%,
      rgba(69, 219, 39, 0.4) 70%,
      transparent 100%);
  border-radius: 50%;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.lens-shine {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 15%;
  height: 15%;
  background: white;
  border-radius: 50%;
  filter: blur(2px);
}

.lens-handle {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

@keyframes rotateLens {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer-links a {
  position: relative;
  transition: all 0.3s ease;
  z-index: 3;
  margin-top: 30px;
  color: var(--white-color) !important;
  padding: 5px;

}

.footer-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: white;
  transition: width 0.3s ease;
}

.footer-links a:hover {
  color: white !important;
}

.footer-links a:hover::after {
  width: 100%;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: var(--gradiant-color);
  transform: translateY(-3px);
  color: var(--white-color);
}

.hover-white:hover {
  color: white !important;
}


/* <global engagement> */
.global-engagement {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.global-engagement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(174, 44, 47, 0.03) 0%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(46, 86, 167, 0.03) 0%, transparent 20%);
  z-index: 0;
}

/* Card Styles */
.engagement-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  border: none;
}

.engagement-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.card-media {
  height: 250px;
  position: relative;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.engagement-card:hover .card-media img {
  transform: scale(1.05);
}

.rotate-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
  padding: 5px 5px;
  margin: 0;
}

.event-date {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-weight: 500;
  border-radius: 0 0 0 0;
  font-size: 12px;

}

.event-badge {
  background: rgba(255, 255, 255, 0.5);
  color: var(--accent-color);
  font-size: 12px !important;
  font-weight: 600;
  border-radius: 0 0 0 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.event-highlight {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #2e56a7 0%, #ae2c2f 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}


@media (max-width: 1199.98px) {
  .card-media {
    height: 220px;
  }
}

@media (max-width: 991.98px) {
  .global-engagement {
    padding: 80px 0;
  }
}

@media (max-width: 767.98px) {
  .card-media {
    height: 200px;
  }

  .rotate-text {
    padding: 8px 3px;
    font-size: 0.8rem;
  }
}

@media (max-width: 575.98px) {
  .global-engagement {
    padding: 60px 0;
  }

  .card-media {
    height: 180px;
  }

  .event-highlight {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
  }
}


.card-body {
  position: relative;
  padding: 25px;
  background: white;
  z-index: 1;
  border-top: 4px solid transparent;
  background-clip: padding-box;
  transition: all 0.4s ease;
}

.card-body h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #212529;
  position: relative;
  padding-bottom: 12px;
  transition: color 0.3s ease;
}

.card-body h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #2e56a7 0%, #ae2c2f 100%);
  transition: width 0.4s ease;
}

.engagement-card:hover .card-body h3::after {
  width: 80px;
}


.event-tag {
  display: inline-block;
  background: var(--accent-color);
  color: var(--white-color);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.card-footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}


@media (max-width: 1199.98px) {
  .card-body {
    padding: 22px;
  }

  .card-body h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 991.98px) {
  .card-body {
    padding: 20px;
  }

  .event-tag {
    padding: 5px 12px;
    margin-right: 10px;
  }


}

@media (max-width: 767.98px) {
  .card-body h3 {
    font-size: 1.15rem;
    padding-bottom: 10px;
  }

  .location-container {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .card-body {
    padding: 18px;
  }

  .card-footer-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-tag {
    margin-bottom: 12px;
    margin-right: 0;
  }


}

/*
..........End landing page.........////////////////

/* Banner section for multiple pages */
.fullwidth-banner {
  position: relative;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2E56A7 20%, #AE2C2F 100%);
  text-align: center;
  color: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.banner-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
    repeating-linear-gradient(45deg,
      rgba(255, 255, 255, 0.05) 0px,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 10px);
  z-index: 1;
}

.photography-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.15;
}

.photo-icon {
  position: absolute;
  font-size: 1.9rem;
  color: white;
  opacity: 0.7;
  animation: float 6s ease-in-out infinite;
}


.photo-icon:nth-child(1) {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.photo-icon:nth-child(2) {
  top: 25%;
  left: 85%;
  animation-delay: 1s;
}

.photo-icon:nth-child(3) {
  top: 70%;
  left: 15%;
  animation-delay: 2s;
}

.photo-icon:nth-child(4) {
  top: 80%;
  left: 80%;
  animation-delay: 3s;
}

.photo-icon:nth-child(5) {
  top: 10%;
  left: 50%;
  animation-delay: 0.5s;
}

.photo-icon:nth-child(6) {
  top: 60%;
  left: 65%;
  animation-delay: 1.5s;
}

.photo-icon:nth-child(7) {
  top: 30%;
  left: 25%;
  animation-delay: 2.5s;
}

.photo-icon:nth-child(8) {
  top: 45%;
  left: 75%;
  animation-delay: 0.8s;
}

.photo-icon:nth-child(9) {
  top: 55%;
  left: 35%;
  animation-delay: 1.8s;
}

.photo-icon:nth-child(10) {
  top: 20%;
  left: 60%;
  animation-delay: 2.8s;
}

.photo-icon:nth-child(11) {
  top: 75%;
  left: 45%;
  animation-delay: 0.3s;
}

.photo-icon:nth-child(12) {
  top: 35%;
  left: 40%;
  animation-delay: 1.3s;
}

.photo-icon:nth-child(13) {
  top: 65%;
  left: 25%;
  animation-delay: 2.3s;
}

.photo-icon:nth-child(14) {
  top: 40%;
  left: 10%;
  animation-delay: 0.7s;
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-8px) rotate(5deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.banner-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  max-width: 1200px;
  width: 90%;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.banner-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  letter-spacing: 1px;
}

.banner-text {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 300;
  max-width: 700px;
  margin: 0 auto;
  font-weight: 600;
}

@media (max-width: 992px) {
  .fullwidth-banner {
    min-height: 250px;
  }

  .banner-title {
    font-size: 30px;
  }

  .photo-icon {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .fullwidth-banner {
    min-height: 200px;
  }

  .banner-title {
    font-size: 28px;
  }

  .banner-text {
    font-size: 1.2rem;
  }

  .photo-icon {
    font-size: 0.8rem;
  }
}

@media (max-width: 576px) {
  .fullwidth-banner {
    min-height: 180px;
  }

  .banner-content {
    padding: 1.5rem;
  }

  .banner-title {
    font-size: 26px;
  }

  .banner-text {
    font-size: 1rem;
  }

  .photo-icon {
    font-size: 0.7rem;
  }
}

/* 2......protfolio......///// */



.section-header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}


.portfolio-header {
  margin-bottom: 2rem;
}

.filter-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.filter-btn {
  background: transparent;
  border: none;
  color: var(--body-color);
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  position: relative;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  border-radius: 30px;
}

.filter-btn:hover,
.filter-btn.active {
  color: var(--gradiant-color);
}

.filter-btn.active {
  background: rgba(233, 69, 96, 0.2);
}

.filter-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--accent-color);
  transition: width 0.3s ease;
}

.filter-btn:hover::after,
.filter-btn.active::after {
  width: 60%;
}


.tracking-wide {
  letter-spacing: 4px;
}

/* Filter Buttons */
.btn-hover-effect {
  background: transparent;
  color: var(--body-color);
  border: 1px solid var(--accent-color);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.btn-hover-effect .btn-text {
  position: relative;
  z-index: 2;
}

.btn-hover-effect .btn-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--gradiant-color);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}

.btn-hover-effect.active,
.btn-hover-effect:hover {
  background: rgba(100, 255, 218, 0.1);
  color: var(--white-color);
}

.btn-hover-effect.active .btn-dot,
.btn-hover-effect:hover .btn-dot {
  opacity: 1;
  animation: dotMove 0.6s ease forwards;
}

@keyframes dotMove {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

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

/* Portfolio Items */
.hover-zoom {
  transition: transform 0.5s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}

.hover-zoom:hover {
  transform: translateY(-10px);
}

.scale-on-hover {
  transition: transform 1.2s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}

.card:hover .scale-on-hover {
  transform: scale(1.05);
}

.portfolio-showcase {
  width: 100%;
  padding: 60px 15px;
  background-color: #fff;
  box-sizing: border-box;
}

.portfolio-item {
  margin-bottom: 30px;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px !important;
  overflow: hidden;
  position: relative;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.image-wrapper {
  position: relative;
  height: 300px;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hover-zoom:hover img {
  transform: scale(1.05);
}


.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.overlay-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
  opacity: 1;
}

.content-inner {
  position: relative;
  z-index: 2;
  padding: 0;
  opacity: 1;
  transform: translateY(0);
}

.content-inner .title {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 18px;

}

.btn-link {
  color: #fff;
  text-decoration: none !important;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}

.btn-link:hover {
  color: var(--white-color) !important;
  background-color: var(--accent-color);
  padding: 10px;
  border-radius: 10%;
}

.btn-link .arrow-icon {
  transition: transform 0.3s ease;
}

.btn-link:hover .arrow-icon {
  transform: translateX(5px);
}

.meta {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 3;
}

.meta .location {
  font-size: 12px;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.7);
  padding: 3px 8px;
  border-radius: 4px 0 0 0 !important;
  letter-spacing: 0.5px;
  display: inline-block;
  opacity: 1;
  transform: translateY(0);
  margin-top: -18px;
  margin-left: -18px;
}


.ribbon {
  position: absolute;
  top: 18px;
  right: -30px;
  width: 120px;
  padding: 5px 10px;
  background: var(--accent-color, #ff4757);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  transform: rotate(45deg);
  z-index: 3;
}

/* ===== Responsive Media Queries ===== */
@media (min-width: 1400px) {
  .portfolio-showcase>.container-fluid {
    padding: 0 30px;
  }

  .image-wrapper {
    height: 350px;
    min-height: 350px;
  }
}


@media (max-width: 1199.98px) {
  .section-title {
    font-size: 2.2rem;
  }

  .image-wrapper {
    height: 280px;
    min-height: 280px;
  }
}

/*  (768px - 991px) */
@media (max-width: 991.98px) {
  .portfolio-showcase {
    padding: 50px 15px;
  }

  .section-title {
    font-size: 2rem;
  }

  .image-wrapper {
    height: 240px;
    min-height: 240px;
  }

  .filter-btn {
    padding: 7px 16px;
    font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .portfolio-showcase {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .image-wrapper {
    height: 300px;
    min-height: 300px;
  }

  .filter-tabs {
    gap: 8px;
  }

  .filter-btn {
    padding: 6px 14px;
    font-size: 0.85rem;
  }
}

@media (max-width: 575.98px) {
  .portfolio-showcase {
    padding: 30px 10px;
  }

  .section-title {
    font-size: 1.6rem;
  }

  .image-wrapper {
    height: 250px;
    min-height: 250px;
  }

  .content-inner .title {
    font-size: 1.1rem;
  }

  .filter-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .filter-btn {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
}

/* 3........about me ........ */

.About-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
}

.bio-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--body-color);
  text-align: justify;
}


.bio-image-container {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.bio-image-container img {
  width: 100%;
  height: auto;
  border: 5px solid white;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.image-caption {
  position: absolute;
  bottom: -20px;
  right: -20px;
  max-width: 80%;
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  .bio-text {
    padding-right: 0;
  }

  .bio-image-container {
    margin-top: 50px;
  }

  .image-caption {
    right: 0;
    bottom: -15px;
  }
}

.highlight-photo {
  background: #ecf0f1;
  border-left: 4px solid #e74c3c;
  padding: 20px;
  margin: 30px 0;
  position: relative;
}

.photo-meta {
  position: absolute;
  top: -15px;
  left: -15px;
  background: #2c3e50;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-family: monospace;
  font-size: 14px;
  display: flex;
  gap: 10px;
}

.leadership-section {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.badge-card {
  background: white;
  border: 1px solid #ecf0f1;
  border-radius: 10px;
  padding: 30px;
  max-width: 500px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.president-badge {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #f39c12 0%, #e74c3c 100%);
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
}

.badge-card h3 {

  margin-bottom: 15px;
}

.badge-card p {

  line-height: 1.6;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.skill-card {
  background: white;
  border: 1px solid #ecf0f1;
  border-radius: 8px;
  padding: 25px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.skill-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.skill-icon {
  font-size: 30px;
  margin-bottom: 15px;
}

.skill-card h3 {

  font-size: 18px;
  margin-bottom: 10px;
}

.skill-card p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.6;
}

.photographer-quote {
  margin-top: 60px;
  text-align: center;
  position: relative;
}

.negative-space {
  width: 100px;
  height: 100px;
  border: 15px solid #ecf0f1;
  border-radius: 50%;
  margin: 0 auto 30px;
}

.photographer-quote blockquote {
  font-style: italic;
  font-size: 1.2rem;
  color: #333;
}

.signature-line span {
  font-family: 'Cursive', sans-serif;
  font-size: 1.1rem;
  color: #555;
}


.signature-line {
  margin-top: 40px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.signature-line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #bdc3c7;
  z-index: -1;
}

.signature-line span {
  background: white;
  padding: 0 15px;
  color: #e74c3c;
  font-weight: bold;
}

@media (max-width: 768px) {
  .profile-frame {
    width: 90px;
    height: 90px;
    transform: translateY(20px);
  }

  .about-content {
    padding: 50px 20px 30px;
  }

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

/* 4......contact page......///// */
.contact-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-subtitle {
  margin-bottom: 30px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}


.contact-form-container {
  padding: 40px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-group label {
  position: absolute;
  top: -10px;
  left: 15px;
  background: white;
  padding: 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  color: #666;
  transition: all 0.3s ease;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-group select {
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat;
  background-position: right 15px center;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gradiant-color);
  outline: none;
  box-shadow: 0 0 0 3px rgba(233, 123, 96, 0.2);
}


.submit-btn {
  background: linear-gradient(90deg, #2E56A7, #AE2C2F);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;

}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(233, 123, 96, 0.3);
}

.contact-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 20px;
}

.contact-card {
  width: 100%;
  max-width: 380px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  position: relative;
}

.card-header {
  background: linear-gradient(135deg, #AE2C2F 0%, #2E56A7 100%);
  color: white;
  padding: 30px 25px 25px;
  text-align: center;
  position: relative;
}

.profile-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-header h2 {
  margin: 10px 0 5px;
  font-size: 22px;
  color: var(--white-color);
}

.profession {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
  color: var(--white-color);
  padding: 10px;
}

.contact-details {
  padding: 25px;
}

.detail-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.icon-box {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: white;
  font-size: 18px;
}

.email .icon-box {
  background: linear-gradient(135deg, #c9b4cb 0%, #579bf5 100%);
}

.whatsapp .icon-box {
  background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.info {
  flex: 1;
}

.label {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 3px;
}

.info a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  display: block;
  margin-bottom: 3px;
}

.subtext {
  font-size: 11px;
  color: #aaa;
  display: block;
}

.social-section {
  padding: 0 25px 25px;
  text-align: center;
}

.social-section h4 {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
}

.social-section h4:before,
.social-section h4:after {
  content: "";
  height: 1px;
  width: 30px;
  background: #ddd;
  position: absolute;
  top: 50%;
}

.social-section h4:before {
  left: 25%;
}

.social-section h4:after {
  right: 25%;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  transition: transform 0.3s;
}

.icon-circle:hover {
  transform: translateY(-3px);
}

.facebook {
  background: #3b5998;
}

.instagram {
  background: #e1306c;
}

.linkedin {
  background: #0077b5;
}

.twitter {
  background: #000000;
}

.qr-section {
  padding: 0 25px 30px;
  text-align: center;
}

.qr-container {
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.qr-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(118, 75, 162, 0.3) 0%, rgba(102, 126, 234, 0.3) 100%);
}

.qr-section p {
  font-size: 12px;
  color: #888;
  margin: 0;
}

.card-footer {
  height: 10px;
  position: relative;
}

.wave-decoration {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1440 120" xmlns="http://www.w3.org/2000/svg"><path d="M1440 21.21V120H0V21.21C120 35.07 240 42 360 42s240-6.93 360-20.79c88.328-8.794 154.574-14.333 198.738-16.618A3120.562 3120.562 0 0 1 1080 .42c120 0 240 6.93 360 20.79z" fill="white"/></svg>');
  background-size: cover;
}


/* Responsive Design */
@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-container {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {

  .contact-form-container,
  .contact-card {
    padding: 30px 20px;
  }

  .section-title {
    font-size: 2rem;
  }
}



/* .....service page..... */
.service-card {
  transition: all 0.3s ease;
  border-radius: 15px;
  overflow: hidden;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.card-text {
  font-size: 16px !important;
  font-weight: 500;
  color: #000;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(46, 86, 167, 0.1);
}

.service-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2E56A7 0%, #3a7bd5 100%);
  color: white;
  border-radius: 50%;
  font-size: 1rem;
  transition: all 0.3s ease;
}


.service-features .badge {
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #2E56A7 0%, #3a7bd5 100%) !important;
  color: white !important;
}


#services {
  position: relative;
  overflow: hidden;
}

#services::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(58, 123, 213, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
}

#services::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(58, 123, 213, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
}

.partners-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}


.partners-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
}

.partners-section {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  background-image: url('/assets/images/trustedPartner.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


.partners-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
}


.partners-section .container,
.partners-container {
  position: relative;
  z-index: 1;
}

.partners-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
}

.partners-track {
  display: flex;
  gap: 1.5rem;
  animation: scroll 30s linear infinite;
  width: calc(250px * 8);
  padding: 1rem 0;
}

.partner-card {
  flex: 0 0 230px;
  height: 180px;
  perspective: 1000px;

}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-color: rgba(46, 86, 167, 0.2);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.partner-card:hover .card-inner {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.logo-container {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background-color: white;
  border-radius: 15px;
  padding: 10px;
}

.partner-logo {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.partner-card:hover .partner-logo {
  filter: grayscale(0%);
  opacity: 1;
}

.partner-name {
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent-color);
  border-top: 1px solid var(--gradiant-color);
  text-align: center;
  margin: 0;
  transition: color 0.3s ease;
}

.partner-card:hover .partner-name {
  color: var(--gradiant-color);
}


.partners-container:hover .partners-track {
  animation-play-state: paused;
}


.partners-container {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.partners-container::-webkit-scrollbar {
  display: none;
}

.partners-track {
  user-select: none;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 4));
  }
}


@media (max-width: 768px) {

  .partner-card {
    flex: 0 0 200px;
    height: 160px;
  }
}

@media (max-width: 480px) {
  .partners-section {
    padding: 3rem 0;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .partner-card {
    flex: 0 0 180px;
    height: 150px;
  }
}

.testimonial-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.client-avatar img {
  border: 3px solid var(--accent-color);
}

.rating {
  font-size: 1rem;
}

.testimonials-slider-container {
  overflow: hidden;
  padding: 10px 0;
}

.testimonials-slider {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.testimonials-slider::-webkit-scrollbar {
  display: none;
}

.testimonials-slider .row {
  flex-wrap: nowrap;
  width: max-content;
}

.testimonials-slider .col-md-4 {
  width: 350px;
  flex: 0 0 auto;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(46, 86, 167, 0.4);
  color: var(--white-color) !important;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.slider-arrow:hover {
  background: var(--gradiant-color);
  border-radius: 1px solid var(--accent-color);
  transform: translateY(-50%) scale(1.1);
  border-radius: 50%;
}

.slider-arrow i {
  color: white;
  font-size: 1rem;
}


.slider-arrow-prev {
  left: -20px;
}

.slider-arrow-next {
  right: -20px;
}

@media (max-width: 768px) {
  .slider-arrow {
    width: 30px;
    height: 30px;
  }

  .slider-arrow-prev {
    left: -15px;
  }

  .slider-arrow-next {
    right: -15px;
  }

  .testimonials-slider .col-md-4 {
    width: 300px;
  }
}


/* ...details page css of every event */
.event-header {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}

.event-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('Assets/img/fashion-event-pattern.png') center/cover;
  opacity: 0.1;
}

.event-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.event-subtitle {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px;
  opacity: 0.9;
}

/* Event Details */
.event-details {
  padding: 60px 0;
  background: white;
  text-align: center;
}

.detail-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;

}

.detail-card h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 600;
}

/* Gallery Section */
.gallery-section {
  padding: 60px 0;
  background: linear-gradient(to bottom, #f8f9fa 0%, #e9ecef 100%);
}

.gallery-header {
  text-align: center;
  margin-bottom: 50px;
}

.gallery-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-color);
  position: relative;
  display: inline-block;
}

.gallery-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}

.gallery-header p {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 700px;
  margin: 20px auto 0;
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  aspect-ratio: 4/5;
}

.gallery-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(26, 26, 46, 0.8) 0%, rgba(26, 26, 46, 0.2) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-caption {
  color: white;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-caption {
  transform: translateY(0);
}

.gallery-caption h4 {
  font-weight: 600;
  margin-bottom: 5px;
}

.gallery-caption p {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 0;
}

.expand-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-item:hover .expand-btn {
  opacity: 1;
}


.Opening-Photo {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

.photographer-credit {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.photographer-credit img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--primary-color);
  margin-bottom: 15px;
}


@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }

  .highlight-photo {
    grid-column: span 1;
    aspect-ratio: 4/5;
  }
}

@media (max-width: 768px) {
  .event-title {
    font-size: 2.5rem;
  }

  .gallery-header h2 {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* TIMELINE CSD PF ACHIVEMENT SECTION */

.timeline-container *,
.timeline-container *::before,
.timeline-container *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.timeline-container {
  --color: rgba(30, 30, 30);
  --bgColor: rgba(245, 245, 245);
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 2rem;
  padding: 2rem;
  font-size: 16px;
  text-align: justify;
  color: var(--color);
  background: var(--bgColor);
}

.timeline-container h1 {
  text-align: center;
}

.timeline-list {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

/* line */
.timeline-list::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

.timeline-list li:not(:last-child) {
  margin-bottom: var(--row-gap);
}


.timeline-list li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}


.timeline-list li .timeline-date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}


.timeline-list li .timeline-date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}


.timeline-list li .timeline-date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}


.timeline-list li .timeline-title,
.timeline-list li .timeline-descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}

.timeline-list li .timeline-title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
  color: var(--accent-color);
  font-size: 18px;
  font-weight: 800;
}

.timeline-list li .timeline-descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
  position: relative;
  padding-left: 1.5rem;
}

.timeline-list li .timeline-descr::after {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent-color);
  font-size: 2rem;
}

.timeline-list li .timeline-descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}


.timeline-list li .timeline-title::before,
.timeline-list li .timeline-descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}

.timeline-list li .timeline-title::before {
  bottom: calc(100% + 0.125rem);
}

.timeline-list li .timeline-descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  .timeline-list {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }

  .timeline-list::before {
    grid-column: 2;
  }

  .timeline-list li:nth-child(odd) {
    grid-column: 1;
  }

  .timeline-list li:nth-child(even) {
    grid-column: 3;
  }

  .timeline-list li:nth-child(2) {
    grid-row: 2/4;
  }

  .timeline-list li:nth-child(odd) .timeline-date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .timeline-list li:nth-child(odd) .timeline-date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  .timeline-list li:nth-child(odd) .timeline-date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.timeline-credits {
  margin-top: 1rem;
  text-align: right;
}

.timeline-credits a {
  color: var(--color);
}

/* ............................
POP UP MODAL............... */
.exhibition-modal {
  border-radius: 15px;
  overflow: hidden;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  padding: 10px;
}

.exhibition-image {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.exhibition-content {
  background: var(--gradiant-color);
  color: white;
  height: 100%;
  position: relative;
}

.exhibition-title {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 22px;
  position: relative;
  border-bottom: 1px solid var(--gradiant-color);
  padding: 10px;

}

.exhibition-details {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 10px;
}

.detail-item {
  flex: 1 1 calc(50% - 1.5rem);
  display: flex;
  align-items: center;
  font-size: 14px !important;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .exhibition-title {
    font-size: 1.5rem;
  }

  .exhibition-subtitle {
    font-size: 1rem;
  }

  .save-text {
    font-size: 2rem;
  }

  .the-date-text {
    font-size: 1rem;
  }
}

/* ..........................
article
.......................... */
.article-container {
  margin: 30px auto;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  transition: all 0.3s ease;
  background-color: #e9ecf4;
  padding: 10px;
  border-radius: 10px;
}

.article-container:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.media-logo {
  max-height: 40px;
  max-width: 150px;
  object-fit: contain;
}

.article-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  color: var(--body-color);
  line-height: 1.3;
}

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

.publish-date {
  color: var(--body-color);
  font-size: 16px;
  margin-top: 5px;
  font-weight: 600;
}

.calendar-icon {
  color: var(--accent-color);
  margin-right: 5px;
}

@media (max-width: 768px) {
  .article-title {
    font-size: 1rem;
  }

  .media-logo {
    max-height: 30px;
  }
}

/* .......................................
video interviews
........................................ */
.video-interviews-container {
  margin: 0 auto;
  padding: 30px 20px;
}


.featured-video-wrapper {
  display: flex;
  justify-content: center;

}

.featured-video {
  width: 100%;
  max-width: 900px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.featured-video:hover {
  transform: translateY(-5px);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.featured-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-info {
  padding: 20px;
  background: linear-gradient(to right, #f8f9fa, #ffffff);
}

.video-title {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
  color: var(--accent-color) !important;
  text-align: center;
  font-weight: 700;
}

.video-meta {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: #666;
  font-size: 0.9rem;
}

.video-meta i {
  margin-right: 5px;
  color: var(--accent-color, #ff4757);
}


.video-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.video-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.video-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.thumbnail-container {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.video-card:hover .video-thumbnail {
  transform: scale(1.1);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 0, 0, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.play-button i {
  color: white;
  font-size: 24px;
  margin-left: 5px;
}

.video-card:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: rgba(255, 0, 0, 1);
}

.duration-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  z-index: 2;
}

.video-card-info {
  padding: 15px;
}

.video-card-title {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  color: var(--body-color) !important;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.video-card-description {
  margin: 0;
  color: var(--body-color);
  font-size: 0.9rem;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.video-card:hover .video-card-title,
.video-card:hover .video-card-description {
  color: var(--accent-color) !important;
}

@media (max-width: 992px) {
  .video-thumbnails {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-video {
    max-width: 700px;
  }
}

@media (max-width: 768px) {
  .featured-video {
    border-radius: 0;
  }

  .video-title {
    font-size: 1.3rem;
  }

  .video-meta {
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}

@media (max-width: 576px) {
  .video-thumbnails {
    grid-template-columns: 1fr;
  }

  .play-button {
    width: 50px;
    height: 50px;
  }

  .play-button i {
    font-size: 20px;
  }

  .featured-video {
    box-shadow: none;
  }
}


.pagination .page-item {
  margin: 0.5rem;
}

.pagination .page-link {
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--body-color);
  font-weight: 600;
  background: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.pagination .page-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.pagination .page-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--gradiant-color), var(--accent-color));
  opacity: 0;
  transition: all 0.3s ease;
  z-index: -1;
  border-radius: 50%;
}

.pagination .page-link:hover::before {
  opacity: 0.2;
}

.pagination .page-item.active .page-link {
  color: var(--white-color);
  background: var(--accent-color);
  transform: scale(1.05);
}

.pagination .page-item.active .page-link:hover {
  transform: scale(1.05) translateY(-3px);
}

.pagination .page-item.disabled .page-link {
  opacity: 0.5;
  box-shadow: none;
}

.pagination .page-item.disabled .page-link:hover {
  transform: none;
}


.pagination .page-link:not(.active):hover {
  color: var(--accent-color);
}

@media (max-width: 576px) {
  .pagination .page-link {
    min-width: 40px;
    height: 40px;
    font-size: 0.9rem;
  }
}
