/* HTML Template */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Banner Section / Style Two / Style Three / Style Four
6. 
7. 
8. 
9. 
10.
**********************************************/
/* 

	font-family: 'Inter', sans-serif;
	font-family: 'Nunito Sans', sans-serif;

*/
/*** 

====================================================================
	Root Code Variables
====================================================================

 ***/
/* Theme Color */
:root {
  /* #f2be00 in decimal RGB */
  --main-color: rgb(242, 190, 0);
  /* #0c2d62 in decimal RGB */
  --main-color-two: rgb(12, 45, 98);
  /* #f2be00 in decimal RGBA */
  --main-color-two-rgba: rgb(242, 190, 0, 0.9);
  /* #ffffff in decimal RGB */
  --white-color: rgb(255, 255, 255);
  /* #ffffff in decimal RGBA */
  --white-color-opicity: rgba(255, 255, 255, 0.8);
  /* #ffffff in decimal RGBA */
  --white-color-opicity-two: rgba(255, 255, 255, 0.2);
  /* #000000 in decimal RGB */
  --black-color: rgb(0, 0, 0);
  /* #ffffff in decimal RGBA Two */
  --black-color-opicity: rgba(0, 0, 0, 0.8);
  /* #555555 in decimal RGB */
  --text-color: rgb(85, 85, 85);
  /* #00162b Heading Color in decimal RGB */
  --heading-color: rgb(0, 22, 43);
  /* #f4f4f4 Grey Color in decimal RGB */
  --heading-color: rgb(244, 244, 244);
  --font-family-inter: "Inter", sans-serif;
  --font-family-nunito: "Nunito Sans", sans-serif;
  /* Heading Fonts */
  --font-12: 12px;
  --font-13: 13px;
  --font-14: 14px;
  --font-15: 15px;
  --font-16: 16px;
  --font-18: 18px;
  --font-20: 20px;
  --font-22: 22px;
  --font-24: 24px;
  --font-26: 26px;
  --font-28: 28px;
  --font-30: 30px;
  --font-34: 34px;
  --font-36: 36px;
  --font-40: 40px;
  --font-44: 44px;
  --font-48: 48px;
  --font-50: 50px;
  --font-52: 52px;
  --font-54: 54px;
  --font-56: 56px;
  --font-58: 58px;
  --font-60: 60px;
  --font-62: 62px;
  --font-64: 64px;
  --font-66: 66px;
  --font-68: 68px;
  --font-70: 70px;
  --font-72: 72px;
  --font-74: 74px;
  --font-76: 76px;
  --font-78: 78px;
  --font-80: 80px;
  --font-90: 90px;
  --font-100: 100px;
  --font-110: 110px;
  --font-120: 120px;
  --font-150: 150px;
  --font-200: 200px;
  --margin-zero: 0px;
  /* Margin Left Variables */
  --margin-left-5: 5px;
  --margin-left-10: 10px;
  --margin-left-15: 15px;
  --margin-left-20: 20px;
  --margin-left-25: 25px;
  --margin-left-30: 30px;
  --margin-left-35: 35px;
  --margin-left-40: 40px;
  --margin-left-45: 45px;
  --margin-left-50: 50px;
  --margin-left-55: 55px;
  --margin-left-60: 60px;
  --margin-left-65: 65px;
  --margin-left-70: 70px;
  --margin-left-75: 75px;
  --margin-left-80: 80px;
  --margin-left-85: 85px;
  --margin-left-90: 90px;
  --margin-left-95: 95px;
  --margin-left-100: 100px;
  /* Margin Top Variables */
  --margin-top-5: 5px;
  --margin-top-10: 10px;
  --margin-top-15: 15px;
  --margin-top-20: 20px;
  --margin-top-25: 25px;
  --margin-top-30: 30px;
  --margin-top-35: 35px;
  --margin-top-40: 40px;
  --margin-top-45: 45px;
  --margin-top-50: 50px;
  --margin-top-55: 55px;
  --margin-top-60: 60px;
  --margin-top-65: 65px;
  --margin-top-70: 70px;
  --margin-top-75: 75px;
  --margin-top-80: 80px;
  --margin-top-85: 85px;
  --margin-top-90: 90px;
  --margin-top-95: 95px;
  --margin-top-100: 100px;
  --margin-top-110: 110px;
  /* Margin Right Variables */
  --margin-right-5: 5px;
  --margin-right-10: 10px;
  --margin-right-15: 15px;
  --margin-right-20: 20px;
  --margin-right-25: 25px;
  --margin-right-30: 30px;
  --margin-right-35: 35px;
  --margin-right-40: 40px;
  --margin-right-45: 45px;
  --margin-right-50: 50px;
  --margin-right-55: 55px;
  --margin-right-60: 60px;
  --margin-right-65: 65px;
  --margin-right-70: 70px;
  --margin-right-75: 75px;
  --margin-right-80: 80px;
  --margin-right-85: 85px;
  --margin-right-90: 90px;
  --margin-right-95: 95px;
  --margin-right-100: 100px;
  /* Margin Bottom Variables */
  --margin-bottom-5: 5px;
  --margin-bottom-10: 10px;
  --margin-bottom-15: 15px;
  --margin-bottom-20: 20px;
  --margin-bottom-25: 25px;
  --margin-bottom-30: 30px;
  --margin-bottom-35: 35px;
  --margin-bottom-40: 40px;
  --margin-bottom-45: 45px;
  --margin-bottom-50: 50px;
  --margin-bottom-55: 55px;
  --margin-bottom-60: 60px;
  --margin-bottom-65: 65px;
  --margin-bottom-70: 70px;
  --margin-bottom-75: 75px;
  --margin-bottom-80: 80px;
  --margin-bottom-85: 85px;
  --margin-bottom-90: 90px;
  --margin-bottom-95: 95px;
  --margin-bottom-100: 100px;
  --margin-bottom-150: 150px;
  --margin-bottom-200: 200px;
  --padding-zero: 0px;
  /* Padding Left Variables */
  --padding-left-5: 5px;
  --padding-left-10: 10px;
  --padding-left-15: 15px;
  --padding-left-20: 20px;
  --padding-left-25: 25px;
  --padding-left-30: 30px;
  --padding-left-35: 35px;
  --padding-left-40: 40px;
  --padding-left-45: 45px;
  --padding-left-50: 50px;
  --padding-left-55: 55px;
  --padding-left-60: 60px;
  --padding-left-65: 65px;
  --padding-left-70: 70px;
  --padding-left-75: 75px;
  --padding-left-80: 80px;
  --padding-left-85: 85px;
  --padding-left-90: 90px;
  --padding-left-95: 95px;
  --padding-left-100: 100px;
  --padding-left-100: 110px;
  --padding-left-120: 120px;
  --padding-left-130: 130px;
  --padding-left-140: 140px;
  --padding-left-150: 150px;
  --padding-left-160: 160px;
  --padding-left-170: 170px;
  --padding-left-180: 180px;
  --padding-left-190: 190px;
  --padding-left-200: 200px;
  --padding-left-220: 220px;
  --padding-left-230: 230px;
  /* Padding Top Variables */
  --padding-top-5: 5px;
  --padding-top-10: 10px;
  --padding-top-15: 15px;
  --padding-top-20: 20px;
  --padding-top-25: 25px;
  --padding-top-30: 30px;
  --padding-top-35: 35px;
  --padding-top-40: 40px;
  --padding-top-45: 45px;
  --padding-top-50: 50px;
  --padding-top-55: 55px;
  --padding-top-60: 60px;
  --padding-top-65: 65px;
  --padding-top-70: 70px;
  --padding-top-75: 75px;
  --padding-top-80: 80px;
  --padding-top-85: 85px;
  --padding-top-90: 90px;
  --padding-top-95: 95px;
  --padding-top-100: 100px;
  --padding-top-110: 110px;
  --padding-top-120: 120px;
  --padding-top-130: 130px;
  --padding-top-140: 140px;
  --padding-top-150: 150px;
  --padding-top-200: 200px;
  /* Padding Right Variables */
  --padding-right-5: 5px;
  --padding-right-10: 10px;
  --padding-right-15: 15px;
  --padding-right-20: 20px;
  --padding-right-25: 25px;
  --padding-right-30: 30px;
  --padding-right-35: 35px;
  --padding-right-40: 40px;
  --padding-right-45: 45px;
  --padding-right-50: 50px;
  --padding-right-55: 55px;
  --padding-right-60: 60px;
  --padding-right-65: 65px;
  --padding-right-70: 70px;
  --padding-right-75: 75px;
  --padding-right-80: 80px;
  --padding-right-85: 85px;
  --padding-right-90: 90px;
  --padding-right-95: 95px;
  --padding-right-100: 100px;
  --padding-right-110: 110px;
  --padding-right-150: 150px;
  --padding-right-160: 160px;
  --padding-right-170: 170px;
  --padding-right-200: 200px;
  --padding-right-250: 250px;
  /* Padding Bottom Variables */
  --padding-bottom-5: 5px;
  --padding-bottom-10: 10px;
  --padding-bottom-15: 15px;
  --padding-bottom-20: 20px;
  --padding-bottom-25: 25px;
  --padding-bottom-30: 30px;
  --padding-bottom-35: 35px;
  --padding-bottom-40: 40px;
  --padding-bottom-45: 45px;
  --padding-bottom-50: 50px;
  --padding-bottom-55: 55px;
  --padding-bottom-60: 60px;
  --padding-bottom-65: 65px;
  --padding-bottom-70: 70px;
  --padding-bottom-75: 75px;
  --padding-bottom-80: 80px;
  --padding-bottom-85: 85px;
  --padding-bottom-90: 90px;
  --padding-bottom-95: 95px;
  --padding-bottom-100: 100px;
  --padding-bottom-150: 150px;
  --padding-bottom-200: 200px;
  --padding-bottom-250: 250px;
}

/*** 

  ====================================================================
      Reset
  ====================================================================

   ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

  ====================================================================
      Global Settings
  ====================================================================

   ***/
body {
  font-family: var(--font-family-nunito);
  font-size: 14px;
  color: var(--text-color);
  line-height: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
  padding: 0px 50px 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0px;
  background: none;
  color: var(--main-color-two);
  font-family: var(--font-family-inter);
}

/* 
input,
button,
select,
textarea {
}
 */
textarea {
  overflow: hidden;
}

.text,
p {
  position: relative;
  line-height: 1.7em;
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--font-family-nunito);
}

/* Typography */
h1 {
  line-height: 1.2em;
  font-weight: 700;
  font-size: var(--font-54);
}

h2 {
  line-height: 1.2em;
  font-weight: 700;
  font-size: var(--font-40);
}

h3 {
  line-height: 1.3em;
  font-weight: 700;
  font-size: var(--font-30);
}

h4 {
  line-height: 1.4em;
  font-weight: 700;
  font-size: var(--font-24);
}

h5 {
  line-height: 1.4em;
  font-weight: 700;
  font-size: var(--font-20);
}

h6 {
  line-height: 1.6em;
  font-weight: 700;
  font-size: var(--font-18);
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.medium-container {
  position: static;
  max-width: 1000px;
  padding: 0px 15px;
  margin: 0 auto;
}

.pull-left {
  float: left;
}

.puttl-right {
  float: right;
}

/*
  .page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    min-width: 300px;
  } */
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.theme-btn {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

/***

  ====================================================================
      Scroll To Top style
  ====================================================================

  ***/
.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: var(--main-color);
  font-size: var(--font-16);
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: var(--white-color);
  display: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: var(--white-color);
  background: var(--main-color);
}

/* List Style One */
.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  color: var(--white-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: 1.8em;
  font-family: var(--font-family-fira);
  margin-bottom: var(--margin-bottom-10);
  padding-left: var(--padding-left-30);
}

.list-style-one li a {
  position: relative;
  color: var(--white-color);
  font-family: var(--font-family-fira);
}

.list-style-one li a:hover {
  color: var(--main-color);
}

.list-style-one li .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  color: var(--main-color);
  font-size: var(--font-18);
  line-height: 1em;
  font-weight: 300;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* List Style Two */
.list-style-two {
  position: relative;
}

.list-style-two li {
  position: relative;
  color: var(--main-color-two);
  font-size: var(--font-18);
  padding-left: var(--padding-left-35);
  font-weight: 600;
  line-height: 1.8em;
  font-family: var(--font-family-fira);
  margin-bottom: var(--margin-bottom-5);
}

.list-style-two li:before {
  position: absolute;
  content: "\f1c5";
  left: 0px;
  top: 0px;
  font-weight: 400;
  font-family: "flaticon";
  color: var(--main-color);
}

.list-style-two li:last-child {
  margin-bottom: var(--margin-zero);
}

/* Btn Style One */
.btn-style-one {
  position: relative;
  display: inline-grid;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--main-color-two);
  font-weight: 600;
  overflow: hidden;
  background: none;
  text-align: center;
  border-radius: 4px;
  padding: 14px 42px 14px;
  background-color: var(--main-color);
  font-family: var(--font-family-inter);
}

.btn-style-one:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: var(--main-color-two);
}

.btn-style-one .txt {
  position: relative;
  z-index: 1;
}

.btn-style-one:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-one:hover {
  color: var(--white-color);
}

/* Btn Style Two */
.btn-style-two {
  position: relative;
  display: inline-grid;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--white-color);
  font-weight: 600;
  overflow: hidden;
  background: none;
  text-align: center;
  border-radius: 4px;
  padding: 10px 44px 10px;
  background-color: var(--main-color-two);
  font-family: var(--font-family-inter);
}

.btn-style-two:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: var(--main-color);
}

.btn-style-two .txt {
  position: relative;
  z-index: 1;
}

.btn-style-two:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-two:hover {
  color: var(--main-color-two);
}

/* Btn Style Three */
.btn-style-three {
  position: relative;
  display: inline-grid;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--main-color-two);
  font-weight: 600;
  overflow: hidden;
  background: none;
  text-align: center;
  border-radius: 4px;
  padding: 14px 42px 14px;
  background-color: var(--main-color);
  font-family: var(--font-family-inter);
}

.btn-style-three:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: var(--white-color);
}

.btn-style-three .txt {
  position: relative;
  z-index: 1;
}

.btn-style-three:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-three:hover {
  color: var(--main-color-two);
}

/* Btn Style Four */
.btn-style-four {
  position: relative;
  display: inline-grid;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--white-color);
  font-weight: 600;
  overflow: hidden;
  background: none;
  text-align: center;
  border-radius: 4px;
  padding: 14px 42px 14px;
  text-transform: uppercase;
  background-color: var(--main-color-two);
  font-family: var(--font-family-inter);
}

.btn-style-four:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: var(--white-color);
}

.btn-style-four .txt {
  position: relative;
  z-index: 1;
}

.btn-style-four:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-four:hover {
  color: var(--main-color-two);
}

/* Btn Style Five */
.btn-style-five {
  position: relative;
  display: inline-grid;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--main-color-two);
  font-weight: 600;
  overflow: hidden;
  background: none;
  text-align: center;
  border-radius: 0px;
  padding: 14px 42px 14px;
  text-transform: capitalize;
  background-color: var(--main-color);
  font-family: var(--font-family-inter);
}

.btn-style-five:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--main-color-two);
}

.btn-style-five:hover::before {
  width: 100%;
  height: 100%;
}

.btn-style-five .txt {
  position: relative;
  z-index: 1;
}

.btn-style-five:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-five:hover {
  color: var(--white-color);
}

/* Btn Style Six */
.btn-style-six {
  position: relative;
  display: inline-grid;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--white-color);
  font-weight: 600;
  overflow: hidden;
  background: none;
  text-align: center;
  border-radius: 0px;
  padding: 14px 42px 14px;
  text-transform: capitalize;
  background-color: var(--main-color-two);
  font-family: var(--font-family-inter);
}

.btn-style-six:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--main-color);
}

.btn-style-six:hover::before {
  background-color: var(--white-color);
}

.btn-style-six .txt {
  position: relative;
  z-index: 1;
}

.btn-style-six:hover {
  color: var(--white-color);
}

.theme_color {
  color: #0060ff;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

  ====================================================================
      Section Title
  ====================================================================

  ***/
.sec-title {
  text-align: center;
  position: relative;
  margin-top: var(--margin-top-110);
  margin-bottom: var(--margin-bottom-40);
}

.sec-title .title {
  position: relative;
  color: #19697c;
  font-size: 18px;
  margin-bottom: var(--margin-bottom-15);
}

.sec-title h2 {
  font-weight: 900;
  color: var(--main-color-two);
  text-transform: uppercase;
  margin-bottom: var(--margin-bottom-10);
}

.sec-title h2 span {
  font-weight: 300;
  color: var(--main-color);
}

.sec-title p {
  margin-top: var(--padding-top-20);
}

.sec-title.style-two h2 {
  text-transform: capitalize;
}

.sec-title .icon {
  position: absolute;
  left: 10px;
  top: -12px;
  opacity: 0.2;
  line-height: 1em;
  font-size: var(--font-70);
  color: var(--main-color-two);
}

.sec-title .text {
  text-transform: uppercase;
  margin-top: var(--margin-top-25);
}

.sec-title.light .text,
.sec-title.light h2 {
  color: var(--white-color);
}

.sec-title.centered {
  text-align: center !important;
}

.sec-title.centered .separator {
  margin: 0 auto;
}

.sec-title.centered .icon {
  left: 50% !important;
  transform: translateX(-50%);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Nunito Sans", sans-serif;
}

body,
ul,
li {
  margin: 0;
  padding: 0;
}

a,
a:hover {
  color: #000000;
  text-decoration: none;
}

p {
  font-size: 1em;
  font-weight: 600;
  line-height: 2.3;
}

h1 {
  font-size: 1.4em;
}

.top-header {
  background-color: #0c2d62;
  padding: 14px 0;
}
.top-header h6 {
  font-size: var(--font-14);
  font-weight: 400;
  color: var(--white-color);
}
.top-header .social-block {
  position: relative;
  float: right;
}
.top-header .social-block li {
  margin-left: var(--margin-left-15);
  display: inline-block;
}
.top-header .social-block .follow {
  position: relative;
  font-weight: 400;
  font-size: var(--font-14);
  color: var(--white-color);
  text-transform: uppercase;
}
.top-header .social-block li a {
  position: relative;
  color: var(--white-color);
  font-size: var(--font-16);
}
.top-header .major-brands {
  position: relative;
  float: right;
}
.top-header .major-brands li {
  margin-left: var(--margin-left-15);
  display: inline-block;
}
.top-header .major-brands .mbrands {
  position: relative;
  font-weight: 400;
  font-size: var(--font-14);
  color: var(--white-color);
}

.main-header .middle-header {
  position: relative;
  padding: 20px 0;
  background-color: var(--white-color);
}
.main-header .middle-header .middle-right {
  position: relative;
  padding-top: var(--padding-top-25);
}
.main-header .middle-header .logo {
  z-index: 1000;
  position: absolute;
  top: 20px;
}

.main-header .info-block {
  position: relative;
  float: left;
  z-index: 1;
  min-height: 56px;
  margin-left: var(--margin-left-20);
  font-size: var(--font-16);
  color: #777777;
  text-align: left;
  padding: 0px 0px 10px 55px;
}
.main-header .info-block .icon-block {
  position: absolute;
  left: 0px;
  top: 3px;
  line-height: 1em;
  font-size: var(--font-40);
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: var(--main-color);
  line-height: 1em;
}
.main-header .info-block ul li {
  position: relative;
  line-height: 1.6em;
  font-weight: 700;
  margin: var(--margin-zero);
  color: var(--main-color);
  font-size: var(--font-16);
  text-transform: capitalize;
}
.main-header .info-block ul li a {
  color: var("--main-color-two") !important;
}
.main-header .btn {
  padding: 0 2px 0 2px;
  float: right;
}
.main-header .btn a {
  padding: 8px 35px 8px;
}

/* Main Menu */
.lower-header .nav-container {
  background-color: var(--main-color);
  position: relative;
  padding-left: var(--padding-left-100);
  left: 113px;
  width: 1130px;
  z-index: 999;
}
.lower-header .nav-container .curve-layer {
  position: absolute;
  content: "";
  left: -38px;
  top: 0px;
  border-top: 51px solid var(--main-color);
  border-left: 38px solid transparent;
}
.lower-header .nav-container ul.navigation {
  line-height: 40px;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
}
.lower-header .nav-container ul.navigation li {
  float: left;
  width: auto;
  font-size: var(--font-16);
  font-weight: 700;
  padding: 6px;
  margin-right: var(--margin-right-25);
}
.lower-header .nav-container ul.navigation ul.navigation li a {
  display: block;
  width: auto;
  color: var(--main-color-two);
  text-align: center;
  padding: 14px 15px;
  text-decoration: none;
}
.lower-header .nav-container ul.navigation li a:hover {
  color: var(--white-color);
}
.lower-header .nav-container ul.navigation li a.active {
  color: var(--white-color);
}
.lower-header .nav-container ul.navigation li:hover {
  color: var(--white-color);
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.lower-header .nav-container ul.navigation li:hover ul {
  background-color: var(--main-color-two);
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.33s;
  -o-transition-duration: 0.33s;
  -webkit-transition-duration: 0.33s;
  transition-duration: 0.33s;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lower-header .nav-container ul.sub-navigation {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  left: 0;
  line-height: 40px;
  background-color: var(--main-color);
}
.lower-header .nav-container ul.sub-navigation li:hover {
  color: var(--main-color);
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lower-header .nav-container ul.navigation a,
.lower-header .nav-container ul.sub-navigation a {
  padding: 0 10px;
}
.lower-header .nav-container ul.navigation a {
  color: var(--main-color-two);
}
.lower-header .nav-container ul.sub-navigation a {
  color: var(--main-color);
}

/* HTML Template */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Banner Section / Style Two / Style Three / Style Four
6. 
7. 
8. 
9. 
10.
**********************************************/
/* 

	font-family: 'Inter', sans-serif;
	font-family: 'Nunito Sans', sans-serif;

*/
/*** 

====================================================================
	Root Code Variables
====================================================================

 ***/
/* Theme Color */
:root {
  /* #f2be00 in decimal RGB */
  --main-color: rgb(242, 190, 0);
  /* #0c2d62 in decimal RGB */
  --main-color-two: rgb(12, 45, 98);
  /* #f2be00 in decimal RGBA */
  --main-color-two-rgba: rgb(242, 190, 0, 0.9);
  /* #ffffff in decimal RGB */
  --white-color: rgb(255, 255, 255);
  /* #ffffff in decimal RGBA */
  --white-color-opicity: rgba(255, 255, 255, 0.8);
  /* #ffffff in decimal RGBA */
  --white-color-opicity-two: rgba(255, 255, 255, 0.2);
  /* #000000 in decimal RGB */
  --black-color: rgb(0, 0, 0);
  /* #ffffff in decimal RGBA Two */
  --black-color-opicity: rgba(0, 0, 0, 0.8);
  /* #555555 in decimal RGB */
  --text-color: rgb(85, 85, 85);
  /* #00162b Heading Color in decimal RGB */
  --heading-color: rgb(0, 22, 43);
  /* #f4f4f4 Grey Color in decimal RGB */
  --heading-color: rgb(244, 244, 244);
  --font-family-inter: "Inter", sans-serif;
  --font-family-nunito: "Nunito Sans", sans-serif;
  /* Heading Fonts */
  --font-12: 12px;
  --font-13: 13px;
  --font-14: 14px;
  --font-15: 15px;
  --font-16: 16px;
  --font-18: 18px;
  --font-20: 20px;
  --font-22: 22px;
  --font-24: 24px;
  --font-26: 26px;
  --font-28: 28px;
  --font-30: 30px;
  --font-34: 34px;
  --font-36: 36px;
  --font-40: 40px;
  --font-44: 44px;
  --font-48: 48px;
  --font-50: 50px;
  --font-52: 52px;
  --font-54: 54px;
  --font-56: 56px;
  --font-58: 58px;
  --font-60: 60px;
  --font-62: 62px;
  --font-64: 64px;
  --font-66: 66px;
  --font-68: 68px;
  --font-70: 70px;
  --font-72: 72px;
  --font-74: 74px;
  --font-76: 76px;
  --font-78: 78px;
  --font-80: 80px;
  --font-90: 90px;
  --font-100: 100px;
  --font-110: 110px;
  --font-120: 120px;
  --font-150: 150px;
  --font-200: 200px;
  --margin-zero: 0px;
  /* Margin Left Variables */
  --margin-left-5: 5px;
  --margin-left-10: 10px;
  --margin-left-15: 15px;
  --margin-left-20: 20px;
  --margin-left-25: 25px;
  --margin-left-30: 30px;
  --margin-left-35: 35px;
  --margin-left-40: 40px;
  --margin-left-45: 45px;
  --margin-left-50: 50px;
  --margin-left-55: 55px;
  --margin-left-60: 60px;
  --margin-left-65: 65px;
  --margin-left-70: 70px;
  --margin-left-75: 75px;
  --margin-left-80: 80px;
  --margin-left-85: 85px;
  --margin-left-90: 90px;
  --margin-left-95: 95px;
  --margin-left-100: 100px;
  /* Margin Top Variables */
  --margin-top-5: 5px;
  --margin-top-10: 10px;
  --margin-top-15: 15px;
  --margin-top-20: 20px;
  --margin-top-25: 25px;
  --margin-top-30: 30px;
  --margin-top-35: 35px;
  --margin-top-40: 40px;
  --margin-top-45: 45px;
  --margin-top-50: 50px;
  --margin-top-55: 55px;
  --margin-top-60: 60px;
  --margin-top-65: 65px;
  --margin-top-70: 70px;
  --margin-top-75: 75px;
  --margin-top-80: 80px;
  --margin-top-85: 85px;
  --margin-top-90: 90px;
  --margin-top-95: 95px;
  --margin-top-100: 100px;
  --margin-top-110: 110px;
  /* Margin Right Variables */
  --margin-right-5: 5px;
  --margin-right-10: 10px;
  --margin-right-15: 15px;
  --margin-right-20: 20px;
  --margin-right-25: 25px;
  --margin-right-30: 30px;
  --margin-right-35: 35px;
  --margin-right-40: 40px;
  --margin-right-45: 45px;
  --margin-right-50: 50px;
  --margin-right-55: 55px;
  --margin-right-60: 60px;
  --margin-right-65: 65px;
  --margin-right-70: 70px;
  --margin-right-75: 75px;
  --margin-right-80: 80px;
  --margin-right-85: 85px;
  --margin-right-90: 90px;
  --margin-right-95: 95px;
  --margin-right-100: 100px;
  /* Margin Bottom Variables */
  --margin-bottom-5: 5px;
  --margin-bottom-10: 10px;
  --margin-bottom-15: 15px;
  --margin-bottom-20: 20px;
  --margin-bottom-25: 25px;
  --margin-bottom-30: 30px;
  --margin-bottom-35: 35px;
  --margin-bottom-40: 40px;
  --margin-bottom-45: 45px;
  --margin-bottom-50: 50px;
  --margin-bottom-55: 55px;
  --margin-bottom-60: 60px;
  --margin-bottom-65: 65px;
  --margin-bottom-70: 70px;
  --margin-bottom-75: 75px;
  --margin-bottom-80: 80px;
  --margin-bottom-85: 85px;
  --margin-bottom-90: 90px;
  --margin-bottom-95: 95px;
  --margin-bottom-100: 100px;
  --margin-bottom-150: 150px;
  --margin-bottom-200: 200px;
  --padding-zero: 0px;
  /* Padding Left Variables */
  --padding-left-5: 5px;
  --padding-left-10: 10px;
  --padding-left-15: 15px;
  --padding-left-20: 20px;
  --padding-left-25: 25px;
  --padding-left-30: 30px;
  --padding-left-35: 35px;
  --padding-left-40: 40px;
  --padding-left-45: 45px;
  --padding-left-50: 50px;
  --padding-left-55: 55px;
  --padding-left-60: 60px;
  --padding-left-65: 65px;
  --padding-left-70: 70px;
  --padding-left-75: 75px;
  --padding-left-80: 80px;
  --padding-left-85: 85px;
  --padding-left-90: 90px;
  --padding-left-95: 95px;
  --padding-left-100: 100px;
  --padding-left-100: 110px;
  --padding-left-120: 120px;
  --padding-left-130: 130px;
  --padding-left-140: 140px;
  --padding-left-150: 150px;
  --padding-left-160: 160px;
  --padding-left-170: 170px;
  --padding-left-180: 180px;
  --padding-left-190: 190px;
  --padding-left-200: 200px;
  --padding-left-220: 220px;
  --padding-left-230: 230px;
  /* Padding Top Variables */
  --padding-top-5: 5px;
  --padding-top-10: 10px;
  --padding-top-15: 15px;
  --padding-top-20: 20px;
  --padding-top-25: 25px;
  --padding-top-30: 30px;
  --padding-top-35: 35px;
  --padding-top-40: 40px;
  --padding-top-45: 45px;
  --padding-top-50: 50px;
  --padding-top-55: 55px;
  --padding-top-60: 60px;
  --padding-top-65: 65px;
  --padding-top-70: 70px;
  --padding-top-75: 75px;
  --padding-top-80: 80px;
  --padding-top-85: 85px;
  --padding-top-90: 90px;
  --padding-top-95: 95px;
  --padding-top-100: 100px;
  --padding-top-110: 110px;
  --padding-top-120: 120px;
  --padding-top-130: 130px;
  --padding-top-140: 140px;
  --padding-top-150: 150px;
  --padding-top-200: 200px;
  /* Padding Right Variables */
  --padding-right-5: 5px;
  --padding-right-10: 10px;
  --padding-right-15: 15px;
  --padding-right-20: 20px;
  --padding-right-25: 25px;
  --padding-right-30: 30px;
  --padding-right-35: 35px;
  --padding-right-40: 40px;
  --padding-right-45: 45px;
  --padding-right-50: 50px;
  --padding-right-55: 55px;
  --padding-right-60: 60px;
  --padding-right-65: 65px;
  --padding-right-70: 70px;
  --padding-right-75: 75px;
  --padding-right-80: 80px;
  --padding-right-85: 85px;
  --padding-right-90: 90px;
  --padding-right-95: 95px;
  --padding-right-100: 100px;
  --padding-right-110: 110px;
  --padding-right-150: 150px;
  --padding-right-160: 160px;
  --padding-right-170: 170px;
  --padding-right-200: 200px;
  --padding-right-250: 250px;
  /* Padding Bottom Variables */
  --padding-bottom-5: 5px;
  --padding-bottom-10: 10px;
  --padding-bottom-15: 15px;
  --padding-bottom-20: 20px;
  --padding-bottom-25: 25px;
  --padding-bottom-30: 30px;
  --padding-bottom-35: 35px;
  --padding-bottom-40: 40px;
  --padding-bottom-45: 45px;
  --padding-bottom-50: 50px;
  --padding-bottom-55: 55px;
  --padding-bottom-60: 60px;
  --padding-bottom-65: 65px;
  --padding-bottom-70: 70px;
  --padding-bottom-75: 75px;
  --padding-bottom-80: 80px;
  --padding-bottom-85: 85px;
  --padding-bottom-90: 90px;
  --padding-bottom-95: 95px;
  --padding-bottom-100: 100px;
  --padding-bottom-150: 150px;
  --padding-bottom-200: 200px;
  --padding-bottom-250: 250px;
}

/*** 

  ====================================================================
      Reset
  ====================================================================

   ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

/*** 

  ====================================================================
      Global Settings
  ====================================================================

   ***/
body {
  font-family: var(--font-family-nunito);
  font-size: 14px;
  color: var(--text-color);
  line-height: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
  padding: 0px 50px 0px;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

button,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0px;
  background: none;
  color: var(--main-color-two);
  font-family: var(--font-family-inter);
}

/* 
input,
button,
select,
textarea {
}
 */
textarea {
  overflow: hidden;
}

.text,
p {
  position: relative;
  line-height: 1.7em;
  font-size: var(--font-16);
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--font-family-nunito);
}

/* Typography */
h1 {
  line-height: 1.2em;
  font-weight: 700;
  font-size: var(--font-54);
}

h2 {
  line-height: 1.2em;
  font-weight: 700;
  font-size: var(--font-40);
}

h3 {
  line-height: 1.3em;
  font-weight: 700;
  font-size: var(--font-30);
}

h4 {
  line-height: 1.4em;
  font-weight: 700;
  font-size: var(--font-24);
}

h5 {
  line-height: 1.4em;
  font-weight: 700;
  font-size: var(--font-20);
}

h6 {
  line-height: 1.6em;
  font-weight: 700;
  font-size: var(--font-18);
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.medium-container {
  position: static;
  max-width: 1000px;
  padding: 0px 15px;
  margin: 0 auto;
}

.pull-left {
  float: left;
}

.puttl-right {
  float: right;
}

/*
  .page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    min-width: 300px;
  } */
ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
}

.theme-btn {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.centered {
  text-align: center;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

/***

  ====================================================================
      Scroll To Top style
  ====================================================================

  ***/
.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: var(--main-color);
  font-size: var(--font-16);
  text-transform: uppercase;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  background: var(--white-color);
  display: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  color: var(--white-color);
  background: var(--main-color);
}

/* List Style One */
.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  color: var(--white-color);
  font-size: var(--font-16);
  font-weight: 400;
  line-height: 1.8em;
  font-family: var(--font-family-fira);
  margin-bottom: var(--margin-bottom-10);
  padding-left: var(--padding-left-30);
}

.list-style-one li a {
  position: relative;
  color: var(--white-color);
  font-family: var(--font-family-fira);
}

.list-style-one li a:hover {
  color: var(--main-color);
}

.list-style-one li .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  color: var(--main-color);
  font-size: var(--font-18);
  line-height: 1em;
  font-weight: 300;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* List Style Two */
.list-style-two {
  position: relative;
}

.list-style-two li {
  position: relative;
  color: var(--main-color-two);
  font-size: var(--font-18);
  padding-left: var(--padding-left-35);
  font-weight: 600;
  line-height: 1.8em;
  font-family: var(--font-family-fira);
  margin-bottom: var(--margin-bottom-5);
}

.list-style-two li:before {
  position: absolute;
  content: "\f1c5";
  left: 0px;
  top: 0px;
  font-weight: 400;
  font-family: "flaticon";
  color: var(--main-color);
}

.list-style-two li:last-child {
  margin-bottom: var(--margin-zero);
}

/* Btn Style One */
.btn-style-one {
  position: relative;
  display: inline-grid;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--main-color-two);
  font-weight: 600;
  overflow: hidden;
  background: none;
  text-align: center;
  border-radius: 4px;
  padding: 14px 42px 14px;
  background-color: var(--main-color);
  font-family: var(--font-family-inter);
}

.btn-style-one:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: var(--main-color-two);
}

.btn-style-one .txt {
  position: relative;
  z-index: 1;
}

.btn-style-one:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-one:hover {
  color: var(--white-color);
}

/* Btn Style Two */
.btn-style-two {
  position: relative;
  display: inline-grid;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--white-color);
  font-weight: 600;
  overflow: hidden;
  background: none;
  text-align: center;
  border-radius: 4px;
  padding: 10px 44px 10px;
  background-color: var(--main-color-two);
  font-family: var(--font-family-inter);
}

.btn-style-two:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: var(--main-color);
}

.btn-style-two .txt {
  position: relative;
  z-index: 1;
}

.btn-style-two:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-two:hover {
  color: var(--main-color-two);
}

/* Btn Style Three */
.btn-style-three {
  position: relative;
  display: inline-grid;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--main-color-two);
  font-weight: 600;
  overflow: hidden;
  background: none;
  text-align: center;
  border-radius: 4px;
  padding: 14px 42px 14px;
  background-color: var(--main-color);
  font-family: var(--font-family-inter);
}

.btn-style-three:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: var(--white-color);
}

.btn-style-three .txt {
  position: relative;
  z-index: 1;
}

.btn-style-three:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-three:hover {
  color: var(--main-color-two);
}

/* Btn Style Four */
.btn-style-four {
  position: relative;
  display: inline-grid;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--white-color);
  font-weight: 600;
  overflow: hidden;
  background: none;
  text-align: center;
  border-radius: 4px;
  padding: 14px 42px 14px;
  text-transform: uppercase;
  background-color: var(--main-color-two);
  font-family: var(--font-family-inter);
}

.btn-style-four:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  background-color: var(--white-color);
}

.btn-style-four .txt {
  position: relative;
  z-index: 1;
}

.btn-style-four:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-four:hover {
  color: var(--main-color-two);
}

/* Btn Style Five */
.btn-style-five {
  position: relative;
  display: inline-grid;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--main-color-two);
  font-weight: 600;
  overflow: hidden;
  background: none;
  text-align: center;
  border-radius: 0px;
  padding: 14px 42px 14px;
  text-transform: capitalize;
  background-color: var(--main-color);
  font-family: var(--font-family-inter);
}

.btn-style-five:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--main-color-two);
}

.btn-style-five:hover::before {
  width: 100%;
  height: 100%;
}

.btn-style-five .txt {
  position: relative;
  z-index: 1;
}

.btn-style-five:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-five:hover {
  color: var(--white-color);
}

/* Btn Style Six */
.btn-style-six {
  position: relative;
  display: inline-grid;
  font-size: var(--font-16);
  line-height: 30px;
  color: var(--white-color);
  font-weight: 600;
  overflow: hidden;
  background: none;
  text-align: center;
  border-radius: 0px;
  padding: 14px 42px 14px;
  text-transform: capitalize;
  background-color: var(--main-color-two);
  font-family: var(--font-family-inter);
}

.btn-style-six:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  z-index: 1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: var(--main-color);
}

.btn-style-six:hover::before {
  background-color: var(--white-color);
}

.btn-style-six .txt {
  position: relative;
  z-index: 1;
}

.btn-style-six:hover {
  color: var(--white-color);
}

.theme_color {
  color: #0060ff;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*** 

  ====================================================================
      Section Title
  ====================================================================

  ***/
.sec-title {
  text-align: center;
  position: relative;
  margin-top: var(--margin-top-110);
  margin-bottom: var(--margin-bottom-40);
}

.sec-title .title {
  position: relative;
  color: #19697c;
  font-size: 18px;
  margin-bottom: var(--margin-bottom-15);
}

.sec-title h2 {
  font-weight: 900;
  color: var(--main-color-two);
  text-transform: uppercase;
  margin-bottom: var(--margin-bottom-10);
}

.sec-title h2 span {
  font-weight: 300;
  color: var(--main-color);
}

.sec-title p {
  margin-top: var(--padding-top-20);
}

.sec-title.style-two h2 {
  text-transform: capitalize;
}

.sec-title .icon {
  position: absolute;
  left: 10px;
  top: -12px;
  opacity: 0.2;
  line-height: 1em;
  font-size: var(--font-70);
  color: var(--main-color-two);
}

.sec-title .text {
  text-transform: uppercase;
  margin-top: var(--margin-top-25);
}

.sec-title.light .text,
.sec-title.light h2 {
  color: var(--white-color);
}

.sec-title.centered {
  text-align: center !important;
}

.sec-title.centered .separator {
  margin: 0 auto;
}

.sec-title.centered .icon {
  left: 50% !important;
  transform: translateX(-50%);
}

#slider {
  margin-top: -52px;
}
#slider .item {
  position: relative;
}
#slider .desc {
  color: black;
  position: absolute;
  top: 40%;
  max-width: 930px;
}
#slider h1 {
  color: var(--white-color);
}
#slider h1 span {
  color: var(--main-color);
}
#slider .title {
  position: relative;
  font-weight: 500;
  line-height: 1.6em;
  color: var(--white-color);
  font-size: var(--font-18);
  text-transform: uppercase;
  margin-bottom: var(--margin-bottom-20);
}
#slider .item .overlay::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(12, 45, 98, 0.82);
}

.main-title {
  text-align: center;
}

#services {
  padding: 15px 0;
}
#services .services-block {
  background-color: var(--main-color-two);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-size: cover;
  padding: 65px 50px 40px;
  background-image: url(../assets/images/service-block-bg.jpg);
  background-attachment: fixed;
  margin-bottom: var(--margin-bottom-50);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
#services .services-block::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.9;
  background-color: var(--main-color-two);
}
#services .inner-box {
  position: relative;
  text-align: center;
  padding: 0 25px;
}
#services .inner-box h6,
#services .inner-box p {
  padding: 8px 0;
  color: var(--white-color);
}
#services .inner-box p {
  line-height: 1.5em;
}
#services .inner-box {
  border-right: 1px dotted var(--main-color);
}
#services .inner-box.last {
  border-right: none;
}

#about {
  margin-top: var(--margin-top-20);
}
#about .about-desc {
  padding: 120px;
  background-color: var(--main-color-two);
}
#about .about-desc .title {
  font-size: var(--font-16);
  color: var(--main-color);
  text-transform: uppercase;
}
#about .about-desc h5,
#about .about-desc p {
  color: var(--white-color);
  padding: 8px 0;
  line-height: 1.4em;
}
#about .about-desc h5 {
  font-weight: 700;
}
#about .about-imgblk {
  text-align: center;
  background-color: var(--white-color);
  display: block;
  margin: auto;
}
#about .about-imgblk img {
  width: 50%;
}

#quotes {
  padding: 30px 0 40px 0;
}

#products {
  text-align: left;
  background-color: var(--main-color-two);
  position: relative;
  overflow: hidden;
  background-size: cover;
  padding: 65px 50px 40px;
  background-image: url(../assets/images/prod-bg.jpg);
  background-attachment: fixed;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

#products::before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.91;
  background-color: #b9b9b9;
}

#products h2,
#products .text,
#products p,
#products .sec-title {
  text-align: left;
}

#products .sec-title .text {
  margin-top: 10px;
  font-weight: 600;
}

.image_description {
  height: 201px;
  display: block;
  float: left;
  transition: box-shadow 0.3s;
  margin: 0;
  padding: 0;
  z-index: 9;
  position: relative;
}

/* .image_description:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
} */
.image_block {
  float: left;
  margin: 0;
  width: 35%;
  height: inherit;
  position: relative;
  padding: 22px;
  display: block;
  /*height: 200px;
  border: 1px solid #ddd;
  background: gray;*/
}

.image_block img {
  width: 200px;
  height: 200px;
  /*height: -webkit-fill-available;*/
}

.description_block {
  float: right;
  width: 65%;
  margin: 0;
  padding: 20px 15px;
  display: block;
}

.title {
  color: var(--main-color-two);
  font-family: var(--font-family-inter);
  font-size: var(--font-18);
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.content {
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 80px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.labels span {
  float: left;
  color: green;
  font-weight: bold;
  cursor: pointer;
}

.labels a {
  color: white;
  float: right;
  font-weight: bold;
  text-decoration: none;
}

.labels .btn-style-two {
  font-size: var(--font-14);
  padding: 5px 15px 5px;
  color: var(--main-color);
}
.labels .btn-style-two:hover {
  color: var(--main-color-two);
}

.image-container {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  border-radius: 50%;
  /* left: 50%; 
  top: 50%;*/
  width: 150px;
  height: 150px;
  /* margin: -150px 0 0 -150px; */
  cursor: pointer;
}

.image {
  -webkit-transition: all 1500ms ease;
  -webkit-transform: scale(1);
  opacity: 0.75;
  position: relative;
  width: 150px;
  height: 150px;
  background-size: 68px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgb(242, 190, 0);
}

.image:hover {
  -webkit-transform: scale(1.028);
  opacity: 1;
  background-color: rgb(12, 45, 98);
}

.product1 {
  background-image: url(../assets/images/electric-icon1.png);
}

.product1:hover {
  background-image: url(../assets/images/electric-icon2.png);
}

.product2 {
  background-image: url(../assets/images/plumbing-icon1.png);
}

.product2:hover {
  background-image: url(../assets/images/plumbing-icon2.png);
}

.product3 {
  background-image: url(../assets/images/hardware-icon1.png);
}

.product3:hover {
  background-image: url(../assets/images/hardware-icon2.png);
}

#feedback .feedback {
  padding-bottom: 110px;
}
#feedback .feedback .item {
  text-align: center;
}
#feedback .feedback .item img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
#feedback .feedback .item p.words {
  padding: 36px 100px 0;
  font-style: italic;
}

#brands {
  background-color: #f1f0eb;
  padding-top: var(--padding-top-30);
  padding-bottom: var(--padding-bottom-30);
}

footer {
  padding-top: 80px;
  padding-bottom: 20px;
  color: var(--white-color);
  background-color: var(--main-color-two);
}
footer h4 {
  font-size: var(--font-16);
  color: var(--main-color);
  padding-bottom: 5px;
}
footer ul li {
  padding: 2px 0;
}
footer ul li span img {
  width: 34px;
  height: 36px;
  margin-right: 5px;
}
footer ul li a {
  color: var(--white-color);
}
footer ul li a:hover {
  color: var(--main-color);
}

/* 
.copyright {
  hr {
    height: 0.6px;
    border-width: 0;
    text-align: left;
    margin-left: 0;
    opacity: 1;
    color: #cbd1d4;
    background-color: #cbd1d4;
  }
} */
.copyright {
  background-color: var(--main-color-two);
  position: relative;
}
.copyright hr {
  margin: 20px 0;
  color: #7e7c74;
}

.terms a,
.rights {
  color: var(--white-color);
  font-size: var(--font-12);
}

.terms a:hover {
  color: var(--main-color);
}

.rights {
  text-align: center;
}

/*-----Page ---------*/
/*About*/
#page-header {
  background-color: var(--main-color-two);
  margin-top: -52px;
}
#page-header h3 {
  color: var(--white-color);
  text-align: center;
  padding-top: var(--padding-top-110);
  padding-bottom: var(--padding-bottom-80);
}

#page-content {
  text-align: left;
  padding: 80px 0;
}
#page-content h4 {
  padding: 30px 0;
}
#page-content h4 span {
  color: var(--main-color);
}
#page-content #contact .contact-wrap {
  background-color: #f9eded;
  border-radius: 25px;
  position: relative;
  height: 100%;
}
#page-content #contact .contact-wrap .contact-pg-icon {
  float: left;
  width: 30%;
  margin-top: 12%;
  margin-left: -20px;
}
#page-content #contact .contact-wrap .contact-details {
  float: left;
  width: 70%;
  padding: 25px 10px 20px;
}
#page-content #contact .contact-wrap .contact-details h6 {
  font-size: var(--font-16);
}
#page-content #contact .contact-wrap .contact-details p {
  font-size: var(--font-14);
}
#page-content #contact .contact-wrap .contact-details p a:hover {
  color: var(--main-color);
}
#page-content #contact .contact-wrap .px-a {
  padding-top: 56px;
}

#map {
  margin-bottom: 15px;
}

#quick-info {
  background-color: var(--main-color);
  padding: 50px 0;
}
#quick-info h5 {
  text-transform: uppercase;
}
#quick-info .quick-call {
  float: right;
}
#quick-info .quick-call .quick-icon {
  float: left;
}
#quick-info .quick-call .quick-details {
  float: left;
  padding: 8px;
}
#quick-info .quick-call .quick-details h6 {
  font-weight: 400;
}
#quick-info .quick-call .quick-details a {
  font-weight: 600;
}

/*products */
.all-products {
  position: relative;
  padding: 0px 0px 100px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.all-products::before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 300px;
  z-index: -1;
  background-color: var(--main-color-two);
  background-size: cover;
  opacity: 0.9;
  background-image: url(../assets/images/all-products-bg.jpg);
  background-attachment: fixed;
}

#page-content .our-trade h4 {
  text-align: center;
  padding: 30px 0 15px 0;
}
#page-content .our-trade p {
  text-align: center;
  margin-bottom: 60px;
}

.product-catlog-wrap .product-img {
  width: 100%;
  height: 265px;
  border-radius: 25px 25px 25px 0;
  background-color: #f9eded;
  background-repeat: no-repeat;
  background-position: center;
}
.product-catlog-wrap .product-details-wrap {
  background-color: var(--main-color);
  padding: 20px 0;
  margin-top: -12px;
  width: 85%;
  height: 94px;
  border-bottom-left-radius: 25px;
}
.product-catlog-wrap .product-details-wrap .product-container {
  display: inline-block;
  float: right;
}
.product-catlog-wrap .product-details-wrap .product-container .product-icon {
  width: 20%;
  float: left;
}
.product-catlog-wrap .product-details-wrap .product-container .product-title {
  width: 80%;
  float: left;
  padding: 14px 0;
  text-align: left;
}
.product-catlog-wrap .product-details-wrap .product-container .product-title h5 {
  font-size: var(--font-18);
}

.product-catlog-wrap .product-img.electric-p {
  background-image: url(../assets/images/electrical-products.jpg);
  background-size: cover;
}
.product-catlog-wrap .product-img.plumbing-p {
  background-image: url(../assets/images/plumbing-products.jpg);
  background-size: cover;
}
.product-catlog-wrap .product-img.hardware-p {
  background-image: url(../assets/images/hardware-materials.jpg);
  background-size: cover;
}

/*--electric products catalog --*/
.ep.all-products::before {
  height: 1200px;
}

.all-products .products-row1,
.all-products .products-row2,
.all-products .products-row3,
.all-products .products-row4,
.all-products .products-row5,
.all-products .products-row6 {
  margin-bottom: 20px;
}

.e-products {
  text-align: center;
}
.e-products h4 {
  padding-bottom: 30px;
}

.electric-product-catlog-wrap .e-product-img img {
  border-radius: 25px 25px 25px 0;
  height: 265px;
  width: 100%;
}
.electric-product-catlog-wrap .e-product-details-wrap {
  position: relative;
  background-color: var(--main-color);
  padding: 20px 0;
  margin-top: -38px;
  width: 85%;
  height: 94px;
  border-bottom-left-radius: 25px;
  z-index: 1;
}
.electric-product-catlog-wrap .e-product-details-wrap .e-product-container {
  display: inline-block;
  float: right;
}
.electric-product-catlog-wrap .e-product-details-wrap .e-product-container .e-product-title {
  width: 100%;
  padding: 14px 8px;
  text-align: right;
}
.electric-product-catlog-wrap .e-product-details-wrap .e-product-container .e-product-title h5 {
  font-size: var(--font-18);
}
.electric-product-catlog-wrap .e-product-dec {
  background-color: #f2efef;
  padding: 110px 15px 15px;
  margin-top: -82px;
  height: 255px;
  width: 100%;
}

/* Small devices (600px and down) */
@media (max-width: 600px) {
  header .top-header h6 {
    display: none;
  }
  header .top-header .social-block {
    text-align: center;
    float: none;
  }
  header .top-header .major-brands {
    text-align: center;
    float: none;
  }
  .main-header .middle-header .logo {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    z-index: 0;
  }
  .main-header .middle-header .middle-right {
    text-align: center;
  }
  .main-header .middle-header .middle-right .info-block {
    float: none;
    display: inline-block;
  }
  .main-header .middle-header .middle-right .info-box {
    display: none;
  }
  .lower-header .nav-container {
    display: none;
  }
  .mobile-nav {
    position: relative;
  }
  .navigation-bar {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
  }
  /*---------------Mobile nav style starts-----------*/
  #toggle {
    display: none;
  }
  /**
    Hamburger
  **/
  .hamburger {
    position: absolute;
    top: 5em;
    right: 5%;
    margin-left: -2em;
    margin-top: -45px;
    width: 2em;
    height: 45px;
    z-index: 5;
  }
  .hamburger div {
    position: relative;
    width: 3em;
    height: 7px;
    border-radius: 3px;
    background-color: #f8982b;
    margin-top: 8px;
    transition: all 0.3s ease-in-out;
  }
  /**
  Nav Styles
  **/
  .nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #090e6b;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
  }
  .nav-wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 20%;
    text-align: center;
  }
  nav {
    text-align: center;
  }
  nav a {
    position: relative;
    text-decoration: none;
    color: #6ecddd;
    font-size: 1.2em;
    display: inline-block;
    margin-top: 1.25em;
    transition: color 0.2s ease-in-out;
    letter-spacing: 1px;
  }
  nav a:before {
    content: "";
    height: 0;
    position: absolute;
    width: 0.25em;
    background-color: white;
    left: -0.5em;
    transition: all 0.2s ease-in-out;
  }
  nav a:hover {
    color: white;
  }
  nav a:hover:before {
    height: 100%;
  }
  /**
  Animations
  **/
  #toggle:checked + .hamburger .top-bun {
    transform: rotate(-45deg);
    margin-top: 25px;
  }
  #toggle:checked + .hamburger .bottom-bun {
    opacity: 0;
    transform: rotate(45deg);
  }
  #toggle:checked + .hamburger .meat {
    transform: rotate(45deg);
    margin-top: -7px;
  }
  #toggle:checked + .hamburger + .nav {
    top: 0;
    transform: scale(1);
  }
  /*---------mobile nav style ends--------*/
  #slider {
    margin-top: 0;
  }
  #slider .title {
    font-size: var(--font-14);
    margin-bottom: var(--margin-bottom-10);
  }
  #slider h1 {
    font-size: var(--font-22);
  }
  #slider .theme-btn {
    display: none;
  }
  .sec-title h2 {
    font-size: var(--font-30);
  }
  .sec-title p {
    padding: 10px;
  }
  .sec-title p.prd-desc {
    padding: 0;
  }
  .sec-title .text {
    font-size: var(--font-12);
  }
  #services .inner-box {
    border-right: none;
    border-bottom: 1px dotted var(--main-color);
    padding: 40px 0;
  }
  #services .inner-box.last {
    border-bottom: none;
  }
  #services .services-block {
    margin-left: 0;
    margin-right: 0;
  }
  #about .about-desc {
    padding: 120px 20px;
  }
  #about .about-imgblk img {
    width: 80%;
  }
  #products {
    padding: 110px 0 110px 0;
  }
  #products .sec-title {
    margin-top: 30px;
  }
  #products .image-container {
    width: 110px;
    height: 110px;
  }
  #products .image-container .image {
    width: 100%;
    height: 100%;
  }
  #feedback .feedback .item p.words {
    padding: 40px 0 0 0;
  }
  .rights {
    text-align: center;
  }
  .main-header .middle-header {
    padding-bottom: 0;
  }
  .middle-right {
    display: none;
  }
  .responsive-tag {
    display: block;
    background-color: var(--main-color);
    position: relative;
    padding: 8px 0;
  }
  .responsive-tag .tagline {
    text-align: center;
  }
  .responsive-tag .tagline h6 {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
  }
  /*footer */
  footer .section1,
  footer .section2,
  footer .section3,
  footer .section4 {
    padding-bottom: 30px;
  }
  footer .copyright {
    text-align: center;
  }
  /*--footer ends--*/
  /*button style*/
  .btn-style-three {
    padding: 10px 32px;
  }
  /* Page Style */
  #quick-info .quick-call {
    float: none;
  }
  #contact .col-sm-12 {
    margin: 12px 0;
  }
  #contact .contact-wrap .contact-pg-icon {
    margin-left: 0 !important;
    margin: 30px 0 !important;
    padding: 0 28px !important;
  }
  #contact .contact-wrap .px-a {
    padding-top: 46px !important;
  }
  .all-products .product-catlog-wrap {
    margin-bottom: 50px;
  }
  .all-products::before {
    height: 680px;
  }
  .ep.all-products .electric-product-catlog-wrap {
    margin-bottom: 30px;
  }
  .ep.all-products::before {
    height: 2200px;
  }
}
/* Devices (600px and above) */
@media (min-width: 600px) {
  .navigation-bar {
    display: none;
  }
  .responsive-tag {
    display: none;
  }
}