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.
 
 

10744 line
212 KiB

  1. /*
  2. @File: StartP Template Styles
  3. * This file contains the styling for the actual template, this
  4. is the file you need to edit to change the look of the
  5. template.
  6. This files table contents are outlined below>>>>>
  7. *******************************************
  8. *******************************************
  9. ==== INDEX PAGE CSS
  10. ** - Default CSS
  11. ** - Preloader CSS
  12. ** - Navbar CSS
  13. ** - Main Banner CSS
  14. ** - Boxes CSS
  15. ** - About CSS
  16. ** - Why Choose Us CSS
  17. ** - Services CSS
  18. ** - Services Details CSS
  19. ** - Features CSS
  20. ** - Features Details CSS
  21. ** - Team CSS
  22. ** - Works CSS
  23. ** - Fun Facts CSS
  24. ** - Pricing CSS
  25. ** - Domain Search CSS
  26. ** - Feedback CSS
  27. ** - Ready To Talk CSS
  28. ** - Partner CSS
  29. ** - Blog CSS
  30. ** - Shop CSS
  31. ** - Shop Details CSS
  32. ** - Cart CSS
  33. ** - Checkout CSS
  34. ** - Page Title CSS
  35. ** - FAQ CSS
  36. ** - Pagination CSS
  37. ** - Blog Details CSS
  38. ** - Sidebar Widget CSS
  39. ** - Project Details CSS
  40. ** - Contact CSS
  41. ** - Coming Soon CSS
  42. ** - 404 Error CSS
  43. ** - CTA CSS
  44. ** - Repair Main Banner CSS
  45. ** - Repair Partner CSS
  46. ** - Repair About CSS
  47. ** - Repair Services CSS
  48. ** - Repair CTA CSS
  49. ** - Repair Team CSS
  50. ** - Repair Why Choose Us CSS
  51. ** - Repair Feedback CSS
  52. ** - IoT Main Banner CSS
  53. ** - IoT Partner CSS
  54. ** - Iot Services CSS
  55. ** - IoT CTA CSS
  56. ** - IoT Features CSS
  57. ** - IoT Team CSS
  58. ** - IoT Why Choose Us CSS
  59. ** - ML Main Banner CSS
  60. ** - ML Partner CSS
  61. ** - Our Solutions CSS
  62. ** - ML About CSS
  63. ** - ML Services CSS
  64. ** - ML Feedback CSS
  65. ** - Free Trial CSS
  66. ** - ML Projects CSS
  67. ** - Agency Main Banner CSS
  68. ** - Our Solutions CSS
  69. ** - Agency About CSS
  70. ** - Agency Services CSS
  71. ** - Testimonials CSS
  72. ** - Agency CTA CSS
  73. ** - Agency Portfolio Main Banner CSS
  74. ** - Our Latest Projects CSS
  75. ** - Agency Portfolio About CSS
  76. ** - Agency Portfolio Partner CSS
  77. ** - Creative Area CSS
  78. ** - Footer CSS
  79. ** - Auth Form CSS
  80. ** - Go Top CSS
  81. */
  82. /*================================================
  83. Default CSS
  84. =================================================*/
  85. @import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
  86. body {
  87. font-family: "Poppins", sans-serif;
  88. padding: 0;
  89. margin: 0;
  90. font-size: 14px;
  91. }
  92. :root {
  93. scroll-behavior: inherit;
  94. }
  95. img {
  96. max-width: 100%;
  97. }
  98. a {
  99. color: #0e314c;
  100. display: inline-block;
  101. -webkit-transition: 0.5s;
  102. transition: 0.5s;
  103. text-decoration: none;
  104. outline: 0 !important;
  105. }
  106. a:hover, a:focus {
  107. color: #EB1928;
  108. text-decoration: none;
  109. }
  110. .d-table {
  111. width: 100%;
  112. height: 100%;
  113. }
  114. .d-table-cell {
  115. vertical-align: middle;
  116. }
  117. p {
  118. color: #0e314c;
  119. line-height: 1.8;
  120. }
  121. p:last-child {
  122. margin-bottom: 0;
  123. }
  124. .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  125. color: #0e314c;
  126. font-weight: 500;
  127. }
  128. .text-right {
  129. text-align: end;
  130. }
  131. :focus {
  132. outline: 0 !important;
  133. }
  134. .ptb-80 {
  135. padding-top: 80px;
  136. padding-bottom: 80px;
  137. }
  138. .pt-80 {
  139. padding-top: 80px;
  140. }
  141. .pb-50 {
  142. padding-bottom: 50px;
  143. }
  144. .bg-f7fafd {
  145. background-color: #f7fafd;
  146. }
  147. .bg-f9f6f6 {
  148. background-color: #f9f6f6;
  149. }
  150. .bg-f9fafb {
  151. background-color: #f9fafb;
  152. }
  153. .bg-0f054b {
  154. background-color: #0f054b;
  155. }
  156. .bg-eef6fd {
  157. background-color: #eef6fd;
  158. }
  159. .pb-80 {
  160. padding-bottom: 80px;
  161. }
  162. textarea.form-control {
  163. height: auto !important;
  164. }
  165. /* owl carousel btn */
  166. .owl-theme-style.owl-theme .owl-nav {
  167. margin-top: 0;
  168. }
  169. .owl-theme-style.owl-theme .owl-nav.disabled + .owl-dots {
  170. margin-top: 10px;
  171. line-height: 0.01;
  172. }
  173. .owl-theme-style.owl-theme .owl-dots {
  174. margin-top: 20px;
  175. line-height: 0.01;
  176. }
  177. .owl-theme-style.owl-theme .owl-dots .owl-dot span {
  178. width: 15px;
  179. height: 15px;
  180. margin: 0 5px;
  181. background: #D6D6D6;
  182. -webkit-transition: .4s;
  183. transition: .4s;
  184. border-radius: 50%;
  185. }
  186. .owl-theme-style.owl-theme .owl-dots .owl-dot:hover span, .owl-theme-style.owl-theme .owl-dots .owl-dot.active span {
  187. background: #44ce6f;
  188. }
  189. /* btn btn-primary */
  190. .btn-primary {
  191. color: #ffffff;
  192. background-color: #EB1928;
  193. -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  194. box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  195. }
  196. .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  197. color: #ffffff;
  198. background: #0e314c;
  199. -webkit-transform: translateY(-5px);
  200. transform: translateY(-5px);
  201. -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  202. box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  203. }
  204. .btn-primary.focus, .btn-primary:focus {
  205. -webkit-box-shadow: unset;
  206. box-shadow: unset;
  207. }
  208. .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  209. -webkit-box-shadow: unset;
  210. box-shadow: unset;
  211. }
  212. .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary .show > .btn-primary.dropdown-toggle {
  213. color: #ffffff;
  214. background: #0e314c;
  215. -webkit-transform: translateY(-5px);
  216. transform: translateY(-5px);
  217. -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  218. box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  219. }
  220. .btn-primary.disabled, .btn-primary:disabled {
  221. color: #ffffff;
  222. background-color: #44ce6f;
  223. -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  224. box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  225. opacity: 1;
  226. }
  227. .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary:disabled:hover, .btn-primary:disabled:focus {
  228. background: #0e314c;
  229. -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  230. box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  231. }
  232. .btn {
  233. font-weight: 600;
  234. font-size: 14px;
  235. border: none;
  236. padding: 15px 40px;
  237. position: relative;
  238. border-radius: 4px;
  239. z-index: 1;
  240. text-transform: uppercase;
  241. -webkit-transition: 0.5s;
  242. transition: 0.5s;
  243. }
  244. .btn::after, .btn::before {
  245. content: '';
  246. position: absolute;
  247. top: 0;
  248. height: 100%;
  249. width: 0;
  250. -webkit-transition: 0.5s;
  251. transition: 0.5s;
  252. background: #EB1928;
  253. z-index: -1;
  254. }
  255. .btn::after {
  256. left: 0;
  257. border-radius: 4px 0 0 4px;
  258. }
  259. .btn::before {
  260. right: 0;
  261. border-radius: 0 4px 4px 0;
  262. }
  263. .btn:hover::after, .btn:hover::before {
  264. width: 50%;
  265. }
  266. /* btn-secondary */
  267. .btn.btn-secondary {
  268. text-transform: capitalize;
  269. border-radius: 0;
  270. background-color: #44ce6f;
  271. padding: 13px 30px;
  272. -webkit-box-shadow: 5px 5px 5px #a6f5be;
  273. box-shadow: 5px 5px 5px #a6f5be;
  274. margin-right: 5px;
  275. margin-bottom: 5px;
  276. font-size: 14px;
  277. font-weight: 500;
  278. }
  279. .btn.btn-secondary::before {
  280. border-radius: 0;
  281. background: #EB1928;
  282. }
  283. .btn.btn-secondary::after {
  284. border-radius: 0;
  285. background: #EB1928;
  286. }
  287. .btn.btn-secondary:not(:disabled):not(.disabled).active, .btn.btn-secondary:not(:disabled):not(.disabled):active, .show > .btn.btn-secondary.dropdown-toggle {
  288. color: #ffffff;
  289. background-color: #44ce6f;
  290. border-color: #44ce6f;
  291. }
  292. .btn.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn.btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn.btn-secondary.dropdown-toggle:focus {
  293. -webkit-box-shadow: 5px 5px 5px #e9caf5;
  294. box-shadow: 5px 5px 5px #e9caf5;
  295. }
  296. .btn.btn-secondary:focus {
  297. color: #ffffff;
  298. }
  299. .btn.btn-secondary:hover, .btn.btn-secondary:focus {
  300. -webkit-box-shadow: 5px 5px 5px #e9caf5;
  301. box-shadow: 5px 5px 5px #e9caf5;
  302. }
  303. /* Form control */
  304. .form-group {
  305. margin-bottom: 18px;
  306. }
  307. label {
  308. color: #0e314c;
  309. font-size: 15px;
  310. font-weight: 500;
  311. margin-bottom: 10px;
  312. }
  313. .form-control {
  314. height: 45px;
  315. padding: 10px;
  316. font-size: 14px;
  317. color: #0e314c;
  318. border: 1px solid #eeeeee;
  319. border-radius: 0;
  320. background: #eeeeee;
  321. -webkit-transition: 0.5s;
  322. transition: 0.5s;
  323. }
  324. .form-control:focus {
  325. outline: 0;
  326. background: #ffffff;
  327. -webkit-box-shadow: unset;
  328. box-shadow: unset;
  329. border-color: #44ce6f;
  330. }
  331. /* Section Title */
  332. .section-title {
  333. text-align: center;
  334. margin-bottom: 50px;
  335. }
  336. .section-title h2 {
  337. margin-bottom: 0;
  338. text-transform: capitalize;
  339. font-size: 30px;
  340. font-weight: 600;
  341. }
  342. .section-title p {
  343. max-width: 520px;
  344. margin: 0 auto;
  345. }
  346. .section-title .bar {
  347. height: 5px;
  348. width: 90px;
  349. background: #EB1928;
  350. margin: 20px auto;
  351. position: relative;
  352. border-radius: 30px;
  353. }
  354. .section-title .bar::before {
  355. content: '';
  356. position: absolute;
  357. left: 0;
  358. top: -2.7px;
  359. height: 10px;
  360. width: 10px;
  361. border-radius: 50%;
  362. background: #EB1928;
  363. -webkit-animation-duration: 3s;
  364. animation-duration: 3s;
  365. -webkit-animation-timing-function: linear;
  366. animation-timing-function: linear;
  367. -webkit-animation-iteration-count: infinite;
  368. animation-iteration-count: infinite;
  369. -webkit-animation-name: MOVE-BG;
  370. animation-name: MOVE-BG;
  371. }
  372. .section-title .sub-title {
  373. display: inline-block;
  374. color: #EB1928;
  375. background-color: #f5dffd;
  376. margin-bottom: 18px;
  377. border-radius: 30px;
  378. padding: 5px 20px 4px;
  379. font-size: 13px;
  380. }
  381. .section-title.text-left {
  382. text-align: left;
  383. }
  384. .section-title.text-left h2 {
  385. font-weight: 500;
  386. }
  387. .section-title.text-left h2 span {
  388. display: inline-block;
  389. font-weight: 700;
  390. }
  391. .section-title.text-left p {
  392. margin-left: 0;
  393. margin-right: 0;
  394. margin-top: 10px;
  395. }
  396. @-webkit-keyframes MOVE-BG {
  397. from {
  398. -webkit-transform: translateX(0);
  399. transform: translateX(0);
  400. }
  401. to {
  402. -webkit-transform: translateX(88px);
  403. transform: translateX(88px);
  404. }
  405. }
  406. @keyframes MOVE-BG {
  407. from {
  408. -webkit-transform: translateX(0);
  409. transform: translateX(0);
  410. }
  411. to {
  412. -webkit-transform: translateX(88px);
  413. transform: translateX(88px);
  414. }
  415. }
  416. /*================================================
  417. Preloader CSS
  418. =================================================*/
  419. .preloader {
  420. position: fixed;
  421. left: 0;
  422. top: 0;
  423. width: 100%;
  424. height: 100%;
  425. z-index: 9999999;
  426. background: #44ce6f;
  427. }
  428. .preloader .spinner {
  429. width: 60px;
  430. height: 60px;
  431. background-color: #ffffff;
  432. margin: 0 auto;
  433. -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  434. animation: sk-rotateplane 1.2s infinite ease-in-out;
  435. position: absolute;
  436. right: 0;
  437. left: 0;
  438. -webkit-box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.4);
  439. box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.4);
  440. top: 50%;
  441. margin-top: -75px;
  442. }
  443. @-webkit-keyframes sk-rotateplane {
  444. 0% {
  445. -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  446. transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  447. }
  448. 50% {
  449. -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  450. transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  451. }
  452. 100% {
  453. -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  454. transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  455. }
  456. }
  457. @keyframes sk-rotateplane {
  458. 0% {
  459. -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  460. transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  461. }
  462. 50% {
  463. -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  464. transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  465. }
  466. 100% {
  467. -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  468. transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  469. }
  470. }
  471. /*================================================
  472. Navbar CSS
  473. =================================================*/
  474. .startp-responsive-nav {
  475. display: none;
  476. }
  477. #header.headroom {
  478. position: fixed;
  479. width: 100%;
  480. z-index: 9999;
  481. top: 0;
  482. left: 0;
  483. background-color: transparent;
  484. -webkit-transition: .3s;
  485. transition: .3s;
  486. padding-top: 15px;
  487. }
  488. #header.headroom.is-sticky {
  489. -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  490. box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  491. background-color: #ffffff !important;
  492. padding-top: 15px;
  493. padding-bottom: 15px;
  494. }
  495. #header.headroom.navbar-style-two {
  496. background-color: #ffffff;
  497. padding-top: 15px;
  498. padding-bottom: 15px;
  499. }
  500. #header.headroom--pinned {
  501. -webkit-transform: translateY(0%);
  502. transform: translateY(0%);
  503. }
  504. #header.headroom--unpinned {
  505. -webkit-transform: translateY(-100%);
  506. transform: translateY(-100%);
  507. opacity: 0;
  508. visibility: hidden;
  509. }
  510. .startp-nav {
  511. background: transparent;
  512. }
  513. .startp-nav nav {
  514. padding: 0;
  515. }
  516. .startp-nav nav ul {
  517. padding: 0;
  518. margin: 0;
  519. list-style-type: none;
  520. }
  521. .startp-nav nav .navbar-nav .nav-item {
  522. position: relative;
  523. padding: 15px 0;
  524. }
  525. .startp-nav nav .navbar-nav .nav-item a {
  526. font-weight: 500;
  527. font-size: 15px;
  528. color: #4a6f8a;
  529. padding-left: 0;
  530. padding-right: 0;
  531. padding-top: 0;
  532. padding-bottom: 0;
  533. margin-left: 14px;
  534. margin-right: 14px;
  535. }
  536. .startp-nav nav .navbar-nav .nav-item a:hover, .startp-nav nav .navbar-nav .nav-item a:focus, .startp-nav nav .navbar-nav .nav-item a.active {
  537. color: #EB1928;
  538. }
  539. .startp-nav nav .navbar-nav .nav-item a svg {
  540. width: 14px;
  541. }
  542. .startp-nav nav .navbar-nav .nav-item .dropdown-menu {
  543. -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  544. box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  545. background: #ffffff;
  546. position: absolute;
  547. border: none;
  548. top: 80px;
  549. left: 0;
  550. width: 250px;
  551. display: block;
  552. z-index: 99;
  553. padding-top: 15px;
  554. padding-left: 5px;
  555. padding-right: 5px;
  556. padding-bottom: 15px;
  557. opacity: 0;
  558. border-radius: 5px;
  559. visibility: hidden;
  560. -webkit-transition: all 0.3s ease-in-out;
  561. transition: all 0.3s ease-in-out;
  562. }
  563. .startp-nav nav .navbar-nav .nav-item .dropdown-menu li {
  564. position: relative;
  565. padding: 0;
  566. }
  567. .startp-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  568. font-size: 14px;
  569. font-weight: 500;
  570. padding: 8px 15px;
  571. margin: 0;
  572. display: block;
  573. color: #4a6f8a;
  574. }
  575. .startp-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover, .startp-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus, .startp-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  576. color: #EB1928;
  577. }
  578. .startp-nav nav .navbar-nav .nav-item .dropdown-menu li a svg, .startp-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  579. float: right;
  580. }
  581. .startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  582. position: absolute;
  583. left: 100%;
  584. top: 0;
  585. opacity: 0 !important;
  586. visibility: hidden !important;
  587. }
  588. .startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  589. color: #4a6f8a;
  590. }
  591. .startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .startp-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  592. color: #EB1928;
  593. }
  594. .startp-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  595. opacity: 1 !important;
  596. visibility: visible !important;
  597. top: -10px !important;
  598. }
  599. .startp-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
  600. color: #EB1928;
  601. }
  602. .startp-nav nav .navbar-nav .nav-item:hover ul {
  603. opacity: 1;
  604. visibility: visible;
  605. top: 100%;
  606. }
  607. .startp-nav nav .others-option {
  608. margin-left: 20px;
  609. }
  610. .startp-nav nav .others-option .cart-wrapper-btn {
  611. position: relative;
  612. margin-right: 30px;
  613. }
  614. .startp-nav nav .others-option .cart-wrapper-btn svg {
  615. width: 15px;
  616. }
  617. .startp-nav nav .others-option .cart-wrapper-btn i {
  618. font-size: 20px;
  619. }
  620. .startp-nav nav .others-option .cart-wrapper-btn span {
  621. background-color: red;
  622. color: #ffffff;
  623. font-size: 9px;
  624. width: 13px;
  625. height: 13px;
  626. text-align: center;
  627. line-height: 14px;
  628. border-radius: 50%;
  629. position: absolute;
  630. top: -2px;
  631. right: -9px;
  632. }
  633. .startp-nav nav .others-option .btn.btn-light {
  634. background: transparent;
  635. border: 2px dashed #cdf1d8;
  636. padding: 12px 33px;
  637. margin-right: 10px;
  638. }
  639. .startp-nav nav .others-option .btn.btn-light:focus {
  640. color: #0e314c !important;
  641. }
  642. .startp-nav nav .others-option .btn.btn-light:hover, .startp-nav nav .others-option .btn.btn-light:focus {
  643. color: #ffffff;
  644. border-color: #EB1928;
  645. }
  646. .startp-nav nav .others-option .btn.btn-light::after, .startp-nav nav .others-option .btn.btn-light::before {
  647. background: #EB1928;
  648. }
  649. .startp-nav nav .others-option .btn.btn-primary {
  650. background: #024273;
  651. -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  652. box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  653. }
  654. .startp-nav nav .others-option .btn.btn-primary::after, .startp-nav nav .others-option .btn.btn-primary::before {
  655. background: #EB1928;
  656. -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  657. box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  658. }
  659. .navbar-style-three .startp-nav {
  660. padding-left: 25px;
  661. padding-right: 25px;
  662. }
  663. .navbar-color-white .startp-nav nav .navbar-nav .nav-item a {
  664. color: #ffffff;
  665. }
  666. .navbar-color-white .startp-nav nav .navbar-nav .nav-item a:hover, .navbar-color-white .startp-nav nav .navbar-nav .nav-item a:focus, .navbar-color-white .startp-nav nav .navbar-nav .nav-item a.active {
  667. color: #EB1928;
  668. }
  669. .navbar-color-white .startp-nav nav .others-option .cart-wrapper-btn {
  670. color: #ffffff;
  671. }
  672. .navbar-color-white .startp-nav nav .others-option .btn.btn-primary {
  673. background: #EB1928;
  674. -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  675. box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  676. }
  677. .navbar-color-white .startp-nav nav .others-option .btn.btn-primary::after, .navbar-color-white .startp-nav nav .others-option .btn.btn-primary::before {
  678. background: #EB1928;
  679. -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  680. box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  681. }
  682. .navbar-color-white#header.headroom.is-sticky {
  683. background-color: #0e314c !important;
  684. }
  685. /* Navbar toggler */
  686. .navbar-toggler {
  687. border: none;
  688. border-radius: 0;
  689. padding: 0;
  690. }
  691. .navbar-toggler:focus {
  692. outline: 0 !important;
  693. -webkit-box-shadow: none;
  694. box-shadow: none;
  695. }
  696. .navbar-toggler .icon-bar {
  697. width: 35px;
  698. -webkit-transition: all 0.3s;
  699. transition: all 0.3s;
  700. background: #221638;
  701. height: 4px;
  702. display: block;
  703. border-radius: 3px;
  704. }
  705. .navbar-toggler .top-bar {
  706. -webkit-transform: rotate(45deg);
  707. transform: rotate(45deg);
  708. -webkit-transform-origin: 10% 10%;
  709. transform-origin: 10% 10%;
  710. left: 4px;
  711. position: relative;
  712. }
  713. .navbar-toggler .middle-bar {
  714. opacity: 0;
  715. margin: 5px 0;
  716. }
  717. .navbar-toggler .bottom-bar {
  718. -webkit-transform: rotate(-45deg);
  719. transform: rotate(-45deg);
  720. -webkit-transform-origin: 10% 90%;
  721. transform-origin: 10% 90%;
  722. left: 4px;
  723. position: relative;
  724. }
  725. .navbar-toggler.collapsed .top-bar {
  726. -webkit-transform: rotate(0);
  727. transform: rotate(0);
  728. left: 0;
  729. }
  730. .navbar-toggler.collapsed .middle-bar {
  731. opacity: 1;
  732. }
  733. .navbar-toggler.collapsed .bottom-bar {
  734. -webkit-transform: rotate(0);
  735. transform: rotate(0);
  736. left: 0;
  737. }
  738. @media only screen and (max-width: 991px) {
  739. #header {
  740. padding-top: 15px;
  741. padding-bottom: 15px;
  742. }
  743. #header.headroom {
  744. border-bottom: 1px solid #eeeeee;
  745. }
  746. #header.headroom.is-sticky {
  747. border-bottom: none;
  748. }
  749. }
  750. /*================================================
  751. Main Banner CSS
  752. =================================================*/
  753. .main-banner {
  754. position: relative;
  755. height: 910px;
  756. z-index: 1;
  757. background: transparent url(/images/banner-bg1.jpg) right top no-repeat;
  758. }
  759. .main-banner .hero-content h1 {
  760. font-size: 45px;
  761. font-weight: 500;
  762. margin-bottom: 20px;
  763. }
  764. .main-banner .hero-content p {
  765. margin-bottom: 30px;
  766. }
  767. .main-banner .banner-form {
  768. background: #ffffff;
  769. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  770. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  771. padding: 50px 30px;
  772. border-radius: 5px;
  773. }
  774. .main-banner .banner-form form .form-control {
  775. padding-left: 15px;
  776. }
  777. .main-banner .banner-form form .btn {
  778. display: block;
  779. width: 100%;
  780. -webkit-transform: unset;
  781. transform: unset;
  782. margin-top: 25px;
  783. }
  784. .main-banner .banner-image {
  785. position: relative;
  786. }
  787. .main-banner .banner-image img {
  788. position: absolute;
  789. }
  790. .main-banner .banner-image img:nth-child(1) {
  791. z-index: 3;
  792. top: -130px;
  793. left: -45px;
  794. }
  795. .main-banner .banner-image img:nth-child(2) {
  796. right: 145px;
  797. top: -287px;
  798. }
  799. .main-banner .banner-image img:nth-child(3) {
  800. left: 25px;
  801. top: -20px;
  802. }
  803. .main-banner .banner-image img:nth-child(4) {
  804. right: 12%;
  805. top: 118px;
  806. z-index: 1;
  807. }
  808. .main-banner .banner-image img:nth-child(5) {
  809. left: 28%;
  810. top: -120px;
  811. z-index: 2;
  812. }
  813. .main-banner .banner-image img:nth-child(6) {
  814. right: 35%;
  815. z-index: 1;
  816. top: -150px;
  817. }
  818. .main-banner .banner-image img:nth-child(7) {
  819. right: 20px;
  820. top: -110px;
  821. }
  822. .main-banner .banner-image img:nth-child(8) {
  823. right: 25px;
  824. top: -140px;
  825. }
  826. .main-banner .banner-image img:nth-child(9) {
  827. right: 30%;
  828. z-index: 1;
  829. top: -35px;
  830. }
  831. .main-banner .banner-image img:nth-child(10) {
  832. left: 37%;
  833. top: -28px;
  834. z-index: 1;
  835. }
  836. .main-banner .banner-image img:nth-child(11) {
  837. left: 37%;
  838. top: -160px;
  839. z-index: 1;
  840. }
  841. .main-banner .banner-image img:nth-child(12) {
  842. left: 90px;
  843. top: -110px;
  844. }
  845. .main-banner .banner-image img:nth-child(13) {
  846. left: 56%;
  847. top: -25px;
  848. z-index: 2;
  849. }
  850. .main-banner .banner-image img:nth-child(14) {
  851. right: 105px;
  852. top: -28px;
  853. }
  854. .main-banner .banner-image img:last-child {
  855. display: none;
  856. }
  857. .main-banner .banner-image.single-banner-image img {
  858. display: block;
  859. position: relative;
  860. top: 0;
  861. left: 0;
  862. right: 0;
  863. bottom: 0;
  864. }
  865. .hosting-main-banner {
  866. position: relative;
  867. z-index: 1;
  868. background-color: #032b8d;
  869. padding-top: 250px;
  870. padding-bottom: 190px;
  871. }
  872. .hosting-main-banner .hosting-banner-content h1 {
  873. font-size: 45px;
  874. font-weight: 500;
  875. color: #ffffff;
  876. margin-bottom: 25px;
  877. }
  878. .hosting-main-banner .hosting-banner-content ul {
  879. padding: 0;
  880. margin: 0;
  881. list-style-type: none;
  882. }
  883. .hosting-main-banner .hosting-banner-content ul li {
  884. margin-bottom: 12px;
  885. color: #ffffff;
  886. position: relative;
  887. padding-left: 30px;
  888. }
  889. .hosting-main-banner .hosting-banner-content ul li::before {
  890. position: absolute;
  891. left: 0;
  892. top: 50%;
  893. -webkit-transform: translateY(-50%);
  894. transform: translateY(-50%);
  895. width: 20px;
  896. height: 2px;
  897. background: #44ce6f;
  898. content: '';
  899. }
  900. .hosting-main-banner .hosting-banner-content ul li:last-child {
  901. margin-bottom: 0;
  902. }
  903. .hosting-main-banner .hosting-banner-content p {
  904. color: #ffffff;
  905. font-size: 18px;
  906. margin-bottom: 30px;
  907. margin-top: 25px;
  908. }
  909. .hosting-main-banner .hosting-banner-content p span {
  910. text-decoration: line-through;
  911. }
  912. .hosting-main-banner .hosting-banner-image {
  913. position: relative;
  914. }
  915. .hosting-main-banner .hosting-banner-image img {
  916. position: absolute;
  917. }
  918. .hosting-main-banner .hosting-banner-image img:nth-child(1) {
  919. top: -175px;
  920. left: 0;
  921. right: 0;
  922. margin: 0 auto;
  923. }
  924. .hosting-main-banner .hosting-banner-image img:nth-child(2) {
  925. top: 184px;
  926. left: 21%;
  927. }
  928. .hosting-main-banner .hosting-banner-image img:nth-child(3) {
  929. top: 177px;
  930. right: 38px;
  931. }
  932. .hosting-main-banner .hosting-banner-image img:nth-child(4) {
  933. left: 29%;
  934. right: 0;
  935. top: -15px;
  936. margin: 0 auto;
  937. }
  938. .hosting-main-banner .hosting-banner-image img:nth-child(5) {
  939. right: 8px;
  940. top: -107px;
  941. }
  942. .hosting-main-banner .hosting-banner-image img:nth-child(6) {
  943. left: 18%;
  944. top: -175px;
  945. z-index: -1;
  946. }
  947. .hosting-main-banner .hosting-banner-image img:nth-child(7) {
  948. top: -235px;
  949. left: 0;
  950. right: 0;
  951. margin: 0 auto;
  952. }
  953. .hosting-main-banner .hosting-banner-image img:nth-child(8) {
  954. left: 27%;
  955. top: -200px;
  956. }
  957. .hosting-main-banner .hosting-banner-image img:nth-child(9) {
  958. z-index: -2;
  959. top: 40px;
  960. left: 80px;
  961. right: 0;
  962. margin: 0 auto;
  963. }
  964. .hosting-main-banner .hosting-banner-image img:nth-child(10) {
  965. display: none;
  966. }
  967. .hosting-main-banner .hosting-banner-image.single-hosting-banner-image img {
  968. display: block;
  969. position: relative;
  970. top: 0 !important;
  971. left: 0;
  972. right: 0;
  973. bottom: 0;
  974. }
  975. .shape1 {
  976. position: absolute;
  977. top: 20%;
  978. z-index: -1;
  979. left: 30px;
  980. -webkit-animation: rotate3d 4s linear infinite;
  981. animation: rotate3d 4s linear infinite;
  982. opacity: .4;
  983. }
  984. .shape2 {
  985. position: absolute;
  986. z-index: -1;
  987. top: 60%;
  988. left: 15%;
  989. }
  990. .shape3 {
  991. position: absolute;
  992. left: 25%;
  993. bottom: 15%;
  994. z-index: -1;
  995. -webkit-animation: animationFramesOne 15s infinite linear;
  996. animation: animationFramesOne 15s infinite linear;
  997. }
  998. .shape4 {
  999. position: absolute;
  1000. right: 25%;
  1001. bottom: 15%;
  1002. z-index: -1;
  1003. -webkit-animation: animationFramesOne 20s infinite linear;
  1004. animation: animationFramesOne 20s infinite linear;
  1005. }
  1006. .shape5 {
  1007. position: absolute;
  1008. right: 5%;
  1009. top: 10%;
  1010. z-index: -1;
  1011. -webkit-animation: movebounce 5s linear infinite;
  1012. animation: movebounce 5s linear infinite;
  1013. opacity: .2;
  1014. }
  1015. .shape6 {
  1016. position: absolute;
  1017. z-index: -1;
  1018. top: 40%;
  1019. right: 10%;
  1020. }
  1021. .shape7 {
  1022. position: absolute;
  1023. left: 25%;
  1024. top: 15%;
  1025. z-index: -1;
  1026. -webkit-animation: animationFramesOne 20s infinite linear;
  1027. animation: animationFramesOne 20s infinite linear;
  1028. }
  1029. .shape8 {
  1030. position: absolute;
  1031. z-index: -1;
  1032. top: 15%;
  1033. right: 10%;
  1034. }
  1035. @-webkit-keyframes movebounce {
  1036. 0% {
  1037. -webkit-transform: translateY(0px);
  1038. transform: translateY(0px);
  1039. }
  1040. 50% {
  1041. -webkit-transform: translateY(20px);
  1042. transform: translateY(20px);
  1043. }
  1044. 100% {
  1045. -webkit-transform: translateY(0px);
  1046. transform: translateY(0px);
  1047. }
  1048. }
  1049. @keyframes movebounce {
  1050. 0% {
  1051. -webkit-transform: translateY(0px);
  1052. transform: translateY(0px);
  1053. }
  1054. 50% {
  1055. -webkit-transform: translateY(20px);
  1056. transform: translateY(20px);
  1057. }
  1058. 100% {
  1059. -webkit-transform: translateY(0px);
  1060. transform: translateY(0px);
  1061. }
  1062. }
  1063. @-webkit-keyframes moveleftbounce {
  1064. 0% {
  1065. -webkit-transform: translateX(0px);
  1066. transform: translateX(0px);
  1067. }
  1068. 50% {
  1069. -webkit-transform: translateX(20px);
  1070. transform: translateX(20px);
  1071. }
  1072. 100% {
  1073. -webkit-transform: translateX(0px);
  1074. transform: translateX(0px);
  1075. }
  1076. }
  1077. @keyframes moveleftbounce {
  1078. 0% {
  1079. -webkit-transform: translateX(0px);
  1080. transform: translateX(0px);
  1081. }
  1082. 50% {
  1083. -webkit-transform: translateX(20px);
  1084. transform: translateX(20px);
  1085. }
  1086. 100% {
  1087. -webkit-transform: translateX(0px);
  1088. transform: translateX(0px);
  1089. }
  1090. }
  1091. .rotateme {
  1092. -webkit-animation-name: rotateme;
  1093. animation-name: rotateme;
  1094. -webkit-animation-duration: 20s;
  1095. animation-duration: 20s;
  1096. -webkit-animation-iteration-count: infinite;
  1097. animation-iteration-count: infinite;
  1098. -webkit-animation-timing-function: linear;
  1099. animation-timing-function: linear;
  1100. }
  1101. @-webkit-keyframes rotateme {
  1102. from {
  1103. -webkit-transform: rotate(0deg);
  1104. transform: rotate(0deg);
  1105. }
  1106. to {
  1107. -webkit-transform: rotate(360deg);
  1108. transform: rotate(360deg);
  1109. }
  1110. }
  1111. @keyframes rotateme {
  1112. from {
  1113. -webkit-transform: rotate(0deg);
  1114. transform: rotate(0deg);
  1115. }
  1116. to {
  1117. -webkit-transform: rotate(360deg);
  1118. transform: rotate(360deg);
  1119. }
  1120. }
  1121. @-webkit-keyframes rotate3d {
  1122. 0% {
  1123. -webkit-transform: rotateY(0deg);
  1124. transform: rotateY(0deg);
  1125. }
  1126. 100% {
  1127. -webkit-transform: rotateY(360deg);
  1128. transform: rotateY(360deg);
  1129. }
  1130. }
  1131. @keyframes rotate3d {
  1132. 0% {
  1133. -webkit-transform: rotateY(0deg);
  1134. transform: rotateY(0deg);
  1135. }
  1136. 100% {
  1137. -webkit-transform: rotateY(360deg);
  1138. transform: rotateY(360deg);
  1139. }
  1140. }
  1141. @-webkit-keyframes animationFramesOne {
  1142. 0% {
  1143. -webkit-transform: translate(0px, 0px) rotate(0deg);
  1144. }
  1145. 20% {
  1146. -webkit-transform: translate(73px, -1px) rotate(36deg);
  1147. }
  1148. 40% {
  1149. -webkit-transform: translate(141px, 72px) rotate(72deg);
  1150. }
  1151. 60% {
  1152. -webkit-transform: translate(83px, 122px) rotate(108deg);
  1153. }
  1154. 80% {
  1155. -webkit-transform: translate(-40px, 72px) rotate(144deg);
  1156. }
  1157. 100% {
  1158. -webkit-transform: translate(0px, 0px) rotate(0deg);
  1159. }
  1160. }
  1161. @keyframes animationFramesOne {
  1162. 0% {
  1163. -webkit-transform: translate(0px, 0px) rotate(0deg);
  1164. }
  1165. 20% {
  1166. -webkit-transform: translate(73px, -1px) rotate(36deg);
  1167. }
  1168. 40% {
  1169. -webkit-transform: translate(141px, 72px) rotate(72deg);
  1170. }
  1171. 60% {
  1172. -webkit-transform: translate(83px, 122px) rotate(108deg);
  1173. }
  1174. 80% {
  1175. -webkit-transform: translate(-40px, 72px) rotate(144deg);
  1176. }
  1177. 100% {
  1178. -webkit-transform: translate(0px, 0px) rotate(0deg);
  1179. }
  1180. }
  1181. /*================================================
  1182. Boxes CSS
  1183. =================================================*/
  1184. .boxes-area {
  1185. position: relative;
  1186. padding-bottom: 80px;
  1187. margin-top: -130px;
  1188. z-index: 1;
  1189. }
  1190. .hosting-boxes-area {
  1191. background-color: #032b8d;
  1192. margin-top: 0;
  1193. }
  1194. .hosting-boxes-area .single-box {
  1195. padding-left: 15px;
  1196. padding-right: 15px;
  1197. }
  1198. .single-box {
  1199. border: 1px dashed #cdf1d8;
  1200. padding: 30px 20px;
  1201. position: relative;
  1202. z-index: 1;
  1203. border-radius: 5px;
  1204. background: #ffffff;
  1205. -webkit-box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  1206. box-shadow: 0 0 10px rgba(72, 69, 224, 0.1);
  1207. -webkit-transition: 0.5s;
  1208. transition: 0.5s;
  1209. }
  1210. .single-box .icon {
  1211. display: inline-block;
  1212. text-align: center;
  1213. width: 55px;
  1214. height: 55px;
  1215. line-height: 55px;
  1216. background: #cdf1d8;
  1217. border-radius: 50%;
  1218. color: #44ce6f;
  1219. -webkit-transition: 0.5s;
  1220. transition: 0.5s;
  1221. }
  1222. .single-box h3 {
  1223. font-size: 18px;
  1224. margin-top: 25px;
  1225. margin-bottom: 15px;
  1226. -webkit-transition: 0.5s;
  1227. transition: 0.5s;
  1228. }
  1229. .single-box h3 a:hover {
  1230. text-decoration: underline;
  1231. }
  1232. .single-box::before {
  1233. content: '';
  1234. position: absolute;
  1235. left: 0;
  1236. top: 0;
  1237. width: 100%;
  1238. border-radius: 5px;
  1239. height: 100%;
  1240. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  1241. z-index: -1;
  1242. opacity: 0;
  1243. visibility: hidden;
  1244. -webkit-transition: 0.5s;
  1245. transition: 0.5s;
  1246. }
  1247. .single-box p {
  1248. -webkit-transition: 0.5s;
  1249. transition: 0.5s;
  1250. }
  1251. .single-box.bg-f78acb {
  1252. border-color: rgba(247, 138, 203, 0.3);
  1253. }
  1254. .single-box.bg-f78acb .icon {
  1255. color: #f78acb;
  1256. background: rgba(247, 138, 203, 0.3);
  1257. }
  1258. .single-box.bg-EB1928 {
  1259. border-color: #edc3fc;
  1260. }
  1261. .single-box.bg-EB1928 .icon {
  1262. color: #EB1928;
  1263. background: #edc3fc;
  1264. }
  1265. .single-box.bg-eb6b3d {
  1266. border-color: rgba(235, 107, 61, 0.3);
  1267. }
  1268. .single-box.bg-eb6b3d .icon {
  1269. color: #eb6b3d;
  1270. background: rgba(235, 107, 61, 0.3);
  1271. }
  1272. .single-box:hover {
  1273. -webkit-transform: translateY(-9px);
  1274. transform: translateY(-9px);
  1275. border-color: transparent;
  1276. }
  1277. .single-box:hover::before {
  1278. opacity: 1;
  1279. visibility: visible;
  1280. }
  1281. .single-box:hover .icon {
  1282. background: #ffffff;
  1283. color: #44ce6f;
  1284. }
  1285. .single-box:hover h3, .single-box:hover p, .single-box:hover a {
  1286. color: #ffffff;
  1287. }
  1288. .single-box:hover.bg-f78acb .icon {
  1289. color: #f78acb;
  1290. }
  1291. .single-box:hover.bg-EB1928 .icon {
  1292. color: #EB1928;
  1293. }
  1294. .single-box:hover.bg-eb6b3d .icon {
  1295. color: #eb6b3d;
  1296. }
  1297. /*================================================
  1298. About CSS
  1299. =================================================*/
  1300. .about-content .section-title {
  1301. text-align: left;
  1302. margin-bottom: 18px;
  1303. }
  1304. .about-content .section-title .bar {
  1305. margin-right: 0;
  1306. margin-left: 0;
  1307. }
  1308. .about-content .section-title p {
  1309. margin: 0;
  1310. }
  1311. .about-inner-area {
  1312. margin-top: 60px;
  1313. }
  1314. .about-inner-area .about-text h3 {
  1315. font-size: 18px;
  1316. margin-bottom: 15px;
  1317. }
  1318. /*================================================
  1319. Why Choose US CSS
  1320. =================================================*/
  1321. .why-choose-us {
  1322. background: transparent url(/images/banner-bg1.jpg) right top no-repeat;
  1323. position: relative;
  1324. z-index: 1;
  1325. }
  1326. .why-choose-us .section-title {
  1327. text-align: left;
  1328. }
  1329. .why-choose-us .section-title .bar {
  1330. margin-left: 0;
  1331. margin-right: 0;
  1332. }
  1333. .why-choose-us .section-title p {
  1334. margin-left: 0;
  1335. margin-right: 0;
  1336. }
  1337. .why-choose-us-image {
  1338. position: relative;
  1339. text-align: center;
  1340. }
  1341. .why-choose-us-image .main-pic {
  1342. display: none;
  1343. }
  1344. .why-choose-us-image img:nth-child(1) {
  1345. position: relative;
  1346. left: -20px;
  1347. }
  1348. .why-choose-us-image img:nth-child(3) {
  1349. position: absolute;
  1350. top: -55px;
  1351. right: 0;
  1352. left: 0;
  1353. margin: 0 auto;
  1354. z-index: -1;
  1355. }
  1356. .why-choose-us-image.single-why-choose-us-image img {
  1357. display: block;
  1358. position: relative;
  1359. left: 0;
  1360. right: 0;
  1361. bottom: 0;
  1362. }
  1363. .col-lg-6 .col-lg-6:nth-child(1) .single-why-choose-us {
  1364. margin-top: 60px;
  1365. }
  1366. .col-lg-6 .col-lg-6:nth-child(2) .single-why-choose-us {
  1367. margin-top: 0;
  1368. }
  1369. .col-lg-6 .col-lg-6:nth-child(4) .single-why-choose-us {
  1370. margin-top: -30px;
  1371. }
  1372. .single-why-choose-us {
  1373. padding: 30px 15px;
  1374. border-radius: 5px;
  1375. text-align: center;
  1376. background: #ffffff;
  1377. -webkit-box-shadow: 0 0 30px rgba(56, 46, 46, 0.1);
  1378. box-shadow: 0 0 30px rgba(56, 46, 46, 0.1);
  1379. -webkit-transition: 0.5s;
  1380. transition: 0.5s;
  1381. margin-top: 30px;
  1382. }
  1383. .single-why-choose-us .icon {
  1384. color: #44ce6f;
  1385. -webkit-transition: 0.5s;
  1386. transition: 0.5s;
  1387. }
  1388. .single-why-choose-us .icon i::before {
  1389. font-size: 45px;
  1390. }
  1391. .single-why-choose-us h3 {
  1392. font-size: 18px;
  1393. margin-top: 15px;
  1394. margin-bottom: 15px;
  1395. -webkit-transition: 0.5s;
  1396. transition: 0.5s;
  1397. }
  1398. .single-why-choose-us::before {
  1399. content: '';
  1400. position: absolute;
  1401. left: 0;
  1402. top: 0;
  1403. width: 100%;
  1404. border-radius: 5px;
  1405. height: 100%;
  1406. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  1407. z-index: -1;
  1408. opacity: 0;
  1409. visibility: hidden;
  1410. -webkit-transition: 0.5s;
  1411. transition: 0.5s;
  1412. }
  1413. .single-why-choose-us p {
  1414. -webkit-transition: 0.5s;
  1415. transition: 0.5s;
  1416. }
  1417. .single-why-choose-us:hover {
  1418. -webkit-transform: translateY(-9px);
  1419. transform: translateY(-9px);
  1420. border-color: transparent;
  1421. }
  1422. .single-why-choose-us:hover::before {
  1423. opacity: 1;
  1424. visibility: visible;
  1425. }
  1426. .single-why-choose-us:hover .icon {
  1427. color: #ffffff;
  1428. }
  1429. .single-why-choose-us:hover h3, .single-why-choose-us:hover p {
  1430. color: #ffffff;
  1431. }
  1432. /*================================================
  1433. Services CSS
  1434. =================================================*/
  1435. .services-area {
  1436. overflow: hidden;
  1437. }
  1438. .services-content .section-title {
  1439. text-align: left;
  1440. margin-bottom: 20px;
  1441. }
  1442. .services-content .section-title .bar {
  1443. margin-left: 0;
  1444. margin-right: 0;
  1445. }
  1446. .services-content .section-title p {
  1447. margin: 0;
  1448. }
  1449. .services-content .row {
  1450. margin-left: -8px;
  1451. margin-right: -8px;
  1452. }
  1453. .services-content .row .col-lg-6 {
  1454. padding-left: 8px;
  1455. padding-right: 8px;
  1456. }
  1457. .services-content .box {
  1458. position: relative;
  1459. z-index: 1;
  1460. display: block;
  1461. padding: 15px 12px 15px 45px;
  1462. color: #6084a4;
  1463. font-weight: 500;
  1464. border-radius: 3px;
  1465. background-color: #ffffff;
  1466. -webkit-transition: 0.5s;
  1467. transition: 0.5s;
  1468. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  1469. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  1470. margin-top: 20px;
  1471. }
  1472. .services-content .box::before {
  1473. content: '';
  1474. left: 0;
  1475. top: 0;
  1476. height: 100%;
  1477. width: 100%;
  1478. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  1479. opacity: 0;
  1480. visibility: hidden;
  1481. position: absolute;
  1482. border-radius: 3px;
  1483. z-index: -1;
  1484. -webkit-transition: 0.5s;
  1485. transition: 0.5s;
  1486. }
  1487. .services-content .box svg {
  1488. margin-right: 5px;
  1489. display: inline-block;
  1490. color: #44ce6f;
  1491. -webkit-transition: 0.5s;
  1492. transition: 0.5s;
  1493. width: 18px;
  1494. position: absolute;
  1495. left: 15px;
  1496. top: 12px;
  1497. }
  1498. .services-content .box:hover {
  1499. color: #ffffff;
  1500. -webkit-transform: translateY(-5px);
  1501. transform: translateY(-5px);
  1502. }
  1503. .services-content .box:hover::before {
  1504. opacity: 1;
  1505. visibility: visible;
  1506. }
  1507. .services-content .box:hover svg {
  1508. color: #ffffff;
  1509. }
  1510. .services-right-image {
  1511. position: relative;
  1512. }
  1513. .services-right-image img {
  1514. position: absolute;
  1515. }
  1516. .services-right-image img:nth-child(1) {
  1517. left: 22%;
  1518. top: -85px;
  1519. z-index: 1;
  1520. }
  1521. .services-right-image img:nth-child(2) {
  1522. left: 0;
  1523. right: 0;
  1524. text-align: center;
  1525. margin: 0 auto;
  1526. top: -52px;
  1527. }
  1528. .services-right-image img:nth-child(3) {
  1529. left: 44%;
  1530. top: -33px;
  1531. z-index: 1;
  1532. }
  1533. .services-right-image img:nth-child(4) {
  1534. right: 38%;
  1535. z-index: 1;
  1536. top: -220px;
  1537. }
  1538. .services-right-image img:nth-child(5) {
  1539. z-index: 1;
  1540. right: 24%;
  1541. top: 8px;
  1542. }
  1543. .services-right-image img:nth-child(6) {
  1544. left: 29%;
  1545. top: 0;
  1546. z-index: 1;
  1547. }
  1548. .services-right-image img:nth-child(7) {
  1549. right: 44%;
  1550. top: -78px;
  1551. z-index: 1;
  1552. }
  1553. .services-right-image img:nth-child(8) {
  1554. right: 30%;
  1555. top: -134px;
  1556. z-index: 1;
  1557. }
  1558. .services-right-image img:nth-child(9) {
  1559. right: 31%;
  1560. top: -21px;
  1561. z-index: 1;
  1562. }
  1563. .services-right-image img:nth-child(10) {
  1564. right: 24%;
  1565. top: -80px;
  1566. }
  1567. .services-right-image img:nth-child(11) {
  1568. left: 27%;
  1569. top: -60px;
  1570. z-index: 2;
  1571. }
  1572. .services-right-image img:nth-child(12) {
  1573. right: 28%;
  1574. z-index: 1;
  1575. top: -54px;
  1576. }
  1577. .services-right-image img:nth-child(13) {
  1578. left: 31%;
  1579. top: -105px;
  1580. z-index: 1;
  1581. }
  1582. .services-right-image img.bg-image {
  1583. top: -262px;
  1584. left: 0;
  1585. right: 0;
  1586. margin: 0 auto;
  1587. text-align: center;
  1588. }
  1589. .services-right-image img:last-child {
  1590. display: none;
  1591. }
  1592. .services-right-image.single-right-image img {
  1593. display: block;
  1594. }
  1595. .services-right-image.single-right-image img:first-child {
  1596. top: -60px;
  1597. }
  1598. .services-right-image.single-right-image img:last-child {
  1599. position: relative;
  1600. left: 0;
  1601. top: 0;
  1602. }
  1603. .services-left-image {
  1604. position: relative;
  1605. }
  1606. .services-left-image img {
  1607. position: absolute;
  1608. }
  1609. .services-left-image img:nth-child(1) {
  1610. left: 15%;
  1611. top: -98px;
  1612. }
  1613. .services-left-image img:nth-child(2) {
  1614. left: 0;
  1615. top: -200px;
  1616. right: 0;
  1617. text-align: center;
  1618. margin: 0 auto;
  1619. }
  1620. .services-left-image img:nth-child(3) {
  1621. left: 36%;
  1622. z-index: 12;
  1623. top: -55px;
  1624. }
  1625. .services-left-image img:nth-child(4) {
  1626. left: 55px;
  1627. top: -38px;
  1628. z-index: 1;
  1629. }
  1630. .services-left-image img:nth-child(5) {
  1631. z-index: 3;
  1632. right: 26%;
  1633. top: -66px;
  1634. }
  1635. .services-left-image img:nth-child(6) {
  1636. right: 19%;
  1637. top: -41px;
  1638. z-index: 2;
  1639. }
  1640. .services-left-image img:nth-child(7) {
  1641. right: 97px;
  1642. top: 40px;
  1643. z-index: 1;
  1644. }
  1645. .services-left-image img:nth-child(8) {
  1646. right: 23%;
  1647. top: -175px;
  1648. z-index: 2;
  1649. }
  1650. .services-left-image img.bg-image {
  1651. top: -262px;
  1652. left: 0;
  1653. right: 0;
  1654. margin: 0 auto;
  1655. text-align: center;
  1656. }
  1657. .services-left-image img:last-child {
  1658. display: none;
  1659. }
  1660. .services-left-image.single-left-image img {
  1661. display: block;
  1662. }
  1663. .services-left-image.single-left-image img:first-child {
  1664. top: -60px;
  1665. }
  1666. .services-left-image.single-left-image img:last-child {
  1667. position: relative;
  1668. left: 0;
  1669. top: 0;
  1670. }
  1671. .single-services-box {
  1672. position: relative;
  1673. background: #ffffff;
  1674. padding-left: 25px;
  1675. padding-top: 30px;
  1676. padding-right: 25px;
  1677. padding-bottom: 30px;
  1678. margin-bottom: 30px;
  1679. border-radius: 5px;
  1680. -webkit-transition: 0.5s;
  1681. transition: 0.5s;
  1682. }
  1683. .single-services-box h3 {
  1684. font-size: 18px;
  1685. margin-top: 25px;
  1686. margin-bottom: 15px;
  1687. }
  1688. .single-services-box .icon {
  1689. text-align: center;
  1690. width: 55px;
  1691. height: 55px;
  1692. line-height: 55px;
  1693. background: #cdf1d8;
  1694. border-radius: 50%;
  1695. color: #44ce6f;
  1696. -webkit-transition: 0.5s;
  1697. transition: 0.5s;
  1698. }
  1699. .single-services-box .icon.bg-EB1928 {
  1700. color: #EB1928;
  1701. background: #edc3fc;
  1702. }
  1703. .single-services-box .icon.bg-eb6b3d {
  1704. color: #eb6b3d;
  1705. background: rgba(235, 107, 61, 0.3);
  1706. }
  1707. .single-services-box::before, .single-services-box::after {
  1708. content: '';
  1709. position: absolute;
  1710. width: 0;
  1711. height: 4px;
  1712. background: #44ce6f;
  1713. opacity: 0;
  1714. visibility: hidden;
  1715. bottom: 0;
  1716. -webkit-transition: 0.5s;
  1717. transition: 0.5s;
  1718. }
  1719. .single-services-box::before {
  1720. left: 0;
  1721. }
  1722. .single-services-box::after {
  1723. right: 0;
  1724. }
  1725. .single-services-box:hover {
  1726. -webkit-transform: translateY(-10px);
  1727. transform: translateY(-10px);
  1728. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  1729. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  1730. }
  1731. .single-services-box:hover .icon {
  1732. background: #44ce6f;
  1733. color: #ffffff;
  1734. }
  1735. .single-services-box:hover .icon.bg-EB1928 {
  1736. background: #EB1928;
  1737. }
  1738. .single-services-box:hover .icon.bg-eb6b3d {
  1739. background: #eb6b3d;
  1740. }
  1741. .single-services-box:hover::after, .single-services-box:hover::before {
  1742. opacity: 1;
  1743. visibility: visible;
  1744. width: 50%;
  1745. }
  1746. /*=============================
  1747. Bigdata Services CSS
  1748. ===============================*/
  1749. .single-services-box-item {
  1750. background-color: #ffffff;
  1751. position: relative;
  1752. z-index: 1;
  1753. overflow: hidden;
  1754. -webkit-transition: 0.5s;
  1755. transition: 0.5s;
  1756. padding: 90px 35px 70px;
  1757. -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  1758. clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  1759. }
  1760. .single-services-box-item .icon {
  1761. width: 90px;
  1762. height: 90px;
  1763. text-align: center;
  1764. position: relative;
  1765. background-color: #80c54d;
  1766. border-radius: 5px;
  1767. text-align: center;
  1768. margin-bottom: 25px;
  1769. }
  1770. .single-services-box-item .icon img {
  1771. position: absolute;
  1772. left: 0;
  1773. right: 0;
  1774. top: 50%;
  1775. -webkit-transform: translateY(-50%);
  1776. transform: translateY(-50%);
  1777. margin: auto;
  1778. }
  1779. .single-services-box-item h3 {
  1780. margin-bottom: 12px;
  1781. font-size: 20px;
  1782. font-weight: 600;
  1783. }
  1784. .single-services-box-item h3 a {
  1785. display: inline-block;
  1786. }
  1787. .single-services-box-item .shape {
  1788. position: absolute;
  1789. right: 0;
  1790. top: -15px;
  1791. z-index: -1;
  1792. }
  1793. .single-services-box-item .learn-more-btn {
  1794. color: #44ce6f;
  1795. font-weight: 500;
  1796. display: inline-block;
  1797. margin-top: 5px;
  1798. position: relative;
  1799. padding-left: 28px;
  1800. }
  1801. .single-services-box-item .learn-more-btn svg {
  1802. position: absolute;
  1803. left: 0;
  1804. top: -2px;
  1805. -webkit-transition: 0.5s;
  1806. transition: 0.5s;
  1807. }
  1808. .single-services-box-item .learn-more-btn:hover {
  1809. color: #0e314c;
  1810. padding-left: 0;
  1811. padding-right: 5px;
  1812. }
  1813. .single-services-box-item .learn-more-btn:hover svg {
  1814. left: 100%;
  1815. color: #44ce6f;
  1816. }
  1817. .single-services-box-item:hover {
  1818. -webkit-transform: translateY(-10px);
  1819. transform: translateY(-10px);
  1820. }
  1821. .col-lg-4:nth-child(2) .single-services-box-item .icon {
  1822. background-color: #4267d1;
  1823. }
  1824. .col-lg-4:nth-child(3) .single-services-box-item .icon {
  1825. background-color: #ca8220;
  1826. }
  1827. .col-lg-4:nth-child(4) .single-services-box-item .icon {
  1828. background-color: #b92fb1;
  1829. }
  1830. .col-lg-4:nth-child(5) .single-services-box-item .icon {
  1831. background-color: #de6742;
  1832. }
  1833. .col-lg-4:nth-child(6) .single-services-box-item .icon {
  1834. background-color: #59eed0;
  1835. }
  1836. /*================================================
  1837. Services Details CSS
  1838. =================================================*/
  1839. .services-details-desc h3 {
  1840. font-size: 22px;
  1841. margin-bottom: 15px;
  1842. }
  1843. .services-details-desc .services-details-accordion .accordion {
  1844. list-style-type: none;
  1845. padding: 0;
  1846. margin: 25px 0 0;
  1847. border: none;
  1848. }
  1849. .services-details-desc .services-details-accordion .accordion .accordion__item {
  1850. -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  1851. box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  1852. background: #ffffff;
  1853. margin-bottom: 10px;
  1854. border: none;
  1855. }
  1856. .services-details-desc .services-details-accordion .accordion .accordion__item:last-child {
  1857. margin-bottom: 0;
  1858. }
  1859. .services-details-desc .services-details-accordion .accordion .accordion__button {
  1860. display: block;
  1861. padding: 15px 20px;
  1862. text-decoration: none;
  1863. color: #0e314c;
  1864. position: relative;
  1865. background-color: #fff;
  1866. font-size: 15px;
  1867. font-weight: 500;
  1868. }
  1869. .services-details-desc .services-details-accordion .accordion .accordion__button i {
  1870. position: absolute;
  1871. left: 0;
  1872. top: 0;
  1873. width: 40px;
  1874. text-align: center;
  1875. height: 100%;
  1876. background: #44ce6f;
  1877. color: #ffffff;
  1878. }
  1879. .services-details-desc .services-details-accordion .accordion .accordion__button i::before {
  1880. position: absolute;
  1881. left: 0;
  1882. top: 50%;
  1883. right: 0;
  1884. -webkit-transform: translateY(-50%);
  1885. transform: translateY(-50%);
  1886. font-size: 15px;
  1887. }
  1888. .services-details-desc .services-details-accordion .accordion .accordion__button.active {
  1889. border-bottom-color: #e1e1e1;
  1890. }
  1891. .services-details-desc .services-details-accordion .accordion .accordion__button.active i::before {
  1892. content: "\f10f";
  1893. }
  1894. .services-details-desc .services-details-accordion .accordion .accordion__panel {
  1895. padding: 15px 15px;
  1896. border-top: 1px solid #e1e1e1;
  1897. }
  1898. .services-details-area .separate {
  1899. margin-top: 80px;
  1900. }
  1901. .services-details-image {
  1902. text-align: center;
  1903. }
  1904. /*================================================
  1905. Features CSS
  1906. =================================================*/
  1907. .features-area-two {
  1908. overflow: hidden;
  1909. }
  1910. .single-features {
  1911. position: relative;
  1912. background: #ffffff;
  1913. padding-left: 95px;
  1914. padding-top: 30px;
  1915. padding-right: 20px;
  1916. padding-bottom: 30px;
  1917. margin-bottom: 30px;
  1918. border-radius: 5px;
  1919. -webkit-transition: 0.5s;
  1920. transition: 0.5s;
  1921. }
  1922. .single-features h3 {
  1923. font-size: 18px;
  1924. margin-bottom: 10px;
  1925. }
  1926. .single-features .icon {
  1927. position: absolute;
  1928. text-align: center;
  1929. width: 55px;
  1930. height: 55px;
  1931. line-height: 55px;
  1932. background: #cdf1d8;
  1933. border-radius: 50%;
  1934. color: #44ce6f;
  1935. left: 20px;
  1936. top: 30px;
  1937. -webkit-transition: 0.5s;
  1938. transition: 0.5s;
  1939. }
  1940. .single-features .icon.bg-EB1928 {
  1941. color: #EB1928;
  1942. background: #edc3fc;
  1943. }
  1944. .single-features .icon.bg-eb6b3d {
  1945. color: #eb6b3d;
  1946. background: rgba(235, 107, 61, 0.3);
  1947. }
  1948. .single-features:hover {
  1949. -webkit-transform: translateY(-10px);
  1950. transform: translateY(-10px);
  1951. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  1952. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  1953. }
  1954. .single-features:hover .icon {
  1955. background: #44ce6f;
  1956. color: #ffffff;
  1957. }
  1958. .single-features:hover .icon.bg-EB1928 {
  1959. background: #EB1928;
  1960. }
  1961. .single-features:hover .icon.bg-eb6b3d {
  1962. background: #eb6b3d;
  1963. }
  1964. .single-hosting-features {
  1965. position: relative;
  1966. background: #ffffff;
  1967. text-align: center;
  1968. padding-left: 20px;
  1969. padding-top: 30px;
  1970. padding-right: 20px;
  1971. padding-bottom: 30px;
  1972. margin-bottom: 30px;
  1973. border-radius: 5px;
  1974. -webkit-transition: 0.5s;
  1975. transition: 0.5s;
  1976. }
  1977. .single-hosting-features h3 {
  1978. font-size: 18px;
  1979. margin-top: 25px;
  1980. margin-bottom: 15px;
  1981. }
  1982. .single-hosting-features .icon {
  1983. text-align: center;
  1984. width: 55px;
  1985. height: 55px;
  1986. line-height: 55px;
  1987. background: #cdf1d8;
  1988. display: inline-block;
  1989. border-radius: 50%;
  1990. color: #44ce6f;
  1991. -webkit-transition: 0.5s;
  1992. transition: 0.5s;
  1993. }
  1994. .single-hosting-features .icon.bg-EB1928 {
  1995. color: #EB1928;
  1996. background: #edc3fc;
  1997. }
  1998. .single-hosting-features .icon.bg-eb6b3d {
  1999. color: #eb6b3d;
  2000. background: rgba(235, 107, 61, 0.3);
  2001. }
  2002. .single-hosting-features::before, .single-hosting-features::after {
  2003. content: '';
  2004. position: absolute;
  2005. width: 0;
  2006. height: 4px;
  2007. background: #44ce6f;
  2008. opacity: 0;
  2009. visibility: hidden;
  2010. bottom: 0;
  2011. -webkit-transition: 0.5s;
  2012. transition: 0.5s;
  2013. }
  2014. .single-hosting-features::before {
  2015. left: 0;
  2016. }
  2017. .single-hosting-features::after {
  2018. right: 0;
  2019. }
  2020. .single-hosting-features:hover {
  2021. -webkit-transform: translateY(-10px);
  2022. transform: translateY(-10px);
  2023. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  2024. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  2025. }
  2026. .single-hosting-features:hover .icon {
  2027. background: #44ce6f;
  2028. color: #ffffff;
  2029. }
  2030. .single-hosting-features:hover .icon.bg-EB1928 {
  2031. background: #EB1928;
  2032. }
  2033. .single-hosting-features:hover .icon.bg-eb6b3d {
  2034. background: #eb6b3d;
  2035. }
  2036. .single-hosting-features:hover::after, .single-hosting-features:hover::before {
  2037. opacity: 1;
  2038. visibility: visible;
  2039. width: 50%;
  2040. }
  2041. /*================================================
  2042. Features Details CSS
  2043. =================================================*/
  2044. .features-details-desc h3 {
  2045. font-size: 22px;
  2046. margin-bottom: 13px;
  2047. }
  2048. .features-details-desc .features-details-list {
  2049. padding: 0;
  2050. margin: 20px 0 0;
  2051. list-style-type: none;
  2052. }
  2053. .features-details-desc .features-details-list li {
  2054. margin-bottom: 12px;
  2055. color: #6084a4;
  2056. position: relative;
  2057. padding-left: 15px;
  2058. }
  2059. .features-details-desc .features-details-list li::before {
  2060. background: #44ce6f;
  2061. width: 8px;
  2062. height: 8px;
  2063. left: 0;
  2064. top: 6px;
  2065. position: absolute;
  2066. content: '';
  2067. }
  2068. .features-details-desc .features-details-list li:last-child {
  2069. margin-bottom: 0;
  2070. }
  2071. .features-details-desc .features-details-accordion .accordion {
  2072. list-style-type: none;
  2073. padding: 0;
  2074. margin: 25px 0 0;
  2075. border: none;
  2076. }
  2077. .features-details-desc .features-details-accordion .accordion .accordion__item {
  2078. -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  2079. box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  2080. background: #ffffff;
  2081. margin-bottom: 10px;
  2082. border: none;
  2083. }
  2084. .features-details-desc .features-details-accordion .accordion .accordion__item:last-child {
  2085. margin-bottom: 0;
  2086. }
  2087. .features-details-desc .features-details-accordion .accordion .accordion__button {
  2088. display: block;
  2089. padding: 15px 20px;
  2090. text-decoration: none;
  2091. color: #0e314c;
  2092. position: relative;
  2093. background-color: #fff;
  2094. font-size: 15px;
  2095. font-weight: 500;
  2096. }
  2097. .features-details-desc .features-details-accordion .accordion .accordion__button i {
  2098. position: absolute;
  2099. left: 0;
  2100. top: 0;
  2101. width: 40px;
  2102. text-align: center;
  2103. height: 100%;
  2104. background: #44ce6f;
  2105. color: #ffffff;
  2106. }
  2107. .features-details-desc .features-details-accordion .accordion .accordion__button i::before {
  2108. position: absolute;
  2109. left: 0;
  2110. top: 50%;
  2111. right: 0;
  2112. -webkit-transform: translateY(-50%);
  2113. transform: translateY(-50%);
  2114. font-size: 15px;
  2115. }
  2116. .features-details-desc .features-details-accordion .accordion .accordion__button.active {
  2117. border-bottom-color: #e1e1e1;
  2118. }
  2119. .features-details-desc .features-details-accordion .accordion .accordion__button.active i::before {
  2120. content: "\f10f";
  2121. }
  2122. .features-details-desc .features-details-accordion .accordion .accordion__panel {
  2123. padding: 15px 15px;
  2124. border-top: 1px solid #e1e1e1;
  2125. }
  2126. .features-details-area .separate {
  2127. margin-top: 80px;
  2128. }
  2129. .features-details-image {
  2130. text-align: center;
  2131. }
  2132. /*================================================
  2133. Team CSS
  2134. =================================================*/
  2135. .single-team {
  2136. background: #ffffff;
  2137. padding-top: 35px;
  2138. padding-bottom: 35px;
  2139. margin-bottom: 30px;
  2140. -webkit-transition: 0.5s;
  2141. transition: 0.5s;
  2142. z-index: 1;
  2143. text-align: center;
  2144. }
  2145. .single-team .team-image {
  2146. position: relative;
  2147. z-index: 1;
  2148. padding-left: 35px;
  2149. padding-right: 35px;
  2150. }
  2151. .single-team .team-image img {
  2152. border: 3px solid #EB1928;
  2153. width: auto !important;
  2154. border-radius: 50%;
  2155. display: inline-block !important;
  2156. -webkit-transition: 0.5s;
  2157. transition: 0.5s;
  2158. }
  2159. .single-team .team-image::before {
  2160. content: '';
  2161. position: absolute;
  2162. left: 0;
  2163. top: 50%;
  2164. background: #f9f6f6;
  2165. height: 10px;
  2166. width: 100%;
  2167. z-index: -1;
  2168. -webkit-transition: 0.5s;
  2169. transition: 0.5s;
  2170. }
  2171. .single-team .team-content {
  2172. padding-left: 35px;
  2173. padding-right: 35px;
  2174. }
  2175. .single-team .team-content ul {
  2176. padding: 0;
  2177. margin: 0;
  2178. list-style-type: none;
  2179. }
  2180. .single-team .team-content ul li {
  2181. display: inline-block;
  2182. margin: 0 5px;
  2183. }
  2184. .single-team .team-content ul li a {
  2185. color: #EB1928;
  2186. }
  2187. .single-team .team-content ul li a:hover {
  2188. -webkit-transform: translateY(-5px);
  2189. transform: translateY(-5px);
  2190. color: #44ce6f;
  2191. }
  2192. .single-team .team-content ul li a svg {
  2193. width: 19px;
  2194. }
  2195. .single-team .team-content p {
  2196. margin-top: 15px;
  2197. margin-bottom: 0;
  2198. }
  2199. .single-team .team-info {
  2200. background: #024273;
  2201. padding: 10px 15px;
  2202. border-radius: 75px;
  2203. margin-bottom: 25px;
  2204. margin-left: 10px;
  2205. margin-right: 10px;
  2206. margin-top: 25px;
  2207. -webkit-transition: 0.5s;
  2208. transition: 0.5s;
  2209. }
  2210. .single-team .team-info h3 {
  2211. font-size: 18px;
  2212. margin-bottom: 5px;
  2213. color: #ffffff;
  2214. }
  2215. .single-team .team-info span {
  2216. color: #ffffff;
  2217. font-size: 13px;
  2218. }
  2219. .single-team:hover {
  2220. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  2221. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  2222. }
  2223. .single-team:hover .team-image::before {
  2224. height: 0;
  2225. }
  2226. .single-team:hover .team-image img {
  2227. border-color: #EB1928;
  2228. }
  2229. .single-team:hover .team-info {
  2230. margin-left: 0;
  2231. margin-right: 0;
  2232. border-radius: 0;
  2233. }
  2234. /*================================================
  2235. Works CSS
  2236. =================================================*/
  2237. .works-area {
  2238. position: relative;
  2239. z-index: 1;
  2240. }
  2241. .single-works {
  2242. position: relative;
  2243. margin-bottom: 30px;
  2244. }
  2245. .single-works::before {
  2246. content: '';
  2247. position: absolute;
  2248. left: 0;
  2249. top: 0;
  2250. width: 100%;
  2251. height: 100%;
  2252. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  2253. -webkit-transition: 0.5s;
  2254. transition: 0.5s;
  2255. opacity: 0;
  2256. visibility: hidden;
  2257. }
  2258. .single-works .icon {
  2259. position: absolute;
  2260. border-radius: 50%;
  2261. top: 0;
  2262. right: 25px;
  2263. background: #ffffff;
  2264. width: 45px;
  2265. text-align: center;
  2266. height: 45px;
  2267. line-height: 42px;
  2268. opacity: 0;
  2269. -webkit-transition: 0.5s;
  2270. transition: 0.5s;
  2271. visibility: hidden;
  2272. }
  2273. .single-works .icon svg {
  2274. width: 19px;
  2275. }
  2276. .single-works .icon:hover {
  2277. background: #0e314c;
  2278. color: #ffffff;
  2279. }
  2280. .single-works .works-content {
  2281. position: absolute;
  2282. bottom: -60px;
  2283. left: 0;
  2284. padding: 20px;
  2285. -webkit-transition: 0.5s;
  2286. transition: 0.5s;
  2287. opacity: 0;
  2288. visibility: hidden;
  2289. }
  2290. .single-works .works-content h3 {
  2291. font-size: 18px;
  2292. margin-bottom: 15px;
  2293. }
  2294. .single-works .works-content h3 a {
  2295. color: #ffffff;
  2296. }
  2297. .single-works .works-content h3 a:hover {
  2298. text-decoration: underline;
  2299. }
  2300. .single-works .works-content p {
  2301. color: #ffffff;
  2302. }
  2303. .single-works:hover::before {
  2304. opacity: .9;
  2305. visibility: visible;
  2306. z-index: 1;
  2307. }
  2308. .single-works:hover .icon {
  2309. opacity: 1;
  2310. visibility: visible;
  2311. top: 25px;
  2312. z-index: 5;
  2313. }
  2314. .single-works:hover .works-content {
  2315. opacity: 1;
  2316. visibility: visible;
  2317. bottom: 0;
  2318. z-index: 5;
  2319. }
  2320. /*================================================
  2321. Fun Facts CSS
  2322. =================================================*/
  2323. .funfacts-area {
  2324. position: relative;
  2325. z-index: 1;
  2326. }
  2327. .funfacts-area .section-title h2 {
  2328. max-width: 570px;
  2329. margin: 0 auto;
  2330. line-height: 37px;
  2331. }
  2332. .funfacts-area .map-bg {
  2333. position: absolute;
  2334. z-index: -1;
  2335. top: 120px;
  2336. left: 0;
  2337. right: 0;
  2338. text-align: center;
  2339. margin: 0 auto;
  2340. }
  2341. .funfact {
  2342. text-align: center;
  2343. }
  2344. .funfact h3 {
  2345. color: #024273;
  2346. font-size: 32px;
  2347. margin-bottom: 7px;
  2348. }
  2349. .funfact p {
  2350. line-height: initial;
  2351. }
  2352. .contact-cta-box {
  2353. margin: 80px auto 0;
  2354. max-width: 700px;
  2355. border: 1px dashed #ebebeb;
  2356. padding: 30px 210px 30px 30px;
  2357. border-radius: 5px;
  2358. position: relative;
  2359. }
  2360. .contact-cta-box h3 {
  2361. font-size: 20px;
  2362. margin-bottom: 6px;
  2363. }
  2364. .contact-cta-box p {
  2365. margin-bottom: 0;
  2366. }
  2367. .contact-cta-box .btn {
  2368. position: absolute;
  2369. right: 30px;
  2370. top: 50%;
  2371. margin-top: -27px;
  2372. }
  2373. .contact-cta-box .btn::before, .contact-cta-box .btn::after {
  2374. background: #EB1928;
  2375. }
  2376. .contact-cta-box .btn-primary {
  2377. background: #024273;
  2378. -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  2379. box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  2380. }
  2381. .contact-cta-box .btn-primary:hover, .contact-cta-box .btn-primary:focus {
  2382. -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  2383. box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  2384. }
  2385. .funfacts-area.bg-image {
  2386. position: relative;
  2387. z-index: 1;
  2388. background-image: url(/images/bigdata-analytics/funfacts-bg.jpg);
  2389. background-position: center center;
  2390. background-size: cover;
  2391. background-repeat: no-repeat;
  2392. }
  2393. .funfacts-area.bg-image::before {
  2394. content: '';
  2395. position: absolute;
  2396. left: 0;
  2397. right: 0;
  2398. top: 0;
  2399. bottom: 0;
  2400. z-index: -1;
  2401. background-color: #011f43;
  2402. opacity: 0.86;
  2403. }
  2404. .funfacts-area.bg-image .section-title h2 {
  2405. color: #ffffff;
  2406. }
  2407. .funfacts-area.bg-image .section-title p {
  2408. color: #ffffff;
  2409. }
  2410. .funfacts-area.bg-image .contact-cta-box {
  2411. border-color: #406883;
  2412. }
  2413. .funfacts-area.bg-image .contact-cta-box h3 {
  2414. color: #ffffff;
  2415. }
  2416. .funfacts-area.bg-image .contact-cta-box p {
  2417. color: #ffffff;
  2418. }
  2419. .single-funfact {
  2420. text-align: center;
  2421. background-color: rgba(0, 0, 0, 0.2);
  2422. padding: 30px;
  2423. border-radius: 5px;
  2424. }
  2425. .single-funfact h3 {
  2426. color: #44ce6f;
  2427. font-size: 32px;
  2428. margin-bottom: 7px;
  2429. }
  2430. .single-funfact p {
  2431. line-height: initial;
  2432. color: #ffffff;
  2433. }
  2434. /*==========================================
  2435. Pricing CSS
  2436. ===========================================*/
  2437. .pricing-area {
  2438. position: relative;
  2439. z-index: 1;
  2440. }
  2441. .pricing-table {
  2442. text-align: center;
  2443. background: #ffffff;
  2444. -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  2445. box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  2446. border-radius: 5px;
  2447. padding-bottom: 35px;
  2448. -webkit-transition: 0.5s;
  2449. transition: 0.5s;
  2450. margin-bottom: 30px;
  2451. }
  2452. .pricing-table .pricing-header {
  2453. background: #ffffff;
  2454. position: relative;
  2455. padding: 30px 20px;
  2456. border-radius: 5px 5px 0 0;
  2457. border-bottom: 1px solid #eeeeee;
  2458. -webkit-transition: 0.5s;
  2459. transition: 0.5s;
  2460. margin-bottom: 30px;
  2461. z-index: 1;
  2462. }
  2463. .pricing-table .pricing-header::before {
  2464. content: '';
  2465. position: absolute;
  2466. left: 0;
  2467. top: 0;
  2468. width: 100%;
  2469. height: 100%;
  2470. border-radius: 5px 5px 0 0;
  2471. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  2472. opacity: 0;
  2473. visibility: hidden;
  2474. -webkit-transition: 0.5s;
  2475. transition: 0.5s;
  2476. z-index: -1;
  2477. }
  2478. .pricing-table .pricing-header h3 {
  2479. font-size: 18px;
  2480. text-transform: uppercase;
  2481. -webkit-transition: 0.5s;
  2482. transition: 0.5s;
  2483. margin-bottom: 0;
  2484. }
  2485. .pricing-table .price {
  2486. margin-bottom: 15px;
  2487. }
  2488. .pricing-table .price span {
  2489. color: #44ce6f;
  2490. font-size: 30px;
  2491. font-weight: 600;
  2492. }
  2493. .pricing-table .price span sup {
  2494. font-weight: 500;
  2495. }
  2496. .pricing-table .price span span {
  2497. font-size: 14px;
  2498. font-weight: 500;
  2499. }
  2500. .pricing-table .pricing-features ul {
  2501. padding: 0;
  2502. list-style-type: none;
  2503. margin-bottom: 30px;
  2504. }
  2505. .pricing-table .pricing-features ul li {
  2506. color: #b5b5b5;
  2507. margin-bottom: 12px;
  2508. text-decoration: line-through;
  2509. }
  2510. .pricing-table .pricing-features ul li:last-child {
  2511. margin-bottom: 0;
  2512. }
  2513. .pricing-table .pricing-features ul li.active {
  2514. color: #6084a4;
  2515. text-decoration: none;
  2516. }
  2517. .pricing-table:hover {
  2518. -webkit-transform: translateY(-10px);
  2519. transform: translateY(-10px);
  2520. }
  2521. .pricing-table:hover .pricing-header::before {
  2522. opacity: 1;
  2523. visibility: visible;
  2524. }
  2525. .pricing-table:hover .pricing-header h3 {
  2526. color: #ffffff;
  2527. }
  2528. .pricing-table.active-plan .pricing-header::before {
  2529. opacity: 1;
  2530. visibility: visible;
  2531. }
  2532. .pricing-table.active-plan .pricing-header h3 {
  2533. color: #ffffff;
  2534. }
  2535. .pricing-table.active-plan .btn-primary {
  2536. background: #EB1928;
  2537. -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  2538. box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  2539. }
  2540. .pricing-table.active-plan .btn-primary::after, .pricing-table.active-plan .btn-primary::before {
  2541. background: #44ce6f;
  2542. -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  2543. box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  2544. }
  2545. .single-pricing-table {
  2546. text-align: center;
  2547. background: #ffffff;
  2548. -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  2549. box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
  2550. border-radius: 5px;
  2551. padding: 35px;
  2552. -webkit-transition: 0.5s;
  2553. transition: 0.5s;
  2554. margin-bottom: 30px;
  2555. }
  2556. .single-pricing-table .pricing-header i {
  2557. -webkit-transition: 0.5s;
  2558. transition: 0.5s;
  2559. }
  2560. .single-pricing-table .pricing-header i::before {
  2561. font-size: 45px;
  2562. }
  2563. .single-pricing-table .pricing-header h3 {
  2564. font-size: 18px;
  2565. font-weight: 500;
  2566. text-transform: uppercase;
  2567. margin: 15px 0 20px;
  2568. }
  2569. .single-pricing-table .price {
  2570. margin-bottom: 20px;
  2571. }
  2572. .single-pricing-table .price span {
  2573. color: #44ce6f;
  2574. font-size: 30px;
  2575. font-weight: 600;
  2576. }
  2577. .single-pricing-table .price span sup {
  2578. font-weight: 500;
  2579. }
  2580. .single-pricing-table .price span span {
  2581. font-size: 14px;
  2582. font-weight: 500;
  2583. }
  2584. .single-pricing-table .pricing-features ul {
  2585. padding: 0;
  2586. margin: 0 0 30px;
  2587. list-style-type: none;
  2588. }
  2589. .single-pricing-table .pricing-features ul li {
  2590. color: #6084a4;
  2591. margin-bottom: 12px;
  2592. }
  2593. .single-pricing-table .pricing-features ul li:last-child {
  2594. margin-bottom: 0;
  2595. }
  2596. .single-pricing-table .pricing-features ul li svg {
  2597. width: 15px;
  2598. }
  2599. .single-pricing-table.active-plan .btn-primary {
  2600. background: #EB1928;
  2601. -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  2602. box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  2603. }
  2604. .single-pricing-table.active-plan .btn-primary::after, .single-pricing-table.active-plan .btn-primary::before {
  2605. background: #44ce6f;
  2606. -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  2607. box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  2608. }
  2609. .tab .tabs_item {
  2610. display: none;
  2611. }
  2612. .tab .tabs_item:first-child {
  2613. display: block;
  2614. }
  2615. .tab .tabs_item:nth-child(2) .pricing-box {
  2616. background: -webkit-gradient(linear, left bottom, right top, from(#fffcff), color-stop(#fbfaff), color-stop(#effbff), color-stop(#e0fdff), to(#d5fefd));
  2617. background: linear-gradient(to right top, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
  2618. }
  2619. .pricing-tab .tabs {
  2620. padding-left: 0;
  2621. margin-bottom: 45px;
  2622. list-style-type: none;
  2623. text-align: center;
  2624. }
  2625. .pricing-tab .tabs li {
  2626. display: inline-block;
  2627. background: -webkit-gradient(linear, right top, left bottom, from(#fffcff), color-stop(#fbfaff), color-stop(#effbff), color-stop(#e0fdff), to(#d5fefd));
  2628. background: linear-gradient(to left bottom, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
  2629. padding: 10px 30px 9.5px;
  2630. cursor: pointer;
  2631. margin-left: -2px;
  2632. margin-right: -2px;
  2633. font-weight: 500;
  2634. font-size: 15px;
  2635. }
  2636. .pricing-tab .tabs li:hover {
  2637. color: #0e314c;
  2638. background: -webkit-gradient(linear, right top, left bottom, from(#fffcff), color-stop(#fbfaff), color-stop(#effbff), color-stop(#e0fdff), to(#d5fefd));
  2639. background: linear-gradient(to left bottom, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
  2640. }
  2641. .pricing-tab .tabs li.current {
  2642. color: #ffffff;
  2643. background: #0e314c;
  2644. }
  2645. .pricing-tab .tabs li:nth-child(1) {
  2646. border-radius: 5px 0 0 5px;
  2647. }
  2648. .pricing-tab .tabs li:nth-child(1)::before {
  2649. border-radius: 5px 0 0 5px;
  2650. }
  2651. .pricing-tab .tabs li:nth-child(2) {
  2652. border-radius: 0 5px 5px 0;
  2653. }
  2654. .pricing-tab .tabs li:nth-child(2)::before {
  2655. border-radius: 0 5px 5px 0;
  2656. }
  2657. .pricing-box {
  2658. background: -webkit-gradient(linear, right top, left bottom, from(#fffcff), color-stop(#fbfaff), color-stop(#effbff), color-stop(#e0fdff), to(#d5fefd));
  2659. background: linear-gradient(to left bottom, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
  2660. text-align: center;
  2661. padding: 30px;
  2662. -webkit-transition: 0.5s;
  2663. transition: 0.5s;
  2664. border-radius: 5px;
  2665. margin-bottom: 30px;
  2666. }
  2667. .pricing-box .pricing-header h3 {
  2668. margin-bottom: 0;
  2669. font-size: 20px;
  2670. }
  2671. .pricing-box .pricing-header p {
  2672. -webkit-transition: 0.5s;
  2673. transition: 0.5s;
  2674. line-height: 1.6;
  2675. margin-top: 10px;
  2676. margin-bottom: 0;
  2677. }
  2678. .pricing-box .price {
  2679. font-size: 35px;
  2680. font-weight: 600;
  2681. margin-bottom: 15px;
  2682. margin-top: 20px;
  2683. }
  2684. .pricing-box .price span {
  2685. display: inline-block;
  2686. margin-left: -7px;
  2687. font-size: 20px;
  2688. font-weight: 600;
  2689. }
  2690. .pricing-box .buy-btn {
  2691. margin-bottom: 30px;
  2692. }
  2693. .pricing-box .buy-btn .btn {
  2694. -webkit-box-shadow: unset !important;
  2695. box-shadow: unset !important;
  2696. -webkit-transform: unset !important;
  2697. transform: unset !important;
  2698. }
  2699. .pricing-box .buy-btn .btn-primary {
  2700. border-radius: 30px;
  2701. background: -webkit-gradient(linear, left bottom, right top, from(#a3a3a3), color-stop(#9a9a9a), color-stop(#909090), color-stop(#878787), to(#7e7e7e));
  2702. background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
  2703. text-transform: capitalize;
  2704. padding: 11px 30px;
  2705. font-weight: 500;
  2706. }
  2707. .pricing-box .buy-btn .btn-primary::after {
  2708. border-radius: 30px;
  2709. background: #44ce6f;
  2710. width: 100%;
  2711. opacity: 1;
  2712. visibility: visible;
  2713. }
  2714. .pricing-box .buy-btn .btn-primary::before {
  2715. display: none;
  2716. }
  2717. .pricing-box .buy-btn .btn-primary:not(:disabled):not(.disabled).active, .pricing-box .buy-btn .btn-primary:not(:disabled):not(.disabled):active, .pricing-box .buy-btn .btn-primary .show > .pricing-box .buy-btn .btn-primary.dropdown-toggle {
  2718. background: -webkit-gradient(linear, left bottom, right top, from(#a3a3a3), color-stop(#9a9a9a), color-stop(#909090), color-stop(#878787), to(#7e7e7e));
  2719. background: linear-gradient(to right top, #a3a3a3, #9a9a9a, #909090, #878787, #7e7e7e);
  2720. }
  2721. .pricing-box .buy-btn .btn-primary:hover::after, .pricing-box .buy-btn .btn-primary:focus::after {
  2722. opacity: 0;
  2723. visibility: hidden;
  2724. }
  2725. .pricing-box .pricing-features {
  2726. margin-bottom: 0;
  2727. list-style-type: none;
  2728. text-align: left;
  2729. padding-left: 15px;
  2730. padding-right: 15px;
  2731. }
  2732. .pricing-box .pricing-features li {
  2733. margin-bottom: 12px;
  2734. color: #495771;
  2735. position: relative;
  2736. padding-left: 27px;
  2737. }
  2738. .pricing-box .pricing-features li:last-child {
  2739. margin-bottom: 0;
  2740. }
  2741. .pricing-box .pricing-features li svg {
  2742. color: #44ce6f;
  2743. position: absolute;
  2744. left: 0;
  2745. top: 50%;
  2746. -webkit-transform: translateY(-50%);
  2747. transform: translateY(-50%);
  2748. width: 20px;
  2749. }
  2750. /*================================================
  2751. Domain Search CSS
  2752. =================================================*/
  2753. .domain-search-content {
  2754. text-align: center;
  2755. max-width: 750px;
  2756. margin: 0 auto;
  2757. }
  2758. .domain-search-content h2 {
  2759. text-transform: capitalize;
  2760. margin-bottom: 30px;
  2761. font-size: 24px;
  2762. font-weight: 600;
  2763. }
  2764. .domain-search-content form {
  2765. -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  2766. box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  2767. background-color: #ffffff;
  2768. overflow: hidden;
  2769. border-radius: 30px;
  2770. }
  2771. .domain-search-content form .form-control {
  2772. background-color: #ffffff;
  2773. border: none;
  2774. height: 55px;
  2775. padding-left: 20px;
  2776. float: left;
  2777. width: 63%;
  2778. }
  2779. .domain-search-content form .domain-select {
  2780. float: left;
  2781. width: 15%;
  2782. padding-right: 20px;
  2783. }
  2784. .domain-search-content form .domain-select .form-select {
  2785. padding: 0;
  2786. float: unset;
  2787. width: 100%;
  2788. cursor: pointer;
  2789. height: 55px;
  2790. border: none;
  2791. }
  2792. .domain-search-content form .domain-select .form-select:focus {
  2793. -webkit-box-shadow: none;
  2794. box-shadow: none;
  2795. }
  2796. .domain-search-content form button {
  2797. -webkit-box-shadow: unset !important;
  2798. box-shadow: unset !important;
  2799. float: left;
  2800. width: 22%;
  2801. height: 55px;
  2802. border-radius: 30px;
  2803. background-color: #44ce6f;
  2804. color: #ffffff;
  2805. font-weight: 600;
  2806. font-size: 14px;
  2807. outline: 0;
  2808. cursor: pointer;
  2809. border: none;
  2810. padding: 15px 40px;
  2811. text-transform: uppercase;
  2812. -webkit-transition: 0.5s;
  2813. transition: 0.5s;
  2814. }
  2815. .domain-search-content form button:hover, .domain-search-content form button:focus {
  2816. background-color: #EB1928;
  2817. }
  2818. .domain-search-content ul {
  2819. padding: 0;
  2820. margin: 30px 0 0;
  2821. list-style-type: none;
  2822. display: -webkit-box;
  2823. display: -ms-flexbox;
  2824. display: flex;
  2825. width: 100%;
  2826. }
  2827. .domain-search-content ul li {
  2828. display: block;
  2829. -webkit-box-flex: 1;
  2830. -ms-flex: 1;
  2831. flex: 1;
  2832. font-weight: 500;
  2833. border-left: 1px solid #eeeeee;
  2834. }
  2835. .domain-search-content ul li:first-child {
  2836. border-left: none;
  2837. }
  2838. /*================================================
  2839. Feedback CSS
  2840. =================================================*/
  2841. .feedback-area {
  2842. position: relative;
  2843. z-index: 1;
  2844. }
  2845. .feedback-slides {
  2846. position: relative;
  2847. max-width: 750px;
  2848. margin: 0 auto;
  2849. }
  2850. .feedback-slides .client-feedback {
  2851. position: relative;
  2852. }
  2853. .feedback-slides .client-feedback .single-feedback {
  2854. background: #ffffff;
  2855. border-radius: 5px;
  2856. padding-left: 170px;
  2857. padding-right: 40px;
  2858. padding-top: 40px;
  2859. padding-bottom: 40px;
  2860. margin-bottom: 60px;
  2861. position: relative;
  2862. }
  2863. .feedback-slides .client-feedback .single-feedback .client-img {
  2864. position: absolute;
  2865. left: 40px;
  2866. top: 40px;
  2867. }
  2868. .feedback-slides .client-feedback .single-feedback .client-img img {
  2869. border-radius: 50%;
  2870. border: 2px solid #44ce6f;
  2871. padding: 3px;
  2872. width: auto !important;
  2873. display: inline-block !important;
  2874. width: 95px;
  2875. height: 95px;
  2876. }
  2877. .feedback-slides .client-feedback .single-feedback h3 {
  2878. font-size: 19px;
  2879. margin: 0;
  2880. }
  2881. .feedback-slides .client-feedback .single-feedback span {
  2882. display: block;
  2883. margin-top: 8px;
  2884. margin-bottom: 15px;
  2885. color: #EB1928;
  2886. }
  2887. .feedback-slides .client-feedback .single-feedback p {
  2888. font-size: 15px;
  2889. }
  2890. .feedback-slides .client-feedback .single-feedback::before {
  2891. content: '';
  2892. position: absolute;
  2893. left: 0;
  2894. bottom: -25px;
  2895. width: 50px;
  2896. height: 50px;
  2897. background: #ffffff;
  2898. right: 0;
  2899. margin: 0 auto;
  2900. -webkit-transform: rotate(45deg);
  2901. transform: rotate(45deg);
  2902. }
  2903. .feedback-slides .client-thumbnails {
  2904. position: relative;
  2905. margin: 0 85px;
  2906. }
  2907. .feedback-slides .client-thumbnails .item .img-fill {
  2908. cursor: pointer;
  2909. position: relative;
  2910. text-align: center;
  2911. }
  2912. .feedback-slides .client-thumbnails .item .img-fill img {
  2913. opacity: 0.4;
  2914. -webkit-transition: 0.5s;
  2915. transition: 0.5s;
  2916. display: inline-block;
  2917. position: relative;
  2918. border: 2px solid #44ce6f;
  2919. border-radius: 50%;
  2920. padding: 3px;
  2921. width: 85px;
  2922. }
  2923. .feedback-slides .client-thumbnails .item:hover .img-fill img, .feedback-slides .client-thumbnails .item.slick-center .img-fill img {
  2924. opacity: 1;
  2925. }
  2926. .feedback-slides .client-thumbnails .slick-center .img-fill img {
  2927. opacity: 1;
  2928. }
  2929. .client-thumbnails .next-arrow, .client-thumbnails .prev-arrow {
  2930. position: absolute;
  2931. width: 40px;
  2932. height: 40px;
  2933. cursor: pointer;
  2934. top: 50%;
  2935. -webkit-transform: translateY(-50%);
  2936. transform: translateY(-50%);
  2937. background: transparent;
  2938. color: #5e5e5e;
  2939. border: 2px solid #5e5e5e;
  2940. z-index: 1;
  2941. border-radius: 50%;
  2942. line-height: 30px;
  2943. outline: 0 !important;
  2944. -webkit-transition: 0.5s;
  2945. transition: 0.5s;
  2946. }
  2947. .client-thumbnails .next-arrow::before, .client-thumbnails .prev-arrow::before {
  2948. content: '';
  2949. position: absolute;
  2950. left: 0;
  2951. top: 0;
  2952. width: 100%;
  2953. height: 100%;
  2954. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  2955. opacity: 0;
  2956. visibility: hidden;
  2957. -webkit-transition: 0.5s;
  2958. transition: 0.5s;
  2959. border-radius: 50%;
  2960. }
  2961. .client-thumbnails .next-arrow:hover, .client-thumbnails .prev-arrow:hover {
  2962. color: #ffffff;
  2963. border-color: #44ce6f;
  2964. }
  2965. .client-thumbnails .next-arrow:hover::before, .client-thumbnails .prev-arrow:hover::before {
  2966. opacity: 1;
  2967. visibility: visible;
  2968. }
  2969. .client-thumbnails .next-arrow svg, .client-thumbnails .prev-arrow svg {
  2970. width: 18px;
  2971. height: 18px;
  2972. position: relative;
  2973. }
  2974. .client-thumbnails .next-arrow {
  2975. right: -20px;
  2976. }
  2977. .client-thumbnails .prev-arrow {
  2978. left: -20px;
  2979. }
  2980. .testimonials-slides {
  2981. background-color: #f7fbfe;
  2982. max-width: 850px;
  2983. margin: 90px auto 30px;
  2984. position: relative;
  2985. z-index: 1;
  2986. }
  2987. .testimonials-slides::before {
  2988. position: absolute;
  2989. left: -30px;
  2990. top: -30px;
  2991. width: 260px;
  2992. height: 260px;
  2993. content: '';
  2994. z-index: -1;
  2995. background-image: url(/images/layer.png);
  2996. }
  2997. .testimonials-slides::after {
  2998. position: absolute;
  2999. right: -30px;
  3000. bottom: -30px;
  3001. width: 260px;
  3002. height: 260px;
  3003. content: '';
  3004. z-index: -1;
  3005. background-image: url(/images/layer.png);
  3006. }
  3007. .testimonials-slides .owl-dots {
  3008. position: absolute;
  3009. bottom: 40px;
  3010. right: 0;
  3011. left: 0;
  3012. }
  3013. .testimonials-slides.owl-theme .owl-dots .owl-dot span {
  3014. width: 18px;
  3015. height: 18px;
  3016. background: transparent !important;
  3017. border: 2px solid #D6D6D6;
  3018. position: relative;
  3019. margin: 0 3px;
  3020. }
  3021. .testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
  3022. background: #D6D6D6;
  3023. content: '';
  3024. position: absolute;
  3025. left: 0;
  3026. right: 0;
  3027. text-align: center;
  3028. margin: 0 auto;
  3029. width: 10px;
  3030. height: 10px;
  3031. border-radius: 50%;
  3032. top: 50%;
  3033. -webkit-transform: translateY(-50%);
  3034. transform: translateY(-50%);
  3035. -webkit-transition: 0.5s;
  3036. transition: 0.5s;
  3037. }
  3038. .testimonials-slides.owl-theme .owl-dots .owl-dot:hover span, .testimonials-slides.owl-theme .owl-dots .owl-dot.active span {
  3039. border-color: #44ce6f;
  3040. }
  3041. .testimonials-slides.owl-theme .owl-dots .owl-dot:hover span::before, .testimonials-slides.owl-theme .owl-dots .owl-dot.active span::before {
  3042. background: #44ce6f;
  3043. }
  3044. .single-feedback-item {
  3045. padding: 40px 130px 90px;
  3046. text-align: center;
  3047. background-color: #f7fbfe;
  3048. position: relative;
  3049. }
  3050. .single-feedback-item .client-info {
  3051. display: -webkit-box;
  3052. display: -ms-flexbox;
  3053. display: flex;
  3054. width: 100%;
  3055. text-align: left;
  3056. max-width: 280px;
  3057. margin: 0 auto 25px;
  3058. }
  3059. .single-feedback-item .client-info .image {
  3060. padding-right: 20px;
  3061. }
  3062. .single-feedback-item .client-info .image img {
  3063. display: inline-block !important;
  3064. width: 75px;
  3065. border-radius: 50%;
  3066. border: 3px solid #44ce6f;
  3067. }
  3068. .single-feedback-item .client-info .title h3 {
  3069. font-size: 18px;
  3070. margin: 0;
  3071. }
  3072. .single-feedback-item .client-info .title span {
  3073. display: block;
  3074. margin-top: 8px;
  3075. color: #EB1928;
  3076. }
  3077. .single-feedback-item p {
  3078. font-size: 16px;
  3079. font-style: italic;
  3080. }
  3081. .single-feedback-item::before {
  3082. content: "\f11b";
  3083. color: #d9dcde;
  3084. font-family: Flaticon;
  3085. font-size: 30px;
  3086. font-style: normal;
  3087. font-size: 65px;
  3088. position: absolute;
  3089. top: 0;
  3090. left: 25px;
  3091. }
  3092. .agency-portfolio-feedback-slides {
  3093. max-width: 730px;
  3094. margin-left: auto;
  3095. margin-right: auto;
  3096. }
  3097. .agency-portfolio-feedback-slides.owl-theme .owl-dots {
  3098. line-height: 1;
  3099. }
  3100. .agency-portfolio-feedback-slides.owl-theme .owl-dots .owl-dot span {
  3101. width: 15px;
  3102. height: 15px;
  3103. margin: 0 5px;
  3104. background: #d6d6d6;
  3105. -webkit-transition: .4s;
  3106. transition: .4s;
  3107. border-radius: 50%;
  3108. }
  3109. .agency-portfolio-feedback-slides.owl-theme .owl-dots .owl-dot:hover span, .agency-portfolio-feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  3110. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  3111. }
  3112. .agency-portfolio-feedback-item {
  3113. margin-bottom: 20px;
  3114. text-align: center;
  3115. }
  3116. .agency-portfolio-feedback-item img {
  3117. width: auto !important;
  3118. display: inline-block !important;
  3119. border-radius: 50%;
  3120. border: 3px solid #999999;
  3121. }
  3122. .agency-portfolio-feedback-item p {
  3123. font-size: 16px;
  3124. margin-top: 20px;
  3125. margin-bottom: 0;
  3126. }
  3127. .bigdata-feedback-area {
  3128. background-color: #eef6fd;
  3129. }
  3130. .single-feedback-box {
  3131. position: relative;
  3132. margin-left: 25px;
  3133. margin-top: 25px;
  3134. margin-bottom: 30px;
  3135. }
  3136. .single-feedback-box .feedback-desc {
  3137. background-color: #ffffff;
  3138. border-radius: 5px;
  3139. position: relative;
  3140. z-index: 1;
  3141. padding-left: 30px;
  3142. padding-bottom: 30px;
  3143. padding-right: 30px;
  3144. padding-top: 40px;
  3145. }
  3146. .single-feedback-box .feedback-desc p {
  3147. margin-bottom: 0;
  3148. position: relative;
  3149. color: #0e314c;
  3150. }
  3151. .single-feedback-box .feedback-desc p::before {
  3152. content: '"';
  3153. position: relative;
  3154. display: inline-block;
  3155. left: 0;
  3156. color: #0e314c;
  3157. }
  3158. .single-feedback-box .feedback-desc p::after {
  3159. content: '"';
  3160. position: relative;
  3161. display: inline-block;
  3162. right: 0;
  3163. color: #0e314c;
  3164. }
  3165. .single-feedback-box .feedback-desc::before {
  3166. content: '';
  3167. position: absolute;
  3168. left: 35px;
  3169. bottom: -12px;
  3170. width: 25px;
  3171. height: 25px;
  3172. z-index: -1;
  3173. background: #ffffff;
  3174. -webkit-transform: rotate(45deg);
  3175. transform: rotate(45deg);
  3176. }
  3177. .single-feedback-box::before {
  3178. -webkit-transition: 0.5s;
  3179. transition: 0.5s;
  3180. content: "\f11b";
  3181. position: absolute;
  3182. left: 0;
  3183. top: -25px;
  3184. left: -25px;
  3185. color: #ffffff;
  3186. background: linear-gradient(135deg, #43e794 0%, #23bdb8 100%);
  3187. width: 60px;
  3188. height: 60px;
  3189. line-height: 60px;
  3190. border-radius: 50%;
  3191. z-index: 2;
  3192. text-align: center;
  3193. font-family: Flaticon;
  3194. font-size: 30px;
  3195. }
  3196. .single-feedback-box .client-info {
  3197. position: relative;
  3198. padding-left: 65px;
  3199. margin-top: 32px;
  3200. margin-bottom: 25px;
  3201. margin-left: 27px;
  3202. }
  3203. .single-feedback-box .client-info img {
  3204. width: 50px !important;
  3205. height: 50px !important;
  3206. display: inline-block !important;
  3207. border-radius: 50%;
  3208. position: absolute;
  3209. left: 0;
  3210. top: 50%;
  3211. -webkit-transform: translateY(-50%);
  3212. transform: translateY(-50%);
  3213. -webkit-transition: 0.5s;
  3214. transition: 0.5s;
  3215. }
  3216. .single-feedback-box .client-info h3 {
  3217. margin-bottom: 0;
  3218. font-size: 18px;
  3219. font-weight: 600;
  3220. }
  3221. .single-feedback-box .client-info span {
  3222. display: block;
  3223. color: #6084a4;
  3224. margin-top: 6px;
  3225. }
  3226. /*================================================
  3227. Ready To Talk CSS
  3228. =================================================*/
  3229. .ready-to-talk {
  3230. text-align: center;
  3231. position: relative;
  3232. padding-top: 80px;
  3233. padding-bottom: 160px;
  3234. background: linear-gradient(135deg, #024273 0%, #EB1928 100%);
  3235. }
  3236. .ready-to-talk h3 {
  3237. font-size: 28px;
  3238. color: #ffffff;
  3239. text-transform: capitalize;
  3240. margin-bottom: 15px;
  3241. }
  3242. .ready-to-talk p {
  3243. color: #ffffff;
  3244. margin-bottom: 20px;
  3245. font-size: 16px;
  3246. }
  3247. .ready-to-talk .btn::before, .ready-to-talk .btn::after {
  3248. background: #ffffff;
  3249. }
  3250. .ready-to-talk .btn-primary {
  3251. background: #024273;
  3252. -webkit-box-shadow: 0 5px 20px 0 rgba(198, 121, 227, 0.25);
  3253. box-shadow: 0 5px 20px 0 rgba(198, 121, 227, 0.25);
  3254. }
  3255. .ready-to-talk .btn-primary:hover, .ready-to-talk .btn-primary:focus {
  3256. color: #0e314c;
  3257. -webkit-box-shadow: 0 5px 20px 0 rgba(68, 206, 111, 0.25);
  3258. box-shadow: 0 5px 20px 0 rgba(68, 206, 111, 0.25);
  3259. }
  3260. .ready-to-talk span a {
  3261. margin-left: 15px;
  3262. color: #ffffff;
  3263. text-decoration: underline;
  3264. }
  3265. /*=============================
  3266. Big Data Analytics Banner CSS
  3267. ===============================*/
  3268. .bigdata-analytics-banner {
  3269. background-image: url(/images/bigdata-analytics/main-banner.jpg);
  3270. background-position: center center;
  3271. background-size: cover;
  3272. background-repeat: no-repeat;
  3273. padding-top: 280px;
  3274. padding-bottom: 25px;
  3275. }
  3276. .bigdata-analytics-content {
  3277. max-width: 555px;
  3278. }
  3279. .bigdata-analytics-content h1 {
  3280. color: #ffffff;
  3281. margin-bottom: 25px;
  3282. line-height: 1.4;
  3283. font-size: 50px;
  3284. font-weight: 700;
  3285. }
  3286. .bigdata-analytics-content p {
  3287. color: #e9e9e9;
  3288. max-width: 470px;
  3289. font-size: 15px;
  3290. }
  3291. .bigdata-analytics-content .btn {
  3292. margin-top: 18px;
  3293. }
  3294. .banner-boxes-area {
  3295. margin-top: 230px;
  3296. }
  3297. .single-banner-boxes {
  3298. margin-bottom: 30px;
  3299. border: 1px dashed #687b6f;
  3300. position: relative;
  3301. border-radius: 5px;
  3302. padding: 25px 25px 25px 95px;
  3303. background-color: rgba(0, 0, 0, 0.5);
  3304. -webkit-transition: 0.5s;
  3305. transition: 0.5s;
  3306. z-index: 1;
  3307. }
  3308. .single-banner-boxes::before {
  3309. content: '';
  3310. position: absolute;
  3311. left: 0;
  3312. top: 0;
  3313. right: 0;
  3314. bottom: 0;
  3315. border-radius: 5px;
  3316. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  3317. z-index: -1;
  3318. opacity: 0;
  3319. margin: -1px;
  3320. visibility: hidden;
  3321. -webkit-transition: 0.5s;
  3322. transition: 0.5s;
  3323. }
  3324. .single-banner-boxes .icon {
  3325. display: inline-block;
  3326. text-align: center;
  3327. width: 55px;
  3328. height: 55px;
  3329. position: absolute;
  3330. left: 20px;
  3331. top: 25px;
  3332. line-height: 55px;
  3333. background: #cdf1d8;
  3334. border-radius: 50%;
  3335. color: #44ce6f;
  3336. -webkit-transition: 0.5s;
  3337. transition: 0.5s;
  3338. }
  3339. .single-banner-boxes h3 {
  3340. color: #ffffff;
  3341. margin-bottom: 12px;
  3342. font-size: 18px;
  3343. font-weight: 600;
  3344. }
  3345. .single-banner-boxes p {
  3346. color: #dadada;
  3347. -webkit-transition: 0.5s;
  3348. transition: 0.5s;
  3349. }
  3350. .single-banner-boxes:hover {
  3351. background-color: transparent;
  3352. border-color: transparent;
  3353. }
  3354. .single-banner-boxes:hover .icon {
  3355. color: #44ce6f;
  3356. background-color: #ffffff;
  3357. }
  3358. .single-banner-boxes:hover::before {
  3359. opacity: 1;
  3360. visibility: visible;
  3361. }
  3362. .single-banner-boxes:hover p {
  3363. color: #ffffff;
  3364. }
  3365. .col-lg-4:nth-child(2) .single-banner-boxes .icon {
  3366. color: #f78acb;
  3367. background: #f9f4f7;
  3368. }
  3369. .col-lg-4:nth-child(2) .single-banner-boxes:hover .icon {
  3370. background-color: #ffffff;
  3371. color: #f78acb;
  3372. }
  3373. .col-lg-4:nth-child(3) .single-banner-boxes .icon {
  3374. color: #EB1928;
  3375. background: #edc3fc;
  3376. }
  3377. .col-lg-4:nth-child(3) .single-banner-boxes:hover .icon {
  3378. background-color: #ffffff;
  3379. color: #EB1928;
  3380. }
  3381. /*=============================
  3382. What We Do CSS
  3383. ===============================*/
  3384. .what-we-do-area {
  3385. padding-bottom: 50px;
  3386. }
  3387. .single-what-we-do-box {
  3388. margin-bottom: 30px;
  3389. position: relative;
  3390. padding-left: 88px;
  3391. }
  3392. .single-what-we-do-box .icon {
  3393. position: absolute;
  3394. left: 0;
  3395. top: 0;
  3396. width: 65px;
  3397. height: 65px;
  3398. border-radius: 5px;
  3399. color: #ffffff;
  3400. text-align: center;
  3401. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  3402. }
  3403. .single-what-we-do-box .icon i {
  3404. position: absolute;
  3405. left: 0;
  3406. right: 0;
  3407. top: 40%;
  3408. -webkit-transform: translateY(-40%);
  3409. transform: translateY(-40%);
  3410. }
  3411. .single-what-we-do-box .icon i::before {
  3412. font-size: 40px;
  3413. }
  3414. .single-what-we-do-box h3 {
  3415. margin-bottom: 10px;
  3416. font-size: 20px;
  3417. font-weight: 600;
  3418. }
  3419. .single-what-we-do-box .link {
  3420. display: block;
  3421. font-weight: 500;
  3422. text-decoration: underline;
  3423. margin-bottom: 10px;
  3424. }
  3425. .single-what-we-do-box .read-more-btn {
  3426. display: inline-block;
  3427. font-weight: 600;
  3428. padding-top: 10px;
  3429. padding-left: -4px;
  3430. }
  3431. .single-what-we-do-box .read-more-btn svg {
  3432. margin-right: 5px;
  3433. }
  3434. /*=============================
  3435. Discover CSS
  3436. ===============================*/
  3437. .discover-area {
  3438. position: relative;
  3439. z-index: 1;
  3440. background: linear-gradient(135deg, #43e794 0%, #23bdb8 100%);
  3441. }
  3442. .discover-image {
  3443. position: relative;
  3444. padding-bottom: 100px;
  3445. margin-right: 15px;
  3446. }
  3447. .discover-image img:nth-child(2) {
  3448. position: absolute;
  3449. right: 0;
  3450. bottom: 0;
  3451. }
  3452. .discover-content {
  3453. padding-left: 15px;
  3454. }
  3455. .discover-content h2 {
  3456. color: #ffffff;
  3457. margin-bottom: 15px;
  3458. line-height: 1.5;
  3459. font-size: 28px;
  3460. font-weight: 600;
  3461. }
  3462. .discover-content p {
  3463. color: #ffffff;
  3464. }
  3465. .discover-content .btn-primary {
  3466. -webkit-box-shadow: unset !important;
  3467. box-shadow: unset !important;
  3468. margin-top: 15px;
  3469. background-color: #ffffff;
  3470. color: #0e314c;
  3471. }
  3472. .discover-content .btn-primary:hover {
  3473. color: #ffffff;
  3474. }
  3475. .analytics-shape1 {
  3476. position: absolute;
  3477. left: 0;
  3478. top: 50%;
  3479. -webkit-transform: translateY(-50%);
  3480. transform: translateY(-50%);
  3481. z-index: -1;
  3482. }
  3483. .analytics-shape2 {
  3484. position: absolute;
  3485. right: 0;
  3486. top: 50%;
  3487. -webkit-transform: translateY(-50%);
  3488. transform: translateY(-50%);
  3489. z-index: -1;
  3490. }
  3491. /*================================================
  3492. Partner CSS
  3493. =================================================*/
  3494. .partner-section {
  3495. text-align: center;
  3496. position: relative;
  3497. margin-top: -120px;
  3498. background: transparent;
  3499. }
  3500. .partner-section h5 {
  3501. font-size: 20px;
  3502. font-weight: 400;
  3503. color: #ffffff;
  3504. margin-bottom: 0;
  3505. }
  3506. .partner-section .partner-inner {
  3507. background: #ffffff;
  3508. padding-top: 5px;
  3509. padding-left: 30px;
  3510. padding-right: 30px;
  3511. padding-bottom: 30px;
  3512. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  3513. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  3514. border-radius: 3px;
  3515. margin-top: 25px;
  3516. }
  3517. .partner-section .partner-inner a {
  3518. display: block;
  3519. margin-top: 25px;
  3520. position: relative;
  3521. }
  3522. .partner-section .partner-inner a img:last-child {
  3523. position: absolute;
  3524. top: 15px;
  3525. left: 0;
  3526. right: 0;
  3527. margin: 0 auto;
  3528. opacity: 0;
  3529. visibility: hidden;
  3530. -webkit-transition: 0.5s;
  3531. transition: 0.5s;
  3532. }
  3533. .partner-section .partner-inner a:hover img:last-child {
  3534. opacity: 1;
  3535. top: 0;
  3536. visibility: visible;
  3537. }
  3538. /*================================================
  3539. Industries Serve CSS
  3540. =================================================*/
  3541. .industries-serve-area {
  3542. padding-bottom: 50px;
  3543. position: relative;
  3544. z-index: 1;
  3545. background: linear-gradient(135deg, #024273 0%, #EB1928 100%);
  3546. }
  3547. .industries-serve-area .section-title h2 {
  3548. color: #ffffff;
  3549. }
  3550. .industries-serve-area .section-title p {
  3551. color: #ffffff;
  3552. }
  3553. .industries-serve-area .section-title .bar::before {
  3554. background: #EB1928;
  3555. }
  3556. .single-industries-serve-box {
  3557. margin-bottom: 30px;
  3558. position: relative;
  3559. overflow: hidden;
  3560. color: #0e314c;
  3561. border-radius: 5px;
  3562. background-color: #f4f4fb;
  3563. padding: 20px 15px 20px 50px;
  3564. -webkit-transition: 0.5s;
  3565. transition: 0.5s;
  3566. z-index: 1;
  3567. font-size: 18px;
  3568. font-weight: 600;
  3569. }
  3570. .single-industries-serve-box .icon {
  3571. position: absolute;
  3572. left: -15px;
  3573. top: 50%;
  3574. line-height: 1;
  3575. -webkit-transform: translateY(-50%);
  3576. transform: translateY(-50%);
  3577. color: #024273;
  3578. -webkit-transition: 0.5s;
  3579. transition: 0.5s;
  3580. font-size: 55px;
  3581. font-weight: normal;
  3582. }
  3583. .single-industries-serve-box::before {
  3584. border-radius: 5px;
  3585. position: absolute;
  3586. left: 0;
  3587. top: 0;
  3588. width: 0;
  3589. height: 100%;
  3590. content: '';
  3591. z-index: -1;
  3592. -webkit-transition: 0.5s;
  3593. transition: 0.5s;
  3594. background-color: #0e314c;
  3595. }
  3596. .single-industries-serve-box .link-btn {
  3597. display: block;
  3598. position: absolute;
  3599. left: 0;
  3600. right: 0;
  3601. top: 0;
  3602. bottom: 0;
  3603. border-radius: 5px;
  3604. z-index: 2;
  3605. }
  3606. .single-industries-serve-box:hover {
  3607. color: #ffffff;
  3608. }
  3609. .single-industries-serve-box:hover .icon {
  3610. color: #ffffff;
  3611. }
  3612. .single-industries-serve-box:hover::before {
  3613. width: 100%;
  3614. }
  3615. /*================================================
  3616. Blog CSS
  3617. =================================================*/
  3618. .blog-area {
  3619. position: relative;
  3620. z-index: 1;
  3621. }
  3622. .single-blog-post {
  3623. position: relative;
  3624. -webkit-transition: 0.5s;
  3625. transition: 0.5s;
  3626. margin-bottom: 30px;
  3627. }
  3628. .single-blog-post .blog-image {
  3629. position: relative;
  3630. }
  3631. .single-blog-post .blog-image a {
  3632. display: block;
  3633. }
  3634. .single-blog-post .blog-image .date {
  3635. position: absolute;
  3636. left: 20px;
  3637. bottom: -20px;
  3638. background: #024273;
  3639. color: #ffffff;
  3640. padding: 8px 16px;
  3641. font-size: 13px;
  3642. border-radius: 50px;
  3643. }
  3644. .single-blog-post .blog-image .date svg {
  3645. width: 15px;
  3646. margin-right: 3px;
  3647. }
  3648. .single-blog-post .blog-post-content {
  3649. padding-top: 40px;
  3650. padding-left: 20px;
  3651. padding-bottom: 20px;
  3652. padding-right: 20px;
  3653. background: #f7fafd;
  3654. -webkit-transition: 0.5s;
  3655. transition: 0.5s;
  3656. }
  3657. .single-blog-post .blog-post-content h3 {
  3658. font-size: 20px;
  3659. line-height: 30px;
  3660. margin-bottom: 0;
  3661. }
  3662. .single-blog-post .blog-post-content span {
  3663. display: block;
  3664. color: #0e314c;
  3665. margin: 15px 0;
  3666. }
  3667. .single-blog-post .blog-post-content span a {
  3668. color: #6084a4;
  3669. }
  3670. .single-blog-post .blog-post-content span a:hover {
  3671. color: #44ce6f;
  3672. }
  3673. .single-blog-post .blog-post-content .read-more-btn {
  3674. color: #0e314c;
  3675. }
  3676. .single-blog-post .blog-post-content .read-more-btn svg {
  3677. -webkit-transition: 0.5s;
  3678. transition: 0.5s;
  3679. width: 15px;
  3680. }
  3681. .single-blog-post .blog-post-content .read-more-btn:hover {
  3682. color: #44ce6f;
  3683. }
  3684. .single-blog-post .blog-post-content .read-more-btn:hover svg {
  3685. margin-left: 5px;
  3686. }
  3687. .single-blog-post:hover {
  3688. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  3689. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  3690. }
  3691. .single-blog-post:hover .blog-post-content {
  3692. background: #ffffff;
  3693. }
  3694. .single-blog-post-box {
  3695. margin-bottom: 30px;
  3696. -webkit-transition: 0.5s;
  3697. transition: 0.5s;
  3698. border-radius: 5px;
  3699. }
  3700. .single-blog-post-box .entry-thumbnail a {
  3701. display: block;
  3702. }
  3703. .single-blog-post-box .entry-thumbnail a img {
  3704. border-radius: 5px 5px 0 0;
  3705. }
  3706. .single-blog-post-box .entry-post-content {
  3707. background: -webkit-gradient(linear, left bottom, right top, from(#d5fefd), color-stop(#e0fdff), color-stop(#effbff), color-stop(#fbfaff), to(#fffcff));
  3708. background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
  3709. padding: 20px;
  3710. }
  3711. .single-blog-post-box .entry-post-content .entry-meta {
  3712. margin-bottom: 10px;
  3713. }
  3714. .single-blog-post-box .entry-post-content .entry-meta ul {
  3715. padding-left: 0;
  3716. margin-bottom: 0;
  3717. list-style-type: none;
  3718. }
  3719. .single-blog-post-box .entry-post-content .entry-meta ul li {
  3720. display: inline-block;
  3721. position: relative;
  3722. margin-right: 16px;
  3723. color: #6084a4;
  3724. font-size: 14px;
  3725. }
  3726. .single-blog-post-box .entry-post-content .entry-meta ul li::before {
  3727. content: '';
  3728. position: absolute;
  3729. right: -7px;
  3730. top: 50%;
  3731. -webkit-transform: rotate(14deg) translateY(-50%);
  3732. transform: rotate(14deg) translateY(-50%);
  3733. background: #6084a4;
  3734. width: 1px;
  3735. height: 13px;
  3736. }
  3737. .single-blog-post-box .entry-post-content .entry-meta ul li a {
  3738. display: inline-block;
  3739. color: #6084a4;
  3740. }
  3741. .single-blog-post-box .entry-post-content .entry-meta ul li a:hover {
  3742. color: #44ce6f;
  3743. }
  3744. .single-blog-post-box .entry-post-content .entry-meta ul li:last-child {
  3745. margin-right: 0;
  3746. }
  3747. .single-blog-post-box .entry-post-content .entry-meta ul li:last-child::before {
  3748. display: none;
  3749. }
  3750. .single-blog-post-box .entry-post-content h3 {
  3751. margin-bottom: 0;
  3752. line-height: 1.5;
  3753. font-weight: 600;
  3754. font-size: 18px;
  3755. }
  3756. .single-blog-post-box .entry-post-content p {
  3757. margin-top: 8px;
  3758. margin-bottom: 0;
  3759. }
  3760. .single-blog-post-box .entry-post-content .learn-more-btn {
  3761. margin-top: 15px;
  3762. font-weight: 600;
  3763. }
  3764. .single-blog-post-box .entry-post-content .learn-more-btn svg {
  3765. width: 15px;
  3766. }
  3767. .single-blog-item {
  3768. margin-bottom: 30px;
  3769. }
  3770. .single-blog-item .post-image {
  3771. text-align: center;
  3772. }
  3773. .single-blog-item .post-image a {
  3774. display: block;
  3775. }
  3776. .single-blog-item .post-content {
  3777. margin-top: 20px;
  3778. }
  3779. .single-blog-item .post-content .post-meta {
  3780. padding-left: 0;
  3781. margin-bottom: 10px;
  3782. list-style-type: none;
  3783. }
  3784. .single-blog-item .post-content .post-meta li {
  3785. display: inline-block;
  3786. margin-right: 30px;
  3787. position: relative;
  3788. }
  3789. .single-blog-item .post-content .post-meta li::before {
  3790. content: '';
  3791. position: absolute;
  3792. top: 10px;
  3793. right: -20px;
  3794. width: 10px;
  3795. height: 1px;
  3796. background-color: #6084a4;
  3797. }
  3798. .single-blog-item .post-content .post-meta li:last-child {
  3799. margin-right: 0;
  3800. }
  3801. .single-blog-item .post-content .post-meta li:last-child::before {
  3802. display: none;
  3803. }
  3804. .single-blog-item .post-content h3 {
  3805. line-height: 30px;
  3806. margin-bottom: 0;
  3807. font-weight: 600;
  3808. font-size: 20px;
  3809. }
  3810. .blog-slides.owl-theme .owl-dots {
  3811. line-height: 1;
  3812. }
  3813. .blog-slides.owl-theme .owl-dots .owl-dot span {
  3814. width: 15px;
  3815. height: 15px;
  3816. margin: 0 5px;
  3817. background: #d6d6d6;
  3818. -webkit-transition: .4s;
  3819. transition: .4s;
  3820. border-radius: 50%;
  3821. }
  3822. .blog-slides.owl-theme .owl-dots .owl-dot:hover span, .blog-slides.owl-theme .owl-dots .owl-dot.active span {
  3823. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  3824. }
  3825. .single-blog-post-item {
  3826. margin-bottom: 30px;
  3827. }
  3828. .single-blog-post-item .post-image {
  3829. border-radius: 5px;
  3830. overflow: hidden;
  3831. }
  3832. .single-blog-post-item .post-image a {
  3833. display: block;
  3834. border-radius: 5px;
  3835. }
  3836. .single-blog-post-item .post-image a img {
  3837. border-radius: 5px;
  3838. }
  3839. .single-blog-post-item .post-content {
  3840. -webkit-transition: 0.5s;
  3841. transition: 0.5s;
  3842. background: -webkit-gradient(linear, left bottom, right top, from(#d5fefd), color-stop(#e0fdff), color-stop(#effbff), color-stop(#fbfaff), to(#fffcff));
  3843. background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
  3844. position: relative;
  3845. border-radius: 5px;
  3846. padding: 30px 25px;
  3847. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  3848. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  3849. margin-left: 15px;
  3850. margin-right: 15px;
  3851. margin-top: -30px;
  3852. }
  3853. .single-blog-post-item .post-content .post-meta {
  3854. -webkit-transition: 0.5s;
  3855. transition: 0.5s;
  3856. margin-bottom: 10px;
  3857. list-style-type: none;
  3858. padding-left: 0;
  3859. }
  3860. .single-blog-post-item .post-content .post-meta li {
  3861. display: inline-block;
  3862. margin-right: 20px;
  3863. position: relative;
  3864. color: #6084a4;
  3865. }
  3866. .single-blog-post-item .post-content .post-meta li a {
  3867. color: #6084a4;
  3868. }
  3869. .single-blog-post-item .post-content .post-meta li a:hover {
  3870. color: #44ce6f;
  3871. }
  3872. .single-blog-post-item .post-content .post-meta li::before {
  3873. content: '';
  3874. position: absolute;
  3875. right: -10px;
  3876. top: 4px;
  3877. height: 12px;
  3878. background-color: #6084a4;
  3879. width: 1px;
  3880. -webkit-transform: rotate(5deg);
  3881. transform: rotate(5deg);
  3882. }
  3883. .single-blog-post-item .post-content .post-meta li:last-child {
  3884. margin-right: 0;
  3885. }
  3886. .single-blog-post-item .post-content .post-meta li:last-child::before {
  3887. display: none;
  3888. }
  3889. .single-blog-post-item .post-content h3 {
  3890. -webkit-transition: 0.5s;
  3891. transition: 0.5s;
  3892. font-size: 20px;
  3893. line-height: 30px;
  3894. margin-bottom: 0;
  3895. }
  3896. .single-blog-post-item .post-content .read-more-btn {
  3897. display: inline-block;
  3898. border-radius: 30px;
  3899. padding: 9px 25px;
  3900. border: 1px solid #e6e6e6;
  3901. background-color: #ffffff;
  3902. position: absolute;
  3903. -webkit-transition: 0.5s;
  3904. transition: 0.5s;
  3905. left: 25px;
  3906. bottom: -22px;
  3907. opacity: 0;
  3908. visibility: hidden;
  3909. font-size: 14px;
  3910. font-weight: 500;
  3911. }
  3912. .single-blog-post-item .post-content .read-more-btn svg {
  3913. width: 15px;
  3914. margin-left: 2px;
  3915. }
  3916. .single-blog-post-item .post-content .read-more-btn:hover {
  3917. background-color: #44ce6f;
  3918. border-color: #44ce6f;
  3919. color: #ffffff;
  3920. }
  3921. .single-blog-post-item:hover .post-content {
  3922. -webkit-transform: translateY(-22px);
  3923. transform: translateY(-22px);
  3924. }
  3925. .single-blog-post-item:hover .post-content .post-meta {
  3926. -webkit-transform: translateY(-12px);
  3927. transform: translateY(-12px);
  3928. }
  3929. .single-blog-post-item:hover .post-content h3 {
  3930. -webkit-transform: translateY(-12px);
  3931. transform: translateY(-12px);
  3932. }
  3933. .single-blog-post-item:hover .post-content .read-more-btn {
  3934. opacity: 1;
  3935. visibility: visible;
  3936. }
  3937. .single-blog-post-box.bg-f4faff .entry-post-content {
  3938. background: #f4faff;
  3939. }
  3940. /*================================================
  3941. Shop CSS
  3942. =================================================*/
  3943. .woocommerce-topbar {
  3944. background-color: #fcfbfb;
  3945. padding: 10px 40px;
  3946. margin-bottom: 30px;
  3947. }
  3948. .woocommerce-topbar .woocommerce-topbar-ordering .form-select {
  3949. cursor: pointer;
  3950. background-color: transparent;
  3951. border-color: #ebebeb;
  3952. border-radius: 4px;
  3953. font-size: 14px;
  3954. height: 40px;
  3955. }
  3956. .woocommerce-topbar .woocommerce-topbar-ordering .form-select:focus {
  3957. -webkit-box-shadow: none;
  3958. box-shadow: none;
  3959. }
  3960. .single-products {
  3961. text-align: center;
  3962. position: relative;
  3963. margin-bottom: 30px;
  3964. }
  3965. .single-products .products-content {
  3966. margin-top: 20px;
  3967. }
  3968. .single-products .products-content h3 {
  3969. font-size: 18px;
  3970. margin-bottom: 10px;
  3971. }
  3972. .single-products .products-content ul {
  3973. padding: 0;
  3974. margin: 10px 0 12px;
  3975. list-style-type: none;
  3976. }
  3977. .single-products .products-content ul li {
  3978. display: inline-block;
  3979. color: #eac11d;
  3980. }
  3981. .single-products .products-content ul li i {
  3982. margin: 0 2px;
  3983. }
  3984. .single-products .products-content ul li i::before {
  3985. font-size: 15px;
  3986. }
  3987. .single-products .products-content .add-to-cart-btn {
  3988. display: block;
  3989. width: 100%;
  3990. color: #0e314c;
  3991. border: 1px solid #0e314c;
  3992. padding: 10px 15px;
  3993. text-transform: uppercase;
  3994. font-weight: 500;
  3995. }
  3996. .single-products .sale-btn {
  3997. position: absolute;
  3998. top: 15px;
  3999. right: 15px;
  4000. background: #ff2d2d;
  4001. color: #fff;
  4002. width: 55px;
  4003. height: 55px;
  4004. line-height: 55px;
  4005. border-radius: 50%;
  4006. z-index: 2;
  4007. }
  4008. .single-products .products-image {
  4009. overflow: hidden;
  4010. position: relative;
  4011. }
  4012. .single-products .products-image img {
  4013. -webkit-transition: all 1.5s ease-out;
  4014. transition: all 1.5s ease-out;
  4015. width: 100%;
  4016. }
  4017. .single-products .products-image::before {
  4018. position: absolute;
  4019. top: 0;
  4020. left: 0;
  4021. width: 100%;
  4022. height: 100%;
  4023. background: gray;
  4024. content: '';
  4025. -webkit-transition: 0.5s;
  4026. transition: 0.5s;
  4027. z-index: 1;
  4028. opacity: 0;
  4029. visibility: hidden;
  4030. }
  4031. .single-products .products-image ul {
  4032. padding: 0;
  4033. z-index: 2;
  4034. list-style-type: none;
  4035. margin: 0;
  4036. position: absolute;
  4037. left: 0;
  4038. top: 50%;
  4039. right: 0;
  4040. -webkit-transform: translateY(-50%);
  4041. transform: translateY(-50%);
  4042. opacity: 0;
  4043. visibility: hidden;
  4044. -webkit-transition: 0.5s;
  4045. transition: 0.5s;
  4046. }
  4047. .single-products .products-image ul li {
  4048. display: inline-block;
  4049. }
  4050. .single-products .products-image ul li a {
  4051. display: block;
  4052. background: #ffffff;
  4053. width: 35px;
  4054. height: 35px;
  4055. line-height: 35px;
  4056. }
  4057. .single-products .products-image ul li a svg {
  4058. width: 20px;
  4059. }
  4060. .single-products .products-image ul li a:hover, .single-products .products-image ul li a:focus {
  4061. background-color: #44ce6f;
  4062. color: #ffffff;
  4063. }
  4064. .single-products .products-image ul li a:nth-child(1) {
  4065. margin-left: -15px;
  4066. }
  4067. .single-products .products-image ul li a:nth-child(3) {
  4068. margin-right: -15px;
  4069. }
  4070. .single-products:hover .products-content .add-to-cart-btn, .single-products:focus .products-content .add-to-cart-btn {
  4071. background-color: #0e314c;
  4072. color: #ffffff;
  4073. }
  4074. .single-products:hover .products-image img, .single-products:focus .products-image img {
  4075. -webkit-transform: scale(1.1);
  4076. transform: scale(1.1);
  4077. }
  4078. .single-products:hover .products-image::before, .single-products:focus .products-image::before {
  4079. opacity: .40;
  4080. visibility: visible;
  4081. }
  4082. .single-products:hover .products-image ul, .single-products:focus .products-image ul {
  4083. opacity: 1;
  4084. visibility: visible;
  4085. }
  4086. .single-products:hover .products-image ul li a:nth-child(1), .single-products:focus .products-image ul li a:nth-child(1) {
  4087. margin-left: 0;
  4088. }
  4089. .single-products:hover .products-image ul li a:nth-child(3), .single-products:focus .products-image ul li a:nth-child(3) {
  4090. margin-right: 0;
  4091. }
  4092. #productsModalCenter .modal-dialog {
  4093. max-width: 900px;
  4094. }
  4095. #productsModalCenter .modal-content {
  4096. border: none;
  4097. border-radius: 0;
  4098. }
  4099. #productsModalCenter .modal-content button.close {
  4100. position: absolute;
  4101. right: 2%;
  4102. display: inline-block;
  4103. opacity: 1;
  4104. top: 2%;
  4105. width: 35px;
  4106. height: 35px;
  4107. text-align: center;
  4108. line-height: 32px;
  4109. border: 1px solid #eeeeee;
  4110. border-radius: 50%;
  4111. outline: 0;
  4112. -webkit-transition: 0.5s;
  4113. transition: 0.5s;
  4114. }
  4115. #productsModalCenter .modal-content button.close span {
  4116. -webkit-transition: 0.5s;
  4117. transition: 0.5s;
  4118. }
  4119. #productsModalCenter .modal-content button.close:hover, #productsModalCenter .modal-content button.close:focus {
  4120. background-color: #44ce6f;
  4121. color: #ffffff;
  4122. }
  4123. #productsModalCenter .modal-content button.close:hover span, #productsModalCenter .modal-content button.close:focus span {
  4124. color: #ffffff;
  4125. }
  4126. #productsModalCenter .modal-content .products-image {
  4127. overflow: hidden;
  4128. }
  4129. #productsModalCenter .modal-content .products-image img {
  4130. width: 100%;
  4131. }
  4132. #productsModalCenter .modal-content .products-content p {
  4133. margin-bottom: 20px;
  4134. }
  4135. #productsModalCenter .modal-content .products-content h3 {
  4136. font-size: 20px;
  4137. margin-bottom: 10px;
  4138. }
  4139. #productsModalCenter .modal-content .products-content .price {
  4140. margin-bottom: 15px;
  4141. }
  4142. #productsModalCenter .modal-content .products-content .price span {
  4143. text-decoration: line-through;
  4144. color: #6084a4;
  4145. }
  4146. #productsModalCenter .modal-content .products-content form .quantity {
  4147. display: inline-block;
  4148. margin-right: 8px;
  4149. }
  4150. #productsModalCenter .modal-content .products-content form .quantity .input-counter {
  4151. max-width: 110px;
  4152. min-width: 110px;
  4153. text-align: center;
  4154. display: inline-block;
  4155. position: relative;
  4156. }
  4157. #productsModalCenter .modal-content .products-content form .quantity .input-counter span {
  4158. position: absolute;
  4159. top: 0;
  4160. background-color: transparent;
  4161. cursor: pointer;
  4162. color: #6084a4;
  4163. width: 40px;
  4164. height: 100%;
  4165. line-height: 47px;
  4166. -webkit-transition: 0.5s;
  4167. transition: 0.5s;
  4168. padding: 0;
  4169. }
  4170. #productsModalCenter .modal-content .products-content form .quantity .input-counter span.minus-btn {
  4171. left: 0;
  4172. }
  4173. #productsModalCenter .modal-content .products-content form .quantity .input-counter span.plus-btn {
  4174. right: 0;
  4175. }
  4176. #productsModalCenter .modal-content .products-content form .quantity .input-counter span svg {
  4177. width: 20px;
  4178. }
  4179. #productsModalCenter .modal-content .products-content form .quantity .input-counter span:hover {
  4180. color: #44ce6f;
  4181. }
  4182. #productsModalCenter .modal-content .products-content form .quantity .input-counter input {
  4183. height: 47px;
  4184. color: #0e314c;
  4185. outline: 0;
  4186. display: block;
  4187. border: none;
  4188. background-color: #f8f8f8;
  4189. text-align: center;
  4190. width: 100%;
  4191. font-size: 17px;
  4192. font-weight: 500;
  4193. }
  4194. #productsModalCenter .modal-content .products-content form .quantity .input-counter input::-webkit-input-placeholder {
  4195. color: #0e314c;
  4196. }
  4197. #productsModalCenter .modal-content .products-content form .quantity .input-counter input:-ms-input-placeholder {
  4198. color: #0e314c;
  4199. }
  4200. #productsModalCenter .modal-content .products-content form .quantity .input-counter input::-ms-input-placeholder {
  4201. color: #0e314c;
  4202. }
  4203. #productsModalCenter .modal-content .products-content form .quantity .input-counter input::placeholder {
  4204. color: #0e314c;
  4205. }
  4206. #productsModalCenter .modal-content .products-content form button {
  4207. background: #44ce6f;
  4208. color: #ffffff;
  4209. border: none;
  4210. height: 46px;
  4211. padding: 0 20px;
  4212. position: relative;
  4213. top: -2px;
  4214. cursor: pointer;
  4215. outline: 0;
  4216. -webkit-transition: 0.5s;
  4217. transition: 0.5s;
  4218. }
  4219. #productsModalCenter .modal-content .products-content form button:hover, #productsModalCenter .modal-content .products-content form button:focus {
  4220. background-color: #EB1928;
  4221. color: #ffffff;
  4222. }
  4223. #productsModalCenter .modal-content .products-content .product-meta {
  4224. margin-top: 15px;
  4225. }
  4226. #productsModalCenter .modal-content .products-content .product-meta span {
  4227. display: inline-block;
  4228. margin-right: 8px;
  4229. }
  4230. /*================================================
  4231. Shop Details CSS
  4232. =================================================*/
  4233. .products-details-image img {
  4234. width: 100%;
  4235. }
  4236. .products-details-image.owl-theme .owl-nav [class*='owl-'] {
  4237. color: #0e314c;
  4238. font-size: 45px;
  4239. margin: 0;
  4240. -webkit-transition: 0.5s;
  4241. transition: 0.5s;
  4242. opacity: 0;
  4243. visibility: hidden;
  4244. padding: 0;
  4245. background: transparent !important;
  4246. border-radius: 0;
  4247. position: absolute;
  4248. padding: 0;
  4249. left: 15px;
  4250. top: 50%;
  4251. -webkit-transform: translateY(-50%);
  4252. transform: translateY(-50%);
  4253. }
  4254. .products-details-image.owl-theme .owl-nav [class*='owl-'].owl-next {
  4255. left: auto;
  4256. right: 15px;
  4257. }
  4258. .products-details-image.owl-theme:hover .owl-nav [class*='owl-'] {
  4259. opacity: 1;
  4260. visibility: visible;
  4261. }
  4262. .products-details h3 {
  4263. font-size: 20px;
  4264. margin-bottom: 8px;
  4265. }
  4266. .products-details .price {
  4267. margin-bottom: 15px;
  4268. }
  4269. .products-details .price span {
  4270. text-decoration: line-through;
  4271. color: #6084a4;
  4272. margin-right: 5px;
  4273. }
  4274. .products-details .rating {
  4275. padding: 0;
  4276. margin: 0 0 12px;
  4277. list-style-type: none;
  4278. }
  4279. .products-details .rating li {
  4280. display: inline-block;
  4281. color: #eac11d;
  4282. }
  4283. .products-details .rating li i {
  4284. margin-right: 3px;
  4285. }
  4286. .products-details .rating li i::before {
  4287. font-size: 15px;
  4288. }
  4289. .products-details .payment-methods img {
  4290. margin-right: 5px;
  4291. }
  4292. .products-details .payment-methods img:last-child {
  4293. margin-right: 0;
  4294. }
  4295. .products-details .availability {
  4296. margin-bottom: 20px;
  4297. }
  4298. .products-details .availability span {
  4299. color: #EB1928;
  4300. }
  4301. .products-details form .quantity {
  4302. margin-bottom: 20px;
  4303. }
  4304. .products-details form .quantity span {
  4305. padding-right: 10px;
  4306. }
  4307. .products-details form .quantity .input-counter {
  4308. max-width: 110px;
  4309. min-width: 110px;
  4310. text-align: center;
  4311. display: inline-block;
  4312. position: relative;
  4313. }
  4314. .products-details form .quantity .input-counter span {
  4315. position: absolute;
  4316. top: 0;
  4317. background-color: transparent;
  4318. cursor: pointer;
  4319. color: #6084a4;
  4320. width: 40px;
  4321. height: 100%;
  4322. line-height: 47px;
  4323. -webkit-transition: 0.5s;
  4324. transition: 0.5s;
  4325. padding: 0;
  4326. }
  4327. .products-details form .quantity .input-counter span.minus-btn {
  4328. left: 0;
  4329. }
  4330. .products-details form .quantity .input-counter span.plus-btn {
  4331. right: 0;
  4332. }
  4333. .products-details form .quantity .input-counter span svg {
  4334. width: 20px;
  4335. }
  4336. .products-details form .quantity .input-counter span:hover {
  4337. color: #44ce6f;
  4338. }
  4339. .products-details form .quantity .input-counter input {
  4340. height: 47px;
  4341. color: #0e314c;
  4342. outline: 0;
  4343. display: block;
  4344. border: none;
  4345. background-color: #f8f8f8;
  4346. text-align: center;
  4347. width: 100%;
  4348. font-size: 17px;
  4349. font-weight: 500;
  4350. }
  4351. .products-details form .quantity .input-counter input::-webkit-input-placeholder {
  4352. color: #0e314c;
  4353. }
  4354. .products-details form .quantity .input-counter input:-ms-input-placeholder {
  4355. color: #0e314c;
  4356. }
  4357. .products-details form .quantity .input-counter input::-ms-input-placeholder {
  4358. color: #0e314c;
  4359. }
  4360. .products-details form .quantity .input-counter input::placeholder {
  4361. color: #0e314c;
  4362. }
  4363. .products-details form button {
  4364. background: #024273;
  4365. color: #ffffff;
  4366. border: none;
  4367. height: 46px;
  4368. padding: 0 20px;
  4369. position: relative;
  4370. top: -3px;
  4371. cursor: pointer;
  4372. outline: 0;
  4373. -webkit-transition: 0.5s;
  4374. transition: 0.5s;
  4375. }
  4376. .products-details form button:hover, .products-details form button:focus {
  4377. background-color: #EB1928;
  4378. color: #ffffff;
  4379. }
  4380. .products-details form .add-to-wishlist-btn {
  4381. margin-left: 5px;
  4382. background: transparent;
  4383. color: #0e314c;
  4384. border: 1px solid #eeeeee;
  4385. position: relative;
  4386. top: -2px;
  4387. cursor: pointer;
  4388. outline: 0;
  4389. -webkit-transition: 0.5s;
  4390. transition: 0.5s;
  4391. width: 45px;
  4392. height: 45px;
  4393. text-align: center;
  4394. line-height: 45px;
  4395. }
  4396. .products-details form .add-to-wishlist-btn:hover, .products-details form .add-to-wishlist-btn:focus {
  4397. background-color: #EB1928;
  4398. color: #ffffff;
  4399. border-color: #EB1928;
  4400. }
  4401. .products-details form .buy-btn {
  4402. margin-top: 20px;
  4403. }
  4404. .products-details form .buy-btn .btn-primary {
  4405. background: #EB1928;
  4406. -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  4407. box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  4408. }
  4409. .products-details form .buy-btn .btn-primary::after, .products-details form .buy-btn .btn-primary::before {
  4410. background: #44ce6f;
  4411. -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  4412. box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  4413. }
  4414. .products-details .custom-payment-options {
  4415. margin-top: 20px;
  4416. }
  4417. .products-details .custom-payment-options span {
  4418. display: block;
  4419. margin-bottom: 10px;
  4420. }
  4421. .products-details .products-share-social {
  4422. margin-top: 25px;
  4423. }
  4424. .products-details .products-share-social span {
  4425. display: inline-block;
  4426. margin-right: 10px;
  4427. }
  4428. .products-details .products-share-social ul {
  4429. padding: 0;
  4430. margin: 0;
  4431. list-style-type: none;
  4432. display: inline-block;
  4433. }
  4434. .products-details .products-share-social ul li {
  4435. display: inline-block;
  4436. margin-right: 5px;
  4437. }
  4438. .products-details .products-share-social ul li:last-child {
  4439. margin-right: 0;
  4440. }
  4441. .products-details .products-share-social ul li a {
  4442. width: 30px;
  4443. text-align: center;
  4444. line-height: 27px;
  4445. height: 30px;
  4446. border: 1px solid #44ce6f;
  4447. border-radius: 50%;
  4448. color: #44ce6f;
  4449. }
  4450. .products-details .products-share-social ul li a svg {
  4451. width: 15px;
  4452. }
  4453. .products-details .products-share-social ul li a.facebook {
  4454. border-color: #4267b2;
  4455. color: #4267b2;
  4456. }
  4457. .products-details .products-share-social ul li a.facebook:hover {
  4458. background: #4267b2;
  4459. color: #ffffff;
  4460. }
  4461. .products-details .products-share-social ul li a.twitter {
  4462. border-color: #38A1F3;
  4463. color: #38A1F3;
  4464. }
  4465. .products-details .products-share-social ul li a.twitter:hover {
  4466. background: #38A1F3;
  4467. color: #ffffff;
  4468. }
  4469. .products-details .products-share-social ul li a.linkedin {
  4470. border-color: #0077B5;
  4471. color: #0077B5;
  4472. }
  4473. .products-details .products-share-social ul li a.linkedin:hover {
  4474. background: #0077B5;
  4475. color: #ffffff;
  4476. }
  4477. .products-details .products-share-social ul li a.instagram {
  4478. border-color: #231F20;
  4479. color: #231F20;
  4480. }
  4481. .products-details .products-share-social ul li a.instagram:hover {
  4482. background: #231F20;
  4483. color: #ffffff;
  4484. }
  4485. .products-details .products-share-social ul li a:hover {
  4486. background: #44ce6f;
  4487. color: #ffffff;
  4488. }
  4489. .products-details-tabs {
  4490. margin-top: 40px;
  4491. text-align: center;
  4492. }
  4493. .products-details-tabs .react-tabs__tab-list {
  4494. padding: 0;
  4495. margin: 0 0 30px;
  4496. list-style-type: none;
  4497. }
  4498. .products-details-tabs .react-tabs__tab-list li {
  4499. display: inline-block;
  4500. padding: 12px 50px 8px;
  4501. cursor: pointer;
  4502. margin-right: -4px;
  4503. -webkit-transition: 0.5s;
  4504. transition: 0.5s;
  4505. background: #eaeaea;
  4506. font-weight: 500;
  4507. }
  4508. .products-details-tabs .react-tabs__tab-list li.active, .products-details-tabs .react-tabs__tab-list li.react-tabs__tab--selected {
  4509. background-color: #ffffff;
  4510. position: relative;
  4511. }
  4512. .products-details-tabs .react-tabs__tab-list li.active::before, .products-details-tabs .react-tabs__tab-list li.react-tabs__tab--selected::before {
  4513. content: '';
  4514. position: absolute;
  4515. width: 100%;
  4516. height: 4px;
  4517. top: 0;
  4518. left: 0;
  4519. background: #024273;
  4520. }
  4521. .products-details-tabs .react-tabs__tab-list li.inactive {
  4522. background-color: #eeeeee;
  4523. padding: 12px 50px;
  4524. }
  4525. .products-details-tabs .react-tabs__tab-panel h3 {
  4526. margin-bottom: 12px;
  4527. font-size: 18px;
  4528. }
  4529. .products-details-tabs .react-tabs__tab-panel .additional-information {
  4530. padding: 0;
  4531. margin: 25px 0 0;
  4532. list-style-type: none;
  4533. text-align: left;
  4534. }
  4535. .products-details-tabs .react-tabs__tab-panel .additional-information li {
  4536. border: 1px solid #eeeeee;
  4537. border-bottom: none;
  4538. padding: 10px 15px;
  4539. color: #6084a4;
  4540. }
  4541. .products-details-tabs .react-tabs__tab-panel .additional-information li:last-child {
  4542. border-bottom: 1px solid #eeeeee;
  4543. }
  4544. .products-details-tabs .react-tabs__tab-panel .additional-information li span {
  4545. display: inline-block;
  4546. width: 45%;
  4547. }
  4548. .products-details-tabs .react-tabs__tab-panel .products-reviews {
  4549. text-align: left;
  4550. max-width: 700px;
  4551. margin: 0 auto;
  4552. }
  4553. .products-details-tabs .react-tabs__tab-panel .products-reviews p {
  4554. margin-bottom: 0;
  4555. }
  4556. .products-details-tabs .react-tabs__tab-panel .products-reviews .review-form {
  4557. margin-top: 20px;
  4558. max-width: 620px;
  4559. }
  4560. .products-details-tabs .react-tabs__tab-panel .products-reviews .review-form p {
  4561. margin-bottom: 0;
  4562. }
  4563. .products-details-tabs .react-tabs__tab-panel .products-reviews .review-form .form-control {
  4564. background: transparent;
  4565. }
  4566. .products-details-tabs .react-tabs__tab-panel .products-reviews .star-rating {
  4567. margin-bottom: 10px;
  4568. }
  4569. .products-details-tabs .react-tabs__tab-panel .products-reviews .star-rating i {
  4570. color: #eac11d;
  4571. }
  4572. @-webkit-keyframes scaleup {
  4573. from {
  4574. -webkit-transform: scale(1.2);
  4575. transform: scale(1.2);
  4576. }
  4577. to {
  4578. -webkit-transform: scale(1);
  4579. transform: scale(1);
  4580. }
  4581. }
  4582. @keyframes scaleup {
  4583. from {
  4584. -webkit-transform: scale(1.2);
  4585. transform: scale(1.2);
  4586. }
  4587. to {
  4588. -webkit-transform: scale(1);
  4589. transform: scale(1);
  4590. }
  4591. }
  4592. @-webkit-keyframes starred {
  4593. from {
  4594. color: #f2b01e;
  4595. }
  4596. to {
  4597. color: #f2b01e;
  4598. }
  4599. }
  4600. @keyframes starred {
  4601. from {
  4602. color: #f2b01e;
  4603. }
  4604. to {
  4605. color: #f2b01e;
  4606. }
  4607. }
  4608. /*================================================
  4609. Cart CSS
  4610. =================================================*/
  4611. .cart-table table {
  4612. margin-bottom: 0;
  4613. }
  4614. .cart-table table thead tr th {
  4615. border-bottom-width: 0px;
  4616. vertical-align: middle;
  4617. font-weight: 500;
  4618. padding: 15px 0;
  4619. font-size: 15px;
  4620. border: none;
  4621. }
  4622. .cart-table table tbody tr td {
  4623. vertical-align: middle;
  4624. color: #6084a4;
  4625. padding-left: 0;
  4626. padding-right: 0;
  4627. border-color: #eaedff;
  4628. border-left: none;
  4629. border-right: none;
  4630. }
  4631. .cart-table table tbody tr td.product-thumbnail a {
  4632. display: block;
  4633. }
  4634. .cart-table table tbody tr td.product-thumbnail a img {
  4635. width: 80px;
  4636. }
  4637. .cart-table table tbody tr td.product-name a {
  4638. color: #6084a4;
  4639. font-weight: 500;
  4640. display: inline-block;
  4641. }
  4642. .cart-table table tbody tr td.product-name a:hover {
  4643. color: #44ce6f;
  4644. }
  4645. .cart-table table tbody tr td.product-subtotal .remove {
  4646. color: red;
  4647. margin-left: 25px;
  4648. position: relative;
  4649. top: -1px;
  4650. float: right;
  4651. }
  4652. .cart-table table tbody tr td.product-subtotal .remove svg {
  4653. width: 19px;
  4654. }
  4655. .cart-table table tbody tr td.product-quantity .input-counter {
  4656. max-width: 110px;
  4657. min-width: 110px;
  4658. text-align: center;
  4659. display: inline-block;
  4660. position: relative;
  4661. }
  4662. .cart-table table tbody tr td.product-quantity .input-counter span {
  4663. position: absolute;
  4664. top: 0;
  4665. background-color: transparent;
  4666. cursor: pointer;
  4667. color: #6084a4;
  4668. width: 40px;
  4669. height: 100%;
  4670. line-height: 47px;
  4671. -webkit-transition: 0.5s;
  4672. transition: 0.5s;
  4673. }
  4674. .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
  4675. left: 0;
  4676. }
  4677. .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
  4678. right: 0;
  4679. }
  4680. .cart-table table tbody tr td.product-quantity .input-counter span svg {
  4681. width: 20px;
  4682. }
  4683. .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  4684. color: #44ce6f;
  4685. }
  4686. .cart-table table tbody tr td.product-quantity .input-counter input {
  4687. height: 45px;
  4688. color: #0e314c;
  4689. outline: 0;
  4690. display: block;
  4691. border: none;
  4692. background-color: #f8f8f8;
  4693. text-align: center;
  4694. width: 100%;
  4695. font-size: 17px;
  4696. font-weight: 500;
  4697. }
  4698. .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  4699. color: #0e314c;
  4700. }
  4701. .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  4702. color: #0e314c;
  4703. }
  4704. .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  4705. color: #0e314c;
  4706. }
  4707. .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  4708. color: #0e314c;
  4709. }
  4710. .cart-buttons {
  4711. margin-top: 30px;
  4712. }
  4713. .cart-buttons .btn-light {
  4714. background-color: #024273;
  4715. }
  4716. .cart-buttons .btn-light:hover, .cart-buttons .btn-light:focus {
  4717. color: #ffffff;
  4718. }
  4719. .cart-buttons .btn-light:hover:not(:disabled):not(.disabled).active, .cart-buttons .btn-light:hover:not(:disabled):not(.disabled):active, .cart-buttons .btn-light:hover .show > .btn-light.dropdown-toggle, .cart-buttons .btn-light:focus:not(:disabled):not(.disabled).active, .cart-buttons .btn-light:focus:not(:disabled):not(.disabled):active, .cart-buttons .btn-light:focus .show > .btn-light.dropdown-toggle {
  4720. color: #ffffff;
  4721. }
  4722. .cart-buttons .btn-light:focus {
  4723. color: #ffffff;
  4724. }
  4725. .cart-totals {
  4726. background: #ffffff;
  4727. padding: 40px;
  4728. max-width: 600px;
  4729. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  4730. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  4731. border-radius: 5px;
  4732. margin: 45px auto 0;
  4733. }
  4734. .cart-totals h3 {
  4735. font-size: 18px;
  4736. margin-bottom: 25px;
  4737. }
  4738. .cart-totals ul {
  4739. padding: 0;
  4740. margin: 0 0 25px;
  4741. list-style-type: none;
  4742. }
  4743. .cart-totals ul li {
  4744. border: 1px solid #eaedff;
  4745. padding: 10px 15px;
  4746. color: #0e314c;
  4747. overflow: hidden;
  4748. }
  4749. .cart-totals ul li:first-child {
  4750. border-bottom: none;
  4751. }
  4752. .cart-totals ul li:last-child {
  4753. border-top: none;
  4754. }
  4755. .cart-totals ul li span {
  4756. float: right;
  4757. color: #6084a4;
  4758. }
  4759. /*================================================
  4760. Checkout CSS
  4761. =================================================*/
  4762. .user-actions {
  4763. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  4764. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  4765. background: #ffffff;
  4766. padding: 18px 25px 15px;
  4767. margin-bottom: 35px;
  4768. border-top: 3px solid #EB1928;
  4769. }
  4770. .user-actions svg {
  4771. color: #EB1928;
  4772. margin-right: 4px;
  4773. width: 16px;
  4774. }
  4775. .user-actions span {
  4776. display: inline-block;
  4777. color: #EB1928;
  4778. }
  4779. .user-actions span a {
  4780. font-weight: 500;
  4781. display: inline-block;
  4782. color: #0e314c;
  4783. }
  4784. .user-actions span a:hover, .user-actions span a:focus {
  4785. color: #EB1928;
  4786. }
  4787. .checkout-area .title {
  4788. font-size: 18px;
  4789. margin-bottom: 25px;
  4790. }
  4791. .billing-details {
  4792. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  4793. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  4794. background: #ffffff;
  4795. padding: 25px;
  4796. border-radius: 5px;
  4797. }
  4798. .billing-details .form-check-input {
  4799. margin-top: 3px;
  4800. }
  4801. .billing-details .form-group label {
  4802. display: block;
  4803. color: #6084a4;
  4804. margin-bottom: 8px;
  4805. font-size: 14px;
  4806. font-weight: 400;
  4807. }
  4808. .billing-details .form-group label .required {
  4809. color: red;
  4810. }
  4811. .billing-details .form-group .form-control {
  4812. background: transparent;
  4813. }
  4814. .billing-details .form-group select {
  4815. cursor: pointer;
  4816. }
  4817. .billing-details .form-check {
  4818. margin-bottom: 15px;
  4819. }
  4820. .billing-details .form-check .form-check-label {
  4821. color: #6084a4;
  4822. }
  4823. .billing-details .form-check label {
  4824. font-size: 14px;
  4825. font-weight: 400;
  4826. }
  4827. .billing-details .form-select {
  4828. height: 45px;
  4829. padding: 10px;
  4830. font-size: 14px;
  4831. color: #0e314c;
  4832. border: 1px solid #eeeeee;
  4833. border-radius: 0;
  4834. -webkit-transition: 0.5s;
  4835. transition: 0.5s;
  4836. }
  4837. .order-details {
  4838. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  4839. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  4840. background: #ffffff;
  4841. padding: 25px;
  4842. border-radius: 5px;
  4843. }
  4844. .order-details .order-table table {
  4845. margin-bottom: 0;
  4846. text-align: left;
  4847. }
  4848. .order-details .order-table table thead tr th {
  4849. border-bottom-width: 0px;
  4850. vertical-align: middle;
  4851. font-weight: 500;
  4852. border-color: #eaedff;
  4853. padding: 15px 20px;
  4854. }
  4855. .order-details .order-table table tbody tr td {
  4856. vertical-align: middle;
  4857. color: #6084a4;
  4858. border-color: #eaedff;
  4859. font-size: 14px;
  4860. }
  4861. .order-details .order-table table tbody tr td.product-name a {
  4862. color: #6084a4;
  4863. display: inline-block;
  4864. }
  4865. .order-details .order-table table tbody tr td.product-name a:hover {
  4866. color: #44ce6f;
  4867. }
  4868. .order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  4869. color: #0e314c;
  4870. font-weight: 500;
  4871. }
  4872. .order-details .payment-method {
  4873. margin-top: 40px;
  4874. border-top: 1px solid #eaedff;
  4875. padding-top: 35px;
  4876. }
  4877. .order-details .payment-method p {
  4878. font-size: 14px;
  4879. }
  4880. .order-details .payment-method p [type="radio"]:checked, .order-details .payment-method p [type="radio"]:not(:checked) {
  4881. display: none;
  4882. }
  4883. .order-details .payment-method p [type="radio"]:checked + label, .order-details .payment-method p [type="radio"]:not(:checked) + label {
  4884. padding-left: 27px;
  4885. cursor: pointer;
  4886. display: block;
  4887. color: #0e314c;
  4888. position: relative;
  4889. margin-bottom: 8px;
  4890. font-weight: 500;
  4891. }
  4892. .order-details .payment-method p [type="radio"]:checked + label::before, .order-details .payment-method p [type="radio"]:not(:checked) + label::before {
  4893. content: '';
  4894. position: absolute;
  4895. left: 0;
  4896. top: 4px;
  4897. width: 18px;
  4898. height: 18px;
  4899. border: 1px solid #dddddd;
  4900. border-radius: 50%;
  4901. background: #ffffff;
  4902. }
  4903. .order-details .payment-method p [type="radio"]:checked + label::after, .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  4904. content: '';
  4905. width: 12px;
  4906. height: 12px;
  4907. background: #44ce6f;
  4908. position: absolute;
  4909. top: 7px;
  4910. left: 3px;
  4911. border-radius: 50%;
  4912. -webkit-transition: 0.5s;
  4913. transition: 0.5s;
  4914. }
  4915. .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  4916. opacity: 0;
  4917. visibility: hidden;
  4918. -webkit-transform: scale(0);
  4919. transform: scale(0);
  4920. }
  4921. .order-details .payment-method p [type="radio"]:checked + label::after {
  4922. opacity: 1;
  4923. visibility: visible;
  4924. -webkit-transform: scale(1);
  4925. transform: scale(1);
  4926. }
  4927. .order-details .btn.order-btn {
  4928. display: block;
  4929. margin-top: 25px;
  4930. }
  4931. /*================================================
  4932. Page Title CSS
  4933. =================================================*/
  4934. .page-title-area {
  4935. position: relative;
  4936. z-index: 1;
  4937. background: transparent url(/images/banner-bg1.jpg) right top no-repeat;
  4938. padding-top: 190px;
  4939. padding-bottom: 100px;
  4940. text-align: center;
  4941. }
  4942. .page-title-area h2 {
  4943. font-size: 28px;
  4944. font-weight: 700;
  4945. margin: 0;
  4946. }
  4947. /*================================================
  4948. FAQ CSS
  4949. =================================================*/
  4950. .faq-accordion {
  4951. -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  4952. box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  4953. padding: 60px;
  4954. background: #ffffff;
  4955. border-radius: 10px;
  4956. }
  4957. .faq-accordion .accordion {
  4958. list-style-type: none;
  4959. padding: 0;
  4960. margin: 0;
  4961. border: none;
  4962. }
  4963. .faq-accordion .accordion .accordion__item {
  4964. -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  4965. box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  4966. background: #ffffff;
  4967. margin-bottom: 15px;
  4968. border: none;
  4969. }
  4970. .faq-accordion .accordion .accordion__item:last-child {
  4971. margin-bottom: 0;
  4972. }
  4973. .faq-accordion .accordion .accordion__button {
  4974. display: block;
  4975. padding: 15px 20px;
  4976. text-decoration: none;
  4977. color: #0e314c;
  4978. position: relative;
  4979. background-color: #fff;
  4980. font-size: 15px;
  4981. font-weight: 500;
  4982. }
  4983. .faq-accordion .accordion .accordion__button i {
  4984. position: absolute;
  4985. left: 0;
  4986. top: 0;
  4987. width: 40px;
  4988. text-align: center;
  4989. height: 100%;
  4990. background: #44ce6f;
  4991. color: #ffffff;
  4992. }
  4993. .faq-accordion .accordion .accordion__button i::before {
  4994. position: absolute;
  4995. left: 0;
  4996. top: 50%;
  4997. right: 0;
  4998. -webkit-transform: translateY(-50%);
  4999. transform: translateY(-50%);
  5000. font-size: 15px;
  5001. }
  5002. .faq-accordion .accordion .accordion__button.active {
  5003. border-bottom-color: #e1e1e1;
  5004. }
  5005. .faq-accordion .accordion .accordion__button.active i::before {
  5006. content: "\f10f";
  5007. }
  5008. .faq-accordion .accordion .accordion__panel {
  5009. padding: 15px 15px;
  5010. border-top: 1px solid #e1e1e1;
  5011. }
  5012. .faq-contact {
  5013. margin-top: 45px;
  5014. -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  5015. box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  5016. padding: 60px;
  5017. border-radius: 4px;
  5018. background: #ffffff;
  5019. }
  5020. .faq-contact h3 {
  5021. font-size: 24px;
  5022. margin-bottom: 25px;
  5023. }
  5024. .faq-contact form .btn {
  5025. margin-top: 10px;
  5026. }
  5027. /*================================================
  5028. Pagination CSS
  5029. =================================================*/
  5030. .pagination-area {
  5031. text-align: center;
  5032. margin-top: 30px;
  5033. }
  5034. .pagination-area ul {
  5035. padding: 0;
  5036. margin: 0;
  5037. }
  5038. .pagination-area ul .page-item .page-link {
  5039. padding: 11px 20px;
  5040. margin: 0 -1px;
  5041. color: #6f8ba4;
  5042. background-color: #ffffff;
  5043. border: none;
  5044. border-radius: 0;
  5045. -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  5046. box-shadow: 0 2px 10px 0 #d8dde6;
  5047. }
  5048. .pagination-area ul .page-item .page-link:hover, .pagination-area ul .page-item .page-link:focus {
  5049. color: #ffffff;
  5050. background-color: #024273;
  5051. -webkit-box-shadow: unset;
  5052. box-shadow: unset;
  5053. }
  5054. .pagination-area ul .page-item .page-link svg {
  5055. width: 16px;
  5056. }
  5057. .pagination-area ul .page-item.active .page-link {
  5058. color: #ffffff;
  5059. background-color: #024273;
  5060. }
  5061. /*================================================
  5062. Blog Details CSS
  5063. =================================================*/
  5064. .blog-details-desc .article-content {
  5065. margin-top: 30px;
  5066. }
  5067. .blog-details-desc .article-content .entry-meta {
  5068. margin-bottom: 10px;
  5069. }
  5070. .blog-details-desc .article-content .entry-meta ul {
  5071. padding-left: 0;
  5072. margin-bottom: 0;
  5073. list-style-type: none;
  5074. }
  5075. .blog-details-desc .article-content .entry-meta ul li {
  5076. position: relative;
  5077. display: inline-block;
  5078. color: #0e314c;
  5079. margin-right: 20px;
  5080. }
  5081. .blog-details-desc .article-content .entry-meta ul li a {
  5082. display: inline-block;
  5083. color: #6084a4;
  5084. }
  5085. .blog-details-desc .article-content .entry-meta ul li a:hover {
  5086. color: #44ce6f;
  5087. }
  5088. .blog-details-desc .article-content .entry-meta ul li svg {
  5089. color: #EB1928;
  5090. margin-right: 2px;
  5091. position: relative;
  5092. top: -1px;
  5093. width: 15px;
  5094. }
  5095. .blog-details-desc .article-content .entry-meta ul li::before {
  5096. content: '';
  5097. position: absolute;
  5098. top: 12px;
  5099. right: -15px;
  5100. width: 6px;
  5101. height: 1px;
  5102. background: #44ce6f;
  5103. }
  5104. .blog-details-desc .article-content .entry-meta ul li:last-child {
  5105. margin-right: 0;
  5106. }
  5107. .blog-details-desc .article-content .entry-meta ul li:last-child::before {
  5108. display: none;
  5109. }
  5110. .blog-details-desc .article-content h1, .blog-details-desc .article-content h2, .blog-details-desc .article-content h3, .blog-details-desc .article-content h4, .blog-details-desc .article-content h5 {
  5111. margin-bottom: 15px;
  5112. }
  5113. .blog-details-desc .article-content h1 {
  5114. font-size: 30px;
  5115. }
  5116. .blog-details-desc .article-content h2 {
  5117. font-size: 28px;
  5118. }
  5119. .blog-details-desc .article-content h3 {
  5120. font-size: 25px;
  5121. }
  5122. .blog-details-desc .article-content h4 {
  5123. font-size: 22px;
  5124. }
  5125. .blog-details-desc .article-content h5 {
  5126. font-size: 20px;
  5127. }
  5128. .blog-details-desc .article-content .block-gallery.columns-3 {
  5129. padding-left: 0;
  5130. list-style-type: none;
  5131. display: -ms-flexbox;
  5132. display: -webkit-box;
  5133. display: flex;
  5134. -ms-flex-wrap: wrap;
  5135. flex-wrap: wrap;
  5136. margin-right: -10px;
  5137. margin-left: -10px;
  5138. margin-bottom: 30px;
  5139. margin-top: 30px;
  5140. }
  5141. .blog-details-desc .article-content .block-gallery.columns-3 li {
  5142. -ms-flex: 0 0 33.3333%;
  5143. -webkit-box-flex: 0;
  5144. flex: 0 0 33.3333%;
  5145. max-width: 33.3333%;
  5146. padding-right: 10px;
  5147. padding-left: 10px;
  5148. }
  5149. .blog-details-desc .article-content .block-gallery.columns-3 li figure {
  5150. margin-bottom: 0;
  5151. }
  5152. .blog-details-desc .article-content .features-list {
  5153. padding-left: 0;
  5154. list-style-type: none;
  5155. margin-top: 25px;
  5156. margin-bottom: 30px;
  5157. }
  5158. .blog-details-desc .article-content .features-list li {
  5159. margin-bottom: 15px;
  5160. position: relative;
  5161. padding-left: 25px;
  5162. color: #6084a4;
  5163. }
  5164. .blog-details-desc .article-content .features-list li svg {
  5165. color: #44ce6f;
  5166. display: inline-block;
  5167. width: 20px;
  5168. position: absolute;
  5169. left: 0;
  5170. top: 0;
  5171. }
  5172. .blog-details-desc .article-content .features-list li:last-child {
  5173. margin-bottom: 0;
  5174. }
  5175. .blog-details-desc .article-footer {
  5176. margin-top: 30px;
  5177. }
  5178. .blog-details-desc .article-footer .article-tags a {
  5179. display: inline-block;
  5180. color: #ffffff;
  5181. background-color: #EB1928;
  5182. padding: 4px 12px;
  5183. border-radius: 5px;
  5184. margin-right: 3px;
  5185. font-size: 14px;
  5186. }
  5187. .blog-details-desc .article-footer .article-tags a:hover {
  5188. color: #ffffff;
  5189. background-color: #44ce6f;
  5190. }
  5191. .comments-area {
  5192. margin-top: 25px;
  5193. }
  5194. .comments-area .comments-title {
  5195. margin-bottom: 30px;
  5196. line-height: initial;
  5197. font-size: 20px;
  5198. }
  5199. .comments-area ol, .comments-area ul {
  5200. padding: 0;
  5201. margin: 0;
  5202. list-style-type: none;
  5203. }
  5204. .comments-area .comment-list {
  5205. padding: 0;
  5206. margin: 0;
  5207. list-style-type: none;
  5208. }
  5209. .comments-area .children {
  5210. margin-left: 20px;
  5211. }
  5212. .comments-area .comment-body {
  5213. border-bottom: 1px solid #eeeeee;
  5214. padding-left: 65px;
  5215. color: #0e314c;
  5216. font-size: 14px;
  5217. margin-bottom: 20px;
  5218. padding-bottom: 20px;
  5219. }
  5220. .comments-area .comment-body .reply {
  5221. margin-top: 15px;
  5222. }
  5223. .comments-area .comment-body .reply a {
  5224. border: 1px solid #ded9d9;
  5225. color: #0e314c;
  5226. display: inline-block;
  5227. padding: 6px 20px;
  5228. border-radius: 30px;
  5229. text-transform: uppercase;
  5230. position: relative;
  5231. z-index: 1;
  5232. font-size: 13px;
  5233. font-weight: 500;
  5234. }
  5235. .comments-area .comment-body .reply a:hover {
  5236. color: #ffffff;
  5237. background-color: #44ce6f;
  5238. border-color: #44ce6f;
  5239. }
  5240. .comments-area .comment-author {
  5241. font-size: 16px;
  5242. margin-bottom: 0.2em;
  5243. position: relative;
  5244. z-index: 2;
  5245. }
  5246. .comments-area .comment-author .avatar {
  5247. height: 50px;
  5248. left: -65px;
  5249. position: absolute;
  5250. width: 50px;
  5251. }
  5252. .comments-area .comment-author .fn {
  5253. font-weight: 500;
  5254. }
  5255. .comments-area .comment-author .says {
  5256. display: none;
  5257. }
  5258. .comments-area .comment-metadata {
  5259. margin-bottom: .8em;
  5260. color: #6084a4;
  5261. letter-spacing: 0.01em;
  5262. text-transform: uppercase;
  5263. font-size: 13px;
  5264. font-weight: 400;
  5265. }
  5266. .comments-area .comment-metadata a {
  5267. color: #6084a4;
  5268. }
  5269. .comments-area .comment-metadata a:hover {
  5270. color: #44ce6f;
  5271. }
  5272. .comments-area .comment-respond {
  5273. margin-top: 30px;
  5274. }
  5275. .comments-area .comment-respond .comment-reply-title {
  5276. margin-bottom: 0;
  5277. font-size: 20px;
  5278. }
  5279. .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  5280. display: inline-block;
  5281. }
  5282. .comments-area .comment-respond .comment-form {
  5283. overflow: hidden;
  5284. }
  5285. .comments-area .comment-respond .comment-notes {
  5286. margin-bottom: 0;
  5287. margin-top: 10px;
  5288. }
  5289. .comments-area .comment-respond .comment-notes .required {
  5290. color: red;
  5291. }
  5292. .comments-area .comment-respond .comment-form-comment {
  5293. margin-top: 15px;
  5294. float: left;
  5295. width: 100%;
  5296. }
  5297. .comments-area .comment-respond label {
  5298. display: block;
  5299. color: #0e314c;
  5300. margin-bottom: 5px;
  5301. font-size: 14px;
  5302. }
  5303. .comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  5304. display: block;
  5305. width: 100%;
  5306. background-color: #ffffff;
  5307. border: 1px solid #eeeeee;
  5308. padding: 0.625em 0.7375em;
  5309. outline: 0;
  5310. -webkit-transition: 0.5s;
  5311. transition: 0.5s;
  5312. }
  5313. .comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
  5314. border-color: #44ce6f;
  5315. }
  5316. .comments-area .comment-respond .comment-form-author {
  5317. float: left;
  5318. width: 50%;
  5319. padding-right: 10px;
  5320. margin-bottom: 20px;
  5321. }
  5322. .comments-area .comment-respond .comment-form-email {
  5323. float: left;
  5324. width: 50%;
  5325. padding-left: 12px;
  5326. margin-bottom: 20px;
  5327. }
  5328. .comments-area .comment-respond .comment-form-url {
  5329. float: left;
  5330. width: 100%;
  5331. margin-bottom: 20px;
  5332. }
  5333. .comments-area .comment-respond .comment-form-cookies-consent {
  5334. width: 100%;
  5335. float: left;
  5336. position: relative;
  5337. padding-left: 20px;
  5338. margin-bottom: 20px;
  5339. }
  5340. .comments-area .comment-respond .comment-form-cookies-consent input {
  5341. position: absolute;
  5342. left: 0;
  5343. top: 3px;
  5344. }
  5345. .comments-area .comment-respond .comment-form-cookies-consent label {
  5346. display: inline-block;
  5347. margin: 0;
  5348. color: #6084a4;
  5349. font-weight: normal;
  5350. position: relative;
  5351. top: -2px;
  5352. }
  5353. .comments-area .comment-respond .form-submit {
  5354. float: left;
  5355. width: 100%;
  5356. }
  5357. .comments-area .comment-respond .form-submit input {
  5358. background: #44ce6f;
  5359. border: none;
  5360. color: #ffffff;
  5361. padding: 11px 25px 10px;
  5362. display: inline-block;
  5363. cursor: pointer;
  5364. outline: 0;
  5365. -webkit-transition: 0.5s;
  5366. transition: 0.5s;
  5367. border-radius: 5px;
  5368. text-transform: uppercase;
  5369. font-weight: 600;
  5370. font-size: 14px;
  5371. }
  5372. .comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  5373. color: #ffffff;
  5374. background-color: #EB1928;
  5375. -webkit-transform: translateY(-5px);
  5376. transform: translateY(-5px);
  5377. }
  5378. .startp-post-navigation {
  5379. display: -ms-flexbox;
  5380. display: -webkit-box;
  5381. display: flex;
  5382. -ms-flex-wrap: wrap;
  5383. flex-wrap: wrap;
  5384. margin-top: 30px;
  5385. padding-top: 30px;
  5386. padding-bottom: 30px;
  5387. border-top: 1px solid #eeeeee;
  5388. border-bottom: 1px solid #eeeeee;
  5389. }
  5390. .prev-link-wrapper {
  5391. -ms-flex: 0 0 50%;
  5392. -webkit-box-flex: 0;
  5393. flex: 0 0 50%;
  5394. max-width: 50%;
  5395. padding-right: 15px;
  5396. }
  5397. .prev-link-wrapper a {
  5398. display: -webkit-box;
  5399. display: -ms-flexbox;
  5400. display: flex;
  5401. -webkit-box-align: center;
  5402. -ms-flex-align: center;
  5403. align-items: center;
  5404. }
  5405. .prev-link-wrapper a:hover .image-prev::after {
  5406. opacity: 1;
  5407. visibility: visible;
  5408. }
  5409. .prev-link-wrapper a:hover .image-prev .post-nav-title {
  5410. opacity: 1;
  5411. visibility: visible;
  5412. }
  5413. .prev-link-wrapper a:hover .prev-link-info-wrapper {
  5414. color: #44ce6f;
  5415. }
  5416. .prev-link-wrapper .image-prev {
  5417. display: inline-block;
  5418. min-width: 100px;
  5419. width: 100px;
  5420. border-radius: 5px;
  5421. overflow: hidden;
  5422. vertical-align: top;
  5423. margin-right: 20px;
  5424. position: relative;
  5425. -webkit-transition: 0.5s;
  5426. transition: 0.5s;
  5427. }
  5428. .prev-link-wrapper .image-prev img {
  5429. border-radius: 5px;
  5430. }
  5431. .prev-link-wrapper .image-prev::after {
  5432. display: block;
  5433. content: '';
  5434. height: 100%;
  5435. width: 100%;
  5436. position: absolute;
  5437. top: 0;
  5438. left: 0;
  5439. border-radius: 5px;
  5440. opacity: 0;
  5441. background-color: #44ce6f;
  5442. visibility: hidden;
  5443. -webkit-transition: 0.5s;
  5444. transition: 0.5s;
  5445. }
  5446. .prev-link-wrapper .image-prev .post-nav-title {
  5447. position: absolute;
  5448. left: 0;
  5449. top: 50%;
  5450. -webkit-transform: translateY(-50%);
  5451. transform: translateY(-50%);
  5452. right: 0;
  5453. margin: 0 auto;
  5454. text-align: center;
  5455. text-transform: uppercase;
  5456. z-index: 2;
  5457. color: #ffffff;
  5458. opacity: 0;
  5459. visibility: hidden;
  5460. -webkit-transition: 0.5s;
  5461. transition: 0.5s;
  5462. font-size: 16px;
  5463. font-weight: 500;
  5464. }
  5465. .prev-link-wrapper .prev-link-info-wrapper {
  5466. color: #0e314c;
  5467. -webkit-transition: 0.5s;
  5468. transition: 0.5s;
  5469. }
  5470. .prev-link-wrapper .prev-title {
  5471. display: inline-block;
  5472. font-weight: 500;
  5473. font-size: 17px;
  5474. }
  5475. .prev-link-wrapper .meta-wrapper {
  5476. display: block;
  5477. color: #6084a4;
  5478. text-transform: capitalize;
  5479. margin-top: 5px;
  5480. font-weight: 400;
  5481. font-size: 14px;
  5482. }
  5483. .next-link-wrapper {
  5484. -ms-flex: 0 0 50%;
  5485. -webkit-box-flex: 0;
  5486. flex: 0 0 50%;
  5487. max-width: 50%;
  5488. text-align: right;
  5489. padding-left: 15px;
  5490. }
  5491. .next-link-wrapper a {
  5492. display: -webkit-box;
  5493. display: -ms-flexbox;
  5494. display: flex;
  5495. -webkit-box-align: center;
  5496. -ms-flex-align: center;
  5497. align-items: center;
  5498. }
  5499. .next-link-wrapper a:hover .image-next::after {
  5500. opacity: 1;
  5501. visibility: visible;
  5502. }
  5503. .next-link-wrapper a:hover .image-next .post-nav-title {
  5504. opacity: 1;
  5505. visibility: visible;
  5506. }
  5507. .next-link-wrapper a:hover .next-link-info-wrapper {
  5508. color: #44ce6f;
  5509. }
  5510. .next-link-wrapper .image-next {
  5511. display: inline-block;
  5512. min-width: 100px;
  5513. width: 100px;
  5514. border-radius: 5px;
  5515. overflow: hidden;
  5516. vertical-align: top;
  5517. margin-left: 20px;
  5518. position: relative;
  5519. -webkit-transition: 0.5s;
  5520. transition: 0.5s;
  5521. }
  5522. .next-link-wrapper .image-next img {
  5523. border-radius: 5px;
  5524. }
  5525. .next-link-wrapper .image-next::after {
  5526. display: block;
  5527. content: '';
  5528. height: 100%;
  5529. width: 100%;
  5530. position: absolute;
  5531. top: 0;
  5532. left: 0;
  5533. border-radius: 5px;
  5534. opacity: 0;
  5535. background-color: #44ce6f;
  5536. visibility: hidden;
  5537. -webkit-transition: 0.5s;
  5538. transition: 0.5s;
  5539. }
  5540. .next-link-wrapper .image-next .post-nav-title {
  5541. position: absolute;
  5542. left: 0;
  5543. top: 50%;
  5544. -webkit-transform: translateY(-50%);
  5545. transform: translateY(-50%);
  5546. right: 0;
  5547. margin: 0 auto;
  5548. text-align: center;
  5549. text-transform: uppercase;
  5550. z-index: 2;
  5551. color: #ffffff;
  5552. opacity: 0;
  5553. visibility: hidden;
  5554. -webkit-transition: 0.5s;
  5555. transition: 0.5s;
  5556. font-size: 16px;
  5557. font-weight: 500;
  5558. }
  5559. .next-link-wrapper .next-link-info-wrapper {
  5560. -webkit-transition: 0.5s;
  5561. transition: 0.5s;
  5562. color: #0e314c;
  5563. }
  5564. .next-link-wrapper .next-title {
  5565. display: inline-block;
  5566. font-weight: 500;
  5567. font-size: 17px;
  5568. }
  5569. .next-link-wrapper .meta-wrapper {
  5570. display: block;
  5571. color: #6084a4;
  5572. text-transform: capitalize;
  5573. margin-top: 5px;
  5574. font-weight: 400;
  5575. font-size: 14px;
  5576. }
  5577. blockquote, .blockquote {
  5578. overflow: hidden;
  5579. background-color: #fafafa;
  5580. padding: 50px !important;
  5581. position: relative;
  5582. z-index: 1;
  5583. margin-bottom: 20px;
  5584. margin-top: 20px;
  5585. }
  5586. blockquote p, .blockquote p {
  5587. color: #0e314c;
  5588. line-height: 1.6;
  5589. margin-bottom: 0;
  5590. font-style: italic;
  5591. font-weight: 500;
  5592. font-size: 20px !important;
  5593. }
  5594. blockquote cite, .blockquote cite {
  5595. display: none;
  5596. }
  5597. blockquote::after, .blockquote::after {
  5598. content: '';
  5599. position: absolute;
  5600. left: 0;
  5601. top: 0;
  5602. bottom: 0;
  5603. width: 3px;
  5604. background-color: #44ce6f;
  5605. margin-top: 20px;
  5606. margin-bottom: 20px;
  5607. }
  5608. /*================================================
  5609. Sidebar Widget CSS
  5610. =================================================*/
  5611. .widget-area .widget {
  5612. margin-top: 35px;
  5613. }
  5614. .widget-area .widget:first-child {
  5615. margin-top: 0;
  5616. }
  5617. .widget-area .widget .widget-title {
  5618. border-bottom: 1px solid #eeeeee;
  5619. padding-bottom: 10px;
  5620. margin-bottom: 25px;
  5621. position: relative;
  5622. font-weight: 600;
  5623. font-size: 19px;
  5624. }
  5625. .widget-area .widget .widget-title::before {
  5626. content: '';
  5627. position: absolute;
  5628. background: #44ce6f;
  5629. bottom: -1px;
  5630. left: 0;
  5631. width: 50px;
  5632. height: 1px;
  5633. }
  5634. .widget-area .widget_search {
  5635. -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  5636. box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  5637. background-color: #ffffff;
  5638. padding: 15px;
  5639. }
  5640. .widget-area .widget_search form {
  5641. position: relative;
  5642. }
  5643. .widget-area .widget_search form label {
  5644. display: block;
  5645. margin-bottom: 0;
  5646. }
  5647. .widget-area .widget_search form .screen-reader-text {
  5648. display: none;
  5649. }
  5650. .widget-area .widget_search form .search-field {
  5651. background-color: transparent;
  5652. height: 50px;
  5653. padding: 6px 15px;
  5654. border: 1px solid #eeeeee;
  5655. width: 100%;
  5656. display: block;
  5657. outline: 0;
  5658. -webkit-transition: 0.5s;
  5659. transition: 0.5s;
  5660. }
  5661. .widget-area .widget_search form .search-field:focus {
  5662. border-color: #44ce6f;
  5663. }
  5664. .widget-area .widget_search form button {
  5665. position: absolute;
  5666. right: 0;
  5667. outline: 0;
  5668. bottom: 0;
  5669. height: 50px;
  5670. width: 50px;
  5671. z-index: 1;
  5672. border: none;
  5673. cursor: pointer;
  5674. color: #ffffff;
  5675. background-color: #024273;
  5676. -webkit-transition: 0.5s;
  5677. transition: 0.5s;
  5678. font-size: 20px;
  5679. }
  5680. .widget-area .widget_search form button svg {
  5681. position: absolute;
  5682. top: 50%;
  5683. -webkit-transform: translateY(-50%);
  5684. transform: translateY(-50%);
  5685. right: 0;
  5686. left: 0;
  5687. width: 20px;
  5688. margin-left: auto;
  5689. margin-right: auto;
  5690. }
  5691. .widget-area .widget_search form button:hover {
  5692. background-color: #EB1928;
  5693. color: #ffffff;
  5694. }
  5695. .widget-area .widget_startp_posts_thumb {
  5696. position: relative;
  5697. overflow: hidden;
  5698. }
  5699. .widget-area .widget_startp_posts_thumb .item {
  5700. overflow: hidden;
  5701. margin-bottom: 15px;
  5702. }
  5703. .widget-area .widget_startp_posts_thumb .item:last-child {
  5704. margin-bottom: 0;
  5705. }
  5706. .widget-area .widget_startp_posts_thumb .item .thumb {
  5707. float: left;
  5708. height: 80px;
  5709. overflow: hidden;
  5710. position: relative;
  5711. width: 80px;
  5712. margin-right: 15px;
  5713. }
  5714. .widget-area .widget_startp_posts_thumb .item .thumb .fullimage {
  5715. width: 80px;
  5716. height: 80px;
  5717. display: inline-block;
  5718. background-size: cover !important;
  5719. background-repeat: no-repeat;
  5720. background-position: center center !important;
  5721. }
  5722. .widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg1 {
  5723. background-image: url(/images/blog-image/blog7.jpg);
  5724. }
  5725. .widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg2 {
  5726. background-image: url(/images/blog-image/blog8.jpg);
  5727. }
  5728. .widget-area .widget_startp_posts_thumb .item .thumb .fullimage.bg3 {
  5729. background-image: url(/images/blog-image/blog9.jpg);
  5730. }
  5731. .widget-area .widget_startp_posts_thumb .item .info {
  5732. overflow: hidden;
  5733. margin-top: 5px;
  5734. }
  5735. .widget-area .widget_startp_posts_thumb .item .info time {
  5736. display: block;
  5737. color: #6084a4;
  5738. text-transform: uppercase;
  5739. margin-top: 3px;
  5740. margin-bottom: 5px;
  5741. font-size: 12px;
  5742. }
  5743. .widget-area .widget_startp_posts_thumb .item .info .title {
  5744. margin-bottom: 0;
  5745. line-height: 1.5;
  5746. font-size: 15px;
  5747. font-weight: 500;
  5748. }
  5749. .widget-area .widget_startp_posts_thumb .item .info .title a {
  5750. display: inline-block;
  5751. }
  5752. .widget-area .widget_recent_entries ul {
  5753. padding-left: 0;
  5754. margin-bottom: 0;
  5755. list-style-type: none;
  5756. }
  5757. .widget-area .widget_recent_entries ul li {
  5758. position: relative;
  5759. margin-bottom: 12px;
  5760. color: #0e314c;
  5761. padding-left: 14px;
  5762. line-height: 1.5;
  5763. font-weight: 500;
  5764. font-size: 14px;
  5765. }
  5766. .widget-area .widget_recent_entries ul li:last-child {
  5767. margin-bottom: 0;
  5768. }
  5769. .widget-area .widget_recent_entries ul li::before {
  5770. background: #44ce6f;
  5771. position: absolute;
  5772. height: 7px;
  5773. width: 7px;
  5774. content: '';
  5775. left: 0;
  5776. top: 8px;
  5777. }
  5778. .widget-area .widget_recent_entries ul li a {
  5779. display: inline-block;
  5780. color: #0e314c;
  5781. }
  5782. .widget-area .widget_recent_entries ul li a:hover {
  5783. color: #44ce6f;
  5784. }
  5785. .widget-area .widget_recent_entries ul li .post-date {
  5786. display: block;
  5787. font-size: 13px;
  5788. color: #6084a4;
  5789. margin-top: 4px;
  5790. }
  5791. .widget-area .widget_recent_comments ul {
  5792. padding-left: 0;
  5793. margin-bottom: 0;
  5794. list-style-type: none;
  5795. }
  5796. .widget-area .widget_recent_comments ul li {
  5797. position: relative;
  5798. margin-bottom: 12px;
  5799. color: #6084a4;
  5800. padding-left: 14px;
  5801. line-height: 1.5;
  5802. font-weight: 500;
  5803. font-size: 14px;
  5804. }
  5805. .widget-area .widget_recent_comments ul li:last-child {
  5806. margin-bottom: 0;
  5807. }
  5808. .widget-area .widget_recent_comments ul li::before {
  5809. background: #44ce6f;
  5810. position: absolute;
  5811. height: 7px;
  5812. width: 7px;
  5813. content: '';
  5814. left: 0;
  5815. top: 8px;
  5816. }
  5817. .widget-area .widget_recent_comments ul li a {
  5818. display: inline-block;
  5819. color: #0e314c;
  5820. }
  5821. .widget-area .widget_recent_comments ul li a:hover {
  5822. color: #44ce6f;
  5823. }
  5824. .widget-area .widget_archive ul {
  5825. padding-left: 0;
  5826. margin-bottom: 0;
  5827. list-style-type: none;
  5828. }
  5829. .widget-area .widget_archive ul li {
  5830. position: relative;
  5831. margin-bottom: 12px;
  5832. padding-left: 14px;
  5833. color: #0e314c;
  5834. font-weight: 500;
  5835. font-size: 14px;
  5836. }
  5837. .widget-area .widget_archive ul li:last-child {
  5838. margin-bottom: 0;
  5839. }
  5840. .widget-area .widget_archive ul li::before {
  5841. background: #44ce6f;
  5842. height: 7px;
  5843. width: 7px;
  5844. content: '';
  5845. left: 0;
  5846. top: 8px;
  5847. position: absolute;
  5848. }
  5849. .widget-area .widget_archive ul li a {
  5850. display: inline-block;
  5851. color: #0e314c;
  5852. }
  5853. .widget-area .widget_archive ul li a:hover {
  5854. color: #44ce6f;
  5855. }
  5856. .widget-area .widget_categories ul {
  5857. padding-left: 0;
  5858. margin-bottom: 0;
  5859. list-style-type: none;
  5860. }
  5861. .widget-area .widget_categories ul li {
  5862. position: relative;
  5863. margin-bottom: 12px;
  5864. color: #6084a4;
  5865. padding-left: 14px;
  5866. font-weight: 500;
  5867. font-size: 14px;
  5868. }
  5869. .widget-area .widget_categories ul li:last-child {
  5870. margin-bottom: 0;
  5871. }
  5872. .widget-area .widget_categories ul li::before {
  5873. background: #024273;
  5874. height: 7px;
  5875. width: 7px;
  5876. content: '';
  5877. left: 0;
  5878. top: 6px;
  5879. position: absolute;
  5880. }
  5881. .widget-area .widget_categories ul li a {
  5882. color: #0e314c;
  5883. display: block;
  5884. }
  5885. .widget-area .widget_categories ul li a:hover {
  5886. color: #EB1928;
  5887. }
  5888. .widget-area .widget_categories ul li .post-count {
  5889. float: right;
  5890. }
  5891. .widget-area .widget_meta ul {
  5892. padding-left: 0;
  5893. margin-bottom: 0;
  5894. list-style-type: none;
  5895. }
  5896. .widget-area .widget_meta ul li {
  5897. position: relative;
  5898. margin-bottom: 12px;
  5899. color: #0e314c;
  5900. padding-left: 14px;
  5901. font-weight: 500;
  5902. font-size: 14px;
  5903. }
  5904. .widget-area .widget_meta ul li:last-child {
  5905. margin-bottom: 0;
  5906. }
  5907. .widget-area .widget_meta ul li::before {
  5908. background: #44ce6f;
  5909. height: 7px;
  5910. width: 7px;
  5911. content: '';
  5912. left: 0;
  5913. top: 8px;
  5914. position: absolute;
  5915. }
  5916. .widget-area .widget_meta ul li a {
  5917. display: inline-block;
  5918. color: #0e314c;
  5919. }
  5920. .widget-area .widget_meta ul li a:hover {
  5921. color: #44ce6f;
  5922. }
  5923. .widget-area .tagcloud a {
  5924. display: inline-block;
  5925. color: #0e314c;
  5926. font-weight: 500;
  5927. font-size: 14px !important;
  5928. padding: 6px 13px;
  5929. border: 1px dashed #eeeeee;
  5930. margin-top: 8px;
  5931. margin-right: 8px;
  5932. }
  5933. .widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  5934. color: #ffffff;
  5935. background-color: #024273;
  5936. border-color: #024273;
  5937. }
  5938. /*================================================
  5939. Project Details CSS
  5940. =================================================*/
  5941. .project-details-image {
  5942. position: relative;
  5943. z-index: 1;
  5944. margin-bottom: 30px;
  5945. text-align: center;
  5946. }
  5947. .project-details-image::before {
  5948. content: '';
  5949. position: absolute;
  5950. left: 0;
  5951. top: 0;
  5952. width: 100%;
  5953. height: 100%;
  5954. background: #0e314c;
  5955. opacity: 0;
  5956. visibility: hidden;
  5957. -webkit-transition: .4s;
  5958. transition: .4s;
  5959. }
  5960. .project-details-image a {
  5961. position: absolute;
  5962. left: 0;
  5963. right: 0;
  5964. margin: 0 auto;
  5965. top: 50%;
  5966. color: #ffffff;
  5967. margin-top: 0;
  5968. opacity: 0;
  5969. visibility: hidden;
  5970. margin-top: 25px;
  5971. }
  5972. .project-details-image a:hover {
  5973. color: #44ce6f;
  5974. }
  5975. .project-details-desc h3 {
  5976. font-size: 22px;
  5977. margin-bottom: 15px;
  5978. margin-top: 15px;
  5979. }
  5980. .project-details-desc .project-details-information {
  5981. overflow: hidden;
  5982. }
  5983. .project-details-desc .project-details-information .single-info-box {
  5984. float: left;
  5985. width: 20%;
  5986. margin-top: 30px;
  5987. }
  5988. .project-details-desc .project-details-information .single-info-box h4 {
  5989. font-size: 18px;
  5990. margin-bottom: 15px;
  5991. }
  5992. .project-details-desc .project-details-information .single-info-box p {
  5993. margin-bottom: 0;
  5994. }
  5995. .project-details-desc .project-details-information .single-info-box ul {
  5996. padding: 0;
  5997. margin: 0;
  5998. list-style-type: none;
  5999. }
  6000. .project-details-desc .project-details-information .single-info-box ul li {
  6001. display: inline-block;
  6002. }
  6003. .project-details-desc .project-details-information .single-info-box ul li a {
  6004. margin-right: 10px;
  6005. color: #6084a4;
  6006. }
  6007. .project-details-desc .project-details-information .single-info-box ul li a svg {
  6008. width: 18px;
  6009. }
  6010. .project-details-desc .project-details-information .single-info-box ul li a:hover {
  6011. color: #44ce6f;
  6012. -webkit-transform: translateY(-5px);
  6013. transform: translateY(-5px);
  6014. }
  6015. /*================================================
  6016. Contact CSS
  6017. =================================================*/
  6018. .contact-info-box {
  6019. text-align: center;
  6020. -webkit-transition: .4s;
  6021. transition: .4s;
  6022. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  6023. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  6024. background: #ffffff;
  6025. padding: 30px;
  6026. }
  6027. .contact-info-box .icon {
  6028. display: inline-block;
  6029. width: 65px;
  6030. height: 65px;
  6031. line-height: 62px;
  6032. background: #f7fafd;
  6033. border-radius: 50%;
  6034. font-size: 30px;
  6035. color: #024273;
  6036. -webkit-transition: .4s;
  6037. transition: .4s;
  6038. }
  6039. .contact-info-box h3 {
  6040. font-size: 18px;
  6041. margin: 25px 0 15px;
  6042. }
  6043. .contact-info-box p {
  6044. margin-bottom: 0;
  6045. }
  6046. .contact-info-box p a {
  6047. color: #6084a4;
  6048. }
  6049. .contact-info-box p a:hover {
  6050. color: #024273;
  6051. }
  6052. .contact-info-box:hover {
  6053. -webkit-transform: translateY(-10px);
  6054. transform: translateY(-10px);
  6055. }
  6056. .contact-info-box:hover .icon {
  6057. color: #ffffff;
  6058. background: #024273;
  6059. }
  6060. #map {
  6061. height: 500px;
  6062. width: 100%;
  6063. }
  6064. #contactForm .help-block ul {
  6065. margin: 0;
  6066. }
  6067. #contactForm .help-block ul li {
  6068. color: red;
  6069. }
  6070. #contactForm .btn {
  6071. margin-top: 10px;
  6072. }
  6073. #contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
  6074. margin: 20px 0 0;
  6075. }
  6076. /*================================================
  6077. Coming Soon CSS
  6078. =================================================*/
  6079. .coming-soon-area {
  6080. position: relative;
  6081. z-index: 1;
  6082. height: 100vh;
  6083. background-image: url(/images/coming-soon.jpg);
  6084. background-position: center center;
  6085. background-size: cover;
  6086. background-repeat: no-repeat;
  6087. }
  6088. .coming-soon-area::before {
  6089. z-index: -1;
  6090. background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
  6091. position: absolute;
  6092. left: 0;
  6093. top: 0;
  6094. width: 100%;
  6095. height: 100%;
  6096. content: '';
  6097. opacity: .8;
  6098. }
  6099. .coming-soon-area .social-list {
  6100. padding: 0;
  6101. margin: 0;
  6102. list-style-type: none;
  6103. position: absolute;
  6104. left: 0;
  6105. right: 0;
  6106. margin: 0 auto;
  6107. text-align: center;
  6108. bottom: 30px;
  6109. }
  6110. .coming-soon-area .social-list li {
  6111. display: inline-block;
  6112. }
  6113. .coming-soon-area .social-list li.list-heading {
  6114. display: block;
  6115. color: #ffffff;
  6116. margin-bottom: 10px;
  6117. font-size: 16px;
  6118. font-weight: 500;
  6119. }
  6120. .coming-soon-area .social-list li a {
  6121. width: 35px;
  6122. height: 35px;
  6123. line-height: 35px;
  6124. background: #44ce6f;
  6125. color: #ffffff;
  6126. border-radius: 50%;
  6127. margin: 0 2px;
  6128. }
  6129. .coming-soon-area .social-list li a svg {
  6130. width: 15px;
  6131. }
  6132. .coming-soon-area .social-list li a.facebook {
  6133. background-color: #3b5998;
  6134. }
  6135. .coming-soon-area .social-list li a.twitter {
  6136. background-color: #1da1f2;
  6137. }
  6138. .coming-soon-area .social-list li a.linkedin {
  6139. background-color: #0077b5;
  6140. }
  6141. .coming-soon-area .social-list li a.instagram {
  6142. background-color: #c13584;
  6143. }
  6144. .coming-soon-area .social-list li a:hover, .coming-soon-area .social-list li a:focus {
  6145. background-color: #44ce6f;
  6146. }
  6147. .coming-soon-content {
  6148. text-align: center;
  6149. max-width: 820px;
  6150. margin: -80px auto 0;
  6151. }
  6152. .coming-soon-content h1 {
  6153. color: #ffffff;
  6154. font-size: 55px;
  6155. font-weight: 600;
  6156. margin-bottom: 15px;
  6157. }
  6158. .coming-soon-content p {
  6159. color: #ffffff;
  6160. font-size: 16px;
  6161. margin: 0 auto;
  6162. max-width: 620px;
  6163. }
  6164. .coming-soon-content form {
  6165. position: relative;
  6166. margin: 35px auto 55px;
  6167. max-width: 520px;
  6168. }
  6169. .coming-soon-content form .email-input {
  6170. display: block;
  6171. width: 100%;
  6172. height: 56px;
  6173. border: none;
  6174. -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
  6175. box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
  6176. border-radius: 40px;
  6177. padding: 15px 25px;
  6178. font-size: 16px;
  6179. outline: 0 !important;
  6180. background: #F1F2F3;
  6181. }
  6182. .coming-soon-content form .submit-btn {
  6183. position: absolute;
  6184. right: 3px;
  6185. top: 3px;
  6186. height: 50px;
  6187. background: #44ce6f;
  6188. color: #ffffff;
  6189. border: none;
  6190. border-radius: 40px;
  6191. width: 130px;
  6192. outline: 0 !important;
  6193. cursor: pointer;
  6194. text-transform: uppercase;
  6195. -webkit-transition: 0.5s;
  6196. transition: 0.5s;
  6197. font-size: 15px;
  6198. font-weight: 500;
  6199. }
  6200. .coming-soon-content form .submit-btn:hover, .coming-soon-content form .submit-btn:focus {
  6201. background-color: #EB1928;
  6202. }
  6203. .coming-soon-content #timer div {
  6204. background: #ffffff;
  6205. display: inline-block;
  6206. border-radius: 50%;
  6207. width: 110px;
  6208. height: 110px;
  6209. color: #EB1928;
  6210. -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
  6211. box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
  6212. margin: 0 10px;
  6213. padding-top: 18px;
  6214. font-size: 35px;
  6215. font-weight: 500;
  6216. }
  6217. .coming-soon-content #timer div span {
  6218. display: block;
  6219. margin-top: -4px;
  6220. color: #6084a4;
  6221. font-size: 15px;
  6222. }
  6223. /*================================================
  6224. 404 Error CSS
  6225. =================================================*/
  6226. .error-area {
  6227. height: 100vh;
  6228. }
  6229. .error-content {
  6230. text-align: center;
  6231. margin-top: -70px;
  6232. }
  6233. .error-content .notfound-404 {
  6234. position: relative;
  6235. height: 280px;
  6236. z-index: -1;
  6237. margin-bottom: 30px;
  6238. }
  6239. .error-content .notfound-404 h1 {
  6240. font-size: 230px;
  6241. font-weight: 900;
  6242. margin: 0;
  6243. position: absolute;
  6244. left: 50%;
  6245. -webkit-transform: translateX(-50%);
  6246. transform: translateX(-50%);
  6247. background: url(/images/oops-bg.jpg) no-repeat;
  6248. -webkit-background-clip: text;
  6249. -webkit-text-fill-color: transparent;
  6250. background-size: cover;
  6251. background-position: center;
  6252. }
  6253. .error-content h3 {
  6254. font-weight: 600;
  6255. font-size: 25px;
  6256. margin-bottom: 15px;
  6257. }
  6258. .error-content p {
  6259. max-width: 550px;
  6260. margin: 0 auto 25px;
  6261. }
  6262. /*================================================
  6263. CTA CSS
  6264. =================================================*/
  6265. .cta-area {
  6266. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  6267. }
  6268. .cta-area .container {
  6269. max-width: 945px;
  6270. }
  6271. .cta-content h3 {
  6272. color: #ffffff;
  6273. margin: 0;
  6274. font-size: 24px;
  6275. font-weight: 600;
  6276. }
  6277. .cta-right-content {
  6278. text-align: right;
  6279. }
  6280. .cta-right-content .hosting-price {
  6281. display: inline-block;
  6282. }
  6283. .cta-right-content .hosting-price span {
  6284. color: #f6fe6a;
  6285. display: block;
  6286. }
  6287. .cta-right-content .hosting-price h4 {
  6288. margin: 10px 0 0;
  6289. color: #ffffff;
  6290. font-size: 20px;
  6291. }
  6292. .cta-right-content .buy-btn {
  6293. display: inline-block;
  6294. padding-left: 35px;
  6295. position: relative;
  6296. top: -15px;
  6297. }
  6298. .cta-right-content .buy-btn .btn-primary {
  6299. background: #024273;
  6300. -webkit-box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  6301. box-shadow: 0 13px 27px 0 rgba(198, 121, 227, 0.25);
  6302. }
  6303. .cta-right-content .buy-btn .btn-primary::after, .cta-right-content .buy-btn .btn-primary::before {
  6304. background: #ffffff;
  6305. -webkit-box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  6306. box-shadow: 0 13px 27px 0 rgba(68, 206, 111, 0.25);
  6307. }
  6308. .cta-right-content .buy-btn .btn-primary:hover, .cta-right-content .buy-btn .btn-primary:focus {
  6309. color: #44ce6f;
  6310. }
  6311. /*================================================
  6312. Repair Main Banner CSS
  6313. =================================================*/
  6314. .repair-main-banner {
  6315. overflow-x: hidden;
  6316. padding-top: 200px;
  6317. padding-bottom: 140px;
  6318. }
  6319. .repair-banner-content h1 {
  6320. margin-bottom: 20px;
  6321. font-size: 45px;
  6322. font-weight: 500;
  6323. }
  6324. .repair-banner-content p {
  6325. margin-bottom: 30px;
  6326. }
  6327. .repair-banner-image {
  6328. position: relative;
  6329. text-align: center;
  6330. }
  6331. .repair-banner-image img:nth-child(2) {
  6332. position: absolute;
  6333. left: 0;
  6334. top: -65px;
  6335. right: -30px;
  6336. margin: 0 auto;
  6337. z-index: -1;
  6338. }
  6339. .repair-banner-image img:nth-child(3) {
  6340. position: absolute;
  6341. left: 0;
  6342. right: 0;
  6343. margin: 0 auto;
  6344. top: -69px;
  6345. z-index: -2;
  6346. }
  6347. .repair-banner-image img:nth-child(4) {
  6348. position: absolute;
  6349. left: 0;
  6350. right: 0;
  6351. top: -30px;
  6352. z-index: -1;
  6353. margin: 0 auto;
  6354. }
  6355. /*================================================
  6356. Repair Partner CSS
  6357. =================================================*/
  6358. .repair-partner-area {
  6359. padding-top: 45px;
  6360. padding-bottom: 45px;
  6361. }
  6362. .single-repair-partner {
  6363. text-align: center;
  6364. }
  6365. .single-repair-partner a {
  6366. display: block;
  6367. position: relative;
  6368. }
  6369. .single-repair-partner a img {
  6370. width: auto !important;
  6371. display: inline-block !important;
  6372. }
  6373. .single-repair-partner a img:last-child {
  6374. position: absolute;
  6375. top: 20px;
  6376. left: 0;
  6377. right: 0;
  6378. margin: 0 auto;
  6379. -webkit-transition: 0.5s;
  6380. transition: 0.5s;
  6381. opacity: 0;
  6382. visibility: hidden;
  6383. }
  6384. .single-repair-partner a:hover img:last-child, .single-repair-partner a:focus img:last-child {
  6385. opacity: 1;
  6386. visibility: visible;
  6387. top: 0;
  6388. }
  6389. .partner-slides.owl-theme .owl-dots {
  6390. margin-top: 0;
  6391. }
  6392. /*================================================
  6393. Repair About CSS
  6394. =================================================*/
  6395. .repair-about-content .sub-title {
  6396. text-transform: uppercase;
  6397. color: #44ce6f;
  6398. display: block;
  6399. font-size: 15px;
  6400. font-weight: 400;
  6401. }
  6402. .repair-about-content h2 {
  6403. font-size: 24px;
  6404. font-weight: 600;
  6405. margin-top: 10px;
  6406. margin-bottom: 10px;
  6407. }
  6408. .repair-about-content ul {
  6409. padding: 0;
  6410. list-style-type: none;
  6411. display: -ms-flexbox;
  6412. display: -webkit-box;
  6413. display: flex;
  6414. -ms-flex-wrap: wrap;
  6415. flex-wrap: wrap;
  6416. margin-top: -10px;
  6417. margin-right: -10px;
  6418. margin-left: -10px;
  6419. }
  6420. .repair-about-content ul li {
  6421. -ms-flex: 0 0 50%;
  6422. -webkit-box-flex: 0;
  6423. flex: 0 0 50%;
  6424. max-width: 50%;
  6425. width: 100%;
  6426. margin-top: 25px;
  6427. color: #6084a4;
  6428. position: relative;
  6429. padding-right: 10px;
  6430. padding-left: 10px;
  6431. }
  6432. .repair-about-content ul li span {
  6433. display: block;
  6434. position: relative;
  6435. z-index: 1;
  6436. padding: 10px;
  6437. border-radius: 3px;
  6438. -webkit-transition: 0.5s;
  6439. transition: 0.5s;
  6440. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  6441. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  6442. }
  6443. .repair-about-content ul li span svg {
  6444. margin-right: 5px;
  6445. display: inline-block;
  6446. color: #44ce6f;
  6447. -webkit-transition: 0.5s;
  6448. transition: 0.5s;
  6449. width: 18px;
  6450. }
  6451. .repair-about-content ul li span::before {
  6452. content: '';
  6453. left: 0;
  6454. top: 0;
  6455. height: 100%;
  6456. width: 100%;
  6457. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  6458. opacity: 0;
  6459. visibility: hidden;
  6460. position: absolute;
  6461. border-radius: 3px;
  6462. z-index: -1;
  6463. -webkit-transition: 0.5s;
  6464. transition: 0.5s;
  6465. }
  6466. .repair-about-content ul li span:hover, .repair-about-content ul li span:focus {
  6467. color: #ffffff;
  6468. -webkit-transform: translateY(-5px);
  6469. transform: translateY(-5px);
  6470. }
  6471. .repair-about-content ul li span:hover::before, .repair-about-content ul li span:focus::before {
  6472. opacity: 1;
  6473. visibility: visible;
  6474. }
  6475. .repair-about-content ul li span:hover svg, .repair-about-content ul li span:focus svg {
  6476. color: #ffffff;
  6477. }
  6478. .repair-about-image {
  6479. position: relative;
  6480. width: 100%;
  6481. height: 100%;
  6482. }
  6483. .repair-about-image img {
  6484. position: absolute;
  6485. }
  6486. .repair-about-image img:nth-child(1) {
  6487. left: 0;
  6488. top: 0;
  6489. z-index: 1;
  6490. }
  6491. .repair-about-image img:nth-child(2) {
  6492. left: 0;
  6493. top: 50%;
  6494. -webkit-transform: translateY(-50%);
  6495. transform: translateY(-50%);
  6496. right: 0;
  6497. text-align: center;
  6498. z-index: 2;
  6499. margin: 0 auto;
  6500. border: 5px solid #f8fbff;
  6501. width: 350px;
  6502. }
  6503. .repair-about-image img:nth-child(3) {
  6504. right: 0;
  6505. bottom: 0;
  6506. z-index: 1;
  6507. }
  6508. .repair-about-image img:nth-child(4) {
  6509. right: 0;
  6510. top: 0;
  6511. }
  6512. .repair-about-image img:nth-child(5) {
  6513. left: 0;
  6514. bottom: 0;
  6515. }
  6516. /*================================================
  6517. Repair Services CSS
  6518. =================================================*/
  6519. .repair-services-area {
  6520. padding-bottom: 50px;
  6521. }
  6522. .single-repair-services {
  6523. margin-bottom: 30px;
  6524. position: relative;
  6525. z-index: 1;
  6526. padding: 40px 30px;
  6527. text-align: center;
  6528. background-position: center center;
  6529. background-size: cover;
  6530. background-repeat: no-repeat;
  6531. }
  6532. .single-repair-servicesss {
  6533. margin-bottom: 30px;
  6534. position: relative;
  6535. z-index: 1;
  6536. padding: 40px 30px;
  6537. text-align: center;
  6538. background-position: center center;
  6539. background-size: cover;
  6540. background-repeat: no-repeat;
  6541. }
  6542. .single-repair-servicesss.bg1 {
  6543. background-image: url(/images/repair-services-img/yamaha.jpg);
  6544. }
  6545. .single-repair-servicesss.bg2 {
  6546. background-image: url(/images/repair-services-img/suzuki.jpg);
  6547. }
  6548. .single-repair-servicesss.bg3 {
  6549. background-image: url(/images/repair-services-img/hino.jpg);
  6550. }
  6551. .single-repair-services.bg1 {
  6552. background-image: url(/images/repair-services-img/yamaha.jpg);
  6553. }
  6554. .single-repair-services.bg2 {
  6555. background-image: url(/images/repair-services-img/suzuki.jpg);
  6556. }
  6557. .single-repair-services.bg3 {
  6558. background-image: url(/images/repair-services-img/hino.jpg);
  6559. }
  6560. .single-repair-services.bg4 {
  6561. background-image: url(/images/repair-services-img/honda.jpeg);
  6562. }
  6563. .single-repair-services.bg5 {
  6564. background-image: url(/images/repair-services-img/mercedes.jpg);
  6565. }
  6566. .single-repair-services.bg6 {
  6567. background-image: url(/images/repair-services-img/pim.jpg);
  6568. }
  6569. .single-repair-services.bg7 {
  6570. background-image: url(/images/repair-services-img/emilia.jpg);
  6571. }
  6572. .single-repair-services.bg8 {
  6573. background-image: url(/images/repair-services-img/bpr.jpg);
  6574. }
  6575. .single-repair-services.bg9 {
  6576. background-image: url(/images/repair-services-img/homes.jpg);
  6577. }
  6578. .single-repair-servicesss.bg10 {
  6579. background-image: url(/images/repair-services-img/service.jpg);
  6580. }
  6581. .single-repair-servicesss.bg11 {
  6582. background-image: url(/images/repair-services-img/sparepart.png);
  6583. }
  6584. .single-repair-services::before {
  6585. position: absolute;
  6586. -webkit-transition: 0.5s;
  6587. transition: 0.5s;
  6588. content: '';
  6589. position: absolute;
  6590. top: 0;
  6591. left: 0;
  6592. width: 100%;
  6593. height: 100%;
  6594. background: #ffffff;
  6595. z-index: -1;
  6596. border: 1px dashed #cdf1d8;
  6597. }
  6598. .single-repair-servicesss::before {
  6599. position: absolute;
  6600. -webkit-transition: 0.5s;
  6601. transition: 0.5s;
  6602. content: '';
  6603. position: absolute;
  6604. top: 0;
  6605. left: 0;
  6606. width: 100%;
  6607. height: 100%;
  6608. background: #ffffff;
  6609. z-index: -1;
  6610. border: 1px dashed #cdf1d8;
  6611. }
  6612. .single-repair-services::after {
  6613. position: absolute;
  6614. -webkit-transition: 0.5s;
  6615. transition: 0.5s;
  6616. content: '';
  6617. position: absolute;
  6618. top: 0;
  6619. left: 0;
  6620. width: 100%;
  6621. height: 100%;
  6622. background: #7f7f7f;
  6623. z-index: -1;
  6624. opacity: 0;
  6625. visibility: hidden;
  6626. border: 1px dashed #cdf1d8;
  6627. }
  6628. .single-repair-servicesss::after {
  6629. position: absolute;
  6630. -webkit-transition: 0.5s;
  6631. transition: 0.5s;
  6632. content: '';
  6633. position: absolute;
  6634. top: 0;
  6635. left: 0;
  6636. width: 100%;
  6637. height: 100%;
  6638. background: #024273;
  6639. z-index: -1;
  6640. opacity: 0;
  6641. visibility: hidden;
  6642. border: 1px dashed #cdf1d8;
  6643. }
  6644. .single-repair-services h3 {
  6645. font-size: 19px;
  6646. -webkit-transition: 0.5s;
  6647. transition: 0.5s;
  6648. line-height: 1.4;
  6649. margin-top: 22px;
  6650. margin-bottom: 12px;
  6651. }
  6652. .single-repair-servicesss h3 {
  6653. font-size: 19px;
  6654. -webkit-transition: 0.5s;
  6655. transition: 0.5s;
  6656. line-height: 1.4;
  6657. margin-top: 22px;
  6658. margin-bottom: 12px;
  6659. }
  6660. .single-repair-services .icon {
  6661. display: inline-block;
  6662. color: #024273;
  6663. width: 85px;
  6664. height: 85px;
  6665. line-height: 85px;
  6666. border: 1px solid #e3f7e9;
  6667. border-radius: 50%;
  6668. -webkit-transition: 0.5s;
  6669. transition: 0.5s;
  6670. }
  6671. .single-repair-servicesss .icon {
  6672. display: inline-block;
  6673. color: #024273;
  6674. width: 85px;
  6675. height: 85px;
  6676. line-height: 85px;
  6677. border: 1px solid #e3f7e9;
  6678. border-radius: 50%;
  6679. -webkit-transition: 0.5s;
  6680. transition: 0.5s;
  6681. }
  6682. .single-repair-services .icon i::before {
  6683. font-size: 35px;
  6684. }
  6685. .single-repair-servicesss .icon i::before {
  6686. font-size: 35px;
  6687. }
  6688. .single-repair-services p {
  6689. margin-bottom: 25px;
  6690. -webkit-transition: 0.5s;
  6691. transition: 0.5s;
  6692. }
  6693. .single-repair-servicesss p {
  6694. margin-bottom: 25px;
  6695. -webkit-transition: 0.5s;
  6696. transition: 0.5s;
  6697. }
  6698. .single-repair-services a {
  6699. width: 35px;
  6700. background-color: #f9fafb;
  6701. height: 35px;
  6702. line-height: 35px;
  6703. color: #0e314c;
  6704. border-radius: 50%;
  6705. }
  6706. .single-repair-servicesss a {
  6707. width: 35px;
  6708. background-color: #f9fafb;
  6709. height: 35px;
  6710. line-height: 35px;
  6711. color: #0e314c;
  6712. border-radius: 50%;
  6713. }
  6714. .single-repair-services a svg {
  6715. width: 15px;
  6716. }
  6717. .single-repair-servicesss a svg {
  6718. width: 15px;
  6719. }
  6720. .single-repair-services:hover::before, .single-repair-services:focus::before {
  6721. opacity: 0;
  6722. visibility: hidden;
  6723. }
  6724. .single-repair-servicesss:hover::before, .single-repair-servicesss:focus::before {
  6725. opacity: 0;
  6726. visibility: hidden;
  6727. }
  6728. .single-repair-services:hover::after, .single-repair-services:focus::after {
  6729. opacity: .85;
  6730. visibility: visible;
  6731. }
  6732. .single-repair-servicesss:hover::after, .single-repair-servicesss:focus::after {
  6733. opacity: .85;
  6734. visibility: visible;
  6735. }
  6736. .single-repair-services:hover h3, .single-repair-services:focus h3 {
  6737. color: #ffffff;
  6738. }
  6739. .single-repair-servicesss:hover h3, .single-repair-servicesss:focus h3 {
  6740. color: #ffffff;
  6741. }
  6742. .single-repair-services:hover p, .single-repair-services:focus p {
  6743. color: #ffffff;
  6744. }
  6745. .single-repair-servicesss:hover p, .single-repair-servicesss:focus p {
  6746. color: #ffffff;
  6747. }
  6748. .single-repair-services:hover .icon, .single-repair-services:focus .icon {
  6749. border-color: #ffffff;
  6750. color: #ffffff;
  6751. }
  6752. .single-repair-servicesss:hover .icon, .single-repair-servicesss:focus .icon {
  6753. border-color: #ffffff;
  6754. color: #ffffff;
  6755. }
  6756. .single-repair-services:hover a, .single-repair-services:focus a {
  6757. background-color: #ffffff;
  6758. color: #44ce6f;
  6759. }
  6760. .single-repair-servicesss:hover a, .single-repair-servicesss:focus a {
  6761. background-color: #ffffff;
  6762. color: #44ce6f;
  6763. }
  6764. /*================================================
  6765. Repair CTA CSS
  6766. =================================================*/
  6767. .repair-cta-area {
  6768. overflow: hidden;
  6769. position: relative;
  6770. z-index: 1;
  6771. padding-top: 10px;
  6772. padding-bottom: 10px;
  6773. }
  6774. .cta-repair-content {
  6775. padding: 30px 0;
  6776. }
  6777. .cta-repair-content h3 {
  6778. color: #ffffff;
  6779. font-size: 25px;
  6780. margin-bottom: 17px;
  6781. }
  6782. .cta-repair-content p {
  6783. color: #ffffff;
  6784. opacity: .95;
  6785. margin-bottom: 25px;
  6786. }
  6787. .cta-repair-img {
  6788. text-align: right;
  6789. }
  6790. .circle-box {
  6791. position: absolute;
  6792. top: 0;
  6793. left: 0;
  6794. z-index: -1;
  6795. }
  6796. .cta-shape {
  6797. position: absolute;
  6798. bottom: 0;
  6799. right: 0;
  6800. z-index: -1;
  6801. }
  6802. /*================================================
  6803. Repair Team CSS
  6804. =================================================*/
  6805. .repair-team-area .container {
  6806. max-width: 1175px;
  6807. }
  6808. .repair-team-area .single-team .team-content {
  6809. padding-left: 25px;
  6810. padding-right: 25px;
  6811. }
  6812. /*================================================
  6813. Repair Why Choose Us CSS
  6814. =================================================*/
  6815. .repair-why-choose-us {
  6816. position: relative;
  6817. z-index: 1;
  6818. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  6819. }
  6820. .repair-why-choose-us .section-title h2 {
  6821. color: #ffffff;
  6822. }
  6823. .repair-why-choose-us .section-title .bar::before {
  6824. background: #EB1928;
  6825. }
  6826. .repair-why-choose-us .section-title p {
  6827. color: #ffffff;
  6828. opacity: .95;
  6829. }
  6830. .repair-why-choose-us::before {
  6831. content: '';
  6832. position: absolute;
  6833. bottom: 0;
  6834. left: 0;
  6835. height: 37%;
  6836. width: 100%;
  6837. background: #ffffff;
  6838. z-index: -1;
  6839. }
  6840. .single-repair-box {
  6841. text-align: center;
  6842. background-color: #ffffff;
  6843. border: 1px dashed #cdf1d8;
  6844. padding: 30px;
  6845. position: relative;
  6846. z-index: 1;
  6847. -webkit-transition: 0.5s;
  6848. transition: 0.5s;
  6849. }
  6850. .single-repair-box h3 {
  6851. font-size: 18px;
  6852. margin-top: 22px;
  6853. margin-bottom: 17px;
  6854. }
  6855. .single-repair-box p {
  6856. margin-bottom: 25px;
  6857. }
  6858. .single-repair-box a {
  6859. width: 40px;
  6860. background-color: #eef0f3;
  6861. height: 40px;
  6862. line-height: 40px;
  6863. color: #0e314c;
  6864. border-radius: 50%;
  6865. }
  6866. .single-repair-box a svg {
  6867. width: 18px;
  6868. }
  6869. .single-repair-box .icon {
  6870. display: inline-block;
  6871. border: 1px solid #6ee9fa;
  6872. width: 100px;
  6873. height: 100px;
  6874. line-height: 100px;
  6875. border-radius: 50%;
  6876. position: relative;
  6877. color: #ffffff;
  6878. z-index: 1;
  6879. }
  6880. .single-repair-box .icon::before {
  6881. content: '';
  6882. position: absolute;
  6883. top: 0;
  6884. left: 0;
  6885. right: 0;
  6886. z-index: -1;
  6887. bottom: 0;
  6888. background: -webkit-gradient(linear, left top, right bottom, from(#1fa2ff), color-stop(#00c0ff), color-stop(#00d9f2), color-stop(#53eedd), to(#a6ffcb));
  6889. background: linear-gradient(to right bottom, #1fa2ff, #00c0ff, #00d9f2, #53eedd, #a6ffcb);
  6890. border-radius: 50%;
  6891. margin: 6px;
  6892. -webkit-transition: 0.5s;
  6893. transition: 0.5s;
  6894. }
  6895. .single-repair-box .icon i::before {
  6896. font-size: 35px;
  6897. }
  6898. .single-repair-box .back-icon {
  6899. position: absolute;
  6900. top: 58%;
  6901. -webkit-transform: translateY(-50%);
  6902. transform: translateY(-50%);
  6903. left: 0;
  6904. right: 0;
  6905. margin: 0 auto;
  6906. color: #4457c3;
  6907. opacity: .06;
  6908. z-index: -1;
  6909. }
  6910. .single-repair-box .back-icon i::before {
  6911. font-size: 200px;
  6912. }
  6913. .single-repair-box:hover, .single-repair-box:focus {
  6914. border-color: #44ce6f;
  6915. }
  6916. .single-repair-box:hover a, .single-repair-box:focus a {
  6917. background-color: #44ce6f;
  6918. color: #ffffff;
  6919. }
  6920. /*================================================
  6921. Repair Feedback CSS
  6922. =================================================*/
  6923. .single-repair-feedback {
  6924. background: #ffffff;
  6925. border-radius: 5px;
  6926. margin-bottom: 55px;
  6927. position: relative;
  6928. text-align: center;
  6929. padding-left: 40px;
  6930. padding-right: 40px;
  6931. padding-top: 40px;
  6932. padding-bottom: 40px;
  6933. }
  6934. .single-repair-feedback .client-img {
  6935. position: relative;
  6936. text-align: left;
  6937. margin-bottom: 40px;
  6938. display: inline-block;
  6939. padding-left: 108px;
  6940. padding-top: 18px;
  6941. }
  6942. .single-repair-feedback .client-img img {
  6943. border-radius: 50%;
  6944. border: 2px solid #44ce6f;
  6945. padding: 3px;
  6946. display: inline-block;
  6947. position: absolute;
  6948. left: 0;
  6949. top: 0;
  6950. width: 90px;
  6951. height: 90px;
  6952. }
  6953. .single-repair-feedback .client-img h3 {
  6954. font-size: 18px;
  6955. margin: 0;
  6956. }
  6957. .single-repair-feedback .client-img span {
  6958. display: block;
  6959. color: #EB1928;
  6960. margin-top: 8px;
  6961. }
  6962. .single-repair-feedback p {
  6963. font-size: 15px;
  6964. }
  6965. .single-repair-feedback::before {
  6966. content: '';
  6967. position: absolute;
  6968. left: 0;
  6969. bottom: -25px;
  6970. width: 50px;
  6971. height: 50px;
  6972. background: #ffffff;
  6973. right: 0;
  6974. margin: 0 auto;
  6975. -webkit-transform: rotate(45deg);
  6976. transform: rotate(45deg);
  6977. }
  6978. .single-repair-feedback::after {
  6979. content: "\f11b";
  6980. color: #d9dcde;
  6981. font-family: Flaticon;
  6982. font-size: 30px;
  6983. font-style: normal;
  6984. font-size: 65px;
  6985. position: absolute;
  6986. top: 0;
  6987. left: 25px;
  6988. }
  6989. /*================================================
  6990. IoT Main Banner CSS
  6991. =================================================*/
  6992. .iot-main-banner {
  6993. position: relative;
  6994. z-index: 1;
  6995. padding-top: 215px;
  6996. padding-bottom: 150px;
  6997. }
  6998. .iot-banner-content {
  6999. max-width: 445px;
  7000. }
  7001. .iot-banner-content span {
  7002. color: #44ce6f;
  7003. font-size: 15px;
  7004. display: block;
  7005. }
  7006. .iot-banner-content h2 {
  7007. font-size: 40px;
  7008. margin-top: 7px;
  7009. margin-bottom: 17px;
  7010. line-height: 1.3;
  7011. }
  7012. .iot-banner-content .btn {
  7013. margin-top: 10px;
  7014. }
  7015. .iot-banner-image {
  7016. position: absolute;
  7017. text-align: center;
  7018. right: 30px;
  7019. top: 56%;
  7020. -webkit-transform: translateY(-50%);
  7021. transform: translateY(-50%);
  7022. }
  7023. .iot-banner-image img:first-child {
  7024. max-width: 730px;
  7025. }
  7026. .iot-banner-image img:last-child {
  7027. position: absolute;
  7028. left: -118px;
  7029. right: 0;
  7030. margin: 0 auto;
  7031. top: 39px;
  7032. z-index: -1;
  7033. }
  7034. .animate-border span {
  7035. position: absolute;
  7036. display: block;
  7037. width: 5%;
  7038. padding-bottom: 5%;
  7039. top: 51%;
  7040. left: 67%;
  7041. opacity: 0;
  7042. -webkit-transform: translate(-50%, -50%);
  7043. transform: translate(-50%, -50%);
  7044. -webkit-backface-visibility: hidden;
  7045. backface-visibility: hidden;
  7046. pointer-events: none;
  7047. border-radius: 50%;
  7048. z-index: -2;
  7049. }
  7050. .animate-border span:nth-child(1) {
  7051. -webkit-animation: 4.2s ease-out .5s infinite normal none running pulsei;
  7052. animation: 4.2s ease-out .5s infinite normal none running pulsei;
  7053. }
  7054. .animate-border span:nth-child(2) {
  7055. -webkit-animation: 4.2s ease-out 1.5s infinite normal none running pulsei;
  7056. animation: 4.2s ease-out 1.5s infinite normal none running pulsei;
  7057. }
  7058. .animate-border span:nth-child(3) {
  7059. -webkit-animation: 4.2s ease-out 2.5s infinite normal none running pulsei;
  7060. animation: 4.2s ease-out 2.5s infinite normal none running pulsei;
  7061. }
  7062. .animate-border span:nth-child(4) {
  7063. -webkit-animation: 4.2s ease-out 3.5s infinite normal none running pulsei;
  7064. animation: 4.2s ease-out 3.5s infinite normal none running pulsei;
  7065. }
  7066. @-webkit-keyframes pulsei {
  7067. 0% {
  7068. -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  7069. transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  7070. border: 1.5px solid #b3eaf8;
  7071. opacity: 1;
  7072. width: 5%;
  7073. padding-bottom: 5%;
  7074. }
  7075. 100% {
  7076. -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  7077. transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  7078. opacity: 0;
  7079. width: 50%;
  7080. border: 1.5px solid #b3eaf8;
  7081. padding-bottom: 50%;
  7082. }
  7083. }
  7084. @keyframes pulsei {
  7085. 0% {
  7086. -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  7087. transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  7088. border: 1.5px solid #b3eaf8;
  7089. opacity: 1;
  7090. width: 5%;
  7091. padding-bottom: 5%;
  7092. }
  7093. 100% {
  7094. -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  7095. transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  7096. opacity: 0;
  7097. width: 50%;
  7098. border: 1.5px solid #b3eaf8;
  7099. padding-bottom: 50%;
  7100. }
  7101. }
  7102. /*================================================
  7103. IoT Partner CSS
  7104. =================================================*/
  7105. .iot-partner-area {
  7106. padding-top: 45px;
  7107. padding-bottom: 45px;
  7108. }
  7109. .single-iot-partner {
  7110. text-align: center;
  7111. }
  7112. .single-iot-partner a {
  7113. display: block;
  7114. position: relative;
  7115. }
  7116. .single-iot-partner a img {
  7117. width: auto !important;
  7118. display: inline-block !important;
  7119. }
  7120. .single-iot-partner a img:last-child {
  7121. position: absolute;
  7122. top: 20px;
  7123. left: 0;
  7124. right: 0;
  7125. margin: 0 auto;
  7126. -webkit-transition: 0.5s;
  7127. transition: 0.5s;
  7128. opacity: 0;
  7129. visibility: hidden;
  7130. }
  7131. .single-iot-partner a:hover img:last-child, .single-iot-partner a:focus img:last-child {
  7132. opacity: 1;
  7133. visibility: visible;
  7134. top: 0;
  7135. }
  7136. /*================================================
  7137. Iot Services CSS
  7138. =================================================*/
  7139. .single-iot-services {
  7140. margin-bottom: 30px;
  7141. position: relative;
  7142. z-index: 1;
  7143. padding: 40px 30px;
  7144. text-align: center;
  7145. background-color: #ffffff;
  7146. border: 1px dashed #cdf1d8;
  7147. }
  7148. .single-iot-services::after {
  7149. position: absolute;
  7150. -webkit-transition: 0.5s;
  7151. transition: 0.5s;
  7152. content: '';
  7153. position: absolute;
  7154. top: 0;
  7155. left: 0;
  7156. width: 100%;
  7157. height: 100%;
  7158. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  7159. z-index: -1;
  7160. opacity: 0;
  7161. visibility: hidden;
  7162. }
  7163. .single-iot-services h3 {
  7164. font-size: 18px;
  7165. -webkit-transition: 0.5s;
  7166. transition: 0.5s;
  7167. margin-top: 22px;
  7168. margin-bottom: 17px;
  7169. line-height: 1.5;
  7170. }
  7171. .single-iot-services .icon {
  7172. display: inline-block;
  7173. color: #44ce6f;
  7174. width: 85px;
  7175. height: 85px;
  7176. line-height: 85px;
  7177. border: 1px solid #e3f7e9;
  7178. border-radius: 50%;
  7179. -webkit-transition: 0.5s;
  7180. transition: 0.5s;
  7181. }
  7182. .single-iot-services .icon i::before {
  7183. font-size: 35px;
  7184. }
  7185. .single-iot-services p {
  7186. margin-bottom: 25px;
  7187. -webkit-transition: 0.5s;
  7188. transition: 0.5s;
  7189. }
  7190. .single-iot-services a {
  7191. width: 35px;
  7192. background-color: #f9fafb;
  7193. height: 35px;
  7194. line-height: 35px;
  7195. color: #0e314c;
  7196. border-radius: 50%;
  7197. }
  7198. .single-iot-services a svg {
  7199. width: 15px;
  7200. }
  7201. .single-iot-services:hover::after, .single-iot-services:focus::after {
  7202. opacity: 1;
  7203. visibility: visible;
  7204. }
  7205. .single-iot-services:hover h3, .single-iot-services:focus h3 {
  7206. color: #ffffff;
  7207. }
  7208. .single-iot-services:hover p, .single-iot-services:focus p {
  7209. color: #ffffff;
  7210. }
  7211. .single-iot-services:hover .icon, .single-iot-services:focus .icon {
  7212. border-color: #ffffff;
  7213. color: #ffffff;
  7214. }
  7215. .single-iot-services:hover a, .single-iot-services:focus a {
  7216. background-color: #ffffff;
  7217. color: #44ce6f;
  7218. }
  7219. /*================================================
  7220. IoT CTA CSS
  7221. =================================================*/
  7222. .iot-cta-area {
  7223. overflow: hidden;
  7224. position: relative;
  7225. z-index: 1;
  7226. padding-top: 10px;
  7227. padding-bottom: 10px;
  7228. }
  7229. .cta-iot-content {
  7230. padding-top: 30px;
  7231. padding-bottom: 30px;
  7232. }
  7233. .cta-iot-content h3 {
  7234. color: #ffffff;
  7235. font-size: 25px;
  7236. margin-bottom: 17px;
  7237. }
  7238. .cta-iot-content p {
  7239. color: #ffffff;
  7240. opacity: .95;
  7241. margin-bottom: 25px;
  7242. }
  7243. .cta-iot-img {
  7244. text-align: center;
  7245. }
  7246. /*================================================
  7247. IoT Features CSS
  7248. =================================================*/
  7249. .iot-features-content h3 {
  7250. font-size: 26px;
  7251. margin-bottom: 20px;
  7252. }
  7253. .iot-features-content .btn {
  7254. margin-top: 15px;
  7255. }
  7256. .iot-features-image {
  7257. position: relative;
  7258. text-align: center;
  7259. }
  7260. /*================================================
  7261. IoT Team CSS
  7262. =================================================*/
  7263. .iot-team-area .container {
  7264. max-width: 1175px;
  7265. }
  7266. .iot-team-area .single-team .team-content {
  7267. padding-left: 25px;
  7268. padding-right: 25px;
  7269. }
  7270. /*================================================
  7271. IoT Why Choose Us CSS
  7272. =================================================*/
  7273. .iot-why-choose-us {
  7274. position: relative;
  7275. z-index: 1;
  7276. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  7277. }
  7278. .iot-why-choose-us .section-title h2 {
  7279. color: #ffffff;
  7280. }
  7281. .iot-why-choose-us .section-title .bar::before {
  7282. background: #EB1928;
  7283. }
  7284. .iot-why-choose-us .section-title p {
  7285. color: #ffffff;
  7286. opacity: .95;
  7287. }
  7288. .iot-why-choose-us::before {
  7289. content: '';
  7290. position: absolute;
  7291. bottom: 0;
  7292. left: 0;
  7293. height: 37%;
  7294. width: 100%;
  7295. background: #ffffff;
  7296. z-index: -1;
  7297. }
  7298. .single-iot-box {
  7299. text-align: center;
  7300. background-color: #ffffff;
  7301. border: 1px dashed #cdf1d8;
  7302. padding: 30px;
  7303. position: relative;
  7304. z-index: 1;
  7305. -webkit-transition: 0.5s;
  7306. transition: 0.5s;
  7307. }
  7308. .single-iot-box h3 {
  7309. font-size: 18px;
  7310. margin-top: 22px;
  7311. margin-bottom: 17px;
  7312. }
  7313. .single-iot-box p {
  7314. margin-bottom: 25px;
  7315. }
  7316. .single-iot-box a {
  7317. width: 40px;
  7318. background-color: #eef0f3;
  7319. height: 40px;
  7320. line-height: 40px;
  7321. color: #0e314c;
  7322. border-radius: 50%;
  7323. }
  7324. .single-iot-box a svg {
  7325. width: 18px;
  7326. }
  7327. .single-iot-box .icon {
  7328. display: inline-block;
  7329. border: 1px solid #f3f8fd;
  7330. width: 100px;
  7331. height: 100px;
  7332. line-height: 96px;
  7333. border-radius: 50%;
  7334. position: relative;
  7335. z-index: 1;
  7336. }
  7337. .single-iot-box .icon::before {
  7338. content: '';
  7339. position: absolute;
  7340. top: 0;
  7341. left: 0;
  7342. right: 0;
  7343. z-index: -1;
  7344. bottom: 0;
  7345. background: #f7fafd;
  7346. border-radius: 50%;
  7347. margin: 6px;
  7348. -webkit-transition: 0.5s;
  7349. transition: 0.5s;
  7350. }
  7351. .single-iot-box .icon i::before {
  7352. font-size: 35px;
  7353. }
  7354. .single-iot-box .icon img {
  7355. width: 45px;
  7356. }
  7357. .single-iot-box:hover, .single-iot-box:focus {
  7358. border-color: #44ce6f;
  7359. }
  7360. .single-iot-box:hover a, .single-iot-box:focus a {
  7361. background-color: #44ce6f;
  7362. color: #ffffff;
  7363. }
  7364. /*================================================
  7365. ML Main Banner CSS
  7366. =================================================*/
  7367. .ml-main-banner {
  7368. position: relative;
  7369. z-index: 1;
  7370. padding-top: 130px;
  7371. padding-bottom: 140px;
  7372. background-image: url(/images/banner-bg.jpg);
  7373. background-position: bottom right;
  7374. background-size: cover;
  7375. background-repeat: no-repeat;
  7376. }
  7377. .ml-main-banner .container-fluid {
  7378. padding-left: 70px;
  7379. padding-right: 70px;
  7380. }
  7381. .ml-banner-content h1 {
  7382. margin-bottom: 15px;
  7383. line-height: 1.3;
  7384. font-size: 40px;
  7385. font-weight: 500;
  7386. }
  7387. .ml-banner-content p {
  7388. font-size: 15px;
  7389. max-width: 490px;
  7390. }
  7391. .ml-banner-content .btn {
  7392. margin-top: 5px;
  7393. }
  7394. .ml-banner-single-image {
  7395. text-align: center;
  7396. }
  7397. .ml-main-section {
  7398. position: relative;
  7399. z-index: 1;
  7400. padding-top: 260px;
  7401. padding-bottom: 240px;
  7402. background-image: url(/images/banner-bg.jpg);
  7403. background-position: bottom right;
  7404. background-size: cover;
  7405. background-repeat: no-repeat;
  7406. }
  7407. .ml-main-section .ml-banner-content h1 {
  7408. font-size: 37px;
  7409. }
  7410. .ml-main-section .ml-banner-content p {
  7411. max-width: 100%;
  7412. }
  7413. .ml-banner-image {
  7414. position: relative;
  7415. width: 100%;
  7416. height: 100%;
  7417. top: 140px;
  7418. }
  7419. .ml-banner-image img {
  7420. position: absolute;
  7421. }
  7422. .ml-banner-image img:nth-child(1) {
  7423. left: 195px;
  7424. top: -125px;
  7425. z-index: 2;
  7426. }
  7427. .ml-banner-image img:nth-child(2) {
  7428. top: -83px;
  7429. left: 153px;
  7430. z-index: 1;
  7431. }
  7432. .ml-banner-image img:nth-child(3) {
  7433. top: 40px;
  7434. left: 90px;
  7435. }
  7436. .ml-banner-image img:nth-child(4) {
  7437. top: 0;
  7438. right: 165px;
  7439. z-index: 3;
  7440. }
  7441. .ml-banner-image img:nth-child(5) {
  7442. top: -260px;
  7443. left: 110px;
  7444. }
  7445. .ml-banner-image img:nth-child(6) {
  7446. right: 130px;
  7447. top: -240px;
  7448. }
  7449. .ml-banner-image img:nth-child(7) {
  7450. bottom: 0;
  7451. right: 0;
  7452. z-index: 2;
  7453. }
  7454. .ml-banner-image img:nth-child(8) {
  7455. right: 10px;
  7456. bottom: 205px;
  7457. z-index: 1;
  7458. }
  7459. .ml-banner-image img:nth-child(9) {
  7460. left: 15px;
  7461. top: -185px;
  7462. z-index: 1;
  7463. }
  7464. .ml-banner-image img:nth-child(10) {
  7465. left: 1px;
  7466. bottom: -2px;
  7467. z-index: 2;
  7468. }
  7469. .ml-banner-image img:nth-child(11) {
  7470. left: 0;
  7471. top: -20px;
  7472. }
  7473. .ml-banner-image img:nth-child(12) {
  7474. display: none;
  7475. }
  7476. /*================================================
  7477. ML Partner CSS
  7478. =================================================*/
  7479. .ml-partner-area.mt-minus-top {
  7480. margin-top: -80px;
  7481. }
  7482. .single-ml-partner {
  7483. text-align: center;
  7484. }
  7485. .single-ml-partner a {
  7486. display: block;
  7487. position: relative;
  7488. }
  7489. .single-ml-partner a img {
  7490. width: auto !important;
  7491. display: inline-block !important;
  7492. }
  7493. .single-ml-partner a img:last-child {
  7494. position: absolute;
  7495. top: 20px;
  7496. left: 0;
  7497. right: 0;
  7498. margin: 0 auto;
  7499. -webkit-transition: 0.5s;
  7500. transition: 0.5s;
  7501. opacity: 0;
  7502. visibility: hidden;
  7503. }
  7504. .single-ml-partner a:hover img:last-child, .single-ml-partner a:focus img:last-child {
  7505. opacity: 1;
  7506. visibility: visible;
  7507. top: 0;
  7508. }
  7509. /*================================================
  7510. Our Solutions CSS
  7511. =================================================*/
  7512. .solutions-area {
  7513. padding-bottom: 50px;
  7514. position: relative;
  7515. z-index: 1;
  7516. }
  7517. .single-solutions-box {
  7518. padding: 20px 15px;
  7519. text-align: center;
  7520. -webkit-transition: 0.5s;
  7521. transition: 0.5s;
  7522. position: relative;
  7523. margin-bottom: 30px;
  7524. z-index: 1;
  7525. border: 1px solid #c5fffd;
  7526. border-radius: 5px;
  7527. }
  7528. .single-solutions-box .icon {
  7529. margin-bottom: 25px;
  7530. position: relative;
  7531. z-index: 1;
  7532. display: inline-block;
  7533. }
  7534. .single-solutions-box .icon img {
  7535. -webkit-transition: 0.5s;
  7536. transition: 0.5s;
  7537. }
  7538. .single-solutions-box .icon::before {
  7539. content: '';
  7540. position: absolute;
  7541. left: -5px;
  7542. top: 50%;
  7543. -webkit-transform: translateY(-50%);
  7544. transform: translateY(-50%);
  7545. z-index: -1;
  7546. background: #f0fdfe;
  7547. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.09);
  7548. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.09);
  7549. border-radius: 30% 70% 70% 30% / 40% 60% 40% 60%;
  7550. width: 60px;
  7551. height: 60px;
  7552. }
  7553. .single-solutions-box h3 {
  7554. font-size: 18px;
  7555. margin-bottom: 12px;
  7556. }
  7557. .single-solutions-box::before {
  7558. content: '';
  7559. position: absolute;
  7560. left: 0;
  7561. top: 0;
  7562. z-index: -1;
  7563. width: 100%;
  7564. border-radius: 5px;
  7565. height: 100%;
  7566. background: -webkit-gradient(linear, left bottom, right top, from(#d5fefd), color-stop(#e0fdff), color-stop(#effbff), color-stop(#fbfaff), to(#fffcff));
  7567. background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
  7568. }
  7569. .single-solutions-box .learn-more-btn {
  7570. color: #365267;
  7571. font-size: 14px;
  7572. font-weight: 600;
  7573. }
  7574. .single-solutions-box .learn-more-btn svg {
  7575. width: 18px;
  7576. position: relative;
  7577. top: -1px;
  7578. margin-right: 3px;
  7579. }
  7580. .single-solutions-box .learn-more-btn:hover {
  7581. color: #44ce6f;
  7582. }
  7583. .single-solutions-box:hover {
  7584. -webkit-transform: translateY(-10px);
  7585. transform: translateY(-10px);
  7586. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  7587. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  7588. }
  7589. .single-solutions-box:hover .icon img {
  7590. -webkit-transform: rotateY(-360deg);
  7591. transform: rotateY(-360deg);
  7592. }
  7593. /*================================================
  7594. ML About CSS
  7595. =================================================*/
  7596. .about-area {
  7597. position: relative;
  7598. z-index: 1;
  7599. }
  7600. .ml-about-img {
  7601. text-align: center;
  7602. }
  7603. .ml-about-content {
  7604. max-width: 540px;
  7605. }
  7606. .ml-about-content .sub-title {
  7607. display: inline-block;
  7608. color: #EB1928;
  7609. background-color: #f5dffd;
  7610. margin-bottom: 18px;
  7611. border-radius: 30px;
  7612. padding: 5px 20px 4px;
  7613. font-size: 13px;
  7614. }
  7615. .ml-about-content h2 {
  7616. margin-bottom: 0;
  7617. line-height: 1.4;
  7618. font-size: 28px;
  7619. font-weight: 600;
  7620. text-transform: capitalize;
  7621. }
  7622. .ml-about-content .bar {
  7623. height: 5px;
  7624. width: 90px;
  7625. background: #cdf1d8;
  7626. margin: 20px 0;
  7627. position: relative;
  7628. border-radius: 30px;
  7629. }
  7630. .ml-about-content .bar::before {
  7631. content: '';
  7632. position: absolute;
  7633. left: 0;
  7634. top: -2.7px;
  7635. height: 10px;
  7636. width: 10px;
  7637. border-radius: 50%;
  7638. background: #44ce6f;
  7639. -webkit-animation-duration: 3s;
  7640. animation-duration: 3s;
  7641. -webkit-animation-timing-function: linear;
  7642. animation-timing-function: linear;
  7643. -webkit-animation-iteration-count: infinite;
  7644. animation-iteration-count: infinite;
  7645. -webkit-animation-name: MOVE-BG;
  7646. animation-name: MOVE-BG;
  7647. }
  7648. .ml-about-content p {
  7649. margin-bottom: 12px;
  7650. }
  7651. .ml-about-content .btn {
  7652. margin-top: 10px;
  7653. }
  7654. /*================================================
  7655. ML Services CSS
  7656. =================================================*/
  7657. .ml-services-area {
  7658. padding-bottom: 50px;
  7659. position: relative;
  7660. z-index: 1;
  7661. background: -webkit-gradient(linear, right top, left bottom, from(#fffcff), color-stop(#fbfaff), color-stop(#effbff), color-stop(#e0fdff), to(#d5fefd));
  7662. background: linear-gradient(to left bottom, #fffcff, #fbfaff, #effbff, #e0fdff, #d5fefd);
  7663. }
  7664. .single-ml-services-box {
  7665. position: relative;
  7666. z-index: 1;
  7667. background-color: #ffffff;
  7668. text-align: center;
  7669. margin-bottom: 30px;
  7670. padding: 30px 25px;
  7671. overflow: hidden;
  7672. -webkit-transition: 0.5s;
  7673. transition: 0.5s;
  7674. }
  7675. .single-ml-services-box .image {
  7676. margin-bottom: 25px;
  7677. }
  7678. .single-ml-services-box h3 {
  7679. font-size: 20px;
  7680. margin-bottom: 12px;
  7681. }
  7682. .single-ml-services-box p {
  7683. margin-bottom: 0;
  7684. }
  7685. .single-ml-services-box::before {
  7686. content: '';
  7687. position: absolute;
  7688. left: -15px;
  7689. bottom: -15px;
  7690. width: 30px;
  7691. height: 30px;
  7692. -webkit-transition: 0.5s;
  7693. transition: 0.5s;
  7694. -webkit-transform: rotate(45deg);
  7695. transform: rotate(45deg);
  7696. background: #44ce6f;
  7697. visibility: hidden;
  7698. opacity: 0;
  7699. }
  7700. .single-ml-services-box:hover::before {
  7701. opacity: 1;
  7702. visibility: visible;
  7703. }
  7704. /*================================================
  7705. ML Feedback CSS
  7706. =================================================*/
  7707. .ml-feedback-area {
  7708. background: -webkit-gradient(linear, left bottom, right top, from(#d5fefd), color-stop(#e0fdff), color-stop(#effbff), color-stop(#fbfaff), to(#fffcff));
  7709. background: linear-gradient(to right top, #d5fefd, #e0fdff, #effbff, #fbfaff, #fffcff);
  7710. position: relative;
  7711. z-index: 1;
  7712. }
  7713. .single-ml-feedback-item {
  7714. -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  7715. box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  7716. margin-bottom: 45px;
  7717. background-color: #ffffff;
  7718. position: relative;
  7719. padding: 60px 70px 60px 190px;
  7720. border-radius: 5px;
  7721. }
  7722. .single-ml-feedback-item .client-info {
  7723. position: absolute;
  7724. left: 60px;
  7725. top: 50%;
  7726. -webkit-transform: translateY(-50%);
  7727. transform: translateY(-50%);
  7728. text-align: center;
  7729. }
  7730. .single-ml-feedback-item .client-info img {
  7731. border-radius: 5px;
  7732. border: 2px solid #f4f5fe;
  7733. width: 80px !important;
  7734. height: 80px !important;
  7735. padding: 5px;
  7736. display: inline-block !important;
  7737. }
  7738. .single-ml-feedback-item .client-info h3 {
  7739. margin-bottom: 0;
  7740. margin-top: 10px;
  7741. font-size: 17px;
  7742. }
  7743. .single-ml-feedback-item .client-info span {
  7744. display: block;
  7745. color: #EB1928;
  7746. margin-top: 5px;
  7747. font-size: 13px;
  7748. }
  7749. .single-ml-feedback-item p {
  7750. margin-bottom: 0;
  7751. color: #4a6f8a;
  7752. }
  7753. .single-ml-feedback-item .rating {
  7754. margin-top: 10px;
  7755. }
  7756. .single-ml-feedback-item .rating svg {
  7757. color: #ff612f;
  7758. width: 18px;
  7759. margin-right: 2px;
  7760. }
  7761. .single-ml-feedback-item .rating svg:last-child {
  7762. margin-right: 0;
  7763. }
  7764. .single-ml-feedback-item::after {
  7765. content: '';
  7766. position: absolute;
  7767. left: 0;
  7768. right: 0;
  7769. top: 0;
  7770. border-radius: 5px;
  7771. bottom: -15px;
  7772. background-color: #ffffff;
  7773. -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
  7774. box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
  7775. z-index: -1;
  7776. margin-left: 30px;
  7777. margin-right: 30px;
  7778. }
  7779. .ml-feedback-slides {
  7780. max-width: 750px;
  7781. margin: -40px auto 0;
  7782. }
  7783. .ml-feedback-slides .single-ml-feedback-item {
  7784. margin-top: 40px;
  7785. }
  7786. .ml-feedback-slides .owl-item {
  7787. padding-left: 50px;
  7788. padding-right: 50px;
  7789. }
  7790. .ml-feedback-slides.owl-theme .owl-dots {
  7791. margin-top: 10px;
  7792. line-height: 1;
  7793. }
  7794. .ml-feedback-slides.owl-theme .owl-dots .owl-dot span {
  7795. width: 15px;
  7796. height: 15px;
  7797. margin: 0 3px;
  7798. background: transparent;
  7799. -webkit-transition: 0.5s;
  7800. transition: 0.5s;
  7801. border: 1px solid #8d95a7;
  7802. border-radius: 50%;
  7803. position: relative;
  7804. }
  7805. .ml-feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  7806. position: absolute;
  7807. left: 0;
  7808. right: 0;
  7809. top: 0;
  7810. bottom: 0;
  7811. background-color: #44ce6f;
  7812. margin: 2px;
  7813. content: '';
  7814. -webkit-transition: 0.5s;
  7815. transition: 0.5s;
  7816. border-radius: 50%;
  7817. -webkit-transform: scale(0);
  7818. transform: scale(0);
  7819. }
  7820. .ml-feedback-slides.owl-theme .owl-dots .owl-dot:hover span, .ml-feedback-slides.owl-theme .owl-dots .owl-dot.active span {
  7821. border-color: #44ce6f;
  7822. background-color: transparent;
  7823. }
  7824. .ml-feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before, .ml-feedback-slides.owl-theme .owl-dots .owl-dot.active span::before {
  7825. -webkit-transform: scale(1);
  7826. transform: scale(1);
  7827. }
  7828. /*================================================
  7829. Free Trial CSS
  7830. =================================================*/
  7831. .free-trial-area {
  7832. position: relative;
  7833. overflow: hidden;
  7834. z-index: 1;
  7835. }
  7836. .free-trial-area::before {
  7837. content: '';
  7838. width: 100%;
  7839. height: 100%;
  7840. z-index: -1;
  7841. position: absolute;
  7842. left: -30%;
  7843. top: 0;
  7844. background: -webkit-gradient(linear, left top, right top, from(#d5fefd), color-stop(#e1fdff), color-stop(#effdff), color-stop(#fafdff), to(#ffffff));
  7845. background: linear-gradient(to right, #d5fefd, #e1fdff, #effdff, #fafdff, #ffffff);
  7846. }
  7847. .free-trial-area .shape6 {
  7848. top: 75%;
  7849. }
  7850. .free-trial-image {
  7851. text-align: center;
  7852. }
  7853. .free-trial-content {
  7854. max-width: 540px;
  7855. }
  7856. .free-trial-content h2 {
  7857. margin-bottom: 0;
  7858. font-size: 28px;
  7859. font-weight: 600;
  7860. }
  7861. .free-trial-content form {
  7862. position: relative;
  7863. margin-top: 25px;
  7864. margin-bottom: 10px;
  7865. }
  7866. .free-trial-content form .input-newsletter {
  7867. display: block;
  7868. width: 99%;
  7869. height: 50px;
  7870. color: #ffffff;
  7871. border: none;
  7872. outline: 0;
  7873. background-color: #0e314c;
  7874. border-radius: 30px;
  7875. padding-top: 3px;
  7876. padding-left: 20px;
  7877. }
  7878. .free-trial-content form .input-newsletter::-webkit-input-placeholder {
  7879. color: #d5d5d5;
  7880. -webkit-transition: 0.5s;
  7881. transition: 0.5s;
  7882. }
  7883. .free-trial-content form .input-newsletter:-ms-input-placeholder {
  7884. color: #d5d5d5;
  7885. -webkit-transition: 0.5s;
  7886. transition: 0.5s;
  7887. }
  7888. .free-trial-content form .input-newsletter::-ms-input-placeholder {
  7889. color: #d5d5d5;
  7890. -webkit-transition: 0.5s;
  7891. transition: 0.5s;
  7892. }
  7893. .free-trial-content form .input-newsletter::placeholder {
  7894. color: #d5d5d5;
  7895. -webkit-transition: 0.5s;
  7896. transition: 0.5s;
  7897. }
  7898. .free-trial-content form .input-newsletter:focus::-webkit-input-placeholder {
  7899. color: transparent;
  7900. }
  7901. .free-trial-content form .input-newsletter:focus:-ms-input-placeholder {
  7902. color: transparent;
  7903. }
  7904. .free-trial-content form .input-newsletter:focus::-ms-input-placeholder {
  7905. color: transparent;
  7906. }
  7907. .free-trial-content form .input-newsletter:focus::placeholder {
  7908. color: transparent;
  7909. }
  7910. .free-trial-content form button {
  7911. position: absolute;
  7912. right: 0;
  7913. top: 0;
  7914. height: 50px;
  7915. cursor: pointer;
  7916. border: none;
  7917. padding: 0 30px;
  7918. line-height: 50px;
  7919. background-color: #EB1928;
  7920. border-radius: 0 30px 30px 0;
  7921. -webkit-transition: 0.5s;
  7922. transition: 0.5s;
  7923. color: #ffffff;
  7924. font-size: 16px;
  7925. }
  7926. .free-trial-content form button:hover {
  7927. background-color: #024273;
  7928. color: #ffffff;
  7929. }
  7930. .free-trial-content p {
  7931. margin-bottom: 0;
  7932. }
  7933. /*================================================
  7934. Newsletter CSS
  7935. =================================================*/
  7936. .newsletter-area {
  7937. position: relative;
  7938. z-index: 1;
  7939. }
  7940. .newsletter-area .container-fluid {
  7941. padding-left: 0;
  7942. padding-right: 0;
  7943. }
  7944. .newsletter-area .container-fluid .row {
  7945. margin-left: 0;
  7946. margin-right: 0;
  7947. }
  7948. .newsletter-area .container-fluid .row .col-lg-6 {
  7949. padding-left: 0;
  7950. padding-right: 0;
  7951. }
  7952. .newsletter-area::before {
  7953. content: '';
  7954. position: absolute;
  7955. right: 0;
  7956. width: 65%;
  7957. height: 100%;
  7958. bottom: 0;
  7959. z-index: 1;
  7960. -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  7961. clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  7962. background: linear-gradient(135deg, #43e794 0%, #23bdb8 100%);
  7963. }
  7964. .newsletter-image img {
  7965. width: 100%;
  7966. }
  7967. .newsletter-content {
  7968. position: relative;
  7969. z-index: 2;
  7970. max-width: 540px;
  7971. }
  7972. .newsletter-content h2 {
  7973. color: #ffffff;
  7974. margin-bottom: 0;
  7975. line-height: 1.5;
  7976. font-size: 28px;
  7977. font-weight: 600;
  7978. }
  7979. .newsletter-content .newsletter-form {
  7980. position: relative;
  7981. padding-right: 160px;
  7982. margin-bottom: 15px;
  7983. margin-top: 20px;
  7984. }
  7985. .newsletter-content .newsletter-form .input-newsletter {
  7986. display: block;
  7987. width: 100%;
  7988. height: 50px;
  7989. color: #ffffff;
  7990. border: none;
  7991. outline: 0;
  7992. background-color: #333333;
  7993. border-radius: 30px;
  7994. padding-left: 20px;
  7995. padding-top: 2px;
  7996. }
  7997. .newsletter-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  7998. -webkit-transition: 0.5s;
  7999. transition: 0.5s;
  8000. color: #ffffff;
  8001. }
  8002. .newsletter-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  8003. -webkit-transition: 0.5s;
  8004. transition: 0.5s;
  8005. color: #ffffff;
  8006. }
  8007. .newsletter-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  8008. -webkit-transition: 0.5s;
  8009. transition: 0.5s;
  8010. color: #ffffff;
  8011. }
  8012. .newsletter-content .newsletter-form .input-newsletter::placeholder {
  8013. -webkit-transition: 0.5s;
  8014. transition: 0.5s;
  8015. color: #ffffff;
  8016. }
  8017. .newsletter-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  8018. color: transparent;
  8019. }
  8020. .newsletter-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  8021. color: transparent;
  8022. }
  8023. .newsletter-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  8024. color: transparent;
  8025. }
  8026. .newsletter-content .newsletter-form .input-newsletter:focus::placeholder {
  8027. color: transparent;
  8028. }
  8029. .newsletter-content .newsletter-form button {
  8030. position: absolute;
  8031. right: 0;
  8032. top: 0;
  8033. height: 50px;
  8034. border: none;
  8035. padding: 0 30px;
  8036. line-height: 50px;
  8037. background-color: #ffffff;
  8038. border-radius: 30px;
  8039. -webkit-transition: 0.5s;
  8040. transition: 0.5s;
  8041. color: #0e314c;
  8042. font-size: 14px;
  8043. font-weight: 600;
  8044. }
  8045. .newsletter-content .newsletter-form button:hover {
  8046. background-color: #0e314c;
  8047. color: #ffffff;
  8048. }
  8049. .newsletter-content p {
  8050. color: #ffffff;
  8051. max-width: 400px;
  8052. }
  8053. .newsletter-content::before {
  8054. content: '';
  8055. position: absolute;
  8056. left: 0;
  8057. top: 0;
  8058. right: 0;
  8059. bottom: 0;
  8060. z-index: -1;
  8061. background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%);
  8062. display: none;
  8063. }
  8064. /*================================================
  8065. ML Projects CSS
  8066. =================================================*/
  8067. .ml-projects-area {
  8068. position: relative;
  8069. overflow: hidden;
  8070. z-index: 1;
  8071. padding-bottom: 50px;
  8072. }
  8073. .ml-projects-area .section-title {
  8074. text-align: left;
  8075. max-width: 530px;
  8076. }
  8077. .ml-projects-area .section-title h2 {
  8078. max-width: 470px;
  8079. line-height: 1.3;
  8080. }
  8081. .ml-projects-area .section-title .bar {
  8082. margin-left: 0;
  8083. margin-right: 0;
  8084. }
  8085. .ml-projects-area .container-fluid {
  8086. position: relative;
  8087. }
  8088. .single-ml-projects-box {
  8089. position: relative;
  8090. border-radius: 5px;
  8091. margin-bottom: 30px;
  8092. -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  8093. box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
  8094. background-color: #ffffff;
  8095. }
  8096. .single-ml-projects-box img {
  8097. border-radius: 5px;
  8098. }
  8099. .single-ml-projects-box .plus-icon a {
  8100. background-color: #44ce6f;
  8101. width: 70px;
  8102. height: 70px;
  8103. position: absolute;
  8104. top: 20px;
  8105. right: 20px;
  8106. -webkit-transform: scale(0);
  8107. transform: scale(0);
  8108. -webkit-transition: all .4s ease-out 0s;
  8109. transition: all .4s ease-out 0s;
  8110. overflow: hidden;
  8111. border-radius: 50%;
  8112. }
  8113. .single-ml-projects-box .plus-icon a span {
  8114. width: 25px;
  8115. height: 25px;
  8116. position: absolute;
  8117. top: 50%;
  8118. left: 50%;
  8119. -webkit-transform: translate(-50%, -50%);
  8120. transform: translate(-50%, -50%);
  8121. }
  8122. .single-ml-projects-box .plus-icon a span::before, .single-ml-projects-box .plus-icon a span::after {
  8123. position: absolute;
  8124. content: '';
  8125. width: 2px;
  8126. height: 100%;
  8127. background-color: #ffffff;
  8128. top: 0;
  8129. left: 50%;
  8130. -webkit-transform: translateX(-50%);
  8131. transform: translateX(-50%);
  8132. }
  8133. .single-ml-projects-box .plus-icon a span::after {
  8134. height: 2px;
  8135. width: 100%;
  8136. top: 50%;
  8137. left: 0;
  8138. -webkit-transform: translateY(-50%);
  8139. transform: translateY(-50%);
  8140. }
  8141. .single-ml-projects-box .plus-icon a:hover {
  8142. background-color: #EB1928;
  8143. }
  8144. .single-ml-projects-box:hover .plus-icon a {
  8145. -webkit-transform: scale(1);
  8146. transform: scale(1);
  8147. }
  8148. .ml-projects-slides.owl-theme .owl-dots {
  8149. position: absolute;
  8150. right: 12.5%;
  8151. top: -100px;
  8152. z-index: 1;
  8153. margin-top: 0;
  8154. }
  8155. .ml-projects-slides.owl-theme .owl-dots::before {
  8156. content: '';
  8157. position: absolute;
  8158. left: -20px;
  8159. top: -30px;
  8160. background: -webkit-gradient(linear, right top, left bottom, from(#dee4f3), color-stop(#e7eaf6), color-stop(#f0f1f9), color-stop(#f8f8fc), to(#ffffff));
  8161. background: linear-gradient(to left bottom, #dee4f3, #e7eaf6, #f0f1f9, #f8f8fc, #ffffff);
  8162. border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  8163. width: 80px;
  8164. height: 70px;
  8165. z-index: -1;
  8166. }
  8167. .ml-projects-slides.owl-theme .owl-dots .owl-dot span {
  8168. width: 15px;
  8169. height: 15px;
  8170. margin: 0 3px;
  8171. background: transparent;
  8172. -webkit-transition: 0.5s;
  8173. transition: 0.5s;
  8174. border: 1px solid #8d95a7;
  8175. border-radius: 50%;
  8176. position: relative;
  8177. }
  8178. .ml-projects-slides.owl-theme .owl-dots .owl-dot span::before {
  8179. position: absolute;
  8180. left: 0;
  8181. right: 0;
  8182. top: 0;
  8183. bottom: 0;
  8184. background-color: #44ce6f;
  8185. margin: 2px;
  8186. content: '';
  8187. -webkit-transition: 0.5s;
  8188. transition: 0.5s;
  8189. border-radius: 50%;
  8190. -webkit-transform: scale(0);
  8191. transform: scale(0);
  8192. }
  8193. .ml-projects-slides.owl-theme .owl-dots .owl-dot:hover span, .ml-projects-slides.owl-theme .owl-dots .owl-dot.active span {
  8194. border-color: #44ce6f;
  8195. background-color: transparent;
  8196. }
  8197. .ml-projects-slides.owl-theme .owl-dots .owl-dot:hover span::before, .ml-projects-slides.owl-theme .owl-dots .owl-dot.active span::before {
  8198. -webkit-transform: scale(1);
  8199. transform: scale(1);
  8200. }
  8201. /*================================================
  8202. Agency Main Banner CSS
  8203. =================================================*/
  8204. .agency-main-banner {
  8205. position: relative;
  8206. z-index: 1;
  8207. }
  8208. .agency-main-banner .container-fluid {
  8209. padding-left: 0;
  8210. padding-right: 0;
  8211. }
  8212. .agency-main-banner .container-fluid .row {
  8213. margin-left: 0;
  8214. margin-right: 0;
  8215. }
  8216. .agency-main-banner .container-fluid .row .col-lg-6 {
  8217. padding-left: 0;
  8218. padding-right: 0;
  8219. }
  8220. .agency-main-banner .shape2 {
  8221. left: 5%;
  8222. }
  8223. .agency-main-banner .shape8 {
  8224. right: 50%;
  8225. }
  8226. .agency-main-banner .shape4 {
  8227. right: 50%;
  8228. }
  8229. .agency-banner-content {
  8230. margin-left: auto;
  8231. max-width: 650px;
  8232. }
  8233. .agency-banner-content .sub-title {
  8234. text-transform: uppercase;
  8235. display: block;
  8236. font-size: 16px;
  8237. color: #6084a4;
  8238. margin-bottom: 8px;
  8239. }
  8240. .agency-banner-content h1 {
  8241. margin-bottom: 15px;
  8242. line-height: 1.3;
  8243. font-size: 50px;
  8244. font-weight: 500;
  8245. }
  8246. .agency-banner-content p {
  8247. font-size: 15px;
  8248. max-width: 450px;
  8249. }
  8250. .agency-banner-content .btn {
  8251. margin-top: 5px;
  8252. }
  8253. .agency-banner-image {
  8254. text-align: right;
  8255. }
  8256. /*================================================
  8257. Our Solutions CSS
  8258. =================================================*/
  8259. .solutions-area .shape2 {
  8260. left: 5%;
  8261. }
  8262. .solutions-box {
  8263. -webkit-transition: 0.5s;
  8264. transition: 0.5s;
  8265. position: relative;
  8266. margin-bottom: 30px;
  8267. z-index: 1;
  8268. }
  8269. .solutions-box .icon {
  8270. color: #44ce6f;
  8271. position: relative;
  8272. z-index: 1;
  8273. margin-bottom: 30px;
  8274. padding-left: 20px;
  8275. }
  8276. .solutions-box .icon i {
  8277. font-size: 45px;
  8278. }
  8279. .solutions-box .icon img {
  8280. position: absolute;
  8281. left: 0;
  8282. z-index: -1;
  8283. top: -25px;
  8284. }
  8285. .solutions-box h3 {
  8286. font-size: 18px;
  8287. margin-bottom: 10px;
  8288. line-height: 1.3;
  8289. }
  8290. .solutions-box .learn-more-btn {
  8291. color: #365267;
  8292. font-size: 14px;
  8293. font-weight: 600;
  8294. }
  8295. .solutions-box .learn-more-btn svg {
  8296. width: 18px;
  8297. position: relative;
  8298. top: -1px;
  8299. margin-right: 3px;
  8300. }
  8301. .solutions-box .learn-more-btn:hover {
  8302. color: #44ce6f;
  8303. }
  8304. /*================================================
  8305. Agency About CSS
  8306. =================================================*/
  8307. .agency-about-area {
  8308. position: relative;
  8309. z-index: 1;
  8310. }
  8311. .agency-about-area .container-fluid {
  8312. padding-left: 0;
  8313. padding-right: 0;
  8314. }
  8315. .agency-about-area .container-fluid .row {
  8316. margin-left: 0;
  8317. margin-right: 0;
  8318. }
  8319. .agency-about-area .container-fluid .row .col-lg-6 {
  8320. padding-left: 0;
  8321. padding-right: 0;
  8322. }
  8323. .agency-about-img {
  8324. padding-right: 100px;
  8325. }
  8326. .agency-about-img img {
  8327. width: 100%;
  8328. }
  8329. .agency-about-content {
  8330. max-width: 540px;
  8331. }
  8332. .agency-about-content .sub-title {
  8333. display: inline-block;
  8334. color: #EB1928;
  8335. background-color: #f5dffd;
  8336. margin-bottom: 18px;
  8337. border-radius: 30px;
  8338. padding: 5px 20px 4px;
  8339. font-size: 13px;
  8340. }
  8341. .agency-about-content h2 {
  8342. margin-bottom: 0;
  8343. line-height: 1.4;
  8344. font-size: 28px;
  8345. font-weight: 600;
  8346. text-transform: capitalize;
  8347. }
  8348. .agency-about-content .bar {
  8349. height: 5px;
  8350. width: 90px;
  8351. background: #cdf1d8;
  8352. margin: 20px 0;
  8353. position: relative;
  8354. border-radius: 30px;
  8355. }
  8356. .agency-about-content .bar::before {
  8357. content: '';
  8358. position: absolute;
  8359. left: 0;
  8360. top: -2.7px;
  8361. height: 10px;
  8362. width: 10px;
  8363. border-radius: 50%;
  8364. background: #44ce6f;
  8365. -webkit-animation-duration: 3s;
  8366. animation-duration: 3s;
  8367. -webkit-animation-timing-function: linear;
  8368. animation-timing-function: linear;
  8369. -webkit-animation-iteration-count: infinite;
  8370. animation-iteration-count: infinite;
  8371. -webkit-animation-name: MOVE-BG;
  8372. animation-name: MOVE-BG;
  8373. }
  8374. .agency-about-content p {
  8375. margin-bottom: 12px;
  8376. }
  8377. .agency-about-content .btn {
  8378. margin-top: 10px;
  8379. }
  8380. .shape10 {
  8381. position: absolute;
  8382. right: 0;
  8383. top: -40%;
  8384. z-index: -1;
  8385. }
  8386. /*================================================
  8387. Agency Services CSS
  8388. =================================================*/
  8389. .agency-services-area {
  8390. position: relative;
  8391. z-index: 1;
  8392. background: -webkit-gradient(linear, left bottom, left top, from(#024273), color-stop(#024273), color-stop(#024273), color-stop(#024273), to(#024273));
  8393. background: linear-gradient(to top, #d5fefd, #e1fdff, #effdff, #fafdff, #ffffff);
  8394. }
  8395. .agency-services-box {
  8396. margin-bottom: 30px;
  8397. text-align: center;
  8398. }
  8399. .agency-services-box img {
  8400. border-radius: 7px;
  8401. }
  8402. .agency-services-box .content {
  8403. -webkit-transition: 0.5s;
  8404. transition: 0.5s;
  8405. background: #ffffff;
  8406. position: relative;
  8407. border-radius: 7px;
  8408. padding: 25px;
  8409. -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  8410. box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.05);
  8411. margin-left: 15px;
  8412. margin-right: 15px;
  8413. margin-top: -30px;
  8414. }
  8415. .agency-services-box .content h3 {
  8416. -webkit-transition: 0.5s;
  8417. transition: 0.5s;
  8418. font-size: 20px;
  8419. margin-bottom: 0;
  8420. }
  8421. .agency-services-box .content .read-more-btn {
  8422. display: inline-block;
  8423. border-radius: 30px;
  8424. padding: 9px 25px;
  8425. border: 1px solid #e6e6e6;
  8426. background-color: #ffffff;
  8427. position: absolute;
  8428. -webkit-transition: 0.5s;
  8429. transition: 0.5s;
  8430. left: 50%;
  8431. -webkit-transform: translateX(-50%);
  8432. transform: translateX(-50%);
  8433. bottom: -22px;
  8434. opacity: 0;
  8435. visibility: hidden;
  8436. font-size: 14px;
  8437. font-weight: 500;
  8438. }
  8439. .agency-services-box .content .read-more-btn svg {
  8440. width: 15px;
  8441. margin-left: 2px;
  8442. }
  8443. .agency-services-box .content .read-more-btn:hover {
  8444. background-color: #024273;
  8445. border-color: #024273;
  8446. color: #ffffff;
  8447. }
  8448. .agency-services-box:hover .content {
  8449. -webkit-transform: translateY(-20px);
  8450. transform: translateY(-20px);
  8451. }
  8452. .agency-services-box:hover .content h3 {
  8453. -webkit-transform: translateY(-10px);
  8454. transform: translateY(-10px);
  8455. }
  8456. .agency-services-box:hover .content .read-more-btn {
  8457. opacity: 1;
  8458. visibility: visible;
  8459. }
  8460. /*================================================
  8461. Testimonials CSS
  8462. =================================================*/
  8463. .single-testimonials-item {
  8464. -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  8465. box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.04);
  8466. margin-bottom: 45px;
  8467. background-color: #ffffff;
  8468. position: relative;
  8469. padding: 110px 65px 60px;
  8470. border-radius: 5px;
  8471. text-align: center;
  8472. }
  8473. .single-testimonials-item p {
  8474. margin-bottom: 0;
  8475. color: #4a6f8a;
  8476. font-size: 15px;
  8477. }
  8478. .single-testimonials-item .client-info {
  8479. text-align: left;
  8480. position: relative;
  8481. padding-left: 95px;
  8482. margin-top: 25px;
  8483. max-width: 235px;
  8484. margin-left: auto;
  8485. margin-right: auto;
  8486. }
  8487. .single-testimonials-item .client-info img {
  8488. border-radius: 5px;
  8489. border: 2px solid #f4f5fe;
  8490. width: 80px !important;
  8491. height: 80px !important;
  8492. padding: 5px;
  8493. display: inline-block !important;
  8494. position: absolute;
  8495. left: 0;
  8496. top: 50%;
  8497. -webkit-transform: translateY(-50%);
  8498. transform: translateY(-50%);
  8499. }
  8500. .single-testimonials-item .client-info .rating svg {
  8501. color: #ff612f;
  8502. width: 16px;
  8503. margin-right: 3px;
  8504. }
  8505. .single-testimonials-item .client-info .rating svg:last-child {
  8506. margin-right: 0;
  8507. }
  8508. .single-testimonials-item .client-info h3 {
  8509. margin-bottom: 0;
  8510. margin-top: 8px;
  8511. font-size: 17px;
  8512. }
  8513. .single-testimonials-item .client-info span {
  8514. display: block;
  8515. color: #EB1928;
  8516. margin-top: 5px;
  8517. font-size: 13px;
  8518. }
  8519. .single-testimonials-item::after {
  8520. content: '';
  8521. position: absolute;
  8522. left: 0;
  8523. right: 0;
  8524. top: 0;
  8525. border-radius: 5px;
  8526. bottom: -15px;
  8527. background-color: #ffffff;
  8528. -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
  8529. box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.04);
  8530. z-index: -1;
  8531. margin-left: 30px;
  8532. margin-right: 30px;
  8533. }
  8534. .single-testimonials-item::before {
  8535. content: "\f11b";
  8536. color: #d9dcde;
  8537. position: absolute;
  8538. top: 15px;
  8539. left: 0;
  8540. right: 0;
  8541. text-align: center;
  8542. font-family: Flaticon;
  8543. font-style: normal;
  8544. font-size: 65px;
  8545. }
  8546. .ml-feedback-slides .single-testimonials-item {
  8547. margin-top: 40px;
  8548. }
  8549. .user-shape1 {
  8550. position: absolute;
  8551. z-index: -1;
  8552. top: 12%;
  8553. left: 10%;
  8554. -webkit-animation: movebounce 9s linear infinite;
  8555. animation: movebounce 9s linear infinite;
  8556. }
  8557. .user-shape2 {
  8558. position: absolute;
  8559. z-index: -1;
  8560. left: 7%;
  8561. -webkit-animation: moveleftbounce 7s linear infinite;
  8562. animation: moveleftbounce 7s linear infinite;
  8563. top: 47%;
  8564. }
  8565. .user-shape3 {
  8566. position: absolute;
  8567. z-index: -1;
  8568. bottom: 12%;
  8569. left: 15%;
  8570. -webkit-animation: movebounce 5s linear infinite;
  8571. animation: movebounce 5s linear infinite;
  8572. }
  8573. .user-shape4 {
  8574. position: absolute;
  8575. z-index: -1;
  8576. top: 12%;
  8577. right: 10%;
  8578. -webkit-animation: movebounce 9s linear infinite;
  8579. animation: movebounce 9s linear infinite;
  8580. }
  8581. .user-shape5 {
  8582. position: absolute;
  8583. z-index: -1;
  8584. right: 7%;
  8585. top: 45%;
  8586. -webkit-animation: moveleftbounce 7s linear infinite;
  8587. animation: moveleftbounce 7s linear infinite;
  8588. }
  8589. .user-shape6 {
  8590. position: absolute;
  8591. z-index: -1;
  8592. bottom: 12%;
  8593. right: 15%;
  8594. -webkit-animation: movebounce 5s linear infinite;
  8595. animation: movebounce 5s linear infinite;
  8596. }
  8597. .shape9 {
  8598. position: absolute;
  8599. left: 0;
  8600. top: 0;
  8601. z-index: -1;
  8602. }
  8603. .shape9 img {
  8604. -webkit-animation: movebounce 5s linear infinite;
  8605. animation: movebounce 5s linear infinite;
  8606. }
  8607. /*================================================
  8608. Agency CTA CSS
  8609. =================================================*/
  8610. .agency-cta-area {
  8611. position: relative;
  8612. z-index: 1;
  8613. background-image: url(/images/agency-image/agency-gradient-bg.jpg);
  8614. background-position: center center;
  8615. background-size: cover;
  8616. background-repeat: no-repeat;
  8617. }
  8618. .agency-cta-content {
  8619. text-align: center;
  8620. }
  8621. .agency-cta-content h2 {
  8622. color: #ffffff;
  8623. margin-bottom: 30px;
  8624. font-size: 28px;
  8625. font-weight: 600;
  8626. }
  8627. /*btn-gradient*/
  8628. .btn-gradient {
  8629. color: #ffffff;
  8630. background: -webkit-gradient(linear, left top, right top, color-stop(0, #ee0979), to(#ff6a00));
  8631. background: linear-gradient(90deg, #ee0979 0, #ff6a00 100%);
  8632. -webkit-box-shadow: unset !important;
  8633. box-shadow: unset !important;
  8634. -webkit-transform: unset !important;
  8635. transform: unset !important;
  8636. }
  8637. .btn-gradient::after {
  8638. display: none;
  8639. }
  8640. .btn-gradient::before {
  8641. opacity: 0;
  8642. visibility: hidden;
  8643. width: 100%;
  8644. background: linear-gradient(135deg, #23bdb8 0, #43e794 100%);
  8645. left: 0;
  8646. border-radius: 4px;
  8647. }
  8648. .btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active {
  8649. color: #ffffff;
  8650. background: -webkit-gradient(linear, left top, right top, color-stop(0, #ee0979), to(#ff6a00));
  8651. background: linear-gradient(90deg, #ee0979 0, #ff6a00 100%);
  8652. -webkit-box-shadow: unset !important;
  8653. box-shadow: unset !important;
  8654. }
  8655. .btn-gradient:hover::before, .btn-gradient:focus::before, .btn-gradient:active::before {
  8656. opacity: 1;
  8657. visibility: visible;
  8658. width: 100%;
  8659. }
  8660. .btn-gradient:not(:disabled):not(.disabled).active, .btn-gradient:not(:disabled):not(.disabled):active, .btn-gradient .show > .btn-primary.dropdown-toggle {
  8661. color: #ffffff;
  8662. background: -webkit-gradient(linear, left top, right top, color-stop(0, #ee0979), to(#ff6a00));
  8663. background: linear-gradient(90deg, #ee0979 0, #ff6a00 100%);
  8664. -webkit-box-shadow: unset !important;
  8665. box-shadow: unset !important;
  8666. }
  8667. .btn-gradient:not(:disabled):not(.disabled).active::before, .btn-gradient:not(:disabled):not(.disabled):active::before, .btn-gradient .show > .btn-primary.dropdown-toggle::before {
  8668. opacity: 1;
  8669. visibility: visible;
  8670. width: 100%;
  8671. }
  8672. .btn-gradient.disabled, .btn-gradient:disabled {
  8673. color: #ffffff;
  8674. background: -webkit-gradient(linear, left top, right top, color-stop(0, #ee0979), to(#ff6a00));
  8675. background: linear-gradient(90deg, #ee0979 0, #ff6a00 100%);
  8676. -webkit-box-shadow: unset !important;
  8677. box-shadow: unset !important;
  8678. }
  8679. .btn-gradient.disabled::before, .btn-gradient:disabled::before {
  8680. opacity: 1;
  8681. visibility: visible;
  8682. width: 100%;
  8683. }
  8684. /*================================================
  8685. Agency Portfolio Main Banner CSS
  8686. =================================================*/
  8687. .agency-portfolio-main-banner {
  8688. height: 100vh;
  8689. position: relative;
  8690. z-index: 1;
  8691. background-position: center center;
  8692. background-size: cover;
  8693. background-repeat: no-repeat;
  8694. }
  8695. .agency-portfolio-main-banner.portfolio-banner-bg1 {
  8696. background-image: url(/images/agency-portfolio-main-banner/ap-main-banner-img1.jpg);
  8697. }
  8698. .agency-portfolio-main-banner.portfolio-banner-bg2 {
  8699. background-image: url(/images/agency-portfolio-main-banner/ap-main-banner-img2.jpg);
  8700. }
  8701. .agency-portfolio-main-banner.portfolio-banner-bg3 {
  8702. background-image: url(/images/agency-portfolio-main-banner/ap-main-banner-img3.jpg);
  8703. }
  8704. .portfolio-banner-content {
  8705. text-align: center;
  8706. max-width: 700px;
  8707. margin-left: auto;
  8708. margin-right: auto;
  8709. margin-top: -50px;
  8710. }
  8711. .portfolio-banner-content .sub-title {
  8712. display: block;
  8713. font-size: 16px;
  8714. text-transform: uppercase;
  8715. letter-spacing: .5px;
  8716. color: #6084a4;
  8717. margin-bottom: 10px;
  8718. }
  8719. .portfolio-banner-content h1 {
  8720. margin-bottom: 15px;
  8721. line-height: 1.3;
  8722. font-size: 40px;
  8723. font-weight: 500;
  8724. }
  8725. .portfolio-banner-content p {
  8726. font-size: 15px;
  8727. max-width: 490px;
  8728. margin-left: auto;
  8729. margin-right: auto;
  8730. }
  8731. .portfolio-banner-content .btn {
  8732. margin-top: 5px;
  8733. }
  8734. .agency-portfolio-home-slides.owl-theme .owl-nav {
  8735. opacity: 0;
  8736. visibility: hidden;
  8737. margin-top: 0;
  8738. -webkit-transition: 0.5s;
  8739. transition: 0.5s;
  8740. }
  8741. .agency-portfolio-home-slides.owl-theme .owl-nav [class*='owl-'] {
  8742. margin: 0;
  8743. background-color: #e1e1e1;
  8744. color: #0e314c;
  8745. width: 50px;
  8746. height: 50px;
  8747. text-align: center;
  8748. line-height: 55px;
  8749. position: absolute;
  8750. left: 40px;
  8751. top: 50%;
  8752. border-radius: 0;
  8753. -webkit-transform: translateY(-50%);
  8754. transform: translateY(-50%);
  8755. -webkit-transition: 0.5s;
  8756. transition: 0.5s;
  8757. font-size: 30px;
  8758. padding: 0;
  8759. }
  8760. .agency-portfolio-home-slides.owl-theme .owl-nav [class*='owl-']:hover {
  8761. background-color: #44ce6f;
  8762. color: #ffffff;
  8763. }
  8764. .agency-portfolio-home-slides.owl-theme .owl-nav [class*='owl-'].owl-next {
  8765. left: auto;
  8766. right: 40px;
  8767. }
  8768. .agency-portfolio-home-slides.owl-theme:hover .owl-nav {
  8769. opacity: 1;
  8770. visibility: visible;
  8771. }
  8772. /*================================================
  8773. Our Latest Projects CSS
  8774. =================================================*/
  8775. .our-latest-projects {
  8776. padding-bottom: 50px;
  8777. position: relative;
  8778. z-index: 1;
  8779. }
  8780. .single-latest-projects {
  8781. margin-bottom: 30px;
  8782. position: relative;
  8783. }
  8784. .single-latest-projects img {
  8785. width: 100%;
  8786. }
  8787. .single-latest-projects .link-btn {
  8788. position: absolute;
  8789. display: block;
  8790. width: 100%;
  8791. height: 100%;
  8792. left: 0;
  8793. top: 0;
  8794. z-index: 2;
  8795. }
  8796. .single-latest-projects .content {
  8797. position: absolute;
  8798. left: -5%;
  8799. top: 60%;
  8800. -webkit-transform: translateY(-60%);
  8801. transform: translateY(-60%);
  8802. z-index: 1;
  8803. opacity: 0;
  8804. visibility: hidden;
  8805. -webkit-transition: 0.5s;
  8806. transition: 0.5s;
  8807. background-color: #ffffff;
  8808. -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  8809. box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  8810. padding: 25px;
  8811. margin-top: 20px;
  8812. }
  8813. .single-latest-projects .content span {
  8814. display: block;
  8815. text-transform: uppercase;
  8816. font-weight: 500;
  8817. margin-bottom: 8px;
  8818. }
  8819. .single-latest-projects .content h3 {
  8820. margin-bottom: 0;
  8821. font-weight: 600;
  8822. font-size: 20px;
  8823. }
  8824. .single-latest-projects:hover .content {
  8825. opacity: 1;
  8826. visibility: visible;
  8827. margin-top: 0;
  8828. }
  8829. .shorting-menu {
  8830. text-align: right;
  8831. }
  8832. .shorting-menu button {
  8833. background-color: transparent;
  8834. cursor: pointer;
  8835. color: #848484;
  8836. -webkit-transition: 0.5s;
  8837. transition: 0.5s;
  8838. margin-right: 15px;
  8839. padding: 0;
  8840. outline: 0;
  8841. border: none;
  8842. font-size: 14px;
  8843. font-weight: 600;
  8844. }
  8845. .shorting-menu button:hover, .shorting-menu button.active {
  8846. color: #0e314c;
  8847. }
  8848. .shorting-menu button:last-child {
  8849. margin-right: 0;
  8850. }
  8851. /*================================================
  8852. Agency Portfolio About CSS
  8853. =================================================*/
  8854. .agency-portfolio-about-area {
  8855. background-color: #f4f4f4;
  8856. }
  8857. .single-text-box {
  8858. margin-bottom: 30px;
  8859. }
  8860. .single-text-box h3 {
  8861. margin-bottom: 12px;
  8862. margin-top: 25px;
  8863. font-weight: 600;
  8864. font-size: 22px;
  8865. }
  8866. .single-text-box .learn-more-btn {
  8867. color: #365267;
  8868. font-size: 14px;
  8869. font-weight: 600;
  8870. }
  8871. .single-text-box .learn-more-btn svg {
  8872. width: 18px;
  8873. position: relative;
  8874. top: -1px;
  8875. margin-right: 3px;
  8876. }
  8877. .single-text-box .learn-more-btn:hover {
  8878. color: #44ce6f;
  8879. }
  8880. /*================================================
  8881. Agency Portfolio Partner CSS
  8882. =================================================*/
  8883. .agency-portfolio-partner-area {
  8884. background-color: #0e314c;
  8885. }
  8886. .single-agency-portfolio-partner {
  8887. text-align: center;
  8888. }
  8889. .single-agency-portfolio-partner a {
  8890. display: block;
  8891. }
  8892. .single-agency-portfolio-partner a img {
  8893. width: auto !important;
  8894. display: inline-block !important;
  8895. }
  8896. /*================================================
  8897. Creative Area CSS
  8898. =================================================*/
  8899. .creative-area {
  8900. height: 650px;
  8901. background-image: url(/images/creative-bg.jpg);
  8902. background-position: center center;
  8903. background-repeat: no-repeat;
  8904. background-attachment: fixed;
  8905. background-size: cover;
  8906. }
  8907. .creative-area .container {
  8908. position: relative;
  8909. }
  8910. .creative-area .d-table-cell {
  8911. vertical-align: bottom;
  8912. }
  8913. .creative-inner-area {
  8914. max-width: 600px;
  8915. margin-left: auto;
  8916. }
  8917. .creative-inner-area .single-counter {
  8918. background-color: #0e314c;
  8919. padding: 60px;
  8920. }
  8921. .creative-inner-area .single-counter h3 {
  8922. color: #ffffff;
  8923. margin-bottom: 5px;
  8924. font-size: 32px;
  8925. font-weight: 700;
  8926. }
  8927. .creative-inner-area .single-counter h3 .odometer-formatting-mark {
  8928. display: none;
  8929. }
  8930. .creative-inner-area .single-counter p {
  8931. margin-bottom: 0;
  8932. line-height: initial;
  8933. color: #ffffff;
  8934. font-size: 15px;
  8935. font-weight: 600;
  8936. }
  8937. .creative-inner-area .row {
  8938. margin-left: 0;
  8939. margin-right: 0;
  8940. }
  8941. .creative-inner-area .col-lg-6 {
  8942. padding-left: 0;
  8943. padding-right: 0;
  8944. }
  8945. .creative-inner-area .col-lg-6:nth-child(1) .single-counter {
  8946. background-color: #44ce6f;
  8947. }
  8948. .creative-inner-area .col-lg-6:nth-child(2) .single-counter {
  8949. background-color: #0e314c;
  8950. }
  8951. /*================================================
  8952. Footer CSS
  8953. =================================================*/
  8954. .footer-area {
  8955. padding-top: 80px;
  8956. position: relative;
  8957. z-index: 1;
  8958. }
  8959. .footer-area .map {
  8960. position: absolute;
  8961. top: 0;
  8962. left: 0;
  8963. right: 0;
  8964. margin: 0 auto;
  8965. text-align: center;
  8966. z-index: -1;
  8967. bottom: 0;
  8968. opacity: .7;
  8969. }
  8970. .single-footer-widget .logo {
  8971. margin-bottom: 20px;
  8972. }
  8973. .single-footer-widget .logo a {
  8974. display: block;
  8975. }
  8976. .single-footer-widget h3 {
  8977. font-size: 18px;
  8978. margin-bottom: 30px;
  8979. }
  8980. .single-footer-widget ul {
  8981. padding: 0;
  8982. margin: 0;
  8983. list-style-type: none;
  8984. }
  8985. .single-footer-widget ul.list li {
  8986. margin-bottom: 10px;
  8987. }
  8988. .single-footer-widget ul.list li a {
  8989. color: #6084a4;
  8990. }
  8991. .single-footer-widget ul.list li a:hover {
  8992. color: #44ce6f;
  8993. padding-left: 7px;
  8994. }
  8995. .single-footer-widget ul.list li:last-child {
  8996. margin-bottom: 0;
  8997. }
  8998. .single-footer-widget ul.footer-contact-info {
  8999. margin-bottom: 20px;
  9000. }
  9001. .single-footer-widget ul.footer-contact-info li {
  9002. position: relative;
  9003. color: #6084a4;
  9004. margin-bottom: 8px;
  9005. padding-left: 25px;
  9006. }
  9007. .single-footer-widget ul.footer-contact-info li svg {
  9008. position: absolute;
  9009. left: 0;
  9010. width: 15px;
  9011. top: 0;
  9012. }
  9013. .single-footer-widget ul.footer-contact-info li:last-child {
  9014. margin-bottom: 0;
  9015. }
  9016. .single-footer-widget ul.footer-contact-info li a {
  9017. color: #6084a4;
  9018. }
  9019. .single-footer-widget ul.footer-contact-info li a:hover {
  9020. color: #44ce6f;
  9021. }
  9022. .single-footer-widget ul.social-links li {
  9023. display: inline-block;
  9024. margin-right: 8px;
  9025. }
  9026. .single-footer-widget ul.social-links li:last-child {
  9027. margin-right: 0;
  9028. }
  9029. .single-footer-widget ul.social-links li a {
  9030. width: 32px;
  9031. text-align: center;
  9032. line-height: 29px;
  9033. height: 32px;
  9034. border: 1px solid #44ce6f;
  9035. border-radius: 50%;
  9036. color: #44ce6f;
  9037. }
  9038. .single-footer-widget ul.social-links li a svg {
  9039. width: 15px;
  9040. }
  9041. .single-footer-widget ul.social-links li a.facebook {
  9042. border-color: #4267b2;
  9043. color: #4267b2;
  9044. }
  9045. .single-footer-widget ul.social-links li a.facebook:hover {
  9046. background: #4267b2;
  9047. color: #ffffff;
  9048. }
  9049. .single-footer-widget ul.social-links li a.twitter {
  9050. border-color: #38A1F3;
  9051. color: #38A1F3;
  9052. }
  9053. .single-footer-widget ul.social-links li a.twitter:hover {
  9054. background: #38A1F3;
  9055. color: #ffffff;
  9056. }
  9057. .single-footer-widget ul.social-links li a.linkedin {
  9058. border-color: #0077B5;
  9059. color: #0077B5;
  9060. }
  9061. .single-footer-widget ul.social-links li a.linkedin:hover {
  9062. background: #0077B5;
  9063. color: #ffffff;
  9064. }
  9065. .single-footer-widget ul.social-links li a.instagram {
  9066. border-color: #231F20;
  9067. color: #231F20;
  9068. }
  9069. .single-footer-widget ul.social-links li a.instagram:hover {
  9070. background: #231F20;
  9071. color: #ffffff;
  9072. }
  9073. .single-footer-widget ul.social-links li a:hover {
  9074. background: #44ce6f;
  9075. color: #ffffff;
  9076. }
  9077. .copyright-area {
  9078. margin-top: 80px;
  9079. border-top: 1px solid #d8ebfd;
  9080. text-align: center;
  9081. padding-top: 25px;
  9082. padding-bottom: 25px;
  9083. }
  9084. /*=============================
  9085. Go Top CSS
  9086. ===============================*/
  9087. .go-top {
  9088. position: fixed;
  9089. cursor: pointer;
  9090. bottom: 30px;
  9091. right: -100%;
  9092. color: #ffffff;
  9093. background-color: #EB1928;
  9094. z-index: 1;
  9095. width: 45px;
  9096. text-align: center;
  9097. height: 45px;
  9098. border-radius: 10px 0 0 10px;
  9099. line-height: 46px;
  9100. -webkit-transition: 0.5s;
  9101. transition: 0.5s;
  9102. z-index: 999;
  9103. }
  9104. .go-top:hover {
  9105. color: #ffffff;
  9106. background: #024273;
  9107. }
  9108. .go-top.active {
  9109. right: 0;
  9110. }
  9111. .main-text-area h1, .main-text-area h2, .main-text-area h3, .main-text-area h4, .main-text-area h5, .main-text-area h6 {
  9112. margin-bottom: 15px;
  9113. }
  9114. /* Auth Form */
  9115. .auth-form {
  9116. text-align: center;
  9117. max-width: 500px;
  9118. width: 100%;
  9119. -webkit-box-shadow: 0px 0px 10px #eee;
  9120. box-shadow: 0px 0px 10px #eee;
  9121. margin: auto;
  9122. padding: 40px 30px;
  9123. border-radius: 10px;
  9124. border: 1px solid #edf2f9;
  9125. }
  9126. .auth-form .auth-head {
  9127. margin-bottom: 15px;
  9128. }
  9129. .auth-form .auth-head img {
  9130. margin-bottom: 10px;
  9131. }
  9132. .auth-form form .form-label {
  9133. text-align: left;
  9134. display: block;
  9135. }
  9136. .auth-form form .btn {
  9137. display: block;
  9138. width: 100%;
  9139. padding: 12px 15px;
  9140. margin-top: 20px;
  9141. }
  9142. .auth-form .foot {
  9143. margin-top: 20px;
  9144. }
  9145. .auth-form .foot ul {
  9146. list-style-type: none;
  9147. padding: 0;
  9148. margin: 0;
  9149. }
  9150. .auth-form .foot ul li {
  9151. display: inline-block;
  9152. }
  9153. .auth-form .foot ul li a i, .auth-form .foot ul li a svg {
  9154. border: 1px solid #edf2f9;
  9155. width: 35px;
  9156. height: 35px;
  9157. line-height: 35px;
  9158. padding: 5px;
  9159. margin: 0 10px;
  9160. }
  9161. /*# sourceMappingURL=style.css.map */