@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
	font-family: "Oswald";
	src: url("../fonts/Oswald-Bold.woff"),
    url("../fonts/Oswald-Bold.woff2");
}
@font-face {
	font-family: "Oswald";
	src: url("../fonts/Oswald-Medium.woff"),
    url("../fonts/Oswald-Medium.woff2");
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald-regular-webfont.woff"),
	url("../fonts/oswald-regular-webfont.woff2");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald" !important;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  color: #3e3e3e;
  overflow-x: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Roboto" !important;
}

footer {
  margin-top: auto;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none !important;
}

.header-fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-fix .navbar {
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 10px 0;
}

.header-fix .navbar .navbar-brand {
  font-size: 30px;
  color: #f18e07;
  font-weight: 500;
  max-width: 150px;
}

.header-fix .navbar .navbar-brand span {
  color: #28a745;
}

.btn-gredient {
  background: #0180e5;
  border: 1px solid #0180e5 !important;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
}

.btn-gredient i {
  animation: 2s infinite arrowanim;
  -webkit-animation: 2s infinite arrowanim;
  font-size: 12px;
}

@keyframes arrowanim {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(8px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

.btn-gredient:hover {
  color: #0180e5;
  text-decoration: none;
  background: #fff;
}

.btn-gredient:hover i {
  transform: translateX(8px);
  transition: all 0.3s;
}

.navbar-nav .nav-item .butn {
  padding: 10px 20px;
  font-weight: 500;
  letter-spacing: 0.6px;
  vertical-align: middle;
}

.light-gray-bg {
  background-color: #fafbfb;
}

.butn {
  padding: 10px 25px;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.3s;
  line-height: normal;
}

.btn-border {
  border: 2px solid #4eabf5;
  color: #4eabf5;
}

.btn-border:hover {
  border: 2px solid #4eabf5;
  color: #fff;
  background-color: #4eabf5;
  transition: all 0.2s ease-in;
}

.fluid-2 {
  padding: 0 30px !important;
}

.lead {
  font-weight: 400;
}

[class*="navbar-expand"] .navbar-nav {
  position: relative;
}

[class*="navbar-expand"] .navbar-nav .nav-item:not(:last-child) {
  margin: 0 10px;
}

[class*="navbar-expand"] .navbar-nav .nav-item .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #023055;
  padding: 12px 5px;
  text-transform: uppercase;
  font-size: 16px;
}

[class*="navbar-expand"] .navbar-nav .nav-item .nav-link:hover {
  color: #4eabf5;
}

[class*="navbar-expand"] .navbar-brand {
  padding: 0;
  position: relative;
}

.banner-section {
  position: relative;
  background: #062a4b;
  padding: 250px 0 100px;
  min-height: 100vh;
}

.banner-section::before {
  height: 100%;
  width: 100%;
  opacity: 0.19;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../images/waves-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  transform: rotate(180deg);
}

.bg-blue {
  background: #062a4b;
}

.bg-warning {
}

.hero-content-wrap h1,
.hero-content-wrap h2 {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 20px;
}

.feature-iconbox {
  margin: auto;
  width: 52px;
  height: 50px;
  margin-bottom: 22px;
}

.feature-iconbox.no-hardware {
  background-position: -554px -335px;
}

.feature-iconbox.pay-as-you-go {
  background-position: -161px -43px;
}

.feature-iconbox.quick-setup {
  background-position: -278px -700px;
}

.feature-iconbox.easy-scalabilitynew {
  background-position: -554px -278px;
}

.feature-iconbox.crm-intgration {
  background-position: -113px -44px;
}

.feature-iconbox.smooth-portability {
  background-position: -335px -700px;
}

footer::before {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.099;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../images/waves-shape.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

footer .footer-widget ul {
  padding-left: 0;
}

footer .footer-widget ul li {
  list-style-type: none;
  color: #fff;
  margin-bottom: 10px;
}

footer .footer-widget ul li a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

footer .footer-widget ul li a:hover {
  color: #4eabf5;
  text-decoration: none;
}

footer .footer-widget {
  margin-left: 50px;
  position: relative;
}

footer hr {
  background-color: #fff;
}

footer .copyright-text p {
  font-weight: 500;
}

footer .copyright-text a {
  color: #4eabf5;
}

.copyright-text {
  position: relative;
  z-index: 999;
}

/* ==================Login page==================== */
.field-loginform-password {
  position: relative;
}

.login-signup .field-loginform-password span {
  float: right;
  position: absolute;
  z-index: 2;
  left: auto;
  right: 30px;
  top: 17px;
  color: #000;
}

.login-signup {
  height: calc(100vh - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #daecff;
}

.login-box {
  padding: 50px;
  box-shadow: 0 0 10px #0000002a;
  border-radius: 5px;
  max-width: 600px;
  margin: auto;
  border: 1px solid #0180e5;
  background: #0180e5;
  backdrop-filter: blur(6.800000190734863px);
  color: #fff;
}

.login-signup input.form-control {
  height: 50px;
  border-radius: 4px;
  background-color: #fff !important;
}

.login-signup .form-group {
  position: relative;
  margin-bottom: 1rem;
}

.uppercase {
  text-transform: uppercase;
}

.login-btn {
  border-radius: 5px;
  background: #f4b400;
  color: #000;
  font-weight: 600;
  height: 50px;
}

.login-btn:hover {
  text-decoration: none;
  background: #ffcb30;
}

#remember .custom-control-input:checked ~ .custom-control-label::before {
  color: #000;
  border-color: #f4b400;
  background-color: #f4b400;
}

#remember label,
.forgot-password {
  font-weight: 600;
  letter-spacing: 0.3px;
}

.forgot-password {
  color: #f4b400;
}

.forgot-password:hover {
  color: #ffcb30;
}

@media (min-width: 1500px) {
  .fluid-2 {
    padding: 0 10% !important;
  }
}

@media only screen and (max-width: 768px) {
  .col-lg-5.offset-lg-2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  footer .footer-widget {
    margin-left: 0px;
  }

  .banner-section {
    padding: 150px 0;
  }
}

@media only screen and (max-width: 600px) {
  .col-lg-5.offset-lg-2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .mobility {
    margin-top: 15px;
  }

  footer .footer-widget {
    margin-left: 0px;
  }

  .mobility {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-content-wrap h1 {
    font-size: 30px;
    line-height: 46px;
  }

  .lead {
    font-size: 1rem;
  }

  .butn {
    font-size: 16px;
  }

  .banner-section {
    padding: 150px 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .col-lg-5.offset-lg-2 {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .mobility {
    margin-top: 15px;
  }

  footer .footer-widget {
    margin-left: 0px;
  }
}

.owl-nav i {
  color: white;
  padding: 10px;
  font-size: 20px;
}

.bg-blue-header {
  background: #0180e5;
  color: #fff;
}

.bg-blue-header h2 {
  color: #fff;
}

/************ blog start***************/

.blog-section .blog-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.blog-section.bg .single-blog {
  background: #ffffff;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}

.article.blog-post:last-child {
  padding-bottom: 0 !important;
}

.single-blog {
  margin-bottom: 30px;
}

.single-blog h3 {
  line-height: 1;
}

.single-blog p {
  font-size: 15px;
}

.single-blog h3 a {
  font-size: 18px;
  letter-spacing: 0;
  color: #000;
}

a.read-more {
  border: 2px solid #6dbd63;
  padding: 7px 14px;
  color: #6dbd63;
  font-size: 15px;
  display: inline-block;
  border-radius: 5px;
}

article.blog-post {
  padding: 20px;
  margin: 30px 0px;
}

.cx-blog-section .portfolio-filter-1 li a,
.cx-blog-section .blog-categories ul li a {
  background: #ffffff;
}

.cx-blog-section .portfolio-filter-1 li a:hover,
.cx-blog-section .portfolio-filter-1 li.active a,
.cx-blog-section .blog-categories ul li a:hover {
  background: #4eabf5;
  color: #ffffff;
}

.portfolio-filter-1 li,
.blog-categories ul li {
  display: inline-block;
}

.cx-section.cx-blog-section {
  padding: 50px 0px;
  background: #e0f0e087;
}

.content.p-bg {
  margin-top: 67px;
}

.blog-post.post-single img {
  width: 100%;
}

.blog-detail .card.card-primary.blog-widget-view {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    padding-bottom: 18px;
  }

  .blog-post img {
    width: 100%;
    margin-bottom: 15px;
  }

  .blog-section .blog-img img {
    height: auto;
  }
}

.content.p-bg,
.p-bg.quote-content {
  padding: 45px 0;
  position: relative;
  background: #0180e5;
}

.portfolio-heading-section .area-title {
  text-transform: capitalize;
}

.area-title {
  color: #fff;
  font-size: 2rem !important;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 52px;
  font-weight: 500;
  margin: 0;
}

.container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  overflow: hidden;
}

.card-header {
  background-color: #0180e5;
  color: #fff;
}

.cx-blog-section ul {
  padding-left: 0;
}

.cx-blog-section .content-list a {
  color: #222;
}

.cx-blog-section .content-list a:hover {
  color: #0180e5;
}

.cx-blog-section .sideimage img {
  width: 110px;
  margin-right: 0px !important;
  min-width: 110px;
}

.cx-blog-section .sideimage {
  align-items: center;
}

.cx-blog-section .badge-primary {
  background-color: #337ab7;
  padding: 0.4em;
}

.cx-blog-section .badge-primary a {
  color: #fff !important;
}

.btn-main {
  background: #0180e5;
  color: #fff !important;
  border: 1px solid #0180e5;
  overflow: hidden;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.btn.btn-outline-info.bg-white:hover {
  color: #17a2b8;
}

/************ blog end***************/
/************ support and help section start***************/
.support-group h3 {
  font-size: 24px;
  color: #2e2e79;
}

.support-group .card a:hover h3 {
  color: #ffbd3b;
}

.contact-back {
  background: #fff6e5;
}

.single-questions {
  margin-bottom: 30px;
  margin-top: 30px;
  background: #f4f4f4;
  padding: 20px;
}

.faq-section .accordion {
  margin-top: 20px;
  padding: 20px;
}

.faq-section .accordion .card {
  border: 1px solid #dee2f1;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 1.5rem;
}

.faq-section .accordion .card .card-header {
  border: none;
  padding: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.faq-section .accordion .card .card-header button {
  background: no-repeat #fbbc05;
  color: #fff;
  font-size: 18px;
  width: 100%;
  padding: 1rem 0;
  text-align: left;
  border: 0;
  cursor: auto;
}

.faq-section .accordion .card .card-header button span {
  display: block;
  margin-inline: 15px;
  font-weight: 600;
  color: #fff;
}

.help-section-index {
  padding-top: 100px;
  padding-bottom: 100px;
}

.help-section-detail {
  padding-top: 100px;
}

.cx-blog-section {
  padding-top: 50px;
}

.post h3 {
  background: #f2e7c8;
  padding: 15px;
  margin-top: 5px;
}

.feedback h3 {
  background: #f2e7c8;
  padding: 15px;
}

.feedback a {
  margin-top: 10px;
}

.help-view .breadcrumb {
  background: #4eabf5;
}

.breadcrumb a {
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
}

.breadcrumb li {
  color: #fbbc05 !important;
}

.blog-categories ul li a.active {
  background: #4eabf5;
  color: #fff;
  text-transform: capitalize;
}

.cx-blog-section .portfolio-filter-1 li a {
  font-size: 0.9375rem !important;
  line-height: 1.9 !important;
  height: auto !important;
}

.meta-info li span {
  font-weight: 500;
  display: flex;
  align-items: center;
}

.meta-info {
  display: flex;
  align-items: center;
}

.cx-blog-section .meta-info .badge a {
  color: #fff;
}

.blog-post .meta-info li span a:hover {
  background: transparent;
  color: #007bff !important;
}

.portfolio-filter-1 li a {
  text-transform: capitalize !important;
}

.terms-and-conditions ol {
  list-style: inside decimal;
}

.blog-post.post-single ul li span a {
  cursor: pointer;
}

.blog-post.post-single ul li span a:hover {
  color: #fff !important;
}

.list-wrapper li a {
  text-transform: capitalize;
}

.custom-Concepts {
  list-style: inside disc;
}

.copyright-text p {
  margin-bottom: 0;
  padding-top: 15px;
}

.privacy_policy ul {
  list-style: inside;
}

.copyright-text a:hover,
footer h2 a:hover {
  color: #ffc107 !important;
}

.search-container button:hover {
  background: #4eabf5;
}

.post-content-inner > a {
  background: transparent !important;
  color: #0180e5 !important;
  border-color: #4ba5ec !important;
}

.cx-blog-section .meta-info {
  margin-bottom: 14px;
  margin-top: 0px;
}

.cx-blog-section .post-content h3 a {
  font-weight: 600;
}

.post-content-inner > h3:hover a {
  color: #0180e5;
}

.post-content-inner a.btn.btn-primary {
  position: relative;
  overflow: hidden;
  padding: 10px 26px;
}

.post-content-inner a.btn.btn-primary::before {
  position: absolute;
  content: "Read More";
  background: #0180e5;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border: 1px solid #0180e5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: all 200ms ease-in-out;
  font-weight: 500;
}

.post-content-inner a.btn.btn-primary:hover::before {
  left: 100%;
  opacity: 0;
  color: transparent;
}

.woot-elements--right.woot-widget-bubble.woot--close,
.woot-widget-bubble.woot-elements--right.woot-widget--expanded,
.woot-widget-bubble.woot-elements--right.woot-widget--expanded,
.font-medium.text-white.py-3.px-4.rounded.shadow-sm.w-full {
  background: #007bff !important;
}

.meta-info li {
  color: #484646 !important;
}

.meta-info li:nth-child(2) span a {
  border-bottom: 1px solid #fbbc05 !important;
  display: inline-block;
  padding-bottom: 3px;
}

.services-content ul li {
  list-style: inside disc !important;
}

.privacy-policy-row ul li {
  list-style: inside;
}

#interview-form button {
  margin-top: 20px !important;
}

.meta-info .badge.badge-primary a {
  color: #fff !important;
  text-transform: capitalize;
}

.content-list.content-image.menu-action-right ul.list-wrapper.ps-3 {
  padding-left: 0 !important;
  margin-bottom: 0;
}

#accordionFAQ li {
  list-style: inside;
}

#accordionFAQ li p {
  display: inline-block;
}

#accordionFAQ ul li:last-child p {
  margin-bottom: 0;
}

#accordionFAQ ul {
  margin-bottom: 0;
}

.social-share.footer-social-menu li a::before {
  font-family: "Font Awesome 5 Brands";
}

.social-share.footer-social-menu.list-unstyled {
  gap: 5px !important;
  display: flex;
  justify-content: end;
}

#loginform-password {
  padding-right: 50px !important;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .footer-menu a.butn.btn-gredient {
    font-size: 16px;
    padding-inline: 20px;
  }
}

@media (max-width: 1199px) {
  #interview-form {
    margin-inline: 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .footer-menu a.butn.btn-gredient {
    font-size: 13px;
    padding-inline: 8px;
  }
}

@media (max-width: 767px) {
  .card.card-primary.blog-widget-view {
    margin-top: 25px;
  }

  .bg-blue-header h1 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .post-content-inner h2 {
    font-size: 24px;
  }

  .portfolio-heading-section .area-title {
    font-size: 30px !important;
  }

  .page-title-inner h1 {
    font-size: 30px;
  }
}

.alert {
  margin-top: 80px !important;
}

.blog-comment-section p {
  line-height: 10px;
  color: #000;
}

.blog-single-slide > a img {
  max-height: 215px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-single-slide {
  background: #fff;
  box-shadow: 1px 1px 18px #ccc;
  height: 96%;
  margin-bottom: 10px;
}

.blog-slide-text h4 a {
  font-size: 18px;
  color: #000;
}

.blog-slide-text h4 a:hover {
  color: #0180e5;
}

.blog-slide-text {
  padding: 20px;
}

.blog-slide-text p {
  margin-bottom: 10px;
}

.blog-slide-text p i {
  margin-right: 5px;
}

.blog-slide-text p span {
  margin-right: 7px;
}

.blog-btn {
  position: absolute;
  bottom: 30px;
}

.blog-slide-text {
  padding: 30px 30px 70px;
}

.blog-slide-area {
  background: #e5f4fffc;
}

.contact-us-wrapper .btn-main:hover {
  background: #fff;
  color: #0180e5 !important;
}

.btn-main i {
  font-size: 12px;
  -webkit-animation: 2s infinite arrowanim;
}

#search-form button {
  min-width: 83px;
}

#search-form {
  flex-wrap: nowrap;
}

@media (max-width: 575px) {
  .blog-comment-section p {
    text-align: left !important;
  }

  .blog-comment-section ul {
    justify-content: start !important;
  }
}

.services-content ul {
  padding-left: 0;
}

.alert a.close {
  float: right;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.cx-section.cx-blog-section .card {
  margin-bottom: 20px;
  height: auto !important;
  border: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.post-content-inner p {
  color: #000;
}

.cx-blog-section .blog-widget-view .item li .items {
  margin-bottom: 14px;
}

.cx-section.cx-blog-section .blog-widget-view .list-wrapper li::marker {
  display: none !important;
  font-size: 0px !important;
}

.cx-blog-section .meta-info > li {
  margin-right: 10px;
}

.cta_wrap {
  background-color: #0180e5;
}

.book_your_appointment {
  border: 1px solid #fff !important;
  background-color: #fff;
  color: #0180e5;
}

.book_your_appointment:hover {
  background-color: #0180e5;
  color: #fff;
}

.contact-us-wrapper {
  margin-top: 65px !important;
  margin-bottom: 0 !important;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  padding: 30px 0 40px;
}

.pagination li a,
.pagination li span {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #333;
  box-shadow: 0 0 5px 1px #21212159 !important;
  margin: 5px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 0.75s;
  background-color: #fff;
}

.pagination li:first-of-type a,
.pagination li:first-of-type span,
.pagination li:last-of-type a {
  padding: 10px 20px;
  background-color: #0180e5;
  color: #fff;
}

.pagination li.active a {
  background-color: #0180e5;
  color: #fff;
}

.pagination-list-wrapper li a:hover {
  box-shadow: 0 0 5px 1px #21212159;
}

.headline i {
  font-size: 200px;
}

.error-page {
  text-align: center;
  padding: 100px 0;
}

.header-fix .navbar-toggler:focus {
  box-shadow: none;
}
.header-fix .navbar-toggler {
  border-width: 2px;
}
