/*
		primary-color: #0ba298
		secondary-color: #63b880
		
*/

/* :: All Transition */
* {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
}
/* :: Body */
body {
	font-family: 'Figtree', sans-serif;
	font-size: 16px;
	line-height: 25px;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
::-moz-selection {
 background-color: #0ba298;
 color: #FFF;
 text-shadow: none;
}
::selection {
	background-color: #0ba298;
	color: #FFF;
	text-shadow: none;
}
a, a:hover, a:focus, button:focus {
	text-decoration: none;
}
.for-mobile{display: none;}
.section{padding-top:30px; padding-bottom:30px}
.section.first{padding-top:0}
.section.last{padding-bottom:0}
.section .heading{margin-bottom:10px; font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;}
.section.medium{padding-top: 15px;
    padding-bottom: 15px;}
.container, .container-fluid {
	position: relative
}
.text-left{text-align:left!important}
/* :: Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Figtree', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
p {
	font-weight: 400;
	font-family: 'Figtree', sans-serif;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-word;
}
p + p {
	margin-top: 20px
}
/* :: Display Table */
.display-table {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
	min-height: 100%;
	height: 100vh;
}
/* :: My Classes */
.ml-30 {
	margin-left: 30px
}
.mb-30 {
	margin-bottom: 30px;
}
.mr-20 {
	margin-right: 20px;
}
.ml-20 {
	margin-left: 20px;
}
.py-100 {
	padding: 100px 0;
}
.py-100-70 {
	padding: 100px 0 70px 0;
}
.padding-0 {
	padding: 0;
}
.py-0-0-70-0 {
	padding: 0 0 70px 0;
}
.fs14{font-size:14px}
.mT10{margin-top:10px}
.pT0{padding-top:0!important}
form label{display:block}
.nice-select{width:100%; border:2px solid #E9E9E9}
.nice-select.open .list{width:100%}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(28 26 48 / 35%);
}
.overlay-2 {
	background-color: rgb(28 26 48 / 85%);
}
.overlay-3 {
	background-color: rgb(245 112 9 / 85%);
}
.overlay-4 {
	background-color: rgb(255 255 255 / 95%);
}
.btn-1 {
	text-transform: capitalize;
	position: relative;
	text-align: center;
	background: rgb(11,167,146);
    background: linear-gradient(90deg, rgba(11,167,146,1) 0%, rgba(110,176,128,1) 100%);
	z-index: 1;
	font-size: 20px;
	font-weight: 600;
	min-width: 180px;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	border-radius: 24px;
	overflow: hidden;
	font-family: 'Figtree', sans-serif;
	display: -ms-inline-grid;
	display: inline-grid;
	cursor: pointer;
	-webkit-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	-o-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.btn-1 span {
	position: relative;
	z-index: 2;
}
.btn-1:after, .btn-1:before {
	content: '';
	position: absolute;
	height: 50%;
	width: 0;
	background-color: #0ba298;
	z-index: 1;
	-webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
	-o-transition: .3s cubic-bezier(.785, .135, .15, .86);
	transition: .3s cubic-bezier(.785, .135, .15, .86);
}
.btn-1:after {
	top: 0;
	left: 0;
	right: auto;
}
.btn-1:hover:after {
	width: 100%;
	right: 0;
	left: auto;
}
.btn-1:before {
	bottom: 0;
	right: 0;
	left: auto;
}
.btn-1:hover:before {
	width: 100%;
	left: 0;
	right: auto;
}
.btn-1:hover span {
	color: #0ba298;
}
.btn-1:hover:after, .btn-1:hover:before {
	background-color: #FFF;
}
.btn-2 {
	background-color: #1C1A30;
}
.btn-2 span {
	color: #0ba298;
}
.btn-2:hover span {
	color: #FFF;
}
.btn-2:hover:after, .btn-2:hover:before {
	background-color: #0ba298;
}
.btn-3 {
	background-color: #0ba298;
}
.btn-3 span {
	color: #FFF;
}
.btn-3:hover span {
	color: #0ba298;
}
.btn-3:hover:after, .btn-3:hover:before {
	background-color: #1C1A30;
}
.btn-4 {
	background-color: #FFF;
}
.btn-4 span {
	color: #0ba298;
}
.btn-4:hover span {
	color: #0ba298;
}
.btn-4:hover:after, .btn-4:hover:before {
	background-color: #1C1A30;
}
/* :: Section Title */
.sec-title {
	margin-bottom: 50px;
}
.sec-title h2 {
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
	position: relative;
	color: #0ba298;
	font-family: 'Figtree', sans-serif;
}
.sec-title.home-2 h2:before {
	content: '';
	background-color: #0ba298;
	position: absolute;
	height: 2px;
	width: 5000px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: calc(100% + 10px);
}
.sec-title.home-2 h2 {
	margin-bottom: 10px;
}
.sec-title.home-2 h2:before {
	content: '';
	background-color: #0ba298;
	position: absolute;
	height: 2px;
	width: 5000px;
	bottom: -10px;
	right: 0;
}
.sec-title h3 {
	font-size: 38px;
	line-height: 1.3;
	color: #1C1A30;
	text-transform: capitalize;
	font-weight: 700;
	margin-top: 15px;
	position: relative;
}
.sec-title .sec-explain {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 0;
	text-transform: capitalize;
	position: relative;
}
.bg-section {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 75%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bg-section-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.bg-section-2-left {
	background-color: #1C1A30;
	width: 50%;
	float: left;
	height: 100%;
}
.bg-section-2-right {
	background-image: url(../images/provide/03_provide.jpg);
	height: 100%;
	width: 50%;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
/* :: Loading */
.loading {
	position: fixed;
	background-color: #FFF;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
}
.loading .loading-box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.8);
	-ms-transform: translate(-50%, -50%) scale(0.8);
	transform: translate(-50%, -50%) scale(0.8);
}
.loading .lds-roller {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
}
.loading .lds-roller div {
	-webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	-webkit-transform-origin: 40px 40px;
	-ms-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
}
.loading .lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0ba298;
	margin: -5px 0 0 -5px;
}
.loading .lds-roller div:nth-child(1) {
	-webkit-animation-delay: -0.036s;
	animation-delay: -0.036s;
}
.loading .lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.loading .lds-roller div:nth-child(2) {
	-webkit-animation-delay: -0.072s;
	animation-delay: -0.072s;
}
.loading .lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.loading .lds-roller div:nth-child(3) {
	-webkit-animation-delay: -0.108s;
	animation-delay: -0.108s;
}
.loading .lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.loading .lds-roller div:nth-child(4) {
	-webkit-animation-delay: -0.144s;
	animation-delay: -0.144s;
}
.loading .lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.loading .lds-roller div:nth-child(5) {
	-webkit-animation-delay: -0.18s;
	animation-delay: -0.18s;
}
.loading .lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.loading .lds-roller div:nth-child(6) {
	-webkit-animation-delay: -0.216s;
	animation-delay: -0.216s;
}
.loading .lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.loading .lds-roller div:nth-child(7) {
	-webkit-animation-delay: -0.252s;
	animation-delay: -0.252s;
}
.loading .lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.loading .lds-roller div:nth-child(8) {
	-webkit-animation-delay: -0.288s;
	animation-delay: -0.288s;
}
.loading .lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@-webkit-keyframes lds-roller {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes lds-roller {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/* :: Navbar */
.nav-bar.active {
	-webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
	box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
	background-color: #FFF;
}
.nav-bar .logo .logo-nav {
	display: block;
}
.nav-bar .logo .logo-nav img {
	width: 170px;
}
.nav-bar .logo .logo-nav img.two {
	display: none;
}
.nav-bar.active .logo .logo-nav img.one {
	display: none;
}
.nav-bar.active .logo .logo-nav img.two {
	display: block;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 {
	display: inline-block;
	position: relative;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 {
	color: #FFF;
	font-weight: 600;
	padding: 30px 0;
	margin: 0 15px 0 0px;
	position: relative;
	display: block;
	text-transform: capitalize;
}
.nav-bar.active .nav-bar-links .level-1 .item-level-1 .link-level-1 {
	color: #1C1A30;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:before {
	content: '';
	background-color: #1C1A30;
	position: absolute;
	width: 0%;
	height: 2px;
	left: 0;
	bottom: 25px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover:before, .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active:before {
	width: 100%;
}
.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1 {
	margin-right: 0;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover, .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active, .nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover {
	color: #1C1A30;
}
.nav-bar .nav-bar-links .level-2 {
	position: absolute;
	z-index: 2;
	background-color: #1C1A30;
	border-radius: 8px;
	top: 100%;
	left: 0;
	min-width: 225px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
	box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
}
.nav-bar .nav-bar-links .item-level-1.has-menu:hover .level-2 {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.nav-bar .nav-bar-links .level-2 .item-level-2 {
	position: relative;
}
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2 {
	color: #FFF;
	line-height: 1.2;
	font-weight: 500;
	position: relative;
	display: block;
	text-transform: capitalize;
	padding: 12px 25px;
	border-bottom: 1px solid rgb(248 246 247 / 10%);
}
.nav-bar .nav-bar-links .level-2 .item-level-2:last-of-type .link-level-2 {
	border-bottom: 0;
}
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	font-size: 14px;
	opacity: 0;
	margin-left: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
	-o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
	transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.nav-bar .nav-bar-links .level-2 .item-level-2:hover .link-level-2:after {
	opacity: 1;
	margin-left: 15px;
	visibility: visible;
	color: #0ba298;
}
.nav-bar .nav-bar-tools li {
	position: relative;
}
.nav-bar .nav-bar-tools li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}
.nav-bar .nav-bar-tools li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}
.nav-bar .nav-bar-tools li:last-of-type:after {
	display: none;
}
.nav-bar .nav-bar-tools li.item.phone {
	padding-top: 0;
	padding-bottom: 0;
}
.nav-bar .nav-bar-tools li .search-icon i, .nav-bar .nav-bar-tools li .menu-icon i, .nav-bar .nav-bar-tools li .cart-icon i {
	display: inline-block;
	cursor: pointer;
	color: #FFF;
}
.nav-bar .nav-bar-tools li .search-icon:hover i, .nav-bar .nav-bar-tools li .menu-icon:hover i {
	color: #0ba298;
}
.nav-bar .nav-bar-tools li .nav-bar-contact i {
	font-size: 35px;
	float: left;
	line-height: 1.1;
	color: #0ba298;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box {
	padding-left: 50px;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box span {
	color: #F5F5F5;
	font-weight: 500;
	text-transform: capitalize;
	display: block;
	line-height: 1;
	margin-bottom: 4px;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	display: block;
	font-family: 'Figtree', sans-serif;
	color: #FFF;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a:hover, .nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a:hover {
	color: #0ba298;
}
.nav-bar.active .nav-bar-tools li .search-icon i, .nav-bar.active .nav-bar-tools li .menu-icon i, .nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box span, .nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a {
	color: #1C1A30;
}
.nav-bar .nav-bar-tools li.item.buttons {
	padding: 15px 15px 15px 0;
}
.nav-bar .nav-bar-tools li.item.buttons a.btn-1 {
	line-height: 45px;
	height: 45px;
	min-width: 150px;
	padding: 0;
}
.nav-bar .nav-bar-tools li .cart-icon i {
	color: #1C1A30;
}
.nav-bar .nav-bar-tools li .cart-icon i:hover {
	color: #0ba298;
}
.nav-bar .nav-bar-tools li.cart {
	padding: 29px 15px 29px 0;
}
.nav-bar .nav-bar-tools li.cart .cart-popup {
	background-color: #FFF;
	padding: 30px;
	position: absolute;
	right: 0;
	top: calc(100% + 1px);
	z-index: 999;
	width: 300px;
	-webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
	box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	opacity: 0;
	visibility: hidden;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav-bar .nav-bar-tools li.cart:hover .cart-popup {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item {
	position: relative;
	border-bottom: 1px solid rgb(155 155 155 / 30%);
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	display: block;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item img {
	width: 50px;
	height: 50px;
	float: left;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content {
	padding-left: 65px;
	padding-right: 25px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content div {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 4px;
	color: #1C1A30;
	font-weight: 700;
	font-family: 'Figtree', sans-serif;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content span {
	font-weight: 500;
	line-height: 1;
	color: #9B9B9B;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #1C1A30;
	border-radius: 1px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item:hover {
	background-color: #0ba298;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span {
	font-weight: 600;
	line-height: 1;
	color: #9B9B9B;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span:last-of-type {
	float: right;
	color: #0ba298;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart {
	margin-top: 20px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button {
	outline: none;
	padding: 0 22px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button:first-of-type {
	margin-right: 10px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1 {
	padding: 0 15px;
	min-width: 110px;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	display: inline-block;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1:first-of-type {
	margin-right: 16px;
}
/* :: Top Navbar */
.top-navbar {
	background-color: #1C1A30;
}
.top-navbar .content-box .website-info li {
	display: inline-block;
	color: #FFF;
	padding: 15px;
	padding-left: 0;
	line-height: 1.1;
	text-transform: capitalize;
}
.top-navbar .content-box .website-info li i {
	margin-right: 6px;
	color: #0ba298;
}
.top-navbar .content-box .website-icon-social li {
	display: inline-block;
	color: #FFF;
	padding-left: 15px;
	line-height: 1;
}
.top-navbar .content-box .website-icon-social li:hover i {
	color: #0ba298;
}
/* :: Navbar home-2 */
.all-navbar.home-2 .nav-bar.active {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.all-navbar.home-2 .nav-bar .logo .logo-nav img.one {
	display: none
}
.all-navbar.home-2 .nav-bar .logo .logo-nav img.two {
	display: block
}
.all-navbar.home-2 .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1, .all-navbar.home-2 .nav-bar .nav-bar-tools li .search-icon i, .all-navbar.home-2 .nav-bar .nav-bar-tools li .menu-icon i, .all-navbar.home-2 .nav-bar .nav-bar-tools li .nav-bar-contact .content-box a {
	color: #1C1A30;
	text-transform: uppercase
}
.all-navbar.home-2 .nav-bar .nav-bar-tools li .nav-bar-contact .content-box span {
	color: #9B9B9B;
}
.all-navbar.home-2 .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover, .all-navbar.home-2 .nav-bar .nav-bar-tools li .nav-bar-contact .content-box a:hover, .all-navbar.home-2 .nav-bar .nav-bar-tools li .search-icon i:hover, .all-navbar.home-2 .nav-bar .nav-bar-tools li .menu-icon i:hover {
	color: #1C1A30;
}
/* :: Search Box */
.search-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(245 112 9 / 90%);
	z-index: 1040;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
	display: none;
}
.search-box form {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 85%;
}
.search-box form input {
	background-color: transparent;
	width: 100%;
	padding: 10px 0;
	font-size: 26px;
	color: #FFF;
	border: 0;
	border-bottom: 2px solid #FFF;
}
.search-box form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: transparent;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	border: 0;
	outline: none;
}
.search-box .search-box-icon {
	position: absolute;
	right: 50px;
	top: 50px;
	font-size: 24px;
	color: #FFF;
	cursor: pointer;
}
.search-box .search-box-icon:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #0ba298;
}
/* :: Menu Box */
.menu-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255 255 255 / 0.8);
	z-index: 1040;
	-webkit-transition: unset;
	-o-transition: unset;
	transition: unset;
	display: none;
}
.menu-box .inner-menu {
	width: 400px;
	padding: 100px 50px;
	position: absolute;
	right: -402px;
	height: 100%;
	background-color: #FFF;
	overflow-y: scroll;
}
.menu-box.active .inner-menu {
	right: 0;
	-webkit-box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
	box-shadow: 0px 0px 30px rgb(0 0 0 / 0.2);
}
.menu-box .inner-menu .website-info {
	margin-bottom: 30px;
}
.menu-box .inner-menu .website-info .logo {
	display: block;
	margin-bottom: 30px;
}
.menu-box .inner-menu .website-info .logo img {
	width: 140px;
}
.menu-box .inner-menu .website-info p {
	text-transform: capitalize;
}
.menu-box .inner-menu .contact-info h4, .menu-box .inner-menu .follow-us h4 {
	position: relative;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: #1C1A30;
}
.menu-box .inner-menu .contact-info .contact-box, .contact-info .contact-box {
	margin-bottom: 30px;
}
.menu-box .inner-menu .contact-info .contact-box i, .contact-info .contact-box i {
	float: left;
	font-size: 32px;
	line-height: 1;
	color: #0ba298;
	position: relative;
	z-index: 2;
	padding: 10px 0 0 10px;
}
.menu-box .inner-menu .contact-info .contact-box .box, .contact-info .contact-box .box {
	padding-left: 55px;
}
.menu-box .inner-menu .contact-info .contact-box .box a.phone, .menu-box .inner-menu .contact-info .contact-box .box a.mail, .menu-box .inner-menu .contact-info .contact-box .box p, .contact-info .contact-box .box a, .contact-info .contact-box .box p {
	font-weight: 600;
	margin-bottom: 0;
	line-height: 2;
	position: relative;
	display: block;
	color: #9B9B9B;
	font-family: 'Figtree', sans-serif;
}
.menu-box .inner-menu .contact-info .contact-box .box a.phone:hover, .menu-box .inner-menu .contact-info .contact-box .box a.mail:hover, .menu-box .inner-menu .contact-info .contact-box .box p:hover, .contact-info .contact-box .box a:hover, .contact-info .contact-box .box p:hover {
	color: #0ba298;
}
.menu-box .inner-menu .follow-us .icon-follow li {
	display: inline-block;
	cursor: pointer;
}
.menu-box .inner-menu .follow-us .icon-follow li a {
	background-color: #FDE4D0;
	display: inline-block;
	color: #0ba298;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 3px;
	margin-right: 10px;
}
.menu-box .inner-menu .follow-us .icon-follow li:hover a {
	background-color: #0ba298;
	color: #FFF;
}
.menu-box-icon {
	position: absolute;
	top: 30px;
	right: 30px;
	background-color: #0ba298;
	width: 35px;
	color: #FFF;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
.menu-box-icon:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
/* :: Header */

.header .header-carousel {
	height: 100%;
}
.header .header-carousel .container {
	position: relative;
}
.header .header-carousel .sec-hero {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.header .banner .top-handline {
	line-height: 1;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 20px;
}
.header .banner .handline {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	font-size: 74px;
	margin-bottom: 30px;
	background: #0BA792;
	background: linear-gradient(to right, #0BA792 0%, #63b880 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.header .banner .about-website {
	text-transform: capitalize;
	color: #FFF;
	font-weight: 600;
	line-height: 25px;
	margin: 0 100px 30px 0;
	position: relative;
}
.header .banner .header-list-features .item {
	position: relative;
	margin-bottom: 12px;
}
.header .banner .header-list-features .item:last-of-type {
	margin-bottom: 0;
}
.header .banner .header-list-features .item i {
	font-size: 12px;
	border: 2px solid #FFF;
	border-radius: 50%;
	color: #FFF;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 18px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.header .banner .header-list-features .item h5 {
	display: inline-block;
	position: relative;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color: #FFF;
	text-transform: capitalize;
	padding-left: calc( 22px + 12px );
	font-family: 'Figtree', sans-serif;
}
.header .banner .btn-box {
	margin-top: 30px;
}
.header-carousel.owl-theme .owl-nav, .testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	line-height: 1;
	width: 100%;
}
.header-carousel.owl-theme .owl-nav [class*=owl-], .testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] {
	margin: 0;
}
.header-carousel.owl-theme .owl-nav [class*=owl-] i, .testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i {
	font-size: 60px;
	color: rgb(255, 255, 255, 0.5);
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.header-carousel.owl-theme .owl-nav [class*=owl-] i:hover, .testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i:hover {
	color: #0ba298;
}
.header-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-left-chevron, .testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-left-chevron {
	left: 10px;
}
.header-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-right-chevron, .testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i.ar-icons-right-chevron {
	right: 10px;
}
.header-carousel.owl-theme:hover .owl-nav [class*=owl-] i, .testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*=owl-] i {
	opacity: 1;
	visibility: visible;
}
.header-carousel.owl-theme .owl-dots {
	margin: 0;
	line-height: 1;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header-carousel.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.header-carousel.owl-theme .owl-dots .owl-dot span {
	margin: 0 5px;
	width: 25px;
	height: 6px;
	border-radius: 5px;
	background-color: #FFF;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-carousel.owl-theme .owl-dots .owl-dot.active span, .header-carousel.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #0ba298;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* :: Header home-2 */
.header .other-tools {
	height: 100%
}
.header.home-2 .pulse i {
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-size: 28px;
	background-color: #FFF;
	color: #0ba298;
}
.header.home-2 .pulse i:hover {
	background-color: #0ba298;
	color: #FFF;
}
.header.home-2 .header-carousel.owl-theme .owl-dots {
	bottom: 40px;
	display: none
}
/* :: Features */
.features .all-features-item .features-item:hover .icon-item, .start-grow:hover i, .about-qualified-employees:hover i, .nav-bar .nav-bar-tools li .nav-bar-contact:hover i, .about-us .about-us-text-box .about-us-features-carousel .item:hover i:before, .services-carousel-item:hover i:before, .provide-core-list .provide-core-list-item:hover i:before, .menu-box .inner-menu .contact-info .contact-box:hover i:before, .contact-info .contact-box:hover i:before, .statistic-item:hover i:before, .features-style-2 .item:hover i {
	-webkit-animation: icon-scale 2.5s infinite;
	animation: icon-scale 2.5s infinite;
}


/* :: About US */
.about-us .about-us-img-box {
	position: relative;
	padding-right: 20px;
	height: 100%;
}
.about-us .about-us-img-box .col-sm-12:last-child .item{
	margin-bottom:0
}
.about-us .about-us-img-box .img-box {
	position: relative;
	border-radius: 10px;
	height: 100%;
	background-size: cover;
	background-position: right;
}
.about-us .about-us-text-box .sec-title {
	margin-bottom: 30px;
}
.about-us .about-us-text-box .sec-title h3 {
	margin-bottom: 20px;
}
.about-us .about-us-text-box p.providing {
	font-size: 22px;
	font-weight: 500;
	line-height: 31px;
	margin-bottom: 25px;
	text-transform: capitalize;
	position: relative;
	color: #1C1A30;
}

.about-us .about-us-text-box .img-person .about-us-person {
	border-radius: 50%;
	width: 60px;
	margin-right: 20px;
}
.about-us .about-us-text-box .img-person .signature {
	width: 250px;
}
.about-us .about-us-text-box .about-us-features-carousel {
	background: #F8F6F7 url(../images/01_pattern.png);
	overflow: hidden;
	border-radius: 5px;
	background-position: center;
}
.about-us .about-us-text-box .about-us-features-carousel .item {
	padding: 40px;
}
.about-us .about-us-text-box .about-us-features-carousel .item i, .services-carousel-item i, .provide-core-list .provide-core-list-item i, .statistic-item i {
	font-size: 55px;
	line-height: 1.1;
	display: inline-block;
	margin-bottom: 30px;
	color: #0ba298;
	position: relative;
	padding: 15px 0 0 15px;
}
.about-us .about-us-text-box .about-us-features-carousel .item i:before, .services-carousel-item i:before, .provide-core-list .provide-core-list-item i:before, .menu-box .inner-menu .contact-info .contact-box i:before, .contact-info .contact-box i:before, .statistic-item i:before {
	display: inline-block;
	position: relative;
	z-index: 1;
}
 @-webkit-keyframes icon-scale {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 25% {
 -webkit-transform: scale(0.75);
 transform: scale(0.75);
}
 50% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 75% {
 -webkit-transform: scale(0.75);
 transform: scale(0.75);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes icon-scale {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 25% {
 -webkit-transform: scale(0.75);
 transform: scale(0.75);
}
 50% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 75% {
 -webkit-transform: scale(0.75);
 transform: scale(0.75);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.about-us .about-us-text-box .about-us-features-carousel .item i:after, .services-carousel-item i:after, .provide-core-list .provide-core-list-item i:after, .menu-box .inner-menu .contact-info .contact-box i:after, .contact-info .contact-box i:after, {
 content: '';
 background-color: #FDE4D0;
 width: 50px;
 height: 50px;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 0;
 border-radius: 40% 45% 40% 30%;
}
.menu-box .inner-menu .contact-info .contact-box i:after, .contact-info .contact-box i:after {
	width: 35px;
	height: 35px;
}
.about-us .about-us-text-box .about-us-features-carousel .item h5 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 30px;
}
.about-us .about-us-text-box .about-us-features-carousel .item .btn-1 {
	min-width: auto;
	width: 100%;
}

.about-us-text-box .listing-bullet li{font-weight:700}

.about-us-text-box .text-contr{padding-left:100px}
/* :: About US Home 2 */

.about-us.home-2 .about-us-img-box .img-box {
	background-position: center;
}
.about-us-text-box .row .col-lg-6{}

.features-style-2 .item {
	margin-bottom: 30px;
}
.features-style-2 .item i {
	height: 30px;
	width: 30px;
	position: absolute;
}
.features-style-2 .item .content-box {

}
.features-style-2 .item .content-box h5 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
}
.features-style-2 .item .content-box p {
	margin-bottom: 0;
}
.about-quote {
	padding: 30px;
	background-color: #F9F9F9;
	border-radius: 5px;
	font-weight: 600;
	margin: 0;
}
.about-btn {
	margin-top: 30px;
}
/* :: About US Home 3 */

/* :: Services */
.services {
	position: relative;
}
.services .bg-section {
	background-image: url(../images/services/01_services-bg.jpg);
 height: calc( 100% - (450px/2) );
}
.services .sec-title h3, .services .sec-title .sec-explain {
	color: #FFF;
}
.services-carousel-item {
	position: relative;
	padding: 50px 50px 0 50px;
	background-color: #FFF;
	border-radius: 5px;
	
}
.services-carousel-item h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 25px;
	text-transform: capitalize;
	position: relative;
}
.services-carousel-item p {
	margin-bottom: 0;
}
.services-carousel-item .open-link {
	width: 100%;
	margin-top: 30px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.services-carousel.owl-theme .owl-nav {
	display: block;
}
.services-carousel.owl-theme .owl-dots {
	margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot span{width: 25px!important;}
.owl-theme .owl-dots .owl-dot.active span{width: 55px!important; background-color: #0ba298!important;-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}
.services-carousel.owl-theme .owl-dots .owl-dot span, .projects-carousel.owl-theme .owl-dots .owl-dot span, , .teams-carousel.owl-theme .owl-dots .owl-dot span {
	margin: 0 5px;
	height: 6px;
	border-radius: 5px;
	background-color: #FFF;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* :: Services Home-2 */

.services.home-2 .bg-section {
	height: 54%;
	background-image: url(../images/services/02_services-bg.jpg);
}
.services.home-2 .services-carousel-item {
	padding: 0;
}
.services.home-2 .services-carousel-item .services-item-img-box {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:15px;
	overflow: hidden;
	position: relative;
	
}
.services.home-2 .services-carousel-item .services-item-img-box:before {
	font-family: 'ar-coder';
	position: absolute;
	z-index: 1;
	font-size: 45px;
	line-height: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.services.home-2 .services-carousel-item .services-item-img-box span, .projects-item span, .services.home-2 .item-box span {
	position: absolute;
	z-index: 1;
	display: block;
	width: 0px;
	height: 0px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	opacity: 1;
	background-color: rgb(11 167 146 / 85%);
}
.services.home-2 .services-carousel-item:hover .services-item-img-box span, .projects-item:hover span, .services.home-2 .item-box:hover span {
	width: 2000px;
	height: 2000px;
}
.services.home-2 .item-box, .services.home-2 .item-box {
	position: relative;
	padding: 50px 35px;
}
.services.home-2 .services-carousel-item .item-box i {
	float: left;
	padding: 0;
	line-height: 1.3;
	margin: 0;
	font-size: 45px;
}
.services.home-2 .services-carousel-item .item-box i:after {
	display: none;
}
.services.home-2 .services-carousel-item .item-box .content-box {
	padding-left: 65px;
}
.services.home-2 .services-carousel-item .item-box .content-box h4 {
	font-size: 22px;
}
.services.home-2 .services-carousel-item .item-box .content-box .more, .services.home-2 .item-box .content-box .more {
	position: relative;
	text-transform: capitalize;
	line-height: 1;
	display: inline-block;
	font-weight: 600;
	color: #6c757d;
	margin-top: 30px;
}
.services.home-2 .services-carousel-item .item-box .content-box .more:hover, .services.home-2 .item-box .content-box .more:hover {
	color: #0ba298;
}
.services.home-2 .services-carousel-item .item-box .content-box .more:after, .services.home-2 .item-box .content-box .more:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	vertical-align: middle;
	font-size: 14px;
	opacity: 0;
	margin-left: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
	-o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
	transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.services.home-2 .services-carousel-item .item-box .content-box .more:hover:after, .services.home-2 .item-box .content-box .more:hover:after {
	opacity: 1;
	margin-left: 15px;
	visibility: visible;
	color: #0ba298;
}
.services.home-2 .services-carousel.owl-theme .owl-dots .owl-dot span {
	background-color: #ABABAB
}



/* :: Team */
.team .container{padding:0 120px}
.team-box {
	display: block;
}
.team-box .img-box {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
}
.team-box .text-box {
	margin-top: 25px;
	padding: 0 25px;
}
.team-box .text-box h5 {
	text-transform: capitalize;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	color: #1C1A30;
}
.team-box .text-box h5 a {
	color: #1C1A30;
	display: inline-block;
	text-transform: uppercase;
}
.team-box .text-box h5:hover, .team-box .text-box h5:hover a {
	color: #0ba298;
}
.team-box .text-box span {
	display: inline-block;
	margin: 5px 0 0 0;
	text-transform: capitalize;
	line-height: 1.1;
	font-weight: 600;
}
/* :: Team Home 2 */
.team.home-2 {
	background-color: #F8F6F7;
}
.team.home-2 .team-box .img-box ul li a {
	margin-bottom: 5px;
	border-radius: 3px;
}
/* :: Milestone */
.milestone {
	position: relative;
	color: #fff;
}
.milestone .bg-section {
	background-image: url(../images/home/milestone-bg.jpg);
	height: 100%;
}



/* :: Sponsors */
.sponsors {
	padding: 50px 0;
	border-bottom: 1px solid #E9E9E9;
}
.sponsors-box-item img {
	opacity: 0.5;
}
.sponsors-box-item img:hover {
	opacity: 1;
}
/* :: Statistic */
.statistic {
}
.statistic-item i {
	float: left;
	margin-bottom: 0;
	font-size: 45px;
	padding: 0 12px 0 0;
	width: 70px;
}
.statistic-item .content {
	padding-left: calc(57px + 20px);
}
.statistic-item .statistic-counter {
	font-size: 50px;
	font-weight: 600;
	line-height: 0.9;
	margin-bottom: 10px;
	font-family: 'Figtree', sans-serif;
}
.statistic-item .counter-name {
	font-weight: 500;
	line-height: 1.6;
	text-transform: capitalize;
}







/* :: Testimonial */
.testimonial {
	position: relative;
}
.testimonial .bg-section {
	background-image: url(../images/home/testimonial-bg.png);
	height: calc( 100% );
}
.testimonial-carousel .item-box .text-box, .testimonial.home-2 .box .text-box {
	position: relative;
	margin-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	font-family: 'Figtree', sans-serif;
}
.testimonial-carousel .item-box .text-box p{
	font-size: 20px;
	line-height: 30px;	
}
.testimonial-carousel p{
	text-align: center;
}
.testimonial-carousel .item-box .text-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(../images/global/quote.png) center center no-repeat;
	background-size: cover;
	width: 32px;
	height: 24px;
	margin: 0 auto
}
.testimonial-carousel .item-box .text-box .lead-text{
	font-weight:600;
	font-size:24px
}
.testimonial-carousel .item-box .item-name i, .testimonial.home-2 .box .quote {
	font-size: 50px;
	line-height: 1;
	color: #0ba298;
	display: block;
}
.testimonial-carousel .item-box .item-name h5, .testimonial.home-2 .box .item-name h5 {
	font-weight: 600;
	font-size: 19px;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 8px;
	text-transform: capitalize;
	color: #1C1A30;
	text-align: center;
	font-family: 'Figtree', sans-serif;
}
.testimonial .testimonial-carousel.owl-theme .owl-dots {
	line-height: 1;
	position: absolute;
	width: 100%;
}

/* :: Case studies */
.case-studies-outer {
	background: rgb(232,249,255);
	background: linear-gradient(135deg, rgba(232,249,255,1) 0%, rgba(233,248,241,1) 100%);
}
.case-studies {
	display: flex;
	margin-bottom: 30px;
	border-radius: 15px;
	background:#fff;
	overflow: hidden;
}
.case-studies .img-box {
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	width: 260px;
}
.case-studies .text-box {
	background: #fff;
	padding: 22px;
	width: calc(100% - 260px)
}
.case-studies .text-box h5 {
	position: relative;
	line-height: 24px;
	margin: 0 0 15px 0;
	font-weight: 600;
	color: #1C1A30;
	text-transform: uppercase;
}
.case-studies .text-box .link {
	margin-top: 10px;
}
/* :: Footer */
.footer .footer-top {
	padding-top: 40px;
	padding-bottom: 40px
}
.footer .footer-top .address{
	padding:0 120px
}
.footer .logo, .footer .links {
	margin-bottom: 30px;
}
.footer .logo img {
	width: 160px;
}
.footer .logo p {
	margin: 30px 0 30px 0;
	color: #F9F9F9;
}
.footer-title h4 {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 25px;
}
.footer .links li a {
	display: inline-block;
	position: relative;
	color: #F9F9F9;
	line-height: 48px;
}
.footer .links li:hover a {
	color: #0ba298;
}
.footer ul.icon {
	margin: 30px 0;
}
.footer ul.icon li {
	display: inline-block;
}
.footer ul.icon li a {
	display: inline-block;
	margin-right: 5px;
}
.footer ul.icon li:hover a {
	background-color: #FFF;
	color: #0ba298;
}
.copyright {
	padding: 20px 0;
	background-color: rgba(255, 255, 255, 0.1);
	overflow: hidden;
	position: relative;
	z-index: 1
}
.copyright p {
	margin: 0;
	color: #F4F4F4;
	font-family: 'Figtree', sans-serif;
}
.copyright p a {
	color: #0ba298;
}
.copyright ul {
	float: right;
}
.copyright ul li {
	display: inline-block;
	margin-left: 10px;
}
.copyright ul li a {
	color: #FFF !important
}
.copyright ul li:hover a {
	color: #0ba298 !important;
}

/* :: Breadcrumb Header */
.breadcrumb-header {
	padding-bottom: 120px;
	padding-top: calc(120px + 85px);
	color: #FFF;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.breadcrumb-header.style-2 {
	padding: 140px 0;
}
.breadcrumb-header .banner h1 {
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.2;
	font-size: 56px;
	margin-bottom: 30px;
}
.breadcrumb-header .banner ul li {
	display: inline-block;
	position: relative;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.30px;
	color: #F9F9F9;
	text-transform: capitalize;
}
.breadcrumb-header .banner ul li + li:before{content:""; position:absolute; height:4px; width:4px; background:#fff; border-radius:50%; top:11px; left:-15px}
.breadcrumb-header .banner ul li:hover a {
	color: #0ba298;
}


/* :: Single Blog Comments & Add Comment */
.add-comments .inner-add-comments-box {
	margin-bottom: 20px;
}
.add-comments .inner-add-comments-box input, .add-comments .inner-add-comments-box textarea, .checkout-box .form-checkout .form-checkout-item input, .add-comments .inner-add-comments-box select {
	border: 2px solid #E9E9E9;
	padding: 5px 12px;
	width: 100%;
	color: #9B9B9B;
	font-size: 13px;
	border-radius: 5px;
	height:40px
}
.add-comments .inner-add-comments-box input[type=file]{
	height: 46px; border:none; padding:0
}
.add-comments .inner-add-comments-box input:focus, .add-comments .inner-add-comments-box textarea:focus, .add-comments .inner-add-comments-box select:focus, .checkout-box .form-checkout .form-checkout-item input:focus, .form-promo-code input:focus {
	border-color: #0ba298;
}
.add-comments .inner-add-comments-box textarea {
	height: 100px;
	display: block;
}
.add-comments .inner-add-comments-box button.submit, .checkout-box .form-checkout .form-checkout-item button.submit {
	border: none;
}

#custom-button {
  padding:0 20px;
  background-color: #DFDFDF;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  cursor: pointer;
  height:34px;
  line-height:34px
}

#custom-text {
  margin-left: 10px;
  font-family: 'Figtree', sans-serif;
}

#datepicker > span:hover{cursor: pointer;}
.date img{height:18px; position:absolute; right:15px; top:10px}

.select-file label{
	width:100%;
	margin-bottom:5px
}

/* :: Contact US Page */
.contact-info-content {
	margin-bottom: 50px;
}
.contact-info-content .col-lg-4{
	display:flex
}
.contact-info-content .contact-box {
	padding: 30px;
	border: 1px solid #DDD;
	border-radius: 3px;
	margin-bottom: 30px;
	text-align: center;
	flex: 1;
    display: flex;
    flex-direction: column;
}
.contact-info-content .contact-box:hover {
	background-color: #0ba298;
	border-color: #0ba298;
}
.contact-info-content .contact-box i {
	display: inline-block;
	margin-bottom: 25px;
}
.contact-info-content .contact-box .box a, .contact-info-content .contact-box .box p {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.5;
	position: relative;
	display: block;
	font-family: 'Figtree', sans-serif;
}
.contact-info-content .contact-box:hover i, .contact-info-content .contact-box:hover .box a, .contact-info-content .contact-box:hover .box p {
	color: #FFF;
}
.contact-us .map-box {
	height: 100%;
	margin-right: 20px;
}
.contact-us .map-box iframe {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.contact-us .add-comments .inner-add-comments-box.last {
	margin-bottom: 0;
}
/* :: Projects List */
.projects-list .list-name-projects{
    margin-bottom: 45px;
    display: inline-block;
}
.projects-list .list-name-projects li{
    display: inline-block;
    color: #1C1A30;
    text-transform: capitalize;
    padding: 0 20px;
    line-height: 40px;
    border-radius: 3px;
    letter-spacing: 0.25px;
    position: relative;
    text-align: center;
    font-weight: 600;
    border: 1px solid #DDD;
    margin: 0 8px 5px 0;
    cursor: pointer;
}
.projects-list .list-name-projects li.active,
.projects-list .list-name-projects li:hover{
    background-color: #0BA792;
    color: #FFF;
    border: 1px solid #0BA792;
}
.projects-list .list-name-projects li:last-of-type{
    margin: 0;
}
.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
/* resources */
.all-projects{display:flex; flex-wrap:wrap}
.all-projects .mix{margin:0 10px 20px; width:calc(20% - 20px)}
/* :: Projects */
.projects-item{
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 30px;
}
.projects-item .product-name{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:10px 10px;
	color:#fff;
	font-weight:600;
	text-align:center;
	z-index:1;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
.projects-item .img-box{
	height:285px; overflow:hidden
}
.projects-item:hover .img-box img{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}
/*.projects-item .hover-box{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.projects-item:hover .hover-box{
    background-color: #0BA792;
}*/
.projects-item .hover-box .text-box{
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}
.projects-item .hover-box .text-box .tags a{
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12px;
    margin-right: 5px;
    text-transform: capitalize;
    color: #FFF;
    display: inline-block;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
.projects-item .text-box h4 a{
    color: #FFF;
    font-weight: 600;
    line-height: 1.2;
    font-size: 20px;
    display: inline-block;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
	text-transform: capitalize;
}
.projects-item:hover .hover-box .text-box .tags a,
.projects-item:hover .text-box h4 a,
.projects-item:hover .hover-box .projects-icon{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}
.projects-item .hover-box .projects-icon{
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
}
.projects-item .hover-box .projects-icon li{
    display: inline-block;
}
.projects-item .hover-box .projects-icon li a{
    display: inline-block;
    background-color: #FFF;
    border: 2px solid #FFF;
    color: #0BA792;
    width: 40px;
    height: 40px;
    line-height: 38px;
    position: relative;
    text-align: center;
    margin-right: 10px;
    border-radius: 3px;
}
.projects-item .hover-box .projects-icon li:hover a{
    background-color: transparent;
    color: #FFF
}
.catalog .projects-item .hover-box .projects-icon li:nth-child(2){
	display:none
}
.emailer .projects-item .hover-box .projects-icon li:nth-child(1){
	display:none
}
.projects-carousel.owl-theme .owl-nav{
    display: none;
}
.projects-carousel.owl-theme .owl-dots .owl-dot span{
    background-color: #1C1A30;
}
.projects-item .hover-box .projects-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
}
.projects-item:hover .hover-box .projects-icon {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}
.projects-item .hover-box .projects-icon li {
    display: inline-block;
}
/* new css */
.servies-inner {
	text-align: center;
	padding:0 20px
}
.owl-carousel .owl-item img{display: inline; width: auto;}
.servies-inner + .servies-inner {
	border-left: 1px solid #ebebeb
}
.servies-inner p{text-align:center}
.servies-inner .blog-item {
	flex-direction: column;
	display: flex;
	margin-bottom: 30px
}
.servies-inner .img-box {
	width: auto;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
}
.servies-inner .text-box {
	width: auto;
	padding: 30px 0 0
}
.servies-inner .text-box h5 {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 15px 0;
	color: #1C1A30;
	text-transform: uppercase;
	font-weight:700;
}
.custom-product h5 {
	color: #ff8064
}
.embroidery h5 {
	color: #4fa9ff
}
.silk-screen-printing h5 {
	color: #3eb16a
}
.warehouse h5 {
	color: #ff79a4
}
.logistics-distrubtion h5 {
	color: #31a898
}
.servies-inner a {
	position: relative;
	padding-right: 25px
}
.servies-inner a:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	background: url(../images/global/arrow-blue.png) center center no-repeat;
	background-size: cover;
	width: 19px;
	height: 9px;
}
.case-studies a {
	position: relative;
	padding-right: 25px;
	color: #5fb780
}
.case-studies a:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	background: url(../images/global/arrow-green.png) center center no-repeat;
	background-size: cover;
	width: 19px;
	height: 9px;
}
.main-section-heading {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
	text-transform:uppercase;
}

.ar-icons-left-chevron {
	content: "";
	position: absolute;
	top: 0;
	left: -40px;
	background: url(../images/global/carousel-arrowleft.svg) center center no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
}
.ar-icons-right-chevron {
	content: "";
	position: absolute;
	top: 0;
	right: -40px;
	background: url(../images/global/carousel-arrowright.svg) center center no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
}
.sec-hero .top-handline-secondary {
	font-size: 40px;
	margin-bottom: 20px
}
.btn-shop {
	height: 40px;
	width: 140px;
	border-radius: 20px;
	color: #fff;
	background: rgb(11,167,146);
	background: linear-gradient(90deg, rgba(11,167,146,1) 0%, rgba(110,176,128,1) 100%);
	line-height:30px
}
section {
	padding-top: 60px;
	padding-bottom: 60px
}
section.no-top-bottom {
	padding-top: 0;
	padding-bottom: 0
}
.pB0 {
	padding-bottom: 0
}
.subscribe {
	color: #fff;
	background: rgb(11,167,146);
	background: linear-gradient(90deg, rgba(11,167,146,1) 0%, rgba(110,176,128,1) 100%);
	padding:30px 0!important
}
.subscribe h5 {
	display: block;
	text-transform: uppercase;
	margin-bottom:10px;
}
.subscribe p{margin-bottom:0}
.subscribe_form {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 22px
}
.subscribe_form:focus {
	outline: none;
}
.subscribe_form .form-control {
	border: none;
}
.subscribe_form .form-control:focus {
	box-shadow: none;
}
.subscribe_form input {
	height: 44px;
	border-radius: 20px 0 0 20px;
	background: transparent;
}
.subscribe_form ::placeholder {
 color: #fff;
 opacity: 1;
}
.subscribe_form button, .subscribe_form button:hover {
	border: none;
	height: 44px;
	background-color: #fff;
	color: #0ba298;
	width: 135px;
	text-transform: uppercase;
	position: relative;
	transition: all ease 0.3s;
	border-radius: 20px;
}
.footer {
	position: relative;
}
.footer .bg-section {
	background-image: url(../images/home/milestone-bg.jpg);
	height: calc( 100% );
}
.footer-top .links li + li {
	border-top: 1px solid #fff
}

.footer-top .address li {
	display: flex;
	color: #fff;
}
.footer-top .address li.extra-text {
	padding-left:23px
}
.footer-top .address li + li {
	margin-top: 10px
}
.footer-top .address li i {
	width: 13px;
	margin-right: 10px
}
.footer-top a{color:#fff}
.footer-top .address li .text {
	width: calc(100% - 23px)
}
.breadcrumb-header a {
	color: #fff;
}
.company-statistic {
	margin-top: 20px
}
.company-statistic li {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	float: left
}
.company-statistic li span {
	display: block;
	font-size:14px
}
.company-statistic li + li {
	margin-left: 22px
}
/* :: director speak */
.director-speak {
	position: relative;
}
.director-speak .bg-section {
	background-image: url(../images/aboutus/director-quote-bg.jpg);
	height: 100%;
}
.director-speak .text-contr{
	padding-right:95px
}
.director-speak h5 {
	font-weight: 700;
	margin-bottom: 20px
}
.director-speak .text-box {
	padding: 0
}
.mission-statement h5 {
	font-weight: 700;
	margin-bottom: 20px
}
.mission-statement .text-contr{
	padding-left:40px
}
.we-are-unique h5 {
	font-weight: 700;
	margin-bottom: 20px
}
.we-are-unique .text-contr{
	padding-right:100px
}
.mL10 {
	margin-left: 10px
}
.service-page {
	padding-bottom: 0
}
.service-page .text-contr{
	text-align:justify
}
.service-page:nth-child(even) .text-contr{
	padding-left:100px
}
.service-page:nth-child(odd) .text-contr{
	padding-right:100px
}
.service-page .content-box h5 {
	display: flex;
	align-items: flex-end;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase
}
.service-page .content-box h5 img {
	margin-right: 20px
}
.service-page .content-box .lead-text {
	font-weight: 600
}
.owl-theme .owl-nav [class*=owl-]:hover{background:none}

.teams-carousel.owl-theme .owl-nav {
	display: block;
}
.teams-carousel.owl-theme .owl-dots {
	display: block;
	margin-top: 30px;
}
.mB0{margin-bottom:0!important}
.mT60{margin-top:60px!important}
.error{color:#f00}
.team-social-link{display:flex; justify-content:center}
.team-social-link li{height:32px; width:32px}

.order-title{margin-bottom:60px; text-align:center}
.order-title .main-section-heading{margin-bottom:20px}

.container-md{max-width:1024px!important}
.affiliates{background: rgb(232,249,255);
    background: linear-gradient(135deg, rgba(232,249,255,1) 0%, rgba(233,248,241,1) 100%);
}
.affiliates .img-box{width:200px; margin:0 auto}
.affiliates .text-box{margin-top:20px}
.get-update{margin-top:5px; padding-left:15px}


.modal .btn-close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px;
	border: 1px solid #a4a4a4;
	border-radius: 50%;
	z-index: 1
}
.modal .modal-body {
	padding: 40px
}
.member-popup .img-box .social-media {
	margin-top: 5px
}
.member-popup .img-box .social-media a {
	color: #292861;
	text-decoration: underline
}
.member-popup .img-box .logo-contr {
	margin-top: 40px
}
.member-popup .member-name {
	color: #0BA792;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px
}
.member-popup .member-designation {
	color: #0BA792;
	font-size: 18px;
	font-style: italic
}
.member-popup .member-info {
	margin-bottom: 30px
}
.member-popup .member-company {
    font-size: 14px;
    font-style: italic;
    margin-top: 5px;
}

.product-info{font-weight:500; margin-bottom:20px; text-align:center; font-size:18px; font-weight:600}
.alliance-lead-contr .text-contr{padding-right:60px}


.listing-bullet{margin:0; padding:0; list-style:none}
.listing-bullet li{position:relative; padding-left:12px}
.listing-bullet li:before{content:""; position:absolute; background:#000; height:4px; width:4px; border-radius:50%; left:0; top:10px}
.listing-bullet li + li{margin-top:5px}
.mT20{margin-top:20px}
.mT40{margin-top:40px}
.services-carousel-item a{margin-right:20px}
.example-image-link{position:relative}
a.example-image-link {text-decoration:underline; font-size:14px; font-weight:700; display:inline-block;}
