/**
* Template Name: BizPage - v5.8.0
* Template URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: "Barlow";
  src: url('../fonts/Barlow-Thin.otf');
}
@font-face {
  font-family: "BarlowLight";
  src: url('../fonts/Barlow-Light.otf');
}
@font-face {
  font-family: "BarlowRegular";
  src: url('../fonts/Barlow-Regular.otf');
}
@font-face {
  font-family: "BarlowBold";
  src: url('../fonts/Barlow-Bold.ttf');
}
@font-face {
  font-family: "BarlowSemiBold";
  src: url('../fonts/Barlow-SemiBold.ttf');
}
body {
  background: #fff;
  color: #333;
  font-family: "Barlow", sans-serif;
}
.form-select {
	    color: #212529 !important;
}

.form-check label.error {
    position: absolute;
    top: -25px;
    left: 10px;
}
.mb-30{
	margin-bottom:25px;
}


.form-check {
    position: relative;
}
a {
  color: #00a2e2;
  transition: 0.5s;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #111;
  outline: none;
  text-decoration: none;
}
::-webkit-input-placeholder { /* Edge */
	font-family: "BarlowRegular", sans-serif !important;
	color: red;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: "BarlowRegular", sans-serif !important;
  color: red;
}

::placeholder {
  font-family: "BarlowRegular", sans-serif !important;
  color: red;
}
p{
  font-family: "BarlowRegular", sans-serif !important;
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: inherit !important;
  font-size:16px;
  /* color: #333; */
}
 ul li  {
  font-family: "BarlowRegular", sans-serif !important;
  font-weight: inherit !important;
  font-size:16px;
 }
h1, h2, h3, h4, h5, h6 {
  font-family: "BarlowRegular", sans-serif;
  font-weight: 600;
  margin: 0 0 11px 0;
  padding: 0;
}
h3, .h3 {   
    font-style: normal;    
    font-size: calc(1rem - -.3vw);
	/* letter-spacing: .6px; */
}
.regular{
	font-family: "BarlowRegular", sans-serif;
}
.light{
	font-family: "BarlowLight", sans-serif;
}
.py-90{
	padding:90px 0px;
}
#overview, #howitworks, #brochure, #pricing, #shouldenroll, #faq,  #scale, #serve, #helpwith, #programs, #featured_clients, #feature, #blog, #support, #become, #aboutus, #leaders, #science, #comman , .comman, #certification {
    padding: 25px 0;
}
#totalcount, #comman-small{
	padding: 40px 0;
}
.section-dark{
	/* background:#111; */
	background:#00a2e2;
}
#certifications a.link-white {
    font-size: 13px !Important;
}
.flagg .iti {
    position: absolute;
    display: inline-block;
    left: 40px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #f7f9fd;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #3e3e3e;
  line-height: 0;
}
.back-to-top:hover {
  background: #1abeff;
  color: #fff;
}
.back-to-top:hover i {  
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #00a2e2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# epm code
--------------------------------------------------------------*/
.new-payment-info .bold {
  font-family: 'BarlowSemiBold' !important;
}
.new-payment-info p span {
  width: 15%;
}
.new-payment-info p {
  text-align: right;
  margin: 0 0 10px 0 !important;
  display: flex;
  justify-content: flex-end;
}
.new-payment-info {
  padding: 20px 0;
  width: 100%;
}
.course-label input {
  margin: 5px 5px 0 0;
}

.ux-context {
  max-width: 75%;
  margin: 0 auto;
}
#uxskills{
  background-image: url(../img/building-ux-skills.jpg);	
  }
  .btn.btn-themeblue {
  font-family: 'Barlow' !important;
  font-size: 20px;
  padding: 15px 20px;
  margin: 15px 0 0 0;
  background-color: #009edf;
  border-color: #009edf;
  color: #fff;	
  }
div#secondModal .form-group {
    margin-bottom: 15px;
}
.form-check-input {
    margin: 5px 10px 0 0;
}
.hero-banner h1 span {
    display: block;
    font-weight: normal;
    font-size: 20px;
    font-family: "BarlowLight", sans-serif !important;
    padding: 0 0 10px;
}
.hero-banner h1 {
    font-size: 50px;
    font-family: "BarlowBold";
}
.hero-banner h4 {
    font-size: 24px;
    font-weight: normal;
}
.register-btn {
    background: #009EDF !important;
    border: none !important;
}
.d-options p {
    width: inherit !important;
    text-align: left !important;
    margin: 0 !important;
    font-size: 22px;
    padding: 15px 0 0 0;
}
.d-options {
    margin: 0 0 35px 0 !important;
}
.d-options span {
    display: inline-block;
    padding: 0 0 0 12px;
	    font-family: "Barlow";
}
.d-options p img {
    width: 35px;
}
.hero-banner{
    background-size: cover !important;
    background-repeat: no-repeat!important;
	height:96vh;
}
.hero-banner .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0px;
    left: 50px;
    right: 50px;
    color: #fff;
}
#heroBanner1 {
    background-image: url(../img/UX-conference-oct.jpg);
}
#heroBanner2 {
    /* background-image: url(../img/hero-carousel/banner.jpg); */
    background-color: #000;
}
.hero-banner h2{
    font-family: "BarlowLight", sans-serif !important;
    font-weight: 500;
    font-size: 40px;
}

.launching {
  display: none;
}
.nocursor{
  cursor: inherit;
}
.footer-links span {
  font-size: 11px;
}
.f-15 {
    font-size: 14px !important;
}
.sup_style{
  font-size: 12px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  background: rgba(0, 0, 0, 0.9);
  /* height: 80px; */
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  height: 80px;
}
#header .logo {
  /* font-size: 34px; */
  margin: 0;
  padding: 0;
 /*  font-family: "Barlow", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  padding-left: 10px;
  border-left: 4px solid #00a2e2; */
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 40px;
}

.udrline {
    text-decoration: underline;
}
.atag{
	cursor:pointer;
}
.attendee .iti input#phone {
    padding: 6px 55px !important;
}
.iti input#phone {
    padding: 10px 20px 10px 90px !important;
}

.iti.iti--allow-dropdown {
    width: 89%;
}
@media (max-width: 340px){
div.iti.iti--allow-dropdown {
    width: 87% !Important;
}
}
@media (max-width: 991px){
.iti.iti--allow-dropdown {
    width: 94%;
}
}

@media (max-width: 403px){
.iti.iti--allow-dropdown {
    width: 89% !Important;
}

}

@media (max-width: 767px){
.new-payment-info p {
  display: block;
  font-size: 13px;
}
.iti.iti--allow-dropdown {
    width: 90%;
}
}
@media (max-width: 1024px) {
.colom-12{
	width: 100% !IMPORTANT;
}

}
@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}
#header .top-header {
    background: rgba(0, 162, 226,0.7);
    border-bottom: 0;
	padding:5px;
	display:block;
	
}
.top-header p{
	margin-bottom:0px;
	text-align:center;
	color:#fff;
}
#header .menu-header{
	margin-top:20px;
}
#header.header-scrolled .top-header {
	display:none;
}
#header.header-scrolled .menu-header{
	margin-top:0px;
}
strong, b {
    font-weight: 600;
}
#header .container-fluid{
	padding-left:0px;
	padding-right:0px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.upper{
	text-transform:uppercase !important;
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: 'BarlowSemiBold',sans-serif;
  font-style: normal;
  font-size: .8rem;  
  color: #fff;
  white-space: nowrap;
  text-transform: initial;
  transition: 0.3s;
  letter-spacing: 1.5px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}
.navbar .underline a:after, .navbar .underline .active a:after, .navbar .underline .active:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  top: 100%;
  left: 45%;
  background: #fff;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.navbar .underline a:hover::after,.navbar .underline .active a:after, .navbar .underline .active:after {
  transform: scaleX(1);
  transform-origin: left;
}
/* .navbar a:hover:before, .navbar .active a:before, .navbar .active:before {
    content: '';
    position: absolute;
    background: #fff;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    bottom: 0px;
    left: 56%;
    transform: translateX(-50%);
} */
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  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;
  text-transform: none;
  color: #666666;
}
.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: #00a2e2;
}
.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;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

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

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

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 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;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #00a2e2;
}
.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: #00a2e2;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Button Section
--------------------------------------------------------------*/
.btn{
	display: inline-block;
	font-family:"BarlowLight", sans-serif;
    font-weight: 600;
	font-size: calc(14px - -.01vw);
	text-align: center;
    vertical-align: middle;
	letter-spacing: 1px;
    line-height: 1.5;
    border-radius: 3px;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 16px 42px;
}
.btn-blue {
    color: #fff;
    background-color: #000;
    border-color: #fff;
}
.btn-blue:hover, .btn-blue:focus{
    color: #fff;
	background: #3a3a3b;
}
.btn-black {
    color: #fff;
    background-color: #111;
    border-color: #111;
}
.btn-black:hover{
    color: #fff;
	background: #6c757d;
    border-color: #6c757d;
}
.btn-get-started {
  
  border:1px solid #00a2e2;
  transition: 0.5s;
  /* margin: 10px; */
  color: #fff;
  background: transparent;

}
.btn-trans{
	background:transparent;
	color:#fff;
}
.btn-trans:hover, .btn-trans:active, .btn-trans:focus{
	color:#fff;
}
#hero .btn-get-started:hover {
  background: #00a2e2;
  border:1px solid #00a2e2;
  color:#fff;
}
.btn-common{	
	border: 1px solid #00a2e2;
	transition: 0.5s;
	margin: 10px;
	/* color: #fff; */
	background: transparent;
}
.btn-common:hover{
	color: #fff !important;
	background: #00a2e2;
}
.btn-knowmore{
	font-family: "BarlowRegular", sans-serif;
	font-weight: 600;	
	font-size: calc(14px - -.01vw);
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 6px;
	border: none;
	transition: 0.5s;	
	margin: 10px;
	color: #000;
	background: transparent;
}
.btn-knowmore:hover{
	color: #3a3a3b;
	background: transparent;
}
.btn-learn{
	font-family: "BarlowLight", sans-serif;
	font-weight: 600;	
	font-size: calc(14px - -.01vw);
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 2px 0px;
	border-radius: 6px;
	border: none;
	transition: 0.5s;
	margin: 2px 0px;
	color: #00a2e2;
	background: transparent;
}
.btn-learn:hover{
	color: #111;
	background: transparent;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 96vh;
  background: #000;
  overflow: hidden;
  position: relative;
}
#hero.small-height {
  height: 61vh;
}
@media (max-height: 500px) {
  #hero {
    height: 150vh;
  }  
  #hero.small-height {
    height: 80vh;
  }
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  background-image: url(../img/hero-carousel/banner.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* #hero .enterprise.carousel-item {
  background-image: url(../img/hero-carousel/banner1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */
#hero .openhouse.carousel-item {
  background-image: url(../img/hero-carousel/banner2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: ""; 
  /* background: url(../img/gridtile.png) rgba(0,0,0,0.2); */
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-image: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1));

      /* left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%; */
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 60px;
  left: 50px;
  right: 50px;
}
.sliderPattern {
    background: url(./img/gridtile.png) rgba(0,0,0,0.2);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
}
/* #hero .container {
  text-align: center;
} */
#hero h2 {
	color: #fff;
	font-size: calc(24px - -1.6vw);
	font-family: 'BarlowSemiBold',sans-serif;
	font-style: normal;
	font-weight: 800;
	text-transform: initial;
	line-height: 1.1;
	margin: 8px 0px 0px;
	/* text-align:left; */
}
#hero p, p.large-text{
	/* text-align:left; */
	/* font-size: calc(18px - -.3vw);	 */
    font-family: 'Barlow',sans-serif !important;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
	/* letter-spacing:1px; */
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
#hero p {
  width: 100%;
  margin: 0 auto 30px auto;
  color: #fff;
}
@media (min-width: 1024px) {
  #hero p {
    width: 100%;
  }
}
#hero .carousel-fade {
  overflow: hidden;
}
#hero .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}
#hero .carousel-fade .carousel-inner .carousel-item,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-fade .carousel-inner .active,
#hero .carousel-fade .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-fade .carousel-inner .carousel-item-next,
#hero .carousel-fade .carousel-inner .carousel-item-prev,
#hero .carousel-fade .carousel-inner .active.carousel-item-start,
#hero .carousel-fade .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}
#hero .carousel-indicators li {
  cursor: pointer;
}

#hero-carousel-indicators {
	display:none;
}
#hero.small-height::before{
	display:none;
}
/* #hero::before{
  content: '\f27e';
  position: absolute;
  font-family: "bootstrap-icons";
  color: #fff;
  font-size: 30px;
  bottom: 15px;
  left: 49%;
  transform: translateX(-50%);
  z-index: 2;
  height: 40px;
  width: 40px;
  -webkit-animation: animate-down 2s ease-in-out infinite;
	-moz-animation:    animate-down 2s ease-in-out infinite;
	animation:         animate-down 2s ease-in-out infinite;
} */
@-webkit-keyframes animate-down {
  0%   { -webkit-transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: .5;  }
  100% { -webkit-transform:translate(0,10px); opacity: 0; }
}
@-moz-keyframes animate-down {
  0%   { -moz-transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: .5;  }
  100% { -moz-transform:translate(0,10px); opacity: 0; }
}
@keyframes animate-down {
  0%   { transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: .5;  }
  100% { transform:translate(0,10px); opacity: 0; }
} 
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {  
  color: #111;
  text-transform: inherit;
  text-align: center;
  font-weight: 800;
  font-size: calc(1.5rem - -.3vw);
  font-family: 'BarlowRegular',sans-serif;
  position: relative;
  padding-bottom: 15px;
}
.section-header h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-header h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #00a2e2;
  bottom: 0;
  left: calc(50% - 20px);
}
/* .section-header h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #00a2e2;
  bottom: 0;
  left: calc(50% - 60px);
} */
.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg, bg-light {
  background: #f7f9fd;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f7f9fd;
  min-height: 40px;
  margin-top: 80px;
}
.breadcrumbs h2 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 400;
}
.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: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* Featured Services Section
--------------------------------*/
/* #featured-services {
  background: #000;
} */
#featured-services .box {
  padding: 30px 120px;
  text-align:center;
}
#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}
#featured-services i {
  color: #00a2e2;
  font-size: calc(2.5em - -.5vw);
  display: inline-block;
  line-height: 1;
  padding: 30px;
  background-color: #f7f9fd;
  border-radius: 50%;
}
#featured-services h6.title {  
  font-style: normal;
  font-weight: 600;
  font-size: calc(1rem - -.02vw) !important;
  /* letter-spacing: .6px; */
  color: #111;
  margin-top: 22px;
}
#featured-services p {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}
#about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}
#about .container {
  position: relative;
  z-index: 10;
}
#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
#about .about-col .img {
  position: relative;
}
#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}
#about .about-col .icon {
  width: 64px;
  height: 64px;
  text-align: center;
  position: absolute;
  background-color: #00a2e2;
  border-radius: 50%;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .about-col i {
  font-size: 28px;
  line-height: 0;
  color: #fff;
  transition: 0.3s;
}
#about .about-col:hover .icon {
  background-color: #fff;
}
#about .about-col:hover i {
  color: #00a2e2;
}
#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}
#about .about-col h2 a {
  color: #000;
}
#about .about-col h2 a:hover {
  color: #00a2e2;
}
#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/
#services {
 /*  background: #fff; */
  background-size: cover;
  padding: 90px 0;
}
#services .box {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align:center;
}
/* #services .icon {
  float: left;
} */
#services .icon i {
  color: #00a2e2;
  font-size: 36px;
  line-height: 0;
  transition: 0.5s;
}
#services .title {
  margin-top: 22px;
  /* margin-left: 60px; */
  font-family: "BarlowRegular", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: calc(1rem - -.2vw);
  letter-spacing: .6px;
}
#services .title a {
  color: #111;
}
#services .box:hover .title a {
  color: #00a2e2;
}
#services .description {
  font-size: 14px;
  /* margin-left: 60px; */
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  /* background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover; */
  background-color:#111;
  padding: 30px 0;
}
#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
#call-to-action p {
  color: #fff;
}
#call-to-action .cta-btn {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  /* border-radius: 25px; */
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#call-to-action .cta-btn:hover {
  background: #00a2e2;
  border: 2px solid #00a2e2;
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}
#skills .progress {
  height: 35px;
  margin-bottom: 10px;
  border-radius: 0;
}
#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}
#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #fff;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
#facts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 9;
}
#facts .container {
  position: relative;
  z-index: 10;
}
#facts .counters span {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #00a2e2;
}
#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  color: #111;
}
#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 90px 0;
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}
#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #00a2e2;
  color: #fff;
}
#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}
#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}
#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}
#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}
#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  font-size: 22px;
  color: #333;
  line-height: 0;
}
#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #00a2e2;
}
#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}
#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}
#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}
#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}
#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 15px);
}
#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px 5px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}
#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 16px;
  line-height: 5px;
  font-family:'BarlowSemiBold', sans-serif;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom: 18px;
  padding-bottom: 0;
  font-style: normal;  
  letter-spacing:.8px;
}
#portfolio .portfolio-item .portfolio-info h4 a {
  color: #00a2e2;
}
#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #333;
}
#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  font-family: "Barlow", sans-serif !important;
  color: #707070;
  font-weight: 500;
  font-size: 15px;
  font-weight: 600;
  letter-spacing:.5px;
}

/*--------------------------------------------------------------
# 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 #00a2e2;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a2e2;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(51, 51, 51, 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;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 20px 0;
  background:#000
}
#clients img {
  opacity: 0.7;
  transition: 0.3s;
}
#clients img:hover {
  opacity: 1;
}
#clients .swiper-pagination {
  margin-top: 30px;
  position: relative;
}
#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #00a2e2;
}
#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a2e2;
}
#clients h3{
	font-family:"BarlowSemiBold", sans-serif;
	font-weight:600;
	margin-bottom:20px;
}

/* Testimonials Section
--------------------------------*/
/* #testimonials {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}
#testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
#testimonials .container {
  position: relative;
  z-index: 10;
}
 */

#testimonials .section-header {
  margin-bottom: 40px;
}
#testimonials .testimonials-carousel, #testimonials .testimonials-slider {
  overflow: hidden;
}
#testimonials .testimonial-item {
  text-align: center;
}
/* #testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #00a2e2;
  margin: 0 auto;
} */
#testimonials .testimonial-item .testimonial-img {
  height: 50px;
  margin-bottom: 30px;
}
#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #111;
  margin: 0 0 15px 0;
}
#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}
#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}
#testimonials .testimonial-item p {
	color:#111;
  font-style: italic;
  margin: 0 auto 15px auto;
}
@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}
#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 #00a2e2;
}
#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a2e2;
}

/* Team Section
--------------------------------*/
#team {
  /* background: #fff; */
  padding: 60px 0;
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  /* position: relative; */
  padding-bottom: 2px;
}
#team .member img{
	margin-bottom:20px;
}
.img-responsive{
	width:100%;
}
/* #team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}
#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}
#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
} */
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}
#team .member span {
  /* font-style: italic; */
  font-family:"BarlowLight",sans-serif;
  display: block;
  font-size: 13px;
  color: #fff;
}
#team .member .social {
  margin: 5px 0px 15px;
}
#team .member .social a {
  transition: none;
  color: #fff;
}
#team .member .social a:hover {
  color: #00a2e2;
}
#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 60px 0;
}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}
#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #00a2e2;
}
#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}
#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}
#contact .contact-info a {
  color: #000;
}
#contact .contact-info a:hover {
  color: #00a2e2;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
/* #contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #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: #00a2e2;
  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 #00a2e2;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact .php-email-form .form-group {
  margin-bottom: 20px;
}
#contact .php-email-form input, #contact .php-email-form textarea, #contact .php-email-form select{

  padding: 10px 14px;
    font-family: "BarlowRegular", sans-serif !important;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    display: inline-block;
}
.input-group>.form-control, .input-group>.form-select{
  width: 86% !important;
}
#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #00a2e2;
}
/* #contact .php-email-form button[type=submit], .modal button[type=submit] {
  background: #00a2e2;
  border: 0;
  padding: 10px 20px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top:.7rem !important;
}
#contact .php-email-form button[type=submit]:hover, .modal button[type=submit]:hover {
  background: #1abeff;
} */
small{  
  font-family:"BarlowRegular", sans-serif !important;
}
a.mailto{
  color: #000 !important;
}
#contact .section-header p{
	margin-bottom:0px;
	/* padding:30px 0px 20px; */
}
#contact small, .modal small, form small{
  font-family:"BarlowRegular", sans-serif !important;
	font-size: 10px!important;
    line-height: 1.2;
	margin-top:20px;
}
#contact small a, .modal small a, form small a{
	color:#00a2e2;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}
.blog .entry {
  /* padding: 30px; */
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry.card {
	border:none;
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #333333;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #00a2e2;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #00a2e2;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #fff;
  color: #333333;
  padding: 6px 30px 8px 30px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  border: 2px solid #00a2e2;
}
.blog .entry .entry-content .read-more a:hover {
  background: #00a2e2;
  color: #fff;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #666666;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #00a2e2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #00a2e2;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #666666;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #00a2e2;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #333333;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(51, 51, 51, 0.4);
  margin-right: 5px;
  transition: 0.3s;
}
.blog .blog-author .social-links a:hover {
  color: #00a2e2;
}
.blog .blog-author p {
  font-style: italic;
  color: #666666;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #666666;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #333333;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #00a2e2;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #666666;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #666666;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 10px 30px;
  border: 0;
  background-color: #00a2e2;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #1ee57a;
}
.blog .blog-pagination {
  color: #00a2e2;
}
.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 {
  color: #00a2e2;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: bold;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #00a2e2;
  border-radius: 50px;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #333333;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}
.blog .sidebar .search-form form input {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 70px);
  box-shadow: none;
}
.blog .sidebar .search-form form input:focus {
  box-shadow: none;
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: -1px;
  background: #00a2e2;
  color: #fff;
  transition: 0.3s;
  line-height: 0;
  border-radius: 50px;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #13a456;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #333333;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #00a2e2;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b3b3b3;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #333333;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #00a2e2;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b3b3b3;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #333333;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #00a2e2;
  display: inline-block;
  border-radius: 50px;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  background: #00a2e2;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 15px 0;
  color: #eee;
  font-size: 12px;
}
#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
  border-bottom:1px solid #808080;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer-info img{
	/* width:100%; */
	height:40px;
	margin-bottom:20px;
}
#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #00a2e2;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "BarlowRegular", sans-serif;
  color: #eee;
}
#footer .footer-top .social-links a {
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}
#footer .footer-top .social-links a:hover {
  background: #00a2e2;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
/* #footer .footer-top h4::before, #footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
#footer .footer-top h4::before {
  right: 0;
  background: #555;
}
#footer .footer-top h4::after {
  background: #00a2e2;
  width: 60px;
} */
#footer .footer-top .footer-links {
  margin-top: 55px;
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}
#footer .footer-top .footer-links ul li{
	margin-bottom:8px
}
/* #footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
} */
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a, #footer .footer-top .footer-links ul.text-bold li a.normal-font {
  color: #eee;
  font-family: "Barlow", sans-serif;
  font-size:14px;
  font-weight:inherit;
  font-weight:300;
}
#footer .footer-top .footer-links ul.text-bold li a{
	font-family: "BarlowRegular", sans-serif;
	font-weight:600;
}
#footer .footer-top .footer-links ul li i {
	font-size:13px;
}
#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: #00a2e2;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #1abeff;
}
#footer .copyright {
  text-align: center;
  padding-top: 15px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
#footer .footer-top .footer-contact, #footer .footer-top .footer-links, #footer .footer-top .footer-newsletter {
	margin-top: 2px !important;
    margin-bottom: 15px;
}
/*****************Update 22-Dec-2021*************/
.section-heading {
    font-family: 'Raleway',sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: calc(1.5rem - -.3vw);
	color: #111;
}
/*******************/
/*     Details     */
/*******************/
.split .area-1 {
	height: 430px;
	background: url('../img/details-background.jpg') center center no-repeat;
	background-size: cover;
}

.split .area-2 {
	padding-top: 9.25rem;
	padding-bottom: 9.75rem;
}

.split h2 {
	margin-bottom: 1.5rem;
}

.split p {
	margin-bottom: 2.25rem;
}

.split p:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width:1365px)
{
  #portfolio .card .card-body p {
    padding: 0 12px !important;
}
#portfolio .card .card-body h4 {
  font-size:17px !important;
}
}
@media (min-width: 1366px) and (max-width:1400px)
{
  #portfolio .card .card-body p {
    padding: 0 12px !important;
}
#portfolio .card .card-body h4 {
  font-size: 17px !important;
}
}
@media (min-width: 1200px) {
		/* Details */
	.split {
		height: 708px;
	}

	.split .text-container {
		width: 450px;
		margin-left: 6rem;
	}
	/* end of details */
}	
@media (max-width: 1200px) {
	#header .container-fluid .menu-header{
		padding-left:20px;
		padding-right:20px;
	}
}	
@media (min-width: 992px) {

.split {
	height: 786px;	
}	
.split .area-1 {
	height: 100%;
	width: 49%;
	display: inline-block;
}
.split .area-2 {
	height: 100%;
	width: 50%;
	display: inline-block;
	padding-bottom: 0;
	vertical-align: top;
}
.split .text-container {
	width: 400px;
	margin-left: 3rem;
}
}
/* end of details *//* Min-width 1200px */
.clients-slider img{
	height:50px;
}




/*************Youtube***********/
.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  /* margin: 5px; */
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
  -moz-filter: brightness(75%);
  filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer;
}


#howit .btn-default {
    background: #00a2e2;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
	border-radius: 0;
}
#howit .btn-default:hover{
	background: #1abeff;
}
#howit .section-header p{
	margin-bottom:10px;
	margin-top:30px;
}
/*********portfolio***********/
#portfolio .card{
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
	height: 100%;
	text-align:center;
}
.mb-25
{
  margin-bottom:25px;
}
#portfolio .card .card-img{
    position: relative;
	background: #000;
}
#portfolio .card .card-img:hover::before{
    content: '';
    position: absolute;
    background: url(../img/hfi-logo-white.png) no-repeat center center;
    background-size: contain;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
#portfolio .card .card-img img {
	transition: .3s ease-in-out;
}
#portfolio .card .card-img:hover img {
	opacity: .3;
	transform: scale(1.5);
	transition: .3s ease-in-out;
}
#portfolio .card .card-body{
    background-color: #fff;
    z-index: 1;
	text-align:center;
	padding-top:30px;
	min-height: 182px;
}
#portfolio .card .card-img span.regular{	 
    position: absolute;
    left: 0;
    top: 20px;
    background: #00a2e2;
    padding: 2px 25px;
    color: #fff;
	/* letter-spacing: .8px; */
}
#portfolio .card .card-img span.text{
  position: absolute;
  left: 0;
  bottom: 10px;
  background: rgba(0,0,0, 0.3);
  padding: 2px 25px;
  color: #fff;
}
#portfolio .card .card-img span.gray{
  background: #3a3a3b;
}
#portfolio .card .card-body h3{
	font-size: 19px;
    line-height: 1px;
    font-family: 'BarlowSemiBold', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
	padding-bottom: 10px;
}
#portfolio .card .card-body h4{
	font-size: calc(20px - -.08vw);
    /* line-height: 5px; */
    font-family: 'BarlowRegular', sans-serif;
    font-weight: 600;
    text-transform: initial;
    margin-bottom: 4px;
    padding-bottom: 0;
    font-style: normal;
    /* letter-spacing: .8px; */
}
#portfolio .card .card-body h4 a{
	color:#111;
}
#portfolio .card .card-body h4 a:hover{
	color:#111;
}
#portfolio .card .card-body p{
	padding: 0 40px;
    margin: 0;
    /* font-family: "Barlow", sans-serif !important; */
    color: #707070;    
    /* font-size: 15px; */
    /* font-weight: 600; */
    /* letter-spacing: .5px; */
	margin-bottom:10px;
}
#portfolio .card .card-body p.card-text{
  margin-bottom: 30px;
}
#portfolio .card hr{
	width:25%;
	margin:auto;
	margin-bottom:25px;
}
.mt-4a{
  margin-top: 28px;
}
/* #portfolio .training{
	margin-top:90px;
} */
/******************Certification******************/
.subbanner sup{
	font-family: "Barlow", sans-serif !important;
	font-weight: 300;
	font-size: calc(27px - -.5vw);
}
.subbanner .carousel-container small{
	color:#fff !important;
}
.subbanner img{
	width:100px;
	margin-bottom:20px;
}
#hero .subbanner .btn-get-started{
	margin:10px 10px 0px 10px;
}
.text-bold{
	font-weight:700;
}
#overview p.text-bold{
	margin-bottom:15px;
}
#overview h5{
	/* color:#111; */
	font-family:"BarlowRegular", sans-serif;
}
#overview ul{
	font-family:"BarlowRegular", sans-serif !important;
}
#overview .accordion{
	margin-top:30px;
} 
.accordion-button{
	background-color: #f7f9fd;
}
.accordion-item{
    background-color: #f7f9fd;
    border: 1px solid rgba(0,0,0,.125);
}
.accordion-item h2 button{
	font-weight:700;
}
.accordion-button:not(.collapsed) {
    color: #111;
    background-color: #ebf0fa;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:focus{
	border-color: none;
	box-shadow:none;
}
#overview .accordion p{
	margin-bottom:20px;
}

#overview .accordion-body{
	margin-bottom:17px;
}

#howitworks .icon-set{
	text-align:center;
}
#howitworks .icon-set i{
	font-size: calc(2.5em - -.5vw);
	color: #00a2e2;
	
}
#howitworks .icon-set h3{
	margin-top:10px;
	font-family:"Barlow", sans-serif;
	color:#111;
}
#howitworks small, #pricing small{
	font-family:"BarlowLight", sans-serif !important;	
}
#pricing span{
  font-size: 15px;
  font-family:"BarlowLight", sans-serif !important;	
}
.btn-outline-primary{
	color: #00a2e2;
    border-color: #00a2e2;
} 
.btn-outline-primary:hover{
	color: #fff;
    border-color: #00a2e2;
    background: #00a2e2;
}
.btn-primary, .btn-primary:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.bg-primary, .bg-primary:hover{
    --bs-bg-opacity: 1;
    background-color: #3a3a3b!important;
}
.border-primary {
    border-color: #00a2e2!important;
}
/* #video{
	background:#fff;
} */
#video .btn-default {
    background: #00a2e2;
    border: 0;
    padding: 10px 20px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
}
#video .btn-default:hover{
	background: #1abeff;
}
#shouldenroll ul li{
	width: 100%; 
    list-style-type: none;
    /* display: block; */
    color: #666;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 14px 20px;
    margin-bottom: 9px;
    font-family: 'Raleway',sans-serif;
    font-style: normal;
    font-weight: 500;
}
#faq .accordion-body p{
	margin-bottom:10px;
}
/************certifications***********/
#certifications h5{
	margin-bottom:0px;
	color: #111;
}
#certification .card-body h4{
  margin-bottom: 3PX;
}
#certifications .bg-white{
	margin-top:20px;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
}
#certifications p{
  margin-bottom: 20px;
}
#certifications small{
  font-family: 'BarlowBold', sans-serif;
  font-weight: 600;
  color: #000;
}
.number{
  font-family: 'BarlowRegular', sans-serif;
  font-weight: 600;
  font-size: 24px;
}
/************enterprise_training***********/
#industry .b-title{
	font-size: calc(18px - -.2vw) !important;
	font-family:"Barlow", sans-serif;
	font-weight:300;
	margin-bottom:0px;
	padding-bottom:0px;
}
#industry h3{
	font-weight: 800;
	font-size: calc(1.5rem - -.3vw);
	font-family: 'BarlowRegular',sans-serif;
	margin:10px 0px 20px;
}
#serve .bg-light{
	margin-bottom: 20px;
}
#serve h5, #serve h6{
	margin-bottom:0px;	
	font-weight:300 !important;
}
#serve a{
	color:#707070;
}
#helpwith ul{
	margin-left:8%;
}
#helpwith ul li{
	list-style:none;
	text-decoration:none;
	line-height:28px;
}
#helpwith ul li i{
	color:#00a2e2;
	font-weight:700 !important;
}
#programs .btn-primary{
	border-radius: 50px;
	padding: 10px 30px;
}
#programs .pill-wrap .frame-left {
    float: left;
    shape-outside: polygon(0 0,0px 100%,100% 100%);
	height: 180px;
}
#programs .pill-wrap .frame-right {
    float: right;
    shape-outside: polygon(0px 100%,100% 0,100% 100%);
}
.pill {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transform: translateY(300%);
    -webkit-transform: translateY(300%);
    transform: translateY(300%);
    position: relative;
    -webkit-transition: transform .7s ease-out,bottom .7s ease-out,opacity 1s ease-out .3s;
    -o-transition: transform .7s ease-out,bottom .7s ease-out,opacity 1s ease-out .3s;
    transition: transform .7s ease-out,bottom .7s ease-out,opacity 1s ease-out .3s;
}
#programs .pill.animated {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.pill-wrap .pill {
    background: #00a2e2;
    padding: 10px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    margin: 0 .5% .5%;
    display: inline-block;
    border: 2px solid #fff;
    font-family: 'Raleway',sans-serif;
    font-style: normal;
    font-weight: 600;
    cursor: default;
}
/* #featured_clients .col-lg-3{
	padding-left: 8px !important;
    padding-right: 8px !important;	
} */
.bg-inside {
	position: relative;
	background-color: #f5f5f5;
	border:8px solid #fff;
}
.bg-inside:hover{
	background-color: #fff;
}
.bg-inside img {
    max-width: calc(100% - 120px);
}
.bg-inside:before {
    content: "";
    display: block;
    margin-top: 100%;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 9;
}
img.img-gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: grayscale(100%);
}
.blog-post {
    height: auto;
    border: 3px solid lightblue;
    overflow: hidden;
    margin: 10px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.down-arrow {
    width: 22px;
    height: 22px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.invert {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.article {
    border-bottom: 1px dotted grey;
    padding: 3px;
    margin: 2px;
}
.article .text {
    font-size: 12px;
    line-height: 17px;
    font-family: arial;
}

.article .text.short {        
    overflow: hidden;
}
.article .text.full {
    display: none;
}
.read-more {
    cursor: pointer;
    display: inline-block;    
    font-weight: bold;
    padding: 3px;
    background-color: #06c;
    color: white;
    margin: 2px;
}
.ellipsis {
    color: #06c;
    font-weight: bold;
    font-size: 14px;
}
#feature h5{
	font-weight:400 !important;
}
#feature h6.san{
	font-family:sans-serif !important;
	font-weight:300;
}
#feature .bg-light{
	margin-bottom:18px;
}
.pd-3{
	padding:1.5rem 1rem .8rem 1rem;
}
.show-section{
	display:none;
}
a.moreless i{
	font-size:30px !important;
}

/***********************Modal****************/
#myModal {
	background: rgba(0, 0, 0, 0.3);
}
#myModal .modal-body {
	text-align:right;
}
@media (min-width: 576px){
	.request .modal-dialog {
		max-width: 550px;
		margin: 1.75rem auto;
	}
}
.request .modal-body{
	padding:0px 25px;
}
.request .modal-body .modal-header{
	border:none;
	padding:0px;
}
.request .modal-body .modal-header button{
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
}
.request .modal-body .border{
	border:2px solid #00a2e2 !important;
}
.home-text-stripe {
    font-family: 'BarlowRegular',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
    padding: 40px 10px;
    color: #333;
	text-align:center;
	margin-bottom:0px;
}
/* .modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.modal-body {
  position:relative;
  padding:0px;
}
.btn-close {
  position:absolute;
  right:-30px;
  top:0;
} */

#blog .card {
	margin-bottom:30px;
}
#blog .card h6{
	color:#111;
}
#blog .card-body a{
	font-size:14px;
	font-family:"BarlowRegular", sans-serif;
}
#blog .card{
  overflow: hidden;
}
#blog .card .card-body{
  background-color: #fff;
  z-index: 1;
  min-height: 160px;
}
#blog .card .card-img-play{
  position: relative;
background: #000;
}
#blog .card .card-img-play:hover::before{
  content: '';
  position: absolute;
  background: url(../img/play-icon-gray.png) no-repeat center center;
  background-size: contain;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
#blog .card .card-img-play img {
  transition: .3s ease-in-out;
}
#blog .card .card-img-play:hover img {
  opacity: .2;
  transform: scale(1.5);
  transition: .3s ease-in-out;
}
#blog .card .card-img{
  position: relative;
}
#blog .card .card-img:hover::before{
  content: '';
  position: absolute;
  background:#000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.9;
}
#blog .card .card-img img {
transition: .3s ease-in-out;
}
#blog .card .card-img:hover img {
opacity: .2;
transform: scale(1.5);
transition: .3s ease-in-out;
}
#blog .card .card-img span{
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  display: none;
}
#blog .card .card-img:hover span{
  display: block;
}
.enroll-btn cite {
    font-size: calc(12px - -.08vw)!important;
    white-space: normal;
    text-transform: none!important;
}
.enroll-btn cite {
	display: block;
}
.h-60{
	height:265px;
}
.pricing-section{
	margin-top:30px;
}
.text-normal{
	font-weight:300 !important;
}
#totalcount h1{
	font-family:arial;
	color:#fff;
}
#totalcount h6{
	color:#fff;
}
#tabdesign .nav {
    display: inline-flex;
	justify-content: space-evenly;
	box-shadow: inset 0 -1px 0 0 #d1d7dc;
    position: relative;
}
#tabdesign button{
	font-family:"BarlowRegular",sans-serif;
	font-size:20px;
	font-weight:600;
	background: 0 0;
    padding: 0.8rem 1.5rem;
    outline-offset: -0.4rem!important;
    color: #6a6f73;
    position: relative;
    width: 100%;
}
#tabdesign button.active {
    color: #1c1d1f;
    cursor: default;
	border-bottom:2px solid #111;
	border-radius:0px;
}
#tabdesign .tab-content{
	text-align:left;
	/* margin-top:30px; */
}
#tabdesign .tab-content p{
	margin-bottom:10px;
}
.title, #tabdesign .tab-content h5{
	color:#111;
}
#tabdesign .w-80{
	width:350px;
}
#become p{
	font-size:22px;
}
/****Country Section********/
	.country-ul{
		list-style: none;
		padding-left: 10px;
		margin-bottom: 0;
	}
	.country-ul li{
		line-height: 30px;
	}
	.country-ul li a{
		color: #000;
		font-weight: 600;
	}
	.country-ul li a:hover{
		color: #00a2e2;
	}
	.country-ul li a i{
		color: #00a2e2;
		margin-right: 8px;
	}
	ul.country-select{
		margin-top:84px !important;
	}
	.lang-modal{
		/* padding: 5px 28px 5px 20px;
		border: 1px solid #00a2e2; */
		font-size:12px !important;
		font-weight:500;
		border-bottom:1px solid #fff;
	}
/*********Course Cat*******/
    .py-165-50{
        padding-top: 165px;
        padding-bottom: 50px;
    }
    #header .menu-header {
        margin-bottom: 20px;
    }
    #header.header-scrolled .menu-header{
        margin-bottom: 0;
    }
    .btn-gray{
        background: #6c757d;
        border: 0;
        padding: 10px 20px;
        color: #fff;
        transition: 0.4s;
        cursor: pointer;
        letter-spacing: 1px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 0;
    }
    .btn-gray:hover{
        background: #848d94;
        color: #fff;
    }
	.select-section .table-light th{
		font-family:"BarlowSemiBold", sans-serif;
		font-weight:600 !important;
	}
	
	
@media (max-width: 768px) {
	#feature .bg-light {
		padding-bottom: 25px;
	}
	#shouldenroll .p-5{
		padding:0px !important;
	}
	#shouldenroll .section-header ul {
		padding-left: 0rem;
	}
	ul.country-select{
		margin-top:40px !important;
		margin-bottom:30px !important;
	}
}
.text-underline{
	border-bottom:1px solid #fff;
}
.width-fit-content{
    width: fit-content;
}
.course-section .card a small{
	font-size:12px;
	font-family:"BarlowRegular",sans-serif;
}
.form-check label{	
	font-family:"BarlowRegular",sans-serif;
}
.course-section .card a:hover small{
	border-bottom:1px solid #707070;
}
.text-dark{
	color:#333 !important;
}
.cat-badge {
    background: #00a2e2;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
	font-family:"BarlowRegular",sans-serif;
    z-index: 1;
    text-transform: uppercase;
    margin-top: -10px;
    padding: 5px 8px;
    -webkit-box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 50%);
    box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 50%);
	width:130px;
}
.cat-badge.black {	
    background: #111;
}
#vplanModal .modal-footer {
    display: block;
	justify-content: flex-start;
}
#vplanModal .nav-link{
	color: #00a2e2;	
}	
#vplanModal .nav-pills .nav-link.active{
	color: #111;
    background-color: #eee;
}
#vplanModal .accordion-button{
	padding: 0.5rem 1.25rem;
}
#vplanModal .accordion-body{
	background:#fff;
}
#vplanModal .modal-footer small{
	font-family:"BarlowRegular", sans-serif;
	font-size: 11px!important;	
}
/* .attendee .form-control{
	margin-bottom:10px;
} */
.attendee .form-control, .attendee .form-select{
	font-family:"BarlowRegular", sans-serif !important;
}
/**********************Resources*******************/
.account small,.account .text-blue{
	font-family:"BarlowRegular", sans-serif;
}
.account .text-blue{
	cursor:pointer;	
}
.account .text-blue:hover{
	color:#00a2e2;
	border-bottom:1px solid #00a2e2;	
}
/**********************Thinkers-Invited*******************/
.share-icons a{
  margin-right: 15px;
  color: #000;
}
/**********************Coupon-Code*******************/
.coupon-code .btn-primary{
  padding: 2px 20px;
}
.coupon-apply{  
  display: none;
}
.coupon-apply .border{  
  background: #fff;
}
.coupon-apply h6{
  margin-bottom: 0px;
  font-size: 15px !important;
}
.coupon-apply small{
  font-size: 10px;
}
.coupon-apply a{
  font-family:"BarlowRegular", sans-serif;
  margin-top: 5px;
}
.mts-3{
  margin-top: 3px;
}
/**********************Resources*******************/
.resources h6.title{
	font-family:"BarlowRegular", sans-serif;
	color:#000;
  font-size: calc(16px - -.05vw);
}
.w-30 {
  width: 35%!important;
}
.resources-inner h5:first-child{
  margin-top: 0px;
}
.resources-inner h5{
  margin-top: 30px;
}
/**********************About*******************/
#aboutus strong{
	font-family:"BarlowBold",sans-serif;
	color:#00a2e2;
}
#leaders h4{
	font-family:"BarlowBold",sans-serif;	
}
#leaders a{
	font-family:"BarlowRegular",sans-serif;	
	text-transform:uppercase;
	font-weight:600;
	/* color:#111 !important; */
}
#leaders .card{
	padding:25px;
	height:150px;
	background:#f7f9fd;
	border:1px solid #f7f9fd;
}
#leaders .card:hover{
	background:#00a2e2;
	color:#fff;
	
}
#science .card{
	padding:25px;
	height:230px;
	background:#f7f9fd;
	border:1px solid #f7f9fd;
}
#science .card strong{
	font-family:"BarlowSemiBold", sans-serif;
	color:#111;
}
#science .icon img{
	width:60px;
	margin-bottom:20px;
}
#science ul{
	margin-top:30px;
}
.benchmark .card{
	text-align:center;
	background:transparent;
	padding:25px 10px;
	margin-top:20px;
	border:1px solid #00a2e2;
	border-radius:4px;
}
.benchmark .card p{
	margin-bottom:0px;
}
/**********************Digital Credentials*******************/
.digital-s1 h5{
	line-height:36px;
}
#comman .accordion-button{
	background:#fff;
}
#comman-small h6{
	font-size:1.1rem;
}
.small-height h2, .small-height p{
	text-align:center;
}

.small-height h3{
	color:#fff;
	font-size: calc(25px - -1vw);
	font-family: 'BarlowSemiBold',sans-serif;
}
.navbar a.font-normal{
	font-family: 'BarlowLight',sans-serif !important;
	font-size: .6rem !important;
}
/**********************Login*******************/
.user-detail{
  font-family: 'BarlowRegular',sans-serif !important;
	font-size: .8rem !important;
  font-weight: 600;
}
.user-detail i{
  margin-right: 10px;
}
.registering{
  display: none;
}
#removeRow{
  cursor: pointer;
}
.cod a{
  font-family: 'BarlowRegular',sans-serif !important;
  font-weight: 600;
}
.coupon-code{
  display: none;
}
.py-50{
  padding: 160px 0px;
}
/**********************Privacy Policy*******************/
.privacy p, .training p{
	margin-bottom:15px;
}
.privacy h4, .training h4{
	/* font-family: 'BarlowRegular',sans-serif; */
	font-size: 1.0rem;
}
.contactpage .form-check{
	padding-left: 2.2em;
}
.contactpage small{
	font-size:11px;
}
.contactpage .card{
	padding:15px;
} 
.contactpage p{
	font-size:14px;
}
.training div span{
  font-family: 'BarlowRegular',sans-serif !important;

}
/**********************Faq*******************/
.faq-white .accordion-button {
    background: #fff;
}
.log-into label{
	font-family:"BarlowRegular", sans-serif !important;	
}
.log-into h6 a{
  color: #000;
  border-bottom: 1px solid #000;
}
.log-into small a{
  font-family:"BarlowRegular", sans-serif !important;
  color: #808080;
}
.fixed-bottom {
    padding: 15px 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: rgba(4,4,4,0.9) !important;
}
.text-gray, #nex-course a.text-gray{
	color:#111 !important;
}
.fixed-bottom {
	display:none;
}
/**********************Payment Option*******************/
#comman .nav-item button{
	font-size:14px;
	padding:0.8rem 1.2rem;
}
#comman .w-80 {
    width: 250px;
}
ul.topics{
	text-decoration:none;
	list-style: none;
}
.topics li{
	background:#f7f9fd;
	margin-bottom:10px;
	padding:5px 15px;
}
.topics li a{
	color:#111;
	font-weight:600;
	font-family:"BarlowRegular", sans-serif;
	font-size:22px;
	width:100%;
}
.topics li:hover{
	background:#00a2e2;
	color:#fff;
}
/* .topics li:hover a:hover{
	color:#fff;
} */

.light-bg{
	/* background:rgba(255, 255, 255, 0.5) !important; */
	background:#00a2e2;	
	padding:10px 0px;
}
#clients p{
	font-size: calc(11px - -.1vw);
    font-family: 'BarlowRegular',sans-serif !important;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
	margin-bottom:10px;
	margin-bottom:20px;
	color: #868686;
}
p.b-title{
	font-size: calc(22px - -.9vw) !important;
	/* margin-bottom:50px !important; */
}
.small-height p.b-title{
	font-size: calc(18px - -.5vw) !important;
  margin-top: 10px !important;
	/* margin-bottom:50px !important; */
}
.sub-title{
	font-size: calc(16px - -.6vw) !important;
	/* margin-bottom:50px !important; */
}
/*********Course New Design******************/
#certification .card{
	text-align:center;
	padding:20px;
}
#certification .card .card-body{
	padding:0px;
}
#certification .card-img img{
	width:100px;
}
#certification h6{
	margin-bottom:0px;
}
#certification h5, #portfolio .card-body h5{
	font-family:"BarlowRegular", sans-serif;
	font-weight:400;
	font-size: 1.25rem;
	margin-bottom:0px;
}
#certification h4{
	font-family:"BarlowSemiBold", sans-serif;
	color:#111;
}
#certification .bg-gray{
	padding:10px 0px 12px;
}
.bg-gray{
	background:#eee;
}
#certification b{
	font-family:"BarlowSemiBold", sans-serif;
}
.link{
	color:#111;
	border-bottom:1px solid #111;
}
/*********Course New Design******************/
p.text-regular{
	font-size: calc(18px - -.3vw);	
    font-family:"BarlowRegular", sans-serif !important;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
 }
.comman1 {
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
} 
.comman1 i{
	font-size:60px;
}
/* #next-course{
	background:#111;
	padding:18px 0px 12px;
	text-align:center;
}
#next-course p{
	color:#eee;
	margin-bottom:6px;
}
#next-course h6{
	font-family:"BarlowRegular", sans-serif !important;
	font-size:calc(14px - -.3vw);
	color:#1abeff;
}
#next-course a{
	color:#111;
	font-size:15px;
} */
#nex-course{
	padding:18px 0px 12px;
	text-align:center;
}
#nex-course p{
	color:#333;
	margin-bottom:6px;
}
#nex-course h6{
	font-family:"BarlowRegular", sans-serif !important;
	font-size:calc(14px - -.3vw);
	color:#1abeff;
}
#nex-course a.link-white, a.link-white {
	/* color:#00a2e2; */
  color:#000;
	font-size:11px !important;
	font-family:"BarlowSemiBold", sans-serif !important;
  text-transform: uppercase;

}
#nex-course small{  
  font-family:"BarlowRegular", sans-serif !important;
  line-height: 15px;
  margin-bottom: 2px;
}
/* .link-white{
/* 	border-bottom: 1px solid #111;
  cursor: pointer;
}*/
a.link-white i{
  color: #000 !important;
  font-weight: bold !important;
  font-size: 19px;
}
#nex-course a.btn:hover{
	color:#fff !important;
}
h1.Launching{
  font-family: 'BarlowRegular',sans-serif;
  font-size: calc(3rem - -3vw) !important;
  color: #f2f2f2;
  padding: 50px 0px;
  margin-bottom: 0px;
}
/* a:hover.link-white, a:hover.link-white i{
  color:#00a2e2 !important;
} */
/**************No Border Accordion*************/
.no-border-accordion .accordion-item, .no-border-accordion .accordion-header, .no-border-accordion .accordion-button, .no-border-accordion .accordion-body, .no-border-accordion .accordion-collapse{
  background-color: transparent !important;
  border: none !important;
}
.accordion, .accordion-item .accordion-heading+.accordion-collapse>.accordion-body{
  border: none;
}
.bg-dark {
  background: #000 !important;
}
.bg-dark h5{
  color: #fff;
  font-family:"BarlowLight", sans-serif !important;
}
.bg-dark p{
  color: #fff;
}
.bg-dark a.link-white{
  color: #fff;
  border-bottom: 1px solid #fff;
}
.our-instructors .section-header h3{
    color: #fff !important;
    font-family: "BarlowLight", sans-serif !important;
}
.our-instructors p{
  color: #fff;
}
a.link-black {  
  color: #fff;
  font-size: 11px !important;
  font-family: "BarlowSemiBold", sans-serif !important;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
/**************Influencers*************/
.our-instructors{
	position: relative;
	background: url(../img/instructors1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.influencers{
	position: relative;
	background: url(../img/home/meet.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.influencers.enterprise{
	position: relative;
	background: url(../img/enterprise/meet.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.influencers h3{
	margin-bottom:30px;
}
.influencers h3, .influencers p, .influencers small{
	color:#fff;
	font-family:"BarlowLight", sans-serif !important;
}
.w50{
	width:50px;
}
.w100{
	width:85px;
}
.influencers p{
	margin-bottom:0px;
}

.influencers::after{
	position: absolute;
    display: block;
    content: "";
    background: url(../img/element.png);
	right: -222px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    bottom: -146px;
    height: 490px;
    width: 490px;	
    
}
.influencers.start{
	position: relative;
	background: url(../img/enterprise/HFI-Web-Banner-01.png) no-repeat;
	background-position: center;
}
.influencers.startone{
	position: relative;
	background: url(../img/enterprise/HFI-Web-Banner-01.png) no-repeat;
	background-position: center;
}
.why-train{
  padding: 20px 0;
}
.why-train{
	position: relative;
	background: url(../img/home/train.jpg) no-repeat;
	background-position: center;
}
.why-train h3, .why-train p, .why-train small{
	color:#000;
	font-family:"BarlowLight", sans-serif !important;
}
.mentor{
	position: relative;
	/* background: url(../img/open/mentor.jpg) no-repeat;
	background-position: center; */
  /* background-color: #000; */
}
/* .mentor h3, .mentor p, .mentor small, .mentor h4{
	color:#fff;
	font-family:"BarlowLight", sans-serif !important;
} */
.willlearn p{
	margin-bottom:10px !important;
}
.willlearn .border{
	background:#fff;
}
/*********Help Center Design******************/
.browse-topics .box {
	border:1px solid #fff;
  text-align: center;
  margin-bottom:20px;
}
.browse-topics .title {
  margin-top: 22px;  
  font-family: "BarlowRegular", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: calc(18px - -.08vw);
  letter-spacing: .6px;
}
.browse-topics img{
	margin-top:20px;
}
.browse-topics a{
	color: #707070;
}
.browse-topics a:hover .box{
	border:1px solid #1abeff;
}
.faq-card{
	padding:20px 20px 10px;
	background:#fff;
  height: 100%;
}
.faq-card ul{
	padding-left:0px !important;
	list-style:none;
}
.tab-pane #blog{
	padding-top:0px !important;
	padding-bottom:0px !important;
}
.tab-pane #blog .card {
  margin-bottom: 0px;
}
.tab-pane #blog .card-body p{
	color:#707070;
}
.help-topics .nav-pills .nav-link{
	font-family:"BarlowSemiBold",sans-serif;
	color:#1abeff;
	font-weight:800;
	font-size: calc(1rem - -.3vw);
	text-align:left;
/* 	border-bottom:1px solid #fff;
	border-radius:0px; */
}
.nav-pills .nav-link:hover{
	color:#111;
/* 	border-bottom:1px solid #111;	
 */}
.nav-pills .nav-link img{
	width:40px;
}
.help-topics .nav-pills .nav-link.active, .help-topics .nav-pills .show > .nav-link {
  color: #111;
  background-color: #eee !important;
}
.modal-body .nav-pills .nav-link{
	font-family:"BarlowRegular",sans-serif;
	text-align:left;
}
/*********All Course Design******************/
.all-c img{
	width:70px;
}
.all-c .accordion-header{
	padding: 1rem 1.25rem;
}
.all-c .accordion-body p{
	margin-bottom:0px;
	color:#1abeff;
}
.all-c .accordion-body h6{
	font-family:"BarlowRegular",sans-serif;
	color:#111;
}
.mb-4a{	
	margin-bottom: 5rem!important;
}
.all-c .accordion-body{
	background:#fff;
	border-top: 1px solid rgba(0,0,0,.125);
}
.all-c .accordion-button:not(.collapsed){
	background:transparent !important;
	border-bottom:none !important;
	box-shadow:none !important;
}
.all-c .accordion-header select, .all-c .accordion-header select:hover, .all-c .accordion-header select:focus{
	border:0px;
   outline:0px;
   width:110px;
   font-weight:600;
   font-family: "BarlowRegular", sans-serif;
   background:#f7f9fd;
}
tbody, td, tfoot, th, thead, tr{
   font-family: "BarlowRegular", sans-serif;	
}

.copycountry{
	margin-top:-20px;
}
.copycountry a{
	color:#fff !important;
	
}
a.border-b{
  color: #00a2e2;
  border-bottom: 1px solid #00a2e2;
}
a:hover.border-b{
  color: #000;
  border-bottom: 1px solid #000;
}
/**********Crash Course***********/
.f-left{
  display : flex;
  justify-content : center;
  align-items : center;
  background-color:#fff;
  border-right:1px solid rgba(0,0,0,.125);
}
.f-right{
  display : flex;
  justify-content : center;
  align-items : center;
  background-color:#FFF;  
}
.full-des{
  display : flex;
  justify-content : center;
  align-items : center;
  background-color:#000;
  color : #FFF;
  
}
.f-left .card, .f-right .card{
  text-align:center;
}
/**********Crash Course***********/
/**********Speakers Start***********/
/* .speakers{
} */
.speakers {
  margin-bottom: 20px;
  text-align: center;
}
.speakers p{
  margin-bottom: 0px;
}
.speakers img{
  border-radius: 50%;
  width:180px;
  border: 5px solid #fff;
  margin: 20px 0px;

}
.speakers h4 span.normal{
  font-family: "BarlowRegular", sans-serif;
    font-weight: 300;
}
.schedule {
  margin-top: 30px;
  text-align: center;
}
.schedule i{
}
.schedule h6{
  font-family: 'BarlowBold',sans-serif;
  margin-top: 15px;
  line-height: 25px;
}
.schedule p{
  margin-bottom: 0px;
}
#conference{
  background: #000;
}
#conference h3{
  color: #fff;
  font-family: "BarlowLight", sans-serif !important;
}
.countdown {
  display: flex;
  justify-content: center;
}

.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
  color: #00a2e2;
  padding: 1vw 3vw;
  text-align: center;
}

.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
  display: block;
  font-size: 6vw;
  line-height: 1em;
}

.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
  display: block;
  font-size: 2vw;
  color: #fff;
}
.small-height .text-white a{
  color: #fff !important;
  border-bottom: 1px solid #fff;
}
.bg-dark .section-header h3{
  color: #fff !important;
  font-family: "BarlowLight", sans-serif !important;
}
/*********contact-card Design******************/
#contact-card .card{
  text-align: center;
  padding: 40px 20px;
  margin-bottom: 22px;
}
/* #contact-card .card a{
  
  font-family: "BarlowLight", sans-serif;
  font-weight: 600;
  font-size: calc(14px - -.01vw);
} */
.low-padding{
  padding: 30px 0px;
}
.swiper-slide{
  padding: 0px 20px !important;
}
.input-group-text {
  display: inline-block;
  align-items: center;
  padding: 0.88rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  margin-right: -3px;
}
.input-group label.error{
  display: block !important;
}
.contact-form .form-check{
  padding-left: 2.2em !important;
}
/*************Thanks Popup*********************/
#thanks{
  display: none;
}
#thanks img{
  width:60px;
  margin-bottom: 30px;
}

/*********Offer Card Design 1******************/
#offers .card {
  border: 1px solid #e6e6e6;
  /* box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; */
  overflow: hidden;
  margin-bottom: 25px;
  background: #f8f9fa;
}
#offers .card .post-item {
  padding: 10px 10px;
}
#offers .post-item img {
  height: 150px;
  float: left;
  margin-right: 10px;
}
#offers .post-item h4 {
  font-size: calc(14px - -.01vw);
  font-family: 'RalewaySemiBold', sans-serif;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}
/*********Offer Card Design 1******************/
/* ==========================================================================
  08. PROMO
  ========================================================================== */ 
  #pb-2-3, #pb-2-3.pbox-2::before{
    position: relative;

  }
  #pb-2-1 {
    background: #77898d;
    background-image: url(../img/bg.jpg);
}
#pb-2-2 {
    background-image: url(../img/offers/offer-2.jpg);
}
#pb-2-3 {  
    background-image: url(../img/offers/offer-1.jpg);
}
#pb-2-3.pbox-2::before{
  background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
}
.pbox-2 {
  position: relative;
    text-align: left;
    padding: 40px 35px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	margin-bottom: 20px;
}
.pbox-2 h3, .pbox-2 p{
  color: #fff;
}

.pbox-2::after{
  position: absolute;
  display: block;
  content: "";
  background: url(../img/element-white.png);
  right: 0px;  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  bottom: -18px;
  height: 190px;
  width: 90px;
}
.final-para
{
  width: 60%;
}
.sf-image
{
  width: 150px;
}

.creditCardForm {
    margin-top: 120px;
}
.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 0px;
    width: 100%;
}
.payment .input-group {

    flex-wrap: initial;
}
.creditCardForm #credit_cards img {
    width: 50px;
}
.paystripe {
    padding: 8% 10% 5% 10%;
    width: 55%;
}
#payment-element {
    margin-bottom: 24px;
}
button#submit {
    display: inline-block;
    font-family: "BarlowLight", sans-serif;
    font-weight: 600;
    font-size: calc(14px - -.01vw);
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
    line-height: 1.5;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid transparent;
    padding: 16px 42px;
}
.paystripe >p {
 
    font-size: 21px;
  
    font-weight: bold !important;
}

div#certifications #bd_cua, 
div#certifications #bd_cdpa {
    padding: 5px;
    display: inherit;
}
/*********Media Query Design******************/
@media (max-width: 1399px) {
	#featured-services .box {
		padding: 30px 20px;
	}
}
@media (max-width: 1199px) {
#heroBanner1 {
    background-position: center;
}
#heroBanner2 {
    background-position: center;
}
}
@media (max-width: 991px) {
	.txt-ctr{
		text-align:center;
	}
	#heroBanner1 {
    background-image: url(../img/UX-conference-oct-mobile.jpg);
    background-size: cover !important;
    background-position: center;
}
#heroBanner2 {
  background-color: #000;
  background-size: cover !important;
background-position: center;
}
	#navbar .ms-5{
		margin-left:0px !important;
	}
	.mp-2{
		margin-bottom:25px;
	}
	.mp-2 h6{
		font-size: calc(1rem - -.3vw);
	}
	.faq-set .faq-card, .faq-set .tab-pane #blog .card{
		margin-bottom:20px;
	}
  .f-left, .f-right {
    padding: 30px 35px;
  }
  .mentor .gap-3{
    margin: 0px 20px;
  }  
}
@media (max-width: 768px) {
	.faq-card {
    height: auto !important;
}
	#clients .swiper-wrapper, #clients .swiper-slide {
    height: auto !Important;
}
	#hero .carousel-item {
		background-image: url(../img/banner.png);
	}
	.influencers, .influencers.start {
		background-image: url(../img/banner.png);	
	}
	.influencers::after{
		background:transparent;
	}
  .m-center{
    text-align: center;
  }
  #certifications .mb-0{
    margin-bottom: 15px !important;
  }
  .final-para
  {
    width: 100%;
  }
  .influencers::after
  {
    display: none;
  }
  
  .paystripe {
    padding: 80px 10% 60px 10%;
    width: 100%;
}
#removeRow {
    padding-top: 10px;
    cursor: pointer;
    top: 3px;
    position: relative;
    margin: 0px auto;
}
}
@media (max-width: 767px) {
  .ux-context {
    max-width: 100%;
  }
#hero .carousel-container h2 {
    font-size: 28px;
}
.hero-banner h1 {
    font-size: 36px;
}
.hero-banner h4 {
    font-size: 20px;
}
#heroBanner1 {
    background-image: url(../img/UX-conference-oct-mobile.jpg);
}
#heroBanner2 {
  background: #000;
  height: auto;
  padding-bottom: 120vw;
}
.hero-banner h2 {

    font-size: 26px;
}
.d-options p {
    font-size: 14px !important;
}

.d-options.d-flex {
    display: block !important;
}
.d-options p img {
     width: 20px;
}
.d-options.d-flex p {
    display: flex;
    margin: 0 0 10px 0 !important;
    align-items: flex-start;
    padding: 0 !important;
}
}
@media (max-width: 480px) {
	#hero .carousel-item {
    background-image: url(../img/home/home-banner-mobile.jpg);
}
.influencers, .influencers.start {
        background: url(../img/home/meet.jpg)no-repeat;
    background-position: 20% 0;
}
.influencers .comman{
	padding:20px 0px;
}
.influencers .row.mt-5{
	margin-top:0px !Important;
}
.influencers .section-header{
	    margin: 30px 0px;
} 
.why-train {
    background: url(../img/home/Events-page-mobile.jpg) no-repeat;
background-position: 0px 100%;
    background-size: cover;
    height: 80vh;
}
.why-train .section-header h3, .why-train .section-header p {
    color: #fff !important;
}
.why-train .section-header,.influencers .section-header {
    background: rgb(0 0 0 / 50%);
    padding: 30px 10px;
}
#comman.help-topics{
	padding:0px !Important;
}

.heroCarousel .carousel-container {
    display: flex;
    justify-content: center;
    align-items: initial !important;
    top: 90px !important;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 20px;
}
.carousel-container .container {
   
    padding: 10px;
}
	#hero .carousel-container {

    left: 25px;
    right: 25px;
}
#hero h2 {
    line-height: 35px;
    margin-top: 0;
}
#hero p {
    margin: 0 auto 10px auto;
}
.subbanner sup {
    font-size: 16px;
    top: -1rem;
}


	
	.navbar-mobile li a.font-normal{
		    font-family: 'BarlowSemiBold',sans-serif !Important;
			font-size: 15px !Important;
    font-weight: bold;
	color:#646464;
	}
	#certifications small {

    display: block;
    padding-bottom: 10px;
}
.btn-blue {

    margin-bottom: 10px;
}

li.line {
    border-top: 1px gray solid;
    margin-top: 10px;
    padding-top: 10px;
}
.mobile-nav-toggle.bi-x::before {
    content: "\f62a";
    color: #fff;
}

	section.influencers {
    padding: 10px;
}
	#blog .card-body a {
    position: relative;
    bottom: 0;
}
#blog .card h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !Important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 45px;
}
.txt-ctr{
	text-align:center;
}
.mb-20{
	margin:10px 0px;
}
.input-group>.form-control, .input-group>.form-select {
    width: 83% !important;
}
	.top-header p{
		font-size: 11px;
	}
	p.b-title {
		font-size: calc(18px - -.9vw) !important;
	}
	.btn {
		font-size: calc(12px - -.01vw);
		padding: 16px 22px;
	}
	.btn-knowmore{		
		font-size: calc(12px - -.01vw);
	}
}

/*********Media Query Design******************/

.accordion-header, .h5, .h6 {
    font-family: "BarlowRegular", sans-serif;
    font-weight: 600;
    margin: 0 0 11px 0;
}

/*offer re 2024*/
:root{
  --bannerheigh-inner: 35vw;
  --thinkersbanner: 50vw;
  --text-18px: 18px;
  --text-15px: 15px;
}
@media (max-width: 1199px) and (min-width: 991.6px) {
  :root{
    --bannerheigh-inner: 55vw;
    --thinkersbanner: 63vw;
  }
}
@media (max-width: 991.5px) and (min-width: 768px) {
  :root{
    --bannerheigh-inner: 65vw;
    --thinkersbanner: 75vw;
  }
}
@media (max-width: 767.5px) {
  :root{
    --bannerheigh-inner: 130vw;
    --thinkersbanner: 160vw;
  }
}
.ooferrvampdetal{
  display: flex;
  justify-content: center;
  row-gap: 20px;
  column-gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.offerimagebox {
  border-radius: 50%;
  box-shadow: 0px 15px 4px 5px #00000040;
  background: #fff;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.offerimagebox img{
  width: 100%;
  margin-bottom: 0px;
}
#hero.small-height {
  height: var(--bannerheigh-inner) !important;
}
#hero{
  height: var(--thinkersbanner) !important;
}

.fw-600{
  font-family: 'BarlowSemiBold',sans-serif !important;
}
.fw-bold{
  font-family: 'BarlowBold',sans-serif;
}
.actiual-v2price{
  font-size: var(--text-18px);
  font-family: 'BarlowBold',sans-serif;
}
.actualnoneproce{
  font-family: "BarlowRegular", sans-serif !important;
  font-size: var(--text-15px);
}
.percentage{
  color: #EA352F;
  font-family: "BarlowLight", sans-serif !important;
}
.text-18w{
  font-size: var(--text-18px);
}
.text-15w{
  font-size: var(--text-15px);
}
#hero p, p.large-text{
  line-height: 1.2  ;
}
.thansk-meesage-fy{
  background-color: #EA352F;
  color: #fff;
  text-align: center;
  padding: 5px;
}
@media (min-width: 992px) {
.enterprise-offer{
  text-align: right;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 35px;
}
}

/*offer -2024*/
.offerimgaehome{
  width: 80%;
}
.enterprise-offer{
  margin-top: 20px;
  padding-left: 20px;
}
#header.header-scrolled {
  height: auto;
  padding: 20px 0;
}
#hero h1, #hero h2{
  font-size: 40px;
}
@media (min-width: 1200px) {
  .small-height p.b-title{
    font-size: 22px !important;
    margin-top: 10px !important;
  }
}
@media (max-width: 991.5px) and (min-width: 768px) {
  #heroBanner2 {
      padding-bottom: 115vw;
      height: auto;
  }
  .offerimgaehome {
  width: 50%;
}

}
@media (max-width: 767.5px) {
  #heroBanner2 {
      padding-bottom: inherit;
  }
  .offerimagebox{
    width: 130px;
    height: 130px;
  }
  .enterprise {
    background-image: url('../../assets/img/enterprise-training-mobile.jpg') !important;
  }
  #hero h1, #hero h2 {
    font-size: 26px;
}
.carousel-container .container {
  padding: 0;
}
#hero .carousel-container {
  left: 20px !important;
  right: 20px !important;
  top: 50%;
  transform: translate(0, -50%);
}
.ooferrvampdetal h1{
  flex: 0 0 100%;
}
.heroCarousel .carousel-container{
  position: static;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
}