body {
  color: #777777;
  line-height: 1.5;
  font-family: 'Anek Latin', sans-serif;
  font-size: 15px;
  font-weight: 400;
  background: #FEFEFF;
}

ul {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Anek Latin', sans-serif;
  font-weight: 600;
  color: #1E1E1E;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #6C66E4;
}

a {
  list-style-type: none;
  color: #777777;
  text-decoration: none;
}

.fs11 {
  font-size: 11px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs25 {
  font-size: 25px;
}

.fs30 {
  font-size: 30px;
}

.fs32 {
  font-size: 32px;
}

.fs35 {
  font-size: 35px;
}

.fs40 {
  font-size: 40px;
}

.fs50 {
  font-size: 50px;
}

.fs60 {
  font-size: 60px;
}

.fs70 {
  font-size: 70px;
}

.fs80 {
  font-size: 80px;
}

.fs90 {
  font-size: 90px;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-blue {
  color: #6C66E4 !important;
}

.color-grey {
  color: #515151 !important;
}

.bg-white {
  background: #fff;
}

.bg-black {
  background: #1E1E1E;
}

.bg-lightgrey {
  background: #FAFAFA;
}

/* *********************  Btn One Style  ********************** */

.t-btn-one {
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  background: #6C66E4;
  color: #fff;
  transition: ease 0.4s;
  border: 1px solid transparent;
  text-align: center;
  padding: 10px 25px;
  display: inline-block;
}

.t-btn-one:hover {
  background: none;
  color: #6C66E4 !important;
  border: 1px solid #6C66E4;
}

.normal-btn {
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  background: none;
  color: #6C66E4;
  transition: ease 0.4s;
  border: 1px solid #6C66E4;
  text-align: center;
  padding: 10px 25px;
  display: inline-block;
}

.normal-btn:hover {
  background: #6C66E4;
  color: #fff !important;
  border: 1px solid transparent;
}

/* *********************  Btn One Style End ********************** */

.head-div h2 {
  font-size: 40px;
  position: relative;
  margin-bottom: 10px;
}

.head-div h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #515151;
  font-weight: 500;
}


/* ************************** Main Header Css **************************** */

.header ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #1E1E1E;
}

.dd-cont {
    color: #000000;
}



.header ul.navbar-nav li a {
  padding: 0 25px !important;
}

/*.header ul.navbar-nav li a {*/
/*    color: #ffff !important;*/
/*}*/

nav ul li a:hover,
nav ul li a.active,
nav ul li a:focus {
  color: #6C66E4 !important;
}

.header ul.dropdown-menu li {
    left: -280px;
    top: 40px;
}

.header ul.dropdown-menu li {
    display: block;
}

.header ul.dropdown-menu li a.dropdown-item .dd-div {
    display: inline-flex;
    align-items: center;
    margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    column-count: 2;
    left: -254px;
    padding: 20px 0 !important;
}
.header ul.dropdown-menu li a.dropdown-item .dd-div .dd-cont p {
    margin-bottom: 0;
    font-weight: 300 !important;
    font-size: 16px;
}

.header ul.dropdown-menu li a.dropdown-item .dd-div img {
    margin-right: 10px;
}

.header ul.navbar-nav li a.dropdown-item {
    background: none;
    transition: ease 0.4s;
}

/* ************************** Main Header Css End **************************** */


/* ************************** Banner Css **************************** */

.banner-div {
  padding: 120px 0 100px;
}

.inner-banner img {
    width: 100%;
}

.banner-div .row {
    justify-content: space-between;
}

.banner-div .banner-img-div img {
    width: 100%;
}

.banner-div:before {
  position: absolute;
  content: '';
  width: 410px;
  height: 310px;
  background: url(../img/banner-before.png);
  left: 0;
  top: 0;
}

.exp-div {
  background: url(../img/exp-bg.png) no-repeat;
  background-size: 100%;
  border-radius: 10px;
  position: absolute;
  left: -85px;
  bottom: 20px;
  padding: 15px 20px;
}


/* ************************** Banner Css End **************************** */

/* ************************** Success Css **************************** */

.success-img:after {
  position: absolute;
  content: '';
  width: 242px;
  height: 198px;
  background: url(../img/success-after.png);
  right: -30px;
  bottom: -30px;
  z-index: -1;
}

/* ************************** Success Css End **************************** */

/* ************************** Services Css **************************** */

.service:after{
  position: absolute;
  content: '';
  width: 469px;
  height: 268px;
  background: url(../img/services-aftrer.png);
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

/* ************************** Services Css End **************************** */

/* ************************** Price Css **************************** */

.pkg-box {
  border-radius: 5px;
  border: 1px solid #dedede;
  background: #fff;
  padding: 40px 40px;
  transition: ease 0.4s;
}

.pkg-box:hover .pkg-body .t-btn {
  background: #6C66E4;
  color: white !important;
}
.pkg-box:hover {
  transform: scale(1.03);
  box-shadow: 0px 0px 30px #e9e9e9;
}
.pkg-head h5 {
  font-size: 30px;
  font-weight: 600;
  color: #6C66E4;
}
.pkg-head p {
  color: #3d3d3d;
  font-size: 18px;
  margin: 10px 0 10px;
}
.pkg-head h1 {
  color: #333232;
  font-size: 55px;
  font-weight: 700;
  margin: 0 0 25px;
}
.pkg-head h1 del {
  font-size: 30px;
}

.pkg-head span {
  background: rgba(254, 129, 106, 0.2);
  margin: 0px auto 0;
  padding: 12px 15px;
  font-size: 12px;
  color: #6C66E4;
  font-weight: 400;
  border-radius: 5px;
}
.pkg-body li {
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.pkg-body li span {
  color: #333232;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.pkg-body li p {
  color: #5f5f5f;
  font-size: 14px;
  margin: 0;
}
.pkg-body li i {
  background: #6C66E4;
  border-radius: 50px;
  color: white;
  font-size: 10px;
  padding: 5px;
}

.pkg-body ul {
  margin-top: 50px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: 250px;
}
.pkg-body ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.pkg-body ul::-webkit-scrollbar-thumb {
  background: #6C66E4;
}
.pkg-body ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #bdbdbd;
  background-color: #fff;
}
.pkg-body a {
  width: 100%;
  margin-top: 40px;
}
.pkg-sec .text {
  margin: 0 0 50px;
}
/* ************************** Price Css End **************************** */


/* ************************** Testimonial Css **************************** */

.testi-sec {
  position: relative;
  z-index: 1;
}

.test-slider .slick-arrow {
  position: absolute;
  right: -60px !important;
  width: 52px !important;
  top: 45%;
  z-index: 9;
  background: transparent;
  border: none;
  font-size: 25px;
  color: #ffc0b4;
}

.next {
  left: -60px !important;
}

.test-box h3 {
  color: #6C66E4;
  font-size: 20px;
  margin: 0;
}

.test-box h3 p {
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0 0;
}

.testi-box {
  border-radius: 5px;
  background: #FAFAFA;
  padding: 0 0 0 25px;
}

.testi-box p {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1.7;
  margin: 30px 0 30px;
}

.test-box img {
  width: 100%;
}

.testi-sec .text {
  margin-bottom: 50px;
}

.test-slider ul.slick-dots {
  margin-top: 25px;
}

.test-slider ul.slick-dots li button {
  border: none;
  margin-left: 15px;
  visibility: hidden;
  position: relative;
  padding: 0px 5px 0 5px;
}

.test-slider ul.slick-dots li:first-child button {
  margin-left: 0;
}

.test-slider ul.slick-dots li button:after {
  background: #DEDEDE;
  border-radius: 25px;
  width: 12px;
  height: 12px;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  visibility: visible;
  bottom: 0;
  margin: auto 0;
}

.test-slider ul.slick-dots li.slick-active button:after {
  width: 18px;
  height: 18px;
  background: #6C66E4;
}

.testi-sec:before {
  position: absolute;
  content: '';
  width: 343px;
  height: 230px;
  background: url(../img/testi-before.png);
  left: -200px;
  bottom: 100px;
}

/* ************************** Testimonial Css End **************************** */

/* ************************** FAQS Css **************************** */

.faq-sec button.accordion {
  cursor: pointer;
  padding: 22px 20px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-weight: 600;
  border-radius: 3px;
  background: transparent;
  border: none;
  color: #333232;
  font-size: 16px;
}

.faq-sec button.accordion.active,
button.accordion:hover {
  background: WHITE;
}

.faq-sec button.accordion:after {
  content: "\f078";
  color: #697082;
  font-weight: bold;
  float: right;
  font-family: "FontAwesome";
  margin-left: 5px;
  font-size: 15px;
}

.faq-sec button.accordion.active:after {
  content: "\f077";
  color: #6C66E4;
}

div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faq-sec {
  padding: 0px 0 90px;
}

.top-gap {
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: transparent;
}

.faq-sec .col-lg-8 .top-gap:last-child {
  margin-bottom: 0;
}

.panel P {
  color: #536976;
  font-size: 14px;
  max-width: 80%;
}

.faq-sec .boxs {
  padding: 0px 30px 40px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.div-alg {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 20px;
}

.faq-sec .div-alg a {
    color: #333232 !important;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.div-alg p {
  color: #6C66E4;
  font-size: 12px !important;
  margin-bottom: 0px !important;
}

.faq-sec .text p {
  max-width: 90%;
  margin: 0 0 50px;
}

.faq-sec .boxs a.t-btn.b-btn {
  margin: 20px 0 30px;
  color: black !important;
}

.faq-sec .boxs a.t-btn.b-btn:hover {
  color: #fff !important;
}

/* ************************** FAQS Css End **************************** */

.newsletter-sec {
  background: url(../img/newsletter-bg.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.newsletter-sec input {
  width: 69%;
  height: 45px;
  margin-right: 1%;
  border-radius: 10px;
  border: none;
  padding-left: 15px;
}

.newsletter-sec input.t-btn-one {
  width: 28%;
  padding-left: auto;
}

.newsletter-sec input.t-btn-one:hover {
  background: #fff;
}

/* ************************** Footer Css **************************** */

.footer-main {
  background: #161616;
}

.footer-main img {
  width: 100%;
}

.footer-main .social-icons a {
  background: #6C66E4;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 100px;
  margin-right: 15px;
  transition: ease 0.4s;
}

.footer-main .social-icons a:last-child {
  margin-right: 0;
}

.footer-main .social-icons a:hover {
  background: #fff;
  color: #6C66E4;
}

.footer-main h5 {
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-main ul li a:hover {
  color: #6c66e4;
}
.footer-main ul li a {
  color: #BDBDBD;
  font-size: 18px;
  transition: ease 0.4s;
}

.footer-main ul li {
  display: block;
  padding-bottom: 10px;
  color: #BDBDBD;
  font-size: 18px;
}

.footer-main .copy-right-div p {
  color: #6B6B6B;
  font-size: 18px;
}

.footer-main .main-policy {
  text-align: right;
}

.footer-main .main-policy a {
  color: #6B6B6B;
}

.footer-main .row.mt-5 {
  border-top: 1px solid #555555;
  padding-top: 20px;
}


/* ************************** Footer Css End **************************** */


/* ************************** About Us page Css **************************** */

.inner-banner {
    padding: 110px 0;
}

.inner-banner:before {
    position: absolute;
    content: '';
    width: 410px;
    height: 310px;
    background: url(../img/banner-before.png);
    top: -100px;
    left: -150px;
}

.inner-banner:after {
    position: absolute;
    content: '';
    width: 242px;
    height: 198px;
    background: url(../img/success-after.png);
    right: 0px;
    bottom: -30px;
    z-index: -1;
}

.about-banner{
    background: url(../img/inner-about.jpg) no-repeat;
    background-size: cover;
}

/* ************************** About Us page Css End **************************** */


/* ************************** Contact Us page Css **************************** */

.contact-form {
    padding: 0px 0 100px;
}

.head-div li {
    display: block;
    margin: 0 0 20px;
}
.trade-form input, .trade-form textarea {
    width: 100%;
    border: none;
    height: 60px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    background: #e1e1e142;
    border-radius: 10px;
}
.trade-form textarea {
     height: 150px !important;
         padding-top: 20px;

}

.head-div li a {
    font-size: 18px;
    color: #1E1E1D;
}

.head-div li a i {
    font-size: 18px;
    color: #6c66e4;
    margin-right: 8px;
}

.contact-form .head-div h2 {
    margin-bottom: 40px;
}

/* ************************** Contact Us page Css End **************************** */

/* ************************** LLC page Css **************************** */

.inner-banner .btn-div li {
    display: inline-block;
}

.inner-banner ul {
    margin-top: 25px;
    margin-bottom: 25px;
}

.inner-banner ul li {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.inner-banner ul li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/banner-list.png);
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

/* ************************** LLC page Css End **************************** */


/* ******************** Popup Css End ******************************** */

.modal-content .btn-close {
  position: absolute;
  right: -15px;
  top: -17px;
  opacity: 1;
  color: #000000 !important;
  background: #fff;
  z-index: 9999999999;
  padding: 6px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 12px;
  border: 3px solid #6c66e4;
}

.modal-body {
  padding: 0;
}

div#popupform .modal-dialog img {
  width: 100%;
}

.modal .form-div-sec input {
  height: 40px;
  background: #f1f1f1;
  border-radius: 10px;
  border: 2px solid transparent;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}

.modal .form-div-sec select {
    height: 40px;
    background: #f1f1f1;
    border-radius: 10px;
    border: 2px solid transparent;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    color: #777777;
}

.modal .form-div-sec textarea {
  width: 100%;
  height: 85px;
  background: #f1f1f1;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-left: 10px;
  font-size: 13px;
  border: 2px solid transparent;
  resize: none;
}

div#popupform .modal-dialog {
  --bs-modal-width: 900px;
}

.modal-body {
  padding: 100px 70px 70px 70px;
  overflow: hidden;
}

.modal .form-div input:focus,
.modal .form-div input:focus-visible,
.modal .form-div textarea:focus,
.modal .form-div textarea:focus-visible {
  border: 2px solid #957e5c;
  outline: none;
}

.modal .form-div-sec button.grad-btn {
  width: 40%;
  height: 40px;
  position: relative;
  margin: 0;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  background: linear-gradient(
    102.16deg,
    #ffe3ba -59.27%,
    #ffefcc -21.55%,
    #eed1a5 8.83%,
    #a58a65 51.33%,
    #957e5c 100%
  ) !important;
  border-radius: 10px;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  letter-spacing: 2px;
}

.success-div .normal-btn {
    margin-left: 20px;
}

/*div#popupform {*/
/*  z-index: 9999;*/
/*}*/

.form-div-sec:after {
    position: absolute;
    content: '';
    width: 222px;
    height: 198px;
    background: url(../img/success-after.png);
    right: -100px;
    bottom: -160px;
}

.modal-body:before {
    position: absolute;
    content: '';
    width: 410px;
    height: 310px;
    background: url(../img/banner-before.png);
    left: -160px;
    top: -230px;
    background-size: cover;
    background-repeat: no-repeat;
}


.form-div-sec .text-end {
    z-index: 9;
}

/* ******************** Popup Css ******************************** */

/*privacy policy css start */

.policy-sec {
    padding: 50px 0px 90px;
}
h2.sub-heading {
    margin: 20px 0;
}


/*Privacy Policy End */


.step2-new li {
    display: block;
}

.step2-new .form_private input {
    margin-top: 3px !important;
    margin-right: 5px !important;
}

.step2-new ul li.first .form_private {
    padding-left: 0 !important;
}

.innerserv-banner{
    padding: 160px 0;
}