html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #6c757d;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: var(--primaryColor);
}
.full-width {
    width: 100vw !important;

    transform: translateX(-50vw);
    margin-left: 50%;
}

* {
    --primaryColor: #f39239;
    --secondaryColor: #dfdfdf;
}

.flex {
    display: flex;
}

.block {
    display: block !important;
}

.hr {
    width: 100px;
    height: 3px;
    background: salmon;
    margin-left: 45%;
}

img {
    width: 100%;
    max-width: 100%;
}

.selectedItem {
    position: relative !important;
    /* border-bottom: 2px solid; */

}

.selectedItem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    width: 60%;
    height: 2px;
    display: flex;
    justify-content: center;
    background: var(--secondaryColor);
    text-align: center;

}



.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    height: 40px;
}

.logo-home {
    bottom: 1em !important;

}

.sticky .logo-home {
    bottom: -4em !important;

}

.logo-page {
    top: 0em;
}

.sticky .logo-page {
    top: 1em;
}

svg {
    fill: black;
}

body {
    overflow-x: hidden;
    font-family: 'Literata', serif;
}

#page-header {
    background: var(--primaryColor);

    height: 45px;
    z-index: 9999;
}

header .nav-bar {
    width: 100%;
    transition: all 1s;
    height: 100%;

}

.navbar {
    padding: 0rem 1rem !important;

}

.move {
    transform: translateX(-100%);
}

header#page-header-moblie {
    position: fixed;
    top: 0;

    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #222;
    right: -100%;
    transition: all .5s;

    padding: 20px 20px 0 20px;

}

.over-play {
    position: fixed;
    top: 0;

    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .75);
    top: 0;
    left: 0;
    transition: all .5s;
    display: none;
}

#page {
    transition: all .5s;
    /* overflow-x: hidden; */
}
.wapper-header{
    position: relative;
    z-index: 99;
}
.logo-web .navbar-brand {
    padding: 0;
    width: 120px;
    max-width: 100%;
    transition: all .3s;


}


header#page-header .nav-bar .navbar .logo-home {
    position: absolute;

    z-index: 99;
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 100%;
    transition: all .5s;
}


header#page-header .nav-bar .navbar .logo .contact .contact-phone-header {
    position: relative;
    display: flex;
    flex-direction: column;
}



header#page-header .nav-bar .navbar .logo a {
    color: rgba(275, 275, 275, .75);
    text-decoration: none;
}

/* header#page-header .nav-bar .navbar .navbar-brand {
    width: 175px;



} */

.contact-name {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    display: flex;
    justify-content: center;
}

.contact-name small {

    font-size: 11px;
}

.contact-name i {

    margin-right: 3px;
}

.sticky.header-page {
    background: var(--primaryColor) !important;

}

.header-page {
    position: absolute;
    top: 0;
    width: 100%;
    background: transparent !important;
    height: auto !important;
}

.header-page .nav-bar .navbar {
    align-items: normal;
}

header .nav-bar .navbar .navbar-toggler .navbar-toggler-icon img {
    width: 30px;
    height: 30px;
}

.logo-dev-ct {
    margin-right: 10px;
}

.logo-dev-ct:last-child {
    margin-right: 0px;
}

.logo-dev-ct img {
    height: 40px;
    width: auto;
}

header .nav-bar .navbar .navbar-collapse {
    justify-content: space-between;
    height: 100%;
}

header .nav-bar .navbar .navbar-collapse.nav-page {
    justify-content: space-around;
    height: auto;
}

header .nav-bar .navbar .navbar-collapse .nav-left {
    height: 100%;
}

header .nav-bar .navbar .navbar-collapse .nav-left li {
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    height: 100%;

}

header .nav-bar .navbar .navbar-collapse .nav-left li:hover {
    color: #333333;
}

header .nav-bar .navbar .navbar-collapse .nav-left li a:hover {
    color: var(--primaryColor) !important;
    background: rgba(275, 275, 275, .75);

}

header .nav-bar .navbar .navbar-collapse .nav-left li a {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-page .nav-bar .navbar .navbar-collapse .nav-left li a:hover {
    color: rgba(275, 275, 275, 1) !important;
    background: rgba(0, 0, 0, .45);

}

.sticky.header-page .nav-bar .navbar .navbar-collapse .nav-left li a:hover {
    color: var(--primaryColor) !important;
    background: rgba(275, 275, 275, .75);

}

.dropdown-menu {

    background-color: var(--primaryColor);

    top: 136%;
    width: 100%;

}

header .nav-bar .navbar .navbar-collapse .nav-left li .dropdown-menu a {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #495057;
}

header .nav-bar .navbar .navbar-collapse .nav-left li .dropdown-menu a:last-child {

    border-bottom: none;
}

.navbar-toggler {
    display: none;
}

.navbar-toggler:focus {
    border: none !important;

}

.navbar-toggler div {
    width: 22px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .nav1 {

    transform: rotate(-45deg) translate(-5px, 6px);
}

.change .nav2 {
    opacity: 0;
}

.change .nav3 {

    transform: rotate(45deg) translate(-5px, -8px);
}

.slider {
    min-height: calc(100vh - 45px);
    position: relative;
}

section.ns.slider.h-50.cs-slider {
    position: relative;
}

.slider-thumb {
    position: relative;
}

.slider-thumb .img {
    background-attachment: fixed;
    background-color: #1c1d26;
    background-position: center center;
    background-size: cover;
    height: calc(100vh - 45px);

    text-align: center;
    z-index: 22;
    padding-top: 5%;


    background-position: center 0px;
}

.slider-thumb img {
    width: auto;
    max-height: 100px;
}

/* #navbar-brand-homepage
{
    display: none !important;
} */
#navbar-brand-page img {
    max-height: 70px;
    width: auto;
}

#navbar-brand-home img {
    max-height: 60px;
    width: auto;
}

#navbar-brand-home-mobile {
    display: none;
}

.sticky #navbar-brand-page img {
    max-height: 60px;
    transition: all 1s;

}

a.slider-button {
    border: 1px solid #ddd;
    color: rgba(275, 275, 275, .85);
    animation: inner 1s 1s forwards;
    opacity: 0;
    text-decoration: none;
    background: var(--primaryColor);

}

a.slider-button:hover {
    background: rgba(255, 255, 255, 7);
    color: rgba(0, 0, 0, .7);
    text-decoration: none;
}

.slider-entry {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slider-content .slider-text h1 {
    animation: inner 1s forwards;
    opacity: 0;
    color: rgba(275, 275, 275, .85);
    font-size: 35px;
}

.slider-content .slider-text p {
    animation: inner 1s 0.5s forwards;
    opacity: 0;
    color: rgba(275, 275, 275, .85);
    font-size: 22px;
}

.scrool-bar {
    position: absolute;
    bottom: 5%;
    right: 0;
    z-index: 100;
    text-align: center;
    left: 0;
    animation: scrool 2s infinite;

}

.scrool-bar a {
    color: rgba(275, 275, 275, .85);
    text-decoration: none;
    font-size: 30px;
}

.slider-text-cs {
    text-align: center;
    border-bottom: none;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.logo-dev-top.logo-slider {
    margin-top: 2em;
}

.text-header {
    display: none;
    color: white;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bolder;
    margin-bottom: 0;
}

.header-top-contact {
    height: 100%;
    bottom: 2.5em;
    z-index: 9;
    left: 5.8em;
    position: absolute;
}

.header-top-contact a {
    box-sizing: border-box;
    border: 2px solid #fff;
    /* border-radius: 27px; */
    background-color: hsla(0, 0%, 100%, 0.1);
    text-align: center;
    font-size: 20px;

    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
}

.contact-phone {
    display: none;
}

div#parallax {
    height: 70vh;
    background-size: cover;
}

.footer-top {

    justify-content: space-between;
}

.footer-top i {
    border-radius: 50%;
    padding: 12px;
    font-size: 18px;
    color: #828c8e;
    background-color: #2b2e35;
    border-color: #2b2e35;
}

.footer-top i:hover {
    background: #2f333a;
    color: #fff;
}

.footer-top .scrolly {
    background: #2b2e35;
    border-color: #fff;
    border-width: 0px;
    border-radius: 0px;
    padding: 13px 29px;
    color: rgba(275, 275, 275, .85);
    text-decoration: none;
}

.footer-top .scrolly:hover {
    background: #2f333a;
    color: #fff;
}

.maintitle {
    margin-bottom: 2em;
}

h3.section-title {
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.bottom {
    padding: 30px 0;
    color: rgba(0, 0, 0, .75);
    font-size: .75em;
    position: relative;

}

.bottom .container .row .col-sm-2 p img {
    width: 100%;
    max-width: 100%;
}

.bottom .container .row ul {
    list-style: none;
    padding-left: 5px;
}

.fx {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--primaryColor);
    font-weight: bolder;
    position: relative;
}

.fx::before {
    background-color: var(--primaryColor);
    content: "";
    position: absolute;
    width: 50px;

    left: 0;
    bottom: 0;
    height: 2px;
}

.bottom .container .row ul li {
    cursor: pointer;
    color: #a3a3a3;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px;
    display: table;

}

.bottom .container .row ul li a {
    color: #a3a3a3;
    text-decoration: none;
}

.bottom .container .row ul li a:hover {
    color: var(--primaryColor);
}

.bottom .container .row ul li:hover {
    color: var(--primaryColor);
}

.icon-footer {
    padding: 30px 0;
    background: #1C1C1C;
}

.modal-header h3 {
    color: rgba(275, 275, 275, .85);
}

#contact-section {
    color: rgba(275, 275, 275, .85);
    padding-top: 40px;
}

#contact-section input {
    background: transparent;
    color: rgba(275, 275, 275, .85);
}

#contact-section input::placeholder {
    color: rgba(255, 255, 255, .85);
}

#contact-section textarea {
    background: transparent;
    padding: 17px 5px;

}

#contact-section textarea::placeholder {
    color: rgba(255, 255, 255, .85);
}

#contact-section #submit {
    background-color: var(--primaryColor);
    color: #FFF;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 15px;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    line-height: 1.2;
    font-weight: 500;
    padding: 13px 29px;
    text-decoration: none;
    border-color: var(--primaryColor);
    box-shadow: 0 4px #b2b2af69;
    border-radius: 0;
}


span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.footer-bootom {
    z-index: 10;
    position: relative;

    border-top: 1px solid #2b2e35;
    background-color: #2b2e35;
    color: rgba(275, 275, 275, .75);

}

#btn_contact {
    background-color: var(--primaryColor);
    color: #FFF;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 15px;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
    line-height: 1.2;
    font-weight: 500;
    padding: 7px 28px;
    text-decoration: none;
    border-color: var(--primaryColor);
    box-shadow: 0 4px #b2b2af69;
}

#btn_contact:hover {
    background: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .5);
}

#parallax {
    position: relative;
}

.over_play {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: -1;
}

.icon-contact {
    position: fixed;
    right: 0;
    top: 40%;
    width: 60px;
    z-index: 1000;
    display: none;


}

.icon-contact .icon {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    border: 2px solid #d8d8d8;
    border-radius: 5px 0 0 5px;

}

.icon-contact .icon li {
    background: rgba(0, 0, 0, .35);

    padding: 15px 20px;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;

}

.icon-contact .icon li:hover {
    background: rgba(0, 0, 0, .7);
    transition: all 1s;



}

.icon-contact .icon li a {
    font-weight: bold;
}

.icon-contact .icon li i {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
}

.close-menu {
    padding: 15px;
}

li.select2-selection__choice {
    background: #ddd !important;
}

form label.error {

    color: red !important;
}

.herotext {
    color: rgba(275, 275, 275, .85);
}

.contact-page {
    bottom: -2.5em;
    background: rgba(0, 0, 0, .7) !important;

}

.contact-moblie {
    display: none;
}

.drawer.hidden-lg.hidden-md.hidden-sm.icon-bar {
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, .75);
    border-top: 1px solid #DDD;
    z-index: 9999;
    align-items: center;
    text-align: center;

}

.drawer.hidden-lg.hidden-md.hidden-sm.icon-bar a {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none !important;
    color: #fff;
    border-right: 1px solid rgba(275, 275, 275, .85);
}

.drawer.hidden-lg.hidden-md.hidden-sm.icon-bar label {
    margin-bottom: 0;
}

span.font-icon__icon.drawer__icon {
    margin-bottom: 6px;
}

.drawer__item label {
    opacity: .8;
    display: block;
}

label {
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.hidden-more-menu {
    display: none;
}

.drawer.hidden-lg.hidden-md.hidden-sm.icon-bar i {
    display: block;
    color: var(--primaryColor);
    font-size: 21px;
}

ul.more-menu {
    position: fixed !important;
    bottom: 60px;
    right: 0;
    width: 25%;
    max-height: calc(100% - 60px);
    z-index: 4000;
    overflow: auto;
    padding: 0;
    background-color: rgba(0, 0, 0, .75);
    text-align: center;
    transform: translateY(200%);
    transition: all 0.3s;
    z-index: 9998;
}

.more-menu .nav__item {
    border: 1px solid rgba(275, 275, 275, .75);
    width: 100%;
    height: 100%;
}

.more-menu .nav__item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 0;
    text-align: center;
    color: #333;
    padding: 10px 15px;
}

p.drawer__item.font-icon.js-track-call.rm-item {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1 1 auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none !important;
    color: #000;
    border-right: 1px solid rgba(275, 275, 275, .75);

    padding-top: 20px;
}

.iti__country {

    color: #fff;
}

.intl-tel-input.allow-dropdown {
    width: 100%;
}
li.country.preferred {
    background: #333;
}
.more-menu-ani {
    animation: ani1 1s forwards !important;
    display: block;

}

.more-menu-ani2 {
    animation: ani2 1s forwards;


}

.more-menu-hidden {
    animation: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {

    background-color: #ddd !important;
    color: #333;
}

.intl-tel-input .country-list {

    background-color: #333;

}

.contact-item {
    margin-right: 10px;
}

.text i {
    font-size: 30px;
    color: #a3a3a3;
}

.text i:hover {
    color: var(--primaryColor);
}

@-webkit-keyframes ani1 {
    from {
        transform: translateY(100%);



    }

    to {
        transform: translateY(0%);

    }
}

@-webkit-keyframes ani2 {
    from {
        transform: translateY(0%);
        opacity: 1;


    }

    to {
        transform: translateY(100%);
        opacity: 0;
    }
}

@media screen and (min-width: 1200px) {
    .header-top-contact {
        display: none !important;
    }
}

@media screen and (max-width: 1366px) {
    header .nav-bar .navbar .navbar-collapse .nav-left li a {

        font-size: 12px;

    }

    .header-top-contact {
        display: none !important;
        /* bottom: 50px;
       
        left: 194px; */

    }

    .slider-content {
        width: 500px !important;
    }

    .logo-slider {
        display: block !important;
    }

    .logo-home {
        display: none !important;
    }

    header .nav-bar .navbar .navbar-collapse {
        justify-content: space-around;

    }

    .nav-hidden {
        display: none;
    }

    .slider {
        min-height: 60vh;
    }

    .slider-thumb .img {

        height: 60vh;

    }

    .icon-contact {

        display: block;


    }

    .contact {
        display: none !important;
    }

    .slider-thumb img {

        max-height: 200px;

    }

    .favicon img {
        max-height: 120px;
    }

    #navbar-brand-homepage {
        display: block !important;
    }

    #contactarea {
        padding-top: 50px !important;
    }
}

@media screen and (max-width: 1023px) {
    header .nav-bar .navbar .navbar-collapse .nav-left li a {
        padding: 2PX;
        font-size: 11px;

    }

    header .nav-bar .navbar .navbar-collapse .nav-left li {

        margin-right: 7px;


    }

    .sticky .header-top-contact {
        bottom: -3em;
        background: rgba(0, 0, 0, .7);
        left: 5.8em;
    }

    .slider {
        min-height: 70vh;
        position: relative;
    }

    .slider-thumb .img {

        height: 70vh;

    }

    .slider-thumb img {

        max-height: 150px;

    }

    .favicon img {
        max-height: 100px;
    }

}

@media screen and (max-width: 767px) {
    .selectedItem a
{
    color: var(--primaryColor) !important;
}
    #page-header {

        height: auto;
        width: 100%;
        position: absolute;
        top: 0;
        background: transparent;
    }


    .slider-thumb img {

        max-height: 80px;

    }

    .slider-content .slider-text h1 {

        font-size: 26px;
    }

    .slider-content .slider-text p {

        font-size: 18px;
    }


    .navbar-toggler {
        display: block;
    }

    #navbar-brand-homepage {
        display: none !important;
    }

    #navbar-brand-home-mobile {
        display: block !important;
    }

    .sticky {
        position: relative !important;
        height: 50px !important;
    }

    .header-top-contact {
        bottom: -2.7em;
        left: 0;

    }

    .sticky .header-top-contact {

        left: 0;
    }

    header#page-header .nav-bar .navbar .navbar-brand {
        display: none;
    }

    header.header-page .nav-bar .navbar .navbar-brand {
        display: block !important;
    }

    header .nav-bar .navbar .navbar-collapse .nav-left li a {

        font-size: 18px;
        display: flex;
        justify-content: center;
    }

    header .nav-bar .navbar .navbar-brand img {

        width: auto;
        transition: all .3s;
        height: 50px;
    }

    span.close-menu i {
        font-size: 40px;
        color: white;
    }

    nav.navbar {
        padding: 0 5px 0 10px !important;
    }

    .nav-left {
        padding: 0 20px;
        text-align: center;

    }

    .navbar .navbar-collapse .nav-left li {
        margin: 0px 0 20px 0px;
        border-bottom: 1px solid #495057
    }

    .nav-phone {
        text-align: center;
        padding-left: 0;
    }

    .nav-phone li>span {
        color: rgba(275, 275, 275, .75);
        font-size: 14px;
    }

    .nav-phone li a {
        color: var(--primaryColor);
        font-size: 20px;
        display: block;

    }

    .scrool-bar {
        display: block !important;
    }

    .selectedItem {
        border-left: 3px solid var(--primaryColor);
        border-bottom: none;
    }

    .selectedItem::before {
        background: transparent;
        width: 0px;
        height: 0px;
    }

    button.navbar-toggler {

        border: none !important;
        transition: all 1s;
    }

    .fix.nav-menu {
        position: fixed;
        top: 10px;
        right: 10px;
        background-color: var(--primaryColor);


    }

    #collapsibleNavbar {

        margin-top: 30px;
    }

    .nav-deskop {
        display: none !important;
    }



    .contact-phone {
        display: block;
    }

    .contact-moblie {
        display: block;
    }

    .hidden-more-menu {
        display: block;
    }

    .icon-contact {

        display: none !important;


    }

    .dropdown-menu {
        background: #222;
        opacity: 0.8;


    }

    #contactarea {
        padding-top: 30px !important;
    }

    .contact_form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@keyframes inner {
    from {
        transform: translateY(200%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scrool {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(100%);

    }
}

@media (max-width: 576px) {
    .wapper-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #page-header {
        order: -1;
        width: 100%;
    }

    .wapper-header>section {
        width: 100%;
    }
}

.dropdown-menu {
    max-width: 250px;
    background-color: white !important;
}