/*
    DEMO STYLE
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import "fonts/fonts.css";

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Jost", sans-serif;
  color: #333333;
  /* overflow-x: hidden; */
}

:focus {
  outline: none;
}

.btn:focus {
  box-shadow: none !important;
}

.medium {
  font-weight: 500;
}

img{
  max-width: 100%;
}
/* .scroll {
    overflow-y: scroll !important;
    height: 100vh;
    padding-bottom: 100px;
} */


/* ---------------------------------------------------
    navbar STYLE
----------------------------------------------------- */

.wrapper header {
  /* position: absolute; */
  background-color: #fff;
  width: 100%;
  padding: 5px 0;
}

nav {
  height: 6rem;
  display: flex;
  z-index: 10;
}


/*Styling logo*/
.logo {
  /* padding: 1vh 1vw; */
  text-align: center;
  padding-top: 18px;
}



/*Styling Links*/
.nav-links {
  display: flex;
  list-style: none;
  width: 88vw;
  padding: 0 0.7vw;
  align-items: center;
  text-transform: uppercase;
  justify-content: center;
  gap: 36px;
}

.nav-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  min-width: 255px;
}

.for-responsive-nav {
  display: none;
}

.top-call ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1.5px;
  background-color: #999999;
}

.top-call ul li h5 {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.top-call ul li h6 {
  color: #09a9dc;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.top-call ul li {
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
  flex-direction: column;
}

.top-call ul li svg {
  font-size: 30px;
  color: #09a9dc;
}

.top-call ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-links li a {
  text-decoration: none;
  margin: 0 0.7vw;
  font-family: 'Urbanist', sans-serif;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  text-transform: uppercase;
}

.nav-links li a:hover {
  color: #000;
}

.nav-links li {
  position: relative;
}

.nav-links li a::before {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background-color: #0f75bd;
  position: absolute;
  transition: all ease-in-out 250ms;
  /* margin: 0 0 0 10%; */
}

.nav-links li.active a::before {
  width: 100%;
}

.nav-links li a:hover::before {
  width: 100%;
}

/*Styling Buttons*/

.web-btn {
  background: rgb(20, 151, 228);
  background: linear-gradient(180deg, rgba(20, 151, 228, 1) 0%, rgba(0, 127, 202, 1) 100%);
  color: #fff !important;
  font-family: 'Urbanist', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 20px;
  height: 50px;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  justify-content: center;
}

.web-btn:hover {
  color: rgb(11 140 216) !important;
  background: transparent;
  transition: all ease-in-out 350ms;
  border: 2px solid rgb(11 140 216);
}

.web-btn::before {
  display: none !important;
}

.web-btn-light {
  background: rgb(214, 233, 245);
  background: linear-gradient(180deg, rgba(214, 233, 245, 1) 0%, rgba(128, 188, 226, 0.9808298319327731) 100%);
  color: #000 !important;
  font-family: 'Urbanist', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 20px;
  height: 50px;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.web-btn-light::before {
  display: none !important;
}


.web-btn3 {
  background: #fff;
  font-family: 'Urbanist', sans-serif;
  color: #BABABA;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 20px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #EDEDED;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  justify-content: center;
  margin: 8px 0;
}

.web-btn3:hover {
  color: #fff !important;
  background: rgb(20, 151, 228);
  background: linear-gradient(180deg, rgba(20, 151, 228, 1) 0%, rgba(0, 127, 202, 1) 100%);
  transition: all ease-in-out 350ms;
  border: 1px solid rgb(11 140 216);
}

.web-btn3.active {
  color: #fff !important;
  background: rgb(20, 151, 228);
  background: linear-gradient(180deg, rgba(20, 151, 228, 1) 0%, rgba(0, 127, 202, 1) 100%);
  transition: all ease-in-out 350ms;
  border: 1px solid rgb(11 140 216);
}


.mainbtn {
  background: #09a9dc;
  border: 1px solid #09a9dc;
  padding: 15px 30px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-decoration: none;
}

.mainbtn:hover {
  background: #fff;
  color: #09a9dc;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}


/*Styling Hamburger Icon*/
.hamburger div {
  width: 30px;
  height: 3px;
  background: #000;
  margin: 5px;
  transition: all 0.3s ease;
}

.hamburger {
  display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 1199px) {
  nav {
    /* position: fixed; */
    z-index: 3;
  }

  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 1%;
    top: 45px;
    transform: translate(-5%, -50%);
    z-index: 2;
    transition: all 0.7s ease;
    z-index: 9;
  }

  .wrapper header {
    padding: 0;
  }


  .nav-links {
    position: fixed;
    background: #fffffffc;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
    right: 0;
    justify-content: center;
  }

  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
    z-index: 8;
  }

  .nav-links li {
    opacity: 0;
  }

  .fade:not(.show) {
    opacity: 1;
    /* Additional styles when .fade doesn't have the class .show */
    /* Add your styles here */
  }

  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }

  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }

  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }

  .nav-links li:nth-child(4) {
    transition: all 0.5s ease 0.7s;
  }

  .nav-links li:nth-child(5) {
    transition: all 0.5s ease 0.8s;
  }

  .nav-links li:nth-child(6) {
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }

  .nav-links li:nth-child(7) {
    transition: all 0.5s ease 1s;
    margin: 0;
  }

  li.fade {
    opacity: 1;
  }
}

/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  transition: all 0.7s ease;
  width: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* ---------------------------------------------------
    navbar end
----------------------------------------------------- */
/* ---------------------------------------------------
    home page start
----------------------------------------------------- */
.nav-links li.active a {
  color: #0f75bd;
}


.banner h3 {
  color: #09a9dc;
  /* font-size: 30px; */
  font-size: clamp(20px, 4vw, 30px);
  font-style: normal;
  font-weight: 500;
  /* line-height: 30px; */
  line-height: clamp(20px, 6vw, 30px);
}

.banner h1 {
  color: #202020;
  font-family: "Lexend Deca", sans-serif;
  /* font-size: 57px; */
  font-size: clamp(24px, 4vw, 57px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(30px, 6vw, 70px);
  margin: 20px 0;
}

.banner p {
  color: #666;
  /* font-size: 18px; */
  font-size: clamp(14px, 2vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 38px;
}

.banner-bottom {
  margin-top: 51px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.posts-banner {
  background: #f5f3f3;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  padding: 37px 20px;
  flex: 1;
}

.blue-text {
  color: #09a9dc !important;
}

.stats {
  background: rgb(0, 159, 227);
  color: white;
  padding: 49px 20px;
  text-align: center;
  flex: 1;
}

.avatars {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  margin-right: -8px;
}

.banner-image {
  flex: 1;
}

.posts-banner p {
  font-size: 14px;
  font-weight: 500;
  color: rgb(68, 68, 68);
  margin: 0;
}

.badge {
  background-color: #f0f0ff;
  color: #6b5cff;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stats h2 {
  margin: 0;
  font-size: 26px;
}

.stats p {
  font-size: 14px;
  margin: 0;
  color: #fff;
}

.info-box {
  background: rgb(0, 159, 227);
  color: white;
  padding: 49px 20px;
  text-align: center;
}


.about,
.serve-section,
.handle-it-all {
  padding: 80px 0;
}

.about h3,
.serve-section h3,
.handle-it-all h3,
.browse-equipment h3,
.faqs h3 {
  color: #09a9dc;
  /* font-size: 20px; */
  font-size: clamp(16px, 2vw, 20px);
  font-style: normal;
  font-weight: 500;
  /* line-height: 30px; */
  line-height: clamp(16px, 6vw, 30px);
  margin-bottom: 0.5em;
}

.about h2,
.serve-section h2,
.handle-it-all h2,
.browse-equipment h2,
.faqs h2 {
  color: #202020;
  /* font-size: 50px; */
  font-size: clamp(24px, 4vw, 50px);
  font-style: normal;
  font-weight: 700;
  /* line-height: 60px; */
  line-height: clamp(30px, 6vw, 60px);
  text-transform: capitalize;
  margin-bottom: 0.5em;
}

.about p,
.serve-section p,
.about ul li {
  color: #666;
  /* font-size: 18px; */
  font-size: clamp(14px, 2vw, 15px);
  font-style: normal;
  font-weight: 400;
  line-height: clamp(16px, 3vw, 25px);
  /* line-height: 30px; */
  /* 166.667% */
}

.about ul {
  padding-left: 30px;
}

.about ul li {
  list-style-type: circle;
  color: #09a9dc;

}

.serve-section {
  background: #f5f5f5;
}

.serve-box {
  position: relative;
  margin: 0 0 60px;
}

.serve-box img {
  width: 100%;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
}

.serve-box span {
  color: #fff;
  /* font-size: 22px; */
  font-size: clamp(13px, 2vw, 19px);
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 145.455% */
  text-transform: capitalize;
  padding: 25px;
  background: #09a9dc;
  z-index: 99;
  position: relative;
  bottom: 52px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.serve-box span:hover {
  background: #fff;
  color: #09a9dc;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.serve-box.right {
  margin: -60px 0 60px;
}

/* ---------------------------------------------------
    Home page End
----------------------------------------------------- */

.handle-it-all-slider {
  padding: 10px 25px;
  position: relative;

  text-align: left;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.handle-it-all-slider:hover {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.handle-it-all-slider img {
  display: block;
  margin: 0 0 35px;
}

.handle-it-all-slider .handle-it-all-slider-text {
  opacity: 1;
  border-bottom: 1px solid #999;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.handle-it-all-slider:hover .handle-it-all-slider-text {
  opacity: 0;
  border-bottom: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.handle-it-all-slider .handle-it-all-slider-text-second {
  background: #09a9dc;
  color: #fff;
  padding: 15px;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  top: 30%;
  z-index: 99;
  left: 0;
  right: 0;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.handle-it-all-slider:hover .handle-it-all-slider-text-second {
  opacity: 1;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.handle-it-all-slider h4 {
  color: #202020;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 145.455% */
  text-transform: capitalize;
}

.handle-it-all-slider h5 {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  text-transform: capitalize;
}

.handle-it-all-slider h6 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 145.455% */
  text-transform: capitalize;
}

.handle-it-all-slider p {
  color: #eee;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  /* 162.5% */
}

.handle-it-all-slider h5 span.price {
  color: #09a9dc;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 106.667% */
  text-transform: capitalize;
}

.why-chooose-left h5,
.why-chooose-right h5 {
  color: #202020;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 128% */
  text-transform: capitalize;
}

.why-chooose-left p,
.why-chooose-right p {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.why-chooose-left {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 50px -50px 25px 0;
  position: relative;
  z-index: 2;
}

.why-chooose-right {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin: 50px 0px 25px -42px;
}

.why-chooose-icon {
  background: #fff;
  box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*  */


.browse-equipment {
  background: url("../images/browse-bg.png") no-repeat center top;
  padding: 80px 0;
}

.browse-equipment h3,
.browse-equipment h2 {
  color: #fff;
}

.brands-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.contact-form-left {
  background: #09a9dc;
  padding: 35px 25px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  height: 100%;
}

.help-frame h6 {
  color: #fff;

  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 175% */
  text-transform: capitalize;
}

.help-frame span {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 166.667% */
  text-transform: capitalize;
  margin: 0 0 25px;
  display: block;
}

.help-frame p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 136.364% */
  display: flex;
  gap: 8px;
  margin: 0 0 25px;
}

.help-frame p a {
  background-color: #fff;
  text-decoration: none;
  padding: 10px;
  width: 42px;
  height: 42px;
}

.help-frame p svg {
  color: #09a9dc;
}

.contact-form-right {
  background: #fff;
  padding: 35px 25px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.contact-form-right h4 {
  color: #111;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 175% */
  text-transform: capitalize;
  margin: 0 0 25px;
}

.web-input {
  background: #fff;
  border: 1px solid #999;
  border-radius: 0;
  height: 52px;
  margin-bottom: 10px;
  padding: 10px 50px 10px 10px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
  width: 100%;
}

.contact-form-right label {
  color: #072052 !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  text-transform: capitalize;
  display: block;
}

.web-textarea {
  background: #fff;
  border: 1px solid #999;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 15px;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.iti {
  width: 100%;
}


.test-slider {
  padding: 10px 15px;
  background: #fff;
  color: #000;
  box-shadow: 0px 6px 15px 0px rgba(38, 42, 76, 0.1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.test-slider:hover {
  background: #09a9dc;
  color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.test-slider p {
  color: #777;
}

.test-slider:hover p {
  color: #fff;
}

.testi-top {
  display: flex;
  align-items: center;
}

.test-slider-star {
  display: flex;
  color: #efb63d;
  gap: 5px;
}

.test-slider {
  margin: 10px 10px;
}

/* ---------------------------------------------------
    footer start
----------------------------------------------------- */


.speaker-section {
  background: url("../images/speaker-bg.png") no-repeat 90% bottom;
  padding: 35px;
  background-size: 89% 86%;
  margin: 0px 0 80px;
}

.speaker-section h4 {
  color: #fff;
  /* font-size: 40px; */
  font-size: clamp(20px, 2vw, 40px);
  font-style: normal;
  font-weight: 700;
  /* line-height: 50px; */
  line-height: clamp(30px, 3vw, 50px);
  text-transform: capitalize;
  margin: 65px 0 25px;
}

.browse-equipment {
  background: url("../images/browse-bg.png") no-repeat center top;
  padding: 80px 0;
}

.speaker-section-container p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}



footer {
  background: #202020;
  /* padding: 50px 0 50px; */
  /* padding-top: 80px; */
}

.white-hr{
  background-color: #fff;
}

.newsletter-container {
  background:url(../images/newsletter-bg.png) center bottom  no-repeat;
  padding: 30px;
  text-align:left;
  color: white;
  margin-top: -30px;
  margin-bottom: 35px;
  background-size: cover;
}

footer .web-p {
  font-size: 14px;
  margin: 0 0 25px;
  color: #fff;
  font-weight: 400;
  line-height: 18px;
  padding: 30px 0;
}

.subscribe-btn{
  height: 32px;
  border-radius: 5px;
  padding: 0px 25px;
}

.newsletter-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.newsletter-text {
  font-size: 14px;
  opacity: 0.8;
}

.newsletter-form {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
}

.email-input {
  flex: 1;
  padding: 10px;
  border-radius: 0;
  border:0 !important;
  box-shadow: none !important;
}

/* .subscribe-button {
  background-color: #00aaff;
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 5px;
} */

.subscribe-button:hover {
  background-color: #0088cc;
}

.footer-box {
  /* background-color: #f7f7f752; */
  /* border-radius: 40px; */
  padding: 40px 80px;
  /* border: 3px solid #fff; */
}
footer h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.brd-right {
  border-right: 1px solid #D4D4D4;
}

footer ul li a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
  text-decoration: none;
}

.social-links {
  text-align: center;
}

.social-links a {
  padding: 5px;
  text-decoration: none;
}

/* .for-footer-nav {
  padding: 50px 0;
} */

.copyright-p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-transform: capitalize;
  text-align: center;
  padding-top: 20px;
}

/* ---------------------------------------------------
    footer end
----------------------------------------------------- */
.fancybox img{
  margin: 0 0 15px;
}
.faqs button.accordion-button.collapsed, .faqs .accordion-button:not(.collapsed) {
  background: #cd9b1a1c;
  padding: 10px 15px;
  color: #000;
}
.faqs  .accordion-button{
  font-weight: bold;
}
.faqs  h2.accordion-header{ 
  line-height: 24px;
  margin: 0;
}
.faqs .accordion-body{
  padding:10px;
  line-height: 23px;
}
.faqs .accordion-button:focus{
  box-shadow: none;
  border-color: transparent;
}
 
.dropdown-menu a{
padding: 0;
line-height: 40px !important;
padding: 0 10px;
margin: 0 !important;
}
 
.dropdown-menu a::before{
  left: 0;
}
 
.footer h3 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 15px;
}