/*--------------------------------------------------------------------- File Name: style_sldieshow.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("fonts/BalooChettan-Regular.ttf");
  src: url("fonts/BalooChettan-Regular.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
  max-height: 100vh;
}

body {
  color: #666666;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  /* min-width: 1200px; */
  font-family: "Poppins", sans-serif;
  transition: transform 0.3s;
  max-height: 100vh;
  transform-origin: left top;
  overflow: scroll;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

/* header section start */

.header_section {
  width: 100%;
  float: left;
  /* background-image: url(../images/header_bg.jpg); */
  height: auto;
  background-size: 100%;
  padding: 0px 0px 20px 0px;
}

.bg-light {
  background-color: transparent !important;
}

.logo {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px 0px 50px 0px;
}

.logo_mobile {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 20px;
}

.mobile_menu {
  width: 100%;
  float: left;
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.navbar-nav {
  align-items: center;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  border-radius: 20px;
  border: 2px solid #fff;
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-item {
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0);
}
.nav-item:hover {
  border-bottom: 2px solid #1966ff;
}

.menu_main {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.menu_logo{
  position: relative;
  left: -8%;
}

.menu_main ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-flex;
}

.menu_main li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;

  /* border-radius: 40px; */
}

.menu_main li a {
  padding: 10px 20px;
  border-radius: 10px;
  color: #000000;
  font-weight: bold;
}

.menu_main li a:hover {
  color: #1966ff;

  /* border-bottom: 2px solid #1966ff; */
}

.mb-lg-0,
.my-lg-0 {
  margin-bottom: 0 !important;
  width: 20%;
  float: left;
}

.header_main {
  width: 100%;
  background-size: 100%;
  padding: 10px 0px 0px 0px;
}

/* header section end */

/* banner section start */

.banner_section {
  width: 100%;
  float: left;
  /* padding-bottom: 305px; */
  height: 800px;
  background: url("/images/header_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
/* 以下是我写的样式，服了，真的太乱了，不想整理，看着办吧 */
.test {
  /* position: relative;
  right: -20%; */
  margin-left: 20%;
  color: #000;
}
.title {
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
}
.title1 {
  font-size: 30px;
  color: #888888;
}
.title2 {
  font-size: 86px;
}
.title_btn {
  width: 154px;
  height: 56px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 30px;
  background: #1966ff;
  margin-top: 10px;
}
.keyword_container {
  background-color: #f7faff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  box-shadow: 7px 6px 16px 0px #d9d9d9;
  margin: 30px 90px;
}
.keyword_box {
  display: flex;
  width: 1320px;
  height: 70px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-right: 2px solid #d9dde0;
}
.keyword_box:last-child {
  border: none;
}
.keyword_box > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kw_num {
  color: #1966ff;
  font-size: 30px;
}
.kw_detail {
  font-size: 16px;
}
.my_casoure {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 50px;
}
.my_casoure .left {
  /* height: 100%; */
  background: #f5f5f5;
  height: auto;
}
.my_casoure .left li {
  width: 220px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  font-size: 16px;
}
.my_casoure .left .active {
  background-color: #1966ff;
  color: #fff;
}
.my_casoure .left li:hover {
  background-color: #1966ff;
  color: #fff;
}
.my_casoure .right {
  height: 100%;
  overflow: hidden;
  flex: 1;
}
.my_casoure .right li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.box2,
.box3,
.box4,
.box5 {
  width: 100%;
  padding: 0px 120px;
  margin: 0;
}
.box2 h1,
.box3 h1,
.box4 h1,
.box5 h1 {
  text-align: center;
  font-size: 40px;
  color: black;
  font-weight: bold;
  margin-bottom: 30px;
}
.box4 h1::before,
.box2 h1::before,
.box3 h1::before,
.box5 h1::before,
.box1 h1::before,
.about_title::before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #1966ff;
  position: relative;
  right: 30px;
  bottom: 10px;
}

.box4 h1::after,
.box2 h1::after,
.box3 h1::after,
.box5 h1::after,
.box1 h1::after,
.about_title::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #1966ff;
  position: relative;
  left: 30px;
  bottom: 10px;
}
.box1 p,
.box2 p,
.box3 p,
.box4 p,
.box5 p {
  text-align: center;
  font-size: 18px;
  color: #010101;
  margin-bottom: 30px;
}

.box_3{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  gap: 3vw;
  justify-content: center;
}

.box_3 li {
  /* width: 320px; */
  height: 432px;

  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../images/AIbg.webp");
  /* margin: 0px 30px; */
  padding: 55px;
  padding-top: 70px;
  cursor: pointer;
  background-size: 100% 100%;
  flex: 1;
  min-width: 316px;
  max-width: 387px;
}
.box_3 li > p {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: normal;
  text-align: center;
}
.box_3 li .product_brief {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 32px;
  text-align: center;
  color: #010101;
}
.box_4 {
  display: flex;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.box_4 li {
  width: 291px;
  height: 461px;
  display: flex;
  flex-direction: column;
  /* margin-right: 20px; */
  margin-right: 5%;
  margin-top: 10px;
}
.box_4 li p {
  font-size: 16px;
  color: #000000;
  /* font-weight: bold; */
  margin-top: 10px;
  height: 60px;
  /* text-align: center; */
  flex: 1;
}
a {
  cursor: pointer;
}
.box_4 p {
  font-size: 16px;
  /* font-weight: bold; */
  flex: 1;
  /* text-align: end; */
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 20px 0px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 32px;
}
.box_4 li img {
  height: 200px;
  width: 100%;
  cursor: pointer;
}
.box_4 li a {
  color: #1966ff;
}
.box_4 .box4_title {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  height: 60px;
  /* line-height: 40px; */
  text-align: left;
}
.box_4 .to_more {
  text-align: right;
  color: #1966ff;
  font-size: 14px;
}

.box_5 {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.box_5 li {
  width: 230px;
  height: 120px;
}

.box_5 .swiper-slide {
  border: 1px solid #f5f5f5;
  background: #fff;
}
.box_5 .swiper-slide img {
  width: 100%;
  height: 120px;
}
.swiper-button-prev,
.swiper-button-next {
  background-image: url("../images/left.png") !important;
  background-size: 20px 20px;
  border-radius: 100%;
  background-color: gray;
  width: 50px !important;
  height: 50px !important;
}
.swiper-button-next {
  background-image: url("../images/right.png") !important;
}
.top_swiper .swiper-slide img {
  width: 100%;
  height: 591px;
}
.top_swiper .swiper-slide{
  background: white;
}
/* 新闻咨询 */

.box_6 > li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dde3ef;
  line-height: 50px;
}
.index_news_title {
  cursor: pointer;
}
.news_title {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 800;
  /*margin-bottom: 10px;*/
  max-width: 750px;
  margin: 0 auto;
}
.news_time {
  text-align: center;
}
.news_contant {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 20px;
  width: 700px;
  margin: 0 auto;
  overflow: auto;
}
.news_contant img {
  width: 100%;
}
.news_contant > p {
  font-size: 18px;
  font-family: sans-serif;
  line-height: 1.5em;
  color: black;
}

.news_contant p span {
  font-size: 18px;
  font-family: sans-serif;
  line-height: 1.5em;
  color: black;
}
.index_news_title {
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* line-height: 32px; */
  flex: 1;
}
.news_right {
  display: flex;
  flex-direction: column;
}
.box_6 {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.news_content {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.news_content img {
  margin-right: 5%;
}
/* 以上是新闻咨询 */

/* 下面是blog的样式 */
.blog_swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.blog_swiper .swiper-slide {
  background-position: center;
  background-size: 100% 100%;
  max-width: 300px;
  height: 412px;
}
.blog_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  /* height: 700px; */
}
.blog_title {
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 30px;
}
.blog_header {
  width: 100%;
  height: 300px;
  background-image: url("../images/header_bg.jpg");
  /* display: flex; */
  position: relative;
  background-size: cover;
  /* align-items: center; */
}
.blog_header img {
  width: 600px;
  margin-bottom: 30px;
  position: absolute;
  left: 13%;
  top: 20%;
}
.blog_header .blog_header_text {
  right: 30%;
  top: 20%;
  font-style: italic;
}

.dialog {
  width: 100%;
  /* vh为可视窗口的单位，100为满 */
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 75px;
  display: none;
  position: fixed;
  z-index: 1000;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  overflow: auto;
}

.dialog_container {
  max-width: 35%;
  max-height: 80%;
  /* background-color: #fff; */
  /* margin: calc((100vh - 400px) / 2) auto; */
  position: relative;
  /* display: flex; */
  height: auto;
}

.dialog_container .dialog_footer {
  position: absolute;
  bottom: 0;
}

.dialog_container .dialog_footer button {
  position: relative;
  left: 350px;
  display: inline-block;
  width: 50px;
  bottom: 10px;
}
.dialog_container img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* 以上是blog的样式 */

/* 以下是news的样式 */

/* 以上是news的样式 */

/* 以下是footer的样式 */
.footer_title_en {
  font-size: 20px;
}
.footer_title {
  font-size: 25px;
}
.footer_container {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer_detail {
  font-size: 16px;
  margin-left: 100px;
}

.qr img {
  height: 130px;
  width: 120px;
  margin-left: 30px;
}
/* 以上是footer的样式 */

/* 以下是关于我们的 */
@media (max-width: 1500px) {
  .about_box {
    display: flex;
    flex-direction: column-reverse;
    width: 80%;
    margin-bottom: 100px;
    align-items: center;
  }
  .company_img_box {
    border: 1px solid #1966ff;
    padding: 20px;
    width: auto !important;
    height: auto !important;
    border-radius: 0% !important;
  }
  .about_about_img {
    width: 600px;
    height: 80% !important;
    border-radius: 0% !important;
  }
}
.about_container {
  flex: 1;
 margin-right: 30px;
}
.about_swiper img {
  width: 400px;
  height: 300px;
}
.about_title {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.company_img_box {
  border: 1px solid #1966ff;
  padding: 20px;
  border-radius: 100%;
  width: 620px;
  height: 640px;
  display: flex;
}
.culture {
  padding: 60px;
  background: url("../images/culbg.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.team {
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
}
.culture_ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  /*margin: 0 auto;*/
  padding: 20px;
  flex-wrap: wrap;
}
.culture_ul li {
  max-width: 301px;
  min-height: 366px;
  background-color: #ffffff;
  margin-right: 30px;
  margin-top: 20px;
}
.culture_ul img {
  min-width: 301px;
}
.culture_title {
  font-weight: bold;
  font-size: 20px;
  color: #1966ff;
}

/* 以上是关于我们的 */

/* 以下是媒体查询的一些样式 */

/* 以上是媒体查询的样式 */
.banner_taital {
  width: 100%;
  float: left;
  font-size: 80px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: "Righteous", Regular;
}

.banner_text {
  width: 63%;
  margin: 0 auto;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.read_bt {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.read_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #141414;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  margin-top: 50px;
  font-weight: 400;
}

.read_bt a:hover {
  background-color: #2b2278;
  color: #ffffff;
}

/* banner section end */

/* services section start */

.services_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.services_taital {
  width: 80%;
  float: left;
  font-size: 35px;
  color: #1f1f1f;
  font-weight: bold;
}

.services_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #1f1f1f;
  margin: 0px;
}

.services_section_2 {
  width: 100%;
  float: left;
  margin-top: 90px;
}

.services_img {
  width: 100%;
  float: left;
  text-align: center;
}

.btn_main {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.btn_main a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #2b2278;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: bold;
  margin-top: 40px;
  text-transform: uppercase;
}

.btn_main a:hover {
  color: #ffffff;
  background-color: #000d10;
}

.btn_main.active a {
  color: #ffffff;
  background-color: #000d10;
}

/* services section end */

/* about section start */

.about_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.about_taital_main {
  width: 100%;
  padding-left: 100px;
  padding-top: 70px;
}

.padding_left_65 {
  padding-left: 65px;
}
.padding_right_0 {
  padding-right: 0px;
}

.about_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: bold;
}

.about_text_box {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #1f1f1f;
  line-height: 40px;
  margin: 0px;
  /* padding-top: 40px; */
  /* padding-right: 20%; */
}

.readmore_bt {
  width: 170px;
  float: left;
  /* margin-top: 50px; */
}
.readmore_wql {
  width: 170px;
  float: left;
  margin-top: 100px;
}

.readmore_wql a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #8c8c8c;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.readmore_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #000d10;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.readmore_bt a:hover {
  color: #ffffff;
  background-color: #2b2278;
}

.about_about_img {
  float: left;
  width: 100%;
  max-width: 600px;
  border-radius: 100%;
}

/* contact section end */

/* blog section start */

.blog_section {
  width: 100%;
  float: left;
  /* background-image: url(../images/blog-bg.png); */
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 345px;
  padding-top: 200px;
}

.blog_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
}

.blog_text {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  color: #ffffff;
  padding-top: 40px;
  text-align: center;
}

.play_icon_main {
  width: 100%;
  margin-top: 150px;
  float: left;
}

.play_icon {
  width: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.play_icon::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 70px;
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 100%;
  z-index: -1;
  animation: fadeEffect 1.3s infinite ease;
  box-shadow: 0px 0px 10px 0px;
  right: inherit;
}

@keyframes fadeEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

.margin_top_90 {
  margin-top: 90px;
}
/* blog section end */

/* client section start */

.client_section {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}

.client_taital {
  width: 100%;
  font-size: 40px;
  color: #131313;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.client_section_2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 1px 16px -6px;
  border-radius: 30px;
  padding: 50px 70px;
  margin-top: 50px;
  margin-left: -145px;
}

.client_main {
  width: 100%;
  display: flex;
}

.box_left {
  width: 48%;
}

.box_right {
  width: 75%;
  float: right;

  margin-left: 30px;
}

.lorem_text {
  width: 100%;
  line-height: 2em;
  font-size: 26px;
  text-align: center;
  margin: 0px;
  color: #0d0d0d;
  border: 1px solid #0d0d0d;
  padding: 145px 30px;
  border-radius: 30px;
}

.client_taital_left {
  width: 40%;
  float: left;
}

.client_taital_right {
  width: 60%;
  float: left;
}

.client_img {
  width: 100%;
  float: left;
  text-align: left;
}

.quick_icon {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 30px;
}

.client_name {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #012628;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding-top: 53px;
  padding-bottom: 0px;
}

.customer_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #085a57;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin: 0px;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #8781bd;
  bottom: -130px;
}

.carousel-indicators .active {
  background-color: #2b2278;
}

/* client section end */

/* choose section start */

.choose_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.choose_taital {
  width: 100%;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: center;
}

.choose_text {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  color: #1f1f1f;
  padding-top: 30px;
  text-align: center;
}

.read_bt_1 {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.read_bt_1 a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #000d10;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  margin-top: 50px;
  font-weight: bold;
  text-transform: uppercase;
}

.read_bt_1 a:hover {
  background-color: #2b2278;
  color: #ffffff;
}

.newsletter_box {
  width: 100%;
  border: 1px solid #6e6e6e;
  border-radius: 25px;
  padding: 20px 30px;
  display: flex;
  margin-top: 90px !important;
  float: left;
}

.let_text {
  width: 100%;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: bold;
  padding-bottom: 0px;
}

.getquote_bt {
  width: 200px;
  padding-top: 6px;
}

.getquote_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #2b2278;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: bold;
}

.getquote_bt a:hover {
  background-color: #000d10;
  color: #ffffff;
}

/* choose section end */

/* contact section start */

.contact_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.contact_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #363636;
  text-align: center;
  font-weight: bold;
}
.email_text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;
}
.email-bt {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #393838;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 0px;
  border: 1px solid #2b2278 !important;
}
.massage-bt {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #393838;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 0px;
  border: 1px solid #2b2278 !important;
}
.send_btn {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}
.send_btn a {
  width: 100%;
  float: right;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  border-radius: 30px;
  background-color: #000d10;
  padding: 7px;
}
.send_btn a:hover {
  color: #ffffff;
  background-color: #2b2278;
}
/* contact section end */

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  background-image: url(../images/footer-bg.png);
  height: auto;
  padding-top: 250px;
  background-size: 100% 100%;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  margin-top:100px;
}

.input_btn_main {
  width: 50%;
  display: flex;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 8px 0px;
  margin: 0 auto;
}

.mail_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #2b2c2c;
  background-color: #ffffff;
  height: auto;
  padding: 5px 20px;
  border-radius: 20px;
  border: 0px;
}

.subscribe_bt {
  float: right;
}

.subscribe_bt a {
  width: 170px;
  float: left;
  font-size: 18px;
  color: #2b2278;
  background-color: transparent;
  padding: 5px 0px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.subscribe_bt a:hover {
  color: #000;
  background-color: transparent;
}

.social_icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.social_icon li {
  float: left;
  padding: 30px 5px;
}

.location_main {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}

.call_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  padding-top: 10px;
}

.call_text a {
  color: #ffffff;
}

.call_text a:hover {
  color: #e27141;
}

/* footer section end */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #122c2d;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin-left: 0px;
}

.copyright_text a {
  color: #ffffff;
}

.copyright_text a:hover {
  color: #e27141;
}
