/*
Author       : Dreamguys
Template Name:Truelysell - Bootstrap Template
Version      : 1.0
*/

/*============================
 [Table of CSS]

1. General
2. Header
3. Mobile Menu
4. Buttons
5. Banner
6. Awsome Demos
7. Booking System
8. Looking More
9. Awsome Demos
10. Why Choose
11. Inner Pages
12. Premium Support
13. Creative Layouts
14. Pricing
15. Customers Review
16. Features Template
17. Frequently Asked Qusetion
18. Footer
19. Responsive

========================================*/

/*-----------------
	1. General
-----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&amp;display=swap');
html {
    height: 100%;
}
body {
	background-color: #fff;
	color: #58627B;;
    font-family: 'Quicksand', sans-serif;
	font-size: 16px;
    height: 100%;
	overflow-x: hidden !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #030A16;
	font-weight: 500;
}
html {
    scroll-behavior: smooth;
  }
a {
    color: #030A16;
    text-decoration: none;
}
a:hover {
	color: #4C40ED;
}
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;
}
img {
    max-width: 100%;
}
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);
	}
  }
  
/*-----------------
	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;
    height: 90px;
    padding: 0 20px;
    margin-bottom: 0;
    transition-duration: 0.4s;
    margin-top: 0;
}
.main-wrapper {
    overflow-x: hidden;
}
.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: #4C40ED;
}
.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.has-submenu > a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px;
}
.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;
}
.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 {
	color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.header-navbar-rht > li > a.nav-link:hover,
.header-navbar-rht > li > a.nav-link:focus {
    color: #4C40ED;
}
.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;
}
.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;
}
.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: 40px;
}
.submenu-head:hover .product-content h4, 
.submenu-head:hover .product-content p {
    color: #4C40ED;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.product-count {
    padding: 3px;
    color: #4C40ED;
    border: 1px solid #4C40ED;
    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 a > img {
	height: 60px;
    object-fit: cover;
    width: 60px;
    border-radius: 50%;
}
.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: #4C40ED;
}
.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;
}
.header {
	background-color: #F7F7FF;
}
.users .dropdown-item i {
	color: #4C40ED;
}
.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;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: #4C40ED;
    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;
}
.add-header-bg {
    box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
    transition-duration: 0.4s;
    background: #F7F7FF;
    padding-top: 0;
    margin: 0;
    border-bottom: 0;
}

/*-----------------
	4. Buttons
-----------------------*/

.primary-btn {
    font-weight: 600;
    font-size: 16px;
    padding: 13px 27px;
    background: #4C40ED;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.primary-btn span {
    display: flex;
}
.primary-btn:hover {
    background: #fff;
    color: #4C40ED;
    border-color: #4C40ED;
    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;
}
.header-navbar-rht > li > a.purchase-now:focus,
.header-navbar-rht > li > a.purchase-now:active {
    color: #fff;
}
.banner-btn .btn {
    margin-right: 20px;
}
.live-btn.primary-btn {
    background: #203066;
}
.live-btn:hover,
.live-btn:focus {
    background-color: #ffffff;
    border-color: #203066;
    color: #203066;
    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;
}

/*-----------------
	5. Banner
-----------------------*/

.banner-content-group {
    background-image: url(../img/banner-vector-1.png), url(../img/banner-vector-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left -5%, top right -10%;
    background-size: contain;
    padding: 90px 0 0px;
}
.banner-content h1 {
    color: #203066;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 30px;
}
.banner-content h1 span {
    color: #4C40ED;
}
.banner-content h6 {
    font-weight: 600;
    font-size: 20px;
    color: #203066;
    margin-bottom: 20px;
}
.banner-content h5 {
    font-weight: 700;
    font-size: 18px;
    color: #1A1A1A;
    margin-bottom: 20px;
}
.banner-color-bg {
    position: relative;
    background: #F7F7FF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}
.banner-color-bg .banner-btn {
    margin-bottom: 70px;
    position: relative;
}
.banner-left {
    position: absolute;
    left: 0;
}
.ltr-rtl-ready {
    position: relative;
}
.ban-vector-1 {
    position: absolute;
    top: 100px;
    left: 0;
}
.ban-vector-5 {
    position: absolute;
    right: 375px;
    top: 6px;
    max-width: 80px;
}
.ban-vector-2 {
    position: absolute;
    top: 100px;
    right: 100px;
}
.ban-vector-3 {
    position: absolute;
    top: 320px;
    left: 250px;
}
.ban-vector-4 {
    position: absolute;
    top: 320px;
    right: 0;
}
.ban-vector-2{
    animation: animName 3s linear infinite;
  }
  
  @keyframes animName {
   0%{
      transform: rotate(0deg);
     }
  100%{
      transform: rotate(360deg);
     }
  }
.technology-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding-left: 0;
    list-style: none;
    flex-wrap: wrap;
}
.technology-item {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 8px 16px -4px rgba(76, 64, 237, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.technology-group li {
    margin-right: 30px;
}
.technology-group li:last-child {
    margin-right: 0;    
}
.technology-item img {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.section-title h2:after {
    content: url("../img/title-img.png");
    position: absolute;
    display: block;
    top:80%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.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: 30px;
}
.section-title h2 {
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 40px;
    color: #203066;
    position: relative;
}
.section-title h2 span {
    color: #4C40ED;
}
.section-sub {
    position: relative;
    padding: 80px 0;
}
.section-title p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

/*-----------------
	6.Awsome Demos
-----------------------*/

.dashboard-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.dashboard-img img {
   border-radius: 10px;
}
.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;
    color: #203066;
    text-align: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.applications-img {
    margin-bottom: 20px;
    filter: drop-shadow(0px 4px 54px rgba(197, 197, 197, 0.25));
    border-radius: 5px;
}
.dash-content-right {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.dash-content-left p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.05em;
    color: #58627B;
    text-align: left;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.dashboard-item {
    background: #FFFFFF;
    border: 1px solid #FFF6F4;
    box-shadow: 0px 4px 54px rgb(197 197 197 / 25%);
    border-radius: 10px;
    padding: 20px;
}
.dashboard-left {
    position: absolute;
    top: 110px;
    left: 0;
    max-width: 150px;
}
.dashboard-right {
    position: absolute;
    right: -5px;
    bottom: 370px;
}
.template-option-ovelay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.28);
    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-ovelay {
    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;
}
.template-item {
    background: rgba(76, 64, 237, 0.06);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 24px;
    transition: 0.5s all;
}
.template-item:hover .dash-content-left a h3, .template-item:hover .dash-content-left a p{
    color: #4C40ED;
}
.template-item:hover {
    transform: translateY(-10px);
}

/*-----------------
	7. Booking System
-----------------------*/

.booking-system {
    background: #F2F2FF;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.booking-system::after {
    position: absolute;
    content: "";
    background: url(../img/bg/Vector-bg.png) no-repeat 0 0 / 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    background-size: cover;
    background-position: center;
}
.booking-img{
    border:15px solid #030303;
    border-radius: 20px;
    position: relative;
}
.vector-bg .circle {
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.booking-img .book-img {
    border-radius: 10px;
}
.booking-img .offer-img {
    position: absolute;
    top: -65px;
    left: -80px;
}
.booking-system .section-title p {
    color: #58627B;
    text-align: left;
    margin-bottom: 35px;
}
.booking-system-content {
    max-width: 500px;
    margin-left: auto;
}
.booking-system-content .section-title h2 {
    margin-bottom: 33px;
}
.booking-system-content .section-title h2:after {
    left: 70px;
}

/*-----------------
	8. Looking More
-----------------------*/

.more-features {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.more-features h5{
    font-size: 18px;
    font-weight: 600;
    color: #203066;
    margin: 0;
    padding: 15px 0 0;
}
.more-features i {
    color:#4C40ED;
    font-size: 20px;
    margin-bottom: 20px;
}
.looking-more {
    background: #4C40ED;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.looking-more::before {
    position: absolute;
    content: "";
    background: url(../img/bg/premium-bg.png) no-repeat 0 0 / 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-position: center;
}
.looking-more .section-title h2::after {
    content: url("../img/title-img-2.png");
    position: absolute;
    display: block;
    bottom: 20px;
    left: 80px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}
.looking-more .section-title {
    padding: 0;
    margin: 0;
}
.looking-more .section-title h2 {
    color: #fff;
    padding: 0;
    margin: 0;
}

/*-----------------
	9. Awsome Demos
-----------------------*/

.dash-content-right a {
    display: flex;
    align-items: center;
}
.dash-content-right span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dash-content-right i {
    color:#4C40ED;
    font-size: 20px;
}

/*-----------------
	10. Why Choose
-----------------------*/

.why-sec {
    background: #203066;
}
.why-sec .section-title h2::after{
    content: url("../img/title-img-2.png");
    position: absolute;
    display: block;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    
}
.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;
}
.buy-nowbtn.white-btn {
    color: #203066;
    background: #fff;
}
.why-title p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    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: 7px;
    color: #ffffff;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 18px;
    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;
}
.demo-btn-li.bgs-primary {
    background: #0090FD;
}
.demo-btn-li.bg-violet {
    background: #8231D3;
}
.demo-btn-li.bg-orange {
    background: #F57B00;
}
.why-left {
    position: absolute;
    left: 0;
    top: 11rem;
}
.why-right {
    position: absolute;
    right: 5rem;
    bottom: 5rem;
}

/*-----------------
	11. Inner Pages
-----------------------*/

.multiple-tabs .nav-pills .nav-link {
    background: #E5E7EB;
    border-radius: 8px;
    padding: 12px 50px;
    color: #203066;
    font-weight: 600;
    min-width: 167px;
    margin-right: 25px;
    text-align: center;
}
.multiple-tabs .nav-pills .nav-link.last-link {
    margin-right: 0;
}
.multiple-tabs .nav-pills .nav-link.active {
    background: #4C40ED;
    color: #FFFFFF;
}
.multiple-tabs ul {
    margin-bottom: 40px;
}
.prebuilt-application .section-title {
    margin-bottom: 30px;
}
.why-sec .section-title h2{
    color: #fff;
    text-align: center;
} 

/*-----------------
	12. Premium Support
-----------------------*/

.premium-support {
    background: #4C40ED;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.premium-support::before {
    position: absolute;
    content: "";
    background: url(../img/bg/premium-bg.png) no-repeat 0 0 / 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
.premium-heading h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.premium-heading p {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin: 0;
    }
.choose-evanto-btn {
    float: right;
}


/*-----------------
	13. Creative Layouts
-----------------------*/

.creative-layouts-sec {
    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;
    color: #203066;
    font-weight: 600;
}
.creativ-img {
    margin-bottom: 25px;
}
.creativ-img img {
    margin-bottom: 15px;
    border-radius: 5px;
}

/*-----------------
	14. Pricing
-----------------------*/

.pricing-group {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #F2F5FF;
    box-shadow: 0px 4px 24px rgb(179 179 179 / 25%);
    border-radius: 20px;
    padding: 30px;
}
.pricing-list-title {
    position: relative;
    padding-bottom: 20px;
}
.pricing-list-title h3 {
    font-weight: 700;
    font-size: 28px;
    color: #203066;
}
.price-dollar p {
    color: #A6A6A6;
    margin-bottom: 0;
}
.price-dollar p span {
    font-weight: 700;
    font-size: 36px;
    color: #203066;
    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;
}
.price-column {
    display: flex;
    align-items: center;
}
.price-column img {
    margin-right: 10px;
}
.pricing-group .purchase:hover {
    background: #f6e0df;
}
.price-check {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 11px;
}
.price-dollar {
    margin-bottom: 16px;
}
.price-check li {
    
    color: #58627B;
    margin-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.price-check li i {
    color: #4C40ED;
}
.price-check li span {
    margin-bottom: 0;
    line-height: 0;
}
.choose-btn .btn.primary-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 9px;
    border-radius: 6px;
    font-size: 15px;
}
.popular-btn {
    display: flex;
    justify-content: end;
    padding-bottom: 25px;
}
.pricing-sec {
    background: #F2F2FF;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
.counter-sec .section-title p {
    color: #58627B;
}
.price-vector-1 {
    position: absolute;
    width: 450px;
    height: 450px;
    left: 0;
    top: 100px;
}
.price-vector-2 {
    position: absolute;
    width: 450px;
    height: 450px;
    right: 0;
    bottom: 60px;
}
.price-vector-3 {
    position: absolute;
    left: 60px;
    top: 60px;
}
.price-vector-4 {
    position: absolute;
    right: 0;
    bottom: 120px;
}
.pricing-sec::after {
    position: absolute;
    content: "";
    background: url(../img/bg/Vector-bg.png) no-repeat 0 0 / 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    background-size: cover;
    background-position: calc();
}
.pricing-sec .section-title {
    margin-bottom: 0;
}
.feature-btn {
    background: #4C40ED;
    border-radius: 13.5px;
    color: #ffffff;
    border-color: #4C40ED;
    letter-spacing: 0.833333px;
    font-size: 10px;
    font-weight: 600;
    padding: 6px 15px;
    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;
}
.feature-btn:hover {
    background-color: #fff;
    color: #4C40ED;
    box-shadow: inset 0 50px 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;
}
.counter-sec {
    padding: 80px 0;
}
.price-count p {
    font-weight: 600;
    font-size: 16px;
    color: #74788D;
}
.price-count h4 {
    font-weight: 700;
    font-size: 32px;
    color: #28283C;
}
.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
-----------------------*/

.customer-review {
    background: #203066;
}
.customer-review  .section-title h2::after{
    content: url("../img/title-img-2.png");
    position: absolute;
    display: block;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    
}
.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 {
    content: "\f060";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    display: inline-block;
    opacity: 2;
    color: #fff;
    font-size: 14px;
}
.slick-next:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    display: inline-block;
    opacity: 2;
    color: #fff;
    font-size: 14px;
}
.customer-review .slick-prev:before {
    content: "\f060";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    transform: rotate(-45deg);
    display: inline-block;
    opacity: 2;
    color: #fff;
    font-size: 14px;
}
.customer-review .slick-next:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    transform: rotate(-45deg);
    display: inline-block;
    opacity: 2;
    color: #fff;
    font-size: 14px;
}
.customer-review .user-image img {
    width: 86px;
    height: 86px;
    text-align: center;
    display: block;
    margin: 15px auto;
}
.ratings{
    margin-bottom: 20px;
}
.customer-review .ratings i {
    color: #FFBA07;
    font-size: 12px;
}
.customer-review .user-content h5 {
    font-weight: 700;
    font-size: 19px;
    color: #203066;
    margin: 0;
    padding-bottom: 15px;
}
.customer-review .user-content p {
    font-weight: 500;
    font-size: 16px;
    color: #58627B;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #F2F2FF;
}
.owl-item-card {
    background: #FFFFFF;
    border: 1px solid rgba(166, 166, 166, 0.25);
    border-radius: 20px;
    padding: 30px;
}
.user-name a h5 {
    font-weight: 700;
    font-size: 18px;
    color: #203066;
    margin: 0;
}
.user-name span {
    font-size: 14px;
    color: #58627B;
}
.user-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.customer-left {
    position: absolute;
    left: -4rem;
    bottom: 0;
}
.customer-right {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

/*-----------------
	16. Features Template
-----------------------*/

.features-sec {
    padding-bottom: 55px;
}
.feature-column {
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
    text-align: center;
}
.features-content h5 {
    font-weight: 700;
    font-size: 18px;
    color: #1A1A1A;
    margin-bottom: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.features-round:hover {
    background: #f9531db8;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.features-content {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px;
}
.features-round {
    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;
    -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;
    padding: 20px;
    display: inline-flex;
    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-temp {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0px 8px 36px rgba(76, 64, 237, 0.14);
}
.features-temp-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.features-temp-content h5 {
    font-weight: 700;
    font-size: 18px;
    color: #203066;
    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-sec {
    background: #EBEAFE;
    position: relative;
    z-index: 1;
}
.faq-sec::after {
    position: absolute;
    content: "";
    background: url(../img/bg/Vector-bg.png) no-repeat 0 0 / 130%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    background-size: cover;
    background-position: center;
}
.faq-drawer {
    margin-bottom: 15px;
    padding: 15px 15px 0;
    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: #203066;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all 0.25s ease-out;
}  
.faq-drawer-title::after {
    content: "+";
    display: inline-block;
    float: right;
    font-size: 25px;
    transition: 0.35s ease-in-out;
    vertical-align: top;
}
.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 {
    color: #4C40ED;
}
.faq-drawer-trigger:checked + .faq-drawer-title::after {
    content: "_";
    transition: 0.25s ease-in-out;
    top: -10px;
    position: relative;
}
.faq-drawer input[type="checkbox"] {
    display: none;
}
.faq-drawer-content p {
    font-weight: 400;
    font-size: 15px;
    color: #58627B;
}
.faq-left {
    position: absolute;
    left: 8rem;
    top: 8rem;
}
.faq-right {
    position: absolute;
    right: 0;
    bottom: 1rem;
}

/*-----------------
	18. Footer
-----------------------*/

.footer-sec {
    background: #203066;
    padding: 80px 0 48px;
}
.footer-section-title.section-title h2 {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: auto;
}
.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;
}
.footer-nav li a:hover {
   color: #4C40ED;
}
.social-icon ul li a {
    color: #fff;
}
.social-icon ul li a:hover {
    color: #4C40ED;
}
.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-bottom {
    padding: 48px 0 0;
}
.footer-buttons {
    padding-bottom: 60px;
    border-bottom: 1px solid #3E4F89;
}
#scroll {
    position:fixed;
    left: 30px;
    bottom: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #4C40ED;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 5;
}
#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: #4C40ED;
}
.col-lg-4.col-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.col-lg-6.col-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-----------------
	19. 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: 70px;
		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;
        background: #4990E2;
        border-radius: 50px;
        transform: rotate(43.03deg);
        color: #fff;
    }
    .dash-content-left h3 {
        font-size: 20px;
    }
    .footer-nav li {
        display: inline-block;
        margin-right: 12px;
    }	
    .banner-content h1 {
        font-size: 55px;
    }
}

@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;
    }
    .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-content-group {
        padding: 120px 0 0;
    }
    .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;
    }
    .booking-system .section-title {
        margin: 0;
    }
    .premium-heading p {
        font-size: 30px;
    }
    .choose-evanto-btn {
        float:  left;
    }
    .choose-evanto-btn .primary-btn {
        padding: 13px 17px;
    }
    .looking-more .section-title {
        margin-bottom: 40px;
    }
    .booking-img {
        margin-bottom: 40px;
    }
    .about-title h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .github-btn {
        padding: 12px 30px;
    }
    .dash-content-left h3 {
        font-size: 18px;
    }
    .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;
    }
    .banner-content h6 {
        margin-bottom: 30px;
    }
    .technology-group {
        margin-bottom: 30px;
    }
    .unique-right {
        width: 190px;
        right: -2rem;
        bottom: 5rem;
    }
    .about-right {
        right: 2rem;
        bottom: 5rem;
    }
    .why-right {
        right: 1rem;
        bottom: 5rem;
    }
    .applications-left {
        top: 0;
        left: 0;
        width: 200px;
    }
    .applications-right {
        bottom: 8rem;
        right: 2rem;
    }
    .landing-left {
        left: 0;
        bottom: 0;
        width: 150px;
    }
    .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;
    }
	.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 #E1E2E5;
		margin-left: 0;
	}
	.main-nav li + li {
		margin-left: 0;
	}
	.main-nav > li > a {
		line-height: 1.5;
		padding: 15px 20px !important;
		color: #203066;
		font-size: 14px;
		font-weight: 600;
	}
    .main-nav > li > a:hover {
		color: #4C40ED !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: #fff;
	}
	.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: 0;
        margin-bottom: 0;
    }
    .main-nav > li .submenu-head li a {
        white-space: normal;
    }
    .main-nav > li {
		border-bottom: 1px solid #E1E2E5;
		margin-left: 0;
	}
    .product-more {
        padding: 40px 0 40px;
    }
    .product-more h3 {
        margin-bottom: 20px;
    }
    .ltr-rtl-ready {
        display: none;
    }
    .banner-img-right {
        display: none;
    }
    .banner-content {
        padding-left: 0;
        text-align: center;
    }
    .banner-content-group {
        background-image: none;
    }
    .ban-vector-3, .ban-vector-5 {
        display: none;
    }
    .banner-color-bg .banner-btn {
        margin-bottom: 0;
    }
    .booking-system .col-lg-6 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner-left {
        display: none;
    }
    .banner-content-group {
        padding: 130px 0 50px;
    }
    .megamenu-full-width {
        border-radius: 0;
    }
    .price-count-sec {
        padding: 20px 20px;
    }
    .pricing-left {
        display: none;
    }
    .dashboard-item {
        margin-bottom: 20px;
    }
    .premium-support {
        background: #4C40ED;
        padding: 50px 0;
    }
    .pricing-sec .col-md-6.ps-0 {
        padding-left: 30px !important;
    }
    .pricing-sec .col-md-6.pe-0 {
        padding-right: 30px !important;
    }
    .pricing-img {
        display: none;
    }
    .section-sub.pricing-sec {
        padding-bottom: 30px;
    }
    .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;
    }
    .applications-left {
        display: none;
    }
    .applications-right {
        display: none;
    }
    .admin-dash-title {
        text-align: center;
    }
    .layouts-left {
        display: none;
    }
    .pricing-group {
        padding: 30px;
        margin-bottom: 50px;
    }
    .pricing-right {
        display: none;
    }
    .booking-img .offer-img {
        left: -48px;
    }
    .price-sec {
        margin-bottom: 20px;
    }
    .price-count {
        margin-bottom: 0;
    }
    .looking-more {
        padding: 50px 0;
    }
    .connect-us-left {
        display: none;
    }
    .connect-us-right {
        display: none;
    }
    .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: 40px;
    }
    .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;
    }
    .footer-section-title.section-title h2 {
        font-size: 30px;
    }
    .owl-item-card {
        margin-bottom: 60px;
    }
    .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;
    }
    .counter-sec {
        padding: 50px 0;
    }
    .booking-system-content {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
	.navbar-header {
		width: 100%;
	}
	.logo {
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.header-nav {
		height: 60px;
	}
	#mobile_btn {
		top: 18px;
		margin-right: 0;
		position: absolute;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
	    font-size: 14px;
	}
	.bar-icon span {
		background-color: #4C40ED;
	}
	.header-navbar-rht {
		display: none;
	} 
    .banner-content h1 {
        font-size: 26px;
    }
    .price-count {
        margin-bottom: 20px;
    }  
    .more-features {
        margin-bottom: 30px;
    }
    .looking-more {
        padding: 40px 0 10px;
    }
    .premium-heading {
        margin-bottom: 30px;
    }
    .pricing-sec .col-md-6.ps-0 {
        padding-right: 30px;
    }
    .pricing-sec .col-md-6.pe-0 {
        padding-left: 30px;
    }
    .section-sub.pricing-sec {
        padding-bottom: 10px;
    }
    .booking-img .offer-img {
        display: none;
    }
    .counter-sec {
        padding: 40px 0;
        padding-bottom: 0;
    }
    .price-column {
        margin-bottom: 20px;
    }
    .banner-content-group {
        padding: 100px 0 40px;
    }
    .banner-floating {
        display: none;
    }
    .multiple-tabs .nav-pills .nav-link {
        min-width: 150px;
    }
}

@media (max-width: 575.98px) {
    .banner-btn .btn {
        margin-bottom: 20px;
        margin-right: 0 !important;
    }
    .banner-btn {
        display: block;
    }
    .banner-img-right {
       display: none;
    }
    .price-count-sec {
        padding: 30px 30px;
    }
    .banner-content h6  {
        font-size: 18px;
    }
    .banner-content-group {
        padding: 90px 0 40px;
    }
    .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;
    }
    #scroll {
        left: 0;
        bottom: 5px;
    }
    .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;
    }
    .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;
    }
    .footer-buttons {
        padding-bottom: 20px;
    }
}

@media (max-width: 479.98px) {
    .technology-group {
        gap: 20px;
    }
    .section-title {
        margin-bottom: 20px;
    }
    .technology-group li {
        margin-right: 0px;
    }
     .section-title h2::after {
        display: none !important;
    }
    .section-title h2 {
        margin: 0;
    }
    .multiple-tabs ul {
        justify-content: center;
        gap: 10px;
    }
    .multiple-tabs .nav-pills .nav-link { 
        width: 90px ;
        padding: 12px 0;
        font-size: 15px;
        min-width: 100%;
        margin-right: 0;
    }
    .premium-heading p {
        font-size: 22px;
    }
    .footer-section-title.section-title h2 {
        font-size: 20px;
    }
}