Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

3480 řádky
68 KiB

  1. $media: screen;
  2. $feature_min: min-width;
  3. $feature_max: max-width;
  4. $value_one: 576px;
  5. $value_two: 767px;
  6. $value_three: 768px;
  7. $value_four: 991px;
  8. $value_five: 992px;
  9. $value_six: 1199px;
  10. $value_seven: 1550px;
  11. /* Max width 767px */
  12. @media only #{$media} and ($feature_max : $value_two) {
  13. .btn {
  14. font-size: 13px;
  15. padding: 13px 33px;
  16. }
  17. .ptb-80 {
  18. padding: {
  19. top: 50px;
  20. bottom: 50px;
  21. }
  22. }
  23. .section-title {
  24. margin-bottom: 40px;
  25. h2 {
  26. font-size: 20px;
  27. }
  28. }
  29. .owl-theme {
  30. .owl-dots {
  31. margin-top: 5px;
  32. .owl-dot {
  33. span {
  34. width: 12px;
  35. height: 12px;
  36. margin: 0 3px;
  37. }
  38. }
  39. }
  40. }
  41. .main-banner {
  42. height: 100%;
  43. padding: {
  44. top: 150px;
  45. bottom: 80px;
  46. }
  47. background-position: center;
  48. .hero-content {
  49. margin-bottom: 45px;
  50. text-align: center;
  51. h1 {
  52. font-size: 25px;
  53. line-height: 30px;
  54. margin-bottom: 15px;
  55. }
  56. }
  57. .banner-image {
  58. text-align: center;
  59. img {
  60. display: none;
  61. position: relative;
  62. &:last-child {
  63. display: block;
  64. left: 0;
  65. right: 0;
  66. margin: 0 auto;
  67. }
  68. }
  69. }
  70. .banner-form {
  71. padding: 30px 20px;
  72. margin: 0 !important;
  73. }
  74. }
  75. .hosting-main-banner {
  76. height: 100%;
  77. padding: {
  78. top: 170px;
  79. bottom: 75px;
  80. }
  81. .hosting-banner-content {
  82. h1 {
  83. font-size: 25px;
  84. }
  85. ul {
  86. li {
  87. font-size: 13px;
  88. }
  89. }
  90. p {
  91. font-size: 16px;
  92. margin: {
  93. bottom: 25px;
  94. top: 20px;
  95. }
  96. }
  97. }
  98. .hosting-banner-image {
  99. text-align: center;
  100. margin-top: 50px;
  101. img {
  102. display: none;
  103. &:nth-child(10) {
  104. display: block;
  105. position: relative;
  106. }
  107. }
  108. }
  109. }
  110. .shape1, .shape2, .shape3, .shape4, .shape5, .shape6, .shape7, .shape8, .shape9, .shape10 {
  111. display: none;
  112. }
  113. .boxes-area {
  114. margin-top: 0;
  115. padding-bottom: 20px;
  116. }
  117. .single-box {
  118. margin-bottom: 30px;
  119. h3 {
  120. font-size: 17px;
  121. }
  122. }
  123. .domain-search-content {
  124. h2 {
  125. font-size: 20px;
  126. }
  127. form {
  128. border-radius: 0;
  129. .form-control {
  130. width: 75%;
  131. }
  132. .domain-select {
  133. width: 25%;
  134. padding-right: 0;
  135. }
  136. button {
  137. float: unset;
  138. width: unset;
  139. height: unset;
  140. padding: 13px 40px;
  141. }
  142. }
  143. ul {
  144. display: block;
  145. margin-top: 15px;
  146. li {
  147. display: inline-block;
  148. flex: unset;
  149. padding: 0 15px;
  150. margin-top: 15px;
  151. }
  152. }
  153. }
  154. .why-choose-us-image {
  155. margin-bottom: 15px;
  156. img {
  157. display: none;
  158. &:last-child {
  159. display: inline-block;
  160. }
  161. }
  162. }
  163. .single-why-choose-us {
  164. margin-top: 30px !important;
  165. .icon {
  166. i {
  167. &::before {
  168. font-size: 35px;
  169. }
  170. }
  171. }
  172. h3 {
  173. font-size: 17px;
  174. }
  175. }
  176. .services-content {
  177. .box {
  178. margin-top: 20px;
  179. }
  180. }
  181. .services-right-image {
  182. text-align: center;
  183. margin-top: 45px;
  184. img {
  185. display: none;
  186. position: relative;
  187. &:last-child {
  188. display: inline-block;
  189. }
  190. }
  191. &.single-right-image {
  192. img {
  193. &.bg-image {
  194. display: none;
  195. }
  196. }
  197. }
  198. }
  199. .services-left-image {
  200. text-align: center;
  201. margin-bottom: 45px;
  202. img {
  203. display: none;
  204. position: relative;
  205. &:last-child {
  206. display: inline-block;
  207. }
  208. }
  209. &.single-left-image {
  210. img {
  211. &.bg-image {
  212. display: none;
  213. }
  214. }
  215. }
  216. }
  217. .single-services-box {
  218. h3 {
  219. font-size: 17px;
  220. }
  221. }
  222. .single-features {
  223. padding-left: 20px;
  224. .icon {
  225. position: relative;
  226. left: 0;
  227. top: 0;
  228. margin-bottom: 25px;
  229. }
  230. h3 {
  231. font-size: 17px;
  232. }
  233. }
  234. .single-hosting-features {
  235. h3 {
  236. font-size: 17px;
  237. }
  238. }
  239. .cta-content {
  240. text-align: center;
  241. margin-bottom: 25px;
  242. h3 {
  243. font-size: 20px;
  244. }
  245. }
  246. .cta-right-content {
  247. text-align: center;
  248. .buy-btn {
  249. display: block;
  250. top: 0;
  251. padding-left: 0;
  252. margin-top: 20px;
  253. }
  254. }
  255. .single-team {
  256. padding: {
  257. top: 30px;
  258. bottom: 30px;
  259. }
  260. .team-image {
  261. padding: {
  262. left: 20px;
  263. right: 20px;
  264. }
  265. }
  266. .team-content {
  267. padding: {
  268. left: 20px;
  269. right: 20px;
  270. }
  271. .team-info {
  272. margin: {
  273. right: 10px;
  274. left: 10px;
  275. }
  276. h3 {
  277. font-size: 17px;
  278. }
  279. }
  280. }
  281. }
  282. .funfact {
  283. margin-bottom: 30px;
  284. h3 {
  285. font-size: 25px;
  286. margin-bottom: 3px;
  287. }
  288. }
  289. .contact-cta-box {
  290. text-align: center;
  291. margin: 20px 0 0;
  292. max-width: 100%;
  293. padding: 30px 20px;
  294. h3 {
  295. font-size: 17px;
  296. }
  297. .btn {
  298. position: relative;
  299. right: 0;
  300. top: 0;
  301. margin-top: 15px;
  302. }
  303. }
  304. .single-works {
  305. .icon {
  306. right: 10px;;
  307. width: 38px;
  308. height: 38px;
  309. line-height: 36px;
  310. svg {
  311. width: 15px;
  312. }
  313. }
  314. .works-content {
  315. padding: 15px;
  316. h3 {
  317. font-size: 17px;
  318. }
  319. }
  320. &:hover {
  321. .icon {
  322. top: 10px;
  323. }
  324. }
  325. }
  326. .pricing-area {
  327. padding-bottom: 20px;
  328. }
  329. .pricing-table {
  330. padding-bottom: 30px;
  331. .pricing-header {
  332. h3 {
  333. font-size: 17px;
  334. }
  335. }
  336. .price {
  337. margin-bottom: 25px;
  338. span {
  339. font-size: 27px;
  340. }
  341. }
  342. }
  343. .single-pricing-table {
  344. padding: 25px 20px;
  345. margin-bottom: 30px;
  346. .pricing-header {
  347. h3 {
  348. font-size: 17px;
  349. }
  350. i {
  351. &::before {
  352. font-size: 40px;
  353. }
  354. }
  355. }
  356. .price {
  357. span {
  358. font-size: 27px;
  359. }
  360. }
  361. }
  362. .feedback-slides {
  363. .client-feedback {
  364. .single-feedback {
  365. text-align: center;
  366. margin-bottom: 30px;
  367. padding: {
  368. left: 20px;
  369. right: 20px;
  370. top: 30px;
  371. bottom: 30px;
  372. }
  373. .client-img {
  374. position: relative;
  375. left: 0;
  376. top: 0;
  377. margin-bottom: 20px;
  378. }
  379. h3 {
  380. font-size: 17px;
  381. }
  382. p {
  383. font-size: 14px;
  384. }
  385. &::before {
  386. display: none;
  387. }
  388. }
  389. }
  390. .client-thumbnails {
  391. margin: 0;
  392. .next-arrow {
  393. right: 0;
  394. }
  395. .prev-arrow {
  396. left: 0;
  397. }
  398. .next-arrow, .prev-arrow {
  399. background: rgba(0,0,0,.55);
  400. color: #ffffff;
  401. border: none;
  402. }
  403. }
  404. }
  405. .testimonials-slides {
  406. max-width: 100%;
  407. margin: 0;
  408. &::before, &::after {
  409. display: none;
  410. }
  411. .client-info {
  412. .image {
  413. padding-right: 15px;
  414. }
  415. .title {
  416. h3 {
  417. font-size: 17px;
  418. }
  419. }
  420. }
  421. p {
  422. font-size: 14px;
  423. }
  424. }
  425. .single-feedback-item {
  426. padding: 40px 20px 90px;
  427. &::before {
  428. font-size: 30px;
  429. left: 15px;
  430. }
  431. }
  432. .ready-to-talk {
  433. padding: {
  434. top: 50px;
  435. bottom: 145px;
  436. }
  437. h3 {
  438. font-size: 20px;
  439. }
  440. span {
  441. display: block;
  442. margin-top: 25px;
  443. }
  444. }
  445. .partner-section {
  446. h5 {
  447. font-size: 17px;
  448. line-height: 23px;
  449. }
  450. .partner-inner {
  451. padding: {
  452. left: 20px;
  453. right: 20px;
  454. }
  455. }
  456. }
  457. .blog-area {
  458. .widget-area {
  459. margin-top: 30px;
  460. }
  461. }
  462. .single-blog-post {
  463. .blog-post-content {
  464. h3 {
  465. font-size: 17px;
  466. }
  467. }
  468. .blog-image {
  469. a {
  470. img {
  471. width: 100%;
  472. }
  473. }
  474. }
  475. }
  476. .page-title-area {
  477. background-position: center center;
  478. padding: {
  479. top: 150px;
  480. bottom: 65px;
  481. }
  482. .shape8 {
  483. top: auto;
  484. right: auto;
  485. left: 15px;
  486. display: block;
  487. bottom: 20px;
  488. }
  489. .shape7 {
  490. left: 15%;
  491. top: 29%;
  492. display: block;
  493. }
  494. }
  495. .about-image {
  496. margin-bottom: 45px;
  497. }
  498. .about-inner-area {
  499. margin-top: 0px;
  500. .about-text {
  501. margin-top: 30px;
  502. h3 {
  503. font-size: 17px;
  504. }
  505. }
  506. }
  507. .project-details-desc {
  508. h3 {
  509. font-size: 17px;
  510. margin-top: 0;
  511. }
  512. .project-details-information {
  513. .single-info-box {
  514. float: left;
  515. width: 50%;
  516. margin-top: 20px;
  517. h4 {
  518. font-size: 17px;
  519. }
  520. }
  521. }
  522. }
  523. .faq-accordion {
  524. padding: 0;
  525. box-shadow: unset;
  526. .accordion {
  527. .accordion-item {
  528. .accordion-title {
  529. font-size: 15px;
  530. }
  531. }
  532. }
  533. }
  534. .faq-contact {
  535. padding: 30px 20px;
  536. h3 {
  537. font-size: 20px;
  538. }
  539. }
  540. .pagination-area {
  541. margin-top: 15px;
  542. }
  543. .blog-details-desc {
  544. .article-content {
  545. h1, h2, h3 {
  546. font-size: 20px;
  547. line-height: 1.4;
  548. }
  549. h4, h5 {
  550. font-size: 18px;
  551. line-height: 1.4;
  552. }
  553. }
  554. .article-footer {
  555. margin-top: 25px;
  556. .article-tags {
  557. a {
  558. margin-top: 5px;
  559. }
  560. }
  561. }
  562. }
  563. blockquote, .blockquote {
  564. padding: 20px !important;
  565. p {
  566. font-size: 16px !important;
  567. }
  568. }
  569. .comments-area {
  570. .comments-title {
  571. font-size: 17px;
  572. }
  573. .comment-author {
  574. font-size: 14px;
  575. }
  576. .comment-content {
  577. p {
  578. font-size: 13px;
  579. }
  580. }
  581. .comment-respond {
  582. .comment-reply-title {
  583. font-size: 17px;
  584. }
  585. .comment-form-author {
  586. width: 100%;
  587. padding-right: 0;
  588. }
  589. .comment-form-email {
  590. width: 100%;
  591. padding-left: 0;
  592. }
  593. }
  594. }
  595. .prev-link-wrapper {
  596. -ms-flex: 0 0 100%;
  597. flex: 0 0 100%;
  598. max-width: 100%;
  599. padding-right: 0;
  600. .prev-title {
  601. font-size: 14px;
  602. }
  603. .meta-wrapper {
  604. font-size: 13px;
  605. }
  606. }
  607. .next-link-wrapper {
  608. -ms-flex: 0 0 100%;
  609. flex: 0 0 100%;
  610. max-width: 100%;
  611. padding-left: 0;
  612. margin-top: 30px;
  613. .next-title {
  614. font-size: 14px;
  615. }
  616. .meta-wrapper {
  617. font-size: 13px;
  618. }
  619. }
  620. .contact-info-area {
  621. padding-bottom: 20px;
  622. }
  623. .contact-info-box {
  624. padding: 30px 20px;
  625. margin-bottom: 30px;
  626. h3 {
  627. font-size: 17px;
  628. }
  629. }
  630. #contactForm {
  631. margin-top: 45px;
  632. }
  633. .coming-soon-area {
  634. height: 100%;
  635. padding: {
  636. top: 170px;
  637. bottom: 170px;
  638. }
  639. .social-list {
  640. bottom: 20px;
  641. }
  642. }
  643. .coming-soon-content {
  644. h1 {
  645. font-size: 30px;
  646. }
  647. p {
  648. font-size: 14px;
  649. }
  650. form {
  651. .submit-btn {
  652. position: relative;
  653. right: 0;
  654. top: 0;
  655. height: 45px;
  656. border-radius: 40px;
  657. width: 130px;
  658. font-size: 14px;
  659. margin-top: 18px;
  660. box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(255, 255, 255, 0.3);
  661. }
  662. }
  663. #timer {
  664. div {
  665. width: 100px;
  666. height: 100px;
  667. margin: 0 10px;
  668. padding-top: 18px;
  669. font-size: 30px;
  670. margin-bottom: 25px;
  671. span {
  672. font-size: 13px;
  673. }
  674. }
  675. }
  676. }
  677. .error-content {
  678. margin-top: 0;
  679. .notfound-404 {
  680. height: 95px;
  681. margin-bottom: 25px;
  682. h1 {
  683. font-size: 75px;
  684. }
  685. }
  686. h3 {
  687. font-size: 19px;
  688. margin-bottom: 15px;
  689. }
  690. p {
  691. font-size: 13px;
  692. }
  693. }
  694. .woocommerce-topbar {
  695. text-align: center;
  696. .woocommerce-result-count {
  697. margin-bottom: 10px;
  698. }
  699. .woocommerce-topbar-ordering {
  700. .form-select {
  701. height: 40px;
  702. font-size: 12px;
  703. text-align: center;
  704. }
  705. }
  706. }
  707. .single-products {
  708. .products-content {
  709. h3 {
  710. font-size: 17px;
  711. margin-bottom: 10px;
  712. }
  713. .add-to-cart-btn {
  714. font-size: 13px;
  715. }
  716. }
  717. }
  718. #productsModalCenter {
  719. z-index: 999999;
  720. .modal-content {
  721. button {
  722. &.close {
  723. z-index: 2;
  724. }
  725. }
  726. .products-content {
  727. text-align: center;
  728. padding: 25px 10px;
  729. h3 {
  730. font-size: 17px;
  731. }
  732. }
  733. }
  734. }
  735. .products-details {
  736. margin-top: 20px;
  737. h3 {
  738. font-size: 17px;
  739. margin-bottom: 10px;
  740. }
  741. form {
  742. button {
  743. padding: 0 13px;
  744. }
  745. .quantity {
  746. display: block;
  747. padding-right: 0;
  748. margin-bottom: 15px;
  749. input {
  750. height: 45px;
  751. }
  752. }
  753. .add-to-wishlist-btn {
  754. width: 40px;
  755. }
  756. }
  757. }
  758. .products-details-tabs {
  759. .react-tabs__tab-list {
  760. li {
  761. display: block;
  762. margin-bottom: 2px;
  763. }
  764. }
  765. }
  766. .cart-table {
  767. table {
  768. thead {
  769. tr {
  770. th {
  771. padding: 15px 15px;
  772. white-space: nowrap;
  773. }
  774. }
  775. }
  776. tbody {
  777. tr {
  778. td {
  779. white-space: nowrap;
  780. padding: {
  781. left: 10px;
  782. right: 10px;
  783. }
  784. &.product-subtotal {
  785. .remove {
  786. float: unset;
  787. }
  788. }
  789. }
  790. }
  791. }
  792. }
  793. }
  794. .cart-buttons {
  795. text-align: center;
  796. .continue-shopping-box {
  797. margin-bottom: 12px;
  798. }
  799. .text-right {
  800. text-align: center !important;
  801. }
  802. }
  803. .cart-totals {
  804. padding: 20px;
  805. margin: 35px auto 0;
  806. h3 {
  807. font-size: 17px;
  808. }
  809. }
  810. .checkout-area {
  811. .title {
  812. font-size: 17px;
  813. }
  814. }
  815. .billing-details {
  816. padding: 20px;
  817. }
  818. .order-details {
  819. padding: 20px;
  820. margin-top: 30px;
  821. }
  822. .widget-area {
  823. margin-top: 40px;
  824. .widget {
  825. .widget-title {
  826. font-size: 17px;
  827. }
  828. }
  829. .widget_startp_posts_thumb {
  830. .item {
  831. .info {
  832. .title {
  833. font-size: 14px;
  834. }
  835. }
  836. }
  837. }
  838. .widget_categories {
  839. ul {
  840. li {
  841. font-size: 13px;
  842. }
  843. }
  844. }
  845. .widget_archive {
  846. ul {
  847. li {
  848. font-size: 13px;
  849. }
  850. }
  851. }
  852. .widget_meta {
  853. ul {
  854. li {
  855. font-size: 13px;
  856. }
  857. }
  858. }
  859. .tagcloud {
  860. a {
  861. font-size: 13px !important;
  862. }
  863. }
  864. }
  865. .services-details-desc {
  866. h3 {
  867. font-size: 18px;
  868. }
  869. }
  870. .services-details-image {
  871. order: 1;
  872. margin-bottom: 30px;
  873. }
  874. .services-details {
  875. order: 2;
  876. }
  877. .services-details-area {
  878. .separate {
  879. margin-top: 30px;
  880. }
  881. }
  882. .features-details-desc {
  883. h3 {
  884. font-size: 18px;
  885. }
  886. }
  887. .features-details-image {
  888. order: 1;
  889. margin-bottom: 30px;
  890. }
  891. .features-details {
  892. order: 2;
  893. }
  894. .features-details-area {
  895. .separate {
  896. margin-top: 30px;
  897. }
  898. }
  899. .repair-main-banner {
  900. padding: {
  901. top: 150px;
  902. bottom: 85px;
  903. }
  904. }
  905. .repair-banner-content {
  906. text-align: center;
  907. h1 {
  908. line-height: 1.4;
  909. margin-bottom: 17px;
  910. font-size: 25px;
  911. }
  912. }
  913. .repair-banner-image {
  914. margin-top: 60px;
  915. img {
  916. &:nth-child(2) {
  917. top: 0;
  918. right: 0;
  919. }
  920. &:nth-child(3) {
  921. top: -35px;
  922. }
  923. &:nth-child(4) {
  924. display: none;
  925. }
  926. }
  927. }
  928. .repair-about-content {
  929. margin-bottom: 40px;
  930. .sub-title {
  931. font-size: 14px;
  932. }
  933. h2 {
  934. font-size: 20px;
  935. }
  936. ul {
  937. li {
  938. -ms-flex: 0 0 100%;
  939. flex: 0 0 100%;
  940. max-width: 100%;
  941. margin-top: 15px;
  942. }
  943. }
  944. }
  945. .repair-about-image {
  946. text-align: center;
  947. padding: {
  948. top: 35px;
  949. bottom: 35px;
  950. }
  951. img {
  952. &:nth-child(2) {
  953. width: 250px;
  954. position: relative;
  955. }
  956. &:nth-child(4), &:nth-child(5) {
  957. display: none;
  958. }
  959. }
  960. }
  961. .repair-services-area {
  962. padding-bottom: 20px;
  963. }
  964. .single-repair-services {
  965. padding: 30px 20px;
  966. h3 {
  967. font-size: 17px;
  968. }
  969. .icon {
  970. width: 65px;
  971. height: 65px;
  972. line-height: 65px;
  973. i {
  974. &::before {
  975. font-size: 25px;
  976. }
  977. }
  978. }
  979. }
  980. .repair-cta-area {
  981. padding: {
  982. top: 50px;
  983. bottom: 50px;
  984. }
  985. }
  986. .cta-repair-content {
  987. text-align: center;
  988. margin-bottom: 30px;
  989. h3 {
  990. font-size: 21px;
  991. margin-bottom: 17px;
  992. }
  993. p {
  994. font-size: 13px;
  995. }
  996. }
  997. .cta-repair-img {
  998. text-align: center;
  999. }
  1000. .single-repair-feedback {
  1001. border-radius: 5px;
  1002. margin-bottom: 50px;
  1003. padding: {
  1004. left: 20px;
  1005. right: 20px;
  1006. top: 20px;
  1007. bottom: 20px;
  1008. }
  1009. &::after {
  1010. font-size: 30px;
  1011. left: 10px;
  1012. }
  1013. .client-img {
  1014. margin-bottom: 29px;
  1015. padding: {
  1016. left: 85px;
  1017. top: 13px;
  1018. }
  1019. img {
  1020. width: 70px;
  1021. height: 70px;
  1022. }
  1023. span {
  1024. margin-top: 5px;
  1025. }
  1026. h3 {
  1027. font-size: 17px;
  1028. }
  1029. }
  1030. p {
  1031. font-size: 14px;
  1032. }
  1033. }
  1034. .single-repair-box {
  1035. padding: 20px;
  1036. .icon {
  1037. width: 75px;
  1038. height: 75px;
  1039. line-height: 75px;
  1040. i {
  1041. &::before {
  1042. font-size: 25px;
  1043. }
  1044. }
  1045. h3 {
  1046. font-size: 17px;
  1047. }
  1048. }
  1049. .back-icon {
  1050. i {
  1051. &::before {
  1052. font-size: 170px;
  1053. }
  1054. }
  1055. }
  1056. }
  1057. .iot-main-banner {
  1058. padding: {
  1059. top: 150px;
  1060. bottom: 80px;
  1061. }
  1062. }
  1063. .iot-banner-content {
  1064. text-align: center;
  1065. max-width: 100%;
  1066. span {
  1067. font-size: 14px;
  1068. }
  1069. h2 {
  1070. font-size: 25px;
  1071. margin-bottom: 17px;
  1072. line-height: 1.4;
  1073. }
  1074. }
  1075. .iot-banner-image {
  1076. position: relative;
  1077. right: 0;
  1078. top: 0;
  1079. transform: unset;
  1080. margin-top: 50px;
  1081. img {
  1082. &:first-child {
  1083. max-width: 100%;
  1084. }
  1085. &:last-child {
  1086. display: none;
  1087. }
  1088. }
  1089. }
  1090. .animate-border {
  1091. span {
  1092. top: 78%;
  1093. left: 41%;
  1094. }
  1095. }
  1096. .single-iot-services {
  1097. padding: 30px 20px;
  1098. .icon {
  1099. width: 65px;
  1100. height: 65px;
  1101. line-height: 65px;
  1102. i {
  1103. &::before {
  1104. font-size: 25px;
  1105. }
  1106. }
  1107. }
  1108. h3 {
  1109. font-size: 17px;
  1110. }
  1111. }
  1112. .iot-cta-area {
  1113. padding: {
  1114. top: 50px;
  1115. bottom: 50px;
  1116. }
  1117. }
  1118. .cta-iot-content {
  1119. text-align: center;
  1120. margin-top: 35px;
  1121. h3 {
  1122. font-size: 20px;
  1123. line-height: 1.5;
  1124. }
  1125. }
  1126. .iot-features-content {
  1127. order: 1;
  1128. margin-bottom: 30px;
  1129. h3 {
  1130. font-size: 20px;
  1131. margin-bottom: 15px;
  1132. line-height: 1.5;
  1133. }
  1134. }
  1135. .iot-features-image {
  1136. order: 2;
  1137. }
  1138. .single-iot-box {
  1139. padding: 20px;
  1140. .icon {
  1141. width: 85px;
  1142. height: 85px;
  1143. line-height: 85px;
  1144. img {
  1145. width: 40px;
  1146. }
  1147. i {
  1148. &::before {
  1149. font-size: 25px;
  1150. }
  1151. }
  1152. }
  1153. h3 {
  1154. font-size: 17px;
  1155. margin: {
  1156. top: 20px;
  1157. bottom: 15px;
  1158. }
  1159. }
  1160. }
  1161. .ml-main-banner {
  1162. background-position: center center;
  1163. padding: {
  1164. top: 130px;
  1165. bottom: 140px;
  1166. };
  1167. }
  1168. .ml-main-banner {
  1169. .container-fluid {
  1170. padding: {
  1171. left: 15px;
  1172. right: 15px;
  1173. };
  1174. }
  1175. }
  1176. .ml-banner-content {
  1177. text-align: center;
  1178. h1 {
  1179. font-size: 25px;
  1180. margin-bottom: 14px;
  1181. }
  1182. p {
  1183. max-width: 100%;
  1184. font-size: 13px;
  1185. }
  1186. }
  1187. .ml-banner-single-image {
  1188. margin-top: 30px;
  1189. }
  1190. .ml-main-section {
  1191. background-position: center center;
  1192. padding: {
  1193. top: 130px;
  1194. bottom: 140px;
  1195. };
  1196. .ml-banner-content {
  1197. h1 {
  1198. font-size: 25px;
  1199. }
  1200. }
  1201. }
  1202. .ml-banner-image {
  1203. height: auto;
  1204. top: 0;
  1205. margin-top: 30px;
  1206. text-align: center;
  1207. img {
  1208. display: none;
  1209. position: relative;
  1210. &:nth-child(12) {
  1211. display: inline-block;
  1212. }
  1213. }
  1214. }
  1215. .ml-partner-area {
  1216. &.mt-minus-top {
  1217. margin-top: -125px;
  1218. }
  1219. }
  1220. .solutions-area {
  1221. padding-bottom: 20px;
  1222. }
  1223. .single-solutions-box {
  1224. h3 {
  1225. font-size: 17px;
  1226. }
  1227. .learn-more-btn {
  1228. font-size: 13px;
  1229. svg {
  1230. width: 15px;
  1231. }
  1232. }
  1233. }
  1234. .section-title {
  1235. .sub-title {
  1236. margin-bottom: 15px;
  1237. padding: 4px 15px 3px;
  1238. font-size: 12px;
  1239. }
  1240. }
  1241. .ml-about-content {
  1242. max-width: 100%;
  1243. text-align: center;
  1244. margin-top: 30px;
  1245. h2 {
  1246. font-size: 20px;
  1247. }
  1248. .bar {
  1249. margin: {
  1250. left: auto;
  1251. right: auto;
  1252. };
  1253. }
  1254. }
  1255. .ml-services-area {
  1256. padding-bottom: 20px;
  1257. }
  1258. .single-ml-services-box {
  1259. padding: 25px 20px;
  1260. h3 {
  1261. font-size: 17px;
  1262. }
  1263. }
  1264. .ml-projects-area {
  1265. padding-bottom: 20px;
  1266. }
  1267. .ml-projects-area {
  1268. .section-title {
  1269. text-align: center;
  1270. max-width: 100%;
  1271. h2 {
  1272. max-width: 100%;
  1273. }
  1274. .bar {
  1275. margin: {
  1276. left: auto;
  1277. right: auto;
  1278. };
  1279. }
  1280. }
  1281. }
  1282. .ml-projects-slides {
  1283. &.owl-theme {
  1284. .owl-dots {
  1285. position: relative;
  1286. right: 0;
  1287. top: 0;
  1288. margin: {
  1289. top: 10px;
  1290. bottom: 30px;
  1291. };
  1292. &::before {
  1293. display: none;
  1294. }
  1295. }
  1296. }
  1297. }
  1298. .pricing-tab {
  1299. .tabs {
  1300. margin-bottom: 30px;
  1301. li {
  1302. padding: 10px 25px 9.5px;
  1303. font-size: 14px;
  1304. }
  1305. }
  1306. }
  1307. .pricing-box {
  1308. padding: 25px;
  1309. .pricing-header {
  1310. h3 {
  1311. font-size: 18px;
  1312. }
  1313. }
  1314. .price {
  1315. font-size: 25px;
  1316. margin: {
  1317. bottom: 15px;
  1318. top: 15px;
  1319. };
  1320. }
  1321. .pricing-features {
  1322. padding: {
  1323. left: 0;
  1324. right: 0;
  1325. };
  1326. li {
  1327. padding-left: 24px;
  1328. font-size: 13px;
  1329. svg {
  1330. width: 17px;
  1331. }
  1332. }
  1333. }
  1334. }
  1335. .ml-feedback-slides {
  1336. max-width: 100%;
  1337. margin: -40px 0 0;
  1338. &.owl-theme {
  1339. .owl-item {
  1340. padding: {
  1341. left: 0;
  1342. right: 0;
  1343. };
  1344. }
  1345. }
  1346. }
  1347. .single-ml-feedback-item {
  1348. padding: 20px;
  1349. text-align: center;
  1350. .client-info {
  1351. position: relative;
  1352. left: 0;
  1353. top: 0;
  1354. transform: unset;
  1355. text-align: center;
  1356. margin-bottom: 15px;
  1357. h3 {
  1358. font-size: 17px;
  1359. }
  1360. }
  1361. p {
  1362. font-size: 13px;
  1363. }
  1364. &::after {
  1365. margin: {
  1366. left: 20px;
  1367. right: 20px;
  1368. };
  1369. }
  1370. }
  1371. .single-blog-post-box {
  1372. .entry-post-content {
  1373. h3 {
  1374. font-size: 17px;
  1375. }
  1376. .learn-more-btn {
  1377. font-size: 13px;
  1378. }
  1379. }
  1380. }
  1381. .funfacts-area {
  1382. .section-title {
  1383. h2 {
  1384. line-height: 30px;
  1385. }
  1386. }
  1387. }
  1388. .free-trial-area {
  1389. padding-bottom: 50px;
  1390. &::before {
  1391. display: none;
  1392. }
  1393. }
  1394. .free-trial-content {
  1395. max-width: 100%;
  1396. text-align: center;
  1397. margin-top: 30px;
  1398. h2 {
  1399. font-size: 20px;
  1400. }
  1401. form {
  1402. margin-top: 20px;
  1403. .input-newsletter {
  1404. width: 100%;
  1405. }
  1406. button {
  1407. position: relative;
  1408. font-size: 15px;
  1409. border-radius: 30px;
  1410. margin-top: 15px;
  1411. }
  1412. }
  1413. }
  1414. .agency-main-banner {
  1415. padding-top: 120px;
  1416. .container-fluid {
  1417. padding: {
  1418. left: 15px;
  1419. right: 15px;
  1420. };
  1421. }
  1422. }
  1423. .agency-banner-content {
  1424. max-width: 100%;
  1425. text-align: center;
  1426. margin: {
  1427. bottom: 30px;
  1428. left: 0;
  1429. };
  1430. .sub-title {
  1431. font-size: 13px;
  1432. }
  1433. h1 {
  1434. font-size: 25px;
  1435. line-height: 30px;
  1436. margin-bottom: 10px;
  1437. }
  1438. p {
  1439. font-size: 14px;
  1440. max-width: 100%;
  1441. }
  1442. }
  1443. .solutions-box {
  1444. margin-bottom: 40px;
  1445. .icon {
  1446. margin-bottom: 20px;
  1447. padding-left: 15px;
  1448. i {
  1449. font-size: 40px;
  1450. }
  1451. img {
  1452. width: 80px;
  1453. }
  1454. }
  1455. h3 {
  1456. font-size: 17px;
  1457. }
  1458. .learn-more-btn {
  1459. font-size: 13px;
  1460. }
  1461. }
  1462. .agency-about-area {
  1463. .container-fluid {
  1464. padding: {
  1465. left: 15px;
  1466. right: 15px;
  1467. };
  1468. }
  1469. }
  1470. .agency-about-img {
  1471. padding-right: 0;
  1472. text-align: center;
  1473. margin-bottom: 30px;
  1474. }
  1475. .agency-about-content {
  1476. max-width: 100%;
  1477. text-align: center;
  1478. margin-top: 30px;
  1479. h2 {
  1480. font-size: 20px;
  1481. }
  1482. .bar {
  1483. margin: {
  1484. left: auto;
  1485. right: auto;
  1486. };
  1487. }
  1488. }
  1489. .agency-services-box {
  1490. .content {
  1491. padding: 20px;
  1492. margin: {
  1493. left: 10px;
  1494. right: 10px;
  1495. top: -20px;
  1496. };
  1497. h3 {
  1498. font-size: 17px;
  1499. }
  1500. }
  1501. &:hover {
  1502. .content {
  1503. h3 {
  1504. transform: translateY(0);
  1505. }
  1506. .read-more-btn {
  1507. display: none;
  1508. }
  1509. }
  1510. }
  1511. }
  1512. .user-shape1, .user-shape2, .user-shape3, .user-shape4, .user-shape5, .user-shape6 {
  1513. display: none;
  1514. }
  1515. .single-testimonials-item {
  1516. padding: 64px 20px 20px;
  1517. text-align: center;
  1518. p {
  1519. font-size: 13px;
  1520. }
  1521. &::before {
  1522. top: 8px;
  1523. font-size: 35px;
  1524. }
  1525. .client-info {
  1526. margin-top: 20px;
  1527. max-width: 200px;
  1528. .rating {
  1529. svg {
  1530. width: 14px;
  1531. }
  1532. }
  1533. span {
  1534. font-size: 12px;
  1535. }
  1536. h3 {
  1537. margin-top: 5px;
  1538. font-size: 15px;
  1539. }
  1540. }
  1541. }
  1542. .single-blog-post-item {
  1543. .post-content {
  1544. padding: 25px;
  1545. margin: {
  1546. left: 10px;
  1547. right: 10px;
  1548. top: -20px;
  1549. };
  1550. h3 {
  1551. font-size: 17px;
  1552. line-height: 25px;
  1553. }
  1554. }
  1555. }
  1556. .agency-cta-content {
  1557. h2 {
  1558. margin-bottom: 25px;
  1559. font-size: 20px;
  1560. }
  1561. }
  1562. .agency-portfolio-main-banner {
  1563. height: 100%;
  1564. padding: {
  1565. top: 150px;
  1566. bottom: 120px;
  1567. };
  1568. }
  1569. .portfolio-banner-content {
  1570. text-align: center;
  1571. max-width: 100%;
  1572. margin-top: 0;
  1573. .sub-title {
  1574. font-size: 14px;
  1575. }
  1576. h1 {
  1577. font-size: 25px;
  1578. margin-bottom: 12px;
  1579. }
  1580. p {
  1581. max-width: 100%;
  1582. font-size: 13px;
  1583. }
  1584. }
  1585. .agency-portfolio-home-slides {
  1586. &.owl-theme {
  1587. .owl-nav {
  1588. opacity: 1;
  1589. visibility: visible;
  1590. [class*='owl-'] {
  1591. width: 35px;
  1592. height: 35px;
  1593. line-height: 35px;
  1594. left: 15px;
  1595. top: auto;
  1596. transform: unset;
  1597. font-size: 22px;
  1598. bottom: 15px;
  1599. &.owl-next {
  1600. left: auto;
  1601. right: 15px;
  1602. }
  1603. }
  1604. }
  1605. }
  1606. }
  1607. .section-title {
  1608. &.text-left {
  1609. text-align: center !important;
  1610. p {
  1611. margin: {
  1612. left: auto;
  1613. right: auto;
  1614. };
  1615. }
  1616. }
  1617. }
  1618. .shorting-menu {
  1619. text-align: center;
  1620. margin-bottom: 25px;
  1621. button {
  1622. margin: {
  1623. left: 6px;
  1624. right: 6px;
  1625. bottom: 5px;
  1626. };
  1627. &:first-child {
  1628. margin-left: 0;
  1629. }
  1630. }
  1631. }
  1632. .our-latest-projects {
  1633. padding-bottom: 20px;
  1634. }
  1635. .single-latest-projects {
  1636. .content {
  1637. left: 5%;
  1638. h3 {
  1639. font-size: 17px;
  1640. }
  1641. span {
  1642. font-size: 12px;
  1643. }
  1644. }
  1645. }
  1646. .agency-portfolio-about-area {
  1647. padding-bottom: 20px;
  1648. }
  1649. .single-text-box {
  1650. text-align: center;
  1651. h3 {
  1652. font-size: 17px;
  1653. }
  1654. }
  1655. .agency-portfolio-feedback-slides {
  1656. max-width: 100%;
  1657. }
  1658. .agency-portfolio-feedback-item {
  1659. p {
  1660. font-size: 14px;
  1661. }
  1662. }
  1663. .single-blog-item {
  1664. .post-content {
  1665. h3 {
  1666. line-height: 28px;
  1667. font-size: 17px;
  1668. }
  1669. }
  1670. }
  1671. .creative-inner-area {
  1672. .single-counter {
  1673. padding: 30px;
  1674. text-align: center;
  1675. h3 {
  1676. font-size: 26px;
  1677. }
  1678. p {
  1679. font-size: 14px;
  1680. }
  1681. }
  1682. }
  1683. .footer-area {
  1684. padding-top: 50px;
  1685. }
  1686. .single-footer-widget {
  1687. padding: 0 !important;
  1688. margin-bottom: 30px;
  1689. h3 {
  1690. font-size: 17px;
  1691. margin-bottom: 20px;
  1692. }
  1693. }
  1694. .copyright-area {
  1695. margin-top: 20px;
  1696. padding: {
  1697. top: 20px;
  1698. bottom: 20px;
  1699. }
  1700. }
  1701. .navbar-color-white {
  1702. &#header.headroom {
  1703. border-color: #4a4545;
  1704. }
  1705. }
  1706. .bigdata-analytics-banner {
  1707. padding: {
  1708. top: 170px;
  1709. bottom: 20px;
  1710. };
  1711. }
  1712. .bigdata-analytics-content {
  1713. text-align: center;
  1714. max-width: 100%;
  1715. h1 {
  1716. font-size: 27px;
  1717. margin-bottom: 20px;
  1718. }
  1719. p {
  1720. max-width: 100%;
  1721. font-size: 14px;
  1722. }
  1723. .btn {
  1724. margin-top: 10px;
  1725. }
  1726. }
  1727. .banner-boxes-area {
  1728. margin-top: 100px;
  1729. }
  1730. .single-banner-boxes {
  1731. padding: 20px 20px 20px 85px;
  1732. h3 {
  1733. margin-bottom: 10px;
  1734. font-size: 17px;
  1735. }
  1736. .icon {
  1737. width: 50px;
  1738. height: 50px;
  1739. left: 15px;
  1740. top: 20px;
  1741. line-height: 50px;
  1742. }
  1743. }
  1744. .single-what-we-do-box {
  1745. padding-left: 70px;
  1746. .icon {
  1747. width: 50px;
  1748. height: 50px;
  1749. i::before {
  1750. font-size: 30px;
  1751. }
  1752. }
  1753. h3 {
  1754. margin-bottom: 9px;
  1755. font-size: 17px;
  1756. }
  1757. }
  1758. .discover-image {
  1759. margin-right: 0;
  1760. padding: {
  1761. bottom: 0;
  1762. right: 0;
  1763. };
  1764. img {
  1765. width: 100%;
  1766. &:nth-child(2) {
  1767. position: relative;
  1768. margin-top: 20px;
  1769. }
  1770. }
  1771. }
  1772. .discover-content {
  1773. padding-left: 0;
  1774. text-align: center;
  1775. margin-top: 30px;
  1776. h2 {
  1777. font-size: 20px;
  1778. }
  1779. }
  1780. .analytics-shape1 {
  1781. display: none;
  1782. }
  1783. .single-services-box-item {
  1784. padding: 70px 20px 50px;
  1785. .icon {
  1786. width: 65px;
  1787. height: 65px;
  1788. img {
  1789. max-width: 40px;
  1790. }
  1791. }
  1792. h3 {
  1793. font-size: 17px;
  1794. }
  1795. }
  1796. .repair-team-area {
  1797. .container {
  1798. max-width: 100%;
  1799. }
  1800. }
  1801. .single-funfact {
  1802. padding: 20px;
  1803. margin-bottom: 30px;
  1804. h3 {
  1805. font-size: 30px;
  1806. line-height: 1;
  1807. }
  1808. }
  1809. .single-feedback-box {
  1810. margin: {
  1811. left: 15px;
  1812. top: 15px;
  1813. };
  1814. .client-info {
  1815. h3 {
  1816. font-size: 16px;
  1817. }
  1818. }
  1819. .feedback-desc {
  1820. padding: {
  1821. left: 25px;
  1822. right: 25px;
  1823. bottom: 25px;
  1824. };
  1825. }
  1826. &::before {
  1827. top: -15px;
  1828. left: -15px;
  1829. width: 50px;
  1830. height: 50px;
  1831. line-height: 50px;
  1832. font-size: 25px;
  1833. }
  1834. }
  1835. .industries-serve-area {
  1836. padding-bottom: 20px;
  1837. }
  1838. .single-industries-serve-box {
  1839. text-align: center;
  1840. padding: 15px 8px;
  1841. font-size: 14px;
  1842. .icon {
  1843. position: relative;
  1844. left: 0;
  1845. top: 0;
  1846. transform: translateY(0);
  1847. font-size: 30px;
  1848. line-height: 1;
  1849. margin-bottom: 8px;
  1850. }
  1851. }
  1852. .newsletter-area {
  1853. padding-bottom: 50px;
  1854. &::before {
  1855. display: none;
  1856. }
  1857. .container-fluid {
  1858. max-width: 100%;
  1859. padding: {
  1860. left: 15px;
  1861. right: 15px;
  1862. };
  1863. }
  1864. }
  1865. .newsletter-content {
  1866. padding: 20px;
  1867. max-width: 100%;
  1868. text-align: center;
  1869. &::before {
  1870. display: block;
  1871. }
  1872. h2 {
  1873. font-size: 20px;
  1874. }
  1875. .newsletter-form {
  1876. padding-right: 0;
  1877. .input-newsletter {
  1878. height: 45px;
  1879. padding-left: 15px;
  1880. font-size: 12px;
  1881. }
  1882. button {
  1883. position: relative;
  1884. height: auto;
  1885. padding: 14px 30px 12px;
  1886. margin-top: 15px;
  1887. line-height: initial;
  1888. display: block;
  1889. width: 100%;
  1890. font-size: 13px;
  1891. }
  1892. }
  1893. p {
  1894. max-width: 100%;
  1895. }
  1896. }
  1897. #header {
  1898. &.headroom {
  1899. background-color: #ffffff;
  1900. }
  1901. }
  1902. .startp-nav {
  1903. nav {
  1904. .navbar-collapse {
  1905. max-height: 70vh;
  1906. overflow-y: scroll;
  1907. &::-webkit-scrollbar {
  1908. width: 8px;
  1909. }
  1910. &::-webkit-scrollbar-track {
  1911. background: #f1f1f1;
  1912. }
  1913. &::-webkit-scrollbar-thumb {
  1914. background: rgb(165, 162, 162);
  1915. border-radius: 30px;
  1916. }
  1917. &::-webkit-scrollbar-thumb:hover {
  1918. background: #555;
  1919. }
  1920. }
  1921. .navbar-nav {
  1922. .nav-item {
  1923. padding: 5px 0;
  1924. > a {
  1925. margin: 0 0 5px;
  1926. }
  1927. .dropdown-menu {
  1928. padding: 10px 0;
  1929. position: relative;
  1930. visibility: visible;
  1931. opacity: 1;
  1932. top: 0;
  1933. width: 95%;
  1934. border: 1px solid #f3f3f3;
  1935. li {
  1936. a {
  1937. padding: 6px 15px;
  1938. }
  1939. .dropdown-menu {
  1940. padding: 10px 0;
  1941. position: relative;
  1942. visibility: visible !important;
  1943. opacity: 1 !important;
  1944. left: 15px;
  1945. top: 0;
  1946. width: 90%;
  1947. border: 1px solid #f3f3f3;
  1948. }
  1949. }
  1950. }
  1951. }
  1952. }
  1953. .others-option {
  1954. position: absolute;
  1955. right: 45px;
  1956. top: 9px;
  1957. .btn.btn-light {
  1958. border: 1px dashed #cdf1d8;
  1959. display: none;
  1960. }
  1961. .btn.btn-light, .btn {
  1962. padding: 6px 12px;
  1963. margin-right: 5px;
  1964. font-size: 10px;
  1965. }
  1966. .cart-wrapper-btn {
  1967. margin-right: 25px;
  1968. }
  1969. }
  1970. }
  1971. }
  1972. .pt-80 {
  1973. padding-top: 50px;
  1974. }
  1975. .pb-50 {
  1976. padding-bottom: 20px;
  1977. }
  1978. .go-top {
  1979. width: 35px;
  1980. height: 35px;
  1981. line-height: 30px;
  1982. svg {
  1983. width: 18px;
  1984. }
  1985. }
  1986. .pb-80 {
  1987. padding-bottom: 50px;
  1988. }
  1989. .navbar-style-three {
  1990. .startp-nav {
  1991. padding-left: 0;
  1992. padding-right: 0;
  1993. }
  1994. }
  1995. #header.headroom.navbar-style-four {
  1996. background-color: #0e314c;
  1997. .navbar-toggler {
  1998. .icon-bar {
  1999. background: #ffffff;
  2000. }
  2001. }
  2002. }
  2003. }
  2004. /* Min width 576px to Max width 767px */
  2005. @media only #{$media} and ($feature_min : $value_one) and ($feature_max : $value_two) {
  2006. .startp-nav {
  2007. nav {
  2008. .others-option {
  2009. .btn.btn-light {
  2010. display: inline-block;
  2011. }
  2012. }
  2013. }
  2014. }
  2015. .repair-about-content {
  2016. ul {
  2017. li {
  2018. flex: 0 0 50%;
  2019. max-width: 50%;
  2020. }
  2021. }
  2022. }
  2023. .single-repair-feedback {
  2024. &::after {
  2025. font-size: 65px;
  2026. }
  2027. }
  2028. .single-feedback-item {
  2029. &::before {
  2030. font-size: 65px;
  2031. }
  2032. }
  2033. .woocommerce-topbar {
  2034. text-align: left;
  2035. .woocommerce-result-count {
  2036. margin-bottom: 0;
  2037. }
  2038. }
  2039. #productsModalCenter {
  2040. .modal-content {
  2041. .products-content {
  2042. text-align: left;
  2043. }
  2044. }
  2045. }
  2046. .products-details {
  2047. form {
  2048. .quantity {
  2049. display: inline-block;
  2050. padding-right: 10px;
  2051. margin-bottom: 0;
  2052. }
  2053. }
  2054. }
  2055. .cart-buttons {
  2056. text-align: left;
  2057. .text-right {
  2058. text-align: right !important;
  2059. }
  2060. .continue-shopping-box {
  2061. margin-bottom: 0;
  2062. }
  2063. }
  2064. .repair-why-choose-us {
  2065. &::before {
  2066. height: 45%;
  2067. }
  2068. }
  2069. .iot-why-choose-us {
  2070. &::before {
  2071. height: 45%;
  2072. }
  2073. }
  2074. .ml-main-banner {
  2075. .container-fluid {
  2076. max-width: 540px;
  2077. }
  2078. }
  2079. .about-area {
  2080. .container-fluid {
  2081. max-width: 540px;
  2082. }
  2083. }
  2084. .free-trial-area {
  2085. .container-fluid {
  2086. max-width: 540px;
  2087. }
  2088. }
  2089. .free-trial-content {
  2090. form {
  2091. button {
  2092. position: absolute;
  2093. border-radius: 0 30px 30px 0;
  2094. margin-top: 0;
  2095. }
  2096. }
  2097. }
  2098. .agency-main-banner {
  2099. .container-fluid {
  2100. max-width: 540px;
  2101. }
  2102. }
  2103. .agency-about-area {
  2104. .container-fluid {
  2105. max-width: 540px;
  2106. }
  2107. }
  2108. .repair-team-area {
  2109. .container {
  2110. max-width: 540px;
  2111. }
  2112. }
  2113. .single-banner-boxes {
  2114. padding: 20px;
  2115. .icon {
  2116. position: relative;
  2117. top: 0;
  2118. left: 0;
  2119. margin-bottom: 20px;
  2120. }
  2121. }
  2122. }
  2123. /* Min width 768px to Max width 991px */
  2124. @media only #{$media} and ($feature_min : $value_three) and ($feature_max : $value_four) {
  2125. .main-banner {
  2126. height: 100%;
  2127. padding: {
  2128. top: 185px;
  2129. bottom: 165px;
  2130. }
  2131. .banner-image {
  2132. text-align: center;
  2133. margin-top: 45px;
  2134. img {
  2135. position: relative;
  2136. display: none;
  2137. &:last-child {
  2138. display: block;
  2139. }
  2140. }
  2141. }
  2142. .hero-content {
  2143. h1 {
  2144. font-size: 30px;
  2145. margin-bottom: 15px;
  2146. }
  2147. }
  2148. .banner-form {
  2149. padding: 50px;
  2150. margin: 45px 0 !important;
  2151. }
  2152. }
  2153. .hosting-main-banner {
  2154. height: 100%;;
  2155. padding: {
  2156. top: 185px;
  2157. bottom: 165px;
  2158. }
  2159. .hosting-banner-content {
  2160. h1 {
  2161. font-size: 30px;
  2162. }
  2163. ul {
  2164. li {
  2165. font-size: 13px;
  2166. }
  2167. }
  2168. p {
  2169. font-size: 16px;
  2170. }
  2171. }
  2172. .hosting-banner-image {
  2173. margin-top: 50px;
  2174. img {
  2175. position: relative;
  2176. display: none;
  2177. &:nth-child(10) {
  2178. display: block;
  2179. right: 0;
  2180. left: 0;
  2181. margin: 0 auto;
  2182. }
  2183. }
  2184. }
  2185. }
  2186. .shape1, .shape2, .shape3, .shape4, .shape5, .shape7 {
  2187. display: none;
  2188. }
  2189. .section-title {
  2190. h2 {
  2191. font-size: 25px;
  2192. }
  2193. }
  2194. .boxes-area {
  2195. padding-bottom: 50px;
  2196. margin-top: -65px;
  2197. }
  2198. .single-box {
  2199. margin-bottom: 30px;
  2200. }
  2201. .why-choose-us-image {
  2202. margin-bottom: 65px;
  2203. img {
  2204. display: none;
  2205. &:nth-child(3) {
  2206. display: block;
  2207. }
  2208. &:last-child {
  2209. display: block;
  2210. right: 0;
  2211. left: 0;
  2212. margin: 0 auto;
  2213. }
  2214. }
  2215. }
  2216. .services-right-image {
  2217. text-align: center;
  2218. margin-top: 45px;
  2219. img {
  2220. display: none;
  2221. position: relative;
  2222. &:last-child {
  2223. display: block;
  2224. left: 0;
  2225. right: 0;
  2226. margin: 0 auto;
  2227. }
  2228. }
  2229. &.single-right-image {
  2230. img {
  2231. &.bg-image {
  2232. display: none;
  2233. }
  2234. }
  2235. }
  2236. }
  2237. .services-left-image {
  2238. text-align: center;
  2239. margin-bottom: 45px;
  2240. img {
  2241. display: none;
  2242. position: relative;
  2243. &:last-child {
  2244. display: block;
  2245. left: 0;
  2246. right: 0;
  2247. margin: 0 auto;
  2248. }
  2249. }
  2250. &.single-left-image {
  2251. img {
  2252. &.bg-image {
  2253. display: none;
  2254. }
  2255. }
  2256. }
  2257. }
  2258. .single-features {
  2259. padding-left: 20px;
  2260. .icon {
  2261. position: relative;
  2262. left: 0;
  2263. top: 0;
  2264. margin-bottom: 25px;
  2265. }
  2266. }
  2267. .about-image {
  2268. margin-bottom: 45px;
  2269. }
  2270. .about-inner-area {
  2271. margin-top: 30px;
  2272. .about-text {
  2273. margin-top: 30px;
  2274. }
  2275. }
  2276. .single-feedback-item {
  2277. padding: 40px 80px 90px;
  2278. }
  2279. .cta-content {
  2280. h3 {
  2281. line-height: 1.5;
  2282. }
  2283. }
  2284. .pricing-area {
  2285. padding-bottom: 50px;
  2286. }
  2287. .single-pricing-table {
  2288. margin-bottom: 30px;
  2289. }
  2290. .page-title-area {
  2291. padding: {
  2292. top: 130px;
  2293. bottom: 50px;
  2294. }
  2295. .shape8 {
  2296. top: auto;
  2297. right: auto;
  2298. left: 20px;
  2299. bottom: 20px;
  2300. }
  2301. }
  2302. .project-details-desc {
  2303. .project-details-information {
  2304. .single-info-box {
  2305. width: 33.3333%;
  2306. }
  2307. }
  2308. }
  2309. .contact-info-area {
  2310. padding-bottom: 50px;
  2311. }
  2312. .contact-info-box {
  2313. margin-bottom: 30px;
  2314. }
  2315. #contactForm {
  2316. margin-top: 45px;
  2317. }
  2318. .coming-soon-content {
  2319. h1 {
  2320. font-size: 35px;
  2321. }
  2322. p {
  2323. font-size: 15px;
  2324. }
  2325. #timer {
  2326. div {
  2327. padding-top: 20px;
  2328. font-size: 30px;
  2329. span {
  2330. font-size: 14px;
  2331. }
  2332. }
  2333. }
  2334. }
  2335. .error-content {
  2336. .notfound-404 {
  2337. height: 205px;
  2338. h1 {
  2339. font-size: 170px;
  2340. }
  2341. }
  2342. }
  2343. .products-details {
  2344. margin-top: 25px;
  2345. }
  2346. .services-details {
  2347. order: 2;
  2348. }
  2349. .services-details-image {
  2350. order: 1;
  2351. margin-bottom: 40px;
  2352. }
  2353. .services-details-area {
  2354. .separate {
  2355. margin-top: 40px;
  2356. }
  2357. }
  2358. .features-details {
  2359. order: 2;
  2360. }
  2361. .features-details-image {
  2362. order: 1;
  2363. margin-bottom: 40px;
  2364. }
  2365. .features-details-area {
  2366. .separate {
  2367. margin-top: 40px;
  2368. }
  2369. }
  2370. .repair-main-banner {
  2371. padding-top: 155px;
  2372. }
  2373. .repair-banner-content {
  2374. text-align: center;
  2375. margin-bottom: 115px;
  2376. h1 {
  2377. margin-bottom: 18px;
  2378. font-size: 30px;
  2379. }
  2380. }
  2381. .repair-banner-image {
  2382. img {
  2383. &:nth-child(4) {
  2384. left: 0;
  2385. top: -40px;
  2386. margin: 0 auto;
  2387. }
  2388. }
  2389. }
  2390. .repair-about-content {
  2391. margin-bottom: 45px;
  2392. }
  2393. .repair-about-image {
  2394. text-align: center;
  2395. padding: 35px 0;
  2396. img {
  2397. &:nth-child(2) {
  2398. position: relative;
  2399. }
  2400. &:nth-child(4), &:nth-child(5) {
  2401. display: none;
  2402. }
  2403. }
  2404. }
  2405. .repair-cta-area {
  2406. padding-top: 80px;
  2407. }
  2408. .cta-repair-content {
  2409. margin-bottom: 30px;
  2410. }
  2411. .repair-why-choose-us {
  2412. &::before {
  2413. height: 40%;
  2414. }
  2415. }
  2416. .iot-main-banner {
  2417. padding: {
  2418. top: 190px;
  2419. bottom: 100px;
  2420. }
  2421. }
  2422. .iot-banner-content {
  2423. span {
  2424. font-size: 14px;
  2425. }
  2426. h2 {
  2427. font-size: 30px;
  2428. }
  2429. }
  2430. .iot-banner-image {
  2431. position: relative;
  2432. right: 0;
  2433. top: 0;
  2434. transform: unset;
  2435. margin-top: 80px;
  2436. img {
  2437. &:first-child {
  2438. max-width: 100%;
  2439. }
  2440. }
  2441. }
  2442. .animate-border {
  2443. span {
  2444. top: 70%;
  2445. left: 42%;
  2446. }
  2447. }
  2448. .iot-cta-area {
  2449. padding: {
  2450. top: 80px;
  2451. bottom: 80px;
  2452. }
  2453. }
  2454. .cta-iot-content {
  2455. text-align: center;
  2456. margin-top: 40px;
  2457. }
  2458. .iot-features-content {
  2459. order: 1;
  2460. }
  2461. .iot-features-image {
  2462. order: 2;
  2463. margin-top: 40px;
  2464. }
  2465. .iot-why-choose-us {
  2466. &::before {
  2467. height: 40%;
  2468. }
  2469. }
  2470. .blog-area {
  2471. .widget-area {
  2472. margin-top: 30px;
  2473. }
  2474. }
  2475. .widget-area {
  2476. margin-top: 40px;
  2477. }
  2478. .single-footer-widget {
  2479. margin-bottom: 30px;
  2480. }
  2481. .copyright-area {
  2482. margin-top: 50px;
  2483. }
  2484. .ml-main-banner {
  2485. background-position: center center;
  2486. padding-top: 150px;
  2487. .container-fluid {
  2488. max-width: 720px;
  2489. padding: {
  2490. left: 15px;
  2491. right: 15px;
  2492. };
  2493. }
  2494. }
  2495. .ml-banner-single-image {
  2496. margin-top: 30px;
  2497. }
  2498. .ml-banner-content {
  2499. text-align: center;
  2500. h1 {
  2501. font-size: 30px;
  2502. }
  2503. p {
  2504. max-width: 100%;
  2505. font-size: 14px;
  2506. }
  2507. }
  2508. .ml-main-section {
  2509. background-position: center center;
  2510. padding: {
  2511. top: 150px;
  2512. bottom: 140px;
  2513. };
  2514. .ml-banner-content {
  2515. h1 {
  2516. font-size: 30px;
  2517. }
  2518. }
  2519. }
  2520. .ml-banner-image {
  2521. height: auto;
  2522. top: 0;
  2523. margin-top: 30px;
  2524. text-align: center;
  2525. img {
  2526. display: none;
  2527. position: relative;
  2528. &:nth-child(12) {
  2529. display: inline-block;
  2530. }
  2531. }
  2532. }
  2533. .ml-partner-area {
  2534. &.mt-minus-top {
  2535. margin-top: -120px;
  2536. }
  2537. }
  2538. .about-area {
  2539. .container-fluid {
  2540. max-width: 720px;
  2541. }
  2542. }
  2543. .ml-about-content {
  2544. text-align: center;
  2545. max-width: 620px;
  2546. margin: {
  2547. left: auto;
  2548. right: auto;
  2549. };
  2550. h2 {
  2551. font-size: 25px;
  2552. }
  2553. .bar {
  2554. margin: {
  2555. left: auto;
  2556. right: auto;
  2557. };
  2558. }
  2559. }
  2560. .ml-projects-slides {
  2561. &.owl-theme {
  2562. .owl-dots {
  2563. right: 2.5%;
  2564. &::before {
  2565. left: -8px;
  2566. }
  2567. }
  2568. }
  2569. }
  2570. .free-trial-area {
  2571. padding-bottom: 80px;
  2572. .container-fluid {
  2573. max-width: 720px;
  2574. }
  2575. &::before {
  2576. display: none;
  2577. }
  2578. }
  2579. .free-trial-content {
  2580. text-align: center;
  2581. margin: {
  2582. left: auto;
  2583. right: auto;
  2584. top: 30px;
  2585. };
  2586. h2 {
  2587. font-size: 25px;
  2588. }
  2589. form {
  2590. margin-top: 20px;
  2591. }
  2592. }
  2593. .agency-main-banner {
  2594. padding-top: 120px;
  2595. .container-fluid {
  2596. max-width: 720px;
  2597. padding: {
  2598. left: 15px;
  2599. right: 15px;
  2600. };
  2601. }
  2602. .shape8 {
  2603. display: none;
  2604. }
  2605. }
  2606. .agency-banner-content {
  2607. max-width: 100%;
  2608. text-align: center;
  2609. margin: {
  2610. bottom: 30px;
  2611. left: 0;
  2612. };
  2613. .sub-title {
  2614. font-size: 14px;
  2615. }
  2616. h1 {
  2617. font-size: 35px;
  2618. line-height: 32px;
  2619. margin-bottom: 12px;
  2620. }
  2621. p {
  2622. font-size: 15px;
  2623. max-width: 80%;
  2624. margin: {
  2625. left: auto;
  2626. right: auto;
  2627. };
  2628. }
  2629. }
  2630. .agency-about-area {
  2631. .container-fluid {
  2632. max-width: 720px;
  2633. padding: {
  2634. left: 15px;
  2635. right: 15px;
  2636. };
  2637. }
  2638. }
  2639. .agency-about-img {
  2640. padding-right: 0;
  2641. text-align: center;
  2642. margin-bottom: 30px;
  2643. }
  2644. .agency-about-content {
  2645. max-width: 540px;
  2646. text-align: center;
  2647. margin: {
  2648. left: auto;
  2649. right: auto;
  2650. };
  2651. h2 {
  2652. font-size: 25px;
  2653. }
  2654. .bar {
  2655. margin: {
  2656. left: auto;
  2657. right: auto;
  2658. };
  2659. }
  2660. }
  2661. .shape9 {
  2662. display: none;
  2663. }
  2664. .user-shape1, .user-shape2, .user-shape3, .user-shape4, .user-shape5, .user-shape6 {
  2665. display: none;
  2666. }
  2667. .agency-portfolio-main-banner {
  2668. height: 100%;
  2669. padding: {
  2670. top: 200px;
  2671. bottom: 150px;
  2672. };
  2673. }
  2674. .portfolio-banner-content {
  2675. text-align: center;
  2676. margin-top: 0;
  2677. .sub-title {
  2678. font-size: 15px;
  2679. }
  2680. h1 {
  2681. font-size: 30px;
  2682. }
  2683. p {
  2684. font-size: 14px;
  2685. }
  2686. }
  2687. .our-latest-projects {
  2688. .section-title {
  2689. margin-bottom: 40px;
  2690. }
  2691. }
  2692. .section-title {
  2693. &.text-left {
  2694. text-align: center !important;
  2695. p {
  2696. margin: {
  2697. left: auto;
  2698. right: auto;
  2699. };
  2700. }
  2701. }
  2702. }
  2703. .shorting-menu {
  2704. text-align: center;
  2705. margin-bottom: 30px;
  2706. }
  2707. .navbar-color-white {
  2708. &#header.headroom {
  2709. border-color: #4a4545;
  2710. }
  2711. }
  2712. .bigdata-analytics-banner {
  2713. padding: {
  2714. top: 230px;
  2715. };
  2716. }
  2717. .bigdata-analytics-content {
  2718. max-width: 530px;
  2719. h1 {
  2720. font-size: 40px;
  2721. }
  2722. }
  2723. .banner-boxes-area {
  2724. margin-top: 200px;
  2725. }
  2726. .discover-image {
  2727. margin-right: 0;
  2728. }
  2729. .discover-content {
  2730. text-align: center;
  2731. max-width: 540px;
  2732. padding-left: 0;
  2733. margin: {
  2734. left: auto;
  2735. right: auto;
  2736. top: 35px;
  2737. };
  2738. }
  2739. .single-services-box-item {
  2740. padding: 80px 30px 60px;
  2741. }
  2742. .repair-team-area {
  2743. .container {
  2744. max-width: 720px;
  2745. }
  2746. }
  2747. .single-funfact {
  2748. padding: 20px;
  2749. }
  2750. .newsletter-area {
  2751. padding-bottom: 80px;
  2752. &::before {
  2753. display: none;
  2754. }
  2755. .container-fluid {
  2756. max-width: 720px;
  2757. }
  2758. }
  2759. .newsletter-content {
  2760. padding: 40px;
  2761. max-width: 100%;
  2762. text-align: center;
  2763. &::before {
  2764. display: block;
  2765. }
  2766. .newsletter-form {
  2767. max-width: 540px;
  2768. margin: {
  2769. left: auto;
  2770. right: auto;
  2771. };
  2772. }
  2773. p {
  2774. margin: {
  2775. left: auto;
  2776. right: auto;
  2777. };
  2778. }
  2779. }
  2780. #header {
  2781. &.headroom {
  2782. padding: 10px 0;
  2783. &.is-sticky {
  2784. padding-top: 10px;
  2785. padding-bottom: 10px;
  2786. }
  2787. }
  2788. }
  2789. .startp-nav {
  2790. nav {
  2791. .navbar-nav {
  2792. .nav-item {
  2793. a {
  2794. font-size: 14px;
  2795. margin-left: 6px;
  2796. margin-right: 6px;
  2797. }
  2798. .dropdown-menu {
  2799. width: 200px;
  2800. li {
  2801. a {
  2802. padding: 6px 15px;
  2803. font-size: 13.5px;
  2804. }
  2805. }
  2806. }
  2807. }
  2808. }
  2809. .others-option {
  2810. .btn.btn-light {
  2811. border: 1px dashed #cdf1d8;
  2812. display: none;
  2813. }
  2814. .btn.btn-light, .btn {
  2815. padding: 6px 12px;
  2816. margin-right: 5px;
  2817. font-size: 10px;
  2818. }
  2819. .cart-wrapper-btn {
  2820. margin-right: 25px;
  2821. }
  2822. }
  2823. }
  2824. }
  2825. .iot-banner-content {
  2826. max-width: 100%;
  2827. }
  2828. }
  2829. /* Min width 992px to Max width 1199px */
  2830. @media only #{$media} and ($feature_min : $value_five) and ($feature_max : $value_six) {
  2831. .main-banner {
  2832. .hero-content {
  2833. h1 {
  2834. font-size: 35px;
  2835. }
  2836. }
  2837. .banner-image {
  2838. img {
  2839. &:nth-child(1) {
  2840. top: -140px;
  2841. left: -120px;
  2842. }
  2843. &:nth-child(2) {
  2844. right: 160px;
  2845. top: -286px;
  2846. }
  2847. &:nth-child(3) {
  2848. left: -30px;
  2849. top: -15px;
  2850. }
  2851. &:nth-child(4) {
  2852. right: 15%;
  2853. top: 105px;
  2854. }
  2855. &:nth-child(5) {
  2856. left: 15%;
  2857. top: -120px;
  2858. }
  2859. &:nth-child(6) {
  2860. right: 37%;
  2861. top: -160px;
  2862. }
  2863. &:nth-child(7) {
  2864. right: 20px;
  2865. top: -110px;
  2866. }
  2867. &:nth-child(8) {
  2868. right: 25px;
  2869. top: -140px;
  2870. }
  2871. &:nth-child(9) {
  2872. right: 28%;
  2873. top: -25px;
  2874. }
  2875. &:nth-child(10) {
  2876. left: 29%;
  2877. top: -35px;
  2878. }
  2879. &:nth-child(11) {
  2880. left: 26%;
  2881. top: -160px;
  2882. }
  2883. &:nth-child(12) {
  2884. left: 15px;
  2885. top: -110px;
  2886. }
  2887. &:nth-child(13) {
  2888. left: 50%;
  2889. top: -18px;
  2890. }
  2891. &:nth-child(14) {
  2892. right: 98px;
  2893. top: -20px;
  2894. }
  2895. }
  2896. }
  2897. }
  2898. .hosting-main-banner {
  2899. .hosting-banner-content {
  2900. h1 {
  2901. font-size: 35px;
  2902. }
  2903. }
  2904. .hosting-banner-image {
  2905. img {
  2906. &:nth-child(1) {
  2907. top: -85px;
  2908. }
  2909. &:nth-child(2) {
  2910. top: 175px;
  2911. left: 30px;
  2912. }
  2913. &:nth-child(3) {
  2914. top: 170px;
  2915. right: 30px;
  2916. }
  2917. &:nth-child(4) {
  2918. left: 18%;
  2919. top: -23px;
  2920. }
  2921. &:nth-child(5) {
  2922. right: 0;
  2923. top: -115px;
  2924. }
  2925. &:nth-child(6) {
  2926. left: 2%;
  2927. top: -173px;
  2928. }
  2929. &:nth-child(7) {
  2930. top: -244px;
  2931. left: -73px;
  2932. }
  2933. &:nth-child(8) {
  2934. left: 11%;
  2935. top: -200px;
  2936. }
  2937. &:nth-child(9) {
  2938. top: 40px;
  2939. left: 0;
  2940. }
  2941. }
  2942. }
  2943. }
  2944. .shape1 {
  2945. display: none;
  2946. }
  2947. .startp-nav {
  2948. nav {
  2949. .navbar-nav {
  2950. .nav-item {
  2951. a {
  2952. margin: {
  2953. left: 10px;
  2954. right: 10px;
  2955. }
  2956. }
  2957. }
  2958. }
  2959. }
  2960. }
  2961. .navbar-style-three {
  2962. .startp-nav {
  2963. padding: {
  2964. left: 0;
  2965. right: 0;
  2966. };
  2967. }
  2968. }
  2969. .services-left-image {
  2970. &.single-left-image {
  2971. img {
  2972. &:first-child {
  2973. top: -30px;
  2974. }
  2975. }
  2976. }
  2977. }
  2978. .services-right-image {
  2979. &.single-right-image {
  2980. img {
  2981. &:first-child {
  2982. top: -30px;
  2983. }
  2984. }
  2985. }
  2986. }
  2987. .repair-main-banner {
  2988. padding: {
  2989. top: 185px;
  2990. bottom: 110px;
  2991. }
  2992. }
  2993. .repair-banner-image {
  2994. img {
  2995. &:nth-child(4) {
  2996. display: none;
  2997. }
  2998. &:nth-child(3) {
  2999. top: -35px;
  3000. }
  3001. &:nth-child(2) {
  3002. top: -30px;
  3003. }
  3004. }
  3005. }
  3006. .repair-team-area {
  3007. .single-team {
  3008. .team-content {
  3009. padding: {
  3010. left: 0;
  3011. right: 0;
  3012. }
  3013. }
  3014. }
  3015. }
  3016. .iot-main-banner {
  3017. padding: {
  3018. top: 200px;
  3019. bottom: 120px;
  3020. }
  3021. }
  3022. .iot-banner-image {
  3023. img {
  3024. &:first-child {
  3025. max-width: 470px;
  3026. }
  3027. &:last-child {
  3028. top: -10px;
  3029. }
  3030. }
  3031. }
  3032. .iot-team-area {
  3033. .single-team {
  3034. .team-content {
  3035. padding: {
  3036. left: 0;
  3037. right: 0;
  3038. }
  3039. }
  3040. }
  3041. }
  3042. .ml-projects-slides {
  3043. &.owl-theme {
  3044. .owl-dots {
  3045. right: 4.5%;
  3046. }
  3047. }
  3048. }
  3049. .ml-main-section {
  3050. padding: {
  3051. top: 130px;
  3052. bottom: 140px;
  3053. };
  3054. .ml-banner-content {
  3055. h1 {
  3056. font-size: 40px;
  3057. }
  3058. }
  3059. .row {
  3060. align-items: center!important;
  3061. }
  3062. }
  3063. .ml-banner-image {
  3064. height: auto;
  3065. top: 0;
  3066. text-align: center;
  3067. img {
  3068. display: none;
  3069. position: relative;
  3070. &:nth-child(12) {
  3071. display: inline-block;
  3072. }
  3073. }
  3074. }
  3075. .agency-banner-content {
  3076. max-width: 465px;
  3077. position: relative;
  3078. top: 50px;
  3079. h1 {
  3080. font-size: 40px;
  3081. }
  3082. }
  3083. .agency-about-img {
  3084. padding-right: 30px;
  3085. }
  3086. .agency-about-content {
  3087. max-width: 475px;
  3088. }
  3089. .single-banner-boxes {
  3090. padding: {
  3091. left: 83px;
  3092. right: 15px;
  3093. };
  3094. .icon {
  3095. width: 50px;
  3096. height: 50px;
  3097. line-height: 50px;
  3098. left: 15px;
  3099. }
  3100. }
  3101. .single-services-box-item {
  3102. padding: 80px 25px 60px;
  3103. }
  3104. .newsletter-content {
  3105. max-width: 465px;
  3106. }
  3107. .startp-nav {
  3108. nav {
  3109. .others-option {
  3110. .btn.btn-light, .btn {
  3111. padding: 8px 20px;
  3112. font-size: 13px;
  3113. }
  3114. .btn.btn-light {
  3115. padding: 6px 20px !important;
  3116. }
  3117. }
  3118. }
  3119. }
  3120. .single-box {
  3121. padding: 20px 20px;
  3122. h3 {
  3123. font-size: 17px;
  3124. }
  3125. }
  3126. }
  3127. /* Min width 1550px */
  3128. @media only #{$media} and ($feature_min : $value_seven) {
  3129. .iot-banner-image {
  3130. right: 90px;
  3131. top: 56%;
  3132. transform: translateY(-50%);
  3133. img {
  3134. &:first-child {
  3135. max-width: 90%;
  3136. }
  3137. &:last-child {
  3138. left: -128px;
  3139. top: 50px;
  3140. }
  3141. }
  3142. }
  3143. .animate-border span {
  3144. top: 51%;
  3145. left: 70%;
  3146. }
  3147. .navbar-style-three {
  3148. .startp-nav {
  3149. padding: {
  3150. left: 100px;
  3151. right: 100px;
  3152. };
  3153. }
  3154. }
  3155. .ml-main-banner {
  3156. .container-fluid {
  3157. padding: {
  3158. left: 170px;
  3159. right: 170px;
  3160. };
  3161. }
  3162. }
  3163. }
  3164. /* Min width 1200px */
  3165. @media only screen and (min-width : 1350px) {
  3166. .container {
  3167. max-width: 1250px;
  3168. }
  3169. }