.top-div1 {
  background: #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px; }
  .top-div1 .logo-div {
    margin-top: 0px;
    margin-bottom: 0px; }
  .top-div1 ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: right;
    margin-top: 15px; }
    .top-div1 ul li {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      color: #1d1d1d; }
      .top-div1 ul li img {
        display: inline;
        margin-right: 10px; }
      .top-div1 ul li:first-child {
        border-right: 1px solid #000; }

.top-div2 {
  background: #1576a8; }

.menu-div {
  margin-top: 0px; }

.menu-div .navbar {
  padding: 0px;
  margin-left: 0px; }

.menu-div .navbar-light .navbar-nav .nav-item .nav-link {
  padding: 15px 30px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  margin-right: 1px;
  text-align: center;
  color: #ffffff;
  background: url(../images/menu-right.png) no-repeat right center; }

.menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link {
  background: none; }

.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  background: #272727; }

.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: none;
  width: 280px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none; }

.menu-div .dropdown-item {
  color: #fff;
  border-bottom: 1px solid #555;
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #272727 !important;
  color: #fff;
  font-weight: 600; }

.menu-div .dropdown-item {
  padding: 8px 15px !important;
  box-shadow: none; }

.menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active {
  color: #fff;
  background: #1576a8 !important; }

.menu-div .dropdown:hover .dropdown-menu, .menu-div1 .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: -1px; }

.mobilemenu {
  display: none; }

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.hamburger {
  background: #eeeeee !important;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 0px;
  width: 52px;
  z-index: 999;
  padding: 5px; }

.hamburger:hover {
  outline: none; }

.hamburger:focus {
  outline: none; }

.hamburger:active {
  outline: none; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0; }

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0; }

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px; }

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%; }

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px; }

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #1576a8;
  width: 26px;
  margin-left: 12px; }

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #1576a8;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open .hamb-middle {
  background-color: #1576a8;
  display: none; }

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #1576a8;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px; }

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1; }

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

#wrapper.toggled {
  padding-left: 220px; }

#wrapper.toggled #sidebar-wrapper {
  width: 270px; }

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute; }

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #1576a8;
  height: 100%;
  left: 185px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000; }

#sidebar-wrapper::-webkit-scrollbar {
  display: none; }

#page-content-wrapper {
  padding-top: 70px;
  width: 100%; }

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 270px; }

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%; }

.sidebar-nav li:before {
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  -webkit-transition: width 0.2s ease-in;
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1; }

.sidebar-nav li:before {
  background: none;
  margin-left: -5px;
  margin-right: -10px; }

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid #2284b7; }

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%; }

.sidebar-nav .dropdown-menu {
  background-color: #4faddd;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
  background-color: #272727;
  color: #ffffff;
  text-decoration: none; }

.sidebar-nav .dropdown-menu li a {
  font-size: 13px;
  color: #000;
  border-bottom: 1px solid #439bc8; }

.sidebar-nav .dropdown-menu li:hover a, .sidebar-nav .dropdown-menu li.active a {
  background: #5a6971    !important;
  color: #fff !important; }

.sidebar-nav .dropdown-menu li:before {
  background: none; }

.sidebar-nav li.active .dropdown-menu li a {
  background: #4faddd; }

.call-div {
  display: none; }

.banner-div1 {
  position: relative;
  z-index: 2; }
  .banner-div1 img {
    width: 100%; }
  .banner-div1 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div1 .carousel-indicators li {
    background: #1576a8;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #ffffff; }
  .banner-div1 .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background: #272727;
    border: 3px solid #ffffff; }
  .banner-div1 .carousel-control-next, .banner-div1 .carousel-control-prev {
    top: 0%; }
  .banner-div1 .carousel-control-prev {
    background: url(../images/banner-arrow-left.png) no-repeat left center;
    left: 3%;
    opacity: 1; }
  .banner-div1 .carousel-control-next {
    background: url(../images/banner-arrow-right.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }

.banner-div2 {
  position: relative;
  z-index: 2;
  display: none; }
  .banner-div2 img {
    width: 100%; }
  .banner-div2 .carousel-indicators {
    bottom: 0px;
    right: auto;
    margin-left: 2%; }
  .banner-div2 .carousel-indicators li {
    background: #1576a8;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #ffffff; }
  .banner-div2 .carousel-indicators .active {
    width: 11px;
    height: 11px;
    background: #1576a8;
    border: 3px solid #ffffff; }
  .banner-div2 .carousel-control-next, .banner-div2 .carousel-control-prev {
    top: 0%; }
  .banner-div2 .carousel-control-prev {
    background: url(../images/banner-arrow-left.png) no-repeat left center;
    left: 3%;
    opacity: 1; }
  .banner-div2 .carousel-control-next {
    background: url(../images/banner-arrow-right.png) no-repeat right center;
    right: 3%;
    opacity: 1;
    z-index: 100; }

.wel-products {
  padding-top: 30px;
  padding-bottom: 60px; }
  .wel-products .wel-prod1 {
    margin-top: 30px;
    transition: all .5s ease; }
    .wel-products .wel-prod1 a {
      text-decoration: none; }
    .wel-products .wel-prod1 img {
      width: 100%;
      border: 1px solid #e6e6e6;
      border-bottom: none; }
    .wel-products .wel-prod1 h3 {
      text-align: center;
      color: #1576a8;
      font-size: 18px;
      padding: 10px 5px;
      border: 1px solid #e6e6e6;
      transition: all .5s ease; }
    .wel-products .wel-prod1:hover h3 {
      background: #272727;
      color: #ffffff; }

.in-banner img {
  width: 100%; }

.in-about1 {
  padding-top: 60px;
  padding-bottom: 60px; }
  .in-about1 h1 {
    margin: 0px;
    display: inline-block;
    background: #1576a8;
    color: #ffffff;
    padding: 3px 15px;
    font-size: 32px;
    margin-bottom: 30px; }
  .in-about1 .in-prod1 {
    margin-top: 30px;
    transition: all .5s ease; }
    .in-about1 .in-prod1 a {
      text-decoration: none; }
    .in-about1 .in-prod1 img {
      width: 100%;
      border: 1px solid #e6e6e6;
      border-bottom: none; }
    .in-about1 .in-prod1 h3 {
      text-align: center;
      color: #1576a8;
      font-size: 18px;
      padding: 10px 5px;
      border: 1px solid #e6e6e6;
      transition: all .5s ease; }
    .in-about1 .in-prod1:hover h3 {
      background: #272727;
      color: #ffffff; }
  .in-about1 .prod-high {
    background: #e6e6e6;
    padding: 20px;
    text-align: center; }
    .in-about1 .prod-high .pd-left {
      margin-left: auto; }
    .in-about1 .prod-high .pd-right {
      margin-right: auto; }
    .in-about1 .prod-high h2 {
      margin: 0px;
      font-size: 22px;
      margin-top: 20px;
      color: #1576a8; }
    .in-about1 .prod-high h3 {
      margin: 0px;
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 20px;
      color: #272727; }
  .in-about1 .prod-exp h2 {
    margin: 0px;
    font-size: 24px;
    color: #1576a8;
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 20px;
    border-right: 2px solid #1576a8; }
  .in-about1 .prod-exp img {
    margin-bottom: 10px;
    margin-top: 20px; }
  .in-about1 .prod-exp h3 {
    margin: 0px;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #272727; }
  .in-about1 .prod-exp h4 {
    margin: 0px;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #1576a8; }

.clients img {
  margin-bottom: 30px; }

.cont-div {
  font-size: 19px;
  line-height: 32px; }
  .cont-div .c1 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1576a8;
    font-family: "Century Gothic Bold"; }
  .cont-div #contactForm input {
    margin-bottom: 5px;
    padding: 5px 20px;
    border-radius: 0px;
    color: #a8a8a8;
    color: #a8a8a8; }
  .cont-div #contactForm textarea {
    margin-bottom: 20px;
    padding: 25px 20px;
    border-radius: 0px;
    color: #a8a8a8;
    color: #a8a8a8; }
  .cont-div .g-ca {
    margin-top: 20px; }
  .cont-div .submit {
    text-align: left;
    margin-top: 15px; }
  .cont-div .submit input {
    background: url(../images/submit-icon.png) no-repeat right 15px center #272727;
    box-shadow: none;
    border: none;
    color: #fff !important;
    padding: 12px 30px !important;
    padding-right: 40px;
    text-align: center;
    border-radius: 0px;
    height: auto;
    width: auto;
    display: inline-block;
    transition: all .5s ease; }
    .cont-div .submit input:hover {
      background-color: #1576a8 !important;
      color: #fff !important;
      background-position: right 10px center; }

.in-div1 {
  padding-top: 60px;
  padding-bottom: 60px; }
  .in-div1 h1 {
    margin: 0px;
    font-size: 30px;
    text-transform: uppercase;
    color: #1576a8;
    background: url(../images/inline-hd.jpg) no-repeat bottom left;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .in-div1 h2 {
    margin: 0px;
    font-size: 24px;
    color: #272727;
    margin-bottom: 15px; }
  .in-div1 h4 {
    margin: 0px;
    margin-top: 20px;
    font-size: 18px;
    color: #ffffff;
    background: #1576a8;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 30px; }

.in-div2 {
  background: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px; }
  .in-div2 h1 {
    margin: 0px;
    font-size: 30px;
    text-transform: uppercase;
    color: #1576a8;
    background: url(../images/inline-hd.jpg) no-repeat bottom left;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .in-div2 h2 {
    margin: 0px;
    font-size: 24px;
    color: #272727;
    margin-bottom: 15px; }
  .in-div2 h3 {
    margin: 0px;
    font-size: 21px;
    color: #1d1d1d;
    margin-bottom: 15px; }
  .in-div2 h4 {
    margin: 0px;
    margin-top: 20px;
    font-size: 18px;
    color: #ffffff;
    background: #1576a8;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 30px; }

.in-list {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .in-list li {
    background: url(../images/li-icon.png) no-repeat top 7px left;
    padding-left: 20px;
    padding-bottom: 15px; }

.in-list1 {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: left; }
  .in-list1 li {
    margin-bottom: 20px; }
    .in-list1 li h6 {
      margin: 0px;
      padding-top: 7px; }
    .in-list1 li span {
      color: #ffffff;
      background: #272727;
      padding: 7px 15px;
      width: 40px;
      height: 40px;
      margin-right: 10px;
      display: inline-block; }

.latest-jobs {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  height: 700px;
  border: 2px solid #e6e6e6; }
  .latest-jobs .job-img {
    background: #f2f2f2;
    height: 470px;
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
    .latest-jobs .job-img img {
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto;
      vertical-align: middle; }
  .latest-jobs .jobs-desc {
    padding: 20px 10px;
    color: #264caf; }
    .latest-jobs .jobs-desc a {
      text-decoration: none;
      color: #264caf; }
  .latest-jobs:hover a {
    color: #272727; }
  .latest-jobs h6 {
    margin: 0px;
    font-weight: 600;
    margin-bottom: 10px; }

.latest-job-desc .desc-img, .latest-job-desc img {
  margin-left: auto;
  margin-right: auto; }
.latest-job-desc .latest-job-desc1 {
  margin-top: 30px; }

.contact-div1 {
  background: #9c4192;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
  line-height: 28px; }
  .contact-div1 h1 {
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px; }
  .contact-div1 h5 {
    margin: 0px;
    color: #d186cd;
    font-size: 16px; }
  .contact-div1 .c2 {
    color: #d186cd;
    font-weight: 600; }

.contact-div2 {
  background: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px; }
  .contact-div2 .contact-form .submit {
    text-align: left;
    margin-top: 15px; }
  .contact-div2 .contact-form .submit input {
    float: right;
    box-shadow: none;
    border: none;
    color: #ffffff !important;
    background: #1576a8;
    border-radius: 20px !important;
    padding: 5px 20px !important;
    padding-right: 40px;
    text-align: center;
    border-radius: 0px;
    height: auto;
    width: auto;
    display: inline-block;
    transition: all .5s ease; }
    .contact-div2 .contact-form .submit input:hover {
      background-color: #272727 !important;
      color: #fff !important;
      background-position: right 10px center; }

.footer-div {
  background: #ffffff;
  color: #1d1d1d;
  padding-top: 50px; }
  .footer-div .footer-div1 {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 30px; }
    .footer-div .footer-div1 .foot-info {
      background: url(../images/info-icon.png) no-repeat left center;
      font-size: 16px;
      font-weight: 600;
      padding-left: 60px; }
    .footer-div .footer-div1 .foot-add {
      background: url(../images/address-icon.png) no-repeat left center;
      font-size: 16px;
      font-weight: 600;
      padding-left: 60px; }
  .footer-div .footer-div2 {
    font-size: 14px;
    padding-top: 30px;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 30px; }
    .footer-div .footer-div2 h5 {
      margin: 0px;
      font-size: 18px;
      color: #1d1d1d;
      font-weight: 600;
      padding-bottom: 10px;
      margin-bottom: 30px; }
    .footer-div .footer-div2 .foot-about h5 {
      background: url(../images/footer-hd1.png) no-repeat bottom left; }
    .footer-div .footer-div2 .foot-job h5 {
      background: url(../images/footer-hd2.png) no-repeat bottom center;
      text-align: center; }
    .footer-div .footer-div2 .foot-quick h5 {
      background: url(../images/footer-hd3.png) no-repeat bottom left; }

.foot-link1, .foot-link2 {
  margin-top: 30px; }

.f-link {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  text-align: left; }
  .f-link li {
    display: block; }
    .f-link li a {
      display: block;
      padding: 3px 15px 10px 25px;
      font-size: 14px;
      line-height: 20px;
      background: url(../images/footer-arrow.png) no-repeat top 9px left;
      text-decoration: none;
      color: #1d1d1d;
      margin-left: 0px;
      transition: All .5s ease;
      -webkit-transition: All .5s ease;
      -moz-transition: All .5s ease;
      -o-transition: All .5s ease;
      text-transform: capitalize; }
      .f-link li a:hover {
        color: #272727;
        background-position: top 9px left 5px; }

.social-icon {
  margin-top: 30px;
  text-align: right; }
  .social-icon img {
    display: inline;
    margin-left: 10px;
    transition: all .5s ease; }
    .social-icon img:hover {
      opacity: .7; }

.copy-div {
  background: #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #1d1d1d;
  transition: all .5s ease;
  border-top: 1px solid #e6e6e6; }
  .copy-div a {
    text-decoration: none;
    color: #1576a8; }
  .copy-div a:hover {
    color: #272727; }
  .copy-div .power-div {
    text-align: right; }
    .copy-div .power-div .power {
      position: relative;
      z-index: 3; }

.foot-bot-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2; }

@media (max-width: 1024px) {
  .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 8px 12px; }

  .home-div1 .home-ser .home-ser1, .home-div1 .home-ser .home-tech1 {
    height: 407px; }

  .home-div1 .home-ser .home-ser1 .home-ser2 h1, .home-div1 .home-ser .home-tech1 .home-tech2 h1 {
    font-size: 24px; }

  .home-div2 .home-cat img {
    margin-left: 0px; } }
@media (max-width: 980px) {
  .top-div1 ul {
    text-align: center;
    margin-top: 5px; }
    .top-div1 ul li:first-child {
      border: none; }

  .in-about1 .prod-high img {
    margin-bottom: 10px; }

  .sidebar-nav .dropdown-menu {
    top: 0px; }

  .dropdown-menu {
    top: 0;
    right: 0px;
    left: 0px;
    margin-top: 0;
    margin-left: 0rem; }

  .mobilemenu {
    display: block;
    position: fixed !important;
    z-index: 1000; }

  .menu-div, .menu-div1 {
    display: none; }

  .hamburger.is-closed {
    margin-left: 79%;
    margin-top: 10px;
    right: 5%; }

  .hamburger.is-open {
    margin-left: 24px;
    margin-top: 20px; }

  .dropdown-toggle:active,
  .open .dropdown-toggle {
    outline: 0;
    background-color: #272727 !important;
    color: #fff !important;
    border-bottom: 1px solid #2284b7 !important; }

  .copy-div {
    font-size: 12px; } }
@media (max-width: 767px) {
  .top-div1 {
    padding-right: 0%; }
    .top-div1 .logo-div {
      margin-left: 0px; }
      .top-div1 .logo-div img {
        margin-left: auto;
        margin-right: auto; }

  .home-div1 {
    padding-top: 0px; }

  .home-div1 .home-ser .home-pos {
    position: relative; }

  .home-div1 .home-ser .home-ser1 .home-ser-img img, .home-div1 .home-ser .home-tech1 .home-tech-img img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px; }

  .home-div1 .home-ser {
    margin-top: 0px; }

  .home-div1 .home-ser .home-ser1, .home-div1 .home-ser .home-tech1 {
    padding-top: 0%;
    margin-top: 40px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px; }

  .home-div1 .home-ser .home-ser1 {
    background: #272727; }

  .home-div1 .home-ser .home-tech1 {
    background: #1576a8; }

  .home-div1 .home-ser .home-ser1 .home-ser2, home-div1 .home-ser .home-tech1 .home-tech2 {
    padding-left: 0%;
    padding-right: 0%; }

  .home-div1 .home-ser .home-info {
    background: none;
    border: 2px solid #eef7fc;
    height: auto;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .home-div1 .home-ser .home-info .home-info1 h1 {
    text-align: center;
    margin-bottom: 20px; }

  .home-div1 .home-ser .home-info .home-info1 .home-line {
    border-right: none; }

  .home-div1 .home-ser .home-info .home-info1 {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center; }
    .home-div1 .home-ser .home-info .home-info1 h5 {
      text-align: center; }

  .home-div2 {
    padding-bottom: 0px; }
    .home-div2 h1 {
      margin-bottom: 0px; }

  .home-div2 .home-cat {
    margin-bottom: 60px; }

  .home-div2 .home-cat img {
    top: -30px;
    margin-bottom: -30px;
    margin-left: auto;
    margin-right: auto; }

  .home-div3 #contactForm {
    background: #873b7f;
    padding-bottom: 30px;
    margin-top: 0px;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 30px;
    margin-top: -30px; }

  .home-div3 .submit {
    text-align: center; }
    .home-div3 .submit input {
      float: none; }

  .home-div3 .bg-img {
    position: relative;
    height: auto; }

  .footer-div {
    text-align: center; }
    .footer-div h5 {
      display: inline-block; }

  .foot-det {
    display: inline-block; }

  .copy-div2 .cic-bot {
    display: none; }

  .copy-div2 .cic-bot1 {
    display: block; }

  .copy-div2 img {
    display: block; }

  .copy-div2 .foot-logo {
    top: 0px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto; }

  .f-link {
    text-align: center; }
    .f-link li {
      display: inline; }
      .f-link li a {
        display: inline;
        line-height: 29px; }

  .footer-div1 {
    text-align: center; }
    .footer-div1 h5 {
      display: inline-block; }

  .social-icon {
    display: block;
    text-align: center; }

  .copy-div, .copy-div .power-div {
    text-align: center;
    font-size: 11px; }

  .copy-div {
    margin-bottom: 40px; }

  .call-div {
    display: block !important;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    background: #272727;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif; }

  .call-div a {
    color: #c6c6c6; }

  .contact-div2 .contact-form {
    margin-top: 30px; }
    .contact-div2 .contact-form input {
      margin-top: 15px; } }
body {
  font-family: "Century Gothic Regular";
  color: #1d1d1d;
  text-align: justify;
  line-height: 24px; }

h1, h2, h3, h4, h5 {
  font-family: "Century Gothic Bold"; }

a:focus, a:hover, a:active {
  outline: none !important;
  box-shadow: none !important; }

.container {
  max-width: 1200px;
  width: 100%; }

img {
  display: block; }

/*# sourceMappingURL=style.css.map */
