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

newStyle.css 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617
  1. /*--------------------------------------------------------------
  2. # General
  3. --------------------------------------------------------------*/
  4. @font-face {
  5. font-family: "Playlist-Script";
  6. src: url("../webfonts/Playlist-Script.ttf.woff") format("woff"),
  7. url("../webfonts/Playlist-Script.ttf.svg#Playlist-Script") format("svg"),
  8. url("../webfonts/Playlist-Script.ttf.eot"),
  9. url("../webfonts/Playlist-Script.ttf.eot?#iefix")
  10. format("embedded-opentype");
  11. font-weight: normal;
  12. font-style: normal;
  13. }
  14. @font-face {
  15. font-family: "Muli";
  16. src: url("../webfonts//Muli-Regular.woff") format("woff");
  17. font-weight: 500;
  18. }
  19. /* @import url("https://fonts.googleapis.com/css?family=Muli&display=swap"); */
  20. .uniSelect {
  21. border-color: rgb(27, 117, 187);
  22. border-width: 2px;
  23. font-family: "Muli";
  24. color: rgb(118, 118, 118);
  25. padding-left: 10px;
  26. text-transform: uppercase;
  27. font-size: 15px;
  28. font-weight: 400;
  29. }
  30. .uniSelect option {
  31. color: rgb(118, 118, 118);
  32. font-family: inherit;
  33. text-transform: inherit;
  34. }
  35. .uniSelectLabel {
  36. position: absolute;
  37. z-index: 2;
  38. margin-left: 15px;
  39. margin-top: 7px;
  40. font-family: "muli";
  41. font-size: 15px;
  42. color: rgb(118, 118, 118);
  43. pointer-events: none;
  44. text-transform: uppercase;
  45. }
  46. .quillWrapper .ql-snow.ql-toolbar {
  47. border-left-width: 2px;
  48. border-top-width: 2px;
  49. border-right-width: 2px;
  50. border-left-color: #1b75bb;
  51. border-top-color: #1b75bb;
  52. border-right-color: #1b75bb;
  53. font-family: "Muli";
  54. }
  55. .ql-toolbar.ql-snow + .ql-container.ql-snow {
  56. border-left-width: 2px;
  57. border-bottom-width: 2px;
  58. border-right-width: 2px;
  59. border-left-color: #1b75bb;
  60. border-bottom-color: #1b75bb;
  61. border-right-color: #1b75bb;
  62. font-family: "Muli";
  63. font-size: 15px;
  64. font-weight: 400;
  65. }
  66. .uniInput {
  67. border-width: 2px;
  68. border-color: #1b75bb;
  69. padding: 10px 14px;
  70. box-shadow: none;
  71. font-size: 15px;
  72. font-weight: 400;
  73. font-family: "Muli";
  74. }
  75. body {
  76. color: #444;
  77. font-family: "Muli";
  78. }
  79. #main {
  80. color: rgb(68, 68, 68);
  81. display: block;
  82. font-family: "Muli";
  83. font-size: 16px;
  84. text-align: left;
  85. background-color: white;
  86. line-height: 24px;
  87. height: 100%;
  88. }
  89. p {
  90. color: #444;
  91. font-family: "Muli";
  92. font-size: 16px;
  93. }
  94. a {
  95. color: #1b75bb;
  96. transition: 0.5s;
  97. font-family: "Muli";
  98. }
  99. a:hover,
  100. a:active,
  101. a:focus {
  102. color: #1b75bb;
  103. outline: none;
  104. text-decoration: none;
  105. }
  106. p {
  107. padding: 0;
  108. margin: 0 0 20px 0;
  109. text-align: center;
  110. }
  111. h1 {
  112. font-family: "Playlist-Script";
  113. color: #1b75bb;
  114. margin: 0 0 20px 0;
  115. padding: 0;
  116. font-weight: 500;
  117. }
  118. h2 {
  119. font-family: "Playlist-Script";
  120. color: #444;
  121. margin: 0 0 20px 0;
  122. padding: 0;
  123. font-weight: 500;
  124. }
  125. h3 {
  126. font-family: "Muli";
  127. color: #1b75bb;
  128. text-align: center;
  129. font-size: 32px;
  130. margin: 0 0 20px 0;
  131. padding: 0;
  132. text-align: center;
  133. font-weight: 500;
  134. }
  135. /* Back to top button */
  136. .back-to-top {
  137. position: fixed;
  138. display: none;
  139. background: #1b75bb;
  140. color: #fff;
  141. padding: 6px 12px 9px 12px;
  142. font-size: 16px;
  143. border-radius: 2px;
  144. right: 15px;
  145. bottom: 15px;
  146. transition: background 0.5s;
  147. }
  148. .back-to-top:focus {
  149. background: #1b75bb;
  150. color: #fff;
  151. outline: none;
  152. }
  153. .back-to-top:hover {
  154. background: #0c2e8a;
  155. color: #fff;
  156. }
  157. /*--------------------------------------------------------------
  158. # Header
  159. --------------------------------------------------------------*/
  160. #topbar {
  161. background: #fff;
  162. padding: 10px 0;
  163. font-size: 14px;
  164. }
  165. #topbar .contact-info a {
  166. line-height: 1;
  167. color: #1b75bb;
  168. }
  169. #topbar .contact-info a:hover {
  170. color: #1b75bb;
  171. }
  172. #topbar .contact-info i {
  173. color: #1b75bb;
  174. padding: 4px;
  175. }
  176. #topbar .contact-info .fa-phone {
  177. padding-left: 20px;
  178. border-left: 1px solid #1b75bb;
  179. }
  180. #topbar .social-links a {
  181. color: #1b75bb;
  182. padding: 4px 20px;
  183. display: inline-block;
  184. line-height: 1px;
  185. border-right: 1px solid #1b75bb;
  186. }
  187. #topbar .social-links a:hover {
  188. color: #1b75bb;
  189. }
  190. #topbar .social-links a:first-child {
  191. border-left: 1px solid #1b75bb;
  192. }
  193. #header {
  194. min-height: 120px;
  195. transition: all 0.5s;
  196. z-index: 997;
  197. background: #fff;
  198. box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  199. }
  200. #header #logo h1 {
  201. font-size: 42px;
  202. margin: 0;
  203. padding: 0;
  204. line-height: 1;
  205. font-family: "Muli";
  206. font-weight: 700;
  207. }
  208. #header #logo h1 a {
  209. color: #0c2e8a;
  210. line-height: 1;
  211. display: inline-block;
  212. }
  213. #header #logo h1 a span {
  214. color: #1b75bb;
  215. }
  216. #header #logo img {
  217. height: 100px;
  218. padding: 0;
  219. margin: 0;
  220. }
  221. /*--------------------------------------------------------------
  222. # Calculator Modal
  223. --------------------------------------------------------------*/
  224. .modal-dialog {
  225. position: fixed;
  226. margin: auto;
  227. width: 320px;
  228. right: 0px;
  229. height: 100%;
  230. }
  231. .modal-content {
  232. height: 100%;
  233. overflow-y: auto;
  234. }
  235. .modal-body {
  236. padding: 15px 30px;
  237. }
  238. /*--------------------------------------------------------------
  239. # Intro Section
  240. --------------------------------------------------------------*/
  241. #intro {
  242. width: 100%;
  243. position: relative;
  244. background-size: cover;
  245. }
  246. #intro .intro-content {
  247. position: absolute;
  248. margin-top: 6%;
  249. margin-left: -15px;
  250. z-index: 10;
  251. display: inline-block;
  252. padding: 30px;
  253. border-radius: 2px;
  254. transition: 0.5s;
  255. background-color: rgba(255, 255, 255, 0.6);
  256. text-align: left;
  257. width: 100%;
  258. }
  259. #intro .intro-content h2 {
  260. padding-top: 30px;
  261. color: #1b75bb;
  262. font-size: 55px;
  263. }
  264. #intro .intro-content p {
  265. padding: 10px;
  266. text-align: left;
  267. }
  268. #intro #intro-carousel {
  269. z-index: 8;
  270. }
  271. #intro #intro-carousel::before {
  272. content: "";
  273. position: absolute;
  274. height: 100%;
  275. width: 100%;
  276. top: 0;
  277. right: 0;
  278. left: 0;
  279. bottom: 0;
  280. z-index: 7;
  281. }
  282. #intro #intro-carousel .item {
  283. height: 550px;
  284. object-fit: cover;
  285. display: block;
  286. background-size: center;
  287. background-position: center center;
  288. background-repeat: no-repeat;
  289. background-attachment: fixed;
  290. transition-property: opacity;
  291. }
  292. /* Extra small devices (phones, 600px and down) */
  293. @media only screen and (max-width: 600px) {
  294. #intro #intro-carousel .item {
  295. height: 750px;
  296. }
  297. }
  298. /* Small devices (portrait tablets and large phones, 600px and up) */
  299. @media only screen and (min-width: 600px) {
  300. #intro #intro-carousel .item {
  301. height: 660px;
  302. }
  303. }
  304. /* Medium devices (landscape tablets, 768px and up) */
  305. @media only screen and (min-width: 768px) {
  306. #intro #intro-carousel .item {
  307. height: 550px;
  308. }
  309. }
  310. /* Large devices (laptops/desktops, 992px and up) */
  311. @media only screen and (min-width: 992px) {
  312. }
  313. /* Extra large devices (large laptops and desktops, 1200px and up) */
  314. @media only screen and (min-width: 1200px) {
  315. }
  316. /*--------------------------------------------------------------
  317. # Buttons
  318. --------------------------------------------------------------*/
  319. .btn-white-border,
  320. .btn-solid-blue {
  321. font-family: "Muli";
  322. font-size: 15px;
  323. letter-spacing: 1px;
  324. display: inline-block;
  325. padding: 10px 32px;
  326. border-radius: 2px;
  327. transition: 0.5s;
  328. margin: 10px;
  329. color: #fff;
  330. }
  331. .btn-white-border {
  332. color: #1b75bb !important;
  333. background-color: #fff;
  334. border: 2px solid #1b75bb;
  335. }
  336. .btn-white-border:hover {
  337. background: #1b75bb;
  338. color: #fff !important;
  339. }
  340. .btn-solid-blue {
  341. background: #1b75bb;
  342. border: 2px solid #1b75bb;
  343. }
  344. .btn-solid-blue:hover {
  345. background: #fff;
  346. color: #1b75bb !important;
  347. }
  348. /*--------------------------------------------------------------
  349. # Navigation Menu
  350. --------------------------------------------------------------*/
  351. /* Nav Menu Essentials */
  352. .nav-menu,
  353. .nav-menu * {
  354. margin: 0;
  355. padding: 0;
  356. list-style: none;
  357. }
  358. .nav-menu ul {
  359. position: absolute;
  360. display: none;
  361. top: 100%;
  362. right: 0;
  363. z-index: 99;
  364. }
  365. .nav-menu li {
  366. position: relative;
  367. white-space: nowrap;
  368. }
  369. .nav-menu > li {
  370. float: left;
  371. }
  372. .nav-menu li:hover > ul,
  373. .nav-menu li.sfHover > ul {
  374. display: block;
  375. }
  376. .nav-menu ul ul {
  377. top: 0;
  378. left: 100%;
  379. }
  380. .nav-menu ul li {
  381. min-width: 180px;
  382. }
  383. .nav-menu .btn-solid-blue {
  384. color: #fff;
  385. }
  386. /* Nav Menu Arrows */
  387. .sf-arrows .sf-with-ul {
  388. padding-right: 22px;
  389. }
  390. .sf-arrows .sf-with-ul:after {
  391. content: "\f107";
  392. position: absolute;
  393. right: 8px;
  394. font-family: FontAwesome;
  395. font-style: normal;
  396. font-weight: normal;
  397. }
  398. .sf-arrows ul .sf-with-ul:after {
  399. content: "\f105";
  400. }
  401. /* Nav Meu Container */
  402. #nav-menu-container {
  403. float: right;
  404. margin: 0;
  405. }
  406. /* Nav Meu Styling */
  407. .nav-menu a {
  408. padding: 10px 8px;
  409. text-decoration: none;
  410. display: inline-block;
  411. color: #555;
  412. font-family: "Muli";
  413. font-size: 14px;
  414. outline: none;
  415. font-weight: 700;
  416. }
  417. .nav-menu h1 {
  418. padding: 10px 8px;
  419. text-decoration: none;
  420. display: inline-block;
  421. color: #1b75bb;
  422. font-family: "Muli";
  423. font-size: 22px;
  424. outline: none;
  425. font-weight: 700;
  426. text-transform: uppercase;
  427. }
  428. .nav-menu li:hover > a,
  429. .nav-menu .menu-active > a {
  430. color: #1b75bb;
  431. }
  432. .nav-menu > li {
  433. margin-left: 10px;
  434. }
  435. .nav-menu ul {
  436. margin: 4px 0 0 0;
  437. padding: 10px;
  438. box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  439. background: #fff;
  440. }
  441. .nav-menu ul li {
  442. transition: 0.3s;
  443. }
  444. .nav-menu ul li a {
  445. padding: 10px;
  446. color: #333;
  447. transition: 0.3s;
  448. display: block;
  449. font-size: 13px;
  450. text-transform: none;
  451. }
  452. .nav-menu ul li:hover > a {
  453. color: #1b75bb;
  454. }
  455. .nav-menu ul ul {
  456. margin: 0;
  457. }
  458. /* Mobile Nav Toggle */
  459. #mobile-nav-toggle {
  460. position: fixed;
  461. right: 0;
  462. top: 0;
  463. z-index: 999;
  464. margin: 20px 20px 0 0;
  465. border: 0;
  466. background: none;
  467. font-size: 24px;
  468. display: none;
  469. transition: all 0.4s;
  470. outline: none;
  471. cursor: pointer;
  472. }
  473. #mobile-nav-toggle i {
  474. color: #555;
  475. }
  476. /* Mobile Nav Styling */
  477. #mobile-nav {
  478. position: fixed;
  479. top: 0;
  480. padding-top: 18px;
  481. bottom: 0;
  482. z-index: 998;
  483. background: rgba(27, 117, 187, 0.9);
  484. left: -260px;
  485. width: 260px;
  486. overflow-y: auto;
  487. transition: 0.4s;
  488. }
  489. #mobile-nav ul {
  490. padding: 0;
  491. margin: 0;
  492. list-style: none;
  493. overflow-x: hidden;
  494. }
  495. #mobile-nav ul li {
  496. position: relative;
  497. }
  498. #mobile-nav ul li a {
  499. color: #fff;
  500. font-size: 16px;
  501. overflow: hidden;
  502. padding: 10px 22px 10px 15px;
  503. position: relative;
  504. text-decoration: none;
  505. width: 100%;
  506. display: block;
  507. outline: none;
  508. }
  509. #mobile-nav ul li a:hover {
  510. color: #fff;
  511. }
  512. #mobile-nav ul li li {
  513. padding-left: 30px;
  514. }
  515. #mobile-nav ul .menu-has-children i {
  516. position: absolute;
  517. right: 0;
  518. z-index: 99;
  519. padding: 15px;
  520. cursor: pointer;
  521. color: #fff;
  522. }
  523. #mobile-nav ul .menu-has-children i.fa-chevron-up {
  524. color: #1b75bb;
  525. }
  526. #mobile-nav ul .menu-item-active {
  527. color: #1b75bb;
  528. }
  529. #mobile-body-overly {
  530. width: 100%;
  531. height: 100%;
  532. z-index: 997;
  533. top: 0;
  534. left: 0;
  535. position: fixed;
  536. background: rgba(52, 59, 64, 0.9);
  537. display: none;
  538. }
  539. /* Mobile Nav body classes */
  540. body.mobile-nav-active {
  541. overflow: hidden;
  542. }
  543. body.mobile-nav-active #mobile-nav {
  544. left: 0;
  545. }
  546. body.mobile-nav-active #mobile-nav-toggle {
  547. color: #fff;
  548. }
  549. /*--------------------------------------------------------------
  550. # Calculator sidepanle
  551. --------------------------------------------------------------*/
  552. .sidepanel {
  553. height: 80%;
  554. width: 0;
  555. position: fixed;
  556. top: 0;
  557. right: 0;
  558. background-color: #1b75bb;
  559. overflow-x: hidden;
  560. padding-top: 60px;
  561. transition: 0.5s;
  562. color: #ffffff;
  563. }
  564. .sidepanel .closebtn {
  565. position: absolute;
  566. top: 0;
  567. right: 25px;
  568. font-size: 36px;
  569. margin-left: 50px;
  570. }
  571. /*--------------------------------------------------------------
  572. # Sections
  573. --------------------------------------------------------------*/
  574. /* Sections Header
  575. --------------------------------*/
  576. .section-header {
  577. margin: 30px 0;
  578. }
  579. .section-header h2 {
  580. font-size: 40px;
  581. color: #444;
  582. position: relative;
  583. padding-bottom: 20px;
  584. }
  585. .section-header h2::before {
  586. content: "";
  587. position: absolute;
  588. display: block;
  589. width: 20px;
  590. height: 3px;
  591. background: #1b75bb;
  592. bottom: 0;
  593. left: 0;
  594. }
  595. .section-header p {
  596. padding: 0;
  597. margin: 0;
  598. }
  599. /* About Section
  600. --------------------------------*/
  601. #about {
  602. padding: 60px 0 30px 0;
  603. }
  604. #about .about-img {
  605. overflow: hidden;
  606. }
  607. #about .about-img img {
  608. margin-left: -15px;
  609. max-width: 550px;
  610. }
  611. #about .content h2 {
  612. color: #0c2e8a;
  613. font-size: 36px;
  614. font-family: "Muli";
  615. }
  616. #about .content h3 {
  617. color: #555;
  618. font-weight: 300;
  619. font-size: 18px;
  620. line-height: 26px;
  621. }
  622. #about .content p {
  623. line-height: 26px;
  624. }
  625. #about .content p:last-child {
  626. margin-bottom: 0;
  627. }
  628. #about .content i {
  629. font-size: 20px;
  630. padding-right: 4px;
  631. color: #1b75bb;
  632. }
  633. #about .content ul {
  634. list-style: none;
  635. padding: 0;
  636. }
  637. #about .content ul li {
  638. padding-bottom: 10px;
  639. }
  640. #about-logos {
  641. align-content: center;
  642. text-align: center;
  643. }
  644. /* Services Section
  645. --------------------------------*/
  646. #services {
  647. padding: 30px 0 0 0;
  648. }
  649. #services p {
  650. text-align: left;
  651. }
  652. #services .box {
  653. padding: 40px;
  654. margin-bottom: 90px;
  655. box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  656. background: #fff;
  657. transition: 0.4s;
  658. }
  659. #services .box:hover {
  660. box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  661. transform: translateY(-10px);
  662. -webkit-transform: translateY(-10px);
  663. -moz-transform: translateY(-10px);
  664. }
  665. #services .box .icon {
  666. float: left;
  667. }
  668. #services .box .icon i {
  669. color: #444;
  670. font-size: 64px;
  671. transition: 0.5s;
  672. line-height: 0;
  673. margin-top: 34px;
  674. }
  675. #services .box .icon i:before {
  676. background: #0c2e8a;
  677. background: linear-gradient(45deg, #1b75bb 0%, #a3ebd5 100%);
  678. background-clip: border-box;
  679. -webkit-background-clip: text;
  680. -webkit-text-fill-color: transparent;
  681. }
  682. #services .box h4 {
  683. margin-top: 10px;
  684. font-weight: 700;
  685. font-size: 28px;
  686. }
  687. #services .box h4 a {
  688. color: #444;
  689. }
  690. #services .box p {
  691. font-size: 14px;
  692. margin-left: 100px;
  693. margin-bottom: 0;
  694. line-height: 24px;
  695. }
  696. #services .box img {
  697. width: 100%;
  698. }
  699. /* Testimonials Section
  700. --------------------------------*/
  701. #testimonials .content {
  702. text-align: center;
  703. font-style: italic;
  704. margin-bottom: 100px;
  705. }
  706. #testimonials .content h5 {
  707. color: #1b75bb;
  708. font-weight: 800;
  709. }
  710. #testimonials .content h6 {
  711. font-weight: 800;
  712. }
  713. /* Listings Section
  714. --------------------------------*/
  715. #portfolio {
  716. background: #666;
  717. padding: 30px 0;
  718. }
  719. .portfolio-overlay {
  720. position: absolute;
  721. top: 0;
  722. right: 0;
  723. bottom: 0;
  724. left: 0;
  725. width: 100%;
  726. height: 100%;
  727. transition: all ease-in-out 0.4s;
  728. }
  729. .portfolio-item {
  730. vertical-align: middle;
  731. text-align: center;
  732. background-color: #fff;
  733. }
  734. .portfolio-item h4 {
  735. font-family: "Muli";
  736. font-size: 24px;
  737. font-weight: 500;
  738. color: rgb(68, 68, 68);
  739. }
  740. .feature-top {
  741. background: #1b75bb;
  742. width: 100%;
  743. }
  744. #portfolio h2 {
  745. color: #fff;
  746. font-size: 40px;
  747. text-align: center;
  748. margin-top: 50px;
  749. margin-bottom: 30px;
  750. }
  751. #portfolio h3 {
  752. color: #fff;
  753. }
  754. #portfolio h4 {
  755. color: #1b75bb;
  756. text-transform: capitalize;
  757. }
  758. h4 {
  759. font-family: "Muli";
  760. font-size: 24px;
  761. font-weight: 500;
  762. }
  763. #services h4 {
  764. color: rgb(68, 68, 68);
  765. font-weight: 500;
  766. font-family: "Muli";
  767. text-transform: capitalize;
  768. font-size: 24px;
  769. }
  770. #services p {
  771. color: rgb(68, 68, 68);
  772. font-weight: 400;
  773. font-family: "Muli";
  774. font-size: 16px;
  775. }
  776. #portfolio .portfolio-item h2 {
  777. color: #ffffff;
  778. font-size: 28px;
  779. margin: 0;
  780. }
  781. .portfolio-item img {
  782. transition: all ease-in-out 0.4s;
  783. width: 100%;
  784. }
  785. #portfolio .portfolio-item:hover img {
  786. -webkit-transform: scale(1.1);
  787. transform: scale(1.1);
  788. }
  789. .portfolio-item:hover .portfolio-overlay {
  790. opacity: 1;
  791. }
  792. .portfolio-info {
  793. position: absolute;
  794. top: 50%;
  795. left: 50%;
  796. -webkit-transform: translate(-50%, -50%);
  797. transform: translate(-50%, -50%);
  798. }
  799. /* Contact Section
  800. --------------------------------*/
  801. #contact {
  802. padding: 10px 0;
  803. background-color: #efefef;
  804. }
  805. #contact p {
  806. text-align: left;
  807. }
  808. #contact .contact-info {
  809. margin-bottom: 20px;
  810. text-align: center;
  811. }
  812. #contact .contact-info i {
  813. font-size: 48px;
  814. display: inline-block;
  815. margin-bottom: 10px;
  816. color: #1b75bb;
  817. }
  818. #contact .contact-info address,
  819. #contact .contact-info p {
  820. margin-bottom: 0;
  821. color: #1b75bb;
  822. }
  823. #contact .contact-info h3 {
  824. font-size: 18px;
  825. margin-bottom: 15px;
  826. font-weight: bold;
  827. text-transform: uppercase;
  828. color: #1b75bb;
  829. }
  830. #contact .contact-info a {
  831. color: #1b75bb;
  832. }
  833. #contact .contact-info a:hover {
  834. color: #1b75bb;
  835. }
  836. #contact .contact-address,
  837. #contact .contact-phone,
  838. #contact .contact-email {
  839. margin-bottom: 20px;
  840. }
  841. #contact #google-map {
  842. height: 290px;
  843. margin-bottom: 20px;
  844. }
  845. #contact .form #sendmessage {
  846. color: #1b75bb;
  847. border: 1px solid #1b75bb;
  848. display: none;
  849. text-align: center;
  850. padding: 15px;
  851. font-weight: 600;
  852. margin-bottom: 15px;
  853. }
  854. #contact .form #errormessage {
  855. color: red;
  856. display: none;
  857. border: 1px solid red;
  858. text-align: center;
  859. padding: 15px;
  860. font-weight: 600;
  861. margin-bottom: 15px;
  862. }
  863. #contact .form #sendmessage.show,
  864. #contact .form #errormessage.show,
  865. #contact .form .show {
  866. display: block;
  867. }
  868. #contact .form .validation {
  869. color: red;
  870. display: none;
  871. margin: 0 0 20px;
  872. font-weight: 400;
  873. font-size: 13px;
  874. }
  875. #contact .form input,
  876. #contact .form textarea {
  877. padding: 10px 14px;
  878. border: 2px solid #1b75bb;
  879. box-shadow: none;
  880. font-size: 15px;
  881. color: #1b75bb;
  882. text-transform: uppercase;
  883. }
  884. #contact .form button[type="submit"] {
  885. background: #1b75bb;
  886. border: 2px solid #1b75bb;
  887. padding: 10px 35px;
  888. color: #fff;
  889. transition: 0.4s;
  890. cursor: pointer;
  891. text-transform: uppercase;
  892. }
  893. #contact .form button[type="submit"]:hover {
  894. background: #fff;
  895. color: #1b75bb;
  896. border: 2px solid #1b75bb;
  897. text-transform: uppercase;
  898. }
  899. /* Contact Section 2
  900. --------------------------------*/
  901. #contact2 {
  902. padding: 10px 0;
  903. }
  904. #contact2 .contact-info {
  905. margin-bottom: 20px;
  906. text-align: center;
  907. }
  908. #contact2 .contact-info i {
  909. font-size: 48px;
  910. display: inline-block;
  911. margin-bottom: 10px;
  912. color: #1b75bb;
  913. }
  914. #contact2 .contact-info address,
  915. #contact2 .contact-info p {
  916. margin-bottom: 0;
  917. color: #1b75bb;
  918. }
  919. #contact2 .contact-info h3 {
  920. font-size: 18px;
  921. margin-bottom: 15px;
  922. font-weight: bold;
  923. text-transform: uppercase;
  924. color: #1b75bb;
  925. }
  926. #contact2 .contact-info a {
  927. color: #1b75bb;
  928. }
  929. #contact2 .contact-info a:hover {
  930. color: #1b75bb;
  931. }
  932. #contact2 .contact-address,
  933. #contact2 .contact-phone,
  934. #contact2 .contact-email {
  935. margin-bottom: 20px;
  936. }
  937. #contact2 #google-map {
  938. height: 290px;
  939. margin-bottom: 20px;
  940. }
  941. #contact2 .form #sendmessage {
  942. color: #1b75bb;
  943. border: 1px solid #1b75bb;
  944. display: none;
  945. text-align: center;
  946. padding: 15px;
  947. font-weight: 600;
  948. margin-bottom: 15px;
  949. }
  950. #contact2 .form #errormessage {
  951. color: red;
  952. display: none;
  953. border: 1px solid red;
  954. text-align: center;
  955. padding: 15px;
  956. font-weight: 600;
  957. margin-bottom: 15px;
  958. }
  959. #contact2 .form #sendmessage.show,
  960. #contact2 .form #errormessage.show,
  961. #contact2 .form .show {
  962. display: block;
  963. }
  964. #contact2 .form .validation {
  965. color: red;
  966. display: none;
  967. margin: 0 0 20px;
  968. font-weight: 400;
  969. font-size: 13px;
  970. }
  971. #contact2 .form input,
  972. #contact2 .form textarea {
  973. padding: 10px 14px;
  974. border: 2px solid #1b75bb;
  975. box-shadow: none;
  976. font-size: 15px;
  977. color: #1b75bb;
  978. text-transform: uppercase;
  979. }
  980. #contact2 .form button[type="submit"] {
  981. background: #1b75bb;
  982. border: 2px solid #1b75bb;
  983. padding: 10px 35px;
  984. color: #fff;
  985. transition: 0.4s;
  986. cursor: pointer;
  987. text-transform: uppercase;
  988. }
  989. #contact2 .form button[type="submit"]:hover {
  990. background: #fff;
  991. color: #1b75bb;
  992. border: 2px solid #1b75bb;
  993. text-transform: uppercase;
  994. }
  995. /* Search Section
  996. --------------------------------*/
  997. .panel-left {
  998. background: #1b75bb;
  999. }
  1000. .panel-left h2 {
  1001. color: #fff;
  1002. }
  1003. .panel-left p {
  1004. color: #fff;
  1005. text-align: left;
  1006. }
  1007. .panel-left a {
  1008. color: #fff;
  1009. }
  1010. /* Resort Portfolio Section
  1011. --------------------------------*/
  1012. .resort-profile p {
  1013. text-align: left;
  1014. }
  1015. #resort-profile th,
  1016. #resort-profile td {
  1017. color: #1b75bb;
  1018. text-align: center;
  1019. vertical-align: middle;
  1020. }
  1021. /*--------------------------------------------------------------
  1022. # Footer
  1023. --------------------------------------------------------------*/
  1024. #footer {
  1025. background: #efefef;
  1026. padding: 0 0 30px 0;
  1027. font-size: 14px;
  1028. margin-top: -20px;
  1029. }
  1030. #footer .copyright {
  1031. text-align: center;
  1032. padding-top: 30px;
  1033. color: #bfbfbf;
  1034. }
  1035. #footer .credits {
  1036. text-align: center;
  1037. font-size: 13px;
  1038. color: #bfbfbf;
  1039. }
  1040. #footer .credits a {
  1041. text-decoration: underline;
  1042. }
  1043. @media (min-width: 768px) {
  1044. #contact .contact-address,
  1045. #contact .contact-phone,
  1046. #contact .contact-email {
  1047. padding: 20px 0;
  1048. }
  1049. #contact .contact-phone {
  1050. border-left: 1px solid #ddd;
  1051. border-right: 1px solid #ddd;
  1052. }
  1053. }
  1054. @media (max-width: 768px) {
  1055. .back-to-top {
  1056. bottom: 15px;
  1057. }
  1058. #header {
  1059. padding: 20px 0;
  1060. height: 120px;
  1061. }
  1062. #header #logo h1 {
  1063. font-size: 34px;
  1064. }
  1065. #header #logo img {
  1066. max-height: 40px;
  1067. }
  1068. #nav-menu-container {
  1069. display: none;
  1070. }
  1071. #mobile-nav-toggle {
  1072. display: inline;
  1073. }
  1074. #about .about-img {
  1075. height: auto;
  1076. }
  1077. #about .about-img img {
  1078. margin-left: 0;
  1079. padding-bottom: 30px;
  1080. }
  1081. }
  1082. @media (max-width: 767px) {
  1083. #intro .intro-content h2 {
  1084. font-size: 34px;
  1085. }
  1086. #services .box .box {
  1087. margin-bottom: 20px;
  1088. }
  1089. #services .box .icon {
  1090. float: none;
  1091. text-align: center;
  1092. padding-bottom: 15px;
  1093. }
  1094. #services .box h4,
  1095. #services .box p {
  1096. margin-left: 0;
  1097. text-align: center;
  1098. }
  1099. #testimonials .testimonial-item {
  1100. margin: 30px 10px;
  1101. }
  1102. }
  1103. @media (max-width: 576px) {
  1104. #contact #google-map {
  1105. margin-top: 20px;
  1106. }
  1107. }
  1108. /* Contact Section 2
  1109. --------------------------------*/
  1110. #login {
  1111. width: 100%;
  1112. height: auto;
  1113. position: relative;
  1114. /* background: url("../img/login.jpg") no-repeat; */
  1115. background-size: cover;
  1116. }
  1117. .card-signin {
  1118. border: 0;
  1119. border-radius: 0rem;
  1120. box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  1121. }
  1122. .card-signin .card-title {
  1123. margin-bottom: 2rem;
  1124. font-weight: 300;
  1125. font-size: 1.5rem;
  1126. }
  1127. .card-signin .card-body {
  1128. padding: 2rem;
  1129. }
  1130. .form-signin {
  1131. width: 100%;
  1132. }
  1133. .form-signin .btn {
  1134. font-size: 80%;
  1135. border-radius: 0rem;
  1136. letter-spacing: 0.1rem;
  1137. font-weight: bold;
  1138. padding: 1rem;
  1139. transition: all 0.2s;
  1140. }
  1141. .form-label-group {
  1142. position: relative;
  1143. margin-bottom: 1rem;
  1144. }
  1145. .form-label-group input {
  1146. height: auto;
  1147. }
  1148. .form-label-group > input,
  1149. .form-label-group > label {
  1150. padding: var(--input-padding-y) var(--input-padding-x);
  1151. }
  1152. .form-label-group > label {
  1153. position: absolute;
  1154. top: 0;
  1155. left: 0;
  1156. display: block;
  1157. width: 100%;
  1158. margin-bottom: 0;
  1159. line-height: 1.5;
  1160. color: #495057;
  1161. border: 1px solid transparent;
  1162. border-radius: 0.25rem;
  1163. transition: all 0.1s ease-in-out;
  1164. }
  1165. .form-control:focus {
  1166. box-shadow: 10px 0px 0px 0px #ffffff !important;
  1167. }
  1168. .btn-google {
  1169. color: white;
  1170. background-color: #ea4335;
  1171. }
  1172. .btn-facebook {
  1173. color: white;
  1174. background-color: #3b5998;
  1175. }
  1176. .card-signin {
  1177. border: 0;
  1178. border-radius: 0rem;
  1179. box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  1180. }
  1181. .card-signin .card-title {
  1182. margin-bottom: 2rem;
  1183. font-weight: 300;
  1184. font-size: 1.5rem;
  1185. }
  1186. .card-signin .card-body {
  1187. padding: 2rem;
  1188. }
  1189. .form-signin {
  1190. width: 100%;
  1191. }
  1192. .form-signin .btn {
  1193. font-size: 80%;
  1194. border-radius: 0rem;
  1195. letter-spacing: 0.1rem;
  1196. font-weight: bold;
  1197. padding: 1rem;
  1198. transition: all 0.2s;
  1199. }
  1200. .form-label-group {
  1201. position: relative;
  1202. margin-bottom: 1rem;
  1203. }
  1204. .form-label-group input {
  1205. height: auto;
  1206. }
  1207. .form-label-group > input,
  1208. .form-label-group > label {
  1209. padding: var(--input-padding-y) var(--input-padding-x);
  1210. }
  1211. .form-label-group > label {
  1212. position: absolute;
  1213. top: 0;
  1214. left: 0;
  1215. display: block;
  1216. width: 100%;
  1217. margin-bottom: 0;
  1218. line-height: 1.5;
  1219. color: #495057;
  1220. border: 1px solid transparent;
  1221. border-radius: 0.25rem;
  1222. transition: all 0.1s ease-in-out;
  1223. }
  1224. .form-control:focus {
  1225. box-shadow: 10px 0px 0px 0px #ffffff !important;
  1226. }
  1227. .btn-google {
  1228. color: white;
  1229. background-color: #ea4335;
  1230. }
  1231. .btn-facebook {
  1232. color: white;
  1233. background-color: #3b5998;
  1234. }
  1235. .card-signin {
  1236. border: 0;
  1237. border-radius: 0rem;
  1238. box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  1239. }
  1240. .card-signin .card-title {
  1241. margin-bottom: 2rem;
  1242. font-weight: 300;
  1243. font-size: 1.5rem;
  1244. }
  1245. .card-signin .card-body {
  1246. padding: 2rem;
  1247. }
  1248. .form-signin {
  1249. width: 100%;
  1250. }
  1251. .form-signin .btn {
  1252. font-size: 80%;
  1253. border-radius: 0rem;
  1254. letter-spacing: 0.1rem;
  1255. font-weight: bold;
  1256. padding: 1rem;
  1257. transition: all 0.2s;
  1258. }
  1259. .form-label-group {
  1260. position: relative;
  1261. margin-bottom: 1rem;
  1262. }
  1263. .form-label-group input {
  1264. height: auto;
  1265. }
  1266. .form-label-group > input,
  1267. .form-label-group > label {
  1268. padding: var(--input-padding-y) var(--input-padding-x);
  1269. }
  1270. .form-label-group > label {
  1271. position: absolute;
  1272. top: 0;
  1273. left: 0;
  1274. display: block;
  1275. width: 100%;
  1276. margin-bottom: 0;
  1277. line-height: 1.5;
  1278. color: #495057;
  1279. border: 1px solid transparent;
  1280. border-radius: 0.25rem;
  1281. transition: all 0.1s ease-in-out;
  1282. }
  1283. .form-control:focus {
  1284. box-shadow: 10px 0px 0px 0px #ffffff !important;
  1285. }
  1286. .btn-google {
  1287. color: white;
  1288. background-color: #ea4335;
  1289. }
  1290. .btn-facebook {
  1291. color: white;
  1292. background-color: #3b5998;
  1293. }
  1294. .card-signin {
  1295. border: 0;
  1296. border-radius: 0rem;
  1297. box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  1298. }
  1299. .card-signin .card-title {
  1300. margin-bottom: 2rem;
  1301. font-weight: 300;
  1302. font-size: 1.5rem;
  1303. }
  1304. .card-signin .card-body {
  1305. padding: 2rem;
  1306. }
  1307. .form-signin {
  1308. width: 100%;
  1309. }
  1310. .form-signin .btn {
  1311. font-size: 80%;
  1312. border-radius: 0rem;
  1313. letter-spacing: 0.1rem;
  1314. font-weight: bold;
  1315. padding: 1rem;
  1316. transition: all 0.2s;
  1317. }
  1318. .form-label-group {
  1319. position: relative;
  1320. margin-bottom: 1rem;
  1321. }
  1322. .form-label-group input {
  1323. height: auto;
  1324. }
  1325. .form-label-group > input,
  1326. .form-label-group > label {
  1327. padding: var(--input-padding-y) var(--input-padding-x);
  1328. }
  1329. .form-label-group > label {
  1330. position: absolute;
  1331. top: 0;
  1332. left: 0;
  1333. display: block;
  1334. width: 100%;
  1335. margin-bottom: 0;
  1336. line-height: 1.5;
  1337. color: #495057;
  1338. border: 1px solid transparent;
  1339. border-radius: 0.25rem;
  1340. transition: all 0.1s ease-in-out;
  1341. }
  1342. .form-control:focus {
  1343. box-shadow: 10px 0px 0px 0px #ffffff !important;
  1344. }
  1345. .btn-google {
  1346. color: white;
  1347. background-color: #ea4335;
  1348. }
  1349. .btn-facebook {
  1350. color: white;
  1351. background-color: #3b5998;
  1352. }