/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body,
p {
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
  font-weight: normal;
  color: #333;
}

.btn {
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}

.logo {
  width: 290px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #004aad;
}

.heading-font {
  font-family: "Roboto", sans-serif ;
}

/* heading style */

/* Style 9
   ----------------------------- */
.style-nine h1 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #004aad;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif ;
  font-weight: 400;
}

.style-nine h1 span {
  margin-top: 5px;
  font-size: 20px;
  color: #004aad;
  word-spacing: 1px;
  font-weight: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif ;
  font-weight: 500;

  display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}

.style-nine h1 span:after,
.style-nine h1 span:before {
  content: " ";
  display: block;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  height: 5px;
  background-color: #f8f8f8;
}

.header-three .main-menu ul li a {
  font-family: "Roboto", sans-serif !important;
  font-weight: 600;
}

.header-three .main-menu ul li a:hover,
.header-three .main-menu ul li a.active {
  color: rgb(0, 191, 255);
}


.skills-title h2,
.section-title h2 {
  font-size: 40px;
  line-height: 50px;
}


.text-left {
  text-align: left;
}

.text-container {
  display: inline-flex;
  flex-direction: column;
  height: 2.5rem;
  overflow: hidden;
}

.text-container span {
  height: 2.3rem;
  animation: moveUp 10s linear infinite;
  background-color: #004aad;
  text-align: center;
  color: white;
  padding-bottom: 15px;
}

@keyframes moveUp {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-2.3rem);
  }

  40% {
    transform: translateY(-2.3rem);
  }

  60% {
    transform: translateY(-4.6rem);
  }

  80% {
    transform: translateY(-4.6rem);
  }

  100% {
    transform: translateY(0);
  }
}

.pl-0 {
  padding-left: 0 !important;
}

/* slider */
.slider-content h5 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.slider-content h2 {
  font-family: "Roboto", sans-serif !important;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0;
}

.slider-content h2 span {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 0 10px;
}

.slider-bg {
  min-height: 550px !important;
}

.newslater-area h2 {
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 0 !important;
}

.newslater-area .container::before {
  width: 32%;
}

.breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb>.active {
  color: whitesmoke !important;
}

.breadcrumb li a:hover {
  color: rgb(0, 191, 255) !important;
}

.footer-link ul li a,
.f-contact span {
  font-size: 14px !important;
}

.s-video-content h2 {
  width: 80%;
}

.gallery-image figcaption p {
  color: #ffffff;
}

.services-sidebar .sidebar-widget {
  padding: 7%;
}

/* services tabs*/
.card {
  border: none;
}

.nav-link {
  color: #004aad;
  font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: transparent transparent #004aad transparent !important;
}

.nav-tabs .nav-link.active {
  color: rgb(0, 191, 255);
  border-bottom: 4px solid #004aad;
  font-size: 18px;
}

/* vertical tabs */

.nav .nav-item button {
  background-color: transparent;
  color: #004aad !important;
  font-weight: 600;
  text-align: right;
}

.nav .nav-item button.active {
  background-color: transparent;
  color: rgb(0, 191, 255) !important;
}

.nav .nav-item button.active::after {
  content: "";
  border-right: 4px solid #004aad;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  border-radius: 5px 0 0 5px;
}

.tab-pane h2 {
  color: #004aad;
}

/* card flip */
.card {
  margin: 10px 10px;
}

/* Flip Cards CSS */
.card-container {
  display: grid;
  perspective: 700px;
}

.card-flip {
  display: grid;
  grid-template: 1fr / 1fr;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0.7s ease;
  border: 1px solid #004aad;
  border-radius: 5px;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.front {
  grid-area: frontAndBack;
}

.back {
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
}

.card-container:hover .card-flip {
  transform: rotateY(180deg);
}

.fa-cctv {
  margin-bottom: 15px;
}

.blue {
  color: #004aad !important;
}

/* faq */
.advantages .list-style-one li::before {
  content: "\f061";
}

.faq-btn {
  border-color: #004aad;
}

.faq-wrap .card-header h2 button::after {
  color: #004aad;
}

.post__tag ul li a {
  border: 2px solid #ccc;
  color: #333;
}

.step-box .text p {
  color: #333;
}

/* card about us */
.card1 {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin-bottom: 5%;
}

.card1:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  background-color: #efefef;
}

.icon-abt {
  font-size: 40px;
  color: #004aad;
  margin-bottom: 10px;
  transition: color 0.3s ease-in-out;
}

.card1:hover .icon {
  color: #004aad;
}

.text {
  font-weight: 600;
  color: #333;
}

.formFooter {
  display: none !important;
}

/* .services-box-05 {
  min-height: 480px !important;
} */

.f-widget-title img {
    height: 100%;
}

.font-monte {
  font-family: "Roboto", sans-serif !important;
}

.font-50 {
  font-size: 35px !important;
  line-height: 50px !important;
}

.line-spacing {
  line-height: 50px !important;
}

.sira-footer a {
  font-family: "Roboto", sans-serif !important;
  color: #fff;
  font-size: 25px;
  text-decoration: underline;
  margin-bottom: 20px;
  margin-top: 0;
}

.sira-footer a:hover {
  color: #ccc;
}

.services-content-05 p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-content-05 h4 {
  font-size: 18px;
}

.main-menu .has-sub>ul {
  min-width: 400px !important;
}

.main-menu .has-sub li a {
  padding: 10px 15px;
}

.sidebar-widget a
 {
    color: #ccc;
}

.breadcrumb-title h2
{
  font-size: 60px;
}

.slider-active .slick-arrow
{
  font-size: 25px;
  top: 55%;
  line-height: 50px;
  width: 50px;
  height: 50px;
}
@media all and (min-width:320px) and (max-width:750px) {

  /* CSS rules here */

  .breadcrumb-title h2 {
    font-size: 28px;
}
  p {
    font-size: 15px;
    line-height: 20px;
  }
  .slider-bg {
    min-height: 280px !important;
  }

  .slider-content {
    text-align: center;
    padding-top: 40px;
  }

  .slider-content h2 {
    font-family: "Roboto", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
  }

  .slider-content h5 {
    font-size: 20px;
    line-height: 25px;
}
.mt-20 {
  margin-top: 0px;
}

.pb-120 {
  padding-bottom: 50px;
}
.pt-120 {
  padding-top: 50px;
}

.pb-90 {
  padding-bottom: 30px;
}

.hide-sm
{
  display: none;
}

.count {
  font-size: 20px;
}

.counter .icon
{
  display: none;
}

.style-nine h1
{
  font-size: 25px;
}
.style-nine h1 span
{
  font-size: 16px;
}
.s-about-img.p-relative
{
  margin-bottom: 0;
}

.about-content3 ul
{
  font-size: 14px;
}

.services-content-05 a
{
  font-size: 14px;
}

.skill-name {
  font-size: 14px;
}

.newslater-area h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px !important;
}

.font-50 {
  font-size: 25px !important;
  line-height: 30px !important;
  text-align: center !important;
}
.newslater-area .container {
  padding-bottom: 50px;
}

.sira-footer a
{
  font-size: 15px;
  line-height: 20px !important;
}

.gallery-image figcaption {
  display: block;
}

.footer-link ul li a, .f-contact span {
  font-size: 12px !important;
  line-height: 14px;
}

.f-widget-title h2
{
  font-size: 15px;
  padding: 0;
}

.copy-text
{
  font-size: 13px;
}

.f-contact li {
  margin-bottom: 5px !important;
  width: 50%;
}

.breadcrumb-area
{
  min-height: 100px;
}
/* about */
.list-style-one li
{
  font-size:14px ;
  line-height: 20px;
}
h3 {
  font-size: 16px;
}

.services-box01 h5 {
  font-size: 20px;
}

.services-box01 {
  padding: 30px 30px 30px;
  height: 200px;
}

/* services */
.service-detail .content-box h2
{
  font-size: 21px;
}

.service-detail .content-box h3
{
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

.services-categories li a
{
  padding: 10px 20px;
  line-height: 20px;
  font-size: 14px;
}

.services-categories li a:before
{
  width: 40px;
  height: 40px;
  line-height: 40px;
}

h2 {
  font-size: 22px;
}

.mb-30 {
  margin-bottom: 15px;
}
.mt-30 {
  margin-top: 15px;
}

.card-flip
{
  margin-bottom: 10px;
}
}

@media all and (min-width:751px) and (max-width:1024px) {
  /* CSS rules here */
  .pb-90 {
    padding-bottom: 50px;
}

.pt-120 {
    padding-top: 50px;
}
}

@media all and (min-width:1025px) and (max-width:1600px) {
  /* CSS rules here */
  .pb-90 {
    padding-bottom: 50px;
}

.pt-120 {
    padding-top: 50px;
}
}

@media (min-width: 992px) {

}

@media all and (min-width:1601px) {
  /* CSS rules here */
  
.container {
  max-width: 1500px;
}
}
