
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Victor+Mono:ital,wght@0,100..700;1,100..700&display=swap');
/** Generated by FG **/
@font-face {
    font-family: 'Orbitron';
    src: url('/web/font/Orbitron-Medium.ttf.woff');
    src: local('☺'), url('/web/font/Orbitron-Medium.ttf.woff') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Colors */
:root {
    /*--font-main: "Pangolin", cursive;*/
    /*--font-main: "Exo 2", sans-serif;*/
    /*--font-main: "Shantell Sans", cursive;*/
    --font-main: "PT Sans", sans-serif;
    --font-h: "Orbitron", sans-serif;
    /*--color-main: #5f4dee;*/
    --color-main: #db782e !important;
    --color-main-gray: #a3a3a3 !important;
    --color-main-dark: #ac691f !important;
    --color-dark: #231F20 !important;
    --font-size-main: 1.05rem;
}

html,

body {
    font-family: var(--font-main);
    color: var(--color-dark);
    background: #f4f4f4;
    font-weight: 400;
    font-size: var(--font-size-main);
}

.wrapper div{
    scroll-margin: 10rem;
}

.wrapper{
    min-height: 80vh;
}

.top-bar {
    position: relative;
    height: 90px;
    /*background: var(--color-main);*/
    background: linear-gradient(to right, var(--color-main-dark) 0%, var(--color-main) 100%);
}

.nav-bar {
    position: relative;
    background: linear-gradient(to right, var(--color-main-dark) 0%, var(--color-main) 100%);
    transition: .3s;
}

.nav-bar .navbar {
    height: 100%;
    background: var(--color-dark)!important;
    /*border-top-left-radius: 30px;*/
    /*border-top-right-radius: 30px;*/
    margin-top: -1px;
}

.nav-bar.nav-sticky .navbar  {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}



.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active {
    color: var(--color-main);
    transition: none;
}

.nav-bar .btn:hover {
    color: #030f27;
    background: var(--color-main);
    border-color:var(--color-main);
}

.top-bar .logo h1 {
    color: white;
    font-weight: 300;
    font-family: var(--font-h);
    font-size:  2rem;
    text-transform: uppercase;
    margin-bottom: -22px;
}

.top-bar .logo small {
    color: var(--color-dark);
    font-weight: 300;
    font-family: var(--font-main);
    font-size: var(--font-size-main);
    /*text-transform: uppercase;*/
}

.top-bar .top-bar-text p {
    margin: 0;
    color: var(--color-dark);
    font-size: 1rem;
    font-weight: 400;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 0 0;
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: unset!important;
         text-transform: unset!important;
    }
}



.footer {
    position: relative;
    margin-top: unset!important;
    padding-top: 90px;
    background: var(--color-dark);
    color: #ffffff;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-main);
}
.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: var(--color-main);
}

.footer .copyright p a {
    color: var(--color-main);
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-main);
    background: var(--color-dark);
    border-radius: 0;
    border: 2px solid var(--color-main);
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: var(--color-dark);
    background: var(--color-main);
}

.back-to-top {
    position: fixed;
    display: none;
    background: var(--color-main);
    color: var(--color-dark);
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color: var(--color-main);
    background: var(--color-dark);
}

.carousel .carousel-caption h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.gradient {
    /*display: inline-block;*/
    position: relative;
    line-height: 0;
}
.gradient:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background-image: linear-gradient(0deg,var(--color-main), var(--color-dark));
    opacity: 0.5;
}

.carousel .carousel-caption .btn:hover {
    color: var(--color-dark);
    background: var(--color-main);
    border-color: var(--color-main);
}

.carousel .carousel-caption h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: unset!important;
    margin-bottom: 35px;
    font-family: var(--font-h);
}

.baner-text{
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: unset!important;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
   letter-spacing: unset!important;
}

.cristall{
    background: rgba(0, 0, 0, 0.6);
    /*background: radial-gradient(rgba(0, 0, 0, 0.95), rgba(186, 186, 186, 0));*/
    padding: 50px 10px 50px 10px;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}

/*.feature-icon i::before {*/
/*    position: relative;*/
/*    margin: 0;*/
/*    color: #ffffff;*/
/*    font-size: 60px;*/
/*    line-height: 60px;*/
/*    z-index: 3;*/
/*}*/




/*.feature .feature-icon [class^="fas"]::before {*/
/*    position: relative;*/
/*    margin: 0;*/
/*    color: var(--color-main);*/
/*    font-size: 50px;*/
/*    line-height: 50px;*/
/*    z-index: 3;*/
/*}*/

.feature .feature-icon [class^="fas"]::before {
    position: relative;
    margin: 12px;
    color: var(--color-main);
    font-size: 54px;
    line-height: 41px;
    z-index: 3;
}

.feature .col-md-12:nth-child(2n) [class^="fas"]::before, .feature .col-md-12:nth-child(2n) h3, .feature .col-md-12:nth-child(2n) p {
    /*color:var(--color-dark);*/
    color: white;
}
.feature .feature-icon [class^="far"]::before {
    position: relative;
    margin: 0;
    color: var(--color-main);
    font-size: 50px;
    line-height: 50px;
    z-index: 3;
}

.feature .col-md-12:nth-child(2n) [class^="far"]::before, .feature .col-md-12:nth-child(2n) h3, .feature .col-md-12:nth-child(2n) p {
    color: var(--color-dark);
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: var(--color-main);
}

.feature .feature-text {
    padding-left: 50px;
}

.feature .col-md-12:nth-child(2n) {
    /*color: var(--color-dark);*/
    color: white;
    /*background: var(--color-main);*/
    background: var(--color-main);
}

.feature .col-md-12:nth-child(2n) [class^="far"]::before, .feature .col-md-12:nth-child(2n) h3, .feature .col-md-12:nth-child(2n) p {
    color: white;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: var(--color-main);
    font-size: 25px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: var(--color-main);
    font-size: 18px;
    font-weight: 400;
}

.feature .feature-item {
    min-height: 210px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.feature .col-md-12 {
    background: var(--color-dark);
    border-radius: 10px;
    /*background: white;*/
    border: solid 2px white;
}

.feature .col-md-12:hover {
    transform: scale(1.04);
    z-index: 1000;
    transition: transform .2s;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border: unset!important;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    /*background: white;*/
    background: var(--color-dark);
    border-radius: 60px;
    z-index: 2;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    /*border: 2px dotted  var(--color-dark);*/
    border: 2px dotted  white;
    border-radius: 60px;
    z-index: 1;
}

.feature {
    position: relative;
    margin-bottom: 45px;
    border-top: solid 2px white;
    transition: transform .15s;
}

.about .about-text p {
    font-size: var(--font-size-main);
}

.select2-container .select2-search--inline {
    float: none!important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
     white-space: unset!important;
}

.service .service-text {
    display: block! important;
    align-items: center;
    height: unset!important;
    background: var(--color-dark);
    overflow: hidden;
    white-space: unset!important;
    text-overflow: ellipsis;
}
.service-info{
    color: white;
    text-align: left;
    padding: 15px 15px 15px 25px;
}

.service .service-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-main);
    text-align: left;
    overflow: hidden;
    white-space: unset!important;
    text-overflow: ellipsis;
}

.service .service-item a.btn {
    width: 60px;
    height: 60px;
    padding: 0px 0 0 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: var(--color-dark);
    background: var(--color-main);
    border-radius: 0;
    transition: .3s;
}

.service-info li{
    /*font-size: 0.8rem;*/
    list-style-type: none;
    padding-left: 10px;
}

.service-info li i{
    position: absolute;
    margin-right: 10px;
    margin-top: 5px;
    color: var(--color-main);
}

.service-info li span{
    margin-left: 30px;
}

.service .service-text {
    display: block ! important;
    align-items: center;
    height: unset !important;
    background: var(--color-dark);
    overflow: hidden;
    white-space: unset !important;
    text-overflow: ellipsis;
}

.service .service-item-img{
    background: var(--color-dark);
    border: solid 5px white;
    margin-bottom: 0;
}

.service-img{
    margin-left: -15px;
    margin-right: -15px;
}

.section-header p {
    color: var(--color-main);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.border-portfolio{
    border-left: solid 3px var(--color-main);
    border-bottom: dashed 1px var(--color-main);
}

.bg-portfolio{
    background: var(--color-dark);
}

.iti {
    position: relative;
    display: block!important;
}

.lid-form label{
    color: white;
}

.contact .col-md-6:first-child {
    background: var(--color-dark);
}

.contact .contact-text h2 {
    color: var(--color-main);
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: var(--color-main);
    font-size: 40px;
}

.contact .col-md-6:last-child {
    background: var(--color-dark);
}

.contact .col-md-12:last-child {
    background: var(--color-dark);
}


.contact .lid-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-main);
    background: var(--color-dark);
    border-radius: 0;
    transition: .3s;
    border: 2px solid #ffffff;
}

.border-right-main{
    border-right: 2px solid var(--color-main);
}

.contact .contact-form {
    position: relative;
     padding: unset!important;
}

.form-login .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-main);
    background: var(--color-dark);
    border: none;
    border-radius: 0;
    transition: .3s;
}

.form-login .btn:hover {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-dark);
    background: var(--color-main);
    border: none;
    border-radius: 0;
    transition: .3s;
}

.lid-form .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0rem;
    font-size: unset!important;
    color: var(--color-main);
}

.required .has-star:not(.custom-control-label):not(.custom-file-label)::after, .is-required::after {
    content: "*";
    margin-left: 3px;
    font-weight: normal;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: var(--color-dark);
}

.contact .contact-form input {
    color: #ffffff;
    height: 40px;
    border-radius: 0;
    border-width: 2px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 185px;
    border-radius: 0;
    border-width: 2px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
     margin-right: 0px;
     margin-left: 0px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color:#fdbe33;
    border-radius: .25rem;
}

.page-header h1{
    font-size: 3rem;
    color: white;
}

.page-header h4{
    color: white;
}

.page-header {
    position: relative;
    margin-bottom: 33px;
    padding: 25px 0;
    text-align: center;
    background: linear-gradient(to right, var(--color-main-dark) 0%, var(--color-main) 100%);
}