/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */

@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");

/* ==========================================================================
   2. GENERAL
   ========================================================================== */

body {
    font-family: 'Open Sans', sans-serif;
    color: #546E7A;
    font-size: 14px;
    font-weight: 400;
    background-color: #000;
    overflow-x: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

html {
    overflow-x: hidden;
}

p {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
}

a:hover,
a:focus {
    color: #F97794;
}

a {
    color: #F97794;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #263238;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #fff;
}

.bg-transparent {
    background: transparent !important;
}

.bg-defult {
    background: #F97794 !important;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */

.section {
    padding: 80px 0;
}

.section-header {
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.section-header .section-title {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #263238;
    position: relative;
}

.section-header .section-title:before {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 80px;
    height: 2px;
    background: #F97794;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.section-header span {
    font-size: 60px;
    color: rgba(0, 0, 0, 0.07);
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */

.btn {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn-common {
    background-color: #F97794;
    position: relative;
    z-index: 1;
    padding: 12px 32px;
    border-radius: 30px;
}

.btn-common:hover {
    color: #fff;
}

.btn-effect {
    overflow: hidden;
}

.btn-effect:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-effect:hover:after {
    width: 100%;
}

.btn-border {
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-border:hover {
    color: #ffffff;
    background-color: #F97794;
}

.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-rm {
    padding: 7px 10px;
    text-transform: capitalize;
}

button:focus {
    outline: none !important;
}

.clear {
    clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */

.social-icons {
    margin-bottom: 20px;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons ul li {
    display: inline;
}

.social-icons ul li a {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid rgba(255, 254, 254, 0.07);
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
}

.social-icons ul li a:hover {
    color: #fff;
}

.facebook a {
    color: #4867AA;
}

.facebook a:hover {
    background: #4867AA;
}

.twitter a {
    color: #1DA1F2;
}

.twitter a:hover {
    background: #1DA1F2;
}

.google-plus a {
    color: #DD4D42;
}

.google-plus a:hover {
    background: #DD4D42;
}

.youtube a {
    color: #DF2926;
}

.youtube a:hover {
    background: #DF2926;
}

.linkedin a {
    color: #007BB6;
}

.linkedin a:hover {
    background: #007BB6;
}

.pinterest a {
    color: #BD081C;
}

.pinterest a:hover {
    background: #BD081C;
}

.dribbble a {
    color: #EA4C89;
}

.dribbble a:hover {
    background: #EA4C89;
}

.behance a {
    color: #0B7CFF;
}

.behance a:hover {
    background: #0B7CFF;
}

/* ==========================================================================
   2.4  Pre Loader
   ========================================================================== */

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999999999;
}

.spinner {
    /*
    width: 40px;
height: 40px;
*/
    top: 45%;
    position: relative;
    margin: 0px auto;
}

/*
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #F97794;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
*/

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.load {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;*/
    /*animation: sk-bounce 2.0s infinite ease-in-out;*/
}

.load p.tag {
    color: #fb8741;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 35px;
    text-align: center;
    padding: 0px 30px;
    margin-bottom: 5px;
}

.load p.tag span {
    font-size: 45px;
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 30px;
    background-color: #F97794;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay-2 {
    background: rgba(0, 0, 0, 0.9) !important;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #F97794;
    opacity: 0.5;
    filter: alpha(opacity=80);
}

/* ==========================================================================
   Navbar Style
   ========================================================================== */

.fixed-top {
    position: static !important;
}

.bg-faded {
    background-color: #fff;
}

.mainmenu-area {
    padding: 10px 0;
    border: none;
    margin: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.mainmenu-area .menu-button {
    position: relative;
    color: #263238;
    line-height: 58px;
    top: 0;
    outline: none;
}

.logo-menu a {
    font-size: 20px;
    color: #fff;
}

.menu-bg {
    background-color: #fff !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    z-index: 999;
    padding: 3px;
}

.menu-bg .menu-button {
    top: 0;
}

.menu-bg .menu-button:hover {
    cursor: pointer;
    color: #F97794;
}

.menu-bg .logo-menu a {
    color: #F97794;
}

.menu-bg .navbar-nav .nav-link {
    color: #263238 !important;
}

.menu-bg .navbar-nav .nav-link:hover {
    color: #F97794 !important;
}

.menu-bg .navbar-nav .active {
    color: #F97794 !important;
}

.menu-button:hover {
    cursor: pointer;
    opacity: #eee;
}

.bg-white {
    background-color: #000 !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    z-index: 999;
    padding: 5px;
}

.bg-white .menu-button {
    top: 0;
}

.bg-white .menu-button:hover {
    cursor: pointer;
    color: #F97794;
}

.bg-white .logo-menu a {
    color: #F97794;
}

.bg-white .navbar-nav .nav-link {
    color: #263238 !important;
}

.bg-white .navbar-nav .nav-link:hover {
    color: #F97794 !important;
}

.bg-white .navbar-nav .active {
    color: #F97794 !important;
}

.close-button {
    cursor: pointer;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;
    margin-left: 30px;
    position: relative;
}

.navbar-expand-md .navbar-nav .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #F97794;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
    width: 50%;
}

.navbar-brand img {
    max-width: 200px;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    color: #F97794;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
    color: #F97794;
}

.navbar-expand-md .navbar-toggler {
    background: #F97794;
    border-radius: 0px;
    margin: 5px;
    cursor: pointer;
    float: right;
}

.navbar-expand-md .navbar-toggler i {
    color: #fff !important;
}

.mainmenu-area .navbar-nav .nav-link {
    color: #263238 !important;
}

.collapse.show {
    background: #3e3a3a;
    margin-bottom: 10px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.menu-bg .collapse.show {
    background: #fff;
    margin-bottom: 10px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.navbar-expand-md .navbar-toggler:active {
    border: 1px solid #F97794;
    color: #F97794;
}

/* ==========================================================================
   Contact Us
  ========================================================================== */

.form-control {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid transparent;
    background: #f5f5f5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form-control:focus {
    border: 1px solid #F97794;
    outline: none;
    box-shadow: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

textarea {
    border-radius: 4px !important;
}

.contact-info {
    margin-bottom: 15px;
}

.contact-info i {
    font-size: 20px;
    color: #F97794;
}

.contact-info h5 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
}

.contact-info p {
    font-size: 14px;
    margin-bottom: 0;
}

#contact {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

#contact .contact-block {
    overflow: hidden;
}

.text-danger {
    font-size: 14px;
    margin-top: 10px;
}

.list-unstyled li {
    color: #d9534f;
}

/* Contact Map */

#conatiner-map {
    width: 100%;
    height: 480px;
}

#google-map-area {
    position: relative;
}

#google-map-area .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.toggle-map {
    height: 5px;
    width: 100%;
    background-color: #F97794;
    bottom: 0px;
    text-align: center;
    position: absolute;
    z-index: 106;
}

.toggle-map .map-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #fff;
    border: #F97794 3px solid;
    position: relative;
    top: -46px;
}

.toggle-map .map-icon i {
    width: 44px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
}

#google-map {
    text-align: center;
    background-color: #fff;
    height: 465px;
    position: absolute;
    bottom: -460px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 101;
    width: 100%;
    border-top: #F97794 3px solid;
}

#google-map.panel-show {
    bottom: -20px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */

.block-title {
    font-size: 14px;
    font-weight: 500;
    color: #263238;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}

footer .footer-Content {
    background-color: #ffffff;
    padding: 60px 0;
    color: #546E7A;
}

.textwidget {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.textwidget p {
    color: #546E7A;
}

footer .menu {
    padding-left: 0;
}

footer .menu li {
    padding-bottom: 12px;
}

footer .menu li a {
    color: #546E7A;
}

footer .menu li a:hover {
    color: #F97794;
}

.contact-footer {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.contact-footer li {
    padding: 3px 0;
    margin-bottom: 15px;
}

.contact-footer li strong {
    float: left;
}

.contact-footer li span {
    margin-left: 73px;
    display: block;
}

.contact-footer li span a {
    color: #546E7A;
}

.contact-footer li span a:hover {
    color: #F97794;
}

.instagram-footer {
    padding: 0;
}

.instagram-footer li {
    display: block;
    width: 33%;
    float: left;
    padding: 0 5px 5px 0;
    margin: 0;
}

.instagram-footer li a img {
    width: 100%;
}

.footer-social li {
    display: inline-block;
    margin-right: 12px;
}

.footer-social li a {
    background-color: #F97794;
    border-radius: 50%;
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    display: inline-block;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.footer-social li .facebook:hover {
    background-color: #3b5998;
}

.footer-social li .twitter:hover {
    background-color: #55acee;
}

.footer-social li .linkedin:hover {
    background-color: #007bb5;
}

.footer-social li .google-plus:hover {
    background-color: #dd4b39;
}

#copyright {
    background-color: #000000;
    padding: 0px 0 0px;
    border-top: 1px solid #eaeaea;
    color: #546E7A;
    position: relative;
    bottom: 0;
    width: 100%;
}

#copyright p {
    margin-bottom: 0;
    /* line-height: 40px; */
    color: #fff;
    font-size: 12px;
    /* padding: 10px 0; */
}

#copyright p a {
    color: #fb8741;
}

#copyright p a:hover {
    color: #fb8741;
}

#copyright .nav-inline .nav-link {
    color: #546E7A;
    padding: 10px 0;
    margin-left: 10px;
}

#copyright .nav-inline .nav-link:hover {
    color: #F97794;
}

/************************************************ NEW CSS STARTS HERE ************************************/

.visible-xs {
    display: none !important;
}

.hidden-xs {
    display: block !important;
}

.carousel-wrap {
    margin: 0px auto 0;
    padding: 0 0%;
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-nav > button {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #fb8741 !important;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav button.owl-prev {
    left: 20px;
}

.owl-nav button.owl-next {
    right: 20px;
}

.owl-dots {
    text-align: center;
    /* padding-top: 35px; */
}

.owl-dots button.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    background: #fff;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #EFC63E;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-dots span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.rt-box {
    margin: 0px;
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    /* border-top: 1px solid #fff; */
    /* border-bottom: 1px solid #fff; */
}

.rt-box .proj-form h2 {
    background: #ea2d0c;
    font-size: 20px;
    color: #fb8741;
    /*    font-family: 'Open Sans', sans-serif;*/
    text-align: center;
    padding: 10px 10px 10px;
    margin: 0px 0px 30px;
    /* border-top: 1px solid #fb8741; */
    /* border-bottom: 1px solid #f0c63e; */
    text-transform: uppercase;
    /* width: max-content; */
    /* margin: 0 auto; */
}

/*
.rt-box .proj-form input {
    background-color: transparent;
    border-bottom: 1px solid #b2b2b2;
    font-size: 14px;
    color: #222;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    outline: none;
    padding: 10px 0;
    margin-top: 20px;
    border: 1px solid #b2b2b2!important;
    margin: 0px 4px;
    padding: 10px 8px;
}
*/

#btnSubmit {
    color: #000;
    text-transform: uppercase;
    border: 0px solid #afb1a3;
    font-size: 12px;
    font-family: 'Montserrat';
    line-height: normal;
    border-radius: 3px;
    background: #fb8741;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    margin: 10px 0;
    height: 40px;
}

.rt-box .proj-form .form-padd {
    display: flex;
    /* padding: 12px 45px; */
}

span#success {
    color: #red;
}

span#danger {
    color: red;
}

#carousel-area .item img {
    /*    height: 300px !important;*/
    /* margin-left: 0px; */
    /* margin-top: 30px; */
    /* margin-bottom: 40px; 
    height: 100vh;*/
}

/* root element for all positioning */

.round-input-container {
    display: inline-block;
    position: relative;
    margin: 10px 0;
    width: 100%;
}

/* container for borders and the label text */


/* position it behind the input-element at full  */


/* height and width & set it as flex-container */

.round-input-decorator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.round-input-label-text {
    font-size: 12px;
    color: #fff;
    padding: 0 4px;
    transform: translate(0, -8px);
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.round-input-border-left {
    flex: 0 0 10px;
    box-sizing: border-box;
    height: 100%;
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff;
    border-right: none;
}

.round-input-border-right {
    flex: 1 0 50px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #fff;
    border-left: none;
}

/* Position relative puts the element in front */

.round-input {
    position: relative;
    font-size: 1em;
    padding: 13px 20px 13px 15px;
    min-width: 100%;
    border: none;
    background: none;
    border-radius: 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.round-input:focus-visible {
    outline: none;
}

.modal-title {
    color: #fb8741;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    padding: 0px 30px;
}

.modal-dialog {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.modal-body {
    padding: 40px 30px 20px;
}

.modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-dialog {
    max-width: 400px;
}

.modal-content {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.85);
    border: 1px solid;
}

#enq_form .form-control {
    color: #fff;
}

.modal-footer {
    background-color: transparent;
}

button.close {
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 0px;
    right: -10px;
    background-color: #fb8741;
    padding: 5px 8px;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    padding: 5px !important;
    width: 40px;
    height: 40px;
}

#enq_form .form-group {
    display: grid;
}

#enq_form .form-group input {
    width: 70%;
    margin: 0 auto;
}

#enq_form #btnpopup {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    color: #000;
    text-transform: uppercase;
    border: 0px solid #afb1a3;
    font-size: 12px;
    font-family: 'Montserrat';
    line-height: normal;
    border-radius: 3px;
    background: #fb8741;
    padding: 10px;
    /*    width: 300px;*/
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    margin: 10px 0;
}

/**** sidebar contact btn ******/

/*
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
*/
.sidebar-contact {
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: -350px;
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 999;
}

.sidebar-contact.active {
    right: 0px;
}

.sidebar-contact input,
.sidebar-contact textarea,
.sidebar-contact select,
    {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
    color: #000;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #eeb953;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 15px;
    /* margin-top: 15px; */
}

.toggle {
    position: absolute;
    top: 80px;
    left: -88px;
    width: auto;
    height: auto;
    line-height: 0px;
    text-align: center;
    cursor: pointer;
    background: #eeb953;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

.toggle:hover {
    cursor: pointer;
}

.toggle::before {
    /*    content: '\f00d';*/
    content: 'CONTACT  US';
    /* font-family: fontAwesome; */
    font-family: 'Montserrat', sans-serif;
    color: #011e6c;
    font-size: 12px;
    animation: blink 2s linear infinite;
}

.sidebar-contact.active {
    right: 0px;
}

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 0.5px;
    text-align: center;
}

.sidebar-contact .form-group {
    display: inline-block;
    width: 100%;
}

.sidebar-contact .form-group input {
    width: 100%;
    margin: 0 auto;
}

.sidebar-contact .form-group label {
    text-align: center;
}

.sidebar-contact #btnside {
    /*    width: 150px;*/
    /*    margin: 0 auto;*/
    height: 35px;
    color: #000;
    text-transform: uppercase;
    border: 0px solid #afb1a3;
    font-size: 12px;
    /* font-family: 'bold'; */
    line-height: normal;
    border-radius: 3px;
    background: #fb8741;
    padding: 10px;
    width: 300px;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    margin: 10px 0;
    /*    height: 48px;*/
    /* padding-top: 50px; */
    /*    margin-top: 30px;*/
}

#enq_form .form-group label {
    color: #fff;
}

.foot-right {
    text-align: right;
}

.round-select {
    position: relative;
    font-size: 1em;
    padding: 13px 20px 13px 15px;
    min-width: 100%;
    border: none;
    background: none;
    border-radius: 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
    outline: none;
}

.round-select option {
    color: #000;
}

#enq_form .form-group select {
    width: 70%;
    margin: 0 auto;
    padding: 3px;
}

.sidebar-contact .form-group select {
    width: 100%;
    margin: 0 auto;
    padding: 3px;
}

#enq_form p.tag {
    color: #fb8741;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    padding: 0px 30px;
    margin-bottom: 15px;
}

#enq_form p.tag span {
    font-size: 35px;
}

#enq_form .modal-header {
    display: block;
}

.gradient-border {
    /*
    --borderWidth: 3px;
    background: #1D1F20;
    position: relative;
    border-radius: var(--borderWidth);
*/
    --borderWidth: 3px;
    background: #1D1F20;
    position: absolute;
    border-radius: var(--borderWidth);
    top: 10px;
    right: 95px;
    z-index: 999;
    display: flex;
    width: auto;
    align-items: center;
}

.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.facts-item {
    text-align: center;
    color: #fff;
    /*    border: 1px dotted #fff;*/
    border-radius: 4px;
    padding: 8px;
    /*    animation: animatedgradient 3s ease alternate infinite;*/
}

.counters .facts-item .icon {
    /*    margin-bottom: 15px;*/
}

.facts-item .icon i {
    font-size: 40px;
    color: #fff;
}

.fact-count {
    /* display: flex; */
    align-items: center;
}

.facts-item .fact-count h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0;
}

.facts-item .fact-count h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

.counters {
    padding-top: 30px;
}

.hidden {
    display: none;
}

/******************************************************** ODOMETER ****************************************/

.odometer {
    font-size: 30px;
    /* line-height: 50px; */
    font-weight: bolder;
    color: #EFC63E;
    padding-left: 20px;
    letter-spacing: 2px;
    font-family: 'Montserrat';
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/*
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    line-height: 1.1em;
}
*/

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

span.odometer-formatting-mark {
    display: none;
}

/*
*/

.cunt {
    display: flex;
    background-color: #202229;
    padding: 10px 25px;
    border-radius: 10px;
    /* float: right; */
    right: 8%;
    position: absolute;
    /* display: inline-block; */
    /* padding-top: .3125rem; */
    /* padding-bottom: .3125rem; */
    margin-top: 1%;
    /* font-size: 1.25rem; */
    /* line-height: inherit; */
    white-space: nowrap;
}

.cunt p {
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    /* vertical-align: middle; */
    /* align-items: center; */
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

.contact-form-side h3 span {
    color: #fff;
    font-size: 13px;
    font-weight: 100;
}

.contact-form-side h3 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 20px;
}

.contact-form-side .form-group input,
.contact-form-side .form-group select {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 5px;
    outline: none;
    height: 40px;
}

.contact-form-side .form-group input::placeholder,
.contact-form-side .form-group select::placeholder {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0px 10px;
}

.main-box {
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
}

#enq_form .form-group input,
#enq_form .form-group select {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    width: 100%;
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
    outline: none;
    color: #000;
    height: 40px;
}

#enq_form .form-group input::placeholder,
#enq_form .form-group select::placeholder {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0px 10px;
}

.item h4 {
    color: #F0C63F;
    font-size: 85px;
    line-height: 85px;
    font-weight: lighter;
    letter-spacing: -2px;
}

.item h4 span {
    color: #F0C63F;
    font-weight: 800;
}

.item p {
    color: #F0C63F;
    font-size: 16px;
}

.nav-top {
    padding: 10px 50px;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    position: relative;
}

h4.tag {
    color: #fb8741;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 100;
    font-size: 31px;
    text-align: center;
    /* padding: 0px 30px; */
}

h4.tag span {
    font-weight: 800;
}

.error_msg {
    display: none;
}

.error {
    color: red;
    font-size: 14px;
    padding-top: 5px;
}

.sub_bt {
    background: #fb8741;
    color: #fff;
    padding: 6px 20px;
    width: 120px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
    display: block;
}

.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -360px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    /*
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 18;
}

.sidebar-contact.active {
    right: 0;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
}

#modalForm input,
.sidebar-contact input {
    /* width: 100%; */
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin-bottom: 0px;
    color: #000;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#modalForm h2,
.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
    color: #eeb953;
    text-transform: uppercase;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none
}

.sidebar-contact buuto[type=submit] {
    background: #ca9d75;
    border: 1px solid #ca9d75;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    height: auto;
    padding: 10px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar-contact input[type=submit]:focus,
.sidebar-contact input[type=submit]:hover {
    /* background-color: transparent; */
    /* color: #ca9d75; */
    -webkit-box-shadow: none;
    box-shadow: none
}

#carousel-area {
    margin-top: -110px;
}

.social_footer_ul {
    display: flex;
    /* margin: 0px auto 0 auto; */
    /* list-style-type: none; */
    /* padding-left: 0; */
    align-items: right;
    justify-content: right;
}

.social_footer_ul li {
    /* padding-left: 20px; */
    padding: 5px 10px;
    float: left;
}

.social_footer_ul li a {
    color: #fff;
}

/****************************************/
.nav-top{
    margin: 0 auto;
    display: block;
    text-align: right;
}
.navbar-brand {
    margin: 0px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: 50px;
    display:none;
}
.call-btn {
    position: absolute;
    top: 52%;
    right: 1px;
    /* color: #011e6c; */
    z-index: 99;
    background: #eeb953;
    padding: 10px;
    border-radius: 50%;
}

.call-btn i {
    font-size: 18px;
    color: #011e6c;
}

.toggle.active {
    left: -80px;
}