body {
  font-family: "Mulish", sans-serif;
  color: #343434;
  font-size: 16px;
  line-height: 26px;
  overflow-x: hidden;
}

.light-background {
  background: #45c7cf;
}

.dark-background {
  background: #886bdf;
}

.container {
  max-width: 1400px;
  width: 100%;
}

a,
button {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.header-wapper {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid #094E8F;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

header .logo a {
  display: block;
}
header .logo img {
  height: auto;
}
header .btn.btn-primary {
  padding: 3px 32px;
  color: #094E8F;
  margin-left: 10px;
  border-radius: 50px;
  border: 0;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
}
header .btn-check:checked + .btn,
header .btn.active,
header .btn.show,
header .btn:first-child:active,
header :not(.btn-check) + .btn:active {
  border: 1px solid #000;
  background: #fff;
  color: #002d48;
}
header .btn:hover {
  border: 0px solid #000;
  background: #094e8f;
  color: #fff;
}
header .srchbtn {
  background: none;
  border: 0;
  padding: 0px 16px;
  font-size: 24px;
  color: #002d48;
  font-weight: normal;
}

.custom-navbar {
  width: 100%;
  justify-content: flex-end;
}

.custom-navbar li a {
  color: #002d48;
  padding: 5px 20px !important;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1em;
}

.custom-navbar li a:hover,
.custom-navbar li.active a {
  color: #336;
  padding: 5px 20px;
}

.form-control:focus {
  box-shadow: none;
}

.btn {
  min-height: 50px;
}
.btn.btn-primary {
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(9, 78, 143, 0.8) 0%, #094E8F 100%);
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  border: 0;
}

.sec-title {
  text-align: center;
  margin-bottom: 32px;
}
.sec-title h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.sec-title h3 {
  color: var(--094E8F, #094E8F);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section1 {
  background: url(../images/secone-bg.png) no-repeat right top;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.section1 .requestformwrp {
  border-radius: 50px;
  background: #FFF;
  padding: 24px 32px;
  padding-bottom: 16px;
  box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.14);
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-bottom: -130px;
}
.section1 .requestformwrp h1 {
  margin: 0;
  margin-bottom: 5px;
  color: #094E8F;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}
.section1 .requestformwrp h5 {
  color: #111;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}
.section1 .requestformwrp .form-group {
  margin-bottom: 16px;
}
.section1 .requestformwrp .form-group label {
  color: #373737;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
}
.section1 .requestformwrp .form-group .form-select {
  border-radius: 50px !important;
}
.section1 .requestformwrp .form-group .form-control {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #373737;
}
.section1 .requestformwrp .captcharwp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 7px 16px;
}
.section1 .requestformwrp .btnwrp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.section1 .requestformwrp .btnwrp .btn.btn-primary {
  min-width: 220px;
}
.section1 .bnrcol {
  height: 100%;
  display: flex;
  align-items: center;
}
.section1 .bnrcol .bnrtxt h3 {
  color: var(--094E8F, #094E8F);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section1 .bnrcol .bnrtxt p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section1 .bnrcol .bnrtxt .btnwrp .btn.btn-primary {
  border-radius: 50px;
  background: linear-gradient(180deg, #CB2537 0%, #6A040F 100%);
  min-width: 220px;
  box-shadow: 1px 3px 5px rgba(128, 130, 130, 0.84);
  border: 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section2 {
  background: #F9FBFE;
  position: relative;
  padding: 0px 32px;
  padding-top: 185px;
  padding-bottom: 32px;
}
.section2.about {
  background: url(../images/aboutsec4bg.png) no-repeat center top;
  background-size: cover;
  padding-top: 32px;
}
.section2 .tl1 {
  position: absolute;
  right: 0;
  top: 0;
}
.section2 .tl2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.section2 .processdiv {
  text-align: left;
  background: linear-gradient(90deg, #344D8A 0%, #3B72A6 100%);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.26);
  border-radius: 30px;
  color: #fff;
  display: flex;
  margin-bottom: 32px;
  height: calc(100% - 32px);
}
.section2 .processdiv h3 {
  margin: 0;
  margin-bottom: 5px;
  text-align: left;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.section2 .processdiv p {
  margin: 0;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section2 .processdiv .discp {
  padding: 32px;
}
.section2 .processdiv .icondiv .icon {
  border: 10px solid #F9FBFE;
  border-radius: 50%;
  overflow: hidden;
  background: #8FEAFF;
  padding: 10px;
  margin: -10px 0px 0px -10px;
}
.section2 .processdiv .icondiv .icon .inside {
  background: linear-gradient(90deg, #344D8A 0%, #3B72A6 100%);
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.section3 {
  background: url(../images/section3bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 64px 32px;
}
.section3 .featurcont h5 {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.section3 .featurcont h3 {
  margin: 0;
  color: #094E8F;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
.section3 .featurcont p {
  color: #848484;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.section3 .featurcont .countwrp {
  display: flex;
  align-items: center;
  margin-top: 150px;
}
.section3 .featurcont .countwrp .countdiv {
  padding: 0px 32px;
  border-right: 1px solid #848484;
  text-align: center;
  width: 50%;
  max-width: 250px;
  padding-top: 36px;
}
.section3 .featurcont .countwrp .countdiv:last-child {
  border: 0;
}
.section3 .featurcont .countwrp .countdiv h2 {
  position: relative;
  color: #333;
  text-align: center;
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
.section3 .featurcont .countwrp .countdiv h2 span {
  position: absolute;
  right: -6px;
  top: -43px;
  color: #ED232D;
  text-align: center;
  font-size: 83px;
  font-style: normal;
  font-weight: 700;
}
.section3 .featurcont .countwrp .countdiv h6 {
  margin: 0;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
.section3 .fcardiv {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 40px 4px rgba(175, 175, 175, 0.2);
  padding: 24px;
  margin-bottom: 32px;
  min-height: 250px;
}
.section3 .fcardiv .icondiv {
  margin-bottom: 16px;
}
.section3 .fcardiv p {
  margin: 0;
  color: #848484;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section3 .fcardiv h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #202942;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.section4 {
  background: url(../images/section4bg.png) no-repeat center #F9FBFE;
  background-size: cover;
  position: relative;
  padding: 64px 32px;
}
.section4 .sec-title {
  margin-bottom: -80px;
}
.section4 .leftcol {
  padding-right: 90px;
}
.section4 .rightcol {
  padding-left: 90px;
  text-align: center;
}
.section4 .col {
  padding-top: 120px;
  position: relative;
}
.section4 .curv1 {
  position: absolute;
  right: 0;
  top: 165px;
}
.section4 .curv2 {
  position: absolute;
  left: -3px;
  top: 120px;
}
.section4 .curv3 {
  position: absolute;
  right: 0;
  top: 120px;
}
.section4 .curv4 {
  position: absolute;
  left: -1px;
  top: 80px;
}
.section4 .before1::before {
  border-right: 1px solid #094e8f;
  position: absolute;
  right: 0;
  bottom: -120px;
  height: calc(100% - 120px);
  content: "";
}
.section4 .before2::before {
  border-right: 1px solid #094e8f;
  position: absolute;
  left: -2px;
  bottom: -120px;
  height: calc(100% - 81px);
  content: "";
}
.section4 .before3::before {
  border-right: 1px solid #094e8f;
  position: absolute;
  right: 0;
  bottom: -80px;
  height: calc(100% - 115px);
  content: "";
}
.section4 .howbox {
  text-align: left;
  background: linear-gradient(90deg, #3B72A6 0%, #344D8A 100%);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.26);
  border-radius: 30px;
  color: #fff;
  display: flex;
  margin-bottom: 32px;
  height: calc(100% - 32px);
}
.section4 .howbox h3 {
  margin: 0;
  margin-bottom: 5px;
  text-align: left;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.section4 .howbox p {
  margin: 0;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section4 .howbox .discp {
  padding: 32px;
}
.section4 .howbox .icondiv .icon {
  border: 10px solid #F9FBFE;
  border-radius: 50%;
  overflow: hidden;
  background: #8FEAFF;
  padding: 10px;
  margin: -10px -10px 0px 0px;
}
.section4 .howbox .icondiv .icon .inside {
  background: linear-gradient(90deg, #344D8A 0%, #3B72A6 100%);
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.section4 .rowreverse {
  flex-direction: row-reverse;
}
.section4 .rowreverse .leftcol {
  padding-left: 90px;
  padding-right: 0;
}
.section4 .rowreverse .rightcol {
  padding-right: 90px;
  padding-left: 0;
  text-align: center;
}
.section4 .rowreverse .howbox .icondiv .icon {
  margin: -10px 0px 0px -10px;
}
.section4 .rowreverse .howbox {
  text-align: left;
  background: linear-gradient(90deg, #344D8A 0%, #3B72A6 100%);
}

.bloglist {
  background: url(../images/aboutsec1bg.png) no-repeat right top;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 56px;
  margin-bottom: 32px;
}
.bloglist .pagename {
  text-align: center;
  color: #094E8F;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 32px;
}
.bloglist .card {
  border: 0;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.bloglist .card a h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #343434;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.26px;
}
.bloglist .card .card-body {
  display: flex;
  flex-direction: column;
}
.bloglist .card .card-body a {
  flex: auto;
}
.bloglist .card .author-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5px;
  margin-top: 16px;
}
.bloglist .card .author-info img {
  margin-bottom: 10px;
  width: 36px;
}
.bloglist .card .author-info p {
  color: #343434;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  margin: 0;
}
.bloglist .card .author-info span {
  color: #616161;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0px;
  background: #f7f7f7;
  border-radius: 27px;
  padding: 5px 10px;
  margin-bottom: -4px;
}

.blogdtlpage {
  background: url(../images/aboutsec1bg.png) no-repeat right top;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 56px;
  margin-bottom: 32px;
}
.blogdtlpage .pagename {
  text-align: center;
  color: #094E8F;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 32px;
}
.blogdtlpage .blog-dtl-title {
  margin: 0;
  color: #343434;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 24px;
}
.blogdtlpage .blogbigimg {
  border-radius: 10px;
  overflow: hidden;
  padding-top: 400px;
  position: relative;
  height: 400px;
  width: 100%;
}
.blogdtlpage .blogbigimg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogdtlpage ul {
  margin-bottom: 32px;
}
.blogdtlpage p,
.blogdtlpage li {
  font-size: 18px;
  line-height: 28px;
  color: #5A5A5A;
  margin-bottom: 16px;
  font-weight: 500;
}
.blogdtlpage h3 {
  margin: 0;
  color: #343434;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blogdtlpage .contentimg {
  position: relative;
  padding-top: 300px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  max-width: 400px;
}
.blogdtlpage .contentimg img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.solutions {
  background: url(../images/aboutsec1bg.png) no-repeat right top;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 56px;
  margin-bottom: 32px;
}
.solutions .pagename {
  text-align: center;
  color: #094E8F;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 32px;
}
.solutions .nav-tabs {
  border: 0;
  background: #F5F5F5;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  gap: 5px;
}
.solutions .nav-tabs .nav-link {
  color: #094E8F;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  border: 0;
}
.solutions .nav-tabs .nav-item.show .nav-link, .solutions .nav-tabs .nav-link.active {
  background: #094E8F;
  color: #fff;
  border: 0;
  border-radius: 3px;
}
.solutions .tab-content {
  padding: 16px;
}
.solutions .tab-content .txtdiv {
  border-bottom: 1px solid #E1E1E1;
  padding: 32px 0px;
}
.solutions .tab-content .txtdiv h3 {
  color: #094E8F;
  font-size: 32px;
  font-weight: 800;
}
.solutions .tab-content .txtdiv h4 {
  color: #094E8F;
  font-size: 27px;
  font-weight: 700;
}
.solutions .tab-content .txtdiv p {
  color: #848484;
  font-size: 18px;
  font-weight: 400;
}
.solutions .tab-content .strategic {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #F6FBFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  margin-bottom: 70px;
}
.solutions .tab-content .strategic .scol {
  width: 50%;
}
.solutions .tab-content .strategic .strategic-content {
  padding: 32px;
  display: flex;
  align-items: center;
}
.solutions .tab-content .strategic .strategic-img {
  padding-top: 32px;
}
.solutions .tab-content .strategic .strategic-img .imgoutside {
  background: #094E8F;
  padding: 16px 0px 0px 16px;
  border-radius: 10px 0px 0px 0px;
}
.solutions .tab-content .strategic .strategic-img .imgoutside .imginside {
  background: #fff;
  border-radius: 5px 0px 0px 0px;
  overflow: hidden;
  max-height: 350px;
}
.solutions .tab-content .strategic .strategic-img .imgoutside .imginside img {
  width: 100%;
}
.solutions .tab-content .strategic h3 {
  color: #094E8F;
  font-size: 28px;
  font-weight: 700;
}
.solutions .tab-content .strategic p {
  color: #848484;
  font-size: 18px;
  font-weight: 400;
}
.solutions .tab-content .whyprocem {
  border-top: 1px solid #E1E1E1;
  padding-top: 60px;
  text-align: center;
}
.solutions .tab-content .whyprocem h3 {
  color: #094E8F;
  font-size: 28px;
  font-weight: 700;
}
.solutions .tab-content .whyprocem p {
  color: #848484;
  font-size: 18px;
  font-weight: 400;
}
.solutions .tab-content .whyprocem .whyprocemimg {
  text-align: center;
  margin-top: 48px;
}
.solutions .tab-content .whyprocem .whyprocemimg img {
  max-width: 100%;
}

.about-sec1 {
  background: url(../images/aboutsec1bg.png) no-repeat right top;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 56px;
  margin-bottom: 32px;
}
.about-sec1 .pagename {
  text-align: center;
  color: #094E8F;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 32px;
}
.about-sec1 h3 {
  max-width: 320px;
  margin: 0;
  color: #094E8F;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
.about-sec1 p {
  color: #848484;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-sec2 {
  position: relative;
  z-index: 1;
  padding: 0px;
  margin-bottom: 32px;
}
.about-sec2 .row {
  align-items: center;
}
.about-sec2 h3 {
  max-width: 275px;
  margin: 0;
  color: #094E8F;
  font-size: 80px;
  font-style: normal;
  font-weight: 1000;
  line-height: 80px;
}
.about-sec2 img {
  max-width: 100%;
}

.about-sec3 {
  background: url(../images/aboutsec3bg.png) no-repeat center top;
  position: relative;
  padding: 32px;
}
.about-sec3 .row {
  align-items: center;
}
.about-sec3 img {
  max-width: 100%;
}
.about-sec3 p {
  color: #848484;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about-sec3 .img-right {
  text-align: right;
}

.about-sec5 {
  background: #094E8F;
  position: relative;
  padding: 32px;
  margin-top: 140px;
}
.about-sec5 .row {
  align-items: center;
}
.about-sec5 img {
  max-width: 100%;
}
.about-sec5 h4 {
  margin: 0;
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.about-sec5 h3 {
  margin: 0;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.about-sec5 .btn.btn-primary {
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.91) 54.19%, #FFF 100%);
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.21);
  min-width: 220px;
  box-shadow: 1px 3px 5px rgba(128, 130, 130, 0.84);
  border: 0;
  color: #094E8F;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 32px;
}
.about-sec5 .img-right {
  text-align: right;
}
.about-sec5 .img-right img {
  margin-top: -140px;
}

.letstalk {
  background: url(../images/aboutsec6bg.png) no-repeat center;
  background-size: cover;
  padding: 32px 0px;
}
.letstalk .inside {
  background: #F9FBFE;
  border-radius: 10px;
  padding: 32px;
}
.letstalk .inside .title {
  color: #094E8F;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 16px;
}
.letstalk .inside h3 {
  margin: 0;
  margin-top: 50px;
  color: #094E8F;
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.letstalk .inside p {
  margin: 0;
  margin-bottom: 50px;
  color: #094E8F;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.letstalk .inside .col-12 {
  border-right: 2px solid #094E8F;
}
.letstalk .inside .col-12:last-child {
  border: 0;
}

footer {
  background: url(../images/footerbg.png) no-repeat center;
  background-size: cover;
}
footer .top-part {
  padding: 32px 0px;
}
footer .top-part .footer-logo {
  margin-bottom: 16px;
  display: block;
}
footer .top-part .footer-logo img {
  height: auto;
}
footer .top-part .footerdisp {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .top-part .footer-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: normal;
  position: relative;
  display: block;
}
footer .top-part .footer-title:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
}
footer .top-part .quick-links ul {
  margin: 0px;
  padding: 0;
  width: 100%;
}
footer .top-part .quick-links ul li {
  display: block;
  list-style: none;
  position: relative;
}
footer .top-part .quick-links ul li a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  background: url(../images/arrow.png) no-repeat left center;
  padding-left: 16px;
  line-height: 25px;
}
footer .top-part .quick-links ul li a:hover {
  color: #dbf2ff;
}
footer .top-part .cnctrow {
  display: flex;
  color: #fff;
  margin-bottom: 15px;
}
footer .top-part .cnctrow a {
  color: #fff;
}
footer .top-part .cnctrow .icond {
  margin-right: 10px;
}
footer .top-part .cnctrow label {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
footer .top-part .cnctrow label:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
}
footer .btmpart {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #fff;
  margin-top: 32px;
  padding-top: 32px;
}
footer .btmpart .linksdiv {
  display: flex;
}
footer .btmpart .linksdiv a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 32px;
}
footer .btmpart .copyr {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
footer .btmpart .copyr a {
  color: #FFF;
}

.cnctwrp {
  background: url(../images/cnctbg.png) no-repeat right top;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.cnctwrp .pagename {
  text-align: center;
  color: #094E8F;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 32px;
}
.cnctwrp .cnctimg img {
  max-width: 100%;
}
.cnctwrp .requestformwrp {
  border-radius: 50px;
  background: #FFF;
  padding: 50px;
  box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.14);
  width: 100%;
  max-width: 620px;
  margin-left: auto;
}
.cnctwrp .requestformwrp h1 {
  margin: 0;
  margin-bottom: 5px;
  color: #094E8F;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
.cnctwrp .requestformwrp h5 {
  color: #111;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}
.cnctwrp .requestformwrp .form-group {
  margin-bottom: 20px;
}
.cnctwrp .requestformwrp .form-group label {
  color: #373737;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
}
.cnctwrp .requestformwrp .form-group .form-control {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #373737;
}
.cnctwrp .requestformwrp .captcharwp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 7px 10px;
}
.cnctwrp .requestformwrp .btnwrp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.cnctwrp .requestformwrp .btnwrp .btn.btn-primary {
  min-width: 220px;
}
.cnctwrp .processdiv {
  text-align: left;
  background: linear-gradient(90deg, #344D8A 0%, #3B72A6 100%);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.26);
  border-radius: 30px;
  color: #fff;
  margin-bottom: 32px;
  text-align: center;
}
.cnctwrp .processdiv .icondiv {
  display: inline-block;
}
.cnctwrp .processdiv h3 {
  margin: 0;
  margin-bottom: 5px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
}
.cnctwrp .processdiv a,
.cnctwrp .processdiv p {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  opacity: 0.8;
  margin-bottom: 3px;
}
.cnctwrp .processdiv .discp {
  padding: 5px 16px 16px 16px;
  text-align: center;
}
.cnctwrp .processdiv .icondiv .icon {
  border-radius: 50%;
  overflow: hidden;
  background: #8FEAFF;
  padding: 10px;
  margin: -40px 0px 0px -10px;
}
.cnctwrp .processdiv .icondiv .icon .inside {
  background: linear-gradient(90deg, #344D8A 0%, #3B72A6 100%);
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.pricingmodal .modal-content {
  border-radius: 50px;
  padding: 32px 16px;
}
.pricingmodal .modal-dialog {
  transform: none;
  width: 100%;
  max-width: 620px;
}
.pricingmodal .modal-footer {
  justify-content: center;
  padding: 0;
  border: 0;
}
.pricingmodal .modal-footer .btn {
  min-width: 140px;
}
.pricingmodal .modal-footer .btn.btn-secondary {
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(130, 128, 128, 0.8) 0%, #828080 100%);
  color: #FFF;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  border-color: #828080;
}
.pricingmodal .modal-header {
  display: block;
  border: 0;
  padding: 0;
}
.pricingmodal h1 {
  margin: 0;
  margin-bottom: 5px;
  color: #094E8F;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
.pricingmodal h5 {
  color: #111;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}
.pricingmodal .form-group {
  margin-bottom: 20px;
}
.pricingmodal .form-group label {
  color: #373737;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
}
.pricingmodal .form-group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #373737;
}
.pricingmodal .captcharwp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 7px 10px;
}

.pricing {
  background: url(../images/cnctbg.png) no-repeat right top;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.pricing .pagename {
  text-align: center;
  color: #094E8F;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 32px;
}
.pricing .nav-tabs {
  display: flex;
  justify-content: center;
}
.pricing .nav-item {
  margin: 0px 8px;
  width: 100%;
  max-width: 280px;
  padding-bottom: 16px;
  text-align: center;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.pricing .nav-item .btn.btn-primary {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.pricing .nav-link {
  text-align: left;
  border-radius: 30px;
  color: #343434;
  margin-bottom: 16px;
  border: 2px solid transparent;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
  padding: 16px;
  flex: auto;
}
.pricing .nav-link.active {
  border: 2px solid #094E8F;
}
.pricing .nav-link h3 {
  margin: 0;
  margin-bottom: 5px;
  color: #094E8F;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pricing .nav-link .discp {
  margin-top: 10px;
}
.pricing .nav-link .discp span {
  display: block;
  color: #094E8F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pricing .nav-link .icondiv {
  display: flex;
  justify-content: center;
}
.pricing .nav-link .icondiv .icon {
  border: 10px solid #F9FBFE;
  border-radius: 50%;
  overflow: hidden;
  background: #8FEAFF;
  padding: 10px;
  margin: 0px 0px 0px 0px;
}
.pricing .nav-link .icondiv .icon .inside {
  background: linear-gradient(90deg, #344D8A 0%, #3B72A6 100%);
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pricing .tab-content ul {
  margin: 0;
  padding: 0;
}
.pricing .tab-content ul li {
  min-height: 50px;
  border-bottom: 1px solid #E8E8E8;
  padding: 0;
  list-style-type: none;
  padding: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #191D23;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing .tab-content ul li span {
  font-size: 16.488px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  justify-content: center;
}

.requestedemo {
  background: url(../images/cnctbg.png) no-repeat right top;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.requestedemo .pagename {
  text-align: center;
  color: #094E8F;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 32px;
}
.requestedemo .requestwelcome {
  display: flex;
  align-items: center;
}
.requestedemo .requestwelcome .inside h6 {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #094E8F;
}
.requestedemo .requestwelcome .inside h5 {
  margin: 0;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.requestedemo .requestwelcome .inside h3 {
  margin: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #094E8F;
}
.requestedemo .requestwelcome .inside p {
  margin: 0;
  color: #808282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.requestedemo .hostedbox {
  border-radius: 50px;
  background: #FFF;
  padding: 50px;
  box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.14);
  width: 100%;
  max-width: 620px;
  margin-left: auto;
}
.requestedemo .hostedbox .hostrow {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.requestedemo .hostedbox .hostrow .hostimg {
  margin-right: 10px;
}
.requestedemo .hostedbox .hostrow .hostimg img {
  max-width: 100%;
}
.requestedemo .hostedbox .hostrow .hostdescp span {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.requestedemo .hostedbox .hostrow .hostdescp h6 {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #094E8F;
}
.requestedemo .hostedbox .hostrow .hostdescp p {
  margin: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.requestedemo .hostedbox .hostbigdescp h6 {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
.requestedemo .hostedbox .hostbigdescp p {
  margin: 0;
  color: #808282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.requestedemo .requestformwrp {
  border-radius: 50px;
  background: #FFF;
  padding: 50px;
  box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.14);
  width: 100%;
  max-width: 620px;
  margin-left: auto;
}
.requestedemo .requestformwrp h1 {
  margin: 0;
  margin-bottom: 5px;
  color: #094E8F;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
.requestedemo .requestformwrp h5 {
  color: #111;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}
.requestedemo .requestformwrp .form-group {
  margin-bottom: 20px;
}
.requestedemo .requestformwrp .form-group label {
  color: #373737;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
}
.requestedemo .requestformwrp .form-group .form-control {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #373737;
}
.requestedemo .requestformwrp .captcharwp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 7px 10px;
}
.requestedemo .requestformwrp .btnwrp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.requestedemo .requestformwrp .btnwrp .btn {
  min-width: 140px;
}
.requestedemo .requestformwrp .btnwrp .btn.btn-secondary {
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(130, 128, 128, 0.8) 0%, #828080 100%);
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  border-color: #828080;
}

.faq {
  background: url(../images/cnctbg.png) no-repeat right top;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.faq .pagename {
  text-align: center;
  color: #094E8F;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 32px;
}
.faq .faqleft h3 {
  margin: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #094E8F;
}
.faq .faqleft p {
  margin: 0;
  color: #808282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faq .faqleft .faqimg {
  text-align: center;
  margin-top: 32px;
}
.faq .faqleft .faqimg img {
  max-width: 100%;
}
.faq .accordion-button {
  background-color: #094E8F;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px 10px 0px 0px;
  border: 0;
  box-shadow: none;
}
.faq .accordion-button.collapsed {
  border-radius: 10px;
}
.faq .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-button::after {
  color: #fff;
  background: url(../images/dw.png) no-repeat center;
}
.faq .accordion-item {
  border: 0px solid #094E8F;
  margin-bottom: 20px;
}
.faq .accordion-item:last-child {
  margin: 0;
}
.faq .accordion-item:first-of-type .accordion-button {
  border-radius: 10px 10px 0px 0px;
}
.faq .accordion-item:first-of-type .accordion-button.collapsed {
  border-radius: 10px;
}
.faq .accordion-item:last-of-type .accordion-button {
  border-radius: 10px 10px 0px 0px;
}
.faq .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
}
.faq .accordion-body {
  border: 1px solid #094E8F;
  color: #848484;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.notfound {
  background: url(../images/cnctbg.png) no-repeat right top;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
  margin-bottom: 0;
}
.notfound .inside {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.notfound .inside .btn.btn-primary {
  min-width: 280px;
}
.notfound .inside h3 {
  color: #A81928;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.notfound .inside p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.19px;
}
.notfound .inside .imgdiv {
  margin-bottom: 24px;
}
.notfound .inside .imgdiv img {
  max-width: 100%;
}

.comming {
  background: url(../images/cnctbg.png) no-repeat right top;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 24px;
  margin-bottom: 0;
}
.comming .commingrow {
  align-items: center;
}
.comming .commingrow img {
  max-width: 100%;
}
.comming .inside {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.comming .inside .btn.btn-primary {
  min-width: 280px;
}
.comming .inside h3 {
  margin: 0;
  color: #094E8F;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
}
.comming .inside p {
  color: #808282;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.comming .inside h6 {
  color: #094E8F;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.comming .inside .btnwrp {
  margin-bottom: 16px;
}
.comming .inside .btn.btn-link {
  border: 2px solid #094E8F;
  border-radius: 5px;
  padding: 7px 10px;
  min-height: inherit;
}

.terms {
  background: url(../images/termbg.png) no-repeat center top;
  background-size: cover;
  padding-top: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.terms .pagename {
  text-align: center;
  color: #094E8F;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 32px;
}
.terms h6 {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #094E8F;
}
.terms h3 {
  margin: 0;
  margin-top: 16px;
  color: #000;
  text-align: justify;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.terms p {
  color: #000;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.inquirynodal .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  z-index: 9;
  position: fixed;
}
.inquirynodal .modal-dialog {
  z-index: 10;
}
.inquirynodal .modal-content {
  border: 0;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.14);
}
.inquirynodal .modal-body {
  padding: 32px;
  padding-top: 48px;
}
.inquirynodal .modal-body .btn-close {
  position: absolute;
  right: 24px;
  top: 24px;
}
.inquirynodal .modal-body h1 {
  margin: 0;
  margin-bottom: 5px;
  color: #094E8F;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
}
.inquirynodal .modal-body h5 {
  color: #111;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}
.inquirynodal .modal-body .form-group {
  margin-bottom: 20px;
}
.inquirynodal .modal-body .form-group .form-control {
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #373737;
}
.inquirynodal .modal-body .form-group label {
  color: #373737;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.5px;
}
.inquirynodal .modal-body .captcharwp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 7px 16px;
}
.inquirynodal .modal-body .btnwrp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.inquirynodal .modal-body .btnwrp .btn {
  min-width: 140px;
}
.inquirynodal .modal-body .btnwrp .btn.btn-secondary {
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(130, 128, 128, 0.8) 0%, #828080 100%);
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  border-color: #828080;
}
.inquirynodal .modal-body .btnwrp .btn.btn-primary {
  border-radius: 50px;
  background: linear-gradient(180deg, rgba(9, 78, 143, 0.8) 0%, #094E8F 100%);
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  border: 0;
}

@media screen and (max-width: 1200px) {
  .custom-navbar li a {
    padding: 5px 10px !important;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-collapse {
    top: 60px !important;
  }
  header .logo {
    position: static;
    flex: auto;
  }
  header .custom-navbar {
    padding: 0;
  }
  header .custom-navbar li.active a {
    background: #002d48;
    color: #fff;
  }
  header .custom-navbar li a:hover {
    background: #002d48;
    color: #fff;
  }
  header .navbar-toggler {
    padding: 0;
    order: 1;
    border: 0;
  }
  header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  header .navbar-collapse {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    margin: 0;
    min-width: 300px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 73px;
    z-index: 999;
  }
  .custom-navbar li a {
    padding: 16px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  header .btn.btn-primary {
    margin-right: 10px;
    min-height: 40px;
    padding: 3px 16px;
  }
  .section1 {
    background: url(../images/secone-bg.png) no-repeat center top;
  }
  .section1 .requestformwrp {
    border-radius: 16px;
    padding: 16px;
  }
  .section1 .requestformwrp h1 {
    font-size: 24px;
  }
  .section1 .bnrcol .bnrtxt h3 {
    font-size: 24px;
  }
  .section1 .bnrcol .bnrtxt p {
    font-size: 16px;
  }
  .section1 .bnrcol .bnrtxt .btnwrp .btn.btn-primary {
    min-width: inherit;
    font-size: 16px;
    padding: 5px 16px;
    min-height: 40px;
  }
  .section1 .bnrcol .bnrtxt .btnwrp img {
    max-height: 40px;
  }
  .sec-title h3 {
    font-size: 24px;
  }
  .section2 .processdiv .icondiv .icon .inside {
    width: 50px;
    height: 50px;
  }
  .section2 .processdiv .icondiv .icon {
    border: 5px solid #F9FBFE;
    padding: 5px;
  }
  .section2 .processdiv .discp {
    padding: 16px;
  }
  .section3 .featurcont h3 {
    font-size: 24px;
  }
  .section3 .featurcont p {
    font-size: 16px;
    line-height: normal;
  }
  .section3 .featurcont .countwrp {
    margin-top: 16px;
  }
  .section3 .featurcont .countwrp .countdiv h2 {
    font-size: 40px;
    max-width: 85px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .section3 .featurcont .countwrp .countdiv h2 span {
    right: -8px;
    top: -22px;
    font-size: 32px;
  }
  .section3 .fcardiv {
    padding: 16px;
    margin-bottom: 16px;
    min-height: inherit;
  }
  .section2 {
    padding: 0px 16px;
    padding-top: 185px;
    padding-bottom: 32px;
  }
  .section3 {
    padding: 32px 16px;
  }
  .section4 {
    padding: 32px 16px;
  }
  .section4 .howbox .discp {
    padding: 16px;
  }
  .section4 .howbox .icondiv .icon .inside {
    width: 50px;
    height: 50px;
  }
  .section4 .howbox .icondiv .icon {
    border: 5px solid #F9FBFE;
    padding: 5px;
  }
  .section4 .howbox p {
    font-size: 14px;
  }
  .section4 .howbox h3 {
    font-size: 16px;
  }
  .section4 .howbox {
    border-radius: 20px;
    position: relative;
    max-width: 285px;
  }
  .section4 .leftcol {
    padding-right: 40px;
  }
  .section4 .rightcol {
    padding-left: 40px;
  }
  .section4 .col {
    padding-top: 60px;
  }
  .section4 .rightcol img {
    max-width: 300px;
    width: 100%;
  }
  .section4 .sec-title {
    margin-bottom: -34px;
  }
  .section4 .curv2 {
    top: 45px;
  }
  .section4 .curv3 {
    top: 45px;
  }
  .section4 .curv4 {
    top: 9px;
  }
  .section4 .before3::before {
    bottom: -10px;
  }
  .section4 .before2::before {
    bottom: -46px;
  }
  .section4 .before1::before {
    bottom: -45px;
  }
  .section4 .curv1 {
    top: 88px;
  }
  footer .top-part .footer-logo img {
    height: auto;
    max-width: 100%;
  }
  footer .top-part .footerdisp {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .cnctwrp .requestformwrp {
    border-radius: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
  .section1 {
    padding-top: 70px;
  }
  .section1 .requestformwrp {
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  header .logo img {
    max-width: 150px;
  }
  header .navbar-collapse {
    top: 99px;
  }
  header .custom-navbar {
    padding: 0;
  }
  header .custom-navbar li:active a {
    background: #002d48;
    color: #fff;
  }
  header .custom-navbar li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  header .custom-navbar li:last-child a {
    border-bottom: none;
  }
  header .custom-navbar li.active a {
    background: #002d48;
    color: #fff;
  }
  .section2 {
    padding: 0px 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .section2 .processdiv {
    border-radius: 10px;
  }
  .section2 .processdiv p {
    font-size: 14px;
  }
  .section2 .processdiv h3 {
    font-size: 16px;
  }
  .section3 {
    padding: 16px;
  }
  .section3 .featurcont .countwrp {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .section4 .howbox {
    border-radius: 16px;
    max-width: 100%;
    margin-bottom: 16px;
    height: calc(100% - 16px);
  }
  .section4 .curv1,
  .section4 .before1::before,
  .section4 .curv2,
  .section4 .before2::before,
  .section4 .curv3,
  .section4 .before3::before,
  .section4 .curv4 {
    display: none;
  }
  .section4 .leftcol {
    padding-right: 16px;
  }
  .section4 .rightcol {
    padding-left: 16px;
    padding-bottom: 32px;
  }
  .section4 .col {
    padding-top: 0;
  }
  .section4 .sec-title {
    margin-bottom: 16px;
  }
  .section4 .rowreverse .leftcol {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section4 .rowreverse .rightcol {
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
  }
  footer .top-part .footer-title {
    font-size: 16px;
    margin-top: 16px;
  }
  .section4 {
    padding: 16px;
  }
  footer .top-part {
    padding: 16px;
  }
  footer .btmpart {
    flex-wrap: wrap;
    margin-top: 16px;
    padding-top: 16px;
  }
  footer .btmpart .linksdiv a {
    margin-right: 10px;
  }
  footer .btmpart .linksdiv {
    margin-bottom: 10px;
  }
  .about-sec1 {
    padding-top: 75px;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
  .about-sec1 .pagename {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .about-sec2 h3 {
    max-width: inherit;
    font-size: 36px;
    line-height: 55px;
    margin-bottom: 16px;
  }
  .about-sec1 h3 {
    max-width: inherit;
    font-size: 18px;
    margin-bottom: 16px;
  }
  .about-sec3 {
    padding: 16px;
    padding-top: 0;
  }
  .featurcont {
    padding-bottom: 16px;
    text-align: center;
  }
  .about-sec3 .img-right {
    text-align: center;
  }
  .section2.about {
    padding: 16px;
    padding-top: 0;
  }
  .about-sec5 .img-right {
    text-align: center;
  }
  .about-sec5 .img-right img {
    margin-top: 0;
    max-width: 250px;
  }
  .about-sec5 {
    padding: 16px;
    margin-top: 0;
  }
  .about-sec5 .btn.btn-primary {
    min-width: 150px;
    font-size: 16px;
    margin-top: 16px;
    min-height: 44px;
  }
  .about-sec5 h4 {
    font-size: 22px;
  }
  .about-sec5 h3 {
    font-size: 24px;
  }
  .letstalk .inside {
    background: #F9FBFE;
    border-radius: 10px;
    padding: 16px;
  }
  .letstalk .inside h3 {
    margin-top: 16px;
    font-size: 24px;
  }
  .letstalk .inside p {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .letstalk .inside .title {
    font-size: 24px;
  }
  .letstalk {
    padding: 16px 0px;
  }
  .about-sec2 img {
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .about-sec3 img {
    max-width: 250px;
  }
  .cnctwrp {
    padding-top: 75px;
  }
  .cnctwrp .requestformwrp {
    margin-top: 16px;
    max-width: inherit;
    margin-left: 0;
  }
  .cnctwrp .pagename {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .cnctwrp .requestformwrp h1 {
    font-size: 22px;
  }
  .cnctwrp .requestformwrp h5 {
    font-size: 14px;
  }
  .cnctwrp .cnctimg {
    text-align: center;
  }
  .cnctwrp .cnctimg img {
    max-width: 250px;
  }
  .cnctwrp .processdiv {
    margin-bottom: 50px;
  }
  .requestedemo .requestformwrp {
    margin-right: auto;
    padding: 16px;
    border-radius: 16px;
  }
  .requestedemo .hostedbox {
    margin-right: auto;
    padding: 16px;
    border-radius: 16px;
  }
  .requestedemo .requestwelcome {
    justify-content: center;
    margin-bottom: 16px;
  }
  .requestedemo .requestformwrp h1 {
    font-size: 22px;
  }
  .requestedemo .requestformwrp h5 {
    font-size: 14px;
  }
  .requestedemo .pagename {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .requestedemo .requestwelcome .inside h3 {
    font-size: 20px;
  }
  .requestedemo {
    padding-top: 75px;
  }
  .pricing {
    padding-top: 75px;
  }
  .pricing .pagename {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .pricing .nav-item {
    margin: 0px 5px;
    max-width: 120px;
    padding-bottom: 16px;
  }
  .pricing .nav-link {
    padding: 10px;
    border-radius: 16px;
  }
  .pricing .nav-link h3 {
    font-size: 16px;
    font-weight: 600;
  }
  .pricing .nav-link .discp span {
    font-size: 13px;
  }
  .pricing .nav-link .icondiv .icon .inside {
    width: 45px;
    height: 45px;
  }
  .pricing .nav-link .icondiv .icon {
    border: 5px solid #F9FBFE;
    padding: 5px;
  }
  .pricing .tab-content ul li {
    min-height: auto;
    font-size: 14px;
  }
  .faq {
    padding-top: 75px;
  }
  .faq .pagename {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .faq .faqleft h3 {
    font-size: 18px;
  }
  .faq .faqleft p {
    font-size: 14px;
  }
  .faq .accordion-button {
    font-size: 16px;
  }
  .faq .accordion-body {
    padding: 16px;
    font-size: 14px;
  }
  .notfound .inside h3 {
    font-size: 24px;
  }
  .notfound .inside p {
    font-size: 14px;
    font-weight: 600;
  }
  .btn.btn-primary {
    font-size: 18px;
    font-weight: 600;
    min-height: 40px;
  }
  .btn.btn-secondary {
    font-size: 18px;
    font-weight: 600;
    min-height: 40px;
  }
  .terms {
    padding-top: 75px;
  }
  .terms .pagename {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .terms h6 {
    font-size: 16px;
  }
  .terms h3 {
    font-size: 20px;
  }
  .terms p {
    font-size: 14px;
    line-height: normal;
  }
  .comming .commingrow {
    text-align: center;
  }
  .comming .commingrow img {
    max-width: 250px;
  }
  .comming .inside h3 {
    font-size: 36px;
  }
  .comming .inside p {
    font-size: 18px;
  }
  .about-sec2 h3 {
    font-size: 24px;
    line-height: normal;
  }
  footer .top-part .footer-logo img {
    height: auto;
    max-width: 150px;
  }
  .pricingmodal .modal-content {
    border-radius: 16px;
    padding: 16px 5px;
  }
  .pricingmodal h1 {
    font-size: 22px;
  }
  .modal-dialog {
    margin-left: auto;
    padding: 10px;
  }
  .custom-navbar li a {
    padding: 10px !important;
    font-size: 14px;
  }
  .solutions .tab-content .txtdiv h3, .solutions .tab-content .whyprocem h3 {
    font-size: 24px;
  }
  .solutions .tab-content .txtdiv h4 {
    font-size: 18px;
  }
  .solutions .tab-content .txtdiv p, .solutions .tab-content .whyprocem p {
    font-size: 16px;
  }
  .solutions .tab-content .strategic {
    flex-wrap: wrap;
  }
  .solutions .tab-content .strategic .scol {
    width: 100%;
  }
  .solutions .tab-content .strategic .strategic-img {
    padding: 0;
    padding-left: 16px;
  }
  .solutions .tab-content .whyprocem {
    padding-top: 32px;
  }
  .solutions .tab-content .strategic {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 575px) {
  header .btn.btn-primary {
    display: none;
  }
  .about-sec1 p,
  .about-sec3 p {
    font-size: 16px;
  }
  .pricing .nav-item {
    max-width: 100px;
  }
  .pricing .nav-link {
    padding: 5px;
    border-radius: 10px;
  }
  .pricing .nav-link .discp span {
    font-size: 12px;
  }
  .pricing .nav-item .btn.btn-primary {
    font-size: 13px;
  }
}/*# sourceMappingURL=custom.css.map */