@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-Light.eot');
    src: url('../fonts/GillSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GillSans-Light.woff2') format('woff2'),
    url('../fonts/GillSans-Light.woff') format('woff'),
    url('../fonts/GillSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans.eot');
    src: url('../fonts/GillSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GillSans.woff2') format('woff2'),
    url('../fonts/GillSans.woff') format('woff'),
    url('../fonts/GillSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura-Medium.eot');
    src: url('../fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura-Medium.woff2') format('woff2'),
    url('../fonts/Futura-Medium.woff') format('woff'),
    url('../fonts/Futura-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
body{
    font-family: 'Gill Sans';
    font-weight: 
    font-size: 1rem;
    line-height: 1.5;
    color: #2b2b2b;
    font-weight: 300;
}
a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2b2b2b;
}
a:hover{
    color: #a1a1a1;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Futura';
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1;
}
h1{
    font-size: 1.875rem;
}
h2{
    font-size: 1.625rem;
}
h3{
    font-size: 1.375rem;
}
h4{
    font-size: 1.25rem;
}
h5{
    font-size: 1.125rem;
}
h6{
    font-size: 1rem;
}
img{
    max-width: 100%;
    height: auto;
}
.block{
    padding: 70px 0;
}
/* header */
.header-wrap{
    position: relative;
    overflow: hidden;
}
.header{
    padding: 14px 0;
}
.logo{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.logo-desk{
    display: none;
}
.navbar{
    padding: 0;
}
.navbar-toggler{
    padding: 0;
    border: none;
    margin-right: 10px;
}
.navbar-toggler:focus{
    outline: none;
}

.navbar-nav{
    padding-top: 20px;
}

.navbar-nav li a{
    font-family: 'Futura';
    text-transform: uppercase;
    color: #2b2b2b;
    padding: 2px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.navbar-nav .nav-link{
    padding: 2px 10px;
}
.navbar-nav li{
    margin-left: 5px;
    margin-right: 5px;
}
.navbar .navbar-nav li.active a.nav-link,
.navbar .navbar-nav li a.nav-link:hover{
    color: #fff;
    background-color: #a1a1a1;
}
.header .btn{
    font-size: 11px;
    margin-right: auto;
}
/* hero section */
.hero{
    color: #fff;
    padding: 30px 0;
    background-image: url('../img/hero-bg.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position:  center;
}
.hero h1{
    color: #fff;
}
.main-container{
    padding: 40px 0;
}
.service-box{
    margin-bottom: 50px;
    padding-right: 20px;
}
.service-title a{
    color: #2b2b2b;
}
.service-title a:hover{
    color: #a1a1a1;
}
.service-sub-title{
    color: #a1a1a1;
    font-size: 14px;
    text-transform: uppercase;
}
.more{
    text-transform: uppercase;
    font-family: 'Futura';
    font-weight: 500;
    letter-spacing: 1px;
}
/* widget */
.widget-get-in-touch .widget-title{
    font-size: 24px;
    margin-bottom: 20px;
}
.widget-get-in-touch{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
    background-color: #c12026;
    color: #fff;
}
.widget .lead{
    font-size:  17px;
    line-height: 1.4;
    font-weight: 500;
    font-family: 'Futura';
}
.list-info li{
    margin-bottom: 8px;
}
.list-info li span{
    margin-right: 5px;
}
.list-info li a{
    color: #fff;
}
.list-info li a:hover{
    color: #a1a1a1;
}

/* footer */
.footer{
    padding: 20px 0;
    background-color: #c12127;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footer a{
    color: #fff;
    position: relative;
    padding: 0 10px;
    display: block;
}

.footer a:hover{
    color: #a1a1a1;
}
.footer p{
    margin-bottom: 0;
}

/* services page */
.service-box{
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-box:hover{
    webkit-box-shadow: 0 1.25rem 2.813rem rgba(119, 119, 119, 0.3);
    -moz-box-shadow: 0 1.25rem 2.813rem rgba(119, 119, 119, 0.3);
    box-shadow: 0 1.25rem 2.813rem rgba(119, 119, 119, 0.3);
    -webkit-transform: translateY(-0.625rem);
    -moz-transform: translateY(-0.625rem);
    transform: translateY(-0.625rem);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-icon{
    font-size: 50px;
    display: block;
    margin-bottom: 10px;
}
.service-box h3{
    margin-bottom: 10px;
}
.page-intro{
    margin-bottom: 50px;
}

/* contact page */

.map-wrap {
  position: relative;
  padding-bottom: 110%; /* 16:9 */
  height: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding:  15px;
}
.contact-info li a{
    color: #2b2b2b;
}
.social-list{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.social-list li{
    margin-right: 10px;
    float: left;
}
.social-list li:last-child{
    margin-right: 0;
}
.social-list li a{
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #2b2b2b;
    display: inline-block;
}
.social-list li a:hover{
    border-color: #a1a1a1;
}
/* mis */
.btn{
    text-transform: uppercase;
    font-family: 'Futura';
    font-weight: 500;
    letter-spacing: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.btn-light{
    color: #c12026;
}
.btn-danger{
    background-color: #c12026;
    border-color: #c12026;
}
.form-control{
    height: 42px;
}

/* responsive media query */
@media (min-width: 576px) {
    .logo-desk{
        display: block;
    }
    .logo-mob{
        display: none;
    }
    .hero .row{
        min-height: 90px;
        display: table;
        width: 100%;
    }
    .hero .row [class*="col-"]{
        display: table-cell;
        vertical-align: middle;
    }

    
}

@media (min-width: 768px) {
    .navbar{
        padding: .5rem 1rem;
    }
    .logo img{
        width: inherit;
    }
    .main-container{
        padding: 70px 0;
    }

    .footer{
        padding: 40px 0;
         text-align: left;
        font-size: 16px;
    }
    .footer a{
        display: inline-block;
    }
     .footer a:after{
        content: "|";
        position: absolute;
        top: 2px;
        left: 0;
        line-height: 1;
    }
   
}
@media (min-width: 992px) {
    .header .btn{
        font-size: 16px;
        margin-right: inherit;
    }
    .navbar-nav{
        padding-top: 0;
    }
    .hero{
        padding: 45px 0;
    }
}