/*Google font*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	color: #3E3E4E;
    overflow-x: hidden;
}
button, a, a:hover, a:active, a:focus, input {
	outline: 0 !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;                  
	-moz-transition: all 0.3s ease-in-out;                 
	-o-transition: all 0.3s ease-in-out;   
	-ms-transition: all 0.3s ease-in-out;          
	transition: all 0.3s ease-in-out;
}
input:focus {
	box-shadow: none !important;
	outline: none;
}
::-moz-selection {
    color: #fff;
    background: #000099;
}
::selection {
    color: #fff; 
    background: #000099;
}
:focus {
	outline: none !important;
}
button {
	border: none;
	background: #29292c;
}
ul {
	list-style: none;
	padding: 0;
}
main {
	overflow: hidden;
}
.btn {
	border: 0;
	-webkit-transition: all 0.3s ease-in-out;                  
	-moz-transition: all 0.3s ease-in-out;                 
	-o-transition: all 0.3s ease-in-out;   
	-ms-transition: all 0.3s ease-in-out;          
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}
.navbar-toggler-icon {
	background: url(../images/menu.svg) no-repeat;
	background-size: 100%;
	width: 38px;
    height: 30px;
}


/*Header*/
.aman-header {
	background: #fff;
}
.aman-header .navbar {
	padding: 15px 0;
}
.aman-header .navbar-brand img {
	width: 100%;
	width: 200px;
}
.aman-header .navbar-nav .nav-link {
	font-weight: 600;
	color: #232331;
	padding: 2px;
}
.aman-header .nav-item .nav-link:hover,
.aman-header .nav-item.active .nav-link {
	color: #09CC33;
}
.aman-header .navbar-nav .nav-item {
    padding-left: 4.375rem;
}
.aman-header .dropdown-toggle::after {
	display: none;
}
.aman-header .navbar .dropdown-menu {
    z-index: 5;
    background-color: #fff;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    display: block;
    left: inherit;
    opacity: 0;
    padding: 0;
    right: auto;
    top: 96%;
    visibility: hidden;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: #ffffff;
    box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
    margin: 0;
    transform: scale(1 , 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 0;
}
.aman-header .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    height: auto;
}
.aman-header .navbar .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.aman-header .navbar .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -ms-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}
.aman-header .dropdown-item {
	padding: 1rem;
	font-weight: 500;
    color: #3E3E4E;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.aman-header .dropdown-item:hover, .aman-header .dropdown-item.active, .aman-header .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background: #09CC33;
}

/*Home main slider*/
section.main-banner {
    padding: 0 0 70px;
}
.main-banner .slider-image {
	overflow: hidden;
	-webkit-border-radius: 7px;
	-webkit-border-bottom-right-radius: 280px;
	-moz-border-radius: 7px;
	-moz-border-radius-bottom-right: 280px;
	border-radius: 7px;
	border-bottom-right-radius: 280px;
}
.main-banner .swiper-slide {
	position: relative;
}
.main-banner .banner-text {
	max-width: 630px;
	z-index: 10;
	position: absolute;
	top: 50%;
	left: -15px;
	-webkit-transform:: translateX(0) translateY(-50%);
	-ms-transform: translateX(0) translateY(-50%);
	-o-transform: translateX(0) translateY(-50%);
	transform: translateX(0) translateY(-50%);
}
.main-banner .banner-text .text {
	opacity: 0.9;
    padding: 70px;
    /*box-shadow: 15px 20px 30px rgb(3 3 138 / 25%);*/
    background: rgb(0,0,153);
    background: linear-gradient(0deg, rgba(0,0,153,1) 12%, rgba(3,185,244,1) 100%);
    -webkit-border-radius: 7px;
    -webkit-border-bottom-right-radius: 150px;
    -moz-border-radius: 7px;
    -moz-border-radius-bottom-right: 150px;
    border-radius: 7px;
    border-bottom-right-radius: 150px;
}
.main-banner .banner-text .text h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.main-banner .banner-text .text p {
	color: #fff;
	font-size: 24px;
	margin: 0 0 30px;
	line-height: 1.5;
}
.btn {
    font-weight: 500;
    padding: 20px 30px;
	border-radius: 7px;
}
a.btn.btn-white {
    background: #fff;
    text-transform: uppercase;
    color: #000099;
}
.main-banner .banner-text .text .btn {
	margin-top: 0;
}
a.btn.btn-white:hover {
    background: rgba(3,185,244,1);
    color: #fff;
}
.main-banner .swiper-container {
    padding: 0 0 70px 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    background: rgb(0 0 153 / 0.20);
    width: 16px;
    height: 16px;
}
.swiper-pagination-clickable .swiper-pagination-bullet:hover,
.swiper-pagination-clickable .swiper-pagination-bullet-active {
	background: rgb(42,197,116);
	background: linear-gradient(0deg, rgba(42,197,116,1) 12%, rgba(60,197,106,1) 34%, rgba(130,198,69,1) 100%);
}
.main-banner .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

/*Round circle animation*/
.round-art-1 {
    position: absolute;
    width: 63px;
    left: -32px;
    animation: rotating 2s ease infinite;
}
.round-art-2 {
    position: absolute;
    width: 134px;
    bottom: 70px;
    left: -50px;
    animation: rotating 4s ease infinite;
}
.round-art-3 {
    position: absolute;
    width: 235px;
    right: 0;
    bottom: 0;
    animation: rotating 4s ease infinite;
}
.round-art-4 {
    position: absolute;
    width: 37px;
    right: -40px;
    animation: rotating 3s ease infinite;
}
.round-art-5 {
	position: absolute;
    width: 46px;
    bottom: 0;
    left: -120px;
    animation: rotating 3s ease infinite;
}
.gradient-circle-1 {
    position: absolute;
    width: 84px;
    top: 14%;
    left: 9%;
    z-index: -1;
    animation: rotating 3s ease infinite;
}
.gradient-circle-2 {
	width: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.gradient-circle-3 {
    position: absolute;
    width: 58px;
    bottom: 70px;
    right: 90px;
    animation: rotating 3s ease infinite;
}
.round-art-6 {
    position: relative;
    width: 117px;
    right: -60px;
    animation: rotating 2s ease infinite;
    float: right;
}
.round-art-7 {
    position: absolute;
    width: 90px;
    left: -60px;
    animation: rotating 2s ease infinite;
    bottom: 6%;
}


/*About section home*/
.home-about {
	background: #EEF5FF url(../images/line-bg-01.png) no-repeat;
	background-position: right top;
	padding: 120px 0;
	position: relative;
}

@keyframes rotating {
	from {
	    -ms-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -webkit-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
  	}
	to {
	    -ms-transform: rotate(360deg);
	    -moz-transform: rotate(360deg);
	    -webkit-transform: rotate(360deg);
	    -o-transform: rotate(360deg);
	    transform: rotate(360deg);
	}
}

.sec-title {
	font-size: 2.975rem;
	font-weight: 600;
	color: #000099;
	margin: 0 0 3%;
}
.sec-title span {
	display: block;
	text-transform: uppercase;
	font-size: 1.25rem;
	color: #09CC33;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 15px;
}
.home-about p {
	max-width: 420px;
	margin-bottom: 1.4rem;
}
.btn-primary {
	background: rgb(0,0,153);
	background: linear-gradient(357deg, rgba(0,0,153,1) 0%, rgba(1,89,197,1) 100%);
}
.btn-primary:hover {
	background: rgb(1,89,197);
	background: linear-gradient(0deg, rgba(1,89,197,1) 0%, rgba(0,0,153,1) 100%);
}
.swiper-about .text {
	background: #fff;
	border-radius: 7px;
    overflow: hidden;
    position:relative;
	z-index: 2;
	-webkit-border-radius: 20px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius: 20px;
	-moz-border-radius-bottomright: 30px;
	border-radius: 20px;
	border-bottom-right-radius: 30px;
}
.swiper-about .text:before {
	position: absolute;
	content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
	background: -webkit-linear-gradient(to top, #2AC574 0%, #82C645 100%);
	background: -moz-linear-gradient(to top, #2AC574 0%, #82C645 100%);
	background: linear-gradient(to top, #2AC574 0%, #82C645 100%);
}
.swiper-about .text:hover {
	background: rgb(42,197,116);
    background: linear-gradient(0deg, rgba(42,197,116,1) 12%, rgba(60,197,106,1) 34%, rgba(130,198,69,1) 100%);
}
.swiper-about .text:hover::before {
	height: 100%;
	opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.swiper-about .text:hover h3,
.swiper-about .text:hover p,
.swiper-about .text:hover {
	color: #ffffff;
	transition: all 0.4s;
}
.swiper-about .position-relative {
	z-index: 10;
}
.swiper-about .text img {
	width: 100%;
}
.swiper-about img.arrow-right-green {
    width: 20px;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.swiper-about .text h3 {
	line-height: 1;
	margin: 20px 0 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 20px;
	color: #09CC33;
}
.swiper-about .text p {
    font-size: 1rem;
    color: #3E3E4E;
    line-height: 1.9;
    margin-bottom: 0;
    max-width: 100%;
}
.swiper-about {
    /*padding: 0 0 70px 0;*/
}
/*.swiper-about .swiper-slide.swiper-slide-next {
	margin-top: 40px;
}*/

/*Home products section*/
.home-product {
    padding: 90px 0;
}
.home-product p {
	/*max-width: 420px;*/
	margin: 0 0 30px;
}
.home-product .list-group {
	font-size: 1.75rem;
	font-weight: 600;
	color: #9C9CB5;
	text-transform: uppercase;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-product .list-group span {
	color: #09CC33;
}
.home-product .list-group img {
	width: 30px;
	margin: 0 10px 0 0;
}
.home-product .list-group-item {
   	border: 0;
   	background: #fff;
   	margin-bottom: 15px;
   	max-width: 450px;
   	box-shadow: 0 15px 35px rgb(35 35 49 / 0.12);
   	border-radius: 15px;
   	padding: 0 26px;
   	height: 70px;
   	z-index: 10;
   	position: relative;
   	color: #9C9CB5;
   	font-size: 18px;
   	width: calc(50% - 15px);
   	margin-right: 15px;
}
.home-product .list-group-item:hover {
	background: -webkit-linear-gradient(to top, #2AC574 0%, #82C645 100%);
	background: -moz-linear-gradient(to top, #2AC574 0%, #82C645 100%);
	background: linear-gradient(to top, #2AC574 0%, #82C645 100%);
	color: #fff;
}
.home-product .list-group-item:hover span {
	color: #fff;
}
.list-group-item:last-child {
	margin-bottom: 0;
}
.home-product .list-group-item .my-auto {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-44%) translateY(-50%);
    -ms-transform: translateX(-44%) translateY(-50%);
    -o-transform: translateX(-44%) translateY(-50%);
    transform: translateX(-44%) translateY(-50%);
    width: 100%;
}
.home-product .list-group span img {
    width: 16px;
    margin: -8px 0 0 20px;
    opacity: 0;
    transition: all 0.6s;
    display: none;
}
.home-product .list-group-item:hover span img {
	opacity: 1;
}
.home-product .left-img {
    position: relative;
}

/*Footer*/
.aman-footer {
	background: #01013A url(../images/footer-bg.svg) no-repeat;
	background-size: cover;
	padding: 90px 0 60px;
}
img.footer-logo {
    width: 170px;
}
.footer-bottom {
	color: rgb(255 255 255 / 0.50);
	font-size: 0.8rem;
	padding: 50px 15px 0;
	text-align: left !important;
}
.footer-bottom a {
	color: #9ac33c;
}
.aman-footer h3 {
	font-size: 1.125rem;
	text-transform: uppercase;
	color: rgb(255 255 255 / 0.45);
	margin: 0 0 30px;
}
.aman-footer .links li {
	margin-bottom: 15px;
	font-size: 0.925rem;
	color: rgb(255 255 255 / 0.90);
}
.aman-footer .links li a {
	color: rgb(255 255 255 / 0.90);
	transition: all 0.3s;
	font-size: 0.925rem;
}
.aman-footer .links li a:hover {
	padding-left: 7px;
}
.social-links {
	display: flex;
}
.social-links li a {
	color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.social-links li {
	display: flex;
	width: 30px;
    height: 30px;
    -webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottom-right: 7px;
	border-radius: 4px;
	border-bottom-right-radius: 7px;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.social-links .fo-facebook {
	background: #3b5998;
}
.social-links .fo-linkedin {
	background: #0077b5;
}
.social-links .fo-whatsapp {
	background: #25d366;
}
.social-links .fo-twitter {
	background: #1da1f2;
}
.social-links .fo-instagram {
	background: #405de6;
}

/* About Us */
.inner-banner {
	height: 375px;
	text-align: center;
	position: relative;
	background: #EEF5FF url(../images/inner-banner-bg.svg) no-repeat;
	background-size: cover;
}
.inner-banner .inner-banner-text {
	width: 100%;
	padding: 0 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.page-title {
	font-size: 38px;
	font-weight: 500;
	color: #000099;
}
.page-title span {
    display: block;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #09CC33;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px;
}
.inner-common-section {
	padding: 3% 0;
	position: relative;
}
.inner-common-section .left-img .gradient-circle-1 {
    width: 50px;
	top: 55px;
    left: 40px;
}
.inner-common-section .left-img .gradient-circle-2 {
	width: 30px;
}
.inner-common-section .left-img .gradient-circle-3 {
	width: 20px;
    bottom: 30px;
    right: 70px;
}
.about-us h3 {
	font-size: 24px;
    font-weight: 500;
    color: #09CC33;
    max-width: 655px;
    margin: 0 0 3%;
}
.about-us p {
	font-size: 18px;
}
.founder-text {
    background: #EEF5FF;
    padding: 5% 4%;
    border-radius: 13px;
	margin: 5% 0;
}
.people-profile .media-img img {
	width: 100%;
}
.people-profile .media-img {
    max-width: 334px;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius: 20px;
    -moz-border-radius-bottomright: 40px;
    border-radius: 20px;
    border-bottom-right-radius: 40px;
    border: 1px solid #DEDEDE;
}
.people-profile .media-body {
    padding-left: 4%;
}
.founder-text .media b {
	color: #232331;
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin-bottom: 1.5vh;
}
.founder-text .media p {
	color: #232331;
	font-size: 16px;
	line-height: 1.9;
}
.people-profile h4 {
	font-size: 18px;
	color: #000099;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 4%;
}
.people-profile h4 span {
	display: block;
	font-size: 16px;
	color: #9C9CB5;
	font-weight: 400;
	text-transform: none;
	margin-top: 2%;
}
.people-profile .media-img.sm {
	max-width: 140px;
}
.commercial-activities {
	padding-top: 4%;
}
.commercial-activities h4 {
	text-transform: uppercase;
	font-size: 20px;
	color: #09CC33;
	font-weight: 600;
	margin: 0 0 20px;
}
.commercial-activities .media {
	background: #fff;
    padding: 25px 20px;
	margin-bottom: 30px;
    box-shadow: 0 10px 20px 0px rgb(238 245 255 / 79%);
    -webkit-border-radius: 15px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius: 15px;
    -moz-border-radius-bottomright: 20px;
    border-radius: 15px;
    border-bottom-right-radius: 20px;
}
.commercial-activities .number {
	background: #09CC33;
	font-size: 20px;
	color: #EEF5FF;
	width: 45px;
	height:45px;
	align-items: center;
    justify-content: center;
    font-weight: 500;
    display: flex;
    margin-right: 15px;
	-webkit-border-radius: 7px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 7px;
	-moz-border-radius-bottomright: 10px;
	border-radius: 7px;
	border-bottom-right-radius: 10px;
}
.commercial-activities a,
.commercial-activities h5 {
	color: #3E3E4E;
	font-size: 15px;
	font-weight: 500;
}
.commercial-activities a:hover {
	color: #000099;
}

/* Projects */
.project-cell {
	background: #fff;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(29 29 46 / 0.05);
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 30px;
	overflow: hidden;
}
.project-cell:hover {
	box-shadow: 0 0.7rem 1rem rgb(29 29 46 / 0.07);
}
.project-cell img {
    max-width: 230px;
}
.projects h3 {
    font-size: 20px;
    color: #09CC33;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px;
}
.swiper-projects {
	padding-bottom: 35px;
}
.swiper-projects img {
	border-radius: 10px;
}
.swiper-projects .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.swiper-projects.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

/* Contact Us */
.contact-us a {
	color: #3E3E4E;
}
.contact-us a:hover {
	color: #09CC33;
}
.data-cell {
	text-align: center;
}
.data-cell img {
    height: 40px;
    margin: 0 auto 30px;
    display: inherit;
}
.data-cell h3 {
	font-size: 24px;
	font-weight: 600;
	color: #9C9CB5;
	margin: 0 0 10px;
}
.iframe-container {
	position: relative;
	overflow: hidden;
	/*padding-top: 50.25%;*/
    padding-top: 20.25%;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
}
.form-map {
    display: flex;
    width: 100%;
    margin: 2% 0 0;
    background: #EEF5FF;
}
.form-map .form {
	text-align: right;
    width: 50%;
	margin: auto;
}
.form-map .form form {
	display: inline-block;
    width: 100%;
    max-width: 590px;
    margin: auto;
    text-align: left;
    padding: 0 75px 0 0;
}
.form-map .map {
	width: 50%;
}
.form-map h4 {
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 20px;
}
.form-map .form-control {
	max-width: 480px;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgb(62 62 78 / 0.07);
    -webkit-border-radius: 7px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius: 7px;
    -moz-border-radius-bottomright: 15px;
    border-radius: 7px;
    border-bottom-right-radius: 15px;
    height: 60px;
}
.form-map textarea.form-control {
    height: 120px;
}
.form-group {
    margin-bottom: 25px;
}
.form-map .btn {
	width: 100%;
	max-width: 480px;
	font-weight: 600;
	text-transform: capitalize;
	background: -webkit-linear-gradient(to top, #2AC574 0%, #82C645 100%);
	background: -moz-linear-gradient(to top, #2AC574 0%, #82C645 100%);
	background: linear-gradient(to top, #2AC574 0%, #82C645 100%);
}
.form-map .btn:hover {
	letter-spacing: 0.5px;
	box-shadow: 0 0.5rem 1rem rgb(62 62 78 / 0.10);
}


/* Worldwide */
.location-cell {
    position: relative;
	margin: 0 0 50px;
}
.location-cell img {
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.location-cell .details {
	transition: all 0.3s ease-in-out;
	height: 42px;
    overflow: hidden;
    background: #fff;
    position: absolute;
    bottom: -20px;
    width: calc(100% - 120px);
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
	box-shadow: 0 6px 14px 5px rgb(29 29 46 / 0.05);
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 10px;
	border-radius: 5px;
	border-bottom-right-radius: 10px;
	padding: 12px 0;
}
.location-cell:hover .details {
	height: 134px;
	bottom: 20px;
}
.location-cell .details  h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
	text-transform: capitalize;
}
.location-cell .loc-img {
	overflow: hidden;
	box-shadow: 0 6px 14px 5px rgb(29 29 46 / 0.05);
	-webkit-border-radius: 7px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius: 7px;
	-moz-border-radius-bottomright: 15px;
	border-radius: 7px;
	border-bottom-right-radius: 15px;
	background: -webkit-linear-gradient(to top, #03B9F4 0%, #09CC33 100%);
	background: -moz-linear-gradient(to top, #03B9F4 0%, #09CC33 100%);
	background: linear-gradient(to top, #03B9F4 0%, #09CC33 100%);
}
.location-cell:hover .loc-img img {
	opacity: 0.5;
}
a.border-btn img {
    width: 15px;
}
a.border-btn {
    border: 1px solid #09CC33;
    width: 164px;
    display: inline-block;
    border-radius: 5px;
    text-align: left;
    overflow: hidden;
    height: 30px;
    position: relative;
    padding-left: 45px;
    padding-top: 3px;
    color: #3E3E4E;
    font-size: 15px;
    font-weight: 600;
    margin-top: 3px;
	display: none;
}
a.border-btn i {
    background: #09CC33;
    display: flex;
    padding: 0 8px;
    height: 30px;
    position: absolute;
    top: 0;
    border: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.location-cell:hover a.border-btn {
	display: inline-block;
}


/* OurProducts */
.our-products h3 {
	font-size: 20px;
    color: #09CC33;
    text-transform: uppercase;
    font-weight: 600;
	margin: 0 0 20px;
}
.product-list .list {
	display: block;
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 12px;
	-webkit-border-bottom-right-radius: 37px;
	-moz-border-radius: 12px;
	-moz-border-radius-bottomright: 37px;
	border-radius: 12px;
	border-bottom-right-radius: 37px;
}
.product-list .list:hover {
	background: #82c645; /* Old browsers */
	background: -moz-linear-gradient(top,  #82c645 0%, #82c645 57%, #09cc33 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #82c645 0%,#82c645 57%,#09cc33 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #82c645 0%,#82c645 57%,#09cc33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c645', endColorstr='#09cc33',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.product-list .product-img {
    max-height: 211px;
    overflow: hidden;
	border: 1px solid #eef5ff;
	-webkit-border-radius: 12px;
	-webkit-border-bottom-right-radius: 37px;
	-moz-border-radius: 12px;
	-moz-border-radius-bottomright: 37px;
	border-radius: 12px;
	border-bottom-right-radius: 37px;
}
.product-list .product-img img {
	-webkit-transition: all 0.6s ease-in-out;                  
	-moz-transition: all 0.6s ease-in-out;                 
	-o-transition: all 0.6s ease-in-out;   
	-ms-transition: all 0.6s ease-in-out;          
	transition: all 0.6s ease-in-out;
	-ms-transform: scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari 3-8 */
	transform: scale(1); 
}
.product-list .product-img:hover img {
	-ms-transform: scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari 3-8 */
	transform: scale(1.1); 
}
.product-list .product-name {
	font-size: 16px;
	color: #3E3E4E;
	font-weight: 500;
	padding: 10px 20px;
	line-height: 1.3;
	transition: all 0.3s ease-in-out;
	margin: 0 !important;
}
.product-list .list:hover .product-name {
	color: #fff;
}
.product-nav {
	margin-bottom: 3%;
}
.product-nav .nav-item {
    display: flex;
    justify-content: center;
	align-items: center;
}
.product-nav .nav-item a {
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9C9CB5;
    padding: 15px 20px;
    box-shadow: 0 15px 32px 2px rgb(11 11 51 / 7%);
    border-radius: 10px;
	margin: 0 15px;
	height: 71px;
    display: flex;
    align-items: center;
}
.product-nav .nav-item a:hover {
	color: #09CC33;
	box-shadow: 0 15px 32px 2px rgb(11 11 51 / 9%);
}
.product-nav .nav-item a span {
    color: #09CC33;
}
.product-nav .nav-item a img {
	width: 35px;
	margin-right: 15px;
}
.product-nav .nav-item a:hover,
.product-nav .nav-item a.active {
	color: #fff;
	background: #82c645; /* Old browsers */
	background: -moz-linear-gradient(top,  #82c645 0%, #82c645 57%, #09cc33 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #82c645 0%,#82c645 57%,#09cc33 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #82c645 0%,#82c645 57%,#09cc33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c645', endColorstr='#09cc33',GradientType=0 ); /* IE6-9 */
}
.product-nav .nav-item a:hover span,
.product-nav .nav-item a.active span {
	color: #fff;
}



/* Product Details */
.product-details .swiper-slide {
	overflow: hidden;
	-webkit-border-radius: 12px;
	-webkit-border-bottom-right-radius: 36px;
	-moz-border-radius: 12px;
	-moz-border-radius-bottomright: 36px;
	border-radius: 12px;
	border-bottom-right-radius: 36px;
}
/* .product-details .details-thumbs .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
} */
.product-details .details-thumbs img {
	width: 100%;
	margin: 25px 0 0;
	cursor: pointer;
}
.product-details .details-thumbs .swiper-slide {
	overflow: hidden;
	-webkit-border-radius: 12px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius: 12px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 12px;
	border-bottom-right-radius: 25px;
}
.product-details .swiper-button-next:after, .product-details .swiper-button-prev:after {
    font-size: 24px;
	margin-top: 14px;
	color: #9C9CB5;
}
.product-details .details-thumbs {
	padding: 0 30px;
}
.product-details .swiper-button-prev {
    left: -3px;
}
.product-details .swiper-button-next {
	right: -3px;
}
.back-btn {
	font-size: 16px;
	font-weight: 500;
	color: #9C9CB5;
}
.back-btn a {
	color: #09CC33;
}
.back-btn img {
	width: 15px;
    margin-right: 10px;
}
.product-name {
	font-size: 22px;
	font-weight: 500;
	margin: 10px 0 25px;
}
.btn-gradient {
	text-transform: uppercase;
	padding: 10px 20px;
	display: inline-block;
	-webkit-border-radius: 8px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 8px;
	-moz-border-radius-bottomright: 10px;
	border-radius: 8px;
	border-bottom-right-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background: #82c645; /* Old browsers */
	background: -moz-linear-gradient(top,  #82c645 0%, #82c645 57%, #09cc33 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #82c645 0%,#82c645 57%,#09cc33 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #82c645 0%,#82c645 57%,#09cc33 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c645', endColorstr='#09cc33',GradientType=0 ); /* IE6-9 */
}
.btn-gradient:hover {
	color: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.btn-gradient img {
	display: inline-block;
	width: 22px;
	margin: 0 10px 0 0;
}
.tab-details {
	margin: 3% 0 0;
}
.nav-tabs .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #9C9CB5;
	padding-left: 0;
	padding-right: 0;
    border: 0;
	font-size: 16px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #03b9f4;
	background-color: transparent;
}
.nav-tabs .nav-item {
    padding-right: 40px;
}
.tab-content {
    padding: 20px 0 0;
}
.tab-content p {
	font-size: 16px;
}
.tab-content .intro p,
.tab-content ul li {
	display: flex;
    position: relative;
    padding-left: 5px;
    margin-bottom: 15px;
}
.tab-content .intro p:before,
.tab-content ul li:before {
	content: '';
    border: 4px solid transparent;
    border-right: 6px solid #3E3E4E;
    height: 3px;
    position: relative;
    top: 11px;
    left: -10px;
}
.tab-content .intro p:before {
    top: 8px;
}
.product-details .right-sec {
	padding-left: 2%;
}
.btn-group a {
	height: 51px;
	border-radius: 5px;
	font-size: 16px;
	color: #9C9CB5;
	display: flex;
	align-items: center;
}
.btn-group .btn-border {
	border: 1px solid #9C9CB5;
	display: flex;
	padding: 0 20px;
	margin-right: 20px;
}
.btn-group .btn-border:hover {
	border: 1px solid #09CC33;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.btn-group a img {
	width: 51px;
}
.btn-group .btn-border img {
	width: 17px;
    margin-right: 10px;
}
.btn-group a:hover img {
	opacity: 0.7;
}
.under-construction {
	height: 80vh;
}


/* Terms-And-Conditions */
.terms-and-conditions h3,
.terms-and-conditions h2 {
	font-size: 22px;
}
.terms-and-conditions li,
.terms-and-conditions p {
	font-size: 15px;
}
.terms-and-conditions a {
	color: #3E3E4E;
}
.terms-and-conditions b, .terms-and-conditions strong {
    font-weight: 600;
}
.terms-and-conditions .round-art-7 {
	display: none;
}





























