/*
Author       : Dreamguys
Template Name: Clockfie Saas - Bootstrap Template
Version      : 1.0
*/

/*============================
 [Table of CSS]

1. General
2. Header
3. Mobile Menu
4. Footer
5. Home
6. Responsive

========================================*/

/*-----------------
	1. General
-----------------------*/

* {
	padding: 0;
	margin: 0;
}
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
body {
	color: #374151;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden;
	background: #F9FBFF;
}
html, body {
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #374151;
	font-weight: 700;
	line-height: 1.2;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
	margin: 0;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
p {
	color:#374151;
}
a {
	text-decoration:none;
}
a:hover,
a:focus {
    text-decoration:none;
    outline:none;
}
button:focus {
	outline: 0;
}

/*-----------------
	11. Header
-----------------------*/

.header-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
    position: relative;
	height: 70px;
	padding: 0 20px;
	margin-bottom: 0;
	margin-top: 20px;
}
.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav li a {
	display: block;
    font-size: 16px;
    font-weight: 500;
	color: #fff;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.main-nav li a:hover {
	color: #FF8577;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.main-nav li.login-link {
	display: none;
}
.logo {
    display: inline-block;
    margin-right: 30px;
    width: 160px;
}
.header-navbar-rht {
    margin: 0;
	margin-left: 0;
	padding: 0;
}
.header-navbar-rht li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    padding-right: 20px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.header-navbar-rht li:last-child {
	padding-right:0px;
}
.header-navbar-rht > li > a {
	font-size: 16px;
	font-weight: 500;
}
.header-navbar-rht li a.header-login:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.header-navbar-rht li .dropdown-menu a:hover {
    color: #1879cd;
	letter-spacing: 0.5px;
	padding-left: 20px;
	background-color: #fff;
}
.header-navbar-rht li a.header-login {
	background-color: transparent;
	color: #1e88e5;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
	min-width: 146px;
    padding: 11px 10px;
	border: 2px solid #fff;
}
.header-navbar-rht .logged-item .nav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    font-size: 16px;
	line-height: 70px;
	padding: 0 10px;
}
.main-menu-wrapper {
    margin-left: auto;
}
.start-day {
	background: #11CDEF;
	border: 2px solid #11CDEF;
	margin-left: 13px;
	padding: 11px 10px;
	border-radius: 6px;
	color: #fff;
	min-width: 227px;
    text-align: center;
}
.start-day:hover {
	background: #10bfdf;
    border: 2px solid #10bfdf;
	color: #fff;
}
.add-header-bg {
	margin: 0;
    background: #1c2584;
	box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
    transition-duration: 0.4s;
	height: 80px;
}
.header-login i {
	margin-right: 10px;
}

/*-----------------
	12. Mobile Menu
-----------------------*/

.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1040;
}
.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}
.menu-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
    height: 60px;
    padding:  0 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
    border-bottom: 1px solid #f0f0f0;
	display: none;
}
.menu-logo img {
    height: 40px;
}
.menu-close {
	font-size: 18px;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: #1e88e5;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}
.bar-icon span:nth-child(2) {
    width: 16px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
#mobile_btn {
	display: none;
	margin-right: 30px;
}
html.menu-opened body {
    overflow: hidden;
}

/*-----------------
	13. Footer
-----------------------*/

.footer {
    background: linear-gradient(180deg, rgba(236, 240, 253, 0.53) 14.32%, #ECF0FD 45.83%, rgba(236, 240, 253, 0.43) 84.33%, rgba(236, 240, 253, 0) 100%);
	border-top: 1px solid #eceff0;
	position: relative;
	font-size: 14px;
}
.footer .footer-top {
	padding: 60px 0px 30px;
	position: relative;
	z-index: 9;
}
.footer-top .footer-about-content {
	max-width: 315px;
}
.footer-bottom {
	position: relative;
	z-index: 9;
}
.footer-title {
    color: #26292c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}
.footer-widget .footer-logo {
	margin-bottom: 15px;
}
.footer-widget .footer-logo img {
    max-height: 100%;
    max-width: 100%;
}
.footer-widget .footer-about-content p {
	color: #26292c;
}
.footer-widget .footer-about-content p:last-child {
	margin-bottom: 0;
}
.footer-menu ul li {
    margin-bottom: 10px;
    position: relative;
}
.footer-menu ul li:last-child {
	margin-bottom: 0;
}
.footer-menu ul li a {
	color: #000;
	transition: all 0.4s ease 0s;
}
.footer-menu ul li a i {
	margin-right: 5px;
}
.footer-widget.footer-menu ul li a:hover {
	color: #000;
	letter-spacing: 0.5px;
	padding-left: 10px;
}
.footer-contact-info {
	color: #000;
}
.footer-contact-info .footer-address {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-contact-info .footer-address span {
	margin-right: 20px;
}
.footer-contact-info .footer-address span i.fa-map-marker-alt {
	font-size: 20px;
}
.footer-contact-info p i {
	margin-right: 15px;
}
.footer-bottom .copyright {
    padding: 40px 0;
}
.home-page .footer .footer-bottom .copyright {
	border-top: 1px solid #eceff0;
}
.footer-bottom .copyright-text p {
	color: #000;
	text-align: right;
}
.footer-bottom .copyright-text p a {
	color: #09e5ab;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.footer-bottom .copyright-text p a:hover {
	color: #565656;
}
.footer-bottom .copyright-text p.title {
	font-weight: 400;
	margin: 10px 0 0;
}
.social-icon ul {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.social-icon ul li {
	margin-right: 15px;
}
.social-icon ul li:last-child {
	margin-right: 0;
}
.social-icon ul li a {	
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	transition: all 0.4s ease 0s;
}
.social-icon ul li a:hover {
	color: #FF8577;
}
.footer-widget.footer-menu ul li a:hover {
	color: #FF8577;
}
.copyright-border {
	border: 1px solid #F2F2F2;
}
.social-icon-space i {
	width: 36px;
	height: 36px;
	border-radius: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
	color: #fff;
}
.facebook {
	background: #3B5998;
	border-radius: 50px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.facebook:hover {
	background: #284072;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.twitter {
	background: #55ACEE;
	border-radius: 50px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.twitter:hover {
	background: #4797d5;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.linkedin {
	background: #007AB9;
	border-radius: 50px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.linkedin:hover {
	background: #086697;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.social-icon-list {
	margin-top: 40px;
}

/*-----------------
	Button
-----------------------*/

.btn{
    overflow: hidden;
    position: relative;
    transition:all 0.3s ease 0.2s;
}
.btn span{ display: block; }
.btn:before,
.btn:after,
.btn span:before,
.btn span:after{
    content: '';
    height: 100%;
    width:100%;
    box-shadow: -3px 0 0 0 #fff, 3px 0 0 0 #fff;
    transform:scaleX(0);
    position: absolute;
    left: 0;
    top: 0;
    transition:all 0.2s ease-in;
}
.btn:before{ transition-delay: 0.1s; }
.btn:after{ transition-delay: 0.2s; }
.btn span:before{ transition-delay: 0.3s; }
.btn span:after{ transition-delay: 0.4s; }
.btn:hover:before,
.btn:hover:after,
.btn:hover span:before,
.btn:hover span:after{
    transform:scaleX(1);
}
.start-day:focus {
	color: #fff;
}

/*-----------------
	Hero Section
-----------------------*/

.bg-grey{
	background: #f8f8f8;
}
.hero-section {
	background: url('../img/banner-1.jpg')no-repeat;
	transition: 0.5s;
	-webkit-transition:0.5s;
	background-size: 100% auto;
	position: relative;
}
.hero-section .content {
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.hero-section .content span {
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
}
.hero-section .content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin: 15px 0px 20px;
}
.hero-one .content h1 span {
	color: #FF8577;
	font-size: 50px;
	font-weight: 700;
}
.hero-section .content p {
	color: #fff;
	margin-bottom: 30px;
	padding: 0;
	font-size: 14px;
}
.hero-section .hero-wrap {
    overflow: hidden;
    position: relative;
    z-index: 10;
	min-height: 707px;
	padding-top: 130px;
}
.hero-section .hero-wrap .banner {
	margin-top: 50px;
}
.view-btn {
	 background-color: #fff;
    border: 2px solid #fff;
    color: #fff;
	border-radius: 30px;
	border-radius: 6px;
	display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 25px;
    overflow: hidden;
    text-transform: capitalize;
	padding: 10px 40px;
	margin: 0 5px;
	color: #1C2483;
}
.view-btn i {
	margin-left: 12px;
}
.view-btn:hover, 
.view-btn:active, 
.view-btn:focus {
    background-color: #ddd7d7;
	border: 2px solid #ddd7d7;
    color: #1C2483;
}
.banner-img img {
	width: 100%;
}
.companion-clockfie {
	padding-top: 80px;
}
.business-companion:before {
	content: "";
	position: absolute;
	background-color: #2A328F;
	min-height: 572px;
    width: 100%;
    z-index: -1;
	background: url(../img/best-bg.jpg) no-repeat center;
}
.business-companion .heading-section h2 {
	color: #fff;
	margin-bottom: 60px;
}
.make-clockfie {
	cursor: pointer;
}
.make-clockfie p {
	font-size: 15px;
	color: #fff;
}
.make-clockfie.active {
	border-bottom: 2px solid #fff;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.make-clockfie:hover {
	border-bottom: 2px solid #fff;
}
.img-companion {
	width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.make-clockfie p {
	margin-bottom: 0;
}
.what-makes { 
	margin-top: 50px;
}
.what-makes img {
	max-width: 1076px;
}

/*-----------------
	15. Home
-----------------------*/

.why-track {
	padding: 80px 0px;
	background: rgba(7, 190, 143, 0.05);
}
.time-tracks {
	background: url(../img/time-bg.png) no-repeat center;
}
.track-time-detail h2 {
	margin-bottom: 21px;
}
.heading-section h2 {
	margin: 7px 0px;
}
.track-time-detail p {
	margin-bottom: 40px;
}
.btn-primary {
	background-color: #11CDEF;
	border: 1px solid #11CDEF;
}
.main-wrapper .btn-primary:focus,
.main-wrapper .btn:focus {
	box-shadow: none;
}
.try-demo .btn-primary {
    min-width: 157px;
    padding: 13px 10px;
	font-weight: 700;
}
.try-demo .btn-primary:hover { 
	background-color: #10bfdf;
    border: 1px solid #10bfdf;
}
.track-comman:hover {
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0px 24px 54px rgb(158 189 240 / 65%);
}
.track-comman {
    background: #fff;
    box-shadow: 0px 24px 54px rgb(158 189 240 / 25%);
    border-radius: 10px;
    padding: 25px;
	margin-bottom: 25px;
	width: 306px;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.track-comman  p {
	margin-bottom: 0;
}
.track-comman h4 {
	font-size: 24px;
	margin-bottom: 12px;
}
.track-position,
.track-position-one {
	position: relative;
}
.track-team {
	position: absolute;
	top: 30px;
}
.features-clockfie {
	padding: 80px 0px;
	background: #fff;
}
.side-comman h2 span {
	background: #11CDEF;
    padding: 3px 9px;
    border-radius: 10px;
	color: #fff;
}
.features-img img {
	width: 100%;
}
.manage-team {
	margin-top: 80px;
}
.group-icon {
	width: 88px;
	height: 88px;
	background-color: #1090CB;
	color: #fff;
	border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
	margin-right: 20px;
}
.group-icon img {
	padding: 30px;
}
.business-icon i {
	background-color: #08D3BB;
}
.time-icon i {
	background-color: #1C5BFF;
}
.team-head {
	margin-bottom: 15px;
}
.team-head h2 {
	font-size: 28px;
}
.clockfie-list {
	padding: 0;
	margin: 0;
	line-height: 2.3em;
	margin-bottom: 30px;
}
.clockfie-list li {
	list-style: none;
}
.clockfie-list li i {
	margin-right: 11px;
	color: #1090CB;
}
.business-list li i{
	color: #08D3BB;
}
.time-list li i {
	color: #1C5BFF;
}
.free-trial .btn-primary,
.start-trial .btn-primary,
.trial-free .btn-primary {
	min-width: 157px;
    padding: 13px 10px;
}
.free-trial .btn-primary {
	background-color: #1090CB;
	border: 1px solid #1090CB;
}
.free-trial .btn-primary:hover {
	background-color: #1284b9;
	border: 1px solid #1284b9;
}
.start-trial .btn-primary {
	background-color: #16C8BE;
	border: 1px solid #16C8BE;
}
.start-trial .btn-primary:hover {
	background-color: #16b7ae;
	border: 1px solid #16b7ae;
}
.trial-free .btn-primary {
	background-color: #1C5BFF;
	border: 1px solid #1C5BFF;
}
.trial-free .btn-primary:hover {
	background-color: #1b55ed;
	border: 1px solid #1b55ed;
}
.features-list {
	justify-content: space-around;
}
.side-img img {
	position: absolute;
	right: 0;
}
.side-img-left img {
	position: absolute;
	left: 0;
}
.clockfie-highlight {
	padding: 80px 0px;
	background: #F9FBFF;
}
.highlight {
	background: url(../img/light-bg-01.png) no-repeat center;
}
.highlight-clockfie {
	margin-top: 60px;
}
.side-comman h2 span {
    background: #11CDEF;
    padding: 3px 9px;
    border-radius: 10px;
    color: #fff;
}
.highlight-box {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 25px;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.highlight-box:hover {
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 25%);
	cursor: pointer;
}
.highlight-icon {
	margin-right: 20px;
}
.highlight-condent h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.highlight-condent p {
	margin-bottom: 0;
	font-size: 14px;
}
.get-start .btn-primary {
	min-width: 157px;
	padding: 13px 10px;
	border: 2px solid #11cdef;
	font-weight: 700;
	margin-top: 45px;
}
.get-start .btn-primary:hover {
	background: #10bfdf;
    border: 2px solid #10bfdf;
}
.price-plan {
	padding: 80px 0px 65px;
	background: #fff;
}
.price-list {
	justify-content: center;
	margin-bottom: 50px;
}
.btn-plan {
	background: transparent;
	border: 0;
	min-width: 147px;
	padding: 13px 10px;
	font-weight: 700;
}
.btn-plan.active {
	background-color: #FF9131;
	color: #fff;
	box-shadow: 0px 4px 34px rgba(227, 227, 227, 0.45);
	border-radius: 5px;
}
.plan-price {
	margin-top: 60px;
}
.clockfie-plan {
	background: #FFFFFF;
	box-shadow: 0px 24px 54px rgba(158, 189, 240, 0.25);
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 30px;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.clockfie-plan h4 {
	font-size: 20px;
	color: #2A328F;
	margin-bottom: 15px;
}
.clockfie-plan p {
	font-size: 14px;
	margin-bottom: 20px;
}
.price-start p {
	color: #374151;
	margin-bottom: 15px;
}
.recomend {
	display: flex;
	align-items: center;
	margin-bottom: 7px;
}
.recomend h4 {
	margin-bottom: 0px;
}
.recomend a {
	font-size: 14px;
	margin-left: 6px;
}
.clockfie-essential {
	margin-bottom: 34px;
}
.price-start h2 {
	font-size: 36px;
	color: #2A328F;
	margin-bottom: 25px;
}
.price-start span {
	font-size: 14px;
	font-weight: 400;
}
.subscribe-now .btn-primary {
	min-width: 100%;
    padding: 18px 10px;
	background-color: #FF9131;
	border: 1px solid #FF9131;
}
.subscribe-now .btn-primary:hover {
	background-color: #ed8429;
	border: 1px solid #ed8429;
}
.clockfie-plan:hover {
	background: #2A328F;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
	border-radius: 20px;
}
.clockfie-plan:hover h4,
.clockfie-plan:hover p,
.clockfie-plan:hover .clockfie-list li,
.clockfie-plan:hover .price-start span,
.clockfie-plan:hover .price-start p,
.clockfie-plan:hover .price-start h2,
.clockfie-plan:hover .clockfie-list li i {
	color: #fff;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.tracking-time {
	background: #2A328F;
}
.tracking-time h1 {
	margin-bottom: 27px;
	color: #fff;
	font-size: 38px;
	font-weight: 600;
}
.tracking {
	background: url(../img/track-bg-01.png) no-repeat center;
	padding: 100px 0px 70px;
}
.student-say-about {
	padding: 80px 0px;
}
.student-slide-testimoni {
	max-width: 70%;
}
.student-say-about .say-text {
	font-size: 14px;
	color: #3D3D3D;
	font-weight: 500;
	line-height: 23px;
	padding: 0px 40px;
	margin-top: 16px;
}
.student-about-img img {
	border-radius: 50px;
}
.testimonial-section {
    background: linear-gradient(180deg, rgba(236, 240, 253, 0.53) 14.32%, #ECF0FD 45.83%, rgba(236, 240, 253, 0.43) 84.33%, rgba(236, 240, 253, 0) 100%);
}
.testimonial-section .heading-section {
	padding-bottom: 100px;
}
.testi-img .img-box {
    max-width: 360px;
    margin: auto;
    text-align: center;
    position: relative;
}
.testi-img .circle {
    height: 360px;
    width: 360px;
    background-color: #fb9c9a;
    position: absolute;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.testi-img .img-box-inner {
    position: relative;
    border-radius: 0 0 180px 180px;
    overflow: hidden;
}
.testi-img .img-box-inner img {
    max-width: 310px;
}
.testimonial-section .carousel-inner {
    padding-bottom: 20px;
}
.testimonial-section .carousel-control-prev {
    margin-right: 10px;
}
.testimonial-section .carousel-control-next {
	position: absolute;
    height: 60px;
    width: 60px;
    display: inline-flex;
    border-radius: 50px;
	top: inherit;
	bottom: -35px;
    right: 90px;
	opacity:1;
}
.testimonial-section .carousel-control-prev {
    position: absolute;
    height: 60px;
    width: 60px;
    display: inline-flex;
    border-radius: 50px;
	top: inherit;
	bottom: -35px;
    left: 75%;
	opacity: 1;
}
.testimonial-section .student-testimonial-prev i,
.testimonial-section .student-testimonial-next i {
	color: #ccc;
	font-size: 23px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.testimonial-section .student-testimonial-prev i:hover,
.testimonial-section .student-testimonial-next i:hover {
	color: #3D3D3D;
	font-size: 28px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.testimonial-section .carousel-control-prev img,
.testimonial-section .carousel-control-next img {
    width: 16px;
}
.client-qute {
	position: relative;
}
.client-qute img {
	position: absolute;
	right: 35px;
	top: -27px;
}
.say-us:before {
	content: "";
    position: absolute;
    right: -59px;
    top: 112px;
    background-image: url(../img/client-bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 141px;
    height: 154px;
    z-index: -2;
}
.say-us:after {
	content: "";
    position: absolute;
    left: -59px;
    bottom: -50px;
    background-image: url(../img/client-bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 154px;
    z-index: -3;
}
.testi-item span {
	font-size: 18px;
	color: #3D3D3D;
	margin-bottom: 16px;
}
.testi-item h3 {
    font-size: 20px;
    text-transform: capitalize;
	margin: 70px 0px 2px;
}
.student-bg-fix img{
	position: absolute;
    top: -58px;
    right: -45px;
    z-index: -3;
}
.testimonial-section .carousel-inner .student-group {
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 60px 0px;
	max-width: 75%;
	margin: 0 auto;
	position: relative;
}
.testimonial-section .carousel-inner .student-group:before {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #FFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    width: 107%;
    height: 92%;
	margin: 0 auto;
	z-index: -1;
}
.testimonial-section .carousel-inner .student-group:after {
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #FFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    border-radius: 20px;
    width: 115%;
    height: 85%;
	margin: 0 auto;
	z-index: -2;
}
.student-item {
	position: relative;
	list-style: none;
	padding: 0;
}
.student-item .student-list {
	position: absolute;
	z-index: 99;
}
.student-item .student-list img {
	width: 80px;
	border-radius: 50px;
}
.student-item .user-one {
	top: 25px;
	left: 85px;
}
.student-item .user-two {
	top: 124px;
    left: -36px;
}
.student-item .user-three {
	top: 316px;
    left: 60px;
}
.student-item .user-four {
	top: 25px;
	right: 93px;
}
.student-item .user-five {
	top: 124px;
    right: -36px;
}
.student-item .user-six {
	top: 316px;
    right: 60px;
}
.header-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 999;
}
.header {
	height: 100px;
}
.btn {
    letter-spacing: 0.02em;
}

/*-----------------
	44. Responsive
-----------------------*/

@media (min-width: 992px) {
	.main-nav > li {
		margin-right: 30px;
	}
	.main-nav > li:last-child {
		margin-right: 0;
	}
	.main-nav li {
		display: block;
		position: relative;
	}
	.main-nav > li > a {
		line-height: 70px;
		padding: 0 !important;
	}
	.main-nav > li > a > i {
		font-size: 12px;
		margin-left: 3px;
	}
	.main-nav li > ul {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 3px  rgba(0, 0, 0, 0.1);
		display: block;
		font-size: 14px;
		left: 0;
		margin: 0;
		min-width: 200px;
		opacity: 0;
		padding: 0;
		position: absolute;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		top: 100%;
		visibility: hidden;
		z-index: 1000;
	}
	.main-nav li .submenu::before {
		border: 7px solid #fff;
		border-color: transparent transparent #fff #fff;
		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
		content: "";
		left: 45px;
		position: absolute;
		top: 2px;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.main-nav li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.main-nav .has-submenu.active > a {
		color: #1e88e5;
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: #1e88e5;
	}
	.header-one .main-nav .has-submenu.active .submenu li.active > a,
	.header-four .main-nav .has-submenu.active .submenu li.active > a {
		color: #6255A4;
	}
	.header-two .main-nav .has-submenu.active .submenu li.active > a {
		color: #F66962;
	}
	.header-five .main-nav .has-submenu.active .submenu li.active > a {
		color: #296ED6;
	}
	.main-nav > li .submenu li:first-child a {
		border-top: 0;
	}
	.main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: -1px;
		margin-right: 0;
	}
	.main-nav > li .submenu > li .submenu {
		left: 100%;
		top: 0;
		margin-top: 10px;
	}
	.main-nav li .submenu a:hover {
		color: #1e88e5;
		letter-spacing: 0.5px;
		padding-left: 20px;
	}
	.main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
		top: 20px;
		margin-left: -35px;
		box-shadow: 1px 1px 0 0 rgba(0,0,0,.15);
		border-color: transparent #fff #fff transparent;
	}
	.header-navbar-rht .dropdown-toggle.show + .dropdown-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.header-navbar-rht li .dropdown-menu {
		border-radius: 5px;
		padding: 0;
		margin: 0;
		min-width: 200px;
		visibility: hidden;
		opacity: 0;
	 	top: 100%;
	    right: 0;
	    left: auto;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		display: block;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	.profile-custom-list > li{
		width: 33.33%;
	}
	.custom-about p{
		width: 73%;
	}
}

@media (min-width: 1200px) {
	.track-comman {
		width: 360px;
	}
}

@media (max-width: 1399px) {
	.track-comman {
		width: 306px;
	}
}

@media (max-width: 1199px) {
	.header-nav {
		padding-left: 0px;
		padding-right: 0px;
	}
	.container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
	.row.row-grid > div {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.header-navbar-rht li.contact-item {
		display: none;
	}
	.testimonial-section .carousel-control-prev {
		height: 50px;
		width: 50px;
		left: 75%;
	}
	.testimonial-section .carousel-control-next {
		height: 50px;
		width: 50px;
		right: 120px;
	}
	.student-bg-fix img {
		right: 0px;
	}
	.student-slide-testimoni {
		max-width: 87%;
	}
	.main-nav li a,
	.header-navbar-rht li a.header-login,
	.header-navbar-rht > li > a	{
		font-size: 15px;
	}
	.start-day {
		padding: 7px 10px;
		min-width: 190px;
	}
	.header-navbar-rht li a.header-login {
		min-width: 100px;
		padding: 7px 10px;
	}
	.logo img {
		width: 130px;
	}
	.hero-section {
		background-size: auto;
	}
	.track-team {
		position: relative;
		top: 0;
	}
	.track-comman {
		width: 100%;
	}
	.why-track {
		padding: 80px 0px 45px;
	}
	.team-head h2 {
		font-size: 22px;
	}
	.group-icon {
		width: 80px;
		height: 76px;
	}
	.group-icon img {
		max-width: 100px;
	}
	.hero-section .content h1,
	.hero-one .content h1 span {
		font-size: 40px;
	}
	.track-time-detail h2,
	.heading-section h2	{
		font-size: 30px;
	}
	.track-comman h4 {
		font-size: 20px;
	}
	.what-makes img {
		width: 100%;
	}
	.tracking-time h1 {
		font-size: 32px;
	}
	.move-student {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.main-nav {
		padding: 0;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.main-nav ul {
		background-color: #3474ac;
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-nav > li {
		border-bottom: 1px solid #1663a6;
		margin-left: 0;
	}
	.main-nav li + li {
		margin-left: 0;
	}
	.main-nav > li > a {
		line-height: 1.5;
		padding: 15px 20px !important;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
	}
	.main-nav > li.active > a,
	.main-nav .has-submenu.active .submenu li.active > a,
	.main-nav .has-submenu.active > a{
		color: #fff !important;
	}
	.main-nav > li > a > i {
		float: right;
		margin-top: 5px;
	}
	.main-nav > li .submenu li a {
		border-top: 0;
		color: #fff;
		padding: 10px 15px 10px 35px;
	}
	.main-nav > li .submenu ul li a {
		padding: 10px 15px 10px 45px;
	}
	.main-nav > li .submenu > li.has-submenu > a::after {
		content: "\f078";
	}
	.main-nav .has-submenu.active > a {
		color: #1879cd;
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: #1879cd;
	}
	.login-left {
		display: none;
	}
	.main-menu-wrapper {
		order: 3;
		width: 260px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 1060;
		transform: translateX(-260px);
		transition: all 0.4s;
		background-color: #1c2584;
	}
	.menu-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.navbar-header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 100%;
	}
	.header-nav {
		margin-top: 0px;
	}
	.subscribe-now .btn-primary {
		padding: 12px 10px;
	}
	.student-about-img img {
		width: 75px;
	}
	.client-qute img {
		max-width: 75px;
	}
	.client-qute img {
		margin: 40px 0px 2px;
	}
	.logo {
		width: 100%;
		text-align: center;
	}
	.header-login,
	.start-day	{
		display: none;
	}
	#mobile_btn {
		display: inline-block;
		margin-right: 0px;
	}
	.section-search {
		min-height: 330px;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.container {
		max-width: 100%;
	}
	.card-label > label {
		font-size: 12px;
	}
	.sidebar-overlay.opened {
		display: block;
	}
	.testimonial-section .carousel-control-prev {
		left: 75%;
	}
	.testimonial-section .carousel-control-next {
		right: 100px;
	}
	.testi-item span {
		font-size: 16px;
	}
	.say-us {
		background-image: none;
		padding: 0;
		min-height: 410px;
	}
	.student-say-about {
		padding-top: 60px;
	}
	.bar-icon span {
		background-color: #fff;
	}
	.hero-section {
		background-size: auto;
	}
	.hero-section .content h1,
	.hero-one .content h1 span{
		font-size: 38px;
	}
	.hero-section .content p {
		max-width: 500px;
	}
	.why-track {
		padding: 60px 0px 35px;
	}
	.track-team {
		position: relative;
		top: 0;
	}
	.track-comman {
		width: 100%;
	}
	.group-icon {
		width: 70px;
		height: 70px;
	}
	.group-icon img {
		padding: 30px;
		max-width: 95px;
	}
	.team-head h2 {
		font-size: 26px;
	}
	.try-demo .btn-primary {
		min-width: 150px;
		padding: 10px 10px;
	}
	.track-time-detail p {
		margin-bottom: 30px;
	}
	.features-clockfie {
		padding: 60px 0px;
	}
	.manage-team {
		margin-top: 50px;
	}
	.free-trial .btn-primary, 
	.start-trial .btn-primary, 
	.trial-free .btn-primary {
		min-width: 150px;
		padding: 8px 10px;
	}
	.banner-img {
		margin-top: 20px;
	}
	.track-time-detail h2 {
		font-size: 28px;
	}
	.clockfie-track {
		margin-top: 20px;
	}
	.companion-clockfie {
		padding-top: 60px;
	}
	.business-companion .heading-section h2 {
		margin-bottom: 40px;
	}
	.clockfie-highlight {
		padding: 60px 0px;
	}
	.highlight-clockfie {
		margin-top: 40px;
	}
	.get-start .btn-primary {
		min-width: 150px;
		padding: 8px 10px;
		margin-top: 20px;
	}
	.price-plan {
		padding: 60px 0px 45px;
	}
	.side-img,
	.side-img-left {
		display: none;
	}
	.what-makes img {
		width: 100%;
	}
	#myCarousel {
		max-width: 750px;
	}
	.testimonial-section .heading-section {
		padding-bottom: 60px;
	}
	.tracking {
		padding: 60px 0px 40px;
	}
	.tracking-time h1 {
		font-size: 30px;
	}
	.footer .footer-top {
		padding: 40px 0px 0px;
	}
	.move-student {
		display: none;
	}
	.make-clockfie {
		margin: 15px;
	}
	.features-list {
		justify-content: center;
	}
}

@media (max-width: 767.98px) {
	.content {
		padding: 15px 0 0;
	}
	p {
		font-size: 14px;
	}
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-title {
		font-size: 1.125rem;
		margin-bottom: 20px;
	}
	.btn.btn-danger.trash {
		margin-bottom: 20px;
	}
	.navbar-header {
		width: 100%;
	}
	.row.row-grid > div {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer .footer-widget .footer-logo img {
		max-height:100%;
	}
	.footer .footer-bottom .copyright {
		padding: 20px 0px;
	}
	.header-navbar-rht li a.header-login, .header-navbar-rht > li > a {
		font-size: 14px;
	}
	.testimonial-section .carousel-control-prev {
		height: 30px;
		width: 30px;
		left: -10px;
	}
	.testimonial-section .carousel-control-next {
		height: 30px;
		width: 30px;
		right: -10px;
	}
	.testimonial-section .student-testimonial-prev i, 
	.testimonial-section .student-testimonial-next i {
		font-size: 20px;
	}
	.student-say-about .say-text {
		font-size: 13px;
	}
	.testimonial-section .carousel-control-prev {
		left: 70%;
	}
	.testimonial-section .carousel-control-next {
		right: 30px;
	}
	.student-say-about .say-text {
		padding: 0px 15px;
		font-size: 12px;
	}
	.student-slide-testimoni {
		max-width: 89%;
	}
	.hero-section {
		background-size: auto;
	}
	.header-navbar-rht {
		display: none;
	}
	.what-makes img {
		width: 100%;
	}
	.bar-icon span {
		background-color: #fff;
	}
	.header-nav {
		margin-top: 0;
	}
	.logo {
		width: 100%;
		text-align: center;
	}
	.logo img {
		width: 120px;
	}
	.add-header-bg {
		height: 70px;
	}
	.view-btn {
		padding: 5px 20px;
	}
	.hero-section .content span {
		font-size: 16px;
	}
	.hero-section .content h1,
	.hero-one .content h1 span	{
		font-size: 32px;
	}
	.try-demo .btn-primary {
		margin-bottom: 20px;
	}
	.highlight-condent h4 {
		font-size: 18px;
	}
	.why-track {
		padding: 40px 0px 20px;
	}
	.try-demo .btn-primary {
		min-width: 126px;
		padding: 8px 10px;
		font-size: 14px;
	}
	.track-time-detail p {
		margin-bottom: 20px;
	}
	.track-comman {
		width: 100%;
	}
	.track-team {
		position: relative;
		top: 0;
	}
	.team-head h2 {
		font-size: 18px;
	}
	.track-time-detail h2 {
		font-size: 22px;
	}
	.track-comman h4 {
		font-size: 20px;
	}
	.heading-section {
		font-size: 26px;
	}
	.side-img,
	.side-img-left {
		display: none;
	}
	.features-clockfie {
		padding: 40px 0px;
	}
	.heading-section h2 {
		font-size: 24px;
	}
	.group-icon {
		width: 60px;
		height: 60px;
		max-width: 100%;
	}
	.group-icon img {
		max-width: 85px;
	}
	.manage-team {
		margin-top: 40px;
	}
	.free-trial .btn-primary, 
	.start-trial .btn-primary, 
	.trial-free .btn-primary {
		min-width: 134px;
		padding: 8px 10px;
		font-size: 14px;
	}
	.business-companion .heading-section h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.make-clockfie {
		margin: 10px;
		margin-bottom: 15px;
	}
	.make-clockfie p {
		margin-bottom: 0;
		font-size: 14px;
	}
	.clockfie-highlight {
		padding: 40px 0px;
	}
	.highlight-clockfie {
		margin-top: 30px;
	}
	.get-start .btn-primary {
		min-width: 140px;
		padding: 8px 10px;
		font-weight: 700;
		margin-top: 8px;
		font-size: 14px;
	}
	.price-plan {
		padding: 40px 0px 25px;
	}
	.btn-plan {
		min-width: 130px;
		padding: 8px 10px;
		font-weight: 700;
		font-size: 14px;
	}
	.subscribe-now .btn-primary {
		padding: 10px 10px;
		font-size: 14px;
	}
	.clockfie-list li {
		font-size: 15px;
	}
	.client-qute img {
		right: 34px;
		top: -20px;
		width: 35px;
	}
	.price-start h2 {
		font-size: 30px;
	}
	#myCarousel {
		max-width: 390px;
	}
	.testimonial-section .carousel-inner .student-group {
		max-width: 85%;
	}
	.student-about-img img {
		width: 60px;
	}
	.student-say-about {
		padding-top: 40px;
	}
	.testimonial-section .heading-section {
		padding-bottom: 45px;
	}
	.testi-item h3 {
		margin: 35px 0px 2px;
	}
	.tracking {
		padding: 50px 0px 35px;
	}
	.tracking-time h1 {
		font-size: 22px;
	}
	.price-list {
		margin-bottom: 15px;
	}
	.footer .footer-top {
		padding: 40px 0px 0px;;
	}
	.footer .social-icon ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer .footer-bottom .copyright-text p {
		text-align: center;
		margin-top: 10px;
	}
	.move-student {
		display: none;
	}
	.recomend {
		display: block;
	}
	.recomend a {
		margin-left: 0;
	}
	.recomend h4 {
		margin-bottom: 6px;
	}
	#mobile_btn {
		margin-right: 0px;
	}
	.companion-clockfie {
		padding-top: 40px;
	}
	.side-comman h2 span {
		display: inline-block;
	}
	.business-companion:before {
		height: 649px;
		background-size: 700% auto;
	}
}
