* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

#blackWhiteBody {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

a {
    text-decoration: none;
}

    a:hover {
        opacity: 0.7;
    }

.uppercase {
    text-transform: uppercase;
}

li, p, td, th {
    /*font-size: 1vw;*/
    font-weight: 400;
}

ul {
    list-style-type: none;
}

/*h1 {
    font-size: 5.5vw;
}

h2 {
    font-size: 3.3vw;
}

h3 {
    font-size: 1.5vw;
}

h4 {
    font-size: 1vw;
}

h5 {
    font-size: .9vw;
    font-weight: 300;
}*/

h6, cite {
    /*font-size: .8vw;*/
    font-weight: 300;
}

.fontWeight100 {
    font-weight: 100;
}

.fontWeight500 {
    font-weight: 700;
}

.fontWeight400 {
    font-weight: 400;
}

.underline {
    text-decoration: underline;
}

.w90m0auto {
    width: 90%;
    margin: 0 auto;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.qtranxs-lang-switch> img {
    vertical-align: middle;
    margin-right: 4px;
    width: 20px!important;
}

.header-section1 h2{
	padding-top: 4vw;
}

.kaznu-heading-container h2{
	padding-top: 1vw;
	font-size: 2vw;
}

.text-card-section1 p{
	color: rgba(255, 255, 255, 0.5);
	}

.border-bottom {
    border-bottom: .05vw solid rgba(255, 255, 255, .5);
}

*{
  box-sizing: border: box;
}

.search__form {
  width: 25%;
  overflow: hidden;
  position: relative;  
}

.search__label {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 0;
  color: white;
}

.search__input {
  width: 0px;
  opacity: 0;
  float: right;
  padding-right: 35px;
  height: 30px;
  
  transition: all .3s ease-in-out;
}

.search__input.show {
  width: 100%;
  opacity: 1;
  height: 3vw;
}

.wpcf7 input[type="submit"] {
padding: 12px 20px;
border-top: solid 1px #d2d2d2;
border-left: solid 1px #c3c3c3;
border-right: solid 1px #c3c3c3;
border-bottom: solid 1px #9f9f9f;
background: #ffffff;
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
background: -o-linear-gradient(#ffffff, #dfdfdf);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
font-size: 12px;
font-weight: bold;
color: #646464;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
box-shadow: 0 1px 1px rgba(0,0,0,0.125), inset 0 1px 0 rgba(255, 255, 255, 0.5);
width: auto;
text-decoration: none;
cursor: pointer;
-webkit-appearance: button;
line-height: 1;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

