.no-padding{
    padding: 0;
}
.full-img{
    width: 100%;
    display:block;
}
.top-nav{
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 60px;
    
}
.top-nav ul{
    list-style: none;
    padding: 0;
}

.top-nav li{
    
}

.top-nav li>a{
    padding: 10px 0;
    display: block;
    color: #000;
}

.top-nav li>a:hover, .top-nav li>a:focus{
    color: #225bab;
    text-decoration: none;
}
.top-nav li>a.active{
    color: #225bab;
    cursor: default;
}

nav {
  position: relative;
  color: #999;
  width: 200px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
    top: 15px;
    margin-left: 5px;
}
nav:after {
  position: absolute;
  top: -15px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}

.toggle-menu {
  display: block;
  width: 28px;
  height: 30px;
    margin: 30px 0px 0px 15px;
  cursor: pointer;
}

.toggle-menu span:after,
.toggle-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
.toggle-menu span:after{
  top: 9px;
}
.toggle-menu span {
  position: relative;
  display: block;
}

.toggle-menu span,
.toggle-menu span:after,
.toggle-menu span:before {
  width: 100%;
  height: 5px;
  background-color: #225bab;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
.toggle-menu.on span {
  background-color: transparent;
}
.toggle-menu.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
.toggle-menu.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
.toggle-menu.on + nav {
  opacity: 1;
  visibility: visible;
}

.brand-logo{
        padding: 0;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 2px 6px rgba(136,136,136,0.26);
}
.brand-logo a{
    display: block;
    position: relative;
    padding: 0;
    width: 450px;
    margin: 0 auto;
}

.brand-logo img{
    width: 70%;
    float: left;
    top: 0;
    position: relative;
}
.brand-name{
    width: 250px;
    position: relative;
    float: left;
    display: block;
    padding-left: 10px;
}

@media (min-width:420px){
    .brand-name{
        width: initial;
        top: 5px;
    }
    .brand-logo img{
        width: 80%;
        top: 0;
        position: relative;
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
}
}

@media (max-width:575px){
    .top-nav{
        background-color: #fff;
        box-shadow: 0 2px 6px rgba(136,136,136,0.26);
    }
    .brand-logo{
        top:60px;
        position: relative;
    }
}

@media (min-width:992px){
    .top-nav{
        z-index: 1005;
    }
    .toggle-menu{
        display: none;
    }
    .brand-logo a{
        margin-left: 20px;
    }
    
    
    .top-nav nav{
        width: 100%;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        box-shadow: none;
        top:6px;
    }
    .top-nav ul{
        margin: 0;
        width: 600px;
        margin-left: auto;
    }
    
    .top-nav li {
        display: inline-block;
}
    .top-nav li>a{
        padding: 10px 15px;
    }
    
    .top-nav li>a.active{
        color: #225bab;
        border-bottom: 3px solid #225bab;
        padding-bottom: 2px;
    }
}

.brand-name h1{
    font-size: 1.2rem;
}
.brand-name h6{
    margin: 0;
}

/* slider */
.slider{
    padding: 0;
    overflow: hidden;
    width: 100%;
    padding-top: 57px;
}
.slide{
    height: 80vh;
    background-size: cover;
    background-position: center;
}

.slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.15);
}
.hero_heading{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    color:#fff;
}

.hero_heading h1{
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hero_heading p{
    text-transform: uppercase;
}

.slick-arrow{
    display: none;
}


@media (min-width:768px){
    

.slick-arrow{
    display: block;
    z-index: 5;
    border:2px solid #fff;
    border-radius: 50%;
    padding: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.slick-prev{
    left: -50px;
}
.slick-prev:before{
    content: "◄";
        top: -9px;
    position: relative;
    left: -11px;
}
.slick-next{
    right: -50px;
}
.slick-next:before{
    content: '►';
        top: -9px;
    position: relative;
    left: -9px;
}
    

.slider:hover .slick-prev{
    left: 25px;
}

.slider:hover .slick-next{
    right: 25px;
}
}


/* bit about */

.bit{
    text-align: center;
    padding-top: 30px;
}

.bit h6{
    color: #225bab;
}


/* 3 services */ 

.services{
    background-color: #f8f8f8;
    padding: 30px 0px;
}

.srv-wrap{
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.26);
    border-bottom: 3px solid;
    border-radius: 5px;
    padding: 0;
    border-bottom-color: #225bab;
}

.srv-content{
    padding: 10px 15px;
}
.services > .container > div{
    margin-bottom: 10px;
}

.srv-wrap-a{
    color: #000;
}
.srv-wrap-a:hover, .srv-wrap-a:focus{
    color: #000;
    text-decoration: none;
}

@media (min-width:768px){
    .srv-content{
        min-height: 218px;
    }
}
@media (min-width:992px){
    .srv-content{
        min-height: 178px;
    }
}
@media (min-width:1200px){
    .srv-content{
        min-height: inherit;
    }
}


/*
footer */
footer{
    border-top: 2px solid #225bab;
}
.get_in{
    
    padding: 30px 0 10px;
}

.get_in h3{
    text-align: center;
    color: #225bab;
}

.get_in .rw{
    margin-bottom: 10px;
    color: #000;
}

.get_in .hd{
    font-weight: 600;
}

.get_in a{
    color: #000;
}

.get_in a:hover, .get_in a:focus{
    color: #225bab;
    text-decoration: none;
}

.get_in .social p{
    width: 70px;
    margin: 0 auto;
}

.get_in .social i{
    padding: 0 15px;
    color: #225bab;
}
.get_in .de_hr{
    border-top: 1px solid rgba(34, 91, 171, 0.38);
}

.get_in .copy{
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.design_by{
    font-size: 10px;
    margin: 0;
    text-align: center;
    margin: 0;
    color: #aeaeae;
}
.design_by a {
    color: #aeaeae;
}
