body{
    margin: 0;
    padding: 0;
    
}
.navbar-default{
    background: transparent;
    border: none;
}
header{
    margin-top:2.5%;
}
.highbox{
    letter-spacing: 2px;
}
.title-tagline{
    font-size: 24px;
    color: #999999;!important;
    font-weight: bold;
    padding:5px 13px 15px 0px;
    display: inline-block;
    margin:3 15px 0 40px;
    vertical-align: middle;
    letter-spacing: 2px;
}
.subtitle{
    line-height: 1.5em;
    font-size: 21px;
}
.nav>li{
    float: left;
}
.nav{
    padding-top:15px;
    font-size: 16px;
}
a{
    color:#fff;
}
.box:not(:last-child){
    margin-left:0%;
}
.box{
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 0%;

}
.caption{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    letter-spacing: 1px;
    color:#ffffff !important;
    opacity: 0;
}
.caption-heading{
    font-size: 13px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    padding-top: 25%;
    font-weight: 600;
    text-transform: uppercase;
}

/*-------------------About us starts-------------------------*/
.about-us-main p {
    color:#666666;
    font-weight: bold;
    
}
.main-paragraph{
    line-height: 1.8em;
    font-size: 22px;
}
.about-list li{
    text-decoration: none;
}
.about-us-main a{
    color:inherit;
}
.agencies-list{
    line-height: 1.5em;
    font-size: 22px;
}
p.pdf-contact{
    font-weight: 500;
}
.custom-col{
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    width:80%;
}
/*------------------About us ends-----------------------*/

/*------------------Details starts----------------------*/
section.details .sub{
    background: #fff;
}
.sub:last-child{
    margin-bottom: 10%;
}
.details-title{
    font-size: 15px;
    font-weight: 700;
    margin-left: 2%;
}
.details-sub-heading{
    color: #999999;
    padding-left: 15px;
    padding-bottom: 5;
}
.details-sub-heading:first-child{
    padding-top:15px;
}

/*------------------Details ends------------------------*/
 /*Bootstrap modifications*/
.img-thumbnail {
    border: 0 none;
    box-shadow: none;
    padding:0;
    border-radius: 0;
}
.img-thumbnail:hover{
    border: 0 none;
    box-shadow: none;
}

.overlayimg {
    transition: .3s ease;
}
.box:hover {
    background: #000000;
    
}
.overlayimg:hover{
  opacity: .8;
}

.navbar-brand{
    font-size: 22px;
    color:#cccccc;
    font-weight: bold;
}
.nav li a{
    font-weight: bold;
    color: #cccccc;
    font-size: 20px;
    vertical-align: middle;
    letter-spacing:2px;
    padding:0px 15px 15px 0px;
}
.nav li a:hover{
    text-decoration: none;
}
.nav li a.active{
    color:#000000;
}

@media only screen and (max-width : 992px) {
    .custom-col{
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin: 0;
    }
}
@media only screen and (max-device-width : 992px) {
    .custom-col{
        width: 100%;
        padding-left: 13px;
        padding-right: 13px;
        margin: 0;
    }
}
@media only screen and (max-width: 990px) and (min-width: 610px){
    .nav-custom{
        margin-left: 0px!important;
        padding: 0;

    }
    .custom-check{
        clear: both;
        overflow: hidden;
    }
    .details-title{
        margin-left: 0;
    }
}
@media only screen and (min-width: 480px) and (max-width: 610px){
    .title-tagline{
        margin: 0;
        clear: left;
        display: inline-block;
        position: relative;
    }
    .nav-custom{
        margin-left: 0px!important;
        padding: 0;
        line-height: 2em;

    }
    .peter-winnett{
        clear: both;
        margin-right: 40px;
    }
    .details-title{
        margin-left: 0;
    }
}
@media only screen and (max-width: 480px) {
    .title-tagline{
        margin: 0;
        letter-spacing: 0.1em;
    }
        .nav-custom{
        margin-left: 10px!important;
        padding: 0;

    }
    .navbar{
        margin-bottom: 4px;
    }
    .navbar-brand .main-logo{
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 2em;
    }
    .details-title{
        margin-left: 0;
    }
}
