/*---------------------------
      Table of Contents
    -------------------------

    01- Global Styles
    02- Helper Classes
    03- Background & Colors
    04- Typography
    05- page title 
    06- Buttons
    07- Forms
    08- Tabs
    09- Icons
    10- Breadcrumb
    11- Pagination
    12- Lists
    13- Alerts
    14- Animations
    15- Header & Navbar 
    16- Accordions
    17- Dividers
    18- Footer
    19- Request quote
    20- Carousel
    21- Slider
    22- Video
    23- Features
    24- Fancybox
    25- Projects
    26- Team
    27- Testimonials
    28- Call To Action
    29- Clients
    30- Blog
    31- Contact
    32- Pricing
    33- Counters
    34- Services
    35- Sidebar
    36- About
    37- Banners
    38- Careers
    39- Progress Bars
    40- Maps

----------------------------*/
/*--------------------------
      Global Styles
---------------------------*/
html,
body {
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #9b9b9b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: #ff5e14;
    color: #ffffff;
}

a {
    color: #ff5e14;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

    a:hover {
        color: #ad3600;
        text-decoration: none;
    }

section {
    position: relative;
    padding-top: 110px;
    padding-bottom: 110px;
}

img {
    max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

*,
:active,
:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
}

button {
    border: none;
}

    button,
    button:focus,
    .btn.focus,
    .btn:focus,
    .form-control,
    .form-control:focus {
        outline: none;
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
    }

textarea {
    resize: none;
}

select {
    background-color: transparent;
}

hr {
    border-top: 2px solid #eaeaea;
}

/*----------------------------
      Helper Classes
----------------------------*/
.col-padding-0 > .row {
    margin: 0;
}

    .col-padding-0,
    .col-padding-0 > .row > [class*=col-] {
        padding: 0;
    }

.inner-padding {
    padding: 120px 70px;
}

.width-auto {
    width: auto !important;
}

.fz-16 {
    font-size: 16px;
}

.font-secondary {
    font-family: "Roboto", sans-serif;
}

.lh-1 {
    line-height: 1 !important;
}

.vh-100 {
    height: 100vh !important;
}

.list-inline > li {
    display: inline-block;
}

.align-v {
    display: flex;
    align-items: center;
}

.align-v-h {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-top {
    border-top: 1px solid #eaeaea !important;
}

.border-bottom {
    border-bottom: 1px solid #eaeaea !important;
}

.flex-1 {
    flex: 1;
}

@media (min-width: 992px) {
    .col-lg-5th {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*  margin Top */
.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

/* Margin Bottom */
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt--100 {
    margin-top: -100px;
}

/* Margin Right */
.mr-0 {
    margin-right: 0 !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* Margin Left */
.ml-0 {
    margin-left: 0 !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

/* padding Top */
.pb-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-170 {
    padding-top: 170px !important;
}

/*  Padding Bottom */
.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}

/* padding Right */
.pr-0 {
    padding-right: 0 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

/* padding Left */
.pl-0 {
    padding-left: 0 !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    section {
        padding: 50px 0;
    }

    .inner-padding {
        padding: 50px 30px !important;
    }

    .text-center-xs-sm {
        text-align: center !important;
    }

    .mt-30 {
        margin-top: 36.3636363636px !important;
    }

    .mt-40 {
        margin-top: 30.7692307692px !important;
    }

    .mt-50 {
        margin-top: 33.3333333333px !important;
    }

    .mt-60 {
        margin-top: 33.3333333333px !important;
    }

    .mt-70 {
        margin-top: 35px !important;
    }

    .mt-80 {
        margin-top: 40px !important;
    }

    .mt-90 {
        margin-top: 45px !important;
    }

    .mt-100 {
        margin-top: 50px !important;
    }

    .mb-30 {
        margin-bottom: 27.2727272727px !important;
    }

    .mb-40 {
        margin-bottom: 30.7692307692px !important;
    }

    .mb-50 {
        margin-bottom: 33.3333333333px !important;
    }

    .mb-60 {
        margin-bottom: 33.3333333333px !important;
    }

    .mb-70 {
        margin-bottom: 35px !important;
    }

    .mb-80 {
        margin-bottom: 40px !important;
    }

    .mb-90 {
        margin-bottom: 45px !important;
    }

    .mb-100 {
        margin-bottom: 50px !important;
    }

    /* Margin Right */
    .mr-30 {
        margin-right: 27.2727272727px !important;
    }

    .mr-40 {
        margin-right: 30.7692307692px !important;
    }

    .mr-50 {
        margin-right: 33.3333333333px !important;
    }

    /* Margin Left */
    .ml-30 {
        margin-left: 27.2727272727px !important;
    }

    .ml-40 {
        margin-left: 30.7692307692px !important;
    }

    .ml-50 {
        margin-left: 33.3333333333px !important;
    }

    /* padding Top */
    .pt-30 {
        padding-top: 27.2727272727px !important;
    }

    .pt-40 {
        padding-top: 30.7692307692px !important;
    }

    .pt-50 {
        padding-top: 33.3333333333px !important;
    }

    .pt-60 {
        padding-top: 33.3333333333px !important;
    }

    .pt-70 {
        padding-top: 35px !important;
    }

    .pt-80 {
        padding-top: 40px !important;
    }

    .pt-90 {
        padding-top: 45px !important;
    }

    .pt-100 {
        padding-top: 50px !important;
    }

    .pt-110 {
        padding-top: 55px !important;
    }

    .pt-120 {
        padding-top: 60px !important;
    }

    .pt-130 {
        padding-top: 66.6666666667px !important;
    }

    .pt-140 {
        padding-top: 63.6363636364px !important;
    }

    .pt-150 {
        padding-top: 65.2173913043px !important;
    }

    .pt-160 {
        padding-top: 66.6666666667px !important;
    }

    .pt-170 {
        padding-top: 68px !important;
    }

    /*  Padding Bottom */
    .pb-30 {
        padding-bottom: 27.2727272727px !important;
    }

    .pb-40 {
        padding-bottom: 30.7692307692px !important;
    }

    .pb-50 {
        padding-bottom: 33.3333333333px !important;
    }

    .pb-60 {
        padding-bottom: 33.3333333333px !important;
    }

    .pb-70 {
        padding-bottom: 35px !important;
    }

    .pb-80 {
        padding-bottom: 40px !important;
    }

    .pb-90 {
        padding-bottom: 45px !important;
    }

    .pb-100 {
        padding-bottom: 50px !important;
    }

    .pb-110 {
        padding-bottom: 55px !important;
    }

    .pb-120 {
        padding-bottom: 60px !important;
    }

    .pb-130 {
        padding-bottom: 61.9047619048px !important;
    }

    .pb-140 {
        padding-bottom: 63.6363636364px !important;
    }

    .pb-150 {
        padding-bottom: 65.2173913043px !important;
    }

    .pb-160 {
        padding-bottom: 66.6666666667px !important;
    }

    .pb-170 {
        padding-bottom: 68px !important;
    }
}

/* Medium Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    section {
        padding: 75px 0;
    }

    .inner-padding {
        padding: 50px 50px !important;
    }

    .background-banner {
        background-position: center top !important;
    }

    .pagetitle__heading {
        font-size: 30px !important;
    }

    .page-title .breadcrumb-item {
        font-size: 12px;
    }

    .mt-30 {
        margin-top: 36.3636363636px !important;
    }

    .mt-40 {
        margin-top: 30.7692307692px !important;
    }

    .mt-50 {
        margin-top: 35.7142857143px !important;
    }

    .mt-60 {
        margin-top: 42.8571428571px !important;
    }

    .mt-70 {
        margin-top: 50px !important;
    }

    .mt-80 {
        margin-top: 57.1428571429px !important;
    }

    .mt-90 {
        margin-top: 64.2857142857px !important;
    }

    .mt-100 {
        margin-top: 71.4285714286px !important;
    }

    .mb-30 {
        margin-bottom: 27.2727272727px !important;
    }

    .mb-40 {
        margin-bottom: 33.3333333333px !important;
    }

    .mb-50 {
        margin-bottom: 35.7142857143px !important;
    }

    .mb-60 {
        margin-bottom: 42.8571428571px !important;
    }

    .mb-70 {
        margin-bottom: 50px !important;
    }

    .mb-80 {
        margin-bottom: 57.1428571429px !important;
    }

    .mb-90 {
        margin-bottom: 64.2857142857px !important;
    }

    .mb-100 {
        margin-bottom: 71.4285714286px !important;
    }

    /* Margin Right */
    .mr-30 {
        margin-right: 27.2727272727px !important;
    }

    .mr-40 {
        margin-right: 33.3333333333px !important;
    }

    .mr-50 {
        margin-right: 35.7142857143px !important;
    }

    /* Margin Left */
    .ml-30 {
        margin-left: 27.2727272727px !important;
    }

    .ml-40 {
        margin-left: 33.3333333333px !important;
    }

    .ml-50 {
        margin-left: 35.7142857143px !important;
    }

    /* padding Top */
    .pt-30 {
        padding-top: 27.2727272727px !important;
    }

    .pt-40 {
        padding-top: 33.3333333333px !important;
    }

    .pt-50 {
        padding-top: 35.7142857143px !important;
    }

    .pt-60 {
        padding-top: 42.8571428571px !important;
    }

    .pt-70 {
        padding-top: 50px !important;
    }

    .pt-80 {
        padding-top: 57.1428571429px !important;
    }

    .pt-90 {
        padding-top: 64.2857142857px !important;
    }

    .pt-100 {
        padding-top: 71.4285714286px !important;
    }

    .pt-110 {
        padding-top: 78.5714285714px !important;
    }

    .pt-120 {
        padding-top: 85.7142857143px !important;
    }

    .pt-130 {
        padding-top: 93.3333333333px !important;
    }

    .pt-140 {
        padding-top: 87.5px !important;
    }

    .pt-150 {
        padding-top: 88.2352941176px !important;
    }

    .pt-160 {
        padding-top: 88.8888888889px !important;
    }

    .pt-170 {
        padding-top: 89.4736842105px !important;
    }

    /*  Padding Bottom */
    .pb-30 {
        padding-bottom: 27.2727272727px !important;
    }

    .pb-40 {
        padding-bottom: 33.3333333333px !important;
    }

    .pb-50 {
        padding-bottom: 35.7142857143px !important;
    }

    .pb-60 {
        padding-bottom: 42.8571428571px !important;
    }

    .pb-70 {
        padding-bottom: 50px !important;
    }

    .pb-80 {
        padding-bottom: 57.1428571429px !important;
    }

    .pb-90 {
        padding-bottom: 64.2857142857px !important;
    }

    .pb-100 {
        padding-bottom: 71.4285714286px !important;
    }

    .pb-110 {
        padding-bottom: 78.5714285714px !important;
    }

    .pb-120 {
        padding-bottom: 85.7142857143px !important;
    }

    .pb-130 {
        padding-bottom: 86.6666666667px !important;
    }

    .pb-140 {
        padding-bottom: 87.5px !important;
    }

    .pb-150 {
        padding-bottom: 88.2352941176px !important;
    }

    .pb-160 {
        padding-bottom: 88.8888888889px !important;
    }

    .pb-170 {
        padding-bottom: 89.4736842105px !important;
    }
}

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
    color: #ffffff !important;
}

.color-gray {
    color: #f9f9f9 !important;
}

.color-dark {
    color: #282828 !important;
}

.color-theme {
    color: #ff5e14 !important;
}

.color-heading {
    color: #121c45 !important;
}

.color-body {
    color: #9b9b9b !important;
}

/* backgrounds */
.bg-white {
    background-color: #ffffff !important;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.bg-dark {
    background-color: #282828 !important;
}

.bg-heading {
    background-color: #121c45 !important;
}

.bg-theme {
    background-color: #ff5e14 !important;
    /*background-color: #5d5d5d !important;*/
}

.bg-img {
    position: relative;
    z-index: 1;
}

.bg-img2 {
    position: relative;
    padding-top: 0px;
    height: 220px;
    overflow: hidden;
    background-position: top;
}

    .bg-img2 > img {
        width: 100%;
        height: auto;
        position: absolute;
        top: -100%
    }

.bg-img3 {
    position: relative;
    padding-top: 0px;
    overflow: hidden;
    height: 776px;
}

    .bg-img3 > img {
        width: 100%;
        height: auto;
    }

.bg-parallax {
    background-attachment: fixed;
}

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.15);
}

.bg-overlay-2:before {
    background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-3:before {
    background-color: rgba(27, 26, 26, 0.75);
}

.bg-overlay-secondary:before {
    background-color: rgba(18, 28, 69, 0.9);
}

.bg-overlay-theme:before {
    background-color: rgba(255, 94, 20, 0.9);
}

.bg-overlay-grdient-theme:before {
    background-color: rgba(255, 94, 20, 0.9);
    background-image: -webkit-linear-gradient(90deg, rgba(27, 26, 26, 0) 0%, rgba(255, 94, 20, 0) 0%, #ff5e14 65%);
    background-image: -moz-linear-gradient(90deg, rgba(27, 26, 26, 0) 0%, rgba(255, 94, 20, 0) 0%, #ff5e14 65%);
    background-image: -ms-linear-gradient(90deg, rgba(27, 26, 26, 0) 0%, rgba(255, 94, 20, 0) 0%, #ff5e14 65%);
}

.bg-overlay-grdient-secondary:before {
    background-color: rgba(18, 28, 69, 0.75);
    background-image: -webkit-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(5, 16, 59, 0) 0%, #05103b 65%);
    background-image: -moz-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(5, 16, 59, 0) 0%, #05103b 65%);
    background-image: -ms-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(5, 16, 59, 0) 0%, #05103b 65%);
}

.bg-overlay-gradient-secondary-2:before {
    background-color: rgba(18, 28, 69, 0.95);
    background-image: -webkit-linear-gradient(90deg, rgba(27, 26, 26, 0) 0%, rgba(5, 16, 59, 0) 0%, #05103b 65%);
    background-image: -moz-linear-gradient(90deg, rgba(27, 26, 26, 0) 0%, rgba(5, 16, 59, 0) 0%, #05103b 65%);
    background-image: -ms-linear-gradient(90deg, rgba(27, 26, 26, 0) 0%, rgba(5, 16, 59, 0) 0%, #05103b 65%);
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #505050;
    font-family: "Poppins", sans-serif;
    /* text-transform: capitalize; */
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 23px;
}

p {
    font-size:17px;
    /*font-size: 22px;*/
   /* line-height: 22px;*/
    /*font-weight: 400;*/
    margin-bottom: 15px;
}

h1 {
    font-size: 2vw;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 38px;
}

/*h4 {
    font-size: 28px;
}*/

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

.heading__subtitle {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #ff5e14;
    display: inline-block;
    margin-bottom: 13px;
}

.heading__title {
    font-size: 39px;
    margin-bottom: 15px;
    color: #5d5d5d;
}

.heading__title2 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #5d5d5d;
}

.heading__desc {
    font-size: 16px;
    line-height: 22px;
    /* margin-bottom: 0; */
}

.divider__line + .heading__desc {
    margin-top: 18px;
}

/*.heading ul {
    list-style-type: disclosure-closed;
    padding-left: 25px;
    color: #ff5e14;
}*/
.heading .divider__line:after {
    width: 40px;
}

.heading-2 .heading__title {
    font-weight: 50;
}

.heading-3 .heading__subtitle {
    margin-bottom: 17px;
}

.heading-3 .heading__title {
    font-size: 37px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 20px;
}

.heading-white .heading__subtitle {
    color: #f9f9f9;
}

.heading-white .heading__title,
.heading-white .heading__desc {
    color: #ffffff;
}

.text__block-desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px;
}

.text__block-2 {
    position: relative;
}

    .text__block-2 .text__block-title {
        position: absolute;
        top: 0;
        left: 0;
    }

    .text__block-2 .text__block-desc {
        padding-left: 220px;
    }

.text__link {
    font-size: 14px;
    font-weight: 700;
}

    .text__link a {
        color: #121c45;
        border-bottom: 2px solid #121c45;
        transition: all 0.3s ease;
        padding-bottom: 2px;
    }

    .text__link:hover a {
        color: #ff5e14;
        border-bottom: 2px solid #ff5e14;
    }

    .text__link a.color-theme {
        border-bottom-color: #ff5e14;
    }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading__title {
        font-size: 30px;
    }

    .heading-3 .heading__title {
        font-size: 34px;
        line-height: 43px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .heading__title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .heading-2 .heading__title {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .heading-3 .heading__title {
        font-size: 29px;
        font-weight: 600;
        line-height: 40px;
    }

    .text__block-desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .text__block-2 .text__block-title {
        position: static;
    }

    .text__block-2 .text__block-desc {
        padding-left: 0;
    }

    .text__link {
        font-size: 12px;
        font-weight: 600;
    }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
    .heading-2 .heading__title {
        font-size: 25px;
    }

    .heading-2 .heading__desc {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
}

/*-------------------------
    page title 
-------------------------*/
.header-transparent + .page-title {
    /* margin-top: -440px;*/
}

.pagetitle__subheading {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #f9f9f9;
    display: block;
    margin-bottom: 21px;
}

.pagetitle__heading {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 0;
}

.pagetitle__desc {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #f9f9f9;
    margin-bottom: 0;
}

.page-title {
    /* padding: 241px 0 200px; */
    padding: 0;
    /* top: -101px; */
}

    .page-title .breadcrumb {
        margin-top: 3px;
        margin-bottom: 0;
    }

    .page-title .breadcrumb-item a,
    .page-title .breadcrumb-item + .breadcrumb-item::before {
        color: #ffffff;
    }

        .page-title .breadcrumb-item a:hover {
            color: #ddd;
        }

    .page-title .breadcrumb-item.active {
        color: #ddd;
    }

.page-title-layout2 .pagetitle__heading {
    font-size: 47px;
    line-height: 62px;
    margin-bottom: 15px;
}

.page-title-layout2 .btn {
    margin-top: 35px;
}

.page-title-layout3 .pagetitle__heading {
    font-size: 47px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 18px;
}

.page-title-layout3 .btn {
    margin-top: 32px;
}

.page-title-layout4 {
    padding: 248px 0 115px;
}

    .page-title-layout4 .pagetitle__heading {
        font-size: 47px;
        font-weight: 700;
        line-height: 62px;
        margin-bottom: 18px;
    }

/* Medium Size Devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title {
        /* padding: 150px 0 60px; */
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-title {
        /* padding: 100px 0 50px; */
    }

    .pagetitle__heading {
        font-size: 22px;
    }

    .page-title-layout2 .pagetitle__heading,
    .page-title-layout3 .pagetitle__heading,
    .page-title-layout4 .pagetitle__heading {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .pagetitle__desc {
        font-weight: 400;
    }

    .breadcrumb2 {
        padding: 10px !important;
    }


    .page-title .breadcrumb {
        margin-top: 10px;
    }

    .page-title .breadcrumb-item {
        font-size: 10px;
    }

    .bg-img3 {
        height: auto !important;
    }

    h1 {
        font-size: 8vw;
    }

    .request-quote-tabs .request__form .nav-tabs {
        padding-left: 10px !important;
    }

        .request-quote-tabs .request__form .nav-tabs .nav__link {
            padding: 12px 0 !important;
            margin: 0 20px 0 0 !important;
        }
}

/*------------------------------*\
    BUTTONS
\*--------------------------*/
.btn {
    /* text-transform: capitalize;*/
    position: relative;
    font-size: 14px;
    font-weight: 700;
    width: 170px;
    height: 50px;
    line-height: 48px;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    letter-spacing: 0.4px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn:focus,
    .btn.active,
    .btn:active {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

.btn__block {
    width: 100%;
}

/* Button Primary */
.btn__primary {
    background-color: #ff5e14;
    color: #ffffff;
    border: 2px solid #ff5e14;
}

    .btn__primary:active,
    .btn__primary:focus,
    .btn__primary:hover {
        background-color: transparent;
        color: #ff5e14;
    }

    .btn__primary.btn__hover2:active,
    .btn__primary.btn__hover2:focus,
    .btn__primary.btn__hover2:hover {
        background-color: #ffffff;
        color: #ff5e14;
        border-color: #ffffff;
    }

    .btn__primary.btn__hover3:active,
    .btn__primary.btn__hover3:focus,
    .btn__primary.btn__hover3:hover {
        background-color: #121c45;
        color: #ffffff;
        border-color: #121c45;
    }

/* Button Secondary*/
.btn__secondary {
    background-color: #121c45;
    color: #ffffff;
    border: 2px solid #121c45;
}

    .btn__secondary:active,
    .btn__secondary:focus,
    .btn__secondary:hover {
        background-color: #ff5e14;
        color: #ffffff;
        border-color: #ff5e14;
    }

    .btn__secondary.btn__hover2:active,
    .btn__secondary.btn__hover2:focus,
    .btn__secondary.btn__hover2:hover {
        background-color: #ffffff;
        color: #121c45;
        border-color: #ffffff;
    }

/* Button White */
.btn__white {
    background-color: #ffffff;
    color: #121c45;
    border: 2px solid #ffffff;
}

    .btn__white:active,
    .btn__white:focus,
    .btn__white:hover {
        background-color: #ff5e14;
        color: #ffffff;
        border-color: #ff5e14;
    }

    .btn__white.btn__hover2:active,
    .btn__white.btn__hover2:focus,
    .btn__white.btn__hover2:hover {
        background-color: #121c45;
        color: #ffffff;
        border-color: #121c45;
    }

.btn__rounded {
    border-radius: 50px;
}

/* Button Link */
.btn__link {
    background-color: transparent;
    border-color: transparent;
    width: auto;
    height: auto;
    line-height: 1;
    border: none;
}

    .btn__link.btn__primary {
        color: #ff5e14;
    }

        .btn__link.btn__primary:active,
        .btn__link.btn__primary:focus,
        .btn__link.btn__primary:hover {
            color: #121c45;
            background-color: transparent;
            border-color: transparent;
        }

    .btn__link.btn__secondary {
        color: #121c45;
    }

        .btn__link.btn__secondary:active,
        .btn__link.btn__secondary:focus,
        .btn__link.btn__secondary:hover {
            color: #ff5e14;
            background-color: transparent;
            border-color: transparent;
        }

    .btn__link.btn__white {
        color: #ffffff;
    }

        .btn__link.btn__white:active,
        .btn__link.btn__white:focus,
        .btn__link.btn__white:hover {
            color: #ffffff;
            background-color: transparent;
            border-color: transparent;
        }

/* Button Bordered */
.btn__bordered {
    background-color: transparent;
}

    .btn__bordered.btn__primary {
        color: #ff5e14;
        border-color: #ff5e14;
    }

        .btn__bordered.btn__primary:active,
        .btn__bordered.btn__primary:focus,
        .btn__bordered.btn__primary:hover {
            color: #ffffff;
            background-color: #ff5e14;
            border-color: #ff5e14;
        }

    .btn__bordered.btn__secondary {
        color: #121c45;
        border-color: #121c45;
    }

        .btn__bordered.btn__secondary:active,
        .btn__bordered.btn__secondary:focus,
        .btn__bordered.btn__secondary:hover {
            color: #ffffff;
            background-color: #121c45;
            border-color: #121c45;
        }

    .btn__bordered.btn__white {
        color: #ffffff;
        border-color: #ffffff;
    }

        .btn__bordered.btn__white:active,
        .btn__bordered.btn__white:focus,
        .btn__bordered.btn__white:hover {
            color: #ff5e14;
            background-color: #ffffff;
            border-color: #ffffff;
        }

.btn__white.btn__secondary {
    color: #121c45;
    border-color: #ffffff;
    background-color: #ffffff;
}

    .btn__white.btn__secondary:active,
    .btn__white.btn__secondary:focus,
    .btn__white.btn__secondary:hover {
        color: #ffffff;
        background-color: #ff5e14;
        border-color: #ff5e14;
    }

.btn__video.popup-video {
    padding-left: 50px;
    color: #ffffff;
}

    .btn__video.popup-video .video__player {
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

.btn__video-lg.popup-video {
    padding-left: 100px;
    width: 200px;
    height: 75px;
    line-height: 75px;
}

    .btn__video-lg.popup-video .video__player {
        width: 75px;
        height: 75px;
        line-height: 75px;
    }

    .btn__video-lg.popup-video .video__btn-title {
        font-size: 14px;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
        display: inline-block;
        margin-top: 10px;
    }

.btn__lg {
    width: 220px;
}

.btn__underlined {
    padding-bottom: 5px;
}

    .btn__underlined:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ff5e14;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.btn__white.btn__underlined:after {
    background-color: #ffffff;
}

.btn__white.btn__underlined:hover {
    color: #121c45;
}

    .btn__white.btn__underlined:hover:after {
        background-color: #121c45;
    }

.btn span + i {
    margin-left: 6px;
}

/*---------------------------
        Forms
----------------------------*/
label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    color: #121c45;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}

.form-control {
    height: 50px;
    line-height: 50px;
    border: none;
    border: 1px solid #eaeaea;
    border-radius: 1px;
    padding: 0 0 0 20px;
    font-size: 14px;
    border-radius: 2px;
}

    .form-control:focus {
        border-color: #ff5e14;
    }

textarea.form-control {
    height: 122px;
    padding-top: 10px;
    line-height: 25px;
}

.form-control::-webkit-input-placeholder {
    color: #9b9b9b;
}

.form-control:-moz-placeholder {
    color: #9b9b9b;
}

.form-control::-moz-placeholder {
    color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
    color: #9b9b9b;
}

.form__title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.form-group-select:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.form-group-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #9b9b9b;
    cursor: pointer;
}

/* Input Radio */
.label-radio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
}

    .label-radio input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.radio-indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 2px solid #eaeaea;
    border-radius: 50%;
}

.label-radio input:checked ~ .radio-indicator {
    background: transparent;
}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
    background: transparent;
}

.radio-indicator:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #ff5e14;
}

.label-radio input:checked ~ .radio-indicator:after {
    display: block;
}

/*--------------------
    Tabs
--------------------*/
.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav__link {
        display: block;
        position: relative;
        padding: 0 0 6px;
        margin: 0 30px 20px 0;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        color: #121c45;
    }

        .nav-tabs .nav__link:last-of-type {
            margin-right: 0;
        }

        .nav-tabs .nav__link:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #ff5e14;
            -webkit-transition: all 0.7s linear;
            -moz-transition: all 0.7s linear;
            -ms-transition: all 0.7s linear;
            -o-transition: all 0.7s linear;
            transition: all 0.7s linear;
        }

        .nav-tabs .nav__link.active,
        .nav-tabs .nav__link:hover {
            color: #ff5e14;
        }

            .nav-tabs .nav__link.active:after,
            .nav-tabs .nav__link:hover:after {
                width: 100%;
            }

.nav-tabs-white .nav__link {
    color: #ffffff;
}

    .nav-tabs-white .nav__link.active,
    .nav-tabs-white .nav__link:hover {
        color: #ffffff;
    }

    .nav-tabs-white .nav__link:after {
        background-color: #fff;
    }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-tabs .nav__link {
        margin: 0 15px 10px 0;
    }
}

/*------------------- 
    Icons
------------------*/
.social__icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #121c45;
}

    .social__icons a {
        margin-right: 20px;
        color: #121c45;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .social__icons a:hover {
            color: #ff5e14;
        }

        .social__icons a:last-of-type {
            margin-right: 0;
        }

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item {
    line-height: 1;
}

    .breadcrumb-item + .breadcrumb-item::before {
        font-family: FontAwesome;
        content: "";
    }

/*----------------------
    Pagination
-----------------------*/
.pagination li {
    margin-right: 10px;
}

    .pagination li:last-child {
        margin-right: 0;
    }

    .pagination li a {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 700;
        display: block;
        width: 50px;
        height: 50px;
        line-height: 48px;
        background-color: transparent;
        color: #121c45;
        text-align: center;
        border: 1px solid #eaeaea;
        border-radius: 2px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .pagination li a:hover,
        .pagination li a.current {
            background-color: #121c45;
            border-color: #121c45;
            color: #ffffff;
        }

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pagination li a {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
}

/*-------------------
    lists
-------------------*/
.contact__list li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 9px;
}

    .contact__list li:last-child {
        margin-bottom: 0;
    }

    .contact__list li i {
        font-size: 16px;
        margin-right: 9px;
        color: #ff5e14;
    }

.list-items li {
    position: relative;
    padding-left: 26px;
    font-family: "Poppins", sans-serif;
    /*font-size: 17px;*/
    font-weight: 600;
    margin-bottom: 8px;
}

    .list-items li:before {
        content: "";
        font-family: "Fontawesome";
        position: absolute;
        left: 0;
        rotate: 270deg;
    }

.list-items-white li {
    color: #ffffff;
}

    .list-items-white li:before {
        color: #ffffff;
    }

.list-items-layout2 li {
    font-weight: 400;
}

    .list-items-layout2 li:before {
        color: #ff5e14;
    }

/*-----------------------
    Alert
-----------------------*/
.alert {
   /* background-color: #121c45;*/
    padding: 24px 20px;
    border-radius: 0;
   /* color: #ffffff;*/
    font-size: 15px;
    font-weight: 700;
    border-radius: 3px;
    border: none;
}

/*------------------------
    Animations
-----------------------*/
@-webkit-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@-moz-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@-ms-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@-o-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    40% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@-webkit-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-moz-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-ms-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-o-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

/*----------------------------
      Navbar & Header
-----------------------------*/
.header {
    position: relative;
    z-index: 99999;
}

/* Navbar */
.navbar {
    padding: 0;
    /* height: 100px; */
    max-height: 100px;
    background-color: #ffffff;
    /* border-bottom: 1px solid #ededed; */
    /*  dropdown-menu  */
}

    .navbar > .container,
    .navbar > .container-fluid {
        position: relative;
        height: auto;
    }

    .navbar .navbar-brand {
        padding: 0;
        margin: 0;
        line-height: 100px;
    }

        .navbar .navbar-brand img {
            /* max-height: 43px;*/
            width: 210px;
        }

    .navbar .logo-light {
        display: none;
    }

    .navbar .navbar-toggler {
        padding: 0;
        border: none;
        border-radius: 0;
        width: 23px;
        position: relative;
    }

        .navbar .navbar-toggler .menu-lines {
            display: inline-block;
        }

            .navbar .navbar-toggler .menu-lines:before,
            .navbar .navbar-toggler .menu-lines:after {
                content: "";
                position: absolute;
                top: 5px;
                left: 0;
                width: 23px;
                height: 2px;
                display: inline-block;
                background-color: #333333;
                -webkit-transition: 0.3s ease;
                -moz-transition: 0.3s ease;
                -ms-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
            }

            .navbar .navbar-toggler .menu-lines:after {
                top: 10px;
            }

            .navbar .navbar-toggler .menu-lines span {
                position: absolute;
                top: 0;
                left: 0;
                width: 23px;
                height: 2px;
                background-color: #333333;
            }

        .navbar .navbar-toggler.actived .menu-lines > span {
            opacity: 0;
        }

        .navbar .navbar-toggler.actived .menu-lines:before {
            top: 0;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .navbar .navbar-toggler.actived .menu-lines:after {
            top: 0;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .navbar .nav__item {
        position: relative;
        margin-right: 29px;
    }

        .navbar .nav__item:last-child {
            margin-right: 0;
        }

        .navbar .nav__item .nav__item-link {
            font-size: 15px;
            font-weight: 700;
            text-transform: capitalize;
            display: block;
            position: relative;
            color: #333333;
            line-height: 100px;
            letter-spacing: 0.4px;
        }

            .navbar .nav__item .nav__item-link:before {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                display: block;
                background-color: #333333;
                -webkit-transition: 0.5s ease;
                -moz-transition: 0.5s ease;
                -ms-transition: 0.5s ease;
                -o-transition: 0.5s ease;
                transition: 0.5s ease;
            }

            .navbar .nav__item .nav__item-link.active:before,
            .navbar .nav__item .nav__item-link:hover:before {
                width: 100%;
            }

    .navbar .dropdown-toggle:after {
        content: "ï„…";
        font-family: fontAwesome;
        border: none;
        vertical-align: middle;
        margin-left: 0;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none;
    }

    .navbar .dropdown-menu {
        border-radius: 0;
        border: none;
        margin: 0;
        background-color: #ffffff;
    }

        .navbar .dropdown-menu .nav__item {
            padding: 0 40px;
            margin-right: 0;
        }

            .navbar .dropdown-menu .nav__item .nav__item-link {
                color: #9b9b9b;
                text-transform: capitalize;
                font-weight: 400;
                line-height: 40px !important;
                white-space: nowrap;
                position: relative;
                border-bottom: 1px solid #eaeaea;
            }

                .navbar .dropdown-menu .nav__item .nav__item-link:after {
                    content: "";
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 0;
                    height: 1px;
                    background-color: #ff5e14;
                    -webkit-transition: all 0.8s linear;
                    -moz-transition: all 0.8s linear;
                    -ms-transition: all 0.8s linear;
                    -o-transition: all 0.8s linear;
                    transition: all 0.8s linear;
                }

                .navbar .dropdown-menu .nav__item .nav__item-link:hover {
                    color: #ff5e14;
                }

                    .navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
                        width: 100%;
                    }

            .navbar .dropdown-menu .nav__item:last-child > .nav__item-link {
                border-bottom: none;
            }

                .navbar .dropdown-menu .nav__item:last-child > .nav__item-link:after {
                    display: none;
                }

        .navbar .dropdown-menu .dropdown-toggle:after {
            right: 0;
        }

.header__top-right {
    position: absolute;
    top: 30px;
    right: 15px;
    margin-bottom: 20px;
}

    .header__top-right ul li {
        margin-left: 20px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
    }

        .header__top-right ul li i {
            font-size: 16px;
            margin-right: 7px;
        }

        .header__top-right ul li .btn {
            font-size: 14px;
            width: 155px;
            height: 40px;
            line-height: 40px;
            letter-spacing: 0;
        }

    .header__top-right .dropdown-toggle {
        display: flex;
        align-items: center;
        padding-right: 25px;
        color: #fff;
    }

        .header__top-right .dropdown-toggle:after {
            content: "";
        }

        .header__top-right .dropdown-toggle i {
            font-size: 20px;
        }

    .header__top-right .dropdown-menu {
        min-width: 100px !important;
        padding: 0 !important;
    }

        .header__top-right .dropdown-menu .dropdown-item {
            color: #9b9b9b;
        }

            .header__top-right .dropdown-menu .dropdown-item:focus,
            .header__top-right .dropdown-menu .dropdown-item:hover {
                background-color: transparent;
                color: #ff5e14;
            }

            .header__top-right .dropdown-menu .dropdown-item.active,
            .header__top-right .dropdown-menu .dropdown-item:active {
                background-color: transparent;
            }

/* header topbar */
.header__topbar {
    background-color: #121c45;
    max-height: 48px;
}

    .header__topbar .contact__list {
        display: flex;
        flex-wrap: wrap;
    }

        .header__topbar .contact__list li {
            line-height: 48px;
            margin-right: 20px;
            margin-bottom: 0;
            color: #ffffff;
        }

            .header__topbar .contact__list li a {
                color: #ffffff;
            }

                .header__topbar .contact__list li a:hover {
                    color: #ff5e14;
                }

            .header__topbar .contact__list li i {
                color: #ff5e14;
                margin-right: 8px;
            }

            .header__topbar .contact__list li:last-child {
                margin-right: 0;
            }

    .header__topbar .social__icons a {
        color: #ffffff;
        line-height: 45px;
        margin-right: 20px;
    }

        .header__topbar .social__icons a:last-child {
            margin-right: 0;
        }

        .header__topbar .social__icons a:hover {
            color: #ff5e14;
        }

    .header__topbar .social__icons span {
        margin-right: 20px;
    }

    .header__topbar .header__topbar-links {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }

        .header__topbar .header__topbar-links li a {
            display: block;
            color: #ffffff;
            position: relative;
            margin-right: 20px;
            font-size: 13px;
        }

            .header__topbar .header__topbar-links li a:hover {
                color: #ff5e14;
            }

.header-transparent {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
    /* background-color: transparent; */
    /* background: rgba(255, 255, 255, 0.7); */
}



.header-transparent2 {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
    /* background-color: transparent; */
    background: rgba(255, 255, 255, 0.7);
}

    .header-transparent2 .navbar-brand .logo-light {
        display: none;
    }

    .header-transparent2 .navbar-brand .logo-dark {
        display: inline-block;
    }

    .header-transparent2 .module__btn {
        color: #505050 !important;
    }

    .header-transparent2 .navbar-modules .btn__request {
        /* color: #505050; */
        color: #fff !important;
    }



/* navbar-transparent */
.header-transparent .navbar {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
    background-color: transparent;
}

    .header-transparent .navbar .navbar-toggler .menu-lines:before,
    .header-transparent .navbar .navbar-toggler .menu-lines:after,
    .header-transparent .navbar .navbar-toggler .menu-lines span {
        background-color: #ffffff;
    }

    .header-transparent .navbar .nav__item .nav__item-link:before {
        background-color: #ffffff;
    }

.header-transparent .logo-light {
    display: inline-block;
}

.header-transparent .logo-dark {
    display: none;
}

.header-transparent .module__btn,
.header-transparent .nav__item .nav__item-link {
    /*color: #505050;*/
    color: #fff;
}

.header-transparent .navbar.fixed-navbar .nav__item .nav__item-link:before {
    background-color: #333333;
}

/* navbar-white */
.header-white .header__top-right ul li,
.header-white .header__top-right .dropdown-toggle {
    color: #9b9b9b;
}

.header-full .module__btn,
.header-full .navbar .navbar-nav {
    margin-top: 0;
}

.header-full .navbar,
.header-full .navbar .nav__item .nav__item-link {
    line-height: 100px;
}

    .header-full .navbar,
    .header-full .navbar > .container,
    .header-full .navbar > .container-fluid {
        height: 100px;
    }

/* fixed-navbar */
.fixed-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    border-bottom: 0 !important;
    background-color: #ffffff !important;
    opacity: 0.95;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    -webkit-animation: translateHeader 0.8s;
    -moz-animation: translateHeader 0.8s;
    -ms-animation: translateHeader 0.8s;
    -o-animation: translateHeader 0.8s;
    animation: translateHeader 0.8s;
}

    .fixed-navbar > .container,
    .fixed-navbar > .container-fluid {
        position: relative;
    }

    .fixed-navbar .header__top-right {
        display: none !important;
    }

    .fixed-navbar .nav__item .nav__item-link {
        color: #333333;
    }

    .fixed-navbar .logo-light {
        display: none;
    }

    .fixed-navbar .logo-dark {
        display: inline-block;
    }

    .fixed-navbar .navbar-nav {
        margin-top: 0;
    }

    .fixed-navbar .module__btn {
        margin-top: 0;
        color: #333333;
    }

.header-full-layout2 .navbar__bottom.fixed-navbar {
    background-color: #121c45 !important;
    height: 60px;
    max-height: 60px;
}

    .header-full-layout2 .navbar__bottom.fixed-navbar > .container,
    .header-full-layout2 .navbar__bottom.fixed-navbar > .container-fluid {
        height: 60px;
    }

/* navbar-modules */
.navbar-modules {
    margin-left: 10px;
}

    .navbar-modules li {
        margin-left: 20px;
    }

        .navbar-modules li a {
            position: relative;
        }

            .navbar-modules li a:hover {
                color: #ff5e14;
            }

    .navbar-modules .btn__request {
        width: 153px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        border-radius: 2px;
        background-color: #ff5e14;
        color: #ffffff;
        letter-spacing: 0.2px;
    }

        .navbar-modules .btn__request i {
            font-size: 11px;
            margin-left: 4px;
        }

        .navbar-modules .btn__request:hover {
            background-color: #121c45;
            color: #ffffff;
        }

    .navbar-modules .dropdown .dropdown-toggle {
        padding-right: 20px;
        font-weight: 600;
    }

        .navbar-modules .dropdown .dropdown-toggle:after {
            content: "";
            display: block !important;
        }

    .navbar-modules .dropdown .dropdown-menu {
        min-width: 120px;
        padding: 10px;
    }

        .navbar-modules .dropdown .dropdown-menu .dropdown-item {
            padding: 5px 0;
            position: relative;
            border-bottom: 1px solid #eaeaea;
        }

            .navbar-modules .dropdown .dropdown-menu .dropdown-item img {
                width: 17px;
                margin-right: 5px;
            }

            .navbar-modules .dropdown .dropdown-menu .dropdown-item:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 1px;
                background-color: #ff5e14;
                -webkit-transition: all 0.8s linear;
                -moz-transition: all 0.8s linear;
                -ms-transition: all 0.8s linear;
                -o-transition: all 0.8s linear;
                transition: all 0.8s linear;
            }

            .navbar-modules .dropdown .dropdown-menu .dropdown-item:hover {
                background-color: transparent;
                color: #ff5e14;
            }

                .navbar-modules .dropdown .dropdown-menu .dropdown-item:hover:after {
                    width: 100%;
                }

            .navbar-modules .dropdown .dropdown-menu .dropdown-item:last-child {
                border-bottom: none;
            }

                .navbar-modules .dropdown .dropdown-menu .dropdown-item:last-child:after {
                    display: none;
                }

/* module-search  */
.module__search-container {
    position: fixed;
    z-index: 2300;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .module__search-container .close-search {
        position: absolute;
        top: 30px;
        right: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        color: #777;
        cursor: pointer;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .module__search-container .close-search:after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            height: 40px;
            z-index: -1;
            opacity: 0;
            background-color: #ff5e14;
            -webkit-transform: scale(0.5);
            -moz-transform: scale(0.5);
            -ms-transform: scale(0.5);
            -o-transform: scale(0.5);
            transform: scale(0.5);
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .module__search-container .close-search:hover {
            color: #fff;
        }

            .module__search-container .close-search:hover:after {
                opacity: 1;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1);
            }

    .module__search-container .module__search-form {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 550px;
        margin: -40px auto 0;
        -webkit-transform: translateY(-50%) scaleX(0);
        -moz-transform: translateY(-50%) scaleX(0);
        -ms-transform: translateY(-50%) scaleX(0);
        -o-transform: translateY(-50%) scaleX(0);
        transform: translateY(-50%) scaleX(0);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .module__search-container .module__search-btn {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 80px;
        text-align: center;
        font-size: 28px;
        cursor: pointer;
        transition: 0.3s ease;
        color: #ff5e14;
    }

        .module__search-container .module__search-btn:hover {
            color: #121c45;
        }

    .module__search-container .search__input {
        z-index: 1;
        height: 80px;
        padding: 0 0 0 40px;
        background: transparent;
        border: none;
        border-bottom: 1px solid #eaeaea;
        width: 100%;
        color: #121c45;
        font-family: "Poppins", sans-serif;
        font-size: 35px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .module__search-container .search__input::-webkit-input-placeholder {
            color: #121c45;
        }

        .module__search-container .search__input:-moz-placeholder {
            color: #121c45;
        }

        .module__search-container .search__input::-moz-placeholder {
            color: #121c45;
        }

        .module__search-container .search__input:-ms-input-placeholder {
            color: #121c45;
        }

    .module__search-container.active {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .module__search-container.inActive {
        opacity: 0;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .module__search-container.active .module__search-form {
        -webkit-transform: translateY(-50%) scaleX(1);
        -moz-transform: translateY(-50%) scaleX(1);
        -ms-transform: translateY(-50%) scaleX(1);
        -o-transform: translateY(-50%) scaleX(1);
        transform: translateY(-50%) scaleX(1);
    }

    .module__search-container.inActive .module__search-form {
        -webkit-transition-delay: 0ms;
        -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
        -o-transition-delay: 0ms;
        transition-delay: 0ms;
        -webkit-transform: translateY(-50%) scaleX(0);
        -moz-transform: translateY(-50%) scaleX(0);
        -ms-transform: translateY(-50%) scaleX(0);
        -o-transform: translateY(-50%) scaleX(0);
        transform: translateY(-50%) scaleX(0);
    }

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar .nav__item {
        margin-right: 20px;
    }

    .container {
        max-width: 1100px;
    }

    .header-transparent .navbar-nav > li > a {
        padding: 10px 7px;
    }
}

/* Mobile and Tablets */
@media only screen and (max-width: 991px) {
    .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        height: 13px;
    }

    .navbar .collapse:not(.show) {
        display: block;
    }

    .navbar .navbar-nav {
        margin: 0 !important;
        align-items: start;
        justify-content: center;
        padding: 0px 12px;
    }


    .navbar .nav__item {
        margin-right: 0;
    }

        .navbar .nav__item .nav__item-link {
            color: #282828;
            line-height: 35px !important;
            padding-left: 15px;
        }

            .navbar .nav__item .nav__item-link:hover {
                color: #ff5e14;
            }

            .navbar .nav__item .nav__item-link:before {
                display: none;
            }

    .navbar .navbar-collapse {
        background-color: white;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
        z-index: 50;
        /* padding: 15px 0; */
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }

        .navbar .navbar-collapse .navbar-modules {
            padding: 0 15px;
        }

    .navbar .menu-opened.navbar-collapse {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .navbar i[data-toggle=dropdown] {
        position: absolute;
        top: 7px;
        right: 15px;
        width: 50%;
        text-align: right;
        z-index: 2;
    }

    .navbar .dropdown-toggle:after {
        display: none;
    }

    .navbar .nav__item.opened > i[data-toggle=dropdown]:before,
    .navbar .nav__item.show > i[data-toggle=dropdown]:before {
        content: "";
    }

    .navbar .dropdown-menu {
        background-color: white;
    }

        .navbar .dropdown-menu .nav__item {
            padding: 0 15px 0 30px;
        }

            .navbar .dropdown-menu .nav__item .nav__item-link {
                padding-left: 0;
                border-bottom: none;
            }

        .navbar .dropdown-menu .dropdown-menu-col .nav__item {
            padding: 0;
        }

    .navbar .dropdown-menu-col h6 {
        font-size: 13px;
        margin: 10px 0 5px;
    }

    .navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
        padding-left: 10px;
    }

    .navbar .dropdown-submenu .dropdown-menu .nav__item {
        padding: 0 0 0 15px;
    }

    .navbar .navbar-nav .dropdown-menu.show {
        padding: 0;
    }

    .navbar .mega-dropdown-menu .container {
        max-width: none;
    }

    .navbar .mega-dropdown-menu > .nav__item {
        padding: 0 10px;
    }

    .navbar .mega-dropdown-menu .nav__item {
        padding: 0;
    }

    .fixed-navbar {
        position: static;
        animation: none;
    }

    .header-transparent + .page-title {
        margin-top: 0;
    }

    .header-full .navbar {
        line-height: 80px;
    }

    .header .navbar,
    .header-transparent .navbar {
        background-color: #ffffff;
    }


    .header .logo-dark,
    .header-transparent .logo-dark {
        display: inline-block;
    }

    .header .logo-light,
    .header-transparent .logo-light {
        display: none;
    }

    .header .navbar-modules,
    .header-transparent .navbar-modules {
        margin-right: 60px;
    }

        .header .navbar-modules .modules__wrapper,
        .header-transparent .navbar-modules .modules__wrapper {
            flex-direction: row-reverse;
        }

    .header .module__btn,
    .header-transparent .module__btn {
        color: #333333;
    }

    .header .navbar .navbar-toggler .menu-lines:before,
    .header .navbar .navbar-toggler .menu-lines:after,
    .header .navbar .navbar-toggler .menu-lines span,
    .header-transparent .navbar .navbar-toggler .menu-lines:before,
    .header-transparent .navbar .navbar-toggler .menu-lines:after,
    .header-transparent .navbar .navbar-toggler .menu-lines span {
        background-color: #333333;
    }

    .header .navbar-expand-lg > .container,
    .header .navbar-expand-lg > .container-fluid,
    .header-transparent .navbar-expand-lg > .container,
    .header-transparent .navbar-expand-lg > .container-fluid {
        width: 100%;
        max-width: none;
    }

    .header .navbar,
    .header .navbar > .container,
    .header .navbar > .container-fluid,
    .header-transparent .navbar,
    .header-transparent .navbar > .container,
    .header-transparent .navbar > .container-fluid {
        /* height: 80px; */
    }

    .header .header-full .navbar,
    .header .header-full .navbar .navbar-brand,
    .header .navbar-brand,
    .header-transparent .header-full .navbar,
    .header-transparent .header-full .navbar .navbar-brand,
    .header-transparent .navbar-brand {
        margin-left: 15px;
        line-height: 80px !important;
    }

        .header .header-full .navbar,
        .header .header-full .navbar .navbar-brand,
        .header-transparent .header-full .navbar,
        .header-transparent .header-full .navbar .navbar-brand {
            line-height: 80px;
        }

    .header__topbar > .container {
        max-width: none;
    }

    .header-transparent .navbar-nav > li > a {
        color: #333 !important;
    }
}

/* Medium and large Screens */
@media only screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        width: auto;
        min-width: 235px;
        box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
        box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
        /* padding: 25px 0 23px; */
        border-radius: 0 0 5px 5px;
    }

        .navbar .dropdown-menu .nav__item .nav__item-link:before {
            display: none;
        }

        .navbar .dropdown-menu.wide-dropdown-menu {
            min-width: 470px;
            padding: 0;
            overflow: hidden;
        }

            .navbar .dropdown-menu.wide-dropdown-menu > .nav__item {
                padding: 0;
            }

            .navbar .dropdown-menu.wide-dropdown-menu h6 {
                font-size: 15px;
                margin: 0 0 13px 40px;
            }

            .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
                padding: 40px 0 27px;
            }

    .navbar .nav__item.with-dropdown > .dropdown-menu,
    .navbar .nav__item.dropdown-submenu > .mega-menu,
    .navbar .nav__item.with-dropdown > .mega-menu,
    .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu {
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }

        .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu > .dropdown-menu,
        .navbar .nav__item.dropdown-submenu > .dropdown-menu > .nav__item.with-dropdown > .dropdown-menu {
            top: 0;
            left: 100%;
        }

        .navbar .nav__item.with-dropdown:hover > .dropdown-menu,
        .navbar .nav__item.dropdown-submenu:hover > .mega-menu,
        .navbar .nav__item.with-dropdown:hover > .mega-menu,
        .navbar .nav__item.with-dropdown > .dropdown-menu > .nav__item.dropdown-submenu:hover > .dropdown-menu {
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

    .navbar .nav__item.with-dropdown.mega-dropdown {
        position: static;
    }

    .navbar .nav__item.with-dropdown .mega-dropdown-menu {
        width: 100%;
    }

    .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
        padding: 0;
    }

        .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
            overflow: hidden;
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
        }

            .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
                font-family: "FontAwesome";
                content: "";
                position: absolute;
                top: auto;
                left: -7px;
                font-size: 7px;
                transition: all 0.4s ease;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -ms-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                opacity: 0;
                color: #ff5e14;
            }

            .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
                padding-left: 15px;
            }

                .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
                    opacity: 1;
                    left: 4px;
                }

    .navbar-nav > .nav__item > .dropdown-toggle:after {
        display: none;
    }

    .nav__item i[data-toggle=dropdown] {
        display: none;
    }

    .header-full-layout2 .navbar,
    .header-full-layout2 .navbar > .container,
    .header-full-layout2 .navbar > .container-fluid {
        height: 90px;
    }

    .header-full-layout2 .navbar {
        display: block;
        line-height: 60px;
    }

        .header-full-layout2 .navbar .nav__item .nav__item-link {
            line-height: 60px;
        }

    .header-full-layout2 .nav__item .nav__item-link {
        color: #ffffff;
    }

        .header-full-layout2 .nav__item .nav__item-link:before {
            background-color: #ffffff;
        }

    .header-full-layout2 .header__topbar {
        background-color: transparent;
    }

        .header-full-layout2 .header__topbar .contact__list li {
            line-height: 1;
            margin-right: 30px;
            color: #9b9b9b;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
        }

            .header-full-layout2 .header__topbar .contact__list li > i {
                font-size: 16px;
                margin-right: 16px;
                color: #ff5e14;
            }

            .header-full-layout2 .header__topbar .contact__list li a {
                color: #121c45;
            }

            .header-full-layout2 .header__topbar .contact__list li strong {
                color: #121c45;
                display: block;
                font-size: 14px;
                margin-top: 8px;
                font-weight: 700;
            }

        .header-full-layout2 .header__topbar .social__icons a {
            width: 50px;
            height: 50px;
            line-height: 50px;
            color: #121c45;
            text-align: center;
            border: 1px solid #eaeaea;
            border-radius: 2px;
            margin-right: 10px;
        }

            .header-full-layout2 .header__topbar .social__icons a:last-child {
                margin-right: 0;
            }

            .header-full-layout2 .header__topbar .social__icons a:hover {
                background-color: #121c45;
                border-color: #121c45;
                color: #ffffff;
            }

    .header-full-layout2 .navbar__bottom {
        background-color: #121c45;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex: 1;
    }

        .header-full-layout2 .navbar__bottom > .container {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
        }

        .header-full-layout2 .navbar__bottom .module__btn-search {
            color: #ffffff;
        }

        .header-full-layout2 .navbar__bottom .module__btn-request {
            height: 60px;
            line-height: 58px;
            border-radius: 0;
            margin-top: -2px;
        }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .dropdown-menu.mega-dropdown-menu > .nav__item {
        padding: 0 15px;
    }

    .dropdown-menu.mega-dropdown-menu .nav__item:last-child > .nav__item-link {
        border-bottom: 1px solid #f2f2f2;
    }

    .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child > .nav__item-link {
        border-bottom: none;
    }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .navbar .navbar-brand img {
        max-width: 100px;
    }

    .module__search-container .module__search-form {
        max-width: 90%;
    }

    .module__search-container .search__input {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
    }

    .module__search-container .module__search-btn {
        line-height: 50px;
        font-size: 20px;
    }
}

/* Header Animation */
@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

/*----------------------
    Accordions
------------------------*/
.accordion-item {
    border: 1px solid #ededed;
    background-color: #ffffff;
    padding: 10px 30px 10px 45px;
    margin-top: -1px;
}

    .accordion-item:first-child {
        margin-top: 0;
        border-radius: 3px 3px 0 0;
    }

    .accordion-item:last-child {
        border-radius: 0 0 3px 3px;
    }

    .accordion-item .accordion__item-title {
        font-family: "Poppins", sans-serif;
        color: #282828;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        display: block;
        position: relative;
    }

        .accordion-item .accordion__item-title:after {
            position: absolute;
            top: 0;
            left: -20px;
            content: "\f054";
            font-family: fontawesome;
            color: #121c45;
            font-size: 10px;
            line-height: 24px;
            font-weight: 400;
        }

    .accordion-item .accordion__item-header.opened .accordion__item-title {
        color: #ff5e14;
    }

        .accordion-item .accordion__item-header.opened .accordion__item-title:after {
            color: #ff5e14;
            content: "\f078";
        }

    .accordion-item .accordion__item-body {
        padding-top: 16px;
    }

        .accordion-item .accordion__item-body p {
            margin-bottom: 0;
        }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .accordion-item {
        padding: 15px 20px;
    }
}

/*----------------------
     Dividers 
------------------------*/
.divider__line {
    position: relative;
    height: 3px;
    margin-bottom: 35px;
}

    .divider__line:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 3px;
        background-color: #121c45;
    }

    .divider__line.divider__center:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .divider__line.divider__sm:after {
        width: 40px;
    }

.divider__theme:after {
    background-color: #ff5e14;
}

.divider__white:after {
    background-color: #ffffff;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .divider__line {
        margin-bottom: 20px;
    }
}

/*-------------------------
    Footer
--------------------------*/
.footer {
    border-top: 1px solid #eaeaea;
}

.footer-top {
    padding-top: 100px;
    padding-bottom: 67px;
}

    .footer-top .footer__widget-title {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 26px;
    }

.footer__widget-about .footer-logo {
    margin-bottom: 24px;
}

.footer__widget-about p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.footer__widget-about .contact__list {
    margin-bottom: 20px;
}

    .footer__widget-about .contact__list li span {
        color: #a5a5a5;
    }

        .footer__widget-about .contact__list li span:last-child {
            margin-left: 3px;
            color: #121c45;
        }

.footer__widget-nav li a,
.footer__copyright-links li a {
    display: block;
    position: relative;
    color: #9b9b9b;
    font-size: 14px;
    line-height: 33px;
}

    .footer__widget-nav li a:hover,
    .footer__copyright-links li a:hover {
        color: #ff5e14;
    }

.footer__copyright-links li a {
    margin-right: 4px;
    padding-right: 5px;
    font-size: 13px;
}

    .footer__copyright-links li a:after {
        content: "-";
        position: absolute;
        right: 0;
        color: #9b9b9b;
    }

.footer__copyright-links li:last-child a:after {
    display: none;
}

.footer-bottom {
    padding: 28px 0;
    border-top: 1px solid #eaeaea;
    font-size: 13px;
}

    .footer-bottom .social__icons a {
        font-size: 17px;
    }

.footer-newsletter {
    background-color: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 20px;
}

    .footer-newsletter .footer__newsletter-text h6 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .footer-newsletter .footer__newsletter-text p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .footer-newsletter .form-control {
        /*max-width: 50%;*/
    }

        .footer-newsletter .form-control:last-of-type {
            /*border-left-color: transparent;*/
        }

        .footer-newsletter .form-control:focus {
            border-color: #ff5e14 !important;
        }

    .footer-newsletter .social__icons a {
        border: 1px solid #eaeaea;
        width: 50px;
        height: 50px;
        line-height: 48px;
        border-radius: 2px;
        text-align: center;
        margin-right: 5px;
    }

        .footer-newsletter .social__icons a:last-of-type {
            margin-right: 0;
        }

        .footer-newsletter .social__icons a:hover {
            background-color: #121c45;
            color: #ffffff;
        }

/* Scroll Top Button */
#scrollTopBtn {
    position: fixed;
    right: 10px;
    bottom: 90px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 18px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #121c45;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    #scrollTopBtn:hover {
        background-color: #ff5e14;
    }

    #scrollTopBtn.actived {
        right: 30px;
        opacity: 1;
    }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    .footer-newsletter {
        padding-top: 20px;
    }

        .footer-newsletter .social__icons {
            justify-content: flex-start !important;
        }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer-top {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .footer__widget {
        margin-bottom: 30px;
    }

    .footer-top .footer__widget-title {
        margin-bottom: 15px;
    }

    .footer__copyright-links {
        justify-content: flex-start !important;
    }

    .footer-newsletter {
        padding-top: 20px;
    }

        .footer-newsletter .social__icons {
            justify-content: flex-start !important;
        }

    .footer__newsletter-form {
        display: block !important;
    }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .footer-bottom {
        padding: 20px 0;
    }

    .footer__copyright-links {
        margin-bottom: 10px;
    }

        .footer__copyright-links li a {
            font-size: 13px;
            line-height: 20px;
            margin-right: 10px;
            padding-right: 10px;
        }

        .footer__widget-nav li a,
        .footer__copyright-links li a {
            font-size: 13px;
        }

    .footer-newsletter .social__icons {
        justify-content: flex-start !important;
    }

    .footer__newsletter-form .btn {
        width: 100%;
    }

    #scrollTopBtn {
        bottom: 100px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

        #scrollTopBtn.actived {
            right: 20px;
        }
}

@media only screen and (max-width: 500px) {
    .footer__newsletter-form .form-group {
        display: block !important;
    }

        .footer__newsletter-form .form-group .form-control {
            border: 1px solid #eaeaea;
            max-width: none;
            margin-bottom: 10px;
        }
}

@media only screen and (max-width: 400px) {

    .footer__widget-nav li a,
    .footer__copyright-links li a {
        font-size: 12px;
        line-height: 25px;
    }
}

/*-----------------------
    Request quote
 ------------------------*/
.request__form {
    background-color: #fff;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
    z-index: 2;
}

    .request__form .request__form-body {
        padding: 50px;
    }

    .request__form .input-radio {
        margin-right: 20px;
    }

        .request__form .input-radio:last-child {
            margin-right: 0;
        }

.request-quote-tabs .request__form {
    position: relative;
    border-radius: 5px;
}

    .request-quote-tabs .request__form:before {
        content: "";
        position: absolute;
        top: 0;
        left: -39px;
        width: 41px;
        height: 160px;
        /* background-color: #121c45; */
        border-radius: 5px 0 0 0;
    }

    .request-quote-tabs .request__form:after {
        content: "";
        position: absolute;
        top: 0;
        right: -39px;
        width: 41px;
        height: 160px;
        /* background-color: #121c45; */
        border-radius: 0 5px 0 0;
    }

    .request-quote-tabs .request__form h6 {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 17px;
    }

    .request-quote-tabs .request__form .form-control {
        padding-left: 15px;
    }

    .request-quote-tabs .request__form .nav-tabs {
        /*background-color: #231f20;*/
        /* background-color: #121c45; */
        /*padding-left: 50px;*/
    }

        .request-quote-tabs .request__form .nav-tabs .nav__link {
            padding: 18px 18px;
            margin: 0 0;
            color: #000;
        }

            .request-quote-tabs .request__form .nav-tabs .nav__link:after {
                height: 3px;
            }

            .request-quote-tabs .request__form .nav-tabs .nav__link.active {
                background-color: #ff5e14;
                color:#fff;
            }

    .request-quote-tabs .request__form .tab-content {
        padding-top: 0;
    }

    .request-quote-tabs .request__form .request-quote-panel {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .request-quote-tabs .request__form .request__form-body {
        flex-basis: 71%;
        max-width: 71%;
    }

    .request-quote-tabs .request__form .widget-download {
        flex-basis: 29%;
        max-width: 29%;
        box-shadow: none;
        padding: 50px;
        border-radius: 0 0 5px 0;
    }

        .request-quote-tabs .request__form .widget-download:after {
            bottom: -220px;
            right: -120px;
            font-size: 400px;
        }

        .request-quote-tabs .request__form .widget-download p {
            font-size: 14px;
            line-height: 23px;
            color: #ffffff;
            margin-bottom: 30px;
        }

        .request-quote-tabs .request__form .widget-download h5 {
            font-size: 25px;
            line-height: 34px;
            color: #ffffff;
        }

        .request-quote-tabs .request__form .widget-download .btn {
            padding: 0 10px;
            height: 50px;
            width: 220px;
            position: absolute;
            bottom: 50px;
            left: 50px;
        }

/* Large Size Screens */
@media only screen and (max-width: 1200px) {
    .request__form .request__form-body {
        padding: 50px 20px;
    }
}

/* Medium Size Screens */
@media only screen and (max-width: 992px) {
    .request-quote-tabs .request__form .request-quote-panel {
        display: block;
    }

        .request-quote-tabs .request__form .request-quote-panel .request__form-body,
        .request-quote-tabs .request__form .request-quote-panel .widget-download {
            max-width: none;
        }

            .request-quote-tabs .request__form .request-quote-panel .widget-download .btn {
                /* position: static;*/
                position: absolute;
                bottom: 15px;
            }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .request__form .request__form-body {
        padding: 20px 10px;
    }

    .request__form .input-radio {
        margin-right: 0;
        flex-basis: 50%;
    }
}

/*----------------------
    Carousel
-----------------------*/
[data-nav=false] .owl-nav,
[data-dots=false] .owl-dots {
    display: none;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.carousel-dots .owl-dots {
    margin-top: 10px;
    text-align: center;
}

    .carousel-dots .owl-dots .owl-dot {
        background-color: transparent;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 12px;
        height: 12px;
        margin: 0 20px;
    }

        .carousel-dots .owl-dots .owl-dot span {
            display: block;
            width: 8px;
            height: 8px;
            border: 2px solid #a5a5a5;
            border-radius: 50%;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .carousel-dots .owl-dots .owl-dot:not(:last-child):after {
            content: "";
            position: absolute;
            top: 50%;
            left: 20px;
            width: 12px;
            height: 2px;
            display: block;
            background-color: #eee;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .carousel-dots .owl-dots .owl-dot:not(:first-child):before {
            content: "";
            position: absolute;
            top: 50%;
            left: -20px;
            width: 12px;
            height: 2px;
            display: block;
            background-color: #eee;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .carousel-dots .owl-dots .owl-dot.active span {
            border-color: #ff5e14;
            -webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            -o-transform: scale(1.5);
            transform: scale(1.5);
        }

        .carousel-dots .owl-dots .owl-dot.active:before,
        .carousel-dots .owl-dots .owl-dot.active:after {
            background-color: #ff5e14;
        }

.carousel-dots-white .owl-dots .owl-dot.active span,
.carousel-dots-white .owl-dots .owl-dot span {
    border-color: #fff;
}

.carousel-dots-white .owl-dots .owl-dot.active:before,
.carousel-dots-white .owl-dots .owl-dot.active:after {
    background-color: #fff;
}

.carousel-arrows .owl-nav .owl-prev,
.carousel-arrows .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #999999;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translateY(-50%);
}

    .carousel-arrows .owl-nav .owl-prev:hover,
    .carousel-arrows .owl-nav .owl-next:hover {
        color: #ff5e14;
        background-color: transparent;
    }

.carousel-arrows .owl-nav .owl-prev {
    left: 0;
}

    .carousel-arrows .owl-nav .owl-prev:before {
        font-family: "Font Awesome 6 Free";
        /* font-family: "icomoon";
        content: "";*/
        content: "\f053";
        font-weight: 900;
        font-size: 50px;
    }

.carousel-arrows .owl-nav .owl-next {
    right: 0;
}

    .carousel-arrows .owl-nav .owl-next:before {
       
        /*content: "";*/
        /*font-size: 50px;
        content: '\f054';*/
        font-family: "Font Awesome 6 Free"; /* Font Awesome'ın font ailesi */
        content: "\f054"; /* Unicode karakter kodu (örneğin, soldaki ok için) */
        font-weight: 900; /* Free versiyonda 'Solid' simgeleri için kullanılır */
        font-size: 50px;
    }

/*------------------------
    Slider 
--------------------------*/
.header-transparent + .slider {
    margin-top: -130px;
}

.slider {
    padding: 0;
}

    .slider .slide-item {
        height: 103vh;
    }

    .slider .slide__subtitle {
        display: inline-block;
        font-family: "Roboto", sans-serif;
        font-size: 17px;
        line-height: 1;
        color: #f9f9f9;
        margin-bottom: 25px;
    }

    .slider .slide__title {
        font-size: 25px;
        font-weight: 700;
        line-height: 0.6;
        color: #ff5e14;
        margin-bottom: 14px;
    }

    .slider .slide__desc {
        font-size: 14px;
        font-weight: 400;
        color: #2f2f2f;
        /* padding-right: 50px; 
    margin-bottom: 35px;*/
    }



    .slider .slide__title2 {
        font-size: 41px;
        font-weight: 700;
        line-height: 1.2;
        color: #000;
        margin-bottom: 5px;
    }

    .slider .slide__desc2 {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        /* padding-right: 50px; 
  margin-bottom: 35px;*/
    }

    .slider .hiza1 {
        font-weight: normal;
        width: 10vw;
        height: auto;
    }

    .slider .bg-text {
        align-self: end;
        background-color: #fff;
        padding: 30px;
        /*border-radius: 10px 10px 0 0;*/
        /* box-shadow: 0 5px 83px 0 rgb(40 40 40 / 80%);*/
        margin-bottom: -15px;
        opacity: 0.80;
    }

    .slider .slide__title3 {
        font-size: 26px;
        font-weight: 700;
        /* line-height: 1.2; */
        color: black;
        margin-bottom: 9px;
    }

    .slider .slide__desc3 {
        font-size: 14px;
        line-height: 18px;
        color: black;
        /* font-weight: 400;
        color: #000;*/
        /* padding-right: 50px; 
  margin-bottom: 35px;*/
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 50px;
    }

    .slider .carousel-arrows .owl-nav .owl-next {
        right: 50px;
    }

    .slider .carousel-arrows .owl-nav .owl-prev,
    .slider .carousel-arrows .owl-nav .owl-next {
        color: #ffffff;
        border: none;
        line-height: 46px;
        width: auto;
        opacity: 0;
        transition: opacity 0.5s ease, transform 0.4s ease;
        transform: scale(0.8);
    }

    .slider:hover .carousel-arrows .owl-nav .owl-prev,
    .slider:hover .carousel-arrows .owl-nav .owl-next {
        opacity: 1;
        transform: scale(1);
    }

    .slider .owl-dots {
        position: absolute;
        bottom: 80px;
        width: 100%;
        z-index: 5;
    }


.slider-1 {
    overflow: hidden;
}

    .slider-1 .slide-item {
        /* min-height: 750px;*/
    }

    .slider-1 .btn__video {
        position: absolute;
        right: 0;
        bottom: 35px;
        z-index: 3;
    }

    .slider-1 .thumbs-dots {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        z-index: 3;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .slider-1 .thumbs-dots .owl-thumb-item {
            flex-basis: 190px;
            max-width: 190px;
            text-align: left;
            padding: 25px 25px 23px;
            background-color: #121c45;
            margin-right: 2px;
            border-radius: 3px 3px 0 0;
        }

            .slider-1 .thumbs-dots .owl-thumb-item i {
                font-size: 45px;
                color: #f9f9f9;
                margin-bottom: 6px;
                display: block;
            }

                .slider-1 .thumbs-dots .owl-thumb-item i.icon-air-freight {
                    font-size: 40px;
                }

            .slider-1 .thumbs-dots .owl-thumb-item span {
                display: block;
                text-transform: capitalize;
                font-weight: 700;
                font-size: 16px;
                line-height: 23px;
                color: #f9f9f9;
                margin-bottom: 0;
            }

            .slider-1 .thumbs-dots .owl-thumb-item.active {
                transform: scaleY(1.1);
                background-color: #ff5e14;
            }

.slider-3 .slide__content {
    background-color: #ffffff;
    padding: 76px 50px 80px 80px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
}

    .slider-3 .slide__content:after {
        content: "î¤ª";
        font-family: "icomoon";
        position: absolute;
        bottom: -230px;
        right: -240px;
        font-size: 475px;
        color: #121c45;
        line-height: 1;
        z-index: 1;
        opacity: 0.05;
    }

.slider-3 .slide__title {
    font-size: 40px;
    color: #121c45;
    margin-bottom: 22px;
}

.slider-3 .slide__desc {
    color: #9b9b9b;
}

.slider-3 .slide__title,
.slider-3 .slide__desc,
.slider-3 .btn {
    position: relative;
    z-index: 2;
}

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider .slide-item {
        height: 57vh;
    }

    .slider .slide__title {
        font-size: 3vh;
    }

    .slider .slide__title2 {
        font-size: 3vh;
        /* color:red;*/
        /*margin-top: 34px;*/
    }

    .slider .slide__desc2 {
        font-size: 2vh;
    }

    .type2 {
        top: -200px;
    }



    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 0;
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 0;
    }

    .slide__title {
        font-size: 50px;
    }

    .slider .slide__desc {
        padding-right: 0;
    }

    .slider-2 .slide__desc {
        padding-right: 45px;
    }

    .slider-3 .slide__content {
        padding: 30px;
    }

    .slider .slide-item {
        height: 60vh;
        margin-top: 9vh;
        /* min-height:auto;*/
    }

    .slider .hiza1 {
        width: 13vw;
    }

    .slider .slide__title3 {
        font-size: 21px;
    }

    .slider .slide__desc3 {
        font-size: 13px;
    }

    .type2 {
        top: -167px;
    }

    .slider .slide__title2 {
        font-size: 30px;
    }

    .slider .slide__desc2 {
        font-size: 13px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header-transparent + .slider {
        margin-top: 0;
    }

    .slider .slide-item {
        height: 67vw;
        min-height: auto;
        margin-bottom: 18vh;
    }

    .slider .bg-text {
        /*   align-self: end;*/
        padding: 15px 0px;
        /* border-radius: 10px 10px 0 0; */
        /* box-shadow: 0 5px 83px 0 rgb(40 40 40 / 80%); */
        /*  margin-bottom: -15px;
        opacity: 0.80;*/
        /* top: 18vh;*/
        bottom: -20vh;
    }

    .slider .slide__title3 {
        font-size: 17px;
        /* line-height: 1.2; */
    }

    .slider .slide__desc3 {
        font-size: 14px;
    }

    .slider .hiza1 {
        width: 29vw;
        line-height: 30px;
    }

    .type2 {
        position: inherit !important;
        top: inherit !important;
    }

    .slider .slide__title2 {
        /* font-size: 3vw;*/
        margin-top: 0 !important;
    }

    .slider .slide__desc {
        padding-right: 0;
    }



    .slider-2 .slide__desc {
        padding-right: 0;
    }

    .slider-3 .slide__content {
        padding: 20px;
    }

        .slider-3 .slide__content:after {
            bottom: -130px;
            right: -120px;
            font-size: 300px;
        }

    .slider-3 .container {
        max-width: 100%;
    }

    .header-transparent + .slider .slide__content {
        padding-top: 0;
    }

    .slider .carousel-arrows .owl-nav .owl-prev,
    .slider .carousel-arrows .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

        .slider .carousel-arrows .owl-nav .owl-next:before,
        .slider .carousel-arrows .owl-nav .owl-prev:before {
            font-size: 15px;
        }

    .slider + .fancybox-layout3 {
        margin-top: -160px !important;
    }

    .highlights {
        padding-top: 0px;
    }

        .highlights h1 {
            font-size: 20px;
        }

    .fancybox-layout3 .fancybox-item {
        border-right: none !important;
        border-bottom: 2px solid #eaeaea;
        /* padding: 18px 24px 40px 30px !important;*/
    }

    .request-quote-tabs .request__form {
        padding: 20px;
    }
}

/*  Small Screens and tablets  */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider .slide__title {
        font-size: 40px;
        margin-bottom: 17px;
    }

    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }

    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }

    .slider .slide-item {
        height: 67vw;
        min-height: auto;
    }

    .slider .slide__desc {
        padding-right: 0;
    }

    /* .slider .slide__title2 {
        font-size: 3vw;
        margin-top: -32vw;
        
    }*/

    .slider .slide__desc2 {
        font-size: 2vw;
        line-height: normal;
    }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .slider .slide__subtitle {
        margin-bottom: 15px;
    }

    .slider .slide__title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .slider .slide__desc {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .slider .btn {
        margin-bottom: 20px;
    }

    .slider .carousel-arrows .owl-nav .owl-prev,
    .slider .carousel-arrows .owl-nav .owl-next {
        display: none;
    }

    .slider .slide__title2 {
        font-size: 2vh;
        margin-top: 30vh;
    }

    .slider .slide__desc2 {
        font-size: 2vh;
        line-height: normal;
    }
}
/* Super Small Devices */
@media only screen and (max-width: 320px) {
    .slider .slide-item {
        height: 76vw;
        min-height: auto;
        margin-top: 20vh;
    }

    .slider .slide__desc {
        padding-right: 0;
    }

    .slider .slide__title2 {
        font-size: 2vh;
        margin-top: 50vh;
    }

    .slider .slide__desc2 {
        font-size: 2vh;
        line-height: normal;
    }
}
/*--------------------------
      Video
--------------------------*/
.video__btn {
    position: relative;
}

.popup-video {
    text-align: center;
    display: inline-block;
    position: relative;
}

    .popup-video .video__player {
        font-size: 18px;
        width: 75px;
        height: 75px;
        line-height: 75px;
        border-radius: 50%;
        background-color: #ff5e14;
        color: #ffffff;
        position: relative;
        display: inline-block;
    }

    .popup-video .video__player-animation {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 1;
        border: 2px solid #ff5e14;
        border-radius: 50%;
        -webkit-animation: pulsing 3s linear 0s infinite;
        -moz-animation: pulsing 3s linear 0s infinite;
        -ms-animation: pulsing 3s linear 0s infinite;
        -o-animation: pulsing 3s linear 0s infinite;
        animation: pulsing 3s linear 0s infinite;
    }

    .popup-video .video__player-animation-2 {
        animation-delay: 1s;
    }

    .popup-video .video__player-animation-3 {
        animation-delay: 1.8s;
    }

    .popup-video .video__player-title {
        text-transform: uppercase;
        color: #121c45;
        font-size: 13px;
        font-weight: 700;
        padding-top: 20px;
        margin-bottom: 0;
        line-height: 1;
    }

    .popup-video:hover .video__player-animation {
        opacity: 0;
        animation-play-state: paused;
    }

.video__btn-white .video__player {
    background-color: #ffffff;
    color: #ff5e14;
}

.video__btn-white .video__player-animation {
    border-color: #ffffff;
}

.video__btn-left-bottom {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.video__btn-right-center {
    position: absolute;
    top: 50%;
    right: -37px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.video-banner {
    padding: 225px 0;
    border-radius: 5px;
}

@media only screen and (max-width: 992px) {
    .video__btn-right-center {
        right: 50%;
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .video-banner {
        padding: 130px 0;
    }

    .popup-video .video__player {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .video-banner {
        padding: 80px 0;
    }
}

/*-----------------------
    Features
------------------------*/
.feature-item {
    position: relative;
    margin-bottom: 30px;
}

    .feature-item .feature__img {
        margin-bottom: 24px;
    }

        .feature-item .feature__img img {
            border-radius: 3px;
            -webkit-transition: transform 0.3s ease;
            -moz-transition: transform 0.3s ease;
            -ms-transition: transform 0.3s ease;
            -o-transition: transform 0.3s ease;
            transition: transform 0.3s ease;
        }

    .feature-item .feature__subtitle {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 6px;
    }

    .feature-item .feature__title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 18px;
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .feature-item .feature__desc {
        margin-bottom: 0;
    }

    .feature-item .feature__link {
        display: block;
        margin-top: 5px;
    }

    .feature-item:hover .feature__img img {
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    .feature-item:hover .feature__title {
        color: #ff5e14;
    }

.awards .feature__content {
    padding-left: 30px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-item .feature__img {
        margin-bottom: 20px;
    }

    .feature-item .feature__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .feature-item {
        margin-bottom: 30px;
    }

        .feature-item .feature__img {
            margin-bottom: 15px;
        }

        .feature-item .feature__title {
            margin-bottom: 10px;
        }
}

/*-----------------------
     fancybox 
------------------------*/
.fancybox-item {
    position: relative;
    margin-bottom: 30px;
}

    .fancybox-item .fancybox__icon {
        font-size: 45px;
        line-height: 1;
        color: #ff5e14;
        margin-bottom: 20px;
        -webkit-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease;
        -ms-transition: transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }

        .fancybox-item .fancybox__icon i {
            line-height: 1;
        }

    .fancybox-item .fancybox__title {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 17px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .fancybox-item .fancybox__desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .fancybox-item:hover .fancybox__icon {
        -webkit-animation: slideTopDown 1s infinite alternate;
        -moz-animation: slideTopDown 1s infinite alternate;
        -ms-animation: slideTopDown 1s infinite alternate;
        -o-animation: slideTopDown 1s infinite alternate;
        animation: slideTopDown 1s infinite alternate;
    }

    .fancybox-item:hover .fancybox__title {
        color: #ff5e14;
    }

.fancybox-layout1 .fancybox-item {
    margin-bottom: 60px;
}

.fancybox-layout2.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .fancybox-layout2.row > [class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }

.fancybox-layout2 .fancybox-item {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 30px 5px 26px 25px;
    margin-bottom: 20px;
}

    .fancybox-layout2 .fancybox-item .fancybox__title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .fancybox-layout2 .fancybox-item .fancybox__icon {
        font-size: 45px;
        margin-bottom: 18px;
    }

.slider + .fancybox-layout3 {
    margin-top: -80px;
    z-index: 3;
}

.fancybox-layout3 .fancybox-boxes-wrap {
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    text-align: center;
}

.highlights {
    /* box-shadow: 0 5px 83px 0 rgb(40 40 40 / 12%); */
    border-radius: 5px 5px 0px 0;
    background-color: #fff;
    /* padding: 5px; */
    text-align: center;
    display: block;
    padding-top: 24px;
    padding-bottom: 4px;
    display: flow-root;
}

.fancybox-layout3 .fancybox-item {
    padding: 38px 24px 40px 30px !important;
    border-right: 2px solid #eaeaea;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}

    .fancybox-layout3 .fancybox-item:last-child {
        border-right: none;
    }

.fancybox-layout4 .fancybox-item {
    padding: 30px 10px 30px 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    height: 300px;
}

    .fancybox-layout4 .fancybox-item .fancybox__title {
        color: #ffffff;
    }

.fancybox-carousel {
    /* padding-bottom: 240px; */
}

    .fancybox-carousel .carousel-arrows .owl-nav .owl-prev,
    .fancybox-carousel .carousel-arrows .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.1);
    }

        .fancybox-carousel .carousel-arrows .owl-nav .owl-next:before {
            /*  content: "";*/
            content: "\f054";
            font-size: 12px;
        }

        .fancybox-carousel .carousel-arrows .owl-nav .owl-prev:before {
            /* content: "";*/
            content: "\f053";
            font-size: 12px;
        }

    .fancybox-carousel + .request-quote-tabs {
        margin-top: -160px;
    }

@media only screen and (min-width: 1040px) {
    .carousel-arrows .owl-nav .owl-next {
        right: -70px;
    }

    .carousel-arrows .owl-nav .owl-prev {
        left: -70px;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1040px) {
    .fancybox-carousel .carousel-arrows .owl-nav .owl-next {
        right: -40px;
    }

    .fancybox-carousel .carousel-arrows .owl-nav .owl-prev {
        left: -40px;
    }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fancybox-carousel .carousel-arrows .owl-nav .owl-next {
        right: -50px;
    }

    .fancybox-carousel .carousel-arrows .owl-nav .owl-prev {
        left: -50px;
    }

    .fancybox-item .fancybox__icon {
        margin-bottom: 10px;
    }

    .fancybox-item .fancybox__title {
        margin-bottom: 12px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .fancybox-item,
    .fancybox-layout1 .fancybox-item {
        margin-bottom: 30px;
    }

        .fancybox-item .fancybox__icon {
            font-size: 35px;
            margin-bottom: 5px;
        }

        .fancybox-item .fancybox__title {
            font-size: 16px;
            margin-bottom: 5px !important;
        }

    .fancybox-layout2 .fancybox-item .fancybox__icon {
        margin-bottom: 7px;
    }

    .fancybox-carousel .carousel-arrows .owl-nav .owl-next {
        right: -50px;
    }

    .fancybox-carousel .carousel-arrows .owl-nav .owl-prev {
        left: -50px;
    }
}

/*-----------------------
    projects
------------------------*/
.project-item {
    position: relative;
    margin-bottom: 30px;
}

    .project-item .project__img {
        position: relative;
        overflow: hidden;
        /* border-radius: 3px; */
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        -ms-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }

        .project-item .project__img:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.5;
            display: block;
            background-image: -webkit-gradient(linear, top bottom, from(rgba(0, 0, 0, 0)), to(rgba(27, 26, 26, 0.46)));
            background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(27, 26, 26, 0.46) 98%);
            background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(27, 26, 26, 0.46) 98%);
            background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(27, 26, 26, 0.46) 98%);
            background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(27, 26, 26, 0.46) 98%);
            background-image: linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(27, 26, 26, 0.46) 98%);
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

        .project-item .project__img img {
            width: 100%;
            -webkit-transition: all 0.6s linear;
            -moz-transition: all 0.6s linear;
            -ms-transition: all 0.6s linear;
            -o-transition: all 0.6s linear;
            transition: all 0.6s linear;
        }

    .project-item:hover .project__img img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .project-item .project__content {
        padding: 30px;
        background-color: #ffffff;
    }

    .project-item .project__content2 {
        padding: 10px;
        background-color: #ffffff;
    }

        .project-item .project__content2 p {
            font-size: 13px;
            line-height: 19px;
        }

    .project-item .project__cat {
        background-color: #ff5e14;
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 30px;
        padding: 4px 7px;
        border-radius: 3px 3px 0 0;
    }

        .project-item .project__cat a {
            position: relative;
            font-family: "Roboto", sans-serif;
            font-size: 13px;
            color: #ffffff;
            padding-right: 7px;
        }

            .project-item .project__cat a:hover {
                color: #121c45;
            }

            .project-item .project__cat a::after {
                content: ",";
                position: absolute;
                right: 2px;
                color: #ffffff;
            }

            .project-item .project__cat a:last-child {
                padding-right: 0;
            }

                .project-item .project__cat a:last-child:after {
                    display: none;
                }

    .project-item .project__title {
        font-size: 18px;
        font-weight: 600;
        /*line-height: 28px;*/
        margin-bottom: 0;
        height: 50px;
    }

        .project-item .project__title a {
            color: #121c45;
        }

            .project-item .project__title a:hover {
                color: #ff5e14;
            }

    .project-item .project__title2 {
        font-size: 13px;
        font-weight: 600;
        /* line-height: 28px; */
        margin-bottom: 0;
        height: 20px;
    }

    .project-item .project__desc {
        margin-top: 12px;
        margin-bottom: 0;
        /*boyu standart hale getirdik*/
        height: 130px;
        overflow: hidden;
        
    }

    .project-item .btn__link {
        margin-top: 11px;
        padding-bottom: 5px;
    }

        .project-item .btn__link:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #ff5e14;
            -webkit-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            -ms-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

    .project-item:hover .btn__link {
        color: #ff5e14;
    }

        .project-item:hover .btn__link:after {
            width: 100%;
        }

    .project-item .zoom__icon {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 20px;
        height: 20px;
        opacity: 0;
        z-index: 2;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

        .project-item .zoom__icon:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 1px;
            height: 20px;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background-color: #ffffff;
        }

        .project-item .zoom__icon:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 20px;
            height: 1px;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background-color: #ffffff;
        }

    .project-item:hover .zoom__icon {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

.projects-filter {
    display: flex;
    flex-wrap: wrap;
}

    .projects-filter li {
        margin-bottom: 20px;
        margin-right: 30px;
    }

        .projects-filter li:last-child {
            margin-right: 0;
        }

        .projects-filter li a {
            position: relative;
            color: #121c45;
            font-size: 14px;
            font-weight: 700;
            line-height: 1;
            text-transform: capitalize;
            display: block;
            padding-bottom: 4px;
        }

            .projects-filter li a:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 2px;
                background-color: #ff5e14;
                -webkit-transition: all 0.7s linear;
                -moz-transition: all 0.7s linear;
                -ms-transition: all 0.7s linear;
                -o-transition: all 0.7s linear;
                transition: all 0.7s linear;
            }

            .projects-filter li a:hover,
            .projects-filter li a.active {
                color: #ff5e14;
            }

                .projects-filter li a:hover:after,
                .projects-filter li a.active:after {
                    width: 100%;
                }

.projects-grid-layout2 .project-item {
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

/* project gallery */
.projects-gallery .project-item {
    box-shadow: none;
}

    .projects-gallery .project-item .project__img:after {
        display: none;
    }

.projects-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    /* height: 505px; */
    height: 100%;
}

/* projects-carousel */
.projects-carousel .project-item {
    margin-bottom: 0;
}

.projects-carousel .carousel-arrows .owl-nav .owl-prev,
.projects-carousel .carousel-arrows .owl-nav .owl-next {
    background-color: #ffffff;
    color: #121c45;
    border-radius: 2px;
    top: 28%;
}

    .projects-carousel .carousel-arrows .owl-nav .owl-prev:hover,
    .projects-carousel .carousel-arrows .owl-nav .owl-next:hover {
        background-color: #ff5e14;
        color: #ffffff;
    }

.projects-carousel .carousel-arrows .owl-nav .owl-prev {
    left: 30px;
}

    .projects-carousel .carousel-arrows .owl-nav .owl-prev:before {
      /*  content: "";*/
        font-size: 12px;
    }

.projects-carousel .carousel-arrows .owl-nav .owl-next {
    right: 30px;
}

    .projects-carousel .carousel-arrows .owl-nav .owl-next:before {
     /* content: "";*/
            font-size: 12px;
    }

/* project single */
.projects-single .project__single-title {
    font-size: 30px;
    font-weight: 600;
}

.mix {
    display: none;
}

.project-hidden > .project-item {
    display: none;
}

/* Large Size Screens */
/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .projects-filter li {
        margin-right: 23px;
    }

    .projects-grid-layout2 .container {
        max-width: none;
    }

        .projects-grid-layout2 .container .row > [class*=col-] {
            padding-right: 7px;
            padding-left: 7px;
        }
}

/*  Small Screens and tablets  */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .projects-filter li {
        margin-right: 20px;
    }

    .projects-grid .container {
        max-width: none;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .project-item .project__desc {
        margin-top: 5px;
    }

    .projects-single .project__title {
        font-size: 24px;
    }

    .projects-gallery .container {
        max-width: none;
    }

    .projects-carousel .project-item .project__content-inner {
        padding: 20px 20px 0;
    }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .projects-filter li {
        margin-right: 15px;
        margin-bottom: 15px;
    }

        .projects-filter li a {
            font-size: 13px;
        }

    .project-item .project__title {
        font-size: 18px;
        line-height: 25px;
    }
}

/*--------------------
     Team
---------------------*/
.member {
    position: relative;
    margin-bottom: 50px;
}

    .member .member__img {
        position: relative;
        overflow: hidden;
        border-radius: 4px;
    }

        .member .member__img img {
            width: 100%;
            -webkit-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            -ms-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

    .member .member__info {
        padding-top: 29px;
    }

        .member .member__info .member__name {
            font-size: 18px;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 11px;
        }

        .member .member__info .member__desc {
            font-family: "Roboto", sans-serif;
            font-size: 14px;
            margin-bottom: 0;
        }

    .member .member__hover {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: rgba(255, 94, 20, 0.8);
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .member .member__content-inner {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
        opacity: 0;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .member .social__icons a {
        color: #ffffff;
        opacity: 0;
        -webkit-transition: opacity 0.3s linear;
        -moz-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
        -o-transition: opacity 0.3s linear;
        transition: opacity 0.3s linear;
        transition-delay: 0.4s;
    }

        .member .social__icons a:hover {
            color: #121c45;
        }

        .member .social__icons a:nth-of-type(2) {
            transition-delay: 0.6s;
        }

        .member .social__icons a:nth-of-type(3) {
            transition-delay: 0.8s;
        }

        .member .social__icons a:nth-of-type(4) {
            transition-delay: 1s;
        }

    .member:hover .member__hover {
        opacity: 1;
    }

    .member:hover .member__content-inner {
        bottom: 50px;
        opacity: 1;
    }

    .member:hover .social__icons a {
        opacity: 1;
    }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .member {
        max-width: 400px;
        margin: 0 auto 30px;
    }

        .member .member__info {
            padding-top: 15px;
        }

            .member .member__info .member__name {
                font-size: 17px;
                margin-bottom: 0;
            }
}

/*----------------------------
     Testimonial
------------------------------*/
.testimonial-item {
    position: relative;
}

    .testimonial-item .testimonial__rating {
        line-height: 1;
        margin-bottom: 21px;
    }

        .testimonial-item .testimonial__rating i {
            color: #ff5e14;
        }

    .testimonial-item .testimonial__desc {
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        line-height: 27px;
        font-weight: 600;
        margin-bottom: 21px;
    }

.testimonial__meta {
    position: relative;
    z-index: 2;
}

    .testimonial__meta img {
        max-width: 110px;
        display: inline-block !important;
    }

    .testimonial__meta .testimonial__meta-title {
        font-family: "Roboto", sans-serif;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 2px;
    }

    .testimonial__meta .testimonial__meta-desc {
        font-family: "Roboto", sans-serif;
        line-height: 25px;
        font-weight: 400;
        font-size: 12px;
        color: #616161;
        margin-bottom: 0;
    }

.testimonial__thumb {
    width: 54px;
    height: 54px;
    border: 2px solid #ff5e14;
    overflow: hidden;
    border-radius: 50%;
    padding: 2px;
    display: inline-block;
}

    .testimonial__thumb img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.testimonial-1 .testimonial-item {
    padding: 0 70px;
}

    .testimonial-1 .testimonial-item .testimonial__desc {
        font-size: 21px;
        line-height: 34px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .testimonial-1 .testimonial-item .testimonial__content {
        position: relative;
        padding-top: 30px;
    }

        .testimonial-1 .testimonial-item .testimonial__content:before {
            content: "";
            position: absolute;
            top: 0px;
            left: 60px;
            width: 100px;
            height: 70px;
            display: inline-block;
            z-index: -1;
            background-image: url(../images/testimonials/quote-icon.png);
        }

.testimonial-2 .testimonial-item {
    background-color: #fff;
    padding: 35px 20px 30px;
    border-radius: 5px;
    margin: 22px 0;
}

    .testimonial-2 .testimonial-item:before {
        content: "";
        position: absolute;
        top: -22px;
        left: 40px;
        width: 60px;
        height: 43px;
        display: inline-block;
        background-image: url(../images/testimonials/quote-icon2.png);
    }

    .testimonial-2 .testimonial-item:after {
        content: "";
        position: absolute;
        left: 40px;
        bottom: -19px;
        width: 26px;
        height: 20px;
        border-top: 10px solid #fff;
        border-left: 13px solid #fff;
        border-right: 13px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .testimonial-2 .testimonial-item .testimonial__thumb {
        margin-bottom: 18px;
    }

.testimonial-3 .testimonial-panel-wrap {
    background-color: #fff;
    position: relative;
    padding: 74px 60px 80px;
    border-radius: 5px;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

    .testimonial-3 .testimonial-panel-wrap:before {
        content: "";
        position: absolute;
        top: -22px;
        left: 60px;
        width: 90px;
        height: 64px;
        display: inline-block;
        background-image: url(../images/testimonials/quote-icon3.png);
    }

    .testimonial-3 .testimonial-panel-wrap:after {
        content: "";
        position: absolute;
        left: 40px;
        bottom: -19px;
        width: 26px;
        height: 20px;
        border-top: 10px solid #fff;
        border-left: 13px solid #fff;
        border-right: 13px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .testimonial-3 .testimonial-panel-wrap .testimonial-item .testimonial__desc {
        font-size: 20px;
        line-height: 34px;
        font-weight: 500;
        margin-bottom: 27px;
    }

    .testimonial-3 .testimonial-panel-wrap .testimonial-item .testimonial__thumb {
        margin-right: 15px;
    }

    .testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-prev,
    .testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-next {
        background-color: #ffffff;
        color: #121c45;
        border-radius: 2px;
        border: 1px solid #eaeaea;
        top: auto;
        bottom: 0;
        overflow: hidden;
        transform: translateY(0);
    }

        .testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-prev:hover,
        .testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-next:hover {
            background-color: #121c45;
            border-color: #121c45;
            color: #ffffff;
        }

    .testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-prev {
        left: auto;
        right: 50px;
    }

        .testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-prev:before {
            content: "";
            font-size: 10px;
        }

    .testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-next {
        right: 0;
    }

        .testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-next:before {
            content: "";
            font-size: 10px;
        }

.testimonial-4 {
    border-radius: 4px;
    overflow: hidden;
}

    .testimonial-4 .testimonial-panel-wrap {
        padding: 60px;
    }

        .testimonial-4 .testimonial-panel-wrap .testimonial-item {
            max-width: 370px;
        }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-1 .testimonial-item {
        padding: 0;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .testimonial__desc {
        font-size: 15px;
        line-height: 27px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .testimonial-1 .testimonial-item {
        padding: 0 20px;
    }

        .testimonial-1 .testimonial-item .testimonial__desc {
            font-size: 15px;
            line-height: 24px;
        }

    .testimonial-1 .carousel-arrows .owl-nav .owl-prev {
        left: -20px;
    }

    .testimonial-1 .carousel-arrows .owl-nav .owl-next {
        right: -20px;
    }

        .testimonial-1 .carousel-arrows .owl-nav .owl-prev:before,
        .testimonial-1 .carousel-arrows .owl-nav .owl-next:before {
            font-size: 30px;
        }

    .testimonial-3 .testimonial-panel-wrap {
        padding: 50px 30px 30px;
    }

        .testimonial-3 .testimonial-panel-wrap .testimonial-item .testimonial__desc {
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 20px;
        }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 380px) {
    .testimonial-3 .testimonial-panel-wrap {
        padding-bottom: 70px;
    }

        .testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-prev,
        .testimonial-3 .testimonial-panel-wrap .carousel-arrows .owl-nav .owl-next {
            bottom: -40px;
        }
}

/*-----------------------
     Call To Action
-------------------------*/
.cta-banner {
    padding: 95px 50px 100px 100px;
}

    .cta-banner .cta__title {
        color: #ffffff;
        font-size: 47px;
        line-height: 62px;
        margin-bottom: 16px;
    }

    .cta-banner .cta__desc {
        color: #f9f9f9;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 33px;
    }

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cta-banner {
        padding: 80px 40px;
    }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-banner {
        padding: 70px 30px;
    }

        .cta-banner .cta__title {
            font-size: 40px;
            line-height: 50px;
            margin-bottom: 12px;
        }

        .cta-banner .cta__desc {
            margin-bottom: 25px;
        }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .cta-banner {
        padding: 40px 20px;
    }

        .cta-banner .cta__title {
            font-size: 32px;
            line-height: 40px;
            margin-bottom: 10px;
        }

        .cta-banner .cta__desc {
            margin-bottom: 20px;
        }
}

/*-----------------------------*\
    Clients
\*---------------------------*/
.clients {
    padding: 60px 0;
}

    .clients .client {
        position: relative;
        text-align: center;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }

        .clients .client img {
            display: inline-block;
            width: auto !important;
            max-width: 100%;
        }

    .clients .owl-carousel {
        z-index: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clients {
        padding: 50px 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .clients {
        padding: 30px 0;
    }
}

/*--------------------
     Blog
-------------------*/
.blog-item {
    position: relative;
    margin-bottom: 50px;
}

    .blog-item .blog__img {
        position: relative;
        overflow: hidden;
        border-radius: 3px;
        margin-bottom: 28px;
    }

        .blog-item .blog__img img {
            -webkit-transition: all 0.9s ease;
            -moz-transition: all 0.9s ease;
            -ms-transition: all 0.9s ease;
            -o-transition: all 0.9s ease;
            transition: all 0.9s ease;
        }

    .blog-item:hover .blog__img img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .blog-item .blog__content {
        padding: 0 5px;
    }

    .blog-item .blog__meta {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        flex-wrap: wrap;
        line-height: 1;
    }

    .blog-item .blog__meta-cat {
        display: inline-block;
        margin-bottom: 8px;
        line-height: 1;
    }

        .blog-item .blog__meta-cat a {
            position: relative;
            color: #ff5e14;
            padding-right: 7px;
        }

            .blog-item .blog__meta-cat a:hover {
                color: #121c45;
            }

            .blog-item .blog__meta-cat a:after {
                content: ",";
                position: absolute;
                top: 0;
                right: 2px;
                color: #ff5e14;
            }

            .blog-item .blog__meta-cat a:last-child {
                padding: 0;
            }

                .blog-item .blog__meta-cat a:last-child:after {
                    display: none;
                }

    .blog-item .blog__meta-date {
        font-size: 13px;
        /*line-height: 1;*/
        display: block;
        color: #616161;
    }

    .blog-item .blog__title {
        font-size: 18px;
        line-height: 27px;
        font-weight: 600;
        margin-bottom: 3px;
    }

        .blog-item .blog__title a {
            color: #121c45;
        }

            .blog-item .blog__title a:hover {
                color: #ff5e14;
            }

    .blog-item .blog__desc {
        margin-top: 18px;
        margin-bottom: 0;
    }

    .blog-item .btn__link {
        line-height: 1;
        width: auto;
        height: auto;
        border: none;
        padding-bottom: 5px;
        margin-top: 22px;
    }

        .blog-item .btn__link:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background-color: #ff5e14;
            -webkit-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            -ms-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

    .blog-item:hover .btn__link {
        color: #ff5e14;
    }

        .blog-item:hover .btn__link:after {
            width: 100%;
        }

.hidden-blog-item {
    display: none;
}

/* Blog single */
.blog-single .blog__meta {
    margin-bottom: 6px;
}

.blog-single .blog-item .blog__meta > * {
    margin-right: 20px;
    margin-bottom: 8px;
}

.blog-single .blog-item .blog__meta-author a {
    color: #121c45;
}

.blog-single .blog-item .blog__content {
    padding-left: 0;
}

.blog-single .blog-item .blog__title {
    font-size: 27px;
    line-height: 37px;
    font-weight: 600;
}

.blog-single .blog__desc {
    margin-bottom: 21px;
}

    .blog-single .blog__desc p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .blog-single .blog__desc ul {
       margin-left:1rem;
       list-style:disc;
    }

.blog-widget {
    padding-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #eaeaea;
}

.blog__widget-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
}

.blog-share .social__icons a {
    color: #5d5d5d;
    transition: 0.3s linear;
    margin: 0 0 0 20px;
}

    .blog-share .social__icons a:hover {
        color: #ff5e14;
    }

.blog__tags {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

    .blog__tags a {
        position: relative;
        font-size: 12px;
        line-height: 28px;
        padding-right: 5px;
        margin-bottom: 10px;
    }

        .blog__tags a:before {
            content: ",";
            position: absolute;
            right: 2px;
            bottom: 0;
            color: #ff5e14;
        }

        .blog__tags a:last-child:before {
            display: none;
        }

        .blog__tags a:hover {
            color: #121c45;
        }

.blog-nav {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
}

    .blog-nav .blog__prev,
    .blog-nav .blog__next {
        position: relative;
        min-height: 70px;
    }

        .blog-nav .blog__prev:hover h6,
        .blog-nav .blog__next:hover h6 {
            color: #ff5e14;
        }

        .blog-nav .blog__prev:hover .blog__nav-img i,
        .blog-nav .blog__next:hover .blog__nav-img i {
            opacity: 1;
        }

    .blog-nav .blog__next {
        text-align: right;
    }

        .blog-nav .blog__next .blog__nav-img {
            right: 0;
            left: auto;
        }

    .blog-nav .blog__nav-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 70px;
    }

        .blog-nav .blog__nav-img img {
            width: 100%;
            height: 100%;
            border-radius: 3px;
        }

        .blog-nav .blog__nav-img i {
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 0;
            color: #ffffff;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .blog-nav .blog__nav-content span {
        font-family: "Roboto", sans-serif;
        font-size: 13px;
        color: #616161;
        display: block;
        margin-bottom: 1px;
    }

    .blog-nav .blog__nav-content h6 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .blog-nav .blog__next .blog__nav-content {
        padding-right: 90px;
    }

    .blog-nav .blog__prev .blog__nav-content {
        padding-left: 90px;
    }

.blog-author {
    background-color: #121c45;
    padding: 40px;
    display: -webkit-flex;
    display: flex;
    border-radius: 3px;
}

    .blog-author .blog__author-avatar {
        width: 70px;
        height: 70px;
        min-width: 70px;
        margin-right: 30px;
        margin-bottom: 20px;
    }

        .blog-author .blog__author-avatar img {
            border-radius: 3px;
        }

    .blog-author .blog__author-name {
        font-size: 18px;
        line-height: 1;
        font-weight: 600;
        margin-bottom: 15px;
        color: #ffffff;
    }

    .blog-author .blog__author-bio {
        color: #f9f9f9;
        line-height: 23px;
        margin-bottom: 13px;
    }

    .blog-author .social__icons a {
        font-size: 15px;
        margin-right: 26px;
        color: #ff5e14;
    }

        .blog-author .social__icons a:hover {
            color: #ffffff;
        }

        .blog-author .social__icons a:last-child {
            margin-right: 0;
        }

.comments-list .comment__item {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 30px;
}

    .comments-list .comment__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .comments-list .comment__item .comment__avatar {
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        overflow: hidden;
        border-radius: 3px;
    }

    .comments-list .comment__item .comment__content {
        padding-left: 90px;
    }

        .comments-list .comment__item .comment__content .comment__author {
            font-size: 15px;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 11px;
        }

        .comments-list .comment__item .comment__content .comment__date {
            font-family: "Roboto", sans-serif;
            color: #616161;
            font-size: 12px;
            line-height: 1;
            display: block;
            margin-bottom: 10px;
        }

        .comments-list .comment__item .comment__content .comment__desc {
            margin-bottom: 6px;
        }

        .comments-list .comment__item .comment__content .comment__reply {
            font-family: "Poppins", sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 700;
            line-height: 1;
            color: #ff5e14;
            display: inline-block;
        }

            .comments-list .comment__item .comment__content .comment__reply:hover {
                color: #121c45;
            }

    .comments-list .comment__item .nested__comment {
        border-top: 1px solid #eaeaea;
        padding: 30px 0 0 0;
        margin: 30px 0 0 90px;
    }

.blog-comments-form .form-group {
    margin-bottom: 30px;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .blog-item {
        margin-bottom: 30px;
    }

        .blog-item .blog__title {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 10px;
        }

    .blog-single .blog-item .blog__title {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-item .blog__content {
        padding-left: 0;
    }

    .blog-share .social__icons {
        justify-content: flex-start !important;
    }

    .comments-list .comment__item .comment__avatar {
        width: 40px;
        height: 40px;
    }

    .comments-list .comment__item .comment__content {
        padding-left: 60px;
    }

    .blog-nav {
        display: block;
    }

        .blog-nav .blog__prev {
            margin-bottom: 20px;
        }

        .blog-nav .blog__nav-content h6 {
            font-size: 13px;
        }

        .blog-nav .blog__nav-img {
            width: 60px;
            height: 60px;
        }

        .blog-nav .blog__prev .blog__nav-content {
            padding-left: 70px;
        }

        .blog-nav .blog__next .blog__nav-content {
            padding-right: 70px;
        }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .blog-author {
        display: block;
        padding: 20px;
    }
}

/*----------------------------
    Contact
----------------------------*/
.contact-panel {
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
    padding: 50px 20px;
    border-radius: 4px;
    /* overflow: hidden;*/
}

    .contact-panel .contact__panel-header {
        margin-bottom: 23px;
    }

    .contact-panel .contact__panel-icon {
        margin-bottom: 20px;
    }

    .contact-panel .contact__panel-title {
        font-size: 17px;
        line-height: 1;
        margin-bottom: 0;
    }

    .contact-panel ul {
        margin-bottom: 24px;
    }

        .contact-panel ul li {
            font-size: 14px;
            line-height: 21px;
        }

            .contact-panel ul li a {
                color: #9b9b9b;
            }

    .contact-panel .btn {
        width: 125px;
        height: 40px;
        line-height: 38px;
    }

.contact-1 .contact-panel {
    padding: 0;
    width: 330px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .contact-1 .contact-panel .contact__panel-header {
        background-color: #121c45;
        color: #ffffff;
        padding: 36px 30px;
        margin-bottom: 0 !important;
    }

        .contact-1 .contact-panel .contact__panel-header .contact__panel-title {
            color: #ffffff;
        }

        .contact-1 .contact-panel .contact__panel-header i {
            font-size: 40px;
            margin-right: 5px;
        }

    .contact-1 .contact-panel .accordion-item {
        padding: 0;
        border-right: 0;
        border-left: 0;
    }

        .contact-1 .contact-panel .accordion-item:first-child {
            margin-top: -1px;
        }

        .contact-1 .contact-panel .accordion-item:last-child {
            border-bottom: 0;
        }

        .contact-1 .contact-panel .accordion-item .accordion__item-header {
            padding: 22px 30px;
        }

        .contact-1 .contact-panel .accordion-item .accordion__item-title {
            font-family: "Roboto", sans-serif;
            font-size: 17px;
            font-weight: 700;
            line-height: 1;
            margin-left: 20px;
        }

            .contact-1 .contact-panel .accordion-item .accordion__item-title:after {
                line-height: 17px;
            }

        .contact-1 .contact-panel .accordion-item .accordion__item-body {
            padding: 27px 30px;
            border-top: 1px solid #eaeaea;
        }

    .contact-1 .contact-panel ul {
        margin-bottom: 0;
    }

.locations-panel {
    margin-bottom: 85px;
}

    .locations-panel .locations__panel-header {
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 25px;
    }

    .locations-panel .locations__panel-title {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .locations-panel ul {
        display: flex;
        flex-wrap: wrap;
    }

        .locations-panel ul li {
            line-height: 40px;
            flex-basis: 25%;
        }

            .locations-panel ul li a {
                color: #121c45;
                font-size: 14px;
                font-weight: 700;
            }

                .locations-panel ul li a:hover {
                    color: #ff5e14;
                }

                .locations-panel ul li a i {
                    margin-right: 10px;
                }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .locations-panel {
        margin-bottom: 70px;
    }

        .locations-panel ul li {
            flex-basis: 33.33333333%;
        }

    .contact-1 .contact-panel {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-top: 30px;
    }

    .contact-2 .container {
        max-width: none;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .contact-panel {
        padding: 20px;
    }

        .contact-panel .contact__panel-header {
            margin-bottom: 20px;
        }

    .contact-1 .contact-panel {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        margin-top: 30px;
    }

    .contact-1.accordion-item .accordion__item-header,
    .contact-1 .accordion-item .accordion__item-body {
        padding: 15px 20px;
    }

    .locations-panel {
        margin-bottom: 40px;
    }

        .locations-panel .locations__panel-header {
            margin-bottom: 20px;
        }

        .locations-panel .locations__panel-title {
            margin-bottom: 15px;
        }

        .locations-panel ul li {
            flex-basis: 50%;
        }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
    .locations-panel {
        margin-bottom: 30px;
    }

        .locations-panel ul li {
            flex-basis: 100%;
        }
}

/*--------------------------
        pricing
--------------------------*/
.pricing-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 560px;
}

.pricing-item {
    position: relative;
    padding: 50px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .pricing-item:hover {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    .pricing-item .pricing__header {
        border-bottom: 2px solid #eaeaea;
        margin-bottom: 39px;
    }

    .pricing-item .pricing__title {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 3px;
    }

    .pricing-item .pricing__desc {
        font-size: 13px;
        line-height: 26px;
        color: #616161;
        margin-bottom: 38px;
    }

    .pricing-item .pricing__price {
        font-family: "Poppins", sans-serif;
        font-size: 80px;
        color: #121c45;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 47px;
    }

    .pricing-item .pricing__time {
        font-size: 13px;
        display: block;
        margin-top: 4px;
    }

    .pricing-item .pricing__list {
        margin-bottom: 37px;
    }

        .pricing-item .pricing__list li {
            font-size: 14px;
            line-height: 34px;
            text-transform: capitalize;
        }

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-item {
        padding: 20px;
    }

        .pricing-item .pricing__header {
            margin-bottom: 30px;
        }

        .pricing-item .pricing__title {
            margin-bottom: 15px;
        }

        .pricing-item .pricing__price {
            font-size: 50px;
            margin-bottom: 20px;
        }

        .pricing-item .pricing__title,
        .pricing-item .pricing__desc {
            margin-bottom: 10px;
        }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .pricing-item {
        margin-bottom: 30px;
    }
}

/*-----------------------
    Counters
-----------------------*/
.counter-item h4 {
    font-size: 33px;
    line-height: 1;
    margin-bottom: 10px;
}

.counter-item .counter__icon {
    line-height: 1;
    margin-bottom: 23px;
}

    .counter-item .counter__icon i {
        font-size: 50px;
    }

.counter-item .counter__desc {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.counters-white h4,
.counters-white .counter__icon,
.counters-white .counter__desc {
    color: #fff;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .counter-item {
        margin-bottom: 30px;
    }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .counter-item .counter__icon {
        margin-bottom: 15px;
    }

        .counter-item .counter__icon i {
            font-size: 45px;
        }

    .counter-item h4 {
        font-size: 35px;
    }

    .counter-item .counter__desc {
        font-size: 13px;
    }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
    .counter-item .counter__icon {
        margin-bottom: 15px;
    }

        .counter-item .counter__icon i {
            font-size: 30px;
        }

    .counter-item h4 {
        font-size: 25px;
    }

    .counter-item .counter__desc {
        font-size: 12px;
    }
}

/*-----------------------
    Services 
--------------------------*/
.services .heading__title {
    /*line-height: 46px;*/
}

.service-item {
    position: relative;
    background-color: #fff;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
    min-height: 330px;
}

    .service-item .service__img {
        position: relative;
    }

        .service-item .service__img:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            opacity: 0.6;
            -webkit-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
            -moz-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
            -ms-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
            -o-background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
            background-image: linear-gradient(top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
        }

        .service-item .service__img img {
            width: 100%;
            border-radius: 4px;
        }

    .service-item .service__icon {
        height: 80px;
        line-height: 1;
        font-size: 70px;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-box-align: flex-end;
        -moz-box-align: flex-end;
        -ms-flex-align: flex-end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        margin-bottom: 30px;
    }

        .service-item .service__icon i {
            color: #ff5e14;
            line-height: 1;
        }

    .service-item .service__img {
        overflow: hidden;
        border-radius: 4px;
    }

        .service-item .service__img img {
            -webkit-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

    .service-item:hover .service__icon {
        -webkit-animation: slideTopDown 1s infinite alternate;
        -moz-animation: slideTopDown 1s infinite alternate;
        -ms-animation: slideTopDown 1s infinite alternate;
        -o-animation: slideTopDown 1s infinite alternate;
        animation: slideTopDown 1s infinite alternate;
    }

    .service-item:hover .service__img img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .service-item .service__title {
        font-size: 20px;
        line-height: 29px;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .service-item .service__desc {
        font-size: 14px;
        line-height: 24px;
    }

    .service-item .btn {
        width: 125px;
        height: 40px;
        line-height: 38px;
    }

.services-layout2 .service-item {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

    .services-layout2 .service-item .service__content {
        padding: 35px 10px 0 40px;
    }

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .services-layout2 .service-item .service__content {
        padding: 15px;
    }
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services .heading__title {
        line-height: 35px;
    }

    .service-item .service__overlay {
        padding: 10px 10px 30px;
    }

    .service-item .service__icon {
        margin-bottom: 0;
    }

        .service-item .service__icon i {
            font-size: 50px;
        }

    .service-item .service__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .services-layout2 .service-item {
        flex-direction: column;
        box-shadow: 0 0 30px 0 rgba(40, 40, 40, 0.1);
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .services .heading__title {
        line-height: 35px;
    }

    .services-layout2 .service-item {
        flex-direction: column;
        box-shadow: 0 0 30px 0 rgba(40, 40, 40, 0.1);
    }

        .services-layout2 .service-item .service__content {
            padding: 20px;
        }

    .service-item .service__title {
        font-size: 18px;
    }

    .service-item .service__icon i {
        font-size: 50px;
    }
}

/*--------------------
    Sidebar
----------------------*/
.sidebar {
    position: relative;
    margin-right: 20px;
    z-index: 2;
}

.widget {
    position: relative;
    background-color: #f4f4f4;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
}

    .widget:last-child {
        margin-bottom: 0;
    }

    .widget .widget__title {
        font-size: 20px;
        letter-spacing: 0.5px;
        line-height: 1;
        font-weight: 700;
        margin-bottom: 30px;
    }

.widget-search .widget__form-search {
    position: relative;
}

    .widget-search .widget__form-search .form-control {
        background-color: #fff;
    }

    .widget-search .widget__form-search button {
        position: absolute;
        top: 0;
        right: 15px;
        width: auto;
        color: #333333;
    }

        .widget-search .widget__form-search button:hover {
            color: #ff5e14;
        }

.widget-categories ul {
    background-color: #fff;
    border-radius: 3px;
}

    .widget-categories ul li a {
        position: relative;
        display: block;
        padding: 0 20px;
        color: #121c45;
        line-height: 48px;
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        border-bottom: 2px solid #f4f4f4;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .widget-categories ul li a.active,
        .widget-categories ul li a:hover {
            background-color: #ff5e14;
            color: #ffffff;
        }

    .widget-categories ul li:last-child a {
        border-bottom: none;
    }

.widget-tags ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

    .widget-tags ul li a {
        display: block;
        font-size: 14px;
        color: #9b9b9b;
        line-height: 1;
        text-transform: capitalize;
        padding: 7px 9px;
        border: 1px solid #ededed;
        margin: 0 10px 10px 0;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .widget-tags ul li a:hover {
            background-color: #ff5e14;
            border-color: #ff5e14;
            color: #ffffff;
        }

/*widget products*/
.widget-poducts .widget-product-item {
    display: flex;
    margin-bottom: 30px;
}

    .widget-poducts .widget-product-item:last-of-type {
        margin-bottom: 0;
    }

    .widget-poducts .widget-product-item .widget__product-title {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 0;
        padding-top: 6px;
    }

        .widget-poducts .widget-product-item .widget__product-title a {
            color: #282828;
        }

    .widget-poducts .widget-product-item:hover .widget__product-title a {
        color: #ff5e14;
    }

    .widget-poducts .widget-product-item .widget__product-img {
        margin-right: 20px;
        width: 60px;
        min-width: 60px;
        height: 60px;
        overflow: hidden;
        border-radius: 50%;
    }

        .widget-poducts .widget-product-item .widget__product-img img {
            width: 100%;
            height: 100%;
        }

    .widget-poducts .widget-product-item .widget__product-price {
        font-family: "Poppins", sans-serif;
        font-size: 13px;
        font-weight: 600;
    }

/*widget posts*/
.widget-posts .widget-post-item {
    margin-bottom: 26px;
}

    .widget-posts .widget-post-item:last-of-type {
        margin-bottom: 0;
    }

    .widget-posts .widget-post-item .widget__post-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        margin-bottom: 0;
    }

        .widget-posts .widget-post-item .widget__post-title a {
            color: #121c45;
        }

    .widget-posts .widget-post-item:hover .widget__post-title a {
        color: #ff5e14;
    }

    .widget-posts .widget-post-item .widget__post-img {
        margin-bottom: 19px;
    }

    .widget-posts .widget-post-item .widget__post-date {
        line-height: 1;
        font-size: 13px;
        display: inline-block;
        margin-bottom: 6px;
    }

    .widget-posts .widget-post-item .widget__post-cat {
        margin-right: 20px;
        margin-bottom: 7px;
        line-height: 1;
    }

        .widget-posts .widget-post-item .widget__post-cat a {
            position: relative;
            font-size: 13px;
            color: #ff5e14;
            padding-right: 7px;
        }

            .widget-posts .widget-post-item .widget__post-cat a:hover {
                color: #121c45;
            }

            .widget-posts .widget-post-item .widget__post-cat a:after {
                content: ",";
                position: absolute;
                top: 0;
                right: 2px;
                color: #ff5e14;
            }

            .widget-posts .widget-post-item .widget__post-cat a:last-child {
                padding: 0;
            }

/* Widget Download */
.widget-download {
    overflow: hidden;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

    .widget-download::after {
        content: "";
        font-family: "icomoon";
        position: absolute;
        bottom: -278px;
        right: -120px;
        font-size: 350px;
        color: #fff;
        line-height: 1;
        z-index: 1;
        opacity: 0.1;
    }

    .widget-download .btn {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        padding: 0 30px;
        height: 64px;
        position: relative;
        z-index: 2;
    }

        .widget-download .btn:hover {
            background-color: #ffffff;
            border-color: #ffffff;
            color: #ff5e14;
        }

        .widget-download .btn img {
            width: 22px;
            height: 24px;
            margin-right: 10px;
        }

.widget-help {
    overflow: hidden;
}

    .widget-help .widget__content h5 {
        color: #ffffff;
        font-weight: 500;
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 27px;
    }

    .widget-help .widget__content p {
        color: #ffffff;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 34px;
    }

    .widget-help .widget__content .btn {
        height: 50px;
        line-height: 48px;
    }

/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sidebar {
        margin-right: 0;
    }

    .widget {
        padding: 20px;
        margin-bottom: 30px;
    }

    .widget-categories ul {
        padding: 15px 20px;
    }
}

/* Tablets and  Small Screens */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .widget {
        padding: 25px;
    }

        .widget .widget__title {
            margin-bottom: 25px;
        }

    .widget-categories ul {
        padding: 20px 30px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .widget {
        padding: 15px;
    }

        .widget .widget__title {
            margin-bottom: 20px;
        }

    .widget-categories ul {
        padding: 15px 25px;
    }
}

/*----------------------
    About
-----------------------*/
.about .about__img {
    position: relative;
}

    .about .about__img img {
        width: 0;
        opacity: 0;
        mix-blend-mode: multiply;
        transition: all 1.8s ease;
        transition-delay: 3s;
        border-radius: 4px;
    }

.about-1 .video-banner {
    position: relative;
    margin-right: 70px;
}

    .about-1 .video-banner img {
        border-radius: 4px;
    }

    .about-1 p {
       font-size:17px;
    }

.about-2 .btn__underlined:after {
    background-color: #121c45;
}

.about-2 .btn__underlined:hover:after {
    background-color: #ff5e14;
}

.about-2 .counter-item-wrapper {
    position: absolute;
    bottom: 40px;
    right: -60px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 20px solid #ffffff;
    opacity: 0;
    transform: scale(0);
    transition: all 1s ease 1.5s;
}

.about-2 .counter-item {
    background-color: #ff5e14;
    width: 190px;
    padding: 40px 20px 40px 40px;
    border-radius: 5px;
    margin-bottom: 0 !important;
}

    .about-2 .counter-item h4 {
        font-size: 38px;
        font-weight: 400;
        margin-bottom: 17px;
    }

    .about-2 p {
        font-size: 22px;
        
    }

.animate-img.about__img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
    border-radius: 5px;
    background: #ff5e14;
    animation-delay: 0.4s;
    animation: slideOutBackground 1.7s ease;
}

.animate-img.about__img .counter-item-wrapper {
    opacity: 1;
    transform: scale(1);
}

.animate-img.about__img img {
    opacity: 1;
    width: 100%;
    transition-delay: 1s;
    transition: opacity 0.1s, transform 0.75s;
    animation: fadeInImage 1.5s ease;
}

@keyframes slideOutBackground {
    0% {
        width: 0;
        right: 100%;
    }

    50% {
        width: 100%;
        right: 0;
        opacity: 1;
    }

    100% {
        width: 0;
        right: 0;
        opacity: 1;
    }
}

@keyframes fadeInImage {
    0% {
        opacity: 0;
    }

    55% {
        opacity: 0;
    }

    75% {
        opacity: 1;
    }
}

/* Medium screens */
@media only screen and (max-width: 992px) {
    .about-1 .video-banner {
        margin-right: 0;
    }

        .about-1 .video-banner img {
            width: 100%;
        }
}

/*-----------------------
    banner
------------------------*/
.background-banner {
    min-height: 400px;
}

.banner-1 .inner-padding {
    padding: 130px 120px 130px 80px;
}

.banner-1 .heading i {
    font-size: 80px;
    display: block;
    color: #ff5e14;
    margin-bottom: 30px;
}

.banner-1 .btn {
    width: 270px;
}

.banner-1 .background-banner {
    min-height: 500px;
}

.banner-1 .skills-panel {
    position: absolute;
    left: -100px;
    top: 130px;
    z-index: 3;
    max-width: 500px;
}

    .banner-1 .skills-panel .heading .heading__title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .banner-1 .skills-panel .heading__desc {
        font-size: 14px;
        line-height: 23px;
    }

.banner-2 .inner-padding {
    padding: 120px 50px 110px;
}

.banner-2 .heading__title {
    margin-bottom: 31px;
}

.banner-2 .list-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .banner-2 .list-items li {
        flex-basis: 50%;
    }

.banner-3 .inner-padding {
    padding: 110px 70px;
}

.banner-3 .heading__desc {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 0;
}

.banner-3 .counter-item {
    margin-bottom: 50px;
}

@media only screen and (min-width: 1400px) {
    .banner-1 .inner-padding {
        padding: 130px 120px 130px 100px;
    }

    .banner-2 .inner-padding {
        padding: 120px 120px 110px 120px;
    }

    .banner-3 .inner-padding {
        padding: 110px 100px 130px 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .banner-3 .counter-item h4 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-1 .skills-panel {
        position: static;
        margin: 30px 15px;
    }

    .banner-3 .counter-item h4 {
        font-size: 22px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .banner-1 .skills-panel {
        position: static;
        margin: 30px 15px;
    }

    .banner-3 .counter-item h4 {
        font-size: 20px;
    }
}

/*-----------------------
    careers
------------------------*/
.careers .owl-carousel .owl-stage-outer {
    margin: 0 -15px;
    padding: 15px;
    overflow: visible;
}

.job-item {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.15);
}

    .job-item .job__meta {
        display: flex;
        align-items: center;
        margin-bottom: 32px;
    }

    .job-item .job__type {
        font-size: 13px;
        text-transform: capitalize;
        background-color: #ff5e14;
        color: #fff;
        padding: 3px 9px;
        margin-right: 10px;
    }

    .job-item .job__location {
        font-size: 13px;
    }

    .job-item .job__title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 18px;
    }

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .job-item {
        padding: 30px;
    }

        .job-item .job__meta {
            margin-bottom: 20px;
        }

        .job-item .job__title {
            margin-bottom: 10px;
        }
}

/*-----------------------
    Progress Bars
------------------------*/
.skills-panel {
    background-color: #fff;
    padding: 50px;
    border-radius: 4px;
    box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
}

.skills .progress-item {
    margin-bottom: 32px;
    overflow: hidden;
    position: relative;
}

    .skills .progress-item:last-of-type {
        margin-bottom: 0;
    }

.skills .progress {
    background-color: #ebebeb;
    border-radius: 9px;
    width: 100%;
    height: 9px;
    overflow: visible;
    position: relative;
}

.skills .progress-bar {
    position: relative;
    border-radius: 9px;
    height: 9px;
    width: 0;
    background-color: #ff5e14;
    -webkit-transition: width 2s ease;
    -moz-transition: width 2s ease;
    -ms-transition: width 2s ease;
    -o-transition: width 2s ease;
    transition: width 2s ease;
}

.progress__title {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 7px;
    padding-right: 50px;
}

.progress__percentage {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .skills-panel {
        padding: 30px 15px;
    }
}

/*-------------------------
    Google Map
------------------------*/
#map {
    height: 620px;
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #map {
        height: 500px;
    }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    #map {
        height: 400px;
    }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    #map {
        height: 300px;
    }
}




/******mega menu */


.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

    .btn-default.active.focus,
    .btn-default.active:focus,
    .btn-default.active:hover,
    .btn-default:active.focus,
    .btn-default:active:focus,
    .btn-default:active:hover,
    .open > .dropdown-toggle.btn-default.focus,
    .open > .dropdown-toggle.btn-default:focus,
    .open > .dropdown-toggle.btn-default:hover {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c;
    }

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary.active,
    .btn-primary:active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary.active.focus,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary:active.focus,
        .btn-primary:active:focus,
        .btn-primary:active:hover,
        .open > .dropdown-toggle.btn-primary.focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary.active,
    .btn-primary:active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled.focus,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success.active,
    .btn-success:active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success.active.focus,
        .btn-success.active:focus,
        .btn-success.active:hover,
        .btn-success:active.focus,
        .btn-success:active:focus,
        .btn-success:active:hover,
        .open > .dropdown-toggle.btn-success.focus,
        .open > .dropdown-toggle.btn-success:focus,
        .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.active,
    .btn-success:active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled.focus,
    .btn-success.disabled:focus,
    .btn-success.disabled:hover,
    .btn-success[disabled].focus,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.focus,
    .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info.active,
    .btn-info:active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info.active.focus,
        .btn-info.active:focus,
        .btn-info.active:hover,
        .btn-info:active.focus,
        .btn-info:active:focus,
        .btn-info:active:hover,
        .open > .dropdown-toggle.btn-info.focus,
        .open > .dropdown-toggle.btn-info:focus,
        .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.active,
    .btn-info:active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled.focus,
    .btn-info.disabled:focus,
    .btn-info.disabled:hover,
    .btn-info[disabled].focus,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info.focus,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.focus,
    .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning.active,
    .btn-warning:active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning.active.focus,
        .btn-warning.active:focus,
        .btn-warning.active:hover,
        .btn-warning:active.focus,
        .btn-warning:active:focus,
        .btn-warning:active:hover,
        .open > .dropdown-toggle.btn-warning.focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning.active,
    .btn-warning:active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled.focus,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:hover,
    .btn-warning[disabled].focus,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning.focus,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.focus,
    .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger.active,
    .btn-danger:active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger.active.focus,
        .btn-danger.active:focus,
        .btn-danger.active:hover,
        .btn-danger:active.focus,
        .btn-danger:active:focus,
        .btn-danger:active:hover,
        .open > .dropdown-toggle.btn-danger.focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger.active,
    .btn-danger:active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled.focus,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:hover,
    .btn-danger[disabled].focus,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger.focus,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link,
    .btn-link.active,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:active,
        .btn-link:focus,
        .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus,
            .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus,
            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:focus,
            fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-sm > .btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }
/* .collapse {
  display: none;
} */
.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown,
.dropup {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:focus,
        .dropdown-menu > li > a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:focus,
    .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:focus,
    .dropdown-menu > .disabled > a:hover {
        color: #777;
    }

        .dropdown-menu > .disabled > a:focus,
        .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn,
    .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn.active,
        .btn-group > .btn:active,
        .btn-group > .btn:focus,
        .btn-group > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

    .input-group .form-control:not(:first-child):not(:last-child),
    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="checkbox"],
    .input-group-addon input[type="radio"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:active,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:hover {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:focus,
            .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:focus,
            .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:focus,
        .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:focus,
    .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    /* position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; */
}

@media (min-width: 768px) {
    /* .navbar {
    border-radius: 4px;
  } */
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
/* .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
} */
.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 768px) {
    /* .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  } */
    /* .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  } */
    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
/* .container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
} */
@media (min-width: 768px) {
    /* .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  } */
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    /* float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; */
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        /* text-decoration: none; */
    }

    .navbar-brand > img {
        /* display: block; */
    }

@media (min-width: 768px) {
    /* .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  } */
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header,
        .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus,
            .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }

    .header-transparent .navbar-nav > li > a {
        color: #333;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        /*float: left;*/
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
                /* color:#fff; */
                /* color: #333;  */
            }
}

.header-transparent .navbar-nav > li > a {
    /* color: #505050;*/
    /*color: #fff;*/
}

.header-transparent2 .navbar-nav > li > a {
    color: #505050;
}

.fixed-navbar .navbar-nav > li > a {
    color: #333;
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 991px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control,
        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label,
        .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type="checkbox"],
        .navbar-form .radio input[type="radio"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:focus,
        .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:focus,
    .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus,
        .navbar-default .navbar-toggle:hover {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:focus,
    .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus,
    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:focus,
    fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:focus,
        .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-inverse .navbar-nav > li > a:focus,
        .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:focus,
    .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:focus,
    .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus,
        .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:focus,
    .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus,
    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus,
        .pagination > li > a:hover,
        .pagination > li > span:focus,
        .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > a:focus,
    .pagination > .active > a:hover,
    .pagination > .active > span,
    .pagination > .active > span:focus,
    .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > a,
    .pagination > .disabled > a:focus,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > span,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:focus,
            .pager li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:focus,
    .pager .disabled > a:hover,
    .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:focus,
    .label-default[href]:hover {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:focus,
    .label-primary[href]:hover {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus,
    .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus,
    .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus,
    .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus,
    .label-danger[href]:hover {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: -o-linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus,
    a.list-group-item:hover,
    button.list-group-item:focus,
    button.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text {
        color: #777;
    }

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus,
    a.list-group-item-success:hover,
    button.list-group-item-success:focus,
    button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:focus,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active,
    button.list-group-item-success.active:focus,
    button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus,
    a.list-group-item-info:hover,
    button.list-group-item-info:focus,
    button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:focus,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active,
    button.list-group-item-info.active:focus,
    button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus,
    a.list-group-item-warning:hover,
    button.list-group-item-warning:focus,
    button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:focus,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus,
    a.list-group-item-danger:hover,
    button.list-group-item-danger:focus,
    button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:focus,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > .small,
    .panel-title > .small > a,
    .panel-title > a,
    .panel-title > small,
    .panel-title > small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child
    .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption,
    .panel > .table caption,
    .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table-responsive:first-child > .table:first-child,
    .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child
            td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child
            th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child
            td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child
            th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child
            th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child
            td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child
            th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child
            td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child
            th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table-responsive:last-child > .table:last-child,
    .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child
            td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child
            th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child
            td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child
            th:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child
            td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child
            th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child
            td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child
            th:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child td,
    .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .list-group,
        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > a > img,
        .carousel-inner > .item > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.active.right,
        .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.active.left,
        .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.active,
            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient( left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100% );
        background-image: -o-linear-gradient( left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100% );
        background-image: -webkit-gradient( linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)) );
        background-image: linear-gradient( to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient( left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100% );
        background-image: -o-linear-gradient( left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100% );
        background-image: -webkit-gradient( linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)) );
        background-image: linear-gradient( to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:focus,
    .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: 0.9;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: "\2039";
        }

        .carousel-control .icon-next:before {
            content: "\203a";
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

/* .btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
} */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */

.container {
    /* width: 100%;
  max-width: 1100px;
  background: #fff; */
}

    .container.border-top {
        border-top: 1px solid #ccc;
    }

.container-shadow {
    -webkit-box-shadow: -2px 0 15px 0 #777, 2px 0 15px 0 #777;
    -moz-box-shadow: -2px 0 15px 0 #777, 2px 0 15px 0 #777;
    box-shadow: -2px 0 15px 0 #777, 2px 0 15px 0 #777;
}

.header-top-row {
    min-height: 30px;
    max-height: 30px;
    padding: 0;
    z-index: 10052;
}

.header-central-row {
    height: 60px;
    padding: 0;
    z-index: 10051;
}

.header-bottom-row {
    height: 40px;
    z-index: 10050;
}

.content-container {
    z-index: 10049;
}

.nav-container {
    /* background: #222;
  height: auto;
  max-height: 50px; */
}

.header-central-row > div > ul > li,
.header-top-row > div > ul > li:hover {
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.nav-container-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10055;
}

.header-central-row > div ul li:last-child > div.dropdown-menu,
.header-top-row > div ul li:last-child ul {
    right: 15px;
}

.header-central-row > div > ul > li > div,
.header-top-row > div > ul > li > ul {
    left: auto;
    border-radius: 0 0 3px 3px;
    z-index: 10060;
    position: absolute;
}

.header-top-row,
.header-top-row a,
.header-top-row a:focus,
.header-top-row a:link {
    font-family: arimo, sans-serif;
    font-size: 12px;
    color: #555;
}

    .header-top-row a:hover,
    .header-top-row > div > ul > li:hover > a {
        color: #fb486c;
        text-decoration: none;
    }

    .header-top-row > div > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 0;
    }

        .header-top-row > div > ul > li {
            display: inline-block;
            margin: 0;
            padding: 0;
            border-left: 1px solid #efefef;
            border-right: 1px solid #efefef;
            font-size: 12px;
        }

            .header-top-row > div > ul > li > a {
                line-height: 30px;
                padding: 0 10px;
            }

            .header-top-row > div > ul > li > ul {
                top: 30px;
                width: 150px;
                min-width: 120px;
                padding: 10px;
                border-top: 1px solid #fec7d1;
                font-size: 12px;
                margin-left: -11px;
            }

                .header-top-row > div > ul > li > ul > li {
                    border-bottom: 1px dashed #efefef;
                }

                    .header-top-row > div > ul > li > ul > li:last-child {
                        border-bottom: none;
                    }

                    .header-top-row > div > ul > li > ul > li > a {
                        padding: 5px 10px;
                        margin: 0;
                    }

                    .header-top-row > div > ul > li > ul > li .fa {
                        margin-right: 5px;
                    }

.header-central-row > div > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

    .header-central-row > div > ul > li {
        display: inline-block;
        margin: 0 0 0 -1px;
        padding: 18px 20px 2px;
        line-height: 40px;
        font-size: 12px;
    }

        .header-central-row > div > ul > li:active,
        .header-central-row > div > ul > li:focus,
        .header-central-row > div > ul > li:hover {
            background: #f7f7f7;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

        .header-central-row > div > ul > li:last-child {
            padding-right: 30px;
        }

        .header-central-row > div > ul > li span.dropdown-text {
            position: absolute;
            top: 4px;
            margin-left: 42px;
        }

        .header-central-row > div > ul > li > a .fa {
            color: #fa486c;
        }

        .header-central-row > div > ul > li > a {
            color: #555;
        }

        .header-central-row > div > ul > li > div {
            top: 60px;
            width: 280px;
            min-width: 240px;
            padding: 20px;
            font-size: 12px;
            line-height: 18px;
            color: #666;
            margin-left: -21px;
        }

            .header-central-row > div > ul > li > div.dropdown-menu div[class*="col"],
            .header-central-row > div > ul > li > div.dropdown-menu div[class^="col"] {
                padding: 0;
            }

            .header-central-row > div > ul > li > div.dropdown-menu input {
                margin: 10px 0;
            }

                .header-central-row > div > ul > li > div.dropdown-menu input:first-child {
                    margin: 0;
                }

            .header-central-row > div > ul > li > div div.well-statement {
                padding: 10px;
                line-height: 18px;
                color: #666;
                border: 1px dashed #666;
            }

div.nav-container .navbar.navbar-inverse {
    border-bottom: none;
}

div.nav-container .navbar ul.navbar-right,
div.nav-container .navbar > ul.nav {
    margin: 0;
    padding: 0;
}

div.nav-container .navbar ul.nav > li {
    font-family: Roboto,sans-serif;
    ;
    /* text-transform: uppercase; */
    font-weight: 700;
    /* text-shadow: 2px 1px 10px rgba(0, 0, 0, 0.2); */
    font-size: 15px;
    letter-spacing: .4px;
    text-transform: capitalize;
}

div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a {
    background: #fc496d;
    color: #efefef;
}

    div.nav-container
    .navbar.navbar-inverse
    ul.nav > li.active-shopping.open > a:focus,
    div.nav-container
    .navbar.navbar-inverse
    ul.nav > li.active-shopping.open > a:hover,
    div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a:focus,
    div.nav-container .navbar.navbar-inverse ul.nav > li.active-shopping > a:hover,
    div.nav-container .navbar.navbar-inverse ul.nav > li:hover > a {
        color: #fff;
        background-color: #fb244f;
    }

div.nav-container .navbar ul.nav > li > ul.dropdown-menu {
    top: 50px;
    width: 220px;
    padding: 5px 0;
}

    div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li {
        font-size: 14px;
        text-transform: none;
        font-weight: 400;
        text-shadow: none;
    }


        div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li > a {
            /*padding: 7px 0;
            margin: 0 15px;*/

            line-height: 26px !important;
            border-bottom: 1px solid #efefef;
            margin: 12px 20px;
            padding: 0px 0px;
            /*    -webkit-transition: all .8s linear;
                -moz-transition: all .8s linear;
                -ms-transition: all .8s linear;
                -o-transition: all .8s linear;
                transition: all .8s linear;*/
        }
            /* div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li > a:hover {
             
            }*/

            div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li > a:hover {
                background: 0 0;
                color: #ff5e14;
                /*    padding-left:3px;
                border-bottom: 1px solid #ff5e14;
                border-color: #ff5e14;*/
            }

        div.nav-container .navbar ul.nav > li > ul.dropdown-menu > li:last-child > a {
            border-bottom: none;
        }

.my-element-2 {
    border-bottom: 1px solid #efefef;
}

    .my-element-2::after {
        content: " ";
        display: block;
        width: 0;
        height: 1px;
        background: #ff5e14;
        transition: width .4s linear;
    }

    .my-element-2:hover::after {
        width: 100%;
    }

/*.navbar .dropdown-menu .nav__item .nav__item-link:after {
 
}*/

div.nav-container .navbar ul.nav > li i.fa {
    width: 10px;
    margin-right: 14px;
    text-align: center;
}

div.nav-container .navbar ul.nav > li > ul > li > a:after {
    /*    content: "";
    position: absolute;
    right: 15px;
    margin-top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #666;*/
}

div.nav-container .navbar ul.nav > li > ul > li > a:only-child:after,
ul.nav > li > ul > li:hover > a:only-child:after {
    border-width: 0;
}

div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping {
    position: absolute;
    left: 100%;
    top: -1px;
    width: 730px;
    height: auto;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-top: none;
    visibility: hidden;
    opacity: 0;
}

    div.nav-container
    .navbar
    ul.nav > li > ul > li > div.dropdown-menu-shopping.dropdown-menu-1col {
        width: 244px;
    }

    div.nav-container
    .navbar
    ul.nav > li > ul > li > div.dropdown-menu-shopping.dropdown-menu-2col {
        width: 487px;
    }

    div.nav-container
    .navbar
    ul.nav > li > ul > li > div.dropdown-menu-shopping
    h3 {
        font-size: 14px;
        font-weight: 700;
        margin: 10px 0;
    }

        div.nav-container
        .navbar
        ul.nav > li > ul > li > div.dropdown-menu-shopping
        h3:before {
            content: "";
            position: absolute;
            width: 30px;
            height: 1px;
            left: auto;
            border-bottom: 5px solid #ccc;
            margin-top: 25px;
        }

        div.nav-container
        .navbar
        ul.nav > li > ul > li > div.dropdown-menu-shopping
        h3:after {
            content: "";
            position: absolute;
            width: 80%;
            height: 1px;
            left: 30px;
            border-bottom: 1px solid #ccc;
            margin-top: 27px;
        }

    div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping p {
        margin: 20px 0;
    }

    div.nav-container
    .navbar
    ul.nav > li > ul > li > div.dropdown-menu-shopping
    ul {
        list-style: none;
        padding: 10px 15px;
    }

        div.nav-container
        .navbar
        ul.nav > li > ul > li > div.dropdown-menu-shopping
        ul > li {
            padding: 3px 0;
        }

            div.nav-container
            .navbar
            ul.nav > li > ul > li > div.dropdown-menu-shopping
            ul > li > a,
            div.nav-container
            .navbar
            ul.nav > li > ul > li > div.dropdown-menu-shopping
            ul > li > a:focus,
            div.nav-container
            .navbar
            ul.nav > li > ul > li > div.dropdown-menu-shopping
            ul > li > a:link,
            div.nav-container
            .navbar
            ul.nav > li > ul > li > div.dropdown-menu-shopping
            ul > li > a:visited {
                color: #555;
            }

div.banner-consumer-electronics,
div.banner-menswear,
div.banner-pc-office,
div.banner-smartwatch,
div.banner-womenswear {
    background: url(../img/womens-clothing.jpg) no-repeat;
    background-size: cover;
    height: 70px;
}

div.banner-menswear {
    background: url(../img/mens-clothing.jpg) no-repeat;
}

div.banner-phone {
    background: url(../img/iphone.html) no-repeat;
    height: 380px;
    background-size: cover;
}

div.banner-pc-office {
    background: url(../img/pc-office.jpg) no-repeat;
}

div.banner-smartwatch {
    background-image: url(../img/smartwatch.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 395px;
}

div.banner-consumer-electronics {
    background: url(../img/consumer-electronics.jpg) no-repeat;
}

.col-dark {
    background: #585858;
    color: #efefef;
}

    .col-dark h3,
    .slogan-light {
        color: #f7f7f7;
    }

.slogan-light {
    font-weight: 300;
    font-family: Khula, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.49);
}

span.slogan-light-price {
    position: relative;
    background: #fa486c;
    color: #fff;
    font-weight: 400;
    padding: 2px 10px 0;
    top: 10px;
    border-radius: 2px;
    line-height: 30px;
}

div.nav-container
.navbar
ul.nav > li > ul > li > div.dropdown-menu-shopping
.col-dark
ul > li > a,
div.nav-container
.navbar
ul.nav > li > ul > li > div.dropdown-menu-shopping
.col-dark
ul > li > a:focus,
div.nav-container
.navbar
ul.nav > li > ul > li > div.dropdown-menu-shopping
.col-dark
ul > li > a:link,
div.nav-container
.navbar
ul.nav > li > ul > li > div.dropdown-menu-shopping
.col-dark
ul > li > a:visited {
    color: #ccc;
}

.dropdown-menu-shopping-item-description,
.dropdown-menu-shopping-item-price,
.dropdown-menu-shopping-item-price-not,
.dropdown-menu-shopping-item-title {
    display: block;
    margin: 3px 20px;
}

.dropdown-menu-shopping-item-title {
    font-size: 16px;
    font-weight: 700;
    color: #444;
}

.dropdown-menu-shopping-item-description {
    font-size: 11px;
    font-weight: 700;
    color: #666;
}

.dropdown-menu-shopping-item-price-not {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
}

.dropdown-menu-shopping-item-price {
    font-size: 17px;
    font-weight: 700;
    color: #fa486c;
    display: inline;
    margin-right: 10px;
}

.carousel .dropdown-menu-shopping-item-title {
    font-weight: 300;
    text-align: center;
}

.carousel .dropdown-menu-shopping-item-price-not {
    display: inline;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
    margin: 0;
}

.carousel .dropdown-menu-shopping-item-price {
    font-size: 16px;
    font-weight: 700;
    color: #fa486c;
    display: inline;
    margin: 0;
}

div.nav-container
.navbar
ul.nav > li > ul > li > div.dropdown-menu-shopping
h2.dark,
div.nav-container
.navbar
ul.nav > li > ul > li > div.dropdown-menu-shopping
h2.light {
    position: absolute;
    font-size: 22px;
    font-weight: 300;
    line-height: 75px;
    margin: 0;
    padding: 0;
    /* text-transform: uppercase;*/
    color: #fff;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.49);
    z-index: 10051;
}

div.nav-container
.navbar
ul.nav > li > ul > li > div.dropdown-menu-shopping
h2.dark {
    color: #333;
    text-shadow: -1px 1px 2px rgba(255, 255, 255, 0.49);
}

li.dropdown-mega {
    position: static;
}

div.dropdown-mega-content {
    position: absolute;
    left: 0px;
    width: 950px;
    height: auto;
    background: #fff;
    border: 1px solid #c5c5c5;
    border-top: none;
    visibility: hidden;
    opacity: 0;
}

div.tabbed-height-365 {
    height: 520px;
}

div.nav-container .navbar ul.nav > li > div.tabbed-menu {
    position: absolute;
    width: 630px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-top: none;
}

    div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul {
        float: none;
        margin: 0;
        padding: 15px 0;
        list-style: none;
        position: absolute;
        width: 180px;
        height: 100%;
        background: #f5f5f5;
        border-right: 1px solid #c4c4c4;
    }

        div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li {
            color: #222;
        }

            div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li > a {
                display: block;
                background: #f5f5f5;
                border-top: 1px solid #f5f5f5;
                border-bottom: 1px solid #f5f5f5;
                color: #666;
                padding: 10px 15px;
                font-size: 14px;
                font-weight: 400;
                text-shadow: none;
                text-transform: capitalize;
            }

            div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover > a {
                background: #fff;
                border-top: 1px solid #c4c4c4;
                border-bottom: 1px solid #c4c4c4;
                border-right: 1px solid #fff;
                margin-right: -1px;
            }

div.nav-container .navbar ul.nav > li:hover > a {
    background: #ff5e14;
    color: #fff;
}

div.nav-container
.navbar
ul.nav > li > div > ul > li > div.tabbed-menu-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 448px;
    height: 99%;
    left: 180px;
    top: 0;
    padding: 20px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
}

    div.nav-container
    .navbar
    ul.nav > li > div > ul > li > div.tabbed-menu-content
    .row {
        margin-bottom: 20px;
    }
/* div.nav-container
  .navbar
  ul.nav
  > li
  > div
  > ul
  > li
  > div.tabbed-menu-content
  a,
div.nav-container
  .navbar
  ul.nav
  > li
  > div
  > ul
  > li
  > div.tabbed-menu-content
  a:active,
div.nav-container
  .navbar
  ul.nav
  > li
  > div
  > ul
  > li
  > div.tabbed-menu-content
  a:link,
div.nav-container
  .navbar
  ul.nav
  > li
  > div
  > ul
  > li
  > div.tabbed-menu-content
  a:visited {
  color: #444;
  text-decoration: none;
  font-weight: 400;
} */

/* div.nav-container
  .navbar
  ul.nav
  > li
  > div
  > ul
  > li
  > div.tabbed-menu-content
  a:hover{
    color:#ff5e14;
    /* content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff5e14; */
/* left:20px; 
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
   */
.product {
    /* padding: 5px 7px;*/
    margin-top: 5px;
}

    .product a {
        /* border: 1px solid red;   */
        color: #444;
        text-decoration: none;
        font-weight: 400;
        /* padding: 10px 0 10px 0;*/
    }

    .product:hover {
        /* border: 1px solid #ddd;*/
        /*  background-color: #ff5e14;
    color: white;*/
        /*    -webkit-transition: border 0.4s ease; border-l 0.4s ease; border-l 0.4s ease; border-l 0.4s ease; border-l 0.4s ease; border- 0.4s ease;
    -moz-transition: border 0.4s ease; border-l 0.4s ease; border- 0.4s ease; border- 0.4s ease;
    -ms-transition: border 0.4s ease; border- 0.4s ease; border- 0.4s ease;
    -o-transition: border 0.4s ease; border- 0.4s ease;
    transition: border 0.4s ease;   */
        box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
    }




    .product a:before {
        content: "";
        position: absolute;
        /*  width: calc(100% + 4px);
        height: calc(100% + 4px);
        top: calc(2px/ -1);
        left: calc(2px/ -1);*/
        /*     width: 93%;
        height: 97%;
        top: calc(-4px/ -1);
        left: calc(-8px/ -1);*/
        width: 90%;
        height: 100%;
        top: calc(-3px/ -1);
        left: calc(-12px/ -1);
        background: linear-gradient(to right, #ff5e14 0%, #ff5e14 100%), linear-gradient(to top, #ff5e14 50%, transparent 50%), linear-gradient(to top, #ff5e14 50%, transparent 50%), linear-gradient(to right, #ff5e14 0%, #ff5e14 100%), linear-gradient(to left, #ff5e14 0%, #ff5e14 100%);
        background-size: 100% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
        background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
        background-repeat: no-repeat, no-repeat;
        transition: transform 0.3s ease-in-out, background-position 0.3s ease-in-out, background-size 0.3s ease-in-out;
        transform: scaleX(0) rotate(0deg);
        transition-delay: 0.6s, 0.3s, 0s;
    }

    .product a:hover:before {
        background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
        background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
        transform: scaleX(1) rotate(0deg);
        transition-delay: 0s, 0.3s, 0.6s;
    }

    .product > a:hover {
        /* color: white;*/
    }

.photo img {
    /*filter: grayscale(100%) contrast(120%);
    box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
    display: block;
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top: -10px;*/
}

.photo:hover img {
}

.photo .glow-wrap {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: -10px;
}

.photo .glow {
    display: block;
    position: absolute;
    width: 40%;
    height: 200%;
    background: rgba(255,255,255,.2);
    top: 0;
    filter: blur(5px);
    transform: rotate(45deg) translate(-450%, 0);
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover .glow {
    transform: rotate(45deg) translate(450%, 0);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover img,
.photo:hover .glow-wrap {
    margin-top: 0;
}



/* div.nav-container
  .navbar
  ul.nav
  > li
  > div
  > ul
  > li
  > div.tabbed-menu-content
  a:hover {
  color: rgb(255, 255, 255);
} */
div.nav-container .navbar ul.nav > li:hover div.active-tab-content,
div.nav-container
.navbar
ul.nav > li > div.tabbed-menu > ul > li:hover
div.tabbed-menu-content {
    visibility: visible;
    opacity: 1;
}

div.nav-container
.navbar
ul.nav > li > div.tabbed-menu > ul > li > a.active-tab {
    background: #fff;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    margin-right: -1px;
}

.tabbed-height-375 {
    height: 540px;
}

.dropdown-mega-content,
.tabbed-menu-content {
    /* font-family: arimo, sans-serif;*/
}

    .dropdown-mega-content h3,
    .tabbed-menu-content h3 {
        font-size: 12px;
        font-weight: 700;
        /* text-transform: uppercase;*/
        margin: 0;
        padding: 0 10px;
        line-height: 25px;
        text-shadow: none;
    }

    .dropdown-mega-content ul,
    .tabbed-menu-content ul {
        list-style: none;
        margin: 0 0 20px;
        padding: 0 10px;
    }

        .dropdown-mega-content ul li,
        .tabbed-menu-content ul li {
            margin: 0;
            padding: 5px 0;
            font-size: 12px;
            font-weight: 400;
            text-transform: none;
        }

    .dropdown-mega-content .carousel ul,
    .dropdown-mega-content .carousel ul li,
    .tabbed-menu-content .carousel ul,
    .tabbed-menu-content .carousel ul li {
        padding: 0;
        margin: 0;
    }

    .dropdown-mega-content ul li a,
    .tabbed-menu-content ul li a {
        color: #444;
    }

        .dropdown-mega-content ul li a:hover,
        .tabbed-menu-content ul li a {
            color: #fa486c;
            text-decoration: none;
        }

    .dropdown-mega-content .dropdown-shopping-item-title,
    .tabbed-menu-content .dropdown-menu-shopping-item-title {
        /*  font-family: arimo, sans-serif;*/
        font-weight: 400;
        font-size: 12px;
        /*  text-transform: uppercase;*/
    }

    .dropdown-mega-content .dropdown-menu-shopping-item-price,
    .dropdown-mega-content
    .dropdown-menu-shopping-item-price-not
    .tabbed-menu-content
    .dropdown-menu-shopping-item-price,
    .tabbed-menu-content .dropdown-menu-shopping-item-price-not {
        font-size: 12px;
    }

li.tabbed-mega {
    position: static;
}

div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu {
    position: absolute;
    left: 15px;
    width: 950px;
}

    div.nav-container
    .navbar
    ul.nav > li > div.tabbed-mega-menu > ul > li > div.tabbed-menu-content {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        width: 768px;
        height: 100%;
        left: 180px;
        top: 0;
        /*padding: 20px;*/
        padding: 0px 10px;
        background: #fff;
        font-size: 14px;
        font-weight: 400;
    }

div.nav-container
.navbar
ul.nav > li:hover
div.tabbed-mega-menu
div.active-tab-content {
    visibility: visible;
    opacity: 1;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/*767px altına düştüğünde*/
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu {
        background: #fff;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
            border-color: #080808;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
            background-color: #080808;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
            color: #555;
        }

            .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
            .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
                color: #fff;
                background-color: transparent;
            }

        .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
        .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
        .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
            color: #fff;
            background-color: #080808;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
        .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
        .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
            color: #444;
            background-color: transparent;
        }
}

.overlay {
    z-index: 10056;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    visibility: hidden;
    opacity: 0;
}

.overlay-visible {
    visibility: visible;
    opacity: 1;
}

.header-central-row > div > ul > li.dura-search {
    padding: 18px 5px 2px;
}

    .header-central-row > div > ul > li.dura-search .dropdown-menu-search {
        position: absolute;
        right: 0;
        top: 0;
        width: 980px;
        height: 60px;
        border: none;
    }

        .header-central-row > div > ul > li.dura-search .dropdown-menu-search form {
            margin-top: -12px;
            padding: 0;
        }

        .header-central-row > div > ul > li.dura-search
        .dropdown-menu-search
        .dura-sarch-input {
            width: 100%;
            height: 40px;
            line-height: 20px;
            padding: 10px 325px 0;
            font-size: 24px;
            text-transform: uppercase;
            font-weight: 400;
            font-family: Khula, sans-serif;
            border: none;
            outline: 0;
            margin: auto;
            box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
        }

        .header-central-row > div > ul > li.dura-search
        .dropdown-menu-search
        input:active,
        .header-central-row > div > ul > li.dura-search
        .dropdown-menu-search
        input:focus,
        .header-central-row > div > ul > li.dura-search
        .dropdown-menu-search
        input:hover {
            outline: 0 !important;
            -webkit-appearance: none;
        }

.badge-color-1,
.badge-color-2,
.badge-color-3 {
    width: auto;
    height: 15px;
    background: #fc496d;
    position: absolute;
    margin-left: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 4px 0;
    font-size: 11px;
    padding: 1px 3px;
    text-transform: uppercase;
    color: #fff;
}

.badge-color-2 {
    background: #0096c1;
}

.badge-color-3 {
    background: #41bf3e;
}

    .badge-color-1:before,
    .badge-color-2:before,
    .badge-color-3:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 14px;
        left: 0;
        border-style: solid;
        border-width: 8px 6px 0 0;
        border-color: #fc496d transparent transparent;
    }

.carousel-control,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 30px;
    height: 30px;
}

.badge-color-2:before {
    border-color: #0096c1 transparent transparent;
}

.badge-color-3:before {
    border-color: #41bf3e transparent transparent;
}

.btn-dura {
    color: #f6f6f6;
    background-color: #fc496d;
    border-color: #fc3a61;
}

    .btn-dura.focus,
    .btn-dura:focus,
    .btn-dura:hover {
        color: #fff;
        background-color: #fb1c48;
        border-color: #fc1f4b;
    }

    .btn-dura.active,
    .btn-dura:active,
    .open > .dropdown-toggle.btn-dura {
        color: #fff;
        background-color: #fb1342;
        border-color: #fc496d;
        background-image: none;
    }

        .btn-dura.active.focus,
        .btn-dura.active:focus,
        .btn-dura.active:hover,
        .btn-dura:active.focus,
        .btn-dura:active:focus,
        .btn-dura:active:hover,
        .open > .dropdown-toggle.btn-dura.focus,
        .open > .dropdown-toggle.btn-dura:focus,
        .open > .dropdown-toggle.btn-dura:hover {
            color: #fff;
            background-color: #fb1c48;
            border-color: #fc1f4b;
        }

    .btn-dura.disabled.focus,
    .btn-dura.disabled:focus,
    .btn-dura.disabled:hover,
    .btn-dura[disabled].focus,
    .btn-dura[disabled]:focus,
    .btn-dura[disabled]:hover,
    fieldset[disabled] .btn-dura.focus,
    fieldset[disabled] .btn-dura:focus,
    fieldset[disabled] .btn-dura:hover {
        background-color: #fd97ab;
        border-color: #fd8ca3;
    }

fieldset,
label {
    margin: 0;
    padding: 0;
}

    fieldset.rating {
        margin-top: -5px;
    }

.rating {
    border: none;
    float: left;
    margin-left: 25px;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 5px;
        font-size: 11px;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: silver;
        float: right;
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label,
    .rating > input:checked ~ label {
        color: gold;
    }

        .rating > input:checked + label:hover,
        .rating > input:checked ~ label:hover,
        .rating > input:checked ~ label:hover ~ label,
        .rating > label:hover ~ input:checked ~ label {
            color: #ffed85;
        }

img.carousel-product-width-120 {
    max-width: 120px;
    margin: 15px auto;
}

img.carousel-product-width-60 {
    max-width: 60px;
    margin: 15px auto;
}

.carousel img:hover {
    opacity: 0.6;
}

.carousel-control {
    background: #666;
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0;
    position: static;
}

.text-bold,
.text-bold-c {
    font-weight: 700;
}

.carousel-control.left {
    position: absolute;
    left: 0;
    top: 40%;
    background: #888;
}

.carousel-control.right {
    position: absolute;
    top: 40%;
    right: 0;
    left: auto;
    background: #888;
}

a.carousel-control {
    color: #fff;
}

.carousel-control:focus,
.carousel-control:hover {
    color: #e2dfde;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    top: 57%;
    margin-top: -10px;
}

.carousel-control .fa-chevron-left {
    position: absolute;
    left: 7px;
}

.carousel-control .fa-chevron-right {
    position: absolute;
    left: 9px;
}

.no-padding {
    padding: 0;
}

.absolute {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    transition: top 1s ease;
}

.clearance {
    position: relative;
    top: auto;
    height: 30px;
    width: 100%;
    z-index: 10;
    background: -moz-linear-gradient( top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 0.77) 53%, rgba(255, 255, 255, 0) 100% );
    background: -webkit-linear-gradient( top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 0.77) 53%, rgba(255, 255, 255, 0) 100% );
    background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 0.77) 53%, rgba(255, 255, 255, 0) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 );
}

.clearance-fixed {
    position: fixed;
    top: 50px;
}

.scrollup {
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 5%;
    right: 5%;
    display: none;
    text-indent: -9999px;
    background: url(../img/scroll-to-top-64.png) no-repeat;
    opacity: 0.3;
    z-index: 100060;
}

.margin-left-5 {
    margin-left: 5px;
}

.line-height-30 {
    line-height: 30px;
}

.text-bold-c {
    color: #fc1f4b;
}

.badge-item-count {
    position: absolute;
    margin-left: -15px;
    font-size: 10px;
    padding: 3px 5px;
    border: none;
    background: #666;
}

.logo {
    /* margin: 10px 0;
  width: auto;
  height: auto;
  max-height: 40px; */
}

i.font-size-28 {
    font-size: 28px;
}

div.gradient-left {
    width: 400px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10050;
    background: -moz-linear-gradient( left, rgba(0, 0, 0, 0.74) 0, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100% );
    background: -webkit-linear-gradient( left, rgba(0, 0, 0, 0.74) 0, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100% );
    background: linear-gradient( to right, rgba(0, 0, 0, 0.74) 0, rgba(0, 0, 0, 0) 99%, rgba(0, 0, 0, 0) 100% );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd000000', endColorstr='#00000000', GradientType=1 );
}

i.search-close {
    font-size: 30px;
    position: absolute;
    left: 610px;
    top: -6px;
    cursor: pointer;
}

.carousel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.type1 {
    margin-top: 0px;
    background: #ffffff;
    opacity: 0.9;
    padding: 20px;
    /* border: 3px solid #a0a0a0;*/
}

.type2 {
    top: -171px;
    position: relative;
    text-align: center;
    /* right:0; */
}

.type3 {
    bottom: -235px;
    background-color: #fff;
    padding: 50px;
    border-radius: 4px;
    box-shadow: 0 5px 83px 0 rgb(40 40 40 / 8%);
}
/*@media (max-width:1200px) {
    .type2 {
        top: -200px;    
    }
}*/

/*991 pixelin altına düştüğünde*/
@media (max-width: 991px) {
    .absolute {
        transition: none;
    }

    div.nav-container .navbar ul.nav {
        margin: 0;
        padding: 15px 0;
    }

        div.nav-container .navbar ul.nav > li > ul > li > a:after {
            border-width: 0;
        }

    .scrollup {
        width: 32px;
        height: 32px;
        bottom: 20px;
        right: 20px;
        background: url(../img/scroll-to-top-32.png) no-repeat;
        opacity: 0.5;
    }

    .header-top-row {
        max-height: 30px;
        padding: 0;
    }

        .header-top-row .dropdown-menu {
            min-width: 150px;
            max-width: 150px;
        }

        .header-top-row > div > ul {
            margin: 0;
        }

            .header-top-row > div > ul > li {
                padding: 0;
                line-height: 30px;
            }

                .header-top-row > div > ul > li > a {
                    padding: 0 10px;
                    display: block;
                }

    .dropdown-menu-shopping,
    div.nav-container
    .navbar
    ul.nav > li > div.tabbed-mega-menu > ul > li > div.tabbed-menu-content,
    div.nav-container
    .navbar
    ul.nav > li > div.tabbed-menu > ul > li > div.tabbed-menu-content {
        display: none;
    }

    .header-top-row > div > ul > li > ul {
        top: 30px;
        right: 15px;
        width: 120px;
        min-width: 100px;
    }

    div.dropdown-mega-content,
    div.nav-container .navbar ul.nav > li > ul.dropdown-menu {
        width: 100%;
        position: relative;
        top: 0;
    }

    i.font-size-16 {
        font-size: 16px;
    }

    .header-central-row > div > ul > li > div {
        right: 15px;
    }

    .header-central-row .font-size-28 {
        font-size: 24px;
    }

    .header-central-row > div > ul > li {
        padding: 18px 10px 2px;
    }

        .header-central-row > div > ul > li:last-child {
            padding-right: 10px;
        }

    div.dropdown-mega-content {
        background: #fff;
        height: 370px;
        overflow: scroll;
        overflow-x: hidden;
        padding-bottom: 20px;
    }

        div.dropdown-mega-content::-webkit-scrollbar {
            width: 7px;
            height: 7px;
        }

        div.dropdown-mega-content::-webkit-scrollbar-button {
            width: 0;
            height: 0;
        }

        div.dropdown-mega-content::-webkit-scrollbar-thumb {
            background: #484848;
            border: 0 #fff;
            border-radius: 0;
        }

            div.dropdown-mega-content::-webkit-scrollbar-thumb:hover {
                background: #7e7e7e;
            }

            div.dropdown-mega-content::-webkit-scrollbar-thumb:active {
                background: #fb486c;
            }

        div.dropdown-mega-content::-webkit-scrollbar-track {
            background: #e5e5e5;
            border: 0 #fff;
            border-radius: 50px;
        }

            div.dropdown-mega-content::-webkit-scrollbar-track:hover {
                background: #f2f2f2;
            }

            div.dropdown-mega-content::-webkit-scrollbar-track:active {
                background: #f8f8f8;
            }

        div.dropdown-mega-content::-webkit-scrollbar-corner {
            background: 0 0;
        }

    div.nav-container .navbar ul.nav > li > div.tabbed-menu {
        position: relative;
        top: 0;
        width: 100%;
        background: #fff;
    }

    div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu {
        background: #fff;
        left: 0;
        height: 293px;
    }

    div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul {
        padding: 0;
        margin: 0;
        width: 100%;
        height: auto;
        background: #fff;
        border: none;
    }

        div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu > ul > li > a,
        div.nav-container
        .navbar
        ul.nav > li > div.tabbed-mega-menu > ul > li > a.active-tab,
        div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li > a,
        div.nav-container
        .navbar
        ul.nav > li > div.tabbed-menu > ul > li > a.active-tab {
            display: block;
            background: #fff;
            border: none;
            border-bottom: 1px dashed #efefef;
            color: #666;
            padding: 10px 15px;
            font-size: 14px;
            font-weight: 400;
            text-shadow: none;
            text-transform: capitalize;
        }

        div.nav-container .navbar ul.nav > li > div.tabbed-menu > ul > li:hover > a,
        div.nav-container
        .navbar
        ul.nav > li > div.tabbed-menu > ul > li:hover > a.active-tab {
            background: #f7f7f7;
            border: none;
            border-bottom: 1px dashed #efefef;
            color: #fb486c;
            text-decoration: none;
        }

    div.nav-container
    .navbar
    ul.nav > li > div > ul > li > div.tabbed-menu-content
    .row {
        margin-bottom: 0;
    }

    .open .dropdown-mega-content,
    .open .tabbed-mega-menu,
    .open .tabbed-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        z-index: 999999;
    }

    .header-central-row > div > ul > li.dura-search .dropdown-menu-search {
        position: absolute;
        top: 60px;
        width: 250px;
        height: 50px;
        border: 1px solid #ccc;
    }

        .header-central-row > div > ul > li.dura-search
        .dropdown-menu-search
        .dura-sarch-input {
            width: 200px;
            padding: 0;
            font-size: 17px;
        }

    .overlay-visible {
        visibility: hidden;
        opacity: 0;
    }

    .logo {
        max-width: 140px;
    }
}

/*768-991 pixel arası*/
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 800px;
    }

    div.nav-container .navbar ul.nav > li > ul.dropdown-menu {
        width: 200px;
    }

    div.nav-container .navbar ul.nav > li > ul > li > div.dropdown-menu-shopping {
        width: 570px;
    }

    div.header-central-row ul > li:hover > ul.dropdown-menu,
    div.header-top-row ul > li:hover > div.dropdown-menu,
    div.nav-container .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    div.nav-container .navbar ul.nav > li:hover div.tabbed-menu,
    div.nav-container
    .navbar
    ul.nav > li > ul > li:hover
    div.dropdown-menu-shopping,
    li.dropdown-mega:hover div.dropdown-mega-content {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .scrollup {
        width: 32px;
        height: 32px;
        bottom: 20px;
        right: 20px;
        background: url(../content/img/scroll-to-top-32.png) no-repeat;
        opacity: 0.5;
    }

    /*  div.dropdown-mega-content,
    div.nav-container .navbar ul.nav > li > div.tabbed-mega-menu {
        width: 770px;
    }*/

    /*   div.nav-container
        .navbar
        ul.nav > li > div.tabbed-mega-menu > ul > li > div.tabbed-menu-content {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            width: 588px;
            height: 99%;
            left: 180px;
            top: 0;
            padding: 20px;
            background: #fff;
            font-size: 14px;
            font-weight: 400;
        }*/

    .header-central-row > div > ul > li.dura-search .dropdown-menu-search {
        width: 800px;
    }

        .header-central-row > div > ul > li.dura-search
        .dropdown-menu-search
        .dura-sarch-input {
            padding: 0 235px;
        }
}

/*992-1199 pixel arası*/
@media (min-width: 992px) and (max-width: 1199px) {
    div.header-central-row ul > li:hover > div.dropdown-menu.dropdown-central,
    div.header-top-row ul > li:hover > ul.dropdown-menu,
    div.nav-container .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        top: 40px;
    }

    div.nav-container .navbar ul.nav > li:hover div.tabbed-menu,
    div.nav-container
    .navbar
    ul.nav > li > ul > li:hover
    div.dropdown-menu-shopping,
    li.dropdown-mega:hover div.dropdown-mega-content {
        visibility: visible;
        opacity: 1;
        display: block;
    }
}

/*1200 pixel sonrası*/
@media (min-width: 1200px) {
    div.header-central-row ul > li:hover > div.dropdown-menu.dropdown-central,
    div.header-top-row ul > li:hover > ul.dropdown-menu,
    div.nav-container .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    div.nav-container .navbar ul.nav > li:hover div.tabbed-menu,
    div.nav-container
    .navbar
    ul.nav > li > ul > li:hover
    div.dropdown-menu-shopping,
    li.dropdown-mega:hover div.dropdown-mega-content {
        visibility: visible;
        opacity: 1;
        display: block;
    }
}




.breadcrumb {
    background-color: transparent;
    padding: 0;
}

/* Timeline*/

#container {
    height: 400px;
    width: 100%;
    /* background-color: #ddd; */
    overflow: hidden;
    position: relative;
    /* overflow-x: scroll; */
    margin-top: 30px;
    display: inline-block;
}

#thumbs {
    /* background-color: #ddd; */
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    padding: 30px 100px;
}

.history-block {
    height: 100%;
    width: 300px;
    background-color: #cdcdcd;
    margin: 0 -2px;
    border-right: 1px solid #fff;
    display: inline-block;
    /*   font-family: 'roboto condensed', sans-serif;
    font-size: 60px;
    font-weight: 100;*/
    color: #FFF;
    cursor: pointer;
    box-shadow: 2px 5px 20px rgba(0,0,0,0.8);
    transition: width 0.2s;
}

    .history-block:last-of-type {
        border-right: none;
    }

.cover {
    width: 100%;
    height: 100%;
    transition: background .5s;
    background: rgba(0,0,0,0.8);
}

    .cover:hover {
        width: 100%;
        height: 100%;
        transition: background .5s;
        background: rgba(0,0,0,0.5);
    }

.year {
    position: absolute;
    top: 0px;
    font-size: 30px;
    font-weight: 500;
    margin: 40px 30px;
}

.title {
    position: absolute;
    display: none;
    width: 260px;
    top: 60px;
    font-size: 14px;
    margin: 30px;
    white-space: normal;
    transition: width 0.2s;
}

    .title > span {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        display: block;
    }

.timeline {
    display: none;
    position: absolute;
    bottom: 80px;
    font-size: 20px;
    margin: 20px;
    transition: display 0.8s;
}

    .timeline ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
    }

        .timeline ul li {
            display: inline;
            font-size: 15px;
            font-weight: 100;
            padding: 0px 5px;
        }

        .timeline ul li {
            display: inline;
            font-size: 15px;
            font-weight: 100;
            padding: 0px 5px;
        }

            .timeline ul li:before {
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                color: rgba(255,255,255,0.5);
                content: '\f10c';
                position: absolute;
                top: 30px;
                margin-left: 10px;
                transition: all 0.5s;
            }

            .timeline ul li:after {
                content: '';
                position: absolute;
                top: 40px;
                margin-left: -10px;
                width: 36px;
                height: 2px;
                border: 1px solid rgba(255,255,255,0.5);
                transition: all 0.5s;
            }

.timelineYear, .timelineYear:hover {
    text-decoration: none;
    color: #fff;
    transition: all 0.8s;
}

.timeline ul li:hover:before {
    content: '\f111';
    color: #ffffff;
    font-size: 18px;
    transition: all 0.5s;
    top: 29px;
    margin-left: 9px
}

.timeline ul li:hover:after {
    content: '';
    position: absolute;
    top: 40px;
    margin-left: -10px;
    width: 36px;
    height: 2px;
    border: 1px solid #fff;
    transition: all 0.5s;
}

.timeline ul li:hover .timelineYear {
    position: static;
    top: -10px;
}

.bg-1 {
    background-size: cover;
}

.bg-66 {
    /*background: url(http://www.unido.org/uploads/tx_templavoila/history_07.jpg);*/
    background-size: cover;
}

.bg-76 {
    /* background: url(http://austria-forum.org/attach/Wissenssammlungen/Bibliothek/Wien_mit_den_Augen_des_Adlers/Wien_der_Moderne/UNO-City,_Austria_Center_Vienna/dkaiser_hav_25.jpg);*/
    background-size: cover;
}

.bg-86 {
    /*background: url('https://upload.wikimedia.org/wikipedia/commons/e/e8/Power_Plant_(Tianjin,_China).jpg');*/
    background-size: cover;
}

.bg-96 {
    /*background: url(http://www.oxfordbusinessgroup.com/sites/default/files/styles/chapter_header__710x233_/public/chapter_headers/ind1_2.png?itok=uxI_081i&c=af7608f5f35cf219c326e9b6e6a7d34c);*/
    background-size: cover;
}

.bg-06 {
    /*background: url(http://www.3adi.org/tl_files/3ADIDocuments/Pictures/Greenshot_2014-01-08_18-32-54.jpg);*/
    background-size: cover;
}

.bg-16 {
    /* background: url(https://i.dailymail.co.uk/i/pix/2012/07/23/article-0-142DF918000005DC-387_468x665.jpg);*/
    background-size: cover;
}

.breadcrumb2 {
    /*  background-color: #ff5e14;
    position: absolute;
    bottom: -48px;
    padding: 20px 70px 20px 20px;
    opacity: 0.9;
    width: auto;
    z-index: 100;*/
    background-color: #fd5d25;
    position: absolute;
    bottom: -32px;
    padding: 10px 15px 10px 15px;
    opacity: 0.9;
    width: auto;
    z-index: 100;
    border: 2px solid #ff5e14;
    border-radius: 0px 15px;
}

.container2 {
    padding: 20px;
    column-count: 4;
}

    .container2 div {
    }

    .container2 img {
        width: 100%;
        margin-bottom: 10px;
        transition: 0.4s ease;
        border: 1px solid #777;
    }

        .container2 img:hover {
            transform: scale(1.03);
            /*   transition: 0.4s ease; */
        }


@media (max-width:800px) {
    .container2 {
        column-count: 3;
    }
}


.example-image-link:hover {
    background-color: var(--primary-color);
}

.example-image {
    width: 15rem;
    border-radius: var(--border-radius);
    margin: 5px;
}

#form-boslugu {
    height: 1px;
    /*  background-color: aqua; */
    /* z-index: -9999; */
    display: block;
    position: relative;
    top: -130px;
}

.validation-summary-errors {
    background-color: #ff5e14;
    clear: both;
    padding: 10px;
    /* margin: 10px 0;*/
    color: whitesmoke;
    /* border: 3px solid red;*/
}

.validation-summary-valid {
    display: none;
}


/* Styles for dialog window */
#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

#small-dialog2 {
    background: white;
    /*padding: 20px 30px;*/
    text-align: left;
    max-width: 60%;
    margin: 40px auto;
    position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    #small-dialog2 {
        padding: 20px;
        max-width: 80%;
    }
}
/**
        * Fade-zoom animation for first dialog
        */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}



/**
    * magnific popup css
        * Fade-move animation for second dialog
        */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    -o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
    transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    -o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
    transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}



/*menu test */
.navbar-collapse {
    overflow-y: scroll;
    display: none;
}

.navbar-nav > li > a {
    /*    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    display: block;
    padding: 0.7rem 0;
    margin: 1rem 0.2rem;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;*/
    color: #ffffff;
}

    .navbar-nav > li > a:hover, a:current {
        /*  opacity: 0.7;
        background: #ff5e14;
        color: #fff;*/
        /* background: #ffffff;*/
        color: #505050;
        background-color: blue;
    }

.navbar-nav > li {
    /*  border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;*/
    font-size: 15px;
    font-weight: 700;
    display: block;
    padding: 1.2rem 0;
    margin: 1rem 0.2rem;
    /*position: relative;*/
    /* color: green !important;*/
    transition: all 0.4s ease;
}

    .navbar-nav > li:hover {
        /*border-bottom-color: #000;*/
        /*background: #ffffff;
        color: #505050;*/
        /*border: 0.1px solid red;*/
        /* border: 0.1px solid #fff;
        background-color: rgb(255 255 255 / 15%);*/
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        /*color: #505050;*/
    }
        /*    .navbar-nav > li > a {
        color: #ffffff;
    }
        .navbar-nav > li > a:hover {
            color: #505050;
        }*/
        .navbar-nav > li:hover > a:hover {
            /* color: #505050;*/
        }

.sub-menu h4 {
    /*text-transform: capitalize;*/
    font-size: 1rem;
    /* padding: 0.5rem 0;*/
}

.sub-menu ul li {
    /* text-transform: capitalize;*/
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
    min-width: 20vw;
}

    .sub-menu ul li a {
        /* opacity: 0.8;*/
        transition: all 0.5s ease;
        color: #000;
        padding: 10px 0;
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        border-bottom: 1px solid #efefef;
    }




        .sub-menu ul li a:hover {
            padding-left: 14px;
            opacity: 0.9;
            border-color: #fd5d25;
        }

.sub-menu {
    display: none;
}

.sub-menu-item {
    /* padding-left: 1.2rem;*/
    /* background: #ddd;*/
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* .sub-menu-item:nth-child(3) {
        background: #ddd;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
*/
/* .sub-menu-item:nth-child(3) h2 {
            text-transform: capitalize;
            margin: 1.5rem 0;
        }

        .sub-menu-item:nth-child(3) .btn {
            border: 1px solid #000;
            text-transform: uppercase;
            font-size: 0.9rem;
            padding: 0.6rem 1rem;
            cursor: pointer;
            background: #000;
            color: #fff;
            transition: all 0.5s ease;
        }

            .sub-menu-item:nth-child(3) .btn:hover {
                background: transparent;
                color: #000;
            }*/

/*  .sub-menu-item:nth-child(4) {
        width: 50%;
        margin: 0 auto;
        padding: 2rem 0;
    }*/

.sub-menu2 h4 {
    /*text-transform: capitalize;*/
    font-size: 1.2rem;
    /* padding: 0.5rem 0;*/
    margin-bottom: 10px;
    margin-top: 0px;
    color: #fd5d25;
}

.sub-menu2 ul {
    margin-bottom: 16px;
}

    .sub-menu2 ul li {
        /* text-transform: capitalize;*/
        /* padding: 0.2rem 0;
    margin: 0.2rem 0;*/
        font-size: 0.95rem;
        min-width: 20vw;
    }

        .sub-menu2 ul li a {
            /* opacity: 0.8;*/
            transition: all 0.5s ease;
            color: #000;
            padding: 10px 0;
            display: flex;
            flex-flow: row;
            align-items: center;
            justify-content: space-between;
            font-weight: 400;
            font-size: 16px;
            line-height: 1.5;
            border-bottom: 1px solid #efefef;
        }




            .sub-menu2 ul li a:hover {
                padding-left: 14px;
                opacity: 0.9;
                border-color: #fd5d25;
            }

.sub-menu2 {
    display: none;
}

    .sub-menu2 .sub-menu-item {
        /* padding-left: 1.2rem;*/
        /* background: #ddd;*/
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: flex-start;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

.sub-menu3 {
    display: none;
}

    .sub-menu3 .sub-menu-item {
        /* padding-left: 1.2rem;*/
        /* background: #ddd;*/
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: flex-start;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

.navbar-collapse {
    display: block !important;
    overflow-y: visible;
    flex: 1 0 auto;
    justify-content: center;
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .navbar-nav > li > a {
        border-bottom: none;
        /* margin: 0 0.4rem; */
        /* padding: 0.8rem 1.8rem 0.8rem 0.1rem; */
        padding: 1rem 0.5rem;
        /* font-size: 0.8rem; */
        letter-spacing: 0.4px;
    }


.sub-menu {
    position: absolute;
    background: white;
    width: 100vw;
    margin: 0;
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.navbar-nav > li:hover .sub-menu {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 5rem;
}



.sub-menu-item {
    padding-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
}
/*  .sub-menu-item:nth-child(3) {
            padding-left: 2rem;
            padding-right: 2rem;
        }*/




.sub-menu2 {
    position: absolute;
    background: white;
    width: 100vw;
    margin: 0;
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.navbar-nav > li:hover .sub-menu2 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 5rem;
}

.sub-menu2 .sub-menu-item {
    padding-left: 0;
    /*  padding-left: 2rem;
        padding-right: 2rem;*/
}



.sub-menu3 {
    position: absolute;
    background: white;
    width: 100vw;
    margin: 0;
    position: absolute;
    top: 80%;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.navbar-nav > li:hover .sub-menu3 {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    padding: 0 5rem;
}

.sub-menu3 .sub-menu-item {
    padding-left: 0;
    /*  padding-left: 2rem;
        padding-right: 2rem;*/
}

.card > a {
    filter: none;
}

    .card > a:hover {
        filter: grayscale(50%);
        /* filter:opacity(0.8);*/
        /*border:1px solid #ff5e14;*/
        transition: all 0.5s ease;
    }
#form-b {
    scroll-margin-top: 200px;
}

/* Mobile and Tablets */
@media only screen and (max-width: 991px) {

    .navbar-nav > li {
        padding: 0;
        margin: 0;
        width: -webkit-fill-available;
    }

        .navbar-nav > li > a {
            border-bottom: none;
            /* margin: 0 0.4rem; */
            /* padding: 0.8rem 1.8rem 0.8rem 0.1rem; */
            padding: 1rem 0.5rem;
            /* font-size: 0.8rem; */
            letter-spacing: 0.4px;
            display: block;
            padding: 0.6rem 0;
            margin: 0.2rem 0;
            border-bottom: 1px solid #ddd;
            border-radius: 1px;
            position: relative;
            /*transition: all 0.4s ease;*/
        }

            .navbar-nav > li > a:hover {
                opacity: 0.7;
            }

         .navbar-nav > li:hover .sub-menu {
            display: block;
            position: relative;
            background: white;
            width: 94vw;
            margin: 0;
            display: grid !important;
            grid-template-columns: auto;
            left:0;
            transform:none;
            padding:0;
            /* top: 80%;
        left: 50%;
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);*/
        }

            .sub-menu-item:nth-child(1) {
               display:none;
            }


    .sub-menu-item {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0;
        padding-bottom: 0;
        display: block;
    }

    .sub-menu ul li {
        margin: 0;
        padding: 0;
    }

        .sub-menu ul li a {
            /* opacity: 0.8; */

            padding: 7px 0;
            font-size: 1rem;
        }
    /*  .sub-menu-item:nth-child(3) {
            padding-left: 2rem;
            padding-right: 2rem;
        }*/


    .navbar-nav > li:hover .sub-menu2 {
      
        position: relative;
        background: white;
        width: 94vw;
        margin: 0;       
        grid-template-columns: auto;
        left: 0;
        transform: none;
        padding: 0.4rem;
       
    }

        /* .navbar-nav > li:hover .sub-menu2 {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr);
        padding: 0 5rem;
    }*/

        .sub-menu2 .sub-menu-item {
            /* padding-left: 1.2rem; */
            /* background: #ddd; */
            display: inline-block;
            /* flex-direction: column; */
            /* justify-content: normal; */
            /* align-items: flex-start; */
            padding-top: 0rem;
            padding-bottom: 0rem;
        }

        .sub-menu2 ul {
            margin-bottom: 7px;
        }

    .sub-menu2 h4 {
        /* text-transform: capitalize; */
        font-size: 1rem;
        /* padding: 0.5rem 0; */
        margin-bottom: 0.4rem;
        margin-top: 0.4rem;
        color: #fd5d25;
    }

    .sub-menu2 ul li a {
        /* opacity: 0.8; */
        /* transition: all 0.5s ease;*/
        color: #000;
        padding: 2px 0;
        display: flex;
        flex-flow: row;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5;
        border-bottom: 1px solid #efefef;
    }

    

    



}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    text-align: center;
    padding: 10px;
    display: none;
    z-index: 1000;
}

    .cookie-banner a {
        color: #0d6efd;
    }

    .cookie-banner button {
        background-color: #0d6efd;
        border: none;
        color: #fff;
        padding: 5px 10px;
        margin-left: 10px;
        cursor: pointer;
    }
