article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

html,
button,
input,
select,
textarea {
    color: #222
}

body {
    margin: 0;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden
}

::-moz-selection {
    background: #46beea;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #46beea;
    color: #fff;
    text-shadow: none
}

a {
    text-decoration: none;
    outline: none !important
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: "";
    content: none
}

small {
    font-size: 85%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dd {
    margin: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

label {
    cursor: pointer
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: 31px
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: top
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

body {
    font-family: "Open Sans", sans-serif
}

* {
    box-sizing: border-box
}

p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-weight: normal
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

.btn-1 {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    z-index: 9
}

.btn-1::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 300px;
    height: 300px;
    line-height: 20em;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    -webkit-transition: box-shadow 0.5s ease-out;
    transition: box-shadow 0.5s ease-out;
    z-index: -1
}

.btn-1:hover {
    color: #fff
}

.btn-1:hover::before {
    box-shadow: inset 0 0 0 10em #00aeef
}

.btn-1.btn-white:hover {
    color: #000
}

.btn-1.btn-white:hover::before {
    box-shadow: inset 0 0 0 10em #fff
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left
}

.col-xs-12 {
    float: left;
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width: 640px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left
    }
    .col-sm-12 {
        float: left;
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 767px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left
    }
    .col-md-12 {
        float: left;
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 1024px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left
    }
    .col-lg-12 {
        float: left;
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}


/*!
      Ionicons, v2.0.0
      Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
      https://twitter.com/benjsperry  https://twitter.com/ionicframework
      MIT License: https://github.com/driftyco/ionicons
    
      Android-style icons originally built by Googleâ€™s
      Material Design Icons: https://github.com/google/material-design-icons
      used under CC BY http://creativecommons.org/licenses/by/4.0/
      Modified icons to fit ioniconâ€™s grid from original.
    */

@font-face {
    font-family: "Ionicons";
    src: url("https://cdn.acodez.in/wp-content/themes/acodez/fonts/ionicons.eot");
    src: url("https://cdn.acodez.in/wp-content/themes/acodez/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("https://cdn.acodez.in/wp-content/themes/acodez/fonts/ionicons.ttf") format("truetype"), url("https://cdn.acodez.in/wp-content/themes/acodez/fonts/ionicons.woff?v=2.0.0") format("woff"), url("https://cdn.acodez.in/wp-content/themes/acodez/fonts/ionicons.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

.ion,
.ionicons,
.ion-navicon-round:before,
.ion-grid:before,
.ion-trophy:before,
.ion-earth:before,
.ion-clipboard:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-android-arrow-dropright-circle:before,
.ion-social-skype:before,
.ion-ios-email-outline:before,
.ion-ios-telephone:before,
.ion-social-linkedin:before,
.ion-social-twitter:before,
.ion-social-facebook:before,
.ion-social-googleplus:before,
.ion-ios-location:before,
.ion-ios-close-outline:before,
.ion-close:before,
.ion-android-mail:before,
.ion-android-add:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropright:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-arrow-down-c:before,
.ion-arrow-up-c:before,
.ion-ios-search-strong:before,
.ion-ios-clock-outline:before,
.ion-ios-chatboxes-outline:before,
.ion-android-attach:before,
.ion-ios-arrow-down:before,
.ion-chatbubble:before,
.ion-close-round:before,
.ion-android-open:before,
.ion-home:before,
.ion-android-home:before,
.ion-mouse:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ion-alert:before {
    content: "\f101"
}

.ion-navicon-round:before {
    content: "\f20d"
}

.ion-grid:before {
    content: "\f13f"
}

.ion-trophy:before {
    content: "\f356"
}

.ion-earth:before {
    content: "\f276"
}

.ion-clipboard:before {
    content: "\f127"
}

.ion-ios-location:before {
    content: "\f456"
}

.ion-ios-location-outline:before {
    content: "\f455"
}

.ion-android-arrow-dropright-circle:before {
    content: "\f362"
}

.ion-social-skype:before {
    content: "\f23f"
}

.ion-ios-email-outline:before {
    content: "\f422"
}

.ion-ios-telephone:before {
    content: "\f4b9"
}

.ion-social-linkedin:before {
    content: "\f239"
}

.ion-social-twitter:before {
    content: "\f243"
}

.ion-social-facebook:before {
    content: "\f231"
}

.ion-social-googleplus:before {
    content: "\f235"
}

.ion-ios-location:before {
    content: "\f456"
}

.ion-ios-close-outline:before {
    content: "\f405"
}

.ion-close:before {
    content: "\f12a"
}

.ion-ios-person:before {
    content: "\f47e"
}

.ion-ios-chatboxes:before {
    content: "\f3fa"
}

.ion-email:before {
    content: "\f132"
}

.ion-android-mail:before {
    content: "\f2eb"
}

.ion-android-add:before {
    content: "\f2c7"
}

.ion-android-arrow-dropdown:before {
    content: "\f35f"
}

.ion-android-arrow-dropright:before {
    content: "\f363"
}

.ion-ios-arrow-left:before {
    content: "\f3d2"
}

.ion-ios-arrow-right:before {
    content: "\f3d3"
}

.ion-arrow-down-c:before {
    content: "\f105"
}

.ion-arrow-up-c:before {
    content: "\f10e"
}

.ion-ios-arrow-down:before {
    content: "\f3d0"
}

.ion-ios-arrow-up:before {
    content: "\f3d8"
}

.ion-ios-search-strong:before {
    content: "\f4a4"
}

.ion-ios-clock-outline:before {
    content: "\f402"
}

.ion-ios-chatboxes-outline:before {
    content: "\f3f9"
}

.ion-android-attach:before {
    content: "\f367"
}

.ion-chatbubble:before {
    content: "\f11e"
}

.ion-close-round:before {
    content: "\f129"
}

.ion-android-open:before {
    content: "\f39c"
}

.ion-home:before {
    content: "\f144"
}

.ion-android-home:before {
    content: "\f38f"
}

.ion-mouse:before {
    content: "\f340"
}

.ion-android-checkmark-circle:before {
    content: "\f375"
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #5e707d
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #46bfea
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #46bfea;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.block {
    height: 5em;
    line-height: 5em;
    width: 10em;
    background: #464646;
    color: #fdfdfd;
    text-align: center;
    margin: 1em auto;
    text-shadow: 0 0 1px #333
}

.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -ms-animation-play-state: paused;
    animation-play-state: paused
}

.animated {
    visibility: visible;
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    60% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3)
    }
    50% {
        -webkit-transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3)
    }
    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeBgColor {
    0% {
        background: none
    }
    70% {
        background: none
    }
    100% {
        background: #464646
    }
}

@keyframes fadeBgColor {
    0% {
        background: none
    }
    70% {
        background: none
    }
    100% {
        background: #464646
    }
}

.animated.animationDelay {
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

.animated.animationDelayMed {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.animated.animationDelayLong {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s
}

.animated.fadeBgColor {
    -webkit-animation-name: fadeBgColor;
    animation-name: fadeBgColor
}

.animated.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.animated.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

.animated.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

.animated.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.animated.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated.moveUp {
    -webkit-animation-name: moveUp;
    animation-name: moveUp
}

ul.resp-tabs-list,
p {
    margin: 0px;
    padding: 0px
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-tab-active {
    background: red;
    color: #fff
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #ececec;
    border-top: 0px solid #ececec;
    margin: 0px;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 8px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid red
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid red
}

h2.resp-tab-active {
    background: #f9eded !important
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}

.resp-jfit {
    width: 100%;
    margin: 0px
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #ececec
}

@media only screen and (max-width: 800px) {
    .home-sec-2 ul.resp-tabs-list {
        display: none
    }
    .home-sec-2 h2.resp-accordion {
        display: block;
        font-size: 16px;
        color: #000;
        text-align: left
    }
    .home-sec-2 .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }
    .home-sec-2 .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }
    .home-sec-2 .resp-accordion-closed {
        display: none !important
    }
    .home-sec-2 .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
}

@media only screen and (max-width: 900px) {
    .brochure-section ul.resp-tabs-list {
        display: none
    }
    .brochure-section h2.resp-accordion {
        display: block;
        font-size: 16px;
        color: #000
    }
    .brochure-section .resp-vtabs .resp-tab-content {
        border: 1px solid #eae6e6;
        padding: 15px
    }
    .brochure-section .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }
    .brochure-section .resp-accordion-closed {
        display: none !important
    }
    .brochure-section .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
}

[class^='imghvr-'],
[class*=' imghvr-'] {
    position: relative;
    display: block;
    margin: 0;
    max-width: 100%;
    background-color: #00aeef;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

[class^='imghvr-']>img,
[class*=' imghvr-']>img {
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    display: block
}

[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
    background-color: #00aeef;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff
}

[class^='imghvr-'] figcaption h1,
[class^='imghvr-'] figcaption h2,
[class^='imghvr-'] figcaption h3,
[class^='imghvr-'] figcaption h4,
[class^='imghvr-'] figcaption h5,
[class^='imghvr-'] figcaption h6,
[class*=' imghvr-'] figcaption h1,
[class*=' imghvr-'] figcaption h2,
[class*=' imghvr-'] figcaption h3,
[class*=' imghvr-'] figcaption h4,
[class*=' imghvr-'] figcaption h5,
[class*=' imghvr-'] figcaption h6 {
    color: #fff
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}

[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
    -webkit-perspective: 50em;
    perspective: 50em;
    width: 100%
}

[class^='imghvr-hinge-'] figcaption,
[class*=' imghvr-hinge-'] figcaption {
    opacity: 0;
    z-index: 1
}

[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
    opacity: 0
}

[class^='imghvr-hinge-']:hover figcaption,
[class*=' imghvr-hinge-']:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.21s;
    transition-delay: 0.21s
}

.imghvr-hinge-up img {
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%
}

.imghvr-hinge-up figcaption {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.imghvr-hinge-up:hover>img {
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.imghvr-hinge-up:hover figcaption {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0)
}

.border-line {
    position: relative;
    margin-bottom: 15px
}

.border-line img {
    margin: 0 !important
}

.border-line:before {
    position: absolute;
    z-index: 9;
    top: 50%;
    right: 20px;
    bottom: 50%;
    left: 20px;
    content: '';
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.border-line:hover:before {
    background: rgba(255, 255, 255, 0.2);
    top: 20px;
    bottom: 20px;
    opacity: 1;
    border: 0
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.container {
    width: 100%;
    max-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.banner {
    width: 100%;
    background: url("/images/main-bg.jpg") no-repeat 27% top;
    background-size: cover;
    height: 100vh;
    overflow: hidden
}

.banner .caption {
    position: relative;
    height: 100vh;
    display: table;
    width: 100%;
    text-align: center;
    z-index: 99
}

.banner h1 {
    font-size: 33px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 700
}

.banner .swiper-slide {
    opacity: 0
}

.banner .swiper-slide.swiper-slide-active {
    opacity: 1
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 25px 0;
    height: 94px;
    z-index: 999
}

header .btn-1 {
    color: #fff
}

.blog-detail header,
.single-post header {
    background: #fff
}

.detail-page header {
    background: #eff8ff
}

.detail-page .fixedheader {
    background: #fff
}

.detail-page .inner-page {
    padding-top: 108px
}

.logo {
    max-width: 130px;
    display: block
}

.logo .sticky-logo {
    display: none
}

.fixedheader {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.16);
    height: 74px
}

.fixedheader .nav-icon {
    color: #00aeef;
    top: 20px
}

.fixedheader .desk-menu .main-menu li a {
    color: #000
}

.fixedheader .menu {
    top: 74px
}

.fixedheader .btn-1 {
    color: #00aeef
}

.fixedheader .btn-1:hover {
    color: #fff
}

.fixedheader .logo .normal-logo {
    display: none
}

.fixedheader .logo .sticky-logo {
    display: block
}

.desk-menu {
    padding-top: 5px
}

.desk-menu .main-menu {
    display: none
}

.btn-1 {
    display: inline-block;
    height: 44px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 25px;
    color: #00aeef;
    font-size: 15px;
    border: 2px solid #00aeef;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400
}

.btn-1:hover {
    border: 2px solid transparent
}

.btn-1.btn-white {
    color: #fff;
    border: 2px solid #fff
}

.nav-icon {
    position: absolute;
    right: 19px;
    top: 27px;
    font-size: 40px;
    color: #fff;
    z-index: 99;
    line-height: 40px
}

.nav-icon:hover {
    color: #00aeef
}

.t-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.home-section-1 {
    /* background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/vector-bg-1.png) no-repeat right top; */
    padding: 30px 0 0;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 90%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 90%, #f9f9f9 100%);
    position: relative
}

.home-section-1:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    /* background-image: url(https://cdn.acodez.in/wp-content/themes/acodez/images/vector-bg-1.png); */
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 0
}

.home-section-1 h5 {
    font-size: 24px;
    color: #2e3235;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 5px
}

.home-section-1 .container {
    position: relative;
    z-index: 20;
    overflow: hidden
}

h2 {
    display: inline-block;
    position: relative;
    font-size: 25px;
    color: #5e707d;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif
}

h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 3px;
    background: #00aeef;
    content: ''
}

p {
    font-size: 16px;
    color: #6f7a82;
    line-height: 24px;
    margin-bottom: 15px
}

.home-services {
    padding: 30px 0 40px 0
}

.home-services .col-3 {
    padding: 0;
    float: left;
    width: 100%
}

.home-services .box {
    position: relative;
    width: 50%;
    background: #4eccff;
    float: left;
    background-size: cover !important
}

.home-services .box:before {
    content: "";
    display: block;
    padding-top: 100%
}

.home-services .box .service-tilte {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center
}

.home-services .icon {
    width: 80px;
    height: 70px;
    margin: 0 auto 10px auto;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-icon.png) no-repeat center 0
}

.home-services h4 {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif
}

.home-services .b-1 .service-expand {
    background: #4eccff;
    right: 0;
    top: 0
}

.home-services .b-2 {
    background: #00aeef
}

.home-services .b-2 .icon {
    background-position: center -67px
}

.home-services .b-2 .service-expand {
    background: #00aeef;
    left: 0;
    bottom: 0
}

.home-services .b-3 {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/mobile-bg.jpg) no-repeat 0 -40px;
    width: 100%
}

.home-services .b-3:before {
    padding-top: 50%
}

.home-services .b-3 .icon {
    background-position: center -143px
}

.home-services .b-3 .service-expand {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/mobile-bg.jpg) no-repeat 0 0px;
    right: 0;
    bottom: 0
}

.home-services .b-3 .service-expand.open {
    width: 100%
}

.home-services .b-4 {
    background: #efefef
}

.home-services .b-4 h4 {
    color: #6f7a82
}

.home-services .b-4 .icon {
    background-position: center -218px
}

.home-services .b-4 .service-expand {
    background: #efefef;
    top: 0;
    left: 0
}

.home-services .b-4 .service-expand h5,
.home-services .b-4 .service-expand a,
.home-services .b-4 .service-expand span,
.home-services .b-4 .service-expand p {
    color: #2e3235
}

.home-services .b-4 .service-expand .close {
    color: #0d556f
}

.home-services .b-5 {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/emerging-bg.jpg) no-repeat center
}

.home-services .b-5 .icon {
    background-position: center -451px
}

.home-services .b-5 .service-expand {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/emerging-bg-1.jpg) no-repeat center;
    background-size: cover;
    right: 0;
    bottom: 0
}

.home-services .b-6 {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/marketing-bg.jpg) no-repeat center
}

.home-services .b-6 .icon {
    background-position: center -370px
}

.home-services .b-6 .service-expand {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/marketing-bg-1.jpg) no-repeat center;
    background-size: cover;
    left: 0;
    top: 0
}

.home-services .b-7 {
    background: #06ccbc
}

.home-services .b-7 .icon {
    background-position: center -291px
}

.home-services .b-7 .service-expand {
    background: #06ccbc;
    right: 0;
    top: 0
}

.home-services p {
    margin: 25px 0;
    color: #2e3235;
    line-height: 26px;
    font-family: "Montserrat", sans-serif
}

.service-detail {
    padding: 25px;
    clear: both;
    position: relative;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    height: 0;
    padding: 0;
    overflow: hidden;
    z-index: 99
}

.service-detail .icon {
    float: left
}

.service-detail h3 {
    float: left;
    font-size: 22px;
    color: #fff;
    line-height: 27px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding-top: 5px
}

.service-detail h5 {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif
}

.service-detail ul a {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
    display: block
}

.service-detail .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #fff;
    color: #0d556f;
    cursor: pointer
}

.service-detail .close:hover {
    color: #fff
}

.service-detail.open {
    height: auto;
    overflow: visible
}

.service-detail.open .box-outer {
    padding: 20px
}

.service-detail.open:before {
    top: -8px
}

.service-detail.open ul a {
    width: auto
}

.service-detail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 25%;
    width: 0;
    margin-left: -4px;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #00aeef;
    display: none
}

.service-detail .box-outer {
    background: #00aeef;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    overflow: hidden
}

.service-detail ul a {
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    overflow: hidden
}

.service-expand {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    overflow: hidden
}

.service-expand.open {
    width: 200%;
    height: 200%;
    padding: 20px;
    z-index: 99
}

.service-expand.open .service-tilte {
    position: relative;
    top: auto;
    text-align: left;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin-bottom: 5px
}

.service-expand.open .icon {
    margin: 0;
    float: left;
    -webkit-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    transform: translateY(0px) !important
}

.service-expand.open h4 {
    float: left;
    margin-left: 15px;
    padding-top: 15px
}

.service-expand.open .more-cnt {
    display: block;
    width: 100%;
    overflow: visible;
    margin-top: 25px
}

.service-expand.open .close {
    display: block
}

.service-expand .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 99;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s
}

.service-expand .close:hover {
    color: #fff
}

.service-expand h5,
.service-expand p {
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    display: none
}

.service-expand ul a,
.service-expand ul span {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    cursor: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.service-expand ul a:hover,
.service-expand ul span:hover {
    -webkit-transform: translatex(5px);
    -ms-transform: translatex(5px);
    transform: translatex(5px)
}

.service-expand .more-cnt {
    display: none;
    width: 0;
    overflow: hidden
}

.acodez-won {
    background: rgba(242, 245, 248, 0.66);
    padding-top: 55px;
    padding-bottom: 55px
}

.acodez-won .box {
    box-shadow: 0px 10px 36px 0px rgba(89, 106, 117, 0.09);
    border-radius: 10px;
    padding: 24px;
    background: #fff;
    position: relative
}

.acodez-won .box:hover {
    box-shadow: 0px 10px 36px 0px rgba(89, 106, 117, 0.19)
}

.acodez-won h4 {
    font-size: 16px;
    color: #686868;
    margin-bottom: 30px;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.acodez-won h4 span {
    font-size: 26px;
    font-weight: 600;
    margin-right: 6px;
    position: relative
}

.acodez-won .box-1 {
    width: 47%;
    float: right;
    z-index: 3;
    margin-bottom: -107px
}

.acodez-won .box-1 img {
    max-width: 80px
}

.acodez-won .box-2 {
    left: 0;
    width: auto;
    margin: 0;
    display: inline-block;
    padding: 50px;
    z-index: 1
}

.acodez-won .box-2 li {
    margin-bottom: 20px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif
}

.acodez-won .box-2 li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.acodez-won .box-2 li a>div {
    padding: 0
}

.acodez-won .box-2 li .pic {
    padding-top: 10px
}

.acodez-won .box-2 li .cont-area {
    padding-left: 15px
}

.acodez-won .box-3 {
    width: 57%;
    float: right;
    margin-top: -60px;
    z-index: 2;
    margin-right: -6px
}

.acodez-won .box-3 img {
    max-width: 100px
}

.acodez-won .content {
    margin-bottom: 32px
}

.acodez-won .content .acodie-1 {
    display: none
}

.acodez-won .btn-01 {
    float: right
}

.acodez-won p {
    margin-bottom: 25px
}

.acodez-won .aw-images {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/new/bg.svg) no-repeat center left;
    background-size: contain
}

.acodez-won .new-accolades {
    text-align: center;
    clear: both;
    padding-top: 20px
}

.acodez-won .new-accolades ul li {
    position: relative;
    display: inline-block;
    margin: 10px;
    width: auto
}

.acodez-won .new-accolades ul li img {
    width: 90px
}

.acodez-won .box-2 {
    padding: 30px;
    left: 0;
    width: 100%;
    margin: 0
}

.acodez-won .list-02 h6 {
    font-size: 16px;
    margin: 0 0 3px
}

.acodez-won .list-02 p {
    font-size: 13px
}

.acodez-won .box-2 li .pic {
    padding-top: 5px
}

.acodez-won .accolades-heading {
    display: none;
    float: none;
    clear: both;
    color: rgba(34, 82, 130, 0.1);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 58px;
    font-family: "Montserrat", sans-serif;
    opacity: 0.55;
    margin: 20px 0 0 38px
}

.acodez-won .new-accolades ul {
    margin: 0;
    padding: 0
}

.acodez-won .new-accolades ul li img {
    box-shadow: 0 5px 26px rgba(34, 82, 130, 0.08);
    display: block;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.acodez-won .new-accolades ul li:hover img {
    box-shadow: 0 5px 26px rgba(34, 82, 130, 0.2);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.acodez-won .content .acodie-1 {
    display: inline-block
}

.acodez-won {
    padding: 40px 0
}

.acodez-won .content {
    padding-top: 100px;
    padding-right: 20px
}

.acodez-won .btn-1 {
    margin-top: 10px
}

.acodez-won .box-1 img,
.acodez-won .box-3 img {
    max-width: 100%
}

.acodez-won h4 {
    font-size: 18px
}

.acodez-won .box-1 {
    margin-bottom: -180px;
    margin-right: 21px
}

.acodez-won .box-3 {
    margin-top: -126px
}

.home-section-1 .acodez-won {
    overflow: visible
}

.acodez-won .aw-images {
    padding-top: 80px
}

.acodez-won .accolades-heading {
    display: block
}

.acodez-won .new-accolades {
    padding-top: 0
}

.acodez-won .new-accolades ul {
    margin: 0;
    padding: 0
}

.acodez-won .new-accolades ul li {
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 1;
    display: block
}

.acodez-won .new-accolades ul li img {
    width: auto
}

.acodez-won .new-accolades ul li:nth-child(1) {
    right: 140px;
    bottom: 450px
}

.acodez-won .new-accolades ul li:nth-child(2) {
    bottom: 390px;
    right: 0
}

.acodez-won .new-accolades ul li:nth-child(3) {
    bottom: 290px;
    right: 110px
}

.acodez-won .new-accolades ul li:nth-child(4) {
    bottom: 270px
}

.acodez-won .new-accolades ul li:nth-child(5) {
    bottom: 160px;
    right: 55px
}

.acodez-won .new-accolades ul li:nth-child(6) {
    bottom: 30px;
    right: 130px
}

.acodez-won .box-2 {
    left: 40px;
    /* margin-top: 50px; */
    /* width: 73%; */
    width: 100% !important;
    display: block;
    float: left
}

@media (max-width: 767px) {
    .aw-images-inner {
        display: inline-block;
        position: relative;
        padding-right: 130px
    }
}

.acodez-won .accolades-heading {
    margin-left: 0
}

.acodez-won .content {
    padding-top: 50px
}

.box-2 {
    min-width: 340px
}

.acodez-won .aw-images {
    background-position: center right
}

.acodez-won .box-2 {
    width: 373px
}

.acodez-won .box-3 {
    width: 300px
}

.home-section-1 .container.acodez-won {
    margin-bottom: 35px
}

.acodez-won .new-accolades ul {
    margin: 0;
    padding: 0
}

.acodez-won .new-accolades ul li:nth-child(1) {
    right: 140px;
    bottom: 450px
}

.acodez-won .new-accolades ul li:nth-child(2) {
    bottom: 390px;
    right: 0
}

.acodez-won .new-accolades ul li:nth-child(3) {
    bottom: 290px;
    right: 110px
}

.acodez-won .new-accolades ul li:nth-child(4) {
    bottom: 270px
}

.acodez-won .new-accolades ul li:nth-child(5) {
    bottom: 160px;
    right: 55px
}

.acodez-won .new-accolades ul li:nth-child(6) {
    bottom: 30px;
    right: 130px
}

.list-01 li {
    text-align: center;
    margin-bottom: 15px
}

.list-01 li:last-child {
    margin-bottom: 0
}

.list-02 h6 {
    color: #2f3336;
    line-height: 16px;
    font-weight: 500
}

.list-02 p {
    font-size: 12px;
    color: #686868;
    line-height: 1.8em;
    font-weight: 500
}

.btn-01 {
    clear: both;
    font-size: 16px;
    color: #9e9797;
    margin-top: 13px
}

.btn-01 i {
    margin-left: 10px;
    color: #00aeef;
    font-size: 20px;
    position: relative;
    top: 3px
}

.btn-01:hover {
    color: #00aeef
}

.home-works {
    overflow: hidden
}

.home-works.container {
    padding: 50px 0 0
}

.home-works h2 {
    margin-left: 15px
}

.home-works .work-content {
    width: 100%;
    padding: 40px 25px;
    background: #00aeef
}

.home-works .work-content h4 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px
}

.home-works .work-content p {
    color: #fff;
    margin-bottom: 0
}

.home-works .swiper-pagination {
    text-align: left;
    padding-left: 20px
}

.home-works .swiper-pagination-bullet {
    background: #fff;
    opacity: .5
}

.home-works .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}

.home-works .btn-1 {
    float: right;
    margin-top: -56px;
    margin-right: 15px;
    color: #000
}

.work-slider {
    overflow: hidden;
    width: 100%
}

.work-slider .item {
    position: relative;
    float: left;
    width: 100%
}

.work-slider .item img {
    width: 100%
}

.work-slider .caption {
    position: absolute;
    bottom: 50px;
    left: 25px
}

.work-slider .caption h3 {
    font-size: 30px;
    font-weight: 300;
    color: #fff
}

.work-slider .caption span {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.work-pic {
    display: none
}

.aco-clients {
    padding: 40px 0
}

.aco-clients .item {
    display: inline-block;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
    padding: 0 8px
}

.aco-clients .item:before {
    top: 22px;
    right: 0;
    position: absolute;
    width: 1px;
    height: 40px;
    background: #e1e1e1;
    content: ''
}

.aco-clients .item img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .4
}

.aco-clients .item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.home-sec-2 {
    padding: 60px 0 30px 0;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/bg-2.jpg) no-repeat center 300px;
    background-size: cover
}

.achievement-outer {
    overflow: hidden;
    position: relative;
    padding: 0 35px
}

.achievement>div {
    text-align: center
}

.achievement .counts {
    position: relative;
    font-size: 26px;
    line-height: 30px;
    color: #5e707d;
    margin-bottom: 60px;
    text-align: left;
    display: inline-block;
    padding-left: 35px
}

.achievement .counts i {
    position: absolute;
    font-size: 23px;
    color: #6f7a82;
    top: 0;
    left: 0px
}

.achievement h3 {
    font-size: 60px;
    line-height: 48px;
    color: #00aeef;
    margin-bottom: 10px;
    font-weight: 700
}

.achievement .icon {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.achievement a {
    display: block
}

.achievement .swiper-slide:hover .icon {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.achievement .swiper-slide:hover h3 {
    color: #7c7d7d
}

.testimonial {
    padding-top: 48px;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px
}

.testimonial .swiper-pagination {
    bottom: 0px
}

.testimonial .pic {
    width: 104px;
    height: 104px;
    border: 5px solid #00aeef;
    border-radius: 50%;
    margin: 0 auto 35px auto;
    position: relative
}

.testimonial .pic span {
    display: inline-block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.testimonial .pic .video-icon {
    position: absolute;
    font-size: 35px;
    color: #ef0000;
    line-height: 30px;
    bottom: -11px;
    right: 7px
}

.testimonial .pic .video-icon:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    top: 9px;
    left: 5px
}

.testimonial .pic .video-icon:before {
    position: relative;
    z-index: 1
}

.testimonial .pic:hover .video-icon {
    color: #00aeef
}

.testimonial p {
    font-size: 18px;
    color: #6f7a82;
    margin-bottom: 20px;
    font-weight: 300
}

.testimonial h4 {
    font-size: 20px;
    color: #00aeef
}

.testimonial span {
    font-size: 14px;
    color: #5e707d
}

.home-blog {
    padding: 50px 0;
    background: #f6f6f6;
    position: relative;
    overflow: hidden
}

.home-blog .title {
    font-size: 15px;
    color: #777;
    margin-bottom: 6px
}

.home-blog .title span {
    color: #00aeef
}

.home-blog .title a {
    color: #00aeef;
    font-size: 15px
}

.home-blog p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 35px
}

.home-blog .swiper-slide {
    height: 100% !important
}

.home-blog .swiper-button-prev,
.home-blog .swiper-button-next {
    display: none
}

.home-blog a:hover {
    color: #000
}

.home-blog .entry-title a {
    color: #5e707d;
    font-size: 20px;
    line-height: 30px
}

.home-blog .entry-title a:hover {
    color: #000
}

.home-blog a.btn-1:hover {
    color: #fff
}

.home-blog h2 {
    margin-bottom: 28px
}

.blog-preview {
    position: absolute;
    height: 0px;
    width: 12%;
    top: 0px;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    border-top: 541px solid #17b4f0;
    border-left: 600px solid transparent;
    right: 0px;
    overflow: hidden;
    display: none
}

.blog-title {
    display: none
}

.blog-pic {
    margin-bottom: 20px
}

.blog-pic img {
    width: 100%;
    height: auto
}

.play-ground {
    background: #fff;
    padding: 50px 15px;
    position: relative;
    z-index: 10;
    overflow: hidden
}

.play-ground .slogans {
    text-align: center;
    display: none
}

.play-ground h3 {
    font-size: 72px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #00aeef;
    text-transform: uppercase
}

.play-ground h5 {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 15px;
    color: #00aeef;
    text-transform: uppercase
}

.footer-sec-1 {
    text-align: center;
    position: relative;
    padding: 60px 0 100px 0
}

.footer-sec-1 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/footer-bg.jpg) no-repeat center top;
    z-index: 0;
    background-attachment: fixed;
    background-size: cover
}

.footer-sec-1 .container {
    position: relative;
    z-index: 10;
    max-width: 1050px
}

.footer-sec-1 h4 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-bottom: 15px
}

.footer-sec-1 p {
    color: #889198;
    margin-bottom: 20px
}

.footer-sec-1 .btn-1 {
    color: #fff;
    font-size: 17px;
    line-height: 52px;
    height: 52px
}

.footer-sec-1 .btn-1:before {
    width: 330px;
    height: 330px;
    margin-left: -165px
}

.btn-02 {
    color: #fff;
    font-size: 16px;
    background: #00ABEA;
    padding: 15px 18px;
    display: inline-block;
    border-radius: 3px
}

.btn-03 {
    color: #fff;
    font-size: 12px;
    background: #fff;
    color: #5e707d;
    padding: 0 25px;
    display: inline-block;
    border-radius: 3px;
    height: 49px;
    line-height: 49px;
    border: 1px solid transparent
}

.btn-03:hover {
    background: #00aeef;
    color: #fff;
    border-color: #fff
}

.footer-sec-2 {
    background: #f6f6f6;
    padding-top: 100px;
}

.footer-sec-2 .location-outer {
    position: relative
}

.footer-sec-2 .location-outer .swiper-button-next,
.footer-sec-2 .location-outer .swiper-button-prev {
    z-index: 99
}

.addreess-section {
    margin-top: -40px;
    position: relative;
    overflow: hidden;
    z-index: 99;
    background: #fff;
    margin-bottom: 40px
}

.addreess-section .swiper-button-prev,
.addreess-section .swiper-button-next {
    top: 50%;
    margin-top: -20px
}

.addreess-section .swiper-button-prev {
    left: 0
}

.addreess-section ul li {
    padding: 40px 40px;
    border-right: 1px solid #ededed
}

.addreess-section h4 {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #00aeef;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif
}

.addreess-section h4:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: #000;
    content: ''
}

.addreess-section p {
    line-height: 24px;
    margin-bottom: 18px;
    font-size: 14px
}

.addreess-section p a {
    color: #6f7a82
}

.addreess-section p a:hover {
    color: #000
}

.addreess-section .map {
    font-size: 14px;
    color: #bdbdbd
}

.addreess-section .map:hover {
    color: #000
}

.footer-links {
    padding-bottom: 25px
}

.footer-links .links-02,
.footer-links .f-certification,
.footer-links .f-award {
    display: none
}

.footer-links h4 {
    font-size: 15px;
    color: #536470;
    margin-bottom: 15px;
    font-weight: 600
}

.list-f03 li {
    margin-bottom: 10px;
    position: relative;
    margin: 28px 0
}

.list-f03 li a {
    font-size: 16px;
    color: #414e58;
    display: block;
    padding-left: 42px
}

.list-f03 li a:hover {
    color: #00aeef
}

.list-f03 li a:hover i {
    color: #fff;
    background: #00aeef
}

.list-f03 li i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: block;
    border: 2px solid #00aeef;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    position: absolute;
    left: 0;
    top: -3px;
    color: #00aeef
}

.list-f03 li i:before {
    top: -2px;
    position: relative
}

.newsletter-box {
    margin-bottom: 15px
}

.newsletter-box .txt-box {
    width: calc(100% - 133px);
    border: 1px solid #d5d5d5;
    height: 44px;
    padding: 0 10px;
    font-size: 13px;
    color: #6f7a82;
    float: left
}

.newsletter-box p {
    font-size: 13px;
    margin-top: 8px;
    clear: both;
    display: block;
    padding-top: 8px
}

.subscribe-btn {
    height: 44px;
    width: 133px;
    border: none;
    background: #00aeef;
    font-size: 14px;
    color: #fff;
    float: right;
    text-align: center;
    line-height: 44px
}

.footer-bottom {
    padding: 25px 0;
    text-align: center
}

.footer-bottom a {
    font-size: 15px;
    color: #5e707d
}

.footer-bottom a:hover {
    color: #00aeef
}

.footer-bottom p {
    font-size: 15px;
    color: #5e707d
}

.footer-bottom p span {
    display: none
}

.social-links {
    margin-bottom: 15px
}

.social-links li {
    float: left;
    margin-right: 10px
}

.social-links li a {
    display: block;
    font-size: 20px;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background: #00aced
}

.social-links li a:hover {
    background: #969898;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.social-links li .linkedin {
    background: #007bb6
}

.social-links li .twitter {
    background: #00aced
}

.social-links li .facebook {
    background: #3b5998
}

.social-links li .plus {
    background: #dd4b39
}

footer .f-award {
    font-size: 22px;
    color: #6f7a82;
    padding: 15px;
    background: #fff;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block
}

footer .f-award span {
    display: block;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/icon_sprite.png) no-repeat 0 0;
    padding-left: 40px;
    min-height: 35px
}

footer .f-award:hover {
    background: #00aeef;
    color: #fff
}

.list-f02 li a {
    font-size: 14px;
    color: #5e707d;
    line-height: 32px;
    position: relative
}

.list-f02 li a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #00aeef;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.list-f02 li a:hover {
    color: #00aeef
}

.list-f02 li a:hover:before {
    width: 100%
}

.f-certification {
    margin: 0 -5px
}

.f-certification div {
    padding: 0 5px
}

.f-certification img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.f-certification a {
    display: block
}

.enquiry-form {
    position: fixed;
    overflow: hidden;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    background: #00aeef;
    padding: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 0
}

.enquiry-form .enquiry-address .tab_container .name {
    margin-right: 10px;
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    border-right: 1px solid #fff;
    border-radius: 18px;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #8cdaf7;
    padding: 4px 15px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    outline: none;
    text-decoration: none;
    padding-right: 10px
}

.enquiry-form .enquiry-address .tab_container h5 {
    font-size: 16px;
    color: #fff
}

.enquiry-form .enquiry-address .tab_container [id^="enq_tab"]:checked+label {
    background: #8cdaf7;
    color: #000
}

.enquiry-form h5 {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700
}

.enquiry-form h5:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
    content: ''
}

.enquiry-form p {
    color: #001720;
    margin-bottom: 20px
}

.enquiry-form .title {
    padding-left: 42px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    line-height: 35px;
    color: #fff
}

.enquiry-form .title i {
    width: 35px;
    height: 35px;
    display: block;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    position: absolute;
    left: 0;
    top: 0px;
    color: #fff;
    font-size: 17px
}

.enquiry-form h4 {
    font-size: 23px;
    font-weight: 100;
    margin-bottom: 15px;
    color: #fff
}

.enquiry-form .list-f03 span {
    display: block;
    color: #fff;
    padding-left: 42px;
    font-size: 14px;
    line-height: 30px
}

.enquiry-form .list-f03 a {
    padding-left: 0;
    color: #001720;
    font-size: 20px;
    clear: both
}

.enquiry-form .list-f03 a:hover {
    color: #8cdaf7
}

.enquiry-form .list-f03 li i {
    border-color: #fff;
    color: #fff
}

.enquiry-form .list-f03 li i:before {
    top: -1px;
    position: relative
}

.enquiry-form .close {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 15px;
    color: #fff;
    padding-right: 42px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 99
}

.enquiry-form .close i {
    font-size: 18px;
    width: 35px;
    height: 35px;
    display: block;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    position: absolute;
    right: 0;
    top: -7px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.enquiry-form .close i:before {
    top: -1px;
    position: relative
}

.enquiry-form .close:hover {
    color: #000
}

.enquiry-form .close:hover i {
    color: #000;
    border-color: #000
}

.enquiry-form .container {
    height: 100%
}

.enquiry-form .submit-btn {
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 700
}

.submit-btn.disabled {
    background: #ef9898 !important
}

.enquiry-open .enquiry-form {
    height: 100%;
    padding: 60px 0 10px 0
}

.form li {
    position: relative;
    margin-bottom: 15px
}

.form .icon:before {
    position: absolute;
    left: 11px;
    top: 14px;
    font-size: 20px;
    color: #c5c5c5;
    font-family: "Ionicons";
    content: "\f47e";
    opacity: .8
}

.form label.error {
    position: absolute;
    top: 21px;
    right: 18px;
    font-size: 12px;
    color: #46bcec
}

.form .envelope:before {
    content: "\f132"
}

.form .call:before {
    content: "\f4b9"
}

.form .speech:before {
    content: "\f3fa"
}

.form .status span,
.apply-now .status span {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #f00;
    padding: 0px 5px;
    display: inline-block
}

.form .progress,
.apply-now .progress {
    width: 0%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    z-index: 5;
    background: #b31717;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.form .in-progress .progress,
.apply-now .in-progress .progress {
    height: 6px;
    opacity: 1;
    -webkit-animation: progress-anim 10s ease 0s;
    animation: progress-anim 10s ease 0s
}

@-webkit-keyframes progress-anim {
    0% {
        width: 0%
    }
    10% {
        width: 15%
    }
    30% {
        width: 40%
    }
    50% {
        width: 55%
    }
    80% {
        width: 85%
    }
    95% {
        width: 96%
    }
    100% {
        width: 98%
    }
}

@keyframes progress-anim {
    0% {
        width: 0%
    }
    10% {
        width: 15%
    }
    30% {
        width: 40%
    }
    50% {
        width: 55%
    }
    80% {
        width: 85%
    }
    95% {
        width: 96%
    }
    100% {
        width: 98%
    }
}

.txt-area {
    line-height: 18px;
    width: 100%;
    padding: 18px 35px;
    border-radius: 3px;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    outline: none;
    color: #454d54;
    min-height: 100px;
    border: 1px solid #fff
}

.txt-area:focus {
    border-color: #057aa5
}

.submit-btn {
    width: 100%;
    border: none;
    min-height: 59px;
    border-radius: 3px;
    background: #ed4e4e;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 4px;
    font-family: "Montserrat", sans-serif
}

.submit-btn:hover {
    background: #e73535
}

.txt-box {
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0px 35px;
    border-radius: 3px;
    border: none;
    font-size: 14px;
    outline: none;
    color: #454d54;
    border: 1px solid #fff;
    background: #fff !important;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.txt-box:focus {
    border-color: #057aa5
}

@media only screen and (max-width: 767px) {
    .enquiry-btn {
        font-size: 0;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        padding: 0;
        display: block;
        text-align: center;
        float: right;
        background: #00aeef;
        position: fixed;
        bottom: 20px;
        right: 20px;
        overflow: visible;
        box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.11)
    }
    .enquiry-btn i {
        font-size: 30px;
        line-height: 56px;
        color: #fff;
        font-family: "Ionicons"
    }
    .enquiry-btn span {
        position: absolute;
        right: 72px;
        top: 2px;
        background: #fff;
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        padding: 0 15px;
        width: 140px;
        height: 50px;
        line-height: 50px;
        box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.17);
        border-radius: 3px
    }
    .enquiry-btn span:before {
        position: absolute;
        content: "";
        left: 100%;
        top: 50%;
        margin-top: -4px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-left: 12px solid #fff;
        border-bottom: 6px solid transparent
    }
    .inner-body header .btn-1 {
        min-width: 10px
    }
    .page-template-template-blog header .btn-1,
    .single-post header .btn-1 {
        position: relative;
        right: 55px;
        margin-top: 14px;
        width: 45px;
        line-height: 45px;
        height: 45px
    }
    .page-template-template-blog header .btn-1 span,
    .single-post header .btn-1 span {
        display: none
    }
    .page-template-template-blog header .btn-1 i,
    .single-post header .btn-1 i {
        line-height: 45px;
        font-size: 21px
    }
    .page-template-template-blog .enquiry-form,
    .single-post .enquiry-form {
        bottom: auto;
        top: 0
    }
    .single-post .quoteBox {
        display: none
    }
    header .btn-1::before {
        display: none
    }
}

.menu {
    position: absolute;
    width: 100%;
    top: 94px;
    left: 0;
    background: #fff;
    padding: 0 0;
    z-index: 999;
    height: 0;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.menu .menu-list-2 {
    display: none
}

nav {
    position: relative;
    font-family: "Montserrat", sans-serif;
    padding: 0 10px
}

nav>ul {
    width: 100%
}

nav>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 5px 0
}

nav>ul>li>a {
    font-size: 18px;
    color: #5e707d;
    line-height: 33px;
    display: inline-block;
    padding: 3px 0
}

nav>ul>li>a:hover {
    color: #00aeef
}

nav .icon {
    position: absolute;
    right: -4px;
    top: 8px;
    font-size: 22px;
    color: #5e707d;
    padding: 5px 8px
}

nav .menu-content {
    display: none
}

.submenu {
    position: static;
    padding-left: 20px;
    display: none
}

.submenu li a {
    font-size: 15px;
    color: #5e707d;
    line-height: 34px;
    padding-bottom: 10px
}

.submenu li a:hover {
    color: #00aeef
}

.third-level-menu {
    display: none
}

.open-menu header {
    background: #fff
}

.open-menu header .btn-1 {
    color: #00aeef
}

.open-menu header .btn-1:hover {
    color: #fff
}

.open-menu .desk-menu .main-menu li a {
    color: #6f7a82
}

.open-menu .nav-icon {
    color: #6f7a82
}

.open-menu .nav-icon:before {
    content: "\f129";
    font-size: 30px;
    font-weight: bold;
    position: relative;
    top: -4px
}

.open-menu .menu {
    border-top: 1px solid #e5e5e5;
    height: 100vh;
    padding: 30px 0
}

.txt-wrap {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 400px;
    perspective: 400px;
    text-align: center
}

.letter,
.space {
    display: inline-block;
    font-size: 33px;
    font-weight: bold;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-family: "Montserrat", sans-serif;
    letter-spacing: -3px;
    color: transparent
}

.space {
    width: 15px
}

.banner .center {
    max-width: 280px;
    margin: 0 auto
}

.banner .swipe {
    position: relative;
    text-align: center;
    height: 3em
}

.banner .swipe .sentence {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    color: transparent;
    font-size: 30px;
    line-height: 40px;
    font-family: "Montserrat", sans-serif
}

.banner .swipe .sentence .line-wrap {
    position: relative;
    display: block;
    width: 100%;
    color: transparent;
    -webkit-transition: color 1ms;
    transition: color 1ms;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms
}

.banner .swipe .sentence .line-wrap:nth-child(2) {
    -webkit-transition-delay: 666.66667ms;
    transition-delay: 666.66667ms
}

.banner .swipe .sentence .line-wrap:nth-child(3) {
    -webkit-transition-delay: 833.33333ms;
    transition-delay: 833.33333ms
}

.banner .swipe .sentence .line-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00aeef;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%
}

.banner .swipe .sentence--show {
    z-index: 2
}

.banner .swipe .sentence--show .line-wrap {
    color: #fff
}

.banner .swipe .sentence--show .line-wrap:after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 1000ms ease-in-out;
    transition: -webkit-transform 1000ms ease-in-out;
    transition: transform 1000ms ease-in-out;
    -webkit-transition: -webkit-transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out;
    transition: transform 1000ms ease-in-out, -webkit-transform 1000ms ease-in-out
}

.banner .swipe .sentence--show .line-wrap:nth-child(2):after {
    -webkit-transition-delay: 166.66667ms;
    transition-delay: 166.66667ms
}

.banner .swipe .sentence--show .line-wrap:nth-child(3):after {
    -webkit-transition-delay: 333.33333ms;
    transition-delay: 333.33333ms
}

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, -webkit-transform;
    transition-property: box-shadow, transform
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.swiper-button-prev,
.swiper-button-next {
    background: #00aeef;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 25px
}

.swiper-button-prev:before,
.swiper-button-next:before {
    font-family: "Ionicons";
    content: "\f3d3"
}

.swiper-button-prev:before {
    content: "\f3d2"
}

.blog-slide {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.blog-slide .swiper-button-prev,
.blog-slide .swiper-button-next {
    display: none
}

.home-acodie {
    text-align: center;
    position: relative
}

.home-acodie .hover-cnt {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 50%;
    background: #fff;
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 15px;
    line-height: 26px;
    color: #5e707d;
    font-weight: 300
}

.home-acodie .hover-cnt:before {
    position: absolute;
    content: '';
    bottom: -14px;
    left: 50%;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff
}

.home-acodie:hover .hover-cnt {
    opacity: 1;
    visibility: visible;
    bottom: 100%
}

.play-ground .flip-container {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.play-ground .flip-container:hover .flipper,
.play-ground .flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.play-ground .flip-container,
.play-ground .front,
.play-ground .back {
    max-width: 320px;
    height: 120px;
    margin: 0 auto;
    text-align: center
}

.play-ground .flipper {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative
}

.play-ground .front,
.play-ground .back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.play-ground .front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.play-ground .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    color: #6f7a82
}

.play-ground .flip-container:hover .flipper,
.play-ground .flip-container.hover .flipper,
.play-ground .flip-container.flip .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.inner-banner {
    position: relative
}

.inner-banner .img {
    height: 300px;
    background-size: cover !important
}

.inner-banner .caption {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px
}

.inner-banner img {
    display: none
}

.inner-banner .design-logo img {
    width: auto;
    max-width: 100%;
    margin: 0 auto
}

.inner-banner .design-logo h3 {
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
    color: #fff;
    text-align: center
}

.inner-body .desk-menu .main-menu li a {
    color: #5e707d
}

.inner-body .nav-icon {
    color: #1f2057
}

.inner-body h3 {
    font-size: 25px;
    color: #6f7a82;
    margin-bottom: 15px;
    font-weight: 100
}

.inner-body h3 a {
    color: #6f7a82
}

.inner-body h3 a:hover {
    color: #000
}

.inner-body .works .masonry h3 {
    font-size: 23px
}

.inner-body header .btn-1 {
    color: #00aeef
}

.inner-body header .btn-1:hover {
    color: #fff
}

.inner-sec1 {
    text-align: center;
    padding: 40px 0;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 90%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 90%, #f9f9f9 100%)
}

.inner-sec1 .container {
    margin-bottom: 0 !important
}

.credentials {
    padding: 40px 0
}

.credentials .icon {
    width: 80px;
    height: 60px;
    margin: 0 auto 10px auto;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/icon_sprite.png) no-repeat 13px -52px
}

.credentials .i-2 {
    background-position: 3px -120px
}

.credentials .i-3 {
    background-position: 8px -204px
}

.credentials .i-4 {
    background-position: 5px -283px
}

.credentials .i-5 {
    background-position: 8px -360px
}

.credentials .i-6 {
    background-position: 7px -443px
}

.credentials .box p {
    max-width: 256px;
    margin: 0 auto
}

.credentials .outer {
    padding: 30px 20px
}

.credentials .outer:hover {
    box-shadow: 0px 5px 62px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.inner-sec2 {
    padding: 40px 0;
    background: #fff;
    text-align: center
}

.tab-section {
    text-align: left;
    padding-top: 40px
}

.tab-section .name {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #6f7a82;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-right: 15px
}

.tab-section .name:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 3px;
    background: #46beea;
    content: '';
    display: none
}

.tab-section .tab_container [id^="tab"]:checked+.name:before {
    display: block
}

.tab-content h5 {
    font-size: 20px;
    color: #35b9e8
}

.tab-content img {
    margin: 5px 0
}

.tab-content h6 {
    font-size: 18px;
    color: #6f7a82;
    margin-bottom: 6px
}

.tab-content p {
    font-size: 14px
}

.tab-content .box {
    margin-bottom: 0px
}

@media (max-width: 500px) {
    .tab-content .box {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 25px
    }
}

.tab-content .outer {
    padding: 30px 20px
}

@media (max-width: 500px) {
    .tab-content .outer {
        border: 1px solid #e5e5e5;
        background: #fff;
        text-align: center
    }
}

.tab-content .outer:hover {
    box-shadow: 0px 5px 62px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.cleints-projects {
    background: #f9f9f9;
    padding: 40px 0;
    text-align: center;
    background: -webkit-linear-gradient(bottom, #fff 0%, #fff 90%, #f9f9f9 100%);
    background: linear-gradient(to top, #fff 0%, #fff 90%, #f9f9f9 100%)
}

.cleints-projects p {
    margin-bottom: 35px
}

.cleints-projects h5 {
    font-size: 18px;
    color: #6f7a82;
    margin-bottom: 25px;
    font-weight: 100
}

.bottom-sec1 {
    background: #f9f9f9;
    padding: 40px 0
}

.bottom-sec1 img {
    width: 100%
}

.bottom-sec1 .box-01 {
    margin-bottom: 30px
}

.bottom-sec1 .white-bg {
    padding: 30px;
    background: #fff;
    position: relative;
    min-height: 248px
}

.bottom-sec1 .white-bg p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 28px;
    font-style: italic
}

.bottom-sec1 .white-bg h4 {
    font-size: 14px;
    font-weight: 400;
    color: #494f52
}

.bottom-sec1 .white-bg h5 {
    font-size: 16px;
    color: #494f52;
    font-weight: 200;
    line-height: 20px
}

.bottom-sec1 .white-bg .icon {
    width: 32px;
    height: 26px;
    display: block;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/icon_sprite.png) no-repeat 0px -1408px;
    opacity: .22;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.bottom-sec1 .white-bg:hover .icon {
    opacity: .6
}

.bottom-sec1 .swiper-pagination {
    text-align: right;
    bottom: 0;
    right: 20px;
    bottom: 5px
}

.bottom-sec1 .swiper-pagination span {
    margin-left: 8px
}

.bottom-sec1 .profile {
    position: relative;
    padding-left: 65px;
    min-height: 55px
}

.bottom-sec1 .profile .pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border: 2px solid #00aeef
}

.bottom-sec1 .profile span {
    font-size: 14px;
    color: #98a4a9
}

.bottom-sec1 a.pic {
    display: block;
    overflow: hidden;
    color: #5e707d
}

.bottom-sec1 a.pic img {
    -moz-transform: scale(1.09, 1.09);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s
}

.bottom-sec1 a.pic:hover img {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-position: top top;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s
}

.bottom-sec1 .slider-1 .caption {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 10px;
    color: #000;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0
}

.bottom-sec1 .slider-1 .item:hover .caption {
    opacity: 1
}

.swipe-slider {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.service {
    width: 100%;
    background-size: cover;
    padding: 40px 0;
    background: #f7f6f6
}

.service h2 {
    padding-bottom: 0;
    margin-bottom: 10px
}

.service h2:before {
    display: none
}

.service p {
    margin-bottom: 15px
}

.service h4 {
    font-size: 18px;
    color: #5e707d;
    margin-bottom: 8px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.service .pic {
    display: none
}

.gray-bg {
    background: #ececec
}

.service-1 {
    background: #f6f5f5
}

.service-2 {
    background: #e4e6e6
}

.service-3 {
    background: #f9f9f9
}

.service-4 {
    background: #fff
}

.service-5 {
    background: #f6f5f5
}

.service-6 {
    background: #fff
}

.service-7 {
    background: #f7f6f6
}

.service-8 {
    background: #fff
}

.custom-list li a {
    font-weight: bold
}

.custom-list .sub-list {
    display: block !important;
    font-size: 16px;
    color: #5e707d;
    line-height: 20px;
    text-decoration: none !important;
    padding-top: 5px;
    padding-bottom: 5px
}

.custom-list .sub-list:before {
    display: none !important
}

.custom-list .inner-list {
    padding: 20px 0 20px 20px
}

.custom-list .inner-list li {
    display: inline-block;
    font-size: 16px;
    color: #5e707d;
    width: 25%;
    line-height: 35px
}

.custom-list3 {
    padding-right: 0
}

.list-s2 li span {
    font-size: 16px;
    color: #5e707d;
    padding: 8px 0;
    position: relative;
    padding-left: 20px;
    display: inline-block
}

.list-s2 li span:before {
    position: absolute;
    left: 0;
    top: 13px;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #00aeef;
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.list-s2 li span:hover {
    color: #1f9cca
}

.list-s2 li span:hover:before {
    background: #00aeef
}

.list-03 {
    max-width: 470px;
    display: none
}

.list-03 li {
    padding: 23px 18px;
    background: #fff;
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/icon_sprite.png) no-repeat 13px -508px #fff
}

.list-03 li a {
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #5e707d
}

.list-03 li span {
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #5e707d
}

.list-03 li:nth-child(odd) {
    padding-left: 80px
}

.list-03 li:nth-child(even) {
    text-align: right;
    padding-right: 100px
}

.list-03 li:hover {
    background-color: #f7f7f7
}

.list-03 .dm-2 {
    background-position: 102% -580px
}

.list-03 .dm-3 {
    background-position: 13px -673px
}

.list-03 .dm-4 {
    background-position: 105% -754px
}

.whats-new {
    text-align: center;
    padding-bottom: 20px
}

.whats-new h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    display: inline-block
}

.whats-new .swiper-slide {
    opacity: 0 !important
}

.whats-new .swiper-slide-active {
    opacity: 1 !important
}

.title-4 {
    font-size: 20px;
    color: #5e707d;
    margin-bottom: 15px
}

.main-title-h3 {
    font-weight: 100
}

.works {
    background: #fff
}

.works h6 {
    font-size: 16px;
    color: #4f5e69;
    margin-bottom: 25px;
    font-weight: 300
}

.works .sorting li {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    color: #8fa0ad;
    font-weight: 600;
    padding-bottom: 2px;
    cursor: pointer
}

.works .sorting .active,
.works .sorting .is-checked {
    color: #5e707d;
    border-bottom: 2px solid #00aeef
}

.works .masonry {
    padding-top: 40px;
    margin: 0 -15px;
    margin: auto -15px;
    padding: 20px 0
}

.works .masonry .item {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px
}

.works .masonry .outer {
    position: relative;
    box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.15)
}

.works .caption {
    padding: 10px;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.works .caption h4 {
    font-size: 20px;
    color: #47545e
}

.works .caption p {
    font-size: 14px;
    color: #8fa0ad;
    line-height: 20px
}

.works .caption .more {
    height: 0;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none
}

figcaption h3 {
    font-size: 24px;
    margin-bottom: 15px
}

figcaption h4 {
    margin-bottom: 15px
}

figcaption p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px
}

figcaption a {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    background: #0599d5;
    font-weight: 700;
    margin: 0 8px;
    border-radius: 50%
}

figcaption a:hover {
    background: #007aa8
}

figcaption .link-2 {
    display: none
}

.title-right {
    display: none
}

.work-filter {
    padding: 15px 0;
    border: 1px solid #f0f0f0;
    border-left: 0;
    border-right: 0;
    margin-top: 25px;
    text-align: left
}

.work-filter span {
    font-size: 14px;
    color: #8fa0ad;
    float: left;
    display: block;
    line-height: 49px
}

.work-filter .select-box {
    width: 140px;
    margin-left: 18px
}

.work-filter .service-filter {
    float: left;
    margin-left: 18px;
    position: relative
}

.work-filter h4 {
    padding: 0 10px;
    margin: 0;
    background: #fff;
    color: #8fa0ad;
    border: 1px solid #eaeaea;
    display: inline-block;
    cursor: pointer;
    height: 49px;
    line-height: 49px;
    font-size: 14px
}

.work-filter h4 i {
    color: #797f84;
    margin-left: 18px
}

.work-filter .button-group {
    position: absolute;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    top: 48px;
    left: 0;
    background: #fff;
    z-index: 99;
    width: 100%;
    display: none
}

.work-filter .button-group li {
    cursor: pointer;
    font-size: 14px;
    padding: 5px 0;
    color: #6f7a82
}

.select-box {
    position: relative;
    display: inline-block
}

.select-box:before {
    content: '';
    right: 1px;
    top: 1px;
    width: 20px;
    height: 37px;
    position: absolute;
    pointer-events: none;
    display: block;
    content: '\f3d0';
    font-family: "Ionicons";
    font-size: 16px;
    color: #000;
    padding: 5px;
    text-align: center;
    background: #fff;
    line-height: 37px;
    text-align: center
}

.select-box select {
    padding: 0 10px;
    margin: 0;
    background: #fff;
    color: #8fa0ad;
    border: none;
    outline: none;
    border: 1px solid #eaeaea;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 49px;
    font-size: 14px;
    width: 100%
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select {
        padding-right: 18px
    }
}

.blog {
    padding: 40px 0
}

.blog article {
    margin-bottom: 40px
}

.blog article.even .glog-pic {
    float: right
}

.blog article.even .glog-date {
    left: auto;
    right: 23px
}

.blog .blog-cnt {
    background: #fff;
    padding: 45px 20px 20px 20px;
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    clear: both
}

.blog .blog-cnt:hover .glog-date {
    background: #1b9dcb
}

.blog .blog-cnt h4 {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.blog .blog-cnt:hover h4 {
    color: #00aeef
}

.blog .blog-cnt a {
    color: #3b474b
}

.blog .blog-cnt a:hover {
    color: #00aeef
}

.blog h4 {
    font-size: 20px;
    color: #3b474b;
    font-weight: 700;
    margin-bottom: 15px
}

.blog p {
    margin-bottom: 13px
}

.blog span.post-detail {
    font-size: 12px;
    color: #adb6bd;
    border-top: 1px solid #e5e5e5;
    display: block;
    padding-top: 10px
}

.blog .widget {
    background: #00aeef;
    padding: 0;
    margin-bottom: 25px
}

.blog .widget .select-box {
    width: 100%
}

.blog .tab-content {
    padding: 25px
}

.blog .tab-content .searchForm {
    border: 0;
    padding: 0
}

.blog .tab-content .searchForm i.btn {
    top: 12px;
    right: 12px
}

.blog .name {
    font-size: 14px;
    display: block;
    float: left;
    width: 50%;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #1b9dcb
}

.blog .tab_container [id^="tab"]:checked+label {
    background: #00aeef;
    color: #fff
}

.blog img {
    width: 100%;
    height: auto
}

.blog .page-title {
    font-size: 19px;
    margin-bottom: 18px;
    color: #5e707d
}

.glog-date {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #00aeef;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding-top: 21px;
    position: absolute;
    top: -45px;
    left: 23px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-transform: uppercase
}

.glog-date span {
    display: block;
    font-size: 18px
}

.tab_container {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.tab_container>input,
.tab_container>.tab-content {
    clear: both;
    display: none
}

.tab_container #tab1:checked~#content1,
.tab_container #tab2:checked~#content2,
.tab_container #tab3:checked~#content3,
.tab_container #tab4:checked~#content4,
.tab_container #tab5:checked~#content5 {
    display: block;
    color: #999
}

.tab_container #enq_tab1:checked~#enq_content1,
.tab_container #enq_tab2:checked~#enq_content2,
.tab_container #enq_tab3:checked~#enq_content3,
.tab_container #enq_tab4:checked~#enq_content4,
.tab_container #enq_tab5:checked~#enq_content5 {
    display: block !important;
    color: #999
}

.tab_container .select-box {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out
}

@-webkit-keyframes fadeInScale {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes fadeInScale {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.blog-detail .caption,
.single-post .caption {
    text-align: center !important;
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-detail .inner-banner,
.single-post .inner-banner {
    margin-top: 94px;
    margin-bottom: 30px
}

.blog-detail .inner-banner .img,
.single-post .inner-banner .img {
    height: 370px;
    background: none;
    display: block;
    position: relative
}

.blog-detail .inner-banner img,
.single-post .inner-banner img {
    display: none
}

.blog-detail .inner-banner .glog-date,
.single-post .inner-banner .glog-date {
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
    margin-top: 0;
    background: #0ba4dc;
    margin-bottom: 10px
}

.blog-detail .inner-banner h1,
.single-post .inner-banner h1 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600
}

.blog-detail .post-detail,
.single-post .post-detail {
    display: inline-block;
    background: rgba(0, 33, 46, 0.52);
    border-radius: 3px;
    padding: 10px
}

.blog-detail .post-detail li,
.single-post .post-detail li {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    border-right: 0px solid #fff
}

.blog-detail .post-detail li:last-child,
.single-post .post-detail li:last-child {
    border-right: 0
}

.blog-detail .post-detail li a,
.single-post .post-detail li a {
    color: #fff
}

.blog-detail .post-detail li a:hover,
.single-post .post-detail li a:hover {
    color: #00aeef
}

.blog-detail .blogLeft p,
.single-post .blogLeft p {
    text-align: left !important;
    line-height: 33px
}

.blog-detail .blogLeft h2,
.single-post .blogLeft h2 {
    margin: 40px 0 30px 0;
    font-size: 32px;
    line-height: 40px
}

.blog-detail .blogLeft #ez-toc-container,
.single-post .blogLeft #ez-toc-container {
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 40px;
    padding: 20px 35px;
    position: relative;
    width: auto;
    width: 100%
}

.blog-detail .blogLeft #ez-toc-container .ez-toc-title-container,
.single-post .blogLeft #ez-toc-container .ez-toc-title-container {
    margin: 10px 10px 15px 0
}

.blog-detail .blogLeft #ez-toc-container .ez-toc-list>li,
.single-post .blogLeft #ez-toc-container .ez-toc-list>li {
    margin-bottom: 15px
}

.blog-detail .blogLeft #ez-toc-container ul,
.blog-detail .blogLeft #ez-toc-container li,
.blog-detail .blogLeft #ez-toc-container ul li,
.blog-detail .blogLeft .ez-toc-widget-container,
.blog-detail .blogLeft .ez-toc-widget-container li,
.single-post .blogLeft #ez-toc-container ul,
.single-post .blogLeft #ez-toc-container li,
.single-post .blogLeft #ez-toc-container ul li,
.single-post .blogLeft .ez-toc-widget-container,
.single-post .blogLeft .ez-toc-widget-container li {
    line-height: 2.6
}

.blog-detail .blogLeft p,
.single-post .blogLeft p {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-bottom: 30px;
    padding-top: 10px;
    line-height: 28px
}

.blog-detail h3,
.single-post h3 {
    font-family: "Montserrat", sans-serif;
    color: #4f5e69
}

.blog-detail h4,
.single-post h4 {
    color: #4f5e69;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px
}

.blog-detail .small-txt,
.single-post .small-txt {
    font-size: 12px;
    color: #5e707d;
    margin-bottom: 20px;
    margin-top: -15px
}

.blog-detail .small-txt a,
.single-post .small-txt a {
    color: #00aeef
}

.blog-detail .footer-sec-1 h4,
.single-post .footer-sec-1 h4 {
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-bottom: 15px
}

.bloginner {
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
    line-height: 26px;
    color: #6f7a82
}

.bloginner .alsoread {
    padding: 30px 0;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-right: 0;
    margin: 30px 0
}

.bloginner .alsoread h3,
.bloginner .alsoread .title {
    float: left;
    font-size: 24px;
    color: #5e707d;
    opacity: .22;
    text-align: right;
    width: 137px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 25px;
    padding-right: 37px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.bloginner .alsoread h3 span,
.bloginner .alsoread .title span {
    display: block;
    font-size: 35px
}

.bloginner .alsoread p {
    margin-bottom: 0;
    color: #35b9e8;
    width: calc(100% - 140px);
    float: left;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 42px;
    position: relative
}

.bloginner .alsoread:hover h3 {
    opacity: .8
}

.bloginner .highliteSec {
    display: inline-block;
    padding: 20px 20px;
    width: 100%;
    background: #fff;
    margin: 30px 0;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.18);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.bloginner .highliteSec h5 {
    font-size: 25px;
    color: #5e707d;
    font-weight: 700;
    margin-bottom: 10px
}

.bloginner .highliteSec p {
    margin: 5px 0
}

.bloginner .highliteSec:hover {
    background: #eff8ff
}

.bloginner .blog-list-1 {
    width: 100%;
    margin: 40px 0 50px 0
}

.bloginner .blog-list-1 li {
    background: #f7f7f7;
    padding: 6px 20px;
    font-size: 17px;
    color: #5e707d;
    margin: 4px 0;
    border-left: 4px solid #dfdfdf;
    display: block;
    clear: both
}

.bloginner .blog-list-1 li:hover {
    border-color: #00aeef
}

.bloginner .mdBox {
    width: 100%;
    margin: 25px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0
}

.bloginner .mdBox .mdleft {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.bloginner .mdBox .mdleft h5 {
    font-size: 18px;
    font-weight: normal
}

.bloginner .mdBox .mdleft h6 {
    font-size: 14px;
    color: #aeb0b2;
    font-weight: normal;
    margin-top: 8px
}

.bloginner .mdBox .mdright {
    font-size: 16px;
    line-height: 26px
}

.bloginner .mdBox .icon {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/icon_sprite.png) no-repeat 2px -925px
}

.bloginner .reference {
    background: #f7f7f7;
    padding: 20px;
    border-bottom: 3px solid #00aeef;
    margin: 30px 0
}

.bloginner .reference li {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px
}

.bloginner .reference li:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c6e7f3
}

.bloginner .reference li a {
    color: #0a87b3;
    text-decoration: underline
}

.bloginner .reference li a:hover {
    color: #00aeef
}

.bloginner .reference li:hover:before {
    background: #00aeef
}

.bloginner .highliteSec02 {
    width: 100%;
    margin: 30px 0;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 10px 62px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.bloginner .highliteSec02 ol {
    margin: 0;
    padding: 0;
    counter-reset: item
}

.bloginner .highliteSec02 ol li {
    margin: 15px 0;
    padding: 0 0 15px 30px;
    list-style-type: none;
    counter-increment: item;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
    float: left;
    width: 100%;
    position: relative
}

.bloginner .highliteSec02 ol li:before {
    display: inline-block;
    width: 1em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0
}

.bloginner .highliteSec02:hover {
    background-color: #eff8ff
}

.bloginner .acod_ad {
    width: 100%;
    padding: 20px 15px;
    background: #00aeef;
    margin: 30px 0
}

.bloginner .acod_ad h2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0
}

.bloginner .acod_ad p {
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif
}

.bloginner .acod_ad .btn-03 {
    font-size: 16px
}

.bloginner .rating {
    padding: 15px;
    border: 1px solid #e5e5e5;
    margin: 30px 0
}

.bloginner .rating h5 {
    color: #5e707d;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif
}

.bloginner img {
    margin: 0 auto 25px auto;
    height: auto
}

.bloginner .blogLeft .tableSec {
    width: 100%
}

.bloginner .blogLeft table {
    width: 100%;
    text-align: left;
    margin-bottom: 30px
}

.bloginner .blogLeft table tbody tr {
    width: 100%
}

.bloginner .blogLeft table tbody tr:nth-child(even) {
    background: #f9f9f9
}

.bloginner .blogLeft table th {
    border: 1px solid #f0f0f0;
    width: 33.3%;
    background: #f3fafc;
    color: #4f5e69;
    font-weight: normal;
    padding: 10px 10px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.bloginner .blogLeft table td {
    color: #5e707d;
    font-weight: normal;
    padding: 10px 10px;
    font-size: 15px;
    width: 33%;
    border: 1px solid #f0f0f0
}

.bloginner .blogLeft a {
    color: #00aeef
}

.bloginner .blogLeft a.btn-white {
    color: #fff
}

.bloginner .blogLeft .btn-1.btn-white:hover {
    color: #000
}

.bloginner .blogLeft ul li,
.bloginner .blogLeft ol li {
    font-size: 16px;
    color: #6f7a82;
    line-height: 24px;
    list-style: disc;
    margin-bottom: 5px;
    line-height: 33px
}

.bloginner .blogLeft ul {
    padding-left: 40px
}

.bloginner .blogLeft .commentlist li {
    list-style: none
}

.bloginner .blogLeft ol li {
    list-style: decimal
}

.bloginner .blogLeft h1,
.bloginner .blogLeft h2,
.bloginner .blogLeft h3,
.bloginner .blogLeft h4,
.bloginner .blogLeft h5 {
    text-align: left !important;
    display: block
}

.bloginner .quoteBox {
    width: 100%;
    background: #00aeef;
    padding: 30px 20px;
    margin-bottom: 30px
}

.bloginner .quoteBox h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-bottom: 5px
}

.bloginner .quoteBox p {
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    width: 100%;
    text-align: center
}

.bloginner .quoteBox ul {
    width: 100%
}

.bloginner .quoteBox ul li {
    width: 100%;
    margin-top: 20px
}

.bloginner .quoteBox ul .inpt {
    width: 100%;
    border: 1px solid #fff;
    font-size: 15px;
    padding: 10px 10px;
    color: #a6afb6
}

.bloginner .quoteBox ul label.error {
    color: red;
    float: left;
    margin-top: 5px
}

.bloginner .blog-list-1 ul {
    padding-left: 0
}

.bloginner .reference ul {
    padding-left: 0
}

.bloginner .reference li {
    list-style: none !important
}

.searchForm {
    width: 100%;
    border: 1px solid #d7d7d7;
    padding: 8px;
    position: relative
}

.searchForm label.error {
    position: absolute;
    left: 0;
    top: 65px;
    color: red
}

.searchForm .srchTxt {
    border: none;
    background: #fff;
    width: 100%;
    padding: 0 50px 0 10px;
    outline: none;
    box-shadow: none;
    line-height: 49px;
    height: 49px
}

.searchForm .srchSubmit {
    font-size: 0;
    width: 43px;
    height: 43px;
    line-height: 43px;
    border: none;
    position: absolute;
    right: 10px;
    top: 14px;
    text-align: center;
    background: none
}

.searchForm .srchSubmit:before {
    content: "\f4a4";
    font-family: "Ionicons";
    color: #687478;
    font-size: 28px
}

.searchForm .srchSubmit:hover:before {
    color: #000
}

.searchForm i.btn {
    position: absolute;
    right: 21px;
    top: 21px;
    font-size: 20px;
    cursor: pointer
}

.blog-sidebar {
    padding: 20px 15px
}

.blog-sidebar .tab-1 {
    background: #00aeef;
    padding: 0;
    margin-bottom: 30px
}

.blog-sidebar .tab-1 .select-box {
    width: 100%
}

.blog-sidebar .tab-1 .tab-content {
    padding: 25px
}

.blog-sidebar .tab-1 .name {
    font-size: 14px;
    display: block;
    float: left;
    width: 50%;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #1b9dcb
}

.blog-sidebar .tab-1 [id^="tab"]:checked+label {
    background: #00aeef;
    color: #fff
}

.blog-sidebar .tab-2 {
    background: #fff;
    padding: 0;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px
}

.blog-sidebar .tab-2 .tab-content {
    padding: 25px
}

.blog-sidebar .tab-2 .tab-content a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    padding: 8px 0;
    color: #6f7a82
}

.blog-sidebar .tab-2 .tab-content a:hover {
    color: #000
}

.blog-sidebar .tab-2 .tab-content a:last-child {
    border-bottom: 0
}

.blog-sidebar .tab-2 .name {
    font-size: 18px;
    display: block;
    float: left;
    width: 50%;
    padding: 25px 0;
    color: #6f7a82;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #f7f7f7;
    border-bottom: 1px solid #e5e5e5
}

.blog-sidebar .tab-2 [id^="tab"]:checked+label {
    background: #fff;
    border-bottom: 0
}

.blog-sidebar .newsletter {
    float: right;
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 36px 30px;
    margin: 30px 0;
    text-align: center
}

.blog-sidebar .newsletter h4 {
    text-transform: uppercase;
    color: #757575;
    font-size: 16px
}

.blog-sidebar .newsletter h3 {
    color: #00aeef;
    font-weight: bold;
    font-size: 40px
}

.blog-sidebar .newsletter label.error {
    color: red
}

.blog-sidebar .newsletter .inpt {
    width: 100%;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    padding: 10px 20px;
    margin: 15px 0
}

.blog-sidebar .newsletter .inptsubmt {
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #006184;
    padding: 10px 25px;
    font-weight: 500;
    text-transform: uppercase;
    border: none
}

.blog-sidebar .newsletter .inptsubmt:hover {
    background: #00aeef
}

.blog-sidebar .links {
    width: 100%
}

.blog-sidebar .blog-ebook {
    background: #f7f7f7;
    text-align: center;
    margin-bottom: 25px
}

.blog-sidebar .blog-ebook .box {
    background: #00aeef;
    padding: 40px
}

.blog-sidebar .blog-ebook h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px
}

.blog-sidebar .blog-ebook h3 {
    color: #fff;
    font-weight: bold;
    font-size: 40px
}

.blog-sidebar .blog-ebook .icon {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid #00aeef;
    margin: 20px auto;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/icon_sprite.png) no-repeat 2px -850px;
    position: relative;
    z-index: 99;
    background-color: #fff;
    top: -55px
}

.profileUser {
    text-align: center;
    padding: 30px 0;
    padding: 30px 0;
    background: #f7f7f7;
    margin: 30px 0
}

.profileUser p {
    font-size: 16px;
    padding: 2px 35px
}

.profileUser .pro-pic {
    width: 174px;
    height: 229px;
    margin: 0 auto 25px auto;
    position: relative;
    overflow: hidden;
    padding: 2px
}

.profileUser .pro-pic:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/profile-bg.png) no-repeat center;
    z-index: 99
}

.profileUser .pro-pic img {
    max-width: none;
    height: 100%;
    width: auto
}

.profileUser h4 {
    font-weight: 500
}

.profileUser h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: #5e707d;
    letter-spacing: 3px;
    margin-bottom: 15px
}

.profileUser .profiles {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.profileUser .profiles li {
    display: inline-block
}

.profileUser .profiles li a {
    color: #4f5e69;
    font-size: 20px;
    padding: 0 5px
}

.more {
    font-size: 14px;
    color: #35b9e8;
    font-family: "Montserrat", sans-serif;
    font-weight: 500
}

.distraction-div {
    background: #f7f7f7;
    padding: 30px 0;
    margin-bottom: 30px
}

.distraction-div h3 {
    font-weight: 500;
    margin-bottom: 18px
}

.distraction-div p {
    margin-bottom: 0;
    line-height: 24px
}

.distraction-div .item {
    margin-bottom: 25px
}

.distraction-div .item:hover p {
    color: #00aeef
}

.distraction-div img {
    margin-bottom: 15px
}

.related-service {
    text-align: center;
    padding-top: 10px
}

.related-service .icon {
    display: block;
    width: 70px;
    height: 60px;
    margin: 0 auto 10px auto;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/icon_sprite.png) no-repeat 2px -1006px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.related-service h5 {
    font-size: 20px;
    color: #636f74;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 600
}

.related-service .box {
    margin-bottom: 40px
}

.related-service .b-2 .icon {
    background-position: 5px -1078px
}

.related-service .b-3 {
    margin-bottom: 0
}

.related-service .b-3 .icon {
    background-position: 5px -1158px
}

.related-service a {
    padding: 30px;
    display: block
}

.related-service a:hover {
    background: #fff;
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15)
}

.d-ebook {
    background: #f7f7f7;
    display: block;
    margin: 30px 0
}

.d-ebook>div {
    padding: 0
}

.d-ebook .lft {
    padding: 25px 18px;
    background: #00aeef;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.d-ebook .lft span {
    font-size: 20px;
    margin-left: 10px
}

.d-ebook .icon {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid #35b9e8;
    margin: 6px auto 0 auto;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/icon_sprite.png) no-repeat 2px -850px
}

.d-ebook:hover .lft {
    background: #128bc4
}

.d-ebook:hover .lft:before {
    border-left: 70px solid #128bc4
}

.awards-sec01 {
    padding: 30px 0 80px 0;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 90%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 90%, #f9f9f9 100%)
}

.awards-sec01 .aco-achievement {
    width: 100%
}

.awards-sec01 .awards-thumbs {
    padding: 0 20px;
    text-align: center;
    padding-bottom: 38px;
    margin-bottom: 32px
}

.awards-sec01 .awards-thumbs:before {
    position: absolute;
    content: '';
    bottom: 14px;
    left: 33px;
    right: 33px;
    height: 2px;
    background: #00aeef
}

.awards-sec01 .awards-thumbs h4 {
    font-size: 22px;
    color: #b0b0b0;
    font-family: "Montserrat", sans-serif;
    cursor: pointer
}

.awards-sec01 .awards-thumbs .swiper-slide {
    position: relative
}

.awards-sec01 .awards-thumbs .swiper-slide:after {
    position: absolute;
    content: '';
    bottom: -35px;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 2px solid #00aeef;
    background: #fff;
    margin-left: -5px
}

.awards-sec01 .awards-thumbs .swiper-slide {
    height: 100%
}

.awards-sec01 .awards-thumbs .swiper-slide-active h4 {
    font-size: 28px;
    color: #4c4c4c;
    font-weight: 700
}

.awards-sec01 .awards-thumbs .swiper-slide-active:after {
    width: 12px;
    height: 12px;
    bottom: -31px;
    margin-left: -9px
}

.awards-sec01 .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.awards-sec01 .swiper-button-prev,
.awards-sec01 .swiper-button-next {
    top: auto;
    bottom: 0px;
    margin-top: 0;
    background: #fff;
    border-radius: 50%;
    border: 2px solid rgba(76, 76, 76, 0.29);
    color: rgba(76, 76, 76, 0.29);
    font-size: 20px;
    font-weight: 700
}

.awards-sec01 .swiper-button-prev:before,
.awards-sec01 .swiper-button-next:before {
    line-height: 34px;
    display: block
}

.awards-sec01 .thumb-outer {
    position: relative
}

.awards-sec01 .swiper-button-prev.swiper-button-disabled,
.awards-sec01 .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    color: rgba(76, 76, 76, 0.2);
    border-color: rgba(76, 76, 76, 0.15)
}

.aco-achievement .box {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15);
    margin: 10px;
    display: inline-block;
    text-align: center;
    position: relative
}

.aco-achievement .medium {
    width: 120px;
    height: 120px
}

.aco-achievement .small {
    width: 113px;
    height: 113px
}

.aco-achievement .small h5 {
    font-size: 10px
}

.aco-achievement img {
    max-width: 60%
}

.aco-achievement .outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.aco-achievement .image {
    margin-bottom: 5px
}

.aco-achievement h5 {
    font-size: 11px;
    color: #4c4c4c;
    text-transform: uppercase;
    font-weight: 300
}

.aco-achievement .swiper-slide {
    text-align: center;
    padding-bottom: 40px
}

.aco-achievement .swiper-container {
    padding-bottom: 80px
}

.aco-awards {
    padding: 40px 0;
    text-align: center
}

.award-box {
    width: 100%;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/circle-bg.jpg) no-repeat center;
    background-size: contain;
    position: relative
}

.award-box .circle-box {
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.05);
    line-height: 120px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.award-box .rht {
    width: calc(100% - 120px);
    float: left;
    text-align: left;
    padding-left: 15px;
    padding-top: 20px
}

.award-box .rht h4 {
    font-size: 16px;
    color: #5e707d;
    font-weight: 300
}

.award-box .rht h4 span {
    font-weight: 600;
    display: block
}

.award-box .award-1 {
    width: 100%
}

.award-box .award-1:hover .circle-box {
    background: #ebfaff;
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.22)
}

.award-box .left-bottom,
.award-box .right-bottom {
    margin-top: 60px
}

.award-box .left-bottom {
    position: absolute;
    bottom: 61px;
    left: 9px
}

.award-box .item {
    padding: 20px 20px 54px 20px;
    min-height: 502px
}

.award-box .year-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    margin: -40px 0 0 -40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600
}

.award-box .swiper-button-prev,
.award-box .swiper-button-next {
    background: none;
    color: #ccc
}

.award-box .swiper-button-prev:hover,
.award-box .swiper-button-next:hover {
    color: #000
}

.award-box .swiper-button-prev {
    left: 50%;
    margin-left: -75px
}

.award-box .swiper-button-next {
    right: 50%;
    margin-right: -75px
}

.award-box .year-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #00aeef;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    margin: -40px 0 0 -40px
}

.award-box .swiper-slide {
    opacity: 0 !important
}

.award-box .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.accolades {
    padding: 40px 0;
    background: #f9f9f9
}

.accolades .title-bar {
    max-width: 1000px
}

.accolades .masonry {
    padding-top: 40px;
    margin: 0 -15px;
    margin: auto -15px;
    padding: 20px 0
}

.accolades .masonry .item {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: calc(100% - 30px);
    box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.15);
    margin: 15px
}

.accolades .masonry .item:hover {
    box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.47)
}

.accolades .masonry .outer {
    position: relative;
    padding: 25px 15px;
    background: #fff
}

.accolades .masonry .pic {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px
}

.accolades .masonry h6 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 5px;
    color: #5e707d;
    display: none
}

.title-bar {
    text-align: center;
    margin: 0 auto
}

.aco-certifications {
    padding: 40px 0;
    overflow: hidden
}

.aco-certifications .partners {
    padding-top: 20px
}

.aco-certifications .btn-03 {
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px
}

.career-sec1 {
    padding: 0px 0
}

.career-sec2 {
    padding: 30px 0;
    background: -webkit-linear-gradient(bottom, #fff 0%, #fff 90%, #f9f9f9 100%);
    background: linear-gradient(to top, #fff 0%, #fff 90%, #f9f9f9 100%)
}

.career-sec2 .title-bar {
    text-align: left;
    margin-bottom: 30px
}

.career-btn {
    display: block;
    width: 230px;
    padding: 20px 10px;
    text-align: center;
    background: #00aeef;
    font-size: 16px;
    color: #fff;
    margin: 0 auto 25px auto
}

.career-btn i {
    font-size: 45px;
    display: block
}

.career-btn h4 {
    font-size: 24px;
    color: #fff
}

.career-btn:hover h4 {
    color: #0e5a75
}

.career-col2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px
}

.career-col2 ul li {
    overflow: hidden;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-break-inside: avoid
}

.list-05 li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0;
    margin-bottom: 15px
}

.list-05 li:hover {
    border-color: #00aeef
}

.list-05 li:hover h4 {
    color: #00aeef
}

.list-05 h4 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #636f74
}

.list-05 p {
    font-size: 14px
}

.news {
    padding-bottom: 40px
}

.news-top-bar {
    font-size: 14px;
    margin-bottom: 8px;
    color: #636f74
}

.news-top-bar .rht {
    text-align: right
}

.news-cnt {
    width: 100%;
    max-width: 90%;
    margin: -40px auto 0 auto;
    background: #fff;
    padding: 25px;
    position: relative;
    text-align: center;
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 10
}

.news-cnt h4 {
    font-size: 16px;
    color: #5e707d;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif
}

.news-cnt a {
    color: #5e707d
}

.news-cnt a:hover {
    color: #00aeef
}

.news-cnt span {
    font-size: 14px;
    color: #636f74
}

.news-box {
    margin-bottom: 40px
}

.news-box img {
    width: 100%
}

.news-box:hover .news-cnt {
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.25)
}

.news-box:hover .pic a {
    opacity: 1
}

.news-box:hover .pic a:hover {
    background: #00aeef;
    color: #fff
}

.news-box:hover .pic:before {
    opacity: 1
}

.news-box .pic {
    position: relative
}

.news-box .pic a {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -75px;
    width: 150px;
    display: block;
    background: #fff;
    color: #00aeef;
    opacity: 0;
    border-color: #fff
}

.news-box .pic a:hover {
    border-color: #00aeef
}

.news-box .pic:before {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.34);
    content: '';
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0
}

.pagination {
    display: block;
    text-align: center
}

.pagination ul {
    display: inline-block
}

.pagination li {
    float: left;
    margin: 0 2px;
    font-size: 12px
}

.pagination li:last-child {
    margin: 0
}

.pagination li.active a,
.pagination li a:active {
    box-shadow: none
}

.pagination li.active a,
.pagination li a:hover {
    color: #fff;
    background: #00aeef
}

.pagination li .delimeter {
    display: block;
    padding-top: 6px
}

.pagination a,
.pagination .current {
    background: #fff;
    border-radius: 50%;
    color: #5e707d;
    display: block;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.pagination .prev,
.pagination .next {
    width: auto;
    border-radius: 0;
    padding: 0 10px
}

.pagination .prev i,
.pagination .next i {
    font-size: 15px;
    margin: 0
}

.pagination .prev i {
    margin-right: 10px
}

.pagination .next i {
    margin-left: 10px
}

.pagination .dots {
    line-height: 27px
}

.career-detail h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #636f74;
    font-weight: 600;
    margin-top: 30px
}

.career-detail h5 i {
    margin-right: 5px;
    color: #00aeef
}

.career-detail .lft li {
    font-size: 16px;
    color: #5e707d;
    border-left: 3px solid #00aeef;
    margin-bottom: 15px;
    text-decoration: underline;
    padding-left: 14px
}

.career-detail .rht h4 {
    font-size: 20px;
    color: #00aeef;
    margin-bottom: 20px
}

.apply-now li {
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

.apply-now li>label {
    font-size: 17px;
    color: #5e707d;
    font-weight: 600;
    display: block;
    margin-bottom: 10px
}

.apply-now li>label span {
    color: #00aeef
}

.apply-now .select-box {
    width: 100%
}

.apply-now .select-box:before {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    width: 40px
}

.apply-now .select-box select {
    height: 56px
}

.apply-now .input-txt {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border: 1px solid #eaeaea;
    padding: 0 14px;
    font-size: 14px
}

.apply-now .btn-1 {
    background: none
}

.fileup {
    position: relative;
    width: 100%;
    height: 56px;
    border: 1px solid #e5e5e5
}

.fileup i {
    position: absolute;
    top: 11px;
    left: 16px;
    font-size: 24px;
    color: #46beea
}

input.fake {
    cursor: pointer;
    position: absolute;
    text-align: left;
    top: 0;
    width: 50%;
    left: 10px;
    z-index: 10;
    color: #fff;
    font-size: 14px;
    border: none;
    line-height: 40px
}

input#resume {
    cursor: pointer;
    opacity: 0;
    position: relative;
    width: 100%;
    z-index: 49;
    font-size: 14px;
    line-height: 56px
}

input#uploadFile {
    background-color: #fff;
    border: medium none;
    color: #818282;
    position: absolute;
    left: 35px;
    top: 0;
    width: auto;
    line-height: 52px;
    font-size: 14px
}

.conact-numbers li {
    margin: 5px 0
}

.conact-numbers li a {
    font-size: 18px;
    color: #1d6cb9;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    padding: 6px 0 6px 0px
}

.conact-numbers li a span {
    width: 74px;
    display: inline-block
}

.conact-numbers li a:hover {
    color: #6f7a82
}

.conact-numbers li .us {
    background-position: 0 -1277px
}

.conact-numbers li .uk {
    background-position: 0 -1318px
}

.conact-numbers li .email {
    background-position: 0 -1368px
}

.contact-sec1 .enquiry-box {
    box-shadow: 0px 10px 62px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    margin: 10px 0 30px 0
}

.contact-sec1 .enquiry-box h3 {
    font-size: 21px;
    font-weight: bold
}

.contact-sec1 p {
    font-size: 17px;
    margin-bottom: 40px
}

.contact-sec1 .apply-now .input-txt {
    padding: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #eaeaea
}

.contact-sec1 .apply-now .input-txt:focus {
    border-color: #057aa5
}

.contact-sec1 .apply-now label {
    margin-bottom: 0
}

.contact-sec1 .apply-now li {
    margin-bottom: 20px
}

.contact-sec1 .rht label {
    margin-bottom: 10px
}

.contact-sec1 textarea {
    border: 1px solid #eaeaea;
    padding: 10px;
    background: #fcfcfc;
    box-shadow: none
}

.acodez-locations {
    text-align: center;
    padding: 30px 0
}

.acodez-locations h1 {
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #6f7a82;
    opacity: .10
}

.acodez-locations .map {
    width: 100%;
    height: 350px
}

.gm-style .gm-style-iw {
    text-align: left;
    font-size: 14px;
    line-height: 24px
}

.gm-style .gm-style-iw h4 {
    font-weight: 600;
    color: #00aeef
}

.office-location li {
    display: inline-block;
    margin: 6px 10px
}

.office-location li a {
    font-size: 16px;
    color: #5e707d;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    display: inline-block;
    font-weight: 700
}

.office-location .active a,
.office-location a:hover {
    border-color: #00aeef;
    color: #00aeef
}

.acodez-follow-us {
    padding-top: 40px;
    text-align: center
}

.acodez-follow-us .social-links li {
    float: none;
    display: inline-block;
    margin: 0 10px
}

.acodez-follow-us .social-links li a {
    width: 53px;
    height: 53px;
    line-height: 53px;
    font-size: 29px
}

.acodez-follow-us h4 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    color: #92a0a9;
    font-weight: 700
}

.map-image {
    position: relative
}

@-webkit-keyframes dot-blink {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes dot-blink {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.map-image .map {
    position: relative;
    display: none
}

.map-image .map-bg {
    position: relative;
    left: 0;
    display: none
}

.map-image .map-dots {
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.map-image .dot {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dot-blink 1s linear infinite;
    animation: dot-blink 1s linear infinite
}

.technology {
    margin: 0 -10px
}

.technology .icon {
    width: 100px;
    height: 100px;
    display: block;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/technology.png) no-repeat 13px 0;
    margin: 0 auto 15px auto
}

.technology .i-ecommerce {
    background-position: -96px 0
}

.technology .i-cms {
    background-position: -202px 3px
}

.technology .i-php {
    background-position: 13px -100px
}

.technology .i-jquery {
    background-position: -95px -100px
}

.technology .i-android {
    background-position: -202px -100px
}

.technology .i-cakePHP {
    background-position: 13px -200px
}

.technology .i-drupal {
    background-position: -95px -200px
}

.technology .i-codeIgniter {
    background-position: -202px -200px
}

.technology .i-dotNet {
    background-position: 13px -300px
}

.technology .i-facebook {
    background-position: -95px -300px
}

.technology .i-joomla {
    background-position: -202px -300px
}

.technology .i-iPhone {
    background-position: 13px -400px
}

.technology .i-magento {
    background-position: -95px -400px
}

.technology .i-nopCommerce {
    background-position: -202px -400px
}

.technology .i-webapp {
    background-position: 13px -500px
}

.technology .i-virtueMart {
    background-position: -95px -500px
}

.technology .i-wordpress {
    background-position: -202px -500px
}

.technology .i-zen {
    background-position: 13px -600px
}

.technology .i-css {
    background-position: -95px -600px
}

.technology .icons {
    width: auto;
    margin: 0 auto 15px auto;
    height: 100px
}

.technology .item {
    width: 50%;
    padding: 10px;
    float: left
}

.technology .item:nth-child(2n) {
    margin-right: 0
}

.technology .outer {
    background: #f4f4f4;
    padding: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    cursor: pointer
}

.technology .outer:hover {
    background: #fff;
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15)
}

.technology .tech_content {
    display: none
}

.technology h5 {
    font-size: 14px;
    height: 55px
}

.technology-page {
    padding: 40px 0;
    text-align: center
}

.technology-page .button-group {
    margin-bottom: 25px
}

.technology-page .button-group li {
    display: inline-block;
    margin: 3px 6px;
    font-size: 16px;
    color: #8fa0ad;
    cursor: pointer
}

.technology-page .button-group .is-checked {
    color: #4e5962;
    border-bottom: 2px solid #00aeef
}

.page-template-template-what-we-do .element_to_pop_up {
    max-width: 96%;
    background-color: #fff;
    display: none;
    padding: 25px;
    min-height: 250px;
    border-radius: 8px
}

.page-template-template-what-we-do .element_to_pop_up div {
    text-align: center;
    padding: 9px 30px
}

.page-template-template-what-we-do .element_to_pop_up div h3 {
    font-size: 30px;
    color: #5e707d
}

.page-template-template-what-we-do .element_to_pop_up div a {
    color: #00aeef;
    text-decoration: underline;
    font-weight: 500;
    font-size: 18px
}

.page-template-template-what-we-do .element_to_pop_up div p {
    line-height: 27px;
    font-size: 16px;
    font-weight: 400
}

.comments-area .comments-title {
    font-size: 16px;
    color: #929292;
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400
}

.comments-area .comments-title span {
    font-size: 25px;
    color: #41484b;
    margin-right: 5px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif
}

.comments-area .comments-title:before {
    width: 0px;
    height: 0px
}

.comments-area .edit-link {
    margin-bottom: 0
}

.comments-area .edit-link a {
    font-size: 14px;
    color: #079dd2;
    font-weight: 500;
    font-family: "Montserrat", sans-serif
}

.comments-area .edit-link a:hover {
    text-decoration: underline;
    color: #9a9a9a
}

.commentlist {
    padding: 0px 0px 0px;
    margin: 0px;
    border-bottom: 1px solid #e5e5e5
}

.commentlist cite.fn {
    display: block;
    width: 100%;
    margin-bottom: 7px
}

.commentlist cite.fn .url {
    font-size: 18px;
    color: #41484b;
    font-style: initial;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif
}

.commentlist cite.fn .url:hover {
    color: #9a9a9a
}

.commentlist .vcard .cmt1 {
    text-align: center
}

.commentlist .vcard img {
    width: 82px;
    height: auto;
    border-radius: 100px
}

.commentlist .vcard time {
    font-size: 16px;
    color: #929292;
    text-transform: uppercase;
    font-weight: 400
}

.commentlist .aside {
    margin: 30px 0px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px
}

.commentlist .aside p {
    font-size: 18px;
    line-height: 30px
}

.commentlist .aside .comment-awaiting-moderation {
    font-size: 14px !important;
    color: red;
    font-style: italic
}

.commentlist .aside .reply a {
    font-size: 14px;
    color: #41484b;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif
}

.commentlist .aside .reply a:hover {
    text-decoration: underline;
    color: #9a9a9a
}

.commentlist .aside section.comment-content {
    margin-top: 10px
}

.commentlist ol.children {
    padding-left: 20px
}

.comment-respond {
    padding-top: 50px;
    margin-bottom: 30px
}

.comment-respond h3 {
    color: #41484b
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    float: left;
    width: 100%;
    height: auto
}

.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input {
    width: 100%;
    height: 59px;
    border: 1px solid #c6c6c6;
    padding: 20px;
    outline: none;
    font-size: 18px;
    font-weight: 400
}

.comment-respond .comment-form-comment {
    float: left;
    width: 100%;
    height: auto
}

.comment-respond .comment-form-comment textarea {
    width: 100%;
    height: 200px;
    outline: none;
    resize: none;
    padding: 20px;
    font-size: 18px;
    border: 1px solid #c6c6c6;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -1px
}

.comment-respond ::-webkit-input-placeholder {
    color: #c6c6c6;
    font-size: 18px;
    font-weight: 400
}

.comment-respond ::-moz-placeholder {
    color: #c6c6c6;
    font-size: 18px;
    font-weight: 400
}

.comment-respond :-ms-input-placeholder {
    color: #c6c6c6;
    font-size: 18px;
    font-weight: 400
}

.comment-respond :-moz-placeholder {
    color: #c6c6c6;
    font-size: 18px;
    font-weight: 400
}

.comment-respond .form-submit .submit {
    background: #35b9e8;
    border: 0px;
    outline: none;
    width: 200px;
    height: 61px;
    color: #fff;
    font-family: 'Montserrat', sans-serif
}

.comment-respond .form-submit .submit:hover {
    background: #079dd2
}

.comment-respond .logged-in-as a {
    font-size: 16px;
    color: #079dd2;
    font-weight: 500;
    font-family: "Montserrat", sans-serif
}

.comment-respond .logged-in-as a:hover {
    text-decoration: underline;
    color: #9a9a9a
}

.logged-in-as a:hover {
    color: #8c8c8c
}

ul.breadcrumb {
    list-style: none;
    padding-bottom: 30px
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #a2abb1
}

ul.breadcrumb li a {
    color: #7f909c;
    font-weight: 600
}

ul.breadcrumb li a:hover {
    text-decoration: underline
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #afdae9;
    content: "/\00a0"
}

ul.breadcrumb .icon-hom {
    padding-right: 8px;
    font-size: 15px
}

@media only screen and (min-width: 767px) {
    .comments-area {
        padding-top: 100px;
        margin-bottom: 70px
    }
    .comment-form-author {
        padding-right: 10px
    }
    .comment-form-url {
        padding-left: 10px
    }
    .comment-form-email {
        padding: 0px 10px
    }
    .comment-respond .comment-form-author,
    .comment-respond .comment-form-email,
    .comment-respond .comment-form-url {
        width: 33.3%
    }
    .commentlist .vcard img {
        float: left;
        margin-right: 50px
    }
    .commentlist .aside p {
        padding-left: 133px
    }
    .commentlist .reply a {
        padding-left: 133px
    }
    .commentlist ol.children {
        padding-left: 85px
    }
}

#element_to_pop_up {
    display: none
}

div#__lpform_name {
    display: none
}

.enquiry-open div#__lpform_name {
    display: block
}

.tems .inner-banner {
    width: 100%;
    height: 100px;
    background: #eff8ff
}

.tems .inner-sec1 {
    text-align: left
}

.thankyou-page {
    background: #eff8ff;
    padding: 40px 0 60px 0;
    text-align: center
}

.thankyou-page .social-links li {
    display: inline-block;
    float: none;
    margin: 0 6px
}

.thankyou-page h2:before {
    left: 50%;
    margin-left: -27px
}

li.archive-accordion-year:hover {
    cursor: pointer
}

li.archive-accordion-year ul {
    display: none
}

.widget_categories {
    border: 1px solid #e5e5e5;
    padding: 40px
}

.widget_categories ul {
    padding-left: 0
}

.widget_categories li {
    padding: 7px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-left: 5px
}

.widget_categories li a {
    font-size: 16px;
    padding: 3px 0;
    display: block;
    color: #6f7a82
}

.widget_categories li a:hover {
    color: #00aeef
}

.widget_categories .widget-title {
    margin: 0 0 15px 0
}

.widget_accordion_archive {
    margin: 30px 0;
    border: 1px solid #dcdcdc;
    padding: 30px
}

.widget_accordion_archive .widget-title {
    margin: 0 0 15px 0
}

.widget_accordion_archive>ul>li {
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px;
    position: relative
}

.widget_accordion_archive>ul>li:before {
    position: absolute;
    content: "\f3d0";
    font-family: "Ionicons";
    top: 14px;
    right: 15px;
    font-size: 16px
}

.widget_accordion_archive>ul>li a {
    color: #6f7a82;
    font-size: 16px
}

.widget_accordion_archive>ul>li a:hover {
    color: #00aeef
}

.widget_accordion_archive>ul>li .archive-accordion-month a {
    border-bottom: 1px solid #e5e5e5
}

.widget_accordion_archive>ul>li ul {
    padding-left: 15px
}

.widget_accordion_archive>ul>li li {
    padding: 10px
}

.info-window>div>div+div {
    background: #fff !important
}

.info-window>div>div:nth-child(3) div div {
    box-shadow: none !important
}

.error404 li,
.page-template-404 li {
    color: #5e707d;
    padding: 5px 3px;
    list-style: inherit
}

.error404 .list-404 a,
.page-template-404 .list-404 a {
    color: #00aeef
}

@media (max-width: 640px) {
    .hide-in-mob {
        display: none
    }
    .acodie-pic {
        margin-bottom: 20px
    }
    .addreess-section ul li {
        padding-left: 75px
    }
    .home-works h2 {
        margin-bottom: 25px
    }
    .blog-slide {
        margin-bottom: 25px
    }
    .aco-achievement .box {
        width: 140px;
        height: 140px;
        border-radius: 0
    }
    .aco-achievement h5 {
        font-size: 10px
    }
    .awards-sec01 .container {
        padding: 0
    }
    .awards-sec01 .thumb-outer {
        margin: 0 10px;
        width: auto
    }
    .aco-certifications .partners .lft {
        margin-bottom: 30px
    }
    .tab-section .name {
        font-size: 17px;
        float: left;
        margin-right: 10px;
        width: auto
    }
    .tab-section .tab01 {
        white-space: nowrap;
        width: 67px;
        overflow: hidden;
        text-overflow: clip
    }
    .tab-section .tab02 {
        white-space: nowrap;
        width: 114px;
        overflow: hidden;
        text-overflow: clip
    }
    .item-mobile {
        width: 50%;
        float: left
    }
}

@media (max-width: 450px) {
    .item-mobile {
        width: 100%;
        float: none
    }
}

.mobile-slide1 {
    overflow: hidden
}

.custom-app-dev .custom-list>ul>li {
    margin: 0 0 4px 0
}

.custom-app-dev .custom-list>ul>li>span {
    font-weight: bold
}

.custom-app-dev .custom-list>ul>li>.sub-list {
    font-weight: normal
}

.work-sec1 {
    background: #eff8ff;
    padding: 120px 0 180px 0;
    text-align: center
}

.work-sec1 .container {
    max-width: 1200px
}

.work-sec1 h4 {
    font-size: 16px;
    color: #4f5e69;
    font-weight: 100;
    font-family: "Open Sans", sans-serif !important
}

.work-banner {
    border-radius: 10px;
    padding-top: 60px;
    background: #fff;
    margin-top: -150px;
    position: relative;
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden
}

.work-banner ul {
    position: absolute;
    top: 23px;
    left: 25px
}

.work-banner ul li {
    float: left
}

.work-banner ul .circle span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e5e5e5;
    display: block;
    margin-right: 10px;
    float: left;
    margin-top: 3px;
    font-size: 0
}

.work-banner ul .arrows span {
    font-size: 16px;
    color: #e5e5e5;
    display: block;
    float: left;
    margin-right: 6px;
    line-height: 10px
}

.work-banner:hover {
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.2)
}

.work-banner img {
    width: 100%;
    border-top: 1px solid #e5e5e5
}

.work-details .container {
    max-width: 914px
}

.work-details h2 {
    font-size: 36px;
    line-height: 36px;
    color: #5e707d;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 10px
}

.work-details h2:before {
    display: none
}

.work-details h5 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700
}

.work-details h4 {
    font-size: 18px;
    color: #6f7a82;
    margin-bottom: 12px;
    font-weight: 100
}

.work-details h1,
.work-details h2,
.work-details h3,
.work-details h4,
.work-details h5 {
    font-family: "Montserrat", sans-serif
}

.work-details .gray-color {
    color: #5e707d;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px
}

.work-sec-2 h4 {
    font-size: 22px;
    color: #5e707d;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif
}

.work-sec-2 .txt-024 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px
}

.txt-023 {
    font-size: 35px;
    line-height: 35px;
    font-family: "Montserrat", sans-serif;
    color: #e9e9e9;
    margin: 28px 0 16px 0;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

.txt-023.gray {
    color: #5e707d
}

.w-001 h4 {
    font-size: 22px;
    line-height: normal;
    color: #ddd;
    margin-bottom: 0px
}

.work-colors {
    margin-bottom: 40px
}

.work-colors li {
    float: left;
    font-size: 9px;
    width: 33.33%;
    margin-bottom: 10px
}

.work-colors li:hover .color-bg {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.work-colors .color-bg {
    display: block;
    width: 6.250em;
    height: 6.250em;
    border-radius: 50%;
    background: #00aeef;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.work-colors .yellow {
    background: #f3bc14
}

.work-colors .orange {
    background: #e76322
}

.work-colors .gray {
    background: #838282
}

.work-colors .darkblue {
    background: #2020a4
}

.work-colors .green {
    background: #14bb18
}

.work-colors .indigo {
    background: #5830ac
}

.work-colors .color-name {
    font-size: 13px;
    color: #a4a4a4;
    font-family: "Montserrat", sans-serif;
    display: block
}

.work-sec-3 {
    background: #eaf3fa;
    padding-bottom: 40px
}

.iphone {
    background: #fff;
    padding: 40px 10px 50px 10px;
    border-radius: 15px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.iphone:hover {
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.25)
}

.iphone:before {
    position: absolute;
    content: '';
    left: 50%;
    width: 29px;
    height: 29px;
    bottom: 10px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dbdbdb;
    margin-left: -15px
}

.iphone img {
    width: 100%;
    border: 1px solid #cfcfcf
}

.work-sec-4 {
    background: #dff1ff;
    padding: 40px 0
}

.work-sec-4 .tablet {
    padding: 30px
}

.work-sec-4 .tablet:before {
    bottom: 50%;
    left: auto;
    right: 5px;
    margin: 0 0 -15px 0;
    width: 20px;
    height: 20px
}

.orange-color-bg {
    background: #ea671f
}

.work-sec-5 {
    padding: 40px 0
}

.work-sec-5 h2 {
    color: #fff
}

.work-sec-5 p {
    color: #fff
}

.design-tools {
    padding: 50px 0;
    background: #eff8ff;
    text-align: center
}

.design-tools ul li {
    display: inline-block;
    padding: 10px
}

.design-tools ul li img {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.design-tools ul li:hover img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.site-link {
    padding: 40px 15px;
    text-align: center
}

.site-link .ion-mouse {
    font-size: 60px;
    color: #5e707d;
    opacity: .10;
    line-height: 60px;
    margin-bottom: 10px;
    display: block
}

.site-link a {
    font-size: 30px;
    color: #5e707d;
    line-height: 30px
}

.site-link a:hover {
    color: #00aeef
}

.site-link p {
    margin-bottom: 10px
}

.android-service {
    background: #fff;
    padding-bottom: 0
}

.android-service .i-com {
    background-position: 9px -1466px
}

.android-service .i-social {
    background-position: 0px -1549px;
    width: 91px
}

.android-service .i-enterprise {
    background-position: 8px -1643px
}

.android-service .i-fitness {
    background-position: 8px -1728px
}

.android-service .i-qa {
    background-position: 0px -1808px;
    width: 90px
}

.android-service .i-support {
    background-position: 10px -1894px
}

.android-service .box p {
    height: auto !important
}

.android-section-2 {
    padding: 40px 0;
    background: #f8f8f8;
    text-align: center
}

.android-section-2 h3 span {
    font-size: 30px;
    display: block
}

.android-section-2 .row {
    text-align: left
}

.android-section-2 .row>div {
    position: relative;
    padding-top: 10px
}

.android-section-2 .row>div:after {
    position: absolute;
    top: 0;
    left: 15px;
    width: 30px;
    height: 3px;
    background: #00aeef;
    content: '';
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.android-section-2 .row>div:hover:after {
    width: calc(100% - 25px)
}

.android-section-3 {
    padding: 0 0;
    background: #fff
}

.android-section-3 .container {
    padding: 20px 15px;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/accolades-8.png) no-repeat center bottom #eff8ff;
    padding-bottom: 230px
}

.list-bullet li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #7a91a2
}

.list-bullet li:hover {
    color: #000
}

.list-bullet li:before {
    font-family: "Ionicons";
    position: absolute;
    left: 0;
    top: 0px;
    content: "\f375";
    font-size: 20px
}

.android-section-4 {
    text-align: center;
    padding: 60px 0;
    position: relative;
    font-size: 30px;
    color: #fff;
    font-family: "Montserrat", sans-serif
}

.android-section-4 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/android-bg.jpg) no-repeat center top;
    z-index: 0;
    background-attachment: fixed;
    background-size: cover
}

.android-section-4 .container {
    position: relative;
    z-index: 10
}

.android-section-4 .container span {
    display: block;
    font-weight: 700
}

.android-section-5 {
    text-align: center;
    background: #fff;
    padding: 40px 0
}

.android-section-5 .container>p {
    margin-bottom: 30px
}

.android-section-5 ul li {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px
}

.android-section-5 ul .icon {
    width: 92px;
    height: 70px;
    margin: 0 auto 10px auto;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/icon_sprite.png) no-repeat 13px -1990px
}

.android-section-5 ul .i-2 {
    background-position: 13px -2091px
}

.android-section-5 ul .i-3 {
    background-position: 0px -2181px;
    width: 102px
}

.android-section-5 ul .i-4 {
    background-position: 11px -2253px
}

.android-section-5 h4 {
    font-size: 24px;
    color: #5e707d;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif
}

.android-section-5 h3 span {
    display: block;
    font-size: 32px
}

.featured-works {
    background: #fafafa;
    padding: 40px 0;
    text-align: center
}

.featured-works h2 {
    margin-bottom: 40px
}

.featured-works h2:before {
    left: 50%;
    margin-left: -15px
}

.featured-works figcaption h3 {
    font-size: 24px
}

.featured-works figure {
    text-align: center
}

.featured-works figure h4 {
    margin-bottom: 10px
}

.featured-works figure p {
    color: #fff;
    font-size: 14px
}

.featured-works .outer {
    position: relative
}

.featured-works .caption {
    padding: 10px;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.featured-works .caption h4 {
    font-size: 20px;
    color: #47545e
}

.featured-works .caption p {
    font-size: 14px;
    color: #8fa0ad;
    line-height: 20px
}

.featured-works .caption .more {
    height: 0;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none
}

.featured-works .swiper-slide {
    padding-bottom: 40px
}

.featured-works .slider-outer {
    position: relative
}

.featured-works .slider-outer .swiper-button-next {
    right: -50px;
    top: 80px;
    display: none
}

.featured-works .slider-outer .swiper-button-prev {
    left: -50px;
    top: 80px;
    display: none
}

.featured-works .txt-bold {
    font-weight: 700;
    font-size: 36px;
    color: #5e707d;
    opacity: .1;
    font-family: "Montserrat", sans-serif
}

.featured-works .distraction {
    text-align: left
}

.featured-works .distraction p {
    margin-bottom: 0
}

.featured-works .distraction .small-txt {
    font-size: 14px;
    color: #777
}

.featured-works .distraction a {
    color: #00aeef
}

.featured-works .distraction .item {
    margin-bottom: 26px
}

.featured-works .border-line {
    margin-bottom: 10px
}

.testimonial-002 {
    padding: 25px 0
}

.testimonial-002 .icon {
    width: 32px;
    height: 39px;
    display: block;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/quotes-icon1.png) no-repeat 0px 0;
    margin: 0 auto 14px auto
}

.testimonial-002 .profile {
    position: relative;
    padding-left: 65px;
    min-height: 55px;
    display: inline-block;
    text-align: left
}

.testimonial-002 .profile .pic {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border: 2px solid #00aeef
}

.testimonial-002 .profile span {
    font-size: 14px;
    color: #98a4a9
}

.testimonial-002 .profile h5 {
    font-size: 20px;
    color: #00aeef
}

.android-section-6 {
    background: #f7f7f7;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 0
}

.android-section-6 h2 {
    padding-bottom: 0;
    font-weight: 700
}

.android-section-6 h2:before {
    display: none
}

.android-apge .inner-sec1 {
    background: #fff
}

.methodology-outer {
    padding-bottom: 50px;
    position: relative
}

.methodology-outer .box {
    width: 100%;
    background: rgba(148, 218, 244, 0.53);
    position: relative;
    border-radius: 50%
}

.methodology-outer .box:before {
    content: "";
    display: block;
    padding-top: 100%
}

.methodology-outer .content {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.methodology-outer .swiper-slide {
    padding: 15px 0
}

.methodology-outer .swiper-slide-active {
    opacity: 1
}

.methodology-outer .swiper-slide-active .box {
    background: rgba(107, 222, 156, 0.4)
}

.methodology-outer .swiper-slide-active .box:after {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    content: '';
    border: 1px dashed #000;
    border-radius: 50%
}

.methodology-outer .swiper-slide-prev .box {
    background: rgba(92, 224, 204, 0.4)
}

.methodology-outer .swiper-slide-next .box {
    background: rgba(181, 219, 131, 0.4)
}

.methodology-outer h6 {
    font-size: 18px;
    color: #5b666f;
    margin-bottom: 13px
}

.methodology-outer p {
    font-size: 15px !important;
    line-height: 24px;
    font-weight: 100
}

.methodology-outer .swiper-button-next,
.methodology-outer .swiper-button-prev {
    background: none;
    color: #00aeef;
    display: none
}

.methodology-outer .swiper-button-next {
    right: -50px
}

.methodology-outer .swiper-button-prev {
    left: -50px
}

.methodology-outer .swiper-pagination {
    width: 100%
}

.methodology-outer .swiper-pagination span {
    margin: 0 4px
}

.android-section-7 {
    padding: 40px 0
}

.android-section-7 h2 {
    padding-bottom: 0
}

.android-section-7 h2:before {
    display: none
}

.android-section-7 h6 {
    font-size: 18px;
    font-weight: 600;
    color: #636f74;
    margin-bottom: 10px
}

.android-section-7 .row>div {
    margin-bottom: 20px
}

.android-section-7 .more-content .content {
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.android-section-7 .more-content.active .content {
    height: auto
}

.android-section-7 .more-content.active .more i:before {
    content: "\f3d8"
}

.android-section-7 .more {
    display: block;
    width: 100%;
    height: 50px;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/more-bg.png) no-repeat center top;
    text-align: center;
    font-size: 20px
}

.design-works-01 {
    position: relative;
    padding: 0 0 30px 0
}

.design-works-01 .pic-small {
    max-width: 280px;
    margin: 0 auto;
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15)
}

.design-works-01 .pic-small img {
    width: 100%
}

.design-works-01 .pic {
    display: none;
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15)
}

span.statcounter {
    height: 0;
    overflow: hidden;
    display: block
}

.award-202 .work-sec1 {
    padding-bottom: 100px
}

.award-202 .work-sec1 img {
    margin-bottom: 20px
}

.award-202 .work-sec1 h4 {
    font-size: 22px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif !important;
    color: #5e707d
}

.award-202 .work-banner {
    padding-bottom: 34px;
    margin-top: -60px
}

.award-202 .award-pic {
    text-align: center;
    padding-top: 30px
}

.award-202 .star {
    position: relative
}

.award-202 .star:before {
    position: absolute;
    width: 100%;
    height: 180px;
    content: '';
    left: 0;
    top: -120px;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/awards/star.png) no-repeat center top;
    background-size: contain
}

.sec-203 {
    padding: 40px 0;
    background: -webkit-linear-gradient(bottom, #fff 0%, #fff 90%, #f9f9f9 100%);
    background: linear-gradient(to top, #fff 0%, #fff 90%, #f9f9f9 100%)
}

.sec-203 a {
    font-size: 16px;
    display: inline-block;
    text-decoration: underline;
    color: #5e707d;
    margin-bottom: 10px
}

.sec-203 h6 {
    font-size: 18px;
    color: #5e707d;
    font-weight: 400;
    margin-bottom: 20px
}

.sec-203 .list-bullet li span {
    display: inline-block;
    width: 220px
}

.background-gradient {
    background: -webkit-linear-gradient(bottom, #fff 0%, #fff 90%, #f9f9f9 100%);
    background: linear-gradient(to top, #fff 0%, #fff 90%, #f9f9f9 100%)
}

.gallery-01 {
    position: relative;
    z-index: 12
}

.gallery-01 .container {
    max-width: 100%;
    padding: 20px
}

.gallery-01 .row {
    margin: 0 -10px
}

.gallery-01 .row>div {
    padding: 0 10px
}

.gallery-01 .pic {
    margin-bottom: 20px;
    position: relative
}

.gallery-01 .pic img {
    width: 100%
}

.gallery-01 .pic:hover .hover-cnt {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery-01 .hover-cnt {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(29, 181, 239, 0.83);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s
}

.gallery-01 .hover-cnt .cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px
}

.gallery-01 .hover-cnt h4 {
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    font-family: "Montserrat", sans-serif
}

.gallery-01 .glog-date {
    position: relative;
    border-radius: 0;
    background: #fff;
    top: auto;
    left: auto;
    margin-bottom: 20px;
    color: #00aeef;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    padding-top: 16px
}

.gallery-01 .glog-date span {
    font-weight: 700;
    font-size: 32px
}

#ez-toc-container p.ez-toc-title {
    font-weight: 700
}

div#ez-toc-container ul li {
    line-height: 36px !important
}

.ez-toc-list>li>a {
    font-weight: 700
}

.life-at-acodez .career-sec1 h3 {
    font-family: "Montserrat", sans-serif
}

.life-at-acodez .testimonial-002 {
    text-align: center
}

.life-at-acodez .testimonial-002:before {
    top: 20px
}

.life-at-acodez .testimonial-002 h3 {
    color: #5e707d;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    opacity: .1
}

.life-at-acodez .testimonial-002 .swiper-slide {
    padding-bottom: 30px
}

.contact-subpage .location {
    text-align: center
}

.contact-subpage .location h1 {
    font-size: 30px;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #5e707d
}

.contact-subpage .location h4 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #5e707d;
    margin-bottom: 15px
}

.contact-subpage .location .icon {
    font-size: 50px;
    color: #00aeef
}

.contact-subpage .location p {
    font-size: 16px;
    line-height: 30px
}

.contact-subpage .location a {
    font-size: 18px;
    color: #00aeef;
    display: block
}

.contact-subpage .location a:hover {
    color: #000
}

.contact-subpage .location .or {
    display: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    line-height: 25px;
    border: 1px solid #00aef1;
    font-size: 14px;
    margin: 0 10px
}

@media (max-width: 500px) {
    .contact-subpage .img {
        height: 220px
    }
}

.contact-subpage .map {
    width: 100%;
    height: 280px
}

@media (max-width: 500px) {
    .contact-subpage h3 {
        font-size: 23px
    }
}

.contact-subpage .enquiry-form-02 {
    text-align: center;
    padding: 50px 0 20px 0
}

.contact-subpage .enquiry-form-02 input {
    padding: 0;
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #7f7f7f;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    outline: none
}

.contact-subpage .enquiry-form-02 textarea {
    height: 80px;
    padding: 0;
    border-bottom: 2px solid #7f7f7f;
    font-size: 16px;
    outline: none
}

.contact-subpage .enquiry-form-02 .btn-1 {
    padding: 0 30px;
    border-radius: 0;
    text-transform: uppercase;
    border: 2px solid #00aeef;
    margin: 0 auto;
    display: block;
    color: #000
}

.contact-subpage .enquiry-form-02 .btn-1:hover {
    background: #00aeef;
    color: #fff
}

.contact-subpage .contact-form {
    text-align: left
}

.contact-subpage .home-works {
    padding: 40px 0 0 0;
    position: relative;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 90%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 90%, #f9f9f9 100%)
}

.contact-subpage .inner-sec1 {
    background: #fff
}

.contact-subpage .inner-sec1 h3 {
    color: #2e3235
}

.contact-subpage .achievement h3 {
    font-size: 60px;
    line-height: 48px;
    color: #00aeef;
    margin-bottom: 10px;
    font-weight: 700
}

.design-001 .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.design-001 .caption img {
    display: block;
    max-width: 150px
}

.design-page {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/logo-design/bg-1.jpg) no-repeat center top
}

.design-page .common-space {
    padding: 55px 0
}

.design-page h4 {
    font-size: 24px;
    color: #009998;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    display: block;
    text-align: center
}

.design-page .sec-001 h5 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 100
}

.design-page .sec-001 h4 {
    text-align: left
}

@media (max-width: 640px) {
    .design-page .sec-001 .lft {
        margin-bottom: 25px
    }
}

.design-page p {
    color: #000
}

.design-page .sec-002 .color-pic {
    text-align: center;
    margin: 30px 0
}

.design-page .sec-002 .row>div {
    position: relative;
    min-height: 120px
}

@media (max-width: 640px) {
    .design-page .sec-002 .row>div {
        margin-bottom: 25px
    }
}

.design-page .sec-002 .row .pic {
    position: absolute;
    left: 15px;
    top: 0;
    width: 105px
}

.design-page .sec-002 .row .content {
    padding-left: 120px;
    font-size: 14px;
    color: #000
}

.design-page .sec-003 {
    text-align: center
}

.design-page .sec-003 .row {
    background: #fff;
    padding: 40px 0;
    margin-top: 50px;
    box-shadow: 0 0 25px 1px rgba(0, 153, 152, 0.16)
}

.design-page .sec-004 {
    background: #d8d8d8;
    text-align: center
}

.moodboard {
    text-align: center
}

.moodboard li {
    list-style: none;
    width: 50%;
    float: left;
    overflow: hidden
}

.moodboard li img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.moodboard li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.gray-bg-002 {
    text-align: center;
    background: #f7f7f7
}

.big-pic img {
    width: 100%
}

.big-pic.last {
    margin-bottom: 30px
}

.amicoat-page {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/amicoat/bg-1.jpg) no-repeat center top
}

.amicoat-page h4 {
    color: #000
}

.amicoat-page .gray-bg-002 {
    background: #fff
}

.amicoat-page .gray-bg-002 .container {
    max-width: 780px
}

.amicoat-page .gray-bg-002 .capt {
    font-family: "Montserrat", sans-serif;
    padding-top: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #154858;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    height: auto;
    display: inline-block;
    clear: both
}

.brightinternational {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/brightinternational/bg-1.jpg) no-repeat center top
}

.brightinternational h4 {
    color: #ed1d24
}

.brightinternational .gray-bg-002 .row {
    background: #fff;
    border: solid 1px #e1e1e1
}

.brightinternational .gray-bg-002 .capt {
    font-family: "Montserrat", sans-serif;
    padding-top: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #154858;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    height: auto;
    display: inline-block;
    clear: both
}

.campbell {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/campbell/bg-1.jpg) no-repeat center top
}

.campbell h4 {
    color: #f58031
}

.campbell .gray-bg-002 .row {
    background: #fff
}

.campbell .gray-bg-002 .capt {
    font-family: "Montserrat", sans-serif;
    padding-top: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #154858;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    height: auto;
    display: inline-block;
    clear: both
}

.broadcast {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/broadcast/bg-1.jpg) no-repeat center top
}

.broadcast h4 {
    color: #2269b3
}

.broadcast .gray-bg-002 .capt {
    font-family: "Montserrat", sans-serif;
    padding-top: 20px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #154858;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    height: auto;
    display: inline-block;
    clear: both
}

.corporate-spirituality {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/corporate-spirituality/bg-1.jpg) no-repeat center top
}

.corporate-spirituality h4 {
    color: #58234a
}

.corporate-spirituality .gray-bg-002 .row {
    border: solid 1px #e1e1e1
}

.logo-emaily {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/emaily/bg-1.jpg) no-repeat center top
}

.logo-emaily h4 {
    color: #58234a
}

.logo-emaily .sec-003 {
    text-align: center
}

.logo-emaily .sec-003 .row {
    box-shadow: 0 0 25px 1px rgba(125, 125, 125, 0.16)
}

.logo-enalcom {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/enalcom/bg-1.jpg) no-repeat center top
}

.logo-enalcom h4 {
    color: #e73d25
}

.logo-enalcom .sec-003 {
    text-align: center
}

.logo-enalcom .sec-003 .row {
    box-shadow: 0 0 0 0 rgba(125, 125, 125, 0)
}

.one-document {
    background: #fff
}

.one-document h4 {
    color: #16283e
}

.one-document .sec-003 {
    text-align: center
}

.one-document .sec-003 .row {
    box-shadow: 0 0 0 0 rgba(125, 125, 125, 0)
}

.primark-assets {
    background: #fff
}

.primark-assets h4 {
    color: #98c21d
}

.primark-assets .sec-003 {
    text-align: center
}

.primark-assets .sec-003 .row {
    box-shadow: 0 0 0 0 rgba(125, 125, 125, 0)
}

.single-careers .inner-page {
    padding-top: 60px
}

.page-template-template-mobile-services-php h1 {
    display: inline-block;
    position: relative;
    font-size: 25px;
    color: #5e707d;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif
}

.page-template-template-mobile-services-php h1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 3px;
    background: #00aeef;
    content: ''
}

.page-template-template-mobile-services-php .service h2 {
    font-size: 22px
}

.hm-services-new {
    width: 100%;
    padding: 20px 0 20px
}

.hm-services-new .sr-new-box {
    width: 100%;
    float: left;
    padding: 30px 10px
}

.hm-services-new .sr-new-box .sr-new-box-inner {
    position: relative;
    box-shadow: 0 16px 36px rgba(34, 82, 130, 0.06);
    overflow: hidden;
    border-radius: 8px
}

.hm-services-new .sr-new-box p {
    font-size: 15px;
    line-height: 25px
}

.hm-services-new .sr-new-box h4 {
    font-size: 18px;
    color: #2F3336
}

.hm-services-new .sr-new-box .front-side {
    border-radius: 8px;
    background: #FFF;
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}

.hm-services-new .sr-new-box .front-side h4 {
    color: #2F3336;
    margin: 0 0 15px
}

.hm-services-new .sr-new-box .back-side {
    border-radius: 8px;
    background: #00AEEF;
    padding: 40px 10px 40px 30px;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: 2
}

.hm-services-new .sr-new-box .back-side h4 {
    color: #fff;
    margin: 0 0 15px
}

.hm-services-new .sr-new-box .back-side ul {
    margin: 0;
    padding: 0
}

.hm-services-new .sr-new-box .back-side ul li {
    padding: 5px 0 0 13px;
    position: relative
}

.hm-services-new .sr-new-box .back-side ul li:before {
    content: '\f3d3';
    font-family: 'IonIcons';
    display: block;
    position: absolute;
    left: 0;
    top: 9px
}

.hm-services-new .sr-new-box .front-side,
.hm-services-new .sr-new-box .back-side {
    font-size: 14px
}

.hm-services-new .sr-new-box p:last-child {
    margin-bottom: 0
}

.hm-services-new .sr-new-box .sr-icon {
    display: block;
    margin: 0 0 20px
}

.hm-services-new .sr-new-box .sr-icon img {
    display: block
}

.hm-services-new .sr-new-box .sr-new-box-inner:hover {
    box-shadow: 0 16px 36px rgba(34, 82, 130, 0.06)
}

.hm-services-new .sr-new-box .sr-new-box-inner:hover .back-side {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1
}

.webdesign-slider {
    padding: 50px 15px
}

.webdesign-slider .container {
    max-width: 1800px;
    padding: 0;
    overflow: hidden
}

.slider-wrap {
    float: left;
    width: 100%;
    overflow: hidden
}

.slider-wrap .web-item img {
    display: block;
    width: 100%
}

.slider-content {
    float: left;
    width: 100%;
    color: #686868;
    padding-bottom: 20px
}

.slider-content h2 {
    font-size: 26px;
    color: #2F3336;
    font-weight: 500
}

.slider-content p {
    color: inherit
}

.web-navigation {
    text-align: right;
    padding: 20px 0 0
}

.web-navigation a {
    display: inline-block;
    position: relative;
    background: transparent;
    color: #596A75;
    font-size: 18px;
    margin-left: 15px
}

.web-navigation a.web-button-next span:before {
    content: '\f2ca';
    display: block;
    font-family: 'IonIcons'
}

.web-navigation a.web-button-prev span:before {
    content: '\f30f';
    display: block;
    font-family: 'IonIcons'
}

.web-navigation a.webdev-button-prev span:before {
    content: '\f2ca';
    display: block;
    font-family: 'IonIcons'
}

.web-navigation a.webdev-button-next span:before {
    content: '\f30f';
    display: block;
    font-family: 'IonIcons'
}

.web-navigation a:hover {
    color: #00aeef
}

.webdeveloper-slider {
    /* background: #f8f9fb; */
    padding: 50px 0;
    overflow: hidden
}

.webdeveloper-slider .web-navigation {
    text-align: left
}

.webdeveloper-slider .web-navigation a {
    margin-left: 0;
    margin-right: 15px
}

.webdeveloper-slider .webdevslider-wrap {
    overflow: hidden;
    float: right;
    width: 112%;
    margin-right: -12%
}

.webdeveloper-slider .webdevslider-wrap .web-item img {
    display: block;
    width: 100%
}

.vert li.resp-tab-item {
    font-size: 14px;
    font-weight: 400;
    background: transparent !important;
    border: 0;
    position: relative;
    padding: 15px 0;
    margin-right: 50px
}

.vert li.resp-tab-item a {
    color: #777
}

.vert li.resp-tab-item.resp-tab-active:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #225282;
    position: absolute;
    bottom: 0;
    left: 0
}

.vert li.resp-tab-item.resp-tab-active a {
    color: #225282;
    font-weight: 600
}

.vert li.resp-tab-item:last-child {
    margin-right: 0
}

.vert.resp-tabs-container {
    padding-top: 35px;
    background: transparent
}

.vert .resp-tab-content {
    border: 0;
    padding: 0
}

.webdevslider-content {
    padding-bottom: 15px
}

.webdevslider-content p {
    max-width: 700px
}

.work-name {
    font-size: 18px;
    margin-top: 10px;
    color: #2F3336
}

.work-location {
    font-size: 14px;
    color: rgba(89, 106, 117, 0.55)
}

.acv-won {
    background: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important
}

.acodez-won1 {
    padding-bottom: 55px
}

.acodez-won1 .box {
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15);
    padding: 24px;
    background: #fff;
    position: relative
}

.acodez-won1 .box:hover {
    box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.25)
}

.acodez-won1 .box:hover h4 {
    color: #00aeef
}

.acodez-won1 h4 {
    font-size: 16px;
    color: #acacac;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.acodez-won1 h4 span {
    font-size: 26px;
    font-weight: 700;
    margin-right: 10px;
    position: relative;
    top: 3px
}

.acodez-won1 .box-1 {
    width: 47%;
    float: right;
    z-index: 3;
    margin-bottom: -107px
}

.acodez-won1 .box-1 img {
    max-width: 80px
}

.acodez-won1 .box-2 {
    width: 73%;
    float: left;
    z-index: 1
}

.acodez-won1 .box-2 li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0
}

.acodez-won1 .box-2 li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.acodez-won1 .box-2 li a>div {
    padding: 0
}

.acodez-won1 .box-2 li .pic {
    padding-right: 15px
}

.acodez-won1 .box-3 {
    width: 57%;
    float: right;
    margin-top: -60px;
    z-index: 2;
    margin-right: -6px
}

.acodez-won1 .box-3 img {
    max-width: 100px
}

.acodez-won1 .content {
    margin-bottom: 32px
}

.acodez-won1 .content .acodie-1 {
    display: none
}

.acodez-won1 .btn-01 {
    float: right
}

.acodez-won1 p {
    margin-bottom: 25px
}

@media only screen and (min-width: 480px) {
    .acodez-won1 .content .acodie-1 {
        display: inline-block
    }
}

@media only screen and (min-width: 767px) {
    .acodez-won1 {
        padding: 0
    }
    .acodez-won1 .content {
        padding-top: 100px;
        padding-right: 20px
    }
    .acodez-won1 .btn-1 {
        margin-top: 10px
    }
    .acodez-won1 .box-1 img,
    .acodez-won1 .box-3 img {
        max-width: 100%
    }
    .acodez-won1 h4 {
        font-size: 24px
    }
    .acodez-won1 h4 span {
        font-size: 40px
    }
    .acodez-won1 .box-1 {
        margin-bottom: -180px;
        margin-right: 21px
    }
    .acodez-won1 .box-3 {
        margin-top: -126px
    }
    .home-section-1 .acodez-won1 {
        overflow: visible
    }
}

@media only screen and (min-width: 1024px) {
    .acodez-won1 .box-2 {
        width: 373px
    }
    .acodez-won1 .box-3 {
        width: 300px
    }
    .home-section-1 .container .acodez-won1 {
        margin-bottom: 0
    }
}

.contact-subpage .home-section-1 .container {
    margin-bottom: 0px
}

.contact-subpage .home-section-1 {
    padding-bottom: 0
}

.dgtl-mrkt .list-s2 {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%
}

.dgtl-mrkt .list-s2 li {
    margin: 18px 0;
    color: #5e707d;
    font-size: 15px;
    width: 48%;
    float: left;
    position: relative;
    padding-left: 55px
}

.dgtl-mrkt .list-s2 li:nth-child(even) {
    float: right
}

.dgtl-mrkt .list-s2 li:nth-child(2n+1) {
    clear: left
}

.dgtl-mrkt .list-s2 span {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border: 1px solid #00aeef;
    border-radius: 50%;
    padding: 8px;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dgtl-mrkt .list-s2 span img {
    display: inline-block
}

.dgtl-mrkt .list-s2 span:before {
    display: none
}

.dgtl-mrkt .service-content-marketing {
    background: #f6f6f6 url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/digital-pic71.jpg) no-repeat top left
}

.dgtl-mrkt .service-socialmedia {
    background-size: 62% !important
}

.dgtl-mrkt h3 {
    font-size: 36px !important
}

.seo-page .seo-pg {
    width: 100%
}

.seo-page .seo-pg .lt-side {
    width: 46%;
    float: left
}

.seo-page .seo-pg .rt-side {
    width: 46%;
    float: right
}

.seo-page .seo-pg h2,
.seo-page .seo-pg p.seosplp1 {
    color: #00aeef;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 5px
}

.seo-page .seo-pg .seosplp {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 15px 0
}

.seo-page .seo-pg p {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px
}

.seo-page .img-text-box {
    width: 100%;
    height: auto;
    float: left;
    background: #f2f2f2;
    padding: 12px 10px;
    box-sizing: border-box
}

.seo-page .img-text-box ul {
    width: 100%;
    display: inline-block;
    text-align: center
}

.seo-page .img-text-box ul li {
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    position: relative
}

.seo-page .img-text-box ul li span {
    width: 100%;
    height: 50px;
    display: inline-block;
    margin-bottom: 8px
}

.seo-page .img-text-box ul li:nth-child(2) {
    height: 30px;
    width: 30px;
    position: relative;
    top: -25px
}

.seo-page .img-text-box ul li:nth-child(4) {
    height: 30px;
    width: 30px;
    position: relative;
    top: -25px
}

.seo-page .tab-box {
    width: 100%;
    padding: 80px 0 50px 0
}

.seo-page .seo-tab {
    width: 100%;
    text-align: center;
    margin: 50px 0 20px 0;
    position: relative;
    padding: 10px 0;
    background: #fff
}

.seo-page .seo-tab:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1
}

.seo-page .seo-tab li {
    display: inline-block;
    background: #00aeef;
    border-radius: 50px;
    padding: 10px 35px;
    margin: 0 18px
}

.seo-page .seo-tab li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    text-decoration: none
}

.seo-page .fixed {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #fff
}

.seo-page .seo_intro p {
    color: #777;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 10px
}

.seo-page .tab-content-box {
    width: 100%
}

.seo-page .tab-content-box h3 {
    font-size: 30px !important;
    font-weight: bold !important;
    color: #008bbf;
    margin: 20px 0
}

.seo-page .tab-content-box p {
    font-size: 18px;
    line-height: 30px;
    color: #777;
    margin-bottom: 20px
}

.seo-page .tab-content-box #horizontalTab {
    margin-top: 40px !important;
    border: 0;
    background: #00aeef
}

.seo-page .tab-content-box #horizontalTab2 {
    margin-top: 40px !important;
    border: 0;
    background: #00aeef
}

.seo-page .tab-content-box #horizontalTab3 {
    margin-top: 40px !important;
    border: 0;
    background: #00aeef
}

.seo-page .tab-content-box #horizontalTab4 {
    margin-top: 40px !important;
    border: 0;
    background: #00aeef
}

.seo-page .resp-tab-active {
    border: 0 !important;
    color: #000 !important;
    background: #f1f1f1 !important
}

.seo-page .resp-tab-content {
    background: #f1f1f1;
    border: 0 !important;
    padding: 30px 20px !important
}

.seo-page .resp-tabs-list li {
    color: #fff;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 25px 14.8px !important;
    border-left: 1px solid #fff;
    font-weight: 400 !important;
    text-align: center;
    margin: 0
}

.seo-page .resp-tab-content p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-align: justify
}

.seo-page .resp-tab-content img {
    width: 100%;
    max-width: 730px
}

.seo-page h2.resp-accordion {
    background: #00aeef;
    padding: 20px 15px !important;
    border-bottom: 1px solid #fff !important;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px !important
}

.seo-page h2.resp-tab-active {
    padding: 20px 15px !important
}

.seo-page .sideone {
    float: left;
    width: 48%
}

.seo-page .sidetwo {
    float: right;
    width: 48%
}

.seo-page .long_tab li {
    font-size: 11px !important
}

.seo-page .faq-box {
    width: 100%
}

.seo-page .faq-box h3 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px
}

.seo-page .faq-box h5 {
    font-size: 24px;
    color: #008fc4;
    font-weight: 600;
    margin: 5px 0 20px 0
}

.seo-page .faq-box p {
    color: #777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px
}

.seo-page .faq-box h4 {
    color: #008fc4;
    padding-bottom: 50px
}

.seo-page .faq-box .accordionButton {
    width: 100%;
    cursor: pointer;
    padding: 10px 0;
    box-sizing: border-box;
    line-height: 40px;
    position: relative
}

.seo-page .faq-box .accordionButton span {
    color: #00aeef;
    font-weight: 600;
    font-size: 24px;
    background: #fff;
    z-index: 1;
    position: relative
}

.seo-page .faq-box .accordionButton a {
    color: #00aeef;
    font-weight: 600;
    font-size: 24px;
    z-index: 2;
    background: #fff;
    padding-right: 8px;
    position: relative
}

.seo-page .faq-box .accordionButton .ft-line {
    width: 100%;
    position: absolute;
    top: 50%;
    height: 1px;
    background: #e1e1e1;
    left: 0;
    right: 0
}

.seo-page .faq-box .accordionContent {
    width: 100%;
    background: #FFF
}

.seo-page .faq-box .on {
    width: 100%;
    cursor: pointer
}

.seo-page .faq-box .on span {
    color: #00aeef
}

.seo-page .faq-box .plusMinus {
    font-weight: bold;
    float: right;
    line-height: 26px;
    line-height: 35px;
    content: "+";
    width: 40px;
    height: 40px;
    border: 1px solid #e1e1e1;
    color: #000 !important;
    border-radius: 50%;
    display: inline-block;
    text-align: center
}

.seo-page section.project-sec {
    margin: 50px 0
}

.seo-page .project h3,
.seo-page .project h5 {
    margin: 0px
}

.seo-page .project {
    width: 33.3333%;
    float: left;
    position: relative;
    overflow: hidden
}

.seo-page .project img {
    max-width: 100%;
    width: 100%
}

.seo-page .overlay-color {
    position: absolute;
    top: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opactiy=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: -webkit-opacity 0.2s 0s;
    -ie-transition: -moz-opacity 0.2s 0s;
    transition: opacity 0.2s 0s
}

.seo-page .overly-cnt {
    display: block;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 200;
    padding-left: 10%;
    padding-right: 10%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.seo-page .overly-cnt h3 {
    font-size: 18px;
    color: #3fc2f3;
    font-weight: 600;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opactiy=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    margin-top: 40px;
    display: block
}

.seo-page .project:hover h3 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opactiy=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.seo-page .overly-cnt h5 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opactiy=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    width: 100%;
    margin-top: 60px;
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    display: block
}

.seo-page .project:hover h5 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opactiy=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-top: 15px;
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.3s 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.seo-page .more-btn {
    display: inline-block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-top: 60px;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/icon1.png) no-repeat center center !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opactiy=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.seo-page .project:hover .more-btn {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opactiy=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    margin-top: 20px;
    -webkit-transition: all 0.2s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.2s 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.seo-page .project:hover .overlay-color {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opactiy=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75
}

.seo-page .more-btn:hover {
    border-color: #3fc2f3
}

.seo-page .pad6 {
    padding-top: 60px !important
}

.seo-page .pad6 p {
    padding-top: 0px !important
}

.seo-page .project.effect-ruby img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.seo-page .project.effect-ruby:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9)
}

.seo-page .more-btn {
    display: inline-block;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-top: 60px;
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/icon1.png) no-repeat center center !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opactiy=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 0.1s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    background: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000
}

.ct-mkt.contentMngmmnt {
    width: 100%
}

.ct-mkt.contentMngmmnt h3 {
    font-size: 30px !important;
    font-weight: bold !important;
    color: #008bbf;
    margin: 20px 0
}

.ct-mkt.contentMngmmnt p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 20px
}

.ct-mkt.contentMngmmnt #horizontalTab {
    margin-top: 40px !important;
    border: 0;
    background: #00aeef
}

.ct-mkt.contentMngmmnt #horizontalTab2 {
    margin-top: 40px !important;
    border: 0;
    background: #00aeef
}

.ct-mkt.contentMngmmnt #horizontalTab3 {
    margin-top: 40px !important;
    border: 0;
    background: #00aeef
}

.ct-mkt.contentMngmmnt #horizontalTab4 {
    margin-top: 40px !important;
    border: 0;
    background: #00aeef
}

.ct-mkt.contentMngmmnt .resp-tabs-container .imgSec {
    float: left;
    width: 40%
}

.ct-mkt.contentMngmmnt .resp-tabs-container .textSec {
    float: right;
    width: 50%
}

.pay-click {
    width: 100%
}

.pay-click h2 {
    color: #008fc4;
    font-size: 30px;
    text-align: center;
    font-weight: bold
}

.pay-click .outer-box h3 {
    color: #008fc4;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold
}

.pay-click .outer-box {
    width: 100%
}

.pay-click .outer-box p {
    color: #777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify
}

.pay-click .outer-box .left-box {
    width: 42%;
    float: left
}

.pay-click .outer-box .left-box .img-box {
    width: 100%;
    margin: 30px 0;
    text-align: center
}

.pay-click .outer-box .left-box .img-box img {
    margin: 0 auto;
    width: 100%
}

.pay-click .outer-box .right-box {
    width: 42%;
    float: right
}

.pay-click .outer-box ul {
    width: 100%
}

.pay-click .outer-box ul li {
    float: left;
    width: 100%;
    padding-left: 30px;
    position: relative;
    list-style-type: none;
    line-height: 24px;
    color: #777;
    font-size: 16px;
    margin-bottom: 10px;
    box-sizing: border-box
}

.pay-click .outer-box ul li:before {
    content: '';
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/tick.png);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 6px
}

.paid-service {
    width: 100%;
    margin: 50px 0;
    text-align: center;
    color: #fff
}

.paid-service .container {
    background: #00aeef;
    padding: 50px 15px 15px 15px;
    box-sizing: border-box
}

.paid-service h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    color: #fff
}

.paid-service p {
    font-size: 18px;
    font-weight: 400;
    margin: 5px 0 30px 0;
    text-align: center;
    color: #fff
}

.paid-service ul {
    width: 100%;
    display: inline-block
}

.paid-service ul li {
    width: 19.8%;
    float: left;
    list-style-type: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 150px;
    display: inline-table
}

.paid-service ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

.paid-service ul li a:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4)
}

.paid-service ul li a:hover p {
    color: #000
}

.paid-service ul li:hover {
    border: 1px solid rgba(255, 255, 255, 0.02)
}

.paid-service ul li span {
    width: 100%;
    display: inline-table
}

.paid-service ul li span img {
    width: 100%;
    max-width: 50px;
    min-height: 50px
}

.paid-service ul li a:hover span img {
    opacity: 0
}

.paid-service ul li p {
    margin: 0;
    height: 60px;
    padding: 0 8px
}

.paid-service ul li:nth-child(1) a:hover span {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/sm-h01.png) center no-repeat;
    width: 100%;
    min-height: 50px
}

.paid-service ul li:nth-child(2) a:hover span {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/sm-h02.png) center no-repeat;
    width: 100%;
    min-height: 50px
}

.paid-service ul li:nth-child(3) a:hover span {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/sm-h03.png) center no-repeat;
    width: 100%;
    min-height: 50px
}

.paid-service ul li:nth-child(4) a:hover span {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/sm-h04.png) center no-repeat;
    width: 100%;
    min-height: 50px
}

.paid-service ul li:nth-child(5) a:hover span {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/sm-h05.png) center no-repeat;
    width: 100%;
    min-height: 50px
}

.paid-service ul li:nth-child(6) a:hover span {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/sm-h06.png) center no-repeat;
    width: 100%;
    min-height: 50px
}

.paid-service ul li:nth-child(7) a:hover span {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/sm-h07.png) center no-repeat;
    width: 100%;
    min-height: 50px
}

.paid-service ul li:nth-child(8) a:hover span {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/sm-h08.png) center no-repeat;
    width: 100%;
    min-height: 50px
}

.paid-service ul li:nth-child(9) a:hover span {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/sm-h09.png) center no-repeat;
    width: 100%;
    min-height: 50px
}

.paid-service ul li:nth-child(10) a:hover span {
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/sm-h10.png) center no-repeat;
    width: 100%;
    min-height: 50px
}

.contentMngmmnt.paid-service ul li {
    width: 33%
}

.rt-side .list_Sec li {
    padding-bottom: 20px
}

.seo-tab.smo-tab li {
    padding: 10px 10px;
    margin: 0 5px
}

.seo-tab.smo-tab li a {
    font-size: 14px
}

.smm-page h2:before {
    display: none
}

.smm-page .list_Sec {
    margin-top: 10px
}

.smm-page .list_Sec li {
    width: 100%;
    padding-left: 30px;
    position: relative;
    list-style-type: none;
    line-height: 24px;
    color: #777;
    font-size: 14px;
    box-sizing: border-box
}

.smm-page .list_Sec li:before {
    content: '';
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/tick.png);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 6px
}

.client-case-study-new .client-case-study {
    width: 100%;
    display: block
}

.client-case-study-new .client-case-study .left-side {
    width: 58%;
    float: left;
    height: 500px
}

.client-case-study-new .client-case-study .right-side {
    width: 42%;
    float: right;
    height: 500px;
    background: #00aeef;
    padding: 60px;
    box-sizing: border-box;
    color: #fff
}

.client-case-study-new .client-case-study .right-side h2 {
    font-size: 30px;
    margin: 60px 0;
    color: #fff;
    font-weight: bold
}

.client-case-study-new .client-case-study .right-side h3 {
    font-size: 36px;
    font-weight: 300;
    margin: 60px 0
}

.client-case-study-new .client-case-study .right-side a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    padding-left: 25px
}

.client-case-study-new .client-case-study .right-side a:before {
    content: '';
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/link.png);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 3px
}

.client-case-study-new .client-case-study .right-side a:hover {
    color: rgba(255, 255, 255, 0.7)
}

.client-case-study-new .anchor-box {
    width: 100%;
    display: block;
    padding-top: 70px
}

.client-case-study-new .anchor-box ul {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 50px;
    padding: 10px 0
}

.client-case-study-new .anchor-box ul li {
    display: inline-block;
    padding: 10px 27px;
    background: #00aeef;
    border-radius: 50px;
    margin: 5px;
    box-sizing: border-box
}

.client-case-study-new .anchor-box ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px
}

.client-case-study-new .anchor {
    background: #fff;
    width: 100%
}

.client-case-study-new .fixed {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 5
}

.client-case-study-new .anchor-content {
    background: #f1f1f1;
    width: 100%;
    height: 100%;
    padding: 50px;
    box-sizing: border-box;
    margin-bottom: 30px
}

.client-case-study-new .anchor-content li {
    background: none;
    text-align: left
}

.client-case-study-new .anchor-box .text-area {
    width: 50%;
    float: left
}

.client-case-study-new .anchor-box .img-box {
    width: 45%;
    float: right
}

.client-case-study-new .anchor-box .text-area p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #000
}

.client-case-study-new .anchor-box .text-area h3 {
    font-size: 30px;
    color: #008bbf;
    font-weight: bold;
    margin: 0 0 1em 0
}

.client-case-study-new .list_Sec {
    margin-top: 10px
}

.client-case-study-new .list_Sec li {
    width: 100%;
    padding-left: 30px;
    position: relative;
    list-style-type: none;
    line-height: 24px;
    color: #777;
    font-size: 14px;
    box-sizing: border-box
}

.client-case-study-new .list_Sec li:before {
    content: '';
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/tick.png);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 6px
}

.client-case-study-new .anchor-box .caseul {
    margin-bottom: 0;
    padding: 0;
    width: auto
}

.client-case-study-new .anchor-box .caseul li {
    background-color: transparent;
    border-radius: 0;
    text-align: justify;
    padding: 0 27px 10px 27px;
    font-size: 14px;
    list-style-type: disc;
    position: relative;
    display: block
}

.client-case-study-new .anchor-box .caseul li:before {
    content: '';
    background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/seo/tick.png);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 6px
}

.client-case-study-new .img-box h4 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 15px 0
}

.client-case-study-new .anchor-box h3 {
    font-size: 20px;
    color: #008bbf;
    font-weight: bold;
    margin: 0
}

.client-case-study-new .anchor-box p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin: 15px 0
}

.webdesign-slider .text-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99
}

.webdesign-slider .outer-overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 30px
}

.webdesign-slider .outer-overlay h6 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold
}

.webdesign-slider .outer-overlay p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    direction: ltr
}

.webdesign-slider .outer-overlay a {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    position: relative
}

.webdesign-slider .outer-overlay a:hover {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.webdesign-slider .outer-overlay a:hover:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.webdesign-slider .swiper-slide.web-item:hover .text-overlay {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, #057bd4, #15b2ec);
    background: linear-gradient(to bottom, #057bd4, #15b2ec);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.btn-1.white-cle {
    color: #fff !important;
    border: 2px solid #fff
}

.webdevslider-wrap .text-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 9
}

.webdevslider-wrap .outer-overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 30px
}

.webdevslider-wrap .outer-overlay h6 {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold
}

.webdevslider-wrap .outer-overlay p {
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    font-weight: 400;
    direction: ltr
}

.webdevslider-wrap .outer-overlay a {
    margin: 0;
    color: #FFF;
    position: relative
}

.webdevslider-wrap .outer-overlay a:hover {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.webdevslider-wrap .outer-overlay a:hover:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.webdevslider-wrap .swiper-slide.web-item {
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.webdevslider-wrap .swiper-slide.web-item:hover .text-overlay {
    opacity: 1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    background: -webkit-linear-gradient(top, #057bd4, #15b2ec);
    background: linear-gradient(to bottom, #057bd4, #15b2ec)
}

.webdevslider-wrap .swiper-slide.web-item:hover .text-overlay:after {
    content: '';
    position: absolute;
    border: #9edbf9 solid 1px;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    border-radius: 5px;
    z-index: -1
}

.btn-2 {
    display: inline-block;
    height: 35px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 25px;
    color: #FFF;
    font-size: 13px;
    border: 2px solid #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 15px
}

.btn-2:hover {
    border: 2px solid #FFF;
    background: #fff;
    color: #00aeef
}

.btn-2.btn-white {
    color: #fff;
    border: 2px solid #fff
}

.appSlider {
    width: 100%;
    padding: 100px 0 80px 0;
    background: #FFF;
    overflow: hidden
}

.appSlider h2 {
    margin-bottom: 40px
}

.appSlider .web-navigation {
    text-align: left
}

.appSlider .web-navigation a {
    margin: 0 10px 0 0px
}

.appSlider .webdevslider-wrap {
    overflow: hidden;
    float: right;
    width: 112%;
    margin-right: -12%
}

@media only screen and (min-width: 480px) {
    .home-sec-2 {
        padding: 120px 0;
        background-position: center 381px
    }
    .achievement .counts {
        margin-bottom: 128px
    }
    .achievement .col-1 .counts {
        margin-bottom: 190px
    }
    .achievement .col-4 .counts {
        margin-bottom: 220px
    }
    .testimonial {
        max-width: 810px;
        margin: 0 auto
    }
    .letter,
    .space {
        font-size: 60px
    }
    .txt-wrap {
        -webkit-perspective: 600px;
        perspective: 600px
    }
    .logo {
        max-width: 100%
    }
    .fixedheader {
        height: 87px
    }
    .works .masonry .item {
        width: 50%
    }
    .home-services .b-3 .service-expand {
        background-size: cover
    }
    .service-expand.open {
        padding: 35px
    }
    .service-expand h5,
    .service-expand p {
        display: block
    }
    .service-expand.service-expand.open .more-cnt {
        margin-top: 0
    }
    .tab-section #content3 .tab-content {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .tab-section #content3 .tab-content .box {
        box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.15);
        margin: 15px;
        display: inline-block
    }
    .mobile-slide1 .swiper-slide {
        height: auto
    }
    .mobile-slide1 .swiper-wrapper {
        display: block !important
    }
}

@media only screen and (min-width: 640px) {
    .work-slider {
        display: none
    }
    .more-detail {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }
    .work-pic {
        display: block;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }
    .work-pic:hover .work-details {
        color: #000
    }
    .work-pic:hover .work-details h4 {
        color: #000
    }
    .work-pic:hover .work-details a {
        opacity: 1
    }
    .work-pic:hover .work-details.hid {
        opacity: 1
    }
    .work-pic:hover .more-detail {
        height: auto;
        overflow: visible
    }
    .home-works .work-content {
        margin: 15px;
        width: auto
    }
    .desk-work {
        position: relative;
        float: right;
        width: 100%;
        min-height: 780px;
        margin-bottom: 80px
    }
    .desk-work .pic-1 {
        float: right
    }
    .desk-work .pic-1 .work-details {
        bottom: auto;
        top: 30px;
        left: auto;
        right: 30px
    }
    .desk-work .pic-2 {
        position: absolute;
        right: 32%;
        top: 120px
    }
    .desk-work .pic-3 {
        position: absolute;
        right: 206px;
        top: 34%
    }
    .desk-work .pic-4 {
        position: absolute;
        right: 0;
        bottom: 70px
    }
    .desk-work .pic-5 {
        position: absolute;
        right: 275px;
        bottom: 0
    }
    .desk-work .work-details {
        position: absolute;
        bottom: 20px;
        left: 30px;
        font-size: 14px;
        color: #5e707d;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }
    .desk-work .work-details h4 {
        font-size: 17px;
        font-weight: 100;
        color: #000;
        margin-bottom: 5px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }
    .desk-work .work-details h6 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }
    .desk-work .work-details a {
        font-size: 14px;
        color: #00aeef;
        opacity: 0;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }
    .desk-work .work-details.hid {
        opacity: 0
    }
    .play-ground h3 {
        font-size: 74px
    }
    .play-ground h5 {
        letter-spacing: 9px
    }
    .play-ground .flip-container {
        margin-top: 36px
    }
    .footer-links .links-02,
    .footer-links .f-certification,
    .footer-links .f-award {
        display: block
    }
    .home-blog .blog-title {
        display: block;
        font-size: 18px;
        font-weight: 400
    }
    .credentials .box {
        margin-bottom: 40px
    }
    .credentials .box p {
        height: 100px
    }
    .tab-content .box {
        margin-bottom: 40px
    }
    .inner-banner {
        position: relative
    }
    .inner-banner .img {
        height: 380px
    }
    .single-post .post-detail li {
        border-right-width: 1px;
        display: inline-block;
        padding: 0px 10px
    }
    .d-ebook .lft {
        height: 120px;
        line-height: 120px;
        padding: 0 25px;
        font-size: 16px
    }
    .d-ebook .lft span {
        font-size: 50px
    }
    .d-ebook .lft label {
        position: relative;
        top: -5px
    }
    .d-ebook .lft:before {
        width: 0;
        height: 0;
        border-top: 60px solid transparent;
        border-left: 60px solid #00aeef;
        border-bottom: 60px solid transparent;
        position: absolute;
        left: 100%;
        top: 0;
        content: '';
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }
    .d-ebook .rht {
        padding-left: 60px
    }
    .d-ebook .icon {
        margin-top: 28px
    }
    .accolades .masonry {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .home-acodie {
        float: left;
        margin-top: 30px
    }
    .blog-pic {
        margin-bottom: 0
    }
    .blog-slide {
        margin-bottom: 38px
    }
    .form-col {
        float: right
    }
    .conact-numbers li a {
        font-size: 22px
    }
    .single-post .post-detail {
        border-radius: 25px
    }
    .bloginner {
        padding: 0 30px
    }
}

@media only screen and (min-width: 767px) {
    .banner .center {
        max-width: 700px
    }
    .banner .swipe .sentence {
        font-size: 60px;
        line-height: 70px
    }
    .nav-icon {
        right: 40px;
        top: 29px
    }
    .home-section-1 {
        padding: 80px 0
    }
    .home-section-1 .acodie-cnt h5 {
        font-size: 23px;
        line-height: 50px
    }
    p {
        line-height: 30px;
        font-size: 18px
    }
    .form-col {
        padding: 0 60px
    }
    .enquiry-form {
        bottom: auto;
        top: 0
    }
    .enquiry-form .enquiry-address {
        display: block
    }
    .enquiry-form .container {
        position: relative;
        max-width: 1030px
    }
    .enquiry-form h4 {
        font-size: 23px;
        padding-top: 15px
    }
    .enquiry-form .close {
        right: 40px;
        top: 40px
    }
    .enquiry-form .list-f03 span {
        font-size: 23px;
        font-weight: 100
    }
    .enquiry-form .list-f03 a {
        line-height: 40px
    }
    .enquiry-form .tab-content p {
        font-size: 18px
    }
    .enquiry-form .title {
        font-size: 23px;
        font-weight: 100
    }
    .enquiry-open .enquiry-form {
        padding: 80px 0
    }
    .enquiry-btn i {
        display: none
    }
    .menu {
        top: 107px;
        overflow: hidden
    }
    .open-menu .menu {
        padding: 50px 0
    }
    .fixedheader .menu {
        top: 87px
    }
    nav>ul {
        width: 20%
    }
    nav>ul:before {
        position: absolute;
        content: '';
        top: 10px;
        left: 17%;
        height: 100%;
        width: 1px;
        background: rgba(0, 0, 0, 0.08)
    }
    nav>ul>li {
        position: static;
        border-bottom: 0
    }
    nav>ul>li>a {
        font-size: 22px;
        padding: 0 0 15px 0;
        display: block
    }
    nav>ul>li:hover .submenu>li:hover .submenu-level2 {
        display: block
    }
    nav .icon {
        display: none
    }
    nav li.active>a {
        color: #00aeef
    }
    nav li.active .submenu {
        display: block
    }
    nav li.active .menu-content {
        display: block
    }
    nav .menu-content {
        position: absolute;
        right: 0;
        width: 49%;
        top: 0
    }
    nav .menu-content p {
        font-size: 20px;
        text-indent: 40px;
        line-height: 38px;
        color: #919aa1;
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/quotes-icon.png) no-repeat 0 10px
    }
    nav .menu-content .menu-txt {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 250px;
        color: #f6f6f6;
        font-family: "Montserrat", sans-serif;
        top: 130%;
        font-weight: 700;
        display: none;
        z-index: -1;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    nav .tech-menu .menu-txt {
        font-size: 145px
    }
    nav .navActive2 {
        color: #00aeef
    }
    .submenu {
        position: absolute;
        left: 20%;
        top: 0;
        width: 80%;
        min-height: 355px
    }
    .submenu>li {
        width: 38%
    }
    .submenu>li>a {
        margin: 3px 0;
        display: block;
        line-height: 26px
    }
    .submenu>li>a.navActive2 {
        color: #00aeef
    }
    .submenu-level2 {
        position: absolute;
        left: 37%;
        top: 0;
        width: 63%;
        min-height: 355px;
        display: none
    }
    .footer-bottom p span {
        display: inline-block
    }
    .footer-bottom p br {
        display: none
    }
    .third-level-menu {
        display: block
    }
    .service-menu .submenu-level2 {
        display: none !important
    }
    .menu .menu-list-2 {
        display: block
    }
    .menu .menu-list-2>li li a {
        font-size: 14px;
        font-family: "Open Sans", sans-serif;
        font-weight: 200;
        line-height: 22px
    }
    .menu .menu-list-2>li>a {
        font-size: 15px;
        font-weight: 400
    }
    .home-services {
        margin-top: 30px
    }
    .home-services .col-3 {
        width: 25%
    }
    .home-services .box {
        width: 100%;
        background-size: cover;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }
    .home-services .box h4 {
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }
    .home-services .box .icon {
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }
    .home-services .box:hover .icon {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    .home-services .b-3 {
        background-size: cover;
        background-position: 0
    }
    .home-services .b-3:before {
        padding-top: 200%
    }
    .home-services .b-1 .service-expand {
        top: auto;
        right: auto;
        left: 0;
        bottom: 0
    }
    .home-services .b-3 .service-expand:hover {
        height: 100%
    }
    .home-services .b-3 .service-expand:hover.open {
        height: 100%;
        width: 200%
    }
    .home-services .b-7 .service-expand {
        top: auto;
        right: 0;
        bottom: 0
    }
    .home-services .b-6 .service-expand {
        top: 0;
        right: 0;
        left: auto;
        bottom: auto
    }
    .home-services .b-2 .service-expand {
        left: auto;
        right: 0;
        bottom: auto;
        top: 0
    }
    .service-expand:hover {
        width: 200%;
        height: 200%;
        padding: 20px;
        z-index: 99
    }
    .service-expand:hover .service-tilte {
        position: relative;
        top: auto;
        text-align: left;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        margin-bottom: 5px
    }
    .service-expand:hover .icon {
        margin: 0;
        float: left;
        -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
        transform: translateY(0px) !important
    }
    .service-expand:hover h4 {
        float: left;
        margin-left: 15px;
        padding-top: 15px
    }
    .service-expand:hover .more-cnt {
        display: block;
        width: 100%;
        overflow: visible
    }
    .mobile-menu {
        display: none;
    }
    .desk-menu {
        display: block
    }
    .desk-menu .btn-1 {
        float: right
    }
    .desk-menu .btn-1 span {
        display: none
    }
    .service-detail {
        width: 0;
        left: 15px;
        top: 30px;
        position: absolute
    }
    .service-detail.open {
        height: calc(100% - 60px);
        width: 50%
    }
    .service-detail.open .box-outer {
        padding: 60px
    }
    .service-detail:before {
        display: none
    }
    .list-02 h6 {
        font-size: 16px;
        margin-bottom: 5px
    }
    .list-02 p {
        font-size: 14px
    }
    .copyright {
        text-align: right
    }
    .home-works .work-content {
        width: 430px;
        position: absolute;
        top: 285px;
        z-index: 99;
        padding: 50px 34px;
        margin: 0;
        box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15)
    }
    .inner-banner {
        position: relative
    }
    .inner-banner .caption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: left
    }
    .inner-banner h2 {
        font-size: 25px
    }
    .service {
        background-size: cover !important
    }
    .service .pic {
        text-align: center;
        display: block
    }
    .service p {
        font-size: 18px;
        line-height: 31px;
        font-weight: 100;
        margin-bottom: 20px
    }
    .service h4 {
        font-size: 22px
    }
    .title-4 {
        font-size: 20px;
        margin-bottom: 25px;
        font-weight: 500
    }
    .service-1 {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-1.jpg) no-repeat right top;
        background-position: 5% top
    }
    .service-2 {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-mobile-bg.jpg) no-repeat left top;
        background-position: 38% top
    }
    .service-3 {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-bg-3.jpg) no-repeat right top #f9f9f9;
        background-size: contain !important
    }
    .service-5 {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-bg-5.jpg) no-repeat right top;
        background-position: 62% top
    }
    .service-6 {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-bg-6.jpg) no-repeat left top;
        background-position: 46% top
    }
    .whats-new {
        padding: 160px 0 40px;
        text-align: left;
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/acodie-1.png) no-repeat bottom right;
        background-size: contain
    }
    .whats-new .cnt {
        position: relative;
        padding-left: 190px
    }
    .whats-new h3 {
        margin-bottom: 0;
        border-bottom: 0;
        border-right: 1px solid #ebebeb;
        padding: 3px 20px 3px 0;
        position: absolute;
        left: 15px;
        top: 0;
        font-size: 25px !important
    }
    .whats-new p {
        line-height: normal;
        margin-bottom: 0
    }
    .whats-new .item {
        padding-top: 10px
    }
    .inner-body h3 {
        font-size: 35px
    }
    .inner-sec2 {
        padding: 100px 0
    }
    .list-03 {
        display: block
    }
    .footer-sec-1 {
        padding: 100px 0 100px 0
    }
    .footer-sec-1 h4,
    .footer-sec-1 p {
        margin-bottom: 25px
    }
    .addreess-section {
        margin-top: -130px
    }
    .btn-02 {
        font-size: 18px;
        padding: 15px 25px
    }
    .works .masonry .item {
        width: 33.33%
    }
    .blog .blog-cnt {
        width: 540px;
        margin: 100px 0 0;
        padding: 45px 30px 30px
    }
    .blog article.odd .blog-cnt {
        float: right
    }
    .blog article.even .blog-cnt {
        float: left
    }
    .blog .aside {
        float: right
    }
    .blog .first-blog .blog-cnt {
        margin-top: 40px
    }
    .blog .page-title {
        font-size: 24px;
        margin-bottom: 20px
    }
    .tab-section .name {
        width: 33.33%;
        float: left;
        margin-right: 0
    }
    header {
        height: 107px
    }
    .blog-detail .inner-banner h1,
    .single-post .inner-banner h1 {
        color: #fff;
        font-size: 40px
    }
    .blog-detail .post-detail,
    .single-post .post-detail {
        background: rgba(0, 33, 46, 0.53)
    }
    .blog-detail .post-detail li,
    .single-post .post-detail li {
        overflow: hidden
    }
    .blog-detail .inner-banner,
    .single-post .inner-banner {
        margin-bottom: 80px
    }
    .blog-detail .inner-banner .img,
    .single-post .inner-banner .img {
        height: 500px
    }
    .blog-detail h3,
    .single-post h3 {
        font-size: 25px
    }
    .blog-detail .small-txt,
    .single-post .small-txt {
        text-align: center
    }
    .distraction-div {
        padding: 80px 0 40px 0
    }
    .distraction-div h3 {
        text-align: center;
        margin-bottom: 50px
    }
    .distraction-div .distraction {
        margin-bottom: 70px
    }
    .bloginner .acod_ad {
        padding: 30px
    }
    .bloginner .acod_ad h2 {
        font-size: 30px;
        line-height: 38px
    }
    .bloginner .highliteSec02,
    .bloginner .highliteSec {
        padding: 30px
    }
    .bloginner .reference {
        padding: 40px 20px 30px 20px
    }
    .blog-sidebar .newsletter h3 {
        font-size: 29px
    }
    .blog-sidebar .newsletter .inptsubmt {
        padding: 10px 15px
    }
    .blog-sidebar .tab-2 .name {
        font-size: 16px
    }
    .submit-btn {
        font-size: 14px
    }
    .aco-certifications {
        padding: 40px 0
    }
    .aco-certifications .lft {
        padding-right: 100px;
        position: relative
    }
    .aco-certifications .lft:before {
        position: absolute;
        top: 60px;
        right: 0;
        content: '';
        width: 1px;
        height: 200px;
        background: #e5e5e5
    }
    .aco-certifications .rht {
        padding-left: 100px
    }
    .accolades .masonry {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
    .award-box .item {
        min-height: 800px
    }
    .award-box .year-box {
        width: 177px;
        height: 177px;
        font-size: 45px;
        margin: -88px 0 0 -88px;
        line-height: 177px
    }
    .award-box .year-bg {
        width: 177px;
        height: 177px;
        margin: -88px 0 0 -88px
    }
    .award-box .swiper-button-prev {
        margin-left: -141px
    }
    .award-box .swiper-button-next {
        margin-right: -141px
    }
    .award-box .award-1 {
        width: 50%;
        float: right;
        margin-top: 149px
    }
    .award-box .left-bottom {
        position: absolute;
        bottom: 125px;
        left: 30%
    }
    .award-box .left-top {
        position: absolute;
        top: 40px;
        left: 26%;
        margin-top: 70px
    }
    .award-box .right-bottom {
        position: absolute;
        bottom: 100px;
        right: 40px
    }
    .award-box .right-middle {
        margin-top: 251px;
        margin-right: -171px
    }
    .award-box .rht {
        padding-top: 30px
    }
    .award-box .rht h4 {
        font-size: 20px
    }
    .career-btn {
        margin-left: 0
    }
    .career-sec1 {
        padding-top: 80px
    }
    .news {
        padding: 80px 0
    }
    .news-box {
        margin-bottom: 100px
    }
    .news-cnt {
        min-height: 194px;
        max-width: 80%;
        margin-top: -80px
    }
    .news-cnt h4 {
        font-size: 20px
    }
    .news-cnt>div {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        padding: 25px
    }
    .pagination .next a,
    .pagination .prev a {
        font-size: 15px
    }
    .pagination .next a i {
        margin-left: 10px
    }
    .pagination .prev a i {
        margin-right: 10px
    }
    .home-works .btn-1 {
        margin-top: -106px;
        margin-right: 0;
        color: #00aeef
    }
    .home-works .btn-1:hover {
        color: #fff
    }
    .contact-sec1 .enquiry-box {
        padding: 60px;
        margin: 80px 0 30px 0;
        box-shadow: 0px 10px 62px 0px rgba(0, 0, 0, 0.15)
    }
    .contact-sec1 .enquiry-box h3 {
        font-size: 26px
    }
    .contact-sec1 .enquiry-box p {
        font-size: 19px;
        margin-bottom: 40px
    }
    .contact-sec1 textarea {
        height: 245px
    }
    .contact-sec1 .rht label {
        margin-bottom: 10px
    }
    .contact-sec1 .btn-1 {
        float: right
    }
    .acodez-locations h1 {
        font-size: 120px;
        line-height: 120px;
        margin-bottom: 20px
    }
    .acodez-locations .map {
        height: 525px
    }
    .office-location li a {
        font-size: 18px;
        padding-bottom: 15px
    }
    .acodez-follow-us h4 {
        font-size: 35px;
        margin-bottom: 25px
    }
    .aco-achievement .box {
        width: 180px;
        height: 180px
    }
    .aco-achievement .medium {
        width: 140px;
        height: 140px
    }
    .aco-achievement .small {
        width: 123px;
        height: 123px
    }
    .aco-achievement .small h5 {
        font-size: 12px
    }
    .single-post .quoteBox {
        display: block
    }
    .cleints-projects h5 {
        font-size: 30px;
        margin-bottom: 30px
    }
    .technology .item {
        width: 33.3333%
    }
    .technology h5 {
        height: 35px
    }
    .technology-page {
        padding: 80px 0
    }
    .inner-banner .img {
        height: 500px
    }
    .aco-achievement .swiper-slide {
        padding-bottom: 80px
    }
    .inner-sec2 .tab-content h5 {
        height: 80px
    }
    .tab-section #content3 .tab-content {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
    .thankyou-page {
        padding-bottom: 160px
    }
    .contact-top-sec1 {
        z-index: 9;
        position: relative
    }
    .contact-top-sec1 .enquiry-box {
        margin-top: -100px;
        background: #fff;
        z-index: 9
    }
    .office-location li {
        margin: 0 10px
    }
    .page-template-template-what-we-do .element_to_pop_up {
        max-width: 650px
    }
    .awards-sec01 {
        padding-top: 80px
    }
    .custom-list2 {
        padding-right: 0;
        padding-left: 0
    }
    .blog-sidebar {
        padding-left: 40px
    }
    .blogLeft {
        padding-right: 40px
    }
    .android-section-5 ul li {
        margin-bottom: 0;
        width: 50%;
        float: left;
        padding: 35px 20px;
        border-right: 1px solid #e5e5e5
    }
    .android-section-5 ul li:nth-child(2n) {
        border-right: 0
    }
    .android-section-5 ul li:nth-child(n+3) {
        border-bottom: 0
    }
    .android-section-3 .container {
        background-position: right bottom;
        padding: 50px 230px 50px 50px
    }
    .android-section-2 p,
    .android-section-5 p {
        font-size: 16px
    }
    .design-works-01 {
        padding-bottom: 82px;
        margin-bottom: 40px;
        max-width: 850px;
        margin: 0 auto;
        position: relative;
        z-index: 2
    }
    .design-works-01 .pic {
        display: block;
        float: right
    }
    .design-works-01 .pic-small {
        position: absolute;
        bottom: 0;
        left: 0
    }
    .work-colors li {
        width: auto;
        margin-right: 5%
    }
    .footer-bottom {
        padding: 35px 0
    }
    .footer-bottom p {
        margin-bottom: 0
    }
    .sec-203 h3 {
        font-size: 30px
    }
    .life-at-acodez .career-sec1 .cnt {
        padding-top: 80px
    }
    .life-at-acodez .career-sec1 h3 {
        font-size: 40px;
        font-weight: 400;
        line-height: 48px
    }
    .contact-subpage .inner-banner .caption {
        top: 34%
    }
    .contact-subpage .location a {
        display: inline-block
    }
    .contact-subpage .location .or {
        display: inline-block
    }
    .contact-subpage .map {
        height: 350px
    }
    .contact-subpage .apply-now li {
        margin-bottom: 40px
    }
    .work-details .sec-203 h4 {
        font-size: 22px
    }
    .design-001 .caption img {
        max-width: 100%
    }
    .design-page h4 {
        margin-bottom: 25px
    }
    .design-page .common-space {
        padding: 100px 0
    }
    .moodboard li {
        width: 25%
    }
    .moodboard h4 {
        margin-bottom: 35px
    }
    .gray-bg-002 h4 {
        margin-bottom: 50px
    }
    .career-col2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .page-template-template-mobile-services-php .service h2 {
        font-size: 30px
    }
    .hm-services-new .sr-new-box {
        width: 50%
    }
    .swiper-slide.web-item {
        width: 50%
    }
    .home-works.container {
        padding: 100px 0 0
    }
    .slider-content {
        float: left;
        width: 25%;
        padding-left: 5%;
        padding-top: 6%;
        left: 63%;
        position: relative;
        padding-bottom: 0
    }
    .slider-wrap {
        float: left;
        width: 75%;
        margin-left: -35%
    }
    .webdesign-slider {
        padding: 125px 0 100px
    }
    .web-navigation a {
        font-size: 24px
    }
    .webdeveloper-slider {
        padding: 100px 0px 0px
    }
}

@media only screen and (max-width: 1300px) and (min-width: 767px) {
    .desk-menu {
        padding-right: 50px
    }
    .nav-icon {
        right: 10px;
        top: 33px
    }
}

@media only screen and (min-width: 1024px) {
    .play-ground .slogans {
        margin-left: -140px;
        padding-top: 110px
    }
    .play-ground h3 {
        font-size: 110px;
        font-weight: 400
    }
    .play-ground h5 {
        letter-spacing: 24px;
        padding-left: 24px
    }
    .play-ground .flip-container {
        width: 440px;
        float: right;
        margin-left: 0;
        margin-top: 110px
    }
    .play-ground .flip-container,
    .play-ground .front,
    .play-ground .back {
        max-width: 440px
    }
    .play-ground .back {
        padding-top: 50px
    }
    .achievement-outer .swiper-button-prev,
    .achievement-outer .swiper-button-next {
        display: none
    }
    .home-services {
        padding: 0 15px;
        margin: 50px auto 30px auto
    }
    .home-works .container {
        padding: 0 15px
    }
    .home-works .work-content {
        top: 385px
    }
    .home-works .work-content h4 {
        font-size: 30px;
        margin-bottom: 6px
    }
    .aco-clients.container {
        padding: 40px 15px
    }
    .home-blog {
        padding: 120px 0
    }
    .home-blog .title-right {
        position: absolute;
        top: 80px;
        right: 130px;
        font-size: 120px;
        color: rgba(246, 246, 246, 0.11);
        text-transform: uppercase;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        display: block
    }
    .home-blog .swiper-button-next {
        left: auto;
        right: 172px;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        line-height: 80px;
        border: 3px solid #fff;
        color: #fff;
        margin-top: -33px;
        background: none;
        font-size: 35px;
        display: block
    }
    .home-blog .swiper-button-next:before {
        content: "\f10e"
    }
    .home-blog .swiper-button-prev {
        left: auto;
        right: 253px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        line-height: 50px;
        border: 3px solid #d6d6d6;
        color: #d6d6d6;
        background: none;
        margin-top: 47px;
        font-size: 30px;
        display: block
    }
    .home-blog .swiper-button-prev:before {
        content: "\f105"
    }
    .blog-preview {
        display: block;
        border-left-width: 600px;
        border-top-width: 754px
    }
    .whats-new .cnt {
        padding-left: 268px
    }
    .whats-new h3 {
        margin-top: 0;
        font-size: 35px !important;
        line-height: 40px;
        padding-right: 28px
    }
    .service {
        min-height: 500px;
        padding: 80px 0
    }
    .inner-body h3 {
        font-size: 47px
    }
    .addreess-section {
        margin-bottom: 65px
    }
    .addreess-section ul li {
        padding: 60px 20px 60px 40px
    }
    .footer-links {
        padding-bottom: 95px
    }
    .works .masonry {
        margin: auto -30px
    }
    .works .masonry .item {
        width: 25%;
        padding: 30px
    }
    .works .masonry .outer {
        box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15)
    }
    .works .container {
        max-width: 1600px;
        padding: 0 50px
    }
    .works figcaption h3 {
        font-size: 30px
    }
    .blog article {
        margin-bottom: 78px
    }
    .blog .blog-cnt {
        margin: 200px 0 0;
        padding: 70px 50px 50px
    }
    .blog h4 {
        font-size: 22px;
        line-height: 31px
    }
    .tab-section .name {
        font-size: 24px
    }
    .blog-detail .inner-banner .img,
    .single-post .inner-banner .img {
        height: 600px
    }
    .blog-detail .inner-banner h1,
    .single-post .inner-banner h1 {
        font-size: 50px
    }
    .bloginner {
        padding-bottom: 80px
    }
    .bloginner h3 {
        font-size: 25px;
        margin: 30px 0 20px 0
    }
    .bloginner .alsoread {
        padding: 38px 0;
        margin: 40px 0
    }
    .bloginner .alsoread h3 {
        line-height: 35px;
        margin-top: 0;
        margin-bottom: 0
    }
    .bloginner img {
        display: block;
        text-align: center
    }
    .bloginner .highliteSec02,
    .bloginner .highliteSec {
        padding: 50px
    }
    .bloginner .mdBox {
        padding: 30px 0
    }
    .bloginner .mdBox .mdleft {
        text-align: right;
        padding-bottom: 0;
        margin-bottom: 0;
        border-right: 1px solid #e5e5e5
    }
    .bloginner .reference h3,
    .bloginner .highliteSec02 h3 {
        margin-top: 0
    }
    .bloginner .highliteSec02 {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/acodie-3.png) no-repeat 96% 96%;
        padding-right: 150px
    }
    .bloginner .acod_ad {
        padding: 80px 20px 80px 40px;
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/acodie-2.jpg) no-repeat right 20px #35b9e9
    }
    .bloginner .rating {
        padding: 50px
    }
    .bloginner .blogLeft img {
        margin: 50px auto 50px auto;
        box-shadow: 0px 10px 150px rgba(0, 0, 0, 0.15)
    }
    .distraction-div p {
        font-size: 18px;
        margin-bottom: 10px
    }
    .distraction-div .small-txt {
        font-size: 14px
    }
    .distraction-div h3 {
        font-size: 30px
    }
    .blog-sidebar .newsletter h3 {
        margin-top: 0;
        font-size: 40px
    }
    .blog-sidebar .blog-ebook h3 {
        margin-top: 0
    }
    .inner-banner {
        position: relative
    }
    .inner-banner .img {
        display: none
    }
    .inner-banner img {
        display: block;
        width: 100%
    }
    .inner-banner .caption p {
        font-size: 20px;
        line-height: 35px;
        font-weight: 300
    }
    .career-sec1 {
        padding: 80px 0
    }
    .career-sec1 .lft {
        padding-right: 80px
    }
    .career-btn {
        float: right;
        margin-right: -210px;
        z-index: 6;
        position: relative;
        margin-top: 50px;
        padding: 56px 20px
    }
    .career-sec2 {
        padding: 80px 0 20px 0
    }
    .career-sec2 .title-bar {
        text-align: center;
        max-width: 1000px
    }
    .career-sec2 .title-bar h2:before {
        left: 50%;
        margin-left: -27px
    }
    .career-sec2 h3 {
        margin-bottom: 20px
    }
    .career-detail h3 {
        font-size: 40px
    }
    .career-detail .lft {
        padding-right: 55px
    }
    .career-detail .rht {
        border-left: 1px solid #e5e5e5;
        padding-left: 55px
    }
    .career-detail .rht h4 {
        font-size: 30px
    }
    .service-expand:hover {
        padding: 60px
    }
    .service-expand.open {
        padding: 60px
    }
    .service-expand h5 {
        font-size: 25px;
        margin: 25px 0 20px 0
    }
    .service-expand:hover h4 {
        font-size: 30px
    }
    .home-services h4 {
        font-size: 24px
    }
    .home-acodie {
        float: right;
        margin-top: 35%
    }
    .map-image .mobile-only {
        display: none
    }
    .map-image .map {
        display: block;
        width: 1000px;
        margin: 0 auto
    }
    .map-image .map-dots {
        display: block
    }
    .desk-work {
        margin-top: -65px
    }
    .achievement-outer {
        padding: 0
    }
    .achievement>div {
        text-align: center
    }
    .achievement .counts {
        font-size: 18px
    }
    .aco-achievement .box {
        width: 238px;
        height: 238px
    }
    .aco-achievement .medium {
        width: 194px;
        height: 194px
    }
    .aco-achievement .small {
        width: 153px;
        height: 153px
    }
    .aco-achievement .small h5 {
        font-size: 12px
    }
    .awards-sec01 .awards-thumbs .swiper-slide:after {
        width: 10px;
        height: 10px;
        bottom: -48px
    }
    .awards-sec01 .awards-thumbs h4 {
        font-size: 30px;
        position: relative;
        top: 15px
    }
    .awards-sec01 .awards-thumbs .swiper-slide-active:after {
        width: 19px;
        height: 19px;
        bottom: -34px
    }
    .awards-sec01 .awards-thumbs .swiper-slide-active h4 {
        font-size: 45px;
        top: 0
    }
    .desk-menu .main-menu li {
        margin-left: 54px
    }
    .desk-menu .main-menu li:first-child {
        margin-left: 0
    }
    .desk-menu .main-menu li:nth-child(2) {
        margin-left: 30px
    }
    nav .menu-content .menu-txt {
        display: block
    }
    .technology {
        margin: 0 -20px
    }
    .technology .item {
        width: 20%;
        padding: 20px
    }
    .form-col {
        padding: 0 15px
    }
    .inner-sec2 .tab-content h5 {
        height: 60px
    }
    .tab-section #content3 .tab-content {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
    .home-section-1 .container {
        overflow: visible;
        margin-bottom: 73px
    }
    .home-section-1 .container.aco-clients {
        margin-bottom: 0
    }
    .aco-clients.container {
        overflow: hidden
    }
    .ser-001 .caption {
        -webkit-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
        transform: translateY(-70%)
    }
    .desk-menu {
        display: block
    }
    .desk-menu .main-menu {
        float: right;
        display: block;
        margin-right: 30px
    }
    .desk-menu .main-menu li {
        display: inline-block
    }
    .desk-menu .main-menu li:first-child {
        margin-left: 0
    }
    .desk-menu .main-menu li a {
        font-size: 16px;
        color: #fff;
        display: block;
        line-height: 45px;
        position: relative
    }
    .desk-menu .main-menu li a:before {
        content: '';
        display: block;
        width: 0;
        left: 50%;
        height: 1px;
        background: #00aeef;
        position: absolute;
        bottom: 2px;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s
    }
    .desk-menu .main-menu li a:hover {
        color: #00aeef
    }
    .desk-menu .main-menu li a:hover:before {
        width: 100%;
        left: 0
    }
    .new-service {
        padding: 80px 0
    }
    .blog-sidebar .tab-2 .tab-content {
        padding: 40px
    }
    .android-section-2 {
        padding: 100px 0
    }
    .android-section-2 h3 {
        font-size: 40px;
        margin-bottom: 40px;
        line-height: 55px
    }
    .android-section-2 h3 span {
        font-size: 50px
    }
    .android-section-2 .row>div {
        margin-bottom: 15px
    }
    .android-section-3 {
        padding: 100px 0
    }
    .android-section-3 h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 25px
    }
    .android-section-4 {
        padding: 130px 0;
        font-size: 40px
    }
    .android-section-4 .container span {
        font-size: 60px
    }
    .android-section-5 {
        padding: 80px 0
    }
    .android-section-5 h3 {
        font-size: 40px;
        line-height: 55px
    }
    .android-section-5 h3 span {
        display: block;
        font-size: 50px
    }
    .android-section-5 ul li {
        padding: 70px 25px 50px 25px
    }
    .featured-works {
        padding: 100px 0
    }
    .featured-works h2 {
        font-size: 35px
    }
    .testimonial-002 {
        padding: 100px 0;
        position: relative
    }
    .testimonial-002:before {
        position: absolute;
        content: '';
        width: 334px;
        height: 407px;
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/quote-bg.png) no-repeat 0;
        top: -100px;
        right: 0;
        z-index: 0
    }
    .testimonial-002 .swiper-slide {
        padding-bottom: 30px
    }
    .testimonial-002 h3 {
        font-size: 80px
    }
    .featured-works .txt-bold {
        font-size: 120px
    }
    .android-section-6 h2 {
        font-size: 30px
    }
    .android-section-6 .related-service a {
        padding: 50px 30px
    }
    .android-section-7 {
        padding-top: 100px
    }
    .android-section-7 h2 {
        text-align: center;
        display: block;
        font-size: 30px;
        margin-bottom: 40px
    }
    .android-section-7 h6 {
        font-size: 20px
    }
    .android-section-7 p {
        font-size: 16px
    }
    .work-sec1 {
        padding: 170px 0 360px 0
    }
    .work-sec1 h2 {
        font-size: 80px;
        line-height: normal
    }
    .work-sec1 h4 {
        font-size: 24px
    }
    .work-banner {
        margin-top: -310px
    }
    .work-sec-2 .line {
        width: 50%;
        height: 100px;
        border-right: 2px solid #000;
        opacity: .10;
        margin-bottom: 40px
    }
    .work-sec-2 .txt-024 {
        font-size: 72px;
        line-height: 72px
    }
    .txt-023 {
        font-size: 100px;
        line-height: 100px;
        margin: 50px 0 40px 0
    }
    .w-001 h4 {
        font-size: 26px
    }
    .work-colors {
        margin-bottom: 100px
    }
    .work-colors li {
        font-size: 16px
    }
    .work-colors li:last-child {
        margin-right: 0
    }
    .work-colors .color-name {
        font-size: 18px;
        padding-left: 6px
    }
    .work-sec-3 {
        padding: 50px 0 100px 0
    }
    .work-sec-3 .row {
        margin: 0 -25px
    }
    .work-sec-3 .item-mobile {
        padding: 0 25px
    }
    .work-sec-4 {
        padding: 100px 0
    }
    .work-sec-4 .tablet {
        padding: 60px
    }
    .work-sec-4 .tablet:before {
        width: 40px;
        height: 40px;
        right: 8px;
        margin-bottom: -20px
    }
    .work-sec-5 {
        padding: 100px 0
    }
    .work-sec-5 h2 {
        font-size: 100px;
        line-height: 100px
    }
    .work-sec-5 p {
        width: 45%;
        margin-bottom: 20px
    }
    .design-tools {
        padding: 100px 0
    }
    .design-tools ul li {
        padding: 10px 26px
    }
    .design-tools .gray-color {
        font-size: 26px !important;
        margin-bottom: 15px
    }
    .site-link {
        padding: 100px 0 0 0
    }
    .site-link a {
        font-size: 60px;
        line-height: 60px
    }
    .iphone {
        margin-bottom: 0
    }
    .work-details .gray-color {
        font-size: 22px;
        font-weight: 500
    }
    .award-202 .work-sec1 h2 {
        font-size: 60px
    }
    .award-202 .work-sec1 h4 {
        font-size: 40px
    }
    .sec-203 h3 {
        font-size: 30px
    }
    .contact-subpage .location h1 {
        font-size: 60px;
        line-height: 60px
    }
    .contact-subpage .location h4 {
        font-size: 24px
    }
    .contact-subpage .location p {
        font-size: 18px;
        padding: 6px 0
    }
    .contact-subpage .location a {
        font-size: 22px
    }
    .contact-subpage .inner-sec1 h3 {
        font-size: 36px
    }
    .contact-subpage .home-sec-2 {
        padding: 100px 0 40px 0
    }
    .contact-subpage .enquiry-form-02 h3 {
        font-size: 40px
    }
    .contact-subpage .map {
        height: 560px
    }
    .contact-subpage .home-services {
        padding-bottom: 100px
    }
    .methodology-outer {
        padding: 25px 0 80px 0
    }
    .hm-services-new .sr-new-box {
        width: 25%
    }
    .hm-services-new .sr-new-box:nth-child(2),
    .hm-services-new .sr-new-box:nth-child(4) {
        margin-top: 140px
    }
    .hm-services-new .sr-new-box:nth-child(5),
    .hm-services-new .sr-new-box:nth-child(7) {
        margin-top: -140px
    }
    .swiper-slide.web-item {
        width: 25%
    }
    .home-works.container {
        padding: 150px 0 0;
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 1250px) {
    .footer-sec-2 .location-outer .swiper-button-next {
        right: -34px;
        top: 113px
    }
    .footer-sec-2 .location-outer .swiper-button-prev {
        left: -34px;
        top: 113px
    }
    .service-expand {
        overflow: hidden
    }
    .service-expand p {
        width: 470px
    }
    .contact-top-sec1 .enquiry-box {
        margin-top: -130px
    }
    .featured-works .slider-outer .swiper-button-prev,
    .featured-works .slider-outer .swiper-button-next {
        display: block
    }
    .work-sec-3 {
        position: relative;
        z-index: 10;
        background: #fff;
        padding-bottom: 0
    }
    .work-sec-3:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 88%;
        height: 115%;
        content: '';
        background: #eff8ff
    }
    .work-sec-3 .container {
        position: relative;
        z-index: 12
    }
    .work-sec-4 {
        position: relative;
        z-index: 5;
        padding-top: 275px;
        background: #ea671f
    }
    .work-sec-4:after {
        position: absolute;
        right: 0;
        top: 0;
        width: 88%;
        height: 78%;
        content: '';
        background: #dff1ff
    }
    .work-sec-4 .container {
        position: relative;
        z-index: 12
    }
    .work-sec-2 {
        position: relative;
        padding-bottom: 100px
    }
    .work-sec-2 .award-pic {
        padding-top: 0;
        position: absolute;
        right: 10px;
        bottom: 0;
        z-index: -1
    }
    .sec-203 {
        padding: 100px 0 0 0
    }
    .methodology-outer .swiper-button-next,
    .methodology-outer .swiper-button-prev {
        display: block
    }
    .methodology-outer .swiper-pagination {
        display: none
    }
}

@media only screen and (max-width: 1220px) {
    .seo-page .seo-pg .lt-side {
        width: 50%
    }
    .seo-page .img-text-box {
        padding: 12px 0;
        margin: 10px 0
    }
    .seo-page .seo-pg .rt-side {
        width: 48%
    }
    .seo-page .tab-box {
        padding-top: 50px
    }
}

@media only screen and (max-width: 1080px) {
    .seo-page .seo-pg .lt-side {
        width: 100%
    }
    .seo-page .seo-pg .rt-side {
        width: 100%
    }
    .seo-page .fixed {
        display: none
    }
    .seo-page h2.resp-accordion {
        display: block
    }
    .seo-page ul.resp-tabs-list {
        display: none
    }
    .seo-page .resp-tabs-container h2:before {
        display: none
    }
    .seo-page h2.resp-tab-active span.resp-arrow {
        border-bottom: 8px solid #000
    }
    .seo-page .resp-arrow {
        border-top: 8px solid white
    }
    ul.anchor.fixed {
        display: none
    }
    .client-case-study-new .client-case-study .right-side h2 {
        font-size: 22px
    }
    .slider-content {
        width: 100%;
        left: 0
    }
    .slider-wrap {
        width: 100%;
        margin-left: 0
    }
    .acodez-won .new-accolades ul li:nth-child(1) {
        right: 60px
    }
    .acodez-won .new-accolades ul li:nth-child(2) {
        bottom: 360px
    }
    .acodez-won .new-accolades ul li:nth-child(3) {
        bottom: 250px;
        right: 45px
    }
    .acodez-won .new-accolades ul li:nth-child(4) {
        bottom: 200px
    }
    .acodez-won .new-accolades ul li:nth-child(5) {
        bottom: 125px;
        right: 55px
    }
    .acodez-won .new-accolades ul li:nth-child(6) {
        bottom: -15px;
        right: 88px
    }
    .acodez-won .box-2 li .cont-area {
        padding-left: 0
    }
}

@media only screen and (max-width: 991px) {
    .dgtl-mrkt .list-s2 li {
        width: 49% !important;
        font-size: 12px
    }
    .dgtl-mrkt h3 {
        font-size: 22px !important
    }
    .dgtl-mrkt .service-content-marketing {
        background-position: bottom left !important;
        background-size: 62% !important
    }
    .service p {
        font-size: 16px;
        line-height: 28px
    }
    .dgtl-mrkt .list-s2 span {
        margin-right: 10px
    }
    .pay-click .outer-box .left-box {
        width: 48%
    }
    .pay-click .outer-box .right-box {
        width: 48%
    }
    .client-case-study-new .client-case-study .right-side {
        width: 100%;
        height: auto
    }
    .client-case-study-new .client-case-study .left-side {
        width: 100%
    }
    .client-case-study-new .anchor-box .text-area {
        width: 100%
    }
    .client-case-study-new .anchor-box .img-box {
        width: 100%
    }
    .hm-services-new .sr-new-box:nth-child(2n+1) {
        clear: left
    }
    .acodez-won .content {
        width: 38%
    }
    .acodez-won .aw-images {
        width: 60%
    }
    .acodez-won .box-2 {
        width: 100%;
        left: 0
    }
    .acodez-won .box-2 li .pic {
        width: 20%
    }
    .acodez-won .new-accolades ul li:nth-child(3) {
        bottom: 250px;
        right: 10px
    }
    .desk-work .pic-3 {
        right: 260px
    }
    .home-works .work-content {
        width: 300px
    }
    .desk-work .pic-2 {
        right: 22%;
        top: 170px
    }
    .desk-work .pic-4 {
        bottom: 0
    }
    .desk-work .pic-3 {
        top: 40%;
        right: 220px
    }
    .desk-work .pic-5 {
        bottom: -40px
    }
    .desk-work .pic-1 {
        position: absolute;
        right: 0;
        top: -55px
    }
}

@media only screen and (max-width: 767px) {
    .mobile-menu {
        display: block;
    }

    .dgtl-mrkt .service-content-marketing {
        background: #fff
    }
    .dgtl-mrkt .list-s2 li {
        width: 100% !important;
        font-size: 14px
    }
    .pay-click .outer-box .left-box {
        width: 100%
    }
    .pay-click .outer-box .right-box {
        width: 100%
    }
    .seo-page .faq-box .accordionButton a {
        font-size: 18px;
        line-height: 30px
    }
    .seo-page .project {
        width: 100%
    }
    .hm-services-new .sr-new-box {
        padding: 30px 0
    }
    .hm-services-new .sr-new-box p {
        line-height: 30px
    }
    .acodez-won .content {
        width: 100%
    }
    .acodez-won .aw-images {
        width: 100%
    }
    .aw-images-inner {
        width: 100%
    }
    .acodez-won .new-accolades ul li:nth-child(2) {
        right: 120px
    }
    .acodez-won .new-accolades ul li:nth-child(3) {
        right: 50px
    }
    .acodez-won .new-accolades ul li:nth-child(5) {
        right: 100px
    }
    .acodez-won .new-accolades ul li:nth-child(6) {
        bottom: 0px;
        right: 165px
    }
    .acodez-won .new-accolades ul li:nth-child(4) {
        bottom: 174px
    }
    .work-pic {
        display: none
    }
    .work-slider {
        display: block
    }
    .home-works .work-content {
        width: 100%
    }
    .work-slider .item img {
        width: 100%;
        height: 360px;
        object-fit: cover
    }
}

@media only screen and (max-height: 700px) {
    .enquiry-form .form-outer {
        position: relative;
        height: 100%;
        overflow-y: scroll
    }
    .home-section-1 h5 {
        font-size: 20px;
        line-height: 30px
    }
    p {
        font-size: 15px;
        line-height: 30px
    }
    .acodez-won .box-2 {
        left: 0
    }
}

@media only screen and (max-width: 600px) {
    .seo-page .sideone {
        width: 100%
    }
    .seo-page .sidetwo {
        width: 100%
    }
    .contentMngmmnt.paid-service ul li {
        width: 100%
    }
    .paid-service h2 {
        font-size: 24px
    }
    .pd0 {
        padding: 8px 0 !important
    }
    .ct-mkt.contentMngmmnt .resp-tabs-container .textSec {
        width: 100%
    }
    .ct-mkt.contentMngmmnt .resp-tabs-container .imgSec {
        width: 100%
    }
    .pay-click h2 {
        text-align: left
    }
    .seo-page .faq-box .accordionButton .ft-line {
        background: none
    }
    .seo-page .faq-box {
        padding-bottom: 50px
    }
    .seo-page .faq-box .accordionButton {
        padding-right: 50px
    }
    .seo-page .faq-box .accordionButton {
        line-height: 28px
    }
    .seo-page .faq-box .accordionButton span {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .seo-page .img-text-box ul li {
        width: 100%;
        margin: 10px 0
    }
    .seo-page .img-text-box ul li:nth-child(2) {
        top: inherit
    }
    .seo-page .img-text-box ul li:nth-child(4) {
        top: inherit
    }
    .seo-page .seo-pg h2,
    .seo-page .seo-pg p.seosplp1 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px
    }
    .pay-click h2 {
        font-size: 24px
    }
    .client-case-study-new .anchor-content {
        padding: 40px 20px
    }
    .home-section-1 h5 {
        font-size: 18px;
        line-height: 30px
    }
    .aw-images-inner {
        width: 100%;
        padding: 0
    }
    .acodez-won .aw-images {
        padding: 0
    }
    .webdesign-slider .outer-overlay p {
        font-size: 12px;
        line-height: 18px
    }
    .webdevslider-wrap .outer-overlay p {
        font-size: 12px;
        line-height: 18px
    }
    .webdesign-slider .outer-overlay {
        padding: 20px
    }
    .btn-1.white-cle {
        color: #fff !important;
        border: 2px solid #fff;
        height: 35px;
        line-height: 30px;
        font-size: 12px
    }
    .webdevslider-wrap .outer-overlay {
        padding: 20px
    }
}

@media only screen and (max-width: 560px) {
    .acodez-won .new-accolades ul li:nth-child(1) {
        position: inherit
    }
    .acodez-won .new-accolades ul li:nth-child(2) {
        position: inherit;
        right: auto
    }
    .acodez-won .new-accolades ul li:nth-child(3) {
        position: inherit
    }
    .acodez-won .new-accolades ul li:nth-child(4) {
        position: inherit
    }
    .acodez-won .new-accolades ul li:nth-child(5) {
        position: inherit
    }
    .acodez-won .new-accolades ul li:nth-child(6) {
        position: inherit
    }
    .acodez-won .new-accolades ul li {
        display: inline-block !important;
        width: 25% !important
    }
    .acodez-won .new-accolades ul li img {
        width: 100%;
        max-height: 100%
    }
}

@media (min-width: 1024px) and (max-height: 700px) {
    .enquiry-open .enquiry-form {
        padding: 70px 0 40px 0
    }
}

.bg-white {
    background-color: #fff !important
}

.minus-img {
    position: relative;
    z-index: 10;
    bottom: -100px
}

.new-service {
    width: 100%;
    height: auto;
    min-height: inherit !important;
    clear: both;
    background: #f7f6f6;
    padding: 40px 0
}

.service-mobil-1 {
    background: #f7f6f6;
    padding: 80px 0
}

.service-mobil-2 {
    width: 100%;
    height: auto;
    clear: both;
    padding: 130px 0;
    background-color: #fff
}

.service-mobil-page .pic {
    display: none
}

.service-mobil-3 {
    background: #f7f6f6;
    padding: 80px 0
}

.service-mobil-4 {
    min-height: inherit
}

.service-mobil-5 {
    background: #f7f6f6
}

.service-mobil-6 {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 80px 0
}

.service-mobil-7 {
    width: 100%;
    height: auto;
    background: #f7f6f6;
    padding: 0
}

.service-mobil-7 .col-md-5 {
    padding-top: 80px
}

.service-mobil-7 .pic {
    padding: 0;
    float: right
}

.service-mobil-9 {
    background: #f7f6f6
}

@media only screen and (min-width: 767px) {
    .service-mobil-page .pic {
        display: block
    }
    .service-mobil-1 {
        padding: 0;
        background: #f7f6f6
    }
    .service-mobil-1 .col-md-5 {
        padding-top: 100px
    }
    .service-mobil-1 img {
        position: relative;
        bottom: -115px
    }
    .service-mobil-3 {
        padding: 0;
        background: #f7f6f6
    }
    .service-mobil-3 .col-md-5 {
        padding-top: 145px
    }
    .service-mobil-3 img {
        position: relative;
        bottom: -145px
    }
    .service-mobil-3 {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-mobil-bg-1.jpg) no-repeat right bottom #f9f9f9;
        padding: 0;
        background-size: contain !important
    }
    .service-mobil-4 {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-mobil-4.png) no-repeat -200px top #fff;
        margin-top: 50px;
        background-size: contain !important;
        min-height: 600px;
        padding: 0
    }
    .service-mobil-4 .col-md-6 {
        float: right;
        padding-top: 70px
    }
    .service-mobil-5 {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-mobil-bg-2.jpg) no-repeat right top #f7f6f6;
        padding: 0;
        background-size: contain !important
    }
    .service-mobil-5 .col-md-6 {
        padding-top: 100px
    }
    .service-mobil-6 .pic {
        left: -50px
    }
    .service-mobil-8 {
        width: 100%;
        height: auto;
        clear: both;
        padding: 130px 0;
        background-color: #fff
    }
    .service-mobil-8 .mob-text {
        padding-top: 75px
    }
    .service-mobil-8 .minus-img {
        bottom: 5px
    }
    .service-mobil-9 {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-ionic-frame.png) no-repeat 88% bottom #f7f6f6;
        padding: 0;
        background-size: 45% !important
    }
    .service-mobil-9 .col-md-6 {
        padding: 100px 15px
    }
    .service-apple-watch {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/emarging-pic3.jpg) no-repeat 400px bottom #f7f6f6;
        background-size: contain !important
    }
    .service-Augmented {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/emarging-pic4.jpg) no-repeat left bottom #fff;
        background-size: contain !important
    }
    .service-Augmented .col-md-6 {
        float: right
    }
    .service-Big-Data {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/emarging-pic5.jpg) no-repeat right bottom #f3f2f2;
        background-size: contain !important
    }
    .service-content-marketing {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/digital-pic7.jpg) no-repeat right top #f7f6f6;
        background-size: contain !important
    }
    .service-content-bootstrap {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/web-bootstrap.jpg) no-repeat right top #f7f6f6;
        background-size: contain !important
    }
    .service-content-social-media {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/web-05.png) no-repeat right top #f7f6f6;
        background-size: contain !important
    }
    .service-interface {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/interfacepic-1.jpg) no-repeat right top #f7f6f6;
        background-size: contain !important
    }
    .service-illustrations {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/interfacepic-4.jpg) no-repeat left top #fff;
        background-size: contain !important
    }
    .service-illustrations .col-md-6 {
        float: right
    }
    .service-iconography {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/interfacepic-5.jpg) no-repeat right top #f7f6f6;
        background-size: contain !important
    }
    .service-landing-page {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/interfacepic-6.jpg) no-repeat left top #fff;
        background-size: contain !important
    }
    .service-landing-page .col-md-6 {
        float: right
    }
    .service-wearables {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/interfacepic-8.jpg) no-repeat left top #fff;
        background-size: contain !important
    }
    .service-wearables .col-md-6 {
        float: right
    }
    .service-interaction-design {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-ux1.jpg) no-repeat right top #f7f6f6;
        background-size: contain !important
    }
    .service-mobile-ux {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-ux3.jpg) no-repeat right top #f7f6f6;
        padding-bottom: 327px
    }
    .service-wireframes {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service-ux6.jpg) no-repeat left top #fff;
        margin-top: 80px;
        padding-top: 0;
        background-size: contain !important
    }
    .service-wireframes .col-md-6 {
        float: right
    }
    .service-cms {
        background: #f7f6f6
    }
    .service-web-design {
        background: #fff
    }
    .service-wordpress {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/wordpress.png) no-repeat right center #f7f6f6;
        background-size: contain !important
    }
    .service-joomla {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/joomla.jpg) no-repeat left center #fff;
        background-size: contain !important
    }
    .service-drupal {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/drupal.png) no-repeat right center #f7f6f6;
        background-size: contain !important
    }
    .service-kentiko {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/kentiko.png) no-repeat right center #f7f6f6;
        background-size: contain !important
    }
    .service-umbraco {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/umbraco.png) no-repeat left center #fff;
        background-size: contain !important
    }
    .service-node {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/custom-app-nodal.png) no-repeat left center #fff;
        background-size: 48% !important
    }
    .service-ruby {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/custom-app-ruby.jpg) no-repeat left center #fff;
        background-size: 42% !important
    }
    .service-python {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/custom-app-python.png) no-repeat 120% 25px #f7f6f6;
        background-size: 56% !important
    }
    .service-dot-net {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/custom-app-.net-bg.png) no-repeat right top #f7f6f6;
        background-size: contain !important
    }
    .service-php {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/custom-app-php.png) no-repeat 90% center #f7f6f6;
        background-size: 52% !important
    }
    .service-python .col-md-6 {
        padding-top: 50px
    }
    .service-magento {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/ecommerce-magento.png) no-repeat right center #f7f6f6;
        background-size: 45% !important;
        min-height: 560px
    }
    .service-magento .col-md-6 {
        padding-top: 80px
    }
    .services-woocmerce {
        padding-top: 80px
    }
    .service-virtue {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/ecommerce-virtue.png) no-repeat right center #f7f6f6;
        background-size: 38% !important;
        min-height: 600px
    }
    .service-virtue .col-md-6 {
        padding-top: 100px
    }
    .service-cscart {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/ecommerce-cscart.png) no-repeat 14% center #f7f6f6;
        background-size: 35% !important;
        min-height: 600px
    }
    .service-cscart .col-md-6 {
        padding-top: 85px
    }
    .service-big-commerce {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/ecommerce-bigc.png) no-repeat right center #f7f6f6;
        background-size: 46% !important;
        min-height: 600px
    }
    .service-big-commerce .col-md-6 {
        padding-top: 80px
    }
    .service-shopify {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/ecommerce-shopfy.png) no-repeat left center #fff;
        background-size: 46% !important;
        min-height: 550px
    }
    .service-shopify .col-md-6 {
        padding-top: 80px
    }
    .service-presta {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/ecommerce-prestashop.png) no-repeat 85% bottom #f7f6f6;
        background-size: 38% !important
    }
    .service-presta .col-md-6 {
        padding-top: 80px
    }
    .service-oscommerce {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/ecom-oscom.png) no-repeat left center #fff;
        background-size: 37% !important;
        min-height: 600px
    }
    .service-oscommerce .col-md-6 {
        padding-top: 120px
    }
    .service-opencart .opencart {
        padding-top: 100px
    }
    .services-zencart .zencart {
        padding-top: 70px
    }
    .service-volusion {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/ecommerce-volution.png) no-repeat left bottom #fff;
        background-size: 38% !important;
        min-height: 550px
    }
    .service-volusion .col-md-6 {
        padding-top: 155px
    }
    .ecommerce-right {
        float: right
    }
    .service {
        position: relative
    }
    .service:before {
        position: absolute;
        content: '';
        right: 0;
        top: 50%;
        height: 100%;
        width: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .service-laravel:before {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/laravel.png) no-repeat right center #f7f6f6;
        background-size: contain
    }
    .service-codeIgniter:before {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/codeIgniter.jpg) no-repeat left center #fff;
        background-size: contain;
        right: auto;
        left: 0;
        width: 40%
    }
    .service-yii:before {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/yii.png) no-repeat left center #f7f6f6;
        background-size: contain
    }
    .service-cakePHP:before {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/service/cakePHP.png) no-repeat right center #fff;
        background-size: contain;
        right: auto;
        left: 0
    }
}

@media only screen and (min-width: 1024px) {
    .service-cms .pic {
        padding-top: 120px
    }
    .service-content-ecommerce {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/web-03.png) no-repeat right top #f7f6f6;
        background-size: contain !important
    }
    .service-content-ecommerce img.desk {
        display: none
    }
    .service-content-ms-development {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/web-04.png) no-repeat 14px top #f7f6f6;
        background-size: contain !important
    }
    .service-content-ms-development img.desk {
        display: none
    }
    .service-socialmedia {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/digital-pic3.jpg) no-repeat left top #f7f6f6;
        background-size: contain !important
    }
    .service-socialmedia img {
        display: none
    }
    .service-web-design {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/interfacepic-2.jpg) no-repeat left top #fff;
        background-size: contain !important
    }
    .service-web-design img {
        display: none
    }
    .service-mobile-app {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/interfacepic-3.jpg) no-repeat right top #f7f6f6;
        background-size: contain !important
    }
    .service-mobile-app img {
        display: none
    }
    .service-blog-design {
        background: url(https://cdn.acodez.in/wp-content/themes/acodez/images/interfacepic-7.jpg) no-repeat right top #f7f6f6;
        background-size: contain !important
    }
    .service-apple-watch {
        background-position: 125% bottom
    }
    .service-wordpress {
        min-height: 770px;
        background-size: auto !important
    }
    .service-joomla,
    .service-drupal {
        min-height: 660px;
        background-size: auto !important
    }
    .service-umbraco {
        min-height: 660px;
        background-size: auto !important
    }
    .service-mobil-9 {
        background-size: 32% !important
    }
    .service-php {
        background-size: 42% !important
    }
    .service-cakePHP {
        min-height: 570px
    }
}

@media only screen and (min-width: 1300px) {
    .service-apple-watch {
        background-position: right bottom
    }
    .service-python {
        background-position: right 85px;
        background-size: 46% !important
    }
    .service-python,
    .service-ruby,
    .service-node {
        min-height: 600px
    }
    .service-laravel {
        min-height: 580px
    }
}

@media only screen and (max-width: 1400px) {
    .service-mobile-ux {
        padding-bottom: 245px
    }
}

@media only screen and (max-width: 1100px) {
    .service-mobil-4 {
        background-position: -360px 0
    }
    .service-Big-Data {
        background-position: 125% bottom
    }
    .service-Augmented {
        background-position: -190px bottom
    }
    .service-content-bootstrap {
        background-position: 165% top
    }
    .service-interface {
        background-position: 180% top
    }
    .service-web-design {
        background-position: -150px 0
    }
    .service-mobile-app {
        background-position: 125% top
    }
    .service-illustrations {
        background-position: -160px 0
    }
    .service-iconography {
        background-position: 117% top
    }
    .service-landing-page {
        background-position: -190px 0
    }
    .service-blog-design {
        background-position: 167% top
    }
    .service-wearables {
        background-position: -160px 0
    }
    .service-wireframes {
        background-position: -100px 0
    }
}

@media only screen and (max-width: 1000px) {
    .service-mobil-4 {
        background-position: -360px 0
    }
    .service-Big-Data {
        background-position: 193% bottom
    }
    .service-Augmented {
        background-position: -250px bottom
    }
    .service-interface {
        background-position: 300% top
    }
    .service-iconography {
        background-position: 167% top
    }
    .service-wireframes {
        background-position: -150px 0
    }
    .service-mobile-ux {
        background-position: 73% top
    }
}

@media only screen and (max-width: 767px) {
    .pd0 {
        padding: 40px 0 !important
    }
    .service-mobil-7 .col-md-5 {
        padding-top: 0
    }
    .seivice-subsec .service:nth-child(2n+2) {
        background-color: #fff !important
    }
    .service-mobile-ux {
        padding-bottom: 40px
    }
}