@font-face {
  font-family: Roboto-Thin;
  src: url(../fonts/Roboto-Thin.ttf);
}
@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto-Medium;
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: Roboto-Black;
  src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family: DMSans-Regular;
  src: url(../fonts/DMSans-Regular.ttf);
}
@font-face {
  font-family: DMSans-Regular;
  src: url(../fonts/fa-brands-400.ttf);
}
@font-face {
  font-family: DMSans-Regular;
  src: url(../fonts/fa-duotone-900.ttf);
}
@font-face {
  font-family: DMSans-Regular;
  src: url(../fonts/fa-regular-400.ttf);
}
.btn-primary {
  background-color: #0268C6;
  border: 1px solid #0268C6;
  font-size: 14px;
  padding: 6px 10px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn-primary::after {
  content: "";
  width: 20px;
  height: 194px;
  background-color: #04529b;
  position: absolute;
  right: -18px;
  bottom: -85px;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.6s ease-out;
}

.btn-primary:hover::after {
  width: 300px;
  transform: rotate(0deg);
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 14px;
  padding: 6px 10px;
  transition: 0.3s;
}
.btn-secondary:hover {
  background-color: #04529b;
  border: 1px solid #ffffff;
  transition: 0.3s;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.bg-one {
  background-color: #F1FAFF;
}

.bg-two {
  background-color: #F8FAFC;
}

.bg-content {
  background-color: #FFFBF6;
}

.w-20 {
  width: 20%;
}

.form-control:active {
  border: 1px solid #0057A7;
  box-shadow: none;
}
.form-control:focus {
  border: 1px solid #0057A7;
  box-shadow: none;
}

.title-style-one {
  text-align: center;
  margin-bottom: 20px;
}
.title-style-one h3 {
  font-size: 40px;
  font-weight: 600;
  color: #0057A7;
}
.title-style-one p {
  margin-bottom: 0px;
}

.inner-header-bottom {
  background: linear-gradient(180deg, rgba(123, 192, 67, 0.12) 0%, rgba(255, 241, 0, 0.12) 42.07%, rgba(255, 255, 255, 0.12) 92.14%);
}
.inner-header-bottom h3 {
  color: #011A30;
  font-family: Roboto-Medium;
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
  margin-bottom: 30px;
}
.inner-header-bottom p {
  color: #000000;
  font-size: 16px;
}

body {
  font-family: DMSans-Regular;
  font-size: 18px;
}

.header-topbar {
  background-color: #0057A7;
  padding: 10px 0px;
}
.header-topbar ul li {
  color: white;
  font-size: 15px;
  padding-right: 20px;
}

.header__area {
  position: absolute;
  width: 100%;
}

#header-sticky {
  position: fixed;
  top: -100%;
}

.header__area.sticky {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  display: block;
  box-shadow: 0px 10px 20px 0px rgba(8, 0, 42, 0.08);
}

.header-bottom {
  background: linear-gradient(98deg, rgba(255, 241, 0, 0.12) 3.48%, rgba(235, 29, 37, 0.12));
}

.main-menu ul li {
  display: inline-block;
  position: relative;
  margin-bottom: -2px;
}

.main-menu ul li:not(:first-child) {
  margin-left: 0px;
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-menu ul li:not(:first-child) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li:not(:first-child) {
    margin-left: 0px;
  }
}
.main-menu ul li a {
  color: #1A1A1A;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 0px 33px 0px 0px;
}

.main-menu ul li.has-dropdown > a {
  position: relative;
}

.main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  transform: translateY(1px);
  font-size: 20px;
  color: #0e1133;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 5px;
  display: inline-block;
}

.main-menu ul li:hover > a {
  color: #0183cc;
}

.main-menu ul li:hover > a::after {
  color: #0183cc;
}

.main-menu ul li:hover .submenu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #ffffff;
  border-radius: 5px;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  padding: 10px;
}

.main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}

.main-menu ul li .submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-90deg);
}

.main-menu ul li .submenu li a {
  padding: 10px 25px;
  font-size: 15px;
  position: relative;
  z-index: 1;
  color: #0e1133;
  width: 100%;
}

.main-menu ul li .submenu li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background: #0183cc;
  z-index: -1;
}

.main-menu ul li .submenu li .submenu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.main-menu ul li .submenu li:hover > a {
  color: #ffffff;
}

.main-menu ul li .submenu li:hover > a::after {
  color: #ffffff;
}

.main-menu ul li .submenu li:hover > a::before {
  left: 0;
  right: auto;
  width: 100%;
}

.main-menu ul li .submenu li:hover .submenu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.main-menu-2 ul li:not(:first-child) {
  margin-left: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-2 ul li:not(:first-child) {
    margin-left: 20px;
  }
}
.main-menu-2 ul li .menu-tag {
  position: absolute;
  top: 13px;
  right: -4px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 7px;
  background: #0183cc;
  color: #ffffff;
  border-radius: 4px;
  font-size: 12px;
  text-transform: capitalize;
  box-shadow: 0px 8px 20px 0px rgba(1, 23, 133, 0.3);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-2 ul li .menu-tag {
    display: none;
  }
}
.main-menu-2 ul li .menu-tag::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid #0183cc;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.main-menu-3 ul li a {
  color: #ffffff;
  position: relative;
}

.main-menu-3 ul li a::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 38px;
  width: 0%;
  height: 1px;
  background: #ffffff;
}

.main-menu-3 ul li.has-dropdown a::after {
  color: #ffffff;
}

.main-menu-3 ul li .submenu li a::after {
  color: #0e1133;
}

.main-menu-3 ul li:hover a {
  color: #ffffff;
}

.main-menu-3 ul li:hover a::before {
  width: 100%;
  left: 0;
  right: auto;
}

/* sidebar css start */
.sidebar-toggle-btn .line {
  width: 30px;
  height: 3px;
  background-color: #0183cc;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

.sidebar-toggle-btn-white .line {
  background: #ffffff;
}

.sidebar-toggle-btn:hover {
  cursor: pointer;
}

.sidebar-toggle-btn:hover .line {
  transform: rotate(-30deg);
}

.sidebar-toggle-btn:hover .line:nth-child(1) {
  width: 10px;
}

.sidebar-toggle-btn:hover .line:nth-child(2) {
  width: 20px;
}

.sidebar__area {
  position: fixed;
  right: -340px;
  top: 0;
  width: 320px;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}

.sidebar__area.sidebar-opened {
  right: 0px;
}

.sidebar__wrapper {
  position: relative;
  padding: 30px;
}

.sidebar__close {
  position: absolute;
  top: 25px;
  right: 80px;
}

.sidebar__close-btn {
  transition: all 450ms cubic-bezier(0.4, 0.25, 0.3, 1.3);
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0e1133;
  border: 1px solid #2a3a57;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  z-index: 99;
}

.sidebar__close-btn:focus {
  border: 1px solid #0e1133;
}

.sidebar__close-btn span {
  transition: all 400ms cubic-bezier(0.4, 0.25, 0.3, 1.3) 100ms;
  position: absolute;
  top: 54%;
  left: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  vertical-align: middle;
}

.sidebar__close-btn span:first-of-type {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.sidebar__close-btn span:last-of-type {
  text-transform: uppercase;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
}

.sidebar__close-btn:hover {
  width: 100px;
  border-radius: 0;
}

.sidebar__close-btn:hover span:first-of-type {
  transform: translate(-50%, -150%);
  -webkit-transform: translate(-50%, -150%);
  -moz-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  -o-transform: translate(-50%, -150%);
}

.sidebar__close-btn:hover span:last-of-type {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.sidebar__search input {
  width: 100%;
  height: 50px;
  line-height: 20px;
  border-radius: 4px;
  background: #edeef3;
  outline: none;
  border: 1px solid #ffffff;
  font-size: 16px;
  padding: 25px 65px 20px 55px;
}

.sidebar__search input::-moz-placeholder {
  color: #8c8faa;
}

.sidebar__search input::placeholder {
  color: #8c8faa;
}

.sidebar__search input:focus {
  border-color: #0183cc;
}

.sidebar__search button {
  background: transparent;
  position: absolute;
  top: 15px;
  left: 24px;
}

.sidebar__search button i::after {
  color: #0e1133;
  opacity: 1;
}

.sidebar__search button i::before {
  color: #8c8faa;
}

.sidebar__cart-icon {
  display: inline-block;
}

.sidebar__cart-icon svg {
  width: 20px;
  height: 19px;
}

.sidebar__cart-icon svg .st0 {
  fill: none;
  stroke: #0e1133;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sidebar__cart a {
  position: relative;
  font-size: 17px;
  color: #0e1133;
}

.sidebar__cart a .cart-item {
  position: absolute;
  top: -10px;
  right: -10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #0183cc;
  border-radius: 50%;
  font-weight: 500;
  box-shadow: 0px 10px 20px 0px rgba(4, 23, 118, 0.3);
}

.sidebar__cart a:hover .cart-item {
  background: #0e1133;
}

/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #0e1133;
  border-top: 1px solid #bbbcbf;
  font-size: 13px;
  font-weight: 600;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0px;
  height: 15px;
  line-height: 14px;
  border-bottom: none;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 44px;
  line-height: 44px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  color: #0e1133;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: #0e1133;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: #0e1133;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li a {
    font-size: 16px;
    padding: 0px 10px 0px 0px;
  }
}
.mobile-show-menu {
  display: none !important;
}

.main-menu ul li a {
  font-size: 17px;
  color: #011A30;
  padding: 12.5px;
  text-transform: capitalize;
  font-family: "Roboto-Regular";
}

.mobile-menu .mean-bar:last-child {
  display: none !important;
}

.sidebar__content .mobile-content p {
  font-size: 13px;
  color: #0e1133;
  font-weight: 600;
}

.hero-content h1 {
  font-size: 60px;
  font-family: Roboto-Bold;
}
.hero-content h1 ::last-word {
  display: block;
  color: #FC6167;
}
.hero-content .btn {
  border: 1px solid #0057A7;
  color: #011A30;
  padding: 13px 16px;
  font-size: 16px;
  border-radius: 4px;
}
.hero-content .btn-g-play {
  background-color: #0057A7;
  color: #ffffff;
}

.educlerk-banner {
  position: relative;
  display: inline-block;
  text-align: center;
}

.educlerk-banner-text {
  position: absolute;
  color: #333;
}
.educlerk-banner-text p {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #212121;
}
.educlerk-banner-text p strong {
  font-size: 22px;
  font-weight: 600;
  color: #FC6167;
  display: block;
}
.educlerk-banner-text .icon-box {
  width: 40.5px;
  height: 35px;
  line-height: 35px;
  border-radius: 4px;
  text-align: center;
  background-color: #FFEAEB;
  margin-right: 10px;
}

.educlerk-districts {
  top: 34.5%;
  left: 12%;
  background-color: #fff;
  padding: 15px 12px;
  border-radius: 10px;
  width: 126px;
  height: 60px;
  display: flex;
  align-items: center;
}
.educlerk-districts p {
  text-align: left;
}

.educlerk-students {
  top: 19%;
  right: 3%;
  background-color: #fff;
  padding: 15px 12px;
  border-radius: 10px;
  height: 113px;
  width: 97px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.educlerk-students .icon-box {
  margin: 0;
  margin-bottom: 10px;
}

.educlerk-schools {
  bottom: 13%;
  right: 2%;
  background-color: #fff;
  padding: 15px 12px;
  border-radius: 10px;
  width: 126px;
  height: 60px;
  display: flex;
  align-items: center;
}
.educlerk-schools p {
  text-align: left;
}

.educlerk-icon {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.service-tabs {
  background-color: #FFFBF6;
  padding: 40px 30px;
}
.service-tabs .rb-tabs-items {
  margin-bottom: 1rem !important;
  border: none !important;
}
.service-tabs .rb-tabs-items .rb-tabs-item {
  padding: 11px 25px !important;
  border-radius: 100px;
  border: 1px solid #0057A7;
  color: #0057A7;
  transition: 0.3s;
  margin: 10px 10px !important;
}
.service-tabs .rb-tabs-items .rb-tabs-item:hover {
  transition: 0.3s;
  background-color: #0057A7;
  color: white;
}
.service-tabs .rb-tabs-items .rb-tabs-item.active {
  background-color: #0057A7;
  color: white;
}
.service-tabs .rb-tabs-active-item {
  display: none;
}
.service-tabs .rb-tabs .rb-tabs-header .rb-tabs-items {
  justify-content: center;
}

.erp-content {
  gap: 2%;
}
.erp-content .erp-item {
  min-width: 18%;
  max-width: 18%;
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
  padding: 30px 25px 30px 25px;
  border-radius: 6px;
}
.erp-content .erp-item h5 {
  color: #8E989D;
  font-size: 15px;
  line-height: 20px;
}
.erp-content .erp-item h3 {
  color: #011A30;
  font-size: 20px;
  line-height: 25px;
  font-family: Roboto-Medium;
}
.erp-content .erp-item .erp-icon::before {
  content: "";
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: rgba(0, 87, 167, 0.1019607843);
  position: absolute;
  bottom: -20px;
  left: 15px;
}

.who-used-educlerk-content .who-used-single {
  border: 1px solid #E9E9E9;
  padding: 20px;
  background-color: white;
}
.who-used-educlerk-content .who-used-single h6 {
  font-size: 20px;
  color: #011A30;
  font-family: Roboto-Medium;
}

.module__slider .module__slider__item {
  padding: 40px 25px 60px 25px;
  border: 1px solid #E9E9E9;
  border-radius: 6px;
  height: 295px;
}
.module__slider .module__slider__item h5 {
  font-size: 15px;
  color: #8E989D;
}
.module__slider .module__slider__item h3 {
  font-size: 24px;
  color: #011A30;
}
.module__slider .module__slider__item img {
  height: 45px;
  width: auto !important;
}
.module__slider .slick-prev {
  position: absolute;
  bottom: -57px;
  left: 50%;
  transform: translate(-50%, 0);
}
.module__slider .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex !important;
  padding: 0 !important;
}
.module__slider .slick-dots button {
  background: #E0E0E0;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  list-style: none;
  text-indent: -9999px;
  border: none;
}
.module__slider .slick-dots li {
  list-style: none;
}
.module__slider .slick-active button {
  background: #022D54;
}
.module__slider .slick-initialized .slick-slide {
  display: block;
  padding: 0px 20px;
}
.module__slider .slick-arrow {
  display: none !important;
}

.owl-carousel .owl-stage-outer {
  padding-left: 1px;
}

.our__clients .client-single {
  background-color: white;
  padding: 20px 0px;
  border-radius: 8px;
}
.our__clients .client-single img {
  height: 80px;
  width: 80px;
  display: table;
  margin: auto;
}

.our__partners .client-single img {
  width: auto;
}

.call-to-action {
  background: linear-gradient(97.75deg, rgba(255, 241, 0, 0.08) 3.48%, rgba(235, 29, 37, 0.08) 34.69%, rgba(243, 85, 91, 0.08) 97.11%);
  padding: 50px 0px;
  border-radius: 10px;
}
.call-to-action h5 {
  color: #FC6167;
  font-size: 20px;
  font-family: DMSans-Regular;
}
.call-to-action h4 {
  font-size: 25px;
  color: black;
  margin-bottom: 30px;
  font-family: DMSans-Regular;
}
.call-to-action .btn {
  font-size: 16px;
  font-family: Roboto-Medium;
  padding: 14px 28px;
  border-radius: 6px;
}

.btn-readmore {
  text-transform: capitalize;
  color: #0057A7;
  border-bottom: 1px solid #0057A7;
  padding-bottom: 10px;
}

.blog-box {
  padding: 40px;
  background-color: white;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
}
.blog-box img {
  border-radius: 5px;
}
.blog-box h3 {
  font-size: 22px;
  font-family: Roboto-bold;
  margin-bottom: 15px;
}
.blog-box p {
  margin-bottom: 20px;
}

.highlight-blog h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.highlight-blog p {
  margin-bottom: 30px;
}

.contact form .form-control {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  background-color: transparent;
  margin-bottom: 30px;
  border-radius: 0px;
  padding-left: 0px;
}

.contact-bottom {
  background-color: #32434B;
  padding: 90px 0px;
}
.contact-bottom h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #BDBDBD;
  margin-bottom: 20px;
}
.contact-bottom p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #BDBDBD;
}

footer {
  background-color: #263238;
  padding-top: 65px;
}
footer h4 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
}
footer ul {
  padding-left: 0px;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #F5F7FA;
  font-size: 14px;
  margin-bottom: 15px;
}
footer .copyright {
  background-color: #19262c;
  padding: 15px 0px;
}
footer .copyright p {
  margin-bottom: 0px;
  color: white;
  font-size: 14px;
}

.footer-social a {
  height: 32px;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  background-color: #3c464c;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  transition: 0.3s;
}
.footer-social a:hover {
  background-color: #0057A7;
  transition: 0.3s;
}

.subscrive .form-control {
  background-color: #3c464c;
  border-radius: 8px;
  padding: 10px 12px;
  border: none;
  color: white;
}
.subscrive button {
  background-color: transparent;
  border: none;
  color: white;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.subscrive button i {
  font-size: 16px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1430px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 767px) {
  .erp-content .erp-item {
    max-width: 100%;
  }
  .header__area {
    background-color: white;
    padding: 14px 0px !important;
  }
  .header__area .logo img {
    height: 40px;
    max-width: inherit;
  }
  .header-bottom {
    padding-bottom: 20px;
  }
  .hero-content {
    margin-top: 50px;
    text-align: center;
  }
  .hero-content h1 {
    font-size: 30px;
  }
  .hero-content br {
    display: none;
  }
  .hero-banner img {
    display: none;
  }
  .slider-btn {
    justify-content: center;
    margin-top: 20px;
  }
  .what__can__we__content .nav-pills {
    display: -webkit-box !important;
    overflow-x: scroll !important;
    flex-wrap: inherit !important;
    overflow-y: hidden !important;
  }
  footer h4 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .erp-content .erp-item {
    max-width: 48%;
  }
}/*# sourceMappingURL=style.css.map */