@font-face {
  font-family: 'Poppins-Black';
  src: url('../fonts/poppins/Poppins-Black.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/poppins/Poppins-Black.woff') format('woff'), 
       url('../fonts/poppins/Poppins-Black.ttf')  format('truetype'), 
       url('../fonts/poppins/Poppins-Black.svg#Poppins-Black') format('svg');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/poppins/Poppins-Bold.woff') format('woff'), 
       url('../fonts/poppins/Poppins-Bold.ttf')  format('truetype'), 
       url('../fonts/poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
}


@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url('../fonts/poppins/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff'), 
       url('../fonts/poppins/Poppins-ExtraBold.ttf')  format('truetype'), 
       url('../fonts/poppins/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
}


@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/poppins/Poppins-Light.woff') format('woff'), 
       url('../fonts/poppins/Poppins-Light.ttf')  format('truetype'), 
       url('../fonts/poppins/Poppins-Light.svg#Poppins-Light') format('svg');
}

@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/poppins/Poppins-Medium.woff') format('woff'), 
       url('../fonts/poppins/Poppins-Medium.ttf')  format('truetype'), 
       url('../fonts/poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/poppins/Poppins-Regular.woff') format('woff'), 
       url('../fonts/poppins/Poppins-Regular.ttf')  format('truetype'), 
       url('../fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg')
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.eot');
    src: url('../fonts/poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/poppins/Poppins-SemiBold.ttf')  format('truetype'),
         url('../fonts/poppins/Poppins-SemiBold.svg#Poppins SemiBold') format('svg');
}


html {
	height: 100%;
}

body {	
	min-height: 100%;
	position: relative;
  padding-top: 126px;
	font-family: 'Poppins-Regular';
}

:focus,
button:focus,
a:focus {
	border: 0;
	outline: 0;
}

a {
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
}

a:hover {
	text-decoration: none;
}

.padding-0 {
	padding: 0;
}

.float-none {
	float: none;
}

.inline-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.btn-white {
	color: #45C0EF;
	font-size: 16px;
	border-color: #fff;
	background-color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins-Bold';
}

.btn-white:hover {
  color: #45C0EF;
	border-color: #e1e1e1;
	background-color: #e1e1e1;
}

.btn-outline {
  color: #FF0100;
  min-width: 190px;
  text-transform: uppercase;
  border: 1px solid #404040;
  font-family: 'Poppins-Bold';
}

.btn-outline:hover {
  color: #fff;
  background-color: #404040;
}

.section-title {
  margin: 0 0 50px;
  text-align: center;
}

.section-title h3 {
  color: #45C0EF;
  font-size: 36px;
  font-family: 'Poppins-Bold';
}

.section-title h3 span {
  color: #FF0100;
  display: block;
  font-size: 16px;
  text-transform: none;
  font-family: 'Poppins SemiBold';
}

/**** Navbar Start ****/

.hr-nav {
  background-color: #fff;  
}

.hr-nav .navbar-brand img {
  height: 100px;
}

.hr-nav .nav-item {
  margin-left: 80px;
}

.hr-nav .nav-item .nav-link {
  color: #45C0EF;
  font-family: 'Poppins-Medium';
}


/**** Navbar End ****/


/**** Home Start ****/

.main-header {
  position: relative;
  background-size: cover;
  height: calc(100vh - 126px);
  background-position: center;
  background-repeat: no-repeat;
}

.main-header:before {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: rgba(69, 192, 239, 0.8);
}

.main-header .content {
  color: #fff;
  text-align: center;
}

.main-header .content h1 {
  font-size: 60px;
  font-family: 'Poppins-Bold';
}

.main-header .content p {
  font-size: 20px;
  font-family: 'Poppins-Medium';
}

.about-hr {
  padding: 100px 0;
}

.about-hr h5 {
  color: #45C0EF;
  font-size: 20px;
  font-family: 'Poppins-Medium';
}

.about-hr h3 {
  font-size: 42px;
  font-family: 'Poppins-Bold';
}

.welcome-hr {
  padding: 0 0 70px;
  position: relative;
}

.welcome-hr:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  content: '';
  position: absolute;
  background-color: #45C0EF;
}

.welcome-video {
  text-align: center;
  margin-bottom: 30px;
}

.welcome-video img {
  border-radius: 15px;
}

.welcome-content {
  color: #fff;
  text-align: center;
}

.welcome-content ul {
  margin: 30px 0;
  column-count: 2;
  text-align: left;
  list-style-type: none;
}

.welcome-content ul li {
  position: relative;
  margin: 0 15px 15px;
}

.welcome-content ul li:before {
  top: 0;
  left: -20px;
  color: #fff;
  content:"\f192";
  position: absolute;
  font-family: 'FontAwesome';  
}

.core-values {
  padding: 100px 0;
}

.core-values-in {
  display: flex;
  background-color: #fff;
  box-shadow: 0px 30px 40px 0px rgb(2 0 40 / 10%);
}

.core-values-img,
.core-values-content {
  flex: 0 0 50%;
  max-width: 50%;
}

.core-values-content {
  padding: 50px 30px;
}

.core-values-content .section-title {
  text-align: left;
}

.core-values-content ul {
  padding-left: 20px;
  list-style-type: none;
}

.core-values-content ul li {
  position: relative;
}

.core-values-content ul li:before {
  top: 0;
  left: -20px;
  content:"\f192";
  position: absolute;
  font-family: 'FontAwesome';  
}

.core-values-img,
.we-heart-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.we-heart {
  background-color: #F7F7F7;
}

.we-heart-row {
  display: flex;
}

.we-heart-img,
.we-heart-content {
  flex: 0 0 50%;
  max-width: 50%;
}

.we-heart-content {
  padding: 100px 30px;
}

.we-heart-content .section-title {
  text-align: left;
}

.many-reason {
  padding: 100px 0;
}

.many-reason .section-title {
  text-align: left;
}

.many-reason ul {
  padding-left: 20px;
  list-style-type: none;
}

.many-reason ul li {
  position: relative;
  margin-bottom: 15px;
}

.many-reason ul li:before {
  top: 0;
  left: -20px;
  content:"\f192";
  position: absolute;
  font-family: 'FontAwesome';  
}

.many-reason a {
  color: #45C0EF;
}

.feel-free {
  height: 650px;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feel-free:before {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: rgba(69, 192, 239, 0.85);
}

.feel-free h3 {
  color: #fff;
  font-size: 65px;
  margin: 0 0 20px;
  font-family: 'Poppins-Bold';
}

.site-footer {
  padding: 70px 0 0;
}

.footer-logo img {
  height: 120px;
}

.footer-social {
  margin-top: 20px;
  text-align: center;
}

.footer-social li a {
    width: 30px;
    color: #fff;
    height: 30px;
    display: block;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background-color: #45C0EF;
}

.footer-social li a:hover {
  background-color: #3da1c3;
}

.site-info h4 {
 color: #45C0EF;
 font-size: 20px;
 margin-bottom: 30px;
 text-transform: uppercase; 
 font-family: 'Poppins-Bold';
}

.quick-links {
  column-count: 2;
  padding-left: 0;
  list-style-type: none;
}

.quick-links li {
  margin-bottom: 15px;
}

.quick-links li a {
  color: #333;
}

.quick-links li a:hover {
  color: #45C0EF;
}

.address-info ul {  
  list-style-type: none;
}

.address-info ul li {
  position: relative;
  margin-bottom: 15px;
}

.address-info ul li,
.address-info ul li a {
  color: #333;
}

.address-info ul li:before {
  top: 0;
  left: -30px;
  color: #45C0EF;  
  position: absolute;
  font-family: 'FontAwesome';
}

.address-info ul li.address:before {
  content:"\f041";
}

.address-info ul li.tel:before {
  content:"\f098";
}

.address-info ul li.mail:before {
  content:"\f199";
}

.footer-bottom {
  padding: 15px 0;
  margin-top: 30px;
  text-align: center;
  background-color: #F7F7F7;
}

.footer-bottom p {
  margin-bottom: 0;
}

/**** Home End ****/


/**** Feature Start ****/

.inner-header {
  height: 500px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inner-header:before {
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  height: 100%;
  position: absolute;
  background-color: rgba(69, 192, 239, 0.8);
}

.inner-header h1 {
  color: #fff;
  font-size: 60px;
  font-family: 'Poppins-Bold';
}

.inner-header ol {
  padding: 0;
  margin-top: 20px;
  background-color: transparent;
}

.inner-header ol li,
.inner-header ol li a,
.inner-header ol li.active {
  color: #fff;
}

.inner-header .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

.feature-list {
  padding: 100px 0 70px;
}

.feature-block {
  margin-bottom: 50px;
}

.feature-block .feature-icon {
  margin-bottom: 30px;
}

.feature-block .feature-content h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'Poppins-Bold';
}

/**** Feature End ****/

/**** Blog Start ****/

.blog-list {
    padding: 100px 0;
}

.blog-listing {
    margin: 0 0 30px;
}

.blog-list {
  padding: 100px 0 50px;
}

.blog-item {
  margin-bottom: 50px;
  border-radius: 10px;
  border: 1px solid #f6f6f8;  
  box-shadow: 0px 1px 2px 0px rgb(10 0 58 / 14%);
}

.blog-thumb {
  height: 350px;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 0;
  background-repeat: no-repeat;
}

.blog-content {
  padding: 30px 50px;
}

.blog-meta {
  width: 100%;
  margin-bottom: 20px;
}

.blog-user {  
  display: flex;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
  align-items: center;
}

.blog-user:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4636ff;
}

.blog-user img {
  margin-right: 15px;
  border-radius: 100%;
}


.blog-user h6 {
  margin: 0;
  color: #000;
  line-height: 30px;
  font-family: 'Poppins-Bold';  
}

.blog-date h6 {
  color: #000;
  margin-bottom: 0;
}

.blog-content h3 {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: 'Poppins-Bold';
}

.blog-content p {
  color: #333;  
}

.blog-content a {
  color: #45C0EF;
}

.search-blogs {
  position: relative;
}

.search-blogs .form-control {
  color: #333;
  height: 50px;
  font-size: 14px;
  border-radius: 10px;
  border-color: #F7F7F7;
  background-color: #F7F7F7;
}

.search-blogs button {
  top: 0;
  right: 0;
  border: 0;
  width: 50px;
  height: 50px;
  color: #45C0EF;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  background: transparent;
}

.recent-blogs h4 {
  color: #45C0EF;
  margin: 30px 0;
  font-size: 20px;
  font-family: 'Poppins-Bold';
}

.rc-blogs ul {
  padding-left: 0;
}

.rc-blogs ul li {
  margin-bottom: 20px;
}

.rc-thumb {
  margin-right: 15px;
}

.rc-thumb a {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rc-text h6 {  
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-family: 'Poppins-Bold';
}

.rc-text h6 a {
  color: #000;
}

/**** Blog End ****/


/**** Blog Single Start ****/

.theme-single.blog-single {
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgb(34 34 34 / 10%);
}

.theme-pic .big-pic {
    width: 100%;
    border-radius: 5px;
}

.theme-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(7, 14, 39, 0.1);
    margin-bottom: 30px;
}

.theme-meta .theme-meta-left ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.theme-meta .theme-meta-left ul li,
.theme-meta .theme-meta-left ul li a {
    color: #000;
}

.theme-desc h2 {
    font-family: 'Poppins-Bold';
}

.widget {
    padding: 30px 20px;
    box-shadow: 0px 0px 50px 0px rgb(7 14 39 / 10%);
    margin-bottom: 3rem;
}

.widget .work-title {
    margin: 0 0 20px;
    font-family: 'Poppins SemiBold';
}

.search-form {
    position: relative;
    z-index: 1;
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    min-width: 50px;
    border-radius: 4px;
}

.input-style-2 {
    height: 60px;
    padding: 15px;
    outline: none;
    border-radius: 4px;
    font-size: 16px;
    color: #1b1b1b;
    width: 100%;
    background-color: #f5fbff;
    border: none;
    padding: 15px 0;
    width: 100%;
    margin: 0;
    background: #28ABE3;
    color: #fff;
    border-radius: 0;
}

.recent-post-single {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 2rem;
}

.recent-post-single img {
    width: 65px;
    height: 65px;
}

.recent-post-single .recent-post-bio h6 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    font-family: 'Poppins SemiBold';
}

/**** Blog Single End ****/

/**** Plan Start ****/

.plan-intro {
  padding: 100px 0;
}

.plans-boxes {
  margin-top: 30px;
}

.plan-box-in {
  display: flex;
  padding: 15px;
  min-height: 270px;
  text-align: center;
  align-items: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
}

.plan-box-in h4 {
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins-Bold';
}

.plan-box-in p {
  margin:  0;
  color: #fff;
  font-size: 14px;
}

.plan-box-in.bronze {
  background-color: #CD7F32;
}

.plan-box-in.silver {
  background-color: #C0C0C0;
}

.plan-box-in.gold {
  background-color: #FFD700;
}

.it-support {
  margin: 50px 0;
  text-align: center;
}

.it-support h6 {
  font-family: 'Poppins-Bold';  
}

.plan-table table {
  margin-bottom: 0;
}

.plan-table thead th:nth-child(1) {
    color: #fff;
    background-color: #45C0EF;
}

.plan-table thead th:nth-child(2) {
    color: #fff;
    background-color: #CD7F32;
}

.plan-table thead th:nth-child(3) {
    color: #fff;
    background-color: #C0C0C0;
}

.plan-table thead th:nth-child(4) {
    color: #fff;
    background-color: #FFD700;
}

.plan-table tbody tr td:nth-child(1) {
  color: #000;
  background-color: #FFFFFF;
}

.plan-table tbody tr td:nth-child(2) {
  color: #fff;
  background-color: #CD7F32;
}

.plan-table tbody tr td:nth-child(3) {
  color: #fff;
  background-color: #C0C0C0;
}

.plan-table tbody tr td:nth-child(4) {
  color: #fff;
  background-color: #FFD700;
}

.cost-per-employee {
  padding: 0 0 100px;
}

.employee-cost {
  margin: 0 0 20px;
  text-align: center;
}

.employee-cost h5 {
  margin-bottom: 20px;
  font-family: 'Poppins-Bold';
}

.cost-box {
  padding: 10px 0;
}

.cost-box h6 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Poppins-Bold'; 
}

.cost-box.bronze {
  background-color: #CD7F32;
}

.cost-box.silver {
  background-color: #C0C0C0;
}

.cost-box.gold {
  background-color: #FFD700;
}

.cost-box.hundred {  
  background-color: #45C0EF;
}

.cost-box.hundred h6 {
  color: #fff;
}

/**** Plan End ****/

/**** Contact Start ****/

.contact-form {
  padding: 100px 0;
}

.contact-form h3 {
  margin-bottom: 20px;
}

.contact-form h3,
.contact-address h6 {
  font-family: 'Poppins-Bold';  
}

.contact-address {
  margin-bottom: 20px;
}

.contact-address p,
.contact-address a {
  color: #333;
}

.contact-address a:hover {
  color: #45C0EF;
}

.contact-form .form-control {
  color: #333;
  font-size: 15px;
  border-color: #F5F5F5;
  background-color: #F5F5F5;
}

.contact-map iframe {
  width: 100%;
  height: 500px;
}

/**** Contact End ****/

/*font-family`: 'Poppins-Black';
font-family: 'Poppins-Bold';
font-family: 'Poppins-ExtraBold';
font-family: 'Poppins-Light';
font-family: 'Poppins-Medium';
font-family: 'Poppins-Regular';
font-family: 'Poppins SemiBold';*/




/*font-family: 'merriweatherblack';
font-family: 'merriweatherbold';
font-family: 'merriweatherlight';
font-family: 'merriweatherregular';*/

/* Large desktops and laptops */
@media (min-width: 1024px) {

}

@media (min-width: 1366px) {

}

@media (min-width: 1440px) {

}

@media (min-width: 1920px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .hr-nav .nav-item {margin-left: 50px;}

  .main-header .content h1 {font-size: 48px;}
}

@media (max-width: 991px) {
  .hr-nav .nav-item {margin-left: 0;}
 .hr-nav .navbar-toggler span.lines {background-color: #45C0EF;display: block;width: 25px;height: 2px;margin: 0 0 5px;transition: all 0.3s ease-in;}
 .hr-nav .navbar-toggler span.line1 {position: relative;top: 0;}
 .hr-nav .navbar-toggler[aria-expanded="true"] span.line2 {display: none;}
 .hr-nav .navbar-toggler[aria-expanded="true"] span.line1 {transform: rotate(45deg);top: 7px;position: relative;}
 .hr-nav .navbar-toggler[aria-expanded="true"] span.line3 {transform: rotate( -45deg);}

 .main-header .content h1 {font-size: 48px;}

 .about-hr h3 {font-size: 30px;}

 .feel-free h3 {font-size: 48px;}

 .rc-blogs ul li {flex-direction: column;}
 .rc-text h6 {font-size: 16px;margin-top: 15px;}
 .blog-thumb {height: 300px;}
 .blog-content {padding: 30px;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .section-title h3 {font-size: 30px;}

  .main-header .content h1 {font-size: 28px;}
  .main-header .content p {font-size: 16px;}

  .about-hr {padding: 50px 0;}

  .welcome-hr {padding: 0 0 50px;}
  .welcome-hr:before {height: 90%;}
  .welcome-content ul {column-count: 1;padding-left: 20px;}

  .core-values {padding: 50px 0;}
  .core-values-in, .we-heart-row {flex-direction: column;}
  .core-values-img, .we-heart-img {min-height: 350px;}
  .core-values-img, .core-values-content, .we-heart-img, .we-heart-content {flex: 0 0 100%;max-width: 100%;}
  .we-heart-content {padding: 50px 30px;}

  .many-reason {padding: 50px 0;}

  .feel-free {height: 450px;}
  .feel-free h3 {font-size: 36px;}

  .site-footer {padding: 50px 0 0;text-align: center;}
  .quick-links {column-count: 1;}

  .inner-header h1 {font-size: 48px;}

  .feature-list {padding: 50px 0 20px;}

  .plan-intro {padding: 50px 0;}
  .plan-box-in {margin: 0 0 20px;}

  .cost-per-employee {padding: 0 0 50px;}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}