@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";

@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,800;1,900&amp;display=swap";

body {
	font-size: 16px;
	line-height: 1.8;
	font-family: poppins,sans-serif;
	color: #301d44;
	font-weight: 400;
}

p {
	color: #301d44;
}

a {
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-decoration: none;
}

a:hover,a:focus {
	text-decoration: none;
}

button {
	margin: 0;
	padding: 0;
	outline: 0;
}

button:focus {
	outline: 0;
	border: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	line-height: 1.4;
	color: #301d44;
}

h4 a {
	font-size: 20px;
	font-weight: 500;
	color: #000;
}

h3 {
	font-size: 24px;
}

h3 a {
	color: #fff;
	text-align: center;
}

.banner-btn-inner {
	background: #1b1919;
	margin: 0 auto;
	width: 175px;
	border-radius: 5px;
	padding: 10px 20px;
	text-align: center;
	margin-top: 20px;
}

.owl-carousel .owl-item img {
	width: 200px;
}

.product-image1 img {
	height: 70px!important;
	width: 70px;
	margin: 0 auto;
}

.banner-btn-inner a {
	color: #fff;
}

.services-card-bg p {
	color: #fff;
	text-align: center;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle;
}

img {
	max-width: 100%;
}

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

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

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

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

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

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

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

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

.pb-20 {
	padding-bottom: 20px;
}
a.about-btn {
    position: relative;
    padding: 5px 20px;
    background-color: #1b1919;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}

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

.default-btn {
	padding: 14px 27px;
	background-color: #1b1919;
	color: #fff;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	border: none;
}

.default-btn::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #1b1919;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
	border-radius: 5px;
}

.default-btn:hover {
	background-color: #1b1919;
	color: #fff;
}

.default-btn:hover::before {
	height: 100%;
	opacity: 1;
	border-radius: 5px;
}

.section-title span {
	line-height: 0;
/*	text-transform: capitalize;*/
	padding-bottom: 5px;
	font-weight: 400;
	color: #1b1919;
}

.section-title h2 {
	font-size: 36px;
    font-weight: 100;
    margin-top: 30px;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}

.order.section-title {
	padding-top: 50px;
}

.world-cyber {
	position: relative;
	width: 100%;
	background-color: #1b1919;
}

.order.section-title h2 {
	color: #fff;
}

.section-title p {
    padding-top: 10px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.client-area-two .section-title h2 {
    font-size: 36px;
    font-weight: 100;
    margin-top: 30px;
    line-height: 1.4;
    color: #000;
    text-align: center;
}

.product-area .section-title h2 {
    font-size: 36px;
    font-weight: 100;
    margin-top: 30px;
    line-height: 1.4;
    color: #000;
    text-align: center;
}
.product-area .section-title p {
    padding-top: 10px;
    margin-bottom: 60px;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.header-left {
	text-align: left;
	margin-top: 5px;
}

.header-left .header-left-card ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.header-left .header-left-card ul li {
	display: inline-block;
	text-align: left;
	position: relative;
	padding-left: 7px;
	color: #fff;
	margin-right: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-left .header-left-card ul li::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 24px;
	background-color: #645673;
	left: -20px;
	top: 17px;
}

.header-left .header-left-card ul li:first-child::before {
	display: none;
}

.header-left .header-left-card ul li:last-child {
	margin-right: 0;
}

.header-left .header-left-card ul li .head-icon {
	color: #1b1919;
	font-size: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-left .header-left-card ul li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-left: 30px;
}

.header-right {
	float: right;
}

.top-social-link {
	padding-top: 15px;
	padding-bottom: 10px;
	display: inline-block;
	margin-right: 30px;
	position: relative;
}

.top-social-link::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 24px;
	background-color: #645673;
	right: -22px;
	top: 20px;
}

.top-social-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-social-link ul li {
	display: inline-block;
	margin-right: 5px;
}

.top-social-link ul li a {
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	background-color: #1b1919;
	color: #fff;
}

.top-social-link ul li a:hover {
	background-color: #fff;
	color: #1b1919;
}

.language {
	top: 30px;
	float: right;
	z-index: 55;
	position: relative;
	margin-right: -20px;
}

.language .language-icon {
	color: #1b1919!important;
	margin-right: 0;
	margin-left: 10px;
	top: -12px;
	position: relative;
}

.language .language-list-item {
	height: 0;
	padding: 0 15px;
	border: none;
	color: #fff;
	background-color: transparent;
	font-weight: 500;
	font-size: 15px;
	border-radius: 5px 0 0 5px;
	padding-left: 30px;
	padding-right: 30px;
}

.language .language-list-item:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.language .nice-select {
	height: 0;
	width: 125px;
	line-height: 0;
	font-size: 15px;
	margin-bottom: 0;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	border-radius: 5px 0 0 5px;
	z-index: 9999;
	text-align: right!important;
}

.language .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102,102,102,.1);
	box-shadow: 0 0 29px 0 rgba(102,102,102,.1);
	border-radius: 0;
	margin-top: 20px;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.language .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	color: #301d44;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0;
	width: 180px;
	border-bottom: 1px solid #e1e1e1;
}

.language .nice-select .list .option:hover {
	background-color: transparent!important;
	color: #1b1919;
}

.language .nice-select .list .option .selected {
	background-color: transparent!important;
	font-weight: 500;
	color: #1b1919!important;
}

.language .nice-select::after {
	content: '\ea4a';
	height: 8px;
	width: 8px;
	border: none;
	top: 0;
	margin-bottom: 0;
	right: 10px;
	background-color: transparent;
	font-family: boxicons!important;
	color: #fff;
	font-size: 18px;
	-webkit-transform-origin: none;
	transform-origin: none;
	-webkit-transform: none;
	transform: none;
	margin-top: 0;
}

.navbar-area {
	background-color: transparent;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

.navbar-light {
	padding: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
}

.navbar-light .navbar-brand img {
	float: left;
	width: auto;
	height: 80px;
}

.sidebar-logo img {
	width: auto;
	height: 50px;
}

.navbar-light .navbar-brand .logo-two {
	display: none;
}

.navbar-light .navbar-brand-sticky {
	display: none;
}

.main-nav {
	position: inherit;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: inherit;
	padding: 0;
	width: 100%;
	height: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a,.main-nav nav .navbar-nav .nav-item .active {
	color: #000!important;
}

.main-nav nav .navbar-nav .nav-item a {
	text-transform: capitalize;
	color: #301d44;
	font-weight: 500;
	margin-left: 0px;
	margin-right: 0px;
}

.main-nav nav .navbar-nav .nav-item a i {
	line-height: 0;
	position: relative;
	top: 3px;
	font-size: 18px;
}

.main-nav nav .navbar-nav .nav-item a:hover,.main-nav nav .navbar-nav .nav-item a :focus {
	color: #1b1919!important;
}

.main-nav nav .navbar-nav .nav-item a.active {
	color: #1b1919!important;
}

.main-nav nav .navbar-nav .nav-item a .active::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	border: none;
	padding: 0;
	border-radius: 0;
	background-color: #fff!important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px solid #fff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	color: #301d44!important;
	position: relative;
	-webkit-transition: .7s;
	transition: .7s;
	font-weight: 500;
	padding: 10px;
	border-bottom: 1px dashed #ebebeb;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	border-radius: 0;
	color: #1b1919!important;
	background-color: #f3f3f3;
	border-left: 3px solid #1b1919;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
	color: #1b1919!important;
	border-radius: 0;
	background-color: #f3f3f3;
	border-left: 3px solid #1b1919;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
	color: #1b1919!important;
	background-color: #f3f3f3;
	border-left: 3px solid #1b1919;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 100%;
	margin-top: 18px!important;
	position: absolute;
}

.main-nav .others-options .option-item {
	margin-right: 20px;
}

.main-nav .others-options .option-item:last-child {
	margin-right: 0;
}

.main-nav .others-options .option-item .search-btn {
	font-size: 22px;
	margin-top: 10px;
	color: #1b1919;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.main-nav .others-options .option-item .search-btn:hover {
	color: #1b1919;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%);
}

.main-nav .others-options .option-item .close-btn {
	font-size: 22px;
	color: #1b1919;
	-webkit-transition: .5s;
	transition: .5s;
	display: none;
	cursor: pointer;
}

.main-nav .others-options .option-item .close-btn:hover {
	color: #1b1919;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%);
}

.main-nav .others-options .option-item .close-btn.active {
	display: block;
}

.main-nav .others-options .option-item .menu-icon .menu-icon-two {
	font-size: 50px;
    color: #fff;
    background: #434147;
    padding: 0px 10px;
}
.about-area img {
    max-width: 90%;
}

.main-nav .others-options .option-item .menu-icon .menu-icon-two:hover {
	color: #fff;
}

.search-overlay {
	display: none;
}

.search-overlay.search-popup {
	position: absolute;
	top: 100%;
	width: 300px;
	background: #fff;
	z-index: 2;
	right: 0;
	padding: 20px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
	margin-top: 0;
}

.search-overlay.search-popup .search-form {
	position: relative;
}

.search-overlay.search-popup .search-form .search-input {
	display: block;
	width: 100%;
	height: 50px;
	line-height: initial;
	border: 1px solid #eee;
	color: #301d44;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
	padding-top: 4px;
	padding-left: 10px;
}

.search-overlay.search-popup .search-form .search-input:focus {
	border-color: #1b1919;
}

.search-overlay.search-popup .search-form .search-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background: 0 0;
	border: none;
	width: 50px;
	outline: 0;
	color: #301d44;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 0;
}

.search-overlay.search-popup .search-form .search-button:focus {
	color: #1b1919;
}

.search-overlay.search-popup .search-form .search-button i {
	font-size: 18px;
	font-weight: 700;
}

.side-nav-responsive {
	display: none;
}

.side-nav-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	display: none;
	position: absolute;
	right: 60px;
	top: 12px;
}

.side-nav-responsive .dot-menu .circle-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
}

.side-nav-responsive .dot-menu .circle-inner .circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	-webkit-transition: .7s;
	transition: .7s;
	background-color: #301d44;
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
	background-color: #1b1919;
}

.side-nav-responsive .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.side-nav-responsive .container .container {
	position: absolute;
	top: 55px;
	right: 0;
	max-width: 185px;
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .7s;
	transition: .7s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px;
}

.side-nav-responsive .container .container.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.side-nav-responsive .side-nav-inner {
	padding: 10px;
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,.09);
	box-shadow: 0 15px 40px rgba(0,0,0,.09);
	background-color: #fff;
}

.side-nav-responsive .side-nav-inner .side-nav {
	background-color: #1b1919;
	padding: 10px 0;
}

.side-nav-responsive .side-nav-inner .side-nav .side-item {
	padding-left: 10px;
	position: relative;
	display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .side-item:last-child {
	padding-left: 0;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item {
	margin-right: 20px;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item:last-child {
	margin-right: 10px;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .search-btn {
	font-size: 30px;
	margin-top: 10px;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .search-btn:hover {
	color: #1b1919;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%);
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn {
	font-size: 30px;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	display: none;
	cursor: pointer;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn:hover {
	color: #1b1919;
	-webkit-transform: translateY(-5%);
	transform: translateY(-5%);
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .close-btn.active {
	display: block;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .menu-icon .menu-icon-two {
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .menu-icon .menu-icon-two:hover {
	color: #301d44;
}

.sticky-nav {
	top: 0;
	position: fixed;
	-webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
	animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
	-webkit-transition: .9s;
	transition: .9s;
	width: 100%!important;
	z-index: 999;
}

.sticky-nav .navbar-light .navbar-brand img {
	max-width: 130px;
}

.sticky-nav .main-nav {
	top: 0;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.sidebar-modal {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: 0 0 20px 3px rgba(0,0,0,.05);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
	position: absolute;
	right: -100%;
	top: 0;
	width: 400px;
	overflow-y: scroll;
	height: 100%;
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 1;
	padding: 0px;
}

.sidebar-header {
	background: #1b1919;
	width: 400px;
	position: fixed;
	z-index: 9999;
}

.sidebar-modal .sidebar-header .sidebar-logo {
	display: inline-block;
}

.sidebar-modal .sidebar-header .sidebar-logo .logo-two {
	display: none;
}

.sidebar-modal .sidebar-header .close-btn {
	display: inline-block;
	font-size: 42px;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	line-height: 30px;
	color: #fff;
	border-radius: 0;
	text-align: center;
	margin-top: 8px;
	margin-right: 15px;
	float: right;
}

.sidebar-logo p {
	margin-left: 15px;
	font-size: 14px;
	color: #fff;
	margin-top: 16px;
	margin-bottom: 16px;
}

.slidbar-men {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.slidbar-men .slidbar-link {
	padding-right: 0;
	padding-left: 0;
}

.slidbar-men .slidbar-link:hover {
	color: #1b1919;
}

.slidbar-link {
	display: block;
	padding: .5rem 1rem;
	font-size: 22px;
	font-weight: 500;
	color: #1b1919;
	margin-left: 15px;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.slidbar-item {
	border-bottom: 1px solid #1b19192e;
	position: relative;
	top: 58px;
}

.slidbar-const {
	border-bottom: 1px solid #1b19192e;
	position: relative;
	top: 0px;
}

.slidbar-men i.bx.bx-chevron-right {
	float: right;
	margin-right: 15px;
	font-size: 40px;
}

.sidebar-modal .sidebar-header .close-btn:hover {
	color: #fff;
	background-color: #1b1919;
}

.sidebar-modal .sidebar-about {
	margin-bottom: 30px;
}

.sidebar-modal .sidebar-about .title h2 {
	margin-bottom: 0;
	font-size: 24px;
}

.sidebar-modal .sidebar-about .title p {
	margin-bottom: 0;
	font-size: 15px;
}

.sidebar-modal .contact-us {
	margin-bottom: 30px;
}

.sidebar-modal .contact-us h2 {
	font-size: 20px;
	margin-bottom: 25px;
}

.sidebar-modal .contact-us ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar-modal .contact-us ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	color: #301d44;
}

.sidebar-modal .contact-us ul li:last-child {
	margin-bottom: 0;
}

.sidebar-modal .contact-us ul li i {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 28px;
	color: #1b1919;
}

.sidebar-modal .contact-us ul li a {
	display: block;
	color: #301d44;
}

.sidebar-modal .sidebar-instagram-feed {
	margin-bottom: 30px;
}

.sidebar-modal .sidebar-instagram-feed h2 {
	margin-bottom: 25px;
	font-size: 20px;
}

.sidebar-modal .sidebar-instagram-feed ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0;
	margin-top: -10px;
	max-width: 275px;
}

.sidebar-modal .sidebar-instagram-feed ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.sidebar-modal .sidebar-instagram-feed ul li a {
	display: block;
	position: relative;
}

.sidebar-modal .sidebar-instagram-feed ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
	opacity: .5;
	visibility: visible;
}

.sidebar-modal .sidebar-follow-us h2 {
	font-size: 20px;
	margin-bottom: 25px;
}

.sidebar-modal .sidebar-follow-us .social-wrap {
	line-height: 1;
}

.sidebar-modal .sidebar-follow-us .social-wrap {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-modal .sidebar-follow-us .social-wrap li {
	display: inline-block;
	padding-right: 10px;
}

.sidebar-modal .sidebar-follow-us .social-wrap li a i {
	font-size: 20px;
	color: #1b1919;
}

.sidebar-modal .sidebar-follow-us .social-wrap li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.sidebar-modal.active {
	opacity: 1;
	visibility: visible;
	background-color: #0000004a;
}

.sidebar-modal.active .sidebar-modal-inner {
	right: 0;
}

.banner-area {
	background-color: #1b1919;
	position: relative;
	overflow: hidden;
}

.banner-area::before {
	content: '';
	position: absolute;
	overflow: hidden;
	z-index: 1;
	left: 20%;
	top: 0;
	width: 90%;
	height: 100%;
	background-image: url(../img/shape/shape1.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner-area::after {
	content: '';
	position: absolute;
	overflow: hidden;
	left: 40%;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: url(../img/shape/shape2.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner-content {
	position: relative;
	z-index: 1;
}

.banner-content span {
	color: #fff;
}

.banner-content h1 {
	margin-top: 10px;
	font-size: 50px;
	color: #fff;
	font-family: poppins,sans-serif;
	font-weight: 700;
	margin-bottom: 25px;
	line-height: 1.3;
}

.banner-content p {
	color: #fff;
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: 400;
}

.banner-content .banner-btn .contact-btn {
	padding: 7px 24px;
	font-size: 18px;
	border-radius: 3px;
	background-color: #1b1919;
	color: #fff;
	-webkit-transition: .7s;
	transition: .7s;
}

.banner-content .banner-btn .contact-btn:hover {
	background-color: #1b1919;
	color: #fff;
	font-size: 18px;
}

.banner-content .banner-btn .get-btn {
	margin-left: 20px;
	padding: 12px 30px;
	border-radius: 3px;
	background-color: #301d44;
	color: #fff;
	-webkit-transition: .7s;
	transition: .7s;
}

.banner-content .banner-btn .get-btn:hover {
	background-color: #1b1919;
	color: #fff;
}

.banner-img {
	padding: 100px 0;
	margin-right: 50px;
	position: relative;
}

.banner-img::before {
	content: '';
	position: absolute;
	top: 160px;
	right: -50px;
	border: 2px solid #1b1919;
	border-radius: 100px 0 100px 100px;
	width: 100%;
	height: 660px;
	background-color: transparent;
}

.banner-img img {
	border-radius: 100px 0 100px 100px;
	position: relative;
	z-index: 1;
}

.banner-img .dots {
	position: absolute;
	top: 60%;
	right: -215px;
	-webkit-animation: flash 7s infinite linear;
	animation: flash 7s infinite linear;
}

.banner-img .dots img {
	width: 180px;
	border-radius: 0;
}

.banner-shape .shape-icon {
	font-size: 600px;
	line-height: 1.2;
	color: #5f40c9;
	position: absolute;
	top: 50px;
	left: 20px;
}

.down-btn-area {
	float: left;
	margin-bottom: 70px;
}

.down-btn-area .down-btn {
	width: 45px;
	height: 45px;
	background-color: #8871d7;
	position: relative;
	z-index: 1;
	line-height: 45px;
	color: #fff;
	border-radius: 50px;
	font-size: 24px;
	text-align: center;
}

.down-btn-area .down-btn:hover {
	background-color: #1b1919;
}

.banner-area-two {
	background-color: #f5f8fe;
	position: relative;
}

.banner-area-two::before {
	content: '';
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	right: 0;
	background-image: url(../img/home-two/shape-bg-2.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-img-two {
	position: relative;
	background-color: #1b1919;
}

.banner-img-two::before {
	content: '';
	position: absolute;
	top: 0;
	right: -110px;
	width: 400px;
	height: 100%;
	-webkit-transform: skew(45deg);
	transform: skew(15deg);
	background-color: #f5f8fe;
}

.banner-img-two::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/home-two/shape-bg-1.png);
	background-position: center center;
	background-size: cover;
}

.banner-img-two .banner-images {
	max-width: 600px;
	margin-left: auto;
	position: relative;
	z-index: 1;
	padding-top: 70px;
}

.banner-img-two .dots {
	position: absolute;
	top: 100px;
	right: 0;
	-webkit-animation: flash 7s infinite linear;
	animation: flash 7s infinite linear;
}

.banner-img-two .banner-half-circle {
	position: absolute;
	bottom: 0;
	right: -80px;
	width: 400px;
	height: 200px;
	border-radius: 200px 200px 0 0;
	background-color: #ebd391;
}

.banner-two-content span {
	color: #1b1919;
}

.banner-two-content h1 {
	color: #301d44;
	font-family: poppins,sans-serif;
	font-size: 60px;
}

.banner-two-content p {
	color: #301d44;
	max-width: 600px;
}

.banner-two-shape .shape-1 {
	position: absolute;
	top: 65px;
	left: 3%;
	-webkit-animation: flash 7s infinite linear;
	animation: flash 7s infinite linear;
}

.banner-two-shape .shape-2 {
	position: absolute;
	bottom: 65px;
	left: 0;
}

.banner-two-shape .shape-3 {
	position: absolute;
	top: 65px;
	right: 3%;
	-webkit-animation: rotated360 7s infinite linear;
	animation: rotated360 7s infinite linear;
}

.banner-two-shape .shape-4 {
	position: absolute;
	bottom: -5px;
	right: 0;
}
.banner-area-one{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.banner-area-tow {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.banner-area-three {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.banner-btn-inner.at {
	margin-top: 46px;
}

.banner-btn-inner.at2 {
	margin-top: 62px;
}

.banner-btn-inner.at3 {
	margin-top: 63px;
}

.banner-content-three {
	padding-top: 140px;
	padding-bottom: 215px;
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	z-index: 1;
}

.banner-content-three span {
	color: #fff;
	font-size: 37px;
	font-weight: 200;
}

.banner-content-three h1 {
	margin-bottom: 20px;
}

.banner-content-three p {
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
}

.inner-banner {
    position: relative;
    background: #00000014;
}

.inner-banner .inner-title {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.inner-banner .inner-title h3 {
	font-size: 32px;
    color: #000;
    font-weight: 800;
    position: relative;
    margin: 0px;
}

.inner-banner .inner-title ul {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.inner-banner .inner-title ul li {
	font-size: 12px;
	color: #000;
	display: inline-block;
}

.inner-banner .inner-title ul li i {
	color: #000;
	position: relative;
	top: 3px;
	margin: 0 3px;
}

.inner-banner .inner-title ul li a {
	color: #1b1919;
}

.inner-banner .inner-title ul li a:hover {
	color: #1b1919;
}

.status-area {
	position: relative;
	margin-top: -70px;
	z-index: 1;
}

.status-bg {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 5px;
}

.status-card {
	padding: 40px 20px;
	position: relative;
	z-index: 1;
}

.status-card h3 {
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.status-card p {
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.status-card::before {
	content: '';
	position: absolute;
	top: 30px;
	right: -10px;
	width: 1px;
	height: 150px;
	background-color: #efedf0;
}

.status-card i {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 100px;
	color: #f9f8f9;
}

.status-card .status-bottom-1 {
	background-color: #1b1919;
	width: 393px;
	height: 5px;
	left: -35px;
	bottom: -40px;
	position: relative;
}

.status-card .status-bottom-2 {
	background-color: #a49cad;
	width: 393px;
	height: 5px;
	left: -40px;
	bottom: -40px;
	position: relative;
}

.status-card .status-bottom-3 {
	background-color: #fb95a8;
	width: 388px;
	height: 5px;
	left: -40px;
	bottom: -40px;
	position: relative;
}

.status-area .col-lg-4:nth-child(3) .status-card::before {
	display: none;
}

.special-area {
	background-color: #f8f9fb;
}

.special-card {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	text-align: center;
	position: relative;
	z-index: 1;
	border-radius: 5px;
}

.special-card:hover::before {
	opacity: 1;
	height: 100%;
}

.special-card:hover .content h3 a {
	color: #fff;
}

.special-card:hover .content p {
	color: #d0ced3;
}

.special-card:hover .content .learn-btn {
	background-color: #1b1919;
	color: #fff;
}

.special-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #301d44;
	border-radius: 5px;
	-webkit-transition: .7s;
	transition: .7s;
	opacity: 0;
	z-index: -1;
}

.special-card a {
	display: block;
}

.special-card a img {
	border-radius: 5px;
}

.special-card .content {
	padding: 30px 20px;
}

.special-card .content h3 {
	margin-bottom: 10px;
	color: #301d44;
}

.special-card .content h3 a {
	display: block;
	color: #301d44;
}

.special-card .content p {
	margin-bottom: 20px;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.special-card .content .learn-btn {
	display: inline-block;
	padding: 12px 30px;
	border-radius: 3px;
	background-color: #301d44;
	color: #fff;
	-webkit-transition: .7s;
	transition: .7s;
}

.special-card .content .learn-btn:hover {
	background-color: #1b1919;
	color: #fff;
}

.about-area {
	position: relative;
    margin: 40px 0px 20px;
}

.about-img {
	margin-left: 70px;
	margin-bottom: 90px;
	margin-right: 30px;
	position: relative;
}

.about-img::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 60px;
	left: -70px;
	border: 2px solid #1b1919;
	border-radius: 0 100px 100px 100px;
	width: 100%;
	height: 570px;
	background-color: transparent;
}

.about-img .about-img-small {
	position: absolute;
	bottom: -60px;
	left: -40px;
}

.about-img-before {
	position: relative;
}

.about-img-before::before {
	border-color: #301d44;
}

.about-content {
	margin-bottom: 30px;
}

.about-content span {
	color: #1b1919;
}

.about-content h2 {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 36px;
	color: #301d44;
}

.about-content h2 b {
	color: #1b1919;
	font-weight: 600;
}

.about-content h3 {
	font-size: 18px;
	color: #594a69;
	margin-bottom: 20px;
}

.about-content p {
	margin-bottom: 20px;
}

.about-content .about-counter {
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
}

.about-content .about-counter i {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: #1b1919;
	background-color: #fff8e5;
	border-radius: 3px;
	text-align: center;
	font-size: 26px;
	display: inline-block;
}

.about-content .about-counter .content {
	margin-left: 60px;
	display: inline-block;
}

.about-content .about-counter .content h3 {
	font-size: 20px;
	color: #301d44;
	line-height: 1;
	margin-bottom: 0;
}

.about-content .about-counter .content span {
	font-size: 13px;
	color: #301d44;
}

.about-content .about-btn .learn-btn {
	padding: 12px 30px;
	border-radius: 3px;
	background-color: #1b1919;
	color: #fff;
	-webkit-transition: .7s;
	transition: .7s;
}

.about-content .about-btn .learn-btn:hover {
	background-color: #301d44;
}

.about-content .about-btn .get-btn {
	margin-left: 20px;
	padding: 11px 30px;
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #301d44;
	color: #301d44;
	-webkit-transition: .7s;
	transition: .7s;
}

.about-content .about-btn .get-btn:hover {
	background-color: #301d44;
	color: #fff;
}

.about-img-2 {
	margin-left: 70px;
	margin-bottom: 90px;
	margin-right: 30px;
	position: relative;
}

.about-img-2 .about-img-small-2 {
	position: absolute;
	bottom: -60px;
	left: -40px;
}

.about-img-2 .about-dots {
	position: absolute;
	z-index: -1;
	bottom: -80px;
	right: -100px;
	-webkit-animation: flash 7s infinite linear;
	animation: flash 7s infinite linear;
}

.about-content-max {
	max-width: 580px;
	margin-right: auto;
	margin-left: 40px;
}

.about-img-3 {
	margin-bottom: 30px;
}

.about-polygon-shape {
	position: absolute;
	bottom: 10%;
	right: 5%;
}

.video-area {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	padding-top: 100px;
	margin-bottom: 100px;
}

.video-area::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
}

.video-area::after {
	content: '';
	position: absolute;
	top: 0;
	left: 25%;
	width: 75%;
	height: 100%;
	background-image: url(../img/shape/shape3.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.video-bg1 {
	background-image: url(../img/video-bg.jpg);
}

.video-bg2 {
	background-image: url(../img/video-bg2.jpg);
}

.video-btn {
	margin-top: 50px;
	float: right;
}

.video-btn .video-play-btn {
	font-size: 20px;
	width: 130px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	background-color: #1b1919;
	position: relative;
	z-index: 1;
}

.video-btn .video-play-btn:hover {
	background-color: #301d44;
}

.video-btn .video-play-btn:hover::before {
	border-color: #301d44;
}

.video-btn .video-play-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #1b1919;
	border-radius: 3px;
	-webkit-animation: scale 1.6s linear infinite;
	animation: scale 1.6s linear infinite;
}

.video-content {
	margin-left: 50px;
}

.video-content .section-title h2 {
	color: #fff;
	max-width: 500px;
}

.video-area-two {
	background-image: url(../img/solution-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.video-area-two::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #301d44;
	opacity: .7;
}

.video-area-two::after {
	content: '';
	position: absolute;
	top: 0;
	left: 25%;
	width: 75%;
	height: 100%;
	background-image: url(../img/shape/shape3.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.video-btn-two {
	margin-bottom: 30px;
	text-align: center;
}

.video-btn-two .play-on-btn {
	font-size: 20px;
	width: 130px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	background-color: #1b1919;
	position: relative;
	z-index: 1;
}

.video-btn-two .play-on-btn:hover {
	background-color: #301d44;
}

.video-btn-two .play-on-btn:hover::before {
	border-color: #301d44;
}

.video-btn-two .play-on-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #1b1919;
	border-radius: 3px;
	-webkit-animation: scale 1.6s linear infinite;
	animation: scale 1.6s linear infinite;
}

.video-content-two {
	position: relative;
	text-align: center;
}

.video-content-two .section-title h2 {
	color: #fff;
	max-width: 610px;
	margin: 0 auto;
}

.guidelines-area {
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	bottom: -100px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	overflow: hidden;
}

.guidelines-max {
	max-width: 1240px;
	margin-left: auto;
}

.guidelines-bg {
	position: relative;
}

.guidelines-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-image: url(../img/guidelines-profile.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.guidelines-bg2 {
	position: relative;
}

.guidelines-bg2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-image: url(../img/guidelines-profile-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.guidelines-content {
	padding: 70px 0 70px 60px;
	position: relative;
	z-index: 1;
}

.guidelines-content h2 {
	font-size: 36px;
	margin-bottom: 15px;
}

.guidelines-content p {
	margin-bottom: 20px;
}

.guidelines-content .signature {
	margin-bottom: 10px;
}

.guidelines-content .content h3 {
	font-size: 22px;
	margin-bottom: 5px;
}

.guidelines-content .content span {
	color: #301d44;
}

.guidelines-img {
	margin-right: -200px;
}

.guidelines-content-two {
	padding: 70px 0 70px 60px;
	position: relative;
	z-index: 1;
	max-width: 500px;
}

.guidelines-content-two h2 {
	font-size: 36px;
	margin-bottom: 15px;
	color: #fff;
}

.guidelines-content-two p {
	margin-bottom: 25px;
	color: #a49cad;
}

.guidelines-content-two .signature {
	margin-bottom: 15px;
}

.guidelines-content-two .content h3 {
	font-size: 22px;
	margin-bottom: 5px;
	color: #fff;
}

.guidelines-content-two .content span {
	color: #a49cad;
}

.guidelines-content-bg {
	background-color: #301d44;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.guidelines-content-bg::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	height: 100%;
	border-radius: 5px;
	background-image: url(../img/shape/shape4.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.services-area {
	position: relative;
	background-color: #f3f3f3;
}

.product-area {
	position: relative;
	background-color: #fff;
}

.service-text {
	margin-top: 50px;
	margin-bottom: 45px;
}

.services-card a {
	color: #fff;
}

.services-card.services-card-bg2.kp {
	margin-bottom: 15px;
	min-height: 350px;
	border-radius: 10px;
}

.services-card {
	position: relative;
    z-index: 1;
    border-radius: 10px;
    padding: 30px 15px;
    min-height: 360px;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    text-align: center;
}

.client-list-item a {
	margin: 20px 50px;
}

.services-card::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 0;
	background-image: url(../img/services/services-img1.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 5px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
}

.services-card::after {
	content: '';
	position: absolute;
	z-index: -1;
	border-radius: 5px;
	bottom: 0;
	width: 100%;
	height: 0;
	left: 0;
	right: 0;
	background-color: #301d44;
	opacity: 0;
	-webkit-transition: .8s;
	transition: .8s;
}

.services-card .services-card-bottom {
	position: absolute;
	bottom: 0;
	width: 0;
	background-color: #1b1919;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 3px;
	border-radius: 5px;
}

.services-card:hover::before {
	opacity: 1;
	height: 100%;
}

/*.services-card:hover::after {
	opacity: .8;
	height: 100%;
	bottom: 0;
}*/

.services-card:hover h3 a {
	color: #fff;
}

.services-card:hover p {
	color: #fff;
}

/*.services-card:hover .services-more {
	background-color: #1b1919;
}

.services-card:hover .services-card-bottom {
	opacity: 1;
	width: 80%;
}*/

/*.services-card .services-icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #1b1919;
	font-size: 30px;
	background-color: transparent;
	border: 1px solid #1b1919;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}*/

.services-card h3 {
	margin-bottom: 15px;
	font-size: 30px;
	color:#fff;
	font-weight: 100;
}
/*
.services-card h3 a {
	color: #301d44;
	display: block;
}*/

.services-card p {
	margin-bottom: 15px;
	color: #fff;
}

.services-card .services-more {
	height: 30px;
	line-height: 30px;
	width: 60px;
	font-size: 14px;
	background-color: #301d44;
	color: #fff;
	border-radius: 20px;
}

.services-card .services-more:hover {
	background-color: #1b1919;
}

.service-view-btn {
	margin-bottom: 30px;
}

.service-view-btn .view-btn {
	padding: 11px 35px;
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #301d44;
	color: #301d44;
	-webkit-transition: .7s;
	transition: .7s;
}

.service-view-btn .view-btn:hover {
	background-color: #301d44;
	color: #fff;
}

.service-area-two .section-title {
	max-width: 785px;
	margin-left: auto;
	margin-right: auto;
}

.service-item {
	border-radius: 5px;
	position: relative;
	margin-bottom: 30px;
}

.service-item:hover::before {
	height: 100%;
	opacity: 1;
}

.service-item:hover::after {
	width: 80%;
	opacity: 1;
}

.service-item:hover .images .service-item-icon {
	background-color: #fff;
	color: #1b1919;
}

.service-item:hover .images .service-item-more {
	opacity: 1;
}

.service-item:hover .content {
	border-color: #301d44;
}

.service-item:hover .content h3 a {
	color: #fff;
}

.service-item:hover .content p {
	color: #d0ced3;
}

.service-item::before {
	content: '';
	position: absolute;
	z-index: -1;
	border-radius: 5px;
	top: 0;
	width: 100%;
	height: 0;
	left: 0;
	right: 0;
	background-color: #301d44;
	opacity: 0;
	-webkit-transition: .8s;
	transition: .8s;
}

.service-item::after {
	content: '';
	position: absolute;
	border-radius: 5px;
	bottom: 0;
	width: 0;
	background-color: #1b1919;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 3px;
	border-radius: 5px;
}

.service-item .images {
	position: relative;
}

.service-item .images a {
	display: block;
}

.service-item .images a img {
	border-radius: 5px;
}

.service-item .images .service-item-icon {
	position: absolute;
	bottom: -20px;
	left: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 30px;
	background-color: #1b1919;
	border-radius: 5px;
	text-align: center;
}

.service-item .images .service-item-more {
	position: absolute;
	bottom: -15px;
	right: 20px;
	height: 30px;
	line-height: 30px;
	width: 60px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	background-color: #1b1919;
	color: #fff;
	border-radius: 20px;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
}

.service-item .images .service-item-more:hover {
	background-color: #1b1919;
}

.service-item .content {
	padding: 40px 20px 20px;
	border: 1px dashed #d6d2da;
	border-radius: 0 0 5px 5px;
}

.service-item .content h3 {
	margin-bottom: 10px;
}

.service-item .content h3 a {
	color: #301d44;
}

.service-item .content p {
	margin-bottom: 0;
}

.service-shape .shape1 {
	position: absolute;
	top: 30%;
	left: 7%;
}

.service-shape .shape2 {
	position: absolute;
	top: 10%;
	left: -5%;
	z-index: -1;
}

.service-shape .shape3 {
	position: absolute;
	bottom: 20%;
	left: 0%;
	z-index: -1;
}

.services-card-bg {
	position: relative;
	border-radius: 14px;
	min-height: 400px;
}

.services-card-bg3 {
	position: relative;
	border-radius: 5px;
	min-height: 435px;
	background-size: cover;
	background-repeat: no-repeat;
}

.services-card-bg3::before {
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 0;
	background-image: none;
	background-repeat: no-repeat;
	border-radius: 5px;
	left: auto;
	right: 0;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
}

.services-card-bg3::after {
	content: '';
	position: absolute;
	z-index: -1;
	border-radius: 5px;
	bottom: 0;
	width: 100%;
	height: 0;
	left: 0;
	right: 0;
	background-color: #301d44;
	opacity: 0;
	-webkit-transition: .8s;
	transition: .8s;
}

.services-card-bg::before {
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 0;
	background-image: none;
	background-repeat: no-repeat;
	border-radius: 5px;
	left: auto;
	right: 0;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
}

.services-card-bg::after {
	content: '';
	position: absolute;
	z-index: -1;
	border-radius: 5px;
	bottom: 0;
	width: 100%;
	height: 0;
	left: 0;
	right: 0;
	background-color: #301d44;
	opacity: 0;
	-webkit-transition: .8s;
	transition: .8s;
}

/*.services-card-bg:hover::before {
	opacity: 0;
	height: 100%;
}
*/
/*.services-card-bg:hover::after {
	height: 100%;
	bottom: 0;
	opacity: 1;
}*/

/*.service-widget-title .section-title {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.services-details-content img {
	margin-bottom: 30px;
}

.services-details-content .services-details-card {
	margin-bottom: 30px;
}

.services-details-content .services-details-card h3 {
	margin-bottom: 10px;
}

.services-details-content .services-details-card p {
	margin-bottom: 0;
	font-size: 15px;
}

.services-details-content .services-item-area {
	margin-top: 30px;
}

.services-details-content .services-item-area .services-details-item {
	text-align: center;
	margin-bottom: 30px;
}


.services-details-content .services-item-area .services-details-item h3 {
	margin-bottom: 10px;
}

.services-details-content .service-advantage .advantage-item {
	margin-bottom: 30px;
}

.services-details-content .service-advantage .advantage-item h3 {
	margin-bottom: 10px;
}

.services-details-content .service-advantage .advantage-item p {
	margin-bottom: 20px;
}

.services-details-content .service-advantage .advantage-item ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.services-details-content .service-advantage .advantage-item ul li {
	display: block;
	color: #301d44;
}

.services-details-content .service-advantage .advantage-item ul li i {
	color: #1b1919;
	font-size: 24px;
	position: relative;
	top: 3px;
}

.services-details-content .service-advantage .service-content {
	background-color: #301d44;
	padding: 50px 30px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.services-details-content .service-advantage .service-content h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
}

.services-details-content .service-advantage .service-content h2 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 25px;
}

.services-details-content .service-advantage .service-content .default-btn {
	padding: 10px 26px;
	font-size: 15px;
	border-radius: 0;
}*/

.services-side-bar {
	margin-bottom: 30px;
}

.services-bar-widget {
	margin-bottom: 35px;
}

.services-bar-widget .title {
	font-size: 20px;
	color: #301d44;
	padding: 0 30px 15px;
	font-weight: 600;
}

.services-bar-widget .services-bar-categories {
	padding: 0 20px;
}

.services-bar-widget .services-bar-categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.services-bar-widget .services-bar-categories ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 500;
	background-color: #fbfbfb;
	padding: 12px 20px;
	border-radius: 5px;
}

.services-bar-widget .services-bar-categories ul li:hover {
	background-color: #301d44;
}

.services-bar-widget .services-bar-categories ul li:hover a {
	color: #fff;
}

.services-bar-widget .services-bar-categories ul li i {
	color: #1b1919;
	margin-right: 15px;
}

.services-bar-widget .services-bar-categories ul li a {
	display: inline-block;
	color: #301d44;
	font-weight: 400;
	font-weight: 600;
}

.services-bar-widget .services-bar-widget-tag {
	list-style: none;
	margin: 0;
	padding: 10px 20px 5px;
}

.services-bar-widget .services-bar-widget-tag li {
	display: inline-block;
	padding: 7px 15px;
	margin: 5px 2px;
	-webkit-transition: .7s;
	transition: .7s;
	color: #301d44;
	font-size: 14px;
	font-weight: 500;
	border: 1px dashed #1b1919;
}

.services-bar-widget .services-bar-widget-tag li:hover {
	background-color: #1b1919;
}

.services-bar-widget .services-bar-widget-tag li a {
	color: #301d44;
}

.services-bar-widget .services-bar-widget-tag li:hover a {
	color: #fff;
}

.services-bar-widget .services-bar-contact {
	margin-bottom: 30px;
	background-color: #301d44;
	position: relative;
	padding: 50px;
	text-align: center;
	border-radius: 3px;
}

.services-bar-widget .services-bar-contact i {
	font-size: 60px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.services-bar-widget .services-bar-contact h3 {
	font-size: 28px;
	color: #fff;
	font-weight: 400;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.services-bar-widget .services-bar-contact span {
	font-size: 22px;
	position: relative;
	z-index: 1;
}

.services-bar-widget .services-bar-contact span a {
	display: block;
	color: #1b1919;
}

.services-bar-widget .services-bar-contact span a:hover {
	color: #fff;
}

.choose-area {
	background-color: #f9f9f9;
}

.choose-area .section-title h2 {
	max-width: 540px;
}

.choose-tab {
	margin-top: 30px;
}

.choose-tab .tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.choose-tab .tabs li {
	display: inline-block;
	line-height: initial;
	margin-right: 25px;
}

.choose-tab .tabs li a {
	display: inline-block;
	position: relative;
	padding: 16px 30px;
	border-radius: 5px;
	font-weight: 600;
	color: #301d44;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.choose-tab .tabs li a:focus {
	color: #fff;
	background-color: #1b1919;
}

.choose-tab .tabs li.active a {
	color: #fff;
	background-color: #1b1919;
}

.choose-tab .tabs li.current a {
	color: #fff;
	background-color: #1b1919;
}

.tab .tabs_item {
	display: none;
}

.tab .tabs_item:first-child {
	display: block;
}

.choose-item .choose-item-img {
	margin-bottom: 30px;
}

.choose-item .choose-item-img img {
	border-radius: 5px;
}

.choose-item .choose-item-content p {
	margin-bottom: 30px;
}

.choose-item .choose-item-list {
	margin-bottom: 30px;
}

.choose-item .choose-item-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.choose-item .choose-item-list ul li {
	display: block;
	font-weight: 500;
	margin-bottom: 7px;
	-webkit-transition: .7s;
	transition: .7s;
}

.choose-item .choose-item-list ul li:hover {
	color: #1b1919;
}

.choose-item .choose-item-list ul li:hover i {
	background-color: #301d44;
	color: #fff;
}

.choose-item .choose-item-list ul li:last-child {
	margin-bottom: 0;
}

.choose-item .choose-item-list ul li i {
	font-size: 14px;
	color: #301d44;
	width: 24px;
	height: 24px;
	line-height: 22px;
	border-radius: 50px;
	border: 1px solid #301d44;
	text-align: center;
	margin-right: 7px;
	-webkit-transition: .7s;
	transition: .7s;
}

.choose-img {
	position: relative;
	margin-left: 50px;
	margin-bottom: 80px;
}

.choose-img img {
	border-radius: 5px;
}

.choose-img .images {
	position: absolute;
	bottom: -50px;
	left: -50px;
}

.choose-img .images img {
	border-radius: 5px;
}

.choose-content {
	margin-bottom: 30px;
}

.choose-content .section-title {
	margin-bottom: 40px;
}

.choose-content .section-title p {
	margin-bottom: 30px;
}

.choose-content-list {
	position: relative;
	margin-top: 30px;
}

.choose-content-list i {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #1b1919;
	font-size: 24px;
	background-color: transparent;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #1b1919;
}

.choose-content-list .content {
	margin-left: 75px;
}

.choose-content-list .content h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
}

.choose-content-list .content p {
	margin-bottom: 0;
}

.choose-img-2 {
	margin-bottom: 30px;
	margin-left: 45px;
	position: relative;
	z-index: 1;
}

.choose-img-2 .choose-dots {
	position: absolute;
	bottom: -45px;
	right: -70px;
	z-index: -1;
}

.choose-content-bg {
	background-color: #301d44;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	padding: 70px 40px 70px 110px;
}

.choose-content-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 70%;
	border-radius: 5px;
	background-image: url(../img/shape/shape9.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.choose-content-bg .section-title h2 {
	color: #fff;
	max-width: 520px;
}

.choose-content-bg .section-title p {
	color: #c1bcc7;
}

.choose-content-list-color .content h3 {
	color: #fff;
}

.choose-content-list-color .content p {
	color: #c1bcc7;
}

.choose-max {
	max-width: 680px;
	margin-left: auto;
	margin-right: 40px;
}

.choose-img-3 {
	margin-left: -400px;
	z-index: -1;
	margin-bottom: 30px;
}

.choose-bg {
	background-color: #fbfbfb;
}

.choose-content-title .section-title h2 {
	max-width: 520px;
}

.choose-content-title .book-btn {
	padding: 12px 27px;
	background-color: transparent;
	color: #1b1919;
	border-radius: 5px;
	position: relative;
	border: 1px solid #1b1919;
	z-index: 1;
}

.choose-content-title .book-btn::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #1b1919;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
	border-radius: 5px;
}

.choose-content-title .book-btn:hover {
	background-color: #1b1919;
	color: #fff;
	border-color: #1b1919;
}

.choose-content-title .book-btn:hover::before {
	height: 100%;
	opacity: 1;
	border-radius: 5px;
	border-color: #1b1919;
}

.case-card {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	text-align: center;
	position: relative;
	z-index: 1;
	border-radius: 5px;
}

.case-card:hover::before {
	opacity: 1;
	height: 100%;
}

.case-card:hover .content h3 a {
	color: #fff;
}

.case-card:hover .content p {
	color: #d0ced3;
}

.case-card:hover .content .learn-btn {
	background-color: #1b1919;
	color: #fff;
}

.case-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #301d44;
	border-radius: 5px;
	-webkit-transition: .7s;
	transition: .7s;
	opacity: 0;
	z-index: -1;
}

.case-card a {
	display: block;
}

.case-card a img {
	border-radius: 5px;
}

.case-card .content {
	padding: 30px 20px;
}

.case-card .content h3 {
	margin-bottom: 10px;
	color: #301d44;
}

.case-card .content h3 a {
	display: block;
	color: #301d44;
}

.case-card .content p {
	margin-bottom: 20px;
	max-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.case-card .content .case-more {
	height: 30px;
	line-height: 30px;
	width: 60px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	background-color: #1b1919;
	color: #fff;
	border-radius: 20px;
	-webkit-transition: .7s;
	transition: .7s;
}

.case-card .content .case-more:hover {
	background-color: #1b1919;
	color: #fff;
}

.solutions-area {
	background-image: url(../img/solution-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.solutions-area::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #301d44;
	opacity: .8;
}

.solutions-content {
	margin-bottom: 30px;
}

.solutions-content .section-title h2 {
	color: #fff;
	max-width: 520px;
}

.solutions-btn {
	margin-bottom: 30px;
}

.project-title {
	margin-bottom: 30px;
}

.project-title-two {
	margin-bottom: 30px;
}

.project-title-two .section-title {
	text-align: center;
}

.project-title-two .section-title h2 {
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.project-title-two .section-title p {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.project-text {
	margin-top: 50px;
	margin-bottom: 30px;
}

.project-text p {
	margin-bottom: 0;
}

.project-tab {
	margin-top: 20px;
}

.project-tab .tabs {
	margin: 0;
	padding: 0;
	list-style: none;
}

.project-tab .tabs li {
	display: inline-block;
	line-height: initial;
	margin-right: 25px;
}

.project-tab .tabs li a {
	display: inline-block;
	position: relative;
	font-size: 17px;
	font-weight: 600;
	color: #301d44;
}

.project-tab .tabs li a:focus {
	color: #1b1919;
}

.project-tab .tabs li.active a {
	color: #1b1919;
}

.project-tab .tabs li.current a {
	color: #1b1919;
}

.project-card {
	margin-bottom: 30px;
	border-radius: 5px;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.project-card:hover .project-content {
	padding: 20px;
	height: auto;
	width: 100%;
	background-color: #301d44;
	bottom: 0;
}

.project-card:hover .project-content .content {
	opacity: 1;
}

.project-card:hover .project-card-bottom {
	width: 80%;
	opacity: 1;
}

.project-card:hover .project-content-bg {
	background-color: #fff;
}

.project-card a {
	display: block;
}

.project-card a img {
	border-radius: 5px;
}

.project-card .project-content {
	position: absolute;
	bottom: -150px;
	left: 0;
	right: 0;
	background-color: #301d44ab;
	padding: 10px 20px;
	height: auto;
	border-radius: 5px;
	-webkit-transition: .9s;
	transition: .9s;
	overflow: hidden;
}

.project-card .project-content h3 {
	font-weight: 400;
	margin-bottom: 0;
}

.project-card .project-content h3 a {
	color: #fff;
}

.project-card .project-content .content {
	margin-top: 10px;
	margin-bottom: 10px;
	opacity: 0;
}

.project-card .project-content .content p {
	color: #fff;
	margin-bottom: 15px;
}

.project-card .project-content .content .project-more {
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	width: 60px;
	font-size: 14px;
	background-color: #1b1919;
	color: #fff;
	border-radius: 20px;
}

.project-card .project-content .content .project-more:hover {
	background-color: #1b1919;
}

.project-card .project-card-bottom {
	position: absolute;
	bottom: 0;
	width: 0;
	background-color: #1b1919;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 3px;
	border-radius: 5px;
}

.project-card .project-content-bg {
	background-color: #ffffffdb;
}

.project-card .project-content-bg h3 {
	font-weight: 600;
}

.project-card .project-content-bg h3 a {
	color: #301d44;
}

.project-card .project-content-bg .content p {
	color: #301d44;
}

.project-view-btn {
	margin-top: 20px;
	margin-bottom: 30px;
}

.project-view-btn .view-btn {
	padding: 11px 35px;
	border-radius: 3px;
	background-color: transparent;
	border: 1px solid #301d44;
	color: #301d44;
	-webkit-transition: .7s;
	transition: .7s;
}

.project-view-btn .view-btn:hover {
	background-color: #301d44;
	color: #fff;
}

.project-article {
	margin-bottom: 30px;
}

.project-article .blog-article-img {
	margin-bottom: 30px;
}

.project-article .blog-article-img img {
	width: 100%;
}

.project-article .project-status {
	padding-bottom: 20px;
	border-bottom: 3px solid #1b1919;
	margin-bottom: 30px;
}

.project-article .project-status ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.project-article .project-status ul li {
	display: inline-block;
	color: #301d44;
	margin-right: 30px;
	position: relative;
}

.project-article .project-status ul li::before {
	content: '';
	position: absolute;
	top: 3px;
	width: 1px;
	height: 20px;
	background-color: #e0dde3;
	right: -20px;
}

.project-article .project-status ul li:last-child {
	margin-right: 0;
}

.project-article .project-status ul li:last-child::before {
	display: none;
}

.project-article .project-status ul li a {
	color: #1b1919;
	display: inline-block;
}

.project-article .project-status ul li a:hover {
	color: #1b1919;
}

.project-article .project-status .project-comment {
	float: right;
}

.project-article .project-status .project-comment h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.project-article .project-status .project-comment h3 i {
	color: #1b1919;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.project-article .project-content h2 {
	font-size: 26px;
	margin-bottom: 20px;
	max-width: 650px;
}

.project-article .project-content p {
	margin-bottom: 20px;
}

.project-article .project-another-content p {
	margin-bottom: 20px;
}

.project-article .project-another-content .content-img {
	margin-top: 30px;
}

.project-article .project-another-content .content-img img {
	margin-bottom: 30px;
}

.project-article .project-article-share {
	margin-top: 30px;
	border-bottom: 1px solid #e0dde3;
	padding-bottom: 30px;
}

.project-article .project-article-share .social-icon {
	list-style: none;
	margin: 0;
	padding: 0;
}

.project-article .project-article-share .social-icon li {
	display: inline-block;
	margin-right: 5px;
	color: #301d44;
}

.project-article .project-article-share .social-icon li:first-child {
	margin-right: 15px;
	font-weight: 600;
}

.project-article .project-article-share .social-icon li a {
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	background-color: #1b1919;
	color: #fff;
	border-radius: 3px;
}

.project-article .project-article-share .social-icon li a:hover {
	background-color: #301d44;
	color: #fff;
}

.blog-area .section-title h2 {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.blog-area .section-title p {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.blog-card {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	border-radius: 5px;
}

.blog-card:hover::before {
	height: 100%;
	opacity: 1;
}

.blog-card:hover::after {
	width: 90%;
	opacity: 1;
	margin: 0 auto;
}

.blog-card:hover .content h3 a {
	color: #fff;
}

.blog-card:hover .content ul li {
	color: #c1bcc7;
}

.blog-card:hover .content p {
	color: #c1bcc7;
}

.blog-card:hover .content .blog-more {
	background-color: #1b1919;
}

.blog-card::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 0;
	background-color: #301d44;
	border-radius: 5px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s;
}

.blog-card::after {
	content: '';
	position: absolute;
	z-index: -1;
	border-radius: 5px;
	bottom: 0;
	width: 0;
	height: 3px;
	left: 0;
	right: 0;
	background-color: #1b1919;
	opacity: 0;
	-webkit-transition: .8s;
	transition: .8s;
}

.blog-card a {
	display: block;
}

.blog-card a img {
	border-radius: 5px;
}

.blog-card .content {
	padding: 30px;
}

.blog-card .content h3 {
	font-size: 20px;
}

.blog-card .content h3 a {
	color: #301d44;
	margin-bottom: 10px;
}

.blog-card .content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-card .content ul li {
	display: inline-block;
	font-size: 14px;
	color: #4a686a;
}

.blog-card .content ul li span {
	color: #1b1919;
}

.blog-card .content ul li a {
	color: #1b1919;
	display: inline-block;
}

.blog-card .content ul li a:hover {
	color: #fff;
}

.blog-card .content p {
	margin-top: 15px;
	margin-bottom: 20px;
}

.blog-card .content .blog-more {
	height: 30px;
	line-height: 30px;
	width: 60px;
	font-size: 14px;
	background-color: #301d44;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.blog-card .content .blog-more:hover {
	background-color: #1b1919;
}

.blog-article .blog-article-img {
	margin-bottom: 30px;
}

.blog-article .blog-status {
	padding-bottom: 20px;
	border-bottom: 3px solid #1b1919;
	margin-bottom: 30px;
}

.blog-article .blog-status ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.blog-article .blog-status ul li {
	display: inline-block;
	color: #301d44;
	margin-right: 30px;
	position: relative;
}

.blog-article .blog-status ul li::before {
	content: '';
	position: absolute;
	top: 3px;
	width: 1px;
	height: 20px;
	background-color: #e0dde3;
	right: -20px;
}

.blog-article .blog-status ul li:last-child {
	margin-right: 0;
}

.blog-article .blog-status ul li:last-child::before {
	display: none;
}

.blog-article .blog-status ul li a {
	color: #1b1919;
	display: inline-block;
}

.blog-article .blog-status ul li a:hover {
	color: #1b1919;
}

.blog-article .blog-status .blog-comment {
	float: right;
}

.blog-article .blog-status .blog-comment h3 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.blog-article .blog-status .blog-comment h3 i {
	color: #1b1919;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.blog-article .article-content h2 {
	font-size: 26px;
	margin-bottom: 20px;
	max-width: 500px;
}

.blog-article .article-content p {
	margin-bottom: 20px;
}

.blog-article .article-content .blockquote {
	position: relative;
	margin-bottom: 40px;
	margin-top: 40px;
	background-color: #fff;
	padding: 30px;
	border: 1px solid #301d44;
}

.blog-article .article-content .blockquote::before {
	content: '\f10b';
	position: absolute;
	top: -40px;
	left: 30px;
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	color: #1b1919;
	font-family: Flaticon;
}

.blog-article .article-content .blockquote p {
	font-size: 20px;
	color: #301d44;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0;
}

.blog-article .another-content p {
	margin-bottom: 20px;
}

.blog-article .another-content .content-img {
	margin-top: 30px;
	margin-bottom: 30px;
}

.blog-article .blog-article-share {
	margin-top: 30px;
	border-bottom: 1px solid #e0dde3;
	padding-bottom: 30px;
}

.blog-article .blog-article-share .social-icon {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-article .blog-article-share .social-icon li {
	display: inline-block;
	margin-right: 5px;
	color: #301d44;
}

.blog-article .blog-article-share .social-icon li:first-child {
	margin-right: 15px;
	font-weight: 600;
}

.blog-article .blog-article-share .social-icon li a {
	width: 30px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	background-color: #1b1919;
	color: #fff;
	border-radius: 3px;
}

.blog-article .blog-article-share .social-icon li a:hover {
	background-color: #301d44;
	color: #fff;
}

.blog-article .comments-wrap {
	margin-top: 20px;
	padding-top: 20px;
}

.blog-article .comments-wrap .title {
	font-size: 24px;
	margin-bottom: 30px;
	color: #301d44;
	font-weight: 500;
}

.blog-article .comments-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-article .comments-wrap ul li {
	position: relative;
	padding: 0 30px 30px;
	padding-left: 140px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.blog-article .comments-wrap ul li:last-child {
	margin-bottom: 0;
}

.blog-article .comments-wrap ul li img {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 30px;
}

.blog-article .comments-wrap ul li h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
}

.blog-article .comments-wrap ul li span {
	margin-bottom: 10px;
	display: block;
}

.blog-article .comments-wrap ul li p {
	margin-bottom: 0;
}

.blog-article .comments-wrap ul li a {
	position: absolute;
	top: 27px;
	left: 300px;
	color: #1b1919;
	font-weight: 500;
}

.blog-article .comments-wrap ul li a:hover {
	color: #301d44;
}

.blog-article .comments-form .contact-form {
	padding: 35px 0;
}

.blog-article .comments-form .contact-form .form-group .form-control {
	border-color: #988ea1;
	background-color: transparent;
	border-radius: 0;
}

.blog-article .comments-form .contact-form .default-btn {
	background-color: #301d44;
	border-radius: 0;
}

.side-bar-widget {
	margin-bottom: 30px;
}

.search-widget {
	margin-bottom: 35px;
}

.search-widget .search-form {
	position: relative;
}

.search-widget .search-form .form-control {
	height: 50px;
	border: 1px solid #988ea1;
	background-color: #fff;
	padding: 10px 20px;
	width: 100%;
	border-radius: 0;
}

.search-widget .search-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.search-widget .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background-color: #1b1919;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: none;
	outline: none;
}

.search-widget .search-form button i {
	color: #fff;
}

.search-widget .search-form button:hover {
	background-color: #301d44;
}

.side-bar-widget {
	margin-bottom: 35px;
	border: 1px solid #988ea1;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(102,102,102,.1);
	box-shadow: 0 0 15px rgba(102,102,102,.1);
}

.side-bar-widget .title {
	font-size: 20px;
	color: #301d44;
	padding: 15px 0;
	font-weight: 600;
	position: relative;
	display: inline-block;
	margin-left: 30px;
	border-bottom: 3px solid #1b1919;
}

.side-bar-widget .side-bar-categories {
	padding: 10px 15px 20px;
}

.side-bar-widget .side-bar-categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.side-bar-widget .side-bar-categories ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #ededed;
}

.side-bar-widget .side-bar-categories ul li a {
	display: inline-block;
	color: #301d44;
	font-weight: 400;
	padding: 7px 20px;
	font-weight: 500;
}

.side-bar-widget .side-bar-categories ul li a:hover {
	color: #1b1919;
}

.side-bar-widget .side-bar-categories ul li span {
	padding: 7px 15px;
	float: right;
	color: #1b1919;
	font-weight: 500;
}

.side-bar-widget .widget-popular-post {
	position: relative;
	overflow: hidden;
	padding: 20px 30px 30px;
}

.side-bar-widget .widget-popular-post .item {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.side-bar-widget .widget-popular-post .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.side-bar-widget .widget-popular-post .item .thumb {
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-position: center center!important;
	position: relative;
	background-color: #301d44;
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
	background-image: url(../img/blog/blog-img1.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
	background-image: url(../img/blog/blog-img2.jpg);
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
	background-image: url(../img/blog/blog-img3.jpg);
}

.side-bar-widget .widget-popular-post .item .info {
	overflow: hidden;
}

.side-bar-widget .widget-popular-post .item .info .title-text {
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 500;
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
	display: inline-block;
	color: #301d44;
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
	color: #1b1919;
}

.side-bar-widget .widget-popular-post .item .info p {
	font-size: 14px;
	margin-bottom: 0;
	max-width: 180px;
}

.side-bar-widget .side-bar-widget-tag {
	list-style: none;
	margin: 0;
	padding: 10px 20px 20px;
}

.side-bar-widget .side-bar-widget-tag li {
	display: inline-block;
	padding: 7px 15px;
	margin: 5px;
	-webkit-transition: .7s;
	transition: .7s;
	color: #301d44;
	font-size: 14px;
	font-weight: 600;
	background-color: #ececec;
}

.side-bar-widget .side-bar-widget-tag li:hover {
	background-color: #1b1919;
}

.side-bar-widget .side-bar-widget-tag li a {
	color: #301d44;
}

.side-bar-widget .side-bar-widget-tag li:hover a {
	color: #fff;
}

.client-area {
	padding-bottom: 270px;
	background-image: url(../img/client/client-bg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.client-area::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #301d44;
	opacity: .7;
}

.client-title {
	margin-bottom: 45px;
}

.client-title .section-title h2 {
	color: #fff;
}

.client-text {
	margin-top: 50px;
	margin-bottom: 45px;
}

.client-text p {
	color: #fff;
	margin-bottom: 0;
}

.client-item {
	margin-top: 45px;
	padding: 60px 20px 10px;
	position: relative;
	z-index: 1;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
}

.client-item:hover::before {
	opacity: 1;
	height: 100%;
}

.client-item:hover::after {
	opacity: 1;
	width: 100%;
}

.client-item:hover .content h3 {
	color: #fff;
}

.client-item:hover .content span {
	color: #d0ced3;
}

.client-item:hover .content p {
	color: #d0ced3;
}

.client-item:hover .content .quote {
	color: #1b1919;
}

.client-item::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	border-radius: 5px;
	background-color: #301d44;
	opacity: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transition: .7s;
	transition: .7s;
}

.client-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: transparent;
	opacity: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 5px;
	-webkit-transition: .7s;
	transition: .7s;
}

.client-item .client-img {
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	z-index: 1;
}

.client-item .client-img img {
	border-radius: 50%;
	border: 2px solid #1b1919;
}

.client-item .content h3 {
	font-size: 20px;
	margin-bottom: 0;
}

.client-item .content span {
	font-size: 14px;
	margin-bottom: 15px;
}

.client-item .content ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

.client-item .content ul li {
	display: inline-block;
	font-size: 15px;
	color: #1b1919;
}

.client-item .content p {
	margin-bottom: 0;
}

.client-item .content .quote {
	font-size: 35px;
	color: #301d44;
	margin-bottom: 0;
}

.client-area-two {
	background-color: #fff;
	position: relative;
}

.client-area-two .section-title {
	position: relative;
	z-index: 1;
}

.client-area-two .section-title h2 {
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
}

.client-area-two .section-title p {
	max-width: 600px;
	margin: 0 auto;
}

.client-area-two .owl-dots {
	margin-top: 0!important;
	margin-bottom: 0!important;
}

.client-area-two .owl-dots .owl-dot span {
	background-color: #000!important;
	width: 10px!important;
	height: 10px!important;
	-webkit-transition: .7s;
	transition: .7s;
}

.client-area-two .owl-dots .owl-dot.active span {
	background-color: #1b1919!important;
	width: 10px!important;
	height: 10px!important;
}

.client-area-two .owl-dots .owl-dot:hover span {
	background-color: #1b1919!important;
	width: 10px!important;
	height: 10px!important;
}

.client-card {
	padding: 40px 30px;
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 30px;
}

.client-card .client-card-img {
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 1;
}

.client-card .client-card-img img {
/*	border-radius: 50%;
	border: 2px solid #1b1919;*/
	width: 100%;
}

.client-card h3 {
	font-size: 20px;
	margin-bottom: 0;
}

.client-card span {
	font-size: 14px;
	margin-bottom: 15px;
}

.client-card ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

.client-card ul li {
	display: inline-block;
	font-size: 15px;
	color: #1b1919;
}

.client-card p {
	margin-bottom: 0;
	padding-top: 35px;
}

.client-card .client-card-quote {
	font-size: 35px;
	color: #1b1919;
	margin-bottom: 0;
	margin-top: -35px;
	float: right;
}

.client-shape .shape1 {
	position: absolute;
	bottom: 15%;
	left: 0%;
}

.client-shape .shape2 {
	position: absolute;
	top: 30%;
	right: 15%;
	z-index: 1;
}

.client-shape .shape3 {
	position: absolute;
	top: 25%;
	right: 2%;
}

.leader-area {
	background-image: url(../img/bg-img.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 100px;
	padding-bottom: 270px;
}

.leader-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
}

.leader-area::after {
	content: '';
	position: absolute;
	top: 0;
	left: 25%;
	width: 75%;
	height: 100%;
	background-image: url(../img/shape/shape3.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.leader-content {
	position: relative;
	margin-bottom: 30px;
}

.leader-content .section-title h2 {
	color: #fff;
	max-width: 600px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

.leader-content .section-title p {
	color: #d1ccd2;
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.faq-accordion {
	max-width: 470px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
	display: block;
	background-color: #fff;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
	box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
	border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
	padding: 20px 60px 17px 20px;
	color: #301d44;
	text-decoration: none;
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 600;
	font-family: poppins,sans-serif;
}

.faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 25px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 24px;
	width: 40px;
	height: 40px;
	color: #1b1919;
	border-radius: 50px;
	border: 1px solid #1b1919;
	text-align: center;
	line-height: 40px;
	background-color: transparent;
}

.faq-accordion .accordion .accordion-title.active i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 15px;
}

.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	margin-top: -5px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
}

.faq-accordion .accordion .accordion-content p {
	line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
	display: block;
}

.contact-form {
	padding: 45px;
	max-width: 800px;
	position: relative;
	z-index: 1;
}

.contact-form .section-title {
	margin-bottom: 30px;
}

.contact-form .section-title p {
	max-width: 415px;
	margin: 0 auto;
}

.contact-form .form-group {
	margin-bottom: 25px;
	position: relative;
}

.contact-form .form-group .form-control {
	height: 50px;
	color: #948b9f;
	border: 1px solid #ebebeb;
	background-color: #f8f9fb;
	font-size: 14px;
	padding: 10px 20px;
	width: 100%;
}

.contact-form .form-group .form-control:focus {
	outline: none;
	border-color: #1b1919;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.contact-form .form-group textarea.form-control {
	height: auto;
}

.contact-form .with-errors {
	float: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	color: red;
	font-weight: 400;
	display: block;
}

.contact-form .text-danger {
	font-size: 18px;
	margin-top: 15px;
}

.contact-form .default-btn {
	border: 0;
	outline: none;
	padding: 14px 60px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #948b9f;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
	color: #948b9f;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
	color: #948b9f;
}

.contact-form .form-group .form-control::placeholder {
	color: #948b9f;
}

.contact-area-bg {
	background-color: #fff;
	position: relative;
	margin-top: -200px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 10px;
	z-index: 2;
}

.contact-area-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-image: url(../img/contact/contact-img.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.contact-img {
	position: absolute;
	top: 0;
	right: 0;
}

.contact-img img {
	border-radius: 0 10px 10px 0;
}

.contact-card {
	margin-bottom: 20px;
	position: relative;
}

.contact-card i {
	color: #1b1919;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 5px;
}

.map-area {
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
}

.contact-card .content {
	padding-left: 35px;
	margin-top: 18px;
}

.contact-card .content h3 {
	font-size: 20px;
	margin-bottom: 5px;
}

.contact-card .content p {
	margin-bottom: 0;
	color: #301d44;
}

.contact-card .content p a {
	color: #301d44;
}

.contact-card .content p a:hover {
	color: #1b1919;
}

.contact-card .content span {
	margin-bottom: 0;
	color: #301d44;
}

.contact-card .content span a {
	color: #301d44;
}

.contact-card .content span a:hover {
	color: #1b1919;
}

.apply-form .contact-form {
	padding: 0;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

.user-all-form {
	margin-bottom: 30px;
}

.user-all-form .contact-form {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 50px 30px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.user-all-form .contact-form .agree-label label {
	font-weight: 500;
	color: #301d44;
	margin-left: 10px;
}

.user-all-form .contact-form .forget {
	margin-bottom: 15px;
	float: right;
	color: #301d44;
	font-weight: 500;
}

.user-all-form .contact-form .forget:hover {
	color: #1b1919;
}

.user-all-form .contact-form .account-desc {
	margin-top: 15px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
}

.user-all-form .contact-form .account-desc a {
	color: #301d44;
}

.user-all-form .contact-form .account-desc a:hover {
	color: #1b1919;
}

.error-area {
	height: 100%;
	padding-top: 50px;
	padding-bottom: 70px;
}

.error-area .error-content {
	text-align: center;
	position: relative;
}

.error-area .error-content img {
	max-width: 100%;
}

.error-area .error-content h3 {
	margin-bottom: 20px;
	position: relative;
	color: #1b1919;
	font-size: 35px;
}

.error-area .error-content p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	color: #301d44;
}

.coming-soon-area {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-image: url(../img/inner-banner/inner-banner-6.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.coming-soon-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	background-color: #301d44;
	opacity: .7;
}

.coming-soon-area .coming-soon-content {
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	padding: 50px 30px;
	border: 5px solid #aec5df;
}

.coming-soon-area .coming-soon-content h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 60px;
	font-family: poppins,sans-serif;
}

.coming-soon-area .coming-soon-content p {
	font-size: 16px;
	max-width: 600px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.coming-soon-area .coming-soon-content #timer {
	margin-top: 20px;
}

.coming-soon-area .coming-soon-content #timer div {
	display: inline-block;
	color: #fff;
	position: relative;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 45px;
	font-weight: 700;
	font-family: poppins,sans-serif;
}

.coming-soon-area .coming-soon-content #timer div span {
	display: block;
	text-transform: capitalize;
	margin-top: -15px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
	margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
	display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
	margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
	content: "";
	position: absolute;
	right: -50px;
	top: -10px;
	font-size: 70px;
	color: #fff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	background-color: #fff;
	padding-left: 15px;
	color: #fff;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0;
	border: 1px solid #ccc;
	color: #5d5d5d;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
	border-color: #1b1919;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
	border: 0;
	outline: 0;
	border-radius: 0!important;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	padding: 0 30px;
	text-transform: uppercase;
	outline: 0;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
	border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
	border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
	color: #fff;
	background-color: #190f3c;
}

.coming-soon-area .coming-soon-content ul {
	list-style: none;
	margin-top: 30px;
	padding: 0;
}

.coming-soon-area .coming-soon-content ul li {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 50px;
	font-size: 18px;
	background-color: #1b1919;
	color: #fff;
	border-radius: 50px;
	margin-right: 10px;
}

.coming-soon-area .coming-soon-content ul li a {
	color: #fff;
}

.coming-soon-area .coming-soon-content ul li:hover {
	background-color: #1b1919;
}

.coming-soon-area #validator-newsletter {
	text-align: left;
	color: #dc3545!important;
}

.single-content {
	margin-bottom: 30px;
}

.single-content h3 {
	font-size: 26px;
	color: #301d44;
	margin-bottom: 10px;
	font-family: poppins,sans-serif;
}

.single-content p {
	margin-bottom: 0;
}

.map-area iframe {
	display: block;
	width: 100%;
	height: 300px;
}

.pagination-area {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

.pagination-area .page-numbers {
	padding: 5px 17px;
	color: #301d44;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
	border-radius: 5px;
}

.pagination-area .page-numbers:hover {
	color: #1b1919;
}

.pagination-area .page-numbers i {
	position: relative;
	font-size: 25px;
	top: 5px;
}

.pagination-area .page-numbers.current {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: 0px!important;
	margin-left: 0px!important;
}

.copy-right-area .copy-right-text p {
	color: #fff;
	margin-bottom: 0;
}

.copy-right-area .copy-right-text p a {
	color: #1b1919;
	border-bottom: 1px solid #1b1919;
}

.copy-right-area .copy-right-text p a:hover {
	color: #1b1919;
	border-color: #fff;
}

#toTop {
	position: fixed;
	bottom: 20px;
	right: 7px;
	cursor: pointer;
	display: none;
	z-index: 99;
}

.top-btn {
	background-color: #1b1919;
	color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 15px #1b1919;
	box-shadow: 0 0 15px #1b1919;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	-webkit-transition: .9s;
	transition: .9s;
}

.top-btn:hover {
	background-color: #1b1919;
	-webkit-box-shadow: 0 0 15px #1b1919;
	box-shadow: 0 0 15px #1b1919;
	color: #fff;
}

.about-area-title h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 100;
	margin-top: 5px;
	line-height: 1.4;
	color: #000;
	text-align: left;
}

.about-area-title h4 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.about-area-title p {
	padding-top: 10px;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: left;
	font-size: 18px;
	color: #666666;
}

.about-box {
	position: relative;
	width: 100%;
}

.about-box li img {
	width: 50%;
	height: 25px;
}

.about-lenbox {
    width: 45%;
    position: relative;
    float: left;
    border-radius: 20px;
    margin-left: 10px;
    padding: 15px;
    box-shadow: rgb(27 25 25 / 35%) 0px 5px 15px;
}

.about-lenimg {
	width: 35%;
	display: inline-block;
	float: left;
}

.about-lenimg1 {
	width: 65%;
	display: inline-block;
	float: left;
}

.about-lenimg img {
	width: 65%;
	top: 10px;
	margin-top: 10px;
}

.about-lenimg1 h6 {
	font-size: 18px;
	margin-top: 20px;
}

.about-lencontent {
	margin-top: 85px;
	position: relative;
}

.about-lencontent p {
	font-size: 15px;
	line-height: 1.5;
	font-family: poppins,sans-serif;
	color: #301d44;
	font-weight: 400;
}
.navbar-expand-md .navbar-nav {
    flex-direction: row;
    margin-right: 15px!important;
}
.len-btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	color: #1b1919;
	margin: 0 auto;
	text-align: center;
	border: 1.5px solid#1b1919;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
}

.buy-now-btn {
	right: 20px;
	display: none!important;
	z-index: 99;
	top: 50%;
	position: fixed;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	background-color: #82b440;
	padding: 10px 20px 10px 42px;
	-webkit-box-shadow: 0 1px 20px 1px #82b440;
	box-shadow: 0 1px 20px 1px #82b440;
	font-size: 13px;
	font-weight: 600;
}

.buy-now-btn img {
	top: 50%;
	left: 20px;
	width: 15px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.buy-now-btn:hover {
	color: #fff;
	background-color: #94be5d;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #1b1919;
}

.spinner {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #fff;
	margin: 100px auto;
	-webkit-animation: rotate-in 1.2s infinite ease-in-out;
	animation: rotate-in 1.2s infinite ease-in-out;
}

@keyframes scale {
	0%,35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .8;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@-webkit-keyframes scale {
	0%,35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .8;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}
}

@-webkit-keyframes rotate-in {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@keyframes rotate-in {
	0% {
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
	}

	50% {
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	}

	100% {
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

@-webkit-keyframes running-in {
	0% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}

	50% {
		-webkit-transform: translate(-10px,150px);
		transform: translate(-10px,150px);
	}

	100% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

@keyframes running-in {
	0% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}

	50% {
		-webkit-transform: translate(-10px,150px);
		transform: translate(-10px,150px);
	}

	100% {
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}

@-webkit-keyframes rotated360 {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@keyframes rotated360 {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

.quote-btn {
	position: relative;
	padding: 5px 12px;
	color: #fff;
	border-radius: 5px;
	background: #1b1919;
}

.quote-btn:hover {
	color: #fff;
}


/** service-style-four **/

.service-style-four {
	position: relative;
	padding: 70px 0px 10px 0px;
}

.service-block-four .inner-box {
	position: relative;
	display: block;
	margin-bottom: 54px;
}

.service-block-four .inner-box .icon-box {
	position: relative;
	display: inline-block;
	margin-bottom: 29px;
	transition: all 500ms ease;
}

/*.service-block-four .inner-box:hover .icon-box{
  transform: rotateY(360deg);
}*/

.service-block-four .inner-box h4 {
	position: relative;
	display: block;
	margin-bottom: 14px;
}

.service-block-four .inner-box h4 a:hover {
}

.service-block-four .inner-box p {
	margin-bottom: 20px;
}

.service-block-four .inner-box .link a {
	position: relative;
	display: inline-block;
}

.service-block-four .inner-box .link a i {
	position: relative;
	font-size: 12px;
	margin-right: 8px;
}

.service-block-four .inner-box .link a span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	color: #222;
	border-bottom: 1px solid #222;
	transition: all 500ms ease;
}

.service-block-four .inner-box .link a:hover span {
}

.service-style-four .sec-title-two {
	margin-bottom: 57px;
}

.service-style-four .pattern-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 612px;
	height: 497px;
	background-repeat: no-repeat;
}

.auto-container {
	position: static;
	max-width: 1170px;
	padding: 0px 15px;
	margin: 0 auto;
}

.working-block-two .inner-box {
	position: relative;
	display: block;
	text-align: center;
	padding: 0px 30px;
}

.working-block-two .inner-box .icon-box {
	position: relative;
	display: inline-block;
	width: 190px;
	height: 190px;
	line-height: 140px;
	font-size: 80px;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 48px;
	box-shadow: 0px 0px 0px 20px rgba(255, 205, 212, 0.2);
}

.working-style-two .working-block:nth-child(2) .working-block-two .inner-box .icon-box {
	box-shadow: 0px 0px 0px 20px rgba(233, 205, 255, 0.3);
}

.working-style-two .working-block:last-child .working-block-two .inner-box .icon-box {
	box-shadow: 0px 0px 0px 20px rgba(197, 251, 222, 0.3);
}

.working-block-two .inner-box h3 {
	font-size: 24px;
	margin-bottom: 9px;
}

.working-block-two .inner-box h3 a {
	color: #222;
}

.working-block-two .inner-box h3 a:hover {
}

.working-block-two .inner-box .border-box {
	position: absolute;
	right: -110px;
	top: 0px;
	width: 181px;
	height: 32px;
	background-repeat: no-repeat;
}

.working-style-two .working-block:first-child .working-block-two .inner-box .border-box {
	top: 175px;
}

.working-block-two .inner-box .icon-box {
	border: 20px solid #fff;
	color: #fff;
}

p.white {
	color: #fff;
	margin-top: 15px;
}

.order p {
	color: #fff;
}

.working-style-two .working-block:nth-child(2) .working-block-two .inner-box .icon-box {
	border: 30px solid #e9cdff;
	color: #8e1ae9;
}

.working-style-two .working-block:last-child .working-block-two .inner-box .icon-box {
	border: 30px solid #c5fbde;
	color: #4ea174;
}

.working-block-two .inner-box h3 a:hover {
	color: #da2c46;
}

button.proccess-btn {
	background: #fff;
	padding: 10px 40px;
	border: 1px solid #fff;
	color: #1b1919;
	border-radius: 5px;
}

button.proccess-btn a {
	color: #1b1919;
}

.carousel-control-prev {
	width: 22px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 94%;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 385px;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

.carousel-control-next {
	width: 22px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 94%;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	right: 385px;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev:focus {
	width: 22px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.carousel-control-next:focus {
	width: 22px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.slider-view .owl-dots {
	display: none;
}

.signup-btn-inner {
	background: #1b1919;
	margin: 0 auto;
	position: absolute;
	width: 235px;
	border-radius: 5px;
	padding: 10px 20px;
	text-align: center;
	left: 150px;
	margin-top: 15px;
}

.product-btn {
	color: #fff;
}

.product-btn:hover {
	color: #fff;
}

.signup-letter {
	position: relative;
	border-left: 75px solid transparent;
	border-bottom: 130px solid #424046;
}

.owl-dots.disabled {
	display: none;
}

.client-area-two .owl-nav.disabled {
	display: none;
}

.owl-nav button.owl-next {
	display: inline-block;
	width: 80px;
	position: absolute;
	background: #000;
	height: 80px;
	font-size: 50px;
	line-height: 80px;
	color: #fff;
	right: 0px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 40%;
	background-size: 100% 100%;
}

.owl-nav button.owl-prev {
	display: inline-block;
	position: absolute;
	width: 80px;
	background: #000;
	height: 80px;
	font-size: 50px;
	line-height: 80px;
	color: #fff;
	height: 80px;
	left: 0px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 40%;
	background-size: 100% 100%;
}

.product-card-bg {
	position: relative;
	background-color: #000;
}

.product-card {
	margin: 20px 0px;
	position: relative;
	z-index: 1;
	padding: 30px 15px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	border-radius: 0px;
	text-align: center;
}

.product-view .owl-nav button.owl-prev {
	display: none;
}

.product-view  .owl-nav button.owl-next {
	display: inline-block;
	width: 50px;
	position: absolute;
	background: #fff;
	height: 50px;
	font-size: 44px;
	line-height: 50px;
	color: #ccc;
	border: 1px solid #ccc;
	right: 0px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 40%;
	background-size: 100% 100%;
}

.product-view  .owl-dots {
	display: none;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  
	.carousel-control-next {
		display: none;
	}

	.product-view  .owl-nav button.owl-next {
		display: none;
	}

	.carousel-control-prev {
		display: none;
	}

	.owl-nav button.owl-prev {
		display: none;
	}

	.owl-nav button.owl-next {
		display: none;
	}
}

.white-bg {
	background-color: #1b1919;
	border-radius: 5px;
}

.box-shadow {
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	border-radius: 5px;
	z-index: 2;
	margin: 40px 10px;
}

.form-group {
	margin-bottom: 20px;
	position: relative;
}

.p-8 {
	padding: 2rem 3rem !important;
}

.messages {
	color: #fff;
	padding-bottom: 15px;
	font-size: 24px;
}

button.btn.btn-theme {
	background: #000;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
}

.form-control {
	width: 85% !important;
}

.services-details-item {
	text-align: center;
	margin-bottom: 30px;
}

i.flaticon-people {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #1b1919;
	font-size: 30px;
	background-color: transparent;
	border: 1px solid #1b1919;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	display: inline-block;
}

.services-details-item h2 {
	font-weight: 100;
	margin: 0px 7rem;
	text-align: center;
}

.services-details-item h2 span {
	color: #1b1919;
	font-weight: 500;
}

.services-details-item ul {
	display: flex;
	list-style: none;
	margin: 20px 24px;
}

.services-details-item ul li {
	margin: 0px 10px;
}

i.flaticon-team {
	color: #1b1919;
	font-size: 30px;
	background-color: transparent;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	display: inline-block;
}

i.flaticon-briefcase {
	color: #1b1919;
	font-size: 30px;
	background-color: transparent;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	display: inline-block;
}

i.flaticon-double-right-arrows-angles {
	color: #1b1919;
	font-size: 30px;
	background-color: transparent;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	display: inline-block;
}

.footer-upper .auto-container {
	position: static;
	background: #434147;
	border-radius: 5px;
	margin-bottom: 25px;
}

.main-footer .footer-upper .upper-inner {
	position: relative;
	display: block;
	padding: 36px 0px 38px 0px;
	border-bottom: 1px solid #1c3247;
}

ul.upper-footer-list {
	display: inline-flex;
	list-style: none;
	margin-top: 20px;
	margin-bottom: 0px !important;
}

ul.upper-footer-list li {
	margin-top: 15px;
	margin: 0px 15px;
	color: #fff;
	font-size: 18px;
}

ul.upper-footer-list li a {
	color: #fff;
}

ul.upper-second-list {
	display: inline-flex;
	list-style: none;
	margin-bottom: 20px;
}

ul.upper-second-list li {
	margin: 5px;
	color: #fff;
	font-size: 12px;
	margin-top: 0px !important;
	font-weight: 100;
}

ul.upper-second-list li a {
	color: #fff;
}

.banner-btn-product {
	background: #fff;
	border: 2px solid #1b1919;
	margin: 0 auto;
	width: 190px;
	border-radius: 5px;
	padding: 10px 20px;
	text-align: center;
	margin-top: 20px;
}

a.all-product-btn {
	color: #1b1919;
	font-weight: 500;
}

.carousel-indicators [data-bs-target] {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #1b1919;
}
/*---- about-insol----*/
.about-insol {
	position: relative;
	background-image: url(../img/about/about-img5.png);
	width: 100%;
	height: 271px;
}

.about-protofolio {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	border-radius: 10px;
	z-index: 9;
	top: -66px;
	background: #fff;
}

.about-testuser {
	position: relative;
	padding: 50px 50px 0px;
}

.about-testuser p {
	color: #434344;
}

.about-user {
	position: relative;
}

.about-user img {
	max-width: 100%;
	height: auto;
}

.about-headinner h2 {
	color: #000;
}

.about-history {
	position: relative;
	padding: 0px 0px 40px;
	margin: 0 auto;
	width: 100%;
	background: #fff;
}

.about-history h3 {
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	width: 900px;
	color: #000;
}

.history-text {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

.history-line {
	position: relative;
	width: 100%;
	border-top: 1px solid #ccc;
	position: relative;
	margin-top: 40px!important;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}

.tabcontent {
	position: relative;
	background: #1b1919;
	margin-top: 80px!important;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	margin: 0 auto;
}

.tabcontent h3 {
	position: relative;
	display: block;
	margin-top: 50px!important;
	color: #fff;
	width: 400px;
	padding-top: 100px;
	border-radius: 50%;
	margin: 0 auto;
}

.tabcontent p {
	position: relative;
	display: block;
	margin-top: 0px!important;
	color: #fff;
	font-size: 40px;
	font-weight: 300px;
	width: 400px;
	padding-top: 20px;
	border-radius: 50%;
	line-height: 50px;
	margin: 0 auto;
}

/* Style the buttons inside the tab */
.tab button {
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 8px;
	margin-left: 55px;
	transition: 0.3s;
	border: 1px solid #000;
	background: #e2f3f4;
	border-radius: 50%;
	font-size: 17px;
	top: -8px;
}

.tab button {
	background-color: #e2f3f4;
	border: 1px solid #000;
	border-radius: 50%;
	margin-top: -10px;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #1b1919;
	border: 1px solid #1b1919;
}

.about-history .owl-nav button.owl-prev {
	display: inline-block;
	position: absolute;
	font-size: 115px;
	color: #1b1919;
	left: 0px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background: #e2f3f4;
	border: #e2f3f4;
	background-position: 50%;
	top: 40%;
	background-size: 100% 100%;
}

.about-history .owl-nav button.owl-next {
	display: inline-block;
	width: 80px;
	position: absolute;
	background: #e2f3f4;
	border: #e2f3f4;
	font-size: 115px;
	color: #1b1919;
	right: 0px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	top: 40%;
	background-size: 100% 100%;
}

.about-history .owl-dots {
	display: none;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
 
	.signup-btn-inner {
		background: #1b1919;
		margin: 0 auto;
		position: absolute;
		width: 219px;
		border-radius: 5px;
		padding: 10px 20px;
		text-align: center;
		left: 35px;
		margin-top: 15px;
	}

	.signup-letter {
		position: relative;
		border-left: 0px solid transparent;
		border-bottom: 75px solid #424046;
		margin-top: 18px;
	}

	.upper-inner.clearfix {
		width: 100%;
		margin: 0 auto;
	}

	.footer-upper {
		position: relative;
		width: 100%;
	}

	.upper-inner.clearfix {
		width: 100%;
		margin: 0 auto;
	}

	ul.upper-footer-list {
		display: block;
		list-style: none;
		width: 100%;
		padding: 20px 0px;
		margin-top: 0px;
		margin-bottom: 0px !important;
	}

	ul.upper-second-list {
		display: block;
		list-style: none;
		margin: 0px;
		padding: 12px 0px;
	}

	.text.text-center {
		text-align: left!important;
	}

	ul.upper-second-list li {
		margin: 10px 12px;
		color: #fff;
		font-size: 15px;
		margin-top: 0px !important;
		font-weight: 300;
	}

	.about-lencontent {
		margin-top: 100px;
		position: relative;
	}

	.about-lenbox {
		width: 100%;
		position: relative;
		float: left;
		border: 1px solid #ddd;
		margin-left: 0px;
		padding: 15px;
		margin-top: 15px;
	}

	.services-details-item h2 {
		font-weight: 100;
		margin: 0px;
		text-align: center;
	}

	.services-details-item ul {
		display: block;
		list-style: none;
		margin: 0px 38px;
	}

	.p-8 {
		padding: 10px!important;
	}

	.form-control {
		width: 100% !important;
	}

	.auto-container {
		position: static;
		max-width: 100%;
		padding: 0px 15px;
		margin: 0 auto;
	}

	.about-testuser {
		position: relative;
		padding: 0px;
	}

	.about-protofolio {
		position: relative;
		margin: 30px auto;
		width: 100%;
		z-index: 9;
		top: 0px;
		background: #fff;
	}

	.about-user {
		position: relative;
		text-align: center;
	}

	.about-headinner {
		position: relative;
		text-align: center;
		margin-top: 15px;
	}

	.history-text {
		position: relative;
		margin: 0 auto;
		width: 100%;
	}

	.about-history h3 {
		text-align: center;
		font-size: 40px;
		font-weight: 300;
		width: 100%;
		color: #000;
	}

	.about-history h3 {
		text-align: center;
		font-size: 40px;
		margin-top: 0px!important;
		font-weight: 300;
		width: 100%;
		padding-top: 0px;
		color: #000;
	}

	.history-line {
		border-top: 1px solid #ccc;
		position: relative;
		margin-top: 40px!important;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.tabcontent {
		position: relative;
		background: none;
		margin-top: 50px!important;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		margin: 0 auto;
	}

	.tabcontent p {
		position: relative;
		display: block;
		margin-top: 0px!important;
		color: #000;
		font-size: 40px;
		font-weight: 300px;
		width: 100%;
		padding-top: 0px;
		border-radius: 50%;
		line-height: 50px;
		margin: 0 auto;
	}

	.about-history {
		position: relative;
		padding: 40px 0px 40px;
		margin: 0 auto;
		width: 100%;
		top: 0px;
		background: #e2f3f4;
	}

	.tab button {
		background-color: #e2f3f4;
		border: 1px solid #000;
		border-radius: 50%;
		margin-top: -6px;
	}

	.tab button {
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		padding: 5px;
		margin-left: 18px;
		transition: 0.3s;
		border: 1px solid #000;
		background: #e2f3f4;
		border-radius: 50%;
		font-size: 13px;
		top: -8px;
	}
}

.owl-nav.disabled {
	display: none;
}
/*---Known section---*/
.knowns {
	position: relative;
	background: #e2f3f4;
	padding: 40px 0px;
	margin-top: 60px;
	width: 100%;
}

.knownslet {
	position: relative;
	background: #e2f3f4;
	padding: 40px 0px;
	width: 100%;
}

.known.section-title h2 {
	position: relative;
	color: #000;
	text-transform: uppercase;
}

.known-btn {
	position: relative;
	text-align: center;
	margin-top: 40px;
}

.known-btn li {
	display: inline;
	line-height: initial;
	margin-right: 25px;
}

.known-btn  li.kno-btn {
	position: relative;
	padding: 15px 34px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #000;
	background: #fff;
	border: 2px solid #1b1919;
	border-radius: 8px;
	font-family: Poppins;
	font-size: 16px;
}

.known.section-title p {
	padding-top: 10px;
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
}

.known-card p {
	text-align: center;
	padding: 0px 75px 60px 75px;
	margin: 0px;
	font-size: 18px;
	font-weight: 500;
}

/*---- about-bread----*/
.about-inner {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.about-inner li a {
	position: relative;
    color: #434147;
    font-size: 18px;
    margin-left: 15px;
    margin-top: 30px;
}

.about-inner li a:hover {
	color: #1b1919;
	text-decoration: underline;
}

.about-inner li a:active {
	color: #1b1919;
	text-decoration: underline;
}

.about-inner li a:focus {
	color: #1b1919;
	text-decoration: underline;
}

.about-inner li {
	position: relative;
	text-align: center;
	display: inline-block;
}

.about-testuser .col-lg-6 {
	flex: 0 0 auto;
	width: 50%;
	padding: 0px;
}

.about-testuser .col-lg-2 {
	padding: 0px;
}

.about-dotd ul {
	position: relative;
	padding: 0px;
}

.about-dotd li {
	list-style: none;
	background: #1b1919;
	margin-bottom: 50px;
	width: 30px;
	margin-top: 0px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
}
li.about-dotpt {
    margin-top: -10px!important;
}

.about-dotd {
	margin-top: 25px;
}

.about-cont {
	margin-top: 24px;
}

.about-cont li {
	list-style: none;
	color: #000;
	font-size: 18px;
	margin-bottom: 11px;
}

.about-cont li span {
	font-size: 14px;
	color: #ccc;
}

.about-cont ul {
	position: relative;
	padding: 0px;
}

 /*---- quality ----*/
.about-quality {
	position: relative;
	background: #fff;
	padding: 40px 0px;
	width: 1000px;
	margin: 0 auto;
}

.about-quacontant h3 {
	font-size: 30px;
	color: #000;
	margin-bottom: 5px;
}

.about-quaimg img {
	width: 100%;
	margin-top: 55px;
}

.about-tekimg img {
	width: 100%;
	padding-right: 50px;
}

.about-kerimg img {
	width: 100%;
	margin-top: 55px;
}

.services-areatb {
	position: relative;
	background-color: #f3f3f3;
	position: relative;
	background: #fff;
	padding: 40px 0px;
	width: 1000px;
	margin: 0 auto;
}

.services-area {
	position: relative;
    position: relative;
    width: 100%;
    background: #1b1919;
    padding: 40px 0px;
}

.contact-insol {
	position: relative;
	background-image: url(../img/contact-us.png);
	width: 100%;
	height: 271px;
}

.known-insol {
	position: relative;
	background-image: url(../img/about/about-img3.png);
	width: 100%;
	height: 271px;
}

.aerospace-insol {
	position: relative;
	background-image: url(../img/about/aero.png);
	width: 100%;
	height: 271px;
}
.aerospace-automotive {
	position: relative;
	background-image: url(../img/about/automoti.png);
	width: 100%;
	height: 271px;
}
.aerospace-autoenergy {
	position: relative;
	background-image: url(../img/about/autoenergy.png);
	width: 100%;
	height: 271px;
}
.aerospace-medical {
	position: relative;
	background-image: url(../img/about/automedical.png);
	width: 100%;
	height: 271px;
}

.industry-insol {
	position: relative;
	background-image: url(../img/about/industry.png);
	width: 100%;
	height: 271px;
}

.product-insol {
	position: relative;
	background-image: url(../img/about/product.png);
	width: 100%;
	height: 271px;
}

.contact-protofolio {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	z-index: 9;
	border-radius: 10px;
	top: -66px;
	background: #fff;
}

.known-card img {
	text-align: center;
	padding: 0px 160px 35px;
	height: 70px;
}

.contact-testuser {
	position: relative;
	padding: 50px 50px 0px;
}

.contact-testuser  h3 {
	position: relative;
	text-align: center;
	font-size: 30px;
	color: #000;
}

.contact-testuser p {
	position: relative;
	text-align: center;
}

.form-control:focus {
	color: none;
	background-color: none;
	border-color: none!important;
	outline: 0;
	box-shadow: none!important;
}

:focus-visible {
	outline: none!important;
}

.contact-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999999;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contactaddress-detail {
	position: relative;
	width: 100%;
	background: #E2F3F4;
	padding: 40px 0px;
	margin-bottom: 50px;
}

.contact-addresscard {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

.signup-img {
	margin: 0 auto;
	position: absolute;
	width: 235px;
	border-radius: 5px;
	padding: 10px 20px;
	text-align: center;
	left: 150px;
	margin-top: 70px;
}

.Know-plastics {
	position: relative;
    margin: 0 auto;
    width: 1000px;
    z-index: 9;
    border-radius: 10px;
    top: -66px;
    background: #fff;
}

.Know-testplastic {
	position: relative;
	padding: 50px 65px 0px;
}

.Know-testplastic h2 {
	text-align: center;
	font-size: 30px;
	color: #000;
}

.Know-testplastic p {
	color: #301d44;
	text-align: center;
}

.Know-testplastic img {
	max-width: 100%;
	margin: 30px 0px;
}

.Know-contentplastic {
	position: relative;
	padding: 50px 65px 0px;
}

.Know-contentplastic h2 {
	text-align: left;
	font-size: 30px;
	color: #000;
}

.Know-contentplastic p {
	color: #301d44;
	text-align: left;
}

.services-areakp {
	position: relative;
	background-color: #f3f3f3;
	position: relative;
	background: #fff;
	padding: 0px 0px 30px 50px;
	width: 1000px;
	margin: 0 auto;
}

.user-message {
	position: relative;
	margin-bottom: 40px;
}

.user-contex {
	position: relative;
}

.user-contex img {
	position: relative;
	max-width: 55px;
}

.user-contex  h2 {
	position: relative;
	color: #000;
}

.user-context h1 {
	position: relative;
	margin-left: 25px;
	font-size: 57px;
	color: #000;
}

.user-contex  h3 {
	font-size: 20px;
	color: #000;
	margin-top: 10px;
	font-weight: 400;
	margin-bottom: 20px;
}

.user-context  h3 {
	font-size: 20px;
	color: #000;
	margin-top: 10px;
	font-weight: 400;
	margin-bottom: 20px;
}

.user-context img {
	position: relative;
	width: 175px;
	margin-top: 40px;
}

.user-context p {
	position: relative;
	color: #301d44;
	margin-top: 30px;
	margin-bottom: 0px;
	font-weight: 600;
}

.user-context span {
	color: #a09494;
	font-size: 14px;
}

.aero-inner {
	padding-top: 65px;
	padding-bottom: 50px;
	position: relative;
}

.aero-inner li {
	position: relative;
	text-align: center;
	display: inline-block;
	margin-left: 35px;
}

.aero-inner li p {
	display: inline-block;
	font-size: 11px;
	margin: 5px;
}

.aero-inner li img {
	max-width: 100%;
	margin-top: -15px;
}

.aerospace-area {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	z-index: 9;
	top: -66px;
	background: #fff;
}

.aero-content {
	position: relative;
	padding: 50px 50px 0px;
}

.aero-content h3 {
	position: relative;
	text-align: center;
	font-size: 30px;
	color: #000;
}

.aero-content p {
	position: relative;
	text-align: center;
}

.industry-area {
	position: relative;
    margin: 0 auto;
    width: 1000px;
    border-radius: 10px;
    z-index: 9;
    top: -66px;
    background: #fff;
}

.industry-content {
	position: relative;
	padding: 50px 50px 0px;
}

.industry-content h3 {
	position: relative;
	text-align: center;
	font-size: 30px;
	color: #000;
}

.industry-content p {
	position: relative;
	text-align: center;
}

.productptff-area {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	z-index: 9;
	top: -66px;
	background: #fff;
}

.productptf-content {
	position: relative;
	padding: 50px 5px 0px;
}

.productptf-content h3 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #000;
}

.productptf-content p {
	color: #301d44;
	line-height: 25px;
}

.productptf-content img {
	max-width: 100%;
	margin-left: 40px;
	height: 80%;
}

.productpack-content  p {
	position: relative;
}

.productpack-content  p {
	color: #301d44;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0px;
}

.product-pack {
	border: 1.5px solid #ccc;
	position: relative;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 25px;
}

.product-pack:hover {
	border: 1.5px solid #0C87A4;
}

.product-pack i.bx.bx-chevron-right {
	font-size: 27px;
	float: right;
	top: 10px;
	margin-top: 12px;
	color: #fff;
}

.product-pack i.bx.bx-chevron-right:hover {
	color: #0C87A4;
}

.product-box a {
	display: block;
}

.productdetailptff-area {
	position: relative;
	margin: 0 auto;
	width: 100%;
	z-index: 9;
	background: #fff;
	padding: 25px 0px;
}

form#popupForm h3 {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 15px!important;
	border-bottom: none!important;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.btn-close {
	color: #000;
	text-decoration: none;
	opacity: .75;
	font-size: 20px;
}

.btn-close:focus {
	box-shadow: none!important;
}

/*****************globals*************/
.preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 996px) {
	.preview {
		margin-bottom: 20px;
	}
}

.preview-pic {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
	width: 18%;
	margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
	max-width: 100%;
	display: block;
}

.preview-thumbnail.nav-tabs li a {
	padding: 0;
	margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
	margin-right: 0;
}

.tab-content {
	overflow: hidden;
}

.tab-content img {
	width: 100%;
	-webkit-animation-name: opacity;
	animation-name: opacity;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}

.card {
	margin-top: 50px;
	background: #eee;
	padding: 3em;
	line-height: 1.5em;
}

@media screen and (min-width: 997px) {
	.wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
section.product-bgimg {
    margin-top: 10px;
    margin-bottom: 15px;
}
.details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.colors {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-title, .price, .sizes, .colors {
	text-transform: UPPERCASE;
	font-weight: bold;
}

.checked, .price span {
	color: #ff9f1a;
}

.product-title, .rating, .product-description, .price, .vote, .sizes {
	margin-bottom: 15px;
}

.product-title {
	margin-top: 0;
}

.size {
	margin-right: 10px;
}

.size:first-of-type {
	margin-left: 40px;
}

.color {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 2em;
	width: 2em;
	border-radius: 2px;
}

.color:first-of-type {
	margin-left: 20px;
}

.add-to-cart, .like {
	background: #ff9f1a;
	padding: 1.2em 1.5em;
	border: none;
	text-transform: UPPERCASE;
	font-weight: bold;
	color: #fff;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.add-to-cart:hover, .like:hover {
	background: #b36800;
	color: #fff;
}

.not-available {
	text-align: center;
	line-height: 2em;
}

.not-available:before {
	font-family: fontawesome;
	content: "\f00d";
	color: #fff;
}

.orange {
	background: #ff9f1a;
}

.green {
	background: #85ad00;
}

.blue {
	background: #0076ad;
}

.tooltip-inner {
	padding: 1.3em;
}

@-webkit-keyframes opacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes opacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*# sourceMappingURL=style.css.map */
.btn-grouppro {
	position: relative;
	width: 100%;
}

.btn-grouppro  li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-left: 0px;
}

.product-smimg {
	padding: 50px;
}

a.request-btn {
	position: relative;
	padding: 5px 20px;
	background: #1b1919;
	color: #fff;
	border-radius: 5px;
}

a.whatsapp-btn {
	position: relative;
    color: #fff;
    background: #4dc347;
    padding: 5px 5px;
    font-size: 16px;
    border-radius: 5px;
}

.product-pack img {
	width: 48px;
	height: 48px;
}

img#main-image {
	height: 350px;
	margin-bottom: 15px;
}

.thumbnail img {
	height: 70px;
	width: 70px;
}

.modal-backdrop {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.owl-theme .owl-dots .owl-dot {
	background: none;
	display: inline-block;
	zoom: 1;
	margin-left: 10px;
	border-width: 0px;
}

.slidbar-item:hover .dropdown-content {
	display: block;
}

.dropdown-content {
	display: none;
	position: static;
	width: 400px;
}

.slidbar-const:hover .dropdown-navconst {
	display: block;
}

.dropdown-navconst {
	display: none;
	position: static;
	width: 100%;
}

.dropdown-content a {
	display: block;
	border-top: 1px solid #d5eaee;
	padding: .5rem 1rem;
	font-size: 22px;
	font-weight: 500;
	color: #1b1919;
	margin-left: 15px;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.dropdown-content i.bx.bx-chevron-right {
	margin-right: 30px;
}

i.bx.bx-phone {
	font-size: 22px;
	margin-top: 10px;
	color: #1b1919;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

i.bx.bxs-envelope {
	font-size: 22px;
	margin-top: 10px;
	color: #1b1919;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.tablinks.p1 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 28px;
	color: #000;
	padding: 5px 10px;
}

.tablinks.p2 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 105px;
	color: #000;
	padding: 5px 10px;
}

.tablinks.p3 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 180px;
	color: #000;
	padding: 5px 10px;
}

.tablinks.p4 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 250px;
	color: #000;
	padding: 5px 10px;
}

.tablinks.p5 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 322px;
	color: #000;
	padding: 5px 10px;
}

.tablinks.p6 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 398px;
	color: #000;
	padding: 5px 10px;
}

.tablinks.p7 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 472px;
	color: #000;
	padding: 5px 10px;
}

.tablinks.p8 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 540px;
	color: #000;
	padding: 5px 10px;
}

.tablinks.p9 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 613px;
	color: #000;
	padding: 5px 10px;
}

.tablinks.p10 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 688px;
	color: #000;
	padding: 5px 10px;
}

.tablinks.p11 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 762px;
	color: #000;
	padding: 5px 10px;
}

.tablinks.p12 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 831px;
	color: #000;
	padding: 5px 10px;
}

.tablinks.active.p1 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 28px;
	background: #1b1919;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
}

.tablinks.active.p2 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 105px;
	background: #1b1919;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
}

.tablinks.active.p3 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 180px;
	background: #1b1919;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
}

.tablinks.active.p4 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 250px;
	background: #1b1919;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
}

.tablinks.active.p5 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 322px;
	background: #1b1919;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
}

.tablinks.active.p6 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 398px;
	background: #1b1919;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
}

.tablinks.active.p7 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 472px;
	background: #1b1919;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
}

.tablinks.active.p8 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 540px;
	background: #1b1919;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
}

.tablinks.active.p9 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 613px;
	background: #1b1919;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
}

.tablinks.active.p10 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 688px;
	background: #1b1919;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
}

.tablinks.active.p11 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 762px;
	background: #1b1919;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
}

.tablinks.active.p12 p {
	position: absolute;
	text-align: center;
	top: 22px;
	left: 831px;
	background: #1b1919;
	color: #fff;
	padding: 5px 15px;
	border-radius: 12px;
}
.main-nav nav .navbar-nav .nav-item.third .dropdown-menu {
    left: auto;
    right: 0;
}

.RightBottom {
	top: 35%;
	width: 60px;
	border-radius: 12px 0 0 12px;
	background: #eee;
	position: fixed;
	right: 0;
	z-index: 9;
}

.RightBottom {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.RightBottom li {
	width: 100%;
	list-style: none;
}

.RightBottom li.mob {
	display: none;
}

.RightBottom li a {
	color: #fff;
}

.RightBottom li a i {
	padding: 12px 15px;
	display: inline-flex;
	width: 100%;
	align-items: center;
	font-size: 22px;
	position: relative;
	transition: all .5s;
}

.RightBottom li a i:before {
	min-width: 30px;
}

.RightBottom li a i:after {
	font-size: 14px;
	opacity: 0;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	font-family: "Open Sans", Arial, sans-serif;
	transition: all .5s;
}

.RightBottom li a  i.bx.bx-phone {
	color: #fff!important;
	margin-top: 0px!important;
}

.RightBottom li a  i.bx.bxs-envelope {
	color: #fff!important;
	margin-top: 0px!important;
}

.RightBottom li a i.bx.bxs-envelope:after {
	content: 'Email';
}

.RightBottom li a  i.bx.bxl-whatsapp:after {
	content: 'WhatsApp';
}

.RightBottom li a i.bx.bx-phone:after {
	content: 'Call Now';
}

.RightBottom li a i.bx.bxl-facebook:after {
	content: 'Facebook';
}

.RightBottom li a i.bx.bxl-instagram:after {
	content: 'Instagram';
}

.RightBottom li a i.bx.bxl-twitter:after {
	content: 'Twitter';
}

.RightBottom li a i.bx.bx-phone {
	background: #007bff!important;
}

.RightBottom li a i.bx.bxs-envelope {
	background: #367df3!important;
}

.RightBottom li a i.bx.bxl-facebook {
	background: #1877f2!important;
}

.RightBottom li a i.bx.bxl-instagram {
	background: #e73b4a!important;
}

.RightBottom li a i.bx.bxl-twitter {
	background: #1ea0f7!important;
}

.RightBottom li a i.bx.bxl-whatsapp {
	background: #4dc247!important;
}

.RightBottom li:first-child a i {
	border-radius: 9px 0 0;
}

.RightBottom li:last-child a i {
	border-radius: 0 0 0 9px;
}

.RightBottom li:hover a i {
    width: 200px;
	transform: translateX(-100px);
	border-radius: 9px;
	box-shadow: 0 0 9px rgb(0 0 0/.3);
	z-index: 3;
}

.RightBottom li:hover a i:after {
	opacity: 1;
}
.btn-grouppro ul {
    padding-left: 0rem;
}
/*** Footer ***/
h6.text-uppercase.fw-bold {
    color: #fff;
}
footer p {
    color: #fff;
}
footer p i.bx.bx-phone {
    font-size: 18px;
    margin-top: 12px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.client-list-item  .owl-dots {
    display: none;
}
.aero-inner li p {
    font-size: 14px;
}
.aero-inner li {
    position: relative;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
}