@import url('https://fonts.googleapis.com/css?family=Poppins:400,600');
*,
li,
ul {
    margin: 0;
    padding: 0
}

a,
a:focus,
a:hover,
select,
select:focus {
    outline: 0
}

h1,
h2,
h4 {
    text-transform: capitalize;
}

h1,
h4,
h5,
p {
    margin: 0 0 20px
}

h2.section-title,
html {
    position: relative
}

html,
video {
    min-height: 100%
}

.blog-list li,
.contact-detail ul,
.solutions-block ul,
li,
ul {
    list-style: none
}

.blog-list .blog h4,
.main-navigation li a,
.read-more-link,
a,
a:focus,
a:hover {
    text-decoration: none
}

body {
    background: #fff;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    color: #212121;
}

a {
    color: #00a4eb;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

a img {
    border: none
}

h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.single-post h2,
h2,
h3 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

h2 {
    font-size: 36px;
    line-height: 44px;
    color: #000;
    margin: 0 0 25px
}

.single-post h2,
h3 {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    margin: 0 0 20px
}

h4 {
    font-size: 28px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

h5 {
    font: 500 22px/28px Poppins, sans-serif;
    color: #000;
    text-transform: capitalize
}

.btn,
.btn-secondary,
h6 {
    text-transform: capitalize;
}

h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #2f2f2f;
    font-weight: 500;
    margin: 0 0 15px
}

h2.section-title {
    text-align: center;
    padding-bottom: 25px;
    font-weight: 600
}
h1.section-title {
    text-align: center;
    padding-bottom: 25px;
    font-weight: 600;
    font-size: 40px;
    color: #000;
    margin: 10px 0 25px;
}
.section-title {
    position: relative;
}
.section-title:before {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 2px;
    content: '';
    background: #00a4eb;
    left: 0;
    right: 0;
    margin: 0 auto
}

.btn {
    padding: 15px 30px;
    font: 500 14px/18px Raleway, sans-serif;
    border-radius: 0px;
    display: inline-block;
    border: 2px solid #fff;
    background: 0 0;
    color: #fff
}

.btn-primary {
    background: #fff;
    font-weight: 600;
    color: #1a1a1a;
    padding: 15px 25px
}

.btn-secondary {
    background-color: #00a4eb;
    color: #fff !important;
    border-radius: 0;
    font-weight: 600;
    border-color: #00a4eb
}

.btn:active,
.btn:focus,
.btn:hover,
button:active,
button:focus,
button:hover,
button:visited {
    outline: 0!important;
    box-shadow: none
}

.form-control,
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
select,
textarea {
    width: 100%;
    border: 1px solid #bab6b6;
    padding: 10px 15px;
    border-radius: 4px;
    height: 48px;
    font: 16px/28px Raleway, sans-serif;
    color: #231f20
}

textarea,
textarea.form-control {
    height: 160px
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=number]:hover,
select:hover,
textarea:hover {
    box-shadow: 0 0 0 0 #dcdcdc
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
select.form-control:focus,
select:focus,
textarea.form-control:focus,
textarea:focus {
    background: #fff;
    box-shadow: 0 0 0 0 #00a4eb;
    border-color: #00a4eb
}

select,
select.form-control {
    background-image: url(../img/select-bg.png)!important;
    background-position: 95% 50%!important;
    background-repeat: no-repeat!important;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

.convenient {
    font-size: 14px;
    font-weight: 300;
    color: #777;
    margin-bottom: 0
}

.talk-business-title {
    text-align: left;
    font-size: 17px
}

input[type=text].active,
input[type=email].active,
input[type=password].active,
input[type=search].active,
input[type=tel].active,
input[type=number].active,
select.active,
textarea.active {
    background: #fff;
    box-shadow: 0 0 0 0 #4db959;
    border-color: #4db959!important
}

input[type=text].error,
input[type=email].error,
input[type=search].error,
input[type=tel].error,
input[type=number].error,
select.error,
textarea.error {
    background: #fff;
    box-shadow: 0 0 0 0 #c50b2b;
    border-color: #c50b2b!important;
    color: #c50b2b
}

textarea {
    resize: none
}

input[type=submit] {
    color: #fff;
    background: #00a4eb
}

input[type=submit]:hover {
    color: #fff;
    background: #261d24
}

input:focus,
textarea:focus {
    outline: 0
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    position: absolute;
    opacity: 0;
    min-height: 23px;
    cursor: pointer;
    z-index: 1
}

[type=checkbox]:checked+label,
[type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0 0;
    font-weight: 400
}

[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background: url(../img/check-off.png) no-repeat;
    border-radius: 0
}

[type=checkbox]:checked+label:after,
[type=checkbox]:not(:checked)+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background: url(../img/checked.png) no-repeat;
    border-radius: 0
}

[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0)
}

[type=checkbox]:checked+label:after {
    opacity: 1;
    transform: scale(1)
}

input::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder {
    color: #999;
    opacity: 1
}

input::-moz-placeholder {
    color: #999;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #999
}

input::-ms-input-placeholder {
    color: #999
}

.label,
label {
    color: #656262;
    font: 400 16px/22px Raleway, sans-serif;
    margin: 0 0 10px
}

label sup {
    color: #ff0101;
    top: -4px;
    font-size: 14px
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url(//demosthenes.info/assets/images/polina.jpg) no-repeat;
    background-size: cover;
    transition: 1s opacity
}

.minus-icon,
.plus-icon {
    display: none;
    right: 20px;
    position: absolute;
    color: #000;
    font-size: 24px
}

.plus-icon:after {
    content: "+"
}

.minus-icon:after {
    content: "-"
}

.banner1:before,
.menu-right ul.contect-info li:before,
section.our-approach:before {
    content: ''
}

.close-icon,
.toggle-menu {
    display: none
}


.main-header {
    background: 0 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    float: left;
    transition: all .3s
}

.main-header.fixed {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: fixed;
}

.logo-sec {
    float: left;
    width: 40%;
    margin: 30px 0 0
}
.logo { position:relative; }
.logo-sec a {margin-right: 10px; float: left}
.logo-sec canvas {
    float: right
}
.menu-right,
.menu-right .top-header-right,
.menu-right ul.contect-info {
    float: right
}

.menu-right {
    margin: 12px 0 0;
    width: 60%
}

.menu-right a {
    color: #0fb0f5;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}
.menu-right ul.menu-links {
    float: right;
    padding-top: 20px
}

.menu-right .menu-links li {
    float: left;
    margin: 0 15px
}

.menu-right .menu-links li a {
    display: block;
    font: 16px/24px Raleway, sans-serif;
    color: #fff;
    padding: 0 0 15px
}

.menu-right .menu-links .blog-link {
    margin: -8px 0 0
}

.menu-right .mail-detail {
    float: left;
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #fff
}

.menu-right ul.contect-info li {
    float: left;
    display: inline-block;
    padding-left: 25px;
    margin-left: 15px;
    position: relative
}

.menu-right ul.contect-info li:before {
    position: absolute;
    width: 19px;
    height: 17px;
    top: 12px;
    left: 0
}

.menu-right ul.contect-info li.au:before {
    background: url(../img/oman-flag-icon.jpg) no-repeat
}

.menu-right ul.contect-info li.ind:before {
    background: url(../img/ind-flag.jpg) no-repeat
}
.menu-right ul.contect-info li.uk:before {
    background: url(../img/uk-flag.jpg) no-repeat; background-size: 18px 13px;    
}

.menu-links .dropdown:hover .dropdown-menu {
    display: block
}

.menu-links .dropdown-menu {
    min-width: 300px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #fff;
    border-top: 1px solid #3a5ea6;
    margin: 0;
    padding: 5px;
    box-shadow: none
}

.menu-links .dropdown-menu li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #e5e5e5
}

.menu-links .dropdown-menu li:last-child {
    border-width: 0
}

.menu-links .dropdown-menu li a {
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 10px;
    color: #2b2b2b!important
}

.our-approach-right,
.technology-icon a,
.technology-icon ul li {
    display: inline-block
}

.menu-links .dropdown-menu li a:hover {
    background: #00a4eb;
    color: #fff!important
}

.main-banner {
    position: relative;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.main-banner img {
    width: 100%
}

.banner1:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1
}

.main-banner .slick-dots li button,
.main-banner .slick-dots li.slick-active button {
    height: 5px;
    border-radius: 0;
    border: none
}

.main-banner .slick-dots li button {
    width: 10px;
    background-color: #00a4eb
}

.main-banner .slick-dots li {
    width: 10px
}

.main-banner .slick-dots li.slick-active {
    width: 25px
}

.main-banner .slick-dots li.slick-active button {
    width: 25px;
    background-color: #fff
}

.main-banner .slick-prev {
    left: 10%;
    z-index: 1
}

.main-banner .slick-next {
    right: 10%;
    z-index: 1
}

.main-banner .btn {
    margin: 0 5px
}

.main-banner .btn-transparent:active,
.main-banner .btn-transparent:focus,
.main-banner .btn-transparent:hover {
    color: #000
}

.btn-transparent {
    padding: 15px 50px;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s
}

.btn-transparent:hover {
    padding: 15px 70px;
    background: #fff
}

.main-content-section {
    width: 100%;
    float: left
}

.main-product-slide {
    margin: 0!important
}

.main-product-slide-list {
    width: 100%;
    background-size: cover!important;
    background-position: 50% 0!important;
    background-repeat: no-repeat!important
}

.slide-deials {
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.slide-deials h1 {
    color: #fff;
    margin: 0 0 70px
}

.slide-deials p {
    color: #fff;
    margin: 0 0 30px;
    text-transform: capitalize;
    letter-spacing: 5px;
    font-weight: 300
}

.main-content-sec {
    width: 100%;
    padding: 55px 0
}

.main-content-details {
    width: 100%;
    padding: 50px 0 55px;
    border-top: 1px solid #bdbbbc
}

.welcome-solution {
    padding: 70px 0;
    text-align: center;
    background: #fff
}

.welcome-solution p {
    padding: 0 100px
}

.project-slider {
    padding: 60px 0;
    background: url(../img/welcome-solution-bg.png) no-repeat;
    background-size: 100% auto
}

.project-slider .project-thumb img {
    width: 100%
}

.project-slider .col-md-6 {
    padding: 0
}

.project-content p {
    padding: 0;
    text-align: left !important;
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px
}

.project-content {
    text-align: left;
    width: 100%;
    padding: 50px 40px 10px;
    max-width: 576px;
    min-height: 500px
}

.project-content .content-center {
    max-width: 480px;
    margin: 0 auto
}

.home-project-slider .slick-dots li button {
    border: 2px solid #00a4eb
}

.home-project-slider .slick-dots li.slick-active button {
    background: #00a4eb
}

.project-content .btn:hover {
    color: #fff
}

.technology-icon {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.technology-icon ul li+li {
    padding-left: 10px
}

.technology-icon ul {
    float: left
}

.technology-icon a {
    margin-left: 30px;
    margin-top: -10px
}

.our-approach {
    background: #139dd7;
    padding-bottom: 70px;
    position: relative
}

section.our-approach:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 26%;
    background: #fff;
    z-index: 0
}

.first-row,
.second-row {
    z-index: 1;
    position: relative
}

.first-row {
    padding: 50px 0;
    overflow: hidden
}

.our-approach-left {
    float: left;
    width: 45%;
    margin-right: 2%;
    text-align: right
}

.our-approach-icons,
.our-approach-left img {
    float: right
}

.our-approach-right {
    color: #fff;
    width: 45%;
    max-width: 650px;
    padding-top: 80px
}

.our-approach-right hr {
    width: 70px
}

.our-approach-right h2 {
    font-weight: 600;
    color: #fff
}

.our-approach-right h6 {
    color: #fff
}

.second-row {
    text-align: right;
    color: #fff
}

.second-row .our-approach-icons ul li {
    padding: 0 15px;
    text-align: center;
    position: relative
}

.second-row .our-approach-icons ul li+li:before {
    position: absolute;
    content: '\f101';
    left: -8px;
    top: 16px;
    font-family: FontAwesome;
    font-size: 22px
}

.second-row .our-approach-icons ul li span {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500
}

.second-row .our-approach-icons ul li img {
    margin: 0 auto
}

.our-approach-icons ul li {
    display: inline-block
}

.offer-section {
    background-color: #f8f8f8;
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 40px;
}

.offer-section .what-we-offer-content {
    padding-top: 45px
}

.offer-section .what-we-offer-content h6 {
    color: #0fb0f5;
    text-transform: capitalize;
    font-size: 20px;
}

.offer-section .offers-block {
    float: left;
    width: 100%;
    padding: 40px 25px 10px;
    margin-bottom: 30px;
    position: relative;
    background: #fcfcfc;
    text-align: center;
    transition: all .3s;
}
.offers-block:hover {
    box-shadow: 0px 20px 22px 0px rgba(0, 0, 0 ,.13);
    -webkit-box-shadow: 0px 20px 22px 0px rgba(0, 0, 0 ,.13);
    -moz-box-shadow: 0px 20px 22px 0px rgba(0, 0, 0 ,.13);
    -ms-box-shadow: 0px 20px 22px 0px rgba(0, 0, 0 ,.13);
    background: #fff;
}
.offer-section .offers-block a {
    color: #767676
}

/*.offer-section .offers-block .icon {
    width: 75px;
    height: 60px;
    text-align: center;
    vertical-align: middle
    }*/
    .offer-section .offers-block .icon {
        width: auto;
        height: 110px;
        text-align: center;
        vertical-align: middle;
        display: block;
        margin-bottom: 40px;
    }
/*.offer-section .offers-block .icon img {
    filter: grayscale(100%)
}

.offer-section .offers-block:hover .icon img {
    filter: inherit
    }*/

    .offer-section .offers-block p {
        font-size: 16px;
        line-height: 26px;
        color: #565656;
    }
    .like-our-work:before,
    .projects-we-do-sec .grid:after,
    .tab-custom-content:after,
    .tab-custom-wrapper:before {
        content: ''
    }

/*.offers-block {
    box-shadow: inset 0 0 0 5px #fff
    }*/
    /*offers-block border*/
/*
.offers-block::after,
.offers-block::before {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    transition: all .2s linear;
    background: #00a4eb
}

.offers-block .border-effect::after,
.offers-block .border-effect::before {
    content: "";
    width: 5px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #00a4eb
}

.offers-block:hover::after,
.offers-block:hover::before {
    width: 100%
}

.offers-block:hover .border-effect::after,
.offers-block:hover .border-effect::before {
    height: 100%
}

.offers-block::after {
    left: 0;
    bottom: 0;
    transition-delay: .6s
}

.offers-block .border-effect::after {
    transition-delay: .4s;
    right: 0;
    bottom: 0
}

.offers-block::before {
    right: 0;
    top: 0;
    transition-delay: .2s
}

.offers-block .border-effect::before {
    transition-delay: 0s;
    left: 0;
    top: 0
}

.offers-block:hover::after {
    transition-delay: 0s
}

.offers-block:hover .border-effect::after {
    transition-delay: .2s
}

.offers-block:hover::before {
    transition-delay: .4s
}

.offers-block:hover .border-effect::before {
    transition-delay: .6s
}
*/
.projects-we-do-sec {
    width: 100%;
    padding: 80px 0 0;
    float: left;
    margin-bottom: 60px
}

.projects-we-do-sec .filters {
    text-align: center;
    line-height: 0
}

.projects-we-do-sec .filters .button {
    padding: 17px 17px 20px;
    color: #999;
    background-color: transparent;
    border: 0;
    outline: 0
}

.projects-we-do-sec .filters .button.is-checked,
.projects-we-do-sec .filters .button:active {
    border-bottom: 3px solid #1aaded;
    color: #000;
    outline: 0
}

.projects-we-do-sec .filters .button.is-checked {
    color: #000
}

.projects-we-do-sec .filters .button-group:after {
    content: '';
    display: block;
    clear: both
}

.projects-we-do-sec .filters .button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.projects-we-do-sec .ui-group {
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #eee
}

.projects-we-do-sec .ui-group .button-group {
    display: inline-block
}

.projects-we-do-sec .portfolio {
    width: 100%;
    float: left;
    margin-top: 65px
}

.projects-we-do-sec .grid>.projects {
    float: left;
    width: 33.33%;
    padding: 0 15px 25px
}

.projects-we-do-sec .grid:after {
    display: block;
    clear: both
}

.industry-wide-solution {
    background: #f8f7f7;
    padding:70px 0 180px;
    clear: both
}

.industry-wide-solution-content {
    background: #d9e8ee;
    padding: 50px 0;
    transform: skewX(-26deg);
    -webkit-transform: skewX(-26deg);
    -moz-transform: skewX(-26deg);
    -ms-transform: skewX(-26deg);
    width: 88.5%;
    margin: 0 auto
}

.industry-wide-outer {
    transform: skewX(26deg);
    -webkit-transform: skewX(26deg);
    -moz-transform: skewX(26deg);
    -ms-transform: skewX(26deg);
    text-align: center
}

.industry-wide-icons {
    background: #f8f7f7;
    padding: 30px 0;
    transform: skewX(-26deg);
    -webkit-transform: skewX(-26deg);
    -moz-transform: skewX(-26deg);
    -ms-transform: skewX(-26deg);
    width: 112.42%
}

.industry-wide-icons .container {
    margin: 0 30px
}

.industry-wide-icons ul {
    transform: skewX(26deg);
    -webkit-transform: skewX(26deg);
    -moz-transform: skewX(26deg);
    -ms-transform: skewX(26deg);
    text-align: left;
    max-width: 1070px
}

.industry-wide-icons ul li {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    vertical-align: top;
    width: 7%
}

.industry-wide-icons ul li img {
    margin: 0 auto
}

.industry-wide-icons ul li span {
    font-size: 13px;
    color: #494949;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin-top: 5px
}

.like-our-work {
    background: url(../img/like-our-work-new.png) no-repeat;
    background-size: 100%;
    color: #fff;
    position: relative
}

/*.like-our-work:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 164, 235, .9)
}*/

.like-our-work h3 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: normal;
}
.like-our-work-new {
    margin-top: -100px;
}

.like-our-work p {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 3px;
    margin: 0
}

.like-our-work-content {
    padding: 70px 70px 70px 40px;
    overflow: hidden;
    position: relative
}

.like-our-work-left {
    float: left
}

.like-our-work-right {
    float: right;
    display: inline-block;
    margin: 6px 0 0
}

.like-our-work .btn:active,
.like-our-work .btn:focus {
    background-color: #fff;
    color: #000
}
.like-our-work .btn:hover {
    background-color: #fff;
    color: #21bffd;
}

.testimonials-section {
    padding: 60px 0;
    background: #f3f3f3
}

.tabs-custom-wrapper {
    text-align: center
}

.tabs-custom-wrapper .nav-tabs {
    width: 30%;
    text-align: center;
    margin: 0 auto 40px;
    overflow: hidden;
    border-bottom: 0
}

.tabs-custom-wrapper .nav-tabs>li {
    margin-bottom: 0;
    width: 50%
}

.tabs-custom-wrapper .nav-tabs>li>a {
    transition: background .4s ease-in-out, height .2s linear;
    cursor: pointer;
    color: #000;
    display: block;
    background: 0 0;
    text-align: center;
    font-weight: 600;
    border: 1px solid #e3e8eb;
    margin: 0
}

.tabs-custom-wrapper .nav-tabs>li.active>a,
.tabs-custom-wrapper .nav-tabs>li>a:hover {
    background: #bae4fd;
    color: #000;
}
/*
.tab-custom-content:after {
    position: absolute;
    right: -170px;
    top: -95px;
    background: url(../img/testimonial-like.png) no-repeat;
    height: 150px;
    width: 170px
}
*/
.tab-custom-wrapper {
    clear: both;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding:0
}
/*
.tab-custom-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: rgba(143, 219, 255, 1);
    background: -moz-linear-gradient(45deg, rgba(143, 219, 255, 1) 0, rgba(0, 164, 235, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, rgba(143, 219, 255, 1)), color-stop(100%, rgba(0, 164, 235, 1)));
    background: -webkit-linear-gradient(45deg, rgba(143, 219, 255, 1) 0, rgba(0, 164, 235, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(143, 219, 255, 1) 0, rgba(0, 164, 235, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(143, 219, 255, 1) 0, rgba(0, 164, 235, 1) 100%);
    background: linear-gradient(45deg, rgba(143, 219, 255, 1) 0, rgba(0, 164, 235, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8fdbff', endColorstr='#00a4eb', GradientType=1)
}*/

.review-section-right,
.review-section-right span {
    position: relative;
    z-index: 1;
    display: inline-block
}

.client-testimonial-slider li {
    padding: 0 15px
}

.client-detail {
    background: #fff;
    border-radius: 5px;
    padding: 25px 20px;
    min-height: 260px
}

.client-feedback {
    padding-top: 125px
}

ul.slick-dots {
    bottom: -60px;
    z-index: 1
}

ul.slick-dots li {
    margin: 0 5px;
    width: 15px;
    height: 4px;
    border-radius: 2px;
}

ul.slick-dots li button {
    width: 15px;
    height: 4px;
    border-radius: 2px;
    border: 1px solid #04091d;    
    padding: 2px 10px;
}
ul.slick-dots li button:before{
    content: unset !important
}

.client-detail p {
    color: #818080;
    font-size: 16px;
    line-height: 26px
}

.client-info {
    overflow: hidden;
    margin-bottom: 15px
}

.client-info .client-img {
    border-radius: 50%;
    overflow: hidden;
    width: 66px;
    height: 66px;
    float: left;
    margin-right: 10px;
    border: 1px solid #e4e4e4;
}

.client-info .client-img img {
    width: 100%
}

.client-name {
    display: inline-block;
    padding-top: 20px;
}

.client-name h5 {
    margin: 0;
    font-size: 18px;
    color: #019de1
}

.client-name span {
    margin: 0;
    font-size: 16px;
    color: #a6a5a5
}

.review-section {
    background: url(../img/review-section-bg.png) 0 5% no-repeat #fff
}

.review-section-logo {
   /*  clear: both; */
    width: 100%;
    float:left;
}
.large-logo {
    width: 27%;
    text-align: center;
    float:left;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.large-logo img {
    display: inline-block;
}
.review-section-inner{
    padding: 60px 0
}

.review-section-left {
    width:100%;
    float: left;
    padding-top:20px;
    text-align: center;
}

.review-section-right {
    width:100%;
    float: right;
    margin:0 0 20px;
    text-align: center
}

.review-section-right span {
    min-height: 50px;
    min-width: 50px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 50%;
    vertical-align: middle;
    padding: 10px 0;
    background: #fff;
    color: #000;
    text-transform: capitalize;
}
.review-section-right:before {
    content: '\f105';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    top: 47px;
    font-family: FontAwesome;
    color: #7d7d7d;
    font-size: 25px;
    width: 28px;
    transform: rotate(90deg);
}
/*.review-section-right:before {
    content: '\f105';
    position: absolute;
    right: -5px;
    z-index: 0;
    top: 11px;
    font-family: FontAwesome;
    color: #7d7d7d;
    font-size: 25px
}

.review-section-right span:after,
.review-section-right span:before {
    content: '';
    position: absolute;
    height: 2px;
    z-index: 0;
    top: 25px;
    width: 50%
}

.review-section-right span:before {
    left: -50%;
    background: #00a4eb
}

.review-section-right span:after {
    right: -50%;
    background: #00a4eb
}*/

.review-section-logo ul {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.review-section-logo ul li {
    display: inline-block;
    width:18%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 5px;
    padding:8px;
}

.contact-detail,
.map {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
    border-radius: 10px
}

.getintouch-section {
    float: left;
    width: 100%;
    background: url(../img/contact-bg.jpg) 100% 100% no-repeat;
    background-size: cover;
    padding: 90px 0
}

.contact-detail {
    padding: 60px 45px;
    background-color: #fff;
    position: relative;
    min-height: 524px;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 6px 20px rgba(0, 0, 0, .2)
}

.map {
    margin-top: 50px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 6px 20px rgba(0, 0, 0, .2)
}

.contact-detail:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -30px;
    width: 100%;
    display: block;
    height: 40px;
    background-size: 100% 100%
}

.contact-detail ul {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.contact-detail ul li {
    margin: 25px 0;
    display: inline-block;
    width: 100%
}

.contact-detail ul li i {
    font-size: 24px;
    color: #00a4eb;
    margin-right: 10px;
    vertical-align: middle;
}

.contact-detail ul li span {
    color: #000;
    font-weight: 600;
    font-family: sans-serif;
}

.contact-form {
    border-radius: 10px;
    float: left;
    width: 100%;
    padding: 36px 20px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 6px 20px rgba(0, 0, 0, .2)
}

.get-in-touch-form {
    background: -moz-linear-gradient(top, rgba(1, 144, 253, 1) 0, rgba(33, 180, 226, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(1, 144, 253, 1)), color-stop(100%, rgba(33, 180, 226, 1)));
    background: -webkit-linear-gradient(top, rgba(1, 144, 253, 1) 0, rgba(33, 180, 226, 1) 100%);
    background: -o-linear-gradient(top, rgba(1, 144, 253, 1) 0, rgba(33, 180, 226, 1) 100%);
    background: -ms-linear-gradient(top, rgba(1, 144, 253, 1) 0, rgba(33, 180, 226, 1) 100%);
    background: linear-gradient(to bottom, rgba(1, 144, 253, 1) 0, rgba(33, 180, 226, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0190fd', endColorstr='#21b4e2', GradientType=0)
}

.contact-form .form-control {
    border-radius: 10px;
    padding: 15px;
    font-size: 17px;
    height: auto;
    box-shadow: none;
    border: 1px solid #bfbfbf;
    background: #f6f6f6;
    color: #777
}

.contact-form .input-group-btn {
    box-shadow: none;
    border: 1px solid #bfbfbf;
    color: #777;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0;
    background: #f6f6f6
}

.contact-form .form-control::placeholder {
    font-size: 17px;
    color: #636363;
    font-weight: 500px
}

.contact-form textarea.form-control {
    height: 120px
}

.button,
.contact-form button {
    padding: 16px 35px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    border-color: transparent;
    font-weight: 700;
    background: #00a4eb
}

.contact-form button.btn-default {
    background: #f6f6f6;
    color: #777;
    border-color: transparent!important
}

span.whatsapp-no {
    position: relative
}

span.whatsapp-no i {
    right: -30px;
    left: unset!important;
    color: #40c152!important;
    margin-right: 0!important;
    top: -3px
}

.contact-form.get-in-touch-form .button {
    color: #00a4eb;
    background: #fff;
    float: right
}

.contact-form .add-file {
    display: inline-block;
    position: relative;
    z-index: 1
}

.contact-form .add-file input[type=file] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    width: 100px;
    bottom: 0
}

.our-blog,
.our-blog .img-block img {
    width: 100%
}

.contact-form .add-file-btn {
    color: #656262;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none
}

.contact-form .add-file-btn i {
    padding: 8px;
    font-size: 14px;
    border-radius: 10px;
    background-color: #00a4eb;
    color: #fff
}

.contact-form .add-file .filename {
    display: block;
    font-size: 13px;
    text-align: left
}

.contact-form h5 {
    margin: 0
}

.captcha {
    float: left;
    margin-right: 20px
}

.our-blog {
    float: left;
    padding: 60px 0;
    background: url(../img/our-blog-bg.png) 100% 100% no-repeat #fff;
    background-size: cover
}

.blog-list ul {
    padding: 0;
    margin: 0
}

.blog-list .blog p {
    color: #818080;
    line-height: 24px;
    margin-bottom: 8px
}

.blog-list .blog {
    background-color: #f8f8f8;
    margin-bottom: 25px;
    border: 2px solid transparent;
    font-size: 16px;
    float: left;
    width: 100%
}

.blog-list .blog h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

.blog-list .blog h4 a {
    color: #262626
}

.blog-list .blog:hover {
    border: 2px solid #00a4eb
}

.blog-list .blog:hover h4 a {
    color: #00a4eb
}

.read-more-link {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500
}

.blog-list .blog-content,
.blog-list .blog-date {
    display: inline-block;
    padding: 25px 20px;
    vertical-align: middle
}

.blog-list .blog-date {
    width: 25%;
    text-align: center;
    color: #262626;
    position: relative
}

.blog-list .blog-content {
    width: 74%
}

.blog-list .blog-date .date {
    font-size: 36px;
    font-weight: 600;
    display: block
}

.blog-date:after {
    content: '';
    position: absolute;
    right: 0;
    height: 60%;
    top: 50%;
    width: 1px;
    background: #ccc;
    transform: translateY(-50%)
}

.blog-list .blog-date .year {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px
}

.footer {
    width: 100%;
    float: left;
    background: #f5f7f8;
    color: #656565;
    font-weight: 500
}

.down-top-up {
    position: fixed;
    bottom: 90px;
    right: 30px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #00a4eb;
    z-index: 2;
    text-align: center;
    opacity: .9;
    display: none
}

.address-info,
.footer-links-box,
.footer-menu {
    width: 100%;
    float: left
}

.down-top-up:active,
.down-top-up:focus,
.down-top-up:hover {
    color: #fff;
    opacity: 1
}

.address-info {
    padding: 50px 0 40px;
    background: url(../img/review-section-bg.png) left top no-repeat #fff;
    border-top: 1px solid #e7e7e7
}

.office-address h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 28px;
    padding-left: 40px;
    padding-bottom: 15px;
    font-size: 20px;
    margin-top: 5px;
    text-transform: capitalize;
    border-bottom: 1px solid #000
}

.blog-cat-list .blog-cat-title,
.career-tags li a,
.contect-us-section .contect-title,
.footer-links-box h4,
.icon-block .icon-tittle,
.menu-links .nav-column h3 {
    text-transform: capitalize;
}

.office-address p {
    color: #466aa1;
    font-size: 15px;
    line-height: 24px
}

.office-address p.add,
.office-address p.phone {
    padding-left: 25px;
    position: relative
}

.office-address p.add:before,
.office-address p.phone:before {
    font-family: fontawesome;
    color: #00a4eb;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px
}

.office-address p.add:before {
    content: "\f041"
}

.office-address p.phone:before {
    content: "\f095"
}

.address img {
    position: absolute;
    top: 4px
}

.footer-menu {
    padding: 55px 0 30px
}

.footer-links-box h4 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    padding: 0 0 15px;
    position: relative
}

.copyright p,
.footer-links a {
    font-size: 18px;
    color: #656565
}

.footer-links-box h4:after {
    width: 145px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    content: ""
}

.footer-links {
    width: 100%;
    float: left;
    padding: 10px 0 0
}

.footer-links li {
    width: 50%;
    float: left
}

.footer-links a {
    line-height: 30px;
    color: #19acec;
}

.footer-links li a:hover {
    opacity: 1
}

.social-footer {
    padding: 30px 0;
    clear: both;
    border-top: 1px solid #ddd
}

.ecommerce-logo a {
    padding: 0 10px;
    display: inline-block;
    cursor: auto;
}

.ecommerce-logo a:first-child {
    padding-left: 0
}

.dmca-img {
    float: left;
    padding: 25px 0 0 15px
}

.copyright {
    padding: 30px 0 0
}

.copyright p {
    text-align: center;
    margin-bottom: 0
}

.social-icon .fa {
    color: #fff;
    height: 45px;
    width: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.social-icon {
    float: right;
    padding: 20px 0 0;
    text-align: right
}

.social-icon a .fa-facebook {
    background: #2a53c9;
    border: none
}

.social-icon a .fa-twitter {
    background: #00aedd;
    border: none
}

.social-icon a .fa-linkedin {
    background: #005397;
    border: none
}

.social-icon a .fa-google-plus {
    background: #dc493c;
    border: none
}

.ecommerce-logo a img {
    max-width: 100%
}

.inner-header {
    background: #fff;
    position: relative;
}

.inner-banner {
    float: left;
    width: 100%;
    background: url(../img/inner-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 320px;
    padding: 0
}

.inner-banner .col-sm-12,
.inner-banner .col-sm-5,
.inner-banner .col-sm-6,
.inner-banner .col-sm-7 {
    height: 320px
}

.inner-banner h1 {
    font-size: 40px;
    line-height: 1.3em;
    margin-bottom: 10px
}

.inner-banner .slider-img,
.inner-banner .slider-text {
    text-transform: capitalize;
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

.inner-banner .slider-img {
    right: 0
}

.inner-banner .btn-primary {
    margin-right: 5px;
    letter-spacing: 1px
}

.inner-banner .btn-primary:focus,
.inner-banner .btn-primary:hover {
    background-color: #00a4eb;
    border-color: #00a4eb
}

.block {
    float: left;
    width: 100%;
    padding: 70px 0
}

.section-title.left {
    text-align: left
}

h2.section-title.left:before {
    left: 0;
    margin: 0
}

.banner-below-block p {
    font-size: 18px
}

.solutions-block {
    background: url(../img/review-section-bg.png) left center no-repeat #fefdfd
}

.solutions-block ul li {
    position: relative;
    padding-left: 30px;
    color: #252525
}

.solutions-block p {
    color: #252525
}

.solutions-block ul li:before {
    position: absolute;
    content: "\f14a";
    top: 0;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    color: #00a4eb
}

.solutions-block .content,
.solutions-block .img-block {
    position: relative;
    clear: both
}

.pagination li a {
    color: #00a4eb
}

.pagination li.active a {
    color: #fff;
    background-color: #00a4eb
}

.all-project {
    padding-bottom: 0
}

.inner-content {
    float: left;
    width: 100%
}

.icon-block {
    display: inline-block;
    width: 100%;    
}
.magento-services-block .icon-block { min-height:270px;  }
.icon-block .icon img {
    display: inline-block;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.icon-block .icon {
    height: 80px
}

.icon-block .icon-tittle {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #56677c;
    font-weight: 600;

}

.whyus-block {
    background-color: #f4f4f4;
    padding-bottom: 0;
}

.whyus-block .inner-content {
    margin-top: 10px;
    position: relative;
    padding: 45px 0;
    z-index: 1
}

.whyus-block .icons-row {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    text-align: center
}

.whyus-block .icon-outer {
    width: 16%;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top
}

.blog-page .blogs-list {
    color: #151515;
    font-weight: 600;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px
}

.blog-page .blogs-list .blog-title {
    line-height: 24px;
    font-size: 20px
}

.blog-page .blogs-list .blog-title a:hover {
    color: #00a4eb
}

.blog-page .blogs-list .blog-title a {
    color: #151515
}

.blog-page .blogs-list p {
    font-size: 14px;
    line-height: 24px;
    color: #2f2f2f
}

.blog-page .blogs-list p.date-category {
    color: #454545;
    font-weight: 400
}

.blogs-list .read-more {
    color: #00a4eb
}

.blogs-list .share-blog span,
.blogs-list .share-blog ul {
    display: inline-block;
    font-size: 14px
}

.blogs-list .social-media li {
    padding-right: 0
}

.blogs-list .social-media a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #2f2f2f
}

.blogs-list .social-media a:hover {
    color: #fff;
    background-color: #00a4eb;
    border-color: #00a4eb
}

.blog-page .blog-date:after {
    display: none
}

.blog-cat-list {
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.blog-cat-list .blog-cat-title {
    background-color: #00a4eb;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 20px
}

.blog-cat-list .blogs-list .blog-title {
    font-size: 16px;
    margin-bottom: 10px
}

.blog-cat-list .blogs-list .col-sm-7 {
    padding-left: 0
}

.blog-cat-list .blogs-list {
    padding-bottom: 20px;
    margin-bottom: 20px
}

.blog-cat-list .blogs-list p {
    margin-bottom: 0
}

.blog-cat-list .blogs-list:last-child {
    border-bottom: 0
}

.without-img-blog {
    margin-bottom: 30px;
    display: block;
    clear: both
}

.without-img-blog .blog-cat-title {
    margin-bottom: 0
}

.without-img-blog ul li {
    border-bottom: 1px solid #ddd
}

.without-img-blog ul li a {
    color: #454545;
    padding: 7px 0;
    display: block;
    font-size: 16px
}

a:focus,
a:hover {
    color: #00a4eb
}

.services-page .solutions-block {
    font-size: 16px;
    background-color: #e8eaec
}

.latestwork-block .inner-content {
    padding-top: 20px;
    padding-bottom: 0px
}

.services-page .services-block .icon-block h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0
}

.services-page .services-block .icon-block p {
    font-size: 16px
}

.latestwork-block {
    background: url(../img/welcome-solution-bg.png) center center no-repeat;
    background-size: 100%;
    border-top: 1px solid #f8f8f8;
    padding:10px 0 0px;
}

.latestwork-block h2 {
    padding-top: 70px
}

.latestwork-block .slider-content {
    float: left;
    width: 45%
}

.latestwork-block .slider-img {
    float: left;
    width: 55%
}

.latestwork-block .slider-content .slick-list {
    padding: 0 30px!important
}

.latestwork-block .work-info {
    background-color: #fff;
    padding: 25px 30px;
    width: 100%!important;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0 15px #ddd
}

.latestwork-block .work-info.slick-current {
    background-color: #00a4eb;
    position: relative
}

.latestwork-block .work-info.slick-current:before {
    position: absolute;
    right: -15px;
    top: calc(50% - 10px);
    height: 0;
    width: 0;
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #00a4eb
}

.latestwork-block .slick-dots {
    position: static
}

.latestwork-block .slick-dots li button {
    background-color: #e0e0e6
}

.latestwork-block .slick-dots .slick-active button {
    background-color: #00a4eb
}

.latestwork-block .work-info h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px
}

.latestwork-block .work-info p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0
}

.latestwork-block .work-info.slick-current h3,
.latestwork-block .work-info.slick-current p {
    color: #fff
}

.contect-us-section {
    background: #f3f5f8;
    padding: 60px 0
}

.contect-us-section .contact-detail {
    padding: 30px 20px 30px 50px
}

.contect-us-section .contact-detail ul li {
    margin: 0 0 20px
}

.contect-us-section .contact-detail ul li i {
    position: absolute;
    left: 20px;
    font-size: 22px;
    line-height: 30px
}

.contect-us-section .contact-detail ul li span {
    color: #797979
}

.contect-us-section .ind-address {
    padding-bottom: 20px
}

.form-group.half-section {
    width: 49%
}

.contect-us-section .nav-tabs {
    border-bottom: 0
}

.contect-us-section .nav-tabs a {
    color: #202020;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    background: #e2e8ec;
    margin: 0;
    border-bottom: 0;
    border-left: 0
}

.contect-us-section .nav-tabs li.active {
    border: 0
}

.contect-us-section .nav-tabs li.active a {
    color: #fff;
    border-left: 0;
    border-right: 0;
    background: #0392fc
}

.career-tags {
    width: auto;
    display: table
}

.current-opening,
.current-opening-lists {
    width: 100%;
    float: left
}

.career-tags li {
    float: left
}

.career-tags li a {
    color: #676767;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 50px;
    display: block
}

.career-tags li a.is-checked {
    background: #00a4eb;
    color: #fff
}

.current-opening-lists li {
    width: 100%;
    float: left;
    margin: 0 0 5px
}

.current-opening {
    background: #f9f9f9;
    padding: 20px 30px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.current-opening-title {
    width: 80%;
    float: left;
    position: relative;
    padding: 0 0 0 100px
}

.current-opening-apply {
    float: right;
    width: 20%
}

.opening-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.current-opening-title h2 {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #00a4eb;
    margin: 0
}

.current-opening-title h2 span {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #505050;
    margin: 0;
    line-height: normal;
    font-weight: 500
}

.current-opening-apply a {
    float: right
}

.career-top-sec {
    background: #e7e7e7
}

.main-blog-sec {
    padding: 60px 0
}

.career-title-blog {
    padding-bottom: 30px;
    text-align: center
}

.infrastructure-section ul li.infrastructure-blog {
    float: left;
    display: inline-block;
    width: 25%
}

.infrastructure-blog-content {
    padding: 20px 15px;
    text-align: center;
    background: #f9f9f9;
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.infrastructure-blog-content h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

.infrastructure-blog-content.orange {
    background: #fd8034
}
.infrastructure-blog-content.light-blue {
    background: #5499fb
}

.infrastructure-blog-content.blue {
    background: #8b44c1
}

.infrastructure-blog-content.green {
    background: #8ba32a
}

.tab-content>.tab-pane {
    display: block;
    padding: 2px 0;
    position:relative;    
    height:1px;
    overflow:hidden;
}

.tab-content>.active {
    display: block;
    position:relative;
    padding: 30px 0;
    top:inherit;
    height:auto;
    overflow:unset;
}

.menu-right .menu-links li {
    position: static
}

.menu-right .menu-links .sub-menu ul li {
    width: 100%
}

.menu-links>li.nav-search input[type=text] {
    display: block;
    float: left;
    width: 1px;
    height: 24px;
    padding: 15px 0;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #999;
    text-shadow: 0 0 1px rgba(0, 0, 0, .35);
    background: #372f2b;
    transition: all .3s ease 1s
}

.menu-links>li.nav-search input[type=text]:focus {
    color: #fcfcfc
}

.menu-links>li.nav-search input[type=text]:focus,
.menu-links>li.nav-search:hover input[type=text] {
    width: 110px;
    padding: 15px 20px;
    transition: all .3s ease .1s
}

.menu-links>li.nav-search input[type=submit] {
    display: block;
    float: left;
    width: 20px;
    height: 54px;
    padding: 0 25px;
    cursor: pointer;
    background: url(../img/search-icon.png) center center no-repeat #372f2b;
    border-radius: 0 3px 3px 0;
    transition: all .3s ease
}

.menu-links>li.nav-search input[type=submit]:hover {
    background-color: #4b4441
}

.menu-links>li>div {
    position: absolute;
    display: block;
    width: 100%;
    top: 102px;
    left: 0;
    border-top: 1px solid #ccc;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    border-radius: 0 0 3px 3px;
    transition: all .3s ease .15s
}

.menu-links>li:hover>div {
    opacity: 1;
    visibility: visible;
    overflow: visible
}

.cc-picker,
.menu-links .nav-column ul {
    overflow: hidden
}

.menu-links .nav-column {
    float: left;
    width: 20%;
    padding: 2.5%;
    color: #fff
}

.menu-links .nav-column h3 {
    margin: 20px 0 10px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #372f2b
}

.menu-links .nav-column h3.orange {
    color: #ff722b
}

.menu-links .nav-column li a {
    display: block;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #888
}

.menu-links .nav-column li a:hover {
    color: #666
}

.advantages-row-section .img-block {
    position: relative
}

.advantages-row-section .img-block img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 100%
}

.phoneNumber {
    border-bottom-right-radius: 10px!important;
    border-top-right-radius: 10px!important
}

.form-details {
    color: #000;
    margin-bottom: 5px;
    clear: both;
    font-size: 24px
}

.clutch-widget {
    max-width: 960px;
    display: table;
    margin: 0 auto;
    width: 100%;
    background: #fff
}

.cc-picker {
    display: inline-block;
    cursor: default;
    padding-right: 5px;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    font-size: 12px
}

.cc-picker-flag {
    width: 16px;
    height: 11px;
    margin-right: 7px;
    display: inline-block;
    background: url(../img/flags.png);
    position: relative;
    top: 1px
}

.cc-picker-code {
    display: inline-block;
    width: 35px
}

.cc-picker-code-select-enabled::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    right: 4px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #512b2b
}

.cc-picker-code-select-enabled {
    cursor: pointer;
    padding-right: 18px;
    position: relative;
    top: 46px;
    left: 10px
}

.cc-picker-code-filter,
.cc-picker-code-list {
    margin: 0 0 0 -5px;
    padding: 1px;
    border: 1px solid #dad8d8;
    font-family: 'Poppins', sans-serif;
    font-size: 12px
}

.cc-picker-code-list .cc-picker-code {
    color: gray;
    width: 38px
}

.cc-picker-code-list {
    list-style: none;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    background-color: #fff
}

.cc-picker-code-filter {
    width: 286px;
    height: 23px;
    position: absolute
}

input[class=cc-picker-code-filter]::-webkit-input-placeholder {
    color: gray;
    font-style: italic
}

input[class=cc-picker-code-filter]:-moz-placeholder {
    color: gray;
    font-style: italic
}

input[class=cc-picker-code-filter]::-moz-placeholder {
    color: gray;
    font-style: italic
}

input[class=cc-picker-code-filter]:-ms-input-placeholder {
    color: gray;
    font-style: italic
}

.cc-picker-code-list>li:hover {
    background-color: #e1e1e1
}

.cc-picker-code-list>li.cc-picker-selected-country {
    background-color: #f0f0f0
}

.cc-picker-code-list>li {
    cursor: pointer;
    padding: 3px 15px 3px 3px
}

.cc-picker-flag.zw {
    background-position: 0 0
}

.cc-picker-flag.zm {
    background-position: -16px 0
}

.cc-picker-flag.za {
    background-position: 0 -11px
}

.cc-picker-flag.yt {
    background-position: -16px -11px
}

.cc-picker-flag.ye {
    background-position: -32px 0
}

.cc-picker-flag.ws {
    background-position: -32px -11px
}

.cc-picker-flag.wf {
    background-position: 0 -22px
}

.cc-picker-flag.vu {
    background-position: -32px -22px
}

.cc-picker-flag.vn {
    background-position: 0 -33px
}

.cc-picker-flag.vi {
    background-position: -16px -33px
}

.cc-picker-flag.vg {
    background-position: -32px -33px
}

.cc-picker-flag.ve {
    background-position: -48px 0
}

.cc-picker-flag.vc {
    background-position: -48px -11px
}

.cc-picker-flag.va {
    background-position: -48px -22px
}

.cc-picker-flag.uz {
    background-position: -48px -33px
}

.cc-picker-flag.uy {
    background-position: 0 -44px
}

.cc-picker-flag.um,
.cc-picker-flag.us {
    background-position: -16px -44px
}

.cc-picker-flag.ug {
    background-position: -32px -44px
}

.cc-picker-flag.ua {
    background-position: -48px -44px
}

.cc-picker-flag.tz {
    background-position: -64px 0
}

.cc-picker-flag.tw {
    background-position: -64px -11px
}

.cc-picker-flag.tv {
    background-position: -64px -22px
}

.cc-picker-flag.tt {
    background-position: -64px -33px
}

.cc-picker-flag.tr {
    background-position: -64px -44px
}

.cc-picker-flag.to {
    background-position: 0 -55px
}

.cc-picker-flag.tn {
    background-position: -16px -55px
}

.cc-picker-flag.tm {
    background-position: -32px -55px
}

.cc-picker-flag.tl {
    background-position: -48px -55px
}

.cc-picker-flag.tk {
    background-position: -64px -55px
}

.cc-picker-flag.tj {
    background-position: 0 -66px
}

.cc-picker-flag.th {
    background-position: -16px -66px
}

.cc-picker-flag.tg {
    background-position: -32px -66px
}

.cc-picker-flag.tf {
    background-position: -48px -66px
}

.cc-picker-flag.td {
    background-position: -64px -66px
}

.cc-picker-flag.tc {
    background-position: -80px 0
}

.cc-picker-flag.sz {
    background-position: -80px -11px
}

.cc-picker-flag.sy {
    background-position: -80px -22px
}

.cc-picker-flag.sx {
    background-position: -80px -33px
}

.cc-picker-flag.sv {
    background-position: -80px -44px
}

.cc-picker-flag.st {
    background-position: -80px -55px
}

.cc-picker-flag.ss {
    background-position: -80px -66px
}

.cc-picker-flag.sr {
    background-position: 0 -77px
}

.cc-picker-flag.so {
    background-position: -16px -77px
}

.cc-picker-flag.sn {
    background-position: -32px -77px
}

.cc-picker-flag.sm {
    background-position: -48px -77px
}

.cc-picker-flag.sl {
    background-position: -64px -77px
}

.cc-picker-flag.sk {
    background-position: -80px -77px
}

.cc-picker-flag.si {
    background-position: -96px 0
}

.cc-picker-flag.sh {
    background-position: -96px -11px
}

.cc-picker-flag.sg {
    background-position: -96px -22px
}

.cc-picker-flag.se {
    background-position: -96px -33px
}

.cc-picker-flag.sd {
    background-position: -96px -44px
}

.cc-picker-flag.sc {
    background-position: -96px -66px
}

.cc-picker-flag.sb {
    background-position: -96px -77px
}

.cc-picker-flag.sa {
    background-position: 0 -88px
}

.cc-picker-flag.rw {
    background-position: -16px -88px
}

.cc-picker-flag.ru {
    background-position: -32px -88px
}

.cc-picker-flag.rs {
    background-position: -48px -88px
}

.cc-picker-flag.ro {
    background-position: -64px -88px
}

.cc-picker-flag.qa {
    background-position: -80px -88px
}

.cc-picker-flag.py {
    background-position: -96px -88px
}

.cc-picker-flag.pw {
    background-position: 0 -99px
}

.cc-picker-flag.pt {
    background-position: -16px -99px
}

.cc-picker-flag.ps {
    background-position: -32px -99px
}

.cc-picker-flag.pr {
    background-position: -48px -99px
}

.cc-picker-flag.pn {
    background-position: -64px -99px
}

.cc-picker-flag.pm {
    background-position: -80px -99px
}

.cc-picker-flag.pl {
    background-position: -96px -99px
}

.cc-picker-flag.pk {
    background-position: -112px 0
}

.cc-picker-flag.ph {
    background-position: -112px -11px
}

.cc-picker-flag.pg {
    background-position: -112px -22px
}

.cc-picker-flag.pf {
    background-position: -112px -33px
}

.cc-picker-flag.pe {
    background-position: -112px -44px
}

.cc-picker-flag.pa {
    background-position: -112px -55px
}

.cc-picker-flag.om {
    background-position: -112px -66px
}

.cc-picker-flag.nz {
    background-position: -112px -77px
}

.cc-picker-flag.nu {
    background-position: -112px -88px
}

.cc-picker-flag.nr {
    background-position: -112px -99px
}

.cc-picker-flag.bv,
.cc-picker-flag.no,
.cc-picker-flag.sj {
    background-position: 0 -110px
}

.cc-picker-flag.nl {
    background-position: -16px -110px
}

.cc-picker-flag.ni {
    background-position: -32px -110px
}

.cc-picker-flag.ng {
    background-position: -48px -110px
}

.cc-picker-flag.nf {
    background-position: -64px -110px
}

.cc-picker-flag.ne {
    background-position: -80px -110px
}

.cc-picker-flag.nc {
    background-position: -96px -110px
}

.cc-picker-flag.na {
    background-position: -112px -110px
}

.cc-picker-flag.mz {
    background-position: -128px 0
}

.cc-picker-flag.my {
    background-position: -128px -11px
}

.cc-picker-flag.mx {
    background-position: -128px -22px
}

.cc-picker-flag.mw {
    background-position: -128px -33px
}

.cc-picker-flag.mv {
    background-position: -128px -44px
}

.cc-picker-flag.mu {
    background-position: -128px -55px
}

.cc-picker-flag.mt {
    background-position: -128px -66px
}

.cc-picker-flag.ms {
    background-position: -128px -77px
}

.cc-picker-flag.mr {
    background-position: -128px -88px
}

.cc-picker-flag.mq {
    background-position: -128px -99px
}

.cc-picker-flag.mp {
    background-position: -128px -110px
}

.cc-picker-flag.mo {
    background-position: 0 -121px
}

.cc-picker-flag.mn {
    background-position: -16px -121px
}

.cc-picker-flag.mm {
    background-position: -32px -121px
}

.cc-picker-flag.ml {
    background-position: -48px -121px
}

.cc-picker-flag.mk {
    background-position: -64px -121px
}

.cc-picker-flag.mh {
    background-position: -80px -121px
}

.cc-picker-flag.mg {
    background-position: -96px -121px
}

.cc-picker-flag.me {
    background-position: 0 -132px
}

.cc-picker-flag.md {
    background-position: -112px -121px
}

.cc-picker-flag.mc {
    background-position: -128px -121px
}

.cc-picker-flag.ma {
    background-position: -16px -132px
}

.cc-picker-flag.ly {
    background-position: -32px -132px
}

.cc-picker-flag.lv {
    background-position: -48px -132px
}

.cc-picker-flag.lu {
    background-position: -64px -132px
}

.cc-picker-flag.lt {
    background-position: -80px -132px
}

.cc-picker-flag.ls {
    background-position: -96px -132px
}

.cc-picker-flag.lr {
    background-position: -112px -132px
}

.cc-picker-flag.lk {
    background-position: -128px -132px
}

.cc-picker-flag.li {
    background-position: -144px 0
}

.cc-picker-flag.lc {
    background-position: -144px -11px
}

.cc-picker-flag.lb {
    background-position: -144px -22px
}

.cc-picker-flag.la {
    background-position: -144px -33px
}

.cc-picker-flag.kz {
    background-position: -144px -44px
}

.cc-picker-flag.ky {
    background-position: -144px -55px
}

.cc-picker-flag.kw {
    background-position: -144px -66px
}

.cc-picker-flag.kr {
    background-position: -144px -77px
}

.cc-picker-flag.kp {
    background-position: -144px -88px
}

.cc-picker-flag.kn {
    background-position: -144px -99px
}

.cc-picker-flag.km {
    background-position: -144px -110px
}

.cc-picker-flag.ki {
    background-position: -144px -121px
}

.cc-picker-flag.kh {
    background-position: -144px -132px
}

.cc-picker-flag.kg {
    background-position: 0 -144px
}

.cc-picker-flag.ke {
    background-position: -16px -144px
}

.cc-picker-flag.jp {
    background-position: -32px -144px
}

.cc-picker-flag.jo {
    background-position: -48px -144px
}

.cc-picker-flag.jm {
    background-position: -64px -144px
}

.cc-picker-flag.je {
    background-position: -80px -144px
}

.cc-picker-flag.it {
    background-position: -96px -144px
}

.cc-picker-flag.is {
    background-position: -112px -144px
}

.cc-picker-flag.ir {
    background-position: -128px -144px
}

.cc-picker-flag.iq {
    background-position: -144px -144px
}

.cc-picker-flag.io {
    background-position: -160px 0
}

.cc-picker-flag.in {
    background-position: -160px -11px
}

.cc-picker-flag.im {
    background-position: -160px -22px
}

.cc-picker-flag.il {
    background-position: -160px -31px
}

.cc-picker-flag.ie {
    background-position: -160px -42px
}

.cc-picker-flag.id {
    background-position: -160px -53px
}

.cc-picker-flag.hu {
    background-position: -160px -64px
}

.cc-picker-flag.ht {
    background-position: -160px -75px
}

.cc-picker-flag.hr {
    background-position: -160px -86px
}

.cc-picker-flag.hn {
    background-position: -160px -97px
}

.cc-picker-flag.hk {
    background-position: -160px -108px
}

.cc-picker-flag.gy {
    background-position: -160px -119px
}

.cc-picker-flag.gw {
    background-position: -160px -130px
}

.cc-picker-flag.gu {
    background-position: -160px -141px
}

.cc-picker-flag.gt {
    background-position: 0 -155px
}

.cc-picker-flag.gs {
    background-position: -16px -155px
}

.cc-picker-flag.gr {
    background-position: -32px -155px
}

.cc-picker-flag.gq {
    background-position: -48px -155px
}

.cc-picker-flag.gp {
    background-position: -64px -155px
}

.cc-picker-flag.gn {
    background-position: -80px -155px
}

.cc-picker-flag.gm {
    background-position: -96px -155px
}

.cc-picker-flag.gl {
    background-position: -112px -155px
}

.cc-picker-flag.gi {
    background-position: -128px -155px
}

.cc-picker-flag.gh {
    background-position: -144px -155px
}

.cc-picker-flag.gg {
    background-position: -160px -155px
}

.cc-picker-flag.ge {
    background-position: -176px 0
}

.cc-picker-flag.gd {
    background-position: -176px -11px
}

.cc-picker-flag.gb {
    background-position: -176px -22px
}

.cc-picker-flag.ga {
    background-position: -176px -33px
}

.cc-picker-flag.bl,
.cc-picker-flag.fr,
.cc-picker-flag.gf,
.cc-picker-flag.mf,
.cc-picker-flag.re {
    background-position: -176px -44px
}

.cc-picker-flag.fo {
    background-position: -176px -55px
}

.cc-picker-flag.fm {
    background-position: -176px -66px
}

.cc-picker-flag.fk {
    background-position: -176px -77px
}

.cc-picker-flag.fj {
    background-position: -176px -88px
}

.cc-picker-flag.fi {
    background-position: -176px -99px
}

.cc-picker-flag.eu {
    background-position: -176px -121px
}

.cc-picker-flag.et {
    background-position: -176px -132px
}

.cc-picker-flag.es {
    background-position: -176px -143px
}

.cc-picker-flag.er {
    background-position: -176px -154px
}

.cc-picker-flag.eh {
    background-position: -16px -166px
}

.cc-picker-flag.eg {
    background-position: -32px -166px
}

div.cc-picker-flag.ee {
    background-position: -48px -166px
}

.cc-picker-flag.ec {
    background-position: -64px -166px
}

.cc-picker-flag.dz {
    background-position: -80px -166px
}

.cc-picker-flag.do {
    background-position: -96px -166px
}

.cc-picker-flag.dm {
    background-position: -112px -166px
}

.cc-picker-flag.dk {
    background-position: -128px -166px
}

.cc-picker-flag.dj {
    background-position: -144px -166px
}

.cc-picker-flag.de {
    background-position: -160px -166px
}

.cc-picker-flag.cz {
    background-position: -176px -166px
}

.cc-picker-flag.cy {
    background-position: 0 -177px
}

.cc-picker-flag.cx {
    background-position: -16px -177px
}

.cc-picker-flag.cw {
    background-position: -32px -177px
}

.cc-picker-flag.cv {
    background-position: -48px -177px
}

.cc-picker-flag.cu {
    background-position: -64px -177px
}

.cc-picker-flag.cs {
    background-position: -80px -177px
}

.cc-picker-flag.cr {
    background-position: -96px -177px
}

.cc-picker-flag.co {
    background-position: -112px -177px
}

.cc-picker-flag.cn {
    background-position: -128px -177px
}

.cc-picker-flag.cm {
    background-position: -144px -177px
}

.cc-picker-flag.cl {
    background-position: -160px -177px
}

.cc-picker-flag.ck {
    background-position: -176px -177px
}

.cc-picker-flag.ci {
    background-position: -192px 0
}

.cc-picker-flag.cg {
    background-position: -192px -11px
}

.cc-picker-flag.cf {
    background-position: -192px -22px
}

.cc-picker-flag.cd {
    background-position: -192px -33px
}

.cc-picker-flag.cc {
    background-position: -192px -44px
}

.cc-picker-flag.ca {
    background-position: -192px -66px
}

.cc-picker-flag.bz {
    background-position: -192px -77px
}

.cc-picker-flag.by {
    background-position: -192px -88px
}

.cc-picker-flag.bw {
    background-position: -192px -99px
}

.cc-picker-flag.bt {
    background-position: -192px -110px
}

.cc-picker-flag.bs {
    background-position: -192px -121px
}

.cc-picker-flag.br {
    background-position: -192px -132px
}

.cc-picker-flag.bq {
    background-position: -192px -143px
}

.cc-picker-flag.bo {
    background-position: -192px -154px
}

.cc-picker-flag.bn {
    background-position: -192px -165px
}

.cc-picker-flag.bm {
    background-position: -192px -176px
}

.cc-picker-flag.bj {
    background-position: 0 -188px
}

.cc-picker-flag.bi {
    background-position: -16px -188px
}

.cc-picker-flag.bh {
    background-position: -32px -188px
}

.cc-picker-flag.bg {
    background-position: -48px -188px
}

.cc-picker-flag.bf {
    background-position: -64px -188px
}

.cc-picker-flag.be {
    background-position: -80px -188px
}

.cc-picker-flag.bd {
    background-position: -96px -188px
}

.cc-picker-flag.bb {
    background-position: -112px -188px
}

.cc-picker-flag.ba {
    background-position: -128px -188px
}

.cc-picker-flag.az {
    background-position: -144px -188px
}

.cc-picker-flag.ax {
    background-position: -160px -188px
}

.cc-picker-flag.aw {
    background-position: -176px -188px
}

.cc-picker-flag.au,
.cc-picker-flag.hm {
    background-position: -192px -188px
}

.cc-picker-flag.at {
    background-position: -208px 0
}

.cc-picker-flag.as {
    background-position: -208px -11px
}

.cc-picker-flag.ar {
    background-position: -208px -22px
}

.cc-picker-flag.ao {
    background-position: -208px -33px
}

.cc-picker-flag.an {
    background-position: -208px -44px
}

.cc-picker-flag.am {
    background-position: -208px -55px
}

.cc-picker-flag.al {
    background-position: -208px -66px
}

.cc-picker-flag.ai {
    background-position: -208px -77px
}

.cc-picker-flag.ag {
    background-position: -208px -88px
}

.cc-picker-flag.af {
    background-position: -208px -99px
}

.cc-picker-flag.ae {
    background-position: -208px -110px
}

.cc-picker-flag.ad {
    background-position: -208px -121px
}

.cc-picker-flag.np {
    background-position: -208px -132px
}

.cc-picker-flag.ch {
    background-position: -208px -143px
}

.flag-form .phone-field {
    padding-left: 90px
}

.menu-img {
    width: 349px;
    position: absolute;
    top: 173px
}
.solution-menu-img {top: 123px;}
.slimScrollDiv .mega-menu-inner {
    height: 328px!important
}

.main-navigation {
    float: right;
    padding-top: 20px
}

.main-navigation ul {
    margin: 0
}

span#toggle-icon {
    position: absolute;
    display: none
}

span#toggle-icon i {
    color: #00a4eb;
    font-size: 18px
}

.main-navigation li {
    display: inline-block
}

.mega-menu-inner li {
    position: relative
}

.main-navigation li a {
    color: #fff;
    padding: 15px 20px;
    display: block
}

.inner-header .main-navigation li a {
    color: #000
}

li.blog-link a {
    padding: 0!important;
    margin: 0 0 -15px
}

.mega-menu-parent {
    padding: 20px;
    background: #fff;
    width: 1170px;
    text-align: left;
    display: none;
    position: absolute;
    top: 123px;
    right: 0;
    left: 0;
    margin: 0 auto;
    box-shadow: 0 0 80px 0 rgba(0, 0, 0, .1)
}

.mega-menu-parent .main-list {
    width: 100%;
    max-width: 350px;
    border-right: 1px solid #fff;
    float: left;
    padding: 0
}

.main-list li {
    display: block;
    background: #e9e9e9;
    border-bottom: 1px solid #fff;
    font-weight: 400;
    position: relative
}

.main-list li:after {
    content: "\f105 ";
    font-family: FontAwesome;
    font-size: 22px;
    top: 10px;
    right: 10px;
    position: absolute;
    display: none
}

.main-list li.active,
.main-list li:hover {
    background: #00a4eb
}

.main-list li.active:after,
.main-list li:hover:after {
    color: #fff;
    display: block
}

.main-list li a {
    display: block;
    padding: 10px 10px 10px 50px;
    position: relative;
    color: #787878
}

.main-list li a i {
    font-size: 20px;
    left: 15px;
    top: 15px;
    position: absolute
}

.main-list>li.active a,
.main-list>li:hover a {
    color: #fff
}

.mega-menu-inner {
    width: 800px;
    top: 0;
    background: #fff;
    margin-left: 30px;
    height: 328px
}

.mega-menu-inner ul {
    margin: 0;
    padding: 0;
    height: 328px!important;
    position: relative
}

.mega-menu-inner ul span.close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: none;
    z-index: 99;
    width: 30px;
    height: 30px;
    line-height: 29px
}

.mega-menu-inner li {
    background: 0 0;
    width: 50%;
    float: left;
    display: none;
    padding: 0 5px;
    list-style: circle
}

.mega-menu-inner li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #777;
    position: absolute;
    left: 5px;
    top: 26px
}

.mega-menu-inner li a {
    color: #777!important;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #e4e4e4;
    display: block
}

.mega-menu-inner li:hover a {
    color: #00a4eb!important
}

.mega-menu-inner li:hover::after {
    background: #00a4eb;
    border-color: #00a4eb
}

.mega-menu-inner li.slide-shown,
.slide-shown {
    display: block
}

.main-slide-shown {
    display: block;
    z-index: 2;
    height: 370px
}

.slide-shown {
    transition: all ease .6s;
    z-index: 1
}

#main-list-close {
    display: none
}
/*Latest Mega menu*/

.main-mega-navigation {
    float: right;
    padding-top: 10px;
}
.exo-menu{
    width: 100%;
    float: left;
    list-style: none;
    position:relative;
}
.exo-menu > li {  display: inline-block;float:left;}
.exo-menu > li > a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
    background:#0fb0f5;
    color:#fff;
}
.flyout-right ul,.flyout-left ul {
    border:1px solid #ccc !important;
}
.blog-link a:hover {
    background: transparent !important;
}
.exo-menu i {
    float: left;
    font-size: 14px;
    margin-right: 5px;
    line-height: 28px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
    content: "\f103";
    color: #000;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 10px;
    font-size: 14px;
}
.fixed li.drop-down:before, .inner-header li.drop-down:before {
    color: #000;
}
.flyout-right .fa-angle-double-right , .flyout-left .fa-angle-double-right {
    position: absolute;
    right: 0;
}
li.drop-down>ul{
    left: 0px;
    min-width: 230px;
    border:1px solid #ccc;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
    color: #000 !important;
    display: block;
    padding: 0px 10px;
    text-decoration: none;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
    border-bottom: 1px solid #ccc;
    line-height: 22px;
}
.menu-right .drop-down-ul a{
    font-size: 13px;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
}

h4.row.mega-title {
    color:#eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
}
/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display:none;
    padding-top: 0;
    min-height: 100%;

}
h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: capitalize;
    border-bottom: 1px solid #547787;
    padding-top: 15px;
    background-color: #365670
}
.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more{
    border-radius: 1px;
    margin-top:15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}
a.view-more:hover{
    color:#fff;
    background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
    left:0;
    display:none;
    color:#fefefe;
    padding-top:15px;
    background:#547787;
    padding-bottom:15px;
}
.Blog .blog-title{
    color:#fff;
    font-size:15px;
    text-transform:capitalize;

}
.Blog .blog-des{
    color:#ccc;
    font-size:90%;
    margin-top:15px;
}
.Blog a.view-more{
    margin-top:0px;
}
/*Images*/
.Images{
    left:0;
    width:100%;
    display:none;
    color:#fefefe;
    padding-top:15px;
    background:#547787;
    padding-bottom:15px;
}
.Images h4 {
    font-size: 15px;
    margin-top: 0px;
    text-transform: capitalize;
}
@media (min-width: 992px){
    /*common*/
    .flyout-right ul>li>a ,
    .flyout-left ul>li>a,

    /*hover*/
    .Blog:hover,
    .Images:hover,
    .mega-menu:hover,
    .drop-down-ul:hover,
    li.flyout-left>ul:hover,
    li.flyout-right>ul:hover,
    li.flyout-left a:hover +ul,
    li.flyout-right a:hover +ul,
    .blog-drop-down >a:hover+.Blog,
    li.drop-down>a:hover +.drop-down-ul,
    .images-drop-down>a:hover +.Images,
    .mega-drop-down a:hover+.mega-menu,
    .flyout-mega-wrap{
      display:block;
  }
}
/*responsive*/
@media (min-width:992px){
    .exo-menu > li > a{
      display:block;
      padding: 10px 22px;
  }
  .mega-menu, .Images, .Blog,.flyout-right>ul,
  .flyout-left>ul, li.drop-down>ul{
      position:absolute;
  }
  .flyout-right>ul{
      left: 100%;
  }
  .flyout-left>ul{
      right: 100%;
  }
}
@media (max-width:991px){
    .main-mega-navigation {padding-top: 0 !important;
      position: absolute;
      left: 0;
      right: 0;}
      .toggle-menu {display: block !important;}
      .exo-menu {
        min-height: 58px;
        background-color: #16aced;
        width: 100%;
        top: 65px;
        display: none;
    }
    .exo-menu.display {
        display: block;
        position: fixed;
        top: 77px;
        height: 100%;
        padding-bottom: 90px;
        overflow-y: auto;
    }
    .exo-menu li.drop-down>ul li {
        display: block;
        width: 100%; float: left;
    }
    .exo-menu > li > a{
        width:100% ;
        display:none ;

    }
    .exo-menu > li{
        width:100%;
        float: none;
    }
    .display.exo-menu > li > a{
        display:block ;
        padding: 5px 20px !important;
    }
    .display.exo-menu > li > a img {
     filter: brightness(0) invert(1);
     -webkit-filter: brightness(0) invert(1);
     -moz-filter: brightness(0) invert(1);
     -ms-filter: brightness(0) invert(1);
    }
    .mega-menu, .Images, .Blog,.flyout-right>ul,
    .flyout-left>ul, li.drop-down>ul{
        position:relative;
        width: 100%; float: left;
    }
    li.drop-down:before{right: 15px; color: #fff}
    .drop-down.active .drop-down-ul, .drop-down.active .drop-down-ul li ul.animated{
        display: block;
    }
    .drop-down.active .drop-down-ul li ul.animated li a {padding-left: 40px;}      
    .flyout-right .fa-angle-double-right , .flyout-left .fa-angle-double-right {
        display: none;
    }
    .exo-menu > li > a {
        color: #fff !important;
    }
}
@media (max-width:767px){
  .exo-menu  {
    top: 0;
}

}
a.toggle-menu{
  position: absolute;
  right: 0px;
  padding: 20px;
  font-size: 18px;
  color: #00a4eb;
  top: 0px;
  z-index: 1
}

/*Latest Mega menu End*/
@media (max-width:1199px) {
    .mega-menu-inner {
        max-width: 780px
    }
    .mega-menu-parent {
        width: 100%;
        padding: 15px
    }
    .solution-menu-img {
        top: 118px;
    }
}

@media (max-width:1023px) {
    .mega-menu-inner,
    .mega-menu-parent {
        width: 100%;
        max-width: 100%
    }
    .mega-menu-inner,
    .mega-menu-parent .main-list {
        transition: all ease .6s;
        max-width: 100%
    }
    .mega-menu-parent {
        position: fixed;
        height: 100%;
        right: inherit;
        left: 0;
        padding: 20px;
        overflow: hidden
    }
    .mega-menu-inner {
        margin-left: 105%
    }
    .main-navigation ul {
        padding: 0
    }
    .mega-menu-inner ul {
        padding-top: 30px
    }
    .mega-menu-inner ul span.close-icon {
        display: block;
        background: #00a0e5
    }
    .mega-menu-inner li {
        width: 30%
    }
}

@media (max-width:991px) {
    * {
        transition: all .6s ease-in-out
    }
    .mega-menu-parent {
        display: block;
        left: 100%;
        transition: all ease .6s;
        padding: 10px;
        top: 30px
    }
    .mega-menu-parent.slide-shown {
        left: 0
    }
    .main-navigation .main-menu-list {
        position: fixed;
        width: 60%;
        left: -60%;
        top: 77px;
        text-align: left;
        height: 100%;
        transition: all ease .6s;
        padding-top: 30px
    }
    body.mobile-menu .main-navigation .main-menu-list {
        left: 0;
        background: #00a4eb;
        z-index: 1
    }
    .main-navigation {
        min-height: 50px;
        background: #fff;
        position: relative;
        z-index: 9999
    }
    span#toggle-icon {
        display: block;
        top: 18px;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center
    }
    .mega-menu-inner li {
        width: 50%
    }
    .mega-menu-parent .main-list {
        position: relative;
        padding-top: 40px;
        background: 0 0
    }
    #main-list-close {
        position: absolute;
        display: block;
        right: 10px;
        top: 5px;
        width: 30px;
        height: 30px;
        text-align: center;
        font-size: 15px;
        background: #00a4eb;
        border-radius: 50%;
    }
    #main-list-close i {
        font-size: 16px;
        color: #ffffff;
        line-height: 29px;
    }
    .menu-img {
        padding-right: 11px;
        width: auto;
        top: 179px;
        z-index: -1
    }
    .solution-menu-img {
        top: 134px;
    }
    .inner-header .main-navigation>li a,
    .main-header .main-menu-list>li>a {
        color: #fff
    }
    .main-menu-list>li {
        display: block
    }
}

@media (max-width:767px) {
    .inner-banner .col-sm-12,
    .inner-banner .col-sm-5,
    .inner-banner .col-sm-6,
    .inner-banner .col-sm-7 {
        height: auto
    }
    .slider-img,
    .slider-text {
        position: relative;
        top: unset;
        transform: unset
    }
    .inner-banner {
        padding: 60px 0 30px;
        float: none;
        text-align: center
    }
    .slider-img {
        padding-top: 30px
    }
    .slider-img img {
        margin: 0 auto
    }
}

@media (max-width:480px) {
    .mega-menu-inner li {
        width: 100%
    }
    .main-list li {
        display: block;
        float: none
    }
}

.blog-recent-img {
    position: relative;
    min-height: 370px
}

.blog-recent-img h4 a {
    color: #fff
}

.recent-blog-content {
    position: absolute;
    color: #fff;
    padding: 15px 21px;
    text-align: left;
    bottom: 0;
    background: #1ca4eb;
}
.recent-blog-content h4 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	position: relative;
}
.recent-blog-content h4:before {
    content: '\f105';
    position: absolute;
    right: -15px;
    font-family: FontAwesome;
    font-size: 30px;
    top: -2px;
}

.company-menus li.active::after,
.company-menus li.active:hover::after {
    content: unset!important
}

.mega-menu-inner .review-section-logo {
    clear: unset
}

.mega-menu-inner .review-section-logo li:after {
    content: unset
}

.mega-menu-inner .review-section-logo li a {
    padding: 0
}

.menu-right .top-header-right a {
    text-transform: lowercase
}

.why-hire {
    background: #f8f8f8;
    padding: 100px 0;
    position: relative
}

.why-hire:before {
    position: absolute;
    left: 47%;
    right: 0;
    background: #0093d3;
    top: 0;
    bottom: 0;
    content: ''
}

.hire-android-developers-detail,
.why-android-dev-sec-list-sec {
    position: relative;
    width: 100%;
    float: left
}

.why-hire .container-fluid {
    padding: 0
}

.page-title-sec {
    margin: 0;
    text-align: center;
    padding: 30px 0 15px
}

.techno-icon {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    font-size: 120px;
    line-height: 100px
}

.hire-android-developers-detail {
    padding-right: 100px;
    padding-left: 60px
}

.hire-android-developers-detail-in {
    width: 100%;
    float: left;
    max-width: 550px
}

.why-android-dev-sec-list {
    width: 100%;
    float: left
}

.why-android-dev-sec-list ul {
    width: 100%;
    float: left;
    max-width: 780px
}

.why-android-dev-sec-list ul li {
    width: 32%;
    float: left;
    margin: 0 2% 15px 0;
    padding: 20px 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 11px rgba(0, 0, 0, .07)
}

.why-android-dev-sec-list ul li:nth-child(3n) {
    margin-right: 0
}

.why-android-dev-sec-list ul li .why-choose-icon {
    padding: 0;
    min-height: 100px
}

.why-choose-icon {
    width: 100%;
    float: left;
    padding: 30px 0 20px
}

.why-android-dev-sec-list ul li .why-choose-text {
    font-weight: 600;
    min-height: 0;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}

.why-choose-text {
    width: 100%;
    float: left;
    min-height: 70px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize
}

.why-choose-icon img {
    display: block;
    margin: 0 auto
}

.zoomout img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.portfolio {
    margin: 1rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%
}

.portfolio .projects {
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.inner-list li a {
    color: #474747!important
}

.company-menus.main-list li:after {
    content: unset
}

body.mobile-menu {
    overflow: hidden
}

.thank-you-page {
    background: #f5f7f8;
    clear: both;
    padding: 60px 0;
    text-align: center
}

.thank-you-page i {
    font-size: 100px;
    color: #00a4eb
}

.thank-you-page h2 {
    margin-top: 25px
}

.slimScrollDiv {
    height: 306px!important
}

.latestwork-block .work-info.slick-current h3 a {
    color: #fff
}

.latestwork-block .work-info h3 a {
    color: #000
}

.project-logo {
    max-width: 328px
}

.project-btns a {
    float: left
}

.project-btns a+a {
    margin-left: 10px
}

.app-btn {
    border: 1px solid;
    width: 52px;
    height: 52px;
    padding: 8px 10px
}

.flag-form {
    margin-top: -30px
}

.error {
    color: #c50b2b
}
.our-approach-left {
    left: -100%;
    position: relative;
}
.latest-work-slider {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.banner-button {
    clear: both;
    text-align: center;
}
.pb0 {
    padding-bottom: 0;
}
.custom_bullet li {
    list-style: disc;
    font-size: 16px;
    line-height: 26px;
}
.latest-work-slider {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.banner-button {
    clear: both;
    text-align: center;
}
.project-portfolio-section {
    background: #fff;
    padding: 70px 0;
    max-height: 908px;
    overflow: hidden;
}
.project-portfolio-section .project-portfolio-content {
    float: left;
    width: 45%;
    z-index: 1
}
.portfolio-work-slider {
    padding: 50px 0 0;
}
.work-img {
    max-height: 500px;
}
.portfolio-work-slider .slick-dots li button {
    background: #19adec;
    border-radius: 0;
    height: 3px;
    width: 20px;
    border-color: #19adec;
}
.portfolio-work-slider  .slick-dots li.slick-active button {
    background: #5d5d5d;
    border-color: #5d5d5d;
}
.industry-wide-slider li{
    padding:0 9px;
}
.industry-wide-slider .industry-box{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    overflow:hidden;
}
.industry-wide-slider .industry-box img {
    width: 100%;
}
.industry-wide-slider .icon-title {
    display: block;
    padding: 20px 5px 20px 15px;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    position: relative;
}
.industry-wide-slider .icon-title:before {
    position: absolute;
    content: '';
    left: -40px;
    top: 10px;
    text-transform: capitalize;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #97d9b4;

}
.industry-wide-slider .education:before{
    background: #ffe9de;
}
.industry-wide-slider .healthcare:before{
    background: #cae6f5
}
.industry-wide-slider .ecommerce:before{
    background: #f4ecc4
}
.industry-wide-slider .business:before{
    background: #aef1dd
}
.industry-wide-slider .food-restaurant:before{
    background: #add0e4
}
.industry-wide-slider .banking:before{
    background: #b7b7b7
}
.industry-wide-slider .real-estate:before{
    background: #f5c8ee
}
.industry-wide-slider .travel:before{
    background: #cae6f5
}
.industry-wide-slider .fitness:before{
    background: #f4ecc4
}
.industry-wide-slider .job:before{
    background: #aef1dd
}
.industry-wide-slider .transport:before{
    background: #add0e4 
}
.portfolio-work-slider ul.slick-dots {
    display: none !important;
}
ul.slick-dots li:first-child button {
    background: #ffe9de;
    border-color: #ffe9de;
}
ul.slick-dots li:nth-child(2) button {
    background: #cae6f5;
    border-color: #cae6f5;
}
ul.slick-dots li:nth-child(3) button {
    background: #f4ecc4;
    border-color: #f4ecc4;
}
ul.slick-dots li:nth-child(4) button {
    background: #aef1dd;
    border-color: #aef1dd;
}
ul.slick-dots li:nth-child(5) button {
    background: #add0e4;
    border-color: #add0e4;
}
ul.slick-dots li:nth-child(6) button {
    background: #b7b7b7;
    border-color: #b7b7b7;
}
ul.slick-dots li:nth-child(7) button {
    background: #f5c8ee;
    border-color: #f5c8ee;
}
ul.slick-dots li:nth-child(8) button {
    background: #cae6f5;
    border-color: #cae6f5;
}
ul.slick-dots li:nth-child(9) button {
    background: #aef1dd;
    border-color: #aef1dd;
}
ul.slick-dots li:nth-child(10) button {
    background: #ffe9de;
    border-color: #ffe9de;
}
ul.slick-dots li:nth-child(11) button {
    background: #aef1dd;
    border-color: #aef1dd;
}
ul.slick-dots li:nth-child(12) button {
    background: #add0e4;
    border-color: #add0e4;
}
ul.slick-dots li.slick-active button {
    background: #04091d;
    border-color:#04091d;
}
/* Main Banner*/
.pws-main-banner-sec { width: 100%; float: left;  z-index: 1; position: relative;}
.pws-main-banner-sec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: url(../img/banner-bg.png) no-repeat;
    background-position: 100%;
    background-size: cover;
}
.pws-main-banner-sec:after {
    content: '';
    position: absolute;
    box-shadow: inset 0 0 400px rgba(0,0,0,.05);
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.pws-main-banner-sec .banner-slider{ padding: 100px 0 0px; z-index: 1}
.banner-slider .slick-slide li {padding:0; height: 530px}
.banner-slider .slick-slide li:nth-child(2){padding-top: 85px;}
.banner-content {width: 60%;float: left;padding-right: 30px; position: relative;top: 100px;}
.banner-content .banner-title {color: #000;font-weight:600; text-transform:capitalize;font-size: 46px;margin-bottom: 30px;line-height: normal;}
.banner-content .banner-sub-title {font-size: 20px;line-height: 26px;color: #000;}
.banner-btn {margin-top: 40px;}
.banner-img img {width: 100%;background-size: cover;}
.banner-img {width: 100%; max-width: 40%;position: relative; margin:0;   float: right;}
.project-portfolio-section p, .industry-wide-solution p{
    text-align: center;
}
span.theme-color {
    color: #0fb0f5;
    font-weight: 700;
}
.banner-slider ul.slick-dots {
    bottom: 0;
}
.our-approach-new {
    padding: 70px 0;
}
.our-approach-thumbs {
    padding: 40px 0;
}
.our-approach-thumbs ul li {
    display: inline-block;
    position: relative;
    padding: 10px;
    text-align: center;
}
.our-approach-thumbs ul li + li:before {
    content: '\f105';
    position: absolute;
    left: -5px;
    color: #ffd464;
    top: 0;
    line-height: 110px;
    font-family: FontAwesome;
    font-size: 25px;
}
.client-testimonial-slider .slick-dots {
    text-align: left;
    bottom: -30px;
}
.mail-detail a {
    color: #0fb0f5 !important;
}
div#clutch-reviews {
    max-height: 880px;
    overflow-y: auto;
}
div#clutch-reviews iframe {
	max-height: 808px !important
}
.privacy-content h3  { font-size: 22px; line-height: 30px; margin: 15px 0; }
.privacy-ol-list { padding: 0 0 0 15px; margin-bottom: 20px;}
.privacy-ol-list li { margin: 0 0 10px; list-style: decimal outside; padding: 0 0 0 15px;}
.privacy-ol-list-new { padding: 0 0 0 0; margin-bottom: 20px;}
.privacy-ol-list-new li { margin: 0 0 10px; padding: 0 0 0 45px; position: relative;}
.privacy-ol-list-new li span { position: absolute; left: 0; top: 0; }


.privacy-ul-list { padding: 0 0 0 15px; margin-bottom: 20px;}
.privacy-ul-list li { margin: 0 0 10px; list-style: outside; padding: 0 0 0 10px; }
.privacy-inner { padding: 0 0 0 15px; }
.tect-staff-section .row {
    padding: 30px 0;
}
.tect-staff-section .tags li {
    font-weight: 600;
    padding: 0 8px;
}
.tect-staff-section h3 {
    font-weight: 400;
}
.tect-staff-section .tabs {
    background-color: #12adff;
    border-radius: 5px;
    display: inline-block;
    padding: 20px;
    margin-bottom: 60px;
}
.tect-staff-section .tabs li {
    padding: 0 40px;
    font-size: 20px;
    border-right: 2px solid #fff;
    line-height: 1em;
}
.tect-staff-section .tabs li:last-child {
    border: 0;
}
.tect-staff-section .tabs a {
    color: #fff;
}
.technologies-row {
    margin: 30px 0;
}
.technologies-row h4 {
    color: #393939;
    font-weight: 600;
}
.technologies-img {
    background: #f2f2f6;
    border-radius: 3px;
    padding: 20px;
}
.technologies-img img {
    display:inline-block;
    margin-right: 17px;
}


/* New Magento Page Start */

.why-choose-magento-sec { width: 100%; padding: 70px 0; background: url(../img/magento/magento-bg-right.png) 100% 0 no-repeat ,  url(../img/magento/magento-bg-left.png) 0% 100% no-repeat  #e8e8e8; }
.wht-choose-magento-lists { width: 100%; min-height: 610px; position: relative; background: url(../img/magento/magento-circle-border.png) 50% 50% no-repeat ;  }
.choose-magento-circle { position: absolute; top: 50%; left: 50%; transform: translate(-47% , -48%); }
.choose-magento-circle img {-webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s}

.wht-choose-magento-lists:hover .choose-magento-circle img { transform: rotate(360deg); }

.choose-magento-lists { text-align: center; z-index: 1; position: absolute;  }
.choose-magento-icon { display: table; margin: 0 auto 1px; }
.choose-magento-icon img {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s }



.choose-magento-lists:hover .choose-magento-icon { margin: -2px auto 3px; }
.choose-magento-lists h4 { background: #fff; font-size: 15px; line-height: 22px; color: #000; font-weight: 700; padding: 10px 0; position: relative; height: 50px; margin: 0;}
.choose-magento-lists h4 span { position: absolute; top: 50%; left: 30px; right: 30px; transform: translateY(-50%); z-index: 2; padding: 0 0px 0 30px; }
.choose-magento-lists:hover h4 { color: #fff; }
.choose-magento-lists h4 div.brd { position: absolute; top: 0; width: 30px; height: 100%; -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s }
.choose-magento-lists:hover h4 div.brd { width: 100%; z-index: 0; }

.magento-lists-one { top: 3px; left: 0; right: 0; margin: 0 auto; width: 265px; }
.magento-lists-one h4 div.brd { background: #ed6325; left: 0; }

.magento-lists-two { top: 93px; left: 152px;  width: 260px; }
.magento-lists-two h4 span { padding: 0 30px 0 0; }
.magento-lists-two h4 { width: 340px; float: right; }
.magento-lists-two h4 div.brd { background: #7ac044; right: 0; }

.magento-lists-three { top: 93px; right: 152px;  width: 260px; }
.magento-lists-three h4 { width: 310px; }
.magento-lists-three h4 div.brd { background: #bd222e; left: 0; }

.magento-lists-four { top: 293px; left: 152px;  width: 260px; }
.magento-lists-four h4 span { padding: 0 30px 0 0; }
.magento-lists-four h4 { width: 300px; float: right; }
.magento-lists-four h4 div.brd { background: #029f77; right: 0; }

.magento-lists-five { top: 293px; right: 152px;  width: 260px; }
.magento-lists-five h4 { width: 310px;}
.magento-lists-five h4 div.brd { background: #692f8f; left: 0; }

.magento-lists-six { top: 470px; left: 0; right: 0; margin: 0 auto; width: 265px; }
.magento-lists-six h4 div.brd { background: #00abd0; left: 0; }
.magento-lists-six .choose-magento-icon { margin: 1px auto 0; }
.magento-lists-six:hover .choose-magento-icon { margin: 3px auto -2px; }

.boost-your-magento-sec { width: 100%; padding: 50px 0; background: url(../img/magento/book-bg.jpg) 50% 50% no-repeat ; background-size: cover; text-align: center; color: #fff; }
.boost-your-magento-sec h2.section-title { color: #fff; font-size: 32px; }
.boost-your-magento-sec h3 { color: #fff; font-size: 22px; line-height: 32px; font-weight: 300;}
.boost-your-magento-sec h3 strong { margin-top: 10px; font-size:36px; line-height:40px; display: block; }
.boost-your-magento-sec .btn-primary { color: #1a1a1a; padding: 15px 35px; border-radius: 30px;text-transform: uppercase;color: #3b94f0; margin-top: 40px;}
.boost-your-magento-sec .btn-primary:hover { color: #fff; }
.advantage-sec .offers-block .icon { height: auto; margin-bottom: 30px; }
.advantage-sec .offers-block { padding-top: 30px;}
.advantage-sec .col-sm-4:nth-child(1) .offers-block {
     box-shadow: 0px 0px 5px 1px rgba(255, 139, 0 ,.3);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(255, 139, 0 ,.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(255, 139, 0 ,.3);
    -ms-box-shadow: 0px 0px 5px 1px rgba(255, 139, 0 ,.3);
}

.advantage-sec .col-sm-4 .offers-block:hover {
     box-shadow: 0px 0px 10px 1px rgba(0, 0, 0 ,.3) !important;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0 ,.3) !important;
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0 ,.3) !important;
    -ms-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0 ,.3) !important;
}

.advantage-sec .col-sm-4:nth-child(2) .offers-block {
     box-shadow: 0px 0px 5px 1px rgba(127, 213, 207 ,.3);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(127, 213, 207 ,.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(127, 213, 207 ,.3);
    -ms-box-shadow: 0px 0px 5px 1px rgba(127, 213, 207 ,.3);
}
.advantage-sec .col-sm-4:nth-child(3) .offers-block {
     box-shadow: 0px 0px 5px 1px rgba(212, 191, 48 ,.3);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(212, 191, 48 ,.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(212, 191, 48 ,.3);
    -ms-box-shadow: 0px 0px 5px 1px rgba(212, 191, 48 ,.3);
}
.advantage-sec .col-sm-4:nth-child(4) .offers-block {
     box-shadow: 0px 0px 5px 1px rgba(155, 153, 233 ,.3);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(155, 153, 233 ,.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(155, 153, 233 ,.3);
    -ms-box-shadow: 0px 0px 5px 1px rgba(155, 153, 233 ,.3);
}
.advantage-sec .col-sm-4:nth-child(5) .offers-block {
     box-shadow: 0px 0px 5px 1px rgba(216, 123, 149 ,.3);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(216, 123, 149 ,.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(216, 123, 149 ,.3);
    -ms-box-shadow: 0px 0px 5px 1px rgba(216, 123, 149 ,.3);
}
.advantage-sec .col-sm-4:nth-child(6) .offers-block {
     box-shadow: 0px 0px 5px 1px rgba(35, 181, 55 ,.3);
    -webkit-box-shadow: 0px 0px 5px 1px rgba(35, 181, 55 ,.3);
    -moz-box-shadow: 0px 0px 5px 1px rgba(35, 181, 55 ,.3);
    -ms-box-shadow: 0px 0px 5px 1px rgba(35, 181, 55 ,.3);
}


/* New Magento Page Start */


@media (min-width: 1700px){
    .banner-img { max-width: 40%; margin:0;}
    .main-menu-sec { padding: 230px 0 0; } 
}
@media (max-width: 1200px){
    .banner-slider .slick-slide li {
        padding: 0;
    }
    .industry-wide-slider .industry-box img {
        width: auto;
        margin: 0 auto;
    }
    .banner-content {
        top: 50px;
    }
    .banner-content .banner-title {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .banner-content .banner-sub-title {
        font-size: 18px;
        line-height: 22px;
    }
    .banner-btn {
        margin-top: 30px;
    }
    .menu-right .mail-detail {
        padding-right: 10px;
    }
    .menu-right a {
        font-size: 15px
    }
    .exo-menu > li > a {
        padding: 10px 20px;
    }
}
@media (max-width: 1199px){
    .banner-slider .slick-slide li {
        height: 440px;
    }   
    .banner-slider .slick-slide li:nth-child(2){padding-top: 85px;}
}
@media (max-width: 992px){
    .pws-main-banner-sec .banner-slider {
        padding: 30px 0;
    }
    .banner-slider .slick-slide li {
        height: 400px;
    }
    .banner-content {
        top: 40px;
    }
    .banner-content .banner-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .our-approach-image img{
        margin: 0 auto;
    }
}
@media (max-width: 800px){
    .banner-img {
        display: none;
    }
    .banner-content {
        width: auto;
        text-align: center;
        padding-right: 0;
    }
    .pws-main-banner-sec {
        min-height: 310px;
    }
    .pws-main-banner-sec {
        min-height: unset;
    }
    .banner-content {
        top: unset;
    }
    .project-portfolio-section {
        max-height: unset;
    }
    .banner-slider .slick-slide li {
        height: auto;
        min-height: 240px
    }
    .our-approach-new {
        padding: 30px 0;
    }
}
@media (max-width: 600px){
    .our-approach-thumbs ul li {
        width: 100%;
        text-align: center;
    }
    .our-approach-thumbs ul li img {
        margin: 0 auto;
    }
    .our-approach-thumbs ul li + li:before, .our-approach-thumbs ul + ul li:before {
        top: -10px;
        left: 0;
        right: 0;
        font-size: 20px;
        line-height: inherit;
        content: '\f107';
        font-family:FontAwesome;
        color: #ffd464
    }
    .our-approach-thumbs {
        padding: 40px 0 0;
    }
}

/*it staff page css*/
.it-staff-banner { background: url(../img/it-staff/staff-banner.jpg) no-repeat center top; text-align: center; align-items: center; justify-content: center; min-height:565px; display: flex; width:100%; background-size: cover; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .8s ease-in-out;}
.title-banner {color:#fff; margin-bottom:10px;}
.paragraph-banner{color:#fff; font-size:18px; padding:0 135px; margin-bottom:35px; }
.btn-radius {border-radius:25px;}
.it-staff-banner .btn:hover {background:#000; border-color:#000;}
.it-staff-service .section-title, .staff-process h2 {color:#2d364d; line-height:normal; margin-bottom:0; padding-bottom: 15px;}
.it-staff-service .section-title:before{display:none;}
.it-staff-service p, .staff-process p{font-weight:400;}
.staff-augmentation {background:#f5f4f4; padding: 68px 0 32px;}
.augmentation-service h4{color:#00a4eb; font-size:20px; margin-bottom:8px; vertical-align:middle;}
.augmentation-service h4 span{background:#2fa5db; color:#fff; border-radius:18px; width:52px; height:52px; text-align:center; display: inline-flex; align-items:center; justify-content:center; margin-right:10px; font-size:26px;}
.augmentation-service p {font-size:16px; margin-bottom:22px;}
.augmentation-service {min-height: 245px;}
.staff-about-sec { background: url(../img/it-staff/staff-about-bg.jpg) no-repeat top center; background-size: cover; padding: 65px 0; }
.list-user-about {font-size:0;}
.list-user-about li { width:20%; display:inline-block; font-size:16px; vertical-align:top; padding:0 15px;}
.list-user-about li img {margin:0 auto 20px;}
.list-user-about li h4{font-size:36px; color:#fff; margin-bottom:10px;}
.list-user-about li span { color: #fff; font-size: 18px; line-height: normal; }
.staff-process { padding: 80px 0 60px; background: #fff;}
.heading-mb { margin-bottom: 40px; }
.list-staff-process { margin-top: 40px; }
.list-staff-process li { width: 50%; border-right: 2px solid #8eddff; text-align: right; padding-right:60px;position: relative;    padding-bottom: 35px;}
.list-staff-process li:last-child {border-right:0; padding-bottom:0px;}
.list-staff-process li h4 {display: inline-block; background: #00a4eb; color: #fff; font-size: 21px; padding: 18px 60px; border-radius: 22px; position: relative;}
.list-staff-process li h4:after { content: ""; position: absolute; top: 21px; right: -8px; border-left: 10px solid #00a4eb; border-top: 10px solid transparent; border-right: 0px solid transparent; border-bottom: 10px solid transparent; }
.list-staff-process li p { display: block; font-size: 17px; margin-bottom: 0; }
.list-staff-process li span { width: 50px; height: 50px; background: #8eddff; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 25px; color: #3b323c; font-weight: 500; position: absolute; right: -25px; top: 0; }
.list-staff-process li:hover span { box-shadow: 0 2px 5px rgba(29, 29, 29, 0.5); background: #00a4eb; color: #fff; }
.list-staff-process li:nth-child(2n) { margin-left: auto; text-align: left; padding-left: 60px; padding-right: 0; border-left: 2px solid #8eddff; border-right: 0;}
.list-staff-process li:nth-child(2n) span { right: auto; left: -25px; }
.list-staff-process li:nth-child(2n) h4:after { right: auto; left: -8px; border-right: 10px solid #00a4eb; border-left: 0; }
.list-staff-process li:hover h4 {background:#8eddff;}
.list-staff-process li:hover h4:after{border-left: solid 10px #8eddff}
.list-staff-process li:nth-child(2n):hover h4:after{border-right: solid 10px #8eddff; border-left:0}
.list-staff-process li, .list-staff-process li span, .list-staff-process li h4, .list-staff-process li h4:after{-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
.list-staff-process li:hover span, .list-staff-process li:hover h4, .list-staff-process li:hover h4:after{-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
.list-user-about li img { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; transform: translateY(0px);}
.list-user-about li:hover img {-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; transform: translateY(2px);}
.it-staff-banner:hover { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .8s ease-in-out; background-position: 53% center; }
.staff-techno-icons{background: url(../img/it-staff/tachonology-sec-bg.png) no-repeat top center; background-size: cover; padding: 68px 0;     margin-bottom: 20px;}
.staff-techno-icons h2 { color: #fff; font-size: 36px; font-weight: 400; padding-bottom: 24px; position: relative; margin-bottom:80px;}
.staff-techno-icons h2:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; border-bottom: 2px solid #6bb7d9; max-width: 175px; margin: auto; }
.list-techno-icons li { min-height: 170px; font-size: 14px; display: inline-flex; width: 14.22222%; align-items: center; justify-content: center; border: 1px solid #579fc1; vertical-align: top; border-left: 0; border-top:0;}
.list-techno-icons li:nth-child(7n){border-right: 0;}
.list-techno-icons {font-size:0;}
.list-techno-icons {font-size: 0; border-top: 1px solid #579fc1;}
.list-techno-icons li img { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.list-techno-icons li:hover img {transform: scale(1.1);}
.staff-choose-sec {background:#f7f7f7; padding:60px 0 20px;}
.staff-choose-sec h2 { color: #2d364d; line-height: normal; margin-bottom: 0; padding-bottom: 15px; }
.staff-choose-sec h2:before{display:none;}
.staff-choose-sec .title-paragraph {padding: 0 85px; margin-bottom: 65px;}
.staff-choose-sec .icon-block {display:flex; flex-wrap:wrap; align-items:flex-start;}
.staff-choose-sec .icon-block .icon-text {width:Calc(100% - 97px);}
.staff-choose-sec .icon-block .icon {width:72px; height:72px; margin-right:25px; background:#00a4eb; text-align:center; border-radius:50%;}
.services-page .staff-choose-sec .icon-block h3{font-size:18px; padding-bottom:18px; margin-bottom: 20px; border-bottom:1px solid #c7cdd0;}
.services-page .staff-choose-sec p {line-height: normal; margin-bottom: 30px;}
.magento-services-block.staff-choose-sec .icon-block {min-height: 240px;}
.staff-choose-sec .green-bg {background: #5cbd2c !important;}
.staff-choose-sec .org-bg {background: #ea7236 !important;}
.staff-choose-sec .yellow-bg {background: #e9bb1e !important;}
.staff-choose-sec .pink-bg {background: #fa4c9a !important;}
.staff-choose-sec .sky-bg {background: #1eb7e4 !important;}
.magento-services-block.staff-choose-sec .icon-block .icon {-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
.magento-services-block.staff-choose-sec .icon-block:hover .icon {transform: translateX(5px); -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}

.it-staff-form .form-group label{ color: #fff; font-weight: 500; } 
.it-staff-form .form-control { padding: 10px 15px; }
.it-staff-form{ padding: 30px 40px; }
.it-staff-form textarea.form-control { height: 75px;}
.list-staff-process li:hover h4 { color: #000; }


/*ecommerce development css*/
.ecommerce-dev-tabs li{width:25%}
.ecommerce-dev-tabs ul li a{border:0!important;font-weight:600;background:transparent!important;border-bottom:4px solid transparent!important;color:#3f4456;}
.ecommerce-dev-tabs ul li.active a{border-bottom:4px solid #0fb0f5!important}
.ecommerce-dev-tabs ul li:hover a{border-bottom:4px solid #0fb0f5!important}
.ecommerce-dev-tabs ul li:hover img{transform:rotate(360deg);transition:all 1s}
.ecommerce-dev-tabs .ecommerce-dev-link a{padding-bottom:35px!important}
.ecommerce-dev-tabs ul li img{margin:0 auto 12px;}
.ecommerce-dev-tabs ul{text-align:center}
.ecommerce-dev-tabs{margin:0 auto 28px;}
.industry-page-tab h2{text-align:center}
.grey-bg-sec{background:#f4f4f4;padding-bottom:0}
.ecommmerce-main-content p{text-align:center;padding:10px 0 15px; margin-bottom: 0;}
.ecommerce-why-choose{background:#f4f4f4;padding:30px 22px 12px}
.ecommerce-why-choose img{margin:0 auto}
.ecommerce-why-choose h3{text-align:center;font-weight:700;padding:0;margin:12px 0;font-size:18px;margin-bottom:0}
.ecommerce-main-sec h2 span{color:#0fb0f5}

.what-make-us-box-icon { display: block; margin:0 0 15px; -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s }
.what-make-us-box:hover .what-make-us-box-icon{  margin:-10px 0 25px;  }
.ecommerce-inner-content h4{font-size:22px;text-align:center;font-weight:700}
.ecommerce-box img{margin:0 auto}
.ecommerce-box{padding:10px 0}
.ecommerce-tab-thumb{width:80%;float:right}
.ecommerce-why{padding:30px 22px 0}
.row.ecommercr-inner-row{padding-bottom:40px}

/*.hws-ecommerce h2.section-title{padding-bottom:20px;font-size:46px;line-height:50px}*/
.hws-ecommerce .block{padding:30px 0 40px;}
.ecommerce-dev-tabs .nav-tabs{border-bottom:1px dashed #767676;}

.ecommerce-dev-tabs ul li img{-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px rgba(0,0,0,0)}
.ecommerce-dev-tabs ul li:hover img,.ecommerce-dev-tabs ul li:focus img,.ecommerce-dev-tabs ul li:active img{-webkit-animation-name:hvr-push;animation-name:hvr-push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}
@keyframes hvr-push {
50%{-webkit-transform:scale(0.8);transform:scale(0.8)}
100%{-webkit-transform:scale(1);transform:scale(1)}
}
.ecommerce-dev-tabs .ecommerce-tab-thumb img,.ecommerce-dev-tabs .expertise-tab-thumb img,.ecommerce-dev-tabs .expertise-tab-thumb img,.ecommerce-dev-tabs .expertise-tab-thumb img{max-width:370px;margin:auto;width:100%;}
.ecommerce-dev-tabs .expertise-tab-detail.ecommerce-tab-detail.ecommerce-tab-detail{max-width:75%}
.ecommerce-why-choose{position:relative;overflow:hidden}
.ecommerce-why-choose:before{content:"";position:absolute;left:0;top:0;border-top:2px solid #0096d6;width:53%;transform:translateX(-100%);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.ecommerce-why-choose:after{content:"";position:absolute;right:0;bottom:0;border-bottom:2px solid #0096d6;width:53%;transform:translateX(100%);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.ecommerce-why-choose:hover:before,.ecommerce-why-choose:hover:after{transform:translateX(0%)}
.ecommerce-why-choose{padding:0}
.ecommerce-why-choose .e-wch-hrv{padding:30px 22px 12px;position:relative; min-height: 478px;}
.ecommerce-why-choose .e-wch-hrv:before{content:"";position:absolute;border-left:2px solid #0096d6;top:0;left:0;height:53%;transform:translateY(-100%);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.ecommerce-why-choose .e-wch-hrv:after{content:"";position:absolute;border-left:2px solid #0096d6;bottom:0;right:0;height:53%;transform:translateY(100%);-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.ecommerce-why-choose .e-wch-hrv:hover:before,.ecommerce-why-choose .e-wch-hrv:hover:after{transform:translateX(0%)}

.hws-ecommerce .latestwork-block {padding: 10px 0 40px;}
.our-approach-image { margin-top: 20px; }


.exo-menu > li:nth-last-of-type(2) {
    margin-right: 20px;
}

.exo-menu > li:nth-last-of-type(2) a {
    background: #0fb0f5;
    color: #fff;
    background:-webkit-gradient(270deg,#1990c1,#6fd6ff,#289bce,#2b8cb3,#77cff5,#0083b9);
    background:-webkit-linear-gradient(270deg,#1990c1,#6fd6ff,#289bce,#2b8cb3,#77cff5,#0083b9);
    background: linear-gradient(270deg,#1990c1,#6fd6ff,#289bce,#2b8cb3,#77cff5,#0083b9);
    background-size: auto auto;
    background-size: 1000% 1000%;
    animation: btn-color 10s infinite;
    border-radius: 5px;
    padding: 2px 20px;
    margin-top: 5px;
}

@keyframes btn-color{
    0%, 100% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

.media-cart {
    display: flex;
    align-items: start;
    margin-bottom: 25px;
}
.media-cart .column-right {
    margin-left: 20px;
}
.media-cart .column-right h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
}
.media-cart .column-right p {
    font-size: 16px;
}
.media-cart img {
    background: #fff;
    padding: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 75px;
    height: 75px;
    min-width: 75px;
    object-fit: contain;
}
.mb-0{margin-bottom:0 !important;}
.pb-0{padding-bottom:0 !important;}

.magento-certification { display: flex; justify-content: center; }
.magento-certification ul { display: flex;}
.magento-certification ul li { margin: 0 10px 0 15px;}


.inner-banner .magento-slide-text h1  { font-size: 32px; line-height: 50px;  }
.inner-banner .magento-slide-text h1 span  {font-size: 40px;}
.inner-banner.magento-dev-ser{background-position:center center; min-height:475px;}
.flex-align-center{display:flex; align-items:center;}
.faq_sec {
    display: flex;
    flex-wrap: wrap;
}
.faq_sec li {
    width: 100%;
    padding: 5px 0 20px;
    border-bottom: 1px solid #e2e2e2;
    min-height: 102px;
    margin-bottom: 20px;
}
.faq_sec li:last-child{
    border-bottom:0;
    min-height:auto;
    margin-bottom:0;
}
.faq_sec li h4 {
    font-size: 20px;
    position: relative;
    padding: 0 20px;
    cursor: pointer;
    margin-bottom: 12px;
}
.faq_sec li p {
    font-size: 15px;
    line-height: normal;
    display: none;
    padding: 0 20px;
    margin-bottom:15px;
}
.faq_sec li h4:after {
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    position:absolute;
    right:0;
    top:0px;
}

.boost-your-magento-sec .text-left h2{
    text-align: left;
}
.explore-idea {
    float: right;
    font-size: 16px;
    background: #fff;
    padding: 12px 28px;
    line-height: normal;
}
.explore-idea:hover{
    background:#00a4eb;
    color: #fff;
}
.boost-your-magento-sec .text-left h2:before{display:none;}
.gray-light-bg {
    background: #f3f3f3;
}

.Best-Ecommerce-Agency-Logo { max-height: 180px; display: block; margin: 0 auto; }
.pt-20 { padding-top: 20px !important; }

.cereer-email { margin-top: 40px; }
.cereer-email a { font-size: 24px; font-weight: 600; }
.cereer-email a:hover { color: #333; }







/*PWA Page*/

.main-content-section .main-banner-sec{ min-height: 444px; }
.main-content-section .inner-banner{ padding: 50px 0; }
.service-offered-sec{ padding: 125px 0 40px; position: relative; clear: both; background: #ececec;}
.service-offered-sec .pwa-development-sec{ display: flex; justify-content: space-between; align-items: center; background: #00a5ea; border-radius: 100px; padding: 16px 15px 16px 50px; position: absolute; top: -172px; left: 0; right: 0; margin: auto;}
.service-offered-sec .pwa-development-sec h3{ color: #ffffff; font-size: 26px; line-height: 50px; margin-bottom: 0; font-weight: 400;}
.service-offered-sec .pwa-development-sec a{ color: #00a5ea; font-size: 20px; line-height: 50px; background: #ffffff; border-radius: 100px; text-transform: uppercase; padding: 10px 40px; transition: .3s all;}
.service-offered-sec .pwa-development-sec a:hover{ color: #000000; background: #ececec; }
.service-offered-sec .inner-sec h2{ color: #000000; font-weight: 700; line-height: 50px; }
.service-offered-sec .inner-sec .inner-apps h4{ font-size: 26px; color: #000000; line-height: 50px; margin-bottom: 10px;}
.service-offered-sec .inner-sec .inner-apps p{ font-size: 16px; color: #565656; line-height: 22px; font-weight: 500;}
.service-offered-sec .inner-sec{ text-align: center;}
.offer-section { padding-bottom: 80px; }
.service-offered-sec .inner-sec .inner-apps{ padding: 0 160px; margin-bottom: 30px; }
.offer-section .what-we-offer-content h6 { color: #111d2d; }
.what-we-offer-content .offers-block .border-effect .icon{ margin-bottom: 10px; }


/*.menu-right ul.contect-info li.ind:before{
    background:none;
    content: "\f232";
    font: normal normal normal 20px/1 FontAwesome;
    color: #25D366;
    top: 7px;
}*/


.social-chat-btn {
    position: fixed;
    bottom: 0px;
    right: 370px;
    z-index: 1000;
    z-index: 3000;
    display: flex;
}
.social-chat-btn a {
    width: 40px;
    height: 40px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 0px 3px #999;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}
.social-chat-btn img {
    width: 100%;
}


/*Case-study Page CSS Start*/
.case-study-banner{ background: url('../img/case-study-banner.jpg') 50% 50% no-repeat; background-size: cover;  }
.case-study-banner .slider-text h1{ font-size: 61px; color: #ffffff; font-weight: 700; line-height: 55px; margin-bottom: 40px; }
.case-study-below .case-study-client-sec{ margin-top: 40px; }
.case-study-banner .slider-text h4{ font-size: 36px; color: #ffffff; font-weight: 600; line-height: 40px; margin-bottom: 0;}
.case-study-below p{ font-size: 18px; color: #6b6b6b; line-height: 22px;}
.case-study-below h2{ text-transform: none; }
.case-study-below ul li h3{ font-size: 20px; color: #000000; line-height: 30px; }
.case-study-below ul li h3 span{ color: #00a4eb; font-weight: 400; }
.case-study-below ul li { display: inline-block; margin-right: 35px; }
.case-study-below ul li:last-child h3, .case-study-below ul li:nth-child(3) h3{ margin-bottom: 0; }

.case-study-approach{ padding: 35px 0 18px; background: #00b7d0; }
.case-study-approach .content-sec h3{ font-size: 40px; color: #ffffff; font-weight: 600; line-height: 42px; margin-bottom: 15px; }
.case-study-approach .content-sec p{ font-size: 24px; color: #ffffff; line-height: 30px; }
.case-study-mobile .content h4{ text-transform: none; }
.case-study-mobile .content.syncHeight ul li:before, .case-study-laptop .content ul li:before{ display: none; padding-left: 0;}
.case-study-mobile .content.syncHeight ul li{ margin-bottom: 15px; font-size: 18px; color: #4d4d4d; line-height: 22px; display: block; padding-left: 0;}
.case-study-mobile .img-block img{ margin: auto; }
.case-study-mobile .content.syncHeight:first-child{ margin-bottom: 40px; }
.case-study-mobile .content.syncHeight, .case-study-laptop .content.syncHeight{ min-height: auto!important; }
.case-study-laptop{ background: url('../img/case-study-challenge.jpg') 50% 50% no-repeat; background-size: cover; }
.case-study-laptop .content h3{ font-size: 40px; line-height: 42px; color: #ffffff; font-weight: 700; }
.case-study-laptop .content p{ font-size: 24px; line-height: 30px; color: #ffffff; }
.case-study-laptop .content ul li{ font-size: 20px; line-height: 26px; color: #ffffff; padding-left: 0;}
.case-study-laptop .challeges-sec{ padding: 35px; background: #2c333b; margin-top: 50px; }
.case-study-laptop .challeges-sec h3{ font-size: 24px; color: #ffffff; line-height: 26px; }
.case-study-laptop .challeges-sec ul li, .case-study-laptop .challeges-sec p{ font-size: 20px; color: #ffffff; line-height: 26px; margin-bottom: 15px; position: relative; padding-left: 20px;}
.case-study-laptop .challeges-sec ul li:last-child, .case-study-solution .content ul li:last-child{ margin-bottom: 0; }
.case-study-laptop .challeges-sec ul li:before, .case-study-solution .content ul li:before, .case-study-results .content-sec ul li:before{ content: ''; position: absolute; top: 10px; left: 0; width: 7px; height: 7px; background: #4eb959; border-radius: 100%; display: block; }
.case-study-laptop .col-sm-8{ width: 65%; }
.case-study-laptop .col-sm-4{ width: 35%; }
.case-study-laptop { position: relative;}
.case-study-laptop .img-laptop { max-width: inherit; position: absolute; left: 0; top: 150px;}
.case-study-solution{ padding: 70px 0; }
.case-study-solution .content h2{ margin-bottom: 20px; font-size: 40px; }
.case-study-solution .content p{ font-size: 24px; }
.case-study-solution .content ul li{ font-size: 20px; line-height: 26px; margin-bottom: 20px; padding-left: 20px; position: relative; }

.case-study-results{ background: url('../img/case-study-result.jpg') 50% 50% no-repeat; background-size: cover; padding: 60px 0 90px;}
.case-study-results .content-sec h2{ color: #ffffff; font-size: 40px; line-height: 42px; margin-bottom: 15px;font-weight: 600; }
.case-study-results .content-sec h6{ color: #ffffff; font-size: 24px; line-height: 30px; margin-bottom: 30px; text-transform: none; }
.case-study-results .content-sec p{ color: #ffffff; font-size: 20px; line-height: 22px; }
.case-study-results .content-sec ul li{ font-size: 18px; color: #ffffff; display: inline-block; margin-right: 20px; position: relative; padding-left: 15px;}
.case-study-results .content-sec ul{ padding-top: 20px; }

.case-study-statistics{ padding: 22px 0; background: #00b7d0; }
.case-study-statistics .stats-bar-sec img{ margin: 0 auto; height: 56px; width: 66px; }
.case-study-statistics .stats-bar-sec p{ font-size: 24px; color: #ffffff; margin: 10px 0 0; text-align: center; }


/*Case-study Page CSS End*/














@media(max-width: 1199px){
    .service-offered-sec .pwa-development-sec h3{ font-size: 22px; }
    .service-offered-sec .pwa-development-sec a{ font-size: 18px; padding: 6px 26px;}
    .service-offered-sec .pwa-development-sec{ padding: 12px 12px 12px 45px; }
    .service-offered-sec .pwa-development-sec{ width: 95%; }
    .service-offered-sec .inner-sec { margin-top: 0;}
    /*Case-study css start*/
    .case-study-below ul li h3{ font-size: 18px; }
    .case-study-below ul li { margin-right: 20px; }
    .case-study-laptop .col-sm-8{ width: 60%; }
    .case-study-laptop .col-sm-4{ width: 40%; }
    .case-study-approach .content-sec p, .case-study-results .content-sec h6{ font-size: 22px; }
    /*Case-study css end*/
}

@media(max-width: 991px){
    .offer-section .what-we-offer-content .col-sm-4{ width: 50%; }
    .service-offered-sec .pwa-development-sec a { font-size: 14px; padding: 0px 26px;}
    .service-offered-sec .pwa-development-sec h3{ font-size: 16px; }
    .service-offered-sec{ padding: 80px 0 40px;}
    .service-offered-sec .pwa-development-sec{ top: -115px; padding: 12px 12px 12px 30px; }
    .service-offered-sec .inner-sec .inner-apps{ padding: 0 100px; }

    .case-study-banner .slider-text h1{ font-size: 46px; margin-bottom: 20px;}
    .case-study-banner .slider-text h4{ font-size: 26px; line-height: 32px; }
    .case-study-results .content-sec h6, .case-study-statistics .stats-bar-sec p{ font-size: 20px; }
    .case-study-mobile .content.syncHeight ul li, .case-study-laptop .content ul li, .case-study-laptop .challeges-sec ul li, .case-study-laptop .challeges-sec p, .case-study-solution .content ul li, .case-study-results .content-sec p, .case-study-below ul li h3, .case-study-approach .content-sec p { font-size: 16px; line-height: 24px; }
    .case-study-approach .content-sec p{ margin-bottom: 0; }
    .case-study-below .case-study-client-sec { margin: 20px 0 40px;}
    .case-study-approach .content-sec h3 { font-size: 30px;}
    .case-study-mobile .inner-content .col-sm-8, .case-study-mobile .inner-content .col-sm-4, .case-study-laptop .col-sm-8, .case-study-laptop .col-sm-4{ width: 100%; }
    .solutions-block{ padding: 50px 0!important; }
    .case-study-results .content-sec ul li { font-size: 15px; }
    .case-study-results, .case-study-solution { padding: 50px 0; }
    .case-study-results .content-sec h6, .case-study-statistics .stats-bar-sec p { font-size: 16px; margin-bottom: 15px;}
    .case-study-laptop .img-laptop { position: relative; margin-top: 30px; top: 0; width: 100%; }
    .case-study-laptop .content p{ font-size: 20px; }
    .case-study-laptop .content h3 { font-size: 34px;}
    .case-study-mobile .img-block img{ margin-top: 20px; }
    .case-study-laptop .challeges-sec p{ margin-bottom: 0; }
}

@media(max-width: 767px){
	h2{ font-size: 24px!important; line-height: 35px!important; }
    .offer-section .what-we-offer-content .col-sm-4{ width: 100% }
    .service-offered-sec .pwa-development-sec{ padding: 8px 8px 8px 16px; }
    .service-offered-sec .pwa-development-sec a { padding: 0px 14px;}
    .service-offered-sec .inner-sec .inner-apps{ padding: 0 40px; }
    .service-offered-sec .pwa-development-sec h3{ font-size: 16px; line-height: 30px; margin-bottom: 15px; }
    .service-offered-sec .pwa-development-sec a { padding: 10px 20px; font-size: 14px; line-height: 30px;}
    .service-offered-sec .pwa-development-sec{ border-radius: 10px; display: block; text-align: center; top: -135px; padding: 20px; }
    .top-header-sec .inner-banner .slider-img img { max-width: 280px;}

    .menu-right .top-header-right{ margin-right: 10px; }
    .case-study-banner .slider-text h1{ margin-bottom: 15px; line-height: 20px!important; }
    .case-study-banner .slider-text h4 { font-size: 18px; line-height: 22px;}
    .case-study-results .content-sec ul li { text-align: left; display: block;}
    .case-study-solution .content p { font-size: 16px;}
    .case-study-laptop .challeges-sec { padding: 20px;}
    .case-study-laptop .challeges-sec h3{ line-height: 30px; } 
    .case-study-below ul li:nth-child(3) h3 { margin-bottom: 15px;}
    .main-content-section .inner-banner .slider-text{ top: 60px; }
}

@media(max-width: 481px){
    .service-offered-sec .inner-sec .inner-apps{ padding: 0; } 
    .service-offered-sec .inner-sec{ margin-top: 40px; }
    .service-offered-sec .pwa-development-sec{ top: -192px; }
    .service-offered-sec .inner-sec .inner-apps h4{ line-height: 34px; font-size: 22px; }
    .review-section-left h3 { line-height: 35px; }
    .review-section-left h3 br{ display: none; }
    .menu-right{ width: 20%!important; }
}


