@font-face {
  bottom font-family: "Arial-BoldMT";
  src: url("../fonts/Arial-BoldMT.otf") format("truetype");
}

@font-face {
  font-family: 'CustomFontName';
  src: url('path/to/custom-font.ttf') format('truetype');
}

/* service */
.box.wid32 .contentImg {
  padding-bottom: 4px;
}

.service-active .serviceWrap {
  display: block;
  position: absolute;
  width: 432px;
  top: 145px;
  left: 0;
  padding: 12px 0px;
  background: rgba(10, 131, 255, 0.9);
}

.service-active .serviceWrap ul li:hover {
background-color: #0B6AE9;
}

.service-active .serviceWrap ul li:last-of-type {
  border-bottom: 0px solid #ffffff;
}

.service-active .serviceWrap ul li a {
  font-size: 20px;
  font-family: Arial, ;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 59px;
  padding:0 40px;
}



.test-color {
  color: var(--color1);
  font-size: var(--font-size1);
}

#banner video {
  width: 100%;
  /* height: 100vh; */
}

.container {
  width: 1400px;
  max-width: 1400px;
}

.capital-search-box {

  /* width: 1199px;
  height: 80px; */
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 230px;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 315px);
  top: 0px;
}

.searchWrap {
  width: 250px;
  padding: 21px 0px;
  display: flex;
  flex-wrap: wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: space-between;

}

.searchWrap input {
  height: 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-bottom-color: #ffffff;
  color: #ffffff;
  width: 217px;
  background-color: transparent;
  outline: none;
  padding-bottom: 3px;
  padding-top: 3px;
  max-width: 100%;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

.searchWrap .button {
  height: 24px;
  width: 21px;
  line-height: 24px;
}

.capital-title {
  width: 1326px;
  height: 112px;
  font-size: 80px;
  text-align: center;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 115px;
  text-shadow: 0px 2px 11px rgba(4, 6, 19, 0.5);
  margin: 0 auto;
  position: absolute;
  left: calc(50% - 663px);
  bottom: 30%;
  text-shadow: 0px 2px 11px rgba(4, 6, 19, 0.5);
  opacity: 0.4;
}

.sub-title {
  width: 1011px;
  height: 56px;
  font-size: 44px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 58px;
  text-shadow: 0px 2px 11px rgba(4, 6, 19, 0.5);
  position: absolute;
  left: calc(50% - 474px);
  bottom: 19%;
  opacity: 0.4;
}

#inputBox {
  width: 600px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  outline: none;
  border: 0;
  font-size: 20px;
  color: #333333;
  float: left;
  line-height: 60px;
  padding-left: 16px;
}

#btn {
  width: 130px;
  height: 60px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  border-radius: 0px 4px 4px 0px;
  background: #077EFF;
  border: none;
}


/* newsspecial */
.flex {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.alignCenter {
  align-items: center;
}

.specialTitle {
  width: 1400px;
  margin: 0 auto;
}

.news {
  width: 65.4%;
}

.special {
  width: 30.8%;
  border-radius: 8px;
  /* background: #F6F7FB; */
}

.faq {
  border-radius: 8px;
  /* height: 454px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flexTitle {
  height: 64px;
  font-size: 38px;
  font-weight: 600;
  color: #2D2D2D;
  line-height: 64px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
}

.flexTitle::after {
  content: "";
  display: block;
  width: 79px;
  height: 9px;
  background: #10CFF5;
  margin-top: -9px;
}

.flexTitle.bus::after {
  content: "";
  display: block;
  width: 79px;
  height: 9px;
  background: #10CFF5;
  margin-top: -4px;
}

.flexTitle.green::after {
  content: "";
  display: block;
  width: 79px;
  height: 9px;
  background: #10CFF5;
  margin-top: -9px;
}

.flexMore {
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  width: 65px;
  height: 28px;
  background: linear-gradient(270deg, #2BE8FF 0%, #0086E3 100%);
  border-radius: 4px;
}
.flexMore a {
    color: #fff;
}
.line {
  border-bottom: 2px solid #10CFF5;
}



.left {
  width: 52%;
  cursor: pointer;
}

.right {
  width: 43%;
}

.flexImg {
  padding-bottom: 30px;
  cursor: pointer;
}

.flexImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact {
  height: 190px;
  width: 100%;
  background: linear-gradient(135deg, #1DC9FC 0%, #31A9FF 100%);
  border-radius: 8px;
  cursor: pointer;
}

.contactMid {
  height: 190px;
  width: 100%;
  background: linear-gradient(180deg, #3CB0FF 0%, #4A8DFF 100%);
  border-radius: 8px;
  cursor: pointer;
}

.margin-40 {
  margin-top: 40px;
}

.margin-30 {
  margin-top: 30px;
}

.margin-70 {
  margin-top: 70px;
}

.padding-40 {
  padding-top: 40px;
}

.padding-76 {
  padding-top: 76px;
}

.padding-100 {
  padding-top: 100px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.newsFont {
  height: 56px;
  font-size: 20px;
  font-weight: 500;
  color: #2D2D2D;
  line-height: 28px;
  padding-right: 22px;
}

.newsTime {
  padding-top: 13px;
  padding-bottom: 19px;
  font-size: 20px;
  font-weight: 500;
  color: #C4C4C4;
  line-height: 28px;
}

.newsWrap {
  background: #ECF6FF;
  padding: 15px 22px 15px 27px;
  font-size: 20px;
  font-weight: 500;
  color: #2D2D2D;
  line-height: 28px;
  background: #ECF6FF url('/images/sanjiao.png') left center no-repeat;
  background-size: 17px 17px;
  cursor: pointer;
}

.requested {
  width: 269px;
  height: 218px;
  background-color: red;
  /* margin-bottom: 14px; */
  cursor: pointer;
  border-radius: 5px;
}

.contactContent {
  padding-left: 100px;
  height: 190px;
  font-size: 36px;
  font-weight: 500;
  line-height: 190px;
  /* font-family: Arial; */
  color: #FFFFFF;
}

.requestedImg {
  width: 67px;
  height: 55px;
  margin: 30px auto 20px;
}

.requestedImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.requestedTitle {
  height: 37px;
  font-size: 26px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 37px;
  text-align: center;
}

.requestedBtn1 {
  width: 130px;
  height: 37px;
  background: #526DFF;
  border-radius: 19px;
  margin: 24px auto 0px;
  line-height: 37px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
}

.requestedBtn2 {
  width: 130px;
  height: 37px;
  background: #00C1FF;
  border-radius: 19px;
  margin: 24px auto 0px;
  line-height: 37px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #FFFFFF;
}

#MostRequestedContact {
  padding: 0px 0 60px;
  background-color: #fff;
}

.InvestmentContent {
  width: 1400px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

.InvestmentWrap {
  /* padding: 24px; */
  background-color: #fff;
  height: 509px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

.InvestmentWrapLeft {
  /* width: 550px; */
}

.flex .tab {
  display: flex;
  margin-bottom: 14px;
}

.flex .tab>span {
  width: 214px;
  height: 60px;
  color: #0069FB;
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  border: 1px solid #DDDDDD;
}

.flex .tab>span.on {
  color: #ffffff;
  background-color: #0069FB;
  border: none;
}

.InvestmentWrapLeft .contents {
  height: 100%;
}

.InvestmentWrapLeft .contents>div {
  height: 100%;
  display: none;
}

.InvestmentWrapLeft .contents>div.open {
  display: block;
}

.InvestmentWrapLeft .contents>div.open>div {
  animation: change1 1.5s;
}

.InvestmentWrapLeft .industries>div {
  font-size: 17px;
  font-family: Arial, ;
  font-weight: normal;
  color: #2D2D2D;
  background: #E7F1FF;
  cursor: pointer;
  width: 100%;
  height: 72px;
  line-height: 72px;
  text-align: center;
  margin-bottom: 15px;
}

.InvestmentWrapLeft .industries {
  margin-bottom: 0px;
  width: 550px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.InvestmentWrapLeft .industries>div:last-of-type {
  margin-bottom: 0px;
}

.InvestmentWrapLeft .business {
  width: 484px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.InvestmentWrapLeft .business>div {
  cursor: pointer;
  width: 144px;
  height: 160px;
  background: #E7F1FF;
  font-size: 16px;
  font-family: Arial, Arial;
  font-weight: normal;
  color: #2D2D2D;
  line-height: 18px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.InvestmentWrapLeft .PolicyWrap {
  margin-right: -30px;
}

.InvestmentWrapLeft .Policy {
  margin-bottom: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.InvestmentWrapLeft .Policy>div {
  padding-top: 58px;
  padding-bottom: 68px;
  width: 336px;
  height: 247px;
  background: #E7F1FF;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.InvestmentWrapLeft .Policy>div img {}

.InvestmentWrapLeft .Policy>div div {
  width: 100%;
  line-height: 21px;
}

.InvestmentWrapLeft .business>div:last-of-type {
  margin-bottom: 0px;
}

.InvestmentWrapLeft .industries .industries-active {
  background: #0069FB;
  color: #FFFFFF;
}

.InvestmentWrapLeft .business .business-active {
  background: #0069FB;
  color: #FFFFFF;
}

.InvestmentWrapRight {
  padding-left: 30px;
  flex: 1;
}

.InvestmentWrapRight>div {
  display: none;
  height: 100%;
}

.InvestmentWrapRight .functionArea {
  background: #E7F1FF;
  width: 100%;
  height: 100%;
  padding: 0px 42px 64px;
}

.functionArea .flex img {
  width: 466px;
  height: 309px;
  object-fit: cover;
}

.functionArea .flex div {
  flex: 1;
  font-size: 16px;
  font-family: Arial;
  color: #3D3D3D;
  line-height: 29px;
  padding-left: 28px;
}

.InvestmentWrapRight .functionArea .title {
  width: 361px;
  height: 38px;
  font-size: 34px;
  font-family: Arial, Arial;
  font-weight: normal;
  color: #2D2D2D;
  line-height: 39px;
  padding: 46px 0 53px;
  text-align: center;
  margin: 0 auto;
  box-sizing: content-box;
}

.InvestmentWrapRight>div.open {
  /* width: 750px; */
  display: block;
}

.InvestmentWrapRight img {
  animation: change1 1.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.policy {
  width: 100%;
  height: 85px;
  background: linear-gradient(270deg, #2BE8FF 0%, #0086E3 100%);
  border-radius: 8px;
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 85px;
  padding-left: 44px;


}

.policyContent {
  width: 100%;
  height: 550px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 67px;
}

.policyContent .item {
  padding-left: 60px;
  height: 37px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #5E5E5E;
  line-height: 37px;
  cursor: pointer;
}

.policyContent .item:nth-child(1) {
  background: url('/images/demo2/item1.png') no-repeat left center;
}

.policyContent .item:nth-child(2) {
  background: url('/images/demo2/item2.png') no-repeat left center;
}

.policyContent .item:nth-child(3) {
  background: url('/images/demo2/item3.png') no-repeat left center;
}

.policyContent .item:nth-child(4) {
  background: url('/images/demo2/item4.png') no-repeat left center;
}

.policyContent .item:nth-child(5) {
  background: url('/images/demo2/item5.png') no-repeat left center;
}

.newWrap {
  /* height: 454px; */
}

.newLeft {
  width: 43%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #C9C9C9;
}

.leftWrap {
  padding: 20px;
}

.leftTitle {
  height: 20px;
  font-size: 18px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #2A2A2A;
  line-height: 21px;
}

.leftTime {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #C4C4C4;
  line-height: 22px;
  margin: 8px 0 4px;
}

.leftContent {
  height: 76px;
  font-size: 16px;
  font-family: Arial;
  color: #3D3D3D;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.rightHeight {
  height: 130px;
}

.newLeftImg1 {
  width: 100%;
  cursor: pointer;
}

.newLeftImg1 img {
  width: 100%;
  cursor: pointer;
}

.newsTitle {
  position: absolute;
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #FFFFFF;
  bottom: 8px;
  left: 20px;
  width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.shenglue {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.mulshenglue {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.newsRight {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 440px;
}
.newsRightTitle a {
    color: #2a2a2a;
}
.newsRight .flex {
  height: 190px;
}

.newsRightImg {
  width: 36%;
}

.newsRightImg img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.newsRightImg1 {
  width: 328px;
}

.newsRightImg1 img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.newsRightWrap1 {
  width: 1040px;
  padding: 1px 0px 13px;
}
.newsRightWrap {
  width: 61%;
  padding: 1px 0px 13px;
}

.newsRightWrap.nopic div:last-of-type {
  font-size: 18px;
  font-family: Arial;
  color: #3D3D3D;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding-top: 10px;
}

.newsRightWrap.nopic {
  width: 100%;
  padding: 1px 0px 13px;
}

.newsRightTitle {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 22px;
  font-family: Arial;
  font-weight: normal;
  color: #2A2A2A;
  line-height: 26px;


}

.newsRightTitleContent {
  height: 17px;
  font-size: 16px;
  font-family: Arial;
  color: #C4C4C4;
  line-height: 18px;
  margin-top: 22px;

}

.newsRight .flex {
  cursor: pointer;
}

/* banner */
#banner {
  /* max-width: 1920px;
  max-height: 1080px; */
}

.display-block {
  display: block;
  /* height: 1080px; */
}

.w-full {
  width: 100vw;
}

#Investment {
  /* width: 100vw; */
  height: 770px;

}

#meet {
   /* width: 100vw; */
  margin: 0px auto 0px;
}

#meet .swiper-slide {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
height:100%;
}

#meet .title {
  position: absolute;
  bottom: 20vh;
  right: calc(50vw - 711px);
  text-align: center;
  z-index: 1000;
  /* height:50px; */
  padding: 0px 107px;
  font-size: 90px;
}

#meet .title>span {
  text-align: center;
  font-weight: 600;
  height: 100px;
  font-size: 90px;
  font-family: Arial, Arial;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 103px;
  text-shadow: 0px 2px 11px rgba(4, 6, 19, 0.5);
}
#meet .title span span {
  font-weight: 700;
  font-size:100px;
}
#meet .swiper-slide .imgWrap {
  height: 100%;
}

.swiper-slide img {
  width:100%;
  height:100%;
  object-fit: cover;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

#meet .swiper-pagination-bullet {
  background-color: #64cdbe;
  width: 20px;
  height: 5px;
  border-radius: 0;
  opacity: 1;
}

#meet .swiper-pagination-bullet-active {
  background: #fff;
}

/* foreigner  lunbo */

#certify {

  text-align: center;
  background: #F6F7FB;
  position: relative;
  margin: 0 auto;
  height: 765px;

}

#certify .sectionTitle {
  text-align: center;
  height: 70px;
  margin: 0 auto;
  font-size: 50px;
  font-weight: 600;
  color: #2D2D2D;
  line-height: 70px;


}

#certify .deliver {
  width: 120px;
  height: 6px;
  background: #1759FF;
  margin: 15px auto 100px;

}

#certify .swiper-container {
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 865px;
  /* height:535px; */
  /* height: 496px; */
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(19, 34, 76, 0.15);
  border-radius: 10px;
}

#certify .swiper-slide .imgWrap {
  height: 535px;
  position: relative;
}

#certify .swiper-slide .imgWrap .title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
  font-size: 36px;
  font-family: Arial;
  font-weight: normal;
  color: #ffffff;
  line-height: 90px;
  text-shadow: 0px 2px 11px rgba(4, 6, 19, 0.5);
  background: linear-gradient(180deg, rgba(0,62,104,0) 0%, rgba(0,62,104,0.7) 100%);
}

#certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

#page-wrap-culture {
  width: 1400px;
  padding: 0;
  margin: 30px auto 30px;

}

.page-culture-3_header {
  height: 157px;
  text-align: center;
}

.page-culture_content {
  margin-top: 40px;
  /* height: 730px; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.page-culture_content .box {
  position: relative;
  cursor: pointer;
  margin-bottom: 24px;
}

.page-culture_content .cultureTitle {
  position: absolute;
  text-shadow: 0px 2px 5px rgba(0, 20, 43, 0.48);
  left: 0px;
  bottom: 0px;
  padding: 13px 34px;
  box-sizing: border-box;
  font-size: 20px;
  font-family: Arial, Arial;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #FFFFFF;
  line-height: 23px;
  width:100%;
}

.box .rendon {
  position: absolute;
  right: 40px;
  bottom: 10px;
  padding-bottom: 0;
  line-height: 37px;
  height: 37px;
}

/* lg */
@media (min-width: 1200px) {

  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  /* #certify .swiper-slide {
    width: 395px;
    height: 496px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide .imgWrap {
    height: 240px;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

#certify .swiper-slide .title {
    font-size: 22px;
    font-weight: 500;
    color: #000839;
    line-height: 30px;
    padding: 40px 0 9px 53px;
}

#certify .swiper-slide .con {

    height: 127px;
    font-size: 16px;
    font-weight: 400;
    color: #5B606A;
    line-height: 24px;
    padding-left: 53px;
    overflow: hidden;
    text-overflow: ellipsis;

} */


}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }

  .navbar-nav>li {
    margin-left: 10px;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .recent-work-wrap .overlay {
    padding: 15px;
  }

  .services-wrap {
    padding: 40px 10px 40px 30px;
  }

  .feature-wrap h2,
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3,
  .single-services h3 {
    font-size: 14px;
  }

  .tab-wrap .media .parrent.pull-left {
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body {
    clear: both;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recent-work-wrap .overlay .preview {
    line-height: inherit;
  }

  .team-bar .first-arrow {
    width: 21%;
  }

  .team-bar .second-arrow {
    width: 20%;
  }

  .team-bar .third-arrow {
    width: 21%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  ul.social_icons li {
    margin-right: 0;
  }

  /* #certify .swiper-slide {
    width: 345px;
    height: 396px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide .imgWrap {
    height: 200px;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

#certify .swiper-slide .title {
    font-size: 22px;
    font-weight: 500;
    color: #000839;
    line-height: 30px;
    padding: 40px 0 9px 43px;
}

#certify .swiper-slide .con {

    height: 96px;
    font-size: 16px;
    font-weight: 400;
    color: #5B606A;
    line-height: 24px;
    padding-left: 43px;
    overflow: hidden;
    text-overflow: ellipsis;

} */

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {

  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav>li {
    margin-left: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 20px;
  }

  .tab-wrap .media .parrent.pull-left,
  .media.accordion-inner .pull-left {
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body,
  .media.accordion-inner .media-body {
    clear: both;
  }

  .services-wrap {
    padding: 40px 0 40px 30px;
  }

  .recent-work-wrap .overlay {
    padding: 15px;
  }

  .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
  }

  .sinlge-skill {
    width: 150px;
    height: 150px;
  }

  .sinlge-skill p em {
    font-size: 25px;
  }

  .sinlge-skill p {
    font-size: 16px;
  }

  .team-bar .first-one-arrow {
    width: 2%;
  }

  .team-bar .first-arrow {
    width: 18%;
  }

  .team-bar .second-arrow {
    width: 24%;
  }

  .team-bar .third-arrow {
    width: 15%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  .blog .blog-item .entry-meta>span a {
    font-size: 10px;
  }

  #certify .swiper-slide {
    width: 285px;
    height: 396px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
  }

  #certify .swiper-slide .imgWrap {
    height: 200px;
  }

  #certify .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }

  #certify .swiper-slide .title {
    font-size: 22px;
    font-weight: 500;
    color: #000839;
    line-height: 30px;
    padding: 30px 0 9px 33px;
  }

  #certify .swiper-slide .con {

    height: 96px;
    font-size: 16px;
    font-weight: 400;
    color: #5B606A;
    line-height: 24px;
    padding-left: 33px;
    overflow: hidden;
    text-overflow: ellipsis;

  }

}

/* xs */
@media (max-width: 767px) {

  .container>.navbar-header,
  .container>.navbar-collapse {
    margin-left: 0;
  }

  .top-number {
    font-size: 14px;
  }

  input.search-form:hover {
    width: 120px;
  }

  .navbar-nav>li {
    padding-bottom: 0;
  }

  #main-slider .carousel h1 {
    font-size: 25px;
  }

  #main-slider .carousel h2 {
    font-size: 16px;
  }

  .feature-wrap h2,
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3,
  .single-services h3 {
    font-size: 14px;
  }


  .media.accordion-inner .pull-left,
  .media.accordion-inner .media-body {
    clear: both;
  }

  .accordion-inner h4 {
    margin-top: 10px;
  }

  .tab-wrap .media .pull-left {
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body {
    clear: both;
  }

  .nav-tabs>li.active>a:after {
    display: none;
  }

  #footer .col-sm-6 {
    text-align: center;
  }

  #footer .pull-right {
    float: none !important;
  }

  .sinlge-skill {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team .single-profile-top,
  .team .single-profile-bottom {
    margin-bottom: 30px;
  }

  .clients-area {
    padding: 60px 0;
  }

  .clients-area h1 {
    font-size: 25px;
  }

  .portfolio-item,
  #recent-works .col-xs-12.col-sm-4.col-md-3 {
    padding: 0 15px;
  }

  ul.social_icons li {
    margin-right: 0;
  }

  .blog .blog-item .entry-meta {
    margin-bottom: 20px;
  }

  .blog .blog-item .blog-content h3 {
    margin-bottom: 20px;
  }

  .post_reply_comments {
    padding-left: 20px;
  }


  /* ours */
  .container {
    width: 100%;
  }

  .margin-40 {
    margin-top: 20px;
  }

  .margin-70 {
    margin-top: 70px;
  }

  .padding-40 {
    padding-top: 20px;
  }

  .padding-100 {
    padding-top: 20px;
  }

  #MostRequestedContact .flex {
    display: block;
  }

  .requested {
    overflow: hidden;
    margin: 0 auto 14px;

  }

  .news,
  .special {
    width: 100%;
  }

  .line {
    border: none;
  }
#meet .title span span {
  font-weight: 700;
  font-size: 34px;
}


}

/* XS Portrait */
@media (max-width: 480px) {}