/*
************
*************************

   Template Name: Bgency - Creative Business Agency HTML Template 
   Description: Bgency is a modern unique design layout focused on intuitive user experience. This template mainly used for Creative Business Agency, Digital Agency, Branding Agency, Business, creative business, corporate business, corporate agency, financial business-related website which need a professional way to showcase their projects and services with 100% super responsive experience.
   Author: _ThemePhi
   Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
=================== 
01. common
02. header
03. slider
04. button
05. about
06. service
07. services details
08. process
09. cta
10. portfolio
11. portfolio details
12. choice
13. team
14. team details
15. counter
16. testimonial
17. faq
18. blog
19. blog details
20. brand
21. sidebar
22. breadcrumb
23. achievement
24. profile
25. video
26. contact
27. error
28. back to top
29. footer

******************************************************* 
*************************************************************** */
/*
************
*************************
01. common
******************************************************* 
*************************************************************** */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr-body-text);
  font-size: 16px;
  line-height: 26px;
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button, button {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

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

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

a,
button {
  color: inherit;
  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: "Roboto", sans-serif;
  color: var(--clr-body-heading);
  margin-top: 0px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 86px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s linear 0s;
}

p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--clr-body-text);
}

hr {
  border-bottom: 1px solid var(--clr-bg-gray-3);
  border-top: 0 none;
  padding: 0;
  opacity: 1;
}

label {
  color: var(--clr-common-black);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

::selection {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-shadow: none;
}

/* <<<<<<<    Input Placeholder   >>>>>>>>> */
input::-webkit-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
input:-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
input::-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
input:-ms-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}

textarea::-webkit-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
textarea:-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
textarea::-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
textarea:-ms-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

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

.clear {
  clear: both;
}

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
}

.p-static {
  position: static;
}

.w_img img {
  width: 100%;
}

/* <<<<<<<    Overlay   >>>>>>>>> */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/* <<<<<<<    Margin & Padding     >>>>>>>>> */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
  .container.container-full-1 {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container.container-full-1 {
    max-width: 1830px;
  }
}
/* <<<<<<<    Declaration   >>>>>>>>> */
:root {
  /**
  @color declaration
  */
  --clr-common-white: #fff;
  --clr-common-black: #0C131D;
  --clr-common-black-soft: #1A2E3C;
  --clr-common-black-deep: #000000;
  --clr-body-heading: #20314A;
  --clr-body-text: #555556;
  --clr-color-orange: #FCAA04;
  --clr-color-orange-2: #ffd139;
  --clr-color-orange-3: #FFCD00;
  --clr-theme-primary: #0069FF;
  --clr-theme-primary-dark: #005BDE;
  --clr-theme-primary-soft: #DFEDFF;
  --clr-bg-gray: #FEFEFE;
  --clr-bg-gray-2: #F8F8F8;
  --clr-bg-gray-3: #D6D6D6;
  --clr-bg-gray-4: #CBCBCB;
  --clr-bg-gray-5: #CECECE;
  --clr-bg-gray-6: #BBBBBB;
  --clr-bg-gray-7: #F6FAFF;
  --clr-bg-gray-8: #E6E6E6;
  --clr-bg-gray-9: #777777;
  --clr-bg-gray-10: #707070;
  --clr-bg-gray-11: #737373;
}

.bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.light-bg {
  background-color: var(--clr-bg-gray-2);
}

.theme-bg {
  background-color: var(--clr-theme-primary);
}

.no-after::after {
  display: none;
}

i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
  line-height: inherit;
}

.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #0069ff;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*
************
*************************
02. header
******************************************************* 
*************************************************************** */
.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.bn-header {
  border-bottom: 1px solid rgba(211, 211, 211, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-header-logo img {
    width: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-header-logo img {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .bn-header-logo img {
    width: 170px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-header-logo img {
    width: 170px;
  }
}
.bn-header-menu nav ul li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-header-menu nav ul li {
    margin-right: 20px;
  }
}
.bn-header-menu nav ul li:last-child {
  margin-right: 0;
}
.bn-header-menu nav ul li a {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 46px 0;
  color: var(--clr-common-white);
  text-transform: capitalize;
  transition: all 0.3s linear 0s;
}
.bn-header-menu nav ul li:is(.has-dropdown) > a:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
.bn-header-menu nav ul li .submenu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 240px;
  background: var(--clr-common-white);
  text-align: left;
  padding: 12px 0;
  box-shadow: 0 5px 10px rgba(32, 49, 74, 0.3);
  transition: all 0.3s ease 0s;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  border-top: 4px solid var(--clr-theme-primary);
}
.bn-header-menu nav ul li .submenu li {
  margin-right: 0;
  display: block;
}
.bn-header-menu nav ul li .submenu li a {
  padding: 0;
  padding: 5px 25px;
  display: block;
  transition: all 0.3s linear 0s;
  color: var(--clr-body-heading);
}
.bn-header-menu nav ul li .submenu li:hover > a {
  color: var(--clr-theme-primary);
  letter-spacing: 0.7px;
}
.bn-header-menu nav ul li .submenu li .submenu {
  left: 100%;
  top: 0;
}
.bn-header-menu nav ul li:hover > a {
  color: var(--clr-theme-primary);
}
.bn-header-menu nav ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.bn-header-action-search {
  font-size: 18px;
  color: var(--clr-common-white);
  margin-right: 25px;
}
.bn-header-action-search:hover {
  color: var(--clr-theme-primary);
}

.bn-header-action-btn i {
  margin-left: 10px;
}

.bn-header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.bn-header-bar .side-toggle {
  font-size: 24px;
  color: #fff;
  border: none;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border: 1px solid #fff;
}
.bn-header-bar .side-toggle:hover {
  background-color: var(--clr-theme-primary);
}

.bn-header-bar .side-toggle i {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

/*
************
*************************
03. slider
******************************************************* 
*************************************************************** */
.slider-height {
  min-height: 950px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .slider-height {
    min-height: 600px;
  }
}

.bn-slider-single {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 5s linear 0s;
  -moz-transition: all 5s linear 0s;
  -ms-transition: all 5s linear 0s;
  -o-transition: all 5s linear 0s;
  transition: all 5s linear 0s;
}
.bn-slider-single::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(84, 84, 84, 0.35));
}
.bn-slider-content {
  position: relative;
  z-index: 10;
}
.bn-slider-content-subtitle {
  color: var(--clr-bg-gray-4);
  font-size: 24px;
  margin-bottom: 13px;
  display: inline-block;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-slider-content-subtitle {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-slider-content-subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bn-slider-content-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .bn-slider-content-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.bn-slider-content-title {
  font-size: 86px;
  color: var(--clr-common-white);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 50px;
}
.bn-slider-content-title span {
  color: var(--clr-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-slider-content-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-slider-content-title {
    font-size: 65px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .bn-slider-content-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-slider-content-title {
    font-size: 55px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .bn-slider-content-btn {
    display: inline-flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-slider-content-btn {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .bn-slider-content-btn a {
    margin-right: 0;
    display: inline-block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-slider-content-btn a {
    margin-right: 30px;
  }
}

.bn-slider-active .slider-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10;
}
@media (max-width: 767px) {
  .bn-slider-active .slider-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 30px;
  }
}
.bn-slider-active .slider-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  background: var(--clr-bg-gray-4);
  position: relative;
}
.bn-slider-active .slider-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid var(--clr-theme-primary);
  text-align: center;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.bn-slider-active .slider-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: var(--clr-theme-primary);
}
.bn-slider-active .slider-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet-active::after {
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.bn-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 8s linear 0s;
  -moz-transition: all 8s linear 0s;
  -ms-transition: all 8s linear 0s;
  -o-transition: all 8s linear 0s;
  transition: all 8s linear 0s;
}

.swiper-slide-active .bn-slide {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

/*
************
*************************
04. button
******************************************************* 
*************************************************************** */
.bn-theme-btn {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 0 50px;
  color: var(--clr-common-white);
  border-radius: 4px;
  background: var(--clr-theme-primary);
  cursor: pointer;
  margin-bottom: 0;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.bn-theme-btn::before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: var(--clr-body-heading);
  border-radius: 4px;
}
.bn-theme-btn:hover {
  color: var(--clr-common-white);
}
.bn-theme-btn:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}

.bn-btn-2 {
  background-color: var(--clr-body-heading);
  position: relative;
}
.bn-btn-2::before {
  top: 0px;
  width: 0px;
  left: auto;
  right: 0px;
  z-index: -1;
  bottom: 0px;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: var(--clr-theme-primary);
  border-radius: 4px;
}
.bn-btn-2:hover {
  color: var(--clr-common-white);
}
.bn-btn-2:hover:before {
  left: 0px;
  width: 100%;
  right: auto;
}

.hover-white:hover {
  color: var(--clr-theme-primary);
}
.hover-white:hover::before {
  background-color: var(--clr-common-white);
}

.bn-text-bold {
  font-weight: 700;
}

.bn-width-100 {
  width: 100%;
}

.bn-play-btn {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: var(--clr-theme-primary);
  text-align: center;
  line-height: 60px;
  color: var(--clr-common-white);
  border-radius: 50%;
  position: relative;
}
.bn-play-btn::after {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: var(--clr-theme-primary);
  opacity: 0.3;
  animation-name: playAnimation;
  z-index: -1;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  background-color: rgba(255, 255, 255, 0.4);
}
.bn-play-btn:hover {
  color: var(--clr-theme-primary);
  background-color: var(--clr-common-white);
}

.video-play-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: var(--clr-common-white);
  color: #20314A;
  position: relative;
  font-size: 30px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.video-play-btn::after {
  background: rgba(255, 255, 255, 0.6);
}
.video-play-btn:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-play-btn {
    width: 80px;
    height: 80px;
    font-size: 26px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .video-play-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .video-play-btn {
    width: 60px;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
  }
}

@keyframes playAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
/*
************
*************************
05. about
******************************************************* 
*************************************************************** */
@media (min-width: 1400px) {
  .bn-about-wrapper {
    margin-left: -15px;
  }
}
.bn-about-img {
  position: relative;
  margin-left: 50px;
  margin-right: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bn-about-img {
    margin-right: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-about-img {
    margin-right: 45px;
    margin-left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-about-img {
    margin-right: 45px;
  }
}
@media (max-width: 767px) {
  .bn-about-img {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-about-img {
    margin-right: 50px;
    margin-left: 50px;
  }
}
.bn-about-img::before {
  position: absolute;
  content: "";
  left: -50px;
  bottom: 0;
  background: var(--clr-theme-primary);
  width: 10px;
  height: 265px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-about-img::before {
    left: -35px;
  }
}
@media (max-width: 767px) {
  .bn-about-img::before {
    left: -25px;
    height: 150px;
    width: 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-about-img::before {
    left: -50px;
    height: 265px;
    width: 10px;
  }
}
.bn-about-img::after {
  position: absolute;
  top: 0;
  right: -45px;
  content: "";
  background: var(--clr-theme-primary);
  width: 10px;
  height: 265px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-about-img::after {
    right: -35px;
  }
}
@media (max-width: 767px) {
  .bn-about-img::after {
    right: -25px;
    height: 150px;
    width: 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-about-img::after {
    right: -50px;
    height: 265px;
    width: 10px;
  }
}
.bn-about-img .bn-grid {
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-about-img .bn-grid {
    top: -20px;
    left: -20px;
  }
}
@media (max-width: 767px) {
  .bn-about-img .bn-grid {
    top: -15px;
    left: -15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-about-img .bn-grid {
    top: -25px;
    left: -25px;
  }
}
.bn-about-img .bn-arrow {
  position: absolute;
  left: -50px;
  top: 170px;
  z-index: 5;
  animation: upNdown 8s linear infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-about-img .bn-arrow {
    left: -35px;
  }
}
@media (max-width: 767px) {
  .bn-about-img .bn-arrow {
    left: -25px;
    top: 135px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-about-img .bn-arrow {
    left: -50px;
    top: 170px;
  }
}
.bn-about-img .bn-about-thumb {
  width: 100%;
  z-index: 3;
  position: relative;
  border-radius: 10px;
}
.bn-about-img-cta {
  position: absolute;
  background: var(--clr-theme-primary);
  text-align: left;
  bottom: -35px;
  right: -45px;
  z-index: 4;
  padding: 20px 35px;
  border-radius: 5px 0 0 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-about-img-cta {
    right: -35px;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .bn-about-img-cta {
    right: -25px;
    bottom: -30px;
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-about-img-cta {
    right: -50px;
    bottom: -35px;
    padding: 20px 35px;
  }
}
.bn-about-img-cta::after {
  position: absolute;
  bottom: 125px;
  right: 0px;
  background-color: var(--clr-theme-primary-dark);
  width: 45px;
  height: 80px;
  content: "";
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-about-img-cta::after {
    width: 35px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .bn-about-img-cta::after {
    width: 25px;
    height: 50px;
    bottom: 84px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-about-img-cta::after {
    width: 50px;
    height: 80px;
    bottom: 127px;
  }
}
.bn-about-img-cta-title {
  color: var(--clr-common-white);
  margin-bottom: 0;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
}
.bn-about-img-cta-title .cta-plus {
  font-size: 25px;
  transform: translateY(-15px);
  display: inline-block;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bn-about-img-cta-title .cta-plus {
    font-size: 18px;
    transform: translateY(-6px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-about-img-cta-title .cta-plus {
    font-size: 25px;
    transform: translateY(-15px);
  }
}
@media (max-width: 767px) {
  .bn-about-img-cta-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-about-img-cta-title {
    font-size: 48px;
  }
}
.bn-about-img-cta-text {
  color: var(--clr-common-white);
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .bn-about-img-cta-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-about-img-cta-text {
    font-size: 16px;
  }
}
.bn-about-item {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-about-item {
    gap: 25px;
  }
}
.bn-about-item-icon {
  padding-top: 5px;
}
.bn-about-item-icon svg {
  color: var(--clr-theme-primary);
}
.bn-about-item-info .title {
  font-size: 24px;
  color: var(--clr-common-black-soft);
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .bn-about-item-info .title {
    font-size: 22px;
  }
}
.bn-about-item-info p {
  margin-bottom: 0;
}

.bn-section-subtitle {
  color: var(--clr-body-heading);
  background: var(--clr-theme-primary-soft);
  height: 30px;
  display: inline-block;
  padding: 0 15px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}
.bn-section-title {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bn-section-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-section-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-section-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .bn-section-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-section-title {
    font-size: 32px;
  }
}
.bn-section-text {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .bn-section-text br {
    display: none;
  }
}

.bn-section-white .bn-section-title {
  color: var(--clr-common-white);
}
.bn-section-white .bn-section-text {
  color: var(--clr-bg-gray-2);
}

.about-section .bn-about-content-title {
  color: #20314A;
  font-size: 20px;
  margin-bottom: 5px;
}
.about-section .bn-about-content-2 p {
  margin-bottom: 0;
}
.about-section .bn-about-content-2 {
  padding-bottom: 33px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 25px;
}
.about-section .bn-about-meta {
  display: flex;
  align-items: center;
}
.about-section .bn-about-author {
  display: flex;
  margin-right: 35px;
  padding-right: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .about-section .bn-about-author {
    margin-right: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section .bn-about-author {
    margin-right: 35px;
    padding-right: 35px;
  }
}
.about-section .bn-about-author-img {
  flex: 0 0 60px;
  margin-right: 25px;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
}
@media (max-width: 767px) {
  .about-section .bn-about-author-img {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section .bn-about-author-img {
    margin-right: 25px;
  }
}
.about-section .bn-about-author-info .title {
  color: #20314A;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.5;
}
.about-section .bn-about-author-info .title:hover > a {
  color: var(--clr-theme-primary);
}
.about-section .bn-about-author-info span {
  color: #555556;
  font-size: 14px;
}
.about-section .bn-about-author::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 1px;
  height: 60px;
  background: #E6E6E6;
}
.about-section .bn-about-img-2 {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .bn-about-img-2 {
    margin-bottom: 215px;
  }
}
@media (max-width: 767px) {
  .about-section .bn-about-img-2 {
    margin-bottom: 170px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section .bn-about-img-2 {
    margin-bottom: -50px;
    text-align: left;
  }
}
.about-section .about-img-1 {
  position: absolute;
  left: 0;
  top: 30px;
  border-radius: 10px;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-1 {
    position: relative;
    top: 0;
  }
}
@media (max-width: 767px) {
  .about-section .about-img-1 {
    position: relative;
    top: 0;
  }
}
.about-section .about-img-2 {
  position: absolute;
  top: 125px;
  right: 50px;
  border-radius: 10px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-section .about-img-2 {
    right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .about-img-2 {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-2 {
    position: relative;
    top: 95px;
  }
}
@media (max-width: 767px) {
  .about-section .about-img-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section .about-img-2 {
    display: block;
    position: relative;
    top: -170px;
    right: -210px;
  }
}
.about-section .bn-about-cta-2 {
  position: absolute;
  left: 55px;
  top: 290px;
  background: #0069ff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 20px 50px 20px 30px;
  z-index: 3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-section .bn-about-cta-2 {
    left: 40px;
    padding: 20px 30px 20px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-section .bn-about-cta-2 {
    left: 40px;
    padding: 20px 30px 20px 30px;
  }
}
@media (max-width: 767px) {
  .about-section .bn-about-cta-2 {
    left: 0;
    padding: 20px 30px 20px 30px;
    top: 205px;
    right: 0;
    text-align: center;
    margin: auto;
    width: 225px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-section .bn-about-cta-2 {
    top: 290px;
    left: 40px;
    padding: 20px 30px 20px 30px;
  }
}
.about-section .bn-about-cta-2-icon {
  margin-right: 25px;
  flex: 0 0 37px;
}
.about-section .bn-about-cta-2-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
.about-section .bn-about-cta-2-info span {
  font-size: 44px;
  color: #fff;
  margin-bottom: 0;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}

@keyframes upNdown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*
************
*************************
06. service
******************************************************* 
*************************************************************** */
.services-area .bn-services-item {
  background: var(--clr-common-white);
  padding: 40px 35px 40px;
  text-align: center;
  border-radius: 10px;
  border-top: 11px solid transparent;
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.services-area .bn-services-item-icon {
  width: 80px;
  height: 80px;
  background: var(--clr-bg-gray-7);
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.services-area .bn-services-item-icon svg {
  color: var(--clr-theme-primary);
}
.services-area .bn-services-item-content-title {
  font-size: 24px;
  color: var(--clr-body-heading);
  margin-bottom: 10px;
}
.services-area .bn-services-item-content-title:hover > a {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .services-area .bn-services-item-content-title {
    font-size: 22px;
  }
}
.services-area .bn-services-item-content-text {
  margin-bottom: 20px;
}
.services-area .bn-services-item-content-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-body-heading);
  display: inline-block;
}
.services-area .bn-services-item-content-btn i {
  margin-left: 10px;
  display: inline-block;
}
.services-area .bn-services-item-content-btn:hover {
  color: var(--clr-theme-primary);
}
.services-area .bn-services-item:hover {
  border-color: var(--clr-theme-primary);
}

.bn-services-item:hover .bn-services-item-icon {
  transform: translateY(-10px);
}

.services-section .bn-services-item {
  box-shadow: 0 3px 10px #dfedff;
}

/*
************
*************************
07. services details
******************************************************* 
*************************************************************** */
.services-details-area .bn-services-details-content-title {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.services-details-area .bn-services-details-content .list li {
  font-size: 16px;
  color: #555556;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  line-height: 30px;
}
.services-details-area .bn-services-details-content .list li i {
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
  color: #0069ff;
}
.services-details-area .bn-services-details-content .list li:last-child {
  margin-bottom: 0;
}
.services-details-area .bn-services-details-content .inner-img img {
  border-radius: 10px;
}
.services-details-area .bn-services-details-item {
  background: #fff;
  text-align: center;
  padding: 30px 0 25px;
  box-shadow: 0 3px 10px #e6f1ff;
  border-radius: 10px;
  overflow: hidden;
}
.services-details-area .bn-services-details-item svg {
  color: #20314A;
  margin-bottom: 20px;
  text-align: center;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.services-details-area .bn-services-details-item svg path {
  fill: #20314A;
}
.services-details-area .bn-services-details-item .title {
  font-size: 16px;
  margin-bottom: 0;
}
.services-details-area .bn-services-details-item .title:hover a {
  color: var(--clr-theme-primary);
}
.services-details-area .bn-services-details-item:hover svg {
  color: var(--clr-theme-primary);
  transform: translateY(-10px);
}
.services-details-area .bn-services-details-item:hover svg path {
  fill: #0069ff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-details-area .bn-services-widget-wrapper.mr-50 {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-details-area .bn-services-widget-wrapper.mr-50 {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-details-area .bn-services-widget-wrapper.mr-50 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .services-details-area .bn-services-widget-wrapper.mr-50 {
    margin-right: 0;
  }
}
.services-details-area .bn-services-widget-title {
  color: var(--clr-body-heading);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.services-details-area .bn-services-widget-list a {
  display: block;
  background: var(--clr-bg-gray-2);
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--clr-body-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.services-details-area .bn-services-widget-list a:last-child {
  margin-bottom: 0;
}
.services-details-area .bn-services-widget-list a:hover {
  color: var(--clr-theme-primary);
  background: var(--clr-bg-gray-8);
}
.services-details-area .bn-services-widget-form {
  background: var(--clr-bg-gray-2);
  padding: 30px 25px;
  padding-top: 25px;
  border-radius: 10px;
}
.services-details-area .bn-services-widget-form input, .services-details-area .bn-services-widget-form textarea {
  height: 60px;
  width: 100%;
  margin-bottom: 15px;
  border: none;
  background: var(--clr-common-white);
  padding: 0 25px;
  border-radius: 4px;
  color: var(--clr-body-text);
  font-size: 14px;
  line-height: 60px;
}
.services-details-area .bn-services-widget-form input::-webkit-input-placeholder, .services-details-area .bn-services-widget-form textarea::-webkit-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
.services-details-area .bn-services-widget-form input:-moz-placeholder, .services-details-area .bn-services-widget-form textarea:-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
.services-details-area .bn-services-widget-form input::-moz-placeholder, .services-details-area .bn-services-widget-form textarea::-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
.services-details-area .bn-services-widget-form input:-ms-input-placeholder, .services-details-area .bn-services-widget-form textarea:-ms-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
.services-details-area .bn-services-widget-form textarea {
  height: 100px;
}
.services-details-area .bn-services-widget-form textarea::-webkit-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
.services-details-area .bn-services-widget-form textarea:-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
.services-details-area .bn-services-widget-form textarea::-moz-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
.services-details-area .bn-services-widget-form textarea:-ms-input-placeholder {
  color: var(--clr-body-text);
  font-size: 14px;
  opacity: 1;
  transition: 0.5s;
}
.services-details-area .bn-services-widget-download {
  background: var(--clr-bg-gray-2);
  padding: 30px 25px;
  padding-top: 25px;
  border-radius: 10px;
}
.services-details-area .bn-services-widget-download .list a {
  display: block;
  background: var(--clr-common-white);
  padding: 0 25px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--clr-body-text);
  font-size: 16px;
  font-weight: 500;
}
.services-details-area .bn-services-widget-download .list a i {
  color: var(--clr-theme-primary);
}
.services-details-area .bn-services-widget-download .list a:hover {
  color: var(--clr-theme-primary);
}
.services-details-area .bn-services-widget-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.services-details-area .bn-services-widget-img::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(32, 49, 74, 0.7);
}
.services-details-area .bn-services-widget-img-text {
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  width: 200px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.services-details-area .bn-services-widget-img-text .title {
  font-size: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-details-area .bn-services-details-widget-wrapper.mr-50 {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-details-area .bn-services-details-widget-wrapper.mr-50 {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-details-area .bn-services-details-widget-wrapper.mr-50 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .services-details-area .bn-services-details-widget-wrapper.mr-50 {
    margin-right: 0;
  }
}

/*
************
*************************
08. process
******************************************************* 
*************************************************************** */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .process-area .bn-process-wrapper.ml-50 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-area .bn-process-wrapper.ml-50 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-area .bn-process-wrapper.ml-50 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .process-area .bn-process-wrapper.ml-50 {
    margin-left: 0;
  }
}
.process-area .bn-process-img {
  border-radius: 10px;
  overflow: hidden;
}
.process-area .bn-process-item {
  display: flex;
  position: relative;
}
.process-area .bn-process-item-number {
  width: 50px;
  height: 50px;
  border: 1px solid var(--clr-bg-gray-9);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  flex: 0 0 50px;
  margin-right: 20px;
  margin-top: 5px;
  background-color: var(--clr-common-white);
}
.process-area .bn-process-item-number span {
  color: var(--clr-body-heading);
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-area .bn-process-item-number {
    margin-right: 20px;
  }
}
.process-area .bn-process-item-info {
  padding-top: 8px;
}
.process-area .bn-process-item-info .title {
  font-size: 24px;
  line-height: 1.4;
  color: var(--clr-body-heading);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .process-area .bn-process-item-info .title {
    font-size: 22px;
  }
}
.process-area .bn-process-item-info p {
  margin-bottom: 2px;
}
.process-area .bn-process-item::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 40px;
  width: 1px;
  height: 100%;
  background: var(--clr-bg-gray-9);
  z-index: -1;
}
.process-area .bn-process-item:last-child::before {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .process-area-2 .bn-process-wrapper-2.ml-50 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-area-2 .bn-process-wrapper-2.ml-50 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-area-2 .bn-process-wrapper-2.ml-50 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .process-area-2 .bn-process-wrapper-2.ml-50 {
    margin-left: 0;
  }
}
.process-area-2 .bn-process-img-2 {
  border-radius: 10px;
  overflow: hidden;
}
.process-area-2 .bn-process-item-2 {
  display: flex;
  gap: 25px;
}
.process-area-2 .bn-process-item-2-number span {
  font-size: 48px;
  font-weight: 700;
  color: rgba(32, 49, 74, 0.4);
  display: inline-block;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.process-area-2 .bn-process-item-2-info .title {
  font-size: 20px;
  line-height: 1.5;
  color: #20314A;
  margin-bottom: 10px;
}
.process-area-2 .bn-process-item-2-info p {
  margin-bottom: 0;
  position: relative;
  padding-bottom: 25px;
}
.process-area-2 .bn-process-item-2-info p::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #BBBBBB;
  width: 100%;
  height: 1px;
}

/*
************
*************************
09. cta
******************************************************* 
*************************************************************** */
.cta-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.cta-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.cta-area .bn-cta-content {
  z-index: 5;
  position: relative;
}
.cta-area .bn-cta-content-title {
  color: var(--clr-common-white);
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area .bn-cta-content-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cta-area .bn-cta-content-title {
    font-size: 35px;
  }
}
.cta-area .bn-cta-content p {
  color: var(--clr-bg-gray-2);
  margin-bottom: 30px;
}

.cta-area-2 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.cta-area-2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(32, 49, 74, 0.8);
}
.cta-area-2 .bn-cta-content {
  position: relative;
  z-index: 10;
}
.cta-area-2 .bn-cta-btn {
  position: relative;
  z-index: 10;
}
.cta-area-2 .bn-cta-content-title-2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area-2 .bn-cta-content-title-2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cta-area-2 .bn-cta-content-title-2 {
    font-size: 35px;
  }
}

/*
************
*************************
10. portfolio
******************************************************* 
*************************************************************** */
.bn-portfolio-tab-action .nav {
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bn-portfolio-tab-action .nav {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .bn-portfolio-tab-action .nav {
    grid-row-gap: 15px;
  }
}
.bn-portfolio-tab-action .nav-link {
  font-weight: 500;
  font-size: 16px;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--clr-body-text);
  display: inline-block;
  position: relative;
}
.bn-portfolio-tab-action .nav-link:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .bn-portfolio-tab-action .nav-link:not(:last-child) {
    margin-right: 20px;
  }
}
.bn-portfolio-tab-action .nav-link::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--clr-theme-primary);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.bn-portfolio-tab-action .nav-link.active {
  color: var(--clr-theme-primary);
  position: relative;
}
.bn-portfolio-tab-action .nav-link.active::after {
  width: 100%;
}
.bn-portfolio-carousel-wrap-space {
  width: 100%;
  overflow: hidden;
  margin-left: auto;
}
.bn-portfolio-box {
  min-height: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.bn-portfolio-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  content: "";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  background-image: linear-gradient(to bottom, rgba(32, 49, 74, 0.01) 45%, #060A0F 100%);
}
.bn-portfolio-box-img {
  -webkit-transition: all 0.8s linear 0s;
  -moz-transition: all 0.8s linear 0s;
  -ms-transition: all 0.8s linear 0s;
  -o-transition: all 0.8s linear 0s;
  transition: all 0.8s linear 0s;
  height: 100%;
  width: 100%;
}
.bn-portfolio-box:hover .bn-portfolio-box-img {
  transform: scale(1.1);
}
.bn-portfolio-box-content-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px;
  z-index: 3;
  padding-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-portfolio-box-content-inner {
    padding: 40px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-portfolio-box-content-inner {
    padding: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .bn-portfolio-box-content-inner {
    padding: 30px;
    padding-bottom: 0;
  }
}
.bn-portfolio-title {
  font-size: 24px;
  color: var(--clr-bg-gray);
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.bn-portfolio-title a {
  text-decoration: none;
}
.bn-portfolio-title a:hover {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .bn-portfolio-title {
    font-size: 22px;
  }
}
.bn-portfolio-subtitle {
  font-size: 16px;
  color: var(--clr-bg-gray-2);
  margin-bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.bn-portfolio-subtitle:hover {
  color: var(--clr-common-white);
  letter-spacing: 0.6px;
}

.bn-portfolio-carousel-active.has-space.swiper-container {
  transform: translateX(calc((100% - 1290px) / 2));
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bn-portfolio-carousel-active.has-space.swiper-container {
    transform: translateX(calc((100% - 1110px) / 2));
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-portfolio-carousel-active.has-space.swiper-container {
    transform: translateX(calc((100% - 930px) / 2));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-portfolio-carousel-active.has-space.swiper-container {
    transform: translateX(calc((100% - 690px) / 2));
  }
}
@media (max-width: 767px) {
  .bn-portfolio-carousel-active.has-space.swiper-container {
    transform: translateX(0);
  }
}

.bn-portfolio-carousel-active .swiper-slide-active .bn-portfolio-box-content-inner {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-portfolio-carousel-active .swiper-slide-active .bn-portfolio-box-content-inner {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-portfolio-carousel-active .swiper-slide-active .bn-portfolio-box-content-inner {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .bn-portfolio-carousel-active .swiper-slide-active .bn-portfolio-box-content-inner {
    padding-bottom: 40px;
  }
}
.bn-portfolio-carousel-active .swiper-slide-active .bn-portfolio-title {
  opacity: 1;
  visibility: visible;
}
.bn-portfolio-carousel-active .swiper-slide-active .bn-portfolio-subtitle {
  opacity: 1;
  visibility: visible;
}
.bn-portfolio-carousel-active .swiper-slide-active .bn-portfolio-box::after {
  opacity: 1;
  height: 100%;
}

.bn-portfolio-box:hover .bn-portfolio-box-content-inner {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-portfolio-box:hover .bn-portfolio-box-content-inner {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-portfolio-box:hover .bn-portfolio-box-content-inner {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .bn-portfolio-box:hover .bn-portfolio-box-content-inner {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-portfolio-box:hover .bn-portfolio-box-content-inner {
    padding-bottom: 40px;
  }
}
.bn-portfolio-box:hover .bn-portfolio-title {
  opacity: 1;
  visibility: visible;
}
.bn-portfolio-box:hover .bn-portfolio-subtitle {
  opacity: 1;
  visibility: visible;
}
.bn-portfolio-box:hover::after {
  opacity: 1;
  height: 100%;
}

@media (min-width: 768px) {
  .portfolio-area .tab-content.container {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .portfolio-area-grid .bn-portfolio-menu {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.portfolio-area-grid .bn-portfolio-menu span {
  font-size: 16px;
  color: var(--clr-body-heading);
  flex: 0 0 auto;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .portfolio-area-grid .bn-portfolio-menu span {
    margin-bottom: 15px;
  }
}
.portfolio-area-grid .bn-portfolio-menu button {
  color: var(--clr-body-text);
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  border: none;
  margin-right: 25px;
  padding: 0;
  display: inline-block;
  position: relative;
}
.portfolio-area-grid .bn-portfolio-menu button:last-child {
  margin-right: 0;
}
.portfolio-area-grid .bn-portfolio-menu button::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--clr-theme-primary);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.portfolio-area-grid .bn-portfolio-menu button.active {
  color: var(--clr-theme-primary);
  position: relative;
}
.portfolio-area-grid .bn-portfolio-menu button.active::after {
  width: 100%;
}
@media (max-width: 767px) {
  .portfolio-area-grid .bn-portfolio-menu button {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
.portfolio-area-grid .bn-portfolio-item-content {
  text-align: center;
}
.portfolio-area-grid .bn-portfolio-item-content-title {
  margin-bottom: 0;
}
.portfolio-area-grid .bn-portfolio-item-content-title:hover a {
  color: var(--clr-theme-primary);
}
.portfolio-area-grid .bn-portfolio-item-content .portfolio-subtitle {
  display: inline-block;
  color: #555556;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 5px;
}
.portfolio-area-grid .bn-portfolio-item-content .portfolio-subtitle:hover {
  color: var(--clr-theme-primary);
}
.portfolio-area-grid .bn-portfolio-item-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-area-grid .bn-portfolio-item-img img {
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.portfolio-area-grid .bn-portfolio-item-img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(rgba(32, 49, 74, 0) 30%, #060A0F 90%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 1;
}
.portfolio-area-grid .bn-portfolio-item-img .icon {
  font-size: 42px;
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
  color: var(--clr-common-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 2;
}
.portfolio-area-grid .bn-portfolio-item-img .icon:hover {
  color: var(--clr-theme-primary);
}
.portfolio-area-grid .bn-portfolio-item-img:hover .icon {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.portfolio-area-grid .bn-portfolio-item-img:hover::before {
  opacity: 1;
  height: 100%;
}
.portfolio-area-grid .bn-portfolio-item-img:hover img {
  transform: scale(1.1);
}

.portfolio-area-masonry .bn-portfolio-item {
  position: relative;
}
@media (max-width: 767px) {
  .portfolio-area-masonry .bn-portfolio-menu {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.portfolio-area-masonry .bn-portfolio-menu span {
  font-size: 16px;
  color: var(--clr-body-heading);
  flex: 0 0 auto;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .portfolio-area-masonry .bn-portfolio-menu span {
    margin-bottom: 15px;
  }
}
.portfolio-area-masonry .bn-portfolio-menu button {
  color: var(--clr-body-text);
  font-size: 16px;
  font-weight: 700;
  background: transparent;
  border: none;
  margin-right: 25px;
  padding: 0;
  display: inline-block;
  position: relative;
}
.portfolio-area-masonry .bn-portfolio-menu button:last-child {
  margin-right: 0;
}
.portfolio-area-masonry .bn-portfolio-menu button::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--clr-theme-primary);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.portfolio-area-masonry .bn-portfolio-menu button.active {
  color: var(--clr-theme-primary);
  position: relative;
}
.portfolio-area-masonry .bn-portfolio-menu button.active::after {
  width: 100%;
}
@media (max-width: 767px) {
  .portfolio-area-masonry .bn-portfolio-menu button {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
.portfolio-area-masonry .bn-portfolio-item-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-area-masonry .bn-portfolio-item-img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  content: "";
  background-image: linear-gradient(rgba(32, 49, 74, 0) 30%, #060A0F 90%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 1;
}
.portfolio-area-masonry .bn-portfolio-item-img img {
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.portfolio-area-masonry .bn-portfolio-item-content {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 60%;
  background: var(--clr-common-white);
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area-masonry .bn-portfolio-item-content {
    left: 25px;
    padding: 20px 15px;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .portfolio-area-masonry .bn-portfolio-item-content {
    left: 20px;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-area-masonry .bn-portfolio-item-content {
    left: 30px;
    padding: 25px 30px;
    flex-direction: row;
    width: calc(100% - 80px);
  }
}
.portfolio-area-masonry .bn-portfolio-item-content-title {
  font-size: 20px;
  margin-bottom: 0;
}
.portfolio-area-masonry .bn-portfolio-item-content-title:hover a {
  color: var(--clr-theme-primary);
}
.portfolio-area-masonry .bn-portfolio-item-content a {
  color: #555556;
  font-size: 16px;
  display: inline-block;
}
.portfolio-area-masonry .bn-portfolio-item-content a:hover {
  color: var(--clr-theme-primary);
}
.portfolio-area-masonry .bn-portfolio-item:hover .bn-portfolio-item-content {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area-masonry .bn-portfolio-item:hover .bn-portfolio-item-content {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .portfolio-area-masonry .bn-portfolio-item:hover .bn-portfolio-item-content {
    bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-area-masonry .bn-portfolio-item:hover .bn-portfolio-item-content {
    bottom: 30px;
  }
}
.portfolio-area-masonry .bn-portfolio-item:hover .bn-portfolio-item-img::before {
  opacity: 1;
  height: 100%;
}
.portfolio-area-masonry .bn-portfolio-item:hover .bn-portfolio-item-img img {
  transform: scale(1.1);
}
.portfolio-area-masonry .col-xl-4 .bn-portfolio-item-content {
  width: calc(100% - 80px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area-masonry .col-xl-4 .bn-portfolio-item-content {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area-masonry .col-xl-4 .bn-portfolio-item-content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area-masonry .col-xl-4 .bn-portfolio-item-content h5 {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area-masonry .col-xl-4 .bn-portfolio-item-content h5 {
    margin-bottom: 0px;
  }
}
.portfolio-area-masonry .col-xl-5 .bn-portfolio-item-content {
  width: 75%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-area-masonry .col-xl-5 .bn-portfolio-item-content {
    width: calc(100% - 50px);
  }
}

.bn-seemore-btn {
  flex: 0 0 auto;
}
.bn-seemore-btn a {
  color: var(--clr-body-heading);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.bn-seemore-btn a i {
  margin-left: 10px;
  display: inline-block;
}
.bn-seemore-btn a:hover {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .bn-seemore-btn {
    margin-bottom: 55px;
  }
}

/*
************
*************************
11. portfolio details
******************************************************* 
*************************************************************** */
.portfolio-details-area .bn-portfolio-details-img {
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-details-area .bn-portfolio-details-inner-box {
  margin-top: -70px;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .portfolio-details-area .bn-portfolio-details-inner-box {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-details-area .bn-portfolio-details-inner-box {
    margin-top: -70px;
  }
}
.portfolio-details-area .bn-portfolio-details-inner-box .inner-box-wrapper {
  display: flex;
  justify-content: space-between;
  background: #20314A;
  padding: 43px 50px;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-area .bn-portfolio-details-inner-box .inner-box-wrapper {
    padding: 43px 35px;
  }
}
@media (max-width: 767px) {
  .portfolio-details-area .bn-portfolio-details-inner-box .inner-box-wrapper {
    flex-wrap: wrap;
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-details-area .bn-portfolio-details-inner-box .inner-box-wrapper {
    flex-wrap: wrap;
    padding: 43px 50px;
  }
}
.portfolio-details-area .bn-portfolio-details-inner-box .inner-box-content {
  position: relative;
}
@media (max-width: 767px) {
  .portfolio-details-area .bn-portfolio-details-inner-box .inner-box-content {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio-details-area .bn-portfolio-details-inner-box .inner-box-content {
    width: 50%;
  }
}
.portfolio-details-area .bn-portfolio-details-inner-box .inner-box-content::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -83px;
  width: 1px;
  height: 40px;
  background-color: #777777;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-details-area .bn-portfolio-details-inner-box .inner-box-content::after {
    right: -46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-area .bn-portfolio-details-inner-box .inner-box-content::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .portfolio-details-area .bn-portfolio-details-inner-box .inner-box-content::after {
    display: none;
  }
}
.portfolio-details-area .bn-portfolio-details-inner-box .inner-box-content:last-child:after {
  display: none;
}
.portfolio-details-area .bn-portfolio-details-inner-box .inner-box-content .title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.portfolio-details-area .bn-portfolio-details-inner-box .inner-box-content p {
  color: #E6E6E6;
  margin: 0;
}
.portfolio-details-area .bn-portfolio-details-inner-box .inner-box-content p a {
  color: #E6E6E6;
}
.portfolio-details-area .bn-portfolio-details-inner-box .inner-box-content p a:hover {
  color: var(--clr-common-white);
}
.portfolio-details-area .bn-portfolio-details-content-title {
  font-size: 34px;
  line-height: 1.3;
}
.portfolio-details-area .inner-img img {
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-details-area .bn-portfolio-related-item-content {
  text-align: center;
}
.portfolio-details-area .bn-portfolio-related-item-content-title {
  margin-bottom: 0;
}
.portfolio-details-area .bn-portfolio-related-item-content-title:hover a {
  color: var(--clr-theme-primary);
}
.portfolio-details-area .bn-portfolio-related-item-content .subtitle {
  display: inline-block;
  color: var(--clr-body-text);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 5px;
}
.portfolio-details-area .bn-portfolio-related-item-content .subtitle:hover {
  color: var(--clr-theme-primary);
}
.portfolio-details-area .bn-portfolio-related-item-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.portfolio-details-area .bn-portfolio-related-item-img img {
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.portfolio-details-area .bn-portfolio-related-item-img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  content: "";
  background-image: linear-gradient(rgba(32, 49, 74, 0) 40%, #060A0F 90%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 1;
}
.portfolio-details-area .bn-portfolio-related-item-img .icon {
  font-size: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--clr-common-white);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 2;
}
.portfolio-details-area .bn-portfolio-related-item-img .icon:hover {
  color: var(--clr-theme-primary);
}
.portfolio-details-area .bn-portfolio-related-item-img:hover .icon {
  opacity: 1;
  visibility: visible;
}
.portfolio-details-area .bn-portfolio-related-item-img:hover::before {
  opacity: 1;
  height: 100%;
}
.portfolio-details-area .bn-portfolio-related-item-img:hover img {
  transform: scale(1.1);
}

/*
************
*************************
12. choice
******************************************************* 
*************************************************************** */
.choice-area .bn-choice-wrapper {
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choice-area .bn-choice-wrapper.ml-50 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choice-area .bn-choice-wrapper.ml-50 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choice-area .bn-choice-wrapper.ml-50 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .choice-area .bn-choice-wrapper.ml-50 {
    margin-left: 0;
  }
}
.choice-area .bn-choice-grid {
  position: absolute;
  left: -30px;
  top: 20px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choice-area .bn-choice-grid {
    left: -20px;
    top: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .choice-area .bn-choice-grid {
    left: -20px;
    top: 35px;
  }
}
@media (max-width: 767px) {
  .choice-area .bn-choice-grid {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .choice-area .bn-choice-grid {
    display: block;
    left: -15px;
    top: 25px;
  }
}
.choice-area .bn-choice-img {
  position: relative;
  z-index: 5;
}
.choice-area .bn-choice-list ul li {
  display: flex;
  color: var(--clr-body-text);
  overflow: hidden;
  margin-bottom: 15px;
}
.choice-area .bn-choice-list ul li i {
  color: var(--clr-theme-primary);
  display: inline-block;
  margin-right: 10px;
  padding-top: 3px;
  font-size: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choice-area .bn-section-text br {
    display: none;
  }
}

/*
************
*************************
13. team
******************************************************* 
*************************************************************** */
.team-area .bn-team-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.team-area .bn-team-box-img {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.8s linear 0s;
  -moz-transition: all 0.8s linear 0s;
  -ms-transition: all 0.8s linear 0s;
  -o-transition: all 0.8s linear 0s;
  transition: all 0.8s linear 0s;
}
.team-area .bn-team-box-social {
  position: absolute;
  top: 30px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 2;
}
.team-area .bn-team-box-social a {
  width: 40px;
  height: 40px;
  background: var(--clr-common-white);
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 15px;
  color: var(--clr-common-black-soft);
  margin-bottom: 10px;
}
.team-area .bn-team-box-social a:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.team-area .bn-team-box-social a:last-child {
  margin-bottom: 0;
}
.team-area .bn-team-box-info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 2;
}
.team-area .bn-team-box-info .title {
  color: var(--clr-common-white);
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.team-area .bn-team-box-info .title:hover a {
  color: var(--clr-theme-primary);
}
.team-area .bn-team-box-info span {
  color: var(--clr-common-white);
  display: inline-block;
}
.team-area .bn-team-box::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(rgba(32, 49, 74, 0) 60%, #060A0F 94%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 1;
}
.team-area .bn-team-box:hover .bn-team-box-img {
  transform: scale(1.1);
}
.team-area .bn-team-box:hover .bn-team-box-social {
  right: 30px;
  opacity: 1;
  visibility: visible;
}
.team-area .bn-team-box:hover .bn-team-box-info {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.team-area .bn-team-box:hover::before {
  opacity: 1;
}

.team-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 118px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
  line-height: 1;
}
.team-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  margin: 0 5px !important;
  background: var(--clr-bg-gray-3);
  border-radius: 17px;
  transition: all 0.3s ease;
  opacity: 1;
}
.team-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--clr-theme-primary);
  width: 35px;
}

.team-area-2 .bn-team-wrapper {
  position: relative;
}
.team-area-2 .bn-team-item.bn-item-3 {
  margin-top: -55px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.team-area-2 .bn-team-item.bn-item-3:hover {
  z-index: 5;
}
@media (max-width: 767px) {
  .team-area-2 .bn-team-item.bn-item-3 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-area-2 .bn-team-item.bn-item-3 {
    margin-top: -55px;
  }
}
.team-area-2 .bn-team-item {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.team-area-2 .bn-team-item-img {
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
@media (max-width: 767px) {
  .team-area-2 .bn-team-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-area-2 .bn-team-item {
    margin-bottom: 0;
  }
}
.team-area-2 .bn-team-item.bn-item-1:hover .bn-team-item-img {
  position: relative;
  z-index: 2;
  transform: scale(1.1);
}
.team-area-2 .bn-team-item.bn-item-2:hover .bn-team-item-img {
  position: relative;
  z-index: 2;
  transform: scale(1.1);
}
.team-area-2 .bn-team-item.bn-item-3:hover .bn-team-item-img {
  position: relative;
  z-index: 2;
  transform: scale(1.1);
}
.team-area-2 .bn-team-item {
  position: relative;
}
.team-area-2 .bn-team-item-info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 5;
}
.team-area-2 .bn-team-item-info .title {
  color: var(--clr-common-white);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.team-area-2 .bn-team-item-info .title:hover a {
  color: var(--clr-theme-primary);
}
.team-area-2 .bn-team-item-info span {
  color: var(--clr-common-white);
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
}
.team-area-2 .bn-team-item::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(rgba(32, 49, 74, 0) 40%, #060A0F 80%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 5;
}
.team-area-2 .bn-team-item-social {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 5;
}
.team-area-2 .bn-team-item-social a {
  width: 30px;
  height: 30px;
  background: var(--clr-common-white);
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--clr-common-black-soft);
  margin-right: 10px;
}
.team-area-2 .bn-team-item-social a:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.team-area-2 .bn-team-item-social a:last-child {
  margin-bottom: 0;
}
.team-area-2 .bn-team-item:hover .bn-team-item-social {
  opacity: 1;
  visibility: visible;
}
.team-area-2 .bn-team-item:hover .bn-team-item-social {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.team-area-2 .bn-team-item:hover .bn-team-item-info {
  bottom: 80px;
  opacity: 1;
  visibility: visible;
}
.team-area-2 .bn-team-item:hover::before {
  opacity: 1;
}

.team-section-area .bn-team-box-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.team-section-area .bn-team-box-img > a {
  position: relative;
  display: block;
}
.team-section-area .bn-team-box-img > a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(rgba(32, 49, 74, 0) 60%, #060A0F 94%);
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 1;
}
.team-section-area .bn-team-box-img img {
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.team-section-area .bn-team-box-social {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 2;
}
.team-section-area .bn-team-box-social a {
  width: 40px;
  height: 40px;
  background: var(--clr-common-white);
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 15px;
  color: var(--clr-common-black-soft);
  margin-right: 5px;
}
.team-section-area .bn-team-box-social a:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.team-section-area .bn-team-box-social a:last-child {
  margin-right: 0;
}
.team-section-area .bn-team-box-content {
  text-align: center;
}
.team-section-area .bn-team-box-content-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.team-section-area .bn-team-box-content-title:hover a {
  color: var(--clr-theme-primary);
}
.team-section-area .bn-team-box-content span {
  color: #555556;
  font-size: 14px;
  line-height: 1.7;
  display: inline-block;
  margin-bottom: 3px;
}
.team-section-area .bn-team-box-img:hover .bn-team-box-social {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.team-section-area .bn-team-box-img:hover a::before {
  opacity: 1;
}
.team-section-area .bn-team-box-img:hover img {
  transform: scale(1.1);
}

/*
************
*************************
14. team details
******************************************************* 
*************************************************************** */
.w-86 {
  width: 86%;
}

.w-71 {
  width: 71%;
}

.w-51 {
  width: 51%;
}

.bn-border-bottom {
  border-bottom: 1px solid #E6E6E6;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-details-area .bn-team-details-content.ml-50 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details-area .bn-team-details-content.ml-50 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-area .bn-team-details-content.ml-50 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .team-details-area .bn-team-details-content.ml-50 {
    margin-left: 0;
  }
}
.team-details-area .bn-team-details-content span {
  color: #555556;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}
.team-details-area .bn-team-details-content .title {
  color: #20314A;
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.team-details-area .bn-team-details-content p {
  margin-bottom: 30px;
}
.team-details-area .bn-team-details-content .single-contact {
  display: flex;
  gap: 20px;
  align-items: center;
}
.team-details-area .bn-team-details-content .contact-info-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  font-size: 18px;
  color: #20314A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-details-area .bn-team-details-content .contact-info-details span {
  display: block;
  color: #555556;
  font-size: 14px;
  margin-bottom: 0;
}
.team-details-area .bn-team-details-content .contact-info-details a {
  color: #20314A;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.team-details-area .bn-team-details-content .contact-info-details a:hover {
  color: var(--clr-theme-primary);
}
.team-details-area .bn-team-details-content .contact-info-details p {
  color: #20314A;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-details-area .bn-team-details-skill.mr-50 {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details-area .bn-team-details-skill.mr-50 {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-area .bn-team-details-skill.mr-50 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .team-details-area .bn-team-details-skill.mr-50 {
    margin-right: 0;
  }
}
.team-details-area .bn-team-details-skill .title {
  color: #20314A;
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 35px;
}
.team-details-area .bn-team-details-skill .bn-progress-heading {
  display: flex;
  justify-content: space-between;
}
.team-details-area .bn-team-details-skill .bn-progress-heading-title {
  margin-bottom: 3px;
  color: #20314A;
  font-size: 16px;
  font-weight: 700;
}
.team-details-area .bn-team-details-skill .bn-progress-heading span {
  color: var(--clr-theme-primary);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.team-details-area .bn-team-details-skill .bn-progress-item .progress {
  height: 5px;
  border-radius: 2.5px;
  background-color: #BBBBBB;
}
.team-details-area .bn-team-details-skill .bn-progress-item .progress-bar {
  background: var(--clr-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-details-area .bn-team-details-achievement.ml-50 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details-area .bn-team-details-achievement.ml-50 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details-area .bn-team-details-achievement.ml-50 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .team-details-area .bn-team-details-achievement.ml-50 {
    margin-left: 0;
  }
}
.team-details-area .bn-team-details-achievement .title {
  color: #20314A;
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.team-details-area .bn-team-details-achievement p {
  margin-bottom: 32px;
}

/*
************
*************************
15. counter
******************************************************* 
*************************************************************** */
.counter-area .bn-counter-item {
  -webkit-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -o-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
}
.counter-area .bn-counter-item-icon {
  width: 90px;
  height: 90px;
  background: var(--clr-theme-primary);
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.counter-area .bn-counter-item-icon svg {
  color: var(--clr-common-white);
  width: 45px;
  height: 45px;
}
.counter-area .bn-counter-item-content {
  text-align: center;
}
.counter-area .bn-counter-item-content .title {
  color: var(--clr-body-heading);
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0;
}
.counter-area .bn-counter-item-content .subtitle {
  color: #555556;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 3px;
}
.counter-area .bn-counter-item:hover {
  transform: translateY(-10px);
}

/*
************
*************************
16. testimonial
******************************************************* 
*************************************************************** */
.testimonial-area .bn-testimonial-active {
  box-shadow: 0 1px 20px #e6f1ff;
  border-radius: 10px;
  overflow: hidden;
}
.testimonial-area .bn-testimonial-box {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 70px 130px 105px;
  box-shadow: 0 1px 20px #e6f1ff;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area .bn-testimonial-box {
    padding: 70px 100px 105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .bn-testimonial-box {
    padding: 60px 40px 95px;
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .testimonial-area .bn-testimonial-box {
    flex-direction: column;
    padding: 60px 30px 95px;
    gap: 30px;
    text-align: center;
  }
}
.testimonial-area .bn-testimonial-author-img {
  flex: 0 0 114px;
}
.testimonial-area .bn-testimonial-author-img img {
  border-radius: 50%;
  width: 114px;
  height: 114px;
}
.testimonial-area .bn-testimonial-author-title {
  color: var(--clr-body-text);
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  position: relative;
  display: inline-block;
  margin-left: 75px;
  margin-bottom: 0;
}
.testimonial-area .bn-testimonial-author-title::before {
  position: absolute;
  content: "";
  left: -75px;
  top: 50%;
  width: 55px;
  height: 1px;
  background: var(--clr-bg-gray-10);
  transform: translateY(-50%);
}
.testimonial-area .bn-testimonial-text {
  color: var(--clr-body-heading);
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.45;
  margin-bottom: 13px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .bn-testimonial-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .testimonial-area .bn-testimonial-text {
    font-size: 18px;
  }
}
.testimonial-area .bn-testimonial-content-quote {
  margin-bottom: 23px;
  display: inline-block;
}
.testimonial-area .bn-testimonial-content-quote svg {
  color: var(--clr-theme-primary);
}
.testimonial-area .testimonial-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 61px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
.testimonial-area .testimonial-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  margin: 0 5px !important;
  background: var(--clr-bg-gray-3);
  border-radius: 17px;
  transition: all 0.3s ease;
  opacity: 1;
}
.testimonial-area .testimonial-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--clr-theme-primary);
  width: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area .testimonial-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 51px;
  }
}
@media (max-width: 767px) {
  .testimonial-area .testimonial-swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 51px;
  }
}

.testimonial-navigation {
  position: relative;
}
.testimonial-navigation .testimonial-swiper-button-prev, .testimonial-navigation .testimonial-swiper-button-next {
  position: absolute;
  left: -140px;
  bottom: 149px;
  right: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--clr-bg-gray-9);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.testimonial-navigation .testimonial-swiper-button-prev i, .testimonial-navigation .testimonial-swiper-button-next i {
  font-size: 16px;
  color: var(--clr-bg-gray-9);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 38px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .testimonial-navigation .testimonial-swiper-button-prev, .testimonial-navigation .testimonial-swiper-button-next {
    left: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-navigation .testimonial-swiper-button-prev, .testimonial-navigation .testimonial-swiper-button-next {
    left: -50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-navigation .testimonial-swiper-button-prev, .testimonial-navigation .testimonial-swiper-button-next {
    left: 15px;
    bottom: 164px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-navigation .testimonial-swiper-button-prev, .testimonial-navigation .testimonial-swiper-button-next {
    left: 10px;
    bottom: 164px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-navigation .testimonial-swiper-button-prev, .testimonial-navigation .testimonial-swiper-button-next {
    left: -20px;
    bottom: 148px;
  }
}
@media (max-width: 767px) {
  .testimonial-navigation .testimonial-swiper-button-prev, .testimonial-navigation .testimonial-swiper-button-next {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-navigation .testimonial-swiper-button-prev, .testimonial-navigation .testimonial-swiper-button-next {
    display: block;
    left: -20px;
    bottom: 218px;
  }
}
.testimonial-navigation .testimonial-swiper-button-prev:hover, .testimonial-navigation .testimonial-swiper-button-next:hover {
  background: var(--clr-theme-primary);
  border-color: var(--clr-theme-primary);
}
.testimonial-navigation .testimonial-swiper-button-prev:hover i, .testimonial-navigation .testimonial-swiper-button-next:hover i {
  color: var(--clr-common-white);
}
.testimonial-navigation .testimonial-swiper-button-next {
  left: auto;
  right: -140px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .testimonial-navigation .testimonial-swiper-button-next {
    right: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .testimonial-navigation .testimonial-swiper-button-next {
    right: -50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-navigation .testimonial-swiper-button-next {
    right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-navigation .testimonial-swiper-button-next {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-navigation .testimonial-swiper-button-next {
    right: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-navigation .testimonial-swiper-button-next {
    right: -20px;
  }
}

.testimonial-area .testimonial-wrap:hover .testimonial-swiper-button-prev, .testimonial-area .testimonial-wrap:hover .testimonial-swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.testimonial-area-2 {
  background-position: center bottom;
  background-repeat: no-repeat;
}
.testimonial-area-2 .bn-testimonial-item {
  padding: 60px 135px;
  box-shadow: 0 3px 10px #dfedff;
  background-color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-2 .bn-testimonial-item {
    padding: 60px 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-2 .bn-testimonial-item {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-area-2 .bn-testimonial-item {
    padding: 60px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area-2 .bn-testimonial-item {
    padding: 60px 40px;
  }
}
.testimonial-area-2 .bn-testimonial-content-quote-2 {
  text-align: center;
  display: inline-block;
  margin-bottom: 30px;
}
.testimonial-area-2 .bn-testimonial-content-2 {
  text-align: center;
}
.testimonial-area-2 .bn-testimonial-content-quote-2 svg {
  color: #20314A;
}
.testimonial-area-2 .bn-testimonial-content-text-2 {
  font-size: 20px;
  line-height: 1.6;
  color: #20314A;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.testimonial-area-2 .bn-testimonial-author-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-area-2 .bn-testimonial-author-2-img {
  margin-right: 20px;
  flex: 0 0 66px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid #20314A;
}
.testimonial-area-2 .bn-testimonial-author-2-info .title {
  font-size: 16px;
  line-height: 1.6;
  color: #20314A;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
.testimonial-area-2 .bn-testimonial-author-2-info span {
  font-size: 14px;
  font-weight: 500;
  color: #555556;
  font-family: "Roboto", sans-serif;
}
.testimonial-area-2 .testimonial-navigation-2 {
  position: relative;
}
.testimonial-area-2 .testimonial-2-swiper-button-prev, .testimonial-area-2 .testimonial-2-swiper-button-next {
  position: absolute;
  left: -30px;
  top: -215px;
  background: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #777777;
  z-index: 10;
  box-shadow: 0 3px 10px #e6f1ff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.testimonial-area-2 .testimonial-2-swiper-button-prev:hover, .testimonial-area-2 .testimonial-2-swiper-button-next:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
@media (max-width: 767px) {
  .testimonial-area-2 .testimonial-2-swiper-button-prev, .testimonial-area-2 .testimonial-2-swiper-button-next {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-area-2 .testimonial-2-swiper-button-prev, .testimonial-area-2 .testimonial-2-swiper-button-next {
    display: block;
  }
}
.testimonial-area-2 .bn-testimonial-active-2 {
  box-shadow: 0 3px 10px #e6f1ff;
  border-radius: 10px;
  overflow: hidden;
}
.testimonial-area-2 .testimonial-2-swiper-button-next {
  right: -30px;
  left: auto;
}

.testimonial-area-2 .bn-overlay {
  position: relative;
  box-shadow: 0 3px 10px #e6f1ff;
  z-index: 99;
  border-radius: 10px;
}

.testimonial-area-2 .bn-overlay::before {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: "";
  width: calc(100% - 40px);
  height: 30px;
  background-color: #fff;
  z-index: -1;
  margin-left: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 3px 10px #e6f1ff;
}

.testimonial-area-2 .bn-overlay::after {
  position: absolute;
  left: 0;
  bottom: -60px;
  content: "";
  width: calc(100% - 80px);
  height: 30px;
  background-color: #fff;
  z-index: -2;
  margin-left: 40px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 3px 10px #e6f1ff;
}

/*
************
*************************
17. faq
******************************************************* 
*************************************************************** */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bn-faq-img.ml-50 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-faq-img.ml-50 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-faq-img.ml-50 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .bn-faq-img.ml-50 {
    margin-left: 0;
  }
}
.bn-faq-content .accordion-item {
  border: none;
  background: transparent;
}
.bn-faq-content .accordion-body {
  padding: 0 30px;
}
.bn-faq-content .accordion-body p {
  margin-bottom: 0;
  color: var(--clr-body-text);
  font-size: 16px;
  margin-top: 14px;
}
@media (max-width: 767px) {
  .bn-faq-content .accordion-body p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .bn-faq-content .accordion-body {
    padding: 0 25px;
  }
}
.bn-faq-content .accordion-btn {
  height: 60px;
  font-size: 18px;
  color: var(--clr-body-heading);
  font-weight: 700;
  padding: 0 30px;
  border: none;
  border-radius: 4px;
  background-color: var(--clr-common-white);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  line-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .bn-faq-content .accordion-btn {
    font-size: 16px;
    padding: 0 25px;
  }
}
.bn-faq-content .accordion-btn:not(.collapsed) {
  background-color: var(--clr-theme-primary);
  box-shadow: none;
  color: var(--clr-common-white);
}
.bn-faq-content .accordion-btn::after {
  display: inline-block;
  font-weight: 400;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-right: 1px;
}
.bn-faq-content .accordion-btn:not(.collapsed)::after {
  transform: rotate(180deg);
  content: "\f068";
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-section-area .bn-faq-wrapper.ml-50 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-section-area .bn-faq-wrapper.ml-50 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-section-area .bn-faq-wrapper.ml-50 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .faq-section-area .bn-faq-wrapper.ml-50 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-section-area .bn-faq-wrapper.mr-50 {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-section-area .bn-faq-wrapper.mr-50 {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-section-area .bn-faq-wrapper.mr-50 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .faq-section-area .bn-faq-wrapper.mr-50 {
    margin-right: 0;
  }
}
.faq-section-area .bn-faq-wrapper .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 14px;
}
.faq-section-area .bn-faq-wrapper .accordion-btn {
  font-size: 18px;
  color: var(--clr-body-heading);
  font-weight: 700;
  padding: 0 20px;
  border-bottom: 1px solid #E6E6E6;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-family: "Roboto", sans-serif;
  padding-bottom: 13px;
}
.faq-section-area .bn-faq-wrapper .accordion-btn:not(.collapsed) {
  box-shadow: none;
}
.faq-section-area .bn-faq-wrapper .accordion-btn::after {
  display: inline-block;
  font-weight: 400;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  margin-right: 1px;
}
.faq-section-area .bn-faq-wrapper .accordion-btn:not(.collapsed)::after {
  transform: rotate(180deg);
  content: "\f068";
}
.faq-section-area .bn-faq-wrapper .accordion-body {
  padding: 0 20px;
}
.faq-section-area .bn-faq-wrapper .accordion-body p {
  margin-bottom: 0;
  color: var(--clr-body-text);
  font-size: 16px;
  margin-top: 14px;
}

.bn-action-wrapper input {
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  background: #F8F8F8;
  font-size: 14px;
  color: #555556;
  width: 100%;
  margin-bottom: 15px;
}
.bn-action-wrapper input:focus {
  border-color: var(--clr-theme-primary);
}

/*
************
*************************
18. blog
******************************************************* 
*************************************************************** */
.blog-area .bn-blog-item {
  border-radius: 10px;
  overflow: hidden;
}
.blog-area .bn-blog-item-img {
  position: relative;
  overflow: hidden;
}
.blog-area .bn-blog-item-img .bn-blog-date {
  position: absolute;
  left: 20px;
  top: 20px;
  background: var(--clr-common-white);
  border-radius: 5px;
  padding: 7px 10px;
  text-align: center;
  z-index: 5;
}
.blog-area .bn-blog-item-img .bn-blog-date p {
  color: var(--clr-body-heading);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.blog-area .bn-blog-item-img .bn-blog-date p b {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--clr-body-heading);
  display: block;
}
.blog-area .bn-blog-item-img img {
  -webkit-transition: all 0.8s linear 0s;
  -moz-transition: all 0.8s linear 0s;
  -ms-transition: all 0.8s linear 0s;
  -o-transition: all 0.8s linear 0s;
  transition: all 0.8s linear 0s;
}
.blog-area .bn-blog-item-content {
  background: var(--clr-bg-gray-2);
  padding: 35px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .bn-blog-item-content {
    padding: 30px 35px;
  }
}
@media (max-width: 767px) {
  .blog-area .bn-blog-item-content {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .bn-blog-item-content {
    padding: 30px 35px;
  }
}
.blog-area .bn-blog-item-content-meta {
  margin-bottom: 10px;
}
.blog-area .bn-blog-item-content-meta a {
  display: inline-block;
  color: var(--clr-body-text);
  font-size: 14px;
  font-weight: 500;
  margin-right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .bn-blog-item-content-meta a {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .blog-area .bn-blog-item-content-meta a {
    margin-right: 20px;
  }
}
.blog-area .bn-blog-item-content-meta a i {
  display: inline-block;
  margin-right: 10px;
  color: var(--clr-theme-primary);
  font-size: 18px;
}
.blog-area .bn-blog-item-content-meta a:hover {
  color: var(--clr-theme-primary);
}
.blog-area .bn-blog-item-content-meta span {
  display: inline-block;
  color: var(--clr-body-text);
  font-size: 14px;
  font-weight: 500;
}
.blog-area .bn-blog-item-content-meta span i {
  display: inline-block;
  margin-right: 10px;
  color: var(--clr-theme-primary);
  font-size: 18px;
}
.blog-area .bn-blog-item-content-title {
  color: var(--clr-body-heading);
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.blog-area .bn-blog-item-content-title:hover > a {
  color: var(--clr-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-area .bn-blog-item-content-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-area .bn-blog-item-content-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-area .bn-blog-item-content-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog-area .bn-blog-item-content-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-area .bn-blog-item-content-title {
    font-size: 22px;
  }
}
.blog-area .bn-blog-item-content-meta-2 {
  display: flex;
  justify-content: space-between;
}
.blog-area .bn-blog-item-content-meta-2 .bn-blog-author {
  font-size: 16px;
  color: var(--clr-body-text);
  font-weight: 700;
  line-height: 1.7;
}
.blog-area .bn-blog-item-content-meta-2 .bn-blog-author i {
  display: inline-block;
  margin-right: 10px;
  color: var(--clr-theme-primary);
}
.blog-area .bn-blog-item-content-meta-2 .bn-blog-author:hover {
  color: var(--clr-theme-primary);
}
.blog-area .bn-blog-item-content-meta-2 .bn-readmore-btn {
  color: var(--clr-body-heading);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.blog-area .bn-blog-item-content-meta-2 .bn-readmore-btn i {
  display: inline-block;
  margin-left: 10px;
}
.blog-area .bn-blog-item-content-meta-2 .bn-readmore-btn:hover {
  color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .blog-area .bn-blog-item-content-meta-2 .bn-readmore-btn {
    font-size: 14px;
  }
}

.bn-blog-item:hover .bn-blog-item-img img {
  transform: scale(1.2);
}

.bn-blog-item-img a::before, .bn-blog-item-img a::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s !important;
  transition-duration: 1s !important;
}

.bn-blog-item-img a::after {
  top: 0;
  opacity: 0.7;
  left: 0;
}

.bn-blog-item-img a::before {
  right: 0;
  opacity: 1;
  bottom: 0;
}

.bn-blog-item:hover .bn-blog-item-img a::after, .bn-blog-item:hover .bn-blog-item-img a::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

/*
************
*************************
19. blog details
******************************************************* 
*************************************************************** */
.blog-details-area .bn-blog-details-img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.blog-details-area .bn-blog-details-img::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(rgba(32, 49, 74, 0) 20%, #060A0F 87%);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-details-area .bn-blog-details-img-content {
  position: absolute;
  left: 0;
  bottom: 52px;
  right: 0;
  text-align: center;
  padding: 0 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-area .bn-blog-details-img-content {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  .blog-details-area .bn-blog-details-img-content {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-area .bn-blog-details-img-content {
    padding: 0 30px;
    bottom: 30px;
    display: block;
  }
}
.blog-details-area .bn-blog-details-img-content-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-area .bn-blog-details-img-content-title {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-area .bn-blog-details-img-content-title {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .blog-details-area .bn-blog-details-img-content-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.blog-details-area .bn-blog-details-img-content .inner-box {
  display: flex;
  justify-content: center;
}
.blog-details-area .bn-blog-details-img-content .inner-box-content {
  position: relative;
  text-align: left;
  margin-right: 95px;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-area .bn-blog-details-img-content .inner-box-content {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .blog-details-area .bn-blog-details-img-content .inner-box-content {
    margin-right: 60px;
  }
}
.blog-details-area .bn-blog-details-img-content .inner-box-content::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 40px;
  width: 2px;
  background-color: #BBBBBB;
  content: "";
  transform: translateY(-50%);
}
.blog-details-area .bn-blog-details-img-content .inner-box-content:last-child {
  margin-right: 0;
}
.blog-details-area .bn-blog-details-img-content .inner-box-content span {
  color: #F8F8F8;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
  display: inline-block;
}
.blog-details-area .bn-blog-details-img-content .inner-box-content .title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}
.blog-details-area .bn-blog-details-content {
  padding: 33px 38px 40px;
  border: 1px solid #E6E6E6;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .blog-details-area .bn-blog-details-content {
    padding: 33px 20px 40px;
  }
}
.blog-details-area .bn-blog-details-content-quote {
  position: relative;
  margin: 0 38px;
  text-align: center;
  margin-bottom: 35px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .blog-details-area .bn-blog-details-content-quote {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-area .bn-blog-details-content-quote {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.blog-details-area .bn-blog-details-content-quote .icon {
  color: #E6E6E6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.blog-details-area .bn-blog-details-content-quote .title {
  color: #20314A;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-details-area .bn-blog-details-content-quote .title {
    font-size: 16px;
  }
}
.blog-details-area .bn-blog-details-content-quote a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #555556;
  font-family: "Roboto", sans-serif;
  margin-left: 55px;
}
.blog-details-area .bn-blog-details-content-quote a::before {
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-color: #555556;
  width: 40px;
  height: 1px;
}
.blog-details-area .bn-blog-details-content-quote a:hover {
  color: var(--clr-theme-primary);
}
.blog-details-area .bn-blog-details-content-meta {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-details-area .bn-blog-details-content-meta {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }
}
.blog-details-area .bn-blog-details-content-meta .bn-blog-tag span {
  font-family: "Roboto", sans-serif;
  color: #20314A;
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .blog-details-area .bn-blog-details-content-meta .bn-blog-tag span {
    margin-right: 0;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-area .bn-blog-details-content-meta .bn-blog-tag span {
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 0;
  }
}
.blog-details-area .bn-blog-details-content-meta .bn-blog-tag a {
  display: inline-block;
  background: #F8F8F8;
  height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  color: #555556;
  margin-right: 5px;
}
.blog-details-area .bn-blog-details-content-meta .bn-blog-tag a:last-child {
  margin-right: 0;
}
.blog-details-area .bn-blog-details-content-meta .bn-blog-tag a:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-primary);
}
@media (max-width: 767px) {
  .blog-details-area .bn-blog-details-content-meta .bn-blog-tag a {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-area .bn-blog-details-content-meta .bn-blog-tag a {
    padding: 0 10px;
  }
}
.blog-details-area .bn-blog-details-content-meta .bn-blog-social span {
  color: #20314A;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
  font-family: "Roboto", sans-serif;
}
.blog-details-area .bn-blog-details-content-meta .bn-blog-social a {
  color: #BBBBBB;
  margin-right: 15px;
}
.blog-details-area .bn-blog-details-content-meta .bn-blog-social a:last-child {
  margin-right: 0;
}
.blog-details-area .bn-blog-details-content-meta .bn-blog-social a:hover {
  color: var(--clr-theme-primary);
}
.blog-details-area .bn-blog-details-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.blog-details-area .bn-blog-details-comment-box {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 40px 40px;
  display: flex;
  gap: 30px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .blog-details-area .bn-blog-details-comment-box {
    padding: 40px 20px 35px;
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-area .bn-blog-details-comment-box {
    padding: 40px 35px 35px;
    flex-direction: column;
  }
}
.blog-details-area .bn-blog-details-comment-box .comment-img {
  flex: 0 0 60px;
}
.blog-details-area .bn-blog-details-comment-box .comment-content .title {
  color: #20314A;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.44;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-details-area .bn-blog-details-comment-box .comment-content .title:hover {
  color: var(--clr-theme-primary);
}
.blog-details-area .bn-blog-details-comment-box .comment-content .date {
  color: #555556;
  font-size: 14px;
  line-height: 1.7;
  display: inline-block;
  margin-bottom: 10px;
}
.blog-details-area .bn-blog-details-comment-box .comment-content p {
  margin-bottom: 10px;
}
.blog-details-area .bn-blog-details-comment-box .comment-content .reply {
  font-size: 16px;
  font-weight: 700;
  color: #20314A;
  display: inline-block;
}
.blog-details-area .bn-blog-details-comment-box .comment-content .reply:hover {
  color: var(--clr-theme-primary);
}
.blog-details-area .bn-blog-details-comment-box .comment-content .reply span {
  margin-right: 10px;
}
.blog-details-area .bn-blog-details-reply form input, .blog-details-area .bn-blog-details-reply form textarea {
  width: 100%;
  border: 1px solid #E6E6E6;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 14px;
  color: #555556;
}
.blog-details-area .bn-blog-details-reply form textarea {
  height: 120px;
}
.blog-details-area .bn-blog-details-search form {
  position: relative;
}
.blog-details-area .bn-blog-details-search form input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  background: transparent;
  padding-left: 20px;
  font-size: 14px;
  color: #555556;
  padding-right: 60px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-details-area .bn-blog-details-search form input:focus {
  border-color: var(--clr-theme-primary);
}
.blog-details-area .bn-blog-details-search form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: transparent;
  border: none;
  line-height: 60px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-details-area .bn-blog-details-search form button:hover {
  color: var(--clr-theme-primary);
}
.blog-details-area .bn-blog-details-widget {
  border: 1px solid #E6E6E6;
  padding: 33px 40px;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-area .bn-blog-details-widget {
    padding: 33px 25px;
  }
}
@media (max-width: 767px) {
  .blog-details-area .bn-blog-details-widget {
    padding: 33px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-area .bn-blog-details-widget {
    padding: 33px 40px;
  }
}
.blog-details-area .bn-blog-details-widget-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog-details-area .bn-blog-details-widget-post {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
.blog-details-area .bn-blog-details-widget-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.blog-details-area .bn-blog-details-widget-post-img {
  flex: 0 0 60px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.blog-details-area .bn-blog-details-widget-post-img img {
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.blog-details-area .bn-blog-details-widget-post-info .title {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-details-area .bn-blog-details-widget-post-info .title:hover a {
  color: var(--clr-theme-primary);
}
.blog-details-area .bn-blog-details-widget-post-info span {
  color: #555556;
  font-size: 12px;
  display: inline-block;
  line-height: 1.8;
}
.blog-details-area .bn-blog-details-widget .list li {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  color: #20314A;
  margin-bottom: 12px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 13px;
}
.blog-details-area .bn-blog-details-widget .list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.blog-details-area .bn-blog-details-widget .list li a {
  color: #20314A;
  font-size: 16px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-details-area .bn-blog-details-widget .list li a:hover {
  color: var(--clr-theme-primary);
}
.blog-details-area .bn-blog-details-widget .bn-blog-tag span {
  font-family: "Roboto", sans-serif;
  color: #777777;
  font-size: 16px;
  font-weight: 500;
  margin-right: 15px;
}
.blog-details-area .bn-blog-details-widget .bn-blog-tag a {
  display: inline-block;
  background: #F8F8F8;
  height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
  color: #555556;
  margin-right: 5px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-details-area .bn-blog-details-widget .bn-blog-tag a:last-child {
  margin-right: 0;
}
.blog-details-area .bn-blog-details-widget .bn-blog-tag a:hover {
  color: var(--clr-common-white);
  background-color: var(--clr-theme-primary);
}
.blog-details-area .bn-blog-details-widget.post {
  padding-bottom: 37px;
}
.blog-details-area .bn-blog-details-widget.list .bn-blog-details-widget-title {
  margin-bottom: 15px;
}
.blog-details-area .bn-blog-details-widget.tag {
  padding-bottom: 30px;
}

.bn-blog-details-widget-post:hover .bn-blog-details-widget-post-img img {
  transform: scale(1.1);
}

.bn-blog-details-widget-post-img a::before, .bn-blog-details-widget-post-img a::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s !important;
  transition-duration: 1s !important;
}

.bn-blog-details-widget-post-img a::after {
  top: 0;
  opacity: 0.7;
  left: 0;
}

.bn-blog-details-widget-post-img a::before {
  right: 0;
  opacity: 1;
  bottom: 0;
}

.bn-blog-details-widget-post:hover .bn-blog-details-widget-post-img a::after, .bn-blog-details-widget-post:hover .bn-blog-details-widget-post-img a::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bn-blog-details-right.ml-50 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-blog-details-right.ml-50 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-blog-details-right.ml-50 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .bn-blog-details-right.ml-50 {
    margin-left: 0;
  }
}

.bn-footer-logo a img {
  max-width: 200px;
}

/*
************
*************************
20. brand
******************************************************* 
*************************************************************** */
.bn-brand-img {
  text-align: center;
}

.bn-brand-text p {
  color: #20314A;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .bn-brand-active-2.swiper-container.ml-35 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .bn-brand-active-2.swiper-container.ml-35 .bn-brand-img {
    text-align: left;
  }
}

/*
************
*************************
21. sidebar
******************************************************* 
*************************************************************** */
/* Search */
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.95);
  z-index: 999;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: url(../../assets/img/bg/close.png), auto;
}

.body-overlay.active {
  visibility: visible;
  opacity: 0.97;
}

.bn-search-popup .search-form {
  width: 35%;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}

.bn-search-popup.active .search-form {
  visibility: visible;
  opacity: 1;
  width: 40%;
}
@media (max-width: 767px) {
  .bn-search-popup.active .search-form {
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-search-popup.active .search-form {
    width: 70%;
  }
}

.bn-search-popup.active .search-form {
  visibility: visible;
}

.bn-search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 60px;
  padding: 0 75px 0 25px;
  background: #f7f9fb;
  line-height: 60px;
}

.bn-search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: var(--clr-common-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: var(--clr-theme-primary);
}

.side-info {
  width: 100%;
  max-width: 400px;
  background-color: #0C131D;
  box-shadow: 0 13px 29px rgba(4, 0, 23, 0.1);
  height: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  right: -400px;
  transition: 0.4s;
}

.side-info:is(.info-open) {
  right: 0;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.offcanvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(4, 0, 23, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  cursor: url(../../assets/img/bg/close.png), auto;
}

.offcanvas-overlay:is(.overlay-open) {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.bn-header-nav-menu .mean-container {
  display: block !important;
}

.bn-header-nav-menu .mean-container .mean-bar {
  display: none;
}

.bn-sidebar-logo-wrapper {
  padding: 30px 30px;
}

.bn-sidebar-logo {
  width: 170px;
}
@media (max-width: 767px) {
  .bn-sidebar-logo {
    width: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-sidebar-logo {
    width: 160px;
  }
}

.mean-container .mean-nav {
  background: transparent;
}

.mean-container .mean-nav ul li a {
  padding: 15px 30px;
  background: #0C131D;
  font-size: 16px;
  color: #CBCBCB;
  font-weight: 500;
  border-color: #1A2E3C;
}

.bn-sidebar-close.side-info-close {
  background: transparent;
  border: none;
  font-size: 25px;
  color: #fff;
}
.bn-sidebar-close.side-info-close:hover {
  color: var(--clr-theme-primary);
}

.mean-container .mean-nav ul li a.mean-expand {
  padding: 14px 15px;
  background-color: #1A2E3C;
  border-color: #1A2E3C;
  color: #CBCBCB;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #0069ff;
  border-color: #0069ff;
}

.contact-list.mobile_contact h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

.contact-list.mobile_contact > span, .contact-list.mobile_contact a {
  display: flex;
  margin-bottom: 15px;
  text-decoration: none;
  align-items: center;
  font-size: 16px;
  color: #cacaca;
}

.contact-list.mobile_contact i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-right: 10px;
  flex: 0 0 40px;
  max-width: 40px;
}

.contact-list.mobile_contact > span, .contact-list.mobile_contact a {
  font-size: 16px;
  color: #cacaca;
}

.dark_mode .contact-list.mobile_contact > span, .contact-list.mobile_contact a {
  color: #CBCBCB;
}

.contact-list.mobile_contact a:hover {
  color: #fff;
}

nav.right_menu_togle {
  font-size: 15px;
}

.footer_social.offset_social a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-right: 5px;
  color: #fff;
  border-radius: 50%;
}

.top_social.footer_social.offset_social a:hover {
  background-color: var(--clr-theme-primary);
}

.mean-container .mean-nav {
  background: #0c1923 none repeat scroll 0 0;
  float: left;
  margin-top: 0;
  width: 100%;
}

.contact-infos {
  padding: 20px 30px;
}

/*
************
*************************
22. breadcrumb
******************************************************* 
*************************************************************** */
.bn-breadcrumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.bn-breadcrumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.bn-breadcrumb .bn-breadcrumb-wrap {
  position: relative;
  z-index: 1;
}
.bn-breadcrumb .bn-breadcrumb-title {
  color: var(--clr-common-white);
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-breadcrumb .bn-breadcrumb-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .bn-breadcrumb .bn-breadcrumb-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-breadcrumb .bn-breadcrumb-title {
    font-size: 40px;
  }
}
.bn-breadcrumb .bn-breadcrumb-list a {
  color: var(--clr-common-white);
  display: inline-block;
  position: relative;
  margin-right: 5px;
  font-weight: 500;
}
.bn-breadcrumb .bn-breadcrumb-list a::after {
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: var(--clr-common-white);
  margin-left: 10px;
}
.bn-breadcrumb .bn-breadcrumb-list a:hover {
  color: var(--clr-theme-primary);
}
.bn-breadcrumb .bn-breadcrumb-list span {
  color: var(--clr-theme-primary);
  display: inline-block;
  font-weight: 500;
}

/*
************
*************************
23. achievement
******************************************************* 
*************************************************************** */
.achievement-area {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .bn-achievement-action > a {
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-achievement-action > a {
    display: inline-block;
    margin-bottom: 0;
  }
}

.bn-achievement-action .bn-call {
  color: #fff;
  font-size: 16px;
}
.bn-achievement-action .bn-call a {
  color: #fff;
}
.bn-achievement-action .bn-call a:hover {
  color: var(--clr-theme-primary);
}

.bn-achievement-counter-item {
  background: #fff;
  border-radius: 10px;
  padding: 45px 0;
  text-align: center;
}
.bn-achievement-counter-item .title {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0;
}
.bn-achievement-counter-item .subtitle {
  color: #20314A;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
}

/*
************
*************************
24. profile
******************************************************* 
*************************************************************** */
.w-80 {
  width: 80%;
}

.w-89 {
  width: 80%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .profile-area .bn-profile-wrapper.ml-50 {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .profile-area .bn-profile-wrapper.ml-50 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .profile-area .bn-profile-wrapper.ml-50 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .profile-area .bn-profile-wrapper.ml-50 {
    margin-left: 0;
  }
}
.profile-area .bn-profile-content-item .title {
  color: #20314A;
  font-size: 20px;
  margin-bottom: 10px;
}
.profile-area .bn-profile-content-item p {
  margin-bottom: 18px;
}
.profile-area .bn-profile-content-progress .bn-progress-heading {
  display: flex;
  justify-content: space-between;
}
.profile-area .bn-profile-content-progress .bn-progress-heading-title {
  margin-bottom: 5px;
  color: #20314A;
  font-size: 20px;
  line-height: 1.3;
}
.profile-area .bn-profile-content-progress .bn-progress-heading span {
  color: #20314A;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}
.profile-area .bn-profile-content-progress .bn-progress-item .progress {
  height: 4px;
  border-radius: 2px;
  background-color: #BBBBBB;
}
.profile-area .bn-profile-content-progress .bn-progress-item .progress-bar {
  background: var(--clr-theme-primary);
}

/*
************
*************************
25. video
******************************************************* 
*************************************************************** */
.bn-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.bn-video-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.bn-video-img img {
  -webkit-transition: all 0.8s linear 0s;
  -moz-transition: all 0.8s linear 0s;
  -ms-transition: all 0.8s linear 0s;
  -o-transition: all 0.8s linear 0s;
  transition: all 0.8s linear 0s;
}
.bn-video-img::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(32, 49, 74, 0.4);
  z-index: 1;
}

.bn-video-wrapper {
  overflow: hidden;
}
.bn-video-wrapper:hover .bn-video-img img {
  transform: scale(1.1);
}

/*
************
*************************
26. contact
******************************************************* 
*************************************************************** */
.contact-area .bn-contact-form {
  padding: 50px;
  box-shadow: 0 3px 10px rgba(85, 85, 86, 0.16);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contact-area .bn-contact-form {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-area .bn-contact-form {
    padding: 50px 40px;
  }
}
.contact-area .bn-contact-form input, .contact-area .bn-contact-form textarea {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #F8F8F8;
  border: none;
  border-radius: 4px;
  padding: 0 25px;
  margin-bottom: 30px;
  color: #555556;
  font-size: 14px;
}
.contact-area .bn-contact-form textarea {
  height: 220px;
}
.contact-area .bn-contact-form .nice-select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #F8F8F8;
  border: none;
  border-radius: 4px;
  padding: 0 25px;
  margin-bottom: 30px;
  color: #555556;
  font-size: 14px;
}
.contact-area .bn-contact-form .nice-select::after {
  border-bottom: 1px solid #555556;
  border-right: 1px solid #555556;
  height: 7px;
  right: 25px;
  width: 7px;
}
.contact-area .bn-contact-form .nice-select .list {
  width: 100%;
  box-shadow: none;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  background: var(--clr-bg-gray-2);
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.1);
}
.contact-area .bn-contact-form .nice-select .list li {
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.contact-area .bn-contact-form .nice-select .option:hover, .contact-area .bn-contact-form .nice-select .option.focus, .contact-area .bn-contact-form .nice-select .option.selected.focus {
  background-color: #D6D6D6;
}
.contact-area .bn-map {
  width: 100%;
  height: 591px;
}
.contact-area .bn-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.office-area .bn-office-item {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 35px 40px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.office-area .bn-office-item-title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.office-area .bn-office-item .text {
  color: #555556;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.office-area .bn-office-item p {
  color: #555556;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.office-area .bn-office-item p a {
  color: #555556;
}
.office-area .bn-office-item:hover {
  background-color: var(--clr-theme-primary);
}
.office-area .bn-office-item:hover .bn-office-item-title {
  color: var(--clr-common-white);
}
.office-area .bn-office-item:hover .text {
  color: var(--clr-common-white);
}
.office-area .bn-office-item:hover p {
  color: var(--clr-common-white);
}
.office-area .bn-office-item:hover p a {
  color: var(--clr-common-white);
}

/*
************
*************************
27. error
******************************************************* 
*************************************************************** */
.bn-error-content-title {
  margin-bottom: 10px;
  color: var(--clr-common-black-deep);
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bn-error-content-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-error-content-title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-error-content-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .bn-error-content-title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-error-content-title {
    font-size: 32px;
  }
}

.bn-error-content-text {
  margin-bottom: 0;
  color: var(--clr-bg-gray-11);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bn-error-img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bn-error-img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-error-img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .bn-error-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-error-img.mb-70 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .bn-error-img.mb-70 {
    margin-bottom: 50px;
  }
}

/*
************
*************************
28. back to top
******************************************************* 
*************************************************************** */
.progress-wrap {
  position: fixed;
  right: -100px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #161616;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  background-color: #fff;
}

.progress-wrap::after {
  position: absolute;
  content: "\f176";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #0069ff;
  left: 0;
  top: 0;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #005BDE;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.progress-wrap:is(.progress-wrap-dark) {
  box-shadow: inset 0 0 0 2px #f6f8fa;
  background-color: transparent;
}

.progress-wrap:is(.progress-wrap-dark)::after {
  color: #f6f8fa;
}

.progress-wrap:is(.progress-wrap-dark) svg.progress-circle path {
  stroke: #20314A;
}

.progress-wrap.active-progress {
  opacity: 1;
  right: 50px;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .progress-wrap.active-progress {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .progress-wrap.active-progress {
    right: 30px;
  }
}
/*
************
*************************
29. footer
******************************************************* 
*************************************************************** */
.bn-footer {
  background: var(--clr-common-black);
  background-repeat: no-repeat;
  background-position: center center;
}
.bn-footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.bn-footer-widget-text {
  color: var(--clr-bg-gray-6);
}
.bn-footer-widget-social a {
  width: 30px;
  height: 30px;
  background: var(--clr-common-white);
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 14px;
  color: var(--clr-common-black-soft);
  margin-right: 15px;
}
.bn-footer-widget-social a:hover {
  background-color: var(--clr-theme-primary);
  color: var(--clr-common-white);
}
.bn-footer-widget-social a:last-child {
  margin-right: 0;
}
.bn-footer-widget-title {
  font-size: 22px;
  color: var(--clr-common-white);
  line-height: 1.45;
}
.bn-footer-widget-list li a {
  color: var(--clr-bg-gray-6);
  margin-bottom: 10px;
  display: block;
}
.bn-footer-widget-list li a:hover {
  color: var(--clr-common-white);
}
.bn-footer-widget-list li:last-child > a {
  margin-bottom: 0;
}
.bn-footer-widget-post {
  display: flex;
  align-items: center;
}
.bn-footer-widget-post-img {
  flex: 0 0 80px;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.bn-footer-widget-post-img img {
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.bn-footer-widget-post-info .title {
  color: var(--clr-common-white);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.62;
}
.bn-footer-widget-post-info .title:hover > a {
  color: var(--clr-theme-primary);
}
.bn-footer-widget-post-info span {
  display: inline-block;
  color: var(--clr-bg-gray-6);
  font-size: 14px;
  line-height: 1.7;
}
.bn-footer-widget-contact {
  display: flex;
  align-items: center;
}
.bn-footer-widget-contact-icon {
  width: 40px;
  height: 40px;
  background: var(--clr-theme-primary);
  color: var(--clr-common-white);
  text-align: center;
  line-height: 40px;
  flex: 0 0 40px;
  margin-right: 20px;
  border-radius: 2px;
}
.bn-footer-widget-contact-info p {
  margin-bottom: 0;
  color: var(--clr-bg-gray-5);
}
.bn-footer-widget-contact-info a {
  color: var(--clr-bg-gray-5);
  display: block;
}
.bn-footer-widget-contact-info a:hover {
  color: var(--clr-common-white);
}
@media (max-width: 767px) {
  .bn-footer-copyright {
    text-align: center;
  }
}
.bn-footer-copyright-text p {
  color: var(--clr-bg-gray-6);
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
}
.bn-footer-copyright-text p:not(:first-child) {
  margin-left: 15px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-footer-copyright-text p:not(:first-child) {
    margin-left: 5px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .bn-footer-copyright-text p:not(:first-child) {
    margin-left: 0px;
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-footer-copyright-text p:not(:first-child) {
    margin-left: 10px;
    padding-left: 15px;
  }
}
.bn-footer-copyright-text p:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  content: "";
  background-color: var(--clr-bg-gray-9);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .bn-footer-copyright-text p:not(:first-child)::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-footer-copyright-text p:not(:first-child)::before {
    display: block;
  }
}
.bn-footer-copyright-text p a {
  font-weight: 500;
}
.bn-footer-copyright-text p a:hover {
  color: var(--clr-common-white);
}
.bn-footer-copyright-menu {
  text-align: end;
}
@media (max-width: 767px) {
  .bn-footer-copyright-menu {
    text-align: center;
  }
}
.bn-footer-copyright-menu ul li {
  display: inline-block;
  position: relative;
}
.bn-footer-copyright-menu ul li a {
  color: var(--clr-bg-gray-6);
  font-size: 14px;
  display: inline-block;
}
.bn-footer-copyright-menu ul li a:hover {
  color: var(--clr-common-white);
}
.bn-footer-copyright-menu ul li:not(:first-child) {
  margin-left: 15px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bn-footer-copyright-menu ul li:not(:first-child) {
    margin-left: 5px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .bn-footer-copyright-menu ul li:not(:first-child) {
    margin-left: 0px;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-footer-copyright-menu ul li:not(:first-child) {
    margin-left: 10px;
    padding-left: 15px;
  }
}
.bn-footer-copyright-menu ul li:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  content: "";
  background-color: var(--clr-bg-gray-9);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .bn-footer-copyright-menu ul li:not(:first-child)::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bn-footer-copyright-menu ul li:not(:first-child)::before {
    display: block;
  }
}

.bn-footer-widget-post:hover .bn-footer-widget-post-img img {
  transform: scale(1.1);
}

.bn-footer-widget-post-img a::before, .bn-footer-widget-post-img a::after {
  content: "";
  background: #fff;
  height: 0;
  width: 0;
  z-index: 1;
  position: absolute;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s !important;
  transition-duration: 1s !important;
}

.bn-footer-widget-post-img a::after {
  top: 0;
  opacity: 0.7;
  left: 0;
}

.bn-footer-widget-post-img a::before {
  right: 0;
  opacity: 1;
  bottom: 0;
}

.bn-footer-widget-post:hover .bn-footer-widget-post-img a::after, .bn-footer-widget-post:hover .bn-footer-widget-post-img a::before {
  height: 100%;
  opacity: 0;
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
