@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('animations.css');

@font-face
{
    font-family: 'RobotoRegular';
    src: url('fonts/Roboto-Regular.ttf');
}

[ng\:cloak],
[data-ng-cloak],
[data-data-ng-cloak],
[x-data-ng-cloak],
.data-ng-cloak,
.x-data-ng-cloak {
    display: none !important;
}

.recentworks
{
    color: #ff0000;
}

.recentworks:hover
{
    color: #000000;
}

.inner-empty
{
	padding: 10px 0;
	margin: 0;
}

.underline
{
	text-decoration:underline !important;
	color: #337ab7;
}

.underline:hover
{
	text-decoration:none !important;
	color: #333;
}

.img-centered
{
	margin:0 auto;
	display:block;
}

.centered
{
	text-align: center;
}

.error {
    color: #EF0000;
    font-weight: normal;
	font-family: 'Poppins', sans-serif;
	padding: 5px 0 15px 0;
}

#loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999999999;
    background: #fff
}

.loader-content {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px
}

.spinner {
    margin: 100px auto;
    width: 32px;
    height: 32px;
    position: relative
}

.b-cube {
    background: #e66a55
}

.ar-cube {
    background: #196575
}

.s-cube {
    background: #d0a97e
}

.f-cube {
    background: #eb2a2a
}

.m-cube {
    background: #164b9b
}

.ag-cube {
    background: #333
}

.h-cube {
    background: #3cc5de
}

.r-cube {
    background: #d0c4b2
}

.t-cube {
    background: #3cc5de
}

.cube1,
.cube2 {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out
}

.cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

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;
    font-size: 100%;
    font: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

body * {
    -webkit-text-size-adjust: none
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
    font-size: 0;
    display: block
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0
}

input,
textarea,
select {
    font-family: lato, sans-serif, Arial;
    font-weight: 400;
    -webkit-appearance: none;
    border-radius: 0
}

a,
a:link,
a:visited,
a:active,
a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: 0
}

body {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1
}

p {
    font-family: 'Poppins', sans-serif;;
    letter-spacing: 1px
}

.table-view {
    height: 100%;
    width: 100%;
    display: table
}

.row-view {
    display: table-row
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    height: inherit
}

.nopadding {
    padding-left: 0;
    padding-right: 0
}

#content-wrapper {
    padding-top: 122px;
    position: relative
}

body.header-moved #content-wrapper {
    padding-top: 244px
}

.container-above-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

h3 {
    text-transform: uppercase
}

p {
    font-family: 'Poppins', sans-serif;
}

#map-canvas {
    height: 660px;
    background: #485b77
}

.block #map-canvas {
    margin-bottom: 60px
}

.video-player {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(22, 29, 40, .8);
    z-index: 10;
    transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%)
}

.video-player.active {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%)
}

.video-iframe {
    position: absolute;
    left: 50px;
    top: 50px;
    right: 50px;
    bottom: 50px
}

.video-iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.video-player .close-iframe {
    color: #ff6c3a;
    font-family: 'Poppins', sans-serif;
    font-size: 27px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center
}

.video-player .close-iframe:hover {
    color: #fff
}

@media(max-width:991px) {
    #content-wrapper,
    body.header-moved #content-wrapper {
        padding-top: 50px
    }
    .container-above-header {
        position: relative
    }
    #map-canvas {
        height: 300px
    }
    .block #map-canvas {
        margin-bottom: 30px
    }
}

.background-parent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.read-more i {
    position: relative;
    display: inline-block;
    right: 0;
    transition: right .3s linear
}

.read-more:hover i {
    right: -10px
}

.block-title {
    color: #196575;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 23px;
    word-wrap: break-word
}

@media screen and (max-width:481px) {
    .block-title {
        font-size: 32px
    }
}

.sub-title {
    max-width: 560px;
    color: #8b989b;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.7;
    padding: 0 15px 80px;
    font-family: 'Poppins', sans-serif;;
    letter-spacing: 0
}

.contact-block-title {
    color: #303030!important;
}

.contact-sub-title {
    color: #acafba;
}

.contact-block-title {
    color: #303030;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 23px;
    word-wrap: break-word
}

.contact-sub-title {
    color: #8b989b;
    font-size: 16px;
    text-align: left;
    margin: 0 auto;
    line-height: 1.7;
    padding: 0 15px 80px 0;
    font-family: 'Poppins', sans-serif;;
    letter-spacing: 0
}

.demo-wrapper {
    position: static
}

.demo-banner {
    background: url(../images/demo-bg.jpg) no-repeat center;
    background-size: cover;
    min-height: 660px;
    height: 100vh;
    position: relative;
    background-attachment: fixed
}

.demo-banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
    z-index: 1
}

@media screen and (max-width:481px) {
    .demo-banner {
        padding: 70px 0
    }
}

.d-banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 0 15px
}

.d-banner-content h1 {
    margin: 55px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 1.3
}

@media screen and (max-width:481px) {
    .d-banner-content h1 {
        margin: 30px 0
    }
}

.d-banner-content a {
    display: inline-block;
    background: #fff;
    color: #333;
    padding: 18px 44px 14px;
    text-transform: uppercase
}

.d-banner-content i {
    background: url(../images/arrow.png);
    width: 18px;
    height: 8px
}

.demo-info>div {
    padding: 17px 0 33px;
    text-align: center
}

.demo-info h3 {
    font-family: 'Poppins', sans-serif;;
    text-transform: uppercase;
    font-size: 16px;
    color: #d4fafd
}

.demo-info h3 span {
    font-size: 40px;
    font-weight: 700;
    padding-right: 10px;
    position: relative;
    top: 5px;
    color: #fff!important
}

.d-color-1 {
    background: #31cdda
}

.d-color-2 {
    background: #e76a56
}

.d-color-2 h3 {
    color: #fbbdb3
}

.d-color-3 {
    background: #196575
}

.d-color-3 h3 {
    color: #99cfda
}

.d-footer {
    background: #f9f9f9;
    padding: 70px 0 60px
}

.d-footer div {
    color: #333;
    text-transform: uppercase;
    text-align: center
}

.demo-content {
    padding: 100px 0
}

.demo-content h2 {
    font-size: 40px;
    color: #333;
    padding-bottom: 20px;
    text-transform: uppercase
}

.demo-content p {
    text-transform: uppercase;
    color: #888;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.template-box {
    float: left;
    width: 33.333%;
    margin-top: 100px;
    padding: 0 15px
}

.template-box p {
    padding-top: 30px;
    text-transform: uppercase;
    color: #333;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.img-box {
    position: relative;
    margin: auto;
    border: 3px solid transparent;
    display: block;
    overflow: hidden
}

.img-box .template-link {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: opacity .3s linear;
    width: 100%;
    height: 100%
}

.img-box .template-link a {
    padding: 12px 20px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -300px);
    -ms-transform: translate(-50%, -300px);
    transform: translate(-50%, -300px);
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}

.img-box .template-link a i {
    background: url(../images/v-arrow.png);
    width: 18px;
    height: 8px;
    margin-left: 5px
}

.img-box:hover .template-link {
    opacity: 1
}

.img-box:hover .template-link a {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.img-box img {
    max-width: 100%;
    display: block;
    height: auto
}

.template-box-1 {
    border-color: #37383d
}

.template-box-2 {
    border-color: #c6b7a0
}

.template-box-3 {
    border-color: #eb2b2a
}

.template-box-4 {
    border-color: #164b9b
}

.template-box-5 {
    border-color: #223c3d
}

.template-box-6 {
    border-color: #e06b57
}

.template-box-7 {
    border-color: #196575
}

.template-box-8 {
    border-color: #d0a97e
}

.template-box-9 {
    border-color: #3dc5df
}

@-webkit-keyframes scroll-arrow {
    from {
        bottom: 48px
    }
    to {
        bottom: 30px
    }
}

@-ms-keyframes scroll-arrow {
    from {
        bottom: 48px
    }
    to {
        bottom: 30px
    }
}

@keyframes scroll-arrow {
    from {
        bottom: 48px
    }
    to {
        bottom: 30px
    }
}

.module {
    background: #f1f2f1;
    padding: 70px 0 0
}

.module img {
    width: 65px;
    float: left;
    margin-right: 30px
}

.module .content {
    width: 60%;
    font-size: 14px;
    line-height: 22px;
    color: #2c2c2c;
    font-family: 'Poppins', sans-serif;;
    letter-spacing: 1px;
    float: left
}

.module .col-md-4 {
    min-height: 200px
}

.arrow-down {
    width: 18px;
    height: 18px;
    background: url(../images/down-arrow.png);
    position: absolute;
    left: 50%;
    bottom: 48px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    cursor: pointer;
    -webkit-animation: scroll-arrow 750ms ease-in-out infinite alternate;
    animation: scroll-arrow 750ms ease-in-out infinite alternate
}

a[href^="http://maps.google.com/maps"] {
    display: none!important
}

.gmnoprint a,
.gmnoprint span {
    display: none
}

.gmnoprint div {
    background: 0 0!important
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    height: inherit!important
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: inherit!important;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    height: inherit!important;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.swiper-container {
    width: 100%;
    height: auto
}

.swiper-slide {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    height: 600px !important;
}

/*
.swiper-slide::-webkit-scrollbar {
    width: 1em;
}
 
.swiper-slide::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.swiper-slide::-webkit-scrollbar-thumb {
  background-color: #ffe026;
  outline: 1px solid #000000;
}
*/

.swiper-slide-active {}

.swiper-slide-visible {}

.swiper-pagination-switch {
    background: 0 0;
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    position: relative;
    margin: 8px;
    border-radius: 50%
}

.swiper-pagination-switch:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%
}

.swiper-active-switch {
    border-color: #fff
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .9;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 25%;
    width: 50%;
    height: 95%;
    z-index: 999999999999;
    position: fixed;
    outline: 0!important;
    overflow: hidden !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 25px;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 20px;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #FFF;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: fixed;
    opacity: 1;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 18px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 35px
}

.mfp-arrow-left {
    left: 0%;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .8) url(../images/works-left-arrow.png) no-repeat center;
    left: 15px
}

.mfp-arrow-right {
    right: 0%;
}

.mfp-arrow-right:after {
    left: auto
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .8) url(../images/works-right-arrow.png) no-repeat center;
    right: 15px
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto
}

.mfp-zoom-in {}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-newspaper {}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    transition: all .5s;
    -webkit-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg)
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
    -ms-transform: scale(0) rotate(500deg);
    transform: scale(0) rotate(500deg);
    opacity: 0
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-horizontal {}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all .3s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-from-top {}

.mfp-move-from-top .mfp-content {
    vertical-align: top
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all .2s;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px)
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-3d-unfold {}

.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2e3px;
    perspective: 2e3px
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
    transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
    transform: rotateY(60deg);
    opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-out {}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: hinge;
    animation-name: hinge
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0
}

#logo {
    margin: 0 0 30px 15px;
    float: left
}

.silicon {
	margin: 0 0 0 30px;
	width: 200px;
	display: inline-block;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    padding-top: 30px;
    transition: background .3s linear;
}

.header>.container {
    position: relative;
}

.nav {
    float: right;
    margin-top: 35px;
    margin-right: 15px
}

.nav li {
    list-style: none;
    float: left;
    margin: 0 5px
}

.nav li a {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    padding: 3px 2px 2px 5px;
    border: 2px solid transparent;
    transition: border-color .2s linear;
    display: inline-block;
}
.nav li a:hover {
    border-color: #196575
}

.nav li:last-of-type {
    margin-right: 0;
}

.nav li.active a {
    border-color: #333333;
}

.menu-button,
.m-menu-button {
    width: 30px;
    height: 18px;
    position: absolute;
    right: 15px;
    display: none;
    cursor: pointer;
    margin-top: 1px;
}

.menu-button span,
.m-menu-button span {
    height: 2px;
    margin-top: 10px;
    background: #03dcd4;
    display: block;
    position: relative;
    top: 0;
    transition: all 500ms ease-out;
}

.menu-button span:first-child,
.m-menu-button span:first-child {
    margin-top: 0
}

.menu-button.active span:nth-child(1),
.m-menu-button.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.menu-button.active span:nth-child(2),
.m-menu-button.active span:nth-child(2) {
    opacity: 0;
    top: 7px;
}

.menu-button.active span:nth-child(3),
.m-menu-button.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -17px
}

.m-menu-button {
    transition: top .4s ease;
}

.m-menu-button.active span {
    color: #164b9b
}

.m-menu-button.active {
    top: 5px
}

.footer {
    background: #222;
    padding-top: 65px;
}

@media screen and (max-width:768px) {
    .footer {
        padding-top: 45px;
    }
}

img.footer-logo {
    display: block;
    margin: 0 auto
}

.footer h3 {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-top: 70px;
    color: #fff;
    letter-spacing: 5px;
}

.footer p {
    text-align: center;
    font-size: 11px;
    font-family: 'Poppins', sans-serif;;
    color: #cfd1db;
    margin: 0px auto 0px;
    line-height: 22px;
    letter-spacing: 0;
    padding: 0px;
}

.footer .error {
    color: #EF0000;
    font-weight: normal;
	font-family: 'Poppins', sans-serif;
    padding: 15px 0 15px 0;
    margin: 10px 0;
    display: block;
	text-align: left;
}

.ftr-social {
    display: table;
    margin: 25px auto;
}

@media screen and (max-width:768px) {
    .ftr-social {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.ftr-social .social-network {
    opacity: 1;
    text-align: center;
    width: 27px;
    height: 27px;
    border: 2px solid #646464;
    margin: 0 10px;
    position: relative;
}

@media screen and (max-width:600px) {
    .ftr-social .social-network {
        margin: 0 15px;
    }
    
}

.ftr-social .social-network {
    line-height: 27px;
}

.ftr-social .social-network i {
    color: #646464
}

.ftr-social .social-network:hover i {
    color: #fff
}

@media(max-width:991px) {
    .footer h3,
    .s-footer {
        margin-top: 20px;
    }
    .footer p {
        margin-top: 15px;
    }
}

.ftr-nav-container {
    background: #171717;
    padding: 28px 0 22px;
}

.ftr-nav {
    display: table;
    margin: 0 auto;
}

.ftr-nav li {
    float: left;
    list-style: none;
}

.ftr-nav li a {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 12px;
    color: #646464;
    transition: color .2s linear;
    font-size: 11px;
}

.ftr-nav li a:hover {
    color: #FFFFFF;
}

.ftr-primary-nav-container {
    background: #171717;
    padding: 10px 0 10px;
}

.ftr-primary-nav {
    display: table;
    margin: 0 auto;
}

.ftr-primary-nav li {
    float: left;
    list-style: none;
}

.ftr-primary-nav li a {
    display: inline-block;
    margin: 0 12px;
    color: #646464;
    transition: color .2s linear;
    font-size: 9px;
}

.ftr-primary-nav li a:hover {
    color: #FFFFFF;
}

.footer-info {
    color: #646464;
}

.subscribe-form {
    max-width: 570px;
    height: 45px;
    background: #2c2c2c;
    margin: 60px auto;
    padding: 0 0 0 0px;
    position: relative;
}

@media screen and (max-width:420px) {
    .subscribe-form {
        padding-left: 0px;
    }
}

.subscribe-form label,
.subscribe-form input {
    float: left;
    line-height: 45px;
}

.subscribe-form label {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    vertical-align: middle;
    padding-top: 0px;
    padding-right: 9px;
    position: absolute;
    left: 10px;
}

@media screen and (max-width:420px) {
    .subscribe-form label {
        top: -40px;
        left: 52%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.subscribe-form label:after {
    content: '';
    height: 10px;
    width: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 17px;
}

@media screen and (max-width:420px) {
    .subscribe-form label:after {
        content: none;
    }
}

.subscribe-email {
    width: 90%;
    border: 0;
    height: 45px;
    color: #646464;
    background: 0 0;
    padding: 0 8px;
    float: left;
}

.subscribe-email::-webkit-input-placeholder {
    color: #646464
}

.subscribe-email::-moz-placeholder {
    color: #646464
}

.subscribe-email:-moz-placeholder {
    color: #646464
}

.subscribe-email:-ms-input-placeholder {
    color: #646464
}

.subscribe-submit {
    border: 0;
    background: url(../images/submit-gray-right-arrow.png) no-repeat 40% 19px;
    position: absolute;
    right: 0;
    transition: background .3s ease;
    width: 10%;
	cursor: pointer;
}
.subscribe-submit:hover {
    background: url(../images/submit-yellow-right-arrow.png) no-repeat 40% 19px;
	cursor: pointer;
}

@media screen and (max-width:420px) {
    .subscribe-submit {
        background-position: 0 19px;
    }
}

.subscribe-submit:hover {
    background-position: 70% 19px;
}

.input-container {
    position: relative;
    padding-left: 100px;
}

@media screen and (max-width:420px) {
    .input-container {
        padding-left: 0;
    }
}
.a-header {
    background: 0 0;
}
.a-header-active {
    background: #fff!important;
    border-bottom: 1px solid #ccc;
}

.ag-nav li a {
    color: #333333;
}

.ag-nav li a:hover {
    color: #333333;
    border-color: #333333
}

.ag-nav li.active a {
    color: #333333;
    border-color: #333333
}

/*Sub-Menu CSS Starts Here*/
.nav ul ul 
{
	position: absolute;
	display: none;
	width: 12em;/*Left offset of submenus need to match (see below)*/
	margin: 0px 0 0 0;
}

.nav ul ul li 
{
	width: 100%;
}

.nav ul li 
{
	float: left;
	position: relative;
	margin: 0 10px 0 10px;
}

.nav li:hover 
{
	visibility:	inherit;/*Fixes IE7 'sticky bug'*/
}

.nav li li 
{
	margin: 1px 0 0 0;
}

.nav li:hover ul 
{
	display: block;
	left: 0;
	top: 18px;/*Match top ul list item height*/
	z-index: 99;
	-webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
	box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
	background-color: #FFF;
}

ul.nav li:hover li ul 
{
	top: -999em;
}

ul.nav li li:hover ul 
{
	left: 12em;/*Match ul width*/
	top: 0;
}

ul.nav li li:hover li ul 
{
	top: -999em;
}

ul.nav li li li:hover ul 
{
	left: 10em;/*Match ul width*/
	top: 0;
}

.nav li li a 
{
	border-top: 1px solid rgba(255,255,255,.2);
	background:#FFFFFF;
	color: #333333;
	padding: 10px;
	width: 100%;
}

.nav li li a:hover
{
	border-color: #333333;
	color: #333333;
}

.nav li:hover > a,.nav li.active a
{ 
	color: #333333;
	text-decoration: none;
}

.nav li.active:hover > li a,.nav li.active li a
{ 
	color: #333333;
	text-decoration: none;
	border-color: #FFFFFF !important; 
}

.nav li.active:hover > li a:hover, .nav li.active li a:hover, .nav li.active li.active a
{ 
	color: #333333;
	text-decoration: none;
	border-color: #333333 !important; 
}

.nav li li:hover > a
{
	color: #333333;
	text-decoration: none;
}
/*Sub-Menu CSS Starts Here*/
@media screen and (max-width:481px) {
    .ag-nav li {
        text-align: left!important;
    }
    .ag-nav li a {
        padding-left: 15px;
    }
}

.a-menu-button span {
    background: #333333;
}

.a-block-title {
    color: #333333!important;
}

.a-sub-title {
    color: #acafba;
}

.a-banner {
    background-size: 100% 100%;
	background-repeat: no-repeat;
    min-height: 580px;
    height: 90vh;
    position: relative;
    background-position: center
}

.rotate-u
{
	-webkit-transform: rotate(395deg);
	-moz-transform: rotate(395deg);
	-ms-transform: rotate(395deg);
	-o-transform: rotate(395deg);	
    /*font-family: RobotoRegular;*/
    font-size: 70px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    display: block;
    line-height: 0;
    padding: 25px 0 0 18px;
    margin: 0;
}

.rotate-s
{
	-webkit-transform: rotate(340deg);
	-moz-transform: rotate(340deg);
	-ms-transform: rotate(340deg);
	-o-transform: rotate(340deg);
   /*font-family: RobotoRegular;*/
   font-size: 70px;
   font-weight: bold;
   color: #FFFFFF;
   text-align: left;
   text-decoration: none;
   display: block;
   line-height: 0;
   padding: 55px 0 0 0;
   margin: 0;
}

.rotate-p
{
	-webkit-transform: rotate(338deg);
	-moz-transform: rotate(338deg);
	-ms-transform: rotate(338deg);
	-o-transform: rotate(338deg);
   /*font-family: RobotoRegular;*/
    font-size: 70px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    text-decoration: none;
    display: block;
    line-height: 0;
    padding: 55px 0 0 0;
    margin: 0;
}

/*Slider Animation Starts Here*/
.default-bg
{
	background-image: url(../images/header-default-background.png);
}

.banner_description {
	animation-duration: 4s;
	animation-name: bounceInDown;
	text-align: center;
	width: 276px;
	padding: 10px 10px;
	position: absolute;
	left: 50%;
	top: 80%;
	background: #000;
	-webkit-transform: translate(-50%, -40%);
	-ms-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	overflow: hidden;
}

.banner_inner_description {
    border: 5px solid #FFF;
    padding: 23.50px 0 23.50px 0;
}


.banner_inner_description .left {
    width: 30%;
    float: left;
    text-align: left;
}

.banner_inner_description .left img{
    width: 78%;
    height: 230px;
}

.banner_inner_description .right {
    width: 65%;
    float: right;
    margin: 0px 0 0 0px;
    text-align: left;
}

.banner_inner_description .right ul {
	list-style-type: none;
}

.banner_inner_description .right ul li{
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	display: list-item;
}

.banner_inner_description .right ul li a{
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left; 	
	text-decoration: none;
	display: block;
	line-height: 20px;
}

.banner_inner_description .right ul li a:hover{	
	color: #ffe026;
	text-decoration: none;
}

.banner_inner_description .right ul li a.active{	
	color: #ffe026;
	text-decoration: none;
}

.banner_inner_description .right ul li a.active:hover{	
	color: #FFFFFF;
	text-decoration: none;
}

.head-blub
{	
    text-align: center;
    max-width: 280px;
    padding: 10px 10px;
}

.head-blub img
{
	width: 333px;
	-webkit-transform: translate(-45%, -43%);
	-ms-transform: translate(-45%, -43%);
	transform: translate(-45%, -43%);
	position: absolute;
	left: 48.30%;
	top: 55%;
	animation: 3s bounceInUp;
	animation-fill-mode: forwards;
	visibility: hidden;
	cursor: pointer;
}

.head-text
{	
    text-align: center;
    padding: 0 0;
	-webkit-transform: translate(-40%, -20%);
	-ms-transform: translate(-40%, -20%);
	transform: translate(-40%, -20%);
	position: absolute;
	left: 48.30%;
	top: 30%;
	visibility: hidden;
}

.head-main-text
{	
    text-align: center;
    padding: 0 0;
	animation: 4s TextbounceInUp;
	animation-fill-mode: forwards;
	visibility: hidden;
    margin: 10px 0 13px 0;
}

.head-sub-text
{	
    text-align: center;
    padding: 0 0;
	animation: 5s TextbounceInUp;
	animation-fill-mode: forwards;
	visibility: hidden;
	-webkit-transform: translate(-45%, 250%);
	-ms-transform: translate(-45%, 250%);
	transform: translate(-45%, 250%);
	position: absolute;
}

.head-sub-img
{	
	width: 32px;
    text-align: center;
    padding: 0 0;
	-webkit-transform: translate(330%, 68%);
	-ms-transform: translate(330%, 68%);
	transform: translate(330%, 68%);
	position: absolute;
	left: 48.30%;
	top: 34%;
	animation: 6s ImgbounceInUp;
	animation-fill-mode: forwards;
	visibility: hidden;
}

.head-main-text h1
{	
    text-align: center;
    font-size: 40px;   
    font-weight: normal; 
}

.head-sub-text a
{	
    text-align: center;
    font-size: 18px;    
    color: #A8A8A8;
    text-decoration: none;
    font-weight: normal; 
    cursor: pointer;  
}

.head-sub-text a:hover
{	   
    color: #000;
    text-decoration: none;
}


.slide_banner_description {
	text-align: center;
	width: 276px;
	padding: 10px 10px;
	position: absolute;
	left: 50%;
	top: 80%;
	background: #000;
	-webkit-transform: translate(-50%, -40%);
	-ms-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
	overflow: hidden;
	display: none;
}

.slide_banner_inner_description {
    border: 5px solid #FFF;
    padding: 23.50px 0 23.50px 0;
}


.slide_banner_inner_description .left {
    width: 30%;
    float: left;
    text-align: left;
}

.slide_banner_inner_description .left img{
    width: 78%;
    height: 230px;
}

.slide_banner_inner_description .right {
    width: 65%;
    float: right;
    margin: 0px 0 0 0px;
    text-align: left;
}

.slide_banner_inner_description .right ul {
	list-style-type: none;
}

.slide_banner_inner_description .right ul li{
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	display: list-item;
}

.slide_banner_inner_description .right ul li a{
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left; 	
	text-decoration: none;
	display: block;
	line-height: 20px;
}

.slide_banner_inner_description .right ul li a:hover{	
	color: #ffe026;
	text-decoration: none;
}

.slide_banner_inner_description .right ul li a.active{	
	color: #ffe026;
	text-decoration: none;
}

.slide_banner_inner_description .right ul li a.active:hover{	
	color: #FFFFFF;
	text-decoration: none;
}
/*Slider Animation Ends Here*/

.slide_banner_description h1 {
    font-size: 60px;
    color: #333333;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 28px 0 8px
}

.banner_description h1 {
    font-size: 60px;
    color: #333333;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 28px 0 8px
}

.hello {
    color: #b2b5bf;
    font-size: 26px;
    line-height: 1.3
}

.creative {
    color: #acafba;
    font-size: 16px;
    line-height: 1.3
}

.ag-slide {
    position: relative;
    background-position: center;
    background-size: cover
}

.a-arrow-left {
    left: 5%!important;
    top: 50%!important
}

.a-arrow-right {
    right: 10%!important;
    top: 50%!important
}

video.bgvid {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(../images/bg_top.jpg) no-repeat;
    background-size: cover
}

@media screen and (max-width:481px) {
    .video-banner {
        min-height: 480px
    }
}

.a-about-section {
    background: #f4f4f6;
    padding: 140px 0
}

.pic-1 {
    box-shadow: 5px 8.7px 20px rgba(0, 0, 0, .2);
    width: 100%;
    height: auto
}

.pic-2 {
    width: 100%;
    height: auto;
    box-shadow: 5px 8.7px 20px rgba(0, 0, 0, .2);
    margin-top: 30px
}

@media screen and (max-width:768px) {
    .col-pic1 {
        display: none
    }
}

.about-us {
    padding-left: 20px;
    padding-top: 10px
}

.about-us a{
	font-size: 14px;
	text-decoration: none !important;
	padding: 10px 0;
	color: #000000;
}

.about-us a:hover{
	text-decoration: underline !important;
}

.innerpage {
    padding-left: 42px;
    padding-top: 190px
}

.about-us h2 {
    text-transform: uppercase;
    color: #333333;
    font-size: 40px;
    margin-bottom: 26px
}

.innerpage h2
{
   text-transform: uppercase;
   color: #333333;
   font-size: 28px;
   margin-bottom: 4px;
   text-align: justify !important;
   word-wrap: break-word !important;
}

.about-us .read-more {
    color: #acafba
}

@media screen and (max-width:768px) {
    .about-us {
        padding: 0 0px;
        margin: 25px 0 25px 0;
    }
    
    .innerpage {
        padding: 0 15px;
        margin: 25px 0 0 0;
    }
    
	.innerpage img {
		margin: 0 auto;
		text-align: center;
		display: block;
	}
}

.about-us p {
	font-size: 16px;
    font-weight: normal;
    color: #888888;
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.gray-bg p {
    font-size: 16px;
    font-weight: normal;
    color: #888888;
    padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.innerpage img {
	margin: 0 auto;
	text-align: center;
		display: block;
}

.innerpage p {
    font-size: 16px;
    color: #acafba;
    line-height: 1.5;
    margin-bottom: 45px
}


/*Start-Up Incubation Css Starts Here*/
#filters
{
    float: right;
    margin-top: 78px;
    font-size: 13px;
    text-transform: uppercase;
}

#filters button
{
    display: inline-block;
    padding: 0 20px;
    border: 0;
    background: 0 0;
    color: #acafba;
    text-transform: uppercase;
}

#filters .actual
{
    color: #333333;
}

#filters button:hover
{
    color: #333333;
}

#filters button:last-child
{
    padding: 0 0 0 20px;
}

.innerpage
{
   padding-left: 0;
   padding-top: 100px;
   background-size: 100%;
   background-position:bottom;
   background-repeat: no-repeat;
   height:100%;
   width:100%;	
}

.about-us-page
{
   padding-left: 0;
   padding-top: 190px;
   background-size: 100%;
   background-position:bottom;
   background-repeat: no-repeat;
   height:100%;
   width:100%;	
}

.cloud-img
{
   background-image: url("../images/inner-page-header-background.png");
   background-size: cover;
   background-position:center;
   background-repeat: no-repeat;
   height:300px;
   width:100%;	
   display: block;
   margin:0px auto;
}

.cloud-img img
{
   width:auto;
   padding-top: 80px;
   padding-left:340px;
}

.startup-cloud-text
{
   font-size:35px;
   font-weight:normal;
   padding-top: 80px;
   word-wrap:break-word;
}

.startup-cloud-text span
{
   font-size:35px;
   font-weight: 600;
   padding-top: 80px;
   word-wrap:break-word;
}


.logos ul
{
   list-style-type:none;
   text-decoration:none;
}

.logos ul li
{
   text-align:justify;
   padding-left:100px;	
}

.logos h2
{
   font-size:20px;
   font-weight:normal;
   word-wrap:break-word;
}

.logos p
{
   font-size:18px;
   font-weight:normal;
   color:#CED1D8;
}

.logo1
{
   padding-top:100px;	
}
.form
{
   background-color:#404249;	
}

.cblock-title
{
   color: #FFF;
   font-size: 40px;
   text-transform: uppercase;
   letter-spacing: 10px;
   line-height: 1.3;
   text-align: justify;
   margin-bottom: 23px;
   word-wrap: break-word;
   padding-top:30px;
}

.csub-title
{
   max-width: 560px;
   color: #7C808B;
   font-size: 16px;
   text-align: justify;
   line-height: 1.7;
   padding: 0 15px 80px;
   font-family: 'Poppins', sans-serif;
   letter-spacing: 0;
}

.send, .innerpage-button
{
   background-image: url(../images/submit-gray-right-arrow.png);
   font-size: 13px;
   text-transform: uppercase;
   color:#7E7E80;
   display: block;
   margin: 0 auto;
   opacity: 1;
   text-decoration: none;
   letter-spacing: 2px;
   font-family: 'Poppins', sans-serif;
   padding: 0 35px 0 0;
   background-position: 90% 1px!important;
   background-repeat: no-repeat;
   transition: background .3s linear;
   border: 0;
}

.contact-send
{
   background-image: url(../images/submit-gray-right-arrow.png);
   font-size: 13px;
   text-transform: uppercase;
   color:#7E7E80;
   display: block;
   margin: 0 auto;
   opacity: 1;
   text-decoration: none;
   letter-spacing: 2px;
   font-family: 'Poppins', sans-serif;
   padding: 0 35px 0 0;
   background-position: 90% 1px!important;
   background-repeat: no-repeat;
   background-color: #FFF;
   transition: background .3s linear;
   border: 0;
}

.startup-submit {
   background-image: url(../images/submit-gray-right-arrow.png);
   font-size: 13px;
   text-transform: uppercase;
   color:#acafba;
   display: block;
   margin: 0 auto;
   opacity: 1;
   text-decoration: none;
   letter-spacing: 2px;
   font-family: 'Poppins', sans-serif;
   padding: 0 35px 0 0;
   background-position: 90% 1px!important;
   background-repeat: no-repeat;
   transition: background .3s linear;
   border: 0;
    background-color: rgba(53, 55, 62, -1.15);
}

.startup-img
{
	 position: absolute;
    top: 76px;
    left: 384px;
}

.startup-cloud-text
{
   font-size:35px;
   font-weight:normal;
   padding-top: 80px;
   word-wrap:break-word;
}

.startup-incubation-head h3 
 {
    color: #333333 !important;
    font-size: 30px;
    text-transform: uppercase;
    padding:0px;
}
    
.startup-incubation-head p 
{
    font-size: 16px;
    color: #acafba;
    line-height: 1.5;
    padding: 0px;
    text-align: justify;
    margin: 25px 0px;
    word-break: break-word;
}

.startup-incubation-head span
{
    font-size: 16px;
    margin: 10px 0 15px 0;
    color: #acafba;
    line-height: 1.5;
    text-align: justify;
}

.startup-incubation-head img
{
   width: 100%;
   padding: 15px 0px 10px 0px;
  
}

.startup-incubation-background
{
    background-color: #F4F4F6;
    color: #acafba;
    padding: 15px;
    text-align: justify;
}

.startup-incubation-innerpage
{
   padding: 250px 0 50px 42px;
   background-image: url(../images/inner-page-header-background.png);
   background-size: 100%;
   background-position:bottom;
   background-repeat: no-repeat;
   height:100%;
   width:100%;	
}

.startup-incubation-heading
{
  margin-top: 80px;
}

.startup-incubation-innerpage .heading
{
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #303030;
     padding: 0;
    margin: 20px 0;
}

.startup-incubation-innerpage .sub-heading
{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #303030;
     padding: 0;
    margin: 20px 0;
}

.startup-incubation h2
{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #333333;
     padding: 0;
    margin: 20px 0 0px 0;
     line-height: 35px;
}

.startup-incubation h3
{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #333333;
     padding: 0;
    margin: 20px 0;
     line-height: 35px;
}

.startup-incubation h4
{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #606060;
     padding: 0;
    margin: 20px 0;
     line-height: 35px;
}
.startup-incubation p
{ 
  font-size: 16px;
  font-weight: normal;
  color: #888888;
      padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}
@media screen and (max-width:481px) {
  
    .startup-incubation-head span
	 {
	   text-align: center;
	 }
	 
	.startup-incubation-background
	{
	    padding: 0px;
	}
}

@media screen and (max-width:700px) {
	
          .startup-img
          {          
			    position: initial;
			    top: 76px;
			    left: 384px;
			    margin: 0 auto;
          }
          
         .startup-incubation-background
			{
			   padding: 0px 0px 0px 0px;
			}
			
}

@media screen and (max-width:650px) {
			
			.contact-block-title 
	      {
			   text-align: center;
	       }
     
	     .contact-block-sub-title
	     {
	        text-align: center;
	     }

    }


/*Start-Up Incubation Css Ends Here*/




.arrow-green {
    background: url(../images/submit-gray-right-arrow.png) no-repeat;
    width: 18px;
    height: 8px
}

.serv {
    border-bottom: 1px solid #eeeef0
}

.a-service {
    padding-top: 0!important;
    padding-bottom: 0!important;
    border-bottom: 0
}

.bg-serv {
    position: relative;
    background: url(../images/services-left-background.png) no-repeat center center;
    overflow: hidden;
    background-size: cover;
    padding: 0
}

.services {
    width: 100%;
    min-height: 800px;
    left: 0;
    top: 0;
    background: rgba(53, 55, 62, .85)
}

.start-up
{
   border-bottom: 1px solid #eeeef0
}

.startup-contact
{
    padding-top: 0!important;
    padding-bottom: 0!important;
    border-bottom: 0
}

.contact-left 
{
    position: relative;
    /*background: url(../images/services.png) no-repeat center center;*/
    overflow: hidden;
    background-size: cover;
    padding: 0
}

.inner-contact-block
{
    width: 100%;
    min-height: 80px;
    left: 0;
    top: 0;
    background: rgba(53, 55, 62, .85)
}

.bullets
{
	display:none;
}

.circles span
{
	display:inline-block;
	color: #333;
	display: inline-block !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    line-height: 20px !important;
    font-size: 14px;
    font-weight: normal;
}

.circles .timeline
{
	display: inline-block;
    border-left: 1px dotted #000;
    text-align: center;
    margin: 0 auto;
}
.inner-contact-block .title
{
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1.3;
    padding: 25px 25px 0px 25px;
}

.inner-contact-block .sub-title
{
    max-width: 560px;
    color: #acafba;
    font-size: 16px;
    margin: 0 0 0 0;
    line-height: 1.7;
    padding: 0 25px 15px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
	text-align:left;
}

.inner-contact-block .phone {
    line-height: 24px;
    text-align: left;
    margin-top: 0;
    text-decoration: none;
    color: #acafba;
    transition: color .3s linear;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0
}

.inner-contact-block .input-style {
    background: #888888;
    padding: 16px 19px;
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    display: inline-block;
    border: 0;
    margin-bottom: 10px;
    border: 1px solid transparent;
	width: 100%;
}

.inner-contact-block .mail-us {
    color: #acafba;
    transition: color .3s linear
}

.inner-contact-block .tx-style {
    width: 100%;
    height: 150px;
    background: #eeeef0;
    padding: 16px 19px;
    color: #acafba;
    font-family: 'Poppins', sans-serif;;
    font-size: 13px;
    margin-bottom: 40px;
    border: 0;
    resize: none
}


.inner-contact-block .input-style,
.inner-contact-block .tx-style {
    background: #888888!important;
    color: #333333!important
}

.inner-contact-block .input-style::-webkit-input-placeholder,
.inner-contact-block .tx-style::-webkit-input-placeholder {
    color: #333333!important
}

.inner-contact-block .input-style::-moz-placeholder,
.inner-contact-block .tx-style::-moz-placeholder {
    color: #333333!important
}

.inner-contact-block .input-style:-moz-placeholder,
.inner-contact-block .tx-style:-moz-placeholder {
    color: #333333!important
}

.inner-contact-block .input-style:-ms-input-placeholder,
.inner-contact-block .tx-style:-ms-input-placeholder {
    color: #333333!important
}

.contact-form
{
  padding:25px 45px;
}

.cleints-block
{
    max-width: 400px;
    margin: 0 auto;
    padding-top: 0px;
}

.cleints-block-title
{
    color: #333333;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1.3;
    padding: 25px 25px 0px 25px;
}

.cleints-block-sub-title
{
    max-width: 560px;
    color: #acafba;
    font-size: 16px;
    margin: 0 0 0 0;
    line-height: 1.7;
    padding: 0 25px 15px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
}

.our-cleints
{
  padding: 25px 25px 0px 35px;
  margin-top: 50px;
}

.bottom-text
{
   padding-top: 40px;
}

.bottom-text p
{
    font-size: 16px;
    color: #acafba;
    line-height: 1.5;
    padding: 0px;
    text-align: justify;
    margin: 25px 0px;
    word-break: break-word;
}

.startup-bottom-icon
{
   padding: 77px 0 0 0;
}

.stup-input-style 
{
    background: #acafba !important;
    padding: 16px 19px !important;
    color: #000 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    display: inline-block;
    border: 0 !important;
    margin-bottom: 10px !important;
    border: 1px solid transparent !important;
	width: 100% !important;
}

@media screen and (max-width:768px) {
    .services {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.serv-description {
    border: 5px solid #fff;
    text-align: center;
    padding: 50px 20px 45px;
    margin: 0 auto;
    min-width: 350px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.serv-description a{
	font-size: 14px;
	text-decoration: none !important;
	padding: 0px 0;
	color: #FFFFFF;
}

.serv-description a:hover{
	color: #fedf17;
}

.serv-description  .recentwork a{
	font-size: 14px;
	text-decoration: none !important;
	padding: 0px 0;
	color: #fedf17;
}

.serv-description .recentwork a:hover{
	color: #FFFFFF;
}

.this-service {
    display: block
}

.topic {
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px
}

.describe {
    font-size: 16px;
    line-height: 28px;
    color: #bbbcc0
}

.serv-item {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 50px
}

.service {
    text-align: center;
    margin-top: 115px;
    margin-bottom: 0;
    cursor: pointer
}


.service img {
    display: inline-block;
    margin: auto;
    opacity: .45
}

.service h6 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #acafba;
    margin-top: 10px;
    font-size: 13px;
	line-height: 20px;
}

.active-item h6 {
    color: #333333
}

.active-item img {
    opacity: 1
}

.service:hover h6 {
    color: #333333
}

.service:hover img {
    opacity: 1
}

.work-process {
    text-align: center;
    padding-top: 140px;
    padding-bottom: 140px;
    background: #fff;
    width: 100%
}

.a-work-process .sub-title {
    padding-bottom: 0
}

.process {
    margin-top: 85px;
    cursor: pointer
}


.process h6 {
    color: #acafba;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    margin-top: 28px;
    text-transform: uppercase
}

.process:hover h6 {
    color: #333333
}

.process img {
    display: inline-block;
    margin: auto;
    opacity: .45
}

.process:hover img {
    opacity: 1
}

.active-process h6 {
    color: #333333
}

.active-process img {
    opacity: 1
}

.number {
    border-radius: 50%;
    border: 2px solid #eeeef0;
    width: 50px;
    height: 50px;
    margin: auto;
    margin-top: 50px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #acafba
}

.number p {
    color: #acafba;
    margin-top: 17px;
    font-family: 'Poppins', sans-serif;
}

.active-process p {
    color: #333333
}

.process:hover p {
    color: #333333
}

.read {
    font-family: 'Poppins', sans-serif;;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #acafba;
    margin-top: 44px
}

.use {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.8;
    margin-top: 5px
}

.process-info {
    display: none
}

.active-info {
    display: block
}

.use {
    color: #333333;
    font-family: 'Poppins', sans-serif;
}

.lates-work {
    background: #f4f4f6;
    padding-bottom: 67px;
    width: 100%
}
   
   .work-img {
    border: 1px solid #efefef;
	}

@media screen and (max-width:768px) {
    .lates-work .work-img {
        width: 100%;
        background: #EAEAEA;
    }
    .lates-work .work-img img {
        width: 100%;
        margin: 0 auto;
        max-width: 200px;
    }
  
    .our-work .work-img {
        width: 100%;
        background: #EAEAEA;
    }
    .our-work .work-img img {
        width: 100%;
        margin: 0 auto;
        max-width: 200px;
    }
}

@media screen and (max-width:481px) {
    .lates-work .work-img {
        width: 100%;
        background: #575757;
    }
	
    .lates-work .work-img img {
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }
  
    .our-work .work-img {
        width: 100%;
        background: #575757;
    }
    .our-work .work-img img {
        width: 100%;
        margin: 0 auto;
        max-width: 320px;
    }
}


.lates-work h3 {
    color: #37383d!important;
    margin-bottom: 20px
}

.lates-work .swiper-active-switch {
    background: #37383d !important;
}

.tag {
    display: inline-block;
    color: #c6c5cb!important;
    font-family: 'Poppins', sans-serif;;
    margin-top: 20px
}

.tag+p {
    color: #c6c5cb!important;
    line-height: 1.5
}

.late {
    float: left;
    margin-top: 10px;
    margin-bottom: 66px
}

.late h3 {
    color: #333333;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.lates-work .late {
    float: left;
    margin-top: 70px;
    margin-bottom: 66px
}

.lates-work #filters {
    float: right;
    margin-top: 105px;
    font-size: 13px;
    text-transform: uppercase;
}

.lates-work #filters button {
    display: inline-block;
    padding: 0 20px;
    border: 0;
    background: 0 0;
    color: #acafba;
    text-transform: uppercase;
}

.lates-work #filters .actual {
    color: #333333;
}

.lates-work #filters button:hover {
    color: #333333;
}

.lates-work #filters button:last-child {
    padding: 0 0 0 20px;
}

.work-img {
    display: block;
    vertical-align: top;
    float: left;
    width: 20%;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:479px) {
    .work-img {
        width: 100%
    }
}

.work-img:hover .work-description {
    bottom: 0
}

.work-img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto
}

@media screen and (max-width:479px) {
    .work-img img {
        width: 100%
    }
}

.work-description {
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 30px 0;
    position: absolute;
    bottom: -300px;
    left: 0;
    transition: bottom .4s ease
}

.work-description h5 {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333333
}

.work-description p {
    margin-top: 27px;
    font-size: 14px;
    color: #acafba
}

.view {
    text-align: center;
    margin-top: 70px;
    display: inline-block;
    color: #acafba
}

.view:hover {
    color: #acafba
}

.a-team {
    padding-top: 140px
}

.a-team .block-title {
    margin-bottom: 90px
}

.our-team h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    margin-top: 138px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 90px;
    line-height: 40px
     line-height: 35px;
}

.team-member {
    position: relative;
    text-align: center;
    padding-bottom: 15px
}

.team-member h5 {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center;
    opacity: 1
}

.team-member p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;;
    color: #acafba;
    margin-top: 22px;
    text-align: center;
    opacity: 1
}

.member {
    position: relative;
    top: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    z-index: 1
}

.team-member:hover .member {
    top: 80px
}

.team-member:hover h5 {
    opacity: 0
}

.team-member:hover p {
    opacity: 0
}

.soc-net {
    position: absolute;
    top: 0;
    width: 100%
}

.social-network {
    display: inline-block;
    margin-bottom: 38px;
    width: 23%;
    height: 15px;
    text-align: center
}

.team .pagination {
    display: none
}

.arrows {
    margin-top: 25px;
    width: 130px;
    margin: auto
}

.arrow-left {
    margin-right: 90px
}

.arrows>div {
    display: inline-block;
    margin-top: 40px;
    opacity: .45
}

.arrows>div:hover {
    opacity: 1;
    cursor: pointer
}

@media(max-width:991px) {
    .our-team h2 {
        margin-top: 50px;
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .our-team h2 {
        margin-top: 50px;
        margin-bottom: 20px
    }
    .social-network {
        width: 15%
    }
}

.a-team .soc-net {
    padding-top: 35px
}

.a-team .member-social {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 0 20px
}

.a-team .member-social i {
    color: #acafba
}

.a-team .member-social i:hover {
    color: #333333
}

.a-arrow {
    width: 200px;
    position: relative;
    margin: 0 auto
}

.a-arrow div {
    position: absolute;
    top: 0
}

.a-arrow .arrow-left {
    left: 0
}

.a-arrow .arrow-right {
    right: 0
}

.a-skills {
    width: 100%;
    padding: 30px 0 140px
}

.our-skills h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 90px
}

.our-progress {
    margin-top: 45px
}

.our-progress h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    background: 0 0;
    background: 0 0
}

.our-progress>div {
    display: inline-block
}

.line {
    height: 2px;
    background: #eeeef0;
    margin-top: 13px;
    width: 100%;
    position: relative
}

.line .line-active {
    position: absolute;
    left: 0;
    top: 0;
    background: #333333;
    height: 2px;
    width: 0;
    transition: width 3s linear
}

.line-active span {
    position: absolute;
    right: 0;
    top: -12px;
    padding: 7px 10px;
    background: #acafba;
    color: #fff;
    display: inline-block;
    font-size: 13px
}

.line-active span:after {
    content: '%'
}

.blog {
    background: #f8f9fd;
    padding-bottom: 120px;
    padding-top: 136px
}

.post {
    padding-bottom: 20px
}

@media screen and (max-width:768px) {
    .post {
        margin-bottom: 30px
    }
    .post:last-of-type {
        margin-bottom: 0
    }
}

.post h5 a {
    font-size: 13px;
    line-height: 22px;
    margin-top: 20px;
    text-transform: uppercase;
    display: block;
    color: #333;
    transition: color .2s linear
}

.post p {
    text-align: left;
    font-size: 12px;
    margin-top: 23px;
    margin-bottom: 45px;
    color: #888
}

.post img {
    max-width: 100%
}

.a-post .read-more,
.a-post p {
    color: #acafba
}

@media(max-width:991px) {
    .blog {
        padding-bottom: 40px
    }
    .from-blog h2 {
        margin-top: 40px
    }
    .from-blog p,
    .post p {
        margin-top: 15px;
        margin-bottom: 20px
    }
    .post img {
        width: 100%;
        height: auto
    }
}

@media(max-width:767px) {
    .blog {
        padding-bottom: 40px
    }
    .from-blog h2 {
        margin-top: 40px
    }
    .from-blog p,
    .post p {
        margin-top: 15px;
        margin-bottom: 20px
    }
    .post img {
        width: 100%;
        height: auto
    }
}

.t-gallery {
    padding-top: 140px
}

.cont-filter {
    display: table;
    margin: 0 auto 100px
}

.cont-filter .button {
    float: left;
    background: 0 0;
    border: 0;
    text-transform: uppercase;
    color: #91a4a6;
    padding: 0 16px;
    display: inline-block
}

.cont-filter .button.actual {
    color: #32cddb
}

.country-link {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .country-link {
        width: 50%
    }
}

@media screen and (max-width:481px) {
    .country-link {
        width: 100%
    }
}

.country-link img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%
}

.country-link:hover .info-panel {
    bottom: 0
}

.info-panel {
    background: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -200px;
    left: 0;
    padding: 28px 0;
    transition: bottom .4s ease
}

.country-name {
    color: #223b3d;
    text-transform: uppercase;
    font-size: 13px
}

.sw-container {
    max-width: 680px;
    width: 100%;
    margin: 0 auto
}

.plase-box {
    min-height: 400px
}

.plots-25
{
    padding: 10px 80px 40px !important;
}

.place-info {
    background: #fff;
    padding: 20px 80px 40px;
    text-align: justify;
}

.place-info img{
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.place-info .lht-img
{
	float: left;
	width: 50%;
	padding: 10px 0px 10px 0px;
}

.place-info .lht-img img{
    text-align: center;
    display: block;
	width: 100%;
	padding: 20px 0px 20px 0px;
    margin: 0 auto;
}

.place-info .rht-img
{
	float: left;
	width: 50%;
	padding: 10px 0px 10px 0px;
}

.place-info .rht-img img{
    text-align: center;
    display: block;
	width: 100%;
	padding: 20px 0px 20px 0px;
    margin: 0 auto;
}

.place-info h1{
    color: #223b3d;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
	font-weight: bold;
	text-align:left;
	line-height: 25px;
}
.place-info h1 span{
    color: #223b3d;
    text-transform: none;
    font-size: 14px;
    padding: 5px 0 5px 0;
    font-weight: normal;
    display: block;
	text-align:left;
}
.place-info h2{
    color: #223b3d;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
	font-weight: bold;
	text-align:left;
	line-height: 25px;
}

.place-info strong {
	font-weight: bold;
	font-size: 16px;
    display: block;
	text-align:left;
	line-height: 25px;
}

.place-info p {
    padding: 15px 0;
	line-height: 25px;
    word-break: break-word;
}

.place-info ul {
    list-style: disc;
    padding: 10px 10px 10px 20px;
}

.place-info ul li {
	padding: 0 10px 0 10px;
	line-height: 25px;
}

.pagination-gallery {
    display: block!important;
    position: absolute;
    top: 440px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center
}

.pagination-gallery .swiper-pagination-switch {
    background: #ededef;
    border: 0;
    width: 10px;
    height: 10px;
    margin: 5px
}

.pagination-gallery .swiper-pagination-switch:after {
    content: none
}

.pagination-gallery .swiper-active-switch {
    background: #37cbd7!important;
    border: 0!important
}

.mfp-close-btn-in .mfp-close {
    cursor: pointer;
    background: #000;
    z-index: 9999999999999999999999999;
	/*display:none !important;*/
}

.bg-testimon {
    background: url(../images/testimonial.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding: 0;
    min-height: 800px;
    position: relative
}

.ts-container {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(53, 55, 62, .85);
    position: absolute
}


.testimotionals-describe {
    border: 5px solid #fff;
    margin: 0 auto;
    padding: 0 30px 40px;
    text-align: center;
    display: none;
    max-width: 360px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%
}

.this-tes {
    display: block
}

.testimotionals-describe h2 {
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 50px;
    color: #fff;
    line-height: 1.1
}

.testimotionals-describe p {
    margin-top: 20px;
    color: #bbbcc0;
    line-height: 28px;
    font-size: 16px
}

.words {
    margin-top: 180px;
    text-align: center
}

.im-center {
    margin-top: 30px
}

.words>.im-center:first-child {
    margin-top: 0
}

.testim-pic {
    width: 102px;
    height: 102px
}

.t-describe {
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
    color: #333333;
    max-width: 520px;
    margin: 40px auto 0
}

.t-author {
    font-family: 'Poppins', sans-serif;;
    font-size: 16px;
    color: #acafba;
    margin-top: 37px
}

.pagination {
    display: block;
    margin: 0 auto
}

.ts-pagination {
    display: table;
    margin: 0 auto;
    padding-top: 45px
}

.ts-pagination .swiper-pagination-switch {
    width: 10px!important;
    height: 10px!important;
    background: #eeeef0;
    margin: 0 6px;
    cursor: pointer;
    border: 0
}

.ts-pagination .swiper-pagination-switch:after {
    content: none
}

.ts-pagination .swiper-active-switch {
    background: #333333!important;
    border: 0
}

.logos-list {
    background: #f8f9fd;
    padding: 70px 0;
    width: 100%;
    text-align: center
}

.logos-list p {
    line-height: 72px;
    margin-top: 0;
    text-align: center
}

.logo-style {
    display: inline-block;
    opacity: .45;
    vertical-align: middle
}

.logo-style:hover {
    opacity: 1
}

.govtbg {
    display: block;
    vertical-align: middle; 
	height: 80px;
	background: #f8f9fd url(../images/clients-govt.png) no-repeat; 
}

.cambridgebg {
    display: block;
    vertical-align: middle; 
	height: 80px;
	background: #f8f9fd url(../images/clients-cambridge.png) no-repeat; 
}

.valuebg {
    display: block;
    vertical-align: middle; 
	height: 80px;
	background: #f8f9fd url(../images/clients-value.png) no-repeat; 
}

.wcbg {
    display: block;
    vertical-align: middle; 
	height: 80px;
	background: #f8f9fd url(../images/clients-wc.png) no-repeat; 
}

.basixbg {
    display: block;
    vertical-align: middle; 
	height: 80px;
	background: #f8f9fd url(../images/clients-basix.png) no-repeat;
}

.winvisonbg {
    display: block;
    vertical-align: middle; 
	height: 80px;
	background: #f8f9fd url(../images/clients-winvision.png) no-repeat;
}

.sakshambg {
    display: block;
    vertical-align: middle; 
	height: 80px;
	background: #f8f9fd url(../images/clients-saksham.png) no-repeat;
}

.rainbowbg {
    display: block;
    vertical-align: middle; 
	height: 80px;
	background: #f8f9fd url(../images/clients-rainbow.png) no-repeat;
}

.purnavidyabg {
    display: block;
    vertical-align: middle; 
	height: 80px;
	background: #f8f9fd url(../images/clients-purnavidya.png) no-repeat;
}

.maxxcobg {
    display: block;
    vertical-align: middle; 
	height: 80px;
    background: #f8f9fd url(../images/clients-bw-maxxco.png) no-repeat;
}

.dermozonebg
{
    display: block;
    vertical-align: middle; 
    height: 80px;
    background: #f8f9fd url(../images/clients-bw-dermazone-south.png) no-repeat;
}



.pullareddybg {
    display: block;
    vertical-align: middle; 
	height: 80px;
    background: #f8f9fd url(../images/clients-bw-gpr.png) no-repeat;
}

.etaxcenterbg {
    display: block;
    vertical-align: middle; 
    height: 80px;
    background: #f8f9fd url(../images/clients-bw-etaxcenter.png) no-repeat;
}
.jntubg {
    display: block;
    vertical-align: middle; 
    height: 80px;
    background: #f8f9fd url(../images/clients-bw-jntua.png) no-repeat;
}   

.marriotbg
{
    display: block;
    vertical-align: middle; 
    height: 80px;
    background: #f8f9fd url(../images/clients-bw-marriott-property.png) no-repeat;
} 

.merit-propertiesbg
{
    display: block;
    vertical-align: middle; 
    height: 80px;
    background: #f8f9fd url(../images/clients-bw-merit-properties.png) no-repeat;
}



.c3hospitalitybg {
    display: block;
    vertical-align: middle; 
    height: 80px;
    background: #f8f9fd url(../images/clients-c3hospitality.png) no-repeat;
}

.kbsbg {
    display: block;
    vertical-align: middle; 
    height: 80px;
    background: #f8f9fd url(../images/clients-bw-kbs-bank.png) no-repeat;
}
.amazeexpobg {
    display: block;
    vertical-align: middle; 
	height: 80px;
	background: #f8f9fd url(../images/clients-amazeexpo.png) no-repeat;
}

.a-contact-section {
    padding-top: 140px
}

.contact-us {
    padding-bottom: 90px
}


.clients
{
    padding-bottom: 30px
}

@media screen and (max-width:768px) {
	    .contact-us {
	        padding-bottom: 17px
	    }
	    
	   .cloud-img img
		{
		   width:auto;
		   padding-top: 80px;
		   padding-left:34px;
		}
			
		.startup-cloud-text
		{
		   text-align: center;
		   padding-top: 60px;

		}
		
		.startup-cloud-text span
		{

		   text-align: center;
		   padding-top: 80px;

		}
		
		.startup-incubation-innerpage
		{
		  padding-left: 0px;
		}
		
		.startup-incubation-background
		{
		   padding: 0px 0px 0px 0px;
		}
		
	  .startup-incubation-head h3 
     {
	     color: #333333;
	     font-size: 30px;
	     text-transform: uppercase;
      }
      
      .startup-incubation-head p 
		{
		    font-size: 16px;
		    color: #acafba;
		    line-height: 1.5;
		    margin-top: 10px;
		    text-align: justify;
		    word-break: break-word;
		}
		/*
		.startup-incubation-head span
		{
		    font-size: 16px;
		    text-align: center !important;
		    margin: 10px 0 15px 0;
		    color: #acafba;
		    line-height: 1.5;
		    margin-top: 10px;
			display:block;
		}*/

      .our-cleints 
      {
        text-align: center;
         margin: 25px 0px;
      }
      
      .contact-block-title 
      {
		   text-align: center;
		    margin: 25px 0px;
     }
     
     .contact-block-sub-title
     {
        text-align: center;
     }  
 }

.contact-us p {
    color: #333;
}

.contact-info h5 {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 25px;
    margin-top: 50px;
    color: #333
}

.contact-info h5:first-child {
    margin-top: 0
}

.contact-info p {
    line-height: 24px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding:0;
}

.phone {
    line-height: 24px;
    text-align: left;
    margin-top: 0;
    text-decoration: none;
    color: #acafba;
    transition: color .3s linear;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0
}

.input-style {
    background: #eeeef0;
    padding: 16px 19px;
    color: #acafba;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    display: inline-block;
    border: 0;
    margin-bottom: 10px;
    border: 1px solid transparent;
	width: 100%;
}

.mail-us {
    color: #000;
    transition: color .3s linear
}

.mail-us:hover {
    color: #000;
    text-decoration:underline;
}
.tx-style {
    width: 100%;
    height: 150px;
    background: #eeeef0;
    padding: 16px 19px;
    color: #acafba;
    font-family: 'Poppins', sans-serif;;
    font-size: 13px;
    margin-bottom: 40px;
    border: 0;
    resize: none
}

.contact-us input.send, .innerpage-button {
    font-size: 13px;
    text-transform: uppercase;
    color: #333333;
    display: block;
    margin: 0 auto;
    opacity: 1;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    padding: 0 35px 0 0;
    background-position: 90% 1px!important;
    background-repeat: no-repeat;
    transition: background .3s linear;
    border: 0
}

.contact-us input.contact-send {
    font-size: 13px;
    text-transform: uppercase;
    color: #333333;
    display: block;
    margin: 0 auto;
    opacity: 1;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    padding: 0 35px 0 0;
    background-position: 90% 1px!important;
    background-repeat: no-repeat;
    transition: background .3s linear;
    border: 0
}

.startup-submit {
    font-size: 13px;
    text-transform: uppercase;
    color: #acafba;
    display: block;
    margin: 0 auto;
    opacity: 1;
    text-decoration: none;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
    padding: 0 35px 0 0;
    background-position: 90% 1px!important;
    background-repeat: no-repeat;
    transition: background .3s linear;
    border: 0
    background-color: rgba(53, 55, 62, -1.15);
}

.contact-us input.send:hover, .startup-submit:hover, .contact-send:hover, .innerpage-button:hover {
    background-position: 100% 1px!important;
}

.send:hover, .startup-submit:hover, .contact-send:hover, .innerpage-button:hover {
    opacity: 1;
}

.send:after, .startup-submit:after, .contact-send:after, .innerpage-button:after {
    content: url(../images/arrow.png);
    margin-left: 8px;
    opacity: .7;
}

.send:hover:after, .startup-submit:hover:after, .contact-send:hover:after, .innerpage-button:after {
    opacity: 1;
}

.contact-form-bg
{
	width: 100%;
    min-height: 80px;
    left: 0;
    top: 0;
    background: rgba(53, 55, 62, .85);
    padding: 25px;
}

@media(max-width:767px) {
    .contact-us h2 {
        margin-top: 40px
    }
    .contact-us p {
        margin-top: 15px;
        margin-bottom: 30px
    }
    .contact-info h5 {
        margin-top: 15px;
        margin-bottom: 10px
    }
    .contact-info p {
        margin-top: 0
    }
    .contact-us input {
        margin-bottom: 10px
    }
    .contact-us textarea {
        margin-bottom: 20px;
        height: 100px
    }
    .contact-us input[type=text] {
        width: 100%;
        margin-right: 0
    }
    .contact-us input[type=email] {
        width: 100%
    }
    .contact-us input[type=tel] {
        width: 100%
    }
}

.a-contact-section .input-style,
.a-contact-section .tx-style {
    background: #eeeef0!important;
    color: #acafba!important
}

.a-contact-section .input-style::-webkit-input-placeholder,
.a-contact-section .tx-style::-webkit-input-placeholder {
    color: #acafba!important
}

.a-contact-section .input-style::-moz-placeholder,
.a-contact-section .tx-style::-moz-placeholder {
    color: #acafba!important
}

.a-contact-section .input-style:-moz-placeholder,
.a-contact-section .tx-style:-moz-placeholder {
    color: #acafba!important
}

.a-contact-section .input-style:-ms-input-placeholder,
.a-contact-section .tx-style:-ms-input-placeholder {
    color: #acafba!important
}

.a-contact-section .contact-us input.send, .startup-submit:after, .contact-send:after, .innerpage-button:after {
    color: #acafba;
    background-image: url(../images/submit-gray-right-arrow.png);
	cursor: pointer;
}

.a-contact-section .contact-us input.send:hover, .contact-send:hover {
    color: #000000;
    background-image: url(../images/submit-black-right-arrow.png);
	cursor: pointer;
}

.startup-submit:hover, .innerpage-button:hover {
    color: #ffe026;
    background-image: url(../images/submit-yellow-right-arrow.png);
	cursor: pointer;
}

.a-ftr-nav li a:hover {
    color: #fff;
}

.a-footer {
    background: #333333;
}

.a-footer .footer-info,
.a-footer .subscribe-email {
    color: #cfd1db;
}

.a-footer .subscribe-email::-webkit-input-placeholder {
    color: #cfd1db;
}

.a-footer .subscribe-email::-moz-placeholder {
    color: #cfd1db;
}

.a-footer .subscribe-email:-moz-placeholder {
    color: #cfd1db;
}

.a-footer .subscribe-email:-ms-input-placeholder {
    color: #cfd1db
}

.a-footer .subscribe-form {
    background: #404249;
}

.a-ftr-nav-container {
    background: #2f3138;
}

.a-ftr-nav-container a {
    color: #cfd1db
}

.a-ftr-nav-container a:hover {
    text-decoration:underline;
}

.a-ftr-nav-container li a {
    color: #cfd1db
}

.a-social .social-network {
    border-color: #cfd1db;
    line-height: 27px;
}

.a-social .social-network:hover {
    background: #cfd1db;
    border-color: #cfd1db;
}

.a-social .social-network i {
    font-size: 14px;
    color: #cfd1db;
}

.container-footer {
    text-align: center;
}

.team-member .member,
.team-member p,
.team-member h5,
.social-network img,
.process img,
.process h6,
.process p,
.service img,
.service h6 {
    transition: all 700ms ease-out;
    -ms-transition: all 700ms ease-out;
}

@media screen and (min-width:700px) and (max-width:950px) 
{	
    .startup-img 
    {
	    position: relative;
	    top: 76px;
	    left: 139px;
   }
   
   .cleints-block-title
	{
	  text-align: center;
	}
	
	.cleints-block-sub-title
	{
	  text-align: center;
	}
	
	.our-cleints
	{
	   margin: 25px 0px;
	   text-align: center;
	}
	
	.startup-incubation-innerpage
	{
	  padding-left: 0px;
	}
}

@media screen and (max-width: 992px)
{
   .cleints-block-title
	{
	  text-align: center;
	}
	
	.cleints-block-sub-title
	{
	  text-align: center;
	}


}


@media screen and (min-width:950px) and (max-width:1100px) {	
   
   .startup-img 
   {
    position: absolute;
    top: 85px;
    left: 275px;
  }
  
}  



/* ux-ui page css starts here */
.ux-ui-innerpage
{
   padding: 250px 0 50px 42px;
   background-image: url(../images/inner-page-header-background.png);
   background-size: 100%;
   background-position:bottom;
   background-repeat: no-repeat;
   height:100%;
   width:100%;	
}

.ux-ui-new
{
  background-color:#F4F4F6 ;
  color:#7E7E7E;
  padding: 10px 10px 20px 10px;
  text-align: justify;
}
 h3
{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #333333;
    padding: 10px 0;
    margin: 20px 0;
    line-height: 35px;
    text-transform: uppercase;
}

.profile-title
{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #606060;
    padding:  10px 0 0 0;
    margin: 20px 0 0 0;
    line-height: 35px;
}
.gray-bg
{
    background-color: #F4F4F6;
}
.empty
{
    padding: 10px 0;
    margin: 0;
    height: 0;
}

.profile-tag-line
{
    padding: 0px 0 10px 0;
    font-weight: normal;
    display: block;
    color: #333;
    line-height: 20px !important;
    font-size: 14px;
}

#nw
{
  margin-left:15px;
}

 p
{
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.ux-ui-new1
{
  margin:50px 10px 90px 10px;
  text-align: justify;
  color:#808080;
  font-size: 16px;
}
.fa
{
	padding: 4px;
	/*font-size:8px !important;*/
}
h4
{
  color: black;
  font-weight: bold;
  margin: 20px 10px;
  font-size: 18px;
}

.ux-ui-content
{
 margin: 25px 0px;
}

.ux-ui-content .img-left
{
    margin: 20px 0 0 10px;
    width: 100%;
    max-width: 166px;
}

.ux-ui-img
{
    width: 240px;
    height: 200px;
	margin-left:35px;
}
.list-inline
{
	
    margin-left: 0px !important;
    font-size: 13px !important;
	letter-spacing:initial;
  font-size: 16px;
  font-weight: normal;
  color: #888888;
}
.list-inline li
{
	display: inline-block !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    line-height: 20px !important;
  font-size: 14px;
  font-weight: normal;
  color: #888888;
}
.ux-ui-box1
{
    width: 3px;
    height: 170px;
    border-left: 3px dotted #FFE968;
    position: absolute;
    top: 180px;
    left: 37%;
}

.ux-ui-box2
{
    width: 3px;
    height: 250px;
    border-left: 3px dotted #FFE968;
    position: absolute;
    top: 180px;
    left: 37%;
}

.ux-ui-box3
{
    width: 3px;
    height: 250px;
    border-left: 3px dotted #FFE968;
    position: absolute;
    top: 180px;
    left: 37%;
}

.ux-ui-box4
{
   width: 3px;
    height: 65%;
    border-left: 3px dotted #FFE968;
    position: absolute;
    top: 180px;
    left: 37%;
}

.ux-ui-new2
{
  margin-top: 80px;
}

.ux-ui-new2 .heading
{
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #303030;
     padding: 0;
    margin: 20px 0;
}

.ux-ui-new2 .sub-heading
{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #303030;
     padding: 0;
    margin: 20px 0;
}

.ux-ui-new h2
{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #333333;
     padding: 0;
    margin: 30px 0;
     line-height: 35px;
}

.ux-ui-new h3, .ux-ui-new1 h3
{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #333333;
     padding: 0;
    margin: 20px 0;
     line-height: 35px;
}

.ux-ui-new h4, .ux-ui-new1 h4
{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #606060;
     padding: 0;
    margin: 20px 0;
     line-height: 35px;
}
.ux-ui-new p, .ux-ui-new1  p
{ 
  font-size: 16px;
  font-weight: normal;
  color: #888888;
      padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.ux-ui-nopadding
{
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.a-contact1-section {
    padding-top: 0px;
}
.circle
{
	padding: 0px 10px !important;
    font-size: 8px !important;
    vertical-align: middle !important;
	color: #EED645 !important;
}
@media screen and (max-width:650px) {
   .ux-ui-new2{
    margin-left: 0px;
    margin-top: 20px;
    text-align: center;
    }
   .ux-ui-new2 h2{
   	text-align:center !important; 
   	font-size:25px;   
   }
   .ux-ui-new2 h1{
     font-size:35px; 
   }
   .ux-ui-img
   {
	   margin: 0 auto;
       padding:0;	   
   }
}
@media screen and (max-width:790px){  
   .ux-ui-nopadding
	{
	  overflow-x: hidden;
	  overflow-y: hidden;
	}
}


@media screen and (max-width:700px) {
	 .ux-ui-box1, .ux-ui-box2, .ux-ui-box3, .ux-ui-box4
	{
         display:none;	
	}
}

@media screen and (min-width:750px) and (max-width:900px) {	
   .ux-ui-box1{
      width: 245px;
      top: 239px;
      left: 19%;
   }

   .ux-ui-box2{
        width: 376px;
        top: 300px;
        left: -7%;
   }

   .ux-ui-box3{
        width: 320px;
        top: 280px;
        left: 5%;
   }

  .ux-ui-box4{
        width: 170px;
        top: 206px;
        left: 35%;
   }
}
@media screen and (min-width:950px) and (max-width:1100px) {
   .ux-ui-box1{
        width: 201px;
        top: 218px;
        left: 33%;
   }

   .ux-ui-box2{
         width: 285px;
         top: 261px;
         left: 20%;
   }

   .ux-ui-box3{
       width: 230px;
       top: 230px;
       left: 29%;
   }

  .ux-ui-box4{
      width: 150px;
      top: 195px;
      left: 41%;
   }
}

		
@media screen and (min-width:700px) and (max-width:900px) {	
   .ux-ui-new2{
    margin-left:-10px !important;
    }
    .ux-ui-img
   {
   	margin-left: -33px;
   }
} 

@media screen and (min-width:950px) and (max-width:1100px) {	
   .ux-ui-new2{
    margin-left:-90px !important;
    }

    .ux-ui-img
   {
   	margin-left: -50px !important;
   }
}
    

@media screen and (max-width: 481px){
.ux-ui-img, .ux-ui-img-left {
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
}
}

/* ux-ui page css ends  here */





/*Product-Development Css Starts Here */


.product-development-section {
    background-image: url(../images/inner-page-header-background.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 140px 0;
}

#filters
{
    float: right;
    margin-top: 35px;
    font-size: 13px;
    text-transform: uppercase;
}

#filters button
{
    display: inline-block;
    padding: 20px 20px 45px 20px;
    border: 0;
    background: 0 0;
    color: #acafba;
    text-transform: uppercase;
}

#filters .actual
{
    color: #333333;
}

#filters button:hover
{
    color: #333333;
}

#filters button:last-child
{
    padding: 0 0 0 20px;
}

.innerpage
{
   padding-left: 0;
   padding-top: 100px;
   background-size: 100%;
   background-position:bottom;
   background-repeat: no-repeat;
   height:100%;
   width:100%;	
}

.about-us-page
{
   padding-left: 0;
   padding-top: 190px;
   background-size: 100%;
   background-position:bottom;
   background-repeat: no-repeat;
   height:100%;
   width:100%;	
}

.cloud-img
{
   background-image: url("../images/inner-page-header-background.png");
   background-size: cover;
   background-position:center;
   background-repeat: no-repeat;
   height:300px;
   width:100%;	
   display: block;
   margin:0px auto;
}

.cloud-img img
{
   width:auto;
   padding-top: 80px;
   padding-left:340px;
}

.startup-cloud-text
{
   font-size:35px;
   font-weight:normal;
   padding-top: 80px;
   word-wrap:break-word;
}

.startup-cloud-text span
{
   font-size:35px;
   font-weight: 600;
   padding-top: 160px;
   word-wrap:break-word;
}


.logos ul
{
   list-style-type:none;
   text-decoration:none;
}

.logos ul li
{
   text-align:justify;
   padding-left:100px;	
}

.logos h2
{
   font-size:20px;
   font-weight:normal;
   word-wrap:break-word;
}

.logos p
{
   font-size:18px;
   font-weight:normal;
   color:#CED1D8;
}

.logo1
{
   padding-top:100px;	
}
.form
{
   background-color:#404249;	
}

.cblock-title
{
   color: #FFF;
   font-size: 40px;
   text-transform: uppercase;
   letter-spacing: 10px;
   line-height: 1.3;
   text-align: justify;
   margin-bottom: 23px;
   word-wrap: break-word;
   padding-top:30px;
}

.csub-title
{
   max-width: 560px;
   color: #7C808B;
   font-size: 16px;
   text-align: justify;
   line-height: 1.7;
   padding: 0 15px 80px;
   font-family: 'Poppins', sans-serif;
   letter-spacing: 0;
}

.send, .innerpage-button
{
   background-image: url(../images/submit-gray-right-arrow.png);
   font-size: 13px;
   text-transform: uppercase;
   color:#7E7E80;
   display: block;
   margin: 0 auto;
   opacity: 1;
   text-decoration: none;
   letter-spacing: 2px;
   font-family: 'Poppins', sans-serif;
   padding: 0 35px 0 0;
   background-position: 90% 1px!important;
   background-repeat: no-repeat;
   background-color: #FFF;
   transition: background .3s linear;
   border: 0;
	cursor: pointer;
}

.contact-send
{
   background-image: url(../images/submit-gray-right-arrow.png);
   font-size: 13px;
   text-transform: uppercase;
   color:#7E7E80;
   display: block;
   margin: 0 auto;
   opacity: 1;
   text-decoration: none;
   letter-spacing: 2px;
   font-family: 'Poppins', sans-serif;
   padding: 0 35px 0 0;
   background-position: 90% 1px!important;
   background-repeat: no-repeat;
   background-color: #FFF;
   transition: background .3s linear;
   border: 0;
	cursor: pointer;
}

.product-development-submit {
   background-image: url(../images/submit-gray-right-arrow.png);
   font-size: 13px;
   text-transform: uppercase;
   color:#acafba;
   display: block;
   margin: 0 auto;
   opacity: 1;
   text-decoration: none;
   letter-spacing: 2px;
   font-family: 'Poppins', sans-serif;
   padding: 0 35px 0 0;
   background-position: 90% 1px!important;
   background-repeat: no-repeat;
   transition: background .3s linear;
   border: 0;
    background-color: rgba(53, 55, 62, -1.15);
	cursor: pointer;
}

.product-development-img
{
	 position: absolute;
    top: 76px;
    left: 384px;
}
.product-development-innerpage
{
   padding: 250px 0 50px 42px;
   background-image: url(../images/inner-page-header-background.png);
   background-size: 100%;
   background-position:bottom;
   background-repeat: no-repeat;
   height:100%;
   width:100%;	
}

.product-development-heading
{
  margin-top: 80px;
}

.product-development-heading .heading
{
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #303030;
     padding: 0;
    margin: 20px 0;
}

.product-development-heading .sub-heading
{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #303030;
     padding: 0;
    margin: 20px 0;
}

.product-development h2
{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #333333;
     padding: 0;
    margin: 20px 0 0px 0;
     line-height: 35px;
}

.product-development h3
{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #333333;
     padding: 0;
    margin: 20px 0;
     line-height: 35px;
}

.product-development h4
{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #606060;
     padding: 0;
    margin: 20px 0;
     line-height: 35px;
}

.product-development p
{ 
  font-size: 16px;
  font-weight: normal;
  color: #888888;
      padding: 10px 0;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.product-development ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-development ul li
{
    font-size: 16px;
    font-weight: normal;
    color: #888888;
    padding: 10px 0 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.product-development ul li strong
{
    font-size: 16px;
    font-weight: bold;
    color: #606060;
    padding: 0;
    margin: 20px 0;
    line-height: 35px;
}
  
.our-work-innerpage
{
   padding: 250px 0 50px 42px;
   background-image: url(../images/inner-page-header-background.png);
   background-size: 100%;
   background-position:bottom;
   background-repeat: no-repeat;
   height:100%;
   width:100%;	
}

.our-work-heading
{
  margin-top: 80px;
}

.a-inner-section
{
	background: #FFFFFF;
	padding: 0px;
}

.our-work
{
  margin-top: 0;
}

.our-work-heading .heading
{
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #303030;
     padding: 0;
    margin: 20px 0;
}

.our-work-heading .sub-heading
{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #303030;
     padding: 0;
    margin: 20px 0;
}	 
.our-work h2
{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #333333;
     padding: 0;
    margin: 20px 0;
     line-height: 35px;
}	   
.startup-cloud-text
{
   font-size:35px;
   font-weight:normal;
   padding-top: 80px;
   word-wrap:break-word;
}

.product-development-text
{
   font-size:35px;
   font-weight:normal;
   padding-top: 80px;
   word-wrap:break-word;
}

.product-development-text span
{
    font-size: 35px;
    font-weight: 600;
    word-wrap: break-word;
 }


.product-development-head h3 
 {
    color: #333333 !important;
    font-size: 30px;
    text-transform: uppercase;
    padding:0px;
}
    
.product-development-head p 
{
    font-size: 16px;
    color: #acafba;
    line-height: 1.5;
    padding: 0px;
    text-align: justify;
    margin: 25px 0px;
    word-break: break-word;
}

.product-development-head span
{
    font-size: 16px;
    margin: 10px 0 15px 0;
    color: #acafba;
    line-height: 1.5;
    text-align: justify;
}

.product-development-head img
{
   width: 100%;
   padding: 15px 0px 10px 0px;
  
}

.product-development-background
{
    background-color: #F4F4F6;
    color: #acafba;
    padding: 15px;
    text-align: justify;
}


@media screen and (max-width:481px) {
  
    .product-development-head span
	 {
	   text-align: center;
	 }
	 
	.product-development-background
	{
	    padding: 0px;
	}
	
	.product-development-innerpage
	{
		padding-left: 0px;	
	}
	
   .product-development-text
   {
      text-align: center;
   }
   
         .pull-right
			{
			   float: none !important;
			}
   
 }
 
@media screen and (max-width:700px) {
	
          .product-development-img
          {          
			    position: initial;
			    top: 76px;
			    left: 384px;
			    margin: 0 auto;
          }
          
         .contact-block-title 
	      {
			   text-align: center;
	       }
     
	     .contact-block-sub-title
	     {
	        text-align: center;
	     }
          
         .product-development-background
			{
			   padding: 0px 0px 0px 0px;
			}
			
			.product-development-innerpage
			{
				padding-left: 0px;	
			}
	
		   .product-development-text
		   {
		      text-align: center;
		   }
		   
		   .product-development-text span
		   {
		      text-align: center;
		   }
			
}

@media screen and (max-width:650px) {
			
			.contact-block-title 
	      {
			   text-align: center !important;
	       }
     
	     .contact-block-sub-title
	     {
	        text-align: center !important;
	     }
	     
	     .product-development-innerpage
			{
				padding-left: 0px;	
			}
	
		   .product-development-text
		   {
		      text-align: center;
		   }
			
			.pull-right
			{
			   float: none !important;
			}
			
			.product-development-text span
		   {
		      text-align: center;
		   }
			
			
}
	@media screen and (max-width:790px){  
	
		   .contact-block-title 
	      {
			   text-align: center !important;
				 padding: 0;
				margin: 0;
	       }
     
	     .contact-block-sub-title
	     {
	        text-align: center !important;
	     }
  }	
  
  
@media screen and (min-width:700px) and (max-width:1100px) {	
  
      .img-responsive
		{
		  max-width: none;
		}
} 

@media screen and (min-width:950px) and (max-width:1100px) {
		
		.img-responsive
		{
		  max-width: none;
		}
}
			


/*Product-Development Css Ends Here */




 /*CASE-STUDY css starts here*/
.study
  	{
	margin-top:150px;  
  	}   
     
 .logo img
	{
	float: right;	
	}
.logotext
	{
	font-size: 60px !important;
	font-weight: normal !important;
	padding-top:45px !important;	
	float:left !important;
	}
	
	.logotext h2
	{
	 font-size: 40px !important;
	 font-weight: 400 !important;

	}
	
	@media screen and (max-width:650px)
	{
	.logotext
	{
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top:40px !important;
	}
	.logo img
	{
	float: none;
	margin: 0 auto;
	}
	}
.logotext h2 span
	{
	font-size: 55px !important;
	font-weight: bold !important;
	}
	.btnbox ul li
	{
    position: relative;
    margin: 0 0 0 0;
	}
.btnbox li
 	{
    list-style: none;
    float: left;
    margin: 0 10px;
	}
.btnbox li.active a 
	{
    color: #333333;
    text-decoration: none;
    border-color: #333333;
	}
.btnbox li a 
	{
    color: #333333;
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 2px 2px 5px;
    border: 2px solid transparent;
    transition: border-color .2s linear;
    display: inline-block;
	}
.btnbox a, a:link, a:visited, a:active, a:hover 
	{
    cursor: pointer;
    text-decoration: none;
    outline: 0;
	}
.btnbox ul
	{
	list-style-type:none;
	display:flex;
	justify-content: center;
	}
	.clear
	{
	clear:both;	
	}
	.section2
	{
	background-color: #F4F4F6;
	}
	
	.case-study-head 
	{
    font-size: 30px !important;
    font-weight: normal !important;
    padding: 0px;
    margin-bottom: 15px;
  }
	
	.section2 p
	{
		 font-size: 16px;
	    color: #acafba;
	    line-height: 1.5;
		 word-wrap: break-word;
		 padding: 0px !important;
		 text-align: justify;
	}
	
	.section3 p
	{
	 font-size: 16px;
    color: #acafba;
    line-height: 1.5;
	 word-wrap: break-word;
	 padding: 0px !important;
	 text-align: justify;
	}
.case-para
{
	padding-right: 0px !important;
	padding-left: 0px !important;
}	
.case-image-right img
{
	float:right;
	padding-top: 55px;
}	
.case-image-left img
{
	float:left;
	padding-top: 55px;
}
		  
/*CASE-STUDY css ends here*/  

.services-custom-tabs, .mobi
{
	display: none;
}

.services-custom-tabs, #tab-one, #tab-two, #tab-three
{
	cursor: pointer;
}

.tabs
{
	list-style: none;
    float: right;
    padding: 0;
    margin: 0;
}

.tabs li
{
	display: inline-block;
    padding: 0 10px 10px 10px;
}

.tabs li a
{
	font-size: 14px;
    text-decoration: none !important;
    padding: 0px 0;
    color: #acafba;
}

.tabs li a:hover
{
    text-decoration: none !important;
    color: #000000;
}