Diligent web site
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

custom.css 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. .red-background
  2. {
  3. background-color: #cd1e28
  4. }
  5. .white-background, .contact-social.linkedin .hex-area.white-background
  6. {
  7. background-color: #d7dbd8!important;
  8. }
  9. .gray-background, .contact-social.linkedin .outer-hex.gray-background
  10. {
  11. background-color: #9e9e9e !important;
  12. }
  13. .dark-blue-background ,.contact-social.linkedin .dark-blue-background.hex-area
  14. {
  15. background-color: #103576!important;
  16. }
  17. .light-blue-background, .contact-social.linkedin .light-blue-background.hex-area
  18. {
  19. background-color: #089bcf!important;
  20. }
  21. #gallery .contact-socials .contact-social-overlay .hex-area ,#portfolio-header .contact-socials .contact-social-overlay .hex-area {
  22. /*background-color: #d7dbd8!important;*/
  23. background-color: #cccccc!important;
  24. }
  25. #gallery .gallery-item-overlay .hex-area, #portfolio-header .gallery-item-overlay .hex-area{
  26. background-color: #d7dbd8!important;
  27. }
  28. #gallery .gallery-item-overlay .hex-area.no-partner
  29. {
  30. background-color: rgba(104,104,104)!important;
  31. position: relative;
  32. z-index: 999999999;
  33. }
  34. #gallery .hex_overlay
  35. {
  36. background-color: rgba(104,104,104)!important;
  37. position: relative;
  38. z-index: 99999999999;
  39. width: 100%;
  40. height: 100%;
  41. }
  42. #gallery .gallery-item-overlay .outer-hex , #portfolio-header .gallery-item-overlay .outer-hex {
  43. background-color: #9e9e9e;
  44. }
  45. #gallery .flex-control-paging
  46. {
  47. display: none;
  48. }
  49. .white-color
  50. {
  51. color:#fff;
  52. }
  53. #gallery .gallery-item .socials {
  54. padding-top: 80px;
  55. }
  56. #gallery .gallery-item-overlay:hover .outer-hex, #portfolio-header .gallery-item-overlay:hover .outer-hex {
  57. background-color: rgba(153,60,149,0.7);
  58. }
  59. #intro {
  60. height: 540px;
  61. }
  62. #gallery .gallery-box
  63. {
  64. padding: 0px 100px;
  65. }
  66. #our_partners-wrap
  67. {
  68. position: relative;
  69. z-index: 1;
  70. }
  71. #our_partners-wrap .our_partners-cont
  72. {
  73. position: absolute;
  74. width: 100%;
  75. height: 100%;
  76. left: 0;
  77. top: 0;
  78. opacity: .1;
  79. background-size: cover;
  80. background-color: #000;
  81. z-index: 4;
  82. }
  83. .gallery-cont
  84. {
  85. position: relative;
  86. z-index: 7;
  87. position: relative;
  88. opacity:1;
  89. }
  90. #gallery .contact-social .outer-hex, #portfolio-header .contact-social .outer-hex{
  91. background-color: #9e9e9e !important;
  92. }
  93. .services-wrap-cont
  94. {
  95. border-top: 5px solid #ddd;
  96. }
  97. .typewriter-span {
  98. font-size: 3.82rem;
  99. }
  100. .non-margin
  101. {
  102. margin: 0!important;
  103. }
  104. .about-item.highlight {
  105. background-color: #fff;
  106. }
  107. .about-item, .serevices-item {
  108. text-align: center;
  109. padding: 180px 5px;
  110. }
  111. #portfolio-header .hive .outer-hex:hover
  112. {
  113. background-color: rgba(153,60,149,0.7)!important;
  114. }
  115. #galery .gallery-item-overlay:hover .hex-area.no-partner
  116. {
  117. background-color: #d7dbd8!important;
  118. }
  119. #gallery .section-triangle-grey
  120. {
  121. /*background-color: #f6f6f6;*/
  122. display: none;
  123. }
  124. #gallery
  125. {
  126. position: relative;
  127. }
  128. #our_partners-wrap::before{
  129. content: "";
  130. position: absolute;
  131. width: 0;
  132. height: 0;
  133. border-style: solid;
  134. border-width: 36px 63px 0px 63px;
  135. border-color: #f6f6f6 transparent transparent transparent;
  136. top: 0;
  137. left:50%;
  138. transform: translateX(-50%);
  139. z-index: 11;
  140. }
  141. #services:before
  142. {
  143. content: "";
  144. position: absolute;
  145. width: 0;
  146. height: 0;
  147. border-style: solid;
  148. border-width: 36px 63px 0px 63px;
  149. border-color: #060504 transparent transparent transparent;
  150. top: -5px;
  151. left: 50%;
  152. transform: translateX(-50%);
  153. z-index: 11;
  154. opacity: .8;
  155. }
  156. .successfully
  157. {
  158. color:#00FF00;
  159. }
  160. .error
  161. {
  162. background-color: #FF0000;
  163. }
  164. @media (max-width: 1024px){
  165. #gallery .gallery-box
  166. {
  167. padding: 0px 80px;
  168. }
  169. }
  170. @media (max-width: 768px){
  171. #gallery .gallery-box
  172. {
  173. padding: 0px 50px;
  174. }
  175. }
  176. @media (max-width: 480px){
  177. #gallery .gallery-box
  178. {
  179. padding:0px;
  180. }
  181. }