/* Rohdiamant CSS Stylesheet */
/* Body */
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
html {
	scroll-behavior: smooth;
}

/* Margins */
/* top */
.m-t-5 {
	margin-top: 5px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-25 {
	margin-top: 25px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-t-70 {
	margin-top: 50px;
}
.m-t-200 {
	margin-top: 200px;
}
/* roght */
.m-r-5 {
	margin-right: 5px;
}
.m-r-7 {
	margin-right: 7px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-r-15 {
	margin-right: 15px;
}
.m-r-20 {
	margin-right: 20px;
}
.m-r-25 {
	margin-right: 25px;
}
.m-r-30 {
	margin-right: 30px;
}
/* bottom */
.m-b-5 {
	margin-bottom: 5px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-25 {
	margin-bottom: 25px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-190 {
	margin-bottom: 190px;
}
/* left */
.m-l-5 {
	margin-left: 5px;
}
.m-l-10 {
	margin-left: 10px;
}
.m-l-15 {
	margin-left: 15px;
}
.m-l-20 {
	margin-left: 20px;
}
.m-l-25 {
	margin-left: 25px;
}
.m-l-30 {
	margin-left: 30px;
}
/* Paddings */
/* top */
.p-t-5 {
	padding-top: 5px;
}
.p-t-10 {
	padding-top: 10px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-t-25 {
	padding-top: 25px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-t-50 {
	padding-top: 50px;
}
/* right */
.p-r-5 {
	padding-right: 5px;
}
.p-r-10 {
	padding-right: 10px;
}
.p-r-15 {
	padding-right: 15px;
}
.p-r-20 {
	padding-right: 20px;
}
.p-r-25 {
	padding-right: 25px;
}
.p-r-30 {
	padding-right: 30px;
}
/* bottom */
.p-b-5 {
	padding-bottom: 5px;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-b-15 {
	padding-bottom: 15px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-b-25 {
	padding-bottom: 25px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.p-b-35 {
	padding-bottom: 35px;
}
.p-b-50 {
	padding-bottom: 50px;
}
.p-b-100 {
	padding-bottom: 100px;
}
/* left */
.p-l-5 {
	padding-left: 5px;
}
.p-l-10 {
	padding-left: 10px;
}
.p-l-15 {
	padding-left: 15px;
}
.p-l-20 {
	padding-left: 20px;
}
.p-l-25 {
	padding-left: 25px;
}
.p-l-30 {
	padding-left: 30px;
}

/* Floats */
.float-right {
	float: right;
}

/* Navbar Section */
#main-nav {
	background-color: #fff;
	min-height: 80px;
	border-bottom: 1px solid #0076BF;
}
#main-nav a {
	font-weight: bold;
	color: #0076BF;
}
.nav-item {
	border: .1rem solid transparent;
	padding: 2px 10px;
}
.nav-item:hover {
	border: .1rem solid #0076BF;
}
#main-logo {
	width: 250px;
	height: auto;
}
#sub-nav {
	background-color: #0076BF;
	height: 3rem;
}
.sub-nav-box {
	width: 50px;
	height: 3rem;
	background-color: #fff;
	text-align: center;
	float: left;
}
.sub-nav-box .social-media-icons {
	margin-top: 20px;
	text-decoration: none;
	font-style: none;
	color: #0076BF;
	font-size: 1.8rem;	
}
.social-media-icons:hover {
	color: #0367a5;
}
.sub-nav-contact-info {
	float: right;
	font-size: .9rem;	
}
.sub-nav-contact-info a, span {
	margin-top: 15px;
	color: #f1f1f1;
	text-decoration: none;
	font-style: none;
}
.info-icons {
	margin-left: 20px;
	color: #f1f1f1;
	font-size: 1rem;
}
/* Hamburger Menu */
#hamburger-btn {
	width: 30px;	
	border-radius: 0;
	border: none;
	margin-right: 25px;
}
#hamburger-one, #hamburger-two, #hamburger-three {
	background-color: #0076BF;
	padding: 2px 15px;
	position: relative;
	float: left;
	margin: 2px 0;
}

/* Slider - Carousel */
.carousel-caption {
	top: 35%;
	text-align: left;
}
.carousel-caption div {
	font-size: 3.2rem;
	font-weight: bold;
}
.carousel-caption p {
	font-size: 1.2rem;
	color: #e8e8e8;
}
.rohdiamant-btn-dark {
	padding: 15px 30px;
	border: 2px solid #0f202b;
	color: #0f202b;
	border-radius: 0;
	font-weight: bold;
	background-color: transparent;
}
.rohdiamant-btn-light {
	padding: 10px 30px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 0;
	font-weight: bold;
	background-color: transparent;
}
.rohdiamant-btn-light:hover {
	background-color: #fff;
	color: #0076BF;
	text-decoration: none;
}
.blue-divider {
	height: 4px;
	width: 20%;
	background-color: #0076BF;
	margin-bottom: 30px;
}
.carousel-indicators li {
	background-color: #0076BF;
	padding: 5px;
}
/* Section Heading */
.section-heading {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #0f202b;
}
.section-heading p {
	font-size: 1rem;
	font-weight: normal;
}
.section-heading-divider {
	height: 3px;
	width: 100px;
	background-color: #0076BF;
	margin-left: auto;
	margin-right: auto;
}
.section-heading-divider-white {
	height: 3px;
	width: 100px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.section-heading-light {
	text-align: center;
	font-size: 2.1rem;
	font-weight: bold;
	color: #fff;
}
.section-heading-light p {
	font-size: 1rem;
	font-weight: normal;
}
.section-heading-divider-light {
	height: 3px;
	width: 100px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
}
.text-blue {
	color: #0076BF;
}
.text-dark-blue {
	color: #071016;
}

/* About Section */
#about {
	background-color: #fff;
}
.underline-decoration {
	height: 3px;
	width: 100px;
	background-color: #0076BF;
	margin-bottom: 10px;
}
.icon-light-blue {
	color: #0076BF;
}

/* Services section */
#services {
	background-color: #0f202b;
	margin-bottom: 0;
}
.service-box {
	background-color: rgba(0, 121, 196, 0.7);
	padding: 50px;
	text-align: center;
}
.service-box:hover {
	background-color: rgba(14, 44, 63, 0.7);
}
.service-box-text {
	background-color: #fff;
	padding: 15px 20px 40px 15px;
}
.service-box-text i {
	float: right;
	color: #ccc;
	font-size: 1.8rem;
}
.service-box-text i:hover {
	color: #0076BF;
}
.service-box-text .services-title {
	float: left;
	font-size: 1.1rem;
	color: #0076BF;
}
.icon-services {
	width: 110px;
	height: auto;
	fill: #0f202b;
	padding: 5px;
}
.service-button {
	padding: 5px 10px;
	border: 2px solid #0076BF;
	color: #0076BF;
	border-radius: 0;
	font-weight: bold;
	background-color: transparent;
	margin: 0 auto;
}
.services-content {
	background-color: rgba(255, 255, 255, 0.8);
	border-top: 2px solid #0076BF;
	border-bottom: 5px solid #0076BF;
	padding: 50px;
}
.services-content p {
	color: #0f202b;
	font-size: .9rem;
	text-align: justify;
}
.services-content h4 {
	color: #0076BF;
	font-weight: bold;
}
/* Parallax */
.parallax {
	min-height: 500px;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 0;
	margin-bottom: 0;
}
.parallax-section {
	background-image: url("/img/rohdiamant-slide-welcome.png");
}

/* Become a partner */
#become-partner {
	background-color: #f1f1f1;
}
.become-partner-img {
	margin-top: -100px;
}

.become-partner-content img {
	max-width: 150px;
	float: left;
	margin-right: 30px;
}

.become-partner-content {
	padding-top: 80px;
}

.become-partner-content p {
	font-size: 1.1rem;
	color: #0f202b;
}

.become-partner-content strong {
	color: #0076BF;
}

.become-partner-title {
	font-weight: bold;
	font-size: 2.6rem;
	color: #0076BF;
}

/* Partners */
#partners {
	background: url(/img/partners-bg.svg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 70%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Contact */
#contact {
	background: url(/img/contact-bg.svg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 60% 50%;
}

#contact
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	color: #fff;
	background-color: transparent;
}

.form-field {
	width: 100%;
	height: 40px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	-webkit-text-fill-color: #fff;
	padding-left: 10px;
	margin: 20px 0 0 0;
	font-size: .8rem;
}
.form-text {
	width: 100%;
	background-color: transparent;
	border: 1px solid #fff;
	-webkit-text-fill-color: #fff;
	color: #fff;
	padding-left: 10px;
	padding-top: 10px;
	margin: 20px 0 0 0;
	font-size: .8rem;
}
.form-field::placeholder, .form-text::placeholder {
	-webkit-text-fill-color: #fff;
	color: #fff;
}
.send-message-btn, .send-message-btn:focus {
	background-color: #fff;
	color: #0076BF;
	width: 100%;
	border: none;
	padding: 10px;
	margin-top: 20px;
	font-weight: bold;
}
.send-message-btn:hover {
	background-color: #0f202b;
}
.underline-decoration-white {
	height: 3px;
	width: 100px;
	background-color: #fff;
	margin-bottom: 10px;
}
.contact-title {
	color: #fff;
}
.country-heading {
	color: #fff;
}
.country-icon-ger {
	margin-top: -4px;
	width: 20px;
	height: 20px;
}
.country-icon-usa {
	margin-top: -4px;
	width: 19px;
	height: 19px;
}
.phone-info {
	color: #fff;
	margin-top: 10px;
	font-size: .9rem;
	margin-left: 10px;
}
.circle-icon {
	background-color: #0f202b;
	border-radius: 50px;
	padding: 6px 0px 6px 6px;
	font-size: .7rem;
	margin-right: 5px;
}

/* Footer */
#footer {
	background-color: #0f202b;
	margin-top: 0;
	padding: 30px 0px;
	border-top: #0076BF 2px solid;
}
.footer-headings {
	text-align: center;
}
.footer-divider {
	height: 2px;
	width: 40%;
	background-color: #0076BF;
	margin: 20px auto;
}
.footer-logo {
	max-width: 150px;
	margin: 0 auto;
}
.footer-body {
	text-align: center;
	margin: 0 auto;
}
.footer-nav {
	display: inline-flex;
	color: #fff;
	font-size: .8rem;
	padding-left: 15px;
}
.footer-nav li {
	list-style: none;
	float: left;
	padding: 0 20px 0 0;
}
.footer-nav a {
	text-decoration: none;
	color: #fff;
}
/* Subfooter */
#sub-footer {
	background-color: #071016;
	color: #474747;
	font-size: .8rem;
	text-align: center;
	padding: 10px 0 0 0;
}

/* Back to top */
#back-to-top {
	background-color: transparent;
	border: #0076BF solid 2px;
	color: #0076BF;
	padding: 10px 15px;
	position: fixed;
	right: 20px;
	bottom: 15px;
	z-index: 3;
}
#back-to-top:hover {
	background-color: #0076BF;
	color: #fff;
}
/* Media Queries */
/* Phones */
@media (min-width: 320px) and (max-width: 480px) {
	#main-logo {
		max-width: 180px;
		padding-top: 3px;
	}
	#main-nav {
		min-height: 0;		
	}
	#main-nav a {
		color: #fff;
		font-weight: normal;
	}
	#navbarNav {
		margin: 5px -50px -10px -50px;
		background-color: #0367a5;
		border-bottom: 2px solid #fff;		
	}
	.navbar-nav {
		padding: 20px 0 20px 70px;		
	}
	.nav-item , .nav-item:hover{
		border: none;
	}
	.nav-link {
		display: inline-flex;
	}
	.nav-link i {
		margin: 3px 8px 0 0;
	}
	.rohdiamant-btn-light {
		padding: 6px 12px;
	}
	.footer-nav {
		padding-left: 5px;
	}
	.slick-slide img {
		width: 100%;
	}
	.become-partner-content {
		padding-top: 0px;
	}
	.become-partner-title {
		font-size: 1.7rem;
	}
	.carousel-caption-mobile {
		position: absolute;
		top: 200px;
		left: 9%;
		text-align: left;
		color: #e8e8e8;
	}
	.carousel-caption-mobile div {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.carousel-caption-mobile p {
		font-size: 1rem;
		color: #e8e8e8;
	}
	#partners {
		background: linear-gradient(to bottom, #1e4159, #071016);
	}
}

/* Tablets */
@media (min-width : 768px) and (max-width : 991px) {
	#main-logo {
		max-width: 180px;
		padding-top: 3px;
	}
	#main-nav {
		min-height: 0;		
	}
	#main-nav a {
		color: #fff;
		font-weight: normal;
	}
	#navbarNav {
		margin: 5px -50px -10px -50px;
		background-color: #0367a5;
		border-bottom: 2px solid #fff;
	}
	.navbar-nav {
		padding: 20px 0 20px 70px;
	}
	.nav-item , .nav-item:hover{
		border: none;
	}
	.nav-link {
		display: inline-flex;
	}
	.nav-link i {
		margin: 3px 8px 0 0;
	}
	.carousel-caption {
		top: 20%;
	}
	.carousel-caption div {
		font-size: 2rem;
	}
	.carousel-caption p {
		font-size: 1rem;
	}
	.become-partner-content {
		padding-top: 30px;
		padding-bottom: 55px;
	}
}

/* Medium */
@media (min-width : 992px) and (max-width : 1476px) {
	.carousel-caption {
		top: 28%;
	}
	.carousel-caption div {
		font-size: 2.5rem;
	}
	.carousel-caption p {
		font-size: 1.2rem;
	}
}