/*----------------------------------------*/
/*  Theme default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&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;
}

.bd-custom-container {
  max-width: 1730px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.img,
img {
  max-width: 100%;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
button,
i {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

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;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input,
select,
textarea {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo", sans-serif;
  color: var(--clr-body-heading);
  margin: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  margin-bottom: 10px;
}

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

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

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: var(--clr-body-text);
  margin-bottom: 10px;
}

i {
  line-height: 1;
  display: inline-block;
}

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

.display-inline {
  display: inline-block;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input,
select {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

.custom-pad-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.custom-mar-15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.radius-50 {
  border-radius: 50px;
}

.w-full {
  width: 100%;
}

/*--
    - Input Placeholder
-----------------------------------------*/
* input::-moz-placeholder {
  font-size: 16px;
  opacity: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

* input::placeholder {
  font-size: 16px;
  opacity: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

/*--
    - Common Classes
-----------------------------------------*/
.clear {
  clear: both;
}

.translate-y--10 {
  transform: translateY(-10px);
}

/*--
    - Background color
-----------------------------------------*/
.theme-bg {
  background-color: var(--clr-theme-1);
}

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

.heading-bg {
  background-color: var(--clr-body-heading);
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: var(--clr-common-white);
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.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;
}

/*-- Margin Bottom --*/
.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;
}

/*-- Margin Left --*/
.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;
}

/*-- Margin Right --*/
.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;
}

/*-- Padding Top --*/
.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;
}

/*-- Padding Bottom --*/
.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;
}

/*-- Padding Left --*/
.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;
}

/*-- Padding Right --*/
.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;
}

:root {
  /**
     @color declaration
     */
  --clr-common-white: #fff;
  --clr-common-black: #000;
  --clr-body-heading: #161616;
  --clr-body-heading2: #232323;
  --clr-body-text: #6A6A6A;
  --clr-body-text2: #878787;
  --clr-body-text3: #787878;
  --clr-theme-1: #EF0454;
  --clr-bg-gray: #F9F9F9;
  --clr-bg-gray2: #EFEFEF;
  --clr-border-1: #474747;
  --clr-border-2: #757575;
  --clr-border-3: #303030;
  --clr-border-4: #E5E5E5;
  --clr-border-5: #D4D4D4;
  --clr-border-6: #DFDFDF;
}

/*Plugin Button Style */
.theme-btn {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  color: var(--clr-common-white);
  background-color: var(--clr-theme-1);
  padding: 0px 38px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.theme-btn.h-55 {
  height: 55px;
  line-height: 55px;
}

.theme-btn-black {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  font-weight: 600;
  border: none;
  outline: none;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  color: var(--clr-common-white);
  background-color: var(--clr-body-heading);
  padding: 0px 38px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.theme-btn::before,
.theme-btn-border::before,
.theme-btn-black::before {
  background-color: var(--clr-common-white);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 60px;
  opacity: 0;
}

@media (max-width: 575px) {
  .theme-btn,
.theme-btn-border,
.theme-btn-black {
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
  }
}
.theme-btn.theme-btn-rounded,
.theme-btn-border.theme-btn-rounded,
.theme-btn-black.theme-btn-rounded {
  border-radius: 30px;
}
.theme-btn:before,
.theme-btn-border:before,
.theme-btn-black:before {
  background-color: var(--clr-common-white);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 60px;
  opacity: 0;
}
.theme-btn:hover,
.theme-btn-border:hover,
.theme-btn-black:hover {
  color: var(--clr-common-white);
}
.theme-btn:hover:before,
.theme-btn-border:hover:before,
.theme-btn-black:hover:before {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}

.z-index {
  z-index: 3;
  position: relative;
}

.generic-cta-btn {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  height: 65px;
  line-height: 65px;
  text-align: center;
  padding: 0 55px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #625df8;
  background-color: #625df8;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.generic-cta-btn i {
  padding-left: 5px;
  vertical-align: middle;
}
.generic-cta-btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #625df8;
}

.generic-cta-border-btn {
  font-size: 15px;
  font-weight: 700;
  color: #625df8;
  height: 65px;
  line-height: 65px;
  text-align: center;
  padding: 0 55px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #fff;
  background-color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.generic-cta-border-btn i {
  padding-left: 5px;
  vertical-align: middle;
}
.generic-cta-border-btn:hover {
  background-color: #625df8;
  border-color: #625df8;
  color: #fff;
}

.generic-contact-btn {
  font-size: 16px;
  background-color: #592DEE;
  border: 1px solid #592DEE;
  color: #ffff;
  text-transform: capitalize;
  line-height: 60px;
  height: 60px;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.generic-contact-btn:hover {
  border-color: #592DEE;
  background-color: transparent;
  color: #000;
}

.generic-card-btn {
  display: inline-block;
  font-size: 16px;
  background-color: #592DEE;
  border: 1px solid #592DEE;
  color: #ffff;
  text-transform: capitalize;
  height: 55px;
  line-height: 55px;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.generic-card-btn:hover {
  border-color: #592DEE;
  background-color: transparent;
  color: #000;
}

/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }
  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/*--
    - 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: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: var(--clr-common-white);
}

[data-overlay=dark]::before {
  background-color: var(--clr-body-heading);
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/*----------------------------------------*/
/*  Slider
/*----------------------------------------*/
.bd-single-slider.gen-slider .bd-slider p {
  font-size: 18px;
  line-height: 1.66;
  color: var(--clr-common-white);
}

.bd-slider-subtitle {
  color: var(--clr-theme-1);
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

div.sp-arrow {
  background: #fff;
  height: 60px;
  width: 60px;
  font-size: 20px;
  color: #222;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

div.sp-arrow:hover {
  background: var(--clr-theme-1);
  color: var(--clr-common-white);
}

.swiper-button-prev.sp-arrow {
  left: 50px;
  right: auto;
}

.swiper-button-next.sp-arrow {
  right: 50px;
  left: auto;
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

div.bd-slider-active.swiper-container-horizontal .swiper-pagination-bullets {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999999;
  text-align: center;
}

div.bd-slider-active.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  font-size: 14px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--clr-theme-1);
  margin: 0 5px;
  display: inline-block;
  background: transparent;
  opacity: 0.7;
}

div.bd-slider-active.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--clr-theme-1);
}

/*----------------------------------------*/
/*  Hero
/*----------------------------------------*/
.bd-slider-area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bd-slider-height {
  min-height: 950px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-slider-height {
    min-height: 850px;
  }
}
@media (max-width: 575px) {
  .bd-slider-height {
    min-height: 700px;
  }
}

.bd-single-slider {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bd-single-slider-overlay,
.bd-single-slider-overlay-invisible {
  position: relative;
}
.bd-single-slider-overlay:before,
.bd-single-slider-overlay-invisible:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.bd-single-slider-overlay-invisible::before {
  background: transparent;
}

.bd-slider-title {
  font-size: 110px;
  color: var(--clr-common-white);
  line-height: 1.09;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-slider-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bd-slider-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bd-slider-title {
    font-size: 60px;
  }
}
@media (max-width: 450px) {
  .bd-slider-title {
    font-size: 48px;
  }
}
.bd-slider-title span {
  color: var(--clr-theme-1);
}

.bd-slider p {
  font-size: 18px;
  line-height: 1.66;
  color: var(--clr-common-white);
}
@media (max-width: 575px) {
  .bd-slider p {
    font-size: 16px;
  }
  .bd-slider p br {
    display: none;
  }
}

.bd-slide-bg {
  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 ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}

.swiper-slide-active .bd-slide-bg {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}

@media (max-width: 450px) {
  br {
    display: none;
  }
}

.bd-slider-title-three {
  color: var(--clr-body-heading);
}

.bd-slider-social-three h6 {
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-body-heading);
  position: relative;
  line-height: 1;
  display: inline-block;
}
.bd-slider-social-three h6:before {
  position: absolute;
  content: "";
  height: 1px;
  background: var(--clr-body-heading);
  width: 80px;
  top: 8px;
  right: -86px;
}
.bd-slider-social-three ul {
  padding-left: 0;
}
.bd-slider-social-three ul li {
  display: inline-block;
  margin-right: 25px;
  list-style: none;
}
.bd-slider-social-three ul li:last-child {
  margin-right: 0px;
}
.bd-slider-social-three ul li a {
  font-size: 16px;
  color: var(--clr-body-heading);
}
.bd-slider-social-three ul li a:hover {
  color: var(--clr-theme-1);
}

/*My css*/
.bd-slider p {
  font-size: 20px;
  line-height: 1.6;
  color: var(--clr-body-text);
}

.generic-subtitle {
  color: var(--clr-theme-1);
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

/*----------------------------------------*/
/*  Testimonial
/*----------------------------------------*/
.bd-testimonial-item .bd-testimonial-icon i {
  font-size: 50px;
  line-height: 1;
  display: inline-block;
  color: var(--clr-theme-1);
}
.bd-testimonial-item p {
  font-size: 20px;
  line-height: 1.6;
  font-style: italic;
}
@media (max-width: 575px) {
  .bd-testimonial-item p {
    font-size: 18px;
  }
}
.bd-testimonial-item .bd-testimonial-title {
  font-size: 36px;
  line-height: 1.12;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .bd-testimonial-item .bd-testimonial-title {
    font-size: 28px;
  }
}
.bd-testimonial-item span {
  font-size: 16px;
  display: block;
}

.testimonial-nav {
  width: 320px;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .testimonial-nav {
    width: 300px;
  }
}
.testimonial-nav .swiper-slide {
  width: 90px;
  text-align: center;
}
.testimonial-nav .swiper-slide .bd-testimonial-img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid var(--clr-common-white);
  display: inline-block;
}
.testimonial-nav .swiper-slide .bd-testimonial-img img {
  cursor: pointer;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-nav .swiper-slide.swiper-slide-prev + .swiper-slide-active {
  margin-right: 28px !important;
  margin-left: -3px !important;
}
.testimonial-nav .swiper-slide.swiper-slide-prev + .swiper-slide-active .bd-testimonial-img {
  height: 105px;
  width: 105px;
  border: 8px solid var(--clr-common-white);
}
.testimonial-nav .swiper-slide.swiper-slide-prev .bd-testimonial-img, .testimonial-nav .swiper-slide.swiper-slide-next .bd-testimonial-img {
  margin-top: 13px;
}

/*----------------------------------------*/
/*  Team
/*----------------------------------------*/
.bd-team-four span {
  font-size: 15px;
  color: var(--clr-common-white);
  display: inline-block;
  margin-bottom: 20px;
}
.bd-team-four .bd-team-four-text {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: -100%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  text-align: center;
  z-index: 2;
}
.bd-team-four:hover .bd-team-four-text {
  bottom: 30px;
}

.bd-team-four-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--clr-common-white);
}

.bd-team-four-social ul li {
  display: inline-block;
  list-style: none;
  margin: 0px 5px;
}
.bd-team-four-social ul li a {
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  color: var(--clr-common-white);
  text-align: center;
  background: rgba(22, 22, 22, 0.22);
}
.bd-team-four-social ul li a:hover {
  background: var(--clr-theme-1);
}

.bd-portfolio {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.bd-portfolio:before {
  position: absolute;
  height: 0%;
  width: 100%;
  content: "";
  background: linear-gradient(rgba(22, 22, 22, 0.06) 0%, #9f0036 100%);
  opacity: 0.85;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.bd-portfolio:hover .bd-portfolio-text {
  bottom: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 450px) {
  .bd-portfolio:hover .bd-portfolio-text {
    bottom: 13px;
  }
}
.bd-portfolio:hover:before {
  height: 100%;
}
.bd-portfolio img {
  width: 100%;
}
.bd-portfolio:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.bd-team-active.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  margin: 0px 5px;
  padding: 0px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 0px;
  opacity: 1;
  height: 6px;
  width: 20px;
  border-radius: 30px;
  border: none;
  background: var(--clr-border-4);
}
@media (max-width: 450px) {
  .bd-team-active.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 4px;
  }
}
.bd-team-active.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--clr-theme-1);
}

.bd-team-active.swiper-container-horizontal .team-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

/*----------------------------------------*/
/*  Blog
/*----------------------------------------*/
.bd-blog {
  border-radius: 10px;
  overflow: hidden;
}
.bd-blog img {
  width: 100%;
}
.bd-blog .bd-blog-img {
  overflow: hidden;
}
.bd-blog:hover .bd-blog-img img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.bd-blog-meta ul li {
  display: inline-block;
  list-style: none;
  margin-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 450px) {
  .bd-blog-meta ul li {
    margin-right: 10px;
  }
}
.bd-blog-meta ul li:last-child {
  margin-right: 0px;
}
.bd-blog-meta ul li a {
  font-size: 14px;
  font-weight: 600;
  color: var(--clr-body-text);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.bd-blog-meta ul li a:hover {
  color: var(--clr-theme-1);
}
.bd-blog-meta ul li a i {
  margin-right: 8px;
  transform: translateY(2px);
  color: var(--clr-theme-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 450px) {
  .bd-blog-meta ul li a i {
    margin-right: 5px;
  }
}

.bd-blog-text {
  padding: 25px 30px 30px 30px;
  background-color: var(--clr-bg-gray2);
}

.bd-blog-title {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bd-blog-title {
    font-size: 18px;
  }
}
.bd-blog-title:hover > a {
  color: var(--clr-theme-1);
}

.bd-blog-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bd-blog-author-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bd-blog-author-info img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid var(--clr-common-white);
  margin-right: 8px;
}

.bd-blog-author-info-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-body-text);
  line-height: 1;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.bd-blog-author-link a {
  font-size: 14px;
  font-weight: 600;
  color: var(--clr-body-text);
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.bd-blog-author-link a:hover {
  color: var(--clr-theme-1);
}
.bd-blog-author-link a:hover i {
  padding-left: 3px;
  display: inline-block;
}

.bd-blog-title2 {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
}
.bd-blog-title2:hover > a {
  color: var(--clr-theme-1);
}

.bd-blog-meta ul {
  padding-left: 0;
}

.bd-blog-meta ul li {
  font-size: 14px;
  font-weight: 600;
  color: var(--clr-body-text);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.bd-blog-meta ul li i {
  margin-right: 8px;
  transform: translateY(2px);
  color: var(--clr-theme-1);
}

.section_title span {
  display: inline-block;
  margin-bottom: 10px;
}

.generic-instagram-single-slide .instagram-thumb {
  height: 300px;
}
.generic-instagram-single-slide .instagram-thumb::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  content: "";
  background-color: #000;
}
.generic-instagram-single-slide .instagram-thumb .generic-el-instagram-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(-50%);
}
.generic-instagram-single-slide .instagram-thumb .generic-el-instagram-icon i {
  font-size: 30px;
  color: #fff;
}
.generic-instagram-single-slide .instagram-thumb:hover::after {
  opacity: 0.5;
  visibility: visible;
}
.generic-instagram-single-slide .instagram-thumb:hover .generic-el-instagram-icon {
  opacity: 1;
  visibility: visible;
}
.generic-instagram-single-slide .instagram-thumb img {
  height: 100%;
}

.generic-cta-area {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center center;
}
.generic-cta-area::after {
  position: absolute;
  content: "";
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}

.generic-el-cta-wrapper {
  text-align: center;
}
.generic-el-cta-wrapper h2 {
  color: #fff;
}
.generic-el-cta-wrapper p {
  color: #fff;
  margin-bottom: 25px;
}
.generic-el-cta-wrapper span.generic-el-subtitle {
  display: inline-block;
  color: #fff;
  margin-bottom: 12px;
}

.generic-video-area {
  width: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.generic-video-area::before {
  position: absolute;
  content: "";
  background-color: #000;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

.generic-el-video-wrapper .generic-el-video-popup {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
}

.popup-video {
  color: #4A66FA;
  background: #ffffff;
  border-radius: 50%;
  font-size: 15px;
  line-height: 90px;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
  transition: 0.3s;
}

.generic-el-card-wrapper {
  box-shadow: 0 3px 40px rgba(36, 36, 36, 0.1);
}
.generic-el-card-wrapper .generic-el-card-thumb {
  height: 300px;
  width: 100%;
}
.generic-el-card-wrapper .generic-el-card-thumb img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.generic-el-card-wrapper .generic-el-card-body {
  background: #fff;
  padding: 30px;
}
.generic-el-card-wrapper .generic-el-card-body .generic-card-title {
  font-weight: 700;
  margin-bottom: 2px;
}
.generic-el-card-wrapper .generic-el-card-body .generic-el-desc {
  margin-bottom: 20px;
}

.generic-el-skill-title-wrap {
  display: flex;
  justify-content: space-between;
}
.generic-el-skill-title-wrap span {
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 500;
  line-height: 1;
}
.generic-el-skill-title-wrap .generic-el-skill-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #1A1A1A;
}

.generic-el-skill-wrapper .progress {
  background-color: #ECEEF6;
  height: 30px;
  border-radius: 50px;
}
.generic-el-skill-wrapper .progress .progress-bar {
  background-color: #4A66FA;
  border-radius: 50px;
}

.generic-el-skill-single:not(:first-child) {
  margin-top: 25px;
}

.generic-contact-form .generic-single-input label {
  font-size: 16px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  cursor: default;
}
.generic-contact-form .generic-single-input input {
  width: 100%;
  height: 50px;
  border: 1px solid #F5F5F5;
  padding: 0 20px;
  color: #000000;
  background: #F5F5F5;
  font-weight: 500;
  transition: 0.3s;
  margin-bottom: 20px;
}
.generic-contact-form .generic-single-input input:focus {
  border-color: #592DEE;
}
.generic-contact-form .generic-single-input textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #F5F5F5;
  padding: 20px;
  color: #000000;
  background: #F5F5F5;
  font-weight: 500;
  transition: 0.3s;
  margin-bottom: 20px;
  resize: none;
  line-height: 1;
}
.generic-contact-form .generic-single-input textarea:focus {
  border-color: #592DEE;
}
.generic-contact-form .generic-single-input br {
  display: none;
}

.generic-el-funfact-wrapper .generic-funfact-icon {
  margin-bottom: 20px;
}
.generic-el-funfact-wrapper .generic-funfact-icon i {
  font-size: 45px;
}
.generic-el-funfact-wrapper .generic-funfact-number {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
.generic-el-funfact-wrapper .generic-funfact-title {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 26px;
  display: inline-block;
}
.generic-el-funfact-wrapper .generic-funfact-image {
  margin-bottom: 20px;
}
.generic-el-funfact-wrapper .generic-funfact-image img {
  width: 45px;
  height: auto;
}

.wpcf7 form > div, .wpcf7 form > p {
  margin-bottom: 0;
}

.generic-el-infobox-wrapper {
  text-align: center;
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 45px 25px 45px;
  transition: 0.3s;
  background: var(--clr-common-white);
  padding: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.generic-el-infobox-wrapper:hover {
  box-shadow: 0px 30px 60px rgba(10, 25, 87, 0.07);
  border-color: var(--clr-common-white);
}
.generic-el-infobox-wrapper .generic-infobox-icon {
  font-size: 50px;
  margin-bottom: 20px;
}
.generic-el-infobox-wrapper .generic-infobox-icon img {
  height: 50px;
  width: 50px;
}
.generic-el-infobox-wrapper .generic-infobox-title {
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 5px;
}
.generic-el-infobox-wrapper .generic-el-desc {
  margin-bottom: 25px;
}
.generic-el-infobox-wrapper .generic-info-box-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.generic-infobox-btn .generic-border-btn {
  border: 1px solid #efefef;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  height: 45px;
  line-height: 43px;
  padding: 0 26px;
  display: inline-block;
}
.generic-infobox-btn .generic-border-btn:hover {
  background: #592dee;
  border-color: #592dee;
  box-shadow: 0px 20px 25px rgba(32, 38, 201, 0.15);
  color: var(--clr-common-white);
}

/*# sourceMappingURL=generic-elements.css.map */
