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,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1;
    font-size: 16px
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #0000;
    height: 100%
}

body {
    margin: 0;
    padding: 0;
    font-family: ProximaNova-Regular;
    height: 100%;
    color: #1c1c1c;
    background: #fff
}

a {
    text-decoration: none;
    outline: 0;
    color: inherit;
    cursor: pointer
}

a:active,
a:hover,
img {
    outline: 0
}

a:hover {
    color: #000
}

a:focus {
    color: #000;
    text-decoration: none
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

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

input,
textarea {
    line-height: normal;
    outline: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: none
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

select::-ms-expand {
    display: none
}

a:hover,
a:focus,
a:active,
input:focus {
    outline: 0;
    text-decoration: none
}

header .wrapper,
.menu-btn .wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

footer.sitefooter .wrapper,
.content-blocks .wrapper,
.case-study .content-blocks .wrapper {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto
}

ul.main-menu {
    float: left
}

.navigation {
    float: right;
    padding-left: 25px
}

.menu-icon {
    float: right;
    width: 20px;
    height: 32px;
    cursor: pointer
}

.menu-icon span {
    width: 13px;
    height: 3px;
    background: #282828;
    display: block;
    margin-bottom: 4px;
    margin-left: 7px
}

.menu-icon span:nth-child(2) {
    width: 19px;
    margin-left: 1px
}

.menu-icon span:last-child {
    width: 15px;
    margin-bottom: 0;
    margin-left: 5px
}

.menu-btn {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(100%);
    z-index: 999;
    background: #fff;
    opacity: 0;
    height: 100vh
}

.tran-open {
    transform: translateY(0%);
    transition: all .5s cubic-bezier(0, 0, 0.2, 1) .1s;
    opacity: 1
}

.tran-close {
    transform: translateY(-120%);
    transition: all .4s ease-in
}

.position-stat {
    overflow-y: auto;
    transition: overflow-y .4s ease-in
}

.position-fix {
    overflow-y: hidden;
    transition: overflow-y .8s ease-in
}

.close-btn {
    float: right;
    padding-top: 10px;
    padding-right: 10px
}

.close-btn i {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../png/close-bg.png) center no-repeat;
    display: block
}

.menu-items {
    float: left
}

.full-main-menu {
    width: 17%
}

.service-full-menu {
    width: 50%
}

.service-full-menu .second-service-ul {
    margin: 35px 0 0
}

.full-tech-menu {
    width: 17%
}

.menu-contact-details {
    width: 16%
}

.menu-btn .full-width-menu li a,
.menu-btn .full-width-menu li span.nolink-menu {
    font: 14px Proximanova-Bold;
    color: #000;
    text-transform: uppercase
}

.menu-btn .full-width-menu li,
.menu-btn .full-width-menu li .sticky-sub-menu {
    width: 100%;
    float: left;
    padding: 0 0 0 15px
}

.menu-btn .full-width-menu li .sticky-sub-menu li ul {
    padding: 0 0 0 20px
}

.menu-btn .full-width-menu li {
    padding: 0
}

.menu-btn .full-width-menu li .sticky-sub-menu li a {
    font: 13px/16px Proximanova-Regular;
    color: #444
}

.menu-btn .full-width-menu li>a,
.menu-btn .full-width-menu li span.nolink-menu {
    margin: 0 0 10px
}

.menu-btn .full-width-menu li span.nolink-menu {
    display: inline-block
}

.menu-btn .full-width-menu li .sticky-sub-menu li {
    width: 100%;
    float: left;
    padding: 0;
    list-style-type: disc
}

.menu-btn .full-width-menu li .sticky-sub-menu li ul {
    padding: 0 0 0 20px
}

.menu-btn .full-width-menu li .sticky-sub-menu li ul li {
    list-style-type: disc
}

.menu-btn .full-main-menu li a,
.menu-btn .menu-items li h6,
.menu-contact-details p span {
    font: 20px Proximanova-Bold;
    color: #000;
    margin: 0;
    text-transform: uppercase
}

.menu-btn .menu-items li h6 {
    padding-bottom: 20px
}

.menu-btn .full-main-menu li a {
    padding-bottom: 40px
}

.menu-contact-details p span {
    padding-bottom: 5px
}

.menu-contact-details p span,
.menu-contact-details p a {
    width: 100%;
    float: left;
    padding: 0 0 10px
}

.menu-contact-details p a {
    font: 13px Proximanova-Regular;
    color: #000
}

.menu-contact-details p {
    margin: 0 0 8px;
    display: inline-block
}

.menu-btn .full-width-menu li a.active,
.menu-btn .full-width-menu li a:hover,
.menu-btn .menu-items li.active h6,
.menu-contact-details p a:hover,
.address-widget a:hover,
.menufooter-widget p a:hover,
.menu-btn .full-width-menu li .sticky-sub-menu li a.active,
.menu-btn .full-width-menu li .sticky-sub-menu li a:hover,
.location-bottom .address-widget a:hover,
.menu-btn .menu-items li h6.active {
    color: #f1592b;
    text-decoration: none
}

.menu-btn .menu-items li a:before {
    background: transparent;
    content: ""
}

.menu-btn-header {
    width: 100%;
    float: left;
    background: #f1592b;
    padding: 20px 0
}

.menu-btn-header .logo-menu {
    float: left
}

.menu-btn-header .logo-menu a {
    background: url(../png/newlogo-scroll.png) no-repeat;
    width: 76px;
    height: 76px;
    text-indent: -9999px;
    display: inline-block
}

.service-full-menu ul {
    width: 50%;
    float: left
}

.menu-btn .full-width-menu .service-full-menu>ul>li,
.menu-btn .full-width-menu .service-full-menu .second-service-ul>li,
.menu-btn .full-width-menu .full-tech-menu ul>li {
    padding: 0 0 10px
}

.menu-btn .full-width-menu .service-full-menu>ul>li:first-child,
.menu-btn .full-width-menu .full-tech-menu ul>li:first-child {
    padding: 0
}

.menu-btn .full-width-menu .service-full-menu .second-service-ul>li:first-child {
    padding: 0 0 10px
}

.full-width-menu {
    width: 100%;
    float: left;
    padding: 70px 0 50px
}

.fullwidth-menufooter {
    width: 100%;
    float: left;
    padding: 50px 0;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0
}

.menufooter-widget h6 {
    font: 18px Proximanova-Bold;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #000
}

.address-widget address,
.menufooter-widget p,
.menufooter-widget p a,
.address-widget p,
.address-widget a {
    font: 14px/18px Proximanova-Regular;
    color: #000
}

.address-widget address {
    margin: 0 0 20px
}

.menufooter-widget {
    float: left
}

.address-widget {
    width: 20%
}

.address-widget address span,
.menu-copyright-widget p span {
    display: block
}

.menu-social-widget {
    width: 33.33%
}

.menu-copyright-widget {
    width: 33.33%
}

.menu-social-widget .social-links li {
    float: left;
    padding: 0;
    margin-bottom: 10px
}

.menu-social-widget .social-links {
    width: 80%;
    float: left
}

.menu-copyright-widget .logo-menu a {
    background: url(../png/newlogo-page.png) no-repeat;
    width: 76px;
    height: 76px;
    text-indent: -9999px;
    display: inline-block
}

.menu-copyright-widget p {
    margin: 10px 0 0
}

.second-mob {
    padding-left: 35px
}

.header-inner {
    padding: 20px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd
}

.logo {
    float: left
}

.logo a {
    float: left;
    background: url(../png/newlogo-page.png) no-repeat;
    width: 76px;
    height: 76px;
    text-indent: -9999px
}

.headerblock.headerfixed .logo a,
.headroom--pinned .logo a,
.headroom--not-top.headroom--not-bottom.headroom--pinned .logo a {
    background: url(../png/newlogo-scroll.png) no-repeat;
    width: 76px;
    height: 76px
}

.headroom--pinned.headroom--top .logo a {
    background: url(../png/newlogo-page.png) no-repeat;
    width: 76px;
    height: 76px
}

.headerblock {
    position: fixed;
    z-index: 99;
    width: 100%;
    float: left;
    background: #fff
}

.headroom {
    will-change: transform;
    -webkit-transition: transform 200ms linear, background .25s ease-in-out;
    -o-transition: transform 200ms linear, background .25s ease-in-out;
    -ms-transition: transform 200ms linear, background .25s ease-in-out;
    transition: transform 200ms linear, background .25s ease-in-out
}

.headroom--pinned,
.headroom--not-top.headroom--not-bottom.headroom--pinned {
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    background: #f1592b
}

.headroom--pinned.headroom--top {
    background: #fff
}

.headroom--pinned .header-inner,
.headroom--not-top.headroom--not-bottom.headroom--pinned .header-inner {
    padding: 10px 0
}

.pagewrapper {
    width: 100%;
    float: left;
    margin: 120px 0 0;
    background: #fff
}

.headroom--unpinned,
.headroom--not-top.headroom--not-bottom {
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #f1592b
}

.headerblock.headerfixed {
    transform: translateY(0px);
    background: #fff;
    -webkit-box-shadow: 0 0 5px #ccc;
    -o-box-shadow: 0 0 5px #ccc;
    -ms-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc
}

.header-inner.headroom--unpinned .header-inner,
.headroom--not-top.headroom--not-bottom .header-inner {
    border: none
}

.headroom--unpinned .menu-icon span,
.headroom--not-top.headroom--not-bottom .menu-icon span {
    background: #fff
}

.headerblock.headerhidden {
    transform: translateY(-100%)
}

header .header-menu {
    float: right;
    margin-top: 40px
}

.headroom--pinned.headroom--top .header-menu {
    margin-top: 40px
}

.headroom--pinned .header-menu,
.headroom--not-top.headroom--not-bottom.headroom--pinned .header-menu {
    margin-top: 28px
}

.header-menu ul>li {
    float: left;
    padding: 0 30px;
    position: relative
}

.header-menu ul>li:first-child {
    background: none
}

.header-menu ul>li>a {
    float: left;
    font: 16px Proximanova-Regular;
    position: relative;
    color: #282828
}

header .header-menu ul>li>a.active {
    border-bottom: 1px solid #282828
}

.header-menu ul>li.start-project-menu>a,
.headroom--pinned.headroom--top ul>li.start-project-menu>a {
    font-family: "Proximanova-Bold";
    color: #f1592b
}

.header-menu ul>li.start-project-menu>a.active {
    border-bottom: 1px solid #f1592b
}

.header-menu ul>li.has-submenu>a:after {
    position: absolute;
    top: 8px;
    right: -15px;
    width: 8px;
    height: 4px;
    content: "";
    background: url(../png/menu-arw.png) no-repeat
}

.headroom--pinned ul>li.has-submenu>a:after {
    background-position: 0 -9px
}

.headroom--pinned.headroom--top .header-menu ul>li.has-submenu>a:after {
    background-position: 0 0
}

.header-menu ul.submenu {
    background: #fff;
    box-shadow: 3px 3px 14px #0003;
    float: left;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: all .3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear .01s;
    visibility: hidden;
    width: 260px;
    z-index: 99
}

.header-menu ul>li:hover ul.submenu ul.submenu {
    transform: translateY(0);
    visibility: hidden;
    transition: all .3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear .01s
}

.header-menu ul>li ul.submenu ul.submenu {
    left: 100%;
    top: 0
}

.header-menu ul>li:hover ul.submenu {
    transform: translateY(5px);
    transition-delay: 0s, 0s, .3s;
    visibility: visible;
    z-index: 999
}

.header-menu ul>li:hover ul.submenu li:hover ul.submenu {
    transform: translateY(0);
    visibility: visible
}

.header-menu ul.submenu li {
    width: 100%;
    padding: 7px 10px;
    border-top: 1px solid #e6e8ea;
    background: none
}

.header-menu ul.submenu li:first-child {
    border-top: 0
}

.header-menu ul.submenu li a {
    padding: 5px;
    color: #555;
    width: 100%;
    text-transform: none;
    font-size: 1em;
    font-family: "Proximanova-Regular"
}

.header-menu ul.submenu li a:before,
.header-menu ul.submenu li a:after {
    display: none !important
}

.header-menu ul.submenu li.left-arw>a:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    content: "";
    margin-top: -4px;
    background: url(../png/menu-arw.png) no-repeat 0 -16px;
    display: block !important
}

.headroom--pinned.headroom--top ul.submenu li a,
.headerblock.headerfixed .header-menu ul.submenu li a,
.headroom--pinned ul.submenu li a,
.headroom--not-top.headroom--not-bottom.headroom--pinned ul.submenu li a {
    color: #555
}

.header-menu ul.submenu li a:hover,
.headerblock.headerfixed .header-menu ul>li>a:hover,
.headroom--not-top.headroom--not-bottom.headroom--pinned ul>li>a:hover,
.headroom--pinned.headroom--top ul.submenu li a:hover {
    color: #fff
}

.headerblock.headerfixed .header-menu ul>li>a {
    color: #ececec
}

.headroom--not-top.headroom--not-bottom.headroom--pinned ul>li>a {
    color: #fff
}

.headroom--not-top.headroom--not-bottom.headroom--pinned ul>li>a.active {
    border-color: #fff
}

.headroom--pinned ul>li>a:hover:before {
    background: #282828
}

.headroom--pinned .menu-btn .full-width-menu li .sticky-sub-menu li a,
.headroom--not-top.headroom--not-bottom.headroom--pinned .menu-btn .full-width-menu li .sticky-sub-menu li a {
    color: #444
}

.headroom--pinned .menu-btn .full-width-menu li>a,
.headroom--not-top.headroom--not-bottom.headroom--pinned .menu-btn .full-width-menu li>a {
    color: #444
}

.headroom--pinned .menu-btn .full-main-menu li a,
.menu-btn .menu-items li h6,
.menu-contact-details p span,
.headroom--not-top.headroom--not-bottom.headroom--pinned .menu-btn .full-main-menu li a,
.menu-btn .menu-items li h6,
.menu-contact-details p span {
    color: #444
}

.header-menu ul>li>a:before {
    content: "";
    float: left;
    position: absolute;
    bottom: -2px;
    left: 50%;
    right: 50%;
    height: 1px;
    background: #282828;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header-menu ul>li>a.active:before {
    background: none
}

.header-menu ul>li.start-project-menu>a:before {
    background: #f1592b
}

.header-menu ul>li.start-project-menu>a.active:before {
    background: none
}

.headerblock.headerfixed .header-menu ul>li>a:before,
.headroom--pinned ul>li>a:before,
.headroom--not-top.headroom--not-bottom.headroom--pinned ul>li>a:before {
    background: #fff
}

.header-menu ul>li>a:hover:before {
    left: 0;
    right: 0
}

.mbl-img,
.mobilediv {
    display: none
}

.sitefooter {
    background: #fff;
    float: left;
    width: 100%
}

.footermenu-section {
    padding: 60px 0 16px
}

.footermenu-section .footer-widget {
    float: left;
    padding-right: 15px
}

.footermenu-section .footermenu-width1 {
    float: left;
    width: 20%;
    padding-right: 15px
}

.footermenu-section .footermenu-width2 {
    width: 30%
}

.footermenu-section .footermenu-width3 {
    width: 20%
}

.footermenu-section .footermenu-width4 {
    width: 15%
}

.footermenu-section ul li {
    float: left;
    width: 100%;
    margin-bottom: 21px
}

.footermenu-section ul li ul li {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 10px;
    list-style: disc;
    list-style-position: inside;
    text-align: left;
    color: #5e5e5e
}

.footermenu-section ul li a:hover,
.footer-contact p a:hover,
.copyright-section p a:hover,
.footermenu-section ul li a.active,
.copyright-section p a:hover,
.footer-location a:hover {
    color: #f1592b
}

.copyright-section {
    float: left;
    width: 100%;
    padding: 30px 0
}

.footer-contact p,
.copyright-section p {
    float: left;
    margin-right: 1em;
    font: 15px Proximanova-Regular;
    color: #5e5e5e;
    margin-bottom: 25px
}

.footermenu-section ul li a,
.copyright-section p,
.copyright-section p a {
    font: 15px Proximanova-Regular;
    color: #949494
}

.footer-contact>p:last-of-type {
    margin-right: 0
}

.footer-contact p a {
    color: #949494;
    display: block;
    line-height: 19px
}

.footer-contact span,
.follow-us-mbl {
    display: block;
    font: 15px Proximanova-Bold;
    color: #000;
    margin: 0 0 2px
}

.follow-us-mbl {
    display: none
}

.copyright-section {
    border-bottom: 0;
    padding-bottom: 40px
}

.footer-location li {
    float: left
}

.footer-location a {
    font: 14px Proximanova-Regular;
    color: #5e5e5e;
    text-transform: uppercase
}

ul.social-links {
    margin: 10px 0 0;
    float: right
}

.copyright-section p,
ul.footer-location {
    padding-top: 15px;
    margin-right: 0
}

.footer-location {
    float: left
}

.footer-location li {
    float: left;
    padding: 0 15px;
    border-left: 1px solid #5e5e5e
}

.footer-location li:first-child {
    border: 0
}

ul.social-links li {
    float: left;
    margin-left: 8px
}

ul.social-links li:first-child {
    margin-left: 0
}

ul.social-links li a {
    text-indent: -9999px;
    width: 26px;
    height: 26px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-color: #464646;
    border-radius: 50%;
    display: inline-block;
    position: relative
}

ul.social-links li a:hover {
    background-color: #f1592b
}

ul.social-links li a:after {
    position: absolute;
    margin: 0 auto;
    background-image: url(../png/sprite.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 11px;
    content: "";
    left: 8px;
    top: 8px
}

ul.social-links li.facebook a:after {
    background-position: -10px -358px
}

ul.social-links li.twitter a:after {
    background-position: -37px -360px;
    left: 7px
}

ul.social-links li.instagram a:after {
    background-position: -67px -359px
}

ul.social-links li.linkedin a:after {
    background-position: -98px -360px
}

ul.social-links li.printerest a:after {
    background-position: -131px -361px
}

ul.social-links li.googleplus a:after {
    background-position: -160px -359px
}

ul.social-links li.stumble a:after {
    background-position: -190px -358px;
    left: 6px
}

ul.social-links li.youtube a:after {
    background-position: -227px -359px;
    left: 7px
}

.cont-block1 {
    margin: 3% 0 5%
}

.cont-block1 h1 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 90px ProximaNova-Regular;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.cont-block1 h1.center {
    text-align: center
}

.cont-block1 h1 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 90px ProximaNova-Regular;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.cont-block1 ul {
    width: 100%;
    float: left;
    margin: 8% 0 0;
    padding: 0
}

.cont-block1 ul li {
    float: left;
    margin: 0 19px 19px 0
}

.cont-block1 ul li:first-child {
    margin-left: 0
}

.cont-block1 ul li a {
    font: 20px ProximaNova-Regular;
    color: #1c1c1c;
    border: 1px solid #b2b2b2;
    line-height: 46px;
    padding: 0 18px;
    float: left;
    text-decoration: none;
    letter-spacing: -1px
}

.cont-block1 ul li a:hover span {
    border-bottom: 0
}

.cont-block1 ul li a:hover,
.cont-block1 ul li.active {
    color: #fff;
    border: 1px solid #ff5e00;
    background: #ff5e00;
    text-decoration: none
}

.cont-block2 {
    margin: 6% 0 0
}

.cont-block2 h3 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 55px;
    letter-spacing: -3px
}

.cont-block2 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 25px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -3px
}

.cont-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.cont-block2 ul {
    width: 80%;
    float: left;
    margin: 32% 0 0 20%;
    padding: 0
}

.cont-block2 ul li {
    float: left;
    margin: 0 19px 19px 0
}

.cont-block2 ul li:first-child {
    margin-left: 0
}

.cont-block2 ul li a {
    font: 32px Maitree-Light;
    color: #ff5e00;
    line-height: 40px;
    padding: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.cont-block2 ul li a:hover,
.cont-block1 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.cont-block3 {
    margin: 5% 0 0
}

.cont-block3 h3 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 55px
}

.cont-block3 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 12px 0 14px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.cont-block3 p {
    font: 24px ProximaNova-Regular;
    color: #000;
    line-height: 44px;
    padding: 0;
    float: left;
    letter-spacing: -2px
}

.cont-block3 ul {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 0
}

.cont-block3 ul li {
    float: left;
    padding: 0 0 10px 4%;
    background: url(../png/cont-block3-line-bg.png) no-repeat left 15px
}

.cont-block3 ul li:first-child {
    padding-left: 0;
    background: none
}

.cont-block3 ul li a {
    font: 30px Maitree-Light;
    color: #000;
    line-height: 40px;
    padding: 0;
    float: left
}

.cont-block3 ul li a:hover,
.cont-block1 ul li.active {
    color: #ff5e00;
    text-decoration: none
}

.container.banner {
    position: relative
}

.banner-txt-block {
    display: block;
    position: absolute;
    bottom: 0
}

.cont-block3-inn1 li {
    width: 60%;
    float: left;
    background: url(../png/cont-block3-inn1-line-bg.png) no-repeat left 24px !important;
    padding-left: 4%
}

.cont-block3-inn1 li:first-child {
    width: 40%;
    background: none !important;
    padding-left: 0
}

.cont-block3-inn1 li h3 {
    width: 100%;
    color: #fff;
    display: inline-block;
    font: 45px ProximaNova-Bold;
    margin: 0;
    padding: 0;
    line-height: 46px
}

.cont-block3-inn1 li h3 b {
    width: 100%;
    color: #fff;
    display: inline-block;
    font: 45px ProximaNova-Bold;
    margin-top: 5px;
    line-height: 46px
}

.cont-block3-inn1 li p {
    font: 35px Maitree-Light;
    color: #fff;
    line-height: 48px;
    padding: 0;
    float: left
}

.cont-block3-inn1 li p span {
    display: inline-block;
    width: 100%
}

.cont-block3-inn2 {
    margin: 33px 0 32px;
    float: left;
    width: 100%
}

.cont-block3-inn2 li {
    width: auto;
    float: left;
    margin: 0 0 0 3%;
    padding: 0 !important;
    background: none !important;
    padding: 0
}

.cont-block3-inn2 li:first-child {
    margin-left: 0
}

.cont-block3-inn2 li span {
    width: 22px;
    float: left;
    margin: 0;
    min-height: 25px
}

.cont-block3-inn2 li span.hm-icon1,
.cont-block3-inn2 li span.hm-icon2,
.cont-block3-inn2 li span.hm-icon3,
.cont-block3-inn2 li span.hm-icon4,
.cont-block3-inn2 li span.hm-icon5 {
    background: url(../png/cont-block3-inn2-list-icon.png) no-repeat 0 11px !important
}

.cont-block3-inn2 li p {
    float: left;
    color: #fff;
    font: 20px ProximaNova-Regular;
    margin: 0;
    padding: 0;
    line-height: 30px
}

.cont-block3-inn2 li p b {
    color: #fff;
    font: 20px ProximaNova-Regular;
    margin-top: 0
}

.cont-block3-inn3 {
    border: 1px solid #ebebeb;
    border-width: 1px 0 0;
    width: 100%;
    float: left;
    padding: 6% 0 7%
}

.cont-block3 .cont-block3-inn3 ul {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 0
}

.cont-block3 .cont-block3-inn3 ul li {
    float: left;
    padding: 0 2% 10px;
    background: url(../png/cont-block3-line-bg.png) no-repeat left 15px
}

.cont-block3 .cont-block3-inn3 ul li.lists {
    float: left;
    padding: 0 2% 10px 0;
    background: none
}

.cont-block3 .cont-block3-inn3 ul li:first-child {
    padding-left: 0;
    background: none
}

.cont-block3 .cont-block3-inn3 ul li a {
    font: 26px Maitree-Light;
    color: #000;
    line-height: 40px;
    padding: 0;
    float: left;
    cursor: default
}

.cont-block7 .banner-txt-block {
    display: none
}

.cont-block4 {
    margin: 0 0 7%
}

.cont-block4 h3 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 45px ProximaNova-Thin;
    margin: 50px 0 0;
    padding: 0;
    line-height: 45px
}

.cont-block4 h3 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 45px ProximaNova-Semibold;
    margin: 5px 0 15px;
    padding: 0;
    line-height: 45px;
    letter-spacing: -2px;
    text-align: center
}

.cont-block4 p {
    font: 35px Maitree-Light;
    color: #1c1c1c;
    line-height: 47px;
    padding: 0;
    float: left;
    text-align: center;
    margin-bottom: 50px
}

.cont-block4 p span {
    width: 100%;
    display: inline-block
}

.cont-block5 {
    margin: 0 0 6%
}

.cont-block5 .col-md-6:last-child {
    padding-left: 5%
}

.cont-block5 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 39px;
    padding: 0;
    float: left
}

.cont-block5 p span {
    width: 100%;
    display: inline-block
}

.cont-block5 ul {
    width: 100%;
    float: left;
    margin: 16% 0 20px;
    padding: 0
}

.cont-block5 ul li {
    float: left;
    margin: 0 19px 22px 0;
    width: 100%
}

.cont-block5 ul li:first-child {
    margin-left: 0
}

.cont-block5 ul li a {
    font: 32px Maitree-Light;
    color: #ff5e00;
    line-height: 40px;
    padding: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.cont-block5 ul li a:hover,
.cont-block1 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.cont-block6 {
    margin: 7% 0 5%
}

.cont-block6 ul {
    width: 100%;
    float: left;
    margin: 15px 0 55px;
    padding: 0
}

.cont-block6 ul li {
    float: left;
    margin: 0 0 22px 20px;
    width: 32%
}

.cont-block6 ul li:first-child {
    margin-left: 0
}

.cont-block6 ul li h4 {
    width: 100%;
    color: #ff5e00;
    display: inline-block;
    font: 24px ProximaNova-Regular;
    margin: 24px 0 3px;
    padding: 0;
    line-height: 30px
}

.cont-block6 ul li p {
    width: 100%;
    float: left
}

.cont-block6 ul li p span {
    font: 35px ProximaNova-Regular;
    color: #1c1c1c;
    line-height: 44px;
    padding: 0;
    float: left;
    text-decoration: none;
    letter-spacing: 0
}

.cont-block6 ul li p a {
    line-height: 40px
}

.cont-block6 ul li p a:hover {
    text-decoration: none;
    color: #5d5d5d
}

.cont-block6 .viewposts a {
    font: 25px ProximaNova-Regular;
    color: #333;
    border: 1px solid #333;
    line-height: 60px;
    padding: 0 2%;
    display: table;
    margin: 0 auto;
    background: #fff
}

.cont-block6 .viewposts a:hover {
    color: #fff;
    background: #ff5e00;
    border: 1px solid #ff5e00;
    text-decoration: none
}

.image-txt-lft .col-md-6:first-child {
    padding-left: 0
}

.image-txt-rgt .col-md-6 {
    padding-right: 0;
    text-align: right
}

.image-txt-rgt .col-md-5 {
    padding-left: 4%
}

.image-txt-full .col-md-6,
.image-txt-full .col-md-6:first-child {
    padding-left: 0;
    padding-right: 0
}

.image-txt-full .col-md-6 img {
    width: 100%
}

.content-blocks {
    padding: 40px 0;
    width: 100%;
    float: left
}

.content-blocks h1 {
    font: 106px/88px Proximanova-Bold;
    margin: 0;
    color: #000
}

.content-blocks h2 {
    font: 60px Proximanova-Bold;
    margin: 0 0 40px;
    color: #000
}

.content-blocks h3 {
    font: 50px Proximanova-Bold;
    margin: 0 0 30px;
    color: #000
}

.content-blocks h4 {
    font: 30px Proximanova-Bold;
    margin: 0
}

.content-blocks h5 {
    font: 25px Proximanova-Bold;
    margin: 0
}

.content-blocks h5.regular {
    font: 25px Proximanova-Regular;
    margin: 0
}

.content-blocks h6 {
    font: 20px Proximanova-Bold;
    margin: 0
}

.content-blocks h6.regular {
    font: 20px Proximanova-Regular;
    margin: 0
}

.content-blocks.location-bottom p {
    font: 14px/18px Proximanova-Regular;
    margin: 0 0 30px;
    color: #5e5e5e
}

.no-left-pad {
    padding-left: 0
}

.no-right-pad {
    padding-right: 0
}

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

.chat-links {
    background: #f1592b;
    padding: 75px 0
}

.chat-links h2,
.chat-links h6,
.chat-links a {
    color: #fff
}

.chat-links h2 {
    margin-bottom: 10px
}

.chat-links h6 {
    margin-bottom: 20px
}

a.white-btn {
    font: 24px Proximanova-Semibold;
    padding: 15px 30px;
    border: 3px solid #fff;
    margin-top: 25px;
    display: inline-block;
    margin-right: 15px
}

a.white-btn:hover {
    background: #fff;
    color: #f1592b;
    transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s
}

.location-bottom {
    background: #f8f8f8
}

.location-bottom .address-widget address,
.location-bottom .address-widget p,
.location-bottom .address-widget a {
    color: #5e5e5e
}

.location-bottom .address-widget address {
    margin: 0 0 25px
}

.location-bottom .address-widget h6 {
    font-size: 22px;
    margin: 0 0 25px
}

.location-bottom .address-widget p {
    margin: 0
}

.contact-block1 {
    margin: 0
}

.contact-block1 .row {
    margin: 0
}

.contact-block1.container-contact .container-fluid,
.contact-block1.container-contact .col-md-12 {
    padding: 0
}

.contact-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 100px;
    text-align: center
}

.contact-block1 ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.contact-block1 ul li {
    float: left;
    margin: 0;
    width: 33.33%;
    padding: 80px 0 75px
}

.contact-block1 ul li.list-bg1 {
    background: url(../png/india-bg.png) no-repeat 0 0;
    background-size: cover
}

.contact-block1 ul li.list-bg2 {
    background: url(../png/uk-bg.png) no-repeat 0 0;
    background-size: cover
}

.contact-block1 ul li.list-bg3 {
    background: url(../png/usa-bg.png) no-repeat 0 0;
    background-size: cover
}

.contact-block1 ul li:first-child {
    margin-left: 0
}

.contact-block1 ul li h4 {
    width: 100%;
    color: #fff;
    display: inline-block;
    font: 50px ProximaNova-Bold;
    margin: 0 0 32px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase
}

.contact-block1 ul li p {
    font: 22px ProximaNova-Semibold;
    color: #fff;
    line-height: 30px;
    padding: 0;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.contact-block1 ul li p span {
    width: 100%;
    display: inline-block
}

.contact-block1 ul li p span a,
.contact-block1 ul li p a {
    text-decoration: none
}

.contact-block1 ul li p span a:hover,
.contact-block1 ul li p a:hover {
    color: #f2f2f2;
    text-decoration: none
}

.contact-block1 a.button {
    font: 22px ProximaNova-Bold;
    color: #fff;
    border: 3px solid #fff;
    line-height: 44px;
    padding: 0 7%;
    display: table;
    margin: 0 auto
}

.contact-block1 a.button:hover {
    color: #fff;
    background: #ff5e00;
    border: 3px solid #ff5e00;
    text-decoration: none
}

.contact-block2 {
    margin: 5% 0
}

.contact-block2 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0;
    padding: 0;
    text-align: center
}

.contact-block2 ul {
    width: 100%;
    float: left;
    margin: 5% 0 0;
    padding: 0
}

.contact-block2 ul li {
    float: left;
    margin: 0;
    width: 33%;
    text-align: center;
    background: url(../png/site-logo-line-bg.png) no-repeat left 9px
}

.contact-block2 ul li:first-child {
    margin-left: 0;
    background: none
}

.contact-block2 ul li a {
    font: 24px ProximaNova-Regular;
    color: #636363;
    line-height: 44px;
    padding: 0 7%;
    display: table;
    margin: 6px auto 0
}

.contact-block2 ul li a:hover {
    color: #000;
    text-decoration: none
}

iframe {
    position: absolute;
    bottom: 0
}

.contact-block-map .col-md-6-right {
    height: 440px
}

.contact-block2 ul li a.def {
    cursor: default
}

.contact-block2 ul li a.def:hover {
    color: #636363
}

.new-buss-block1 {
    margin: 7% 0 0
}

.new-buss-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 100px;
    text-align: center
}

.new-buss-block2 {
    margin: 7% 0 0
}

.form-col {
    margin: 0;
    min-height: 150px
}

.form-col.text-area {
    min-height: 240px
}

.form-col input,
.form-col select,
.form-col textarea {
    border: 1px solid #efefef;
    border-radius: 4px;
    display: block;
    font: 18px Maitree-Light;
    color: #000;
    padding: 19px 5%;
    width: 100%
}

.form-col textarea {
    padding: 19px 3%;
    min-height: 150px
}

.newenquiry-form .form-col textarea,
#enquiry_form.newenquiry-form .form-col.text-area {
    min-height: 120px
}

.form-col input::-webkit-input-placeholder,
.form-col input::-moz-placeholder,
.form-col input:-ms-input-placeholder,
.form-col input::-moz-placeholder {
    color: #000
}

.form-col input,
.form-col select,
.form-col textarea {
    background: #f5f5f5;
    border-color: #efefef;
    border-radius: 0
}

.form-col select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #f5f5f5 url(../png/select-arrow.png) no-repeat center right
}

.form-col select option {
    font: 16px Maitree-Light;
    padding: 10px 3%
}

.form-col span.error-msg,
.form-col label.error,
span.service_error {
    font: 16px Maitree-Light;
    color: red;
    display: none
}

.form-col input[type="submit"] {
    background: none;
    border: 0;
    border-radius: 0;
    display: block;
    font: 48px Maitree-Light;
    color: #ff5e00;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00;
    padding: 0;
    margin: 0 auto;
    width: auto;
    line-height: 50px
}

.form-col input[type="submit"]:hover {
    color: #fc7d32;
    text-decoration: none
}

.form-sucess,
.form-error {
    display: none
}

.form-sucess p,
.form-error p {
    font: 24px Maitree-Light;
    color: #000;
    margin: 0 0 20px;
    text-align: center
}

.form-sucess p {
    color: #008100
}

.form-error p {
    color: red
}

.careers-block1 {
    margin: 5% 0
}

.careers-block1 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0;
    padding: 0;
    text-align: left
}

.careers-block1-inn {
    float: left;
    width: 100%
}

.careers-block1 .cars-blk-head ul {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 0
}

.careers-block1 .cars-blk-head ul li {
    float: left;
    margin: 0 0 16px;
    width: 100%
}

.careers-block1 .cars-blk-head ul li:first-child {
    margin-left: 0;
    background: none
}

.careers-block1 .cars-blk-head ul li p {
    font: 20px ProximaNova-Regular;
    color: #000;
    line-height: 28px;
    padding: 0;
    margin: 0
}

.careers-block1 .cars-blk-head ul li .list1 {
    width: 40%;
    float: left
}

.careers-block1 .cars-blk-head ul li .list2 {
    width: 20%;
    float: left
}

.careers-block1 .cars-blk-head ul li .list3 {
    width: 25%;
    float: left
}

.careers-block1 .cars-blk-head ul li .list4 {
    width: 15%;
    float: left
}

.careers-block1 .cars-blk-list ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.careers-block1 .cars-blk-list ul li {
    float: left;
    width: 100%;
    margin: 0;
    border: 3px solid #ebebeb;
    border-width: 3px 0 0;
    padding: 36px 0 35px
}

.careers-block1 .cars-blk-list ul li .list1 {
    width: 40%;
    float: left
}

.careers-block1 .cars-blk-list ul li .list1 p {
    font: 30px Maitree-Light;
    color: #1c1c1c;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: left
}

.careers-block1 .cars-blk-list ul li .list2 {
    width: 20%;
    float: left
}

.careers-block1 .cars-blk-list ul li .list2 p {
    font: 24px ProximaNova-Regular;
    color: #636363;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: left
}

.careers-block1 .cars-blk-list ul li .list3 {
    width: 25%;
    float: left
}

.careers-block1 .cars-blk-list ul li .list3 p {
    font: 24px ProximaNova-Regular;
    color: #636363;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: left
}

.careers-block1 .cars-blk-list ul li .list4 {
    width: 15%;
    float: left
}

.careers-block1 .cars-blk-list ul li .list4 p a {
    font: 24px Maitree-Light;
    color: #ff5e00;
    line-height: 30px;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
    float: right;
    border-bottom: 1px solid #ff5e00
}

.careers-block1 .cars-blk-list ul li .list4 p a:hover {
    text-decoration: none;
    border-bottom: 1px solid #333;
    color: #333
}

.careers-block1 .cars-blk-list ul li .list4 p a.close-btn {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../png/close-icon.png) no-repeat left 0;
    text-indent: -9999px;
    border: 0
}

.careers-block1 .cars-blk-list ul li .list4 p a.close-btn:hover {
    text-decoration: none
}

.cars-blk-lists h3 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 30px Maitree-Light;
    margin: 0;
    padding: 0;
    text-align: left
}

.cars-blk-lists ul {
    width: 100%;
    float: left;
    margin: 30px 0 35px !important;
    padding: 0
}

.cars-blk-lists ul li {
    float: left;
    width: 48% !important;
    border: 0 !important;
    padding: 0 0 0 40px !important;
    background: url(../png/list-icon.png) no-repeat left 0;
    margin: 0 2% 39px 0 !important
}

.cars-blk-lists ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 29px;
    padding: 0;
    margin: 0;
    text-align: left
}

.cars-blk-lists p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 29px;
    padding: 0;
    margin: 0;
    text-align: left
}

.cars-blk-lists form {
    margin: 32px 0 0
}

.cars-blk-lists .form-row {
    margin-bottom: 30px;
    width: 100%;
    display: inline-block
}

.cars-blk-lists .form-col.uploads.textarea {
    width: 49%;
    margin-right: 2%
}

.cars-blk-lists .form-col.uploads.textarea:nth-child(2) {
    margin-right: 0
}

.cars-blk-lists .form-col {
    width: 32%;
    float: left;
    margin: 0 0 0 2%;
    min-height: 0
}

.cars-blk-lists .form-col.first {
    margin: 0
}

.cars-blk-lists .form-col input {
    border: 1px solid #efefef;
    border-radius: 4px;
    display: block;
    font: 24px Maitree-Light;
    color: #000;
    padding: 13px 5%;
    width: 100%;
    background: #f5f5f5;
    border-color: #efefef;
    border-radius: 0
}

.cars-blk-lists .form-col span.error-msg {
    font: 16px Maitree-Light;
    color: red
}

.cars-blk-lists .form-col.submit {
    width: 100%;
    float: left;
    margin: 30px 0 100px
}

.cars-blk-lists .form-col input[type="submit"] {
    width: auto;
    margin: 0 auto;
    background: none;
    border: 1px solid #3f3f3f;
    border-radius: 0;
    display: block;
    font: 24px ProximaNova-Semibold;
    color: #1c1c1c;
    text-decoration: none;
    padding: 14px 62px
}

.cars-blk-lists .form-col input[type="submit"]:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #ff5e00;
    background: #ff5e00
}

.cars-blk-lists .form-col.row-sec {
    margin-bottom: 30px
}

.cars-blk-lists .form-col.row-sec p,
.service-text,
.note-text {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 26px;
    margin-bottom: 10px
}

.service-text {
    font-family: "ProximaNova-Semibold"
}

.note-text {
    font-size: 16px;
    line-height: 22px
}

.servicebox-inner {
    background: #f5f5f5;
    padding: 9px 15px 10px;
    border: 1px solid #efefef
}

.cars-blk-lists .form-col.row-sec .chk-bx label,
.serviceform-row label {
    position: relative
}

.cars-blk-lists .form-col.row-sec .chk-bx input[type="radio"],
.serviceform-row input[type="checkbox"] {
    display: none
}

.cars-blk-lists .form-col.row-sec .chk-bx input[type="radio"]+label,
.serviceform-row input[type="checkbox"]+label {
    display: inline-block;
    padding: 10px 0 0 35px;
    width: 10%;
    font: 21px ProximaNova-Regular;
    color: #3c3c3c
}

.serviceform-row input[type="checkbox"]+label {
    width: auto;
    cursor: pointer;
    font-size: 18px
}

.cars-blk-lists .form-col.row-sec .chk-bx input[type="radio"]:checked+label,
.serviceform-row input[type="checkbox"]:checked+label {
    display: inline-block;
    padding: 10px 0 0 35px
}

.cars-blk-lists .form-col.row-sec .chk-bx input[type="radio"]+label:before,
.serviceform-row input[type="checkbox"]+label:before {
    position: absolute;
    left: 0;
    content: '';
    background: url(../png/chk-bx.png) no-repeat 0 -2px;
    width: 33px;
    height: 33px
}

.serviceform-row input[type="checkbox"]+label:before {
    background: url(../png/chk-bx1.png) no-repeat 0 0;
    height: 22px;
    width: 22px;
    top: 12px
}

.cars-blk-lists .form-col.row-sec .chk-bx input[type="radio"]:checked+label:before,
.serviceform-row input[type="checkbox"]:checked+label:before {
    background-position: 0 -36px
}

.serviceform-row input[type="checkbox"]:checked+label:before {
    background-position: 0 -28px
}

.servicecheck-row {
    margin-bottom: 4px
}

.newenquiry-form {
    width: 70%;
    margin: 0 auto
}

.newenquiry-form .form-col select {
    background: #f5f5f5 url(../png/select-arrow1.png) no-repeat center right
}

.cars-blk-lists .form-col.uploads {
    width: 100%;
    margin: 0
}

.cars-blk-lists .form-col.uploads input {
    padding: 13px 2%
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: -52px 0 0;
    padding: 10px;
    background: url(../png/upload-icon.png) no-repeat right 5px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    text-indent: -99999px;
    min-height: 30px
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    cursor: pointer
}

.cars-blk-list.more .cars-blk-lists,
.cars-blk-list.more a.close-btn {
    display: block
}

.careers-block1 .cars-blk-lists,
.cars-blk-list a.close-btn,
.cars-blk-list.more a.apply-btn {
    display: none
}

.cars-blk-lists.other-job .form-col.job-posits {
    width: 40%;
    margin-right: 2%;
    margin-left: 0
}

.cars-blk-lists.other-job .form-col.other-have {
    width: 58%
}

.cars-blk-lists.other-job .form-col.row-sec p {
    margin-bottom: 0
}

.cars-blk-lists.other-job .form-col.row-sec .chk-bx input[type="radio"]+label {
    width: 15%
}

.about-block1 {
    margin: 8% 0 5%
}

.about-block1 h1 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.about-block1 h1 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.about-block1 p {
    font: 24px ProximaNova-Regular;
    color: #000;
    line-height: 40px;
    padding: 0;
    float: left;
    margin: 7% 0 0
}

.about-block2 {
    margin: 0
}

.about-block2 h3 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 15% 0 0;
    padding: 0;
    line-height: 45px;
    letter-spacing: -2px
}

.about-block2 h3 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 18px 0 31px;
    padding: 0;
    line-height: 45px;
    letter-spacing: -2px
}

.about-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.about-block2 .r-bnr {
    position: relative
}

.about-block2 .r-bnr p {
    width: 62%;
    position: absolute;
    top: 34%;
    left: 14%;
    color: #fff;
    display: inline-block;
    font: 50px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 60px;
    text-align: left
}

.about-block2 .r-bnr p strong {
    font-family: 'ProximaNova-Semibold'
}

.about-block2 .r-bnr p span {
    float: left;
    width: 97%
}

.about-block2 .r-bnr p i {
    float: left;
    width: 3%
}

.about-block2 .r-bnr p i.rgt {
    float: right;
    width: 3%
}

.about-block3 {
    padding: 5% 0
}

.aboutblk3-bg {
    background: #f3f3f3
}

.about-block3.aboutblk4-bg {
    padding: 3% 0 1%
}

.cl-block2.aboutblk5-bg {
    margin: 0 0 3%
}

.about-block3 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 12px 0 24px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.about-block3 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 42px;
    padding: 0 0 30px;
    float: left;
    text-align: center
}

.about-block3 .client-cont-block ul {
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
    display: inline-block
}

.about-block3 .client-cont-block ul li {
    display: inline-block;
    padding: 0 21px 10px;
    background: url(../png/abt-list-line-bg.png) no-repeat left 15px
}

.about-block3 .client-cont-block ul li:nth-child(8) {
    background: transparent
}

.about-block3 .client-cont-block ul li:first-child {
    padding-left: 0;
    background: none
}

.about-block3 .client-cont-block ul li a {
    font: 30px Maitree-Light;
    color: #000;
    line-height: 42px;
    padding: 0;
    float: left
}

.about-block3 .client-cont-block ul li a:hover,
.about-block3 .client-cont-block ul li.active {
    color: #ff5e00;
    text-decoration: none
}

.about-block3 .client-cont-block ul li a:hover {
    cursor: default;
    color: #000
}

.about-block3 .client-logo-block ul {
    width: 100%;
    float: left;
    margin: 5% 0 0;
    padding: 6% 0 0;
    border-top: 1px solid #ebebeb
}

.about-block3 .client-logo-block ul li {
    width: 25%;
    float: left;
    padding: 0;
    text-align: center;
    min-height: 150px
}

.about-block3 .client-logo-block ul li:first-child {
    padding-left: 0;
    background: none
}

.about-block3 .client-logo-block ul li a {
    font: 30px Maitree-Light;
    color: #000;
    line-height: 42px;
    padding: 0;
    text-align: center;
    cursor: default
}

.about-block3 .client-logo-block ul li a:hover {
    opacity: .7
}

.about-block3 .num-clnt {
    width: 100%;
    float: left;
    margin: 2% 0 1.5%
}

.about-block3 .num-clnt p {
    width: 100%;
    float: left
}

.about-block3 .num-clnt p span {
    font: 29px Maitree-Light;
    line-height: 42px;
    text-align: center;
    color: #ff5e00;
    border-bottom: 1px solid #ff5e00;
    width: 100%
}

.about-block3 .num-clnt p a:hover {
    text-decoration: none
}

.about-block3 .num-clnt p a:hover span {
    opacity: .6
}

.col-md-6-left {
    padding-right: 0
}

.col-md-6-right {
    padding-left: 0
}

.about-block4 {
    margin: 7% 0 0
}

.about-block4 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 0 0 38px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.about-block4 .col-md-6-left {
    padding-right: 0
}

.about-block4 .col-md-6-right {
    padding-left: 0
}

.about-block4 .col-md-6-right p {
    width: 80%;
    position: absolute;
    bottom: 17%;
    left: 14%;
    color: #fff;
    display: inline-block;
    font: 40px Maitree-Light;
    margin: 0;
    padding: 0;
    line-height: 53px;
    text-decoration: none
}

.about-block4 .col-md-6-right p a:hover {
    color: #fff;
    text-decoration: none;
    cursor: default
}

.about-block4 .col-md-6-right p a:focus {
    color: #fff
}

.net-block1 {
    margin: 8% 0 5%
}

.net-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 7%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.net-block1 h3 span {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 70px;
    letter-spacing: -2px
}

.net-block1 h3 b {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 70px;
    letter-spacing: -2px
}

.net-block1 p.light {
    font: 35px ProximaNova-Light;
    color: #1c1c1c;
    line-height: 50px;
    padding: 0;
    float: left;
    margin-bottom: 25px
}

.net-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.net-block2 {
    margin: 7% 0
}

.net-block2 h3 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.net-block2 h3 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 12px 0 30px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.net-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.net-block2 ul {
    width: 80%;
    float: left;
    margin: 34% 0 0 20%;
    padding: 0
}

.net-block2 ul li {
    float: left;
    margin: 0 19px 19px 0
}

.net-block2 ul li:first-child {
    margin-left: 0
}

.net-block2 ul li a {
    font: 32px Maitree-Light;
    color: #ff5e00;
    line-height: 44px;
    padding: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.net-block2 ul li a:hover {
    color: #fc7d32;
    text-decoration: none
}

.net-block3 {
    margin: 7% 0 0
}

.net-block3 .inn-block {
    padding-top: 5%
}

.net-block3 h2 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 12px 0 30px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.net-block3 h3 {
    font: 35px Maitree-Light;
    color: #1c1c1c;
    line-height: 47px;
    padding: 0;
    float: left;
    text-align: center
}

.net-block3 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 23px 0 26px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.net-block3 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.net-block3 .net-devlp-servs-list {
    width: 100%;
    float: left;
    margin: 10% 0 9px
}

.net-block3 .net-devlp-servs-list.alter .col-md-3 {
    text-align: right
}

.net-block4 {
    padding: 6% 0 0
}

.net-block4 h3 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 14% 0 0;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.net-block4 h3 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 12px 0 15px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.net-block4 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.net-block4 p span {
    width: 100%;
    display: inline-block
}

.net-block4 ul {
    width: 100%;
    float: left;
    margin: 15px 0 20px;
    padding: 0
}

.net-block4 ul li {
    float: left;
    margin: 0 19px 22px 0;
    width: 100%
}

.net-block4 ul li:first-child {
    margin-left: 0
}

.net-block4 ul li a {
    font: 40px Maitree-Light;
    color: #ff5e00;
    line-height: 40px;
    padding: 0;
    float: left;
    text-decoration: underline
}

.net-block4 ul li a:hover,
.net-block5 ul li.active {
    color: #ff5e00;
    text-decoration: none
}

.net-block5 {
    padding: 7% 0 2%
}

.net-block5 h3 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 55px;
    letter-spacing: -5px
}

.net-block5 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 12px 0 21px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.net-block5 p {
    font: 30px Maitree-Light;
    color: #585858;
    line-height: 42px;
    padding: 0;
    float: left
}

.net-block5 ul {
    width: 100%;
    float: left;
    margin: 27px 0 20px;
    padding: 0
}

.net-block5 ul li {
    float: left;
    margin: 0 0 41px 20px;
    width: 100%;
    padding: 0 0 0 40px !important;
    background: url(../png/list-icon.png) no-repeat left 0
}

.net-block5 ul li:first-child {
    margin-left: 6%
}

.net-block5 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 28px;
    padding: 0;
    float: left
}

.net-block5 .expert-net-list {
    margin: 3% 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 62px
}

.net-block5 .expert-net-list.alter {
    margin: 0;
    border: 0
}

.net-block6 {
    margin: 0;
    position: relative
}

.net-block6 .inn-block {
    padding: 130px 0 0
}

.net-block6 .ticker-prev1,
.net-block6 .ticker-next1 {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #fffc;
    height: 230px;
    left: 0;
    text-indent: -9999px
}

.net-block6 .ticker-prev1 {
    background: #fafafacc;
    height: 45px;
    top: 232px
}

.net-block6 h2 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 0 0 28px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.net-block6 h3 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 35px Maitree-Light;
    margin: 0 0 2%;
    padding: 0;
    line-height: 47px;
    text-align: center
}

.net-block6 ul {
    width: 100%;
    float: left;
    margin: 6% 0 0;
    padding: 0 0 45px
}

.net-block6 ul li {
    float: left;
    margin: 0;
    width: 100%;
    padding: 87px 0 0 200px;
    position: relative
}

.net-block6 ul li:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #d4d4d4
}

.net-block6 ul li span {
    position: relative;
    left: -20.5%;
    top: 51px;
    font: 55px ProximaNova-Light
}

.net-block6 ul li span:after {
    content: '';
    position: absolute;
    left: -13px;
    top: 38%;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%
}

.net-block6 ul li.three:after {
    top: 36%
}

.net-block6 ul li h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 0 0 32px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.net-block6 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 42px;
    padding: 0;
    float: left
}

.net-block6 ul {
    width: 100%;
    float: left;
    margin: 6% 0 0;
    padding: 0 0 45px
}

.net-block6 ul li {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0 0 40px;
    position: relative
}

.net-block6 ul li span {
    position: relative;
    left: -19.7%;
    top: 58px;
    font: 55px ProximaNova-Light
}

.net-block6 ul li span:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 40%;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%
}

.net-block6 ul li h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 0 0 15px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.net-block6 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.net-block6 h3 span {
    font: 55px/55px ProximaNova-Semibold;
    display: block;
    text-align: center
}

.net-block6 h3 b {
    text-align: center;
    font: 35px/40px Maitree-Light
}

.net-block6 .methodology h5 {
    padding-top: 5px;
    font: 35px/40px ProximaNova-Semibold;
    color: #1c1c1c
}

.net-block6 .methodology {
    padding: 60px 0 0
}

.net-block6 .methodology p {
    padding-left: 5px;
    margin-bottom: 85px;
    width: 90%;
    font: 24px ProximaNova-Regular;
    color: #000;
    line-height: 40px
}

.net-block6.dm-block2 {
    margin-bottom: 0
}

.net-block6.dm-block2 .container {
    border-bottom: 1px solid #e8e8e8
}

.net-block6 span.number {
    background: #1c1c1c;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    margin-right: 15px
}

.net-block7 {
    margin: 1% 0
}

.net-block7 h3 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 36px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.net-block7 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.net-block7 ul {
    width: 100%;
    float: left;
    margin: 27px 0 20px;
    padding: 0
}

.net-block7 ul li {
    float: left;
    margin: 0 0 41px;
    width: 50%;
    padding: 0 0 0 40px !important;
    background: url(../png/list-icon.png) no-repeat left 0
}

.net-block7 ul li:first-child {
    margin-left: 0
}

.net-block7 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 29px;
    padding: 0;
    float: left
}

.net-block8 {
    margin: 0 0 4%
}

.net-block8 h3 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 5px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.net-block8 ul {
    width: 100%;
    float: left;
    margin: 27px 0 0;
    padding: 0
}

.net-block8 ul li {
    float: left;
    margin: 0 0 41px;
    width: 100%;
    padding: 0 0 0 40px !important;
    background: url(../png/list-icon.png) no-repeat left 0
}

.net-block8 ul li:first-child {
    margin-left: 0
}

.net-block8 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 29px;
    padding: 0;
    float: left
}

.net-block8 p a {
    font: 24px Maitree-Light;
    color: #ff5e00;
    line-height: 40px;
    padding: 0;
    float: left;
    text-decoration: underline
}

.net-block8 p a:hover {
    color: #ff5e00;
    text-decoration: none
}

.angularjs-block1 {
    margin: 8% 0 5%
}

.angularjs-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 4%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.angularjs-block1 h3 span {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.angularjs-block1 h3 b {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.angularjs-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.angularjs-block2 {
    margin: 0
}

.angularjs-block2 .container {
    border-bottom: 1px solid #ebebeb
}

.angularjs-block2 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 33px 0 30px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.angularjs-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.angularjs-block2 .es-list-1,
.angularjs-block2 .es-list-2,
.angularjs-block2 .es-list-3,
.angularjs-block2 .es-list-4 {
    padding: 90px 3% 66px
}

.angularjs-block2 .es-list-1 {
    background-image: url(../png/es-top.png);
    background-position: right bottom;
    background-repeat: no-repeat, no-repeat
}

.angularjs-block2 .es-list-4 {
    background-image: url(../png/es-right.png);
    background-position: left top;
    background-repeat: no-repeat, no-repeat
}

.angularjs-block2 .es-list-3 {
    background-image: url(../png/es-bot.png), url(../png/es-left.png);
    background-position: right top, right top;
    background-repeat: no-repeat, no-repeat
}

.angularjs-block3 {
    margin: 5% 0 0
}

.angularjs-block3 .container {
    border-bottom: 1px solid #ebebeb
}

.angularjs-block3 h3 span {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.angularjs-block3 h3 b {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.angularjs-block3 .devlp-servs-list {
    margin: 8% 0 0;
    width: 100%;
    float: left
}

.angularjs-block3 .devlp-servs-list ul {
    position: absolute;
    top: 0;
    width: 35%;
    float: left;
    margin-left: 40%
}

.angularjs-block3 .devlp-servs-list ul li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.angularjs-block3 .devlp-servs-list ul li.list1 {
    margin-left: 0;
    min-height: 85px
}

.angularjs-block3 .devlp-servs-list ul li.list2 {
    margin-left: 30%;
    min-height: 97px
}

.angularjs-block3 .devlp-servs-list ul li.list3 {
    margin-left: 44%;
    min-height: 95px
}

.angularjs-block3 .devlp-servs-list ul li.list4 {
    margin-left: 50%;
    min-height: 95px
}

.angularjs-block3 .devlp-servs-list ul li.list5 {
    margin-left: 50%;
    min-height: 95px
}

.angularjs-block3 .devlp-servs-list ul li.list6 {
    margin-left: 44%;
    min-height: 95px
}

.angularjs-block3 .devlp-servs-list ul li.list7 {
    margin-left: 30%;
    min-height: 95px
}

.angularjs-block3 .devlp-servs-list ul li.list8 {
    margin-left: 0;
    min-height: 90px
}

.angularjs-block3 .devlp-servs-list ul li p {
    font: 28px ProximaNova-Regular;
    color: #000;
    line-height: 36px;
    padding: 0;
    width: 100%;
    float: left;
    text-align: left;
    letter-spacing: -2px
}

.angularjs-block3 .dev-anglr-mbl {
    display: none
}

.angularjs-block3 .dev-anglr-desk {
    display: block
}

.angularjs-block4 {
    margin: 4% 0 7%
}

.angularjs-block4 h3 span {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.angularjs-block4 h3 b {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 15px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.angularjs-block4 p {
    font: 35px ProximaNova-Light;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.angularjs-block4 .angularjs-devlp-servs-list {
    width: 100%;
    float: left;
    margin: 8% 0 9px
}

.angularjs-block4 .angularjs-devlp-servs-list.alter .col-md-3 {
    text-align: right
}

.angularjs-block5 {
    margin: 0
}

.angularjs-block5 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 23% 0 33px;
    padding: 0;
    line-height: 45px;
    letter-spacing: -2px
}

.angularjs-block5 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 90%
}

.angularjs-block6 {
    margin: 6% 0 1%
}

.angularjs-block6 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0 0 35px;
    padding: 0;
    line-height: 66px;
    letter-spacing: -2px
}

.angularjs-block6 p {
    font: 35px ProximaNova-Semibold;
    color: #000;
    line-height: 42px;
    padding: 0;
    float: left;
    margin-bottom: 7%
}

.angularjs-block6 ul {
    width: 85%;
    display: table;
    margin: 0 auto;
    padding: 0
}

.angularjs-block6 ul li {
    float: left;
    margin: 0 0 80px 70px;
    width: 340px;
    height: 340px;
    padding: 0;
    background: #f7f7f7;
    border-radius: 50%;
    text-align: center
}

.angularjs-block6 ul li.first {
    margin-left: 0
}

.angularjs-block6 ul li img {
    margin: 18% 0 10%
}

.angularjs-block6 ul li p {
    font: 26px ProximaNova-Regular;
    color: #000;
    line-height: 32px;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center;
    text-transform: capitalize
}

.angularjs-block6 ul li p span {
    width: 100%;
    display: inline-block
}

.phptech-block1 {
    margin: 8% 0 5%
}

.phptech-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 4%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.phptech-block1 h3 span {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.phptech-block1 h3 b {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.phptech-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.phptech-block2 {
    margin: 7% 0 0;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 70px
}

.phptech-block2 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 5%;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.phptech-block2 h3 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 46px ProximaNova-Semibold;
    margin: 7% 0 34px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.phptech-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.phptech-block2 ul {
    width: 80%;
    float: left;
    margin: 0;
    padding: 0
}

.phptech-block2 ul li {
    float: left;
    margin: 0;
    border-top: 1px solid #ccc;
    padding: 41px 0 45px;
    width: 100%;
    text-align: center
}

.phptech-block2 ul li:first-child {
    margin-left: 0;
    border: 0
}

.phptech-block2 ul li a {
    font: 30px ProximaNova-Bold;
    color: #999;
    line-height: 36px;
    padding: 0;
    float: left;
    text-decoration: none;
    text-align: center;
    width: 100%
}

.phptech-block2 ul li a:hover,
.phptech-block2 ul li.active a,
.phptech-block2 ul li a.active {
    color: #ff5e00;
    text-decoration: none
}

.phptech-block2 .col-md-6 {
    margin-top: 38px
}

.phptech-block3 {
    margin: 5% 0 0
}

.phptech-block3 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 20px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.phptech-block3 p {
    font: 24px ProximaNova-Regular;
    color: #000;
    line-height: 40px;
    padding: 0;
    text-align: center
}

.phptech-block3 p span {
    width: 100%;
    display: table
}

.phptech-block3 .our-php-web-expertise-list .col-md-3 {
    text-align: center
}

.phptech-block3 .our-php-web-expertise-blocks {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0
}

.phptech-block3 ul {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0
}

.phptech-block3 ul li {
    float: left;
    margin: 0 0 19px;
    width: 100%
}

.phptech-block3 ul li:first-child {
    margin-left: 0
}

.phptech-block3 ul li a {
    font: 26px ProximaNova-Regular;
    color: #000;
    line-height: 44px;
    padding: 0;
    float: left;
    text-decoration: underline
}

.phptech-block3 ul li a:hover {
    color: #ff5e00;
    text-decoration: none
}

.phptech-block3 .our-php-web-expertise-list {
    width: 100%;
    float: left;
    margin: 7% 0 0;
    text-align: center
}

.phptech-block3 .our-php-web-expertise-list p {
    text-align: left
}

.phptech-block3 .our-php-web-expertise-list ul li.list1 p {
    margin-left: 47%;
    min-height: 200px
}

.phptech-block3 .our-php-web-expertise-list ul li.list2 p {
    margin-left: 41%;
    min-height: 160px
}

.phptech-block3 .our-php-web-expertise-list ul li.list3 p {
    margin-left: 29%;
    min-height: 160px
}

.phptech-block3 .our-php-web-expertise-list ul li.list4 p {
    margin-left: 45%;
    min-height: 198px
}

.phptech-block3 .our-php-web-expertise-list ul li.list5 p {
    margin-left: 47%;
    min-height: 0
}

.phptech-block3 .our-php-web-expertise-list ul li.list6 p {
    margin-left: 41%;
    min-height: 0
}

.phptech-block4 {
    margin: 5% 0 0
}

.phptech-block4 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 4% 0 3%;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.phptech-block4 p {
    font: 24px ProximaNova-Regular;
    color: #1c1c1c;
    line-height: 40px;
    padding: 0;
    float: left
}

.phptech-block4 .cms-list {
    text-align: center
}

.phptech-block4 .es-list-1 {
    background-image: url(../png/es-top.png);
    background-position: right bottom;
    background-repeat: no-repeat, no-repeat
}

.phptech-block4 .es-list-4 {
    background-image: url(../png/es-right.png);
    background-position: left top;
    background-repeat: no-repeat, no-repeat
}

.phptech-block4 .es-list-3 {
    background-image: url(../png/es-bot.png), url(../png/es-left.png);
    background-position: right top, right top;
    background-repeat: no-repeat, no-repeat
}

.phptech-block4 #wbc-works .rsTabs {
    width: 100%;
    float: left;
    margin: 140px 0 0
}

.phptech-block4 #wbc-works span.rsTmb {
    float: left;
    cursor: pointer;
    padding: 15px 14px 0;
    margin: 10px;
    position: relative;
    font: 30px ProximaNova-Thin;
    color: #a7a7a7;
    width: 100%
}

.phptech-block4 #wbc-works span:hover.rsTmb {
    color: #000
}

.phptech-block4 #wbc-works .rsArrow.rsArrowLeft .rsArrowIcn {
    width: 85px;
    height: 85px;
    background: #fff url(../png/cms-arrow-left-2.png) no-repeat center center;
    position: absolute;
    top: 30%;
    left: 0
}

.phptech-block4 #wbc-works .rsArrow.rsArrowRight .rsArrowIcn {
    width: 85px;
    height: 85px;
    background: #fff url(../png/cms-arrow-right-2.png) no-repeat center center;
    position: absolute;
    top: 30%;
    right: 0
}

.phptech-block4 #wbc-works.rsDefault .rsThumbsHor {
    height: 90px
}

.phptech-block4 #wbc-works .rsOverflow {
    z-index: 99999
}

.phptech-block4 #wbc-works.rsDefault .rsThumb.rsSelected {
    border-color: #ff5e00;
    color: #000
}

.phptech-block4 #wbc-works.rsDefault .rsThumb.rsSelected span {
    color: #000
}

.phptech-block4 #wbc-works.rsDefault .rsThumb {
    width: 200px;
    height: auto
}

.phptech-block5 {
    margin: 3% 0 0
}

.phptech-block5 .inn-block {
    padding-top: 7%
}

.phptech-block5 h2 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 30px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.phptech-block5 h3 {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 42px;
    padding: 0;
    float: left;
    text-align: center;
    letter-spacing: -2px
}

.phptech-block5 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 45px ProximaNova-Semibold;
    margin: 0 0 34px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.phptech-block5 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.phptech-block5 .apis-cust-list {
    width: 100%;
    float: left;
    margin: 10% 0 2%
}

.phptech-block5 .apis-cust-list img {
    margin: 21px 0 0
}

.phptech-block5 .apis-cust-list.alter {
    padding-bottom: 7%;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0
}

.phptech-block5 .apis-cust-list.alter .col-md-3 {
    text-align: right
}

.phptech-block5 .apis-cust-list.alter .col-md-9 {
    text-align: right
}

.phptech-block6 {
    padding: 7% 0 0
}

.phptech-block6 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 11% 0 21px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.phptech-block6 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.phptech-block6 a {
    font: 32px Maitree-Light;
    color: #ff5e00;
    line-height: 42px;
    padding: 0;
    float: left;
    text-decoration: none;
    margin-top: 6%;
    border-bottom: 1px solid #ff5e00
}

.phptech-block6 a:hover {
    text-decoration: none;
    color: #fc7d32
}

.phptech-block6 ul {
    width: 100%;
    float: left;
    margin: 9% 0 0;
    padding: 0;
    border-bottom: 1px solid #ebebeb
}

.phptech-block6 ul li {
    float: left;
    margin: 0 0 5%;
    width: 50%;
    padding: 0 0 0 40px;
    background: url(../png/list-icon.png) no-repeat left 6px
}

.phptech-block6 ul li:first-child {
    margin-left: 0
}

.phptech-block6 ul li h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 35px ProximaNova-Semibold;
    margin: 0 0 10px;
    padding: 0;
    line-height: 39px;
    letter-spacing: -2px
}

.phptech-block6 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 29px;
    padding: 0;
    float: left;
    width: 80%
}

.phptech-block6 ul li a {
    font: 40px Maitree-Light;
    color: #ff5e00;
    line-height: 40px;
    padding: 0;
    float: left;
    text-decoration: underline
}

.phptech-block6 ul li a:hover,
.phptech-block6 ul li.active {
    color: #ff5e00;
    text-decoration: none
}

.phptech-block7 {
    padding: 5% 0 0
}

.phptech-block7 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 12px 0 21px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.phptech-block7 ul {
    width: 100%;
    float: left;
    margin: 14% 0 0;
    padding: 0
}

.phptech-block7 ul li {
    float: left;
    margin: 0;
    width: 100%;
    padding: 10px 0 0;
    text-align: center;
    min-height: 48px;
    background: url(../png/technologies-line-bg.png) no-repeat center top
}

.phptech-block7 ul li:first-child {
    margin-left: 0;
    background: none;
    margin-bottom: 8px
}

.phptech-block7 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 28px;
    padding: 0;
    float: left;
    text-align: center;
    width: 100%
}

.phptech-block7 ul li p b {
    font-family: 'ProximaNova-Bold';
    color: #ff5e00
}

.phptech-block7 a {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: url(../png/technologies-line-bg.png) no-repeat center top;
    padding: 25px
}

.phptech-block8 {
    margin: 6% 0 0
}

.phptech-block8 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 18% 0 5%;
    padding: 0;
    line-height: 45px;
    letter-spacing: -2px
}

.phptech-block8 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 90%
}

.phptech-block8 ul {
    width: 100%;
    float: left;
    margin: 6% 0 0;
    padding: 0
}

.phptech-block8 ul li {
    float: left;
    margin: 0 0 13px;
    width: 100%
}

.phptech-block8 ul li:first-child {
    margin-left: 0
}

.phptech-block8 ul li a {
    font: 32px Maitree-Light;
    color: #ff5e00;
    line-height: 50px;
    padding: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.phptech-block8 ul li a:hover,
.phptech-block6 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.phptech-block9 {
    margin: 7% 0 2%
}

.phptech-block9 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0 0 2%;
    padding: 0;
    line-height: 75px
}

.phptech-block9 ul {
    width: 100%;
    float: left;
    margin: 2% 0 1%;
    padding: 0
}

.phptech-block9 ul li {
    float: left;
    margin: 0 0 3%;
    width: 50%;
    padding: 0 0 0 40px;
    background: url(../png/list-icon.png) no-repeat left 8px
}

.phptech-block9 ul li:first-child {
    margin-left: 0
}

.phptech-block9 ul li p {
    font: 35px Maitree-Light;
    color: #000;
    line-height: 47px;
    padding: 0;
    float: left;
    width: 90%
}

.uiux-block1 {
    margin: 8% 0 5%
}

.uiux-block1 h1 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.uiux-block1 h1 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 7%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.uiux-block1 h4 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.uiux-block1 h4 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.uiux-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.uiux-block2 {
    padding: 0;
    width: 100%;
    float: left
}

.uiux-block2 h4 {
    width: 100%;
    color: #010101;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 20% 0 15px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.uiux-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 35px;
    padding: 0;
    float: left
}

.uiux-block2 p span {
    width: 100%;
    display: inline-block
}

.uiux-block2 ul {
    width: 100%;
    float: left;
    margin: 15px 0 20px;
    padding: 0
}

.uiux-block2 ul li {
    float: left;
    margin: 16px 0 0;
    width: 100%
}

.uiux-block2 ul li:first-child {
    margin-left: 0
}

.uiux-block2 ul li a {
    font: 32px Maitree-Light;
    color: #ff5e00;
    line-height: 40px;
    padding: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.uiux-block2 ul li a:hover,
.uiux-block5 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.uiux-block3 {
    padding: 7% 0 5%
}

.uiux-block3 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 48px ProximaNova-Semibold;
    margin: 0 0 25px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.uiux-block3 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 90%
}

.uiux-block4 .inn-block {
    padding-top: 5%
}

.uiux-block4 .col-md-12 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5%
}

.uiux-block4 h2 span {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 75px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 75px;
    letter-spacing: -5px
}

.uiux-block4 h2 b {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 75px ProximaNova-Semibold;
    margin: 15px 0 7%;
    padding: 0;
    line-height: 75px;
    letter-spacing: -2px
}

.uiux-block4 h4 {
    width: 100%;
    color: #1c1c1c;
    font: 55px ProximaNova-Extrabld;
    margin: 11% 0 5%;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.uiux-block4 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.uiux-block4 ul {
    width: 100%;
    float: left;
    margin: 22px 0 0;
    padding: 0
}

.uiux-block4 ul li {
    float: left;
    margin: 0;
    width: 100%;
    position: relative
}

.uiux-block4 ul li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #eee;
    width: 100%;
    height: 1px
}

.uiux-block4 ul li:first-child {
    margin-left: 0;
    border-top: 1px solid #eee
}

.uiux-block4 ul li a {
    font: 55px ProximaNova-Semibold;
    color: #a3a3a3;
    line-height: 40px;
    padding: 0;
    float: left;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 35px 0 37px
}

.uiux-block4 ul li a:hover,
.uiux-block4 ul li a.active,
.uiux-block4 ul li.active a {
    color: #ff5e00;
    text-decoration: none
}

.uiux-block4 .our-design-requirements.req {
    display: block
}

.uiux-block4 .our-design-prototypes.proto {
    display: none
}

.uiux-block4 .our-design-design.design {
    display: none
}

.uiux-block4 #methodologies ul li {
    width: 100%;
    float: left;
    display: block
}

.uiux-block4 #methodologies ul li div.cont {
    display: none;
    width: 100%;
    float: left;
    margin: 5% 0
}

.uiux-block4 #methodologies ul li.active div {
    display: block
}

.uiux-block5 {
    margin: 5% 0 0
}

.uiux-block5 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.uiux-block5 p {
    font: 30px ProximaNova-Regular;
    color: #000;
    line-height: 36px;
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 14%
}

.uiux-block5 p span {
    width: 100%;
    display: inline-block
}

.uiux-block5 .what-bd-offers-block {
    width: 100%;
    float: left;
    margin: 7.5% 0 0
}

.uiux-block5 .what-bd-offers-block .col-md-4 {
    text-align: center;
    margin-bottom: 7%
}

.uiux-block6 {
    margin: 6% 0 1%
}

.uiux-block6 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 75px ProximaNova-Thin;
    margin: 0 0 25px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.uiux-block6 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.uiux-block6 ul {
    width: 100%;
    float: left;
    margin: 3% 0 1%;
    padding: 0
}

.uiux-block6 ul li {
    float: left;
    margin: 0 0 53px;
    width: 32%;
    padding: 0 0 0 40px !important;
    background: url(../png/list-icon.png) no-repeat left 9px
}

.uiux-block6 ul li.list1 {
    width: 32%
}

.uiux-block6 ul li.list2 {
    width: 42%
}

.uiux-block6 ul li.list3 {
    width: 20%
}

.uiux-block6 ul li:first-child {
    margin-left: 0
}

.uiux-block6 ul li h4 {
    font: 35px Maitree-Light;
    color: #000;
    line-height: 47px;
    padding: 0;
    float: left
}

.uiux-block6 ul li h4 span {
    width: 100%;
    display: inline-block
}

.uiux-block6 ul li p {
    font: 24px Maitree-Light;
    color: #000;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 100%
}

.branding-block1 {
    margin: 8% 0 5%
}

.branding-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 4%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.branding-block1 h3 span {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.branding-block1 h3 b {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.branding-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.branding-block2 {
    margin: 5% 0 2%
}

.branding-block2 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0 0 28px;
    padding: 0;
    line-height: 66px;
    letter-spacing: -2px
}

.branding-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left;
    margin-bottom: 24px
}

.branding-block3 {
    margin: 0 0 5%
}

.branding-block3 .container {
    border-top: 1px solid #ebebeb;
    padding-top: 3%
}

.branding-block3 h2 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 100px ProximaNova-Semibold;
    margin: 0 0 7px;
    padding: 0;
    line-height: 100px;
    letter-spacing: -5px
}

.branding-block3 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 19px 0 0;
    padding: 0;
    line-height: 72px;
    letter-spacing: -2px
}

.branding-block3 h3.bot {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 72px;
    letter-spacing: -2px
}

.branding-block3 h3 a {
    color: #ff5e00;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.branding-block3 h3 a:hover {
    color: #fc7d32;
    text-decoration: none
}

.branding-block3 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 50px ProximaNova-Semibold;
    margin: 9% 0 4%;
    padding: 0;
    line-height: 67px;
    text-align: center;
    letter-spacing: -2px
}

.branding-block3 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.branding-block3 .process-list-tp {
    margin: 0
}

.branding-block3 .process-list-1,
.branding-block3 .process-list-2,
.branding-block3 .process-list-3,
.branding-block3 .process-list-4 {
    padding: 7% 3% 6%;
    text-align: center
}

.branding-block3 .process-list-1 {
    background-image: url(../png/es-top-2.png);
    background-position: right bottom;
    background-repeat: no-repeat, no-repeat
}

.branding-block3 .process-list-4 {
    background-image: url(../png/es-right-2.png);
    background-position: left top;
    background-repeat: no-repeat, no-repeat
}

.branding-block3 .process-list-3 {
    background-image: url(../png/es-bot-2.png), url(../png/es-left-2.png);
    background-position: right top, right top;
    background-repeat: no-repeat, no-repeat
}

.services-dotnet-block1 {
    margin: 8% 0 5%
}

.services-dotnet-block1 h1 i {
    color: #1c1c1c;
    font: 100px ProximaNova-Regular;
    margin: 0 0 24px;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.services-dotnet-block1 h1 span {
    color: #1c1c1c;
    font: 100px ProximaNova-Regular;
    margin: 0 0 24px;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.services-dotnet-block1 h1 b {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0 0 5%;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.services-dotnet-block1 h4 span {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 7% 0 0;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.services-dotnet-block1 h4 b {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.services-dotnet-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.services-dotnet-block3 {
    margin: 5% 0 0
}

.services-dotnet-block3 h3 span {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 67px;
    text-align: center;
    letter-spacing: -2px
}

.services-dotnet-block3 h3 b {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 25px;
    padding: 0;
    line-height: 67px;
    text-align: center;
    letter-spacing: -2px
}

.services-dotnet-block3 h5 {
    width: 100%;
    color: #585858;
    display: inline-block;
    font: 35px ProximaNova-Thin;
    margin: 0 0 24px;
    padding: 0;
    line-height: 48px;
    text-align: center;
    letter-spacing: -2px
}

.services-dotnet-block3 .our-php-web-expertise-list {
    width: 100%;
    float: left;
    margin: 137px 0 0;
    text-align: center
}

.services-dotnet-block3 .our-php-web-expertise-list .col-md-3 {
    text-align: center
}

.services-dotnet-block3 ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -100px
}

.services-dotnet-block3 ul li {
    float: left;
    margin: 0 0 19px
}

.services-dotnet-block3 ul li:first-child {
    margin-left: 0
}

.services-dotnet-block3 ul li p {
    font: 35px ProximaNova-Semibold;
    color: #000;
    line-height: 40px;
    padding: 0;
    float: left;
    text-align: center;
    width: 300px
}

.services-dotnet-block3 ul li p span {
    width: 100%;
    display: inline-block
}

.services-dotnet-block3 .our-customized-list {
    width: 100%;
    float: left;
    margin: 10% 0 0;
    text-align: center
}

.services-dotnet-block3 .our-customized-list ul li.list1 {
    margin-left: 42%;
    min-height: 316px;
    margin-right: 40%;
    width: 200px
}

.services-dotnet-block3 .our-customized-list ul li.list2 {
    margin-left: 8.5%;
    min-height: 350px;
    margin-right: 44.4%;
    width: 250px
}

.services-dotnet-block3 .our-customized-list ul li.list3 {
    margin-left: 0;
    min-height: 350px;
    width: 395px
}

.services-dotnet-block3 .our-customized-list ul li.list4 {
    margin-left: 13%;
    margin-right: 34%;
    width: 260px
}

.services-dotnet-block3 .our-customized-list ul li.list5 {
    margin-left: 0;
    min-height: 0;
    width: 300px
}

.services-dotnet-block3 .our-customized-list ul li.list1 i {
    background: #393939;
    width: 50px;
    height: 50px;
    text-align: center;
    font: 26px ProximaNova-Light;
    color: #fff;
    line-height: 50px;
    border-radius: 50%;
    display: table;
    margin: 0 auto
}

.services-dotnet-block3 .our-customized-list ul li.list1 p {
    text-align: center;
    width: 200px;
    margin-bottom: 35px
}

.services-dotnet-block3 .our-customized-list ul li.list2 i,
.services-dotnet-block3 .our-customized-list ul li.list4 i {
    background: #393939;
    width: 50px;
    float: right;
    height: 50px;
    text-align: center;
    font: 26px ProximaNova-Light;
    color: #fff;
    line-height: 50px;
    border-radius: 50%;
    margin-left: 50px;
    margin-top: 7px
}

.services-dotnet-block3 .our-customized-list ul li.list2 p {
    text-align: right;
    width: 150px
}

.services-dotnet-block3 .our-customized-list ul li.list3 i,
.services-dotnet-block3 .our-customized-list ul li.list5 i {
    background: #393939;
    width: 50px;
    float: left;
    height: 50px;
    text-align: center;
    font: 26px ProximaNova-Light;
    color: #fff;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 50px;
    margin-top: 7px
}

.services-dotnet-block3 .our-customized-list ul li.list3 p {
    text-align: left;
    width: 295px
}

.services-dotnet-block3 .our-customized-list ul li.list4 p {
    text-align: right;
    width: 160px
}

.services-dotnet-block3 .our-customized-list ul li.list5 p {
    text-align: left;
    width: 200px
}

.services-dotnet-block4 {
    margin: 5% 0 0
}

.services-dotnet-block4 .container {
    border: 1px solid #ebebeb;
    border-width: 1px 0;
    padding-bottom: 5%
}

.services-dotnet-block4 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 7% 0 2%;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.services-dotnet-block4 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.services-dotnet-block4 h5 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 35px ProximaNova-Thin;
    margin: 0 0 23px;
    padding: 0;
    line-height: 50px
}

.services-dotnet-block4 h5 span {
    font-family: 'ProximaNova-Semibold'
}

.services-dotnet-block4 img {
    margin: 8% 0 10%
}

.services-dotnet-block4 ul {
    width: 100%;
    float: left;
    margin: 32px 0 0;
    padding: 0
}

.services-dotnet-block4 ul li {
    float: left;
    margin: 0 35px 19px 0;
    padding: 0 0 0 40px;
    background: url(../png/list-icon.png) no-repeat left 5px
}

.services-dotnet-block4 ul li:first-child {
    margin-left: 0
}

.services-dotnet-block4 ul li p {
    font: 35px Maitree-Light;
    color: #000;
    line-height: 44px;
    padding: 0;
    float: left
}

.services-dotnet-block5 {
    margin: 2% 0 0
}

.services-dotnet-block5 .container {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5%
}

.services-dotnet-block5 .container.alter {
    border: 1px solid #ebebeb;
    border-width: 0
}

.services-dotnet-block5 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 4% 0 3%;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.services-dotnet-block5 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.services-dotnet-block5 p.bold {
    font: 24px ProximaNova-Bold;
    color: #000;
    line-height: 40px;
    padding: 0;
    margin: 20px 0 3px;
    float: left;
    width: 100%
}

.services-dotnet-block5 h5 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 35px ProximaNova-Thin;
    margin: 5% 0 0;
    padding: 0;
    line-height: 50px;
    letter-spacing: -2px
}

.services-dotnet-block5 h5 a {
    color: inherit;
    text-decoration: none;
    border-bottom: none;
    cursor: default
}

.services-dotnet-block5 h5 a:hover {
    text-decoration: none
}

.services-dotnet-block5 img {
    margin: 11% 0 0
}

.services-dotnet-block5 ul {
    width: 80%;
    float: left;
    margin: 13% 0 7%;
    padding: 0
}

.services-dotnet-block5 .alter ul {
    margin: 12% 0 14%;
    padding: 0
}

.services-dotnet-block5 ul li {
    float: left;
    margin: 0 0 54px;
    padding: 0 0 0 40px;
    background: url(../png/list-icon.png) no-repeat left 5px
}

.services-dotnet-block5 ul li:first-child {
    margin-left: 0
}

.services-dotnet-block5 ul li p {
    font: 35px Maitree-Light;
    color: #000;
    line-height: 44px;
    padding: 0;
    float: left
}

.services-dotnet-block5 .alter {
    margin-bottom: 56px
}

.ams-block1 {
    margin: 0 0 5%
}

.ams-block1 h1 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.ams-block1 h1 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 31px;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.ams-block1 p {
    font: 40px ProximaNova-Light;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.ams-block2 {
    margin: 7.5% 0 4px
}

.ams-block2 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.ams-block2 p {
    font: 30px ProximaNova-Regular;
    color: #000;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 14%
}

.ams-block2 p span {
    width: 100%;
    display: inline-block
}

.ams-block2 .hls-block {
    width: 100%;
    float: left;
    margin: 10% 0 0
}

.ams-block2 .hls-block .col-md-3 {
    text-align: center;
    margin-bottom: 10%
}

.ams-block3 {
    margin: 8% 0 2px
}

.ams-block3 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.ams-block3 h5 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 30px ProximaNova-Regular;
    margin: 46px 0 0;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.ams-block3 p {
    font: 20px ProximaNova-Regular;
    color: #585858;
    line-height: 32px;
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 12px
}

.ams-block3 p span {
    width: 100%;
    display: inline-block
}

.ams-block3 .lls-block {
    width: 100%;
    float: left;
    margin: 8% 0 0
}

.ams-block3 .lls-block .col-md-3 {
    text-align: center;
    margin-bottom: 10%
}

.ams-block3 .lls-block .col-md-6 {
    text-align: center;
    margin-bottom: 10%
}

.mare-block1 {
    margin: 8% 0 5%
}

.mare-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 7%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.mare-block1 h3 span {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.mare-block1 h3 b {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.mare-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.mare-block2 {
    margin: 0
}

.mare-block2 .inn-block {
    padding-top: 5%;
    padding-bottom: 28px
}

.mare-block2 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 8px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.mare-block2 h5 {
    width: 100%;
    color: #585858;
    display: inline-block;
    font: 35px Maitree-Light;
    margin: 10px 0 0;
    padding: 0;
    line-height: 53px;
    text-align: center;
    letter-spacing: -2px
}

.mare-block2 p {
    font: 30px ProximaNova-Regular;
    color: #000;
    line-height: 32px;
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 57px
}

.mare-block2 p span {
    width: 100%;
    display: inline-block
}

.mare-block2 .bre-block {
    width: 100%;
    float: left;
    margin: 8% 0 0
}

.mare-block2 .bre-block .col-md-3 {
    text-align: center;
    margin-bottom: 11%
}

.mare-block2 .bre-block .col-md-6 {
    text-align: center;
    margin-bottom: 11%
}

.mad-block1 {
    margin: 8% 0 5%
}

.mad-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 90px ProximaNova-Regular;
    margin: 0 0 7%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.mad-block1 h3 span {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 52px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.mad-block1 h3 b {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 52px ProximaNova-Regular;
    margin: 0 0 24px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.mad-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.mad-block2 {
    margin: 5% 0
}

.mad-block2 h3 {
    width: 100%;
    color: #585858;
    display: inline-block;
    font: 35px ProximaNova-Light;
    margin: 0 0 7%;
    padding: 0;
    line-height: 49px;
    letter-spacing: -2px
}

.mad-block2 h3 b {
    font-family: 'ProximaNova-Semibold'
}

.mad-block2 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 48pxProximaNova-Semibold;
    margin: 0 0 26px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.mad-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 90%
}

.mad-block3 {
    padding: 0
}

.mad-block3 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.mad-block3 p span {
    width: 100%;
    display: inline-block
}

.mad-block3 ul {
    width: 100%;
    float: left;
    margin: 14% 0 38px;
    padding: 0
}

.mad-block3 ul li {
    float: left;
    margin: 16px 0 0;
    width: 100%
}

.mad-block3 ul li:first-child {
    margin-left: 0
}

.mad-block3 ul li a {
    font: 35px Maitree-Light;
    color: #ff5e00;
    line-height: 46px;
    padding: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.mad-block3 ul li a:hover,
.mad-block5 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.mad-block4 {
    margin: 5% 0 2%
}

.mad-block4 h3 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 75px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 90px;
    letter-spacing: -5px
}

.mad-block4 h3 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 75px ProximaNova-Semibold;
    margin: 0 0 20px;
    padding: 0;
    line-height: 90px;
    letter-spacing: -2px
}

.mad-block4 ul {
    width: 100%;
    float: left;
    margin: 9px 0 0;
    padding: 0
}

.mad-block4 ul li {
    float: left;
    margin: 0 0 3%;
    width: 100%;
    padding: 0 0 0 40px !important;
    background: url(../png/list-icon.png) no-repeat left 0
}

.mad-block4 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 29px;
    padding: 0;
    float: left
}

.mad-block4 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 29px;
    padding: 0;
    float: left
}

.mad-block4-new h3 {
    margin-bottom: 20px
}

.mad-block4-space {
    margin-top: 30px
}

.mad-block4-space.lasts {
    margin-bottom: 2%
}

.mad-block4-new h3 span a,
.mad-block4-new h3 span a:hover {
    text-decoration: none
}

.mad-block4.mad-block4-spa {
    margin-top: 2%
}

.emac-block1 {
    margin: 8% 0 5%
}

.emac-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 5%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.emac-block1 h3 span {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.emac-block1 h3 b {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 21px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.emac-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.emac-block1 p span {
    width: 100%;
    display: inline-block
}

.emac-block2 {
    padding: 0
}

.emac-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.emac-block2 p span {
    width: 100%;
    display: inline-block
}

.emac-block2 ul {
    width: 100%;
    float: left;
    margin: 14% 0 38px;
    padding: 0
}

.emac-block2 ul li {
    float: left;
    margin: 16px 0 0;
    width: 100%
}

.emac-block2 ul li:first-child {
    margin-left: 0
}

.emac-block2 ul li a {
    font: 35px Maitree-Light;
    color: #ff5e00;
    line-height: 46px;
    padding: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.emac-block2 ul li a:hover,
.emac-block5 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.emac-block3 {
    margin: 7% 0 4%
}

.emac-block3 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 75px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 75px;
    letter-spacing: -2px
}

.emac-block3 ul {
    width: 100%;
    float: left;
    margin: 2% 0 0;
    padding: 0
}

.emac-block3 ul li {
    float: left;
    margin: 0 0 4%;
    width: 50%;
    padding: 0 0 0 40px;
    background: url(../png/list-icon.png) no-repeat left 8px
}

.emac-block3 ul li:first-child {
    margin-left: 0
}

.emac-block3 ul li p {
    font: 35px Maitree-Light;
    color: #000;
    line-height: 50px;
    padding: 0;
    float: left;
    width: 90%
}

.emac-block3 p span {
    width: 100%;
    display: inline-block
}

.emac-block4 {
    margin: 7.5% 0 4%
}

.emac-block4 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 29px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.emac-block4 h5 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 35px ProximaNova-Thin;
    margin: 0 0 22px;
    padding: 0;
    line-height: 50px;
    letter-spacing: -2px
}

.emac-block4 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.emac-block4 ul {
    width: 100%;
    float: left;
    margin: 2% 0 0;
    padding: 0
}

.emac-block4 ul li {
    float: left;
    margin: 0 0 4%;
    width: 50%;
    padding: 0 0 0 40px;
    background: url(../png/list-icon.png) no-repeat left 8px
}

.emac-block4 ul li:first-child {
    margin-left: 0
}

.emac-block4 ul li p {
    font: 35px Maitree-Light;
    color: #000;
    line-height: 47px;
    padding: 0;
    float: left
}

.emac-block4 p span {
    width: 100%;
    display: inline-block
}

.re-block1 {
    margin: 1% 0 5%
}

.re-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 7%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.re-block1 h3 span {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.re-block1 h3 b {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 21px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.re-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.re-block2 {
    margin: 7% 0
}

.re-block2 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0 0 3px;
    padding: 0;
    line-height: 60px;
    letter-spacing: -2px
}

.re-block2 h3 b {
    font-family: 'ProximaNova-Semibold'
}

.re-block2 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 52px ProximaNova-Semibold;
    margin: 0 0 26px;
    padding: 0;
    line-height: 66px;
    letter-spacing: -2px
}

.re-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 90%
}

.re-block3 {
    margin: 0 0 7%
}

.re-block3 .inn-block {
    padding-top: 7.5%;
    padding-bottom: 6%
}

.re-block3 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 75px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 70px;
    letter-spacing: -2px
}

.re-block3 ul {
    width: 100%;
    float: left;
    margin: 2% 0 0;
    padding: 0
}

.re-block3 ul li {
    float: left;
    padding: 0 2% 10px;
    background: url(../png/re-block3-line-bg.png) no-repeat left 22px
}

.re-block3 ul li:first-child {
    padding-left: 0;
    background: none
}

.re-block3 ul li.lists {
    float: left;
    padding: 0 2% 10px 0;
    background: none
}

.re-block3 ul li a {
    font: 35px Maitree-Light;
    color: #585858;
    line-height: 62px;
    padding: 0;
    float: left;
    cursor: default
}

.re-block3 ul li a:hover,
.re-block1 ul li.active {
    text-decoration: none
}

.re-block4 {
    margin: 3% 0 6%
}

.re-block4 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 20px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.re-block4 h5 {
    font: 40px Maitree-Light;
    color: #585858;
    line-height: 53px;
    padding: 0;
    margin: 0 0 79px;
    float: left;
    text-align: center;
    letter-spacing: -2px
}

.re-block4 h5 span {
    width: 100%;
    display: inline-block
}

.re-block4 ul {
    width: 100%;
    float: left;
    margin: 14% 0 0;
    padding: 0
}

.re-block4 ul li {
    float: left;
    margin: 0;
    width: 100%;
    padding: 25px 0 0;
    text-align: center;
    min-height: 77px;
    background: url(../png/re-line-bg.png) no-repeat center top
}

.re-block4 ul li:first-child {
    margin-left: 0;
    background: none;
    margin-bottom: 8px
}

.re-block4 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 28px;
    padding: 0;
    float: left;
    text-align: center;
    width: 100%
}

.re-block4 ul li h5 {
    font: 30px ProximaNova-Bold;
    color: #ff5e00;
    line-height: 28px;
    padding: 0;
    margin: 0;
    float: left;
    text-align: center;
    width: 100%
}

.aad-block1 {
    margin: 8% 0 5%
}

.aad-block1 h1,
.cpa-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 7%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.aad-block1 h3 span {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 52px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.aad-block1 h3 b {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 52px ProximaNova-Regular;
    margin: 0 0 24px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.aad-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.aad-block2 {
    margin: 0
}

.aad-block2 .container.slider-block {
    padding: 8% 0 5%
}

.aad-block2 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 42px 0 29px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.aad-block2 p {
    font: 32px Maitree-Light;
    color: #1c1c1c;
    line-height: 53px;
    padding: 0;
    float: none;
    width: 80%;
    margin: 0 auto
}

.aad-block2 .cms-list {
    text-align: center
}

.aad-block2 .es-list-1 {
    background-image: url(../png/es-top.png);
    background-position: right bottom;
    background-repeat: no-repeat, no-repeat
}

.aad-block2 .es-list-4 {
    background-image: url(../png/es-right.png);
    background-position: left top;
    background-repeat: no-repeat, no-repeat
}

.aad-block2 .es-list-3 {
    background-image: url(../png/es-bot.png), url(../png/es-left.png);
    background-position: right top, right top;
    background-repeat: no-repeat, no-repeat
}

.aad-block2 #aad-works .rsTabs {
    width: 100%;
    float: left;
    margin: 140px 0 0
}

.aad-block2 #aad-works span.rsTmb {
    float: left;
    cursor: pointer;
    padding: 15px 14px 0;
    margin: 10px;
    position: relative;
    font: 30px ProximaNova-Thin;
    color: #a7a7a7;
    width: 100%
}

.aad-block2 #aad-works .rsArrow.rsArrowLeft .rsArrowIcn {
    width: 85px;
    height: 85px;
    background: #fbfbfb url(../png/cms-arrow-left-2.png) no-repeat center center;
    position: absolute;
    top: 30%;
    left: 0
}

.aad-block2 #aad-works .rsArrow.rsArrowRight .rsArrowIcn {
    width: 85px;
    height: 85px;
    background: #fbfbfb url(../png/cms-arrow-right-2.png) no-repeat center center;
    position: absolute;
    top: 30%;
    right: 0
}

.aad-block2 #aad-works.rsDefault .rsThumbsHor {
    height: 90px;
    margin-top: 100px
}

.aad-block2 #aad-works .rsOverflow {
    z-index: 99
}

.aad-block2 #aad-works.rsDefault .rsThumb {
    width: 300px
}

.aad-block2 #aad-works.rsDefault .rsThumb.rsSelected span.rsTmb {
    border-color: #ff5e00
}

.aad-block3 {
    margin: 5% 0 7.5%
}

.aad-block3 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 48px ProximaNova-Semibold;
    margin: 0 0 26px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.aad-block3 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 90%
}

.aad-block3 p a {
    font: 16px Maitree-Light;
    color: #ff5e00;
    line-height: 35px;
    padding: 0;
    float: left;
    margin-top: 10%;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.aad-block3 p a:hover,
.re-block1 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.aad-block4 {
    padding: 0
}

.aad-block4 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 52px ProximaNova-Semibold;
    margin: 18% 0 26px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.aad-block4 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.aad-block4 p span {
    width: 100%;
    display: inline-block
}

.aad-block5 {
    margin: 7.5% 0
}

.aad-block5 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 52px ProximaNova-Semibold;
    margin: 0 0 24px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.aad-block5 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.aad-block6 {
    margin: 0 0 8%
}

.aad-block6 ul {
    width: 100%;
    float: left;
    margin: 0 0 10%;
    min-height: 329px
}

.aad-block6 ul li {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: center
}

.aad-block6 ul li:first-child {
    margin-left: 0;
    background: none;
    margin-bottom: 8px
}

.aad-block6 ul li p {
    font: 28px ProximaNova-Regular;
    color: #fff;
    line-height: 28px;
    padding: 0;
    margin: 0 0 32px;
    float: left;
    text-align: center;
    width: 100%
}

.aad-block6 ul li h5 {
    font: 35px ProximaNova-Bold;
    color: #fff;
    line-height: 28px;
    padding: 0;
    margin: 4.5% 0 8%;
    float: left;
    text-align: center;
    width: 100%
}

.aad-block6 .col-md-4 {
    background: #393939;
    text-align: center;
    padding: 83px 0 0
}

.aad-block6 .col-md-4.alter {
    background: #363636
}

.aad-block7 {
    margin: 8% 0 7.5%
}

.aad-block7 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 14px 0 0;
    padding: 0;
    line-height: 51px;
    text-align: left;
    letter-spacing: -2px
}

.aad-block7 h5 {
    font: 18px ProximaNova-Semibold;
    color: #1c1c1c;
    line-height: 53px;
    padding: 0;
    margin: 0 0 21px;
    float: left;
    text-align: center
}

.aad-block7 h5 span {
    width: 100%;
    display: inline-block
}

.aad-block7 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.aad-block7 p span {
    width: 100%;
    display: inline-block
}

.aad-block7 .col-md-6 {
    background: url(../png/bot-line-bg.png) no-repeat left top;
    padding-left: 4%
}

.cpa-block1 {
    margin: 8% 0 5%
}

.cpa-block1 h1 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -5px
}

.cpa-block1 h1 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Extrabld;
    margin: 0 0 7%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -5px
}

.cpa-block1 h4 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.cpa-block1 h4 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.cpa-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.cpa-block2 {
    padding: 5% 0 3%
}

.cpa-block2 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 48px ProximaNova-Semibold;
    margin: 0 0 27px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.cpa-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 90%
}

.cpa-block3 {
    margin: 0 0 8%
}

.cpa-block3 .inn-block {
    padding-top: 7.5%;
    padding-bottom: 6%
}

.cpa-block3 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 75px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 70px;
    letter-spacing: -5px
}

.cpa-block3 ul {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 0
}

.cpa-block3 ul li {
    float: left;
    padding: 0 2% 10px;
    background: url(../png/re-block3-line-bg.png) no-repeat left 22px
}

.cpa-block3 ul li:first-child {
    padding-left: 0;
    background: none
}

.cpa-block3 ul li.lists {
    float: left;
    padding: 0 2% 10px 0;
    background: none
}

.cpa-block3 ul li a {
    font: 35px Maitree-Light;
    color: #585858;
    line-height: 62px;
    padding: 0;
    float: left;
    cursor: default
}

.cpa-block3 ul li a:hover,
.re-block1 ul li.active {
    text-decoration: none
}

.cpa-block4 {
    margin: 0 0 5%
}

.cpa-block4 h2 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 75px ProximaNova-Thin;
    margin: 0 0 2px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.cpa-block4 h2 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 75px ProximaNova-Semibold;
    margin: 33px 0 0;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.cpa-block4 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 24px 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.cpa-block4 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.cpa-block4 .es-list-1,
.cpa-block4 .es-list-2,
.cpa-block4 .es-list-3,
.cpa-block4 .es-list-4 {
    padding: 83px 12% 0 0
}

.cpa-block4 p a {
    font: 16px Maitree-Light;
    color: #ff5e00;
    line-height: 35px;
    padding: 0;
    float: left;
    margin-top: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.cpa-block4 p a:hover,
.cpa-block4 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.cpa-block5 {
    margin: 0
}

.cpa-block5 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left;
    margin: 0 0 30px
}

.cpa-block6 {
    margin: 3% 0 14px
}

.cpa-block6 .inn-block {
    padding-top: 0;
    padding-bottom: 5%
}

.cpa-block6 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 66px;
    letter-spacing: -2px
}

.cpa-block6 ul {
    width: 100%;
    float: left;
    margin: 35px 0 20px;
    padding: 0
}

.cpa-block6 ul li {
    float: left;
    margin: 0 0 30px;
    width: 100%;
    padding: 0 0 0 40px !important;
    background: url(../png/list-icon.png) no-repeat left 6px
}

.cpa-block6 ul li:first-child {
    margin-left: 0
}

.cpa-block6 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.cpa-block6 ul li p b {
    font-family: 'ProximaNova-Bold'
}

.cpa-block7 {
    margin: 0 0 6%
}

.cpa-block7 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 75px ProximaNova-Thin;
    margin: 0 0 29px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.cpa-block7 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.cpa-block8 {
    margin: 6% 0
}

.cpa-block8 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 5% 0 29px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.cpa-block8 h5 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 35px ProximaNova-Thin;
    margin: 0 0 20px;
    padding: 0;
    line-height: 50px;
    letter-spacing: -2px
}

.cpa-block8 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.cpa-block8 ul {
    width: 100%;
    float: left;
    margin: 3px 0 0;
    padding: 0
}

.cpa-block8 ul li {
    float: left;
    margin: 0 0 28px;
    width: 50%;
    padding: 0 0 0 40px;
    background: url(../png/list-icon-2.png) no-repeat left 7px
}

.cpa-block8 ul li:first-child {
    margin-left: 0
}

.cpa-block8 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 42px;
    padding: 0;
    float: left
}

.cpa-block8 p span {
    width: 100%;
    display: inline-block
}

.dr-block1 {
    margin: 8% 0 5%
}

.dr-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 5%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.dr-block1 h3 span {
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 6px 0 0;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.dr-block1 h3 b {
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 24px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.dr-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.dr-block2 {
    margin: 6% 0
}

.dr-block2 h3 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 35px ProximaNova-Light;
    margin: 0 0 24px;
    padding: 0;
    line-height: 49px;
    letter-spacing: -2px
}

.dr-block2 h3 b {
    font-family: 'ProximaNova-Semibold'
}

.dr-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.dr-block2 p a {
    font: 16px Maitree-Light;
    color: #ff5e00;
    line-height: 35px;
    padding: 0;
    float: left;
    margin-top: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.dr-block2 p a:hover,
.dr-block2 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.dr-block3 {
    margin: 0 0 6%
}

.dr-block3 h3 {
    width: 70%;
    color: #fff;
    font: 40px ProximaNova-Semibold;
    margin: 0 auto 7%;
    padding: 0;
    line-height: 51px;
    background: #ff5e00;
    padding: 5% 7%;
    letter-spacing: -2px
}

.dr-block3 h3 b {
    font-family: 'ProximaNova-Semibold'
}

.dr-block3 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 30px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.dr-block3 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 90%
}

.dr-block4 {
    margin: 0
}

.dr-block4 .inn-block {
    padding-top: 2%;
    padding-bottom: 5%
}

.dr-block4 .container .col-md-12 {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 5%;
    margin-top: 7%
}

.dr-block4 .container .col-md-12.alter {
    border-bottom: 0;
    padding: 0
}

.dr-block4 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 10px;
    padding: 0;
    line-height: 65px
}

.dr-block4 h5 {
    width: 100%;
    color: #585858;
    display: inline-block;
    font: 35px Maitree-Light;
    margin: 0 0 20px;
    padding: 0;
    line-height: 47px;
    width: 90%
}

.dr-block4 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 42px;
    padding: 0;
    float: left
}

.dr-block4 ul {
    width: 100%;
    float: left;
    margin: 3px 0 0;
    padding: 0
}

.dr-block4 ul li {
    float: left;
    margin: 0 0 2%;
    width: 100%;
    padding: 0 0 0 40px;
    background: url(../png/list-icon-2.png) no-repeat left 7px
}

.dr-block4 ul li:first-child {
    margin-left: 0
}

.dr-block5 {
    padding: 0
}

.dr-block5 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 18% 0 26px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.dr-block5 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.dr-block5 p span {
    width: 100%;
    display: inline-block
}

.dr-block6 {
    margin: 7% 0 5%
}

.dr-block6 .container .col-md-12 {
    margin-bottom: 9%
}

.dr-block6 .container .col-md-12.alter {
    margin-bottom: 0
}

.dr-block6 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 0 0 24px;
    padding: 0;
    line-height: 55px
}

.dr-block6 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 42px;
    padding: 0;
    float: left
}

.dr-block6 p a,
a.uread_more {
    font: 16px Maitree-Light;
    color: #ff5e00;
    line-height: 62px;
    padding: 0;
    float: left;
    margin-top: 4px;
    text-decoration: underline;
    border-bottom: 1px solid #ff5e00
}

a.uread_more {
    font: 24px Maitree-Light;
    text-decoration: none;
    display: table-cell;
    float: none
}

span.news_visible,
span.news_hidden {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 42px;
    display: inline
}

a.uread_more {
    font: 24px Maitree-Light;
    text-decoration: none
}

.dr-block6 p a:hover,
.dr-block6 a.uread_more:hover,
.dr-block6 ul li.active {
    color: #ff5e00;
    text-decoration: none
}

.dr-block6 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 24px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.dr-block6 p a:hover,
.dr-block6 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.aiws-block1 {
    margin: 1% 0 5%
}

.aiws-block1 h1 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.aiws-block1 h1 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 7%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.aiws-block1 p {
    font: 24px ProximaNova-Light;
    color: #1c1c1c;
    line-height: 60px;
    padding: 0;
    float: left
}

.aiws-block2 {
    padding: 0
}

.aiws-block1 h3 span {
    width: auto;
    color: #010101;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.aiws-block1 h3 b {
    width: auto;
    color: #010101;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 27px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.aiws-block2 h3 span {
    width: 100%;
    color: #010101;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 10% 0 11px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.aiws-block2 h3 b {
    width: 100%;
    color: #010101;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 20px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.aiws-block2 h3 span {
    margin: 2% 0 30px;
    line-height: 40px;
    font-size: 80px
}

.aiws-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.aiws-block2 p.bot {
    margin: 100px 0 0
}

.aiws-block2 p span {
    width: 100%;
    display: inline-block
}

.aiws-block2 .col-md-6:nth-child(2) {
    padding-top: 5%
}

.aiws-block3 {
    margin: 5% 0 0
}

.aiws-block3 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.aiws-block4 {
    margin: 7% 0 0
}

.aiws-block4 .inn-block {
    padding: 7% 0 4%
}

.aiws-block4 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 25px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.aiws-block4 p {
    font: 24px ProximaNova-Regular;
    color: #000;
    line-height: 40px;
    padding: 0;
    float: left
}

.aiws-block4 ul {
    width: 100%;
    float: left;
    margin: 31px 0 20px;
    padding: 0
}

.aiws-block4 ul li {
    float: left;
    margin: 0 0 42px;
    width: 32%;
    padding: 0 0 0 40px !important;
    background: url(../png/list-icon.png) no-repeat left 9px
}

.aiws-block4 ul li.list1 {
    width: 30%
}

.aiws-block4 ul li.list2 {
    width: 30%;
    margin: 0 5%
}

.aiws-block4 ul li.list3 {
    width: 30%
}

.aiws-block4 ul li:first-child {
    margin-left: 0
}

.aiws-block4 ul li p {
    font: 35px Maitree-Light;
    color: #000;
    line-height: 49px;
    padding: 0;
    float: left
}

.aiws-block4 ul li p span {
    width: 100%;
    display: inline-block
}

.aiws-block5 {
    margin: 3% 0 7%
}

.aiws-block5 h3 span {
    width: 100%;
    color: #010101;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0 0 4px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.aiws-block5 h3 b {
    width: 100%;
    color: #010101;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 25px;
    padding: 0;
    line-height: 68px;
    letter-spacing: -2px
}

.aiws-block5 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 90%
}

.aiws-block5 p span {
    width: 100%;
    display: inline-block
}

.cul-block1 {
    margin: 8% 0 6%
}

.cul-block1 h1 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -5px
}

.cul-block1 h1 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Extrabld;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -5px
}

.cul-block2 {
    margin: 0 0 7%
}

.cul-block2 p,
.cul-block2 .sort-load-more-blk a {
    font: 55pxProximaNova-Thin;
    color: #1c1c1c;
    line-height: 42px;
    padding: 0;
    text-align: center
}

.cul-block2 p a,
.cul-block2 .sort-load-more-blk a {
    color: #1c1c1c;
    text-decoration: none
}

.cul-block2 .sort-load-more-blk a {
    text-align: center
}

.cul-block2 .sort-load-more-blk a:hover {
    color: #ff5e00;
    text-decoration: none
}

.cul-block2 .sort-load-more-blk {
    width: 100%;
    float: left;
    text-align: center;
    margin: 7% 0 0
}

.cul-block2 p a:hover {
    color: #000;
    text-decoration: none
}

.cul-block2 ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.cul-block2 ul li {
    float: left;
    margin: 10px 0 0 9px
}

.cul-block2 ul li.first {
    margin-left: 0
}

.cul-block2 ul li a {
    float: left;
    cursor: default
}

.cul-block2 ul li a:hover,
.cul-block2 ul li.active {
    color: #ff5e00;
    text-decoration: none
}

.cl-block1 {
    margin: 8% 0 5%
}

.cl-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.cl-block1 h3 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Extrabld;
    margin: 0 0 7%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -5px
}

.cl-block1 h4 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.cl-block1 h4 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.cl-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.cl-block2 {
    margin: 0 0 7%
}

.cl-block2 .container .col-md-12 {
    padding: 0
}

.cl-block2 p a:hover {
    color: #1c1c1c;
    text-decoration: underline
}

.cl-block2 ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.cl-block2 ul li {
    float: left;
    margin: 0;
    width: 20%;
    height: 250px;
    border: 1px solid #ebebeb;
    border-width: 0 0 1px 1px;
    vertical-align: middle;
    text-align: center;
    line-height: 250px
}

.cl-block2 ul li.first {
    border-left: 0
}

.cl-block2 ul li.last {
    border-bottom: 0
}

.cl-block2 ul li a {
    cursor: default
}

.cl-block2 ul li a:hover,
.cl-block2 ul li.active {
    color: #ff5e00;
    text-decoration: none
}

.iosd-block1 {
    margin: 8% 0 5%
}

.iosd-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 4%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.iosd-block1 h3 span {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.iosd-block1 h3 b {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 21px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.iosd-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.iosd-block2 {
    margin: 0
}

.iosd-block2 .inn-block {
    padding-top: 7%;
    padding-bottom: 10%
}

.iosd-block2 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 75px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 70px;
    letter-spacing: -2px
}

.iosd-block2 ul {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 0
}

.iosd-block2 ul li {
    float: left;
    padding: 0 2% 10px;
    background: url(../png/re-block3-line-bg.png) no-repeat left 22px
}

.iosd-block2 ul li:first-child {
    padding-left: 0;
    background: none
}

.iosd-block2 ul li.lists {
    float: left;
    padding: 0 2% 10px 0;
    background: none
}

.iosd-block2 ul li a {
    font: 32px Maitree-Light;
    color: #585858;
    line-height: 62px;
    padding: 0;
    float: left;
    cursor: default
}

.iosd-block2 ul li a:hover,
.iosd-block1 ul li.active {
    text-decoration: none
}

.iosd-block3 {
    margin: 8% 0 0
}

.iosd-block3 h3 span {
    width: 100%;
    color: #010101;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 14% 0 0;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.iosd-block3 h3 b {
    width: 100%;
    color: #010101;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 12px 0 25px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.iosd-block3 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.iosd-block3 p span {
    width: 100%;
    display: inline-block
}

.iosd-block3 ul {
    width: 100%;
    float: left;
    margin: 30px 0 20px;
    padding: 0
}

.iosd-block3 ul li {
    float: left;
    margin: 0 19px 22px 0;
    width: 100%
}

.iosd-block3 ul li:first-child {
    margin-left: 0
}

.iosd-block3 ul li a {
    font: 40px Maitree-Light;
    color: #ff5e00;
    line-height: 40px;
    padding: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.iosd-block3 ul li a:hover,
.net-block5 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.iosd-block4 {
    margin: 8% 0 3%
}

.iosd-block4 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 45px 0 30px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.iosd-block4 p {
    font: 35px Maitree-Light;
    color: #1c1c1c;
    line-height: 54px;
    padding: 0;
    float: left
}

.iosd-block4 .cms-list {
    text-align: center
}

.iosd-block4 .es-list-1 {
    background-image: url(../png/es-top.png);
    background-position: right bottom;
    background-repeat: no-repeat, no-repeat
}

.iosd-block4 .es-list-4 {
    background-image: url(../png/es-right.png);
    background-position: left top;
    background-repeat: no-repeat, no-repeat
}

.iosd-block4 .es-list-3 {
    background-image: url(../png/es-bot.png), url(../png/es-left.png);
    background-position: right top, right top;
    background-repeat: no-repeat, no-repeat
}

.iosd-block4 #iosd-works .rsTabs {
    width: 100%;
    float: left;
    margin: 140px 0 0
}

.iosd-block4 #iosd-works .rsDefault .rsThumb {
    width: 270px
}

.iosd-block4 #iosd-works span.rsTmb {
    float: left;
    cursor: pointer;
    padding: 15px 14px 0;
    margin: 10px;
    position: relative;
    font: 30px ProximaNova-Thin;
    color: #a7a7a7;
    width: 100%
}

.iosd-block4 #iosd-works .rsTab.rsSelected span.rsTmb {
    border-color: #ff5e00;
    color: #ff5e00
}

.iosd-block4 #iosd-works .rsTab.rsSelected span.rsTmb:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 43%;
    background: url(../png/cms-list-arrow.png) no-repeat center center;
    width: 17px;
    height: 12px
}

.iosd-block4 #iosd-works .rsArrow.rsArrowLeft .rsArrowIcn {
    width: 85px;
    height: 85px;
    background: #fff url(../png/cms-arrow-left-2.png) no-repeat center center;
    position: absolute;
    top: 30%;
    left: 0
}

.iosd-block4 #iosd-works .rsArrow.rsArrowRight .rsArrowIcn {
    width: 85px;
    height: 85px;
    background: #fff url(../png/cms-arrow-right-2.png) no-repeat center center;
    position: absolute;
    top: 30%;
    right: 0
}

.iosd-block4 #iosd-works.rsDefault .rsThumbsHor {
    height: 90px
}

.iosd-block4 #iosd-works .rsOverflow {
    z-index: 99
}

.iosd-block5 {
    margin: 0;
    position: relative
}

.iosd-block5 .inn-block {
    padding-top: 5%;
    background: #fafafa
}

.iosd-block5 .ticker-prev1,
.iosd-block5 .ticker-next1 {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #fffc;
    height: 90px;
    left: 0;
    text-indent: -9999px
}

.iosd-block5 .ticker-prev1 {
    height: 45px;
    top: 220px;
    background: #fafafa80;
    left: 0
}

.iosd-block5 h2 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 0 0 28px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.iosd-block5 h3 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 35px Maitree-Light;
    margin: 0;
    padding: 0;
    line-height: 52px;
    text-align: center;
    letter-spacing: -2px
}

.iosd-block5 ul {
    width: 100%;
    float: left;
    margin: 6% 0 0;
    padding: 0 0 45px
}

.iosd-block5 ul li {
    float: left;
    margin: 0;
    width: 100%;
    padding: 0 0 40px;
    position: relative
}

.iosd-block5 ul li span {
    position: relative;
    left: -19.7%;
    top: 58px;
    font: 55px ProximaNova-Light
}

.iosd-block5 ul li span:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 40%;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%
}

.iosd-block5 ul li h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 0 0 15px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.iosd-block5 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.iosd-block5 h3 span {
    font: 55px/55px ProximaNova-Semibold;
    display: block;
    text-align: center
}

.iosd-block5 h3 b {
    text-align: center;
    font: 40px/40px Maitree-Light
}

.iosd-block5 .methodology h5 {
    padding-top: 5px;
    font: 35px/40px ProximaNova-Semibold;
    color: #1c1c1c
}

.iosd-block5 .methodology {
    padding: 60px 0 0
}

.iosd-block5 .methodology p {
    padding-left: 5px;
    margin-bottom: 85px;
    width: 90%;
    font: 24px ProximaNova-Regular;
    color: #000;
    line-height: 40px
}

.iosd-block5.dm-block2 {
    margin-bottom: 0
}

.iosd-block5.dm-block2 .container {
    border-bottom: 1px solid #e8e8e8
}

.iosd-block5 span.number {
    background: #1c1c1c;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 6px;
    margin-right: 15px
}

.iosd-block6 {
    margin: 5% 0 0
}

.iosd-block6 .container {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0
}

.iosd-block6 .container.alter {
    border: 1px solid #ebebeb;
    border-width: 0
}

.iosd-block6 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 24px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.iosd-block6 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0
}

.iosd-block6 p a {
    font: 16px Maitree-Light;
    color: #ff5e00;
    line-height: 35px;
    padding: 0;
    float: left;
    margin-top: 7px;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.iosd-block6 p a:hover,
.iosd-block6 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.iosd-block7 {
    margin: 5% 0 2%
}

.iosd-block7 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 0 0 39px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.iosd-block7 ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.iosd-block7 ul li {
    float: left;
    margin: 0 0 40px;
    width: 50%;
    padding: 0 0 0 40px;
    background: url(../png/list-icon.png) no-repeat left 0
}

.iosd-block7 ul li:first-child {
    margin-left: 0
}

.iosd-block7 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 30px;
    padding: 0;
    float: left
}

.iosd-block7 ul li p span {
    width: 100%;
    display: inline-block
}

.iosd-block4 #iosd-works .rsSelected span.rsTmb,
.aad-block2 #aad-works .rsSelected span.rsTmb {
    color: #000
}

.osp-block1 {
    margin: 8% 0 3%
}

.osp-block1 h1 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.osp-block1 h1 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 7%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.osp-block1 h3 span {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.osp-block1 h3 b {
    width: auto;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Regular;
    margin: 0 0 21px;
    padding: 0;
    line-height: 65px;
    letter-spacing: -2px
}

.osp-block1 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 50px ProximaNova-Light;
    margin: 0;
    padding: 0;
    line-height: 60px;
    letter-spacing: -2px
}

.osp-block2 {
    margin: 0 0 5%
}

.osp-block2 h4 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.osp-block2 h4 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 0 0 20px;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.osp-block2 h4 b i {
    width: 100%;
    display: inline-block;
    font-style: normal
}

.osp-block2 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.osp-block3 {
    margin: 0 0 7.5%
}

.osp-block3 p {
    font: 35px Maitree-Light;
    color: #000;
    line-height: 50px;
    padding: 0;
    float: left;
    margin: 43px 0 0;
    text-align: center
}

.osp-block3 p span {
    width: 100%;
    display: inline-block
}

.imageReveal {
    margin: 2% auto
}

.osp-block3 .ba-slider {
    position: relative;
    margin: 53px 0 0
}

.osp-block3 .ba-slider img {
    width: 100%;
    display: block;
    max-width: unset
}

.osp-block3 .ba-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden
}

.osp-block3 .ba-slider .handle {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -2px;
    background: #d94f4f;
    cursor: ew-resize
}

.osp-block3 .ba-slider .handle:after {
    position: absolute;
    top: -52px;
    left: -11px;
    width: 25px;
    height: 52px;
    background: url(../png/aftr-drag.png) no-repeat;
    content: ''
}

.osp-block4 {
    margin: 0
}

.osp-block4 h3 span {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.osp-block4 h3 b {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 12px 0 15px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.osp-block4 h5 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 50px ProximaNova-Light;
    margin: 0;
    padding: 0;
    line-height: 59px;
    letter-spacing: -2px
}

.osp-block4 h5 span {
    width: 100%;
    display: inline-block
}

.osp-block5 {
    margin: 5% 0
}

.osp-block5 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.osp-block5 p span {
    width: 100%;
    display: inline-block
}

.osp-block6 {
    margin: 0
}

.osp-block6 .inn-block {
    padding-top: 6%;
    padding-bottom: 4%;
    background: #fafafa
}

.osp-block6 ul {
    width: 100%;
    float: left;
    margin: 58px 0 0;
    padding: 0
}

.osp-block6 ul li {
    float: left;
    margin: 0 0 40px;
    width: 33%;
    padding: 0 0 0 40px;
    background: url(../png/list-icon.png) no-repeat left 0
}

.osp-block6 ul li:first-child {
    margin-left: 0
}

.osp-block6 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 30px;
    padding: 0;
    float: left
}

.osp-block6 ul li p span {
    width: 100%;
    display: inline-block
}

.osp-block6 h3 {
    font: 40px Maitree-Light;
    color: #585858;
    line-height: 52px;
    padding: 0;
    float: left
}

.osp-block7 {
    padding: 7% 0 0
}

.osp-block7 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 45px ProximaNova-Semibold;
    margin: 0 0 22px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.osp-block7 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.osp-block8 {
    padding: 7% 0 5%
}

.osp-block8 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 45px ProximaNova-Semibold;
    margin: 0 0 27px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.osp-block8 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.osp-block8 ul {
    width: 100%;
    float: left;
    margin: 58px 0 0;
    padding: 0
}

.osp-block8 ul li {
    float: left;
    margin: 0 0 40px;
    width: 33%;
    padding: 0 0 0 40px;
    background: url(../png/list-icon.png) no-repeat left 0
}

.osp-block8 ul li:first-child {
    margin-left: 0
}

.osp-block8 ul li p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 30px;
    padding: 0;
    float: left
}

.osp-block8 ul li p span {
    width: 100%;
    display: inline-block
}

.wk-block1 {
    margin: 1% 0 3%
}

.wk-block1 h1 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.wk-block1 h1 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.wk-block2 {
    margin: 5% 0 7%
}

.wk-block2 .container {
    width: 1430px
}

.wk-block2 .container .col-md-12 {
    padding: 0
}

.wk-block2 p {
    font: 55pxProximaNova-Thin;
    color: #1c1c1c;
    line-height: 40px;
    padding: 0;
    text-align: center
}

.wk-block2 p a {
    color: #1c1c1c;
    text-decoration: none
}

.wk-block2 p a:hover {
    color: #1c1c1c;
    text-decoration: underline
}

.wk-block2 ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background: #fff
}

.wk-block2 ul li {
    float: left;
    margin: 0;
    position: relative
}

.wk-block2 ul li.first {
    margin-left: 0
}

.wk-block2 ul li.right {
    float: right
}

.wk-block2 ul li a {
    float: left
}

.wk-block2 ul li a:hover,
.wk-block2 ul li.active {
    color: #d2d2d2;
    text-decoration: none
}

.wk-block2 ul li:hover .overlay {
    opacity: 1
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0
}

.wk-block2 ul li:hover .overlay {
    background: url(../png/work-img-bg.png) repeat center center;
    margin: 3%;
    width: 94%;
    height: 88%;
    padding: 7% 0
}

.wk-block2 ul li:hover .overlay.lst2 {
    margin: 3%;
    width: 94%;
    height: 94%;
    padding: 30% 0
}

.wk-block2 ul li:hover .overlay.lst3 {
    margin: 5%;
    width: 90%;
    height: 90%;
    padding: 23% 0
}

.wk-block2 ul li:hover .overlay.lst3.link {
    padding: 20% 0
}

.wk-block2 ul li:hover .overlay.link {
    padding: 8% 0
}

.hovereffect .overlay h3 {
    width: 100%;
    color: #fff;
    display: inline-block;
    font: 40px ProximaNova-Bold;
    margin: 0;
    padding: 0;
    line-height: 40px;
    letter-spacing: -2px
}

.hovereffect .overlay h4 {
    width: 100%;
    color: #fff;
    display: inline-block;
    font: 23px ProximaNova-Light;
    margin: 0 0 10px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.hovereffect .overlay.lst2 h4 {
    width: 100%;
    color: #fff;
    display: inline-block;
    font: 24px ProximaNova-Light;
    margin: 0 0 20px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.hovereffect .overlay p {
    font: 18px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0
}

.hovereffect .overlay p,
.hovereffect .overlay p a,
.hovereffect .overlay a {
    color: #fff;
    border: 1px solid #fff;
    padding: 0 30px;
    display: inline-block;
    cursor: pointer
}

.hovereffect .overlay p:hover,
.hovereffect .overlay p a:hover,
.hovereffect .overlay a:hover {
    border: 1px solid #fff;
    color: #fff
}

.hovereffect .overlay a {
    float: none;
    text-align: center;
    line-height: 35px;
    font-size: 16px
}

.hovereffect:hover img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: block;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.hovereffect .overlay.lst3 h3 {
    font-size: 35px;
    margin: 0;
    line-height: 40px
}

.hovereffect .overlay.lst3 h4 {
    font-size: 20px;
    margin: 0 0 10px
}

.hovereffect .overlay.lst3 p {
    line-height: 35px;
    font-size: 16px
}

.hovereffect .overlay.lst2 h3 {
    font-size: 70px;
    margin: 35px 0 11px
}

.wk-block2 ul.tab-hd {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 0
}

.wk-block2 ul.tab-hd li {
    float: left;
    margin: 0 65px 0 0;
    position: relative
}

.wk-block2 ul.tab-hd li a {
    font: 30px ProximaNova-Regular;
    color: #000;
    line-height: 62px;
    padding: 0 10px;
    float: left;
    margin-top: 0;
    text-decoration: none;
    text-transform: inherit;
    border-bottom: 1px solid #fff
}

.wk-block2 ul.tab-hd li a:hover,
.iosd-block6 ul li.active,
.wk-block2 ul.tab-hd li a.selected {
    color: #ff5e00;
    border-bottom: 1px solid #ff5e00
}

.dm-block1 {
    margin: 8% 0 10%
}

.wk-block2 ul.tab-hd li.placeholder {
    position: relative
}

.wk-block2 ul.tab-hd li.placeholder:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 25px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000
}

.dm-outer .clearfix {
    clear: both
}

.dm-block1 {
    margin: 8% 0 121px
}

.dm-outer .dm-block1 h1 span,
.dm-outer .dm-block1 h1 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.dm-block1 .col-md-12.dgtz-busi {
    margin-top: 7%
}

.dm-outer section h3,
.dm-outer section h4,
.dm-block2 .enhance-features h4,
.dm-block1 .dgtz-busi h3 span,
.dm-block1 .dgtz-busi h4,
.dm-block2 h3 span,
.dm-block3 h3 span,
.dm-block3 h4,
.dm-block5 h3 span,
.dm-block5 h5,
.dm-block6 h4 {
    font: 55px/67px ProximaNova-Thin;
    color: #1c1c1c;
    letter-spacing: -2px
}

.dm-outer .dm-block1 h1 b {
    font-family: 'ProximaNova-Regular'
}

.dm-block1 .dgtz-busi h3 b,
.dm-block2 h3 b,
.dm-block5 h3 b,
.dm-block8 h3 b,
.dm-block11 h3 b {
    font-family: 'ProximaNova-Regular'
}

.dm-outer section p,
.dm-block1 p,
.dm-block1 h5,
.dm-block2 p,
.dm-block3 p,
.dm-block5 p,
span.number {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px
}

.dm-block1 h5 {
    font-family: 'ProximaNova-Bold';
    margin-top: 5%
}

.dm-block2 {
    margin: 3% 0 5%
}

.dm-block2 p {
    margin: 30px 0 5%
}

.dm-outer section.dm-block2 h3 {
    font-family: 'ProximaNova-Semibold'
}

.dm-block1 .dgtz-busi h3 span,
.dm-block3 h3 span,
.dm-block5 h3 span,
.dm-block2 h3 span,
.dm-block8 h3 i,
.dm-block11 h3 span {
    width: auto;
    display: inline-block;
    font-family: "ProximaNova-Regular"
}

.dm-block3 h3 span {
    color: #fff
}

.dm-block2 .enhance-features h4 span,
.dm-block2 h5,
.dm-block2 .enhance-features h4 {
    font: 35px/40px ProximaNova-Light;
    color: #1c1c1c
}

.dm-outer section h4,
.dm-block2 .enhance-features h4 span,
.dm-block3 h3 b,
.dm-block6 h4,
.dm-block6 .methodology h5 {
    font-family: 'ProximaNova-Semibold'
}

.dm-block2 .enhance-features h4 span {
    width: 100%;
    display: inline-block;
    font-family: 'ProximaNova-Extrabld'
}

.dm-block2 .enc-featr-img {
    display: block;
    min-height: 75px;
    padding-bottom: 35px
}

.dm-block2 .enc-featr-img.onpage {
    padding-top: 10px
}

.dm-block2 .enhance-features p {
    margin-bottom: 10%;
    width: 90%
}

.dm-block2 .enhance-features p strong,
.dm-block3 p strong {
    font-family: 'ProximaNova-Semibold'
}

.dm-block2 p.btm-cont,
.dm-block2 h5.btm-cont {
    margin: 0;
    text-align: center
}

.dm-block3 .lrt-block .row {
    background: #282828
}

.dm-block10 .lrt-block .row {
    background: #282828
}

.dm-block3 .col-md-6.soc-media-img {
    padding: 0
}

.dm-block3 p {
    font-family: 'ProximaNova-Light';
    margin-top: 20px
}

.dm-block3 p span {
    width: 100%;
    display: inline-block
}

.dm-block3 .social-media-cont p {
    color: #fff
}

.dm-block3 h3,
.dm-block3 h4,
.dm-block3 p {
    color: #fff
}

.dm-block4 {
    margin: 5% 0
}

.dm-block4 h4 {
    font-size: 35px
}

.dm-block4.strategy-list-block ul:after {
    background: #000;
    content: "";
    height: 93%;
    position: absolute;
    right: 50%;
    top: 50px;
    width: 4px;
    z-index: -1
}

.dm-block4.strategy-list-block li {
    margin-bottom: 12%
}

.dm-block4.strategy-list-block li:last-child {
    margin-bottom: 0
}

.dm-block4.strategy-list-block span {
    float: left;
    width: 100px;
    height: 100px;
    margin: 50px 0 0 -50px;
    position: absolute;
    top: auto;
    left: auto
}

.dm-block4.strategy-list-block span.strategy-icon {
    background: url(../jpg/strategy-icon.jpg) no-repeat
}

.dm-block4.strategy-list-block span.advertising-icon {
    background: url(../jpg/advertising-icon.jpg) no-repeat
}

.dm-block4.strategy-list-block span.monitoring-icon {
    background: url(../jpg/monitoring-icon.jpg) no-repeat
}

.dm-block4.strategy-list-block span.promotion-icon {
    background: url(../jpg/promotion-icon.jpg) no-repeat
}

.dm-block4.strategy-list-block li.left {
    padding-left: 50%
}

.dm-block4.strategy-list-block li.right {
    padding-right: 50%;
    text-align: right
}

.dm-block4 .strategy-cont {
    padding-left: 14%
}

.dm-block4 .right .strategy-cont {
    padding: 0 14% 0 0
}

.dm-block3 .social-media-cont,
.dm-block10 .social-media-cont {
    padding: 140px 140px 0
}

.dm-block10 p span {
    width: 100%;
    display: inline-block
}

.dm-block3 .social-media-cont h3,
.dm-block3 .social-media-cont h4 {
    color: #fff
}

.dm-block5.net-block5 {
    padding: 0 50px
}

.dm-block5 .inn-block {
    padding-top: 6%
}

.dm-block5.net-block5 ul {
    margin: 10px 0 0
}

.dm-block5 {
    margin: 5% 0 0
}

.dm-block6 h3 {
    font-family: 'ProximaNova-Thin'
}

.dm-block6 h3,
.dm-block6 h4 {
    text-align: center
}

.dm-block6 h5 {
    padding-top: 5px
}

.dm-block6 .methodology {
    padding-top: 80px
}

.dm-block6 .methodology p {
    padding-left: 5px;
    margin-bottom: 85px;
    width: 90%
}

.dm-block6.dm-block2 {
    margin-bottom: 0
}

.dm-block6.dm-block2 .container {
    border-bottom: 1px solid #e8e8e8
}

.dm-block6 span.number {
    background: #1c1c1c;
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    margin-right: 15px
}

.dm-block7 h3 {
    font-family: 'ProximaNova-Light';
    color: #000
}

.dm-block7 {
    margin: 4% 0 6%
}

.dm-block7 .digital-social li {
    float: left;
    margin: 0 50px;
    position: relative
}

.dm-block7 .digital-social li a,
.dm-block9 .marketing-strategy a {
    font: 35px Maitree-Light;
    color: #333;
    text-decoration: none;
    line-height: 35px;
    display: inline-block
}

.dm-block9 .marketing-strategy a:hover {
    color: #fc7d32;
    text-decoration: none
}

.dm-block7 .digital-social li a:hover {
    color: #333;
    cursor: default
}

.dm-block7 .digital-social li:after {
    background: #ddd;
    content: "";
    height: 20px;
    position: absolute;
    right: -50px;
    top: 10px;
    width: 1px
}

.dm-block7 .digital-social li:first-child {
    margin-left: 0
}

.dm-block7 .digital-social li:last-child:after {
    background: none
}

.dm-block7 .digital-social {
    margin-top: 50px
}

.dm-block7 h3 span {
    width: 100%;
    display: inline-block
}

.dm-block9 {
    margin: 6% 0 3%
}

.dm-block8 .seo-market-cont span {
    color: #ff5e00;
    font-family: 'ProximaNova-Bold'
}

.dm-block8 .seo-market-cont strong {
    font-family: 'ProximaNova-Semibold'
}

.dm-block8 .seo-market-cont h4 {
    margin-bottom: 25px
}

.dm-block9 .marketing-strategy h4 {
    font-size: 45px;
    padding-bottom: 15px
}

.dm-block9 .marketing-strategy p {
    margin-bottom: 4%
}

.dm-block9 .marketing-strategy p.last {
    margin-bottom: 30px
}

.dm-block9 .marketing-strategy a {
    font-size: 30px
}

.dm-block11 .market-strategy {
    margin-top: 4%
}

.dm-block11 {
    margin: 6% 0 2%
}

.dm-block11 h4,
.dm-block11 h3 {
    text-align: center
}

.dm-block11 h5 {
    font: 35px ProximaNova-Extrabld;
    padding-bottom: 15px
}

.dm-block11 p {
    padding-right: 20px
}

.dm-block11 .content-analytics h4,
.dm-block11 .digital-marketers h4 {
    padding-bottom: 25px;
    text-align: left
}

.dm-block11 .content-analytics {
    margin-top: 7%
}

.dm-block11 .content-analytics p {
    padding-bottom: 20px
}

.dm-block11 .digital-marketers {
    margin-top: 4%
}

.dm-block11 .digital-marketers .net-block5 {
    padding: 0
}

.dm-block11 .digital-marketers .net-block5 ul li,
.dm-block11 .digital-marketers .net-block5 ul li:first-child {
    margin-left: 0
}

.dm-block11 p {
    width: 90%
}

.univ-description a::after {
    background: url(../sprite-new.html) no-repeat -770px -701px;
    content: "";
    height: 10px;
    left: 90px;
    position: absolute;
    top: 6px;
    width: 14px
}

.univ-description a.readless:after {
    background-position: -770px -651px
}

.news_hidden.hide,
span.dot.hide {
    display: none
}

.abovesix {
    display: none
}

.abovesix1 {
    display: none
}

.open {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 50px;
    display: none;
    cursor: pointer;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.open:hover {
    opacity: .8
}

.open span {
    display: block;
    float: left;
    clear: both;
    height: 4px;
    width: 40px;
    border-radius: 40px;
    background-color: #333;
    position: absolute;
    right: 3px;
    top: 3px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.open span:nth-child(1) {
    margin-top: 10px;
    z-index: 9
}

.open span:nth-child(2) {
    margin-top: 25px
}

.open span:nth-child(3) {
    margin-top: 40px
}

.sub-menu {
    -webkit-transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #ff5e00cc;
    border-radius: 50%;
    z-index: 18;
    overflow: hidden
}

.sub-menu li {
    display: block;
    float: right;
    clear: both;
    height: auto;
    margin-right: -160px;
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.sub-menu li:first-child {
    margin-top: 180px
}

.sub-menu li:nth-child(1) {
    -webkit-transition-delay: .05s
}

.sub-menu li:nth-child(2) {
    -webkit-transition-delay: .1s
}

.sub-menu li:nth-child(3) {
    -webkit-transition-delay: .15s
}

.sub-menu li:nth-child(4) {
    -webkit-transition-delay: .2s
}

.sub-menu li:nth-child(5) {
    -webkit-transition-delay: .25s
}

.sub-menu li a {
    color: #fff;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 21px;
    width: 100%;
    display: block;
    float: left;
    line-height: 40px
}

.oppenned .sub-menu {
    opacity: 1;
    height: 400px;
    width: 420px
}

.oppenned span:nth-child(2) {
    overflow: visible
}

.oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
    z-index: 100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.oppenned span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
    transform: rotate(45deg) translateY(12px) translateX(12px)
}

.oppenned span:nth-child(2) {
    height: 400px;
    width: 400px;
    right: -160px;
    top: -160px;
    border-radius: 50%;
    background-color: #ff5e00cc
}

.oppenned span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
    transform: rotate(-45deg) translateY(-10px) translateX(10px)
}

.oppenned li {
    margin-right: 168px
}

.net-block4 .container-fluid.lrt-block .row div.col-md-6:last-child,
.uiux-block2 .container-fluid.lrt-block .row div.col-md-6:last-child,
.mad-block3 .container-fluid.lrt-block .row div.col-md-6:last-child,
.emac-block2 .container-fluid.lrt-block .row div.col-md-6:last-child,
.aad-block4 .container-fluid.lrt-block .row div.col-md-6:last-child,
.dr-block5 .container-fluid.lrt-block .row div.col-md-6:last-child,
.aiws-block2 .container-fluid.lrt-block .row div.col-md-6:last-child,
.iosd-block3 .container-fluid.lrt-block .row div.col-md-6:last-child,
.osp-block4 .container-fluid.lrt-block .row div.col-md-6:last-child {
    padding-right: 0;
    padding-left: 3%
}

.html5-block1 {
    margin: 8% 0 5%
}

.html5-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Extrabld;
    margin: 0 0 2%;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.html5-block1 h1 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.html5-block1 h1 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 100px ProximaNova-Regular;
    margin: 0 0 31px;
    padding: 0;
    line-height: 100px;
    letter-spacing: -4px
}

.html5-block1 h4 b {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px
}

.html5-block1 h4 span {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 0;
    padding: 0;
    line-height: 67px;
    letter-spacing: -2px;
    margin-bottom: 30px
}

.html5-block1 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left
}

.html5-block2 {
    margin: 9% 0 8%
}

.html5-block2 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 0 0 35px;
    padding: 0;
    line-height: 66px;
    letter-spacing: -2px;
    text-align: center
}

.html5-block2 h3 span {
    display: block
}

.html5-block3 {
    margin: 0
}

.html5-block3 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 20% 0 33px;
    padding: 0;
    line-height: 45px;
    letter-spacing: -2px
}

.html5-block3 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 0;
    float: left;
    width: 90%
}

.html5-block3 ul {
    width: 100%;
    float: left;
    margin: 15px 0 20px;
    padding: 0
}

.html5-block3 ul li {
    float: left;
    margin: 16px 0 0;
    width: 100%
}

.html5-block3 ul li:first-child {
    margin-left: 0
}

.html5-block3 ul li a {
    font: 32px Maitree-Light;
    color: #ff5e00;
    line-height: 40px;
    padding: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.html5-block3 ul li a:hover,
.uiux-block5 ul li.active {
    color: #fc7d32;
    text-decoration: none
}

.html5-block4 {
    margin: 7% 0 0
}

.html5-block4 .inn-block {
    padding-top: 7%
}

.html5-block4 h2 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 12px 0 30px;
    padding: 0;
    line-height: 55px;
    text-align: center;
    letter-spacing: -2px
}

.html5-block4 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Thin;
    margin: 23px 0 26px;
    padding: 0;
    line-height: 55px;
    letter-spacing: -2px
}

.html5-block4 p {
    font: 24px ProximaNova-Regular;
    color: #585858;
    line-height: 40px;
    padding: 8% 0 0;
    float: left
}

.html5-block4 .net-devlp-servs-list {
    width: 100%;
    float: left;
    margin: 5% 0 9px
}

.html5-block4 .net-devlp-servs-list.alter .col-md-3 {
    text-align: right
}

.html5-block4 ul {
    margin: 5% 0;
    padding: 0;
    width: 100%;
    float: left
}

.html5-block4 ul li {
    border-right: 1px solid #ccc;
    padding: 0 9%;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0
}

.html5-block4 ul li:last-child {
    border-right: 0
}

.html5-block4 ul li:first-child {
    padding-left: 0
}

.html5-block5 {
    margin: 6% 0 3%
}

.html5-block5 .container {
    border-top: 1px solid #e5e5e5
}

.html5-block5 h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 55px ProximaNova-Semibold;
    margin: 5% 0;
    padding: 0;
    line-height: 66px;
    letter-spacing: -2px;
    text-align: center
}

.html5-block5 p {
    font: 35px ProximaNova-Semibold;
    color: #000;
    line-height: 42px;
    padding: 0;
    float: left;
    margin-bottom: 7%
}

.html5-block5 ul {
    width: 100%;
    display: table;
    margin: 0 auto;
    padding: 0
}

.html5-block5 ul li {
    width: 100%;
    position: relative
}

.html5-block5 ul li div {
    float: left;
    margin: 0 0 80px 70px;
    width: 340px;
    height: 340px;
    padding: 0;
    background: #f7f7f7;
    border-radius: 50%;
    text-align: center
}

.html5-block5 ul li div .first {
    margin-left: 0
}

.html5-block5 ul li div img {
    margin: 12% 0 2%;
    display: inline-block
}

.html5-block5 ul li div p {
    font: 26px ProximaNova-Regular;
    color: #000;
    line-height: 32px;
    padding: 0;
    width: 100%;
    float: left;
    text-align: center
}

.html5-block5 ul li div p span {
    width: 100%;
    display: inline-block
}

.html5-block5 .bx-wrapper .bx-controls-direction {
    display: block
}

.html5-block5 .bx-wrapper .bx-controls-direction a {
    width: 32px;
    height: 19px
}

.html5-block5 .bx-wrapper .bx-prev,
.html5-block5 .bx-wrapper .bx-prev:hover {
    background: url(../png/arrow-3.png) no-repeat 0 0
}

.html5-block5 .bx-wrapper .bx-next,
.html5-block5 .bx-wrapper .bx-next:hover {
    background: url(../png/arrow-3.png) no-repeat -65px 0
}

.html5-block5 .bx-wrapper .bx-next:hover,
.html5-block5 .bx-wrapper .bx-prev:hover {
    opacity: .7
}

.case-study .wrapper {
    margin: auto;
    max-width: 1800px
}

.rdgton-block1 {
    padding: 0 9px 0 10px;
    margin: 7% 0 0
}

.rdgton-block1 .rdgton-logo-cont {
    position: absolute;
    top: 30%;
    left: 19%
}

.rdgton-block1 h4 {
    font: 55px/70px ProximaNova-Semibold;
    color: #fff;
    margin-top: 40px;
    max-width: 100%
}

.rdgton-block1 h4 span {
    display: block
}

.rdgton-block1 .rdgton-overlay .rdgton-logo-cont img {
    height: auto
}

.rdgton-block2 {
    margin: 5% 0 8%
}

.rdgton-block2 h1 {
    width: 100%;
    display: inline-block;
    font: 75px ProximaNova-Regular;
    color: #1c1c1c;
    margin: 15% 0 0;
    padding: 0;
    line-height: 60px;
    letter-spacing: -2px
}

.rdgton-block2 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 18px 0 31px;
    padding: 0;
    line-height: 45px;
    letter-spacing: -2px
}

.rdgton-block2 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    max-width: 80%;
    margin: 20px 0 40px
}

.rdgton-block2 li {
    background: url(../png/list-icon.png) no-repeat left 9px;
    font: 30px Maitree-Light;
    color: #1c1c1c;
    padding: 0 0 20px 40px
}

.rdgton-block2 img {
    margin-top: 95px
}

.rdgton-block3 {
    margin: 3% 0
}

.rdgton-block3 h2 {
    font: 75px/65px ProximaNova-Regular;
    color: #1c1c1c;
    padding-bottom: 14px;
    margin-bottom: 30px;
    letter-spacing: -2px;
    text-align: center
}

.rdgton-block3 h3 {
    font: 55px/65px ProximaNova-Thin;
    color: #1c1c1c;
    padding-bottom: 30px;
    margin-top: 12px;
    letter-spacing: -2px
}

.rdgton-block3 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    padding-bottom: 35px
}

.rdgton-block3 .col-md-8:last-child {
    padding-left: 3%
}

.rdgton-block4 {
    background: #40c668;
    padding: 6% 0;
    margin: 5% 0 8%;
    position: relative;
    width: 100%;
    max-width: 1800px
}

.rdgton-block4 h3 {
    font: 75px ProximaNova-Regular;
    color: #fff;
    padding-bottom: 40px
}

.rdgton-block4 p {
    font: 24px/40px ProximaNova-Regular;
    color: #fff;
    max-width: 96%
}

.rdgton-block4 .challenge-img {
    position: absolute;
    bottom: 0;
    right: 45px;
    width: 45%
}

.rdgton-block5 {
    margin: 5% 0 8%
}

.rdgton-block5 h3 {
    width: 100%;
    display: inline-block;
    font: 75px ProximaNova-Extrabld;
    color: #1c1c1c;
    margin: 15% 0 0;
    padding: 0;
    line-height: 60px;
    letter-spacing: -2px
}

.rdgton-block5 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 18px 0 31px;
    padding: 0;
    line-height: 45px;
    letter-spacing: -2px
}

.rdgton-block5 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    max-width: 80%;
    margin: 20px 0 40px
}

.rdgton-block6 .container-fluid {
    padding: 0
}

.rdgton-block7 {
    margin: 7% 0
}

.rdgton-block7 h3 {
    font: 36px/55px ProximaNova-Light;
    color: #000;
    text-align: center;
    margin-bottom: 8%
}

.rdgton-block8 {
    margin: 0
}

.rdgton-block8 h3 {
    width: 100%;
    display: inline-block;
    font: 75px ProximaNova-Regular;
    color: #000;
    margin-top: 5%;
    padding-bottom: 30px;
    line-height: 55px;
    letter-spacing: -2px
}

.rdgton-block8 p {
    font: 24px/40px ProximaNova-Regular;
    color: #000;
    padding-bottom: 35px
}

.rdgton-block8 .col-md-6:last-child {
    padding-left: 5%
}

.rdgton-block9 {
    margin: 5% 0 8%
}

.rdgton-block9 h3 {
    width: 100%;
    display: inline-block;
    font: 75px ProximaNova-Extrabld;
    color: #1c1c1c;
    margin: 15% 0 0;
    padding: 0;
    line-height: 60px;
    letter-spacing: -2px
}

.rdgton-block9 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 18px 0 31px;
    padding: 0;
    line-height: 45px;
    letter-spacing: -2px
}

.rdgton-block9 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    max-width: 90%;
    margin: 20px auto 40px
}

.rdgton-block9 li {
    background: url(../png/list-icon.png) no-repeat left 9px;
    font: 30px Maitree-Light;
    color: #1c1c1c;
    padding: 0 0 20px 40px
}

.rdgton-block9 .r-bnr {
    position: relative
}

.rdgton-block9 .r-bnr p {
    width: 62%;
    position: absolute;
    top: 34%;
    left: 14%;
    color: #fff;
    display: inline-block;
    font: 50px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 60px;
    text-align: left
}

.rdgton-block10 {
    margin: 7% 0
}

.rdgton-block10 h3 {
    font: 40px/50px ProximaNova-Light;
    color: #000;
    text-align: center;
    margin-bottom: 7%
}

.rdgton-block10 h4 {
    font: 40px ProximaNova-Bold;
    text-align: center;
    padding: 20px 0 10px
}

.rdgton-block10 p {
    font: 24px/40px ProximaNova-Regular;
    max-width: 83%;
    margin: auto
}

.rdgton-block10 .col-md-6 {
    text-align: center;
    padding-bottom: 9%
}

.rdgton-block10 .col-md-6.management {
    margin-top: 25px
}

.rdgton-block10 .col-md-6.hruser {
    margin-top: 10px
}

.rdgton-block10 .col-md-6.superadmin {
    width: 100%;
    padding-bottom: 0
}

.rdgton-block11 {
    background: #40c668;
    padding: 4% 0;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto
}

.rdgton-block11 p {
    font: 40px/50px ProximaNova-Light;
    color: #fff;
    text-align: center
}

.rdgton-block12 {
    margin: 7% 0 4%
}

.rdgton-block12 h3 {
    font: 75px ProximaNova-Regular;
    text-align: center;
    padding-bottom: 20px
}

.rdgton-block12 p {
    font: 24px/40px ProximaNova-Regular;
    text-align: center;
    max-width: 82%;
    margin: auto
}

.rdgton-block13 {
    background: #fafafa;
    padding: 6% 0 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1800px
}

.rdgton-block13 .row {
    padding-bottom: 8%
}

.rdgton-block13 p {
    font: 24px/40px ProximaNova-Regular;
    color: #333;
    padding-bottom: 50px
}

.rdgton-block13 .col-md-6.benifit-cont {
    padding-top: 9%
}

.rdgton-block14 {
    margin: 5% 0
}

.rdgton-block14 h3 {
    font: 24px ProximaNova-Regular;
    padding-bottom: 25px
}

.rdgton-block14 h4 {
    font: 55px ProximaNova-Extrabld;
    padding-bottom: 30px
}

.rdgton-block14 p {
    font: 24px/40px ProximaNova-Regular;
    padding-bottom: 15px
}

.rdgton-block14 a {
    font: 24px Maitree-Light;
    color: #ff5e00;
    line-height: 40px;
    padding: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.rdgton-block14 a:hover {
    color: #fc7d32;
    text-decoration: none
}

.rdgton-block14 .col-md-6:nth-child(2n) {
    padding-left: 70px
}

.rdgton-block14 .col-md-6:nth-child(2n):before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #f5f5f5;
    content: "";
    left: 0
}

.ma5-mobile-menu-container {
    display: none !important
}

span.back {
    background: url(../png/arrow-4.png) no-repeat 0 0;
    width: 12px;
    height: 22px;
    display: block
}

span.next {
    background: url(../png/arrow-4.png) no-repeat -17px 0;
    width: 12px;
    height: 22px;
    display: block
}

.blglst-block1 {
    margin: 0 0 7%
}

.blglst-block1 .container .row .col-md-12 .col-md-4 {
    margin: 11% 0 0
}

.blglst-block1 h4 {
    width: 100%;
    color: #ff5e00;
    display: inline-block;
    font: 24px ProximaNova-Regular;
    margin: 24px 0 22px;
    padding: 0;
    line-height: 30px
}

.blglst-block1 h5 {
    width: 100%;
    float: left
}

.blglst-block1 h5 span {
    font: 35px ProximaNova-Semibold;
    color: #1c1c1c;
    line-height: 44px;
    padding: 0;
    float: left;
    text-decoration: none;
    letter-spacing: -2px;
    border-bottom: 1px solid #1c1c1c
}

.blglst-block1 .lists1 {
    width: 60%;
    color: #7d7d7d;
    float: left;
    font: 16px ProximaNova-Regular;
    margin: 0 0 15px;
    padding: 0;
    line-height: 22px;
    background: url(../png/date-icon.png) no-repeat 0 0;
    padding-left: 32px
}

.blglst-block1 .lists2 {
    width: 15%;
    color: #7d7d7d;
    float: left;
    font: 16px ProximaNova-Regular;
    margin: 0 0 15px;
    padding: 0;
    line-height: 22px;
    background: url(../png/share-icon.png) no-repeat 0 0;
    padding-left: 32px
}

.blglst-block1 .lists3 {
    width: 20%;
    color: #7d7d7d;
    float: left;
    font: 16px ProximaNova-Regular;
    margin: 0 0 15px;
    padding: 0;
    line-height: 22px;
    background: url(../png/like-icon.png) no-repeat 0 0;
    padding-left: 32px
}

.success-msg-block1 {
    margin: 8% 0 7%
}

.success-msg-block1 h1 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 75px ProximaNova-Thin;
    margin: 0;
    padding: 0;
    line-height: 100px;
    text-align: center
}

.success-msg-block1 p {
    color: #000;
    font: 24px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 22px;
    text-align: center
}

.case-study .wrapper {
    margin: auto;
    max-width: 1800px
}

.indta-block1 {
    padding: 0 9px 0 10px;
    margin: 7% 0 0
}

.indta-block1 .indta-logo-cont {
    position: absolute;
    top: 30%;
    left: 19%
}

.indta-block1 h4 {
    font: 55px/70px ProximaNova-Semibold;
    color: #fff;
    margin-top: 40px;
    max-width: 100%
}

.indta-block1 h4 span {
    display: block
}

.indta-block1 .indta-overlay .indta-logo-cont img {
    height: auto
}

.indta-block2 {
    margin: 6% 0 8%
}

.indta-block2 h3 {
    width: 100%;
    display: inline-block;
    font: 75px ProximaNova-Regular;
    color: #1c1c1c;
    margin: 29% 0 0;
    padding: 0;
    line-height: 60px;
    letter-spacing: -2px
}

.indta-block2 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 18px 0 31px;
    padding: 0;
    line-height: 45px;
    letter-spacing: -2px
}

.indta-block2 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    max-width: 80%;
    margin: 20px 0 40px
}

.indta-block2 li {
    background: url(../png/list-icon.png) no-repeat left 9px;
    font: 30px Maitree-Light;
    color: #1c1c1c;
    padding: 0 0 20px 40px
}

.indta-block2 img {
    margin-top: 95px
}

.indta-block2 p a {
    font-family: 'ProximaNova-Semibold'
}

.indta-block2 p a:hover {
    text-decoration: none;
    color: #818181
}

.indta-block3 {
    margin: 3% 0
}

.indta-block3 h3 {
    font: 40px/65px ProximaNova-Light;
    color: #1c1c1c;
    padding-bottom: 30px;
    margin-top: 12px;
    letter-spacing: -2px;
    text-align: center
}

.indta-block3 h3 span {
    display: block
}

.indta-block3 h3:before,
.indta-block3 h3:after {
    content: '';
    background: url(../indiav-quat.html) no-repeat -4px 0;
    position: absolute;
    left: 15px;
    top: 0;
    width: 52px;
    height: 48px
}

.indta-block3 h3:after {
    left: auto;
    top: auto;
    right: 276px;
    bottom: 30px;
    background-position: -9px -56px
}

.indta-block3 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    padding-bottom: 35px
}

.indta-block3 .col-md-8:last-child {
    padding-left: 3%
}

.indta-block4 {
    margin: 34% 0 0;
    background: url(../chlngs-bg.html) no-repeat center center;
    position: relative;
    padding-bottom: 7%
}

.indta-block4 .center-img img {
    margin-top: -28%;
    left: 16.3%;
    margin-left: 11%
}

.indta-block4 h3 {
    font: 55px/65px ProximaNova-Thin;
    color: #1c1c1c;
    padding-bottom: 30px;
    margin-top: 12px;
    letter-spacing: -2px
}

.indta-block4 h2 {
    font: 75px ProximaNova-Regular;
    text-align: left;
    padding-bottom: 20px;
    letter-spacing: -2px
}

.indta-block4 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    padding-bottom: 35px
}

.indta-block4 .col-md-8:last-child {
    padding-left: 3%
}

.indta-block4 .chlngs-cont {
    margin-top: 4%
}

.indta-block4 .chlngs-cont .cont-left {
    padding-left: 12%
}

.indta-block5 .container-fluid {
    padding: 0
}

.indta-block6 {
    margin: 11% 0 8%
}

.indta-block6 h3 {
    width: 100%;
    display: inline-block;
    font: 75px ProximaNova-Extrabld;
    color: #1c1c1c;
    margin: 15% 0 0;
    padding: 0;
    line-height: 60px;
    letter-spacing: -2px
}

.indta-block6 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 55px ProximaNova-Extrabld;
    margin: 18px 0 31px;
    padding: 0;
    line-height: 45px;
    letter-spacing: -2px
}

.indta-block6 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    max-width: 80%;
    margin: 20px 0 40px
}

.indta-block7 {
    background: #1a71a8;
    padding: 9% 0;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto
}

.indta-block7 p {
    font: 40px/50px ProximaNova-Light;
    color: #fff;
    text-align: center
}

.indta-block7 p span {
    display: block
}

.indta-block8 {
    margin: 11% 0 10%
}

.indta-block8 h3 {
    font: 55px/65px ProximaNova-Thin;
    color: #1c1c1c;
    padding-bottom: 30px;
    margin-top: 12px;
    letter-spacing: -2px
}

.indta-block8 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    padding-bottom: 35px
}

.indta-block8 .col-md-8:last-child {
    padding-left: 3%
}

.indta-block9 {
    margin: 0
}

.indta-block9 h3 {
    width: 100%;
    display: inline-block;
    font: 75px ProximaNova-Regular;
    color: #000;
    margin-top: 5%;
    padding-bottom: 30px;
    line-height: 55px;
    letter-spacing: -2px
}

.indta-block9 p {
    font: 24px/40px ProximaNova-Regular;
    color: #000;
    padding-bottom: 35px
}

.indta-block9 .col-md-6:last-child {
    padding-left: 5%
}

ul.our-sltn {
    margin: 0;
    padding: 0
}

ul.our-sltn li {
    display: inline-block;
    background: #eee;
    border: 1px solid #dedede;
    padding: 1px 25px;
    border-radius: 6px;
    margin: 4px 2px;
    font: 24px/40px ProximaNova-Regular
}

.indta-block10 {
    margin: 3% 0 5%
}

.indta-block10 h3 {
    font: 40px/65px ProximaNova-Thin;
    color: #1c1c1c;
    padding-bottom: 30px;
    margin-top: 12px;
    letter-spacing: -2px
}

.indta-block10 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    padding-bottom: 35px
}

.indta-block10 .col-md-8:last-child {
    padding-left: 3%
}

.indta-block11 {
    background: #1a71a8;
    padding: 8% 0;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto
}

.indta-block11 p {
    font: 40px/50px ProximaNova-Light;
    color: #fff;
    text-align: center
}

.indta-block11 p span {
    display: block
}

.indta-block12 {
    margin: 7% 0 4%
}

.indta-block12 h3 {
    font: 75px ProximaNova-Regular;
    text-align: center;
    padding-bottom: 25px
}

.indta-block12 p {
    font: 24px/40px ProximaNova-Regular;
    text-align: center;
    max-width: 100%;
    margin: auto
}

.indta-block12 p span {
    display: block
}

.indta-block13 {
    padding: 0 9px 0 10px;
    margin: 7% 0 0
}

.indta-block13 .indta-logo-cont {
    position: absolute;
    top: 30%;
    left: 19%
}

.indta-block13 h4 {
    font: 55px/70px ProximaNova-Semibold;
    color: #fff;
    margin-top: 40px;
    max-width: 100%
}

.indta-block13 h4 span {
    display: block
}

.indta-block13 .indta-overlay .indta-logo-cont img {
    height: auto
}

.indta-block14 {
    background: #fafafa;
    padding: 11% 0 0;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto
}

.indta-block14 .row {
    padding-bottom: 8%
}

.indta-block14 h3 {
    font: 40px/50px ProximaNova-Bold;
    color: #000
}

.indta-block14 p {
    font: 24px/40px ProximaNova-Regular;
    color: #333;
    padding-bottom: 50px
}

.indta-block14 .col-md-6.benifit-cont {
    padding-top: 9%
}

.indta-block15 {
    margin: 5% 0
}

.indta-block15 h3 {
    font: 24px ProximaNova-Regular;
    padding-bottom: 25px
}

.indta-block15 h4 {
    font: 55px ProximaNova-Extrabld;
    padding-bottom: 30px
}

.indta-block15 p {
    font: 24px/40px ProximaNova-Regular;
    padding-bottom: 15px
}

.indta-block15 a {
    font: 24px Maitree-Light;
    color: #ff5e00;
    line-height: 40px;
    padding: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.indta-block15 a:hover {
    color: #fc7d32;
    text-decoration: none
}

.indta-block15 .col-md-6:nth-child(2n) {
    padding-left: 70px
}

.indta-block15 .col-md-6:nth-child(2n):before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #f5f5f5;
    content: "";
    left: 0
}

.case-study .wrapper {
    margin: auto;
    max-width: 1800px
}

.daik-block1 {
    padding: 0 9px 0 10px;
    margin: 7% 0 0
}

.daik-block1 .daik-logo-cont {
    position: absolute;
    top: 30%;
    left: 19%
}

.daik-block1 h4 {
    font: 55px/70px ProximaNova-Semibold;
    color: #fff;
    margin-top: 40px;
    max-width: 100%
}

.daik-block1 h4 span {
    display: block
}

.daik-block1 .daik-overlay .daik-logo-cont img {
    height: auto
}

.daik-block2 {
    margin: 11% 0 8%
}

.daik-block2 h2 {
    font: 75px/65px ProximaNova-Regular;
    color: #1c1c1c;
    padding-bottom: 14px;
    margin-top: 10px;
    letter-spacing: -2px;
    text-align: center
}

.daik-block2 h3 {
    font: 40px/65px ProximaNova-Light;
    color: #1c1c1c;
    padding-bottom: 14px;
    margin-top: 12px;
    letter-spacing: -2px;
    text-align: center
}

.daik-block2 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    padding-bottom: 35px;
    text-align: center
}

.daik-block2 p span {
    display: block
}

.daik-block2 h4 {
    font: 40px/47px ProximaNova-Light;
    color: #1c1c1c;
    padding-bottom: 14px;
    margin-top: 112px;
    text-align: center;
    position: relative
}

.daik-block2 h4 span {
    display: block
}

.daik-block2 .col-md-8:last-child {
    padding-left: 3%
}

.daik-block2 .col-md-12 {
    text-align: center
}

.daik-block2 h4:before,
.daik-block2 h4:after {
    content: '';
    background: url(../chat-quat.html) no-repeat -4px -5px;
    position: absolute;
    left: -20px;
    top: -20px;
    width: 52px;
    height: 48px
}

.daik-block2 h4:after {
    left: auto;
    top: auto;
    right: 100px;
    bottom: 16px;
    background-position: -9px -56px
}

.daik-block3 {
    margin: 5% auto 8%;
    background: url(../chlng-bg.html) no-repeat;
    padding: 12% 0 0;
    width: 100%;
    max-width: 1800px
}

.daik-block3 h3 {
    width: 100%;
    display: inline-block;
    font: 75px ProximaNova-Regular;
    color: #1c1c1c;
    margin: 0;
    padding: 0;
    line-height: 60px;
    letter-spacing: -2px;
    text-align: center
}

.daik-block3 h4 {
    font: 40px/65px ProximaNova-Light;
    color: #1c1c1c;
    padding-bottom: 14px;
    margin-top: 30px;
    letter-spacing: -2px;
    text-align: center
}

.daik-block3 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    max-width: 80%;
    margin: 20px 0 40px
}

.daik-block3 li {
    background: url(../png/list-icon.png) no-repeat left 9px;
    font: 30px Maitree-Light;
    color: #1c1c1c;
    padding: 0 0 20px 40px
}

.daik-block3 img {
    margin-top: 87px
}

.daik-block3 .col-md-5 {
    margin-top: 92px
}

.daik-block4 {
    padding: 0 9px 0 10px;
    margin: 7% 0 0
}

.daik-block4 .daik-logo-cont {
    position: absolute;
    top: 30%;
    left: 19%
}

.daik-block4 h4 {
    font: 55px/70px ProximaNova-Semibold;
    color: #fff;
    margin-top: 40px;
    max-width: 100%
}

.daik-block4 h4 span {
    display: block
}

.daik-block4 .daik-overlay .daik-logo-cont img {
    height: auto
}

.daik-block5 {
    margin: 3% 0 8%
}

.daik-block5 h2 {
    font: 75px/65px ProximaNova-Regular;
    color: #1c1c1c;
    padding-bottom: 15px;
    margin-top: 10px;
    letter-spacing: -2px;
    text-align: center
}

.daik-block5 h3 {
    font: 40px/65px ProximaNova-Light;
    color: #1c1c1c;
    padding-bottom: 14px;
    margin-top: 12px;
    letter-spacing: -2px;
    text-align: center
}

.daik-block5 p {
    font: 24px/40px ProximaNova-Regular;
    color: #1c1c1c;
    padding-bottom: 35px;
    text-align: center
}

.daik-block5 p span {
    display: block
}

.daik-block5 h4 {
    font: 40px/47px ProximaNova-Light;
    color: #1c1c1c;
    padding-bottom: 14px;
    margin-top: 112px;
    text-align: center;
    position: relative
}

.daik-block5 h4 span {
    display: block
}

.daik-block5 .sltn-img {
    margin: 8% 0 7%;
    text-align: center
}

.daik-block5 img {
    margin: 2% 0 5%
}

.daik-block5 .col-md-8:last-child {
    padding-left: 3%
}

.daik-block6 {
    background: #0083d1;
    padding: 6% 0;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto
}

.daik-block6 p {
    font: 40px/50px ProximaNova-Light;
    color: #fff;
    text-align: center;
    position: relative
}

.daik-block6 p span {
    display: block
}

.daik-block6 p:before,
.daik-block6 p:after {
    content: '';
    background: url(../news-quat.html) no-repeat -4px -5px;
    position: absolute;
    left: 53px;
    top: -10px;
    width: 52px;
    height: 48px
}

.daik-block6 p:after {
    left: auto;
    top: auto;
    right: 145px;
    bottom: 10px;
    background-position: -9px -56px
}

.daik-block7 {
    margin: 10% 0 5%
}

.daik-block7 h3 {
    font: 75px ProximaNova-Regular;
    text-align: center;
    padding-bottom: 20px
}

.daik-block7 p {
    font: 24px/40px ProximaNova-Regular;
    text-align: center;
    max-width: 82%;
    margin: auto
}

.daik-block8 {
    background: #fafafa;
    padding: 9% 0 4%;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto
}

.daik-block8 .row {
    padding-bottom: 8%
}

.daik-block8 h3 {
    font: 40px/65px ProximaNova-Regular;
    color: #1c1c1c;
    padding-bottom: 15px;
    margin-top: 10px;
    letter-spacing: -2px
}

.daik-block8 p {
    font: 24px/40px ProximaNova-Regular;
    color: #333;
    padding-bottom: 50px
}

.daik-block8 .col-md-6.benifit-cont {
    padding-top: 9%
}

.daik-block8 .cont-right {
    padding-left: 13%;
    padding-top: 5%
}

.daik-block9 {
    margin: 5% 0
}

.daik-block9 h3 {
    font: 24px ProximaNova-Regular;
    padding-bottom: 25px
}

.daik-block9 h4 {
    font: 55px ProximaNova-Extrabld;
    padding-bottom: 30px
}

.daik-block9 p {
    font: 24px/40px ProximaNova-Regular;
    padding-bottom: 15px
}

.daik-block9 a {
    font: 24px Maitree-Light;
    color: #ff5e00;
    line-height: 40px;
    padding: 0;
    float: left;
    text-decoration: none;
    border-bottom: 1px solid #ff5e00
}

.daik-block9 a:hover {
    color: #fc7d32;
    text-decoration: none
}

.daik-block9 .col-md-6:nth-child(2n) {
    padding-left: 70px
}

.daik-block9 .col-md-6:nth-child(2n):before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #f5f5f5;
    content: "";
    left: 0
}

.phptech-block4 #wbc-works.rsDefault .rsThumbsHor {
    margin: 6% 0 0
}

.iosd-block4 #iosd-works.rsDefault .rsThumbsHor {
    margin: 7% 0 0
}

.responsive-img {
    display: none
}

.uiux-block4 ul li:last-child {
    border-bottom: 0
}

.aad-block2 #aad-works .rsSelected span.rsTmb,
.aad-block2 #aad-works .rsThumb:hover span.rsTmb {
    color: #000
}

.daik-block9 .col-md-6:nth-child(2n):before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #f5f5f5;
    content: "";
    left: 0
}

input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important
}

input:-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important
}

input::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important
}

input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important
}

textarea::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important
}

textarea:-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important
}

textarea::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important
}

textarea:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important
}

.placeholder {
    color: #333 !important
}

.fnf-block1 {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% 0
}

.fnf-block1 h1 {
    color: #5e5e5e;
    font: 84px/150px ProximaNova-Extrabld
}

.fnf-block1 p {
    font: 46px/56px ProximaNova-Regular;
    color: #5e5e5e
}

.cd-image-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.cd-image-container img {
    display: block
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform .3s 0.7s, opacity .3s .7s;
    -moz-transition: -moz-transform .3s 0.7s, opacity .3s .7s;
    transition: transform .3s 0.7s, opacity .3s .7s
}

.cd-image-label.is-hidden {
    visibility: hidden
}

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow-y: visible;
    overflow-x: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-right: 2px solid #ff5e00
}

.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
    text-indent: -99999px
}

.is-visible .cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in .7s;
    -moz-animation: cd-bounce-in .7s;
    animation: cd-bounce-in .7s
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0
    }

    60% {
        width: 55%
    }

    100% {
        width: 50%
    }
}

.cd-handle {
    position: absolute;
    height: 60px;
    width: 44px;
    left: 50%;
    top: -34px;
    margin-left: -22px;
    margin-top: -22px;
    background: url(../png/aftr-drag.png) no-repeat center center;
    cursor: move;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0)
}

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform .3s 0.7s, opacity 0s .7s;
    -moz-transition: -moz-transform .3s 0.7s, opacity 0s .7s;
    transition: transform .3s 0.7s, opacity 0s .7s
}

#map {
    width: 100%;
    height: 100%
}

.lg-logo {
    display: block
}

.sml-logo {
    display: none
}

.iosd-block4 #iosd-works .rsNavSelected .rsTmb,
.iosd-block4 #iosd-works .rsThumb:hover .rsTmb {
    color: #000
}

.phptech-block4 #wbc-works.rsDefault .rsThumb.rsNavSelected {
    border-color: #ff5e00;
    color: #000
}

.phptech-block4 #wbc-works.rsDefault .rsThumb.rsNavSelected span {
    color: #000
}

.aad-block2 #aad-works .rsNavSelected span.rsTmb,
.aad-block2 #aad-works .rsThumb:hover span.rsTmb {
    color: #000
}

.phptech-block4 #wbc-works.rsDefault .rsThumb.rsNavSelected {
    border-color: #ff5e00;
    color: #000
}

.phptech-block4 #wbc-works.rsDefault .rsThumb.rsNavSelected span {
    color: #000
}

.cl-block1 .col-md-6,
.phptech-block1 .col-md-6,
.angularjs-block1 .col-md-6,
.angularjs-block1 .col-md-12,
.cpa-block1 .col-md-6,
.cpa-block1 .col-md-12,
.cpa-block2 .col-md-4,
.cpa-block3 .col-md-12,
.branding-block1 .col-md-7,
.branding-block1 .col-md-5,
.re-block3 .col-md-12,
.net-block5 .expert-net-list,
.html5-block1 .col-md-12,
.phptech-block1 .col-md-6,
.phptech-block1 .col-md-10,
.phptech-block1 .col-md-12,
.services-dotnet-block1 .col-md-6,
.services-dotnet-block1 .col-md-12,
.branding-block1 .col-md-12,
.uiux-block1 .col-md-12 .col-md-12,
.nav-block .col-md-3,
.nav-block .col-md-9,
.mad-block1 .col-md-12,
.ams-block1 .col-md-12,
.osp-block1 .col-md-12,
.osp-block2 .col-md-12,
.iosd-block1 .col-md-12,
.aad-block1 .col-md-12,
.emac-block1 .col-md-12,
.mare-block1 .col-md-12,
.aiws-block1 .col-md-12,
.re-block1 .col-md-12,
.dr-block1 .col-md-12,
.dm-block1 .col-md-12,
.uiux-block1 .col-md-12 {
    padding: 0
}

.mob-career,
.mob-contact {
    display: none
}

.desk-career,
.desk-contact {
    display: block
}

.expert-net-list .col-md-7 {
    padding: 0
}

.move-to-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 999
}

.move-to-top a {
    background: url(../png/move2top-dsktp.png)no-repeat;
    width: 59px;
    height: 59px;
    display: none;
    text-indent: -9999px;
    position: fixed;
    right: 20px;
    bottom: 80px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #0000004d
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: #00000080
}

.mCSB_inside>.mCSB_container {
    margin-right: 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    opacity: .1
}

.our-work {
    position: relative;
    width: 25%;
    float: left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.our-work img {
    width: 100%;
    height: 100%;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
    position: relative;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.our-work:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    ms-transform: translate3d(0, -20px, 0)
}

.our-work h3 {
    border: 0 none;
    font: 15px ProximaNova-Semibold;
    color: #fff;
    margin: 0;
    padding: 6px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-transform: uppercase;
    background: #0009;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.our-work:hover h3 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.our-work .over-lay {
    background: url(../png/port-hover-bg.png)repeat-x 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.our-work:hover .over-lay {
    opacity: 1
}

.our-work .portfolio-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background-color: none
}

.our-work .portfolio-meta .the-title {
    padding: 0 0 25px 20px;
    color: #fff;
    font: 22px ProximaNova-Bold;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    float: left;
    position: relative
}

.our-work .portfolio-meta .the-title:after {
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    background: #fff;
    bottom: 12px;
    left: 20px
}

.our-work .portfolio-meta p {
    font: 16px/23px ProximaNova-Regular;
    color: #fff;
    padding-left: 20px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    float: left;
    width: 92%;
    text-align: left;
    margin-bottom: 20px
}

.our-work .portfolio-meta a {
    color: #fff;
    border: 1px solid #fff;
    padding: 0 30px;
    display: inline-block;
    cursor: pointer
}

.our-work:hover .portfolio-meta .the-title,
.our-work:hover .portfolio-meta p {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1;
    filter: alpha(opacity=100)
}

.our-work:hover .portfolio-meta p {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.ft-btms {
    width: 100%;
    float: left
}

.ft-btms-lft {
    width: 60%;
    float: right
}

.ft-btms-rht {
    width: 35%;
    float: right;
    margin-right: 5%
}

.ft-btms-rht ul {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0
}

.ft-btms-rht ul li {
    float: right;
    width: 26px;
    height: 26px;
    margin: 0 0 0 7px;
    padding: 0;
    background: none
}

.ft-btms-rht ul li a {
    width: 26px;
    height: 26px;
    font: 18px ProximaNova-Regular;
    color: #a8a8a8;
    line-height: 24px;
    text-decoration: none;
    float: left;
    text-indent: -99999px
}

.ft-btms-rht ul li a.facebook,
.ft-btms-rht ul li a.twitter,
.ft-btms-rht ul li a.instagram,
.ft-btms-rht ul li a.linkedin,
.ft-btms-rht ul li a.pinterest,
.ft-btms-rht ul li a.googleplus,
.ft-btms-rht ul li a.stumbleupon,
.ft-btms-rht ul li a.youtube {
    background: url(../png/social.png) no-repeat 0 0
}

.ft-btms-rht ul li a.facebook {
    background-position: 0 0
}

.ft-btms-rht ul li a:hover.facebook {
    background-position: 0 -40px
}

.ft-btms-rht ul li a.twitter {
    background-position: -32px 0
}

.ft-btms-rht ul li a:hover.twitter {
    background-position: -32px -40px
}

.ft-btms-rht ul li a.instagram {
    background-position: -64px 0
}

.ft-btms-rht ul li a:hover.instagram {
    background-position: -64px -40px
}

.ft-btms-rht ul li a.linkedin {
    background-position: -96px 0
}

.ft-btms-rht ul li a:hover.linkedin {
    background-position: -96px -40px
}

.ft-btms-rht ul li a.pinterest {
    background-position: -129px 0
}

.ft-btms-rht ul li a:hover.pinterest {
    background-position: -129px -40px
}

.ft-btms-rht ul li a.googleplus {
    background-position: -162px 0
}

.ft-btms-rht ul li a:hover.googleplus {
    background-position: -162px -40px
}

.ft-btms-rht ul li a.stumbleupon {
    background-position: -196px 0
}

.ft-btms-rht ul li a:hover.stumbleupon {
    background-position: -196px -40px
}

.ft-btms-rht ul li a.youtube {
    background-position: -229px 0
}

.ft-btms-rht ul li a:hover.youtube {
    background-position: -229px -40px
}

.ft-btms-rht ul.mobile-social-icon {
    display: none
}

.contact-block-map .row {
    background: #fafafa
}

.cont-forms-blks {
    background: #fafafa;
    padding: 40px 60px 0
}

.cont-forms-blks h3 {
    width: 100%;
    color: #777;
    display: inline-block;
    font: 40px Maitree-Light;
    margin: 0 0 25px;
    padding: 0;
    line-height: 30px;
    text-align: left
}

.cont-forms-blks .col-md-12 {
    padding: 0
}

.cont-forms-blks .col-md-6 {
    width: 47%;
    margin-right: 3%
}

.cont-forms-blks .form-col {
    min-height: 70px
}

.cont-forms-blks .form-col input,
.cont-forms-blks .form-col textarea {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    display: block;
    font: 18px Maitree-Light;
    color: #1c1c1c;
    padding: 7px 5%;
    width: 100%
}

.cont-forms-blks .form-col textarea {
    padding: 14px 3%;
    min-height: 92px
}

.cont-forms-blks .form-col input::-webkit-input-placeholder,
.cont-forms-blks .form-col input::-moz-placeholder,
.cont-forms-blks .form-col input:-ms-input-placeholder,
.cont-forms-blks .form-col input::-moz-placeholder {
    color: #000
}

.cont-forms-blks .form-col input,
.cont-forms-blks .form-col textarea {
    background: #fff;
    border-color: #e1e1e1;
    border-radius: 0
}

.cont-forms-blks .form-col span.error-msg,
.cont-forms-blks .form-col label.error {
    font: 14px Maitree-Light;
    color: red;
    display: none
}

.cont-forms-blks .form-col input[type="submit"] {
    float: left;
    background: #fff;
    border: 1px solid #333;
    border-radius: 0;
    display: block;
    font: 18px ProximaNova-Bold;
    color: #333;
    text-decoration: none;
    padding: 0 28px;
    margin: 0 auto;
    width: auto;
    line-height: 44px
}

.cont-forms-blks .form-col input[type="submit"]:hover {
    color: #fff;
    background: #ff5e00;
    border: 1px solid #ff5e00;
    text-decoration: none
}

.cont-forms-blks .form-sucess,
.cont-forms-blks .form-error {
    display: none
}

.cont-forms-blks .form-sucess p,
.cont-forms-blks .form-error p {
    font: 14px Maitree-Light;
    color: #000;
    margin: 0 0 10px;
    text-align: center
}

.cont-forms-blks .form-sucess p {
    color: #008100
}

.cont-forms-blks .form-error p {
    color: red
}

.cont-forms-blks .form-col.text-area {
    min-height: 120px;
    width: 97%
}

.fot-block .col-md-3.col-md-3-1 {
    width: 20%
}

.fot-block .col-md-3 {
    width: 30%
}

.right-enquiry {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 999
}

.right-enquiry a {
    background: url(../png/enquiry-dsktp.png)no-repeat;
    width: 59px;
    height: 59px;
    text-indent: -9999px;
    position: fixed;
    right: 20px;
    bottom: 38px
}

.livechat-bks {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 999
}

.livechat-bks a {
    background: url(../live-chat.html)no-repeat;
    width: 59px;
    height: 59px;
    text-indent: -9999px;
    position: fixed;
    left: 0;
    bottom: 0;
    border-radius: 3px
}

.new-buss-block1 {
    margin: 2% 0 0
}

.new-buss-block2 {
    margin: 2% 0
}

.enquiry-form .form-col {
    min-height: 69px
}

.enquiry-form .col-md-12 .form-col.text-area {
    margin-bottom: 25px
}

.enquiry-form .form-col input {
    padding: 6px 5%
}

.enquiry-form .form-col select {
    padding: 0 5%;
    min-height: 40px
}

.enquiry-form .form-col textarea {
    padding: 10px 3%
}

.enquiry-form .form-col input[type="submit"] {
    padding: 10px 0
}

.enquiry-form .form-col input[type="submit"],
.make-enquirys .form-col input[type="submit"] {
    width: 120px;
    font: 20px ProximaNova-Bold;
    color: #fff;
    line-height: 44px;
    padding: 0;
    display: table;
    margin: 0 auto;
    background: #ff5e00;
    border: 1px solid #ff5e00
}

.enquiry-form .form-col input[type="submit"]:hover,
.make-enquirys .form-col input[type="submit"]:hover {
    text-decoration: none;
    opacity: .8
}

.cont-block1.cont-block1-new h1.home-title,
.cont-block1.cont-block1-new h1.home-title span {
    font: 100px ProximaNova-Regular;
    letter-spacing: -4px
}

p.home-subtext {
    font: 18px ProximaNova-Light;
    margin: 60px 0 0;
    color: #1c1c1c;
    text-transform: uppercase
}

.cont-block1.cont-block1-new {
    margin: 6% 0 3%
}

.cont-block1.cont-block1-new ul {
    margin: 35px 0 0;
    width: 1170px
}

.cont-block1.cont-block1-new ul li {
    float: left;
    margin: 0 28px 19px 0
}

.cont-block1.cont-block1-new ul li a {
    border: 0;
    color: #ff5e00;
    padding: 0;
    font: 26px/30px Maitree-Light;
    border-bottom: 1px solid #ff5e00
}

.cont-block1.cont-block1-new ul li a span {
    font: 26px/30px Maitree-Light
}

.cont-block1.cont-block1-new ul li a:hover {
    background: transparent;
    color: #fc7d32;
    text-decoration: none;
    border: 0;
    border-bottom: 1px solid #fc7d32
}

.push-down img {
    text-align: center
}

.push-down-blk {
    text-align: center;
    margin: 0 auto 25px
}

.home-title-col {
    padding: 0
}

.cont-block6 ul li p span a b {
    font-weight: 400;
    width: 100%;
    display: inline-block
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background: url(../png/hmrgt-forms-bg.png) repeat-y 0 0;
    transition: .5s
}

.sidenav a {
    padding: 5px 10px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: .3s;
    text-indent: -999999px
}

.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1
}

.sidenav .closebtn {
    position: absolute;
    top: 54px;
    font-size: 36px;
    left: 0;
    color: #fff;
    background: url(../png/hmrgt-forms-arrow.png) no-repeat center center;
    width: 60px;
    height: 60px
}

.hmrgt-forms {
    margin: 0 0 0 30px;
    background: #ff5e00;
    padding: 30px 60px 0;
    height: 100%
}

.hmrgt-forms h3 {
    width: 100%;
    color: #fff;
    display: inline-block;
    font: 40px ProximaNova-Regular;
    margin: 0 0 30px;
    padding: 0;
    line-height: 30px;
    text-align: left
}

.hmrgt-forms .col-md-12 {
    padding: 0
}

.hmrgt-forms .col-md-6 {
    width: 100%;
    margin-right: 0;
    padding: 0
}

.hmrgt-forms .form-col {
    min-height: 78px
}

.hmrgt-forms .form-col input,
.hmrgt-forms .form-col textarea {
    border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    font: 20px Maitree-Light;
    color: #fff;
    padding: 7px 3%;
    width: 100%
}

.hmrgt-forms .form-col textarea {
    padding: 5px 3%;
    min-height: 100px
}

.hmrgt-forms .form-col input::-webkit-input-placeholder,
.hmrgt-forms .form-col textarea::-webkit-input-placeholder {
    color: #fff !important
}

.hmrgt-forms .form-col input::-moz-placeholder,
.hmrgt-forms .form-col textarea::-moz-placeholder {
    color: #fff !important
}

.hmrgt-forms .form-col input:-ms-input-placeholder,
.hmrgt-forms .form-col textarea:-ms-input-placeholder {
    color: #fff !important
}

.hmrgt-forms .form-col input::-moz-placeholder,
.hmrgt-forms .form-col textarea::-moz-placeholder {
    color: #fff !important
}

.hmrgt-forms .form-col input,
.hmrgt-forms .form-col textarea {
    background: #ff5e00;
    border-color: #fff;
    color: #fff;
    border-radius: 0
}

.hmrgt-forms .form-col span.error-msg,
.hmrgt-forms .form-col label.error {
    font: 14px Maitree-Light;
    color: #000;
    display: none;
    font-weight: 700;
    line-height: 18px
}

.hmrgt-forms .form-col input[type="submit"] {
    float: left;
    background: #ff5e00;
    border: 3px solid #fff;
    border-radius: 0;
    display: block;
    font: 24px ProximaNova-Regular;
    color: #fff;
    text-decoration: none;
    padding: 0 32px;
    margin: 0 auto;
    width: auto;
    line-height: 44px
}

.hmrgt-forms .form-col input[type="submit"]:hover {
    background: #fff;
    border: 3px solid #fff;
    text-decoration: none;
    color: #1c1c1c
}

.hmrgt-forms .form-sucess,
.hmrgt-forms .form-error {
    display: none
}

.hmrgt-forms .form-sucess p,
.hmrgt-forms .form-error p {
    font: 14px Maitree-Light;
    color: #000;
    margin: 0 0 10px;
    text-align: center
}

.hmrgt-forms .form-sucess p {
    color: #008100
}

.hmrgt-forms .form-error p {
    color: #fff333
}

.hmrgt-forms .form-col.text-area {
    min-height: 130px;
    width: 100%
}

.fot-block .col-md-3.col-md-3-1 {
    width: 20%
}

.fot-block .col-md-3 {
    width: 30%
}

.hmrgt-forms .form-col.submit {
    margin-top: 10px
}

.cpa-block4 .es-list-2,
.cpa-block4 .es-list-4 {
    padding-left: 12%;
    padding-right: 0
}

.cntravn-block1 {
    padding: 0 9px 0 10px;
    margin: 7% 0 0
}

.cntravn-block1 .indta-logo-cont {
    position: absolute;
    top: 30%;
    left: 19%
}

.cntravn-block1 h4 {
    font: 55px/70px ProximaNova-Semibold;
    color: #fff;
    margin-top: 60px;
    max-width: 100%
}

.cntravn-block1 h4 span {
    display: block
}

.cntravn-block1 .raven-logo-cont {
    position: absolute;
    top: 30%;
    left: 19%
}

.cntravn-block1 .raven-overlay .raven-logo-cont img {
    height: auto
}

.cntravn-block2 {
    margin: 6% 0 3%
}

.cntravn-block2 h3 {
    font: 40px/65px ProximaNova-Light;
    color: #1c1c1c;
    padding-bottom: 30px;
    margin-top: 12px;
    letter-spacing: -2px;
    text-align: center
}

.cntravn-block2 h3 span {
    display: block
}

.cntravn-block2 .col-sm-12.col-md-12 {
    width: 880px;
    float: none;
    margin: 0 auto
}

.cntravn-block2 h3:before,
.cntravn-block2 h3:after {
    content: '';
    background: url(../indiav-quat.html) no-repeat -4px 0;
    position: absolute;
    left: 15px;
    top: 0;
    width: 52px;
    height: 48px
}

.cntravn-block2 h3:after {
    left: auto;
    top: auto;
    right: 55px;
    bottom: 30px;
    background-position: -9px -56px
}

.cntravn-block3 {
    padding: 0 9px 0 10px;
    margin: 4% 0 0
}

.cntravn-block4 {
    margin: 5% 0 4%
}

.cntravn-block4 h3 {
    width: 100%;
    display: inline-block;
    font: 75px ProximaNova-Regular;
    color: #1c1c1c;
    margin: 0;
    padding: 0;
    line-height: 60px;
    letter-spacing: -2px
}

.cntravn-block4 p {
    font: 24px/40px ProximaNova-Regular;
    color: #585858;
    max-width: 80%;
    margin: 0 0 40px
}

.cntravn-block5 {
    padding: 0 9px 0 10px;
    margin: 5% 0 0
}

.cntravn-block6 {
    margin: 7% 0 0
}

.cntravn-block6 h3 {
    width: 100%;
    display: inline-block;
    font: 75px ProximaNova-Regular;
    color: #1c1c1c;
    margin: 0;
    padding: 0;
    line-height: 60px;
    letter-spacing: -2px
}

.cntravn-block6 p {
    font: 24px/40px ProximaNova-Regular;
    color: #585858;
    max-width: 80%;
    margin: 0 0 40px
}

.cntravn-block7 {
    padding: 0 9px 0 10px;
    margin: 5% 0 0
}

.cntravn-block8 {
    margin: 8% 0
}

.cntravn-block8 p {
    font: 24px/40px ProximaNova-Regular;
    color: #585858;
    max-width: 80%;
    margin: 0 auto
}

.cntravn-block9 {
    padding: 0 9px 0 10px;
    margin: 7% 0 0
}

.cntravn-block9 .row.two {
    margin-top: 60px
}

.cntravn-block10 {
    margin: 6% 0 0
}

.cntravn-block10 h3 {
    font: 40px/50px ProximaNova-Thin;
    color: #1c1c1c;
    padding-bottom: 20px;
    margin-top: 12px;
    letter-spacing: -2px
}

.cntravn-block10 p {
    font: 24px/40px ProximaNova-Regular;
    color: #585858;
    padding-bottom: 35px
}

.cntravn-block11 {
    margin: 3.5% 0 0;
    padding-top: 5%;
    border-top: 1px solid #f0f0f0
}

.cntravn-block11 h3 {
    font: 75px ProximaNova-Regular;
    text-align: center;
    padding-bottom: 25px
}

.cntravn-block11 p {
    font: 24px/40px ProximaNova-Regular;
    text-align: center;
    max-width: 100%;
    margin: auto;
    color: #585858
}

.cntravn-block11 p span {
    display: block
}

.cntravn-block12 {
    padding: 4% 0 0;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto
}

.cntravn-block12 .row {
    padding-bottom: 3%
}

.cntravn-block12 h3 {
    font: 40px/50px ProximaNova-Bold;
    color: #000
}

.cntravn-block12 h3 span {
    display: block
}

.cntravn-block12 p {
    font: 24px/40px ProximaNova-Regular;
    color: #585858;
    padding-bottom: 50px
}

.cntravn-block13 {
    padding: 0 9px 0 10px;
    margin: 0;
    text-align: center
}

.cntravn-block13 .container.banner {
    background: url(../block13-bg.html) repeat-x 0 bottom;
    width: 100%;
    max-width: 1800px;
    text-align: center
}

.cntravn-block13 img {
    height: auto
}

.cntravn-block14 {
    background: #08a7ce;
    padding: 0 0 3%;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto
}

.cntravn-block14 .row {
    padding-bottom: 3%
}

.cntravn-block14 h3 {
    font: 40px/50px ProximaNova-Bold;
    color: #fff
}

.cntravn-block14 h3 span {
    display: block
}

.cntravn-block14 p {
    font: 24px/40px ProximaNova-Regular;
    color: #fff;
    padding-bottom: 50px
}

.cntravn-block14 .row.first {
    padding-top: 9%;
    display: inline-block
}

.cntravn-block15 {
    margin: 5% 0 4%
}

.cntravn-block15 h3 {
    width: 100%;
    display: inline-block;
    font: 75px ProximaNova-Regular;
    color: #1c1c1c;
    margin: 5% 0 0;
    padding: 0;
    line-height: 60px;
    letter-spacing: -2px
}

.cntravn-block15 p {
    font: 24px/40px ProximaNova-Regular;
    color: #585858;
    max-width: 95%;
    margin: 20px 0 40px
}

.casestudy-block1 {
    margin: 2% 0 7%
}

.casestudy-block1 .container {
    width: 100%;
    max-width: 1700px
}

.casestudy-block1 .container .col-md-12 {
    padding: 0
}

.casestudy-block1 ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.casestudy-block1 ul li {
    width: 50%;
    float: left;
    margin: 0;
    position: relative
}

.our-study {
    position: relative;
    width: 50%;
    float: left;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.our-study img {
    width: 100%;
    height: 100%;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    ms-transform: scale(1);
    position: relative;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out
}

.our-study:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    ms-transform: translate3d(0, 0px, 0)
}

.our-study .over-lay {
    background: url(../png/study-hover-bg.png) repeat 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.our-study:hover .over-lay {
    opacity: 1
}

.our-study .study-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    background-color: none
}

.our-study .study-meta .the-title {
    padding: 0 0 25px 25%;
    color: #fff;
    font: 20px ProximaNova-Bold;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    float: left;
    position: relative
}

.our-study .study-meta p {
    font: 38px ProximaNova-Regular;
    line-height: 50px;
    color: #fff;
    padding-bottom: 25%;
    padding-left: 15%;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    float: left;
    width: 92%;
    text-align: left;
    margin-bottom: 20px
}

.our-study .study-meta p b {
    display: block;
    font-weight: 400
}

.our-study .study-meta span {
    background: url(../png/study-hover-arrow.png) no-repeat right 7px;
    border-bottom: 1px solid #fff;
    padding-right: 34px;
    padding-bottom: 7px;
    font: 18px Merriweather-Italic;
    color: #fff;
    margin-bottom: 8%;
    margin-left: 15%;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    float: left;
    text-align: left
}

.our-study:hover .study-meta .the-title,
.our-study:hover .study-meta p,
.our-study:hover .study-meta span {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1;
    filter: alpha(opacity=100)
}

.our-study:hover .study-meta p {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.our-study:hover .overlays:before,
.our-study:hover .overlays:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease .2s;
    transition: opacity .4s ease, transform .45s ease .2s
}

.overlays:before {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.overlays:before,
.overlays:after {
    position: absolute;
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, transform .35s ease
}

.our-study:hover .overlays:before,
.our-study:hover .overlays:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease .2s;
    transition: opacity .4s ease, transform .45s ease .2s
}

.overlays:after {
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.overlays:before,
.overlays:after {
    position: absolute;
    top: 21px;
    right: 21px;
    bottom: 21px;
    left: 21px;
    content: '';
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .35s ease, -webkit-transform .35s ease;
    transition: opacity .35s ease, transform .35s ease
}

.container-fluid.fot-block .col-md-12.desk-top {
    display: block
}

.container-fluid.fot-block .col-md-12.mobile {
    display: none
}

.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.hmrgt-forms .form-col.capt-block .captcha-error {
    margin-top: -12px
}

.enquiry-form .form-col.capt-block1 .captcha-error1 {
    margin-top: -12px
}

.case-block1 {
    padding: 0;
    margin: 3% 0 0
}

.container.case-banner {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1400px
}

.container-inn {
    width: 100%;
    max-width: 1000px
}

.case-cont {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 266px
}

.case-cont h2 {
    font: 65px ProximaNova-Regular;
    color: #fff;
    text-align: center;
    padding-top: 6%
}

.case-cont p {
    font: 24px ProximaNova-Regular;
    color: #fff;
    text-align: center
}

.case-cont a {
    width: 140px;
    height: 40px;
    float: right;
    font: 16px ProximaNova-Regular;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: url(../png/download-icon.png) no-repeat right 7px, url(../png/download-bg.png) repeat 0 0;
    padding: 0 25px 0 0;
    bottom: 6px;
    position: absolute;
    right: 15px;
    text-decoration: none
}

.case-cont a:hover {
    color: #d2d2d2
}

.case-conts a {
    width: 140px;
    height: 40px;
    float: left;
    font: 16px ProximaNova-Regular;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background: url(../png/download-icon.png) no-repeat right 7px, url(../png/download-bg.png) repeat 0 0;
    padding: 0 25px 0 0;
    text-decoration: none;
    background-color: #000
}

.case-conts a:hover {
    color: #d2d2d2
}

.case-blk1 {
    border-bottom: 1px solid #e5e5e5
}

.case-block2 h3 {
    font: 24px ProximaNova-Regular;
    color: #282828;
    text-align: center;
    line-height: 30px
}

.case-block2 h3 span {
    display: inline-block;
    width: 100%
}

.case-block2 h4 {
    font: 24px ProximaNova-Bold;
    color: #282828;
    text-align: left;
    line-height: 30px;
    padding-bottom: 10px
}

.case-block2 p {
    font: 20px ProximaNova-Regular;
    color: #282828;
    text-align: left;
    line-height: 32px;
    padding-bottom: 30px
}

.case-block2 ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.case-block2 li {
    font: 20px ProximaNova-Regular;
    color: #282828;
    text-align: left;
    line-height: 32px;
    float: left;
    width: 33%;
    background: url(../png/list-icon-3.png) no-repeat 0 4px;
    padding: 0 0 0 38px
}

.case-block2 li p {
    font: 20px ProximaNova-Regular;
    color: #282828;
    text-align: left;
    line-height: 32px;
    padding: 0 0 18px
}

.case-block2 p b {
    font-family: 'ProximaNova-Bold'
}

.case-block2 p i {
    font-family: 'ProximaNova-Semibold'
}

.case-block2 p span {
    display: inline-block;
    width: 100%
}

.case-block2 .col-md-6 p {
    padding-bottom: 40px
}

.case-block2 .col-md-6.first p {
    padding-right: 10%
}

.case-cont1 {
    position: absolute;
    top: 32%;
    left: 0
}

.case-cont1 h2 {
    font: 35px ProximaNova-Regular;
    color: #fff;
    text-align: center;
    padding: 0 110px 12px
}

.case-cont1 p {
    font: 24px ProximaNova-Regular;
    color: #fff;
    text-align: center;
    line-height: 32px;
    padding: 0 110px
}

.case-cont2 {
    position: absolute;
    top: 26%;
    left: 0
}

.case-cont2 h2 {
    font: 24px ProximaNova-Bold;
    color: #282828;
    text-align: left;
    padding: 0 0 12px
}

.case-cont2 p {
    font: 20px ProximaNova-Regular;
    color: #282828;
    text-align: left;
    line-height: 32px;
    padding: 0
}

.case-cont2 p i {
    font-family: 'ProximaNova-Semibold'
}

.case-1 .case-blk1 {
    padding: 45px 0 32px;
    margin-bottom: 42px
}

.case-2 .case-blk1 {
    padding: 45px 0 32px;
    margin-bottom: 42px
}

.case-5 .case-blk1 {
    padding: 45px 0 32px;
    margin-bottom: 42px
}

.case-3 .case-blk1 {
    padding: 45px 0 32px;
    margin-bottom: 42px
}

.case-1 .case-blk3,
.case-2 .case-blk3,
.case-3 .case-blk3,
.case-4 .case-blk3,
.case-5 .case-blk3 {
    margin: 24px 0 20px
}

.case-1 .case-blk5,
.case-2 .case-blk5 {
    margin: 62px 0 10px
}

.case-1 .case-blk7,
.case-2 .case-blk7,
.case-4 .case-blk7,
.case-5 .case-blk7 {
    margin: 42px 0 50px
}

.case-2 .case-blk2,
.case-3 .case-blk2,
.case-4 .case-blk2,
.case-5 .case-blk2 {
    margin: 60px 0 0
}

.case-3 .case-blk5,
.case-4 .case-blk8,
.case-5 .case-blk8 {
    margin: 62px 0 0;
    border-bottom: 1px solid #e5e5e5
}

.case-3 .case-blk5 {
    padding-bottom: 15px
}

.case-3 .case-blk7 {
    margin: 55px 0 50px
}

.case-4 .case-blk1 {
    padding: 45px 0 32px;
    margin-bottom: 42px
}

.case-4 .case-blk5,
.case-5 .case-blk5 {
    margin: 52px 0 10px
}

.case-4 .case-blk8,
.case-5 .case-blk8 {
    padding-bottom: 25px
}

.case-2 .case-cont2 {
    top: 38%;
    left: 52%;
    width: auto
}

.case-4 .case-cont1.casecont2 {
    top: 38%
}

.case-4 .case-blk5 h4,
.case-5 .case-blk5 h4 {
    padding-bottom: 34px
}

.case-block2 li.list1,
.case-block2 li.list4 {
    width: 285px
}

.case-block2 li.list2,
.case-block2 li.list5 {
    width: 450px
}

.case-block2 li.list3,
.case-block2 li.list6 {
    width: 225px
}

.case-blk-link {
    display: none
}

.statc-block1 {
    padding: 0;
    margin: 3% 0 0
}

.container.statc-banner {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 1400px
}

.container-inn {
    width: 100%;
    max-width: 1000px
}

.statc-cont {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 266px
}

.statc-cont h2 {
    font: 45px ProximaNova-Regular;
    color: #fff;
    text-align: center;
    padding-top: 5%;
    line-height: 55px
}

.statc-cont h2.single {
    padding-top: 8%
}

.statc-cont h2 span {
    display: inline-block;
    width: 100%
}

.static-blk-2 {
    margin: 0 0 4%
}

.static-blk-2 .container {
    border-top: 1px solid #b5b5b5
}

.static-blk-2 h4 {
    font: 45px ProximaNova-Regular;
    color: #000;
    text-align: center;
    padding: 56px 0 57px
}

.static-blk-2 h5 {
    margin: 68px 0 0;
    display: inline-block;
    width: 100%
}

.static-blk-2 h5 a {
    width: 170px;
    height: 60px;
    display: table;
    font: 25px ProximaNova-Light;
    color: #333;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border: 1px solid #333;
    padding: 0;
    text-decoration: none;
    margin: 0 auto
}

.static-blk-2 h5 a:hover {
    color: #fff;
    background: #333
}

.stac-block1 {
    margin: 2% 0 0
}

.stac-block1 .statc-cont,
.stac-block5 .statc-cont {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 500px
}

.stac-block1 .statc-cont h2,
.stac-block5 .statc-cont h2 {
    font: 100px ProximaNova-Bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    height: 480px;
    width: 3000px;
    padding-top: 5%
}

.stac-block1 .statc-cont h2 span,
.stac-block5 .statc-cont h2 span {
    display: inline-block;
    width: 100%;
    font-size: 65px
}

.stac-block5 {
    margin: 0
}

.stac-block5 .statc-cont {
    min-height: 600px
}

.stac-block5 .statc-cont h2 {
    height: 580px
}

.stac-block2 {
    margin: 3.5% 0 0
}

.stac-block2 h3,
h2.pg-title {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 35px ProximaNova-Regular;
    margin: 0 0 1.5%;
    padding: 0;
    line-height: 49px;
    letter-spacing: 0
}

.stac-block2 .col-md-12 .col-md-6 {
    padding-left: 0;
    padding-right: 0
}

.stac-block2 .col-md-12 .col-md-12 {
    padding-left: 0;
    padding-right: 0
}

.stac-block2 .col-md-12 .col-md-6.first p {
    width: 80%
}

.stac-block2 .col-md-6 p,
.stac-block2 p {
    font: 24px ProximaNova-Regular;
    color: #000;
    line-height: 40px;
    padding: 0 0 45px;
    float: left
}

.stac-block2 .col-md-6 p {
    padding: 0 0 45px
}

.stac-block2 ul.bottom {
    margin-bottom: 3%
}

.stac-block3 h3,
.stac-block2 h4 {
    width: 100%;
    color: #ff5e00;
    display: inline-block;
    font: 35px ProximaNova-Regular;
    margin: 0 0 20px;
    padding: 0;
    line-height: 45px;
    letter-spacing: 0
}

.stac-block3 h4 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 35px ProximaNova-Regular;
    margin: 0 0 3px;
    padding: 0;
    line-height: 43px;
    letter-spacing: 0
}

.stac-block3 p {
    font: 24px ProximaNova-Regular;
    color: #000;
    line-height: 42px;
    padding: 0;
    float: left
}

.stac-block3 .mid-rgt2 h4,
.stac-block3 .mid-rgt2 p {
    width: 75%
}

.stac-block3 .mid-rgt2 h4 {
    margin-bottom: 20px
}

.stac-block4 .bullet-point li p {
    position: relative;
    background: none;
    padding-left: 25px
}

.bullet-point li p:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    background-color: #000;
    width: 8px;
    height: 8px;
    top: 10px;
    left: 0;
    display: inline-block
}

.stac-block3 ul,
.stac-block4 ul,
.stac-block2 ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0
}

.stac-block3 ul li,
.stac-block4 ul li,
.stac-block2 ul li {
    float: left;
    margin: 0;
    width: 100%
}

.stac-block3 ul li:first-child,
.stac-block4 ul li:first-child,
.stac-block2 ul li:first-child {
    margin-left: 0
}

.stac-block3 ul li p,
.stac-block2 ul li p {
    font: 24px ProximaNova-Regular;
    color: #000;
    line-height: 32px;
    float: left;
    text-decoration: none;
    margin-bottom: 27px;
    padding: 0 0 0 44px;
    background: url(../png/list-arrow.png) no-repeat left 2px
}

.stac-block3 a.plus-text {
    font: 24px ProximaNova-Regular;
    color: #000;
    text-decoration: none;
    margin: 5px 0 0 45px
}

.stac-block3 .container-fluid.lrt-block .row div.col-md-6:last-child {
    padding-right: 0;
    padding-left: 2%
}

.stac-lst .more_btn_edt .btn-less,
.stac-lst .more_btn_edt .abovesix {
    display: none
}

.stac-block3 .col-md-6.mid-rgt1 .middle {
    vertical-align: middle;
    display: table-cell;
    height: 590px
}

.stac-block3 .col-md-6.mid-rgt2 .middle {
    vertical-align: middle;
    display: table-cell;
    height: 590px
}

.stac-block3 .mid-rgt1 h3,
.stac-block3 .mid-rgt1 ul li p {
    width: 80%
}

.stac-block3 .mid-rgt1 h3 span {
    width: 100%;
    display: inline-block
}

.stac-block4 {
    margin: 3.5% 0 1%
}

.stac-block4 h3 {
    width: 100%;
    color: #ff5e00;
    display: inline-block;
    font: 35px ProximaNova-Regular;
    margin: 0 0 1.5%;
    padding: 0;
    line-height: 45px;
    letter-spacing: 0
}

.stac-block4 h4 {
    width: 100%;
    color: #1c1c1c;
    display: inline-block;
    font: 35px ProximaNova-Regular;
    margin: 0 0 3%;
    padding: 0;
    line-height: 49px;
    letter-spacing: 0
}

.stac-block2 ul,
.stac-block4 ul {
    margin: 0 0 20px
}

.stac-block2 ul.two li,
.stac-block4 ul.two li {
    width: 50%
}

.stac-block4 ul li ul {
    margin: 0 0 1.5% 4%
}

.stac-block4 ul li ul li {
    width: 96%
}

.stac-block4 ul li p,
.stac-block4 ul li ul li p {
    font: 24px ProximaNova-Regular;
    color: #000;
    line-height: 42px;
    float: left;
    text-decoration: none;
    margin-bottom: 20px;
    padding: 0 0 0 44px;
    background: url(../png/list-arrow.png) no-repeat left 7px
}

.stac-block4 p {
    font: 24px ProximaNova-Regular;
    color: #000;
    line-height: 40px;
    padding: 0 0 45px;
    float: left;
    width: 100%
}

.stac-block6 {
    margin: 0 0 1%
}

.no-margin h3,
.no-margin h4 {
    margin: 0
}

h3.mr-bt {
    margin: 0 0 10px
}

h4.mr-bt {
    margin: 0 0 10px
}

.stac-block2 .col-md-6 p.last,
.stac-block2 p.last,
.stac-block2 .col-md-6 p.last,
.stac-block4 p.last {
    padding-bottom: 45px
}

.container.banner .col-md-12 {
    position: relative
}

.bannertext {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -50px
}

.bannertext h1,
.bannertext h2 {
    padding: 0 15px;
    font: 50px ProximaNova-Bold;
    color: #fff;
    text-align: center
}

.bannertext h2 {
    font-size: 46px
}

h2.pg-title {
    font-family: "Proximanova-Semibold"
}

.freshnew-blocks-hide {
    display: none !important
}

.freshnew-blocks {
    display: none !important
}

.home-page .content-blocks.blazedream-blog {
    display: block
}

.content-blocks.blazedream-blog {
    width: 100%;
    background-color: #F9F9F9;
    padding: 40px 0;
    display: none
}

.content-blocks.blazedream-blog .angular {
    width: 33.33%;
    float: left;
    padding: 0 15px
}

.content-blocks.blazedream-blog .angular img {
    width: 100%;
    margin-bottom: 8px;
    height: 171px
}

.content-blocks.blazedream-blog .angular p {
    font: 16px Proximanova-Regular;
    color: #020202;
    margin-bottom: 8px;
    line-height: 21px
}

.content-blocks.blazedream-blog .angular a {
    font: 16px Proximanova-Bold;
    color: #EC591E
}

.content-blocks.blazedreamtop-footer {
    border-bottom: 1px solid #F1F1F1
}

.content-blocks.blazedreamtop-footer .blazedream-address {
    width: 55%;
    float: left
}

.content-blocks.blazedreamtop-footer .blazedream-address img {
    width: 60px;
    float: left;
    margin-right: 15px
}

.content-blocks.blazedreamtop-footer .blazedream-address address {
    width: auto;
    float: left
}

.content-blocks.blazedreamtop-footer .blazedream-address address span {
    font: 15px Proximanova-Regular;
    color: #5E5E5E;
    display: block;
    text-align: left;
    line-height: 21px
}

.content-blocks.blazedreamtop-footer .blazedream-address address span a {
    color: #5E5E5E
}

.content-blocks.blazedreamtop-footer .sales-jobs .sales p a {
    color: #5E5E5E
}

.content-blocks.blazedreamtop-footer .blazedream-address address span.company {
    font: 15px Proximanova-Bold;
    line-height: 21px
}

.content-blocks.blazedreamtop-footer .sales-jobs {
    width: 45%;
    float: left
}

.content-blocks.blazedreamtop-footer .sales-jobs .sales {
    display: inline-block;
    width: 36%;
    text-align: left;
    vertical-align: text-top
}

.content-blocks.blazedreamtop-footer .sales-jobs .sales.reach {
    display: inline-block;
    width: 56%;
    margin: 0 20px 0 10px;
    text-align: left
}

.content-blocks.blazedreamtop-footer .sales-jobs .sales label {
    font: 15px Proximanova-Bold;
    width: auto;
    float: left;
    color: #5E5E5E;
    margin-bottom: 5px
}

.content-blocks.blazedreamtop-footer .sales-jobs .sales label.business {
    display: none
}

.content-blocks.blazedreamtop-footer .sales-jobs .sales p {
    font: 15px Proximanova-Regular;
    width: auto;
    float: left;
    color: #5E5E5E;
    line-height: 21px;
    text-align: left;
    margin-bottom: 0
}

.content-blocks.blazedreamtop-footer .sales-jobs .sales:last-child p {
    margin-bottom: 0
}

.content-blocks.blazedreamtop-footer .menufooter-widget.address-logo {
    width: 28%;
    float: left
}

.sitefooter .blazedreambottom-footer {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #F1F1F1
}

.menu-social-widget.menufooter-widget {
    width: 33.33%
}

.blazedream-badges {
    width: 100%;
    float: left;
    border-bottom: 1px solid #F1F1F1;
    display: none
}

.blazedream-badges .badges-block {
    display: flex;
    width: 100%
}

.blazedream-badges .badges-block .single-badge {
    width: 25%;
    float: left;
    padding: 40px 10px;
    border-right: 1px solid #F1F1F1;
    display: flex;
    align-items: center
}

.blazedream-badges .badges-block .single-badge:nth-of-type(2) {
    padding: 40px 20px
}

.blazedream-badges .badges-block .single-badge:nth-of-type(3) {
    padding: 40px 15px
}

.blazedream-badges .badges-block .single-badge:last-child {
    padding-right: 0;
    padding-left: 14px;
    border-right: none
}

.blazedream-badges .badges-block .single-badge a {
    width: 90px;
    float: left;
    margin-right: 4px
}

.blazedream-badges .badges-block .single-badge p {
    line-height: 18px;
    font-size: 14px;
    width: calc(100% - 100px);
    float: left
}

.home-page .blazedream-badges {
    display: block
}

.bread-crumbs.casestudy {
    padding: 0 0 50px
}

.bread-crumbs {
    display: inline-block;
    width: 100%;
    padding: 50px 0 0
}

.bread-crumbs .wrapper {
    width: 1270px;
    margin: 0 auto
}

.bread-crumbs ul li {
    position: relative;
    padding-right: 40px;
    display: inline-block
}

.bread-crumbs ul li:after {
    content: ">";
    position: absolute;
    font: 16px Proximanova-Regular;
    color: #282828;
    right: 9px;
    top: 3px
}

.bread-crumbs ul li:last-child:after {
    content: ""
}

.bread-crumbs ul li a {
    font: 20px Proximanova-Regular;
    color: #f1592b
}

.bread-crumbs ul li span {
    font: 20px Proximanova-Regular;
    color: #282828
}

@media screen and (max-width:1500px) {
    .sprite {
        background: url(../png/sprite.png) no-repeat
    }

    .move-to-top a {
        background: url(../png/move2top.png) no-repeat;
        bottom: 80px;
        display: none;
        height: 40px;
        position: fixed;
        right: 20px;
        text-indent: -9999px;
        width: 40px
    }

    .whatyousee {
        padding: 25px 0;
        background: #ff5e00
    }

    .whatyousee-inner {
        padding: 0 30px
    }

    .whatyousee p {
        float: left;
        font: 2.5em Proximanova-Bold;
        color: #efefef;
        margin-top: 8px
    }

    .whatyou-link {
        float: right
    }

    .whatyou-link a,
    .whatyou-link span {
        float: left
    }

    .whatyou-link a {
        border: 4px solid #fff6f0;
        font: 1.4em Proximanova-Semibold;
        color: #fff;
        padding: 14px 22px 10px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: transform .45s cubic-bezier(0.25, 1, 0.33, 1) 0s, color .45s cubic-bezier(0.25, 1, 0.33, 1) 0s, background-color .45s cubic-bezier(0.25, 1, 0.33, 1) 0s;
        -o-transition: transform .45s cubic-bezier(0.25, 1, 0.33, 1) 0s, color .45s cubic-bezier(0.25, 1, 0.33, 1) 0s, background-color .45s cubic-bezier(0.25, 1, 0.33, 1) 0s;
        -ms-transition: transform .45s cubic-bezier(0.25, 1, 0.33, 1) 0s, color .45s cubic-bezier(0.25, 1, 0.33, 1) 0s, background-color .45s cubic-bezier(0.25, 1, 0.33, 1) 0s;
        transition: transform .45s cubic-bezier(0.25, 1, 0.33, 1) 0s, color .45s cubic-bezier(0.25, 1, 0.33, 1) 0s, background-color .45s cubic-bezier(0.25, 1, 0.33, 1) 0s
    }

    .whatyou-link a:hover {
        -webkit-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    .whatyou-link a.link1 {
        background: #fff6f0;
        color: #ff5e00
    }

    .whatyou-link span {
        font: 1.4em Proximanova-Semibold;
        color: #ffaf80;
        margin: 20px 15px 0
    }
}

@media only screen and (max-width:767px) {
    .bread-crumbs .wrapper {
        width: 90%
    }

    .blazedream-badges .badges-block {
        display: inline-block
    }

    .blazedream-badges .badges-block .single-badge {
        width: 100%;
        padding: 20px 10px;
        border-right: none
    }

    .blazedream-badges .badges-block .single-badge:nth-of-type(2),
    .blazedream-badges .badges-block .single-badge:nth-of-type(3) {
        padding: 20px 10px
    }

    .content-blocks.blazedreamtop-footer .sales-jobs .sales.reach {
        width: 100%;
        margin: 0 0 20px
    }

    .content-blocks.blazedreamtop-footer .sales-jobs .sales {
        width: 100%;
        margin-bottom: 20px
    }

    .content-blocks.blazedream-blog .angular {
        width: 100%;
        margin-bottom: 25px
    }

    .content-blocks.blazedreamtop-footer .blazedream-address {
        width: 100%;
        margin-bottom: 20px;
        text-align: center
    }

    .content-blocks.blazedreamtop-footer .menufooter-widget.address-logo {
        width: 100%
    }

    .content-blocks.blazedreamtop-footer .blazedream-address img,
    .content-blocks.blazedreamtop-footer .blazedream-address address {
        float: none;
        display: inline-block;
        vertical-align: top
    }

    .content-blocks.blazedreamtop-footer .sales-jobs {
        width: 100%;
        margin-bottom: 0;
        border-top: 1px solid #F1F1F1;
        padding-top: 15px;
        border-bottom: none;
        padding-bottom: 0
    }

    .content-blocks.blazedreamtop-footer .sales-jobs .sales label,
    .content-blocks.blazedreamtop-footer .sales-jobs .sales p {
        float: none;
        display: block;
        vertical-align: top
    }

    .sitefooter .blazedreambottom-footer {
        border-top: none
    }

    .location-bottom .address-widget a {
        display: inline-block
    }

    .content-blocks.blazedreamtop-footer .sales-jobs .sales label.business {
        display: block
    }

    header .wrapper,
    .menu-btn .wrapper {
        max-width: 100%;
        padding: 0 15px
    }

    .menu-btn .wrapper {
        padding: 0 20px
    }

    .address-widget address,
    .address-widget p,
    .address-widget a {
        font-size: 16px
    }

    .menufooter-widget p,
    .menufooter-widget p a {
        color: #f7a897;
        font-size: 15px
    }

    .address-widget address {
        margin: 0
    }

    .pagewrapper {
        padding-top: 15px
    }

    .bestexperience,
    .whychoose,
    .clients,
    .customersay,
    .whatyousee {
        padding: 32px 0
    }

    .whychoose {
        background: #4e423b
    }

    .whychoose-inner ul li span {
        font-size: 1.1em
    }

    .whychoose h2 {
        margin-bottom: 17px;
        margin-top: 8px;
        text-align: left
    }

    .whychoose-inner {
        padding: 16px 0 20px
    }

    .whychoose-inner ul li {
        float: left;
        margin: 20px 0 0;
        border-top: 1px solid #5c504a;
        padding-top: 20px;
        width: 100%
    }

    .whychoose-inner ul li:first-child {
        margin-top: 0;
        border-top: 0;
        padding-top: 0
    }

    .whychoose-inner ul li p {
        font-size: 1.7em;
        margin: 12px 0 6px
    }

    .whychoose-inner ul li br,
    .clients-inner p br {
        display: none
    }

    .whatyousee-inner {
        padding: 0 5px;
        text-align: center
    }

    .whatyousee p {
        width: 100%;
        margin: 0 0 8px;
        font-size: 1.5em
    }

    .whatyou-link {
        display: inline-block;
        float: none;
        margin-top: 0
    }

    .whatyou-link a {
        font-size: .8em;
        padding: 10px 10px 8px;
        border-width: 2px;
        margin: 15px 0
    }

    .whatyou-link span {
        font-size: 1em;
        margin: 25px 10px 0
    }

    .whatyousee {
        padding-bottom: 20px
    }

    .header-menu ul>li>a.active {
        border-bottom: 0;
        color: #fff
    }

    .menu-btn .mobilediv .full-main-menu li a.active {
        color: #fff
    }

    .menu-btn .full-width-menu li .sticky-sub-menu li a.active {
        text-decoration: underline;
        color: #fff
    }

    .follow-us-mbl {
        text-align: center;
        margin: 0 auto 10px;
        display: block
    }

    ul.social-links li {
        margin-left: 12px
    }

    .menu-btn .menu-social-widget .social-links li.linkedin,
    .menu-btn .menu-social-widget .social-links li.stumble {
        margin-left: 12px;
        clear: none
    }

    .fullwidth-menufooter {
        position: relative;
        bottom: auto;
        border-top: 0
    }

    .menu-btn .full-main-menu li a {
        padding-bottom: 15px
    }

    .menu-btn .full-width-menu li .sticky-sub-menu li {
        list-style-type: none
    }

    .menu-btn .full-width-menu li .sticky-sub-menu {
        padding: 0
    }

    .move-to-top a {
        -webkit-animation: opacitydelay 5s;
        animation: opacitydelay 5s;
        opacity: .6
    }

    @-webkit-keyframes opacitydelay {
        0% {
            opacity: 1
        }

        100% {
            opacity: .6
        }
    }

    .menu-btn .full-width-menu li .sticky-sub-menu li a,
    .menu-btn .full-width-menu li .sticky-sub-menu li {
        color: #fff;
        font: 14px Proximanova-Bold
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .whatyousee-inner {
        text-align: center
    }

    .whatyousee p {
        width: 100%
    }

    .whatyou-link {
        display: inline-block;
        float: none
    }

    .whatyousee-inner {
        padding: 0 10px
    }

    .whatyousee p {
        font-size: 2.2em;
        margin-top: 0;
        margin-bottom: 18px
    }

    .whatyou-link a {
        font-size: 1.2em;
        padding: 12px 22px 8px
    }

    .whatyou-link span {
        font-size: 1.2em;
        margin: 15px 15px 0
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .whychoose {
        padding: 40px 0
    }

    .whychoose-inner ul li {
        margin: 0 1em
    }

    .whychoose-inner ul li span {
        font-size: 1em
    }

    .whychoose-inner ul li p {
        font-size: 2.8em
    }

    .whatyousee-inner {
        padding: 0 10px
    }

    .whatyousee p {
        font-size: 2.2em;
        margin-top: 0;
        margin-bottom: 18px
    }

    .whatyou-link a {
        font-size: 1.2em;
        padding: 12px 22px 8px
    }

    .whatyou-link span {
        font-size: 1.2em;
        margin: 15px 15px 0
    }
}

.contact-block1 ul li h4.center1,
.contact-block1 ul li h4.center2 {
    margin-bottom: 15px
}

.contact-block1 ul li h4.center2 {
    margin-top: 20px
}

.contact-block1 ul li {
    text-align: center
}

.contact-block1 ul li img {
    margin-bottom: 40px
}

.header-menu ul>li>a.homemenu-enquiry {
    background: #fff;
    color: #000 !important;
    float: right;
    margin-top: -7px;
    padding: 7px 10px 5px;
    border: 2px solid #000
}

.header-menu ul>li>a.homemenu-enquiry:hover {
    background: #ff5e00;
    color: #fff !important;
    border: 2px solid #ff5e00
}

.header-menu ul>li>a.homemenu-enquiry:before {
    display: none !important
}

.ft-mob-enquiry {
    display: none
}

.freshnew-blocks {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: #00000080;
    z-index: 99999999
}

.freshnew-inns {
    width: 500px;
    position: fixed;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 3px;
    max-height: 505px
}

.freshnew-inn {
    width: 500px
}

.freshnew-inn p {
    width: 300px;
    height: 100px;
    font: 18px Proximanova-Regular;
    color: #000;
    text-align: center;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle
}

.freshnew-blocks .closebtns {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #ff5e00;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    font-size: 36px;
    color: #fff;
    line-height: 44px;
    width: 40px;
    height: 40px
}

.freshnew-blocks .closebtns:hover {
    opacity: .9;
    text-decoration: none
}

.frsh-forms {
    margin: 0;
    padding: 40px 40px 0
}

.frsh-forms h3 {
    width: 100%;
    color: #000;
    display: inline-block;
    font: 36px ProximaNova-Regular;
    margin: 0 0 30px;
    padding: 0;
    line-height: 30px;
    text-align: left
}

.frsh-forms .col-md-12 {
    padding: 0
}

.frsh-forms .col-md-6 {
    width: 100%;
    margin-right: 0;
    padding: 0
}

.frsh-forms .form-col {
    min-height: 60px
}

.frsh-forms .form-col input,
.frsh-forms .form-col textarea {
    border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    font: 16px Maitree-Light;
    color: #fff;
    padding: 3px 3%;
    width: 100%
}

.frsh-forms .form-col textarea {
    padding: 3px 3%;
    min-height: 60px;
    resize: none
}

.frsh-forms .form-col input::-webkit-input-placeholder,
.frsh-forms .form-col textarea::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1
}

.frsh-forms .form-col input::-moz-placeholder,
.frsh-forms .form-col textarea::-moz-placeholder {
    color: #000 !important;
    opacity: 1
}

.frsh-forms .form-col input:-ms-input-placeholder,
.frsh-forms .form-col textarea:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1
}

.frsh-forms .form-col input,
.frsh-forms .form-col textarea {
    border-color: #ddd;
    color: #000;
    border-radius: 0
}

.frsh-forms .form-col span.error-msg,
.frsh-forms .form-col label.error {
    font: 14px Maitree-Light;
    color: red;
    display: none;
    font-weight: 700
}

.frsh-forms .form-col input[type="submit"] {
    float: left;
    background: #fff;
    cursor: pointer;
    border: 3px solid #ff5e00;
    border-radius: 0;
    display: block;
    font: 16px ProximaNova-Regular;
    color: #1c1c1c;
    text-decoration: none;
    padding: 0 25px;
    margin: 0 auto;
    width: auto;
    line-height: 30px
}

.frsh-forms .form-col input[type="submit"]:hover {
    background: #ff5e00;
    border: 3px solid #ff5e00;
    text-decoration: none;
    color: #fff
}

.frsh-forms .form-sucess,
.frsh-forms .form-error {
    display: none
}

.frsh-forms .form-sucess p,
.frsh-forms .form-error p {
    font: 14px Maitree-Light;
    color: #000;
    margin: 0 0 10px;
    text-align: center
}

.frsh-forms .form-sucess p {
    color: #008100
}

.frsh-forms .form-error p {
    color: #fff333
}

.frsh-forms .form-col.text-area {
    min-height: 80px;
    width: 100%
}

.fot-block .col-md-3.col-md-3-1 {
    width: 20%
}

.fot-block .col-md-3 {
    width: 30%
}

.frsh-forms .form-col.submit {
    margin-top: 10px
}

.frsh-forms .container {
    padding: 0 25px
}

.frsh-forms .mCSB_scrollTools {
    right: -5px;
    bottom: 15px
}

.frsh-forms .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fffc
}

.frsh-forms .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fffc
}

.capt-block .capt-container {
    margin: 10px 0 0
}

.capt-block .capt-container .captcha-refresh {
    width: 25px;
    height: 25px;
    float: left;
    cursor: pointer;
    text-indent: -99999px;
    background: url(../png/captcha-refresh.png) no-repeat 0 0;
    margin-top: 6px
}

.capt-block .capt-container .captcha-code .captcha-img {
    width: 30%;
    float: left;
    margin: 0 5%;
    padding: 0 0 6px;
    height: 38px;
    background: #fff
}

.capt-block .capt-container .captcha-code .captcha-input {
    width: 40%;
    float: left;
    padding: 0 10px;
    height: 38px
}

.capt-block .capt-container .captcha-code #captcha-error {
    width: 100%;
    float: left
}

.capt-block .capt-container .captcha-code label.error {
    width: 100%;
    float: left
}

.contat-capt .capt-block .capt-container .captcha-refresh {
    margin-top: 5px
}

.contat-capt .capt-block .capt-container .captcha-code .captcha-img {
    width: 150px;
    height: auto
}

.contat-capt .capt-block .capt-container .captcha-code .captcha-input {
    width: 200px;
    height: auto
}

.contat-capt .capt-block .capt-container .captcha-code #captcha1-error {
    width: 100%;
    float: left
}

.seointlink {
    color: #ff5e00;
    text-decoration: underline
}

.seointlink:hover {
    color: #ff5e00;
    text-decoration: underline;
    opacity: .8
}

.services-dotnet-block5 h5 a.seointlink {
    color: #ff5e00;
    cursor: pointer
}

.dr-block2 p a.seointlink,
.iosd-block6 p a.seointlink {
    color: #ff5e00;
    text-decoration: underline;
    font: inherit;
    color: #ff5e00;
    line-height: inherit;
    padding: 0;
    float: initial;
    margin-top: inherit;
    border-bottom: 0
}

.dr-block2 p a.seointlink:hover,
.iosd-block6 p a.seointlink:hover {
    color: #ff5e00;
    text-decoration: underline;
    opacity: .8
}

.iosd-block6.seo-links {
    margin: 0 0 3%
}

.iosd-block7 {
    margin-bottom: 0
}

.right-enquiry {
    display: none !important
}

.dsk-enquiry-lnk {
    display: block
}

.mob-enquiry-lnk {
    display: none
}

.hd-nav-show-mob {
    display: none
}

.desk-header-menu {
    display: block
}

.mob-header-menu {
    display: none
}

div#cus_innertitle h2 {
    color: #1c1c1c;
    font: 50px ProximaNova-Regular;
    letter-spacing: -2px
}

.cus_pagetitle {
    width: 100%;
    float: left;
    margin: 5% 0 0
}

.cus-comm-title .cus_pagetitle h1 {
    font: 70px/70px ProximaNova-Regular;
    letter-spacing: -2px;
    margin: 0;
    color: #1c1c1c;
    text-transform: capitalize
}

div#cus_innertitle p {
    font-size: 21px;
    font: 24px ProximaNova-Regular;
    line-height: 40px;
    padding: 0;
    margin-top: 20px;
    color: #585858
}

div#cus_innertitle h3 {
    font: 35px ProximaNova-Regular;
    margin-top: 35px
}

.about-block2 .cus-whyblaze h3 span {
    margin: 0
}

div#cus-whyblaze-bg {
    display: flex
}

.cus-whyblaze {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

div#cus-whyblazeid {
    position: relative
}

div#cus_innertitle p.cus-martop {
    margin-top: 8px
}

div#cus_innertitle p.cus-marp {
    margin-top: 15px
}

div#cus_innertitle .col-md-12,
section#cus_osp-block2 .col-md-12 {
    padding-left: 15px;
    padding-right: 15px
}

.cus_osp-block2 p {
    color: #585858
}

div#cus_innertitle.cus_innerheadti h3 {
    font: 40px/40px ProximaNova-Semibold;
    margin-top: 0
}

div#cus_innertitle.cus_innerheadti p {
    margin: 30px 0 40px
}

div#cus_innertitle.cus_innerheadti.cus-dotnot {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px
}

.cus-htmlbanner .container-fluid.lrt-block,
.cus-htmlban .container-fluid.lrt-block,
.cus-androidapp .container-fluid.lrt-block,
.cus-iosapp .container-fluid.lrt-block,
.cus-mobile-app-reengg .container.inn-block,
.cus-angularjs .container-fluid.lrt-block .col-md-12,
.cus-mobile-app-reengg .container-fluid.lrt-block {
    padding: 0
}

.cus-iosapp .container-fluid.lrt-block img,
.cus-mobile-app-reengg .container-fluid.lrt-block img,
.cus-htmlbanner .container-fluid.lrt-block img,
.cus-androidapp .container-fluid.lrt-block img,
.container.container-fluid.lrt-block,
.cus-htmlban .container-fluid.lrt-block img,
.cus-html5-block3 .col-md-7 img,
.cus-angularjs .container-fluid.lrt-block img {
    width: 100%
}

section.cus-imagebg.cus-clientimg {
    margin-bottom: 30px
}

.osp-block4 .container-fluid.lrt-block .row div.col-md-6.cus-open-srce:last-child,
.uiux-block2 .container-fluid.lrt-block .row div.col-md-6:last-child,
.aad-block4 .container-fluid.lrt-block .row div.col-md-6:last-child,
.emac-block2 .container-fluid.lrt-block .row div.col-md-6:last-child,
.dr-block5 .container-fluid.lrt-block .row div.col-md-6:last-child,
.net-block4 .container-fluid.lrt-block .row div.col-md-6:last-child {
    padding-left: 3%
}

.dm-block8 .cus-whyblaze-inner h3 i {
    font: 40px ProximaNova-Semibold;
    margin-bottom: 15px
}

.dm-block8 .cus-whyblaze-inner .seo-market-cont,
.aiws-block2 .col-md-6:nth-child(2) {
    padding: 0 0 0 3%
}

.dm-block8 .seo-market-cont p {
    color: #585858
}

.uiux-block2 p,
.osp-block4 .cus-whyblaze-inner h5,
.aad-block4 p,
.dr-block5 p,
.dm-block8 .seo-market-cont p,
.aiws-block2 p,
.net-block4 p,
.mad-block3 p {
    padding-right: 25%;
    line-height: 35px
}

.net-block4 .cus-whyblaze-inner h3 span,
.mad-block3 .cus-whyblaze-inner ul,
.angularjs-block5 .cus-whyblaze-inner h4 {
    margin-top: 0
}

.wk-block1 h1 span {
    font: 70px/70px ProximaNova-Regular
}

.angularjs-block5 .cus-whyblaze-inner h4 {
    margin-bottom: 15px
}

.cus-html5-block3 .col-md-7 {
    padding: 0
}

.cpa-block4 .col-md-12 {
    padding: 0
}

.stac-blk-2 {
    margin: 0 0 2%
}

.stac-blk-4 ul {
    margin: 0
}

.mob-block {
    margin: 0 0 3%
}

.iosd-block6 p {
    padding: 0 0 20px
}

.logo-color {
    color: #ff5e00
}

.dotnet-para {
    margin: 20px 0
}

.digital-para {
    margin: 0 0 20px
}

.mad-block3 .web-dev-ul {
    margin: 50px 0 40px
}

.mad-block3 .web-dev-ul li {
    margin: 0
}

.header-menu ul.social-links>li>a::before {
    background: transparent
}

.address-block {
    display: flex;
    justify-content: space-between
}

.location-bottom .menufooter-widget {
    float: none
}

@media screen and (max-width:1600px) {
    body {
        font-size: 90%
    }
}

@media screen and (max-width:1500px) {

    .menufooter-widget h6,
    .address-widget address {
        margin: 0 0 10px
    }

    .menu-btn .menu-items li h6 {
        padding-bottom: 15px
    }

    .menu-contact-details p {
        margin: 0 0 5px;
        margin: 0 0 5px
    }

    .menu-btn .full-main-menu li a,
    .menu-btn .menu-items li h6,
    .menu-contact-details p span {
        font-size: 20px
    }

    body {
        font-size: 90%
    }
}

@media screen and (max-width:1440px) {
    .content-blocks h2 {
        font-size: 50px
    }

    .content-blocks h3 {
        font-size: 40px
    }

    .content-blocks h4 {
        font-size: 28px
    }

    .content-blocks h5,
    .content-blocks h5.regular {
        font-size: 24px
    }

    .content-blocks h3 {
        margin: 0 0 20px;
        line-height: 40px
    }

    .content-blocks h2 {
        margin: 0 0 20px
    }
}

@media screen and (max-width:1400px) {

    header .wrapper,
    .menu-btn .wrapper {
        max-width: 100%;
        padding: 0 50px
    }

    .fullwidth-menufooter {
        padding: 20px 0
    }

    .full-width-menu {
        padding: 20px 0 10px
    }
}

@media screen and (max-width:1366px) {
    .menu-contact-details p span {
        padding-bottom: 5px
    }

    .menu-btn .full-width-menu li>a {
        margin: 0 0 13px
    }

    .menu-btn .full-main-menu li a {
        padding-bottom: 30px;
        margin: 0
    }
}

@media screen and (max-width:1280px) {
    .content-blocks p {
        margin: 0 0 20px
    }
}

@media screen and (max-width: 1152px) {
    .content-blocks {
        padding: 30px 0
    }
}

@media screen and (max-width: 1040px) {

    footer.sitefooter .wrapper,
    .content-blocks .wrapper,
    .case-study .content-blocks .wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 15px
    }
}

@media screen and (max-width: 1024px) {
    .content-blocks h2 {
        font-size: 40px
    }

    .content-blocks h3 {
        font-size: 30px
    }

    .content-blocks h4 {
        font-size: 24px
    }

    .content-blocks h5,
    .content-blocks h5.regular,
    .content-blocks a.white-btn {
        font-size: 20px
    }

    .content-blocks p,
    .content-blocks a.link-text {
        font-size: 16px
    }

    p,
    a.link-text {
        font-size: 16px
    }

    .content-blocks h3 {
        margin-right: 40px
    }

    .footermenu-section ul li a,
    .copyright-section p,
    .copyright-section p a {
        font-size: 14px
    }

    .menu-btn .full-main-menu li a,
    .menu-btn .menu-items li h6,
    .menu-contact-details p span {
        font-size: 18px
    }

    .menu-social-widget .social-links li.printerest {
        margin-left: 8px;
        clear: none
    }

    .menu-social-widget .social-links li.linkedin,
    .menu-social-widget .social-links li.stumble {
        margin-left: 0;
        clear: left
    }

    header .wrapper,
    .menu-btn .wrapper {
        max-width: 100%;
        padding: 0 15px
    }

    .pagewrapper {
        margin: 100px 0 0
    }
}

@media screen and (max-width: 1023px) {
    ul.main-menu {
        display: none
    }

    .webservice-intro h1 {
        max-width: 80%;
        letter-spacing: -1.5px
    }

    .footermenu-section .footermenu-width4 {
        width: 20%;
        padding-right: 0
    }

    .footermenu-section .footermenu-width2 {
        width: 25%
    }

    .footermenu-section .footermenu-width1 {
        width: 12%
    }

    .webservice-intro .col-md-7,
    .webservice-intro .col-md-5 {
        width: 50%
    }

    .content-blocks p {
        margin: 0 0 20px;
        max-width: 100%
    }

    .webintor-content h4 {
        letter-spacing: -.5px
    }

    .webservice-intro .col-md-7 ul p {
        max-width: 98%;
        padding-right: 15px
    }

    .link-more-space {
        margin-top: 18px
    }

    .webservice-intro .col-md-11 {
        width: 98%
    }

    ul.social-links li.youtube a:after {
        left: 4px
    }

    ul.social-links li.twitter a::after {
        left: 5px
    }

    ul.social-links li a {
        width: 20px;
        height: 20px
    }

    ul.social-links li {
        margin-left: 3px
    }

    ul.social-links li a::after {
        left: 5px;
        top: 5px
    }

    .footer-location a {
        font-size: 10px
    }

    .footermenu-section ul li a,
    .copyright-section p,
    .copyright-section p a {
        font-size: 12px
    }

    .footer-location li {
        padding: 0 9px
    }

    .content-blocks h3 {
        line-height: 30px
    }

    .content-blocks p {
        line-height: 26px
    }

    .footer-contact p a {
        font-size: 12px
    }

    .webintor-content p {
        line-height: 20px
    }

    .explore-work .explore-content {
        width: 45%
    }

    .location-bottom .address-widget {
        width: 30%
    }

    header .wrapper,
    .menu-btn .wrapper {
        max-width: 100%;
        padding: 0 20px
    }

    .menu-btn .full-main-menu li a,
    .menu-btn .menu-items li h6,
    .menu-contact-details p span {
        font-size: 15px
    }

    .menu-contact-details {
        width: 17%
    }

    .full-tech-menu {
        width: 15%
    }

    .service-full-menu {
        width: 53%
    }

    .full-main-menu {
        width: 13%
    }

    .menu-btn .full-width-menu li a,
    .menu-contact-details p a,
    .menufooter-widget h6 {
        font-size: 14px
    }

    .menu-social-widget {
        width: 20%
    }

    .menu-copyright-widget {
        width: 20%
    }

    .address-widget address,
    .menufooter-widget p,
    .menufooter-widget p a,
    .address-widget p,
    .address-widget a {
        font-size: 12px
    }

    .menu-social-widget .social-links li.printerest {
        margin-left: 0;
        clear: left
    }

    .menu-social-widget .social-links li.linkedin,
    .menu-social-widget .social-links li.stumble {
        margin-left: 8px;
        clear: none
    }

    ul.social-links li.stumble a::after {
        left: 3px
    }

    ul.social-links li.youtube a:after {
        left: 4px
    }

    ul.social-links li.twitter a::after {
        left: 5px
    }

    ul.social-links li a {
        width: 20px;
        height: 20px
    }

    ul.social-links li {
        margin-left: 3px
    }

    ul.social-links li a::after {
        left: 5px;
        top: 5px
    }

    .footer-location a {
        font-size: 10px
    }

    .footermenu-section ul li a,
    .copyright-section p,
    .copyright-section p a {
        font-size: 12px
    }

    .footer-location li {
        padding: 0 9px
    }

    .content-blocks h3 {
        line-height: 30px
    }

    .content-blocks p {
        line-height: 26px
    }

    .footer-contact p a {
        font-size: 12px
    }

    .mbl-space-del {
        margin-bottom: 20px
    }

    .clients-inner ul li {
        margin-bottom: 50px
    }

    .home-testimonial h5.regular {
        max-width: 100%;
        margin: 0 0 40px
    }

    ul.main-menu {
        display: none
    }

    .footermenu-section .footermenu-width4 {
        width: 20%;
        padding-right: 0
    }

    .footermenu-section .footermenu-width2 {
        width: 25%
    }

    .footermenu-section .footermenu-width1 {
        width: 12%
    }

    .webservice-intro ul li,
    .webservice-intro ul li:last-child {
        margin: 0 0 30px
    }

    .mobilediv .main-case-img {
        height: 241px;
        margin: 0 auto;
        width: 100%
    }

    .single-casestudy {
        margin: 0 auto 30px
    }

    .mobilediv.casestudy-inner .col-md-12 {
        width: 630px;
        float: none;
        margin: 0 auto
    }

    .home-testimonial {
        width: 630px
    }

    .content-blocks p {
        line-height: 25px
    }

    .content-blocks h3 {
        margin-right: 0;
        line-height: 32px
    }

    .menu-btn .mobilediv {
        width: 100%;
        float: left;
        background: #f1592b;
        overflow-y: scroll;
        height: 95vh;
        padding-bottom: 90px
    }

    .mobilediv .menu-items {
        width: 100%
    }

    .menu-btn .mobilediv .full-main-menu li a {
        color: #f7a897
    }

    .mobilediv .menu-contact-details p span,
    .mobilediv .menufooter-widget h6 {
        font-size: 16px;
        color: #fbbfb3;
        text-transform: uppercase;
        font-family: Proximanova-Light
    }

    .mobilediv .menu-contact-details p a,
    .mobilediv .address-widget address,
    .mobilediv .address-widget p,
    .mobilediv .address-widget a {
        color: #fff
    }

    .mobilediv .full-width-menu {
        border: 0
    }

    .mobilediv .menu-contact-details p {
        display: block
    }

    .mobilediv .menufooter-widget {
        width: 100%;
        margin: 0 0 30px
    }

    .menu-btn .menu-contact-details p {
        margin: 0 0 10px;
        width: 100%;
        float: left
    }

    .menu-btn .menu-contact-details p:last-child,
    .mobilediv .menufooter-widget:last-child {
        margin: 0
    }

    .menu-btn .menu-copyright-widget p {
        margin: 0
    }

    .menu-btn .menu-social-widget .social-links li.linkedin,
    .menu-btn .menu-social-widget .social-links li.stumble {
        margin-left: 8px;
        clear: none
    }

    .menu-btn .menu-social-widget .social-links li.printerest {
        margin-left: 0;
        clear: left
    }

    .mobilediv .menu-items {
        width: 100%;
        margin: 0 0 10px
    }

    .mobilediv .menu-items.menu-contact-details {
        margin: 0
    }

    footer ul.social-links.mobilediv {
        display: none
    }

    footer ul.social-links.deskdiv {
        display: flex
    }

    footer ul.social-links {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .location-bottom .address-widget {
        width: 30%
    }

    .footer-contact p a {
        word-break: break-word
    }

    .pagewrapper {
        margin: 85px 0 0
    }

    header .wrapper,
    .menu-btn .wrapper {
        max-width: 100%;
        padding: 0 20px
    }

    .menu-btn .full-main-menu li a,
    .menu-btn .menu-items li h6,
    .menu-contact-details p span {
        font-size: 15px
    }

    .menu-contact-details {
        width: 17%
    }

    .full-tech-menu {
        width: 15%
    }

    .service-full-menu {
        width: 53%
    }

    .full-main-menu {
        width: 13%
    }

    .menu-btn .full-width-menu li a,
    .menu-contact-details p a,
    .menufooter-widget h6 {
        font-size: 14px
    }

    .menu-social-widget {
        width: 20%
    }

    .menu-copyright-widget {
        width: 20%
    }

    .address-widget address,
    .menufooter-widget p,
    .menufooter-widget p a,
    .address-widget p,
    .address-widget a {
        font-size: 12px
    }

    .menu-social-widget .social-links li.printerest {
        margin-left: 0;
        clear: left
    }

    .menu-social-widget .social-links li.linkedin,
    .menu-social-widget .social-links li.stumble {
        margin-left: 8px;
        clear: none
    }

    ul.social-links li.stumble a::after {
        left: 3px
    }

    .menu-btn .full-width-menu li>a {
        margin: 0 0 8px
    }

    .menu-btn .full-main-menu li a {
        margin: 0
    }

    .deskdiv .full-width-menu {
        padding: 50px 0 10px
    }

    footer .footer-location {
        line-height: 0
    }

    footer ul.social-links.deskdiv {
        display: flex;
        width: auto;
        margin: 0;
        float: right
    }

    footer .footermenu-section ul li {
        line-height: 0
    }
}

@media screen and (max-width: 767px) {
    .footer-widget.footer-contact {
        display: flex;
        width: 100%;
        justify-content: space-between
    }

    .footermenu-section {
        padding: 30px 0 0
    }

    footer .footer-widget {
        display: none
    }

    footer .footer-widget.footer-contact {
        display: block
    }

    .footer-contact p {
        margin: 0
    }

    .copyright-section p {
        margin-bottom: 15px
    }

    footer ul.social-links {
        display: flex;
        justify-content: center;
        width: 100%
    }

    .desktop-img,
    .deskdiv {
        display: none
    }

    .mbl-img,
    .mobilediv {
        display: block
    }

    .content-blocks h2 {
        font-size: 30px
    }

    .content-blocks h3 {
        font-size: 28px
    }

    .content-blocks h4 {
        font-size: 22px
    }

    .content-blocks h5,
    .content-blocks h5.regular,
    .content-blocks a.white-btn {
        font-size: 18px
    }

    a.white-btn {
        padding: 12px 20px;
        border-width: 2px
    }

    .location-bottom .address-widget {
        width: 100%;
        text-align: center;
        margin: 0 0 30px
    }

    .location-bottom .address-widget:last-child {
        margin: 0
    }

    .location-bottom .address-widget address {
        margin: 0 0 10px
    }

    .location-bottom .address-widget h6 {
        font-size: 20px;
        margin: 0 0 10px
    }

    .headroom--pinned.headroom--top .logo a,
    .logo a {
        background: url(../png/newlogo-page.png) no-repeat;
        width: 76px;
        height: 76px
    }

    header .header-menu {
        float: right;
        margin-top: 30px
    }

    .footer-widget.footer-contact {
        display: block
    }

    .footer-contact p {
        width: 100%;
        margin: 0 0 25px
    }

    .clients-inner ul li {
        margin-bottom: 50px
    }

    a.white-btn {
        padding: 12px 20px
    }

    .location-bottom .address-widget {
        width: 100%;
        text-align: center;
        margin: 0 0 30px
    }

    .location-bottom .address-widget:last-child {
        margin: 0
    }

    .location-bottom .address-widget address {
        margin: 0 0 10px
    }

    .location-bottom .address-widget h6 {
        font-size: 17px;
        margin: 0 0 10px
    }

    .address-widget address,
    .content-blocks.location-bottom p,
    .address-widget a,
    .menufooter-widget p a {
        font-size: 13px
    }

    .address-widget a {
        font-size: 13px;
        line-height: 18px
    }

    .footer-contact span {
        font-size: 17px
    }

    .footer-contact p {
        text-align: center
    }

    .copyright-section {
        padding-bottom: 30px;
        padding-top: 0
    }

    footer ul.social-links.deskdiv {
        display: none
    }

    ul.social-links.mobilediv li a {
        background-color: #f1592b
    }

    ul.social-links.mobilediv li a:hover {
        background-color: #464646
    }

    ul.footer-location {
        float: none;
        width: 335px;
        margin: 0 auto;
        text-align: center
    }

    .headerblock.headerfixed .logo a,
    .headroom--pinned .logo a,
    .headroom--not-top.headroom--not-bottom.headroom--pinned .logo a {
        background: url(../png/newlogo-scroll.png) no-repeat;
        width: 76px;
        height: 76px
    }

    footer ul.social-links.mobilediv {
        display: flex
    }

    footer ul.social-links.deskdiv {
        display: none
    }

    ul.social-links li.facebook a:after {
        background-position: -37px -706px;
        width: 14px;
        height: 27px
    }

    ul.social-links li.twitter a:after {
        background-position: -80px -714px;
        width: 29px;
        height: 23px;
        left: 13px;
        top: 15px
    }

    ul.social-links li.instagram a:after {
        background-position: -146px -710px;
        width: 27px;
        height: 27px;
        left: 12px
    }

    ul.social-links li.linkedin a:after {
        background-position: -205px -710px;
        width: 27px;
        height: 27px;
        left: 15px
    }

    ul.social-links li.printerest a:after {
        background-position: -264px -703px;
        width: 21px;
        height: 27px;
        left: 16px
    }

    ul.social-links li.googleplus a:after {
        background-position: -304px -705px;
        width: 31px;
        height: 24px;
        left: 13px;
        top: 15px
    }

    ul.social-links li.stumble a:after {
        background-position: -358px -711px;
        width: 33px;
        height: 25px;
        left: 12px
    }

    ul.social-links li.youtube a::after {
        background-position: -427px -711px;
        width: 30px;
        height: 23px;
        left: 13px;
        top: 17px
    }

    ul.social-links.mobilediv li a:hover {
        background-color: #464646
    }

    ul.footer-location {
        float: none;
        width: 335px;
        margin: 0 auto;
        text-align: center
    }

    .copyright-section p {
        width: 78%;
        float: none;
        text-align: center;
        margin: 15px auto 0;
        padding-top: 20px
    }

    .home-testimonial h5.regular {
        font-size: 18px
    }

    footer ul.social-links.mobilediv {
        display: block;
        width: 270px;
        float: none;
        margin: 10px auto 0
    }

    footer ul.social-links li a {
        width: 55px;
        height: 55px
    }

    ul.social-links li a:after {
        top: 15px;
        left: 18px
    }

    footer ul.social-links li {
        margin-bottom: 15px;
        margin-left: 15px
    }

    footer ul.social-links.deskdiv {
        display: none
    }

    .scrolldown-arw {
        display: none
    }

    .mobilediv .main-case-img {
        height: 190px
    }

    .address-widget .mobilediv {
        display: block
    }

    .address-widget .deskdiv {
        display: none
    }

    .second-mob {
        padding-left: 0
    }

    .copyright-section p {
        clear: both
    }

    footer ul.social-links li.printerest {
        clear: left;
        margin-left: 0
    }

    .header-menu ul>li>a.active {
        border-bottom: 0;
        color: #fff
    }

    .webintor-content {
        width: 77%;
        padding: 0 0 0 15px
    }

    .link-more-space {
        margin-top: 0
    }

    .follow-us-mbl {
        text-align: center;
        margin: 0 auto 10px;
        display: block
    }

    .webservice-intro .col-md-11 {
        width: 100%
    }

    .footer-location a {
        font-size: 12px
    }

    .footermenu-section ul li a,
    .copyright-section p,
    .copyright-section p a {
        font-size: 14px
    }

    .footer-contact p a,
    .home-testimonial h6.regular {
        font-size: 14px
    }

    .footer-location li {
        padding: 0 15px
    }

    .testimonial-inner h4 {
        font-size: 22px
    }

    ul.social-links li a {
        width: 55px;
        height: 55px
    }

    .menu-btn ul.social-links li.facebook a:after {
        background-position: -37px -754px
    }

    .menu-btn ul.social-links li.twitter a::after {
        background-position: -80px -755px
    }

    .menu-btn ul.social-links li.instagram a::after {
        background-position: -146px -755px;
        left: 14px
    }

    .menu-btn ul.social-links li.linkedin a::after {
        background-position: -205px -755px
    }

    .menu-btn ul.social-links li.printerest a::after {
        background-position: -264px -751px
    }

    .menu-btn ul.social-links li.googleplus a::after {
        background-position: -304px -750px
    }

    .menu-btn ul.social-links li.stumble a::after {
        background-position: -358px -755px
    }

    .menu-btn ul.social-links li.youtube a::after {
        background-position: -427px -760px
    }

    .address-block {
        display: block;
        width: 100%;
        float: left
    }

    .location-bottom .address-widget {
        width: 100%
    }

    .menu-btn .full-main-menu li a {
        padding-bottom: 15px;
        margin: 0
    }

    .headroom--pinned.headroom--top .header-menu {
        margin-top: 30px
    }

    .menu-btn .full-width-menu li .sticky-sub-menu li ul li {
        list-style-type: disc
    }

    .menu-btn li a:hover {
        color: #fff !important
    }

    .menu-btn .full-width-menu li a:hover,
    .menu-contact-details p a:hover,
    .address-widget a:hover,
    .menufooter-widget p a:hover,
    .menu-btn .full-width-menu li .sticky-sub-menu li a:hover,
    .location-bottom .address-widget a:hover {
        color: #fff
    }

    .menu-btn ul.social-links li a {
        background: #fff
    }

    .mobile-submenu {
        display: none
    }

    .mobilediv .menu-contact-details p a {
        font-size: 20px
    }

    .menu-btn .mobilediv .full-main-menu li a {
        color: #852d13;
        font-family: "Proximanova-Regular";
        text-transform: capitalize;
        font-size: 30px
    }

    .menu-btn .address-widget address,
    .address-widget p {
        font-size: 16px;
        line-height: 22px
    }

    .menu-btn .full-width-menu li .sticky-sub-menu li a,
    .menu-btn .full-width-menu li .sticky-sub-menu li,
    .menu-btn .full-width-menu li .sticky-sub-menu li ul li a {
        font-size: 16px
    }

    .menu-btn .mobilediv .menu-contact-details p span,
    .menu-btn .mobilediv .menufooter-widget h6 {
        font-size: 14px;
        color: #852d13;
        margin-bottom: 8px;
        font-family: Proximanova-Regular
    }

    .header-menu ul>li.has-submenu>a:after {
        top: 15px
    }

    .menu-btn .menu-copyright-widget p,
    .menu-btn .menu-copyright-widget a {
        font-size: 12px
    }

    .mobilediv .menu-items.menu-contact-details {
        margin: 10px 0 0
    }

    .fullwidth-menufooter {
        padding: 15px 0 0
    }

    .menu-btn .full-width-menu li .sticky-sub-menu li a,
    .menu-btn .full-width-menu li .sticky-sub-menu li {
        color: #fff;
        font: 14px Proximanova-Regular;
        text-transform: uppercase
    }

    .menu-btn .full-width-menu li .sticky-sub-menu li ul li a {
        font: 14px Proximanova-Regular;
        text-transform: capitalize
    }

    .menu-btn .mobilediv .full-width-menu li .sticky-sub-menu li ul {
        padding-left: 16px
    }

    .menu-btn .menu-copyright-widget p,
    .menu-btn .menu-copyright-widget a,
    .menu-btn .mobilediv .menufooter-widget.menu-copyright-widget p a {
        font-size: 14px;
        color: #852d13
    }

    .menu-btn .menu-copyright-widget p {
        margin: 0 0 20px
    }

    .menu-btn .mobilediv .address-widget address,
    .menu-btn .mobilediv .menufooter-widget p a,
    .menu-btn .mobilediv .address-widget a {
        font-size: 17px
    }
}

@media screen and (max-width: 630px) {

    .mobilediv.casestudy-inner .col-md-12,
    .home-testimonial {
        width: 100%;
        float: left
    }
}

@media screen and (max-width: 480px) {
    .chat-btn-blk {
        text-align: center
    }

    a.white-btn {
        margin-right: 0;
        display: block
    }

    a.white-btn:first-child {
        margin: 0
    }

    .copyright-section {
        padding-bottom: 80px
    }

    .footer-contact span,
    .follow-us-mbl {
        text-transform: uppercase;
        font-size: 17px;
        margin: 0 0 5px
    }

    .footer-contact p a {
        font-size: 15px
    }

    .copyright-section p {
        width: 88%;
        font-size: 13px
    }

    .footer-location a {
        font-size: 13px
    }

    .footer-location li {
        padding: 0 7px
    }

    .footermenu-section ul li a,
    .copyright-section p a {
        font-size: 16px
    }
}

@media screen and (max-width: 320px) {
    .menu-social-widget .social-links {
        width: 100%;
        float: left
    }

    footer ul.footer-location {
        float: left;
        width: 100%
    }

    footer ul.footer-location li a {
        font-size: 12px
    }
}

.contact-page #jivo-iframe-container {
    display: none
}

.newaboutus-main .our-clients h2 {
    letter-spacing: -2.5px;
    margin-bottom: 34px;
    font-size: 3.75em
}

.newaboutus-main .content-blocks p {
    font: 1.125em/24px Proximanova-Regular;
    color: #5e5e5e;
    line-height: 32px;
    margin: 0 0 30px
}

.newaboutus-main a.link-text {
    color: #f1592b;
    font: 1.125em Proximanova-Bold;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 5px;
    overflow: hidden
}

.newaboutus-main .link-text:hover span+span {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.newaboutus-main .link-text:hover span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.newaboutus-main .link-text span+span {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    color: #121212;
    opacity: 0
}

.newaboutus-main .link-text span {
    display: inline-block;
    position: relative;
    -webkit-transition: opacity .4s cubic-bezier(.7, 0, .3, 1), -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: opacity .4s cubic-bezier(.7, 0, .3, 1), -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1), opacity .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1), opacity .4s cubic-bezier(.7, 0, .3, 1), -webkit-transform .4s cubic-bezier(.7, 0, .3, 1)
}

.newaboutus-main .link-text span>div {
    -webkit-transition: -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1);
    transition: transform .4s cubic-bezier(.7, 0, .3, 1), -webkit-transform .4s cubic-bezier(.7, 0, .3, 1)
}

.newaboutus-main .link-text span>div:nth-child(1) {
    -webkit-transition-delay: 10ms;
    transition-delay: 10ms
}

.newaboutus-main .link-text span>div:nth-child(2) {
    -webkit-transition-delay: 20ms;
    transition-delay: 20ms
}

.newaboutus-main .link-text span>div:nth-child(3) {
    -webkit-transition-delay: 30ms;
    transition-delay: 30ms
}

.newaboutus-main .link-text span>div:nth-child(4) {
    -webkit-transition-delay: 40ms;
    transition-delay: 40ms
}

.newaboutus-main .link-text span>div:nth-child(5) {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms
}

.newaboutus-main .link-text span>div:nth-child(6) {
    -webkit-transition-delay: 60ms;
    transition-delay: 60ms
}

.newaboutus-main .link-text span>div:nth-child(7) {
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms
}

.newaboutus-main .link-text span>div:nth-child(8) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms
}

.newaboutus-main .link-text span>div:nth-child(9) {
    -webkit-transition-delay: 90ms;
    transition-delay: 90ms
}

.newaboutus-main .link-text span>div:nth-child(10) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms
}

.newaboutus-main .link-text span>div:nth-child(11) {
    -webkit-transition-delay: 110ms;
    transition-delay: 110ms
}

.newaboutus-main .link-text span>div:nth-child(12) {
    -webkit-transition-delay: 120ms;
    transition-delay: 120ms
}

.newaboutus-main .link-text span>div:nth-child(13) {
    -webkit-transition-delay: 130ms;
    transition-delay: 130ms
}

.newaboutus-main .link-text span>div:nth-child(14) {
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms
}

.newaboutus-main .clientsprite {
    background: url(../png/client-sprite.png) no-repeat
}

.newaboutus-main .clients-inner {
    margin: 90px auto 0;
    text-align: center
}

.newaboutus-main .clients-inner ul {
    float: left;
    width: 100%
}

.newaboutus-main .clients-inner ul li img {
    max-width: 100%
}

.newaboutus-main .clients-inner ul li {
    float: left;
    width: 25%;
    margin-bottom: 125px
}

.newaboutus-main .clients-inner ul.row5 li {
    margin-bottom: 60px
}

.newaboutus-main .clients-inner ul li:nth-child(6n + 1) {
    clear: both
}

.newaboutus-main .clients-inner ul li span {
    display: inline-block
}

.newaboutus-main .clients-inner ul li span.client1 {
    background-position: -48px -53px;
    width: 141px;
    height: 41px;
    margin-top: 10px
}

.newaboutus-main .clients-inner ul li span.client2 {
    background-position: -248px -45px;
    width: 141px;
    height: 53px
}

.newaboutus-main .clients-inner ul li span.client3 {
    background-position: -446px -58px;
    width: 159px;
    height: 28px;
    margin-top: 15px
}

.newaboutus-main .clients-inner ul li span.client4 {
    background-position: -672px -57px;
    width: 106px;
    height: 25px;
    margin-top: 15px
}

.newaboutus-main .clients-inner ul li span.client5 {
    background-position: -28px -173px;
    width: 185px;
    height: 26px;
    margin-top: 25px
}

.newaboutus-main .clients-inner ul li span.client6 {
    background-position: -263px -151px;
    width: 147px;
    height: 62px;
    margin-top: 15px
}

.newaboutus-main .clients-inner ul li span.client7 {
    background-position: -490px -141px;
    width: 58px;
    height: 89px
}

.newaboutus-main .clients-inner ul li span.client8 {
    background-position: -639px -170px;
    width: 152px;
    height: 31px;
    margin-top: 25px
}

.newaboutus-main .clients-inner ul li span.client9 {
    background-position: -43px -270px;
    width: 111px;
    height: 71px
}

.newaboutus-main .clients-inner ul li span.client10 {
    background-position: -257px -268px;
    width: 104px;
    height: 79px
}

.newaboutus-main .clients-inner ul li span.client11 {
    background-position: -466px -270px;
    width: 102px;
    height: 72px
}

.newaboutus-main .clients-inner ul li span.client12 {
    background-position: -663px -252px;
    width: 95px;
    height: 104px
}

.newaboutus-main .clients-inner ul li span.client13 {
    background-position: -42px -441px;
    width: 133px;
    height: 21px;
    margin-top: 15px
}

.newaboutus-main .clients-inner ul li span.client14 {
    background-position: -246px -424px;
    width: 165px;
    height: 39px
}

.newaboutus-main .clients-inner ul li span.client15 {
    background-position: -498px -421px;
    width: 74px;
    height: 61px
}

.newaboutus-main .clients-inner ul li span.client16 {
    background-position: -643px -438px;
    width: 128px;
    height: 32px;
    margin-top: 15px
}

.newaboutus-main .clients-inner ul li span.client17 {
    background-position: -33px -562px;
    width: 144px;
    height: 44px;
    margin-top: 15px
}

.newaboutus-main .clients-inner ul li span.client18 {
    background-position: -274px -531px;
    width: 69px;
    height: 69px
}

.newaboutus-main .clients-inner ul li span.client19 {
    background-position: -459px -542px;
    width: 140px;
    height: 43px
}

.newaboutus-main .clients-inner ul li span.client20 {
    background-position: -659px -534px;
    width: 159px;
    height: 48px
}

.newtop-section {
    margin-top: 70px
}

.newtop-section .wrapper {
    width: 1270px;
    margin: 0 auto
}

.newtop-section h1, .newtop-section h2.sub-head {
    text-align: center;
    font: 13px ProximaNova-Regular;
    color: #5e5e5e;
    margin: 0 0 15px
}

.newtop-section h2 {
    font: 3em/50px ProximaNova-Bold;
    color: #020202;
    margin: 0 0 20px
}

.newtop-section p,
.principle-section p.success-desc {
    font: 1.1em/30px ProximaNova-Regular;
    color: #5e5e5e;
    margin: 0 0 80px
}

.newaboutbanner-first {
    float: left;
    width: 100%;
    background: url(../jpg/aboutbanner1.jpg) no-repeat top center;
    height: 685px;
    margin-bottom: 85px
}

.principle-section,
.peerless-expertise {
    clear: both
}

.principle-section .wrapper,
.peerless-expertise .wrapper {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto
}

.principle-section h2, .principle-section h1 {
    font: 3.125em/50px ProximaNova-Bold;
    color: #000;
    margin: 0 0 22px
}

.principle-section h2 span, .principle-section h1 span {
    font: 60% ProximaNova-Semibold;
    display: block;
    width: 100%
}

.principle-section h3 {
    font: 3.125em/50px ProximaNova-Bold;
    margin: 0 0 35px;
    text-align: center;
    color: #000
}

.principle-section ul {
    margin-bottom: 55px;
    display: inline-block;
    width: 100%
}

.principle-section ul li {
    float: left;
    width: 50%;
    padding: 0 65px 0 30px;
    margin-bottom: 35px
}

.principle-section ul li:nth-child(2n + 1) {
    clear: both
}

.principle-section ul li label {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background: url(../png/principle-arrow.png) no-repeat
}

.solution-benefittab .tab-content ul.newfeature-list li {
    padding-left: 0;
    background: none
}

.principle-section ul li h4 {
    padding-left: 50px;
    font: 1.875em ProximaNova-Bold;
    color: #000;
    margin: 0 0 10px;
    padding-top: 6px
}

.principle-section ul li p {
    font: 1.1em/26px ProximaNova-Regular;
    color: #5e5e5e;
    padding-left: 50px
}

.principle-section ul li p span {
    font-family: "ProximaNova-Bold";
    text-transform: uppercase
}

.peerless-expertise h2 {
    font: 2.5em ProximaNova-Bold;
    color: #000;
    margin: 0 0 35px
}

.peerless-expertise p {
    font: 1.1em/1.625em ProximaNova-Regular;
    color: #333;
    margin: 0 0 65px
}

.peerless-expertise ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.peerless-expertise ul li {
    float: left;
    width: 20%;
    margin-bottom: 65px;
    text-align: center
}

.peerless-expertise ul li span {
    display: inline-block;
    width: 150px;
    height: 150px;
    background: url(../png/about-sprite.png) no-repeat
}

.peerless-expertise ul li.government span {
    background-position: 0 0
}

.peerless-expertise ul li.travel span {
    background-position: -209px 0
}

.peerless-expertise ul li.health span {
    background-position: -416px 0
}

.peerless-expertise ul li.banking span {
    background-position: -612px 0
}

.peerless-expertise ul li.logistics span {
    background-position: 0 -225px
}

.peerless-expertise ul li.education span {
    background-position: -209px -225px
}

.peerless-expertise ul li.manufacturing span {
    background-position: -415px -225px
}

.peerless-expertise ul li.transport span {
    background-position: -613px -225px
}

.peerless-expertise ul li.pharma span {
    background-position: 0 -467px
}

.peerless-expertise ul li.fmcg span {
    background-position: -210px -469px
}

.peerless-expertise ul li p {
    color: #000;
    text-transform: uppercase;
    margin: 15px 0 0
}

.newaboutbanner2 {
    float: left;
    width: 100%;
    background: url(../jpg/aboutbanner2.jpg) no-repeat top center;
    height: 685px;
    margin-bottom: 50px
}

.newcasestudy-section {
    padding-top: 4em;
    clear: both
}

.newcasestudy-top {
    max-width: 1270px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.newcasestudy-top h1 {
    font: 4.375em ProximaNova-Bold;
    color: #020202;
    margin: 0 0 18px;
    text-align: center
}

.newcasestudy-top p {
    font: 1.1em/1.875em ProximaNova-Regular;
    color: #333;
    margin: 0 0 100px
}

.newcasestudy-wrapper {
    width: 100%;
    max-width: 1270px;
    padding: 0 0 8em;
    margin: 0 auto
}

.newcase-row {
    margin-left: -10px;
    margin-right: -10px
}

.newcase-column {
    display: inline-block;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    vertical-align: top;
    float: left
}

.casecolumn-inner {
    position: relative;
    cursor: pointer
}

.casecolumn-inner:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: #fff3
}

.caseanimation .casecolumn-inner:after {
    width: 50%;
    -webkit-transition: width .44s cubic-bezier(.445, .05, .55, .95);
    -o-transition: width .44s cubic-bezier(.445, .05, .55, .95);
    transition: width .44s cubic-bezier(.445, .05, .55, .95)
}

.casestudy-content {
    position: absolute;
    padding: 130px 105px 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.casestudy-content:after {
    position: absolute;
    bottom: 50px;
    right: 52%;
    left: auto;
    background: url(../png/arrow.png) no-repeat;
    width: 16px;
    height: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: right .24s cubic-bezier(.445, .05, .55, .95), left .24s cubic-bezier(.445, .05, .55, .95), opacity .24s cubic-bezier(.455, .03, .515, .955);
    -o-transition: right .24s cubic-bezier(.445, .05, .55, .95), left .24s cubic-bezier(.445, .05, .55, .95), opacity .24s cubic-bezier(.455, .03, .515, .955);
    transition: right .24s cubic-bezier(.445, .05, .55, .95), left .24s cubic-bezier(.445, .05, .55, .95), opacity .24s cubic-bezier(.455, .03, .515, .955)
}

.casecolumn-inner:hover .casestudy-content:after {
    opacity: 1;
    right: calc(48% - 5px)
}

.casestudy-content h2 {
    opacity: 0;
    font: 2.25em ProximaNova-Bold;
    color: #fff;
    text-align: center
}

.casestudy-content h2 a,
.casestudy-content h2 a:hover {
    color: #fff
}

.caseanimation .casestudy-content h2 {
    opacity: 1;
    -webkit-transition: opacity .4s cubic-bezier(.455, .03, .515, .955);
    -o-transition: opacity .4s cubic-bezier(.455, .03, .515, .955);
    transition: opacity .4s cubic-bezier(.455, .03, .515, .955)
}

.casestudy-content span {
    -webkit-transition: bottom .24s cubic-bezier(.445, .05, .55, .95), opacity .44s cubic-bezier(.455, .03, .515, .955);
    -o-transition: bottom .24s cubic-bezier(.445, .05, .55, .95), opacity .44s cubic-bezier(.455, .03, .515, .955);
    transition: bottom .24s cubic-bezier(.445, .05, .55, .95), opacity .44s cubic-bezier(.455, .03, .515, .955);
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 50%;
    width: 50%;
    font: 14px/24px ProximaNova-Regular;
    color: #fff;
    padding-bottom: 55px
}

.casestudy-content span strong {
    font: 14px ProximaNova-Semibold;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%
}

.caseanimation .casestudy-content span {
    opacity: 1
}

.casecolumn-inner:hover .casestudy-content span {
    bottom: .8181818182rem
}

.casestudy-innermain {
    float: left;
    width: 100%;
    margin: 95px 0 0;
    background: #fff
}

.caseinner-banner {
    float: left;
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    margin-bottom: 90px
}

.wisedanebanner {
    background-image: url(../jpg/wisedane-banner.jpg)
}

.casebanner-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.casebanner-content span {
    display: block;
    width: 100%;
    font: 1em ProximaNova-Bold;
    color: #fff;
    margin-bottom: 45px
}

.casebanner-content h1 {
    font: 4.375em ProximaNova-Bold;
    color: #fff;
    margin: 0 auto 30px;
    width: 970px;
    letter-spacing: -2px
}

.casebanner-content p {
    font: 1em ProximaNova-Regular;
    color: #fff;
    margin: 0
}

.casebanner-content p strong {
    font: 1em ProximaNova-Bold
}

.caseinnerwrapper {
    width: 905px;
    margin: 0 auto
}

.caseinner-topsection {
    padding-bottom: 50px
}

.caseinner-topsection h2 {
    float: left;
    margin-right: 70px;
    width: 490px;
    font: 2.5em/45px ProximaNova-Light;
    color: #000;
    margin-bottom: 20px
}

.projectdetails {
    float: right;
    width: 300px;
    background: #e5e5e5;
    padding: 35px 38px
}

.projectdetails li {
    margin-bottom: 16px
}

.projectdetails li label,
.projectdetails li span {
    display: block;
    font: 1em ProximaNova-Regular;
    color: #000
}

.projectdetails li span {
    font-family: "ProximaNova-Extrabld";
    margin-bottom: 2px
}

.caseinner-topsection h3 {
    float: left;
    width: 100%;
    font: 2.5em ProximaNova-Bold;
    color: #000;
    margin: 40px 0 22px
}

.caseinner-topsection p {
    font: 1.125em/30px ProximaNova-Regular;
    color: #5e5e5e;
    margin: 0 0 35px;
    display: block;
    clear: both
}

.casesecond-banner {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 80px
}

.wisedanefirst-banner {
    height: 847px
}

.wisedanesecond-banner {
    height: 2610px
}

.wisedanethird-banner {
    height: 2430px
}

.wisedanefourth-banner {
    height: 1074px;
    margin: 100px 0
}

.wisedanesixth-banner {
    height: 1530px
}

.solution-benefittab {
    clear: both;
    padding-bottom: 40px
}

.solution-benefittab ul.tabnav {
    text-align: center;
    margin-bottom: 50px
}

.solution-benefittab ul.tabnav li {
    display: inline-block;
    padding: 0 35px;
    background: url(../png/tab-bar.png) no-repeat left center
}

.solution-benefittab ul.tabnav li:first-child {
    background: none
}

.solution-benefittab ul.tabnav li a {
    font: .938em ProximaNova-Regular;
    color: #929292;
    text-transform: uppercase;
    display: inline-block;
    width: 85px
}

.solution-benefittab ul.tabnav li.active a {
    font-family: "ProximaNova-Extrabld";
    color: #010101
}

.solution-benefittab ul.tabnav li a:hover {
    color: #010101
}

.solution-benefittab .tab-content h2 {
    font: 2.5em ProximaNova-Bold;
    color: #000;
    margin: 0 0 20px
}

.solution-benefittab .tab-content ul li {
    padding-left: 38px;
    background: url(../png/soln-list.png) no-repeat left 0;
    margin-bottom: 28px;
    font: 1.125em/30px ProximaNova-Regular;
    color: #5e5e5e;
    min-height: 28px
}

.casetesti-wrapper {
    width: 980px;
    margin: 0 auto
}

.casestudy-testimonial,
.casebranding {
    clear: both
}

.casestudy-testimonial span.casetesti-quote {
    float: left;
    background: url(../png/case-quote.png) no-repeat;
    width: 75px;
    height: 58px;
    margin-bottom: 10px
}

.casestudy-testimonial p,
.casestudy-testimonial h3,
.casestudy-testimonial label {
    color: #000;
    padding-left: 55px
}

.casestudy-testimonial p {
    font: 2.063em/50px ProximaNova-Regular;
    margin-bottom: 33px;
    clear: both
}

.casestudy-testimonial h3 {
    font: 2.188em ProximaNova-Bold;
    margin: 0 0 5px
}

.casestudy-testimonial label {
    font: 1.563em ProximaNova-Regular
}

.casebranding .casebrand-wrapper {
    width: 780px;
    margin: 0 auto
}

.casebranding h2 {
    font: 2.5em ProximaNova-Bold;
    color: #000;
    margin: 0 0 115px;
    text-align: center
}

.casebranding ul li {
    display: flex;
    width: 100%;
    margin-bottom: 120px;
    align-items: center
}

.casebranding ul li label {
    float: left;
    width: 250px;
    font: 1em ProximaNova-Bold;
    color: #000
}

.casebranding ul li label span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #e5e5e5;
    margin-left: 3px
}

.casebranding ul li .casebrand-image {
    float: left;
    width: 530px
}

.casebranding ul li .casebrand-image img {
    max-width: 100%
}

.casestudy-pagination {
    float: left;
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #ebebeb
}

.casepagination-wrapper {
    width: 1000px;
    margin: 0 auto
}

.casestudy-pagination ul {
    display: flex;
    width: 100%
}

.casestudy-pagination ul li {
    float: right;
    width: 50%;
    border-left: 1px solid #ebebeb;
    padding-left: 80px;
    text-align: right;
    padding-top: 85px;
    padding-bottom: 85px
}

.casestudy-pagination ul li.previous {
    border-left: 0;
    padding-right: 80px;
    padding-left: 0;
    text-align: left;
    float: left
}

.casestudy-pagination ul li span {
    font: .75em ProximaNova-Regular;
    color: #828282;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-right: 25px;
    background: url(../png/nav-arrow-right.png) no-repeat right center;
    transition: all .3s ease 0s
}

.casestudy-pagination ul li.previous span {
    padding-right: 0;
    padding-left: 25px;
    background: url(../png/nav-arrow-left.png) no-repeat left center
}

.casestudy-pagination ul li:hover span {
    background-position: 90% center
}

.casestudy-pagination ul li.previous:hover span {
    background-position: 10% center
}

.casestudy-pagination ul li h2 {
    font: 1.875em/30px ProximaNova-Regular;
    color: #030403;
    margin: 25px 0 15px
}

.casestudy-pagination ul li p {
    font: 1em ProximaNova-Regular;
    color: #323232;
    margin: 0 0 3px
}

.casestudy-pagination ul li p strong {
    font-family: "ProximaNova-Bold"
}

.caseinner-topsection ul.second {
    margin-top: -30px;
    padding-left: 7px
}

.caseinner-topsection ul.second li,
.section-solutions {
    padding-left: 20px;
    margin-bottom: 10px;
    font: 1.125em ProximaNova-Regular;
    color: #5e5e5e;
    background: url(../jpg/tickmark.jpg) no-repeat left 4px;
    min-height: 12px
}

.section-solutions {
    font-size: 14px;
    background-position: left 2px
}

.shopubanner {
    background-image: url(../jpg/shopu-banner.jpg)
}

.shopufirst-banner {
    background-image: url(../jpg/shopu-section1-banner.jpg);
    height: 1090px
}

.shopusecond-banner {
    background-image: url(../jpg/shopu-section2-banner.jpg);
    height: 717px
}

.shoputhird-banner {
    background-image: url(../jpg/shopu-section3-banner.jpg);
    height: 1817px;
    margin-bottom: 45px
}

.shopufourth-banner {
    background-image: url(../jpg/shopu-section4-banner.jpg);
    height: 997px
}

.shopufifth-banner {
    background-image: url(../jpg/shopu-section5-banner.jpg);
    height: 2997px;
    margin: 90px 0 0
}

.shopusixth-banner {
    background-image: url(../jpg/shopu-section6-banner.jpg);
    height: 3036px
}

.shopuseventh-banner {
    background-image: url(../jpg/shopu-section7-banner.jpg);
    height: 995px;
    margin-bottom: 0
}

.shopueight-banner {
    background-image: url(../jpg/shopu-section8-banner.jpg);
    height: 972px;
    margin-bottom: 0
}

.shopunineth-banner {
    background-image: url(../jpg/shopu-section9-banner.jpg);
    height: 1112px;
    margin-bottom: 0
}

.shoputenth-banner {
    background-image: url(../jpg/shopu-section10-banner.jpg);
    height: 955px;
    margin-bottom: 0
}

.redingtonbanner {
    background-image: url(../jpg/redington-banner.jpg)
}

.redingtonfirst-banner {
    background-image: url(../jpg/redington-section1-banner.jpg);
    height: 847px
}

.redingtonsecond-banner {
    background-image: url(../jpg/redington-section2-banner.jpg);
    height: 1000px;
    margin-bottom: 40px
}

.redingtonthird-banner {
    background-image: url(../jpg/redington-section3-banner.jpg);
    height: 1000px;
    margin-bottom: 40px
}

.redingtonfourth-banner {
    background-image: url(../jpg/redington-section4-banner.jpg);
    height: 1000px;
    margin-bottom: 40px
}

.redingtonfifth-banner {
    background-image: url(../jpg/redington-section5-banner.jpg);
    height: 1000px
}

.redingtonsixth-banner {
    background-image: url(../jpg/redington-section6-banner.jpg);
    height: 1000px;
    margin: 100px 0 40px
}

.redingtonseventh-banner {
    background-image: url(../jpg/redington-section7-banner.jpg);
    height: 1000px
}

.afterschoolbanner {
    background-image: url(../jpg/afterschool-banner.jpg)
}

.afterschoolfirst-banner {
    background-image: url(../jpg/afterschool-section1-banner.jpg);
    height: 847px
}

.afterschoolsecond-banner {
    background-image: url(../jpg/afterschool-section2-banner.jpg);
    height: 1000px
}

.afterschoolthird-banner {
    background-image: url(../jpg/afterschool-section3-banner.jpg);
    height: 1000px
}

.afterschoolfourth-banner {
    background-image: url(../jpg/afterschool-section4-banner.jpg);
    height: 1586px
}

.afterschoolfifth-banner {
    background-image: url(../jpg/afterschool-section5-banner.jpg);
    height: 995px;
    margin-top: 90px
}

.photoallbanner {
    background-image: url(../jpg/photoall-banner.jpg)
}

.photoallfirst-banner {
    background-image: url(../jpg/photoall-section1-banner.jpg);
    height: 2523px
}

.photoallsecond-banner {
    background-image: url(../jpg/photoall-section2-banner.jpg);
    height: 4024px
}

.photoallthird-banner {
    background-image: url(../jpg/photoall-section3-banner.jpg);
    height: 2739px;
    margin-top: 100px
}

.arscobanner {
    background-image: url(../jpg/arsco-banner.jpg)
}

.arscofirst-banner {
    background-image: url(../jpg/caseimage1.jpg);
    height: 1567px
}

.arscosecond-banner {
    background-image: url(../jpg/caseimage2.jpg);
    height: 3225px
}

.arscosixth-banner {
    background-image: url(../jpg/branding2.jpg);
    height: 1000px
}

.arscofourth-banner {
    background-image: url(../jpg/branding.jpg);
    height: 1000px;
    margin: 100px 0 45px
}

.daikinbanner {
    background-image: url(../jpg/daikin-banner.jpg)
}

.daikinfirst-banner {
    background-image: url(../jpg/daikin-caseimage1.jpg);
    height: 1101px
}

.daikinsecond-banner {
    background-image: url(../jpg/daikin-caseimage2.jpg);
    height: 1004px;
    margin-bottom: 45px
}

.daikinthird-banner {
    background-image: url(../jpg/daikin-caseimage3.jpg);
    height: 1000px;
    margin-bottom: 45px
}

.daikinsixth-banner {
    background-image: url(../jpg/daikin-branding.jpg);
    height: 1000px
}

.daikinfifth-banner {
    background-image: url(../jpg/daikin-caseimage4.jpg);
    height: 1000px
}

.pgdnetbanner {
    background-image: url(../jpg/pgdnet-banner.jpg)
}

.pgdnetfirst-banner {
    background-image: url(../jpg/pgdnet-section1-banner.jpg);
    height: 1099px
}

.pgdnetsecond-banner {
    background-image: url(../jpg/pgdet-section2-banner.jpg);
    height: 997px;
    margin-bottom: 45px
}

.pgdnetthird-banner {
    background-image: url(../jpg/pgdnet-section3--banner.jpg);
    height: 999px;
    margin-bottom: 45px
}

.pgdnetfifth-banner {
    background-image: url(../jpg/pgdnet-section4-banner.jpg);
    height: 1000px;
    margin-bottom: 45px
}

.pgdnetseventh-banner {
    background-image: url(../jpg/pgdnet-section5-banner.jpg);
    height: 1001px
}

.pgdnetfourth-banner {
    background-image: url(../jpg/pdgnet-banner.jpg);
    height: 1000px;
    margin: 100px 0 45px
}

.pgdnetsixth-banner {
    background-image: url(../jpg/pgdnet-section7-banner.jpg);
    height: 1000px
}

.tafefirst-banner {
    height: 1199px
}

.tafesecond-banner {
    height: 3347px
}

.tafethird-banner {
    height: 800px
}

.tafefourth-banner {
    height: 1191px;
    margin-top: 130px
}

.wtseaairfirst-banner,
.wtseaairsecond-banner,
.wtseaairthird-banner,
.wtseaairfourth-banner,
.wtseaairfifth-banner,
.wtseaairsixth-banner {
    height: 1000px
}

.wtseaairsecond-banner,
.wtseaairfifth-banner {
    margin-bottom: 35px
}

.wtseaairfifth-banner {
    margin-top: 80px
}

.solution-benefittab .tab-content ul.wtseatab-list li {
    margin-bottom: 15px
}

.elsevierfirst-banner {
    height: 1285px
}

.elseviersecond-banner {
    height: 1015px
}

.elsevierthird-banner {
    height: 1012px
}

.elsevierfouth-banner {
    height: 1000px
}

.elsevierfifth-banner {
    height: 1000px;
    margin-top: 80px
}

.indian_expressfirst-banner {
    height: 1283px
}

.indian_expressthird-banner {
    height: 1012px
}

.indian_expressfourth-banner {
    height: 1000px
}

.indian_expressfifth-banner {
    height: 1000px;
    margin-top: 80px
}

.indian_expresssecond-banner {
    height: 1000px
}

.whycomparefirst-banner {
    height: 1280px
}

.whycomparesecond-banner {
    height: 998px
}

.whycomparethird-banner {
    height: 998px
}

.whycomparefifth-banner {
    height: 1779px;
    margin-top: 80px
}

.whycomparesixth-banner {
    height: 800px
}

.treatmentfirst-banner {
    height: 1277px
}

.treatmentsecond-banner {
    height: 1000px
}

.treatmentthird-banner {
    height: 1000px
}

.treatmentfourth-banner {
    height: 1000px
}

.treatmentfifth-banner {
    height: 1000px;
    margin-top: 80px
}

.treatmentsixth-banner {
    height: 1000px
}

.youngworldfirst-banner {
    height: 1788px
}

.youngworldsecond-banner {
    height: 1000px
}

.youngworldthird-banner {
    height: 2169px
}

.youngworldfourth-banner {
    height: 1053px;
    margin-top: 80px
}

.usbeautyfirst-banner {
    height: 1120px
}

.usbeautysecond-banner {
    height: 1000px
}

.usbeautythird-banner {
    height: 1000px
}

.usbeautyfourth-banner {
    height: 1000px
}

.usbeautyfifth-banner {
    height: 1000px;
    margin-top: 100px
}

.veenasfirst-banner {
    height: 1280px
}

.veenassecond-banner {
    height: 998px
}

.veenasthird-banner {
    height: 998px
}

.veenasfourth-banner {
    height: 998px
}

.veenasfifth-banner {
    height: 800px;
    margin-top: 80px
}

.veenas-note {
    padding-left: 40px;
    font: 1.125em/25px ProximaNova-Regular;
    color: #5e5e5e
}

.plug-Sec {
    margin-bottom: 60px
}

.address-widget.menufooter-widget {
    width: 33.33%
}

@media screen and (max-width: 767px) {
    .newcase-column {
        width: 100%
    }

    .casecolumn-inner:hover .casestudy-content:after {
        opacity: 0
    }

    .casecolumn-inner:hover .casestudy-content span {
        bottom: 0
    }

    .newcasestudy-section {
        padding-top: 3em
    }

    .newcasestudy-top h1 {
        font-size: 2.5em
    }

    .newcasestudy-top p {
        line-height: 26px;
        margin-bottom: 35px
    }

    .newcasestudy-wrapper {
        padding: 0 15px 2em
    }

    .caseinner-banner {
        height: 250px;
        background-size: cover;
        margin-bottom: 30px
    }

    .casebanner-content span {
        margin-bottom: 25px
    }

    .casebanner-content h1 {
        font-size: 1.5em;
        width: 95%;
        margin: 0 auto 15px
    }

    .caseinnerwrapper,
    .casetesti-wrapper,
    .casebranding .casebrand-wrapper {
        width: auto
    }

    .caseinner-topsection {
        padding: 0 15px 20px;
        clear: both
    }

    .caseinner-topsection h2 {
        width: 100%;
        margin-right: 0;
        font-size: 1.5em;
        line-height: 30px
    }

    .projectdetails {
        width: 100%
    }

    .caseinner-topsection h3 {
        font-size: 1.5em;
        margin: 26px 0 20px
    }

    .caseinner-topsection p {
        font-size: 1em;
        line-height: 26px;
        margin: 0 0 15px
    }

    .casesecond-banner {
        background-size: cover;
        margin-bottom: 30px;
        height: 250px
    }

    .solution-benefittab ul.tabnav li {
        padding: 0 10px
    }

    .solution-benefittab ul.tabnav {
        margin-bottom: 30px
    }

    .solution-benefittab .tab-content {
        padding: 0 15px
    }

    .solution-benefittab .tab-content h2 {
        font-size: 1.7em
    }

    .solution-benefittab .tab-content ul li {
        margin-bottom: 15px;
        font-size: 1em;
        line-height: 26px
    }

    .casetesti-wrapper,
    .casebranding .casebrand-wrapper {
        padding: 0 15px
    }

    .casestudy-testimonial span.casetesti-quote {
        width: 40px;
        height: 35px;
        background-size: 100%
    }

    .casestudy-testimonial p,
    .casestudy-testimonial h3,
    .casestudy-testimonial label {
        padding-left: 35px
    }

    .casestudy-testimonial p {
        font-size: 1.5em;
        line-height: 30px
    }

    .casestudy-testimonial h3 {
        font-size: 1.8em
    }

    .casestudy-testimonial label {
        font-size: 1.2em
    }

    .wisedanefourth-banner {
        margin: 30px 0
    }

    .casebranding h2 {
        font-size: 2em;
        margin-bottom: 40px
    }

    .casebranding ul li {
        margin-bottom: 40px;
        display: inline-block
    }

    .casebranding ul li label {
        width: 100%;
        margin-bottom: 15px;
        text-align: center
    }

    .casebranding ul li .casebrand-image {
        width: 100%
    }

    .casestudy-pagination ul {
        display: inline-block
    }

    .casepagination-wrapper {
        width: auto;
        padding: 0 15px
    }

    .casestudy-pagination ul li,
    .casestudy-pagination ul li.previous {
        width: 100%;
        padding: 25px 0;
        border-left: 0
    }

    .casestudy-pagination ul li.next {
        border-top: 1px solid #ebebeb
    }

    .casestudy-pagination ul li h2 {
        font-size: 1.4em;
        line-height: 26px
    }

    .casestudy-pagination ul li h2 br {
        display: none
    }

    .newtop-section {
        margin-top: 30px
    }

    .newtop-section .wrapper {
        width: auto;
        padding: 0 15px
    }

    .newtop-section h2,
    .principle-section h2, .principle-section h1 {
        font-size: 1.5em;
        line-height: 26px
    }

    .newtop-section p,
    .principle-section p.success-desc {
        line-height: 26px;
        margin: 0 0 40px
    }

    .newaboutbanner-first,
    .newaboutbanner2 {
        height: 300px;
        background-size: cover;
        margin-bottom: 40px
    }

    .principle-section .wrapper,
    .peerless-expertise .wrapper {
        padding: 0 15px
    }

    .principle-section h2 span, .principle-section h1 span {
        font-size: 75%
    }

    .principle-section h3 {
        font-size: 2em;
        line-height: 26px
    }

    .principle-section ul {
        margin-bottom: 0
    }

    .principle-section ul li {
        width: 100%;
        padding: 0
    }

    .principle-section ul li label {
        background-size: 100%;
        width: 30px;
        height: 30px
    }

    .principle-section ul li h4 {
        padding-left: 40px;
        font-size: 1.4em;
        padding-top: 2px
    }

    .principle-section ul li p {
        padding-left: 40px
    }

    .peerless-expertise h2 {
        font-size: 2em
    }

    .peerless-expertise p {
        margin: 0 0 25px
    }

    .peerless-expertise ul li {
        width: 50%;
        padding: 0 10px;
        margin-left: 0;
        margin-bottom: 25px
    }

    .peerless-expertise ul li p {
        margin: 15px 0 0;
        font-size: 13px
    }

    .newaboutus-main .our-clients h2 {
        letter-spacing: 0;
        margin-bottom: 14px;
        font-size: 1.5em;
        margin-top: -25px
    }

    .newaboutus-main .content-blocks p {
        line-height: 26px
    }

    .newaboutus-main .clients-inner {
        margin-top: 30px
    }

    .caseinner-topsection ul.second {
        margin-top: -10px
    }

    .caseinner-topsection ul.second li {
        font-size: 1em
    }

    .section-solutions {
        line-height: 20px
    }

    .address-widget.menufooter-widget {
        width: 100%
    }
}

@media screen and (max-width: 560px) {
    .casestudy-content {
        padding: 10% 6% 5%
    }

    .casestudy-content h2 {
        font-size: 1.4em
    }

    .casestudy-content span {
        left: 6%;
        width: 88%;
        padding-bottom: 5%
    }

    .casecolumn-inner:after {
        width: 100%;
        height: 0
    }

    .caseanimation .casecolumn-inner:after {
        height: 35%;
        width: 100%;
        -webkit-transition: height .44s cubic-bezier(.445, .05, .55, .95), width 0s;
        -o-transition: height .44s cubic-bezier(.445, .05, .55, .95), width 0s;
        transition: height .44s cubic-bezier(.445, .05, .55, .95), width 0s
    }
}

@media screen and (max-width: 359px) {
    .peerless-expertise ul li {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .blazedream-badges .badges-block {
        display: block
    }

    .blazedream-badges .badges-block .single-badge {
        width: 49%
    }

    .blazedream-badges .badges-block .single-badge:nth-of-type(2) {
        border-right: none
    }

    .blazedreamtop-footer .address-block {
        display: block
    }

    .content-blocks.blazedreamtop-footer {
        padding: 30px 0
    }

    .content-blocks.blazedreamtop-footer .blazedream-address address {
        width: calc(100% - 80px)
    }

    .content-blocks.blazedreamtop-footer .sales-jobs .sales.reach {
        width: 50%
    }

    .content-blocks.blazedreamtop-footer .sales-jobs .sales {
        width: 45%
    }

    .content-blocks.blazedreamtop-footer .sales-jobs .sales label {
        margin-right: 15px
    }

    .home-page .address-block {
        display: block
    }

    .content-blocks.blazedreamtop-footer .blazedream-address {
        width: 100%;
        margin-bottom: 20px
    }

    .content-blocks.blazedreamtop-footer .sales-jobs {
        width: 100%;
        margin-bottom: 0
    }

    .content-blocks.blazedreamtop-footer .menufooter-widget.address-logo {
        width: 100%
    }

    .content-blocks.blazedreamtop-footer .menufooter-widget.address-logo .foot-logo-blz {
        display: inline-block;
        width: 100%
    }

    .content-blocks.blazedreamtop-footer .menufooter-widget.address-logo .foot-logo-blz a {
        display: inline-block
    }

    .casestudy-content h2 {
        font-size: 1.5em
    }

    .casestudy-content {
        padding: 10% 50px 50px
    }

    .casestudy-content span,
    .casestudy-content span strong {
        font-size: 13px
    }

    .caseinner-banner,
    .casesecond-banner {
        height: 500px;
        background-size: cover
    }

    .casebanner-content h1 {
        font-size: 4em;
        width: 90%
    }

    .caseinnerwrapper {
        width: auto;
        padding: 0 15px
    }

    .caseinner-topsection h2 {
        width: 60%;
        margin-right: 5%
    }

    .projectdetails {
        width: 35%
    }

    .casetesti-wrapper,
    .casebranding .casebrand-wrapper {
        width: 600px
    }

    .casepagination-wrapper {
        width: auto;
        padding: 0 15px
    }

    .casestudy-pagination ul li h2 br {
        display: none
    }

    .casestudy-pagination ul li {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .newtop-section .wrapper {
        width: 700px
    }

    .principle-section .wrapper,
    .peerless-expertise .wrapper {
        padding: 0 15px
    }

    .principle-section ul li {
        padding: 0 30px
    }

    .peerless-expertise ul li {
        width: 25%
    }
}

@media screen and (min-width: 992px) and (max-width:1024px) {
    .content-blocks.blazedreamtop-footer .blazedream-address address {
        width: calc(100% - 80px)
    }

    .casestudy-content {
        padding: 12% 25px 50px
    }

    .caseanimation .casestudy-content h2 {
        font-size: 2em
    }

    .casepagination-wrapper {
        width: 900px
    }

    .casestudy-pagination ul li h2 {
        font-size: 1.5em
    }

    .principle-section .wrapper,
    .peerless-expertise .wrapper {
        padding: 0 15px
    }

    .peerless-expertise ul li {
        margin-left: 80px
    }
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 660px;
    text-align: center;
    margin: 0 auto
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle
}

.vertical-align-center .modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    border-radius: 0;
    border: 0
}

.vertical-align-center button.close {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    opacity: .8
}

.new-buss-block1 .brandquestion h1 {
    font-size: 62px
}

.brandquestion p {
    color: #585858;
    font: 20px ProximaNova-Light;
    text-align: center;
    line-height: 36px
}

.brandquestion-form .enquiry-form .form-col input {
    padding: 6px 20px
}

.brandquestion-form .enquiry-form .form-col select {
    padding: 0 20px
}

.brandquestion-form .enquiry-form .form-col textarea {
    padding-left: 20px;
    padding-right: 20px
}

.brandquestion-form h3 {
    font: 24px ProximaNova-Semibold;
    color: #585858;
    line-height: 26px;
    margin: 30px 0 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

.brandquestion-form .labeltext {
    font: 20px ProximaNova-Regular;
    color: #3c3c3c;
    margin-bottom: 8px
}

.brandquestion-form .form-col {
    margin-bottom: 25px
}

.brandquestion-form .labeltext+p {
    font: 16px/22px ProximaNova-Regular;
    color: #787878;
    margin-bottom: 8px
}

.taglineinput {
    margin-top: 20px
}

.no-border {
    border: 0
}

.careers-block1 .cars-blk-list.other-job-block ul li:last-child {
    border: 0
}

.careers-block1 .cars-blk-list.other-job-block h3 {
    border-top: 3px solid #ebebeb;
    padding-top: 35px
}

.foot-logo-blz a img {
    margin: 0 auto;
    display: block;
    width: 94px;
    float: left
}

.seo-hover:hover {
    color: #f1592b
}

.innersection p a {
    line-height: 30px;
    margin: 30px 0 0;
    font: 18px/24px Proximanova-Regular;
    margin: 0;
    color: #5e5e5e;
    line-height: 30px;
    margin: 30px 0 0
}

.innersection h4 span a {
    line-height: 30px;
    margin: 30px 0 0;
    font: 30px/35px Proximanova-Regular;
    margin: 0;
    color: #000;
    line-height: 30px;
    margin: 30px 0 0
}

.innersection h4 a {
    line-height: 30px;
    margin: 30px 0 0;
    font: 30px/35px Proximanova-Bold;
    margin: 0;
    color: #000;
    line-height: 30px;
    margin: 30px 0 0
}

.webintor-content {
    color: #5e5e5e
}

a.seo-hover {
    color: #5e5e5e
}

a.seoclor-hover {
    color: #333
}

.seoclor-hover:hover {
    color: #f1592b
}

.home-page .webintor-content h2 {
    margin: 0 0 12px;
    color: #000;
    font: 30px Proximanova-Bold
}

.home-page .webintor-content h2 a {
    font: 30px Proximanova-Bold;
    margin: 0 0 12px;
    color: #000
}

.appindia .uiux-icon h3 {
    font: 30px Proximanova-Bold;
    margin: 0
}

.foot_title {
    padding-bottom: 10px;
    font: 20px Proximanova-Bold;
    margin: 0
}

.p-down .flist {
    padding-top: 25px
}