/*
Theme Name: Gencrest Theme
Author: Shyamsingh Yeotikar
Version: 1.0
*/

* { margin: 0; padding: 0; box-sizing: border-box; list-style: none; }
html{ margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; scroll-behavior: smooth;font-family: "Acumin-Pro-Wide";}
html.menuOn{ overflow: hidden;}
body { font-family: "Acumin-Pro-Wide"; font-size: 12px; }

header { background: rgba(255, 255, 255, 0); position: fixed; width: 100%; padding: 75px 0 20px; z-index: 10;   transition: 1s all; font-family: "Acumin-Pro"; }
header.small { padding: 10px 0 10px; background: #fff; box-shadow: 0px -1px 11px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px -1px 11px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px -1px 11px 0px rgba(0,0,0,0.2);}
header.small .header .logo.gencrest img {height: 30px;}
header.small .headMenu ul li a { color: #333; }
.header {  display: flex; margin: 0 auto; z-index: 2; width: 100%;  align-items: center; justify-content: space-between; }


.header .logo.gencrest img {height: 40px;transition: 1s all; opacity: 0;}
.header .logo.samtagroup img {height: 30px; opacity: 0;}

.header .logo.gencrest .gencrestLogo{ display: block; background: url(images/gencrest.png ) 0 0 no-repeat; background-size: 100%; transition: 1s all;}
header.small .header .logo.gencrest .gencrestLogo{ background-image:  url(images/Gencrest_logo.png);background-size: 100%; transition: 1s all;}

.header .logo.samtagroup .logoSamtagroup { background: url(images/samtaLogo.png) 0 0 no-repeat; background-size: 100%; transition: 1s all; display: block;}
header.small .header .logo.samtagroup .logoSamtagroup { background: url(images/Samta_logo.png) 0 0 no-repeat; background-size: 100%; transition: 1s all;}

