*:focus {
    outline: 0;
}

/*====================*/
/*== Web Components ==*/
/*====================*/

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.player {
    position: absolute;
    padding: 10px;
    right: 47%;
    bottom: 43%;
    z-index: 100;
}

.video {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0%;
    left: 0%;
    display: none;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .player {
        right: 0;
        top: 23%;
        bottom: unset;
    }
    /*.video {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: left top;
           -moz-transform-origin: left top;
            -ms-transform-origin: left top;
             -o-transform-origin: left top;
                transform-origin: left top;
        width: 320px; 
        position: absolute;
        top: 100%;
            left: 0
     } */
    /*this is the iPhone screen width.*/
}


/*@media screen and (orientation:landscape) {
  .video {
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);
    width: 100% ;
    height: auto;
    overflow: scroll;
  }
}*/


/* Chrome, Safari, Opera */


/* IE 9 */

.btn {
    color: #fff;
}

.btn-1 {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: none;
    cursor: pointer;
    padding: 15px 20px;
    display: inline-block;
    margin: 15px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 5;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-effect {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}

.btn-1 {
    border: 1px solid #fff;
    color: #187FFF;
}


/* Button 1e */

.btn-1e {
    overflow: hidden;
    background-color: #fff;
}

.btn-1e:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #187FFF;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover,
.btn-1e:active {
    color: #fff;
}

.btn-1e:hover:after {
    height: 200%;
    opacity: 1;
}

.btn-1e:active:after {
    height: 400%;
    opacity: 1;
}


/* Button 1f */

.btn-1f {
    overflow: hidden;
    color: #fff;
}

.btn-1f:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #FFF;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1f:hover,
.btn-1f:active {
    color: #187FFF;
}

.btn-1f:hover:after {
    height: 260%;
    opacity: 1;
}

.btn-1f:active:after {
    height: 400%;
    opacity: 1;
}

.btn-2 {
    width: 100px;
}

.btn-3 {
    border: none;
    position: relative;
    padding: 20px 30px 20px 30px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
}

.btn.btn-fab.btn-info,
.input-group-btn .btn.btn-fab.btn-info {
    background-color: #00438c;
    border-color: transparent;
    color: rgba(255, 255, 255, 0.84);
}

.btn-fab:not(.btn-raised):not(.btn-link):hover,
.input-group-btn .btn:not(.btn-raised):not(.btn-link):hover,
.btn:not(.btn-raised):not(.btn-link):focus,
.input-group-btn .btn:not(.btn-raised):not(.btn-link):focus {
    outline: none;
    background-color: rgba(0, 67, 140, 0.9);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.btn.btn-fab,
.input-group-btn .btn.btn-fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    position: relative;
    line-height: normal;
}

.btn.btn-fab .ripple-container,
.input-group-btn .btn.btn-fab .ripple-container {
    border-radius: 50%;
}

.btn.btn-fab.btn-fab-mini,
.input-group-btn .btn.btn-fab.btn-fab-mini,
.btn-group-sm .btn.btn-fab,
.btn-group-sm .input-group-btn .btn.btn-fab {
    height: 40px;
    min-width: 40px;
    width: 40px;
}

.btn.btn-fab.btn-fab-mini.material-icons,
.input-group-btn .btn.btn-fab.btn-fab-mini.material-icons,
.btn-group-sm .btn.btn-fab.material-icons,
.btn-group-sm .input-group-btn .btn.btn-fab.material-icons {
    top: 0px;
    left: 0px;
}

.btn.btn-fab i.material-icons,
.input-group-btn .btn.btn-fab i.material-icons {
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-12px, -12px);
    -ms-transform: translate(-12px, -12px);
    -o-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px;
}

.btn i.material-icons,
.input-group-btn .btn i.material-icons {
    vertical-align: middle;
}

.btn.btn-lg,
.input-group-btn .btn.btn-lg,
.btn-group-lg .btn,
.btn-group-lg .input-group-btn .btn {
    font-size: 16px;
}

.btn.btn-sm,
.input-group-btn .btn.btn-sm,
.btn-group-sm .btn,
.btn-group-sm .input-group-btn .btn {
    padding: 5px 20px;
    font-size: 12px;
}

.btn.btn-xs,
.input-group-btn .btn.btn-xs,
.btn-group-xs .btn,
.btn-group-xs .input-group-btn .btn {
    padding: 4px 15px;
    font-size: 10px;
}


/*===================*/
/*=== Preloader =====*/
/*===================*/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: #2c3e50;
}

.spinner {
    width: 40px;
    height: 40px;
    top: 50%;
    position: relative;
    margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*===================*/
/*===== Home ========*/
/*===================*/

#home {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    #home {
        min-height: 615px;
        overflow: auto;
        position: absolute;
    }
}

.introduction {
    float: left;
}

.bg-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.1;
    background: #fff url("../img/port.jpg") no-repeat fixed center;
    background-size: cover;
}

.introduction .fore-img {
    top: 0;
    left: 0;
    width: 150px;
}

.mask {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.48);
}

.mask1 {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    left: 0;
    background: #4d90fe;
}

.mask2 {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    left: 0;
    background: #5d1ca5;
}

.mask3 {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    left: 0;
    background: #e74c3c;
}

.mask4 {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    left: 0;
    background: #18bc9c;
}

.mask5 {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    left: 0;
    background: #f39c12;
}

.mask6 {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: absolute;
    top: 0;
    left: 0;
    background: #2c3e50;
}

.intro-content {
    position: relative;
    top: 15%;
    padding-left: 100px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .intro-content {
        padding: 10px 30px 0px 30px;
        text-align: center;
    }
}

.intro-content h1 {
    color: #4b4b4b;
    display: block;
    font-weight: 700;
}

.intro-content span {
    color: #00438c;
    font-size: 50px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .intro-content h1 {
        display: none;
    }
    .intro-content span {
        display: block;
        line-height: 1;
    }
}

.intro-content span.number {
    font-size: 15em;
}

.intro-content .slogan-text {
    font-weight: 400;
    font-size: 20px;
    padding-left: 100px;
}

.menu {
    float: left;
    padding: 0;
    position: relative;
}

@media screen and (max-width: 768px) {
    .intro-content span {
        font-size: 30px;
    }
    .intro-content .slogan-text {
        padding-left: 0px;
        font-size: 15px;
    }
    .menu {
        float: none;
    }
}

.menu > div {
    width: 50%;
    height: 34%;
    overflow: hidden;
    float: left;
    position: relative;
    cursor: pointer;
}

.menu > div > img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 1s linear;
    transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear, -webkit-transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear;
}

.menu > div:hover > img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.menu > div > a > img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 1s linear;
    transition: -webkit-transform 1s linear;
    transition: transform 1s linear;
    -webkit-transition: -webkit-transform 1s linear, -webkit-transform 1s linear;
    transition: transform 1s linear, -webkit-transform 1s linear;
}

.menu > div:hover > a > img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 768px) {
    .menu > div {
        height: 40%;
    }
}

.heading {
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heading i {
    background: transparent;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    margin: auto auto 10px;
    text-align: center;
    /*box-shadow: 0 0 0 0 rgba(256, 256, 256, 0.2);*/
    width: 60px;
    -webkir-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/*@media screen and (max-width: 768px) {
    .menu > div > img {
        position: relative;
    }
    .heading {
    position: absolute;
    width: 100%;
    top: 50%;
    }
}*/

.menu > div:hover .heading i {
    box-shadow: 0 0 0 50px rgba(256, 256, 256, 0);
}

.menu > div h2 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
}

.menu > div h2 span {
    color: #00B796;
}

@media screen and (max-width: 768px) {
    .menu > div h2 {
        font-size: 24px;
    }
}


/*===========================*/
/*========= close btn =======*/
/*===========================*/

.btn-close {
    display: none;
    right: 0;
    z-index: 100;
}


/*===========================*/
/*========= pages ==========*/
/*===========================*/

.page {
    display: none;
}


/*.profile-page,
.service-page,
.portfolio-page,
.technology-page,
.rates-page,
.contact-page {
    position: relative;
    width: 100%;
}*/


/*===========================*/
/*========= generic =========*/
/*===========================*/

.left-hide {
    padding-left: 0px;
}

.demo-decor {
    color: #187FFF;
    padding: 20px;
    text-align: center;
}

.demo-decor:before,
.demo-decor:after {
    position: relative;
    top: -6px;
    display: inline-block;
    width: 62px;
    padding-right: 200px;
    padding-left: 200px;
    border-bottom: 1px dotted #000;
    content: '';
}

.demo-decor i {
    padding: 0px 20px 0px 20px
}

.demo-decor2 {
    color: #187FFF;
    padding: 20px 0px 20px 0px;
    text-align: center;
}

.demo-decor2:before,
.demo-decor2:after {
    position: relative;
    top: -6px;
    display: inline-block;
    width: 62px;
    padding-right: 405px;
    padding-left: 130px;
    border-bottom: 1px dotted #666;
    text-align: center;
    content: '';
}

.demo-decor2 i {
    padding: 0px 20px 0px 20px
}

@media screen and (max-width: 768px) {
    .demo-decor:before,
    .demo-decor:after,
    .demo-decor2:before,
    .demo-decor2:after {
        padding-right: 30px;
        padding-left: 30px;
    }
    .right-bar {
        border-right: 0px;
    }
}

.demo-table {
    display: table;
    color: #fff;
    width: 100%;
    padding: 50px;
    opacity: 0.9;
    background-color: rgb(27, 127, 204);
}

.demo-table h1,
.demo-table h5 {
    color: #fff;
}

.demo-table2 {
    display: table;
    width: 100%;
    height: 700px;
    background-color: rgba(140, 207, 245, 0.81);
}

.demo-table3 {
    display: table;
    width: 100%;
    padding: 30px;
}

.demo-table3 h3 {
    text-align: left;
}

.demo-table4 {
    display: table;
    width: 100%;
    height: 700px;
    background-color: rgba(47, 47, 47, 0.57);
}

.demo-table5 {
    display: table;
    width: 100%;
    height: 200px;
    margin-bottom: 400px;
}

.demo-table6 {
    display: table;
    width: 100%;
    height: 200px;
}

.demo-table6 h1 {
    text-transform: uppercase;
    font-weight: bold;
}

.demo-table7 {
    display: table;
    width: 100%;
    padding: 30px;
    background-color: #0B39A2;
    color: #fff;
}

.demo-table7 h1,
.demo-table7 h4 {
    color: #ccc;
}

@media screen and (max-width: 768px) {
    .demo-table,
    .demo-table3,
    .demo-table7 {
        padding: 30px 0px 30px 0px;
    }
    .demo-table .col-lg-10 {
        padding-right: 0px;
        padding-left: 0px;
    }
}


/*===========================*/
/*========= about ==========*/
/*===========================*/

.cap h3 {
    margin-top: 0px;
}

.cap h6 {
    margin: 26px 0px 26px 0px;
}

.cap .col-md-4 {
    padding-left: 0px;
}

.panel-default > .panel-heading {
    color: #333333;
    border-color: #187fff;
}

.panel-heading {
    padding: 20px;
    text-align: center;
}

.panel-heading h4 {
    font-weight: 600;
}

.bg-wallpaper {
    background-image: url("../../assets/img/port.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}

#circle-shape-example {
    margin: 20px 0px 20px 60px;
}

#circle-shape-example li {
    font-size: 18px;
    font-weight: 600;
    list-style: none;
    line-height: 1.7;
    font-family: 'Titillium Web';
    text-align: justify;
}

#circle-shape-example .curve {
    width: 300px;
    height: 300px;
    min-width: 150px;
    float: left;
    margin-right: 2rem;
    border-radius: 50%;
    -webkit-shape-outside: circle();
    shape-outside: circle();
}

.thumbnail>.promsme {
    max-width:73%;
}

.thumbnail>.bizsafestar {
    max-width:77%;
}

.thumbnail>.SGS {
    max-width:56%;
}

.thumbnail>.ISO {
    max-width:95%;
}

.thumbnail>.SLA {
    max-width:101%;
}

.thumbnail>.Top20 {
    max-width:73%;
}

@media screen and (max-width: 768px) {
    #circle-shape-example {
        margin: 0px;
    }
    #circle-shape-example li {
        padding: 0px 0px 10px 0px;
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
        list-style: decimal;
    }
}


/*===========================*/
/*========= portfolio =======*/
/*===========================*/

.gallery div {
    display: inline-block;
}

.single-counter {
    text-align: center;
}

.single-counter h4 {
    color: #fff;
}

.single-counter span {
    color: #fff;
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 22px;
    margin-top: 36px;
}

.img_service {
    text-align: center;
}

.img_service img {
    width: 90%;
    border: 5px solid #fff;
}

.thumb .images {
    height: 104px;
}
.thumb .enlarged {
    height: 90%;
    display: block;
    position: absolute;
    padding: 4px;
    margin-bottom: 21px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ecf0f1;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.imgoverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #2c3e50;
}

@media screen and (max-width: 768px) {
    .thumb .enlarged {
        height:auto;
    }
}

/*===========================*/
/*========= career ==========*/
/*===========================*/


.careerhead{
    background-color: #34495E;
    color:#fff;
}

/*===========================*/
/*========= rates ==========*/
/*===========================*/

.tracking-nav:hover {
    text-decoration: none;
}

.tracking-nav h3 {
    position: absolute;
    z-index: 2;
    font-weight: 600;
    color: #222;
    top: 35%;
    left: 25%;

}

.tracking-nav h3:hover {
    color: #333;
}

.tracking-nav img {
    position: relative;
    opacity: 0.5;
    padding: 20px;
}

/*===========================*/
/*========= contact =======*/
/*===========================*/
#map_wrapper {
    padding-bottom: 30px;
}
#map_wrapper h3 {
margin-top: 0px;
}

#map_canvas {
    width: 100%;
    height: 400px;
    z-index: 10000;
}

.maps iframe{
    pointer-events: none;
}

/*===========================*/
/*========= footer ==========*/
/*===========================*/

.footer {
    display: none;
}

.menu_link:hover {
    color:#187FFF;
    cursor: pointer; 
    cursor: hand; 
}

.widget_newsletterwidget .newsletter {
    width: 100%;
    float: left;
    position: relative;
}

.widget_newsletterwidget .newsletter .email {
    padding: 5px 60px 5px 15px;
    /*font-style: italic;*/
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-top-left-radius: 3px;
    height: 40px;
    border: none;
    min-width: 100%;
    color: #252b3f;
}

.widget_newsletterwidget .newsletter .text {
    padding: 5px 60px 5px 15px;
    height: 110px;
    /*font-style: italic;*/
    min-width: 100%;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    border: none;
    margin-top: 1px;
    color: #252b3f;
}

.footer-dark .footer-widget-container .newsletter .email {
    color: #bcc0c4;
    background-color: #565f66;
    border: none;
}

.newsletter .submit-support { 
    min-width: 100%;
    height: 28px;
    background-image: url('../../assets/img/subscribe.png');
    background-color: #187FFF;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border: 1px solid #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.newsletter .submit-support:hover {
    background-color: #0B39A2;
}

footer {
    position: absolute;
    width: 100%;
    padding: 30px;
    background-image: url("../../assets/img/worldmap.png");
    background-size: 80%, contain;
    background-repeat: no-repeat;
    background-position: -550px -205px;
    background-color: #252b3f;
    color: #ccc;
    -webkit-box-shadow: 0 10px 10px 10px black;
    -moz-box-shadow: 0 10px 10px 10px black;
    box-shadow: 0 10px 10px 10px black;
}

footer li,
footer ul {
    list-style: none;
    padding: 0px;
}

footer .navbar-collapse {
    padding: 0px;
}

footer a {
    color: #ccc;
}

footer .title h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

footer .list-inline a {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    footer {
        padding: 30px 0px 30px 0px;
        text-align: center;
    }
    .arrow-down {
        width: 0;
        height: 0;
        margin: 0 auto;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 5px solid #666;
    }
    .arrow {
        border-bottom: 1px solid #666;
        margin: 0 auto;
        width: 40%;
    }
}

@media screen and (min-width: 992px) {
    .pull-right-sm {
        float: right;
    }
}