You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8379 lines
230 KiB

  1. /* Theme Description
  2. -------------------------------------------------
  3. Theme Name:
  4. Author:
  5. Support:
  6. Description:
  7. Version:
  8. -------------------------------------------------
  9. */
  10. /* CSS Index
  11. -------------------------------------------------
  12. 1. Theme default css
  13. 2. header
  14. 3. slider
  15. 4. about-area
  16. 5. features-box
  17. 6. department
  18. 7. team
  19. 8. video-area
  20. 9. counter
  21. 10. footer
  22. -------------------------------------------------
  23. */
  24. /*------------- Color Variable --------------*/
  25. /*-------------Color include--------------*/
  26. /*-- Background color---*/
  27. @import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900|Rufina:400,700&display=swap");
  28. /* line 56, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  29. .white-bg {
  30. background: #ffffff;
  31. }
  32. /* line 59, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  33. .gray-bg {
  34. background: #f5f5f5;
  35. }
  36. /* line 63, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  37. .gray-bg {
  38. background: #f7f7fd;
  39. }
  40. /* line 66, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  41. .white-bg {
  42. background: #ffffff;
  43. }
  44. /* line 69, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  45. .black-bg {
  46. background: #16161a;
  47. }
  48. /* line 72, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  49. .theme-bg {
  50. background: #3589f1;
  51. }
  52. /* line 75, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  53. .brand-bg {
  54. background: #f1f4fa;
  55. }
  56. /* line 78, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  57. .testimonial-bg {
  58. background: #f9fafc;
  59. }
  60. /*--- color------*/
  61. /* line 84, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  62. .white-color {
  63. color: #ffffff;
  64. }
  65. /* line 87, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  66. .black-color {
  67. color: #16161a;
  68. }
  69. /* line 90, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  70. .theme-color {
  71. color: #3589f1;
  72. }
  73. /*------------------- Responsive --------------------------*/
  74. /*
  75. @include transition(.4s);
  76. color:$theme-color;
  77. */
  78. /* line 63, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_variables.scss */
  79. .boxed-btn {
  80. background: #fff;
  81. color: #3589f1 !important;
  82. display: inline-block;
  83. padding: 18px 44px;
  84. font-family: "Rufina", serif;
  85. font-size: 14px;
  86. font-weight: 400;
  87. border: 0;
  88. border: 1px solid #3589f1;
  89. letter-spacing: 3px;
  90. text-align: center;
  91. color: #3589f1;
  92. text-transform: uppercase;
  93. cursor: pointer;
  94. }
  95. /* line 80, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_variables.scss */
  96. .boxed-btn:hover {
  97. background: #3589f1;
  98. color: #fff !important;
  99. border: 1px solid #3589f1;
  100. }
  101. /* line 85, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_variables.scss */
  102. .boxed-btn:focus {
  103. outline: none;
  104. }
  105. /* line 88, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_variables.scss */
  106. .boxed-btn.large-width {
  107. width: 220px;
  108. }
  109. /*--
  110. - Overlay
  111. ------------------------------------------*/
  112. /* line 4, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_overlay.scss */
  113. [data-overlay] {
  114. position: relative;
  115. background-size: cover;
  116. background-repeat: no-repeat;
  117. background-position: center center;
  118. }
  119. /* line 9, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_overlay.scss */
  120. [data-overlay]::before {
  121. position: absolute;
  122. left: 0;
  123. top: 0;
  124. right: 0;
  125. bottom: 0;
  126. content: "";
  127. }
  128. /*-- Overlay Opacity --*/
  129. /* line 22, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_overlay.scss */
  130. [data-opacity="1"]::before {
  131. opacity: 0.1;
  132. }
  133. /* line 27, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_overlay.scss */
  134. [data-opacity="2"]::before {
  135. opacity: 0.2;
  136. }
  137. /* line 32, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_overlay.scss */
  138. [data-opacity="3"]::before {
  139. opacity: 0.3;
  140. }
  141. /* line 37, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_overlay.scss */
  142. [data-opacity="4"]::before {
  143. opacity: 0.4;
  144. }
  145. /* line 42, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_overlay.scss */
  146. [data-opacity="5"]::before {
  147. opacity: 0.5;
  148. }
  149. /* line 47, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_overlay.scss */
  150. [data-opacity="6"]::before {
  151. opacity: 0.6;
  152. }
  153. /* line 52, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_overlay.scss */
  154. [data-opacity="7"]::before {
  155. opacity: 0.7;
  156. }
  157. /* line 57, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_overlay.scss */
  158. [data-opacity="8"]::before {
  159. opacity: 0.8;
  160. }
  161. /* line 62, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_overlay.scss */
  162. [data-opacity="9"]::before {
  163. opacity: 0.9;
  164. }
  165. /* 1. Theme default css */
  166. /* line 4, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  167. body {
  168. font-family: "Rubik", sans-serif;
  169. font-weight: normal;
  170. font-style: normal;
  171. }
  172. /* line 9, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  173. h1,
  174. h2,
  175. h3,
  176. h4,
  177. h5,
  178. h6 {
  179. font-family: "Rufina", serif;
  180. color: #000a2d;
  181. margin-top: 0px;
  182. font-style: normal;
  183. font-weight: 500;
  184. text-transform: normal;
  185. }
  186. /* line 23, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  187. p {
  188. font-family: "Rubik", sans-serif;
  189. color: #7a8290;
  190. font-size: 16px;
  191. line-height: 30px;
  192. margin-bottom: 15px;
  193. font-weight: normal;
  194. }
  195. /* line 34, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  196. .bg-img-1 {
  197. background-image: url(../img/slider/slider-img-1.jpg);
  198. }
  199. /* line 37, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  200. .bg-img-2 {
  201. background-image: url(../img/background-img/bg-img-2.jpg);
  202. }
  203. /* line 40, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  204. .cta-bg-1 {
  205. background-image: url(../img/background-img/bg-img-3.jpg);
  206. }
  207. /* line 45, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  208. .img {
  209. max-width: 100%;
  210. -webkit-transition: all 0.3s ease-out 0s;
  211. -moz-transition: all 0.3s ease-out 0s;
  212. -ms-transition: all 0.3s ease-out 0s;
  213. -o-transition: all 0.3s ease-out 0s;
  214. transition: all 0.3s ease-out 0s;
  215. }
  216. /* line 49, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  217. .f-left {
  218. float: left;
  219. }
  220. /* line 52, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  221. .f-right {
  222. float: right;
  223. }
  224. /* line 55, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  225. .fix {
  226. overflow: hidden;
  227. }
  228. /* line 58, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  229. .clear {
  230. clear: both;
  231. }
  232. /* line 62, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  233. a,
  234. .button {
  235. -webkit-transition: all 0.3s ease-out 0s;
  236. -moz-transition: all 0.3s ease-out 0s;
  237. -ms-transition: all 0.3s ease-out 0s;
  238. -o-transition: all 0.3s ease-out 0s;
  239. transition: all 0.3s ease-out 0s;
  240. }
  241. /* line 66, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  242. a:focus,
  243. .button:focus {
  244. text-decoration: none;
  245. outline: none;
  246. }
  247. /* line 71, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  248. a {
  249. color: #635c5c;
  250. }
  251. /* line 74, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  252. a:hover {
  253. color: #fff;
  254. }
  255. /* line 77, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  256. a:focus,
  257. a:hover,
  258. .portfolio-cat a:hover,
  259. .footer -menu li a:hover {
  260. text-decoration: none;
  261. }
  262. /* line 83, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  263. a,
  264. button {
  265. color: #fff;
  266. outline: medium none;
  267. }
  268. /* line 88, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  269. button:focus, input:focus, input:focus, textarea, textarea:focus {
  270. outline: 0;
  271. }
  272. /* line 89, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  273. .uppercase {
  274. text-transform: uppercase;
  275. }
  276. /* line 93, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  277. input:focus::-moz-placeholder {
  278. opacity: 0;
  279. -webkit-transition: .4s;
  280. -o-transition: .4s;
  281. transition: .4s;
  282. }
  283. /* line 100, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  284. .capitalize {
  285. text-transform: capitalize;
  286. }
  287. /* line 104, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  288. h1 a,
  289. h2 a,
  290. h3 a,
  291. h4 a,
  292. h5 a,
  293. h6 a {
  294. color: inherit;
  295. }
  296. /* line 113, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  297. ul {
  298. margin: 0px;
  299. padding: 0px;
  300. }
  301. /* line 117, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  302. li {
  303. list-style: none;
  304. }
  305. /* line 121, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  306. hr {
  307. border-bottom: 1px solid #eceff8;
  308. border-top: 0 none;
  309. margin: 30px 0;
  310. padding: 0;
  311. }
  312. /* Theme-overlay */
  313. /* line 129, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  314. .theme-overlay {
  315. position: relative;
  316. }
  317. /* line 132, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  318. .theme-overlay::before {
  319. background: #1696e7 none repeat scroll 0 0;
  320. content: "";
  321. height: 100%;
  322. left: 0;
  323. opacity: 0.6;
  324. position: absolute;
  325. top: 0;
  326. width: 100%;
  327. }
  328. /* line 142, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  329. .overlay {
  330. position: relative;
  331. z-index: 0;
  332. }
  333. /* line 146, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  334. .overlay::before {
  335. position: absolute;
  336. content: "";
  337. top: 0;
  338. left: 0;
  339. width: 100%;
  340. height: 100%;
  341. z-index: -1;
  342. }
  343. /* line 156, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  344. .overlay2 {
  345. position: relative;
  346. z-index: 0;
  347. }
  348. /* line 160, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  349. .overlay2::before {
  350. position: absolute;
  351. content: "";
  352. background-color: #2E2200;
  353. top: 0;
  354. left: 0;
  355. width: 100%;
  356. height: 100%;
  357. z-index: -1;
  358. opacity: 0.5;
  359. }
  360. /* line 173, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  361. .section-padding {
  362. padding-top: 120px;
  363. padding-bottom: 120px;
  364. }
  365. /* line 177, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  366. .separator {
  367. border-top: 1px solid #f2f2f2;
  368. }
  369. /* line 181, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  370. .mb-90 {
  371. margin-bottom: 90px;
  372. }
  373. @media (max-width: 767px) {
  374. /* line 181, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  375. .mb-90 {
  376. margin-bottom: 30px;
  377. }
  378. }
  379. @media (min-width: 768px) and (max-width: 991px) {
  380. /* line 181, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  381. .mb-90 {
  382. margin-bottom: 45px;
  383. }
  384. }
  385. /* owl-carousel button style */
  386. /* line 193, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  387. .owl-carousel .owl-nav div {
  388. background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  389. height: 40px;
  390. left: 20px;
  391. line-height: 40px;
  392. font-size: 22px;
  393. color: #646464;
  394. opacity: 1;
  395. visibility: visible;
  396. position: absolute;
  397. text-align: center;
  398. top: 50%;
  399. transform: translateY(-50%);
  400. transition: all 0.3s ease 0s;
  401. width: 40px;
  402. }
  403. /* line 212, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  404. .owl-carousel .owl-nav div.owl-next {
  405. left: auto;
  406. right: -30px;
  407. }
  408. /* line 215, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  409. .owl-carousel .owl-nav div.owl-next i {
  410. position: relative;
  411. right: 0;
  412. top: 1px;
  413. }
  414. /* line 222, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  415. .owl-carousel .owl-nav div.owl-prev i {
  416. position: relative;
  417. right: 1px;
  418. top: 0px;
  419. }
  420. /* line 232, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  421. .owl-carousel:hover .owl-nav div {
  422. opacity: 1;
  423. visibility: visible;
  424. }
  425. /* line 235, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  426. .owl-carousel:hover .owl-nav div:hover {
  427. color: #fff;
  428. background: #ff3500;
  429. }
  430. /* line 245, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  431. .btn {
  432. background: #000a2d;
  433. border-radius: 5px;
  434. text-transform: uppercase;
  435. font-family: "Rubik", sans-serif;
  436. color: #fff;
  437. font-size: 14px;
  438. padding: 27px 44px;
  439. -moz-user-select: none;
  440. cursor: pointer;
  441. display: inline-block;
  442. font-weight: 500;
  443. letter-spacing: 1px;
  444. line-height: 0;
  445. margin-bottom: 0;
  446. margin: 10px;
  447. cursor: pointer;
  448. transition: color 0.4s linear;
  449. position: relative;
  450. z-index: 1;
  451. border: 0;
  452. overflow: hidden;
  453. margin: 0;
  454. }
  455. /* line 271, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  456. .btn::before {
  457. content: "";
  458. position: absolute;
  459. left: 0;
  460. top: 0;
  461. width: 101%;
  462. height: 101%;
  463. background: #3589f1;
  464. z-index: 1;
  465. border-radius: 5px;
  466. transition: transform 0.5s;
  467. transition-timing-function: ease;
  468. transform-origin: 0 0;
  469. transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  470. transform: scaleX(0);
  471. border-radius: 0;
  472. }
  473. /* line 290, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  474. .btn:hover::before {
  475. transform: scaleX(1);
  476. color: #fff !important;
  477. z-index: -1;
  478. }
  479. /* line 296, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  480. .header-btn {
  481. padding: 27px 31px;
  482. background: #3589f1;
  483. }
  484. /* line 299, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  485. .header-btn::before {
  486. background: #2171d3;
  487. }
  488. /* line 304, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  489. .apply-btn {
  490. padding: 27px 44px;
  491. background: #ff872d;
  492. border-radius: 0;
  493. }
  494. /* line 308, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  495. .apply-btn::before {
  496. background: #e66e13;
  497. border-radius: 0;
  498. }
  499. /* line 314, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  500. .hero-btn {
  501. background: #0b1416;
  502. padding: 30px 36px;
  503. box-shadow: 0px 10px 30px 0px rgba(249, 248, 249, 0.1);
  504. }
  505. /* line 318, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  506. .hero-btn::before {
  507. background: #3589f1;
  508. }
  509. /* line 323, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  510. .white-btn {
  511. background: #fff;
  512. color: #020230;
  513. }
  514. /* line 328, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  515. .btn.focus, .btn:focus {
  516. outline: 0;
  517. box-shadow: none;
  518. }
  519. /* line 335, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  520. .list-btn {
  521. width: 100%;
  522. border-radius: 5px;
  523. }
  524. /* line 339, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  525. .border-btn {
  526. border: 2px solid #3589f1;
  527. color: #3589f1;
  528. font: "Rufina", serif;
  529. background: none;
  530. border-radius: 5px;
  531. -moz-user-select: none;
  532. padding: 28px 50px;
  533. margin: 10px;
  534. text-transform: uppercase;
  535. cursor: pointer;
  536. display: inline-block;
  537. font-size: 14px;
  538. font-weight: 500;
  539. letter-spacing: 1px;
  540. margin-bottom: 0;
  541. position: relative;
  542. transition: color 0.4s linear;
  543. position: relative;
  544. overflow: hidden;
  545. margin: 0;
  546. }
  547. /* line 360, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  548. .border-btn::before {
  549. border: 2px solid transparent;
  550. content: "";
  551. position: absolute;
  552. left: 0;
  553. top: 0;
  554. width: 100%;
  555. height: 100%;
  556. background: #3589f1;
  557. z-index: -1;
  558. transition: transform 0.5s;
  559. transition-timing-function: ease;
  560. transform-origin: 0 0;
  561. transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  562. transform: scaleY(0);
  563. border-radius: 0;
  564. }
  565. /* line 379, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  566. .border-btn:hover::before {
  567. transform: scaleY(1);
  568. order: 2px solid transparent;
  569. }
  570. /* line 385, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  571. .send-btn {
  572. background: #3589f1;
  573. color: #fff;
  574. font-size: 14px;
  575. width: 100%;
  576. height: 55px;
  577. border: none;
  578. border-radius: 5px;
  579. cursor: pointer;
  580. transition: color 0.4s linear;
  581. position: relative;
  582. overflow: hidden;
  583. z-index: 1;
  584. }
  585. /* line 399, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  586. .send-btn::before {
  587. border: 2px solid transparent;
  588. content: "";
  589. position: absolute;
  590. left: 0;
  591. top: 0;
  592. width: 100%;
  593. height: 100%;
  594. background: #e6373d;
  595. color: #3589f1;
  596. z-index: -1;
  597. transition: transform 0.5s;
  598. transition-timing-function: ease;
  599. transform-origin: 0 0;
  600. transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  601. transform: scaleX(0);
  602. }
  603. /* line 418, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  604. .send-btn:hover::before {
  605. transform: scaleY(1);
  606. order: 2px solid transparent;
  607. color: red;
  608. }
  609. /* button style */
  610. /* line 429, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  611. .breadcrumb > .active {
  612. color: #888;
  613. }
  614. /* scrollUp */
  615. /* line 433, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  616. #scrollUp, #back-top {
  617. background: #3589f1;
  618. height: 50px;
  619. width: 50px;
  620. right: 31px;
  621. bottom: 18px;
  622. position: fixed;
  623. color: #fff;
  624. font-size: 20px;
  625. text-align: center;
  626. border-radius: 50%;
  627. line-height: 48px;
  628. border: 2px solid transparent;
  629. box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.2);
  630. }
  631. @media (max-width: 575px) {
  632. /* line 433, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  633. #scrollUp, #back-top {
  634. right: 16px;
  635. }
  636. }
  637. /* line 450, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  638. #scrollUp a i, #back-top a i {
  639. display: block;
  640. line-height: 50px;
  641. }
  642. /* line 457, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  643. #scrollUp:hover {
  644. color: #fff;
  645. }
  646. /* Sticky*/
  647. /* line 462, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  648. .sticky-bar {
  649. left: 0;
  650. margin: auto;
  651. position: fixed;
  652. top: 0;
  653. width: 100%;
  654. -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  655. box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  656. z-index: 9999;
  657. -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  658. animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  659. -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  660. background: #fff;
  661. }
  662. /* Sticky end */
  663. /*--- Margin & Padding --*/
  664. /*-- Margin Top --*/
  665. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  666. .mt-5 {
  667. margin-top: 5px;
  668. }
  669. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  670. .mt-10 {
  671. margin-top: 10px;
  672. }
  673. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  674. .mt-15 {
  675. margin-top: 15px;
  676. }
  677. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  678. .mt-20 {
  679. margin-top: 20px;
  680. }
  681. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  682. .mt-25 {
  683. margin-top: 25px;
  684. }
  685. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  686. .mt-30 {
  687. margin-top: 30px;
  688. }
  689. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  690. .mt-35 {
  691. margin-top: 35px;
  692. }
  693. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  694. .mt-40 {
  695. margin-top: 40px;
  696. }
  697. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  698. .mt-45 {
  699. margin-top: 45px;
  700. }
  701. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  702. .mt-50 {
  703. margin-top: 50px;
  704. }
  705. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  706. .mt-55 {
  707. margin-top: 55px;
  708. }
  709. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  710. .mt-60 {
  711. margin-top: 60px;
  712. }
  713. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  714. .mt-65 {
  715. margin-top: 65px;
  716. }
  717. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  718. .mt-70 {
  719. margin-top: 70px;
  720. }
  721. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  722. .mt-75 {
  723. margin-top: 75px;
  724. }
  725. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  726. .mt-80 {
  727. margin-top: 80px;
  728. }
  729. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  730. .mt-85 {
  731. margin-top: 85px;
  732. }
  733. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  734. .mt-90 {
  735. margin-top: 90px;
  736. }
  737. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  738. .mt-95 {
  739. margin-top: 95px;
  740. }
  741. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  742. .mt-100 {
  743. margin-top: 100px;
  744. }
  745. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  746. .mt-105 {
  747. margin-top: 105px;
  748. }
  749. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  750. .mt-110 {
  751. margin-top: 110px;
  752. }
  753. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  754. .mt-115 {
  755. margin-top: 115px;
  756. }
  757. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  758. .mt-120 {
  759. margin-top: 120px;
  760. }
  761. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  762. .mt-125 {
  763. margin-top: 125px;
  764. }
  765. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  766. .mt-130 {
  767. margin-top: 130px;
  768. }
  769. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  770. .mt-135 {
  771. margin-top: 135px;
  772. }
  773. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  774. .mt-140 {
  775. margin-top: 140px;
  776. }
  777. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  778. .mt-145 {
  779. margin-top: 145px;
  780. }
  781. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  782. .mt-150 {
  783. margin-top: 150px;
  784. }
  785. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  786. .mt-155 {
  787. margin-top: 155px;
  788. }
  789. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  790. .mt-160 {
  791. margin-top: 160px;
  792. }
  793. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  794. .mt-165 {
  795. margin-top: 165px;
  796. }
  797. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  798. .mt-170 {
  799. margin-top: 170px;
  800. }
  801. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  802. .mt-175 {
  803. margin-top: 175px;
  804. }
  805. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  806. .mt-180 {
  807. margin-top: 180px;
  808. }
  809. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  810. .mt-185 {
  811. margin-top: 185px;
  812. }
  813. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  814. .mt-190 {
  815. margin-top: 190px;
  816. }
  817. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  818. .mt-195 {
  819. margin-top: 195px;
  820. }
  821. /* line 487, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  822. .mt-200 {
  823. margin-top: 200px;
  824. }
  825. /*-- Margin Bottom --*/
  826. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  827. .mb-5 {
  828. margin-bottom: 5px;
  829. }
  830. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  831. .mb-10 {
  832. margin-bottom: 10px;
  833. }
  834. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  835. .mb-15 {
  836. margin-bottom: 15px;
  837. }
  838. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  839. .mb-20 {
  840. margin-bottom: 20px;
  841. }
  842. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  843. .mb-25 {
  844. margin-bottom: 25px;
  845. }
  846. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  847. .mb-30 {
  848. margin-bottom: 30px;
  849. }
  850. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  851. .mb-35 {
  852. margin-bottom: 35px;
  853. }
  854. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  855. .mb-40 {
  856. margin-bottom: 40px;
  857. }
  858. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  859. .mb-45 {
  860. margin-bottom: 45px;
  861. }
  862. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  863. .mb-50 {
  864. margin-bottom: 50px;
  865. }
  866. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  867. .mb-55 {
  868. margin-bottom: 55px;
  869. }
  870. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  871. .mb-60 {
  872. margin-bottom: 60px;
  873. }
  874. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  875. .mb-65 {
  876. margin-bottom: 65px;
  877. }
  878. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  879. .mb-70 {
  880. margin-bottom: 70px;
  881. }
  882. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  883. .mb-75 {
  884. margin-bottom: 75px;
  885. }
  886. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  887. .mb-80 {
  888. margin-bottom: 80px;
  889. }
  890. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  891. .mb-85 {
  892. margin-bottom: 85px;
  893. }
  894. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  895. .mb-90 {
  896. margin-bottom: 90px;
  897. }
  898. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  899. .mb-95 {
  900. margin-bottom: 95px;
  901. }
  902. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  903. .mb-100 {
  904. margin-bottom: 100px;
  905. }
  906. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  907. .mb-105 {
  908. margin-bottom: 105px;
  909. }
  910. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  911. .mb-110 {
  912. margin-bottom: 110px;
  913. }
  914. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  915. .mb-115 {
  916. margin-bottom: 115px;
  917. }
  918. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  919. .mb-120 {
  920. margin-bottom: 120px;
  921. }
  922. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  923. .mb-125 {
  924. margin-bottom: 125px;
  925. }
  926. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  927. .mb-130 {
  928. margin-bottom: 130px;
  929. }
  930. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  931. .mb-135 {
  932. margin-bottom: 135px;
  933. }
  934. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  935. .mb-140 {
  936. margin-bottom: 140px;
  937. }
  938. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  939. .mb-145 {
  940. margin-bottom: 145px;
  941. }
  942. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  943. .mb-150 {
  944. margin-bottom: 150px;
  945. }
  946. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  947. .mb-155 {
  948. margin-bottom: 155px;
  949. }
  950. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  951. .mb-160 {
  952. margin-bottom: 160px;
  953. }
  954. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  955. .mb-165 {
  956. margin-bottom: 165px;
  957. }
  958. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  959. .mb-170 {
  960. margin-bottom: 170px;
  961. }
  962. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  963. .mb-175 {
  964. margin-bottom: 175px;
  965. }
  966. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  967. .mb-180 {
  968. margin-bottom: 180px;
  969. }
  970. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  971. .mb-185 {
  972. margin-bottom: 185px;
  973. }
  974. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  975. .mb-190 {
  976. margin-bottom: 190px;
  977. }
  978. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  979. .mb-195 {
  980. margin-bottom: 195px;
  981. }
  982. /* line 492, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  983. .mb-200 {
  984. margin-bottom: 200px;
  985. }
  986. /*-- Margin Left --*/
  987. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  988. .ml-5 {
  989. margin-left: 5px;
  990. }
  991. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  992. .ml-10 {
  993. margin-left: 10px;
  994. }
  995. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  996. .ml-15 {
  997. margin-left: 15px;
  998. }
  999. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1000. .ml-20 {
  1001. margin-left: 20px;
  1002. }
  1003. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1004. .ml-25 {
  1005. margin-left: 25px;
  1006. }
  1007. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1008. .ml-30 {
  1009. margin-left: 30px;
  1010. }
  1011. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1012. .ml-35 {
  1013. margin-left: 35px;
  1014. }
  1015. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1016. .ml-40 {
  1017. margin-left: 40px;
  1018. }
  1019. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1020. .ml-45 {
  1021. margin-left: 45px;
  1022. }
  1023. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1024. .ml-50 {
  1025. margin-left: 50px;
  1026. }
  1027. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1028. .ml-55 {
  1029. margin-left: 55px;
  1030. }
  1031. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1032. .ml-60 {
  1033. margin-left: 60px;
  1034. }
  1035. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1036. .ml-65 {
  1037. margin-left: 65px;
  1038. }
  1039. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1040. .ml-70 {
  1041. margin-left: 70px;
  1042. }
  1043. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1044. .ml-75 {
  1045. margin-left: 75px;
  1046. }
  1047. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1048. .ml-80 {
  1049. margin-left: 80px;
  1050. }
  1051. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1052. .ml-85 {
  1053. margin-left: 85px;
  1054. }
  1055. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1056. .ml-90 {
  1057. margin-left: 90px;
  1058. }
  1059. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1060. .ml-95 {
  1061. margin-left: 95px;
  1062. }
  1063. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1064. .ml-100 {
  1065. margin-left: 100px;
  1066. }
  1067. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1068. .ml-105 {
  1069. margin-left: 105px;
  1070. }
  1071. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1072. .ml-110 {
  1073. margin-left: 110px;
  1074. }
  1075. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1076. .ml-115 {
  1077. margin-left: 115px;
  1078. }
  1079. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1080. .ml-120 {
  1081. margin-left: 120px;
  1082. }
  1083. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1084. .ml-125 {
  1085. margin-left: 125px;
  1086. }
  1087. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1088. .ml-130 {
  1089. margin-left: 130px;
  1090. }
  1091. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1092. .ml-135 {
  1093. margin-left: 135px;
  1094. }
  1095. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1096. .ml-140 {
  1097. margin-left: 140px;
  1098. }
  1099. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1100. .ml-145 {
  1101. margin-left: 145px;
  1102. }
  1103. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1104. .ml-150 {
  1105. margin-left: 150px;
  1106. }
  1107. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1108. .ml-155 {
  1109. margin-left: 155px;
  1110. }
  1111. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1112. .ml-160 {
  1113. margin-left: 160px;
  1114. }
  1115. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1116. .ml-165 {
  1117. margin-left: 165px;
  1118. }
  1119. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1120. .ml-170 {
  1121. margin-left: 170px;
  1122. }
  1123. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1124. .ml-175 {
  1125. margin-left: 175px;
  1126. }
  1127. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1128. .ml-180 {
  1129. margin-left: 180px;
  1130. }
  1131. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1132. .ml-185 {
  1133. margin-left: 185px;
  1134. }
  1135. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1136. .ml-190 {
  1137. margin-left: 190px;
  1138. }
  1139. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1140. .ml-195 {
  1141. margin-left: 195px;
  1142. }
  1143. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1144. .ml-200 {
  1145. margin-left: 200px;
  1146. }
  1147. /*-- Margin Right --*/
  1148. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1149. .mr-5 {
  1150. margin-right: 5px;
  1151. }
  1152. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1153. .mr-10 {
  1154. margin-right: 10px;
  1155. }
  1156. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1157. .mr-15 {
  1158. margin-right: 15px;
  1159. }
  1160. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1161. .mr-20 {
  1162. margin-right: 20px;
  1163. }
  1164. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1165. .mr-25 {
  1166. margin-right: 25px;
  1167. }
  1168. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1169. .mr-30 {
  1170. margin-right: 30px;
  1171. }
  1172. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1173. .mr-35 {
  1174. margin-right: 35px;
  1175. }
  1176. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1177. .mr-40 {
  1178. margin-right: 40px;
  1179. }
  1180. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1181. .mr-45 {
  1182. margin-right: 45px;
  1183. }
  1184. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1185. .mr-50 {
  1186. margin-right: 50px;
  1187. }
  1188. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1189. .mr-55 {
  1190. margin-right: 55px;
  1191. }
  1192. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1193. .mr-60 {
  1194. margin-right: 60px;
  1195. }
  1196. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1197. .mr-65 {
  1198. margin-right: 65px;
  1199. }
  1200. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1201. .mr-70 {
  1202. margin-right: 70px;
  1203. }
  1204. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1205. .mr-75 {
  1206. margin-right: 75px;
  1207. }
  1208. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1209. .mr-80 {
  1210. margin-right: 80px;
  1211. }
  1212. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1213. .mr-85 {
  1214. margin-right: 85px;
  1215. }
  1216. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1217. .mr-90 {
  1218. margin-right: 90px;
  1219. }
  1220. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1221. .mr-95 {
  1222. margin-right: 95px;
  1223. }
  1224. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1225. .mr-100 {
  1226. margin-right: 100px;
  1227. }
  1228. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1229. .mr-105 {
  1230. margin-right: 105px;
  1231. }
  1232. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1233. .mr-110 {
  1234. margin-right: 110px;
  1235. }
  1236. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1237. .mr-115 {
  1238. margin-right: 115px;
  1239. }
  1240. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1241. .mr-120 {
  1242. margin-right: 120px;
  1243. }
  1244. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1245. .mr-125 {
  1246. margin-right: 125px;
  1247. }
  1248. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1249. .mr-130 {
  1250. margin-right: 130px;
  1251. }
  1252. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1253. .mr-135 {
  1254. margin-right: 135px;
  1255. }
  1256. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1257. .mr-140 {
  1258. margin-right: 140px;
  1259. }
  1260. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1261. .mr-145 {
  1262. margin-right: 145px;
  1263. }
  1264. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1265. .mr-150 {
  1266. margin-right: 150px;
  1267. }
  1268. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1269. .mr-155 {
  1270. margin-right: 155px;
  1271. }
  1272. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1273. .mr-160 {
  1274. margin-right: 160px;
  1275. }
  1276. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1277. .mr-165 {
  1278. margin-right: 165px;
  1279. }
  1280. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1281. .mr-170 {
  1282. margin-right: 170px;
  1283. }
  1284. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1285. .mr-175 {
  1286. margin-right: 175px;
  1287. }
  1288. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1289. .mr-180 {
  1290. margin-right: 180px;
  1291. }
  1292. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1293. .mr-185 {
  1294. margin-right: 185px;
  1295. }
  1296. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1297. .mr-190 {
  1298. margin-right: 190px;
  1299. }
  1300. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1301. .mr-195 {
  1302. margin-right: 195px;
  1303. }
  1304. /* line 501, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1305. .mr-200 {
  1306. margin-right: 200px;
  1307. }
  1308. /*-- Padding Top --*/
  1309. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1310. .pt-5 {
  1311. padding-top: 5px;
  1312. }
  1313. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1314. .pt-10 {
  1315. padding-top: 10px;
  1316. }
  1317. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1318. .pt-15 {
  1319. padding-top: 15px;
  1320. }
  1321. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1322. .pt-20 {
  1323. padding-top: 20px;
  1324. }
  1325. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1326. .pt-25 {
  1327. padding-top: 25px;
  1328. }
  1329. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1330. .pt-30 {
  1331. padding-top: 30px;
  1332. }
  1333. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1334. .pt-35 {
  1335. padding-top: 35px;
  1336. }
  1337. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1338. .pt-40 {
  1339. padding-top: 40px;
  1340. }
  1341. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1342. .pt-45 {
  1343. padding-top: 45px;
  1344. }
  1345. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1346. .pt-50 {
  1347. padding-top: 50px;
  1348. }
  1349. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1350. .pt-55 {
  1351. padding-top: 55px;
  1352. }
  1353. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1354. .pt-60 {
  1355. padding-top: 60px;
  1356. }
  1357. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1358. .pt-65 {
  1359. padding-top: 65px;
  1360. }
  1361. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1362. .pt-70 {
  1363. padding-top: 70px;
  1364. }
  1365. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1366. .pt-75 {
  1367. padding-top: 75px;
  1368. }
  1369. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1370. .pt-80 {
  1371. padding-top: 80px;
  1372. }
  1373. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1374. .pt-85 {
  1375. padding-top: 85px;
  1376. }
  1377. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1378. .pt-90 {
  1379. padding-top: 90px;
  1380. }
  1381. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1382. .pt-95 {
  1383. padding-top: 95px;
  1384. }
  1385. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1386. .pt-100 {
  1387. padding-top: 100px;
  1388. }
  1389. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1390. .pt-105 {
  1391. padding-top: 105px;
  1392. }
  1393. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1394. .pt-110 {
  1395. padding-top: 110px;
  1396. }
  1397. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1398. .pt-115 {
  1399. padding-top: 115px;
  1400. }
  1401. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1402. .pt-120 {
  1403. padding-top: 120px;
  1404. }
  1405. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1406. .pt-125 {
  1407. padding-top: 125px;
  1408. }
  1409. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1410. .pt-130 {
  1411. padding-top: 130px;
  1412. }
  1413. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1414. .pt-135 {
  1415. padding-top: 135px;
  1416. }
  1417. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1418. .pt-140 {
  1419. padding-top: 140px;
  1420. }
  1421. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1422. .pt-145 {
  1423. padding-top: 145px;
  1424. }
  1425. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1426. .pt-150 {
  1427. padding-top: 150px;
  1428. }
  1429. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1430. .pt-155 {
  1431. padding-top: 155px;
  1432. }
  1433. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1434. .pt-160 {
  1435. padding-top: 160px;
  1436. }
  1437. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1438. .pt-165 {
  1439. padding-top: 165px;
  1440. }
  1441. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1442. .pt-170 {
  1443. padding-top: 170px;
  1444. }
  1445. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1446. .pt-175 {
  1447. padding-top: 175px;
  1448. }
  1449. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1450. .pt-180 {
  1451. padding-top: 180px;
  1452. }
  1453. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1454. .pt-185 {
  1455. padding-top: 185px;
  1456. }
  1457. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1458. .pt-190 {
  1459. padding-top: 190px;
  1460. }
  1461. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1462. .pt-195 {
  1463. padding-top: 195px;
  1464. }
  1465. /* line 506, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1466. .pt-200 {
  1467. padding-top: 200px;
  1468. }
  1469. /* line 508, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1470. .pt-260 {
  1471. padding-top: 260px;
  1472. }
  1473. /*-- Padding Bottom --*/
  1474. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1475. .pb-5 {
  1476. padding-bottom: 5px;
  1477. }
  1478. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1479. .pb-10 {
  1480. padding-bottom: 10px;
  1481. }
  1482. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1483. .pb-15 {
  1484. padding-bottom: 15px;
  1485. }
  1486. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1487. .pb-20 {
  1488. padding-bottom: 20px;
  1489. }
  1490. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1491. .pb-25 {
  1492. padding-bottom: 25px;
  1493. }
  1494. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1495. .pb-30 {
  1496. padding-bottom: 30px;
  1497. }
  1498. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1499. .pb-35 {
  1500. padding-bottom: 35px;
  1501. }
  1502. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1503. .pb-40 {
  1504. padding-bottom: 40px;
  1505. }
  1506. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1507. .pb-45 {
  1508. padding-bottom: 45px;
  1509. }
  1510. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1511. .pb-50 {
  1512. padding-bottom: 50px;
  1513. }
  1514. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1515. .pb-55 {
  1516. padding-bottom: 55px;
  1517. }
  1518. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1519. .pb-60 {
  1520. padding-bottom: 60px;
  1521. }
  1522. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1523. .pb-65 {
  1524. padding-bottom: 65px;
  1525. }
  1526. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1527. .pb-70 {
  1528. padding-bottom: 70px;
  1529. }
  1530. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1531. .pb-75 {
  1532. padding-bottom: 75px;
  1533. }
  1534. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1535. .pb-80 {
  1536. padding-bottom: 80px;
  1537. }
  1538. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1539. .pb-85 {
  1540. padding-bottom: 85px;
  1541. }
  1542. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1543. .pb-90 {
  1544. padding-bottom: 90px;
  1545. }
  1546. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1547. .pb-95 {
  1548. padding-bottom: 95px;
  1549. }
  1550. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1551. .pb-100 {
  1552. padding-bottom: 100px;
  1553. }
  1554. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1555. .pb-105 {
  1556. padding-bottom: 105px;
  1557. }
  1558. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1559. .pb-110 {
  1560. padding-bottom: 110px;
  1561. }
  1562. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1563. .pb-115 {
  1564. padding-bottom: 115px;
  1565. }
  1566. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1567. .pb-120 {
  1568. padding-bottom: 120px;
  1569. }
  1570. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1571. .pb-125 {
  1572. padding-bottom: 125px;
  1573. }
  1574. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1575. .pb-130 {
  1576. padding-bottom: 130px;
  1577. }
  1578. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1579. .pb-135 {
  1580. padding-bottom: 135px;
  1581. }
  1582. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1583. .pb-140 {
  1584. padding-bottom: 140px;
  1585. }
  1586. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1587. .pb-145 {
  1588. padding-bottom: 145px;
  1589. }
  1590. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1591. .pb-150 {
  1592. padding-bottom: 150px;
  1593. }
  1594. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1595. .pb-155 {
  1596. padding-bottom: 155px;
  1597. }
  1598. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1599. .pb-160 {
  1600. padding-bottom: 160px;
  1601. }
  1602. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1603. .pb-165 {
  1604. padding-bottom: 165px;
  1605. }
  1606. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1607. .pb-170 {
  1608. padding-bottom: 170px;
  1609. }
  1610. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1611. .pb-175 {
  1612. padding-bottom: 175px;
  1613. }
  1614. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1615. .pb-180 {
  1616. padding-bottom: 180px;
  1617. }
  1618. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1619. .pb-185 {
  1620. padding-bottom: 185px;
  1621. }
  1622. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1623. .pb-190 {
  1624. padding-bottom: 190px;
  1625. }
  1626. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1627. .pb-195 {
  1628. padding-bottom: 195px;
  1629. }
  1630. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1631. .pb-200 {
  1632. padding-bottom: 200px;
  1633. }
  1634. /*-- Padding Left --*/
  1635. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1636. .pl-5 {
  1637. padding-left: 5px;
  1638. }
  1639. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1640. .pl-10 {
  1641. padding-left: 10px;
  1642. }
  1643. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1644. .pl-15 {
  1645. padding-left: 15px;
  1646. }
  1647. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1648. .pl-20 {
  1649. padding-left: 20px;
  1650. }
  1651. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1652. .pl-25 {
  1653. padding-left: 25px;
  1654. }
  1655. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1656. .pl-30 {
  1657. padding-left: 30px;
  1658. }
  1659. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1660. .pl-35 {
  1661. padding-left: 35px;
  1662. }
  1663. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1664. .pl-40 {
  1665. padding-left: 40px;
  1666. }
  1667. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1668. .pl-45 {
  1669. padding-left: 45px;
  1670. }
  1671. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1672. .pl-50 {
  1673. padding-left: 50px;
  1674. }
  1675. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1676. .pl-55 {
  1677. padding-left: 55px;
  1678. }
  1679. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1680. .pl-60 {
  1681. padding-left: 60px;
  1682. }
  1683. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1684. .pl-65 {
  1685. padding-left: 65px;
  1686. }
  1687. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1688. .pl-70 {
  1689. padding-left: 70px;
  1690. }
  1691. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1692. .pl-75 {
  1693. padding-left: 75px;
  1694. }
  1695. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1696. .pl-80 {
  1697. padding-left: 80px;
  1698. }
  1699. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1700. .pl-85 {
  1701. padding-left: 85px;
  1702. }
  1703. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1704. .pl-90 {
  1705. padding-left: 90px;
  1706. }
  1707. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1708. .pl-95 {
  1709. padding-left: 95px;
  1710. }
  1711. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1712. .pl-100 {
  1713. padding-left: 100px;
  1714. }
  1715. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1716. .pl-105 {
  1717. padding-left: 105px;
  1718. }
  1719. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1720. .pl-110 {
  1721. padding-left: 110px;
  1722. }
  1723. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1724. .pl-115 {
  1725. padding-left: 115px;
  1726. }
  1727. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1728. .pl-120 {
  1729. padding-left: 120px;
  1730. }
  1731. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1732. .pl-125 {
  1733. padding-left: 125px;
  1734. }
  1735. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1736. .pl-130 {
  1737. padding-left: 130px;
  1738. }
  1739. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1740. .pl-135 {
  1741. padding-left: 135px;
  1742. }
  1743. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1744. .pl-140 {
  1745. padding-left: 140px;
  1746. }
  1747. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1748. .pl-145 {
  1749. padding-left: 145px;
  1750. }
  1751. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1752. .pl-150 {
  1753. padding-left: 150px;
  1754. }
  1755. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1756. .pl-155 {
  1757. padding-left: 155px;
  1758. }
  1759. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1760. .pl-160 {
  1761. padding-left: 160px;
  1762. }
  1763. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1764. .pl-165 {
  1765. padding-left: 165px;
  1766. }
  1767. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1768. .pl-170 {
  1769. padding-left: 170px;
  1770. }
  1771. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1772. .pl-175 {
  1773. padding-left: 175px;
  1774. }
  1775. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1776. .pl-180 {
  1777. padding-left: 180px;
  1778. }
  1779. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1780. .pl-185 {
  1781. padding-left: 185px;
  1782. }
  1783. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1784. .pl-190 {
  1785. padding-left: 190px;
  1786. }
  1787. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1788. .pl-195 {
  1789. padding-left: 195px;
  1790. }
  1791. /* line 518, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1792. .pl-200 {
  1793. padding-left: 200px;
  1794. }
  1795. /*-- Padding Right --*/
  1796. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1797. .pr-5 {
  1798. padding-right: 5px;
  1799. }
  1800. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1801. .pr-10 {
  1802. padding-right: 10px;
  1803. }
  1804. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1805. .pr-15 {
  1806. padding-right: 15px;
  1807. }
  1808. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1809. .pr-20 {
  1810. padding-right: 20px;
  1811. }
  1812. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1813. .pr-25 {
  1814. padding-right: 25px;
  1815. }
  1816. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1817. .pr-30 {
  1818. padding-right: 30px;
  1819. }
  1820. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1821. .pr-35 {
  1822. padding-right: 35px;
  1823. }
  1824. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1825. .pr-40 {
  1826. padding-right: 40px;
  1827. }
  1828. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1829. .pr-45 {
  1830. padding-right: 45px;
  1831. }
  1832. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1833. .pr-50 {
  1834. padding-right: 50px;
  1835. }
  1836. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1837. .pr-55 {
  1838. padding-right: 55px;
  1839. }
  1840. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1841. .pr-60 {
  1842. padding-right: 60px;
  1843. }
  1844. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1845. .pr-65 {
  1846. padding-right: 65px;
  1847. }
  1848. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1849. .pr-70 {
  1850. padding-right: 70px;
  1851. }
  1852. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1853. .pr-75 {
  1854. padding-right: 75px;
  1855. }
  1856. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1857. .pr-80 {
  1858. padding-right: 80px;
  1859. }
  1860. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1861. .pr-85 {
  1862. padding-right: 85px;
  1863. }
  1864. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1865. .pr-90 {
  1866. padding-right: 90px;
  1867. }
  1868. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1869. .pr-95 {
  1870. padding-right: 95px;
  1871. }
  1872. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1873. .pr-100 {
  1874. padding-right: 100px;
  1875. }
  1876. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1877. .pr-105 {
  1878. padding-right: 105px;
  1879. }
  1880. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1881. .pr-110 {
  1882. padding-right: 110px;
  1883. }
  1884. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1885. .pr-115 {
  1886. padding-right: 115px;
  1887. }
  1888. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1889. .pr-120 {
  1890. padding-right: 120px;
  1891. }
  1892. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1893. .pr-125 {
  1894. padding-right: 125px;
  1895. }
  1896. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1897. .pr-130 {
  1898. padding-right: 130px;
  1899. }
  1900. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1901. .pr-135 {
  1902. padding-right: 135px;
  1903. }
  1904. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1905. .pr-140 {
  1906. padding-right: 140px;
  1907. }
  1908. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1909. .pr-145 {
  1910. padding-right: 145px;
  1911. }
  1912. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1913. .pr-150 {
  1914. padding-right: 150px;
  1915. }
  1916. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1917. .pr-155 {
  1918. padding-right: 155px;
  1919. }
  1920. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1921. .pr-160 {
  1922. padding-right: 160px;
  1923. }
  1924. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1925. .pr-165 {
  1926. padding-right: 165px;
  1927. }
  1928. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1929. .pr-170 {
  1930. padding-right: 170px;
  1931. }
  1932. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1933. .pr-175 {
  1934. padding-right: 175px;
  1935. }
  1936. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1937. .pr-180 {
  1938. padding-right: 180px;
  1939. }
  1940. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1941. .pr-185 {
  1942. padding-right: 185px;
  1943. }
  1944. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1945. .pr-190 {
  1946. padding-right: 190px;
  1947. }
  1948. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1949. .pr-195 {
  1950. padding-right: 195px;
  1951. }
  1952. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1953. .pr-200 {
  1954. padding-right: 200px;
  1955. }
  1956. /*-- Some Animated CSS -- */
  1957. /* bounce-animate */
  1958. /* line 534, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1959. .bounce-animate {
  1960. animation-name: float-bob;
  1961. animation-duration: 2s;
  1962. animation-iteration-count: infinite;
  1963. /* animation-timing-function: linear; */
  1964. -moz-animation-name: float-bob;
  1965. -moz-animation-duration: 2s;
  1966. -moz-animation-iteration-count: infinite;
  1967. -moz-animation-timing-function: linear;
  1968. -ms-animation-name: float-bob;
  1969. -ms-animation-duration: 2s;
  1970. -ms-animation-iteration-count: infinite;
  1971. -ms-animation-timing-function: linear;
  1972. -o-animation-name: float-bob;
  1973. -o-animation-duration: 2s;
  1974. -o-animation-iteration-count: infinite;
  1975. -o-animation-timing-function: linear;
  1976. }
  1977. @-webkit-keyframes float-bob {
  1978. 0% {
  1979. -webkit-transform: translateY(-20px);
  1980. transform: translateY(-20px);
  1981. }
  1982. 50% {
  1983. -webkit-transform: translateY(-10px);
  1984. transform: translateY(-10px);
  1985. }
  1986. 100% {
  1987. -webkit-transform: translateY(-20px);
  1988. transform: translateY(-20px);
  1989. }
  1990. }
  1991. /* heartbeat */
  1992. /* line 564, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  1993. .heartbeat {
  1994. animation: heartbeat 1s infinite alternate;
  1995. }
  1996. @-webkit-keyframes heartbeat {
  1997. to {
  1998. -webkit-transform: scale(1.03);
  1999. transform: scale(1.03);
  2000. }
  2001. }
  2002. /* rotateme */
  2003. /* line 576, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2004. .rotateme {
  2005. -webkit-animation-name: rotateme;
  2006. animation-name: rotateme;
  2007. -webkit-animation-duration: 30s;
  2008. animation-duration: 30s;
  2009. -webkit-animation-iteration-count: infinite;
  2010. animation-iteration-count: infinite;
  2011. -webkit-animation-timing-function: linear;
  2012. animation-timing-function: linear;
  2013. }
  2014. @keyframes rotateme {
  2015. from {
  2016. -webkit-transform: rotate(0deg);
  2017. transform: rotate(0deg);
  2018. }
  2019. to {
  2020. -webkit-transform: rotate(360deg);
  2021. transform: rotate(360deg);
  2022. }
  2023. }
  2024. @-webkit-keyframes rotateme {
  2025. from {
  2026. -webkit-transform: rotate(0deg);
  2027. }
  2028. to {
  2029. -webkit-transform: rotate(360deg);
  2030. }
  2031. }
  2032. /* 20. preloader */
  2033. /* line 608, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2034. .preloader {
  2035. background-color: #f7f7f7;
  2036. width: 100%;
  2037. height: 100%;
  2038. position: fixed;
  2039. top: 0;
  2040. left: 0;
  2041. right: 0;
  2042. bottom: 0;
  2043. z-index: 999999;
  2044. -webkit-transition: .6s;
  2045. -o-transition: .6s;
  2046. transition: .6s;
  2047. margin: 0 auto;
  2048. }
  2049. /* line 624, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2050. .preloader .preloader-circle {
  2051. width: 100px;
  2052. height: 100px;
  2053. position: relative;
  2054. border-style: solid;
  2055. border-width: 1px;
  2056. border-top-color: #3589f1;
  2057. border-bottom-color: transparent;
  2058. border-left-color: transparent;
  2059. border-right-color: transparent;
  2060. z-index: 10;
  2061. border-radius: 50%;
  2062. -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  2063. box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  2064. background-color: #fff;
  2065. -webkit-animation: zoom 2000ms infinite ease;
  2066. animation: zoom 2000ms infinite ease;
  2067. -webkit-transition: .6s;
  2068. -o-transition: .6s;
  2069. transition: .6s;
  2070. }
  2071. /* line 646, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2072. .preloader .preloader-circle2 {
  2073. border-top-color: #0078ff;
  2074. }
  2075. /* line 649, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2076. .preloader .preloader-img {
  2077. position: absolute;
  2078. top: 50%;
  2079. z-index: 200;
  2080. left: 0;
  2081. right: 0;
  2082. margin: 0 auto;
  2083. text-align: center;
  2084. display: inline-block;
  2085. -webkit-transform: translateY(-50%);
  2086. -ms-transform: translateY(-50%);
  2087. transform: translateY(-50%);
  2088. padding-top: 6px;
  2089. -webkit-transition: .6s;
  2090. -o-transition: .6s;
  2091. transition: .6s;
  2092. }
  2093. /* line 667, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2094. .preloader .preloader-img img {
  2095. max-width: 55px;
  2096. }
  2097. /* line 670, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2098. .preloader .pere-text strong {
  2099. font-weight: 800;
  2100. color: #dca73a;
  2101. text-transform: uppercase;
  2102. }
  2103. @-webkit-keyframes zoom {
  2104. 0% {
  2105. -webkit-transform: rotate(0deg);
  2106. transform: rotate(0deg);
  2107. -webkit-transition: .6s;
  2108. -o-transition: .6s;
  2109. transition: .6s;
  2110. }
  2111. 100% {
  2112. -webkit-transform: rotate(360deg);
  2113. transform: rotate(360deg);
  2114. -webkit-transition: .6s;
  2115. -o-transition: .6s;
  2116. transition: .6s;
  2117. }
  2118. }
  2119. @keyframes zoom {
  2120. 0% {
  2121. -webkit-transform: rotate(0deg);
  2122. transform: rotate(0deg);
  2123. -webkit-transition: .6s;
  2124. -o-transition: .6s;
  2125. transition: .6s;
  2126. }
  2127. 100% {
  2128. -webkit-transform: rotate(360deg);
  2129. transform: rotate(360deg);
  2130. -webkit-transition: .6s;
  2131. -o-transition: .6s;
  2132. transition: .6s;
  2133. }
  2134. }
  2135. /*-- Section Padding -- */
  2136. /* line 714, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2137. .section-padding2 {
  2138. padding-top: 200px;
  2139. padding-bottom: 200px;
  2140. }
  2141. @media only screen and (min-width: 1200px) and (max-width: 1600px) {
  2142. /* line 714, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2143. .section-padding2 {
  2144. padding-top: 200px;
  2145. padding-bottom: 200px;
  2146. }
  2147. }
  2148. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  2149. /* line 714, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2150. .section-padding2 {
  2151. padding-top: 200px;
  2152. padding-bottom: 200px;
  2153. }
  2154. }
  2155. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2156. /* line 714, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2157. .section-padding2 {
  2158. padding-top: 100px;
  2159. padding-bottom: 100px;
  2160. }
  2161. }
  2162. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2163. /* line 714, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2164. .section-padding2 {
  2165. padding-top: 70px;
  2166. padding-bottom: 70px;
  2167. }
  2168. }
  2169. @media (max-width: 575px) {
  2170. /* line 714, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2171. .section-padding2 {
  2172. padding-top: 70px;
  2173. padding-bottom: 70px;
  2174. }
  2175. }
  2176. /* line 739, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2177. .section-padding3 {
  2178. padding-top: 200px;
  2179. padding-bottom: 150px;
  2180. }
  2181. @media only screen and (min-width: 1200px) and (max-width: 1600px) {
  2182. /* line 739, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2183. .section-padding3 {
  2184. padding-top: 200px;
  2185. padding-bottom: 150px;
  2186. }
  2187. }
  2188. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  2189. /* line 739, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2190. .section-padding3 {
  2191. padding-top: 200px;
  2192. padding-bottom: 150px;
  2193. }
  2194. }
  2195. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2196. /* line 739, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2197. .section-padding3 {
  2198. padding-top: 100px;
  2199. padding-bottom: 50px;
  2200. }
  2201. }
  2202. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2203. /* line 739, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2204. .section-padding3 {
  2205. padding-top: 70px;
  2206. padding-bottom: 20px;
  2207. }
  2208. }
  2209. @media (max-width: 575px) {
  2210. /* line 739, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2211. .section-padding3 {
  2212. padding-top: 70px;
  2213. padding-bottom: 20px;
  2214. }
  2215. }
  2216. /* line 763, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2217. .testimonial-padding {
  2218. padding-top: 190px;
  2219. padding-bottom: 170px;
  2220. }
  2221. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  2222. /* line 763, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2223. .testimonial-padding {
  2224. padding-top: 190px;
  2225. padding-bottom: 170px;
  2226. }
  2227. }
  2228. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2229. /* line 763, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2230. .testimonial-padding {
  2231. padding-top: 70px;
  2232. padding-bottom: 60px;
  2233. }
  2234. }
  2235. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2236. /* line 763, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2237. .testimonial-padding {
  2238. padding-top: 60px;
  2239. padding-bottom: 40px;
  2240. }
  2241. }
  2242. @media (max-width: 575px) {
  2243. /* line 763, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2244. .testimonial-padding {
  2245. padding-top: 60px;
  2246. padding-bottom: 40px;
  2247. }
  2248. }
  2249. /* line 784, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2250. .section-padding30 {
  2251. padding-top: 195px;
  2252. padding-bottom: 160px;
  2253. }
  2254. @media only screen and (min-width: 1200px) and (max-width: 1600px) {
  2255. /* line 784, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2256. .section-padding30 {
  2257. padding-top: 195px;
  2258. padding-bottom: 160px;
  2259. }
  2260. }
  2261. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  2262. /* line 784, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2263. .section-padding30 {
  2264. padding-top: 150px;
  2265. padding-bottom: 130px;
  2266. }
  2267. }
  2268. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2269. /* line 784, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2270. .section-padding30 {
  2271. padding-top: 100px;
  2272. padding-bottom: 70px;
  2273. }
  2274. }
  2275. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2276. /* line 784, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2277. .section-padding30 {
  2278. padding-top: 65px;
  2279. padding-bottom: 30px;
  2280. }
  2281. }
  2282. @media (max-width: 575px) {
  2283. /* line 784, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2284. .section-padding30 {
  2285. padding-top: 65px;
  2286. padding-bottom: 30px;
  2287. }
  2288. }
  2289. /* line 808, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2290. .section-padding03 {
  2291. padding-top: 200px;
  2292. padding-bottom: 80px;
  2293. }
  2294. @media only screen and (min-width: 1200px) and (max-width: 1600px) {
  2295. /* line 808, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2296. .section-padding03 {
  2297. padding-top: 200px;
  2298. padding-bottom: 80px;
  2299. }
  2300. }
  2301. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  2302. /* line 808, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2303. .section-padding03 {
  2304. padding-top: 100px;
  2305. padding-bottom: 100px;
  2306. }
  2307. }
  2308. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2309. /* line 808, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2310. .section-padding03 {
  2311. padding-top: 100px;
  2312. padding-bottom: 120px;
  2313. }
  2314. }
  2315. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2316. /* line 808, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2317. .section-padding03 {
  2318. padding-top: 100px;
  2319. padding-bottom: 10px;
  2320. }
  2321. }
  2322. @media (max-width: 575px) {
  2323. /* line 808, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2324. .section-padding03 {
  2325. padding-top: 70px;
  2326. padding-bottom: 10px;
  2327. }
  2328. }
  2329. /* line 834, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2330. .footer-padding {
  2331. padding-top: 170px;
  2332. padding-bottom: 50px;
  2333. }
  2334. @media only screen and (min-width: 1200px) and (max-width: 1600px) {
  2335. /* line 834, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2336. .footer-padding {
  2337. padding-top: 170px;
  2338. padding-bottom: 50px;
  2339. }
  2340. }
  2341. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  2342. /* line 834, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2343. .footer-padding {
  2344. padding-top: 170px;
  2345. padding-bottom: 50px;
  2346. }
  2347. }
  2348. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2349. /* line 834, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2350. .footer-padding {
  2351. padding-top: 100px;
  2352. padding-bottom: 50px;
  2353. }
  2354. }
  2355. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2356. /* line 834, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2357. .footer-padding {
  2358. padding-top: 80px;
  2359. padding-bottom: 0px;
  2360. }
  2361. }
  2362. @media (max-width: 575px) {
  2363. /* line 834, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2364. .footer-padding {
  2365. padding-top: 80px;
  2366. padding-bottom: 0px;
  2367. }
  2368. }
  2369. @media (max-width: 575px) {
  2370. /* line 861, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2371. .section-tittle {
  2372. margin-bottom: 50px;
  2373. }
  2374. }
  2375. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2376. /* line 861, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2377. .section-tittle {
  2378. margin-bottom: 50px;
  2379. }
  2380. }
  2381. /* line 868, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2382. .section-tittle span {
  2383. font-size: 16px;
  2384. font-weight: 500;
  2385. margin-bottom: 22px;
  2386. color: #3589f1;
  2387. display: inline-block;
  2388. }
  2389. /* line 875, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2390. .section-tittle h2 {
  2391. font-size: 40px;
  2392. display: block;
  2393. color: #000a2d;
  2394. font-weight: 700;
  2395. line-height: 1.3;
  2396. }
  2397. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2398. /* line 875, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2399. .section-tittle h2 {
  2400. font-size: 27px;
  2401. }
  2402. }
  2403. @media (max-width: 575px) {
  2404. /* line 875, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2405. .section-tittle h2 {
  2406. font-size: 27px;
  2407. }
  2408. }
  2409. /* line 892, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2410. .section-tittle2 span {
  2411. color: #f2f2f2;
  2412. }
  2413. /* line 895, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2414. .section-tittle2 h2 {
  2415. color: #fff;
  2416. }
  2417. /* line 916, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_common.scss */
  2418. .section-bg {
  2419. background-size: cover;
  2420. background-repeat: no-repeat;
  2421. background-position: center center;
  2422. }
  2423. /*------------- Color Variable --------------*/
  2424. /*-------------Color include--------------*/
  2425. /*-- Background color---*/
  2426. /* line 56, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  2427. .white-bg {
  2428. background: #ffffff;
  2429. }
  2430. /* line 59, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  2431. .gray-bg {
  2432. background: #f5f5f5;
  2433. }
  2434. /* line 63, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  2435. .gray-bg {
  2436. background: #f7f7fd;
  2437. }
  2438. /* line 66, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  2439. .white-bg {
  2440. background: #ffffff;
  2441. }
  2442. /* line 69, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  2443. .black-bg {
  2444. background: #16161a;
  2445. }
  2446. /* line 72, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  2447. .theme-bg {
  2448. background: #3589f1;
  2449. }
  2450. /* line 75, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  2451. .brand-bg {
  2452. background: #f1f4fa;
  2453. }
  2454. /* line 78, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  2455. .testimonial-bg {
  2456. background: #f9fafc;
  2457. }
  2458. /*--- color------*/
  2459. /* line 84, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  2460. .white-color {
  2461. color: #ffffff;
  2462. }
  2463. /* line 87, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  2464. .black-color {
  2465. color: #16161a;
  2466. }
  2467. /* line 90, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_color.scss */
  2468. .theme-color {
  2469. color: #3589f1;
  2470. }
  2471. /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2472. .header-area .main-header {
  2473. padding: 0px 100px;
  2474. }
  2475. @media only screen and (min-width: 1200px) and (max-width: 1600px) {
  2476. /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2477. .header-area .main-header {
  2478. padding: 0px 80px;
  2479. }
  2480. }
  2481. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  2482. /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2483. .header-area .main-header {
  2484. padding: 0px 15px;
  2485. }
  2486. }
  2487. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2488. /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2489. .header-area .main-header {
  2490. padding: 22px 50px;
  2491. }
  2492. }
  2493. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2494. /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2495. .header-area .main-header {
  2496. padding: 22px 20px;
  2497. }
  2498. }
  2499. @media (max-width: 575px) {
  2500. /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2501. .header-area .main-header {
  2502. padding: 22px 20px;
  2503. }
  2504. }
  2505. @media only screen and (min-width: 1200px) and (max-width: 1600px) {
  2506. /* line 25, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2507. .main-header .main-menu {
  2508. margin-right: 30px;
  2509. }
  2510. }
  2511. /* line 30, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2512. .main-header .main-menu ul li {
  2513. display: inline-block;
  2514. position: relative;
  2515. z-index: 1;
  2516. }
  2517. /* line 35, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2518. .main-header .main-menu ul li a {
  2519. color: #000019;
  2520. font-weight: 500;
  2521. padding: 39px 10px;
  2522. display: block;
  2523. font-size: 16px;
  2524. -webkit-transition: all 0.3s ease-out 0s;
  2525. -moz-transition: all 0.3s ease-out 0s;
  2526. -ms-transition: all 0.3s ease-out 0s;
  2527. -o-transition: all 0.3s ease-out 0s;
  2528. transition: all 0.3s ease-out 0s;
  2529. text-transform: capitalize;
  2530. position: relative;
  2531. margin: 0 23px;
  2532. }
  2533. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  2534. /* line 35, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2535. .main-header .main-menu ul li a {
  2536. padding: 39px 15px;
  2537. margin: 0 10px;
  2538. }
  2539. }
  2540. /* line 49, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2541. .main-header .main-menu ul li a::before {
  2542. position: absolute;
  2543. content: "";
  2544. left: 0;
  2545. bottom: 20px;
  2546. background: #3589f1;
  2547. height: 1px;
  2548. width: 0;
  2549. transition: .3s;
  2550. }
  2551. /* line 61, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2552. .main-header .main-menu ul li:hover > a {
  2553. color: #3589f1;
  2554. }
  2555. /* line 66, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2556. .main-header .main-menu ul ul.submenu {
  2557. position: absolute;
  2558. width: 170px;
  2559. background: #fff;
  2560. left: 0;
  2561. top: 120%;
  2562. visibility: hidden;
  2563. opacity: 0;
  2564. box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  2565. padding: 17px 0;
  2566. -webkit-transition: all 0.3s ease-out 0s;
  2567. -moz-transition: all 0.3s ease-out 0s;
  2568. -ms-transition: all 0.3s ease-out 0s;
  2569. -o-transition: all 0.3s ease-out 0s;
  2570. transition: all 0.3s ease-out 0s;
  2571. }
  2572. /* line 78, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2573. .main-header .main-menu ul ul.submenu > li {
  2574. margin-left: 7px;
  2575. display: block;
  2576. }
  2577. /* line 81, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2578. .main-header .main-menu ul ul.submenu > li > a {
  2579. padding: 6px 10px !important;
  2580. font-size: 16px;
  2581. text-transform: capitalize;
  2582. margin: 0;
  2583. }
  2584. /* line 86, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2585. .main-header .main-menu ul ul.submenu > li > a:hover {
  2586. color: #3589f1;
  2587. background: none;
  2588. }
  2589. /* line 90, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2590. .main-header .main-menu ul ul.submenu > li > a::before {
  2591. position: absolute;
  2592. content: "";
  2593. left: -5px;
  2594. background: #3589f1;
  2595. height: 2px;
  2596. width: 0;
  2597. transition: .3s;
  2598. top: 50%;
  2599. }
  2600. /* line 112, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2601. .main-menu ul li.active > a::before {
  2602. width: 100%;
  2603. }
  2604. /* line 115, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2605. .main-menu ul li:hover > a::before {
  2606. width: 100%;
  2607. }
  2608. /* line 118, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2609. .main-header .main-menu ul ul.submenu > li > a:hover {
  2610. padding-left: 15px !important;
  2611. }
  2612. /* line 121, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2613. .main-header .main-menu ul ul.submenu > li > a:hover::before {
  2614. width: 10px;
  2615. }
  2616. /* line 126, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2617. .main-header ul > li:hover > ul.submenu {
  2618. visibility: visible;
  2619. opacity: 1;
  2620. top: 100%;
  2621. }
  2622. /* line 132, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2623. .main-header .header-sticky.sticky-bar {
  2624. background: #fff;
  2625. }
  2626. /* line 135, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2627. .header-sticky.sticky-bar .main-menu ul > li > a {
  2628. padding: 27px 13px;
  2629. margin: 0 10px;
  2630. }
  2631. /* line 139, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2632. .header-transparent {
  2633. position: absolute;
  2634. top: 0;
  2635. right: 0;
  2636. left: 0;
  2637. z-index: 9;
  2638. }
  2639. /* line 147, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2640. .mobile_menu {
  2641. position: absolute;
  2642. right: 0px;
  2643. width: 100%;
  2644. z-index: 99;
  2645. }
  2646. /* line 152, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2647. .mobile_menu .slicknav_menu {
  2648. background: transparent;
  2649. margin-top: 16px !important;
  2650. }
  2651. /* line 156, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2652. .mobile_menu .slicknav_menu .slicknav_nav a:hover {
  2653. background: transparent;
  2654. color: #3589f1;
  2655. }
  2656. /* line 160, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2657. .mobile_menu .slicknav_menu .slicknav_icon-bar {
  2658. background-color: #3589f1 !important;
  2659. }
  2660. /* line 163, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2661. .mobile_menu .slicknav_btn {
  2662. top: -43px;
  2663. }
  2664. /* line 166, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_headerMenu.scss */
  2665. .mobile_menu .slicknav_nav {
  2666. margin-top: 0px;
  2667. }
  2668. /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2669. .slider-area {
  2670. padding-top: 120px;
  2671. }
  2672. /* line 7, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2673. .slider-area .single-slider .slider-cap-wrapper {
  2674. display: flex;
  2675. justify-content: space-between;
  2676. align-items: center;
  2677. flex-wrap: wrap;
  2678. }
  2679. /* line 12, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2680. .slider-area .single-slider .slider-cap-wrapper .hero__img {
  2681. width: 48%;
  2682. overflow: hidden;
  2683. }
  2684. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2685. /* line 12, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2686. .slider-area .single-slider .slider-cap-wrapper .hero__img {
  2687. display: none;
  2688. }
  2689. }
  2690. @media (max-width: 575px) {
  2691. /* line 12, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2692. .slider-area .single-slider .slider-cap-wrapper .hero__img {
  2693. display: none;
  2694. }
  2695. }
  2696. /* line 21, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2697. .slider-area .single-slider .slider-cap-wrapper .hero__img img {
  2698. width: 100%;
  2699. }
  2700. /* line 26, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2701. .slider-area .single-slider .slider-cap-wrapper .hero__caption {
  2702. width: 48%;
  2703. overflow: hidden;
  2704. padding-left: 16%;
  2705. }
  2706. @media only screen and (min-width: 1200px) and (max-width: 1360px) {
  2707. /* line 26, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2708. .slider-area .single-slider .slider-cap-wrapper .hero__caption {
  2709. padding-left: 3%;
  2710. }
  2711. }
  2712. @media only screen and (min-width: 1361px) and (max-width: 1500px) {
  2713. /* line 26, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2714. .slider-area .single-slider .slider-cap-wrapper .hero__caption {
  2715. padding-left: 7%;
  2716. }
  2717. }
  2718. @media only screen and (min-width: 1200px) and (max-width: 1360px) {
  2719. /* line 26, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2720. .slider-area .single-slider .slider-cap-wrapper .hero__caption {
  2721. padding-left: 3%;
  2722. }
  2723. }
  2724. @media only screen and (min-width: 1501px) and (max-width: 1600px) {
  2725. /* line 26, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2726. .slider-area .single-slider .slider-cap-wrapper .hero__caption {
  2727. padding-left: 10%;
  2728. }
  2729. }
  2730. @media only screen and (min-width: 1601px) and (max-width: 1800px) {
  2731. /* line 26, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2732. .slider-area .single-slider .slider-cap-wrapper .hero__caption {
  2733. padding-left: 12%;
  2734. }
  2735. }
  2736. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  2737. /* line 26, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2738. .slider-area .single-slider .slider-cap-wrapper .hero__caption {
  2739. padding-left: 3%;
  2740. }
  2741. }
  2742. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2743. /* line 26, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2744. .slider-area .single-slider .slider-cap-wrapper .hero__caption {
  2745. padding-left: 3%;
  2746. padding-right: 2%;
  2747. }
  2748. }
  2749. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2750. /* line 26, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2751. .slider-area .single-slider .slider-cap-wrapper .hero__caption {
  2752. width: 65%;
  2753. padding-left: 3%;
  2754. padding-bottom: 40px;
  2755. padding-right: 2%;
  2756. }
  2757. }
  2758. @media (max-width: 575px) {
  2759. /* line 26, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2760. .slider-area .single-slider .slider-cap-wrapper .hero__caption {
  2761. width: 100%;
  2762. padding-left: 3%;
  2763. padding-bottom: 90px;
  2764. padding-right: 2%;
  2765. }
  2766. }
  2767. /* line 65, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2768. .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
  2769. font-size: 70px;
  2770. font-weight: 700;
  2771. margin-bottom: 50px;
  2772. color: #000a2d;
  2773. line-height: 1.2;
  2774. display: block;
  2775. }
  2776. @media only screen and (min-width: 1200px) and (max-width: 1360px) {
  2777. /* line 65, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2778. .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
  2779. font-size: 56px;
  2780. }
  2781. }
  2782. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  2783. /* line 65, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2784. .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
  2785. font-size: 45px;
  2786. }
  2787. }
  2788. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2789. /* line 65, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2790. .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
  2791. font-size: 30px;
  2792. line-height: 1.6;
  2793. }
  2794. }
  2795. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2796. /* line 65, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2797. .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
  2798. font-size: 33px;
  2799. margin-bottom: 30px;
  2800. line-height: 1.6;
  2801. }
  2802. }
  2803. @media (max-width: 575px) {
  2804. /* line 65, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2805. .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
  2806. font-size: 25px;
  2807. margin-bottom: 25px;
  2808. line-height: 1.6;
  2809. }
  2810. }
  2811. /* line 93, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2812. .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
  2813. margin-bottom: 30px;
  2814. display: block;
  2815. color: #3589f1;
  2816. font-size: 18px;
  2817. font-weight: 500;
  2818. }
  2819. @media only screen and (min-width: 1200px) and (max-width: 1360px) {
  2820. /* line 93, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2821. .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
  2822. padding-right: 35px;
  2823. }
  2824. }
  2825. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  2826. /* line 93, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2827. .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
  2828. padding-right: 35px;
  2829. }
  2830. }
  2831. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2832. /* line 93, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2833. .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
  2834. padding-right: 21px;
  2835. margin-bottom: 13px;
  2836. }
  2837. }
  2838. @media (max-width: 575px) {
  2839. /* line 93, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2840. .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
  2841. font-size: 24px;
  2842. }
  2843. }
  2844. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2845. /* line 93, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2846. .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
  2847. padding-right: 100px;
  2848. margin-bottom: 24px;
  2849. font-size: 15px;
  2850. }
  2851. }
  2852. @media (max-width: 575px) {
  2853. /* line 93, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2854. .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
  2855. padding-right: 10px;
  2856. margin-bottom: 30px;
  2857. font-size: 14px;
  2858. line-height: 26px;
  2859. }
  2860. }
  2861. /* line 131, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2862. .hero-area2 {
  2863. background-image: url(../img/hero/hero2.jpg);
  2864. background-size: cover;
  2865. background-repeat: no-repeat;
  2866. min-height: 560px;
  2867. }
  2868. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2869. /* line 131, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2870. .hero-area2 {
  2871. min-height: 400px;
  2872. }
  2873. }
  2874. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2875. /* line 131, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2876. .hero-area2 {
  2877. min-height: 360px;
  2878. }
  2879. }
  2880. @media (max-width: 575px) {
  2881. /* line 131, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2882. .hero-area2 {
  2883. min-height: 360px;
  2884. }
  2885. }
  2886. /* line 146, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2887. .hero-area2 .hero-cap h2 {
  2888. color: #000a2d;
  2889. font-size: 55px;
  2890. font-weight: 700;
  2891. text-transform: capitalize;
  2892. }
  2893. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2894. /* line 146, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2895. .hero-area2 .hero-cap h2 {
  2896. font-size: 45px;
  2897. }
  2898. }
  2899. @media (max-width: 575px) {
  2900. /* line 146, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2901. .hero-area2 .hero-cap h2 {
  2902. font-size: 40px;
  2903. }
  2904. }
  2905. /* line 161, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2906. .slider-height {
  2907. background-repeat: no-repeat;
  2908. background-position: center center;
  2909. background-size: cover;
  2910. }
  2911. /* line 171, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2912. .hero-overly {
  2913. position: relative;
  2914. z-index: 1;
  2915. }
  2916. /* line 174, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2917. .hero-overly::before {
  2918. position: absolute;
  2919. content: "";
  2920. background-color: rgba(1, 10, 28, 0.3);
  2921. width: 100%;
  2922. height: 100%;
  2923. left: 0;
  2924. top: 0;
  2925. bottom: 0;
  2926. right: 0;
  2927. z-index: -1;
  2928. background-repeat: no-repeat;
  2929. }
  2930. /* line 192, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2931. .slider-active button.slick-arrow {
  2932. position: absolute;
  2933. right: 65px;
  2934. bottom: 20px;
  2935. background: none;
  2936. border: 0;
  2937. padding: 0;
  2938. z-index: 2;
  2939. opacity: 1;
  2940. visibility: visible;
  2941. height: 60px;
  2942. width: 60px;
  2943. cursor: pointer;
  2944. background: #fff;
  2945. }
  2946. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2947. /* line 192, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2948. .slider-active button.slick-arrow {
  2949. line-height: 40px;
  2950. height: 40px;
  2951. width: 40px;
  2952. right: 43px;
  2953. bottom: 10px;
  2954. }
  2955. }
  2956. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2957. /* line 192, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2958. .slider-active button.slick-arrow {
  2959. line-height: 40px;
  2960. height: 40px;
  2961. width: 40px;
  2962. right: 43px;
  2963. bottom: 10px;
  2964. }
  2965. }
  2966. @media (max-width: 575px) {
  2967. /* line 192, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2968. .slider-active button.slick-arrow {
  2969. line-height: 40px;
  2970. height: 40px;
  2971. width: 40px;
  2972. right: 43px;
  2973. }
  2974. }
  2975. /* line 227, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2976. .slider-active button.slick-arrow i {
  2977. font-size: 20px;
  2978. line-height: 60px;
  2979. color: #dcdcdc;
  2980. }
  2981. @media only screen and (min-width: 768px) and (max-width: 991px) {
  2982. /* line 227, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2983. .slider-active button.slick-arrow i {
  2984. line-height: 40px;
  2985. }
  2986. }
  2987. @media only screen and (min-width: 576px) and (max-width: 767px) {
  2988. /* line 227, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2989. .slider-active button.slick-arrow i {
  2990. line-height: 40px;
  2991. }
  2992. }
  2993. @media (max-width: 575px) {
  2994. /* line 227, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  2995. .slider-active button.slick-arrow i {
  2996. line-height: 40px;
  2997. }
  2998. }
  2999. /* line 243, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3000. .slider-active button.slick-next {
  3001. right: 0px;
  3002. background: #fff;
  3003. }
  3004. /* line 246, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3005. .slider-active button.slick-next i {
  3006. color: #000000;
  3007. }
  3008. /* line 257, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3009. .slider-footer {
  3010. margin-left: 16%;
  3011. }
  3012. @media only screen and (min-width: 1200px) and (max-width: 1360px) {
  3013. /* line 257, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3014. .slider-footer {
  3015. margin-left: 3%;
  3016. }
  3017. }
  3018. @media only screen and (min-width: 1361px) and (max-width: 1500px) {
  3019. /* line 257, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3020. .slider-footer {
  3021. margin-left: 7%;
  3022. }
  3023. }
  3024. @media only screen and (min-width: 1200px) and (max-width: 1360px) {
  3025. /* line 257, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3026. .slider-footer {
  3027. margin-left: 3%;
  3028. }
  3029. }
  3030. @media only screen and (min-width: 1501px) and (max-width: 1600px) {
  3031. /* line 257, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3032. .slider-footer {
  3033. margin-left: 10%;
  3034. }
  3035. }
  3036. @media only screen and (min-width: 1601px) and (max-width: 1800px) {
  3037. /* line 257, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3038. .slider-footer {
  3039. margin-left: 12%;
  3040. }
  3041. }
  3042. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3043. /* line 257, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3044. .slider-footer {
  3045. margin-left: 4%;
  3046. }
  3047. }
  3048. @media (max-width: 575px) {
  3049. /* line 257, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3050. .slider-footer {
  3051. margin-left: 4%;
  3052. }
  3053. }
  3054. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  3055. /* line 257, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3056. .slider-footer {
  3057. margin-left: 3%;
  3058. }
  3059. }
  3060. @media only screen and (min-width: 768px) and (max-width: 991px) {
  3061. /* line 257, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3062. .slider-footer {
  3063. margin-left: 3%;
  3064. }
  3065. }
  3066. /* line 286, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3067. .slider-footer .footer-wrapper {
  3068. display: flex;
  3069. justify-content: start;
  3070. align-items: center;
  3071. }
  3072. /* line 290, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3073. .slider-footer .footer-wrapper .single-caption {
  3074. display: flex;
  3075. align-items: center;
  3076. width: 33.33%;
  3077. padding: 0 10px;
  3078. }
  3079. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3080. /* line 290, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3081. .slider-footer .footer-wrapper .single-caption {
  3082. width: 50%;
  3083. }
  3084. }
  3085. @media (max-width: 575px) {
  3086. /* line 290, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3087. .slider-footer .footer-wrapper .single-caption {
  3088. display: none;
  3089. }
  3090. }
  3091. /* line 303, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3092. .slider-footer .footer-wrapper .single-caption .single-img img {
  3093. width: 100%;
  3094. }
  3095. /* line 308, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3096. .slider-footer .footer-wrapper .single-caption:last-child {
  3097. margin-right: 0px;
  3098. }
  3099. /* line 311, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3100. .slider-footer .footer-wrapper .single-caption:first-child {
  3101. padding-left: 0;
  3102. }
  3103. @media only screen and (min-width: 768px) and (max-width: 991px) {
  3104. /* line 316, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3105. .slider-footer .footer-wrapper .single-caption:nth-child(4) {
  3106. display: none;
  3107. }
  3108. }
  3109. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3110. /* line 316, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3111. .slider-footer .footer-wrapper .single-caption:nth-child(4) {
  3112. display: none;
  3113. }
  3114. }
  3115. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3116. /* line 324, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3117. .slider-footer .footer-wrapper .single-caption:nth-child(3) {
  3118. display: none;
  3119. }
  3120. }
  3121. /* line 330, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3122. .slider-footer .footer-wrapper .single-caption .caption-icon span {
  3123. color: #fff;
  3124. font-size: 55px;
  3125. margin-bottom: 0;
  3126. display: block;
  3127. }
  3128. /* line 338, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3129. .slider-footer .footer-wrapper .single-caption .caption {
  3130. padding-left: 20px;
  3131. }
  3132. /* line 340, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3133. .slider-footer .footer-wrapper .single-caption .caption p {
  3134. color: #fff;
  3135. font-size: 18px;
  3136. text-transform: uppercase;
  3137. margin-bottom: 0px;
  3138. display: block;
  3139. line-height: 1.7;
  3140. }
  3141. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  3142. /* line 340, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3143. .slider-footer .footer-wrapper .single-caption .caption p {
  3144. font-size: 15px;
  3145. }
  3146. }
  3147. @media only screen and (min-width: 768px) and (max-width: 991px) {
  3148. /* line 340, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3149. .slider-footer .footer-wrapper .single-caption .caption p {
  3150. font-size: 15px;
  3151. }
  3152. }
  3153. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3154. /* line 340, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3155. .slider-footer .footer-wrapper .single-caption .caption p {
  3156. font-size: 15px;
  3157. }
  3158. }
  3159. /* line 363, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_h1-hero.scss */
  3160. .section-bg {
  3161. background: #3589f1;
  3162. }
  3163. /* line 4, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3164. .about-low-area .about-caption p {
  3165. font-size: 16px;
  3166. color: #64676c;
  3167. line-height: 1.6;
  3168. margin-bottom: 35px;
  3169. padding-right: 50px;
  3170. }
  3171. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  3172. /* line 4, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3173. .about-low-area .about-caption p {
  3174. padding-right: 20px;
  3175. }
  3176. }
  3177. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3178. /* line 4, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3179. .about-low-area .about-caption p {
  3180. padding-right: 0px;
  3181. }
  3182. }
  3183. @media (max-width: 575px) {
  3184. /* line 4, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3185. .about-low-area .about-caption p {
  3186. padding-right: 0px;
  3187. }
  3188. }
  3189. /* line 22, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3190. .about-low-area .about-img {
  3191. position: relative;
  3192. }
  3193. /* line 24, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3194. .about-low-area .about-img .about-font-img {
  3195. position: absolute;
  3196. z-index: 1;
  3197. left: -9%;
  3198. top: 237px;
  3199. }
  3200. @media (max-width: 575px) {
  3201. /* line 29, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3202. .about-low-area .about-img .about-font-img img {
  3203. width: 100%;
  3204. }
  3205. }
  3206. /* line 36, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3207. .about-low-area .about-img .about-back-img {
  3208. position: absolute;
  3209. top: -47px;
  3210. right: 0;
  3211. z-index: 0;
  3212. }
  3213. @media (max-width: 575px) {
  3214. /* line 42, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3215. .about-low-area .about-img .about-back-img img {
  3216. width: 90%;
  3217. }
  3218. }
  3219. @media only screen and (min-width: 768px) and (max-width: 991px) {
  3220. /* line 36, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3221. .about-low-area .about-img .about-back-img {
  3222. position: unset;
  3223. }
  3224. }
  3225. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3226. /* line 36, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3227. .about-low-area .about-img .about-back-img {
  3228. position: unset;
  3229. }
  3230. }
  3231. @media (max-width: 575px) {
  3232. /* line 36, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3233. .about-low-area .about-img .about-back-img {
  3234. position: unset;
  3235. }
  3236. }
  3237. @media (max-width: 575px) {
  3238. /* line 60, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3239. .about-caption {
  3240. margin-bottom: 35px;
  3241. }
  3242. }
  3243. @media (max-width: 575px) {
  3244. /* line 67, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_about.scss */
  3245. .bg-height.pb-160 {
  3246. padding-bottom: 100px;
  3247. }
  3248. }
  3249. @media only screen and (min-width: 768px) and (max-width: 991px) {
  3250. /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3251. .services-area {
  3252. padding-top: 100px;
  3253. padding-bottom: 50px;
  3254. }
  3255. }
  3256. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3257. /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3258. .services-area {
  3259. padding-top: 70px;
  3260. padding-bottom: 20px;
  3261. }
  3262. }
  3263. @media (max-width: 575px) {
  3264. /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3265. .services-area {
  3266. padding-top: 70px;
  3267. padding-bottom: 20px;
  3268. }
  3269. }
  3270. /* line 15, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3271. .services-area .single-cat {
  3272. padding: 61px 22px;
  3273. -webkit-transition: all 0.4s ease-out 0s;
  3274. -moz-transition: all 0.4s ease-out 0s;
  3275. -ms-transition: all 0.4s ease-out 0s;
  3276. -o-transition: all 0.4s ease-out 0s;
  3277. transition: all 0.4s ease-out 0s;
  3278. position: relative;
  3279. z-index: 1;
  3280. background: #fff;
  3281. background: #fff;
  3282. }
  3283. /* line 21, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3284. .services-area .single-cat::after {
  3285. position: absolute;
  3286. content: "";
  3287. left: 0;
  3288. bottom: 0px;
  3289. background: #c7ddf9;
  3290. height: 3px;
  3291. width: 100%;
  3292. }
  3293. /* line 31, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3294. .services-area .single-cat::before {
  3295. position: absolute;
  3296. content: "";
  3297. left: 0;
  3298. bottom: 0px;
  3299. background: #3589f1;
  3300. height: 3px;
  3301. width: 0;
  3302. -webkit-transition: all 0.4s ease-out 0s;
  3303. -moz-transition: all 0.4s ease-out 0s;
  3304. -ms-transition: all 0.4s ease-out 0s;
  3305. -o-transition: all 0.4s ease-out 0s;
  3306. transition: all 0.4s ease-out 0s;
  3307. z-index: 2;
  3308. }
  3309. /* line 43, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3310. .services-area .single-cat .cat-icon span {
  3311. color: #3589f1;
  3312. font-size: 50px;
  3313. margin-bottom: 30px;
  3314. display: block;
  3315. }
  3316. /* line 52, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3317. .services-area .single-cat .cat-cap h5 > a {
  3318. font-size: 20px;
  3319. font-weight: 500;
  3320. margin-bottom: 21px;
  3321. display: block;
  3322. -webkit-transition: all 0.2s ease-out 0s;
  3323. -moz-transition: all 0.2s ease-out 0s;
  3324. -ms-transition: all 0.2s ease-out 0s;
  3325. -o-transition: all 0.2s ease-out 0s;
  3326. transition: all 0.2s ease-out 0s;
  3327. }
  3328. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  3329. /* line 52, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3330. .services-area .single-cat .cat-cap h5 > a {
  3331. font-size: 18px;
  3332. }
  3333. }
  3334. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3335. /* line 52, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3336. .services-area .single-cat .cat-cap h5 > a {
  3337. font-size: 19px;
  3338. }
  3339. }
  3340. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3341. /* line 52, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3342. .services-area .single-cat .cat-cap h5 > a {
  3343. font-size: 19px;
  3344. }
  3345. }
  3346. /* line 67, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3347. .services-area .single-cat .cat-cap h5 > a:Hover {
  3348. color: #3589f1;
  3349. }
  3350. /* line 72, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3351. .services-area .single-cat .cat-cap p {
  3352. margin-bottom: 36px;
  3353. color: #57667e;
  3354. font-size: 14px;
  3355. -webkit-transition: all 0.2s ease-out 0s;
  3356. -moz-transition: all 0.2s ease-out 0s;
  3357. -ms-transition: all 0.2s ease-out 0s;
  3358. -o-transition: all 0.2s ease-out 0s;
  3359. transition: all 0.2s ease-out 0s;
  3360. }
  3361. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3362. /* line 72, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3363. .services-area .single-cat .cat-cap p {
  3364. font-size: 15px;
  3365. }
  3366. }
  3367. /* line 85, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3368. .services-area .single-cat:hover::before {
  3369. width: 100%;
  3370. }
  3371. /* line 89, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services_section.scss */
  3372. .services-area .single-cat.single-cat2 {
  3373. background: #fcfeff;
  3374. }
  3375. /* line 2, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3376. .support-company-area .support-location-img {
  3377. position: relative;
  3378. }
  3379. /* line 4, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3380. .support-company-area .support-location-img::before {
  3381. position: absolute;
  3382. content: "";
  3383. height: 100%;
  3384. border-right: 30px solid #3589f1;
  3385. right: 0;
  3386. z-index: 0;
  3387. top: 0;
  3388. }
  3389. /* line 13, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3390. .support-company-area .support-location-img img {
  3391. width: 100%;
  3392. }
  3393. /* line 16, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3394. .support-company-area .support-location-img .support-img-cap {
  3395. position: absolute;
  3396. bottom: 113px;
  3397. right: -105px;
  3398. transform: rotate(-90deg);
  3399. }
  3400. @media (max-width: 575px) {
  3401. /* line 16, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3402. .support-company-area .support-location-img .support-img-cap {
  3403. bottom: 103px;
  3404. }
  3405. }
  3406. /* line 24, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3407. .support-company-area .support-location-img .support-img-cap span {
  3408. background: rgba(255, 255, 255, 0.8);
  3409. padding: 19px 55px;
  3410. font-size: 30px;
  3411. color: #000a2d;
  3412. text-transform: uppercase;
  3413. font-weight: 700;
  3414. }
  3415. @media (max-width: 575px) {
  3416. /* line 24, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3417. .support-company-area .support-location-img .support-img-cap span {
  3418. padding: 6px 40px;
  3419. font-size: 30px;
  3420. }
  3421. }
  3422. /* line 40, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3423. .support-company-area .right-caption {
  3424. position: relative;
  3425. right: -50px;
  3426. }
  3427. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  3428. /* line 40, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3429. .support-company-area .right-caption {
  3430. right: -25px;
  3431. }
  3432. }
  3433. @media only screen and (min-width: 768px) and (max-width: 991px) {
  3434. /* line 40, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3435. .support-company-area .right-caption {
  3436. right: 0px;
  3437. }
  3438. }
  3439. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3440. /* line 40, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3441. .support-company-area .right-caption {
  3442. right: 0px;
  3443. }
  3444. }
  3445. @media (max-width: 575px) {
  3446. /* line 40, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3447. .support-company-area .right-caption {
  3448. right: 0px;
  3449. }
  3450. }
  3451. /* line 56, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3452. .support-company-area .right-caption .support-caption p {
  3453. padding-right: 84px;
  3454. margin-bottom: 46px;
  3455. }
  3456. @media only screen and (min-width: 768px) and (max-width: 991px) {
  3457. /* line 56, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3458. .support-company-area .right-caption .support-caption p {
  3459. padding-right: 0px;
  3460. }
  3461. }
  3462. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3463. /* line 56, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3464. .support-company-area .right-caption .support-caption p {
  3465. padding-right: 0px;
  3466. }
  3467. }
  3468. @media (max-width: 575px) {
  3469. /* line 56, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3470. .support-company-area .right-caption .support-caption p {
  3471. padding-right: 0px;
  3472. }
  3473. }
  3474. /* check_box_style */
  3475. /* line 76, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3476. .select-suport-items {
  3477. margin-bottom: 60px;
  3478. }
  3479. /* line 78, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3480. .select-suport-items .single-items {
  3481. display: block;
  3482. position: relative;
  3483. padding-left: 35px;
  3484. margin-bottom: 18px;
  3485. cursor: pointer;
  3486. font-size: 22px;
  3487. -webkit-user-select: none;
  3488. -moz-user-select: none;
  3489. -ms-user-select: none;
  3490. user-select: none;
  3491. color: #666666;
  3492. font-size: 16px;
  3493. }
  3494. /* line 92, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3495. .select-suport-items .single-items input {
  3496. position: absolute;
  3497. opacity: 0;
  3498. cursor: pointer;
  3499. height: 0;
  3500. width: 0;
  3501. }
  3502. /* line 99, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3503. .select-suport-items .single-items .checkmark {
  3504. position: absolute;
  3505. top: 5px;
  3506. left: 0;
  3507. height: 19px;
  3508. width: 19px;
  3509. border: 2px solid #d0d0d0;
  3510. border-radius: 5px;
  3511. }
  3512. /* line 108, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3513. .select-suport-items .single-items:hover input ~ .checkmark {
  3514. background-color: #fff;
  3515. border: 2px solid #d0d0d0;
  3516. }
  3517. /* line 112, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3518. .select-suport-items .single-items input:checked ~ .checkmark {
  3519. background-color: #014b85;
  3520. border: 2px solid transparent;
  3521. }
  3522. /* line 116, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3523. .select-suport-items .single-items .checkmark:after {
  3524. content: "";
  3525. position: absolute;
  3526. display: none;
  3527. }
  3528. /* line 121, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3529. .select-suport-items .single-items input:checked ~ .checkmark:after {
  3530. display: block;
  3531. }
  3532. /* line 124, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_support-company.scss */
  3533. .select-suport-items .single-items .checkmark::after {
  3534. left: 4px;
  3535. top: 1px;
  3536. width: 7px;
  3537. height: 11px;
  3538. border: solid white;
  3539. border-width: 0 3px 3px 0;
  3540. -webkit-transform: rotate(45deg);
  3541. -ms-transform: rotate(45deg);
  3542. transform: rotate(45deg);
  3543. }
  3544. /*End check_box_style */
  3545. @media only screen and (min-width: 768px) and (max-width: 991px) {
  3546. /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3547. .application-area {
  3548. padding-top: 100px;
  3549. padding-bottom: 100px;
  3550. }
  3551. }
  3552. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3553. /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3554. .application-area {
  3555. padding-top: 70px;
  3556. padding-bottom: 70px;
  3557. }
  3558. }
  3559. @media (max-width: 575px) {
  3560. /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3561. .application-area {
  3562. padding-top: 70px;
  3563. padding-bottom: 70px;
  3564. }
  3565. }
  3566. /* line 17, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3567. .application-area form.search-box {
  3568. display: flex;
  3569. flex-wrap: wrap;
  3570. justify-content: space-between;
  3571. }
  3572. /* line 21, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3573. .application-area form.search-box .select-form {
  3574. width: 25%;
  3575. }
  3576. @media (max-width: 575px) {
  3577. /* line 21, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3578. .application-area form.search-box .select-form {
  3579. width: 100%;
  3580. }
  3581. }
  3582. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3583. /* line 21, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3584. .application-area form.search-box .select-form {
  3585. width: 50%;
  3586. }
  3587. }
  3588. /* line 29, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3589. .application-area form.search-box .select-form .nice-select {
  3590. width: 100%;
  3591. height: 60px;
  3592. background: #fff;
  3593. border-radius: 0px;
  3594. padding: 11px 19px 11px 17px;
  3595. color: #616875;
  3596. line-height: 42px;
  3597. border: 0;
  3598. position: relative;
  3599. }
  3600. @media (max-width: 575px) {
  3601. /* line 29, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3602. .application-area form.search-box .select-form .nice-select {
  3603. margin-bottom: 20px;
  3604. padding-left: 25px;
  3605. }
  3606. }
  3607. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3608. /* line 29, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3609. .application-area form.search-box .select-form .nice-select {
  3610. margin-bottom: 20px;
  3611. padding-left: 25px;
  3612. }
  3613. }
  3614. /* line 47, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3615. .application-area form.search-box .select-form .nice-select .list {
  3616. width: 100%;
  3617. }
  3618. /* line 50, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3619. .application-area form.search-box .select-form .nice-select.open .list {
  3620. width: 100%;
  3621. border-radius: 0;
  3622. border: 0;
  3623. }
  3624. /* line 55, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3625. .application-area form.search-box .select-form .nice-select::after {
  3626. border-bottom: 2px solid #a9b6cd;
  3627. border-right: 2px solid #a9b6cd;
  3628. height: 10px;
  3629. width: 10px;
  3630. margin-top: -7px;
  3631. right: 29px;
  3632. }
  3633. /* line 63, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3634. .application-area form.search-box .select-form .nice-select::before {
  3635. position: absolute;
  3636. content: '';
  3637. width: 1px;
  3638. height: 60px;
  3639. background: #e0e4f8;
  3640. right: 0px;
  3641. top: 50%;
  3642. z-index: 1;
  3643. transform: translateY(-50%);
  3644. }
  3645. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3646. /* line 63, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3647. .application-area form.search-box .select-form .nice-select::before {
  3648. top: 38%;
  3649. }
  3650. }
  3651. @media (max-width: 575px) {
  3652. /* line 63, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3653. .application-area form.search-box .select-form .nice-select::before {
  3654. display: none;
  3655. }
  3656. }
  3657. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3658. /* line 63, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3659. .application-area form.search-box .select-form .nice-select::before {
  3660. background: unset;
  3661. }
  3662. }
  3663. /* line 86, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3664. .application-area form.search-box .input-form {
  3665. width: 25%;
  3666. position: relative;
  3667. overflow: hidden;
  3668. }
  3669. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3670. /* line 86, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3671. .application-area form.search-box .input-form {
  3672. width: 50%;
  3673. }
  3674. }
  3675. @media (max-width: 575px) {
  3676. /* line 86, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3677. .application-area form.search-box .input-form {
  3678. width: 100%;
  3679. }
  3680. }
  3681. /* line 96, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3682. .application-area form.search-box .input-form input {
  3683. height: 60px;
  3684. width: 100%;
  3685. color: #777777;
  3686. font-size: 18px;
  3687. font-weight: 400;
  3688. padding: 9px 5px 9px 22px;
  3689. border: none;
  3690. position: relative;
  3691. }
  3692. @media (max-width: 575px) {
  3693. /* line 96, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3694. .application-area form.search-box .input-form input {
  3695. margin-bottom: 20px;
  3696. }
  3697. }
  3698. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3699. /* line 96, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3700. .application-area form.search-box .input-form input {
  3701. padding: 9px 5px 9px 22px;
  3702. margin-bottom: 20px;
  3703. }
  3704. }
  3705. /* line 112, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3706. .application-area form.search-box .input-form input::placeholder {
  3707. color: #616875;
  3708. }
  3709. @media (max-width: 575px) {
  3710. /* line 112, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3711. .application-area form.search-box .input-form input::placeholder {
  3712. font-size: 13px;
  3713. }
  3714. }
  3715. /* line 121, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3716. .application-area form.search-box .search-form {
  3717. width: 25%;
  3718. overflow: hidden;
  3719. }
  3720. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3721. /* line 121, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3722. .application-area form.search-box .search-form {
  3723. width: 50%;
  3724. }
  3725. }
  3726. @media (max-width: 575px) {
  3727. /* line 121, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3728. .application-area form.search-box .search-form {
  3729. width: 100%;
  3730. }
  3731. }
  3732. /* line 131, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_application.scss */
  3733. .application-area form.search-box .search-form a {
  3734. border: 5px solid #fff;
  3735. width: 100%;
  3736. height: 60px;
  3737. background: #3589f1;
  3738. line-height: 1;
  3739. text-align: center;
  3740. color: #fff;
  3741. display: block;
  3742. padding: 15px;
  3743. border-radius: 0px;
  3744. text-transform: uppercase;
  3745. line-height: 22px;
  3746. font-size: 14px;
  3747. }
  3748. /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3749. .team-area .single-team .team-img {
  3750. overflow: hidden;
  3751. margin-bottom: 19px;
  3752. position: relative;
  3753. }
  3754. /* line 7, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3755. .team-area .single-team .team-img img {
  3756. width: 100%;
  3757. transform: scale(1);
  3758. transition: all 0.6s ease-out 0s;
  3759. }
  3760. /* line 14, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3761. .team-area .single-team .team-caption h3 {
  3762. margin-bottom: 3px;
  3763. }
  3764. /* line 16, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3765. .team-area .single-team .team-caption h3 a {
  3766. color: #33384e;
  3767. font-weight: 700;
  3768. font-size: 25px;
  3769. }
  3770. /* line 20, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3771. .team-area .single-team .team-caption h3 a:hover {
  3772. color: #3589f1;
  3773. }
  3774. /* line 25, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3775. .team-area .single-team .team-caption p {
  3776. color: #57667e;
  3777. }
  3778. /* line 33, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3779. .team-area .single-team:hover .team-img img {
  3780. transform: scale(1.1);
  3781. }
  3782. /* line 39, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3783. .team-area .single-team:hover .team-img .team-social a {
  3784. transform: translateY(0px);
  3785. opacity: 1;
  3786. visibility: visible;
  3787. }
  3788. /* line 50, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3789. .team-social {
  3790. position: absolute;
  3791. bottom: 22px;
  3792. left: 0;
  3793. right: 0;
  3794. text-align: center;
  3795. }
  3796. /* line 56, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3797. .team-social li {
  3798. display: inline-block;
  3799. }
  3800. /* line 58, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3801. .team-social li a {
  3802. color: #8ba4b1;
  3803. width: 40px;
  3804. height: 40px;
  3805. border-radius: 50%;
  3806. font-size: 14px;
  3807. line-height: 40px;
  3808. text-align: center;
  3809. margin-left: 8px;
  3810. display: inline-block;
  3811. background: #fff;
  3812. -webkit-transform: 0.4s;
  3813. -ms-transform: 0.4s;
  3814. transform: 0.4s;
  3815. transform: translateY(60px);
  3816. opacity: 0;
  3817. visibility: hidden;
  3818. }
  3819. /* line 70, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3820. .team-social li a i {
  3821. display: inline-block;
  3822. }
  3823. /* line 80, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3824. .team-social li:nth-child(1) a {
  3825. transition-delay: 0.0s;
  3826. }
  3827. /* line 83, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3828. .team-social li:nth-child(2) a {
  3829. transition-delay: 0.1s;
  3830. }
  3831. /* line 86, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_team.scss */
  3832. .team-social li:nth-child(3) a {
  3833. transition-delay: 0.3s;
  3834. }
  3835. /* line 4, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3836. .testimonial-area .testimonial-caption .testimonial-top-cap img {
  3837. margin-bottom: 50px;
  3838. width: auto;
  3839. display: inline-block;
  3840. }
  3841. @media only screen and (min-width: 768px) and (max-width: 991px) {
  3842. /* line 4, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3843. .testimonial-area .testimonial-caption .testimonial-top-cap img {
  3844. margin-bottom: 30px;
  3845. }
  3846. }
  3847. @media (max-width: 575px) {
  3848. /* line 4, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3849. .testimonial-area .testimonial-caption .testimonial-top-cap img {
  3850. margin-bottom: 30px;
  3851. }
  3852. }
  3853. /* line 15, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3854. .testimonial-area .testimonial-caption .testimonial-top-cap p {
  3855. color: #fff;
  3856. font-weight: 400;
  3857. line-height: 1.5;
  3858. padding: 0 3px;
  3859. margin-bottom: 50px;
  3860. font-size: 30px;
  3861. }
  3862. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  3863. /* line 15, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3864. .testimonial-area .testimonial-caption .testimonial-top-cap p {
  3865. font-size: 20px;
  3866. }
  3867. }
  3868. @media only screen and (min-width: 768px) and (max-width: 991px) {
  3869. /* line 15, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3870. .testimonial-area .testimonial-caption .testimonial-top-cap p {
  3871. font-size: 20px;
  3872. }
  3873. }
  3874. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3875. /* line 15, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3876. .testimonial-area .testimonial-caption .testimonial-top-cap p {
  3877. font-size: 23px;
  3878. }
  3879. }
  3880. @media (max-width: 575px) {
  3881. /* line 15, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3882. .testimonial-area .testimonial-caption .testimonial-top-cap p {
  3883. font-size: 18px;
  3884. }
  3885. }
  3886. @media only screen and (min-width: 768px) and (max-width: 991px) {
  3887. /* line 15, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3888. .testimonial-area .testimonial-caption .testimonial-top-cap p {
  3889. margin-bottom: 30px;
  3890. }
  3891. }
  3892. @media (max-width: 575px) {
  3893. /* line 15, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3894. .testimonial-area .testimonial-caption .testimonial-top-cap p {
  3895. margin-bottom: 30px;
  3896. }
  3897. }
  3898. /* line 47, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3899. .testimonial-area .testimonial-caption .testimonial-founder .founder-text {
  3900. margin-left: 20px;
  3901. }
  3902. /* line 49, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3903. .testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
  3904. color: #fff;
  3905. }
  3906. /* line 52, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3907. .testimonial-area .testimonial-caption .testimonial-founder .founder-text p {
  3908. color: #fff;
  3909. font-weight: 500;
  3910. line-height: 1.5;
  3911. }
  3912. /* Homepage1 Testimonial */
  3913. /* line 66, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3914. .h1-testimonial-active button.slick-arrow {
  3915. position: absolute;
  3916. top: 50%;
  3917. left: -133px;
  3918. -webkit-transform: translateY(-50%);
  3919. -ms-transform: translateY(-50%);
  3920. transform: translateY(-50%);
  3921. border: 0;
  3922. padding: 0;
  3923. z-index: 2;
  3924. height: 45px;
  3925. width: 45px;
  3926. line-height: 15px;
  3927. border-radius: 50%;
  3928. cursor: pointer;
  3929. font-size: 20px;
  3930. -webkit-transition: all 0.3s ease-out 0s;
  3931. -moz-transition: all 0.3s ease-out 0s;
  3932. -ms-transition: all 0.3s ease-out 0s;
  3933. -o-transition: all 0.3s ease-out 0s;
  3934. transition: all 0.3s ease-out 0s;
  3935. color: #fff;
  3936. opacity: 0;
  3937. visibility: hidden;
  3938. background: #3589f1;
  3939. }
  3940. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3941. /* line 66, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3942. .h1-testimonial-active button.slick-arrow {
  3943. left: -45px;
  3944. }
  3945. }
  3946. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3947. /* line 66, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3948. .h1-testimonial-active button.slick-arrow {
  3949. left: -45px;
  3950. }
  3951. }
  3952. /* line 97, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3953. .h1-testimonial-active button.slick-next {
  3954. left: auto;
  3955. right: -133px;
  3956. }
  3957. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3958. /* line 97, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3959. .h1-testimonial-active button.slick-next {
  3960. right: -45px;
  3961. }
  3962. }
  3963. /* line 104, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3964. .h1-testimonial-active:hover button.slick-prev {
  3965. left: -120px;
  3966. }
  3967. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3968. /* line 104, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3969. .h1-testimonial-active:hover button.slick-prev {
  3970. left: -35px;
  3971. }
  3972. }
  3973. /* line 110, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3974. .h1-testimonial-active:hover button.slick-next {
  3975. right: -120px;
  3976. }
  3977. @media only screen and (min-width: 576px) and (max-width: 767px) {
  3978. /* line 110, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3979. .h1-testimonial-active:hover button.slick-next {
  3980. right: -37px;
  3981. }
  3982. }
  3983. /* line 116, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3984. .h1-testimonial-active:hover button {
  3985. opacity: 1;
  3986. visibility: visible;
  3987. }
  3988. /* line 122, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3989. .t-bg {
  3990. background: #021a47;
  3991. }
  3992. /* line 125, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_testimonial.scss */
  3993. .slick-initialized .slick-slide {
  3994. outline: 0;
  3995. }
  3996. /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  3997. .footer-area {
  3998. background-image: url(../img/gallery/footer_bg.jpg);
  3999. background-size: cover;
  4000. background-repeat: no-repeat;
  4001. }
  4002. /* line 5, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4003. .footer-area .footer-logo {
  4004. margin-bottom: 40px;
  4005. }
  4006. /* line 9, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4007. .footer-area .footer-pera p {
  4008. color: #8ba4b1;
  4009. padding-right: 12px;
  4010. font-size: 16px;
  4011. margin-bottom: 50px;
  4012. line-height: 1.8;
  4013. }
  4014. @media only screen and (min-width: 1200px) and (max-width: 1600px) {
  4015. /* line 9, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4016. .footer-area .footer-pera p {
  4017. padding-right: 8px;
  4018. }
  4019. }
  4020. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  4021. /* line 9, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4022. .footer-area .footer-pera p {
  4023. padding-right: 0px;
  4024. }
  4025. }
  4026. @media only screen and (min-width: 768px) and (max-width: 991px) {
  4027. /* line 9, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4028. .footer-area .footer-pera p {
  4029. padding-right: 0px;
  4030. }
  4031. }
  4032. @media only screen and (min-width: 576px) and (max-width: 767px) {
  4033. /* line 9, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4034. .footer-area .footer-pera p {
  4035. padding-right: 0px;
  4036. }
  4037. }
  4038. @media (max-width: 575px) {
  4039. /* line 9, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4040. .footer-area .footer-pera p {
  4041. padding-right: 0px;
  4042. }
  4043. }
  4044. /* line 32, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4045. .footer-area .footer-pera.footer-pera2 p {
  4046. padding: 0;
  4047. }
  4048. /* line 37, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4049. .footer-area .footer-tittle h4 {
  4050. color: #fff;
  4051. font-size: 20px;
  4052. margin-bottom: 29px;
  4053. font-weight: 500;
  4054. text-transform: capitalize;
  4055. font-family: "Rubik", sans-serif;
  4056. }
  4057. /* line 44, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4058. .footer-area .footer-tittle h4 span {
  4059. color: #fff;
  4060. }
  4061. /* line 49, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4062. .footer-area .footer-tittle ul li {
  4063. color: #8ba4b1;
  4064. margin-bottom: 15px;
  4065. }
  4066. /* line 52, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4067. .footer-area .footer-tittle ul li a {
  4068. color: #8ba4b1;
  4069. font-weight: 300;
  4070. }
  4071. /* line 55, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4072. .footer-area .footer-tittle ul li a:hover {
  4073. color: #3589f1;
  4074. padding-left: 5px;
  4075. }
  4076. /* line 60, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4077. .footer-area .footer-tittle ul li.app-log {
  4078. margin-bottom: 30px;
  4079. display: block;
  4080. }
  4081. /* line 66, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4082. .footer-area .footer-tittle P {
  4083. color: #8ba4b1;
  4084. }
  4085. @media only screen and (min-width: 768px) and (max-width: 991px) {
  4086. /* line 71, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4087. .footer-area .footer-social {
  4088. float: left;
  4089. padding-top: 10px;
  4090. }
  4091. }
  4092. @media only screen and (min-width: 576px) and (max-width: 767px) {
  4093. /* line 71, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4094. .footer-area .footer-social {
  4095. float: left;
  4096. padding-top: 10px;
  4097. }
  4098. }
  4099. @media (max-width: 575px) {
  4100. /* line 71, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4101. .footer-area .footer-social {
  4102. float: left;
  4103. padding-top: 10px;
  4104. }
  4105. }
  4106. /* line 84, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4107. .footer-area .footer-social a {
  4108. color: #8ba4b1;
  4109. font-size: 14px;
  4110. text-align: center;
  4111. margin-left: 16px;
  4112. }
  4113. /* line 89, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4114. .footer-area .footer-social a:hover {
  4115. color: #fff;
  4116. }
  4117. /* line 95, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4118. .footer-area .footer-bottom {
  4119. padding-bottom: 50px;
  4120. padding-top: 20px;
  4121. }
  4122. /* line 101, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4123. .footer-area .footer-bottom .footer-copy-right p {
  4124. color: #8ba4b1;
  4125. font-weight: 300;
  4126. font-size: 16px;
  4127. line-height: 2;
  4128. margin-bottom: 12px;
  4129. }
  4130. /* line 107, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4131. .footer-area .footer-bottom .footer-copy-right p i {
  4132. color: #3589f1;
  4133. }
  4134. /* line 110, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_footer.scss */
  4135. .footer-area .footer-bottom .footer-copy-right p a {
  4136. color: #3589f1;
  4137. }
  4138. /* line 2, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services.scss */
  4139. .hero-caption span {
  4140. color: #fff;
  4141. font-size: 16px;
  4142. display: block;
  4143. margin-bottom: 24px;
  4144. font-weight: 600;
  4145. padding-left: 95px;
  4146. position: relative;
  4147. }
  4148. /* line 10, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services.scss */
  4149. .hero-caption span::before {
  4150. position: absolute;
  4151. content: "";
  4152. width: 75px;
  4153. height: 3px;
  4154. background: #3589f1;
  4155. left: 0;
  4156. top: 52%;
  4157. transform: translateY(-50%);
  4158. }
  4159. /* line 21, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_services.scss */
  4160. .hero-caption h2 {
  4161. color: #fff;
  4162. font-size: 50px;
  4163. font-weight: 700;
  4164. }
  4165. @media only screen and (min-width: 768px) and (max-width: 991px) {
  4166. /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4167. .apply-area {
  4168. padding-top: 100px;
  4169. padding-bottom: 100px;
  4170. }
  4171. }
  4172. @media only screen and (min-width: 576px) and (max-width: 767px) {
  4173. /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4174. .apply-area {
  4175. padding-top: 70px;
  4176. padding-bottom: 70px;
  4177. }
  4178. }
  4179. @media (max-width: 575px) {
  4180. /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4181. .apply-area {
  4182. padding-top: 70px;
  4183. padding-bottom: 70px;
  4184. }
  4185. }
  4186. /* line 16, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4187. .apply-area .apply-wrapper .single-form label {
  4188. display: block;
  4189. font-size: 14px;
  4190. margin-bottom: 11px;
  4191. color: #3f4451;
  4192. text-transform: uppercase;
  4193. font-weight: 500;
  4194. }
  4195. /* line 24, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4196. .apply-area .apply-wrapper .single-form input {
  4197. border: 1px solid #f3f3f3;
  4198. border-radius: 6px;
  4199. width: 100%;
  4200. height: 60px;
  4201. margin-bottom: 25px;
  4202. padding: 0 25px;
  4203. box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  4204. }
  4205. /* line 33, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4206. .apply-area .apply-wrapper .single-form .nice-select {
  4207. width: 100%;
  4208. height: 60px;
  4209. background: #fff;
  4210. border-radius: 6px;
  4211. padding: 11px 19px 11px 10px;
  4212. color: #616875;
  4213. line-height: 42px;
  4214. border: 1px solid #f3f3f3;
  4215. margin-bottom: 25px;
  4216. box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  4217. }
  4218. @media (max-width: 575px) {
  4219. /* line 33, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4220. .apply-area .apply-wrapper .single-form .nice-select {
  4221. margin-bottom: 20px;
  4222. padding-left: 25px;
  4223. }
  4224. }
  4225. @media only screen and (min-width: 576px) and (max-width: 767px) {
  4226. /* line 33, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4227. .apply-area .apply-wrapper .single-form .nice-select {
  4228. margin-bottom: 20px;
  4229. padding-left: 25px;
  4230. }
  4231. }
  4232. /* line 52, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4233. .apply-area .apply-wrapper .single-form .nice-select .list {
  4234. width: 100%;
  4235. }
  4236. /* line 55, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4237. .apply-area .apply-wrapper .single-form .nice-select.open .list {
  4238. width: 100%;
  4239. border-radius: 0;
  4240. border: 0;
  4241. }
  4242. /* line 60, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4243. .apply-area .apply-wrapper .single-form .nice-select::after {
  4244. border-bottom: 1px solid #a9b6cd;
  4245. border-right: 1px solid #a9b6cd;
  4246. height: 12px;
  4247. width: 12px;
  4248. margin-top: -7px;
  4249. right: 29px;
  4250. }
  4251. /* line 72, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4252. .apply-area .apply-wrapper .single-form .select-radio6 .radio {
  4253. margin-left: 20px;
  4254. display: inline-block;
  4255. }
  4256. /* line 75, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4257. .apply-area .apply-wrapper .single-form .select-radio6 .radio label {
  4258. cursor: pointer;
  4259. }
  4260. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  4261. /* line 75, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4262. .apply-area .apply-wrapper .single-form .select-radio6 .radio label {
  4263. font-size: 15px;
  4264. }
  4265. }
  4266. /* line 82, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4267. .apply-area .apply-wrapper .single-form .select-radio6 .radio input[type="radio"] {
  4268. position: absolute;
  4269. opacity: 0;
  4270. cursor: pointer;
  4271. }
  4272. /* line 87, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4273. .apply-area .apply-wrapper .single-form .select-radio6 .radio input[type="radio"] + .radio-label:before {
  4274. content: '';
  4275. background: #f4f4f4;
  4276. border-radius: 100%;
  4277. border: 1px solid #b4b4b4;
  4278. display: inline-block;
  4279. width: 1.4em;
  4280. height: 1.4em;
  4281. position: relative;
  4282. top: -0.2em;
  4283. margin-right: 1em;
  4284. vertical-align: top;
  4285. cursor: pointer;
  4286. text-align: center;
  4287. transition: all 250ms ease;
  4288. }
  4289. /* line 106, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4290. .apply-area .apply-wrapper .single-form .select-radio6 .radio input[type="radio"]:checked + .radio-label:before {
  4291. background-color: #ff872d;
  4292. box-shadow: inset 0 0 0 4px #f4f4f4;
  4293. }
  4294. /* line 114, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4295. .apply-area .apply-wrapper .single-form .select-radio6 .radio input[type="radio"]:focus + .radio-label:before {
  4296. outline: none;
  4297. border-color: #ff872d;
  4298. }
  4299. /* line 122, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4300. .apply-area .apply-wrapper .single-form .select-radio6 .radio input[type="radio"]:disabled + .radio-label:before {
  4301. box-shadow: inset 0 0 0 4px #f4f4f4;
  4302. border-color: #b4b4b4;
  4303. background: #b4b4b4;
  4304. }
  4305. /* line 131, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_apply.scss */
  4306. .apply-area .apply-wrapper .single-form .select-radio6 .radio input[type="radio"] + .radio-label:empty:before {
  4307. margin-right: 0;
  4308. }
  4309. @media only screen and (min-width: 768px) and (max-width: 991px) {
  4310. /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4311. .home-blog-area {
  4312. padding-bottom: 70px;
  4313. }
  4314. }
  4315. @media only screen and (min-width: 576px) and (max-width: 767px) {
  4316. /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4317. .home-blog-area {
  4318. padding-bottom: 0px;
  4319. }
  4320. }
  4321. @media (max-width: 575px) {
  4322. /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4323. .home-blog-area {
  4324. padding-bottom: 0px;
  4325. }
  4326. }
  4327. /* line 14, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4328. .home-blog-area .single-blogs .blog-images {
  4329. overflow: hidden;
  4330. border-radius: 6px;
  4331. }
  4332. /* line 17, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4333. .home-blog-area .single-blogs .blog-images img {
  4334. width: 100%;
  4335. transform: scale(1);
  4336. -webkit-transition: all 0.7s ease-out 0s;
  4337. -moz-transition: all 0.7s ease-out 0s;
  4338. -ms-transition: all 0.7s ease-out 0s;
  4339. -o-transition: all 0.7s ease-out 0s;
  4340. transition: all 0.7s ease-out 0s;
  4341. }
  4342. /* line 23, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4343. .home-blog-area .single-blogs .blog-captions {
  4344. padding: 25px 75px 0px 20px;
  4345. }
  4346. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  4347. /* line 23, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4348. .home-blog-area .single-blogs .blog-captions {
  4349. padding: 25px 11px 0px 20px;
  4350. }
  4351. }
  4352. @media only screen and (min-width: 768px) and (max-width: 991px) {
  4353. /* line 23, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4354. .home-blog-area .single-blogs .blog-captions {
  4355. padding: 36px 0px 7px 0px;
  4356. }
  4357. }
  4358. @media only screen and (min-width: 576px) and (max-width: 767px) {
  4359. /* line 23, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4360. .home-blog-area .single-blogs .blog-captions {
  4361. padding: 36px 0px 7px 0px;
  4362. }
  4363. }
  4364. @media (max-width: 575px) {
  4365. /* line 23, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4366. .home-blog-area .single-blogs .blog-captions {
  4367. padding: 36px 0px 7px 0px;
  4368. }
  4369. }
  4370. /* line 37, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4371. .home-blog-area .single-blogs .blog-captions p {
  4372. margin-bottom: 16px;
  4373. color: #57667e;
  4374. }
  4375. /* line 41, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4376. .home-blog-area .single-blogs .blog-captions h2 {
  4377. font-family: "Rubik", sans-serif;
  4378. font-weight: 500;
  4379. font-size: 25px;
  4380. line-height: 1.5;
  4381. }
  4382. /* line 46, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4383. .home-blog-area .single-blogs .blog-captions h2 a {
  4384. color: #282828;
  4385. padding-right: 56px;
  4386. margin-bottom: 17px;
  4387. text-decoration: none;
  4388. display: block;
  4389. }
  4390. /* line 52, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4391. .home-blog-area .single-blogs .blog-captions h2 a:hover {
  4392. color: #3589f1;
  4393. }
  4394. @media only screen and (min-width: 992px) and (max-width: 1199px) {
  4395. /* line 46, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4396. .home-blog-area .single-blogs .blog-captions h2 a {
  4397. padding-right: 0px;
  4398. }
  4399. }
  4400. @media only screen and (min-width: 768px) and (max-width: 991px) {
  4401. /* line 46, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4402. .home-blog-area .single-blogs .blog-captions h2 a {
  4403. padding-right: 0px;
  4404. font-size: 20px;
  4405. }
  4406. }
  4407. @media (max-width: 575px) {
  4408. /* line 46, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4409. .home-blog-area .single-blogs .blog-captions h2 a {
  4410. padding-right: 0px;
  4411. font-size: 20px;
  4412. }
  4413. }
  4414. @media only screen and (min-width: 576px) and (max-width: 767px) {
  4415. /* line 46, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4416. .home-blog-area .single-blogs .blog-captions h2 a {
  4417. padding-right: 0px;
  4418. font-size: 20px;
  4419. }
  4420. }
  4421. /* line 72, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4422. .home-blog-area .single-blogs .blog-captions span {
  4423. color: #3589f1;
  4424. font-size: 16px;
  4425. font-weight: 400;
  4426. margin-bottom: 27px;
  4427. display: block;
  4428. text-transform: uppercase;
  4429. }
  4430. /* line 84, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4431. .single-blogs .blog-captions a:hover::before {
  4432. background: #3589f1;
  4433. }
  4434. /* line 89, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4435. .single-blogs:hover .blog-images img {
  4436. transform: scale(1.1);
  4437. }
  4438. /* Start Blog Area css
  4439. ============================================================================================ */
  4440. /* line 102, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4441. .latest-blog-area .area-heading {
  4442. margin-bottom: 70px;
  4443. }
  4444. /* line 107, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4445. .blog_area a {
  4446. color: "Rufina", serif !important;
  4447. text-decoration: none;
  4448. transition: .4s;
  4449. }
  4450. /* line 111, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4451. .blog_area a:hover, .blog_area a :hover {
  4452. background: -webkit-linear-gradient(131deg, #3589f1 0%, #3589f1 99%);
  4453. -webkit-background-clip: text;
  4454. -webkit-text-fill-color: transparent;
  4455. text-decoration: none;
  4456. transition: .4s;
  4457. }
  4458. /* line 121, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4459. .single-blog {
  4460. overflow: hidden;
  4461. margin-bottom: 30px;
  4462. }
  4463. /* line 125, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4464. .single-blog:hover {
  4465. box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
  4466. }
  4467. /* line 129, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4468. .single-blog .thumb {
  4469. overflow: hidden;
  4470. position: relative;
  4471. }
  4472. /* line 133, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4473. .single-blog .thumb:after {
  4474. content: '';
  4475. position: absolute;
  4476. left: 0;
  4477. top: 0;
  4478. width: 100%;
  4479. height: 100%;
  4480. background: #000;
  4481. opacity: 0;
  4482. -webkit-transition: all 0.3s ease-out 0s;
  4483. -moz-transition: all 0.3s ease-out 0s;
  4484. -ms-transition: all 0.3s ease-out 0s;
  4485. -o-transition: all 0.3s ease-out 0s;
  4486. transition: all 0.3s ease-out 0s;
  4487. }
  4488. /* line 146, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4489. .single-blog h4 {
  4490. border-bottom: 1px solid #dfdfdf;
  4491. padding-bottom: 34px;
  4492. margin-bottom: 25px;
  4493. }
  4494. /* line 153, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4495. .single-blog a {
  4496. font-size: 20px;
  4497. font-weight: 600;
  4498. }
  4499. /* line 163, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4500. .single-blog .date {
  4501. color: #666666;
  4502. text-align: left;
  4503. display: inline-block;
  4504. font-size: 13px;
  4505. font-weight: 300;
  4506. }
  4507. /* line 171, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4508. .single-blog .tag {
  4509. text-align: left;
  4510. display: inline-block;
  4511. float: left;
  4512. font-size: 13px;
  4513. font-weight: 300;
  4514. margin-right: 22px;
  4515. position: relative;
  4516. }
  4517. /* line 181, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4518. .single-blog .tag:after {
  4519. content: '';
  4520. position: absolute;
  4521. width: 1px;
  4522. height: 10px;
  4523. background: #acacac;
  4524. right: -12px;
  4525. top: 7px;
  4526. }
  4527. @media (max-width: 1199px) {
  4528. /* line 171, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4529. .single-blog .tag {
  4530. margin-right: 8px;
  4531. }
  4532. /* line 195, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4533. .single-blog .tag:after {
  4534. display: none;
  4535. }
  4536. }
  4537. /* line 201, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4538. .single-blog .likes {
  4539. margin-right: 16px;
  4540. }
  4541. @media (max-width: 800px) {
  4542. /* line 121, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4543. .single-blog {
  4544. margin-bottom: 30px;
  4545. }
  4546. }
  4547. /* line 209, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4548. .single-blog .single-blog-content {
  4549. padding: 30px;
  4550. }
  4551. /* line 213, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4552. .single-blog .single-blog-content .meta-bottom p {
  4553. font-size: 13px;
  4554. font-weight: 300;
  4555. }
  4556. /* line 218, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4557. .single-blog .single-blog-content .meta-bottom i {
  4558. color: #fdcb9e;
  4559. font-size: 13px;
  4560. margin-right: 7px;
  4561. }
  4562. @media (max-width: 1199px) {
  4563. /* line 209, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4564. .single-blog .single-blog-content {
  4565. padding: 15px;
  4566. }
  4567. }
  4568. /* line 232, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4569. .single-blog:hover .thumb:after {
  4570. opacity: .7;
  4571. -webkit-transition: all 0.3s ease-out 0s;
  4572. -moz-transition: all 0.3s ease-out 0s;
  4573. -ms-transition: all 0.3s ease-out 0s;
  4574. -o-transition: all 0.3s ease-out 0s;
  4575. transition: all 0.3s ease-out 0s;
  4576. }
  4577. @media (max-width: 1199px) {
  4578. /* line 240, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4579. .single-blog h4 {
  4580. transition: all 300ms linear 0s;
  4581. border-bottom: 1px solid #dfdfdf;
  4582. padding-bottom: 14px;
  4583. margin-bottom: 12px;
  4584. }
  4585. /* line 246, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4586. .single-blog h4 a {
  4587. font-size: 18px;
  4588. }
  4589. }
  4590. /* line 254, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4591. .full_image.single-blog {
  4592. position: relative;
  4593. }
  4594. /* line 257, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4595. .full_image.single-blog .single-blog-content {
  4596. position: absolute;
  4597. left: 35px;
  4598. bottom: 0;
  4599. opacity: 0;
  4600. visibility: hidden;
  4601. -webkit-transition: all 0.3s ease-out 0s;
  4602. -moz-transition: all 0.3s ease-out 0s;
  4603. -ms-transition: all 0.3s ease-out 0s;
  4604. -o-transition: all 0.3s ease-out 0s;
  4605. transition: all 0.3s ease-out 0s;
  4606. }
  4607. @media (min-width: 992px) {
  4608. /* line 257, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4609. .full_image.single-blog .single-blog-content {
  4610. bottom: 100px;
  4611. }
  4612. }
  4613. /* line 276, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4614. .full_image.single-blog h4 {
  4615. -webkit-transition: all 0.3s ease-out 0s;
  4616. -moz-transition: all 0.3s ease-out 0s;
  4617. -ms-transition: all 0.3s ease-out 0s;
  4618. -o-transition: all 0.3s ease-out 0s;
  4619. transition: all 0.3s ease-out 0s;
  4620. border-bottom: none;
  4621. padding-bottom: 5px;
  4622. }
  4623. /* line 282, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4624. .full_image.single-blog a {
  4625. font-size: 20px;
  4626. font-weight: 600;
  4627. }
  4628. /* line 292, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4629. .full_image.single-blog .date {
  4630. color: #fff;
  4631. }
  4632. /* line 297, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4633. .full_image.single-blog:hover .single-blog-content {
  4634. opacity: 1;
  4635. visibility: visible;
  4636. -webkit-transition: all 0.3s ease-out 0s;
  4637. -moz-transition: all 0.3s ease-out 0s;
  4638. -ms-transition: all 0.3s ease-out 0s;
  4639. -o-transition: all 0.3s ease-out 0s;
  4640. transition: all 0.3s ease-out 0s;
  4641. }
  4642. /* End Blog Area css
  4643. ============================================================================================ */
  4644. /* Latest Blog Area css
  4645. ============================================================================================ */
  4646. /* line 321, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4647. .l_blog_item .l_blog_text .date {
  4648. margin-top: 24px;
  4649. margin-bottom: 15px;
  4650. }
  4651. /* line 325, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4652. .l_blog_item .l_blog_text .date a {
  4653. font-size: 12px;
  4654. }
  4655. /* line 331, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4656. .l_blog_item .l_blog_text h4 {
  4657. font-size: 18px;
  4658. border-bottom: 1px solid #eeeeee;
  4659. margin-bottom: 0px;
  4660. padding-bottom: 20px;
  4661. -webkit-transition: all 0.3s ease-out 0s;
  4662. -moz-transition: all 0.3s ease-out 0s;
  4663. -ms-transition: all 0.3s ease-out 0s;
  4664. -o-transition: all 0.3s ease-out 0s;
  4665. transition: all 0.3s ease-out 0s;
  4666. }
  4667. /* line 344, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4668. .l_blog_item .l_blog_text p {
  4669. margin-bottom: 0px;
  4670. padding-top: 20px;
  4671. }
  4672. /* End Latest Blog Area css
  4673. ============================================================================================ */
  4674. /* Causes Area css
  4675. ============================================================================================ */
  4676. /* line 360, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4677. .causes_slider .owl-dots {
  4678. text-align: center;
  4679. margin-top: 80px;
  4680. }
  4681. /* line 364, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4682. .causes_slider .owl-dots .owl-dot {
  4683. height: 14px;
  4684. width: 14px;
  4685. background: #eeeeee;
  4686. display: inline-block;
  4687. margin-right: 7px;
  4688. }
  4689. /* line 371, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4690. .causes_slider .owl-dots .owl-dot:last-child {
  4691. margin-right: 0px;
  4692. }
  4693. /* line 382, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4694. .causes_item {
  4695. background: #fff;
  4696. }
  4697. /* line 385, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4698. .causes_item .causes_img {
  4699. position: relative;
  4700. }
  4701. /* line 388, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4702. .causes_item .causes_img .c_parcent {
  4703. position: absolute;
  4704. bottom: 0px;
  4705. width: 100%;
  4706. left: 0px;
  4707. height: 3px;
  4708. background: rgba(255, 255, 255, 0.5);
  4709. }
  4710. /* line 396, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4711. .causes_item .causes_img .c_parcent span {
  4712. width: 70%;
  4713. height: 3px;
  4714. position: absolute;
  4715. left: 0px;
  4716. bottom: 0px;
  4717. }
  4718. /* line 404, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4719. .causes_item .causes_img .c_parcent span:before {
  4720. content: "75%";
  4721. position: absolute;
  4722. right: -10px;
  4723. bottom: 0px;
  4724. color: #fff;
  4725. padding: 0px 5px;
  4726. }
  4727. /* line 417, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4728. .causes_item .causes_text {
  4729. padding: 30px 35px 40px 30px;
  4730. }
  4731. /* line 420, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4732. .causes_item .causes_text h4 {
  4733. font-size: 18px;
  4734. font-weight: 600;
  4735. margin-bottom: 15px;
  4736. cursor: pointer;
  4737. }
  4738. /* line 433, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4739. .causes_item .causes_text p {
  4740. font-size: 14px;
  4741. line-height: 24px;
  4742. font-weight: 300;
  4743. margin-bottom: 0px;
  4744. }
  4745. /* line 443, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4746. .causes_item .causes_bottom a {
  4747. width: 50%;
  4748. border: 1px solid;
  4749. text-align: center;
  4750. float: left;
  4751. line-height: 50px;
  4752. color: #fff;
  4753. font-size: 14px;
  4754. font-weight: 500;
  4755. }
  4756. /* line 455, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4757. .causes_item .causes_bottom a + a {
  4758. border-color: #eeeeee;
  4759. background: #fff;
  4760. font-size: 14px;
  4761. }
  4762. /* End Causes Area css
  4763. ============================================================================================ */
  4764. /*================= latest_blog_area css =============*/
  4765. /* line 471, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4766. .latest_blog_area {
  4767. background: #f9f9ff;
  4768. }
  4769. /* line 475, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4770. .single-recent-blog-post {
  4771. margin-bottom: 30px;
  4772. }
  4773. /* line 478, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4774. .single-recent-blog-post .thumb {
  4775. overflow: hidden;
  4776. }
  4777. /* line 481, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4778. .single-recent-blog-post .thumb img {
  4779. transition: all 0.7s linear;
  4780. }
  4781. /* line 486, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4782. .single-recent-blog-post .details {
  4783. padding-top: 30px;
  4784. }
  4785. /* line 489, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4786. .single-recent-blog-post .details .sec_h4 {
  4787. line-height: 24px;
  4788. padding: 10px 0px 13px;
  4789. transition: all 0.3s linear;
  4790. }
  4791. /* line 500, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4792. .single-recent-blog-post .date {
  4793. font-size: 14px;
  4794. line-height: 24px;
  4795. font-weight: 400;
  4796. }
  4797. /* line 507, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4798. .single-recent-blog-post:hover img {
  4799. transform: scale(1.23) rotate(10deg);
  4800. }
  4801. /* line 514, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4802. .tags .tag_btn {
  4803. font-size: 12px;
  4804. font-weight: 500;
  4805. line-height: 20px;
  4806. border: 1px solid #eeeeee;
  4807. display: inline-block;
  4808. padding: 1px 18px;
  4809. text-align: center;
  4810. }
  4811. /* line 528, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4812. .tags .tag_btn + .tag_btn {
  4813. margin-left: 2px;
  4814. }
  4815. /*========= blog_categorie_area css ===========*/
  4816. /* line 535, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4817. .blog_categorie_area {
  4818. padding-top: 30px;
  4819. padding-bottom: 30px;
  4820. }
  4821. @media (min-width: 900px) {
  4822. /* line 535, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4823. .blog_categorie_area {
  4824. padding-top: 80px;
  4825. padding-bottom: 80px;
  4826. }
  4827. }
  4828. @media (min-width: 1100px) {
  4829. /* line 535, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4830. .blog_categorie_area {
  4831. padding-top: 120px;
  4832. padding-bottom: 120px;
  4833. }
  4834. }
  4835. /* line 551, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4836. .categories_post {
  4837. position: relative;
  4838. text-align: center;
  4839. cursor: pointer;
  4840. }
  4841. /* line 556, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4842. .categories_post img {
  4843. max-width: 100%;
  4844. }
  4845. /* line 560, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4846. .categories_post .categories_details {
  4847. position: absolute;
  4848. top: 20px;
  4849. left: 20px;
  4850. right: 20px;
  4851. bottom: 20px;
  4852. background: rgba(34, 34, 34, 0.75);
  4853. color: #fff;
  4854. transition: all 0.3s linear;
  4855. display: flex;
  4856. align-items: center;
  4857. justify-content: center;
  4858. }
  4859. /* line 573, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4860. .categories_post .categories_details h5 {
  4861. margin-bottom: 0px;
  4862. font-size: 18px;
  4863. line-height: 26px;
  4864. text-transform: uppercase;
  4865. color: #fff;
  4866. position: relative;
  4867. }
  4868. /* line 591, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4869. .categories_post .categories_details p {
  4870. font-weight: 300;
  4871. font-size: 14px;
  4872. line-height: 26px;
  4873. margin-bottom: 0px;
  4874. }
  4875. /* line 598, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4876. .categories_post .categories_details .border_line {
  4877. margin: 10px 0px;
  4878. background: #fff;
  4879. width: 100%;
  4880. height: 1px;
  4881. }
  4882. /* line 607, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4883. .categories_post:hover .categories_details {
  4884. background: rgba(222, 99, 32, 0.85);
  4885. }
  4886. /*============ blog_left_sidebar css ==============*/
  4887. /* line 622, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4888. .blog_item {
  4889. margin-bottom: 50px;
  4890. }
  4891. /* line 626, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4892. .blog_details {
  4893. padding: 30px 0 20px 10px;
  4894. box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
  4895. }
  4896. @media (min-width: 768px) {
  4897. /* line 626, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4898. .blog_details {
  4899. padding: 60px 30px 35px 35px;
  4900. }
  4901. }
  4902. /* line 634, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4903. .blog_details p {
  4904. margin-bottom: 30px;
  4905. }
  4906. /* line 638, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4907. .blog_details a {
  4908. color: #242b5e;
  4909. }
  4910. /* line 641, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4911. .blog_details a:hover {
  4912. color: #000a2d;
  4913. }
  4914. /* line 646, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4915. .blog_details h2 {
  4916. font-size: 18px;
  4917. font-weight: 600;
  4918. margin-bottom: 8px;
  4919. }
  4920. @media (min-width: 768px) {
  4921. /* line 646, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4922. .blog_details h2 {
  4923. font-size: 24px;
  4924. margin-bottom: 15px;
  4925. }
  4926. }
  4927. /* line 660, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4928. .blog-info-link li {
  4929. float: left;
  4930. font-size: 14px;
  4931. }
  4932. /* line 664, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4933. .blog-info-link li a {
  4934. color: #999999;
  4935. }
  4936. /* line 668, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4937. .blog-info-link li i,
  4938. .blog-info-link li span {
  4939. font-size: 13px;
  4940. margin-right: 5px;
  4941. }
  4942. /* line 674, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4943. .blog-info-link li::after {
  4944. content: "|";
  4945. padding-left: 10px;
  4946. padding-right: 10px;
  4947. }
  4948. /* line 680, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4949. .blog-info-link li:last-child::after {
  4950. display: none;
  4951. }
  4952. /* line 685, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4953. .blog-info-link::after {
  4954. content: "";
  4955. display: block;
  4956. clear: both;
  4957. display: table;
  4958. }
  4959. /* line 693, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4960. .blog_item_img {
  4961. position: relative;
  4962. }
  4963. /* line 696, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4964. .blog_item_img .blog_item_date {
  4965. position: absolute;
  4966. bottom: -10px;
  4967. left: 10px;
  4968. display: block;
  4969. color: #fff;
  4970. background-color: #3589f1;
  4971. padding: 8px 15px;
  4972. border-radius: 5px;
  4973. }
  4974. @media (min-width: 768px) {
  4975. /* line 696, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4976. .blog_item_img .blog_item_date {
  4977. bottom: -20px;
  4978. left: 40px;
  4979. padding: 13px 30px;
  4980. }
  4981. }
  4982. /* line 712, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4983. .blog_item_img .blog_item_date h3 {
  4984. font-size: 22px;
  4985. font-weight: 600;
  4986. color: #fff;
  4987. margin-bottom: 0;
  4988. line-height: 1.2;
  4989. }
  4990. @media (min-width: 768px) {
  4991. /* line 712, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4992. .blog_item_img .blog_item_date h3 {
  4993. font-size: 30px;
  4994. }
  4995. }
  4996. /* line 724, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  4997. .blog_item_img .blog_item_date p {
  4998. font-size: 18px;
  4999. margin-bottom: 0;
  5000. color: #fff;
  5001. }
  5002. @media (min-width: 768px) {
  5003. /* line 724, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5004. .blog_item_img .blog_item_date p {
  5005. font-size: 18px;
  5006. }
  5007. }
  5008. /* line 744, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5009. .blog_right_sidebar .widget_title {
  5010. font-size: 20px;
  5011. margin-bottom: 40px;
  5012. }
  5013. /* line 749, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5014. .blog_right_sidebar .widget_title::after {
  5015. content: "";
  5016. display: block;
  5017. padding-top: 15px;
  5018. border-bottom: 1px solid #f0e9ff;
  5019. }
  5020. /* line 757, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5021. .blog_right_sidebar .single_sidebar_widget {
  5022. background: #fbf9ff;
  5023. padding: 30px;
  5024. margin-bottom: 30px;
  5025. }
  5026. /* line 761, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5027. .blog_right_sidebar .single_sidebar_widget .btn_1 {
  5028. margin-top: 0px;
  5029. }
  5030. /* line 769, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5031. .blog_right_sidebar .search_widget .form-control {
  5032. height: 50px;
  5033. border-color: #f0e9ff;
  5034. font-size: 13px;
  5035. color: #999999;
  5036. padding-left: 20px;
  5037. border-radius: 0;
  5038. border-right: 0;
  5039. }
  5040. /* line 778, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5041. .blog_right_sidebar .search_widget .form-control::placeholder {
  5042. color: #999999;
  5043. }
  5044. /* line 782, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5045. .blog_right_sidebar .search_widget .form-control:focus {
  5046. border-color: #f0e9ff;
  5047. outline: 0;
  5048. box-shadow: none;
  5049. }
  5050. /* line 791, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5051. .blog_right_sidebar .search_widget .input-group button {
  5052. background: #3589f1;
  5053. border-left: 0;
  5054. border: 1px solid #f0e9ff;
  5055. padding: 4px 15px;
  5056. border-left: 0;
  5057. cursor: pointer;
  5058. }
  5059. /* line 799, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5060. .blog_right_sidebar .search_widget .input-group button i {
  5061. color: #fff;
  5062. }
  5063. /* line 802, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5064. .blog_right_sidebar .search_widget .input-group button span {
  5065. font-size: 14px;
  5066. color: #999999;
  5067. }
  5068. /* line 813, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5069. .blog_right_sidebar .newsletter_widget .form-control {
  5070. height: 50px;
  5071. border-color: #f0e9ff;
  5072. font-size: 13px;
  5073. color: #999999;
  5074. padding-left: 20px;
  5075. border-radius: 0;
  5076. }
  5077. /* line 822, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5078. .blog_right_sidebar .newsletter_widget .form-control::placeholder {
  5079. color: #999999;
  5080. }
  5081. /* line 826, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5082. .blog_right_sidebar .newsletter_widget .form-control:focus {
  5083. border-color: #f0e9ff;
  5084. outline: 0;
  5085. box-shadow: none;
  5086. }
  5087. /* line 835, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5088. .blog_right_sidebar .newsletter_widget .input-group button {
  5089. background: #fff;
  5090. border-left: 0;
  5091. border: 1px solid #f0e9ff;
  5092. padding: 4px 15px;
  5093. border-left: 0;
  5094. }
  5095. /* line 842, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5096. .blog_right_sidebar .newsletter_widget .input-group button i,
  5097. .blog_right_sidebar .newsletter_widget .input-group button span {
  5098. font-size: 14px;
  5099. color: #fff;
  5100. }
  5101. /* line 855, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5102. .blog_right_sidebar .post_category_widget .cat-list li {
  5103. border-bottom: 1px solid #f0e9ff;
  5104. transition: all 0.3s ease 0s;
  5105. padding-bottom: 12px;
  5106. }
  5107. /* line 860, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5108. .blog_right_sidebar .post_category_widget .cat-list li:last-child {
  5109. border-bottom: 0;
  5110. }
  5111. /* line 864, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5112. .blog_right_sidebar .post_category_widget .cat-list li a {
  5113. font-size: 14px;
  5114. line-height: 20px;
  5115. color: #888888;
  5116. }
  5117. /* line 869, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5118. .blog_right_sidebar .post_category_widget .cat-list li a p {
  5119. margin-bottom: 0px;
  5120. }
  5121. /* line 874, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5122. .blog_right_sidebar .post_category_widget .cat-list li + li {
  5123. padding-top: 15px;
  5124. }
  5125. /* line 891, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5126. .blog_right_sidebar .popular_post_widget .post_item .media-body {
  5127. justify-content: center;
  5128. align-self: center;
  5129. padding-left: 20px;
  5130. }
  5131. /* line 896, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5132. .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  5133. font-size: 16px;
  5134. line-height: 20px;
  5135. margin-bottom: 6px;
  5136. transition: all 0.3s linear;
  5137. }
  5138. /* line 907, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5139. .blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  5140. color: #fff;
  5141. }
  5142. /* line 913, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5143. .blog_right_sidebar .popular_post_widget .post_item .media-body p {
  5144. font-size: 14px;
  5145. line-height: 21px;
  5146. margin-bottom: 0px;
  5147. }
  5148. /* line 920, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5149. .blog_right_sidebar .popular_post_widget .post_item + .post_item {
  5150. margin-top: 20px;
  5151. }
  5152. /* line 928, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5153. .blog_right_sidebar .tag_cloud_widget ul li {
  5154. display: inline-block;
  5155. }
  5156. /* line 931, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5157. .blog_right_sidebar .tag_cloud_widget ul li a {
  5158. display: inline-block;
  5159. border: 1px solid #eeeeee;
  5160. background: #fff;
  5161. padding: 4px 20px;
  5162. margin-bottom: 8px;
  5163. margin-right: 3px;
  5164. transition: all 0.3s ease 0s;
  5165. color: #888888;
  5166. font-size: 13px;
  5167. }
  5168. /* line 942, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5169. .blog_right_sidebar .tag_cloud_widget ul li a:hover {
  5170. background: #3589f1;
  5171. color: #fff !important;
  5172. -webkit-text-fill-color: #fff;
  5173. text-decoration: none;
  5174. -webkit-transition: 0.5s;
  5175. transition: 0.5s;
  5176. }
  5177. /* line 957, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5178. .blog_right_sidebar .instagram_feeds .instagram_row {
  5179. display: flex;
  5180. margin-right: -6px;
  5181. margin-left: -6px;
  5182. }
  5183. /* line 963, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5184. .blog_right_sidebar .instagram_feeds .instagram_row li {
  5185. width: 33.33%;
  5186. float: left;
  5187. padding-right: 6px;
  5188. padding-left: 6px;
  5189. margin-bottom: 15px;
  5190. }
  5191. /* line 1063, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5192. .blog_right_sidebar .br {
  5193. width: 100%;
  5194. height: 1px;
  5195. background: #eeeeee;
  5196. margin: 30px 0px;
  5197. }
  5198. /* line 1084, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5199. .blog-pagination {
  5200. margin-top: 80px;
  5201. }
  5202. /* line 1088, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5203. .blog-pagination .page-link {
  5204. font-size: 14px;
  5205. position: relative;
  5206. display: block;
  5207. padding: 0;
  5208. text-align: center;
  5209. margin-left: -1px;
  5210. line-height: 45px;
  5211. width: 45px;
  5212. height: 45px;
  5213. border-radius: 0 !important;
  5214. color: #8a8a8a;
  5215. border: 1px solid #f0e9ff;
  5216. margin-right: 10px;
  5217. }
  5218. /* line 1105, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5219. .blog-pagination .page-link i,
  5220. .blog-pagination .page-link span {
  5221. font-size: 13px;
  5222. }
  5223. /* line 1117, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5224. .blog-pagination .page-item.active .page-link {
  5225. background-color: #fbf9ff;
  5226. border-color: #f0e9ff;
  5227. color: #888888;
  5228. }
  5229. /* line 1124, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5230. .blog-pagination .page-item:last-child .page-link {
  5231. margin-right: 0;
  5232. }
  5233. /*============ Start Blog Single Styles =============*/
  5234. /* line 1149, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5235. .single-post-area .blog_details {
  5236. box-shadow: none;
  5237. padding: 0;
  5238. }
  5239. /* line 1154, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5240. .single-post-area .social-links {
  5241. padding-top: 10px;
  5242. }
  5243. /* line 1157, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5244. .single-post-area .social-links li {
  5245. display: inline-block;
  5246. margin-bottom: 10px;
  5247. }
  5248. /* line 1161, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5249. .single-post-area .social-links li a {
  5250. color: #cccccc;
  5251. padding: 7px;
  5252. font-size: 14px;
  5253. transition: all 0.2s linear;
  5254. }
  5255. /* line 1174, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5256. .single-post-area .blog_details {
  5257. padding-top: 26px;
  5258. }
  5259. /* line 1177, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5260. .single-post-area .blog_details p {
  5261. margin-bottom: 20px;
  5262. font-size: 15px;
  5263. }
  5264. /* line 1187, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5265. .single-post-area .quote-wrapper {
  5266. background: rgba(130, 139, 178, 0.1);
  5267. padding: 15px;
  5268. line-height: 1.733;
  5269. color: #888888;
  5270. font-style: italic;
  5271. margin-top: 25px;
  5272. margin-bottom: 25px;
  5273. }
  5274. @media (min-width: 768px) {
  5275. /* line 1187, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5276. .single-post-area .quote-wrapper {
  5277. padding: 30px;
  5278. }
  5279. }
  5280. /* line 1201, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5281. .single-post-area .quotes {
  5282. background: #fff;
  5283. padding: 15px 15px 15px 20px;
  5284. border-left: 2px solid;
  5285. }
  5286. @media (min-width: 768px) {
  5287. /* line 1201, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5288. .single-post-area .quotes {
  5289. padding: 25px 25px 25px 30px;
  5290. }
  5291. }
  5292. /* line 1211, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5293. .single-post-area .arrow {
  5294. position: absolute;
  5295. }
  5296. /* line 1214, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5297. .single-post-area .arrow .lnr {
  5298. font-size: 20px;
  5299. font-weight: 600;
  5300. }
  5301. /* line 1221, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5302. .single-post-area .thumb .overlay-bg {
  5303. background: rgba(0, 0, 0, 0.8);
  5304. }
  5305. /* line 1226, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5306. .single-post-area .navigation-top {
  5307. padding-top: 15px;
  5308. border-top: 1px solid #f0e9ff;
  5309. }
  5310. /* line 1230, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5311. .single-post-area .navigation-top p {
  5312. margin-bottom: 0;
  5313. }
  5314. /* line 1234, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5315. .single-post-area .navigation-top .like-info {
  5316. font-size: 14px;
  5317. }
  5318. /* line 1237, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5319. .single-post-area .navigation-top .like-info i,
  5320. .single-post-area .navigation-top .like-info span {
  5321. font-size: 16px;
  5322. margin-right: 5px;
  5323. }
  5324. /* line 1244, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5325. .single-post-area .navigation-top .comment-count {
  5326. font-size: 14px;
  5327. }
  5328. /* line 1247, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5329. .single-post-area .navigation-top .comment-count i,
  5330. .single-post-area .navigation-top .comment-count span {
  5331. font-size: 16px;
  5332. margin-right: 5px;
  5333. }
  5334. /* line 1256, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5335. .single-post-area .navigation-top .social-icons li {
  5336. display: inline-block;
  5337. margin-right: 15px;
  5338. }
  5339. /* line 1260, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5340. .single-post-area .navigation-top .social-icons li:last-child {
  5341. margin: 0;
  5342. }
  5343. /* line 1264, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5344. .single-post-area .navigation-top .social-icons li i,
  5345. .single-post-area .navigation-top .social-icons li span {
  5346. font-size: 14px;
  5347. color: #999999;
  5348. }
  5349. /* line 1282, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5350. .single-post-area .blog-author {
  5351. padding: 40px 30px;
  5352. background: #fbf9ff;
  5353. margin-top: 50px;
  5354. }
  5355. @media (max-width: 600px) {
  5356. /* line 1282, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5357. .single-post-area .blog-author {
  5358. padding: 20px 8px;
  5359. }
  5360. }
  5361. /* line 1291, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5362. .single-post-area .blog-author img {
  5363. width: 90px;
  5364. height: 90px;
  5365. border-radius: 50%;
  5366. margin-right: 30px;
  5367. }
  5368. @media (max-width: 600px) {
  5369. /* line 1291, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5370. .single-post-area .blog-author img {
  5371. margin-right: 15px;
  5372. width: 45px;
  5373. height: 45px;
  5374. }
  5375. }
  5376. /* line 1304, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5377. .single-post-area .blog-author a {
  5378. display: inline-block;
  5379. }
  5380. /* line 1308, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5381. .single-post-area .blog-author a:hover {
  5382. color: #000a2d;
  5383. }
  5384. /* line 1313, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5385. .single-post-area .blog-author p {
  5386. margin-bottom: 0;
  5387. font-size: 15px;
  5388. }
  5389. /* line 1318, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5390. .single-post-area .blog-author h4 {
  5391. font-size: 16px;
  5392. }
  5393. /* line 1325, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5394. .single-post-area .navigation-area {
  5395. border-bottom: 1px solid #eee;
  5396. padding-bottom: 30px;
  5397. margin-top: 55px;
  5398. }
  5399. /* line 1330, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5400. .single-post-area .navigation-area p {
  5401. margin-bottom: 0px;
  5402. }
  5403. /* line 1334, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5404. .single-post-area .navigation-area h4 {
  5405. font-size: 18px;
  5406. line-height: 25px;
  5407. }
  5408. /* line 1340, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5409. .single-post-area .navigation-area .nav-left {
  5410. text-align: left;
  5411. }
  5412. /* line 1343, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5413. .single-post-area .navigation-area .nav-left .thumb {
  5414. margin-right: 20px;
  5415. background: #000;
  5416. }
  5417. /* line 1347, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5418. .single-post-area .navigation-area .nav-left .thumb img {
  5419. -webkit-transition: all 0.3s ease-out 0s;
  5420. -moz-transition: all 0.3s ease-out 0s;
  5421. -ms-transition: all 0.3s ease-out 0s;
  5422. -o-transition: all 0.3s ease-out 0s;
  5423. transition: all 0.3s ease-out 0s;
  5424. }
  5425. /* line 1352, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5426. .single-post-area .navigation-area .nav-left .lnr {
  5427. margin-left: 20px;
  5428. opacity: 0;
  5429. -webkit-transition: all 0.3s ease-out 0s;
  5430. -moz-transition: all 0.3s ease-out 0s;
  5431. -ms-transition: all 0.3s ease-out 0s;
  5432. -o-transition: all 0.3s ease-out 0s;
  5433. transition: all 0.3s ease-out 0s;
  5434. }
  5435. /* line 1359, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5436. .single-post-area .navigation-area .nav-left:hover .lnr {
  5437. opacity: 1;
  5438. }
  5439. /* line 1364, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5440. .single-post-area .navigation-area .nav-left:hover .thumb img {
  5441. opacity: .5;
  5442. }
  5443. @media (max-width: 767px) {
  5444. /* line 1340, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5445. .single-post-area .navigation-area .nav-left {
  5446. margin-bottom: 30px;
  5447. }
  5448. }
  5449. /* line 1375, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5450. .single-post-area .navigation-area .nav-right {
  5451. text-align: right;
  5452. }
  5453. /* line 1378, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5454. .single-post-area .navigation-area .nav-right .thumb {
  5455. margin-left: 20px;
  5456. background: #000;
  5457. }
  5458. /* line 1382, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5459. .single-post-area .navigation-area .nav-right .thumb img {
  5460. -webkit-transition: all 0.3s ease-out 0s;
  5461. -moz-transition: all 0.3s ease-out 0s;
  5462. -ms-transition: all 0.3s ease-out 0s;
  5463. -o-transition: all 0.3s ease-out 0s;
  5464. transition: all 0.3s ease-out 0s;
  5465. }
  5466. /* line 1387, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5467. .single-post-area .navigation-area .nav-right .lnr {
  5468. margin-right: 20px;
  5469. opacity: 0;
  5470. -webkit-transition: all 0.3s ease-out 0s;
  5471. -moz-transition: all 0.3s ease-out 0s;
  5472. -ms-transition: all 0.3s ease-out 0s;
  5473. -o-transition: all 0.3s ease-out 0s;
  5474. transition: all 0.3s ease-out 0s;
  5475. }
  5476. /* line 1394, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5477. .single-post-area .navigation-area .nav-right:hover .lnr {
  5478. opacity: 1;
  5479. }
  5480. /* line 1399, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5481. .single-post-area .navigation-area .nav-right:hover .thumb img {
  5482. opacity: .5;
  5483. }
  5484. @media (max-width: 991px) {
  5485. /* line 1407, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5486. .single-post-area .sidebar-widgets {
  5487. padding-bottom: 0px;
  5488. }
  5489. }
  5490. /* line 1414, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5491. .comments-area {
  5492. background: transparent;
  5493. border-top: 1px solid #eee;
  5494. padding: 45px 0;
  5495. margin-top: 50px;
  5496. }
  5497. @media (max-width: 414px) {
  5498. /* line 1414, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5499. .comments-area {
  5500. padding: 50px 8px;
  5501. }
  5502. }
  5503. /* line 1425, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5504. .comments-area h4 {
  5505. margin-bottom: 35px;
  5506. font-size: 18px;
  5507. }
  5508. /* line 1432, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5509. .comments-area h5 {
  5510. font-size: 16px;
  5511. margin-bottom: 0px;
  5512. }
  5513. /* line 1441, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5514. .comments-area .comment-list {
  5515. padding-bottom: 48px;
  5516. }
  5517. /* line 1444, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5518. .comments-area .comment-list:last-child {
  5519. padding-bottom: 0px;
  5520. }
  5521. /* line 1448, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5522. .comments-area .comment-list.left-padding {
  5523. padding-left: 25px;
  5524. }
  5525. @media (max-width: 413px) {
  5526. /* line 1454, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5527. .comments-area .comment-list .single-comment h5 {
  5528. font-size: 12px;
  5529. }
  5530. /* line 1458, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5531. .comments-area .comment-list .single-comment .date {
  5532. font-size: 11px;
  5533. }
  5534. /* line 1462, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5535. .comments-area .comment-list .single-comment .comment {
  5536. font-size: 10px;
  5537. }
  5538. }
  5539. /* line 1469, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5540. .comments-area .thumb {
  5541. margin-right: 20px;
  5542. }
  5543. /* line 1472, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5544. .comments-area .thumb img {
  5545. width: 70px;
  5546. border-radius: 50%;
  5547. }
  5548. /* line 1478, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5549. .comments-area .date {
  5550. font-size: 14px;
  5551. color: #999999;
  5552. margin-bottom: 0;
  5553. margin-left: 20px;
  5554. }
  5555. /* line 1485, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5556. .comments-area .comment {
  5557. margin-bottom: 10px;
  5558. color: #777777;
  5559. font-size: 15px;
  5560. }
  5561. /* line 1491, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5562. .comments-area .btn-reply {
  5563. background-color: transparent;
  5564. color: #888888;
  5565. padding: 5px 18px;
  5566. font-size: 14px;
  5567. display: block;
  5568. font-weight: 400;
  5569. }
  5570. /* line 1508, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5571. .comment-form {
  5572. border-top: 1px solid #eee;
  5573. padding-top: 45px;
  5574. margin-top: 50px;
  5575. margin-bottom: 20px;
  5576. }
  5577. /* line 1516, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5578. .comment-form .form-group {
  5579. margin-bottom: 30px;
  5580. }
  5581. /* line 1520, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5582. .comment-form h4 {
  5583. margin-bottom: 40px;
  5584. font-size: 18px;
  5585. line-height: 22px;
  5586. }
  5587. /* line 1528, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5588. .comment-form .name {
  5589. padding-left: 0px;
  5590. }
  5591. @media (max-width: 767px) {
  5592. /* line 1528, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5593. .comment-form .name {
  5594. padding-right: 0px;
  5595. margin-bottom: 1rem;
  5596. }
  5597. }
  5598. /* line 1537, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5599. .comment-form .email {
  5600. padding-right: 0px;
  5601. }
  5602. @media (max-width: 991px) {
  5603. /* line 1537, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5604. .comment-form .email {
  5605. padding-left: 0px;
  5606. }
  5607. }
  5608. /* line 1545, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5609. .comment-form .form-control {
  5610. border: 1px solid #f0e9ff;
  5611. border-radius: 5px;
  5612. height: 48px;
  5613. padding-left: 18px;
  5614. font-size: 13px;
  5615. background: transparent;
  5616. }
  5617. /* line 1553, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5618. .comment-form .form-control:focus {
  5619. outline: 0;
  5620. box-shadow: none;
  5621. }
  5622. /* line 1558, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5623. .comment-form .form-control::placeholder {
  5624. font-weight: 300;
  5625. color: #999999;
  5626. }
  5627. /* line 1563, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5628. .comment-form .form-control::placeholder {
  5629. color: #777777;
  5630. }
  5631. /* line 1568, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5632. .comment-form textarea {
  5633. padding-top: 18px;
  5634. border-radius: 12px;
  5635. height: 100% !important;
  5636. }
  5637. /* line 1574, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5638. .comment-form ::-webkit-input-placeholder {
  5639. /* Chrome/Opera/Safari */
  5640. font-size: 13px;
  5641. color: #777;
  5642. }
  5643. /* line 1580, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5644. .comment-form ::-moz-placeholder {
  5645. /* Firefox 19+ */
  5646. font-size: 13px;
  5647. color: #777;
  5648. }
  5649. /* line 1586, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5650. .comment-form :-ms-input-placeholder {
  5651. /* IE 10+ */
  5652. font-size: 13px;
  5653. color: #777;
  5654. }
  5655. /* line 1592, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_blog_page.scss */
  5656. .comment-form :-moz-placeholder {
  5657. /* Firefox 18- */
  5658. font-size: 13px;
  5659. color: #777;
  5660. }
  5661. /*============ End Blog Single Styles =============*/
  5662. /*=================== contact banner start ====================*/
  5663. /* line 3, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5664. .dropdown .dropdown-menu {
  5665. -webkit-transition: all 0.3s;
  5666. -moz-transition: all 0.3s;
  5667. -ms-transition: all 0.3s;
  5668. -o-transition: all 0.3s;
  5669. transition: all 0.3s;
  5670. }
  5671. /* line 10, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5672. .contact-info {
  5673. margin-bottom: 25px;
  5674. }
  5675. /* line 13, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5676. .contact-info__icon {
  5677. margin-right: 20px;
  5678. }
  5679. /* line 16, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5680. .contact-info__icon i, .contact-info__icon span {
  5681. color: #8f9195;
  5682. font-size: 27px;
  5683. }
  5684. /* line 24, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5685. .contact-info .media-body h3 {
  5686. font-size: 16px;
  5687. margin-bottom: 0;
  5688. font-size: 16px;
  5689. color: #2a2a2a;
  5690. }
  5691. /* line 30, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5692. .contact-info .media-body h3 a:hover {
  5693. color: #1f2b7b;
  5694. }
  5695. /* line 36, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5696. .contact-info .media-body p {
  5697. color: #8a8a8a;
  5698. }
  5699. /*=================== contact banner end ====================*/
  5700. /*=================== contact form start ====================*/
  5701. /* line 45, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5702. .contact-title {
  5703. font-size: 27px;
  5704. font-weight: 600;
  5705. margin-bottom: 20px;
  5706. }
  5707. /* line 53, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5708. .form-contact label {
  5709. font-size: 14px;
  5710. }
  5711. /* line 57, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5712. .form-contact .form-group {
  5713. margin-bottom: 30px;
  5714. }
  5715. /* line 61, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5716. .form-contact .form-control {
  5717. border: 1px solid #e5e6e9;
  5718. border-radius: 0px;
  5719. height: 48px;
  5720. padding-left: 18px;
  5721. font-size: 13px;
  5722. background: transparent;
  5723. }
  5724. /* line 69, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5725. .form-contact .form-control:focus {
  5726. outline: 0;
  5727. box-shadow: none;
  5728. }
  5729. /* line 74, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5730. .form-contact .form-control::placeholder {
  5731. font-weight: 300;
  5732. color: #999999;
  5733. }
  5734. /* line 80, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5735. .form-contact textarea {
  5736. border-radius: 0px;
  5737. height: 100% !important;
  5738. }
  5739. /*=================== contact form end ====================*/
  5740. /* Contact Success and error Area css
  5741. ============================================================================================ */
  5742. /* line 97, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5743. .modal-message .modal-dialog {
  5744. position: absolute;
  5745. top: 36%;
  5746. left: 50%;
  5747. transform: translateX(-50%) translateY(-50%) !important;
  5748. margin: 0px;
  5749. max-width: 500px;
  5750. width: 100%;
  5751. }
  5752. /* line 106, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5753. .modal-message .modal-dialog .modal-content .modal-header {
  5754. text-align: center;
  5755. display: block;
  5756. border-bottom: none;
  5757. padding-top: 50px;
  5758. padding-bottom: 50px;
  5759. }
  5760. /* line 112, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5761. .modal-message .modal-dialog .modal-content .modal-header .close {
  5762. position: absolute;
  5763. right: -15px;
  5764. top: -15px;
  5765. padding: 0px;
  5766. color: #fff;
  5767. opacity: 1;
  5768. cursor: pointer;
  5769. }
  5770. /* line 121, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5771. .modal-message .modal-dialog .modal-content .modal-header h2 {
  5772. display: block;
  5773. text-align: center;
  5774. padding-bottom: 10px;
  5775. }
  5776. /* line 126, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5777. .modal-message .modal-dialog .modal-content .modal-header p {
  5778. display: block;
  5779. }
  5780. /* line 133, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5781. .contact-section {
  5782. padding: 130px 0 100px;
  5783. }
  5784. @media (max-width: 991px) {
  5785. /* line 133, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5786. .contact-section {
  5787. padding: 70px 0 40px;
  5788. }
  5789. }
  5790. @media only screen and (min-width: 992px) and (max-width: 1200px) {
  5791. /* line 133, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5792. .contact-section {
  5793. padding: 80px 0 50px;
  5794. }
  5795. }
  5796. /* line 141, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5797. .contact-section .btn_2 {
  5798. background-color: #191d34;
  5799. padding: 18px 60px;
  5800. border-radius: 50px;
  5801. margin-top: 0;
  5802. }
  5803. /* line 146, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_contact.scss */
  5804. .contact-section .btn_2:hover {
  5805. background-color: #1f2b7b;
  5806. }
  5807. /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5808. .breadcam_bg {
  5809. background-image: url(../img/banner/bradcam.png);
  5810. }
  5811. /* line 4, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5812. .breadcam_bg_1 {
  5813. background-image: url(../img/banner/bradcam2.png);
  5814. }
  5815. /* line 7, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5816. .breadcam_bg_2 {
  5817. background-image: url(../img/banner/bradcam3.png);
  5818. }
  5819. /* line 10, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5820. .bradcam_area {
  5821. background-size: cover;
  5822. background-position: center center;
  5823. padding: 160px 0;
  5824. background-position: bottom;
  5825. background-repeat: no-repeat;
  5826. }
  5827. @media (max-width: 767px) {
  5828. /* line 10, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5829. .bradcam_area {
  5830. padding: 150px 0;
  5831. }
  5832. }
  5833. @media (min-width: 768px) and (max-width: 991px) {
  5834. /* line 10, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5835. .bradcam_area {
  5836. padding: 150px 0;
  5837. }
  5838. }
  5839. /* line 22, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5840. .bradcam_area h3 {
  5841. font-size: 50px;
  5842. color: #fff;
  5843. font-weight: 900;
  5844. margin-bottom: 0;
  5845. font-family: "Rufina", serif;
  5846. text-transform: capitalize;
  5847. }
  5848. @media (max-width: 767px) {
  5849. /* line 22, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5850. .bradcam_area h3 {
  5851. font-size: 30px;
  5852. }
  5853. }
  5854. @media (min-width: 768px) and (max-width: 991px) {
  5855. /* line 22, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5856. .bradcam_area h3 {
  5857. font-size: 40px;
  5858. }
  5859. }
  5860. /* line 38, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5861. .popup_box {
  5862. background: #fff;
  5863. display: inline-block;
  5864. z-index: 9;
  5865. width: 681px;
  5866. padding: 60px 40px;
  5867. }
  5868. @media (max-width: 767px) {
  5869. /* line 38, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5870. .popup_box {
  5871. width: 320px;
  5872. padding: 45px 30px;
  5873. }
  5874. }
  5875. @media only screen and (min-width: 480px) and (max-width: 767px) {
  5876. /* line 38, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5877. .popup_box {
  5878. width: 420px !important;
  5879. padding: 45px 30px;
  5880. }
  5881. }
  5882. /* line 57, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5883. .popup_box h3 {
  5884. text-align: center;
  5885. font-size: 22px;
  5886. color: #1F1F1F;
  5887. margin-bottom: 46px;
  5888. }
  5889. /* line 63, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5890. .popup_box .boxed-btn3 {
  5891. width: 100%;
  5892. text-transform: capitalize;
  5893. }
  5894. /* line 67, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5895. .popup_box .nice-select {
  5896. -webkit-tap-highlight-color: transparent;
  5897. background-color: #fff;
  5898. /* border-radius: 5px; */
  5899. border: solid 1px #E2E2E2;
  5900. box-sizing: border-box;
  5901. clear: both;
  5902. cursor: pointer;
  5903. display: block;
  5904. float: left;
  5905. font-family: "Rubik", sans-serif;
  5906. font-weight: normal;
  5907. width: 100% !important;
  5908. /* height: 42px; */
  5909. line-height: 50px;
  5910. outline: none;
  5911. padding-left: 18px;
  5912. padding-right: 30px;
  5913. position: relative;
  5914. text-align: left !important;
  5915. -webkit-transition: all 0.2s ease-in-out;
  5916. transition: all 0.2s ease-in-out;
  5917. -webkit-user-select: none;
  5918. -moz-user-select: none;
  5919. -ms-user-select: none;
  5920. user-select: none;
  5921. white-space: nowrap;
  5922. width: auto;
  5923. border-radius: 0;
  5924. margin-bottom: 30px;
  5925. height: 50px !important;
  5926. font-size: 16px;
  5927. font-weight: 400;
  5928. color: #919191;
  5929. }
  5930. /* line 101, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5931. .popup_box .nice-select::after {
  5932. content: "\f0d7";
  5933. display: block;
  5934. height: 5px;
  5935. margin-top: -5px;
  5936. pointer-events: none;
  5937. position: absolute;
  5938. right: 17px;
  5939. top: 3px;
  5940. transition: all 0.15s ease-in-out;
  5941. width: 5px;
  5942. font-family: fontawesome;
  5943. color: #919191;
  5944. font-size: 15px;
  5945. }
  5946. /* line 116, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5947. .popup_box .nice-select.open .list {
  5948. opacity: 1;
  5949. pointer-events: auto;
  5950. -webkit-transform: scale(1) translateY(0);
  5951. -ms-transform: scale(1) translateY(0);
  5952. transform: scale(1) translateY(0);
  5953. height: 200px;
  5954. overflow-y: scroll;
  5955. }
  5956. /* line 125, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5957. .popup_box .nice-select.list {
  5958. height: 200px;
  5959. overflow-y: scroll;
  5960. }
  5961. /* line 131, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5962. #test-form {
  5963. display: inline-block;
  5964. margin: auto;
  5965. text-align: center;
  5966. position: absolute;
  5967. left: 50%;
  5968. top: 50%;
  5969. -webkit-transform: translate(-50%, -50%);
  5970. -ms-transform: translate(-50%, -50%);
  5971. transform: translate(-50%, -50%);
  5972. }
  5973. @media (max-width: 767px) {
  5974. /* line 131, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5975. #test-form {
  5976. top: 0;
  5977. left: 0;
  5978. width: 100%;
  5979. height: 100%;
  5980. -webkit-transform: none;
  5981. -ms-transform: none;
  5982. transform: none;
  5983. }
  5984. }
  5985. /* line 146, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5986. #test-form .mfp-close-btn-in .mfp-close {
  5987. color: #333;
  5988. display: none !important;
  5989. }
  5990. /* line 151, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5991. #test-form button.mfp-close {
  5992. display: none !important;
  5993. }
  5994. @media (max-width: 767px) {
  5995. /* line 151, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  5996. #test-form button.mfp-close {
  5997. display: block !important;
  5998. position: absolute;
  5999. left: 0;
  6000. right: 0;
  6001. margin: auto;
  6002. }
  6003. }
  6004. /* line 162, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  6005. #test-form button.mfp-close {
  6006. overflow: visible;
  6007. cursor: pointer;
  6008. background: transparent;
  6009. border: 0;
  6010. -webkit-appearance: none;
  6011. display: block;
  6012. outline: none;
  6013. padding: 0;
  6014. z-index: 1046;
  6015. box-shadow: none;
  6016. touch-action: manipulation;
  6017. width: 40px;
  6018. height: 40px;
  6019. background: #4A3600;
  6020. text-align: center;
  6021. line-height: 20px;
  6022. position: absolute;
  6023. right: 0;
  6024. border-bottom-right-radius: 20px;
  6025. border-bottom-left-radius: 20px;
  6026. position: absolute;
  6027. right: -6px;
  6028. color: #fff !important;
  6029. }
  6030. /* line 189, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  6031. .mfp-bg {
  6032. top: 0;
  6033. left: 0;
  6034. width: 100%;
  6035. height: 100%;
  6036. z-index: 1042;
  6037. overflow: hidden;
  6038. position: fixed;
  6039. background: #4A3600;
  6040. opacity: 0.6;
  6041. }
  6042. @media (max-width: 767px) {
  6043. /* line 208, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  6044. .gj-picker.gj-picker-md.timepicker {
  6045. width: 310px;
  6046. left: 6px !important;
  6047. }
  6048. }
  6049. @media (max-width: 767px) {
  6050. /* line 215, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_bradcam.scss */
  6051. .gj-picker.gj-picker-md.datepicker.gj-unselectable {
  6052. width: 320px;
  6053. left: 0 !important;
  6054. }
  6055. }
  6056. /* line 1, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_extend.scss */
  6057. .flex-center-start {
  6058. display: -webkit-box;
  6059. display: -ms-flexbox;
  6060. display: flex;
  6061. -webkit-box-align: center;
  6062. -ms-flex-align: center;
  6063. align-items: center;
  6064. -webkit-box-pack: start;
  6065. -ms-flex-pack: start;
  6066. justify-content: start;
  6067. }
  6068. /* line 13, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_extend.scss */
  6069. .overlay::before {
  6070. background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  6071. background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  6072. background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  6073. }
  6074. /* line 76, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6075. .sample-text-area {
  6076. background: #fff;
  6077. padding: 100px 0 70px 0;
  6078. }
  6079. /* line 81, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6080. .text-heading {
  6081. margin-bottom: 30px;
  6082. font-size: 24px;
  6083. }
  6084. /* line 86, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6085. b,
  6086. sup,
  6087. sub,
  6088. u,
  6089. del {
  6090. color: #1f2b7b;
  6091. }
  6092. /* line 95, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6093. .typography h1,
  6094. .typography h2,
  6095. .typography h3,
  6096. .typography h4,
  6097. .typography h5,
  6098. .typography h6 {
  6099. color: #828bb2;
  6100. }
  6101. /* line 105, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6102. .button-area {
  6103. background: #fff;
  6104. }
  6105. /* line 106, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6106. .button-area .border-top-generic {
  6107. padding: 70px 15px;
  6108. border-top: 1px dotted #eee;
  6109. }
  6110. /* line 114, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6111. .button-group-area .genric-btn {
  6112. margin-right: 10px;
  6113. margin-top: 10px;
  6114. }
  6115. /* line 117, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6116. .button-group-area .genric-btn:last-child {
  6117. margin-right: 0;
  6118. }
  6119. /* line 123, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6120. .genric-btn {
  6121. display: inline-block;
  6122. outline: none;
  6123. line-height: 40px;
  6124. padding: 0 30px;
  6125. font-size: .8em;
  6126. text-align: center;
  6127. text-decoration: none;
  6128. font-weight: 500;
  6129. cursor: pointer;
  6130. -webkit-transition: all 0.3s ease 0s;
  6131. -moz-transition: all 0.3s ease 0s;
  6132. -o-transition: all 0.3s ease 0s;
  6133. transition: all 0.3s ease 0s;
  6134. }
  6135. /* line 134, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6136. .genric-btn:focus {
  6137. outline: none;
  6138. }
  6139. /* line 137, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6140. .genric-btn.e-large {
  6141. padding: 0 40px;
  6142. line-height: 50px;
  6143. }
  6144. /* line 141, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6145. .genric-btn.large {
  6146. line-height: 45px;
  6147. }
  6148. /* line 144, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6149. .genric-btn.medium {
  6150. line-height: 30px;
  6151. }
  6152. /* line 147, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6153. .genric-btn.small {
  6154. line-height: 25px;
  6155. }
  6156. /* line 150, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6157. .genric-btn.radius {
  6158. border-radius: 3px;
  6159. }
  6160. /* line 153, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6161. .genric-btn.circle {
  6162. border-radius: 20px;
  6163. }
  6164. /* line 156, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6165. .genric-btn.arrow {
  6166. display: -webkit-inline-box;
  6167. display: -ms-inline-flexbox;
  6168. display: inline-flex;
  6169. -webkit-box-align: center;
  6170. -ms-flex-align: center;
  6171. align-items: center;
  6172. }
  6173. /* line 163, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6174. .genric-btn.arrow span {
  6175. margin-left: 10px;
  6176. }
  6177. /* line 167, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6178. .genric-btn.default {
  6179. color: #415094;
  6180. background: #f9f9ff;
  6181. border: 1px solid transparent;
  6182. }
  6183. /* line 171, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6184. .genric-btn.default:hover {
  6185. border: 1px solid #f9f9ff;
  6186. background: #fff;
  6187. }
  6188. /* line 176, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6189. .genric-btn.default-border {
  6190. border: 1px solid #f9f9ff;
  6191. background: #fff;
  6192. }
  6193. /* line 179, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6194. .genric-btn.default-border:hover {
  6195. color: #415094;
  6196. background: #f9f9ff;
  6197. border: 1px solid transparent;
  6198. }
  6199. /* line 185, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6200. .genric-btn.primary {
  6201. color: #fff;
  6202. background: #1f2b7b;
  6203. border: 1px solid transparent;
  6204. }
  6205. /* line 189, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6206. .genric-btn.primary:hover {
  6207. color: #1f2b7b;
  6208. border: 1px solid #1f2b7b;
  6209. background: #fff;
  6210. }
  6211. /* line 195, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6212. .genric-btn.primary-border {
  6213. color: #1f2b7b;
  6214. border: 1px solid #1f2b7b;
  6215. background: #fff;
  6216. }
  6217. /* line 199, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6218. .genric-btn.primary-border:hover {
  6219. color: #fff;
  6220. background: #1f2b7b;
  6221. border: 1px solid transparent;
  6222. }
  6223. /* line 205, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6224. .genric-btn.success {
  6225. color: #fff;
  6226. background: #4cd3e3;
  6227. border: 1px solid transparent;
  6228. }
  6229. /* line 209, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6230. .genric-btn.success:hover {
  6231. color: #4cd3e3;
  6232. border: 1px solid #4cd3e3;
  6233. background: #fff;
  6234. }
  6235. /* line 215, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6236. .genric-btn.success-border {
  6237. color: #4cd3e3;
  6238. border: 1px solid #4cd3e3;
  6239. background: #fff;
  6240. }
  6241. /* line 219, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6242. .genric-btn.success-border:hover {
  6243. color: #fff;
  6244. background: #4cd3e3;
  6245. border: 1px solid transparent;
  6246. }
  6247. /* line 225, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6248. .genric-btn.info {
  6249. color: #fff;
  6250. background: #38a4ff;
  6251. border: 1px solid transparent;
  6252. }
  6253. /* line 229, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6254. .genric-btn.info:hover {
  6255. color: #38a4ff;
  6256. border: 1px solid #38a4ff;
  6257. background: #fff;
  6258. }
  6259. /* line 235, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6260. .genric-btn.info-border {
  6261. color: #38a4ff;
  6262. border: 1px solid #38a4ff;
  6263. background: #fff;
  6264. }
  6265. /* line 239, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6266. .genric-btn.info-border:hover {
  6267. color: #fff;
  6268. background: #38a4ff;
  6269. border: 1px solid transparent;
  6270. }
  6271. /* line 245, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6272. .genric-btn.warning {
  6273. color: #fff;
  6274. background: #f4e700;
  6275. border: 1px solid transparent;
  6276. }
  6277. /* line 249, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6278. .genric-btn.warning:hover {
  6279. color: #f4e700;
  6280. border: 1px solid #f4e700;
  6281. background: #fff;
  6282. }
  6283. /* line 255, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6284. .genric-btn.warning-border {
  6285. color: #f4e700;
  6286. border: 1px solid #f4e700;
  6287. background: #fff;
  6288. }
  6289. /* line 259, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6290. .genric-btn.warning-border:hover {
  6291. color: #fff;
  6292. background: #f4e700;
  6293. border: 1px solid transparent;
  6294. }
  6295. /* line 265, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6296. .genric-btn.danger {
  6297. color: #fff;
  6298. background: #f44a40;
  6299. border: 1px solid transparent;
  6300. }
  6301. /* line 269, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6302. .genric-btn.danger:hover {
  6303. color: #f44a40;
  6304. border: 1px solid #f44a40;
  6305. background: #fff;
  6306. }
  6307. /* line 275, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6308. .genric-btn.danger-border {
  6309. color: #f44a40;
  6310. border: 1px solid #f44a40;
  6311. background: #fff;
  6312. }
  6313. /* line 279, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6314. .genric-btn.danger-border:hover {
  6315. color: #fff;
  6316. background: #f44a40;
  6317. border: 1px solid transparent;
  6318. }
  6319. /* line 285, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6320. .genric-btn.link {
  6321. color: #415094;
  6322. background: #f9f9ff;
  6323. text-decoration: underline;
  6324. border: 1px solid transparent;
  6325. }
  6326. /* line 290, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6327. .genric-btn.link:hover {
  6328. color: #415094;
  6329. border: 1px solid #f9f9ff;
  6330. background: #fff;
  6331. }
  6332. /* line 296, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6333. .genric-btn.link-border {
  6334. color: #415094;
  6335. border: 1px solid #f9f9ff;
  6336. background: #fff;
  6337. text-decoration: underline;
  6338. }
  6339. /* line 301, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6340. .genric-btn.link-border:hover {
  6341. color: #415094;
  6342. background: #f9f9ff;
  6343. border: 1px solid transparent;
  6344. }
  6345. /* line 307, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6346. .genric-btn.disable {
  6347. color: #222222, 0.3;
  6348. background: #f9f9ff;
  6349. border: 1px solid transparent;
  6350. cursor: not-allowed;
  6351. }
  6352. /* line 315, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6353. .generic-blockquote {
  6354. padding: 30px 50px 30px 30px;
  6355. background: #f9f9ff;
  6356. border-left: 2px solid #1f2b7b;
  6357. }
  6358. /* line 321, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6359. .progress-table-wrap {
  6360. overflow-x: scroll;
  6361. }
  6362. /* line 325, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6363. .progress-table {
  6364. background: #f9f9ff;
  6365. padding: 15px 0px 30px 0px;
  6366. min-width: 800px;
  6367. }
  6368. /* line 329, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6369. .progress-table .serial {
  6370. width: 11.83%;
  6371. padding-left: 30px;
  6372. }
  6373. /* line 333, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6374. .progress-table .country {
  6375. width: 28.07%;
  6376. }
  6377. /* line 336, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6378. .progress-table .visit {
  6379. width: 19.74%;
  6380. }
  6381. /* line 339, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6382. .progress-table .percentage {
  6383. width: 40.36%;
  6384. padding-right: 50px;
  6385. }
  6386. /* line 343, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6387. .progress-table .table-head {
  6388. display: flex;
  6389. }
  6390. /* line 345, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6391. .progress-table .table-head .serial,
  6392. .progress-table .table-head .country,
  6393. .progress-table .table-head .visit,
  6394. .progress-table .table-head .percentage {
  6395. color: #415094;
  6396. line-height: 40px;
  6397. text-transform: uppercase;
  6398. font-weight: 500;
  6399. }
  6400. /* line 355, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6401. .progress-table .table-row {
  6402. padding: 15px 0;
  6403. border-top: 1px solid #edf3fd;
  6404. display: flex;
  6405. }
  6406. /* line 359, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6407. .progress-table .table-row .serial,
  6408. .progress-table .table-row .country,
  6409. .progress-table .table-row .visit,
  6410. .progress-table .table-row .percentage {
  6411. display: flex;
  6412. align-items: center;
  6413. }
  6414. /* line 367, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6415. .progress-table .table-row .country img {
  6416. margin-right: 15px;
  6417. }
  6418. /* line 372, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6419. .progress-table .table-row .percentage .progress {
  6420. width: 80%;
  6421. border-radius: 0px;
  6422. background: transparent;
  6423. }
  6424. /* line 376, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6425. .progress-table .table-row .percentage .progress .progress-bar {
  6426. height: 5px;
  6427. line-height: 5px;
  6428. }
  6429. /* line 379, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6430. .progress-table .table-row .percentage .progress .progress-bar.color-1 {
  6431. background-color: #6382e6;
  6432. }
  6433. /* line 382, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6434. .progress-table .table-row .percentage .progress .progress-bar.color-2 {
  6435. background-color: #e66686;
  6436. }
  6437. /* line 385, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6438. .progress-table .table-row .percentage .progress .progress-bar.color-3 {
  6439. background-color: #f09359;
  6440. }
  6441. /* line 388, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6442. .progress-table .table-row .percentage .progress .progress-bar.color-4 {
  6443. background-color: #73fbaf;
  6444. }
  6445. /* line 391, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6446. .progress-table .table-row .percentage .progress .progress-bar.color-5 {
  6447. background-color: #73fbaf;
  6448. }
  6449. /* line 394, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6450. .progress-table .table-row .percentage .progress .progress-bar.color-6 {
  6451. background-color: #6382e6;
  6452. }
  6453. /* line 397, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6454. .progress-table .table-row .percentage .progress .progress-bar.color-7 {
  6455. background-color: #a367e7;
  6456. }
  6457. /* line 400, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6458. .progress-table .table-row .percentage .progress .progress-bar.color-8 {
  6459. background-color: #e66686;
  6460. }
  6461. /* line 409, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6462. .single-gallery-image {
  6463. margin-top: 30px;
  6464. background-repeat: no-repeat !important;
  6465. background-position: center center !important;
  6466. background-size: cover !important;
  6467. height: 200px;
  6468. }
  6469. /* line 417, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6470. .list-style {
  6471. width: 14px;
  6472. height: 14px;
  6473. }
  6474. /* line 423, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6475. .unordered-list li {
  6476. position: relative;
  6477. padding-left: 30px;
  6478. line-height: 1.82em !important;
  6479. }
  6480. /* line 427, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6481. .unordered-list li:before {
  6482. content: "";
  6483. position: absolute;
  6484. width: 14px;
  6485. height: 14px;
  6486. border: 3px solid #1f2b7b;
  6487. background: #fff;
  6488. top: 4px;
  6489. left: 0;
  6490. border-radius: 50%;
  6491. }
  6492. /* line 441, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6493. .ordered-list {
  6494. margin-left: 30px;
  6495. }
  6496. /* line 443, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6497. .ordered-list li {
  6498. list-style-type: decimal-leading-zero;
  6499. color: #1f2b7b;
  6500. font-weight: 500;
  6501. line-height: 1.82em !important;
  6502. }
  6503. /* line 448, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6504. .ordered-list li span {
  6505. font-weight: 300;
  6506. color: #828bb2;
  6507. }
  6508. /* line 456, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6509. .ordered-list-alpha li {
  6510. margin-left: 30px;
  6511. list-style-type: lower-alpha;
  6512. color: #1f2b7b;
  6513. font-weight: 500;
  6514. line-height: 1.82em !important;
  6515. }
  6516. /* line 462, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6517. .ordered-list-alpha li span {
  6518. font-weight: 300;
  6519. color: #828bb2;
  6520. }
  6521. /* line 470, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6522. .ordered-list-roman li {
  6523. margin-left: 30px;
  6524. list-style-type: lower-roman;
  6525. color: #1f2b7b;
  6526. font-weight: 500;
  6527. line-height: 1.82em !important;
  6528. }
  6529. /* line 476, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6530. .ordered-list-roman li span {
  6531. font-weight: 300;
  6532. color: #828bb2;
  6533. }
  6534. /* line 483, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6535. .single-input {
  6536. display: block;
  6537. width: 100%;
  6538. line-height: 40px;
  6539. border: none;
  6540. outline: none;
  6541. background: #f9f9ff;
  6542. padding: 0 20px;
  6543. }
  6544. /* line 491, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6545. .single-input:focus {
  6546. outline: none;
  6547. }
  6548. /* line 496, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6549. .input-group-icon {
  6550. position: relative;
  6551. }
  6552. /* line 498, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6553. .input-group-icon .icon {
  6554. position: absolute;
  6555. left: 20px;
  6556. top: 0;
  6557. line-height: 40px;
  6558. z-index: 3;
  6559. }
  6560. /* line 503, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6561. .input-group-icon .icon i {
  6562. color: #797979;
  6563. }
  6564. /* line 508, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6565. .input-group-icon .single-input {
  6566. padding-left: 45px;
  6567. }
  6568. /* line 513, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6569. .single-textarea {
  6570. display: block;
  6571. width: 100%;
  6572. line-height: 40px;
  6573. border: none;
  6574. outline: none;
  6575. background: #f9f9ff;
  6576. padding: 0 20px;
  6577. height: 100px;
  6578. resize: none;
  6579. }
  6580. /* line 523, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6581. .single-textarea:focus {
  6582. outline: none;
  6583. }
  6584. /* line 528, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6585. .single-input-primary {
  6586. display: block;
  6587. width: 100%;
  6588. line-height: 40px;
  6589. border: 1px solid transparent;
  6590. outline: none;
  6591. background: #f9f9ff;
  6592. padding: 0 20px;
  6593. }
  6594. /* line 536, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6595. .single-input-primary:focus {
  6596. outline: none;
  6597. border: 1px solid #1f2b7b;
  6598. }
  6599. /* line 542, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6600. .single-input-accent {
  6601. display: block;
  6602. width: 100%;
  6603. line-height: 40px;
  6604. border: 1px solid transparent;
  6605. outline: none;
  6606. background: #f9f9ff;
  6607. padding: 0 20px;
  6608. }
  6609. /* line 550, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6610. .single-input-accent:focus {
  6611. outline: none;
  6612. border: 1px solid #eb6b55;
  6613. }
  6614. /* line 556, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6615. .single-input-secondary {
  6616. display: block;
  6617. width: 100%;
  6618. line-height: 40px;
  6619. border: 1px solid transparent;
  6620. outline: none;
  6621. background: #f9f9ff;
  6622. padding: 0 20px;
  6623. }
  6624. /* line 564, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6625. .single-input-secondary:focus {
  6626. outline: none;
  6627. border: 1px solid #f09359;
  6628. }
  6629. /* line 570, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6630. .default-switch {
  6631. width: 35px;
  6632. height: 17px;
  6633. border-radius: 8.5px;
  6634. background: #f9f9ff;
  6635. position: relative;
  6636. cursor: pointer;
  6637. }
  6638. /* line 577, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6639. .default-switch input {
  6640. position: absolute;
  6641. left: 0;
  6642. top: 0;
  6643. right: 0;
  6644. bottom: 0;
  6645. width: 100%;
  6646. height: 100%;
  6647. opacity: 0;
  6648. cursor: pointer;
  6649. }
  6650. /* line 587, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6651. .default-switch input + label {
  6652. position: absolute;
  6653. top: 1px;
  6654. left: 1px;
  6655. width: 15px;
  6656. height: 15px;
  6657. border-radius: 50%;
  6658. background: #1f2b7b;
  6659. -webkit-transition: all 0.2s;
  6660. -moz-transition: all 0.2s;
  6661. -o-transition: all 0.2s;
  6662. transition: all 0.2s;
  6663. box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  6664. cursor: pointer;
  6665. }
  6666. /* line 600, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6667. .default-switch input:checked + label {
  6668. left: 19px;
  6669. }
  6670. /* line 607, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6671. .primary-switch {
  6672. width: 35px;
  6673. height: 17px;
  6674. border-radius: 8.5px;
  6675. background: #f9f9ff;
  6676. position: relative;
  6677. cursor: pointer;
  6678. }
  6679. /* line 614, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6680. .primary-switch input {
  6681. position: absolute;
  6682. left: 0;
  6683. top: 0;
  6684. right: 0;
  6685. bottom: 0;
  6686. width: 100%;
  6687. height: 100%;
  6688. opacity: 0;
  6689. }
  6690. /* line 623, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6691. .primary-switch input + label {
  6692. position: absolute;
  6693. left: 0;
  6694. top: 0;
  6695. right: 0;
  6696. bottom: 0;
  6697. width: 100%;
  6698. height: 100%;
  6699. }
  6700. /* line 631, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6701. .primary-switch input + label:before {
  6702. content: "";
  6703. position: absolute;
  6704. left: 0;
  6705. top: 0;
  6706. right: 0;
  6707. bottom: 0;
  6708. width: 100%;
  6709. height: 100%;
  6710. background: transparent;
  6711. border-radius: 8.5px;
  6712. cursor: pointer;
  6713. -webkit-transition: all 0.2s;
  6714. -moz-transition: all 0.2s;
  6715. -o-transition: all 0.2s;
  6716. transition: all 0.2s;
  6717. }
  6718. /* line 645, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6719. .primary-switch input + label:after {
  6720. content: "";
  6721. position: absolute;
  6722. top: 1px;
  6723. left: 1px;
  6724. width: 15px;
  6725. height: 15px;
  6726. border-radius: 50%;
  6727. background: #fff;
  6728. -webkit-transition: all 0.2s;
  6729. -moz-transition: all 0.2s;
  6730. -o-transition: all 0.2s;
  6731. transition: all 0.2s;
  6732. box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  6733. cursor: pointer;
  6734. }
  6735. /* line 661, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6736. .primary-switch input:checked + label:after {
  6737. left: 19px;
  6738. }
  6739. /* line 664, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6740. .primary-switch input:checked + label:before {
  6741. background: #1f2b7b;
  6742. }
  6743. /* line 672, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6744. .confirm-switch {
  6745. width: 35px;
  6746. height: 17px;
  6747. border-radius: 8.5px;
  6748. background: #f9f9ff;
  6749. position: relative;
  6750. cursor: pointer;
  6751. }
  6752. /* line 679, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6753. .confirm-switch input {
  6754. position: absolute;
  6755. left: 0;
  6756. top: 0;
  6757. right: 0;
  6758. bottom: 0;
  6759. width: 100%;
  6760. height: 100%;
  6761. opacity: 0;
  6762. }
  6763. /* line 688, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6764. .confirm-switch input + label {
  6765. position: absolute;
  6766. left: 0;
  6767. top: 0;
  6768. right: 0;
  6769. bottom: 0;
  6770. width: 100%;
  6771. height: 100%;
  6772. }
  6773. /* line 696, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6774. .confirm-switch input + label:before {
  6775. content: "";
  6776. position: absolute;
  6777. left: 0;
  6778. top: 0;
  6779. right: 0;
  6780. bottom: 0;
  6781. width: 100%;
  6782. height: 100%;
  6783. background: transparent;
  6784. border-radius: 8.5px;
  6785. -webkit-transition: all 0.2s;
  6786. -moz-transition: all 0.2s;
  6787. -o-transition: all 0.2s;
  6788. transition: all 0.2s;
  6789. cursor: pointer;
  6790. }
  6791. /* line 710, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6792. .confirm-switch input + label:after {
  6793. content: "";
  6794. position: absolute;
  6795. top: 1px;
  6796. left: 1px;
  6797. width: 15px;
  6798. height: 15px;
  6799. border-radius: 50%;
  6800. background: #fff;
  6801. -webkit-transition: all 0.2s;
  6802. -moz-transition: all 0.2s;
  6803. -o-transition: all 0.2s;
  6804. transition: all 0.2s;
  6805. box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  6806. cursor: pointer;
  6807. }
  6808. /* line 726, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6809. .confirm-switch input:checked + label:after {
  6810. left: 19px;
  6811. }
  6812. /* line 729, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6813. .confirm-switch input:checked + label:before {
  6814. background: #4cd3e3;
  6815. }
  6816. /* line 737, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6817. .primary-checkbox {
  6818. width: 16px;
  6819. height: 16px;
  6820. border-radius: 3px;
  6821. background: #f9f9ff;
  6822. position: relative;
  6823. cursor: pointer;
  6824. }
  6825. /* line 744, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6826. .primary-checkbox input {
  6827. position: absolute;
  6828. left: 0;
  6829. top: 0;
  6830. right: 0;
  6831. bottom: 0;
  6832. width: 100%;
  6833. height: 100%;
  6834. opacity: 0;
  6835. }
  6836. /* line 753, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6837. .primary-checkbox input + label {
  6838. position: absolute;
  6839. left: 0;
  6840. top: 0;
  6841. right: 0;
  6842. bottom: 0;
  6843. width: 100%;
  6844. height: 100%;
  6845. border-radius: 3px;
  6846. cursor: pointer;
  6847. border: 1px solid #f1f1f1;
  6848. }
  6849. /* line 766, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6850. .primary-checkbox input:checked + label {
  6851. background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  6852. border: none;
  6853. }
  6854. /* line 774, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6855. .confirm-checkbox {
  6856. width: 16px;
  6857. height: 16px;
  6858. border-radius: 3px;
  6859. background: #f9f9ff;
  6860. position: relative;
  6861. cursor: pointer;
  6862. }
  6863. /* line 781, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6864. .confirm-checkbox input {
  6865. position: absolute;
  6866. left: 0;
  6867. top: 0;
  6868. right: 0;
  6869. bottom: 0;
  6870. width: 100%;
  6871. height: 100%;
  6872. opacity: 0;
  6873. }
  6874. /* line 790, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6875. .confirm-checkbox input + label {
  6876. position: absolute;
  6877. left: 0;
  6878. top: 0;
  6879. right: 0;
  6880. bottom: 0;
  6881. width: 100%;
  6882. height: 100%;
  6883. border-radius: 3px;
  6884. cursor: pointer;
  6885. border: 1px solid #f1f1f1;
  6886. }
  6887. /* line 803, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6888. .confirm-checkbox input:checked + label {
  6889. background: url(../img/elements/success-check.png) no-repeat center center/cover;
  6890. border: none;
  6891. }
  6892. /* line 811, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6893. .disabled-checkbox {
  6894. width: 16px;
  6895. height: 16px;
  6896. border-radius: 3px;
  6897. background: #f9f9ff;
  6898. position: relative;
  6899. cursor: pointer;
  6900. }
  6901. /* line 818, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6902. .disabled-checkbox input {
  6903. position: absolute;
  6904. left: 0;
  6905. top: 0;
  6906. right: 0;
  6907. bottom: 0;
  6908. width: 100%;
  6909. height: 100%;
  6910. opacity: 0;
  6911. }
  6912. /* line 827, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6913. .disabled-checkbox input + label {
  6914. position: absolute;
  6915. left: 0;
  6916. top: 0;
  6917. right: 0;
  6918. bottom: 0;
  6919. width: 100%;
  6920. height: 100%;
  6921. border-radius: 3px;
  6922. cursor: pointer;
  6923. border: 1px solid #f1f1f1;
  6924. }
  6925. /* line 839, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6926. .disabled-checkbox input:disabled {
  6927. cursor: not-allowed;
  6928. z-index: 3;
  6929. }
  6930. /* line 844, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6931. .disabled-checkbox input:checked + label {
  6932. background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  6933. border: none;
  6934. }
  6935. /* line 852, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6936. .primary-radio {
  6937. width: 16px;
  6938. height: 16px;
  6939. border-radius: 8px;
  6940. background: #f9f9ff;
  6941. position: relative;
  6942. cursor: pointer;
  6943. }
  6944. /* line 859, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6945. .primary-radio input {
  6946. position: absolute;
  6947. left: 0;
  6948. top: 0;
  6949. right: 0;
  6950. bottom: 0;
  6951. width: 100%;
  6952. height: 100%;
  6953. opacity: 0;
  6954. }
  6955. /* line 868, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6956. .primary-radio input + label {
  6957. position: absolute;
  6958. left: 0;
  6959. top: 0;
  6960. right: 0;
  6961. bottom: 0;
  6962. width: 100%;
  6963. height: 100%;
  6964. border-radius: 8px;
  6965. cursor: pointer;
  6966. border: 1px solid #f1f1f1;
  6967. }
  6968. /* line 881, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6969. .primary-radio input:checked + label {
  6970. background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  6971. border: none;
  6972. }
  6973. /* line 889, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6974. .confirm-radio {
  6975. width: 16px;
  6976. height: 16px;
  6977. border-radius: 8px;
  6978. background: #f9f9ff;
  6979. position: relative;
  6980. cursor: pointer;
  6981. }
  6982. /* line 896, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6983. .confirm-radio input {
  6984. position: absolute;
  6985. left: 0;
  6986. top: 0;
  6987. right: 0;
  6988. bottom: 0;
  6989. width: 100%;
  6990. height: 100%;
  6991. opacity: 0;
  6992. }
  6993. /* line 905, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  6994. .confirm-radio input + label {
  6995. position: absolute;
  6996. left: 0;
  6997. top: 0;
  6998. right: 0;
  6999. bottom: 0;
  7000. width: 100%;
  7001. height: 100%;
  7002. border-radius: 8px;
  7003. cursor: pointer;
  7004. border: 1px solid #f1f1f1;
  7005. }
  7006. /* line 918, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7007. .confirm-radio input:checked + label {
  7008. background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  7009. border: none;
  7010. }
  7011. /* line 926, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7012. .disabled-radio {
  7013. width: 16px;
  7014. height: 16px;
  7015. border-radius: 8px;
  7016. background: #f9f9ff;
  7017. position: relative;
  7018. cursor: pointer;
  7019. }
  7020. /* line 933, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7021. .disabled-radio input {
  7022. position: absolute;
  7023. left: 0;
  7024. top: 0;
  7025. right: 0;
  7026. bottom: 0;
  7027. width: 100%;
  7028. height: 100%;
  7029. opacity: 0;
  7030. }
  7031. /* line 942, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7032. .disabled-radio input + label {
  7033. position: absolute;
  7034. left: 0;
  7035. top: 0;
  7036. right: 0;
  7037. bottom: 0;
  7038. width: 100%;
  7039. height: 100%;
  7040. border-radius: 8px;
  7041. cursor: pointer;
  7042. border: 1px solid #f1f1f1;
  7043. }
  7044. /* line 954, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7045. .disabled-radio input:disabled {
  7046. cursor: not-allowed;
  7047. z-index: 3;
  7048. }
  7049. /* line 959, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7050. .disabled-radio input:checked + label {
  7051. background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  7052. border: none;
  7053. }
  7054. /* line 967, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7055. .default-select {
  7056. height: 40px;
  7057. }
  7058. /* line 969, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7059. .default-select .nice-select {
  7060. border: none;
  7061. border-radius: 0px;
  7062. height: 40px;
  7063. background: #f9f9ff;
  7064. padding-left: 20px;
  7065. padding-right: 40px;
  7066. }
  7067. /* line 976, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7068. .default-select .nice-select .list {
  7069. margin-top: 0;
  7070. border: none;
  7071. border-radius: 0px;
  7072. box-shadow: none;
  7073. width: 100%;
  7074. padding: 10px 0 10px 0px;
  7075. }
  7076. /* line 983, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7077. .default-select .nice-select .list .option {
  7078. font-weight: 300;
  7079. -webkit-transition: all 0.3s ease 0s;
  7080. -moz-transition: all 0.3s ease 0s;
  7081. -o-transition: all 0.3s ease 0s;
  7082. transition: all 0.3s ease 0s;
  7083. line-height: 28px;
  7084. min-height: 28px;
  7085. font-size: 12px;
  7086. padding-left: 20px;
  7087. }
  7088. /* line 990, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7089. .default-select .nice-select .list .option.selected {
  7090. color: #1f2b7b;
  7091. background: transparent;
  7092. }
  7093. /* line 994, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7094. .default-select .nice-select .list .option:hover {
  7095. color: #1f2b7b;
  7096. background: transparent;
  7097. }
  7098. /* line 1001, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7099. .default-select .current {
  7100. margin-right: 50px;
  7101. font-weight: 300;
  7102. }
  7103. /* line 1005, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7104. .default-select .nice-select::after {
  7105. right: 20px;
  7106. }
  7107. /* line 1010, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7108. .form-select {
  7109. height: 40px;
  7110. width: 100%;
  7111. }
  7112. /* line 1013, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7113. .form-select .nice-select {
  7114. border: none;
  7115. border-radius: 0px;
  7116. height: 40px;
  7117. background: #f9f9ff;
  7118. padding-left: 45px;
  7119. padding-right: 40px;
  7120. width: 100%;
  7121. }
  7122. /* line 1021, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7123. .form-select .nice-select .list {
  7124. margin-top: 0;
  7125. border: none;
  7126. border-radius: 0px;
  7127. box-shadow: none;
  7128. width: 100%;
  7129. padding: 10px 0 10px 0px;
  7130. }
  7131. /* line 1028, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7132. .form-select .nice-select .list .option {
  7133. font-weight: 300;
  7134. -webkit-transition: all 0.3s ease 0s;
  7135. -moz-transition: all 0.3s ease 0s;
  7136. -o-transition: all 0.3s ease 0s;
  7137. transition: all 0.3s ease 0s;
  7138. line-height: 28px;
  7139. min-height: 28px;
  7140. font-size: 12px;
  7141. padding-left: 45px;
  7142. }
  7143. /* line 1035, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7144. .form-select .nice-select .list .option.selected {
  7145. color: #1f2b7b;
  7146. background: transparent;
  7147. }
  7148. /* line 1039, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7149. .form-select .nice-select .list .option:hover {
  7150. color: #1f2b7b;
  7151. background: transparent;
  7152. }
  7153. /* line 1046, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7154. .form-select .current {
  7155. margin-right: 50px;
  7156. font-weight: 300;
  7157. }
  7158. /* line 1050, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7159. .form-select .nice-select::after {
  7160. right: 20px;
  7161. }
  7162. /* line 1054, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7163. .mt-10 {
  7164. margin-top: 10px;
  7165. }
  7166. /* line 1057, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7167. .section-top-border {
  7168. padding: 50px 0;
  7169. border-top: 1px dotted #eee;
  7170. }
  7171. /* line 1061, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7172. .mb-30 {
  7173. margin-bottom: 30px;
  7174. }
  7175. /* line 1064, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7176. .mt-30 {
  7177. margin-top: 30px;
  7178. }
  7179. /* line 1067, ../../../sponDon TI/Running Project/259.Finance_HTML/assets/scss/_elements.scss */
  7180. .switch-wrap {
  7181. margin-bottom: 10px;
  7182. }
  7183. /*# sourceMappingURL=style.css.map */