@import url(https://fonts.googleapis.com/css?family=Fjalla+One|Poppins|Open+Sans:300,400,600,800&display=swap);

.site-navigation .inner,
a {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out
}

.preloader,
main {
    flex-wrap: wrap;
    display: flex
}

body,
main {
    background: #1f4655
}

.animated .char,
.splitting .char,
.splitting .word {
    display: inline-block
}

a,
a:hover {
    color: #1f4655
}

.blog .post.single,
.blog .post:nth-child(2n),
.equalizer,
.reveal-effect,
.reveal-effect>*,
.splitting .char,
.video-container,
aside,
main,
section {
    position: relative
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car,
.odometer.odometer-theme-car .odometer-digit,
body {
    padding: 0
}

.all-cases-link span,
.blog .post .post-content .post-link,
.carousel-hero .slide-progress span,
.carousel-hero .swiper-button-next,
.carousel-hero .swiper-button-prev,
.case-study h5,
.footer h6,
.home-slider .odometer,
.intro b,
.left-side .follow-us,
.section-title,
.slider .gallery-thumbs .swiper-slide a,
.slider .slide-progress span,
.slider .swiper-button-next,
.slider .swiper-button-prev,
.text-content-block h6,
.works ul li small {
    font-family: "Fjalla One", sans-serif
}

#brochureDownload,
#roadblock,
body {
    -webkit-font-smoothing: antialiased
}

* {
    outline: 0 !important
}

body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale
}

img {
    max-width: 100%
}

a {
    transition: .25s ease-in-out
}

a:hover {
    text-decoration: underline
}

.overflow {
    overflow: hidden
}

@media (min-width:1300px) {
    .container {
        max-width: 1340px
    }
}

main {
    width: 100%
}

input[type=email],
input[type=password],
input[type=search],
input[type=text] {
    max-width: 100%;
    height: 58px;
    border: 1px solid #eee;
    padding: 0 20px
}

button[type=submit],
input[type=submit] {
    height: 58px;
    border: none;
    background: #1f4655;
    color: #fff;
    padding: 0 30px;
    font-weight: 600;
    font-size: 14px
}

textarea {
    max-width: 100%;
    height: 140px;
    border: 1px solid #eee;
    padding: 20px
}

.outerGlow {
    filter: drop-shadow(0 0 .4rem #fff)
}

.equalizer {
    width: 26px;
    height: 30px;
    cursor: pointer
}

.equalizer span {
    background: #fff;
    width: 2px;
    height: 0;
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
    transition: height .2s linear
}

.equalizer span:first-child {
    margin-left: 8px
}

.equalizer span:nth-child(2) {
    margin-left: 16px
}

.equalizer span:nth-child(4) {
    margin-left: 24px
}

.equalizer.paused span {
    height: 3px !important
}

.animated .char {
    animation: .6s cubic-bezier(.5, 0, .5, 1) both texteffect;
    animation-delay: calc(10ms * var(--char-index))
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
    text-indent: -5px;
    text-indent: 0
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    left: 0
}

.pagination {
    width: 100%;
    float: left;
    margin: 50px 0
}

.pagination .page-item {
    display: inline-block;
    margin-right: 10px
}

.pagination .page-item .page-link {
    font-weight: 600;
    border-radius: 0 !important;
    font-size: 13px;
    color: #1f4655;
    line-height: 1;
    padding: 15px 30px
}

.reveal-effect {
    float: left;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1)
}

.reveal-effect>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.reveal-effect.animated {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.reveal-effect.animated * {
    -webkit-animation-name: show-img-1;
    animation-name: show-img-1
}

.reveal-effect:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(.05, 0);
    transform: scale(.05, 0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86)
}

.reveal-effect.masker:after {
    background-color: #2e2e2e
}

.reveal-effect.animated:after {
    -webkit-animation-name: slide-bg-2;
    animation-name: slide-bg-2
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    transform: scale(.4);
    background: #fff;
    opacity: 1;
    border-radius: 50%
}

.preloader,
.preloader .layer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    background: 0 0
}

.preloader {
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 11;
    background: #fff;
    text-align: center;
    -webkit-transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: .3s;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1) 0.6s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    overflow: hidden
}

.preloader * {
    -webkit-transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: .3s;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.preloader .layer {
    position: absolute;
    background: #fff;
    transition-delay: 0.3s
}

.dot-windmill,
.preloader .inner {
    position: relative;
    margin: 0 auto
}

.dot-windmill,
.dot-windmill::after,
.dot-windmill::before {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #1e4755;
    color: #1e4755
}

.preloader .inner {
    display: inline-block;
    text-align: center;
    z-index: 2
}

.preloader .inner span {
    color: #c1c1c1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px
}

.preloader .inner figure {
    display: block;
    margin-bottom: 20px;
    transition-delay: 0.1s
}

.preloader .inner figure img {
    height: 80px;
    transform: translateX(-7px)
}

.dot-windmill {
    top: -10px;
    transform-origin: 5px 15px;
    animation: 2s linear infinite dot-windmill
}

.page-transition,
.site-navigation {
    position: fixed;
    right: -100%;
    visibility: hidden
}

.dot-windmill::after,
.dot-windmill::before {
    content: "";
    display: inline-block;
    position: absolute
}

.dot-windmill::before {
    left: -8.66254px;
    top: 15px
}

.dot-windmill::after {
    left: 8.66254px;
    top: 15px
}

.page-transition,
.page-transition .layer {
    height: 100%;
    -webkit-transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: .3s;
    top: 0
}

@keyframes dot-windmill {
    0% {
        transform: rotateZ(0) translate3d(0, 0, 0)
    }

    100% {
        transform: rotateZ(720deg) translate3d(0, 0, 0)
    }
}

.page-loaded .preloader,
.page-loaded .preloader .layer {
    left: -100%
}

.page-loaded .preloader .inner figure {
    opacity: 0;
    transform: scale(1.5)
}

.page-loaded .preloader .inner span {
    transform: translateY(20px);
    opacity: 0
}

.page-loaded .left-side {
    left: 0;
    opacity: 1
}

.page-loaded .page-header,
.page-loaded .slider {
    filter: blur(0);
    transform: scale(1)
}

.page-loaded .all-cases-link {
    right: 30px
}

.page-transition {
    width: 100%;
    z-index: 13;
    opacity: 0;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    background: #1e4755
}

.page-transition .layer {
    width: 0;
    position: absolute;
    right: 0;
    background: #1c1c1c;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.site-navigation,
.site-navigation .chatakLogo {
    -webkit-transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: .3s
}

.all-cases.active,
.page-transition.active,
.site-navigation.active {
    opacity: 1;
    visibility: visible;
    right: 0
}

.all-cases.active .layer,
.blog .sidebar .widget form,
.case-study figure img,
.case-study figure video,
.masonry .container,
.page-transition.active .layer,
.site-navigation.active .layer,
.slider .gallery-thumbs .swiper-slide a:hover:before,
.social-media.active .layer,
.team figure img,
.works ul li figure a img {
    width: 100%
}

.site-navigation {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    top: 0;
    z-index: 9;
    opacity: 0;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    background: #1e475588;
    padding-left: 120px
}

.site-navigation .chatakLogo {
    position: absolute;
    right: 10%;
    bottom: -100px;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    text-align: center
}

.site-navigation .layer,
.social-media {
    height: 100%;
    -webkit-transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: .3s
}

.site-navigation.active .chatakLogo {
    bottom: 60dvh;
    z-index: 9
}

.site-navigation .layer {
    width: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #2e2e2ee6;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.site-navigation .inner {
    position: relative;
    z-index: 2;
    padding-left: 100px;
    transition: .25s ease-in-out 0.7s;
    opacity: 0
}

.site-navigation .inner ul {
    margin: 0;
    padding: 0;
    animation-duration: 1s
}

.site-navigation .inner ul li {
    display: block;
    margin: 5px 0;
    padding: 5px 0
}

.site-navigation .inner ul li ul {
    margin-top: 0;
    margin-bottom: 10px;
    display: none
}

.site-navigation .inner ul li ul li {
    display: block;
    margin: 0
}

.site-navigation .inner ul li ul li a {
    font-size: 20px
}

.site-navigation .inner ul li i {
    margin-left: 20px;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    transform: translateY(-5px);
    cursor: pointer
}

.site-navigation .inner ul li small {
    width: 100%;
    display: block;
    color: #fff;
    opacity: .7;
    letter-spacing: .5px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    transform: translateY(-10px)
}

.site-navigation .inner ul li a {
    font-size: 30px;
    display: inline-block;
    font-weight: 800;
    color: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.fixedmenu,
.innerFixedMenu {
    transition: .5s;
    box-shadow: 0 2px 5px #000
}

.blog .post .post-content .post-categories li a:hover,
.blog .post .post-content .post-link:hover,
.blog .sidebar .widget .tags li a:hover,
.site-navigation .inner ul li a:hover,
.social-media .inner ul li a:hover {
    color: #1e4755;
    text-decoration: none
}

.all-cases.active .inner,
.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active .inner,
.site-navigation.active .inner,
.social-media.active .inner,
.works ul li figure:hover:before {
    opacity: 1
}

.fixedmenu {
    width: 100%;
    display: none;
    background-color: #f9f9f9f2
}

.fixedMenuShowDiv,
.innerFixedMenu {
    display: flex;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.innerFixedMenu {
    background-color: #2e2e2e;
    z-index: 11
}

.fixedmenu a {
    color: #2e2e2e
}

.fixedmenu .navbar-nav,
.footer .footer-bar .creation {
    margin-left: auto
}

.fixedmenu .dropdown-menu {
    background-color: #fff;
    border-radius: 0 0 5px 5px
}

.fixedMenuShowDiv {
    z-index: 110
}

.all-cases,
.social-media {
    position: fixed;
    z-index: 3;
    right: -100%;
    display: flex;
    visibility: hidden
}

.section-title {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 3.5vw;
    letter-spacing: 1px;
    text-shadow: 2px 2px #000
}

.section-title.onWhite {
    text-shadow: none
}

.social-media {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    background: #1e4755ab;
    opacity: 0;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.all-cases,
.social-media .layer {
    -webkit-transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: .3s;
    height: 100%;
    top: 0
}

.social-media .layer {
    width: 0;
    position: absolute;
    right: 0;
    background: #2e2e2eab;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.social-media .inner {
    position: relative;
    z-index: 2;
    padding-left: 100px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out 0.7s;
    opacity: 0;
    text-align: center;
    width: 100%
}

.social-media .inner h5 {
    font-size: 3vw;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px
}

.social-media .inner ul {
    display: block;
    margin: 0;
    padding: 0
}

.social-media .inner ul li {
    font-size: 2vw;
    display: inline-block;
    margin: 0 40px;
    padding: 0;
    list-style: none
}

.blog .post .post-content .post-title a,
.intro-image figure figcaption span,
.social-media .inner ul li a {
    color: #fff
}

.social-media.active {
    opacity: 1;
    visibility: visible;
    right: 0;
    z-index: 9
}

.all-cases {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #1e4755;
    opacity: 0;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.all-cases .layer {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #2e2e2e;
    -webkit-transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: .3s;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.all-cases .inner,
.slider .gallery-thumbs .swiper-slide a:before {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out
}

.all-cases .inner {
    position: relative;
    z-index: 2;
    padding-left: 220px;
    transition: .25s ease-in-out 0.7s;
    opacity: 0;
    width: 100%
}

.all-cases-link,
.left-side {
    position: absolute;
    -webkit-transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: .3s
}

.all-cases .inner ul {
    display: block;
    max-height: 500px;
    overflow-y: scroll;
    margin: 0;
    padding: 0
}

.all-cases .inner ul li {
    font-size: 8vw;
    font-weight: 800;
    margin: 0;
    padding: 0;
    list-style: none
}

.all-cases .inner ul li a {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent
}

.all-cases .inner ul li a:hover,
.blog.events a {
    color: #fff;
    text-decoration: none
}

.all-cases-link {
    right: -100%;
    top: 30px;
    z-index: 5;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1) 1s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s
}

.all-cases-link span {
    color: #fff;
    margin-right: 10px
}

.all-cases-link b {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 25px;
    font-weight: 300;
    display: inline-block;
    background: #fff;
    color: #1f4655;
    text-align: center;
    border-radius: 50%;
    cursor: pointer
}

.all-cases-link b:hover {
    background: #1e4755;
    text-decoration: none;
    color: #fff
}

.left-side {
    width: 120px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    left: -100%;
    top: 0;
    z-index: 10;
    text-align: center;
    padding: 30px 0;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1) 1s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    opacity: 0
}

.left-side .logo {
    display: inline-block;
    margin-bottom: 0
}

.left-side .logo img {
    width: 175px;
    max-width: 175px;
    position: relative;
    left: 37px;
    top: -12px
}

.left-side .hamburger {
    margin: auto
}

.left-side .follow-us {
    width: 100px;
    color: #fff;
    text-align: center;
    transform: rotate(-90deg);
    margin: auto;
    cursor: pointer;
    position: relative;
    top: -150px
}

.left-side .equalizer {
    margin: auto auto 0
}

.slider {
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    -webkit-transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: .3s;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1) 0.8s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    filter: blur(20px);
    overflow: hidden;
    background-image: url(../images/bannerBg.jpg);
    background-size: cover
}

.slider .swiper-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap
}

.slider .swiper-container .swiper-slide {
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.slider .swiper-container .swiper-slide video,
.video-hero .video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .6
}

.video-container::before {
    content: "";
    background-color: #2e2e2e72;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.slider .gallery-top {
    height: 100%;
    width: 100%;
    background: #1f4655
}

.hero_logo_container {
    width: 100%;
    position: absolute;
    z-index: 9;
    text-align: center;
    margin: -44dvh 0 0;
    padding: 15px;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15%, #fff 33%, #fff 67%, rgba(255, 255, 255, 0) 85%)
}

.video-container.gallery-top {
    background-image: url(../images/bannerBg.jpg)
}

.slider .gallery-thumbs {
    width: calc(100% - 240px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 120px;
    padding-bottom: 30px;
    z-index: 9;
    position: absolute;
    bottom: 3%;
    right: 0;
    height: auto;
    color: #fff
}

.slider .gallery-thumbs .swiper-slide {
    width: 90%;
    height: 100%;
    opacity: .4;
    text-align: left;
    filter: blur(3px)
}

.slider .gallery-thumbs .swiper-slide span {
    font-size: 3vw;
    line-height: 4vw;
    font-weight: 800
}

.slider .gallery-thumbs .swiper-slide a {
    display: none;
    font-size: 2rem;
    color: #fff;
    padding-bottom: 5px;
    position: relative
}

.slider .gallery-thumbs .swiper-slide a:before {
    content: "";
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transition: .25s ease-in-out
}

.carousel-hero .carousel-slider .swiper-slide .inner,
.innerServiceBenefits .content-block {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out
}

.blog .post .post-content .post-title a:hover,
.slider .gallery-thumbs .swiper-slide a:hover {
    text-decoration: none
}

.slider .gallery-thumbs .swiper-slide-active {
    width: 100%;
    opacity: 1;
    filter: blur(0px)
}

.slider .gallery-thumbs .swiper-slide-active span {
    font-size: 2.5vw;
    text-shadow: 2px 2px #000
}

.slider .gallery-thumbs .swiper-slide-active a {
    display: block;
    text-decoration: none
}

.carousel-hero .swiper-button-prev,
.slider .swiper-button-prev {
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 120px;
    bottom: 30px;
    color: #fff;
    background: 0 0
}

.carousel-hero .swiper-button-next,
.slider .swiper-button-next {
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 30px;
    color: #fff;
    background: 0 0
}

.carousel-hero .slide-progress,
.slider .slide-progress {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -110px;
    z-index: 3;
    text-align: center
}

.carousel-hero,
.video-hero {
    flex-wrap: wrap;
    width: 100%;
    height: 100vh
}

.carousel-hero .slide-progress span,
.slider .slide-progress span {
    display: inline-block;
    color: #fff;
    font-size: 14px
}

.carousel-hero .slide-progress .swiper-pagination,
.slider .slide-progress .swiper-pagination {
    width: 160px;
    height: 2px;
    margin: auto 10px;
    display: inline-block;
    position: static;
    background: rgba(255, 255, 255, .3)
}

.carousel-hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill,
.intro h6:after,
.intro-image.light:before,
.slider .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff
}

.video-hero {
    display: flex;
    align-items: center;
    position: relative
}

.video-hero .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #1f4655
}

.video-hero .inner {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2
}

.video-hero .inner span {
    width: 100%;
    float: left;
    font-size: 8vw;
    line-height: 5vw;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px
}

.carousel-hero .carousel-slider .swiper-slide .inner a,
.video-hero .inner a {
    font-size: 19px;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    position: relative;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px
}

.carousel-hero .carousel-slider .swiper-slide .inner a:hover,
.footer .footer-bar .creation a:hover,
.video-hero .inner a:hover {
    text-decoration: none;
    color: #1e4755
}

.carousel-hero {
    display: flex;
    position: relative
}

.carousel-hero .carousel-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.carousel-hero .carousel-slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    background-size: cover;
    background-position: center
}

.intro,
.page-header {
    flex-wrap: wrap;
    width: 100%;
    display: flex
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active {
    box-shadow: 0 0 50px rgba(0, 0, 0, .5);
    z-index: 3
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active:after {
    opacity: .4
}

.carousel-hero .carousel-slider .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1f4655;
    opacity: .7
}

.carousel-hero .carousel-slider .swiper-slide .inner {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: .25s ease-in-out
}

.carousel-hero .carousel-slider .swiper-slide .inner h2 {
    width: 100%;
    float: left;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px
}

.page-header {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    background: #2e2e2e;
    position: relative;
    -webkit-transition: .3s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: .3s;
    transition: .3s cubic-bezier(0.86, 0, 0.07, 1) 0.8s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transform: scale(1.2);
    filter: blur(20px)
}

.page-header .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.page-header .video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: .2
}

.page-header .inner {
    width: 100%;
    padding-left: 220px;
    position: absolute;
    z-index: 2;
    padding-top: 60vh
}

.page-header::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1c1c1c73;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}
.logo::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 0px;
    width: 255px;
    height: 63px;
    background-image: url(../images/topstrip-horz.png);
    background-size: contain;
    background-repeat: repeat-y;
}
.logo a{
    position: relative;
    z-index: 9;
}
.contact-form .form-group{
    display: flex;
    flex-direction: column-reverse;
}
.page-header .backgroundfull,
.page-header .backgroundfullAboutUs,
.page-header .backgroundfullContact,
.page-header .backgroundfullEvents,
.page-header .backgroundfullPartners,
.page-header .backgroundfullspray {
    background-size: cover;
    background-position-y: 0px;
    background-position-x: center;
    height: 100%;
    width: 100vw
}

.page-header .inner h1 {
    color: #fff;
    font-weight: 800;
    font-size: 4vw;
    letter-spacing: 1px;
    text-shadow: -1px 2px #313131be
}

.page-header .inner p {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    text-shadow: -1px 2px #313131be;
    letter-spacing: -.5px
}

.intro {
    padding: 150px 0;
    color: #fff;
    background: #696868
}

.intro.innerHeading {
    padding-left: 110px;
    text-shadow: -1px 2px #000;
    position: relative
}

.intro.innerHeading.partnerPage {
    min-height: 90dvh
}

.intro.innerHeading.partnerPage>.container {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 83%;
    margin: 0 auto;
    background-color: #1c1c1c58
}

.intro canvas,
.intro.innerHeading .backgroundfull,
.intro.innerHeading .backgroundfullAboutUs,
.intro.innerHeading .backgroundfullContact,
.intro.innerHeading .backgroundfullPartners,
.intro.innerHeading .backgroundfullspray {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%
}

.page-header .backgroundfull {
    background-image: url(../images/servicesBanner.jpg);
    left: 0
}

.page-header .backgroundfullspray {
    background-image: url(../images/crop-spraying-service.jpg);
    left: 0
}

.page-header .backgroundfullEvents,
.page-header .backgroundfullPartners {
    background-image: url(../images/partnership.jpg);
    left: 0
}

.page-header .backgroundfullContact {
    background-image: url(../images/contact.jpg);
    left: 0
}

.page-header .backgroundfullAboutUs {
    right: 0;
    background-position-x: right;
    background-position-y: center
}

.team blockquote {
    width: 80%;
    margin: 0 auto
}

blockquote p::after,
blockquote p::before {
    content: "“";
    font-family: Georgia;
    font-size: 8rem;
    margin: -3rem 0 0 -5rem;
    position: absolute;
    opacity: .5;
    color: #1c1c1c
}

.intro.innerHeading.aboutus .section-subtitle,
.intro.innerHeading.aboutus .section-title {
    color: #1c1c1c;
    text-shadow: none;
    position: relative
}

blockquote p::after {
    content: "”";
    margin: -1rem -4rem 0 0
}

.intro .container {
    z-index: 3
}

.intro .col-lg-7 {
    padding-left: 10%
}

.intro h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px
}

.intro h6:after {
    content: "";
    width: 70px;
    height: 1px;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 7px
}

.intro b {
    font-size: 120px;
    line-height: 1;
    float: left;
    font-weight: 400;
    margin-right: 20px
}

.intro h4 {
    font-weight: 600
}

.intro p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 35px
}

.intro small {
    display: block;
    opacity: .7;
    margin-bottom: 50px
}

.footer .link,
.intro a {
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid #1e4755;
    padding-bottom: 5px
}

.intro a:hover {
    border-color: #fff
}

.intro-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background: url(../images/88993367-farm-doodle-seamless-pattern.jpg) #2e2e2e;
    background-blend-mode: multiply
}

.intro-image .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0
}

.intro-image:before {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0
}

.intro-image .office-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #1f4655;
    position: relative;
    overflow: hidden
}

.home-slider,
.icon-content-block,
.innerServiceBenefits {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center
}

.intro-image figure {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    height: 300px
}

.intro-image figure .particleCanv {
    content: "";
    width: 100%;
    height: 100%;
    background: #1f4655;
    background: linear-gradient(90deg, #1f4655 38%, rgba(31, 70, 85, 0) 86%);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1
}

.intro-image figure .particleCanv::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #4d4d4d 0, #fff 10%, #4d4d4d 20%);
    background-position: 0;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 3s linear infinite forwards shine
}

.intro-image figure img {
    width: 100%;
    opacity: 1
}

.intro-image figure figcaption {
    position: absolute;
    left: 10%;
    top: 50%;
    padding: 20px;
    line-height: 1;
    transform: translateY(-50%);
    z-index: 2
}

.intro-image figure figcaption h6 {
    font-size: 3rem;
    color: #fff;
    font-weight: 600
}

.home-slider {
    color: #fff
}

.home-slider .odometer {
    font-size: 4vw;
    line-height: 1
}

.home-slider .symbol {
    width: 100%;
    display: block;
    font-size: 15px
}

.home-slider small {
    width: 80%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 30px;
    margin: 20px 10%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px
}

.birdPartnerBenefits {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    background: #d6d7d1;
    min-height: 120dvh
}

.sectionHeadingPartners {
    padding: 40px 70px;
    font-size: 22px;
    color: #625e58;
    font-weight: 600
}

.illustration {
    position: relative;
    min-height: 107dvh
}

.birdPartnerBenefits .birdDiv img {
    transform: rotate(-90deg);
    z-index: 4;
    position: relative;
    left: 5px;
    top: -56px
}

.birdPartnerBenefits .wingdiv {
    border-top: 2px solid #fff;
    width: 40%;
    transform-origin: top right;
    position: absolute;
    top: 53px;
    left: 10%;
    z-index: 3
}

.birdPartnerBenefits .wingdiv>div.wingcontent {
    position: relative;
    color: #6b6a6b;
    text-shadow: 1px 0 1px #666;
    width: 150px
}

.wd1 {
    transform: rotate(0)
}

.wd1 div.wingcontent {
    top: 10px
}

.wd2 {
    transform: rotate(-30deg)
}

.wd2 div.wingcontent {
    transform: rotate(30deg);
    top: 35px
}

.wd3 {
    transform: rotate(-60deg)
}

.wd3 div.wingcontent {
    transform: rotate(60deg);
    top: 35px;
    left: 30px
}

.wd4 {
    transform: rotate(-90deg);
    transform-origin: top left
}

.wd4 div.wingcontent {
    transform: rotate(90deg);
    top: -1px;
    left: 30px
}

.wd5 {
    transform: rotate(-120deg);
    transform-origin: top left
}

.wd5 div.wingcontent {
    transform: rotate(120deg);
    top: 35px
}

.wd6 {
    transform: rotate(-150deg);
    transform-origin: top left
}

.wd6 div.wingcontent {
    transform: rotate(150deg);
    top: 26px
}

.birdPartnerBenefits .wingdiv.wd7 {
    right: 10%;
    left: auto
}

figure.wing-image img {
    height: 100px
}

.icon-content-block,
.innerServiceBenefits {
    color: #fff;
    background: #1f4655
}

.contactSection,
.whatis {
    display: flex;
    flex-wrap: wrap
}

.masonry,
.whatis {
    background: #696868;
    width: 100%
}

.innerServiceBenefits .container {
    padding-bottom: 0;
    padding-top: 3rem;
    background: #1f4655;
    width: 100%
}

.innerServiceBenefits .content-block {
    width: 100%;
    display: block;
    margin: 0 0 20px;
    padding: 30px;
    position: relative;
    transition: .25s ease-in-out;
    border-radius: 3px
}

.icon-content-block .content-block.selected:before,
.innerServiceBenefits .content-block.selected:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: -1;
    background: url(../images/dot-pattern.png) right/10px
}

.innerServiceBenefits .content-block figure {
    width: 100%;
    display: block;
    margin-bottom: 25px;
    border-radius: 3px
}

.innerServiceBenefits .content-block figure img {
    height: 100px;
    border-radius: 3px
}

.innerServiceBenefits .content-block h6 {
    display: block;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.innerServiceBenefits.linkage .content-block a h6 {
    cursor: pointer;
    color: #fff
}

.innerServiceBenefits .content-block h6.isActive {
    border-bottom: 3px solid #fff
}

.icon-content-block .content-block ul,
.innerServiceBenefits .content-block ul {
    margin: 0;
    padding: 0
}

.icon-content-block .content-block ul li,
.innerServiceBenefits .content-block ul li {
    padding: 3px 0;
    opacity: .7;
    list-style: none;
    font-weight: 300
}

#brochureDownload,
#roadblock,
.team figure:hover ul {
    visibility: visible;
    opacity: 1
}

.innerServiceBenefits.partners .content-block p {
    font-size: 12px
}

.innerServiceBenefits.partners .content-block h6 {
    min-height: 43px
}

.masonry.d-flex {
    gap: 10px
}

.masonry.d-flex .container {
    width: 100%;
    padding: 20px
}

.masonry .gallerySingleTitle {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: 600
}

.whatis {
    text-align: center;
    color: #fff
}

.contactSection,
.whatis .post:nth-child(odd) .post-content {
    text-align: left
}

.whatis .container {
    padding-bottom: 3rem;
    padding-top: 3rem;
    width: 100%
}

.whatis.blog {
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    padding-top: 80px
}

.whatis.risingSun {
    background-image: url(../images/mission-vision.jpg);
    background-size: cover;
    color: #1c1c1c;
    background-blend-mode: screen
}

.whatis.blog .post-content {
    padding-left: 60px
}

.whatis.blog .post-content .post-title {
    font-size: 2rem;
    padding-top: 20px
}

.whatis .post .post-short-desc,
ul.social-share-fixed li a:hover {
    color: #ececec
}

.whatis .post:nth-child(odd) {
    background-color: #525252
}

.whatis .post:nth-child(2n) .post-content,
.whatis .post:nth-child(odd) .post-short-desc {
    padding-right: 20px
}

.whatis .post:nth-child(2n) .post-image,
.whatis .post:nth-child(odd) .post-image {
    width: 40%;
    overflow: hidden
}

.whatis .post:nth-child(2n) .post-short-desc {
    padding-left: 20px
}

.whatis .post:nth-child(2n) .post-image img,
.whatis .post:nth-child(odd) .post-image img {
    position: relative;
    top: 0;
    width: 100%;
    padding-top: 36px
}

.contactSection {
    width: 100%;
    color: #fff;
    background: #2e2e2e
}

.contactSection .container {
    padding-bottom: 3.5rem;
    padding-top: 3rem;
    width: 80%
}

.contactSection .container button {
    height: 58px
}

.icon-content-block .container {
    background: url(../images/droneProductBg.jpg) 0 0/cover no-repeat #1f4655;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 3rem 0 6rem;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    background-blend-mode: exclusion
}

.icon-content-block .container canvas {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0
}

.icon-content-block.home .container {
    background-image: url(../images/agriculture-iot-with-rice-field-background_53876-124635.avif);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply
}

.icon-content-block .content-block {
    width: 100%;
    display: block;
    margin: 0;
    padding: 50px 30px;
    position: relative;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.icon-content-block .content-block figure {
    width: 100%;
    display: block;
    margin-bottom: 40px
}

.icon-content-block .content-block figure img {
    height: 150px
}

.icon-content-block .content-block h6 {
    display: block;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px
}

.special .content-block {
    text-align: center;
    padding: 20px;
    transition: .3s
}

.special .content-block img {
    transition: transform .3s
}

.special .content-block:hover img {
    animation: .6s infinite alternate moveUpDown
}

.icon-content-block .content-block:hover h6 {
    background-color: #1e4755;
    color: #fff;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -ms-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out
}

.icon-content-block .content-block:hover ul {
    background-color: #696868;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: 215ms ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out
}

.icon-content-block .content-block:hover::before,
.team figure ul {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out
}

.icon-content-block .content-block:hover::before {
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: -1;
    background: url(../images/dot-pattern.png) right/10px;
    opacity: .4;
    transition: .25s ease-in-out
}

@keyframes moveUpDown {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

.text-content-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 80px 0 50px;
    background: #fff
}

.text-content-block.inspiration {
    background: #1e4755;
    color: #fff
}

.text-content-block.partners .gap-20 {
    gap: 20px
}

.text-content-block.partners small {
    font-size: 15px
}

@media (min-width:992px) {
    .text-content-block.partners .col-lg-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.text-content-block .col-md-4 {
    margin: 20px 0
}

.text-content-block .section-title {
    margin-bottom: 30px
}

.text-content-block h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    padding-right: 20%;
    margin-bottom: 70px
}

.text-content-block small {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: -20px;
    opacity: .1;
    display: block
}

.text-content-block h6 {
    font-size: 20px
}

.text-content-block p {
    padding-right: 20%;
    margin-bottom: 0;
    line-height: 1.5
}

.testimonials {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    position: relative
}

#particles-js2.testimonials>.container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.testimonials:before {
    content: "";
    width: 100%;
    height: 50px;
    background: #1f4655;
    position: absolute;
    left: 0;
    top: 0
}

.testimonials .section-title {
    margin-bottom: 0;
    margin-top: 180px;
    padding-left: 5dvw
}

.testimonials .testimonial-home-slider {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    top: 0
}

.testimonials .swiper-pagination {
    width: 100px;
    right: 80px;
    left: auto;
    bottom: 115px;
    text-align: right
}

.team .reveal-effect.masker:after,
.testimonials .swiper-pagination-bullet {
    background: #1f4655
}

.testimonials .swiper-pagination-bullet:hover {
    border-color: #1f4655
}

.testimonials .swiper-pagination-bullet-active {
    border-color: #1f4655;
    background: 0 0
}

.testimonials .testimonial {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 80px;
    color: #fff
}

.testimonials .testimonial blockquote {
    font-size: 21px;
    line-height: 1.7;
    min-height: 370px;
    font-weight: 300;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.testimonials .testimonial .reviewer {
    width: 100%;
    display: flex
}

.testimonials .testimonial .reviewer img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-right: 15px;
    float: left
}

.testimonials .testimonial .reviewer .reviewer-infos {
    width: calc(100% - 65px);
    float: left
}

.team figure figcaption h6,
.testimonials .testimonial .reviewer h6 {
    display: block;
    font-weight: 600
}

.contact .contact-form #contact,
.contact address,
.hideinmobile,
.testimonials .testimonial .reviewer small,
ul.social-share-fixed.showSocialShare {
    display: block
}

.team,
.team figure {
    display: flex;
    position: relative
}

.team {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 100px;
    color: #2e2e2e;
    background-image: url(../images/about-us-pratik.png);
    z-index: 2;
    background-size: cover;
    background-position: right center;
    min-height: 700px
}

.team figure,
.works {
    width: 100%;
    flex-wrap: wrap
}

.team h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5
}

.team figure {
    margin-bottom: -100px
}

.team figure figcaption {
    display: block;
    color: #1f4655;
    margin-top: 20px
}

.team figure figcaption small {
    display: block;
    opacity: .5
}

.team figure ul {
    width: 80%;
    display: flex;
    margin: 10%;
    padding: 0;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 60px;
    transition: .25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.works ul li figure,
.works ul li figure:before {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out
}

.team figure ul li {
    flex: 1;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
    border-right: 1px solid #eee
}

.team figure ul li:last-child {
    border-right: 0
}

.team figure ul li a {
    color: #1f4655;
    font-size: 13px;
    padding: 5px
}

.footer ul li a:hover,
.team figure ul li a:hover {
    color: #1e4755
}

.works {
    display: flex;
    padding: 150px 0;
    background: #1f4655;
    color: #fff
}

.case-study,
.contact,
.works ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.works ul {
    margin: -60px 0;
    padding: 0;
    position: relative;
    z-index: 2
}

.works ul li {
    width: 33.33333%;
    display: inline-block;
    margin: 0;
    padding: 60px;
    list-style: none
}

.works ul li:nth-child(2n+2) {
    margin-top: 100px
}

.works ul li:nth-child(3n+3) {
    margin-top: 40px
}

.works ul li figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    background: #1f4655;
    transition: .25s ease-in-out
}

.works ul li figure:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, .3);
    transform: translateY(-10px)
}

.works ul li figure:before {
    content: "";
    width: 90%;
    height: 30%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: -1;
    background: url(../images/dot-pattern.png) right/10px;
    opacity: 0;
    transition: .25s ease-in-out
}

.works ul li figure a {
    width: 100%;
    background: #1f4655;
    display: block;
    position: relative;
    z-index: 2
}

.works ul li h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 26px;
    letter-spacing: -1px
}

.works ul li small {
    display: block;
    opacity: .7
}

.case-study,
.contact {
    padding: 150px 0;
    background: #fff
}

.blog,
.blog .sidebar {
    flex-wrap: wrap;
    display: flex;
    width: 100%
}

.blog .post .post-content h5,
.case-study h6,
.contact h6 {
    font-weight: 600;
    margin-top: 30px
}

.case-study h5 {
    font-size: 5vw;
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase
}

.case-study p {
    margin-bottom: 20px;
    line-height: 1.5
}

.case-study figure {
    width: 100%;
    display: block;
    margin-bottom: 30px
}

.case-study .container-fluid {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px
}

.blog {
    padding: 0
}

.blog .col-lg-9 {
    padding-right: 60px
}

.blog .sidebar {
    float: left;
    padding: 50px 0
}

.blog .sidebar .widget {
    width: 100%;
    display: block;
    border-left: 1px solid #eee;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-bottom: 10px
}

.blog .sidebar .widget .title {
    display: block;
    font-weight: 800;
    font-size: 19px;
    padding: 15px 0;
    position: relative
}

.blog .sidebar .widget .title:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #1f4655;
    position: absolute;
    left: -31px;
    top: 0
}

.blog .post .post-content ul li,
.blog .sidebar .widget p,
.contact address p,
.footer .footer-bar .copyright {
    margin: 0
}

.blog .sidebar .widget form input[type=text] {
    width: 100%;
    margin-bottom: 10px
}

.blog .sidebar .widget .categories {
    width: 100%;
    margin: 0;
    padding: 0
}

.blog .sidebar .widget .categories li {
    display: flex;
    flex-wrap: wrap;
    margin: 4px 0;
    padding: 0;
    list-style: none
}

.blog .sidebar .widget .categories li span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ccc;
    color: #fff;
    margin-right: 15px;
    margin-left: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600
}

.blog .sidebar .widget .categories li a {
    color: #1f4655;
    margin-left: 0;
    font-weight: 600
}

.blog .sidebar .widget .tags {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 0
}

.blog .sidebar .widget .tags li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px
}

.blog .sidebar .widget .tags li a {
    font-weight: 600;
    font-size: 11px;
    background: #1f4655;
    color: #fff;
    line-height: 1;
    padding: 3px 6px
}

.blog .sidebar .widget .mini-works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.blog .post,
.clients {
    flex-wrap: wrap;
    display: flex
}

.blog .sidebar .widget .mini-works li {
    width: 33.3333%;
    display: inline-block;
    margin: 0;
    padding: 4px;
    list-style: none
}

.blog .post {
    width: 100%;
    float: left;
    align-items: center
}

.blog .post.single .post-image {
    width: 100%;
    margin-bottom: 50px
}

.blog .post.single .post-content {
    width: 100%;
    padding: 0 60px
}

.blog .post.single .post-content .post-title {
    font-size: 4vw;
    line-height: 1.4
}

.blog .post:nth-child(2n) .post-image {
    order: 2
}

.blog .post:nth-child(2n) .post-content {
    order: 1;
    padding-right: 60px;
    padding-left: 0;
    text-align: right
}

.blog .post .post-image {
    width: 45%;
    margin: 0;
    position: relative
}

.blog .post .post-image img {
    position: relative;
    width: 100%
}

.blog .post .post-content {
    width: 59%;
    padding-left: 60px
}

.blog .post .post-content ul {
    margin-bottom: 30px;
    padding-left: 20px
}

.blog .post .post-content .social-share {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 40px;
    text-align: center
}

.blog .post .post-content .social-share li {
    float: left;
    margin-right: 5px;
    padding: 0;
    list-style: none
}

.blog .post .post-content .social-share li.facebook a {
    background: #475993
}

.blog .post .post-content .social-share li.twitter a {
    background: #76a9ea
}

.blog .post .post-content .social-share li.google-plus a {
    background: #f34a38
}

.blog .post .post-content .social-share li.linkedin a {
    background: #0077b7
}

.blog .post .post-content .social-share li.youtube a {
    background: #f61c0d
}

.blog .post .post-content .social-share li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    float: left;
    background: #1f4655;
    color: #fff;
    border: none;
    border-radius: 0
}

.blog .post .post-content .image-left {
    width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 20px
}

.blog .post .post-content .image-full {
    width: 100%;
    display: block;
    margin: 30px 0
}

.blog .post .post-content .post-date {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: .5
}

.blog .post .post-content .post-author,
.blog .post .post-content .post-title {
    margin-bottom: 20px;
    width: 100%;
    display: block
}

.blog .post .post-content .post-title {
    font-size: 3vw;
    font-weight: 800
}

.blog .post .post-content .post-author img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%
}

.blog .post .post-content .post-author span {
    display: inline-block;
    color: #a7a7a7
}

.blog .post .post-content .post-author span a {
    color: #1f4655;
    font-size: 15px
}

.blog .post .post-content .post-author span a:hover {
    color: #1f4655
}

.blog .post .post-content .post-categories {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 0
}

.blog .post .post-content .post-categories li {
    display: inline-block;
    list-style: none
}

.blog .post .post-content .post-categories li a {
    font-weight: 600;
    font-size: 11px;
    background: #000;
    color: #fff;
    line-height: 1;
    padding: 3px 6px
}

.blog .post .post-content .post-link {
    border-bottom: 2px solid #1f4655;
    padding-bottom: 5px
}

.clients {
    width: 100%;
    padding: 150px 0;
    background: #fff;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, .3)
}

.clients::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: 0;
    background: url(../images/what-they.jpg) 0 0/cover
}

.clients ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.clients ul li {
    width: 50%;
    margin: 0;
    padding: 10px;
    list-style: none;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    background-color: #fff
}

.contact address a {
    text-decoration: underline
}

.contact .contact-form {
    width: 100%;
    display: block
}

.contact .contact-form #contact .form-group {
    display: block;
    position: relative;
    margin-bottom: 35px
}

.contact .contact-form #contact .form-group span {
    width: 100%;
    line-height: 58px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    z-index: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.contact .contact-form #contact .form-group input:focus+span,
.contact .contact-form #contact .form-group span.label-up,
.contact .contact-form #contact .form-group textarea:focus+span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600
}

.shineIcon {
    mask: linear-gradient(135deg, #000c 40%, #000, #000c 60%) 100% 100%/240% 240%;
    transition: .6s
}

.shineIcon:hover {
    mask-position: 0 0
}

.contact .contact-form #contact .form-group input[type=text] {
    width: 400px;
    background: 0 0;
    position: relative;
    z-index: 2
}

.contact .contact-form #contact .form-group textarea {
    width: 500px;
    background: 0 0;
    position: relative;
    z-index: 2
}

.contact .contact-form #contact .form-group label.error {
    width: 100%;
    color: red;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px
}

.contact .contact-form #error,
.contact .contact-form #success {
    display: none;
    float: left
}

.contact .contact-form #error {
    background: red;
    color: #fff
}

.contact .contact-form #success {
    background: green;
    color: #fff
}

.contact .contact-form .alert {
    border: none;
    border-radius: 0;
    padding: 20px 30px
}

.contact .map {
    width: 80%;
    height: 400px;
    display: block;
    background: #1f4655
}

.contact .map iframe {
    width: 100%;
    height: 100%;
    border: none
}

.msgDivs,
.showinmobile {
    display: none
}

.footer {
    width: 100%;
    position: sticky;
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    color: #fff;
    background: url(../images/footer-bg.gif) top center/80% auto no-repeat
}

.footer ul {
    margin: 0;
    padding: 0;
    float: right
}

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

.footer ul li a {
    color: #fff;
    font-size: 13px
}

.footer h6 {
    font-size: 2vw;
    margin-bottom: 20px
}

.footer h2 {
    font-size: 3vw;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 30px;
    opacity: .7
}

.footer .link:hover {
    border-color: #fff;
    text-decoration: none
}

.footer .footer-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 13px
}

.footer .footer-bar .creation a {
    color: #fff;
    text-decoration: underline
}

.stickySectionTop {
    position: sticky !important;
    top: 0
}

.stickySection {
    position: sticky !important;
    top: 45px;
}

.width100overHidden {
    width: 100vw;
    overflow: hidden
}

.bgLightGrey {
    background: #696868
}

.flip-card,
.flip-card-front {
    background-color: transparent
}

.padBot20 {
    padding-bottom: 20vw
}

#brochureDownload,
#roadblock {
    border: 0;
    float: none;
    letter-spacing: normal;
    outline: 0;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    line-height: 1;
    font-family: Arial, sans-serif;
    box-shadow: none;
    appearance: none;
    inset: 0px;
    overflow: auto scroll;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    z-index: 888888888;
    zoom: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: none
}

#brochureDownload .signupcontainer,
#roadblock .signupcontainer {
    width: 100%;
    max-width: 80%;
    display: block;
    position: relative;
    top: 20px;
    transform: translateY(0);
    margin: 0 auto;
    transition: top .2s, left .2s, margin-bottom .2s;
    background-color: #ababab;
    background-blend-mode: hard-light;
    min-height: 80dvh;
    background-size: cover;
    opacity: .8
}

#brochureDownload .signupcontainer .heading,
#roadblock .signupcontainer .heading {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    color: #1c1c1c;
    text-shadow: 1px 1px #000;
    padding-top: 79px
}

#roadblock .signupcontainer .subheading {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    text-shadow: 1px 1px #000;
    padding-top: 30px
}

#brochureDownload .signupcontainer .subheading {
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    color: #1e4755
}

.flip-card {
    width: 300px;
    height: 341px;
    perspective: 1000px;
    z-index: 4;
    position: relative
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .8s;
    transform-style: preserve-3d
}

.flip-card-back,
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flip-card-front {
    color: #000
}

.flip-card-back {
    background-color: #1f4655;
    color: #fff;
    padding: 20px
}

.flip-card h1 {
    font-weight: 400;
    font-size: 18px
}

.flip-card p {
    font-size: 14px
}

#brochureDownload .signupcontainer .subheading.title {
    font-size: 25px
}

.error-msg,
.error-msg-bro,
.success-msg,
.success-msg-bro {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-shadow: none;
    text-align: left
}

.jOxerd {
    position: absolute !important;
    cursor: pointer !important;
    z-index: 1110 !important;
    border: none !important;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 5px !important;
    margin: 32px !important;
    color: #fff !important;
    border-radius: 100% !important;
    box-shadow: 0 0 0 0 #3333 3 !important;
    min-width: auto !important
}

ul.social-share-fixed {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 8;
    display: none;
    margin: 0
}

ul.social-share-fixed li {
    display: block;
    padding: 5px;
    transition: 1s
}

.social-share-fixed li:hover {
    position: relative;
    left: -10px
}

ul.social-share-fixed li a {
    font-size: 18px;
    color: #fff
}
@media only screen and (max-width:1179px),
only screen and (max-device-width:1189px) {
    .birdPartnerBenefits{
        min-height: 65dvh;
    }
    .illustration {
        position: relative;
        min-height: 70dvh;
    }
}
@media only screen and (max-width:1023px),
only screen and (max-device-width:1023px) {
    .testimonials .testimonial-home-slider {
        width: 100%;
        top: 0
    }

    .testimonials .section-title br {
        display: none
    }
}

@media only screen and (max-width:991px),
only screen and (max-device-width:991px) {
    .section-title {
        font-size: 8vw;
        margin-bottom: 50px
    }

    .all-cases .inner,
    .page-header .inner {
        padding-left: 160px
    }

    .social-media .inner ul li {
        font-size: 4vw
    }

    .all-cases .inner ul li {
        font-size: 10vw
    }

    .clients,
    .contact,
    .intro,
    .team,
    .text-content-block,
    .works {
        padding: 80px 0
    }

    .works ul li {
        width: 50%
    }

    .slider .gallery-thumbs .swiper-slide-active span {
        width: 100%;
        font-size: 8vw;
        line-height: 11vw;
        text-align: center;
        margin: 0 auto;
        display: block;
        float: none
    }

    .slider .gallery-thumbs .swiper-slide-active a {
        font-size: 8vw;
        text-align: center
    }

    .video-container.gallery-top {
        background-image: none
    }

    .intro .col-lg-7 {
        padding-left: 15px;
        margin-top: 50px
    }

    .intro-image {
        padding-bottom: 0
    }

    .icon-content-block .col-lg-3:nth-child(3) {
        margin-top: 0
    }

    .icon-content-block .content-block {
        padding: 30px 20px
    }

    .process {
        margin-bottom: 80px
    }

    .process .col-lg-3:first-child {
        margin-bottom: 40px
    }

    .process .odometer {
        font-size: 8vw
    }

    .testimonials {
        padding-top: 53px;
        min-height: 85dvh
    }

    ul.social-share-fixed {
        right: 0;
        top: auto;
        margin: 0;
        bottom: 0;
        padding: 0
    }
    .contactSection{
        position: relative;
        top: 190px;
    }
    .contactSection.partners{
        position: relative;
        top: 0px;
    }
    ul.social-share-fixed li {
        background-color: #696868;
        border-radius: 5px 0 0 5px;
        text-align: center;
        display: inline-block;
        height: 50px;
        width: 19dvw
    }

    ul.social-share-fixed li a {
        font-size: 20px
    }

    .team:before,
    .testimonials:before {
        display: none
    }

    .testimonials .col-lg-6:first-child {
        order: 1
    }

    .testimonials .col-lg-6:last-child {
        order: 2
    }

    .testimonials .testimonials-slider {
        margin-top: 40px;
        width: 100%
    }

    .testimonials .swiper-pagination {
        bottom: 65px
    }

    .testimonials .testimonial {
        padding: 50px 80px
    }

    .testimonials .section-title {
        margin-top: 0;
        padding-left: 0dvh
    }

    .team .col {
        width: 33.33333%;
        flex-basis: auto;
        flex-grow: inherit
    }

    .team figure {
        margin: 30px 0
    }

    .team figure figcaption {
        color: #fff
    }

    .team h5 {
        margin-bottom: 40px;
        margin-top: 0
    }

    .blog {
        padding: 30px 0
    }

    .blog .col-lg-9 {
        padding-right: 15px
    }

    .contact .map {
        width: 100%;
        margin: 50px 0
    }

    .contact .contact-form {
        margin-top: 30px
    }

    .footer h6 {
        font-size: 26px
    }

    .footer ul {
        width: 100%;
        float: left;
        margin-bottom: 30px
    }

    .footer ul li {
        margin-left: 0;
        margin-right: 10px
    }
}

@media only screen and (max-width:1024px) and (min-width:768px) {

    .birdPartnerBenefits .wingdiv>div.wingcontent br,
    .hideinmobile {
        display: none
    }

    .showinmobile {
        display: block
    }

    .illustration {
        display: flex;
        flex-wrap: wrap
    }

    .illustration .birdDiv {
        flex: 0 1 100%
    }

    .birdPartnerBenefits .wingdiv {
        position: relative;
        border-top: none;
        top: 0;
        margin-top: 10px;
        left: 0;
        width: 46%;
        flex: 0 0 50%
    }

    .birdPartnerBenefits .wingdiv>div.wingcontent {
        width: 90%;
        margin: 10px auto
    }

    .wd1,
    .wd2,
    .wd3 {
        transform: rotate(0)
    }

    .wd1 div.wingcontent {
        top: auto
    }

    .wd2 div.wingcontent,
    .wd5 div.wingcontent,
    .wd6 div.wingcontent {
        transform: rotate(0);
        top: auto
    }

    .wd3 div.wingcontent,
    .wd4 div.wingcontent {
        transform: rotate(0);
        top: auto;
        left: auto
    }

    .wd4,
    .wd5,
    .wd6 {
        transform: rotate(0);
        transform-origin: top left
    }
}

@media only screen and (max-width:767px),
only screen and (max-device-width:767px) {
    .section-title {
        font-size: 9vw;
        margin-bottom: 40px
    }

    .left-side .hamburger {
        margin: 77px auto auto
    }

    .slider .gallery-thumbs {
        width: 100%;
        margin: 0
    }

    .all-cases .inner,
    .page-header .inner {
        padding-left: 30px;

    }
    .page-header .inner h1{
        font-size: 10vw;
    }   
    .page-header .inner p {
        font-size:25px;
        padding-right: 10%;
        letter-spacing: 0px;
    }
    #brochureDownload .signupcontainer .heading, #roadblock .signupcontainer .heading{
        font-size: 27px;
        text-shadow: none;
    }
    #brochureDownload .signupcontainer .subheading.title{
        font-size: 16px;
    }
    .contactSection .container{
        width: 96%;
    }
    .contactSection .container input{
        height: 58px;
    }
    .col-xs-6{
    width: 48% !important;
    
    padding-right: 2px;
    padding-left: 2px;
    }
    input[type=email], input[type=password], input[type=search], input[type=text]{
        height: 45px;
    }
    .swiper-container-fade .swiper-slide{
        background-color: #1e4755;
    }
    .swiper-container-fade .swiper-slide img{
        display: none;
    }
    .swiper-container-fade .swiper-slide .particleCanv img{
        display: block;
    }
    .testimonials .testimonial .reviewer img{
        width:60px;
        height: 60px;
    }
    .testimonials .testimonial blockquote{
        font-size: 17px;
    }
    .site-navigation{
        padding-left: 95px;
    }
    .all-cases .inner ul li {
        font-size: 13vw
    }

    .site-navigation .inner,
    .whatis.blog .post-content {
        padding-left: 0
    }

    .site-navigation .inner ul li {
        line-height: 1
    }

    .site-navigation .inner ul li a {
        font-size: 25px
    }

    .site-navigation .inner ul li i {
        font-size: 20px;
        margin-left: 13px
    }

    .birdPartnerBenefits .wingdiv>div.wingcontent br,
    .footer h2 br,
    .hideinmobile,
    .icon-content-block .content-block.selected:before,
    .illustration .birdDiv,
    .left-side .follow-us,
    .site-navigation .inner ul li small,
    .slide-progress {
        display: none
    }

    .showinmobile,
    .team figure {
        display: block
    }

    .site-navigation .inner ul li ul {
        margin-top: 10px
    }

    .site-navigation .inner ul li ul li a {
        font-size: 22px
    }

    .left-side {
        width: 80px;
        border-right: none
    }

    .all-cases-link {
        right: 15px
    }

    .swiper-button-next {
        right: 20px
    }

    .swiper-button-prev {
        right: 90px
    }

    .icon-content-block .col-lg-3:nth-child(3) {
        margin: 50px 0
    }

    .icon-content-block .content-block {
        padding: 0
    }

    .icon-content-block .content-block.selected {
        background: 0 0;
        box-shadow: none
    }

    .testimonials .testimonial {
        padding: 70px 50px
    }

    .testimonials .swiper-pagination {
        bottom: 85px
    }

    .team .col {
        width: 50%;
        flex-basis: 50%;
        flex-grow: inherit
    }

    .team figure {
        height: auto
    }

    .team figure img {
        height: auto;
        object-fit: cover
    }

    .innerServiceBenefits .container,
    .works ul li {
        width: 100%
    }

    .whatis~.testimonials .section-title,
    .works ul li:nth-child(2n+2),
    .works ul li:nth-child(3n+3) {
        margin-top: 0
    }

    .clients ul li {
        padding: 30px 20px;
        width: 50%
    }

    .blog .post .post-image {
        width: 100%;
        margin-bottom: 40px
    }

    .blog.events .post .post-content {
        width: 100%;
        padding: 2px !important
    }

    .blog .post:nth-child(2n) {
        text-align: left
    }

    .blog .post:nth-child(2n) .post-image,
    .whatis~.testimonials .col-lg-6:first-child {
        order: 1
    }

    .blog .post:nth-child(2n) .post-content {
        order: 2;
        text-align: left
    }

    .blog .post .post-content .post-title,
    .footer h2 {
        font-size: 7vw
    }

    .blog .post.single .post-content .post-title {
        font-size: 8vw
    }

    .footer .footer-bar .creation {
        width: 100%;
        display: block;
        margin-top: 5px
    }

    .innerServiceBenefits .content-block {
        margin: 0 0 10px;
        padding: 20px 5px
    }

    .innerServiceBenefits .content-block figure {
        margin-bottom: 10px
    }

    .innerServiceBenefits .content-block ul {
        margin: 0;
        padding: 0
    }

    .whatis .container {
        padding-bottom: 3rem;
        padding-top: 3rem
    }

    .whatis.blog {
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 0
    }

    .whatis.blog .post {
        position: relative
    }

    .whatis.blog .post-content .post-title {
        position: absolute;
        top: -8px;
        left: 0;
        font-size: 1.5rem
    }

    .whatis .post:nth-child(2n) .post-content,
    .whatis .post:nth-child(odd) .post-content {
        text-align: center;
        width: 95%;
        padding: 12px !important;
        margin: 0 auto
    }

    .whatis .post:nth-child(2n) .post-image,
    .whatis .post:nth-child(odd) .post-image {
        width: 95%;
        margin: 0 auto
    }

    #particles-js.intro img {
        width: 100% !important
    }

    .whatis .post:nth-child(2n) .post-short-desc {
        padding-left: 20px;
        text-align: center
    }

    .whatis .post:nth-child(odd) .post-short-desc {
        padding-right: 20px
    }

    .whatis~.testimonials .col-lg-6:last-child {
        order: 2
    }

    .testimonials .testimonial-home-slider {
        width: 100%;
        top: 0
    }

    .intro.innerHeading {
        padding-left: 10px;
        padding-top: 130px
    }

    .birdPartnerBenefits .wingdiv {
        position: relative;
        border-top: none;
        width: 100%;
        top: 0;
        margin-top: 10px;
        left: 0
    }

    .birdPartnerBenefits .wingdiv>div.wingcontent {
        width: 90%;
        margin: 10px auto
    }

    .wd1,
    .wd2,
    .wd3 {
        transform: rotate(0)
    }

    .wd1 div.wingcontent {
        top: auto
    }

    .wd2 div.wingcontent,
    .wd5 div.wingcontent,
    .wd6 div.wingcontent {
        transform: rotate(0);
        top: auto
    }

    .wd3 div.wingcontent,
    .wd4 div.wingcontent {
        transform: rotate(0);
        top: auto;
        left: auto
    }

    .wd4,
    .wd5,
    .wd6 {
        transform: rotate(0);
        transform-origin: top left
    }
}

@keyframes shine {
    0% {
        background-position: 0
    }

    100%,
    60% {
        background-position: 180px
    }
}

@keyframes texteffect {
    0% {
        transform: translateY(50%);
        opacity: 0
    }

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

@-webkit-keyframes show-img-1 {

    0%,
    66.6% {
        visibility: hidden
    }

    100%,
    66.7% {
        visibility: visible
    }
}

@keyframes show-img-1 {

    0%,
    66.6% {
        visibility: hidden
    }

    100%,
    66.7% {
        visibility: visible
    }
}

@-webkit-keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(.05, 1);
        transform: scale(.05, 1)
    }

    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }
}

@keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(.05, 1);
        transform: scale(.05, 1)
    }

    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }
}