/** Generated by FG **/


/*@font-face {
	font-family: 'Conv_Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: local('☺'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
.epicomm-nav {
    min-height: 70px;
    background: #fff;
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}

.epicomm-nav .navbar-brand {
    padding: 0px 15px;
}

.epicomm-nav .navbar-nav .active {
    background: #fff !important;
    color: #1e59dd;
    font-weight: bold;
}

.epicomm-nav .navbar-nav a {
    color: #414141;
    letter-spacing: 1px;
    background: none !important;
    text-align: center;
    padding: 25px 20px;
    font-size: 13px;
    width: 100%;
    display: block;
}

.epicomm-nav .navbar-nav a:hover {
    color: #1e59dd;
}


/* sub navigation */

nav li ul {
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0px;
    width: auto;
}

nav li li {
    position: relative;
    margin: 0;
    display: block;
    padding: 8px 0px;
    min-width: 230px;
    background-color: #f29100;
    text-transform: uppercase;
    border: none !important;
}

nav li li:hover {
    background-color: #F99C10;
}

nav li li:last-child {
    padding-bottom: 15px;
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.4)
}

nav li li ul {
    position: absolute;
    top: 0;
    left: 200px;
    /* make this equal to the width of the sub nav above */
    margin: 0;
}


/* style sub level links */

nav li li a {
    border: none !important;
    margin: 0 10px !important;
    padding: 8px 0!important;
    color: #fff !important;
    text-align: left !important;
    text-decoration: none !important;
}

nav li li a:hover {
    color: #fff;
    box-shadow: none !important;
}

nav li li:last-child a {
    border-bottom: none;
}


/* hide sub menu links */

ul.sub-menu {
    display: none;
}

.left-div {
    position: relative;
    left: 50%;
}

.right-div {
    position: relative;
    right: 50%;
}


/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #777;
    letter-spacing: 1px;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-caption {
    top: 40% !important;
    bottom: 0%;
}

.carousel-caption h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
}

.carousel-indicators {
    bottom: 0 !important;
}


/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

.responsiv-div {
    padding-top: 100px;
}

.top-content h1 {
    color: #0d0d0d;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
}

.top-content h4 {
    color: #5d5d5d;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.btn-more {
    border-radius: 100px;
    border: none !important;
}

.btn-more1 {
    border-radius: 100px;
    background: #337bff !important;
    color: #fff !important;
    border: none !important;
    margin-top: 30px;
    font-size: 16px;
    padding: 10px 20px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}

.web {
    background: rgba(110, 66, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(110, 66, 255, 1) 0%, rgba(0, 255, 208, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(110, 66, 255, 1)), color-stop(100%, rgba(0, 255, 208, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(110, 66, 255, 1) 0%, rgba(0, 255, 208, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(110, 66, 255, 1) 0%, rgba(0, 255, 208, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(110, 66, 255, 1) 0%, rgba(0, 255, 208, 1) 100%);
    background: linear-gradient(135deg, rgba(110, 66, 255, 1) 0%, rgba(0, 255, 208, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6e42ff', endColorstr='#00ffd0', GradientType=1);
}

.ios {
    background: rgba(255, 66, 249, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 66, 249, 1) 0%, rgba(0, 98, 255, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 66, 249, 1)), color-stop(100%, rgba(0, 98, 255, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 66, 249, 1) 0%, rgba(0, 98, 255, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 66, 249, 1) 0%, rgba(0, 98, 255, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 66, 249, 1) 0%, rgba(0, 98, 255, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 66, 249, 1) 0%, rgba(0, 98, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff42f9', endColorstr='#0062ff', GradientType=1);
}

.android {
    background: rgba(66, 139, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(66, 139, 255, 1) 0%, rgba(0, 255, 51, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(66, 139, 255, 1)), color-stop(100%, rgba(0, 255, 51, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(66, 139, 255, 1) 0%, rgba(0, 255, 51, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(66, 139, 255, 1) 0%, rgba(0, 255, 51, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(66, 139, 255, 1) 0%, rgba(0, 255, 51, 1) 100%);
    background: linear-gradient(135deg, rgba(66, 139, 255, 1) 0%, rgba(0, 255, 51, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#428bff', endColorstr='#00ff33', GradientType=1);
}

.application-count {
    margin: auto;
    padding: 50px 0;
    border: 10px solid rgba(255, 255, 255, 1);
    transition: all 0.5s;
    transform: scale(1, 1);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}


/*.box-shadow{box-shadow: 0 10px 20px -12px rgba(51, 123, 255, 0.42), 0 3px 20px 0 rgba(51, 123, 255, 0.12), 0 8px 10px -5px rgba(51, 123, 255, 0.2)}*/

.application-count h1 {
    color: #fff;
    font-weight: bold;
}

.application-count h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.clint-div {
    border-radius: 0px !important;
    margin-bottom: 0px;
    background: rgba(0, 0, 0, 0.0);
    border-color: rgba(255, 255, 255, 1.00);
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
}

.clint-div:hover .pro-img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transform: scale(1.3, 1.3);
    display: block;
    margin: auto;
    left: 0;
    right: 0;
}

.clint-div:hover .link-icon {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 1;
    margin: auto;
    left: 0;
    right: 0;
}

.pro-img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transform: scale(1, 1);
    display: block;
    opacity: 1;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.link-icon h4 {
    font-weight: bold;
    text-transform: uppercase;
}

.link-icon {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    color: #FF8E00 !important;
    font-size: 40px;
    top: 0;
    left: 0;
    padding-top: 25%;
    margin: auto;
    bottom: 0;
    right: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-decoration: none !important;
}

.logo {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.logo:hover {
    filter: none;
    /* IE6-9 */
    -webkit-filter: grayscale(0);
    /* Google Chrome, Safari 6+ & Opera 15+ */
}

footer {
    background: #000;
    padding: 20px 0;
    text-align: center;
    position: relative;
    margin: auto;
}

footer ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

footer ul li {
    display: inline-block;
    margin-right: 10px;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

footer ul li a:hover {
    text-decoration: none;
    color: #1e59dd;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 2px;
    background-color: #333;
    margin: 8px 0;
    transition: 0.4s;
    border-radius: 100px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.visionMision {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.team-slider li {
    border-color: #0a0a0a;
}

.team-slider .active {
    border-color: #1e59dd;
    background: #1e59dd;
}

.top-section {
    border-bottom: 1px solid #eee;
}

.top-section .container {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    border-radius: 4px;
    z-index: 111;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.crear .inputbox {
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    border-radius: 0px;
    height: 45px;
    color: #0a0a0a;
    background: none;
}

option {
    color: #777 !important;
}

.crear .textbox {
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    border-radius: 0px;
    resize: none;
    color: #0a0a0a;
    background: none;
}

.inputbox {
    border: 1px solid #000 !important;
    box-shadow: none !important;
    border-radius: 0px;
    height: 45px;
    color: #0a0a0a !important;
}

.textbox {
    border: 1px solid #000 !important;
    box-shadow: none !important;
    border-radius: 0px;
    resize: none;
    color: #0a0a0a;
}

.inputbox1::-webkit-input-placeholder {
    color: #777;
}

.inputbox1::-moz-input-placeholder {
    color: #777;
}

.inputbox1::-ms-input-placeholder {
    color: #777;
}

.request-Q {
    padding-top: 12%;
}

.request-Q h2 {
    color: #fff;
}

.carousel-indicators li {
    border-color: #aaa !important;
}

.carousel-indicators .active {
    background-color: #aaa !important;
}


/* Overwriting fullPage.js tooltip color
	* --------------------------------------- */

.fp-tooltip {
    color: #AAA;
}

#fp-nav span,
.fp-slidesNav span {
    border-color: #AAA;
}

#fp-nav li .active span,
.fp-slidesNav .active span {
    background: #AAA;
}

.more-btn {
    border: 1px solid #337bff;
    border-radius: 0px;
    background: #337bff;
    color: #fff;
    font-weight: bold;
}

.more-btn:hover {
    background: #337bff;
    color: #fff;
}

.page2 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.page3 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.page4 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.page5 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.page6 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.page7 {
    padding-top: 5%;
}

.team-div {
    position: relative;
    z-index: 111;
}

.team-div .panel {
    box-shadow: 0 0 5px #0a0a0a;
    border-radius: 0px;
    position: relative;
    top: -30px;
}

.about-home {
    padding-top: 20px;
    position: relative;
}

.about-home img {
    background: rgba(51, 123, 255, 0.1);
    border: 2px solid rgba(51, 123, 255, 0.2);
    border-radius: 100%;
    display: inline-block;
    padding: 15px 15px 18px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about-home .panel {
    padding-top: 10px;
    background: #fff;
}

.about-home .panel h3 {
    color: #000;
}

.about-home:hover.about-home img {
    background: #fff;
    border: 2px solid rgba(51, 123, 255, 0.5);
    border-radius: 100%;
    display: inline-block;
    padding: 15px 15px 18px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about-home:hover .img-div {
    background: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0 0 20px rgba(51, 123, 255, 0.5);
}

.img-div {
    border: 1px solid rgba(51, 123, 255, 0.2);
    margin: auto;
    border-radius: 100%;
    padding: 10px;
    width: 130px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.slider-container {
    height: 600px !important;
}

.about-div {
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 10px;
}

.about-div .panel {
    margin-bottom: 0px;
}

.domains {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.domains div {
    padding: 5px 15px;
    font-weight: normal;
    display: inline-block;
}

.domains .panel {
    box-shadow: none;
    border: none !important;
}

.domains .panel img {
    border-radius: 100%;
    border: 2px solid #eee;
    padding: 5px;
    width: 45px;
}

.gredint {
    background: #1c54c4;
    background-size: cover;
    background-position: center center;
}

.mask-div {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.gredint1 {
    background: #1c54c4;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.test a {
    color: #fff;
    background: #333;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    margin: 0 2px;
    transition: all .5s;
}

.test a:hover {
    background-image: linear-gradient(to right top, #00ffff, #00dcff, #00b3ff, #0083ff, #063cfd);
}

.test a:hover p {
    bottom: 35px;
    visibility: visible;
    z-index: -0;
}

.test a p {
    color: #666;
    position: absolute;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 5px 7px;
    z-index: -1;
    font-size: 14px;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.6, -0.6, 0.2, 1.5);
}

.test a p:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 40px;
}

.test a:nth-of-type(1):before {
    content: '\f09a';
}

.test a:nth-of-type(2):before {
    content: '\f0e1';
}

.test a:nth-of-type(3):before {
    content: '\f099';
}

.test a:nth-of-type(4):before {
    content: '\f16d';
}

.test a:nth-of-type(5):before {
    content: '\f16a';
}

.file-caption-main {
    background: #fff;
    box-shadow: none;
    border: 1px solid #ddd;
    color: #0a0a0a !important;
    border-radius: 0px;
}

.file-caption {
    background: none;
    border: none !important;
    color: #0a0a0a !important;
    border-radius: 0px;
    box-shadow: none;
}

.file-preview-thumbnails {
    display: none;
}

.fileinput-remove,
.fileinput-upload {
    display: none;
}

.btn-file {
    background: #337bff !important;
    border: none !important;
    position: absolute;
    border-radius: 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: -60px;
}

.dropdown-content a {
    color: black;
    padding: 10px !important;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 12px !important;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.ytp-pause-overlay-controls-hidden .ytp-pause-overlay {
    display: none !important;
}

.products {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1111;
    height: 120px;
}

.products a {
    text-decoration: none !important;
    position: relative;
}

.products a:hover img {
    transform: scale(0.95);
    transition: transform 0.5s;
}

.products a:hover span {
    display: block;
    left: 55px;
    transition: all 0.5s;
}

.products ul li:first-child {
    margin-bottom: 5px
}

.products ul li img {
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 10px rgba(51, 123, 255, 0.5);
}

.products a span {
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    color: #0a0a0a;
    position: absolute;
    top: -5px;
    transition: all 0.5s;
    display: none;
    box-shadow: 0 0 20px rgba(51, 123, 255, 0.5);
}


/* fixed social*/

#fixed-social {
    position: fixed;
    top: 40vh;
    z-index: 1111;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 50px;
    position: relative;
    text-align: center;
    line-height: 50px;
    width: 50px;
    margin-bottom: 1px;
    z-index: 2;
}

#fixed-social a img {}

#fixed-social a:hover>span {
    visibility: visible;
    left: 52px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 50px;
    left: 70px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-facebook span {
    background-color: #bca33b;
}

.fixed-twitter span {
    background-color: #3d83fd;
}


/*end fixed social*/

.accordion-a {
    display: flex
}

.accordion-a i {
    margin-left: auto;
    margin-bottom: auto;
    margin-top: auto;
}

.accordion-a b {
    margin-bottom: auto;
    margin-top: auto;
}

.sub-navbar {
    position: sticky;
    top: 70px;
    background-color: #fff;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    z-index: 1000;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    gap: 15px;
    padding: 10px 0;
    scrollbar-width: thin; /* Firefox */
    border-bottom: 1px solid #ddd;
}
.sub-navbar::-webkit-scrollbar {
    height: 2px;
}

.sub-navbar::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 5px;
}

.menubar{
    position: sticky;
    top: 70px;
    background-color: #fff;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    z-index: 1000;
    width: 100%;
    overflow-x: auto;
    border-bottom: 1px solid #ddd;
}
.sub-navbar a {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    padding: 10px 20px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
}

.sub-navbar a:hover{
    background-color: #3d83fd;
    color: #fff;
    border-color: #3d83fd;
}





@media ( min-width: 1900px) {
    .slider-container {
        height: 750px !important;
    }
    .application-count {
        padding: 70px 0;
        border: 20px solid rgba(255, 255, 255, 0.6);
        position: relative;
    }
    .application-count:hover {
        border: 20px solid rgba(255, 255, 255, 1);
        transition: all 0.5s;
        opacity: 1;
        transform: scale(1.1, 1.1);
    }
    .application-count h1 {
        font-size: 60px;
    }
    .application-count h4 {
        font-size: 25px;
    }
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 1024px) {
    .navbar-right {
        margin-left: 0px !important;
    }
    .epicomm-nav .navbar-nav a {
        padding: 15px 10px !important;
    }
    .epicomm-nav .navbar-nav li {
        margin-right: 5px!important;
    }
}

@media (max-width: 800px) {
    .epicomm-nav .navbar-nav a {
        padding: 15px 7px !important;
        font-size: 10px !important;
    }
    .epicomm-nav .navbar-nav li {
        margin-right: 0px!important;
    }
}

@media (max-width: 640px) {
    .epicomm-nav .navbar-nav {
        padding-top: 10px;
        margin-left: 0px;
        background: #1f61ec;
    }
    .epicomm-nav .navbar-nav li {
        margin-right: 0px;
        margin: 0px !important;
        width: 100%;
        border: none !important;
    }
    .epicomm-nav .navbar-collapse {
        background: #1f61ec;
        margin-top: 10px;
    }
    .epicomm-nav .navbar-nav .active {
        background: #337bff !important;
        border: none;
        color: #fff;
    }
    .epicomm-nav .navbar-nav a {
        color: #fff;
        letter-spacing: 1px;
        background: none !important;
        text-align: left;
        border: none;
        border-radius: 0;
        font-weight: bold;
        font-size: 12px !important;
        padding: 10px 15px !important;
    }
    .epicomm-nav .navbar-nav a:hover {
        border: none;
        color: #fff !important;
    }
    .application-count {
        margin-bottom: 50px;
    }
    .slick-prev {
        left: 0px !important;
    }
    .slick-next {
        right: 0px !important;
    }
    nav li ul {
        position: relative;
        left: 0;
        width: 200px;
        padding-top: 5px !important;
        padding: 0;
        margin: 0px;
    }
    .epicomm-nav {
        padding-bottom: 0px;
    }
    .left-div {
        position: relative;
        left: 0%;
    }
    .right-div {
        position: relative;
        right: 0%;
    }
    nav li li:last-child {
        box-shadow: none;
    }
    .responsiv-div {
        padding-top: 0px;
    }
    .carousel-caption {
        bottom: 0;
        top: 25% !important;
    }
    .onepage-wrapper .section {
        height: auto !important;
    }
    footer {
        position: relative;
    }
    .team-div .panel {
        top: 0px;
    }
    .domains {
        text-align: left;
    }
    .domains div {
        padding: 5px 10px;
        width: 100%;
    }
    .domains-content {
        padding-left: 55px;
        margin-top: 0px !important
    }
    .dropdown-content {
        display: block;
        position: relative;
        background: none;
        min-width: 160px;
        box-shadow: none;
        z-index: 1;
        left: 15px;
    }
    .slider-pagi {
        width: 52%;
    }
    .cookie-container {
        padding: 10px 15px !important;
    }
    .cookie-buttons {
        width: 100% !important;
        text-align: right !important;
    }
    .left-side {
        width: 100% !important;
    }
    .cookie-containt {
        display: block !important;
    }
}

@media (max-width: 380px) {
    .tab-label {
        display: inline-block;
        position: relative;
        top: -25px;
        padding-left: 48px;
    }
    .tab-icon {
        position: relative;
        top: -50px;
    }
    .slider-pagi {
        width: 60%;
    }
}

@media (max-width: 320px) {
    .slider-pagi {
        width: 70%;
    }
}

.file-preview-thumbnails {
    display: none;
}

#mydiv {
    left: 48%;
    position: absolute;
    top: 44%;
}

.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #2f3640;
    color: #f5f6fa;
    padding: 10px 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    transition: 400ms;
    z-index: 1111;
}

.cookie-container.cookie-active {
    bottom: 0;
}

.cookie-container a {
    color: #f5f6fa;
}

.cookie-container p {
    margin-bottom: 0;
}

.left-side {
    width: 70%;
}

.left-side h5 {
    font-size: 18px;
    font-weight: bold;
}

.cookie-buttons {
    width: 30%;
    text-align: right;
}

.cookie-containt {
    display: flex;
    align-items: center;
}

.cookie-btn {
    background: #e84118;
    border: 0;
    color: #f5f6fa;
    padding: 10px 48px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
}