/* ------------------------- MAC Display ------------------------- */
@media only screen and (max-width: 1280px){
/* Start Custom CSS */
/* End Custom CSS */
}
/* ------------------------- Mobile Display ------------------------- */
@media only screen and (max-width: 768px){
/* Start Custom CSS */
.logo img {
width: 200px;
height: auto;
position: relative;
z-index: 9999;
top: -40px;
}
.navbar-section {
background-color: #532337;
padding: 18px;
background-image: url(../img/vactor/header-patterm.png);
background-size: cover;
border-bottom: 5px solid #532337;
position: fixed;
top: 0px;
left: 0;
right: 0;
padding-bottom: 0px;
z-index: 92;
}
.navbar-inverse .navbar-toggle {
border-color: #fff;
}
ul.footer-links {
    margin: 0;
    padding: 25px 0 10px 0;
    list-style: none;
    display: block !important;
    margin-left: 0px !important;
}
.banner-img {
    width: 100%;
    margin-top: 122px;
}
.banner-content-title-2 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 11px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.banner-content-title {
    text-align: center;
    margin-top: -77px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
}
.work-heading {
    padding-top: 0px;
    margin-top: -60px;
}
.work-title {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: lighter;
    font-size: 19px;
    color: #5d1b61;
    text-transform: uppercase;
}
.work-title-2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: lighter;
    font-size: 13px;
    color: #5d1b61;
    text-transform: uppercase;
    padding-bottom: 64px;
    padding-top: 7px;
}
ul.footer-links li {
    margin: 0;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    margin-top: -21px;
}
.navbar-nav>li {
    float: left;
    font-size: 25px;
    padding: 5px;
    margin-top: -2px;
    margin-left: 2px;
}
.navbar-section {
    background-color: #3a163c;
    padding: 18px;
    background-image: url(../img/vactor/header-patterm.png);
    background-size: cover;
    border-bottom: 5px solid #3a163c;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    padding-bottom: 0px;
    z-index: 92;
}

.banner-content .btn {
   display: none;
}

.work-heading {
    padding-top: 25px;
    margin-top: -60px;
    margin-bottom: -26px;
}

.wrapper-section{
    display: none;
}

.breadcrum-section{
    display: none;
}

.what-we-do-section h3.title {
    color: #8c1854;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    padding-bottom: 25px;
}
.about-section {
    margin-top: 65px;
    margin-bottom: 56px;
}
.work-title-2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: lighter;
    font-size: 13px;
    color: #5d1b61;
    text-transform: uppercase;
    padding-bottom: 89px;
    padding-top: 7px;
}
.work-title {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: lighter;
    font-size: 24px;
    color: #5d1b61;
    text-transform: uppercase;
}
.work-title-2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: lighter;
    font-size: 18px;
    color: #5d1b61;
    text-transform: uppercase;
    padding-bottom: 82px;
    padding-top: 7px;
}

.blog-para {
    font-size: 15px;
}
.blog-content {
    background: #5d1b61;
    margin-left: 0px;
    height: 361px;
    color: #fff;
    }
    .blog-img {
    width: 109%;
    margin-left: -14px;
}
.blog-heading {
    font-size: 23px;
    line-height: 32px;
    font-weight: 100;
    padding-top: 26px;
    color: #fff;
    text-transform: uppercase;
}
p{
    text-align: justify;
}
.blog-detail-section {
    margin-top: 49px;
    margin-bottom: 93px;
}
.about-title {
    color: #5d1b61;
    font-size: 24px;
    font-weight: 600;
}
.get-in {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.blog-section {
    padding-bottom: 112px;
    padding-top: 68px;
}

.blog-heading {
    font-size: 18px;
    line-height: 26px;
    font-weight: 100;
    padding-top: 26px;
    color: #fff;
    text-transform: uppercase;
}
/* End Custon CSS*/
}
/* ------------------------- Regular Display ------------------------- */
@media only screen and (max-width:1366px){
/* Start Custom CSS */
/* End Custom CSS */
}