
/* ******************************
:: 5.0 PRELOADER AREA CSS
****************************** */
#preloader {
    background: #fff !important;
}

.digimax-preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    z-index: 9000;
    background-color: #ffffff !important;
}

.digimax-preloader .preloader-animation {
    z-index: 1000;
    
}

.preloader-animation .spinner {
    height: 9em;
    width: 9em;
    margin: 0 auto 3.5em auto;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: #000000;
    border-radius: 50%;
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
}

.preloader-animation .loader {
    font: bold 5em "Poppins", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

.preloader-animation .loader .animated-letters {
    position: relative;
    color: rgba(0, 0, 0, 0.2);
}

.loader .animated-letters:before {
    position: absolute;
    content: attr(data-text-preloader);
    top: -3px;
    left: 0;
    color: #000000;
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-animation: animated-letters 4s infinite;
    animation: animated-letters 4s infinite;
}

.loader .animated-letters:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader .animated-letters:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loader .animated-letters:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loader .animated-letters:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loader .animated-letters:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loader .animated-letters:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.loader .animated-letters:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.digimax-preloader p {
    font-family: "Poppins", sans-serif;
    letter-spacing: 8px;
    color: #3b3b3b;
}

.digimax-preloader .loader-animation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
    
}

.single-loader .loader-bg {
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #ffffff !important;
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.digimax-preloader.loaded .preloader-animation {
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.digimax-preloader.loaded .single-loader .loader-bg {
    width: 0;
    -webkit-transition: 0.7s all cubic-bezier(0.1, 0.1, 0.1, 1);
    transition: 0.7s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes animated-letters {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes animated-letters {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .preloader-animation .spinner {
        height: 8em;
        width: 8em;
    }

    .preloader-animation .loader {
        font: bold 3.5em "Poppins", sans-serif;
    }
}

@media screen and (max-width: 500px) {
    .preloader-animation .spinner {
        height: 7em;
        width: 7em;
    }

    .preloader-animation .loader {
        font: bold 2em "Poppins", sans-serif;
    }
}
.active { background-color: #fff;
}
.active1 { color: rgb(22, 22, 22) !important;
}
.active2 { color: rgb(22, 22, 22) !important;
}
.active3 { background-color: #b7cbf1 !important;
}

/*swiper*/

.swiper {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: contain;
    width: 330px;
    height: 300px;
}
.swiper-slide #tech{
    padding-top: 90px !important;

}

.swiper-slide img {
    display: block;
    width: 100%;
}

#particle {

    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

#overlay {
    position: relative;
}
/************************/
body {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}
/****************custom load & mouse*************/
.load1{
    display: none !important;
}
.load2{
    display: none !important;
}.load3{
    display: none !important;
}
@media screen and (max-width: 600px) {
    .header {
        position: absolute !important;
    }
}

@media screen and (max-width: 797px) {
    .header {
        position: absolute !important;
    }
}

.active {
    background-color: #fff;

}

.active1 {
    color: rgb(22, 22, 22) !important;
}

.active2 {
    color: rgb(22, 22, 22) !important;
}

.active3 {
    background-color: #b7cbf1 !important;
}

.active4 {
    position: absolute !important;
}


.field {
display: inline-flex;
align-items: center;
justify-content: space-around;
width: 300px;
}

.mouse {
width: 25px;
height: 40px;
border: 1px solid rgb(255, 252, 252);
border-radius: 60px;
position: relative;
}
.mouse::before {
content: '';
width: 12px;
height: 12px;
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
background-color: rgb(255, 255, 255);
border-radius: 50%;
opacity: 1;
animation: wheel 2s infinite;
-webkit-animation: wheel 2s infinite;
}


@keyframes wheel {
to {
opacity: 0;
top: 30px;
}
}

@-webkit-keyframes wheel {
to {
opacity: 0;
top: 40px;
}
}


/***********************************************************************************/

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

aside,
footer,
header,
nav,
section {
    display: inline-block
}

body {
    font-size: 15px;
    color: #000;
    background: #fff;
    overflow-x: hidden;
    padding: 0;
    overflow-x: hidden;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

body,
html {
    height: 100%;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: normal;
    margin: 0 0 15px 0;
    font-weight: 400;
    letter-spacing: .04em;
    font-family: Quicksand, sans-serif;
    color: #090f1e
}



h1 {
    font-size: 45px !important;
    text-shadow: rgb(22, 22, 22) !important;

}
@media screen and (max-width: 600px) {
  
h1 {
    font-size: 32px !important;
    text-shadow: rgb(22, 22, 22) !important;

}

.pull_right {
    float: right;
    padding-top: 190px !important;
    margin-right: 20px !important;
}
  }

h2 {
    font-size: 26px
}

h3 {
    font-size: 22px
}

h3 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

label {
    font-weight: 400;
    font-size: 14px
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

p {
    margin: 0 0 20px 0;
    line-height: 25px;
    color: #000;
    font-weight: 300;
    font-family: Roboto, sans-serif
}

b,
strong {
    font-weight: 500
}

a {
    color: #2b64e9;
    cursor: pointer;
    text-decoration: none
}

a:hover {
    color: #000
}

.chosen-results li,
.floating_label label,
.form_control,
.icon,
.icons:before,
.nav-tabs>li>a:after,
.site_menu ul li a:after,
.transition,
.transitions,
.transitions *,
a,
button,
input,
input[type=reset],
input[type=submit],
label,
label:after,
label:before,
select,
textarea {
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transition: all .25s ease
}

.btn .fa,
a .fa,
button .fa {
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    -webkit-transition: all 0s ease
}

a:focus,
button:focus,
input:focus,
input[type=button],
input[type=reset]:focus,
input[type=submit]:focus,
select:focus,
textarea:focus {
    outline: 0
}

button,
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 0
}

.form_control,
button,
input,
input[type=reset],
input[type=submit],
select,
textarea {
    font-size: 14px;
    font-family: Quicksand, sans-serif
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    display: none
}

ul.reset {
    margin: 0;
    padding: 0;
    list-style: none
}

.btn {
    display: inline-block;
    text-align: center;
    padding: 0 25px 0 25px;
    background: #2b64e9;
    min-width: 100px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 500;
    font-family: Quicksand, sans-serif;
    text-transform: uppercase
}

.btn:hover {
    background: #194bbd;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 0 4px rgba(43, 100, 233, .3);
    -webkit-box-shadow: 0 0 0 5px rgba(43, 100, 233, .3)
}

.btn:focus {
    color: #fff;
    outline-offset: 0;
    outline: 0;
    outline: 0;
    border: 0
}

.btn.shadow {
    box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .2)
}

.btn.line {
    border: 1px solid #fff;
    background: 0 0
}

.btn.line:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .3)
}

.btn.grey {
    background: #20303a;
    color: #fff
}

.btn.grey:focus,
.btn.grey:hover {
    background: #354650;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(53, 70, 80, .3);
    -webkit-box-shadow: 0 0 0 5px rgba(53, 70, 80, .3)
}

.btn.green {
    background: #0a3c7b;
    color: #fff
}

.btn.green:focus,
.btn.green:hover {
    background: #2b64e9;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(234, 243, 234, 0.3);
    -webkit-box-shadow: 0 0 0 5px #2b64e9
}

.btn .fa {
    margin-right: 5px;
    position: relative;
    top: 1px
}

.btn.full {
    width: 100%
}

.clear {
    clear: both;
    float: left;
    width: 100%
}

.form_group,
.full_row {
    float: left;
    width: 100%
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%
}

.webcontainer {
    max-width: 1996px !important;
    margin: 3px 66px !important;
    padding: 0 15px;
    width: 100%
}


.container.md {
    max-width: 1000px
}

.md {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}

.relative {
    position: relative;
    z-index: 99
}

section {
    float: left;
    width: 100%;
    padding: 50px 0;
    position: relative
}

section.grey {
    background: #eee
}

section.grey1 {
    background: #efefef
}

section.blue {
    background: #2b64e9
}

section.green {
    background: #0a3c7b
}

section.dark {
    background: #0e152e
}

.hide {
    display: none
}

[class^=col_] {
    float: left;
    padding: 0 15px
}

.row {
    margin: 0 -15px
}

.col_2 {
    width: 16.6%
}

.col_3 {
    width: 25%
}

.col_4 {
    width: 33.3%
}

.col_5 {
    width: 40%
}

.col_6 {
    width: 50%
}

.col_7 {
    width: 60%
}

.pull_left {
    float: left
}

.pull_right {
    float: right;
    
}

.form_group {
    margin-bottom: 15px;
    position: relative
}

.form_control {
    height: 44px;
    padding: 0 10px;
    line-height: 44px;
    border-radius: 0;
    border: 0;
    width: 100%;
    color: #090f1e;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    position: relative;
    z-index: 9;
    font-family: Roboto, sans-serif
}

textarea.form_control {
    height: 100px;
    line-height: normal;
    width: 100%;
    white-space: normal;
    overflow: auto;
    padding: 10px;
    font-size: 15px
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.center .col_6 {
    float: none;
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.float_form .form_group {
    margin-bottom: 25px
}

.float_form label {
    float: left;
    width: 100%;
    position: relative;
    color: #666
}

.float_form label .form_control {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    color: #333
}

.float_form label i {
    position: absolute;
    left: 0;
    line-height: 41px;
    text-align: center;
    bottom: 0;
    width: 25px;
    color: #2b64e9;
    z-index: 10
}

.float_form label i.fa-mobile {
    font-size: 21px
}

.error {
    position: absolute;
    font-weight: 500;
    right: 0;
    width: 100%;
    text-align: right;
    top: 100%;
    font-size: 12px;
    padding-top: 2px
}

.error.visible {
    animation: fadeInDown .3s ease-in
}

.site_header {
    position: fixed;

    padding: 20px 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    float: left
}

.site_header.fixed {
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    background: #fff;
    height: 70px;
    padding: 15px 0
}

.site_header.fixed .top_info {
    margin-top: -60px
}

.site_header .container {
    max-width: 1350px;
    padding: 0 50px
}

.top_info {
    text-align: right;
    font-size: 13px;
    transition: all .3s ease;
    float: left;
    width: 100%;
    padding-right: 180px
}

.top_info li {
    display: inline-block;
    margin-left: 20px
}

.top_info a {
    display: inline-block;
    line-height: 26px;
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    opacity: 200
}

.top_info a:hover {
    color: #fff;
    opacity: 1
}

.top_info .contact .fa {
    font-size: 16px;
    float: left;
    line-height: 26px;
    margin-right: 7px
}

.top_info .contact .fa-envelope-o {
    font-size: 14px
}

.top_info .contact .fa-skype {
    font-size: 15px
}

.site_logo {
    float: left;
    margin-top: -10px;
    width: 225px;
    height: 46px
}

#sidebar .close,
.site_logo .toggle {
    height: 40px;
    line-height: 40px;
    text-align: center
}

.site_logo .toggle {
    display: none;
    width: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -20px
}

.site_logo .toggle .fi {
    font-size: 28px
}

#sidebar {
    max-width: 280px;
    width: 100%;
    background: #fff
}

#sidebar .close {
    width: 55px;
    margin-bottom: 5px;
    display: inline-block
}

#sidebar .close .fi {
    font-size: 16px !important
}

#sidebar ul {
    margin-bottom: 80px;
    float: left;
    width: 100%
}

#sidebar ul ul {
    margin-bottom: 0
}

#sidebar ul li {
    float: left;
    width: 100%;
    line-height: 0;
    margin: 1px 0
}

#sidebar h3,
#sidebar ul a {
    font-size: 16px;
    position: relative;
    line-height: 40px;
    letter-spacing: normal;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    display: block;
    padding: 0 20px;
    color: #090f1e;
    background: 0 0;
    border: 0
}

#sidebar .services,
#sidebar ul ul a {
    background: #f0f0f0
}

#sidebar ul ul a,
#sidebar ul ul h3 {
    line-height: normal;
    padding: 8px 15px 8px 45px;
    font-size: 14px
}

#sidebar ul ul li {
    margin: 0
}

#sidebar ul ul li:first-child a {
    padding-top: 15px
}

#sidebar ul ul li:last-child a {
    padding-bottom: 15px
}

#sidebar ul .fa {
    position: absolute;
    left: 20px;
    line-height: 20px;
    margin-top: -10px;
    top: 50%
}

#sidebar ul .fa-smile-o {
    font-size: 18px
}

#sidebar ul a span {
    display: block;
    margin-top: 3px;
    font-weight: 400;
    font-size: 13px;
    color: #202020
}

#sidebar section {
    padding: 0
}

#sidebar h3:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    line-height: 30px;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    font-size: 18px;
    color: #090f1e
}

#sidebar h3[aria-expanded=true]:after {
    content: "\f106"
}

#sidebar .services {
    padding: 5px 0
}

#sidebar .services a {
    padding: 8px 15px 8px 20px
}

#sidebar .services ul li:first-child a {
    padding-top: 8px
}

#sidebar .services ul li:last-child a {
    padding-bottom: 8px
}

.site_menu {
    float: right;
    margin-top: 20px;
    transition: all .3s ease;
    position: relative;
    font-size: 14px;
    font-family: Quicksand, sans-serif
}

.site_menu li {
    float: left;
    margin-left: 30px;
    position: relative
}

.site_menu ul li a {
    display: block;
    line-height: 36px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 0;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-transform: capitalize
}

.site_menu ul li a.active {
    padding: 0 15px;
    background: rgba(253, 253, 253, .15)
}

.site_menu ul li a .fa {
    margin: 0 0 0 3px
}

.site_menu ul li a:hover {
    opacity: .6
}

.site_menu .sub_menu {
    position: absolute;
    left: 50%;
    margin-left: -140px;
    top: 100%;
    width: 280px;
    z-index: -99;
    padding-top: 15px;
    display: none;
    transition: all .3s ease;
    z-index: 99
}

.site_menu ul li:hover .sub_menu {
    display: block
}

.fixed .site_menu .sub_menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    height: 5px;
    width: 100%;
    background: #fff
}

.site_menu ul ul {
    list-style: none;
    position: relative;
    padding: 10px 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    float: left;
    width: 100%;
    border-radius: 4px
}

.site_menu ul ul:before {
    left: 50%;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #fff;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    top: -16px;
    margin-left: -8px;
    position: absolute;
    background-color: transparent
}

.site_menu ul ul a:after {
    display: none
}

.site_menu ul ul li {
    margin: 0;
    width: 100%
}

.site_menu ul ul a {
    color: #202020;
    text-transform: none;
    padding: 10px 15px;
    line-height: normal;
    border-radius: 0
}

.site_menu ul ul a:hover {
    background: #e0e1e4;
    color: #000;
    opacity: 1
}

.sub_menu .sublink {
    display: none
}

.site_menu .arrow:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 13px
}

.site_menu ul.icon li a {
    font-size: 15px;
    padding-left: 50px;
    position: relative
}

.site_menu ul.icon .fa {
    position: absolute;
    left: 13px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    top: 17px;
    color: #0a3c7b;
    margin-left: 0;
    text-align: center
}

.site_menu ul.icon li a span {
    text-transform: capitalize;
    display: block;
    color: #505050;
    font-size: 13px;
    padding-top: 3px;
    font-weight: 400
}

.site_menu ul.icon li a:hover span {
    color: #333
}

.site_menu ul.icon .fa-smile-o {
    font-size: 20px
}

.site_menu .custom {
    position: static
}

.site_menu .custom .sub_menu {
    width: 800px;
    margin: 0;
    left: auto;
    right: 0
}

.site_menu .custom ul {
    float: left;
    width: 33.3%;
    padding: 20px 20px;
    box-shadow: none;
    min-height: 325px
}

.site_menu .custom ul.last {
    width: 28%
}

.site_menu .custom ul li a {
    background: 0 0;
    color: #000;
    padding: 7px 0 7px 18px;
    font-size: 13px;
    font-weight: 400
}

.site_menu .custom ul li a:hover {
    color: #0a3c7b
}

.site_menu .custom ul li.head a {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 10px
}

.site_menu .custom ul li.head a:before {
    display: none
}

.site_menu .custom ul li.head a:after {
    height: 2px;
    content: "";
    width: 50px;
    background: #aece4e;
    position: absolute;
    left: 10px;
    bottom: 0;
    display: block
}

.site_menu .custom ul li a:before {
    height: 100%;
    content: "\f105";
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -7px;
    line-height: 14px;
    font-size: 12px;
    font-family: FontAwesome
}

.site_menu .custom ul:before {
    display: none
}

.site_menu .sub_menu_list {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    float: left;
    width: 100%;
    border-radius: 4px;
    padding: 0
}

.site_menu .sub_menu_list:before {
    left: 38%;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #f3f3f3;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    top: -1px;
    margin-left: 28px;
    position: absolute;
    background-color: transparent
}

.site_menu h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

.site_menu h3 .fa {
    display: inline-block;
    margin-right: 3px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 100px;
    background: #0a3c7b;
    color: #fff
}

.site_menu h3 .fa-mobile {
    font-size: 21px
}

.site_menu .custom .center {
    background: #f3f3f3;
    border-radius: 0
}

@media (min-width:1600px) {
    .site_header .container {
        max-width: 1500px;
        padding: 0 50px
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .site_menu .sub_menu {
        -webkit-transform: scale(0);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
        max-height: 0;
        display: block
    }

    .site_menu ul li:hover .sub_menu {
        max-height: 1000px;
        -webkit-transform: scale(1)
    }
}
/******************clients**********************/

.head {
    font-size: 36px;
    letter-spacing: .02em;
    color: #090f1e;
    margin-bottom: 40px;
    line-height: 42px;
    position: relative;
    float: left;
    width: 100%
}

.head.style1 {
    margin-bottom: 30px;
    margin-top: -8px;
    letter-spacing: .02em
}

.head.style2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: normal
}

.head.line {
    padding-bottom: 20px;
    margin-bottom: 20px
}

.head.line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #0a3c7b;
    border-radius: 10px
}

.head_desc {
    font-family: Quicksand, sans-serif;
    font-size: 18px;
    opacity: .6;
    margin-bottom: 10px;
    font-weight: 500
}



.banner * {
    font-family: Quicksand, sans-serif
}

ul.col_3 {
    margin: 0 -15px;
    width: auto
}

ul.col_3 li {
    float: left;
    width: 33.3%;
    padding: 15px 15px;
    font-size: 14px
}

ul.col_3 li p:last-child {
    margin: 0
}

ul.col_3 li p {
    line-height: 22px
}

.col_4:nth-child(3n+1),
ul.col_3 li:nth-child(3n+1) {
    clear: both
}

.col_4:nth-child(3n),
ul.col_3 li:nth-child(3n) {
    clear: none
}

ul.col_6 li {
    float: left;
    width: 16.6%;
    padding: 15px 15px
}

.clients {
    text-align: center;
    font-family: Quicksand, sans-serif
}

.clients.style1 {
    padding-top: 20px
}

.clients ul {
    margin: 0 -10px
}

.clients li {
    float: left;
    text-align: center;
    width: 16.6%;
    padding: 0 10px
}

.clients amp-img {
    max-width: 180px;
    margin: 0 auto
}

.clients img {
    background: #e5e5e5;
    border-radius: 10px 0 10px 0;

    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.clients li:hover img {}

.clients li:hover img {
    background: 0 0
}

.clients .head {
    margin-bottom: 35px
}

ul.boxes {
    margin: 0 -15px
}

.boxes li {
    padding: 0 15px;
    margin-bottom: 30px
}

.boxes.col2 li {
    float: left;
    width: 50%
}

.boxes.col3 li {
    float: left;
    width: 33.3%
}

.boxes.col4 li {
    float: left;
    width: 25%
}

.boxes.col2 li:nth-child(2n+1),
.boxes.col3 li:nth-child(3n+1) {
    clear: both
}

.boxes.col2 li:nth-child(2n),
.boxes.col3 li:nth-child(3n) {
    clear: none
}

.boxes .box_col {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 30px
}

.boxes .box {
    float: left;
    width: 100%;
    border-radius: 20px 0 20px 0;
    position: relative;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .18);
    transition: .3s
}

.boxes .box:hover {
    box-shadow: 0 2px 50px rgba(0, 0, 0, .4)
}

.boxes .box p {
    margin: 0;
    line-height: 23px;
    font-size: 14px
}

.boxes .box h3 {
    font-size: 18px;
    color: #090f1e;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 12px;
    position: relative
}

.boxes .box h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: #0a3c7b;
    border-radius: 10px
}


.boxes .box a {
    font-weight: 500;
    font-size: 14px;
    color: #555;
    display: inline-block;
    margin-top: 13px
}

.boxes .box a:hover {
    opacity: .6
}

.boxes .box a .fa {
    margin-left: 3px;
    font-size: 12px
}

.boxes .box.ios h3 {
    color: #555
}

.boxes .box.ios h3:after {
    background: #555
}

.boxes .box.ios .icon {
    background-color: rgba(85, 85, 85, .18)
}

.boxes .box.android a,
.boxes .box.android h3 {
    color: #0a3c7b
}

.boxes .box.android h3:after {
    background: #0a3c7b
}

.boxes .box.android .icon {
    background-color: rgba(119, 193, 89, .22) !important
}

.boxes .box.react a,
.boxes .box.react h3 {
    color: #05a5d1
}

.boxes .box.react h3:after {
    background: #05a5d1
}

.boxes .box.react .icon {
    background-color: rgba(5, 165, 209, .18) !important
}

.boxes .box.bootstrap a,
.boxes .box.bootstrap h3 {
    color: #7952b3
}

.boxes .box.bootstrap h3:after {
    background: #7952b3
}

.boxes .box.bootstrap .icon {
    background-color: rgba(121, 82, 179, .2)
}

.boxes .box.jquery a,
.boxes .box.jquery h3 {
    color: #1e6faa
}

.boxes .box.jquery h3:after {
    background: #1e6faa
}

.boxes .box.jquery .icon {
    background-color: rgba(30, 111, 170, .18)
}


.boxes .box.angular a,
.boxes .box.angular h3 {
    color: #c31f33
}

.boxes .box.angular h3:after {
    background: #c31f33
}

.boxes .box.angular .icon {
    background-color: rgba(195, 31, 51, .18)
}

.boxes .box.yii a,
.boxes .box.yii h3 {
    color: #eb6d2d
}

.boxes .box.yii h3:after {
    background: #eb6d2d
}

.boxes .box.yii .icon {
    background-color: rgba(235, 109, 45, .18)
}

.boxes .box.stack a,
.boxes .box.stack h3 {
    color: #0abab5
}

.boxes .box.stack h3:after {
    background: #0abab5
}

.boxes .box.stack .icon {
    background-color: rgba(10, 186, 181, .18)
}

.boxes .box.laravel a,
.boxes .box.laravel h3 {
    color: #fa503a
}

.boxes .box.laravel h3:after {
    background: #fa503a
}

.boxes .box.laravel .icon {
    background-color: rgba(250, 80, 58, .18)
}

.boxes .box.nodejs a,
.boxes .box.nodejs h3 {
    color: green
}

.boxes .box.nodejs h3:after {
    background: green 
}

.boxes .box.nodejs .icon {
    background-color: rgba(102, 159, 100, .18)
}

.boxes .box.apache a,
.boxes .box.apache h3 {
    color: #c62234
}

.boxes .box.apache h3:after {
    background: #c62234
}

.boxes .box.apache .icon {
    background-color: rgba(198, 34, 52, .2)
}

.boxes .box.apache a,
.boxes .box.linux h3 {
    color: #b17e05
}

.boxes .box.linux h3:after {
    background: #b17e05
}

.boxes .box.linux .icon {
    background-color: rgba(177, 126, 5, .2)
}

.boxes .box.nginx a,
.boxes .box.nginx h3 {
    color: #0a3c7b
}

.boxes .box.nginx h3:after {
    background: #0a3c7b
}

.boxes .box.nginx .icon {
    background-color: rgba(13, 151, 77, .2)
}

.boxes .box.google a,
.boxes .box.google h3 {
    color: #3a7cec
}

.boxes .box.google h3:after {
    background: #3a7cec
}

.boxes .box.google .icon {
    background-color: rgba(58, 124, 236, .2)
}

.boxes .box.aws a,
.boxes .box.aws h3 {
    color: #f90
}

.boxes .box.aws h3:after {
    background: #f90
}

.boxes .box.aws .icon {
    background-color: rgba(255, 153, 0, .2)
}

.boxes .box.php a,
.boxes .box.php h3 {
    color: #4f5b93 !important
}

.boxes .box.php h3:after {
    background: #4f5b93 !important
}

.boxes .box.php .icon {
    background-color: rgba(79, 91, 147, .2) !important
}
.boxes.style1 li {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.boxes.style1 li:last-child {
    margin: 0
}

.boxes.style1 .icon {
    position: absolute;
    left: 30px;
    top: 20px
}

.boxes.style1 h3 {
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    padding: 0 0 5px 85px;
    height: 65px;
    display: table-cell;
    vertical-align: middle
}

.boxes.style1 .box h3:after {
    display: none
}

.boxes.icons .box i {
    display: block;
    margin-bottom: 5px;
    font-size: 34px
}

.boxes.icons .box i.blue {
    color: #2b64e9
}

.boxes.icons .box i.green {
    color: #0a3c7b
}

.boxes .box .icon.apple:before { 
    background-position: -176px 0 !important
}

.boxes .box .icon.android:before {
    background-position: -220px 0 !important
}

.boxes .box .icon.react:before {
    background-position: -88px 0 !important
}

.boxes .box .icon.anguar:before {
    background-position: 0 0 !important
}

.boxes .box .icon.yii:before {
    background-position: -44px 0 !important
}

.boxes .box .icon.stack:before {
    background-position: -308px 0 !important
}

.boxes .box .icon.laravel:before {
    background-position: -132px 0 !important
}

.boxes .box .icon.nodejs:before {
    background-position: -264px 0 !important
}

.boxes .box .icon.jquery:before {
    background-position: -528px 0 !important
}

.boxes .box .icon.bootstrap:before {
    background-position: -572px 0 !important
}

.boxes .box .icon.apache:before {
    background-position: 0 -44px !important
}

.boxes .box .icon.linux:before {
    background-position: -44px -44px !important
}

.boxes .box .icon.nginx:before {
    background-position: -88px -44px !important
}

.boxes .box .icon.google:before {
    background-position: -132px -44px !important
}

.boxes .box .icon.aws:before {
    background-position: -176px -44px !important
}

.boxes .box .icon.php:before {
    background-position: -220px -44px !important
}
/**********************boxes******/



/******footer**/

.white,
.white .head,
.white p {
    color: #fff
}

.center_img {
    display: block;
    margin: 0 auto
}

section.half .bg {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat
}

section.half .bg.left {
    left: 0
}

section.half .bg.right {
    right: 0
}

section.half .container {
    position: relative;
    z-index: 9
}

section.half .pull_left {
    padding-right: 50px
}

section.half .pull_right {
    padding-left: 50px
}

.page_banner {
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding: 200px 0 200px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    display: inline
}

.page_banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .75;
    content: ""
}

.page_banner:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 300px;
    width: 100%;
    content: "";
    background: url(images/waves.svg) no-repeat bottom
}

.page_banner .container {
    position: relative;
    z-index: 9;
    text-align: center;
    color: #fff;
    max-width: 1020px
}

.page_banner * {
    color: #fff;
    font-family: Quicksand, sans-serif
}

.page_banner .fa {
    font-family: FontAwesome
}

.page_banner.cms {
    padding: 180px 0 120px 0
}

.page_banner h1 {
    font-size: 44px;
    margin-bottom: 25px;
    letter-spacing: normal;
    line-height: 60px
}

.page_banner .btns .btn {
    min-width: 160px;
    margin: 5px 5px
}

.page_banner .desc {
    font-size: 30px;
    font-weight: 300;
    line-height: normal
}

.footer_form {
    background: #eeeff0;
    text-align: center;
    padding: 35px 0 20px 0
}

.footer_form .head {
    margin-bottom: 15px
}

.footer_form .head_desc {
    width: 100%;
    float: left;
    margin-bottom: 35px
}

.footer_form .content {
    float: left;
    width: 65%;
    padding: 20px
}

.footer_form .contact {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px
}

.footer_form .contact a {
    font-weight: 500;
    color: #333;
    font-size: 18px;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px
}

.footer_form .contact .fa {
    font-size: 20px;
    display: inline-block;
    border-radius: 100px;
    margin-right: 5px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    width: 40px;
    color: #fff;
    background: #0a3c7b
}

.footer_form .contact .fa-mobile {
    font-size: 24px
}

.footer_form .form_group {
    width: 33.3%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 25px
}

.footer_form .form_group .form_group {
    margin: 0 0 25px 0;
    width: 100%;
    padding: 0
}

.footer_form .form_group .form_group .error {
    padding: 2px 0
}

.footer_form .form_group.full {
    width: 66.6%
}

.footer_form .form_group.action {
    width: 33.3%
}

.footer_form .form_control {
    border: 2px solid #d0d2d4;
    padding-left: 35px
}

.footer_form .form_control:focus {
    border-color: #999c9e
}

.footer_form textarea.form_control {
    height: 115px;
    padding: 10px
}

.footer_form .btn {
    width: 100%
}

.footer_form select {
    margin-bottom: 15px;
    padding: 10px
}

.footer_form .action .form_control {
    margin-bottom: 0;
    padding: 10px
}

.footer_form .form_group .fa {
    position: absolute;
    z-index: 10;
    color: #788092;
    top: 0;
    left: 17px;
    height: 44px;
    width: 35px;
    line-height: 44px
}

.footer_form .form_group .fa-mobile {
    font-size: 21px
}

.footer_form .error {
    padding: 2px 15px
}

.site_footer {
    background: url(images/footer.jpg)  #0e152e;
   
    color: #fff;
    border-top: 2px solid #d2d4d6
}

.footer_menu .col_3 {
    margin: 40px 0 33px 0
}

.footer_menu h3 {
    font-size: 16px;
    padding-bottom: 13px;
    position: relative;
    color: #fff
}

.footer_menu h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: #0a3c7b;
    border-radius: 10px
}

.footer_menu li a {
    color: #fff;
    opacity: .5;
    font-size: 13px;
    margin: 7px 0;
    padding-left: 15px;
    display: inline-block;
    position: relative
}

.footer_menu li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 12px;
    top: 50%;
    margin-top: -6px;
    line-height: normal
}

.copyright a:hover,
.footer_menu li a:hover {
    opacity: 1
}

.footer_menu li a .fa,
.footer_menu li a span {
    display: none
}

.footer_menu .product_menu {
    width: 20%
}

.footer_menu .contact {
    width: 30%
}

.footer_menu .contact li a:before {
    display: none
}

.footer_menu .contact li {
    float: left;
    width: 100%;
    line-height: 20px;
    color: #fff;
    opacity: .5;
    font-size: 13px;
    margin: 7px 0 5px 0;
    position: relative;
    padding-left: 30px;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transition: all .25s ease
}

.footer_menu .contact li a {
    padding: 0;
    margin: 0;
    opacity: 1
}

.footer_menu .contact li.phone,
.footer_menu .contact li:hover {
    opacity: 1
}

.footer_menu .contact li.phone .fa,
.footer_menu .contact li.phone a {
    opacity: .5
}

.footer_menu .contact li.phone a:hover,
.footer_menu .contact li.phone:hover .fa {
    opacity: 1
}

.footer_menu .contact .fa {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 15px
}

.footer_menu .contact .hr {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
    opacity: 1;
    font-style: normal;
    color: #646779;
    font-weight: 500
}

.footer_menu .contact .hr:hover {
    color: #fff
}

.footer_form .btn {
    top: 25px
}

.action span {
    color: #333
}

.f_contact {
  
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: relative
}

.f_contact .head {
    margin-bottom: 20px
}

.f_contact .btn {
    background: #fff;
    margin: 10px 10px 0 10px;
    color: #0c8c33;
    text-align: left;
    text-transform: none;
    font-size: 18px;
    position: relative;
    max-width: 240px;
    width: 100%;
    padding: 10px 10px 10px 50px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .25);
    line-height: normal;
    height: auto
}

.f_contact .btn span {
    display: block;
    color: #666;
    font-size: 13px;
    margin-top: 3px
}

.f_contact .btn .fa {
    position: absolute;
    left: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 50%;
    margin-top: -22px;
    font-size: 24px
}

.f_contact .btn.skype {
    color: #00aaf2
}

.f_contact .btn:hover {
    background: #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}
.copyright {
    padding-bottom: 30px
}

.copyright ul {
    border-top: 1px solid rgba(255, 255, 255, .2);
    float: left;
    width: 100%;
    padding-top: 25px;
    margin-bottom: 15px
}

.copyright li {
    float: left
}

.copyright a {
    color: #fff;
    opacity: .5;
    font-size: 13px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    line-height: 26px
}

.copyright a:before {
    background: #9eacb4;
    height: 12px;
    width: 1px;
    position: absolute;
    content: "";
    left: 0;
    top: 8px
}

.copyright li.social a:before,
.copyright ul li:first-child a:before {
    display: none
}

.copyright ul li:first-child a {
    padding-left: 0
}

.copyright p {
    color: #fff;
    opacity: .5;
    font-size: 13px
}

.copyright li.social {
    float: right
}

.copyright li.social a {
    padding: 0;
    margin-left: 3px;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 26px;
    border-radius: 100px;
    font-size: 12px
}

.copyright li.social a:hover {
    background: #fff;
    color: #0e152e
}
/****animated***/


.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.diagram amp-img {
    margin: 0 auto;
    max-width: 460px;
    min-width: 530px
}

section.half_bg:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%
}

.sub_head {
    font-size: 28px;
    letter-spacing: .02em;
    margin-bottom: 20px
}

.white * {
    color: #fff
}

.col_6 .grey {
    background: #eeeff0
}

.head.line.white:after {
    background: #fff
}

.ampTabContainer {
    display: flex;
    flex-wrap: wrap
}

.tabButton {
    list-style: none;
    border: 0;
    position: relative;
    flex-grow: 1;
    padding: 10px 5px 12px 5px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    opacity: .4;
    transition: all .25s ease;
    -webkit-transition: all .25s ease
}

.tabButton:hover {
    opacity: 1
}

.tabButton:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 2px;
    background: #2b64e9;
    transition: all .25s ease;
    -webkit-transition: all .25s ease
}

amp-selector .tabButton[selected]:after {
    width: 100%;
    left: 0
}

amp-selector .tabButton[selected] {
    outline: 0;
    opacity: 1;
    color: #2b64e9
}

.tabContent {
    display: none;
    width: 100%;
    order: 1;
    float: left;
    padding-top: 20px;
    border-top: 2px solid #ddd
}

.tabButton[selected]+.tabContent {
    display: block
}

.itemCustom {
    height: 280px;
    width: 380px;
    margin: 10px;
    text-align: center;
    padding-top: 140px
}

body * {
    outline: 0
}

.page_banner.not_found {
    background: url(images/company-banner1.jpg) no-repeat center;
    padding: 200px 0 150px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.page_banner.not_found:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .75;
    content: "";
    background: #0c1e5d
}

.page_banner.not_found:after {
    display: none
}

.page_banner.not_found h1 {
    margin: 0;
    font-weight: 500;
    font-size: 80px
}

.page_banner.not_found .desc {
    margin-top: 25px;
    font-size: 26px
}

.not_found .content {
    float: left;
    width: 100%;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    min-height: 280px;
    margin-top: -120px;
    position: relative;
    z-index: 99;
    overflow: hidden
}

.not_found .container.md {
    max-width: 600px
}

.not_found .content .fa {
    font-size: 66px;
    display: block;
    color: #2b64e9;
    margin-bottom: 10px
}

.not_found h2 {
    color: #2b64e9;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase
}

.not_found p {
    font-size: 18px;
    color: #666
}

form .btn {
    position: relative
}

form .btn:before {
    content: "";
    visibility: hidden;
    transform: scale(0);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -13px;
    width: 26px;
    height: 26px;
    background: url(images/loader-blue.gif) no-repeat center;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

form .btn.grey:before {
    background: url(images/loader-dark.gif) no-repeat center
}

form .btn.green:before {
    background: url(images/loader-green.gif) no-repeat center
}

form.amp-form-submitting .btn:before {
    display: block;
    visibility: visible;
    transform: scale(1)
}

form.amp-form-submitting .btn {
    text-align: center;
    font-size: 0
}

.mb5 {
    margin-bottom: 5px
}

/*********/


.head.mb10,
.head.style1.mb10,
.mb10 {
    margin-bottom: 10px
}

.head.mb15,
.head.style1.mb15,
.mb15 {
    margin-bottom: 15px
}

.head.mb20,
.head.style1.mb20,
.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt0 {
    margin-top: 0
}

.head.mb0,
.mb0 {
    margin-bottom: 0
}

.mar0 {
    margin: 0
}

.pad0 {
    padding: 0
}

.pb0 {
    padding-bottom: 0
}

.pt0 {
    padding-top: 0
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt40 {
    padding-top: 40px
}

.pr0 {
    padding-right: 0
}

.pr30 {
    padding-right: 30px
}

.pl0 {
    padding-left: 0
}

.pl30 {
    padding-left: 30px
}

.pb10 {
    padding-bottom: 10px
}

.pr35 {
    padding-right: 35px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb200 {
    padding-bottom: 200px
}

.plr0 {
    padding-left: 0;
    padding-right: 0
}

.plr15 {
    padding-left: 15px;
    padding-right: 15px
}

.bt0 {
    border-top: 0
}

.head .offer {
    color: #0183c1
}

amp-user-notification>div {
    padding: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    background: #2b64e9;
    color: #fff
}
/***********chatbot***/
#chat_box {
    bottom: 25px;
    right: 30px;
    z-index: 999;
    position: fixed
}

#chat_box a {
    height: 88px;
    display: inline-block;
    width: 88px;
    position: relative;
    transition: all .3s ease;

}



#chat_box a:after,
#chat_box a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #0a3c7b
}

#chat_box a:before {
    -webkit-animation: ripple 1.8s linear infinite;
    animation: ripple 1.8s linear infinite
}

#chat_box a:after {
    -webkit-animation: ripple 1.8s linear 1s infinite;
    animation: ripple 1.8s linear 1s infinite
}

#chat_box a:hover:after,
#chat_box:hover a:before {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        transform: scale(1)
    }

    75% {
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}
/***********/

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .banner:after,
    .page_banner::after,
    .products .img::after {
        display: none
    }

    body .web .bg {
        width: 40%
    }

    body .banner {
        padding-bottom: 100px
    }

    body .products .img {
        height: auto;
        padding: 13px 0
    }

    body .home.clients {
        padding-top: 40px
    }

    body .page_banner,
    body .page_banner.web {
        padding-bottom: 110px;
        min-height: inherit
    }
}

.footer_menu .contact .hr {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
    opacity: 1;
    font-style: normal;
    color: #646779;
    font-weight: 500
}

.footer_menu .contact .hr:hover {
    color: #fff
}

.footer_form .btn {
    top: 25px
}

.action span {
    color: #333
}

.multi.web.page_banner .content {
    width: 100%;
    position: relative;
    min-height: 230px;
    text-align: center;
    padding-left: 0;
    float: none
}

section.multi-h.half .bg1 {
    background-image: url(images/multi-demant-app-left.png)
}

.trusted-dev-company {
    margin: 20px 0
}

.screen-carousel #carousel-with-preview {
    width: 50%;
    margin: 0 auto;
    text-align: center
}

.screen-carousel .carousel-preview {
    margin: 16px 0 0;
    text-align: center
}

.screen-carousel .carousel-preview button {
    border-color: #0183c1;
    background: #fff;
    border-style: double
}

.screen-carousel .amp-carousel-button {
    background-color: #0183c1;
    border-radius: 30px
}

.footer_form .action input {
    width: 150px;
    position: relative;
    left: -10px
}

amp-user-notification.amp-active div {
    background: #0076d4;
    color: #fff;
    text-align: center;
    padding: 10px 0
}

.site_menu li:nth-child(5) .sub_menu .sub_menu_list:before {
    content: '';
    left: 52%
}

.custom-price-form .form_group {
    width: 25%;
    float: left;
    margin: 0 15px
}

.custom-price-form .form_quote .form_group input {
    border: 1px solid #33333370;
    padding-left: 40px
}

.custom-price-form i {
    position: absolute;
    top: 12px;
    color: #0a3c7b;
    z-index: 99;
    font-size: 20px;
    left: 15px
}

.custom-price-form .form_group input {
    border: 1px solid #33333370;
    padding-left: 40px
}
/*****************banner*****************/

	
.banner {
    position: relative;
    padding: 210px 0 170px 0;
    background: url(images/banner1.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    display: inline
}

.banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    content: "";
    background: #2b64e9;
    background: -moz-linear-gradient(left, rgb(219, 214, 236) 0, rgba(28, 120, 200, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(99, 70, 201, 1)), color-stop(100%, rgba(28, 120, 200, 1)));
    background: -webkit-linear-gradient(left, rgb(170 154 225) 0, rgb(195 210 223) 100%);
    background: -o-linear-gradient(left, rgb(228, 223, 243) 0, rgba(28, 120, 200, 1) 100%);
    background: -ms-linear-gradient(left, rgb(213, 209, 228) 0, rgba(28, 120, 200, 1) 100%);

    background: linear-gradient(to right, rgb(230, 224, 250) 0, rgba(28, 120, 200, 1) 100%)
}

.banner:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 300px;
    width: 100%;
    content: "";
    background: url(images/waves.svg) no-repeat bottom
}

.banner .container {
    position: relative;
    z-index: 9;
    text-align: center;
    color: #fff
}

.banner * {
    color: #fff
}

.banner h1 {
    font-size: 51px;
    margin-bottom: 40px;
    letter-spacing: .02em;
    line-height: 70px
}

.banner .desc {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 300
}

.banner p {
    font-size: 22px;
    margin-bottom: 40px
}

.banner .btn {
    margin-left: 10px;
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    min-width: 200px
}

.banner .action .btn:first-child {
    margin-left: 0;
    margin-right: 10px
}

.head_desc {
    font-size: 18px;
    opacity: .6;
    margin-bottom: 10px;
    font-weight: 500
}

.clients.home {
    padding-top: 20px
}

.mobile {
    background: #212841;
    position: relative;
    color: #fff;
    background: url(images/mobile-development.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.mobile:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    content: "";
    background: #081338
}

.mobile .container {
    position: relative;
    z-index: 9
}

.mobile .head {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px
}

.mobile .head:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #0a3c7b;
    border-radius: 10px
}

.mobile .head_desc {
    color: #fff
}

.mobile .head:after {
    content: ""
}

.mobile .content {
    display: table-cell;
    width: 40%;
    vertical-align: middle
}

.mobile .content p {
    color: #fff;
    opacity: .7;
    font-weight: 300
}

.mobile .boxes {
    display: table-cell;
    width: 60%;
    padding-left: 20px
}

.web {
    min-height: 500px;
    position: relative;
    background: #1170ac;;
    padding-bottom: 20px
}

.web .container {
    padding-right: 350px
}

.web:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: url(images/curve.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.web .bg {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 60%;
    height: 100%;
    background: url(images/teamprocess.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    overflow: hidden
}

.web .bg::before {
    background: #2b64e9;
    background: -moz-linear-gradient(left, rgb(219, 214, 236) 0, rgba(28, 120, 200, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgba(99, 70, 201, 1)), color-stop(100%, rgba(28, 120, 200, 1)));
    background: -webkit-linear-gradient(left, rgb(170 154 225) 0, rgb(195 210 223) 100%);
    background: -o-linear-gradient(left, rgb(228, 223, 243) 0, rgba(28, 120, 200, 1) 100%);
    background: -ms-linear-gradient(left, rgb(213, 209, 228) 0, rgba(28, 120, 200, 1) 100%);

    background: linear-gradient(to right, rgb(230, 224, 250) 0, rgba(28, 120, 200, 1) 100%);
opacity: .6;
    z-index: 8;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.web .boxes {
    margin: 0 -5px
}

.products {
    text-align: center;
    padding: 0 0 20px 0;
    background: #eeeff0
}

.products .container {
    max-width: 1100px
}

.products .content_head {
    background: #0e152e;
    padding-top: 50px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden
}

.products .content_head:before {
    content: "";
    width: 300px;
    height: 244px;
    position: absolute;
    left: 0;
    top: 0
}

.products .content_head * {
    color: #fff
}

.products .head_desc {
    opacity: .5
}

.products amp-img {
    max-width: 180px;
    margin: 0 auto
}

.products .boxes .box {
    padding: 0;
    background: 0 0
}

.products .boxes .box h3:after {
    left: 50%;
    margin-left: -18px
}

.products .boxes .box p {
    min-height: 120px
}

.products .box.cropla h3:after {
    background: #fab10a
}

.products .box.deligo h3:after {
    background: #de4e3a
}

.products .box.foodpurby h3:after {
    background: #0183c1
}

.products .box.grobino h3:after {
    background: #006d4d
}

.products .box.cropla a {
    color: #fab10a
}

.products .box.deligo a {
    color: #de4e3a
}

.products .box.foodpurby a {
    color: #0183c1
}

.products .box.grobino a {
    color: #006d4d
}

.products .box {
    padding: 0;
    overflow: hidden;
    margin-top: -125px
}

.products .img {
    height: 140px;
    float: left;
    width: 100%;
    padding-top: 10px;
    position: relative
}

.products .content {
    float: left;
    width: 100%;
    padding: 20px;
    background: #fff
}

.products .box.cropla .img {
    background: #fab10a;
    padding-top: 12px
}

.products .box.deligo .img {
    background: #de4e3a;
    padding-top: 12px
}

.products .box.foodpurby .img {
    background: #0183c1
}

.products .box.grobino .img {
    background: #0a3c7b
}

.products .img:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 100px;
    width: 100%;
    content: "";
    background: url(images/waves.svg) no-repeat bottom
}

.find_us {
    text-align: center;
    padding: 50px 39px 235px 1px;
    background: url(images/map-bg.png) no-repeat bottom
}

.years span {
    display: table-cell;
  
    vertical-align: middle
}

.years span.year {
    padding: 50px 80px 0 80px;
    width: 10%;
    font-size: 150px;
    color: #1e3056;
    background: -webkit-linear-gradient(#398aee, #005dad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.years span:first-child,
.years span:last-child {
    width: 45%;
    padding: 50px 0 0 0
}

.years span:first-child {
    font-size: 38px;
    color: #1e3056;
    font-weight: 300;
    text-align: right
}

.years span:last-child {
    text-align: left;
    font-weight: 500;
    color: #000;
    opacity: .9;
    font-size: 16px;
    line-height: 30px
}

.facts b {
    display: block;
    font-size: 18px
}

.facts span {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 80px;
    font-weight: 600;
    font-size: 27px;
    width: 84px;
    height: 84px;
    border-radius: 100%;
    border: 3px solid #0a3c7b;
    color: #07516d;
    box-shadow: 0 0 0 8px rgba(71, 188, 140, .2);
    background: #fff
}

.banner h1 span {
    color: #0a3c7b
}
/**********font****************/



@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .web::before {
        display: none
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .web::before {
        display: none
    }
}

/************responsive*****************/


	

@media only screen and (min-device-width :320px) and (max-device-width :1024px) and (orientation :landscape) {
    .landscape_msg {
        display: block
    }
}

@media (min-width:990px) {
    #sidebar {
        display: none
    }
}

@media (max-width:1024px) {
    .landscape_msg amp-img {
        max-width: 299px;
        width: 100%
    }
}

@media (max-width:1150px) {
    .site_menu li {
        margin-left: 20px
    }
}

@media (max-width:1050px) {
    .site_menu ul li a {
        font-size: 14px
    }

    .banner h1 {
        font-size: 47px;
        line-height: 60px
    }

    .site_logo {
        width: 190px
    }

    section.half .bg {
        width: 40%
    }

    section.half .col_6 {
        width: 60%
    }

    .web .container {
        padding-right: 15px
    }
}

@media (max-width:990px) {

    .col_5,
    .col_7 {
        width: 100%
    }

    .site_menu,
    .top_info,
    .web .bg {
        display: none
    }

    .site_logo .toggle {
        display: inline-block
    }

    .site_logo {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        height: 80px
    }

    .site_logo amp-img {
        max-width: 225px;
        margin: 18px 0 0 20px
    }

    .banner {
        position: relative;
        padding: 150px 0 130px 0
    }

    .banner h1 {
        font-size: 42px
    }

    .mobile .boxes,
    .mobile .content {
        width: 100%;
        float: left;
        padding: 0
    }

    .mobile .boxes {
        margin-top: 30px
    }

    .boxes .box_col:first-child {
        padding: 0
    }

    .web .container {
        padding: 0 15px
    }

    .web .boxes.col3 li:nth-child(3n),
    .web .boxes.col3 li:nth-child(3n+1) {
        clear: none
    }

    .web .boxes .box p {
        min-height: 70px
    }

    .web .boxes.col3 li {
        width: 50%
    }

    .web .boxes .box h3 {
        padding-right: 30px
    }

    .head {
        font-size: 30px
    }

    .page_banner {
        padding: 160px 0 150px 0;
        min-height: inherit
    }

    .page_banner.style2 {
        padding-bottom: 50px
    }

    .table_feature li {
        width: 33.3%
    }

    section.pb20 {
        padding-bottom: 30px
    }

    .contact_page {
        margin-top: -100px
    }

    .form_quote .heading,
    .form_quote form {
        width: 100%;
        padding: 0
    }

    .form_quote form {
        padding-right: 145px
    }

    .form_quote:after {
        background: #0183c1
    }

    .form_quote .heading h3 {
        color: #fff;
        margin: 0 0 10px 0
    }

    .product_banner.page_banner {
        padding-top: 120px
    }

    .product_banner.page_banner h1 {
        font-size: 34px;
        line-height: 45px
    }

    ul.boxes {
        margin: 0 -10px
    }

    .boxes li {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .copyright li.social {
        width: 100%;
        margin-top: 15px
    }

    .copyright {
        text-align: center
    }

    .copyright li {
        float: none;
        display: inline-block
    }
}

@media (max-width:800px) {

    .products .boxes.col3 li:nth-child(3n),
    .products .boxes.col3 li:nth-child(3n+1) {
        clear: none
    }

    .products .boxes.col3 li,
    .table_feature li,
    .white_paper .boxes li {
        width: 50%
    }

    .case_study .boxes li,
    .contact_form,
    .contact_info,
    .portfolio_detail .col_6,
    .products .boxes.col3 li:last-child,
    section.half .col_6 {
        width: 100%
    }

    .products .boxes.col3 li:last-child .box {
        max-width: 350px;
        margin: 0 auto;
        margin-top: 5px;
        float: none
    }

    .years span,
    .years span.year,
    .years span:first-child,
    .years span:last-child {
        float: left;
        width: 100%;
        text-align: center
    }

    .years span.year,
    .years span:last-child {
        padding: 0
    }

    body .footer_menu .col_3 {
        width: 33.3%
    }

    body .footer_menu .contact {
        width: 100%;
        margin-top: 0
    }

    .diagram .pc,
    body .footer_menu .contact li:first-child br {
        display: none
    }

    .page_banner h1 {
        font-size: 41px;
        line-height: 55px
    }

    .page_banner .desc {
        font-size: 28px
    }

    section.half {
        padding-top: 440px
    }

    section.half .col_6 {
        padding: 0 15px
    }

    section.half .bg {
        width: 100%;
        height: 400px;
        top: 0
    }

    .page_banner {
        padding: 140px 0 130px
    }

    .page_banner.cms {
        padding-top: 120px
    }

    .clients li {
        width: 33.3%;
        padding: 5px;
        margin: 0
    }

    .clients.page li {
        margin: 0
    }

    .clients .head {
        margin-bottom: 28px
    }

    .form_quote .fa {
        margin-top: 0
    }

    .form_quote .fa-mobile {
        margin-top: -2px
    }

    .form_quote .heading h3 {
        text-align: center
    }

    .form_quote form {
        padding: 0;
        max-width: 400px;
        float: none;
        margin: 0 auto
    }

    .form_quote input {
        border: 0
    }

    .form_quote .form_group {
        width: 100%;
        margin-bottom: 10px
    }

    .form_quote .form_group input,
    .form_quote .form_group:first-child input,
    .form_quote .form_group:last-child input {
        border-radius: 4px
    }

    .form_quote .btn {
        position: static;
        width: 100%;
        float: left;
        border-radius: 4px
    }

    .form_quote .error {
        position: static;
        float: right
    }

    .app_process ul li {
        width: 50%
    }

    .app_process ul li:nth-child(2n),
    .app_process ul li:nth-child(3n),
    .app_process ul li:nth-child(3n+1) {
        clear: none
    }

    .app_process ul li:nth-child(2n+1) {
        clear: both
    }

    .row .col_6:last-child.diagram {
        margin: 0
    }

    .col_6.pl30,
    .col_6.pr30 {
        padding: 0 15px;
        width: 100%;
        float: left
    }

    .diagram {
        margin-top: 0;
        margin-bottom: 30px
    }

    .half_bg .diagram {
        margin-top: 30px;
        margin-bottom: 0
    }

    section.half_bg:after {
        display: none
    }

    section.half_bg {
        padding-bottom: 0
    }

    section.half_bg .col_6.pl30.diagram {
        background: #eee;
        margin-top: 30px;
        padding: 30px 15px 50px 15px
    }

    .contact_info amp-iframe {
        height: 200px
    }

    .app_feature ul li {
        font-size: 16px
    }

    .app_feature ul li {
        padding: 30px 60px 30px 0
    }

    .app_feature ul.last li {
        padding: 30px 0 30px 60px
    }

    .app_feature ul .fa,
    .app_feature ul .fa:after {
        width: 44px;
        height: 44px;
        line-height: 46px
    }

    .diagram .mobile {
        display: block
    }

    .boxes.col3 li:nth-child(3n),
    .boxes.col3 li:nth-child(3n+1) {
        clear: none
    }

    .table_step li {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        font-size: 15px;
        text-align: left
    }

    .table_step li:last-child {
        margin: 0
    }
}

@media (max-width:767px) {

    .app_feature .img,
    .app_feature ul,
    .boxes.col2 li,
    .white_paper .boxes li {
        width: 100%
    }

    .site_logo amp-img {
        max-width: 190px;
        margin-top: 20px
    }

    .banner {
        position: relative;
        padding: 120px 0 60px
    }

    .banner h1 {
        font-size: 28px;
        line-height: 40px
    }

    .banner .action .btn:first-child {
        margin: 0 0 10px 0
    }

    .banner .btn {
        margin: 0 10px;
        width: 100%;
        max-width: 240px;
        padding: 0 10px
    }

    .clients .head,
    .head {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 20px
    }

    .clients.home {
        padding-bottom: 25px
    }

    .boxes .box_col {
        width: 100%;
        padding: 0;
        float: left
    }

    .boxes .box_col .box,
    .boxes li {
        margin-bottom: 15px;
        width: 100% !important
    }

    .boxes .box_col .box.mb30 {
        margin-top: 0
    }

    .products .boxes.col3 li:last-child .box {
        max-width: 100%;
        margin: 0
    }

    .boxes .box_col .box.react {
        margin: 0
    }

    .overlay .boxes li,
    .products .boxes.col3 li,
    .web .boxes.col3 li {
        width: 100%
    }

    .products .boxes .box p,
    .web .boxes .box p {
        min-height: inherit
    }

    .find_us,
    .footer_form,
    .products .content_head,
    section {
        padding: 30px 0
    }

    .products h3.text-center {
        color: #fff;
        margin-top: 10px
    }

    .products p.mb.text-center {
        margin-bottom: -20px
    }

    .products .content_head {
        padding-bottom: 10px;
        margin-bottom: 15px
    }

    .boxes .box {
        padding: 15px !important;
    }

    .web .boxes.col3 li {
        margin-bottom: 10px
    }

    .products {
        background: #0e152e
    }

    .products .box {
        margin: 0
    }

    section.half_bg .col_6.pl30.diagram {
        padding-bottom: 30px
    }

    .app_feature ul {
        text-align: left
    }

    .app_feature ul li,
    .app_feature ul.last li {
        padding: 25px 0 25px 70px;
        min-height: 40px
    }

    .app_feature ul .fa,
    .app_feature ul.last .fa {
        left: 5px;
        right: auto
    }

    .app_feature .img {
        margin: 20px 0
    }

    .white_paper .content {
        padding: 15px
    }

    .app_process {
        margin-top: 100px
    }

    .app_process,
    .app_process .app {
        margin: 0
    }

    .overlay .boxes .box {
        min-height: inherit
    }

    .boxes.style1 .icon {
        left: 25px
    }

    .boxes.style1 h3 {
        padding-left: 80px
    }

    .boxes.style1 p {
        margin-top: 5px
    }

    .page_banner.style2 {
        padding-bottom: 30px
    }

    .md.mb40 {
        margin-bottom: 20px
    }

    .cms_page .content,
    .products .boxes .box {
        margin-top: 0
    }

    .page_banner.cms {
        padding: 100px 0 30px 0
    }

    .cms_page .container {
        padding: 0
    }

    .cms_page .content {
        border-radius: 0;
        padding: 20px 15px
    }

    p {
        line-height: 22px;
        margin-top: 20px
    }

    .web.page_banner {
        padding: 120px 0 100px
    }

    .web.style1.page_banner {
        padding-top: 120px
    }

    .web.page_banner .content {
        padding: 0
    }

    .web.page_banner .img {
        width: 100%;
        margin-top: 0;
        height: auto;
        position: static;
        margin-bottom: 20px
    }

    .web.page_banner amp-img {
        max-width: 200px;
        margin: 0 auto
    }

    .web.page_banner h1 {
        margin-top: 0;
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 20px
    }

    .years span:first-child {
        font-size: 30px
    }

    .years span:first-child,
    .years span:last-child {
        padding-top: 20px
    }

    .years span.year {
        font-size: 100px;
        font-weight: 400;
        margin-bottom: -20px
    }

    .footer_form textarea.form_control {
        float: left
    }

    .footer_form .form_group,
    .footer_form .form_group .form_group,
    .footer_form .form_group.action,
    .footer_form .form_group.full {
        width: 100%;
        margin-bottom: 10px
    }

    .footer_form .error {
        padding: 2px 0 0 0;
        position: static;
        text-align: right;
        width: 100%;
        float: left
    }

    .banner .container {
        text-align: center;
        padding-left: 15px
    }

    .banner.full_row .img {
        width: 160px;
        height: 180px;
        margin: 0 auto;
        position: relative
    }

    .web.medicine.page_banner .content {
        padding-left: 0
    }

    .medichine .col_12 .boxes.col2 li {
        width: 100%
    }

    .boxes.col3 li {
        float: left;
        width: 100%
    }

    .ap-o-accordion {
        width: 100%
    }

    .boxes .box h3:after {
        left: 0
    }

    .power-bi .col_6 {
        width: 100%
    }

    .why-choose h2.head.line.white.style1 {
        padding-top: 205px
    }

    .alcohol-ordering .col_6 {
        width: 100%
    }

    .width-res .col_4 {
        width: 100%
    }

    .slider amp-carousel#carousel-with-preview {
        width: 100%
    }

    .advantages h2.head.line.style1 {
        padding-top: 205px
    }
}

@media (max-width:640px) {

    .clients li,
    .facts .col_3 {
        width: 50%
    }

    .app_process ul li,
    .center .col_6,
    .contact_form .form_group,
    .our_team .boxes li,
    .portfolio .boxes li,
    .table_feature li {
        width: 100%
    }

    .form_control,
    textarea.form_control {
        font-size: 14px
    }

    .contact_form .form_group,
    .years.mb30 {
        margin-bottom: 10px
    }

    .facts b {
        display: block;
        font-size: 16px
    }

    .facts .col_3 {
        margin-top: 20px;
        padding: 0 10px
    }

    .boxes .box:hover {
        box-shadow: 0 2px 30px rgba(0, 0, 0, .18)
    }

    .form_quote form {
        max-width: 100%
    }

    .page_banner {
        padding: 120px 0 80px
    }

    .page_banner h1 {
        font-size: 37px;
        line-height: 48px
    }

    .page_banner .desc {
        font-size: 22px
    }

    section.half {
        padding-top: 80px
    }

    section.half .bg {
        height: 250px
    }

    .table_feature li {
        margin: 5px 0
    }

    .table_feature li span {
        white-space: normal
    }

    ul.team li {
        margin: 1px;
        max-width: 90px
    }

    .page_banner a.mail {
        font-size: 16px;
        display: block;
        margin-top: 10px
    }

    section ul.box_feature {
        margin-top: 20px
    }

    ul.box_feature li:nth-child(3n),
    ul.box_feature li:nth-child(3n+1) {
        clear: none
    }

    ul.box_feature {
        margin: 0 -5px
    }

    ul.box_feature li {
        width: 50%;
        padding: 5px
    }

    .box_feature span {
        padding: 20px 5px;
        font-size: 13px
    }

    .box_feature span:hover {
        transform: scale(1)
    }

    .contact_page {
        margin-top: -50px
    }

    .contact_us.container {
        padding: 0
    }

    .contact_form .error {
        padding: 2px 0 0 0;
        position: static;
        text-align: right;
        float: left;
        width: 100%
    }

    .head br,
    .page_banner h1 br,
    ul.history li .content div:before,
    ul.history li:before {
        display: none
    }

    section.pt20 {
        padding-top: 30px
    }

    .head,
    .head.style1 {
        margin-bottom: 20px
    }

    .landscape_msg amp-img {
        max-width: 299px;
        width: 42%
    }

    .landscape_msg h5 {
        font-size: 18px
    }

    .landscape_msg p {
        font-size: 14px
    }

    .dialog_content .head {
        font-size: 18px
    }

    .contact_form,
    .contact_info,
    .dialog_content,
    .thank_you .content {
        padding: 15px
    }

    .btn {
        padding: 0 20px;
        min-width: 100px
    }

    body .footer_menu .col_3:first-child {
        margin-top: 25px
    }

    body .footer_menu .col_3 {
        width: 100%;
        margin: 8px 0
    }

    .copyright ul {
        margin-top: 10px;
        padding-top: 15px
    }

    .web.page_banner.alcohol .content {
        float: none;
        padding-left: 0;
        text-align: center
    }

    .alcohol.app-provide .boxes.col2 li {
        width: 100%
    }

    .alcohol.app-provide .boxes .box h3:after {
        left: 43%
    }
}


/*************************************ABOUT***************************************/



.float_form .form_group {
    margin-bottom: 25px
}

.float_form label {
    float: left;
    width: 100%;
    position: relative;
    color: #666
}

.float_form label .form_control {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    color: #333
}

.float_form label i {
    position: absolute;
    left: 0;
    line-height: 41px;
    text-align: center;
    bottom: 0;
    width: 25px;
    color: #2b64e9;
    z-index: 10
}

.float_form label i.fa-mobile {
    font-size: 21px
}

.error {
    position: absolute;
    font-weight: 500;
    right: 0;
    width: 100%;
    text-align: right;
    top: 100%;
    font-size: 12px;
    padding-top: 2px
}

.error.visible {
    animation: fadeInDown .3s ease-in
}

.site_header {
    position: absolute;
    padding: 20px 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    float: left
}

.site_header.fixed {
    box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    background: #fff;
    height: 70px;
    padding: 15px 0
}

.site_header.fixed .top_info {
    margin-top: -60px
}

.site_header .container {
    max-width: 1350px;
    padding: 0 50px
}

.top_info {
    text-align: right;
    font-size: 13px;
    transition: all .3s ease;
    float: left;
    width: 100%;
    padding-right: 180px
}

.top_info li {
    display: inline-block;
    margin-left: 20px
}

.top_info a {
    display: inline-block;
    line-height: 26px;
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    opacity: 200
}

.top_info a:hover {
    color: #fff;
    opacity: 1
}

.top_info .contact .fa {
    font-size: 16px;
    float: left;
    line-height: 26px;
    margin-right: 7px
}

.top_info .contact .fa-envelope-o {
    font-size: 14px
}

.top_info .contact .fa-skype {
    font-size: 15px
}

.site_logo {
    float: left;
    margin-top: -10px;
    width: 225px;
    height: 46px
}

#sidebar .close,
.site_logo .toggle {
    height: 40px;
    line-height: 40px;
    text-align: center
}

.site_logo .toggle {
    display: none;
    width: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -20px
}

.site_logo .toggle .fi {
    font-size: 28px
}

#sidebar {
    max-width: 280px;
    width: 100%;
    background: #fff
}

#sidebar .close {
    width: 55px;
    margin-bottom: 5px;
    display: inline-block
}

#sidebar .close .fi {
    font-size: 16px
}

#sidebar ul {
    margin-bottom: 80px;
    float: left;
    width: 100%
}

#sidebar ul ul {
    margin-bottom: 0
}

#sidebar ul li {
    float: left;
    width: 100%;
    line-height: 0;
    margin: 1px 0
}

#sidebar h3,
#sidebar ul a {
    font-size: 16px;
    position: relative;
    line-height: 40px;
    letter-spacing: normal;
    font-family: Quicksand, sans-serif;
    font-weight: 500;
    display: block;
    padding: 0 20px;
    color: #090f1e;
    background: 0 0;
    border: 0
}

#sidebar .services,
#sidebar ul ul a {
    background: #f0f0f0
}

#sidebar ul ul a,
#sidebar ul ul h3 {
    line-height: normal;
    padding: 8px 15px 8px 45px;
    font-size: 14px
}

#sidebar ul ul li {
    margin: 0
}

#sidebar ul ul li:first-child a {
    padding-top: 15px
}

#sidebar ul ul li:last-child a {
    padding-bottom: 15px
}

#sidebar ul .fa {
    position: absolute;
    left: 20px;
    line-height: 20px;
    margin-top: -10px;
    top: 50%
}

#sidebar ul .fa-smile-o {
    font-size: 18px
}

#sidebar ul a span {
    display: block;
    margin-top: 3px;
    font-weight: 400;
    font-size: 13px;
    color: #202020
}

#sidebar section {
    padding: 0
}

#sidebar h3:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    line-height: 30px;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    font-size: 18px;
    color: #090f1e
}

#sidebar h3[aria-expanded=true]:after {
    content: "\f106"
}

#sidebar .services {
    padding: 5px 0
}

#sidebar .services a {
    padding: 8px 15px 8px 20px
}

#sidebar .services ul li:first-child a {
    padding-top: 8px
}

#sidebar .services ul li:last-child a {
    padding-bottom: 8px
}

.site_menu {
    float: right;
    margin-top: 20px;
    transition: all .3s ease;
    position: relative;
    font-size: 14px;
    font-family: Quicksand, sans-serif
}

.site_menu li {
    float: left;
    margin-left: 30px;
    position: relative
}

.site_menu ul li a {
    display: block;
    line-height: 36px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 0;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-transform: capitalize
}

.site_menu ul li a.active {
    padding: 0 15px;
    background: rgba(253, 253, 253, .15)
}

.site_menu ul li a .fa {
    margin: 0 0 0 3px
}

.site_menu ul li a:hover {
    opacity: .6
}

.site_menu .sub_menu {
    position: absolute;
    left: 50%;
    margin-left: -140px;
    top: 100%;
    width: 280px;
    z-index: -99;
    padding-top: 15px;
    display: none;
    transition: all .3s ease;
    z-index: 99
}

.site_menu ul li:hover .sub_menu {
    display: block
}

.fixed .site_menu .sub_menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    height: 5px;
    width: 100%;
    background: #fff
}

.site_menu ul ul {
    list-style: none;
    position: relative;
    padding: 10px 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    float: left;
    width: 100%;
    border-radius: 4px
}

.site_menu ul ul:before {
    left: 50%;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #fff;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    top: -16px;
    margin-left: -8px;
    position: absolute;
    background-color: transparent
}

.site_menu ul ul a:after {
    display: none
}

.site_menu ul ul li {
    margin: 0;
    width: 100%
}

.site_menu ul ul a {
    color: #202020;
    text-transform: none;
    padding: 10px 15px;
    line-height: normal;
    border-radius: 0
}

.site_menu ul ul a:hover {
    background: #e0e1e4;
    color: #000;
    opacity: 1
}

.sub_menu .sublink {
    display: none
}

.site_menu .arrow:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 13px
}

.site_menu ul.icon li a {
    font-size: 15px;
    padding-left: 50px;
    position: relative
}

.site_menu ul.icon .fa {
    position: absolute;
    left: 13px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    top: 17px;
    color: #2b64e9;
    margin-left: 0;
    text-align: center
}

.site_menu ul.icon li a span {
    text-transform: capitalize;
    display: block;
    color: #505050;
    font-size: 13px;
    padding-top: 3px;
    font-weight: 400
}

.site_menu ul.icon li a:hover span {
    color: #333
}

.site_menu ul.icon .fa-smile-o {
    font-size: 20px
}

.site_menu .custom {
    position: static
}

.site_menu .custom .sub_menu {
    width: 800px;
    margin: 0;
    left: auto;
    right: 0
}

.site_menu .custom ul {
    float: left;
    width: 33.3%;
    padding: 20px 20px;
    box-shadow: none;
    min-height: 325px
}

.site_menu .custom ul.last {
    width: 28%
}

.site_menu .custom ul li a {
    background: 0 0;
    color: #000;
    padding: 7px 0 7px 18px;
    font-size: 13px;
    font-weight: 400
}

.site_menu .custom ul li a:hover {
    color: #2b64e9
}

.site_menu .custom ul li.head a {
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 10px
}

.site_menu .custom ul li.head a:before {
    display: none
}

.site_menu .custom ul li.head a:after {
    height: 2px;
    content: "";
    width: 50px;
    background: #2b64e9;
    position: absolute;
    left: 10px;
    bottom: 0;
    display: block
}

.site_menu .custom ul li a:before {
    height: 100%;
    content: "\f105";
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -7px;
    line-height: 14px;
    font-size: 12px;
    font-family: FontAwesome
}

.site_menu .custom ul:before {
    display: none
}

.site_menu .sub_menu_list {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .2);
    float: left;
    width: 100%;
    border-radius: 4px;
    padding: 0
}

.site_menu .sub_menu_list:before {
    left: 38%;
    content: "";
    border: 8px solid transparent;
    border-bottom-color: #f3f3f3;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    top: -1px;
    margin-left: 28px;
    position: absolute;
    background-color: transparent
}

.site_menu h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

.site_menu h3 .fa {
    display: inline-block;
    margin-right: 3px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 100px;
    background: #2b64e9;
    color: #fff
}

.site_menu h3 .fa-mobile {
    font-size: 21px
}

.site_menu .custom .center {
    background: #f3f3f3;
    border-radius: 0
}

@media (min-width:1600px) {
    .site_header .container {
        max-width: 1500px;
        padding: 0 50px
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .site_menu .sub_menu {
        -webkit-transform: scale(0);
        -webkit-transform-origin: 50% 0;
        -webkit-transition: 350ms;
        -moz-transition: 350ms;
        -o-transition: 350ms;
        transition: 350ms;
        max-height: 0;
        display: block
    }

    .site_menu ul li:hover .sub_menu {
        max-height: 1000px;
        -webkit-transform: scale(1)
    }
}

.head {
    font-size: 36px;
    letter-spacing: .02em;
    color: #090f1e;
    margin-bottom: 40px;
    line-height: 42px;
    position: relative;
    float: left;
    width: 100%
}

.head.style1 {
    margin-bottom: 30px;
    margin-top: -8px;
    letter-spacing: .02em
}

.head.style2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: normal
}

.head.line {
    padding-bottom: 20px;
    margin-bottom: 20px
}

.head.line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #2b64e9;
    border-radius: 10px
}

.head_desc {
    font-family: Quicksand, sans-serif;
    font-size: 18px;
    opacity: .6;
    margin-bottom: 10px;
    font-weight: 500
}

.banner * {
    font-family: Quicksand, sans-serif
}

ul.col_3 {
    margin: 0 -15px;
    width: auto
}

ul.col_3 li {
    float: left;
    width: 33.3%;
    padding: 15px 15px;
    font-size: 14px
}

ul.col_3 li p:last-child {
    margin: 0
}

ul.col_3 li p {
    line-height: 22px
}

.col_4:nth-child(3n+1),
ul.col_3 li:nth-child(3n+1) {
    clear: both
}

.col_4:nth-child(3n),
ul.col_3 li:nth-child(3n) {
    clear: none
}

ul.col_6 li {
    float: left;
    width: 16.6%;
    padding: 15px 15px
}

.clients {
    text-align: center;
    font-family: Quicksand, sans-serif
}

.clients.style1 {
    padding-top: 20px
}

.clients ul {
    margin: 0 -10px
}

.clients li {
    float: left;
    text-align: center;
    width: 16.6%;
    padding: 0 10px
}

.clients amp-img {
    max-width: 180px;
    margin: 0 auto
}

.clients img {
    background: #e5e5e5;
    border-radius: 10px 0 10px 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    filter: gray;
    opacity: .5;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.clients li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.clients li:hover img {
    background: 0 0
}

.clients .head {
    margin-bottom: 35px
}

ul.boxes {
    margin: 0 -15px
}

.boxes li {
    padding: 0 15px;
    margin-bottom: 30px
}

.boxes.col2 li {
    float: left;
    width: 50%
}

.boxes.col3 li {
    float: left;
    width: 33.3%
}

.boxes.col4 li {
    float: left;
    width: 25%
}

.boxes.col2 li:nth-child(2n+1),
.boxes.col3 li:nth-child(3n+1) {
    clear: both
}

.boxes.col2 li:nth-child(2n),
.boxes.col3 li:nth-child(3n) {
    clear: none
}

.boxes .box_col {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 30px
}

.boxes .box {
    float: left;
    width: 100%;
    border-radius: 20px;
    position: relative;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .18);
    transition: .3s
}

.boxes .box:hover {
    box-shadow: 0 2px 50px rgba(0, 0, 0, .4)
}

.boxes .box p {
    margin: 0;
    line-height: 23px;
    font-size: 14px
}

.boxes .box h3 {
    font-size: 18px;
    color: #090f1e;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 12px;
    position: relative
}

.boxes .box h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: #2b64e9;
    border-radius: 10px
}

.boxes .box .icon {
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
    left: 8px;
    background: url(../../images/triangle-white.svg) no-repeat;
    height: 54px;
    width: 62px
}

.boxes .box .icon:before {
    content: "";
    background: url(../images/sprites.png) no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    left: -10px;
    top: 16px
}

.boxes .box .icon.apple:before {
    background-position: -176px 0
}

.boxes .box .icon.android:before {
    background-position: -220px 0
}

.boxes .box .icon.react:before {
    background-position: -88px 0
}

.boxes .box .icon.anguar:before {
    background-position: 0 0
}

.boxes .box .icon.yii:before {
    background-position: -44px 0
}

.boxes .box .icon.stack:before {
    background-position: -308px 0
}

.boxes .box .icon.laravel:before {
    background-position: -132px 0
}

.boxes .box .icon.nodejs:before {
    background-position: -264px 0
}

.boxes .box .icon.jquery:before {
    background-position: -528px 0
}

.boxes .box .icon.bootstrap:before {
    background-position: -572px 0
}

.boxes .box .icon.apache:before {
    background-position: 0 -44px
}

.boxes .box .icon.linux:before {
    background-position: -44px -44px
}

.boxes .box .icon.nginx:before {
    background-position: -88px -44px
}

.boxes .box .icon.google:before {
    background-position: -132px -44px
}

.boxes .box .icon.aws:before {
    background-position: -176px -44px
}

.boxes .box .icon.php:before {
    background-position: -220px -44px
}

.boxes .box a {
    font-weight: 500;
    font-size: 14px;
    color: #555;
    display: inline-block;
    margin-top: 13px
}

.boxes .box a:hover {
    opacity: .6
}

.boxes .box a .fa {
    margin-left: 3px;
    font-size: 12px
}

.boxes .box.ios h3 {
    color: #555
}

.boxes .box.ios h3:after {
    background: #555
}

.boxes .box.ios .icon {
    background-color: rgba(85, 85, 85, .18)
}

.boxes .box.android a,
.boxes .box.android h3 {
    color: #2b64e9
}

.boxes .box.android h3:after {
    background: #2b64e9
}

.boxes .box.android .icon {
    background-color: rgba(119, 193, 89, .22)
}

.boxes .box.react a,
.boxes .box.react h3 {
    color: #05a5d1
}

.boxes .box.react h3:after {
    background: #05a5d1
}

.boxes .box.react .icon {
    background-color: rgba(5, 165, 209, .18)
}

.boxes .box.bootstrap a,
.boxes .box.bootstrap h3 {
    color: #7952b3
}

.boxes .box.bootstrap h3:after {
    background: #7952b3
}

.boxes .box.bootstrap .icon {
    background-color: rgba(121, 82, 179, .2)
}

.boxes .box.jquery a,
.boxes .box.jquery h3 {
    color: #1e6faa
}

.boxes .box.jquery h3:after {
    background: #1e6faa
}

.boxes .box.jquery .icon {
    background-color: rgba(30, 111, 170, .18)
}

.boxes .box.php a,
.boxes .box.php h3 {
    color: #4f5b93
}

.boxes .box.php h3:after {
    background: #4f5b93
}

.boxes .box.php .icon {
    background-color: rgba(79, 91, 147, .2)
}

.boxes .box.angular a,
.boxes .box.angular h3 {
    color: #c31f33
}

.boxes .box.angular h3:after {
    background: #c31f33
}

.boxes .box.angular .icon {
    background-color: rgba(195, 31, 51, .18)
}

.boxes .box.yii a,
.boxes .box.yii h3 {
    color: #eb6d2d
}

.boxes .box.yii h3:after {
    background: #eb6d2d
}

.boxes .box.yii .icon {
    background-color: rgba(235, 109, 45, .18)
}

.boxes .box.stack a,
.boxes .box.stack h3 {
    color: #2b64e9
}

.boxes .box.stack h3:after {
    background: #2b64e9
}

.boxes .box.stack .icon {
    background-color: rgba(10, 186, 181, .18)
}

.boxes .box.laravel a,
.boxes .box.laravel h3 {
    color: #fa503a
}

.boxes .box.laravel h3:after {
    background: #fa503a
}

.boxes .box.laravel .icon {
    background-color: rgba(250, 80, 58, .18)
}

.boxes .box.nodejs a,
.boxes .box.nodejs h3 {
    color: green !important
}

.boxes .box.nodejs h3:after {
    background: green!important
}

.boxes .box.nodejs .icon {
    background-color: rgba(102, 159, 100, .18)
}

.boxes .box.apache a,
.boxes .box.apache h3 {
    color: #c62234
}

.boxes .box.apache h3:after {
    background: #c62234
}

.boxes .box.apache .icon {
    background-color: rgba(198, 34, 52, .2)
}

.boxes .box.apache a,
.boxes .box.linux h3 {
    color: #b17e05
}

.boxes .box.linux h3:after {
    background: #b17e05
}

.boxes .box.linux .icon {
    background-color: rgba(177, 126, 5, .2)
}

.boxes .box.nginx a,
.boxes .box.nginx h3 {
    color: #2b64e9
}

.boxes .box.nginx h3:after {
    background: #2b64e9
}

.boxes .box.nginx .icon {
    background-color: rgba(13, 151, 77, .2)
}

.boxes .box.google a,
.boxes .box.google h3 {
    color: #3a7cec
}

.boxes .box.google h3:after {
    background: #3a7cec
}

.boxes .box.google .icon {
    background-color: rgba(58, 124, 236, .2)
}

.boxes .box.aws a,
.boxes .box.aws h3 {
    color: #f90
}

.boxes .box.aws h3:after {
    background: #f90
}

.boxes .box.aws .icon {
    background-color: rgba(255, 153, 0, .2)
}

.boxes.style1 li {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.boxes.style1 li:last-child {
    margin: 0
}

.boxes.style1 .icon {
    position: absolute;
    left: 30px;
    top: 20px
}

.boxes.style1 h3 {
    width: 100%;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: normal;
    padding: 0 0 5px 85px;
    height: 65px;
    display: table-cell;
    vertical-align: middle
}

.boxes.style1 .box h3:after {
    display: none
}

.boxes.icons .box i {
    display: block;
    margin-bottom: 5px;
    font-size: 34px
}

.boxes.icons .box i.blue {
    color: #2b64e9
}

.boxes.icons .box i.green {
    color: #2b64e9
}

.white,
.white .head,
.white p {
    color: #fff
}

.center_img {
    display: block;
    margin: 0 auto
}

section.half .bg {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat
}

section.half .bg.left {
    left: 0
}

section.half .bg.right {
    right: 0
}

section.half .container {
    position: relative;
    z-index: 9
}

section.half .pull_left {
    padding-right: 50px
}

section.half .pull_right {
    padding-left: 50px
}

.page_banner {
    position: relative;
    z-index: 9;
    overflow: hidden;
    padding: 200px 0 200px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    display: inline
}

.page_banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .75;
    content: ""
}

.page_banner:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 300px;
    width: 100%;
    content: "";
    background: url(images/waves.svg) no-repeat bottom !important;
}

.page_banner .container {
    position: relative;
    z-index: 9;
    text-align: center;
    color: #fff;
    max-width: 1020px
}

.page_banner * {
    color: #fff;
    font-family: Quicksand, sans-serif
}

.page_banner .fa {
    font-family: FontAwesome
}

.page_banner.cms {
    padding: 180px 0 120px 0
}

.page_banner h1 {
    font-size: 44px;
    margin-bottom: 25px;
    letter-spacing: normal;
    line-height: 60px
}

.page_banner .btns .btn {
    min-width: 160px;
    margin: 5px 5px
}

.page_banner .desc {
    font-size: 30px;
    font-weight: 300;
    line-height: normal
}

.footer_form {
    background: #eeeff0;
    text-align: center;
    padding: 35px 0 20px 0
}

.footer_form .head {
    margin-bottom: 15px
}

.footer_form .head_desc {
    width: 100%;
    float: left;
    margin-bottom: 35px
}

.footer_form .content {
    float: left;
    width: 65%;
    padding: 20px
}

.footer_form .contact {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px
}

.footer_form .contact a {
    font-weight: 500;
    color: #333;
    font-size: 18px;
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px
}

.footer_form .contact .fa {
    font-size: 20px;
    display: inline-block;
    border-radius: 100px;
    margin-right: 5px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    width: 40px;
    color: #fff;
    background: #2b64e9
}

.footer_form .contact .fa-mobile {
    font-size: 24px
}

.footer_form .form_group {
    width: 33.3%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 25px
}

.footer_form .form_group .form_group {
    margin: 0 0 25px 0;
    width: 100%;
    padding: 0
}

.footer_form .form_group .form_group .error {
    padding: 2px 0
}

.footer_form .form_group.full {
    width: 66.6%
}

.footer_form .form_group.action {
    width: 33.3%
}

.footer_form .form_control {
    border: 2px solid #d0d2d4;
    padding-left: 35px
}

.footer_form .form_control:focus {
    border-color: #999c9e
}

.footer_form textarea.form_control {
    height: 115px;
    padding: 10px
}

.footer_form .btn {
    width: 100%
}

.footer_form select {
    margin-bottom: 15px;
    padding: 10px
}

.footer_form .action .form_control {
    margin-bottom: 0;
    padding: 10px
}

.footer_form .form_group .fa {
    position: absolute;
    z-index: 10;
    color: #788092;
    top: 0;
    left: 17px;
    height: 44px;
    width: 35px;
    line-height: 44px
}

.footer_form .form_group .fa-mobile {
    font-size: 21px
}

.footer_form .error {
    padding: 2px 15px
}



.footer_menu .col_3 {
    margin: 40px 0 33px 0
}

.footer_menu h3 {
    font-size: 16px;
    padding-bottom: 13px;
    position: relative;
    color: #fff
}

.footer_menu h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background: #2b64e9;
    border-radius: 10px
}

.footer_menu li a {
    color: #fff;
    opacity: .5;
    font-size: 13px;
    margin: 7px 0;
    padding-left: 15px;
    display: inline-block;
    position: relative
}

.footer_menu li a:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 12px;
    top: 50%;
    margin-top: -6px;
    line-height: normal
}

.copyright a:hover,
.footer_menu li a:hover {
    opacity: 1
}

.footer_menu li a .fa,
.footer_menu li a span {
    display: none
}

.footer_menu .product_menu {
    width: 20%
}

.footer_menu .contact {
    width: 30%
}

.footer_menu .contact li a:before {
    display: none
}

.footer_menu .contact li {
    float: left;
    width: 100%;
    line-height: 20px;
    color: #fff;
    opacity: .5;
    font-size: 13px;
    margin: 7px 0 5px 0;
    position: relative;
    padding-left: 30px;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transition: all .25s ease
}

.footer_menu .contact li a {
    padding: 0;
    margin: 0;
    opacity: 1
}

.footer_menu .contact li.phone,
.footer_menu .contact li:hover {
    opacity: 1
}

.footer_menu .contact li.phone .fa,
.footer_menu .contact li.phone a {
    opacity: .5
}

.footer_menu .contact li.phone a:hover,
.footer_menu .contact li.phone:hover .fa {
    opacity: 1
}

.footer_menu .contact .fa {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 15px
}

.footer_menu .contact .hr {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
    opacity: 1;
    font-style: normal;
    color: #646779;
    font-weight: 500
}

.footer_menu .contact .hr:hover {
    color: #fff
}

.footer_form .btn {
    top: 25px
}

.action span {
    color: #333
}
.copyright {
    padding-bottom: 30px
}

.copyright ul {
    border-top: 1px solid rgba(255, 255, 255, .2);
    float: left;
    width: 100%;
    padding-top: 25px;
    margin-bottom: 15px
}

.copyright li {
    float: left
}

.copyright a {
    color: #fff;
    opacity: .5;
    font-size: 13px;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    line-height: 26px
}

.copyright a:before {
    background: #9eacb4;
    height: 12px;
    width: 1px;
    position: absolute;
    content: "";
    left: 0;
    top: 8px
}

.copyright li.social a:before,
.copyright ul li:first-child a:before {
    display: none
}

.copyright ul li:first-child a {
    padding-left: 0
}

.copyright p {
    color: #fff;
    opacity: .5;
    font-size: 13px
}

.copyright li.social {
    float: right
}

.copyright li.social a {
    padding: 0;
    margin-left: 3px;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 26px;
    border-radius: 100px;
    font-size: 12px
}

.copyright li.social a:hover {
    background: #fff;
    color: #0e152e
}

.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.diagram amp-img {
    margin: 0 auto;
    max-width: 460px;
    min-width: 530px
}

section.half_bg:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%
}

.sub_head {
    font-size: 28px;
    letter-spacing: .02em;
    margin-bottom: 20px
}

.white * {
    color: #fff
}

.col_6 .grey {
    background: #eeeff0
}

.head.line.white:after {
    background: #fff
}

.ampTabContainer {
    display: flex;
    flex-wrap: wrap
}

.tabButton {
    list-style: none;
    border: 0;
    position: relative;
    flex-grow: 1;
    padding: 10px 5px 12px 5px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    opacity: .4;
    transition: all .25s ease;
    -webkit-transition: all .25s ease
}

.tabButton:hover {
    opacity: 1
}

.tabButton:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 2px;
    background: #2b64e9;
    transition: all .25s ease;
    -webkit-transition: all .25s ease
}

amp-selector .tabButton[selected]:after {
    width: 100%;
    left: 0
}

amp-selector .tabButton[selected] {
    outline: 0;
    opacity: 1;
    color: #2b64e9
}

.tabContent {
    display: none;
    width: 100%;
    order: 1;
    float: left;
    padding-top: 20px;
    border-top: 2px solid #ddd
}

.tabButton[selected]+.tabContent {
    display: block
}

.itemCustom {
    height: 280px;
    width: 380px;
    margin: 10px;
    text-align: center;
    padding-top: 140px
}

body * {
    outline: 0
}

.page_banner.not_found {
    background: url(images/contactus.jpg) no-repeat center;
    padding: 200px 0 150px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover
}

.page_banner.not_found:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .75;
    content: "";
    background: #0c1e5d
}

.page_banner.not_found:after {
    display: none
}

.page_banner.not_found h1 {
    margin: 0;
    font-weight: 500;
    font-size: 80px
}

.page_banner.not_found .desc {
    margin-top: 25px;
    font-size: 26px
}

.not_found .content {
    float: left;
    width: 100%;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    min-height: 280px;
    margin-top: -120px;
    position: relative;
    z-index: 99;
    overflow: hidden
}

.not_found .container.md {
    max-width: 600px
}

.not_found .content .fa {
    font-size: 66px;
    display: block;
    color: #2b64e9;
    margin-bottom: 10px
}

.not_found h2 {
    color: #2b64e9;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase
}

.not_found p {
    font-size: 18px;
    color: #666
}

form .btn {
    position: relative
}

form .btn:before {
    content: "";
    visibility: hidden;
    transform: scale(0);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -13px 0 0 -13px;
    width: 26px;
    height: 26px;
    background: url(../images/loader-blue.gif) no-repeat center;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

form .btn.grey:before {
    background: url(../images/loader-dark.gif) no-repeat center
}

form .btn.green:before {
    background: url(../images/loader-green.gif) no-repeat center
}

form.amp-form-submitting .btn:before {
    display: block;
    visibility: visible;
    transform: scale(1)
}

form.amp-form-submitting .btn {
    text-align: center;
    font-size: 0
}

.mb5 {
    margin-bottom: 5px
}

.head.mb10,
.head.style1.mb10,
.mb10 {
    margin-bottom: 10px
}

.head.mb15,
.head.style1.mb15,
.mb15 {
    margin-bottom: 15px
}

.head.mb20,
.head.style1.mb20,
.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt0 {
    margin-top: 0
}

.head.mb0,
.mb0 {
    margin-bottom: 0
}

.mar0 {
    margin: 0
}

.pad0 {
    padding: 0
}

.pb0 {
    padding-bottom: 0
}

.pt0 {
    padding-top: 0
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt40 {
    padding-top: 40px
}

.pr0 {
    padding-right: 0
}

.pr30 {
    padding-right: 30px
}

.pl0 {
    padding-left: 0
}

.pl30 {
    padding-left: 30px
}

.pb10 {
    padding-bottom: 10px
}

.pr35 {
    padding-right: 35px
}

.pb20 {
    padding-bottom: 20px
}

.pb30 {
    padding-bottom: 30px
}

.pb200 {
    padding-bottom: 200px
}

.plr0 {
    padding-left: 0;
    padding-right: 0
}

.plr15 {
    padding-left: 15px;
    padding-right: 15px
}

.bt0 {
    border-top: 0
}

.head .offer {
    color: #2b64e9
}

amp-user-notification>div {
    padding: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    background: #2b64e9;
    color: #fff
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .banner:after,
    .page_banner::after,
    .products .img::after {
        display: none
    }

    body .web .bg {
        width: 40%
    }

    body .banner {
        padding-bottom: 100px
    }

    body .products .img {
        height: auto;
        padding: 13px 0
    }

    body .home.clients {
        padding-top: 40px
    }

    body .page_banner,
    body .page_banner.web {
        padding-bottom: 110px;
        min-height: inherit
    }
}

.footer_menu .contact .hr {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
    opacity: 1;
    font-style: normal;
    color: #646779;
    font-weight: 500
}

.footer_menu .contact .hr:hover {
    color: #fff
}

.footer_form .btn {
    top: 25px
}

.action span {
    color: #333
}

.multi.web.page_banner .content {
    width: 100%;
    position: relative;
    min-height: 230px;
    text-align: center;
    padding-left: 0;
    float: none
}

section.multi-h.half .bg1 {
    background-image: url(images/company-banner.jpg)
}

.trusted-dev-company {
    margin: 20px 0
}

.screen-carousel #carousel-with-preview {
    width: 50%;
    margin: 0 auto;
    text-align: center
}

.screen-carousel .carousel-preview {
    margin: 16px 0 0;
    text-align: center
}

.screen-carousel .carousel-preview button {
    border-color: #2b64e9;
    background: #fff;
    border-style: double
}

.screen-carousel .amp-carousel-button {
    background-color: #2b64e9;
    border-radius: 30px
}

.footer_form .action input {
    width: 150px;
    position: relative;
    left: -10px
}

amp-user-notification.amp-active div {
    background: #0076d4;
    color: #fff;
    text-align: center;
    padding: 10px 0
}

.site_menu li:nth-child(5) .sub_menu .sub_menu_list:before {
    content: '';
    left: 52%
}

.custom-price-form .form_group {
    width: 25%;
    float: left;
    margin: 0 15px
}

.custom-price-form .form_quote .form_group input {
    border: 1px solid #33333370;
    padding-left: 40px
}

.custom-price-form i {
    position: absolute;
    top: 12px;
    color: #399837;
    z-index: 99;
    font-size: 20px;
    left: 15px
}

.custom-price-form .form_group input {
    border: 1px solid #33333370;
    padding-left: 40px
}

.web.page_banner {
    padding-bottom: 180px;
    padding-top: 200px;
    min-height: 600px
}

.web.style1.page_banner {
    min-height: auto;
    padding-top: 220px;
    padding-bottom: 150px
}

.web.page_banner amp-img {
    max-width: 300px;
    margin: -5px auto 0
}

.web.page_banner .container {
    max-width: 1200px;
    text-align: left
}

.web.page_banner .desc {
    font-size: 23px;
    line-height: 32px
}

.web.page_banner .img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 300px;
    height: 300px;
    margin-top: -150px
}

.lists,
.lists li {
    float: left;
    width: 100%
}

.web.page_banner .content {
    float: left;
    width: 100%;
    padding-left: 350px;
    position: relative;
    min-height: 230px
}

.web.page_banner h1 {
    margin-top: -10px
}

.lists {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

.lists li {
    line-height: 24px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px
}

.lists li:last-child {
    margin: 0
}

.lists li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background: #2b64e9;
    border-radius: 100px;
    font-size: 12px;
    color: #fff
}

.lists.blue li:before {
    background: #fff;
    color: #2B64E9
}

.lists.dark li:before {
    background: #fff;
    color: #0E152E
}

.lists.green li:before {
    background: #fff;
    color: #2b64e9
}

@media (max-width:990px) {
    .web.page_banner {
        padding: 160px 0 150px;
        min-height: inherit
    }

    .web.page_banner .img {
        width: 240px;
        height: 240px;
        margin-top: -120px
    }

    .web.page_banner .content {
        padding-left: 280px
    }

    .web.style1.page_banner {
        padding-top: 160px
    }
}


.page_banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .75;
    content: "";
    background: #2b64e9;
    background: -moz-linear-gradient(left, rgb(219, 214, 236) 0, rgb(6, 67, 121) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0, rgb(39, 6, 158)), color-stop(100%, rgba(28, 120, 200, 1)));
    background: -webkit-linear-gradient(left, rgb(170 154 225) 0, rgb(195 210 223) 100%);
    background: -o-linear-gradient(left, rgb(228, 223, 243) 0, rgba(28, 120, 200, 1) 100%);
    background: -ms-linear-gradient(left, rgb(213, 209, 228) 0, rgba(28, 120, 200, 1) 100%);

    background: linear-gradient(to right, rgb(230, 224, 250) 0, rgba(28, 120, 200, 1) 100%)
}




.contact_f,
.footer_form,
.page_banner.contact:after {
    display: none
}

.page_banner.contact h1 {
    margin: 0
}

.page_banner.contact .desc {
    margin-top: 25px;
    font-size: 26px
}

.contact_page {
    float: left;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 50px;
    background: #2B64E9;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    min-height: 400px;
    margin-top: -150px;
    position: relative;
    z-index: 99;
    overflow: hidden
}

.contact_page h2 {
    font-weight: 500;
    font-size: 24px
}

.contact_form {
    float: left;
    width: 55%;
    padding: 30px;
    background: #fff
}

.contact_form .form_group {
    width: 50%;
    padding: 0 15px;
    position: relative;
    margin-bottom: 30px
}

.contact_form .action,
.contact_form .form_group.full {
    width: 100%;
    float: left
}

.contact_form .form_group.action {
    width: 33.3%
}

.contact_form .form_control {
    border: 2px solid #d0d2d4;
    padding-left: 37px
}

.contact_form select.form_control {
    padding-left: 33px
}

.contact_form .form_control:focus {
    border-color: #999C9E
}

.contact_form textarea.form_control {
    height: 120px;
    padding: 10px
}

.contact_form .form_group .fa {
    position: absolute;
    z-index: 10;
    color: #788092;
    top: 0;
    left: 18px;
    height: 44px;
    width: 35px;
    text-align: center;
    line-height: 44px
}

.contact_form .form_group .fa-mobile {
    font-size: 21px
}

.contact_form .error {
    padding: 2px 15px
}

.contact_form .action {
    padding: 0 15px;
    text-align: right;
    margin-top: -5px
}

.contact_info {
    float: right;
    width: 45%;
    padding: 17px;
padding-top: 71px;
}

.contact_info * {
    color: #fff
}

.contact_info li {
    margin-bottom: 15px;
    display: block;
    position: relative;
    padding-left: 35px;
    line-height: 25px
}

.contact_info li .fa {
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    text-align: center;
    font-size: 18px
}

.contact_info li .fa-envelope-o {
    font-size: 17px
}

.contact_info li a:hover {
    color: #fff;
    text-decoration: underline
}

.contact_info amp-iframe {
    border-radius: 4px;
    overflow: hidden
}

@font-face {
    font-family: Flaticon;
    src: url(../fonts/Flaticon.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

[class*=" fi"]:after,
[class*=" fi"]:before,
[class^=fi]:after,
[class^=fi]:before {
    font-family: Flaticon;
    font-style: normal
}

.fi {
    font-size: 24px
}

.fi.bulb:before {
    content: "\f100"
}

.fi.dinner:before {
    content: "\f101"
}

.fi.file-close:before {
    content: "\f102"
}

.fi.user:before {
    content: "\f103"
}

.fi.bill:before {
    content: "\f104"
}

.fi.alarm:before {
    content: "\f105"
}

.fi.search:before {
    content: "\f106"
}

.fi.diamond:before {
    content: "\f107"
}

.fi.map-location:before {
    content: "\f108"
}

.fi.launch:before {
    content: "\f109"
}

.fi.route:before {
    content: "\f10a"
}

.fi.credit-card:before {
    content: "\f10b"
}

.fi.responsive1:before {
    content: "\f10c"
}

.fi.setting-location:before {
    content: "\f10d"
}

.fi.fb-line:before {
    content: "\f10e"
}

.fi.price:before {
    content: "\f10f"
}

.fi.fast-food:before {
    content: "\f110"
}

.fi.clock-update:before {
    content: "\f111"
}

.fi.promotion:before {
    content: "\f112"
}

.fi.globe:before {
    content: "\f113"
}

.fi.phone-call:before {
    content: "\f114"
}

.fi.ban:before {
    content: "\f115"
}

.fi.time-wait:before {
    content: "\f116"
}

.fi.tick:before {
    content: "\f117"
}

.fi.add-place:before {
    content: "\f118"
}

.fi.mobile-cart:before {
    content: "\f119"
}

.fi.care:before {
    content: "\f11a"
}

.fi.cloud-down:before {
    content: "\f11b"
}

.fi.browser:before {
    content: "\f11c"
}

.fi.award:before {
    content: "\f11d"
}

.fi.menu:before {
    content: "\f11e"
}

.fi.shop:before {
    content: "\f11f"
}

.fi.money-bag:before {
    content: "\f120"
}

.fi.track:before {
    content: "\f121"
}

.fi.refresh:before {
    content: "\f122"
}

.fi.close:before {
    content: "\f123"
}

.fi.cloud-server:before {
    content: "\f124"
}

.fi.fry:before {
    content: "\f125"
}

.fi.money-hand:before {
    content: "\f126"
}

.fi.optimize:before {
    content: "\f127"
}

.fi.responsive:before {
    content: "\f128"
}

.fi.setting:before {
    content: "\f129"
}

.fi.cart-browser:before {
    content: "\f12a"
}

.fi.monitor:before {
    content: "\f12b"
}

.fi.cloud-mobile:before {
    content: "\f12c"
}

.fi.laptop:before {
    content: "\f12d"
}

.fi.monitor2:before {
    content: "\f12e"
}

.fi.email:before {
    content: "\f12f"
}

.fi.slider:before {
    content: "\f130"
}

.fi.cloud-secure:before {
    content: "\f131"
}

.fi.app:before {
    content: "\f132"
}

.fi.doc:before {
    content: "\f133"
}

.fi.monitor1:before {
    content: "\f134"
}

.fi.key:before {
    content: "\f135"
}

.fi.cart:before {
    content: "\f136"
}

.fi.truck:before {
    content: "\f137"
}

.fi.food-bag:before {
    content: "\f138"
}

.fi.monitor-chart:before {
    content: "\f139"
}

.fi.smile:before {
    content: "\f13a"
}

.fi.list:before {
    content: "\f13b"
}

.fi.mobile1:before {
    content: "\f13c"
}

.fi.mobile2:before {
    content: "\f13d"
}

.fi.note:before {
    content: "\f13e"
}

.fi.android-logo:before {
    content: "\f13f"
}

.fi.apple-logo:before {
    content: "\f140"
}

.fi.design:before {
    content: "\f141"
}

@media only screen and (min-device-width :320px) and (max-device-width :1024px) and (orientation :landscape) {
    .landscape_msg {
        display: block
    }
}

@media (min-width:990px) {
    #sidebar {
        display: none
    }
}

@media (max-width:1024px) {
    .landscape_msg amp-img {
        max-width: 299px;
        width: 100%
    }
}

@media (max-width:1150px) {
    .site_menu li {
        margin-left: 20px
    }
}

@media (max-width:1050px) {
    .site_menu ul li a {
        font-size: 14px
    }

    .banner h1 {
        font-size: 47px;
        line-height: 60px
    }

    .site_logo {
        width: 190px
    }

    section.half .bg {
        width: 40%
    }

    section.half .col_6 {
        width: 60%
    }

    .web .container {
        padding-right: 15px
    }
}

@media (max-width:990px) {

    .col_5,
    .col_7 {
        width: 100%
    }

    .site_menu,
    .top_info,
    .web .bg {
        display: none
    }

    .site_logo .toggle {
        display: inline-block
    }

    .site_logo {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        height: 80px
    }

    .site_logo amp-img {
        max-width: 225px;
        margin: 18px 0 0 20px
    }

    .banner {
        position: relative;
        padding: 150px 0 130px 0
    }

    .banner h1 {
        font-size: 42px
    }

    .mobile .boxes,
    .mobile .content {
        width: 100%;
        float: left;
        padding: 0
    }

    .mobile .boxes {
        margin-top: 30px
    }

    .boxes .box_col:first-child {
        padding: 0
    }

    .web .container {
        padding: 0 15px
    }

    .web .boxes.col3 li:nth-child(3n),
    .web .boxes.col3 li:nth-child(3n+1) {
        clear: none
    }

    .web .boxes .box p {
        min-height: 70px
    }

    .web .boxes.col3 li {
        width: 50%
    }

    .web .boxes .box h3 {
        padding-right: 30px
    }

    .head {
        font-size: 30px
    }

    .page_banner {
        padding: 160px 0 150px 0;
        min-height: inherit
    }

    .page_banner.style2 {
        padding-bottom: 50px
    }

    .table_feature li {
        width: 33.3%
    }

    section.pb20 {
        padding-bottom: 30px
    }

    .contact_page {
        margin-top: -100px
    }

    .form_quote .heading,
    .form_quote form {
        width: 100%;
        padding: 0
    }

    .form_quote form {
        padding-right: 145px
    }

    .form_quote:after {
        background: #2b64e9
    }

    .form_quote .heading h3 {
        color: #fff;
        margin: 0 0 10px 0
    }

    .product_banner.page_banner {
        padding-top: 120px
    }

    .product_banner.page_banner h1 {
        font-size: 34px;
        line-height: 45px
    }

    ul.boxes {
        margin: 0 -10px
    }

    .boxes li {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .copyright li.social {
        width: 100%;
        margin-top: 15px
    }

    .copyright {
        text-align: center
    }

    .copyright li {
        float: none;
        display: inline-block
    }
}

@media (max-width:800px) {

    .products .boxes.col3 li:nth-child(3n),
    .products .boxes.col3 li:nth-child(3n+1) {
        clear: none
    }

    .products .boxes.col3 li,
    .table_feature li,
    .white_paper .boxes li {
        width: 50%
    }

    .case_study .boxes li,
    .contact_form,
    .contact_info,
    .portfolio_detail .col_6,
    .products .boxes.col3 li:last-child,
    section.half .col_6 {
        width: 100%
    }

    .products .boxes.col3 li:last-child .box {
        max-width: 350px;
        margin: 0 auto;
        margin-top: 5px;
        float: none
    }

    .years span,
    .years span.year,
    .years span:first-child,
    .years span:last-child {
        float: left;
        width: 100%;
        text-align: center
    }

    .years span.year,
    .years span:last-child {
        padding: 0
    }

    body .footer_menu .col_3 {
        width: 33.3%
    }

    body .footer_menu .contact {
        width: 100%;
        margin-top: 0
    }

    .diagram .pc,
    body .footer_menu .contact li:first-child br {
        display: none
    }

    .page_banner h1 {
        font-size: 41px;
        line-height: 55px
    }

    .page_banner .desc {
        font-size: 28px
    }

    section.half {
        padding-top: 440px
    }

    section.half .col_6 {
        padding: 0 15px
    }

    section.half .bg {
        width: 100%;
        height: 400px;
        top: 0
    }

    .page_banner {
        padding: 140px 0 130px
    }

    .page_banner.cms {
        padding-top: 120px
    }

    .clients li {
        width: 33.3%;
        padding: 5px;
        margin: 0
    }

    .clients.page li {
        margin: 0
    }

    .clients .head {
        margin-bottom: 28px
    }

    .form_quote .fa {
        margin-top: 0
    }

    .form_quote .fa-mobile {
        margin-top: -2px
    }

    .form_quote .heading h3 {
        text-align: center
    }

    .form_quote form {
        padding: 0;
        max-width: 400px;
        float: none;
        margin: 0 auto
    }

    .form_quote input {
        border: 0
    }

    .form_quote .form_group {
        width: 100%;
        margin-bottom: 10px
    }

    .form_quote .form_group input,
    .form_quote .form_group:first-child input,
    .form_quote .form_group:last-child input {
        border-radius: 4px
    }

    .form_quote .btn {
        position: static;
        width: 100%;
        float: left;
        border-radius: 4px
    }

    .form_quote .error {
        position: static;
        float: right
    }

    .app_process ul li {
        width: 50%
    }

    .app_process ul li:nth-child(2n),
    .app_process ul li:nth-child(3n),
    .app_process ul li:nth-child(3n+1) {
        clear: none
    }

    .app_process ul li:nth-child(2n+1) {
        clear: both
    }

    .row .col_6:last-child.diagram {
        margin: 0
    }

    .col_6.pl30,
    .col_6.pr30 {
        padding: 0 15px;
        width: 100%;
        float: left
    }

    .diagram {
        margin-top: 0;
        margin-bottom: 30px
    }

    .half_bg .diagram {
        margin-top: 30px;
        margin-bottom: 0
    }

    section.half_bg:after {
        display: none
    }

    section.half_bg {
        padding-bottom: 0
    }

    section.half_bg .col_6.pl30.diagram {
        background: #eee;
        margin-top: 30px;
        padding: 30px 15px 50px 15px
    }

    .contact_info amp-iframe {
        height: 200px
    }

    .app_feature ul li {
        font-size: 16px
    }

    .app_feature ul li {
        padding: 30px 60px 30px 0
    }

    .app_feature ul.last li {
        padding: 30px 0 30px 60px
    }

    .app_feature ul .fa,
    .app_feature ul .fa:after {
        width: 44px;
        height: 44px;
        line-height: 46px
    }

    .diagram .mobile {
        display: block
    }

    .boxes.col3 li:nth-child(3n),
    .boxes.col3 li:nth-child(3n+1) {
        clear: none
    }

    .table_step li {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        font-size: 15px;
        text-align: left
    }

    .table_step li:last-child {
        margin: 0
    }
}

@media (max-width:767px) {

    .app_feature .img,
    .app_feature ul,
    .boxes.col2 li,
    .white_paper .boxes li {
        width: 100%
    }

    .site_logo amp-img {
        max-width: 190px;
        margin-top: 20px
    }

    .banner {
        position: relative;
        padding: 120px 0 60px
    }

    .banner h1 {
        font-size: 28px;
        line-height: 40px
    }

    .banner .action .btn:first-child {
        margin: 0 0 10px 0
    }

    .banner .btn {
        margin: 0 10px;
        width: 100%;
        max-width: 240px;
        padding: 0 10px
    }

    .clients .head,
    .head {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 20px
    }

    .clients.home {
        padding-bottom: 25px
    }

    .boxes .box_col {
        width: 100%;
        padding: 0;
        float: left
    }

    .boxes .box_col .box,
    .boxes li {
        margin-bottom: 15px;
        width: 100% !important
    }

    .boxes .box_col .box.mb30 {
        margin-top: 0
    }

    .products .boxes.col3 li:last-child .box {
        max-width: 100%;
        margin: 0
    }

    .boxes .box_col .box.react {
        margin: 0
    }

    .overlay .boxes li,
    .products .boxes.col3 li,
    .web .boxes.col3 li {
        width: 100%
    }

    .products .boxes .box p,
    .web .boxes .box p {
        min-height: inherit
    }

    .find_us,
    .footer_form,
    .products .content_head,
    section {
        padding: 30px 0
    }

    .products h3.text-center {
        color: #fff;
        margin-top: 10px
    }

    .products p.mb.text-center {
        margin-bottom: -20px
    }

    .products .content_head {
        padding-bottom: 10px;
        margin-bottom: 15px
    }

    .boxes .box {
        padding: 15px
    }

    .web .boxes.col3 li {
        margin-bottom: 10px
    }

    .products {
        background: #0e152e
    }

    .products .box {
        margin: 0
    }

    section.half_bg .col_6.pl30.diagram {
        padding-bottom: 30px
    }

    .app_feature ul {
        text-align: left
    }

    .app_feature ul li,
    .app_feature ul.last li {
        padding: 25px 0 25px 70px;
        min-height: 40px
    }

    .app_feature ul .fa,
    .app_feature ul.last .fa {
        left: 5px;
        right: auto
    }

    .app_feature .img {
        margin: 20px 0
    }

    .white_paper .content {
        padding: 15px
    }

    .app_process {
        margin-top: 100px
    }

    .app_process,
    .app_process .app {
        margin: 0
    }

    .overlay .boxes .box {
        min-height: inherit
    }

    .boxes.style1 .icon {
        left: 25px
    }

    .boxes.style1 h3 {
        padding-left: 80px
    }

    .boxes.style1 p {
        margin-top: 5px
    }

    .page_banner.style2 {
        padding-bottom: 30px
    }

    .md.mb40 {
        margin-bottom: 20px
    }

    .cms_page .content,
    .products .boxes .box {
        margin-top: 0
    }

    .page_banner.cms {
        padding: 100px 0 30px 0
    }

    .cms_page .container {
        padding: 0
    }

    .cms_page .content {
        border-radius: 0;
        padding: 20px 15px
    }

    p {
        line-height: 22px;
        margin-top: 20px
    }

    .web.page_banner {
        padding: 120px 0 100px
    }

    .web.style1.page_banner {
        padding-top: 120px
    }

    .web.page_banner .content {
        padding: 0
    }

    .web.page_banner .img {
        width: 100%;
        margin-top: 0;
        height: auto;
        position: static;
        margin-bottom: 20px
    }

    .web.page_banner amp-img {
        max-width: 200px;
        margin: 0 auto
    }

    .web.page_banner h1 {
        margin-top: 0;
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 20px
    }

    .years span:first-child {
        font-size: 30px
    }

    .years span:first-child,
    .years span:last-child {
        padding-top: 20px
    }

    .years span.year {
        font-size: 100px;
        font-weight: 400;
        margin-bottom: -20px
    }

    .footer_form textarea.form_control {
        float: left
    }

    .footer_form .form_group,
    .footer_form .form_group .form_group,
    .footer_form .form_group.action,
    .footer_form .form_group.full {
        width: 100%;
        margin-bottom: 10px
    }

    .footer_form .error {
        padding: 2px 0 0 0;
        position: static;
        text-align: right;
        width: 100%;
        float: left
    }

    .banner .container {
        text-align: center;
        padding-left: 15px
    }

    .banner.full_row .img {
        width: 160px;
        height: 180px;
        margin: 0 auto;
        position: relative
    }

    .web.medicine.page_banner .content {
        padding-left: 0
    }

    .medichine .col_12 .boxes.col2 li {
        width: 100%
    }

    .boxes.col3 li {
        float: left;
        width: 100%
    }

    .ap-o-accordion {
        width: 100%
    }

    .boxes .box h3:after {
        left: 0
    }

    .power-bi .col_6 {
        width: 100%
    }

    .why-choose h2.head.line.white.style1 {
        padding-top: 205px
    }

    .alcohol-ordering .col_6 {
        width: 100%
    }

    .width-res .col_4 {
        width: 100%
    }

    .slider amp-carousel#carousel-with-preview {
        width: 100%
    }

    .advantages h2.head.line.style1 {
        padding-top: 205px
    }
}

@media (max-width:640px) {

    .clients li,
    .facts .col_3 {
        width: 50%
    }

    .app_process ul li,
    .center .col_6,
    .contact_form .form_group,
    .our_team .boxes li,
    .portfolio .boxes li,
    .table_feature li {
        width: 100%
    }

    .form_control,
    textarea.form_control {
        font-size: 14px
    }

    .contact_form .form_group,
    .years.mb30 {
        margin-bottom: 10px
    }

    .facts b {
        display: block;
        font-size: 16px
    }

    .facts .col_3 {
        margin-top: 20px;
        padding: 0 10px
    }

    .boxes .box:hover {
        box-shadow: 0 2px 30px rgba(0, 0, 0, .18)
    }

    .form_quote form {
        max-width: 100%
    }

    .page_banner {
        padding: 120px 0 80px
    }

    .page_banner h1 {
        font-size: 37px;
        line-height: 48px
    }

    .page_banner .desc {
        font-size: 22px
    }

    section.half {
        padding-top: 80px
    }

    section.half .bg {
        height: 250px
    }

    .table_feature li {
        margin: 5px 0
    }

    .table_feature li span {
        white-space: normal
    }

    ul.team li {
        margin: 1px;
        max-width: 90px
    }

    .page_banner a.mail {
        font-size: 16px;
        display: block;
        margin-top: 10px
    }

    section ul.box_feature {
        margin-top: 20px
    }

    ul.box_feature li:nth-child(3n),
    ul.box_feature li:nth-child(3n+1) {
        clear: none
    }

    ul.box_feature {
        margin: 0 -5px
    }

    ul.box_feature li {
        width: 50%;
        padding: 5px
    }

    .box_feature span {
        padding: 20px 5px;
        font-size: 13px
    }

    .box_feature span:hover {
        transform: scale(1)
    }

    .contact_page {
        margin-top: -50px
    }

    .contact_us.container {
        padding: 0
    }

    .contact_form .error {
        padding: 2px 0 0 0;
        position: static;
        text-align: right;
        float: left;
        width: 100%
    }

    .head br,
    .page_banner h1 br,
    ul.history li .content div:before,
    ul.history li:before {
        display: none
    }

    section.pt20 {
        padding-top: 30px
    }

    .head,
    .head.style1 {
        margin-bottom: 20px
    }

    .landscape_msg amp-img {
        max-width: 299px;
        width: 42%
    }

    .landscape_msg h5 {
        font-size: 18px
    }

    .landscape_msg p {
        font-size: 14px
    }

    .dialog_content .head {
        font-size: 18px
    }

    .contact_form,
    .contact_info,
    .dialog_content,
    .thank_you .content {
        padding: 15px
    }

    .btn {
        padding: 0 20px;
        min-width: 100px
    }

    body .footer_menu .col_3:first-child {
        margin-top: 25px
    }

    body .footer_menu .col_3 {
        width: 100%;
        margin: 8px 0
    }

    .copyright ul {
        margin-top: 10px;
        padding-top: 15px
    }

    .web.page_banner.alcohol .content {
        float: none;
        padding-left: 0;
        text-align: center
    }

    .alcohol.app-provide .boxes.col2 li {
        width: 100%
    }

    .alcohol.app-provide .boxes .box h3:after {
        left: 43%
    }
}


/***career***/

   .careers {
            padding-top: 30px
        }

        .careers .container {
            max-width: 900px
        }

        .careers section {
            padding: 0;
            margin-top: 10px;
            border-radius: 6px;
            background: #fff;
            box-shadow: 0 1px 6px rgba(0, 0, 0, .2)
        }

        .careers amp-accordion section:first-child {
            margin: 0
        }

        .careers .heading {
            border: 0;
            outline: 0;
            position: relative;
            padding: 18px 60px 20px 100px;
            background: 0 0
        }

        .careers .heading:after {
            content: "\f107";
            font-family: FontAwesome;
            position: absolute;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            right: 20px;
            top: 50%;
            margin-top: -15px;
            background: #d9dadb;
            border-radius: 100px;
            font-size: 18px;
            color: #666
        }

        .careers .heading:hover:after {
            background: #c2c4c7;
            color: #000
        }

        .careers [aria-expanded=true].heading:after {
            content: "\f106"
        }

        .careers .icon {
            display: inline-block;
            position: absolute;
            left: 20px;
            top: 20px;
            background: 0 0;
            height: 60px;
            width: 60px;
            border-radius: 5px
        }
        .careers .icon2 {
            display: inline-block;
            position: absolute;
            left: 20px;
            top: 20px;
            background-color:#0183c1;
            height: 65px;
            width: 65px;
            border-radius: 5px;
            padding: 4px;
        }

        .careers .icon:before {
            content: "";
            background: url(../images/sprites.png) no-repeat;
            width: 44px;
            height: 44px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -22px 0 0 -22px
        }

        .careers header h2 {
            font-size: 20px;
            font-weight: 500;
            letter-spacing: .02em
        }

        .careers .info span {
            float: left;
            margin-right: 35px;
            padding-left: 35px;
            font-size: 14px;
            color: #666;
            position: relative
        }

        .careers .info span:before {
            height: 26px;
            width: 1px;
            background: #c3c3c3;
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -13px
        }

        .careers .info span:first-child:before {
            display: none
        }

        .careers .info span:first-child {
            padding: 0
        }

        .careers .info span b {
            display: block;
            margin-top: 5px;
            font-size: 15px;
            color: #090f1e
        }

        .careers .info span:last-child {
            margin: 0
        }

        .careers p.style1 {
            padding-left: 45px;
            margin-bottom: 5px
        }

        .careers .content {
            padding: 5px 20px 25px 20px
        }

        .careers h3 {
            font-size: 18px;
            font-weight: 500;
            letter-spacing: .02em;
            position: relative;
            padding-bottom: 10px;
            margin-bottom: 20px
        }

        .careers h3:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 35px;
            height: 2px;
            background: #0183c1;
            border-radius: 10px
        }

        .careers .icon.react {
            background-color: rgba(5, 165, 209, .18)
        }

        .careers .icon.react::before {
            background-position: -88px 0
        }

        .careers .icon.angular {
            background-color: rgba(195, 31, 51, .18)
        }

        .careers .icon.angular::before {
            background-position: 0 0
        }

        .careers .icon.node {
            background-color: rgba(102, 159, 100, .18)
        }

        .careers .icon.node::before {
            background-position: -264px 0
        }

        .careers .icon.digital {
            background-color: rgba(43, 100, 233, .15)
        }

        .careers .icon.digital::before {
            background-position: -396px 0
        }

        .careers .icon.writer {
            background-color: rgba(43, 100, 233, .15)
        }

        .careers .icon.writer::before {
            background-position: -440px 0
        }

        .careers .icon.php {
            background-color: rgba(10, 186, 181, .18)
        }

        .careers .icon.php::before {
            background-position: -308px 0
        }

        .careers .icon.android {
            background-color: rgba(119, 193, 89, .22)
        }

        .careers .icon.android::before {
            background-position: -220px 0
        }

        .careers .icon.apple {
            background-color: rgba(85, 85, 85, .18)
        }

        .careers .icon.apple::before {
            background-position: -176px 0
        }

        .careers .icon.net {
            background-color: rgba(84, 29, 102, .18)
        }

        .careers .icon.net::before {
            background-position: -352px 0
        }

        .careers .icon.business {
            background-color: rgba(43, 100, 233, .15)
        }

        .careers .icon.business::before {
            background-position: -484px 0
        }

        .careers ul.reset {
            margin-bottom: 5px;
            float: left;
            width: 100%
        }

        .careers ul li {
            float: left;
            width: 100%;
            position: relative;
            padding-left: 45px;
            margin-bottom: 18px
        }

        .careers ul li:before {
            content: "\f00c";
            font-family: FontAwesome;
            position: absolute;
            left: 15px;
            width: 18px;
            height: 18px;
            text-align: center;
            line-height: 18px;
            background: #0183c1;
            border-radius: 100px;
            font-size: 9px;
            color: #fff
        }

        .careers .btn {
            margin-left: 45px;
            min-width: 155px
        }

        .careers .btn.green {
            margin-left: 15px
        }

        #careers .dialog_content {
            padding: 30px 25px
        }

        #careers h4,
        #careers h5 {
            text-transform: none
        }

        #careers h4 {
            font-family: Roboto, sans-serif;
            font-weight: 300;
            font-size: 16px;
            color: #000;
            line-height: 25px;
            padding-left: 50px;
            position: relative
        }

        #careers h4 .fa {
            position: absolute;
            left: 0;
            font-size: 38px;
            top: 5px;
            color: #2b64e9
        }

        #careers h5 {
            font-size: 18px;
            padding-left: 50px;
            font-weight: 500;
            line-height: normal;
            color: #2b64e9;
            font-family: Roboto, sans-serif
        }

    

      
        @media (max-width:800px) {
            .careers .info span {
                margin-right: 20px;
                padding-left: 20px
            }

            .careers header h2 {
                font-size: 18px
            }
        }

        @media (max-width:640px) {
            .careers .container {
                padding: 0 10px
            }

            .careers .heading {
                padding: 10px 10px 10px 10px
            }

            .careers .heading:after {
                width: 22px;
                height: 22px;
                margin-top: 0;
                top: 30px;
                font-size: 16px;
                line-height: 22px;
                right: 10px
            }

            .careers .icon {
                left: 10px;
                top: 10px
            }

            .careers header h2 {
                font-size: 16px;
                height: 60px;
                margin-bottom: 0;
                padding-left: 72px;
                display: table-cell;
                vertical-align: middle;
                width: 100%;
                padding-right: 28px
            }

            #careers .dialog_content {
                padding: 30px 15px
            }

            #careers h4 {
                font-size: 15px;
                line-height: 22px
            }

            #careers h5 {
                padding: 0;
                font-size: 15px;
                word-break: break-all;
                text-align: center
            }

            .careers .info {
                float: left;
                width: 100%;
                margin-top: 10px;
                display: none
            }

            .careers [aria-expanded=true].heading .info {
                display: block
            }

            .careers .content {
                padding: 5px 10px 10px 10px
            }

            .careers .btn,
            .careers .btn.green {
                margin: 5px 1.5% 15px 1.5%;
                width: 47%;
                float: left;
                min-width: inherit;
                padding: 0 5px;
                font-size: 12px
            }

            .careers ul li:before {
                left: 0
            }

            .careers ul li {
                padding-left: 28px;
                margin-bottom: 13px
            }

            .careers p.style1 {
                padding-left: 0;
                line-height: 22px
            }

            .careers .info span,
            .careers .info span:first-child,
            .careers .info span:last-child {
                padding: 0 0 0 10px;
                margin: 0
            }

            .careers .info span:first-child,
            .careers .info span:last-child {
                padding-left: 0
            }

            .careers .info span {
                float: left;
                width: 33.3%
            }

            .careers .info span:last-child {
                width: 100%;
                margin-top: 10px
            }

            .careers .info span,
            .careers .info span b {
                font-size: 13px
            }

            .careers .info span:before {
                display: none
            }
        }

        .python {
            display: inline-block;
            position: absolute;
            left: 20px;
            top: 20px;
            height: 60px;
            width: 60px;
            border-radius: 5px;
            background: #ffeb3b4d
        }

        .python:before {
            content: "";
            background: url(../images/python.png) repeat;
            background-size: cover;
            width: 44px;
            height: 44px;
            position: absolute;
            display: block;
            left: 50%;
            top: 50%;
            margin: -22px 0 0 -22px
        }

         

