/*
$font_light:'montserratlight';
$font_regular:'montserratregular';
$font_medium:'montserratmedium';
$font_semibold:'montserratsemibold';
$font_bold:'montserratbold';
$font_extrabold:'montserratextrabold';*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Source+Sans+Pro&display=swap");
/*
@font-face {
font-family: 'montserratbold';
src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
url('../fonts/montserrat-bold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'montserratextrabold';
src: url('../fonts/-extrabold-webfont.woff2') format('woff2'),
url('../fonts/montserrat-extrabold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'montserratlight';
src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
url('../fonts/montserrat-light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}


@font-face {
font-family: 'montserratmedium';
src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
url('../fonts/montserrat-medium-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'montserratregular';
src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
url('../fonts/montserrat-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'montserratsemibold';
src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
url('../fonts/montserrat-semibold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;

}*/
* {
  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: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #303030;
  font-weight: 400;
  text-decoration: none;
  background: #ffffff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #303030;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

input,
button {
  font-family: "Montserrat", sans-serif;
}

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

select,
textarea {
  margin: 0px;
  padding: 0px;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  font-size: 13px;
  color: #303030;
  padding: 10px;
  font-family: "Source Sans Pro", sans-serif;
  resize: none;
  border-radius: 3px;
  box-sizing: border-box;
}

strong {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}

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

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

:focus {
  outline: none;
}

a {
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
}

a:focus {
  outline: none;
}

p {
  margin-bottom: 30px;
  line-height: 26px;
  font-size: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

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: #303030;
  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: 1200px;
  max-width: 1200px;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}

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

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

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

/* Common CSS end here */
/** owl css **/
.owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5) !important;
  margin: 0 8px 0 0;
}
.owl-dots .owl-dot.active {
  background: rgb(255, 255, 255) !important;
}
.owl-dots .owl-dot:hover {
  background: #bba25f !important;
}

body .owl-carousel .owl-nav .owl-prev, body .owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #303030;
  background: #bba25f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .owl-carousel .owl-nav .owl-prev:hover, body .owl-carousel .owl-nav .owl-next:hover {
  background: #bba25f;
}
body .owl-carousel .owl-nav .owl-prev {
  left: -65px;
}
body .owl-carousel .owl-nav .owl-next {
  right: -65px;
}

/*# sourceMappingURL=reset.css.map */
