/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

img{
    max-width: 100%;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* Custom Style */


.header-top-section {
    background: #F7030C;
    color: #ffffff;
    line-height: 50px;
}

.top-left li {
    font-size:  15px;
    margin-top:  0px;
    margin-right:  18px;
    font-weight: 500;
}

.top-left ul {
    margin-bottom:  0px;
}

.top-left li i {
    margin-right: 8px;
    color: #ffffff;
    font-size: 16px;
}



.top-left h5, .h5 {
	font-size: 14px;
	font-family: Cambria;
	font-style: italic;
	font-weight: bold;
}

.top-right li a i {
    font-size:  16px;
}

.top-right li a i {
    color: #ffffff;
}

.top-right li {
    padding: 0px 10px;
    margin-top: 0px;
}

.top-right ul {
    margin-bottom:  0px;
}

.top-right h5{
    font-size: 14px;
	font-family: Cambria;
	font-style: italic;
	font-weight: bold;
}

.section-heading h1{
    font-size: 14px;
	font-family: Cambria;
	font-style: italic;
	font-weight: bold;
}

.main-header {
    padding: 28px 0px;
    border-bottom: 4px solid #ddd;
}


/* Menu */

.main-header {
    padding: 28px 0px;
}

.header-logo a {
    display:  block;
}

.header-logo {
    margin: -27px 0px;
}

.nav-menu ul {
    margin-bottom:  0px;
}

.nav-menu ul li a {
    text-decoration: none;
    color: #444;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 11px 10px;
    text-transform: uppercase;
    -webkit-transition: .4s linear 0s;
    -moz-transition: .4s linear 0s;
    transition: .4s linear 0s;
}

.nav-menu ul li.active a{
    background: #F7030C;
    color: #ffffff;
}

.nav-menu li a:hover{
    color: #fff;
    background: #F7030C;
}

.nav-menu {
    margin-top: 13px;
}

a.login-btn {
    background: #F7030C;
    color: #fff !important;
    padding: 10px 30px !important;
    right: 0;
    top: 2px;
    margin-left: 68px !important;
}

.nav-menu ul li {
    position: relative;
}

.nav-menu ul li ul.mt-dropdown-menu {
    position:  absolute;
    left: 10px;
    width: 250px;
    left: 0;
    background: #ffffff;
    z-index: 3;
    padding: 12px 0px;
    border:  1px solid #eee;
    top: 30px;
    transform:  translateY(30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s linear 0s;
    -moz-transition: .4s linear 0s;
    transition: .4s linear 0s;
}

.nav-menu li ul.mt-dropdown-menu li ul.mt-dropdown-menu {
    position:  absolute;
    left: 100%;
    width: 250px;
    background: #ffffff;
    z-index: 3;
    padding: 12px 0px;
    border:  1px solid #eee;
    top: 0;
    transform:  translateY(30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s linear 0s;
    -moz-transition: .4s linear 0s;
    transition: .4s linear 0s;
}

.nav-menu ul li:hover ul.mt-dropdown-menu { 
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.nav-menu li ul.mt-dropdown-menu li:hover ul.mt-dropdown-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-menu ul li ul.mt-dropdown-menu li {
    list-style:  none;
}

.nav-menu ul li ul.mt-dropdown-menu li a {
    color: #111;
    font-size:  15px;
    font-weight:  400;
    padding: 6px 15px;
    display:  block;
    text-transform:  capitalize;
}

.nav-menu ul li ul.mt-dropdown-menu li a:hover{
    color: #F7030C;
    background: none;
}


/* Slider */


body, html{
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.slider-section{
    height: 100%;
}

.mt-slider{
    height: 100%;
}
.slider-bg{
    height: 100%;
}

.owl-stage-outer{
    height: 100%;
}
.owl-stage{
    height: 100%;
}
.owl-item{
    height: 100%;
}


.slider-info h1 {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	color: #222;
	margin-bottom: 30px;
	font-family: Cambria;
	font-style: italic;
}

.slider-info ul li {
    font-size: 15px;
    font-weight: 500;
    color:  #222;
    margin-bottom: 15px;
    position: relative;
    padding: 0px 30px;
}

.slider-info ul li:before {
    content: "";
    position:  absolute;
    top: 3px;
    left:  0;
    border: 1px solid #1879AB;
    width: 16px;
    height: 16px;
    border-radius:  50%;
    font-family: 'Fontawesome';
    color: #1879AB;
}

.slider-info ul li:after {
    content: "\2713";
    position:  absolute;
    font-family: 'Fontawesome';
    left: 4px;
    top: 1px;
    font-size:  13px;
    color:  #1879AB;
}


.slider-info ul {
    float:  left;
    overflow:  hidden;
    width: 45%;
    margin-bottom: 25px;
}

.slider-btn {
    display:  block;
    overflow:  hidden;
    width:  100%;
}

.slider-btn a {
    background: none;
    color: #197AAC;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 38px;
    display: inline-block;
    margin-right:  50px;
    text-decoration:  none;
    border: 2px solid #197AAC;
    -webkit-transition: .4s linear 0s;
    -moz-transition: .4s linear 0s;
    transition: .4s linear 0s;
}

.slider-btn a:hover{
    background-color: #F7030C;
    color: #fff;
    border: 2px solid #F7030C;
}

.display-table {
    display:  table;
    height:  100%;
}

.display-table-cell {
    display:  table-cell;
    vertical-align:  middle;
    height:  100%;
}


.slider-section .container{
    height: 100%;
}

.slider-section .row{
    height: 100%;
}

.slider-section .col-xs-12.col-md-7{
    height: 100%;
}


.slider-section .owl-nav div {
    position:  absolute;
    top: 50%;
    transform:  translateY(-50%);
    left: 40px;
    background: #F7030C;
    padding: 4px 17px;
    color:  #fff;
    font-size:  22px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s linear 0s;
    -moz-transition: .4s linear 0s;
    transition: .4s linear 0s;
}

.slider-section .owl-nav div.owl-next {
    left:  auto;
    right:  40px;
}

.slider-section:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}


/* Heading */

.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-heading h1.section-title {
    text-align: center;
    font-size:  25px;
    font-weight: 700;
    text-transform:  uppercase;
    margin-top:  0px;
/*    position:  relative; */
    padding-bottom: 60px;
}

.section-heading h1.section-title span {
    color:  #F7030C;
}

.section-heading h1.section-title:before {
    content:  "";
    position:  absolute;
    top: 35px;
    left: 50%;
   /* background: #F7030C; */
    width: 12px;
    height: 12px;
    border-radius:  50%;
    transform:  translateX(-50%);
    z-index: 9999;
}

.section-heading h1.section-title:after {
    content:  "";
    position:  absolute;
/*    top: 41px; 
 /*   background: #F7030C; */
    width: 50px;
    height: 1px;
    left:  50%;
    transform:  translateX(-50%);
}


/* Feature Box */


.feature-box-icon i {
    font-size: 40px;
    color: #666;
    border: 2px solid #eee;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding-top: 35px;
    font-weight: 300;
    margin-bottom:  15px;
}

.feature-box-info h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: red;
	font-weight: 600;
	margin-bottom: 18px;
	font-family: Cambria;
	font-style: italic;
}

.feature-box-info p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
}

.feature-box-widget:hover :before {

    transform: translateX(100%);

}

.feature-box-icon:before {
    content:  "";
    position: absolute;
    top:  0;
    background: #197AAA;
    width:  120px;
    height:  120px;
    border-radius:  50%;
    -webkit-transition: .4s linear 0s;
    -moz-transition: .4s linear 0s;
    transition: .4s linear 0s;
    
    z-index: -1;
}

.feature-box-icon {
    position:  relative;
    overflow:  hidden;
}

.feature-box-icon i{
    color: #ffffff;
}

.feature-box-widget:hover i{
    color: #197AAA;
}


/* Package */


.package-section {
    background: #FCFCFC;
}

.package-header-name h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px;
    background: #F7030C;
}

.single-package-item:hover h3{
    background: #197AAA;
}

.package-header-name h3 span {
    display:  block;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 0px;
}

.package-header-name {
}

.packge-header-price h4 {
    font-size: 27px;
    font-weight:  700;
    color:  #000;
    text-transform:  uppercase;
    border-top: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1;
    padding: 20px 0px;
    margin-bottom: 30px;
}

.single-package-item {
    border: 2px solid #eee;
    background: #FEFEFE;
    padding: 20px;
    -webkit-transition: .4s linear 0s;
    -moz-transition: .4s linear 0s;
    transition: .4s linear 0s;
}

.package-body ul li {
    font-size:  15px;
    list-style:  none;
    line-height:  26px;
    color:  #666;
    font-weight: 500;
    margin-bottom:  13px;
}

.package-body ul {
    margin-left:  0px;
    padding:  0px;
}

.package-footer a {
    background: #1979AB;
    color: #fff;
    font-size: 13px;
    padding: 13px 30px;
    display:  inline-block;
    border-radius:  50px;
    text-decoration:  none;
    text-transform: uppercase;
}

.package-footer {
    padding: 20px 0px;
}

.single-package-item:hover .package-footer a{
    background: #F7030C;
    transition:  .4s linear 0s;
    -webkit-transition: .4s linear 0s;
}

.single-package-item:hover .packge-header-price h4{
    color: #1979AB;
    transition:  .4s linear 0s;
    -webkit-transition: .4s linear 0s;
}

.single-package-item:hover {
    transform: scale(1.1,1.1);
}


/* Service */

.service-tab-menu-item ul li {
    list-style:  none;
}

.service-tab-menu-item ul {
    padding:  0px;
    margin-bottom: 0px;
}

.service-tab-menu-item li a {
    background: #197AAC;
    display:  block;
    color: #fff;
    text-transform:  uppercase;
    font-size:  16px;
    font-weight: 500;
    border-bottom:  1px solid #ddd;
    padding: 26px 20px;
    text-decoration:  none;
}

.service-tab-menu-item li.active a{
    background: #F7030C;
}

.service-tab-menu-item li a:hover {
    background: #F7030C;
    transition:  .3s linear 0s;
    -webkit-transition: .3s linear 0s;
}

.service-block {
    background: #FAFAFA;
    overflow: hidden;
}

.service-info h3 {
    font-size:  25px;
    font-weight: 500;
    color:  #000;
    margin-bottom:  20px;
    margin-top:  0px;
}

.service-info p {
    color:  #666;
    font-size: 15px;
    line-height:  26px;
}

.service-info ul {
    list-style:  none;
    padding:  0px;
    margin-bottom:  0px;
    margin-top:  30px;
}

.service-info li {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    position:  relative;
    padding: 0px 30px;
}

.service-info ul li:before {
    content: "";
    position:  absolute;
    top: 3px;
    left:  0;
    border: 1px solid #1879AB;
    width: 16px;
    height: 16px;
    border-radius:  50%;
    font-family: 'Fontawesome';
    color: #1879AB;
}

.service-info ul li:after {
    content: "\2713";
    position:  absolute;
    font-family: 'Fontawesome';
    left: 4px;
    top: 1px;
    font-size:  13px;
    color:  #1879AB;
}

.service-tab-info {
    padding-top: 44px;
}

.service-info {
    padding: 0px 20px 0px 0px;
}


/* Why Choose us */

.choose-us-icon i {
    border: 1px solid #ddd;
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-radius:  50%;
    text-align: center;
    line-height:  60px;
    color: #F6020B;
}

.choose-us-section {
    background: #FCFCFC;
}

.choose-us-icon {
    float:  left;
}

.single-choose-us-item h4 {
    font-size:  18px;
    font-weight:  600;
    color:  #111;
    margin-bottom:  10px;
}

.single-choose-us-item p {
    font-size:  15px;
    line-height:  26px;
    color:  #666;
    font-weight:  400;
}

.single-choose-us-item {
    margin-bottom: 30px;
}

.choose-us-info-item {
    padding-left: 90px;
}

/* Form */

.request-quote-form input[type="text"], .request-quote-form input[type="email"], .request-quote-form select {
    width:  100%;
    border: 1px solid #ddd;
    padding:  0px 10px;
    font-size:  15px;
    font-weight:  400;
    color: #333;
    outline:  none;
    margin-bottom:  20px;
    height: 44px;
}

.request-quote-form textarea{
    width:  100%;
    border: 1px solid #ddd;
    padding:  10px 10px;
    font-size:  15px;
    font-weight:  400;
    color: #333;
    outline:  none;
    margin-bottom:  20px;
    height: 150px;
}

.request-quote-form input[type="submit"]{
    background-color: #F6020B;
    outline: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    border: 0px;
}


.request-quote-block {
    background: #fff;
    padding: 0px 20px;
    padding-top:  70px;
    padding-bottom: 90px;
}

.why-choose-block {
    padding-top:  70px;
    padding-bottom: 40px;
}

/* Customer Say */

.customer-say .section-heading h1.section-title{
    color: #ffffff;
}

.single-c-say h4 {
    color:  #222;
    font-weight:  600;
    font-size: 22px;
    margin-top:  0px;
    margin-bottom:  10px;
    color: #ffffff;
}

.single-c-say p {
	font-size: 15px;
	line-height: 26px;
	color: #666;
	padding: 0px 2px;
	color: #ffffff;
	text-align: justify;
}


.single-c-say p {
	font-size: 15px;
	line-height: 26px;
	color: #666;
	padding: 0px 2px;
	color: #ffffff;
}

.customer-say-corusel .owl-nav div {
    position:  absolute;
    top: 50%;
    transform:  translateY(-50%);
    left: 0px;
    background: #F7030C;
    padding: 4px 15px;
    color:  #fff;
    font-size:  18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s linear 0s;
    -moz-transition: .4s linear 0s;
    transition: .4s linear 0s;
}

.customer-say-corusel .owl-nav div.owl-next {
    left:  auto;
    right:  0px;
}

.customer-say-corusel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}




.parallax-window {
    background: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 300px;
    position: relative;
    z-index: 1;
}



/* Footer */


.footer-section {
    background: red;
    color:  #ddd;
}

.footer-top i {
    font-size: 29px;
    float:  left;
    color: #F6020B;
}

.footer-top p {
    padding-left: 40px;
    font-size:  15px;
    font-weight:  500;
    margin-bottom:  0px;
}

.footer-top h4 {
    padding-left: 40px;
    font-size: 18px;
    font-weight:  600;
    margin-top: 6px;
    margin-bottom: 0px;
}

.footer-top {
    padding: 45px 0px;
    border-bottom: 1px solid #232951;
}

.footer-widget {
    padding-top: 60px;
    padding-bottom:  60px;
}

.footer-widget .f-w-title h4 {
    font-size:  20px;
    font-weight:  600;
    margin-top:  0px;
    margin-bottom:  30px;
}

.footer-widget p {
    font-size:  15px;
    line-height:  26px;
    font-weight: 400;
}

.footer-widget ul li a {
    color:  #ddd;
    text-decoration: none;
    padding-bottom: 9px;
    display:  inline-block;
}

.f-newsletter {
    margin-top:  4px;
    margin-bottom:  14px;
    position:  relative;
}

.f-newsletter input[type="email"] {
    padding: 7px 6px;
    height:  42px;
    width:  100%;
}

.f-newsletter input[type="submit"] {
    position:  absolute;
    right:  0;
    top:  0;
    height:  42px;
    border:  0px;
    background:  #F6020B;
    font-size: 15px;
    color:  #fff;
    font-weight:  400;
}


.footer-bottom {
    background: #0D1238;
    text-align:  center;
    color:  #ddd;
}

.footer-bottom p {
    margin-bottom: 0px;
    padding: 20px 0px;
    font-weight: 400;
}

.footer-bottom a {
    color:  #fff;
    font-weight:  700;
}

.section-heading h1.section-title::before {
	content: "";
	position: absolute;
	top: 35px;
	left: 50%;
	/* background: #F7030C; */
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}

.nlogo {
	float: right;
	margin: 10px 0px 15px;
	/* padding: 0 500px; */
	text-align: center;
}
