@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;family=Style+Script&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&amp;display=swap');

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
  border-radius: 0px;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: #806232;
}

body {
  background: #fff;
  font-size: 16px;
  color: #444444;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
strong,
input,
label {
  font-family: 'Sora', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sora', sans-serif !important;
}

.bold {
  font-weight: bold;
}


h1 {
  font-size: 55px;
  font-weight: bold;
}

h2 {
  font-size: 40px;
  font-weight: bold;
}

h3 {
  font-size: 35px;
  font-weight: 600;
}

h4 {
  font-size: 25px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
}

p {
  color: #fff;
  margin-bottom: 0;
}

.italic-bold {
  font-style: italic;
}

ul {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  display: inline-block;
}

.sec_padding {
  padding: 80px 0;
}

.black-btn {
  background: #000;
  color: #fff;
}

.white-btn {
  background: #fff;
  color: #000;
}

.black-btn:hover {
  background: #fff;
  color: #000
}

.white-btn:hover {
  background: #000;
  color: #fff
}

.blue-btn {
  background: #1e86fc;
  color: #fff;
}

.red-btn {
  background: #c6131f;
  color: #fff;
  border-radius: 5px;
  transition: all 0.2s linear;
}

.red-btn:hover {
  background: #000;
  color: #fff;
}

.bg-btn {
  background-image: url(../images/btn-bg.webp);
  color: #fff;
  border-radius: 5px;
  transition: all 0.2s linear;
}

.bg-btn:hover {
  color: #fff;
  border-radius: 10px
}

.btn-size {
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1;
  border-radius: 6px;
  transition: .5s linear;
  border: 1px solid;
}

.btns ul {
  list-style: none;
  text-decoration: none;
  display: flex;
  padding: 0;
}

.btns a {
  text-decoration: none;
}

.txt-red {
  color: #e30611;
}

.txt-yellow {
  color: #cc8200;
}

.txt-blue {
  color: #1075d1
}

.txt-dk-blue {
  color: #24056a
}

.txt-cut {
  text-decoration: line-through;
  margin: 0
}

.sub_heading {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #fff5f6;
  color: #c6131f;
  display: inline-block;
  text-transform: uppercase;
}

.line_break {
  display: block;
}

.header {
  background: #fff;
  width: 100%;
}

.header a {
  text-decoration: none;
  color: #106eea;
  font-weight: 600;
}

.header .btn {
  color: #fff;
  margin-left: 10px
}

.header .contact {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.header .contact a {
  color: #000;
}

.header .contact a:hover {
  color: #3b8af2;
}

.header .contact .btn:hover {
  background: #fff;
  border: 1px solid #1e86fc;
  color: #3b8af2;
}

.nav-bar {
  background: #c1151f;
  position: relative;
}

.nav-bar ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-bar ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 1;
  transition: .4s linear;
}

.nav-bar ul li a:hover {
  color: #fff;
}

.nav-bar ul li a::before {
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: .4s linear;
}

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

.homepg .sec-5 {
  background-image: unset !important;
  background-color: #212124;
  padding: 40px 0;
}

.homepg .sec-5 .txt-red {
  color: #1075d1;
}

.back-to-top {
  position: fixed;
  right: 51px;
  bottom: 55px;
  z-index: 1;
  background: #106eea;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: none;
}

.back-to-top i {
  font-size: 25px;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 40px;
}

.back-to-top:hover {
  color: #fff;
  background: #3284f1
}

.sec-1 {
  background-image: url("../images/sec-1-bg.webp");
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.sec-1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00000069;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec-1 .content {
  color: #fff;
}

.sec-1 .content h5 {
  font-weight: 200;
}

.trans-btn {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.sec-1 .btns ul li {
  margin-right: 5px
}

.sec-1 .btns ul li a.trans-btn:hover {
  background: #000;
  border: 1px solid #fff
}

.sec-1 .image img {
  width: 80%;
}

.sec-1 .rating-img img {
  width: 60%;
}

.sec-2 .content p {
  margin: 20px 0;
  color: #000
}

.sec-2 ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.sec-2 ul li {
  flex: 0 0 50%;
  position: relative;
  padding: 0 0 0 28px
}

.sec-2 i.fas {
  color: #1ab26d;
  position: absolute;
  left: 0;
  top: 5px
}

.sec-2 .layer-images {
  position: relative;
  z-index: -1
}

.sec-2 .layer-images img {
  width: 76%;
  margin: auto;
  display: flex;
}

.sec-2 .layer-images .layer-1 {
  position: absolute;
  z-index: 1;
}

.sec-2 .layer-images .layer-2 {
  position: absolute;
  z-index: -1
}

.sec-3 {
  background: #151515;
}

.sec-3 .heading {
  color: #fff;
  text-align: center;
}

.sec-3 ul {
  align-items: center;
}

.sec-3 .image {
  margin: 15px 0;
}

.sec-3 .tab-content img {
  width: 100%;
  border-radius: 10px
}

.sec-3 .nav-link {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 16px;
}

.sec-3 .nav-link.active {
  color: #1e86fc;
  border-bottom: 3px solid #1e86fc;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 16px;
  background: none;
}

.cta {
  background-image: url(../images/cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta_after {
  width: 500px;
  position: absolute;
  right: 0;
  bottom: -24px;
  z-index: -1;
}

.cta_before {
  width: 277px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  z-index: -1;
}

.cta_before img,
.cta_after img {
  width: 100%;
}

.cta .sub_heading {
  background: #ffffffa8;
  color: #160080;
}

.cta h2 {
  color: #fff;
  margin: 30px 0;
}

.cta .btns ul {
  justify-content: center;
  gap: 20px;
}

.sec-4 .heading {
  text-align: center;
  margin-bottom: 50px
}

.sec-4 .heading ul {
  display: flex;
  align-items: center;
  justify-content: center
}

.sec-4 .heading p {
  color: #444444;
}

.sec-4 .package-card {
  color: #000;
  background-color: rgb(239, 239, 239);
  box-shadow: 0px 1px 9px 3px rgb(0 0 0 / 28%);
  border: 2px solid rgb(247, 6, 115);
  border-radius: 15px;
  padding: 40px 20px;
}

.sec-4 .package-card h5 {
  color: #000;
  margin-bottom: 20px;
}

.sec-4 .package-card h4 {
  color: #24056a;
  font-size: 42px;
  font-weight: 700;
}

.sec-4 .package-card h4 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #999
}

.sec-4 .package-card h4 em {
  font-size: 18px;
  font-weight: 500;
  color: #f56072
}

.sec-4 .package-card p {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px 0 0;
}

.sec-4 .package-card .list {
  margin: 20px 0px;
}

.sec-4 .package-card .list ul {
  overflow-y: scroll;
  height: 123px
}

.sec-4 .package-card .list ul li {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin: 0 0 5px 0;
  position: relative;
  padding: 0 0 0 20px
}

.sec-4 .package-card .list ul li i {
  margin: 0 10px 0 0;
  color: #106eea;
  position: absolute;
  left: 0;
  top: 5px
}

.sec-4 .package-card .add h6 {
  color: #24056a;
  font-size: 18px;
  font-weight: 500;
}

.sec-4 .btns {
  width: fit-content;
  margin: 25px auto;
}

.sec-4 .btns a {
  border: 1px solid #d6101c;
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  color: #24056a;
  padding: 10px 20px;
  border-radius: 50px;
  line-height: 1;
}

.sec-4 .connect {
  display: flex;
  justify-content: space-between
}

.sec-4 .connect a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  color: #000
}

.sec-4 .connect span {
  display: block;
  font-size: 16px
}

.sec-4 .package-card:hover {
  background-image: -webkit-linear-gradient(90deg, rgb(214 12 24) 0%, rgb(36 82 159) 100%);
  border-color: rgb(31 106 179);
}

.sec-4 .package-card * {
  transition: all 0.4s linear;
}

.sec-4 .package-card:hover * {
  color: #fff
}

.sec-4 .package-card:hover h6 {
  color: #fff
}

.sec-4 .package-card:hover ul li {
  color: #fff
}

.sec-4 .package-card:hover h4 {
  color: #ffcd04
}

.sec-4 .package-card:hover ul li i {
  color: #ffcd04
}

.sec-4 .package-card:hover .add .txt-dk-blue {
  color: #ffcd04
}

.sec-4 .package-card:hover .btns a {
  color: #f70673;
  border-color: #f70673;
}

.sec-4 .package-card .connect a:hover {
  color: #f70673;
}

.sec-4 .package-card .connect a:hover span {
  color: #f70673;
}

.sec-4 .package-card .btns:hover a {
  background: red;
  color: #fff;
  border: 1px solid #fff;
}

.sec-4 .pckg-slider ul.slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: -30px;
  width: auto;
}

.sec-4 .pckg-slider ul.slick-dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 0;
  background: gray;
}

.sec-4 .pckg-slider ul.slick-dots li.slick-active button {
  background: #c6131f
}

.sec-5 {
  background: #212124;
  padding: 20px 0
}

.sec-5 h2 {
  color: #fff;
  line-height: 36px;
}

.sec-5 p {
  color: #d9caca;
}

.sec-5 .black-box {
  background: #000;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

.sec-5 .black-box img {
  width: 80px;
}

.sec-5 .black-box h5 {
  color: #fff
}

.sec-5 .black-box:hover {
  background: #f68622;
}

.sec-6 {
  background: linear-gradient(180deg, #2402ab, #c801af);
  background-image: url(../images/sec-6-bg.webp);
  background-size: contain;
  background-repeat: round;
}

.sec-6 .heading {
  margin-bottom: 50px;
}

.sec-6 .heading h2 {
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.sec-6 .heading h5 {
  display: inline-block;
  color: #fff;
  background: #c1151f;
  transform: translateY(-17px);
  padding: 20px;
  border-radius: 6px;
  z-index: -1;
}

.sec-6 .content {
  margin: 0 0 50px 0
}

.sec-6 .content h5 {
  color: #fff;
}

.sec-6 .content ul li {
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.sec-6 .content ul li i {
  color: lime;
  margin-right: 10px
}

.sec-6 .money-back {
  text-align: center;
}

.sec-6 .money-back img {
  width: 134px
}

.sec-6 .txt-cut {
  text-decoration: line-through;
}

.sec-6 .number {
  width: fit-content;
  margin: auto;
  font-weight: 700;
  font-size: 50px
}

.sec-6 .btns ul {
  display: block;
  padding: 10px
}

.sec-7 {
  padding: 80px 0;
}

.sec-7 .heading {
  text-align: center;
}


.sec-7 .image img {
  width: 100%;
  margin: 0 auto;
}

.sec-8 {
  background: #eee;
}

.sec-8 .heading {
  text-align: center;
  margin-bottom: 20px;
}

.sec-8 .box {
  background-image: url(../images/sec-8-box-bg.webp);
  background-size: cover;
  padding: 50px;
  box-shadow: -1px 1px 20px 0px #e5dede;
  margin: 20px 10px;
}

.sec-8 .box p {
  color: #000;
  height: 80px;
  margin-bottom: 30px;
}

.sec-8 .box span {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sec-8 .review-slider button:hover:before {
  color: red
}

.sec-8 .review-slider .slick-arrow {
  font-size: 0px;
  border: 0;
  padding: 0;
  position: absolute;
  width: fit-content;
  right: 0;
  left: 0;
  bottom: -60px;
  margin: auto;
  background: transparent;
  top: unset;
}

.sec-8 .review-slider button.slick-prev.slick-arrow {
  right: 50px;
}

.sec-8 .review-slider button.slick-next.slick-arrow {
  left: 50px;
}

.sec-8 .slick-next:before,
.sec-8 .slick-prev:before {
  font-family: "Font Awesome 5" !important;
  font-size: 40px;
  font-weight: 900;
  color: #000;
}

.sec-8 .review-slider .slick-prev:before {
  content: '\f060';
}

.sec-8 .review-slider .slick-next:before {
  content: '\f061';
}

.sec-9 {
  background-image: url(../images/sec-9-bg.webp);
  background-size: cover;
  padding: 100px 0
}

.sec-9 .content {
  color: #fff;
}

.sec-9 .content p {
  margin-bottom: 20px;
}

.sec-9 .content a {
  color: #fff
}

.sec-9 .content span {
  display: block;
}

.sec-9 .form ul li input,
.sec-9 .form ul li textarea {
  width: 80%;
  display: block;
  padding: 10px 10px;
  border-radius: 9px;
  margin: 0 0 20px 0;
  border: 1px solid #fff;
}

.sec-9 .form ul li textarea {
  resize: none;
}

.sec-9 .form ul li .white-btn {
  color: #fff;
  background: #000;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.1s linear;
}

.sec-9 .form ul li .white-btn:hover {
  border: 1px solid #fff
}

.footer {
  background: #212124;
  padding: 50px 0
}

.footer .contact p {
  color: #fff
}

.footer .contact p {
  padding: 10px 0;
}

.footer .contact img {
  filter: brightness(100);
  width: 70%
}

.footer .contact span {
  display: block;
  color: #fff
}

.footer .contact span a {
  color: #fff;
  padding-left: 5px;
}

.footer h5 {
  color: #fff;
  padding-bottom: 20px;
}

.footer .list ul li {
  padding: 6px 0
}

.footer .list ul li a {
  transition: all 0.4s linear;
  font-size: 17px
}

.footer .list ul li a:hover {
  color: #106eea
}

.footer .list ul li i {
  color: #c1151f;
  margin-right: 5px
}

.footer .service-list {
  margin: 40px 0 0 0
}

.footer .scl-network {
  margin: 20px 0 0 0
}

.footer .scl-network ul {
  display: flex;
  margin-bottom: 20px;
}

.footer .scl-network img {
  width: 50%;
}

.footer .scl-network ul li i {
  background: #106eea;
  color: #fff;
  margin: 0 5px 0 0;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s linear;
}

.footer .scl-network ul li i:hover {
  background: #3b8af2;
}

.copyright {
  background: #000;
  padding: 10px;
}

.copyright ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}

.copyright a {
  color: #fff;
  transition: all 0.3s linear;
}

.copyright a:hover {
  color: #777777
}

.abt-sec-2 {
  padding: 50px 0
}

.abt-sec-2 .image img {
  width: 100%
}

.abt-sec-2 .content p {
  color: #444444;
  margin-bottom: 30px;
}

.abt-sec-3 .image img {
  width: 100%
}

.abt-sec-3 .content {
  background-image: url(../images/abt-sec-3-yellow-bg.webp);
  background-size: cover;
  padding: 100px
}

.abt-sec-3 .content h2 {
  color: #fff;
  margin: 0
}

.abt-sec-3 .content p {
  margin: 20px 0;
}

.abt-sec-3 .content ul {
  display: flex;
  gap: 100px;
}

.abt-sec-3 .content ul li h3 {
  color: #fff;
}

.abt-sec-3 .content ul li p {
  margin: 0;
}

.ld-sec-2 {
  background-image: url(../images/ld-sec-2-bg.webp);
  background-size: cover;
}

.ld-sec-2 .heading {
  text-align: center;
}

.ld-sec-2 .heading h2 {
  color: #444444;
}

.ld-sec-2 .heading p {
  color: #000;
}

.ld-sec-3 {
  background-color: #f6f9fe;
}

.ld-sec-3 .heading {
  text-align: center;
  margin-bottom: 40px;
}

.ld-sec-3 .heading h2 {
  color: #000;
}

.ld-sec-3 .heading p {
  color: #000;
}

.ld-sec-3 .image {
  margin: 10px;
}

.ld-sec-3 .image img {
  width: 100%
}

.ld-sec-3 .btns {
  text-align: center;
  margin: 20px 0
}

.ld-sec-3 .btns a {
  font-size: 21px
}

.ld-sec-3.seperate_page .col-sm-6.col-md-4.col-lg-3 {
  padding: 0;
}

.ld-sec-3.seperate_page .image {
  margin: 0;
  border: 2px solid transparent;
}

.ld-sec-3.seperate_page .image:hover {
  border: 2px solid #e30611;
}

.ld-sec-3.seperate_page .image a {
  width: 100%;
}

.ld-sec-3 .white-btn {
  width: 8%;
  margin: auto;
  border: 1px solid #000;
  transition: all 0.2s linear;
}

.ld-sec-4 .heading {
  text-align: center;
}

.ld-sec-4 .heading h2 {
  color: #000;
}

.ld-sec-4 .image span img {
  width: 100%
}

.ld-sec-5 {
  background-image: url(../images/ld-sec-5-bg.webp);
  background-size: cover;
  padding: 50px 0
}

.ld-sec-5 .content h2 {
  color: #fff;
}

.ld-sec-5 .image {
  text-align: center;
}

.ld-sec-5 .image img {
  width: 80%
}

.ld-sec-5 .content h3 {
  color: #fff;
}

.ld-nav {
  padding: 50px 0 0 0
}

.ld-nav .nav {
  background-color: #fff;
}

.ld-nav .nav a {
  color: #000;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, .125);
}

.ld-nav .nav-link {
  display: flex;
  align-items: center;
  padding: 10px;
}

.ld-nav .nav-link span {
  margin: 0 0 0 10px
}

.ld-nav .nav-link span b {
  display: block;
}

.ld-nav .nav-link.active {
  background-image: url(../images/active-btn-bg.webp);
  color: #fff
}

.ld-nav .nav-link.active:hover span {
  color: #fff
}

.ld-nav .nav-link:hover span {
  color: #3b8af2;
}

.ld-nav .tab-content .content h4 {
  color: #000;
}

.ld-nav .tab-content .content p {
  color: #000;
}

.ld-nav .image {
  margin: 10px 0;
}

.ld-nav .image img {
  width: 100%
}

.ld-nav .btns a {
  color: #000;
}

.ld-nav .btns ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.contact-sec-2 .heading {
  text-align: center;
}

.contact-sec-2 .heading span p {
  background: #fff5f6;
  color: #c6131f;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  margin: auto;
  width: fit-content;
}

.pckg-nav ul.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 50px 0
}

.pckg-nav .nav-link {
  background: #fff;
  border: 0px;
  margin: 0 2px;
  color: #000;
  padding: 12px 16px;
  font-size: 18px
}

.pckg-nav .nav-link.active {
  background: #1e86fc;
  border: 0px;
  margin: 0 2px;
  color: #fff;
}

.pckg-nav .nav-link:hover {
  background: #000;
  border: 0px;
  margin: 0 2px;
  color: #fff;
}

.sec-3 .pckg-nav ul.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 50px 0
}

.sec-3 .pckg-nav .nav-link {
  background: #fff;
  border: 0px;
  border-radius: 5px;
  margin: 0 2px;
  color: #000;
  padding: 12px 16px;
  font-size: 18px
}

.sec-3 .pckg-nav .nav-link.active {
  background: #1e86fc;
  border: 0px;
  border-radius: 5px;
  margin: 0 2px;
  color: #fff;
}

.sec-3 .pckg-nav .nav-link:hover {
  background: #000;
  border: 0px;
  border-radius: 5px;
  margin: 0 2px;
  color: #fff;
}

.sec-3 .pckg-nav .heading h2 {
  color: #444444;
}

.sec-4 .pf-box {
  margin: 15px 5px
}

.sec-4 .pf-box img:hover {
  border: 2px solid red;
  transition: all 0s linear
}

.sec-4 .pf-box span {
  display: flex;
  box-shadow: -4px 2px 20px rgb(0 0 0 / 26%);
  border: 0px solid red
}

.sec-4 .pf-box span:hover {
  transform: scale(105%);
  transition: all 0.5s linear
}

.sec-4 .pf-box img {
  width: 100%
}

.sec-4 .package-card .list ul li .info-circle {
  margin: 0 0 0 25px
}

.sec-4 .package-card .list ul li .info-circle i {
  display: block;
  color: #666;
  margin: 20px 0 5px 20px
}

.sec-4 .package-card:hover .list ul li .info-circle i {
  display: block;
  color: #fff
}

.sec-4 .pckg-slider button.slick-arrow {
  display: none !important;
}

.sec-4 .pckg-slider .package-card {
  margin: 15px
}

.popup .container {
  position: relative;
}

.popup .left-popup {
  background-image: url(../images/popup-bg.png);
  width: 660px;
  border-radius: 0 50px 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.popup .left-popup .heading,
.popup .left-popup .content,
.popup .right-popup h2,
.popup .right-popup .popup-form {
  text-align: left;
  margin: 0 0 0 70px
}

.popup .left-popup .heading h2 {
  font-size: 47px
}

.popup .left-popup .heading p {
  font-size: 26px
}

.popup .left-popup .image img {
  width: 100%
}

.popup .left-popup .content p {
  font-size: 24px;
  text-decoration: underline;
}

.popup .right-popup {
  background-color: #283646;
  border-radius: 0 50px 50px 0;
  padding: 25px 0;
}

.popup .popup-form input,
.popup .popup-form textarea,
.popup .popup-form button {
  transition: 0.4s linear;
  background-color: #3d4a59;
  width: 90%;
  border: none;
  margin: 10px 0;
  outline: unset;
  border-radius: 0 50px 50px 0;
  border-bottom: 1px solid #fff;
  padding: 10px 40px;
  color: #fff;
}

.popup .popup-form input:focus,
.popup .popup-form textarea:focus {
  background-color: transparent;
  box-shadow: inset 4px 4px 3px #3d4a59;
  border-bottom: 1px solid #33b8f9;
}

.popup .popup-form textarea {
  resize: none;
}

.popup .popup-form button {
  border-bottom: 1px solid #33b8f9;
  box-shadow: none;
}

.popup .popup-form button:hover {
  background-color: #33b8f9
}

.popup .popup-form li {
  position: relative;
}

.popup .popup-form li i {
  position: absolute;
  top: 25px;
  left: 15px;
  filter: brightness(100);
}

.popup .cross {
  background-color: #283646;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -13px;
  bottom: 0;
  margin: auto;
}

.popup .cross i {
  font-size: 40px;
  color: #fff;
  margin: 5px 0 0 0;
  transition: 0.6s linear;
  filter: brightness(0.5);
}

.popup .cross i:hover {
  transform: rotate(-90deg);
  filter: brightness(1);
}

.layer-3 {
  -webkit-animation: layer-3 5s normal linear infinite;
  animation: layer-3 5s normal linear infinite;
}

@keyframes layer-3 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }

  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }

  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

.layer-2 {
  -webkit-animation: layer-2 5s normal linear infinite;
  animation: layer-2 5s normal linear infinite;
}

@keyframes layer-2 {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }

  25% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }

  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }

  75% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.header a.btn-size {
  color: #fff;
}

.btn-size:hover {
  background: #000 !important;
  color: #fff !important;
}

.black-btn:hover {
  background: #1e86fc !important;
}

.sec-1 .image {
  text-align: end;
}

.sec-7 .image {
  text-align: center;
}

.sec-1 .btns ul {
  margin: 15px 0;
}

.contact-sec-2 .image {
  text-align: center;
}

.ld-nav .btns ul .btn-size {
  color: #fff;
}

.web-port {
  text-align: center;
}

/* .web-port .image {
  margin: 10px 0;
  display: inline-block;
}

.web-port .image span a {
  display: inline-block;
}

.web-port .image span a img {
  border: 5px solid #1e86fc;
  border-radius: 6px;
} */


.navbar-toggler span.navbar-toggler-icon {
  color: #fff;
  background: #fff;
  width: 1em;
  height: 0.1em;
  margin-bottom: 2px;
}

.navbar-toggler {
  background: #000;
  padding: 5px;
}

section.thank_you {
  padding: 150px 0;
  background: linear-gradient(0deg, #d60c17, #283786);
  display: flex;
  align-items: center;
}

section.thank_you h1 {
  color: #fff;
}

section.thank_you .btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.terms_banner {
  background-image: url(../images/cta-bg.png);
  background-size: cover;
  padding: 100px 0;
}

.terms_banner h1 {
  color: #fff;
}

.terms_content p {
  color: #000;
}

.terms_content ul {
  padding-left: 20px !important;
}

.terms_content ul li {
  list-style-type: disclosure-closed !important;
}

.llc-formation-first-wrapper {
    padding: 50px 0px 0px 0px;
    background: #eeeeee;
}

.llc-formation-first-wrap-text h2 {
    font-size: 30px;
}

.llc-formation-first-wrap-text ul li a {
    font-size: 15px;
    color: #444444;
}

.llc-formation-first-wrap-text p {
    font-size: 15px;
    color: #444444;
}

.llc-formation-first-wrap-text ul li a {
    font-size: 15px;
    color: #444444;
}

.llc-formation-first-wrap-text p {
    font-size: 16px;
    color: #000;
    margin: 0px 0px 20px 0px;
}

.llc-formation-first-wrap-text ul li {
    line-height: 2;
}

.llc-formation-first-wrap-text ul li a {
    font-size: 16px;
    color: #000;
    cursor: pointer;
}
.tax-formation-first-wrapper {
    padding: 50px 0px 0px 0px;
    background: #eeeeee;
}

.tax-formation-first-wrap-1 h4 {
    font-size: 30px;
    color: #444;
}

.tax-formation-first-wrap-1 {
    margin: 0px 0px 50px 0px;
}

.tax-formation-first-wrap-1 {
    margin: 0px 0px 110px 0px;
}

.tax-formation-first-wrap-2 h3 {
    font-size: 20px;
    color: #444;
    margin: 10px 0px;
}

.tax-formation-first-wrap-2 p {
    font-size: 14px;
    color: #444;
}

.tax-formation-first-wrap-2 {
    margin: 0px 0px 50px 0px;
}

.tax-formation-second-wrapper {
    padding: 50px 0px 50px 0px;
    background: #eeeeee;
}

.tax-formation-second-wrap-text h3 {
    font-size: 40px;
}

.tax-formation-second-wrap-text {
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.tax-formation-second-wrap-box {
    height: 300px;
    padding: 20px 20px;
    background: #FFF;
    box-shadow: 0px 8px 5px 0px #0000003d;
}

.tax-formation-second-wrap-img h4 {
    font-size: 22px;
    margin: 15px 0px 15px 0px;
}

.tax-formation-second-wrap-img p {
    font-size: 15px;
    color: #444;
}

.tax-formation-second-wrap-img img {
    width: 70px;
    height: 70px;
}

.tax-formation-third-wrap-box {
    padding: 20px 20px;
    background: #FFF;
    box-shadow: 0px 8px 5px 0px #0000003d;
    margin: 0px 0px 30px 0px;
    height: 175px;
}

.formation-third-wrap-box-text p {
    font-size: 14px;
    color: #000;
}

.tax-formation-third-wrapper {
    padding: 50px 0px;
    background: #eeeeee;
}

.tax-formation-third-wrap-text h2 {
    font-size: 35px;
    text-align: center;
    margin: 0px 0px 50px 0px;    
}

.formation-third-wrap-box-text h4 {
    font-size: 18px;
}

.formation-third-wrap-flex {
    display: flex;
    align-items: center;
}

.formation-third-wrap-box-img {
    width: 300px;
}

.tax-formation-first-wrap-1 p {
    font-size: 15px;
    color: #444444;
}

.legal-documents-second-wrapper .tax-formation-second-wrap-box {
    height: auto;
    padding: 40px 40px;
    background: #FFF;
    box-shadow: 0px 8px 5px 0px #0000003d;
    margin: 0 auto 50px;
    width: 75%;
}

.legal-documents-second-wrapper {
    padding: 50px 0px 0px 0px;
}

.legal-documents-third-wrapper .tax-formation-third-wrap-text h2 {
    margin: 0px 0px 15px 0px;
}

.legal-documents-third-wrapper .tax-formation-third-wrap-text {
    margin: 0px 0px 50px 0px;
}

.legal-documents-third-wrapper .tax-formation-third-wrap-text p {
    font-size: 15px;
    color: #444444;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.trade-first-wrapper {
    padding: 50px 0px 50px 0px;
    background: #eeeeee;
}

.trade-first-wrap-text {
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.trade-first-wrap-text h2 {
    font-size: 40px;
    color: #444444;
}

.trade-first-wrap-text p {
    font-size: 15px;
    color: #444444;
}

.trade-first-wrap-box {
    height: 300px;
    padding: 20px 20px;
    background: #FFF;
    box-shadow: 0px 8px 5px 0px #0000003d;
}

.trade-first-wrap-box-img {
    width: 100px;
}

.trade-first-wrap-box-text h5 {
    font-size: 20px;
    color: #444444;
    margin: 15px 0px 15px 0px;
}

.trade-first-wrap-box-text p {
    font-size: 15px;
    color: #444444;
}

.trade-first-wrap-box-img {
    width: 100px;
    height: 100px;
}

.formation-first-wrapper {
    padding: 50px 0px 50px 0px;
    background: #eeeeee;
}

.formation-first-wrap-side h5 {
    font-size: 22px;
    margin: 0px 0px 10px 0px;
}

.formation-first-wrap-side p {
    font-size: 14px;
    color: #444;
}

.formation-first-wrap-side {
    margin: 0px 0px 20px 0px;
}

.formation-second-wrap-box-text h5 {
    font-size: 18px;
    color: #444;
}

.formation-second-wrap-box-text p {
    font-size: 14px;
    color: #444;
}

.formation-second-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.formation-second-wrap-box {
    padding: 20px 20px;
    background: #FFF;
    box-shadow: 0px 8px 5px 0px #0000003d;
    margin: 0 auto 50px;
}

.formation-second-wrap-box-text {
    margin: 20px 0px 0px 0px;
}

.ein-first-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.ein-first-wrap-text h4 {
    font-size: 30px;
    color: #444444;
}

.ein-first-wrap-text p {
    font-size: 15px;
    color: #444444;
    margin: 0px 0px 20px 0px;
}

.ein-second-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.ein-second-wrap-box-text h3 {
    font-size: 18px;
    color: #444;
}

.ein-second-wrap-box-text p {
    font-size: 15px;
    color: #444;
}

.ein-second-wrap-box-img {
    width: 200px;
    height: 150px;
    margin: 0 auto 20px;
}

.ein-second-wrap-box {
    text-align: center;
    padding: 50px 50px;
    background: #FFF;
    box-shadow: 0px 8px 5px 0px #0000003d;
    margin: 0 auto;
    height: 340px;    
}

.ein-second-wrap-text {
    margin: 0px 0px 30px 0px;
}

.ein-second-wrap-text h2 {
    font-size: 40px;
    color: #444;
    text-align: center;
}

.ein-third-wrapper .tax-formation-third-wrap-text p {
    font-size: 15px;
    color: #444;
    text-align: center;
}

.ein-third-wrapper .tax-formation-third-wrap-text h2 {
    margin: 0px 0px 20px 0px;
}

.ein-third-wrapper .tax-formation-third-wrap-text {
    margin: 0px 0px 50px 0px;
}

.domains-first-wrapper {
    padding: 50px 0px;
    background: #eee;
}

.domains-first-wrap-text h5 {
    font-size: 20px;
    margin: 10px 0px 15px 0px;
    color: #444;
}

.domains-first-wrap-text p {
    font-size: 15px;
    color: #444;
}

.registered-first-wrap-text h2 {
    font-size: 40px;
    color: #444;
}

.registered-first-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.registered-first-wrap-text {
    text-align: center;
    margin: 0px 0px 35px 0px;
}

.registered-first-wrap-box {
    padding: 30px 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #00000057;
    height: 183px;
    border-radius: 10px;
}

.registered-first-wrap-box-img {
    margin: 0px 0px 15px 0px;
}

.registered-first-wrap-box-text p {
    font-size: 14px;
    color: #444;
}

.registered-second-wrap-text h2 {
    font-size: 30px;
    color: #444;
}

.registered-second-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.registered-second-wrap-text {
    margin: 0px 0px 35px 0px;
}

.registered-second-wrap-box {
    padding: 20px 20px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #00000057;
}

.registered-second-wrap-box-text {
    margin: 20px 0px 0px 0px;
}

.registered-second-wrap-box-text h5 {
    font-size: 18px;
    color: #444;
}

.registered-second-wrap-box-text p {
    font-size: 14px;
    color: #444;
}

.registered-third-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.registered-third-wrap-text-u ul li {
    font-size: 15px;
    color: #444;
    line-height: 3;
    display: flex;
    align-items: center;
    gap: 15px;
}

.registered-third-wrap-text-s h2 {
    font-size: 35px;
    color: #444;
}

.registered-fourth-wrap-text h4 {
    font-size: 35px;
    color: #444;
}

.registered-fourth-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.registered-fourth-wrap-text h2 {
    font-size: 35px;
    color: #444;
}

.registered-fourth-wrap-text p {
    font-size: 15px;
    color: #444;
}

.registered-fifth-wrap-box {
    padding: 20px 20px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px #00000057;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0px 0px 30px 0px;
}

.registered-fifth-wrap-box-text p {
    font-size: 15px;
    color: #444;
}

.registered-fifth-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.registered-fifth-wrap-text {
    margin: 0px 0px 30px 0px;
}

.registered-fifth-wrap-text h3 {
    font-size: 30px;
    color: #444;
    text-align: center;
}

.permit-first-wrapper .registered-first-wrap-box-img img {
    width: 100px;
    height: 100px;
}

.permit-first-wrapper .registered-first-wrap-box {
    height: 210px;
}

.permit-second-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.permit-second-wrap-text {
    margin: 0px 0px 50px 0px;
    text-align: center;
}

.permit-second-wrap-text h2 {
    font-size: 35px;
    color: #444;
}

.permit-second-wrap-text p {
    font-size: 15px;
    color: #444;
}

.permit-second-wrap-box {
    padding: 30px 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #00000057;
    border-radius: 10px;
    display: flex;
    gap: 20px;
}

.permit-second-wrap-box-img img {
    width: 40px;
    height: 40px;
}

.permit-second-wrap-box-text p {
    font-size: 14px;
    color: #444;
}

.logo-maker-first-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.logo-maker-first-wrap-text {
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.logo-maker-first-wrap-text h2 {
    font-size: 35px;
    color: #444;
}

.logo-maker-first-wrap-text p {
    font-size: 14px;
    color: #444;
    width: 60%;
    margin: 0 auto;
}

.logo-maker-first-wrap-box {
    padding: 30px 20px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #00000057;
    border-radius: 10px;
    margin: 0px 0px 20px 0px;
}

.logo-maker-first-wrap-box-text h2 {
    font-size: 18px;
    color: #444;
}

.logo-maker-first-wrap-box-text p {
    font-size: 14px;
    color: #444;
}

.logo-maker-second-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.logo-maker-second-wrap-text {
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.logo-maker-second-wrap-text h2 {
    font-size: 35px;
    color: #444;
}

.logo-maker-second-wrap-flex {
    display: flex;
}

.logo-maker-second-wrap-flex {
    display: flex;
    gap: 30px;
}

.logo-maker-second-wrap-img {
    margin: 0px 0px 25px 0px;
}

.logo-maker-third-wrapper .logo-maker-first-wrap-box {
    min-height: 194px;
}

.logo-maker-second-wrap-list ul {
    display: flex;
    flex-wrap: wrap;    
    width: 70%;
    margin: 0 auto;
}

.logo-maker-second-wrap-list ul li {
    width: 33%;
    text-align: center;
    line-height: 2.5;
}

.logo-maker-second-wrap-list ul li a {
    font-size: 16px;
    color: #444;
}

.logo-maker-fourth-wrapper {
    padding: 50px 0px;
    background: #eee;
}

.logo-maker-fourth-wrap-text {
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.logo-maker-fourth-wrap-text h2 {
    font-size: 35px;
    color: #444;
}

.logo-maker-fourth-wrap-text p {
    font-size: 14px;
    width: 80%;
    margin: 0 auto;
    color: #444;
}

.logo-maker-fourth-wrap-box h4 {
    font-size: 22px;
    color: #444;
}

.logo-maker-fourth-wrap-box p {
    font-size: 14px;
    color: #444;
}

.logo-maker-fourth-wrap-box {
    margin: 0px 0px 30px 0px;
}

.logo-maker-fifth-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.registered-sixth-wrapper {
    padding: 50px 0px;
    background-color: #eee;
}

.registered-sixth-wrap-faq h2 {
    font-size: 35px;
    color: #444;
}

.registered-sixth-wrap-text {
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.registered-sixth-wrap-faq h2 {
    font-size: 20px;
}

.registered-sixth-wrap-faq p {
    font-size: 14px;
    color: #444;
}

.registered-sixth-wrap-faq {
    margin: 0px 0px 30px 0px;
}
