html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    scroll-behavior: smooth
}

body {
    font-size: 16px;
    overflow-x: hidden
}

body::-webkit-scrollbar {
    width: 10px
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #5084e5
}

body::-webkit-scrollbar-thumb {
    background-color: #5084e5;
    outline: 1px solid #5084e5
}

*,*:before,*:after {
    box-sizing: inherit;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit
}

@font-face {
    font-family: 'Almarai';
    src: url(../fonts/Almarai-Regular.ttf);
    src: url(../fonts/Almarai-Light.ttf),url(../fonts/Almarai-ExtraBold.ttf),url(../fonts/Almarai-Bold.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'fontello';
    src: url(../fonts/fontello.eot);
    src: url(../fonts/fontello.eot) format('embedded-opentype'),url(../fonts/fontello.woff2) format('woff2'),url(../fonts/fontello.woff) format('woff'),url(../fonts/fontello.ttf) format('truetype'),url(../fonts/fontello.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^="icon-"]:before,[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-mobile-phone:before {
    content: '\e800'
}

.icon-shopping-cart:before {
    content: '\e801'
}

.icon-global:before {
    content: '\e802'
}

.icon-visibility:before {
    content: '\e803'
}

.icon-creative-idea:before {
    content: '\e804'
}

.icon-facebook-circular-logo:before {
    content: '\e805'
}

.icon-computer:before {
    content: '\e806'
}

.icon-advertising:before {
    content: '\e808'
}

.icon-linkedin:before {
    content: '\e809'
}

.icon-instagram:before {
    content: '\e80a'
}

.icon-twitter:before {
    content: '\e80b'
}

.icon-cancel:before {
    content: '\e80c'
}

.icon-share:before {
    content: '\e80d'
}

.icon-youtube-logo:before {
    content: '\e80e'
}

.icon-left-arrow:before {
    content: '\e80f'
}

.icon-heart:before {
    content: '\e810'
}

.icon-chat:before {
    content: '\e811'
}

.icon-right-arrow:before {
    content: '\e812'
}

.icon-presentation:before {
    content: '\e813'
}

.icon-enterprise:before {
    content: '\e814'
}

.icon-first-aid-kit:before {
    content: '\e815'
}

.icon-newspaper:before {
    content: '\e816'
}

.icon-dish:before {
    content: '\e817'
}

.icon-video:before {
    content: '\e818'
}

.icon-ads:before {
    content: '\e819'
}

.icon-checked:before {
    content: '\e81a'
}

.icon-whatsapp:before {
    content: '\e81b'
}

.icon-phone-call:before {
    content: '\e81c'
}

.icon-witness:before {
    content: '\e81d'
}

.icon-menu:before {
    content: '\e81e'
}
.icon-website:before {
    content: '\e81f'; 
}

.section {
    padding-top:60px;
    padding-bottom: 60px;
}

.preLoader-parent {
    background-color: #3b3b3b;
    position: fixed;
    z-index: 1002;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.preLoader {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.logo-loader {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%
}

.logo-loader>div {
    display: inline-flex;
    animation: flip 1.6s 1
}

.lower {
    animation: bounceInUp 1.6s
}

.logo-loader>span:nth-child(even) {
    color: #fff
}

.logo-loader .letter-2 {
    animation-delay: 0.2s
}

.logo-loader .letter-3 {
    animation-delay: 0.4s
}

.logo-loader .letter-4 {
    animation-delay: 0.6s
}

.logo-loader .letter-5 {
    animation-delay: 0.8s
}

.logo-loader .letter-6 {
    animation-delay: 1.0s
}

.logo-loader .letter-7 {
    animation-delay: 1.2s
}

.logo-loader .letter-8 {
    animation-delay: 1.4s
}

.page-header .navbar-brand img {
    width: 165px;
    height: 50px
}

.top-header {
    transition: all 0.7s ease-in-out
}

.top-header.fixedTop {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
    transition: all 0.7s ease-in-out;
    box-shadow: 0 0 11px #ded7d7
}

.top-header .myNavBar {
    width: 100%;
    z-index: 9;
}

.top-header.fixedTop .myNavBar .nav-item .nav-link {
    color: #3b3b3b
}

.top-header .myNavBar .nav-item {
    margin-left:10px
}

.top-header .myNavBar .nav-item .nav-link {
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 0 0;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s
}

.top-header .myNavBar .nav-item.active .nav-link,.top-header .myNavBar .nav-item .nav-link:hover,.top-header.fixedTop .myNavBar .nav-item.active .nav-link {
    color: #5084e6
}

.nav-item.mobile-show.desktopHide a {
    width: 80px;
    height: 80px
}

.nav-item.mobile-show.desktopHide a img {
    width: 100%;
    height: 100%;
    max-width: 100%
}

.navbar-collapse.sidebar.show .close-sideMenu {
    display: block;
    position: fixed;
    top: 0;
    height: 100vh;
    background: #0000;
    width: 100%;
    z-index: 100;
    left: 0
}

.navbar-toggler:focus,.navbar-toggler:hover {
    outline: 0
}

header {
    font-size: 18px;
    color: hsla(210deg,100%,100%,1);
    max-width: 100%;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: relative
}

header h1 {
    font-size: clamp(1em,5vw,3em);
    animation: breath 10000ms ease-in-out infinite alternate;
    color: #fff;
    letter-spacing: 1.5em;
    text-transform: uppercase
}

header h1>.last {
    letter-spacing: 0
}

header canvas {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: hsla(240deg,20%,20%,1);
    z-index: -1
}

.header-text.d-flex .btns-parent {
    margin-top: 50px;
    flex-wrap: wrap
}
#particle-canvas {
    width: 100%;
    height: 100%;
    position: absolute  !important;
    top: 0;
    left: 0;
    z-index: 0;
}
#particle-canvas canvas{
    background-color: transparent;
}
.header-text.d-flex {
    flex-direction: column
}
.header-text p{
    width: 70%;
    margin: 50px auto 0;
    text-align: center;
    z-index: 9;
}
.btns-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.pg-btn {
    background: none;
    border: 2px solid;
    margin: .5em;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    display: flex;
    font-size: 26px;
    align-items: center;
    justify-content: center;
    transition: 0.25s
}

.pg-btn:hover {
    text-decoration: none
}

.pg-btn i {
    margin-right: 5px
}

.pulse,.fill {
    color: #fff
}

.fill,.pulse {
    transition: all 1s
}

.pulse:hover,.pulse:focus {
    box-shadow: inset -7.5em 0 0 0 #5085e6,inset 7.5em 0 0 0 #5085e6;
    color: #fff;
    border-color: #5085e6
}

.fill:hover,.fill:focus {
    box-shadow: inset 0 0 0 2em #5085e6;
    color: #fff;
    border-color: #5084e6
}

.share-parent {
    position: fixed;
    bottom: 55px;
    right: 55px;
    transition: all 0.5s ease-in-out;
    z-index: 100
}

.share-parent.animate {
    bottom: 140px!important;
    right: 140px!important
}

.share-button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    background: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 5px 0px #c1bcbc4a;
    box-shadow: 0 0 5px 0px #c1bcbc4a
}

.share-button:before {
    color: #3b3b3b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700
}

.circle {
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    position: absolute;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    display: flex;
    justify-content: center;
    align-items: center
}

.circle .button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -33px;
    right: -32px;
    z-index: -1;
    background: #fff;
    border-radius: 50%;
    visibility: hidden;
    cursor: pointer;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 5px 0px #c1bcbc4a;
    box-shadow: 0 0 5px 0px #c1bcbc4a
}

.circle .button:hover {
    text-decoration: none
}

.circle .button:before {
    font-size: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.circle .button:hover:before {
    color: #fff
}

.circle .show {
    visibility: visible;
    top: -115px;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s
}

.first-circle .button:before {
    color: lightcoral
}

.first-circle .button:hover {
    background: lightcoral
}

.second-circle .button:before {
    color: #00ABF1
}

.second-circle .button:hover {
    background: #00ABF1
}

.third-circle .button:before {
    color: #F26798
}

.third-circle .button:hover {
    background: #F26798
}

.forth-circle .button:before {
    color: #4767AA
}

.forth-circle .button:hover {
    background: #4767AA
}

.fifth-circle .button:before {
    color: #4D9FCA
}

.fifth-circle .button:hover {
    background: #4D9FCA
}

.sixth-circle .button:before {
    color: #1ebea5
}

.sixth-circle .button:hover {
    background: #1ebea5
}

.seventh-circle .button:before {
    color: #5085e6
}

.seventh-circle .button:hover {
    background: #5085e6
}

.rotate1 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg)
}

.rotate1 .button {
    -ms-transform: translateX(-5px) translateY(10px) rotate(0deg);
    transform: translateX(-5px) translateY(10px) rotate(0deg);
    -webkit-transform: translateX(-5px) translateY(10px) rotate(0deg);
    -moz-transform: translateX(-5px) translateY(10px) rotate(0deg)
}

.rotate2 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(51deg);
    transform: translateX(-50%) translateY(-50%) rotate(51deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(51deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(51deg)
}

.rotate2 .button {
    -ms-transform: translateX(0) translateY(0) rotate(-51deg);
    transform: translateX(0) translateY(0) rotate(-51deg);
    -webkit-transform: translateX(0) translateY(0) rotate(-51deg);
    -moz-transform: translateX(0) translateY(0) rotate(-51deg)
}

.rotate3 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(102deg);
    transform: translateX(-50%) translateY(-50%) rotate(102deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(102deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(102deg)
}

.rotate3 .button {
    -ms-transform: translateX(0) translateY(0) rotate(-102deg);
    transform: translateX(0) translateY(0) rotate(-102deg);
    -webkit-transform: translateX(0) translateY(0) rotate(-102deg);
    -moz-transform: translateX(0) translateY(0) rotate(-102deg)
}

.rotate4 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(153deg);
    transform: translateX(-50%) translateY(-50%) rotate(153deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(153deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(153deg)
}

.rotate4 .button {
    -ms-transform: translateX(0) translateY(0) rotate(-153deg);
    transform: translateX(0) translateY(0) rotate(-153deg);
    -webkit-transform: translateX(0) translateY(0) rotate(-153deg);
    -moz-transform: translateX(0) translateY(0) rotate(-153deg)
}

.rotate5 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(204deg);
    transform: translateX(-50%) translateY(-50%) rotate(204deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(204deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(204deg)
}

.rotate5 .button {
    -ms-transform: translateX(0) translateY(0) rotate(-204deg);
    transform: translateX(0) translateY(0) rotate(-204deg);
    -webkit-transform: translateX(0) translateY(0) rotate(-204deg);
    -moz-transform: translateX(0) translateY(0) rotate(-204deg)
}

.rotate6 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(255deg);
    transform: translateX(-50%) translateY(-50%) rotate(255deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(255deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(255deg)
}

.rotate6 .button {
    -ms-transform: translateX(0) translateY(0) rotate(-255deg);
    transform: translateX(0) translateY(0) rotate(-255deg);
    -webkit-transform: translateX(0) translateY(0) rotate(-255deg);
    -moz-transform: translateX(0) translateY(0) rotate(-255deg)
}

.rotate7 {
    -ms-transform: translateX(-50%) translateY(-50%) rotate(306deg);
    transform: translateX(-50%) translateY(-50%) rotate(306deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(306deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(306deg)
}

.rotate7 .button {
    -ms-transform: translateX(0) translateY(0) rotate(-306deg);
    transform: translateX(0) translateY(0) rotate(-306deg);
    -webkit-transform: translateX(0) translateY(0) rotate(-306deg);
    -moz-transform: translateX(0) translateY(0) rotate(-306deg)
}

.services-parent {
    background: #eee;
    padding: 60px 0
}

.heading h2 {
    font-size: 40px;
    position: relative;
    letter-spacing: 0;
}

.heading h2:after {
    content: attr(data-name);
    opacity: .3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-24%);
    width: 100%;
    height: 100%;
    font-size: 60px;
    color: #a2a0a0;
    display:none;
}

.heading p {
    font-size: 22px;
    margin-bottom: 30px
}

.services-parent .item .service-link:hover {
    text-decoration: none;
}

.services-parent .item .service-link {
    color: #3b3b3b
}

.services-parent .item .card-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 35px;
    border: none;
    border-radius: 2px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
    min-height: 300px;
    margin-bottom: 30px;
    transition: opacity,transform 0.4s cubic-bezier(.25,.25,.75,.75)
}

.services-parent .item .card-cont:hover {
    background: -webkit-linear-gradient(45deg,#5085e6 15%,#337ab7 65%);
    background: linear-gradient(45deg,#5085e6 15%,#337ab7 65%);
    transform: translateY(-7.5px);
    color: #fff
}

.services-parent .item .card-cont:hover .icon-parent,.services-parent .item .card-cont:hover p {
    color: #fff
}

.services-parent .item .card-cont.special::before {
    position: absolute;
    z-index: -1;
    content: '';
    width: calc(50% + 10px);
    height: calc(50% + 10px);
    border: none;
    background: -webkit-linear-gradient(45deg,#5085e6 15%,#337ab7 65%);
    background: linear-gradient(45deg,#5085e6 15%,#337ab7 65%);
    transition: opacity,transform 0.4s cubic-bezier(.25,.25,.75,.75)
}

.services-parent .item:nth-of-type(1) .card-cont.special::before {
    top: -10px;
    right: 0;
    bottom: 0;
    left: -10px
}

.services-parent .item:last-child .card-cont.special::before {
    bottom: -10px;
    left: auto;
    top: auto;
    right: -10px
}

.services-parent .item .card-cont.special::after {
    position: absolute;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    background-color: inherit
}

.services-parent .item .card-cont.special:hover::before {
    width: 100%;
    height: 100%;
    opacity: .5
}

.services-parent .item .card-cont .icon-parent {
    font-size: 38px;
    color: #5085e6
}

.services-parent .item .card-cont h3 {
    font-size: 20px;
    margin: 10px 0
}

.services-parent .item .card-cont p {
    font-size: 16px;
    font-weight: 400;
    color: #2f323a;
    text-align: center
}

.filter-cat-results .f-cat.active.hideMore {
    display: none
}

.box {
    margin-bottom: 30px;
    box-shadow: 1px 0 5px 0 rgba(0,0,0,.2);
    overflow: hidden
}

.box .box-img {
    transition: .6s;
    height: 424px;
    overflow: hidden;
    position: relative
}

.box .box-img img {
    width: 100%
}

.box .box-img .getData {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 18px;
    box-shadow: 0 0 6px 6px #d7d7d7
}

.box .box-img .getData i::before {
    font-weight: 700
}

.box .box-img .project-img {
    transition: 0.6s;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 24px
}

.box:hover .box-img .project-img {
    transform: translateY(-100px)
}

.box:hover .box-img .getData {
    display: flex
}

.box .box-img img.img-header {
    height: 24px;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    background: #d7d7d7
}

.box .box-title {
    margin: 0 auto;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #eee;
    position: relative
}

.box .box-title .getData {
    text-align: center;
    transition: all 0.7s ease-in-out
}

.box:hover .box-title .getData {
    background-color: #5085e6;
    color: #fff
}

.box .box-title .getData i {
    margin: 0 5px
}

.box:hover .box-title .getData i:before {
    content: '\e81d'
}

.box .box-title .getData i:before {
    font-weight: 700
}

.box .box-title a {
    color: #000;
    width: 100%;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize
}

.box .box-title a:hover {
    text-decoration: none
}

.filter-cat-results .f-cat {
    display: none
}

.filter-cat-results .f-cat.active {
    opacity: 1;
    display: block;
    -webkit-animation: zoomIn 0.65s ease forwards;
    animation: zoomIn 0.65s ease forwards
}

.nav-filter-cat {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0
}

.nav-filter-cat .btn-link {
    font-size: 18px;
    font-weight: 700;
    color: #3b3b3b;
    position: relative;
    outline: 0;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.nav-filter-cat .btn-link i {
    font-size: 30px
}

.nav-filter-cat .btn-link i:before {
    font-weight: 700
}

.nav-filter-cat .btn-link.active,.nav-filter-cat .btn-link:hover {
    color: #5085e6
}

.nav-filter-cat .btn-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    left: 50%;
    bottom: 0;
    background-color: #5085e6;
    transition: all ease-in-out .4s;
    border-radius: 50%;
    opacity: .7
}

.nav-filter-cat .btn-link.active::after,.nav-filter-cat .btn-link:hover::after {
    width: 70%;
    left: 15%
}

.nav-filter-cat .btn-link.active:hover:after {
    opacity: .8
}

.nav-filter-cat .btn-link:hover::after {
    opacity: .3
}

.dim-lightbox-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,.9);
    z-index: 1003;
    display: none;
    top: 0;
    left: 0
}

.dim-lightbox-container .close {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    opacity: 1;
    float: none;
    text-shadow: none;
    transition: .4s;
    z-index: 5
}

.dim-lightbox-container .close:hover {
    color: #5085e6
}

.dim-lightbox {
    width: 70%;
    height: 80vh;
    overflow: auto;
    margin: auto;
    padding: 0 15px;
    color: #fff;
    position: relative;
    z-index: 1
}

.dim-lightbox-container .closeThis {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.dim-lightbox h2 {
    text-transform: capitalize
}

.dim-lightbox .img-container {
    max-width: 100%;
    height: 70vh;
    overflow: auto
}

.dim-lightbox .img-container::-webkit-scrollbar {
    width: 5px
}

.dim-lightbox .img-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #5084e5
}

.dim-lightbox .img-container::-webkit-scrollbar-thumb {
    background-color: #5084e5;
    outline: 1px solid #5084e5
}

.dim-lightbox .img-container img {
    width: 100%
}

.dim-lightbox a {
    background: none;
    border: 2px solid;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    display: inline-flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    transition: 1s;
    color: #fff
}

.dim-lightbox a:hover,.dim-lightbox a:focus {
    box-shadow: inset 0 0 0 2em #5085e6;
    color: #fff;
    border-color: #5084e6;
    text-decoration: none
}

.filter-cat-results .portfolio.hide {
    display: none
}

.load-parent .loadMore {
    height: 50px;
    line-height: 50px;
    padding: 0 44px;
    font-size: 1.125rem;
    font-weight: 700;
    background-color: #5085e6;
    color: #fff;
    z-index: 2;
    position: relative;
    transition: all 0.5s;
    border: 2px solid #5085e6;
    outline: none
}

.load-parent .loadMore:hover {
    color: #5085e6;
    background-color: #fff
}

.load-parent .loadMore:focus {
    outline: none
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.technologies-parent {
    background-color: #000;
    position: relative
}

.technologies-parent #myCanvasContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1
}

#space,.stars {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: .2
}

.stars {
    background-image: radial-gradient(2px 2px at 20px 30px,#eee,rgba(0,0,0,0)),radial-gradient(2px 2px at 40px 70px,#fff,rgba(0,0,0,0)),radial-gradient(2px 2px at 50px 160px,#ddd,rgba(0,0,0,0)),radial-gradient(2px 2px at 90px 40px,#fff,rgba(0,0,0,0)),radial-gradient(2px 2px at 130px 80px,#fff,rgba(0,0,0,0)),radial-gradient(2px 2px at 160px 120px,#ddd,rgba(0,0,0,0));
    background-repeat: repeat;
    background-size: 200px 200px;
    animation: zoom 5s infinite;
    opacity: 0
}

.stars:nth-child(1) {
    background-position: 50% 50%;
    animation-delay: 0s
}

.stars:nth-child(2) {
    background-position: 20% 60%;
    animation-delay: 1s
}

.stars:nth-child(3) {
    background-position: -20% -30%;
    animation-delay: 2s
}

.stars:nth-child(4) {
    background-position: 40% -80%;
    animation-delay: 3s
}

.stars:nth-child(5) {
    background-position: -20% 30%;
    animation-delay: 4s
}

.inner-pages-section {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 750px;
    overflow: hidden;
    padding-top: 0;
}

.inner-pages-section .marquee-content {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 35s linear infinite;
    direction: ltr
}

.inner-pages-section .marquee-content:hover {
    animation-play-state: paused
}

.marquee-content-block {
    display: flex
}

.marquee-col {
    padding: 0 5px;
    flex: 0 0 16.6667%;
    width: 16.666%;
    height: 100%
}

.marquee-col img {
    margin: 15px auto 0;
    display: block;
    width: 100%;
    height: 100%;
    
}


.marquee-col .img-content {
    position: relative
}

.inner-pages-section .hint {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-pages-section .hint-content {
    color: #fff;
    width: 300px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .7s ease,visibility .7s ease;
    transition: opacity .7s ease,visibility .7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none
}
.inner-pages-section .hint:hover .hint-content {
    color: #fff;
    width: 300px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 1;
    visibility: visible !important;
    -webkit-transition: opacity .7s ease,visibility .7s ease;
    transition: opacity .7s ease,visibility .7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none;
    left: 100px;
}
.inner-pages-section .hint-content::before {
    width: 0px;
    top: 0;
    left: 49px;
    content: '';
    background-color: #3b3b3b;
    height: 3px;
    position: absolute;
    transition: width 0.4s;
}
.inner-pages-section .hint:hover .hint-content::before {
    width: 180px;
    transition: width 0.4s;
}
.inner-pages-section .hint-content::after {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 0;
    left: 50px;
    width: 40px;
    background-color: #3b3b3b;
    content: '';
    height: 3px;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.inner-pages-section .hint:hover .hint-content::after {
    opacity: 1;
    visibility: visible;
}

.inner-pages-section .hint-content p {
    background: #3b3b3b;
    color: #fff;
    position: absolute;
    padding: 5px;
    top: -40px;
    left: 49px;
}



.title {
    color: #2e2e2e;
    font-size: 1.5rem;
    font-weight: 700;
}

.category {
    font-size: 1rem;
    color: #787878;
}


.tech-section {
    background: #111
}
.technologies-parent .heading {
    color: #fff;
    margin-bottom: 50px;
}
canvas#myCanvas {
    border-radius: 50%;
    box-shadow: 0 0 15px 1px rgb(255 255 255 / 13%);
}

.demofooter-section {
    background: #fff;
    padding: 150px 0;
    text-align: center;
    position: relative;
    background: url(../img/footer-bg-en.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 0%;
    transition: all 10s ease-in-out
}

.demofooter-section:hover {
    background-position-y: 100%
}

.demofooter-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5084e6;
    opacity: .79;
    top: 0;
    left: 0;
    z-index: 1;
    filter: brightness(0.3);
}

.demofooter-section .demo-footer {
    position: relative
}

.demofooter-section .btn.btn-secondary {
    height: 50px;
    line-height: 50px;
    padding: 0 44px;
    font-size: 1.125rem;
    font-weight: 700;
    background-color: #fff;
    color: #5085e6;
    z-index: 2;
    position: relative;
    transition: all 0.5s;
    min-width: 190px
}

.demofooter-section .btn.btn-secondary i:before {
    font-weight: 700
}

.demofooter-section .btn.btn-secondary:hover {
    background: #5085e6;
    color: #fff
}

.demofooter-section .demo-footer .widget-title,.demofooter-section .demo-footer p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize
}

.demofooter-section .demo-footer p {
    color: #5084e5
}

.demofooter-section .demo-footer img {
    width: 15px;
    position: absolute;
    z-index: 2;
    user-select: none;
    opacity: .5
}

.demofooter-section .demo-footer img.shape1 {
    left: 0;
    top: -15%;
    animation: down 4s infinite alternate
}

.demofooter-section .demo-footer img.shape2 {
    animation: up 4s infinite alternate;
    left: 16%;
    bottom: 77.8404%;
    width: 25px;
}

.demofooter-section .demo-footer img.shape3 {
    animation: rotate 2s infinite alternate;
    left: 7%;
    bottom: 0;
    width: 45px
}

.demofooter-section .demo-footer img.shape4 {
    animation: up 2s infinite alternate;
    left: 35%;
    bottom: -19%;
    filter: blur(3px)
}

.demofooter-section .demo-footer img.shape5 {
    animation: rubberBand 4s infinite alternate;
    left: 75%;
    bottom: 78.0114%;
    filter: blur(3px);
}

.demofooter-section .demo-footer img.shape6 {
    animation: down 4s infinite alternate;
    left: 70%;
    bottom: 18.6541%;
    width: 25px;
}

.demofooter-section .demo-footer img.shape7 {
    animation: down 2s infinite alternate;
    left: 90%;
    bottom: 18.179%;
    width: 50px;
    filter: blur(4px)
}

a.btn.fill.btn-secondary:active:focus {
    box-shadow: none;
    color: #fff;
    background-color: #5084e6
}

footer {
    background: #000;
    color: #fff;
    padding: 15px 0;
    text-align: center
}

.with-love {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.with-love a {
    line-height: 0
}

.with-love i {
    color: #D42525;
    margin: 0 7px;
    animation: heart-beat infinite 0.8s;
    display: inline-flex
}

.rtl .with-love {
    direction: ltr
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@keyframes flip {
    35% {
        transform: rotateX(360deg)
    }

    100% {
        transform: rotatex(360deg)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0) scaleY(5);
        transform: translate3d(0,3000px,0) scaleY(5)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0) scaleY(.95);
        transform: translate3d(0,10px,0) scaleY(.95)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes breath {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoom {
    0% {
        opacity: 0;
        transform: scale(.5);
        animation-timing-function: ease-in
    }

    85% {
        opacity: 1;
        transform: scale(2.8);
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        transform: scale(3.5)
    }
}

@keyframes heart-beat {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0) skewX(30deg);
        transform: translate3d(-100%,0,0) skewX(30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes up {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50px)
    }
}

@keyframes down {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(50px)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rotate {
    10% {
        transform: rotate(45deg)
    }

    50% {
        transform: rotate(45deg)
    }

    75% {
        transform: rotate(0)
    }
}

.portfolio-section .mobile-show {
    display: none
}

.desktopHide {
    display: none
}

.top-header .navbar-toggler-span {
    color: #fff;
    z-index: 101;
    position: relative
}

.top-header.fixedTop .navbar-toggler-span {
    color: #3b3b3b
}

@media(min-width: 992px) and (max-width:1024px) {
    .marquee-col {
        width:calc(100% / 3);
        flex: 0 0 calc(100% / 3)
    }
}

@media (max-width: 992px) {
    .navbar-collapse {
        direction:ltr
    }

    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -45%;
        transition: all 0.2s ease
    }

    .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width: 45%;
        transition: left 0.35s ease;
        z-index: 110;
        padding: 15px;
        background-color: #3b3b3b
    }
    .marquee-col {
        padding: 0 5px;
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
        height: 100%;
    }

    .desktopHide {
        display: block
    }

    .top-header.fixedTop .myNavBar .nav-item .nav-link,.navbar-dark .navbar-nav .nav-link {
        color: #fff
    }

    .navbar-collapse.show .navbar-nav .nav-item {
        margin: 5px 0
    }
    .nav-item.mobile-show.desktopHide a img {
        max-width: 70%
    }
}

@media(max-width: 768px) {
    header h1 {
        letter-spacing:1em
    }

    .dim-lightbox .img-container {
        max-width: 100%;
        height: 50vh;
        overflow: auto;
        margin-bottom: 15px
    }

    .nav-filter-cat {
        overflow-x: auto;
        flex-wrap: nowrap;
        position: relative;
        align-items: flex-start
    }

    .portfolio-section .mobile-show {
        text-align: center;
        color: #3b3b3b;
        font-size: 25px;
        display: block;
        overflow: hidden
    }

    .portfolio-section .mobile-show i {
        display: block;
        animation: lightSpeedInLeft 1.5s infinite ease-out
    }

    .portfolio-section .mobile-show i::before {
        font-weight: 700
    }

    .inner-pages-section {
        height: 650px
    }

    .marquee-col {
        flex: 0 0 calc(100% / 2.5);
        width: calc(100% / 2.5)
    }

    canvas#myCanvas {
        max-width: 70%
    }
    .inner-pages-section .marquee-content {
        
        animation: marquee 12s linear infinite;
        
    }
}

@media(min-width: 600px) and (max-width:768px) {
    .navbar-collapse.show .navbar-nav {
        padding:30px
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 20px
    }

    .nav-item.mobile-show.desktopHide a img {
        max-width: 70%
    }
}

@media(max-width: 600px) {
    header h1 {
        letter-spacing:1em
    }

    .header-text.d-flex .btns-parent {
        flex-direction: column
    }

    .nav-filter-cat {
        overflow-x: hidden;
        flex-wrap: wrap;
        position: relative;
        align-items: flex-start
    }

    .nav-filter-cat li {
        flex: 0 0 calc(100% / 3);
        width: calc(100% / 3);
        display: inline-flex;
        justify-content: center;
        align-items: center
    }

    .portfolio-section .mobile-show {
        display: none
    }

    .row.filter-cat-results {
        margin: 0
    }

    .inner-pages-section {
        height: 450px
    }

    .marquee-col .img-content:before {
        height: 10px
    }

    canvas#myCanvas {
        max-width: 60%
    }

    .pg-btn {
        font-size: 18px;
        width: 260px
    }
}





