HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/smarthr-co-in/demo/assets/css/style.css
/*
Author       : Dreamguys
Template Name: SmartHR - Bootstrap Template
Version      : 1.0
*/

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

1. General
2. Header
3. Mobile Menu
4. Buttons
5. Banner
6. Unique Color
7. What will you get 
8. SAAS Templates
9. Why SmartHR
10. Applications
11. Admin Dashboards Slider
12. Creative Layouts
13. Pricing
14. Looking About 
15. Customers Review
16. Features Template
17. Frequently Asked Qusetion
18. Custom Design
19. Footer
20. Responsive

========================================*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Encode+Sans:[email protected]&display=swap');

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

html {
    height: 100%;
}
body {
	background-color: #fff;
	color: #6B7280;
    font-family: "Archivo", sans-serif;
	font-size: 16px;
    height: 100%;
	overflow-x: hidden !important;
}
.main-wrapper {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #111827;
	font-weight: 500;
}
html {
    scroll-behavior: smooth;
  }
a {
    color: #111827;
    text-decoration: none;
}
a:hover {
	color: #F9531D;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
button:focus {
	outline: 0;
}
input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn.focus, .btn:focus {
	box-shadow: inherit;
}
label {
    display: inline-block;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-control {
    border-color: #dce0eb;
    color: #26292c;
	font-size: 15px;
    min-height: 42px;
	padding: 6px 15px;
}

/*-----------------
	Aos Animation
-----------------------*/

@-webkit-keyframes up-down {
	0% {
	  transform: translateY(10px);
	}
  
	100% {
	  transform: translateY(-10px);
	}
  }
  
  @keyframes up-down {
	0% {
	  transform: translateY(10px);
	}
  
	100% {
	  transform: translateY(-10px);
	}
  }

/*-----------------
	Loader
-----------------------*/

#global-loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-loader {
    border: 2px solid;
    border-color: transparent #F9531D;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}
.text-primary {
    color: #F9531D !important;
}
.page-loader::after {
    content: '';  
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 24px solid;
    border-color: transparent #F9531D;
    border-radius: 50%;
    opacity: 0.35;
    transform: translate(-50%, -50%);
  }
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
  
/*-----------------
	2. Header
-----------------------*/

.header-nav {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    border-bottom: 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;
    padding: 0;
    margin-bottom: 0;
    transition-duration: 0.4s;
    margin-top: 0;
}
.header-page .header-nav { 
	background-color: #FFF;
}
.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav > li.active > a {
	color: #F9531D;
}
.main-nav > li .submenu li a {
    display: block;
    padding: 10px 15px;
    clear: both;
    white-space: normal;
    font-size: 14px;
    color: #26292c;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
	width: 100%;
	border-top: 1px solid #f0f0f0;
}
.main-nav > li .submenu li .submenu-head a {
    padding: 0;
}
.main-nav > li .submenu-head li a {
    white-space: normal;
}
.main-nav > li .submenu li {
    position: relative;
}
.main-nav li a {
	display: block;
    font-weight: 600;
    font-size: 16px;
}
.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: 10px;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	position: relative;
}
.header-navbar-rht li:last-child {
	padding-right:0px;
}
.header-navbar-rht > li > a.nav-link:hover,
.header-navbar-rht > li > a.nav-link:focus {
    color: #F9531D;
}
.header-navbar-rht > li span img {
    width: 14px;
    height: 14px;
}
.header-navbar-rht li .dropdown-menu {
	border: 0;
	box-shadow: 0px 0px 28px 15px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
}
.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 {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	display: block;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.header-navbar-rht .dropdown-toggle::after {
	display: none;
}
.header-navbar-rht li .dropdown-menu .dropdown-item {
	border-top: 1px solid transparent;
	padding: 10px 15px;
}
.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
	border-top: 0;
	border-radius: 5px 5px 0 0;
}
.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
	border-radius: 0 0 5px 5px;
}
.header-navbar-rht li a.header-login:hover {
    background-color: #f6697b;
    border-color: #f6697b;
    color: #fff;
}
.header-navbar-rht li a.header-login {
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #030a16;
    text-transform: capitalize;
    font-weight: 500;
	min-width: 150px;
	border: 3px solid #B4A7F5;
	padding: 10px 15px;
}
.header-navbar-rht li a.header-sign:hover {
	background-color: #f6697b;
    border-color: #f6697b;
    color: #fff;
}
.add-header-bg .header-navbar-rht li a.header-sign {
	background: #b4a7f5;
	border: 3px solid #B4A7F5;
	color: #fff;
	padding: 10px 15px;
}
.add-header-bg .header-navbar-rht li a.header-sign:hover {
	background: #fff;
	color: #22100D;
	border: 3px solid #B4A7F5;
}
.header .has-arrow .dropdown-toggle:after {
	border-top: 0;
	border-left: 0;
	border-bottom: 2px solid #757575;
	border-right: 2px solid #757575;
	content: '';
	height: 8px;
	display: inline-block;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 8px;
	vertical-align: 2px;
	margin-left: 10px;
}
.megamenu-main {
    position: static !important;
}
.product-more {
    padding: 25px 0 25px;
}
.product-more h3 {
    font-weight: 700;
    font-size: 24px;
    color: #030A16;
    margin-bottom: 0;
}
.more-product .purchase-now {
    padding: 15px 30px !important;
}
.other-product h3 {
    font-weight: 700;
    font-size: 24px;
    color: #030A16;
    margin-bottom: 0;
}
.submenu-head {
    text-align: center;
    margin-bottom: 25px;
}
.submenu-head .product-content img {
    margin-bottom: 10px;
}
.submenu-head .product-content {
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgb(179 179 179 / 25%);
    border-radius: 10px;
}
.submenu-head .product-content p {
    font-weight: 600;
    font-size: 16px;
    color: #666666;
    margin-bottom: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.submenu-head .product-content h4 {
    font-weight: 700;
    font-size: 18px;
    color: #030A16;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.megamenu-full-width li {
    height: calc(100vh - 90px );
    overflow: auto;
}
.submenu-product-group {
    margin-bottom: 0;
}
.submenu-head:hover .product-content h4, 
.submenu-head:hover .product-content p {
    color: #F9531D;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.product-count {
    padding: 3px;
    color: #F9531D;
    border: 1px solid #F9531D;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
.megamenu-full-width li {
    background: #FFF6F4;
    box-shadow: 0px 4px 54px rgb(197 197 197 / 25%);
    border-radius: 0px 0px 40px 40px;
}
.header .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
}
.user-menu.nav > li > a {
	color: #fff;
	font-size: 14px;
	line-height: 58px;
	padding: 0 15px;
	height: 60px;
}
.user-menu.nav > li > a:hover,
.user-menu.nav > li > a:focus {
	background-color: rgba(0, 0, 0, 0.2);
}
.user-menu.nav > li > a:hover i,
.user-menu.nav > li > a:focus i {
	color: #fff;
}
.user-img {
    display: inline-block;
    position: relative;
}
.user-img > img {
	height: 50px;
    object-fit: cover;
    width: 50px;
    border-radius: 50%;
    border: 3px solid #E0E0E0;
}
.user-header .avatar img {
    width: 50px;
    height: 50px;
	border: 3px solid #E0E0E0;
}
.user-menu.nav > li > a.mobile_btn {
	border: 0;
	position: relative;
	padding: 0;
	margin: 0;
	cursor: pointer
}
.header-navbar-rht .dropdown-menu {
    min-width: 200px;
    padding: 0;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
    padding: 7px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    border-top: 1px solid #e3e3e3;
    padding: 10px 15px;
}
.header-navbar-rht .dropdown-menu .dropdown-item:hover, 
.header-navbar-rht .dropdown-menu .dropdown-item:hover i {
    color: #FF875A;
}
.user-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    padding: 10px 15px;
}
.user-header .user-text {
	margin-left: 10px;
}
.user-header .user-text h6 {
	font-size: 15px;
    margin-bottom: 2px;
}
.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: 14px;
	line-height: 70px;
	padding: 0 10px;
}
.header.fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
	z-index: 999;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
    transition-duration: 0.4s;
    background: #FFF6F4;
    padding-top: 0;
    margin: 0;
    border-bottom: 0;
}
.header {
	background: #FEF1EB;
    border-bottom: 1px solid #FFE4DB;
}
.users .dropdown-item i {
	color: #FF875A;
}
.mega-dropdown {
    position: static !important;
    width: 100%;
}

/*-----------------
	3. Mobile Menu
-----------------------*/

.sidebar-overlay.opened {
    background: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 2;
    top: 0;
}
.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 {
    width: 130px;
}
.menu-close {
	font-size: 18px;
	cursor: pointer;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: #F9531D;
    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;
	cursor: pointer;
}
html.menu-opened body {
    overflow: hidden;
}

/*-----------------
	4. Buttons
-----------------------*/

.header-navbar-rht > li > a.purchase-now {
    min-width: 202px;
    padding: 15px;
    background: #F9531D;
    box-shadow: 0px 4px 94px rgb(255 63 0 / 21%);
    border-radius: 85px;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header-navbar-rht > li > a.purchase-now:hover {
    background: #666666;
    box-shadow: 0px 4px 94px rgb(255 63 0 / 21%);
    border-radius: 85px;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header-navbar-rht > li > a.purchase-now:focus,
.header-navbar-rht > li > a.purchase-now:active {
    color: #fff;
}
.btn {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    transition: 0.5s all;
}
.btn-dark {
    background: #212529;
    color: #fff;
}
.buy-btn {
    background: #F9531D;
    border-radius: 75px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.buy-btn:hover {
    background-color: #ffffff;
    border-color: #FF602E;
    color: #FF602E !important;
    box-shadow: inset 0 50px 0 0 #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.live-btn {
    background: #030A16;
    border-radius: 5px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.live-btn:hover,
.live-btn:focus {
    background-color: #ffffff;
    border-color: #030A16;
    color: #030A16;
    box-shadow: inset 0 50px 0 0 #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.banner-btn span img {
    width: 23px;
    height: 24px;
}
.live-footer-btn {
    background: #212121;
}
.top-header .list-inline-item {
	display: flex;
}
.top-header .list-inline-item {
	display: flex;
}
.top-header {
	padding: 10px 0;
	position: relative;
	background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%);
}
.top-header .list-inline-item li {
	margin-right: 20px;
	color: #fff;
    position: relative;
}
.top-header .list-inline-item li + li::before {
    content: "";
    width: 1px;
    height: 12px;
    border: 1px solid #F69364;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.top-head-links a {
    color: #fff;
    font-size: 14px;
	font-weight: 500;
    display: inline-block;
    text-decoration: underline;
}
.top-head-links a:hover {

}
.top-header .list-inline-items i {
	margin-right: 8px;
}
.top-header .list-inline-items  a {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.top-header .list-inline-items a:hover {
	color: #fff;
}
.top-header .list-inline-item li:last-child {
	margin: 0;
}
/*-----------------
	5. Banner
-----------------------*/
#particles-js{
    width: 100%;
    height: 100%;
    background-color: #FEF1EB;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-section {
    background-color: #FEF1EB;
    position: relative;
    padding-top: 80px;
    z-index: 1;
}
.banner-img {
    overflow: hidden;
    position: relative;
    padding-top: 40px;
}
.banner-content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px;
    text-align: center;
}
.banner-content h1 span {
    color: #F26522;
}
.banner-content p {
    font-size: 18px;
    margin-bottom: 50px;
}
.banner-content h5 {
    font-size: 16px;
    margin-bottom: 20px;
}
.banner-color-bg {
    background: #FEF1EB;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}
.banner-color-bg::after {
    content: "";
    background: url(../img/bg/banner-bg-04.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-color-bg::before {
    content: "";
    background: url(../img/bg/banner-bg-05.png);
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.banner-bg-left {
    position: absolute;
}
.banner-bg-left {
    position: absolute;
    left: 0;
    top: 10%;
    z-index: -1;
}
.banner-bg-right {
    position: absolute;
    right: 0;
    top: 10%;
    z-index: -1;
}
.banner-img-right {
    width: 100%;
    float: left;
    background-image: url(../img/banner-01.webp);
    height: 768px;
    background-size: cover;
}

.template-feature {
    width: 100px;
    height: 100px;
    background: linear-gradient(90.31deg, #FF8620 -1.02%, #FF2D3D 132.59%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15%;
    top: 0;
}
.template-feature h6 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.template-feature h6 span {
    margin-top: 2px;
    font-weight: 400;
}
.ltr-rtl-ready {
    position: relative;
}
.ltr-rtl {
    background: linear-gradient(90.31deg, #FF8620 -1.02%, #FF2D3D 132.59%);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 10rem;
    top: 5rem;
}
.ltr-rtl span {
    padding: 10px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.ltr-rtl a:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #F9531D;
    color: #ffffff !important;
}
.banner-icon-one {
    width: 271px;
    margin-bottom: 30px;
}
.technology-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}
.btn-primary {
    background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%) !important;
    border-color: #FF6F28 !important;
}
.btn-primary:hover {
    background: #F9531D !important;
    border-color: #F9531D !important;
}
.technology-item {
    background: #FFFFFF;
    border-radius: 50%;
    display: inline-flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
.technology-item:hover {
    transform: translateY(-10px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.technology-group li {
    margin-right: 10px;
    margin-bottom: 10px;
}
.technology-group li:last-child {
    margin-right: 0;    
}
.technology-item img {
    overflow: hidden;
    position: relative;
    text-align: center;
	height: 26px;
}
.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 5px;
    border-radius: 10px;
    background: linear-gradient(90.31deg, #FF8620 -1.02%, #FF2D3D 132.59%);
    right: 0;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bg-secondary-light {
    background: #EDF2F4;
}
.section-title-white h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 108px;
    height: 5px;
    background: #ffffff;
    right: 0;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.section-title {
    margin-bottom: 40px;
}
.section-title h2 {
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
    font-size: 40px;
}
.section-title h2 span {
    color: #FF902F;

}
.section-sub {
    position: relative;
    padding: 60px 0;
}
.dashboard-img {
    padding: 20px 20px 0px;
    border-radius: 5px 5px 0 0;
    background: #FFF6F4;
}
.dashboard-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.dashboard-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dash-content-left h3 {
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.unique-item:hover .dash-content-left h3, 
.unique-item:hover .dash-content-left p {
    color: #F9531D;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.applications-img {
    margin-bottom: 20px;
    border-radius: 5px;
}
.applications-img img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}
.dash-content-right {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.dash-content-right a i {
    font-size: 24px;
}
.dash-content-right a:hover i {
    color: #F26522;;
}
.dash-content-right h6 {
    font-weight: 500;
    font-size: 16px;
    color: #F26522;
    margin-bottom: 0;
}
span.badge {
    list-style: normal;
}
.dashboard-item {
    background: #FFFFFF;
    border: 1px solid #FFF6F4;
    box-shadow: 0px 4px 54px rgb(197 197 197 / 25%);
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #E5E7EB;
}
.dashboard-item:hover .dash-content-left h3, 
.dashboard-item:hover .dash-content-left p {
    color: #F9531D;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.dashboard-left {
    width: 239px;
    position: absolute;
    top: 0;
    left: 0;
}
.dashboard-right {
    position: absolute;
    right: 4rem;
    top: 18rem;
}
.template-option-overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #000000B2;
    border-radius: 10px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.dashboard-list:hover .template-option-overlay {
    height: 100%;
    bottom: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.template-option-btn {
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgb(187 187 187 / 25%);
    border-radius: 4px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    min-width: 149px;
    line-height: 18px;
    color: #343434;
    position: relative;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.dashboard-list {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    margin-bottom: 20px;
}
.template-option-btn img {
    width: 30px;
    height: 30px;
}
.template-nav {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    max-width: 320px;
    margin: auto;
}
.template-nav li {
    margin-bottom: 10px !important;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    text-align: center;
}
.template-nav li:last-child {
    margin-bottom: 0 !important;
}

/*-----------------
	6. Unique Color
-----------------------*/

.unique-item {
    background: #FFFFFF;
    box-shadow: 0px 4px 54px rgb(197 197 197 / 25%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}
.unique-item img {
    width: 100%;
}
.unique-item .dash-content-left p {
    margin-bottom: 0;
}
.unique-img {
    border-radius: 10px 10px 0px 0px;
    padding: 20px 20px 0px;
    margin-bottom: 20px;
}
.orange-img {
    background: #DADDE7;
}
.light-img {
    background: #FFEAE3;
}
.purple-img {
    background: #E1DFF4;
}
.blue-img {
    background: #E1DFF4;
}
.maroon-img {
    background: #D9E4F9;
}
.dark-img {
    background: #DADADA;
}
.unique-left {
    width: 239px;
    position: absolute;
    top: 1rem;
    left: 0;
}
.unique-right {
    position: absolute;
    width: 239px;
    right: 0;
    bottom: 5rem;
}
.unique-color-sec {
    background: #FAFAFA;
    padding-bottom: 35px;
}

/*-----------------
	7. What will you get 
-----------------------*/

.whatwill-sec {
    background: #FFF6F4;
    padding-bottom: 35px;
}
.what-will-title p {
    max-width: 750px;
    margin: auto;
}
.what-will-left {
    position: absolute;
    left: 0;
    bottom: 18rem;
}
.what-will-right {
    position: absolute;
    right: 0;
    bottom: 14rem;
}

/*-----------------
	14. Looking About 
-----------------------*/

.looking-about {
    background: #F9531D;
}
.support-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.support-item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 14px;
}
.support-item li:last-child {
    padding-right: 0;
}
.about-title h2 {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.support-btn {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 15px 40px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.support-button:hover {
    background-color: #030A16;
    border-color: #030A16;
    color: #ffffff !important;
    box-shadow: inset 0 50px 0 0 #030A16;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.online-btn {
    background: #FFFFFF;
    border-radius: 30px;
    min-width: 250px;
    padding: 15px 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.github-btn {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 15px 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*-----------------
	8. SAAS Templates
-----------------------*/

.template-item {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 4px 54px rgb(197 197 197 / 25%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    transition: 0.5s all;
}
.template-item:hover {
    transform: translateY(-10px);
    transition: 0.5s all;
}
.template-item:hover .dash-content-left h3, 
.template-item:hover .dash-content-left p {
    color: #F9531D;
}
.template-one {
    background: #FFE9EB;
}
.template-two {
    background: #E7E7E7;
}
.template-three {
    background: #FFE9EB;
}
.template-img {
    border-radius: 10px 10px 0px 0px;
    padding: 20px 20px 0px;
    margin-bottom: 20px;
}
.template-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
.saastemp-left {
    position: absolute;
    left: 0;
    bottom: 6rem;
}
.saastemp-right {
    position: absolute;
    right: 3rem;
    top: 12rem;
}
.saastemp-sec {
    padding-bottom: 35px;
}

/*-----------------
	9. Why SmartHR
-----------------------*/

.why-sec {
    background: #030A16;
}
.why-title {
    max-width: 874px;
    margin: auto;
    text-align: center;
}
.why-title h2 {
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 15px
}
.why-title h2 span {
    color: #F9531D;
}
.why-title p {
    color: #6B7280;
    max-width: 874px;
    margin-bottom: 50px
}
.demo-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 36px;
    padding-left: 0;
}
.demo-buttons li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 14px;
    padding-bottom: 14px;
}
.demo-buttons li:last-child {
    padding-right: 0;
}
.demo-btn-li {
    border-radius: 50px;
    color: #ffffff;
    padding: 8px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bg-violet {
    background: #8231D3 !important; 
}
.bg-primary {
    background: #0090FD !important;
}
.bg-success {
    background: #00AF41 !important;
}
.bg-info {
    background: #2298BD !important;
}
.bg-warning {
    background: #F57B00 !important;
}
.why-left {
    position: absolute;
    left: 0;
    top: 11rem;
}
.why-right {
    position: absolute;
    right: 5rem;
    bottom: 5rem;
}
/*-----------------
	10. Applications
-----------------------*/

.applications-sec {
    padding-bottom: 35px;
}
.applications-item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 1px 1px 1px #C6C6C633;
    transition: 0.5s all;
}
.applications-item:hover {
    transform: translateY(-10px);
    transition: 0.5s all;
}
.applications-item:hover .dash-content-left h3, 
.applications-item:hover .dash-content-left p {
    color: #F9531D;
}
.template-inner-tab {
    text-align: center;
}
.template-inner-tab ul {
    justify-content: center;
    margin-bottom: 40px;
}
.template-inner-tab ul li .nav-link {
    border: 1px solid #E5E7EB;
    background: #fff;
    padding: 12px 16px;
    color: #111827;
}
.template-inner-tab ul li .nav-link.active {
    background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%);
    border-color: #FF5325;
}
.template-inner-tab ul li .nav-link:hover {
    background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%);
    border-color: #FF5325;
    color: #fff;
    transition: 0.5s all;
}
.template-inner-tab ul.nav-pills li {
    margin-bottom: 10px;
}
.template-inner-tab ul.nav-pills li + li {
    margin-left: 10px;
}
/*-----------------
	11. Admin Dashboards Slider
-----------------------*/

.admin-dash-slider {
    background: #030A16;
}
.admin-dash-title h2 {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -2px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.admin-dash-title p {
    color: #FFFFFF;
}
.admin-dash-slider .slick-prev, 
.admin-dash-slider .slick-next {
	top: 50%;
    transform: translateY(-50%);
}
.admin-dash-slider .slick-prev {
	left: -20px;
	z-index: 99;
	background: #fff;
	width: 64px;
	height: 64px;
	border-radius: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.admin-dash-slider .slick-next {
	right: -20px;
	background: #fff;
	width: 64px;
	height: 64px;
	border-radius: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.admin-dash-slider .slick-prev:hover, 
.admin-dash-slider .slick-next:hover, 
.admin-dash-slider .swiper-button-prev:hover, 
.admin-dash-slider .swiper-button-next:hover {
    color: #fff;
	background: #F9531D;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.admin-dash-slider .slick-prev:hover:before, 
.admin-dash-slider .slick-prev:focus:before, 
.admin-dash-slider .slick-next:hover:before, 
.admin-dash-slider .slick-next:focus:before, 
.admin-dash-slider .swiper-button-prev:hover:before, 
.admin-dash-slider .swiper-button-next:hover:before {
    color: #fff;
    opacity: 1;
}
.admin-dash-slider .slick-next:focus, 
.admin-dash-slider .slick-prev:focus {
    background: #F9531D;
}
.admin-dash-slider .slick-prev:before {
    font-family: "tabler-icons";
    content:  "\ea19";
	color: #030a16;
	font-weight: 600;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
[dir='rtl'] .admin-dash-slider .slick-prev:before {
    content: '→';
}
.admin-dash-slider .slick-next:before {
	color: #030a16;
	font-weight: 600;
}
[dir='rtl'] .admin-dash-slider .slick-next:before {
    content: '←';
}
.admin-dash-slider .slick-list {
    max-width: 95%;
    margin: auto;
    border-radius: 10px;
    background: rgba(250, 250, 250, 0.2);
}
.admin-slider-item img {
    border-radius: 10px;
    width: 100%;
}
.landing-left {
    position: absolute;
    left: 0;
    bottom: 0;
}
.admin-slider-all {
    padding: 20px 20px 15px;
}
.dashboard-btns {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
}
.dashboard-btns a {
   padding: 12px 20px;
   border-radius: 10px;
   transition: 0.5s all;
}
.dashboard-btns a.admin-btn {
    background: #FF902F;
    color: #fff;
}
.dashboard-btns a.emp-btn {
    background: #fff;
    color: #373B3E;
}
.dashboard-btns a {
    margin-right: 20px;
    margin-bottom: 20px;
}
.dashboard-btns a:hover {
    background: #F9531D;
    color: #fff;
    transition: 0.5s all;
}
/*-----------------
	12. Creative Layouts
-----------------------*/

.creative-layouts-sec {
    background: #FAFAFA;
    padding-bottom: 55px
}
.layouts-sub {
    max-width: 846px;
    margin: auto auto 50px;
}
.layouts-left {
    position: absolute;
    right: 12rem;
    top: 2rem;
}
.creativ-img p {
    margin-bottom: 0;
}
.creativ-img {
    margin-bottom: 25px;
}
.creativ-img img {
    margin-bottom: 15px;
    border-radius: 5px;
}
.creativ-img p {
    color: #111827;
}
/*-----------------
	13. Pricing
-----------------------*/

.pricing-group {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 2px 5px 0px #0000001A;
    border-radius: 20px;
    padding: 20px;
}
.pricing-list-title {
    position: relative;
    margin-bottom: 20px;
}
.pricing-list-title h3 {
    font-weight: 700;
    font-size: 28px;
}
.price-dollar p {
    color: #6B7280;
    margin-bottom: 0;
}
.price-dollar p span {
    font-weight: 700;
    font-size: 48px;
    color: #F26522;
    margin-bottom: 0;
}
.purchase span img {
    width: 23px;
}
.pricing-group .purchase {
    background: #FFF6F4;
    display: block;
    border-radius: 60px;
    padding: 15px 50px;
    border: none;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #1A1A1A;
    margin-bottom: 30px;
    text-align: center;
}
.pricing-group .purchase:hover {
    background: #f6e0df;
}
.price-check {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.price-dollar {
    margin-bottom: 16px;
}
.price-check li {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.price-check li span {
    margin-bottom: 0;
    line-height: 0;
}
.price-check li:last-child {
    margin-bottom: 0;
}
.feature-btn {
    position: absolute;
    background: #F9531D;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    padding: 5px 20px;
    top: -15px;
    right: 30px;
    text-align: center;
    z-index: 1;
    overflow: hidden;
    text-transform: initial;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.pricing-group.active {
    border: 1px solid #FF6735;
    box-shadow: 0px 4px 24px rgb(179 179 179 / 25%);
}
.trusted-word h3 {
    font-weight: 700;
    font-size: 28px;
    color: #030A16;
}
.trusted-word h3 span {
    color: #F9531D;
}
.trusted-word p {
    font-weight: 600;
    font-size: 18px;
    color: #666666;
}
.trusted-word {
    margin-bottom: 50px;
}
.price-count-main {
    background: linear-gradient(312.25deg, #FF8620 0%, rgba(255, 255, 255, 0) 66.19%);
    padding: 2px;
    border-radius: 16px;
}
.price-count-sec {
    background: #FAFAFA;
    border-radius: 16px;
    padding: 44px 95px;
}
.price-count p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.price-count h4 {
    font-weight: 700;
    font-size: 28px;
    color: #FF6735;
}
.price-count p {
    margin-bottom: 0;
}
.pricing-left {
    position: absolute;
    top: 20rem;
    left: 3rem;
}
.pricing-right {
    position: absolute;
    width: 236px;
    bottom: 30rem;
    right: 1rem;
}

/*-----------------
	15. Customers Review
-----------------------*/
.counter-sec {
    background: linear-gradient(90deg, #FF6F28 0%, #FF5325 100%);
    padding: 40px;
    border-radius: 10px;
}
.count-item h2{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    justify-content: center;
}
.count-item p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.customer-review {
    background: #030A16;
    padding-bottom: 124px;
}
.slick-next {
    right: 44.5%;
}
.slick-prev {
    left: 44.5%;
    z-index: 1;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 100%;
    display: block;
    width: 64px;
    height: 64px;
    padding: 0;
    border: none;
    outline: none;
    background: #F9531D;
    border-radius: 50px;
    transform: rotate(43.03deg);
    color: #fff;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: #666666;
}
.slick-prev:before {
    font-family: "tabler-icons";
    content:  "\ea19";
    font-weight: 600;
    display: inline-block;
    opacity: 2;
    color: #fff;
    font-size: 20px;
}
.slick-next:before {
    font-family: "tabler-icons";
    content:  "\ea1f";
    font-weight: 600;
    display: inline-block;
    opacity: 2;
    color: #fff;
    font-size: 20px;
}
.customer-review .slick-prev:before {
    font-weight: 600;
    transform: rotate(-45deg);
    display: inline-block;
    opacity: 2;
    color: #fff;
    font-size: 20px;
}
.customer-review .slick-next:before {
    font-weight: 600;
    transform: rotate(-45deg);
    display: inline-block;
    opacity: 2;
    color: #fff;
    font-size: 16px;
}
.customer-review .user-image img {
    width: 86px;
    height: 86px;
    text-align: center;
    display: block;
    margin: 15px auto;
}
.customer-review .ratings i {
    color: #FFBA07;
    font-size: 12px;
    margin-bottom: 15px;
}
.customer-review .user-content h5 {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
}
.customer-review .user-content p {
    font-weight: 400;
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 0;
}
.owl-item-card {
    margin-bottom: 40px;
    padding: 24px 24px 0;
}
.customer-left {
    position: absolute;
    left: -4rem;
    bottom: 0;
}
.customer-right {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

/*-----------------
	16. Features Template
-----------------------*/

.features-sec {
    background: #FFF6F4;
    padding-bottom: 55px;
}
.feature-column {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
    text-align: center;
}
.features-content h5 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.features-round:hover {
   transform: translateY(-10px);
}
.features-content {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}
.features-round {
    margin-bottom: 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.features-content span img {
    margin-bottom: 0;
}
.features-img {
    background: #F2F5FF;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 24px;
}
.features-img img {
    width: 30px;
}
.features-temp {
    margin-bottom: 24px;
}
.features-box {
    margin-bottom: 24px;
    background: linear-gradient(312.25deg, #FF8620 0%, rgba(255, 255, 255, 0) 66.19%);
    padding: 2px;
    border-radius: 10px;
}
.features-temp-content h5 {
    font-size: 16px;
    
}
.features-temp-content {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 24px 8px;
}
.features-temp-content h6 {
    font-weight: 700;
    font-size: 18px;
    color: #1A1A1A;
    margin-bottom: 0;
}
.features-round-temp {
    background: linear-gradient(312.25deg, #FFC4BC 0%, rgba(255, 255, 255, 0) 66.19%), 
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    padding: 2px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.features-round:hover .features-content h5 {
    color: #F9531D;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.features-round:hover .features-img {
    background: #FFF6F4;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.features-round:hover .features-content span img {
    filter: grayscale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.features-icons-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.features-left {
    position: absolute;
    bottom: 20rem;
    left: 0;
}
.features-right {
    position: absolute;
    top: -4rem;
    right: 0;
    width: 336px;
}

/*-----------------
	17. Frequently Asked Qusetion
-----------------------*/

.faq-drawer {
    margin-bottom: 15px;
    padding: 30px 30px 10px;
    background: #FFFFFF;
    border: 2px solid #F2F5FF;
    box-shadow: 0px -6px 24px rgb(194 194 194 / 25%);
    border-radius: 4px;
}  
.faq-drawer-content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
} 
.faq-drawer-title {
    font-weight: 600;
    font-size: 18px;
    color: #030A16;
    cursor: pointer;
    display: block;
    position: relative;
    transition: all 0.25s ease-out;
}  
.faq-drawer-title::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 10px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 10px;
}
.faq-drawer-title:hover { 
    color: #4E4B52  ;
}  
.faq-drawer-trigger:checked
    + .faq-drawer-title
    + .faq-drawer-content-wrapper {
    max-height: 350px;
    transition: 0.35s ease-in-out;
}  
.faq-drawer-trigger:checked + .faq-drawer-title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}
.faq-drawer input[type="checkbox"] {
    display: none;
}
.faq-drawer-content p {
    font-weight: 400;
    font-size: 16px;
    color: #232323;
}
.faq-left {
    position: absolute;
    left: 8rem;
    top: 8rem;
}
.faq-right {
    position: absolute;
    right: 0;
    bottom: 1rem;
}

/*-----------------
	18. Custom Design
-----------------------*/

.custom-design-sec {
    background: #F9531D;
}
.section-title-white p {
    max-width: 846px;
    color: #FFFFFF;
    margin: auto;
}
.custom-left {
    position: absolute;
    left: 0;
    top: 5rem;
}
.custom-right {
    position: absolute;
    right: 2rem;
    top: 5rem;
}
.subscribe form {
    background: #FFFFFF;
    border-radius: 30px;
    max-width: 636px;
    margin: auto;
    padding: 10px 10px 10px 20px;
}
.subscribe .input-group > .form-control {
    color: #212529;
    background-color: transparent !important;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none;
    padding: 0;
}
.subscribe .input-group > .form-control:focus {
    color: #212529;
    background-color: transparent !important;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none;
    padding: 0;
}
.subscribe .input-group > ::-webkit-input-placeholder {
    font-weight: 700;
    font-size: 16px;
    color: #6B7280;
}
.subscribe .input-group > ::-moz-placeholder { 
    font-weight: 700;
    font-size: 16px;
    color: #6B7280;
}
.subscribe .input-group > :-ms-input-placeholder { 
    font-weight: 700;
    font-size: 16px;
    color: #6B7280;
}
.subscribe .input-group > :-moz-placeholder {
    font-weight: 700;
    font-size: 16px;
    color: #6B7280;
}
.subscribe .input-group-addon button {
    background: #F9531D;
    border: transparent;
    border-radius: 50px;
    color: #ffffff;
    padding: 10px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.subscribe .input-group-addon button:hover {
    background: #666666;
    border: transparent;
    color: #ffffff;
    padding: 10px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*-----------------
	19. Footer
-----------------------*/

.footer-sec {
    background: #030A16;
    padding: 60px 0 28px;
}
.footer-section-title h2 {
    max-width: 881px;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    margin: auto;
}
.footer-section-title h2 span {
    color: #F9531D;
}
.footer-icons-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.footer-icons-group li {
    margin-right: 46px;
}
.footer-icons-group li:last-child{
    margin-right: 0;
}
.footer-icon-img img {
    margin-bottom: 10px;
}
.text-warning-color {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #D0763E;
    margin-bottom: 0;
}
.text-info-color {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #56A4CA;
    margin-bottom: 0;
}
.text-danger-color {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #C94E4B;
    margin-bottom: 0;
}
.web-left {
    position: absolute;
    left: 0;
    bottom: 10rem;
}
.web-right {
    position: absolute;
    right: 0;
    top: 3rem;
}
.footer-section-title {
    margin-bottom: 30px;
}
.copyright p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.footer-nav {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}
.footer-nav li {
    display: inline-block;
    margin-right: 16px;
}
.footer-nav li a {
    color: #fff;
}
.social-icon ul li a {
    color: #fff;
}
.social-icon ul li a:hover {
    color: #F9531D;
}
.footer-nav li a:hover {
    color: #F9531D;
}
.social-icon {
    text-align: right;
}
.social-icon ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-icon ul li {
    margin-right: 20px;
}
.footer-top {
    border-bottom: 1px solid #1A1A1A;
    padding-bottom: 60px;
}
.footer-bottom {
    padding: 28px 0 0;
}
.footer-buttons {
    margin-bottom: 60px;
}
.footer-small-bg {
    margin-bottom: 60px;
    margin-top: 20px;
}
#scroll {
    position:fixed;
    left: 30px;
    bottom: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #F9531D;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-8px;
    margin-top: -12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color: #e74c3c;
}
.footer-contact-info .contact-us {
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding: 0;
}
.footer-contact-info .contact-us li {
    list-style-type: none;
    margin-bottom: 15px;
}
.footer-contact-info .contact-us li:last-child {
    margin-bottom: 0;
}
.footer-contact-info .contact-us li p {
    margin: 0;
}
.footer-contact-info .contact-us i {
    margin-right: 8px;
}
.footer-contact-info h3 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.footer-contact-info .contact-us a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer-contact-info .contact-us a:hover {
    color: #F9531D;
}
.footer-contact-info .footer-address {
    display: flex;
    align-items: baseline;
}
.contact-form-sec {
    padding: 80px 0;
}
.media-icons {
    position: fixed;
    right: 15px;
    bottom: 150px;
    z-index: 100;
    background: #FFF;
    padding: 10px;
    border-radius: 110px;
    box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
}
.media-icons a.whatsap-icon {
    background: #04BD6C;
}
.media-icons a.mail-icon {
    background: #111827;
}
.media-icons a.skype-icon {
    background: #155EEF;
}
.media-icons a:last-child {
    margin-bottom: 0;
}
.media-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #FFF;
    margin-bottom: 5px;
}
.other-product a{
	background: #e74c3c;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	font-size: 18px;
	border-radius: 10px 10px 0 0;
	transform: translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
    -webkit-transform-origin: 100% 0 0;
    -ms-transform-origin: 100% 0 0;
    transform-origin: 100% 0 0;
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 100;
}
.offcanvas {
	transition: 1.0s all;
}
.btn-close:focus {
	box-shadow: none;
}
.offcanvas .custom-btn-close {
	background-image: none;
	font-size: 20px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-radius: 50%;
	background: #FD3A55;
	opacity: 1;
	color: #fff !important;
}

/*-----------------
	20. Responsive
-----------------------*/

@media (min-width: 992px) {
	.main-nav > li {
		margin-right: 15px;
	}
	.main-nav > li:last-child {
		margin-right: 0;
	}
	.main-nav li {
		display: block;
		position: relative;
	}
	.main-nav > li > a {
		line-height: 60px;
		padding: 0 !important;
	}
	.main-nav > li > a > i {
		font-size: 12px;
		margin-left: 3px;
	}
	.main-nav li > ul {
		background: #FFF6F4;
        box-shadow: 0 0 3px rgb(0 0 0 / 10%);
        display: block;
        font-size: 14px;
        width: 100%;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 0;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        top: 100%;
        visibility: hidden;
        z-index: 1000;
	}
	.main-nav li .submenu::before {
		border: 7px solid #fff;
		border-color: transparent;
		content: "";
		right: 25rem;
		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;
        border-radius: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.main-nav .has-submenu.active > a {
		color: #F9531D;
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: #F9531D;
	}
	.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: #F9531D;
	}
	.header-three .main-nav .has-submenu.active .submenu li.active > a {
		color: #7B1FFE;
	}
    .header-five .main-nav .has-submenu.active .submenu li.active > a {
		color: #FFD600;
	}   
	.main-nav > li .submenu li:first-child a {
		border-top: 0;
	}
	.main-nav > li .submenu.first-submenu li a {
		border-top: 1px solid #f0f0f0
	}
	.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: #F9531D;
	}
	.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;
	}	
}

@media (max-width: 992px) {
	
}

@media (min-width: 1200px) {
	.main-nav > li {
		margin-right: 30px;
	}
}

@media (max-width: 1399.98px) {
    .slick-prev, .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 100%;
        display: block;
        width: 54px;
        height: 54px;
        padding: 0;
        border: none;
        outline: none;
        border-radius: 50px;
        transform: rotate(43.03deg);
        color: #fff;
    }
    .dash-content-left h3 {
        font-size: 20px;
    }
    .header-navbar-rht > li > a {
        font-size: 14px;
    }
    .footer-nav li {
        display: inline-block;
        margin-right: 12px;
    }	
    .banner-content h1 {
        font-size: 46px;
    }
    .banner-content h5 {
        font-size: 17px;
    }
}

@media (max-width: 1299.98px) {
    .main-nav li a {
        font-size: 14px;
    }
    .header-navbar-rht > li > a.purchase-now {
        min-width: 150px;
        padding: 12px;
    }
    .banner-content h1 {
        font-size: 45px;
    }
}

@media (max-width: 1199.98px) {
	.header-nav {
		padding-left: 15px;
		padding-right: 15px;
	}
    .logo {
        margin-right: 0px;
        width: 100px;
    }
    .main-nav li a {
        font-size: 13px;
    }
    .header-navbar-rht > li {
        padding-right: 0px;
    }
	.header-navbar-rht li.contact-item {
		display: none;
	}
	.map-right {
		height: 450px;
		position: static;
		min-height: inherit;
		margin-bottom: 30px;
		padding-right: 15px;
	}
    .banner-content {
        padding-left: 50px;
    }
    .banner-content h1 {
        font-size: 35px;
    }
    .banner-btn .btn {
        min-width: 170px;
        padding: 14px;
        font-size: 14px;
    }
    .banner-img-right {
        height: 420px;
    }
    .admin-slider-all {
        padding: 15px 15px 10px;
    }
    .admin-dash-slider .slick-prev {
        left: -15px;
        width: 50px;
        height: 50px;
    }
    .admin-dash-slider .slick-next {
        right: -15px;
        width: 50px;
        height: 50px;
    }
    .header-navbar-rht > li > a.purchase-now {
        min-width: 120px;
        padding: 8px;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .section-title p {
        font-size: 16px;
        max-width: 600px;
        margin: auto auto 0 !important;
    }
    .about-title h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .support-btn {
        padding: 12px 30px;
    }
    .online-btn {
        padding: 12px 30px;
    }
    .github-btn {
        padding: 12px 30px;
    }
    .dash-content-left h3 {
        font-size: 18px;
    }
    .dash-content-right span {
        margin-right: 0px !important;
    }
    .admin-dash-title h2 {
        font-size: 35px;
    }
    .pricing-group {
        padding: 30px;
    }
    .pricing-list-title h3 {
        font-size: 26px;
    }
    .pricing-list-title p {
        margin-bottom: 5px;
    }
    .pricing-list-title {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .connect-title {
        font-size: 40px;
    }
    .click-here {
        padding: 12px 30px;
    }
    .customer-review .user-content p {
        font-size: 14px;
    }
    .slick-prev, .slick-next {
        width: 45px;
        height: 45px;
    }
    .custom-left {
        position: absolute;
        left: 0;
        top: 2rem;
    }
    .features-content {
        padding: 20px;
    }
    .footer-section-title h2 {
        font-size: 40px;
    }
    .copyright p {
        font-size: 14px;
    }
    .footer-nav li a {
        font-size: 14px;
    }
    .social-icon ul li a {
        font-size: 14px;
    }
    .ltr-rtl a {
        padding: 8px;
        width: 100px;
        height: 100px;
        font-size: 14px;
    }
    .footer-sec {
        padding: 45px 0 33px;
    }
    .footer-bottom {
        padding: 33px 0 0;
    }
    .section-sub {
        padding: 45px 0 45px;
    }
    .customer-review {
        background: #030A16;
        padding-bottom: 100px;
    }
    .banner-content h6 {
        margin-bottom: 30px;
    }
    .technology-group {
        margin-bottom: 30px;
    }
    .unique-right {
        width: 190px;
        right: -2rem;
        bottom: 5rem;
    }
    .saastemp-right {
        right: 3rem;
        top: 4rem;
    }
    .why-right {
        right: 1rem;
        bottom: 5rem;
    }
    .landing-left {
        left: 0;
        bottom: 0;
        width: 150px;
    }
    .banner-icon-one {
        width: 270px;
        margin-bottom: 20px;
    }
    .layouts-left {
        right: 2rem;
        top: 2rem;
    }
    .pricing-left {
        top: 20rem;
        left: 0rem;
    }
    .feature-column {
        -ms-flex: 20%;
        flex: 25%;
        max-width: 25%;
        text-align: center;
    }
    .faq-left {
        left: 3rem;
        top: 8rem;
    }
    .footer-section-title h2 {
        font-size: 30px;
    }
    .footer-buttons {
        margin-bottom: 40px;
    }
}

@media (max-width: 991.98px) {
    .main-nav li.login-link {
        display: block;
    }
    .top-header {
        display: none;
    }
	.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: #ffffff;
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
    .main-nav > li .submenu-head li a {
        white-space: normal !important;
    }
	.main-nav > li {
		border-bottom: 1px solid #ffffff;
		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 > a:hover {
		color: #fff !important;
	}
	.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;
	}
	.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: #F9531D;
	}
	.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;
	}
	#mobile_btn {
		display: inline-block;
		top: 4px;
		position: relative;
	}
	.dropdown-menu.dropdown-menu-right {
		margin-top: 5px;
	}
	h1 {
		font-size: 28px;
	}
	h5 {
		font-size: 18px;
	}
	.footer-widget {
		margin-bottom: 30px;
	}
	.container {
		max-width: 100%;
	}
    .header-nav {
        padding: 15px 0;
        margin-bottom: 0;
    }
    .main-nav > li .submenu-head li a {
        white-space: normal;
    }
    .main-nav > li {
		border-bottom: 1px solid #ffffff;
		margin-left: 0;
	}
    .product-more {
        padding: 25px 0 25px;
    }
    .product-more h3 {
        margin-bottom: 20px;
    }
    .ltr-rtl-ready {
        display: none;
    }
    .banner-img-right {
        display: none;
    }
    .banner-content {
        padding-left: 0;
        text-align: center;
    }
    .megamenu-full-width {
        border-radius: 0;
    }
    .price-count-sec {
        padding: 20px 20px;
    }
    .pricing-left {
        display: none;
    }
    .dashboard-item {
        margin-bottom: 20px;
    }
    .multipages-sec {
        padding: 45px 0 25px;
    }
    .unique-color-sec {
        padding: 45px 0 25px;
    }
    .saastemp-sec {
        padding: 45px 0 25px;
    }
    .applications-sec {
        padding: 45px 0 25px;
    }
    .admin-slider-all {
        padding: 10px 10px 5px;
    }
    .admin-dash-title p {
        color: #FFFFFF;
        margin-bottom: 30px !important;
    }
    .admin-dash-slider .slick-prev {
        left: -5px;
        width: 50px;
        height: 50px;
    }
    .admin-dash-slider .slick-next {
        right: -5px;
        width: 50px;
        height: 50px;
    }
    .template-item {
        margin-bottom: 20px;
    }
    .applications-item {
        margin-bottom: 20px;
    }
    .creativ-img {
        margin-bottom: 20px;
    }
    .unique-item {
        margin-bottom: 20px;
    }
    .creative-layouts-sec {
        padding: 45px 0 25px
    }
    .footer-icons-group li {
        margin-right: 10px;
    }
    .footer-icons-group {
        align-items: baseline;
    }
    .footer-buttons {
        margin-bottom: 15px;
    }
    .technology-group li {
        margin-bottom: 15px;
    }
    .header-navbar-rht > li > a.purchase-now {
        min-width: 140px;
        padding: 8px;
    }
    .landing-left {
        display: none;
    }
    .dashboard-left {
        display: none;
    }
    .dashboard-right {
        display: none;
    }
    .unique-left {
        display: none;
    }
    .custom-left {
        display: none;
    }
    .custom-right {
        display: none;
    }
    .faq-right {
        display: none;
    }
    .about-left {
        display: none;
    }
    .about-right {
        display: none;
    }
    .saastemp-left {
        display: none;
    }
    .saastemp-right {
        display: none;
    }
    .why-left {
        display: none;
    }
    .why-right {
        display: none;
    }
    .web-left {
        display: none;
    }
    .web-right {
        display: none;
    }
    .banner-icon-one {
        width: 240px;
        text-align: center;
        display: block;
        margin: auto auto 20px;
    }
    .admin-dash-title {
        text-align: center;
    }
    .layouts-left {
        display: none;
    }
    .pricing-group {
        padding: 30px;
        margin-bottom: 50px;
    }
    .pricing-right {
        display: none;
    }
    .price-count {
        margin-bottom: 0;
    }
    .connect-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .click-here {
        padding: 10px 20px;
        font-size: 14px;
    }
    .customer-left {
        display: none;
    }
    .customer-right {
        display: none;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .customer-review {
        padding-bottom: 0;
    }
    .features-left {
        display: none;
    }
    .features-right {
        display: none;
    }
    .feature-column {
        -ms-flex: 33.33%;
        flex: 33.33%;
        max-width: 33.33%;
        text-align: center;
    }
    .features-sec {
        padding: 45px 0 25px;
    }
    .faq-left {
        display: none;
    }
    .copyright p {
        text-align: center;
        margin-bottom: 20px;
    }
    .features-content h5 {
        font-size: 16px;
    }
    .social-icon {
        text-align: center;
    }
    .footer-nav {
        margin-bottom: 20px;
    }
    .banner-btn .btn {
        min-width: 150px;
        padding: 10px;
    }
    .footer-section-title h2 {
        font-size: 25px;
    }
    .faq-drawer {
        margin-bottom: 15px;
        padding: 20px 20px 0;
    }
    .faq-drawer-title {
        font-size: 16px;
    }
    .customer-review .user-image img {
        width: 75px;
        height: 75px;
        text-align: center;
        display: block;
        margin: 15px auto;
    }
    .owl-item-card {
        margin-bottom: 60px;
        padding: 0px 24px 0;
    }
    .pricing-group .purchase {
        padding: 10px 20px;
        font-size: 14px;
    }
    .pricing-group {
        padding: 20px;
    }
    .feature-column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
    .subscribe form {
        padding: 8px 10px 10px 20px;
    }
    .subscribe .input-group > ::-webkit-input-placeholder {
        font-size: 14px;
    }
    .subscribe .input-group > ::-moz-placeholder { 
        font-size: 14px;
    }
    .subscribe .input-group > :-ms-input-placeholder { 
        font-size: 14px;
    }
    .subscribe .input-group > :-moz-placeholder {
        font-size: 14px;
    }
    #scroll {
        width: 40px;
        height: 40px;
    }
    .dashboard-btns {
        justify-content: center;
    }
    .footer-small-bg {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
	.navbar-header {
		width: 100%;
	}
    .banner-bg-imgs {
        display: none;
    }
    .banner-content h1 {
        font-size: 30px;
    }
    .banner-section {
        padding-top: 40px;
    }
	.logo {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.header-nav {
		height: 60px;
	}
	#mobile_btn {
		top: 18px;
		margin-right: 0;
		position: absolute;
	}
	.logo img,
	.menu-logo img {
		width: 120px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
	    font-size: 14px;
	}
	.bar-icon span {
		background-color: #F9531D;
	}
	.header-navbar-rht {
		display: none;
	} 
    .price-count {
        margin-bottom: 20px;
    } 
    .price-count-sec {
        padding: 20px 20px 0;
    }  
    .top-header {
        display: none;
    }
    .admin-dash-slider .slick-prev,.admin-dash-slider .slick-next {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 575.98px) {
    .banner-btn .btn {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .banner-btn {
        display: block;
    }
    .banner-img-right {
       display: none;
    }
    .price-count-sec {
        padding: 30px 30px;
    }
    .banner-content h1 {
        font-size: 28px;
    }
    .banner-content h6  {
        font-size: 18px;
    }
    .technology-group {
        justify-content: center;
    }
    .ltr-rtl a {
        padding: 8px;
        width: 85px;
        height: 80px;
        font-size: 12px;
    }
    .ltr-rtl {
        left: 1rem;
        top: 0;
    }
    .ltr-rtl-ready {
        display: none;
    }
    .support-item {
        display: block;
    }
    .support-item li {
        display: block;
        padding-right: 0;
    }
    .support-item li {
        display: block;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .support-item li:last-child {
        margin-bottom: 0;
    }
    .section-title h2 {
        font-size: 25px;
    }
    .about-title h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .why-title h2 {
        font-size: 30px;
    }
    .why-title p {
        font-size: 14px;
        margin-bottom: 35px;
    }
    .demo-buttons {
        display: block;
        margin-bottom: 40px;
        padding-left: 0;
    }
    .demo-buttons li {
        display: block;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .demo-buttons li:last-child {
        margin-bottom: 0;
    }
    .admin-dash-title h2 {
        font-size: 25px;
    }
    .admin-dash-title h2 {
        margin-bottom: 25px;
    }
    .banner-icon-one {
        width: 200px;
    }
    .trusted-word h3 {
        font-size: 25px;
    }
    .trusted-word p {
        font-size: 16px;
    }
    .template-option-btn {
        min-width: 120px;
        padding: 5px;
        font-size: 12px;
    }
    .subscribe form {
        padding: 5px 5px 5px 15px;
    }
    .footer-section-title h2 {
        font-size: 20px;
    }
    .dashboard-btns {
        flex-direction: column;
    }
    .dashboard-btns a.admin-btn {
        margin-right: 0;
    }
    .dashboard-btns a {
        width: 80%;
        margin-bottom: 10px;
    }
    .support-item a {
        width: 80%;
    }
    .template-inner-tab ul {
        flex-direction: column;
    }
    .template-inner-tab ul li + li {
        margin-left: 0;
    }
    .template-inner-tab ul li .nav-link {
        width: 100%;
    }
}