@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');
* {
  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;
}
.top-header {
    background: #bf272a;
    padding: 10px 0;
}
.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: 13px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    margin-top: 7px;
    margin-bottom: 0;
}
.middle-header {
    padding: 15px 0;
}
.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;
}
.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: linear-gradient(0deg, #f7d739 0%, #f7d739 0%, #ffea88 50%, #f7d739 100%);
    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: transparent;
    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: 230px;
}
.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 20px 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: #e2aa2f;
    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: #000000;
    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: #000000;
    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: 17px;
    color: #000000;
    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: #fd914f;
}

.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 #fd914f;
    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: #fd914f;
}

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

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

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

.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: #fd914f;
}

.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: 17px;
  line-height: 17px;
  color: #e0e0e0;
  font-weight: 400;
  font-family: "Rubik";
}
.footer-address p span{
  color: #ffd348;
}
.contact-info{
  font-size: 21px!important;
  line-height: 30px!important;
  color: #ffffff!important;
  font-weight: 400!important;
  font-family: "Rubik"!important;
}
/* copyright */
.copyright-area {
    border-top: 1px solid #ffcb26;
    background: #ffcb26;
    text-align: center;
}

.footer-copyright p {
  color: #000;
  margin: 0;
}
.footer-copyright p span {
    color: #000000;
    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*/
.welcom-sec{
  margin-bottom: 80px
}
.welcome-title {
    width: 501px;
    border-radius: 100px;
    background-color: #ffd721;
    border: 3px solid #1c3989;
    margin: -25px auto 0;
    padding-top: 40px;
    padding-bottom: 20px;
}
.welcome-title h1 {
    font-size: 64px;
    color: #ffffff;
    font-family: "Impact";
    margin-bottom: 0;
}
.welcome-title h2 {
    font-size: 41px;
    color: #1c3989;
    font-family: "Impact";
}
.welcome-content p {
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    font-family: "Rubik";
    text-align: justify;
    margin-top: 40px;
    margin-bottom: 0px;
}
.welcome-img {
    margin-top: 60px;
}
/*Welcome Section Css End Here*/

/*Why Choose Section Css Start Here*/
.why-choose-sec{
  background-image: url(../img/why-choose-bg.png);
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.why-choos-title h2{
  font-size: 38px;
  line-height: 38px;
  color: #dd2025;
  font-weight: 800;
  font-family: "Rubik";
}
.why-choos-title h2 span{
  color: #1c3989;
}
.img-fluid{
  width: 100%;
}
.inner-title h3 {
    font-size: 33px;
    line-height: 33px;
    color: #1c3989;
    font-weight: 800;
    font-family: "Rubik";
    margin-top: 27px;
    text-transform: uppercase;
}
/*Why Choose Section Css End Here*/

/*Info Section Css Start Here*/
.info-sec{
  margin-top: 90px;
  margin-bottom: 90px;
}
.info-sec-title p {
    font-size: 17px;
    line-height: 17px;
    color: #000000;
    font-weight: 300;
    font-family: "Rubik";
    text-align: left;
    margin-bottom: 0;
}
.info-sec-title h2 {
    margin-bottom: 0;
    font-size: 33px;
    line-height: 41px;
    color: #1c3989;
    font-weight: 600;
    font-family: "Rubik";
}
.info-sec-content p {
    font-size: 17px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    font-family: "Rubik";
    text-align: justify;
    margin-top: 45px;
}
.info-sec-content iframe {
    margin-top: 45px;
    border-radius: 0;
}
/*Info Section Css End Here*/

/*Inner Banner Section Css Start Here*/
.inner-banner {
    padding-top: 216px;
    padding-bottom: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.about-banner{
  background-image: url(../img/about-banner.png);
}
.softdrinks-banner{
  background-image: url(../img/product-banner.png);
}
.mango-juice-banner{
  background-image: url(../img/produc-banner.png);
}
.energy-drinks-banner{
  background-image: url(../img/produc-banner.png);
}
.fruit-beer-banner{
  background-image: url(../img/produc-banner.png);
}
.soda-banner{
  background-image: url(../img/produc-banner.png);
}
.infrastructure-banner{
  background-image: url(../img/infrastructure-banner.png);
}
.gallery-banner{
  background-image: url(../img/gallery-banner.png);
}
.video-banner{
  background-image: url(../img/video-banner.png);
}
.distributor-banner{
  background-image: url(../img/video-banner.png);
}
.thankyou-banner{
  background-image: url(../img/thankyou-banner.png);
}
.banner-title h2 {
    font-size: 46px;
    line-height: 46px;
    color: #ffd721;
    font-weight: 700;
    font-family: "Rubik";
}
.banner-title h2 span{
  color: #ffffff;
}
/*Inner Banner Section Css End Here*/

/*About Us Section Css Start Here*/
.about-sec{
  margin-top: 90px;
  margin-bottom: 90px;
}
.about-sec .info-sec-content p {
    margin-top: 20px;
}
/*About Us Section Css End Here*/

/*Mission Vision Section Css Start Here*/
.mission-vision-sec{
  background-image: url(../img/why-choose-bg.png);
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
}
.mission-vision-sec-title h2 {
    font-size: 38px;
    line-height: 38px;
    color: #dd2025;
    font-weight: 800;
    font-family: "Rubik";
    margin-bottom: 0px;
}
.mission-vision-sec-title h2 span {
    color: #1c3989;
}
.mission-vision-sec-inner-title {
    display: flex;
    gap: 20px;
}
.mission-vision-sec-inner-title h3 {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 25px;
    line-height: 25px;
    color: #1c3a8a;
    font-weight: 700;
    font-family: "Rubik";
    text-align: center;
}
.mission-vision-sec-content p{
  font-size: 17px;
  line-height: 25px;
  color: #000000;
  font-weight: 300;
  font-family: "Rubik";
}
.mission-vision-sec-title p{
  font-size: 25px;
  line-height: 25px;
  color: #000000;
  font-weight: 700;
  font-family: "Rubik";
  text-align: center;
}
/*Mission Vision Section Css End Here*/

/*Focus On Section Css Start Here*/
.focus-on-sec{
  margin-top: 90px;
  margin-bottom: 90px;
}
.focus-on-sec-title h2{
  opacity: 0.169;
  font-size: 95px;
  line-height: 53px;
  color: #757575;
  font-family: "Impact";
}
.focus-on-sec-title h3{
  font-size: 53px;
  line-height: 41px;
  color: #1c3989;
  font-family: "Impact";
}
.focus-on-sec p{
  font-size: 17px;
  line-height: 21px;
  color: #393939;
  font-family: "Rubik";
  text-align: center;
}
/*Focus On Section Css End Here*/

/*Product List Section Css Start Here*/
.product-list-sec{
  margin-top: 90px;
  margin-bottom: 90px;
}
.product-list-content h2{
  opacity: 0.188;
  font-size: 79px;
  line-height: 25px;
  color: #a19f9e;
  font-family: "Impact";
}
.product-list-content h3{
  font-size: 66px;
  line-height: 45px;
  color: #fe922f;
  font-family: "Paint Drops";
}
.product-list-content p{
  font-size: 17px;
  line-height: 23px;
  color: #000000;
  font-weight: 300;
  font-family: "Rubik";
  text-align: center;
}
.product-size {
    width: 434px;
    height: 74px;
    border-radius: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
}
.orange {
    background-color: #b54a0e;
}
.product-size h3 {
    font-size: 17px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    margin-bottom: 0px;
}
.product-size p {
    font-size: 22px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
}
.product-list-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.cola h3 {
    color: #fe922f;
}
.cola-size {
    background-color: #b54a0e;
}
.clear-lemon h3{
  color: #fe922f;
}
.jeera-masala h3{
  color: #fe922f;
}
.fresh-lemon h3{
  color: #fe922f;
}
.mixed-fruit h3{
  color: #a11919;
}
.energy-drink h3{
    color: #e81933;
}
.mango-juice h3{
    color: #f4a626;
}
.fruit-beer h3{
    color: #e09a21;
}
.soda h3{
    color: #000;
}
.soda-size{
    background-color: #000;
}
.fruit-beer-size{
    background-color: #e09a21;
}
.energy-drink-size{
    background-color: #e81933;
}
.mango-juice-size{
    background-color: #f4a626;
}
.clear-lemon-size{
  background-color: #b54a0e;
}
.jeera-masala-size{
  background-color: #b54a0e;
}
.fresh-lemon-size{
  background-color: #b54a0e;
}
.mixed-fruit-size{
  background-color: #b54a0e;
}
/*Product List Section 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: #0b5ed7;
    border-color: #0b5ed7;
    border-radius: 30px;
    padding: 10px 57px;
    font-family: "Rubik";
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.thank-you-inner img.img-fluid {
    width: 20%;
    margin-bottom: 30px;
}

/*Contact Us Page Css Start Here*/
.contact-form.contact-form-2 .form-filed {
    flex: 0 0 100%;
}
.contact-form.contact-form-2 {
    background: #f8da45;
    padding: 30px 30px;
    border-radius: 20px;
}
.contact-info h2 {
    font-size: 30px;
    line-height: 60px;
    color: #000000;
    font-weight: 700;
    font-family: "Rubik";
}
.contact-info h4 i {
    color: #bf272a;
    font-weight: 700;
    font-size: 30px;
}
.contact-info h4 span {
    margin-top: 5px;
    position: absolute;
    margin-left: 2px;
    font-size: 30px;
    color: #bf272a;
}
.contact-info {
    display: flex;
    justify-content: center;
    height: 100%;
}
.form-filed.area-detail {
    flex: 0 0 100%!important;
}
.form-sec .contact-info {
    flex-direction: column;
}
/*Contact Us Page Css End Here*/
section.hero-banner {
    position: relative;
    z-index: 9;
}
div#header-sticky {
    z-index: 99;
}
/*Responsive Css Start Here*/
@media only screen and (max-width: 767px) {
  .welcome-title {
      width: 100%;
  }
  .desktop-social-media li.fixed-facebook, .desktop-social-media li.fixed-instagram, .desktop-social-media li.fixed-instagram,  .desktop-social-media li.fixed-youtube, .desktop-social-media li.fixed-whatsapp{
        display: none;
    }
    .social-media.desktop-social-media {
    display: none;
}
    .social-media {
        top: 88%;
        transform: translate(0px, -88%);
    }
  .copyright-area {
    padding-bottom: 54px;
}
  .justify-content-end {
    justify-content: flex-start;
    width: 100%;
}
.logo img {
    width: 146px;
    margin-top: -12px;
}
.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;
}
.header-contact-info.mobile-address {
    display: none;
}
.menu-bg img.img-fluid {
    width: 100%;
    height: 130px;
}
section.hero-banner {
    position: relative;
    z-index: 999;
    margin-top: 21px;
}
  .contact-info {
      display: flex;
      flex-direction: column;
  }
  span.space {
      display: none;
  }
  .footer-address p {
      font-size: 17px;
      line-height: 35px;
      color: #e0e0e0;
      font-weight: 400;
      font-family: "Rubik";
  }
  .header-contact-info.header-contact-info-2 ul {
    display: flex;
    gap: 15px;
    flex-direction: row;
}
.header-contact-info.header-contact-info-2 ul li i {
    display: none!important;
}
.gallery {
    width: calc(100% - 0px);
}
.bg {
    height: 300px;
}
  .header-contact-info.header-contact-info-2 {
      justify-content: center;
  }
  .header-contact-info {
      display: flex;
      gap: 6px;
      justify-content: center;
  }
  .header-contact-info.header-contact-info-2 ul li {
      display: flex;
      gap: 10px;
      justify-content: center;
  }
  section.hero-banner {
    position: relative;
    z-index: 999;
    margin-top: -9px;
  }
  .row.align-items-center {
      justify-content: end;
  }
  .sidebar__menu.d-lg-none {
      position: relative;
  }
  
  .sticky .sidebar__menu.d-lg-none:before {
      left: -17rem;
  }
  .welcome-title h2 {
      font-size: 32px;
      color: #1c3989;
      font-family: "Impact";
  }
  .welcome-title h1 {
      font-size: 40px;
      color: #ffffff;
      font-family: "Impact";
      margin-bottom: 10px;
  }
  .info-sec-title h2 {
      font-size: 28px;
  }
  .info-sec-title p {
      font-size: 14px;
  }
  .why-choos-title h2 {
      font-size: 34px;
  }
  .mission-vision-sec-title p {
      font-size: 18px;
  }
  .mission-vision-sec-title h2 {
      font-size: 26px;
  }
  .focus-on-sec-title h2 {
      font-size: 63px;
      line-height: 16px;
  }
  .product-list-content h2 {
      font-size: 42px;
      line-height: 0px;
  }
  .product-list-content {
      margin-top: 38px;
  }
  .product-size {
      width: 100%;
      height: 74px;
      margin-top: 0;
  }
  .banner-title h2 {
      font-size: 30px;
  }
  .contact-form form .form-filed {
      flex: 0 0 100%;
  }
  .social-media li {
      padding: 5px;
      width: 30px;
      height: 30px;
  }
  .products-list-item:nth-child(2) .col-md-6:nth-child(1), .products-list-item:nth-child(4) .col-md-6:nth-child(1), .products-list-item:nth-child(6) .col-md-6:nth-child(1) {
        order: 2;
    }
    .logo.logo-border {
        display: flex;
        justify-content: center;
        margin: auto;
    }
    .middle-header-right {
        justify-content: center;
        margin-top: 10px;
    }
    .inner-banner {
        margin-top: -43px;
    }
    .mission-vision-sec-title p {
        font-size: 14px;
    }
    .mission-vision-sec-title h2 {
        font-size: 24px;
    }
}
.mobile-social-media ul {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.mobile-social-media ul li {
    padding: 5px 5px 5px 5px;
    width: 30px;
    height: 30px;
}
.mobile-social-media ul li i {
    color: #fff;
}
.mobile-social-media {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    background: #ffcb26;
    width: 100%;
    text-align: center;
    border-top: 1px solid #000;
    padding: 10px 0;
}
/*Responsive Css End Here*/