@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

@import url('https://fonts.googleapis.com/css2?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');

@import url("../css/domain_header.css");
@import url("../css/main.css");

:root {
  --Poppins: 'Poppins', sans-serif;
  --bodycolor: #7C7C7C;
  --footercolor: #fff;
  --atagcolor: #fff;
  --textgray: #747474;
  --textblack: rgb(191, 191, 191);
  --bluecolor: rgb(191, 191, 191);
  --bg-gray: #f2f2f2;
  --darkgraybg: #414141;
  --footer-top-bg: #2c3631;
  --bluedark: rgb(191, 191, 191);
  --bgwhite: rgb(191, 191, 191);
  --overlaycolor: #D3D3D3;

  --blackcolor: #000;
  --newsletterbgbutton: #000;
  --newsletterheadding: #fff;
  --headdingwhitecolor: #fff;
  --footerbordercolor: rgb(191, 191, 191);
  --footerbgcolor: #006175;
  --buttonbgcolor1: #79c6a6;
  --buttonbgcolor2: #006175;
  --headerlightblack: #2c3631;
  --themecolor: #79c6a6;
  --themeblackcolor: #006175;
  --headeractivecolor: #2c3631;


  --whitecolor: #fff;
  --sectionbg: rgb(0, 0, 0);
  --fieldsbg: rgb(22, 22, 22);
  --fieldsborder: rgb(255, 255, 255);
  --fieldsscolor: rgb(191, 191, 191);
  --buttonbg: rgb(111, 111, 111);
  --buttoncolor: #fff;
  --btnhoverbg: rgb(136, 136, 136);

}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: var(--bodycolor);
  font-weight: 500;
  overflow-x: hidden;
  background-color: var(--blackcolor);
}

.bg-white {
  background-color: var(--blackcolor) !important;
}

path.area {
  fill: var(--whitecolor);
}

a {
  color: var(--atagcolor);
  text-decoration: none !important;
}

a:hover {
  color: var(--lightblack);
  text-decoration: none !important;
}

nav.navbar .navbar-brand img {
  max-width: 231px;
  height: 60px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.pricediv {
  color: var(--whitecolor);
}

@media (min-width: 767px) and (max-width: 1024px) {
  nav.navbar .navbar-brand img {
    max-width: 250px;
    height: 65px;
  }
}

@media (min-width: 200px) and (max-width: 765px) {
  nav.navbar .navbar-brand img {
    max-width: 200px;
    height: 75px;
  }
}

@media only screen and (max-width: 992px) {
  nav.navbar .navbar-nav .nav-item {
    width: 100%;
  }
}

nav.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: 16px;
  color: var(--headerlightblack);
  font-family: var(--Poppins);
  text-transform: uppercase;
  position: relative;
  letter-spacing: normal;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  padding: 1rem 1rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

@media only screen and (max-width: 992px) {
  nav.navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    padding: 1rem 1rem;
  }
}

nav.navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--headeractivecolor);
  font-weight: 600;
}

/* nav.navbar .navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
  content: "";
  background-color: var(--headerlightblack);
  height: 3px;
  display: block;
  margin: 0;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
} */

/* nav.navbar .navbar-nav .contactus .nav-link {
   color: var(--headerlightblack);
  padding: 1rem 4rem;
  background-color: var(--whitecolor);
  background-image: linear-gradient(to left, #79c6a6 103%, #006175 -6%);
} */

nav.navbar .navbar-nav .contactus .nav-link {
  background-image: linear-gradient(345deg, var(--buttonbgcolor1), var(--buttonbgcolor2));
  text-align: center;
  transition: 0.5s;
  width: max-content;
  /* background-size: 200% auto; */
  display: block;
  color: var(--whitecolor);
}

@media only screen and (max-width: 992px) {
  nav.navbar .navbar-nav .contactus .nav-link {
    text-align: center;
    width: auto;
  }
}

nav.navbar .navbar-nav .contactus .nav-link:hover {
  /* background-color: var(--bluedark); */
  background-position: left center;
  color: var(--whitecolor);
  text-decoration: none;
}

@media (min-width: 992px) {
  nav.navbar .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    width: auto;
  }
}

@media (min-width: 992px) {
  nav.navbar.fixed {
    background-color: var(--whitecolor) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

nav.navbar.fixed .navbar-brand img {
  max-width: 231px;
  height: 60px;
}

@media (min-width: 767px) and (max-width: 1024px) {
  nav.navbar.fixed .navbar-brand img {
    max-width: 250px;
    height: 65px;
  }
}

@media (min-width: 200px) and (max-width: 765px) {
  nav.navbar.fixed .navbar-brand img {
    max-width: 200px;
    height: 75px;
  }
}

/* nav.navbar.fixed .nav-item .nav-link {
  padding: 1.2rem 2rem;
}

nav.navbar.fixed .nav-item.contactus .nav-link {
  padding: 0.7rem 4rem;
} */

/* .commonboxes {
  padding: 4rem 0;
} */

.commonboxes .card {
  background: #FFFFFF;
  border: 1px solid rgba(83, 124, 190, 0.3);
  -webkit-box-shadow: 0px 4px 20px rgba(83, 124, 190, 0.1);
  box-shadow: 0px 4px 20px rgba(83, 124, 190, 0.1);
  border-radius: 0px;
  padding: 30px;
  height: 650px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.commonboxes .card .circle-icon {
  width: 130px;
  height: 130px;
  text-align: center;
  background-color: var(--bg-gray);
  color: var(--bluecolor);
  line-height: 130px;
  font-size: 3.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 575px) {
  .commonboxes .card .circle-icon {
    margin-right: 0;
  }
}

.commonboxes .card .card-title {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 37px;
  color: var(--blackcolor);
}

.commonboxes .card .card-title a {
  text-decoration: none;
}

.commonboxes .card .card-title a:hover {
  color: var(--bluedark);
}

@media only screen and (max-width: 575px) {
  .commonboxes .card .card-title {
    text-align: center;
  }
}

.commonboxes .card .card-title::after {
  width: 100px;
  content: "";
  background-color: var(--bluecolor);
  height: 3px;
  display: block;
  margin: 22px 0 0px 0;
  border-radius: 10px;
}

@media only screen and (max-width: 575px) {
  .commonboxes .card .card-title::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.commonboxes .card .card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--textgray);
  margin-top: 1.5rem;
}

@media only screen and (max-width: 575px) {
  .commonboxes .card .card-text {
    text-align: center;
  }
}

/* .commonboxes .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
} */

.commonboxes .card:hover .circle-icon {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media only screen and (max-width: 575px) {
  .commonboxes .card .flex-shrink-0 {
    margin-left: auto;
    margin-right: auto;
  }
}

.bg-bluelight {
  background: rgba(83, 124, 190, 0.04);
}

.circleboxs {
  padding: 4rem 0;
}

.circleboxs .mySwiper {
  padding-bottom: 4.2rem;
}

.circleboxs .swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.circleboxs .circlediv {
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(83, 124, 190, 0.1);
  box-shadow: 0px 4px 30px rgba(83, 124, 190, 0.1);
  border-radius: 150px;
  width: 245px;
  height: 245px;
  text-align: center;
  line-height: 245px;
  margin: 0.5rem auto;
  overflow: hidden;
}

@media only screen and (max-width: 568px) {
  .circleboxs .circlediv {
    margin: 0 auto;
  }
}

.circleboxs .circlediv img {
  max-width: 245px;
  height: auto;
  position: relative;
  top: -1.5px;
}

.salesection {
  padding: 4rem 0;
}

.salesection a {
  text-decoration: none;
  color: var(--blackcolor);
}

.salesection .card {
  background: #FFFFFF;
  border: 1px solid rgba(83, 124, 190, 0.3);
  -webkit-box-shadow: 0px 4px 20px rgba(83, 124, 190, 0.1);
  box-shadow: 0px 4px 20px rgba(83, 124, 190, 0.1);
  border-radius: 20px;
  padding: 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding: 10px 15px;
  border-radius: 150px;
  line-height: 100%;
}

.salesection .card .circle-icon {
  width: 130px;
  height: 130px;
  text-align: center;
  background-color: var(--bg-gray);
  color: var(--bluecolor);
  line-height: 130px;
  font-size: 3.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media only screen and (max-width: 575px) {
  .salesection .card .circle-icon {
    margin-right: 0;
  }
}

.salesection .card .card-title {
  font-family: var(--Poppins);
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 37px;
  color: var(--textblack);
}

.salesection .card .card-title a {
  text-decoration: none;
}

.salesection .card .card-title a:hover {
  color: var(--bluedark);
}

@media only screen and (max-width: 575px) {
  .salesection .card .card-title {
    text-align: center;
  }
}

.salesection .card .card-title::after {
  width: 100px;
  content: "";
  background-color: var(--bluecolor);
  height: 3px;
  display: block;
  margin: 22px 0 0px 0;
  border-radius: 10px;
}

@media only screen and (max-width: 575px) {
  .salesection .card .card-title::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.salesection .card .card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--textgray);
  margin-top: 1.5rem;
}

@media only screen and (max-width: 575px) {
  .salesection .card .card-text {
    text-align: center;
  }
}

.salesection .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.salesection .card:hover .circle-icon {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.salesection .card .checkicon {
  width: 58px;
  height: 58px;
  border-radius: 150px;
  background-color: var(--bg-gray);
  text-align: center;
  line-height: 58px;
  color: var(--blackcolor);
  font-size: 2rem;
}

.salesection .card .checkicon i {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: inline-block;
}

.salesection .card h4 {
  font-weight: 400;
  font-size: 25px;
  font-family: var(--Poppins);
  margin: 0 0 0 1.2rem;
}

.salesection .card:hover {
  background-color: var(--blackcolor);
}

.salesection .card:hover a {
  color: var(--bluedark);
}

.salesection .card:hover h4 {
  color: #fff;
}

.salesection .card:hover .checkicon i {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.sec-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-align: center;
  color: var(--blackcolor);
  font-family: var(--Poppins);
  margin-bottom: 4rem;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media only screen and (max-width: 1366px) {
  .sec-title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 992px) {
  .sec-title {
    font-size: 25px;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 992px) {
  .sec-title img {
    max-width: 85px;
    width: 100%;
  }
}

@media only screen and (max-width: 568px) {
  .sec-title img {
    display: none;
  }
}

.sec-title strong {
  color: var(--whitecolor);
}

.swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  margin-top: 0 !important;
}

.swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  background: var(--whitecolor);
  color: var(--blackcolor);
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  right: auto;
}

.swiper-button-prev::after {
  font-size: 26px;
}

.swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  background: var(--whitecolor);
  color: var(--blackcolor);
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
  right: auto;
}

.swiper-button-next::after {
  font-size: 26px;
}

footer {
  background-color: var(--footerbgcolor);
  color: var(--footercolor);
  padding-top: 4rem;
}

footer .alllinks li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  footer .alllinks li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    margin: 5px 0;
  }
}

footer .alllinks li:not(:last-child) {
  border-right: rgba(255, 255, 255, 0.5) solid 1px;
}

footer .alllinks li a {
  text-transform: uppercase;
  font-family: var(--Poppins);
  font-weight: 400;
  font-size: 16px;
  opacity: 0.5;
  padding: 0;
  line-height: normal;
}

footer .alllinks li a:hover {
  padding-left: 0 !important;
}

@media only screen and (max-width: 600px) {
  footer .alllinks li:nth-child(3) {
    border-right: 0;
  }
}

footer .copyright {
  color: #8A8A8A;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

footer .copyright p {
  margin: 2rem;
  color: var(--footercolor);
  margin-bottom: 1rem;
  font-family: var(--Poppins);
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

footer dl,
footer ol,
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .copyright a {
  color: #fff;
  text-decoration: none;
}

footer h4 {
  font-family: var(--Poppins);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  color: white;
}

footer h4::after {
  width: 50px;
  content: "";
  background-color: var(--footerbordercolor);
  height: 3px;
  display: block;
  margin: 10px 0 0px 0;
  border-radius: 10px;
}

footer ul li a {
  color: #fff;
  font-family: var(--Poppins);
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-decoration: none;
  padding-left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-right: 0;
}

footer ul li a:hover {
  opacity: 1;
  color: #fff;
  padding-left: 0.5rem;
}

footer ul.followus li a {
  font-size: 18px;
}

footer ul.followus li a:hover {
  padding-left: 0;
}

.mainslider .carousel-control-next,
.mainslider .carousel-control-prev {
  width: auto;
  padding: 0 2rem;
}

@media only screen and (max-width: 1300px) {

  .mainslider .carousel-control-next,
  .mainslider .carousel-control-prev {
    padding: 0 .5rem;
  }
}

.mainslider .carousel-control-prev .carousel-control-prev-icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  color: var(--bluecolor);
  line-height: 50px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .mainslider .carousel-control-prev .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.mainslider .carousel-control-next .carousel-control-next-icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  background-color: #fff;
  color: var(--bluecolor);
  line-height: 50px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .mainslider .carousel-control-next .carousel-control-next-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.mainslider .carousel-inner .carousel-item img {
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .mainslider .carousel-inner .carousel-item img {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .mainslider .carousel-inner .carousel-item img {
    height: 270px;
  }
}

@media only screen and (max-width: 575px) {
  .mainslider .carousel-inner .carousel-item img {
    height: 200px;
  }
}

.mainslider .carousel-inner .carousel-item::before {
  background-color: var(--overlaycolor);
  opacity: 0.7;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mainslider .carousel-inner .carousel-item .carousel-caption {
  right: 0;
  /* max-width: 1320px; */
  text-align: left;
  z-index: 1;
  padding: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1300px) {
  .mainslider .carousel-inner .carousel-item .carousel-caption {
    padding: 0 4rem;
  }
}

.mainslider .carousel-inner .carousel-item .carousel-caption .titledls {
  color: #fff;
  font-family: var(--Poppins);
  font-weight: 300;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  max-width: 750px;
}

@media only screen and (max-width: 1024px) {
  .mainslider .carousel-inner .carousel-item .carousel-caption .titledls {
    font-size: 30px;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .mainslider .carousel-inner .carousel-item .carousel-caption .titledls {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (max-width: 375px) {
  .mainslider .carousel-inner .carousel-item .carousel-caption .titledls {
    font-size: 16px;
  }
}

.mainslider .carousel-inner .carousel-item .carousel-caption .titledls strong {
  font-weight: 700;
}

.mainslider .carousel-inner .carousel-item .carousel-caption p {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  max-width: 750px;
}

@media only screen and (max-width: 1024px) {
  .mainslider .carousel-inner .carousel-item .carousel-caption p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mainslider .carousel-inner .carousel-item .carousel-caption p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .mainslider .carousel-inner .carousel-item .carousel-caption p {
    font-size: 12px;
    line-height: 16px;
  }
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0.4;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  font-size: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  opacity: 1;
}

#return-to-top:hover i {
  color: #fff;
}

.offersec .bottomtext {
  color: var(--bluedark);
}

.offersec .logocenter {
  text-align: center;
  display: block;
}

.offersec .logocenter img {
  max-width: 290px;
  margin: 0 auto;
}

.offersec .phone-right {
  text-align: center;
  padding: 0.5rem 0 0.5rem 0;
  background-color: #fff;
}

.offersec .phone-right span img {
  max-width: 130px;
}

.offersec .phone-right i {
  color: var(--bluecolor);
}

.offersec .phone-right h3 {
  font-family: var(--Poppins);
  margin-top: 0.5rem;
  color: var(--bluecolor);
}

.offersec .domainhead {
  font-family: var(--Poppins);
  text-align: center;
  text-transform: uppercase;
  color: var(--textblack);
}

.offersec .nav .nav-link {
  font-family: var(--Poppins);
  color: var(--bs-gray);
  padding-left: 10px;
  padding-right: 10px;
}

.offersec .nav .nav-link.active,
.offersec .nav .nav-link:hover {
  color: var(--bodycolor);
}

.offersec .nav .nav-link.active span,
.offersec .nav .nav-link:hover span {
  background-color: var(--bluecolor);
  color: #fff;
  border-color: var(--bluecolor);
}

.offersec .nav .nav-link span {
  border: #ccc solid 1px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  line-height: 33px;
  margin-bottom: 0.2rem;
}

.offersec .nav .nav-link p {
  margin: 0;
}

.offersec .leftpart {
  padding: 1.5rem;
}

@media only screen and (min-width: 992px) {
  .offersec .leftpart {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 4rem;
  }
}

.offersec .rightpart {
  padding: 2.5rem 1.5rem;
}

@media only screen and (min-width: 992px) {
  .offersec .rightpart {
    padding: 4rem 3rem;
  }
}

.offersec .bigtext {
  text-align: center;
  color: var(--bluecolor);
  font-family: var(--Poppins);
}

.offersec .is-for-sale {
  text-align: center;
}

.offersec .subheading {
  font-family: var(--Poppins);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--bluecolor);
}

.offersec .subheading i {
  background: #151515;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  display: inline-block;
  line-height: 50px;
  font-size: 1.5rem;
}

.offersec .subheading p {
  margin: 0;
}

.offersec .bluebutton {
  color: var(--buttoncolor);
  padding: 0.8rem 4rem;
  background-color: var(--buttonbg);
  font-family: var(--Poppins);
  text-transform: uppercase;
  font-size: 1.1rem;
  border-radius: unset;
  line-height: normal;
  border: none;
}

.offersec .bluebutton:hover {
  background-color: var(--btnhoverbg);
}

#contact_form .error {
  color: #d50000 !important;
  margin-top: 5px;
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--Poppins);
}

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



/* Added CSS from custom.css - Full - Start */
img {
  font-size: 13px;
  line-height: 14px;
}

.cmspage_section {
  padding: 2rem 0;
}

.cmspage_section .sec-title {
  margin-bottom: 2rem;
}

.about_page .row p {
  margin-bottom: 0;
}

.whyvc_page .row p {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
  color: var(--whitecolor);
  background-color: var(--blackcolor);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-button:focus {
  box-shadow: none;
}

#contact_form .error {
  color: #ff0000;
  margin-top: 5px;
}

.contact_error {
  color: #ff0000;
  margin-top: 5px;
}

.contact_success {
  color: green;
}

#loader {
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#loader img {
  width: 70px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
}

.salesection .card .domain_title {
  font-weight: 400;
  font-size: 25px;
  font-family: var(--Poppins);
  margin: 0 0 0 1.2rem;
}


.contact_send_btn {
  color: var(--buttoncolor);
  padding: 0.7rem 2rem;
  background-color: var(--buttonbg);
  border: none;
  border-radius: unset;
  font-size: 16px;
}

.contact_send_btn .contact_send_ico {
  font-size: 16px;
  margin: 0 5px;
}


#contact_form .form-control:focus {
  box-shadow: none !important;
}

.offersec .nav .nav-link.active .domain_process_tab_number,
.offersec .nav .nav-link:hover .domain_process_tab_number {
  background-color: var(--blackcolor);
  color: var(--whitecolor);
  border-color: var(--bodycolor);
}

.offersec .nav .nav-link .domain_process_tab_number {
  border: #ccc solid 1px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  line-height: 33px;
  margin-bottom: 0.2rem;
}

.offersec .phone-right em {
  color: var(--bluecolor);
}

.rightpart>p {
  margin-bottom: 0px;
}

.offersec .phone-right img {
  max-width: 130px;
}

#liveToast {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;

  .position-fixed {
    z-index: 11;
  }

  /* To center align domain popup in right-bottom of site */
}

.footer_toast {
  background-color: var(--blackcolor);
  /*width: 350px;*/
  color: var(--whitecolor);
  border: 1px solid var(--whitecolor);
  border-radius: 25px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.toast_btn_close {
  color: var(--whitecolor);
  background: transparent;
  border: none;
  font-size: 16px;
  float: right;
  top: -2px;
  position: relative;
  font-weight: bold;
  border-radius: 15px;
}

.footer_visitor_counter {
  text-align: center;
  border-color: #6c757d !important
}

.footer_visitor_counter p {
  color: #8A8A8A;
}

.swiper-wrapper {
  margin: 0 auto;
}

.domain_sales_list a {
  text-decoration: none;
}

#myTab {
  display: inline-flex;
}

.portfolio_main a {
  text-decoration: none;
}

.custom_error {
  position: relative !important;
  padding: 0 !important;
  opacity: 1;
  transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
  top: 10px !important;
  color: #d50000 !important;
  transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

#accept_terms_text {
  padding-left: 10px;
  position: relative;
  top: -2px;
}

#accept_terms_text p {
  padding-left: 24px;
}

.accept_terms_main {
  position: relative;
  padding-left: 5px;
}

#accept_terms-error {
  position: absolute;
  top: 72px;
  left: 0;
  transform: scale(.85) translateY(-0.5rem) translateX(-0.6rem);
}

.represent_company_main input[type=radio] {
  opacity: 0;
  position: absolute;
}

.label_represent_company1,
.label_represent_company2 {
  cursor: pointer;
  color: #00112C;
  display: inline-flex;
  padding: 1rem;
  box-shadow: inset 0 0 0 0.0625rem #8795aa;
  border-radius: 0.5rem;
  margin-right: 1rem;
  transition: all .3s;
}

.label_represent_company1:before,
.label_represent_company2:before {
  content: '';
  display: inline-block;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid black;
  border-radius: 50%;
  transition: .3s;
  margin-right: 0.5rem;
  background: white;
}

.represent_company_main input[type=radio]:checked~label:before {
  background: var(--bluedark);
  border-color: var(--bluedark);
  box-shadow: inset 0 0 0 0.1875rem #ffffff;
}

#represent_company-error {
  position: absolute;
  top: 95px;
  padding: 0;
  transform: scale(.85) translateY(-0.5rem) translateX(-0.8rem);
}

.represent_company_main .form-check {
  float: left;
  width: 100px;
  padding: 0;
}

/* payment_plan - start  */
.payment_plan_main input[type=radio] {
  opacity: 0;
  position: absolute;
}

.label_payment_plan1,
.label_payment_plan2 {
  cursor: pointer;
  color: #00112C;
  display: inline-flex;
  padding: 1rem;
  box-shadow: inset 0 0 0 0.0625rem #8795aa;
  border-radius: 0.5rem;
  margin-right: 1rem;
  transition: all .3s;
}

.label_payment_plan1:before,
.label_payment_plan2:before {
  content: '';
  display: inline-block;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid black;
  border-radius: 50%;
  transition: .3s;
  margin-right: 0.5rem;
  background: white;
}

.payment_plan_main input[type=radio]:checked~label:before {
  background: var(--bluedark);
  border-color: var(--bluedark);
  box-shadow: inset 0 0 0 0.1875rem #ffffff;
}

#payment_plan-error {
  position: absolute;
  top: 95px;
  padding: 0;
  transform: scale(.85) translateY(-0.5rem) translateX(-0.8rem);
}

.payment_plan_main .form-check {
  float: left;
  width: 100px;
  padding: 0;
}

/* payment_plan - end  */

input#accept_terms {
  position: relative;
  top: 22px;
  z-index: 99;
}

#success-newsletter {
  width: 100%;
}

.error_message {
  width: 500px;
  display: inline-block;
  /*background: #fff;
    width: 500px;
    padding: 10px 0px;
    margin: 10px auto;*/
}

.success_message {
  width: 500px;
  display: inline-block;
}

#newsletter_loader {
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

#newsletter_loader img {
  width: 70px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
}

.subscribe_email_button {
  border-color: var(--blackcolor) !important;
  background-color: var(--newsletterbgbutton) !important;
  color: var(--whitecolor) !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: none;
  box-shadow: -1px 2px 20px rgba(0, 0, 0, 0.1);
}

.subscribe_email_button:hover {
  background-color: var(--newsletterbgbutton) !important;
  background-image: none;
  box-shadow: -1px 2px 20px rgba(0, 0, 0, 0.1);
}

.domain_box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  display: none;
}

.domain_box span {
  top: 85px;
  position: relative;
  background: #000;
  color: #fff;
  padding: 3px 10px;
  border: 0.5px solid #fff;
}

/*nav.navbar.fixed .nav-item.contactus .nav-link { padding: 0.7rem 0rem; } */

/* To center align domain popup in right-bottom of site */
@media (max-width:767px) {
  #liveToast {
    margin: 0 auto;
  }

  .position-fixed {
    z-index: 11;
    margin: 0 auto;
    display: inline-block;
    width: 100%;

    left: 0 !important;
  }

  #offcanvasExample {
    width: 300px;
  }
}




@media only screen and (max-width:576px) {
  .d-lg-none {
    display: none !important
  }

  .d-md-none {
    display: none !important
  }

  .d-sm-none {
    display: none !important
  }

  .d-xs-flex {
    display: flex !important
  }
}

/* To center align 1,2,3 sections on lenders page */


.offersec {
  background-color: var(--sectionbg);
}

.header_domain_name {
  color: var(--bluecolor);
}

.header_domain_name_sub {
  color: var(--bluecolor);
}

.header_domain_name_subtitle {
  color: var(--bluecolor);
}

.card {
  background-color: var(--blackcolor);
}


#contact_form .form-floating>.form-control::placeholder,
#contact_form .form-check>.form-check-input::placeholder {
  color: var(--fieldsscolor);
}

.form-floating>.form-control,
.form-check>.form-check-input {
  background-color: var(--fieldsbg);
  color: var(--fieldsscolor);
  border: none;
}

.form-floating>.form-control:focus,
.form-check>.form-check-input:focus {
  box-shadow: currentcolor 0px 0px 0px 1px inset;
}

.navbar-light .navbar-toggler {
  color: var(--whitecolor);
  border-color: var(--whitecolor);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23ffffff' %3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
  box-shadow: unset;
}

.offersec .phone-right img {
  max-width: 130px;
}

.offersec .nav .nav-link {
  cursor: pointer;
}

#domain_form input+.error,
#domain_form textarea+.error {
  color: #d50000 !important;
}

#domain_form .error::-webkit-input-placeholder,
#domain_form .error:-ms-input-placeholder,
#domain_form .error::placeholder {
  color: #d50000 !important;
}

.form-floating>label.error {
  position: relative;
  padding: 0;
  opacity: 1;
  transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
  top: 10px;
}

iframe {
  width: 100%;
  height: 300px;
}

.domain_header_hero {
  padding-bottom: 100px !important;
}

@media screen and (min-width: 425px) and (max-width: 669px) {
  iframe {
    height: 250px;
  }
}

@media only screen and (max-width: 425px) {
  iframe {
    height: 150px;
  }
}

@media (min-width: 336px) and (max-width: 467px) {
  #accept_terms-error {
    top: 95px;
  }
}

@media (max-width: 335px) {
  #accept_terms-error {
    top: 115px;
  }
}

.login_bg {
  background-color: none;
  background-image: linear-gradient(345deg, var(--buttonbgcolor1) , var(--buttonbgcolor2));
  padding: 30px 10px;
}

.register_bg {
  background-color: none;
  background-image: linear-gradient(345deg, var(--buttonbgcolor1) , var(--buttonbgcolor2));
  padding: 30px 10px;
}
