/**
* Template Name: Regna - v4.9.0
* Template URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #0a0a0a;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #3b5cba;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #3b5cba;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.link,
.link:active,
.link:hover,
.link:visited {
  font-weight: bold;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3b5cba;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3b5cba;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  z-index: 997;
  background: #3b5cba;
}

#header #logo h1 {
  font-size: 32px;
  margin: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width: 130px;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: #3b5cba;
  height: 80px;
  transition: all 0.5s;
}

.scrolled-offset {
  margin-top: 70px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  padding: 0 4px;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  text-transform: none;
  color: #3b5cba;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3b5cba;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(77, 77, 77, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #666666;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3b5cba;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3b5cba;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#HomeBanner {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  padding-bottom: 0%;
  background-color: #F0F0F0;
}

#HomeBanner:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#HomeBanner .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#HomeBanner h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
}

#HomeBanner h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#HomeBanner .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#HomeBanner .btn-get-started:hover {
  background: #3b5cba;
  border: 2px solid #3b5cba;
}

#BlogBanner,
#BlogDetailBanner,
#FAQBanner,
#ProductBanner {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  padding-bottom: 0%;

}

#ServiceBanner {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  padding-bottom: 0%;
}

#ApplyCareerBanner,
#AwardBanner,
#BrochureBanner,
#CareerBanner,
#CaseStudiesBanner,
#CaseStudiesDetailsBanner,
#ContactUsBanner,
#LeadershipBanner,
#NewsBanner,
#OverviewBanner,
#PartnerBanner,
#PrivacyPolicyBanner,
#ProofOfConceptBanner,
#VideosBanner,
#WebinarBanner {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  padding-bottom: 0%;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
sectionT {
  padding: 100px 0;
  overflow: hidden;
}

.sectionT-bg {
  background-color: #f9f8ff;
}

.sectionT-title {
  text-align: center;
  padding-bottom: 30px;
}

.sectionT-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.sectionT-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #5846f9;
  bottom: 0;
  left: calc(50% - 25px);
}

.sectionT-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: whitesmoke;
  min-height: 40px;
  margin-top: 92px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 50px 0;
}

.about .image {
  padding: 20px;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .section-title h2 {
  color: #3b5cba;
}

.about .content p {
  font-weight: 400;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  color: #3b5cba;
  text-align: justify;
}

.about1 .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.about .content ul i {
  font-size: 24px;
  padding: 2px 6px 0 0;
  color: #3b5cba;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: whitesmoke;
}

.section-title {
  text-align: center;
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  color: #151515;
}

.section-title p {
  margin-bottom: 0;
  color: #aeaeae;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #3b5cba;
  padding: 80px 0 18x 0;
  font-size: large;
  color: #fff;
}

#facts .section-description {
  font-size: large;
  color: #fff;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  text-indent: 2em;
  text-align: justify;
}

#facts .section-title {
  color: #fff;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #fff;
}

#facts .counters img {
  width: 75%;
  margin: 0 auto;
  display: block;
}

#facts .counters h4 {
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 220px;
}

/* Base styling*/

/* Popover styling */

a {
  text-decoration: none;
}

.popover__wrapper {
  position: relative;
  margin-top: 1.5rem;
  display: inline-block;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translate(0, 10px);
  background-color: #3b5cba;
  padding: 1.5rem;
  width: auto;
}

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #bfbfbf transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  text-align: justify;
}




/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 250px;
  position: relative;
  background: #fafafa;
}

#services .box .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #3b5cba;
}

#services .icon a {
  display: inline-block;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

#services .box:hover .icon {
  background: #fff;
  border: 2px solid #3b5cba;
}

#services .box:hover .icon i {
  color: #3b5cba;
}

#services .box:hover .icon a {
  color: #3b5cba;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

#services .readMore {
  color: #3b5cba;
  font-family: "Open Sans", sans-serif;
}

#services .section-description {
  font-size: 24px;
  color: rgb(71, 70, 70);
  font-family: "Open Sans", sans-serif;
}

.w-70 {
  width: 70%;
}

/* products Section
--------------------------------*/
#products {
  background: #a4aecd;
  background-size: cover;
  padding: 40px 0 40px 0;
}

#products .row .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#products .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #3b5cba;
  height: 120px;
  width: 300px;
  position: relative;
  background: #fafafa;
  margin: 0 auto 50px auto;
}

#products .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #3b5cba;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #fff;
}

#products .icon a {
  display: inline-block;
}

#products .icon img {
  width: 100%;
}

#products .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

#products .box:hover .icon {
  border: 2px solid #3b5cba;
}

#products .box:hover .icon i {
  color: #3b5cba;
}

#products .box:hover .icon a {
  color: #3b5cba;
}

#products .title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

#products .section-title {
  color: #0a0a0a;
}

#products .title a {
  color: #0a0a0a;
}

#products .description {
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

#products .readMore {
  color: #3b5cba;
  font-family: "Open Sans", sans-serif;
}

#products .section-description {
  font-size: 22px;
  color: #0a0a0a;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #a4aecd fixed center center;
  background-size: cover;
  padding: 80px -10px;
}

#call-to-action .cta-title {
  color: #0a0a0a;
  font-size: 30px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

#call-to-action .cta-text {
  color: #0a0a0a;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding: 0 0.5em;
}

#call-to-action .cta-btn-container .a {
  height: 10px;
  width: 10px;
}

#call-to-action .cta-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid rgb(77, 76, 76);
  color: #fff;
  background: rgb(77, 76, 76);
  text-align: center;
}

#call-to-action .cta-btn:hover {
  background: #3b5cba;
  border: 2px solid #3b5cba;
  color: #fff;
}



/* Call To Action1 Section
--------------------------------*/

#call-to-action1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/Contact_US.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
  font-family: "Open Sans", sans-serif;
}

#call-to-action1 .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#call-to-action1 .cta-text {
  color: #fff;
}

#call-to-action1 .cta-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action1 .cta-btn:hover {
  background: #3b5cba;
  border: 2px solid #3b5cba;
}

/* Call To Action Section2
--------------------------------*/
#call-to-action2 {
  background: #fff fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action2 .cta-title {
  color: #3b5cba;
  font-size: 36px;
  font-weight: 700;
}

#call-to-action2 .cta-text {
  color: #3b5cba;
  font-size: 26px;
  font-weight: 800;
  font-family: sans-serif;
}

#call-to-action2 .cta-btn-container .a {
  height: 100px;
  width: 100px;
}

#call-to-action2 .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action2 .cta-btn:hover {
  background: #3b5cba;
  border: 2px solid #3b5cba;
}



/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #a4aecd;
  padding: 80px 0;
}

#portfolio .section-description {
  color: #0a0a0a;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 12px 18px 14px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #0a0a0a;
  margin: 0 5px 10px 5px;
  transition: all ease-in-out 0.3s;
  background: white;
  border-radius: 4px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #3b5cba;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #3b5cba;
  padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #a4ebd4;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}


/*--------------------------------------------------------------
# Overview
--------------------------------------------------------------*/

.overview .Company h4 {
  color: #3b5cba;
  font-weight: bold;
  text-align: justify;
}

.overview .line {
  color: #3b5cba;
  font-weight: 50%;
  width: 100%;
}

.overview .join h4 {
  color: #3b5cba;
  font-weight: bold;
}

.overview h2 {
  color: #3b5cba;
  font-weight: bold;
}

.overview h5 {
  color: #3b5cba;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Partners
--------------------------------------------------------------*/

.partners .Company h4 {
  color: #3b5cba;
  font-weight: bold;
  text-align: justify;
}

.partners .line {
  color: #3b5cba;
  font-weight: 50%;
  width: 100%;
}

.partners h2 {
  color: #3b5cba;
  font-weight: bold;
}

.partners h5 {
  color: #3b5cba;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Awards
--------------------------------------------------------------*/

.awards .Company h4 {
  color: #3b5cba;
  font-weight: bold;
  text-align: justify;
}

.awards .line {
  color: #3b5cba;
  font-weight: 50%;
  width: 100%;
}

.awards h2 {
  color: #3b5cba;
  font-weight: bold;
}

.awards h5 {
  color: #3b5cba;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Webinar
--------------------------------------------------------------*/

.webinar .Company h4 {
  color: #3b5cba;
  font-weight: bold;
  text-align: justify;
  padding-left: 530px;
}

.webinar .line {
  color: #3b5cba;
  font-weight: 50%;
  width: 100%;
}

.webinar h2 {
  color: #3b5cba;
  font-weight: bold;
}

.webinar h5 {
  color: #3b5cba;
  font-weight: bold;
}


/*--------------------------------------------------------------
# Case Studies
--------------------------------------------------------------*/



.caseStudies .line {
  color: #3b5cba;
  font-weight: 50%;
  width: 100%;
}

.caseStudies h2 {
  color: #3b5cba;
  font-weight: bold;
}

.caseStudies h5 {
  color: #3b5cba;
  font-weight: bold;
}

.caseStudies .caseStudies-img {
  position: relative;
  margin: 60px 0 0 60px;
}

.caseStudies .caseStudies-img:before {
  position: absolute;
  inset: -60px 0 0 -60px;
  z-index: -1;
  content: "";
  background: url("../img/about-bg.png") top left;
  background-repeat: no-repeat;
}


.caseStudies h3 {
  color: #3b5cba;
  font-family: #3b5cba;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 20px;
}

.caseStudies .about-img {
  height: 300px;
  width: 300px;
}


.caseStudies .nav-pills {
  border-bottom: 1px solid #becbf1;
}

.caseStudies .nav-pills li+li {
  margin-left: 40px;
}

.caseStudies .nav-link {
  background: none;
  font-size: 18px;
  font-weight: 400;
  color: #3b5cba;
  padding: 12px 0;
  margin-bottom: -2px;
  border-radius: 0;
  font-family: #3b5cba;
}

.caseStudies .nav-link.active {
  color: #3b5cba;
  background: none;
  border-bottom: 3px solid #3b5cba;
}


.caseStudies .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #3b5cba;
}

.caseStudies .tab-content i {
  font-size: 22px;
  line-height: 0;
  margin-right: 8px;
  color: #3b5cba;
}

.caseStudies .tab-content .tab-pane .fst-italic {
  line-height: 38px;
}

.caseStudies .tab-content .tab-pane .bullets {
  line-height: 30px;
}

.caseStudies .tab-content .tab-pane p {
  text-align: justify;
  line-height: 30px;
}

/*--------------------------------------------------------------
# caseStudies Sidebar
--------------------------------------------------------------*/
.caseStudies .sidebar .sidebar-title {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #3b5cba;
}

.caseStudies .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.caseStudies .sidebar .search-form form {
  background: #fff;
  border: 1px solid #3b5cba;
  padding: 3px 10px;
  position: relative;
}

.caseStudies .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.caseStudies .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.caseStudies .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #3b5cba;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.caseStudies .sidebar .search-form form button i {
  line-height: 0;
}

.caseStudies .sidebar .search-form form button:hover {
  background: rgba(86, 184, 230, 0.8);
}

.caseStudies .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.caseStudies .sidebar .categories ul li+li {
  padding-top: 10px;
}

.caseStudies .sidebar .categories ul a {
  color: var(--color-secondary);
  font-size: 15px;
}

.caseStudies .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.caseStudies .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(var(--color-default-rgb), 0.4);
  font-size: 14px;
}

.caseStudies .sidebar .recent-posts {
  background-color: #fff;
}

.caseStudies .sidebar .recent-posts .post-item {
  display: flex;
  box-shadow: 0px 0 13px #3b5cba;
  padding: 10.5px;
}

.caseStudies .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
  color: #3b5cba;
}

.caseStudies .horizontal .post-box .post-img {
  width: 300px;
  height: 200px;
}

.caseStudies .sidebar .recent-posts h4 {
  font-size: 18px;
  font-weight: 400;
  color: #3b5cba;
}

.caseStudies .sidebar .recent-posts h4 a {
  color: #3b5cba;
  transition: 0.3s;
}

.caseStudies .sidebar .recent-posts h4 a:hover {
  color: #3b5cba;
}

.caseStudies .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: #3b5cba;
}

.caseStudies .sidebar .tags {
  margin-top: 40px;
  color: #3b5cba;
}

.caseStudies .sidebar .tags ul {
  list-style: none;
  padding: 0;
  color: #3b5cba;
}

.caseStudies .sidebar .tags ul li {
  display: inline-block;
  color: #3b5cba;
}

.caseStudies .sidebar .tags ul a {
  color: #3b5cba;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(27, 47, 69, 0.15);
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}

.caseStudies .sidebar .tags ul a:hover {
  color: #3b5cba;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.caseStudies .sidebar .tags ul a span {
  padding-left: 5px;
  color: #3b5cba;
  font-size: 14px;
}

/*--------------------------------------------------------------
# caseStudies Home Pagination
--------------------------------------------------------------*/
.caseStudies .caseStudies-pagination {
  margin-top: 30px;
  color: #3b5cba;
}

.caseStudies .caseStudies-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.caseStudies .caseStudies-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.caseStudies .caseStudies-pagination li a {
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #3b5cba;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caseStudies .caseStudies-pagination li.active a,
.caseStudies .caseStudies-pagination li:hover a {
  background-color: #fff;
  color: #3b5cba;
}


/*********Carousel2 start**************/
.carousel {
  background-color: #a4aecd;
  padding: 20px;
  perspective: 2500px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-section {
  background-color: #a4aecd;
}

.carousel>* {
  flex: 0 0 auto;
}

.carousel figure {
  margin: 0;
  width: 40%;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}

.carousel figure img {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0px;
  cursor: pointer;
}

.carousel figure img:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}

.carousel nav {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}

.carousel nav button {
  flex: 0 0 auto;
  margin: 0 5px;
  cursor: pointer;
  color: #333;
  background: none;
  border: 1px solid;
  letter-spacing: 1px;
  padding: 5px 10px;
}

/*--------------------------------------------------------------
# Brochure
--------------------------------------------------------------*/

.brochure .Company h4 {
  color: #3b5cba;
  font-weight: bold;
  text-align: justify;
}

.brochure .line {
  color: #3b5cba;
  font-weight: 50%;
  width: 100%;
}

.brochure h2 {
  color: #3b5cba;
  font-weight: bold;
}

.brochure h5 {
  color: #3b5cba;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Videos
--------------------------------------------------------------*/

.videos {
  background-color: #fff;
  padding: 60px 0px 0px;
}

.videos .Company h4 {
  color: #3b5cba;
  font-weight: bold;
  text-align: justify;
}

.videos h5 {
  color: #3b5cba;
  font-weight: bold;
  text-align: justify;
  text-decoration: underline;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-text-fill-color: #3b5cba;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
}

.videos .line {
  color: #3b5cba;
  font-weight: 50%;
  width: 100%;
}

.videos .lineThick {
  width: 100%;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #3b5cba;
  border: 0 none;
}

.videos h2 {
  color: #3b5cba;
  font-weight: bold;
}

/*--------------------------------------------------------------
# News/Events
--------------------------------------------------------------*/

.news .Company h4 {
  color: #3b5cba;
  font-weight: bold;
  text-align: center;
}

.news .line {
  color: #3b5cba;
  font-weight: 50%;
  width: 100%;
}

.news h2 {
  color: #3b5cba;
  font-weight: bold;
}

.news h5 {
  color: #3b5cba;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Careers
--------------------------------------------------------------*/

.careers .Company h4,
.privacy-policy .Company h4 {
  color: #3b5cba;
  font-weight: bold;
  text-align: justify;
}

.careers .line,
.privacy-policy .line {
  color: #3b5cba;
  font-weight: 50%;
  width: 100%;
}

.careers h2,
.privacy-policy h2 {
  color: #3b5cba;
  font-weight: bold;
}

.careers h5,
.privacy-policy h5 {
  color: #3b5cba;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Contact-Us
--------------------------------------------------------------*/

.contact-us .Company h4 {
  color: #3b5cba;
  font-weight: bold;
  text-align: justify;
}

.contact-us .line {
  color: #3b5cba;
  font-weight: 50%;
  width: 100%;
}

.contact-us h2 {
  color: #3b5cba;
  font-weight: bold;
}

.contact-us h5 {
  color: #3b5cba;
  font-weight: bold;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .join h4 {
  color: #3b5cba;
  font-weight: bold;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #3b5cba;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
  font-weight: bold;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #3b5cba;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  text-align: justify;
  min-height: 404px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3b5cba;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3b5cba;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3b5cba;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3b5cba;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(102, 102, 102, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #3b5cba;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #3b5cba;
  float: left;
  line-height: 0;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding: 20px 0;
}

#contact .social-links a {
  font-size: 18px;
  background: #333;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#contact .social-links a i {
  line-height: 0;
}

#contact .social-links a:hover {
  background: #3b5cba;
  color: #fff;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #3b5cba;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #3b5cba;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #3b5cba;
}

#contact .php-email-form button[type=submit] {
  background: #3b5cba;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .php-email-form button[type=submit]:hover {
  background: #3b5cba;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/

#faqs {
  background: #fff;
}

#faqs h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #091f2f;
  text-transform: uppercase;
}

#faqs .accordion-button::after {
  content: "\f107";
  background-image: none !important;
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 3rem;
  color: #fff;
  margin-top: 0px;
  display: table-cell;
  top: -16px;
  right: 16px;
  position: relative;
}

#faqs .accordion-button:not(.collapsed)::after {
  content: "\f107";
  background-image: none !important;
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 3rem;
  color: #fff;
  margin-top: 0px;
  display: table-cell;
  position: relative;
  right: 5px;
  top: 17px;
}

#faqs .accordion-flush .accordion-item .accordion-button,
#faqs .accordion-flush .accordion-item .accordion-button.collapsed {
  font-size: 18px;
  color: #fff;
  padding: 20px;
  border: 0;
  background: #3b5cba;
  font-weight: 400;
}

#faqs .accordion-flush .accordion-item button.accordion-button:focus {
  box-shadow: none !important;
}

#faqs .accordion-flush .accordion-item .accordion-body {
  font-size: 18px;
  color: #3b5cba;
  line-height: 38px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #3b5cba;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

/*--------------------------------------------------------------
# Footer1 start
--------------------------------------------------------------*/

.footer1 {
  background: #3b5cba;
  padding: 0 0 30px 0;
  font-size: 20px;
}

.footer1 .footer-top {
  background: #fff;
  background-size: contain;
  border-top: 1px solid #3b5cba;
  border-bottom: 1px solid #3b5cba;
  padding: 60px 0 30px 0;
}

.footer1 .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer1 .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer1 .footer-top .footer-info .logo img {
  max-height: 200px;
  margin-left: -10px;
  width: 150px;
}

.footer1 .footer-top .footer-info .logo span {
  font-size: 100px;
  font-weight: 1000;
  letter-spacing: 1px;
  color: #3b5cba;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer1 .footer-top .footer-info p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #3b5cba;
}

.footer1 .footer-top .footer-info {
  color: #3b5cba;
}

.footer1 .footer-top .social-links a {
  font-size: 50px;
  display: inline-block;
  color: rgba(112, 36, 1, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer1 .footer-top .social-links a:first-child {
  color: #bb0000;
}

.footer1 .footer-top .social-links a:last-child {
  background: #fff;
  color: #007bb5;
}

.footer1 .footer-top h4 {
  font-size: 20px;
  font-weight: bold;
  color: #3b5cba;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

.footer1 .footer-top .footer-links h4 {
  margin-bottom: 30px;
  color: #3b5cba;
}

.footer1 .footer-top .footer-links h5 {
  margin-bottom: 30px;
  color: #3b5cba;
}

.footer1 .footer-top .footer-links a {
  margin-bottom: 30px;
  color: #3b5cba;
  font-size: 16px;
}

.footer1 .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer1 .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3b5cba;
  font-size: 16px;
  line-height: 0;
}

.footer1 .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer1 .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer1 .footer-top .footer-links ul a {
  color: #3b5cba;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer1 .footer-top .footer-links ul a:hover {
  color: #3b5cba;
}

.footer1 .footer-top .footer-contact h4 {
  color: #3b5cba;
}

.footer1 .footer-top .footer-contact h6 {
  color: #3b5cba;
  font-weight: bold;
}

.footer1 .footer-top .footer-contact p {
  line-height: 28px;
  color: #3b5cba;
}

.footer1 .copyright {
  text-align: center;
  padding-top: 34px;
  color: #fff;
}

.footer1 .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.footer1 .footer-top .mascot-text {
  margin: 0;
}

.footer1 .footer-top .mascot-text-para {
  display: flex;
}

.footer1 .footer-top .seertax a {
  text-align: center;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-posts {
  background-color: #a4aecd;
}

#recent-posts .section-description {
  color: #0a0a0a;
  font-size: 18px;
}

.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: #3b5cba;
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #3b5cba;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
  font-family: "Open Sans", sans-serif;
}



.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #3b5cba;
  font-family: "Open Sans", sans-serif;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

body {
  background: #c7c8c9;
}

.blobs {
  filter: url("#goo");
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes blob-left-top-anim {
  0% {
    transform: scale(1.1) translate(0, 0);
  }

  33% {
    transform: scale(0.9) translate(-65px, 0);
  }

  62% {
    transform: scale(0.7) translate(-65px, -65px);
  }

  94% {
    transform: scale(1.1) translate(0, 35px);
  }

  74% {
    transform: scale(1.1) translate(25px, -40px);
  }

  104% {
    transform: scale(1.1) translate(0, 0);
  }

  54% {
    transform: scale(1.1) translate(59px, -70px);
  }

  0% {
    transform: scale(1.1) translate(59px, -70px);
  }
}

@keyframes blob-right-top-anim {
  0% {
    transform: scale(1.1) translate(0, 0);
  }

  33% {
    transform: scale(0.9) translate(65px, 0);
  }

  64% {
    transform: scale(0.7) translate(65px, -65px);
  }

  96% {
    transform: scale(1.1) translate(0, 0);
  }

  104% {
    transform: scale(1.1) translate(0, 0);
  }

  54% {
    transform: scale(1.1) translate(59px, -70px);
  }

  34% {
    transform: scale(1.1) translate(59px, -70px);
  }
}

@keyframes blob-left-bottom-anim {
  0% {
    transform: scale(1.1) translate(0, 0);
  }

  33% {
    transform: scale(0.9) translateX(-65px);
  }

  66% {
    transform: scale(0.7) translateX(-130px);
  }

  98% {
    transform: scale(1.1) translate(0, 0);
  }

  13% {
    transform: scale(0.9) translateX(-65px);
  }

  26% {
    transform: scale(0.7) translateX(-130px);
  }

  88% {
    transform: scale(1.1) translate(0, 0);
  }
}

@keyframes blob-right-bottom-anim {
  0% {
    transform: scale(1.1) translate(0, 0);
  }

  33% {
    transform: scale(0.9) translateX(65px);
  }

  66% {
    transform: scale(0.7) translateX(130px);
  }

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

  13% {
    transform: scale(0.9) translateX(-65px);
  }

  26% {
    transform: scale(0.7) translateX(-130px);
  }

  88% {
    transform: scale(1.1) translate(0, 0);
  }
}

.blob {
  position: absolute;
  background: #3b5cba;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: white;
  font-size: 20px;
  border-radius: 100%;
  margin-top: -50px;
  margin-left: -50px;
  animation: blob-left-top-anim cubic-bezier(0.77, 0, 0.175, 1) 7s infinite;
}

.blob1 {
  position: absolute;
  background: #7a0597;
  left: 40%;
  top: 55%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: white;
  font-size: 20px;
  border-radius: 100%;
  margin-top: -50px;
  margin-left: -50px;
  animation: blob-right-top-anim cubic-bezier(0.77, 0, 0.175, 1) 5s infinite;
}

.blob:nth-child(2) {
  animation-name: blob-right-top-anim;
}

.blob:nth-child(3) {
  animation-name: blob-left-bottom-anim;
}

.blob:nth-child(4) {
  animation-name: blob-right-bottom-anim;
}

.blob:nth-child(5) {
  animation-name: blob-left-top-anim;
}

.blob:nth-child(1) {
  animation-name: blob-left-top-anim;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/

.features {
  background: #f6f9ff;
  color: #3b5cba;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-tabs .nav-item .h4 {
  border: 0;
  text-align: center;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

.features .box {
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #3b5cba;
  height: 120px;
  width: 160px;
  position: relative;
  background: #fafafa;
  cursor: pointer;
  transition: 0s;
  display: flex;
  flex-direction: column;
  margin: 45px auto auto auto;
}

.features .icon {
  position: absolute;
  top: -40px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #3b5cba;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #fff;
}

.features .icon a {
  display: inline-block;
}

.features .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.features .box:hover .icon {
  background: #fff;
  border: 2px solid #3b5cba;
}

.features .box:hover .icon i {
  color: #3b5cba;
}

.features .box:hover .icon a {
  color: #3b5cba;
}

.features .nav-item i {
  font-size: 32px;
  line-height: 0;
}

.features .nav-item h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.features .nav-item:hover {
  color: var(--color-primary);
}

.features .nav-item.active {
  transition: 0.3s;
  background: #3b5cba;
  border-color: #3b5cba;
  color: #fff;
}

.features .nav-item.active h5 {
  color: var(--color-white);
}

.features .nav-item.active i {
  color: var(--color-white) !important;
}

.features .tabs-stage {
  margin-top: 30px;
}

.features .tab-pane .figure {
  font-weight: bold;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: #3b5cba;
}

.features .tab-pane p {
  font-size: 18px;
  text-align: justify;
}

.features .tab-pane h5 {
  font-weight: 600;
  font-size: 28px;
  color: #3b5cba;
}

.features .tab-pane ul {

  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
  font-size: 18px;
  text-align: justify;
}

.features .tab-pane ul li b {
  font-size: 20px;
}

.features .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: #3b5cba;
}

.features .tab-pane .bullets {
  list-style: disc;
  padding-bottom: 10px;
  font-size: 18px;
  text-align: justify;
  margin-right: 4px;
}

.features .tab-pane .bullets li {
  font-size: 18px;
  text-align: justify;
  margin-right: 4px;
  margin-left: 80px;
}

.features .tab-pane .row h6 {
  font-weight: bold;
  font-size: 18px;
  margin: auto 0;
}

.features .tab-pane h4 {
  color: #3b5cba;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# ServicesDetails Section
--------------------------------------------------------------*/

.ServicesDetails {
  background: #f6f9ff;
  color: #3b5cba;
}

.ServicesDetails .nav-tabs {
  border: 0;
}

.ServicesDetails .nav-tabs .nav-item .h4 {
  border: 0;
  text-align: center;
}

.ServicesDetails .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

.ServicesDetails .box {
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #3b5cba;
  height: 120px;
  width: 200px;
  position: relative;
  background: #fafafa;
  cursor: pointer;
  transition: 0s;
  display: flex;
  flex-direction: column;
  margin: 50px auto auto auto;
}

.ServicesDetails .icon {
  position: absolute;
  top: -40px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #3b5cba;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #fff;
}

.ServicesDetails .icon a {
  display: inline-block;
}

.ServicesDetails .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.ServicesDetails .box:hover .icon {
  background: #fff;
  border: 2px solid #3b5cba;
}

.ServicesDetails .box:hover .icon i {
  color: #3b5cba;
}

.ServicesDetails .box:hover .icon a {
  color: #3b5cba;
}

.ServicesDetails .nav-item i {
  font-size: 32px;
  line-height: 0;
}

.ServicesDetails .nav-item h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.ServicesDetails .nav-item:hover {
  color: var(--color-primary);
}

.ServicesDetails .nav-item.active {
  transition: 0.3s;
  background: #3b5cba;
  border-color: #3b5cba;
  color: #fff;
}

.ServicesDetails .nav-item.active h5 {
  color: var(--color-white);
}

.ServicesDetails .nav-item.active i {
  color: var(--color-white) !important;
}

.ServicesDetails .tabs-stage {
  margin-top: 30px;
}

.ServicesDetails .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.ServicesDetails .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: #3b5cba;
}

.ServicesDetails .tab-pane p {
  font-size: 18px;
  text-align: justify;
}

.ServicesDetails .tab-pane h5 {
  font-weight: 600;
  font-size: 28px;
  color: #3b5cba;
}

.ServicesDetails .tab-pane ul {

  padding: 0;
}

.ServicesDetails .tab-pane ul li {
  padding-bottom: 10px;
  font-size: 18px;
  text-align: justify;
  margin-right: 4px;
  margin-left: 80px;
}

.ServicesDetails .tab-pane ul li b {
  font-size: 20px;
}

.ServicesDetails .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: #3b5cba;
}

.ServicesDetails .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts .post-box {
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
}

.recent-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-posts .post-box .meta {
  margin-top: 15px;
}

.recent-posts .post-box .meta .post-date {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-primary);
}

.recent-posts .post-box .meta .post-author {
  font-size: 15px;
  font-weight: 400;
  color: var(--color-secondary);
}

.recent-posts .post-box .post-title {
  font-size: 18px;
  color: var(--color-secondary);
  font-weight: 700;
  margin: 15px 0 0 0;
  position: relative;
  transition: 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-posts .post-box p {
  margin: 15px 0 0 0;
  color: rgba(27, 47, 69, 0.7);
}

.recent-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  margin-top: 15px;
}

.recent-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-posts .post-box:hover .post-title {
  color: var(--color-primary);
}

.recent-posts .post-box:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/
.blog {
  background-color: #fff;
}

.blog .posts-list article {
  height: 100%;
  border-bottom: 1px solid #d6e2ef;
  padding-bottom: 30px;
}

.blog .posts-list article+article {
  margin-top: 60px;
  color: #3b5cba;
}

.blog .posts-list .title {
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-text-fill-color: #3b5cba;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog .posts-list .title a {
  color: #3b5cba;
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: #3b5cba;
}

.blog .posts-list .meta-top {
  margin-top: 20px;
  color: #3b5cba;
}

.blog .posts-list .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .posts-list .meta-top ul li+li {
  padding-left: 20px;
  color: #3b5cba;
}

.blog .posts-list .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: #3b5cba;
}

.blog .posts-list .meta-top a {
  color: #3b5cba;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .posts-list .content {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;
}

.blog .posts-list .read-more a {
  display: inline-block;
  color: #3b5cba;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 500;
}

.blog .posts-list .read-more a:hover {
  color: #3b5cba;
}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  font-family: "Open Sans", sans-serif;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 30px;
  word-spacing: 10%;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(27, 47, 69, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 30px 0;
  font-size: 16px;
  word-spacing: 10%;
  text-align: justify;
  font-family: "Open Sans", sans-serif;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: var(--color-gray);
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(86, 184, 230, 0.8);
}

.blog .blog-details .meta-top a {
  color: var(--color-gray);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(27, 47, 69, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #38618e;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(27, 47, 69, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(27, 47, 69, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(var(--color-gray-rgb), 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar .sidebar-title {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #3b5cba;
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
  background-color: #FFFFFF;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #3b5cba;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #3b5cba;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(86, 184, 230, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  font-size: 15px;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(var(--color-default-rgb), 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts {
  background-color: #f9f8ff;
  margin-top: 40px;
}

.blog .sidebar .tags {
  background-color: #f9f8ff;
  margin-top: 40px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
  box-shadow: 0px 0 15px #3b5cba;
  padding: 10.5px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
  color: #3b5cba;
}

.blog .sidebar .recent-posts img {
  width: 100%;
  height: auto;
  color: #3b5cba;
}

.blog .sidebar .recent-posts h4 {
  font-size: 18px;
  font-weight: 400;
  color: #3b5cba;
}

.blog .sidebar .recent-posts h4 a {
  color: #3b5cba;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #3b5cba;
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: #3b5cba;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
  color: #3b5cba;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
  color: #3b5cba;
}

.blog .sidebar .tags ul li {
  color: #3b5cba;
  border: 1px solid rgba(27, 47, 69, 0.15);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}

.blog .sidebar .tags ul li img {
  margin: 0px 0px 4px 12px;
}

.blog .sidebar .tags ul a {
  color: #3b5cba;
  font-size: 14px;
}

.blog .sidebar .tags ul a:hover {
  color: #3b5cba;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #3b5cba;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(27, 47, 69, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(86, 184, 230, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(86, 184, 230, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(27, 47, 69, 0.8);
}

/*--------------------------------------------------------------
# Blog Home Pagination
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #3b5cba;
  text-align: center;
}

.brochure .pagination,
.news .pagination,
.videos .pagination {
  margin-top: 30px;
  color: #3b5cba;
  text-align: center;
  display: block;
}

.videos .pagination {
  margin-bottom: 30px;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #3b5cba;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
  background: #3b5cba;
}

/*--------------------------------------------------------------
# On Focus Section
--------------------------------------------------------------*/
.onfocus {
  padding: 0;
}

.onfocus .video-play {
  min-height: 400px;
  background: linear-gradient(rgba(var(--color-black-rgb), 0.4), rgba(var(--color-black-rgb), 0.7)), url("../img/onfocus-video-bg.jpg") center center;
  background-size: cover;
}

.onfocus .content {
  background: linear-gradient(rgba(var(--color-secondary-rgb), 0.5), rgba(var(--color-secondary-rgb), 0.8)), url("../img/onfocus-content-bg.jpg") center center;
  background-size: cover;
  color: rgba(var(--color-white-rgb), 0.8);
  padding: 40px;
}

.onfocus .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: var(--color-white);
}

.onfocus .content ul {
  list-style: none;
  padding: 0;
}

.onfocus .content ul li {
  padding-bottom: 10px;
}

.onfocus .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.onfocus .content p:last-child {
  margin-bottom: 0;
}

.onfocus .content .read-more {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  background: var(--color-primary);
}

.onfocus .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.onfocus .content .read-more:hover {
  background: rgba(var(--color-primary-rgb), 0.9);
  padding-right: 19px;
}

.onfocus .content .read-more:hover i {
  margin-left: 10px;
}

.onfocus .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(var(--color-primary-rgb), 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.onfocus .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-primary-rgb), 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.onfocus .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.onfocus .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--color-white);
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.onfocus .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

.map-image {
  margin: 0 auto;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.contact-us-map-popup {
  height: 200px;
  width: 300px;
  background-color: rgb(249, 248, 255);
  display: none;
}

.map-image {
  margin: 0 auto;
  display: block;
}

.common-section {
  padding: 90px 0;
}

.custom-container {
  width: 89%;
  margin: 0 auto;
}

.contact-box-section .bg-box {
  text-align: center;
  background: #f3f3f3;
  padding: 30px;
  border-radius: 5px;
}

.contact-box-section .bg-box:hover {
  background: #a4aecd;
}

.contact-box-section .bg-box img {
  padding-bottom: 30px;
}

.contact-box-section .bg-box .white-img {
  display: none;
}

.contact-box-section .bg-box .color-img {
  display: inline-block;
}

.contact-box-section .bg-box:hover .white-img {
  display: inline-block;
}

.contact-box-section .bg-box:hover .color-img {
  display: none;
}

.contact-box-section .bg-box h4 {
  color: #3b5cba;
  margin: 0;
  padding-bottom: 15px;
}

.contact-box-section .bg-box p {
  margin: 0;
  padding-bottom: 15px;
  color: #000000;
}

.contact-us-section .left-box,
.contact-us-section .right-box {
  height: 510px;
  border-radius: 5px;
}

.contact-us-section .left-box {
  background: #a4aecd;
}

.contact-us .Company .btn-primary {
  background: #3b5cba;
}

.contact-us-section .right-box {
  background: #3b5cba;
}

.contact-us-section img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.contact-us-section .content-box {
  padding: 30px;
  height: 310px;
}

.contact-us-section .col-md-4 {
  padding-bottom: 34px;
}

.contact-us-section .content-box h2 {
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
}

.contact-us-section .content-box p {
  color: #fff;
  margin: 0;
  padding-bottom: 15px;
  font-size: 18px;
}

.contact-us-section .content-box a:nth-last-child(2) {
  margin-bottom: 10px;
}

.contact-us-section .content-box a {
  color: #fff;
  font-size: 18px;
  display: block;
}

.contact-us-section .content-box a i,
.contact-us-section .content-box p i {
  padding-right: 10px;
}

.navbar .dropdown ul li a.active,
.navbar .dropdown ul li a.active:hover {
  background-color: #a4aecd;
  color: #ffffff;
}

.request-a-demo-btn {
  position: fixed;
  bottom: 62px;
  right: 10px;
  width: 200px;
  height: 76px;
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #2E2E2E;
  text-align: center;
  border: none !important;
}

.proof-of-concept-btn {
  position: fixed;
  bottom: 145px;
  right: 10px;
  width: 200px;
  height: 76px;
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #737474;
  text-align: center;
  border: none !important;
}

span.required {
  color: #FF0000;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.hide {
  display: none;
}

.file-input {
  display: none;
}

input.form-control,
select.form-control {
  border-radius: 0;
}

.submit-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: rgb(77, 76, 76);
  text-align: center;
  border: none !important;
}

.submit-btn:hover,
.request-a-demo-btn:hover,
.proof-of-concept-btn:hover,
.newsletter-submit-btn:hover,
.rad-submit-btn:hover {
  background: #3b5cba;
  color: #fff;
}

a.proof-of-concept-btn:active,
a.proof-of-concept-btn:focus {
  color: #fff;
}

.contact-us-content-boxes a,
.contact-us-content-boxes a div {
  height: 100%;
}

.careers .link {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: rgb(77, 76, 76);
  text-align: center;
  border: none !important;
  text-decoration: none;
}

.careers .link:hover {
  background: #3b5cba;
  color: #fff;
}

.message-content {
  min-height: 140px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding: 40px;
}

.message-content p {
  align-self: center;
  justify-self: center;
  color: #3b5cba;
  font-weight: 600;
  font-size: x-large;
  margin: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  appearance: textfield;
}

.rad-bg-color {
  background: #ccd1df;
}

.rad-submit-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: rgb(77, 76, 76);
  text-align: center;
  border: none !important;
  vertical-align: middle;
}

.rad-footer-content {
  margin: auto;
}

.contact-us-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid rgb(77, 76, 76);
  color: #fff;
  background: rgb(77, 76, 76);
  text-align: center;
}

.contact-us-btn:hover {
  background: #3b5cba;
  border: 2px solid #3b5cba;
  color: #fff;
}

.faqs .accordion-item .accordion-button div p {
  margin: 0;
}

.embed-responsive-item {
  margin: 0 auto;
  display: block;
}

.newsletter-submit-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: rgb(77, 76, 76);
  text-align: center;
  border: none !important;
  vertical-align: middle;
}

.newsletter-d-flex {
  display: flex;
}

.newsletter-d-flex button {
  margin-left: 15px;
}

.w-full {
  width: 100%;
}

.tax-series-contact a img {
  width: 60%;
}

/* Brochure - START */

.brochure-section .brochure-detail-box {
  margin-bottom: 1.5rem;
}

.brochure-section .brochure-content {
  text-align: left;
  height: auto !important;
  min-height: auto !important;
  border-bottom: 3px solid transparent;
  padding: 30px;
  background: #f3f3f3;
}

.brochure-section .brochure-content h3 {
  font-size: 20px;
  color: #034ea2;
  margin-bottom: 30px;
  height: 58px;
  min-height: auto !important;
}

.brochure-submit-btn,
.brochure-submit-btn:active,
.brochure-submit-btn:focus {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: rgb(77, 76, 76);
  text-align: center;
  border: none !important;
  vertical-align: middle;
}

a.brochure-submit-btn:hover {
  background: #3b5cba;
  color: #fff;
}

/* Brochure - END */

/* News-Letter - START */

.news .news-detail-box {
  margin-bottom: 1.5rem;
}

.news .news-content {
  text-align: left;
  height: auto !important;
  min-height: auto !important;
  border-bottom: 3px solid transparent;
  padding: 30px;
  background: #f3f3f3;
}

.news .news-content h3 {
  font-size: 20px;
  color: #034ea2;
  margin-bottom: 30px;
  height: 58px;
  min-height: auto !important;
}

.news-submit-btn,
.news-submit-btn:active,
.news-submit-btn:focus {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: rgb(77, 76, 76);
  text-align: center;
  border: none !important;
  vertical-align: middle;
}

a.news-submit-btn:hover {
  background: #3b5cba;
  color: #fff;
}

/* News-Letter - END */

.terms-of-service {
  height: 500px;
}

#HomeBanner .hero-container video.video {
  pointer-events: none;
}

#HomeBanner .hero-container video.video:focus {
  outline: none !important;
  box-sizing: unset;
}

.error-message {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  padding: 10px;
}

.error-message p {
  align-self: center;
  justify-self: center;
  color: #9b0505;
  font-weight: 600;
  font-size: x-large;
  margin: 0;
}

.request-a-demo-error .error-message p {
  font-size: 18px !important;
}

.div-loader {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
}

.div-loader img {
  margin-left: 20px;
}

.contact-us-form .div-loader img,
.apply-for-career-form .div-loader img {
  width: 46px;
}

.newsletter-form .div-loader img {
  width: 58px;
}

.div-loader img {
  width: 40px;
}

.contact-us-form button:hover:disabled,
.contact-us-form button:disabled,
.apply-for-career-form button:hover:disabled,
.apply-for-career-form button:disabled,
.request-a-demo-form button:hover:disabled,
.request-a-demo-form button:disabled,
.newsletter-form button:hover:disabled,
.newsletter-form button:disabled {
  background-color: #737474;
  color: #FFFFFF;
}

.testimonials .carousel .carousel-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  text-align: justify;
  min-height: 404px;
  background-color: #FFF;
}

.contact-us-linkedinposts iframe {
  height: 400px;
  width: 100%;
  max-height: 600px;
}

.recent-linkedin-posts-btn {
  margin: 30px 15px;
}

/*    Paging Styles   - START   */

.btnPaging {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 50px;
  transition: 0.5s;
  background-color: #3b5cba;
  color: #fff;
  text-align: center;
  border: none !important;
  vertical-align: middle;
}

.btnPaging:disabled {
  background-color: rgb(77, 76, 76);
  color: #FFFFFF;
}

.blog .div-loader img {
  display: block;
  margin: 0 auto;
}

/*    Paging Styles   - END   */

/* Webinar - START */

.webinar .webinar-detail-box {
  margin-bottom: 1.5rem;
}

.webinar .webinar-content {
  text-align: left;
  height: auto !important;
  min-height: auto !important;
  border-bottom: 3px solid transparent;
  padding: 30px;
  background: #f3f3f3;
}

.webinar .webinar-content h3 {
  font-size: 20px;
  color: #034ea2;
  margin-bottom: 10px;
  height: 58px;
  min-height: auto !important;
}

.webinar .webinar-content ul {
  padding-left: 0px;
}

.webinar .webinar-content ul li a {
  padding-left: 8px;
  color: #034ea2;
}

.webinar .webinar-content ul li div {
  color: #034ea2;
}

.webinar-submit-btn,
.webinar-submit-btn:active,
.webinar-submit-btn:focus {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: rgb(77, 76, 76);
  text-align: center;
  border: none !important;
  vertical-align: middle;
}

a.webinar-submit-btn:hover {
  background: #3b5cba;
  color: #fff;
}

/* Webinar - END */

/*  Media Queries for all resolutions*/

@media only screen and (max-width: 2560px) {
  #HomeBanner .hero-container .video {
    height: 800px;
    width: 1500px;
    margin-top: 100px;
    margin-left: 20px;
  }

  #HomeBanner {
    background-attachment: fixed;
  }

  .embed-responsive-item {
    height: 298px;
    width: 530px;
  }

  .outer-box {
    flex: 1;
    display: contents;
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 1920px) {
  #HomeBanner .hero-container .video {
    height: 610px;
    width: 1080px;
    margin-top: 100px;
  }

  .embed-responsive-item {
    height: 281px;
    width: 500px;
  }
}

@media only screen and (max-width: 1600px) {
  #HomeBanner .hero-container .video {
    height: 530px;
    width: 930px;
    margin-top: 100px;
  }

  .embed-responsive-item {
    height: 270px;
    width: 480px;
  }
}

@media only screen and (max-width: 1500px) {
  #HomeBanner .hero-container .video {
    height: 500px;
    width: 860px;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1440px) {
  #HomeBanner .hero-container .video {
    height: 470px;
    width: 800px;
    margin-top: 100px;
  }

  .embed-responsive-item {
    height: 253px;
    width: 450px;
  }

  .contact-us-section .left-box,
  .contact-us-section .right-box {
    height: 510px;
  }
}

@media only screen and (max-width: 1366px) {
  #HomeBanner .hero-container .video {
    height: 450px;
    width: 770px;
    margin-top: 100px;
  }

  .embed-responsive-item {
    height: 250px;
    width: 445px;
  }

  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }

  .contact-us-section .left-box,
  .contact-us-section .right-box {
    height: 550px;
  }

  .caseStudies .about-img {
    height: auto;
    width: 100%;
  }

  #facts .counters h4 {
    margin-bottom: 260px;
  }

  .testimonials .carousel .carousel-item p {
    min-height: 476px;
  }
}

@media only screen and (min-width: 1280px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 1280px) {
  #HomeBanner .hero-container .video {
    height: 420px;
    width: 748px;
    margin-top: 100px;
  }

  .embed-responsive-item {
    height: 247px;
    width: 440px;
  }

  #facts .counters h4 {
    margin-bottom: 280px;
  }
}

@media only screen and (max-width: 1250px) {
  #HomeBanner .hero-container .video {
    height: 350px;
    width: 700px;
    margin-top: 100px;
  }

  #call-to-action .cta-btn-container {
    vertical-align: middle;
    display: flex;
    align-items: center;
  }

  #call-to-action2 .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .hide-mobile {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .boxWidth {
    width: 20%;
  }
}

@media only screen and (max-width:1200px) {
  .testimonials .carousel .carousel-item p {
    min-height: 212px;
  }
}

@media only screen and (max-width: 1024px) {
  #call-to-action {
    background-attachment: scroll;
  }

  #call-to-action1 {
    background-attachment: scroll;
  }

  #call-to-action2 {
    background-attachment: scroll;
  }

  #HomeBanner .hero-container .video {
    height: 350px;
    width: 550px;
    margin-top: 100px;
    margin-left: 0px;
  }

  section#HomeBanner {
    padding: 80px 0 0 0;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 5px;
  }

  #call-to-action .cta-btn {
    font-size: 18px;
  }

  .embed-responsive-item {
    height: 214px;
    width: 380px;
  }

  .adjustHeading {
    font-size: 1.125rem;
  }

  .blog .posts-list .meta-top a {
    font-size: 13px;
  }

  .blog .posts-list .meta-top ul li+li {
    padding-left: 15px;
  }

  .request-a-demo-btn {
    font-size: 16px;
    padding: 4px 18px;
    width: 152px;
    height: 56px;
    bottom: 62px;
  }

  .proof-of-concept-btn {
    right: 10px;
    bottom: 125px;
    font-size: 16px;
    padding: 4px 18px;
    width: 152px;
    height: 56px;
  }

  .features .box {
    margin: 45px 15px 0px 15px;
  }

  .contact-us-section .content-box a {
    font-size: 16px;
  }

  .contact-us-section .left-box,
  .contact-us-section .right-box {
    height: 540px;
  }

  .caseStudies .about-img {
    height: auto;
    width: 60%;
  }

  #facts .counters h4 {
    margin-bottom: 380px;
  }
}

@media (min-width: 992px) {
  #call-to-action2 .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar-mobile ul {
    display: block;
  }

  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }

  .footer1 .footer-top {
    background-position: center bottom;
  }

  .embed-responsive-item {
    height: 300px;
    width: 533px;
  }

  .adjustHeading {
    font-size: 1.25rem;
  }

  .blog .posts-list .meta-top a {
    font-size: 14px;
  }

  .blog .posts-list .meta-top ul li+li {
    padding-left: 20px;
  }

  .features .box {
    margin: 45px auto auto auto;
  }

  .footer1 .footer-top .footer-info {
    text-align: center;
  }

  .footer1 .footer-top .footer-info .logo img {
    margin: 0 auto;
  }

  .footer1 .footer-top .mascot-text {
    margin: 0 auto;
  }

  .contact-us-section .content-box a {
    font-size: 18px;
  }

  #call-to-action .cta-btn-container {
    align-items: center;
    display: block;
  }

  .tax-series-contact img {
    height: 70px;
  }

  .newsletter-d-flex {
    display: block;
  }

  .newsletter-d-flex button {
    margin: 20px auto 0 auto;
    display: block;
  }

  #call-to-action2 .cta-btn-container {
    display: block;
  }

  .tax-series-contact a img {
    width: auto;
  }

  .testimonials .carousel .carousel-item p {
    min-height: 260px;
  }
}

@media (min-width: 768px) {
  .onfocus .content {
    padding: 80px;
  }

  #call-to-action1 .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #call-to-action2 .cta-btn-container {
    align-items: center;
    justify-content: flex-end;
  }

  .newsletter-captcha {
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {

  /*  Disable AOS delay on mobile*/
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  #HomeBanner .hero-container .video {
    height: 300px;
    width: 500px;
    margin-top: 80px;
  }

  #HomeBanner h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #HomeBanner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }

  .overview,
  .partners,
  .awards,
  .webinar,
  .caseStudies,
  .brochure,
  .videos,
  .news,
  .careers,
  .contact-us,
  .testimonials,
  .privacy-policy {
    text-align: justify;
  }

  .caseStudies h3 {
    font-size: 28px;
  }

  .footer1 .container .a {
    padding-left: 50px;
  }

  .footer1 .footer-top .products {
    align-items: center;
    text-align: justify;
  }

  .footer1 .footer-links .services {
    text-align: justify;
    padding-left: 50px;
  }

  .footer1 .copyright .copy-text p {
    margin-bottom: 5px;
  }

  .overview h5,
  .partners h5,
  .awards h5,
  .webinar h5,
  .caseStudies h5,
  .brochure h5,
  .videos h5,
  .news h5,
  .careers h5,
  .contact-us h5,
  .testimonials h5,
  .privacy-policy h5 {
    text-align: left;
  }

  .overview .Company h4 {
    text-align: left;
  }

  .embed-responsive-item {
    height: 231px;
    width: 410px;
  }

  #facts .counters h4 {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 740px) {
  .terms-of-service {
    height: 200px;
  }
}

@media only screen and (max-width: 640px) {
  #HomeBanner .hero-container .video {
    height: 240px;
    width: 390px;
    margin-top: 75px;
  }

  .faqs .accordion-item .accordion-button div p {
    width: 95%;
    margin: 0;
  }

  .embed-responsive-item {
    height: 203px;
    width: 360px;
  }

  .outer-box {
    flex: 1;
    display: block;
    padding: 0px 10px;
  }

  .contact-us-section .left-box,
  .contact-us-section .right-box {
    height: 560px;
  }

  .caseStudies .about-img {
    height: auto;
    width: 70%;
  }

  #facts .counters h4 {
    margin-bottom: 160px;
  }

  .testimonials .carousel .carousel-item p {
    min-height: 356px;
  }
}

@media only screen and (max-width: 575px) {
  .caseStudies .caseStudies-img {
    margin: 30px 0 0 30px;
  }

  .caseStudies .caseStudies-img:before {
    inset: -30px 0 0 -30px;
  }

  .caseStudies .nav-link {
    font-size: 16px;
  }

  .testimonials .carousel .carousel-item p {
    min-height: 308px;
  }
}

@media only screen and (max-width: 480px) {
  #HomeBanner .hero-container .video {
    height: 240px;
    width: 320px;
    margin-top: 85px;
  }

  .embed-responsive-item {
    height: 178px;
    width: 315px;
  }

  .about .content p {
    padding: 0 0.5em;
  }

  .contact-us-section .left-box,
  .contact-us-section .right-box {
    height: 530px;
  }

  #facts .counters h4 {
    margin-bottom: 180px;
  }

  .terms-of-service {
    height: 500px;
  }

  .testimonials .carousel .carousel-item p {
    min-height: 380px;
  }
}

@media only screen and (max-width: 420px) {

  .testimonials .carousel .carousel-item p {
    min-height: 452px;
  }
}

@media only screen and (max-width: 394px) {
  #HomeBanner .hero-container .video {
    margin-top: 100px;
    height: 210px;
    width: 240px;
  }

  .testimonials .carousel .carousel-item p {
    min-height: 500px;
  }
}

@media only screen and (max-width: 360px) {
  #HomeBanner .hero-container .video {
    margin-top: 100px;
    height: 200px;
    width: 220px;
  }

  .embed-responsive-item {
    height: 158px;
    width: 279px;
  }

  .contact-us-section .left-box,
  .contact-us-section .right-box {
    height: 540px;
  }

  .blog .blog-details .meta-top ul li+li {
    padding-left: 15px;
  }

  .blog .blog-details .meta-top a {
    font-size: 12px;
  }

  #facts .counters h4 {
    margin-bottom: 330px;
  }

  .testimonials .carousel .carousel-item p {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item>div {
    display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}

.testimonials .carousel {
  background-color: #f9f8ff;
  padding: 0px;
  perspective: 2500px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel .carousel-item {
  box-sizing: content-box;
  min-height: 320px;
  transition: 0.3s linear;
}

.testimonials .carousel .carousel-item .col-md-12 {
  padding: 0 20px 0 20px;
}

.testimonials .carousel .join h4 {
  color: #3b5cba;
  font-weight: bold;
}

.testimonials .carousel .carousel-item .carousel-img {
  width: 90px;
  border-radius: 50%;
  margin: 0px;
  position: absolute;
  z-index: 2;
  border: 6px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  bottom: 58px;
  left: 40px;
}

.testimonials .carousel .carousel-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 60px 0px 5px 40px;
  color: #3b5cba;
  text-align: left;
}

.testimonials .carousel .carousel-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0px 0px 0px 38px;
  font-weight: bold;
  text-align: left;
}

.testimonials .carousel .carousel-item .quote-icon-left,
.testimonials .carousel .carousel-item .quote-icon-right {
  color: #3b5cba;
  font-size: 26px;
}

.testimonials .carousel .carousel-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .carousel .carousel-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .carousel * {
  background-color: #f9f8ff;
}

.testimonials .carousel .carousel-item .card {
  border: none;
}

.testimonials .carousel-indicators {
  position: relative;
  margin-top: 1rem;
}

.testimonials .carousel-indicators [data-bs-target] {
  background-color: #3b5cba !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}