/**
* Template Name: Arsha
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&family=Poppins:wght@400;500;600;700&display=swap');

:root {
  --DARKVLUE-color: #123faf;
  --white-color: #FFFFFF;
  --semidarkblue: #6A64F1;
  --navbartext: #172a7b;
  --black: #000000;
  --abouttextbackground:#f5f5fa;
  --purpol:#3C0050;
  --purpol2:#850aad;
}

body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: 'Poppins', sans-serif;
  /* font-family: 'PT Serif', serif; */
  color: #444444;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
} */

/* UTILLS START */

.mt40 {
  margin-top: 6rem;
}

.ptext{
  font-size: 1.2vw;
}

/* UTILLS END */

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  height: 16vh;
  display: flex;
  align-items: center;
  /* background-color: #056e7a; */
  background-color: var(--white-color);
  box-shadow: 0px 0px 8px #bab4b465;
}

.LogoImage {
  width: 150px;
  height: auto;
  /* background-color: var(--white-color);
  border-radius: 50%; */
}

/* #header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
} */

#header .logo {
  width: 90px;
  height: 80px;
  border-radius: 50%;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

.Order_form_wrapper .formbold-form-input2 {
  padding-left: 10px;
  padding-right: 10px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}
/* .navbar ul li:nth-child(4) {
 margin-right: 9rem;
} */



.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 1.2vw;
  font-weight: 600;
  /* color: #707070; */
  color: var(--navbartext);
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 1px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  /* color: #47b2e4; */
  color: var(--purpol2);
}

  .getstarted {
  padding: 8px 20px;
  width: 15vw;
  height: 7vh;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  background-color: var(--purpol);
     font-size: 1.6vw;
  border: none !important;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

 .getstarted:hover,
 .getstarted:focus:hover {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 1vw;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  /* color: #47b2e4; */
  color: var(--purpol2);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  /* color: #fff; */
  color: var(--black);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 4vw;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--purpol2);
}

/* .navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
} */

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  font-size: 3vw;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}

.navabrwrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.carousel_wrapper {
  padding: 1rem 1.5rem;
  padding-bottom: 0px;
}

.indexfooter {
  margin-top: 3rem;
}

.Body_section {
  margin-top: 16vh;
}

#hero {
  width: 100%;
  height: 100vh;
  background: #37517e;
  background: url('../img/banner2.jpg') no-repeat;
  background-size: cover;
}

#bannerImage {
  width: 100%;
  height: auto;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

.bannerText {
  width: 80%;
  position: absolute;
  color: #ffffff;
  /* color: var(--DARKVLUE-color); */
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
}

/* .bannerText h1,h2{
  color: var(--white-color);
} */
.bannerText h2 {
  font-size: 4vw;
  text-transform:capitalize;
}

.bannerText p {
  font-size: 2vw;
}

.btn-get-started {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: var(--DARKVLUE-color);
}


.subBannerHeading {
  position: absolute;
  color: var(--white-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  /* border: 1px solid red; */
}

.subBannerHeading h2 {
  font-size: 4vw;
  text-align: center;
}

.subBannerHeading p {
  font-size: 2vw;
  text-align: center;
}

.subBannerHeadingtwo {
  position: absolute;
  color: var(--white-color);
  left: 10%;
  bottom: 10%;
  font-size: 2vw;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 20px 0px;
  margin: 60px 0;
  overflow: hidden;
}
.carousel_wrapper_section{
  background: linear-gradient(0deg, rgba(11,61,79,1) 8%, rgba(11,61,79,1) 74%);

}
.section-bg {
  background-color: #f3f5fa;
}

.body_content {
  font-size: 1.3vw;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 2vw;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #172a7b;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about{
  background-color: var(--abouttextbackground);
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.2vw;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: var(--purpol);
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid var(--purpol);
}

.about .content .btn-learn-more:hover {
  background: var(--purpol);
  color: #fff;
  text-decoration: none;
}

/* service */
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.serviceCard{
  background-color: var(--purpol);
  border-radius: 10px;
  padding: 20px 10px;
}


.services {
  background: url('../img/Products.jpeg') no-repeat;
  background-size: cover;
  background-position: center;
}

.services .iconbox_anchor_Wrapper {
  width: 80%;
  margin: auto;
  color: #FFFFFF;
}

.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  transition: all ease-in-out 0.4s;
  background: transparent;
  border: 1px solid #FFFFFF;
  width: 100%;
}


.services .icon-box .icon {
  margin-bottom: 20px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  font-size: 1.2vw;
  text-align: center;
}

.services .icon-box h4 a {
  color: #FFFFFF;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 1.2vw;
  margin-bottom: 0;
}

.services .icon-box img {
  width: 100%;
  height: auto;
}

.services .icon-box:hover {
  scale: 1.2;
}

.services .icon-box:hover h4 a {
  color: var(--white-color);
}

.serviceList_arrow a {
  color: var(--DARKVLUE-color);
  text-decoration: underline;
  background-color: var(--white-color);
  padding: 7px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.serviceList_arrow {
  display: none;
}

.services .icon-box:hover .serviceList_arrow {
  display: block;

}

.ServiceImage {
  width: 100%;
  height: auto;
  border-radius: 10px;
}


.services .icon-box:hover h4 a {
  color: var(--white-color);
}

.serviceList_arrow a {
  color: var(--DARKVLUE-color);
  text-decoration: underline;
  background-color: var(--white-color);
  padding: 7px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.serviceList_arrow {
  display: none;
}

.services .icon-box:hover .serviceList_arrow {
  display: block;

}

.servicelist .servicelist_title {
  font-size: 1.2vw;
}

.serviceList_header {
  padding: 20px;
  background: var(--semidarkblue);
  color: #FFFFFF;
  border-radius: 20px 20px 0px 0px;
}

.serviceList_header h4 {
  margin-bottom: 0px;
  font-size: 2vw;
}

.serviceList_header2 h4 {
  /* color: #0c6ea1; */
  color: var(--white-color);
  margin-bottom: 20px;
}

.services_list {
  list-style: none;
  padding: 0px !important;
}

.services_list li {
  padding: 10px;
  background: rgba(40, 58, 90, 0.5);
  color: #ffffff;
  margin: 3px 0px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.services_list li:hover {

  background: rgba(40, 58, 90, 0.7);

}

.active_service {
  background-color: var(--semidarkblue) !important;
}

.ServiceOrderBTn {
  border: none;
  outline: none;
  border-radius: 5px;
  color: #ffffff;
  background-color: rgba(40, 58, 90);
  padding: 10px 26px;
}

.ServiceOrderBTn:hover {
  background-color: #47b2e4;
  transition: all .3s;
}

.Servicelist_body_content {
  font-size: 1.3vw;
  padding: 20px;
}

.Servicelist_body_content p,
li {
  text-align: justify;
  font-size: 1.3vw;
  color: var(--white-color);
}




/* contact */



.contact_info_wrapper {
  background-color: var(--semidarkblue);
  padding: 20px;
  border-radius: 10px 0px 0px 10px;
}

.contact_info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact_info h4 {
  padding: 0 0 0 60px;
  font-size: 1.4vw;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--white-color);
}

.contact_info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 1vw;
  color: var(--white-color);
}

.contact_info .email p {
  padding-top: 5px;
}

.contact_info .social-links {
  padding-left: 60px;
}

.contact_info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact_info .social-links a:hover {
  background: var(--DARKVLUE-color);
  color: #fff;
}

.contact_info .email:hover i,
.contact_info .address:hover i,
.contact_info .phone:hover i {
  background: var(--DARKVLUE-color);
  color: #fff;
}
.address{
  margin-top: 2rem;
}


/* .Contact_form_wrapper{
  width: 60%;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 1px solid var(--semidarkblue);
} */
.contact_input_wrapper2 {
  position: relative;
}

.Contact_form {
  padding: 20px;
}


.contact_input_icon {
  position: absolute;
  left: 0;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #37517e;
}

#footer .footer-top {
  padding: 30px 0 0px 0;
  /* background: var(--DARKVLUE-color); */
  background-color: var(--white-color);
  box-shadow: 0px 0px 8px #bab4b465;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}


#footer .footer-top .footer-contact p {
  font-size: 1.3vw;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  /* color: var(--white-color); */
  color: var(--black);
}

#footer .footer-top h2 {
  font-weight: bold;
  /* color: var(--white-color); */
  color: var(--navbartext) ;
  position: relative;
  padding-bottom: 12px;
  font-size: 1.3vw;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}


#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

.footer_link {
  text-decoration: none;
  /* color: var(--white-color); */
  color: var(--black);
  font-size: 1.3vw;
}
.footer_icon{
  font-size: 25px;
  color: var(--black);
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

.SErvicesList_img {
  height: 60px;
  width: 60px;
}

/* website form */

.OrderFormWrapperone{
  min-height: 80vh;
}

.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 48px;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #727171;
  border-radius: 10px;
  
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 550px;
  width: 100%;
  background: transparentx;
}

.formbold-form-input {
  width: 100%;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #DDE3EC;
  background: transparent;
  font-weight: 500;
  font-size: 1.1vw;
  color: #07074D;
  outline: none;
  resize: none;
  margin-bottom: 15px;
}



/* form css */

.OrderFormHeader {
  text-align: center;
  margin-bottom: 12px;
  color: var(--navbartext);
  font-size: 1.6vw;
}

.formbold-form-input::placeholder {
  color: #536387;
}



.formbold-form-label {
  /* color: #07074D; */
  color: var(--white-color);
  font-weight: 600;
  font-size: 1.1vw;
  line-height: 24px;
  display: block;
  margin-bottom: 8px;
}
.formbold-form-label2{
  color: #07074D !important;
}

.contact_input_wrapper {
  position: relative;
}

.contact_input_wrapper input {
  padding-left: 35px;
}

.formbold-form-input:focus {
  border-color: var(--semidarkblue) !important;
}

.contact_input_wrapper:focus-within~.formbold-form-label {
  color: var(--semidarkblue) !important;
}

.formbold-form-input:focus+.contact_input_icon {
  color: var(--semidarkblue);
}

.formbold-btn {
  margin-top: 10px;
  font-size: 1.1vw;
  border-radius: 5px;
  padding: 8px 25px;
  border: none;
  font-weight: 500;
 background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  cursor: pointer;
}

.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.textarea {
  outline: none !important;
  box-shadow: none !important;
  padding-left: 20px;
}

#message {
  box-shadow: none !important;
}


.OrderBtn{
background-color: var(--purpol);
  color: var(--white-color);
}
/* about page css */

.about_us{
  background-color: var(--abouttextbackground);
}

/* .about_us p{
  font-size: 20px;
} */

/* contact page css */

/* contact */
.contactPage_form_info_wrapper {
  background-color: var(--semidarkblue);
  padding: 20px;
  border-radius: 10px 0px 0px 10px;
}


.addresform {
  display: flex;

}

.contactPage_form_info h4 {
  padding: 0 0 0 20px;
  font-size: 1.2vw;
  font-weight: 600;
  margin-bottom: 5px;
  /* color: #000000; */
  color: var(--white-color);
}
.Contact_form h2 {
  /* color: #673ab7; */
  color: var(--white-color);
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: bold;
}
.contactPage_form_info p {
  padding: 0 0 10px 20px;
  margin-bottom: 20px;
  font-size: 1.2vw;
  /* color: #000000; */
  color: var(--white-color);
}

.contactPage_form_info .email p {
  padding-top: 5px;
}

.contactPage_form_info .social-links {
  padding-left: 60px;
}

.contactPage_form_info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contactPage_form_info .social-links a:hover {
  background: var(--DARKVLUE-color);
  color: #fff;
}




.Contact_form_wrapper {
  width: 85%;
  margin: auto;
  /* background-color: #FFFFFF; */
  background-color: var(--purpol);
  border-radius: 10px;
  box-shadow: 0px 0px 8px #dddada;
  padding: 20px;
}

.Contact_form {
  padding: 20px;
}

.Contact_form p {
  font-size: 1.2vw;
  text-align: justify;
  color: var(--white-color);
}

.contact_input_icon {
  position: absolute;
  left: 10px;
  top: 5px;
}

.contactPage_form_info_wrapper2 {
  padding-left: 30px;
}

.formbold-form-input2 {
  border: none;
  background: #f1eef7;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 20px;
  width: 100%;
  outline: none;
  box-shadow: none;
  margin-bottom: 10px;
}

.socialicon {
  color: #FFFFFF;
}

.socialiconWrapper {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.socialiconWrapper:first-child {
  background-color: #1b74e4;
}

.socialiconWrapper:nth-child(2) {
  background-color: #1bd6e4;
}

.socialiconWrapper:last-child {
  background-color: #ef749d;
}

.section-title h3 {
  font-size: 1.1vw;
}
.content_crousel{
  font-size: .9vw;
}
/* select {
  -webkit-appearance: none;
  appearance: none;
}
.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "^";
  font-size: 1rem;
  top: 6px;
  right: 10px;
  position: absolute;
} */

.successPageWrapper{
  margin-top: 7rem;
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SuccessTextWrapper{
  width: 60%;
  height: 70%;
  box-shadow: 0px 0px 8px #d5cccc56;
  display: flex;
  justify-content: center;
  align-items: center;

}


@media (max-width: 967px) {

  .navmeauto{
    order: 1;
    margin-right: auto !important;
  }
  .navbar{
    order: 3;
  }
   .getstarted {
    order: 2;
    font-size: 3.6vw;
    border: 1px solid var(--DARKVLUE-color);
    width: 30vw;
    height: 4vh;
    margin-right: 10px;
  }

  .navbar-mobile a {
    font-size: 4vw;
  }

  .Body_section {
    padding-bottom: 0px;
    margin-top: 13vh;
  }

  #header {
    height: 13vh;
  }

  .subBannerHeading h2 {
    font-size: 8vw;
  }

  .subBannerHeading p {
    font-size: 4vw;
  }

  .body_content {
    font-size: 4vw;
    text-align: justify;
  }

  .section-title h2 {
    font-size: 5vw;
  }

  .section-title h3 {
    font-size: 3vw;
    text-align: justify;
  }

  .owl-stage {
    margin: 2rem 0rem;
   }

  /* index */
  .about .content .btn-learn-more {
    font-size: 3vw;
  }


  .bannerText h1 {
    font-size: 6.2vw;
  }

  .bannerText h1 {
    font-size: 6.2vw;
  }

  .bannerText p {
    font-size: 3vw;
  }

  .bannerText {
    top: 46%;
  }

  .Contact_form_wrapper {
    width: 100%;
    border: none;
  }

  .serviceContainer {
    max-width: 100%;
  }

  .services .icon-box h4 {
    font-size: 2.6vw;
  }

  .services .icon-box p {
    font-size: 2.2vw;
  }
  .owl-item .item .card {
    box-shadow: none !important;
    border: 1px solid #000000 !important;
  }
  .content_crousel {
    font-size: 4vw;
  }

  /* service */
  .Servicelist_body_content p,
  li {
    font-size: 4vw;
  }

  .servicelist .servicelist_title {
    font-size: 4.2vw;
  }

  .serviceList_header h4 {
    font-size: 5vw;
  }

  .serviceList_header2 h4 {
    font-size: 5vw;
  }

  .Servicelist_body_content {
    font-size: 4vw;
    margin-top: 4rem;
  }

  .rightserviceproduct {
    flex-direction: column-reverse;
  }

  /* contact */
  .ptext{
    font-size: 3vw;
  }
  .Contact_form_wrapper .row{
    flex-direction: column-reverse;
  }
  .Contact_form_wrapper {
    margin-top: 3rem;
  }

  .contact_info h4 {
    font-size: 3.4vw;
  }

  .formbold-form-label {
    font-size: 3.3vw;
  }

  .formbold-form-input {
    font-size: 3vw;
  }

  .formbold-btn {
    font-size: 3.1vw;
  }

  .contact_info i {
    height: 34px;
    width: 34px;
  }

  .contact_info p {
    font-size: 3vw;
  }

  .contact_input_icon {
    font-size: 3vw;
  }

  .contact_input_wrapper input {
    padding-left: 44px;
  }

  .formbold-form-input2 {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
  }

  .contact_input_icon {
    top: 15px;
  }

  .addresform i {
    font-size: 4vw;
  }

  .contact_info_wrapper2 {
    margin-top: 3rem;
  }

  .Contact_form p {
    font-size: 3vw;
  }

  .Contact_form h2 {
    font-size: 5vw;
  }

  .contactPage_form_info p {
    font-size: 3.3vw;
  }

  .contactPage_form_info h4 {
    font-size: 3.3vw;
  }

  /* order */

  .OrderFormHeader {
    font-size: 4.3vw;
  }
  .SuccessTextWrapper{
    width: 90%;
  }

  .OrderFormHeader{
    margin-bottom: 42px;
  }

  #footer .footer-top h2{
    font-size: 3vw;
  }
  #footer .footer-top .footer-contact p{
    font-size: 3vw;
  }
  .footer_link{
    font-size: 3vw;
  }
}


@media (max-width: 567px) {
  .navmeauto{
    order: 1;
    margin-right: auto !important;
  }
  .navbar{
    order: 3;
  }
   .getstarted {
    font-size: 3.6vw;
    border: 1px solid var(--DARKVLUE-color);
    width: 32vw;
    height: 4vh;
    padding: 3px 10px;
    order: 2;
    margin-left: 0px;
    margin-right: 10px;
  }

  .Body_section {
    padding-bottom: 0px;
    margin-top: 13vh;
  }

  #header {
    height: 13vh;
  }

  #header .LogoImage {
    width: 65px;
    height: auto;
  }

  .btn-get-started {
    font-size: 15px;
  }

  .body_content {
    font-size: 3vw;
    text-align: justify;
  }

  .section-title {
    padding-bottom: 0px;
  }

  .section-title h2 {
    font-size: 5vw;
  }

  .section-title h3 {
    font-size: 3vw;
    text-align: justify;
  }

  .subBannerHeading h2 {
    font-size: 7vw;
  }

  .subBannerHeading p {
    font-size: 3vw;
  }

  .owl-stage {
   margin: 2rem 0rem;
  }
  /* index */

  .about .content .btn-learn-more {
    font-size: 3vw;
  }

  .bannerText h1 {
    font-size: 5.5vw;
  }

  .bannerText h2 {
    font-size: 4.2vw;
  }

  .Contact_form_wrapper {
    width: 100%;
    border: none;
  }

  .services .icon-box h4 {
    font-size: 4vw;
  }

  .services .icon-box p {
    font-size: 4vw;
  }

  .carousel_wrapper_section {
    padding: 30px 0px 0px 0px;
  }

  .owl-item .item .card {
    box-shadow: none !important;
    border: 1px solid #000000 !important;
  }

  .indexfooter {
    margin-top: 0px;
  }

  .content_crousel {
    font-size: 3vw;
  }
  .owl-theme .owl-nav {
    margin-top: -10%;
  }
  /* service */
  .servicetitlewrapper {
    padding: 30px 30px;
  }

  .Servicelist_body_content p,
  li {
    font-size: 3vw;
  }

  .servicelist .servicelist_title {
    font-size: 4.2vw;
  }

  .serviceList_header h4 {
    font-size: 5vw;
  }

  .Servicelist_body_content {
    font-size: 4vw;
    margin-top: 2rem;
  }

  .mt40 {
    margin-top: 1rem;
  }

  /* contact */
  .ptext{
    font-size: 3vw;
  }

  .Contact_form_wrapper .row{
    flex-direction: column-reverse;
  }

  .contact_info h4 {
    font-size: 5.4vw;
  }

  .formbold-main-wrapper {
    padding: 20px 18px;
    height: auto;
  }

  .formbold-form-label {
    font-size: 4vw;
  }

  .formbold-form-input {
    font-size: 5vw;
  }

  .formbold-btn {
    font-size: 4.1vw;
  }

  .contact_info p {
    font-size: 3vw;
  }

  .contact_input_icon {
    font-size: 6vw;
  }

  .formbold-form-input2 {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 25px;
  }

  .contact_input_icon {
    top: 5px;
  }

  .contact_input_wrapper input {
    padding-left: 45px;
  }

  .Contact_form p {
    font-size: 3vw;
  }

  .contactPage_form_info p {
    font-size: 3vw;
  }

  .contactPage_form_info h4 {
    font-size: 5vw;
  }

  /* order */
  .OrderFormHeader {
    font-size: 4.8vw;
  }

  .formbold-btn {
    padding: 6px 25px;
  }

  /* footer */
  #footer .footer-top h2{
    font-size: 5vw;
  }
  #footer .footer-top .footer-contact p {
    font-size: 4vw;
  }
.footer_link{
  font-size: 4vw;
}
.SuccessTextWrapper{
  width: 90%;
}
}