/* @import url('https://fonts.googleapis.com/css2?family=Public+Sans&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans&display=swap');

body {
  font-family: 'Albert Sans', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, h1, h2, h3,h4,h5,h6{
  font-family: 'Albert Sans', sans-serif !important;

} 

.font-weight-700{
  font-weight: 700 !important;
}

.video{
  width: 100%;
  border-radius: 12px !important;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
  
}


:root {
  --primary: #1832b9;
  --dark: #000000;
  --dark-secondary: #767676;
  --white: #ffffff;
}

.clear {
  clear: both;
}

p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

a {
  text-decoration: none !important;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

/* navbar start */
.navbar-brand img {
  width: 80%;
}

header {
  position: sticky;
  top: 0px;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 10%);
  padding: 10px 0;
}

header .navbar {
  padding: 5px 0px;
  background: #fff;
}

.nav-sticky {
  top: 0px;
  width: 100%;
  z-index: 999;
  position: sticky;
  background-color: #fff !important;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.f-500{
  font-weight: 500 !important;
}
.site-navbar a img {
  width: 140px;
}
#tab1 {
  display: block;
}
#primary_nav_wrap ul a {
  color: #3b3b3b;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: inline;
  padding-bottom: 24px;
}

#primary_nav_wrap ul li {
  margin-top: 10px;
}

#primary_nav_wrap ul {
  position: relative;
  float: left;
  margin: -1px 0 0 0;
  padding: 0;
}

#primary_nav_wrap ul li.current-menu-item {
  background-color: #222326;
}

#primary_nav_wrap ul ul {
  display: none;
  position: absolute;
  top: 59px;
  left: 0;
  background: #fff;
  padding: 0;
  width: 654px;
  box-shadow: 0 3px 3px 0px rgb(0 0 0 / 20%);
}

#primary_nav_wrap ul ul li.dir {
  margin: 0;
}

#primary_nav_wrap ul li:hover > ul {
  display: block;
}

.mega-menu {
  margin: 0;
}

.mega-menu .col-md-3 {
  padding: 0;
}

.mega-menu #myTab a {
  padding: 10px 20px;
}

.mega-menu #myTab a:hover {
  border-bottom: inherit;
}

.tab-active {
  border-bottom: 3px solid var(--primary);
  /* padding-bottom: 26px; */
  color: var(--primary);
}
.mytab-left {
  background: #f0f3f6;
  padding: 0;
}

#myTab a h4 {
  font-size: 16px;
  line-height: 28px;
  color: #3b3b3b;
}

#myTab a small {
  font-size: 13px;
  line-height: 25px;
  color: #767676;
}

.tab-flex {
  display: flex;
  align-items: center;
  padding: 20px 0;
  height: 100px;
}
.tab-flex a {
  font-size: 12px;
  line-height: 18px;
  /* or 150% */

  color: #767676;
}

.tab-flex img {
  display: block;
  width: 40px;
  height: 40px;
}

.tab-flex a {
  display: block !important;
  padding: 0 0 0 10px !important;
  font-size: 14px;
  line-height: 26px;
  color: #767676;
}

.tab-flex > a:hover {
  border-bottom: inherit !important;
}

.tab-flex > a {
}

.tab-responsive {
  display: none;
}

#primary_nav_wrap ul a:hover {
  border-bottom: 3px solid var(--primary);
}
.tabcontent {
  height: 300px;
  display: none;
}
#primary_nav_wrap {
  display: none;
}
.dir {
  position: relative;
  top: 8px;
}
.dir .tab-hover {
  padding: 2px 0 31px 0;
  display: inline;
  cursor: pointer;
}
.tab-flex2 {
  display: flex;
  align-items: center;
}
.dir .tab-hover:hover #primary_nav_wrap {
  display: block !important;
  position: absolute;
  top: 52px;
  width: 635px;
  background: #fff; 
  box-shadow: 0 6px 4px 0 rgb(0 0 0 / 25%);
   border: 5px solid #f0f3f6;
  left: -5px;
}
.tab button {
  padding: 10px;
  border: none;
  cursor: pointer;
  background-color: #f0f3f6;
}
.tab h4 {
  font-size: 16px;
  line-height: 28px;
  color: #3b3b3b;
  text-align: left;
}
.tab small {
  font-size: 13px;
  line-height: 25px;
  color: #767676;
  text-align: left;
  display: block;
}
.tab button.active {
  background-color: var(--white);
}
/* Tabs */

/* responsive nav dropdown */

.set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f0f3f6;
}

.set > span {
  display: block;
  font-size: 15px;
  padding: 10px 15px;
  text-decoration: none;
  color: #3b3b3b;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.set > span i {
  float: right;
  margin-top: 2px;
}

.set > span.active {
  background-color: #1832b9;
  color: #fff;
  font-size: 15px;
}

.content {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display: none;
}

.content p {
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.text-sm{
  font-size: small ;
}

.accordion-container {
  display: none;
}

/*  */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--white);
  position: relative;
}

.tabs {
  width: 100%;
  background-color: var(--primary);
  border-radius: 5px 5px 5px 5px;
  display: flex;
}

ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  width: 50%;
}

#tabs-content {
  width: 50%;
}

ul#tabs-nav li {
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  /*border: 1px solid #d5d5de;
  border-bottom: none;*/
  cursor: pointer;
  display: block;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
  background-color: var(--primary);
}

#tabs-nav li a {
  text-decoration: none;
  color: #fff;
}

.tab-content {
  padding: 10px 30px;
  background-color: #fff;
}

/* Just for CodePen styling - don't include if you copy paste */

.site-navbar ul li a.login-in span:hover {
  background: var(--dark);
  transition: all 0.5s;
}

.site-navbar ul li a.login-in span {
  color: #fff;
  border: 0px solid var(--primary);
  border-radius: 20px;
  margin-top: 3px;
  display: block;
  padding: 7px 20px 8px;
  height: 35px;
  line-height: 23px;
  font-size: 12px;
  background: var(--primary);
  letter-spacing: 0.3px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}

span.nav-active {
  border-bottom: 3px solid var(--primary);
  /* padding-bottom: 26px; */
  color: var(--primary);
  /* font-weight: 600; */
}

.tab-hover > span{
  color: #3b3b3b;
  font-size: 1rem;
}


.nav-link:hover span {
  border-bottom: 3px solid var(--primary);
  /* padding-bottom: 26px; */
}

/* nav bar new  */
.navBarIn {
  padding: 10px 0 8px 0;
}

.navbar-expand-lg .navbar-collapse {
  padding-top: 26px;
}

/* navbar regular css start */

.site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
}

a.site-logo {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.site-navbar ul li {
  margin: 0 8px;
}

.site-navbar ul li a {
  color: #3b3b3b;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  text-decoration: none;
}

.site-navbar ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* navbar regular css end */

/* nav-toggler css start */
button:focus {
  outline: none;
}

.nav-toggler {
  border: none;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  display: none;
  background-color: var(--primary);
  height: 34px;
  width: 34px;
  padding-top: 6px;
  outline: none;
  border-radius: 100%;
  margin-top: 7px;
}

.nav-toggler span {
  width: 18px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: 0.3s;
  margin: -2px auto 0;
}

.nav-toggler span:before {
  width: 18px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: 0.3s;
  margin: 0 auto;
}

.nav-toggler span:after {
  width: 18px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: 0.3s;
  margin: 0 auto;
}

.nav-toggler span:before {
  content: "";
  transform: translateY(-6px);
}

.nav-toggler span:after {
  content: "";
  transform: translateY(4px);
}

.nav-toggler.toggler-open span {
  background-color: transparent;
}

.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
  transform: translateY(-2px) rotate(-45deg);
}

.get-start{
  color: #1832B9;
  font-weight: 600 !important;
}
.home-banner{
  max-width: 1920px;
  margin: auto;
}
/* nav-toggler css start */
@media screen and (max-width: 356px) {
  .h-banner-left p {
    font-size: 18px;
  }

  .h-banner-left a.get-start {
    margin-top: 10px;
    padding: 5px 20px;
    display: flex;
    width: 130px;
    justify-content: center;
  }
}

/* mobile breakpoint start */
@media screen and (max-width: 1026px) {
  span.nav-active {
    border-bottom: none;
    /* padding-bottom: 26px; */
    color: black;
  }

  .nav-link:hover span {
    /* border-bottom: 3px solid var(--primary); */
    /* padding-bottom: 26px; */
  }
  .dir .tab-hover {
    display: none;
  }
  .tab-responsive {
    display: block;
  }

  /* navbar css for mobile start */
  .nav-toggler {
    display: block;
  }

  /* .site-navbar {
    min-height: 77px;
  } */
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    /* right: -8px; */
    z-index: -1;
    top: 4px;
    padding-top: 67px;
    z-index: -1;
    flex-direction: column;
    align-items: center;
    background-color: var(--white);
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }

  .site-navbar ul li {
    width: 100%;
    text-align: center;
    margin: 0 8px;
  }

  .site-navbar ul li a {
    padding: 15px;
  }

  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .site-navbar ul.open {
    min-height: 100vh;
    overflow: visible;
  }

  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }

  /* navbar css for mobile end */
}

.site-navbar ul li a:hover {
  background: none;
}

/* mobile breakpoint end */
.site-navbar ul li a img {
  margin-right: 4px;
}

.navBar {
}

/* nav bar new end */
/* navbar end */

/* footer start */
footer {
  background: var(--white);
  padding: 70px 0;
}

.footer-copyright {
  background: var(--white);
  padding: 0px 0;
}

.footer-left p {
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-secondary);
  padding: 20px 0 25px;
}

.footerIcons {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  width: 72%;
}

.footer-center h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  /* color: var(--dark); */
  padding-bottom: 20px;
  padding-top: 20px;
}

.footer-center h4:hover {
  text-decoration: underline;
}

.footer-right h4 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  /* color: var(--dark); */
  padding-bottom: 20px;
  margin: 0;
  padding-top: 20px;
}

.footer-right h4:hover {
  text-decoration: underline;
}

.footer-copyright h5 {
  font-size: 12px;
  line-height: 30px;
  color: var(--dark-secondary);
  font-weight: 400;
  text-align: center;
  margin: 0;
  border-top: 1px solid rgb(118 118 118 / 50%);
  padding: 20px 0;
}

.footerIcons li a:hover {
  transition: 0.5s;
  transform: translateY(-5px);
  display: block;
}

/* footer end */
.order-first {
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.tab-flex a {
  cursor: pointer;
}
