@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline:0;
}

body{
    font-family: 'Mont';
    font-size: 16px;
    color: #1a2b17;
    line-height: 28px;
}
li{
    list-style: none;
}
a{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover{
    text-decoration: none;
}
h2,
.inner-heading h1,
.download-section h1{
    font-weight: 700;
    font-size: 40px;
    color: #003965;
    line-height: 1.23;
}
button:focus, select:focus{
    outline: none;
}
input:focus, textarea:focus{
    box-shadow: none !important;
}
::-moz-selection {
    color: #fff;
    background: #1a2b17;
}
::selection {
    color: #fff;
    background: #1a2b17;
}
html,body{
    width: 100%;
    overflow-x: hidden;
}

a.btn {
    display: inline-block;
    padding: 19px 20px;
    font-weight: 600;
    font-size: 14px;
    color: #0da5db;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px #0da5db solid;
    line-height: 13px;
    letter-spacing: 2.8px;
}
a.btn:hover{
    background: #83c700;
    border-color: transparent;
    color: #fff;
}
.show-sm,
.show-md{
    display: none;
}
/**====================================
Header 
====================================**/
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
}
header.fix-header{
    -webkit-box-shadow: -4px 4px 30px 0 rgba(187, 189, 209, 0.5);
    box-shadow: -4px 4px 30px 0 rgba(187, 189, 209, 0.5);
}
.menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -webkit-flex-grow: 1;
    -webkit-align-items: center;
}
 header .navbar-nav .nav-link {
    padding-right: 35px !important;
    padding-left: 35px !important;
}
/*header .menu-right .nav-item:last-child .nav-link{
    padding-left: 18px !important;
    padding-right: 0px !important;
}*/
.language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-brand{
    margin-right: 80px;
}
.navbar{
    padding: 20px 0px;
}
.navbar-nav .nav-link{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #003965;
    letter-spacing: 2.4px;
}
header .navbar-nav .logandsign {
    border: 2px solid #0da5db;
    border-radius: 52px;
    padding: 14px 32px !important;
    margin-right: 20px;
    line-height: 13px;
    color: #0da5db !important;
}
header .navbar-nav .logandsign:hover{
    background-color: #83c700;
    border-color: #83c700;
    color: #fff !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #003965;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color: #0da5db;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0da5db;
}
ul.menu-right li a{
    position: relative;
}


.lazy-load {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999999;
    background-color: #003965;
}
.lazy-load img {
    width: 300px;
}
.lazy-load figure {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: lazyload 2s ease-in;
    animation: lazyload 2s ease-in;
}

@-webkit-keyframes lazyload{
    0%{
       opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes lazyload{
    0%{
       opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

/**====================================
Banner 
====================================**/
.banner .bg-img{
    width: 100%;
}
.banner .container{
    position: absolute;
    left: 0;
    right: 0;
}
.banner .content{
    padding-top: 100px;
    position: relative;
    z-index: 6;
}
.banner .big-heading{
    display: block;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 60px;
    color: #003965;
    line-height: 1.25;
}    
.banner h1 {
    padding-bottom: 21px;
    font-weight: 600;
    font-size: 24px;
    color: #0da5db;
}
.banner p,
.download-header p,
.about-content h3{
    display: block;
    padding-bottom: 35px;
    font-size: 24px;
    color: #0da5db;
    line-height: 1.25;
    font-weight: 600;
}
.inner-heading.download-header p{
    line-height: 1.75;
}
.banner a.review-solutions{
    padding: 20px 35px;
    letter-spacing: 4.2px;
    border: none;
    color: #0da5db;
    font-weight: 600;
    border: 2px solid #0da5db;
}
.banner a.review-solutions span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.banner a.review-solutions:hover{
    background: #83c700;
    border-color: #83c700;
    color: #fff;
}
.banner a.review-solutions #scroll-down{
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.banner a.review-solutions:hover #scroll-down{
    fill: #fff;
}
.banner {
    position: relative;
}
.banner-animation {
    position: relative;
}
.bottom-clr-bx{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: #0DA5DB;
    z-index: 6;
}
.town-img{
    position: absolute;
    right: 0;
    bottom: 59px;
    z-index: 3;
}
.town-img img{
    width: 600px;
}
.light-house {
    position: absolute;
    bottom: 59px;
    z-index: 4;
    left: -82%;
}
#light-house{
    overflow: visible;
}
#light-house-light{
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transform-box: fill-box;
    -ms-transform-box: fill-box;
    -moz-transform-box: fill-box;
    -o-transform-box: fill-box;
    transform-box: fill-box;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 500px;
    -ms-perspective: 500px;
    -moz-perspective: 500px;
    -o-perspective: 500px;
    perspective: 500px;
    -webkit-animation: rotateAnimation 15s linear infinite;
    -ms-animation: rotateAnimation 15s linear infinite;
    -moz-animation: rotateAnimation 15s linear infinite;
    -o-animation: rotateAnimation 15s linear infinite;
    animation: rotateAnimation 15s linear infinite;
}
@-ms-keyframes rotateAnimation {
	0% {
        -ms-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
    100%{
        -ms-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
@-o-keyframes rotateAnimation {
	0% {
        -o-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
    100%{
        -o-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
@-moz-keyframes rotateAnimation {
	0% {
        -moz-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
    100%{
        -moz-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
@-webkit-keyframes rotateAnimation {
	0% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
    100%{
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
@keyframes rotateAnimation {
	0% {
        -webkit-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
    100%{
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
}
#light-beam{
    -webkit-animation: blingAnimation 15s linear infinite;
    -ms-animation: blingAnimation 15s linear infinite;
    -moz-animation: blingAnimation 15s linear infinite;
    -o-animation: blingAnimation 15s linear infinite;
    animation: blingAnimation 15s linear infinite;
}
@-webkit-keyframes blingAnimation {
	0% {
        opacity: 1;
    }
    15%{
        opacity: 1;
    }
    25%{
        opacity: 0.2;
    }
    40%{
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    65%{
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
    85%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
@-ms-keyframes blingAnimation {
	0% {
        opacity: 1;
    }
    15%{
        opacity: 1;
    }
    25%{
        opacity: 0.2;
    }
    40%{
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    65%{
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
    85%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
@-moz-keyframes blingAnimation {
	0% {
        opacity: 1;
    }
    15%{
        opacity: 1;
    }
    25%{
        opacity: 0.2;
    }
    40%{
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    65%{
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
    85%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
@-o-keyframes blingAnimation {
	0% {
        opacity: 1;
    }
    15%{
        opacity: 1;
    }
    25%{
        opacity: 0.2;
    }
    40%{
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    65%{
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
    85%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
@keyframes blingAnimation {
	0% {
        opacity: 1;
    }
    15%{
        opacity: 1;
    }
    25%{
        opacity: 0.2;
    }
    40%{
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    65%{
        opacity: 1;
    }
    75%{
        opacity: 0;
    }
    85%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
.mirror {
    position: absolute;
    height: 33px;
    width: 34px;
    background-color: #E7F6FB;
    left: 49.5%;
    top: 42.26%;
    -webkit-box-shadow: 0px 0px 49px 52px rgba(231,246,251,1);
    -moz-box-shadow: 0px 0px 49px 52px rgba(231,246,251,1);
    box-shadow: 0px 0px 49px 52px rgba(231,246,251,1);
    opacity: 1;
    z-index: 99;
    -webkit-animation: mirrorAnimation 15s linear infinite;
    -ms-animation: mirrorAnimation 15s linear infinite;
    -moz-animation: mirrorAnimation 15s linear infinite;
    -o-animation: mirrorAnimation 15s linear infinite;
    animation: mirrorAnimation 15s linear infinite;
}
.mirror:after{
    content: "";
    position: absolute;
    height: 50%;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 46px 24px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 46px 24px rgba(255,255,255,1);
    box-shadow: 0px 0px 46px 24px rgba(255,255,255,1);
}
@keyframes mirrorAnimation {
	0% {
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
-webkit-@keyframes mirrorAnimation {
	0% {
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
-ms-@keyframes mirrorAnimation {
	0% {
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
-moz-@keyframes mirrorAnimation {
	0% {
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
-o-@keyframes mirrorAnimation {
	0% {
        opacity: 0;
    }
    25%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }
}
.wind-power-plant {
    position: absolute;
    bottom: 59px;
    left: 33%;
    z-index: 5;
}
.cloud {
    position: absolute;
    top: 11%;
    left: 0;
    background: url(../images/cloud.svg) repeat-X center;
    height: 100px;
    width: 100%;
    background-size: 67%;
    z-index: 2;
    -webkit-animation: cloudAnimation 18000s linear infinite;
    -ms-animation: cloudAnimation 18000s linear infinite;
    -moz-animation: cloudAnimation 18000s linear infinite;
    -o-animation: cloudAnimation 18000s linear infinite;
    animation: cloudAnimation 18000s linear infinite;
    background-position: 100%;
}

@-webkit-keyframes cloudAnimation{
    0%{
        background-position: 100%;        
    }
    100%{
        background-position: 100000%;        
    }
}
@-ms-keyframes cloudAnimation{
    0%{
        background-position: 100%;      
    }
    100%{
        background-position: 100000%;        
    }
}
@-moz-keyframes cloudAnimation{
    0%{
        background-position: 100%;        
    }
    100%{
        background-position: 100000%;        
    }
}
@-o-keyframes cloudAnimation{
    0%{
        background-position: 100%;        
    }
    100%{
        background-position: 100000%;        
    }
}
@keyframes cloudAnimation{
    0%{
        background-position: 100%;       
    }
    100%{
        background-position: 100000%;        
    }
}

.plane {
    position: absolute;
    z-index: 1;
    -webkit-animation: planemove 16.5s linear infinite;
    -ms-animation: planemove 16.5s linear infinite;
    -moz-animation: planemove 16.5s linear infinite;
    -o-animation: planemove 16.5s linear infinite;
    animation: planemove 16.5s linear infinite;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -mos-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes planemove{
    0%{
        top: 15%;
        left: 60%;
        -webkit-transform: scale(.4);
                transform: scale(.4);
    }
    45%{
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    60%{
        top: -10%;
        left: -60%;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%{
        top: -10%;
        left: -60%;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-ms-keyframes planemove{
    0%{
        top: 15%;
        left: 60%;
        -ms-transform: scale(.4);
                transform: scale(.4);
    }
    45%{
        -ms-transform: scale(1);
                transform: scale(1);
    }
    60%{
        top: -10%;
        left: -60%;
        -ms-transform: scale(1);
                transform: scale(1);
    }
    100%{
        top: -10%;
        left: -60%;
        -ms-transform: scale(1);
                transform: scale(1);
    }
}
@-moz-keyframes planemove{
    0%{
        top: 15%;
        left: 60%;
        -moz-transform: scale(.4);
                transform: scale(.4);
    }
    45%{
        -moz-transform: scale(1);
                transform: scale(1);
    }
    60%{
        top: -10%;
        left: -60%;
        -moz-transform: scale(1);
                transform: scale(1);
    }
    100%{
        top: -10%;
        left: -60%;
        -moz-transform: scale(1);
                transform: scale(1);
    }
}
@-o-keyframes planemove{
    0%{
        top: 15%;
        left: 60%;
        -o-transform: scale(.4);
                transform: scale(.4);
    }
    45%{
        -o-transform: scale(1);
                transform: scale(1);
    }
    60%{
        top: -10%;
        left: -60%;
        -o-transform: scale(1);
                transform: scale(1);
    }
    100%{
        top: -10%;
        left: -60%;
        -o-transform: scale(1);
                transform: scale(1);
    }
}
@keyframes planemove{
    0%{
        top: 15%;
        left: 60%;
        -webkit-transform: scale(.4);
                transform: scale(.4);
    }
    45%{
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    60%{
        top: -10%;
        left: -60%;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
    100%{
        top: -10%;
        left: -60%;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

g#wing1Animate,
g#wing2Animate,
g#wing3Animate{
   -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-ransform-origin: center;
    -ms-ransform-origin: center;
    -moz-ransform-origin: center;
    -o-ransform-origin: center;
    transform-box: fill-box;
    position: relative;    
}
g#wing1Animate{
    -webkit-animation: windpowerAnimation 5.5s linear infinite;
    -ms-animation: windpowerAnimation 5.5s linear infinite;
    -moz-animation: windpowerAnimation 5.5s linear infinite;
    -o-animation: windpowerAnimation 5.5s linear infinite;
    animation: windpowerAnimation 5.5s linear infinite;
}
g#wing2Animate{
     -webkit-animation: windpowerAnimation 4.5s linear infinite;
    -ms-animation: windpowerAnimation 4.5s linear infinite;
    -moz-animation: windpowerAnimation 4.5s linear infinite;
    -o-animation: windpowerAnimation 4.5s linear infinite;
    animation: windpowerAnimation 4.5s linear infinite;
}
g#wing3Animate{
     -webkit-animation: windpowerAnimation 3.5s linear infinite;
    -ms-animation: windpowerAnimation 3.5s linear infinite;
    -moz-animation: windpowerAnimation 3.5s linear infinite;
    -o-animation: windpowerAnimation 3.5s linear infinite;
    animation: windpowerAnimation 3.5s linear infinite;
}

@-webkit-keyframes windpowerAnimation{
    0%{
       -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes windpowerAnimation{
   0%{
       -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes windpowerAnimation{
   0%{
       -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes windpowerAnimation{
   0%{
       -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes windpowerAnimation{
    0%{
      transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

/**====================================
Our Top Solutions 
====================================**/
.top-solution{
    padding: 110px 0;
    position: relative;
}
.top-solution:after,
.press-release:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.2;
    background-color: #bbbdd1;
    height: 55%;
    width: 100%;
    z-index: 1;
}
.top-solution .container{
    position: relative;
    z-index: 2;
}
.title{
    padding-bottom: 58px;
}
.top-solution .title .left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-solution .title .right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-solution a.show-solutions{
    margin-left: auto;
}
.solutions-list .inner{
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: -4px 4px 30px 0 rgba(187, 189, 209, 0.5);
    box-shadow: -4px 4px 30px 0 rgba(187, 189, 209, 0.5);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
   -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}
.solutions-full-list .solutions-list .inner{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
}
.solutions-full-list .solutions-list .inner:hover{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;    
}
.not-show{
    opacity: 0;
    pointer-events: none;
}
.solutions-list .inner figure{
    position: relative;
}
.solutions-list .inner figure .coming-soon{
    position: absolute;
    width: 81px;
    height: 81px;
    background-color: #83c700;
    border-radius: 50%;
    top: 24px;
    left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4.2px;
    color: #ffffff;
    text-transform: uppercase;
}
.solutions-list .content{
    padding: 35px 25px;
}
.solutions-list h3,
.solutions-full-list .solutions-list h2{
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 24px;    
}
.box-inner h3{
    color: #003965;
}
.solutions-list h4,
.solutions-full-list .solutions-list h3{
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #0da5db;
}
.solutions-list p{
    margin-bottom: 30px;
    font-size: 14px;
    max-height: 78px;
    overflow: hidden;
}
.box-inner p{
    color: #545469;
}
.box-inner{
    color: #545469;
}
a.more,
.sp-projects ul li a .arrow{
    width: 54px;
    height: 54px;
    display: inline-block;
    -webkit-box-shadow: 0 2px 10px 0 rgba(13, 165, 219, 0.3);
    box-shadow: 0 2px 10px 0 rgba(13, 165, 219, 0.3);
    background: #fff;
    border-radius: 100px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
a.more span{
  display: none;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 2.4px;
  color: #ffffff;
  margin-right: 16px;
  text-transform: uppercase;
    white-space: nowrap;
}
.solutions-list .inner figure img{
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.box-inner:hover{
     background-color: #003965 !important;
}
.solutions-list .inner:hover figure,
.press-release-inner:hover .press-release-footer .tag{
    display: none;
}
.box-inner:hover h3,
.box-inner:hover h2,
.box-inner:hover p,
.press-release-inner:hover .press-release-head span{
    color: #fff !important;
}
.solutions-list .inner:hover p{
    max-height: 100%;
}
.solutions-list .inner:hover h4{
    color: #0da5db;
}
.box-inner:hover a.more{
    width: 220px;    
    box-shadow: 0 3px 20px 0 #001f36;
    background-color: #003965;
}
.box-inner:hover a.more span{
    display: block;
}
.box-inner:hover a.more .right-arrow{
    fill: #fff;
}
.solutions-list .inner:hover .content{
    padding-top: 50px;
}
.our-top-solution .inner.box-inner{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;  
}
.our-top-solution .inner.box-inner figure img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
     object-position: center;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 12px;
}
ul.solutions-list.our-top-solution li p{
    max-height: 100%;
}
.our-top-solution .inner.box-inner figure{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.our-top-solution .inner.box-inner:hover figure{
    display: block;
}
.our-top-solution.solutions-list .inner.box-inner .content{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 60px;
}

/**====================================
about-wrapper
====================================**/
.about-wrapper {
    padding: 200px 0px;
    background-color: #f7f7f7;
}
.about-content h2,
.careeer-contact-sec h2{
    font-size: 52px;
    margin-bottom: 37px;
}
.about-content h2 span{
    display: block;
    color: #0da5db;
}
.about-content p,
.about-content ul li{
  font-size: 16px;
  color: #545469;
    margin-bottom: 14px;
}
.about-content p:last-child,
.about-content ul li:last-child{
    margin-bottom: 0px;
}
.careeer-contact-sec .about-content p:last-child{
    color: #0da5db;
}
.about-content ul li {
    margin-bottom: 18px;
    position: relative;
    padding-left: 22px;
}
.about-content ul li:first-child{
    padding-left: 0px;
}
.job-listing-bx .about-content ul li:first-child{
    padding-left: 22px;
}
.about-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 13px;
    background-color: #0da5db;
}
.about-content .sp-projects ul li:before{
    display: none;
}
.row.count-sec {
    margin-top: 200px;
}
.count-sec .white-bx {
    border-radius: 12px;
    -webkit-box-shadow: -3px 10px 40px 0 rgba(187, 189, 209, 0.5);
    box-shadow: -3px 10px 40px 0 rgba(187, 189, 209, 0.5);
    background-color: #ffffff;
    height: 100%;
    padding: 40px;
}
.count-sec .white-bx span{
    margin: 25px 0px;
    display: block;
    font-size: 54px;
    line-height: 40px;
    letter-spacing: normal;
    color: #0da5db;
    font-weight: 700;
}
.title .right{
    text-align: right;
}
.count-sec .white-bx p {
  font-size: 18px;
  font-weight: 600;
  color: #003965;
}

/**====================================
press-release
====================================**/
.press-release{
    padding: 110px 0px;
    position: relative;
}
.press-release .container{
    position: relative;
    z-index: 2;
}
.press-release:after{
    height: 64%;
}
.press-release-inner {
    border-radius: 12px;
    -webkit-box-shadow: -4px 4px 20px 0 rgba(187, 189, 209, 0.5);
    box-shadow: -4px 4px 20px 0 rgba(187, 189, 209, 0.5);
    background-color: #ffffff;
    height: 100%;
    padding: 16px 24px 44px;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.press-release-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.press-release-head figure {
    width: 82px;
    height: 82px;
    border-radius: 10px;
    background-color: #003965;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -40px;
}
.press-release-head span {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.56px;
  color: #0da5db;
}
.press-release-cnt {
    padding-top: 25px;
}
.press-release-cnt h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
}
.press-release-cnt p {
  font-size: 14px;
}
.press-release-footer{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
      justify-content: space-between;
    margin-top: 40px;
}
.box-inner:hover .press-release-footer a.more{
    width: 236px;
}
.press-release-footer span.tag {
    border-radius: 100px;
    background-color: rgba(224, 224, 224, 0.5);
    padding: 10px 14px;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    color: #545469;
}
.press-release-inner:hover .press-release-head figure{
    background-color: #fff;
}
.press-release-inner:hover .press-release-head figure .sheet-icon{
    fill: #003965;
}

/**====================================
clients-sec
====================================**/
/*ul.logos-list {
    display: grid;
    display: -ms-grid;
    -ms-grid-columns:  1fr;
    grid-template-columns:  1fr;
    -ms-grid-rows: 1fr 19px 1fr 19px 1fr 19px 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    gap: 19px 40px;
    overflow-x: scroll;
    overflow-y: visible;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 40px;
    position: relative;
}
ul.logos-list::-webkit-scrollbar { 
    width: 0 !important;
}
@media all and (-ms-high-contrast:none) {
  .lt-grid-container {
    display: -ms-grid;
    -ms-grid-columns: repeat(6, 1fr);
    -ms-grid-rows: repeat(4, 1fr);
  }
}*/

ul.logos-list {
    position: absolute;
    left: 0;
    top: 0;    
}
ul.logos-list .slick-list{
    padding: 25px 0px;
}
.logos-list-wrapper .slick-wrapper{
    display: inline-block;
    width: 100%;
    height: 100%;
}
ul.logos-list li.slide-item {
    margin: 18px 0px;
}
.logo-slide-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.logo-slide-left{
    left: 0;
    transform: rotate(180deg);
}
.logo-slide-right{
    right: 0;
}
.logos-list-wrapper{
    position: relative;
}
.tile-bg-sec{
    padding: 160px 0px;
    background: url("../images/tile.png") repeat center;
    background-color: rgba(187, 189, 209, 0.1)
}
.clients-sec-head h4 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: 2.08px;
  color: #0da5db;
  text-transform: uppercase;
    margin-bottom: 28px;
}
.clients-sec .clients-sec-head {
    padding-top: 60px !important;
}
.clients-sec-head h4 span {
  color: #003965;
}
.logos-list a {
      width: 120px;
    height: 120px;
    border-radius: 7px;
    -webkit-box-shadow: -3px 5px 15px 0 rgba(187, 189, 209, 0.5);
    box-shadow: -3px 5px 15px 0 rgba(187, 189, 209, 0.5);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    padding: 5px;
}
/*.logos-list a:hover{
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}*/
.partners-network{
    margin-top: 120px;
}
.partners-network-inner {
    border-radius: 12px;
    -webkit-box-shadow: -4px 10px 40px 0 rgba(187, 189, 209, 0.4);
    box-shadow: -4px 10px 40px 0 rgba(187, 189, 209, 0.4);
    background-color: #ffffff;
    padding: 60px 60px 100px;
    height: 100%;
    position: relative;
}
.partners-network-inner figure {
    width: 150px;
    height: 150px;
    border-radius: 7px;
    background-color: #ffffff;
    -webkit-box-shadow: -4px 10px 40px 0 rgba(187, 189, 209, 0.4);
    box-shadow: -4px 10px 40px 0 rgba(187, 189, 209, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -87px;
    padding: 15px;
}
.partners-network-cnt{
    padding-top: 30px;
}
.partners-network-cnt-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    padding: 0px 60px;
}
.partners-network-cnt-footer .left-lnk {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.72px;
    color: #0da5db;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.partners-network-inner:hover .partners-network-cnt-footer .left-lnk{
    color: #fff;
}
.partners-network-list li[class*=col]{
    margin-top: 100px;
}
.partners-network .title{
    padding-bottom: 0px;
}
.partners-network-cnt p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.56px;
    color: #545469;
}
.logos-list .slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 54px;
    height: 54px;    
    -webkit-box-shadow: 0 2px 10px 0 rgba(13, 165, 219, 0.3);
    box-shadow: 0 2px 10px 0 rgba(13, 165, 219, 0.3);
    background: #fff;
    border-radius: 100px;
    border: none;
    font-size: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}
.logos-list .slick-prev{
    left: -50px;
    background-image: url("../images/left-arrow.svg");
}
.logos-list .slick-next{
    right: -50px;
    background-image: url("../images/arrow.svg");
}

/**====================================
footer
====================================**/
.footer-top{
    background-color: #003965;
    padding: 40px 0px 30px;
}
.social-icons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.social-icons li{
    margin-left: 20px;
}
.social-icons li a:hover .footer-icon{
    fill: #0da5db;
}
.footer-wrapper{
    padding-top: 35px;
}
.contact-list li a.address-link,
.contact-list li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact-list li a{
    display: block;
}
.contact-list .right-cnt{
    padding-left: 16px;
}
.contact-list .right-cnt h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #ffffff;
}
.contact-list .right-cnt address,
.contact-list .right-cnt a{
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #ffffff;
}
.contact-list a:hover .right-cnt address, 
.contact-list .right-cnt a:hover,
.contact-list a:hover .right-cnt  h5{
    color: #0da5db;
}
.page-links{
    display: flex;
    align-items: flex-start;
}
.page-links li{
    padding-left: 42px;
}
.page-links li:first-child{
    padding-left: 0px;
}
.page-links li a {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.6px;
    color: #003965;
    text-transform: uppercase;
}
.footer-bottom-right{
    text-align: right;
}
.footer-bottom-right p {
  font-size: 14px;
  font-weight: 400;
  color: #003965;
}
.footer-bottom{
    padding: 22px 0px;
}
.footer-wrapper .row div[class*="col"]{
    margin-bottom: 30px;
}
.bottom-btn{
    display: none;
}

/**====================================
solutions
====================================**/
.solutions-full-list .col-md-4 {
    margin-top: 50px;
}
.solutions-full-list:after {
    top: 240px;
    margin: auto;
    height: 359px;
    bottom: unset;
}
.top-solution.solutions-full-list {
    padding-top: 100px;
}
.inner-heading {
    padding-top: 65px;
}
 .solutions-full-list .solutions-list div[class*='col']{
        margin-top: 50px;
    }

/**====================================
solbison box
====================================**/

.bison-box-banner {
    background-color: #003965;
    padding: 0px 0px 172px;
    background: url("../images/bison-box-bg.png") no-repeat center / cover #003965;
}
.bison-box-banner figure{
    text-align: center;
}
.bison-box-banner-cnt{
    padding-top: 370px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bison-box-banner-cnt h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: 2.08px;
    color: #ffffff;
    text-transform: uppercase;
}
.bison-box-banner-cnt h1 span {
  color: #0da5db;
}
.bison-box-banner-cnt p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  color: #ffffff;
}
.bison-box-banner-cnt p{
    margin-bottom: 30px;
}
.bison-box-banner-cnt p:last-child{
    margin-bottom: 0px;
}
.bison-box-content {
    padding: 100px 0px 75px;
    position: relative;
}
.row.bison-box-content-wrap{
    margin-bottom: 124px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bison-box-content-wrap .footer-img figure{
    margin-top: 30px;
    -webkit-box-shadow: 0 4px 30px 0 rgba(187, 189, 209, 0.4);
    box-shadow: 0 4px 30px 0 rgba(187, 189, 209, 0.4);
    background-color: #ffffff;
    border-radius: 38px;
}
.bison-box-content-wrap .footer-img figure:first-child{
    margin-top: 0px;
}
.bison-box-content-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.bison-box-content-head figure{
    width: 80px;
    height: 80px;
}
.bison-box-content-head-txt{
    padding-left: 30px;
    width: calc(100% - 80px);
}
.bison-box-content-head-txt h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25
  color: #003965;
    padding-bottom: 8px;
}
.bison-box-content-head-txt h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #0da5db;
}
.bison-box-cnt p {
    font-size: 16px;
    color: #545469;
    margin-top: 40px;
}
.inner-bottom-btn{
    text-align: center;
}
.ipad-img figure{
    display: inline-block;
    /*-webkit-box-shadow: 0 4px 30px 0 rgba(187, 189, 209, 0.4);*/
    /*box-shadow: 0 4px 30px 0 rgba(187, 189, 209, 0.4);*/
    /*background-color: #ffffff;*/
    /*border-radius: 56px;*/
}
.bison-box-video {        
    overflow: hidden;
    position: relative;    
}
.bison-box-video video{
     -o-object-fit: cover;
    object-fit: cover;
     -o-object-position: center;
    object-position: center;
}
.bison-box-video,
.bison-box-video video{
    min-height: 500px;
}
.bison-box-video figure{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.dark-shade{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/**====================================
our team
====================================**/
.our-team-wrapper {
    padding: 53px 0px 15px;
    position: relative;
}
.our-team-wrapper:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 72%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(187, 189, 209, 0.2);
    z-index: 1;
}
.our-team-wrapper .container{
    position: relative;
    z-index: 2;
}
.our-team-box{
    height: 100%;
    -webkit-box-shadow: -4px 4px 30px 0 rgba(187, 189, 209, 0.5);
    box-shadow: -4px 4px 30px 0 rgba(187, 189, 209, 0.5);
    border-radius: 12px;  
    background-color: #ffffff;
}
.our-team-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.our-team-wrap figure img{
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-top-left-radius: 12px;
}
.our-team-wrap figure{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
}
.our-team-wrap figure.hide-md {
    height: 205px;
}
.our-team-wrap figure.hide-md img{
    width: 100%;
}
.our-team-wrap .our-team-cnt{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 76%;
    flex: 0 0 76%;
    max-width: 76%;
    padding: 60px 40px 0px 40px;
}
.our-team-description{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px;
}
.our-team-wrapper li[class*="col"]{
    margin-bottom: 50px;
}
.our-team-cnt h2{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.96px;
  color: #003965;
  text-transform: inherit;
}
.our-team-cnt p,
.our-team-description p{
    font-size: 16px;
    color: #545469;
    margin-top: 20px;
}
.our-team-description p{
    margin-top: 0px;
}
.our-team-cnt p span {
    display: block;
}
.our-team-cnt p span{
    color: #0da5db;
}

/**====================================
downloads
====================================**/

.form-group {
  display: block;
  margin-bottom: 15px;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.download-header p,
.about-content h3{
    color: #0da5db !important;
    line-height: normal;
}
.form-group label {
  position: relative;
  cursor: pointer;
    display: block;
}
.form-group input:checked + label .selecter-indicator:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 13px;
    width: 10px;
    height: 18px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
}
.solutions-list .form-group .inner:hover figure{
    display: block;
}
.solutions-list .form-group .inner p{
    max-height: 100%;
}
.solutions-list .form-group .inner:hover .content {
    padding: 35px 25px;
}
.selecter-indicator {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: solid 2px rgba(0, 57, 101, 0.1);
    background-color: #ffffff;
    margin-left: auto;
    position: relative;
}
.form-group input:checked + label .selecter-indicator{
     background-color: #83c700;
     border-color: #83c700;
}
.downloads-list:after{
    margin: inherit;
    /* top: inherit; */
    height: 62%;
}
.check-group {
  display: block;
  margin-bottom: 15px;
}
.check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.check-group label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 2.13;
  color: #545469;
    padding-left: 44px;
}
.check-group label a{
    color: #0da5db;
}
.check-group label:before {
  content:'';
  -webkit-appearance: none;
  border: 2px solid #0da5db;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: solid 2px #e6e7f0;
  background-color: #ffffff;
}
.Rectangle-160 {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: solid 2px #e6e7f0;
  background-color: #ffffff;
}
.check-group input:checked ~ label:after {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    width: 6px;
    height: 11px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.download-sec{
    padding: 140px 0px;    
}
.download-sec h2{
    margin-bottom: 36px;
}
.form-wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #545469;
}
.form-wrapper p a {
  font-weight: 600;
  color: #0da5db;
}
.form-content{
    padding-top: 40px;
}
.input-feild{
    margin-bottom: 16px;
}
::-webkit-input-placeholder { 
  opacity: 1;
}
::-moz-placeholder { 
  opacity: 1;
}
:-ms-input-placeholder { 
  opacity: 1;
}
:-moz-placeholder { 
  opacity: 1;
}
.input-feild input {
    width: 100%;
    height: 60px;
    border-radius: 100px;
    background-color: #f1f2f6;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 57, 101, 0.4);
    outline: 0;
    border: none;
    padding: 0px 24px;
}
.input-feild input::placeholder{
    color: rgba(0, 57, 101, 0.4);
}
.download-btn{
    margin-top: 75px;
}
.download-btn input[type="submit"] {
    opacity: 0.1;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2.4px;
    color: #003965;
    border-radius: 60px;
    border: solid 2px #003965;
    padding: 22px 20px;
    text-transform: uppercase;
    line-height: 10px;
    outline: 0;
}
section.top-solution.solutions-full-list.downloads-list {
    padding-top: 20px;
}

/**====================================
press article
====================================**/
.press-article-header,
.press-article-wrapper{
    background-color: #f1f2f6;
}
.press-article-wrapper{
    padding: 20px 0px 70px;
    position: relative;
}
.press-article-content {
    border-radius: 12px;
    -webkit-box-shadow: -5px 5px 40px 0 rgba(187, 189, 209, 0.8);
    box-shadow: -5px 5px 40px 0 rgba(187, 189, 209, 0.8);
    background-color: #ffffff;
    padding: 100px 70px 230px;
}
.press-article-top{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.press-article-top .left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.press-article-top .left .date {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.56px;
  color: #0da5db;
}
.press-article-top .left .tag {
    margin-left: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: rgba(84, 84, 105, 0.5);
    padding: 14px;
    border-radius: 100px;
    background-color: rgba(224, 224, 224, 0.5);
}
.press-article-head{
    padding-top: 50px;
     display: -webkit-box;
     display: -ms-flexbox;    
     display: flex;
     -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -115px;
}
.press-article-head figure {
    width: 126.8px;
    height: 129.9px;
    border-radius: 10px;
    background-color: #003965;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.press-article-head figure img{
     width: 55px;   
}
.press-article-head .inner-heading{
    padding-top: 0px;
    padding-left: 40px;
    width: calc(100% - 126px);
}
.press-article-cnt {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0px 70px;
}
.press-article-txt p {
    font-size: 16px;
    letter-spacing: 0.64px;
    color: #545469;
    margin-top: 40px;
}
.testimonial{
    margin-top: 40px;
}
.testimonial-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial-header-cnt{
    padding-left: 30px;
}
.testimonial-header-cnt h3 span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    display: block;
}
.testimonial-header-cnt h3 {
   font-size: 24px;
   font-weight: 700;
    line-height: 1.75;
    color: #545469;
}
.testimonial p {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.64px;
    color: #003965;
    margin-top: 30px;
    font-weight: 400;
}
.press-article-bold-txt{
    padding-top: 50px;
    text-align: center;
}
.press-article-bold-txt p {
  font-size: 16px;
  font-weight: 700;
  color: #545469;
}
.all-article-btn {
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 240px;
    z-index: 99;
}
.press-article-slider .cardslider__direction-nav,
.press-article-slider .cardslider__direction-nav-top{
    padding: 0px 158px 0px 192px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3;
    bottom: 166px;
    position: absolute;
}
.cardslider__direction-nav-top {
    right: 200px;
    top: 93px !important;
    width: 126px !important;
    padding: 0px !important;
}
.press-article-slider .cardslider__direction-nav-top{
    bottom: unset;
    top: 110px;
    z-index: 9;
}
.press-article-slider .cardslider__direction-nav-top button,
.press-article-slider .cardslider__direction-nav button{
  width: 54px;
  height: 54px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(13, 165, 219, 0.3);
  box-shadow: 0 3px 15px 0 rgba(13, 165, 219, 0.3);
  background-color: #ffffff;
}
.press-article-slider .cardslider__direction-nav .cardslider__nav-next,
.press-article-slider .cardslider__direction-nav-top .cardslider__nav-next{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-box-shadow: 0 -3px 15px 0 rgba(13, 165, 219, 0.3);
    box-shadow: 0 -3px 15px 0 rgba(13, 165, 219, 0.3);
}
.close_btn_wrap .close_btn {
    width: 54px;
    height: 54px;
    -webkit-box-shadow: 0 3px 15px 0 rgba(13, 165, 219, 0.3);
    box-shadow: 0 3px 15px 0 rgba(13, 165, 219, 0.3);
    background-color: #ffffff;
    border: none;
    outline: 0;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    font-size: 0px;
    display: inline-block;
}
.close_btn_wrap .close_btn:after,
.close_btn_wrap .close_btn:before{
    content: "";
    width: 18px;
    height: 2px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #0da5db;
}
.close_btn_wrap .close_btn:after{
    transform: rotate(45deg);
}
.close_btn_wrap .close_btn:before{
    transform: rotate(-45deg);
}
.close_btn_wrap {
    position: absolute;
    right: 108px;
    top: 89px;
}

/**====================================
Career 
====================================**/
.career-banner p,
.download-header p,
.about-content h3{
    font-size: 18px;
}
.sp-projects{
    margin-top: 50px;
}
.sp-projects h5{
    font-size: 18px;
    line-height: 1.89;
    letter-spacing: 0.72px;
    color: #545469;
    font-weight: bold;
    margin-bottom: 70px;
}
.sp-projects ul{
    display: -ms-grid;
    display: -webkit-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    -webkit-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-gap: 20px 20px;
    gap: 20px 20px;
    grid-gap: 20px 20px;
}
.sp-projects ul li a{
    width: 170px;
    height: 170px;
    border-radius: 12px;
    box-shadow: -3px 10px 40px 0 rgba(187, 189, 209, 0.5);
    background-color: #ffffff;;
    padding: 12px 12px 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.sp-projects ul li a .arrow {
    position: absolute;
    right: 11px;
    bottom: 16px;
    height: 35px;
    width: 35px;
}
.sp-projects ul li a .arrow svg {
    width: 16px;
}
.sp-projects ul li a img{
    max-width: 100%;
}
.greybg{
    background: #f1f2f6;
}
.careeer-contact-sec{
    padding: 90px 0;
}
.careeer-contact-sec .about-content {
    padding-top: 24px;
}
.careeer-contact-sec h2 img{
    margin-right: 40px;
    max-width: 80px;
}
.about-content p + p{
    margin-top: 40px;
}
.about-content p + h5{
    margin-top: 25px;
}
.about-content h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 2.13;
    letter-spacing: 0.64px;
    color: #0da5db;
}
p a{
    color: #0da5db;
}
.cform-holder .form-group .form-control{
    height: 60px;
    border-radius: 100px;
    background-color: #f1f2f6;
    font-size: 18px;
    font-weight: 600;
    color: #003965;
    padding: 6px 25px;
    border: 0;
    display: block;
    width: 100%;
}
form.wpcf7-form p {
    text-align: right;
    padding-right: 26px;
    margin-bottom: 3px;
}
.cform-holder .form-group textarea.form-control{
    height: auto;
    border-radius: 20px;
    background-color: #f1f2f6;
    padding-top: 25px;
    resize: none;
}
.cform-holder .form-group .form-control::-webkit-input-placeholder {
    color: rgb(0 57 101 / 40%);
}
.cform-holder .form-group .form-control::-moz-placeholder {
    color: rgb(0 57 101 / 40%);
}
.cform-holder .form-group .form-control:-ms-input-placeholder {
    color: rgb(0 57 101 / 40%);
}
.cform-holder .form-group .form-control:-moz-placeholder {
    color: rgb(0 57 101 / 40%);
}
.formbtn {
    margin-top: 61px;
    position: relative;
}
.formbtn .ajax-loader{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
}
.send-btn{
    width: 188px;
    height: 54px;
    border-radius: 60px;
    border: solid 2px #0da5db;
    color: #0da5db;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2.4px;
    font-weight: 600;
    background: #fff;
}
.send-btn:hover {
    background: #83c700;
    border-color: transparent;
    color: #fff;
}
.mob-img{
    display: none;
}

.networkpartners-section,
.pressrelease-section{
    padding: 80px 0;
}
.pressrelease-section.press-release:after{
    top: 0;
    margin: auto 0;
    height: 70%;
}
.networkpartners-section .press-release-list li,
.pressrelease-section .press-release-list li{
    margin-bottom: 40px;
}
.filter-button-group{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.filter-button-group button{
    width: auto;
    border-radius: 100px;
    border: solid 1px #0da5db;
    padding: 3px 15px 1px;
    background: #fff;
    color: #0da5db;
    font-size: 12px;
    font-weight: 600;
    display: block;
    white-space: nowrap;
}
.filter-button-group button:hover,
.filter-button-group button.active{
    border-color: #83c700;
    background-color: #83c700;
    color: #fff;
}
.filter-button-group li + li{
    margin-left: 14px;
}


.networkpartners-section:after{
    display: none;
}
.networkpartners-section .filter-button-group{
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
}
.networkpartners-section .filter-button-group li{
    margin-right: 14px;
    margin-bottom: 20px;
}
.networkpartners-section .filter-button-group li:last-child{
    margin-right: 0;
}
.networkpartners-section .filter-button-group li + li{
    margin-left: 0;
}
.np-list h2{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
    color: #003965;
    margin-bottom: 65px;
}
.networkpartners-section .np-list:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
    opacity: 0.2;
    background-color: #bbbdd1;
    height: 50%;
    width: 100%;
    z-index: 1;
}
.np-list{
    width: 100%;
    margin-bottom: 80px;
}
.np-list:last-child{
    margin-bottom: 0;
}
.networkpartners-section .partners-network-list li{
    margin-bottom: 75px;
}
.networkpartners-section .partners-network-list li[class*=col],
.download-section .partners-network-list li[class*=col]{
    margin-top: 0;
}


.modal-open{
    padding-right: 0px !important;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.modal-open .loginmodal.modal{
    padding-right: 0px !important;
}
.loginmodal .modal-dialog {
    max-width: 100%;
    margin: 0px;
    width: 100%;
    height: 100vh;
}
.loginmodal .modal-content {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0px;
    background-color: rgba(0, 57, 101, .95);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.loginmodal.modal{
    z-index: 99999;
}
.loginmodal .modal-header{
    border: none;
    padding: 0px;
}
.loginmodal .modal-header button,
#video-modal .close,
.register-wrapper .close .close-btn{
    width: 54px;
    height: 54px;
    -webkit-box-shadow: 0 3px 15px 0 #003965;
    box-shadow: 0 3px 15px 0 #003965;
    background-color: #0da5db;
    position: absolute;
    right: 90px;
    top: 90px;
    border-radius: 50%;
    opacity: 1;
    z-index: 9;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.loginmodal .modal-header button:hover,
#video-modal .close:hover,
.register-wrapper .close .close-btn:hover{
    background-color: #83c700;
    opacity: 1 !important;
}
.loginmodal .modal-header button:after,
.loginmodal .modal-header button:before,
#video-modal .close:after,
#video-modal .close:before,
.register-wrapper .close .close-btn:after,
.register-wrapper .close .close-btn:before{
    content: "";
    height: 20px;
    width: 2px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
    margin: auto;
}
.loginmodal .modal-header button:after,
#video-modal .close:after,
.register-wrapper .close .close-btn:after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.loginmodal .modal-header button:before,
#video-modal .close:before,
.register-wrapper .close .close-btn:before{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.loginmodal .modal-body{
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    text-align: center;
}
.loginmodal .modal-body .logo img{
    width: 300px;
}
.loginmodal .login-form{
    padding-top: 70px;
    width: 400px;
}
.loginmodal .input-sec{
    margin-bottom: 24px;
}
.loginmodal .input-sec input,
.register-wrapper .wpum-form fieldset div.field input{     
      width: 100%;
      height: 60px;
      border-radius: 100px;
      background-color: #f1f2f6;
      font-size: 18px;
      font-weight: 600;
      color: rgba(0, 57, 101, 0.4);
      border: none;
      outline: 0;
      padding: 0px 24px;
}
.loginmodal .input-sec input::placeholder,
.register-wrapper .wpum-form fieldset div.field input::placeholder{
    color: rgba(0, 57, 101, 0.4);
}
.loginmodal .login-btn input[type="submit"],
.register-wrapper .login-btn input.login-btn{
    width: 100%;
    border-radius: 60px;
    border: solid 2px #0da5db;
    height: 54px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    color: #0da5db;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    background-color: transparent;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    outline: 0;
}
.loginmodal .login-btn input[type="submit"]:hover,
.register-wrapper .login-btn input.login-btn:hover{
    background-color: #83c700;
    border-color: #83c700;
    color: #fff;
}
.sb-buttons .btn {
    width: 100%;
    padding: 20px 32px;
}
.sb-buttons{
    margin-bottom: 30px;
}
.sb-buttons:last-child{
    margin-bottom: 0px;
}
.form-group .wpcf7-not-valid-tip{
    padding-left: 26px !important;
    margin-top: 3px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    border: none;
}
.contact-banner .content{
    padding-left: 0px;
    max-width: 57%;
}

/**====================================
downloadafterlogin
====================================**/
.download-box{
    height: 100%;
    background: url(../images/tile.png) repeat center / 75px #003965;
    border-radius: 12px;
    -webkit-box-shadow: -4px 4px 20px 0 rgba(187, 189, 209, 0.5);
    box-shadow: -4px 4px 20px 0 rgba(187, 189, 209, 0.5);
}
.download-box-head {
    height: 150px;
    position: relative;
}
.download-box-head figure{
    width: 82px;
    height: 82px;
    border-radius: 10px;
    position: absolute;
    top: 27px;
    left: -15px;
    background-color: #fff;
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    z-index: 2;
}
.download-box-cnt {
    position: relative;
    background-color: #fff;
    height: calc(100% - 150px);
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding: 30px 24px 110px;
}
.download-box:hover .download-box-cnt{
    background-color: transparent;
}
.download-box-cnt h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.64px;
  color: #003965;
}
.download-box-cnt .partners-network-cnt-footer{
    padding: 0px 24px;
}
.download-box-cnt .partners-network-cnt-footer .left-lnk{
    font-size: 14px;
     letter-spacing: 0.56px;
}
.download-box:hover .partners-network-cnt-footer .left-lnk{
    color: #fff;
}
.download-box:hover .partners-network-cnt-footer a.more{
    width: 176px;
}
.download-section .np-list h2{
    margin-bottom: 30px;
}
.download-box-wrapper {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 57, 101, .7)),color-stop(rgba(0, 57, 101, 0.2)), to(transparent));
    background-image: -o-linear-gradient(bottom, rgba(0, 57, 101, .7),rgba(0, 57, 101, 0.2), transparent);
    background-image: linear-gradient(to top, rgba(0, 57, 101, .7),rgba(0, 57, 101, 0.2), transparent);
    border-radius: 12px;
}
.download-section .partners-network-list li{
    margin-bottom: 40px;
}
.pressrelease-section.press-release.download-section:after{
    display: none;
}
.pressrelease-section.press-release.download-section{
    padding-bottom: 0px;
}
.download-section .np-list:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    right: 0;
    opacity: 0.2;
    background-color: #bbbdd1;
    height: 76%;
    width: 100%;
    z-index: 1;
}
.download-section .np-list.scrum:after{
    margin: inherit;
    top: unset;
    bottom: -228px;
}
.download-section .np-list.scrum{
    margin-bottom: 160px;
}
.video-btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-thumb>img {
    height: 150px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}
span.video-btn .btn {
    width: 50px;
    padding: 0px;
    height: 50px;
    background-color: transparent !important;
    border: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}
#video-modal{
    height: 100vh;
    width: 100%;
    overflow: hidden;
    z-index: 9999;
    padding-right: 0px !important;
    border-radius: 0px;
    border: none;
}
#video-modal .modal-dialog.modal-dialog-centered {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    margin: 0px;
}
#video-modal .modal-content {
    height: 100%;
    background-color: rgba(0, 57, 101, .95);
    border: none;
    border-radius: 0px;
}
#video-modal .close {
    position: relative;
    top: inherit;
    right: inherit;
    margin: inherit;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54px;
    flex: 0 0 54px;
    max-width: 54px;
}
#video-modal .modal-header {
    padding: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
#video-modal .modal-title {
    padding: 0px 28px;
    font-size: 22px;
    text-align: center;
}
#video-modal span.video-date {
    font-size: 13px;
    white-space: nowrap;
}
#video-modal .modal-body{
    padding: 30px;
}
#video-modal .video-play {
    height: 100%;
    overflow: hidden;
}
.video-play #video{
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
/**====================================
joblisting
====================================**/

.job-listing-wrapper{
    background-color: #f1f2f6;
}
.job-listing-head-left .btn{    
    padding: 19px 35px;
}
.job-listing-wrap{
    padding-top: 100px;
}
.job-listing-head{
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.job-listing-head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px;
    padding: 20px 30px;
    -webkit-box-shadow: -3px 10px 40px 0 rgba(187, 189, 209, 0.5);
    box-shadow: -3px 10px 40px 0 rgba(187, 189, 209, 0.5);
}
.job-listing-head-right ul {
    width: 538px;
    text-align: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.job-listing-head-right ul:last-child{
    border: none;
}
.job-listing-head-right ul li{
    font-size: 18px;
    color: #545469;
    padding: 16px 10px;
    border-bottom: 2px solid #0da5db;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.job-listing-head-right ul li:nth-child(odd){
    border-right: 2px solid #0da5db;
}
.job-listing-head-right ul li:nth-last-child(2){
    border-bottom: none;
}
.job-listing-head-right ul li:last-child{
    border: none;
}
.job-listing-head-right ul li:last-child{
    margin-bottom: 0px;
}
.job-listing-cnt{
    padding-top: 100px;
}
.job-listing-bx {
    padding: 100px 0px;
}
.job-listing-bx:nth-child(odd){
    background-color: #fff;
}


/**====================================
register
====================================**/

.register-wrapper{
    min-height: 100vh;
    height: 100%;
    padding: 100px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.register-wrapper .logo {
    text-align: center;
}
.register-wrapper .logo img {
    width: 250px;
}
.register-wrapper .close, 
.register-wrapper .close:hover {
    opacity: 1 !important;
}
.register-wrapper .reg-form {
    margin-top: 50px;
}
.register-wrapper form#wpum-submit-registration-form {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.register-wrapper .input-sec{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 15px;
    margin-bottom: 10px;
}
.register-wrapper .login-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 15px;
}
.register-wrapper .login-btn input.login-btn {
    width: calc(50% - 15px);
}
.register-wrapper small.description {
    font-size: 13px !important;
    color: #fff;
    opacity: 1 !important;
}
.register-wrapper .wpum-form fieldset label {
    padding-left: 37px;
    position: relative;
}
.register-wrapper input#privacy {
    position: absolute;
    left: 0px;
    top: 8px;
    height: 20px;
    width: 20px;
    z-index: 2;
    opacity: 0;
}
.register-wrapper small.description a{
    color: #0da5db;
}
.register-wrapper .wpum-form fieldset label:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #fff;
    left: 0px;
    top: 8px;
}
.register-wrapper .wpum-form fieldset label.cheked:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 10px;
    width: 7px;
    height: 12px;
    border: solid #0da5db;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);   
}
.scroll-to-top {
    position: fixed;
    width: 70px;
    height: 70px;
    background-color: #fff;
    right: 70px;
    bottom: 70px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
    display: none;
    -webkit-box-shadow: -4px 4px 30px 0 rgba(187, 189, 209, 0.5);
    box-shadow: -4px 4px 30px 0 rgba(187, 189, 209, 0.5);
}
.scroll-to-top img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.about-us-banner .desk-img img{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100% !important;
    width: 100%;
}
header .navbar-nav .logandsign .register-icon,
header .navbar-nav .logandsign .login-icon{
    display: none;
}
.career-banner .desk-img img{
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100% !important;
    width: 100%;
}
.career-banner .desk-img,
.about-us-banner .desk-img{
    min-height: 520px;
}
.fallback-banner{
    display: none;
}

@media all and (-ms-high-contrast:none) {
  .sp-projects ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
    img{
        width: 100%;
    }
    .footer-head img{
        max-width: 120px;
    }
    .bison-box-banner .bison-box-video figure .banner-btn .btn span img{
        max-width: 13px;
    }
    .banner-animation{
        height: 100vh;
    }
    /* .logos-list {
         column-count: 4;
        column-gap: 50px;
        height: 100%;
        width: 100%;
        overflow: scroll;
        scrollbar-base-color: #efefef;
        scrollbar-face-color: #0da5db;
        scrollbar-3dlight-color: #0da5db;
        scrollbar-highlight-color: #0da5db;
        scrollbar-track-color: #efefef;
        scrollbar-arrow-color: #0da5db;
        scrollbar-shadow-color: #0da5db;
        scrollbar-dark-shadow-color: #0da5db;
        -ms-overflow-style:-ms-autohiding-scrollbar;
        overflow-y: hidden;
        padding-left: 13px;
    } */
    .clients-sec .logos-list-wrapper {
        height: 677px;
    }
    ul.logos-list li.slide-item{
        display: inline-block;
    }
    .lazy-load{
        display: none;
    }
    .fallback-banner{
        display: block;
        height: 100vh;
        position: relative;          
    }
    .fallback-banner img{
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        height: 100vh;
        width: 100%;
    }
    .banner-animation,
    .mirror{
        display: none;
    }
    .banner.career-banner{
        margin-top: 98px;
    }
    .inner-heading.download-header{
        margin-top: 20px;
    }
    .contact-list .left-icon{
        width: 17px;
    }
}
@supports (-ms-ime-align: auto) {
  .fallback-banner{
        display: block;
        height: calc(100vh - 98px);
        position: relative;          
    }
    .fallback-banner figure{
        height: 100%;
    }
    .fallback-banner img{
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom;
        height: 100%;
        width: 100%;
    }
    .banner-animation,
    .mirror{
        display: none;
    }
    .bison-box-video video{
        transform: scale(1.4);
    }
    
}
/**====================================
responsive
====================================**/

@media (min-width: 2500px){
    .banner .content{
        padding-top: 250px;
    }
    .about-us-banner.banner .content {
        padding-top: 180px;
    }
    .light-house{
        left: -51%;
        bottom: 114px;
    }
    .light-house svg{
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    .cloud{
        top: 10%;
        height: 113px;
    }
}

@media (min-width: 3000px){
    .light-house {
        left: -27%;
    }
}


@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1330px;
        padding: 0px 38px;
    }
    .row{
        margin: 0px -38px;
    }
    .row div[class*='col'],
    .row li[class*='col']{
        padding: 0px 35px;
    }
    
    
    header .container,
    .footer-head .container,
    .footer-bottom .container,
    .press-article-wrapper .container{
        max-width: 1700px;
    }
}

/* Large devices (desktops, less than 1500px) */
@media (max-width: 1500px){
    .navbar-brand {
        margin-right: 40px;
    }    
    header .navbar-nav .nav-link {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    header .navbar-nav .logandsign{
        padding: 14px 20px !important;
    }
    .banner .content {
        padding-top: 58px;
        padding-left: 12%;
    }
    .top-solution {
        padding: 80px 0;
    }
    .about-wrapper {
        padding: 100px 0px;
    }
    .about-content h2,
    .careeer-contact-sec h2{
        font-size: 40px;
    }
    .row.count-sec {
        margin-top: 100px;
    }
    .tile-bg-sec {
        padding: 80px 0px 100px;
    }
    .partners-network {
        margin-top: 60px;
    }
    .clients-sec-head h4{
        font-size: 44px;
    }
    .ipad-img2{
        left: 0;
    }
    .ipad-img2 img,
    .ipad-img img{
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    .bison-box-banner {
        padding: 0px 0px 100px;
    }
    .bison-box-banner figure img {
        max-width: 450px;
    }
    .bison-box-banner-cnt {
        padding-top: 200px;
    }
    .top-solution.solutions-full-list {
        padding: 60px 0px;
    }
    .logos-list .slick-prev{
        left: -75px;
    }
    .logos-list .slick-next{
        right: -75px;
    }
    .job-listing-wrap,
    .job-listing-cnt{
        padding-top: 80px;
    }
    .job-listing-bx{
        padding: 80px 0px;
    }
    .light-house {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75);
    }
    .town-img {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    .wind-power-plant {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    .cloud{
        top: 9%;
        background-size: 88%;
        -webkit-animation-duration: 7000s;
        -ms-animation-duration: 7000s;
        -moz-animation-duration: 7000s;
        -o-animation-duration: 7000s;
        animation-duration: 7000s;
    }
    .press-article-slider .cardslider__direction-nav, .press-article-slider .cardslider__direction-nav-top{
        padding: 0px 122px 0px 125px;
    }
    .count-sec .white-bx p{
        font-size: 16px;
    }
    .sp-projects ul{
        max-width: 562px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .about-content ul li{
        padding-left: 0px;
    }
    .banner .big-heading{
        font-size: 59px;
    }
}
/* Large devices (laptop, less than 1366px) */
@media (max-width: 1366px){
    .banner .content {
        padding-left: 6%;
        padding-top: 40px;
    }
    .banner .big-heading{
        font-size: 59px;
    }
    .banner h1,
    .banner p{
        font-size: 20px;
    }
    .banner a.review-solutions{
        padding: 16px 28px;
    }
    .banner p{
        padding-bottom: 24px;
    }
    .cloud{
        top: 4%;
    }
    .plane{
        -webkit-animation-duration: 12.5s;
        -ms-animation-duration: 12.5s;
        -moz-animation-duration: 12.5s;
        -o-animation-duration: 12.5s;
        animation-duration: 12.5s;
    }
    @-webkit-keyframes planemove{
        0%{
            top: 8%;
            left: 60%;
            -webkit-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }
    @-ms-keyframes planemove{
        0%{
            top: 8%;
            left: 60%;
            -ms-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -ms-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -8%;
            left: -60%;
            -ms-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -8%;
            left: -60%;
            -ms-transform: scale(1);
                    transform: scale(1);
        }
    }
    @-moz-keyframes planemove{
        0%{
            top: 8%;
            left: 60%;
            -moz-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -moz-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -8%;
            left: -60%;
            -moz-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -8%;
            left: -60%;
            -moz-transform: scale(1);
                    transform: scale(1);
        }
    }
    @-o-keyframes planemove{
        0%{
            top: 8%;
            left: 60%;
            -o-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -o-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -8%;
            left: -60%;
            -o-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -8%;
            left: -60%;
            -o-transform: scale(1);
                    transform: scale(1);
        }
    }
    @keyframes planemove{
        0%{
            top: 8%;
            left: 60%;
            -webkit-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }
    .light-house{
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }
    .town-img{
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }
}

/* Large devices (laptop, less than 1280px) */
@media (max-width: 1280px){
    header .navbar-nav .logandsign .register-icon,
    header .navbar-nav .logandsign .login-icon{
        display: block;
        max-width: 50px;
        text-align: center;
    }
    header .navbar-nav .logandsign .login-txt,
    header .navbar-nav .logandsign .register-txt{
        display: none;
    }
    header .navbar-nav .logandsign .register-icon svg, 
    header .navbar-nav .logandsign .login-icon svg {
        width: 60%;
    }
    header .navbar-nav .logandsign-wrapper .logandsign{
        border: none;
    }
    header .navbar-nav .logandsign-wrapper .logandsign {
        padding: 14px 6px !important;
    }
    .menu-right  .nav-item:first-child .logandsign:after{
        display: none;
    }
    header .navbar-nav .logandsign-wrapper .logandsign:after {
        content: "";
        height: 28px;
        width: 2px;
        background-color: #003965;
        background-color: #003965;
        position: absolute;
        left: -11px;
        top: 21px;
    }
    header .navbar-nav .logandsign:hover .register-icon svg path, header .navbar-nav .logandsign:hover .login-icon svg path {
        fill: #0da5db;
        background-color: transparent;
    }
    header .navbar-nav .logandsign:hover{
        background-color: transparent;
        border-color: transparent;
    }
    .light-house{
        left: -89%;
    }
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px){
    .navbar-brand {
        margin-right: 54px;
    }
    .navbar {
        padding: 12px 0px;
    }
    header .menu-right .nav-item:last-child .nav-link {
        padding-left: 11px !important;
    }
    header .navbar-nav .nav-link {
        padding-right: 16px !important;
        padding-left: 16px !important;
        font-size: 11px;
    }
    .navbar-brand {
        margin-right: 20px;
    }    
    ul.menu-right li:first-child a:after{
        height: 22px;
        top: 10px;
    }
    .banner .big-heading{
        font-size: 42px;
    }
    .banner h1 {
        font-size: 21px;
        letter-spacing: 1.2px;
    }
    .banner p{
        font-size: 22px;
    }
    .banner a.review-solutions {
        padding: 19px 30px;
        letter-spacing: 3.2px;
    }
    h2,
    .inner-heading h1,
    .download-section h1{
        font-size: 34px;
    }
    a.btn{
        font-size: 13px;
        padding: 18px 20px;
    }
    .solutions-list h3,
    .solutions-full-list .solutions-list h2{
        font-size: 22px;
    }
    .solutions-list .inner{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .about-wrapper {
        padding: 80px 0px;
    }
    .about-content h2,
    .careeer-contact-sec h2{
        font-size: 36px;
    }
    .about-content p{
        font-size: 16px;
    }
    .count-sec .white-bx span{
        font-size: 48px;
    }
    .count-sec .white-bx{
        padding: 34px 25px;
    }
    .press-release-cnt h3{
        font-size: 22px;
    }
    .press-release {
        padding: 80px 0px;
    }
    .tile-bg-sec {
        padding: 50px 0px 80px;
    }
    .clients-sec-head h4{
        font-size: 38px;
    }
    .partners-network-inner{
        padding: 60px 30px 100px;
    }
    .partners-network-cnt-footer{
        padding: 0px 30px;
    }
    .partners-network-cnt-footer .left-lnk{
        font-size: 16px;
    }
    .contact-list .right-cnt address, .contact-list .right-cnt a{
        font-size: 13px;
    }
    .bison-box-banner {
        padding: 0px 0px 100px;
    }
    .bison-box-banner figure img {
        max-width: 365px;
    }
    .bison-box-banner-cnt {
        padding-top: 120px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .bison-box-banner-cnt h1{
        font-size: 44px;
    }
    .row.bison-box-content-wrap{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 100px;
    }
    .our-team-wrap .our-team-cnt,
    .our-team-description{
        padding: 30px 20px;
    }
    .download-sec {
        padding: 80px 0px;
    }
    .download-btn {
        margin-top: 42px;
    }
     .networkpartners-section .press-release-list li,
    .pressrelease-section .press-release-list li {
        margin-bottom: 30px;
    }
    .our-top-solution.solutions-list .inner.box-inner .content{
        padding: 40px;
    }
    .press-article-head figure img {
        width: 45px;
    }
    .press-article-slider .cardslider__direction-nav{
        padding: 0px 115px 0px 131px;
        bottom: 163px;
    }
    .all-article-btn{
        bottom: 240px;
    }
    .press-article-content{
        padding: 120px 70px 170px;
    }
    .sp-projects ul li a{
        width: 124px;
        height: 138px;
    }
    .career-banner p{
        font-size: 20px;
    }
    .logos-list a{
        width: 88px;
        height: 88px;
    }
    .logos-list .slick-prev {
        left: -54px;
    }
    .logos-list .slick-next{
        right: -54px;
    }
    ul.logos-list li.slide-item {
        margin: 14px 0px;
    }
    .clients-sec .clients-sec-head {
        padding-top: 45px !important;
    }
    .download-section .np-list.scrum {
        margin-bottom: 70px;
    }
    .download-section .np-list.scrum:after {
        bottom: -94px;
    }
    .download-box-cnt{
        padding: 30px 15px 110px;
    }
    .download-box-cnt h3{
        font-size: 15px;
    }
    .about-content ul li{
        margin-bottom: 8px;
        padding-left: 0px;
    }
    .banner-animation{
        max-height: 1024px;
    }
    .banner .content {
        padding-top: 200px;
    }
    .light-house {
        left: -92%;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
    }
    .cloud {
        top: 7%;
    }    
     @-webkit-keyframes planemove{
        0%{
            top: 11%;
            left: 60%;
            -webkit-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }
     @-ms-keyframes planemove{
        0%{
            top: 11%;
            left: 60%;
            -webkit-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }
     @-moz-keyframes planemove{
        0%{
            top: 11%;
            left: 60%;
            -webkit-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }
     @-o-keyframes planemove{
        0%{
            top: 11%;
            left: 60%;
            -webkit-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }
    @keyframes planemove{
        0%{
            top: 11%;
            left: 60%;
            -webkit-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -8%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }
    .wind-power-plant{
        left: 19%;
    }
    .career-banner .desk-img, .about-us-banner .desk-img{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .career-banner .desk-img img, .about-us-banner .desk-img img{
        height: 70% !important;
    }
    .contact-banner .desk-img img {
        -o-object-position: 70%;
       object-position: 70%;
    }
    .career-banner .content {
        padding-top: 57px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
    .show-md{
        display: block;
    }
    .hide-md{
        display: none;
    }
    header .navbar-light .navbar-toggler-icon{
        background-image: none !important;
        position: relative;
        height: 4px;
        border-radius: 6px;
        width: 23px;
        background-color: transparent;
        display: inline-block;
    }
    .navbar {
        padding: 10px 0px;
    }
   header .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon{
        background-color: #003965;
    }
    header .navbar-light .navbar-toggler .navbar-toggler-icon:before,header .navbar-light .navbar-toggler .navbar-toggler-icon:after{
        content: "";
        position: absolute;
        background-color: #003965;
        height: 4px;
        border-radius: 6px;
        width: 23px;
        left: 0px;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }
    header .navbar-light .navbar-toggler .navbar-toggler-icon:before{
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
    }
    header .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon:before{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -8px !important;
    }
     header .navbar-light .navbar-toggler .navbar-toggler-icon:after{
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }
     header .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon:after{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        bottom: -8px !important;
        top: inherit;
    }
    header .navbar-light .navbar-toggler{
        outline: 0;
    }
    header button.navbar-toggler.collapsed {
        border: none !important;
        outline: 0;
        box-shadow: none;
        border-color: transparent!important;
    }
    .navbar-light .navbar-toggler{
        border-color: transparent;
        padding: 0px;
    }
    header .nav-link {
        font-size: 14px;
    }
    header .nav-item {
        padding-right: 0px;
        padding-top: 15px;
    }
    header .navbar-nav .nav-link{
        font-size: 14px;
    }
    .menu-wrapper{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;    
        align-items: flex-start;
        display: block;
    }
    .menu-right{
        margin-left: 0px !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    header .navbar-nav .logandsign {
        padding: 14px 20px !important;
    }
    ul.menu-right li:first-child a:after{
        display: none;
    }
    header .nav-item {
        padding-top: 6px;
    }
    .banner .content {
        padding-top: 100px;
        padding-left: 0;
    }
    .banner .big-heading {
        font-size: 40px;
    }
    .banner h1 {
        font-size: 19px;
    }
    .banner p {
        font-size: 20px;
    }
    .banner .bg-img {        
        height: 600px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .top-solution {
        padding: 60px 0;
    }
    .title {
        padding-bottom: 50px;
    }
    .solutions-list .inner figure .coming-soon{
        width: 60px;
        height: 60px;
        font-size: 10px;
        letter-spacing: 2.2px;
    }
    .solutions-list .content {
        padding: 25px 19px;
    }
    .solutions-list h3,
    .solutions-full-list .solutions-list h2{
        font-size: 18px;
    }
    .solutions-list h4,
    .solutions-full-list .solutions-list h3{
        font-size: 14px;
        padding-bottom: 17px;
    }
    a.more svg {
        width: 20px;
    }
    a.more{
        width: 45px;
        height: 45px;
    }
    .solutions-list p{
        font-size: 13px;
    }
    .box-inner:hover a.more{
        width: 100%;
    }
    a.more span{
        font-size: 11px;
        margin-right: 6px;
    }
    .row.count-sec {
        margin-top: 80px;
    }
    .count-sec .white-bx {
        padding: 26px 4px;
    }
    .count-sec .white-bx span {
        font-size: 38px;
        margin: 20px 0px;
    }
    .count-sec .white-bx p{
        font-size: 14px;
    }
    .press-release-head figure{
        width: 65px;
        height: 65px;
    }
    .press-release-head figure svg {
        width: 30px;
    }
    .press-release-head span{
        font-size: 12px;
    }
    .press-release-inner{
        padding: 16px 15px 44px;
    }
    .press-release-cnt h3 {
        font-size: 20px;
    }
    .press-release-cnt p{
        font-size: 13px;
    }
    .tile-bg-sec {
        padding: 30px 0px 80px;
    }
    .clients-sec-head h4 {
        font-size: 32px;
    }
    .title{
        align-items: center;
    }
    .partners-network-cnt p{
        font-size: 13px;
    }
    .partners-network-inner figure{
        height: 120px;
        width: 120px;
        padding: 15px;
    }
    .partners-network-cnt-footer{
         -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .partners-network-inner{
        padding-bottom: 150px;
    }
    .partners-network-cnt-footer .left-lnk {
        display: block;
        margin-bottom: 12px;
    }
    .contact-list .right-cnt h5{
        line-height: 1.5;
    }
    .inner-heading {
        padding-top: 30px;
    }
    .solutions-full-list .col-md-4 {
        margin-top: 30px;
    }
    .bison-box-banner-cnt{
        padding-top: 100px;
    }
    .bison-box-banner-cnt h1 {
        font-size: 40px;
        max-width: 350px;
        margin-bottom: 30px;
    }
    .bison-box-banner {
        padding: 0px 0px 80px;
    }   
    .bison-box-content {
        padding: 80px 0px 75px;
    }
    .bison-box-cnt p{
        margin-top: 30px;
    }
    .row.bison-box-content-wrap{
        margin-bottom: 60px;
    }
    .our-team-wrap{
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100%;
        display: block;
    }
    .our-team-wrap figure,
    .our-team-wrap .our-team-cnt{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .our-team-wrap figure img {
        width: 100%;
        height: auto;    
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0px;
    }
    .download-sec {
        padding: 60px 0px;
    }
    .form-wrapper p,
    .check-group label{
        font-size: 15px;
    }
    .input-feild input{
        font-size: 16px;
    }
    .form-content {
        padding-top: 35px;
    }
    .check-group label:before{
        top: 6px;
    }
    .check-group input:checked ~ label:after{
        top: 11px;
    }
    .solutions-list .form-group .inner:hover .content {
        padding: 25px 19px;
    }
    .sp-projects ul li a{
        width: 100px;
        height: 128px;
    }
    .sp-projects ul li a .arrow{
        height: 32px;
        width: 32px;
    }
    .sp-projects ul li a .arrow svg {
        width: 15px;
    }
    p br{
        display: none;
    }
    .filter-button-group{
        margin-top: 30px;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }   
    .press-article-head figure{
        width: 100px;
        height: 100px;
    }
    .press-article-head figure img {
        width: 38px;
    }
    .press-article-head .inner-heading{
        width: calc(100% - 100px);
    }
    .press-article-head{
        margin-left: -70px;
    }
    .press-article-content {
        padding: 120px 43px 170px;
    }
    .press-article-slider .cardslider__direction-nav-top{
        top: 90px;
    }
    .press-article-slider .cardslider__direction-nav, .press-article-slider .cardslider__direction-nav-top{
        padding: 0px 81px 0px 92px;
    }
    .close_btn_wrap {
        right: 73px;
        top: 90px;
    }
    .cardslider__direction-nav-top{
        right: 148px;
        top: 94px !important;
    }
    .logos-list .slick-arrow {
        top: unset;
        transform: inherit;
        bottom: 0;
    }
    .logos-list .slick-prev {
        left: 25px;
    }
    .logos-list .slick-next {
        right: 25px;
    }
    ul.logos-list{
        padding-bottom: 50px;
    }
    .clients-sec .row{
        align-items: center;
    }
    .clients-sec .clients-sec-head {
        padding-top: 0px !important;
    }
    
    .loginmodal .input-sec input,
    .register-wrapper .wpum-form fieldset div.field input{
        height: 55px;
        font-size: 16px;
    }
    .loginmodal .login-form{
        padding-top: 45px;
    }
    .loginmodal .modal-body .logo img {
        width: 250px;
    }
    .loginmodal .modal-header button,
    .register-wrapper .close .close-btn{
        right: 70px;
        top: 70px;
    }
    .download-box-cnt h3 {
        overflow-wrap: break-word;
    }
    .np-list{
        margin-bottom: 56px;
    }
    .download-box-cnt .partners-network-cnt-footer {
        padding: 0px 15px;
    }
    .download-box.box-inner .download-box-cnt{
        padding-bottom: 130px;
    }
    .download-box-head figure{
        height: 65px;
        width: 65px;
    }
    #video-modal .modal-title{
        font-size: 20px;
    }
    #video-modal .modal-header,
    #video-modal .modal-body{
        padding: 18px 15px;
    }
    .job-listing-head-right ul{
        width: 350px;
    }
    .light-house,
    .mirror{
        display: none;
    }
    .wind-power-plant {
        left: -6%;
    }
    .cloud{
        background-size: 116%;
        top: 9%;
        -webkit-animation-duration: 3000s;
        -ms-animation-duration: 3000s;
        -moz-animation-duration: 3000s;
        -o-animation-duration: 3000s;
        animation-duration: 3000s;
    }
    @-webkit-keyframes cloudAnimation{
        0%{
            background-position: 100%;        
        }
        100%{
            background-position: -100000%;        
        }
    }
    @-ms-keyframes cloudAnimation{
        0%{
            background-position: 100%;      
        }
        100%{
            background-position: -100000%;        
        }
    }
    @-moz-keyframes cloudAnimation{
        0%{
            background-position: 100%;        
        }
        100%{
            background-position: -100000%;        
        }
    }
    @-o-keyframes cloudAnimation{
        0%{
            background-position: 100%;        
        }
        100%{
            background-position: -100000%;        
        }
    }
    @keyframes cloudAnimation{
        0%{
            background-position: 100%;       
        }
        100%{
            background-position: -100000%;        
        }
    }
    @-webkit-keyframes planemove{
        0%{
            top: 11%;
            left: 60%;
            -webkit-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -6%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -6%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }
     @-ms-keyframes planemove{
        0%{
            top: 11%;
            left: 60%;
            -webkit-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -6%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -6%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }
     @-moz-keyframes planemove{
        0%{
            top: 11%;
            left: 60%;
            -webkit-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -6%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -6%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }
     @-o-keyframes planemove{
        0%{
            top: 11%;
            left: 60%;
            -webkit-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -6%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -6%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }
    @keyframes planemove{
        0%{
            top: 11%;
            left: 60%;
            -webkit-transform: scale(.4);
                    transform: scale(.4);
        }
        45%{
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        60%{
            top: -6%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
        100%{
            top: -6%;
            left: -60%;
            -webkit-transform: scale(1);
                    transform: scale(1);
        }
    }
    .bison-box-banner .bison-box-video figure {
        top: 50%;
    }
    .bison-box-banner .bison-box-video figure .banner-btn{
        margin-top: 60px;
        /*margin-right: 40px;*/
    }
    .sp-projects h5{
        margin-bottom: 50px;
    }
    .our-team-wrap .our-team-cnt {
        padding-bottom: 0px;
    }
    .career-banner .desk-img, .about-us-banner .desk-img{
        min-height: 800px;
    }
    .video-play #video{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .solutions-list li[class*="col-md"] {
        padding-top: 30px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
     .banner .content {
        padding-top: 64px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    .show-sm{
        display: block;
    }
    .hide-sm{
        display: none;
    }
    .banner .bg-img{
        height: 444px;
    }
    .banner .content{
        text-align: center;
    }
    h2,
    .inner-heading h1,
    .download-section h1{
        font-size: 26px;
    } 
    .top-solution a.show-solutions {
        margin-left: inherit;
    }
    .title .right{
        display: none;
    }
    .top-solution .title .right{
        display: none;
    }
    .title {
        padding-bottom: 40px;
    }
    .top-solution:after, .press-release:after{
        display: none;
    }
    .solutions-list h3,
    .solutions-full-list .solutions-list h2{
        font-size: 24px;
    }
    .solutions-list h4,
    .solutions-full-list .solutions-list h3{
        font-size: 16px;
    }
    .solutions-list p{
        font-size: 14px;
    }
    .solutions-list .inner figure .coming-soon {
        width: 80px;
        height: 80px;
        font-size: 12px;
    }
    .solutions-list{
        margin: 0px;
    }
    .mob_slider .col-md-4,
    .mob_slider .col-md-6{
        padding: 30px;
    }
    a.more{
        width: 54px;
        height: 54px;
    }
    a.more span{
        font-size: 12px;
        margin-right: 16px;
    }
    a.more svg{
        width: 25px;
    }
    .mob_slider .owl-dots{
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
    .mob_slider .owl-dots .owl-dot span{
        width: 15px;
        height: 15px;
        display: inline-block;
        background-color: #bbbdd1;
        border-radius: 50%;
        margin: 0px 7px;
    }
    .mob_slider .owl-dots .owl-dot.active span{
        background-color: #83c700;
    }
    .bottom-btn{
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .bottom-btn a.btn {
        font-size: 12px;
        padding: 14px 20px;
        letter-spacing: 2.4px;
    }
    .tower-img-sec{
        display: none;
    }
    .top-solution{
        padding-bottom: 0px;
    }
    .about-wrapper {
        padding: 70px 0px 60px;
    }
    .about-content p {
        font-size: 14px;
    }
    .about-content h2,
    .careeer-contact-sec h2{
        font-size: 30px;
    }
    .row.count-sec {
        margin-top: 40px;
    }
    .count-sec li{
        margin-bottom: 15px;
    }
    .press-release-head figure {
        width: 82px;
        height: 82px;
    }
    .press-release-head figure svg{
        width: 36px;
    }
    .press-release-inner {
        padding: 25px 24px 34px;
    }
    .tile-bg-sec{
        padding: 0px 0px 70px;
        background: none;
    }
    .clients-sec-head h4{
        max-width: 300px;
    }
    .clients-sec-head .btn{
        display: none;
    }
    ul.logos-list {
        padding: 15px 0px 80px;
    }
    ul.logos-list .slick-list {
        padding: 0px;
    }
    .logos-list-wrapper .bottom-btn{
        margin-top: 15px;
    }
    .partners-network {
        margin-top: 70px;
    }
    .partners-network-list li[class*=col] {
        margin-top: 30px;
    }
    .partners-network-inner figure {
        width: 150px;
        height: 150px;
        padding: 0px;
    }
    .partners-network-inner figure img{
        display: inline-block !important;
        width: auto !important;
    }
    .page-links{
        display: none;
    }
    .footer-bottom-right{
        text-align: left;
    }
    .solutions-full-list .solutions-list {
        margin: 0px -15px;
    }
    .ipad-img {
        position: relative;
        margin-top: 40px;
    }
    .ipad-img2 {
        padding-top: 30px;
    }
    .head-content{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .footer-img{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .mid-contetnt{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 10px;
    }
    .our-team-cnt p,
    .our-team-description p{
        font-size: 14px;
    }
    .downloads-list:after{
        display: block;
        top: 0;
        margin: auto;
    }
    .form-group {
        margin-bottom: 0px;
    }
    .cform-holder .form-group{
        margin-bottom: 15px;
    }
    .check-feild {
        margin-top: 30px;
    }
    .form-content {
        padding-top: 25px;
    }
    .download-btn {
        margin-top: 40px;
        text-align: center;
    }
    .career-banner.banner .content{
        padding-left: 0;
    }
    .career-banner.banner .bg-img{
        height: 520px;
    }
    .career-banner p span{
        display: none;
    }
    .career-banner p span.mob-view{
        display: block;
    }
    .careeer-contact-sec {
        padding: 70px 0;
    }
    .c-from{
        margin-top: 40px;
    }
    .cform-holder .form-group .form-control{
        font-size: 14px;
    }
    .formbtn{
        text-align: center;
    }
    .filter-button-group li{
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .filter-button-group li:last-child{
        margin-right: 0;
    }
    .filter-button-group li + li{
        margin-left: 0;
    }
    .pressrelease-section .press-release-footer{
        margin-top: 20px;
    }
    .networkpartners-section .press-release-list li,
    .pressrelease-section .press-release-list li{
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .networkpartners-section,
    .pressrelease-section{
        padding: 70px 0 55px;
    }
    .np-list{
        padding-left: 15px;
        padding-right: 15px;
    }
    .networkpartners-section .np-list:after{
        height: 65%;
    }
    .networkpartners-section .partners-network-list li {
        margin-bottom: 60px;
    }
    .networkpartners-section .partners-network-list li:last-child {
        margin-bottom: 40px;
    }
    .np-list{
        margin-bottom: 70px;
    }
    .np-list h2{
        margin-bottom: 60px;
    }
    .our-top-solution .inner.box-inner{
        display: block;
    }
    .our-top-solution .inner.box-inner figure,
    .our-top-solution.solutions-list .inner.box-inner .content{
        max-width: 100%;
    }
    .our-top-solution .inner.box-inner figure img{
        height: 200px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 12px;
    }
    .our-top-solution.solutions-list .inner.box-inner .content {
        padding: 30px 24px;
    }
    .solutions-full-list .solutions-list div[class*='col'] {
        margin-top: 18px;
    }
    .press-article-head figure{
        display: none;
    }
    .press-article-head {
        margin-left: 0px;
    }
    .press-article-head .inner-heading{
        padding-left: 0px;
        width: 100%;
    }
    .press-article-cnt{
        padding-top: 0px;
    }
    .press-article-content {
        padding: 140px 30px 85px;
    }
    .all-article-btn {
        bottom: 0px;
        position: relative;
    }
    .press-article-slider .cardslider__direction-nav {
        padding: 0px 35px 0px 76px;
        bottom: 69px;
    }
    .press-article-slider .cardslider__direction-nav, .press-article-slider .cardslider__direction-nav-top {
        padding: 0px 55px 0px 58px;
    }
    .close_btn_wrap {
        right: 57px;
        top: 83px;
    }
    .cardslider__direction-nav-top{
        right: 132px;
        top: 87px !important;
    }
    .press-article-txt p{
        margin-top: 30px;
    }
    .clients-sec-head h4{
        margin-bottom: 10px;
    }
    .loginmodal .input-sec input,
    .register-wrapper .wpum-form fieldset div.field input{
        font-size: 14px;
        height: 60px;
    }
    .loginmodal .modal-header button,
    .register-wrapper .close .close-btn{
        right: 50px;
        top: 50px;
    }
    .download-box-cnt .partners-network-cnt-footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .download-box-cnt .partners-network-cnt-footer .left-lnk{
        margin-bottom: 0px;
    }
    #video-modal .modal-header{
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #video-modal span.video-date{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #video-modal .close{
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        max-width: 42px;
    }
    #video-modal .modal-title{
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0px;
        margin-top: 10px;
        font-size: 18px;
    }
    .bison-box-banner figure img {
        max-width: 280px;
    }
    .job-listing-head{
        display: block;
    }
    .job-listing-head-right ul {
        width: 100%;
    }
    .job-listing-head-right{
        margin-top: 50px;
    }
    .job-listing-wrap {
        padding-top: 50px;
    }
    .sp-projects h5{
        margin-bottom: 48px;
    }
    .job-listing-bx {
        padding: 60px 0px;
    }
    .job-listing-wrap, .job-listing-cnt {
        padding-top: 60px;
    }
    .register-wrapper .input-sec{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 1000%
    }
    .banner-animation{
        min-height: 500px;
    }
    .banner .content{
        padding-top: 30px;
    }
    .town-img{
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
    }
    .wind-power-plant {
        left: -16%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }
    .bottom-clr-bx{
        height: 40px;
    }
    .town-img,
    .wind-power-plant{
        bottom: 40px;
    }
    .banner .big-heading {
        font-size: 33px;
    }
    .career-banner.banner p{
        font-size: 18px;
    }
    .scroll-to-top{
        right: 26px;
        bottom: 26px;
        width: 60px;
        height: 60px;
    }
    .scroll-to-top img{
        width: 12px;
    }
    .cloud{
        top: 2%;
    }
    .plane {
        -webkit-animation-duration: 8s;
        -ms-animation-duration: 8s;
        -moz-animation-duration: 8s;
        -o-animation-duration: 8s;
        animation-duration: 8s;
    }
    .careeer-contact-sec .about-content {
        padding-top: 0px;
    }
    .sp-projects ul{
        max-width: 457px;
    }
    .contact-banner .container{
        max-width: 100%;
    }
    .contact-banner .content{
        text-align: center;
        max-width: 100%;
    }
    .career-banner .desk-img, .about-us-banner .desk-img {
        min-height: 600px;
    }
    .career-banner .desk-img img, .about-us-banner .desk-img img {
        height: 54% !important;
    }
    .formbtn{
        margin-top: 30px;
    }
    .sp-projects ul li a{
        width: 100%;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 850px) and (orientation:landscape) {
    .banner-animation {
        min-height: 550px;
    }
    .town-img, .wind-power-plant {
        bottom: 40px;
    }
    .town-img {
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
    }
    .wind-power-plant {
        left: -11%;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }
    .bottom-clr-bx {
        height: 40px;
    }
    .cloud{
        top: 8%;
    }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    header{
        background-color: transparent;
        position: absolute;
    }
    .navbar .container{
        padding: 0px 15px;
    }
    .navbar-collapse {
        margin: 0 -15px;
        padding: 0px 15px;
        background-color: #fff;
    }
    header .navbar-nav .nav-link{
        line-height: 20px;
    }
    header .navbar-nav .logandsign{
        line-height: 13px;
        padding: 13px 5px !important;
        font-size: 13px;
    }
    .navbar-nav.menu-right{
        padding-bottom: 20px;
    }
    .header{
        background-color: #fff;
    }
    .banner .bg-img {
        height: 600px;
    }
    .banner .content {
        padding-top: 50px;
    }
    .banner .big-heading {
        font-size: 26px;
    }
    .banner .big-heading br {
        display: none;
    }
    .home .banner .big-heading {
        font-size: 32px;
    }
    .career-banner.banner p {
        font-size: 17px;
    }
    .banner h1 {
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0.56px;
    }
    .banner p {
        font-size: 14px;
        padding-bottom: 30px;
    } 
    a.btn {
        font-size: 12px;
    }
    .banner h1{
        padding-bottom: 10px;
    }
    .banner a.review-solutions {
        padding: 16px 23px;
    }
    .navbar-brand{
        width: 110px;
    }
    .navbar-brand img{
        width: 100%;
    }
    .top-solution {
        padding: 40px 0;
    }
    .mob_slider .col-md-4,
    .mob_slider .col-md-6{
        padding: 34px 15px;
    }
    .content-list-wrapper {
        margin: 0px -15px;
    }
    .title {
        padding-bottom: 0px;
    }
    .about-wrapper {
        padding: 20px 0px 40px;
    }
    .about-content h2,
    .careeer-contact-sec h2{
        margin-bottom: 26px;
    }
    .about-content h2,
    .careeer-contact-sec h2{
        font-size: 26px;
    }
    .press-release-head figure{
        margin-left: -34px;
    }
    .mob_slider{
        margin: 0px;
    }
    .press-release-head span {
        font-size: 14px;
    }
    .press-release-cnt p {
        font-size: 14px;
    }
    .press-release-cnt h3 {
        font-size: 24px;
    }
    .clients-sec-head h4 {
        max-width: 226px;
        font-size: 26px;
    }
    .press-release {
        padding: 60px 0px; 
    }
    .partners-network-cnt p {
        font-size: 14px;
    }
    .contact-list .right-cnt address, .contact-list .right-cnt a {
        font-size: 14px;
    }
    .footer-top {
        padding: 40px 0px 15px;
    }
    .inner-heading {
        padding-top: 80px;
    }
    .solutions-full-list .col-md-4 {
        margin-top: 20px;
    }
    .bison-box-header{
        background-color: #fff;
        position: relative;
    }
    .bison-box-banner figure img {
        max-width: 240px;
    }
    .bison-box-banner-cnt {
        padding-top: 150px;
    }
    .bison-box-banner-cnt h1 {
        font-size: 26px;
        margin-bottom: 22px;
    }
    .bison-box-banner-cnt p {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 2;
    }
    .bison-box-banner {
        padding: 0px 0px 50px;
    }
    .bison-box-content {
        padding: 60px 0px;
    }
    .bison-box-cnt p{
        margin-top: 16px;
        font-size: 14px;
        line-height: 2;
    }
    .row.bison-box-content-wrap {
        margin-bottom: 40px;
    }
    .bison-box-content-head figure {
        width: 50px;
        height: 50px;
    }
    .bison-box-content-head-txt{
        width: calc(100% - 50px);
    }
    .bison-box-content-head figure img {
        width: 100%;
    }
    .our-team-wrapper li[class*="col"] {
        margin-bottom: 40px;
    }
    .our-team-cnt h2{
        font-size: 23px;
    }
    .our-team-wrapper{
        padding-top: 40px;
    }
    .form-wrapper p, .check-group label {
        font-size: 14px;
    }
    .download-sec h2 {
        margin-bottom: 28px;
    }
    .download-sec {
        padding: 25px 0px 50px;
    }
    .input-feild input {
        font-size: 15px;
    }
    .mob-img{
        display: block;
    }
    .desk-img{
        display: none !important;
    }  
    .career-banner.banner .bg-img{
        height: auto;
    }
    .career-banner.banner .content{
        padding-top: 40px;
    }
    .career-banner p,
    .download-header p,
    .about-content h3{
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.48px;
    }
    .sp-projects h5{
        margin-bottom: 30px;
    }
    .sp-projects {
        margin-top: 40px;
    }
    .sp-projects ul li a {
        width: 100% ;
        height: 123px;
    }
    .sp-projects ul{
        overflow-x: auto;
        padding: 15px;
        -ms-overflow-style: none; 
        overflow: -moz-scrollbars-none;
        scrollbar-width: none;
    }
    .sp-projects ul::-webkit-scrollbar{
         width: 0 !important
    }
    .careeer-contact-sec h2 {
        font-size: 22px;
    }
    .careeer-contact-sec h2 img{
        max-width: 50px;
        margin-right: 20px;
    }
    .about-content p + p {
        margin-top: 15px;
    }
    .about-content p + h5 {
        margin-top: 15px;
    }
    .about-content h5{
        font-size: 15px;
    }
    .about-wrapper.greybg{
        padding-top: 50px;
        margin-top: 50px;
    }
    .filter-button-group button{
        font-size: 10px;
        padding: 0 12px;
    }
    .filter-button-group{
        margin: 20px 0;
    }
    .pressrelease-section  h3{
        font-size: 22px;
    }
    .networkpartners-section .filter-button-group li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .solutions-list.our-top-solution{
        margin-top: 40px;
    }
    .solutions-full-list .solutions-list{
        margin: 0px;
    }
    .solutions-full-list .solutions-list div[class*='col'] {
        margin-top: 7px;
    }
    .top-solution.solutions-full-list {
        padding: 22px 0px 60px;
    }
    .press-article-top .left{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .press-article-top .left .tag{
        margin-left: 0px;
        margin-top: 8px;
        padding: 10px 14px;
    }
    .cardslider__cards{
        top: 95px;
    }
    .press-article-content {
        padding: 130px 24px 85px;
    }
    .press-article-slider .cardslider__direction-nav-top {
        top: 132px;
    }
    .press-article-slider .cardslider__direction-nav, .press-article-slider .cardslider__direction-nav-top {
        padding: 0px 43px 0px 43px;
    }
    .press-article-wrapper{
        padding: 0px 0px 70px;
    }
    .close_btn_wrap {
        right: 50px;
        top: 126px;
    }
    .cardslider__direction-nav-top{
        right: 120px;
        top: 131px !important;
    }
    .press-article-head .inner-heading h1 {
        font-size: 20px;
        letter-spacing: 0.8px;
        line-height: 1.5;
    }
    .press-article-head{
        padding-top: 30px;
    }
    .press-article-wrapper .container{
        padding: 0px;
    }
    .press-article-txt p,
    .testimonial p,
    .press-article-bold-txt p{
        font-size: 14px;
        line-height: 1.71;
    }
    .testimonial-header figure img{
        width: 80px;
        height: 80px;
    }
    .testimonial-header-cnt {
        padding-left: 14px;
    }
    .testimonial-header-cnt h3{
        font-size: 16px;
    }
    .testimonial-header-cnt h3 span{
        font-size: 14px;
    }
    .press-article-bold-txt{
        text-align: left;
        padding-top: 30px;
    }
    .all-article-btn{
        margin-top: 40px;
    }
    .press-article-slider .cardslider__direction-nav {
        padding: 0px 20px 0px 66px;
        bottom: 24px;
    }
    .partners-network {
        margin-top: 50px;
    }
    .loginmodal .modal-body,
    .loginmodal .login-form{
        width: 100%;
    }
    .download-box-cnt h3{
        font-size: 15px;
    }
    .download-box:hover .partners-network-cnt-footer a.more span{
        font-size: 11px;
    }
    .download-section .np-list.scrum {
        margin-bottom: 50px;
    }
    .download-section .np-list.scrum:after {
        bottom: -62px;
    }
    .np-list {
        margin-bottom: 50px;
    }
    .np-list h2{
        font-size: 22px;
    }
    #video-modal .modal-title{
        font-size: 16px;
    }
    .job-listing-head-right{
        padding: 18px 15px;
    }
    .job-listing-head-right ul li{
        font-size: 16px;
    }
    .sb-buttons .btn {
        padding: 18px 32px;
    }
    .register-wrapper .input-sec{
        padding: 0px;
    }
    .register-wrapper .logo img {
        width: 215px;
    }
    .register-wrapper .close .close-btn{
        right: 22px;
        top: 28px;
    }
    .register-wrapper .login-btn input.login-btn {
        width: 100%;
    }
    .register-wrapper .login-btn{
        padding: 0px;
    }
    .register-wrapper{
        padding-bottom: 60px;
    }
    .cloud{
        background-size: 251%;
        -webkit-animation-duration: 11000s;
        -ms-animation-duration: 11000s;
        -moz-animation-duration: 11000s;
        -o-animation-duration: 11000s;
        animation-duration: 11000s;
        top: 4%;
    }
    .plane {
        -webkit-animation-duration: 5.5s;
        -ms-animation-duration: 5.5s;
        -moz-animation-duration: 5.5s;
        -o-animation-duration: 5.5s;
        animation-duration: 5.5s;
    }
    .wind-power-plant {
        left: -30%;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
    }
    .town-img {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        right: -32%;
    }
    .career-banner .container{
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .career-banner .mob-img{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 10px;
    }
    .career-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
         flex-direction: column;
    }
    .count-sec .white-bx {
        padding: 26px 8px;
    }
     .contact-banner .content{
        max-width: 100%;
    }
    .contact-banner .content{
        text-align: center;
    }
    .sp-projects ul{
        width: 100%;
    }
}
@media (max-width: 900px) and (orientation: landscape){
    header .navbar-collapse{
        height: 70vh;
        overflow: scroll;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    header .navbar-collapse::-webkit-scrollbar { 
        width: 0 !important;
    }
    .menu-wrapper{
        height: 100%;
    }
}
@media (max-width: 375px){
    .wind-power-plant{
        left: -34%;
    }
      .careeer-contact-sec h2 {
        font-size: 20px;
    }
    .careeer-contact-sec h2 img{
        margin-right: 8px;
    }
}
@media (max-width: 360px){
    .wind-power-plant{
        left: -36%;
    }
    .count-sec .white-bx p{
        word-break: break-all;
    }
}
/* Landscape iPhone 6 */
@media (max-width: 359px){
    
    .banner .big-heading {
        font-size: 28px;
    }
    .filter-button-group button {
        padding: 0 8px;
    }
    .np-list h2{
        font-size: 20px;
    }
    .career-banner.banner p {
        font-size: 14px;
    }
    .wind-power-plant{
        left: -46%;
    }
    .careeer-contact-sec h2 {
        font-size: 18px;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation:landscape){
    .bison-box-banner .bison-box-video figure {
        top: 29% !important;
    }
    .career-banner .desk-img, .about-us-banner .desk-img {
        min-height: 716px;
    } 
}