/* for header testing  */


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}


#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}


#header .logo a {
    color: #fff;
}

#header .logo img {
    max-height: 100%;
}

#header.header-scrolled,
#header.header-inner-pages {
    background: transparent;
    padding: 12px 0;
    visibility: hidden;

}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 40px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'century-gothic';
    color: #fff;
    font-size: 21px !important;
    font-weight: 400;
    padding: 0 4px;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.4px;
    position: relative;
}

.navbar a i,
.navbar a:focus i {
    font-size: 20px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 24px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: transparent;
    /* box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); */
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 20px;
    text-transform: none;
    color: white;
}

.navbar .dropdown ul a i {
    font-size: 20px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: white;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1550px) {

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 4.25rem;
        color: #fff;
        text-align: start;
    }

    .navbar a,
    .navbar a:focus {
        font-size: 20px;
    }
}


@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 10px 0 10px 22px;
    }



    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }


    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 9.25rem;
        color: #fff;
        text-align: center;
    }

}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    #header .logo img {
        max-height: 100%;
        max-width: 70%;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(45, 37, 38, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #191e2b;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: White;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #191e2b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #6c757d;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #191e2b;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/* for header testing  */

#mobileview {
    display: none;
}

.footerimg2 {
    max-width: 100%;
    height: auto;
}

.newservespart2 {
    display: none;
}

/* @media (min-width: 1366px) {

    #fit-logo {
        max-width: fit-content;
    }
} */

@media only screen and (max-width: 568px) {
    .newblock {
        display: none;
    }

    .teamicon1 {
        text-align: center;
    }

    .redmoreteam5085 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden !important;
}




/* BASIC SETUP */

.page-wrapper {
    width: auto;
    height: auto;
    padding: 0;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 99;
    top: 0;
}

.page-wrapper2 {
    width: auto;
    height: auto;
}


#aboutus {
    color: #ffffff !important;
    text-decoration: none;
    font-family: 'century-gothic';
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

#aboutus2 {
    color: #ffffff !important;
    text-decoration: none;
    font-family: 'century-gothic';
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

#contactus {
    color: #ffffff !important;
    text-decoration: none;
    font-family: 'century-gothic';
    font-weight: 500;
    font-size: 20px;
}

#contactus:hover {
    color: #ffffff !important;
    text-decoration: none;
}

#leadership {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'century-gothic';
    font-weight: 500;
    font-size: 20px;
}

#leadership:hover {
    color: white !important;
    text-decoration: none;
}

#careers {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'century-gothic';
    font-weight: 500;
    font-size: 20px;
}

#careers:hover {
    color: white !important;
    text-decoration: none;
}

/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #FFFFFF;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-toggle:hover {
    cursor: pointer;
}

.menu-toggle2 .bar {
    width: 25px;
    height: 3px;
    background-color: #124389;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-toggle2 .mainipblock .is-active {
    background-color: fffff;
}

.menu-toggle2 {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

.menu-toggle2:hover {
    cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;

}

#mobile-menu.is-active .wallpaper_textm {
    opacity: 0;

}

#mobile-menu.is-active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}





/* circle css */

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#ipwallpaperimg {
    background-image: url("../assets/wallpaper/ip-wallpaper.png");
    height: 1080px;
}


.yelloecirclenew {
    background-color: white;
    border-radius: 35px;
    text-align: center;
}

/* img {
    max-width: 100%;
    height: auto;
  } */

#brlin {
    font-weight: 600;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-transform: translate3d(0);
            transform: translate3d(0); */
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mainmenuiconbox {
    padding-right: 56px;
    padding-top: 17px;
}

/* Menu Toggle */

.menu-icon {
    width: 50px;
    height: 50px;
    margin: 0 0 0 auto;
    position: relative;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background-color: white;
    border-radius: 35px;
    padding-right: 50px;
    transition: 0.5s;
}

.menu-bar,
.menu-bar::before,
.menu-bar::after {
    cursor: pointer;
    border-radius: 1px;
    height: 4px;
    width: 35px;
    background: #124389;
    position: absolute;
    left: 15%;
    top: 50%;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-bar.menu-bar::before,
.menu-bar.menu-bar::after {
    content: '';
}

.menu-bar::before {
    left: 0;
    top: -10px;
}

.menu-bar::after {
    left: 0;
    top: 10px;
}

.menu-icon.active span {
    background: transparent;
}

.menu-icon.active .menu-bar::before,
.menu-icon.active .menu-bar::after {
    top: 0;
}

.menu-icon.active .menu-bar::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.menu-icon.active .menu-bar::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Main Menu */

.user-info {
    background: #E2E2E2;
    padding: 1rem;
}

.user__username,
.user__avatar {
    font-weight: 300;
}

.user__avatar {
    float: left;
    margin-right: 1rem;
}

.user__avatar .fa-user {
    color: #FE2E25;
}

.user__status {
    font-size: 0.7rem;
}

.main-menu {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    /* background: #E2E2E2; */
    opacity: 0;
    /* overflow: scroll;
    -webkit-overflow-scrolling: touch; */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1000;
}

#mainmenubarbox {
    background-color: #E2E2E2;
    height: 100vh;
}

.Patents {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: #124389;
    padding-left: 30px;
    padding-top: 30px;
}

.Patents:hover {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: white !important;
    padding-left: 30px;
    padding-top: 30px;
}

.Trademarks {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: #124389;
    padding-left: 30px;
    padding-top: 20px;
}

.Trademarks:hover {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: white !important;
    padding-left: 30px;
    padding-top: 20px;
}

.Industrial {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: #124389;
    padding-left: 30px;
    padding-top: 20px;
}

.Industrial:hover {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: white !important;
    padding-left: 30px;
    padding-top: 20px;
}

.Copyrights {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: #124389;
    padding-left: 30px;
    padding-top: 20px;
}

.Copyrights:hover {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: white !important;
    padding-left: 30px;
    padding-top: 20px;
}

.Plant {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: #124389;
    padding-left: 30px;
    padding-top: 20px;
}

.Plant:hover {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: white !important;
    padding-left: 30px;
    padding-top: 20px;
}

.Layout {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: #124389;
    padding-left: 30px;
    padding-top: 20px;
}

.Layout:hover {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: white !important;
    padding-left: 30px;
    padding-top: 20px;
}

.Geographical {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: #124389;
    padding-left: 30px;
    padding-top: 20px;
}

.Geographical:hover {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: white !important;
    padding-left: 30px;
    padding-top: 20px;
}

.Forms {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: #124389;
    padding-left: 30px;
    padding-top: 20px;
}

.Forms:hover {
    font-size: 25px;
    font-family: 'century-gothic';
    font-weight: 400;
    color: white !important;
    padding-left: 30px;
    padding-top: 20px;
}


.newmenuicon {
    background-color: white;
    border-radius: 35px;
    padding-right: 50px;
}

.Patentsitem {
    background-color: white;
    max-height: 100vh;
    overflow: auto;
    overflow-x: hidden;
}

.servicesboxmain {
    background-color: #124389;
    width: 220px;
    height: 250px;
    text-align: center;
    padding-top: 30px;
    border-radius: 70px 0px;
}

.serviseheadingmainbox {
    font-size: 15px;
    font-family: "century-gothic";
    font-weight: 500;
    color: white;
    padding-top: 25px;
}

.Patentsheading {
    font-size: 45px;
    font-family: 'century-gothic';
    font-weight: 500;
    color: white;
    padding-top: 50px;
}

#patentsmainoxrow {
    padding-top: 20px;
}

/* a:hover{
    text-decoration: none !important;
    color: #124389 !important ;
  } */

.main-menu.active {
    right: 0;
    opacity: 1;
}

.servicesboxmain .imghover {
    display: block;
    text-align: center;
}

.servicesboxmain:hover .serviseheadingmainbox {
    color: white;
}

.servicesboxmain:hover {
    border-radius: 0px 70px;
    transition: 0.5s ease-in;
}

.servicesboxmain:hover .imghover {
    display: none;
    text-align: center;
}

.servicesboxmain .servicesboxmainhover img {
    display: none;
    text-align: center;
}

.servicesboxmain:hover .servicesboxmainhover img {
    display: block;
    text-align: center;
}

#newpimgip {
    margin-left: 0px;
    text-align: center;
}

#newpimgip2 {
    margin-left: 24%;
    text-align: center;
}

.video-container {
    overflow: hidden;
    margin-top: 0;
    position: relative;
}

.secound {
    width: 100%;
    height: 96vh;
    position: relative;
}

.third {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#video-bg {
    width: 100%;
    margin-top: -10px;
}

.wallpaper_text {
    font-size: 50px;
    font-family: "century-gothic";
    padding: 0;
    position: absolute;
    right: 10%;
    left: 10%;
    z-index: 50;
    top: 40%;
    color: white;
    text-align: center;
}



/* @media only screen and (max-width: 1768PX) {
    .wallpaper_text {
        font-size: 90PX !important;
    }
} */


/* @media only screen and (max-width: 1660px) {
    .wallpaper_text {
        font-size: 80px !important;
    }
} */



/* @media only screen and (max-width: 1526px) {
    .wallpaper_text {
        font-size: 70px !important;
    }
} */



/* @media only screen and (max-width: 1410px) {
    .wallpaper_text {
        font-size: 60px !important;
    }
} */

@media (max-width: 1400px) {
    #fit-logo {
        /* max-width: fit-content !important; */
    }
}
@media (max-width: 1150px){  
#fit-logo {
    max-width: none !important;
}
}


/* @media only screen and (max-width: 1310px) {
    .wallpaper_text {
        font-size: 60px !important;
        top: 45% !important;
    }
} */

/* @media only screen and (max-width: 1300PX) {


    .wallpaper_text {
        top: 45% !important;
    }
} */

@media only screen and (max-width: 1200PX) {}

@media only screen and (max-width: 1190px) {
    .wallpaper_text {
        font-size: 45px !important;
        top: 50% !important;
        text-align: center;
    }

    .navbar>ul>li {
        white-space: nowrap;
        padding: 10px 0 10px 2px;
    }
}

@media only screen and (max-width: 1100PX) {}

@media only screen and (max-width: 1060px) {
    .wallpaper_text {
        font-size: 45px !important;
    }
}

@media only screen and (max-width: 1000PX) {

    .wallpaper_text {
        top: 30% !important;
    }

    .page-wrapper2 .menu-toggle2 {
        z-index: 1000;
        position: fixed;
        left: 85%;
        top: 3%;
    }

    .new_fixed {
        position: initial;
    }
}

@media only screen and (max-width: 800px) {
    .wallpaper_text {
        top: 30% !important;
        font-size: 30px !important;
        left: 45% !important;
    }
}

@media only screen and (max-width: 600px) {
    #logoimg {
        max-width: 50% !important;
    }

    .wallpaper_text {
        top: 14% !important;
        font-size: 15px !important;
        left: 40% !important;
    }
}

.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}


/**** ABOUT ****/

.bg-color {
    background: #F05F40;
}

.sectionasets {
    position: relative;
    text-align: center;
}

.about-section h3 {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
}

.about-section h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: #c34d34;
}

.about-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 15px;
}

.btn-default-new {
    background: #c34d34;
    border-radius: 30px;
    border: solid 3px #c34d34;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'century-gothic', sans-serif;
    padding: 0 25px;
    line-height: 3.1;
    margin-top: 30px;
    letter-spacing: 0.05em;
    -ms-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.btn-default-new:hover,
.btn-default-new:focus {
    background: #fff;
    color: #c34d34;
    border-color: #c34d34;
}

/**** ABOUT END ****/

/**** SERVICE ****/

.service-section h3 {
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 0.05em;
}

.service-section h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: #F05F40;
}

.service-items .icon {
    color: #F05F40;
    font-size: 36px;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    border: solid 2px #F05F40;
    margin: 0 auto 30px;
    line-height: 98px;
}

.service-items h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #F05F40;
}

.service-items h4 a {
    color: #222;
}

.service-items h4 a:hover {
    color: #F05F40;
}

.service-items p {
    font-size: 16px;
    line-height: 1.6;
    color: #414141;
    margin-bottom: 15px;
}

/**** SERVICE END ****/

/**** PORTFOLIO ****/

.portfolio-section {
    padding: 0;
}

.portfolio-section .portfolio-section-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 2000px;
}

.portfolio-section-inner .portfolio-section-row {
    display: table-row;
    width: 100%;
}

.portfolio-section-inner .portfolio-section-data {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    height: 420px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.portfolio-section-inner .portfolio-section-data .portfolio-section-text {
    position: absolute;
    top: 150%;
    ;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    margin: auto;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-section-inner .portfolio-section-data:hover .portfolio-section-text {
    top: 0;
}

.portfolio-section-text .portfolio-section-text-inner {
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-section-text p {
    font-size: 28px;
    line-height: 1.6;
    color: #fff;
}

.portfolio-section-text a {
    color: #F05F40;
    font-size: 14px;
}

.portfolio-section-text a:hover {
    color: #fff;
}

/**** PORTFOLIO ****/

/**** FOOTER ****/

footer {
    position: relative;
    text-align: center;
}

footer h3 {
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0.05em;
}

footer h3:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: #F05F40;
}

footer p {
    font-size: 18px;
    line-height: 1.6;
    color: #adadad;
}

.gap {
    display: block;
    margin-top: 50px;
}

footer span.glyphicon {
    color: #adadad;
    font-size: 28px;
    display: block;
    margin: 0 auto 30px;
}

footer a {
    color: #adadad;
}

footer a:hover {
    color: #F05F40;
}