body {
    font-family: 'Roboto', sans-serif;
}

p {
    line-height: 2;
}

ul li {
    line-height: 2;
}

.header {
    position: relative;
    background: url("../images/universal\ banner.png") no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden!important;
}

.container {
    max-width: 1000px;
}


/* navbar*/

.navbar-fixed-top.scrolled {
    background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .8));
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

a.nav-link {
    color: #FF4500;
}

section h2 {
    color: #FF4500;
}

footer {
    background-color: #FF4500;
}

.bg-orange {
    background-color: #FF4500;
}


/* .text-blue{
   color:#1f497d;
} */

#button {
    display: inline-block;
    background-color: #FF4500;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    margin: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s;
    z-index: 1000;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button::after {
    content: "\f077 ";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

.services-content img {
    width: 100px;
    height: 100px;
}

.services-content.border {
    border-width: 4px !important;
    border-color: #FF4500 !important;
    box-shadow: 3px 3px #FF4500;
}

.services-content p {
    color: #FF4500;
}

.shadow-main {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding-bottom: 20px;
}

.website-name {
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #000;
    text-transform: none;
}

.my-india {
    float: left;
    position: absolute;
    z-index: 10;
    top: 3px;
}

.my-india img {
    max-width: 60px;
}