body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    overflow: hidden

}

.inner {
   background-image: url('../images/bg-inner.png'); 
}

html {
    overflow-x: hidden;
    overflow: hidden
}

/** General Css **/

h1 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 70px;
    line-height: 1.3;
    margin-top: 21rem

}

h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: bold;
    color: #000;
    margin-bottom: 7rem;


}

h1 span,
h2 span {
    color: #ed220d
}

p {
    color: #666;
    
}

.btn {
    padding: 10px 50px;
    font-size: 17px;
    color: #FFF;
    background: #ed220d;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: all .4s ease-in-out;

}

.btn:hover {
    color: #FFF;
    background: #000;
    box-shadow: 0px 0px 20px 2px #BBB;
    transition: all .4s ease-in-out;
    
}


/** Start Banner **/
.banner {
    background-position: right top;
    background-repeat: no-repeat
}

/** Navbar **/
.nav {
    display: inline-block;
    transform: translate(0,50%);
    float: right;
    padding-right: 4rem
}
.navbar-default {
    background: none;
    border: none;
    height: 115px;
    padding-top: 25px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-0);
    padding-bottom: 10rem;;
    z-index: 99;
}
.navbar .navbar-brand img {
    width: 200px
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {

    background: none;
    color: #ed220d;
    border-bottom: 2px solid #ed220d;
    transition: all .2s ease-in-out;

}

.scroll-menu .navbar-nav > .active > a,
.scroll-menu .navbar-nav > .active > a:hover,
.scroll-menu .navbar-nav > .active > a:focus {

    color: #000;
    border: none;

}

.navbar-default .navbar-nav .dropdown-menu a:hover{
    color: #ed220d
}

.navbar-default .navbar-nav .dropdown-menu a:focus{
    background-color: #000
}

.navbar-default .navbar-nav > li > a:hover {
    border: none;
    transition: all .2s ease-in-out;
}
.nav > li > a {
    padding: 0;
    margin: 10px 15px;
}

.scroll-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px #AAA;
    z-index: 99;
    height: auto;
    padding-top: 40px;
    padding-bottom: 25px;
    border-radius: 0;
    transform: translate(0,0);
}

.scroll-menu .navbar-brand {
    display: none;
}

.scroll-menu .nav {
    margin: auto;
    text-align: center;
    display: inline-block;
    float: none;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding-right: 0
}

.scroll-menu .navbar-collapse {
    text-align: center
}


@keyframes sliding {
    
}
/** Banner text **/
.banner-text {
    left: 25%;
    position: relative;
}
.banner-text p {
    font-size: 20px;
    margin: 4rem 0;
    padding-right: 6rem;
    line-height: 2;
    letter-spacing: 1px
}

.banner .container-fluid {
    padding-right: 0;
}

.banner .image {
    padding-right: 0;
}

.banner .image img {
    width: 100%
}

/** End Banner **/

/** Start About **/
.about {
    margin: 10rem auto 0;
    padding: 0 0 21rem;
    background-image: url('../images/sec-bg-1.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.about-content {
    background: #FFF;
    width: 90%;
    padding: 8rem;
    box-shadow: 0px 0px 20px 2px #BBB;
    border-radius: 10px;
    margin: auto
}

.about p {
    display: table;
    margin: auto;
    font-size: 20px;
    line-height: 2.7;
    color: #000;
    margin-bottom: 50px
}
/** End About **/

/** Start Services **/

.services {
    margin-bottom: 21rem
}
.services img {
    float: left;
    margin-top: 10px;
    width: 20%
}

.services .service-text {
    float: left;
    padding-left: 15px;
    width: 65%
}

.services .service-text h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px
}

.service {
    transition: all .2s linear
}


.service:hover h3 {
    color: #ed220d;
    transition: all .2s linear
}

.services .service-text p {
    font-size: 18px;
    margin-bottom: 6rem;
    line-height: 1.7
}

.services .btn {
    margin: auto;
    display: table;
    text-transform: uppercase;
}
/** End Services **/

/** Start News **/
.news {
    margin-bottom: 19rem
}



.swiper-slide {
    background: #FFF;
    margin-right: 50px;
    border: 1px solid #777;
    margin-bottom: 58px;
    min-height: 600px;
    line-height: 1.7;
    transition: all .2s linear

}

.swiper-slide:hover {
    transition: all .2s linear;
    box-shadow: 0px 0px 20px 2px #BBB;
}

.swiper-slide img {
    width: 100%
}

.swiper-slide .news-content {
    padding: 20px
}

.swiper-slide .news-content h3 {
    color: #000;
    font-weight: bold;
}

.swiper-slide .news-content span {
    display: block;
    color: #888;
    float: right;
    font-size: 13px;
    margin-bottom: 15px
}

.swiper-slide .news-paragraph {
    font-size: 16px;
    display: inline-block
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ed220d;
}

/** End News **/

/** Start Contact **/

.contact-content {
    background: #FFF;
    width: 90%;
    padding: 7rem 3rem;
    box-shadow: 0px 0px 20px 2px #BBB;
    border-radius: 10px;
    margin: auto;
    min-height: 800px
}

.contact-content h2 {
    margin-top: 0
}

.contact-content form {
    float: left
}
.contact-content input:not(.btn),
.contact-content textarea{
    width: 90%;
    margin-bottom: 30px;
    padding: 15px 20px;
    font-size: 20px;
    border: 2px solid #ed220d;
    border-radius: 30px;
    transition: all .3s linear;
    float: left

}

.contact-content textarea {
    height: 150px
}

.contact-content input:focus,
.contact-content textarea:focus {
    outline: none;
    border: 2px solid #000;
    transition: all .3s linear;
    
}

.gmap_canvas {
    width: 100% !important;
}
.mapouter {
    float: right;
    width: 100% !important;
}

iframe {
    width: 100% !important
}

/** End Contact **/

/** Start Contact Info **/
.contact-info {
    padding: 8rem 0
}
.contact-info span,
.contact-info a{
    display: block;
    margin: 20px auto;
    font-size: 18px;
    color: #000;
    transition: all .2s linear;


}

.contact-info a:hover {
    color: #ed220d;
    text-decoration: none;
    transition: all .2s linear;
    
}
/** End Contact Info **/

/** Start Footer **/
footer {
    background: #000;
    color: #FFF;
    padding: 5rem 0 2rem;
}

footer .social-links {
    margin: 3rem 0;
    transition: all .2s linear;
    font-size: 16px

}

footer .social-links a {
    color: #c1c1c1
}

footer .social-links i {
    margin: 0 10px;
}

footer .social-links a:hover {
    color: #FFF;
    transition: all .2s linear;
}

footer p {
    color: #FFF
}
/** End Footer **/

/********* Start Services Details Page *********/

.services-banner {
    background-image: url('../images/inner-page-banner.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #FFF
    
}



.services-banner .banner-content {
    padding: 220px 0 130px 0;
    background: rgba(0,0,10,0.7)
}
.services-banner h2 {
    margin-top: 0;
    color: #FFF
}

.services-banner .navigation {
    list-style: none;
    display: inline-flex;
    padding: 0
}

.services-banner .navigation li {
    margin: auto;
    margin-left: 10px;
    text-transform: uppercase;
    color: #AAA;
    font-size: 15px
}

.services-banner li a {
    color: #FFF;
    transition: all .2s linear;


}

.services-banner .dropdown a {
    color: #000;
    transition: all .2s linear;


}

.services-banner li a:hover {
    color: #ed220d;
    text-decoration: none;
    transition: all .2s linear;
}



.services-banner .navbar-default .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
}

.services-banner .scroll-menu .navbar-nav > li > a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.services-banner .navbar-default .navbar-nav > .active > a,
.services-banner .navbar-default .navbar-nav > .active > a:hover,
.services-banner .navbar-default .navbar-nav > .active > a:focus {

    background: none;
    color: #ed220d;
    border-bottom: 2px solid #ed220d;
    transition: all .2s ease-in-out;

}


.services-banner .scroll-menu .navbar-nav > .active > a,
.services-banner .scroll-menu .navbar-nav > .active > a:hover,
.services-banner .scroll-menu .navbar-nav > .active > a:focus {

    background: none;
    color: #000;
    border: none;

}

.services-banner .navbar-default .navbar-nav > li > a:hover {
    color: #ed220d;
    border: none;
    transition: all .2s ease-in-out;
}


.services-details {
    padding: 10rem 15rem
}

.detail {
    margin-bottom: 8rem
}

.services-details h3 {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px
}


.services-details p {
    color: #777;
    font-size: 16px;
    margin-top: 2rem
}

.services-details ul {
    list-style: none;
    margin: 3rem 0;
    font-size: 17px;
    color: #000
}

.services-details ul li {
    margin-bottom: 20px
}


.services-details ul i {
    margin-right: 10px;
    color: #ed220d
}




/** Start Loading */

.loading-overlay {
    background: #FFF;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}


.lds-ripple {
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%,-50%)

}
.lds-ripple div {
  position: absolute;
  border: 4px solid #ed220d;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}


/** End Loading **/