/*
  Theme Name: Bazna - Film Studio WordPress Theme
  Description: Multipurpose Movie Production & Film Studio WordPress Theme
  Version: 1.5
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. brand-area
6. trailer-area
7. our-services-area
8. gallery-area
9. team-area
10. testimonial-area
11. company-fact-area
12. newsletters-area
13. blog-area
14. footer
15. certificate-area
16. history-area
17. latest-video-area
18. cta-area
19. breadcrumb-area
20. faq
21. features-area
22. films-area
23. film-details
24. Blog
25. contact
26. Checkout
27. Login
28. price
*/

:root {
  /* color  */
  --ba-primary: #fd6500;
  --ba-secondary: #696969;
  --ba-heading: #262626;
  --ba-black: #000;
  --ba-white: #fff;
  --ba-border: #e9e9e9;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: var(--ba-secondary);
  font-size: 16px;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -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;
}

button {
  cursor: pointer;
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #010e2a;
  text-decoration: none;
}

a,
button {
  color: var(--ba-primary);
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  color: var(--ba-heading);
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  line-height: 1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: var(--ba-secondary);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--ba-white);
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: var(--ba-white);
  text-shadow: none;
}

::selection {
  background: #444;
  color: var(--ba-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

/* button style */
.btn {
  -moz-user-select: none;
  background: var(--ba-primary);
  border: medium none;
  color: var(--ba-white);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 19px 40px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 30px;
}

.btn:hover {
  background: var(--ba-heading);
  color: var(--ba-white);
}

.btn i {
  font-size: 14px;
  margin-left: 6px;
}

.breadcrumb > .active {
  color: #888;
}

/* scrollUp */
#scrollUp {
  background: var(--ba-primary);
  height: 50px;
  width: 50px;
  right: 50px;
  bottom: 77px;
  color: var(--ba-white);
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 48px;
}

#scrollUp:hover {
  background: var(--ba-black);
}

/* 2 header */
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: 0.4s;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: var(--ba-heading);
}

.menu-2.sticky {
  padding: 0;
}

.black-menu.sticky {
  background: var(--ba-white);
}

.header-area {
  padding: 25px 165px;
}

.menu-bar {
  width: 30px;
  cursor: pointer;
  position: relative;
  margin-right: 46px;
  margin-left: 28px;
}

.menu-bar span {
  display: block;
  margin: 5px 0;
  transition: 0.3s;
  margin-left: auto;
  width: 100%;
  background: var(--ba-white);
  height: 2px;
}

.header-social {
  margin-top: 21px;
}

.header-social a {
  font-size: 16px;
  color: #9d98c6;
  margin-left: 10px;
  transition: 0.3s;
}

.header-social a:hover {
  color: #ff5b67;
}

.header-social a:last-child {
  margin-left: 0;
}

/* header-area-top */
.header-top-border {
  border-bottom: 2px solid #3f4040;
  padding: 13px 0;
}

.header-2-border {
  border-bottom: 1px solid var(--ba-border);
  padding: 13px 0;
}

.header-top-text p {
  color: var(--ba-secondary);
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}

.header-top-text p a {
  color: var(--ba-primary);
}

.header-right {
  padding-top: 4px;
}

.header-info span {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  margin-right: 28px;
}

.header-info span:last-child {
  margin-right: 0;
}

.header-info span i {
  color: var(--ba-primary);
  margin-right: 7px;
}

.search-icon {
  float: right;
  margin-top: 30px;
  margin-left: 27px;
}

.search-icon a {
  color: var(--ba-white);
  font-size: 14px;
  transition: 0.3s;
}

.search-icon a:hover {
  color: var(--ba-primary);
}

/* search-2 */
.black-menu .search-icon {
  margin-top: 38px;
}

.black-menu .search-icon a {
  color: var(--ba-secondary);
}

.menu-3 .search-icon {
  margin-top: 48px;
}

.menu-3 .search-icon a {
  color: var(--ba-secondary);
}

.header-2-right .search-icon {
  float: right;
  margin-top: 0;
  margin-left: 0;
}

.header-button a.btn {
  padding: 15px 40px;
}

.header-button a.btn.active {
  margin-left: 10px;
  background: #54412f;
}

.header-button a.btn:hover {
  background: var(--ba-white);
  color: var(--ba-primary);
}

.header-cta-text {
  margin-top: 5px;
}

.header-cta-text span {
  font-weight: 400;
  color: var(--ba-primary);
  font-size: 14px;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
}

.header-cta-text span i {
  margin-right: 6px;
  color: var(--ba-primary);
  font-size: 14px;
}

.header-cta-text p {
  color: var(--ba-white);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}

.header-cta-text p a {
  color: inherit;
}

/* extra info */
.extra-info {
  background: #152136;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 9999;
  transform: translateX(100%);
  padding-bottom: 40px;
}

.extra-info.info-open {
  transform: translateX(0);
}

.extra-info-left {
  right: inherit;
  left: 0;
  transform: translateX(-100%);
}

.extra-info.extra-info-left.info-open {
  transform: translateX(0);
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: var(--ba-primary);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.extra-info > p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px;
}

.extra-info.extra-info-left.info-open {
  transform: translateX(0);
}

.instagram img {
  width: 100%;
}

.social-icon-right > a {
  color: var(--ba-white);
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.social-icon-right > a:hover {
  color: var(--ba-primary);
}

.instagram {
  overflow: hidden;
  margin: 0 -4px;
}

.instagram > a {
  float: left;
  width: 33.33%;
  padding: 0 4px;
  margin-bottom: 7px;
}

.side-info {
  border-top: 1px solid #344159;
  padding-top: 25px;
}

.contact-list h4 {
  color: var(--ba-white);
  font-weight: 500;
  font-size: 18px;
}

.contact-list p {
  color: var(--ba-white);
  opacity: 0.5;
  margin: 0;
  margin-bottom: 5px;
  line-height: 28px;
}

.side-menu ul li:hover a {
  color: var(--ba-primary);
}

.menu-border {
  border-bottom: 1px solid var(--ba-border);
}

/* menu */
.main-menu nav > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 24px;
}

.main-menu nav > ul > li:first-child {
  margin-left: 0;
}

.main-menu nav > ul > li > a {
  color: var(--ba-white);
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 35px 0;
  transition: all 0.3s ease 0s;
  background: transparent;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}

.main-menu nav > ul > li:hover > a,
.main-menu nav > ul > li.active > a {
  color: var(--ba-primary);
}

/* menu-2 */
.black-menu .main-menu nav > ul > li > a {
  color: var(--ba-secondary);
  padding: 40px 0;
}

.black-menu .main-menu nav > ul > li:hover > a,
.main-menu nav > ul > li.active > a {
  color: var(--ba-primary);
}

.menu-3 .main-menu nav > ul > li > a {
  color: var(--ba-secondary);
  padding: 52px 0;
}

.menu-3 .main-menu nav > ul > li:hover > a,
.main-menu nav > ul > li.active > a {
  color: var(--ba-primary);
}

.menu-4 {
  background: #382a1d;
}

/* sub-menu */
.main-menu nav > ul > li .sub-menu {
  background: var(--ba-white) none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  min-width: 220px;
  z-index: 9;
  border-top: 3px solid var(--ba-primary);
  text-align: left;
  padding: 10px 0;
}

.main-menu nav > ul > li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-menu nav > ul > li .sub-menu li {
  display: block;
}

.main-menu nav > ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.main-menu nav > ul > li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu nav > ul > li .sub-menu li a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
  display: block;
}

.main-menu nav > ul > li:hover > .sub-menu li:hover > a {
  color: var(--ba-white);
  background: var(--ba-primary);
}

.header2 .main-menu nav > ul > li:hover > .sub-menu li > a:hover {
  color: var(--ba-white);
  background: #b620b4;
}

.header2 .main-menu nav > ul > li .sub-menu {
  border-bottom: 3px solid #b620b4;
}

/* 3. slider */
.slider-area {
  position: relative;
  /* z-index: 9999; */
}

.single-slider.bazna-slider-overlay::before {
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  z-index: -1;
  content: "";
  opacity: 0.5;
}

.slider-active .slider-height {
  min-height: 950px;
}

.slider-active .slider-1-height {
  min-height: 835px;
}

.slider-active .slider-2-height {
  min-height: 850px;
}

.single-slider {
  background-size: cover;
  background-position: center center;
}

.slider-content span {
  color: var(--ba-white);
  font-weight: 500;
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
}

.slider-content span i {
  color: var(--ba-primary);
  margin-right: 6px;
}

.slider-content span::before {
  position: absolute;
  content: "";
  background: var(--ba-white);
  height: 2px;
  width: 80px;
  right: -100px;
  bottom: 9px;
}

.slider-content h1 {
  font-size: 85px;
  font-weight: 700;
  margin-bottom: 54px;
  line-height: 1.05;
  color: var(--ba-white);
  text-transform: capitalize;
}

.btn.btn-white {
  background: var(--ba-white);
  color: #272063;
  margin-left: 10px;
  padding: 19px 45px;
}

.btn.btn-white:hover {
  background: var(--ba-primary);
}

.btn-gray:hover {
  background: var(--ba-white);
  color: var(--ba-primary);
}

.slider-2-content h1 {
  font-size: 120px;
  line-height: 1;
  margin-bottom: 39px;
}

.slider-2-content p {
  font-size: 18px;
  color: var(--ba-primary);
  margin-bottom: 44px;
}

.slider-text h1 {
  font-size: 130px;
  line-height: 0.9;
  position: relative;
  padding-bottom: 52px;
  margin-bottom: 33px;
}

.slider-text h1::before {
  position: absolute;
  background: var(--ba-primary);
  height: 2px;
  width: 30px;
  content: "";
  bottom: 0;
}

.slider-text h1::after {
  position: absolute;
  background: var(--ba-primary);
  height: 2px;
  width: 60px;
  content: "";
  bottom: 0;
  left: 40px;
}

.slider-text p {
  font-size: 18px;
  color: var(--ba-white);
  margin-bottom: 50px;
}

.slider-active button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  border: 0;
  font-size: 15px;
  padding: 0;
  color: var(--ba-primary);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  cursor: pointer;
  background: var(--ba-white);
}

.slider-active button.slick-next {
  left: auto;
  right: 70px;
}

.slider-active:hover button.slick-arrow {
  opacity: 1;
  visibility: visible;
}

.slider-active button.slick-arrow:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

/* 4. about-area */
.about-wrapper {
  margin-top: 20px;
  margin-right: 67px;
}

.section-title span {
  font-size: 14px;
  color: var(--ba-primary);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
}

.section-title h1 {
  font-size: 55px;
  margin-bottom: 0;
}

.section-title p {
  margin-bottom: 0;
  margin-top: 34px;
}

.section-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  margin: auto;
  z-index: 1;
}

.white-title h1 {
  color: var(--ba-white);
}

.white-title p {
  color: var(--ba-white);
}

.section-title.white-2-title span {
  color: var(--ba-white);
}

.section-2-title span {
  font-size: 14px;
  color: var(--ba-primary);
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  margin-left: 80px;
}

.section-2-title span::before {
  position: absolute;
  content: "";
  background: var(--ba-primary);
  height: 1px;
  width: 60px;
  left: -80px;
  top: 7px;
}

.section-2-title span::after {
  position: absolute;
  content: "";
  background: var(--ba-primary);
  height: 1px;
  width: 60px;
  left: -80px;
  top: 11px;
}

.section-2-title h1 {
  font-size: 55px;
  margin-bottom: 0;
}

.section-2-title-white h1 {
  color: var(--ba-white);
}

.about-button {
  margin-top: 54px;
}

.about-video span {
  font-size: 14px;
  font-weight: 500;
  color: var(--ba-heading);
}

.about-video {
  display: inline-block;
  margin-left: 25px;
}

.about-video a {
  height: 30px;
  width: 30px;
  font-size: 9px;
  display: inline-block;
  color: var(--ba-primary);
  border: 2px solid var(--ba-primary);
  text-align: center;
  line-height: 27px;
  border-radius: 30px;
  transition: 0.3s;
  margin-left: 6px;
}

.about-video a:hover {
  border-color: var(--ba-primary);
  color: var(--ba-white);
  background: var(--ba-primary);
}

.shape-item {
  position: absolute;
  z-index: 1;
}

.about-img img {
  width: 100%;
}

.ab-01 {
  right: 0;
  top: 9%;
}

.ab-02 {
  left: 0;
  top: -66%;
}

/* about-2-style */
.single-about {
  padding-left: 100px;
  margin-top: -10px;
}

.bazna-about-experience-number {
  color: var(--ba-primary);
  font-size: 250px;
  line-height: 1;
}

.about-content h3 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 32px;
}

.about-2-text {
  margin-left: 44px;
  margin-right: 166px;
}

.about-2-text h3 {
  color: var(--ba-heading);
  font-size: 22px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  line-height: 1.8;
  margin-bottom: 25px;
}

.about-2-text p {
  margin-bottom: 0;
}

/* about-style-3 */
.black .about-content h3 {
  color: var(--ba-secondary);
}

.black .about-2-text h3 {
  color: var(--ba-secondary);
}

.black .bazna-about-experience-number {
  color: var(--ba-white);
}

.ab-03 {
  left: 7%;
  top: 22%;
}

.ab-04 {
  right: 9%;
  top: 22%;
}

/* about-4-style */
.about-2-wrapper {
  margin-left: 70px;
  margin-right: 27px;
}

.about-2-content span {
  color: var(--ba-primary);
  font-size: 18px;
  font-style: italic;
  line-height: 1.9;
}

.about-2-content p {
  margin-top: 31px;
  margin-bottom: 40px;
}

.single-2-about {
  margin-top: 0;
  margin-right: 103px;
}

/* about-me */
.about-me-wrapper {
  margin-left: 50px;
  margin-right: 50px;
}

.about-me-text span {
  font-size: 14px;
  color: var(--ba-primary);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 28px;
  display: inline-block;
}

.about-me-text h1 {
  margin-bottom: 35px;
  font-size: 55px;
}

.about-me-text p {
  margin-bottom: 22px;
}

.about-me-button {
  margin-right: 30px;
}

.about-me-icon {
  overflow: hidden;
  margin-top: 31px;
}

.about-me-icon a {
  color: var(--ba-primary);
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  background: #ffefe5;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
}

.about-me-icon a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

/* 5. brand-area */
.brand-area {
  background-size: cover;
  background-position: center center;
}

.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  transition: 0.3s;
}

.brand-active.owl-carousel .owl-item:hover img {
  opacity: 1;
}

.brand-2-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  transition: 0.3s;
}

.br-01 {
  left: 7%;
  top: 22%;
}

.br-02 {
  right: 13%;
  top: -133%;
}

.br-03 {
  right: 0;
  top: -95%;
}

/* 6. trailer-area */
.trailer-area {
  background-size: cover;
  background-position: center center;
}

.trailer-img {
  position: relative;
}

.trailer-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--ba-primary);
  opacity: 0.5;
  left: 0;
  top: 0;
}

.trailer-img img {
  width: 100%;
}

.trailer-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.trailer-video a {
  height: 80px;
  width: 80px;
  background: var(--ba-white);
  display: inline-block;
  text-align: center;
  line-height: 80px;
  font-size: 14px;
  border-radius: 50%;
  color: var(--ba-primary);
  transition: 0.3s;
}

.trailer-video a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

.trailer-2-video a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 11px;
}

.trailer-wrapper {
  margin-left: 40px;
  margin-right: 72px;
  margin-top: 64px;
}

.trailer-wrapper .about-button {
  margin-top: 41px;
}

/* 7. our-services-area */
.our-services-icon {
  float: left;
  margin-right: 30px;
  margin-top: 9px;
}

.our-services-icon img {
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.our-services-icon img:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.our-services-text {
  overflow: hidden;
}

.our-services-text h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 13px;
}

.our-services-text p {
  margin-bottom: 0;
  margin-right: 38px;
}

/* services-2-style */
.best-services-area {
  background-size: cover;
  background-position: center center;
}

.best-services-img {
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  margin-bottom: 47px;
}

.best-services-wrapper:hover .best-services-img {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.best-services-text h3 {
  font-size: 24px;
  margin-bottom: 18px;
}

.best-services-text p {
  margin-bottom: 0;
  padding: 0 24px;
}

/* 8. gallery-area */
.gallery-img {
  position: relative;
}

.gallery-img img {
  width: 100%;
}

.gallery-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.gallery-video a {
  height: 60px;
  width: 60px;
  background: var(--ba-primary);
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  border-radius: 50%;
  color: var(--ba-white);
  transition: 0.3s;
}

.gallery-video a:hover {
  background: var(--ba-white);
  color: var(--ba-primary);
}

.gallery-text {
  position: absolute;
  left: 15px;
  right: 15px;
  text-align: center;
  bottom: 65px;
}

.gallery-text h1 {
  font-size: 55px;
  color: var(--ba-white);
  font-style: italic;
  margin-bottom: 0;
}

.gallery-1 .gallery-text {
  position: absolute;
  left: 15px;
  right: 15px;
  text-align: center;
  bottom: 57px;
}

.gallery-1 .gallery-text h1 {
  font-size: 40px;
}

/* gallery-2-style */
.gallery-2-img {
  position: relative;
}

.gallery-2-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--ba-heading);
  opacity: 0.6;
  left: 0;
  top: 0;
}

.gallery-2-img img {
  width: 100%;
}

.gallery-content {
  position: absolute;
  left: 15px;
  right: 15px;
  text-align: center;
  bottom: 30px;
}

.gallery-content h1 {
  font-size: 30px;
  margin-bottom: 14px;
  text-transform: capitalize;
}

.gallery-content h1 a {
  color: var(--ba-white);
  transition: 0.3s;
}

.gallery-content h1 a:hover {
  color: var(--ba-primary);
}

.gallery-content span {
  font-size: 14px;
  color: var(--ba-white);
  font-weight: 400;
}

.area-title span {
  font-size: 14px;
  color: var(--ba-primary);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: inline-block;
}

.line-left {
  background: var(--ba-primary);
  height: 2px;
  width: 30px;
  left: -16px;
  position: relative;
  top: 20px;
}

.line-right {
  background: var(--ba-primary);
  height: 2px;
  width: 30px;
  right: -16px;
  top: relative;
  position: relative;
  top: 20px;
}

.area-title h1 {
  font-size: 55px;
  margin-bottom: 0;
}

.area-title p {
  margin-bottom: 0;
  margin-top: 43px;
}

.white-area-title h1 {
  color: var(--ba-white);
}

/* gallery-3-style */
.my-gallery-text {
  box-shadow: 0px 10px 30px 0px rgba(224, 224, 224, 0.5);
  padding: 32px 30px 33px;
}

.my-gallery-text h3 {
  font-size: 22px;
  margin-bottom: 11px;
}

.my-gallery-text h3 > a {
  color: var(--ba-heading);
  transition: 0.3s;
}

.my-gallery-text h3 > a:hover {
  color: var(--ba-primary);
}

.my-gallery-text span {
  color: var(--ba-primary);
  font-style: italic;
  font-size: 14px;
}

.my-gallery-button {
  position: absolute;
  right: 30px;
  bottom: 42px;
}

.my-gallery-button > a {
  height: 40px;
  width: 40px;
  display: inline-block;
  background: var(--ba-white);
  color: var(--ba-primary);
  font-size: 14px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #ffe0cc;
}

.my-gallery-button > a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
  border-color: var(--ba-primary);
}

.my-gallery-active .owl-nav div {
  color: var(--ba-heading);
  font-size: 15px;
  transition: all 0.3s ease 0s;
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  margin-right: 12px;
  border-radius: 50%;
  border: 2px solid var(--ba-border);
  position: relative;
  left: -712px;
}

.my-gallery-active .owl-nav {
  position: absolute;
  bottom: 97px;
  left: 0;
  right: 0;
  text-align: center;
}

.my-gallery-active .owl-nav div:hover {
  color: var(--ba-white);
  background: var(--ba-primary);
  border-color: var(--ba-primary);
}

.ga-01 {
  left: 17%;
  top: 14%;
}

.ga-02 {
  right: 14%;
  top: 14%;
}

/* .my-gallery-5-style */
.black .my-gallery-text {
  box-shadow: none;
  background: var(--ba-white);
}

.black .my-gallery-active .owl-nav div {
  color: var(--ba-white);
}

/* gallery-6-style */
.portfolio-area {
  background-size: cover;
  background-position: center center;
}

.portfolio-img {
  position: relative;
}

.portfolio-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--ba-heading);
  opacity: 0;
  left: 0;
  top: 0;
  transition: 0.3s;
}

.portfolio-wrapper:hover .portfolio-img::before {
  opacity: 0.7;
}
.portfolio-wrapper.show .portfolio-img::before {
  opacity: 0.7;
}
.portfolio-img > a img {
  width: 100%;
}

.portfolio-content {
  padding: 0 25px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
}

.portfolio-wrapper:hover .portfolio-content {
  opacity: 1;
  transform: translateY(-50%);
}

.portfolio-wrapper.show .portfolio-content {
  opacity: 1;
  transform: translateY(-50%);
}

.portfolio-video > a {
  height: 60px;
  width: 60px;
  background: var(--ba-primary);
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  border-radius: 50%;
  color: var(--ba-white);
  transition: 0.3s;
}

.portfolio-video > a:hover {
  background: var(--ba-white);
  color: var(--ba-primary);
}

.portfolio-content h1 {
  font-size: 30px;
  font-style: italic;
  margin-bottom: 0;
  margin-top: 23px;
}

.portfolio-content h1 > a {
  color: var(--ba-white);
  transition: 0.3s;
}

.portfolio-content h1 > a:hover {
  color: var(--ba-primary);
}

/* galley-7-style */
.working-gallery-area {
  background-size: cover;
  background-position: center center;
}

.working-gallery-img > a img {
  width: 100%;
}

.working-gallery-text {
  margin-top: 25px;
}

.working-gallery-text h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.working-gallery-text h3 > a {
  color: var(--ba-heading);
}

.working-gallery-text span {
  font-size: 13px;
  font-weight: 500;
  color: var(--ba-primary);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.working-active .owl-dots {
  bottom: -72px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}

.working-active .owl-dot {
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  width: 15px;
  border: 2px solid#c8c8c8;
  transition: 0.3s;
  border-radius: 50%;
}

.working-active .owl-dot.active {
  position: relative;
  border-color: var(--ba-primary);
}

.portfolio-menu {
  background: #f8f4ee;
  margin-left: 13px;
  margin-right: 10px;
}

.portfolio-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #878787;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  padding: 23px 16px;
  font-weight: 500;
  position: relative;
}

.portfolio-menu button:focus {
  outline: 0 none;
}

.portfolio-menu button:hover {
  color: var(--ba-primary);
}

.portfolio-menu button.active {
  color: var(--ba-primary);
}

.custom {
  margin: 0 -15px;
}

.portfolio-2-menu {
  background: #383838;
}

.portfolio-1-img {
  position: relative;
}

.portfolio-1-img a img {
  width: 100%;
}

/* .porfolio-details */
.portfolio-details-area {
  border-bottom: 2px solid #efefef;
}

.porfolio-2-wrapper {
  margin-top: 90px;
  margin-left: 40px;
}

.portfolio-details-img {
  margin-bottom: 55px;
}
.portfolio-details-img {
  position: relative;
  overflow: hidden;
}
.portfolio-details-img.video-thumb a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background: var(--ba-white);
  border-radius: 50%;
  border: 1px solid var(--ba-white);
}

.portfolio-details-img.video-thumb a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
  border-color: var(--ba-primary);
}

.portfolio-details-img img {
  width: 100%;
}

.portfolio-details-title {
  font-size: 35px;
  margin-bottom: 33px;
}

/* 9. team-area */
.team-img img {
  width: 100%;
}

.team-content {
  margin-top: -23px;
}

.team-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: var(--ba-white);
  border-radius: 50%;
  color: var(--ba-primary);
  margin: 0 4px;
  box-shadow: 0px 10px 30px 0px rgba(199, 199, 199, 0.5) !important;
  transition: 0.3s;
}

.team-icon a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

.team-text {
  margin-top: 24px;
}

.team-text h2 {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  opacity: 0.1;
  z-index: -1;
  top: -16px;
  margin-bottom: 0;
}

.team-text h4 {
  font-size: 20px;
  margin-bottom: 14px;
}

.team-text span {
  font-weight: 500;
  color: #fc6500;
  font-size: 14px;
  text-transform: uppercase;
}

.my-01 {
  left: 0;
  top: 27%;
}

.my-02 {
  right: 5%;
  top: -19%;
}

.my-03 {
  right: 7%;
  bottom: 14%;
}

/* team-2-style */
.team-bg {
  margin-left: 70px;
}

.team-2-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(218, 218, 218, 0.55);
  padding: 42px 54px 53px 35px;
  background: var(--ba-white);
  position: relative;
  margin-top: 46px;
  margin-left: -92px;
  margin-right: 70px;
}

.team-2-content h4 {
  font-size: 20px;
  margin-bottom: 9px;
}

.team-2-content span {
  font-weight: 500;
  color: #fc6500;
  font-size: 14px;
  text-transform: uppercase;
}

.team-2-content p {
  margin-bottom: 0;
  margin-top: 13px;
}

.team-2-icon {
  margin-top: 28px;
}

.team-2-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: var(--ba-white);
  border-radius: 50%;
  color: var(--ba-primary);
  margin-right: 8px;
  box-shadow: 0px 10px 30px 0px rgba(199, 199, 199, 0.5);
  transition: 0.3s;
}

.team-2-icon a:last-child {
  margin-right: 0;
}

.team-2-icon a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
  box-shadow: 0px 10px 30px 0px rgba(218, 218, 218, 0.55);
}

.team-2-img img {
  width: 100%;
}

/* 10. testimonial-area */
.bg-text {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  text-align: center;
}

.bg-text h2 {
  font-size: 250px;
  z-index: -1;
  opacity: 0.03;
  margin: 0;
  line-height: 1;
}

.testtimonial-img {
  margin-right: 60px;
  position: relative;
  margin-top: 16px;
}

.testtimonial-img::after {
  position: absolute;
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  color: var(--ba-primary);
  font-size: 80px;
  text-align: center;
  right: -20px;
  top: -30px;
  line-height: 1;
}

.testimonial-text {
  overflow: hidden;
}

.testimonial-text p {
  color: var(--ba-heading);
  font-size: 30px;
  font-family: "Playfair Display", serif;
  line-height: 1.8;
  margin-bottom: 22px;
}

.testimonial-text h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.testimonial-text h3 span {
  font-size: 14px;
  color: var(--ba-primary);
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}

.testimonial-active .owl-nav div {
  font-size: 15px;
  left: -125px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 55%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: var(--ba-heading);
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #e3dfda;
}

.testimonial-active .owl-nav div.owl-next {
  left: auto;
  right: -115px;
}

.testimonial-active:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.testimonial-active .owl-nav div:hover {
  background: var(--ba-primary);
  border-color: var(--ba-primary);
  color: var(--ba-white);
}

.testimonial-active .owl-dots {
  bottom: -72px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 99;
}

.testimonial-active .owl-dot {
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  width: 15px;
  border: 2px solid#c8c8c8;
  transition: 0.3s;
  border-radius: 50%;
}

.testimonial-active .owl-dot.active {
  position: relative;
  border-color: var(--ba-primary);
}

/* .testimonial-2-style */
.client-wrapper {
  padding: 50px 35px 50px 35px;
  position: relative;
  box-shadow: 0px 10px 30px 0px rgba(208, 208, 208, 0.26);
}

.client-wrapper::before {
  color: var(--ba-primary);
  content: "\f10e";
  font-family: "Font Awesome 5 Pro";
  font-size: 42px;
  font-weight: 400;
  position: absolute;
  text-align: center;
  line-height: 1;
  bottom: 30px;
  right: 40px;
}

.client-name {
  border-bottom: 1px solid var(--ba-border);
  padding-bottom: 40px;
  margin-bottom: 31px;
  overflow: hidden;
}

.client-img {
  float: left;
  margin-right: 20px;
  position: relative;
}

.client-text {
  overflow: hidden;
  top: 12px;
  position: relative;
}

.client-text h4 {
  font-size: 22px;
  margin-bottom: 6px;
}

.client-text span {
  font-size: 14px;
  color: var(--ba-primary);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.client-content p {
  margin-bottom: 0;
}

.client-icon {
  margin-top: 16px;
}

.client-icon i {
  color: var(--ba-primary);
  font-weight: 700;
  margin-right: 5px;
}

.client-icon i:last-child {
  margin-right: 0;
}

/* 11. company-fact-area */
.counter-border {
  border-bottom: 2px solid #f1f1f1;
}

.company-wrapper {
  margin-top: 68px;
}

.counter-wrapper {
  padding: 50px 15px 43px 15px;
}

.counter-icon {
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  -moz-transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.counter-icon:hover {
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.counter-text h1 {
  font-size: 55px;
  color: var(--ba-primary);
  margin-bottom: 14px;
  margin-top: 20px;
}

.counter-text span {
  font-size: 15px;
  font-weight: 400;
}

.counter-box-wrap .col-xl-6:nth-child(1) .counter-wrapper {
  transform: translateY(-30px);
}

.counter-box-wrap .col-xl-6:nth-child(2) .counter-wrapper {
  transform: translateY();
}

.counter-box-wrap .col-xl-6:nth-child(3) .counter-wrapper {
  transform: translateY(-30px);
}

.counter-box-wrap .col-xl-6:nth-child(4) .counter-wrapper {
  transform: translateY();
}

/* 12. newsletters-area */
.newsletter-form {
  margin: 0 100px;
}

.newsletters-bg {
  background-size: cover;
  background-position: center center;
}

.newsletter-form form {
  position: relative;
}

.newsletter-form form input {
  height: 90px;
  padding: 0 65px;
  width: 100%;
  background: var(--ba-white);
  color: var(--ba-secondary);
  font-size: 14px;
  border-radius: 40px;
  border: 2px solid var(--ba-primary);
}

.newsletter-form form input::placeholder {
  color: var(--ba-secondary);
  font-size: 14px;
}

.newsletter-form form::-moz-placeholder {
  color: var(--ba-secondary);
  font-size: 14px;
}

.news-icon {
  position: relative;
}

.news-icon::before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 14px;
  text-align: center;
  left: 40px;
  color: var(--ba-secondary);
  top: 34px;
  z-index: 99;
}

.newsletter-form form button.btn {
  position: absolute;
  right: 15px;
  top: 15px;
}
.cta-2-button a {
  color: var(--ba-white) !important;
}
/* newsletter-2-style */
.single-newsletters {
  margin-left: 40px;
}

.newsletters-2-bg {
  background-size: cover;
  background-position: center;
  padding-left: 90px;
  padding-right: 80px;
}

.newsletters-content h1 {
  font-size: 55px;
  color: var(--ba-primary);
  margin-bottom: 0;
}

.newsletter-2-form form {
  position: relative;
}

.newsletter-2-form form input {
  height: 60px;
  padding: 0 40px;
  width: 395px;
  background: var(--ba-white);
  color: #7b7b7b;
  font-size: 14px;
  border-radius: 40px;
  border: 0;
}

.newsletter-2-form form input::placeholder {
  color: #7b7b7b;
  font-size: 14px;
}

.newsletter-2-form form::-moz-placeholder {
  color: #7b7b7b;
  font-size: 14px;
}

.newsletter-2-form form button.btn {
  margin-left: 15px;
  transition: 0.33s;
}

/* 13. blog-area */
.blog-area {
  background-size: cover;
  background-position: center center;
}

.blog-wrapper {
  position: relative;
  margin-left: 20px;
}

.blog-wrapper::before {
  position: absolute;
  content: "";
  height: 345px;
  width: 528px;
  background: var(--ba-white);
  left: -20px;
  bottom: -20px;
}

.blog-details-wrapper::before {
  display: none;
}

.blog-img.blog-img {
  position: relative;
}

.blog-img::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--ba-heading);
  opacity: 0.5;
  left: 0;
  top: 0;
}

.blog-img > a img {
  width: 100%;
}

.blog-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 162px 38px 40px;
}

.blog-meta > span {
  font-size: 14px;
  color: var(--ba-white);
  font-weight: 400;
  margin-right: 25px;
}

.blog-meta > span:last-child {
  margin-right: 0;
}

.blog-meta > span i {
  margin-right: 6px;
}

.blog-text h3 {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.3;
  margin-top: 5px;
}

.blog-text h3 > a {
  color: var(--ba-white);
  transition: 0.3s;
}

.blog-text h3 > a:hover {
  color: var(--ba-primary);
}

.blog-button {
  position: absolute;
  right: 30px;
  bottom: 45px;
}

.blog-button > a {
  height: 60px;
  width: 60px;
  display: inline-block;
  background: var(--ba-white);
  color: var(--ba-primary);
  font-size: 15px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  transition: 0.3s;
}

.blog-button > a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

/* blog-2-style */
.blog-2-img {
  position: relative;
}

.blog-2-img > a img {
  width: 100%;
}

.blog-tag {
  position: absolute;
  top: 20px;
  right: 20px;
}

.blog-tag > a {
  font-size: 14px;
  color: var(--ba-white);
  background: var(--ba-primary);
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 6px;
  text-transform: capitalize;
}

.blog-content {
  padding: 23px 30px 30px;
}

.blog-content h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}

.blog-content h3 > a {
  color: var(--ba-heading);
  transition: 0.3s;
}

.blog-content h3 > a:hover {
  color: var(--ba-primary);
}

.blog-2-button {
  margin-top: 17px;
}

.blog-2-button > a {
  color: var(--ba-heading);
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  transition: 0.3s;
}

.blog-2-button > a:hover {
  color: var(--ba-primary);
}

.blog-2-button > a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
  background: var(--ba-border);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-2-button > a::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 100%;
  background: var(--ba-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}

.blog-2-button > a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.blog-2-button > a i {
  font-size: 15px;
  margin-left: 6px;
  top: 2px;
  position: relative;
}

/* blog-3-style */
.blog-3-img > a img {
  width: 100%;
  border-radius: 10px;
}

.blog-2-text {
  margin-top: 33px;
}

.blog-2-text h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 27px;
  margin-top: 14px;
}

.blog-2-text h3 > a {
  color: #e7e7e7;
  transition: 0.3s;
}

.blog-2-text h3 > a:hover {
  color: var(--ba-primary);
}

.blog-2-text > a {
  color: #b1b1b1;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  position: relative;
  transition: 0.3s;
}

.blog-2-text > a i {
  font-size: 15px;
  margin-left: 6px;
  top: 2px;
  position: relative;
}

.blog-2-text > a:hover {
  color: var(--ba-primary);
}

.blog-2-text .blog-meta > span {
  color: #b1b1b1;
}

.blog-2-text .blog-meta > span i {
  margin-right: 6px;
  color: var(--ba-primary);
}

/* 14. footer */
.footer-border {
  border-top: 2px solid #f1f1f1;
}

.black-footer {
  background: #202020;
}

.footer-wrapper {
  overflow: hidden;
}

.footer-wrapper li {
  padding-bottom: 15px;
}

.footer-wrapper li a {
  color: #949494;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
}

.footer-wrapper li a:hover {
  color: var(--ba-primary);
}

.footer-wrapper select {
  width: 100%;
  height: 45px;
  border: 1px solid #ddd;
  padding: 0 15px;
}

.footer-wrapper ul .children {
  padding-top: 7px;
  padding-left: 15px;
}

.footer-wrapper ul .sub-menu {
  padding-top: 10px;
  padding-left: 15px;
  list-style: none;
}

.footer-wrapper ul .children li:last-child {
  padding-bottom: 0;
}

.footer-wrapper ul .sub-menu li:last-child {
  padding-bottom: 0;
}

.footer-wrapper img {
  max-width: 100%;
}

.footer-logo {
  margin-bottom: 29px;
}

.footer-text p {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--ba-heading);
}

.footer-2-text {
  margin-bottom: 28px;
}

.footer-2-text p {
  color: var(--ba-white);
}

.footer-style-2 .copyright p {
  color: var(--ba-white);
}

.footer-icon {
  margin-top: 20px;
}

.footer-icon a {
  color: var(--ba-primary);
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  background: #ffefe5;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-icon a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

.footer-title h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 36px;
  color: var(--ba-primary);
}

.fotter-menu li {
  padding-bottom: 17px;
}

.fotter-menu li:last-child {
  padding-bottom: 0;
}

.fotter-menu li a {
  color: var(--ba-heading);
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
}

.fotter-menu li a:hover {
  color: var(--ba-primary);
  border-color: var(--ba-primary);
}

.footer-img {
  margin: 0 -4px;
}

.footer-img > li {
  float: left;
  overflow: hidden;
  padding: 4px;
  width: 33.33%;
  position: relative;
}

.footer-img a {
  position: relative;
  display: block;
}

.footer-img a img {
  width: 100%;
}

.footer-img a::before {
  background: var(--ba-primary);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.3s;
}

.footer-img a:hover::before {
  opacity: 0.6;
}

.contact-link li {
  margin-bottom: 3px;
}

.contact-link li :last-child {
  margin-bottom: 0;
}

.contact-address-icon {
  float: left;
  margin-right: 15px;
}

.contact-address-icon i {
  font-size: 20px;
  color: var(--ba-primary);
  position: relative;
  top: 0;
}

.contact-address-text {
  overflow: hidden;
}

.contact-address-text h4 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
}

.contact-address-text p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  color: var(--ba-heading);
}

.copyright p {
  margin-bottom: 0;
}

.copyright p a {
  color: var(--ba-primary);
}

.footer-bottom-link li {
  display: inline-block;
  padding-right: 20px;
}

.footer-bottom-link li:last-child {
  padding-right: 0;
}

.footer-bottom-link li a {
  color: var(--ba-secondary);
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  padding: 0;
}

.footer-bottom-link li a:hover {
  color: var(--ba-primary);
}

.footer-bottom {
  border-top: 2px solid #f1f1f1;
}

.footer-2-bottom {
  border-top: 2px solid #3b3b3b;
}

/* footer-2-style */
.subscribes-form form {
  position: relative;
}

.subscribes-form form input {
  border-radius: 10px;
  height: 65px;
  padding: 0 45px;
  width: 100%;
  background: none;
  color: #b2b2b2;
  font-size: 14px;
  border: 2px solid #4f4f4f;
}

.subscribes-form form input::placeholder {
  color: #b2b2b2;
  font-size: 14px;
}

.subscribes-form form input::-moz-placeholder {
  color: #b2b2b2;
  font-size: 14px;
}

.subscribes-form form button {
  position: absolute;
  right: 20px;
  top: 22px;
  background: none;
  border: none;
  padding: 0;
  background: none;
}

.subscribes-form form button span {
  display: none;
}

.subscribes-form form button:hover span {
  background: none;
}

.subscribes-form form button i {
  font-size: 14px;
  color: var(--ba-primary);
}

.sub-icon {
  position: relative;
}

.sub-icon::before {
  position: absolute;
  content: "\f2b6";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 14px;
  text-align: center;
  left: 20px;
  color: var(--ba-secondary);
  top: 22px;
  z-index: 99;
}

.fotter-link li {
  padding-bottom: 21px;
  list-style: none;
}

.footer-content span {
  float: left;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: var(--ba-white);
  margin-right: 22px;
  font-weight: 400;
  position: relative;
  top: 7px;
}

.footer-content span i {
  font-size: 16px;
  color: var(--ba-primary);
  margin-right: 5px;
}

.footer-content h3 {
  color: var(--ba-white);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
  overflow: hidden;
  line-height: 1.3;
}

.footer-content h3 a {
  color: unset;
  font-size: inherit;
  font-weight: inherit;
  margin-bottom: 0;
  overflow: hidden;
  line-height: auto;
}

.footer-2-title h1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--ba-white);
  line-height: 1.4;
  margin-bottom: 30px;
}

.footer-2-icon a {
  color: #b1b1b1;
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  border: 2px solid #b1b1b1;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-2-icon a:hover {
  border-color: var(--ba-primary);
  color: var(--ba-primary);
}

.footer-info p {
  color: var(--ba-white);
  margin-bottom: 19px;
}

/* footer-3-style */
.black .footer-2-text p {
  color: var(--ba-secondary);
}

.black .footer-content span {
  color: var(--ba-secondary);
}

.black .footer-content h3 {
  color: var(--ba-secondary);
}

/* footer-4-style */
.single-wrapper .footer-text p {
  margin-bottom: 12px;
  color: #afafaf;
}

.single-wrapper .copyright p {
  color: #afafaf;
}

.single-wrapper .footer-title h4 {
  color: var(--ba-white);
}

.single-wrapper .footer-info p {
  color: #afafaf;
}

.single-wrapper .footer-2-icon a {
  color: #b1b1b1;
  background: #1a1a1a;
  border-color: transparent;
}

.single-wrapper .footer-2-icon a:hover {
  color: var(--ba-primary);
}

.fotter-2-link li {
  font-size: 14px;
  color: #afafaf;
  line-height: 26px;
  font-weight: 400;
  padding-bottom: 13px;
}

.fotter-2-link li a {
  color: inherit;
}

.fotter-2-link li:last-child {
  padding-bottom: 0;
}

.footer-2-bottom-link li {
  padding-right: 0;
  padding: 0 10px;
}

.footer-2-bottom-link li a {
  color: #afafaf;
}

/* footer-5-style */
.fotter-2-menu li {
  padding-bottom: 10px;
  position: relative;
  list-style: none;
}

.fotter-2-menu li a {
  border-bottom: 0;
}

.footer-3-icon a {
  height: 60px;
  width: 60px;
  border: 1px solid #e7e4df;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  color: var(--ba-secondary);
  transition: 0.3s;
  margin-bottom: 10px;
  margin-right: 10px;
}

.footer-3-icon a:hover {
  color: var(--ba-primary);
  border-color: var(--ba-primary);
}

.footer-3-icon a:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.subscribes-3-form form {
  position: relative;
}

.subscribes-3-form form input {
  border-radius: 0;
  height: 50px;
  padding: 0 20px;
  width: 100%;
  background: #f9e5d6;
  color: var(--ba-secondary);
  font-size: 14px;
  border-bottom: 2px solid var(--ba-primary);
  border-left: 0;
  border-top: 0;
  border-right: 0;
}

.subscribes-3-form form input::placeholder {
  color: var(--ba-secondary);
  font-size: 14px;
}

.subscribes-3-form form input::-moz-placeholder {
  color: var(--ba-secondary);
  font-size: 14px;
}

.subscribes-3-form form button.btn {
  padding: 14px 40px;
  margin-top: 10px;
}

.footer-2-info p {
  margin-bottom: 22px;
}

.footer-3-bottom {
  border-top: 2px solid #e8e5e0;
}

/* footer-6-style */
.footer-2 {
  border-top: 0;
  background-size: cover;
  background-position: center center;
}

.footer-2 .footer-text p {
  color: #949494;
}

.footer-2 .footer-icon a {
  color: #a0a0a0;
  background: #171717;
  transition: 0.3s;
}

.footer-2 .footer-icon a:hover {
  color: var(--ba-primary);
}

.footer-2 .fotter-menu li a {
  color: #949494;
  border-bottom: 1px solid #949494;
}

.footer-2 .fotter-menu li a:hover {
  color: var(--ba-primary);
  border-color: var(--ba-primary);
}

.footer-2 .contact-address-text h4 {
  color: var(--ba-white);
}

.footer-2 .contact-address-text p {
  color: #949494;
}

.footer-2 .footer-bottom {
  border-top: 2px solid #383838;
}

.footer-2 .copyright p {
  color: #949494;
}

.footer-2 .footer-bottom-link li a {
  color: #949494;
}

.footer-2 .footer-bottom-link li a:hover {
  color: var(--ba-primary);
}

/* 15. certificate-area */
.certificate-area {
  background-size: cover;
  background-position: center center;
}

.certificate-active .owl-nav div {
  color: var(--ba-white);
  font-size: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid var(--ba-white);
  position: relative;
}

.certificate-active .owl-nav div.owl-next::before {
  position: absolute;
  height: 2px;
  background: var(--ba-primary);
  width: 60px;
  content: "";
  right: -84px;
  top: 27px;
}

.certificate-active .owl-nav div.owl-prev::before {
  position: absolute;
  height: 2px;
  background: var(--ba-primary);
  width: 60px;
  content: "";
  left: -84px;
  top: 27px;
}

.certificate-active .owl-nav {
  position: absolute;
  bottom: -120px;
  left: 0;
  right: 0;
  text-align: center;
}

.certificate-active .owl-nav div:hover {
  color: var(--ba-white);
  background: var(--ba-primary);
  border-color: var(--ba-primary);
}

.certificate-2 .certificate-active .owl-nav div {
  color: var(--ba-primary);
  font-size: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  border-radius: 50%;
  border: 2px solid var(--ba-primary);
  position: relative;
}

.certificate-2 .certificate-active .owl-nav div:hover {
  color: var(--ba-white);
  background: var(--ba-primary);
  border-color: var(--ba-primary);
}

/* certificate-2-style */
.awards-wrapper {
  margin-right: 90px;
}

.awards-button {
  margin-top: 40px;
}

.certificates-bg {
  position: relative;
}

.certificates-bg::before {
  background-image: url("../img/bg/bg-2.png");
  background-repeat: no-repeat;
  content: "";
  height: 620px;
  position: absolute;
  left: -37px;
  transition: all 0.3s ease 0s;
  width: 644px;
  top: -121px;
}

.certificates-2-img img {
  width: 100%;
}

/* 16. history-area */
.history-wrapper {
  padding: 0 33px;
}

.history-icon {
  margin-bottom: 30px;
}

.history-icon i {
  font-size: 40px;
  color: var(--ba-primary);
}

.history-icon-cricle {
  margin-bottom: 45px;
  position: relative;
}

.history-icon-cricle::after {
  position: absolute;
  background: var(--ba-border);
  height: 3px;
  width: 393px;
  content: "";
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.history-icon-cricle i {
  font-size: 24px;
  color: var(--ba-primary);
  height: 60px;
  width: 60px;
  border: 2px solid var(--ba-border);
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  background: var(--ba-white);
  transition: 0.3s;
  position: relative;
  z-index: 2;
}

.history-wrapper:hover .history-icon-cricle i {
  background: var(--ba-primary);
  color: var(--ba-white);
  border-color: var(--ba-primary);
}

.history-text {
  box-shadow: 0px 4px 59px 0px rgba(186, 186, 186, 0.34);
  padding: 35px 28px 31px;
}

.history-text::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 17px 12.5px;
  border-color: transparent transparent var(--ba-white) transparent;
  content: "";
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
}

.history-text h1 {
  position: absolute;
  font-size: 180px;
  color: var(--ba-secondary);
  opacity: 0.06;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}

.history-text h4 {
  color: #42495b;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 17px;
}

.history-text p {
  margin-bottom: 0;
}

.angle-icon {
  position: absolute;
  bottom: -117px;
  left: 0;
  z-index: 9;
}

.angle-icon i {
  color: #42495b;
  font-size: 14px;
  height: 40px;
  width: 40px;
  border: 2px solid var(--ba-border);
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: var(--ba-white);
}

.angle-2-icon {
  position: absolute;
  bottom: -117px;
  left: 385px;
}

.angle-3-icon {
  position: absolute;
  bottom: -117px;
  left: 774px;
}

.angle-4-icon {
  position: absolute;
  bottom: -117px;
  right: 0;
  left: auto;
}

/* history-2-style */
.black .history-icon-cricle::after {
  background: #222735;
  z-index: 1;
}

.black .history-icon-cricle i {
  border: 2px solid #2c2c2c;
  background: #2c2c2c;
}

.black .angle-icon i {
  border: 2px solid #2c2c2c;
  background: #2c2c2c;
}

.black .history-text {
  box-shadow: none;
  background: #2c2c2c;
}

.black .history-text::before {
  border-color: transparent transparent #2c2c2c transparent;
}

.black .history-text h4 {
  color: var(--ba-white);
}

.black .history-text p {
  color: #9b9b9b;
}

.his-01 {
  left: 6%;
  top: 17%;
}

.his-02 {
  right: 7%;
  top: 14%;
  z-index: 1;
}

.his-03 {
  left: 7%;
  bottom: 14%;
}

/* .history-3-style */
.single-history {
  margin-left: 50px;
  margin-right: 60px;
}

.history-link li {
  margin-bottom: 35px;
}

.history-link li:last-child {
  margin-bottom: 0;
}

.history-2-icon {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 60px;
  margin-top: 11px;
}

.history-2-icon::before {
  position: absolute;
  height: 40px;
  width: 2px;
  background: var(--ba-primary);
  content: "";
  right: -32px;
  top: 12px;
}

.history-2-icon > i {
  font-size: 20px;
  height: 60px;
  width: 60px;
  background: #fcebd2;
  text-align: center;
  margin: auto;
  border-radius: 50%;
  line-height: 60px;
  color: var(--ba-primary);
}

.history-tag {
  position: absolute;
  top: -8px;
  left: -12px;
}

.history-tag > i {
  height: 30px;
  width: 30px;
  color: var(--ba-primary);
  font-size: 12px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  border: 2px solid var(--ba-primary);
  background: var(--ba-white);
}

.history-content {
  overflow: hidden;
}

.history-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.history-content p {
  margin-bottom: 0;
}

.history-2-button {
  margin-top: 42px;
}

.history-img {
  margin-left: 55px;
}

/* history-4 */
.our-history-wrapper {
  margin-left: 45px;
}

.our-history-icon {
  float: left;
  margin-right: 15px;
}

.our-history-icon i {
  font-size: 18px;
  color: var(--ba-primary);
  position: relative;
  top: 3px;
}

.our-history-text {
  overflow: hidden;
}

.our-history-text h3 {
  font-size: 24px;
  margin-bottom: 26px;
}

.our-history-text span {
  font-size: 18px;
  color: var(--ba-primary);
  font-weight: 500;
}

.our-history-text p {
  margin-top: 13px;
  margin-bottom: 0;
  margin-right: 27px;
}

.our-history-button a.btn {
  background: none;
  color: var(--ba-primary);
  border: 2px solid var(--ba-primary);
  transition: 0.3s;
}

.our-history-button a.btn:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

/* 17. latest-video-area */
.latest-video-area {
  background-size: cover;
  background-position: center center;
}

.video-bg {
  background-size: cover;
  background-position: center center;
}

.latest-video {
  margin-bottom: 45px;
}

.latest-video > a {
  height: 60px;
  width: 60px;
  background: var(--ba-primary);
  display: inline-block;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  border-radius: 50%;
  color: var(--ba-white);
  transition: 0.3s;
}

.latest-video > a:hover {
  background: var(--ba-white);
  color: var(--ba-primary);
}

.latest-text h1 {
  font-size: 50px;
  color: var(--ba-white);
  margin-bottom: 25px;
}

.latest-text p {
  margin-bottom: 0;
  color: var(--ba-white);
  padding: 0 69px;
}

/* latest-video-2-style */
.single-video-wrapper .latest-video {
  margin-bottom: 50px;
}

.single-video-wrapper .latest-video > a {
  height: 150px;
  width: 150px;
  line-height: 150px;
  font-size: 30px;
}

.single-video-wrapper .latest-text h1 {
  font-size: 80px;
  margin-bottom: 42px;
}

.single-video-wrapper .latest-text p {
  margin-bottom: 20px;
  color: var(--ba-white);
  font-size: 18px;
  padding: 0;
}

.latest-text span {
  height: 2px;
  background: var(--ba-primary);
  width: 120px;
  display: inline-block;
}

.latest-2-video {
  margin-top: -246px;
}

.latest-3-video {
  margin-top: 0;
}

.latest-2-video .latest-video > a {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 18px;
}

.latest-2-video .latest-text h1 {
  font-size: 40px;
  color: var(--ba-white);
  margin-bottom: 0;
}

.single-videos .latest-video {
  margin-bottom: 0;
}

.single-videos .latest-video > a {
  height: 120px;
  width: 120px;
  line-height: 120px;
  font-size: 30px;
}

.video-section h1 {
  font-size: 55px;
  margin-bottom: 27px;
}

.video-section span {
  font-size: 20px;
  color: var(--ba-primary);
  font-weight: 400;
}

/* single-videos */
.single-videos-wrapper {
  margin-right: 96px;
}

.single-video-title {
  font-size: 55px;
  margin-bottom: 45px;
}

.single-video-text p {
  margin-bottom: 0;
}

.single-video-link {
  margin-top: 32px;
}

.single-video-link li {
  color: var(--ba-secondary);
  font-size: 14px;
  padding-bottom: 19px;
  list-style: none;
}

.single-video-link li:last-child {
  padding-bottom: 0;
}

.single-video-link li i {
  color: var(--ba-primary);
}

.social-icon span {
  font-size: 20px;
  color: var(--ba-heading);
  font-weight: 700;
  font-family: "Playfair Display", serif;
  margin-right: 14px;
}

.social-icon {
  margin-top: 25px;
}

.social-icon a {
  color: var(--ba-primary);
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 43px;
  display: inline-block;
  background: #ffefe5;
  border: 1px solid transparent;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
  margin-bottom: 10px;
}

.social-icon a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

.single-videos li {
  margin-bottom: 34px;
  list-style: none;
}

.single-videos li:last-child {
  margin-bottom: 0;
}

.single-video-content span {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.single-video-content h4 {
  font-family: "Rubik", sans-serif;
  color: var(--ba-heading);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 7px;
}

/* 18. cta-area */
.cta-area {
  background-size: cover;
  background-position: center center;
}

.cta-text h1 {
  font-size: 55px;
  color: var(--ba-white);
  margin-bottom: 24px;
}

.cta-text span {
  font-size: 18px;
  font-style: italic;
  color: var(--ba-white);
}

.cta-button {
  margin-top: 45px;
}

.cta-button a.btn {
  border: 2px solid var(--ba-white);
  background: none;
  transition: 0.3s;
}

.cta-button a.btn:hover {
  color: var(--ba-primary);
  background: var(--ba-white);
}

.cta-button a.btn.active {
  color: var(--ba-primary);
  background: var(--ba-white);
  margin-right: 20px;
}

/* cta-2-style */
.cta-bg {
  box-shadow: 0px 10px 50px 0px rgba(165, 165, 165, 0.4);
  background-size: cover;
  background-position: center center;
  padding-left: 100px;
  padding-right: 100px;
}

.cta-content h1 {
  font-size: 55px;
  margin-bottom: 21px;
}

.cta-content span {
  font-size: 18px;
  color: var(--ba-secondary);
  font-weight: 400;
}

.cta-content p {
  font-size: 16px;
  color: var(--ba-primary);
  font-weight: 400;
  margin-bottom: 0;
}

.cta-2-button {
  margin-top: 15px;
}

/* cta-3-style */
.cta-info span {
  color: var(--ba-primary);
  font-size: 18px;
  font-weight: 400;
}

.cta-info h1 {
  font-size: 55px;
  margin-bottom: 50px;
  margin-top: 25px;
}

.cta-info h2 {
  font-size: 30px;
  margin-bottom: 0;
}

/* 19. breadcrumb-area */
.breadcrumb-area {
  background-position: center center;
  background-size: cover;
  background-color: #111;
}

.breadcrumb-text {
  position: relative;
  z-index: 1;
}

.breadcrumb-text > .page-title {
  font-size: 55px;
  margin-bottom: 0px;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  color: var(--ba-white);
}

.breadcrumb-menu span a,
.breadcrumb-menu span {
  display: inline-block;
  color: #ddd;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.breadcrumb-menu span.current-item,
.breadcrumb-menu span a span:hover {
  color: var(--ba-primary);
}
.breadcrumb-menu span.dvdr {
  padding: 0 10px;
}
/* 20 faq */
.faq-box .btn-link {
  font-weight: 500;
  color: var(--ba-heading);
  background-color: var(--ba-white);
  display: block;
  font-size: 16px;
  padding: 15px 70px;
  border: 0;
  text-decoration: none;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
}

.faq-box .card-header {
  padding: 0;
  border-bottom: 0;
  background: none;
  border-radius: 0;
}

.faq-box .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--ba-white);
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  background: var(--ba-white);
  margin-bottom: 20px;
}

.faq-box .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 70px;
  padding-bottom: 30px;
}

.faq-box .card-body span {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
}

.faq-box .btn-link.collapsed::before {
  content: "\f105";
}

.faq-box .btn-link::before {
  content: "\f107";
  line-height: 30px;
  position: absolute;
  left: 30px;
  top: 13px;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  color: var(--ba-heading);
}

/* 21. features-area */
.features-icon {
  margin: 0 auto 30px;
}

.features-text h2 {
  font-size: 30px;
  border-bottom: 2px solid var(--ba-border);
  padding-bottom: 20px;
  margin-bottom: 36px;
}

.features-link li {
  font-size: 14px;
  color: var(--ba-secondary);
  padding-bottom: 19px;
  font-weight: 400;
  list-style: none;
}

.features-link li:last-child {
  padding-bottom: 0;
}

.features-link li i {
  color: var(--ba-primary);
  margin-right: 5px;
}

/* 22. films-area */
.films-img > a img {
  width: 100%;
}

.films-rating i {
  font-size: 14px;
  color: var(--ba-primary);
  padding: 0 4px;
}

.films-text {
  margin-top: 33px;
}

.films-text > h1 {
  font-size: 30px;
  margin-top: 11px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.films-text > h1 a {
  color: var(--ba-heading);
  transition: 0.3s;
}

.films-text > h1 a:hover {
  color: var(--ba-primary);
}

.films-text span {
  font-size: 14px;
  color: var(--ba-primary);
}

.search-2-form {
  position: relative;
}

.search-2-form input {
  width: 100%;
  height: 70px;
  border: 0;
  background: none;
  padding: 0 35px;
  border: 2px solid var(--ba-primary);
  font-weight: 500;
  color: var(--ba-secondary);
  font-size: 14px;
  font-weight: 500;
}

.search-2-form input::placeholder {
  color: var(--ba-secondary);
  font-size: 14px;
}

.search-2-form input::-moz-placeholder {
  color: var(--ba-secondary);
  font-size: 14px;
  font-weight: 500;
}

.search-2-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: none;
  padding: 0 26px;
  color: var(--ba-heading);
  line-height: 70px;
  border: 0;
  font-size: 14px;
}

.pro-2-filter {
  position: relative;
}

.pro-2-filter select {
  border: 2px solid #f8f4ee;
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1;
  color: var(--ba-secondary);
  appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-weight: 500;
  height: 70px;
  padding: 0 35px;
  background: none;
}

.product-showing p {
  margin: 0;
  margin-top: 11px;
}

.films-2 .films-text > h1 a {
  color: var(--ba-white);
  transition: 0.3s;
}

.films-2 .films-text > h1 a:hover {
  color: var(--ba-primary);
}

.pro-2-filter::before {
  content: "\f107";
  right: 33px;
  top: 26px;
  position: absolute;
  color: var(--ba-heading);
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 14px;
}

.films-2 .search-2-form button {
  color: var(--ba-white);
}

.films-2 .pro-2-filter select {
  border: 2px solid #434343;
}

.films-2 .pro-2-filter::before {
  color: var(--ba-secondary);
}

/* 23. film-details */
.films-details-img img {
  width: 100%;
}

.films-meta {
  margin-bottom: 24px;
}

.films-meta > span {
  font-size: 14px;
  color: var(--ba-secondary);
  font-weight: 400;
  margin-right: 13px;
}

.films-meta > span:last-child {
  margin-right: 0;
}

.films-meta > span i {
  margin-right: 6px;
  color: var(--ba-primary);
}

.films-details-text {
  margin-top: 53px;
}

.films-details-text h1 {
  font-size: 55px;
  margin-bottom: 15px;
}

.films-details-info h1 {
  font-size: 55px;
  border-bottom: 2px solid var(--ba-primary);
  padding-bottom: 24px;
  margin-bottom: 36px;
}

.films-details-text p {
  margin-bottom: 0;
}

.films-details-info {
  margin-top: 43px;
  margin-right: 190px;
}

.films-details-info h1 {
  font-size: 55px;
  border-bottom: 2px solid var(--ba-primary);
  padding-bottom: 24px;
}

.films-details-info ul li {
  overflow: hidden;
  padding-bottom: 11px;
}

.films-details-info ul li:last-child {
  padding-bottom: 0;
}

.films-details-1-info span {
  float: left;
  width: 90px;
  font-size: 14px;
  color: var(--ba-secondary);
}

.films-details-1-info p {
  color: var(--ba-heading);
  line-height: 20px;
  margin-bottom: 0;
}

.films-2-img {
  position: relative;
}

.films-2-img img {
  width: 100%;
}

.films-2-text {
  position: absolute;
  bottom: 0;
  padding: 20px 50px 20px 25px;
}

.films-2-text h4 {
  color: var(--ba-white);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

/* 24. Blog */
.latest-news {
  position: relative;
}

.news__thumb img {
  width: 100%;
}

.blog-inner-img img {
  width: 100%;
}

.news-meta span {
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #747691;
  margin-right: 15px;
  font-size: 13px;
}

.news-meta span a {
  color: #747691;
}

.news-meta span a:hover {
  color: var(--ba-primary);
}

.news__caption h2 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.news__caption h2 a:hover {
  color: var(--ba-primary);
}

.news-link {
  font-size: 12px;
  color: #e4ecf3;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.news-link:hover {
  color: var(--ba-white);
}

.news-link i {
  transition: 0.3s;
  display: inline-block;
}

.news-link:hover i {
  transform: translateX(3px);
}

.news__thumb-2 img {
  width: 100%;
}

.news__caption-2 {
  padding: 33px;
}

.news__caption-2 h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.news__caption-2 h2 a:hover {
  color: var(--ba-primary);
}

.news__caption-2 p {
  margin-bottom: 0;
}

.news-meta span {
  text-transform: uppercase;
  margin-right: 25px;
  font-size: 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-meta span {
    margin-right: 10px;
  }
}

.news-meta span a {
  color: var(--ba-primary);
  letter-spacing: 2px;
  font-weight: 500;
}

.postbox {
  border-bottom: 1px solid var(--ba-border);
  padding-bottom: 40px;
}

.postbox__thumb {
  position: relative;
}

.post-meta span {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6f7172;
  margin-right: 16px;
}

.post-meta span i {
  font-size: 13px;
}

@media (max-width: 767px) {
  .post-meta span {
    margin-right: 10px;
  }
}

.post-meta span a:hover {
  color: var(--ba-primary);
}

.post-meta span i {
  color: var(--ba-primary);
  margin-right: 2px;
}

.post-meta span a {
  color: #6f7172;
}

.postbox__thumb {
  margin-bottom: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .p-50 {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .p-50 {
    padding: 30px;
  }
}

.p-30 {
  padding: 30px;
}

.post-meta {
  margin-bottom: 25px;
}

.blog-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.blog-title a:hover {
  color: var(--ba-primary);
}

.read-more {
  color: var(--ba-primary);
}

.read-more:hover {
  color: var(--ba-primary);
}

.read-more i {
  transition: 0.3s;
  display: inline-block;
}

.blog-title-sm {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.postbox__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: none;
  background: none;
  padding: 0;
  z-index: 9;
  -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;
  background: var(--ba-white);
  width: 60px;
  height: 60px;
  color: #6f7172;
  border-radius: 50%;
  font-size: 14px;
}

.postbox__gallery .slick-arrow:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

.postbox__gallery .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}

.postbox__video {
  position: relative;
}

.postbox__video img {
  max-width: 100%;
}

.video-btn {
  position: absolute;
  background: var(--ba-white);
  height: 120px;
  width: 120px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 120px;
  color: var(--ba-primary);
  transform: translateY(-50%);
}

.video-btn:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

.post-text blockquote {
  background: #faf9ff;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}

@media (max-width: 767px) {
  .post-text blockquote {
    padding: 30px;
  }
}

.post-text blockquote p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 15px;
  color: #2b3c48;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 767px) {
  .post-text blockquote::before {
    position: static;
  }
}

.post-text blockquote footer {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
}

.widget {
  padding: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 16px 0px rgba(200, 183, 255, 0.2);
}

.flimes-2-area .widget {
  border-top: none;
}

.widget-title::before {
  background-color: var(--ba-primary);
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 50px;
}

.widget-title::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50px;
  background-color: #151948;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget:hover .widget-title::after {
  width: 50px;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.b-0 {
  border: 0;
}

.search-form {
  position: relative;
}

.search-form input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #f5f5f5;
  padding: 0 20px;
}

.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #062a4d;
  padding: 0 25px;
  color: var(--ba-white);
  line-height: 60px;
  border: 0;
}

.search-form button:hover {
  background: var(--ba-primary);
}

.widget-title {
  font-size: 21px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block;
}

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid var(--ba-white);
  border-right: 10px solid var(--ba-white);
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.animate-border.border-white::after {
  border-color: var(--ba-white);
}

.animate-border.border-white::after {
  border-color: var(--ba-white);
}

.about-me img {
  margin-bottom: 25px;
  border-radius: 50%;
}

.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
  color: var(--ba-primary);
}

.widget-social-icon a:hover {
  color: var(--ba-primary);
}

.banner-widget img {
  max-width: 100%;
}

.widget .recent-posts > li:first-child {
  padding-top: 0;
}

.widget .recent-posts li:last-child {
  padding-bottom: 0;
}

.widget .recent-posts > li {
  padding: 20px 0;
  overflow: hidden;
}

.widget-posts-image {
  float: left;
}

.widget-posts-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 0;
}

.widget-posts-body {
  overflow: hidden;
}

.widget-posts-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}

.widget ul li .widget-posts-title a {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.widget ul li .widget-posts-title a:hover {
  color: var(--ba-primary);
}

.widget-posts-title a:hover {
  color: var(--ba-primary);
}

.widget-posts-meta {
  font-size: 11px;
}

.widget-posts-meta {
  color: var(--ba-primary);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

ul.cat li {
  border-top: 1px solid var(--ba-border);
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}

ul.cat li a {
  display: block;
  color: var(--ba-secondary);
}

ul.cat li a:hover {
  color: var(--ba-primary);
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #062a4d;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: var(--ba-white);
  margin-bottom: 5px;
}

.social-profile a:hover {
  background: var(--ba-primary);
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}

.tagcloud a {
  display: inline-block;
  line-height: 1;
  padding: 12px 18px;
  background: #f5f5f5;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #5f5b5b;
  border-radius: 2px;
}

.tagcloud a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

.bg-none {
  background: none;
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid var(--ba-border);
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-post-tag a:hover {
  color: var(--ba-white);
  background: var(--ba-primary);
  border-color: var(--ba-primary);
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 22px;
}

.blog-share-icon a:hover {
  color: var(--ba-primary);
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid var(--ba-border);
  border-bottom: 1px solid var(--ba-border);
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}

.author {
  background: #faf9ff;
  padding: 30px;
}

.author-img {
  margin-bottom: 35px;
}

.author-img img {
  border-radius: 50%;
}

.author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.author-text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.author-icon a {
  font-size: 14px;
  color: #9498b6;
  margin: 0 5px;
  transition: 0.3s;
}

.author-icon a:hover {
  color: var(--ba-primary);
}

.post-comments {
  border-bottom: 1px solid var(--ba-border);
  margin-bottom: 42px;
  padding-bottom: 10px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}

.comments-avatar img {
  width: 100px;
  margin-right: 20px;
}

.latest-comments li:first-child .comments-box {
  border-top: 0;
  padding-top: 0;
}

.latest-comments li:last-child .comments-box {
  border-bottom: 0;
  padding-bottom: 0;
}

.latest-comments li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.blog-details-text .latest-comments ol li.comment,
.blog-details-text .latest-comments ul li.comment {
  padding-top: 0;
  margin-bottom: 30px;
}

.blog-details-text .latest-comments ol ul.children,
.blog-details-text .latest-comments ul ul.children {
  padding-left: 70px;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}

.comments-text p {
  margin-bottom: 0;
  margin-top: 8px;
}

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px;
}

.avatar-name span {
  color: var(--ba-primary);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.comment-reply-link {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.comment-reply-link:hover {
  color: var(--ba-primary);
}

.comment-reply-link i {
  margin-right: 5px;
}

.post-comments-title {
  margin-bottom: 39px;
}

.post-comments-title h2 {
  font-size: 26px;
  color: #140a20;
  margin-bottom: 0;
}

.comment-respond {
  margin-bottom: 20px;
  padding: 40px 35px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  padding-top: 35px;
}

.comment-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
}

.comment-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.contact-icon {
  position: relative;
}

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: var(--ba-primary);
  top: 18px;
}

.comment-form .contact-icon::before {
  display: none;
}

.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.contacts-website::after {
  content: "\f0ac";
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.bakix-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: #666;
}

.bakix-navigation span:hover {
  color: var(--ba-primary);
}

.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
  line-height: 1.3;
}

.bakix-navigation h4 a:hover {
  color: var(--ba-primary);
}

.basic-pagination ul {
  display: block;
  padding-left: 0 !important;
}

.basic-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
}

.basic-pagination ul li a {
  height: 70px;
  width: 70px;
  background: var(--ba-white);
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 70px;
  margin: 0px;
  display: inline-block;
  text-align: center;
}

.basic-pagination ul li a:hover,
.basic-pagination ul li.active a {
  background: var(--ba-primary);
  color: var(--ba-white);
  box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}

.basic-pagination-2 ul li a {
  background: transparent;
  color: #9990b8;
  border: 2px solid var(--ba-border);
  height: 60px;
  width: 60px;
  line-height: 56px;
}

.basic-pagination-2 ul li a:hover,
.basic-pagination-2 ul li.active a,
.basic-pagination-2 ul li .current {
  background: var(--ba-primary);
  color: var(--ba-white);
  border-color: var(--ba-primary);
  box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}

/* 25. contact */
.contact-map {
  min-height: 800px;
}

.contact-info-area {
  margin-top: -115px;
}

.contact-info {
  box-shadow: 0px 16px 32px 0px rgba(240, 240, 240, 0.56);
  padding: 45px;
  background: var(--ba-white);
  padding-bottom: 30px;
}

.contact-info h3 {
  font-size: 35px;
  margin-bottom: 35px;
}

.contact-info ul {
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 20px;
  list-style: none;
}

.contact-info ul li i {
  color: var(--ba-primary);
  margin-right: 5px;
  width: 15px;
  float: left;
  font-size: 14px;
}

.contact-info ul li span {
  display: block;
  overflow: hidden;
  padding-left: 9px;
  position: relative;
  top: -3px;
  font-size: 14px;
}

.contact-form input {
  background: var(--ba-white);
  height: 70px;
  width: 100%;
  padding: 0 30px;
  padding-right: 30px;
  border: 0;
  color: var(--ba-secondary);
  font-weight: 500;
  border: 1px solid var(--ba-border);
}

.contact-form textarea {
  color: var(--ba-secondary);
  font-weight: 500;
  height: 230px;
  width: 100%;
  padding: 30px 30px;
  border: 1px solid var(--ba-border);
}

.contact-form input.btn {
  -moz-user-select: none;
  background: var(--ba-primary);
  border: medium none;
  color: var(--ba-white);
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 19px 55px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 30px;
  height: auto;
  width: auto;
}

.contact-form input::-moz-placeholder,
.contact-form input::placeholder {
  color: var(--ba-secondary);
}

.contact-form textarea::-moz-placeholder,
.contact-form textarea::placeholder {
  color: var(--ba-secondary);
}

/* 26. Shop */
.product__img {
  position: relative;
}

.product__img img {
  width: 100%;
}

.product:hover .product-action a {
  margin: 0 5px;
  opacity: 1;
  visibility: visible;
}

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.product-action a {
  height: 50px;
  display: inline-block;
  width: 50px;
  background: var(--ba-white);
  line-height: 50px;
  color: #a39fb4;
  margin: 0 8px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}

.product-action a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

.pro-cat {
  margin-bottom: 15px;
  display: block;
}

.pro-cat a {
  color: var(--ba-primary);
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}

.pro-title {
  margin-bottom: 12px;
}

.pro-title a {
  font-size: 24px;
}

.pro-title a:hover {
  color: var(--ba-primary);
}

.price span {
  color: #8e84b8;
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}

.price span.old-price {
  color: #b7afd5;
  text-decoration: line-through;
}

.product-showing p {
  margin: 0;
  border: 2px solid var(--ba-border);
  padding: 17px 30px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-showing p {
    padding: 17px 15px;
  }
}

.pro-filter {
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .pro-filter {
    float: left;
  }
}

.pro-filter select {
  border: 2px solid var(--ba-border);
  padding: 17px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  color: #6f7172;
  appearance: none;
  -moz-appearance: none;
  width: 190px;
  font-weight: 500;
}

.pro-filter .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--ba-white);
  border-radius: 0;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.pro-filter::before {
  content: "\f107";
  right: 19px;
  top: 13px;
  position: absolute;
  color: #758799;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.shop-tab ul li {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .shop-tab ul li {
    margin-left: 10px;
  }
}

.shop-tab ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #6f7172;
  letter-spacing: 2px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #f6f6ff;
  line-height: 51px;
  text-align: center;
}

.shop-tab ul li a.active {
  color: white;
  background: var(--ba-primary);
}

.shop-thumb-tab {
  width: 160px;
  float: left;
}

@media (max-width: 767px) {
  .shop-thumb-tab {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .shop-thumb-tab ul {
    margin: 0 -5px;
  }
}

.shop-thumb-tab ul li {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .shop-thumb-tab ul li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
  }
}

.product-large-img img {
  max-width: 100%;
}

.shop-thumb-tab ul li a {
  padding: 0;
}

.product-details-img {
  margin-left: 180px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-details-img {
    margin-left: 0;
  }
}

.product-details-title p {
  color: #6a667b;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-details-title h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -2px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .product-details-title h1 {
    font-size: 36px;
  }
}

.details-price span {
  color: var(--ba-primary);
  font-size: 20px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 10px;
}

.details-price {
  border-bottom: 2px solid var(--ba-border);
}

.product-cat span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #100d1c;
}

.product-cat a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.product-cat a:hover {
  color: var(--ba-primary);
}

.product-social a {
  margin-right: 10px;
  background: #f5f5ff;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 30px;
  color: #6f7172;
  display: inline-block;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .product-social a {
    margin-bottom: 10px;
  }
}

.product-social a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

.plus-minus {
  display: inline-block;
}

@media (max-width: 767px) {
  .plus-minus {
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .plus-minus {
    display: inline-block;
    margin-bottom: 0;
  }
}

.action-btn {
  background: var(--ba-primary);
  padding: 20px 25px;
  border: none;
  margin-left: 15px;
  color: var(--ba-white);
  display: inline-block;
  border-radius: 50px;
}

.action-btn:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

.product-action-list {
  overflow: hidden;
}

.product-action-list a {
  float: left;
}

@media (max-width: 767px) {
  .product-action-list a.btn {
    padding: 23px 30px;
    margin-bottom: 7px;
  }
}

@media (max-width: 767px) {
  .product-action-list a.action-btn {
    margin-left: 5px;
    margin-bottom: 7px;
  }
}

.cart-plus-minus input {
  height: 60px;
  width: 100px;
  border: 0;
  border: 2px solid var(--ba-border);
  text-align: center;
  -moz-appearance: none;
  appearance: none;
}

.cart-plus-minus {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}

.cart-plus-minus .qtybutton {
  position: absolute;
  top: 15px;
  left: 17px;
  font-size: 20px;
  color: #c4bedd;
  cursor: pointer;
}

.cart-plus-minus .inc {
  left: auto;
  right: 17px;
}

.additional-info .table td,
.additional-info .table th {
  padding: 0.75rem 0;
  vertical-align: top;
  border-top: 1px solid #f6f6f6;
  font-weight: 400;
}

.shop-cat a {
  padding: 45px 30px;
  border: 2px solid var(--ba-border);
  display: block;
}

.shop-cat a i {
  font-size: 100px;
  color: var(--ba-primary);
  margin-bottom: 30px;
  transition: 0.3s;
}

.shop-cat a h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  letter-spacing: 1px;
}

.shop-cat a:hover {
  background: var(--ba-primary);
  border-color: var(--ba-primary);
}

.shop-cat a:hover i {
  color: var(--ba-white);
}

.shop-cat a:hover h4 {
  color: var(--ba-white);
}

.product-list-content .price span:first-child {
  margin-left: 0;
}

.bakix-details-tab ul {
  border-bottom: 2px solid #e1e1e1;
}

.bakix-details-tab ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #8c8bb5;
  letter-spacing: 2px;
  padding: 0;
  text-transform: capitalize;
  position: relative;
  padding: 0 25px;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a {
    padding: 0 10px;
  }
}

.bakix-details-tab ul li a.active {
  color: #100d1c;
}

.bakix-details-tab ul li a.active:before {
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--ba-primary);
  transition: 0.3s;
}

@media (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bakix-details-tab ul li a.active:before {
    display: block;
  }
}

/* 27. Cart */
.table-content table {
  background: var(--ba-white);
  border-color: var(--ba-border);
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.table-content table td.product-name {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.product-name a {
  color: #666;
}

.table-content table td.product-name a:hover {
  color: var(--ba-primary);
}

.table-content table td {
  border-top: medium none;
  padding: 20px 10px;
  vertical-align: middle;
  font-size: 16px;
}

.product-remove a {
  color: #666;
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid var(--ba-border);
  border-right: 1px solid var(--ba-border);
}

.product-quantity input {
  border: none;
  color: #6f7172;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #ddd;
}

.table td,
.table th {
  border-top: 1px solid var(--ba-border);
}

.product-quantity > input {
  width: 80px;
  border-radius: 3px;
}

.table-content table td.product-subtotal {
  font-size: 16px;
}

.table-content table td .cart-plus-minus {
  float: none;
  margin: 0 auto;
}

.coupon-all {
  margin-top: 50px;
}

.coupon {
  float: left;
}

@media (max-width: 767px) {
  .coupon {
    float: none;
  }
}

#coupon_code {
  height: 62px;
  border: 2px solid var(--ba-border);
  padding: 0 15px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #coupon_code {
    margin-bottom: 15px;
  }
}

.coupon2 {
  float: right;
}

@media (max-width: 767px) {
  .coupon2 {
    float: none;
    margin-top: 15px;
  }
}

.cart-page-total {
  padding-top: 50px;
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid var(--ba-border);
}

.cart-page-total > ul > li {
  list-style: none;
  font-size: 15px;
  color: #6f7172;
  padding: 10px 30px;
  border-bottom: 1px solid var(--ba-border);
  font-weight: 400;
}

.cart-page-total ul > li > span {
  float: right;
}

.cart-page-total li:last-child {
  border-bottom: 0;
}

td.product-thumbnail img {
  width: 125px;
}

/* 27. Checkout */
.coupon-accordion h3 {
  background-color: var(--ba-white);
  border-top: 3px solid var(--ba-primary);
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}

.coupon-accordion h3::before {
  content: "\f07b";
  left: 15px;
  top: 13px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.coupon-accordion span {
  color: #6f7172;
  cursor: pointer;
  transition: 0.3s;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
  color: var(--ba-primary);
}

.coupon-content {
  border: 1px solid var(--ba-border);
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.coupon-info p.coupon-text {
  margin-bottom: 15px;
}

.coupon-info p {
  margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
  display: block;
  color: #6f7172;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
  color: red;
  font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
  border: 1px solid var(--ba-border);
  height: 45px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
  background: var(--ba-primary) none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.form-row > label {
  margin-top: 15px;
  margin-left: 15px;
  color: #6f7172;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: var(--ba-white);
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

p.lost-password {
  margin-top: 15px;
}

p.lost-password a {
  color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
  height: 45px;
  padding: 0 15px;
  width: 100%;
  border: 1px solid var(--ba-border);
  margin-bottom: 15px;
}

.coupon-checkout-content {
  display: none;
}

.checkbox-form h3 {
  border-bottom: 1px solid var(--ba-border);
  font-size: 26px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.country-select {
  margin-bottom: 30px;
  position: relative;
}

.country-select label,
.checkout-form-list label {
  color: #6f7172;
  display: block;
  margin: 0 0 5px;
}

.country-select label span.required,
.checkout-form-list label span.required {
  color: red;
}

.country-select select {
  -moz-appearance: none;
  border: 1px solid var(--ba-border);
  height: 45px;
  padding-left: 10px;
  width: 100%;
  color: #6f7172;
}

.country-select::before {
  content: "\f107";
  right: 15px;
  top: 38px;
  position: absolute;
  color: #6f7172;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.checkout-form-list {
  margin-bottom: 30px;
}

.checkout-form-list label {
  color: #6f7172;
}

.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
  background: var(--ba-white);
  border: 1px solid var(--ba-border);
  border-radius: 0;
  height: 45px;
  padding: 0 0 0 10px;
  width: 100%;
}

.checkout-form-list input[type="text"]::-moz-placeholder,
.checkout-form-list input[type="password"]::-moz-placeholder,
.checkout-form-list input[type="email"]::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder,
.checkout-form-list input[type="password"]::placeholder,
.checkout-form-list input[type="email"]::placeholder {
  color: #6f7172;
  opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
}

.create-acc label {
  color: #6f7172;
  display: inline-block;
}

.create-account {
  display: none;
}

.ship-different-title h3 label {
  display: inline-block;
  margin-right: 20px;
  color: #6f7172;
}

.order-notes textarea {
  border: 1px solid var(--ba-border);
  height: 90px;
  padding: 15px;
  width: 100%;
}

.order-notes textarea::-moz-placeholder {
  color: #6f7172;
  opacity: 1;
}

.order-notes textarea::placeholder {
  color: #6f7172;
  opacity: 1;
}

#ship-box-info {
  display: none;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-default > .panel-heading {
  border-radius: 0;
}

.your-order {
  padding: 30px 40px 45px;
  border: 3px solid var(--ba-border);
}

@media (max-width: 767px) {
  .your-order {
    padding: 15px;
  }
}

.your-order h3 {
  border-bottom: 1px solid var(--ba-border);
  font-size: 30px;
  margin: 0 0 20px;
  padding-bottom: 10px;
  width: 100%;
}

.your-order-table table {
  background: none;
  border: 0;
  width: 100%;
}

.your-order-table table th,
.your-order-table table td {
  border-bottom: 1px solid var(--ba-border);
  border-right: medium none;
  color: #6f7172;
  font-size: 14px;
  padding: 15px 0;
  text-align: left;
}

@media (max-width: 767px) {
  .your-order-table table th,
  .your-order-table table td {
    padding-right: 10px;
  }
}

.your-order-table table th {
  border-top: medium none;
  color: #6f7172;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}

.panel-body > p {
  color: #222;
}

.your-order-table table .shipping ul li input {
  position: relative;
  top: 2px;
}

.your-order-table table .shipping ul li label {
  color: #6f7172;
}

.your-order-table table .shipping th {
  vertical-align: top;
}

.your-order-table table .order-total th {
  border-bottom: 0;
  font-size: 14px;
}

.your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
  background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
  color: var(--ba-primary);
  font-size: 18px;
  font-weight: 500;
}

.payment-method {
  margin-top: 40px;
}

.panel-title > a {
  display: block;
}

.order-button-payment input {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  color: var(--ba-white);
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  margin: 0px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.order-button-payment input:hover {
  background: #fe4536 none repeat scroll 0 0;
}

.payment-method .btn-link {
  -moz-user-select: none;
  background: no-repeat;
  border: medium none;
  border-radius: 0;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  padding: 3px 10px;
  text-align: center;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  font-family: rubik;
}

.payment-method .card {
  background-color: var(--ba-white);
  border: 1px solid var(--ba-border);
  border-radius: 0;
  margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
  border: 1px solid var(--ba-border);
}

.card-header:first-child {
  border-radius: 0;
}

.payment-method .card-header {
  background-color: var(--ba-white);
  border-bottom: 1px solid var(--ba-border);
}

.order-button-payment button {
  width: 100%;
}

.country-select .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--ba-white);
  border-radius: 0;
  border: solid 1px var(--ba-border);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 19px;
}

/* 28. Login */
.basic-login {
  padding: 90px;
  border: 2px solid var(--ba-border);
}

.basic-login h3 {
  font-size: 30px;
}

.basic-login input {
  width: 100%;
  height: 60px;
  border: 2px solid var(--ba-border);
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
}

.basic-login label {
  color: #222;
  display: block;
}

.basic-login label span {
  color: #fe4536;
}

.login-action input {
  width: inherit;
  height: auto;
}

.login-action label {
  display: inline-block;
  margin-left: 5px;
}

.or-divide {
  border-top: 2px solid var(--ba-border);
  margin: 40px 0;
  text-align: center;
  position: relative;
}

.or-divide span {
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  background: var(--ba-white);
  display: inline-block;
  width: 40px;
  margin: auto;
  line-height: 1;
  font-weight: 500;
}

/* 28. price */
.price-head {
  padding-top: 32px;
  padding-bottom: 90px;
  background-position: bottom;
}

.price-head i {
  color: #bdbdbd;
  font-size: 55px;
  margin-bottom: 15px;
}

.price-count h2 {
  font-size: 35px;
  color: var(--ba-primary);
  margin-bottom: 20px;
}

.price-count span {
  color: var(--ba-secondary);
  font-size: 14px;
}

.price-list ul li {
  font-size: 15px;
  color: #8a8a8a;
  margin-bottom: 19px;
  line-height: 1;
  list-style: none;
}

.price-list {
  padding: 30px 0;
  padding-bottom: 20px;
}

.pricing-box {
  padding-bottom: 40px;
}

.active .price-head i {
  color: var(--ba-white);
}

.active .price-count h2 {
  color: var(--ba-white);
}

.active .price-count span {
  color: var(--ba-white);
}

/* search modal */
#search-modal {
  background-color: rgba(23, 26, 33, 0.95);
}

#search-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: none;
  outline: 0;
}

#search-modal .modal-dialog .modal-content {
  background: 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

#search-modal .modal-dialog .modal-content form {
  width: 555px;
  position: relative;
}

#search-modal .modal-dialog .modal-content form input {
  width: 100%;
  font-size: 36px;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  background: 0 0;
  color: var(--ba-white);
  padding-bottom: 12px;
  padding-right: 40px;
}

#search-modal .modal-dialog .modal-content form input::-moz-placeholder {
  font-size: 35px;
  opacity: 0.8;
  color: var(--ba-white);
}

#search-modal .modal-dialog .modal-content form input::placeholder {
  font-size: 35px;
  opacity: 0.8;
  color: var(--ba-white);
}

#search-modal .modal-dialog .modal-content form input:focus::-moz-placeholder {
  opacity: 0;
}

#search-modal .modal-dialog .modal-content form input:focus::placeholder {
  opacity: 0;
}

#search-modal .modal-dialog .modal-content form button {
  position: absolute;
  right: 0;
  margin-bottom: 3px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  background: 0 0;
  border: none;
  cursor: pointer;
  top: 11px;
}

.services-details-text h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

.services-details-text p {
  margin-bottom: 0;
}

.services-details-info {
  padding: 37px 44px 40px 44px;
  position: relative;
  margin-top: 51px;
  margin-bottom: 40px;
  background: var(--ba-primary);
}

.services-details-info::before {
  background-repeat: no-repeat;
  content: "";
  height: 68px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 82px;
  right: 90px;
  bottom: -31px;
}

.services-details-info p {
  font-size: 24px;
  color: var(--ba-white);
  margin-bottom: 0;
  line-height: 36px;
  font-style: italic;
}

.services-details-icon-img {
  float: left;
  margin-right: 25px;
  margin-top: 8px;
}

.services-details-link-text {
  margin-bottom: 14px;
  overflow: hidden;
}

.services-details-link-text p {
  margin-bottom: 0;
}

.services-details-link-img img {
  width: 100%;
}

.services2-details-text p {
  margin-bottom: 0;
}

.services2-img img {
  width: 100%;
}

.services-details-icon-img i {
  color: red;
  font-size: 25px;
}

.services-sidebar {
  padding: 40px;
}

.services-link {
  margin: 0;
}

.services-link li {
  padding-bottom: 16px;
  list-style: none;
}

.services-link li:last-child {
  padding-bottom: 0px;
}

.services-link li a {
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
  color: var(--ba-secondary);
}

.services-link li a i {
  font-size: 14px;
  margin-right: 6px;
}

.services-title h2 {
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 1;
}

.project-details-gallery img {
  max-width: 100%;
}

.zoom-instagram-widget__item {
  padding: 0 !important;
}

.footer-wrapper li .widget-posts-title a {
  color: var(--ba-heading);
  font-size: 15px;
  font-weight: 600;
}

.footer-wrapper .recent-posts li {
  margin-bottom: 15px;
}

.footer-wrapper li .widget-posts-title a:hover {
  color: var(--ba-primary);
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}

img {
  height: auto;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.logged-in .header-transparent {
  margin-top: 30px;
}

.admin-bar .sticky-header {
  top: 32px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
  max-width: 100%;
  height: 45px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
* custom css
*
*/
blockquote {
  position: relative;
  margin: 30px 0;
  margin-bottom: 25px;
  padding: 22px 25px;
}

.wp-block-quote,
blockquote {
  margin: 20px 0;
  border-left: solid 4px var(--ba-primary);
  padding: 35px 25px !important;
}

.wp-block-quote p,
blockquote p {
  font-size: 20px;
  margin-bottom: 0;
}

/*blockquote::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--ba-primary) ;
	opacity: 0.07;
}*/
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: var(--ba-white);
}

.wp-block-pullquote {
  border-top: 4px solid var(--ba-primary) !important;
  border-bottom: 4px solid var(--ba-primary) !important;
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  margin-top: 10px;
  display: block;
}

.logged-in-as a {
  color: #222;
}

.logged-in-as a:hover {
  color: var(--ba-primary);
}

.blog-post-tag {
  background: var(--ba-white);
  padding: 0;
  padding-top: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 30px;
}

.blog-post-tag > a {
  color: var(--ba-secondary);
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid var(--ba-border);
  padding: 10px 24px;
  margin-right: 5px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 5px;
}

.blog-post-tag > a:hover {
  color: var(--ba-white);
  background: var(--ba-primary);
  border-color: var(--ba-primary);
}

/**
*
* blog pagination
*/
.pagination ul > li > a,
.pagination ul .page-numbers.current,
.nav-links a,
.nav-links .page-numbers.current {
  background: #f6f4ff;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  display: inline-block;
  padding: 16px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul .page-numbers.current,
.nav-links a:hover,
.nav-links .page-numbers.current {
  color: var(--ba-white);
  background: var(--ba-primary);
  border-color: var(--ba-primary);
}

/**
*
* Sidebar widget css
*
*/
.blog-area .widget ul {
  padding: 0;
  margin: 0;
}

.blog-area .widget ul li ul {
  padding-left: 15px;
  padding-top: 15px;
}

.rssSummary {
  line-height: 27px;
}

.widget ul {
  margin: 0;
}

.widget ul li {
  border-bottom: 1px solid var(--ba-border);
  color: var(--ba-secondary);
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  padding-top: 15px;
  position: relative;
  font-size: 16px;
}

.widget ul li a {
  color: var(--ba-secondary);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  transition: 0.3s;
  line-height: 1;
}

.widget ul li a.rsswidget {
  line-height: 1.3;
}

.widget .footer-post h5 a {
  font-size: 16px;
  line-height: 1.3;
}

.widget ul li:first-child {
  padding-top: 0;
}

.widget_recent_entries ul li a {
  font-size: 14px;
  line-height: 26px;
}

/**
* latest blog shortcdoe
*
*/
.blog-area .mb-50,
.portfolio-area .mb-50,
.services-area .mb-50 {
  margin-bottom: 50px;
}

.portfolio-area .mb-40 {
  margin-bottom: 40px !important;
}

.services-area .mb-30 {
  margin-bottom: 30px !important;
}

.service-details img {
  width: inherit;
}

/**
*
* removing visual composer default data
*/
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

/**
* image widget
*/
.widget-title {
  display: block;
  position: relative;
  padding-bottom: 15px;
}

.widget_media_image img {
  width: 100%;
}

/**
* tags
*/

.sidebar-tad li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}

.sidebar-tad li a,
.tagcloud a {
  display: inline-block;
  line-height: 1;
  padding: 12px 18px;
  background: #f5f5f5;
  margin-bottom: 8px;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500;
  color: #5f5b5b;
  border-radius: 2px;
}

.sidebar-tad li a:hover,
.tagcloud a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

/**
* archive
*
*/

.widget li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.widget li:last-child {
  border: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget li a {
  color: #444;
  font-weight: 500;
  padding-left: 0;
}

.widget li a:hover {
  color: var(--ba-primary);
}

.widget li span {
  float: right;
}

li .blog-footer-meta span {
  float: none !important;
  font-size: 13px !important;
}

.widget_recent_comments li span,
.widget_recent_comments li span a {
  float: none;
  font-weight: 500;
  color: #223645;
}

.widget_rss ul li a.rsswidget {
  font-weight: 600;
}

.widget li span.post-date {
  float: none;
  margin-top: 7px;
  display: block;
  font-size: 13px;
}

/* calendar widget */
.widget_calendar {
  float: none;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}

#wp-calendar thead {
  font-size: 14px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody {
  color: #666;
}

#wp-calendar tbody td {
  background: #f7f7f7;
  border: 1px solid var(--ba-white);
  text-align: center;
  padding: 8px;
  transition: 0.3s;
}

#wp-calendar tbody td:hover,
#wp-calendar tbody td:hover a {
  background: var(--ba-primary);
  color: var(--ba-white);
}

#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

.latest-comments ul li ul.children {
  padding-left: 70px;
}

.latest-comments ul li ul.children {
  padding-top: 0;
}

.no-results.not-found {
  background: var(--ba-white);
  padding: 41px 100px;
  text-align: center;
  border: 2px solid #f4f3fb;
}

.pageontent.blog-search-content p {
  margin-bottom: 20px;
}

.blog-search-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.error-404-title {
  line-height: 1;
  font-size: 140px;
}

.error-title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 25px;
  margin-top: 30px;
}

.error-text {
  margin-bottom: 30px;
}

.page-content.mb-40 {
  margin-bottom: 30px;
}

.page-header {
  background: #faf9ff;
  margin-bottom: 30px;
  padding: 30px;
}

.page-header h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.navigation.posts-navigation .nav-next {
  float: right;
}

.navigation.posts-navigation .nav-previous {
  float: left;
}

.navigation.posts-navigation .nav-links {
  overflow: hidden;
}

.navigation.posts-navigation .nav-links a {
  text-transform: uppercase;
  background: var(--ba-white);
}

.navigation.posts-navigation .nav-links a:hover {
  background: var(--ba-primary);
  color: var(--ba-white);
}

.navigation.posts-navigation {
  overflow: hidden;
  margin-bottom: 40px;
}

/*unit test*/
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 25px;
}

.blog-area > ul,
.blog-area > ol,
.blog-area ul,
.blog-area ol {
  padding-left: 20px;
}

.blog-details-text ol li,
.blog-details-text ul li {
  padding-top: 7px;
}

ul {
  list-style: disc;
}

.postbox.sticky {
  border: 2px solid var(--ba-primary);
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
  background: no-repeat;
  padding: 40px;
}

#wp-calendar #next a,
#wp-calendar #prev a {
  font-size: 13px;
  font-weight: 600;
}

.blog-content table {
  margin-bottom: 30px;
}

.blog-content table tbody td {
  text-align: center;
}

.blog-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog-content th,
.blog-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog-content table,
.blog-content th,
.blog-content td {
  border: 1px solid #d1d1d1;
}

.blog-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

/*page table*/
.bazna-page-content table {
  margin-bottom: 30px;
}

.bazna-page-content table tbody td {
  text-align: center;
}

.bazna-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.bazna-page-content th,
.bazna-page-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.bazna-page-content table,
.bazna-page-content th,
.bazna-page-content td {
  border: 1px solid #d1d1d1;
}

.bazna-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

.bazna-page-content ol li,
.bazna-page-content ul li {
  margin-bottom: 7px;
}

.bazna-page-content .latest-comments ol li,
.bazna-page-content .latest-comments ul li {
  margin-bottom: 30px;
}

.bazna-page-content ol li ol,
.bazna-page-content ul li ul {
  margin-top: 7px;
}

.blog-details-text table {
  margin-bottom: 30px;
}

.blog-details-text table tbody td {
  text-align: center;
}

.blog-details-text table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog-details-text th,
.blog-details-text td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog-details-text table,
.blog-details-text th,
.blog-details-text td {
  border: 1px solid #d1d1d1;
}

.post-comments table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

.blog-details-wrapper table {
  margin-bottom: 30px;
  width: 100%;
}

.blog-details-wrapper table tbody td {
  text-align: center;
}

.blog-details-wrapper table td {
  border-color: #ddd;
  padding: 12px 12px;
}

.blog-details-wrapper th,
.blog-details-wrapper td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}

.blog-details-wrapper table,
.blog-details-wrapper th,
.blog-details-wrapper td {
  border: 1px solid #d1d1d1;
}

.blog-details-wrapper table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 400;
}

.comments-text > p {
  margin-bottom: 15px;
}

.comments-text ul li,
.comments-text ol li {
  padding-top: 5px;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  border: 1px solid #ddd;
  padding: 15px;
}

dd + dt {
  margin-top: 20px;
}

.page-links {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  margin-top: 20px;
}

.page-links > span.page-links-title {
  border: 0;
  color: inherit;
}

.page-links a,
.page-links > span {
  border: 2px solid #ddd;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-left: 2px;
  height: 33px;
  line-height: 30px;
  margin-right: 3px;
  color: #444;
}

.page-links > span {
  border: 2px solid var(--ba-primary);
  color: var(--ba-primary);
}

.page-links a:hover {
  border: 2px solid var(--ba-primary);
  color: var(--ba-primary);
}

.post-password-form label {
  width: 100%;
}

.post-password-form input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #e4e4f2;
  width: 100%;
}

.post-password-form input[type="submit"] {
  background-color: var(--ba-primary);
  border: none;
  padding: 10px 40px;
  color: var(--ba-white);
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}

.post-password-form input[type="submit"]:hover {
  background-color: #010e2a;
}

.post-comments .latest-comments > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.comments-text > ul,
.comments-text > ol {
  margin-bottom: 20px;
}

ul.children {
  list-style: none;
}

.footer-widget #wp-calendar tbody td {
  background: none;
  border: 1px solid var(--ba-white);
  color: var(--ba-white);
}

.footer-widget #wp-calendar tbody td a {
  color: var(--ba-white);
  text-decoration: underline;
}

.footer-widget #wp-calendar tbody td:hover a {
  background: transparent;
}

.footer-widget #wp-calendar tbody #today a {
  color: var(--ba-white);
  text-decoration: underline;
  background: none;
}

.footer-widget #wp-calendar thead th {
  color: var(--ba-white);
  border: 1px solid #ddd;
  text-align: center;
  padding-top: 7px;
}

.footer-widget #wp-calendar #next a,
.footer-widget #wp-calendar #prev a {
  color: var(--ba-white);
}

.footer-widget #wp-calendar caption {
  color: var(--ba-white);
}

.widget_recent_comments.footer-widget li span,
.widget_recent_comments.footer-widget li span a {
  float: none;
  font-weight: 600;
  color: var(--ba-white);
}

.widget.widget_recent_comments ul li a {
  display: unset;
  line-height: 27px;
}

.footer-widget form input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #2f3440;
  color: var(--ba-white);
  border: 0;
  padding: 0 25px;
  height: 45px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  transition: 0.3s;
  width: auto;
}

.footer-widget p {
  color: #c9d4db;
}

.footer-widget .tagcloud a {
  background: #223644;
  color: #b0b5bf;
}

.footer-widget .calendar_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-scrolling: -ms-autohiding-scrollbar;
}

.widget_rss ul li span {
  float: none;
}

.vc-inner-no-padding .vc_column-inner {
  padding-top: 0 !important;
}

.boxed-55 {
  padding: 0 70px !important;
}

.sidebar-rc-post ul li::before {
  display: none;
}

.footer-widget .sidebar-rc-post ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
}

.footer-widget .sidebar-rc-post ul li .widget-date {
  color: #999;
}

.footer-post li::before {
  display: none;
}

.footer-widget .footer-post li {
  padding-left: 0;
}

.footer-widget .footer-post li a {
  color: var(--ba-white);
  opacity: 0.8;
}

.tag-space {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
}

.size-thumbnail {
  margin-bottom: 20px;
}

.no-results.not-found .page-header {
  padding-top: 0;
  padding-bottom: 0;
}

.bazna-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  border: 0;
  background: no-repeat;
  color: #444;
  border-left: 1px solid #ddd;
  height: 100%;
}

.bazna-search-btn:hover {
  color: #2154cf;
}

.search-form2 .form-control {
  height: 50px;
  border-radius: inherit;
}

.search-form2 {
  position: relative;
}

.archive-description {
  margin-top: 15px;
}

/*comment-form*/

.comment-respond label {
  font-weight: 600;
  color: #223645;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  display: block;
}

.comment-form input {
  height: 55px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: #223645;
  border: 1px solid transparent;
  transition: 0.3s;
  background: #eceff3;
}

.comment-form textarea {
  height: 170px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  color: #223645;
  font-size: 14px;
  border: 1px solid transparent;
  transition: 0.3s;
  background: #eceff3;
}

.comment-form .bz-form-btn {
  padding: 24px 55px;
  border-radius: 30px;
}

.comment-form input:focus {
  background: var(--ba-white);
  border-color: var(--ba-primary);
}

.comment-form textarea:focus {
  background: var(--ba-white);
  border-color: var(--ba-primary);
}

.comment-form input::-moz-placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1;
}

.comment-form input::placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1;
}

.comment-form textarea::-moz-placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1;
}

.comment-form textarea::placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1;
}

/*author*/
.author-wrapper {
  background: #f7f7fd;
  padding: 37px 71px 35px 40px;
  overflow: hidden;
  border-left: 5px solid var(--ba-primary);
}

.author-img {
  float: left;
  margin-right: 27px;
  margin-top: 10px;
}

.author-img img {
  border-radius: 50%;
}

.author-text {
  overflow: hidden;
}

.author-text > h4 {
  text-transform: capitalize;
}

.author-text > p {
  margin-bottom: 0;
}

.author-icon {
  margin-bottom: 9px;
}

.author-icon a:hover {
  color: var(--ba-primary);
}

.no-pad .vc_column-inner {
  padding-top: 0 !important;
}

/*servie details*/
.sidebar-link h3 {
  font-size: 36px;
  font-weight: 700;
}

.servicee-sidebar {
  border: 2px solid #f4f3fb;
  padding: 30px;
}

.servicee-sidebar ul {
  margin-bottom: 0;
}

.servicee-sidebar ul li {
  border-bottom: 1px solid var(--ba-border);
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  padding-top: 15px;
  position: relative;
}

.servicee-sidebar ul li a {
  color: #7886a0;
}

.servicee-sidebar ul li:last-child {
  border: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.servicee-sidebar ul li a:hover {
  color: var(--ba-primary);
}

.project-status ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid var(--ba-border);
  padding: 15px 0;
}

.project-status {
  background: #f4f9fc;
  padding: 30px;
}

.project-status ul li b {
  margin-right: 5px;
  display: inline-block;
  color: #28345d;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}

.project-status ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

.project-status ul li:first-child {
  padding-top: 0;
}

.bypostauthor .avatar-name > h5::after {
  content: "\f02e";
  font-family: "Font Awesome 5 Pro";
  top: -1px;
  font-size: 12px;
  margin-left: 10px;
  line-height: 1;
  position: relative;
  color: #cacfef;
  font-weight: 900;
}

.project-status ul {
  margin: 0;
}

.project-details-content .project-desc h3 {
  font-weight: 600;
  font-size: 32px;
}

.project-details-content .elementor-icon-list-text {
  font-size: 14px;
  line-height: 40px;
  color: #515c69;
  text-transform: capitalize;
  letter-spacing: 0;
  padding-left: 5px;
}

.elementor-icon-list-items .elementor-icon-list-item i {
  color: var(--ba-primary);
}

.project-details-content .elementor-icon-list-item {
  list-style: none;
  line-height: 1.67;
}

.paginations ul {
  padding-left: 0;
}

.servicee-sidebar-banner {
  margin-bottom: 50px;
}

.portfolio-sidebar {
  margin-bottom: 30px;
}

/*next prev post*/
.blog-details-border {
  margin-top: 40px;
  background: var(--ba-white);
  padding: 40px 0;
  padding-bottom: 22px;
}

.project-details-content span {
  font-size: 13px;
  color: #8583b1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.project-details-content span a {
  color: #8583b1;
}

.project-details-content span a:hover {
  color: var(--ba-primary);
}

.project-details-content h3 {
  margin-top: 8px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 22px;
}

.project-details-content h3 a:hover {
  color: var(--ba-primary);
}

.page-area .post-comments-form {
  margin-bottom: 0;
  clear: both;
  padding-top: 0;
  margin-top: 40px;
}

.bazna-page-content ol,
.bazna-page-content ul {
  padding-left: 22px;
}

.bazna-page-content .latest-comments ol ol,
.bazna-page-content .latest-comments ul ul {
  padding-left: 50px;
}

.container.container-box {
  margin: auto;
}

.vc_column-inner {
  padding-top: 0 !important;
}

.features-service .feature {
  margin-top: 0;
}

.features-service .feature-item {
  margin-top: 0;
}

/*new unit test*/
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
  margin-left: 10px;
}

.wp-block-column:not(:last-child) {
  margin-right: 10px;
}

.wp-block-column:nth-child(2n + 1) {
  margin-right: 10px;
}

.post-text > .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}

.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: var(--ba-white);
  background: var(--ba-primary) !important;
}

.wp-block-archives select {
  height: 50px;
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
}

.wp-block-latest-comments {
  padding-left: 0 !important;
}

.wp-block-latest-posts.has-dates {
  padding-left: 14px;
}

.wp-block-archives li a,
.wp-block-categories li a {
  color: #5e629c;
}

/*header*/
.retina-logo {
  display: none;
}

/* 20. paginations */
.basic-pagination-2 ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 10px;
}

.basic-pagination-2 ul li a,
.basic-pagination-2 ul li .page-numbers {
  color: var(--ba-secondary);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  text-align: center;
  height: 60px;
  width: 60px;
  background: var(--ba-white);
  border-radius: 30px;
  padding: 0;
  line-height: 56px;
  display: inline-block;
  border: 2px solid var(--ba-border);
}

.basic-pagination-2 ul li:hover a,
.basic-pagination-2 ul li .current {
  background: var(--ba-primary);
  color: var(--ba-white);
  border-color: var(--ba-primary);
}

.basic-pagination-2 ul li:hover a:after,
.basic-pagination-2 ul li.active a:after {
  opacity: 1;
}

.basic-pagination-2 ul li:hover a:before,
.basic-pagination-2 ul li.active a:before {
  opacity: 1;
}

.basic-pagination-2 li .prev {
  text-transform: uppercase;
  font-weight: 700;
}

.basic-pagination-2 li .next {
  text-transform: uppercase;
  font-weight: 700;
}

.blog-area img {
  max-width: 100%;
}

.footer__widget ul li ul {
  padding-left: 10px;
  padding-top: 12px;
}

.footer__widget select {
  width: 100%;
  height: 40px;
  padding: 0 15px;
}

.footer__widget #wp-calendar caption {
  color: #8a8aac;
}

#wp-calendar tbody td#today {
  background: var(--ba-primary);
  color: var(--ba-white);
}

#wp-calendar tbody td#today a {
  background: var(--ba-primary);
  color: var(--ba-white);
}

.footer__widget img {
  max-width: 100%;
}

.footer__widget .tagcloud a {
  background: #1b1a2c;
  color: #d3d3dd;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1;
  padding: 12px 15px;
  margin-bottom: 5px;
  margin-right: 0px;
}

.error-btn:hover {
  color: #7673ff;
}

.retina-logo img {
  width: 130px;
}

.logo-white-style .retina-logo img {
  width: 191px;
}

#wp-comment-cookies-consent {
  width: auto;
  display: inline-block;
  height: auto;
  margin-right: 20px;
}

.comment-form-cookies-consent label {
  display: inline-block;
}

.comment-form-cookies-consent {
  margin-left: 18px;
  display: none;
}

.copyright__text p {
  margin: 0;
}

.bazna-page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}

.bazna-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 20px;
}

.admin-bar .header-sticky {
  margin-top: 32px;
}

/** menu extra margin remove **/
.header__menu nav ul,
.header-social-icons ul {
  margin-bottom: 0;
  display: inline-block;
}

.footer-menu-2 ul li {
  margin-bottom: 8px;
}

.footer-emailing ul {
  padding: 0;
  margin: 0;
}

.team-social-profile ul li {
  display: inline-block;
  margin: 0 8px;
}

.team-social-profile ul {
  margin: 0;
}

.team-social-profile ul li a {
  font-size: 15px;
  color: #616b71;
}

.team-social-profile ul li a:hover {
  color: var(--ba-primary);
}

.footer_style_default .footer-logo.dark-logo {
  display: none;
}

/*page title*/
.page-title h2 {
  font-size: 48px;
  margin-bottom: 0;
}

.breadcrumb-height {
  padding-top: 135px;
  padding-bottom: 145px;
}

.breadcrumb-menu {
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.breadcrumb-menu li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.breadcrumb-menu li a {
  padding: 0;
}

.more-service-list ul {
  list-style: none;
  margin: 0;
}

.service-widget::last-child {
  background: red;
}

.blog-padding {
  padding-right: 25px;
}

.post-text .wp-caption.aligncenter {
  margin-top: 40px;
}

.post-text .alignright.size-thumbnail {
  overflow: hidden;
  clear: both;
}

.footer-defualt-widget .logo.dark-logo {
  display: none;
}

.footer-defualt-widget .footer-text span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #c9d4db;
  margin-bottom: 5px;
}

.footer-text {
  margin-bottom: 25px;
}

.footer-defualt-widget .footer-social a {
  display: inline-block;
  font-size: 15px;
  color: #c9d4db;
  margin-right: 15px;
}

.footer-defualt-widget .footer-social a:hover {
  color: #8fb569;
}

.footer-widget ul li.zoom-instagram-widget__item {
  margin: 0;
}

.logo.mb-20.white-logo {
  margin-bottom: 33px;
}

.product-review-box .comment-respond {
  box-shadow: none;
}

.product-review-box .comment-form textarea {
  background: var(--ba-white);
}

.post-text h1 {
  line-height: 1.1;
}

.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6 {
  line-height: 1.35;
  margin-bottom: 15px;
}

/** footer Widgets **/

.default-footer .white-logo {
  display: none;
}

.default-footer.footer-2 .white-logo {
  display: block;
}

.default-footer.footer-2 .dark-logo {
  display: none;
}

.default-footer .subscribes-form {
  display: none;
}

#mobile-menu ul {
  margin-bottom: 0;
}

.footer-bottom-link {
  margin-bottom: 0;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  color: #6c7781;
}

nav.fotter-2-menu ul li a.nav-link {
  padding-left: 0;
}

.footer-bottom-link ul {
  margin-bottom: 0;
}

/** info subscriber **/
.footer-style-2 .footer-logo.dark-logo {
  display: none;
}

.footer-style-3 .footer-logo.dark-logo {
  display: none;
}

.archive-description p {
  margin: 0;
}

.header-transparent .header-top-text p,
.header-transparent .header-info span {
  color: #b1b1b1;
}

.logged-in .sticky {
  margin-top: 32px;
}

.modal .modal-header {
  position: absolute;
  right: 100px;
  top: 100px;
  background: no-repeat;
  border: 0;
  padding: 0;
  text-align: center;
}

.modal-header .close {
  font-size: 26px;
  color: var(--ba-white);
  opacity: 0.8;
  padding: 0;
}

.header-right .header-info a:hover {
  color: var(--ba-white);
}

.header-right .header-info a:focus {
  color: var(--ba-white);
}

.header-2-border .header-info a:hover {
  color: inherit;
}

.counter-text h1 span {
  font-size: 55px;
}

/* Director Home Css  */

/* Slider Area CSS Start  */

.bz-slider-main-area {
  position: relative;
}

.bz-slider-active {
  position: relative;
}

.bz-slider-active .bz-slider-main-inner {
  height: 950px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.bz-slider-active .bz-slider-main-inner:before {
  background: #040811;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bz-slider-active .bz-slider-main-inner:is(.bz-director-slider-inner) {
    height: 800px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-slider-active .bz-slider-main-inner:is(.bz-director-slider-inner) {
    height: 700px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-slider-active .bz-slider-main-inner:is(.bz-director-slider-inner) {
    height: 700px;
  }
}

.bz-director-subtitle {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 13px;
  color: var(--ba-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-director-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .bz-director-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bz-director-subtitle {
    font-size: 20px;
  }
}

.bz-director-title {
  font-size: 110px;
  line-height: 1.1;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ba-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bz-director-title {
    font-size: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-director-title {
    font-size: 80px;
  }
}

@media (max-width: 575px) {
  .bz-director-title {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bz-director-title {
    font-size: 70px;
  }
}

.bz-director-btn {
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  line-height: 48px;
  border: 1px solid var(--ba-white);
  display: inline-block;
  padding: 0px 45px;
  color: var(--ba-white);
  text-transform: uppercase;
}

.bz-director-btn:hover {
  background-color: var(--ba-white);
  color: var(--ba-black);
}

.bz-slider-main-social-abs {
  position: absolute;
  left: 40px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  margin-top: 50px;
}

.bz-slider-main-social-abs .bz-sliderfull-social::before {
  display: none;
}

.bz-slider-main-social-abs .bz-sliderfull-social a {
  border-color: rgba(255, 255, 255, 0.3);
}

.bz-slider-main-slide-content-awards img {
  object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .bz-slider-main-slide-content-awards img {
    width: 80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bz-slider-main-slide-content-awards img {
    width: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-slider-main-slide-content-awards img {
    width: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-slider-main-slide-content-awards img {
    width: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-slider-main-slide-content-awards img {
    width: 50px;
  }
}

.bz-slider-main-slide-content-awards img:not(:last-child) {
  margin-right: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .bz-slider-main-slide-content-awards img:not(:last-child) {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bz-slider-main-slide-content-awards img:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-slider-main-slide-content-awards img:not(:last-child) {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-slider-main-slide-content-awards img:not(:last-child) {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-slider-main-slide-content-awards img:not(:last-child) {
    margin-right: 15px;
  }
}

.bz-slider-main-slide-title {
  font-size: 140px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bz-slider-main-slide-title {
    font-size: 120px;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
  .bz-slider-main-slide-title {
    font-size: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .bz-slider-main-slide-title {
    font-size: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bz-slider-main-slide-title {
    font-size: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-slider-main-slide-title {
    font-size: 60px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bz-slider-main-slide-title {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .bz-slider-main-slide-title {
    font-size: 38px;
  }
}

.bz-slider-active .bz-slider-main-slide-pagination {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  right: 50px;
  left: auto !important;
  z-index: 1;
  width: auto !important;
  bottom: auto !important;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-slider-active .bz-slider-main-slide-pagination {
    position: absolute;
    transform: translateY(0);
    left: auto;
    display: inline-block;
    left: 50% !important;
    transform: translateX(-50%);
    right: auto;
    top: auto;
    bottom: 20px !important;
  }
}

.bz-slider-active .bz-slider-main-slide-pagination span.swiper-pagination-bullet-active {
  width: 7px;
  border-radius: 50%;
  background-color: var(--ba-white);
  outline: 1px solid rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  outline-offset: 5px;
}

.bz-slider-active .bz-slider-main-slide-pagination span {
  width: 7px;
  height: 7px;
  background: var(--ba-white);
  opacity: 1;
  border-radius: 0;
  margin: 10px 0 !important;
  padding: 0;
  border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-slider-active .bz-slider-main-slide-pagination span {
    margin: 0 10px !important;
  }
}

.bz-director-awards {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 50px 50px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-director-awards {
    position: static;
    padding: 0;
    margin-top: 40px;
  }
}

.bz-director-awards img {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-director-awards img {
    max-width: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-director-awards img {
    max-width: 60px;
  }
}

.bz-director-awards img:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-director-awards img:not(:last-child) {
    margin-right: 8px;
  }
}

.bz-sliderfull-socialdots-area {
  background-color: #171717;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
}

.bz-sliderfull-socialdots-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.bz-sliderfull-socialdots-bar {
  padding: 40px 0;
}

.bz-sliderfull-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  padding-top: 55px;
  position: relative;
}

.bz-sliderfull-social label {
  transform: rotate(-90deg);
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ba-white);
}

.bz-sliderfull-social label:before {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #3a3a3a;
  transform: translateY(-50%);
}

.bz-slider-main-social-abs .bz-sliderfull-social::before {
  display: none;
}

.bz-sliderfull-social a {
  width: 35px;
  height: 35px;
  color: var(--ba-white);
  border: 1px solid #3a3a3a;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  font-size: 18px;
}

.bz-sliderfull-social a:hover {
  background-color: var(--ba-white);
  color: #3a3a3a;
}

.bz-sliderfull-social a:not(:last-child) {
  margin-bottom: 15px;
}

.bz-sliderfull-social:before {
  position: absolute;
  top: 0;
  width: 100px;
  height: 1px;
  background-color: #3a3a3a;
  content: "";
  left: -21px;
}

.bz-slider-main-social-abs .bz-sliderfull-social a {
  border-color: rgba(255, 255, 255, 0.3);
}

.bz-sliderfull-socialdots-pagination {
  flex: 1;
  display: flex;
  align-items: center;
}

/* Slider Area CSS End  */

/* about area css start */

.bz-about-area {
  background-color: #171717;
}

.bz-about-content-section {
  padding-left: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bz-about-content-section {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-about-content-section {
    padding-left: 0;
  }
}

.bz-about-subtitle {
  font-size: 15px;
  font-weight: 700;
  color: var(--ba-white);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}

.bz-about-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ba-white);
  margin-bottom: 38px;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .bz-about-title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bz-about-title {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-about-title {
    font-size: 38px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bz-about-title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .bz-about-title {
    font-size: 28px;
  }
}

.bz-about-content-section p {
  font-size: 16px;
  font-weight: 400;
  color: #b4b4b4;
  line-height: 26px;
}

.bz-director-about-img img {
  width: 100%;
}

.bz-director-years-number {
  display: inline-block;
  font-size: 225px;
  font-weight: 700;
  color: var(--ba-white);
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bz-director-years-number {
    font-size: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-director-years-number {
    font-size: 160px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-director-years-number {
    font-size: 90px;
  }
}

.bz-director-plus {
  font-size: 98px;
  display: block;
  font-weight: 400;
  color: var(--ba-white);
  margin-bottom: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bz-director-plus {
    font-size: 80px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-director-plus {
    font-size: 70px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-director-plus {
    font-size: 50px;
    margin-bottom: 10px;
  }
}

.bz-director-years-content {
  display: inline-block;
}

.bz-director-years-text {
  font-size: 24px;
  line-height: 1.4;
  display: inline-block;
  color: var(--ba-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-director-years-text {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-director-years-text {
    font-size: 18px;
  }
}

.bz-director-years {
  display: flex;
  align-items: center;
  grid-gap: 50px;
  position: absolute;
  left: 65px;
  bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bz-director-years {
    grid-gap: 30px;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-director-years {
    grid-gap: 30px;
    left: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-director-years {
    grid-gap: 0px;
    left: 0;
    align-items: start;
    flex-direction: column;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-director-years {
    grid-gap: 20px;
    left: 0;
    align-items: center;
    flex-direction: row;
  }
}

/* about area css end */

/* service area css start */

.bz-director-service-area {
  position: relative;
  z-index: 1;
  background-color: #202020;
}

.bz-director-service-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 43.5%;
  height: 100%;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1599px) {
  .bz-director-service-bg {
    width: 40%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .bz-director-service-bg {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .bz-director-service-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #202020;
    opacity: 0.9;
  }
}

.bz-director-service-bg img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

.bz-director-service-single img {
  display: inline-block;
  margin-bottom: 40px;
  transition: transform 0.3s cubic-bezier(0.21, 0.6, 0.44, 2.18);
}

.bz-director-service-single:hover img {
  transform: translate3d(0, -6px, 0);
}

.bz-director-service-title {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--ba-white);
}

.bz-director-service-title:hover a {
  color: var(--ba-primary);
}

.bz-director-service-single p {
  color: #b4b4b4;
}

.bz-director-service-btn i {
  font-size: 16px;
  width: 35px;
  height: 35px;
  border: 1px solid #575757;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-weight: 400;
}

.bz-director-service-btn:hover i {
  border-color: var(--ba-primary);
  color: var(--ba-white);
}

/* service area css end */

/* films area css start */

.bz-director-films-area {
  background-color: #171717;
}

.cm-films-img {
  position: relative;
  z-index: 1;
  height: 480px;
  transition: 0.3s;
}

.cm-films-img img {
  width: 100%;
  height: 100% !important;
  transition: 0.3s;
}

.cm-films-single {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.cm-films-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: linear-gradient(rgba(235, 233, 233, 0.51) 0%, var(--ba-black) 100%);
  transition: 0.3s linear;
  z-index: 2;
}

.cm-films-single:hover .cm-films-img img {
  filter: blur(3.5px);
}

.cm-films-inner-content {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 20px;
}

.cm-films-inner-content video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm-films-video-button {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transition-delay: 0.2s;
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.cm-films-video-button:hover a {
  color: var(--ba-primary);
}

.cm-films-single:hover .cm-films-video-button {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.cm-films-date {
  font-size: 14px;
  font-weight: 400;
  color: var(--ba-white);
  display: inline-block;
  margin-bottom: 10px;
}

.cm-films-video-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 0;
  color: var(--ba-white);
  margin-bottom: 10px;
  letter-spacing: 0.6px;
}

.cm-films-video-title:hover a {
  color: var(--ba-primary);
}

.cm-films-video-rating {
  font-size: 14px;
}

.cm-films-rating {
  display: inline-block;
  margin-right: 5px;
}

.cm-films-rating i {
  font-weight: 700;
  color: var(--ba-primary);
}

.cm-films-rating-count {
  color: var(--ba-white);
  font-weight: 700;
}

.cm-film-video-btn {
  width: 110px;
  height: 110px;
  display: inline-block;
  color: var(--ba-white);
  text-align: center;
  line-height: 110px;
  border-radius: 50%;
  font-size: 26px;
  position: relative;
}

.cm-film-video-btn i {
  font-weight: 700;
  display: inline-block;
  margin-left: 3px;
}

.cm-film-video-btn svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  fill: none;
  stroke: var(--ba-primary);
  transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03), stroke 10ms ease-out;
  transition-duration: 0.8s, 10ms;
  transform: rotate(-135deg);
  outline: 1px solid rgba(182, 182, 182, 0.6);
  border-radius: 50%;
  outline-offset: -6px;
  transition-duration: 1.1s;
}

.cm-film-video-btn svg circle {
  fill: none;
  stroke: var(--ba-primary);
  stroke-dasharray: 350;
  stroke-dashoffset: 350;
  stroke-width: 1;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
  transition-duration: 0.8s;
  transition-duration: 1.1s;
}

.cm-film-video-btn:hover svg {
  transform: rotate(-45deg) translateZ(0);
}

.cm-film-video-btn:hover svg circle {
  stroke-dashoffset: 5;
}

.bz-director-flim-img [data-tilt] {
  transition: 1000ms cubic-bezier(0.03, 0.98, 0.52, 0.99) 0s;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1300px;
}

/* films area css end */

/* testimonial area css start */

.bz-film-testimonial-area {
  position: relative;
  z-index: 1;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.bz-film-testimonial-area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--ba-black);
  z-index: -1;
  opacity: 0.7;
}

.bz-film-testimonial-content > i {
  font-size: 80px;
  color: var(--ba-white);
  display: inline-block;
  margin-bottom: 30px;
}

.bz-film-testimonial-content p {
  font-size: 22px;
  line-height: 1.45;
  color: var(--ba-white);
  font-style: italic;
  padding: 5px 0 0px;
}

.bz-film-testimonial-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  text-transform: uppercase;
  color: var(--ba-white);
}

.bz-film-testimonial-author-name {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ba-white);
}

.bz-film-testimonial-author-designation {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c1c1c1;
}

.bz-film-testimonial-rating i {
  color: var(--ba-white);
  font-weight: 300;
}

.bz-film-testimonial-content {
  padding: 0 40px;
  cursor: ew-resize;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-film-testimonial-content {
    padding: 0;
  }
}

.bz-film-testimonial-active {
  position: relative;
}

.bz-film-testimonial-navigation span {
  position: absolute;
  left: 0;
  font-size: 25px;
  top: 60%;
  transform: translateY(-30%);
  color: #777;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #777;
  display: inline-block;
  z-index: 2;
  transition: 0.4s;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bz-film-testimonial-navigation span {
    display: none;
  }
}

.bz-film-testimonial-navigation span:hover {
  border-color: #777;
}

.bz-film-testimonial-navigation span.bz-film-testimonial-next {
  left: auto;
  right: 0;
}

.bz-film-testimonial-navigation span:hover {
  color: var(--ba-primary);
  border-color: var(--ba-primary);
}

.bz-film-testimonial-author {
  margin-bottom: 10px;
}

/* testimonial area css end */

/* counter area css start */

.bz-film-counter-area {
  background-color: #171719;
}

.bz-odometer-number-wrapp {
  font-size: 80px;
  color: var(--ba-white);
  line-height: 1.2;
}

.bz-odometer-subtext {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #b4b4b4;
}

/* counter area css end */

/* team area css start */

.bz-director-team-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
}

.bz-director-team-img img {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
}

.bz-director-team-img:hover img {
  filter: grayscale(0);
}

.bz-director-team-img:hover .bz-director-sign {
  transform: rotate(-40deg);
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.bz-director-designation {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b4b4b4;
  display: inline-block;
  margin-bottom: 8px;
}

.bz-director-name {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ba-white);
  margin-bottom: 15px;
}

.bz-director-name:hover a {
  color: var(--ba-primary);
}

.bz-director-social a {
  font-size: 16px;
  color: #b4b4b4;
  display: inline-block;
}

.bz-director-social a:hover {
  color: var(--ba-primary);
}

.bz-director-social a:not(:last-child) {
  margin-right: 15px;
}

/* team area css end */

/* blog area css end */

.bz-film-blog-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.bz-film-blog-single-img {
  position: relative;
  overflow: hidden;
}

.bz-film-blog-single-img img {
  transition: 0.5s;
}

.bz-film-blog-single-img:hover .bz-film-blog-cat {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.bz-film-blog-single:hover .bz-film-blog-single-img img {
  transform: scale(1.1);
}

.bz-film-blog-cat {
  position: absolute;
  left: -40px;
  top: 0;
  background-color: #171717;
  color: var(--ba-white);
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 10px;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 2;
}

.bz-film-blog-meta {
  font-size: 14px;
  color: var(--ba-white);
  display: inline-block;
  margin-bottom: 5px;
}

.bz-film-blog-meta:not(:last-child) {
  margin-right: 25px;
}

.bz-film-blog-btn {
  display: inline-block;
  color: var(--ba-white);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.bz-film-blog-btn i {
  font-weight: 500;
  display: inline-block;
  margin-left: 5px;
}

.bz-film-blog-btn:hover {
  color: var(--ba-primary);
}

.bz-film-blog-title {
  font-size: 24px;
  line-height: 1.4;
  color: var(--ba-white);
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .bz-film-blog-title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-film-blog-title {
    font-size: 20px;
  }
}

.bz-film-blog-title:hover a {
  color: var(--ba-primary);
}

/* blog area css end */

.container-fluid.pprppl {
  padding-right: 60px;
  padding-left: 60px;
}

.white-menu-bar {
  padding: 0 !important;
  margin: 0 !important;
}

/* footer area start */

.footer-area.footer-style-6.black-bg {
  overflow: hidden;
}

.bz-director-footer-bg-round {
  font-size: 16px;
  color: #b4b4b4;
  position: relative;
  z-index: 1;
  position: relative;
}

.bz-director-footer-bg-round::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300%;
  content: "";
  background-color: #242424;
  border-radius: 50%;
  z-index: -1;
}

.bz-director-footer-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #373737;
  border-radius: 50%;
  margin: 0 5px;
  color: #b4b4b4;
  text-align: center;
}

.bz-director-footer-social a:hover {
  color: var(--ba-white);
  background-color: var(--ba-primary);
  border-color: var(--ba-primary);
}

.bz-director-footer-menu a {
  display: inline-block;
  position: relative;
  color: #b4b4b4;
}

.bz-director-footer-menu a:not(:last-child) {
  margin-right: 15px;
  padding-right: 20px;
}

.bz-director-footer-menu a:not(:last-child)::before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: calc(100% - 5px);
  content: "";
  background-color: #313131;
  transform: translateY(-50%);
}

.bz-director-footer-menu a:hover {
  color: var(--ba-primary);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bz-director-footer-bg-round::before {
    left: 50%;
    width: 150%;
    border-radius: 0;
    transform: translateX(-50%);
  }
}

/* footer area start */

a:focus {
  color: var(--ba-primary);
}

.bz-film-testimonial-active::before {
  content: none;
}

.bz-film-testimonial-active.client-wrapper {
  padding: 60px 15px 60px;
}

.bz-film-testimonial-active .owl-nav div {
  display: none;
}

.bz-film-testimonial-active .owl-dots {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}

.bz-film-testimonial-active .owl-dot {
  width: 7px;
  height: 7px;
  background: var(--ba-white);
  opacity: 1;
  margin: 0px 8px;
  padding: 0;
  border-radius: 50%;
  transition: 0.3s linear;
  transform: scale(0.95);
}

.bz-film-testimonial-active .owl-dot.active {
  width: 7px;
  border-radius: 50%;
  background-color: var(--ba-primary);
  outline: 1px solid var(--ba-primary);
  border: 1px solid var(--ba-primary);
  outline-offset: 5px;
  transform: scale(1.2);
}

@media (max-width: 767px) {
  .bz-film-testimonial-active .owl-nav div {
    display: none;
  }
}

@media only screen and (min-width: 1290px) and (max-width: 1428px) {
  .bz-slider-main-social-abs {
    left: 0px;
  }
}

@media (max-width: 1289px) {
  .bz-slider-main-social-abs {
    display: none;
  }
}

/*fadein custom*/
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

/*fadeInUp*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* updated css  */
.widget .wp-block-heading {
  font-size: 21px;
  padding-bottom: 15px;
}

/* rtl css  */
body.rtl .btn i {
  margin-left: 0;
  margin-right: 6px;
}

body.rtl .line-left {
  left: 0;
}

body.rtl .owl-nav i,
body.rtl .basic-pagination i {
  transform: rotate(180deg);
}

body.rtl .bz-film-blog-btn i {
  margin-left: 0;
  margin-right: 5px;
}
