@charset "utf-8";
/* CSS Document */
/* ==========================================================================
Basic Styling
========================================================================== */

body {
    width: 100%;
    min-height: 100%;
    padding: 0px;
    position: relative;
    font-family: "Raleway", Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility;
    font-weight: 500;
    color: #272727;
}
html {
    width: 100%;
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", Montserrat, Lucida Sans Unicode, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 30px;
}
h2 {
    color: #E16A22;
    font-weight: 700;
    margin: 20px 0px;
}
h3 {
    line-height: 30px;
    margin-bottom: 20px;
}
h4 {
    font-size: 17px;
    font-weight: 700;
    color: #2d2d2d;
}
p {
    margin-bottom: 5px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
}
a,
a:visited {
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}
a {
    color: #0078d7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #0085ff;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Roboto','Arial';
    font-size: 16px;
}
ul li {
    line-height: 28px;
}
.bb {
    border-bottom: 1px solid #e0eded;
    border-top: 1px solid #e0eded;
}
::-moz-selection {
    text-shadow: none;
    background: #1F1F1F;
    color: #FFF;
}
::selection {
    text-shadow: none;
    background: #1F1F1F;
    color: #FFF;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
hr {
    margin-top: 40px;
    margin-bottom: 60px;
    border-top: 1px dotted #EFEFEF;
}
body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}
form {
    margin-bottom: 0;
}
a {
    color: #1975D1;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.bold {
    font-weight: bold;
}
.unbold {
    font-weight: normal;
}
.clear {
    clear: both;
    float: none !important;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.a-center,
.center {
    text-align: center !important;
}
.a-left {
    text-align: left !important;
}
.no-margin {
    margin: 0px !important;
}
.no-padding {
    padding: 0px !important;
}
.no-border {
    border: none !important;
}
.b10-margin {
    margin-bottom: 10px;
}
.t10-margin {
    margin-top: 10px;
}
.t5-padding {
    padding-top: 5px;
}
.center,
.center * {
    text-align: center !important;
}
a:hover,
input:focus,
select:focus,
a:active,
input:active,
select:active {
    outline: none;
}
.btn {
    background: #ec702a;
    padding: 7px 15px;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
}
.btn:hover {
    background: #d8611e;
    color: #fff;
}
.header {
    margin: 0px;
    padding: 0px;
    background: #f8f8f8;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.fixed-header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 12;
}
.wrapper-main {
    margin-top: 85px;
}
.logo {
    float: left;
}
.menu-nav {
    margin-top: 8px;
}
.menu-nav li a {
    color: #555;
}
.menu-nav li a:hover {
    background: none;
}
.menu-nav li a.active {
    font-weight: bold;
    color: #ec702a;
}
.main-container {
    padding: 20px 0;
}
.main-container p {
    text-align: justify;
}
.section-title {
    font-size: 20px;
    line-height: 22px;
}
.layer-slider-wrapper {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.slide {
    position: relative;
    height: 350px;
}
.slide1 {
    background: url('../images/full-banner1.html') no-repeat 0 0;
}
.slide-section {
    margin: 0px auto;
}
.slide-content {
    margin: 0px auto;
    color: #fff;
    position: absolute;
    top: 50px;
    width: 600px;
}
.slide-content h2 {
    color: #fff;
    font-size: 2.8em;
    font-weight: normal;
}
.slide-content h2 span {
    font-weight: bold;
}
.slide-content p {
    line-height: 20px;
}
.section {
    display: block;
    clear: both;
}
.section-mt {
    margin-top: 20px;
}
.p-relative {
    position: relative;
}
.buy-dsc {
    position: absolute;
    top: 78px;
    right: 0px;
}
.buy-dsc a {
    background: url('../images/buy-services.png') no-repeat 0 0;
    width: 191px;
    height: 44px;
    display: block;
    text-indent: -9999px;
}
.headline h1 {
    color: #272727;
    /*    padding-bottom: 15px;*/
    font-weight: normal;
    /*border-bottom: 2px solid #ddd;*/
    display: inline-block;
    font-size: 25px;
    margin-bottom: 0px !important;
}
.headline h1 strong {
    color: #0078d7;
}
.headline h2 {
    color: #555;
    font-weight: normal;
    font-size: 30px;
}
.headline h2 strong {
    color: #0078d7;
}
.headline p {
    margin-bottom: 20px;
}
#features {
    padding: 40px 0px 20px;
    position: relative;
}
#features .feature-box {
    margin-bottom: 10px;
}
#features h5 {
    font-size: 2em;
    font-weight: normal;
    color: #0078d7;
    text-align: center;

    font-family: 'Chivo', sans-serif;
}
#features h4 {
    text-align: center;
    color: #555;
    font-family: Georgia, Times, 'Times New Roman', serif;
}
#features h5 span {
    font-weight: bolder;
}
#features .desciption p {
    margin-bottom: 10px;
    text-align: center;
    line-height: 20px;
    color: #1678D3;
    font-weight: 600;
    font-size: 20px;
}
#features .desciption.hide-text p {
    /*height: 100px;*/
    overflow: hidden;
}
#features .desciption.show-text p {
    overflow: auto;
}
#features a {
    margin: 0 3px;
    color: #f36f21;
    border: 1px solid #e9e9e9;
    padding: 5px 15px;
    font-size: 13px;
}
#features a:hover {
    background: #f36f21;
    color: #fff;
    border-color: #f36f21;
}
#features img {
    /*    float: left;*/
    padding: 0 10px 5px 0;
    margin: 0 auto;
}
#features .btn {
    margin-top: 10px;
}
.feature-fixed {
    position: absolute;
    bottom: -192px;
    background: #fff;
    z-index: 10;
    padding: 20px;
    overflow: auto;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 2px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.1);
}
.feature-fixed .hide-text p {
    overflow: auto;
    height: auto !important;
}
/* Navigation Bar  */

.navbar-nav > li > a {
    border-radius: 4px;
    color: #444444;
    float: none;
    font-weight: 400;
    height: 40px;
    border: 1px solid #f8f8f8;
    margin: 13px 2px 0;
    padding: 10px 10px 0 !important;
    text-decoration: none;
    text-shadow: none;
}
.navbar-nav > li > a i {
    color: #999;
}
.navbar-nav > li:hover i {
    color: #333;
}
.navbar-nav > li.active i {
    color: #fff;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    color: #ffffff;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #ffffff;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
    color: #ffffff;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .dropdown:hover .parent {
    background-color: #e8e8e8;
    color: #333;
    border: 1px solid #e1e1e1;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    background-color: #1678d3;
    border: 1px solid #0060ac;
}
.navbar-nav .dropdown:hover .parent {
    border-radius: 4px 4px 0 0;
    height: 42px;
    border-bottom: 2px solid #333;
}
.navbar-nav .dropdown {
    position: relative;
}
.navbar-nav .sub-menu {
    display: none;
    position: absolute;
    left: 1px;
    top: 55px;
    z-index: 12;
    background: #e8e8e8;
    min-width: 180px;
    padding: 15px 0px;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.navbar-nav .sub-menu li a {
    color: #333;
    padding: 3px 8px;
    display: block;
    line-height: 20px;
}
.navbar-nav .sub-menu ul {
    margin: 0px;
    padding: 0px;
}
.navbar-nav .sub-menu h3 {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0px 8px;
}
.navbar-nav .sub-menu h3.mt {
    margin-top: 10px;
}
.navbar-nav .sub-menu li a:hover {
    background: #1678d3;
    color: #fff;
    border-radius: 4px;
}
.navbar-nav .dropdown:hover .sub-menu {
    display: block;
}
.navbar-nav .menu-w1 {
    width: 200px;
}
.navbar-nav .menu-w2 {
    width: 370px;
    left: -140px;
}
.navbar-nav .menu-w3 {
    width: 470px;
    left: -180px;
}
.navbar-nav .menu-w4 {
    width: 250px;
}
.navbar-nav .menu-w5 {
    width: 220px;
}
#digital-tech {
    padding: 40px 0 30px;
    background: #f9f9f9;
}
/* Footer  */

#footer {
    background: #272727;
    padding-top: 30px;
    color: #fff;
}
#footer p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
#footer h4 {
    font-size: 16px;
    color: #66ffff;
}
#footer a {
    color: #66ffff;
    font-size: 14px;
}
#footer a:hover {
    color: #fff;
}
#footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 35px;
    margin-bottom: 35px;
}
.quick-links {
    margin-left: 20px;
}
.quick-links li {
    list-style-type: square;
    margin: 0px;
    line-height: 24px;
}
.recognized-links li {
    margin: 0px;
    line-height: 24px;
    padding: 6px 8px;
    background: #3393df;
    margin-bottom: 10px;
    border-radius: 6px;
    text-align: center;
}
.recognized-links li.radius img {
    border-radius: 4px;
}
.recognized-links li.radius .mr {
    margin-right: 10px;
}
.copyright {
    float: right;
}
.copyright i {
    color: #FF3D7F;
    margin: 0 5px;
}
.contact-info p {
    margin-bottom: 10px;
}
.contact-list li {
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
}
.contact-list i {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 22px;
    margin-right: 5px;
}
.footer-bottom {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.client-section {
    padding: 20px 0px;
    border-top: 1px solid #e0eded;
}
.client {
    padding: 0px;
    background: transparent;
}
.client img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
.client img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}
.shadow-box {
    position: absolute;
    padding: 0px;
    margin: 0px;
    top: 0px;
    width: 100%;
}
.shadow-box span {
    width: 70px;
    height: 72px;
    position: absolute;
}
.shadow-box .left-s {
    background: url(../images/shadow-lbg.png) 0 0 repeat-y;
    left: 0px;
}
.shadow-box .right-s {
    background: url(../images/shadow-rbg.png) 0 0 repeat-y;
    right: 0px;
}
.bg-page {
    clear: both;
}
.bg-page .row {
    position: relative;
    margin: 0px !important;
    padding: 0 !important;
}
.bg-page .page-caption {
    font-size: 2.2em;
    color: #fff;
    padding: 60px 0px;
    line-height: 1.1em;
}
.pagetitle {
    background: #ddd;
    padding: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.pagetitle h1 {
    font-weight: normal;
    text-transform: none;
    margin: 0px;
    padding: 15px 0px;
    color: #333;
    font-size: 22px;
}
.pagetitle ul {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 7px;
    right: 15px;
}
.pagetitle ul li {
    float: left;
    margin: 0px;
}
.pagetitle ul li a {
    display: block;
    padding: 8px 15px 12px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
}
.pagetitle ul li a:hover {
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-bottom: 1px solid #f9f9f9;
}
.pagetitle ul li.active a {
    background: #fff;
    font-weight: bold;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
.title-bg {
    background: #444;
}
.title-bg h2 {
    color: #fff;
}
.aboutus {
    background: #020202 url(../images/backgrounds/bg-aboutus.jpg) no-repeat right 0;
}
.products {
    background: #020202 url(../images/backgrounds/bg-products.jpg) no-repeat right 0;
}
.security {
    background: #020202 url(../images/backgrounds/bg-security.jpg) no-repeat right 0;
}
.analytics {
    background: #020202 url(../images/backgrounds/bg-analytics.jpg) no-repeat right 0;
}
.retail {
    background: #020202 url(../images/backgrounds/bg-retail.jpg) no-repeat right 0;
}
.solutions {
    background: #020202 url(../images/backgrounds/bg-solutions.jpg) no-repeat right 0;
}
.services {
    background: #020202 url(../images/backgrounds/bg-services.jpg) no-repeat right 0;
}
.solutions {
    background: #020202 url(../images/backgrounds/bg-solutions.jpg) no-repeat right 0;
}
.customers {
    background: #020202 url(../images/backgrounds/bg-customers.jpg) no-repeat right 0;
}
.contactus {
    background: #020202 url(../images/backgrounds/bg-contactus.jpg) no-repeat right 0;
}
.casestudies {
    background: #020202 url(../images/backgrounds/bg-casestudies.jpg) no-repeat right 0;
}
.industries {
    background: #020202 url(../images/backgrounds/bg-industries.jpg) no-repeat right 0;
}
.bfsi {
    background: #020202 url(../images/backgrounds/bg-bfsi.jpg) no-repeat right 0;
}
.government {
    background: #020202 url(../images/backgrounds/bg-government.jpg) no-repeat right 0;
}
.telecom {
    background: #020202 url(../images/backgrounds/bg-telecom.jpg) no-repeat right 0;
}
.hospitality {
    background: #020202 url(../images/backgrounds/bg-hospitality.jpg) no-repeat right 0;
}
.ecommerce {
    background: #020202 url(../images/backgrounds/bg-ecommerce.jpg) no-repeat right 0;
}
.automotive {
    background: #020202 url(../images/backgrounds/bg-automotive.jpg) no-repeat right 0;
}
.emudhranews {
    background: #020202 url(../images/backgrounds/bg-inthenews.jpg) no-repeat right 0;
}
.team-section p {
    margin-bottom: 10px;
    line-height: 20px;
}
.team-section h4 {
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: normal;
    color: #1975d1;
}
.team-section .team-row {
    margin-bottom: 30px;
    margin-top: 20px;
}
.team-section .team-row img,
.model-content .figure img {
    border: 1px solid #e0eded;
    border-radius: 100%;
}
.team-section .team-row img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition-property: filter;
    transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
}
.team-section .team-row:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
}
.team-section .team-row img {
    max-width: 80%;
    float: right;
}
.team-section .more-desc {
    border: 1px solid #ccc;
    color: #555;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 3px;
}
.team-section .more-desc:hover {
    background: #1678d3;
    border: 1px solid #0060ac;
    color: #fff;
}
.team-section .team-desc {
    display: none;
}
.model-content {
    padding: 15px 0;
    overflow: auto;
}
.model-content p {
    margin-bottom: 10px;
}
.model-content h4 {
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: normal;
    color: #1975d1;
}
.directors-section {
    margin-top: 0px;
}
.directors-section .figure img {
    border: 1px solid #e0eded;
    border-radius: 100%;
    max-width: 80%;
    margin: 0px auto;
}
.directors-section .team-row img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition-property: filter;
    transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
}
.directors-section .team-row:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
}
.directors-section p {
    margin-bottom: 10px;
    line-height: 20px;
}
.directors-section h4 {
    margin-bottom: 2px;
    font-size: 22px;
    font-weight: 600;
    color: #E16A22;
}
.directors-section .team-row {
    display: table;
    padding: 25px 0px;
    margin: 0px;
    margin-bottom: 20px;
    border-radius: 4px;
    position: relative;
}
.directors-section .role {
    font-size: 18px;
    color: #000;
}
.gmap {
    border: 1px solid #e0eded;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    padding: 20px;
    position: relative;
}
.gmap img {
    width: 100%;
}
.address-section {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #e0eded;
    margin-bottom: 10px;
}
.address-section h3 {
    margin: 0px 15px 10px;
}
.address-section .icon-block i {
    font-size: 20px;
    background: #444;
    color: #fff;
    padding: 10px;
    width: 40px;
    text-align: center;
    margin-right: 10px;
    border-radius: 100%;
}
.contact-section {
    margin: 20px 0 0;
    background: #f9f9f9;
    padding: 20px 0px;
    border-top: 1px solid #e0eded;
}
.contact-section h3 {
    font-size: 26px !important;
}
.contact-form {
    margin: 0 7% 10px;
    overflow: auto;
}
.contact-form .textbox {
    border: 1px solid #e2e2e2;
    color: #000;
    margin: 15px 0 0;
    padding: 8px 10px;
    width: 100%;
}
.contact-form textarea {
    color: #000;
    height: 90px;
    width: 100% !important;
    resize: none;
}
.contact-form .textbox:focus,
.contact-form textarea:focus {
    border-color: #0374ac;
    box-shadow: none !important;
    outline: medium none !important;
}
.contact-form input[type="button"] {
    margin-top: 10px;
}
.contact-form .btn {
    padding: 12px 15px;
}
.contact-form label.error,
label.error {
    color: red;
    font-style: italic;
}
.contact-form div.error {
    display: none;
}
.contact-form input.checkbox {
    border: medium none;
}
.contact-form input:focus {
    border: 1px dotted black;
}
.contact-form input.error {
    border: 1px dotted red;
}
.contact-form label.error {
    margin: 0;
}
.key-feature {
    background: #f9f9f9;
    padding: 20px 0px;
    border-top: 1px solid #e0eded;
}
.mission-section,
.vision-section {
    background: #f9f9f9;
    padding: 20px 30px 10px;
    margin-bottom: 20px;
    border: 1px solid #e0eded;
    border-left: 5px solid #0078d7;
}
.mission-section h2,
.vision-section h2 {
    margin: 0 0 10px;
    font-size: 18px;
}
.mission-section p,
.vision-section p {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
}
/* Tabs  */

.nav-tabs > li,
.nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline;
    /* for IE7*/

    *zoom: 1;
    /* for IE7*/

    margin: -3px;
    border: 1px solid #EFEFEF;
    position: relative;
}
.nav-tabs {
    text-align: center;
}
.nav-tabs > li > a {
    color: #30353A;
    margin-right: 0px;
    background-color: #eff3f6;
    padding: 20px;
    font-weight: bold;
}
.nav-tabs > li > a:hover {
    background: #444;
    color: #fff;
}
.tab-content .tab-pane {
    padding: 10px 30px 20px;
    border: none;
}
.nav-tabs {
    border: none;
    margin-bottom: 35px;
}
.nav-tabs > li > a {
    color: #596068;
    margin-right: 0px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px 30px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background: #444;
    color: #FFF;
    position: relative;
    border: none;
}
.nav-tabs > li {
    position: relative;
}
.nav-tabs > li.active {
    position: relative;
    background-color: #444;
}
.nav-tabs > li.active:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 14px 0;
    border-color: #444 transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -14px;
    bottom: -10px;
    left: 50%;
}
.nav-tabs > li.active:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -15px;
    bottom: -16px;
    left: 50%;
}
.nav-tabs i {
    margin-right: 10px;
}
.pacontenttext .subtitleslevel {
    font-size: 20px;
    font-weight: bold;
}
.tofimgpadding {
    margin-bottom: 6px;
    margin-left: 30px;
}
.tofimgpadding i {
    margin-right: 5px;
}
.branch-list li {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
}
.office-address {
    line-height: 20px;
    padding: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 320px;
    height: 160px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .2);
    border: 1px solid #e0eded;
}
.office-address .arrow-down {
    position: absolute;
    bottom: -25px;
    left: 48%;
    width: 0;
    height: 0px;
    display: block;
    border: 10px solid transparent;
    border-top: 15px solid #fff;
}
.office-address .close-ads {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
}
#officeDiv1 {
    left: 122px;
    top: 30px;
}
#officeDiv2 {
    left: 211px;
    top: 150px;
}
#officeDiv3 {
    left: 164px;
    top: 188px;
}
#officeDiv4 {
    left: 175px;
    top: -133px;
}
#officeDiv5 {
    left: 190px;
    top: 70px;
}
#officeDiv6 {
    left: 158px;
    top: 34px;
}
#officeDiv7 {
    left: 156px;
    top: -18px;
}
#officeDiv8 {
    left: 305px;
    top: 36px;
}
#officeDiv9 {
    left: 158px;
    top: -77px;
}
#officeDiv10 {
    left: 125px;
    top: 46px;
}
#officeDiv11 {
    left: -23px;
    top: 270px;
}
#officeDiv12 {
    left: 141px;
    top: 89px;
}
#officeDiv13 {
    left: 166px;
    top: -52px;
}
#officeDiv14 {
    left: 188px;
    top: 173px;
}
#officeDiv15 {
    left: 181px;
    top: 153px;
}
#officeDiv16 {
    left: 181px;
    top: 153px;
}
#officeDiv18 {
    left: 266px;
    top: -4px;
}
#officeDiv17 {
    left: 125px;
    top: 57px;
}
.branch-list li a {
    padding: 0px;
    color: #1975d1;
}
.branch-list li a:hover {
    color: #1975d1;
    text-decoration: underline;
}
.branch-list li a.active {
    font-weight: bold;
    color: #1975d1;
}
.product-item {
    clear: both;
    padding: 15px 15px 25px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 3px 2px #eee;
    border-radius: 4px;
}
.product-item img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.product-item h1 {
    font-size: 20px;
    background: #f9f9f9;
    color: #ec6f2c;
    padding: 12px 15px;
    margin: -15px -15px 15px;
    box-shadow: 1px 3px 2px #eee;
}
.product-item h3 {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 16px;
}
.product-item p {
    margin-bottom: 10px;
    text-align: center;
    line-height: 18px;
    color: #555;
}
.product-item .btn-more {
    background: none;
    border: 1px solid #ccc;
    color: #555;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: top;
}
.product-item .btn-more:hover {
    background: #1678d3;
    border: 1px solid #0060ac;
    color: #fff;
}
.product-item .btn-plus {
    font-size: 36px !important;
    padding: 8px;
    line-height: 20px;
    margin-right: 5px;
}
.industry-item {
    clear: both;
    padding: 0 0 20px;
    margin-bottom: 30px;
    text-align: center;
    /*    border: 1px solid #e8e8e8;
        box-shadow: 1px 3px 2px #eee;*/
    border-radius: 4px;
}
.industry-item img {
    width: 100%;
    height: 100%;
    /*margin-bottom: 20px;*/
}
.industry-item h1 {
    font-size: 20px;
    background: #f9f9f9;
    color: #ec6f2c;
    padding: 12px 15px;
    margin-bottom: 10px;
    box-shadow: 1px 3px 2px #eee;
}
.industry-item h3 {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 16px;
    color: #1975d1;
}
.industry-item p {
    margin: 0px 20px 15px;
    text-align: center;
    line-height: 18px;
    color: #555;
}
.industry-item .btn-more {
    background: none;
    border: 1px solid #ccc;
    color: #555;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: top;
}
.industry-item .btn-more:hover {
    background: #1678d3;
    border: 1px solid #0060ac;
    color: #fff;
}
.product-detail .btn-more {
    background: #ec6f2c;
    border: 1px solid #c75416;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 3px;
    vertical-align: top;
}
.product-detail .btn-more:hover {
    background: none;
    border: 1px solid #ccc;
    color: #555;
}
.product-detail .btn-plus {
    font-size: 36px !important;
    padding: 8px;
    line-height: 20px;
    margin-right: 5px;
}
.product-detail img {
    width: 100%;
}
.panel-default {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}
.panel-default .panel-head h1 {
    font-size: 20px;
    background: #f9f9f9;
    color: #ec6f2c;
    padding: 12px 15px;
    margin: 0px;
    box-shadow: 1px 3px 2px #eee;
}
.panel-default .panel-body {
    clear: both;
    padding: 15px;
    box-shadow: 1px 3px 2px #eee;
}
.ul-listing li {
    list-style: square;
    line-height: 20px;
    padding: 5px 0px;
}
.ul-listing,
.ul-listing-ico {
    margin: 20px 30px;
}

.ul-listing-ico li {
    padding: 5px 0px;
    padding-left: 25px;
    position: relative;
    line-height: 20px;
}
.ul-listing-ico i {
    font-size: 16px;
    vertical-align: baseline;
    position: absolute;
    left: 0px;
    top: 5px;
}
.ul-listing-inline {
    margin: 0px;
    display: table;
}
.ul-listing-inline li {
    display: inline-block;
    margin-right: 20px;
}
.feature-listing li {
    line-height: 20px;
    padding: 10px 20px;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 3px 2px #eee;
    margin: 0 0 10px;
    /*min-height: 350px;*/
}
.feature-listing li h4 {
    font-weight: bold;
    margin: 0 0 5px;
}
.fe-block {
    position: relative;
    border: 1px solid #e2e2e2;
    margin: 0 0 10px;
    padding: 20px;
    color: #333;
    line-height: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 3px 2px #eee;
}
.fe-block p {
    margin: 0px;
    line-height: 18px;
    text-align: left;
}
.section-title-wr {
    display: table;
    margin-bottom: 0px;
    width: 100%;
    margin-top: 30px;
}
.section-title-wr .section-title.center {
    color: #0078D7;
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.section-title-wr .section-title.center small {
    color: #999;
    display: block;
    font-size: 16px;
    margin-top: 8px;
}
.list-feature {
    padding-bottom: 30px;
}
.list-feature ul li span {
    background: #01aafb none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
}
.steps-to-avail {
    padding: 20px 0;
    display: block;
}
.steps-to-avail .li-item {
    position: relative;
    border: 1px solid #e2e2e2;
    margin: 30px 0px;
    padding: 20px;
    color: #333;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
    height: 170px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 3px 2px #eee;
}
.steps-to-avail .li-item span {
    position: absolute;
    top: -25px;
    background: #ddd;
    color: #555;
    left: 35%;
    padding: 15px 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    font-family: Verdana, Geneva, sans-serif;
}
.steps-to-avail .li-item:hover span {
    background: #1678d3;
    color: #fff;
}
.customers-item {
    padding: 30px 20px;
    clear: both;
    display: table;
}
.customers-item h3 {
    color: #1975d1;
}
.customers-list img {
    border-radius: 10px;
    width: auto;
    border: 1px solid #e2e2e2;
    margin: 5px;
}
.customers-list label {
    background: #f9f9f9;
    padding: 0px 10px;
    display: block;
    text-align: left;
    margin: 0px;
    font-weight: normal;
    display: none;
}
.customers-list img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition-property: filter;
    transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
}
.customers-list img:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
}
.message-box {
    margin-top: 20px;
}
.map-link {
    cursor: pointer;
}
.customer-news {
    padding: 30px 0px;
}
.panel-blank h3 {
    margin: 5px 0px;
}
.customer-speak {
    margin: 20px -15px;
}
.customer-speak li {
    clear: both;
    padding: 5px 0px;
}
.customer-speak a.css-link {
    border: 1px solid #e8e8e8;
    box-shadow: 1px 3px 2px #eee;
    border-radius: 4px;
    display: inline-block;
}
.customer-speak a.css-link img {
    border-radius: 4px;
    display: block;
    width: 100%;
}
.customer-speak p {
    line-height: 18px;
}
.customer-speak .lnk-plus {
    font-size: 18px;
}
.customer-speak h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.customer-speak .pr0 {
    padding-right: 0px;
}
.nlp-box {
    padding: 20px;
    background: #fcfcfc;
    border-left: 5px solid #e9e9e9;
    margin: 20px 0px;
}
.nlp-box:hover {
    border-color: #1678d3;
}
.nlp-box .txt-green {
    color: #27c24c;
}
.nlp-box .txt-red {
    color: #f05050;
}
.nlp-box .example {
    font-size: 20px;
    line-height: 1.2em;
}
.nlp-box h6 {
    margin: 0 0 10px;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;
}
.nlp-box .tb-line {
    border-top: 1px dashed #e0eded;
    padding-top: 10px;
    margin-top: 10px;
    clear: both;
    font-weight: 400;
    font-size: 18px;
}
.nlp-box .fa-check {
    margin: 0px 2px 0px 20px;
    color: #0374ac;
}
.nlp-box .table-responsive {
    margin: 5px 0 0;
}
.nlp-box .table-responsive table {
    background: #fff;
    margin: 0;
}
.nlp-box .table-responsive th,
.nlp-box .table-responsive td {
    padding: 5px 10px;
    border-color: #e0eded;
    font-size: 16px;
}
.nlp-box .tb-line {
    border-top: 1px dashed #e2e2e2;
    clear: both;
    font-size: 16px;
    margin-top: 10px;
    padding-top: 10px;
}
.news-item {
    margin-top: 20px;
}
.news-content h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: normal;
    width: 90%;
}
.news-content .date {
    margin-bottom: 10px;
    color: #999;
    font-size: 13px;
}
.icon-block {
    margin: 0px;
}
.icon-block .icon-block-item {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    display: block;
    float: left;
    font-size: 46px;
    text-align: center;
    color: #333;
}
.icon-block .icon-block-body {
    padding-left: 115px;
}
.icon-block .icon-block-body .title {
    margin-bottom: 5px;
    color: #333;
}
.icon-block .icon-block-body p {
    margin: 0;
}
.support-fixed {
    position: fixed;
    z-index: 12;
}
.support-fixed .lnk-toggle {
    background: #f9f9f9;
    cursor: pointer;
    color: #333;
    margin: 3px 0px;
    display: block;
    padding-right: 15px;
    font-size: 16px;
    border: 1px solid #f1f1f1;
    position: fixed;
    width: 250px;
    border-radius: 6px 0 0 6px;
}
.support-fixed .lnk-toggle i {
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    margin: -1px;
    font-size: 20px;
    margin-right: 10px;
    background: #f36f21;
    width: 45px;
    color: #fff;
    border-radius: 6px 0 0 6px;
}
.support-fixed .lnk-toggle:hover i {
    background: #e06217
}
.support-fixed .lnk-toggle a {
    line-height: 35px;
    display: inline-block;
}
.support-fixed #lnkMail {
    top: 450px;
    right: -205px;
}
.support-fixed #lnkPhone {
    top: 493px;
    right: -205px;
}
.docDownload {
    filter: alpha(opacity=90);
    opacity: .9;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 3px 2px #eee;
    border-radius: 10px;
    display: inline-block;
    margin: 10px;
}
.docDownload span {
    border-radius: 10px 10px 0 0;
    display: block;
    font-size: 16px;
    background: #f9f9f9;
    color: #ec6f2c;
    padding: 12px 15px;
    margin: 0 0 5px;
    box-shadow: 1px 3px 2px #eee;
}
.docDownload img {
    border-radius: 0 0 10px 10px;
}
.docDownload:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.ol-listing li {
    padding: 0px 0px 8px;
}
.details-box table th {
    padding: 10px;
    font-size: 15px;
    background: #eee;
}
.details-box table.table-item {
    border: 1px solid #e2e2e2;
    padding: 30px;
    margin: 15px 0px;
    box-shadow: 1px 3px 2px #eee;
}
.details-box table.table-item td {
    padding: 8px 10px;
    vertical-align: top;
}
.details-box .table-datagrid td {
    vertical-align: middle !important;
    border-bottom: 1px solid #e9e9e9;
}
.details-box .table-datagrid td i {
    font-size: 16px;
    color: #6a9e2f;
}
.details-box .table-datagrid tr:nth-child(2n+1) td {
    background: #f9f9f9;
}
@media (max-width: 480px) {
    .navbar-brand {
        margin-left: 15px;
    }
    #footer .col-lg-3,
    #footer .col-lg-2 {
        margin-bottom: 15px;
    }
    .navbar-collapse {
        margin: 0px !important;
    }
    .navbar-nav {
        margin: 0px 1px;
    }
    .navbar-nav .sub-menu {
        position: relative;
        left: auto;
        top: auto;
        min-width: inherit;
        border-radius: 0px;
        box-shadow: none;
        width: auto !important;
    }
    .navbar-nav > li > a {
        border-radius: 0px;
        margin: 0px;
    }
    .navbar-nav > li > a i {
        float: right;
    }
    .nav-tabs > li {
        display: block;
        margin: 0px;
    }
    .nav-tabs > li > a {
        padding: 10 px;
    }
    .nav-tabs > li.active::after {
        border: none;
    }
    .team-section h4,
    #teamMoreDetails h4 {
        margin: 10px 0 5px;
    }
    .address-section [class*='col-'] {
        clear: both;
        margin-bottom: 10px;
    }
}
@media (max-width: 980px) {
    .navbar-collapse {
        padding: 0px;
    }
    .navbar-nav {
        margin: 0px 1px;
    }
    .navbar-nav .sub-menu {
        position: relative;
        left: auto;
        top: auto;
        min-width: inherit;
        border-radius: 0px;
        box-shadow: none;
        width: auto !important;
    }
    .navbar-nav > li > a {
        border-radius: 0px;
        margin: 0px;
    }
    .navbar-nav > li > a i {
        float: right;
    }
    .nav-tabs > li {
        display: block;
        margin: 0px;
    }
    .nav-tabs > li > a {
        padding: 10px;
    }
    .nav-tabs > li.active::after {
        border: none;
    }
}
@media (max-width: 1200px) {
    .gmap {
        margin-bottom: 15px;
    }
    .office-address {
        left: auto !important;
        top: auto !important;
        width: 100% !important;
        margin: 0px;
        position: relative !important;
    }
    .office-address .arrow-down {
        display: none;
    }
    .branch-list li {
        float: left;
        margin-right: 20px;
    }
    .feature-fixed {
        position: relative;
        bottom: 0px;
    }
}
@media (min-width: 768px) {
    .address-section [class*='col-'] {
        float: left;
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {
    #features {
        padding: 20px 0;
    }
    #features .feature-box {
        margin-bottom: 20px;
    }
    .customer-news {
        padding: 30px 0px;
        text-align: center;
    }
    .customer-news .message-box {
        margin-bottom: 20px;
    }
    .customer-speak {
        margin: 0px;
    }
    .customer-speak [class*="col-"] {
        padding: 0px;
    }
    .panel-blank h3 {
        margin: 5px 0px;
    }
    .product-detail img {
        width: 100%;
    }
    .product-detail h1 {
        text-align: center;
        margin-bottom: 10px;
    }
    .team-row img {
        float: none;
        margin: 0px auto;
        width: 50%;
    }
    .team-row h4,
    .team-row p.strong,
    .team-row p.role {
        text-align: center;
    }
}
.pdfclass {
    color: #333;
}
.pdfclass:hover {
    text-decoration: underline;
    color: #0060ac;
}

/*owl carousel about us css*/
.section-client-testimonial {
    background: #FFFFFF;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-client-testimonial .testimonial-text {
    background-image: url(./images/quote-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: fixed;
    margin-top: 105px;
    margin-bottom: 105px;
}
.section-client-testimonial .testimony-layout-1 p {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 500i;
    letter-spacing: 0.02em;
    line-height: 32px;
    margin: 0 0 24px 0;
    color: #333333;
}

.section-client-testimonial .testimony-layout-1 {
    position: relative;
    text-align: center;
}

.section-client-testimonial .testimony-layout-1 {
    position: relative;
    text-align: center;
}












.mb-30{
    padding-bottom: 30px;
}
@media (max-width: 768px) {
    .mb-30 {
        padding-bottom: 20px;
    }
}
.mb-40{
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}
.valine{
    display: table-cell;
    vertical-align: middle;
}

.on-the-go{
    background: #f9f9f9;
    height: 392px;
    /*    background-image: url('../images/google_apps/products-on-the-go-hero.jpg');
        background-position: 100% 0px;
        background-repeat: no-repeat;
        background-size: contain;*/
}
@media (max-width:500px){ 
    .on-the-go{
        background: #f9f9f9;
        background-image:none !important;
        height: 450px;
    }    
}
.img{
    height: 392px;
    background-size: cover;
    width: 100%;
}
.content{
    margin-top: 5%;
    text-align: justify;
    padding: 0 45px;
}
.gproduct img{
    margin: auto;
    display: block;
}
.gproduct label{
    margin: auto;
    display: block;
    text-align: center;
}
@media (max-width: 768px) {
    .gproduct label {
        padding-bottom: 10px;
    }
}
.gproduct h3{
    text-align: center;
}

.google-apps h3{
    line-height: 25px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .google-apps img {
        padding-right: 10px;
    }
}

.gproduct .communicate{
    border-right: 1px solid #e8e8e8;
    /*display: inline-block;*/
}
.gproduct .store{
    border-right: 1px solid #e8e8e8;
    /*display: inline-block;*/
}
.gproduct .collaborate{
    border-right: 1px solid #e8e8e8;
    /*display: inline-block;*/
}

@media (max-width:500px){ 
    .gproduct .bg-img{        
        display: none !important;
    }    
}

.spacer{
    min-height: 15px;
}
.footer-common{
    text-align: center;
}

.pb-10{
    padding-bottom: 10px;
}

.bg{
    background: #f9f9f9;
}

.mb5{
    margin-bottom: 5%;
}

.feature-listing img{
    padding: 10px 0; 
}



.quote-block {
    margin-top: 30px;
    h5 {
        margin-bottom: 25px; 
        text-transform: uppercase;
        font-size: 20px;
        line-height: 25px;
    }

    .phone-number {
        .round(50px);
        background: @primary-color;
        border: 2px solid @primary-color;
        color: @light-text-color;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        margin-top: 5px;
        margin-right: 20px;
        padding: 15px 50px;
    }

    .available-time {
        .round(50px);
        border: 2px solid @primary-color;
        display: inline-block;
        font-size: 20px;
        margin-top: 5px;
        padding: 15px 50px;
        span {
            color: @primary-color;
            font-size: 30px;
            font-weight: 600;
        }
    }
}
