@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
  font-family: 'Lato', sans-serif;
}

img {
  max-width: 100%;
  height: auto; }

.container-title {
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  color: #000; }
  .container-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -25px;
    height: 4px;
    width: 50px;
    margin-left: -26px;
    background-color: #231aa4; }

.common-btn {
  padding: 10px 15px;
  background-color: #07006f;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: all .5s; }
  .common-btn i {
    transition: all .5s; }
  .common-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9; }
    .common-btn:hover i {
      padding-left: 5px; }

.blink {
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite; }

@keyframes blink {
  to {
    visibility: hidden; } }

@-webkit-keyframes blink {
  to {
    visibility: hidden; } }

.viewmore-link {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #0c692c;
  transition: all .5s; }
  .viewmore-link i {
    transition: all .5s; }
  .viewmore-link:hover {
    opacity: .9;
    text-decoration: none;
    color: #0c692c; }
    .viewmore-link:hover i {
      padding-left: 5px; }

.navigation {
  height: 110px;
  background: #fff;
  box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.hero {
  text-align: center;
  position: relative;
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hero::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000; }
  .hero h1 {
    color: #fff;
    position: relative;
    margin-top: 60px;
    text-transform: uppercase;
    font-weight: 900; }

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 110px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 110px;
  background: #fff;
  color: #000;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #07006f;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 110px;
  width: 110px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  .nav-list{
    margin-top: 18px;
    box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
    z-index: 999;
  }

  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 20px 34px 13px 8px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #080077;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.navigation .brand img{
  max-height : 110px;
  width : auto ;
}

.aboutus-container {
  margin: 110px 0px; }
  @media screen and (max-device-width: 1199px) {
    .aboutus-container {
      margin: 60px 0px; } }
  .aboutus-container .row {
    max-width: 800px;
    margin: 0 auto; }
    .aboutus-container .row .common-btn {
      margin-top: 15px;
      display: inline-block; }

      .our-certificate{
        max-width: 1000px;
        margin: 0 auto;
      }

      .fix-contact .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 38px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100; }
        @media screen and (max-device-width: 767px) {
          .fix-contact .float {
            width: 35px;
            height: 35px;
            font-size: 20px;
            margin-top: 8px;
            box-shadow: 0 0 0 0;
            right: 20px;
            bottom: 20px; } }

            .paint-container {
              margin: 110px 0px; }
              @media screen and (max-device-width: 1199px) {
                .paint-container {
                  margin: 60px 0px; } }
            
.paint-bg{
  background-image: url(../img/slide-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.paint-bg::before{
  opacity: .4;
}

      .fix-contact .my-float {
        margin-top: 12px; }
        @media screen and (max-device-width: 767px) {
          .fix-contact .my-float {
            margin-top: 8px; } }

            footer i{
              margin-right: 10px;
            }


            footer .footer {
              background: #000;
              color: white; }
              footer .footer a {
                text-decoration: none;
                color: white;
                transition: all .3s; }
                footer .footer a:hover {
                  opacity: .8; }
              footer .footer .links ul {
                list-style-type: none; }
              footer .footer .links li a {
                color: white;
                transition: color .2s;
                text-decoration: none; }
                footer .footer .links li a:hover {
                  text-decoration: none;
                  color: #eb0000; }
              footer .footer .about-company i {
                font-size: 25px; }
                footer .footer .about-company i.fa-facebook-square {
                  color: #4867AA; }
                  footer .footer .about-company i.fa-youtube-play {
                    color: #FF0000; }
                  
                footer .footer .about-company i.fa-linkedin-square {
                  color: #0077B5; }
                footer .footer .about-company i.fa-instagram {
                  color: #BC3A8C; }
              footer .footer .about-company a {
                color: white;
                transition: color .2s; }
            
            footer .location i {
              font-size: 18px; }
            
            footer .copyright p {
              border-top: 1px solid rgba(255, 255, 255, 0.1); }


              .nav-list li:hover .nav-dropdown{
                display: block;
              }

              .contact-uscontainer {
                margin: 110px 0px;
                /* Begin Right Contact Page */
                /* Location, Phone, Email Section */
                /* Social Media Icons */
                /* Begin Media Queries*/ }
                @media screen and (max-device-width: 1199px) {
                  .contact-uscontainer {
                    margin: 60px 0px; } }
                .contact-uscontainer .row {
                  max-width: 900px;
                  margin: 0 auto; }
                .contact-uscontainer .contact-wrapper {
                  display: flex;
                  flex-direction: row;
                  justify-content: space-between;
                  margin: 0 auto;
                  padding: 20px;
                  position: relative; }
                .contact-uscontainer .form-control,
                .contact-uscontainer textarea {
                  max-width: 100%;
                  border-color: #000;
                  color: #000;
                  letter-spacing: 1px;
                  box-shadow: 0 0 0 0;
                  outline: none; }
                .contact-uscontainer .send-button {
                  margin-top: 15px;
                  height: 34px;
                  width: 100%;
                  overflow: hidden;
                  transition: all .2s ease-in-out; }
                  .contact-uscontainer .send-button:focus, .contact-uscontainer .send-button:active {
                    outline: none !important;
                    box-shadow: none !important;
                    background-color: #eb0000 !important; }
                .contact-uscontainer .alt-send-button {
                  width: 100%;
                  height: 34px;
                  transition: all .2s ease-in-out; }
                .contact-uscontainer .send-text {
                  display: block;
                  margin-top: 10px;
                  font: 700 12px 'Lato', sans-serif;
                  letter-spacing: 2px; }
                .contact-uscontainer .alt-send-button:hover {
                  transform: translate3d(0px, -29px, 0px); }
                .contact-uscontainer .direct-contact-container {
                  max-width: 800px; }
                .contact-uscontainer .contact-list {
                  list-style-type: none;
                  margin-left: 40px; }
                  @media screen and (max-device-width: 767px) {
                    .contact-uscontainer .contact-list {
                      margin-left: 0px; } }
                .contact-uscontainer .list-item {
                  line-height: 4;
                  color: rgba(0, 0, 0, 0.9); }
                .contact-uscontainer .contact-text {
                  color: rgba(0, 0, 0, 0.9); }
                .contact-uscontainer .contact-text a {
                  color: rgba(0, 0, 0, 0.9);
                  text-decoration: none;
                  transition-duration: 0.2s; }
                .contact-uscontainer .contact-text a:hover {
                  color: #eb0000;
                  text-decoration: none; }
                .contact-uscontainer .social-media-list {
                  position: relative;
                  font-size: 22px;
                  text-align: center;
                  width: 100%;
                  margin: 0 auto;
                  padding: 0; }
                .contact-uscontainer .social-media-list li a {
                  color: #fff; }
                .contact-uscontainer .social-media-list li {
                  position: relative;
                  display: inline-block;
                  height: 60px;
                  width: 60px;
                  margin: 10px 3px;
                  line-height: 60px;
                  border-radius: 50%;
                  color: #fff;
                  background-color: #1b1b1b;
                  cursor: pointer;
                  transition: all .2s ease-in-out; }
                .contact-uscontainer .social-media-list li:after {
                  content: '';
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 60px;
                  height: 60px;
                  line-height: 60px;
                  border-radius: 50%;
                  opacity: 0;
                  box-shadow: 0 0 0 1px #000;
                  transition: all .2s ease-in-out; }
                .contact-uscontainer .social-media-list li:hover {
                  background-color: transparent; }
                .contact-uscontainer .social-media-list li:hover:after {
                  opacity: 1;
                  transform: scale(1.12);
                  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65); }
                .contact-uscontainer .social-media-list li:hover a {
                  color: #000; }
                .contact-uscontainer .copyright {
                  font: 200 14px 'Oswald', sans-serif;
                  color: #555;
                  letter-spacing: 1px;
                  text-align: center; }
                .contact-uscontainer hr {
                  border-color: rgba(255, 255, 255, 0.6); }
                @media screen and (max-width: 850px) {
                  .contact-uscontainer .contact-wrapper {
                    display: flex;
                    flex-direction: column; }
                  .contact-uscontainer .direct-contact-container, .contact-uscontainer .form-horizontal {
                    margin: 0 auto; }
                  .contact-uscontainer .direct-contact-container {
                    margin-top: 60px;
                    max-width: 300px; }
                  .contact-uscontainer .social-media-list li {
                    height: 60px;
                    width: 60px;
                    line-height: 60px; }
                  .contact-uscontainer .social-media-list li:after {
                    width: 60px;
                    height: 60px;
                    line-height: 60px; } }
                @media screen and (max-width: 569px) {
                  .contact-uscontainer .direct-contact-container, .contact-uscontainer .form-wrapper {
                    float: none;
                    margin: 0 auto; }
                  .contact-uscontainer .form-control, .contact-uscontainer textarea {
                    margin: 0 auto; }
                  .contact-uscontainer .name, .contact-uscontainer .email, .contact-uscontainer textarea {
                    width: 280px; }
                  .contact-uscontainer .direct-contact-container {
                    margin-top: 60px;
                    max-width: 280px; }
                  .contact-uscontainer .social-media-list {
                    left: 0; }
                  .contact-uscontainer .social-media-list li {
                    height: 40px;
                    width: 40px;
                    line-height: 40px;
                    font-size: 1rem; }
                  .contact-uscontainer .social-media-list li:after {
                    width: 40px;
                    height: 40px;
                    line-height: 40px; } }
                @media screen and (max-width: 410px) {
                  .contact-uscontainer .send-button {
                    width: 99%; } }
                .contact-uscontainer .send-button {
                  background-color: #eb0000;
                  border-color: #eb0000;
                  box-shadow: 0 0 0 0;
                  outline: none; }


                  
                  .carousel{
                    margin-top: 86px;
                  }  
                  
                  