* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}
ol,
ul {
  padding-left: 0px;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}
a {
  text-decoration: none;
}
a,
button {
  color: inherit;
}
body {
  background: #fff !important; 
}

.img-box {
  position: relative;
  width: 100%;
}
.mt-100 {
  margin-top: 100px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}

.container-fluid {
  padding: 0px 100px;
}
.bracket_box {
  position: relative;
  width: 100%;
  padding: 15px 0px;
  background: #DADEE2;
}
.top-header-text {
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: normal;
  color: #08243A;
  padding: 0px 15px;
}
.social-icon {
  margin-right: 10px;
  color: #08243A;
}
.navbar {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: background-color 0.3s ease;
}
.navbar.scrolled {
  background: #fff;
  border-bottom: 1px solid #08243A;
}
.navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand img {
  width: 120px;
}
.navbar-nav .nav-item {
  position: relative;
  padding: 0px 15px;
}
.navbar-nav .nav-item a {
  position: relative;
  font-family: "Poppins-Medium";
  font-size: 18px;
  line-height: normal;
  align-items: center;
  color: #08243A;
  cursor: pointer;
}
.navbar-toggler {
  border: 0;
  padding: 0;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.primary-btn {
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  background: #1EADE9;
  display: inline-block;
  border: 1px solid #1EADE9;
  border-radius: 0px;
  padding: 10px 20px;
}
.primary-btn:hover{
  color: #1EADE9;
  background: transparent;
  border: 1px solid #1EADE9;
}

/* mobile-menu-css */
.mobile-toogle{
  display: none;
}
.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #ddf5ff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
}
.sidepanel li {
  margin-bottom: 20px;
  transition: 0.3s;
}
.sidepanel .closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #08243A;
}
.openbtn {
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  background-color: #1EADE9;
  color: #fff;
  padding: 9px;
  border: none;
}
/* end-mobile-menu-css */

.main-part{
  padding-top: 115px;
}
.hero-bg{
  position: relative;
  background-image: url(../banner-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 780px;
}
.banner-content-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 50%;
}
.banner-title{
  position: relative;
  font-family: "VollkornSC-Bold";
  font-size: 60px;
  line-height: normal;
  color: #fff;
}
.brline{
  position: relative;
  background: #b4b4b4;
  width: 100%;
  height: 1px;
  margin: 30px 0px;
}
.brline::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  background: #1EADE9;
}
.brline::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  background: #1EADE9;
}
.banner-content{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.banner-btn{
  position: relative;
  display: inline-block;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  border: 2px solid #1EADE9;
  padding: 13px 25px;
  background: transparent;
  border-radius: 0;
  margin-top: 30px;
}
.banner-btn:hover{
  position: relative;
  color: #fff;
  border: 2px solid #1EADE9;
  background: #1EADE9;
}
.home-subtitle{
  position: relative;
  font-family: "Poppins-Medium";
  font-size: 18px;
  line-height: normal;
  color: #1EADE9;
  padding: 0px 70px;
  display: inline-block;
  text-align: center;
}
.home-subtitle::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 10px;
  background-image: url(../leftshape.png);
}
.home-subtitle::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 10px;
  background-image: url(../rightshape.png);
}
.about-img{
  position: relative;
  width: 100%;
  padding-right: 25px;
}
.home-title{
  position: relative;
  font-family: "VollkornSC-Bold";
  font-size: 42px;
  line-height: 46px;
  color: #08243A;
  margin: 20px 0px;
}
p{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 26px;
  color: #555855;
}
.about-tabs {
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #aba9a9;
  padding-top: 20px;
}
.about-tabs .nav-tabs .nav-link.active, .about-tabs .nav-tabs .nav-item.show .nav-link{
  position: relative;
  color: #fff;
  background: #1EADE9;
  border: 1px solid #1eade9;
}
.about-tabs .nav-link{
  border-radius: 0;
  color: #555855;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  padding: 13px 30px;
  border: 1px solid #1eade9;
  margin-left: -1px;
}
.about-tabs .nav-tabs{
  border: 0;
}
.about-tabs .tab-content{
  margin-top: 30px;
}
.about-tabs .nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1EADE9;
}
.secondry-btn {
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #08243A;
  background: transparent;
  display: inline-block;
  border: 1px solid #08243A;
  border-radius: 0px;
  padding: 13px 20px;
}
.secondry-btn:hover{
  border: 1px solid #08243A;
  background: #08243A;
  color: #fff;
}
.services-bg{
  position: relative;
  background: #08243A;
  padding: 100px 0px;
}
.services-box{
  position: relative;
  background: #fff;
  padding: 10px;
  height: 100%;
  z-index: 1;
}
.service-img-box{
  position: relative;
  overflow: hidden;
}
.services-img {
  transition: 0.3s;
  width: 100%;
}
.service-img-box:hover .services-img{
  transform: scale(1.1);
}
.ser-contentbox{
  position: relative;
  padding: 20px 15px 0px;
}
.services-title{
  position: relative;
  font-family: "Poppins-SemiBold";
  font-size: 24px;
  line-height: 36px;
  color: #08243A;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.services-btn{
  position: relative;
  width: 100%;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #1EADE9;
  background: transparent;
  display: inline-block;
  border-top: 1px solid #E4E4E4;
  border-radius: 0px;
  padding: 13px 0px;
}
.services-btn:hover{
  color: #08243A;
}
.elementshape-1 {
  position: absolute;
  right: 0;
  max-width: 450px;
}
.elementshape-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 250px;
}
.partnerlogo-box{
  position: relative;
  width: 100%;
  background: #ddf5ff;
  padding: 20px;
  margin-bottom: 20px;
}


.footer-box{
  position: relative;
  width: 100%;
  margin-top: 100px;
  background: #08243A;
  padding: 40px 0px 20px 0px;
}
.footer-logo{
  position: relative;
  max-width: 120px;
  margin-bottom: 30px;
}
.footer-p{
  color: #fff;
  margin-bottom: 0;
}
.footer-title{
  position: relative;
  font-family: "Poppins-Medium";
  font-size: 20px;
  line-height: normal;
  color: #fff;
}
.footer-ulbox {
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
}
.footer-ulbox li {
  list-style: square;
  color: #fff;
}
.footer-ulbox li a{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 17px;
  line-height: normal;
  color: #fff;
  padding: 5px 0px 5px 10px;
  display: inline-block;
}
.footerdivider-line{
  position: relative;
  margin: 30px 0px 20px 0px;
  border-bottom: 1px solid #b4b4b4;
}
.social-a{
  position: relative;
  display: inline-block;
}
.social-media {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  margin-right: 10px;
}
.copy-row{
  gap: 15px;
}

.inner-bg{
  position: relative;
  width: 100%;
  background: #08243A;
  padding: 50px 0px;
}
.inner-bg h1{
  position: relative;
  font-family: "VollkornSC-Bold";
  font-size: 42px;
  line-height: normal;
  color: #fff;
  text-align: center;
}
.servicesinner-box{
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #c7c7c7;
}
.last .servicesinner-box{
  position: relative;
  margin-bottom: 0px;
  border-bottom: 0;
}
.privacy-title{
  position: relative;
  font-family: "Poppins-Medium";
  font-size: 22px;
  line-height: normal;
  color: #08243A;
  margin-bottom: 10px;
}
.policy-ul{
  padding-left: 20px;
}
.policy-ul li{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 26px;
  color: #555855;
  margin-bottom: 1rem;
  list-style: disc;
}
.policy-ul .ul-hilight{
  font-family: "Poppins-Medium";
  color: #08243A;
}

.quote-box{
  position: relative;
  border: 1px solid #08243a;
  border-radius: 0;
  margin: 75px 0px 0px 0px;
}
.quote-box .row {
  padding: 20px 20px 0px 20px;
}
.quote-title{
  position: relative;
  font-family: "Poppins-Medium";
  font-size: 20px;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
  background: #08243a;
  padding: 13px 20px;
}
.quote-input {
  height: 14px;
  width: 14px !important;
  position: relative;
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.radio-box{
  width: 100%;
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
.form-select{
  width: 100%;
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
textarea{
  width: 100%;
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
.form-label{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  color: #08243a;
}
.next-btn{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #fff;
  background: #1eade9;
  padding: 13px 25px;
  border: 1px solid #1eade9;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
}
.next-btn:hover{
  color: #1eade9;;
  background: transparent;
  border: 1px solid #1eade9;
}
.previous-btn{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #1eade9;;
  background: transparent;
  padding: 13px 25px;
  border: 1px solid #1eade9;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
}
.previous-btn:hover{
  color: #fff;
  background: #1eade9;
  border: 1px solid #1eade9;
}
.form-control {
  width: 100%;
  position: relative;
  font-family: "Poppins-Regular";
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
.form-control:focus{
  outline: 0;
  border-color: #08243a;
  box-shadow: none;
}
input:focus{
  outline: 0;
  border-color: #08243a;
}
textarea:focus{
  outline: 0;
  border-color: #08243a;
}
.form-select:focus{
  outline: 0;
  box-shadow: none;
  border-color: #08243a;
}

#cphMain_projectaddress input{
  width: 100%;
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
#cphMain_projectaddress .form-label{
width: 100%;
}
#cphMain_projectaddress span {
    font-size: 18px;
    color: #cc2c38;
}
#cphMain_projectaddress .form-fields .lblmessageOTP{
  color: #008000;
  font-weight: 500;
}

.light-bg {
  position: relative;
  background: #dbf4ff;
  padding: 50px 0px;
}
.read-more-btn{
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #1eade9;
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: underline;
}

.upload-box {
  width: 100%;
  border: 2px dashed #08243a;
  border-radius: 10px;
  padding: 40px 20px;
  background-color: #f9f9f9;
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.upload-box i {
  font-size: 76px;
  color: #1eade9;
}
.upload-button {
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  color: #fff;
  background: #1eade9;
  padding: 13px 25px;
  border: none;
  display: inline-block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
#cphMain_otpDiv input{
  width: 100%;
  position: relative;
  font-family: "Poppins-Regular";
  font-size: 18px;
  line-height: normal;
  padding: 13px 20px;
  border-radius: 0;
  margin-bottom: 1rem;
  border: 1px solid #cfcfcf;
}
#cphMain_otpDiv .form-label{
  width: 100%;
}
#cphMain_otpDiv span {
  font-size: 18px;
  color: #cc2c38;
}
#cphMain_fileupload .form-content {
  margin-bottom: 15px;
}