@charset "UTF-8";
/* CSS Document */

html{
    margin: 0 !important;
    scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  color: #000;
  padding: 40px 0px 0px;
}
.contact-info{
  line-height: 130px;
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
  position: relative;
}
.logo{
  max-width: 80px;
}

.m-full-width{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: static;
}
.bg_img{
  background-repeat: no-repeat;
  background-size: contain;
}
.contact_icon{
  background-image: url(../images/contact_icon.png);
  background-position: left center;
  background-size: 13px;
  padding-left: 20px;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.email_icon{
 
  background-image: url(../images/email_icon.png);
  background-position: left center;
  background-size: 13px;
  padding-left: 20px;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.menu-icon{
  background-image: url(../images/mobile_menu.png);
  background-position: center;
  background-size: 31px;
  display: block;
  font-size: 14px;
  width: 31px;
  height: 130px;
  cursor: pointer;
  margin-left: 20px;
}
.menu-icon.active{
  background-image: url(../images/mobile_menu_close.png);
}
.home_hero_section{
  padding:10px 0px;
  font-family: 'Bodoni BT';
}
.red{
  color: #ca0808;
}

/*top menu */

.top_menu{
  background-color: #ca0808;
  position: absolute;
  bottom: -94px;
  width: 440px;
  display: none;
  z-index: 100;
}

.top_menu.active{
  display: block;
}

.top_menu ul{
  background-color: #ca0808;
  list-style: none;
  padding: 0 20px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 40px;
  font-family: Arial, sans-serif;
  max-width: 440px;
}

.top_menu ul li{
  line-height: 45px;
  border-bottom: 1px solid #ffffff;
  height: 45px;
}
.top_menu ul li:last-child{
  border-bottom: 0px;
}
.top_menu ul li a {
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    display: block;
}



/*home hero Section */

.hero_heading > h1{
  font-family: 'Bodoni BT';
  font-size: 80px;
  font-weight: bold;
  line-height: 80px;
  margin-bottom: 20px;
}

.hero_heading > p{
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.home_hero_section img{
  width: 100%;
}
.home_hero_section{
  /* background-image: url(../images/hero_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain; */
}

.video_block{
  position: relative;
}
.video_block video{
  width: 100%;
}

section{
  margin-top: 40px;
}
/*home our services */

.home_our_services {
  /* background: #c40000 url(../images/red-pattern.png) no-repeat center center; */
  background-size: cover;
  color: #fff;
  padding: 80px 40px 80px;
  position:relative
}

.background-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.background-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home_our_services h3{
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
  color: #ffffff;
}

.home_our_services p{
  font-family: 'Bodoni BT';
    font-size: 56px;
    font-weight: 100;
    line-height: 50px;
    font-style: normal;
}

.service_slider_item {
  width: 265px !important;
  flex: 0 0 auto;
  margin: 0 15px;
  position: relative;
  padding: 0px 0px 0px 24px !important;
}
.slider_content{
  text-align: center;
  padding: 0px 10px 50px;
  position: relative;
}
.service_slider_item_img img{
 height:60px;
}
.service_slider_item_content h4{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  padding: 30px 0px;
}

.service_slider_item_content p{
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}
.service_slider_item_btn{
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.service_slider_item_btn a{
  display: inline-block;
    padding: 8px 16px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s;
}

.service_slider_item_btn a:hover {
  background-color: #fff;
  color: #c40000;
}
.mt-40{
  margin-top: 40px;
}

.slider-container {
  position: relative;
  width:100%;
  margin: auto;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.slide {
  flex: 0 0 25%; /* 4 columns */
  box-sizing: border-box;
  text-align: center;
}
.slide_nav {
  margin: 50px auto;
  width: auto;

  display: none;
  justify-content: center; /* Center horizontally */
  gap: 10px;                /* Space between arrows */
}
.slide_nav img{
  margin: 0px 20px;
}

/*home exp section */

.mt-0{
  margin-top: 0;
}
.experience-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* background: #f8f8f8 url("../images/25_bg.jpg") no-repeat center center; */
  background-size: cover;
  padding: 80px 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  position: relative;
}

.experience-section .background-video video{
      max-width: 100%;
      max-height: 100%;
      transform: translate(-58%, -55%);
}

.experience-section.blackbg{
  background: none;
  background-color: #212121;

}

.experience-left {
  flex: 1;
  min-width: 280px;
  text-align: center;
}

.experience-section.blackbg .experience-left{
  text-align: left;
  font-family: 'Bodoni BT';
  font-weight: bold;
}

.experience-section.blackbg .experience-left h1{
  font-size: 60px;
  color: #fff;
  line-height: 65px;
}

.experience-left img {
  width: 400px;
  height: auto;
}

.experience-left h2 {
  font-size: 36px;
  margin-top: 20px;
  font-weight: bold;
}

.experience-left span {
  display: block;
  font-size: 32px;
  font-weight: 600;
  margin-top: 30px;
}

.experience-section.blackbg .experience-left span{
  display: inline;
  font-size: inherit;
}
.experience-section.blackbg .experience-right img{
  width: 100%;
}

.experience-right {
  flex: 1;
  min-width: 300px;
  padding: 20px 40px;
}

.experience-right p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: justify;
  max-width: 440px;
}

.experience-right h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.experience-right ul{
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.experience-right ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.experience-right li::before {
  background: url("../images/tick.png") no-repeat center center;
  content: "";
  width: 96px;
  height: 96px;

  margin-right: 10px;
  font-size: 18px;
}

.read-more-btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid red;
  color: #444;
  text-decoration: none;
  border-radius: 0px;
  font-size: 14px;
  transition: background 0.3s;
}

.read-more-btn:hover {
  background-color: red;
  color: #fff;
}


/*Home Our Work */

.home_our_work h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
}

.home_our_work h2 {
  font-family: 'Bodoni BT';
  font-size: 56px;
  font-weight: 100;
  line-height: 50px;
  font-style: normal;
}

.home_our_work .service_slider_item_img img{
  width: 100%;
  height: auto;
}


/* Default slide size (mobile) */
/* .slider-4-col .slide,
.slider-3-col .slide {
  flex: 0 0 100%;
} */

/* Tablet: both use 2-column layout */
/* @media (min-width: 600px) {
  .slider-4-col .slide,
  .slider-3-col .slide {
    flex: 0 0 50%;
  }
}

/* Desktop: first shows 4, second shows 3 */
@media (min-width: 900px) {
  .slider-4-col .slide {
    flex: 0 0 25%;
  }

  .slider-3-col .slide {
    flex: 0 0 33.3333%;
  }
} */

/*home clients */

.home_clients{
  background-color: #f6f6f6;
  padding: 80px 0px;
}
.home_clients h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 20px;
}

.home_clients p {
  font-family: 'Bodoni BT';
  font-size: 56px;
  font-weight: 100;
  line-height: 50px;
  font-style: normal;
}

/*client images */


.client_image {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  align-items: center;
  margin-bottom: 50px;
}
.client_image  img {
  max-width: 100%;
  height: auto;
  max-height: 90px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.client_image  img:hover{
  filter: grayscale(0%);
}




/*footer section */

.footer-sec{
  background-color: #3e0002;
  padding: 40px 0px;
}

.footer-sec p{
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 13px;
  color: #fff;
  margin-top: 10px;
  line-height: 18px;
}

h2.quick-links_heading{
  font-family: 'Bodoni BT';
  font-size: 30px;
  font-weight: 100;
  line-height: 50px;
  font-style: normal;
  color:#fff;
}

.quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns */
  gap: 5px 40px; /* Row gap, Column gap */
  font-family: Arial, sans-serif;
  max-width: 400px; /* Optional: control overall width */
}

.quick-links li {
  margin: 10px 0;
}

.quick-links a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  color: #fff; /* white text as in your dark background */
  font-size: 15px;
  transition: color 0.3s ease;
}

.quick-links a:hover {
  color: #ccc; /* a subtle color change on hover */
}

.footer_address h3{
  font-family: 'Bodoni BT';
  font-size: 30px;
  font-weight: 100;
  line-height: 50px;
  font-style: normal;
  color:#fff;
}

.footer_address p{
  margin: 25px 0px;
  line-height: 25px;
}

.footer_address a{
  color: #ffffff;
  text-decoration: none;
}


/*custom work Slider */
.image-slider-container {
  position: relative;
  width: 100%;
  height: 480px; /* Adjust as per your design */
  overflow: hidden;
  padding: 0;
}

.image-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%; /* Ensure this matches the height of the container */
}

.image-slider {
  position: relative;
  width: 100%;
  height: 100%; /* Ensure the slider takes up the full container height */
}

.image-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* Initially invisible */
  transition: opacity 0.5s ease-in-out;
}

.image-slide:first-child {
  opacity: 1; /* The first slide is visible on page load */
}

.slider-prev-work,
.slider-next-work {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
}

.slider-prev-work {
  left: 10px;
}

.slider-next-work {
  right: 10px;
}

/* Pagination Styles */
.slider-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.slider-pagination .bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(56, 54, 54, 0.5);
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slider-pagination .bullet.active {
  background-color: #c40000;
}

.slider-pagination .bullet:hover {
  background-color: #c40000;
}

.portfolio_header h1{
  color: #3e0002;
  font-family: 'Bodoni BT';
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.port_content_area h4, .similar_project h4{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  margin-bottom: 20px;
}

.port_content_area p{
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 18px;
  text-align: justify;
}

.gallery-images{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.gallery-images li{
  margin-bottom: 40px;
}
.gallery-images img, .portfolio-item img{
  width: 100%;
}
.similar_project{
  margin-bottom: 50px;
}

.right_details h6{
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 0px;

}

.right_details span{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  display: block;
  margin-bottom: 30px;

}

.bg_gray{
  background: none;
  background-color: #f8f8f8;
  margin-top: 20px;
}
.experience-section.bg_gray .experience-left img{
  width: 100%;
  height: auto;
}
.experience-section.bg_gray .experience-right p{
  max-width: none;
}
.portfolio-item{
  position: relative;
  overflow: hidden;
}
.similar_project .rollover_block{
  background-color: rgba(200, 2, 7, 0.8);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.similar_project .rollover_block .read-more-btn{
  border:1px solid #fff;
  color: #ffffff;
}


.image-wrapper:hover .rollover_block {
  transform: translateY(0);
  opacity: 1;
}

.portfolio .header, .contact_us .header, .page_header{
  /* background-image: url(../images/header_bg.jpg); */
  background-repeat: no-repeat;
  min-height: 350px;
  background-size: cover;
  position: relative;
}

.portfolio .header h1, .contact_us .header h1, .page_header h1{
  font-family: 'Bodoni BT';
  font-size: 80px;
  color: #fff;
  line-height: 80px;
  margin-bottom: 20px;
}

.portfolio .header h4, .contact_us .header h4, .page_header h4{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  font-size: 35px;
}

#load-more{
  display: block;
  padding: 10px 20px;
  border: 1px solid red;
  color: #444;
  text-decoration: none;
  border-radius: 0px;
  font-size: 14px;
  transition: background 0.3s;
  background-color: #fff;
  min-width: 130px;
  max-width: 250px;
  margin: 20px auto;
}

#load-more:hover {
  background-color: red;
  color: #fff;
}

.portfolio-filters .filter-btn{
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: none;
  border:0;
margin-right: 40px;
font-size: 18px;
}
.portfolio-filters .filter-btn:last-child{
  margin-right: 0px;
}

.portfolio-filters .filter-btn.active{
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#c80207;
}

.parallax-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-content {
  z-index: 2;
  position: relative;
 
}
.custom_content_editor{
  margin-bottom: 50px;
}
.custom_content_editor p{
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  margin: 20px 0px;
}

.custom_content_editor img{
  width: 100%;
}

/*vision block */

.vision_block{
  padding: 50px;
}
.vision_block h1{
  text-align: center;
  font-family: 'Bodoni MT Bold';
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 50px;


}
.vision_block h2{
  text-align: center;
  font-family: 'Bodoni MT Bold';
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  margin-top: 120px;
  color: #fff;

}



.vision_block h5{
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
  color: #fff;
  margin-bottom: 50px;
}
.vision_block .portfolio-item
{
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: 15% 23%;
}

.home_our_services.our_services h3{
  text-align: center;
    font-family: 'Bodoni MT Bold';
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
}
.home_our_services.our_services .slide{
  border-right:1px solid #ffffff
}
.home_our_services.our_services .slide:last-child{
  border-right:0px solid #ffffff
}

/* tow_column_layout */

.tow_column_layout img{
  width: 100%;
}


.solutions-section {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin: 0px 0px 40px;
}
.left-panel {
  color: #fff;
  /* padding: 60px 40px; */
}
.left-panel h2 , .right-panel h2 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
}
.left-panel ul , .right-panel ul {
  list-style: none;
  padding: 0;
}
.left-panel li, .right-panel li {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.left-panel li::before, .right-panel li::before {
  content: "✓";
  margin-right: 10px;
  color: #fff;
}

.right-panel.gray li::before {
  content: "✓";
  margin-right: 10px;
  color: #c8001b;
}
.right-panel img, .left-panel img {
  width: 100%;
  height: auto;
}


.right-panel.gray, .left-panel.black{
  padding: 40px;
}

.right-panel.gray h4, .left-panel.black h4{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 20px;
}



.our_approach h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
}

.our_approach p {
  font-family: 'Bodoni BT';
  font-size: 56px;
  font-weight: 100;
  line-height: 50px;
  font-style: normal;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 50px 0px;
}

.custom-list li {
      display: flex;
    align-items: center;
    /* font-family: 'Helvetica Neue', sans-serif; */
    padding: 20px 0px;
    border-bottom: 1px solid #000;
    border-top: 0;
}
.custom-list li:last-child{
  border-bottom: 0px;
}


.custom-list .number {
      font-family: 'Bodoni MT Bold';
    font-weight: bold;
    font-size: 120px;
    line-height: 70px;
    margin-right: 40px;
    margin-left: 20px;
}

.custom-list .title {
  color: red;
  font-family: 'Bodoni MT Bold';
    font-weight: bold;
    font-size: 60px;
    line-height: 70px;
}

.custom-list .content p {
   font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
}

#ccform-form .services_block{
    display: flex;
}
#ccform-form .service_item{
    flex: 50%;
}

#contact_form_area{
  margin: 100px 0px;
}

.address_block{
  text-align: center;
  margin-bottom: 50px;
}

.address_block img{
  display: block;
  max-width: 40px;
  margin: 20px auto 10px;
}
.address_block span{
  display: block;
}

.address_block .title{
  font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 20px;
}

.address_block .content{
  font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
}
.m-block{
  display: none;
}

.m-block video{
  width: 100%;
  height:100%

}

.home_hero_section .play_button{
  width: 80px;
  margin-left: -15px;
  
}
.play_area {
  display: flex;
}
.play_area span{
  display: inline-block;
}
.play_text{
      font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}

.social_media{
      background-image: url(../images/hero_bg.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    position: fixed;
    right: 0;
    min-height: 400px;
    z-index: 1;
    width: 100px;
}
.social_media .social_icon{
  width: 35px;
  display:block;
  border-bottom:1px solid #fff;
  padding: 5px 0px
}
.social_media .social_icon:last-child{
  border:none
}
.social_media a{
  text-decoration: none;
}
.social_button{
    position: absolute;
    left: 40px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
}

.m_social_media{
  display: none
}

.video-container {
  position: relative;
  width: 100%;
  margin: auto;
}

.video-poster,
.video-element {
  width: 100%;
  display: block;
}

.video-element {
  display: none;
}

.play-button {
       position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #000000;
    background: #ffffff;
    border-radius: 100%;
    cursor: pointer;
    z-index: 2;
    width: 90px;
    height: 90px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 18px;
    padding-left: 10px;
}
/*page AI */

body.page-template-page-ai{
  padding-top: 0px;
}
body.page-template-page-ai header{
  padding-top: 40px;
}

.top_bg{
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 185px;
}

body.page-template-page-ai .hero_heading h2{
    font-family: 'Bodoni BT';
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: 50px;
    color:#fff;
}
body.page-template-page-ai .hero_heading h1{
    font-family: 'Bodoni BT';
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    margin: 0px;
    color:#fff;
}

body.page-template-page-ai .hero_heading .small_text{
  font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    color:#fff;
}
.two_col_block, .two_col_block_left_content{
  margin-top: 0px;
  background-size: 100% !important;
  background-repeat: no-repeat;
}

.two_col_content p{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
    color:#fff;
    padding: 220px 0px;
    text-align: justify;
}
.two_col_block_left_content .two_col_content{
  padding: 150px 0px;
}
.two_col_block_left_content .two_col_content p{
   padding: 0px 0px;
   color: #000;
   margin-bottom: 20px;
}

.two_col_block_left_content .two_col_content h1{
      font-family: 'Bodoni BT';
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 0px 0px 30px 0px;
    color: #000;
}

.ai_chatboat{
   margin-top: 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 50px 0px;
}

.ai_chatboat .left_content h1{
 font-family: 'Bodoni BT';
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 0px 0px 30px 0px;
    color: #fff;
    text-align: center;
}

.ai_chatboat .left_content img{
  max-width: 200px;
  display: block;
  margin: auto;
}

.ai_chatboat .right_content img{
  max-width: 60px;
  margin-bottom: 20px;
}

.ai_chatboat .right_content  h1{
  font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.ai_chatboat .right_content  p{
  font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.ai_chatboat .right_content hr{
      height: 1px;
    background-color: #fff;
    opacity: 1;
    margin: 30px 0px;
}
.abv {
  padding: 50px 0px;
}
.abv h1{
  font-family: 'Bodoni BT';
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 0px 0px 30px 0px;
    text-align: center;
}

.abv .red_content{
  background-color: #ff0000;
  text-align: center;
  padding: 20px;

}

.abv .red_content h2{
   font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 0px;
    text-align: center;
}
.abv .red_content h5{
  font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 0px;
    text-align: center;
}
