body {
    background-color: #f2f2f3;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}
body#about header, body#medica header, body#our-services header, body#get-in-touch header, body#features header {
    background-size: cover;
    background-position: center;
}
body#about header #pc-mouse-icon, body#medica header #pc-mouse-icon, body#our-services header #pc-mouse-icon, body#get-in-touch header #pc-mouse-icon, body#features header #pc-mouse-icon {
    display: none;
}
body#about header #hero .d-flex div, body#medica header #hero .d-flex div, body#our-services header #hero .d-flex div, body#get-in-touch header #hero .d-flex div, body#features header #hero .d-flex div {
    width: 33%;
}
body#about header {
    background-image: url(../img/about-bg.jpg);
}
body#our-services header {
    background-image: url(../img/services-bg.jpg);
}
body#medica header {
    background-image: url(../img/medica-bg.jpg);
    background-position: center bottom;
}
body#get-in-touch header {
    background-image: url(../img/get-in-touch.jpg);
    background-position: center top;
}
body#features header {
    background-image: url(../img/features-bg.jpg);
    background-position: center top;
}
body#features header #hero .display-5 {
    color: #a3161f;
    border-bottom-color: #a3161f;
}
body#features #menu dl dt {
    color: #a3161f;
}
body#features #menu dl dt.collapsed {
    color: #777;
}
body#features #menu dd strong {
    color: #a3161f;
}

a {
    color: #939598;
    text-decoration: none;
}
a:hover {
    color: #444;
    text-decoration: none;
}

blockquote {
    padding-top: 40px;
    color: #6d6e71;
    text-align: right;
}
blockquote p {
    font-family: "Caveat", cursive;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: left;
}
blockquote footer {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
}
blockquote footer cite {
    font-style: normal;
}

.bq-bg {
    background-color: #d5d5d5;
    padding-bottom: 40px;
}
.bq-bg blockquote footer {
    display: block;
}

.section-space-top {
    margin-top: 120px;
}

.btn {
    background-color: transparent;
    border: #000 1px solid;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 20px;
    letter-spacing: 2px;
    margin-top: 10px;
}
.btn:hover {
    background-color: black;
    color: #f2f2f3;
}

.text-blue {
    color: #0b4c5e !important;
}

.text-red {
    color: #a3161f !important;
}

.text-grey {
    color: #777 !important;
}

.text-lightGrey {
    color: #ccc !important;
}

.text-darkGrey {
    color: #444 !important;
}

.bg-blue {
    background-color: #0b4c5e !important;
}

.bg-red {
    background-color: #a3161f !important;
}

.bg-grey {
    background-color: #777 !important;
}

.bg-lightGrey {
    background-color: #ccc !important;
}

.bg-lighterGrey {
    background-color: #d5d5d5 !important;
}

.bg-darkGrey {
    background-color: #444 !important;
}

header {
    min-height: 860px;
}
header #logo img {
    margin-bottom: 3px;
}
header nav li {
    margin: 0 10px;
}
header nav li a {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}
header nav li.active a {
    font-weight: 700;
    border-bottom: #fff 1px solid;
}
header nav li.active a.text-red {
    border-bottom: #a3161f 1px solid;
}
header nav li.active a.text-blue {
    border-bottom: #0b4c5e 1px solid;
}
header #hero {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    height: 806px;
}
header #hero .display-5 {
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: #fff 4px solid;
    margin-bottom: 20px;
    color: white;
}
header #hero .container {
    height: 100%;
}
header #hero .d-flex {
    height: 100%;
}
header #hero .d-flex div {
    width: 42%;
    max-width: 600px;
    min-width: 300px;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}
header #hero .d-flex div:last-child {
    text-align: center;
}
header #hero .d-flex div:last-child img {
    margin-left: 40px;
}
header #hero #pc-mouse-icon {
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
}
header #hero #pc-mouse-icon img {
    width: 20px;
}
header.dark {
    color: #aaa;
}
header.dark .toggle-nav svg {
    color: white;
}
header.dark em {
    color: white;
    font-style: normal;
}
header.dark a {
    color: white;
}

.carousel {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 80px;
    margin-bottom: 40px;
    padding-top: 60px;
}
.carousel .carousel-control-prev {
    margin-left: -80px;
    display: flex;
    align-items: center;
}
.carousel .carousel-control-prev .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-image: url(../img/slider-prev.svg);
}
.carousel .carousel-control-next {
    margin-right: -80px;
    display: flex;
    align-items: center;
}
.carousel .carousel-control-next .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-image: url(../img/slider-prev.svg);
    transform: rotate(180deg);
}
.carousel .carousel-indicators {
    margin-top: 60px;
}
.carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 100%;
}

#production {
    padding: 40px 0 25px 0;
}
#production ul li {
    color: white;
    font-size: 15px;
}

body > footer {
    color: #ccc;
    background-color: #444;
    font-size: 18px;
    margin-top: 80px;
}
body > footer .bottom {
    padding: 80px 0;
}
body > footer .social-links {
    text-transform: uppercase;
    margin-top: -12px;
}
body > footer .social-links a {
    text-transform: none;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    padding-left: 15px;
    color: #ccc;
}
body > footer .social-links a span {
    font-size: 30px;
    bottom: -8px;
    display: inline-block;
    position: relative;
}
body > footer .social-links a span.text-red {
    color: #d8202c;
}

div.toggle-nav {
    display: none;
}

.display-3,
.display-4,
.display-5,
h1,
h2,
h3,
h4,
h5,
dt {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.display-3 {
    font-size: 28px;
}

.display-4 {
    font-size: 25px;
}

.display-4 .dark-grey {
    color: #696969;
}

.display-5 {
    font-size: 18px;
    font-weight: 400;
}

strong {
    font-weight: 700 !important;
}
strong.semi {
    font-weight: 600 !important;
}

#hub {
    min-height: 680px;
    display: flex;
    align-items: stretch;
}
#hub section {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a7a9ac;
    display: flex;
    flex-flow: column nowrap;
}
#hub section:first-child {
    align-items: flex-end;
}
#hub section:last-child {
    align-items: flex-start;
}
#hub section > div {
    display: flex;
    flex-direction: column;
    width: 50%;
    width: 500px;
}
#hub section > div .wrap {
    margin-right: 54%;
}
#hub section > div img {
    margin-bottom: 20px;
}
#hub section:last-child > div .wrap {
    margin-left: 50%;
    margin-right: 0;
}
#hub section p {
    min-height: 75%;
}
#hub section em {
    color: white;
    font-style: normal;
}
#hub section img {
    width: 160px;
}
#hub section .btn {
    margin-top: auto;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    max-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hub section .btn svg {
    fill: none;
    width: 8px;
    margin-left: 15px;
    stroke-miterlimit: 10;
    transition: stroke 0.2s ease-in-out;
}
#hub section:first-child {
    background-image: url(../img/abstract-brain.png);
    background-position: center right;
    background-size: 23%;
    background-repeat: no-repeat;
    padding-right: 50px;
}
#hub section:first-child .btn {
    border-color: #a7a9ac;
    color: #a7a9ac;
}
#hub section:first-child .btn svg {
    stroke: #a7a9ac;
}
#hub section:first-child .btn:hover {
    background-color: #a7a9ac;
    color: #0b4c5e;
}
#hub section:first-child .btn:hover svg {
    stroke: #0b4c5e;
}
#hub section:last-child {
    background-image: url(../img/abstract-classic-carmera.png);
    background-position: 0 42%;
    background-size: 26%;
    background-repeat: no-repeat;
    padding-left: 50px;
}
#hub section:last-child p {
    color: black;
}
#hub section:last-child .btn {
    color: #000;
}
#hub section:last-child .btn svg {
    stroke: #000;
}
#hub section:last-child .btn:hover {
    background-color: #000;
    color: #a3161f;
}
#hub section:last-child .btn:hover svg {
    stroke: #a3161f;
}

#menu {
    margin-top: 50px;
    margin-bottom: 120px;
}
#menu .d-flex > div {
    width: 45%;
}
#menu .d-flex > div ul li:first-child {
    border-top-width: 0 !important;
}
#menu dl.accordion,
#menu ul.accordion {
    margin: 0;
    padding: 0;
}
#menu dl.accordion > dt,
#menu dl.accordion > li,
#menu ul.accordion > dt,
#menu ul.accordion > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: #414042 2px solid;
    font-size: 20px;
    font-weight: 700;
    color: #58595b;
    line-height: 22px;
    min-height: 70px;
    margin-top: -2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: backroundColor 0.2s ease-in-out;
    padding-left: 2px;
    letter-spacing: 2px;
}

#menu ul.accordion.no-cursor > li {
    cursor: auto;
}

#menu .hp-header-services{
    font-size: 24px;
    margin-bottom: 25px;
    color: #0b4c5e;
    font-weight: 700;
    letter-spacing: 3px;
}

#menu .hp-header-clients{
    font-size: 24px;
    margin-bottom: 25px;
    color: #a3161f;
    font-weight: 700;
    letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
    #menu .bordered{
	border-right: 1px solid;
	border-color: #939598;
    }
}

#menu .gallery-clients img {
    margin: 0px 30px 20px 0px;
}

#menu ul.accordion li:first-child {
    border-top: none;
}
#menu ul.accordion li:last-child {
    border-bottom: none;
}

#menu dl.accordion > dt img,
#menu dl.accordion > li img,
#menu ul.accordion > dt img,
#menu ul.accordion > li img {
    width: 26px;
    margin-right: 15px;
}
#menu dl.accordion dt,
#menu ul.accordion dt {
    color: #0b4c5e;
}
#menu dl.accordion dt img,
#menu ul.accordion dt img {
    transform: rotate(90deg);
}
#menu dl.accordion > li,
#menu dl.accordion > dt.collapsed,
#menu ul.accordion > li,
#menu ul.accordion > dt.collapsed {
    border-bottom: #777 2px solid;
    color: #777;
}
#menu dl.accordion > li img,
#menu dl.accordion > dt.collapsed img,
#menu ul.accordion > li img,
#menu ul.accordion > dt.collapsed img {
    transform: rotate(0deg);
}
#menu dl.accordion dd strong,
#menu ul.accordion dd strong {
    color: #0b4c5e;
    max-width: 700px;
}

#about main section:first-child {
    margin-top: 80px;
}
#about main section:nth-of-type(2) {
    margin-top: -40px;
    padding-bottom: 60px;
    margin-left: 120px;
}
#about main section:nth-of-type(3) {
    background-image: url(../img/abstract-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 40% center;
    width: 100%;
    padding: 140px 0;
}

@media only screen and (max-width: 1200px) {
    #hub section > div {
	width: 412px;
    }
    #hub section > div .wrap {
	margin-right: 40%;
    }
    #hub section:last-child > div .wrap {
	margin-left: 40%;
	margin-right: 0;
    }
}
@media only screen and (max-width: 996px) {
    #hub section > div {
	width: 70%;
    }
    #hub section > div .wrap {
	margin-right: 30%;
    }
    #hub section:last-child > div .wrap {
	margin-left: 30%;
	margin-right: 0;
    }
}
@media only screen and (max-width: 750px) {
    header {
	min-height: 720px;
    }
    header .d-flex.justify-content-between {
	justify-content: start !important;
    }
    header #logo img {
	margin-left: 14px;
    }
    header div.toggle-nav {
	display: block;
	z-index: 1001;
    }
    header div.toggle-nav .wFCWne {
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	height: 24px;
	width: 24px;
    }
    header div.toggle-nav .wFCWne .hlJH0,
    header div.toggle-nav .wFCWne .HBu6N,
    header div.toggle-nav .wFCWne .cLAGQe {
	transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    }
    header div.toggle-nav .wFCWne.active {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #777;
    }
    header div.toggle-nav .wFCWne.active .hlJH0 {
	-webkit-transform: rotate(45deg) translate(0px, 5px);
	transform: rotate(45deg) translate(0px, 5px);
    }
    header div.toggle-nav .wFCWne.active .HBu6N {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0;
    }
    header div.toggle-nav .wFCWne.active .cLAGQe {
	-webkit-transform: rotate(135deg) translate(0px, -5px);
	transform: rotate(135deg) translate(0px, -5px);
    }
    header nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.5s;
	z-index: 1000;
    }
    header nav ul {
	padding-top: 60px;
	position: absolute;
	top: 0;
	left: -70%;
	width: 70%;
	height: 100%;
	background-color: #fff;
	transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }
    header nav ul li.list-inline-item {
	display: block;
	padding: 10px;
    }
    header nav ul li.list-inline-item a {
	color: #777;
	display: inline-block;
    }
    header nav.active {
	background-color: rgba(0, 0, 0, 0.6);
	pointer-events: all;
    }
    header nav.active ul {
	left: 0;
    }
    header #hero {
	height: 666px;
    }
    header #hero .d-flex {
	flex-flow: column;
	justify-content: center !important;
    }
    header #hero .d-flex div:first-child {
	width: 100%;
    }
    header #hero .d-flex div:last-child {
	width: 100%;
    }
    header #hero .d-flex div:last-child img {
	margin-left: 0;
	width: 150px;
    }

    #hub {
	display: block;
    }
    #hub section {
	width: 100%;
	min-height: 680px;
    }
    #hub section .btn {
	min-width: 180px;
    }

    #about main section:nth-of-type(2) {
	margin-top: 40px;
	padding-bottom: 60px;
	margin-left: 0px;
    }
    #about main section:nth-of-type(3) {
	background-image: url(../img/abstract-1.png);
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: right 80%;
	width: 100%;
	padding: 0 0 240px 0;
    }

    .carousel {
	width: 80%;
    }
    .carousel .carousel-control-prev-icon {
	margin-left: -80px;
	width: 25px;
	height: 25px;
    }
    .carousel .carousel-control-next-icon {
	margin-right: -80px;
	width: 25px;
	height: 25px;
    }

    #menu .d-flex {
	display: block !important;
    }
    #menu .d-flex > div {
	width: 100%;
	margin-bottom: 80px;
    }
}
@media only screen and (max-width: 400px) {
    footer .d-flex {
	display: block !important;
    }
    footer .d-flex div:first-child {
	margin-bottom: 20px;
    }
}

/*# sourceMappingURL=main.css.map */
