@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --base-dark: #000000;
  --base-border-color: #1d1d1d;
  --base-skin: #6b5fcd;
  --base-gray: #f5f1ff;
  --base-white: #ffffff;
  --base-bodyfont-Size: 16px;
  --base-line-height: 26px;
  --base-bodyfont-color:#5f686f;
  --base-headingfont-color:#00133b;
  --base-bodyfont:"DM Sans";
  --base-headingfont: "halyard display","Plus Jakarta Sans", Tahoma, Geneva, sans-serif;
  --base-primary-color:#000000;
  --base-secondary-color:#091625;
  --base-blackfont-color:#091625;
  --base-first-gradientcolor: #6b5fcd;
  --base-second-gradientcolor: #c459cd;
  --base-gradient-color:linear-gradient(to right, rgb(107, 95, 205), rgb(196, 89, 205));
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
}
::selection {
  background-color: var(--base-skin);
}
.page {
  overflow-x: hidden !important;
  position: relative;
  caret-color: var(--base-skin);
}
body .site-main {
  position: relative;
  z-index: 1;
}
body .page.sidebar-true .site-main {
  padding: 0;
  background-color: var(--base-dark);
}

ul{
  margin: 0;
}

/* font style css */
@font-face {
  font-family: 'Halyard Display';
  src: url('../fonts/halyard-font/fonnts.com-Halyard_Display_Medium\(1\).woff2') format('woff2');
font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Halyard Display';
  src: url('../fonts/halyard-font/fonnts.com-Halyard_Display_Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
.font-halyard{
  font-family: var(--base-headingfont);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,#ffedf0
nav
 {
  display: block;
}
html,
body {
  overflow-x: hidden;
  padding: 0;
  scroll-behavior: smooth;
  font-display: swap;
  font-family: var(--base-bodyfont);
  font-weight: 400;
  font-size: var(--base-bodyfont-Size);
  line-height: var(--base-line-height);
  color: var(--base-bodyfont-color);
  margin: 0 !important;
  background-color:var(--base-white);background-position:0% 0%;background-size:auto;background-repeat:repeat;background-attachment:scroll;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
a,
button,
input {
  outline: none;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
iframe {
  width: 100%;
  border: none;
  display: block;
  border: none !important;
}
*::-moz-selection {
  background: var(--base-dark);
  color: var(--base-white);
  text-shadow: none;
}
::-moz-selection {
  background: var(--base-dark);
  color: var(--base-white);
  text-shadow: none;
}
::selection {
  background: var(--base-dark);
  color: var(--base-white);
  text-shadow: none;
}
input,
textarea,
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
font-family: inherit;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  vertical-align: middle;
  width: 100%;
  color: inherit;
  font-weight: 400;
  background-color: transparent;
  text-transform: inherit;
  font-size: 15px;
  outline: none;
  line-height: inherit;
}

input::placeholder {  white-space: nowrap;overflow: hidden;text-overflow: ellipsis; color: var(--base-bodyfont-color);opacity: 0.50;}
textarea::placeholder{  color: var(--base-bodyfont-color);opacity: 0.50;}

.border-color { color: var(--base-border-color); }
.bodyfont-color { color: var(--base-bodyfont-color); }
.headingfont-color { color: var(--base-headingfont-color); }
.bg-base-skin { background-color: var(--base-skin); }
.bg-base-dark { background-color: var(--base-dark); }
.bg-base-primary { background-color: rgb(9, 22, 37); }
.bg-base-white { background-color: var(--base-white); }
.bg-base-gray { background-color: var(--base-gray); }
.text-base-skin { color: var(--base-skin); }
.text-base-dark { color: var(--base-headingfont-color); }
.text-base-gray { color: var(--base-bodyfont-color) !important; }
.text-base-white { color: var(--base-white); }
.text-base-primary { color:var(--base-headingfont-color)}
.divider-color {color:#0000004D;}
.bg-base-skin> .prt-bg-layer { background-color: var(--base-skin); }
.bg-base-dark> .prt-bg-layer { background-color: var(--base-dark); }
.bg-base-primary> .prt-bg-layer { background-color: var(--base-bodyfont-color); }
.bg-base-white> .prt-bg-layer { background-color: var(--base-white); }
.bg-base-skin> .prt-bg-layer> .prt-col-wrapper-bg-layer-inner { background-color: var(--base-skin); }
.bg-base-dark> .prt-bg-layer> .prt-col-wrapper-bg-layer-inner { background-color: var(--base-dark); }
.bg-base-primary> .prt-bg-layer> .prt-col-wrapper-bg-layer-inner { background-color: var(--base-bodyfont-color); }
.bg-base-white> .prt-bg-layer> .prt-col-wrapper-bg-layer-inner { background-color: var(--base-white); }
.bg-base-skin> .prt-bg-layer> .prt-col-wrapper-bg-layer-inner { background-color: var(--base-gray); }


/* .text-base-white h1:not(.text-base-skin,
.text-base-dark),
.text-base-white h2:not(.text-base-skin,
.text-base-dark),
.text-base-white h3:not(.text-base-skin,
.text-base-dark),
.text-base-white h4:not(.text-base-skin,
.text-base-dark),
.text-base-white h5:not(.text-base-skin,
.text-base-dark),
.text-base-white h6:not(.text-base-skin,
.text-base-dark),
.text-base-white a:not(.text-base-skin,
.text-base-dark), */
.bg-base-dark h1,
.bg-base-dark h2,
.bg-base-dark h3,
.bg-base-dark h4,
.bg-base-dark h5,
.bg-base-dark h6 {
  color: var(--base-headingfont-color);
}
.bg-base-primary h1,
.bg-base-primary h2,
.bg-base-primary h3,
.bg-base-primary h4,
.bg-base-primary h5,
.bg-base-primary h6 {
  color: var(--base-white);
}
.bg-base-primary p,.bg-base-primary a{
 color: #FFFFFFB3;
}
.bg-base-dark .text-base-white a:not(.text-base-skin,
.text-base-dark) {
  color: var(--base-skin);
}
.bg-base-dark .section-title h3 {
  color: var(--base-white);
}
.bg-base-dark.text-base-white,
.bg-base-skin.text-base-white {
  color: var(--base-white);
}

.title-fonts {
  font-size: 88px;
  line-height: 100px;
  font-weight: 500 !important;
}
.big-fonts {
  font-size: 62px;
  line-height: 72px;
  font-weight: 500 !important;
}
.medium-fonts {
  font-size: 16px;
  line-height: 26px;
}
.bg-gray {
  background-color: var(--base-gray);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--base-headingfont), sans-serif;
  font-weight: 400;
  color: var(--base-headingfont-color);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.title-fonts,
.big-fonts {
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.button,
input[type="text"] input[type="button"],
input[type="reset"] {
  display: inline-block;
  text-decoration: none;
  background: transparent;
  padding: 10px 30px;
  cursor: pointer;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: var(--base-white);
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 200% 100%;
}

button:focus {
  box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: searchfield;
  outline: none;
  border-color: var(--base-skin);
  transition: all 0.3s ease-in-out;
}
input:focus,
textarea:focus {
  outline: none;
  border-color: var(--base-skin);
  transition: all 0.3s ease-in-out;
}
textarea:focus {
  outline: none !important;
  box-shadow: none;
}
.button-sm {
  color: #fff;
  font-size: 15px;
  padding: 0 10px;
  display: table-cell;
  position: absolute;
  text-align: center;
  top: 20px;
  left: 20px;
  min-width: fit-content;
  line-height: 25px;
  z-index: 5;
  min-height: auto;
  font-weight: 400;
  height: 26px;
  width: 55px;
  max-width: 55px;
  vertical-align: top;
  border-radius: 0;
  margin: 0;
  background-image: var(--base-button-color);
  text-transform: capitalize;
  margin-top: 0;
  
}
.button-transparent {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.15);
  text-transform: capitalize;
}
.button-transparent:hover {
  background-image: var(--base-button-color) !important;
  color: var(--base-white);
}
.button-hover-effect {
  padding: 10px 20px;
  background: transparent;
}
.button-hover-effect:hover {
  background: var(--base-button-color-hover);
  color: var(--base-white);
}
.button:hover {
  background-position: right center;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.title-text-color {
  color: var(--base-headingfont-color);
}
.container-fluid {
  max-width: 1905px;
  margin: 0px auto;
}
.container {
margin-left: auto;
  margin-right: auto;
  width: 100%;
 padding-left: calc(0.9375rem * 1);
 padding-right: calc(0.9375rem * 1);
 max-width: 1330px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-100 {
  margin-bottom: 100px;
}
.hover-text {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.hover-text-rounded {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.hover-text-rounded::after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 0;
  border: 1px solid var(--base-skin);
  border-radius: 40px;
  width: 10px;
  transition: width 0.4s ease, transform ease;
  margin-bottom: -2px;
}

a:hover .hover-text::after {
  left: 0;
  right: 0;
  opacity: 1;
  transition: right 0.5s ease, left 0.5s ease, opacity 0.5s ease;
}
.link-hover-effect {
  transition: color 0.3s ease, opacity 0.3s ease;
}
.link-hover-effect:hover {
  color: var(--base-skin);
  cursor: pointer;
}
.hover-link {
  color: var(--base-skin);
  transition: color 2s ease-in-out;
}
.spacing-1 {margin-left: 300px;}
.spacing-2 {padding-left: 300px;padding-right: 100px;}


.spacing-5 {padding-left: 100px;padding-right: 100px;margin-right: -30px;}
.p-10 {padding: 10px !important;}
.p-15 {padding: 15px !important;}
.p-20 {padding: 20px !important;}
.p-25 {padding: 25px !important;}
.p-30 {padding: 30px !important;}
.p-40 {padding: 40px !important;}
.p-45 {padding: 45px !important;}
.p-50 {padding: 50px !important;}
.p-60 {padding: 60px !important;}
.p-80 {padding: 80px !important;}
.p-100 {padding: 100px !important;}
.pr-0 {padding-right: 0 !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-25 {padding-right: 25px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-35 {padding-right: 35px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-45 {padding-right: 45px !important;}
.pr-50 {padding-right: 50px !important;}
.pr-55 {padding-right: 55px !important;}
.pr-60 {padding-right: 60px !important;}
.pr-65 {padding-right: 65px !important;}
.pr-70 {padding-right: 70px !important;}
.pr-75 {padding-right: 75px !important;}
.pr-80 {padding-right: 80px !important;}
.pr-85 {padding-right: 85px !important;}
.pr-90 {padding-right: 90px !important;}
.pr-95 {padding-right: 95px !important;}
.pr-100 {padding-right: 100px !important;}
.pr-250 {padding-right: 250px !important;}
.pl-0 {padding-left: 0px !important;}
.pl-2 {padding-left: 2px !important;}
.pl-3 {padding-left: 3px !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-25 {padding-left: 25px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-35 {padding-left: 35px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-45 {padding-left: 45px !important;}
.pl-50 {padding-left: 50px !important;}
.pl-55 {padding-left: 55px !important;}
.pl-60 {padding-left: 60px !important;}
.pl-65 {padding-left: 65px !important;}
.pl-70 {padding-left: 70px !important;}
.pl-75 {padding-left: 75px !important;}
.pl-80 {padding-left: 80px !important;}
.pl-85 {padding-left: 85px !important;}
.pl-90 {padding-left: 90px !important;}
.pl-95 {padding-left: 95px !important;}
.pl-100 {padding-left: 100px !important;}
.pl-110 {padding-left: 110px !important;}
.pl-125 {padding-left: 125px !important;}
.pl-200 {padding-left: 200px !important;}
.pt-0 {padding-top: 0px !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-23 {padding-top: 23px !important;}
.pt-25 {padding-top: 25px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-35 {padding-top: 35px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-45 {padding-top: 45px !important;}
.pt-50 {padding-top: 50px !important;}
.pt-55 {padding-top: 55px !important;}
.pt-60 {padding-top: 60px !important;}
.pt-65 {padding-top: 65px !important;}
.pt-70 {padding-top: 70px !important;}
.pt-75 {padding-top: 75px !important;}
.pt-80 {padding-top: 80px !important;}
.pt-90 {padding-top: 90px !important;}
.pt-100 {padding-top: 100px !important;}
.pt-120 {padding-top: 120px !important;}
.pt-130 {padding-top: 130px !important;}
.pt-140 {padding-top: 140px !important;}
.pt-150 {padding-top: 150px !important;}
.pt-160 {padding-top: 160px !important;}
.pt-170 {padding-top: 170px !important;}
.pt-180 {padding-top: 180px !important;}
.pt-190 {padding-top: 190px !important;}
.pt-200 {padding-top: 200px !important;}
.pt-245 {padding-top: 245px !important;}
.pt-350 {padding-top: 350px !important;}
.pb-0 {padding-bottom: 0px !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-25 {padding-bottom: 25px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-35 {padding-bottom: 35px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-45 {padding-bottom: 45px !important;}
.pb-50 {padding-bottom: 50px !important;}
.pb-55 {padding-bottom: 55px !important;}
.pb-60 {padding-bottom: 60px !important;}
.pb-65 {padding-bottom: 65px !important;}
.pb-70 {padding-bottom: 70px !important;}
.pb-75 {padding-bottom: 75px !important;}
.pb-80 {padding-bottom: 80px !important;}
.pb-85 {padding-bottom: 85px !important;}
.pb-90 {padding-bottom: 90px !important;}
.pb-95 {padding-bottom: 95px !important;}
.pb-100 {padding-bottom: 100px !important;}
.pb-120 {padding-bottom: 120px !important;}
.pb-130 {padding-bottom: 130px !important;}
.pb-140 {padding-bottom: 140px !important;}
.pb-150 {padding-bottom: 150px !important;}
.pb-160 {padding-bottom: 160px !important;}
.pb-170 {padding-bottom: 170px !important;}
.pb-180 {padding-bottom: 180px !important;}
.pb-190 {padding-bottom: 190px !important;}
.pb-200 {padding-bottom: 200px !important;}
.pb-280 {padding-bottom: 280px !important;}

.mt-0 {margin-top: 0px !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-12 {margin-top: 12px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-35 {margin-top: 35px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-45 {margin-top: 45px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-65 {margin-top: 65px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100 {margin-top: 100px !important;}
.mt-120 {margin-top: 120px !important;}
.mt-130 {margin-top: 130px !important;}
.mt-140 {margin-top: 140px !important;}
.mt-150 {margin-top: 150px !important;}
.mt-160 {margin-top: 160px !important;}
.mt-470 {margin-top: 470px !important;}
.mt_5 {margin-top: -5px !important;}
.mt_10 {margin-top: -10px !important;}
.mt_15 {margin-top: -15px !important;}
.mt_20 {margin-top: -20px !important;}
.mt_25 {margin-top: -25px !important;}
.mt_30 {margin-top: -30px !important;}
.mt_35 {margin-top: -35px !important;}
.mt_40 {margin-top: -40px !important;}
.mt_50 {margin-top: -50px !important;}
.mt_55 {margin-top: -55px !important;}
.mt_60 {margin-top: -60px !important;}
.mt_65 {margin-top: -65px !important;}
.mt_70 {margin-top: -70px !important;}
.mt_75 {margin-top: -75px !important;}
.mt_80 {margin-top: -80px !important;}
.mt_90 {margin-top: -90px !important;}
.mt_100 {margin-top: -100px !important;}
.mt_105 {margin-top: -105px !important;}
.mt_110 {margin-top: -110px !important;}
.mt_120 {margin-top: -120px !important;}
.mt_130 {margin-top: -130px !important;}
.mt_140 {margin-top: -140px !important;}
.mt_150 {margin-top: -150px !important;}
.mt_160 {margin-top: -160px !important;}
.mt_170 {margin-top: -170px !important;}
.mt_180 {margin-top: -180px !important;}
.mt_190 {margin-top: -190px !important;}
.mt_200 {margin-top: -200px !important;}
.mt_210 {margin-top: -210px !important;}
.mt_220 {margin-top: -220px !important;}
.mt_230 {margin-top: -230px !important;}
.mt_240 {margin-top: -240px !important;}
.mt_250 {margin-top: -250px !important;}
.mt_260 {margin-top: -260px !important;}
.mt_270 {margin-top: -270px !important;}
.mt_280 {margin-top: -280px !important;}
.mt_300 {margin-top: -300px !important;}
.mt_310 {margin-top: -310px !important;}
.mt_320 {margin-top: -320px !important;}
.mt_332 {margin-top: -332px !important;}
.mt_340 {margin-top: -340px !important;}
.mt_360 {margin-top: -360px !important;}
.mt_380 {margin-top: -380px !important;}
.mb-0 {margin-bottom: 0px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-9 {margin-bottom: 9px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-12 {margin-bottom: 12px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-35 {margin-bottom: 35px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-45 {margin-bottom: 45px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-55 {margin-bottom: 55px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-65 {margin-bottom: 65px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}
.mb-110 {margin-bottom: 110px !important;}
.mb-120 {margin-bottom: 120px !important;}
.mb-130 {margin-bottom: 130px !important;}
.mb-140 {margin-bottom: 140px !important;}
.mb-150 {margin-bottom: 150px !important;}
.mb-160 {margin-bottom: 160px !important;}
.mb-170 {margin-bottom: 170px !important;}
.mb-180 {margin-bottom: 180px !important;}
.mb-190 {margin-bottom: 190px !important;}
.mb-200 {margin-bottom: 200px !important;}
.mb_5 {margin-bottom: -5px !important;}
.mb_10 {margin-bottom: -10px !important;}
.mb_12 {margin-bottom: -12px !important;}
.mb_15 {margin-bottom: -15px !important;}
.mb_20 {margin-bottom: -20px !important;}
.mb_25 {margin-bottom: -25px !important;}
.mb_30 {margin-bottom: -30px !important;}
.mb_35 {margin-bottom: -35px !important;}
.mb_40 {margin-bottom: -40px !important;}
.mb_45 {margin-bottom: -45px !important;}
.mb_50 {margin-bottom: -50px !important;}
.mb_55 {margin-bottom: -55px !important;}
.mb_60 {margin-bottom: -60px !important;}
.mb_70 {margin-bottom: -70px !important;}
.mb_80 {margin-bottom: -80px !important;}
.mb_90 {margin-bottom: -90px !important;}
.mb_100 {margin-bottom: -100px !important;}
.mb_120 {margin-bottom: -120px !important;}
.mb_140 {margin-bottom: -140px !important;}

.ml-0 {margin-left: 0px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-50 {margin-left: 50px !important;}
.ml-60 {margin-left: 60px !important;}
.ml-70 {margin-left: 70px !important;}
.ml-80 {margin-left: 80px !important;}
.ml-90 {margin-left: 90px !important;}
.ml-100 {margin-left: 100px !important;}
.ml-110 {margin-left: 110px !important;}
.ml-120 {margin-left: 120px !important;}
.ml-130 {margin-left: 130px !important;}
.ml-140 {margin-left: 140px !important;}
.ml-150 {margin-left: 150px !important;}
.ml-160 {margin-left: 160px !important;}
.ml-170 {margin-left: 170px !important;}
.ml-180 {margin-left: 180px !important;}
.ml-190 {margin-left: 190px !important;}
.ml-200 {margin-left: 200px !important;}
.ml_10 {margin-left: -10px !important;}
.ml_15 {margin-left: -15px !important;}
.ml_20 {margin-left: -20px !important;}
.ml_25 {margin-left: -25px !important;}
.ml_30 {margin-left: -30px !important;}
.ml_35 {margin-left: -35px !important;}
.ml_40 {margin-left: -40px !important;}
.ml_50 {margin-left: -50px !important;}
.ml_60 {margin-left: -60px !important;}
.ml_70 {margin-left: -70px !important;}
.ml_80 {margin-left: -80px !important;}
.ml_90 {margin-left: -90px !important;}
.ml_100 {margin-left: -100px !important;}
.ml_110 {margin-left: -110px !important;}
.ml_120 {margin-left: -120px !important;}
.ml_130 {margin-left: -130px !important;}
.ml_140 {margin-left: -140px !important;}
.ml_150 {margin-left: -150px !important;}
.ml_160 {margin-left: -160px !important;}
.ml_180 {margin-left: -180px !important;}
.ml_200 {margin-left: -200px !important;}
.ml_210 {margin-left: -210px !important;}
.ml_220 {margin-left: -220px !important;}
.ml_240 {margin-left: -240px !important;}
.ml_260 {margin-left: -260px !important;}
.ml_280 {margin-left: -280px !important;}
.ml_300 {margin-left: -300px !important;}

.mr-0 {margin-right: 0px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-25 {margin-right: 25px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-35 {margin-right: 35px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-50 {margin-right: 50px !important;}
.mr-60 {margin-right: 60px !important;}
.mr-70 {margin-right: 70px !important;}
.mr-80 {margin-right: 80px !important;}
.mr-90 {margin-right: 90px !important;}
.mr-100 {margin-right: 100px !important;}
.mr-110 {margin-right: 110px !important;}
.mr-120 {margin-right: 120px !important;}
.mr-130 {margin-right: 130px !important;}
.mr-140 {margin-right: 140px !important;}
.mr-150 {margin-right: 150px !important;}
.mr-160 {margin-right: 160px !important;}
.mr-170 {margin-right: 170px !important;}
.mr-180 {margin-right: 180px !important;}
.mr-190 {margin-right: 190px !important;}
.mr-200 {margin-right: 200px !important;}
.mr_10 {margin-right: -10px !important;}
.mr_15 {margin-right: -15px !important;}
.mr_20 {margin-right: -20px !important;}
.mr_25 {margin-right: -25px !important;}
.mr_30 {margin-right: -30px !important;}
.mr_35 {margin-right: -35px !important;}
.mr_40 {margin-right: -40px !important;}
.mr_50 {margin-right: -50px !important;}
.mr_60 {margin-right: -60px !important;}
.mr_70 {margin-right: -70px !important;}
.mr_80 {margin-right: -80px !important;}
.mr_90 {margin-right: -90px !important;}
.mr_100 {margin-right: -100px !important;}
.mr_130 {margin-right: -130px !important;}
.mr_140 {margin-right: -140px !important;}
.mr_150 {margin-right: -150px !important;}
.mr_160 {margin-right: -160px !important;}
.mr_180 {margin-right: -180px !important;}
.mr_200 {margin-right: -200px !important;}
.mr_210 {margin-right: -210px !important;}
.mr_220 {margin-right: -220px !important;}
.mr_240 {margin-right: -240px !important;}
.mr_260 {margin-right: -260px !important;}
.mr_280 {margin-right: -280px !important;}
.mr_300 {margin-right: -300px !important;}

.gap-26 {gap:26px !important}
.gap-30 {gap:30px !important}
.gap-40 {gap:40px !important}
.gap-50 {gap:50px !important}
.gap-60 {gap:60px !important}
.gap-70 {gap:70px !important}


label {font-size: 14px;}
.lh-base {line-height: 20px !important;}
.fw-400 {font-weight: 400 !important;}
.fw-500 {font-weight: 500 !important;}
.fw-600 {font-weight: 600 !important;}
.fw-700 {font-weight: 700 !important;}
.box-shadow {box-shadow: 0 0 9px 0 rgba(29,33,67,0.1);}
.box-shadow_1 {box-shadow: 0 0 10px 0 rgba(2,20,47,0.08);}
.border_1 {border: 1px solid var(--base-border-color);}
.border-rounded {border-radius: 50%;}
.overlay-opacity-box {background: rgba(255,255,255,0.8); padding: 70px 0; opacity: 1;}
.border-rad_5 {border-radius: 5px;}
.border-rad_10 {border-radius: 10px !important;}
.border-rad_20 {border-radius: 20px;}
.border-rad_15 {border-radius: 15px;}
.border-rad_30 {border-radius: 30px;}
.border-rad_50 {border-radius: 50px;}
.border-tl-rad_5 {border-top-left-radius: 30px;}
.border-tr-rad_5 {border-top-right-radius: 30px;}
.border-br-rad_5 {border-bottom-right-radius: 30px;}
.border-bl-rad_5 {border-bottom-left-radius: 30px;}


/* social icons css */
.social-icons {
  list-style:none;
  margin:0;
  padding:0;
  font-size:14px;
  line-height: 29px;
  padding-top:0;
  padding-bottom:0
}
.social-icons li {
  display:inline-block !important;
  padding-left:0;
  min-width:23px;
  border:none
}
.social-icons li>a {
  width:fit-content;
  height:fit-content;
  border-radius:var(--prt-button-shape);
  border:0 solid transparent !important;
  text-align:center;
  display: inline-block;
  background-color:transparent;
  font-size:14px;
  color:inherit;
  margin-right:5px;
  position: relative;
}
.social-icons li:last-child>a {
  margin-right:0px;
}
.social-icons li> a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color:var(--base-skin);
  transition: transform 0.25s ease-out;
  transform-origin: bottom right;
}

.social-icons li> a:hover::after {
  transform: scaleX(1);
  opacity: 1;
  transform-origin: bottom left;
}

/* checkbox css start */
.checkbox {
  position: relative;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}
.checkbox::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid var(--base-border-color);
  transition: all 0.3s ease;
}
.checkbox:checked {
  border-color: var(--base-skin);
}
.checkbox:checked::after {
  content: "✔";
  position: absolute;
  top: 0px;
  left: 3px;
  font-size: 12px;
  color: var(--base-skin);
  font-weight: bold;
  opacity: 0.7;
}

/* image revel animation css */
 .image-reveal-style1 {
  visibility: hidden;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
 .image-reveal-style1 img {
  object-fit: cover;
}
.image-reveal-style2 {
  visibility: hidden;
  opacity: 0;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.image-reveal-style2 img {
  object-fit: cover;
}


/* common css end  */


/* ===============================================
    Home page css start
------------------------*/
/* text animation */
  .hero-section  h1 {
  color: var(--base-headingfont-color);
  font-weight: 400;
  }

  .hero-section .heading-section span{
  background-image: linear-gradient(to right, #6b5fcd, #c459cd );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 10px;
  }

  .hero-section .sub-heading{
  background: var(--base-white);
  border-radius: 8px;
  padding: 7px 15px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #091625;
  }
.hero-section .aitext-form-section{
  background-color: var(--base-white);
}
.hero-section .aitext-form-section .aitext-form input[type="text"]{
  background-color: var(--base-gray);
  border-radius: 10px;
  border: 0;
  padding: 15px 18px;
}
.hero-section .icon-list-section ul li::after{
  content: "";
  border-color: #C2C2C2;
width: auto;
  left: auto;
  right: auto;
  position: relative;
  height: 100%;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  right: calc(-30px/2);
}
.hero-section .icon-list-section ul li:last-child::after{
display: none;
}
.hero-section .icon-list-section ul li{
margin-right: calc(30px/2);
  margin-left: calc(30px/2);
}

/* Home page -  sec 2 - feature-section css start */
.feature-section .feature-content-left img{box-shadow: 0px 4px 24px 0px rgba(9, 22.000000000000007, 37, 0.24);vertical-align: middle;display: inline-block;}

/* Home page - service section css start */
.service-section-main .slick-slide{
  margin: 0px 15px;
}

/* home page - gallery section css start */
.gallery-section {
    position: relative;
}
.gallery-section .featured-imagebox-portfolio.style1 {
    position: absolute !important;
    transition: all 0.3s ease;
} 

/* Home page -  sec 6 - feature-content css start */
.feature-content .prt_single_image-wrapper{ border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF1A;}

.feature-content ul li .feature-content-list{padding-left: 15px;}
.feature-content ul.icon-list-items {
  display: inline-flex;
  border: 1px solid rgba(255,255,255,0.20);
  padding: 10px 25px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.040);
}
.feature-content .icon-list-item{display: inline-flex;}
.feature-content .icon-list-text{align-self: center;padding-inline-start: 12px;}
.feature-content .icon-list-icon {display: flex;align-items: center;}


/* ===============================================
  about us page css start
------------------------*/
/* about us page - testimonial section css start */
.testimonial-section .slick-slide{
  margin: 0px 15px;
}
.testimonial-section .slider-container{
  margin-left: -15px;
  margin-right: 15px;
}
.team-section-1 .slick-slide{margin: 0px 15px;}
.team-section-1 .slick-slider{margin: 0px -15px;}


/* ===============================================
    contact page css start
------------------------*/
/* contact page - form section css start */
.contact-form { caret-color: var(--base-primary-color);}
.contact-form input::placeholder{  color: rgba(95 ,104, 111, 0.99);;font-size: 16px;}
.contact-form input{ color:  rgba(95 ,104, 111, 0.99);font-size: 16px;line-height: 26px;}
.contact-form textarea::placeholder{ color : rgba(95 ,104, 111, 0.99);;font-size: 16px;}
.contact-form textarea{ color:  rgba(95 ,104, 111, 0.99);font-size: 16px;line-height: 26px;}
/* contact page - form section css end */


/* ===============================================
   pricing table css start
------------------------*/
.prt-ptable-cols {border: 1px;}
.prt-pricetable-column{border-right: 1px;}
.featured-ptables {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.prt-ptablebox .featured-ptable-main {
       display: block;
    position: relative;
    background-color: #fff;
}
.prt-ptablebox .prt-ptablebox-content {
    transition: all 0.3s ease;
}
.prt-ptablebox .prt-ptablebox-title {
     padding-bottom: 0px;
}
.prt-ptablebox .prt-ptable-icon-wrapper {
    font-size: 30px;
    padding-top: 30px;
}
.prt-ptablebox .prt-ptable-icon-wrapper.prt-ptable-icon-type-image {
    padding-top: 0px;
}
.prt-ptablebox .prt-ptable-icon-type-image img {
    width: 100%;    
}
.prt-ptablebox-frequency, .prt-ptablebox .prt-ptablebox-cur-symbol {
    display: inline-block;
    font-size: 34px;
}
.prt-ptablebox-frequency, .prt-ptablebox .prt-ptablebox-cur-symbol, .prt-ptablebox-price { color: var(--base-headingfont-color);font-size: 44px;line-height: 55px;font-weight: 600;}

.prt-ptablebox .prt-ptablebox-price {
    line-height: 60px;
    font-weight: 600;
    display: inline-block;
}
.prt-ptablebox .prt-ptablebox-frequency {
    position: relative;
}
.prt-currency-before .prt-ptablebox-price {
    padding-left: 18px
}
.prt-currency-after .prt-ptablebox-price {
    margin-left: -3px;
}
.prt-ptablebox-features .prt-feature-lines {
    list-style-type: none;
    margin: 0;
}
.prt-ptablebox-features .prt-feature-lines li {
    padding: 7px 0 4px 0px;
    margin: 0;
 }
 .prt-ptablebox-features .prt-feature-lines li:last-child {
    padding: 7px 0 0px 0px;
 }
.prt-ptablebox-features .prt-feature-lines li i {
    margin-right: 10px;
}
.prt-ptablebox .prt-ptablebox-title h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 9px;
}
.prt-ptablebox .prt-ptablebox-desc {
    padding: 0;
}
.prt-ptablebox .prt-ptablebox-features {
    position: relative;
    padding: 16px 0px 0px;
}
.prt-pricetable-column .prt-featured-title {
    position: absolute;
    top: -35px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 5px 15px;
    background-color: #1a1d22;
}
.prt-ptablebox .prt-ptable-btn {
    display: block;
    margin-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;    
}
.prt-ptablebox .prt-ptable-btn a {
    position: relative;
    padding: 14px 30px;
}
.prt-ptablebox .prt-ptable-btn a.prt-btn-color-transparent{ border: 2px solid var(--base-blackfont-color);}
.widget-tm_ptable_element .prt-element-heading-content-wrapper {
    margin-bottom: 35px;
}
.prt-cta3-content-wrapper p{margin: 0px 0px 15px;}
.prt-ptablebox-features .prt-feature-lines li i{margin-right: 5px;margin-left: -3px;margin-top: 3px;}


/* ===============================================
 portfolio page css start
------------------------*/
.portfolion-section-main img{height:unset;max-width: unset;}


/* ===============================================
 portfolio-detail page css start
------------------------*/
.pf-single-content-wrapper .portfolio-description .container {
  width:auto
}
.pf-view-left-image .portfolio-description .pf-detailbox-title {
  display:none
}
.pf-view-left-image .pf-single-content-area {
  margin-top:35px
}
.portfolio-description h2 {
  margin-bottom:0;
  font-size:34px;
  line-height:40px
}
.portfolio-description .pf-detailbox-title {
  margin-bottom:15px
}
.pf-single-content-wrapper.pf-view-full .portfolio-description .pf-detailbox-title {
  display:none
}
.pf-single-content-wrapper.pf-view-top-image .pf-top-content {
  position:relative
}
.pf-single-content-wrapper.pf-view-top-image .pf-single-details-area {
  position:absolute;
  right:25px;
  bottom:-40px;
  z-index:2
}
.pf-detailbox-inner {
  padding:0;
  margin-top:0;
  overflow:hidden
}
.pf-detailbox-inner .pf-detailbox-title {
  margin-top:20px
}
.pf-detailbox-list .pf-details-date:last-child {
  border-bottom:none
}
.pf-single-detail-box .short-desc {
  padding-bottom:25px;
  border-bottom:1px solid #e8e8e830;
  margin-bottom:22px
}
.pf-detailbox-list .pf-details-date .pf-left-details {
  font-size:18px;
  line-height:28px;
  /* color:var(--body-fonts-color) */
}
.layout-style1 .pf-detailbox-list .pf-details-date .pf-right-details {
  font-size:20px;
  line-height:30px
}
.pf-view-top-image .pf-single-content-area {
  padding-top:38px
}
.pf-single-content-wrapper.pf-view-top-image .pf-single-detail-box {
  margin-top:15px
}

.pf-detailbox-list .pf-details-date {
  position:relative;
  display:inline-block;
  padding:0px 0 20px;
  width:23%;
  vertical-align:text-top
}
.pf-detailbox-list .pf-details-date:last-child {
  border-bottom:none
}


/* ===============================================
   Blog page css start
------------------------*/
/* Target the first image */
.blog-section-wrapper> div .prt-post-featured-link-wrapper{ 
  background-size: cover;
  background-repeat: no-repeat;
  background-size:cover;
 }

.blog-section-wrapper> div:nth-of-type(1) .prt-post-featured-link-wrapper {
  background-image:url('../images/blog-images/blog-img-1.jpg');
}
.blog-section-wrapper> div:nth-of-type(2) .prt-post-featured-link-wrapper {
  background-image:url('../images/blog-images/blog-img-2.jpg');
}
.blog-section-wrapper> div:nth-of-type(3) .prt-post-featured-link-wrapper {
  background-image:url('../images/blog-images/blog-img-3.jpg');
}
.blog-section-wrapper> div:nth-of-type(4) .prt-post-featured-link-wrapper {
  background-image:url('../images/blog-images/blog-img-4.jpg');
}


/* ===============================================
   Blog-detail page css start
------------------------*/
.blog-summary-section-main blockquote::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  display: block;
  right: 0;
  margin: auto;
  font-style: normal;
  text-align: center;
  z-index: -1;
  -webkit-mask: unset;
    mask-size: unset;
  mask-size: cover;
  height: 100%;
  width: 100%;
  background-image: url('../images/bg-images/bg-img-10.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
  border-radius: 15px;
  opacity: .3;
}
.blog-summary-section-main blockquote {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
}
 .blog-summary-section-main blockquote::after {
  position: absolute;
  content: "";
  left: 60px;
  top: 30px;
  height: calc(100% - 61px);
  width: 2px;
  background-color: #fff;
}
 .blog-summary-section-main blockquote {
  background-color: transparent;
  padding: 32px 40px 34px 92px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  border-radius: 15px;
  z-index: 11;
  border: 1px solid transparent;
  background-image:linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(to right, rgb(226, 27, 147), rgb(50, 166, 250));
  background-clip: padding-box,border-box;
  background-size: 110% auto;
  background-origin: border-box;
}

.blog-detail-main .blogbox-sharebox .social-share a:hover{color: var(--base-white);transition: .5s;}
.blog-detail-main .sidebar-left .mailchimp-inputbox input{border-radius: 0px;
  padding: 14px 20px 14px 50px;
  border: 1px solid #CED8EE;
  margin-bottom: 0;
  color: var(--body-blackfont-color);}
.blog-detail-main .blockquote .blockquote-text {font-family: var(--base-headingfont);}
.blog-detail-main .sidebar-left .mailchimp-inputbox input{color: #000;}
.comment-section  input::placeholder {
color: var(--base-blackfont-color);
opacity: .35;
}
.comment-section  input:focus::placeholder {
     color: var(--base-blackfont-color);
     opacity: .30;
     outline: none !important;
}
.comment-section  textarea::placeholder {
  color: var(--base-blackfont-color);
  opacity: .35;
}
.comment-section  textarea:focus::placeholder {
  opacity: .35;
  opacity: .30;
  outline: none !important;
}

/* ===============================================
  faq page css start
------------------------*/
.faq-item-overlay-text {
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 11;
}
.faq-item::after {
  content: '';
  background: linear-gradient(0deg,#000 10%,transparent 80%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 1;
}
.faq-item:hover::after {
  background: linear-gradient(0deg,#000 0%,transparent 80%);
  transition: .5s;
  top: 70px;
}
.faq-intro-section .faq-item {
  overflow: hidden;
}
.faq-heading {
  padding-top: 165px;
}
.faq-intro-section .faq-item img{
  overflow: hidden !important;
}


/* ===============================================
  Footer css start
------------------------*/
.footer .site-footer{position: relative;}
.footer .bottom-footer-left ,.footer  .bottom-footer-right{padding: 20px 0px 15px 0px;}
.footer .social-icons li:not(:last-child) {
  padding-right: 5px;
}
.footer .social-icons li {
  width: auto;
  height: auto;
  padding-left: 15px;
}
.social-icons li {
  display: inline-block !important;
  padding-left: 0;
  min-width: 23px;
  border: none;
}
.footer .widget-title{font-size:20px ;line-height: 36px;margin-bottom: 18px;}
.footer .widget ul> li {padding: 0px 0px 10px 0;}
.footer .widget ul > li:last-child {padding: 0px 0px 0px 0;}
.footer .second-widget-area p{padding-bottom: 15px;}
.footer .second-widget-area .prt-contactinfo p:last-child{padding-bottom: 0px;}
.footer .footer-contact-content {background-color: #0B1C2F;border: 1px solid rgba(255 , 255 , 255 , 0.10);border-radius: 0px; padding: 30px 24px 45px; text-align: center;}
.footer .footer-contact-content h4 {font-size: 18px;line-height: 28px;font-weight: 400;margin-bottom: 15px;}
.footer .client-section-wrapper .client-section img{width: 120px;}
.footer .client-section-wrapper{margin-right: -115px;}
.footer .second-footer .container-for-footer{padding: 60px 0px 55px;}
.footer .widget ul> li a{
  width:fit-content;
  height:fit-content;
  position: relative;
}
.footer .widget ul> li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color:var(--base-skin);
  transition: transform 0.25s ease-out;
  transform-origin: bottom right;
}

.footer .widget ul> li a:hover::after {
  transform: scaleX(1);
  opacity: 1;
  transform-origin: bottom left;
}
.footer .bottom-footer-left, .footer .bottom-footer-right .social-icons li a{color:  #FFFFFFB3;}
.footer .bottom-footer-left a:hover{color: var(--base-white);transition: .5s;}
.footer .bottom-footer-left {font-size: 14px;font-weight: 400;}
.footer  .social-icons li::after {
  position: absolute;
  content: "|";
  padding-left: 7px;
  color: rgb(255 255 255 / 70%);
}
.footer  .social-icons li:last-child:after {
display: none
}