#top-bar {
    background: #0f7aae;
}
.social-icons li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    width: 50px;
    text-align: center;
    border-left: 1px solid #eee;
    margin: 0px;
    padding: 8px;
}
.top-bar-info li {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    border-left: 1px solid #eee;
    list-style-type: none;
    float: left;
    margin: 0px;
    padding: 10.5px 14px 10.5px 14px;
}
.social-icons li a {
    color: white;
}
.top-bar-info li i {
    font-size: 15px;
    color: #fff;
    padding-right: 8px;
}
.home_icon .fa {
    color: #f49918;
    font-size: 19px;
}

.nav-dropdown > li:hover a {
    background: #0f7aae;
    color: white;
    border-left: 3px solid #f49918;
}
.nav-dropdown > li:hover {

}
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
    color: #f49918;
}
.bg_about_img {
    background-image: url(../upload/about_background.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.uppercase {
    text-transform: uppercase; 
}
.section-heading small {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #0f7aae;
    padding-bottom: 5px;
}
.btn-essentials {
    padding: 12px 30px;
    background: #0f7aae;
}
.pull-right {
    float: right;
}
span.secondary-text {
    text-transform: uppercase;
    color: #f39c22;
    text-shadow: 2px 2px 3px white, 2px 2px 3px white, 2px 2px 3px white, 2px 2px 3px white;
}
.section-heading h4 {
    color: #e68219;
}
.primary-list li i {
    color: #0f7aae;
    font-size: 18px;
    padding-right: 10px;
    transform: translateY(2px);
}
.btn-readmore {
    border: 1px solid #0f78ac;
    margin-top: 25px;
    padding: 7px 12px 7px 22px;
    width: auto;
    color: #fff;
    position: relative;
    border-radius: 50px;
    /*float: right;*/
    background: #0f78ac;
    transition: all 0.3s;
    margin-left: 70px;

}
.btn-readmore .fas {
    padding-left: 8px;
}
.btn-readmore:hover .fas {
    padding-left: 14px;
}
.btn-readmore:hover {
    color: #0f78ac;
    background: white;
}
.blog-grid {
    position: relative;
    margin-bottom: 15px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.zoom-icon {
    display: none;
}
.blog-grid:hover .zoom-icon {
    position: absolute;
    display: block;
    top: 25%;
    left: 47%;
    color: white;
    font-size: 23px;
    transition: all 0.5;
    z-index: 11;
}
.blog-grid:hover .zoom-icon::before {
    position: absolute;
    content: '';
    top: -6px;
    left: -10px;
    width: 45px;
    height: 45px;
    background-color: #0f78ac;
    z-index: -1;
    border-radius: 50%
}
.customizable-carousel .owl-prev i, .customizable-carousel .owl-next i {
    color: #fff;
    font-size: 30px;
    background: linear-gradient(90deg, #1158a2, #e68219);
    padding: 8px;
    border-radius: 50px;
}
.title_heading {
    text-align: center;
}
.title_heading h2 {
    color: white;
    font-size: 35px;
}
.title_heading h2 span {
    color: #0f78ac;
}
.title_heading span {
    
}

.button-primary {
    background: -webkit-linear-gradient(bottom left, #006698, #00abff);
    background: -o-linear-gradient(bottom left, #006698, #00abff);
    background: linear-gradient(to top right, #006698, #00abff);
}
.title_heading_clients {

}
.title_heading_clients h3 {
    text-transform: uppercase;
    color: orange;
}
.title_heading_clients h3 span{
    color: #0077b1;
}
.section-heading-line {
    content: '';
    display: block;
    width: 180px;
    border-radius: 10px;
    height: 3px;
    background: linear-gradient(273deg, #0f56a1, #f39c20);
    margin: auto;
    margin-top: 10px;
    margin-bottom: 18px;
}

.section-heading-line-2 {
    content: '';
    display: block;
    width: 17px;
    border-radius: 10px;
    height: 3px;
    background: #fff;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 18px;
    margin-left: 0px;
}

.sticky-sharebarr {
    position: fixed;
    top: 450px;
    right: 0;
    z-index: 99;
    background: -webkit-linear-gradient(bottom left, #0f7aae, #d7e9f2);
    background: -o-linear-gradient(bottom left, #0f7aae, #d7e9f2);
    background: linear-gradient(to top right, #0e54a0, #71a9e6);
    border-radius: 50px;
}
.sticky-sharebarr .sticky-sharebar__list {

}
.sticky-sharebarr .sticky-sharebar__list li {
    padding: 20px 5px;
}
.sticky-sharebarr .sticky-sharebar__list li a {

}
.sticky-sharebarr .sticky-sharebar__list li a img {
    width: 45px;
}
.filter-button {
    background: #0f56a1;
    border: 1px solid #0099e2;
    padding: 8px 24px;
    border-radius: 50px;
    color: white;
}
.filter-button:hover {
    background: #ffffff00;
    color: #ffffff;
    border: 1px solid white;
}
.btn-viewall{
    
}
.section-block {
    position: relative;
    background-color: #fff;
    padding: 40px 0px 40px 0px;
    overflow: hidden;
}
.secondary-text {
    color: #0089cd;
}
.contact-icon-box i {
    float: left;
    display: inline-block;
    color: #006fa5;
    font-size: 50px;
    margin-right: 20px;
}
.footer-nav a {
    color: #999;
    font-size: 14px;
}
.social-links-footer {

}
.social-links-footer li {
    position: relative;
    z-index: 1;
}
.social-links-footer li::before {
    position: absolute;
    content: '';
    top: -4px;
    left: -7px;
    width: 30px;
    height: 30px;
    background: #0f56a1;
    z-index: -1;
    border-radius: 50px;
}
.bg-projects {

}

.bg-products {
    background-color: #e2e2e2!important;
}
.bg_testimonials {
    position: relative;
    z-index: 1;
    background-image: url(https://www.unily.com/media/30978/digital-signage-lead.jpg?width=1500&height=840&mode=crop);
    background-size: contain;
    background-attachment: fixed;
    background-position: center center;
}
.bg_testimonials::before {
        top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: -webkit-linear-gradient(bottom left, #2888b7ab, #f1f1f1);
    background: -o-linear-gradient(bottom left, #2888b7ab, #f1f1f1);
    background: linear-gradient(to top right, #2888b7ab, #f1f1f1);
    z-index: -1;
    position: absolute;
}
.bg_item {  
    background: white;
    border-radius: 8px;
    padding: 6px;    
}
.we_server {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;

}
.we_server .item_we_serve {
    box-sizing: border-box;
    flex: 1;
    /*background: #e2e2e2;
    margin: 10px;
    padding: 6px 0;*/
    border-radius: 20px;
}
.we_server .item_we_serve img {
    /*background:#f39c22;
    padding: 10px;*/
    width: 70px;
    /*border-radius: 105px;*/
}
.item_we_serve h5 {
    color: #3499ca;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
}
.bg-clinele {

}
.bg-clinele .item_we_serve {

}
.bg-clinele .item_we_serve img {
    border: 1px solid grey;
    padding: 6px;
}
.nav-tabs .nav-link {
    color: #495057;
    background-color: #808082;
    border-color: #dee2e6 #dee2e6 #fff;
    padding: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #0f56a1;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 50px;
}
.pd-l-120px {
    padding-left: 300px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.font-weight-normal {
    font-weight: normal;
}
.callback-block {
    background: #fff;
    box-shadow: 0 20px 30px rgba(0,0,0,.05);
    border-radius: 5px;
    padding: 45px 10px;
}
.india-logo {
    margin-top: 0;
    margin-left: 12px;
    padding-left: 10px;
    padding-top: 3px;
    color: white;
    width: 35px;
}
.side-nav-bar {
    margin-top: 15px;
    background: #f39c20;
    border-radius: 50px;
    width: 40px;
    box-shadow: 1px 1px 15px #0000005c;
    height: 40px;
    margin-left: 12px;
    padding-left: 10px;
    padding-top: 3px;
    color: white;
}
.filter-button:hover {
    background: #ffffff00;
    color: #0f56a1;
    border: 1px solid #0f56a1;
}
.footer-1 {
    background:#e2e2e2;
    padding: 0px 0px 0px 0px;
}
.footer-1 h2 {
    color: #808082;
    font-size: 22px;
    font-weight: 500;
}
.footer-1-bar p {
    color: #7f7f81;
    font-size: 13px;
    font-weight: 400;
}
.card {
    border: none;
    padding: 5px;
    box-shadow: 2px 3px 25px #d8d6d6;
    margin-bottom: 0px;
}
.bg-about-it {
    background-image: url(../upload/light-shield-pattern-large.webp);
    background-size: contain;
}
.testmonial-box {
    position: relative;
    display: block;
    background: #0073ab;
    border-radius: 10px;
    border: 2px solid #f9f9f9;
    box-shadow: 0 20px 30px rgba(0,0,0,.05);
    padding: 15px;
    margin: 35px 8px;
}
.color-1 {
    background-color: #ED254E;
}
.color-2 {
    background: #011936;
}
.color-3 {
    background: #45969b;
}
.color-4 {
    background: #0073ab;
}
.color-5 {
    background: #0A2472;
}
.color-6 {
    background-color: #00ADB5;
}
.color-7 {
    background-color: #574f7d;
}
.color-8 {
    background-color: #ff6768;
}
.color-9 {
    background-color: #30BCED;
}
.color-10 {
    background-color: #E00543;
}
.color-11 {
    background-color: #216583;
}
.color-12 {
    background-color: #0B5F73;
}
.color-13 {
    background-color: #1B7FBD;
}
.color-14 {
    background-color: #BA7BA1;
}
.testmonial-box p {
    color: white;
}
