* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Golos Text", sans-serif;
}

a {
  text-decoration: none;
}
/* automation section start */
.automation-sec {
    padding: 70px 0;
    background: #f3f3f3;
}
.automation-text-sec {
  padding: 50px;
}

.automation-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.automation-text-sec h1 {
  font-size: 42px;
}

.automation-text-sec p {
    font-size: 16px;
    line-height: 28px;
    color: #35485d;
    font-weight: 400;
    margin: 10px 0 0;
    text-align: left;
}

.automation-text-sec button {
  background: #da1a35;
  color: #fff;
  padding: 13px 27px;
  border-radius: 30px;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
}
/* automation section end */

/*----------- key-sec-css start-------- */
.key-section {
  padding: 60px 0;
  text-align: center;
}
.key-section-header h2 {
  font-size: 42px;
  font-weight: 500;
}
.key-section-header h2 {
  padding: 0;
}
.key-section-header h2:before {
  content: "";
  display: block;
  width: 70px;
  background-color: #da1a35;
  height: 3px;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  top: -23px;
}
.key-sec-images {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.advance_security_svg {
  width: 95px;
  height: 95px;
  background: #ffffff;
  border: 2.56px solid #eff2f7;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advance_text {
  width: 269.38px;
  height: 110.04px;
  border-radius: 20px;
  background: #eff2f7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -47px;
  z-index: -1;
  padding-top: 40px;
}

.advance_text h4 {
  font-family: Golos Text;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000000;
}
/* key section end */

/* ---------control-sec css------- */
.control-section {
  padding: 100px 0;
}
.control-sec-header h3 {
  font-size: 40px;
  font-weight: 500;
}

.card {
  border: none;
}

.card-1 {
  border: 1px solid #d9d9d9;
  height: 365px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.card-1 img {*/
/*  width: 200px;*/
/*  height: 103px;*/
/*}*/

.control-sec-text h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 24px;
}

.control-sec-text {
  border-bottom: 4px solid #da1a35;
  border-radius: 5px;
}
/* control section end */

/* ----------acccrdian section css start ----------------*/
.myaccordian-header h4::before {
  content: "";
  display: block;
  width: 70px;
  background-color: #da1a35;
  height: 3px;
  border-radius: 10px;
  position: relative;
  top: -23px;
  left: -55px;
}
.my-accordian {
  color: #fff;
  background: transparent;
}

.my-accordian h6 {
  font-size: 20px;
}

.my-heading {
  font-size: 20px;
  font-weight: 700;
}

.myaccordian-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.myaccordian-header h4 {
  font-size: 36px;
}

.accordian-link ul li {
  font-size: 16px;
  color: #da1a35;
  margin-top: 7px;
  font-weight: 500;
}

.architectural-image-sec img {
  width: 100%;
}
/*architectural section end  */

/*----------------- slider-section start -------------*/
.slider-sec {
    padding: 50px 0 50px 0;
}
.my-theme .regestration-block img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.slider-header h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 50px;
}

.my-theme .regestration-block img {
  width: auto;
}
.automation-image-sec img {
    width: 100%;
    height: auto;
}

.auto-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.auto-main .automation-text-sec {
    padding: 0;
    width: 50%;
}
.automation-image-sec img {
    height: 350px;
    width: 100%;
}
.automation-image-sec {
    width: 46%;
}
/* slider section end */

/* media query start */
@media (max-width: 768px) {
  .card-1 {
    height: 400px;
  }
}

@media (max-width: 1024px) {
  .automation-text-sec {
    padding: 20px;
  }

  .automation-text-sec h1 {
    font-size: 36px;
  }

  .automation-text-sec p {
    font-size: 14px;
    line-height: 20px;
    color: #35485d;
    font-weight: 400;
    margin: 30px 0 40px 0;
  }
}
@media (max-width: 767px) {
  .automation-sec {
    padding: 30px 0;
  }
  .automation-text-sec button {
    width: 100%;
  }
  .control-section {
    padding: 10px 0;
  }
  .my-theme .regestration-block img {
    width: 100%;
  }
  .key-section {
    padding: 0;
  }
  .automation-text-sec a {
    width: 100%;
  }
  .auto-main {
        flex-wrap: wrap;
    }
.auto-main .automation-text-sec {
    width: 100%;
}
.automation-image-sec {
    width: 100%;
}
    
}
@media (max-width: 320px) {
  .automation-sec1 {
    padding: 10px;
  }
  .automation-text-sec {
    padding: 0;
    margin-top: 20px;
  }
  .key-section {
    padding: 50px 0 0 0;
  }

  .myaccordian-header h4 {
    font-size: 20px;
  }
}


    *{
    padding: 0;
    margin: 0;
   font-family:Helvetica, sans-serif;
}
a{
     text-decoration: none;
}

.card{
    background-color: #EFF2F7;
    border: 0;
    text-align: center;
}
.card .card-body h5{
    color: #2E4D8D;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.card .card-body a{
    background-color: #2E4D8D;
    color: #fff;
    padding: 8px 26px;
    border-radius: 30px;
    font-weight: 500;
}
.card .card-body .card-image img{
    width: 100%;
}
.card-body a img{
   vertical-align: baseline;
}


.services-sec img {
    height: 250px;
    object-fit: cover;
}
.services-sec {
    margin: 70px 0 50px;
}
.services-sec .card {
    margin: 0 0 30px;
}

.more-text {
    display: none;
}

button {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
}
.advance_security_svg img {
width: 50px;
height: 50px;
object-fit: contain;
}

