﻿html {
  font-size: 14px; }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 15px; } }

body {
  overflow-x: hidden;
  color: #000;
  font-size: 1.2rem;
  font-family: "calibri", sans-serif;
  line-height: 1.2;
  position: relative; }
  
  .justiftytext
  {
      text-align:justify;
      }
  
  .imagebelowtext
  {
      margin-top: 8px; text-align:center;
      }

a {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  a:active, a:focus, a:visited, a:hover {
    text-decoration: none !important; }

h1 {
  margin: 0;
  line-height: 1.4; }

h2 {
  margin: 0;
  line-height: 1.4; }

h3 {
  margin: 0;
  line-height: 1.4; }

h4 {
  margin: 0;
  line-height: 1.4; }

h5 {
  margin: 0;
  line-height: 1.4; }

h6 {
  margin: 0;
  line-height: 1.4; }

/*******common css****/
@media only screen and (max-width: 600px) {
  .container {
    padding-right: 20px;
    padding-left: 20px; } }

.header
{
     background-color:#00008B;
    }
.section-heading {
  color: #333;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 25px; }
  .section-heading::after {
    content: "";
    width: 200px;
    height: 3px;
    position: absolute;
    background-color: #EC1628;
    left: 2px;
    bottom: -12px; }
  .section-heading span {
    font-weight: 600;
    font-size:1rem;
  }

p {
  color: #000;
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.4; }

.carousel-control.left, .carousel-control.right {
  background-image: none; }

.no-border {
  border: none !important; }

.no-margin {
  margin: 0 !important; }

.read-more-link {
  margin-top: 25px; }
  .read-more-link a {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    overflow: hidden; }
    .read-more-link a::after {
      content: "";
      position: absolute;
      height: 1px;
      right: 100%;
      background-color: #696868;
      left: 0;
      bottom: -5px;
      -webkit-transition: right 0.3s ease-in;
      -moz-transition: right 0.3s ease-in;
      -o-transition: right 0.3s ease-in; }
    .read-more-link a:hover {
      text-decoration: none;
      color: #696868; }
      .read-more-link a:hover::after {
        right: 0; }

.rounded-btn {
  border-radius: 00px;
  border: none;
  padding: 3px 16px 3px;
  font-size: 12px;
  color: #000;
  background-color:#FFC813;
  text-transform: uppercase; }
  .rounded-btn:hover, .rounded-btn:focus {
    outline: 0; }

.clear {
  clear: both; }

.logo {
  width: 160px;
  font-size:1.8em;
   top: 10px;
   line-height:40px;
   }

/*******common css ends****/
/*******header css****/
header {
  padding: 5px 0 0px;
  background-color:#fff;
   }
  header .top-contact {
    position: relative;
    top: 5px; }
    header .top-contact li:first-child {
      border-right: 1px solid #d9d9d9;
      padding-right: 25px;
      margin-right: 20px; }
    header .top-contact li .fa {
      float: left;
      color: #000;
      font-size: 20px;
      margin-right: 6px;
      font-weight: 500; }
    header .top-contact li h3 {
      float: left;
      margin: 0;
      font-size: 15px;
      color: #000; }
      header .top-contact li h3 span {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        color: #000;
        display: block; }
      header .top-contact li h3 a {
        color: #000; }
  header .logo {
    width: 300px;
    color:#fff;
    font-size:1.9em; text-transform:uppercase;font-weight:bold; 
     }
.enter
{
    margin-top: 5px;

margin-bottom: 5px;

border: 0;
}

/*******header css ends****/
/*******navbar css****/
.navbar {
  background: #ccc;
  margin: 0px 0 0;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 5; 
  }
  @media only screen and (min-width: 992px) {
    .navbar .navbar-collapse {
      padding: 0; }
      .navbar .navbar-collapse .navbar-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%; }
        .navbar .navbar-collapse .navbar-nav > li {
          display: table-cell;
          float: none;
          text-align: center; }
          .navbar .navbar-collapse .navbar-nav > li:first-child a {
            padding-left: 0; }
          .navbar .navbar-collapse .navbar-nav > li:last-child a {
            padding-right: 0; }
          .navbar .navbar-collapse .navbar-nav > li.active > a {
            background-color: #FFC813;
            color: #000; }
        .navbar .navbar-collapse .navbar-nav .dropdown-menu {
          top: 95%;
          margin: 0; }
        .navbar .navbar-collapse .navbar-nav .level2-menu > li {
          position: relative; }
          .navbar .navbar-collapse .navbar-nav .level2-menu > li .level3-menu {
            display: none;
            position: absolute;
            left: 100%;
            top: 0;
            background-color: #fff;
            width: 350px;
            z-index: 10;
            padding-left: 0;
            list-style-type: none;
            border-left: 1px solid #d9d9d9; }
            .navbar .navbar-collapse .navbar-nav .level2-menu > li .level3-menu li a {
              padding: 22px 20px;
              display: block; }
          .navbar .navbar-collapse .navbar-nav .level2-menu > li:hover > .level3-menu {
            display: block; } }
  .navbar .navbar-collapse .navbar-nav li a {
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #000; }
  .navbar .navbar-collapse .navbar-nav li:hover a {
    color: #fff; }
  .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
    padding: 0;
    left: 12px;
    z-index: 100000; }
    .navbar .navbar-collapse .navbar-nav li .dropdown-menu li {
      border-bottom: 1px solid #d9d9d9; }
      .navbar .navbar-collapse .navbar-nav li .dropdown-menu li > a {
        font-size: 13px;
        color: #333;
        padding: 12px 20px; }
        .navbar .navbar-collapse .navbar-nav li .dropdown-menu li > a:hover {
          background-color: transparent; }
      .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover {
        background-color: #0068a7; }
        .navbar .navbar-collapse .navbar-nav li .dropdown-menu li:hover > a {
          color: #fff; }
  .navbar .product-hover-desc {
    max-width: 630px;
    background-color: #ececec;
    padding: 15px 30px 17px;
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0; }
    .navbar .product-hover-desc img {
      height: 245px; }
    .navbar .product-hover-desc .prod-summary {
      padding: 40px 0 0; }
      .navbar .product-hover-desc .prod-summary h2 {
        font-size: 1.4rem;
        color: #333;
        margin-bottom: 20px;
        font-weight: 600; }
  @media (max-width: 991px) {
    .navbar {
      border-bottom: 1px solid #eee;
      background-color: transparent; }
      .navbar .navbar-header {
        float: none;
        margin-bottom: 8px; }
      .navbar .navbar-left, .navbar .navbar-right {
        float: none !important; }
      .navbar .navbar-brand {
        padding: 10PX; }
        .navbar .navbar-brand img {
          width: 177px; }
      .navbar .navbar-toggle {
        display: block;
        background-color: transparent;
        border: none; }
        .navbar .navbar-toggle:focus, .navbar .navbar-toggle:hover {
          background-color: transparent; }
        .navbar .navbar-toggle .icon-bar {
          background-color: #454545;
          width: 30px;
          height: 3px; }
      .navbar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .navbar .navbar-nav .open .dropdown-menu li a {
          padding-left: 20px; }
          .navbar .navbar-nav .open .dropdown-menu li a::before {
            content: "\f105";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            margin-right: 5px; }
        .navbar .navbar-nav .open .dropdown-menu li > a {
          padding: 15px 20px 12px !important; }
      .navbar .navbar-nav li a {
        color: #333; }
      .navbar .navbar-collapse {
        border-top: 1px solid #eee;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
        .navbar .navbar-collapse .navbar-nav li a {
          color: #333; }
      .navbar .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px; }
      .navbar .navbar-collapse.collapse {
        display: none !important; }
      .navbar .navbar-nav {
        float: none !important;
        margin-top: 7.5px; }
        .navbar .navbar-nav > li {
          float: none; }
          .navbar .navbar-nav > li > a {
            padding: 13px 0 13px 20px !important;
            display: block; }
            .navbar .navbar-nav > li > a .fa {
              display: none; }
            .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
              color: #0068a7; }
          .navbar .navbar-nav > li:active > a, .navbar .navbar-nav > li:focus > a, .navbar .navbar-nav > li:hover > a {
            color: #0068a7 !important; }
          .navbar .navbar-nav > li .dropdown-menu {
            background-color: #fff; }
            .navbar .navbar-nav > li .dropdown-menu li {
              padding: 0 !important;
              border-color: #f0f0f0 !important; }
              .navbar .navbar-nav > li .dropdown-menu li a {
                padding: 11px 0 11px 20px;
                text-align: left; }
              .navbar .navbar-nav > li .dropdown-menu li:hover, .navbar .navbar-nav > li .dropdown-menu li:active, .navbar .navbar-nav > li .dropdown-menu li:focus {
                background-color: transparent !important; }
                .navbar .navbar-nav > li .dropdown-menu li:hover a, .navbar .navbar-nav > li .dropdown-menu li:active a, .navbar .navbar-nav > li .dropdown-menu li:focus a {
                  color: #0068a7 !important; }
          .navbar .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px; }
          .navbar .navbar-nav > li.dropdown > a:not(.hide-drop) {
            position: relative; }
            .navbar .navbar-nav > li.dropdown > a:not(.hide-drop)::after {
              content: "\f067";
              font-family: FontAwesome;
              font-style: normal;
              font-weight: normal;
              position: absolute;
              top: 15px;
              right: 25px; }
          .navbar .navbar-nav > li.dropdown > a[aria-expanded="true"]::after {
            content: "\f068"; }
      .navbar .collapse.in {
        display: block !important;
        max-height: 400px;
        overflow-y: scroll !important; }
        .navbar .collapse.in::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          background-color: #F5F5F5; }
        .navbar .collapse.in::-webkit-scrollbar {
          width: 6px;
          background-color: #F5F5F5; }
        .navbar .collapse.in::-webkit-scrollbar-thumb {
          background-color: #0068a7; }
      .navbar .level2-menu > li > a {
        padding-bottom: 10px !important; }
      .navbar .level2-menu .level3-menu {
        list-style-type: none; }
        .navbar .level2-menu .level3-menu li {
          border: none !important; }
          .navbar .level2-menu .level3-menu li a {
            display: block;
            color: #7d7d7d !important;
            padding: 0 12px 15px !important; }
      .navbar .level2-menu li:hover .level3-menu li a {
        color: #7d7d7d !important; }
        .navbar .level2-menu li:hover .level3-menu li a:active, .navbar .level2-menu li:hover .level3-menu li a:hover {
          color: #333; } }
  @media only screen and (min-width: 992px) {
    .navbar .navbar-nav li.dropdown .nav-products-list {
      min-width: 880px;
      background-color: #f6f6f6;
      padding: 15px 20px 30px;
      display: none;
      position: absolute;
      z-index: 30;
      left: 100%;
      top: 0;
      max-height: 515px;
      min-height: 315px;
      overflow-y: scroll; }
      .navbar .navbar-nav li.dropdown .nav-products-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5; }
      .navbar .navbar-nav li.dropdown .nav-products-list::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5; }
      .navbar .navbar-nav li.dropdown .nav-products-list::-webkit-scrollbar-thumb {
        background-color: #0068a7; }
      .navbar .navbar-nav li.dropdown .nav-products-list .npl-thumb {
        text-align: center; }
        .navbar .navbar-nav li.dropdown .nav-products-list .npl-thumb h5 {
          font-weight: 600;
          font-size: 13px;
          text-transform: uppercase;
          margin: 12px 0 40px;
          color: #333; }
        .navbar .navbar-nav li.dropdown .nav-products-list .npl-thumb img {
          max-width: 100%;
          max-height: 150px; }
        .navbar .navbar-nav li.dropdown .nav-products-list .npl-thumb:hover h5 {
          color: #0068a7; }
      .navbar .navbar-nav li.dropdown .nav-products-list h4 {
        border-top: 1px solid #ccc;
        padding-top: 15px; }
      .navbar .navbar-nav li.dropdown .nav-products-list > .row:last-child .npl-thumb h5 {
        margin: 12px 0 5px; }
    .navbar .navbar-nav li.nav-products-menu .dropdown-menu {
      left: -85px; }
    .navbar .navbar-nav > .open > a {
      background-color: transparent;
      color: #f7f7f7; }
      .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #f7f7f7; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar .navbar-nav li.dropdown .nav-products-list {
      min-width: 700px; }
    .navbar .navbar-nav.nav-products-menu .dropdown-menu {
      left: -75px; } }

.nav-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  animation: smoothScroll 1s forwards;
  min-height: 39px;
  margin: 0; }
  .nav-sticky .nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px); }
  100% {
    transform: translateY(0px); } }
/*******navbar css ends****/
@media only screen and (min-width: 992px) {
  .content-overlay {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 160px;
    z-index: 4;
    display: none; } }

/*******banner css****/
#top-banner-section {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  /* Standard syntax */ }
  @media only screen and (max-width: 767px) {
    #top-banner-section {
      height: auto;
      min-height: 525px; } }
  @media only screen and (min-width: 720px) {
    #top-banner-section {
      height: 52vh; } }
  @media only screen and (min-width: 991px) {
    #top-banner-section {
      height: 60vh; } }
  @media only screen and (min-width: 1200px) {
    #top-banner-section {
      height: 62vh; } }
  #top-banner-section .top-banner {
    height: 100%;
    color: #fff; }
    @media only screen and (max-width: 719px) {
      #top-banner-section .top-banner {
        height: 530px; } }
    #top-banner-section .top-banner h1 {
      font-size: 28px;
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1.1; }
      @media only screen and (min-width: 640px) {
        #top-banner-section .top-banner h1 {
          font-size: 32px; } }
      @media only screen and (min-width: 991px) {
        #top-banner-section .top-banner h1 {
          font-size: 40px; } }
      @media only screen and (min-width: 1200px) {
        #top-banner-section .top-banner h1 {
          font-size: 52px;
          max-width: 900px;
          margin: 0 auto; } }
    #top-banner-section .top-banner h2 {
      font-size: 20px;
      font-weight: 600;
      margin-top: 8px; }
      @media only screen and (min-width: 640px) {
        #top-banner-section .top-banner h2 {
          font-size: 22px; } }
      @media only screen and (min-width: 991px) {
        #top-banner-section .top-banner h2 {
          font-size: 29px; } }
      @media only screen and (min-width: 1200px) {
        #top-banner-section .top-banner h2 {
          font-size: 37px;
          max-width: 850px;
          margin: 0 auto; } }
    #top-banner-section .top-banner .slider-stat-wrapper > div h2 {
      font-size: 2.2rem;
      font-weight: 700; }
      @media only screen and (min-width: 991px) {
        #top-banner-section .top-banner .slider-stat-wrapper > div h2 {
          font-size: 2.6rem; } }
    #top-banner-section .top-banner .slider-stat-wrapper > div p {
      color: #c8e9fd;
      margin: 5px 0 20px; }
    @media only screen and (min-width: 640px) {
      #top-banner-section .top-banner .slider-stat-wrapper > div {
        display: inline-block;
        margin: 0 25px; } }
  #top-banner-section .owl-carousel {
    position: relative;
    height: 100%; }
    #top-banner-section .owl-carousel .owl-stage-outer, #top-banner-section .owl-carousel .owl-stage, #top-banner-section .owl-carousel .owl-item {
      height: 100%; }
    #top-banner-section .owl-carousel .owl-slide {
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-position: center;
      position: relative;
      height: 100%; }
      #top-banner-section .owl-carousel .owl-slide .owl-text {
        position: absolute;
        width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto; }
      #top-banner-section .owl-carousel .owl-slide.slide1 {
        background-image: url("img/slide1.jpg"); }
        #top-banner-section .owl-carousel .owl-slide.slide1 .owl-text {
          top: 7%; }
          @media only screen and (min-width: 640px) {
            #top-banner-section .owl-carousel .owl-slide.slide1 .owl-text {
              top: 26%; } }
          @media only screen and (min-width: 991px) {
            #top-banner-section .owl-carousel .owl-slide.slide1 .owl-text {
              top: 28%; } }
          @media only screen and (min-width: 1200px) {
            #top-banner-section .owl-carousel .owl-slide.slide1 .owl-text {
              top: 23%; } }
      #top-banner-section .owl-carousel .owl-slide.slide2 {
        background-image: url("img/slide1.jpg"); }
        #top-banner-section .owl-carousel .owl-slide.slide2 .owl-text {
          top: 38%; }
          @media only screen and (min-width: 640px) {
            #top-banner-section .owl-carousel .owl-slide.slide2 .owl-text {
              top: 41%; } }
          @media only screen and (min-width: 991px) {
            #top-banner-section .owl-carousel .owl-slide.slide2 .owl-text {
              top: 36%; } }
          @media only screen and (min-width: 1200px) {
            #top-banner-section .owl-carousel .owl-slide.slide2 .owl-text {
              top: 35%; } }
      #top-banner-section .owl-carousel .owl-slide::after {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7); }
    #top-banner-section .owl-carousel .owl-nav .owl-next, #top-banner-section .owl-carousel .owl-nav .owl-prev {
      width: 45px;
      text-align: center;
      position: absolute;
      top: 45%;
      height: 45px; }
      #top-banner-section .owl-carousel .owl-nav .owl-next:hover i, #top-banner-section .owl-carousel .owl-nav .owl-prev:hover i {
        opacity: .9; }
    #top-banner-section .owl-carousel .owl-nav .owl-prev {
      left: 0; }
    #top-banner-section .owl-carousel .owl-nav .owl-next {
      right: 0; }
    @media only screen and (min-width: 640px) {
      #top-banner-section .owl-carousel .owl-nav .owl-prev {
        left: 5%; }
      #top-banner-section .owl-carousel .owl-nav .owl-next {
        right: 5%; } }
    #top-banner-section .owl-carousel .owl-nav i {
      font-size: 40px;
      color: #fff;
      opacity: 0.6; }
  #top-banner-section .scroll-icon {
    position: absolute;
    bottom: 50px;
    z-index: 2;
    width: 80px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    cursor: pointer;
    animation: scrl-btm 2s linear infinite;
    -webkit-animation: scrl-btm 2s linear infinite;
    -moz-animation: scrl-btm 2s linear infinite;
    -o-animation: scrl-btm 2s linear infinite; }
@-webkit-keyframes scrl-btm {
  0% {
    bottom: 50px;
    opacity: 1; }
  50% {
    bottom: 40px;
    opacity: .6; }
  100% {
    bottom: 30px;
    opacity: .1; } }
@keyframes scrl-btm {
  0% {
    bottom: 50px;
    opacity: 1; }
  50% {
    bottom: 40px;
    opacity: .6; }
  100% {
    bottom: 30px;
    opacity: .1; } }
/*******banner css ends****/
.home-product-slider .hps-container {
  margin: -30px auto 0;
  background-color: #fff;
  padding: 15px;
  position: relative;
  z-index: 3; }
.home-product-slider .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  max-width: 100%;
  max-height: 205px; }
.home-product-slider .owl-carousel .owl-item h5 {
  text-align: center;
  margin-top: 15px;
  font-weight: 500;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.home-product-slider .owl-carousel .owl-item > div {
  background: #ffffff;
  /* Old Browsers */
  background: -webkit-radial-gradient(center, #ffffff, #e7f6ff);
  /*Safari 5.1-6*/
  background: -o-radial-gradient(center, #ffffff, #e7f6ff);
  /*Opera 11.1-12*/
  background: -moz-radial-gradient(center, #ffffff, #e7f6ff);
  /*Fx 3.6-15*/
  background: radial-gradient(ellipse at center, #ffffff, #e7f6ff);
  /*Standard*/
  position: relative;
  cursor: pointer;
  padding: 2.5rem 2rem;
  height: 300px; }
  .home-product-slider .owl-carousel .owl-item > div:hover h5 {
    opacity: 0; }
  .home-product-slider .owl-carousel .owl-item > div:hover .hpo-overlay {
    bottom: 0;
    transition-duration: .5s;
    transition-timing-function: linear; }
.home-product-slider .owl-carousel .owl-item .hpo-overlay {
  background: rgba(14, 112, 172, 0.9);
  text-align: center;
  font-weight: 500;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: -100%;
  left: 0;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  .home-product-slider .owl-carousel .owl-item .hpo-overlay a {
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
  .home-product-slider .owl-carousel .owl-item .hpo-overlay h3 {
    font-size: 1.2rem;
    margin-top: 32%;
    color: #fff; }
  .home-product-slider .owl-carousel .owl-item .hpo-overlay img {
    margin-top: 30px; }
  .home-product-slider .owl-carousel .owl-item .hpo-overlay:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff; }
.home-product-slider .owl-prev, .home-product-slider .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45%;
  text-align: center; }
  .home-product-slider .owl-prev .fa, .home-product-slider .owl-next .fa {
    font-size: 45px; }
.home-product-slider .owl-prev {
  left: -5%; }
.home-product-slider .owl-next {
  right: -5%; }
@media only screen and (max-width: 767px) {
  .home-product-slider .owl-prev {
    left: -40px; }
  .home-product-slider .owl-next {
    right: -40px; } }
/*******banner css ends****/
.home-product-slider .hps-container {
  margin: -30px auto 0;
  background-color: #fff;
  padding: 10px;
  position: relative;
  z-index: 3; }
.home-product-slider .owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  max-width: 100%;
  max-height: 205px; }
.home-product-slider .owl-carousel .owl-item h5 {
  text-align: center;
  margin-top: 15px;
  font-weight: 500;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
.home-product-slider .owl-carousel .owl-item > div {
  background: #FFC813;
  /* Old Browsers */

  position: relative;
  cursor: pointer;
  padding:0.5rem 0.5rem 0.5rem 0.5rem;
  height: 205px; }
  .home-product-slider .owl-carousel .owl-item > div:hover h5 {
    opacity: 0; }
  .home-product-slider .owl-carousel .owl-item > div:hover .hpo-overlay {
    bottom: 0;
    transition-duration: .5s;
    transition-timing-function: linear; }
.home-product-slider .owl-carousel .owl-item .hpo-overlay {
  background: rgba(14, 112, 172, 0.9);
  text-align: center;
  font-weight: 500;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: -100%;
  left: 0;
  color: #fff;
  padding: 0 20px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  .home-product-slider .owl-carousel .owl-item .hpo-overlay a {
    z-index: 1000;
    display: block;
    width: 100%;
    height: 100%;
    position: relative; }
  .home-product-slider .owl-carousel .owl-item .hpo-overlay h3 {
    font-size: 1.2rem;
    margin-top: 32%;
    color: #fff; }
  .home-product-slider .owl-carousel .owl-item .hpo-overlay img {
    margin-top: 30px; }
  .home-product-slider .owl-carousel .owl-item .hpo-overlay:after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid #fff; }
.home-product-slider .owl-prev, .home-product-slider .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45%;
  text-align: center; }
  .home-product-slider .owl-prev .fa, .home-product-slider .owl-next .fa {
    font-size: 45px; }
.home-product-slider .owl-prev {
  left: -5%; }
.home-product-slider .owl-next {
  right: -5%; }
@media only screen and (max-width: 767px) {
  .home-product-slider .owl-prev {
    left: -40px; }
  .home-product-slider .owl-next {
    right: -40px; } }

/*******welsome css****/
#welcome-section {
  padding: 20px 0 30px; }
#welcome-section p {
   text-align:justify; }
  #welcome-section .welcome-div {
    margin-bottom: 30px; }
    #welcome-section .welcome-div h3 {
      color: #333;
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 25px;
      line-height: 1.2; }
      #welcome-section .welcome-div h3 span {
        font-size: 36px;
        font-weight: 700;
        color: #0068a7;
        float: left;
        position: relative;
        top: -4px;
        margin-right: 8px; }

/*******welsome css ends****/
#business-area-section {
 /* background-color: #e7f6ff;*/
  background: url(../images/services/top-private-detective-agency.png) fixed repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px 0 5px;
  
   }
  #business-area-section .media {
    margin-bottom: 2.2rem; }
    #business-area-section .media:hover .media-left img {
      background-color: #fff;
      border-color: #fff; }
    #business-area-section .media p {
      color: #545454; }
  #business-area-section .media-left img {
    border-radius: 50%;
    border: 1px solid #0068a7;
    padding: 12px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  #business-area-section .media-heading {
    font-size: 1.1rem;
    color: #0068a7;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase; }

/*******brochure section css ends****/
#brochure-section {
  background: url("../images/cta-bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #333;
  padding: 4rem 0; }
  @media only screen and (max-width: 991px) {
    #brochure-section {
      text-align: center; } }
  #brochure-section h2 {
    font-size: 1.45rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px; }
  #brochure-section .rounded-btn {
    margin-top: 25px;
    background-color: #0068a7;
    color: #fff; }

#associates-section {
  background: url("../images/cta-bg.jpg") no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #333;
  padding: 3rem 0;
  text-align: center; }

  #associates-section img {
    max-width: 230px;
    margin: 15px 30px;
    max-height: 45px; }
    @media only screen and (min-width: 1200px) {
      #associates-section img {
        margin: 15px 120px 15px 0; }
        #associates-section img:last-child {
          margin-right: 0; } }
  #associates-section .section-heading:after {
    left: 0;
    right: 0;
    margin: auto; }

.grad-div {
  background-color: #dcf1fd;
  height: 50px; }

#stat-section {
  margin-top: -25px; }
  #stat-section .stat-div {
    text-align: center;
    background-color: #0068a7;
    padding: 2rem 1rem;
    color: #fff;
    margin-bottom: 30px; }
    #stat-section .stat-div h2 {
      font-size: 2.2rem;
      font-weight: 700;
      margin: 8px 0; }
      @media only screen and (min-width: 991px) {
        #stat-section .stat-div h2 {
          font-size: 2.6rem; } }
    #stat-section .stat-div p {
      color: #caebff; }
  @media only screen and (max-width: 419px) {
    #stat-section .row > .col-xs-6 {
      width: 100%; } }

#client-section {
  padding: 20px 0 40px; }
  #client-section .owl-carousel .owl-stage-outer {
    overflow: hidden; }
  #client-section .owl-carousel .owl-item {
    text-align: center; }
    #client-section .owl-carousel .owl-item img {
      width: auto;
      margin: 0 auto;
      max-width: 90%; }
  #client-section .owl-carousel .owl-stage {
    display: flex;
    align-items: center; }
  #client-section .owl-carousel .owl-nav {
    display: none; }
  #client-section .section-heading {
    font-size: 1.5rem; }

/*******brochure section css ends****/
.breadcrumb-wrapper {
  background-color: #FFC813;
  margin-bottom: 30px; }
  .breadcrumb-wrapper .breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 8px 10px; }
    .breadcrumb-wrapper .breadcrumb li, .breadcrumb-wrapper .breadcrumb a {
      font-size: 12px;
      color: #777;
      text-transform: capitalize; }
    .breadcrumb-wrapper .breadcrumb li.active {
      color: #0068a7; }

.product-details-section .bx-wrapper {
  max-width: none !important;
  margin-bottom: 20px;
  box-shadow: none; }
  .product-details-section .bx-wrapper:last-child {
    margin-bottom: 0; }
  .product-details-section .bx-wrapper .bx-viewport {
    max-height: 420px; }
    .product-details-section .bx-wrapper .bx-viewport .bxslider {
      height: 100%; }
      .product-details-section .bx-wrapper .bx-viewport .bxslider li {
        height: 100%; }
        .product-details-section .bx-wrapper .bx-viewport .bxslider li img {
          max-height: 100%;
          margin: auto;
          max-width: 95%; }
  .product-details-section .bx-wrapper .bx-controls-direction a {
    z-index: 3; }
    .product-details-section .bx-wrapper .bx-controls-direction a.bx-prev {
      left: -25px; }
    .product-details-section .bx-wrapper .bx-controls-direction a.bx-next {
      right: -25px; }
  .product-details-section .bx-wrapper .bx-custom-pager img {
    opacity: 0.4;
    padding: 5px;
    border: 1px solid #ccc; }
  .product-details-section .bx-wrapper .bx-custom-pager .active img {
    opacity: 1; }
.product-details-section .product-overview-wrapper .product-overview {
  margin-top: 30px; }
  .product-details-section .product-overview-wrapper .product-overview .product-title {
    font-weight: 700;
    font-size: 1.7rem;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: capitalize; }
    .product-details-section .product-overview-wrapper .product-overview .product-title.product-title2 {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 5px; }
  .product-details-section .product-overview-wrapper .product-overview .product-subtitle {
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: capitalize; }
  .product-details-section .product-overview-wrapper .product-overview ul {
    list-style-type: disc;
    padding-left: 20px; }
    .product-details-section .product-overview-wrapper .product-overview ul li {
      margin: 0 0 12px 0;
      font-size: 1.2rem; }
      .product-details-section .product-overview-wrapper .product-overview ul li:last-child {
        margin-bottom: 0; }
  .product-details-section .product-overview-wrapper .product-overview h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 700;
    color: #0068a7; }
  .product-details-section .product-overview-wrapper .product-overview p {
    margin-bottom: 20px; }
  .product-details-section .product-overview-wrapper .product-overview .read-more {
    margin: 30px 0 10px; }
    .product-details-section .product-overview-wrapper .product-overview .read-more a {
      font-size: 12px;
      background-color: #000;
      padding: 8px 20px;
      text-align: center;
      border-radius: 35px;
      color: #fff;
      text-transform: uppercase; }
      .product-details-section .product-overview-wrapper .product-overview .read-more a:hover {
        background-color: #ccc;
        color: #000; }
    @media only screen and (max-width: 767px) {
      .product-details-section .product-overview-wrapper .product-overview .read-more {
        margin-bottom: 40px; } }
@media only screen and (min-width: 768px) {
  .product-details-section .product-overview-wrapper {
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    .product-details-section .product-overview-wrapper .product-overview {
      margin-top: 0; } }
@media only screen and (min-width: 1200px) {
  .product-details-section .product-overview-wrapper > .col-lg-offset-1 {
    margin-left: 3.333333%; }
  .product-details-section .product-overview-wrapper > .col-lg-5 {
    width: 46.666667%; } }

.lb-data .lb-number {
  display: none !important; }

.prod-extra {
  margin: 40px 0; }
  .prod-extra .product-extra-details .nav-tabs {
    background-color: #0068a7; }
    .prod-extra .product-extra-details .nav-tabs li {
      margin-bottom: 0; }
      .prod-extra .product-extra-details .nav-tabs li a {
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        color: #dbf1ff;
        margin-right: 0;
        padding: 8px 20px;
      }
      .prod-extra .product-extra-details .nav-tabs li:hover a, .prod-extra .product-extra-details .nav-tabs li:active a, .prod-extra .product-extra-details .nav-tabs li:focus a, .prod-extra .product-extra-details .nav-tabs li.active a {
        color: #fff;
        border-color: transparent;
        background-color: #FFC813; }
      .prod-extra .product-extra-details .nav-tabs li.active a {
        border-bottom: 5px solid #000; }
  .prod-extra .product-extra-details .tab-content .tab-pane .product-features-list {
    list-style-type: disc;
    padding-left: 30px; }
    .prod-extra .product-extra-details .tab-content .tab-pane .product-features-list li {
      margin: 0 0 12px 0;
      font-size: 1rem; }
      .prod-extra .product-extra-details .tab-content .tab-pane .product-features-list li:last-child {
        margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .prod-extra .product-extra-details .tab-content {
      padding: 20px 20px 0;
      border: 1px solid #ccc;
      border-top: none; }
      .prod-extra .product-extra-details .tab-content .tab-pane .product-features-list {
        padding-left: 15px; } }
  .prod-extra .product-extra-details .tab-content .ind-form {
    max-width: 500px;
    margin: 20px 0 20px; }
  .prod-extra .product-extra-details .d3-wrapper a {
    height: 160px;
    width: 160px;
    display: inline-block;
    margin: 0 20px 20px 0;
    border: 1px solid #ccc;
    padding: 3px; }
    .prod-extra .product-extra-details .d3-wrapper a img {
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
  .prod-extra .product-extra-details .dl-horizontal dd:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 9px; }
  @media only screen and (min-width: 768px) {
    .prod-extra .product-extra-details .dl-horizontal dt {
      width: 190px;
      text-align: left;
      white-space: normal; }
    .prod-extra .product-extra-details .dl-horizontal dd {
      margin-left: 190px; }
      .prod-extra .product-extra-details .dl-horizontal dd:not(:last-child) {
        border-bottom: none;
        position: relative;
        padding-bottom: 0;
        margin-bottom: 30px; }
        .prod-extra .product-extra-details .dl-horizontal dd:not(:last-child):after {
          content: "";
          display: block;
          height: 1px;
          bottom: -17px;
          left: -130px;
          position: absolute;
          right: 0; } }
  .prod-extra .other-prod-wrapper > div {
    padding: 15px 20px 20px;
    background-color: #eee; }
  .prod-extra .other-prod-wrapper h3 {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 0;
    padding: 10px 20px;
    background-color: #0068a7;
    text-align: center; }
  .prod-extra .other-prod-wrapper h4 {
    font-size: 1rem;
    color: #0068a7;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    text-transform: capitalize; }
  .prod-extra .other-prod-wrapper .bx-wrapper {
    box-shadow: none;
    border: none;
    background-color: #eee; }
    .prod-extra .other-prod-wrapper .bx-wrapper img {
      max-width: 80%;
      margin: 0 auto;
      max-height: 60%; }
    .prod-extra .other-prod-wrapper .bx-wrapper .bx-default-pager a {
      height: 3px;
      width: 15px; }
    .prod-extra .other-prod-wrapper .bx-wrapper .bx-controls-direction a {
      z-index: 5; }

.blue-section {
  background-color: #e7f6ff; }

.eng-sol {
  margin: 40px 0 0;
  padding: 60px 0 30px; }
  .eng-sol .media {
    margin-bottom: 30px; }
    .eng-sol .media img {
      margin-bottom: 15px; }
    .eng-sol .media .media-heading {
      font-size: 1rem;
      color: #000;
      line-height: 1.4; }
  .eng-sol .section-heading {
    font-size: 1.5rem; }

.ba-usp {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .ba-usp .media-heading {
    font-weight: 600; }

#cta-section {
  background-color: #0068a7;
  text-align: center;
  color: #fff;
  padding: 40px 0; }
  #cta-section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px; }
  #cta-section p {
    color: #a7deff; }
  #cta-section .rounded-btn {
    margin-top: 25px;
    color: #000; }
    #cta-section .rounded-btn:hover {
      background-color: #242424;
      color: #fff; }

.page-banner {
  background: url("../images/slider/sub-banner.jpg") no-repeat bottom center;
  height: 280px; color: #fff;}
  .page-banner h1 {
    font-weight: 700;
    margin: 75px 0 0;
    color: #fff;
    text-transform: capitalize; }
  .page-banner .breadcrumb-wrapper {
    background-color: transparent; }
    .page-banner .breadcrumb-wrapper .breadcrumb {
      padding-left: 0;
      margin-top: 35px; }

.company-info {
  background-color: #F5F5F5; }
  .company-info .qlt-policy {
    background-color: #00008B;
    padding: 15px; }
    .company-info .qlt-policy h5 {
      font-size: 16px;
      font-weight: 600;
      text-align: left;
      margin-bottom: 15px;
      color: #fff; }
    .company-info .qlt-policy ul {
      padding-left: 20px; }
      .company-info .qlt-policy ul li {
        text-align: left; 
        color:#fff;
        }
  .company-info .ci-wrapper {
    margin: -30px auto 0;
    background-color: #fff;
    padding: 40px 15px;
    position: relative;
    z-index: 3; }
    .company-info .ci-wrapper.about-info {
      text-align: center; }
      .company-info .ci-wrapper.about-info h2 {
        padding: 0 5%; }
    .company-info .ci-wrapper h2 {
      font-size: 1.6rem;
      color: #0068a7;
      margin-bottom: 30px;
      font-weight: 300; }
    .company-info .ci-wrapper p {
      margin-bottom: 25px; }
    .company-info .ci-wrapper .sub-cat {
      font-size: 1.1rem;
      color: #000;
      margin: 0 0 15px;
      font-weight: 600; }
    @media only screen and (max-width: 599px) {
      .company-info .ci-wrapper h2 {
        font-size: 1.4rem; } }
    @media only screen and (min-width: 992px) {
      .company-info .ci-wrapper {
        padding: 40px 60px; } }
    @media only screen and (min-width: 1200px) {
      .company-info .ci-wrapper {
        padding: 20px 20px; }
      .company-info .ci-wrapper p {
        text-align:justify; }
        .company-info .ci-wrapper h2 {
          padding: 0; } }
    .company-info .ci-wrapper .ai-tabs {
      max-width: 650px;
      margin: 0 auto; }
      .company-info .ci-wrapper .ai-tabs .nav-tabs {
        border-bottom: 1px solid #0068a7;
        margin-bottom: 20px; }
        .company-info .ci-wrapper .ai-tabs .nav-tabs a {
          font-weight: 800;
          font-size: 16px;
          color: #c3c2c2;
          border-color: transparent; }
          @media only screen and (min-width: 992px) {
            .company-info .ci-wrapper .ai-tabs .nav-tabs a {
              font-size: 18px; } }
          @media only screen and (min-width: 1200px) {
            .company-info .ci-wrapper .ai-tabs .nav-tabs a {
              font-size: 21px; } }
        .company-info .ci-wrapper .ai-tabs .nav-tabs li:hover a, .company-info .ci-wrapper .ai-tabs .nav-tabs li.active a, .company-info .ci-wrapper .ai-tabs .nav-tabs li:active a, .company-info .ci-wrapper .ai-tabs .nav-tabs li:focus a {
          color: #0068a7;
          position: relative;
          background-color: transparent; }
          .company-info .ci-wrapper .ai-tabs .nav-tabs li:hover a:after, .company-info .ci-wrapper .ai-tabs .nav-tabs li.active a:after, .company-info .ci-wrapper .ai-tabs .nav-tabs li:active a:after, .company-info .ci-wrapper .ai-tabs .nav-tabs li:focus a:after {
            top: 102%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-top-color: #0068a7;
            border-width: 8px;
            margin-left: -8px; }
      .company-info .ci-wrapper .ai-tabs .tab-pane p {
        font-size: 16px;
        font-weight: 300; }
        .company-info .ci-wrapper .ai-tabs .tab-pane p:last-child {
          margin-bottom: 0; }
      .company-info .ci-wrapper .ai-tabs.cs-tabs {
        max-width: none; }
        .company-info .ci-wrapper .ai-tabs.cs-tabs .tab-pane {
          text-align: left;
          padding-top: 20px; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .tab-pane h4 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #000;
            margin: 0 0 20px; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .tab-pane p {
            font-size: 1rem;
            font-weight: 400; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .tab-pane ul {
            padding-left: 18px; }
        .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel {
          position: relative; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-next, .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-prev {
            width: 45px;
            text-align: center;
            position: absolute;
            top: 45%;
            height: 45px;
            background-color: #fff;
            border-radius: 50%; }
            .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-next:hover i, .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-prev:hover i {
              opacity: .9; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-prev {
            left: -30px; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-next {
            right: -30px; }
          @media only screen and (min-width: 640px) {
            .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-prev {
              left: -4%;
              background-color: transparent; }
            .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav .owl-next {
              right: -4%;
              background-color: transparent; } }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel .owl-nav i {
            font-size: 40px;
            color: #333;
            opacity: 0.6; }
          .company-info .ci-wrapper .ai-tabs.cs-tabs .owl-carousel img {
            margin-bottom: 20px; }
  .company-info .gallery-info {
    text-align: center; }
    .company-info .gallery-info a {
      display: inline-block;
      height: 100px;
      width: 100px;
      overflow: hidden;
      margin: 6px;
      position: relative; }
      .company-info .gallery-info a > img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
        .company-info .gallery-info a > img.img-h {
          max-height: 100%; }
        .company-info .gallery-info a > img.img-v {
          max-width: 100%; }
      .company-info .gallery-info a:after {
        content: "\f00e";
        position: absolute;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
      @media only screen and (min-width: 768px) {
        .company-info .gallery-info a {
          width: 155px;
          height: 155px; }
          .company-info .gallery-info a:after {
            padding-top: 60px; }
          .company-info .gallery-info a:hover:after {
            opacity: 0.1; } }
      @media only screen and (min-width: 992px) {
        .company-info .gallery-info a {
          width: 190px;
          height: 190px; }
          .company-info .gallery-info a:after {
            padding: 90px 60px; } }
      @media only screen and (min-width: 992px) {
        .company-info .gallery-info a {
          width: 200px;
          height: 186px; } }
  .company-info .contact-info p {
    font-size: 14px;
    margin-bottom: 15px; }
  .company-info .contact-info h2 {
    padding-left: 15px;
    line-height: 1;
    color: #333;
    font-weight: 700;
    font-size: 20px; }
  .company-info .contact-info h5 {
    font-size: 15px;
    color: #0068a7;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .company-info .contact-info hr {
    border-top: 1px solid #ccc;
    margin: 0 0 30px; }
  .company-info .contact-info strong {
    color: #000;
    font-weight: 600; }
  .company-info .contact-info iframe {
    height: 515px; }
  @media only screen and (max-width: 1199px) {
    .company-info .contact-info iframe {
      margin-top: 30px;
      height: 450px; } }
  @media only screen and (max-width: 767px) {
    .company-info .contact-info .cfs {
      margin-top: 15px; } }
  .company-info .dl-info .panel-default {
    border: none; }
  .company-info .dl-info .panel-heading {
    border: none;
    background-color: transparent;
    padding: 0; }
  .company-info .dl-info .panel-title a {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #0068a7;
    display: block;
    position: relative;
    padding: 10px 40px 10px 15px; }
    .company-info .dl-info .panel-title a:after {
      content: '\f068';
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      right: 20px;
      top: 10px;
      color: #b1b1b1; }
    .company-info .dl-info .panel-title a.collapsed:after {
      content: '\f067';
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      position: absolute;
      right: 20px;
      top: 10px;
      color: #b1b1b1; }
  .company-info .dl-info .panel-body {
    padding: 0;
    border-top: none !important; }
    .company-info .dl-info .panel-body a {
      display: block;
      background-color: #e7f6ff;
      padding: 15px 40px 15px 15px;
      color: #333;
      margin-bottom: 15px;
      position: relative;
      text-transform: capitalize; }
      .company-info .dl-info .panel-body a:after {
        content: '\f019';
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        position: absolute;
        right: 20px;
        top: 30%; }
  .company-info .clients-wrapper {
    text-align: center; }
    .company-info .clients-wrapper > div {
      width: 140px;
      height: 100px;
      border: 1px solid #eee;
      padding: 15px;
      margin: 6px;
      display: inline-block;
      position: relative; }
      .company-info .clients-wrapper > div img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 60%;
        max-width: 80%; }
  .company-info .ba-info h4 {
    margin: 15px 0 8px;
    font-weight: 600;
    font-size: 1.1rem;
    color: #000; }
  .company-info .ba-info p {
    font-size: 14px;
    margin-bottom: 12px; }
  .company-info .ba-info .ba-img {
    max-height: 225px;
    overflow: hidden; }
  .company-info .ba-info .read-more-link {
    margin-top: 5px;
    margin-bottom: 30px; }
  @media only screen and (min-width: 600px) and (max-width: 787px) {
    .company-info .ba-info > .col-xs-12 {
      width: 50%; } }

.ind-form .form-group {
  margin-bottom: 25px; }
  .ind-form .form-group:after {
    content: "";
    display: block;
    clear: both; }
.ind-form label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333; }
.ind-form input[type="text"], .ind-form input[type="url"], .ind-form input[type="email"], .ind-form input[type="number"], .ind-form textarea {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  padding: 6px 15px; }
  .ind-form input[type="text"]:focus, .ind-form input[type="text"]:active, .ind-form input[type="url"]:focus, .ind-form input[type="url"]:active, .ind-form input[type="email"]:focus, .ind-form input[type="email"]:active, .ind-form input[type="number"]:focus, .ind-form input[type="number"]:active, .ind-form textarea:focus, .ind-form textarea:active {
    outline: 0;
    border-color: #0068a7; }
.ind-form .rounded-btn {
  background-color: #0068a7;
  color: #fff; }
  .ind-form .rounded-btn:hover, .ind-form .rounded-btn:focus, .ind-form .rounded-btn:active {
    background-color: #242424;
    outline: 0; }
@media only screen and (min-width: 600px) {
  .ind-form label {
    float: left;
    width: 30%; }
  .ind-form input[type="text"], .ind-form input[type="url"], .ind-form input[type="email"], .ind-form input[type="number"], .ind-form textarea {
    float: right;
    width: 67%; }
  .ind-form .rounded-btn {
    margin-left: 33%; } }

@media only screen and (min-width: 768px) {
  .dl-modal .modal-dialog {
    max-width: 500px;
    width: auto;
    margin: 5% auto; } }
.dl-modal .modal-body {
  padding: 15px 25px 25px; }
.dl-modal .modal-header {
  padding: 5px 15px;
  border: none; }
  .dl-modal .modal-header .close {
    margin-top: 15px;
    margin-right: 10px; }
.dl-modal .modal-title {
  margin-top: 14px;
  color: #000;
  font-weight: 600; }
.dl-modal .ds-form label, .dl-modal .ds-form input[type="text"], .dl-modal .ds-form input[type="email"] {
  width: 100%;
  float: none; }
.dl-modal .ds-form .form-group {
  margin-bottom: 15px; }

.product-list {
  text-align: center; }
  .product-list > div {
    padding: 7px 9px 30px;
    border: 1px solid #ccc;
    margin: 0 0 20px;
    background: #ffffff;
    /* Old Browsers */
    background: -webkit-radial-gradient(center, #ffffff, #f7f7f7);
    /*Safari 5.1-6*/
    background: -o-radial-gradient(center, #ffffff, #e7f6ff);
    /*Opera 11.1-12*/
    background: -moz-radial-gradient(center, #ffffff, #e7f6ff);
    /*Fx 3.6-15*/
    background: radial-gradient(ellipse at center, #ffffff, #f7f7f7);
    /*Standard*/
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .product-list > div:hover {
      border: 1px solid #0068a7; }
      .product-list > div:hover h3 {
        color: #333; }
    .product-list > div img {
      max-width: 100%;
      max-height: 100%; }
    .product-list > div h3 {
      font-size: 1rem;
      font-weight: 400;
      text-align: center; }
  @media only screen and (min-width: 480px) {
    .product-list > div {
      width: 42%;
      margin: 0 10px 20px;
      display: inline-block;
      vertical-align: top; } }
  @media only screen and (min-width: 768px) {
    .product-list {
      text-align: left; }
      .product-list > div {
        width: 212px;
        height: 220px;
        margin: 0 20px 20px 0; }
        .product-list > div:nth-child(3n) {
          margin: 0 0 20px 0; } }
  @media only screen and (min-width: 992px) {
    .product-list > div {
      width: 257px;
      height: 265px; } }
  @media only screen and (min-width: 1200px) {
    .product-list > div {
      width: 255px;
      height: 260px; }
      .product-list > div:nth-child(3n) {
        margin: 0 10px 10px 0; }
      .product-list > div:nth-child(4n) {
        margin: 0 10px 10px 0; } }

.go-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  display: none; }
  .go-to-top a {
    color: #fff;
    background-color: #0082c6;
    height: 40px;
    width: 40px;
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    border-radius: 5px;
    cursor: pointer; }

/******footer css*****/
footer {
  background-color: #242424;
  padding: 20px 0 5px; }
  footer .logo {
    opacity: .6; }
  footer .footer-links-row > div {
    margin-bottom: 10px; }
    footer .footer-links-row > div.clear {
      margin-bottom: 0; }
  footer address, footer h6, footer a {
    color: #999;
    font-size: 13px;
     }
  footer address {
    margin-top: 2px; }
  footer h3 {
    font-size: 1.3rem;
    color: #bababa;
    font-weight: 600; }
  footer h6 {
    margin-bottom: 8px; }
  footer ul {
    padding-left: 0;
    list-style-type: none; 
    color:#fff;
  }
    footer ul li {
      margin: 4px 0; }
      footer ul li::before {
        content: "\f105";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        margin-right: 10px; }
  footer a:hover {
    color: #fff;
    text-decoration: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    footer .product-links {
      margin-top: 70px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    footer .footer-div1 {
      width: 27%; }
    footer .footer-div2 {
      width: 31%; } }
  @media only screen and (min-width: 992px) {
    footer h3 {
      margin: 10px 0 2px; } }
  @media only screen and (min-width: 1199px) {
    footer .product-links {
      padding-left: 50px; }
    footer .company-links {
      padding-left: 15px; }
    footer .business-links {
      padding-left: 35px; } }
  footer .copyright {
    border-top: 1px solid #464646;
    padding-top: 20px; }
    footer .copyright h6 {
      font-size: 12px;
      margin-top: 12px; }
      footer .copyright h6 span {
        white-space: nowrap; }
    footer .copyright .fa {
      color: #696868; }
      footer .copyright .fa:hover {
        color: #fff; }
    @media only screen and (min-width: 768px) {
      footer .copyright h6 {
        margin-top: 3px; }
      footer .copyright .col-sm-push-6 {
        text-align: right; } }

.copyright .fa {
  font-size: 22px;
  color: #adadad;
  margin: 0 12px 0 0; }
  .copyright .fa:hover {
    color: #333; }

.responsive-tabs-container[class*="accordion-"] .tab-pane {
  margin-bottom: 15px; }

.responsive-tabs-container[class*="accordion-"] .accordion-link {
  display: none;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  position: relative; }
  .responsive-tabs-container[class*="accordion-"] .accordion-link:after {
    content: '\f067';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 10px;
    color: #b1b1b1; }

.responsive-tabs-container[class*="accordion-"] .accordion-link.active {
  color: #0068a7;
  border-color: #0068a7; }
  .responsive-tabs-container[class*="accordion-"] .accordion-link.active:after {
    content: '\f068'; }

@media (max-width: 767px) {
  .responsive-tabs-container.accordion-xs .nav-tabs {
    display: none; }

  .responsive-tabs-container.accordion-xs .accordion-link {
    display: block; } }
@media (min-width: 768px) and (max-width: 991px) {
  .responsive-tabs-container.accordion-sm .nav-tabs {
    display: none; }

  .responsive-tabs-container.accordion-sm .accordion-link {
    display: block; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .responsive-tabs-container.accordion-md .nav-tabs {
    display: none; }

  .responsive-tabs-container.accordion-md .accordion-link {
    display: block; } }
@media (min-width: 1200px) {
  .responsive-tabs-container.accordion-lg .nav-tabs {
    display: none; }

  .responsive-tabs-container.accordion-lg .accordion-link {
    display: block; } }
/*# sourceMappingURL=bootstrap-responsive-tabs.css.map */

/*# sourceMappingURL=style.css.map */