@charset "UTF-8";
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body{
  overflow-x: hidden;
}
@font-face {
  font-family: Paint Drops;
  src: url(../fonts/Paint-Drops.ttf);
}
body {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #686777;
}

a {
  text-decoration: none;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Teko", sans-serif;
  color: #070337;
  margin-top: 0px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  letter-spacing: 0.9px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #686777;
  margin-bottom: 15px;
  line-height: 26px;
}

*::-moz-selection {
  background: #7127ea;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #7127ea;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #7127ea;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #222429;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #222429;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.overflow-y-scroll {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #F5F5F5;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #222429;
}

/*--
    - color
-----------------------------------------*/
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff;
}

.white-color {
  color: #ffffff;
}

.theme-color {
  color: #7127ea;
}

.black-color {
  color: #222429;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1200px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
}

.row {
  --bs-gutter-x: 30px;
}

.g-2, .gx-2 {
  --bs-gutter-x: 5px;
}

.pos-rel {
  position: relative;
}

.sec-wrapper p {
  color: #a0a2a6;
}

.sec-wrapper h5 {
  color: #fd914f;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 400;
}
.sec-wrapper h5.white-color {
  color: #ffffff;
}

.section-title {
  font-size: 65px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}
.section-title span {
  color: #fd914f;
}

.basic-pagination ul li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-right: 5px;
  }
}
.basic-pagination ul li.prev a, .basic-pagination ul li.next a {
  width: inherit;
  height: inherit;
  line-height: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.basic-pagination ul li.prev a:hover, .basic-pagination ul li.next a:hover {
  color: #fd914f;
  background: inherit;
}
.basic-pagination ul li.active a {
  color: #ffffff;
  background: #fd914f;
  border-color: #fd914f;
}
.basic-pagination ul li a {
  position: relative;
  overflow: hidden;
  background: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  border: 2px solid #eef0f6;
  color: #222429;
}
.basic-pagination ul li a:hover {
  background: #fd914f;
  color: #ffffff;
  border-color: #fd914f;
}

.link-btn {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding-right: 21px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
}
.link-btn i {
  font-size: 14px;
  position: absolute;
  top: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
.link-btn i:first-child {
  right: 10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn i:last-child {
  right: 0;
}
.link-btn:hover {
  color: #fd914f;
}
.link-btn:hover i:first-child {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.link-btn:hover i:last-child {
  right: -10%;
  visibility: hidden;
  opacity: 0;
}
.link-btn.link-prev {
  padding-right: 0;
  padding-left: 21px;
}
.link-btn.link-prev i:first-child {
  left: 10%;
  right: auto;
}
.link-btn.link-prev i:last-child {
  left: 0;
  right: auto;
}
.link-btn.link-prev:hover i:first-child {
  left: 0%;
  right: auto;
}
.link-btn.link-prev:hover i:last-child {
  left: -10%;
  right: auto;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
/*----------------------------------------*/
/*  02. HEADER CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}
.header-contact-info i {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.header-contact-info.header-contact-info-2 {
    justify-content: end;
}
.header-contact-info.header-contact-info-2 ul {
    display: flex;
    gap: 15px;
}
.header-contact-info p {
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    margin-top: 7px;
    margin-bottom: 0;
}
.header-mobile-number {
    width: 315px;
    height: 61px;
    border-radius: 32px;
    background-color: #dadada;
    text-align: center;
    margin-top: -5%;
}
.header-mobile-number li {
    display: inline-block;
    margin-right: 7px;
    font-size: 17px;
    line-height: 60px;
    color: #000000;
    font-weight: 300;
    font-family: "Rubik";
}
.middle-header {
    padding: 20px 0;
    border-top: 7px solid #dadada;
}
.header-contact-info.header-contact-info-2 ul li {
    display: flex;
    gap: 10px;
}
.header-contact-info {
    display: flex;
    gap: 6px;
}
.middle-header-text-right {
    font-size: 20px;
    line-height: 14px;
    color: #000000;
    font-weight: 600;
    font-family: "Rubik";
}
.middle-header-text-right span {
    color: #ed1c24;
}
.middle-header-right {
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: center;
    flex-direction: column;
}
.header-email-id li {
    display: inline-block;
}
.header-email-id {
    margin-top: 20px;
}
.header-contact-info.header-contact-info-2 ul li i.flaticon-phone-call {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #222429;
  border-top: 1px solid #e9ebed;
  font-size: 18px;
  font-weight: 400;
  font-family: "Teko", sans-serif;
  line-height: 1;
}

.mean-container .mean-nav ul li a:hover {
  color: #fd914f;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0px;
  height: 15px;
  line-height: 14px;
  border-bottom: none;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 44px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #222429;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #222429;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #222429;
}

.logo-black {
  display: none;
}

.header-area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffc801;
    z-index: 99;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    display: block;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    -moz-box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
    box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
}
.header-area.sticky-2 {
  background: #ffffff;
}
.header-pad {
    padding: 0;
}
.main-menu.text-center {
    display: flex;
    justify-content: center;
}
.menu-bg img.img-fluid {
    width: 100%;
}
.sticky .main-menu.text-center .logo.logo-border {
    display: block;
    padding-top: 9px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-pad {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-pad {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-pad {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header-pad {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-pad-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-pad-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .header-pad-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header-transparent {
    background: #302861;
    position: relative;
}
.menu-bg {
    position: absolute;
    top: 0px;
    z-index: 9;
    width: 100%;
}
.main-menu.text-center {
    z-index: 99;
    position: relative;
}
.menu-bg img.img-fluid {
    width: 100%;
    height: 93px;
}
.logo img {
  width: 219px;
}
.main-menu ul li.has-sub {
    padding-right: 46px;
}
.main-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 0px 0 0px;
    padding: 8px 30px 8px 20px;
}
.main-menu.text-center img.logo-white {
    width: 105px;
}
.main-menu.text-center .logo.logo-border {
    display: none;
    padding-top: 9px;
}
.main-menu ul li:after {
    content: '';
    background: #ddb231;
    position: absolute;
    width: 3px;
    height: 25px;
    top: 21px;
    right: 2px;
}
.main-menu ul li:last-child:after, .main-menu ul.sub-menu li:after{
    background: transparent;
}
#sidebar-toggle {
    position: relative;
    z-index: 999;
}
.main-menu ul li:last-child{
  border-right: 0px;
}
li.has-sub > a:before {
    position: absolute;
    top: 17px;
    right: -13px;
    display: block;
    width: 2px;
    height: 15px;
    background: #ffffff;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
li.has-sub > a:after {
    position: absolute;
    top: 23px;
    right: -19px;
    width: 14px;
    height: 3px;
    display: block;
    background: #ffffff;
    content: '';
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu ul li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.main-menu ul li > a {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding: 12px 0px;
    display: inline-block;
    font-family: "Rubik";
}

.main-menu ul li:hover > a {
  color: #ddb231;
}

.main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 220px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-top: 4px solid #ddb231;
    padding: 0 0px 0px;
    transition: 0.3s;
    text-align: left;
}

.main-menu ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-menu ul li .sub-menu > li {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0 10px;
    border-bottom: 1px solid #000;
    border-right: none;
}

.main-menu ul li .sub-menu > li a {
    display: block;
    padding: 5px 24px;
    position: relative;
    color: #222;
    border-radius: 0;
    margin: 0 0;
    line-height: 24px;
    font-size: 16px;
}

.main-menu ul li .sub-menu > li a.active {
  color: #ddb231;
}

.main-menu ul li .sub-menu > li a:hover {
  color: #ddb231;
}

.header-light .main-menu ul li > a {
  color: #595959;
}

.header-light .main-menu ul li:hover > a {
  color: #ddb231;
}

.header-light .header-search {
  margin-left: 25px;
}

.header-light .header-search button {
  color: #595959;
}

.header-light .header-social a {
  color: #595959;
}

.header-info span {
  margin-right: 35px;
}

.header-info span i {
  margin-right: 10px;
  color: #ddb231;
}

.play-btn {
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
  background-color: #222;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  padding-left: 3px;
  margin-left: 27px;
}

/* sidebar css start */
.sidebar-toggle-btn .line {
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-toggle-btn-white .line {
  background: #ffffff;
}
.sidebar-toggle-btn:hover {
  cursor: pointer;
}
.sidebar-toggle-btn:hover .line {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.sidebar-toggle-btn:hover .line:nth-child(1) {
  width: 10px;
}
.sidebar-toggle-btn:hover .line:nth-child(2) {
  width: 20px;
}
.sidebar-toggle-btn-2 .line {
  background: #222429;
}

/* sidebar area */
.sidebar__area {
  position: fixed;
  right: -340px;
  top: 0;
  width: 320px;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}
.sidebar__area.sidebar-opened {
  right: 0px;
}
.sidebar__wrapper {
  position: relative;
  padding: 30px;
}
.sidebar__close {
  position: absolute;
  top: 25px;
  right: 25px;
}
.sidebar__close-btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: transparent;
  color: #222429;
}
.sidebar__close-btn:focus {
  color: #222429;
}
.sidebar__search input {
  width: 100%;
  height: 50px;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #edeef3;
  outline: none;
  border: 1px solid #ffffff;
  font-size: 16px;
  padding: 25px 65px 20px 55px;
}
.sidebar__search input::placeholder {
  color: #8c8faa;
}
.sidebar__search input:focus {
  border-color: #fd914f;
}
.sidebar__search button {
  background: transparent;
  position: absolute;
  top: 15px;
  left: 24px;
}
.sidebar__search button i::after {
  color: #222429;
  opacity: 1;
}
.sidebar__search button i::before {
  color: #8c8faa;
}
.sidebar__contact ul li {
  margin-bottom: 8px;
  display: flex;
}
.sidebar__contact ul li .icon i {
  line-height: 27px;
  margin-right: 15px;
  color: #fd914f;
}
.sidebar__contact ul li .text span, .sidebar__contact ul li .text a {
  color: #686777;
}
.sidebar__contact ul li .text span:hover, .sidebar__contact ul li .text a:hover {
  color: #fd914f;
}

/*----------------------------------------*/
/*  18. FOOTER CSS START
/*----------------------------------------*/
.top-footer{
  background: url(../img/footer-bg.png);
  padding: 80px 0 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-logo{
  margin-bottom: 40px;
}
.footer-title h2{
  font-size: 25px;
  line-height: 60px;
  color: #ffcb26;
  font-weight: 900;
  font-family: "Rubik";
  -webkit-text-stroke: 2px #07163d;
}
.footer-address p {
    font-size: 18px;
    line-height: 40px;
    color: #fffffe;
    font-weight: 400;
    font-family: "Rubik";
}
.footer-address p span{
  color: #ffd348;
}
.footer-contact-info-inner ul {
    display: flex;
    gap: 20px;
}
.footer-contact-info-inner ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-contact-info-inner ul li p {
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    text-align: left;
    margin-bottom: 9px;
}
.footer-contact-info-inner ul li h3 {
    font-size: 20px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    margin-bottom: 0;
    text-transform: capitalize;
}
.footer-contact-info {
    margin-top: 150px;
}
/* copyright */
.copyright-area {
    border-top: 1px solid #15112c;
    background: #15112c;
    text-align: center;
}

.footer-copyright p {
    color: #fff;
    margin: 0;
}
.footer-copyright p span {
    color: #fff600;
    font-weight: 700;
}
/*# sourceMappingURL=style.css.map */

/*Slider Css Start Here*/
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    background: transparent;
}
/*Slider Css End Here*/

/*Social Media Css Start Here*/
.social-media ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.social-media {
    position: fixed;
    z-index: 9999;
    top: 50%;
    transform: translate(0px, -50%);
}
.social-media li {
    color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-bottom: 2px;
    text-align: center;
}
.social-media li a {
    color: #fff;
}
li.fixed-instagram {
    background: linear-gradient(to bottom, rgba(138,58,185,1) 0%,rgba(233,89,80,1) 50%,rgba(252,204,99,1) 100%);
}
.fixed-facebook{
  background-color: #3b5998;
}
.fixed-twitter{
  background-color: #0084b4;
}
.fixed-youtube{
  background-color: #db4437;
}
.fixed-whatsapp{
  background-color: #34af23;
}
/*Social Media Css End Here*/

/*Welcome Section Css Start Here*/
.welcome-sec{
  margin-top: 65px;
  margin-bottom: 65px;
}
.welcome-sec .title h2{
  font-size: 29px;
  line-height: 29px;
  color: #929090;
  font-weight: 300;
  font-family: "Rubik";
  text-transform: capitalize;
}
.welcome-sec .title h3{
  color: #302861;
  font-size: 46px;
  text-transform: uppercase;
  font-family: "Rubik";
  font-weight: 600;
}
.welcome-sec .content p{
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  font-weight: 300;
  font-family: "Rubik";
}
.readmore-btn{
  border-radius: 10px;
  background-color: #ffc801;
  padding: 21px 56px;
  font-size: 19px;
  line-height: 25px;
  color: #302861;
  font-weight: 400;
  font-family: "Rubik";
  text-align: center;
}
.readmore-btn:hover{
  color: #ec5d16;
}
img.img-fluid {
    width: 100%;
}
/*Welcome Section Css End Here*/

/*Become a Distributor Section Css Start Here*/
.become-sec{
  background-color: #302861;
  padding: 135px 0;
}
.become-sec-content h3{
  font-size: 39px;
  line-height: 39px;
  color: #ffe401;
  font-weight: 600;
  font-family: "Rubik";
  text-transform: capitalize;
}
.become-sec-content h4{
  font-size: 27px;
  line-height: 27px;
  color: #ffe401;
  font-weight: 300;
  font-family: "Rubik";
}
.become-sec-content p{
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Rubik";
}
/*Become a Distributor Section Css End Here*/

/*Product Section Css Start Here*/
.product-sec{
  background-color: #dadada;
  padding: 67px 0;
}
.product-sec-title h2{
  font-size: 39px;
  line-height: 39px;
  color: #302861;
  font-weight: 600;
  font-family: "Rubik";
}
/*Product Section Css End Here*/

/*Other Venture Section Css Start Here*/
.other-venture-sec{
  padding: 50px 0;
}
.other-venture-sec .row {
    justify-content: center;
}
/*Other Venture Section Css End Here*/

/*Inner Page Banner Section Start Here*/
.inner-banner{
  padding: 115px 0px 77px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-banner{
  background-image: url(../img/about-banner.png);
}
.fryums-banner{
  background-image: url(../img/fryums-banner.png);
}
.chips-banner{
  background-image: url(../img/chips-banner.png);
}
.special-banner{
  background-image: url(../img/special-banner.png);
}
.quality-banner{
  background-image: url(../img/quality-banner.png);
}
.namkeen-banner{
  background-image: url(../img/namkeen-banner.png);
}
.contact-us-banner{
  background-image: url(../img/contact-us-banner.png);
}
.gallery-banner{
  background-image: url(../img/gallery-banner.png);
}
.video-banner{
  background-image: url(../img/video-banner.png);
}
.thank-you-banner{
  background-image: url(../img/thank-you-banner.png);
}
.bulk-order-banner{
  background-image: url(../img/bulk-order-banner.png);
}
.banner-title h1{
  font-size: 29px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Rubik";
}
.red-text h2 {
    color: #b62d2f!important;
}
.banner-title h2{
  font-size: 46px;
  color: #ffd300;
  font-weight: 600;
  font-family: "Rubik";
}
/*Inner Page Banner Section End Here*/

/*Info Section Css Start Here*/
.info-sec{
  margin-top: 60px;
  margin-bottom: 60px;
}
.info-sec-content p {
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    font-family: "Rubik";
    padding-right: 40px;
    text-align: justify;
}
.info-sec-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
/*Info Section Css End Here*/

/*Mission vision section css start here*/
.mission-sec {
    background: #ececec;
    padding: 40px 0;
    position: relative;
}
.mission-sec-content h2{
  font-size: 29px;
  line-height: 60px;
  color: #302861;
  font-weight: 700;
  font-family: "Raleway";
}
.mission-sec-content p{
  font-size: 18px;
  line-height: 25px;
  color: #171616;
  font-weight: 300;
  font-family: "Rubik";
  text-align: center;
}
.mission-sec-content {
    border-radius: 80px;
    filter: drop-shadow(2px 3.464px 2.5px rgba(0,0,0,0.18));
    background-image: linear-gradient(0deg, #ffffff 0%, #ffd300 61%, #ffd300 100%);
    padding: 34px 37px 177px;
}
.other-venture-sec p {
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    font-family: "Rubik";
}
.about-venture{
  background: url(../img/venture-bg.png);
  background-repeat: no-repeat;
}
/*Mission vision section css end here*/

/*Product List Section Css Start Here*/
.product-list{
  margin-top: 60px;
  margin-bottom: 110px;
}
.product-list-content h2 {
    font-size: 36px;
    line-height: 50px;
    color: #b62d2f;
    font-weight: 600;
    font-family: "Rubik";
    margin-bottom: 0px;
}
.product-list-content p {
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    font-family: "Rubik";
    margin-bottom: 0px;
}
.product-list-content h3{
  font-size: 29px;
  line-height: 40px;
  color: #b62d2f;
  font-weight: 600;
  font-family: "Rubik";
    margin-bottom: 0px;
}
.product-list-content {
    border-radius: 10px;
    background-color: #ffd300;
    padding: 20px 0;
    width: 510px;
    margin: -29px auto 0;
    z-index: 9;
    position: relative;
}
/*Product List Section Css End Here*/

/*Quality Section Start Here*/
.quality-sec{
  margin-top: 60px;
  margin-bottom: 60px;
}
.quality-sec-content h2{
  font-size: 25px;
  line-height: 44px;
  color: #302861;
  font-weight: 600;
  font-family: "Rubik";
}
.quality-sec-content p{
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  font-weight: 300;
  font-family: "Rubik";
}
/*Quality Section End Here*/

/*Infastructure Section Css Start Here*/
.infastructur-sec{
  background: url(../img/infastructure-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.infastructur-content h2{
  font-size: 25px;
  line-height: 44px;
  color: #ffd300;
  font-weight: 600;
  font-family: "Rubik";
}
.infastructur-content p{
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Rubik";
}
/*Infastructure Section Css End Here*/

/*Delivery Section Css Start Here*/
.delivery-sec{
  margin-top: 60px;
  margin-bottom: 60px;
}
.delivery-sec-title h2 {
    font-size: 25px;
    line-height: 44px;
    color: #302861;
    font-weight: 600;
    font-family: "Rubik";
    margin-bottom: 0px;
}
.delivery-content p {
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    font-family: "Rubik";
    margin-bottom: 0;
}
.delivery-img {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
/*Delivery Section Css End Here*/

/*Contact Us Page Css Start Here*/
.contact-us-sec{
  margin-top: 60px;
  margin-bottom: 60px;
}
.contact-form.contact-form-2 .form-filed {
    flex: 0 0 100%;
}
.contact-form.contact-form-2 {
    background: #302861;
    padding: 30px 30px;
    border-radius: 20px;
}
.contact-form.contact-form-2 form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-form.contact-form-2 button.btn.btn-primary {
    background: #ffe119;
    border: none;
    width: 37%;
    color: #000;
    text-transform: uppercase;
}
textarea {
    width: 100%;
    border: none;
    border-radius: 4px;
    padding: 10px;
}
.contact-info h2 {
    font-size: 30px;
    line-height: 60px;
    color: #302861;
    font-weight: 700;
    font-family: "Rubik";
}
.contact-info h4 i {
    color: #302861;
    font-weight: 700;
    font-size: 30px;
}
.contact-info h4 span {
    margin-top: 5px;
    position: absolute;
    margin-left: 2px;
    font-size: 30px;
    color: #302861;
}
.contact-info {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.form-filed.area-detail {
    flex: 0 0 100%!important;
}
.form-sec .contact-info {
    flex-direction: column;
}
.thank-you-inner img.img-fluid {
    width: 20%;
    margin-bottom: 30px;
}

/*Contact Us Page Css End Here*/

/*Gallery Page Css Start Here*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    border: 10px solid #fff;
    width: calc(100% - 50px);
    margin: 60px auto 60px;
    gap: 20px;
}
.gallery a {
    display: block;
    text-decoration: none;
    width: 32%;
    overflow: hidden;
    outline: none;
}
.gallery a img {
    height: 100%;
    transform: scale(1,1);
    transition: all 300ms ease;
}
.gallery a img:hover {
    transform: scale(1.1,1.1);
}
.bg {
    width: 100%;
    height: 400px;
    background-size: cover;
    transform: scale(1,1);
    transition: all 300ms ease;
}
.bg:hover {
    transform: scale(1.1,1.1);
}
@media(max-width: 991px) {
  .gallery a {
    width: 50%;
  }
}
@media(max-width: 767px) {
  .gallery a {
    width: 100%;
  }

}
.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 2px!important;
}
/*Gallery Page Css End Here*/

/*Distributor page css Start Here*/
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 15px;
    color: #686777;
    border: none;
    background: #F5F5F5;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    outline: none;
}
.contact-form input:focus, .contact-form textarea:focus {
    border-color: #fd914f;
    box-shadow: none;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: #777a7e;
}
.contact-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-form form .form-filed {
    flex: 0 0 49%;
}
.contact-form button.btn.btn-primary {
    background: #b62d2f;
    border-color: #b62d2f;
    border-radius: 30px;
    padding: 10px 57px;
    font-family: "Rubik";
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.form-check input {
    width: 20px;
    margin-right: 20px;
}
.form-check label.form-check-label {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.other-venture-img {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.mobile-slider{
    display: none;
}
.form-full-filed {
    flex: 0 0 100%;
}
select.form-select {
    width: 100%;
    padding: 15px;
    color: #686777;
    border: none;
    background: #F5F5F5;
    font-size: 14px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    outline: none;
}
.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.welcome-sec img.img-fluid {
    width: auto;
}
.banner-title img.img-fluid {
    width: auto;
}
/*Distributor page css End Here*/
@media only screen and (max-width: 1280px) and (min-width: 1100px) {
    .middle-header-right {
        display: flex;
        justify-content: end;
        height: 100%;
        align-items: center;
        flex-direction: column;
        padding-left: 240px;
    }
    .header-mobile-number {
        margin-top: -7%;
    }
}
@media only screen and (max-width: 767px) {
  .header-mobile-number {
    margin-top: 10%;
  }
  .mission-sec-inner {
    margin-bottom: 30px;
}
.product-list-content h2 {
    font-size: 26px;
    line-height: 34px;
}
  
	.mobile-slider{
		display: block;
	}
.desktop-slider{
	display: none;
}
  .logo.logo-border {
    text-align: center;
  }
  .footer-contact-info-inner ul li h3 {
      font-size: 18px;
  }
  .footer-contact-info-inner img {
      width: 30px;
  }
  .footer-contact-info-inner ul li p {
      margin-bottom: 0px;
  }
  .footer-contact-info-inner ul li {
      margin-bottom: 20px;
  }
  .logo img {
    width: 160px;
    margin-top: -7px;
}
.header-right-info .logo.logo-border {
    flex: 0 0 82%;
    position: relative;
    z-index: 999;
    justify-content: flex-start;
    display: none;
}
.sticky .header-right-info .logo.logo-border {
    flex: 0 0 82%;
    position: relative;
    z-index: 999;
    justify-content: flex-start;
    display: flex;
}
.become-sec-content h3 {
    font-size: 30px;
}
.become-sec-content h4 {
    font-size: 20px;
}
.become-sec-img {
    margin-top: 70px;
}
.other-venture-img img.img-fluid {
    width: 60%;
    margin: 0 auto 50px!important;
}
.other-venture-img {
    text-align: center;
}
.product-sec-title img {
    width: 100%;
}
.product-list-content {
    border-radius: 10px;
    background-color: #ffd300;
    padding: 20px 0;
    width: 100%;
    margin: -29px auto 0;
    z-index: 9;
    position: relative;
}
.bg {
    width: 100%;
    height: 260px;
}
.quality-sec-img.text-center img {
    width: 100%;
}
.infastructur-content.text-center img {
    width: 100%;
}
.delivery-sec-title.text-center.mb-50 img {
    width: 100%;
}
.banner-title.red-text img {
    width: 100%;
}
.quality-sec-content.text-center img {
    width: 100%;
}
.contact-form form .form-filed {
    flex: 0 0 100%;
}
.contact-form.contact-form-2 button.btn.btn-primary {
    width: 100%;
}
.info-sec-content p {
    padding-right: 0px;
}
}