@font-face {
    font-family: "Proxima Nova Regular";
    src:url("../fonts/Lato/Lato-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Regular";
    src:url("../fonts/Lato/Lato-Black.ttf");
    font-weight: bold;
    font-style: normal;
}


/* 
@font-face {
    font-family: "Proxima Nova Regular";
    src:url("../fonts/Proxima Nova Regular Italic.otf");
    font-weight: normal;
    font-style: italic;
}


@font-face {
    font-family: "Proxima Nova Regular";
    src:url("../fonts/Proxima Nova Regular light.otf");
    font-weight: lighter;
    font-style: normal;
}


@font-face {
    font-family: "Proxima Nova Regular";
    src:url("../fonts/Proxima Nova light Italic.otf");
    font-weight: lighter;
    font-style: italic;
}


@font-face {
    font-family: "Proxima Nova Regular";
    src:url("../fonts/Proxima Nova Bold Italic.otf");
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: "Proxima Nova Regular";
    src:url("../fonts/Proxima Nova Semibold.otf");
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova Regular";
    src:url("../fonts/Proxima Nova Semibold Italic.otf");
    font-weight: bolder;
    font-style: italic;
}
 */


body {
    font-family: "Proxima Nova Regular";
    font-weight: normal;
    font-style: normal;
}
.navbar {
    z-index: 1000;
    /* margin-top: 46px; */
}

.navbar.fixed-top{
    margin-top: 0px;
}

.img-responsive {
    width: 100%;
}

.navbar-transparent {
    background-color: transparent;
}

.navbar-brand img {
    width: 160px;
}

.navbar-brand {
	margin-left: -50px;
}
.navbar .nav-link {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    padding-left: unset !important;
}

.navbar .container{
	max-width: 85%;
}

.nav-link-sticky {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding-right: .5rem;
    padding-left: unset !important;
    display: block;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar .nav-item {
    padding: 0 5px;
}

.btn-dark {
    background: #252525;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.carousel{
	/* top: 110px; */
}

.intro-text {
    position: absolute;
    top:30%;
	text-align: right;
	width: 90%;
}

.title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.subtitle {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    line-height: 1.3em;
}

.description {
	text-shadow: 0 1px 0 black;
}

.btn {
    margin-top:15px;
}

.sub-title label{
	width: 45%;
    display:inline-block;
    vertical-align:top;
}

#our-services {
    padding: 80px 0px;
}

#our-services .content{
    padding: 0px 20px;
}

#our-services .title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}

#our-services .description{
    font-size: 16px;
    color: #5f5f5f;
    text-align: justify;
}

#product {
    padding: 65px 0px 0px;
    background: #f0f0f0;
}

section .title {
    font-size: 40px;
    font-weight: bold;
}

section .description {
    font-size: 22px;
    max-width: 700px;
    margin:auto;
    color: #5f5f5f;
}

#our-availability {
    padding: 68px 0 60px;
}

#our-availability .item {
    padding: 30px 0;
}

#our-availability .item label {
    font-size: 20px;
    font-weight: bold;
    margin-top:20px;
}

#our-availability .item img{
    display: block;
    margin:auto;
}

footer {
    background-color: #f0f0f0;
    padding: 50px;
}

footer label{
    font-weight: bold;
}

footer p, footer address {
    font-size: 14px;
    color:#5f5f5f;
}

footer img.logo {
    height: 70px;
    
}

.mt-10 {
    margin-top:10px;
}

.mt-20 {
    margin-top: 20px;
}

.bg-green {
    background-color: #3b9e67 !important;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.bg-grey {
    background-color: #868c89d4  !important;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

section.content{
    margin-top: 85px;
}

.imgContent{
	margin-top: 10px !important;
}


section.content .sub-title{
    background-color: #f0f0f0;
    padding: 15px;
    margin-bottom: 20px;
}
section.content .sub-title img{
    margin-top: -20px;
}

section.content .sub-title label{
    margin-left: 20px;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
	font-weight: bold;
	vertical-align: middle;
}
.jumbotron {
    background-color: #e6e6e6 !important;
}
@media (max-width: 575.98px) { 

}

@media only screen and (max-width: 767.98px) {
    /* .navbar {
        margin-top: 0px;
    } */
    .navbar-collapse.justify-content-end.collapse.show, .navbar-collapse.justify-content-end.collapsing {
        margin-right: -15px;
        margin-left: -15px;
    }
    
	.navbar-toggler {
		background-color: unset !important;
	}

    .navbar {
        margin-top: -1px;
    }
    .navbar-collapse.justify-content-end {
        /* margin-top: 10px; */
        /* background-color:rgba(0, 0, 0, 0.4);  */
    }

	.nav-link-sticky {
		padding: .5rem 1rem;
	}

	.navbar-brand {
		margin-left: unset !important;
	}
    
    .navbar .navbar-nav .nav-item {
        -webkit-animation-name: growIn;
        animation-name: growIn;
    }

    .navbar .navbar-nav .nav-item:hover{
        background-color: #58b68441;
    }

	.navbar .nav-item {
		padding: 0 12px !important;
	}
}

@media only screen and (max-width: 889.98px) {

}

@media only screen and (max-width: 1082.99px) {
	.jumbotron {
		padding: 0rem 0rem 0rem 0rem;
	}
	
	.intro-text {
		top: 20% !important;
	}
	
	#our-services{
		padding: unset !important;
	}
	
	.intro-text{
		top:unset;
		position: relative !important;
		padding: 10px;
		text-align: center !important;
		width: 100% !important;
		background-color: #e6e6e6 !important;
		font-size: 15px !important;
	}
	.description {
		text-shadow: 0 0px 0 black;
	}
	
	.container {
		height: unset;
		max-width: 100%;
	}
}

@media only screen and (max-width: 986.98px) {
	/* .intro-text { */
		/* font-size: 12px !important; */
	/* } */
	
	/* .navbar-expand-md .navbar-nav .nav-link{ */
		/* font-size: 12px !important; */
	/* } */
}


@media only screen and (max-width: 991.98px) {
	.navbar .nav-item {
		/* padding: unset; */
	}
	/* .navbar .nav-link { */
		/* padding-right: unset !important; */
		/* padding-left: unset !important; */
		/* font-weight: unset !important; */
	/* } */

	/* .navbar .nav-link-sticky { */
		/* padding-right: unset !important; */
		/* padding-left: unset !important; */
		/* font-weight: unset !important; */
	/* } */
}

@media (min-width: 500px) 
{  
	.container {
		/* max-width: 95%; */
	}
}