Diligent web site
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.

custom.css 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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. text-shadow: 0 0 2px #000;
  100. }
  101. .non-margin
  102. {
  103. margin: 0!important;
  104. }
  105. .about-item.highlight {
  106. background-color: #fff;
  107. }
  108. .about-item, .serevices-item {
  109. text-align: center;
  110. padding: 180px 5px;
  111. }
  112. #portfolio-header .hive .outer-hex:hover
  113. {
  114. background-color: rgba(153,60,149,0.7)!important;
  115. }
  116. #galery .gallery-item-overlay:hover .hex-area.no-partner
  117. {
  118. background-color: #d7dbd8!important;
  119. }
  120. #gallery .section-triangle-grey
  121. {
  122. /*background-color: #f6f6f6;*/
  123. display: none;
  124. }
  125. #gallery
  126. {
  127. position: relative;
  128. }
  129. #our_partners-wrap::before{
  130. content: "";
  131. position: absolute;
  132. width: 0;
  133. height: 0;
  134. border-style: solid;
  135. border-width: 36px 63px 0px 63px;
  136. border-color: #f6f6f6 transparent transparent transparent;
  137. top: 0;
  138. left:50%;
  139. transform: translateX(-50%);
  140. z-index: 11;
  141. }
  142. #services:before
  143. {
  144. content: "";
  145. position: absolute;
  146. width: 0;
  147. height: 0;
  148. border-style: solid;
  149. border-width: 36px 63px 0px 63px;
  150. border-color: #060504 transparent transparent transparent;
  151. top: -5px;
  152. left: 50%;
  153. transform: translateX(-50%);
  154. z-index: 11;
  155. opacity: .8;
  156. }
  157. .successfully
  158. {
  159. color:#00FF00;
  160. }
  161. .error
  162. {
  163. background-color: #FF0000;
  164. }
  165. @media (max-width: 1024px){
  166. #gallery .gallery-box
  167. {
  168. padding: 0px 80px;
  169. }
  170. }
  171. @media (max-width: 768px){
  172. #gallery .gallery-box
  173. {
  174. padding: 0px 50px;
  175. }
  176. }
  177. @media (max-width: 480px){
  178. #gallery .gallery-box
  179. {
  180. padding:0px;
  181. }
  182. }