@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');

*{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
    color: #48c7ec!important;
}
img{
	max-width: 100%;
	height: auto;
}
.header-top{
	align-items: center;
    background: #00b6dc none repeat scroll 0 0;
    display: flex;
    height: 60px;
    transition: all 0.3s ease-in-out 0s;
}
.header-top-list {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.top-contact-list li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}
.top-contact-list li a {
    color: #fff;
    font-size: 14px;
}
.top-contact-list li+li::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 10px;
    left: -22px;
    position: absolute;
    top: 9px;
    width: 2px;
    z-index: 2;
}
.social-links {
    display: inline-block;
}
.social-links a {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    height: 31px;
    margin: 8px 5px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 31px;
    align-items: center;
    text-align: center;
}
.social-links a i {
    font-size: 14px;
    line-height: 31px;
}
.social-links a:hover {
    background: #ffffff;
    color: #00b6dc;
}
.header-btn{
}
.btnn{
  box-sizing: border-box;
  appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: inline-block;
  align-self: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 32px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
  /*width: 160px;*/
}
.btnn:hover, .btnn:focus {
  color: #fff;
  outline: 0;
  transition: 0.3s all ease-in-out;
}
.custom-btn {
  border-color: #00b6dc;
  border-radius: 0;
  color: #00b6dc;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.5s ease-in-out;
}
.custom-btn:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #00b6dc;
  z-index: -1;
  transition: width 0.4s ease-in-out;
}
.custom-btn:hover {
  color: #ffffff!important;
  transition: 0.3s all ease-in-out;
}
.custom-btn:focus{
    background:#00b6dc;
}
.custom-btn:hover:after {
  width: 110%;
}
.header-bottom .dropdown-menu{
    padding: 0;
    border-radius: unset;
}
.header-bottom .dropdown-menu .dropdown-item{
    padding: 7px 15px;
    transition: all 0.3s ease-in;
}
.header-bottom .dropdown-menu .dropdown-item:hover{
    background: #00b6dc;
    color: #ffffff !important;
}
.nav-link{
	margin: 0px 10px;
	font-size: 15px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	color: #000000;
}

/*slider*/
.d-table {
	width: 100%;
	height: 100%;
	display: table;
}
.d-tablecell {
	display: table-cell;
	vertical-align: middle;
}
.slider-btn{
	margin: 0 auto;
	width: 160px;
}
/*
Hero slider style
==========================*/
.hero-slider {
	position: relative;
}
.single-hs-item {
	padding: 120px 0;
	height: auto;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.single-hs-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.8;
}
.item-bg1 {
	background-image: url(../img/bg3.jpg);
}
.item-bg2 {
	background-image: url(../img/bg1.jpg);
}
.item-bg3 {
	background-image: url(../img/bg2.jpg);
}
.hero-text {
	padding: 0 15px;
	text-align: center;
	/*max-width: 1140px;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.hero-text h1 {
	color: #fff;
	font-size: 50px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
}
.hero-text p {
	color: #fff;
	font-size: 17px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 35px;
}
.hero-slider .owl-item.active h1 {
	-webkit-animation: 1s 0.3s fadeInDown both;
	animation: 1s 0.3s fadeInDown both;
}
.hero-slider .owl-item.active p {
	-webkit-animation: 1s 0.3s fadeInUp both;
	animation: 1s 0.3s fadeInUp both;
}
.hero-slider .owl-item.active .slider-btn {
	-webkit-animation: 1s 0.3s fadeInUp both;
	animation: 1s 0.3s fadeInUp both;
}
.owl-carousel .owl-nav button.owl-prev {
	background-color: #00b6dc !important;
	position: absolute;
	left: 0;
	top: 50%;
	color: #fff !important;
	font-size: 30px !important;
	margin: -40px 0 0;
	border-radius: 0;
	height: 50px;
	width: 50px;
}
.owl-carousel .owl-nav button.owl-next {
	background-color: #00b6dc !important;
	position: absolute !important;
	right: 0;
	top: 50%;
	color: #fff !important;
	font-size: 30px !important;
	margin: -40px 0 0;
	border-radius: 0;
	height: 50px;
	width: 50px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 11px;
	height: 20px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #ff3547;
}

@media only screen and (max-width: 600px) {
	.single-hs-item {
		height: 550px;
	}
	.hero-text h1 {
		font-size: 30px;
	}
	.hero-text p {
		font-size: 15px;
		margin-bottom: 25px;
	}
	.owl-carousel .owl-nav button.owl-next {
		top: auto;
		margin: 0;
		bottom: 0px;
	}
	.owl-carousel .owl-nav button.owl-prev {
		top: auto;
		margin: 0;
		bottom: 0px;
	}
	.owl-dots {
		bottom: 10px;
		left: 50px;
		right: 50px;
	}
}

.about-us{
	padding: 80px 0;
}
.about-inner{
	box-shadow: 0px 0px 35px 0px rgb(20 33 43 / 10%);
    border-radius: 10px;
    padding: 80px 20px;
    background: #fff;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.about-us .about-inner .shape-ab{
	position: absolute;
    right: -150px;
    bottom: -180px;
    width: 330px;
    height: 330px;
    background: #00b6dc;
    border-radius: 40px;
    transform: rotate(20deg);
}
.about-us .about-inner .shape-ab:before{
	position: absolute;
    left: -30px;
    top: 30px;
    width: 100%;
    height: 100%;
    border: 1px solid #14212b;
    content: "";
    border-radius: 40px;
}
.about-us .about-inner .about-img{
	position: relative;
    z-index: 1;
    text-align: center;
    max-width: 570px;
    border-radius: 6px;
}
.about-inner .about-img img{
	width: 100%;
    border-radius: 6px;
}
.about-us .about-text{
	padding-left: 40px;
}
.about-us .about-text h4{
	font-size: 21px;
    color: #00b6dc;
    font-weight: 600;
}
.about-us .about-text h2{
	font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    margin: 30px 0;
}
.about-us .about-text p{
	font-size: 18px;
	color: #687693;
    line-height: 1.8em;
    margin-bottom: 25px;
}
.about-us .about-text .text-sub-wrap{
	margin-bottom: 30px;
}
.about-us .about-text .text-sub-wrap .text-sub-item {
    display: flex;
    align-items: center;
}
.about-us .about-text .text-sub-wrap .text-sub-item i{
	margin-right: 20px;
	font-size: 45px;
	color: #00b6dc;
}
.about-us .about-text .text-sub-wrap .text-sub-item h5{
	font-size: 22px;
	line-height: 30px;
    color: #14212b;
    margin-bottom: 0;
    font-weight: 600;
}
.section-heading{
	margin-bottom: 75px;
    text-align: center;
}
.section-heading span{
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #00b6dc;
}
.section-heading h2{
	font-size: 55px;
    line-height: 70px;
    margin: 0;
    margin-top: 15px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 10px;
    color: #14212b;
}
.services{
	padding-bottom: 80px;
}
 .services .service-item:hover {
    background: #14212b;
    color: #ffffff;
}
.services .service-item{
	padding: 50px;
    box-shadow: 0px 0px 20px 0px rgb(20 33 43 / 10%);
    transition: all 0.3s;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.service-item .service-text .service-icon {
	width: 120px;
    height: 120px;
    line-height: 120px;
    background: #f5f5f5;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
    margin-right: 50px;
    margin-top: 45px;
}
.service-item .service-text .service-icon img{
	width: 70px;
}
.service-item .service-text .service-content{
	overflow: hidden;
}
.service-text .service-content h2{
	color: #0a272c;
	font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.service-text .service-content p{
	color: #6e6e6e;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 400;
}
.services .service-item:hover .service-text .service-content h2{
    color: #fff;
}
.services .service-item:hover .service-text .service-content p{
	color: #fff;
}
.services .service-item .shape-1{
    position: absolute;
    left: 0;
    top: 0;
}
.services .service-item .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.latest-jobs{
	padding:70px 0;
	background: #eee;
	margin-bottom: 80px;
}
.nav-tabs{
	border-bottom: none !important;
}
.nav-tab-link.active{
	background: #00b6dc !important;
	border-color: #00b6dc !important;
	color: #ffffff !important;
}
.nav-tab-link{
	padding: 10px 20px 11px 20px;
    background: #fff !important;
    border-radius: 23px !important;
    margin: 10px;
    border: 1px solid #dee2ea !important;
}
.latest-jobs-item{
	border-radius: 3px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid #eaeef9;*/
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.latest-jobs-item .latest-jobs-body{
	padding: 1.5rem 1.5rem
}
.latest-jobs-body+.latest-jobs-body {
    border-top: 1px solid #e8ebf3;
}
.latest-jobs-item .latest-jobs-body h4{
	color: #14212b;
	margin-bottom: 8px;
	font-size: 1.125rem;
	font-weight: 600 !important;
}
.latest-jobs-item .latest-jobs-body p{
	color: #838a9c;
    font-size: 13px;
    margin-bottom: 0;
}
.latest-jobs-body .opening{
	color: #343a40 !important;
	font-weight: 600 !important;
	font-size: 14px;
}
.latest-jobs-body .time{
	color: #343a40 !important;
	font-weight: 600 !important;
	font-size: 14px;
}
.latest-jobs-body .location{
	color: #343a40 !important;
	font-weight: 600 !important;
	font-size: 14px;
}
.job-list-btn{
	font-size: 13px;
	padding: 9px 23px;
	text-transform: capitalize;
}
.power-ribbon{
	width: 56px;
    height: 56px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    top: -6px;
    left: -9px;

}
.power-ribbon span {
    right: -5px;
    top: 1px;
    transform: rotate(-45deg);
    position: absolute;
    display: block;
    width: 82px;
    padding: 8px 0;
    color: #fff;
    font: 500 16px/1 Lato, sans-serif;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: capitalize;
    text-align: center;
    background: #00b6dc;
}
.power-ribbon span i {
    transform: rotate(45deg);
    padding-top: 2px;
    padding-left: 7px;
}
.blog{
	/*padding-bottom: 40px;*/
}
.blog .blog-item{
	position: relative;
    overflow: hidden;
    transition: all 0.3s; 
    margin-bottom: 50px;
}
.blog .blog-item:hover{
	overflow: unset;
}
.blog .blog-item .blog-img{
	position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.blog .blog-item .blog-img:before{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(20, 33, 43, 0.98) 20%, rgba(20, 33, 43, 0) 50%);
    transform: rotate(-180deg);
    z-index: 1;
    transition: all 0.3s;
    border-radius: 8px;
}
.blog-item .blog-img img {
    transform: scale(1);
    transition: all 0.3s;
    border-radius: 8px;
}
.blog-item:hover .blog-img img {
    transform: scale(1.2);
}
.blog-item .blog-content {
    padding: 20px;
    padding-bottom: 0;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    z-index: 11;
    bottom: -60px;
}
.blog-item:hover .blog-content {
    bottom: -30px;
}
.blog-item .blog-content ul {
    list-style: none;
    display: flex;
}
.blog-item .blog-content ul li {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.blog-item .blog-content ul li a {
    color: #00b6dc;
}
.blog-item .blog-content h2 a {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 30px
    font-weight: 600;
}
.blog-item .blog-content ul li + li:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "-";
}
.blog-item .blog-content ul li + li {
    padding-left: 25px;
    position: relative;
}
.blog-item .blog-content .arrow-btn {
    display: block;
    width: 60px;
    height: 60px;
    background: #00b6dc;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    color: #fff;
}
.partners{
	margin: 70px 0	;
}
.partners .partners-item{
	position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 35px 0px rgb(201 199 205 / 35%);
    padding: 10px;
}
.newsletter-one {
    position: relative;
    display: block;
    z-index: 3;
    margin-bottom: -68px;
}
.newsletter-one__inner {
    position: relative;
    display: flex;
    background-color:#00b6dc;
    padding-top: 36px;
    padding-bottom: 24px;
    padding-left: 53px;
    padding-right: 53px;
    align-items: center;
    justify-content: space-between;
}
.newsletter-one__left {
    position: relative;
    display: flex;
    align-items: center;
}
.newsletter-one__title h4 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
.newsletter-one__title p {
    font-size: 15px;
    color: #fefefe;
}
.newsletter-one__email-box {
    position: relative;
    display: block;
    margin-left: 53px;
}
.newsletter-one__form-input-box input[type="email"] {
    width: 100%;
    background-color: #00b6dc;
    outline: none;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding-left: 25px;
    padding-right: 100px;
    height: 74px;
    opacity: .40;
}
.newsletter-one__newsletter-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    bottom: 8px;
    width: 54px;
    height: 59px;
    background-color: #ffffff;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.newsletter-btn{
	border: 2px solid #ffffff;
	color: #ffffff;
	padding: 17px 60px 16px;
}
.newsletter-btn:hover{
	background-color: #ffffff !important;
}
.footer-section{
	position: relative;
    display: block;
    background-color: #080e19;
    z-index: 1;
    padding-top: 173px;
}
.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: overlay;
    z-index: -1;
}
.footer-about{
	position: relative;
    display: block;
    margin-top: 5px;
}
.footer-logo{
	position: relative;
    display: flex;
    align-items: center;
}
.footer-about-content{
	font-size: 16px;
    color: #ffffff;
    line-height: 31px;
    margin-top: 20px;
}
.footer-latest-post{
	position: relative;
    display: block;
    margin-right: 44px;
    margin-left: -26px;
}
.footer-title{
	font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.footer-list-blog{
	position: relative;
    display: block;
    margin-top: -2px;
}
.footer-list-blog li{
	border-bottom: 1px solid #45526b;
    margin-top: 15px;
}
.footer-list-blog li span{
	font-size: 14px;
    color: #888888;
}
.footer-list-blog li p{
	font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 30px;
    margin-bottom: 23px;
    margin-top: -4px;
}
.footer-list-blog li p a{
	color: #ffffff;
	transition: all 500ms ease;
}
.footer-list-blog li p a:hover{
	color: #00b6dc;
}
.footer-list-services li{
	margin: 10px 0;
}
.footer-list-services li a{
	font-size: 16px;
	color: #959595;
	transition: all 500ms ease;
}
.footer-list-services li a:hover{
	color: #fffff;
}
.footer-list-contact li{
	position: relative;
    display: flex;
}
.footer-list-contact li .icon{
	width:20px;
    margin-right: 15px;
    color: #f6f6f7;
    transition: all 500ms ease;
}
.footer-list-contact li .location{
	width: 27px;
}
.footer-list-contact li .text p {
    font-size: 16px;
    color: #959595;
}
.footer-list-contact li .text p a{
    color: #959595;
    transition: all 500ms ease;
}
.footer-list-contact li .text p a:hover{
	color: #ffffff;
}
.footer-bottom{
	position: relative;
    display: block;
    background-color: #0d1729;
    padding-top: 36px;
    padding-bottom: 32px;
}
.footer-bottom-inner{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom-text p{
	color: #ffffff;
	opacity: 0.8;
	margin-bottom: 0;
}
.footer-bottom-social-icon{
	display: flex;
    align-items: center;
    justify-content: center;
}
.footer-bottom-social-icon li{
	position: relative;
    display: flex;
    align-items: center;
}
.footer-bottom-social-icon li a{
	width: 40px;
    height: 40px;
    background-color: #2d3951;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    margin: 0 5px;
    transition: all 500ms ease;
    text-align: end;
}
.footer-bottom-social-icon li a:hover{
	background: #00b6dc;
}

.breadcrumb{
	background: url(../../assets/img/breadcrumb.jpg);
	position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    z-index: 10;
}
.breadcrumb:before{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.70) none repeat scroll 0 0;
    content: "";
    z-index: -1;
}
.breadcrumb .title{
	position: relative;
    display: block;
    margin: 0 0 9px;
}
.breadcrumb .title h2{
	color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    text-transform: capitalize;
}
.bread-menu ul{
	position: relative;
    display: block;
    overflow: hidden;
}
.bread-menu ul li{
	position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 3px;
    text-transform: capitalize;
}
.bread-menu ul li.active{
	color: #0098ff;
}
.bread-menu ul li a{
	color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.why-choose-us{
	padding: 70px 0;
}
.why-choose-us .features{
	overflow: hidden;
}
.why-choose-us .why-choose-us-item{
	background-color: #f0f3fa !important;
	position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
}
.why-choose-us .why-choose-us-item .why-choose-us-body{
	padding: 1.5rem 1.5rem;
}
.why-choose-us-item .why-choose-us-body h3{
	font-size: 18px;
	font-weight: 700 !important;
	color: #343a40;
}
.why-choose-us-item .why-choose-us-body p{
	margin-bottom: 0;
	font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
}
.contact-us {
	padding-top: 80px;
}
.contact-info{
	padding-bottom: 50px;
}
.contact-us .contact-item{
	text-align: center;
    box-shadow: 0px 5px 15px 0px rgb(62 65 159 / 10%);
    padding: 40px;
}
.contact-us .contact-item .contact-icon{
	width: 85px;
    height: 85px;
    background: #00b6dc;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
}
.contact-us .contact-item .contact-icon img{
	width: 35px;
}
.contact-us .contact-item .contact-text h2{
	font-size: 30px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #14212b;
}
.contact-us .contact-item .contact-text p{
	margin-bottom: 0;
	font-size: 16px;
    color: #687693;
    line-height: 1.8em;
}
.contact-form{
	padding: 50px;
    background: #fff;
    box-shadow: 0px 1px 15px 0px rgb(62 65 159 / 10%);
    padding-bottom: 0;
    margin-bottom: -125px;
    position: relative;
    z-index: 99;
}
.contact-us form{
	margin: 0 -15px;
    overflow: hidden;
}
.contact-us form input{
	background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none !important;
    padding-left: 25px;
    border: 1px solid #ebebeb;
}
.contact-us form select{
	display: inline-block;
	width: 100%;
    height: 50px;
    color: #a9a9a9;
    cursor: pointer;
    border-radius: 0px;
    opacity: 1;
    padding: 6px 25px;
    font-size: 15px;
    font-size: 1rem;
    appearance: none;
    position: relative;
    box-shadow: none !important;
}
.contact-us form textarea{
	height: 180px;
    padding-top: 15px;
    background: transparent;
    width: 100%;
    border-radius: 0px;
    box-shadow: none !important;
    padding-left: 25px;
    border: 1px solid #ebebeb;
}
.job-list{
    padding: 80px 0;
}
.job-list-search{
    padding: 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.job-list-search .form-control{
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.7;
    height: 38px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaeef9;
    border-radius: unset;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #acacac;
    opacity: 1;
    box-shadow: none;
}
.job-list-search .input-group button {
    border-radius: unset;
    background: #00b6dc;
    color: #ffffff;
}
.job-list-categories{
    margin-top: 40px;
    padding: 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.job-list-categories h4{
    font-size: 20px;
    font-weight: 500;
}
.form-check-input {
    box-shadow: none !important;
}
.form-check-input{
  box-shadow: none !important;
}
.form-check-input:checked {
    background-color: #0098ff;
    border-color: #0098ff;
}
.job-list-categories .form-check-label{
    font-size: 14px;
    color: #838a9c !important;
}
.job-list-share{
    padding: 30px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-top: 40px;
}
.job-list-share-icon{
    text-align: center;
}
.job-list-share-icon a{
    width: 2.5em;
    height: 2.5em;
    line-height: 2.6em;
    border-radius: 50%;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    background: #00b6dc;
    color: #ffffff;
    margin: 0px 4px;
    transition: all 300ms ease-in-out;
}
.job-list-share-icon a:hover{
    background: #979b9b;
}
.job-list-share h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.job-detail-page{
    padding: 80px 0;
}
.job-detail{
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 30px;
}
.job-detail-content h4{
    font-size: 20px;
    font-weight: 500;
}
.job-detail-content-list{
    display: block;
}
.job-detail-content-list li{
    display: inline-block;
    padding-right: 15px;
    font-size: 14px;
}
.job-detail-content-list li i{
    color: #00b6dc;
}
.job-detail-content-icon{
    display: block;
}
.job-detail-content-icon li{
    display: inline-block;
}
.job-detail-content-icon li i{
    color: #FFD700;
}
.job-detail-btn{
    padding: 15px 20px;
border-radius: 5px;
width: 50%;
margin-left: 29%;
margin-block: 5%;
font-size: 28px;
}
.job-detail-content {
  margin-top: 10%;
}
.job-description{
    margin-top: 40px;
    border-top: 1px solid #e8ebf3 !important;
}
.job-description h4{
    margin-top: 20px;
    font-size: 18px;
}
.job-description p{
    font-size: 14px;
    text-align: justify;
}
.w-150{
    width: 150;
}
.job-description table td{
    padding: 0.5rem 0.5rem;
}
.modal-btn:hover{
    background: #00b6dc;
}
.service-page{
    padding: 80px;
}
.service-page .service-sidebar .single-sidebar{
    padding: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    position: relative;
}
.service-sidebar .single-sidebar .service-page-sidebar-list {
    border-left: 2px solid #00b6dc;
}
.service-sidebar .single-sidebar .service-page-sidebar-list li{
    border-bottom: 1px solid #ffffff;
}
.service-sidebar .single-sidebar .service-page-sidebar-list li:last-child{
    border-bottom: none;
}
.service-sidebar .single-sidebar .service-page-sidebar-list li a{
    /*background: #f7f7f7 none repeat scroll 0 0;*/
    color: #222222;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 23px 15px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: 1;
    transition: all 500ms ease;
    transition-delay: 0.15s;
}
.service-sidebar .single-sidebar .service-page-sidebar-list li a:hover:before, .service-sidebar .single-sidebar .service-page-sidebar-list li a.active:before {
    width: 100%;
}
.service-sidebar .single-sidebar .service-page-sidebar-list li a:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    content: "";
    background: #00b6dc;
    z-index: -1;
    transition: all 500ms ease;
    transition-delay: 0.15s;
}
.service-sidebar .single-sidebar .service-page-sidebar-list li a:hover, .service-sidebar .single-sidebar .service-page-sidebar-list li a.active{
    color: #ffffff !important;
}
.service-sidebar .single-sidebar .service-page-sidebar-list li a i{
    float: right;
    /*color: #848484;*/
    font-size: 16px;
    margin: 5px 0;
    transition: all 500ms ease;
    transition-delay: 0.10s;
}
.service-main-content{
    padding: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    position: relative;
}
.service-page .service-top-content {
    overflow: hidden;
    margin-bottom: 12px;
}
.service-page .service-top-content .text-holder {
    margin-right: -25px;
}
.service-page .service-top-content .text-holder h4{
    font-size: 20px;
    font-family: 500;
}
.service-page .service-top-content .text-holder p{
    font-size: 14px;
}
.service-page .service-top-content .text-holder ul {
    overflow: hidden;
    margin-top: 25px;
}
.service-page .service-top-content .text-holder ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}
.service-page .service-top-content .text-holder ul li:before {
    content: "\f046";
    font-family: FontAwesome;
    color: #00b6dc;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}
.service-page .bottom-content .single-item{
    margin-bottom: 50px;
    padding-left: 80px;
    position: relative;
    overflow: hidden;
    min-height: 80px;
}
.service-page .bottom-content .single-item .icon-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border: 2px solid #f4f4f4;
    border-radius: 50%;
    display: block;
    text-align: center;
    transition: all 500ms ease;
    background: transparent;
}
.service-page .bottom-content .single-item .icon-holder i:before{
    color: #00b6dc;
    font-size: 35px;
    display: block;
    padding: 20px 0;
    transition: all 500ms ease;
} 
.service-page .bottom-content .single-item .text-holder{
    padding-left: 20px;
}
.service-page .bottom-content .single-item .text-holder h3{
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 7px;
}
.service-page .bottom-content .single-item .text-holder p{
    font-size: 13px;
}
.service-page .bottom-content .single-item:hover .icon-holder {
    background: #00b6dc;
    border-color: #00b6dc;
}
.service-page .bottom-content .single-item:hover .icon-holder i:before {
    color: #fff;
}
.single-sidebar form h2{
    font-size: 22px;
}
.single-sidebar .form-control{
    display: block;
    width: 100%;
    line-height: 24px;
    height: 55px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    padding: 12px 15px;
    background: #f7f7f7;
    border-radius: 0px;
    transition: all 500ms ease;
}
.team-page{
    padding: 80px 0;
}
.team-page .single-team-member{
    margin-bottom: 30px;
    display: block;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 10px;
}
.team-page .single-team-member .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.team-page .single-team-member .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;
}
.team-page .single-team-member:hover .img-holder img {
    -webkit-transform: scale(1.3);
     transform: scale(1.3);
     width: 100%;
     transition: all 0.7s ease;
}
.overlay-style-two {
    background-color: rgba(43, 44, 54, 0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    border: 3px solid #00b6dc;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.team-page .single-team-member:hover .img-holder .overlay-style-two {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.overlay-style-two .box {
    display: table;
    height: 100%;
    width: 100%;
}
.overlay-style-two .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.team-page .single-team-member .img-holder .overlay-style-two .box .content ul li {
    display: inline-block;
}
.team-page .single-team-member .img-holder .overlay-style-two .box .content ul li a {
    margin: 0 3px;
}
.team-page .single-team-member .img-holder .overlay-style-two .box .content ul li a i {
    background: transparent;
    border: 1px solid #696a72;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    transition: all 500ms ease 0s;
    width: 40px;
}
.team-page .single-team-member .img-holder .overlay-style-two .box .content ul li a i:hover{
    background: #00b6dc;
}
.team-page .single-team-member .text-holder {
    padding-bottom: 16px;
}
.team-page .single-team-member .text-holder h3{
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 20px 0 2px;
}
.team-page .single-team-member .text-holder span {
    color: #00b6dc;
    font-size: 13px;
    font-weight: 500;
}
.team-page .single-team-member .text-holder p {
    margin: 10px 0 0;
    font-size: 14px;
}
.blog-page{
    padding: 60px 0;
}
.blog-box{
    position: relative;
    transition: .5s ease-in-out;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #f4f4f4;
}
.blog-box-content{
    position: relative;
    padding: 25px 0px 0px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 30px;
}
.blog-box-content h5{
    text-transform: uppercase;
    color: #48c7ec;
    font-size: 14px;
    margin-bottom: 15px;
}
.blog-box-content h4{
    color: #222;
    font-weight: 400;
    margin-bottom: 10px;
}
.blog-box-content .post-meta{
    color: #848484;
    font-size: 16px;
    margin-bottom: 15px;
}
.blog-box-content .text p{
    font-size: 14px;
    color: #848484;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 20px;
}
.blog-sidebar{
    position: relative;
    padding: 30px 0;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.blog-sidebar .inner-title {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.blog-sidebar .inner-title h4 {
    position: relative;
    font-size: 22px;
    color: #222;
}
.blog-sidebar .blog-sidebar-category{
    padding: 10px 30px;
}
.blog-sidebar .blog-sidebar-category ul{
    margin-top: 22px;
    margin-bottom: 10px;
    /*padding: 20px 30px;*/
    /*background: #f7f7f7;*/
}
.blog-sidebar .blog-sidebar-category ul li{
    border-bottom: 1px solid #eaeaea;
    margin: 0;
}
.blog-sidebar .blog-sidebar-category ul li{
    font-weight: normal;
    color: #848484;
    position: relative;
    width: 100%;
    transition: .5s ease;
    line-height: 40px;
    display: block;
}
.blog-sidebar .blog-sidebar-category ul li a{
    font-weight: normal;
    color: #848484;
    position: relative;
    width: 100%;
    transition: .5s ease;
    line-height: 40px;
    display: block;
}
.popular-news{
    padding: 0px 30px;
}
.popular-news .inner-title{
    position: relative;
    margin-bottom: 20px;
    /*margin-top: 45px*/
}
.popular-news .inner-title h4{
    position: relative;
    font-size: 22px;
    color: #222;
}
.popular-post{
    position: relative;
}
.popular-post .item{
    position: relative;
    font-size: 14px;
    margin-bottom: 13px;
    min-height: 50px;
    padding: 0px 0px 20px 105px;
    color: #cccccc;
    border-bottom: 1px solid #f1f1f1;
}
.popular-post .item .post-thumb {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 90px;
    height: 90px;
}
.popular-post .item h4 {
    position: relative;
    top: 8px;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 17px;
    line-height: 20px;
    color: #333;
}
.popular-post .item h4 a {
    color: #333;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.popular-post .item .post-info {
    color: #848484;
    font-size: 13px;
}
.blog-detail-page{
    padding: 80px 0;
}
.technology-partner{
    padding: 70px 0;
    position: relative;
}
.technology-partner .technology-item{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    /*padding: 30px;*/
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.technology-partner .technology-item .technology-img{
    position: relative;
    padding: 30px;
}
.technology-partner .technology-item .technology-img:before{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 0;
    background: #00b6dc;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    transform: rotate(-10deg) scale(1.2);
}
.technology-partner .technology-item .technology-content{
    position: absolute;
    width: 100%;
    transition: .6s;
    z-index: 9;
    bottom: 6px;
    opacity: 0;
    visibility: hidden;
}
.technology-partner .technology-item .technology-content h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #ffffff;
    padding: 0 35px;
}
.technology-partner .technology-item:hover .technology-content{
    bottom: 24px;
    opacity: 1;
    visibility: visible;
}
.technology-partner .technology-item:hover .technology-img:before {
    opacity: 1;
    visibility: visible;
    height: 170px;
}
.career-top{
    padding: 5px 0;
    background-image: url(../../assets/img/carrer-top-bg.png);
    background-size: cover;
    background-position: center;
    margin: 50px 0;

}
.career-top .career-addon-number .number-part .number-image {
    background: #0a0a0a;
    padding: 50px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 140px;
}
.career-addon-number .number-part .number-image img{
    width: 60px;
    display: block;
}
.career-addon-number .number-part .number-text {
    position: relative;
    text-align: center;
}
.career-addon-number .number-part .number-text .number-area {
    position: relative;
    transition: all .3s ease 0s;
    text-align: center;
    width: 50px;
    height: 50px;
    left: -50px;
    top: -36px;
    margin: -13px 0px 0px 0px;
    display: inline-block;
    border-radius: 50px 50px 50px 50px;
    background: #c0c5c4;
}
.number-text .number-area .number-prefix {
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
    color: #ffffff;
}
.number-part .number-text .number-title .title {
    color: #ffffff;
    font-size: 20px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 10px;
}
.number-part .number-text .number-txt {
    margin: 0 17px 0 17px;
    color: #ffffff;
    font-size: 15px;
}
.career-page{
  padding-bottom: 80px;
}
.career-title h2{
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}
.career-page .php-email-cfform {
    box-shadow: 0 0 30px rgb(214 215 216 / 60%);
    padding: 30px;
    margin-bottom: 30px;
}
.career-btn{
  width: 100%;
  background:transparent;
  color: #6fb935;
  border: 2px solid #6fb935;
}
.php-email-cfform input:focus, .php-email-cfform textarea:focus, .php-email-cfform select:focus{
  box-shadow: none;
}
.php-email-cfform input:focus, .php-email-cfform input:hover{
  border: 2px solid #00b6dc;
}
.php-email-cfform textarea:focus, .php-email-cfform textarea:hover{
  border: 2px solid #00b6dc;
}
.php-email-cfform select:focus, .php-email-cfform select:hover{
  border: 2px solid #00b6dc;
}
.faq{
    padding:80px 0;
}
.faq .accordion-item{
    border: none;
    margin: 20px 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    background-color: #ffffff;
    box-shadow: none;
    color: #212529;
}
.accordion-header{
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.accordion-body{
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.accordion-button:focus{
    box-shadow: none;
}