﻿

.company-img > div {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0d051+0,422b83+100 */
background: @theme-color2; /* Old browsers */
background: -moz-linear-gradient(left, @theme-color2 0%, @theme-color 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  @theme-color2 0%,@theme-color 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  @theme-color2 0%,@theme-color 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d051', endColorstr='#422b83',GradientType=1 ); /* IE6-9 */

}


header {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf79ab+0,8d4576+100 */
background: #cf79ab; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #cf79ab 0%, #8d4576 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #cf79ab 0%,#8d4576 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #cf79ab 0%,#8d4576 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf79ab', endColorstr='#8d4576',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.banner-areej {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d88eb8+55,a96093+100 */
background: #d88eb8; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #d88eb8 55%, #a96093 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #d88eb8 55%,#a96093 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #d88eb8 55%,#a96093 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d88eb8', endColorstr='#a96093',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}