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 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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. .contact-socials .contact-social-overlay .hex-area {
  22. background-color: #d7dbd8!important;
  23. }
  24. .gallery-item-overlay .hex-area {
  25. background-color: #d7dbd8!important;
  26. }
  27. .gallery-item-overlay .outer-hex {
  28. background-color: #9e9e9e;
  29. }
  30. #gallery .flex-control-paging
  31. {
  32. display: none;
  33. }
  34. .white-color
  35. {
  36. color:#fff;
  37. }
  38. #gallery .gallery-item .socials {
  39. padding-top: 80px;
  40. }
  41. .gallery-item-overlay:hover .outer-hex {
  42. background-color: rgba(153,60,149,0.7);
  43. }
  44. #intro {
  45. height: 540px;
  46. }
  47. #gallery .gallery-box
  48. {
  49. padding: 0px 100px;
  50. }
  51. #our_partners-wrap
  52. {
  53. position: relative;
  54. z-index: 1;
  55. }
  56. #our_partners-wrap .our_partners-cont
  57. {
  58. position: absolute;
  59. width: 100%;
  60. height: 100%;
  61. left: 0;
  62. top: 0;
  63. opacity: .5;
  64. background-size: cover;
  65. z-index: 4;
  66. }
  67. .gallery-cont
  68. {
  69. z-index: 7;
  70. position: relative;
  71. background-color: #000;
  72. opacity:0.7;
  73. }
  74. .contact-social .outer-hex {
  75. background-color: #9e9e9e !important;
  76. }
  77. .services-wrap-cont
  78. {
  79. border-top: 5px solid #ddd;
  80. }
  81. @media (max-width: 1024px){
  82. #gallery .gallery-box
  83. {
  84. padding: 0px 80px;
  85. }
  86. }
  87. @media (max-width: 768px){
  88. #gallery .gallery-box
  89. {
  90. padding: 0px 50px;
  91. }
  92. }
  93. @media (max-width: 480px){
  94. #gallery .gallery-box
  95. {
  96. padding:0px;
  97. }
  98. }