@import url(animate.css);
@import url(font-awesome.min.css);
*,
body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

body {
    overflow-x: hidden;
    background-color: #fff
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local(Lato-Light), url(../fonts/lato-light.ttf) format("truetype")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local(Lato-Regular), url(../fonts/lato-regular.ttf) format("truetype")
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local(Lato-Bold), url(../fonts/lato-bold.ttf) format("truetype")
}

.word {
    padding: 1px!important
}

.cronicka {
    width: 50%!important;
    left: 47%!important;
    right: 0!important
}

figure,
img,
p,
section {
    margin: 0;
    padding: 0;
    border: none
}

.mble_head {
    width: 100%;
    display: none
}

ul.breadcrumb {
    padding: 10px 0;
    list-style: none;
    width: 200px
}

ul.breadcrumb li {
    display: inline;
    font-size: 18px
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "|"
}

ul.breadcrumb li a {
    color: #353030;
    text-decoration: none;
    font-size: 15px
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline
}

aside.sidebar {
    width: 20%;
    float: left;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 16;
    background: #f9f9f9
}

div.aside-btm,
figure.comp-logo,
section.phone-chat {
    width: 100%;
    float: left
}

div.aside-btm {
    position: absolute;
    left: 0;
    bottom: 0
}

.no_space {
    margin: 0!important;
    padding: 0!important
}

.mrg_nne {
    margin: 0!important
}

figure.comp-logo span {
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-bottom: 11px;
    margin-top: 17px
}

figure.comp-logo span a {
    float: left;
    text-align: center;
    width: 100%
}

figure.comp-logo span img {
    width: 54%;
    float: none
}

section.phone-chat {
    margin-bottom: 20px
}

section.phone-chat>span {
    width: 90%;
    float: left;
    margin-left: 5%
}

figure.flag {
    margin-top: 10px
}

figure.flag img {
    width: 20px;
    float: left;
    margin-right: 10px
}

figure.flag figcaption {
    float: left;
    font-size: 13px
}

div.partner {
    width: 100%;
    float: left
}

div.partner figure {
    width: 90%;
    float: left;
    margin-left: 5%;
    padding-bottom: 8px;
    background-color: #f9f9f9;
    padding-top: 10px
}

div.partner figure a img {
    float: left
}

div.partner figure a img:first-child,
div.partner figure img:first-child {
    width: 47%;
    float: left
}

div.partner figure img:last-child {
    width: 47%;
    float: right
}


/* article.main-cont1{
    width: 1010px !important;
} */

article.main-cont,
div.main-cont {
    width: 78%;
    height: 100%;
    float: right;
    left: 0;
    position: absolute;
    z-index: 15;
    overflow: auto;
    overflow-x: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 0 20px;
    padding-right: 40px
}

article.main-cont .service_shape {
    width: 750px;
    height: 600px;
    float: left;
    position: absolute;
    left: 0;
    top: 50px;
    bottom: 0;
    right: 0;
    margin: auto;
    zoom: 1.2;
    -moz-transform: scale(1.2);
    z-index: 10;
    z-index: 999
}

aside.right-pane {
    width: 20%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 7;
    background: #f9f9f9;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 2px solid #111;
    display: none
}

#preloader-ajax {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.menu-pane {
    width: 100%;
    height: 150px;
    float: left;
    position: relative;
    left: 0;
    top: 0
}

.menu-root {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.menu-root span {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.menu-root h6 {
    font-size: 20px;
    float: left;
    font-weight: 300
}

.menu-root img {
    float: right;
    width: 20px;
    margin-top: 3px
}

.menu-root:hover .menu-list {
    display: block
}

.menu-root:hover h6 {
    text-decoration: underline
}

.menu-list {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none
}

.menu-list img {
    position: absolute;
    float: right;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 23px;
    opacity: .2
}

.menu-list ul {
    width: 150px;
    float: right;
    position: absolute;
    right: 0;
    top: 40px
}

.menu-list ul li {
    list-style: none;
    float: left;
    width: 100%
}

.menu-list ul li a {
    width: 80%;
    padding: 10px 10%;
    float: left;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none
}

.menu-list ul li:last-child a {
    border-bottom: #ddd solid 1px
}

.menu-list ul li a:hover {
    background: #f6f6f6
}

#mob_menu,
#mobile {
    display: none
}

#mble_menu {
    display: block
}

nav.menubar,
nav.menubar ul {
    width: 100%;
    float: left
}

nav.menubar {
    position: relative;
    padding-bottom: 10px
}

nav.menubar ul {
    width: 100%;
    float: left;
    margin: 0
}

nav.menubar span {
    padding: 5px 10px;
    background: #e5edfe;
    border: 1px solid #092768;
    position: absolute;
    left: 0;
    top: 0;
    color: #092768;
    display: none;
    z-index: 10;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 5px 5px 10px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 5px 5px 10px;
    -o-box-shadow: rgba(0, 0, 0, .2) 5px 5px 10px;
    box-shadow: rgba(0, 0, 0, .2) 5px 5px 10px
}

nav.menubar ul li {
    float: left;
    list-style: none;
    width: 11.8%
}

nav.menubar ul li a {
    padding: 0;
    float: left;
    text-align: center;
    text-decoration: none;
    color: #333;
    width: 100%
}

nav.menubar ul li a img {
    float: left;
    opacity: .8;
    width: 80%;
    margin-left: 0;
    padding: 0 10px
}

nav.menubar ul li a:hover img {
    opacity: 1
}

aside.right-pane>span {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-top: 20px
}

section.blog-content {
    width: 100%;
    float: left
}

section.blog-content h1 {
    color: #333;
    float: left;
    border-bottom: #333 solid 1px;
    width: 100%;
    padding-bottom: 5px
}

.blog-box {
    width: 100%;
    float: left;
    margin-top: 10px
}

.blog-box time {
    font-size: 13px;
    color: #333;
    float: left
}

.blog-box h2 {
    font-size: 18px;
    color: #333;
    float: left;
    width: 100%
}

.blog-box h3 {
    font-size: 13px;
    font-weight: light;
    float: left;
    color: #333;
    margin-top: 5px
}

.blog-box h3 a {
    color: #fe9e32
}

.blog-box p {
    color: #333;
    float: left;
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
    text-align: justify;
    word-wrap: break-word
}

.blog-box p a {
    color: #fe9e32;
    width: 100%;
    float: left
}

.blog-box p a img {
    width: 100%;
    float: left;
    height: 200px
}

section.blog-list {
    float: left;
    width: 100%;
    margin-top: 20px
}

section.blog-list>a {
    padding: 2px 10px;
    color: #333;
    text-decoration: none;
    border: 1px solid #fe9e32;
    float: left
}

section.blog-list>a:hover {
    background: #fe9e32;
    color: #333
}

section.blog-list>h1 {
    color: #333;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: #333 solid 1px;
    width: 100%;
    padding-bottom: 5px
}

.blog-menu,
.blog-menu ul {
    width: 100%;
    float: left
}

.blog-menu ul li {
    list-style: none;
    float: left;
    width: 100%
}

.blog-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin: 5px 0
}

footer.footer {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 34px;
    background: #999;
    z-index: 18
}

footer.footer p {
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
    margin-left: 20px;
    margin-bottom: 0;
    font-weight: 400
}

section.contact {
    width: 100%;
    margin: 10px auto 0;
    float: left
}

section.contact h1 b {
    font-size: 14px!important
}

.job_op_img {
    float: right;
    width: 180px
}

section.contact h1 {
    float: left
}

#mail-success {
    font-size: 14px
}

.post-card {
    width: 100%;
    border: 1px solid #999;
    margin-top: 30px;
    float: left;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 5px 5px 0;
    -moz-box-shadow: rgba(0, 0, 0, .2) 5px 5px 0;
    -o-box-shadow: rgba(0, 0, 0, .2) 5px 5px 0;
    box-shadow: rgba(0, 0, 0, .2) 5px 5px 0;
    padding: 25px 0
}

.join-card {
    margin-top: 15px
}

.post-left {
    width: 45.95%;
    float: left;
    margin-left: 4%
}

.post-right {
    width: 45%;
    float: left;
    border-left: #999 solid 1px
}

.stamp {
    width: 10%;
    height: 70px;
    float: right
}

.stamp img {
    width: 100%
}

.reachus {
    margin: 40px 0
}

.reachus .row {
    float: left
}

.addressSection {
    display: flex;
    flex-wrap: wrap
}

.addressSectionInner {
    display: flex;
    align-items: stretch;
    flex: 1;
    flex-wrap: wrap;
    min-width: 341px;
    margin: 10px 5px
}

.gmapContact {
    flex-grow: 3;
    flex-basis: 70%;
    height: 350px;
}

.post-add1 {
    flex: 1;
    flex-basis: 20%;
    min-width: 205px
}

.post-add1 p {
    font-size: 14px;
    margin-top: 0;
    color: #333;
    width: 100%;
    margin-right: 5%;
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: .051em
}

.post-add1 p b {
    color: #313131;
    margin-bottom: 3px;
    float: right;
    width: 100%;
    font-size: 15px
}

.post-add1 a {
    text-decoration: none;
    font-weight: 600;
    color: #1173ad
}

.post-add {
    width: 90%;
    float: right;
    margin-bottom: 10px
}

.post-add p {
    float: right;
    font-size: 13px;
    text-align: right;
    margin-top: 0;
    color: #999;
    margin-right: 5%;
    margin-bottom: 10px
}

.post-add p b {
    color: #313131;
    margin-bottom: 3px;
    float: right;
    width: 100%;
    font-size: 15px
}

.post-from {
    width: 90%;
    float: left;
    margin-left: 10%;
    margin-bottom: 10px
}

.post-from b {
    color: red
}

.post-from input[type=file] {
    font-size: 14px
}

.post-from label {
    width: 100%;
    float: left;
    font-size: 15px
}

.post-from input {
    width: 100%;
    float: left;
    font-size: 16px;
    border: none;
    margin-top: 10px;
    outline: 0;
    border-bottom: #999 solid 1px;
    padding-bottom: 5px
}

.post-from label input {
    width: auto;
    float: left;
    padding: 0;
    margin: 3px 7px 3px 0
}

.post-cont {
    width: 90%;
    float: left
}

.post-cont b {
    color: red
}

.post-cont label {
    width: 100%;
    float: left;
    font-size: 15px
}

.post-cont input {
    width: 100%;
    float: left;
    font-size: 16px;
    border: none;
    margin-top: 10px;
    outline: 0
}

.post-cont textarea {
    width: 100%;
    float: left;
    font-size: 16px;
    border: none;
    margin-top: 10px;
    outline: 0;
    height: 200px;
    line-height: 28px;
    overflow: hidden;
    resize: vertical
}

.post-btn {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px
}

.post-btn p.post-letter {
    width: 60%;
    float: left;
    font-size: 18px;
    margin-top: 5px
}

p.post-job {
    float: left;
    font-size: 18px!important
}

#cancel-btn,
#rw-cancel-btn,
#rw-send-btn,
#send-btn,
#submit-btn {
    float: right;
    border: 1px solid #999;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #999;
    background: #fff;
    margin-left: 20px;
    cursor: pointer
}

#cancel-btn:hover,
#rw-cancel-btn:hover,
#rw-send-btn:hover,
#send-btn:hover,
#submit-btn:hover {
    background: #999;
    color: #fff
}

div.social {
    float: right;
    margin-right: 20px;
    margin-top: 5px
}

div.social figure {
    float: left;
    margin-left: 15px;
    opacity: 1
}

div.social figure a img {
    width: 25px
}

div.social figure:hover {
    opacity: 1
}

p.more-btn {
    width: 100%;
    float: left
}

.recaptcha {
    float: right;
    margin-top: 10px;
    margin-right: -5px
}

.recaptcha b {
    color: red;
    display: block
}

#chat-line {
    cursor: pointer
}

.chat-window {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff0
}

div.backoverlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: none
}

.preloader {
    width: 140px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.preloader figure {
    margin: 0;
    padding: 0
}

.preloader figure img {
    width: 20px;
    height: 20px;
    margin: auto;
    float: left
}

.preloader figure figcaption {
    width: auto;
    float: left;
    margin-left: 10px
}

#phplive_btn_1336393960 {
    float: left;
    color: #00f;
    text-decoration: underline;
    cursor: pointer
}

#chat-line img {
    width: 110px
}

#dummybar {
    width: 100%;
    background: #125d8a;
    height: 12px;
    float: left;
    position: fixed;
    z-index: 59;
    top: 0;
    border-bottom: #125d8a solid 0;
    display: none
}

article.join-notes {
    width: 50%;
    float: left;
    margin: 20px auto
}

article.join-notes#cnt_lft_lnk {
    width: initial
}

article.join-notes h2,
article.join-notes p {
    font-size: 14px;
    float: left
}

article.join-notes p {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 20px
}

.s-menu {
    float: left;
    margin: 20px;
    position: relative;
    font-size: 14px;
    width: 100%;
    z-index: 20
}

.s-menu a {
    color: #999
}

article.about-cont main {
    width: 100%;
    float: left
}

article.about-cont .main .sub_head,
article.about-cont .main .sub_head1,
article.privacy_cont .main .sub_head {
    padding: 0 0 10px;
    margin: 10px 0 0 0;
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 700;
    font-size: 16pt;
    border-bottom: #333 solid 1px
}

article.about-cont .main h2,
article.privacy_cont .main h1,
article.about-cont .main h1 {
    font-weight: 700;
    font-size: 16pt;
    text-align: left;
    float: left
}

article.about-cont .main .sub_head1 h2,
article.privacy_cont .main .sub_head1 h2 {
    padding: 0;
    margin: 0;
    border: none;
    width: 41%;
    text-align: left
}

article.about-cont .main p,
article.privacy_cont .main p {
    width: 100%;
    float: left;
    margin-left: 0;
    text-align: justify;
    line-height: 24px;
    margin-top: 8px
}

article.privacy_cont .main p {
    font-size: 15px
}

.main-cont {
    width: 80%;
    float: right
}

section.banner {
    height: 100%
}

.main-cont .banner {
    width: 100%;
    height: 100%;
    float: left;
    margin-top: 0;
    position: relative;
    overflow: hidden
}

.main-cont .banner .ban img.bnr_image {
    width: 100%
}

.main-cont .banner .ban {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    z-index: 4
}

.main-cont .banner .control {
    position: absolute;
    z-index: 9;
    width: 100px;
    height: 30px;
    float: right;
    left: 0;
    bottom: 0;
    margin: 40px;
    margin-bottom: 20px
}

.main-cont .banner .control span {
    width: 10px;
    height: 10px;
    margin: 5px;
    float: left;
    background: #fff;
    border: 1px solid #fff;
    -webkit-transition: 350ms all ease-in-out;
    -moz-transition: 350ms all ease-in-out;
    -o-transition: 350ms all ease-in-out;
    transition: 350ms all ease-in-out;
    cursor: pointer;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -o-border-radius: 36px;
    border-radius: 36px
}

.main-cont .banner .control span:hover {
    background: #1173ad
}

.main-cont .banner .ban1,
.main-cont .banner .ban5 {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute
}

.main-cont .banner .ban4 {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute
}

.main-cont .banner .ban4 section {
    width: 330px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 40px
}

.main-cont .banner .ban1 section,
.main-cont .banner .ban5 section {
    width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 40px
}

.main-cont .banner .ban2 section {
    width: 400px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 40px
}

.main-cont .banner .ban3 section {
    width: 400px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 40px 100px 40px 40px
}

.main-cont .banner .gst_rdy {
    position: absolute;
    right: 225px;
    z-index: 99;
    top: 10px
}

.main-cont .banner .tly_certi {
    position: absolute;
    right: 20px;
    z-index: 99;
    top: 160px
}

.main-cont .banner .sap_one {
    position: absolute;
    right: 20px;
    z-index: 99;
    top: 140px;
    width: 150px;
    background-color: #fff;
    padding: 13px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 2px rgba(175, 173, 173, .59);
    -moz-box-shadow: 0 0 5px 2px rgba(175, 173, 173, .59);
    -ms-box-shadow: 0 0 5px 2px rgba(175, 173, 173, .59);
    -o-box-shadow: 0 0 5px 2px rgba(175, 173, 173, .59);
    box-shadow: 0 0 5px 2px rgba(175, 173, 173, .59)
}

.main-cont .banner .ban1 section h1 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #fcc938;
    text-shadow: #000 2px 2px 0;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 150px;
    float: left;
    position: relative;
    opacity: 0
}

.main-cont .banner .ban4 section h1 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #fcc938;
    text-shadow: #000 2px 2px 0;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 150px;
    float: left;
    position: relative;
    opacity: 0
}

.main-cont .banner .ban1 section p,
.main-cont .banner .ban4 section p,
.main-cont .banner .ban5 section p {
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    left: 150px;
    float: left;
    position: relative;
    opacity: 0;
    color: #fff
}

.main-cont .banner .ban1 section a,
.main-cont .banner .ban4 section a {
    padding: 5px;
    margin-top: 10px;
    background: #fcc938;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 150px;
    float: left;
    position: relative;
    opacity: 0;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.main-cont .banner .ban2 section h1,
.main-cont .banner section h1 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff!important;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 150px;
    float: left;
    position: relative;
    opacity: 0;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    border-bottom: 2px solid #1475af;
    padding-bottom: 4px
}

.main-cont .banner .ban2 section p {
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 150px;
    float: left;
    position: relative;
    opacity: 0;
    color: #fff;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.main-cont .banner .ban2 section a,
.main-cont .banner section a {
    padding: 5px;
    margin-top: 10px;
    background: #1173ad!important;
    color: #fff!important;
    text-decoration: none;
    border: 1px solid #000;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 150px;
    float: left;
    position: relative;
    opacity: 0
}

.main-cont .banner section a:hover {
    background-color: #111!important
}

.main-cont .banner .ban3 section h1 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #fcc938;
    text-shadow: #000 2px 2px 0;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 150px;
    float: left;
    position: relative;
    opacity: 0
}

.main-cont .banner .ban3 section p {
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    left: 150px;
    float: left;
    position: relative;
    opacity: 0;
    color: #fff
}

.main-cont .banner .ban3 section a {
    padding: 5px;
    margin-top: 10px;
    background: #fcc938;
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    left: 150px;
    float: left;
    position: relative;
    opacity: 0;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.main-cont .banner .ban section.showtext a,
.main-cont .banner .ban section.showtext h1,
.main-cont .banner .ban section.showtext p {
    left: 0;
    opacity: 1
}

.main-cont .banner .ban2 {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute
}

.main-cont .banner .ban3 {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute
}

.bg {
    background: #f9f9f9
}

.contents {
    display: none
}

.main-cont .content {
    width: 100%;
    float: left;
    padding-top: 5px
}

.main-cont .content .three-clm {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.main-cont .content .three-clm article {
    width: 32.5%;
    float: left;
    padding-right: 1%
}

.main-cont .content .three-clm article img {
    width: 100%;
    height: 280px;
    float: left
}

.main-cont .content .three-clm article h2 {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 28px;
    margin-bottom: 0
}

.main-cont .content .three-clm article p {
    width: 100%;
    float: left;
    margin-top: 10px;
    text-align: justify;
    height: 58px;
    overflow: hidden;
    text-overflow: ellipsis
}

.main-cont .content .three-clm article:first-child {
    padding-left: 0
}

.main-cont .content .three-clm article:last-child {
    padding-right: 0;
    width: 33%
}

.main-cont .content .three-clm article a {
    color: #092668;
    font-weight: 700;
    float: left;
    padding-top: 5px
}

.main-cont .content .three-clm article a:hover {
    color: #111
}

.preloader-back {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    background: #fff;
    z-index: 9999;
    left: 0;
    top: 0
}

.preloader-back>figure {
    width: 200px;
    height: 200px;
    float: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.preloader-back>figure>span {
    width: 100%;
    float: left
}

.preloader-back>figure>span>img {
    width: 50%;
    float: Left;
    margin-left: 25%;
    -webkit-perspective: 50px;
    -moz-perspective: 50px;
    -o-perspective: 50px;
    perspective: 50px;
    -webkit-animation: preloader 3s infinite;
    -moz-animation: preloader 3s infinite;
    -o-animation: preloader 3s infinite;
    animation: preloader 3s infinite
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }
    10% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    20% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
    100%,
    30% {
        -webkit-transform: rotateY(540deg);
        -moz-transform: rotateY(540deg);
        -o-transform: rotateY(540deg);
        transform: rotateY(540deg)
    }
}

@-moz-keyframes preloader {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }
    10% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    20% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
    100%,
    30% {
        -webkit-transform: rotateY(540deg);
        -moz-transform: rotateY(540deg);
        -o-transform: rotateY(540deg);
        transform: rotateY(540deg)
    }
}

@-o-keyframes preloader {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }
    10% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    20% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
    100%,
    30% {
        -webkit-transform: rotateY(540deg);
        -moz-transform: rotateY(540deg);
        -o-transform: rotateY(540deg);
        transform: rotateY(540deg)
    }
}

@keyframes preloader {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0)
    }
    10% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    20% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
    100%,
    30% {
        -webkit-transform: rotateY(540deg);
        -moz-transform: rotateY(540deg);
        -o-transform: rotateY(540deg);
        transform: rotateY(540deg)
    }
}

.preloader-back>figure>figcaption {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    color: #999
}

.top_addrs {
    position: fixed;
    width: 100%;
    float: left;
    z-index: 99
}

.top_addrs>span {
    background: url(../images/plus-icon.png) no-repeat;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 12px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#tp_adrs {
    float: left
}

.home_cont {
    position: fixed;
    right: 0;
    z-index: 99;
    background: rgba(255, 255, 255, .97);
    padding-bottom: 5px;
    display: block;
    top: 12px
}

#mble_chat div,
.home_cont div,
.mble_chat div {
    float: right;
    margin: 0;
    padding: 0
}

#mble_chat div ul,
.home_cont div ul,
.mble_chat div ul {
    list-style: none
}

#mble_chat div ul li,
.home_cont div ul li,
.mble_chat div ul li {
    width: 96%;
    float: right;
    list-style: none;
    margin-top: 1px;
    line-height: 24px;
    padding-left: 10px
}

#mble_chat div ul li img,
.home_cont div ul li img,
.mble_chat div ul li img {
    width: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 8px
}

#mble_chat div ul li a,
.home_cont div ul li a,
.mble_chat div ul li a {
    font-size: 13px;
    color: #333;
    text-decoration: none
}

#chat_icon {
    margin: 0;
    padding: 0 10px 0 0;
    width: 27%;
    float: right;
    display: none
}

#chat_icon img {
    width: 80px;
    height: 44px;
    margin-top: 6px;
    cursor: pointer
}

.wbc_review {
    width: 35%;
    float: left;
    text-align: left;
    margin-left: 6%;
    position: relative;
    padding-bottom: 10px;
    display: none
}

.wbc_review a {
    color: #0e83e5;
    text-decoration: none;
    font-weight: 400!important
}

.wbc_review a:hover {
    color: #111
}

.wbc_review a img {
    margin-top: 1px;
    position: absolute;
    padding-left: 10px
}

.translater {
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%
}

.goog-te-gadget-simple {
    width: 95%;
    -webkit-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
    -ms-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
    -o-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
    box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45)
}

.goog-te-menu-value span {
    font-size: 14px;
    font-weight: 400
}

.home_testimonial {
    width: 100%;
    float: left
}

.home_testimonial h5 {
    float: left;
    font-size: 18px;
    margin: 0 0 10px 10px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    width: 94%;
    background-color: rgba(17, 17, 17, .39);
    color: #fff!important;
    text-align: center
}

#vmarquee {
    height: 550px;
    position: relative;
    overflow: hidden;
    left: 0;
    bottom: 0;
    float: left;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#vmarquee ul {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden
}

#vmarquee ul:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes marquee {
    0% {
        top: 0
    }
    10% {
        top: -21%
    }
    100% {
        top: -340%
    }
}

@-moz-keyframes marquee {
    0% {
        top: 0
    }
    10% {
        top: -21%
    }
    100% {
        top: -340%
    }
}

@-ms-keyframes marquee {
    0% {
        top: 0
    }
    10% {
        top: -21%
    }
    100% {
        top: -340%
    }
}

@-o-keyframes marquee {
    0% {
        top: 0
    }
    10% {
        top: -21%
    }
    100% {
        top: -340%
    }
}

.home_testimonial ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0 auto;
    -webkit-animation: marquee 50s linear infinite;
    -moz-animation: marquee 50s linear infinite;
    -o-animation: marquee 50s linear infinite;
    -ms-animation: marquee 50s linear infinite;
    animation: marquee 50s linear infinite;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.home_testimonial ul li {
    width: 100%;
    float: left;
    list-style: none;
}

.home_testimonial ul li:first-child {
    margin-top: 115%
}

.home_testimonial ul li a {
    width: 86.9%;
    float: left;
    color: #092768;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0 10px;
    border-bottom: 1px solid rgb(222 222 222 / 60%);
}

.ula_rev .testimonial_det>span {
    width: 100%;
}

.home_testimonial ul li a:hover {
    background-color: #fff;
    color: #333;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.testimonial_det {
    width: 100%;
    float: left
}

.testimonial_det figure {
    width: 20%;
    float: left
}

.testimonial_det figure b {
    font-size: 13px;
    text-align: center
}

.testimonial_det figure img {
    width: 100%;
    float: left
}

.testimonial_det .inssemble {
    width: 121px;
}

.testimonial_det .inssemble1 {
    width: 55% !important;
    float: right !important;
}

.testimonial_det p {
    width: 74%;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 6px;
    margin-left: 10px;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis
}

.testimonial_det>span {
    float: left;
    text-align: right;
    width: 97%;
    color: #092768!important;
    font-weight: 800
}

.testimonial_det>span b {
    display: none
}

.inner_testimonial {
    width: 98%;
    float: left;
    margin-left: 0;
    padding: 1%;
    border-bottom: 1px dashed #d6d6d6;
    background-color: #f4f4f4;
    margin-top: 10px;
    border-radius: 4px
}

#testimonial_alter:hover,
.inner_testimonial:hover {
    background-color: #fff
}

.inner_testimonial>figure {
    width: 10%;
    float: left;
    position: relative;
    text-align: center
}


/* .inner_testimonial.inner_testimonial_insem .inssemble1  {
    width: 210px !important; 
} */

.inner_testimonial>figure>a>img {
    width: 90%;
    position: absolute;
    left: 7%;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.inner_testimonial.inner_testimonial_insem .inssemble {
    width: 80%;
}

.inner_testimonial q {
    width: 88%;
    float: right;
    text-align: justify;
    font-style: italic;
    line-height: 24px;
    position: relative
}

.inner_testimonial q:after,
.inner_testimonial q:before {
    content: close-quote
}

.inner_testimonial q b:first-child {
    margin-top: 0
}

.inner_testimonial q b:first-child:before {
    content: open-quote
}

.inner_testimonial q b:last-child:after {
    content: close-quote
}

.inner_testimonial q b {
    width: 100%;
    font-weight: 400;
    float: left;
    margin-top: 6px
}

.inner_testimonial q br {
    display: block;
    margin-bottom: 2px;
    font-size: 2px;
    line-height: 2px
}

.inner_testimonial span {
    width: 100%;
    float: left;
    margin-bottom: 5px
}

.inner_testimonial div {
    width: 100%;
    float: right;
    font-size: 18px;
    text-align: right;
    margin-top: 10px;
    zoom: 0!important;
    transform: none!important
}

.inner_testimonial div figure {
    width: 100px;
    float: right
}

.inner_testimonial div figure img {
    width: 85px;
    float: right;
    margin-right: 0
}

.inner_testimonial div p {
    width: auto!important;
    float: right!important;
    margin: 0!important;
    text-align: right!important
}

.inner_testimonial div p a {
    color: #111
}

#testi_thrd {
    display: block
}

#testi_thrd figure a img {
    left: 0
}

#testi_thrd q {
    width: 86%
}

#testimonial_alter {
    background-color: #f9f9f9
}

#testimonial_alter>figure {
    float: right
}

#testimonial_alter>figure>a>img {
    right: 10%;
    left: 0;
    width: 100%
}

#testimonial_alter q {
    width: 88%;
    float: left
}

#testimonial_alter span {
    text-align: left
}

#testimonial_alter div {
    float: left;
    text-align: left
}

#testimonial_alter div figure {
    float: left;
    text-align: left;
    width: 100px
}

#testimonial_alter div figure img {
    margin-right: 0;
    float: left;
    width: 85px
}

#testimonial_alter div p {
    float: left!important;
    text-align: left!important
}

.eai {
    display: none
}

#serv1,
#serv2,
#serv3,
#serv4 {
    cursor: pointer
}

#serv1 {
    float: left
}

#24x7support,
#applications,
#database,
#hl7,
#middleware,
#mirth-bizTalk-webspher,
#mobile-apps,
#net,
#open-source,
#servers,
#softwaresolutions,
.view_ser {
    display: block
}

#applications h2,
#middleware h2,
#mirth-bizTalk-webspher h2,
#servers h2 {
    color: #478d03;
    text-shadow: 1px 0 0 #edfcde
}

#hybrid-tech h2,
#mobile-apps h2,
#net h2,
#open-source h2 {
    color: #9e8d02;
    text-shadow: 1px 0 0 #fffbdc
}

#newpage {
    display: block
}

.line_space {
    line-height: 24px;
    margin-left: 10px
}

.inner_page_top {
    width: 100%;
    float: left;
    padding-top: 15px;
    position: relative
}

.page_head {
    float: left;
    width: 41%;
    padding-left: 0
}

.page_head h1 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    color: #1173ad;
    text-shadow: 1px 1px 0 #153e56
}

.ser_btn {
    width: 40%;
    float: right;
    margin-right: 0;
    display: block;
    position: relative;
    z-index: 9999;
    margin-top: 7px;
    right: 0
}

.port_btn {
    position: absolute;
    right: 0;
    top: 70px
}

.port_btn a,
.ser_btn a {
    text-align: right;
    background: #1173ad;
    color: #fff;
    text-decoration: none;
    float: right;
    padding: 8px 15px 9px;
    text-transform: capitalize;
    font-weight: 700;
    webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 18px;
    position: relative;
    z-index: 9999
}

.port_btn a img,
.ser_btn a img {
    width: 20px;
    vertical-align: text-bottom;
    margin-left: 5px
}

#ser_btn a,
.port_btn a {
    padding-bottom: 5px
}

#ser_btn a img,
.port_btn a img {
    width: 23px;
    vertical-align: middle;
    margin-bottom: 4px
}

.port_btn a:hover,
.ser_btn a:hover {
    background-color: #000;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#serv_list .panel-title,
.main-cont .det_head {
    width: 100%!important;
    margin: 0 0 5px 0;
    float: left;
    background-color: #96b6f9;
    color: #0b2969;
    font-size: 20px;
    padding: 10px 0 10px 0;
    border-bottom: 2px solid #0b2969;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.det_head a,
.det_head a:active {
    color: #0b2969!important
}

.main-cont .det_head span {
    float: left;
    width: 39px;
    position: absolute;
    transform: none;
    right: 10px;
    top: 19%;
    color: #fff;
    font-size: 16px;
    background-color: #111;
    padding: 5px 10px 7px;
    text-transform: capitalize;
    zoom: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.det_head:hover,
.eai_active,
.main-cont .det_head a:hover {
    background-color: #0b2969!important;
    color: #96b6f9!important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.last_row {
    padding-bottom: 0!important
}

.link_space {
    width: 100%;
    float: left;
    height: 10px
}

#serv_list .panel-title.support {
    background-color: #edfcde;
    color: #478d03;
    border-bottom: 2px solid #478d03
}

#serv2.shactive,
#serv_list .panel-title.support a:hover,
.sprt_active,
.support:hover {
    background-color: #478d03!important;
    color: #edfcde!important
}

.support a {
    color: #478d03!important
}

#serv_list .panel-title.swsolutions {
    background-color: #fffbdc;
    color: #9e8d02;
    border-bottom: 2px solid #9e8d02
}

#serv3.shactive,
.main-cont .swsolutions a:hover,
.sws_active,
.swsolutions:hover {
    background-color: #9e8d02!important;
    color: #fffbdc!important
}

.swsolutions a {
    color: #9e8d02!important
}

.main-cont .expertice {
    background-color: #999;
    color: #fff;
    border-bottom: 2px solid #515050
}

.exp_active,
.main-cont .expertice:hover,
expertice:hover {
    background-color: #606060!important;
    color: #fffbdc!important;
    border-bottom: 2px solid #fffbdc!important
}

.main-cont aside {
    width: 100%;
    margin-left: 0;
    float: left;
    padding-top: 10px
}

.main-cont aside h2 {
    width: 100%;
    float: left;
    color: #0b2969;
    text-shadow: 1px 0 0 #96b6f9;
    margin-bottom: 5px
}

.main-cont aside p {
    width: 100%;
    float: left;
    text-align: justify;
    padding-bottom: 10px
}

.main-cont aside p i {
    float: left;
    width: 100%;
    font-style: normal;
    margin-left: 30px
}

.main-cont aside p b {
    float: left;
    margin-bottom: 7px;
    width: 100%;
    font-size: 17px
}

.space {
    width: 100%;
    float: left;
    height: 70px
}

.space1 {
    width: 100%;
    float: left;
    height: 40px
}

#top_style {
    padding-top: 9px
}

summary:focus {
    outline: -webkit-focus-ring-color auto
}

.job_list {
    width: 100%;
    margin: 0;
    float: left
}

#career1,
#career2,
#career3,
#career4,
#career5,
#career6,
#career7,
#career8 {
    display: block
}

#job1,
#job2,
#job3,
#job4,
#job5,
#job6,
#job7,
#job8 {
    display: none
}

.job_list .jb {
    width: 100%;
    float: left;
    padding-top: 10px
}

.job_list .job_head {
    width: 98%;
    float: left;
    padding: 10px 1% 12px 15px;
    font-size: 18px;
    color: #0b2969;
    background-color: #f4f4f4;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.job_list .job_head span {
    position: absolute;
    right: 10px;
    top: 14.7%;
    color: #fff;
    font-size: 16px;
    background-color: #111;
    padding: 5px 10px 7px;
    text-transform: capitalize;
    zoom: 0!important;
    transform: none!important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.default_nav_btn {
    background-color: #111!important;
    color: #fff!important
}

.carbtn_active,
.job_list .job_head:hover span,
.main-cont .det_head:hover span {
    color: #111!important;
    background-color: #fff!important
}

.job_list .job_head:hover,
.list_active {
    background-color: #111!important;
    color: #fff!important
}

.job_list .job_head:hover ins,
.list_active ins {
    text-decoration: none
}

.job_list .job_det {
    width: 100%;
    float: left
}

.job_list .job_det span {
    width: 100%;
    float: left;
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    transform: none!important
}

.job_list .job_det p {
    margin: 0!important;
    width: 100%!important;
    padding-bottom: 10px
}

.job_list .job_det p a {
    color: #333
}

.job_list .job_det p a.jin:hover {
    color: #111;
    background-color: #1173ad
}

.job_list .job_det p a:hover {
    color: #1173ad
}

.job_list .job_det em {
    width: 100%;
    float: left;
    font-size: 17px;
    padding-bottom: 7px;
    font-weight: 700
}

.job_list .job_det ul {
    width: 96%;
    float: left;
    margin-left: 40px;
    margin-bottom: 13px
}

.job_list .job_det ul ul {
    margin: 10px 0 4px 19px
}

.job_list .job_det ul li {
    width: 100%;
    float: left;
    padding-bottom: 5px
}

#tble_list {
    float: left;
    border: 1px solid #c6c6c6;
    background-color: #fff;
    margin-top: 5px
}

#tble_list td {
    vertical-align: top;
    padding: 5px 10px;
    border-right: 1px solid #c6c6c6;
    border-bottom: 1px dashed #c6c6c6
}

#tble_list tr:first-child td {
    background-color: #0b2969;
    color: #fff;
    font-weight: 700;
    font-size: 18px
}

#tble_list td:first-child {
    font-weight: 700
}

#tble_list td:last-child {
    border-right: none
}

#tble_list tr:last-child td {
    border-bottom: none
}

#karai1,
#karai2,
#karai3 {
    display: block
}

#list1,
#list2,
#list3 {
    display: none
}

#list2 iframe {
    width: 100%;
    float: left;
    margin-top: 9px
}

article.main-cont::-webkit-scrollbar {
    width: 5px
}

article.main-cont::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

article.main-cont::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d
}

.emp_benf_popup {
    height: 400px;
    overflow: auto;
    padding-right: 20px;
    margin-bottom: 30px;
    line-height: 30px
}

.popup-div::-webkit-scrollbar {
    width: 5px
}

.popup-div::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.popup-div::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d
}

.blg_right {
    position: relative;
    z-index: 99
}

.blg_right #blg_head {
    position: absolute;
    width: .9%;
    right: 0;
    background-color: #111;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 8px 8px 8px 12px;
    text-shadow: 1px 1px 1px #111;
    float: left;
    top: 110px;
    cursor: pointer;
    z-index: 99;
    -webkit-animation-name: myfirst;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-name: myfirst;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

@-webkit-keyframes myfirst {
    0% {
        background: #0b2969
    }
    25% {
        background: #478d03
    }
    50% {
        background: #9e8d02
    }
    75% {
        background: #0b2969
    }
    100% {
        background: #478d03
    }
}

@keyframes myfirst {
    0% {
        background: #0b2969
    }
    25% {
        background: #478d03
    }
    50% {
        background: #9e8d02
    }
    75% {
        background: #0b2969
    }
    100% {
        background: #478d03
    }
}

#blg_head span {
    width: 100%;
    float: left;
    text-transform: uppercase
}

.blg_active {
    background-color: #fcc938!important;
    color: #000!important;
    right: 20%!important;
    position: fixed!important;
    border-right: 2px solid #111;
    text-shadow: 1px 1px 1px #fff!important;
    -webkit-animation-name: none!important;
    animation-name: none!important
}

.main_Cnt_style {
    width: 80%!important
}

#error_page {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0;
    border-bottom: #333 solid 1px
}

#error_page b {
    font-size: 40px
}

#first-child {
    display: block
}

#first-child figure>a>img {
    width: 100%;
    left: 0
}

#asr_logo {
    width: 50%!important;
    left: 39%!important;
    right: 0!important
}

#asr_text {
    width: 91%!important
}

#asr_text:before,
#safrra:before {
    content: open-quote
}

#asr_text:after,
#safrra:after {
    content: close-quote
}

#review_form {
    height: 400px
}

.post-from1 {
    width: 89%;
    float: left;
    margin-left: 10%;
    margin-bottom: 9px
}

.post-from1 label {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.post-cont1 {
    width: 90%;
    float: left;
    margin-bottom: 11px
}

.post-cont1 span,
.post-from1 span {
    float: right;
    margin-left: 5px;
    font-size: 20px;
    color: #959595;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.post-from1 span:hover,
.str_active {
    color: #fcc938!important;
    text-shadow: 1px 1px 1px #111
}

#review_btn {
    margin-top: 20px
}

#review-title {
    padding-bottom: 5px;
    border-bottom: #999 solid 1px;
    margin-bottom: 10px
}

#review-msg {
    height: 248px
}

#review_left {
    height: 344px
}

.str1,
.str2,
.str3,
.str4,
.str5 {
    display: block
}

#mble_chat,
#phplive_btn_1336393960 span:nth-child(3),
#phplive_btn_1336393960 span:nth-child(4),
#phplive_btn_1336393960 span:nth-child(5),
#phplive_btn_1336393960 span:nth-child(6),
.mble_chat,
.mble_overlay {
    display: none
}

#job_img {
    float: right
}

.cht_algn {
    width: 100%!important;
    text-align: center
}

.blg_right .blog-box h3 {
    width: 100%
}

.blg_right .post-attachments {
    float: left;
    list-style: none
}

.blg_right .post-attachments li a {
    color: #fe9e32;
    float: left
}

.carer_overlay,
.contact_overlay {
    position: fixed;
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none
}

.form_preloader {
    left: 0!important;
    right: 0;
    top: 0!important;
    bottom: 0;
    margin: 22% auto;
    position: absolute
}

.windows8 {
    position: relative;
    width: 78px;
    height: 78px;
    margin: auto
}

.windows8 .wBall {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
    -o-animation: orbit 6.96s infinite;
    -ms-animation: orbit 6.96s infinite;
    -webkit-animation: orbit 6.96s infinite;
    -moz-animation: orbit 6.96s infinite
}

.windows8 .wBall .wInnerBall {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #999;
    left: 0;
    top: 0;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.windows8 #wBall_1 {
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s
}

.windows8 #wBall_2 {
    animation-delay: .3s;
    -o-animation-delay: .3s;
    -ms-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s
}

.windows8 #wBall_3 {
    animation-delay: .61s;
    -o-animation-delay: .61s;
    -ms-animation-delay: .61s;
    -webkit-animation-delay: .61s;
    -moz-animation-delay: .61s
}

.windows8 #wBall_4 {
    animation-delay: .91s;
    -o-animation-delay: .91s;
    -ms-animation-delay: .91s;
    -webkit-animation-delay: .91s;
    -moz-animation-delay: .91s
}

.windows8 #wBall_5 {
    animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    -ms-animation-delay: 1.22s;
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out
    }
    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0
    }
    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%
    }
    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%
    }
    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%
    }
    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%
    }
    76% {
        opacity: 0;
        transform: rotate(900deg)
    }
    100% {
        opacity: 0;
        transform: rotate(900deg)
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out
    }
    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0
    }
    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%
    }
    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%
    }
    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%
    }
    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%
    }
    76% {
        opacity: 0;
        -o-transform: rotate(900deg)
    }
    100% {
        opacity: 0;
        -o-transform: rotate(900deg)
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out
    }
    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0
    }
    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%
    }
    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%
    }
    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%
    }
    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%
    }
    76% {
        opacity: 0;
        -ms-transform: rotate(900deg)
    }
    100% {
        opacity: 0;
        -ms-transform: rotate(900deg)
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out
    }
    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0
    }
    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%
    }
    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%
    }
    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%
    }
    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%
    }
    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg)
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out
    }
    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0
    }
    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%
    }
    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%
    }
    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%
    }
    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%
    }
    76% {
        opacity: 0;
        -moz-transform: rotate(900deg)
    }
    100% {
        opacity: 0;
        -moz-transform: rotate(900deg)
    }
}

.serv_logos {
    width: 100%;
    margin: 0;
    float: left
}

.serv_logos h4 {
    font-size: 24px;
    margin: 8px 0;
    border-bottom: 1px solid #111;
    display: inline-block;
    padding-bottom: 2px
}

.serv_logos_a {
    float: left;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    outline: 1px solid #fcc938;
    padding: 0
}

.serv_logos_a:hover {
    box-shadow: none;
    border-color: #082768;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.serv_logos_a.rnr {
    display: block
}

.ndejs {
    background-color: #333
}

.serv_logos_a.anglrjs {
    display: block
}

.serv_logos_a.rnr img {
    width: 155px
}

.serv_logos a.anglrjs img {
    width: 209px
}

.home_cont div.social figure {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 8px
}

.job_det a.jin {
    background-color: #313131;
    color: #fff!important;
    padding: 1px 8px;
    margin: 2px;
    display: inline-block;
    text-decoration: none;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-weight: 700
}

.job_det a.jin:hover {
    background-color: #313131;
    color: #fff
}

.job_img {
    width: 180px
}

p.post-job {
    display: inline-flex
}

.serv_logos img {
    float: left
}

#serv4 .row:after,
#serv4 .row:before,
#serv4 img,
.col-lg-2,
.col-lg-4,
.col-md-2,
.col-md-4,
.col-sm-3,
.col-sm-4,
.col-xs-3 {
    box-sizing: border-box
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.hide {
    display: none
}

.popup_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(17, 17, 17, .37);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.popup_overlay .popup_img {
    position: fixed;
    top: 20em;
    left: 50%;
    width: 50%;
    max-width: 30%;
    min-width: 35%;
    border: 5px double rgba(0, 0, 0, .44);
    height: auto;
    z-index: 2000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.popup_overlay .popup_img img {
    width: 100%;
    float: left
}

.popup_overlay .popup_close {
    position: absolute;
    right: -10px;
    background-color: #fff;
    color: #111;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 20px;
    cursor: pointer;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    top: -10px;
    text-align: center;
    font-weight: 700
}

.popup_overlay .popup_close:hover {
    background-color: #111;
    color: #fff;
    webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#abt_hgt2 b {
    float: left;
    padding-left: 2%;
    padding-right: 1%
}

.error_page {
    background-color: #fff
}

.error_page .error_cnt {
    padding: 0 0 10px;
    margin: 20px 0 0 3%;
    float: left;
    text-align: center;
    width: 100%
}

.error_page .error_cnt b {
    margin-top: 20px;
    text-align: center;
    display: block;
    font-size: 46pt;
    margin-bottom: 2px
}

.error_page .error_cnt span {
    font-size: 22pt;
    font-weight: 400;
    margin-bottom: 14px;
    float: left;
    width: 100%
}

.error_page .error_cnt p {
    font-size: 15px;
    float: left;
    font-weight: initial;
    width: 100%
}

.subheading {
    margin: 15px 0 0 3%;
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 700;
    font-size: 16pt;
    margin-left: 0
}

article.about-cont .main#proj_page p {
    width: 100%
}

.mrg_lft_nne {
    margin-left: 0!important
}

.ful_wdth {
    width: 98%;
    float: left
}

#proj_page .pro_lst {
    margin-top: 12px;
    margin-left: 0
}

#proj_page .sub_head span {
    color: #000;
    padding: 7px 13px 10px 13px;
    float: left;
    margin-right: 10px;
    margin-bottom: 3px;
    cursor: pointer;
    background-color: rgba(232, 232, 232, .77)
}

#proj_page .sub_head span.active,
#proj_page .sub_head span:hover {
    background-color: #fcc938;
    color: #fff
}

#proj_page .app {
    margin-top: 0
}

.pro_lst .sub_heads span {
    float: left;
    margin-right: 10px
}

.pro_lst .sub_heads span a {
    text-decoration: none;
    color: #111;
    padding: 10px 10px;
    float: left;
    background-color: #e3e3e3;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.pro_lst .sub_heads span a.active,
.pro_lst .sub_heads span a:hover {
    background-color: #2e4150;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.app_lst {
    width: 100%;
    float: left;
    margin: 10px 0
}

.app_lst:nth-child(3n) {
    margin-right: 0
}

.app_lst a {
    display: block;
    text-decoration: none;
    color: #3e3d3d;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.app_lst a figure {
    text-align: center;
    position: relative;
    background-color: rgba(234, 234, 234, .19)
}

.app_lst a figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(72, 70, 70, .53);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.app_lst a figure figcaption img {
    width: 40px;
    margin-top: 40%
}

.app_lst a figure img {
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -moz-transform: translateY(5px)
}

.app_lst a .app_caption {
    border-bottom: 3px solid rgba(220, 220, 220, .67);
    padding: 9px 18px;
    -webkit-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .7);
    -ms-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .7);
    -o-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .7);
    box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .7);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.app_lst a .app_caption b {
    display: block;
    margin-bottom: 5px;
    font-size: 18px
}

.app_lst a .app_caption i {
    font-size: 15px;
    color: #bbb;
    font-style: normal
}

.app_lst a:hover .app_caption {
    background-color: #1173ad;
    border-bottom: 3px solid #0b3852;
    color: #fff;
    box-shadow: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.app_lst a:hover .app_caption b {
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.app_lst a:hover .app_caption i {
    color: #fff;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.app_lst a:hover img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.app_lst a:hover figcaption {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.product_lst {
    width: 100%;
    float: left;
    margin: 10px 0
}

.product_lst:nth-child(3n) {
    margin-right: 0
}

.product_lst a {
    display: block;
    text-decoration: none;
    color: #3e3d3d;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.product_lst a figure {
    text-align: center;
    position: relative;
    background-color: rgba(234, 234, 234, .19)
}

.product_lst a figure figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(109, 107, 107, 0.53);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.product_lst a figure figcaption img {
    width: 40px;
    margin-top: 40%
}

.product_lst a figure img {
    width: 79%;
    /* border: 1px solid rgb(209, 212, 212);
    box-shadow: 2px 0px; */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -moz-transform: translateY(5px)
}

.product_lst a .app_caption {
    background-color: #f1f1f1;
    border-bottom: 3px solid rgba(220, 220, 220, .67);
    padding: 9px 18px;
    -webkit-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .7);
    -ms-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .7);
    -o-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .7);
    box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .7);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.product_lst a .app_caption b {
    display: block;
    margin-bottom: 5px;
    font-size: 18px
}

.product_lst a .app_caption i {
    font-size: 15px;
    color: rgb(151, 147, 147);
    font-style: normal
}

.product_lst a:hover .app_caption {
    background-color: #1173ad;
    border-bottom: 3px solid #0b3852;
    color: #fff;
    box-shadow: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.product_lst a:hover .app_caption b {
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.product_lst a:hover .app_caption i {
    color: #fff;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.product_lst a:hover img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.product_lst a:hover figcaption {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.img-thumbnail {
    margin-bottom: 10px;
    width: 100%;
    padding: 0
}

.mrgtop {
    margin-top: 25px
}

.mrgbtm {
    margin-bottom: 10px;
    margin-top: 7px
}

#serv1.shactive {
    background-color: #0b2969!important;
    color: #96b6f9!important;
    border-bottom: 2px solid #96b6f9!important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.serv_show {
    display: block
}

.serv_hide {
    display: none
}

#index_cnt {
    width: 78.7%!important
}

.mob_fot {
    display: none
}

#acknow_overlay {
    position: fixed;
    background-color: rgba(128, 128, 128, .68);
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none
}

#acknow_overlay b {
    position: absolute;
    max-width: 380px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    top: 10%;
    right: 0;
    left: 0;
    padding: 12px 5px;
    border-radius: 4px
}

.doughnet-svg {
    position: relative
}

.arc1a,
.arc2a,
.arc3a,
.arc4a {
    position: relative;
    z-index: 999
}

@media (min-width:1600px) and (max-width:1900px) {
    .main-cont .det_head {
        width: 95%
    }
    .main-cont aside {
        width: 95.5%
    }
    .main-cont .content .three-clm article h2 {
        font-size: 26px
    }
    .main-cont .content .three-clm article img {
        height: 245px
    }
    .main-cont .content {
        padding: 5px 0 20px
    }
}

@media (min-width:1600px) {
    .port_btn a,
    .ser_btn a {
        margin-right: 0
    }
}

@media (min-width:1201px) and (max-width:1599px) {
    .port_btn a,
    .ser_btn a {
        margin-right: 15px
    }
}

@media (min-width:0px) and (max-width:1200px) {
    .port_btn a,
    .ser_btn a {
        margin-right: 0
    }
}

@media (min-width: 800px) and (max-width:1399px) {
    .testimonial_det .inssemble1 {
        width: 100% !important;
        float: left !important;
    }
    .testimonial_det .inssemble {
        width: 100px;
    }
}

@media (min-width:1400px) and (max-width:1599px) {
    .main-cont .banner {
        height: 410px
    }
    .main-cont .det_head span {
        width: 39px
    }
    #vmarquee {
        height: 490px !important;
    }
    .home_testimonial ul li a {
        width: 82%
    }
    .testimonial_det>span {
        font-size: 13px;
        width: 100%
    }
    .inner_testimonial {
        width: 98%;
    }
    article.about-cont .main h2 {
        width: 92.7%
    }
    .inner_testimonial.inner_testimonial_insem .inssemble {
        width: 77%;
    }
    .inner_testimonial q {
        width: 88%
    }
    .main-cont .content .three-clm article img {
        height: 220px
    }
    .main-cont .content .three-clm article h2 {
        font-size: 22px
    }
    .main-cont .content .three-clm article p {
        font-size: 15px
    }
    .main-cont .det_head {
        width: 98%
    }
    .main-cont aside {
        width: 94%
    }
    .job_list .job_head {
        width: 97.8%
    }
    .job_list .job_det {
        width: 97.3%
    }
    .job_list .job_det span {
        transform: none!important
    }
    .testimonial_det .inssemble1 {
        width: 50% !important;
        float: right !important;
    }
    .inner_testimonial div figure img {
        width: 100%
    }
    .wbc_review {
        width: 100%;
        text-align: center;
        margin-left: 0;
        padding-bottom: 6px
    }
    .translater {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 10px;
        margin-left: 0
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .home_cont section ul li {
        width: 61%
    }
    #vmarquee {
        height: 270px
    }
    .home_testimonial>span {
        width: 100%;
        text-align: center;
        margin-left: 0
    }
    .home_testimonial ul li a {
        width: 81%
    }
    .testimonial_det figure {
        display: block;
        width: 30%;
        float: none;
        margin: 0 auto
    }
    .testimonial_det p {
        margin-left: 0;
        width: 100%;
        font-size: 14px;
        margin-top: 3px
    }
    .testimonial_det>span {
        font-size: 11px;
        width: 100%
    }
    .main-cont .banner {
        height: 270px
    }
    .main-cont .content .three-clm article img {
        height: 200px
    }
    .main-cont .content .three-clm article h2 {
        font-size: 16px
    }
    .main-cont .content .three-clm article p {
        font-size: 14px;
        height: 50px
    }
    .inner_testimonial {
        width: 98%
    }
    .inner_testimonial.inner_testimonial_insem .inssemble {
        width: 79%;
    }
    .inner_testimonial q {
        font-size: 14px;
        line-height: 22px;
        width: 86%
    }
    .inner_testimonial div {
        transform: none!important;
        font-size: 15px
    }
    #testimonial_alter div figure img,
    .inner_testimonial div figure img {
        width: 86%
    }
    .main-cont .det_head {
        width: 97.5%;
        font-size: 22px
    }
    .main-cont .det_head span {
        top: 10px;
        transform: scale(.85);
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -ms-transform: scale(.85);
        -o-transform: scale(.85)
    }
    .main-cont aside {
        width: 93%
    }
    .page_head h1 {
        font-size: 26px
    }
    .job_list .job_head {
        width: 95.8%
    }
    .job_list .job_det {
        width: 95.3%
    }
    .job_list .job_det span {
        transform: none!important
    }
    p.post-job {
        width: 100%;
        font-size: 14px
    }
    .wbc_review {
        width: 86%;
        text-align: center;
        margin-left: 0;
        padding-bottom: 6px
    }
    .translater {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 10px;
        margin-left: 0
    }
    footer.footer p {
        font-size: 13px
    }
    @-webkit-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    @-moz-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    @-ms-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    @-o-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    .home_testimonial ul {
        -webkit-animation: marquee1 50s linear infinite;
        -moz-animation: marquee1 50s linear infinite;
        -o-animation: marquee1 50s linear infinite;
        -ms-animation: marquee1 50s linear infinite;
        animation: marquee1 50s linear infinite
    }
}

@media (min-width:1000px) and (max-width:1199px) {
    .blg_right #blg_head {
        width: 1.3%
    }
    .home_testimonial h5 {
        font-size: 14px;
        margin-left: 0;
        width: 100%
    }
    .home_cont section ul li {
        width: 61%
    }
    nav.menubar {
        position: relative
    }
    .main-cont .banner .ban1 span h2,
    .main-cont .banner .ban2 section h1,
    .main-cont .banner .ban3 span h2 {
        font-size: 18px
    }
    .main-cont .banner .ban1 span p,
    .main-cont .banner .ban2 section p,
    .main-cont .banner .ban3 span p {
        font-size: 14px
    }
    .job_list .job_head {
        width: 97%
    }
    .job_list .job_det {
        width: 96.2%
    }
    #vmarquee {
        height: 370px
    }
    .home_testimonial>span {
        width: 100%;
        text-align: center;
        margin-left: 0;
        font-size: 13px
    }
    .testimonial_det figure {
        display: block;
        width: 30%;
        float: none;
        margin: 0 auto
    }
    .testimonial_det p {
        margin-left: 0;
        width: 100%;
        font-size: 11px
    }
    .testimonial_det>span {
        font-size: 11px
    }
    .home_testimonial ul li a {
        width: 83%;
        margin: 0 2px
    }
    div.partner figure {
        margin-bottom: 10px
    }
    .main-cont .banner {
        height: 290px
    }
    .main-cont .content .three-clm article img {
        height: 170px
    }
    .main-cont .content .three-clm article h2 {
        font-size: 16px
    }
    .main-cont .content .three-clm article p {
        font-size: 13px;
        height: 80px
    }
    .main-cont .content .three-clm article a {
        font-size: 14px
    }
    article.about-cont .main p {
        font-size: 13px
    }
    .page_head h1 {
        font-size: 30px
    }
    div.social {
        margin-top: 5px
    }
    .wbc_review {
        width: 100%;
        font-size: 15px;
        text-align: center;
        margin-left: 0;
        padding-bottom: 6px
    }
    .translater {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 10px;
        margin-left: 0
    }
    footer.footer p {
        font-size: 12px;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
        width: 70%
    }
    .main-cont .det_head,
    .main-cont aside h2,
    .serv_logos h4 {
        font-size: 20px
    }
    .main-cont aside p {
        font-size: 15px
    }
    .main-cont .det_head span {
        top: 15%
    }
    #mobile-apps h2,
    #net h2,
    #open-source h2 {
        font-size: 20px
    }
    .inner_testimonial q {
        font-size: 14px
    }
    .inner_testimonial.inner_testimonial_insem .inssemble {
        width: 81%;
    }
    p.post-job {
        float: left;
        font-size: 16px;
        width: 100%
    }
    .job_list .job_det ul li {
        font-size: 14px
    }
    .job_list .job_det em {
        font-size: 15px
    }
    .lbl {
        width: 100%;
        float: left;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .algn {
        float: left!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .rw_frm {
        height: 485px!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .rw_frm_lft {
        height: 440px!important
    }
    .rw_msg {
        height: 328px!important
    }
    @-webkit-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    @-moz-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    @-ms-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    @-o-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    .home_testimonial ul {
        -webkit-animation: marquee1 50s linear infinite;
        -moz-animation: marquee1 50s linear infinite;
        -o-animation: marquee1 50s linear infinite;
        -ms-animation: marquee1 50s linear infinite;
        animation: marquee1 50s linear infinite
    }
}

@media (min-width:800px) and (max-width:999px) {
    .blg_right #blg_head {
        width: 1.3%
    }
    .post-from1 {
        width: 95%;
        margin-left: 0
    }
    #review-msg {
        height: 200px
    }
    #review_left {
        height: 294px
    }
    #review_form {
        height: 730px
    }
    #blg_head span {
        float: left;
        font-size: 14px
    }
    .job_list .job_head {
        font-size: 17px
    }
    .home_testimonial h5 {
        font-size: 14px;
        margin-left: 0;
        width: 100%
    }
    .home_cont section ul li {
        width: 61%
    }
    nav.menubar {
        position: relative
    }
    .main-cont .banner .ban1 span h2,
    .main-cont .banner .ban2 section h1,
    .main-cont .banner .ban3 span h2 {
        font-size: 18px
    }
    .main-cont .banner .ban1 span p,
    .main-cont .banner .ban2 section p,
    .main-cont .banner .ban3 span p {
        font-size: 14px
    }
    .job_list .job_head {
        width: 97%
    }
    .job_list .job_det {
        width: 96.2%
    }
    #vmarquee {
        height: 370px
    }
    .home_testimonial>span {
        width: 100%;
        text-align: center;
        margin-left: 0;
        font-size: 13px
    }
    .testimonial_det figure {
        display: block;
        width: 48%;
        float: none;
        margin: 0 auto
    }
    .testimonial_det p {
        margin-left: 0;
        width: 100%;
        font-size: 11px
    }
    .testimonial_det>span {
        font-size: 11px
    }
    .home_testimonial ul li a {
        width: 79%;
        margin: 0 2px
    }
    div.partner figure {
        margin-bottom: 8px
    }
    .main-cont .banner {
        height: 290px
    }
    .main-cont .content {
        padding: 5px 0 1%
    }
    .main-cont .content .three-clm article {
        width: 100%!important;
        margin-bottom: 2%
    }
    .inner_testimonial.inner_testimonial_insem .inssemble {
        width: 67%;
    }
    .main-cont .content .three-clm article img {
        width: 33%;
        height: 140px
    }
    .main-cont .content .three-clm article h2 {
        width: 40%;
        font-size: 16px;
        padding-left: 2%;
        margin-top: 0
    }
    .main-cont .content .three-clm article p {
        font-size: 13px;
        height: 88px;
        padding-left: 2%;
        width: 64%
    }
    .main-cont .content .three-clm article a {
        font-size: 14px;
        padding-left: 2%
    }
    article.about-cont .main p {
        font-size: 13px
    }
    article.about-cont .main h2 {
        width: 92.8%
    }
    article.main-cont .service_shape {
        transform: scale(.85)
    }
    .page_head h1 {
        font-size: 26px
    }
    .doughnet-menu {
        width: 590px!important
    }
    .doughnet-svg {
        margin-left: -20%!important
    }
    .doughnet-chart {
        overflow: visible!important
    }
    .ser_btn {
        position: relative;
        z-index: 9999999;
        width: 42%
    }
    .doughnet-core {
        top: -18px!important
    }
    article.main-cont .service_shape {
        top: 5%
    }
    div.social {
        margin-top: 5px
    }
    .wbc_review {
        width: 100%;
        font-size: 14px;
        text-align: center;
        margin-left: 0;
        padding-bottom: 6px
    }
    .wbc_review a img {
        margin-top: 0;
        padding-left: 5px
    }
    .translater {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 10px;
        margin-left: 0
    }
    footer.footer p {
        font-size: 12px;
        margin-left: 0;
        margin-top: 3px;
        text-align: center;
        width: 70%
    }
    .main-cont .det_head,
    .main-cont aside h2,
    .serv_logos h4 {
        font-size: 20px
    }
    .main-cont aside p {
        font-size: 15px
    }
    .wbc_review a {
        font-size: 12px
    }
    .main-cont .det_head span {
        top: 15%
    }
    #mobile-apps h2,
    #net h2,
    #open-source h2 {
        font-size: 20px
    }
    .inner_testimonial q {
        font-size: 14px
    }
    p.post-job {
        float: left;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px
    }
    .job_list .job_det ul li {
        font-size: 14px
    }
    .job_list .job_det em {
        font-size: 15px
    }
    .lbl {
        width: 100%;
        float: left;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .algn {
        float: left!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .rw_frm {
        height: 485px!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .rw_frm_lft {
        height: 440px!important
    }
    .rw_msg {
        height: 328px!important
    }
    .goog-te-menu-value span {
        font-size: 12px!important
    }
    .post-left {
        width: 96%;
        border: none
    }
    .post-right {
        width: 96%;
        margin-left: 4%;
        border-left: #999 solid 0
    }
    #review_form .post-right {
        margin-top: 13%
    }
    .post-from {
        margin-left: 0;
        width: 95%
    }
    .post-cont {
        width: 94%
    }
    .stamp {
        margin-right: 6%;
        margin-bottom: 10px
    }
    article.join-notes {
        width: 56%
    }
    article.join-notes#cnt_lft_lnk {
        width: 100%
    }
    @-webkit-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    @-moz-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    @-ms-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    @-o-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    .home_testimonial ul {
        -webkit-animation: marquee1 50s linear infinite;
        -moz-animation: marquee1 50s linear infinite;
        -o-animation: marquee1 50s linear infinite;
        -ms-animation: marquee1 50s linear infinite;
        animation: marquee1 50s linear infinite
    }
}

@media (min-width:600px) and (max-width:799px) {
    .popup-div {
        width: 450px!important
    }
    #chat_icon img {
        width: 80px!important
    }
    #chat_icon {
        margin-top: -2px!important;
        width: 27%!important
    }
    .inner_testimonial.inner_testimonial_insem .inssemble {
        width: 64%;
    }
    .mble_chat {
        background-color: #fff;
        display: block;
        position: relative;
        z-index: 99;
        float: right;
        padding-bottom: 5px
    }
    .popup-div .content p span {
        font-size: 14px
    }
    .preloader-back>figure>span {
        float: left;
        text-align: center;
        width: 100%
    }
    .preloader-back>figure>span>img {
        float: none;
        margin-left: 0;
        width: 30%
    }
    .preloader-back>figure>figcaption {
        font-size: 15px
    }
    #dummybar {
        display: none
    }
    .comp-logo {
        text-align: center
    }
    figure.comp-logo span {
        float: left;
        margin-bottom: 5px;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
        width: 100%
    }
    figure.comp-logo span a {
        float: none;
        text-align: center;
        width: 100%
    }
    figure.comp-logo span img {
        float: none;
        text-align: center;
        width: 40%
    }
    nav.menubar {
        width: 100%
    }
    nav.menubar ul {
        margin: 0;
        width: 100%
    }
    nav.menubar ul li {
        display: inline-block;
        float: none;
        width: 12.5%
    }
    nav.menubar ul li a {
        margin: 0 53%;
        padding: 0
    }
    nav.menubar ul li a img {
        margin-right: 0;
        width: 53px;
        opacity: 1
    }
    .main-cont .banner {
        margin-top: 0
    }
    .home_cont {
        top: 0;
        display: none
    }
    #mble_chat {
        display: block;
        float: right;
        position: relative;
        width: 70%
    }
    #res_logo {
        display: block
    }
    .mble_head {
        float: left;
        display: block;
        margin-bottom: 10px;
        -webkit-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
        -moz-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
        -ms-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
        -o-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
        box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45)
    }
    #mobile {
        background-color: #092768;
        color: #fff;
        display: block;
        float: left;
        padding: 20px;
        position: fixed;
        text-align: left;
        top: 1%;
        left: 0;
        z-index: 9999999999;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    #mobile:before {
        content: "";
        height: 5px;
        position: absolute;
        background-color: #fff;
        width: 54%;
        left: 21%;
        top: 21%;
        box-shadow: 0 9px 0 #fff, 0 18px 0 #fff
    }
    .vis {
        z-index: 9!important
    }
    .mble_actve {
        left: 40%!important;
        position: fixed!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .mble_actve:before {
        color: #fff!important
    }
    .mble_overlay {
        background-color: rgba(17, 17, 17, .44);
        display: none;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999999
    }
    aside.sidebar {
        display: none;
        z-index: 999!important;
        width: 40%!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    article.main-cont,
    div.main-cont {
        width: 97.5%;
        left: 0;
        padding: 0 10px
    }
    #index_cnt {
        width: 100%!important
    }
    #blg_head span {
        float: left;
        font-size: 11px
    }
    #chat {
        z-index: 9
    }
    .main-cont .banner .ban section.showtext a,
    .main-cont .banner .ban section.showtext h1,
    .main-cont .banner .ban section.showtext p {
        left: 0;
        opacity: 1;
        top: 8%
    }
    .ban a,
    section.showtext p {
        display: none
    }
    .home_testimonial h5 {
        font-size: 14px;
        margin-left: 0;
        width: 100%
    }
    .home_cont section ul li {
        width: 61%
    }
    nav.menubar {
        position: relative;
        margin-top: 10px
    }
    aside.sidebar .wbc_review {
        display: none
    }
    .main-cont .banner .ban1 span h2,
    .main-cont .banner .ban2 section h1,
    .main-cont .banner .ban3 span h2 {
        font-size: 18px
    }
    .main-cont .banner .ban1 span p,
    .main-cont .banner .ban2 section p,
    .main-cont .banner .ban3 span p {
        font-size: 14px
    }
    .job_list .job_head {
        width: 96.5%;
        font-size: 16px
    }
    .job_list .job_det {
        width: 95.5%
    }
    #vmarquee {
        height: 370px
    }
    .home_testimonial>span {
        width: 100%;
        text-align: center;
        margin-left: 0;
        font-size: 13px
    }
    .testimonial_det figure {
        display: none
    }
    .testimonial_det p {
        margin-left: 0;
        width: 100%;
        font-size: 11px
    }
    .testimonial_det>span {
        font-size: 11px
    }
    .home_testimonial ul li a {
        width: 87%;
        margin: 0 2px
    }
    div.partner figure {
        margin-bottom: 9%
    }
    .main-cont .banner {
        height: 290px
    }
    .main-cont .content {
        padding: 5px 0 1%
    }
    .main-cont .content .three-clm article {
        width: 100%!important;
        margin-bottom: 2%
    }
    .main-cont .content .three-clm article img {
        height: 120px;
        width: 27%
    }
    .main-cont .content .three-clm article h2 {
        width: 50%;
        font-size: 16px;
        padding-left: 2%;
        margin-top: 0
    }
    .main-cont .content .three-clm article p {
        font-size: 13px;
        height: 68px;
        padding-left: 2%;
        width: 69%
    }
    .main-cont .content .three-clm article a {
        font-size: 14px;
        padding-left: 2%
    }
    article.about-cont .main p {
        font-size: 13px
    }
    article.about-cont .main h2 {
        width: 92.8%
    }
    article.main-cont .service_shape {
        transform: scale(.75);
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -o-transform: scale(.75);
        -ms-transform: scale(.75)
    }
    .page_head h1 {
        font-size: 26px
    }
    .doughnet-menu {
        width: 590px!important
    }
    .doughnet-svg {
        margin-left: -20%!important
    }
    .doughnet-chart {
        overflow: visible!important
    }
    .ser_btn {
        z-index: 9999999;
        position: relative
    }
    .doughnet-core {
        top: -18px!important
    }
    article.main-cont .service_shape {
        top: 35%
    }
    div.social {
        margin-top: 5px;
        text-align: center;
        width: 100%;
        margin-right: 0
    }
    div.social figure {
        display: inline-block;
        float: none
    }
    div.social figure a img {
        width: 17px
    }
    .wbc_review {
        width: 40%;
        font-size: 14px;
        text-align: center;
        margin-left: 0;
        padding-bottom: 6px;
        margin-top: 1%
    }
    .wbc_review a img {
        margin-top: 0;
        padding-left: 5px
    }
    .translater {
        display: none
    }
    footer.footer p {
        font-size: 12px;
        margin-left: 0;
        margin-top: 3px;
        text-align: center;
        width: 100%
    }
    .main-cont .det_head,
    .main-cont aside h2,
    .serv_logos h4 {
        font-size: 20px
    }
    .main-cont aside p {
        font-size: 13px
    }
    .wbc_review a {
        font-size: 18px
    }
    .mble_rght {
        z-index: 9
    }
    .main-cont .det_head span {
        top: 15%
    }
    #mobile-apps h2,
    #net h2,
    #open-source h2 {
        font-size: 18px
    }
    .inner_testimonial q {
        font-size: 14px
    }
    .inner_testimonial inssemble1 {
        font-size: 14px;
        width: 70%;
    }
    p.post-job {
        float: left;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px
    }
    .job_list .job_det ul li {
        font-size: 14px
    }
    .job_list .job_det em {
        font-size: 15px
    }
    .lbl {
        width: 100%;
        float: left;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .algn {
        float: left!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .rw_frm {
        height: 945px!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .rw_frm_lft {
        height: 440px!important
    }
    .rw_msg {
        height: 328px!important
    }
    .goog-te-menu-value span {
        font-size: 12px
    }
    .post-card {
        height: 620px;
        margin-top: 2%
    }
    .post-left {
        width: 96%;
        border: none
    }
    .post-right {
        width: 96%;
        margin-left: 4%
    }
    #review_form .post-right {
        margin-top: 16%
    }
    .post-from {
        margin-left: 0;
        width: 95%
    }
    .post-cont {
        width: 94%
    }
    .stamp {
        margin-right: 6%
    }
    article.join-notes {
        width: 56%
    }
    footer.footer {
        height: 59px;
        z-index: 99
    }
    aside.right-pane {
        width: 35%
    }
    .blg_active {
        right: 35%!important
    }
    article.about-cont .main p {
        width: 100%
    }
    .main_Cnt_style {
        width: 65%!important
    }
    article.about-cont .main h2 {
        text-align: center
    }
    section.contact h1 {
        text-align: left;
        margin-top: 2.5%
    }
    .post-btn {
        margin-bottom: 40px
    }
    .blg_right #blg_head {
        width: 1.3%
    }
    .post-from1 {
        width: 95%;
        margin-left: 0
    }
    #review_form {
        height: 720px
    }
    #review-msg {
        height: 200px
    }
    #review_left {
        height: 294px
    }
    .page_head {
        float: left;
        padding-left: 2%;
        text-align: left;
        width: 51%
    }
    .contact a {
        text-align: center
    }
    .job_op_img {
        float: none;
        margin-top: 7%
    }
    @-webkit-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    @-moz-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    @-ms-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    @-o-keyframes marquee1 {
        0% {
            top: 0
        }
        10% {
            top: -21%
        }
        100% {
            top: -420%
        }
    }
    .home_testimonial ul {
        -webkit-animation: marquee1 50s linear infinite;
        -moz-animation: marquee1 50s linear infinite;
        -o-animation: marquee1 50s linear infinite;
        -ms-animation: marquee1 50s linear infinite;
        animation: marquee1 50s linear infinite
    }
}

@media (min-width:300px) and (max-width:799px) {
    .inner_testimonial q,
    #testimonial_alter q,
    .inner_testimonial>figure {
        width: 100% !important;
    }
    .inner_testimonial>figure>a>img,
    #testimonial_alter>figure>a>img {
        width: 150px !important;
        position: relative !important;
        left: 0 !important;
        right: 0 !important;
        margin-bottom: 10px;
    }
    .inner_testimonial>figure>a>img.inssemble1 {
        width: 350px !important;
    }
}

@media (min-width:400px) and (max-width:600px) {
    .preloader-back>figure>span {
        float: left;
        text-align: center;
        width: 100%
    }
    #chat_icon img {
        width: 80px!important
    }
    #chat_icon {
        margin-top: -2px!important;
        width: 27%!important
    }
    #mble_chat {
        display: block;
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 70%
    }
    .mble_chat {
        background-color: #fff;
        display: block;
        position: relative;
        z-index: 99;
        float: right;
        padding-bottom: 5px
    }
    .popup-div {
        width: 320px!important
    }
    .preloader-back>figure>span>img {
        float: none;
        margin-left: 0;
        width: 30%
    }
    .preloader-back>figure>figcaption {
        font-size: 15px
    }
    #dummybar {
        display: none
    }
    .comp-logo {
        text-align: center
    }
    figure.comp-logo span {
        float: left;
        margin-bottom: 5px;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
        width: 100%
    }
    figure.comp-logo span a {
        float: none;
        text-align: center;
        width: 100%
    }
    figure.comp-logo span img {
        float: none;
        text-align: center;
        width: 40%
    }
    nav.menubar {
        width: 100%
    }
    nav.menubar ul {
        margin: 0;
        width: 100%
    }
    nav.menubar ul li {
        display: inline-block;
        float: none
    }
    nav.menubar ul li a {
        margin: 0 12%;
        padding: 0
    }
    nav.menubar ul li a img {
        margin-right: 0;
        width: 70%;
        opacity: 1
    }
    .main-cont .banner {
        margin-top: 0
    }
    #blg_head {
        display: none
    }
    .home_cont {
        top: 0;
        display: none
    }
    #res_logo {
        display: block
    }
    .mble_head {
        float: left;
        display: block;
        margin-bottom: 10px;
        -webkit-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
        -moz-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
        -ms-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
        -o-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
        box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45)
    }
    #mobile {
        background-color: #092768;
        color: #fff;
        display: block;
        float: left;
        padding: 20px;
        position: fixed;
        text-align: left;
        top: 1%;
        left: 0;
        z-index: 9999999999;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    #mobile:before {
        content: "";
        height: 5px;
        position: absolute;
        background-color: #fff;
        width: 54%;
        left: 21%;
        top: 21%;
        box-shadow: 0 9px 0 #fff, 0 18px 0 #fff
    }
    .vis {
        z-index: 9!important
    }
    .mble_actve {
        left: 40%!important;
        position: fixed!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .mble_actve:before {
        color: #fff!important
    }
    .mble_overlay {
        background-color: rgba(17, 17, 17, .44);
        display: none;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999999
    }
    aside.sidebar {
        display: none;
        z-index: 999!important;
        width: 40%!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    article.main-cont,
    div.main-cont {
        width: 98%;
        left: 0;
        padding: 0 5px
    }
    #index_cnt {
        width: 98%!important
    }
    #blg_head span {
        float: left;
        font-size: 11px
    }
    #chat {
        z-index: 9
    }
    .ban a,
    section.showtext p {
        display: none
    }
    .main-cont .banner .ban section.showtext a,
    .main-cont .banner .ban section.showtext h1,
    .main-cont .banner .ban section.showtext p {
        left: 0;
        opacity: 1;
        top: 8%
    }
    .home_testimonial h5 {
        font-size: 14px;
        margin-left: 0;
        width: 100%
    }
    .home_cont section ul li {
        width: 61%
    }
    nav.menubar {
        position: relative;
        margin-top: 10px
    }
    aside.sidebar .wbc_review {
        display: none
    }
    .main-cont .banner .ban1 span h2,
    .main-cont .banner .ban2 section h1,
    .main-cont .banner .ban3 span h2 {
        font-size: 18px
    }
    .job_list .job_head {
        width: 96.5%;
        font-size: 16px
    }
    .job_list .job_head ins {
        width: 79%;
        float: left
    }
    .job_list .job_det {
        width: 95.5%
    }
    .job_list .job_det ul {
        margin-left: 20px
    }
    #vmarquee {
        height: 370px
    }
    .home_testimonial>span {
        width: 100%;
        text-align: center;
        margin-left: 0;
        font-size: 13px
    }
    .testimonial_det figure {
        display: none
    }
    .testimonial_det p {
        margin-left: 0;
        width: 100%;
        font-size: 11px
    }
    .testimonial_det>span {
        font-size: 11px
    }
    .home_testimonial ul li a {
        width: 87%;
        margin: 0 2px
    }
    div.partner figure {
        margin-bottom: 9%
    }
    .main-cont .banner {
        height: 290px
    }
    .main-cont .banner .ban1 section,
    .main-cont .banner .ban2 section,
    .main-cont .banner .ban3 section {
        margin: 40px 100px 40px 10px
    }
    .main-cont .banner .ban1 span p,
    .main-cont .banner .ban2 section p,
    .main-cont .banner .ban3 span p {
        width: 90%;
        font-size: 12px
    }
    .main-cont .content {
        padding: 5px 0 1%
    }
    .main-cont .content .three-clm article {
        width: 100%!important;
        margin-bottom: 4%
    }
    .main-cont .content .three-clm article img {
        display: none
    }
    .main-cont .content .three-clm article h2 {
        width: 70%;
        font-size: 18px;
        padding-left: 2%;
        margin-top: 0
    }
    .main-cont .content .three-clm article p {
        font-size: 13px;
        height: auto;
        margin-bottom: 1%;
        padding-left: 2%;
        width: 96%
    }
    .main-cont .content .three-clm article a {
        font-size: 14px;
        padding-left: 2%
    }
    article.about-cont .main p {
        font-size: 13px
    }
    article.about-cont .main h2 {
        width: 92.8%
    }
    article.main-cont .service_shape {
        transform: scale(.75);
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -o-transform: scale(.75);
        -ms-transform: scale(.75)
    }
    .page_head h1 {
        font-size: 22px
    }
    .doughnet-menu {
        width: 590px!important
    }
    .doughnet-svg {
        margin-left: -20%!important
    }
    .doughnet-chart {
        overflow: visible!important
    }
    .ser_btn {
        z-index: 9999999;
        position: relative
    }
    .doughnet-core {
        top: -18px!important
    }
    article.main-cont .service_shape {
        top: 35%
    }
    div.social {
        margin-top: 5px;
        text-align: center;
        width: 100%;
        margin-right: 0
    }
    div.social figure {
        display: inline-block;
        float: none
    }
    div.social figure a img {
        width: 17px
    }
    .wbc_review {
        width: 30%;
        font-size: 14px;
        text-align: center;
        margin-left: 0;
        padding-bottom: 6px;
        margin-top: 1%
    }
    .wbc_review a img {
        margin-top: 0;
        padding-left: 5px
    }
    .translater {
        display: none
    }
    footer.footer p {
        font-size: 12px;
        margin-left: 0;
        margin-top: 3px;
        text-align: center;
        width: 100%
    }
    .main-cont .det_head,
    .main-cont aside h2,
    .serv_logos h4 {
        font-size: 16px
    }
    .main-cont aside p {
        font-size: 12px
    }
    .wbc_review a {
        font-size: 14px
    }
    .mble_rght {
        z-index: 9
    }
    .main-cont .det_head span {
        top: 15%
    }
    #mobile-apps h2,
    #net h2,
    #open-source h2 {
        font-size: 17px
    }
    .inner_testimonial q {
        font-size: 14px
    }
    p.post-job {
        float: left;
        font-size: 16px;
        width: 100%
    }
    .job_list .job_det ul li {
        font-size: 14px
    }
    .job_list .job_det em {
        font-size: 15px
    }
    .lbl {
        width: 100%;
        float: left;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .algn {
        float: left!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .rw_frm {
        height: 945px!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .rw_frm_lft {
        height: 440px!important
    }
    .rw_msg {
        height: 328px!important
    }
    .goog-te-menu-value span {
        font-size: 12px
    }
    .post-card {
        margin-top: 2%;
        width: 98%
    }
    .post-left {
        width: 96%;
        border: none
    }
    .post-right {
        width: 96%;
        margin-left: 4%;
        border-left: #999 solid 0
    }
    #review_form .post-right {
        margin-top: 24%
    }
    .main-cont aside {
        padding-top: 0
    }
    .post-from {
        margin-left: 0;
        width: 95%
    }
    .post-cont {
        width: 94%
    }
    .stamp {
        margin-right: 6%;
        display: none
    }
    article.join-notes {
        width: 56%
    }
    .main-cont .det_head span {
        font-size: 12px;
        right: 10px;
        width: 28px
    }
    nav.menubar ul li:nth-child(3) a {
        float: left
    }
    .ser_btn {
        display: none
    }
    footer.footer {
        height: 59px;
        z-index: 999
    }
    aside.right-pane {
        width: 35%
    }
    .blg_active {
        right: 35%!important
    }
    article.about-cont .main p {
        width: 93%
    }
    .main_Cnt_style {
        width: 65%!important
    }
    article.about-cont .main h2 {
        text-align: center;
        margin-top: 0;
        padding-bottom: 8px
    }
    .inner_page_top {
        padding-top: 0
    }
    section.contact h1 {
        margin: 2.5% 0;
        text-align: center;
        width: 100%
    }
    .post-btn {
        margin-bottom: 40px
    }
    .blg_right #blg_head {
        width: 1.3%
    }
    .post-from1 {
        width: 95%;
        margin-left: 0
    }
    #review_form {
        height: 720px
    }
    #review-msg {
        height: 200px
    }
    #review_left {
        height: 294px
    }
    .page_head {
        float: left;
        padding-left: 2%;
        text-align: left;
        width: 51%
    }
    .contact a {
        text-align: center;
        margin-top: 0
    }
    .job_op_img {
        float: none
    }
    #abt_hgt {
        float: left
    }
    article.about-cont .main p b {
        float: left;
        padding-left: 5%;
        padding-right: 1%
    }
}

@media (min-width:300px) and (max-width:399px) {
    .preloader-back>figure>span {
        float: left;
        text-align: center;
        width: 100%
    }
    #chat_icon img {
        width: 80px!important
    }
    .inner_testimonial.inner_testimonial_insem .inssemble {
        width: 64%;
    }
    /* .inner_testimonial.inner_testimonial_insem .inssemble1 {
         width: 121px; 
    } */
    #chat_icon {
        margin-top: -2px!important;
        width: 27%!important
    }
    #mble_chat {
        display: block;
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: 100%
    }
    #mble_chat div ul li a,
    .home_cont div ul li a,
    .mble_chat div ul li a {
        width: auto
    }
    .mble_chat {
        background-color: #fff;
        display: block;
        position: relative;
        z-index: 99;
        float: right;
        padding-bottom: 5px
    }
    .popup-div {
        width: 320px!important
    }
    .preloader-back>figure>span>img {
        float: none;
        margin-left: 0;
        width: 30%
    }
    .preloader-back>figure>figcaption {
        font-size: 15px
    }
    #dummybar {
        display: none
    }
    .comp-logo {
        text-align: center
    }
    figure.comp-logo span {
        float: left;
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
        width: 100%
    }
    figure.comp-logo span a {
        float: none;
        text-align: center;
        width: 100%
    }
    figure.comp-logo span img {
        float: none;
        text-align: center;
        width: 60%
    }
    nav.menubar {
        width: 100%
    }
    nav.menubar ul {
        margin: 0;
        width: 100%
    }
    nav.menubar ul li {
        display: inline-block;
        float: none
    }
    nav.menubar ul li a {
        margin: 0 6%;
        padding: 0
    }
    nav.menubar ul li a img {
        margin-right: 0;
        width: 70%;
        opacity: 1
    }
    .main-cont .banner {
        margin-top: 0
    }
    #blg_head,
    .ban a,
    section.showtext p {
        display: none
    }
    .home_cont {
        top: 0;
        display: none
    }
    #res_logo {
        display: block
    }
    .mble_head {
        float: left;
        display: block;
        margin-bottom: 10px;
        -webkit-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
        -moz-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
        -ms-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
        -o-box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45);
        box-shadow: 0 10px 10px -9px rgba(0, 0, 0, .45)
    }
    #mobile {
        background-color: #092768;
        color: #fff;
        display: block;
        float: left;
        padding: 20px;
        position: fixed;
        text-align: left;
        top: 1%;
        left: 0;
        z-index: 9999999999;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    #mobile:before {
        content: "";
        height: 5px;
        position: absolute;
        background-color: #fff;
        width: 54%;
        left: 21%;
        top: 21%;
        box-shadow: 0 9px 0 #fff, 0 18px 0 #fff
    }
    .vis {
        z-index: 9!important
    }
    .mble_actve {
        left: 40%!important;
        position: fixed!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .mble_actve:before {
        color: #fff!important
    }
    .mble_overlay {
        background-color: rgba(17, 17, 17, .44);
        display: none;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999999
    }
    aside.sidebar {
        display: none;
        z-index: 999!important;
        width: 40%!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    article.main-cont,
    div.main-cont {
        width: 98%;
        left: 0;
        padding: 0 1%
    }
    #index_cnt {
        width: 100%!important
    }
    #blg_head span {
        float: left;
        font-size: 11px
    }
    #chat {
        z-index: 9
    }
    .main-cont .banner .ban section.showtext a,
    .main-cont .banner .ban section.showtext h1,
    .main-cont .banner .ban section.showtext p {
        left: 0;
        opacity: 1;
        top: 8%
    }
    .home_testimonial h5 {
        font-size: 14px;
        margin-left: 0;
        width: 100%
    }
    .home_cont section ul li {
        width: 61%
    }
    nav.menubar {
        position: relative;
        margin-top: 10px
    }
    aside.sidebar .wbc_review {
        display: none
    }
    .main-cont .banner .ban1 span h2,
    .main-cont .banner .ban2 section h1,
    .main-cont .banner .ban3 span h2 {
        font-size: 18px
    }
    .job_list .job_head {
        width: 96.5%;
        font-size: 16px
    }
    .job_list .job_head ins {
        width: 79%;
        float: left
    }
    .job_list .job_det {
        width: 95.5%
    }
    .job_list .job_det ul {
        margin-left: 17px
    }
    #vmarquee {
        height: 370px
    }
    .home_testimonial>span {
        width: 100%;
        text-align: center;
        margin-left: 0;
        font-size: 13px
    }
    .testimonial_det figure {
        display: none
    }
    .testimonial_det p {
        margin-left: 0;
        width: 100%;
        font-size: 11px
    }
    .testimonial_det>span {
        font-size: 11px
    }
    .home_testimonial ul li a {
        width: 87%;
        margin: 0 2px
    }
    div.partner figure {
        margin-bottom: 9%
    }
    .main-cont .banner {
        height: 290px
    }
    .main-cont .banner .ban1 section,
    .main-cont .banner .ban2 section,
    .main-cont .banner .ban3 section {
        margin: 40px 100px 40px 10px
    }
    .main-cont .banner .ban1 span p,
    .main-cont .banner .ban2 section p,
    .main-cont .banner .ban3 span p {
        width: 90%;
        font-size: 12px
    }
    .main-cont .content {
        padding: 5px 0 1%
    }
    .main-cont .content .three-clm article {
        width: 100%!important;
        margin-bottom: 4%
    }
    .main-cont .content .three-clm article img {
        display: none
    }
    .main-cont .content .three-clm article h2 {
        width: 100%;
        font-size: 18px;
        padding-left: 2%;
        margin-top: 0
    }
    .main-cont .content .three-clm {
        margin-bottom: 40px
    }
    .main-cont .content .three-clm article p {
        font-size: 13px;
        height: auto;
        margin-bottom: 1%;
        padding-left: 2%;
        width: 96%
    }
    .main-cont .content .three-clm article a {
        font-size: 14px;
        padding-left: 2%
    }
    article.about-cont .main p {
        font-size: 13px
    }
    article.about-cont .main h2 {
        width: 92.8%
    }
    article.main-cont .service_shape {
        transform: scale(.75);
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -o-transform: scale(.75);
        -ms-transform: scale(.75)
    }
    .page_head h1 {
        font-size: 22px
    }
    .doughnet-menu {
        width: 590px!important
    }
    .doughnet-svg {
        margin-left: -20%!important
    }
    .doughnet-chart {
        overflow: visible!important
    }
    .ser_btn {
        z-index: 9999999;
        position: relative
    }
    .doughnet-core {
        top: -18px!important
    }
    article.main-cont .service_shape {
        top: 35%
    }
    div.social {
        margin-top: 5px;
        text-align: center;
        width: 100%;
        margin-right: 0
    }
    div.social figure {
        display: inline-block;
        float: none
    }
    div.social figure a img {
        width: 17px
    }
    .wbc_review {
        width: 30%;
        font-size: 14px;
        text-align: center;
        margin-left: 0;
        padding-bottom: 6px;
        margin-top: 1%
    }
    .wbc_review a img {
        margin-top: 0;
        padding-left: 5px
    }
    .translater {
        display: none
    }
    footer.footer p {
        font-size: 12px;
        margin-left: 0;
        margin-top: 3px;
        text-align: center;
        width: 100%
    }
    .main-cont .det_head,
    .main-cont aside h2,
    .serv_logos h4 {
        font-size: 14px
    }
    .main-cont aside p,
    .wbc_review a {
        font-size: 12px
    }
    .mble_rght {
        z-index: 9
    }
    .main-cont .det_head span {
        top: 15%
    }
    #mobile-apps h2,
    #net h2,
    #open-source h2 {
        font-size: 17px
    }
    .inner_testimonial q {
        font-size: 14px
    }
    p.post-job {
        float: left;
        font-size: 16px;
        width: 100%
    }
    .job_list .job_det ul li {
        font-size: 14px
    }
    .job_list .job_det em {
        font-size: 15px
    }
    .lbl {
        width: 100%;
        float: left;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .algn {
        float: left!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .rw_frm {
        height: 945px!important;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }
    .rw_frm_lft {
        height: 440px!important
    }
    .rw_msg {
        height: 328px!important
    }
    .goog-te-menu-value span {
        font-size: 12px
    }
    .post-card {
        height: 680px;
        margin-top: 2%
    }
    .join-card .post-right {
        margin-top: 33%!important
    }
    .post-cont textarea {
        height: 160px
    }
    .post-left {
        width: 96%;
        border: none
    }
    .post-right {
        width: 96%;
        margin-left: 4%;
        margin-top: 25%
    }
    #review_form .post-right {
        margin-top: 33%
    }
    .main-cont aside {
        padding-top: 0
    }
    .post-from {
        margin-left: 0;
        width: 95%
    }
    .post-cont {
        width: 94%
    }
    .stamp {
        margin-right: 6%
    }
    article.join-notes {
        width: 56%
    }
    .main-cont .det_head span {
        font-size: 12px;
        right: 10px;
        width: 28px
    }
    nav.menubar ul li:nth-child(3) a {
        float: left
    }
    .ser_btn {
        display: none
    }
    footer.footer {
        height: 75px;
        z-index: 999
    }
    aside.right-pane {
        width: 35%
    }
    .blg_active {
        right: 35%!important
    }
    article.about-cont .main p {
        width: 93%;
        line-height: 22px
    }
    .main_Cnt_style {
        width: 65%!important
    }
    article.about-cont .main h2 {
        text-align: center;
        margin-top: 0;
        padding-bottom: 8px
    }
    .inner_page_top {
        padding-top: 0
    }
    section.contact h1 {
        text-align: center;
        width: 100%
    }
    .post-btn {
        margin-bottom: 25%
    }
    .blg_right #blg_head {
        width: 1.3%
    }
    .post-from1 {
        width: 95%;
        margin-left: 0
    }
    #review_form {
        height: 720px
    }
    #review-msg {
        height: 200px
    }
    #review_left {
        height: 294px
    }
    .page_head {
        float: left;
        padding-left: 2%;
        text-align: left;
        width: 51%
    }
    .contact a {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 2%
    }
    .job_op_img {
        float: none
    }
    .main-cont .banner .ban section.showtext h1 {
        width: 80%
    }
    .main-cont .banner .ban section.showtext p {
        display: none
    }
    .main-cont .banner .ban section.showtext a {
        width: 20%;
        float: left
    }
    #abt_hgt {
        float: left
    }
    .services_chakra1 {
        zoom: 1.2!important
    }
    .testimonial_style {
        width: 100%
    }
    .space1 {
        height: 70px
    }
}

@media (min-width:980px) and (max-width:1130px) {
    nav.menubar ul li {
        width: 13.6%
    }
}

@media (min-width:800px) and (max-width:979px) {
    nav.menubar ul li {
        width: 13.6%
    }
    nav.menubar ul li a img {
        padding: 0 6px
    }
}

@media (min-width:300px) and (max-width:799px) {
    #index_cnt,
    article.main-cont,
    div.main-cont {
        width: 98%!important;
        position: relative;
        height: auto !important;
        padding: 0 1% !important;
    }
    #popup_section {
        display: none;
    }
    footer.footer {
        position: relative;
        height: 100%;
        padding-bottom: 4px;
    }
    .main-cont .content .three-clm {
        margin-bottom: 0;
    }
    nav.menubar ul li a {
        margin: 0;
    }
    .space1 {
        height: 10px;
    }
}

@media (min-width:300px) and (max-width:505px) {
    .banner {
        display: none
    }
}

.tally-block {
    background-color: #62c5a0!important;
    color: #fffbdc!important;
    border-bottom: 2px solid #fffbdc!important
}

.tally-head {
    margin-top: 10px;
    margin-bottom: 10px
}

.accordion {
    width: 98%;
    min-height: 300px;
    margin: 13px -3px
}

.accordion-item {
    font-size: 1em;
    margin: 0;
    padding: 10px;
    height: 30px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    color: #000;
    cursor: pointer
}

.accordion-item.open {
    background: #14ad40;
    border-bottom: 0;
    color: #fff
}

div.data {
    background: #fff;
    margin: 0!important;
    border: 1px solid #ccc;
    line-height: 140%;
    display: none
}

.data p {
    text-align: justify;
    line-height: 30px;
    font-size: 15px;
    padding: 10px
}

.plusMinus {
    font-weight: 700;
    float: right;
    padding-right: 4px;
    content: "+"
}

article .tally-block1 p {
    text-align: justify;
    color: #000;
    line-height: 24px
}

#tally-site {
    margin-bottom: 2px;
    border-bottom: 1px solid;
    padding: 10px 0;
    margin-top: -7px
}

#expertise {
    border-bottom: 1px solid;
    margin-bottom: 2px;
    padding: 10px 0;
    margin-top: -7px
}

#expertise h2 {
    font-size: 16pt;
    margin-top: -7px
}

#tally-site h1 {
    font-size: 16pt;
    margin-top: -7px
}

.none_undrlne {
    text-decoration: none
}

.lnkd {
    font-size: 13px
}

.wbc-word h5 {
    font-size: 18px!important;
    margin: 5px 0;
    display: inline-block;
    padding-bottom: 2px;
    margin-top: 13px
}

.wbc-heading {
    margin-top: -15px
}

.wbc-word h6 {
    font-size: 15px!important;
    margin: 5px 0;
    text-decoration: underline!important
}

.about-app b {
    float: left;
    padding-left: 2%;
    padding-right: 1%
}

.heading-content-15 {
    margin-top: 10px
}

#accordion .panel {
    margin-bottom: 8px
}

#accordion .panel-heading {
    padding: 0
}

#accordion .panel-title {
    padding: 0
}

#accordion .panel-title a {
    padding: 8px 12px;
    display: block
}

#accordion .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey
}

#serv_list #accordion .panel-heading .accordion-toggle:after {
    color: #fff;
    background-color: #3e3e3e;
    font-weight: 400;
    font-size: 15px;
    padding: 4px 8px;
    line-height: 20px;
    margin-top: -2px;
    border-radius: 3px
}

#accordion .panel-heading .accordion-toggle.collapsed:after {
    content: "\e080"
}

#accordion .panel-body {
    padding: 10px 15px 0 15px
}

.m_t_10 {
    margin-top: 10px
}

.hiddenRecaptcha {
    width: 0;
    height: 0;
    opacity: 0;
    display: none
}

.recaptchaa .error {
    width: 100%;
    float: left
}

.job_btn {
    width: 80%;
    margin: 0 10%;
    float: left
}

.job_btn a {
    padding: 10px;
    text-align: center;
    background-color: #144b6f;
    color: #fff;
    display: block
}

.job_benfits_btn {
    float: right;
    font-size: 16px;
    font-weight: 400;
    margin-top: 2px
}

.job_benfits_btn a {
    font-weight: 700;
    color: #f44336;
    text-decoration: underline
}

#serv_list #accordion .panel {
    width: 100%;
    float: left;
    display: block
}

#serv_list #accordion .panel-title {
    margin: 0
}

#serv_list {
    margin-top: 10px;
    display: block
}

c {
    background: #ecec04;
    padding: 4px 10px;
    border: 1px solid rgba(208, 207, 199, .7);
    border-radius: 5px;
    outline: 0;
    font-weight: 700
}

.rel {
    position: relative
}

#branch {
    position: absolute;
    right: -30px;
    border-radius: 50%;
    background-color: #f44336;
    color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    box-shadow: 3px 3px rgba(150, 150, 150, .39), inset 0 0 4px rgba(74, 74, 74, .51);
    border: 2px solid #ad241a;
    -webkit-transform: rotate(-10deg) scale(.9);
    -moz-transform: rotate(-10deg) scale(.9);
    -ms-transform: rotate(-10deg) scale(.9);
    -o-transform: rotate(-10deg) scale(.9);
    transform: rotate(-10deg) scale(.9);
    display: none
}

#branch em {
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    margin-top: 26px;
    line-height: 20px
}

#branch:visited {
    color: #fff!important
}

@media (min-width:1137px) and (max-width:1340px) {
    #branch {
        transform: rotate(-10deg) scale(.7)
    }
}

@media (min-width:1000px) and (max-width:1336px) {
    #branch {
        transform: rotate(-10deg) scale(.6)
    }
}

@media (min-width:900px) and (max-width:1000px) {
    #branch {
        transform: rotate(-10deg) scale(.6)
    }
}

@media (min-width:799px) and (max-width:899px) {
    #branch {
        transform: rotate(-10deg) scale(.5);
        right: -40px;
        top: -25px
    }
}

@media (min-width:300px) and (max-width:799px) {
    #branch {
        position: relative;
        right: 0;
        border-radius: 0;
        transform: none;
        width: 97%;
        top: 0;
        float: left;
        height: auto;
        padding: 7px 0
    }
    #branch em {
        margin: 0
    }
}

.main-cont .banner .baner_sect section a.brnch_btn {
    background-color: #f44336!important;
    margin-left: 10px
}

.sub_head2 {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #1273ad
}

.m_b_10 {
    margin-bottom: 10px!important
}

.m_b_20 {
    margin-bottom: 20px!important
}

.cntnt_bullet {
    float: left;
    padding-left: 2%;
    padding-right: 1%
}

.column_6 {
    width: 50%;
    float: left
}

.full_wdth {
    width: 100%;
    float: left
}

.clearfix {
    clear: both
}

.sap_bsns_pge a {
    color: #337ab7;
    text-decoration: none;
    font-weight: 700
}

.promot_area {
    padding: 24px 0;
    position: relative;
    background: url(../images/promo_bg_1.jpg) no-repeat fixed;
    background-size: cover;
    margin-bottom: 15px
}

.promot_area::after {
    background: rgba(2, 27, 39, .93);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.promo_text {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 0 20px
}

.promt_inner {
    position: relative;
    z-index: 9
}

.post_title,
.promo_text>h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    line-height: inherit;
    text-align: left
}

.promo_text>p {
    color: #e9e9e9;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 28px
}

.promo_text p a {
    color: #ffe503
}

.call_rqst_btn {
    text-align: center;
    width: inherit!important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 15px;
    background-color: #1273ad;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    float: right;
    min-width: 180px;
    margin-right: 15px;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px)
}

.call_rqst_btn:hover {
    background-color: #138dd6
}

.column_left {
    width: 80%;
    float: left
}

.column_right {
    width: 20%;
    float: left
}

@media (min-width:1000px) and (max-width:1352px) {
    .column_left {
        width: 70%
    }
    .column_right {
        width: 30%
    }
}

@media (min-width:768px) and (max-width:999px) {
    .promot_area {
        margin-bottom: 34px
    }
    .promo_text>h3 {
        font-size: 18px
    }
    .promo_text>p {
        font-size: 14px
    }
    .column_left {
        width: 70%
    }
    .column_right {
        width: 30%
    }
}

@media (min-width:300px) and (max-width:767px) {
    .promot_area {
        margin-bottom: 44px
    }
    .promo_text>h3 {
        font-size: 18px
    }
    .mob_text-center {
        text-align: center
    }
    .promo_text>p {
        font-size: 14px;
        margin-bottom: 15px
    }
    .column_6,
    .column_left,
    .column_right {
        width: 100%
    }
    .call_rqst_btn {
        transform: none;
        margin: 0 auto;
        min-width: 100px;
        width: 190px!important;
        float: none;
        font-size: 12px;
        padding: 10px 10px
    }
}

.mngd_srv_p {
    width: 100%;
    float: left;
    margin-top: 9px
}

.p_b_0 {
    padding-bottom: 0!important
}

.main-cont .banner .baner_sect.baner_sect_bg {
    background: url(../images/wall5.jpg) no-repeat;
    background-size: cover
}

#wbcCookieConsent {
    padding: 20px 0;
    position: relative;
    background: #122a35;
    background-size: cover;
    position: fixed;
    width: 100%;
    display: none;
    bottom: 0;
    z-index: 999
}

.cl-effect-2 a {
    line-height: 44px;
    padding: 0 21px;
    background: #1b72ad;
    color: #fff;
    text-decoration: none;
    float: left;
    position: relative;
    border-radius: 3px
}

#cancelButton {
    background: 0 0;
    margin-left: 5px
}

.wbcContainer {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px
}

.wbcRow {
    margin-left: -15px;
    margin-right: -15px
}

.wbc-col-8 {
    width: 66.66666%;
    float: left
}

.wbc-col-4 {
    width: 33.33333%;
    float: left
}

article.privacy_cont h2,
article.privacy_cont h3 {
    display: block;
    width: 100%;
    float: left;
    margin-top: 18px;
    font-size: 20px;
    margin-bottom: -3px
}

#popup_section .pop_headng {
    color: #111;
    background-color: #fff;
    padding: 9px;
    font-size: 16px;
    line-height: 21px;
    display: inline-block;
    text-align: justify
}

#popup_section a {
    color: #fff;
    text-decoration: none
}

#popup_section a:hover .pop_headng {
    background-color: #1073ad;
    color: #fff
}

@media (min-width:300px) and (max-width:768px) {
    .popup_overlay .popup_img {
        top: 10px;
        width: 40%;
        max-width: 40%;
        -o-transform: translateX(-50%) translateY(0);
        -ms-transform: translateX(-50%) translateY(0);
        -moz-transform: translateX(-50%) translateY(0);
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }
}

.news_img_heading a {
    text-align: center;
    padding: 6%;
    background-color: #fbfbfb;
    display: block;
    padding-top: 4%;
    border: 2px solid #d2d2d2;
    border-radius: 3px;
    width: 88%;
    float: left;
    text-align: center;
    margin: 0 auto
}

.press__header {
    text-align: center;
    color: #323232;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 44px;
    padding: 0 0 20px
}

.press_readmore {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 9px 25px;
    display: inline-block;
    background-color: #1073ad
}

.press_title {
    color: #3e3d3d;
    font-weight: 200;
    font-size: 24px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-align: center;
    padding-bottom: 20px
}

.press_h2 {
    width: 22.7%
}

.news_img_heading a img {
    max-width: 300px;
    margin: 10px auto 10px;
    height: 45px;
    background-color: #fbfbfb;
    text-decoration: none;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 20px
}

.news_img_heading_update360 {
    margin: 17px auto 18px;
    height: 31px;
    padding: 10px
}

.news_img_heading a:hover,
.news_img_heading a:hover .press_title {
    color: #fff;
    background-color: #1a72ac
}

.news_img_heading a:hover .press_readmore {
    color: #1073ad;
    background-color: #fff;
    font-weight: 600
}

.news_img_heading a:hover .img {
    color: #fff;
    background-color: #1a72ac
}

.news_img_heading {
    width: 100%;
    float: left;
    margin-bottom: 25px
}

@media (min-width:300px) and (max-width:799px) {
    .popup_overlay .popup_img {
        width: 90%;
        max-width: 90%;
        min-width: 90%
    }
    #popup_section .pop_headng {
        display: none
    }
}


/* Press page */

.news_img_heading a {
    text-align: center;
    padding: 6%;
    background-color: #fbfbfb;
    /* margin-bottom: 5%; */
    display: block;
    padding-top: 4%;
    border: 2px solid #d2d2d2;
    border-radius: 3px;
    width: 88%;
    float: left;
    text-align: center;
    margin: 0 auto;
}

.press__header {
    text-align: center;
    color: #323232;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 44px;
    padding: 0 0 20px;
}

.press_readmore {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 30px;
    /* width: 40%; */
    padding: 9px 25px;
    display: inline-block;
    background-color: #1073ad;
}

.press_title {
    color: #3e3d3d;
    font-weight: 200;
    font-size: 24px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-align: center;
    padding-bottom: 20px;
}

.press_h2 {
    width: 22.7%;
}

.news_img_heading a img {
    max-width: 300px;
    margin: 10px auto 10px;
    height: 45px;
    background-color: #fbfbfb;
    text-decoration: none;
    padding: 0;
    border-radius: 3px;
    margin-bottom: 20px;
}

.news_img_heading_update360 {
    margin: 17px auto 18px;
    height: 31px;
    padding: 10px;
}

.news_img_heading a:hover .press_title,
.news_img_heading a:hover {
    color: white;
    background-color: #1a72ac;
}

.news_img_heading a:hover .press_readmore {
    color: #1073ad;
    background-color: #fff;
    font-weight: 600;
}

.news_img_heading a:hover .img .news_date {
    color: white;
    background-color: #1a72ac;
}

.news_img_heading a:hover .news_date {
    color: white;
    background-color: #1a72ac;
}

.news_img_heading {
    /* height: 248px; */
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.news_img_heading .news_date {
    text-align: right;
    color: #c30808;
    font-weight: bold;
    font-size: 16px;
}

.inner_testimonial.inner_testimonial_insem q {
    width: 80%;
}

.inner_testimonial.inner_testimonial_insem figure {
    width: 18%;
}

.card {
    border: 1px solid rgb(231, 227, 227);
}

.blg_right {
    display: none !important;
}

.ml-20 {
    margin-left: 20px;
}

.dwnld_btn {
    float: right;
    /* margin-top: 5px; */
}

.dwnld_btn a {
    text-align: right;
    background: #1273ad;
    color: #fff;
    text-decoration: none;
    float: left;
    padding: 8px 11px 9px;
    font-weight: normal;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 16px;
    position: relative;
    z-index: 9999;
    border-radius: 3px;
    background: #1273ad;
    background: -moz-linear-gradient(top, #1273ad 0%, #106c96 100%);
    background: -webkit-linear-gradient(top, #1273ad 0%, #106c96 100%);
    background: linear-gradient(to bottom, #1273ad 0%, #106c96 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1273ad', endColorstr='#106c96', GradientType=0);
}

.dwnld_btn a:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#106c96+0,1273ad+100 */
    background: #106c96;
    /* Old browsers */
    background: -moz-linear-gradient(top, #106c96 0%, #1273ad 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #106c96 0%, #1273ad 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #106c96 0%, #1273ad 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#106c96', endColorstr='#1273ad', GradientType=0);
    /* IE6-9 */
}

.dwnld_btn a:active,
.dwnld_btn a:visited,
.dwnld_btn a:focus {
    color: #fff !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.mt_7 {
    margin-top: 7px;
}

.formLoader {
    display: grid;
    align-items: center;
    justify-content: center;
}

#intern_page p {
    margin-bottom: 1rem !important;
}

.tech_list {
    display: block;
    margin-bottom: 0;
}

.tech_list li {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 7px;
}

.bg_2 {
    background-color: #f1f1f1;
}

.interest_checkbox {
    display: inline-block;
}

.interest_checkbox li {
    display: inline-block;
    padding: 0;
    padding-left: 20px;
    border: none;
    padding-right: 10px;    
}
.interest_checkbox li label{    
    cursor: pointer;
}

.form-check-label {
    cursor: pointer;
}

.mb-00 {
    margin-bottom: 0 !important;
}
.carer_box
{
    padding: 10px;    
    padding-bottom: 6px;
}
.carer_box .ttle
{
    margin-bottom: 6px;
    display: block;
}
#recaptchavalidate
{
    margin-bottom: 8px;
}
#hiddenRecaptcha-error
{
    width: 100%;
    float: right;
    text-align: right;
}
#internshipform p
{
    margin: 0 0 5px 0 !important;
}
#internshipform .form-group {
    margin-bottom: 10px;
}