style.min.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  1. /*
  2. * Roxy: Bootstrap template by GettTemplates.com
  3. * https://gettemplates.co/roxy
  4. */
  5. html, body {
  6. width: 100%;
  7. overflow-x: hidden; }
  8. body {
  9. font-family: 'Lato', sans-serif;
  10. font-weight: 300; }
  11. h1,
  12. h2,
  13. h3,
  14. h4,
  15. h5,
  16. h6,
  17. .h1,
  18. .h2,
  19. .h3,
  20. .h4,
  21. .h5,
  22. .h6 {
  23. font-family: 'Work Sans', sans-serif;
  24. margin-top: 0; }
  25. a {
  26. color: #B5D3E7;
  27. transition: all .3s ease-in-out; }
  28. a:focus,
  29. button:focus {
  30. outline: none; }
  31. .btn:hover,
  32. a:hover {
  33. text-decoration: none;
  34. color: #21465f; }
  35. img {
  36. max-width: 100%; }
  37. .bg-fixed {
  38. background-size: cover; }
  39. .bg-grey {
  40. background-color: #f7f8f9; }
  41. .fs-40 {
  42. font-size: 40px; }
  43. section {
  44. position: relative; }
  45. .section-content {
  46. padding-top: 80px;
  47. padding-bottom: 80px; }
  48. .title-wrap,
  49. .section-title {
  50. text-align: center; }
  51. .shadow {
  52. box-shadow: 0 10px 30px 0 rgba(67, 80, 98, 0.24), 0 2px 4px 0 rgba(67, 80, 98, 0.1) !important; }
  53. #header-navbar {
  54. position: absolute;
  55. top: 0;
  56. right: 0;
  57. left: 0;
  58. z-index: 11;
  59. transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  60. .navbar-brand {
  61. font-size: 40px;
  62. color: #000; }
  63. .navbar-nav .nav-link {
  64. color: #fff;
  65. transition: .3s ease; }
  66. .navbar-nav:hover li a {
  67. opacity: 0.5; }
  68. .navbar-nav:hover li a:hover {
  69. opacity: 1; }
  70. .navbar-toggler {
  71. font-size: 2rem;
  72. color: #fff; }
  73. .jumbotron {
  74. color: #fff;
  75. padding-top: 80px;
  76. padding-bottom: 80px;
  77. background-repeat: no-repeat;
  78. background-size: cover;
  79. background-position: 50% 50%;
  80. position: relative;
  81. border-radius: 0;
  82. margin-bottom: 0;
  83. /*overflow: hidden;*/
  84. min-height: 100vh; }
  85. @media (max-width: 767px) and (orientation: landscape) {
  86. .jumbotron {
  87. min-height: 500px; } }
  88. .jumbotron .container {
  89. position: relative;
  90. z-index: 1; }
  91. .jumbotron:before {
  92. position: absolute;
  93. display: block;
  94. content: "";
  95. opacity: 0.8;
  96. top: 0;
  97. bottom: 0;
  98. left: 0;
  99. right: 0;
  100. background: #B5D3E7;
  101. /* fallback for old browsers */
  102. background: -webkit-linear-gradient(to right, #21465f, #B5D3E7);
  103. /* Chrome 10-25, Safari 5.1-6 */
  104. background: linear-gradient(to right, #21465f, #B5D3E7);
  105. /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  106. .jumbotron h1 {
  107. line-height: .9;
  108. font-weight: bold;
  109. display: inline-block;
  110. border: 15px solid #fff;
  111. padding: 30px;
  112. font-size: 9rem;
  113. opacity: 0;
  114. animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
  115. animation-delay: .8s; }
  116. .jumbotron-single h1 {
  117. font-size: 3rem !important; }
  118. .overlay {
  119. color: #fff; }
  120. .overlay:before {
  121. position: absolute;
  122. display: block;
  123. content: "";
  124. opacity: 0.9;
  125. top: 0;
  126. bottom: 0;
  127. left: 0;
  128. right: 0;
  129. background: #B5D3E7;
  130. /* fallback for old browsers */
  131. background: -webkit-linear-gradient(to right, #21465f, #B5D3E7);
  132. /* Chrome 10-25, Safari 5.1-6 */
  133. background: linear-gradient(to right, #21465f, #B5D3E7);
  134. /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  135. .overlay.bg-white {
  136. color: #000; }
  137. .overlay.bg-white:before {
  138. background: #fff;
  139. opacity: .7; }
  140. .text-white {
  141. color: #fff; }
  142. /*==============================
  143. = BUTTON =
  144. ==============================*/
  145. .btn {
  146. font-size: 14px;
  147. font-weight: 600;
  148. border-radius: 30px;
  149. padding: 9px 25px;
  150. text-transform: capitalize;
  151. transition: all 0.3s ease 0s; }
  152. .btn-primary {
  153. display: inline-block;
  154. background-color: #B5D3E7;
  155. border-color: #B5D3E7;
  156. color: #fff; }
  157. .btn-primary:hover {
  158. background-color: #21465f;
  159. border-color: #21465f;
  160. color: #fff; }
  161. .btn-outline-primary {
  162. color: #fff;
  163. background-color: transparent;
  164. background-image: none;
  165. border-color: #fff; }
  166. .btn-outline-primary:hover {
  167. background-color: #21465f;
  168. border-color: #21465f;
  169. color: #fff; }
  170. .btn-shadow {
  171. box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15); }
  172. .btn-icon {
  173. color: #000; }
  174. .btn-link {
  175. color: #B5D3E7; }
  176. /*===== End of BUTTON ======*/
  177. /*==========================================
  178. = FORM RECTANGLE ETC =
  179. ==========================================*/
  180. .rectangle-1 {
  181. width: 2000px;
  182. height: 400px;
  183. background: #B5D3E8;
  184. background: -webkit-linear-gradient(to right, #6588a0, #B5D3E8);
  185. background: linear-gradient(to right, #6588a0, #6588a0);
  186. transform-origin: 50% 150% 0;
  187. position: absolute;
  188. left: 0;
  189. z-index: 0;
  190. transform: scale(1) rotate(-10deg); }
  191. .rectangle-2 {
  192. width: 2000px;
  193. height: 400px;
  194. background: #B5D3E8;
  195. background: -webkit-linear-gradient(to right, #6588a0, #B5D3E8);
  196. background: linear-gradient(to right, #6588a0, #B5D3E8);
  197. transform-origin: 65% 100% 0;
  198. position: absolute;
  199. right: 0;
  200. z-index: 0;
  201. transform: scale(1) rotate(50deg); }
  202. @keyframes fade-in-right {
  203. from {
  204. opacity: 0;
  205. transform: translateX(-100vw) rotate(-15deg); }
  206. to {
  207. opacity: 1;
  208. transform: translateX(0) rotate(-15deg); } }
  209. @keyframes grow1 {
  210. from {
  211. opacity: 0;
  212. transform: scale(2) rotate(-10deg); }
  213. to {
  214. opacity: 1;
  215. transform: scale(1) rotate(-10deg); } }
  216. @keyframes grow2 {
  217. from {
  218. opacity: 0;
  219. transform: scale(2) rotate(50deg); }
  220. to {
  221. opacity: 1;
  222. transform: scale(1) rotate(50deg); } }
  223. @keyframes fadeInFromTop {
  224. from {
  225. opacity: 0;
  226. transform: translateY(-20px); }
  227. to {
  228. opacity: 1;
  229. transform: translateY(0); } }
  230. .rectangle-1 {
  231. opacity: 0;
  232. animation: grow1 ease 1s forwards;
  233. box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important; }
  234. .rectangle-2 {
  235. opacity: 0;
  236. animation: grow2 ease 1s forwards;
  237. box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important; }
  238. .rectangle-transparent-1 {
  239. width: 500px;
  240. height: 500px;
  241. border: 15px solid rgba(255, 255, 255, 0.08);
  242. position: absolute;
  243. left: -5%;
  244. bottom: -10%;
  245. display: block;
  246. animation: floating-slow ease-in-out 12s infinite; }
  247. .rectangle-transparent-2 {
  248. width: 600px;
  249. height: 600px;
  250. border: 15px solid rgba(255, 255, 255, 0.08);
  251. position: absolute;
  252. right: -10%;
  253. top: 5%;
  254. display: block;
  255. animation: floating-slow ease-in-out 12s infinite; }
  256. .circle-1 {
  257. width: 50px;
  258. height: 50px;
  259. border: 2px solid #fff;
  260. position: absolute;
  261. display: block;
  262. border-radius: 50%;
  263. transform-origin: 50% 50%;
  264. left: 5%;
  265. top: 50%;
  266. animation: fadeInFromTop .5s linear forwards, floating ease 4s infinite; }
  267. .circle-2 {
  268. width: 70px;
  269. height: 70px;
  270. top: 20%;
  271. left: 83%;
  272. border: 2px solid #fff;
  273. position: absolute;
  274. display: block;
  275. border-radius: 50%;
  276. transform-origin: 50% 50%;
  277. animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite; }
  278. .circle-3 {
  279. top: 80%;
  280. right: 25%;
  281. width: 40px;
  282. height: 40px;
  283. border: 2px solid #fff;
  284. position: absolute;
  285. display: block;
  286. border-radius: 50%;
  287. animation: fadeInFromTop .5s linear forwards, floating ease-in-out 4s infinite; }
  288. @keyframes floating {
  289. 0% {
  290. transform: translate(0%, 0%) rotate(25deg); }
  291. 25% {
  292. transform: translate(5%, 15%) rotate(25deg); }
  293. 50% {
  294. transform: translate(10%, 5%) rotate(25deg); }
  295. 75% {
  296. transform: translate(0%, 15%) rotate(25deg); }
  297. 100% {
  298. transform: translate(0%, 0%) rotate(25deg); } }
  299. @keyframes floating-slow {
  300. 0% {
  301. transform: translate(0%, 0%) rotate(25deg); }
  302. 25% {
  303. transform: translate(1%, 3%) rotate(25deg); }
  304. 50% {
  305. transform: translate(2%, 1%) rotate(25deg); }
  306. 75% {
  307. transform: translate(0%, 3%) rotate(25deg); }
  308. 100% {
  309. transform: translate(0%, 0%) rotate(25deg); } }
  310. .triangle {
  311. position: absolute; }
  312. .triangle-1 {
  313. right: 0;
  314. animation: fadeInFromTop .5s linear forwards, floating ease-in-out 6s infinite; }
  315. .triangle-1 img {
  316. height: 50px;
  317. width: 50px;
  318. transform: rotate(30deg); }
  319. .triangle-2 {
  320. top: 30%;
  321. left: 20%;
  322. animation: fadeInFromTop .5s linear forwards, floating ease-in-out 8s infinite; }
  323. .triangle-2 img {
  324. width: 75px;
  325. height: 75px;
  326. transform: rotate(15deg); }
  327. .triangle-3 {
  328. top: 80%;
  329. left: 15%;
  330. animation: fadeInFromTop .5s linear forwards, floating ease-in-out 10s infinite; }
  331. .triangle-3 img {
  332. width: 45px;
  333. height: 45px;
  334. transform: rotate(40deg); }
  335. .triangle-4 {
  336. top: 60%;
  337. right: 15%;
  338. animation: fadeInFromTop .5s linear forwards, floating ease-in-out 5s infinite; }
  339. .triangle-4 img {
  340. width: 45px;
  341. height: 45px;
  342. transform: rotate(-40deg); }
  343. /*===== End of FORM RECTANGLE ETC ======*/
  344. /*================================
  345. = FEATURES =
  346. ================================*/
  347. .feature-item {
  348. transition: all .2s ease-in-out 0s !important; }
  349. .feature-item:hover {
  350. transform: translateY(-13px); }
  351. .progress-bar {
  352. background-color: #B5D3E8; }
  353. /*===== End of FEATURES ======*/
  354. /*=============================
  355. = TESTI =
  356. =============================*/
  357. .testi-img img {
  358. height: 60px;
  359. width: 60px !important;
  360. border-radius: 50%;
  361. display: inline-block !important; }
  362. .testi-details {
  363. text-align: left; }
  364. .testi-text {
  365. font-weight: 300;
  366. padding-top: 50px;
  367. padding-bottom: 50px; }
  368. .testi-icon {
  369. color: #B5D3E8; }
  370. .testi-content {
  371. margin-top: 80px;
  372. padding-bottom: 80px; }
  373. .testi-item {
  374. margin-left: 15px;
  375. margin-right: 15px; }
  376. .owl-dot {
  377. position: relative;
  378. display: inline-block;
  379. margin: 0 5px;
  380. width: 12px;
  381. height: 12px;
  382. cursor: pointer; }
  383. .owl-dot span {
  384. top: 0;
  385. left: 0;
  386. width: 100%;
  387. height: 100%;
  388. outline: none;
  389. border-radius: 50%;
  390. background-color: rgba(26, 112, 161, 0.3);
  391. text-indent: -999em;
  392. cursor: pointer;
  393. position: absolute;
  394. box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  395. -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  396. transition: box-shadow 0.3s ease, background-color 0.3s ease; }
  397. .owl-dot.active > span {
  398. background-color: transparent;
  399. box-shadow: 0 0 0 2px #B5D3E8; }
  400. .owl-dots {
  401. position: absolute;
  402. bottom: 0;
  403. display: block;
  404. text-align: center;
  405. left: 0;
  406. right: 0;
  407. clear: both;
  408. padding: 0;
  409. list-style: none;
  410. cursor: default;
  411. -webkit-touch-callout: none;
  412. -webkit-user-select: none;
  413. -khtml-user-select: none;
  414. -moz-user-select: none;
  415. -ms-user-select: none;
  416. user-select: none; }
  417. .heading-section {
  418. position: relative; }
  419. /*===== End of TESTI ======*/
  420. /*=================================
  421. = PORTFOLIO =
  422. =================================*/
  423. .filter-button-group {
  424. margin-bottom: 15px; }
  425. .filter-button-group a {
  426. margin: 5px;
  427. cursor: pointer; }
  428. .grid-link a {
  429. margin: 5px;
  430. font-size: 20px;
  431. color: #000; }
  432. .grid-portfolio {
  433. overflow: hidden; }
  434. .gutter-sizer {
  435. width: 2%; }
  436. .grid-sizer,
  437. .grid-item {
  438. width: 32%; }
  439. .grid-item {
  440. margin-bottom: 20px;
  441. border-radius: 5px;
  442. overflow: hidden; }
  443. .grid-item:hover .grid-info {
  444. top: 50%;
  445. opacity: 1; }
  446. .grid-item-wrapper:before {
  447. content: '';
  448. display: block;
  449. background: rgba(255, 255, 255, 0.7);
  450. position: absolute;
  451. top: 0;
  452. right: 0;
  453. bottom: 0;
  454. left: 0;
  455. transition: all .3s ease;
  456. opacity: 0; }
  457. .grid-item-wrapper:hover:before {
  458. opacity: 1; }
  459. .grid-info {
  460. position: absolute;
  461. top: 0;
  462. left: 50%;
  463. transform: translate(-50%, -50%);
  464. opacity: 0;
  465. transition: all .3s ease; }
  466. .lightcase-icon-close:before {
  467. content: '\e870';
  468. font-family: "Linearicons-Free"; }
  469. .grid-title {
  470. text-align: center; }
  471. /*===== End of PORTFOLIO ======*/
  472. /*===============================
  473. = SideNav =
  474. ===============================*/
  475. .sidenav {
  476. height: 100%;
  477. width: 0;
  478. position: fixed;
  479. z-index: 1002;
  480. top: 0;
  481. left: 0;
  482. background-color: #000;
  483. overflow-x: hidden;
  484. transition: 0.5s;
  485. padding-top: 60px;
  486. color: #fff; }
  487. .sidenav-content {
  488. padding: 8px 32px;
  489. transform: translateY(20px);
  490. opacity: 0;
  491. transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  492. .in .sidenav-content {
  493. transform: translateY(0);
  494. opacity: 1;
  495. transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s; }
  496. .sidenav a {
  497. text-decoration: none;
  498. font-size: 25px;
  499. color: #818181;
  500. display: block;
  501. transition: 0.3s; }
  502. .sidenav a:hover {
  503. color: #f1f1f1; }
  504. .sidenav #side-nav-close,
  505. .sidenav #side-search-close {
  506. position: absolute;
  507. top: 0;
  508. right: 25px;
  509. font-size: 36px;
  510. margin-left: 50px; }
  511. @media screen and (max-height: 450px) {
  512. .sidenav {
  513. padding-top: 15px; }
  514. .sidenav a {
  515. font-size: 18px; } }
  516. #side-search .form-control {
  517. background-color: transparent; }
  518. #side-search .input-group-text {
  519. background: transparent;
  520. color: #fff; }
  521. /*==============================
  522. = SKILLS =
  523. ==============================*/
  524. .skill-item {
  525. width: 100%;
  526. position: relative;
  527. padding: 10px 0; }
  528. .skill-item p {
  529. font-size: 16px;
  530. text-transform: uppercase;
  531. display: inline-block;
  532. font-weight: 500; }
  533. .skill-item .text-muted {
  534. color: #939393; }
  535. .progress-bar, .progress {
  536. transition: all 4s; }
  537. /*===== End of SKILLS ======*/
  538. /*============================
  539. = BLOG =
  540. ============================*/
  541. .blog-item {
  542. transition: all 0.3s ease-in-out;
  543. background-color: #f7f8f9;
  544. border-radius: 3px;
  545. overflow: hidden; }
  546. .blog-item:hover {
  547. box-shadow: 0 5px 15px -5px #333;
  548. transform: translateY(-6px);
  549. -webkit-transform: translateY(-6px);
  550. -moz-transform: translateY(-6px);
  551. transform: translateY(-6px);
  552. box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  553. -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  554. -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15); }
  555. .bg-grey .blog-item {
  556. background-color: #fff; }
  557. .blog-item-wrapper {
  558. margin-bottom: 30px; }
  559. .blog-img img {
  560. width: 100%;
  561. height: 250px;
  562. object-fit: cover; }
  563. .blog-title h4 {
  564. color: #000; }
  565. .blog-text {
  566. padding: 15px; }
  567. .blog-tag {
  568. color: #000;
  569. letter-spacing: 1.1px;
  570. text-transform: uppercase; }
  571. .blog-meta {
  572. color: #939393; }
  573. .blog-meta p {
  574. display: inline-block;
  575. font-size: 14px; }
  576. .blog-meta a {
  577. color: #939393; }
  578. .blog-author {
  579. display: inline-block;
  580. color: #939393; }
  581. .blog-author p {
  582. font-size: 14px;
  583. margin-bottom: 0; }
  584. .blog-share-wrapper {
  585. float: right;
  586. display: inline-block;
  587. margin: 0 -5px; }
  588. .blog-share-wrapper .blog-share {
  589. padding: 0 5px;
  590. cursor: pointer; }
  591. .blog-content img.float-left {
  592. margin: 15px 15px 15px 0; }
  593. .blog-content .img.float-right {
  594. margin: 15px 0 15px 15px; }
  595. /*===== End of BLOG ======*/
  596. /*====================================
  597. = FORM CONTROL =
  598. ====================================*/
  599. .form-control:focus {
  600. border-color: #B5D3E8;
  601. box-shadow: 0 0 0 0.2rem rgba(253, 101, 90, 0.25); }
  602. .form-control::-webkit-input-placeholder {
  603. opacity: .5; }
  604. .form-control::-moz-placeholder {
  605. opacity: .5; }
  606. .form-control:-ms-input-placeholder {
  607. opacity: .5; }
  608. .form-control::-ms-input-placeholder {
  609. opacity: .5; }
  610. .form-control::placeholder {
  611. opacity: .5; }
  612. /*===== End of FORM CONTROL ======*/
  613. /*==============================
  614. = CLIENT =
  615. ==============================*/
  616. .client-slider .owl-nav {
  617. display: none; }
  618. .client-slider .client-item {
  619. padding: 0 40px; }
  620. /*===== End of CLIENT ======*/
  621. /*==================================
  622. = RESPONSIVE =
  623. ==================================*/
  624. @media (max-width: 992px) {
  625. .not-on-top #header-navbar {
  626. position: fixed;
  627. top: 0;
  628. height: auto;
  629. width: 100%;
  630. background: #B5D3E7;
  631. /* fallback for old browsers */
  632. background: -webkit-linear-gradient(to right, #21465f, #B5D3E7);
  633. /* Chrome 10-25, Safari 5.1-6 */
  634. background: linear-gradient(to right, #21465f, #B5D3E7);
  635. /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  636. z-index: 11; }
  637. #header-navbar {
  638. padding-top: 15px !important;
  639. padding-bottom: 15px !important; }
  640. .navbar-transparent .navbar-collapse {
  641. background: #B5D3E7;
  642. /* fallback for old browsers */
  643. background: -webkit-linear-gradient(to right, #21465f, #B5D3E7);
  644. /* Chrome 10-25, Safari 5.1-6 */
  645. background: linear-gradient(to right, #21465f, #B5D3E7);
  646. /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  647. padding: 10px; } }
  648. @media (max-width: 767px) {
  649. .jumbotron h1 {
  650. font-size: 10vw; }
  651. .grid-item {
  652. width: 100%; }
  653. .progress {
  654. height: 30px;
  655. font-size: 16px; }
  656. }
  657. @media (max-width: 342px) {
  658. .text-center {
  659. text-align: justify !important;
  660. }
  661. .display-1 {
  662. text-align: center;
  663. }
  664. }
  665. /*===== End of RESPONSIVE ======*/