body {
    overflow-x: hidden;
    background: #fff;
}

body,
html {
    height: 100%;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    margin-top: 0px;
}

h1 {
    color: #555;
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
}

h2 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
    color: #555;
    letter-spacing: 0px;
}

h3 {
    font-size: 28px;
    line-height: 40px;
    color: #333;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #696969;
}

h5 {
    color: #3c7691;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
}

a {
    font-family: 'Poppins', sans-serif;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
    /*color: #696969;*/
    color:#00606d;
    font-weight:bold;

}



input {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

ul {
    list-style: none!important;
    padding-left: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
}

ul.bulletedlist li{
    list-style-type:disc;
}

ol {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
}

tr,
td {
    font-family: 'Poppins', sans-serif;
    color: #666;
}

td a {
    color: #00606d;
}

a:hover,
a:focus,
a:visited {
    text-decoration: underline;
}

button:hover,
button:focus,
button:visited{
    text-decoration: none!important;
    outline: none!important;
}

.inside-page-ul {
    padding-left: 40px;
}

.inside-page-ul li,
.inside-page-ol li {
    list-style-type: disc;
}

.btn-custom:hover {
    color: #315261;
}

.post-page h2 {
    margin-bottom: 30px;
    text-transform: none;
}

.separator-top {
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

.separator-top-md {
    margin: 0px auto;
    border-top: 1px solid #ddd;
    margin-top: 60px;
    width: 500px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #00606d;
}

.navbar-nav .active a {
    transition: all 0.5s ease;
}

.navbar {
    height: auto;
}

.container-custom {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.float-right {
    text-align: right;
}

.float-right i {
    padding-right: 10px;
}

.fa-search {
    padding-left: 10px;
}

.navbar {
    padding-top: 25px;
    padding-bottom: 25px;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    z-index: 999;
    width: 100%;
    margin-bottom: 0px;
}

.navbar-brand {
    margin-top: -5px;
}

.navbar-default .navbar-nav>li>a {
    color: #00606d;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-toggle {
    margin: 0px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #00606d;
}

.navbar-collapse.collapse {
    display: block;
}

.navbar-fixed-top {
    background: #fff;
    display: block;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-fixed-top {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-default .navbar-nav>li.current-menu-item a{
    background-color: #00606d;
    color:#fff!important;
}

#toggle {
    width: 28px;
    height: 30px;
    margin: 0px auto;
}

#toggle div {
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 5px auto;
    transition: all 0.4s;
    backface-visibility: hidden;
}

#toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
    opacity: 0;
}

#toggle.on .three {
    transform: rotate(-45deg) translate(6px, -7px);
    height: 3px;
}

:focus {
    outline: none;
}

.slider {
    background-image: url("../images_interface/slider-background.jpg");
    height: 80vh;
    width: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-page {
    height: 50vh;
}

.section-space {
    padding-top: 95px;
    padding-bottom: 95px;
}

.accent-dark {
    background-color: #00606d;
}

.accent-medium {
    background: #066a77;
}

.accent-light {
    background: #07505a;
}

.features {
    margin-top: -160px;
}

.features p {
    color: #fff;
    line-height: 30px;
}

.separator-sm {
    border-bottom: 2px solid #fff;
    width: 90px;
    margin: 0px auto;
    margin-bottom: 40px;
    padding-top: 10px;
}

.feature {
    padding: 60px;
    text-align: center;
}

.curve-left {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.curve-right {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.features .wide {
    padding-left: 100px;
    padding-right: 100px;
}

.accent-green {
    border-color: #00606d;
}

.features h2 {
    color: #fff;
}

.intro-section .separator-sm {
    margin: 0px;
}

.intro-section p {
    margin-top: 40px;
    line-height: 30px;
}

.btn-custom {
    border-radius: 40px;
    border: 2px solid #00606d;
    color: #fff;
    padding: 10px 20px;
    background: #00606d;
    transition: all 0.4s ease;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1px;
}

.applications .btn-custom {
    border-radius: 40px;
    border: 2px solid #00606d;
    color: #fff;
    padding: 10px 20px;
    background: #00606d;
    transition: all 0.4s ease;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    background: transparent;
    border-color: #00606d;
    color: #00606d;
}

.btn-custom i {
    font-size: 16px;
    font-weight: 600;
}

.btn-light {
    background: #00b6ae;
    border-color: #00b6ae;
}

.btn-light:hover {
    border-color: #00b6ae;
}

.center {
    text-align: center;
    margin: 0px auto;
}

.intro-text {
    padding-right: 60px;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.applications {
    background: #f8f8f8;
}

.applications-text {
    padding: 80px 200px 80px 80px;
}

.applications-text .separator-sm {
    margin: 0px;
    margin-bottom: 40px;
}

.call-to-action {
    background: linear-gradient(to right, #008781 0%, #009f98 51%, #00b6ae 100%);
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    border-radius: 60px;
}

.btn-secondary {
    background: #00606d;
    padding: 15px 40px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    transition: all 0.5s ease;
    border: 0px;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #d4fffd;
    color: #00a098;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-left: 3px solid #00a098;
    border-right: 3px solid #00a098;
    z-index: 2!important;
}

.btn-group>.btn:last-child {
    z-index: 1!important;
}

.footer-section {
    background: #272727;
}

.footer-section h2 {
    color: #fff;
}

.footer-section .separator-sm {
    margin: 0px;
    margin-bottom: 40px;
}

.footer-section p {
    color: #fff;
}

.footer-section li a {
    color: #fff;
    line-height: 30px;
}

.footer-section li a:before {
    content: ">";
    color: #00606d;
    padding-right: 10px;
}

.contact-details a {
    color: #fff;
}

.contact-details a:hover {
    color: #00606d;
}

.application-img {
    background-image: url("../images_interface/application-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
}

.accent-dark {
    background-image: url("../images_interface/feature-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accent-medium {
    background-image: url("../images_interface/feature-2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accent-light {
    background-image: url("../images_interface/feature-3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay-dark {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00606d;
    opacity: 1;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.overlay-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #066a77;
    opacity: 1;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.overlay-light {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #07505a;
    opacity: 1;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.feature-details {
    z-index: 2;
    position: relative;
}

.accent-dark:hover .overlay-dark {
    opacity: 0.8;
}

.accent-medium:hover .overlay-medium {
    opacity: 0.8;
}

.accent-light:hover .overlay-light {
    opacity: 0.8;
}

.spacing-lg {
    margin-top: 20px;
}

#marker {
    background-image: url('https://myexams-nicholaslogix.c9users.io/images_interface/map-icon.png');
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.mapboxgl-popup {
    max-width: 300px;
}

.mapboxgl-popup-content {
    padding: 20px!important;
}

a.mapboxgl-ctrl-logo {
    display: none!important;
}

.mapboxgl-ctrl-attrib-inner {
    display: none!important;
}

.copyright-section {
    background: #1f1f1f;
    padding-top: 12px;
    padding-bottom: 12px;
}

.copyright-section p, .copyright-section a{
    margin: 0px;
    color: #fff;
}

.copyright-section a:hover{
    color:#00606d;
}

/*---------- Contact Form 7 ----------*/

.wpcf7 {
    color: white;
}

.wpcf7 label {
    display: block;
    font-weight: 400;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
textarea {
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: #666;
    width: 100%;
    margin-top: 0px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 8px;
    padding-left: 12px;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
    border: 1px solid #ccc;
    transition: all 0.3s;
}

input.wpcf7-date,
input.wpcf7-time {
    font-weight: 300;
}

.wpcf7 input[type=file] {
    font-size: 14px;
    background-color: transparent;
    border: none;
    color: #fff;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: all 0.3s;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
textarea:focus {
    font-size: 14px;
    background-color: transparent;
    border: none;
    width: 100%;
    border: 1px solid #00606d;
    outline: none;
}

input.wpcf7-submit {
    background: #00606d;
    border: 0px;
    padding: 15px;
    transition: all 0.5s;
    color: #fff;
    font-weight: 600;
    width: 200px;
    text-transform: uppercase;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3 ease-in-out;
}

.wpcf7-submit:hover {
    background: #008781;
}

.nopaddingleft {
    padding-left: 0px;
}

.nopaddingright {
    padding-right: 0px;
}

.separator-bottom-md{
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

/*Search Form*/

.sb-search {
    position: relative;
    width: 0px;
    margin-left: 0px;
    margin-top: 0px;
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    padding-left: 10px;
}

.sb-search-input {
    position: relative;
    outline: none;
    background: transparent;
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 20;
    padding: 0px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    border: 0px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #fff;
}

.sb-search-input:-moz-placeholder {
    color: #fff;
}

.sb-search-input::-moz-placeholder {
    color: #fff;
}

.sb-search-input:-ms-input-placeholder {
    color: #fff;
}

.sb-icon-search,
.sb-search-submit {
    width: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff;
    /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 8 */
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #fff;
    background: transparent;
    z-index: 90;
    width: auto;
    font-size: 15px;
    font-family: 'Glyphicons Halflings';
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "\e003";
}

/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 200px;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    margin-left: 10px;
}

.sb-search-open {
    background-color: transparent;
    height: auto;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: transparent;
    color: #fff;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

#sb-search form {
    float: left;
}

/*End search form*/

.top-bar {
    background: #00a098;
    padding: 10px;
}

.top-bar #lang_sel_list {
    height: 15px;
}

.top-bar #lang_sel_list ul a {
    background: transparent!important;
}

#lang_sel_list ul a {
    line-height: initial;
}

.quick-links{
    padding-left: 40px;
}

.quick-links li a:hover{
    color:#00606d;
}

@media only screen and (min-width: 768px) {
    .container.wide {
        width: 750px;
    }

    .navbar-collapse {
        display: block!important;
    }
}

@media only screen and (min-width: 991px) {
    .container.wide {
        width: 900px;
    }
}

@media only screen and (min-width: 1024px) {
    .container.wide {
        width: 990px;
    }
}

@media only screen and (min-width: 1200px) {
    .container.wide {
        width: 1180px;
    }
}

@media only screen and (min-width: 1300px) {
    .container.wide {
        width: 1250px;
    }
}

@media only screen and (min-width: 1400px) {
    .container.wide {
        width: 1350px;
    }
}

@media only screen and (min-width: 1600px) {
    .container.wide {
        width: 1550px;
    }
}

@media only screen and (min-width: 1800px) {
    .container.wide {
        width: 1720px;
    }
}

@media only screen and (max-width: 1599px) {
    .features .wide {
        padding-left: 0px;
        padding-right: 0px;
    }

    .feature {
        padding: 60px 40px;
    }

    .applications-text {
        padding: 80px 140px 80px 80px;
    }
}

@media only screen and (max-width: 1399px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 991px) {
    .intro-img {
        width: 600px;
        margin-top: 50px;
    }

    .curve-left {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 50px;
    }

    .curve-right {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 50px;
    }

    .applications-text .btn {
        display: inherit;
    }

    .applications-text {
        padding: 80px 130px 80px 130px;
    }

    .btn-secondary {
        padding: 15px 30px;
    }

    .quick-links h2,
    .contact-details h2 {
        margin-top: 50px;
    }

    .navbar-default .navbar-toggle {
        border-radius: 50%;
        background-color: #00a098;
        display: block;
        right: 15px;
        position: absolute;
    }

    .navbar-nav>li {
        float: left;
        display: block;
        width: 100%;
        text-align: left;
    }

    .navbar-right {
        float: left!important;
        margin-right: 15px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .sb-icon-search,
    .sb-search-submit {
        padding-left: 20px;
    }
    
    .separator-top-md{
        width: 100%;
    }
    
    .separator-bottom-md{
        width: 100%;
    }

    .features .wide {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-header {
        float: left;
        width: 100%;
        display: block;
    }

    .navbar-nav>li>a {
        padding: 15px!important;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 0px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: #00a098;
    }

    #toggle {
        height: 25px;
    }

    .container-custom {
        width: 100%;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }

    .collapse.in {
        display: block!important;
    }

    .spacing-lg {
        margin-top: 20px;
    }

    .sb-search {
        float: left;
        margin-left: 32px;
        margin-top: 20px;
        padding-left: 0px;
    }

    .sb-search.sb-search-open {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .applications-text {
        padding: 80px 45px 80px 45px;
    }
    
    .quick-links{
        padding-left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .applications-text {
        padding: 80px 30px 80px 30px;
    }
    
    .wp-block-media-text__content{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    
    .wp-block-media-text__media{
        margin-top: 40px!important;
        margin-bottom: 40px!important;
    }

    .feature {
        padding: 35px;
    }

    .intro-text {
        padding-right: 15px;
    }

    .btn-secondary {
        width: 100%;
    }

    .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group>.btn:last-child:not(:first-child),
    .btn-group>.dropdown-toggle:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
        border-left: 0px;
        border-right: 0px;
        border-top: 3px solid #00a098;
        border-bottom: 3px solid #00a098;
    }

    .features p {
        margin-bottom: 0px;
    }

    .copyright-section p {
        float: left!important;
    }
}

@media only screen and (max-width: 320px) {}

.docscontainer {
    padding-bottom: 30px;
}

.attachments {
    margin-top: 10px;
    margin-bottom: 10px;
}

.attachment-size,
.attachment-date {
    font-size: 12px;
}

.fa-file-pdf-o {
    color: #00606d;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #00606d;
    border-color: #00606d;
}

.pagination>li>a,
.pagination>li>span {
    color: #00606d;
}

iframe{
    width:100%;
    min-height:800px;
    border:none;
}

.wpcf7-response-output{
    color:#333;
}
