
@import 'bootstrap.min.css';
@import 'animate.css';
@import 'magnific-popup.css';
@import 'owl.carousel.min.css';
@import 'slicknav.min.css';
@import 'nice-select.css';
@import 'font-awesome.min.css';
@import 'themify-icons.css';
@import 'icomoon.css';


@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&family=Open+Sans:wght@300;400;600;700;800&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Barlow:300,400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Muli:wght@300;400;500;600;700;800;900&display=swap'); */


:root {
    --body-color: #4F4F6F; /*#28395a*/
    --color-primary: #F29725;
	--color-primary-light: #ffce0f;	
    --light-gray: #f6f6f6;
    --orange-gradient: linear-gradient(to right, #E38003, #F29725);
    --dark-gradient: linear-gradient(to right, #3E3D3B, #2C2B2A);
    --body-font: 'Open Sans', sans-serif;
    --head-font: 'Montserrat', sans-serif;
    --light-gray: #e6e6e6;
	--gray: #7d7d7d;
	--dark-gray: #464646; /* #504F4D */
	--dark-blue: #28395a;
	--head-content: #7D7D7D;
	--bg-light-blue: #F9FAFB;
	--bg-light-orange: #FEF4E9;
	--shadow-dark: 0 .5rem 1rem .25rem rgba(12, 35, 66, .1);
	--hc-orange: #f29725;
    --hc-orange-hover: #e77f00;
    --hc-gray: #4F4F6F;
    --hc-gray-hover: #37374d;
    --hc-green: #23a127;
    --hc-green-hover: #1c801f;
    --hc-red: #ff291d;
    --hc-red-hover: #cc2017;
    --hc-dark: #504F4D;
    --hc-dark-hover: #201f1e;
    --hc-blue: #127ba3;
    --hc-blue-hover: #0c5672;
    --hc-white: #ffffff;
    --hc-white-hover: #f1f1f1;
}

html,
body {
	height: 100%;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* Preloder */
.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #F29725;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s
}

.preloader .preloader-img img {
    max-width: 70px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }
}


.ftco-section {
    position: relative;
}
.ftco-animate {
	opacity: 0;
	visibility: hidden; 
}
.ftco-animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#scrollUp {
    background: var(--gray);
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
}

@media only screen and (max-width: 575.98px){
    #scrollUp {
        height: 85px;
        width: 85px;
        right: -40px;
        bottom: -40px;
        padding: 10px 0 0 15px;
        display: unset;
        text-align: left;
        justify-content: unset;
        align-items: unset;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--dark-gray);
	font-weight: 600;
	font-family: var(--head-font);
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
}

h6 {
	font-size: 1rem;
}

p {
	font-size: 1rem;
	font-family: var(--body-font);
	font-weight: 400;
	margin-bottom: 1.25rem;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	/* color: #ffffff; */
}

ul,
ol {
	padding: 0;
	margin: 0;
}

h-100{
	height: 100%;
}
.border-orange{
    border-bottom: 4px solid var(--color-primary);
    display: inline-block;
}
.hc-sect-head{
    color: var(--body-color);
    margin-bottom: 1.25rem;
}
.hc-sect-para{
    color: var(--gray);
    font-size: 1.25rem;
}
.hc-sect-org{
    color: var(--color-primary);
    font-weight: 600;
}
@media only screen and (max-width: 575.98px){
    .hc-sect-head{
        font-size: 1.625rem;
    }
}
/*---------------------
  Helper CSS
-----------------------*/
.nav-inner-menu {
    background-color: #ECF5F6;
}

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

.section-title h2 {
	color: #1c1c1c;
	font-weight: 700;
	position: relative;
}

.section-title h2:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	right: 0;
	height: 4px;
	width: 80px;
	background: var(--color-primary);
	content: "";
	margin: 0 auto;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* margins */
.mt-10 {
    margin-top: 10px
}
.mb-30 {
    margin-bottom: 30px
}
.mt-30 {
    margin-top: 30px
}

/* buttons */
.primary-btn {
	display: inline-block;
	font-size: 14px;
	padding: 10px 28px 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	background: var(--color-primary);
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 30px 12px;
	background: var(--color-primary);
	border: none;
}

.slider-area{
    position: relative;
}
.pricing-slider{
    background: linear-gradient(to right bottom, rgba(242, 151, 37, 0.8), rgba(242, 151, 37, 0.8)), url('../img/pricing/pricing_banner.jpg');
    background-position: center center;
    background-size: cover;
}
.hero-cap{
    padding-top: 5rem;
    padding-bottom: 10rem;
}
.hero-cap h2{
    margin-bottom: 1.25rem;
}
.hero-cap-2 h3{
    color: var(--white);
    font-size: 2.25rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.hero-cap p, .hero-cap-2 p{
    font-size: 1.25rem;
}
.hero-cap-2 {
    padding-top: 5rem;
    padding-bottom: 7rem;
}

/*---------------------
  Hero Image Area
-----------------------*/
.hero-image{
    position: relative;
    height: 75vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.home_hero-slider{
    background-image: url(../img/banner/home_slider-1.jpg);
}
.about_hero-slider{
    background-image: url(../img/banner/about_slider-1.jpg);
}
.indus_hero-slider{
    background-image: url(../img/banner/industries_slider-1.jpg);
}
.emp_hero-slider{
    background-image: url(../img/banner/employees_slider-1.jpg);
}
.sol_hero-slider{
    background-image: url(../img/banner/solutions_slider-1.jpg);
}
.pri_hero-slider{
    background-image: url(../img/banner/contactus_slider-1.jpg);
}
.ellipse-clip{
    position: absolute;
    left: 0;
    bottom: 0;
}
.hero-image picture{
    display: block;
}
.hero-content{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.hero-content .hero-body .heading{
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1rem;
    letter-spacing: -.25px;
}
.for-employee{
    text-align: center;
}
.hero-content .hero-body.for-employee .heading{
    font-weight: 600;
    font-size: 3rem;
}
.for-employee .heading .hero-span{
    font-weight: 800;
    display: block;
    /* border-bottom: 5px solid var(--white); */
    font-size: 4.5rem;
}
.hero-content .hero-body .text{
    font-size: 1.5rem;
    color: var(--light-gray);
    margin-bottom: 0;
}
.hero-industry{
    text-align: center;
}
.hero-industry h2{
    color: var(--white);
    font-weight: 800;
    /* text-transform: uppercase; */
}
.hero-industry .head:nth-child(1){
    text-align: right;
}
.hero-industry .head:nth-child(3){
    text-align: left;
}

.hero-arrow span{
	position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    z-index: 2;
}
.hero-orange span{
    background-image: var(--orange-gradient);
}
.hero-gray span{
    background-image: var(--dark-gradient);
}
.hero-arrow span::before,
.hero-arrow span::after {
    position: absolute;
    top: 50%;
    content: "";
    height: 26px;
    width: 2px;
    border-radius: 2px;
    background: #fff;
}

.hero-arrow span::before {
    left: 30px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.hero-arrow span::after {
    right: 30px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 1599.98px){
    .hero-image{
        height: 70vh;
    }
    .hero-content .hero-body .heading{
        font-size: 3rem;
    }
    .hero-content .hero-body .text{
        font-size: 1.25rem;
    }
    .hero-industry h2{
        font-size: 2rem;
    }
}
@media only screen and (max-width: 1199.98px){
    .hero-image{
        height: 60vh;
    }
    .hero-content .hero-body .heading{
        font-size: 2.5rem;
    }
    .hero-arrow span {
        height: 70px;
        width: 70px;
        bottom: -.5rem;
    }
    .hero-arrow span::after {
        right: 25px;
    }
    .hero-arrow span::before {
        left: 25px;
    }
}
@media only screen and (max-width: 991.98px){ 
    .hero-content .hero-body .heading{
        font-size: 2rem;
    }
    .hero-industry h2 {
        font-size: 1.5rem;
    }    
    .hero-arrow span {
        bottom: -1rem;
    }
}
@media only screen and (max-width: 767.98px){
    .hero-image{
        height: 50vh;
    }
    .home_hero-slider{
        background-image: url(../img/banner/home_slider-mob-1.jpg);
    }
    .about_hero-slider{
        background-image: url(../img/banner/about_slider-mob-1.jpg);
    }
    .indus_hero-slider{
        background-image: url(../img/banner/industries_slider-mob-1.jpg);
    }
    .emp_hero-slider{
        background-image: url(../img/banner/employees_slider-mob-1.jpg);
    }
    .sol_hero-slider{
        background-image: url(../img/banner/solutions_slider-mob-1.jpg);
    }
    .pri_hero-slider{
        background-image: url(../img/banner/contactus_slider-mob-1.jpg);
    }
    .for-employee{
        text-align: left;
    }
    .hero-arrow span {
        bottom: -1.25rem;
    }
    .hero-industry{
        text-align: left;
    }
    .hero-content .hero-body.for-employee .heading,
    .hero-industry .head h2{
        text-align: left;
        font-size: 2rem;
    }
    .for-employee .heading .hero-span{
        font-size: 3.5rem;
    }
}
@media only screen and (max-width: 575.98px){
    .hero-arrow span {
        height: 60px;
        width: 60px;
        bottom: -1.25rem;
    }
    .hero-arrow span::before, .hero-arrow span::after {
        height: 22px
    }
    .hero-arrow span::before {
        left: 22px;
    }
    .hero-arrow span::after {
        right: 22px;
    }
    .for-employee .heading .hero-span{
        font-size: 2rem;
    }
    .col-mob{
        width: 85%;
    }
}

/*---------------------
  Button
-----------------------*/
.button-area {
    background: #fff
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee
}

.button-group-area .hc-btn {
    margin-right: 10px;
    margin-top: 10px
}

.button-group-area .hc-btn:last-child {
    margin-right: 0
}

.hc-btn {
	position: relative;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	border-radius: 0;
	padding: 0 2rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: .25px;
	outline: none;
	cursor: pointer;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
	z-index: 1;
	overflow: hidden;
	text-align: center;
}
.hc-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 102%;
    height: 102%;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0;
}
.hc-btn:hover::before {
    transform: scaleX(1);
    z-index: -1
}
.hc-btn:focus {
    outline: none
}
.hc-btn.small {
    line-height: 1.5rem
}

.hc-btn.radius {
    border-radius: .625rem;
}
.hc-btn.circle {
    border-radius: 2rem;
}
.hc-btn.e-large {
    padding: 0 3rem;
    line-height: 60px;
    font-size: 1.25rem;
}
.hc-btn.large {
    padding: 0 2.5rem;
    line-height: 50px;
    font-size: 1rem;
}
.hc-btn.medium {
    line-height: 30px;
    padding: 0 2rem;
}
.hc-btn.small {
    line-height: 25px;
    padding: 0 1.5rem;
}
.hc-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.hc-btn.arrow span {
    margin-left: 10px
}
.hc-btn.orange {
    color: var(--white) !important;
    background: var(--hc-orange);
}
.hc-btn.orange:hover{
    border-color: transparent;
}
.hc-btn.orange:hover::before{
    color: var(--white);
    background: var(--hc-orange-hover);
}
.hc-btn.orange-border {
    color: var(--hc-orange);
    border-color: var(--hc-orange);
    background: #fff
}
.hc-btn.orange-border:hover{
    border-color: transparent;
    color: var(--white);
}
.hc-btn.orange-border:hover::before{
    color: var(--white);
    background: var(--hc-orange);
}
.hc-btn.gray {
    color: var(--white);
    background: var(--hc-gray);
}
.hc-btn.gray:hover{
    border-color: transparent;
}
.hc-btn.gray:hover::before{
    color: var(--white);
    background: var(--hc-gray-hover);
}
.hc-btn.gray-border {
    color: var(--hc-gray);
    border-color: var(--hc-gray);
    background: #fff
}
.hc-btn.gray-border:hover{
    border-color: transparent;
    color: var(--white);
}
.hc-btn.gray-border:hover::before{
    color: var(--white);
    background: var(--hc-gray);
}
.hc-btn.green {
    color: var(--white);
    background: var(--hc-green);
}
.hc-btn.green:hover{
    border-color: transparent;
}
.hc-btn.green:hover::before{
    color: var(--white);
    background: var(--hc-green-hover);
}
.hc-btn.green-border {
    color: var(--hc-green);
    border-color: var(--hc-green);
    background: #fff
}
.hc-btn.green-border:hover{
    border-color: var(--hc-green);
    color: var(--white);
}
.hc-btn.green-border:hover::before{
    color: var(--white);
    background: var(--hc-green);
}
.hc-btn.red {
    color: var(--white);
    background: var(--hc-red);
}
.hc-btn.red:hover{
    border-color: transparent;
}
.hc-btn.red:hover::before{
    color: var(--white);
    background: var(--hc-red-hover);
}
.hc-btn.red-border {
    color: var(--hc-red);
    border-color: var(--hc-red);
    background: #fff
}
.hc-btn.red-border:hover{
    border-color: var(--hc-red);
    color: var(--white);
}
.hc-btn.red-border:hover::before{
    color: var(--white);
    background: var(--hc-red);
}
.hc-btn.dark {
    color: var(--white);
    background: var(--hc-dark);
}
.hc-btn.dark:hover{
    border-color: transparent;
}
.hc-btn.dark:hover::before{
    color: var(--white);
    background: var(--hc-dark-hover);
}
.hc-btn.dark-border {
    color: var(--hc-dark);
    border-color: var(--hc-dark);
    background: #fff
}
.hc-btn.dark-border:hover{
    border-color: var(--hc-dark);
    color: var(--white);
}
.hc-btn.dark-border:hover::before{
    color: var(--white);
    background: var(--hc-dark);
}
.hc-btn.blue {
    color: var(--white);
    background: var(--hc-blue);
}
.hc-btn.blue:hover{
    border-color: transparent;
}
.hc-btn.blue:hover::before{
    color: var(--white);
    background: var(--hc-blue-hover);
}
.hc-btn.blue-border {
    color: var(--hc-blue);
    border-color: var(--hc-blue);
    background: #fff
}
.hc-btn.blue-border:hover{
    border-color: var(--hc-blue);
    color: var(--white);
}
.hc-btn.blue-border:hover::before{
    color: var(--white);
    background: var(--hc-blue);
}
.hc-btn.white {
    color: var(--dark);
    background: var(--hc-white);
    box-shadow: var(--shadow-dark);
}
.hc-btn.white:hover{
    border-color: transparent;
}
.hc-btn.white:hover::before{
    color: var(--hc-dark);
    background: var(--hc-white-hover);
}
.hc-btn.white-border {
    color: var(--hc-white);
    border-color: var(--hc-white);
    background: #fff
}
.hc-btn.white-border:hover{
    border-color: var(--hc-white);
    color: var(--white);
}
.hc-btn.white-border:hover::before{
    color: var(--white);
    background: var(--hc-white);
}


/*---------------------
  Header
-----------------------*/
.sticky-top {
	position: fixed;
	top: 0;
	width: 100%;
	background: #ffffff;
	z-index: 90;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.header__top {
	background: var(--dark-gray);
}

.header__top__left {
	padding: 5px 0;
}

.header__top__left ul li {
	font-size: .875rem;
    color: var(--white);
    display: inline-block;
    margin-right: 2rem;
    position: relative;
}

.header__top__left ul li a{
	color: var(--white);
}

.header__top__left ul li:after {
	position: absolute;
    right: -1rem;
    top: 0px;
    height: 100%;
    width: 1px;
    background: var(--white);
    opacity: 0.25;
    content: "";
}

.header__top__left ul li:last-child {
	margin-right: 0;
}

.header__top__left ul li:last-child:after {
	display: none;
}

.header__top__left ul li i {
	color: var(--white);
	margin-right: 5px;
}

.header__top__right {
	text-align: right;
	padding: 5px 0;
}

.header__top__right__social {
	position: relative;
    display: inline-block;
}

/* .header__top__right__social:after {
	position: absolute;
	right: -20px;
	top: 1px;
	height: 20px;
	width: 1px;
	background: #000000;
	opacity: 0.1;
	content: "";
} */
.header__top__right__social a {
	/* font-size: 14px;
	display: inline-block;
	color: var(--white);
	margin-right: 20px; */
	font-size: 14px;
    display: inline-block;
    color: var(--body-color);
    margin-right: .75rem;
    background: #ECF5F6;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
}
.header__top__right__social a i{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.header__top__right__social a:nth-child(1):hover{
	background: #3b5998;
	color: var(--white);
}
.header__top__right__social a:nth-child(2):hover{
	background: #00acee;
	color: var(--white);
}
.header__top__right__social a:nth-child(3):hover{
	background: #0e76a8;
	color: var(--white);
}

.header__top__right__social a:last-child {
	margin-right: 0;
}
.header__top__right__social.mobile a {
    font-size: 16px;
    width: 2.5rem;
    height: 2.5rem;
}
.header__top__right__language {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	cursor: pointer;
}

.header__top__right__language:hover ul {
	top: 30px;
	opacity: 1;
	visibility: visible;
}

.header__top__right__language:after {
	position: absolute;
	right: -15px;
	top: 1px;
	height: 20px;
	width: 1px;
	background: var(--color-primary);
	opacity: 0.25;
	content: "";
}

.header__top__right__language img {
	margin-right: 6px;
}

.header__top__right__language div {
	font-size: 14px;
	color: var(--white);
	display: inline-block;
	margin-right: 4px;
}

.header__top__right__language span {
	font-size: 14px;
	color: var(--white);
	position: relative;
	top: 2px;
}

.header__top__right__language ul {
	background: #ffffff;
	width: 110px;
	text-align: left;
	padding: 5px 0;
	position: absolute;
	left: 0;
	top: 43px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.header__top__right__language ul li {
	list-style: none;
}

.header__top__right__language ul li a {
	font-size: 14px;
	color: #28395a;
	padding: 5px 10px;
	display: block;
}
.header__top__right__list{
	display: inline-block;
}
.header__top__right__list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.header__top__right__list ul li{	
    display: inline-block;
    margin-left: 0;
    position: relative;
    border-left: 1px solid var(--gray);
    padding-left: 1rem;
    padding-right: .5rem;
}

.header__top__right__list ul li a{
	font-size: .8rem;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 500;
	transition: color .25s ease-in;
}
.header__top__right__list ul li a:hover{
	color: var(--color-primary);
}
/*
.header__top__right__list ul li:after {
	position: absolute;
    right: -1rem;
    top: 0px;
    height: 100%;
    width: 1px;
    background: var(--white);
    opacity: 0.25;
    content: "";
} */

.header__top__right__auth {
	display: inline-block;
}

.header__top__right__auth a {
	display: block;
	font-size: 14px;
	color: #1c1c1c;
}

.header__top__right__auth a i {
	margin-right: 6px;
}

.header__logo {
	padding: 16px 0;
}

.header__logo a {
	display: inline-block;
}

.header__menu {
	padding: 0;
	text-align: right;	
}
.header__menu ul{
	display: inline-block;
}
.header__menu ul li {
	list-style: none;
	display: inline-block;
    padding: 0 .5rem;
    margin: 0 .5rem;
	position: relative;
}
.header__menu ul li.active::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid var(--color-primary);

}

.header__menu ul li .header__menu__dropdown {
	position: absolute;
	width: 200px;
	text-align: left;
	background: #fff;
	left: 0;
	top: 80px;
	visibility: hidden;
	opacity: 0;
	border-top: 2px solid #F29725;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	padding: 0px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 10;
}

.header__menu ul li .header__menu__dropdown li {
	margin: 0;
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #eff2f6;
}
.header__menu ul li .header__menu__dropdown li:last-child{
	border-bottom: none;
}
.header__menu ul li .header__menu__dropdown li:hover>a {
	color: #F29725;
}

.header__menu ul li .header__menu__dropdown li a {
	text-align: left;
	padding: 6px 10px;
	font-size: 16px;
	color: var(--dark-gray);
	font-weight: 500;
	text-transform: capitalize;
}

.header__menu ul li.active a {
	color: var(--color-primary);
}

.header__menu ul li:hover .header__menu__dropdown {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:hover>a {
	color: #F29725;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li a {
	font-size: .875rem;
	color: var(--dark-gray);
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	padding: 21px 0;
	display: inline-block;
}
.header__menu ul li a span{
	position: relative;
}
.header__menu ul li a i{
	margin-right: 6px;
}
.header__menu ul li a span::after{
	content: "\e64b";
    font-family: 'themify';
    font-size: 10px;
    color: #292626;
    transition: content .5s ease-in-out;
    padding-left: 6px;
}
.header__menu ul li:hover span::after{
	content: "\e648";
    color: #F29725;
}
.header__profile {
	text-align: right;
	padding: 0;
}

.header__profile ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.header__profile ul li {
	list-style: none;
	display: inline-block;
    margin-right: 15px;
    padding: 0;
}

.header__profile ul li:last-child {
	margin-right: 0;
}

.header__profile ul li a {
    position: relative;
    padding: 10px 0;
}

.header__profile ul li a i {
	font-size: 18px;
	color: #1c1c1c;
}

.header__profile ul li a span {
    height: 12px;
    width: 12px;
    background: var(--hc-green);
    font-size: 10px;
    color: #ffffff;
    line-height: 13px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 0;
}
.header__profile ul li a span::after{
    content: none;
}
.header__profile ul li:hover span::after{
    content: none;
}

.header__profile .header__profile__price {
	font-size: 14px;
	color: #6f6f6f;
	display: inline-block;
}

.header__profile .header__profile__price span {
	color: #252525;
	font-weight: 700;
}

.header__profile img {
    object-fit: cover;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #f29725;
} 
.header__menu.header__profile ul li .header__menu__dropdown{
    left: unset;
    right: 0;
}
.header__menu__inner{
    text-align: left;
}
.header__menu__inner ul li{
    padding: 0 .5rem;
}
.header__menu__inner ul li a{
    padding: 10px 0;
    text-align: left;
}
.header-btn{
	display: inline-block;
	margin-left: 2rem;
}
.humberger__menu__wrapper {
	display: none;
}

.humberger__open {
	display: none;
}

/*---------------------
  Button
-----------------------*/
.menu-btn {
    background: var(--color-primary);
    -moz-user-select: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    margin-bottom: 0;
    padding: 0.5rem 1.5rem;
    border-radius: 0px;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    vertical-align: middle;
}

.menu-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #d98721;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0;
}

.menu-btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1
} 

.head-btn2 {
    background: none;
    border: 1px solid var(--dark-gray);
    color: var(--dark);
    border-radius: 3rem;
}

.head-btn2:hover{
	border: 1px solid transparent;
}

.head-btn2::before {
    color: #fff !important;
    background: var(--dark-gray);
}

.head-btn2:hover {
    color: #fff
}

.head-btn1 {
    margin-right: 5px;
    border: 1px solid var(--color-primary);
    border-radius: 3rem;
}
.head-btn1:hover{
    color: var(--white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .head-btn1 {
        padding: 27px 27px
	}

	.head-btn2 {
        padding: 27px 34px
    }
}

.border-btn4 {
    border: 1px solid #fff;
    color: #fff
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.border-btn {
    border: 1px solid #fb246a;
    color: #fb246a;
    font: "Muli", sans-serif;
    background: none;
    -moz-user-select: none;
    padding: 27px 44px;
    margin: 0px;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    border-radius: 0px;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0
}

.border-btn::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 120%;
    height: 105%;
    background: #da2461;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0
}

.border-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent
}

.post-btn {
	border-radius: 3rem !important;
    padding: .75rem 3rem;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}
.post-btn:hover,
.post-btn:focus{
    color: var(--white);
}

.post-btn.btn-lg{
	font-size: 1.25rem;
	padding: 1rem 3rem;
	letter-spacing: 1px;
}

.border-btn2 {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    font: "Muli", sans-serif;
    background: none;
    -moz-user-select: none;
    padding: 1rem 3rem;
    margin: 0px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    border-radius: 2rem;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    margin: 0;
}

@media (max-width: 767.98px) {
    .border-btn2 {
        padding: 19px 30px;
    }
}
@media (max-width: 575.98px) {
    .post-btn.btn-lg{
        font-size: 1rem;
        padding: .75rem 2.5rem;
    }
}

.border-btn2::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: var(--color-primary);
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0px
}

.border-btn2:hover::before {
    transform: scaleY(1);
    border: 1px solid transparent
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
@media only screen and (max-width: 1199.98px){
    .container {
	    max-width: 100%;
	}
}
/* @media only screen and (max-width: 1449.98px) {
	.head-btn1 {
		font-size: .75rem;
	}
	.header-btn {
		margin-left: 1rem;
	}
	.head-btn2 {
		font-size: .75rem;
	}
} */
@media only screen and (max-width: 1399.98px) {
	.header__menu ul li {
        padding: 0 .5rem;
        margin: 0 .5rem;
	}
}
/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.hero__search__form {
		width: 490px;
	}
	.hero__categories__all {
		padding: 10px 25px 10px 20px;
	}
	.hero__categories ul {
		padding-left: 20px;
	}
}

/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 1199.98px) {
	.humberger__open {
		display: block;
		font-size: 22px;
		color: #1c1c1c;
		height: 35px;
		width: 35px;
		line-height: 33px;
		text-align: center;
		border: 1px solid #1c1c1c;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 13px;
	}
	.header .container {
		position: relative;
	}
	.humberger__menu__wrapper {
		width: 300px;
		background: #ffffff;
		position: fixed;
		left: -300px;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 99;
		padding: 30px;
		padding-top: 50px;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.humberger__menu__wrapper.show__humberger__menu__wrapper {
		opacity: 1;
		left: 0;
	}
	.humberger__menu__logo {
		margin-bottom: 30px;
	}
	.humberger__menu__logo a {
		display: inline-block;
	}
	.humberger__menu__contact {
		padding: 10px 0 13px;
	}
	.humberger__menu__contact ul li {
		font-size: 14px;
		color: #1c1c1c;
		position: relative;
		line-height: 30px;
		list-style: none;
	}
	.humberger__menu__contact ul li i {
		color: #252525;
		margin-right: 5px;
	}
	.humberger__menu__cart ul {
		display: inline-block;
		margin-right: 25px;
	}
	.humberger__menu__cart ul li {
		list-style: none;
		display: inline-block;
		margin-right: 15px;
	}
	.humberger__menu__cart ul li:last-child {
		margin-right: 0;
	}
	.humberger__menu__cart ul li a {
		position: relative;
	}
	.humberger__menu__cart ul li a i {
		font-size: 18px;
		color: #1c1c1c;
	}
	.humberger__menu__cart ul li a span {
		height: 13px;
		width: 13px;
		background: var(--color-primary);
		font-size: 10px;
		color: #ffffff;
		line-height: 13px;
		text-align: center;
		font-weight: 700;
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: -12px;
	}
	.humberger__menu__cart .header__profile__price {
		font-size: 14px;
		color: #6f6f6f;
		display: inline-block;
	}
	.humberger__menu__cart .header__profile__price span {
		color: #252525;
		font-weight: 700;
	}
	.humberger__menu__cart {
		margin-bottom: 25px;
	}
	.humberger__menu__widget {
		margin-bottom: 20px;
	}
	.humberger__menu__widget .header__top__right__language a{
		margin-right: 20px;
		color: #1c1c1c;
	}
	.humberger__menu__nav {
		display: none;
	}
	.humberger__menu__wrapper .header__top__right__social {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.humberger__menu__wrapper .slicknav_btn {
		display: none;
	}
	.humberger__menu__wrapper .slicknav_nav .slicknav_item a {
		border-bottom: none !important;
	}
	.humberger__menu__wrapper .slicknav_nav {
		display: block !important;
	}
	.humberger__menu__wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}
	.humberger__menu__wrapper .slicknav_nav ul {
		margin: 0;
	}
	.humberger__menu__wrapper .slicknav_nav a {
		color: #1c1c1c;
		font-size: 16px;
		/* font-weight: 600; */
		margin: 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.humberger__menu__wrapper .slicknav_nav a:hover {
		-webkit-border-radius: 0;
		border-radius: 0;
		background: transparent;
		color: var(--color-primary);
	}
	.humberger__menu__wrapper .slicknav_nav .slicknav_row,
	.humberger__menu__wrapper .slicknav_nav a {
		padding: 8px 0;
	}
	.humberger__menu__overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		content: "";
		z-index: 98;
		visibility: hidden;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.humberger__menu__overlay.active {
		visibility: visible;
	}
	.header__top {
		display: none;
	}
	.header__menu {
		display: none;
	}
	.header__profile {
		text-align: center;
		padding: 10px 0 24px;
	}
	.over_hid {
		overflow: hidden;
	}
}

/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
	.humberger__open {
		display: block;
		font-size: 22px;
		color: #1c1c1c;
		height: 34px;
		width: 34px;
		line-height: 32px;
		text-align: center;
		border: 1px solid #1c1c1c;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 13px;
	}
	.header .container {
		position: relative;
	}
	.humberger__menu__wrapper {
		width: 250px;
		background: #ffffff;
		position: fixed;
		left: -250px;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 100;
		padding: 30px;
		/* padding-top: 50px; */
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.humberger__menu__wrapper.show__humberger__menu__wrapper {
		opacity: 1;
		left: 0;
	}
	.humberger__menu__logo {
		margin-bottom: 30px;
	}
	.humberger__menu__logo a {
		display: inline-block;
	}
	.humberger__menu__contact {
		padding: 10px 0 13px;
	}
	.humberger__menu__contact ul li {
		font-size: 14px;
		position: relative;
		line-height: 30px;
		list-style: none;
    }
    .humberger__menu__contact ul li a{
		color: #1c1c1c;
    }
	.humberger__menu__contact ul li i {
		color: #252525;
		margin-right: 5px;
	}
	.humberger__menu__cart ul {
		display: inline-block;
		margin-right: 25px;
	}
	.humberger__menu__cart ul li {
		list-style: none;
		display: inline-block;
		margin-right: 15px;
	}
	.humberger__menu__cart ul li:last-child {
		margin-right: 0;
	}
	.humberger__menu__cart ul li a {
		position: relative;
	}
	.humberger__menu__cart ul li a i {
		font-size: 18px;
		color: #1c1c1c;
	}
	.humberger__menu__cart ul li a span {
		height: 13px;
		width: 13px;
		background: var(--color-primary);
		font-size: 10px;
		color: #ffffff;
		line-height: 13px;
		text-align: center;
		font-weight: 700;
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: -12px;
	}
	.humberger__menu__cart .header__profile__price {
		font-size: 14px;
		color: #6f6f6f;
		display: inline-block;
	}
	.humberger__menu__cart .header__profile__price span {
		color: #252525;
		font-weight: 700;
	}
	.humberger__menu__cart {
		margin-bottom: 25px;
	}
	.humberger__menu__widget {
		margin-bottom: 20px;
	}
	.humberger__menu__widget .header__top__right__language {
		margin-right: 30px;
	}
	.humberger__menu__widget .header__top__right__language a{
		display: block;
		font-size: 14px;
		color: #1c1c1c;
	}
	.humberger__menu__nav {
		display: none;
    }
    .profile_pic{
        text-align: center;
        margin-bottom: 2rem;
        background: var(--color-primary);
        padding: 1rem;
        border-radius: .5rem;
    }
    .profile_pic img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin-bottom: .75rem;
    }
    .profile_pic h6{
        color: var(--white);
    }
	.humberger__menu__wrapper .header__top__right__social {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.humberger__menu__wrapper .slicknav_btn {
		display: none;
	}
	.humberger__menu__wrapper .slicknav_nav .slicknav_item a {
		border-bottom: none !important;
	}
	.humberger__menu__wrapper .slicknav_nav {
		display: block !important;
	}
	.humberger__menu__wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}
	.humberger__menu__wrapper .slicknav_nav ul {
		margin: 0;
	}
	.humberger__menu__wrapper .slicknav_nav a {
		color: #1c1c1c;
		font-size: 16px;
		margin: 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.humberger__menu__wrapper .slicknav_nav a:hover {
		-webkit-border-radius: 0;
		border-radius: 0;
		background: transparent;
		color: var(--color-primary);
	}
	.humberger__menu__wrapper .slicknav_nav .slicknav_row,
	.humberger__menu__wrapper .slicknav_nav a {
		padding: 8px 0;
	}
	.humberger__menu__overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.75);
		content: "";
		z-index: 98;
		visibility: hidden;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.humberger__menu__overlay.active {
		visibility: visible;
	}
	.header__top {
		display: none;
	}
	.header__menu {
		display: none;
	}
	.header__profile {
		text-align: center;
		padding: 10px 0 24px;
	}
	.over_hid {
		overflow: hidden;
	}
}

/* Small Device = 320px */
@media only screen and (max-width: 479px) {
	
}

.humberger__menu__wrapper::-webkit-scrollbar {
	width: .15em;
}
   
.humberger__menu__wrapper::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
   
.humberger__menu__wrapper::-webkit-scrollbar-thumb {
	background-color: gray;
}
/*---------------------
  Hero Home Page
-----------------------*/
.hero-home-image {
    position: relative;
}
.hero-home{
    position: absolute;
    width: 100%;
    left: 0;
    top: 45%;
	transform: translateY(-50%);
}
.hero-home .heading{
    color: var(--white);
	font-size: 3.5rem;
	margin-bottom: 2rem;
}
.hero-home .text{
	color: var(--white);
	font-size: 1.25rem;
	margin-bottom: 0;
}
@media only screen and (max-width: 1499.98px) {
	.hero-home .heading{
		font-size: 2.5rem;
	}
}
@media only screen and (max-width: 991.98px) {
	.hero-home .heading,
	.hero-home .text{
		text-align: center;
	}
}
@media only screen and (max-width: 480.98px) {
	.hero-home .heading{
		font-size: 1.75rem;
		margin-bottom: 1rem;
	}
}
/*---------------------
  section-padding
-----------------------*/
.section-padding{
    padding-top: 100px;
    padding-bottom: 75px;
}
.section-pad-t30 {
    padding-top: 150px;
    padding-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .section-pad-t30 {
        padding-top: 150px;
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-pad-t30 {
        padding-top: 125px;
        padding-bottom: 0
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-pad-t30 {
        padding-top: 95px;
        padding-bottom: 0
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-pad-t30 {
        padding-top: 65px;
        padding-bottom: 0
    }
}
@media (max-width: 767px) {
    .section-pad-t30 {
        padding-top: 65px;
        padding-bottom: 0
    }
}
.section-tittle h2 {
    color: var(--body-color);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.section-tittle span {
    color: var(--color-primary);
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block
}
.section-tittle h3 {
    color: var(--dark-gray);
    font-weight: 600;
    margin-bottom: 2rem;
}
.section-tittle h5 {
	color: var(--dark-gray);
	line-height: 1.5;
}
@media (max-width: 767.98px) {
    .section-tittle h2 {
        line-height: 1.4;
        margin-bottom: 30px;
        font-size: 1.5rem;
    }
    .section-tittle h3{
        font-size: 1.5rem;
    }
}
/*---------------------
  THE RIGHT JOB OR THE RIGHT PERSON
-----------------------*/
.feature-step{
    border: 1px solid #eee;
    padding: 2rem 1rem;
    border-radius: 1rem;
    height: 100%;
}
.hire_icon{
    font-size: 75px;
    color: var(--dark);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
}
.hire-info-content p{
    color: var(--gray);
    font-size: 1rem;
    padding: 0 2rem;
}
@media only screen  and (max-width: 991.98px){
    .hire-info-content p{
        padding: 0;
    }
}


/*---------------------
  Our Services
-----------------------*/
.service_stack{
	position: relative;
}
.stack-block {
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 33.33%;
	margin-bottom: 5rem;
    margin-top: 2rem;
}
.stack-block::after{
	content: "";
	width: 100%;
	border-bottom: 1px dashed var(--body-color);
	position: absolute;
	left: 0;
	bottom: 50%;
	z-index: -1;
}
.stack-details {
    width: 275px;
    height: 275px;
    border: 1px dashed var(--body-color);
    border-radius: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    padding: 0 1rem;
    margin: 0 auto;
    background: var(--white);
}
.stack-details img{
    height: 56px;
    margin: 0 auto;
}
.stack-block.active .stack-details{
	border: 1px dashed var(--color-primary);
}
.stack-block.active::after{
	content: "";
	border-bottom: 1px dashed var(--color-primary);
}
.stack-details h4 {
    color: var(--body-color);
    font-family: var(--head-font);
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1rem;
}
.stack-details p {
    color: var(--body-color);
    font-size: .875rem;
}
.our-services .single-services {
    border: 1px solid #eeeeee;
    padding: 2rem 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-bottom: 2rem;
    border-radius: 1rem;
}
.our-services .single-services .services-ion span {
    font-size: 75px;
    margin-bottom: 1rem;
    color: var(--dark-gray);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
}

.our-services .single-services .services-cap h5 {
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    color: var(--dark-gray);
    line-height: 1.4;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.our-services .single-services .services-cap span {
    color: var(--gray);
    font-size: 1rem;
}
.our-services .single-services::before{
	border: 1px solid transparent;
	content: "";
	position: absolute;
	left: 15px;
	top: 0;
	width: calc(100% - 30px);
	height: calc(100% - 33px);
	background: var(--color-primary);
	z-index: -1;
	transition: transform 0.5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleY(0);
    border-radius: 1rem;    
}
.our-services .single-services:hover::before {
	transform: scaleY(1);
	border: 1px solid transparent;
}
.our-services .single-services:hover .services-ion span,
.our-services .single-services:hover .services-cap h5,
.our-services .single-services:hover .services-cap span{
	color: var(--white);
}
/* .our-services .single-services:hover .services-ion span {
    color: var(--color-primary);
}

.our-services .single-services:hover .services-cap h5 a {
    color: var(--color-primary);
}
.our-services .single-services:hover .services-cap span{
	color: var(--dark-gray);
} */
@media only screen and (max-width: 767.98px){
	.stack-block{
		max-width: 50%;
		margin-bottom: 0;
	}
	.stack-block:last-child{
		margin-bottom: 3rem;
    }
    .service-stack .stack-title{
        font-size: 1.75rem;
    }
}
@media only screen and (max-width: 575.98px){
	.our-services .single-services{
		display: flex;
		align-items: center;
        padding: 1.5rem;
        border-radius: .5rem;
        margin-bottom: 1rem;
    }
    .our-services .single-services::before,
    .our-services .single-services:hover::before {
        border-radius: .5rem;
        height: calc(100% - 16px);
    }
	.our-services .single-services .services-ion span{
		margin-bottom: 0;
        margin-right: 1rem;
        font-size: 60px;
	}
	.our-services .services-cap{
		flex-grow: 1;
		text-align: left;
	}
	.stack-block{
		max-width: 100%;
		margin-bottom: 2rem;
	}
}
@media only screen and (max-width: 479px) {
	
}

/*---------------------
  Our Services
-----------------------*/
.bg-light-blue{
	background: var(--bg-light-blue);
}
.bg-light-orange{
	background: var(--bg-light-orange);
}
.service-stack{
	position: relative;
}
.arrow-fix::before{
	content: "";
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    height: 105%;
    width: 2px;
    z-index: 1;
    background-color: #ffddb2;
}
.arrow-btn::after{
	content: url(../img/hero/stack_arrow_down.png);
    height: auto;
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
	top: 1.75rem;
	z-index: 1;
}
.arrow-btn::before{
	content: "";
    position: absolute;
    top: -5%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 2px solid var(--color-primary);
    background: white;
    z-index: 1;
}
.service-stack .stack-title{	
    color: var(--color-primary);
    z-index: 1;
    position: relative;
    background: var(--white);
	display: inline-block;
	padding: .5rem 0;
}
.service-stack .right-caption {
    position: relative;
    transform: translateY(-6rem);
}
.support-caption{
    color: var(--gray);
}
.tr__search {
    position: relative;
    margin: 2rem 0 0;
}
.tr__search label{
    font-size: 1.5rem;
    color: red;
    font-family: var(--head-font);
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-primary);
}
.tr__search .form-control {
    border: 1px solid #EBEBEB;
    border-radius: 3rem;
    min-height: 50px;
    padding-left: 1.5rem;
    padding-right: 8rem;
    font-size: .875rem;
}
.tr__search .tr__search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.tr__search .search_button {
    color: var(--white);
    padding: .5rem 1.5rem;
    border-radius: 3rem !important;
    font-size: 1rem;
    background-image: var(--orange-gradient);
    text-transform: uppercase;
    font-weight: 700;
    margin-left: .5rem;
    height: 42px;
}
.select_price input[type=checkbox], .select_price input[type=radio] {
    height: 1rem;
    width: 1rem;
    margin-right: .625rem;
    opacity: 0;
}
.save-price{
    color: #47952F;
    background: #E1F5D8;
    font-weight: 600;
    padding: 0.2rem 1rem;
    border-radius: .3rem;
}
@media only screen and (max-width: 767.98px){
	.service-stack .right-caption{
		text-align: left;
		transform: translateY(0);
		padding-bottom: 3rem;
	}
	.arrow-fix::before, .arrow-btn::before, .arrow-btn::after{
		position: static;
		content: "";
		border: none;
	}
}
@media only screen and (max-width: 480px){
    .tr__search .form-control{
        padding-right: 1.5rem;
    }
    .tr__search .tr__search-btn{
        position: static;
        transform: translateY(0%);
        margin-top: .5rem;
    }
    .tr__search .search_button{
        width: 100%;
        margin-left: 0;
    }
}
/*---------------------
  Organiser Logos
-----------------------*/
.workforce-padding {
    padding-top: 125px;
}
.workforce-gradient{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(236,245,246,1) 100%);
}
.workforce-caption{
    margin-bottom: -50px;
}
.support-btn .hc-btn{
    margin-right: 1rem;
}
@media only screen and (max-width: 767.98px) {
    .workforce-padding{
        padding-bottom: 0;
    }
    .workforce-caption{
        margin-bottom: 50px;
    }
    .support-btn{
        padding-bottom: 60px;
    }
    .support-btn .hc-btn{
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
}
.clients-padding{
	padding-top: 125px;
	padding-bottom: 75px;
}
.customer-logos {
    text-align: center;
    font-size: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.customer-logo {
    width: 16.66%;
    padding: 10px 20px;
    display: flex;    
    height: 120px;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    transform: scale(1);    
}
.customer-logo:hover{
    box-shadow: 0 0 2rem .25rem rgba(12, 35, 66, .1);
}
.customer-logo:nth-child(6),
.customer-logo:nth-child(11),
.customer-logo:nth-child(15),
.customer-logo:nth-last-child(1){
    border-right: 1px solid transparent;
}
.logo-width{
    width: 22%;
}
.logo-width-1{
    width: 20%;
}
.customer-logo img{
    transition: all .25s;
    height: 100%;
    object-fit: contain;
}
.customer-logo:hover img{
    transform: scale(0.9);
}
.customer-logo:hover img{
	filter: grayscale(100%);
}
@media only screen  and (max-width: 991.98px){
    .customer-logo{
        width: 18%;
        border-right: 1px solid #eeeeee;
    }
    .customer-logo:nth-child(6),
    .customer-logo:nth-child(11),
    .customer-logo:nth-child(15){
        border-right: 1px solid #eeeeee;
    }
    .customer-logo:nth-child(5),
    .customer-logo:nth-child(9),
    .customer-logo:nth-child(14){
        border-right: 1px solid transparent;
    } 
    .logo-width {
        width: 24%;
    }
    
}
@media only screen  and (min-width:481px) and (max-width: 767.98px){
    .customer-logo{
        width: 25%;
        border-right: 1px solid #eeeeee;
    }
    .customer-logo:nth-child(5),
    .customer-logo:nth-child(9),
    .customer-logo:nth-child(14){
        border-right: 1px solid #eeeeee;
    }
    .customer-logo:nth-child(4n),
    .customer-logo:nth-child(8),
    .customer-logo:nth-child(12),
    .customer-logo:nth-child(16){
        border-right: 1px solid transparent;
    }
}
@media only screen  and (max-width: 480.98px){
    .clients-padding{
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media only screen  and (max-width: 575.98px){
    .customer-logo{
        width: 48%;
        height: 100px;        
        border-right: 1px solid transparent;        
    }
    .customer-logo:nth-child(6){
        border-right: 1px solid transparent;
    }
    .customer-logo:nth-child(odd){
        border-right: 1px solid #eeeeee;
    }
    .customer-logo:nth-last-child(1),
    .customer-logo:nth-last-child(2){
        border-bottom: 1px solid transparent;
    }    
}
.gallery-item{
    margin-top: 4rem;
}
.industry-bg{
    background: rgb(254,244,233);
    background: linear-gradient(180deg, rgba(254,244,233,1) 0%, rgba(255,255,255,1) 100%);
}
.industry-gallery{
    text-align: center;
    margin-bottom: 3rem;
}
.industry-gallery img{
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}
.industry-gallery h6{
    position: relative;
    display: inline-block;
}
.industry-gallery h6::after{
    content: "";
    background-color: var(--color-primary);
    width: 0;
    height: 4px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -5px;
    transition: width .5s ease-in-out;
}
.industry-gallery:hover h6::after{
    width: 100%;
}
@media only screen  and (max-width: 575.98px){
    .col-industry{
        width: 50%;
    }
    .industry-gallery img{
        max-width: 100px;
    }
}
/*---------------------
  Footer
-----------------------*/
.seeker-padding{
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #EAEAEE;
}
.seeker-content{
    padding-left: 50px;
}
.seeker-clip{
    position: relative;
}
@media only screen and (max-width: 767.98px){
    .seeker-clip{
        top: 5px;
    }
    .seeker-content{
        padding-left: 0px;
    }
}
@media only screen and (max-width: 575.98px){
    .seeker-content{
        margin-top: 50px;
    }
}
.online-cv{
	position: relative;
}
.subscribe-bg{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
}
.slider-height2 {
    min-height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section-overly {
    position: relative;
    z-index: 0;
}
.section-overly::before {
    position: absolute;
    content: "";
    background-color: rgba(242, 151, 37, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
}
.section-overly-2::before {
    position: absolute;
    content: "";
    background-color: rgba(234, 234, 238, 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
}
.slider-area .hero-cap h2 {
    color: var(--body-color);
    font-size: 2.5rem;
}
.slider-area .hero-cap h3 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.hero-cap p span{
    border-bottom: 2px solid var(--dark);
}
.online-cv .cv-button{
	display: block;
	text-align: right;
    margin-bottom: 1.5rem;
    visibility: hidden;
}
.online-cv .cv-btn {
    border-radius: 3rem;
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
    text-transform: uppercase;
	font-weight: 700;
	font-family: var(--head-font);
	background-color: var(--dark-gray);
}
.online-cv .cv-btn::before {
    background: #3f3f58;
}
.online-cv .cv-btn span{
	font-size: 1rem;
	font-family: var(--body-font);
}
.cv-position{
	background: rgba(255, 255, 255, .9);
    width: 100%;
    text-align: center;
    padding: 3rem 0;
    margin-top: 3rem;
    transform: translateX(0);
}
.cv-caption .pera1{
	color: var(--dark-gray);
	margin-bottom: 1rem;
}
.cv-caption .pera2{
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}
@media only screen and (max-width: 991.98px){
	.subscribe-bg{
		background-position: 28% center;
	}
}
@media only screen and (max-width: 767.98px){
	.cv-caption .pera1{
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 480.98px){
    .slider-area .hero-cap h2 {
        font-size: 1.75rem;
    }
    .hero-cap{
        padding-top: 3rem;
        padding-bottom: 6rem;
    }

}
/* .section-overly::before {
	position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
} */

/*---------------------
  Get Started
-----------------------*/
.get-started{
	background: #F2F2F2;
	margin-top: -2rem;
}
.get-padding{
	padding-top: 100px;
    padding-bottom: 100px;
}
.gts-block{
	text-align: center;
	flex: 0 0 20%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 2rem;
}
.gts-block .gts_icon{
	height: 6rem;
    width: 6rem;
	background-color: var(--white);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 1.5rem;
}
.gts-arrow{
    text-align: center;
    flex: 0 0 20%;
    position: relative;
}
.gts-arrow img{
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 56%;
}
.gts-arrow:nth-child(1) img{
    top: 30px;
}
.gts-arrow:nth-child(3) img{
    top: 60px;
}

.gts_icon .icon_image {
	height: 3.5rem;
}
.gts_content .number{
	background-color: var(--color-primary);
	display: inline-block;
	width: 2rem;
	height: 2rem;
	color: var(--white);
	border-radius: 50%;
	line-height: 2rem;
	font-size: 1rem;
	margin-bottom: .5rem;
}
.gts_content p{
	font-size: 1rem;
	color: var(--dark);
}
/* .gts-arrow{
	background-image: url(../img/hero/arow-icon.svg);
	background-repeat: no-repeat;
    width: 100%;
} */
@media only screen  and (max-width: 1199.98px){
    .gts-block .gts_icon {
        height: 5rem;
        width: 5rem;
    }
    .gts_icon .icon_image {
        height: 3rem;
    }
    .gts-arrow:nth-child(3) img{
        top: 50px;
    }
}
@media only screen  and (max-width: 991.98px){
	.gts-block{
		flex: 0 0 33.33%;
    }
    .gts-arrow{
        display: none;
    }
}
@media only screen  and (max-width: 767.98px){
	.gts-block{
		flex: 0 0 50%;
	}
}


/*---------------------
  Footer
-----------------------*/
.footer-padding {
	padding-top: 150px;
	padding-bottom: 20px;
}
.footer_logo {
	height: 2rem;
}
.footer_quick {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 2rem;
}
.footer_quick li:first-child {
	/* font-size: .875rem; */
	color: var(--gray-dark);
	font-family: var(--head-font);
	margin-bottom: .5rem;
	text-transform: uppercase;
	font-weight: 600;
}

.footer_quick li a {
	color: var(--gray);
	padding: .250rem 0;
    display: block;
    transition: color .2s ease-in;
}
.footer_quick li a:hover{
    color: var(--color-primary);
}
.footer_quick .phone {
	color: var(--gray-dark);
	font-weight: 600;
	font-size: 1.5rem;

}
.footer_lang {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 1rem;
}

.footer_terms,
.footer_social {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.footer_social {
	justify-content: flex-end;
}

.footer_terms li a {
	display: block;
	color: var(--dark);
	margin-right: 1rem;
}

.footer_social li {
	margin-left: 1rem;
}

.footer_social li a {
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #ECF5F6;
	border-radius: 50%;
	justify-content: center;
	color: var(--body-color);
	align-items: center;
}
.footer_social li a:hover{
	background-color: var(--color-primary);
	color: var(--white);
	text-decoration: none;
}
.line {
    border-top: 1px solid #EBEBEB;
}
@media only screen and (max-width: 767.98px) {
    .footer_map{
        margin-top: 1.5rem;
    }
}
@media only screen and (max-width: 575.98px) {
    .footer_quick li:first-child {
        margin-bottom: 0;
    }
    .copy-right{
        text-align: center;
        margin-bottom: 1.5rem;
        /* font-size: .875rem; */
    }
    .footer_quick li a{
        color: var(--dark);
        /* font-size: .875rem; */
    }
    .footer_logo {
        height: 2rem;
        display: block;
        margin: 0 auto;
    }
    .footer_quick{
        text-align: center;
    }
}



/*---------------------
  Industries
-----------------------*/
.section-pad-lg{
	padding-top: 100px;
	padding-bottom: 0;
}
.industry_block{
	background: var(--dark-gray);
}
.indust_content p{
	color: var(--dark);
	margin-bottom: 1rem;
}
.industry_list {
    padding: 1.5rem;
    background-color: var(--white);
    box-shadow: var(--shadow-dark);
    border-radius: 1rem;
    margin-top: -5rem;
    z-index: 1;
    position: relative;
}
.industry_list a{
	color: var(--body-color);
    font-family: var(--head-font);
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: .5rem 0;
	margin: .5rem 1.5rem;
	transition: all .5s;
}
.industry_list a:hover{
	color: var(--color-primary);
}
.industry_list a.active{
	background-color: var(--color-primary);
	color: var(--white);
	border-radius: .5rem;
}
.industry_head {
    background-color: var(--dark-gray);
    height: 200px;
    position: relative;
}
.industry_head .title h3{
	color: var(--white);
	text-align: center;
	padding-top: 2.5rem;
}
.curve-pos{
	position: absolute;
    bottom: -5px;
    width: 100%;
}
@media only screen and (max-width:575.98px) {
    .industry_list a{
        font-size: 1rem;
        font-weight: 500;
        margin: .25rem 0;
    }
}
@media only screen and (max-width:480.98px) {
    .industry_head .title h3{
        font-size: 1.5rem;
    }
}

/* --------------------------
	Pricing Video Area
-------------------------- */
.price-padding{
    padding-top: 75px;
    padding-bottom: 75px;
}
.price-nav {
    margin-top: -4rem;
}
.price-nav .nav-link{
    background-color: var(--white);
    box-shadow: var(--shadow-dark);
    font-size: 1.25rem;
    font-weight: 600;
    font-family: var(--head-font);
    border-radius: .625rem;
    color: var(--dark);
    padding: 1.25rem 0;
    margin-bottom: .625rem;
    text-transform: uppercase;
}
.price-nav .nav-link.active{
    color: #fff;
    background-color: var(--dark);
    box-shadow: none;
}
.video-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    height: 500px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
	top: -5rem;
}
.video-area .video-play-btn a {
    width: 80px;
    height: 80px;
    background-color: var(--body-color);
    color: #fff;
    text-align: center;
    display: block;
    font-size: 36px;
    line-height: 80px;
    padding-left: 5px;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.video-area .video-play-btn a:hover {
    background-color: var(--color-primary);
    color: #fff;
}
@media (max-width: 991.98px) and (min-width: 768px){
	.video-area {
		height: 350px;
    }
    .price-nav{
        margin-top: -2.5rem;
    }
}
@media (max-width: 767.98px) and (min-width: 320px){
	.video-area {
		height: 250px;
    }
    .price-nav{
        margin-top: -2rem;
    }
}
.price-recommend{
	text-align: center;
}
.price-recommend h6{
	background-color: var(--color-primary);
	padding: .750rem 2rem;
	color: var(--white);
	display: inline-block;
	margin: 0 auto;
	font-family: var(--body-font);
	border-radius: .625rem .625rem 0 0;
}
.pricing-table{
	border: 1px solid var(--gray);
	border-radius: .625rem;
	padding: 1.5rem;
    margin-bottom: 1.5rem;    
}
.pricing-table h5{
    border-top: 3px solid transparent;
    padding-top: 1rem;
}
.pricing-table p{
    font-size: 14px;
}
.pricing-table .basic{
    border-top: 3px solid var(--color-primary);
}
.pricing-table:hover{
	box-shadow: var(--shadow-dark);
}

.pricing-table .price{
	text-align: center;
	background-color: #FEF4E9;
	padding: .5rem 0;
	border-radius: 5px;
	margin-bottom: 1.5rem;
}
.pricing-table .price h3 sup{
	font-size: 1rem;
	font-weight: normal;
	margin-right: .25rem;
}
.pricing-table .price p{
	margin-bottom: 0;
}
.pricing-table .pricing-plan{
    border: none;
    padding: 0;
}
.pricing-table .pricing-plan p{
	font-size: .875rem;
	margin: 0;
}
.pricing-table .pricing-plan ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 1.5rem;
}
.pricing-table .pricing-plan ul li{
	padding: .25rem 0;
	padding-left: 1.5rem;
	position: relative;
	font-weight: 600;
}
.pricing-table .pricing-plan ul li::before{
	content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
	color: var(--color-primary);
}
.benits-blk{
	position: relative;
	padding-left: 2rem;
}
.benits-blk::before{
    content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    top: -6px;
    left: 0;
    color: var(--color-primary);
    font-size: 1.5rem;
}
.benits-blk p:last-child{
    color: var(--gray);
	margin-bottom: 2rem;
}
.benefits-heading{
    text-align: center;
}
.benefits-heading h4{
    color: var(--color-primary);
    margin-bottom: 1rem;
}
.benefits-heading p{
    margin-bottom: 4rem;
    color: var(--gray);
}
.price-head{
    color: var(--body-color);
    margin-bottom: 1.25rem;
}
.clac-area{
    padding-top: 100px;
    padding-bottom: 100px;
}
.clac-area p{
    color: var(--gray);
    text-align: center;
}
.clac-area p span{
    color: var(--color-primary);
    font-weight: 600;
}
.benits-list{
    padding: 0;
    margin: 0;
    list-style: none;
    color: var(--gray);
}
.benits-list li{
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--light-gray);
    position: relative;
}
.benits-list li::before {
    content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: var(--color-primary);
    font-size: 1rem;
}
.benits-list li:last-child{
    border-bottom: 1px solid transparent;
}
.price_bg{
    background: #FEF4E9;
    margin-top: 40px;
    padding-bottom: 100px;
}
.price-top{
    margin-top: -80px;
}
.price_calc{
    padding: 0 1rem;
    margin-bottom: 1.5rem;
    border-radius: .625rem;
    border: 1px solid var(--color-primary);
    background-color: var(--white);
}
.price_calc-body{
    padding: 2rem 0;
    border-bottom: 1px solid var(--color-primary);
}
.price_calc-body:last-child{
    border-bottom: none;
}
.price_calc .price-item p{
    margin-bottom: 0;
}
.price_quote-area{
    padding-top: 0;
    padding-bottom: 125px;
    background-color: #FEF4E9;
    margin-top: 5rem;
}
.hc_price-quote{
    background-color: var(--color-primary);
    height: 100%;
    border-radius: .625rem 0 0 .625rem;
    padding: 2rem;
    text-align: center;
}
.hc_price-quote.industry{
    background-color: #E38003;
    border-radius: 0 .625rem .625rem 0;
}
.industry{
    position: relative;
}
.hc_price-quote h3,
.hc_price-quote h4{
    color: var(--white);
    margin: 0;
}
.hc_price-quote p{
    font-size: 1.25rem;
    color: var(--white);
    margin: 0;
}
.price_quote{
    width: 600px;
    height: 600px;
    background: #e69025;
    background: -moz-linear-gradient(top,  #e69025 0%, #f29725 50%, #e69025 50%, #f29725 100%);
    background: -webkit-linear-gradient(top,  #e69025 0%,#f29725 50%,#e69025 50%,#f29725 100%);
    background: linear-gradient(to bottom,  #e69025 0%,#f29725 50%,#e69025 50%,#f29725 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    align-content: center;
    margin-top: -5rem;
}
.price_quote-head{
    margin-bottom: 2rem;
}
.price_quote-head h3,
.price_quote-head h5{
    color: var(--white);
}
.quote-num, .quote-del{
    font-size: 2.5rem;
    color: var(--body-color);
    padding: .5rem 2.5rem;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: .25px;
    border-radius: .625rem;
    background: var(--hc-white);
    box-shadow: var(--shadow-dark);
    margin: 1.25rem 0;
    display: inline-block;
}
.quote-del{
    color: var(--hc-red-hover);
    font-size: 1.5rem;
}
.vs{
    background: var(--body-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: var(--white);
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}
.price_quote-btn{
    text-align: center;
    margin-top: -3rem;
}
.price_quote-btn .e-large{
    padding: 0 5rem;
}
@media only screen and (max-width: 767.98px) {
    .price_bg{
        margin-top: 80px;
    }
    .price-top{
        margin-top: -50px;
    }
    .hc_price-quote{
        padding: 2.5rem 1rem;
        border-radius: .625rem .625rem 0 0;
    }
    .hc_price-quote.industry{
        border-radius: 0 0 .625rem .625rem;
    }
    .vs{
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 575.98px) {
    .price_calc-img{
        width: 100%;
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .price_quote{
        width: calc(100% - 30px);
        height: auto;
        border-radius: .625rem;
        padding: 2rem 0;
        margin-left: auto;
        margin-right: auto;
    }
    .price_quote-btn{
        margin-top: -2rem;
    }
    .price_quote-area{
        padding-bottom: 75px;
    }
    
}
@media only screen and (max-width: 480.98px) {
    .price-head{
        font-size: 1.5rem;
    }
    .price_quote-head h3{
        font-size: 1.5rem;
    }
    .price_quote-head h5{
        font-size: 1rem;
    }
    .quote-num, .quote-del{
        font-size: 1.5rem;
    }
    .price_quote-btn .e-large{
        padding: 0 3rem;
    }
}

/* --------------------------
	Contracting Calculator Area
-------------------------- */
.nav-calc{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem 0rem 6rem;
}
.nav-calc li{
    margin: 0 .5rem;
}
.nav-calc .nav-link {
    border-radius: .25rem;
    padding: .75rem 3rem;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    font-weight: 600;
}
.nav-calc .nav-link.active, .nav-calc .show>.nav-link {
    color: #fff;
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary) !important;
}
.nav-calc-content{
    border: 1px solid var(--color-primary);
    padding: 1rem 2rem 0;
    border-radius: .625rem;
    background-color: var(--white);
    margin-top: -80px;
}
.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contract label {
    font-size: 15px;
    margin-right: 0;
    align-self: center;
    font-weight: normal;
}

.form-control-label{
    font-size: 16px;
}

.form-contract .form-group {
    margin-bottom: 1rem;
}

.form-contract .form-control {
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    height: calc(1.75em + .75rem + 2px);
    padding-left: 18px;
    font-size: 15px;
    background: transparent;
    color: #212529;
    transition: all .15s ease-in;
    margin-bottom: 0 !important;
}

.form-contract .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: solid 1px var(--color-primary);
    box-shadow: var(--shadow-dark);
    transform: translateY(-.2rem);
}

.form-contract .form-control::placeholder {
    font-weight: 300;
    color: #999999;
    font-size: 16px;
}
.form-contract .form-check-input {
    height: 16px;
    width: 16px;
}

.form-contract textarea {
    border-radius: 0px;
    height: 100% !important
}
.c-value{
    font-size: 1.5rem !important;
    font-family: var(--head-font);
    font-weight: 600 !important;
    color: var(--gray);
}
.contract-card{
    border-color: var(--body-color);
    margin-bottom: 2rem;
    padding: 1.5rem;
}
.contract-card + .card-body{
    background-color: var(--body-color);
}
.contract-card .card-header{
    background-color: var(--gray);
    color: var(--white);
}
.contract-card hr{
    border-top: 1px solid #f29725;
}
.contract-card .form-control-plaintext{
    font-family: var(--head-font);
    font-weight: 600;
    color: var(--dark);
    font-size: 14px;
}
.employee-card{
    /* background-color: var(--color-primary); */
    padding: 1.5rem;
}
.employee-card-body{
    background-color: var(--color-primary);
    border-radius: .625rem;
    padding: 1.5rem;
}
.employee-card .card-header{
    background-color: var(--color-primary);
    color: var(--white);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.employee-card hr,
.employee-card .form-control-plaintext{
    color: var(--white);
    color: var(--dark);
}
.employee-card .col-form-label,
.employee-card .form-control-plaintext{
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
}
.empl-head{
    color: var(--white);
    text-align: center;
}
.empl-pay{
    font-size: 1.5rem;
    color: var(--body-color);
    padding: .5rem 1rem;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: .25px;
    border-radius: .5rem;
    background: var(--hc-white);
    /* margin: 1.25rem 0; */
    display: inline-block;
    text-align: right;
}
.net-pay .col-form-label,
.net-pay .form-control-plaintext{
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 600;
}
.net-pay .col-form-label{
    color: var(--white);
}
.custom-control-label::before, .custom-file-label, .custom-select{
    box-shadow: none !important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--color-primary) !important;
    background-color: var(--color-primary) !important;
}
.orange{
    color: var(--color-primary) !important;
}
@media only screen and (max-width: 480.98px) {
    .nav-calc li {
        margin: 0;
        width: 100%;
        margin-bottom: .5rem;
    }
    .nav-calc-content{
        padding: 0;
    }
    .empl-pay{
        display: block;
        text-align: center;
        margin: 0;
    }
}

/* --------------------------
	Footer Area
-------------------------- */
.footer-area{
    padding-top: 6.25rem;
    padding-bottom: 2rem;
    /* margin-top: 6.25rem; */
    /* border-top: 1px solid #EBEBEB;
    box-shadow: 0 .5rem 1rem 0.5rem rgba(12, 35, 66, .1); */
}
.line {
    border-top: 1px solid #EBEBEB;
}

.footer_list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 2rem;
}

.footer_list li a {
    color: var(--gray);
    padding: .3rem 0;
    display: block;
    font-size: 1rem;

}

.footer_list li p{
    color: var(--gray);
}

.footer_list li:first-child {
    font-size: 1rem;
    color: var(--dark);
    font-family: var(--head-font);
    margin-bottom: 1rem;
    font-weight: 600;
}

.subscribe .form-control {
    border-radius: 3rem;
    min-height: 40px;
    font-size: .875rem;
    padding: .375rem 1.5rem;
}

.subscribe .input-group-text {
    border-radius: 3rem;
    padding: .375rem 1.5rem;
    background-color: var(--color-primary);
    color: var(--white);
    font-family: var(--body-font);
    font-size: .875rem;
    border: 1px solid var(--color-primary);
}

.count_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    font-family: var(--body-font);
}

.count_list li {
    color: var(--dark);
}

.count_list li span {
    font-family: var(--head-font);
    color: var(--color-primary);
    font-weight: 700;
    font-size: 1.5rem;
    margin-right: .5rem;
}

.footer_lang {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.footer_terms,
.footer_social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.footer_social {
    justify-content: flex-end;
}
.footer_terms li a {
    display: block;
    color: var(--dark);
    margin-right: 1rem;
    font-size: .875rem;
    border-right: 1px solid #ebebeb;
    padding-right: 1rem;
}
.footer_terms li:nth-child(5) a{
    border-right: none;
}

.footer_social li {
    margin-left: 1rem;
}

.footer_social li a {
    display: flex;
    width: 2rem;
    height: 2rem;
    background-color: #ECF5F6;
    border-radius: 50%;
    color: var(--dark);
    justify-content: center
}

.footer_social li a:nth-child(1):hover {
    background: #3b5998;
    color: var(--white);
}
.footer_social li:nth-child(2):hover a{
    background: #00acee;
    color: var(--white);
}
.footer_social li:nth-child(3):hover a{
    background: #0e76a8;
    color: var(--white);
}

@media only screen and (max-width: 1199.98px) {
    .count_list li span{
        display: block;
    }
}
@media only screen and (max-width: 767.98px) {
    .footer_terms{
        margin-bottom: 30px;
        justify-content: center;
    }
    .footer_social{
        justify-content: center;
    }
    
}
@media only screen and (max-width:575.98px) {
    .footer-area{
        margin-top: 4rem;
        padding-top: 4rem;
        padding-bottom: 2rem;
    }
    .footer_terms{
        width: 100%;
    }
    .count_list{
        margin-top: 1.5rem;
        justify-content: flex-start;
    }
    .footer_terms li{
        max-width: 50%;        
    }
    .footer_terms li a{
        margin-bottom: 1rem;
        margin-right: 0;
        padding-right: .75rem;
        padding-left: .75rem;
        border: none;
    }
    .count_list li{
        font-size: 1rem;
        width: 50%;
        margin-right: 0;
    }
}
@media only screen and (max-width:375.98px) {
    .footer_terms li a{
        margin-right: 0;
        border-right: none;
    }
}

/* --------------------------
	Contact Us Area
-------------------------- */
.contact-area{
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact_help h4{
    margin-bottom: 1rem;
}
.contact_help p{
    margin-bottom: 2rem;
}
.contact_help ul{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 4rem;
}
.contact_help ul li{
    padding: .5rem 0;
    font-weight: 600;
    padding-left: 2rem;
    position: relative;
}
.contact_help ul li::before{
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--color-primary);
    position: absolute;
    left: 0;
}
.contact__form h2{
    margin-bottom: 1rem;
}
.contact__form p{
    margin-bottom: 2rem;
    color: var(--color-primary);
}
.contact__form + p{
    font-size: .875rem;
    text-align: center;
    margin: 1.5rem 0;
}
.contact__form + p span{
    display: block;
    color: var(--color-primary);
}
.welcome-text{
    margin-bottom: 3rem;
}
.welcome-text h3 {
    font-family: var(--body-font);
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    margin-bottom: .5rem;
    color: var(--body-color);
}
.welcome-text h3 p{
    color: var(--gray);
}
.form-login .form-control {
    border: solid 1px #e8e8e8;
    border-radius: 2rem;
    height: calc(2.25em + .75rem + 2px);
    padding-left: 18px;
    font-size: 16px;
    background: transparent;
    color: #212529;
    transition: all .15s ease-in;
    margin-bottom: 1.25rem;
}

.form-login .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: solid 1px var(--color-primary);
    box-shadow: var(--shadow-dark);
    transform: translateY(-.2rem);
}

.form-login .form-control::placeholder {
    font-weight: 300;
    color: #999999;
    font-size: 16px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #F29725;
  -webkit-text-fill-color: #212529;  
  -webkit-box-shadow: 0 0 0px 1000px #ECF5F6 inset;
  transition: background-color 5000s ease-in-out 0s;
  font-size: 1rem;
}
.forgot-password a{
    color: var(--dark);
}
.signup-now {
    text-align: center;
    margin: 2rem 0;
    color: var(--dark);
}
.signup-now a{
    color: var(--color-primary);
}
.login-reg{
    font-weight: 600
}
.logo-dashboard{
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
}
/* --------------------------
	Service Stack Area
-------------------------- */
.service-stack-area{
    padding-top: 125px;
}
.s-stack-pad{
    padding-bottom: 125px;
}
.ss-nav{
    margin-top: -1.75rem;
    margin-bottom: 1.5rem;
}
.ss-nav .nav-link{
    background-color: var(--light-gray);
    font-size: 1rem;
    font-weight: 600;
    font-family: var(--head-font);
    border-radius: .625rem;
    color: var(--body-color);
    padding: 1rem 0;
    margin-bottom: .625rem;
}
.ss-nav .nav-link.active{
    color: #fff;
    background-color: var(--color-primary);
    box-shadow: none;
}
.ss-block{
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.ss-block h5{
    color: var(--body-color);
    margin-bottom: .75rem;
}
.ss-block p{
    color: var(--gray);
}
.ss-media{
    padding: 2rem;
    margin-bottom: 1.5rem;
    border-radius: .625rem;
}
.ss-media:nth-child(odd){
    border: 1px solid #eeeeee;
}
.ss-media .media-body{
    align-self: center;
}
.ss-media h4{
    color: var(--gray);
    font-family: var(--body-font);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.ss-media p{
    margin-bottom: 0;
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--gray);
}
.ss-media .ss-image{
    width: 100px;
    margin-right: 50px;
}
@media only screen and (max-width: 575.98px){
    .service-stack-area{
        padding-top: 75px;
    }
    .s-stack-pad{
        padding-bottom: 75px;
    }
    .ss-nav {
        margin-top: -1rem;
    }
    .ss-nav .nav-link {
        /* font-size: .875rem; */
        font-weight: 500;
        padding: .5rem 0;
    }
    .ss-nav .nav-item:not(:last-child){
        margin-right: 2px;
    }
    .ss-block {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .ss-block h5{
        /* font-size: 1rem; */
    }
    .ss-block p{
        /* font-size: .875rem; */
    }
    .ss-media{
        padding: 1rem;
    }
    .ss-media:first-child{
        margin-top: 1.5rem;
    }
    .ss-media .ss-image {
        width: 60px;
        margin-right: 20px;
    }
    .ss-media h4 {
        /* font-size: 1rem; */
        font-weight: 600;
        margin-bottom: .5rem;
    }
    .ss-media p {
        font-size: 1rem;
    }
}
/* --------------------------
	testimonial Area
-------------------------- */
.testmonial-block{
    padding-left: 80px;
}
.blk-image {
    display: flex;
}

.blk-image img {
    object-fit: cover;
}

.bg-orange {
    background-image: var(--orange-gradient);
}

.bg-blue {
    background: rgb(79, 79, 111);
    background: linear-gradient(45deg, rgba(79, 79, 111, 1) 0%, rgba(105, 105, 150, 1) 35%, rgba(79, 79, 111, 1) 100%);
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: 100%
}

.bg-gray {
    background: rgb(80, 79, 77);
    background: linear-gradient(45deg, rgba(80, 79, 77, 1) 0%, rgba(121, 119, 116, 1) 35%, rgba(80, 79, 77, 1) 100%);
    padding-top: 3rem;
    padding-bottom: 3rem;
    height: 100%
}

.chevron-block {
    position: absolute;
    left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--white);
    transform: rotate(-90deg);
}

.chevron {
    position: absolute;
    margin: auto;
    top: 43px;
    right: 0;
    left: 0;
    height: 2px;
    width: 2px;
    border-radius: 2px;
    background: var(--white);
    animation-duration: 5s;
    animation-iteration-count: 2;
}

.chevron::before,
.chevron::after {
    position: absolute;
    top: -16px;
    content: "";
    height: 20px;
    width: 2px;
    border-radius: 2px;
    background: var(--white);
}

.chevron::before {
    left: -7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.chevron::after {
    right: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chevron-orange {
    background: #d47600;
}

.chevron-gray {
    background: #504F4D;
}

.chevron-blue {
    background: #4F4F6F;
}

.testmonial {
    font-size: .750rem;
    font-weight: 600;
    position: relative;
    color: var(--white);
    font-family: var(--head-font);
    margin-bottom: 1rem;
}

.testmonial::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: var(--white);
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.quotes {
    color: var(--white);
}
.quotes p{
    font-size: 1.5rem;
    color: var(--white);
}
.quotes footer {
    color: var(--light);
}
.quotes{
    position: relative;
}
.quotes::before {
    content: url(../img/icon/hire-blockquote.svg);
    position: absolute;
    left: -60px;
    top: -5px;
    opacity: .3;
}
.bg-gradient {
    background-image: var(--gray-gradient);
}
.hire-area{
    padding-top: 100px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 1199.98px){
    .quotes p {
        font-size: 1.25rem;
    }
}
@media only screen and (max-width: 767.98px){
    .blk-image img{
        object-fit: unset;
    }
    .chevron {
        top: 38px;
    }
    .testmonial-block {
        padding-left: 90px;
        padding-top: 1rem;
    }
    .chevron-block {
        top: -35px;
        left: 50%;
        width: 60px;
        height: 60px;
        transform: rotate(0deg) translate(-50%);
    }
}
@media only screen and (max-width: 575.98px){
    .quotes p {
        font-size: 1rem;
    }
    .testmonial-block {
        padding-left: 70px;
    }
    .hire-area{
        padding-top: 75px;
        padding-bottom: 75px;
    }
}
.platform .icon {
    font-size: 4rem;
    color: var(--gray-dark);
}

.platform:hover .icon {
    color: var(--color-primary);
}

.platform {
    color: var(--gray);
    background-color: var(--white);
    padding: 1.5rem;
    transition: transform .25s;
    text-align: left;
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(25% - 20px);
    margin-bottom: 25px;
}
.platform.active {
    text-decoration: none;
    color: var(--body-color);
    box-shadow: var(--shadow-dark);
    transform: translateY(-.25rem) scale(1);
}
.platform.active .platfotm-content .heading span{
    display: inline-block;
}
.platform.active .icon {
    color: var(--color-primary);
}
.platform .platfotm-content .heading span img {
    height: 14px;
}

.platfotm-content .heading span {
    display: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
}

.platform:hover .platfotm-content .heading span {
    display: inline-block;
}
.platfotm-content {
    margin-top: 1rem;
}

.platfotm-content .heading {
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    color: var(--gray);
}

.platfotm-content .text {
    margin-bottom: 0;
}

.platfotm-content .text span {
    display: none;
}

.platfotm-content .text span img.ftco-animated {
    animation-iteration-count: infinite;
}

.platform:hover {
    text-decoration: none;
    color: var(--body-color);
    box-shadow: var(--shadow-dark);
    transform: translateY(-.25rem) scale(1);
}

.platform:hover .platfotm-content .text span {
    display: inline-block;
}
@media only screen and (max-width: 1199.98px){
    .platform{
        width: calc(33.33% - 20px);
    }
}
@media only screen and (max-width: 767.98px){
    .platform{
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 575.98px){
    .platform{
        flex-direction: row;
        width: 100%;
        margin-bottom: 1rem;
    }
    .platform:first-child{
        margin-top: 1.5rem;
    }
    .platform .icon{
        font-size: 3rem;
        flex-basis: 75px;
    }
    .platfotm-content{
        align-self: center;
        margin-top: 0;
    }
}

/* .ellipse-clip{
    position: relative;
}
.ellipse-clip::after{
    content: url('../img/icon/curve.svg');    
    width: 100%;
    display: flex;
    justify-content: start;
    line-height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
} */

/* --------------------------
    Industries Specific Template / Health Care ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ 2
-------------------------- */
.bg-gray-gradient{
    background: rgb(234,234,234);
    background: linear-gradient(0deg, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 100%);
}
.ind-media-area{
    padding-top: 50px;
    padding-bottom: 100px;
}
.ind-media{
    padding: 2rem 0;
    align-items: center;
    border-bottom: 1px solid var(--light-gray);
    margin-bottom: 1.5rem;
}
.ind-media .ind-image{
    flex-basis: 16%;
    max-width: 16%;    
}
.ind-media .media-body{
    padding: 1.5rem 3rem;
}
.ind-media .media-body h4{
    color: var(--body-color);
    margin-bottom: 1rem;
}
.ind-media .media-body p{
    font-size: 1.2rem;
    color: var(--gray);
    margin: 0;
}
.ind-media:nth-child(even) .media-body h4,
.ind-media:nth-child(even) .media-body p{
    text-align: right;
}
.ind-media .media-body .ind-list{
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: square;
    margin-bottom: 2rem;
    color: var(--gray);
}
@media only screen and (max-width: 1199.98px){
    .ind-media .media-body{
        padding: 1rem 2rem;
    }
}
@media only screen and (max-width: 767.98px){
    .ind-media .ind-image{
        flex-basis: 20%;
        max-width: 20%;    
    }
    .ind-media{
        align-items: flex-start;        
    }
    .ind-media .media-body{
        padding: 0 2rem;
    }
}
@media only screen and (max-width: 575.98px){
    .ind-media-area{
        padding-top: 25px;
        padding-bottom: 75px;
    }
    .ind-media .ind-image{
        flex-basis: 25%;
        max-width: 25%;    
    }
    .ind-media .media-body{
        padding-right: 0;
        padding-left: 1.5rem;
    }
    .ind-media:nth-child(even) .media-body{
        order: 2;        
    }
    .ind-media:nth-child(even) .media-body h4,
    .ind-media:nth-child(even) .media-body p{
        text-align: left;
    }
    .ind-media .media-body h4{
        font-size: 1.2rem;
        margin-bottom: .5rem;
    }
    .ind-media .media-body p{
        font-size: 1rem;
    }
}

/* --------------------------
    About Us Area
-------------------------- */
/* .gallery-item{
    padding-bottom: 125px;
} */
.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 150px;
    position: relative;
}
.single-gallery-content{
    background-color: rgba(0, 0, 0, .5);
    color: var(--white);
    padding: .25rem .5rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-weight: 600;
}
.numbers-bg{
    background-color: #EAEAEE;
}
.hc-numbers-item{
    background: #D6D6DE;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 1rem;
}
.hc-number h1{
    color: var(--body-color);
    font-size: 3rem;
}
.hc-number p{
    color: var(--body-color);
    font-size: 1.25rem;
    margin-bottom: 0;
}
.hc-number-head{
    background: var(--white);
    display: inline-block;
    text-align: center;
    padding: 1rem 3rem;
    font-size: 1.5rem;
    font-weight: 700;
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1rem;
    color: var(--body-color);
}
@media only screen and (max-width: 575.98px){
    .gallery-item{
        padding-bottom: 75px;
    }
    .hc-numbers-item {
        width: 150px;
        height: 150px;
        margin: .5rem;
    }
    .hc-number h1{
        font-size: 2rem;
    }
    .hc-number p{
        font-size: 1rem;
    }
    .hc-number-head {
        font-size: 1.2rem;
        top: -1.5rem;
        width: 70%;
    }
}
@media (min-width: 576px){
    .modal-backdrop.show {
        opacity: .75;
    }
    .modal-small {
        max-width: 400px;
    }
}


/* Pricing Wave Off */
.fee_wave{
    border: 1px solid var(--gray);
    border-radius: .625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
}
.fee_wave .off{
    padding: 0 1.5rem;
    flex: 1;
}
.fee_wave .media-body{
    margin-right: 1rem;
}
.fee_wave img{
    width: 100px;
    margin-right: 1.5rem;
    align-self: flex-end;
}
.fee_wave .off-btn{
    background: var(--color-primary);
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    border-radius: 0 .625rem .625rem 0;
    flex-basis: 30%;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 600;
}
.fee_wave .off-btn:hover{
    color: var(--dark);
}
.fee_wave .off-btn a{
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    margin: 0 auto;
}
.fee_wave .off-btn a:hover{
    color: var(--dark);
}
.recruitment_wave{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.recruitment_wave .off{
    background-color: var(--dark);
    border-radius: .625rem;
    margin-bottom: 2rem;
    padding: 0 2rem;
}
.recruitment_wave img{
    width: 60px;
    margin-right: 1.5rem;
}
.recruitment_wave p{
    margin: 0;
    color: var(--white);
    font-size: 18px;
}
.recruitment_wave p a{
    font-family: var(--head-font);
    color: var(--white);
    font-weight: 700;
    text-decoration: underline;
}
.recruitment_wave p a:hover{
    color: var(--color-primary)
}
@media only screen and (max-width: 767.98px){
    .fee_wave{
        flex-direction: column;
    }
    .fee_wave .media-body{
        padding: .675rem 0;
    }
    .fee_wave .off-btn{
        border-radius: 0;
        border-top: 1px solid var(--gray);
        background: transparent;
    }
    .fee_wave .off-btn a{
        color: var(--color-primary);
        padding: .675rem;
    }
}
@media only screen and (max-width: 480px){
    .fee_wave .media{
        flex-direction: column;
        text-align: center;
    }
    .fee_wave img{
        align-self: center;
    }
}


/* Margins and Paddings */
.mt-5 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mt-55 {
    margin-top: 55px
}

.mt-60 {
    margin-top: 60px
}

.mt-65 {
    margin-top: 65px
}

.mt-70 {
    margin-top: 70px
}

.mt-75 {
    margin-top: 75px
}

.mt-80 {
    margin-top: 80px
}

.mt-85 {
    margin-top: 85px
}

.mt-90 {
    margin-top: 90px
}

.mt-95 {
    margin-top: 95px
}

.mt-100 {
    margin-top: 18px !important
}

.mt-105 {
    margin-top: 105px
}

.mt-110 {
    margin-top: 110px
}

.mt-115 {
    margin-top: 115px
}

.mt-120 {
    margin-top: 120px
}

.mt-125 {
    margin-top: 125px
}

.mt-130 {
    margin-top: 130px
}

.mt-135 {
    margin-top: 135px
}

.mt-140 {
    margin-top: 140px
}

.mt-145 {
    margin-top: 145px
}

.mt-150 {
    margin-top: 150px
}

.mt-155 {
    margin-top: 155px
}

.mt-160 {
    margin-top: 160px
}

.mt-165 {
    margin-top: 165px
}

.mt-170 {
    margin-top: 170px
}

.mt-175 {
    margin-top: 175px
}

.mt-180 {
    margin-top: 180px
}

.mt-185 {
    margin-top: 185px
}

.mt-190 {
    margin-top: 190px
}

.mt-195 {
    margin-top: 195px
}

.mt-200 {
    margin-top: 200px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-105 {
    margin-bottom: 105px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-125 {
    margin-bottom: 125px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-135 {
    margin-bottom: 135px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.mb-155 {
    margin-bottom: 155px
}

.mb-160 {
    margin-bottom: 160px
}

.mb-165 {
    margin-bottom: 165px
}

.mb-170 {
    margin-bottom: 170px
}

.mb-175 {
    margin-bottom: 175px
}

.mb-180 {
    margin-bottom: 180px
}

.mb-185 {
    margin-bottom: 185px
}

.mb-190 {
    margin-bottom: 190px
}

.mb-195 {
    margin-bottom: 195px
}

.mb-200 {
    margin-bottom: 200px
}

.ml-5 {
    margin-left: 5px
}

.ml-10 {
    margin-left: 10px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-25 {
    margin-left: 25px
}

.ml-30 {
    margin-left: 30px
}

.ml-35 {
    margin-left: 35px
}

.ml-40 {
    margin-left: 40px
}

.ml-45 {
    margin-left: 45px
}

.ml-50 {
    margin-left: 50px
}

.ml-55 {
    margin-left: 55px
}

.ml-60 {
    margin-left: 60px
}

.ml-65 {
    margin-left: 65px
}

.ml-70 {
    margin-left: 70px
}

.ml-75 {
    margin-left: 75px
}

.ml-80 {
    margin-left: 80px
}

.ml-85 {
    margin-left: 85px
}

.ml-90 {
    margin-left: 90px
}

.ml-95 {
    margin-left: 95px
}

.ml-100 {
    margin-left: 100px
}

.ml-105 {
    margin-left: 105px
}

.ml-110 {
    margin-left: 110px
}

.ml-115 {
    margin-left: 115px
}

.ml-120 {
    margin-left: 120px
}

.ml-125 {
    margin-left: 125px
}

.ml-130 {
    margin-left: 130px
}

.ml-135 {
    margin-left: 135px
}

.ml-140 {
    margin-left: 140px
}

.ml-145 {
    margin-left: 145px
}

.ml-150 {
    margin-left: 150px
}

.ml-155 {
    margin-left: 155px
}

.ml-160 {
    margin-left: 160px
}

.ml-165 {
    margin-left: 165px
}

.ml-170 {
    margin-left: 170px
}

.ml-175 {
    margin-left: 175px
}

.ml-180 {
    margin-left: 180px
}

.ml-185 {
    margin-left: 185px
}

.ml-190 {
    margin-left: 190px
}

.ml-195 {
    margin-left: 195px
}

.ml-200 {
    margin-left: 200px
}

.mr-5 {
    margin-right: 5px
}

.mr-10 {
    margin-right: 10px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-25 {
    margin-right: 25px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-45 {
    margin-right: 45px
}

.mr-50 {
    margin-right: 50px
}

.mr-55 {
    margin-right: 55px
}

.mr-60 {
    margin-right: 60px
}

.mr-65 {
    margin-right: 65px
}

.mr-70 {
    margin-right: 70px
}

.mr-75 {
    margin-right: 75px
}

.mr-80 {
    margin-right: 80px
}

.mr-85 {
    margin-right: 85px
}

.mr-90 {
    margin-right: 90px
}

.mr-95 {
    margin-right: 95px
}

.mr-100 {
    margin-right: 100px
}

.mr-105 {
    margin-right: 105px
}

.mr-110 {
    margin-right: 110px
}

.mr-115 {
    margin-right: 115px
}

.mr-120 {
    margin-right: 120px
}

.mr-125 {
    margin-right: 125px
}

.mr-130 {
    margin-right: 130px
}

.mr-135 {
    margin-right: 135px
}

.mr-140 {
    margin-right: 140px
}

.mr-145 {
    margin-right: 145px
}

.mr-150 {
    margin-right: 150px
}

.mr-155 {
    margin-right: 155px
}

.mr-160 {
    margin-right: 160px
}

.mr-165 {
    margin-right: 165px
}

.mr-170 {
    margin-right: 170px
}

.mr-175 {
    margin-right: 175px
}

.mr-180 {
    margin-right: 180px
}

.mr-185 {
    margin-right: 185px
}

.mr-190 {
    margin-right: 190px
}

.mr-195 {
    margin-right: 195px
}

.mr-200 {
    margin-right: 200px
}

.pt-5 {
    padding-top: 5px
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

.pt-40 {
    padding-top: 40px
}

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

.pt-60 {
    padding-top: 60px
}

.pt-65 {
    padding-top: 65px
}

.pt-70 {
    padding-top: 70px
}

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-90 {
    padding-top: 90px
}

.pt-95 {
    padding-top: 95px
}

.pt-100 {
    padding-top: 100px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-175 {
    padding-top: 175px
}

.pt-180 {
    padding-top: 180px
}

.pt-185 {
    padding-top: 185px
}

.pt-190 {
    padding-top: 190px
}

.pt-195 {
    padding-top: 195px
}

.pt-200 {
    padding-top: 200px
}

.pt-260 {
    padding-top: 260px
}

.pb-5 {
    padding-bottom: 5px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-65 {
    padding-bottom: 65px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-185 {
    padding-bottom: 185px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-200 {
    padding-bottom: 200px
}

.pl-5 {
    padding-left: 5px
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-25 {
    padding-left: 25px
}

.pl-30 {
    padding-left: 30px
}

.pl-35 {
    padding-left: 35px
}

.pl-40 {
    padding-left: 40px
}

.pl-45 {
    padding-left: 45px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-65 {
    padding-left: 65px
}

.pl-70 {
    padding-left: 70px
}

.pl-75 {
    padding-left: 75px
}

.pl-80 {
    padding-left: 80px
}

.pl-85 {
    padding-left: 85px
}

.pl-90 {
    padding-left: 90px
}

.pl-95 {
    padding-left: 95px
}

.pl-100 {
    padding-left: 100px
}

.pl-105 {
    padding-left: 105px
}

.pl-110 {
    padding-left: 110px
}

.pl-115 {
    padding-left: 115px
}

.pl-120 {
    padding-left: 120px
}

.pl-125 {
    padding-left: 125px
}

.pl-130 {
    padding-left: 130px
}

.pl-135 {
    padding-left: 135px
}

.pl-140 {
    padding-left: 140px
}

.pl-145 {
    padding-left: 145px
}

.pl-150 {
    padding-left: 150px
}

.pl-155 {
    padding-left: 155px
}

.pl-160 {
    padding-left: 160px
}

.pl-165 {
    padding-left: 165px
}

.pl-170 {
    padding-left: 170px
}

.pl-175 {
    padding-left: 175px
}

.pl-180 {
    padding-left: 180px
}

.pl-185 {
    padding-left: 185px
}

.pl-190 {
    padding-left: 190px
}

.pl-195 {
    padding-left: 195px
}

.pl-200 {
    padding-left: 200px
}

.pr-5 {
    padding-right: 5px
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-25 {
    padding-right: 25px
}

.pr-30 {
    padding-right: 30px
}

.pr-35 {
    padding-right: 35px
}

.pr-40 {
    padding-right: 40px
}

.pr-45 {
    padding-right: 45px
}

.pr-50 {
    padding-right: 50px
}

.pr-55 {
    padding-right: 55px
}

.pr-60 {
    padding-right: 60px
}

.pr-65 {
    padding-right: 65px
}

.pr-70 {
    padding-right: 70px
}

.pr-75 {
    padding-right: 75px
}

.pr-80 {
    padding-right: 80px
}

.pr-85 {
    padding-right: 85px
}

.pr-90 {
    padding-right: 90px
}

.pr-95 {
    padding-right: 95px
}

.pr-100 {
    padding-right: 100px
}

.pr-105 {
    padding-right: 105px
}

.pr-110 {
    padding-right: 110px
}

.pr-115 {
    padding-right: 115px
}

.pr-120 {
    padding-right: 120px
}

.pr-125 {
    padding-right: 125px
}

.pr-130 {
    padding-right: 130px
}

.pr-135 {
    padding-right: 135px
}

.pr-140 {
    padding-right: 140px
}

.pr-145 {
    padding-right: 145px
}

.pr-150 {
    padding-right: 150px
}

.pr-155 {
    padding-right: 155px
}

.pr-160 {
    padding-right: 160px
}

.pr-165 {
    padding-right: 165px
}

.pr-170 {
    padding-right: 170px
}

.pr-175 {
    padding-right: 175px
}

.pr-180 {
    padding-right: 180px
}

.pr-185 {
    padding-right: 185px
}

.pr-190 {
    padding-right: 190px
}

.pr-195 {
    padding-right: 195px
}

.pr-200 {
    padding-right: 200px
}
