@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700|Source+Sans+Pro:400,600');
/*----bootstrap css ----- */

@import url('../vendor/bootstrap/bootstrap.css');
/*----bootstrap Select ----- */

@import url('../vendor/bootstrap-select/dist/css/bootstrap-select.css');
/*----revolution-slider---*/

@import url('../vendor/revolution/settings.css');
@import url('../vendor/revolution/layers.css');
@import url('../vendor/revolution/navigation.css');
/*-------fancy box --------*/

@import url('../vendor/fancy-box/jquery.fancybox.css');
/*------- menu ------*/

@import url('../vendor/menu/dist/css/slimmenu.css');
/*----font awesome -------*/

@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*--------- flat-icon ---------*/

@import url('../fonts/icon/font/flaticon.css');
/*----owl-carousel css----*/

@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*----------- Animate css -------*/

@import url('../vendor/animate.css');
/*-------Hover Css --------*/

@import url('../vendor/hover.css');
/*--------- Jquery ui ---------*/

@import url('../vendor/jquery-ui/jquery-ui.min.css');
/***

====================================================================
  Loading Transition
====================================================================

 ***/
 #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
}

#loader {
    background: url(../images/loading.gif);
    width: 200px;
    height: 200px;
    position: relative;
    top: 50%;
    margin: -32px auto 0 auto;
}

/*==================== Click Top ====================*/

.scroll-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 99;
    font-size: 12px;
    color: #fff;
    background: transparent;
    display: none;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*______________________ Global stlye ___________________*/

@font-face {
    font-family: 'font-awesome';
    src: url('/fonts/font-awesome/fonts/fontawesome-webfont.ttf');
    src: url('/fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
    url('/fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
    /* Legacy iOS */
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    color: rgba(18, 18, 18, 0.7);
    font-size: 16px;
    position: relative;
}

body .main-page-wrapper {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
    color: #121212;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 68px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    font-weight: 700;
}

h3 {
    font-size: 35px;
    font-weight: 500;
}

h4 {
    font-size: 28px;
    font-weight: 500;
}

h5 {
    font-size: 20px;
    font-weight: normal;
}

h6 {
    font-size: 18px;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

p {
    line-height: 30px;
}

a {
    text-decoration: none;
    display: inline-block;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.round-border {
    border-radius: 50%;
}

.m-top0 {
    margin-top: 0 !important;
}

.m-bottom0 {
    margin-bottom: 0 !important;
}

/*------------------------------- Theme Button -----------------------*/

body .theme-button {
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

/*------------------------------- Theme Title -----------------------*/

@-webkit-keyframes titleanimi {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        -webkit-transform: translateX(38px);
        transform: translateX(38px);
    }
}

@keyframes titleanimi {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        -webkit-transform: translateX(38px);
        transform: translateX(38px);
    }
}

/*--------------------------- Theme Menu ---------------------*/

header.theme-main-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: black;
}

header.theme-main-header .theme-main-menu {
    position: relative;
    padding: 22px 0 0 0;
}

header.theme-main-header.bg-color {
    background: black;
}

header.theme-main-header.bg-color .theme-main-menu:after {
    content: '';
    position: absolute;
    width: 1000%;
    height: 100%;
    top: 0;
    right: 74%;
    z-index: -1;
    -webkit-transform: skew(-43deg);
    transform: skew(-43deg);
}

.bg-transparent #mega-menu-holder>ul>li>a {
    padding-bottom: 20px;
}

.height-fix #mega-menu-holder>ul>li>a {
    padding: 30px 0 48px 0;
}

/*================= Sticky Menu ===============*/

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -120px;
        opacity: 0;
    }
    50% {
        margin-top: -64px;
        opacity: 0;
    }
    100% {
        margin-top: 0;
        opacity: 1;
    }
}

header.theme-main-header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    background: rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.15);
    -webkit-animation: menu_sticky 0.70s ease-in-out;
    animation: menu_sticky 0.70s ease-in-out;
}

header.theme-main-header.fixed .theme-main-menu {
    padding-top: 4px;
}

header.theme-main-header.fixed #mega-menu-holder>ul>li>a {
    padding-top: 31px;
    padding-bottom: 31px;
}



/*------------------- Request Quote Section ---------------*/

.request-quote-section .row2 {
    margin: 0 -20px;
    display: flex;
    justify-content: flex-end;
}

.request-quote-section .row2 .theme-col {
    padding: 0 20px;
}

.request-quote-section.home-one .row2 {
    margin: 0 -30px;
}

.request-quote-section.home-one .row2 .theme-col {
    padding: 0 30px;
}

.request-quote-section .text {
    width: 55%;
}

.request-quote-section .img-box {
    width: 45%;
}

.request-quote-section .img-box img {
    width: 100%;
}

.request-quote-section.home-one .text {
    width: 62%;
    margin-top: 112px;
}

.request-quote-section .text h3 {
    line-height: 45px;
    margin-bottom: 30px;
}

.request-quote-section .text p {
    font-size: 18px;
}

.request-quote-section .text a {
    width: 185px;
    margin-top: 50px;
}


.request-quote-section .row2 {
    margin: 0 -20px;
}

.request-quote-section .row2 .theme-col {
    padding: 0 20px;
}

.request-quote-section.home-one .row2 {
    margin: 0 -30px;
}

.request-quote-section.home-one .row2 .theme-col {
    padding: 0 30px;
}

.request-quote-section .text {
    width: 55%;
}

.request-quote-section .img-box {
    width: 45%;
}

.request-quote-section .img-box img {
    width: 100%;
}

.request-quote-section.home-one .text {
    width: 62%;
    margin-top: 112px;
}

.request-quote-section .text h3 {
    line-height: 45px;
    margin-bottom: 30px;
}

.request-quote-section .text p {
    font-size: 18px;
}

.request-quote-section .text a {
    width: 185px;
    margin-top: 50px;
}


/*------------------------------ Footer -----------------------*/

footer {
    background: #1d1b1b;
    padding-top: 80px;
}

footer .footer-logo p {
    color: rgba(255, 255, 255, 0.7);
    padding: 35px 35px 35px 0;
}

footer .footer-logo ul li {
    display: inline-block;
    margin-right: 25px;
}

footer .footer-logo ul li a {
    font-size: 18px;
    color: #fff;
}

footer h6 {
    color: #fff;
    text-transform: uppercase;
    margin: 42px 0 40px 0;
}

footer .footer-list ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
}

footer .newsletter input {
    width: 100%;
    height: 50px;
    background: #2d2c2c;
    border: 1px solid #2d2c2c;
    padding: 20px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
}

footer .newsletter button {
    width: 218px;
}

footer .bottom-footer {
    margin-top: 85px;
    background: #242222;
    padding: 22px 0;
}

footer .bottom-footer p {
    color: rgba(255, 255, 255, 0.7);
}

footer .bottom-footer ul {
    margin: 0 -3px;
}

footer .bottom-footer ul li {
    float: left;
    padding: 0 3px;
    color: rgba(255, 255, 255, 0.7);
}

footer .bottom-footer ul li a {
    color: rgba(255, 255, 255, 0.7);
}
