body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: rgb(240, 240, 240);
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: rgb(240, 240, 240);
}

body::-webkit-scrollbar-thumb {
    background-color: #fd4326;
    border-radius: 5px;
}
.scroll-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: rgb(240, 240, 240);
}

.scroll-bar::-webkit-scrollbar {
    width: 4px;
    background-color: rgb(240, 240, 240);
}

.scroll-bar::-webkit-scrollbar-thumb {
    background-color: #fd4326;
    border-radius: 5px;
}
@font-face {
    font-family: 'Futura';
    src: url('../assets/fonts/Futura-Light.eot');
    src: local('Futura-Light'),
    url('../assets/fonts/Futura-Light.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/Futura-Light.woff') format('woff'),
    url('../assets/fonts/Futura-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../assets/fonts/Futura-Heavy.eot');
    src: local('Futura-Heavy'),
    url('../assets/fonts/Futura-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/Futura-Heavy.woff') format('woff'),
    url('../assets/fonts/Futura-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../assets/fonts/Futura-Medium.eot');
    src: local('Futura-Medium'),
    url('../assets/fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/Futura-Medium.woff') format('woff'),
    url('../assets/fonts/Futura-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../assets/fonts/BebasNeueBook.eot');
    src: local('Bebas Neue Book'), local('BebasNeueBook'),
    url('../assets/fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/BebasNeueBook.woff') format('woff'),
    url('../assets/fonts/BebasNeueBook.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../assets/fonts/BebasNeueBold.eot');
    src: local('Bebas Neue Bold'), local('BebasNeueBold'),
    url('../assets/fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/BebasNeueBold.woff') format('woff'),
    url('../assets/fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body, html {
    height: 100%;
    width: 100%;
}

* {
    /*   -webkit-transition: all 0.6s;
       -moz-transition: all 0.6s;
       -ms-transition: all 0.6s;
       -o-transition: all 0.6s;
       transition: all 0.6s;*/
    font-family: 'Futura', sans-serif;
    font-weight: 300;
    font-style: normal;

}

.preloader {
    z-index: 99;
    background: white;
    padding-top: 25%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}

/*body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: rgb(240, 240, 240);
}

body::-webkit-scrollbar {
    width: 4px;
    background-color: rgb(240, 240, 240);
}*/
.black_top {
    height: 35px;
    width: 100%;
    padding: 0.2% 5%;
    background: black;
}

.select {
    height: 100%;

}

.menu_one {
    margin: 0;
    list-style: none;
}

.menu_one > li {
    display: inline;
}

.social-icons {
    line-height: 35.5px;
    margin: 0;
    white-space: nowrap;
}

.social-icons > li {
    padding: 0 2%;
    cursor: pointer;
}

.social-icons > li > i {
    color: white;
    font-size: 1.8em;
}

.inline_menu > li {
    display: inline;
}

.right_menu {
    line-height: 30px;
    margin: 0 0 0 2%;
    white-space: nowrap;
}

.right_menu > li > a {
    color: white !important;
    font-size: 1.2em;
    padding: 0 2%;
}

.d-button {
    padding: 4px 10px !important;
    background: rgba(255, 0, 0, 0.9);
    color: white !important;
    border-radius: 3px;
    font-size: 1em !important;
    cursor: pointer;
}

.d-button:hover {
    background: rgba(255, 0, 0, 1);
}

.selected_content {
    cursor: pointer;
    color: white;
    max-height: 27px;
    font-size: 1.1em;
    padding: 2.5% 10%;
    line-height: 18px;
    white-space: nowrap;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    min-width: 125px;
}

.selected_content:hover {
    color: black;
    background: white;
}

#language {
    font-size: 0.9em;
    padding: 0 18%;
}

#logo {
    position: absolute;
    left: 2%;
    top: 3px;
}

.main_menu {
    background: white;
    height: 80px;
    margin: 0 !important;
    width: 100%;
    z-index: 9;
}

.main_menu_items {
    padding-right: 3%;
    margin: 0;
    font-size: 1.3em;
    line-height: 80px;
}

.main_menu_items2 {
    margin: 0;
    font-size: 1.3em;
    display: none;
    padding-right: 3%;
    height: 80px;
    line-height: 80px;
}

.main_menu_items > li {
    padding: 0 14px;
    font-weight: 900 !important;
}

.slider {
    height: 550px;
    background: rgba(0, 0, 0, 0.3);
}

.explanatory-div {
    background: #453738;
    padding: 1% 7%;
}

.explanatory-text {
    font-size: 1.7em;
    text-align: center;
    color: white;
    margin: 0 !important;

}

.btn-spec {
    padding: 10px 13px;
    border-radius: 3px;
    font-size: 0.9em !important;
    color: white !important;
    background: transparent;
    border: 2px solid #eeeeee;
    font-weight: 500;
}

.who-we-are > .row {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.who-we-are > .row > .col {
    padding: 3% 1%;
    margin: 2% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.who-we-are > .row > .col > h4 {
    text-align: center;
}

.who-we-are > .row > .col > p {
    text-align: center !important;
    margin-bottom: 25px;
    font-size: 1.2em;
}

.who-we-are > .row > .col > center > .btn-spec {
    color: #FD4326 !important;
    border-color: #FD4326 !important;
}

.gAfQ {
    background: #FD4326;
    padding: 0.5% 9%;
    color: white;
}

.btn-spec.gAfQButton {
    margin-left: 10%;
    font-size: 0.7em !important;
    background: #231F20;
    border: none !important;

}

.pricing {
    padding: 1% 5%;
    background: rgba(0, 0, 0, 0.08);
}

.pricing > center > h3 {
    color: #FD4326;
    margin-bottom: 3%;
}

.offer-holder > .col {
    margin-bottom: 10px;
}

.offer {
    border-radius: 8px;
    margin: 8%;
    font-size: 1.3em;
    font-weight: normal;
}

.offer * {
    font-family: 'Bebas Neue', sans-serif !important;
}

.offer sup {
    top: -0.2em;
}

.offer-red {
    margin: 8% 0 8% 0;
}

.offer-header {
    border-radius: 8px 8px 0 0;
    padding: 0.5% !important;
    text-align: center;
    margin: 0 !important;
}

.offer-header > h4 {
    font-weight: 900 !important;
    line-height: initial;
}

.offer-blue .offer-header {
    background: #00AEEF;
}

.offer-yellow .offer-header {
    background: #FFCF0F;
}

.offer-purple .offer-header {
    background: #AB47BC;
}

.offer-red .offer-header {
    background: #FD4326;
}

.offer-body {
    background: #231F20;
    margin: 0;
    position: relative;
    padding: 1% 7%;
}

.offer-body > ul > li {
    padding: 5%;
    color: white;
    font-size: 1.3em;
    text-align: center;
    border-bottom: 2px solid white;
}

.offer-body > ul {
    margin: 0;
}

.offer-blue > .offer-body > ul > li {
    border-bottom-color: #00AEEF;
}

.offer-yellow > .offer-body > ul > li {
    border-bottom-color: #FFCF0F;
}

.offer-purple > .offer-body > ul > li {
    border-bottom-color: #AB47BC;
}

.offer-red > .offer-body > ul > li {
    border-bottom-color: #FD4326;
    font-size: 1.13em !important;

}

.offer-body > h4 {
    text-align: right;
    color: white;
    margin-bottom: 0 !important;
}

.offer-body > p {
    text-align: right;
    color: #fff;
    margin: 0 !important;
}

p.y1 {
    margin: 0;
    text-align: right;
    font-size: 0.7em;
    color: #00AEEF;
}

.offer-blue > .offer-body > p {
    color: #00AEEF;
}

.offer-yellow > .offer-body > p {
    color: #FFCF0F;
}

.offer-purple > .offer-body > p {
    color: #AB47BC;
}

.offer-red > .offer-body > p {
    color: #FD4326;
}

.offer > .offer-footer {
    background: #231F20;
    border-radius: 0 0 8px 8px;
    padding: 7% 5%;
}

.offer > .offer-footer > .btn-spec {
    border-radius: 10px;
    border-width: 1px !important;
    width: 100% !important;
    cursor: pointer;
    text-align: center;
    font-size: 1em !important;
    padding: 4% 0 !important;
}

.offer-blue > .offer-footer > p {
    border-color: #00AEEF;
}

.offer-yellow > .offer-footer > p {
    border-color: #FFCF0F;
}

.offer-purple > .offer-footer > p {
    border-color: #AB47BC;
}

.offer-red > .offer-footer > p {
    border-color: #FD4326;
}

.offerdevt li {
    font-size: 1.13em !important;
}

.offerdevt .offer-red li {
    padding: 4.1% 2% !important;
}

.served-industries {
    font-size: 1.3em;
    padding: 3% 8%;
}

.served-industries .row {
    padding: 0 5% 0 17%;
}

.served-industries p {
    text-align: center;
}

.served-industries li {
    text-align: left !important;
}

.served-industries span > img {
    position: relative;
    top: 8px;
    margin-right: 3px;
}

.btn-spec.lt {
    font-size: 1em !important;
    background: #453738;
    border: none !important;
    padding: 19px 29px;
}

.featured-work {
    padding: 2% 6%;
    background: #453738;
}

.featured-work > center > p, .featured-work > center > h4 {
    color: white;
}

.featured-work > .row > .col {
    padding: 0 1%;
    border-radius: 5px;
}

.featured-work > .row {
    padding: 0 !important;
    margin: 0 !important;
}

.featured-work > .row > .col > .item {
    border-radius: 2px;
    height: 200px;
    background: white;

}

.featured-work > .row > .col > .item > .topoverlay {
    height: 100%;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    cursor: pointer;
}

.featured-work > .row > .col > .item > .topoverlay > center > i {
    margin-top: 40%;
    position: absolute;
    font-weight: lighter;
    color: white;
    font-size: 2em;
    display: none;
}

.featured-work > .row > .col > .item > .topoverlay:hover center > i {
    display: inline;

}

.featured-work > .row > .col > .item > .topoverlay:hover {
    display: block;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.featured-work > .row > .col > .item > .top-overlay {
    height: 75%;
    background: rgba(0, 0, 0, 0.4);
}

.featured-work > .row > .col > .item > .dark-bottom-overlay {
    height: 25%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    cursor: pointer;

}

.featured-work > .row > .col > .item > .dark-bottom-overlay:hover {
    background: rgba(205, 0, 0, 0.7);
}

.featured-work > .row > .col > .item > .dark-bottom-overlay > span {
    height: 57px;
    line-height: 57px;
}

.why-we-are-the-best {
    font-size: 1.4em !important;
    background: url("../assets/images/pexels-photo.jpg") no-repeat;
    background-size: cover;
    color: white;
    margin: 0 !important;

}

.why-we-are-the-best > .overlay {
    padding: 3% 1% 5% 1%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.why-we-are-the-best * {
    margin: 0;
}

.why-we-are-the-best h4 {
    margin: 0 0 20px 0;
}

.why-we-are-the-best > .row > .col > .row > .col:first-child {
    text-align: right;
}

.why-we-are-the-best > .row > .col > .row > .col {
    padding: 0 4%;
}

.testimonials {
    font-family: 'Bebas Neue', sans-serif !important;
    font-weight: bold;
    font-style: normal;
}

.testimonials > .row > .col:first-child {
    background: #1C75BC;
    padding: 4% 6% 5% 6%;
}

.testimonials > .row > .col:last-child {
    background: rgba(0, 0, 0, 0.7);
    height: inherit;
}

.testimonials > * {
    color: white;
}

.under-testimonial {
}

.under-testimonial > center > ul > li {
    display: inline;
}

.under-testimonial > center > ul > li > img {
    margin: 0 10px 20px 10px;
    height: 100px;
    width: auto;
}

.about-diginov {
    background: #eeeeee;
    padding: 1% 6%;
    font-size: 1.7em;
}

.about-diginov > .row .col.xl4 {
    font-weight: bolder;
}

.diginov-footer {
    background: #25272B;
    padding: 3% 4%;
    color: white;
}

.diginov-sitemap > li {
    padding: 2% 4%;
}

.diginov-footer .social-icons {

}

.diginov-footer .social-icons > li {
    padding: 0 1%;
    font-size: 1.5em !important;
}

.social-icon {
    height: 40px !important;
    width: auto;
    max-width: 40px;
}

.services-slider {
    height: 300px;
    text-align: center !important;
    padding-top: 75px;
}

.services-slider > h1 {
    font-size: 5em !important;
}

.services-slider * {
    font-weight: 900 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.about-slider {
    height: 300px;
    text-align: center;
}

.about-slider > * {
    line-height: 220px;
    font-weight: bolder;
}

.under-why-we-are-the-best {
    padding: 3% 6%;
}

.under-why-we-are-the-best > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.u1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.under-why-we-are-the-best p {
    font-size: 1.8em;
}

.under-why-we-are-the-best2 {
    background: rgba(0, 0, 0, 0.9);
    color: white;

}

.circles-part {
    padding: 5% 6%;
    background: rgba(0, 0, 0, 0.8);
}

.circles-part > .row > .col {

}

.circles-part > .row > .col .circular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*s*/
    height: 250px;
    width: 250px;
    display: flex;
    margin: 10px 0;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.6);
    border: 3px solid rgba(255, 0, 0, 1);
}

.diginov-footer-copyright {
    padding: 0.1% 0;
}

.web-technologies-that-wow {
    background: #eeeeee;
    padding: 3% 20%;
    text-align: justify !important;
    font-size: 1.5em;
}

.web-technologies-that-wow h5 {
    text-align: center !important;
}

.web-design, .web-mobile, .digital-marketing, .technical-services, .web-hosting {
    padding: 3%;
}

.web-design *, .web-mobile *, .digital-marketing *, .technical-services *, .web-hosting * {
    font-size: 1.1em;
}

.web-design, .web-hosting, .technical-services {
    background: #453738;
    color: white !important;
}

.web-mobile, .digital-marketing {
    background: #eeeeee;
}

.web-mobile *, .digital-marketing * {

    color: #453738 !important;
    border-color: #453738;
}

.contact-slider {
    height: 600px;
    background: url("../assets/images/contact-page-image.jpg") rgba(0, 0, 0, 0.1) no-repeat;
    background-size: cover;
}

.contact-slider .main_menu {
    background: transparent;
}

.contact-slider h1 {
    color: #FD4326;
    font-size: 5em;
    font-weight: 800;
}

.contact-slider p {
    font-size: 1.5em;
    letter-spacing: 1pt;
    padding: 0 13%;
}

.inquiry > center {
    padding: 8% 0 3% 0;
}

.inquiry > center > * {
    margin: 0 !important;
}

.inquiry > center p {
    font-size: 1.5em;
    letter-spacing: 1.6pt;
    margin-top: 5px !important;
}

.inquiry {
    padding: 0 8% 4% 8%;
}

.inquiry > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inquiry > .row > .col {
    padding: 3%;
}

.inquiry > .row > .col .inquiry-item {
    border-radius: 4px;
    padding: 4%;
    border: 2px solid #eeeeee;
    height: 100%;
    width: 100%;
    font-size: 1.4em;
}

.sales-inquiry {
    padding: 5%;
    background: #eeeeee;
}

.sales-inquiry p {
    font-size: 2em;
    letter-spacing: 1.5pt;
}

.contact-support {
    padding: 8%;
}

.contact-support .btn-spec, .sales-inquiry .btn-spec {
    background: #453738 !important;
    color: white;
    border: none;
    font-size: 1.3em !important;
}

.contact-support ul {
    margin: 0 !important;
}

.contact-support ul > li {
    padding: 1% 0 2% 2%;
    border-bottom: 1px solid black;
    cursor: pointer;
}

.contact-support ul > li:first-child {
    border-top: 1px solid black;
}

.contact-support ul > li:hover {
    background: #eeeeee;
}

.article > * {
    font-weight: lighter;
}

.fbLBHolder > div:nth-child(1) {
    margin: 0 5%;
    width: 100%;
    height: 150px;
}

@media screen and (max-width: 940px) {
    .main_menu_items {
        display: none;
    }

    .main_menu_items2 {
        display: inherit;
    }
}

/*780 to 601*/
/*387 to */
@media screen  and (max-width: 780px) and (min-width: 601px) {
    .btn-spec.gAfQButton {
        width: 225px;
        display: block;
        margin-top: 8px;
    }
}

@media screen  and (max-width: 387px) {
    .btn-spec.gAfQButton {
        width: 225px;
        display: block;
        margin-top: 8px;
    }
}

@media screen and (max-width: 947px) {
    .btn-spec.gAfQButton {
        margin-left: 1%;
    }
}

@media screen and (max-width: 864px) {
    .gAfQ {
        padding: 0.5% 5%;

    }
}

.sales-inquiry > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and  (max-width: 601px) {
    .diginov-footer * {
        text-align: center !important;
    }

    .fbLBHolder *:not(.btn-spec) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 !important;
    }

    .u1 > img {
        height: 200px;
        height: auto;
    }
}

.inquiry img {
    height: 150px;
}

.services-slider > h1 {
    font-size: 4.5em !important;
}

.btn-spec {
    font-weight: 500;
}

@media screen and (max-width: 800px) {
    .web-technologies-that-wow {
        padding: 4%;
    }
}

@media screen and (max-width: 600px) {
    .web-design, .web-mobile, .digital-marketing, .technical-services, .web-hosting {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .web-design .btn-spec, .web-mobile .btn-spec, .digital-marketing .btn-spec, .technical-services .btn-spec, .web-hosting .btn-spec {
        padding: 10px 20px 15px 20px;
    }

    .hh {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .fbLBHolder > div:nth-child(1) {
        margin: 0 !important;
    }

    .c1 {
        display: none;
    }
}

.main_menu_items a {
    color: black;
    font-weight: 900;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;

}

.main_menu_items a:hover {
    color: #FD4326;
}

.diginov-side-menu {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 80;
}

.diginov-side-menu > div:first-child {
    background: #453738;
    height: 100%;
    position: relative;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}

.diginov-side-menuH {

    position: relative !important;
}

.diginov-side-menu {
    background: rgba(0, 0, 0, 0.6);
}

.diginov-side-menu > div:nth-child(2) {
    height: 100%;
}

a.closebtn {
    color: white;
    font-size: 2.5em;
    float: right;
    padding-right: 8%;
}

.diginov-side-menu > div > span {
    line-height: 60px;
    color: white;
    font-size: 2em;
}

.diginov-side-menu ul {
    padding: 0 3%;
}

.diginov-side-menu ul > li {
    padding: 10px 0 10px 3%;
    color: white !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.diginov-side-menu ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.diginov-side-menu ul > li > a {
    color: white !important;
    font-size: 1.2em;
    font-variant-caps: petite-caps;

}

@media screen and (max-width: 875px) {
    .menu_two {
        display: none;
    }
}

.main_menu_items2 i {
    cursor: pointer;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.main_menu_items2 i:hover {
    color: #fd4326;
}

.anEltWithCircle > .col:first-child > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c1 {
    padding: 10px;
    height: 165px;
    width: 165px;
    border-radius: 50%;
    border: 2px dashed;
}

.c2 {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    background: white;
}

.cCover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
}

@media screen  and (max-width: 993px) {
    .anEltWithCircle2 > .col > .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.middleLogo {
    position: absolute;
    margin-top: 160px;
    margin-left: -70px;
}

@media screen and(max-width: 1000px) {
    .middleLogo {
        display: none;
    }
}

/* blog */
.expCover {

}

.diginov-blog {

    margin: 4% 10%;
}

/*hello*/
.pre-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #eee;
    cursor: pointer;
}

.pre-blog-date {
    background: blue;
    text-align: center;
    color: white;
    padding: 5px;
}

.pre-blog-date p:first-child {
    font-weight: 500;
    font-size: 2.3em;
}

.pre-blog-date p {
    margin: 0 !important;
    font-weight: 500;
    line-height: initial !important;
}

.pre-blog h4, .pre-blog p {
    margin: 0 !important;
}
.pre-blog p 
{
	white-space: unset !important;
}

.pre-blog h4 {
    font-variant-caps: all-petite-caps;
    font-weight: 600;
}

.pre-blog .col.xl8.l8.m8.s8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-items: center;
}

.pre-blog .col.xl4.l4.m4.s4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-items: center;
}

.pre-blog .col.xl4.l4.m4.s4 > img {
    height: 200px;
    width: auto;
}

.prev {
    margin-top: 89px;
    position: absolute;
    margin-left: -30px;
    font-size: 2em !important;
    cursor: pointer;
}

.nxt {
    position: relative;
    float: right;
    left: 37px;
    margin-top: -139px;
    font-size: 2em !important;
    cursor: pointer;

}

.inquiry-item > center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sliderText {
    background: rgba(0, 0, 0, 0.5);
    height: 550px;
    width: 100%;
    position: absolute;
    margin: -550px 0;
    padding: 2% 8%;
}

.sliderText > .content {

}

.sliderText h6 {
    font-size: 2em;
    color: white;
    font-weight: 100;
    top: 8px;
    position: relative;
    line-height: 1.4em;
}

.sliderText h3 {
    color: white;
    font-variant-caps: petite-caps;
    font-weight: 600;
    font-size: 3.5em;
    letter-spacing: 0.1em;
}

.ops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 150px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    margin: 20px 0;

}

.ops > div {
    padding: 5px 0;
}

.ops > div > img {
    height: 30px;
    color: white;
}

.ops > div > span {
    color: white;
    font-size: 1.5em;
    top: -9px;
    position: relative;
}

.content > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content > .row > .col:nth-child(2) {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.btn-spec.orange-btn {
    padding: 13px 35px;
    background: #FC4325;
    border-color: #FC4325;
    font-size: 1.3em !important;
}

/*hello world*/
.content {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content.overview * {
    text-align: center;
}

.px100icon {
    height: 100px;
    margin: 0 10px;
}

@media screen and (max-width: 1030px) and (min-width: 773px) {
    .px100icon {
        height: 50px;
    }

    .ops {
        max-height: 180px;
        width: 100%;
    }

    .sliderText h6 {
        font-size: 1.5em;
    }

    .sliderText h3 {
        font-size: 3.5em;
    }

    .ops > div > img {
        height: 25px;
    }

    .ops > div > span {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 773px) and (min-width: 300px) {
    .px100icon {
        height: 50px;
    }

    .sliderText h6 {
        font-size: 1.2em;
    }

    .sliderText h3 {
        font-size: 2.5em;
    }

    .ops {
        max-height: 300px;
        width: 100%;
    }

    .ops > div > img {
        height: 20px;
    }

    .ops > div > span {
        font-size: 1.1em;
    }

    .btn-spec.orange-btn {
        padding: 10px 30px;
        font-size: 1em !important;
    }
}

@media screen and (max-width: 300px) {
    .px100icon {
        height: 50px;
    }

    .sliderText h6 {
        font-size: 1.2em;
    }

    .sliderText h3 {
        font-size: 2.5em;
    }

    .ops {
        max-height: 300px;
        width: 100%;
    }

    .ops > div > img {
        height: 20px;
    }

    .ops > div > span {
        font-size: 1.1em;
    }

    .btn-spec.orange-btn {
        padding: 10px 30px;
        font-size: 1em !important;
    }
}

.contactIndicator {
    padding: 2%;
    color: white;
    border-radius: 4px;
    margin: 5px 0;
}

.slickIt > div {
    /*background: #FC4325;*/

    font-weight: bolder;
}

.slickIt > div > center {
    border: 1px solid #FC4325;
    color: black;
    margin: 0 10px;
    padding: 3px;
    cursor: pointer;
}

.slickIt > div > center :hover {
    background: #e9e9e9;
}

#tmmdiv {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background: #26272B;
    overflow: auto;
    z-index: 99;
}

.tmmLoader {
    /*no style here please */
}

.portfolioshow {
    margin: 0 2% 25px 2%;
    display: flex;
    flex-wrap: wrap;
    background: #26272B;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.portfolioshow > .col:nth-child(2) {
    padding: 2%;
}

@media screen and (max-width: 600px) and (min-width: 400px) {
    .featured-work > .row > .col {
        padding: 0 15%;
        border-radius: 5px;
    }
}

@media screen and (max-width: 400px) and (min-width: 360px) {
    .featured-work > .row > .col {
        padding: 0 9%;
        border-radius: 5px;
    }
}

/* trashh for now . replaced with new style
.diginov-messenger {
    height: 430px;
    bottom: 0;
    position: fixed;
    left: 2%;
}
.diginov-messenger-header {
    height: 12%;
    width: 100%;
    background: #3b5998;
    border-radius: 3px 3px 0 0;
    cursor: pointer;
}
.diginov-messenger-body{

}
*/
.diginov-messenger {
    position: fixed;
    bottom: 2%;
    right: 2%;
    border: 3px solid #FC4325;
}

div#closeCHat {
    /* position: fixed; */
    /* right: 2%; */
    bottom: 370px;
    z-index: 50;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    top: -350px;
    left: 5px;
}

div#closeCHat * {
    line-height: 40px;
    color: white;
    cursor: pointer;
}

div#closeCHat:hover {
    background: rgba(0, 0, 0, 0.7);
}

/* label color */
.input-field label {
    color: #000000;
}

/* label focus color */
.input-field input[type=text]:focus + label, .input-field input[type=number]:focus + label, .input-field input[type=email]:focus + label
,.input-field input[type=url]:focus + label,.input-field textarea:focus + label {
    color: #000;
}

/* label underline focus color */
.input-field input[type=text]:focus , .input-field input[type=number]:focus, .input-field input[type=email]:focus
,.input-field input[type=url]:focus,.input-field textarea:focus  {
    border-bottom: 1px solid #FC4325;
    box-shadow: 0 1px 0 0 #FC4325;
}

/* valid color */
.input-field input[type=text].valid,.input-field input[type=number].valid ,
.input-field input[type=url].valid,.input-field input[type=email].valid,.input-field textarea.valid{
    border-bottom: 1px solid #FC4325;
    box-shadow: 0 1px 0 0 #FC4325;
}

/* invalid color */
.input-field input[type=text].invalid,.input-field input[type=number].invalid ,
.input-field input[type=url].invalid,.input-field input[type=email].invalid,.input-field textarea.invalid {
    border-bottom: 1px solid #FC4325;
    box-shadow: 0 1px 0 0 #FC4325;
}

/* icon prefix focus color */
.input-field .prefix.active {
    color: #FC4325;
}
.select-list ul >li{
    text-align: left!important;
}
.current_page_item > a{
    color: #FC4325;
}
.portfoliotext + p{
    color:white!important;
}
.precontent + p{
    height: 123px;
    overflow: hidden;
    text-overflow: ellipsis;
}
span span {
    font-weight:bolder;
}
.goog-te-spinner-animation {
    display: none;
}
.other-lang >span{
    z-index: 10;
    position: absolute;
    background: black;
    color: white;
    width: 125px;
    padding: 5px 5px 5px 10px;
    display:none;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.select:hover .other-lang>span{
    display: inherit;
}

.cookies-indicator{
    padding: 5px 5%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #26272B;
    right: 0;
    color: #fff;
}
select:not(.browser-default){
    display: block;
}