style.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  1. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);
  2. @import url(https://fonts.googleapis.com/css?family=Raleway:400,900,700,600,500,300,200,100,800);
  3. @import url(https://fonts.googleapis.com/css?family=Lobster);
  4. @import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
  5. /*@import url(https://fonts.googleapis.com/css?family=Playball);*/
  6. body{
  7. overflow-x: hidden;
  8. font-family: 'Open Sans', sans-serif;
  9. position: relative;
  10. color: #496174;
  11. }
  12. h1, h2, h3, h4, h5, h6 {
  13. color: #496174;
  14. }
  15. p{
  16. font-family: 'Open Sans', sans-serif;
  17. font-size: 12.5px;
  18. line-height: 20px;
  19. font-weight: 100;
  20. }
  21. *{
  22. outline-color: transparent !important;
  23. }
  24. /*===== common ====*/
  25. .bg-color{
  26. background-color: #01BF86 !important;
  27. }
  28. section{
  29. padding-top: 80px;
  30. padding-bottom: 80px;
  31. }
  32. .p-l-0{
  33. padding-left: 0;
  34. }
  35. .p-l-r-0{
  36. padding-left: 0;
  37. padding-right: 0;
  38. }
  39. .tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
  40. .small-tag {
  41. color: #777;
  42. font-family: "Raleway",sans-serif;
  43. font-size: 11px;
  44. font-weight: 400;
  45. letter-spacing: 1px;
  46. margin-bottom: 5px;
  47. text-transform: uppercase;
  48. }
  49. h1.section-title {
  50. position: relative;
  51. font-family: "Raleway",sans-serif;
  52. font-size: 30px;
  53. font-weight: 800;
  54. margin-bottom: 30px;
  55. margin-top: 0;
  56. display: inline-block;
  57. text-transform: uppercase;
  58. word-spacing: 5px;
  59. }
  60. h1.section-title::after {
  61. border: 4px solid #01bf86;
  62. border-radius: 10px;
  63. content: "";
  64. display: inline-block;
  65. margin-left: 3px;
  66. position: absolute;
  67. bottom: 7px;
  68. width: 5px;
  69. }
  70. .section-para{
  71. color: #999;
  72. margin-left: auto;
  73. margin-right: auto;
  74. margin-bottom: 80px;
  75. }
  76. .btn.btn-default {
  77. background-color: #01bf86;
  78. border-color: transparent;
  79. border-radius: 30px;
  80. color: #fff;
  81. font-size: 13px;
  82. margin-bottom: 10px;
  83. margin-right: 10px;
  84. padding: 12px 25px;
  85. text-transform: uppercase;
  86. word-spacing: 3px;
  87. }
  88. .btn.btn-primary{
  89. background-color: transparent;
  90. color: #fff;
  91. border-color: #fff;
  92. margin-bottom: 10px;
  93. border-radius: 30px;
  94. margin-right: 10px;
  95. padding: 12px 25px;
  96. text-transform: uppercase;
  97. font-size: 13px
  98. }
  99. .btn.btn-default:hover,
  100. .btn.btn-primary:hover{
  101. background-color: #496174;
  102. border-color: #496174;
  103. color: #fff;
  104. }
  105. .btn.btn-primary,
  106. .btn.btn-default,
  107. .what-we-do .do-box,
  108. .service-overflow {
  109. -webkit-transition: all 0.4s ease-in-out;
  110. -moz-transition: all 0.4s ease-in-out;
  111. -ms-transition: all 0.4s ease-in-out;
  112. -o-transition: all 0.4s ease-in-out;
  113. transition: all 0.4s ease-in-out;
  114. }
  115. .expert-overflow,
  116. .service-overflow, .intro,
  117. single-work span i.fa{
  118. display: -webkit-box;
  119. display: -webkit-flex;
  120. display: -ms-flexbox;
  121. display: flex;
  122. -webkit-box-orient: vertical;
  123. -webkit-box-direction: normal;
  124. -webkit-flex-direction: column;
  125. -ms-flex-direction: column;
  126. flex-direction: column;
  127. -webkit-box-pack: center;
  128. -webkit-justify-content: center;
  129. -ms-flex-pack: center;
  130. justify-content: center;
  131. -webkit-box-align: center;
  132. -webkit-align-items: center;
  133. -ms-flex-align: center;
  134. }
  135. /*===== header ====*/
  136. header{
  137. height: 70px;
  138. }
  139. .navbar.default-menu{
  140. border-radius: 0;
  141. border: 0;
  142. margin-bottom: 0;
  143. min-height: 70px;
  144. background-color: #fff;
  145. border-bottom: 2px solid #0CB88E;
  146. box-shadow: inset 0 1px #fff, 0 2px 5px rgba(34,25,25,0.4);
  147. -moz-box-shadow: inset 0 1px #fff, 0 2px 5px rgba(34,25,25,0.4);
  148. -webkit-box-shadow: inset 0 1px #fff, 0 2px 5px rgba(34,25,25,0.4);
  149. }
  150. .default-logo i.fa{
  151. float: left;
  152. font-size: 50px;
  153. line-height: 0.8;
  154. margin-right: 10px;
  155. }
  156. .default-logo {
  157. font-family: 'Titillium Web', sans-serif;
  158. font-size: 25px;
  159. font-weight: 100;
  160. line-height: 48px;
  161. padding: 11px 15px 15px;
  162. text-transform: uppercase;
  163. }
  164. .default-logo img{
  165. width: 105px;
  166. float: left;
  167. margin-right: 10px;
  168. }
  169. .default-menu.navbar-default .navbar-toggle {
  170. border-radius: 0;
  171. border-width: 2px;
  172. margin-top: 16px;
  173. margin-bottom: 16px;
  174. }
  175. .default-menu.navbar-default .navbar-nav > li > a{
  176. font-size: 11px;
  177. font-weight: 600;
  178. letter-spacing: 0;
  179. color: #476B78;
  180. line-height: 40px !important;
  181. font-family: "Raleway",sans-serif;
  182. letter-spacing: 0.3px;
  183. padding: 15px;
  184. text-transform: uppercase;
  185. }
  186. .default-menu.navbar-default .navbar-nav > li:last-child > a{
  187. padding-right: 0;
  188. }
  189. .default-menu.navbar-default .navbar-nav > li > a i{
  190. position: relative;
  191. line-height: 40px;
  192. }
  193. .default-menu.navbar-default .navbar-nav > li > a:active,
  194. .default-menu.navbar-default .navbar-nav > li > a:focus,
  195. .default-menu.navbar-default .navbar-nav > li > a:hover{
  196. color: #01BF86;
  197. }
  198. .default-menu.navbar-default .navbar-nav > .active > a,
  199. .default-menu.navbar-default .navbar-nav > .active > a:focus,
  200. .default-menu.navbar-default .navbar-nav > .active > a:hover{
  201. background-color: transparent;
  202. color: #01BF86;
  203. }
  204. .btn.btn-default.navbar-btn {
  205. background-color: #01bf86;
  206. border-radius: 4px;
  207. color: #ffffff;
  208. font-weight: 600;
  209. margin-top: 16px;
  210. padding: 8px 15px;
  211. }
  212. .btn.btn-default.navbar-btn:hover{
  213. color: #fff;
  214. background-color: #01BF86;
  215. border-color: transparent;
  216. }
  217. /* media quaries */
  218. @media screen and (max-width: 768px){
  219. .default-menu.navbar-default .navbar-nav > li > a{
  220. line-height: 12px;
  221. }
  222. .default-menu .navbar-nav > li .nav-search{
  223. border-color: rgba(153, 153, 153, 0.1);
  224. }
  225. .nav-search .form-control{
  226. text-align: center;
  227. width: 100%;
  228. padding-left: 40px;
  229. padding-right: 20px;
  230. }
  231. .nav-search .form-group i {
  232. color: #999;
  233. font-size: 12px;
  234. left: 20px;
  235. }
  236. .default-menu.navbar-default .navbar-nav > li:last-child > a{
  237. padding-left: 20px !important;
  238. }
  239. .default-menu.navbar-default .navbar-nav > li:first-child > a{
  240. padding-left: 20px !important;
  241. }
  242. }
  243. .default-menu.menu-4{
  244. border-bottom: 0;
  245. }
  246. .default-menu.menu-4 .default-logo{
  247. color: #496174;
  248. }
  249. .default-menu.menu-4 .navbar-nav > li > a{
  250. color: #999;
  251. }
  252. .default-menu.menu-4 .navbar-nav > li > a:before,
  253. .default-menu.menu-4 .navbar-nav > li > a:after{
  254. color: transparent;
  255. font-size: 13px;
  256. position: absolute;
  257. transition: all 0.5s ease-in-out;
  258. margin-top: -1px;
  259. }
  260. .default-menu.menu-4 .dropdown-menu{
  261. margin-top: 0 !important;
  262. }
  263. @media screen and (max-width: 768px){
  264. .default-menu.menu-4 .navbar-nav > li > a:hover:after,
  265. .default-menu.menu-4 .navbar-nav > li > a:hover:before{
  266. color: transparent;
  267. }
  268. }
  269. /*===== intro ====*/
  270. .intro{
  271. height: 100vh;
  272. background: url("../images/intro-bg.jpg") no-repeat fixed top center/ cover;
  273. }
  274. .intro-content > h1 {
  275. color: #fff;
  276. font-size: 40px;
  277. font-weight: 900;
  278. margin-bottom: 25px;
  279. text-transform: uppercase;
  280. }
  281. .intro-content > a > i.lnr{
  282. font-size: 10px;
  283. margin-left: 5px;
  284. }
  285. .intro-content > p {
  286. color: #f8f8f8;
  287. font-size: 15px;
  288. font-style: italic;
  289. line-height: 1.5;
  290. margin-bottom: 45px;
  291. max-width: 450px;
  292. }
  293. .intro .carousel-indicators {
  294. bottom: 0;
  295. margin-bottom: -20%;
  296. }
  297. .intro .carousel-indicators li {
  298. background-color: #01BF86;
  299. border: 2px solid #01BF86;
  300. height: 15px;
  301. width: 15px;
  302. margin: 4px;
  303. }
  304. .intro .carousel-indicators .active {
  305. background-color: #fff;
  306. border: 3px solid #fff !important;
  307. height: 13px;
  308. margin: 5px;
  309. width: 13px;
  310. }
  311. /*===== our-sponsors ====*/
  312. .our-sponsors{
  313. background-color: #F3F6FA;
  314. }
  315. .sponsor-logo{
  316. margin-bottom: 40px;
  317. }
  318. .people{
  319. position: relative;
  320. background: #ffffff;
  321. padding: 20px 25px;
  322. margin-bottom: 110px;
  323. }
  324. .people::before {
  325. border-left: 12px solid transparent;
  326. border-right: 12px solid transparent;
  327. border-top: 20px solid #ffffff;
  328. bottom: -20px;
  329. content: "";
  330. display: inline-block;
  331. left: 41px;
  332. position: absolute;
  333. width: 20px;
  334. }
  335. .people .media {
  336. position: absolute;
  337. bottom: -85px;
  338. }
  339. .people .media img{
  340. width: 55px;
  341. height: 55px;
  342. border-radius: 50%;
  343. }
  344. .people .media-body strong{
  345. color: #999;
  346. font-weight: 400;
  347. }
  348. .people p{
  349. font-size: 15px;
  350. font-style: italic;
  351. font-weight: 100;
  352. line-height: 1.6;
  353. }
  354. .people .media-body h3{
  355. font-size: 18px;
  356. font-weight: 600;
  357. margin-top: 8px;
  358. margin-bottom: 3px;
  359. }
  360. /*===== what we do ====*/
  361. .service .media-heading {
  362. font-size: 18px;
  363. font-weight: 600;
  364. margin-bottom: 15px;
  365. }
  366. .service .media-left {
  367. padding-right: 18px;
  368. }
  369. .service .media-left .lnr {
  370. color: #01BF86 !important;
  371. font-size: 25px;
  372. }
  373. .service .media{
  374. margin-bottom: 40px;
  375. }
  376. /*===== about us ====*/
  377. /*===== about us ====*/
  378. .about-us{
  379. background-color: #F3F6FA;
  380. padding-bottom: 50px;
  381. }
  382. .about-us .section-title{
  383. margin-top: 80px;
  384. position: relative;
  385. }
  386. .default-bg{
  387. background-color: #01BF86;
  388. }
  389. .about-content > p{
  390. color: #707070;
  391. font-size: 16px;
  392. margin-bottom: 35px;
  393. line-height: 1.7;
  394. font-weight: 100;
  395. }
  396. /*===== our service ====*/
  397. .work .single-work img{
  398. width: 100%;
  399. }
  400. .single-work{
  401. position: relative;
  402. margin-bottom: 30px;
  403. }
  404. .single-work img{
  405. display: block;
  406. margin-left: auto;
  407. margin-right: auto;
  408. }
  409. .owl-theme .owl-controls .owl-page span {
  410. background: #01BF86;
  411. opacity: 0.3;
  412. border-radius: 0;
  413. height: 4px;
  414. width: 25px;
  415. -moz-transform: skewX(-45deg) skewY(0deg);
  416. -webkit-transform: skewX(-45deg) skewY(0deg);
  417. -o-transform: skewX(-45deg) skewY(0deg);
  418. -ms-transform: skewX(-45deg) skewY(0deg);
  419. transform: skewX(-45deg) skewY(0deg);
  420. }
  421. .owl-theme .owl-controls {
  422. margin-top: 35px;
  423. }
  424. .service-overflow{
  425. width: 100%;
  426. height: 100%;
  427. background-color: rgba(1, 191, 134, 0.8);
  428. position: absolute;
  429. bottom: 0;
  430. opacity: 0;
  431. }
  432. .single-work::before {
  433. border-right: 35px solid transparent;
  434. border-top: 35px solid #fff;
  435. content: "";
  436. display: inline-block;
  437. left: 0;
  438. opacity: 1;
  439. position: absolute;
  440. top: 0;
  441. z-index: 1000;
  442. }
  443. .single-work:hover .service-overflow{
  444. opacity: 1;
  445. }
  446. .service-overflow h3{
  447. color: #01BF86;
  448. margin-top: 0;
  449. }
  450. .service-overflow p{
  451. color: #888;
  452. margin: 0 auto;
  453. max-width: 260px;
  454. }
  455. .work-links i {
  456. border: 1px solid #ffffff;
  457. border-radius: 0;
  458. color: #ffffff;
  459. cursor: pointer;
  460. display: block;
  461. font-size: 15px;
  462. height: 45px;
  463. padding-top: 14px;
  464. text-align: center;
  465. width: 45px;
  466. }
  467. .work-links i:hover {
  468. border-color: transparent;
  469. background-color: rgba(73, 97, 116, 0.9);
  470. color: #ffffff;
  471. }
  472. .work-links.list-inline > li {
  473. display: block-inline;
  474. }
  475. /*===== extra feature ====*/
  476. .extra-feature{
  477. padding-top: 100px;
  478. overflow: hidden;
  479. }
  480. .extra-feature .section-title{
  481. line-height: 1.3;
  482. }
  483. .extra-feature .section-title > span{
  484. color: #01BF86;
  485. }
  486. .extra-feature p{;
  487. margin-bottom: 30px;
  488. }
  489. .extra-feature .btn.btn-default{
  490. margin-bottom: 30px;
  491. }
  492. .e-feature{
  493. position: relative;
  494. height: 540px;
  495. }
  496. .feature-img {
  497. bottom: 0;
  498. top: 30px;
  499. width: 100%;
  500. }
  501. .platform{
  502. margin-bottom: 60px;
  503. }
  504. .platform.list-inline > li span{
  505. display: block;
  506. font-size: 15px;
  507. font-weight: 600;
  508. color: #466B77;
  509. margin-top: 15px;
  510. }
  511. .platform.list-inline > li {
  512. padding-left: 20px;
  513. padding-right: 20px;
  514. }
  515. .platform i {
  516. color: #01BF86;
  517. background: transparent;
  518. cursor: pointer;
  519. font-size: 31px;
  520. text-align: center;
  521. }
  522. /*===== our experts ====*/
  523. .our-experts{
  524. background-color: #F6F6F6;
  525. }
  526. .our-experts .btn.btn-primary{
  527. margin-bottom: 30px;
  528. }
  529. .our-experts .expert-box img{
  530. display: block;
  531. margin-left: auto;
  532. margin-right: auto;
  533. }
  534. .our-experts .expert-box img {
  535. width: 100%;
  536. }
  537. .expert-overflow{
  538. background-color: rgba(1, 191, 134, 0.8);
  539. position: absolute;
  540. width: 100%;
  541. height: 100%;
  542. bottom: -100%;
  543. -webkit-transition: all 0.6s ease-in-out;
  544. -moz-transition: all 0.6s ease-in-out;
  545. -ms-transition: all 0.4s ease-in-out;
  546. -o-transition: all 0.4s ease-in-out;
  547. transition: all 0.6s ease-in-out;
  548. }
  549. .expert-box{
  550. position: relative;
  551. overflow: hidden;
  552. }
  553. .expert-overflow .list-inline > li {
  554. display: inline-block;
  555. padding-left: 2px;
  556. padding-right: 2px;
  557. }
  558. .our-experts .expert-box:hover .expert-overflow{
  559. bottom: 0;
  560. }
  561. .expert-overflow i {
  562. border: 1px solid #ffffff;
  563. color: #ffffff;
  564. cursor: pointer;
  565. font-size: 13px;
  566. height: 40px;
  567. padding-top: 13px;
  568. width: 40px;
  569. border-radius: 50%;
  570. }
  571. .expert-overflow i:hover{
  572. background-color: #496174;
  573. border-color: transparent;
  574. }
  575. .expert-overflow .list-inline{
  576. margin: 0;
  577. }
  578. .expert-box .name-plate{
  579. background-color: #ffffff;
  580. display: inline-block;
  581. width: 100%;
  582. position: relative;
  583. padding: 10px 10px 20px;
  584. z-index: 1000;
  585. }
  586. h3.expert-name {
  587. display: block;
  588. font-size: 18px;
  589. font-weight: 800;
  590. letter-spacing: 0;
  591. line-height: 0;
  592. margin-bottom: 14px;
  593. margin-top: 20px;
  594. text-transform: uppercase;
  595. }
  596. strong.expert-tag{
  597. font-weight: 400;
  598. font-style: italic;
  599. font-size: 13px;
  600. }
  601. /*===== talk about us ====*/
  602. .talk-about-us{
  603. padding-bottom: 110px;
  604. padding-top: 100px;
  605. }
  606. .talk-about-us strong{
  607. color: #01BF86;
  608. font-weight: 600;
  609. font-style: italic;
  610. }
  611. .talk-about-us .item > img{
  612. width: 80px;
  613. height: 80px;
  614. margin: 0 auto;
  615. border-radius: 50%;
  616. border: 2px solid #ccc;
  617. margin-bottom: 10px;
  618. }
  619. .talk-about-us .item > p{
  620. max-width: 650px;
  621. margin: 0 auto;
  622. line-height: 1.9;
  623. margin-bottom: 20px;
  624. }
  625. .talk-about-us .carousel-indicators > li {
  626. background-color: #dcdcdc;
  627. border: 0 none;
  628. height: 10px;
  629. margin: 1px;
  630. width: 10px;
  631. border-radius: 0;
  632. margin: 0 5px;
  633. -moz-transform: rotate(45deg);
  634. -webkit-transform: rotate(45deg);
  635. -o-transform: rotate(45deg);
  636. -ms-transform: rotate(45deg);
  637. transform: rotate(45deg);
  638. }
  639. .talk-about-us .carousel-indicators li.active {
  640. background-color: #01BF86;
  641. }
  642. .talk-about-us .carousel-indicators {
  643. bottom: -70px;
  644. }
  645. /*===== our client ====*/
  646. .support{
  647. background: #01BF86;
  648. padding: 40px 0;
  649. }
  650. .support .media-left, .media > .pull-left > i{
  651. font-size: 40px;
  652. color: #ffffff;
  653. }
  654. .support .media-left, .media > .pull-left {
  655. padding-right: 20px;
  656. }
  657. .support .media-body{
  658. border-left: 1px solid #fff;
  659. padding-left: 20px;
  660. }
  661. .support h3 {
  662. color: #fff;
  663. display: block;
  664. font-size: 17px;
  665. font-weight: 800;
  666. line-height: 1;
  667. margin-bottom: 5px;
  668. margin-top: 7px;
  669. text-transform: uppercase;
  670. }
  671. .support p {
  672. color: #eee;
  673. font-size: 13px;
  674. font-weight: 600;
  675. }
  676. /*===== contact ====*/
  677. .contact{
  678. padding-top: 90px;
  679. }
  680. .contact .section-title{
  681. margin-bottom: 30px;
  682. }
  683. .contact .border{
  684. margin-bottom: 45px;
  685. }
  686. .contact .form-group{
  687. margin-bottom: 22px;
  688. }
  689. .contact .form-control {
  690. background-color: transparent;
  691. background-image: none;
  692. border-radius: 0;
  693. box-shadow: none;
  694. color: #555;
  695. font-size: 13px;
  696. height: 45px;
  697. padding: 10px 15px;
  698. width: 100%;
  699. }
  700. .contact .btn{
  701. margin-top: 20px;
  702. }
  703. .contact .textarea {
  704. min-height: 178px;
  705. width: 100% ;
  706. }
  707. .social-links {
  708. margin-bottom: 10px;
  709. margin-left: 0;
  710. margin-top: 15px;
  711. }
  712. .social-links .fa {
  713. color: #01bf86 ;
  714. cursor: pointer;
  715. height: 40px;
  716. padding-top: 13px;
  717. text-align: center;
  718. width: 40px;
  719. border: 1px solid #01bf86 ;
  720. }
  721. .social-links .fa:hover{
  722. color: #ffffff;
  723. background-color: #496174;
  724. border-color: transparent;
  725. }
  726. /*===== footer ====*/
  727. .footer{
  728. background-color: #333;
  729. padding: 5px 0;
  730. }
  731. .footer p a{
  732. color: #01bf86;
  733. text-decoration: none;
  734. }
  735. .footer p{
  736. color: #707070;
  737. color: #aaa;
  738. line-height: 2.5;
  739. font-size: 12px;
  740. margin-bottom: 0px
  741. }
  742. .footer span i.lnr {
  743. background-color: #01BF86;
  744. color: #fff;
  745. cursor: pointer;
  746. float: right;
  747. font-size: 16px;
  748. height: 30px;
  749. margin-top: 0;
  750. padding: 7px;
  751. width: 30px;
  752. }