/* 
Table Index
1) Eric Meyer Reset
2) Global
3) Header
4) Footer
--------------------*/

/* 
1) Eric Meyer Reset 
--------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    padding: 0;
	font-family: 'Poppins', sans-serif;
	/* background: url(../images/home.png) no-repeat center top/cover; */
}
/* .wrapper{
	opacity: 0.7;
} */
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
    max-width: 100%;
}
h1{
    font-size: 56px;
    line-height: 1.2;
    font-weight: 600;
    color:#000000;
}
h2{
    font-size: 36px;
    color:#000000;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 30px;
}
h3{
    font-size: 30px;
    color:#000000;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px;
}
h5{
    font-size: 19px;
    font-weight: 600;
    color:#333333;
    letter-spacing: 0.5px;
    margin-bottom: 36px;
}
/* 
2) Global
--------------------*/
@font-face {
    font-family: 'Poppins-Regular';
    src: url("../fonts/Poppins-Regular.ttf"), url("../fonts/Poppins-Regular.woff"), url("../fonts/Poppins-Regular.otf"), url("../Poppins-Regular.eot");
}

@font-face {
    font-family: "Poppins-Light";
    src: url("../fonts/Poppins-Light.ttf"), url("../fonts/Poppins-Light.woff"), url("../fonts/Poppins-Light.otf"), url("../fonts/Poppins-Light.eot");
}

@font-face {
    font-family: "Poppins-ExtraLight";
    src: url("../fonts/Poppins-ExtraLight.ttf"), url("../fonts/Poppins-ExtraLight.woff"), url("../fonts/Poppins-ExtraLight.otf"), url("../fonts/Poppins-ExtraLight.eot");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/Poppins-Medium.ttf"), url("../fonts/Poppins-Medium.woff"), url("../fonts/Poppins-Medium.otf"), url("../fonts/Poppins-Medium.eot");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/Poppins-SemiBold.ttf"), url("../fonts/Poppins-SemiBold.woff"), url("../fonts/Poppins-SemiBold.otf"), url("../fonts/Poppins-SemiBold.eot");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/Poppins-Bold.ttf"), url("../fonts/Poppins-Bold.woff"), url("../fonts/Poppins-Bold.otf"), url("../fonts/Poppins-Bold.eot");
}
.white-btn{
    color: #ED1C24;
    background: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    padding: 13px;
    min-width: 202px;
}
.shader {
  display: block;
  position: relative;
}
.shader:before {
  box-shadow: 1px 0px 7px rgba(0,0,0,0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
/* 
3) Header 
--------------------*/
.otp-header .login{
  display: none;
}
.header{
	padding: 24px 0;
}
.mobile-header .logo{ 
  display: none;
}
.primary-menu{
	margin-left: 76px;
}
.primary-menu li{
	margin-right: 41px;
}
.primary-menu li:last-child{
	margin-right: 0;
}
.primary-menu a{
	font-size: 14px;
	letter-spacing: 0.35px;
	color:#333333;
}
.primary-menu a img{
    margin-right: 8px;
}
.language-dropdown{
    padding-left: 29px;
}
.profile,
.language,
.language-drop,
.profile-drop{
    padding-left: 7px;
}  
.language-drop{
    width: 15px;
    height: 5px;
}
input:focus, textarea:focus, select:focus{
    outline: none;
}
.language-dropdown .form-control{
    height: auto;
    padding: 0;
    border: none;
    outline: none;
}
.language-dropdown .form-control:focus{
    outline: none;
}
.language-icon{
    margin-right: 6px;
    min-width: 20px;
}
.language-icon img{
    display: block;
    width: 20px;
    height: 20px;
}
select option:hover {
    background: #f3f3f3;
}
select option:checked,
select option:hover {
    background: #f3f3f3;
}
select:focus > option:checked { 
    background: #f3f3f3;
}
.profile-dropdown.language-dropdown{
    width:145px;
}
.profile-dropdown {
    display: inline-block;
    position: relative;
    margin: auto;
    font-weight: bold;
    border-radius: 3px;
    -webkit-user-select: none;
    width:161px;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
  }
  .profile-dropdown * {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
  }
  .profile-dropdown input[type="checkbox"] {
    display: none;
  }
  .profile-dropdown input[type="checkbox"]:checked ~ ul {
    display: block;
    animation: pulse 0.5s;
    box-shadow: 0px 3px 53px #00000014;
  }
  /* .profile-dropdown input[type="checkbox"]:checked ~ img {
    background: orange;
  } */
  /* .profile-dropdown input[type="checkbox"]:checked ~ label {
    background: orange;
  } */
  
  .profile-dropdown img {
    vertical-align: middle;
    margin: 0 7px;
    position: relative;
  }
  .profile-dropdown span {
    display: inline-block;
    vertical-align: sub;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:  14px;
    line-height: 18px;
    font-weight: 400;
    color:#333333;
  }
  .profile-dropdown ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 100%;
    border-radius: 3px;
    z-index: 1;
  }
  .profile-dropdown ul li a {
    display: block;
    padding: 7px 16px;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
  }
  .profile-dropdown ul li a i {
    font-size: 1.3rem;
    vertical-align: middle;
    margin: 0 .75rem 0 -.25rem;
  }
  .profile-dropdown ul li a:hover {
    background: #e5e5e5;
  }
  .profile-dropdown ul li:first-child a:hover {
    border-radius: 3px 3px 0 0;
  }
  .profile-dropdown ul li:last-child a:hover {
    border-radius: 0 0 3px 3px;
  }
  /* .profile-dropdown > label {
    position: relative;
    height: 3.5rem;
    display: block;
    text-decoration: none;
    background: transparent;
    color: #333;
    box-sizing: border-box;
    padding: .9rem;
    float: right;
    border-radius: 0 3px 3px 0;
  }
  .profile-dropdown > label i {
    color: #b2b2b2;
    font-size: 1.75rem;
  } */
  /* .profile-dropdown:after {
    content: '';
    display: table;
    clear: both;
  } */
  .menu-icon {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 22px;
    z-index:10;
    display: none;
  }  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
  }
/* 
4) Footer
--------------------*/
.primary-footer{
    padding:20px 0;
    border-top:1px solid rgba(0,0,0,0.2);
    border-bottom:1px solid rgba(0,0,0,0.2)
}
.footer-menu{
	margin-left: 76px;
}
.footer-menu li{
	margin-right: 41px;
}
.footer-menu li:last-child{
	margin-right: 0;
}
.footer-menu a{
	font-size: 11px;
	letter-spacing: 0.35px;
    color:#333333;
    font-weight: 500;
}
.secondary-footer {
    padding: 20px 0;
}
.secondary-footer span{
    font-size: 12px;
    font-weight: 500;
}
