| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- .red-background
- {
- background-color: #cd1e28
- }
- .white-background, .contact-social.linkedin .hex-area.white-background
- {
- background-color: #d7dbd8!important;
- }
- .gray-background, .contact-social.linkedin .outer-hex.gray-background
- {
- background-color: #9e9e9e !important;
- }
- .dark-blue-background ,.contact-social.linkedin .dark-blue-background.hex-area
- {
- background-color: #103576!important;
- }
- .light-blue-background, .contact-social.linkedin .light-blue-background.hex-area
- {
-
- background-color: #089bcf!important;
- }
- .contact-socials .contact-social-overlay .hex-area {
- background-color: #d7dbd8!important;
-
- }
- .gallery-item-overlay .hex-area {
-
- background-color: #d7dbd8!important;
- }
- .gallery-item-overlay .outer-hex {
- background-color: #9e9e9e;
- }
- #gallery .flex-control-paging
- {
- display: none;
- }
- .white-color
- {
- color:#fff;
- }
- #gallery .gallery-item .socials {
- padding-top: 80px;
- }
- .gallery-item-overlay:hover .outer-hex {
- background-color: rgba(153,60,149,0.7);
- }
-
- #intro {
- height: 540px;
- }
- #gallery .gallery-box
- {
- padding: 0px 100px;
- }
- #our_partners-wrap
- {
- position: relative;
- z-index: 1;
- }
- #our_partners-wrap .our_partners-cont
- {
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- opacity: .5;
- background-size: cover;
- z-index: 4;
- }
- .gallery-cont
- {
- z-index: 7;
- position: relative;
- background-color: #000;
- opacity:0.7;
-
- }
- .contact-social .outer-hex {
-
- background-color: #9e9e9e !important;
- }
- .services-wrap-cont
- {
- border-top: 5px solid #ddd;
- }
- @media (max-width: 1024px){
- #gallery .gallery-box
- {
- padding: 0px 80px;
- }
- }
- @media (max-width: 768px){
- #gallery .gallery-box
- {
- padding: 0px 50px;
- }
- }
- @media (max-width: 480px){
- #gallery .gallery-box
- {
- padding:0px;
- }
- }
|