/*Primary Fonts*/
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/PT_Sans-Web-Regular.ttf); }
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: bold;
  src: url(../fonts/PT_Sans-Web-Bold.ttf); }
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: bold;
  src: url(../fonts/PT_Sans-Web-BoldItalic.ttf); }
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: normal;
  src: url(../fonts/PT_Sans-Web-Italic.ttf); }
::-moz-selection {
  color: #ffffff;
  background: #007bff; }

::selection {
  color: #ffffff;
  background: #007bff; }

body {
  font-family: 'PT Sans'; }

.btn-theme-w {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 40px;
  color: #ffffff;
  padding: 7px 37px 8px 37px; }
  .btn-theme-w:hover {
    background: #007bff;
    color: #ffffff;
    border: 2px solid #007bff;
    transition: 0.2s; }

textarea {
  resize: none; }

.btn-theme-p {
  background: transparent;
  border: 2px solid #007bff;
  border-radius: 40px;
  color: #007bff;
  padding: 7px 37px 8px 37px; }
  .btn-theme-p:hover {
    background: #007bff;
    color: #ffffff;
    border: 2px solid #007bff;
    transition: 0.2s; }

.btn-theme-pt {
  background: #007bff;
  border-radius: 40px;
  color: #ffffff;
  padding: 7px 37px 8px 37px; }
  .btn-theme-pt:hover {
    background: #007bff;
    color: #ffffff;
    transition: 0.2s; }

.btn-theme {
  background: #007bff;
  border: 0px;
  border-radius: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold; }
  .btn-theme:hover {
    color: #ffffff;
    opacity: 0.8; }

.top-row .social-icon .icons {
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff; }

.top-row {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 15px;
  padding-top: 15px; }
  .top-row .social-icon {
    text-align: right; }
    .top-row .social-icon .fb {
      background: #3B5998; }
    .top-row .social-icon .tw {
      background: #00aced; }
    .top-row .social-icon .yt {
      background: #CC181E; }
    .top-row .social-icon .gp {
      background: #d34836; }
  .top-row .right-section {
    text-align: right;
    margin-top: 20px; }
    .top-row .right-section ul {
      padding: 0px;
      margin: 0px;
      list-style: none; }
      .top-row .right-section ul li {
        display: inline;
        margin-right: 14px;
        font-size: 14px;
        background: #007bff;
        color: #ffffff;
        border-radius: 40px;
        line-height: 1;
        padding: 10px 22px; }
        .top-row .right-section ul li:last-child {
          background: transparent; }
        .top-row .right-section ul li a {
          color: #ffffff; }
          .top-row .right-section ul li a:hover {
            text-decoration: none; }

.main-navigation .navbar-default {
  background: transparent;
  border: 0px; }
.main-navigation .navbar-default .navbar-nav > .active > a, .main-navigation .navbar-default .navbar-nav > .active > a:focus, .main-navigation .navbar-default .navbar-nav > .active > a:hover {
  color: #007bff;
  background-color: transparent; }
.main-navigation .navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 16px 18px; }
.main-navigation .navbar-default .navbar-nav > .open > a, .main-navigation .navbar-default .navbar-nav > .open > a:focus, .main-navigation .navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
  color: #007bff; }
.main-navigation .navbar-nav {
  float: none;
  margin: 0 auto;
  display: table;
  table-layout: fixed; }
  .main-navigation .navbar-nav .dropdown-menu {
    background: #007bff; }
  .main-navigation .navbar-nav .dropdown-menu > li > a {
    color: #ffffff; }
    .main-navigation .navbar-nav .dropdown-menu > li > a:hover {
      background: transparent; }
.main-navigation .nav > li > a {
  padding: 16px 24px; }

.main-slider .carousel .carousel-inner .item .carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-align: center; }
  .main-slider .carousel .carousel-inner .item .carousel-caption p {
    margin-top: 25px;
    font-size: 24px; }
  .main-slider .carousel .carousel-inner .item .carousel-caption h1 {
    font-size: 50px;
    font-weight: bold;
    position: relative; }
    .main-slider .carousel .carousel-inner .item .carousel-caption h1:after {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -15px;
      height: 7px;
      width: 70px;
      background: #ffffff; }
.main-slider .carousel .carousel-inner .item .layer-sld {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }
.main-slider .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 0px;
  border: 1px solid #ffffff; }
.main-slider .carousel-indicators .active {
  margin: 1px;
  background: #ffffff;
  border: 1px solid #ffffff; }

.footer-slider {
  background: #007bff;
  color: #ffffff;
  padding: 25px 0px; }
  .footer-slider h3 {
    margin-top: 0px;
    margin-bottom: 0px; }
  .footer-slider p {
    margin-bottom: 0px;
    margin-top: 3px; }
  .footer-slider .btn-theme-w:hover {
    border: 2px solid #ffffff; }

.first-section {
  margin-top: 60px; }
  .first-section .head-up {
    font-size: 16px;
    text-transform: uppercase;
    color: #007bff;
    font-weight: bold; }
  .first-section h1 {
    position: relative; }
    .first-section h1:after {
      position: absolute;
      top: 50px;
      left: 0px;
      right: 0px;
      margin: 0 auto;
      width: 100px;
      height: 2px;
      background: #454444;
      content: ""; }
  .first-section .right-head {
    margin-top: 50px; }
  .first-section .blocks {
    margin-top: 60px; }
    .first-section .blocks p a {
      color: #454444; }

.first-ch-section {
  margin-top: 40px;
  position: relative; }
  .first-ch-section .card-pos {
    position: absolute;
    background: #007bff;
    padding: 60px;
    color: #ffffff;
    bottom: -60px;
    margin-left: 16px; }
    .first-ch-section .card-pos span {
      font-size: 30px; }

.our-work {
  background: url(../images/our-work.jpg) no-repeat;
  height: 500px;
  margin-top: 50px;
  color: #ffffff;
  position: relative; }
  .our-work .middle-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%); }
    .our-work .middle-cont h1 {
      font-weight: bold; }
    .our-work .middle-cont p {
      font-size: 18px; }

.compat-y {
  background: url(../images/bg-counter.jpg) bottom center no-repeat;
  padding-bottom: 230px;
  margin-top: 60px; }
  .compat-y h1 {
    position: relative;
    margin-bottom: 40px;
    font-size: 30px; }
    .compat-y h1:after {
      position: absolute;
      top: 50px;
      left: 0px;
      width: 100px;
      height: 2px;
      background: #454444;
      content: ""; }
  .compat-y .comp-ch {
    margin-top: 20px; }
    .compat-y .comp-ch h4 {
      text-transform: uppercase; }
    .compat-y .comp-ch .tp-tp {
      margin-top: 20px;
      background-image: linear-gradient(to right, #333 30%, rgba(255, 255, 255, 0) 60%);
      background-position: top;
      background-size: 3px 1px;
      background-repeat: repeat-x;
      padding-top: 20px; }
  .compat-y .right-side-fot .rgt-sd-ch {
    margin-top: 20px; }
    .compat-y .right-side-fot .rgt-sd-ch p {
      margin-top: 15px; }

.services-of {
  margin-top: 100px;
  background: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 40px; }
  .services-of .owl-theme {
    position: relative; }
    .services-of .owl-theme .item .cont-sec {
      background: #ffffff;
      padding: 10px; }
      .services-of .owl-theme .item .cont-sec h4 {
        font-weight: bold; }
      .services-of .owl-theme .item .cont-sec p a {
        color: #007bff;
        text-decoration: none;
        font-weight: bold; }
    .services-of .owl-theme .owl-nav {
      position: absolute;
      top: -59px;
      right: -6px; }
      .services-of .owl-theme .owl-nav .owl-next {
        background: #007bff !important; }
      .services-of .owl-theme .owl-nav .owl-prev {
        background: #007bff !important; }
  .services-of .heading h2 {
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 5px;
    font-weight: bold; }

footer .newsletter {
  background: #f3f3f3;
  border-bottom: 1px solid #dddddd;
  padding: 30px 0px;
  text-align: center; }
  footer .newsletter h2 {
    font-weight: bold;
    font-size: 28px;
    margin-top: 0px; }
  footer .newsletter .input-box {
    width: 450px;
    border-radius: 0px;
    border: 1px solid #007bff; }
  footer .newsletter .btn-theme {
    height: 34px;
    margin-left: -4px; }
footer .footer-main {
  background: #f3f3f3;
  padding: 20px 0px; }
  footer .footer-main .ab {
    font-weight: 600;
    margin-top: 5px;
    font-size: 12px;
    color: #000000; }
  footer .footer-main p a {
    color: #007bff;
    font-weight: bold; }
  footer .footer-main h4 {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    color: #007bff; }
  footer .footer-main .link ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    footer .footer-main .link ul li {
      font-weight: 600;
      margin-top: 15px; }
      footer .footer-main .link ul li a {
        color: #000000; }
        footer .footer-main .link ul li a:hover {
          text-decoration: none; }
  footer .footer-main .gallery-fot ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    footer .footer-main .gallery-fot ul li {
      width: 77px;
      margin-left: 4px;
      margin-bottom: 8px;
      display: inline-block; }
      footer .footer-main .gallery-fot ul li:nth-child(3n+1) {
        margin-left: 0px; }
      footer .footer-main .gallery-fot ul li img {
        height: 76px;
        width: 76px;
        object-fit: cover;
        object-position: center; }
footer .footer-end {
  background: #007bff;
  border-top: 1px solid #dddddd;
  padding: 20px 0px;
  text-align: center;
  font-weight: 600;
  color: #ffffff; }
  footer .footer-end a {
    color: #ffffff; }

.carousel-inner .item .mobile-banner {
  display: none; }

.banner-section {
  position: relative; }
  .banner-section .content-block {
    color: #ffffff;
    width: 1117px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .banner-section .content-block ul {
      padding: 0px;
      margin: 0px;
      list-style: none; }
      .banner-section .content-block ul li {
        display: inline-block;
        border-right: 1px solid #ffffff;
        padding: 0px 13px 0px 10px;
        line-height: 16px;
        font-size: 16px;
        color: #ffffff; }
        .banner-section .content-block ul li:last-child {
          border-right: 0px; }
        .banner-section .content-block ul li:first-child {
          padding-left: 0px; }
        .banner-section .content-block ul li a {
          color: #ffffff; }

.pages-section {
  margin-top: 30px;
  margin-bottom: 30px; }
  .pages-section .contact-add ul {
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .pages-section .contact-add ul li {
      margin-top: 5px; }
      .pages-section .contact-add ul li .icon {
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        background: #007bff;
        border: 2px solid #454444;
        color: #ffffff;
        border-radius: 100%;
        margin-right: 10px; }

.body-middle {
  margin: 40px 0px; }
  .body-middle h4 {
    color: #454444; }
    .body-middle h4 a {
      color: #454444;
      font-weight: bold; }
  .body-middle .awards .img-box {
    margin-top: 20px; }
    .body-middle .awards .img-box img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      object-position: top;
      border: 4px solid #cccccc; }
  .body-middle .pr-row-full {
    display: flex;
    margin-bottom: 1%; }
    .body-middle .pr-row-full .co-pr {
      background: #f3f3f3;
      float: left;
      width: 24%;
      margin-left: 1%;
      position: relative; }
      .body-middle .pr-row-full .co-pr span {
        position: absolute;
        top: -8px;
        left: -11px;
        height: 20px;
        width: 20px;
        background: #454444;
        text-align: center;
        border-radius: 100%;
        color: #ffffff; }
      .body-middle .pr-row-full .co-pr h4 {
        font-weight: bold;
        font-size: 16px; }
      .body-middle .pr-row-full .co-pr p {
        font-size: 13px; }
        .body-middle .pr-row-full .co-pr p a {
          color: #000000; }
      .body-middle .pr-row-full .co-pr img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: top; }
      .body-middle .pr-row-full .co-pr .caption {
        padding: 15px; }
  .body-middle .inpt-box {
    height: 40px;
    border-radius: 0px; }
  .body-middle .inpt-box1 {
    border-radius: 0px; }
  .body-middle textarea {
    resize: none; }

/*=================
  Theme Specific 
===================*/
.cerficates-gst .img-box {
    background: #007bff;
    padding: 5px;
    box-shadow: 0px 0px 10px #000;
    border-radius: 5px;
}
.cerficates-gst .img-box h3 {
    color: #fff;
    text-decoration: none!important;
}
.cerficates-gst a:hover, .cerficates-gst a:focus{
      text-decoration: none!important;
}
.cerficates-gst .img-box img{
  height: auto !important;
  box-shadow: 0px -3px 8px #333;
}
.cerficates-gst p {
    padding: 0px 10px;
    color: #fff;
}
@media screen and (max-width: 768px) {
  .carousel-inner .item .desktop-banner {
    display: none; }

  .carousel-inner .item .mobile-banner {
    display: block; }

  .top-row .right-section {
    text-align: left; }
    .top-row .right-section ul li {
      margin-right: 0px;
      padding: 6px; }
    .top-row .right-section ul .social-icon {
      display: block;
      float: left;
      margin-top: 14px; }

  .main-slider .carousel .carousel-inner .item .carousel-caption p {
    margin-top: 25px;
    font-size: 16px; }
  .main-slider .carousel .carousel-inner .item .carousel-caption h1 {
    font-size: 20px; }
    .main-slider .carousel .carousel-inner .item .carousel-caption h1:after {
      height: 2px; }

  .our-work .middle-cont {
    width: 90%; }

  footer .input-box {
    width: 100% !important;
    border-radius: 0px;
    border: 1px solid #007bff; }

  .banner-section .content-block {
    width: 100%; } }
    
.work img{
       margin-top: 30px;
    border: 4px solid #cccccc;
    height: 200px;
}

/*# sourceMappingURL=main.css.map */