@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900|Nunito:200,300,400,600,700,800,900|Open+Sans:300,400,600,700,800|Oswald:200,300,400,500,600,700|PT+Serif:400,700|Quicksand:300,400,500,700|Roboto+Slab:100,300,400|Roboto:100,300,400,500,700,900");



/*===================== 
	Premery bg color 
=====================*/
:root{
	--bg-theme: #ffaa1c;
	--bg-theme-hover: #ffa000;
	--body-bg: #f5f6f6;
  --bg-black: #000000;
  --bg-black-rgb: 0,0,0;
}

/*---------------------------------------------------------------
1. TYPOGRAFY 
---------------------------------------------------------------*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #767676;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #333333;
    font-family: roboto;
}
h1 a,.h1 a,
h2 a,.h2 a,
h3 a,.h3 a,
h4 a,.h4 a,
h5 a,.h5 a,
h6 a,.h6 a {
    color: #333333;
}
h1, .h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
	font-weight: 600;
}
h2, .h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
	font-weight: 700;
}
h3, .h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
	font-weight: 600;
}
h4, .h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
	font-weight: 600;
}
h5, .h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
	font-weight: 600;
}
h6, .h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
	font-weight: 600;
}

p {
  line-height: 24px;
  margin-bottom: 24px;
}

strong, .fw-bold {
  font-weight: 600;
}
.ff-header{
  font-family: Oswald;
  font-weight: 700;
font-size: 49px;
letter-spacing: 0px;
line-height: 49px;
}
.ff-subheader {
  transition: none 0s ease 0s;
  text-align: left;
  line-height: 29px;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 17px;
}
@media only screen and (max-width: 761px){
  h1, .h1{
  font-size: 30px;
  line-height: 36px;
  }
  h2, .h2 {
  font-size: 24px;
  line-height: 30px;
  }
}
footer, footer a{
  color:rgba(255,255,255,.6)
}
footer .btn {
  color:#fff;
}
.footer .btn{
  border-color: rgba(255,255,255,.6);
}
footer p {
  line-height:20px;
  margin-bottom:10px
 }
.widget ul {
  list-style:none;
  margin-top:5px;
  padding-left: 0px;
 }
 .widget_services ul li {
  position: relative;
}
 .widget_services ul li::before {
  content: "\f105";
  position: absolute;
  left: 0px;
  display: block;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}
.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_services ul li {
  padding-bottom: 18px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(102,102,102,.11);
  position: relative;
  padding: 10px 10px 10px 15px;
  margin-bottom: 0;
  line-height: 20px;
}
 footer .widget_archive ul li,
 footer .widget_categories ul li,
 footer .widget_meta ul li,
 footer .widget_nav_menu li,
 footer .widget_pages ul li,
 footer .widget_recent_comments ul li,
 footer .widget_recent_entries ul li,
 footer .widget_services ul li {
  border-bottom:1px dashed rgba(102,102,102,.3)
 }
 footer .widget_getintuch i {
  background-color:rgba(0,0,0,.2);
  border:1px solid rgba(0,0,0,.3)
 }
/*---------------------------------------------------------------
2. Utilities
---------------------------------------------------------------*/
a, a > * {
  text-decoration: none;
  /* color: inherit; */
  transition: .2s ease;
}
.text-theme, a:hover, a:hover > *, a.active{
 color: #ffb600; 
}
.text-grey{
  color :#a9a9a9
}
.form-label.required::after {
  content: "*";
  margin-left: .25rem;
  color: #d63939;
}
.fa-fw {
  width: 1em;
}
.img-cover{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px){
.container {
  max-width: 1200px;
}
}
.btn, .card, .box, .form-control{
  border-radius: 0;
}
.btn-theme, .bg-theme{
  background-color: var(--bg-theme);
  color: #fff;
}
.btn-theme:hover{
  background-color: var(--bg-black);
  color: #fff;
}
.btn-outline-theme {
  border-color: rgba(255,255,255,.6);
}
.btn-outline-theme:hover {
  color: var(--bg-theme);
}
.p-20{
  padding: 20px;
}
.min-vh-20{
  min-height: 20vh;
}
.min-vh-25{
  min-height: 25vh;
}
.vh-25{
  height: 25vh;
}
.vh-50{
  height: 50vh;
}
.w-md-25 {
  width: 25%;
}
.mw-md-25 {
  max-width: 25%;
}
.w-md-75 {
  width: 75%;
}
@media (max-width: 767.98px) {
  .w-md-25,
  .mw-md-25,
  .w-md-75 {
    width: 100%;
  }
}
/*---------------------------------------------------------------
2. Component
---------------------------------------------------------------*/
.site-button {
  background-color: var(--bg-theme);
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 0;
  font-weight: 600;
  white-space: nowrap;
}
a.site-button:hover {
  color: #fff;
  background-color: var(--bg-theme-hover);
}
.button-skew {
  position: relative;
  text-align: center;
  margin-right: 48px;
  -moz-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.button-skew span {
  display: inline-block;
  -moz-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
}
.button-skew > i {
  background-color: inherit;
  position: absolute;
  height: 100%;
  font-size: 12px;
  margin-right: -32px;
  font-weight: 700 !important;
  right: 0;
  top: 0;
  padding: 12px 12px;
  line-height: normal;
}

/*== >Title separators ====== */
.widget-title {
  text-transform: uppercase;
  padding-bottom: 18px;
  position: relative;
  margin-bottom: 16px;
}
.widget-title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 3px;
  margin: 0 0 0;
  width: 50px;
  margin: 10px 0;
  background-color: var(--bg-theme);
}

.dez-separator-outer {
  overflow: hidden;
}
.dez-separator {
  display: inline-block;
  height: 3px;
  width: 50px;
  margin-bottom: 0px;
  position: relative;
}
.dez-separator.style-liner {
  width: 20px;
}
.dez-separator.style-icon {
  width: 30px;
  height: auto;
  text-align: center;
  font-size: 20px;
}
.dez-separator[class*="style-"]:after,
.dez-separator[class*="style-"]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  width: 150px;
  height: 2px;
  background-color: var(--bg-theme);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dez-separator[class*="style-"]:before {
  left: auto;
  right: 35px;
}
.dez-separator.style-skew {
  width: 15px;
  height: 10px;
  margin-left: 1px;
  margin-right: 1px;
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.dez-separator.style-skew[class*="style-"]:after,
.dez-separator.style-skew[class*="style-"]:before {
  width: 120px;
  height: 4px;
  left: 20px;
  -moz-transform: translateY(-50%) skewX(-10deg);
  -webkit-transform: translateY(-50%) skewX(-10deg);
  -o-transform: translateY(-50%) skewX(-10deg);
  -ms-transform: translateY(-50%) skewX(-10deg);
  transform: translateY(-50%) skewX(-10deg);
  background-color: var(--bg-theme);
}
.dez-separator.style-skew.stick-white[class*="style-"]:after,
.dez-separator.style-skew.stick-white[class*="style-"]:before {
  background-color: #fff;

}
.dez-separator.style-skew[class*="style-"]:before {
  right: 20px;
  left: auto;
}
/*---------------------------------------------------------------
2. CUSTOMIZE
---------------------------------------------------------------*/


.navbar .dropdown-item.active {
  background-color: var(--bg-theme);
}
.bg-video {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  background: black no-repeat center center/cover;
}
.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100vh;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.bg-video .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(var(--bg-black-rgb),0.5);
  z-index: 2;
}

.bg-video .carousel-item {
  height: 100vh;
  min-height: 300px;
}
.bg-video .carousel-caption {
  bottom: 220px;
  z-index: 2;
}

.bg-cover {
  min-height: 160px;
  background-size: cover;
  background-position: center center;
}

.img-cover {
  display: block;
  object-fit: cover;
}

.hr-text {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #626976;
  height: 1px;
}
.hr-text:after,
.hr-text:before {
  flex: 1 1 auto;
  height: 1px;
  background-color: currentColor;
  opacity: 0.16;
}
.hr-text:before {
  content: "";
  margin-right: 0.5rem;
}
.hr-text:after {
  content: "";
  margin-left: 0.5rem;
}
.hr-text > :first-child {
  padding-right: 0.5rem;
  padding-left: 0;
  color: #626976;
}
.hr-text.hr-text-left:before {
  content: none;
}
.hr-text.hr-text-left > :first-child {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.hr-text.hr-text-right:before {
  content: "";
}
.hr-text.hr-text-right:after {
  content: none;
}
.hr-text.hr-text-right > :first-child {
  padding-right: 0;
  padding-left: 0.5rem;
}

/*---------------------------------------------------------------
3. Card 
---------------------------------------------------------------*/
.canvas-overlay{
  position: relative;
  width: 100%;
  height: auto;
}
.canvas-overlay .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(var(--bg-black-rgb),0.25);
  transition: all 0.2s linear;
}
.canvas-overlay:hover .overlay, .canvas-overlay .overlay.not-hover {
  opacity: 1;
  visibility: visible;
}

#carousel-header .owl-dots {
  margin-top: -24px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
 background:var(--bg-theme);
}
.page-link {
color: #000;
}
.page-link:hover, .page-link:focus {
  color: var(--bg-theme);
  }
.page-item.active .page-link{
  background:var(--bg-theme);
  border-color: var(--bg-theme);
}
