@charset "utf-8";
@import "bootstrap.min.css";
@import "responsive.css";
@import "font-awesome.css";
a,
img,
input {
    border: none;
    outline: none;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@font-face {
    font-family: "HeadingFont";
    src: local("HeadingFont"), url("../fonts/rotis/RotisSemiSansLight45.ttf")
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    overflow: visible !important;
    font-family: "SF Pro Text","SF Pro Icons",-apple-system,BlinkMacSystemFont,"Helvetica Neue","Helvetica","Open Sans","Arial",sans-serif;
    font-size: 14px;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    color: #222222;
}

p {
    line-height: 150%;
}

h1,
h2,
h3,
h4 {
   /* font-family: "SF Pro Display","SF Pro Icons", -apple-system, BlinkMacSystemFont, "Helvetica Neue","Helvetica","Arial",sans-serif; */

    font-family: "SF Pro Text","SF Pro Icons",-apple-system,BlinkMacSystemFont,"Helvetica Neue","Helvetica","Open Sans","Arial",sans-serif"
    /*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;*/
}

h7 {
    font-size: 11px;
}

h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h4 a,
h5 a:focus,
h5 a:hover,
h5 a {
    text-decoration: inherit!important;
    color: inherit;
}

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


/* Navigation CSS Start */

.opacity img {
    opacity: 0.4;
    transition: 250ms opacity;
}

.opacity img:hover {
    opacity: 1;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar-collapse {
    border-top: 0 !important;
    box-shadow: none;
    transition: 200ms all ease-in-out;
}

.navbar-default {
    background-color: transparent;
    border: 0 none;
    border-color: transparent;
    border-width: 0;
}

.navbar-brand {
    padding: 15px 0;
}

.navbar-brand>img {
    height: 85px;
}

.navbar-default .navbar-toggle {
    margin-right: 0;
    margin-top: 20px;
    border: none;
    background-color: none;
}

.nav li a {
  font-family: "HeadingFont";
    font-size: 15px;
}

.heading-font {
    font-family: "HeadingFont";
}

.navbar-nav {
    padding-top: 15px;
}

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

.navbar-default .navbar-nav>li>a,
.nav li a,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #000 !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    opacity: 0.75;
    background: none;
}

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

.frontpage .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.frontpage .nav li a,
.frontpage .navbar-default .navbar-nav>.active>a,
.frontpage .navbar-default .navbar-nav>.active>a:focus,
.frontpage .navbar-default .navbar-nav>.active>a:hover {
    color: #fff !important;
}

.frontpage .dropdown-menu li a {
    color: #000 !important;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 7px;
}

@media (min-width: 767px) {
    .dropdown-menu li a {
        font-size: 20px;
        padding: 25px 30px;
    }
    .dropdown-menu li a {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        
        background-image: linear-gradient( to right, #4776ca, #4776ca 50%, #000000 50%);
        background-size: 200% 100%;
        background-position: 70%;
    }
    .dropdown-menu li a:hover {
        transition: all 1.5s cubic-bezier(0.000, 0.000, 0.230, 1);
        background-position: 0%;
    }
    .dropdown-menu li a .gi {
        color: #4776ca;
    }
}

@media (max-width: 767px) {
    .frontpage .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff !important;
    }
}

.collapsing {
    -webkit-transition: none;
    transition: none;
}


/* Navigation CSS End */


/* Header CSS Start */

.logo {
    padding-top: 0px;
}

header {
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.50);
    z-index: 10;
}


/* Header CSS End */
ƒ

/* Home Page CSS Start */

.home-container {
    padding-bottom: 55px;
}

.home-container h1 {
    font-size: 39px;
    color: #fff;
    margin: 100px 0 33px 0;
}

.home-container p {
    /* border-top: 2px solid #fff; */
    /* border-top-color: rgba(255, 255, 255, .15); */
 
    color: #fff;
    /* font-weight: 300; */
    line-height: 130%;
    /* padding-top: 10px; */

    font-size: 15px;
line-height: 1.47059;
font-weight: 400;
letter-spacing: -.022em;
font-style: normal;
}

body.frontpage {
    background-color: #6f6f6f;
/* 2019    background-color: #4e76bc; */
    background-image: linear-gradient(39deg, rgba(3, 27, 43, 0.94) 13.87%, #730c5b);
    background-image: -webkit-linear-gradient(39deg, rgba(3, 27, 43, 0.94) 13.87%, #730c5b);
    background-image: -moz-linear-gradient(39deg, rgba(3, 27, 43, 0.94) 13.87%, #730c5b);
    background-image: -o-linear-gradient(39deg, rgba(3, 27, 43, 0.94) 13.87%, #730c5b);
    background-image: linear-gradient(39deg, rgba(3, 27, 43, 0.94) 13.87%, #730c5b);
   /*2019
     2022  background-image: linear-gradient(223deg, #6f6f6f 23%, #000000);

    background-image: -webkit-linear-gradient(133deg, #20437E 23%, rgba(48, 96, 182, 0.69) 100%);
    background-image: -moz-linear-gradient(133deg, #20437E 23%, rgba(48, 96, 182, 0.69) 100%);
    background-image: -o-linear-gradient(133deg, #20437E 23%, rgba(48, 96, 182, 0.69) 100%);
    background-image: linear-gradient(223deg, #3966a0 23%, #000000 100%); */
    /*background-image: linear-gradient(223deg, #20437E 23%, rgba(48, 96, 182, 0.69) 100%); */
   /* YELLOW background-image: linear-gradient(223deg, #5b80a0, rgba(255, 175, 75, 1)); */
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    
}

.frontpage header {
    box-shadow: none;
}

.frontpage a, .frontpage a:hover, .frontpage .navInContent {
    color: #fff;
    text-transform: none;
}


/* Home Page CSS End */


/* Subsidiaries Page CSS Start */

.content-pages-slider-container {
    width: 100%;
    object-fit: cover;
    height: 496px;
    background-color: #d6d6d6;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-pages-slider-container img {
    width: 100%;
    object-fit: cover;
    height: 496px;
    opacity: 0.8;
}

.content-pages-slider-container .slider-content {
    margin-top: 80px;
    color: #fff;
}

.slider-content h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}

.slider-content p {
    font-size: 13px;
    text-align: justify;
    line-height: 19px;
}

.content-pages-slider-container .slider-content a {
    color: #fff;
}

.giaero-container img {
    margin-top: 212px;
}

.giaero-container .content {
    margin-top: -494px;
    padding: 0 121px 0 15px;
    color: #555555;
    text-align: justify;
}

.giaero-container .content img {
    margin: 0 0 22px;
    height: 35px;
}

.airbus-end-txt {
    font-size: 8px;
    padding-left: 31px;
}

.slider-links ul {
    padding-left: 0;
}

.slider-links ul li {
    list-style-type: none;
    border: 1px solid #fff;
    border-top: 0;
    padding: 5px 11px;
}

.slider-links ul li:first-child {
    border-top: 1px solid #fff;
    border-radius: 11px 11px 0 0;
}

.slider-links ul li:nth-child(4n) {
    border-radius: 0 0 11px 11px;
}

.slider-links ul li:hover {
    background-color: #909090;
}

.slider-links ul li a {
    text-decoration: none;
}

.slider-links .fa-angle-right {
    float: right;
    padding-right: 5px;
    padding-top: 3px;
}

.content-pages-slider-container .slider-content.black,
.content-pages-slider-container .slider-content.black a {
    color: #000;
}

@media only screen and (max-width: 640px) {
    .content-pages-slider-container .slider-content.black>div {
        background: rgba(255, 255, 255, 0.79);
        padding: 15px;
    }
}


/* Subsidiaries Page CSS End */


/* GI-Energy Page CSS Start */

.energy-slider {
    height: 575px !important;
}

.energy-slider img {
    height: 575px !important;
}

.energy-slider .slider-content {
    margin-top: -373px;
}


/* GI-Energy Page CSS End */


/* Chief-executive Page CSS Start */

.chief-executive,
.content-page {
    color: #555555;
    margin-top: 28px;
}

.chief-executive {
    text-align: left;
}

.chief-executive h1 {
    margin: 0;
    margin-top: 22px;
    font-weight: bold;
}

.chief-executive h2 {
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 33px;
}

.chief-executive p {
    font-size: 14px;
    line-height: 2em;
    color: #4a4a4a;
}


/* Chief-executive Page CSS End */


/* Chief-executive Page CSS Start */

.services-overview {
    color: #555555;
    padding: 30px 0;
}

.tag-line {
    font-size: 45px;
    margin-bottom: 20px;
  
    line-height: 1.1;
    margin-bottom: 20px;
font-weight: 400;
/* line-height: 1.1; */
background-image: linear-gradient(89deg, #6287B1 12%, #DB0C7E 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 1.47059;
font-weight: 400;
letter-spacing: -.022em;
}


.services-overview .fa-angle-right {
    padding-right: 3px;
    color: #dedede;
}


/* Chief-executive Page CSS End */

.bordertop-wrapper {
    border-top: 3px solid #f9f9f9;
    width: 100%;
    opacity: 0.52;
}

.bordertop-wrapper .services-overview {
    color: #040404;
    padding-top: 77px;
}


/* Company Page CSS Start */

.container.no-slider {
    padding-top: 50px;
    padding-bottom: 100px;
}

.company-page #companies>div>a {
    display: block;
    margin-bottom: 30px;
}

.company-page #companies>div>a:hover {
    -webkit-animation: opacityPulse 0.5s ease-in-out;
    -moz-animation: opacityPulse 0.5s ease-in-out;
    -o-animation: opacityPulse 0.5s ease-in-out;
    animation: opacityPulse 0.5s ease-in-out;
}

@keyframes opacityPulse {
    0% {
        display: block;
        opacity: 1;
    }
    30% {
        display: block;
        opacity: 0.6;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.company-page #companies>div>a>img {
    max-width: 100%;
    height: auto;
}

.links-container {
    width: 100%;
    background-color: #f9f9f9;
    padding: 22px 0 0 0;
}

.links-container p {
    font-size: 12px;
    line-height: 18px;
    color: #555555;
}

.links-container p a {
    color: #555555;
    text-decoration: none;
}

.links-container p a:hover {
    border-bottom: 1px solid;
}

.links-container p strong {
    font-size: 11px;
    line-height: 39px;
    color: #555555;
}

.links-container .fa-angle-right {
    padding-right: 6px;
    color: #d9d9d9;
}


/* Company Page CSS End */


/* News Page CSS Start */

.news-row {
    padding-bottom: 40px;
    border-bottom: 0.5px dotted #d4d4d4;
    padding-top: 40px;
    
}

.news-row .date {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}

.news-row h3 {
    margin: 10px 0;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -.022em;
    font-style: normal;
}

.news-row p {
    line-height: 1.5em;
    font-style: normal;
}

.news-single h1 {
    text-align: left;
    color: #316AA6;
    margin: 14px 0 16px;
    padding-bottom: 30px;
    border-bottom: 1px solid #316aa6;
    border-bottom-color: rgb(49, 106, 166);
    /* padding-top: 40px; */
    /* border-top: 2px solid #316aa6; */
    /* border-top-color: rgb(49, 106, 166); */

    font-size: 1.9em;
    line-height: 1.47059;
    font-weight: 500;
    letter-spacing: -.022em;
    font-style: normal;
}

h1 {}

.news-row h3 {
    color: #316AA6;
}

.news-row a {
    color: #121212;
}

.news-sidebar {
    background-color: #FFFFFF;
    /* background-image: -webkit-linear-gradient(133deg, #20437E 23%, rgba(48, 96, 182, 0.69) 100%); */
    font: #fff;
    padding: 30px;
    margin-bottom: 29px;
    border-left: 1px dotted #bdbdbd;
}

.news-sidebar ul {
    padding: 8px 0;
}

.news-sidebar ul li {
    list-style-type: none;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 14px;
}

.news-sidebar ul li a {
    color: #555555!important;
    text-decoration: none;
}

.news-sidebar.nav ul li a {
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
}

.news-sidebar h4 {
    font-weight: bold;
    font-size: 18px;
}

.news-sidebar h4 {
    color: #555555;
    text-align: left;
}

.news-sidebar p {
    font-size: 12px;
    text-align: left;
}


/* News Page CSS End */


/* careers Page CSS Start */

.blue-container {
    width: 100%;
    padding: 59px 0 59px;
    background-color: #eff5f9;
    color: #333;
 background-image: linear-gradient(320deg, #d2e3f3 0%, #eff5f9 100%);
   /* background-image: -webkit-linear-gradient(133deg, #20437E 23%, rgba(48, 96, 182, 0.69) 100%); */
    
}

.blue-container.careers-list-heading {
    padding: 50px 0 50px;
}

.blue-container.news {
    padding: 50px 0 50px;
}

.about-container-header {
    padding: 60px 0 100px;
    text-align: center;
    font-size: 18px;
    line-height: 150%;
}

.about-container-header a,
.about-container-header a:hover {
    font-weight: 700;
    color: inherit;
    text-decoration: none!important;
    line-height: 200%;
}

.blue-container h1 {
    font-size: 18px;
}

.blue-container h2 {
    font-size: 36px;
    margin: 39px 0 12px;
    margin-top: 20px;
/* font-family: "HeadingFont"; */
/* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif; */
line-height: 1.47059;
font-weight: 600;
letter-spacing: -.022em;
}

.blue-container p {
    font-size: 12px;
}

.careers-sidebar {
    padding: 33px 42px 77px;
    background-color: #1173ce;
    color: #333;
    border-right: 33px solid #fff;
    background-image: linear-gradient(320deg, #d2e3f3 0%, #eff5f9 100%);
}

.careers-sidebar label {
    font-size: 15px;
    margin-bottom: 0px;
}

.careers-content h2 {
    font-size: 18px;
    color: #1173ce;
    margin: 9px 0;
    text-transform: uppercase;
}

.careers-content .row {
    padding: 14px 0;
    width: 100%;
}

.careers-sidebar .row {
    margin: 20px 0;
}

.careers-content .row h3 {
    color: #1173ce;
}

.careers-content input {
    background: none;
    border-bottom: 1px solid #3333;
    padding: 6px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
}

.careers-sidebar select {
    color: #33333;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #3333;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 300;
}

.careers-content i {
    float: right;
    right: 0px;
    position: relative;
    top: 33px;
    padding: 0px 5px;
}

.careers-single h5 {
    margin-top: 20px;
}


.careersdetail-row p {
    color: #000;
}

.showing-results {
    padding-bottom: 0 !important;
}

.showing-results label {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}


.career-updated-box {
    background-color: #333333;
    margin: 20px 0 55px 0;
    padding: 19px 22px 40px !important;
}

.career-updated-box h3 {
    margin: 0 0 10px;
    color: #555555;
    font-size: 20px;
}

.career-updated-box p {
    color: #000;
}

.career-updated-box a {
    background-color: #1173ce;
    border-radius: 22px;
    color: #333;
    font-weight: bold;
    padding: 14px 44px;
    text-decoration: none;
}

.career-updated-box a:hover {
    background-color: #2c73b0;
}

.blue-btn {
    background-color: #1173ce;
    border-radius: 26px;
    color: #fff !important;
    font-weight: bold;
    padding: 14px 34px;
    text-decoration: none !important;
}

.blue-btn:hover {
    background-color: #2c73b0;
    color: #fff;
    text-decoration: none;
}

.white-btn {
    background-color: transparent;
    border-radius: 27px;
    border: 2px solid #3333;
    color: #333;
    font-weight: bold;
    padding: 14px 34px;
    text-decoration: none !important;
}

.white-btn:hover {
    background-color: #3333;
    color: #1173ce;
    text-decoration: none;
}


/* careers Page CSS end */

.footer {
    padding: 0 15px 20px;
    margin: 0 auto;
    bottom: 0px;
    clear: both;
    flex-grow: 0 !important;
    position: relative !important;
}


/* Portfolio Page CSS Start */

.holding-portfolio button {
    color: #5b5b5b;
    font-size: 18px;
    margin-right: 11px;
    background: none;
    border: 0;
}

.holding-portfolio button:hover {
    color: #4A90E2;
}

.holding-portfolio div.row {
    padding: 0;
}

.holding-portfolio .item {
    padding: 0px 88px 0 17px;
    height: auto;
    min-height: 252px;
    margin-bottom: 30px;
}

.holding-portfolio .item img {
    object-fit: scale-down;
    padding-bottom: 11px;
    height: 80px;
    padding-bottom: 11px;
    width: 177px;
}

#portfolio-items {
    transition: height 1.5s ease;
}

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


.nav-item .active,
.red .active a:hover {
    background-color: red;
}

.portfolio {
    margin-top: 20px;
}


/* Portfolio Page CSS End */


/* Footer CSS Start */

.footer-logo {
    float: left;
    margin-right: 9px;
    padding-top: 2px;
    width: 9px;
}


footer .bar {
    border-top: 1px solid #dddddd;
    float: none;
    margin: 0 auto;
    padding-bottom: 8px;
    text-align: center;
    width: 100%;
}

.footer-content .links {
    padding-top: 37px;
}

.footer-content .links a:hover {
    color: #000;
}

.footer-content-page-title {
    font-size: 11px;
    color: #555555;
    line-height: 200%;
}

.footer-content-page-title .fa-angle-right {
    margin: 0 9px;
}


.subsidairies-box {
    border: 1px solid #333;
    width: 100%;
    height: 80px;
    border-radius: 10px;
    position: relative;
    font-size: 17px !important;
    padding-top: 46px;
    padding-left: 7px;
}


/* Footer CSS End */

.container {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 0;
    height: auto;
}

@media only screen and (max-width: 414px) {
    .equality-row1 h2 {
        font-size: 14px;
        width: 355px;
    }
}

@media only screen and (max-width: 375px) {
    .equality-row1 h2 {
        font-size: 14px;
        width: 315px;
    }
}

@media only screen and (max-width: 360px) {
    .equality-row1 h2 {
        font-size: 14px;
        width: 300px;
    }
}

@media only screen and (max-width: 320px) {
    .equality-row1 h2 {
        font-size: 14px;
        width: 270px;
    }
}

@media only screen and (max-width:1980px) {
    #canvas-2 {
        height: 350px !important;
    }
}

@media only screen and (max-width:980px) {
    #canvas-2 {
        position: static !important;
        padding-top: 50px !important;
    }
}

@media only screen and (max-width:640px) {
    #canvas-2 {
        width: 100%;
        height: auto !important;
    }
}

.subsidiaryDetails .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.subsidiaryDetails .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
    margin-right: -2px;
}

.subsidiaryDetails .row>.bottomAlign {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    margin-bottom: -30px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #DADADA;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #DADADA;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #DADADA;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #DADADA;
}

/* pagination */

.pagination a, .pagination span {
    padding: 7px 18px; 
    display: inline-block;
}

.pagination span.current-page {
    font-weight: 900;
    color: #316AA6;
}

.pagination a, .pagination a:hover {
    color: #333;
}

.pagination {
    text-align: center;
}

/* scoll animation css for portfolio and locations page start */
/* Credits: https://codepen.io/Igorxp5/pen/jPRaJB? */

.mouse {
    bottom: -51px;
    left: 0;
    margin: 0 auto;
    opacity: 0.6;
    position: absolute;
    right: 0;
    text-align: center;
    transition: opacity 0.9s ease 0s;
    width: 26px;
}
.mouse:hover {
  opacity: 1;
}
.mouse:hover .help-mouse-wheel:before,
.mouse:hover .help-mouse-wheel:after {
  animation: indicator-up-down 1.5s infinite ease-in-out;
  height: 8px;
  opacity: 0;
}
.mouse:hover .help-down {
  animation: arrow-down 0.3s infinite alternate;
}
.help-mouse-down {
  border: 2px solid #fff;
  border-radius: 17px;
  height: 45px;
  margin: 15px auto 10px;
  position: relative;
  width: 26px;
}
.help-mouse-wheel {
  position: relative;
  left: 50%;
  transition: opacity 0.5s;
}
.help-mouse-wheel:before,
.help-mouse-wheel:after {
  content: '';
  background: #fff;
  border-radius: 50%;
  margin-left: -13px;
  height: 4px;
  position: absolute;
  top: 5px;
  transition: top 0.5s, height 0.5s, opacity 0.5s;
  width: 4px;
}
.help-mouse-wheel:before {
  animation: scroll 1.5s 0.75s infinite ease-in-out;
}
.help-mouse-wheel:after {
  animation: scroll 1.5s infinite ease-in-out;
}
.help-down {
  animation: arrow-down 0.6s infinite alternate ease-in-out;
  border-bottom: 2px solid #cdcdcd;
  border-right: 2px solid #cdcdcd;
  display: block;
  height: 5px;
  margin: 0 auto;
  transform: rotate(45deg);
  transition: opacity 0.5s;
  width: 5px;
}
@-moz-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0;
  }
}
@-webkit-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0;
  }
}
@-o-keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    top: 5px;
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 15px;
    opacity: 0;
  }
}
@-moz-keyframes indicator-up-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@-webkit-keyframes indicator-up-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@-o-keyframes indicator-up-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@keyframes indicator-up-down {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 20px;
  }
}
@-moz-keyframes arrow-down {
  0% {
    margin-top: 5px;
  }
  100% {
    margin-top: 15px;
  }
}
@-webkit-keyframes arrow-down {
  0% {
    margin-top: 5px;
  }
  100% {
    margin-top: 15px;
  }
}
@-o-keyframes arrow-down {
  0% {
    margin-top: 5px;
  }
  100% {
    margin-top: 15px;
  }
}
@keyframes arrow-down {
  0% {
    margin-top: 5px;
  }
  100% {
    margin-top: 15px;
  }
}

/* scroll animation css for portfolio and locations page end */