html {
  scroll-behavior: smooth;
}

body {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.5px;
  padding: 13px;
  background-color: #ebeff3;
}

h1, h2, h3, h4 {
  font-family: "Urbanist", sans-serif;
}

a, a:hover {
  text-decoration: none;
}

ul, li, ol {
  list-style-type: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 95%;
}

.bg1 {
  background: rgba(31, 56, 107, 0.0509803922);
}

.bg2 {
  background: #00112e;
}

/*===================================== Preloader CSS Start =====================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #00358d;
  z-index: 9999;
  transition: all 0.4s ease;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
  text-align: center;
}

.loader img {
  width: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*================================== Preloader CSS End ================================*/
/*================================== Main Header CSS Start ================================*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.6s ease-in-out;
}

span.logoImg small.logoText1 {
  font-size: 74%;
  font-weight: 300;
}

header a.navbar-brand span.logoImg img {
  width: 240px;
}

header a.navbar-brand span.logoTitle {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 44px;
}

header a.navbar-brand small.logoText {
  font-size: 56.6%;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

header nav.navbar {
  position: relative;
  padding: 35px 50px 10px 50px;
  transition: 0.6s ease-in-out;
}

header nav.navbar .container-fluid {
  justify-content: space-around;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #e9ecef;
}

header .nav-link.nav-link-menu span.mainMenu {
  position: relative;
  border-radius: 50%;
  display: block;
  width: 65px;
  height: 65px;
  border: 1px solid #fff;
}

header ul.navbar-nav {
  background: #fff;
  padding: 13px 14px;
  border-radius: 120px;
}

.followBlocks {
  background: #fff;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 43px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 45px;
}

.followBlocks h5 {
  margin: 0;
  font-size: 22px;
  font-style: italic;
  text-transform: capitalize;
  font-weight: 600;
}

.followLink a {
  margin: 0px 7px;
}

.followLink a svg {
  width: 30px;
  fill: #00358d;
}

header ul.navbar-nav .nav-link {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 22px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 2px 19px !important;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}

header ul.navbar-nav a.dropdown-item {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

.mainBtn a, .mainBtn button {
  position: relative;
  background: #fff;
  display: inline-block;
  padding: 17px 70px 17px 25px;
  color: #00358d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid rgb(218, 218, 218);
  transition: 0.4s ease-in-out;
}

.mainBtn a span.arrowSvg, .mainBtn button span.arrowSvg {
  border-radius: 50px;
  background: #00358d;
  width: 44px;
  height: 44px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.4s ease-in-out;
}

.mainBtn a span.arrowSvg svg, .mainBtn button span.arrowSvg svg {
  width: 28px;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

header .nav-link.nav-link-menu svg {
  width: 33px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    margin-top: 0;
  }
  .navbar .nav-item:hover .nav-link {
    color: #000;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 100%;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.7s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}
header nav.navbar.fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  background: #00358d;
}

header .fixed-navbar a.navbar-brand span.logoImg img {
  display: none;
}

header .fixed-navbar a.navbar-brand span.logoTitle {
  display: block;
}

header .fixed-navbar ul.navbar-nav .nav-link.nav-link-menu {
  padding: 6px 14px !important;
}

header .fixed-navbar .nav-link.nav-link-menu span.mainMenu {
  width: 45px;
  height: 45px;
}

header .fixed-navbar .nav-link.nav-link-menu svg {
  width: 26px;
}

header .fixed-navbar ul.navbar-nav .nav-link {
  font-size: 15px;
  line-height: 20px;
  padding: 2px 14px !important;
}

/*================================== Main Header CSS End ================================*/
/*================================== Main Slider CSS Start ================================*/
.mainSlider {
  position: relative;
  transition: 0.4s ease-in-out;
  border-radius: 20px;
}

.mainSlider .carousel-inner {
  border-radius: 20px;
}

.mainSlider .carousel-inner .carousel-item img.main-slider-img {
  height: 97dvh;
  -o-object-fit: cover;
     object-fit: cover;
  animation: pulse 5s infinite;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  border-radius: 20px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.mainSlider .carousel-inner .carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, rgba(4, 23, 47, 0.9) 25%, rgba(4, 23, 47, 0.9) 30%, rgba(4, 19, 37, 0) 100%);
  border-radius: 20px;
}

.mainSlider .carousel-inner .carousel-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 32%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.42), transparent);
  border-radius: 20px;
}

.mainSlider .carousel-caption {
  right: auto;
  left: 80px;
  bottom: 60px;
  z-index: 99;
  padding: 0;
  text-align: start;
}

.mainSlider .carousel-caption h1 {
  margin-bottom: 0;
  font-size: 70px;
  line-height: 84px;
  font-weight: 700;
  color: #fff;
}

.mainSlider .carousel-control-next, .mainSlider .carousel-control-prev {
  width: auto !important;
  opacity: 1;
  top: auto;
  bottom: 40px;
}

.mainSlider .carousel-control-prev {
  left: auto;
  right: 135px;
}

.mainSlider .carousel-control-next {
  right: 80px;
}

span.captionLable {
  border: 1px solid #fff;
  padding: 6px 17px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.mainSlider .carousel-control-next span.carousel-control-next-icon svg, .mainSlider .carousel-control-prev span.carousel-control-prev-icon svg {
  fill: #fff;
  width: 38px;
}

.mainSlider .carousel-indicators {
  top: 52%;
  right: 0px;
  left: auto;
  transform: translate(0, -50%);
  justify-content: center;
  margin: 0 0px 0 0;
  margin-bottom: 0;
  flex-direction: column;
  background: #ebeff3;
  height: 130px;
  padding: 14px 10px 14px 15px;
  border-radius: 20px 0px 0px 20px;
}

.mainSlider .carousel-indicators .active {
  background-color: #00358d;
}

.mainSlider .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 7px 0;
  outline: 1px solid;
  outline-offset: 6px;
  outline-color: transparent;
  background-color: #00112e;
}

.mainSlider .carousel-control-next-icon, .mainSlider .carousel-control-prev-icon {
  background-image: none;
}

/*================================== Main Slider CSS End ================================*/
/* ================================= Scrolling Text Start ================================*/
.tickerwrapper {
  position: relative;
  top: 0;
  left: 0%;
  width: 100%;
  overflow: hidden;
  z-index: 99;
  padding: 20px 0;
}

.tickerwrapper ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tickerwrapper ul.list.cloned {
  position: absolute;
  top: 20px;
  left: 0px;
}

.tickerwrapper ul.list li {
  float: left;
  padding-left: 110px;
}

.awardScrollerBlock {
  background: #d6dde3;
  padding: 9px 22px;
  border-radius: 20px;
}

.awardScrollerBlock img {
  width: 125px;
  filter: grayscale(1);
  transition: 0.4s ease-in-out;
}

.awardScrollerBlock img:hover {
  filter: grayscale(0);
}

/* ================================= Scrolling Text End ================================*/
/* ================================= index page start ================================*/
section {
  padding: 80px 0px;
}

.welcomeBlock h3 {
  font-size: 40px;
  line-height: 53px;
  color: #00112e;
}

.welcomeBlock h3 span {
  color: #00358d;
  text-transform: capitalize;
}

.labLetext span {
  font-size: 20px;
  color: #00358d;
  text-transform: capitalize;
  text-transform: uppercase;
  font-weight: 500;
}

.abcScrol h3 {
  display: none;
}

.welcomeImg img {
  height: 445px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

span.numbrBlock {
  position: absolute;
  bottom: 53px;
  right: 36px;
  font-size: 81px;
  font-weight: 900;
  line-height: 80px;
  color: transparent;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #00358d;
}

span.numbrBlock small {
  font-size: 25%;
  font-weight: 400;
  color: #000;
  -webkit-text-stroke: 0;
  line-height: 25px;
}

span.topText {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
}

.welcomeNumber {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 38px 33px;
  position: relative;
}

.welcomeNumber img {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.8;
}

ul.mainUl li {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

ul.mainUl li svg {
  width: 26px;
  margin-right: 10px;
  position: relative;
  top: 4px;
  fill: #00358d;
}

p.mainPara {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 35px;
}

h2.mianHead {
  font-size: 55px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 62px;
  color: #00112e;
}

h2.mianHead small {
  font-size: 80%;
}

.br {
  border-radius: 20px;
}

.chooesSingle {
  border: 1px solid #fff;
  padding: 40px 40px;
  height: 100%;
}

span.choeesIcon svg {
  width: 55px;
  fill: #fff;
}

span.chooesSingleName {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  line-height: 39px;
}

.chooesSingle p.mainPara {
  font-size: 20px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.chooesSingle .choessImg img {
  height: 270px;
  margin-top: 20px;
}

/* Main container */
.static-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out;
}

/* IMAGE BOX */
.static-img {
  position: relative;
  padding: 0;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.static-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease;
  transform: scale(1);
}

/* Overlay */
.static-img .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.4s ease;
}

/* Number */
.step-number {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  z-index: 5;
  transition: 0.3s ease;
}

/* Title over image */
.static-img .step-title {
  position: absolute;
  left: 20px;
  bottom: 70px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  z-index: 5;
  transition: 0.3s ease;
}

/* CONTENT */
.static-content {
  padding: 40px;
}

.static-content .step-number {
  position: static;
  color: #000;
  font-size: 40px;
}

/* Hover Effects */
.static-box:hover .static-img img {
  transform: scale(1.12);
}

.static-box:hover .overlay {
  opacity: 1;
}

.static-box:hover .step-number,
.static-box:hover .step-title {
  color: #ffcc00 !important;
}

/* Active state */
.static-box.active .overlay {
  opacity: 1;
}

.static-box.active .step-title,
.static-box.active .step-number {
  color: #ffcc00 !important;
}

.processBlock {
  background: #fff;
  padding: 85px 35px 35px 35px;
  height: 100%;
}

span.procesNumber {
  position: absolute;
  top: 14px;
  font-size: 32px;
  font-weight: 900;
  left: 0;
  background: #ebeff3;
  padding: 0px 23px;
  color: #020f2d;
  opacity: 0.9;
  border-radius: 0px 45px 45px 0px;
  border: 4px solid rgba(181, 207, 232, 0.4392156863);
  border-left: 0 !important;
}

.processBlock h4 {
  font-size: 26px;
  font-weight: 600;
  color: #00112e;
}

.solitionBlock {
  align-items: center;
  background: #d9e0e7;
  padding: 30px 22px;
  border-radius: 20px;
  height: 100%;
}

span.solitionSvgIcon {
  width: 240px;
}

.solitionBlock span.solitionSvgIcon svg {
  width: 80px;
  fill: #00358d;
}

.solitionBlock h4 {
  font-size: 25px;
  font-weight: 600;
  color: #00112e;
  margin: 0;
}

.solitionBlock p {
  font-size: 23px;
  line-height: 29px;
  margin-bottom: 0;
  margin-top: 10px;
}

footer {
  position: relative;
  background: url(../images/slider/xxl/3.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 0;
}

footer:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 15, 45, 0.95);
  border-radius: 20px;
}

.mainFooterContactBlock {
  position: relative;
  padding: 22px 25px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgb(2, 15, 45);
  margin-bottom: 50px;
}

.mainFooterContact svg {
  width: 34px;
  fill: #eee;
}

.mainFooterContact .mainFootercontactInfo {
  margin-left: 16px;
}

.mainFooterContact .mainFootercontactInfo p, .mainFooterContact .mainFootercontactInfo a {
  font-size: 18px;
  line-height: 24px;
  color: #eee;
  transition: 0.4s ease-in-out;
}

.mainFooterContact label.footerLabel {
  font-size: 18px;
  line-height: 24px;
  color: #ddd;
  margin-bottom: 4px;
}

span.loctionBlock {
  background: #040d2c;
  padding: 7px 18px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.6px;
  margin-left: 15px;
}

.contactSec p.mainPara small {
  background: #00358d;
  padding: 5px 6px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

a.whatsapp_popup {
  bottom: 40px;
  right: 50px;
  z-index: 999;
  border: 2px solid #fff;
}

a.whatsapp_popup svg {
  fill: #29a71a;
  width: 58px;
}

.mainFooterContact .mainFootercontactInfo p, .mainFooterContact .mainFootercontactInfo a {
  font-size: 18px;
  line-height: 24px;
  color: #eee;
  transition: 0.4s ease-in-out;
}

.footerLogo a.navbar-brand img {
  width: 300px;
  transition: 0.4s ease-in-out;
}

.footerLogo a.navbar-brand span {
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
}

.mainFooter p {
  color: #eee;
  font-size: 19px;
  line-height: 27px;
  margin-bottom: 0;
}

.socialMediaBlock a {
  display: block;
  margin-right: 20px;
}

.socialMediaBlock a svg {
  width: 35px;
  fill: #eee;
  transition: 0.4s ease-in-out;
}

h2.footerH2 {
  position: relative;
  font-size: 23px;
  color: #ffffff;
  line-height: 32px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

h2.footerH2:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 2px;
  background-color: #eee;
}

ul.footerUl li {
  position: relative;
  margin-bottom: 6px;
}

ul.footerUl li a {
  position: relative;
  color: #cccccc;
  font-size: 19px;
  padding-left: 17px;
  transition: 0.4s ease-in-out;
}

ul.footerUl li a:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "-";
  line-height: 1.2em;
}

ul.footerUl li a:hover {
  color: #fff;
}

.footerCopyright {
  padding: 20px 0px;
  background-color: rgb(2, 15, 45);
  margin-top: 40px;
  border-radius: 20px;
}

.footerCopyright p, .footerCopyright p a, ul.coprightUl li a {
  font-size: 15px;
  line-height: 22px;
  color: #cccccc;
  transition: 0.4s ease-in-out;
}

ul.coprightUl li a {
  display: block;
  border-left: 1px solid #c8c8c8;
  padding-left: 12px;
  margin-left: 12px;
}

ul.coprightUl li:first-child a {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

.ctaSection .mainBtn a {
  font-size: 25px;
  line-height: 27px;
}

.callcontent a {
  display: block;
  color: #fff;
  font-size: 25px;
}

.mobileBar .mobile-navbar-menu {
  display: none;
  visibility: hidden;
}

.icon svg {
  width: 36px;
  fill: #eee;
  margin-right: 20px;
}

p.mainPara1 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  line-height: 44px;
}

.statesTitle {
  position: absolute;
  bottom: 31px;
  z-index: 9;
  right: 97px;
}

.statesTitle img {
  width: 211px;
}

.tickerwrapper1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.tickerwrapper1 ul {
  display: inline-flex;
  padding: 0;
  margin: 0;
}

.tickerwrapper1 li {
  list-style: none;
  padding: 0 40px;
  white-space: nowrap;
}

.listitem1 h3 {
  font-size: 58px;
  line-height: 78px;
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  transition: 0.4s ease-in-out;
}

.listitem1 h3 span {
  position: relative;
  top: 28px;
  padding-left: 50px;
  font-size: 150%;
  color: #666;
}

.ctaSection {
  background: linear-gradient(237deg, rgba(2, 15, 45, 0.84) 0%, rgba(2, 15, 45, 0.98) 53%, rgb(2, 15, 45) 100%);
  padding: 90px 0px;
}

h2.mianHead.hero-title {
  font-size: 37px;
  font-weight: 500;
  line-height: normal;
}

h2.mianHead.hero-title small {
  font-size: 431%;
  opacity: 0.2;
  text-transform: uppercase;
  font-weight: 900;
}

/*================================== Inner Banner CSS Start ================================*/
.innerBanner {
  position: relative;
  overflow: hidden;
}

.inner-banner-img {
  overflow: hidden;
}

.innerBanner img {
  height: 70dvh;
  -o-object-fit: cover;
     object-fit: cover;
  animation: pulse2 0.6s infinite;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  border-radius: 20px;
}

.innerBanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgb(0, 0, 0), transparent);
  border-radius: 20px;
}

.screen-darken.active {
  z-index: 9999;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 22, 55, 0.44);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.innerBanner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, #000000, transparent);
  border-radius: 20px;
}

@keyframes pulse2 {
  0% {
    transform: scale(1.1);
    filter: blur(5px);
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
  }
}
.innerBannerContent {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 50px 0;
}

.innerBannerContent h1 {
  margin-bottom: 0;
  font-size: 70px;
  line-height: 76px;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
}

.achievementSec {
  background: #fff;
  padding: 50px 40px 35px 40px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  height: 100%;
}

.achievementSec img.achievementImg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 46%;
  opacity: 0.2;
  filter: brightness(0.6);
  width: 215px;
}

.achievementSec h4 {
  font-size: 30px;
  font-weight: 700;
  color: #00358d;
}

.contactBlock h4 small {
  font-weight: 400;
  font-size: 68%;
  color: #000;
  margin-top: 3px;
}

.contactBlock span {
  height: 85px;
  width: 85px;
  background: #ebeff3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

p.mainPara a {
  color: #000;
}

.contactBlock h4 {
  font-size: 28px;
  font-weight: 700;
  color: #00358d;
}

.contactBlock span svg {
  fill: #262626;
  width: 30px;
}

.contactBlock {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contactSec {
  background: #fff;
  padding: 28px 28px;
  border-radius: 20px;
  height: 100%;
}

.getintouchHPForm {
  padding: 40px 50px;
  border-radius: 20px;
}

.mainHpForm input, .mainHpForm select, .mainHpForm textarea {
  font-size: 17px;
  color: #000000;
  height: 50px;
  padding: 8px 12px;
  font-weight: 500;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
}

.mainHpForm textarea {
  height: 80px;
}

input:focus, textarea:focus, select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.mainBtn1 button {
  background-color: #00358d;
  color: #fff !important;
}

.mainHpForm lable {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  body {
    padding: 8px;
  }
  .contactSec p.mainPara small {
    font-size: 12px;
  }
  p.mainPara1 {
    font-size: 22px;
    line-height: 33px;
  }
  .mainBtn a span.arrowSvg, .mainBtn button span.arrowSvg {
    width: 39px;
    height: 39px;
  }
  .mainBtn a, .mainBtn button {
    padding: 15px 67px 15px 22px;
    font-size: 18px;
    line-height: 21px;
  }
  header ul.navbar-nav .nav-link {
    font-size: 17px;
    line-height: 22px;
    padding: 2px 15px !important;
  }
  header ul.navbar-nav {
    padding: 11px 15px;
  }
  header a.navbar-brand span.logoImg img {
    width: 225px;
  }
  .statesTitle {
    bottom: 29px;
    right: 40px;
  }
  header ul.navbar-nav a.dropdown-item {
    font-size: 16px;
  }
  header nav.navbar {
    padding: 35px 35px 10px 35px;
  }
  .getintouchHPForm {
    padding: 32px 40px;
  }
  .footerLogo a.navbar-brand img {
    width: 146px;
  }
  .statesTitle img {
    width: 169px;
  }
  .mainSlider .carousel-caption {
    left: 65px;
    bottom: 41px;
  }
  span.captionLable {
    padding: 6px 15px;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .mainSlider .carousel-caption h1 {
    font-size: 55px;
    line-height: 60px;
  }
  .mainSlider .carousel-indicators {
    height: 95px;
    padding: 10px 6px 10px 9px;
  }
  .mainSlider .carousel-indicators button {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: 5px 0;
  }
  section {
    padding: 65px 0px;
  }
  .labLetext span {
    font-size: 18px;
  }
  .awardScrollerBlock img {
    width: 97px;
  }
  p.mainPara {
    font-size: 20px;
    line-height: 30px;
  }
  .achievementSec {
    padding: 40px 40px 35px 40px;
  }
  .achievementSec h4 {
    font-size: 26px;
  }
  .achievementSec img.achievementImg {
    width: 188px;
  }
  ul.mainUl li svg {
    width: 17px;
    margin-right: 7px;
  }
  .innerBanner img {
    height: 78dvh;
  }
  .innerBannerContent h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .innerBannerContent {
    padding: 35px 0;
  }
  ul.mainUl li {
    font-size: 19px;
    margin-bottom: 8px;
  }
  .welcomeImg img {
    height: 345px;
  }
  .welcomeBlock h3 {
    font-size: 35px;
    line-height: 48px;
  }
  span.topText {
    font-size: 22px;
    line-height: 28px;
  }
  span.numbrBlock {
    font-size: 73px;
    line-height: 76px;
    bottom: 35px;
  }
  span.numbrBlock small {
    font-size: 25%;
    line-height: 25px;
  }
  .welcomeNumber {
    padding: 30px 27px;
  }
  h2.mianHead {
    font-size: 48px;
    line-height: 52px;
  }
  .socialMediaBlock a svg {
    width: 28px;
  }
  .chooesSingle .choessImg img {
    height: 230px;
    margin-top: 8px;
  }
  .chooesSingle p.mainPara {
    font-size: 17px;
  }
  span.chooesSingleName {
    font-size: 27px;
    line-height: 33px;
  }
  span.choeesIcon svg {
    width: 47px;
  }
  .chooesSingle {
    padding: 25px 28px;
  }
  .processBlock h4 {
    font-size: 24px;
  }
  .processBlock {
    padding: 65px 25px 29px 25px;
  }
  span.procesNumber {
    top: 9px;
    font-size: 25px;
    padding: 0px 16px;
    border: 3px solid rgba(181, 207, 232, 0.4392156863);
  }
  h2.mianHead.hero-title {
    font-size: 29px;
  }
  .ctaSection {
    padding: 70px 0px;
  }
  h2.mianHead.hero-title small {
    font-size: 406%;
  }
  .ctaSection .mainBtn a {
    font-size: 22px;
    line-height: 27px;
  }
  .icon svg {
    width: 30px;
    margin-right: 16px;
  }
  .callcontent a {
    font-size: 22px;
  }
  .solitionBlock p {
    font-size: 19px;
    line-height: 25px;
    margin-top: 6px;
  }
  .solitionBlock h4 {
    font-size: 22px;
  }
  .solitionBlock span.solitionSvgIcon svg {
    width: 54px;
  }
  span.solitionSvgIcon {
    width: 164px;
  }
  .solitionBlock {
    padding: 20px 20px;
  }
  .listitem1 h3 span {
    padding-left: 23px;
    font-size: 140%;
  }
  .listitem1 h3 {
    font-size: 45px;
    line-height: 46px;
  }
  h2.footerH2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 7px;
  }
  ul.footerUl li a {
    font-size: 17px;
  }
  .mainFooterContactBlock {
    padding: 15px 18px 15px;
    margin-bottom: 40px;
  }
  .mainFooter p {
    font-size: 17px;
    line-height: 24px;
  }
  .mainFooterContact svg {
    width: 27px;
  }
  .mainFooterContact .mainFootercontactInfo p, .mainFooterContact .mainFootercontactInfo a {
    font-size: 16px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .followBlocks h5 {
    font-size: 20px;
  }
  span.captionLable {
    padding: 4px 13px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contactSec p.mainPara small {
    padding: 5px 6px;
    font-size: 14px;
  }
  .contactSec {
    padding: 23px 20px;
  }
  .innerBannerContent {
    padding: 37px 0;
  }
  .getintouchHPForm {
    padding: 30px 25px;
    border-radius: 6px;
  }
  .innerBannerContent h1 {
    font-size: 50px;
    line-height: 55px;
  }
  section {
    padding: 50px 0px;
  }
  .mainSlider .carousel-caption h1 {
    font-size: 35px;
    line-height: 40px;
  }
  .mainSlider .carousel-caption {
    left: 30px;
    bottom: 30px;
  }
  .mainSlider .carousel-inner .carousel-item img.main-slider-img {
    border-radius: 6px;
  }
  header a.navbar-brand span.logoImg img {
    width: 165px;
  }
  header nav.navbar {
    padding: 16px 8px 10px 8px;
  }
  body {
    padding: 5px;
  }
  .statesTitle {
    display: none;
    visibility: hidden;
  }
  .awardScrollerBlock {
    padding: 7px 15px;
    border-radius: 6px;
  }
  .tickerwrapper ul.list li {
    padding-left: 30px;
  }
  .awardScrollerBlock img {
    width: 85px;
  }
  .welcomeBlock h3 {
    font-size: 25px;
    line-height: 34px;
  }
  .labLetext span {
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
  }
  .tickerwrapper ul.list li {
    float: left;
    padding-left: 30px;
  }
  span.numbrBlock {
    bottom: 33px;
    right: 34px;
    font-size: 65px;
    line-height: 73px;
  }
  span.topText {
    font-size: 22px;
    line-height: 29px;
  }
  .welcomeNumber {
    height: 330px;
    padding: 31px 25px;
    border-radius: 6px;
  }
  footer:before {
    border-radius: 6px;
  }
  .br {
    border-radius: 6px;
  }
  .welcomeImg img {
    height: 100%;
    border-radius: 6px;
  }
  .abcScrol {
    padding-bottom: 15px;
  }
  p.mainPara {
    font-size: 20px;
    line-height: 30px;
  }
  ul.mainUl li {
    font-size: 20px;
    margin-bottom: 3px;
  }
  ul.mainUl li svg {
    width: 15px;
    margin-right: 4px;
    top: 4px;
  }
  .welcomelist {
    margin-top: 35px;
  }
  h2.mianHead {
    font-size: 35px;
    line-height: 41px;
  }
  span.choeesIcon svg {
    width: 43px;
  }
  span.chooesSingleName {
    font-size: 25px;
    line-height: 31px;
  }
  .chooesSingle {
    padding: 21px 15px;
    margin-top: 20px;
  }
  .chooesSingle .choessImg img {
    height: 100%;
    margin-top: 10px;
  }
  .chooesSingle p.mainPara {
    font-size: 17px;
    line-height: 24px;
  }
  span.procesNumber {
    top: 8px;
    font-size: 20px;
    padding: 0px 11px;
    border: 3px solid rgba(181, 207, 232, 0.4392156863);
  }
  .innerBanner:before, .innerBanner:after {
    border-radius: 6px;
  }
  .innerBanner img {
    border-radius: 6px;
  }
  h2.mianHead.hero-title {
    font-size: 23px;
    line-height: 34px !important;
  }
  h2.mianHead.hero-title small {
    font-size: 260%;
    margin-bottom: 25px;
  }
  .ctaSection {
    padding: 60px 0px;
  }
  .processBlock h4 {
    font-size: 24px;
  }
  .processBlock {
    padding: 50px 20px 15px 20px;
  }
  .ctaSection .mainBtn a {
    font-size: 19px;
    line-height: 23px;
  }
  .mainBtn a, .mainBtn button {
    padding: 14px 59px 14px 17px;
    font-size: 19px;
    line-height: 23px;
  }
  .mainBtn a span.arrowSvg, .mainBtn button span.arrowSvg {
    width: 35px;
    height: 35px;
  }
  .mainBtn a span.arrowSvg svg, .mainBtn button span.arrowSvg svg {
    width: 25px;
  }
  .icon svg {
    width: 24px;
    margin-right: 6px;
  }
  .callcontent a {
    font-size: 20px;
  }
  .scrolleSec {
    padding: 30px 0px 40px 0px;
  }
  .listitem1 h3 {
    font-size: 38px;
    line-height: 49px;
  }
  .tickerwrapper1 li {
    padding: 0 20px;
  }
  footer {
    padding: 20px 0 0;
  }
  .mainFooter p {
    font-size: 17px;
    line-height: 25px;
  }
  .socialMediaBlock a svg {
    width: 27px;
  }
  ul.footerUl li a {
    font-size: 17px;
    padding-left: 15px;
  }
  h2.footerH2:after {
    width: 31px;
  }
  h2.footerH2 {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 16px;
    padding-bottom: 4px;
  }
  .footerCopyright {
    padding: 20px 0px;
    margin-top: 5px;
  }
  .footerLogo a.navbar-brand img {
    width: 200px;
  }
}
@media all and (max-width: 991px) {
  .offcanvas-header {
    display: block;
  }
  .mobile-offcanvas {
    visibility: hidden;
    /*transform: translateX(-100%);*/
    opacity: 0;
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999;
    width: 100%;
    max-width: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, display 0.3s ease-in-out;
    background: #00358d;
    padding: 25px 6px 20px;
    display: none;
  }
  .mobile-offcanvas.show {
    visibility: visible;
    /*transform: translateX(0);*/
    opacity: 1;
    display: block;
  }
  .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .icon-bars {
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 4px;
  }
  .icon-bars svg {
    fill: #fff;
    width: 39px;
  }
  .mobileBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobileBar .mobile-navbar-menu {
    display: block;
    visibility: visible;
  }
  header.main-header nav.navbar button.navbar-toggler {
    visibility: hidden;
    position: absolute;
  }
  .navbar .mainBtn {
    display: none;
    visibility: hidden;
  }
  .mobile-navbar-menu {
    display: flex;
    position: relative;
    top: 2px;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu nav.mobile-offcanvas a.navbar-brand img {
    width: 130px;
  }
  .mobile-menu nav.mobile-offcanvas .accordion button.accordion-button,
  .mobile-menu nav.mobile-offcanvas .accordion a.accordion-button,
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-item {
    background-color: transparent;
  }
  .mobile-menu nav.mobile-offcanvas .accordion button, .mobile-menu nav.mobile-offcanvas .accordion h2 a {
    color: #fff;
    padding: 10px 0;
    font-size: 19px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .mobile-menu nav.mobile-offcanvas .accordion {
    margin: 30px 0 0;
  }
  .mobile-menu nav.mobile-offcanvas .accordion button.accordion-button::after {
    filter: invert(1);
  }
  .mobile-menu nav.mobile-offcanvas .accordion a.accordion-button.accordion-remove-icon::after {
    display: none;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
  }
  .mobile-menu nav.mobile-offcanvas .offcanvas-header button.btn-close {
    position: absolute;
    right: 30px;
    padding: 0;
    font-size: 24px;
    filter: invert(1);
    opacity: 1;
    top: 55px;
  }
  .mobile-menu .accordion-button:not(.collapsed) {
    box-shadow: none;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body {
    padding: 6px 8px 16px;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu li a {
    color: #fff;
    padding: 6px 0;
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    position: relative;
    padding-left: 18px;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu li a img.pdfIcon {
    width: 16px;
    position: relative;
    top: -2px;
    filter: opacity(0.8) invert(1);
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu li a i {
    position: absolute;
    left: 0;
    top: 7px;
    opacity: 0.5;
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .mobile-menu nav.mobile-offcanvas .accordion .accordion-body ul.sub-menu {
    margin-bottom: 0px;
  }
  .mobile-menu nav.mobile-offcanvas .offcanvas-header {
    padding: 0;
  }
  .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header {
    display: flex;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    justify-content: center;
    margin-bottom: 0;
  }
  .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header li {
    margin: 0 12px;
  }
  .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header li a {
    display: block;
    color: #bbb;
    font-size: 24px;
    transition: 0.6s ease-in-out;
  }
  .mobile-menu nav.mobile-offcanvas ol.social-media-mob-header li a:hover {
    color: #fff;
  }
  .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
  }
  .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #ddd;
    font-size: 90%;
  }
  .mobile-menu nav.mobile-offcanvas ul.contact-detail-mob li a {
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    display: block;
  }
  .ext-btn-group.ext-mob-btn {
    margin-right: 0;
    text-align: left;
    margin-top: 20px;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .mainSlider .carousel-indicators {
    top: 55%;
    right: 0px;
    left: auto;
    margin: 0 0px 0 0;
    height: 70px;
    padding: 4px 6px 5px 9px;
    border-radius: 7px 0px 0px 7px;
  }
  .mainSlider .carousel-indicators button {
    width: 9px;
    height: 9px;
    margin: 2px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .innerBannerContent {
    padding: 30px 0;
  }
  .innerBannerContent h1 {
    font-size: 58px;
    line-height: 76px;
  }
  .mainSlider .carousel-caption h1 {
    font-size: 45px;
    line-height: 54px;
  }
  .contactSec p.mainPara small {
    padding: 5px 6px;
    font-size: 13px;
  }
  .contactBlock h4 {
    font-size: 23px;
  }
  .contactBlock span {
    height: 70px;
    width: 70px;
  }
  .mainSlider .carousel-caption {
    left: 35px;
    bottom: 30px;
  }
  .contactSec {
    padding: 23px 18px;
  }
  .contactBlock h4 {
    font-size: 23px;
  }
  span.captionLable {
    padding: 4px 15px;
    font-size: 14px;
    margin-bottom: 11px;
  }
  .statesTitle {
    display: none;
    visibility: hidden;
  }
  header a.navbar-brand span.logoImg img {
    width: 210px;
  }
  header nav.navbar {
    padding: 30px 20px 10px 20px;
  }
  section {
    padding: 60px 0px;
  }
  body {
    padding: 8px;
  }
  .tickerwrapper ul.list li {
    padding-left: 34px;
  }
  .awardScrollerBlock img {
    width: 85px;
  }
  .abcScrol {
    padding-bottom: 10px;
  }
  .welcomeBlock h3 {
    font-size: 26px;
    line-height: 35px;
  }
  .welcomeImg img {
    height: 390px;
  }
  ul.mainUl li {
    font-size: 22px;
    margin-bottom: 8px;
  }
  ul.mainUl li svg {
    width: 19px;
    margin-right: 7px;
  }
  p.mainPara {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    line-height: 32px;
  }
  .welcomelist {
    margin-top: 40px;
    margin-left: 0 !important;
  }
  .labLetext span {
    font-size: 16px;
  }
  span.numbrBlock small {
    font-size: 25%;
    line-height: 22px;
  }
  span.numbrBlock {
    bottom: 30px;
    right: 31px;
    font-size: 60px;
    line-height: 70px;
  }
  span.topText {
    font-size: 22px;
    line-height: 30px;
  }
  .welcomeNumber {
    padding: 29px 28px;
  }
  h2.mianHead {
    font-size: 42px;
    line-height: 54px;
  }
  .chooesSingle p.mainPara {
    font-size: 17px;
    line-height: 24px;
  }
  span.choeesIcon svg {
    width: 40px;
  }
  span.chooesSingleName {
    font-size: 28px;
    line-height: 34px;
  }
  .chooesSingle {
    padding: 20px 20px;
  }
  .chooesSingle .choessImg img {
    height: 230px;
    margin-top: 10px;
  }
  span.procesNumber {
    top: 10px;
    font-size: 22px;
    padding: 0px 12px;
  }
  .processBlock h4 {
    font-size: 23px;
  }
  .processBlock {
    padding: 60px 25px 35px 25px;
  }
  .processBlock p.mainPara {
    font-size: 20px;
    line-height: 27px;
  }
  h2.mianHead.hero-title {
    font-size: 31px;
    line-height: 47px;
  }
  h2.mianHead.hero-title small {
    font-size: 360%;
    margin-bottom: 42px;
  }
  .ctaSection .mainBtn a {
    font-size: 22px;
    line-height: 26px;
  }
  .callcontent a {
    font-size: 23px;
  }
  .listitem1 h3 {
    font-size: 45px;
    line-height: 60px;
  }
  .tickerwrapper1 li {
    padding: 0 19px;
  }
  .mainFooter p {
    font-size: 16px;
    line-height: 24px;
  }
  .footerLogo a.navbar-brand img {
    width: 175px;
  }
  .mainFooter p {
    font-size: 16px;
    line-height: 24px;
  }
  .socialMediaBlock a svg {
    width: 30px;
  }
  .footerLogo {
    position: relative;
    top: -22px;
    height: 63px;
  }
  h2.footerH2 {
    font-size: 21px;
    line-height: 33px;
    margin-bottom: 23px;
    padding-bottom: 7px;
  }
  footer {
    padding: 40px 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .innerBannerContent h1 {
    font-size: 63px;
    line-height: 76px;
  }
  .footerLogo a.navbar-brand img {
    width: 250px;
  }
  header nav.navbar {
    padding: 30px 20px 10px 20px;
  }
  header a.navbar-brand span.logoImg img {
    width: 200px;
  }
  header ul.navbar-nav {
    padding: 11px 10px;
  }
  header ul.navbar-nav .nav-link {
    font-size: 17px;
    line-height: 22px;
    padding: 2px 15px !important;
  }
  .mainBtn a, .mainBtn button {
    padding: 14px 68px 14px 23px;
    font-size: 19px;
    line-height: 24px;
  }
  span.captionLable {
    padding: 5px 16px;
    font-size: 16px;
    margin-bottom: 13px;
  }
  .mainSlider .carousel-caption h1 {
    font-size: 48px;
    line-height: 59px;
  }
  .mainSlider .carousel-caption {
    left: 42px;
    bottom: 35px;
  }
  .statesTitle img {
    width: 166px;
  }
  .statesTitle {
    bottom: 19px;
    right: 31px;
  }
  .mainSlider .carousel-indicators {
    height: 116px;
    padding: 10px 7px 11px 11px;
  }
  section {
    padding: 60px 0px;
  }
  .welcomeBlock h3 {
    font-size: 30px;
    line-height: 45px;
  }
  .labLetext span {
    font-size: 18px;
  }
  .tickerwrapper ul.list li {
    padding-left: 45px;
  }
  .awardScrollerBlock img {
    width: 100px;
  }
  .welcomelist {
    margin-top: 40px;
  }
  p.mainPara {
    font-size: 20px;
    line-height: 31px;
  }
  ul.mainUl li {
    font-size: 22px;
    margin-bottom: 10px;
  }
  ul.mainUl li svg {
    width: 21px;
    margin-right: 7px;
    top: 4px;
  }
  h2.mianHead {
    font-size: 48px;
    line-height: 58px;
  }
  span.chooesSingleName {
    font-size: 30px;
    line-height: 38px;
  }
  span.choeesIcon svg {
    width: 45px;
  }
  .chooesSingle {
    padding: 34px 29px;
  }
  body {
    padding: 8px;
  }
  .processBlock {
    padding: 68px 20px 30px 20px;
  }
  span.procesNumber {
    top: 10px;
    font-size: 27px;
    padding: 0px 19px;
  }
  .processBlock h4 {
    font-size: 24px;
  }
  .ctaSection {
    padding: 70px 0px;
  }
  h2.mianHead.hero-title {
    font-size: 33px;
  }
  .mainFooter p {
    font-size: 18px;
    line-height: 25px;
  }
  .tickerwrapper1 li {
    padding: 0 20px;
  }
  .listitem1 h3 {
    font-size: 46px;
    line-height: 69px;
  }
  h2.footerH2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    margin-top: 37px;
  }
  footer {
    padding: 35px 0 0;
  }
}/*# sourceMappingURL=main.css.map */