@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	color: #000000;
	background: #ffffff;
}

p {
	line-height: 30px;
	color: #000000;
}

ul {
	list-style: none;
	margin: auto;
	padding: 0;
	line-height: 30px;
}

img {
	max-width: 100%
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #022f5d;
	outline: none;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}

a:active,
a:hover {
	outline: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #000000;
	margin-bottom: 1.2rem;
}

h1 {
	font-size: 65px;
	line-height: 85px;
}

h2 {
	font-size: 45px;
	line-height: 60px;
}

h3 {
	font-size: 38px;
}

h4 {
	font-size: 30px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

.container {
	max-width: 1440px;
}

.btn {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	padding: 0.75rem 1.5rem;
}

.btn i {
	margin-left: 0.5rem;
}

.btn-primary {
	color: #fff;
	background-color: #192d35;
	border-color: #192d35;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #04a379;
	border-color: #04a379;
}

.btn-primary:hover,
.btn-light:hover {
	color: #fff;
	background-color: #04a379;
	border-color: #04a379;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: none;
	color: #ffffff;
	background: #04a379;
}

.floating-button-div{
	position: fixed;
	top: 50% !important;
	right: 20px;
	z-index:99;
	padding-top: 10px;
    background: rgb(145, 249, 249);
    width: 80px;
    border-radius: 60px;
    height: 80px;	
  }
  .floating-button-div-w {
	position: fixed;
	top: 70%;
	right: 20px;
	z-index:99;
	padding-top: 10px;
    background: #11812f;
    font-size: 40px;
    width: 80px;
    border-radius: 60px;
    height: 80px;		
  }  

  .floating-button-div a, .floating-button-div a:hover, .floating-button-div-w a, .floating-button-div-w a:hover {
    font-size: 40px;
}
/* header {
	background: #ffffff;
	transition: all 1s linear;
	-webkit-transition: all 1s linear;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 777777;
}

.top--info--header {
	background: #192d35;
	color: #ffffff;
	padding: 0;
}

.sticky--header .top--info--header {
	display: none;
}

.navbar-brand img {
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
}

.sticky--header .navbar-brand img {
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	max-width: 70%;
}

.sticky--header {
	box-shadow: 0 5px 20px -5px rgba(0, 0, 0, .1);
}

.navbar {
	padding-right: 0;
	padding-left: 0;
}

.navbar-expand-lg .navbar-nav {
	align-items: center;
}

.navbar-light .navbar-nav .nav-item {
	margin-right: 3rem;
}

.navbar-light .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #022f5d;
	font-size: 17px;
	font-weight: 600;
	padding: 0;
	padding-bottom: 0.1rem;
	padding-right: 0;
	margin-right: 0;
	border-bottom: 3px solid transparent;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #192d35;
	border-bottom: 3px solid #192d35;
} */

/*-=-=--==-=Header Css Ends-=-=-=-=*/

.od--main--nav {
    background: rgba(25, 45, 53, 1) 100%;
    padding-top: 25px;
    padding-bottom: 0px;
    position: fixed;
    z-index: 99;
    width: 100%;
	border-bottom: 1px solid #5f5d5d;	
}

.od--main--nav h6{
	font-size: 16px;
    color: #FFF;
    font-weight: 500;
    margin-bottom: 20px;
}
.od--main--nav h6 a, a:hover{
	font-size: 16px;
    color:#17a2b8;
    font-weight: 500;
    margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.od--main--banner {
	background: rgb(4, 163, 121);
	background: -moz-linear-gradient(0deg, rgba(4, 163, 121, 1) 0%, rgba(25, 45, 53, 1) 50%, rgba(25, 45, 53, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(4, 163, 121, 1) 0%, rgba(25, 45, 53, 1) 50%, rgba(25, 45, 53, 1) 100%);
	background: linear-gradient(0deg, rgba(4, 163, 121, 1) 0%, rgba(25, 45, 53, 1) 50%, rgba(25, 45, 53, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04a379", endColorstr="#192d35", GradientType=1);
	padding: 5rem 0 25rem;
	clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.od--main--banner h1 {
	color: #ffffff;
}

.od--main--banner p {
	color: #ffffff;
	font-size: 30px;
	margin: 2rem 0 2rem;
}

.od--main--banner .btn-primary {
	padding: 1.1875rem 2.25rem;
	background: #04a379;
}

.od--intro {
	margin-top: -20rem;
	padding-bottom: 5rem;
}

.od--intro .od--image {
	max-width: 80%;
	width: 100%;
	margin: auto auto 3rem;
	background: #ffffff;
	border-radius: 50px;
	-webkit-border-radius: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 0rem;
}

.od--intro .od--image video {
	width: 100%;
	height: 100%;
}

.od--intro .od--image img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
}

.od--why--choose {
	padding: 6rem 0;
	background: #faf4eb70;
}

.od--why--choose .od--image--box {
	background: #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 1rem;
}

.od--why--choose .od--image--box img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
ul.nav-menu {
	display: flex;
}
ul.nav-menu li {
    width: 250px;
    text-align: center;
    border: 0px solid;
}
.call-menu{
	font-weight: bold;
	color: #04a379;
}
h4.od--sub--title {
	color: #04a379;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 1rem;
	position: relative;
	padding-bottom: 0.8rem;
}

h4.od--sub--title::after {
	background-image: url('../img/wave.svg');
	background-repeat: repeat-x;
	content: "";
	width: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	background-position: 0 100%;
	background-size: auto 4px;
	height: 8px;
	animation: shift 1.4s linear infinite;
	animation-play-state: running;
}


@keyframes shift {
	0% {
		background-position: -20px 0px;
	}

	100% {
		background-position: 0px 0px;
	}
}

@-webkit-keyframes shift {
	0% {
		background-position: -20px 0px;
	}

	100% {
		background-position: 0px 0px;
	}
}

.od--why--choose ul {
	margin: 1rem 0 2rem;
}

.od--why--choose ul li {
	margin-bottom: 1rem;
	display: flex;
	column-gap: 10px;
}

.od--why--choose ul li i {
	background: #04a379;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	color: transparent;
	margin-top: 0.6rem;
}

.od--services {
	padding: 6rem 0;
	background: #022f5d05;
}

.od--services h4.od--sub--title::after, .od--testimonials h4.od--sub--title::after, .od--industry h4.od--sub--title::after {
	left: 0;
	right: 0;
	margin: auto;
}

.od--services .card {
	border: 1px solid #04a37920;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background: #ffffff;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	padding: 2.5rem 1.5rem 2.5rem;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.od--services .card:hover {
	box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
	-webkit-box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}

.od--services .card-body {
	padding: 0;
	padding-top: 1.5rem;
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.od--services .card .card-img-top {
    width: 100px;
    height: 100px;
    margin: auto;
    border: 1px solid #04a379;
    padding: 1rem;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}

.od--services .card .card-img-top svg {
	fill: #04a379;
}

.od--services .card-title {
	font-size: 18px;
}

.od--services .card-body .od-btn--learn {
	text-transform: uppercase;
	color: #04a379;
	font-weight: 600;
	border-bottom: 2px solid;
	margin-top: auto;
}

.od--services .card-body .od-btn--learn:hover, .od--services .card:hover .od-btn--learn {
	color: #022f5d;
}

.od--testimonials {
	padding: 6rem 0;
	background: url('../img/testimonial-bg.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.od--testimonials .slick-track {
	padding: 2rem 0;
}

.od--testimonials .od--review--slider .slick-slide {
	background: #ffffff;
	padding: 2rem;
	margin: 0 0.5rem;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	border-radius: 20px;
	-webkit-border-radius: 20px;
}

.od--testimonials .od--review--slider .slick-center {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.od--testimonials .od--review--slider .slick-slide p {
	font-size: 18px;
	font-style: italic;
	line-height: 35px;
}

.od--testimonials .od--review--slider .slick-slide p strong {
	color: #04a379;
	display: block;
}

.od--testimonials .slick-dots li {
    margin: 0 3px;
}

.od--testimonials .slick-dots li button {
	background: #04a37930;
	border-radius: 100px;
	width: 12px;
	height: 12px;
}

.od--testimonials .slick-dots li.slick-active button {
	background: #04a379;
	width: 15px;
	height: 15px;
}
 
.od--testimonials .slick-dots li button:before {
	display: none;
}

.od--industry ul {
	display: flex;
	flex-flow: row wrap;
	column-gap: 20px;
	justify-content: center;
	margin: 2rem 0 0;
}

.od--industry ul li {
	display: block;
	flex: 1 1 100%;
	max-width: calc(20% - 20px);
	font-weight: 600;
	margin-bottom: 2rem;
	background: #ffffff;
	border-radius: 10px;
	padding: 2rem;
	line-height: 25px;
	border: 1px solid #04a37930;
	font-size: 16px;
}

.od--why--choose ul li span {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 1rem;
    background: #04a379;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.od--why--choose ul li span svg {
	fill: #ffffff;
	width: 50px;
	height: 50px;
}

.od--team .card {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 2rem;
}

.od--team .card .card-img-top {
    width: 330px;
	height: 330px;
    margin: auto;
    border: 0;
    padding: 0;
	object-fit: cover;
	border: 5px solid #04a379;
    border-radius: 500px;
    -webkit-border-radius: 500px;
}

.od--team .card-title {
	font-size: 20px;
	margin: 0;
}

.od--team .card p {
	color: #777777;
	font-size: 14px;
}

.od--team .card ul {
	display: flex;
	align-items: center;
	column-gap: 10px;
	justify-content: center;
}

.od--team .card ul li a {
	background: #04a379;
	color: #ffffff;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	width: 50px;
	height: 50px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.od--team .card ul li a:hover {
	background: #022f5d;
	color: #ffffff;
}

.od--contact--main {
	background: #faf4eb70;
}

.od--contact {
    background: #022f5d;
    padding: 0;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.od--contact form {
	background: #ffffff;
	padding: 4rem;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
}

.od--contact form .form-control, select.form-control:not([size]):not([multiple]) {
	height: 50px;
}

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

.od--contact form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #022f5d;
    outline: 0;
    box-shadow: none;
}

.od--contact .od--contact--info {
	padding: 3rem;
	color: #ffffff;
}

.od--contact .od--contact--info ul li {
	display: flex;
	column-gap: 15px;
	line-height: 22px;
}

.od--contact .od--contact--info ul li+li {
	margin-top: 1rem;
}

.od--contact .od--contact--info ul li strong small {
	display: block;
	font-size: 100%;
}

.od--contact .od--contact--info ul li span {
	background: #ffffff;
	color: #04a379;
	display: inline-block;
	font-size: 20px;
	width: 45px;
	min-width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	-webkit-border-radius: 100px
}

.od--contact .od--contact--info h3 {
	color: #ffffff;
}

.od--contact .od--social--links {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.od--contact .od--social--links li a {
	color: #ffffff;
	background: #04a379;
	display: inline-block;
	font-size: 20px;
	width: 45px;
	min-width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	border-radius: 100px;
	-webkit-border-radius: 100px
}

.od--contact .od--social--links li a:hover {
	opacity: 0.7;
}

.od--contact .od--contact--info .od--social--links li+li {
	margin-top: 0;
}

footer {
	background: #04a379;
	color: #ffffff;
}

footer p {
	color: #ffffff;
}

/*-=-=-=-=
Inner Page css-=-==
-=-=-=-=-*/

.od--page--banner {
	background: rgb(4, 163, 121);
	background: -moz-linear-gradient(0deg, rgba(4, 163, 121, 1) 0%, rgba(25, 45, 53, 1) 50%, rgba(25, 45, 53, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(4, 163, 121, 1) 0%, rgba(25, 45, 53, 1) 50%, rgba(25, 45, 53, 1) 100%);
	background: linear-gradient(0deg, rgba(4, 163, 121, 1) 0%, rgba(25, 45, 53, 1) 50%, rgba(25, 45, 53, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04a379", endColorstr="#192d35", GradientType=1);
	padding: 8rem 0 10rem;
}

.od--page--banner h1 {
	color: #ffffff;
	font-size: 60px;
}

.od--inner--intro {
	margin-top: -11rem;
}

.od--inner--services {
	padding: 5rem 0;
}

.od--inner--services:nth-child(odd) {
	background: #faf4eb70;
}

.od--inner--services .od--image--box {
	width: fit-content;
	margin: auto;
    background: #ffffff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1rem;
}

.od--inner--services .card {
    border: 1px solid #04a37920;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #ffffff;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    padding: 1.5rem 1.5rem 2.5rem;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.od--inner--services .card .card-img-top {
    width: 100%;
    height: 330px;
    margin: auto auto 1rem;
    border: 1px solid #eeeeee;
    padding: 0;
    object-fit: cover;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
}

.od--inner--services .card .card-body {
    padding: 0;
    padding-top: 1.5rem;
    display: flex;
    flex-flow: column wrap;
    align-items: flex-start;
}

.od--inner--services .card .btn-primary {
    margin-top: auto;
	font-size: 16px;
}

.od--conclusion {
	padding: 0 0 5rem;
}

.od--conclusion blockquote {
	border: 1px solid #04a37930;
    background: #ffffff;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    padding: 5rem;
	max-width: 75%;
	width: 100%;
	margin: auto;
}

.od--conclusion blockquote p {
	margin: 0;
}
.nav-menus-wrapper ul.nav-menu li{
	text-align:right;
	padding: 0 10px;
	width: 100%;
}


.submenu-indicator {
	margin-left: 6px;
	margin-top: 6.5px;
	float: right;
	transition: all 0.3s;
}

.submenu-indicator-chevron {
	height: 6px;
	width: 6px;
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent var(--bs-nav-color) var(--bs-nav-color) transparent;
	transform: rotate(45deg);
	transition: border 0.3s;
  }
  .mobonly{ display:none;}

  .navigation-portrait .nav-menus-wrapper {
	width: 60%;
  }

.mobile_nav, .setalignment{display: none;}
.mobile_nav ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.mobile_nav ul li {
    list-style: none;
    margin-left: 0rem;
    display: inline-flex;
}
a.nav-brand img{
	width: auto;
	height: 50px;
}
.navigation-portrait .mobile_nav ul li a {
    padding: 0.8rem 1.3rem;
}
.navigation-portrait .nav-toggle {
    display: block;
}
.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    /* right: 0px; */
    cursor: pointer;
    margin-left: 20px;
}
.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #82c7af;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #37af86, 0 1em 0 0 #82c7af;
}
/*-=-=-=-=-==
Media Css-==-
-=-=-=-=-=*/

@media screen and (max-width:1199px) {
	h1, .od--page--banner h1 {
		font-size: 40px;
		line-height: 65px;
	}

	.od--why--choose .od--image--box {
		margin-bottom: 2rem;
	}

	h2 {
		font-size: 38px;
		line-height: 50px;
	}

	.od--industry ul li {
		max-width: calc(25% - 20px);
		padding: 1rem;
		line-height: 20px;
		font-size: 15px;
	}

	.od--team .card {
		box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
		-webkit-box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
	}
}

@media screen and (max-width:575px) {
	.mobonly{ display: block;}
	.header {
		position: relative;
		padding: 0;
		position: fixed;
		z-index: 999;
		background: #FFF;
		width: 100%;	
	}	
	.nav-menu {
        flex-direction: column;
    }
	.nav-menus-wrapper ul.nav-menu li{
		text-align:left;
		padding: 5px 15px;
		width: 100%;
	}	
	.navigation-portrait .nav-menus-wrapper {
		background-color: #FFF;
		z-index: 20000;
		width: 100%;
		overflow-y: auto;
		transition-duration: 0.8s;
		transition-timing-function: ease;
	}
	.navigation-portrait .nav-menus-wrapper {
		display: none;
	}	
	a.nav-brand img{
		width: auto;
		height: 36px;
	}
	.navigation-portrait {
        height: auto;
        padding: 10px 0px;
    }
	.navigation {
        justify-content: space-between;
		height: 50px;
    }
	.navigation, .navigation * {
		box-sizing: border-box;
	}
	.nav-header {
        display: flex;
        align-items: center;
        float: left;
        width: 100%;
    }	
    .setalignment {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-grow: 1;
    }
    .navigation-portrait .mobile_nav {
        margin-right: 0px;
    }		
	.floating-button-div{
		background: rgb(145, 249, 249);
		width: 60px;
		border-radius: 60px;
		right: 5px;
		height: 60px;
	}
	.floating-button-div a,.floating-button-div a:hover,.floating-button-div-w a,.floating-button-div-w a:hover{
		font-size:30px;
	}	
	.floating-button-div-w {
		position: fixed;
		top: 70%;
		right: 5px;
		z-index:99;
		padding-top: 0px;
		background: #11812f;
		font-size: 40px;
		width: 60px;
		border-radius: 60px;
		height: 60px;		
	  }  
	h1, .od--page--banner h1 {
		font-size: 30px;
		line-height: 45px;
	}

	.od--main--banner p {
		font-size: 24px;
	}

	.od--intro, .od--inner--intro {
		margin-top: 0;
		padding-bottom: 5rem;
		padding-top: 5rem;
	}

	.od--page--banner {
		padding: 4rem 0;
	}

	.od--intro .od--image {
		max-width: 100%;
	}

	.od--main--banner {
		padding: 10rem 0 6rem;
	}
	
	h2 {
		font-size: 25px;
		line-height: 35px;
	}

	.od--industry ul li {
		max-width: calc(50% - 20px);
	}

	.od--contact form {
		background: #ffffff;
		padding: 2rem;
		border-radius: 0.5rem;
		-webkit-border-radius: 0.5rem;
	}

	.od--team .card .card-img-top {
		width: 270px;
		height: 270px;
	}

	.od--contact .od--contact--info {
		padding: 2rem;
		color: #ffffff;
	}
}

@media screen and (max-width:360px) {
	.btn {
		font-size: 16px;
		padding: 0.75rem 1rem;
	}

	.od--industry ul li {
		max-width: calc(90% - 20px);
	}

	.od--industry ul li:last-child {
		margin-bottom: 0;
	}
}