html, body, form {
    margin: 0;
    padding: 0;
}

body {
    font-family: "museo-sans", sans-serif;
    font-weight: 300;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #f08006;
}

a:hover 
{
    color: #555;
    text-decoration: none;
}

h1
{
    font-family: "amboy-black",sans-serif;
    font-weight: 400;
    font-size: 1.4em;
}

h2, h3, h4, h5, h6
{
    font-family: "industry",sans-serif;
    font-weight: 500;
}

h1
{
    color: #f08006;
}

h2 
{
    font-size: 1.5em;
    color: #555;
}

h3
{
    color: #555;
}



/*****
* Default / Standard
******/

.default-content-container{
    background-color: #fff;
}

.carousel-indicators.circle li{
    border-radius: 12px;
    width: 12px;
    height: 12px;
}

/***** End Default / Standard *****/

/***** 
* Main Menu
*****/


/***** 
* Header and Footer 
*****/

.mainMenu .nav-item {
    margin-right: 40px;
}

.mainMenu .nav-link{
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "industry",sans-serif;
}

.mainMenu .nav-link:hover{
    color: #F08006;
}

.mainMenu .dropdown-menu 
{
    background-color: #F08006;
    color: white;
    font-family: "industry",sans-serif;
}

.mainMenu .dropdown-menu .dropdown-item{
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.mainMenu .dropdown-menu .dropdown-item:focus, .mainMenu .dropdown-menu .dropdown-item:hover {
    color: #5F6163 !important;
    text-decoration: none;
    background-color: #F08006;
}


/***** End Header and Footer *****/

.header-wrapper, .footer-wrapper {
    background-color: #3c3c3b;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-container {
    text-align: center;
    position: relative;
}

.social-container {
    color: #fff;
    overflow: hidden;
}

.social-container a {
    color: #8C8F91;
}

.social-container .fa-inverse {
    color: #3c3c3b;
}

.social-container ul {
    list-style-type: none;
    font-size: 8px;
    margin: 0;
    padding: 0;
}

.social-container li {
    display: inline;
}

.header-social-container {
    display: block;
    margin-top: 70px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: "industry",sans-serif;
    font-weight: 700;
}

.header-social-container ul {
    margin-top: 20px;
}

.header-social-container .social-icons {
    display: none;
}

.header-strapline-container {
    font-family: "industry",sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #8C8F91;
    text-transform: uppercase;
}

.header-strapline-container .highlight {
    color: #F08006;
}

.header-logo img {
    height: 80px;
}

footer {
    text-align: center;
    color: #818181; 
}

footer .footer-logo {
    margin-bottom: 10px;
}

.footer-logo img {
    height: 70px;
}

footer a {
    color: #818181;
}

footer .social-container {
    color: #818181;
}

@media (min-width: 768px) { 
    .header-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header-social-container {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
        text-align: right;
    }

    .header-social-container .social-icons {
        display: block;
    }

    .header-logo img {
        height: 100px;
    }
}

@media (min-width: 992px) 
{ 
    .header-social-container {
        top: 38px;
    }

    .header-strapline-container {
        position: absolute;
        top: 38px;
        left: 0;
    }

    .header-social-container ul {
        margin-top: 0;
        float: left;
        padding-left: 20px;
    }

    .social-menu {
        margin-top: 4px;
        float: left
    }
    
}

.header-search-container 
{
    float: left;
}

.header-search-container .btn {
    border: 0;
}


/***** End Header and Footer *****/




/***** 
* Home Page
*****/
.video-title-container 
{
    position: relative;
    z-index: 1000;
    height: 250px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(107, 106, 106, 0.5); /* #6b6a6a */
    color: #fff;
}

.header-video-container 
{
    position: relative;
    padding: 0;
    overflow: hidden;
    /* offset video title banner 
    margin-top: -250px;
    */
}

.videoWrapper {
    /* background loading image */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
}

.video-responsive
{
    /* 
        ref:  https://www.ostraining.com/blog/coding/responsive-videos/ 
        assume video is 16:9 so height = (100% / 16) * 9 => padding of 56.25%

        if letterbox = (100% / 1920) * 800 = 41.67
    */
    overflow:hidden;
    padding-bottom:41.67%;
    position:relative;
    height:0;
}

.video-responsive iframe
{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.header-media-container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
}

/***** End Home Page *****/



.page-header-container
{
    background-color: #B2B2B2;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-header-container h1
{
    color: #fff;
    font-family: "industry",sans-serif;
    font-size: 2.5rem;
    text-align: center;
}





/** Main Carousel **/
#main-carousel .carousel-indicators li{
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-caption {
    top: 10%;
    background-color: white;
    color: #5F6062;
    bottom: initial;
    opacity: 0.8;
    left: 20%;
    right: 20%;
    max-width: 60%;
    font-family: "industry",sans-serif;
}

.capability-carousel .carousel-caption
{
    top: auto;
    bottom: 10%;
    left: 10%;
    right: 10%;
    max-width: 80%;
}

.carousel-caption h3{
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
}

@media (min-width: 992px)
{
    .carousel-caption{
        left: 30%;
        right: 30%;
        max-width: 40%;
    }

    .capability-carousel .carousel-caption
    {
        left: 20%;
        right: 20%;
        max-width: 60%;
    }
}

/***** End Main Carousel *****/

/**  Location  map **/


@keyframes locationTitle-highlight {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;       
    }
}

@keyframes location-highlight {
    from {
        background-color: none;
        opacity: 1;
    }
    to {
        background-color: white;
        opacity: 0.6;       
    }
}

@keyframes pulse{
    0%{
        transform:scaleX(1);
    }
    50%{
        transform:scale3d(1.5,1.5,1.5);
    }
    to{
        transform:scaleX(1);
        background-color: green;
    }
}


.location-map-container{
    font-family: "industry",sans-serif;
}
.location-map-container .map {
    background: url('../img/location-map.png') no-repeat center center; 
    background-size: 100% 100%;
}

.location-map-container .location-info {
    background-color: #E6E6E6;
    padding: 30px;
}

.location-map-col {
    padding: 0;
}

.map-container {
    background-color: #E6E6E6;
    height: 100%;
}

.location-map-container  .location{
    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
}

.location-map-container  .location .circle{
    position: relative;
    height: 15px;
    width: 15px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    background-color: #f08006;
}

.location-map-container  .location-title{
    opacity: 0;
    display: none;
    position: relative;
    z-index: 10;
    font-size: 1.5rem;
    position: absolute;
    bottom: 20px;
}

.location-map-container .map .aberdeen{
    top: 57%;
    left: 75.5%;
}

.location-map-container .map .nigg{
    top: 34%;
    left: 54%;
}

.location-map-container .map .invergordon{
    top: 34%;
    left: 48.5%;
}

.location-map-container .map .glasgow{
    top: 89%;
    left: 46%;
}

.location-map-container .location-info h2{
    font-size: 2rem;
}

.location-title.highlight{
    animation-name: locationTitle-highlight;
    animation-duration: 1s; 
    animation-fill-mode: forwards;  
}

.location-info-item {
    font-weight: bold;
    padding: 20px;
    padding-left: 0;
}

.location-info-item.highlight{
    animation-name: location-highlight;
    animation-duration: 1s; 
    animation-fill-mode: forwards;  
}

.location-info-item p{
    margin: 0;
}

.location-info-item h4 {
    margin: 0;
    color: #f08006;
    font-weight: bold;
}

.pulse{
    animation-name:pulse;
    animation-duration: 1s;
    animation-fill-mode: forwards;  
}

@media(min-width: 576px) {
    .map {
        height: 500px;
    }
}

@media(min-width: 992px) {
    .location-map-col {
        padding-left: 0;
        padding-right: 15px;
    }
}

@media(min-width: 1200px) {
    .map {
        height: 600px;
    }
}

@media (max-width: 576px)
{
    .location-map-container .map{
        height: 300px; 
    }

    .location-map-container  .location{
        height: 10px;
        width: 10px;
    }

    .location-map-container .map .aberdeen{
        top: 55%;
        left: 74.5%;
    }
    
    .location-map-container .map .nigg{
        top: 31%;
        left: 53%;
    }

    .location-map-container .map .invergordon{
        top: 30%;
        left: 49%;
    }
    
    .location-map-container .map .glasgow{
        top: 86%;
        left: 46%;
    }
}


/***** End Location map *****/



/***** 
* Highlight Videos 
*****/
.highlight-video-container 
{
    background-color: #a6a9ab;
}

.highlight-video
{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.highlight-video h3
{
    text-align: center;
    margin-bottom: 20px;
}

.highlight-video .video
{
    margin-top: 40px;
}

/***** End Highlight Videos *****/



/** Fleet carousel  **/

.fleet-carousel .carousel-item {
    min-height: 300px;
}

.fleet-image-col
{
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 576px){
    .fleet-carousel .carousel-item {
        min-height: 200px;
    }
}

/***** End Fleet carousel *****/

/*****
* Capability Page
******/


.page-capabilities-container
{
    background-color: #E8E7E8;
    font-size: 1.2em;
}

.capability-carousel .carousel-item {
    min-height: 300px;
}

.capability-image-col
{
    padding-left: 0;
    padding-right: 0;
    background-color: white;
}

.capability-text 
{
    white-space: pre-wrap;
}

.capability-text-col {
    padding-top: 40px;
    background-color: white;
}

.capability-text-col .title-highlight {
    color: #f08006;
}

.arrow-left, .arrow-right 
{
    position: absolute;
    border: 1px solid #F08006;
    top: 55px;
}

.arrow-right {
    left: -1px;
}

.arrow-left {
    right: -1px;
}

.arrow-right:before {
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
}

.arrow-right:before {
    border-color: rgba(240, 128, 6, 0);
    border-left-color: #F08006;
    border-width: 20px;
    margin-top: -20px;
}

.arrow-left:after, .arrow-left:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
}

.arrow-left:after {
	border-width: 20px;
	margin-top: -20px;
}
.arrow-left:before {
	border-color: rgba(240, 128, 6, 0);
	border-right-color: #F08006;
	border-width: 20px;
	margin-top: -20px;
}

.image-fixed-width{
     max-width: 750px; 
}

@media (min-width: 768px){
    .capability-carousel .carousel-item {
        min-height: 530px;
    }

    .capability-text-col {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 992px){
    .capability-image-col {
        padding-left: 0;
        padding-right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1200px)
{
    .capability-text-col {
        line-height: 1.2em;
        padding-left: 50px;
        padding-right: 50px;
    }
    .capability-text-col p {
        margin-bottom: 0.5em;
    }
}

@media (min-width: 1200px){

    .capability-carousel .carousel-item {
        min-height: 530px;
    }

    .capability-text-col {
        line-height: 1.5em;
        padding-left: 100px;
        padding-right: 100px;
    }
    .capability-text-col p {
        margin-bottom: 1em;
    }
}

/***** End Capability page *****/

/***** Hirer Options *****/

.container-hirer-options
{
    background-color: #E6E6E6;
    text-align: center;
}

.container-hirer-options .row
{
    margin-bottom: 30px;
}

.container-hirer-options p {
    margin-bottom: 0;
}

.container-hirer-options .title{
    background-color: #575756;
    color: white;
}

.container-hirer-options .subTitle{
    background-color: #D0D0D0;
}

.section-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.container-hirer-options .section .col-inactive .section-overlay-container
{
    height: 100%;
    width: 100%;
}

.container-hirer-options .section .col-inactive .section-overlay
{
    height: 100%;
    width: 100%;
    background-color: #757F80;
    opacity: 0.6;
    display: block;
}

.container-hirer-options .section .col-inactive .section-overlay:hover {
    opacity: 0.4;
}

.container-hirer-options .section h4 {
    background-color: #757F80;
    color: white;
    margin-bottom: 0;
    padding: 5px;
    text-transform: uppercase;

}

.container-hirer-options .section .col-active h4 {
    background-color: #F08000;
    color: white;
}

.container-hirer-options .section h4 a{
    color: white;
}

.container-hirer-options .section .col-active h4 a {
    color: white;
}

.container-hirer-options .section p, .container-hirer-options .section .ul-container{
    background-color: #D0D0D0;
}
.container-hirer-options .ul-container {
    text-align: left;
}

.container-hirer-options .text-warning
{
    color: #D01E30 !important;
    text-decoration: underline;
}

/***** End Hirer Options *****/

/***** Fleet Partial *****/
.fleet-container h4{
    background-color: #575756;
    color: white;
    text-align: center;
}

.fleet-container .fleet-detail
{
    background-color: #DADADA;
    padding: 20px;
}

.fleet-container .fleet-detail-typeGallery
{
    height: 100%;
}

.fleet-container .fleet-entry-wide .fleet-detail
{
    margin-bottom: 30px;
    height: auto;
}

.fleet-container .fleet-detail label{
    justify-content: left;
}

.fleet-container .col-form-label {
    line-height: 1em;
    padding-top: 3px;
    padding-bottom: 3px;
}

.fleet-container .fleet-item-title {
    font-weight: bold;
    line-height: 1.2em;
    text-align: center;
}

.fleet-container .fleet-item-download {
    text-align: center;
}

/***** End Fleet Partial *****/

/***** Gallery Partial *****/
.gallery-container h4{
    background-color: #575756;
    color: white;
    text-align: center;
}

.gallery-container .detail{
    background-color: #D0D0CF;
    min-height: 125px;
}

@media (min-width: 768px){
    .gallery-container .entry:nth-child(even) {
        padding-left: 0.5rem!important;
        padding-right: 0;
    }

    .gallery-container .entry:nth-child(odd) {
        padding-left: 0;
        padding-right: 0.5rem!important;
    }
}

/***** End Gallery Partial *****/

/***** 
* Featured Items
*****/

.featured-items-container 
{
    padding-left: 0;
    padding-right: 0;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #3C3C3B;
}

.featured-items-container .row
{
    margin-left: 0;
    margin-right: 0;
}

.featured-item-col
{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    background-color: #757f80;
    border-right: solid #3C3C3B 10px;
    border-left: solid #3C3C3B 10px;
}

.featured-item {
    background-color: #757f80;
    padding-bottom: 40px;
    min-height: 484px;
}

.featured-item .item-image {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.featured-item .item-text {
    padding: 20px;
    font-size: 0.9em;
}

.featured-item .item-title {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 5px;
}

.featured-item .item-category {
    padding: 5px 10px;
    margin-bottom: 10px;
    background-color: #f08006;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.featured-item .read-more-tab
{
    position: absolute;
    bottom: 20px;
}

.text-bold {
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991px) {
    .featured-item-col:nth-of-type(4) {
        padding-left: 0;
    }

    .featured-item-col:first-of-type
    {
        padding-left: 0;
        border-left: none;
    }

    .featured-item-col:last-of-type
    {
        padding-right: 0;
        border-right: none;
    }
}

@media (min-width: 992px) {
    .featured-item-col {
        margin-bottom: 0;
    }

    .featured-item-col:first-of-type
    {
        padding-left: 0;
        border-left: none;
    }

    .featured-item-col:last-of-type
    {
        padding-right: 0;
        border-right: none;
    }
}

/***** End Featured Items *****/

/***** Enquiry Form *****/

.enquiry-container{
    background-color: #E8E8E8;
    padding: 40px;
    margin-top: 20px;
    text-align: center;
}

.enquiry-container .row.header{
    background-color: #585757;
}

.enquiry-container .row.header h2{
    color: white;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}

.enquiry-container input, 
.enquiry-container textarea, 
.enquiry-container select {
    background-color: #D0D0D0;
}

.enquiry-container input:focus, .enquiry-container textarea:focus{
    background-color: #D0D0D0;
}

input#checkContact, .contact-form-honeypot {
    display: none;
}

/***** End Enquiry Form *****/

/***** Accreditations *****/

.accreditation-item img{
    max-height: 100px;
}

/***** End Accreditations *****/

/***** 
* Contacts
*****/

.page-contacts-container, .contacts-container
{
    font-size: 1.1rem;
    padding-top: 40px;
    padding-bottom: 20px;
}

.page-contacts-container h3{
    text-transform: uppercase;
    font-weight: 700;
}

.page-contacts-container p, .contacts-container p {
    margin-bottom: 5px;
    padding: 0;
}

.contact-email
{
    font-weight: bold;    
}

.contact-jobTitle, .contact-division
{
    font-weight: bold;
    text-transform: uppercase;
}

.contact-phone
{
    color: #000;
}

.contact-row
{
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.contacts-container .contact-row
{
    padding-left: 40px;
}

.contact-service-title
{
    background-color: #f08006;
    color: #fff;
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: center;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.contact-service-oilGas
{
    background-color: #f08006;
}

.contact-service-renewables
{
    background-color: #2da951;
}

.contact-service-utilities
{
    background-color: #1b9dd9;
}


.contact-capability-title
{
    color: #f08006;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
}

#mainMap{
    min-height: 300px;
}


@media (min-width: 768px) 
{ 
    .contact-row
    {
        border-bottom: 1px solid #818181;
    }
}

/***** End Contacts *****/

/*****
* Culture Page
******/

.core-values-container 
{
    background-color: #e8e7e8;
}

.core-value-img-col {
    min-height: 200px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.core-value-img-col img {
    margin: 0 auto;
}

.core-value-text-col
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.core-value-text-col .arrow-left, .core-value-text-col .arrow-right
{
    top: 49% !important;
}

.core-value-content 
{
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
}

.core-value-content  .capability-text
{
    font-size: 1.4em;
}


@media (min-width: 992px) 
{ 
    .core-value-img-col {
        min-height: 300px;
    }

    .core-value-content 
    {
        margin-left: 100px;
        margin-right: 100px;
    }

}



/***** 
* Signposts
*****/

.signpost-col
{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}

.signpost-col:last-of-type {
    padding-bottom: 0;
}


.signpost {
    height: 400px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    text-align: center;
}

.signpost-detail {
    margin: 0;
    padding: 40px;
    text-align: center;
    background-color: rgba(85, 85, 85, 0.5); /* #6b6a6a */
    /* display: none; */
}

.signpost-detail h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.signpost-detail a {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.signpost-detail a:hover {
    color: #f08006;
}

.signpost:hover .signpost-detail {
    display: block;
}

.signpost-category {
    padding: 10px 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.signpost-category-oilGas, .signpost-category-oil-gas
{
    background-color: #f08006;
}

.signpost-category-renewables
{
    background-color: #2da951;
}

.signpost-category-facilities
{
    background-color: #818181;
}

.signpost-category-logistics
{
    background-color: #dc3545;
}

.signpost-category-culture, .signpost-category-about
{
    background-color: #652682;
}

.signpost-category-utilities
{
    background-color: #1b9dd9;
}

@media (min-width: 768px) {
    .signpost-col:nth-last-of-type(2) {
        padding-bottom: 0;
    }

    .signpost-col:nth-child(even)
    {
        padding-left: 10px;
        padding-right: 0;
    }

    .signpost-col:nth-child(odd)
    {
        padding-left: 0;
        padding-right: 10px;
    }

    .signpost-detail {
        margin: 10px 40px;
    }
}

/***** End Signposts *****/




/***** 
* News
*****/

.latest-news-signpost {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.latest-news-signpost h4
{
    margin-top: 0;
    margin-bottom: 0;
    background-color: #f08006;
    color: #fff;
}

.latest-news-signpost a
{
    color: #fff;
}

.read-more-tab, .news-date-content
{
    background-color: #f08006;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.read-more-tab a
{
    color: #fff
}

.news-more a
{
    font-weight: bold;
    color: #333;
}

.news-item {
    border-bottom: 1px solid #818181;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.news-item h4 {
    font-size: 1.2em;
}

.news-item h4, .news-item h4 a {
    color: #333;
}


.page-submenu 
{
    list-style-type: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
}

.page-submenu li 
{
    padding-left: 20px;
    padding-right: 20px;
    background-color: #555;
}

.page-submenu li.active 
{
    background-color: #f08006;
}

.page-submenu a
{
    display: block;
    color: #fff;
}

.page-submenu a:hover 
{
    color: #757f80;
}

/***** End News *****/

/***** End Culture *****/


/****  Helpers  *****/
.bg-dark-standard
{
    background-color: #5F6062;
}

.bg-light-standard
{
    background-color: #E6E6E6;
}

.text-standard {
    color: #333;
}

.text-red {
    color: #D01E30;
}

.text-orange{
    color: #f08006;
}

.btn-orange{
    background-color: #f08006;
    color: white;
}

.btn-orange:hover{
    background-color: #ff8400;
}

.white-space-pre{
    white-space: pre;
}

.arrow-leftside-left{
    position: absolute;
    left: 0;
    top: 33.5%;
}

.arrowrightside-right {
    position: absolute;
    right: -1px;
    top: 33.5%;
}

.arrowrightside-right:before {
    border: solid transparent;
    content: " ";
    position: absolute;
    pointer-events: none;
}

.arrowrightside-right:before {
    width: 30px;
    height: 30px;
    /* margin-top: -20px; */
    right: -10px;
    background-color: inherit;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrow-leftside-left:after, .arrow-leftside-left:before {
	right: 100%;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
}

.arrow-leftside-left:after {
	border-width: 20px;
	margin-top: -20px;
}
.arrow-leftside-left:before {
    width: 30px;
    height: 30px;
    /* margin-top: -20px; */
    left: -10px;
    background-color: inherit;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: -1;
}

.default-height{
    min-height: 530px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
