.navbar-default {
    background-color: transparent;
    border: 0px solid #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

.navbar-toggle {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #ffffff !important;
    border-radius: 0;
    display: block !important;
    margin: 2px 0;
    padding: 8px;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: transparent;
}

.navbar-brand {
    display: inline-block;
}

em {
    color: #bbc1c8;
    font-weight: 300;
}

.owl-carousel .owl-item img {
    width: auto !important;
    margin: auto;
}


/*=====================
Preloder-Style
======================*/

.preloder {
    background-color: #2c335c;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.preloder .loded {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.outer {
    width: 100px;
    height: 100px;
    border-top: 5px solid tomato;
    border-radius: 50%;
    -webkit-animation: rot1 55s linear infinite;
}

@-webkit-keyframes rot1 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(11360deg);
        transform: rotate(11360deg);
    }
}

.inner {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border-top: 3.5px solid steelblue;
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-animation: rot2 15s linear infinite forwards;
}

@-webkit-keyframes rot2 {
    from {
        -webkit-transform: rotate(3360deg);
        transform: rotate(3360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


/*==================
Helper-Class
====================*/

.fix {
    overflow: hidden;
}

.border-right {
    border-right: 1px solid #f3f3f3 !important;
    margin-right: 15px !important;
    padding-right: 5px !important;
}

.bttn {
    border: 1px solid;
    display: inline-block;
    margin: 0 10px;
    padding: 7px 20px;
    border-radius: 2px;
    color: #181830;
}

.active .bttn,
.bttn:hover,
.bttn-solid {
    background-color: #ff6766 !important;
    border-color: #ff6766 !important;
    color: #f3f3f3 !important;
}

.bttn.bttn-round {
    border-radius: 100px;
}

.bttn.bttn-white,
.text-white {
    color: #f3f3f3 !important;
}

.bttn span {
    margin-left: -14px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.bttn:hover span {
    margin-left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bttn.border-bottom {
    border: none;
    border-bottom: 1px solid #ff6766;
}

.section-padding {
    padding: 100px 0;
}

.section-padding-top {
    padding-top: 100px;
}

.page-heading {
    color: #1d2247;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.page-sub-heading {
    color: #8099b2;
    font-family: "Poiret One", cursive;
    font-size: 24px;
    margin-bottom: 25px;
}

.page-title {
    padding-bottom: 40px;
    position: relative;
}

.page-title:after {
    background: #02f0ff;
    background: -webkit-linear-gradient(left, #02f0ff 0%, #2a9dd6 50%, #7db9e8 100%);
    background: linear-gradient(to right, #02f0ff 0%, #2a9dd6 50%, #7db9e8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#02f0ff', endColorstr='#7db9e8', GradientType=1);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 300px;
}

.page-title-gap {
    margin-bottom: 80px;
}

.video-responsive {
    width: 100% !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.semi-title {
    font-weight: 500;
}

.mr-bt-10 {
    margin-bottom: 10px;
    display: block;
}

.mr-bt-20 {
    margin-bottom: 20px;
    display: block;
}

.mr-bt-30 {
    margin-bottom: 30px;
    display: block;
}

.space10 {
    display: block;
    height: 10px;
    width: 100%;
}

.space20 {
    display: block;
    height: 20px;
    width: 100%;
}

.space30 {
    display: block;
    height: 30px;
    width: 100%;
}

.slow {
    -webkit-transition: 0.4s;
    transition: 0.4s
}
