/* ===========================================================
   GOOGLE FONT IMPORT
=========================================================== */
@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900';


/* ===========================================================
   BASE STYLES
=========================================================== */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #030303;
}

* {
    outline: none !important;
    margin: 0;
    padding: 0;
}


/* ===========================================================
   PRELOADER
=========================================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
    background-color: rgba(0, 0, 0, .6);
    color: #999;
    display: none;
}

.loader-one {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/* ===========================================================
   DEFAULT MARGINS
=========================================================== */
.m-0px { margin: 0px; }
.m-5px { margin: 5px; }
.m-10px { margin: 10px; }


/* ===========================================================
   DEFAULT PADDINGS
=========================================================== */
.p-0px { padding: 0px; }
.p-5px { padding: 5px; }
.p-10px { padding: 10px; }


/* ===========================================================
   UTILITY CLASSES
=========================================================== */
.fullwidth { width: 100%!important; }
.img-maxwidth100 { max-width: 100%; }
.posrel { position: relative; }
.posabs { position: absolute; }


/* ===========================================================
   BUTTON STYLES
=========================================================== */
a,
button,
input[type=submit] {
    transition: all 0.3s;
}

.btn-black {
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
}

.btn-black:hover {
    background-color: #0074be;
}

.btn-blue {
    background-color: #ff4200;
    color: #fff;
    padding: 2px 20px;
    font-weight: 300;
    border: 1px solid #ff4200;
    font-size: 16px!important;
    display: inline-block;
}

.btn-blue:hover {
    background-color: #000;
    border-color: #000;
}

.btn-trans {
    background-color: transparent;
    color: #ff4200;
    padding: 6px 20px;
    border: 1px solid #ff4200;
    font-size: 16px!important;
}

.btn-trans:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-green {
    background-color: transparent;
    color: #ff4200;
    padding: 6px 20px;
    font-weight: 900;
    border: 1px solid #ff4200;
    font-size: 16px!important;
}

.btn-green:hover {
    color: #faa905;
    border-color: #faa905;
}


/* ===========================================================
   HEADER
=========================================================== */
header {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    font-family: 'Roboto';
}

.header-top {
    background: #fff;
}

.header-right {
    float: right;
    padding: 5px 0 10px;
    transition: all 0.3s;
    display: block;
}

.tollfree {
    float: left;
    margin-right: 68px;
    font-size: 21px;
    line-height: 34px;
    color: #000;
    font-weight: bold;
}


/* ===========================================================
   MEDIA QUERIES
=========================================================== */
@media (max-width: 767px) {

    .onmobile {
        display: block;
        width: 100%;
        text-align: center;
    }

    .header-right {
        display: none !important;
    }

    .tollfree {
        margin-right: 0px;
        margin-top: -27px !important;
        width: 100%;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%!important;
        padding-top: 60px;
    }
}


/* ===========================================================
   NAVBAR STYLES
=========================================================== */
.navbar-default {
    background: transparent;
    border: none;
    padding: 0px 0 18px;
    position: absolute;
    box-shadow: none;
    margin-top: -70px;
    margin-left: 56px;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 6px;
    padding: 0;
}

.navbar-nav > li > .dropdown-menu li a {
    padding: 7px 15px;
}

.navbar-nav > li > .dropdown-menu li a:hover {
    background-color: #007dc6;
    color: #fff;
}


/* ===========================================================
   HERO SECTION
=========================================================== */
.hero {
    position: relative;
    z-index: 1;
}

.hero-caption {
    position: absolute;
    top: 165px;
    left: 0;
    width: 100%;
    font-size: 32px;
    line-height: 48px;
    font-weight: 300;
    text-transform: uppercase;
}

.hero-caption span {
    font-size: 59px;
}

.hero-caption .spanblue {
    color: #ff4200;
    font-weight: 400;
    font-size: 52px;
}


/* ===========================================================
   SECTIONS
=========================================================== */

/* DESKTOP */
.service-container {
    background: #fff;
    margin-top: -100px;
    padding-top: 30px;
    padding-bottom: 30px;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
    z-index: 2;
}

.services-home .box-content {
    border-right: solid 1px #e4e4e4;
    display: table-cell;
    width: 20%;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;

    position: relative;
    z-index: 2;
}

.services-home .box-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.services-home .box-content a,
.services-home .box-content span,
.services-home .box-content p {
    display: block;
    font-size: 14px;
    word-wrap: break-word;
}

.home_packages .pkgbox {
    background: url(../images/home_pkgbg.jpg) no-repeat;
    background-size: cover;
    min-height: 465px;
    padding: 44px 0 0 80px;
    border: 1px solid #e4e4e4;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


/* TABLET */
@media (max-width: 991px) {

    .services-home .box-content {
        width: 20%;
        border-right: solid 1px #e4e4e4;
        display: table-cell;
        padding: 0 10px;
    }
}


/* MOBILE */
@media (max-width: 575px) {

    .service-container {
        background: #ffffff;
        margin-top: 20px;
        padding: 20px 10px 20px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        width: 90%;
        max-width: 400px;

        margin-left: auto;
        margin-right: auto;
    }

    .services-home .box-content {
        width: 100%;
        display: block;
        border-right: none;
        border-bottom: 1px solid #e4e4e4;
        padding: 10px 0;
    }

    .services-home .box-content:last-child {
        border-bottom: none;
    }

    .services-home .box-content img {
        max-width: 80%;
        height: auto;
    }

    .services-home .box-content a,
    .services-home .box-content span,
    .services-home .box-content p {
        font-size: 12px;
    }
}


/* ===========================================================
   SOCIAL LINKS
=========================================================== */
.sociallinks {
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
}

.sociallinks i {
    width: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}


/* ===========================================================
   OTHER ELEMENTS
=========================================================== */
#fixedtabsection {
    z-index: 9 !important;
}

.common_tabs {
    border-color: #b3b3b3;
    background: #fff;
}

.panel-heading {
    padding: 0;
}

.breadcrumb {
    background-color: #fff;
    border-radius: 0;
    padding-top: 20px;
    padding-left: 0;
}

.breadcrumb a {
    color: #000;
}


/* ===========================================================
   NAVBAR TOGGLE ANIMATION
=========================================================== */
.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-child(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-child(2) {
    background-color: transparent!important;
}

.navbar-toggle.active .icon-bar:nth-child(3) {
    top: -6px;
    transform: rotate(-45deg);
}


/* ===========================================================
   PAGE SPECIFIC STYLES
=========================================================== */
body {
    padding-top: 0;
}

.innerPageBody {
    padding-top: 100px;
    padding-bottom: 60px;
}

.innerBanner {
    border-bottom: 4px solid #ff4200;
    margin-top: 5px;
}