@font-face {
  font-family: "robotoblack";
  src: url("../fonts/roboto-black-webfont.woff2") format("woff2"), url("../fonts/roboto-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotobold";
  src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotolight";
  src: url("../fonts/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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,
header,
footer,
section,
aside,
nav,
article,
figure,
address,
audio,
video {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: "robotoregular";
  font-size: 18px;
  line-height: 30px;
  color: #6b6b6b;
  font-weight: 400;
  text-decoration: none;
  background: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6b6b6b;
  margin-bottom: 15px;
  font-weight: normal;
}

input,
button {
  font-family: "robotoregular";
}

input[type=text],
input[type=password] {
  margin: 0px;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  font-size: 16px;
  color: #6b6b6b;
  padding: 0 15px;
  font-family: "robotoregular";
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

select,
textarea {
  margin: 0px;
  padding: 0px;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  font-size: 13px;
  color: #6b6b6b;
  padding: 10px;
  font-family: "robotoregular";
  resize: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

strong {
  font-weight: 400;
  font-family: "robotobold";
}

textarea {
  overflow-y: auto;
  overflow-x: hidden;
}

small {
  color: #666;
  font-size: 11px;
}

:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

p {
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #6b6b6b;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}

img {
  border: none;
  outline: none;
}

a {
  color: #278CFF;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

a:hover,
a:focus {
  color: #6b6b6b;
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

.sprites {
  background: url(../images/sprites.png) no-repeat 0 0;
}

.rlatv {
  position: relative;
}

.fnone {
  float: none !important;
}

.nomrgn {
  margin: 0 !important;
}

.nopad {
  padding: 0 !important;
}

.wauto {
  width: auto !important;
}

.req {
  color: #ff2220;
  font-size: 12px;
}

.container {
  width: 1440px;
  max-width: 1440px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  .container {
    width: 1270px;
    max-width: 1270px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1365px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
  color: #6b6b6b;
  font-size: 16px;
}

button {
  text-transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
}

.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Common CSS end here */
/* button css */
/** owl css **/
.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 0;
}
.owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgb(255, 255, 255) !important;
  margin: 0 8px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-dots .owl-dot.active {
  background: #ffd200 !important;
  width: 30px;
  border-radius: 50px;
}
.owl-dots .owl-dot:hover {
  background: #ffd200 !important;
}

body .owl-carousel .owl-nav .owl-prev, body .owl-carousel .owl-nav .owl-next {
  width: 52px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6b6b6b;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  body .owl-carousel .owl-nav .owl-prev, body .owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 60px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) {
  body .owl-carousel .owl-nav .owl-prev, body .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 80px;
    font-size: 22px;
  }
}
body .owl-carousel .owl-nav .owl-prev span, body .owl-carousel .owl-nav .owl-next span {
  display: none;
}
body .owl-carousel .owl-nav .owl-prev:after, body .owl-carousel .owl-nav .owl-next:after {
  font-family: "Font Awesome 5 Free";
  font-size: 34px;
  font-weight: 900;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  body .owl-carousel .owl-nav .owl-prev:after, body .owl-carousel .owl-nav .owl-next:after {
    font-size: 16px;
  }
}
body .owl-carousel .owl-nav .owl-prev:hover, body .owl-carousel .owl-nav .owl-next:hover {
  background: #000000;
}
body .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
body .owl-carousel .owl-nav .owl-prev:after {
  content: "\f104";
}
body .owl-carousel .owl-nav .owl-next {
  right: 0;
}
body .owl-carousel .owl-nav .owl-next:after {
  content: "\f105";
}/*# sourceMappingURL=reset.css.map */