/* #scroll{
	overflow: hidden;
} */
body {
  color: #616161;
  font-size: 16px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: bold;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/* Links

/* header section start ============= */

.mobile-menu.mean-container {
    overflow: hidden;
}

a {
    color: #616161;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:focus,
a:active {
    color: #0c5adb;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}

.topbar .topbar-wrapper .topbar-contact {
    display: flex;
    justify-content: space-between; /* 将内容分散到两端 */
    align-items: center;
    padding: 10px 0; /* 根据需要调整内边距 */
}

/* logoname 内部使用 flex 布局以使 logo 和 cname 水平排列 */
.topbar .topbar-wrapper .topbar-contact .logoname {
    display: flex;
    align-items: center;
    gap: 10px; /* 调整 logo 和文字之间的间距 */
}

/* 确保 h3 标签没有额外的外边距 */
.topbar .topbar-wrapper .topbar-contact .cname h3 {
    margin: 0;
    font-size: 24px; /* 根据需要调整字体大小 */
    color: #000;
    text-align: left; /* 关键！取消居中 */
}

/* 右侧内容样式 */
.topbar .topbar-wrapper .topbar-contact .content {
    display: flex;
    align-items: center;
}

.topbar .topbar-wrapper .topbar-contact .content .button a {
    text-decoration: none;
    background-color: #102E46;
    font-size: 15px;
    color: #fff;
    padding: 14px 32px;
    text-align: center;
    font-weight: 500;
    font-family: "Roboto";
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 25px;
}

.topbar .topbar-wrapper .topbar-contact .content .button a:hover {
    background-color: #F4BA48;
    transition: 0.5s;
}

.topbar .topbar-wrapper .topbar-contact .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px; /* 调整列表项之间的间距 */
}

.topbar .topbar-wrapper .topbar-contact .content ul li {
    padding-right: 20px;
    color: #F4BA48;
}

.topbar .topbar-wrapper .topbar-contact .content ul li a {
    text-decoration: none;
    color: #F4BA48;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

.topbar .topbar-wrapper .topbar-contact .content ul li a i {
    padding-right: 10px;
}

/* header section end ============= */


.sticky-nav {
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background: #102E46;
  z-index: 9999 !important;
  animation-name: slideInDown;
  animation-duration: 1.5s;
}

.menu {
  background: #102E46;
  position: relative;
}

.menu .main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu .main-menu nav ul {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.menu .main-menu nav ul a {
    text-decoration: none;
    padding-right: 30px;
    padding-left: 0px;
    text-transform: capitalize;
    margin: 0 28px;
    margin-left: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 33px 0;
    display: inline-block;
}

.menu .main-menu .menu-icon a i {
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  margin: 0px 6px;
  height: 36px;
  width: 36px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
  transition: 0.5s;
}

.menu .main-menu .menu-icon a i:hover {
  color: #fff;
  background: #F4BA48;
  border: 1px solid #F4BA48;
  transition: 0.5s;
}

/*sub-menu*/
.main-menu ul li.menu-item-has-children {
    position: relative;
}

.main-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #F4BA48;
    border-radius: 3px 3px 0 0;
}

.main-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-menu ul li .sub-menu li a {
    display: block;
    padding: 15px 19px;
    color: #012766;
    width: 200px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.main-menu ul li .sub-menu li a:hover {
    background: #102E46;
    color: #fff;
}




/* Hero section start ===================== */
.hero-section {
  position: relative;
}

.hero-section .hero-slider {
  position: relative;
  height: 825px;
}

.hero-section .slider-content {
  position: absolute;
  z-index: 1;
  width: 50%;
  color: #fff;
  text-align: center;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.hero-section .slider-content .text-section h4 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.hero-section .slider-content .text-section h1 {
  color: yellow;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.2;
  font-size: 80px;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
}

.hero-section .slider-content .text-section p {
  margin: 15px auto 40px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  padding: 10px 0px;
  line-height: 1.8;
}

.hero-section .slider-content .button {
  display: flex;
  justify-content: center;
}

.hero-section .slider-content .button .button-1 a {
  display: inline-block;
  border: 1px solid #F4BA48;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: #F4BA48;
  padding: 14px 32px;
  text-decoration: none;
  margin-right: 15px;
  font-family: "Roboto", sans-serif;
}

.hero-section .slider-content .button .button-1 a:hover {
  background: #226186;
  border: 1px solid #226186;
  transition: 0.5s;
}

.hero-section .slider-content .button .button-2 a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  font-weight: 500;
  padding: 12px 32px;
  text-transform: uppercase;
  margin-right: 11px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.hero-section .slider-content .button .button-2 a:hover {
  background: #226186;
  border: 1px solid #226186;
  transition: 0.5s;
}

.hero-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.hero-section .owl-nav button.owl-next {
  position: absolute;
  right: 5%;
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 30px;
  background-color: transparent;
  border: 1px solid #FFF;
  line-height: 33px;
}

.hero-section .owl-nav button span {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.hero-section .owl-nav button.owl-next:hover {
  background-color: #F4BA48;
  transition: 0.5s;
  border: 1px solid #F4BA48;
}

.hero-section .owl-nav button.owl-prev {
  position: absolute;
  left: 5%;
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 30px;
  background-color: transparent;
  border: 1px solid #FFF;
  line-height: 33px;
}

.hero-section .owl-nav button.owl-prev:hover {
  background-color: #F4BA48;
  transition: 0.5s;
  border: 1px solid #F4BA48;
}

/* Hero section end ===================== */

advantage-section
/* Service section start ============ */
.advantage-section {
  margin-top: 115px;
  margin-bottom: 125px;
}

.advantage-section .advantage-text-section .advantage-top {
  display: flex;
  flex-wrap: wrap;
}

.advantage-section .advantage-text-section .advantage-title {
  width: 30%;
}

.advantage-section .advantage-text-section .advantage-title h3 {
  text-align: end;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #f4ba48;
  font-family: "Roboto", sans-serif;
}

.advantage-section .advantage-text-section .advantage-title h2 {
  color: #f4ba48;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.advantage-section .advantage-text-section .advantage-top .image {
  width: 10%;
  text-align: center;
}

.advantage-section .advantage-text-section .text-p {
  width: 60%;
}

.advantage-section .advantage-text-section .text-p p {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
}

.advantage-section .advantage-text-section .main-content {
  padding: 0px 0px;
}

.advantage-section .advantage-text-section .main-content .content {
  padding-top: 70px;
}

.advantage-section .advantage-text-section .main-content .image img {
  width: 100%;
}

.advantage-section .advantage-text-section .main-content .content .description h2 {
  color: #333333;
  font-size: 24px;
  margin: 29px 0 11px 0;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.advantage-section .advantage-text-section .main-content .content .description p {
  color: #666666;
  line-height: 1.8;
}

.advantage-section .advantage-text-section .main-content .content .bar {
  height: 1px;
  width: 100%;
  background-color: #555;
  margin: 35px 0px 0px 0px;
}

.advantage-section .advantage-text-section .main-content .content:hover .bar {
  background-color: #ffc107;
  transition: 0.5s;
}

/* advantage section end ============ */

/* Service section start ============ */
.service-section {
  margin-top: 115px;
  margin-bottom: 125px;
}

.service-section .service-text-section .service-top {
  display: flex;
  flex-wrap: wrap;
}

.service-section .service-text-section .service-title {
  width: 30%;
}

.service-section .service-text-section .service-title h3 {
  text-align: end;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #f4ba48;
  font-family: "Roboto", sans-serif;
}

.service-section .service-text-section .service-title h2 {
  color: #f4ba48;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}

.service-section .service-text-section .service-top .image {
  width: 10%;
  text-align: center;
}

.service-section .service-text-section .text-p {
  width: 60%;
}

.service-section .service-text-section .text-p p {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
}

.service-section .service-text-section .main-content {
  padding: 0px 0px;
}

.service-section .service-text-section .main-content .content {
  padding-top: 70px;
}

.service-section .service-text-section .main-content .image img {
  width: 100%;
}

.service-section .service-text-section .main-content .content .description h2 {
  color: #333333;
  font-size: 24px;
  margin: 29px 0 11px 0;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.service-section .service-text-section .main-content .content .description p {
  color: #666666;
  line-height: 1.8;
}

.service-section .service-text-section .main-content .content .bar {
  height: 1px;
  width: 100%;
  background-color: #555;
  margin: 35px 0px 0px 0px;
}

.service-section .service-text-section .main-content .content:hover .bar {
  background-color: #ffc107;
  transition: 0.5s;
}

/* Service section end ============ */

/* Counter section start ============= */
.counter-section {
  background-image: url("image/counter-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 753px;
  position: relative;
}

.counter-section .counter-wraper {
  background-color: #102E46;
  color: #fff;
  position: absolute;
  top: 130px;
  width: 53%;
  left: 50%;
  transform: translatex(-50%);
}

.counter-section .counter-wraper .counter-content {
  margin: 94px 150px 0px 150px;
}

.counter-section .counter-wraper .counter-content .title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 36px;
}

.counter-section .counter-wraper .counter-content .description p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 40px;
  margin-bottom: 30px;
}

.counter-section .counter-wraper .counter-content .list ul {
  margin: 0;
  padding: 0;
}

.counter-section .counter-wraper .counter-content .list ul li {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  list-style: none;
  margin-top: 15px;
}

.counter-section .counter-wraper .counter-content .list ul li i {
  color: #F4BA48;
  margin-right: 7px;
}

.counter-section .counter-wraper .counter-content .counter-box {
  display: flex;
  justify-content: center;
}

.counter-section .counter-wraper .counter-content .counter-box .content {
  padding: 60px;
  position: relative;
  bottom: 20px;
}

.counter-section .counter-wraper .counter-content .counter-box .content h1 {
  color: #fff;
  font-size: 60px;
  display: inline-block;
  font-weight: bold;
}

.counter-section .counter-wraper .counter-content .counter-box .content h4 {
  color: #f4ba48;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 2px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2;
}

.counter-section .counter-wraper .counter-content .counter-box .content .bar {
  position: absolute;
  height: 100px;
  width: 1px;
  background-color: #fff;
  bottom: 27%;
  left: 0%;
}

/* Counter section end ============= */
/* Team section start =============== */
.team-section {
  margin-top: 180px;
}

.team-section .team-text-section .team-top {
  display: flex;
  flex-wrap: wrap;
}

.team-section .team-text-section .team-title {
  width: 30%;
}

.team-section .team-text-section .team-title h3 {
  text-align: left;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #f4ba48;
  font-family: "Roboto", sans-serif;
}

.team-section .team-text-section .team-title h2 {
  color: #f4ba48;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: end;
}

.team-section .team-text-section .image {
  width: 10%;
  text-align: center;
}

.team-section .team-text-section .text-p {
  width: 60%;
}

.team-section .team-text-section .text-p p {color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  /* padding-right: 90px;
  padding-top: 20px; */
  text-align: left;
}

.team-section .team-text-section .team-main-content {
  padding: 0px 0px;
}

.team-section .team-text-section .team-main-content .content {
  padding-top: 70px;
  position: relative;
}

.team-section .team-text-section .team-main-content .content .image {
  padding: 0px;
  margin: 0px;
  display: inline-block;
  width: 100%;
}

.team-section .team-text-section .team-main-content .content .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(17, 46, 71, 0.7);
  transition: 0.5s;
  opacity: 0;
}

.team-section .team-text-section .team-main-content .content:hover .image::before {
  opacity: 1;
  transition: 0.5s;
}

.team-section .team-text-section .team-main-content .content .image img {
  width: 100%;
}

.team-section .team-text-section .team-main-content .content .description {
  text-align: center;
  margin-top: 20px;
}

.team-section .team-text-section .team-main-content .content .description h3 {
  margin-bottom: 0px;
}

.team-section .team-text-section .team-main-content .content .description h3 a {
  color: #333333;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
}

.team-section .team-text-section .team-main-content .content .team-icon {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translatex(-50%);
  opacity: 0;
}

.team-section .team-text-section .team-main-content .content:hover .team-icon {
  opacity: 1;
}

.team-section .team-text-section .team-main-content .content .team-icon a {
  display: inline-block;
}

.team-section .team-text-section .team-main-content .content .team-icon a i {
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  margin: 0px 6px;
  height: 40px;
  width: 40px;
  line-height: 21px;
  text-align: center;
  display: inline-block;
}

.team-section .team-text-section .team-main-content .content .team-icon a i:hover {
  background: #ffc107;
  border: 1px solid #ffc107;
  transition: 0.5s;
}

.team-section .team-text-section .team-main-content .content .bar {
  height: 1px;
  width: 100%;
  background-color: #555;
  margin: 35px 0px 0px 0px;
}

.team-section .team-text-section .team-main-content .content:hover .bar {
  background-color: #ffc107;
  transition: 0.5s;
}

/* Team section end =============== */
/* Portfolio section stsrt =========== */
.protfolio-section {
  margin-top: 100px;
  margin-bottom: 100px;
  background: #102E46;
}

.protfolio-section .custom-container {
  padding: 0px 15px 0px 0px;
  position: relative;
}

.protfolio-section .protfolio-box {
  /* background: #102E46; */
  color: #fff;
}

.protfolio-section .protfolio-box .protfolio-content {
  padding-left: 80px;
}

.protfolio-section .protfolio-box .protfolio-content h2 {
  font-size: 36px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.protfolio-section .protfolio-box .protfolio-content p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  padding: 30px 64px 19px 0px;
}

.protfolio-section .protfolio-box .protfolio-content .button a {
  text-decoration: none;
  background-color: #ffc107;
  font-size: 15px;
  color: #fff;
  padding: 15px 26px;
  text-align: center;
  font-weight: 500;
  font-family: "Roboto";
  letter-spacing: 1px;
  border-radius: 4px;
  display: inline-block;
}

.protfolio-section .protfolio-box .protfolio-content .button a:hover {
  background: #fff;
  color: #F4BA48;
  transition: 0.5s;
}

.protfolio-section .protfolio-slider .slider-content .image {
  position: relative;
}

.protfolio-section .protfolio-slider .slider-content .image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 500ms;
  transition: 0.5s;
}

.protfolio-section .protfolio-slider .slider-content .pluse-section {
  position: absolute;
  z-index: 1;
  top: 64%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s;
}

.protfolio-section .protfolio-slider .slider-content:hover .pluse-section {
  opacity: 1;
  position: absolute;
  z-index: 1;
  top: 64%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}

.protfolio-section .protfolio-slider .slider-content:hover .image::before {
  opacity: 1;
  transition: 0.5s;
}

.protfolio-section .protfolio-slider .slider-content .pluse-section .pluse {
  height: 2px;
  width: 100px;
  background: #fff;
  position: relative;
  margin: -50px 0px;
  text-align: center;
}

.protfolio-section .protfolio-slider .slider-content .pluse-section .pluse::before {
  content: "";
  position: absolute;
  top: -50px;
  height: 100px;
  width: 2px;
  background: #fff;
}

.protfolio-section .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  right: 47%;
  bottom: -10%;
  transition: 0.5s;
}

.protfolio-section .owl-carousel .owl-dots button {
  height: 4px;
  width: 35px;
  background: #bfcadc;
  margin-right: 5px;
  transition: 0.5s;
}

.protfolio-section .owl-carousel .owl-dots button.active {
  background: #F4BA48;
  height: 6px;
  width: 45px;
  transition: 0.5s;
}

/* Portfolio section end =========== */
/* Video section start ================  */
.video-section {
  padding-top: 10px;
  margin-bottom: 120px;
}

.video-section .left-content {
  position: relative;
}

.video-section .left-content .icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 30%;
  color: #fff;
  height: 65px;
  width: 65px;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 37px;
  padding-left: 18px;
}

.video-section .left-content .icon a {
  color: #fff;
}

.video-section .left-content .contact {
  height: 190px;
  background: #102E46;
  color: #fff;
  margin-top: 25px;
  text-align: center;
}

.video-section .left-content .image img {
  width: 100%;
}

.video-section .left-content .contact h2 {
  color: #F4BA48;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  padding-top: 50px;
  padding-bottom: 10px;
}

.video-section .left-content .contact span {
  font-size: 25px;
  color: #fff;
}

.video-section .video-slider {
  background: #F6F6F6;
  padding: 71px 0px 107px 0px;
}

.video-section .video-slider .video-slider-content .image {
  width: 21%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.video-section .video-slider .video-slider-content {
  text-align: center;
}

.video-section .video-slider .video-slider-content p {
  font-family: "Roboto", sans-serif;
  color: #777777;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  margin: auto;
  line-height: 2;
  padding: 34px 60px;
}

.video-section .video-slider .video-slider-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 700;
  margin-top: 7px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif;
}

.video-section .owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  right: 39%;
  bottom: 9%;
}

.video-section .owl-carousel .owl-dots button {
  height: 3px;
  width: 35px;
  background: #102E46;
  margin-right: 5px;
}

.video-section .owl-carousel .owl-dots button.active {
  background: #F4BA48;
  height: 3px;
  width: 35px;
}

/* Video section end ================  */
/* Bolog section start ================ */
.blog-section {
  /* margin-top: 120px; */
  background: #F6F6F6;
  padding-bottom: 110px;
}

.blog-section .blog-wraper {
  padding-top: 110px;
}

.blog-section .blog-wraper .blog-header .blog-top {
  display: flex;
  flex-wrap: wrap;
}

.blog-section .blog-wraper .blog-header .blog-top .blog-title {
  width: 30%;
}

.blog-section .blog-wraper .blog-header .blog-top .blog-title h3 {
  text-align: end;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #f4ba48;
  font-family: "Roboto", sans-serif;
}

.blog-section .blog-wraper .blog-header .blog-top .blog-title h2 {
  color: #f4ba48;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: end;
}

.blog-section .blog-wraper .blog-header .blog-top .image {
  width: 10%;
  text-align: center;
}

.blog-section .blog-wraper .blog-header .blog-top .text-p {
  width: 60%;
}

.blog-section .blog-wraper .blog-header .blog-top .text-p p {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
}

.blog-section .blog-wraper .blog-slider {
  padding-top: 70px;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content {
  position: relative;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .content {
  background: #fff;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-right: 10px;
  position: relative;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .name ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding: 54px 0px 0px 0px;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .name ul li a {
  display: inline-block;
  margin-right: 30px;
  color: #F4BA48;
  text-decoration: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .name h2 a {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-size: 19px;
  line-height: 1.2;
  color: #232323;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .name h2 a:hover {
  color: #F4BA48;
  transition: 0.5s;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .name p {
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .name a {
  color: #F4BA48;
  margin-bottom: 15px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .content .date {
  position: absolute;
  display: inline-block;
  top: -58px;
}

.blog-section .blog-wraper .blog-slider .blog-slider-content .content .date span {
  width: 81px;
  display: block;
  background: #F4BA48;
  height: 83px;
  text-align: center;
  padding: 17px 7px 0px 7px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
}

.blog-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.blog-section .owl-nav button.owl-next {
  position: absolute;
  right: -70px;
  color: #fff;
  background-color: #F4BA48;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 40px;
  opacity: 0;
}

.blog-section .owl-nav button.owl-next:hover {
  background-color: #102E46;
  transition: 0.5s;
}

.blog-section .blog-wraper .blog-slider:hover .owl-nav button.owl-next {
  opacity: 1;
  transition: 0.5s;
}

.blog-section .owl-nav button.owl-prev {
  position: absolute;
  left: -70px;
  color: #fff;
  background-color: #F4BA48;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 30px;
  opacity: 0;
}

.blog-section .owl-nav button.owl-prev:hover {
  background-color: #102E46;
  transition: 0.5s;
}

.blog-section .blog-wraper .blog-slider:hover .owl-nav button.owl-prev {
  opacity: 1;
  transition: 0.5s;
}

/* Bolog section end ================ */
/* Footer section start ============== */
.footer-section {
  background-image: url("image/footer-bg1.jpg");
  background-repeat: no-repeat;
  padding-top: 90px;
  background-position: center center;
  background-size: cover;
}

.footer-section .main-section p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  margin: 40px 30px 34px 0px;
}

.footer-section .main-section .icon a i {
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
  margin: 0px 6px;
  height: 35px;
  width: 35px;
  line-height: 15px;
  text-align: center;
  display: inline-block;
}

.footer-section .main-section .icon a i:hover {
  background: #ffc107;
  border: 1px solid #ffc107;
  transition: 0.5s;
}

.footer-section .main-section h2 {
  font-size: 21px;
  margin-bottom: 28px;
  margin-top: 15px;
  position: relative;
  color: #f8f9fe;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.footer-section .main-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section .main-section ul li {
  padding-bottom: 12px;
}

.footer-section .main-section ul a {
  color: #f8f9fe;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  transition: 0.5s;
}

.footer-section .main-section ul a:hover {
  color: #ffc107;
  transition: 0.5s;
}

.footer-section .main-section .post-image {
  display: flex;
}

.footer-section .main-section .post-image .image {
  padding: 0px 20px 42px 0px;
}

.footer-section .main-section .post-image .post-text h4 a {
  color: #f8f9fe;
  font-size: 16px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  transition: 0.5s;
  font-weight: 500;
}

.footer-section .main-section .post-image .post-text h4 a:hover {
  color: #ffc107;
  transition: 0.5s;
}

.footer-section .main-section .post-image .post-text span {
  color: #fff;
}

.footer-section .main-section h3 {
  color: #f4ba48;
  font-weight: bold;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
}

.footer-section .main-section h3 span {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}

.footer-section .cuppyRight-section {
  background: rgba(17, 46, 71, 0.9);
  text-align: center;
  margin-top: 135px;
}

.footer-section .cuppyRight-section p {
  color: #fff;
  padding: 30px 0px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}

/* Footer section end ============== */
/* ================================ Responsive start ============================ */
@media screen and (max-width: 1600px) {
  /* =====1600 Responsive hero section start====== */
  .hero-section .slider-content {
    width: 60%;
  }

  /* =====1600 Responsive hero section start====== */
  .counter-section .counter-wraper {
    top: 150px;
    width: 68%;
  }

  .protfolio-section .protfolio-box .protfolio-content p {
    padding: 30px 5px 19px 0px;
  }
}
@media screen and (max-width: 1400px) {
  /* =====1400 Responsive header section start====== */
  .counter-section .counter-wraper {
    width: 77%;
  }

  .protfolio-section .protfolio-box .protfolio-content {
    padding: 40px 0px 0px 32px;
  }

  .protfolio-section .protfolio-box .protfolio-content h2 {
    font-size: 33px;
  }

  .protfolio-section .protfolio-box .protfolio-content p {
    padding: 30px 5px 9px 0px;
  }
}
@media screen and (max-width: 1366px) {
  /* =====1600 Responsive hero section start====== */
  .hero-section .slider-content {
    width: 65%;
  }

  /* =====1366 Responsive protfolio section start====== */
  .protfolio-section .protfolio-box .protfolio-content p {
    padding: 25px 5px 0px 0px;
  }

  /* =====1400 Responsive header section start====== */
  .protfolio-section .protfolio-box .protfolio-content h2 {
    font-size: 31px;
  }
}
@media screen and (max-width: 1100px) {
  /* ==========================1100 Responsive team section start=============================== */
  .team-section {
    margin-top: 220px;
  }

 
}


@media only screen and (max-width: 992px) {
	.hero-section .slider-content .text-section h1 {
    font-size: 59px;
}
	.counter-section .counter-wraper .counter-content .list ul li {
    font-size: 13px;
}
  .service-section .service-text-section .service-title h3 {
    font-size: 35px;
}
.video-section .video-slider .video-slider-content p {
    font-size: 15px;
}
	.topbar .topbar-wrapper .topbar-contact {
		display: block;

	}
	.topbar .topbar-wrapper .topbar-contact .image{
		text-align: center;
	}

	.topbar .topbar-wrapper .topbar-contact .content {
		display: none;
	}
	
	
	.team-section .team-text-section .team-main-content .content .team-icon {
		position: absolute;
		  bottom: 30%;
		  left: 50%;
		  transform: translatex(-50%);
		  opacity: 0;
	}
	
	
	.blog-section .owl-nav button.owl-next {
		right: -4px;

	}
	
	.blog-section .owl-nav button.owl-prev {
		left: -4px;
		
	}

}



@media only screen and (max-width: 991px) {
  /* =====991 Responsive header section start====== */
  .topbar .topbar-wrapper .topbar-contact {
    display: block;
    padding: 15px 0px;
  }

  .topbar .topbar-wrapper .topbar-contact .image {
    text-align: center;
  }

  .topbar .topbar-wrapper .topbar-contact .content {
    display: none;
  }

  /* =====991 Responsive menu section start====== */
 /*  .menu .main-menu {
    justify-content: center;
  }

  .menu .main-menu nav ul {
    
  }

  .menu .main-menu nav ul li a {
    padding-right: 12px;
    padding-left: 12px;
  }

  .menu .main-menu .menu-icon {
    display: none;
  } */

  /* =====991 Responsive Hero section start====== */
  .hero-section .slider-content {
    width: 81%;
  }

  .hero-section .slider-content .text-section h4 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
  }

  .hero-section .slider-content .text-section h1 {
    font-size: 60px;
  }

  .hero-section .owl-nav {
    top: 39%;
  }

  /* =====991 Responsive service section start====== */
  .service-section {
    margin-top: 115px;
  }

  .service-section .text-section .title {
    padding-top: 30px;
  }

  .service-section .service-text-section .service-title h3 {
    font-size: 32px;
  }

  .service-section .service-text-section .service-title h2 {
    font-size: 32px;
  }

  .service-section .text-section .image {
    display: inline-block;
    margin-left: 12px;
  }

  .service-section .text-section .text-p p {
    padding-right: 0px;
    padding-top: 20px;
  }

  /* =====991 Responsive counter section start====== */
  .counter-section {
    height: 555px;
    position: relative;
  }

  .counter-section .counter-wraper {
    width: 69%;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }

  .counter-section .counter-wraper .counter-content {
    margin: 30px 28px 0px 38px;
  }

  .counter-section .counter-wraper .counter-content .title h2 {
    font-size: 30px;
    text-align: center;
  }

  .counter-section .counter-wraper .counter-content .description p {
    font-size: 16px;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content {
    padding: 20px;
    margin: 17px 0px;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content h1 {
    font-size: 50px;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content h4 {
    font-size: 14px;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content .bar {
    height: 80px;
    bottom: 21%;
  }

  /* =====991 Responsive team section start====== */
  .team-section {
    margin-top: 210px;
  }

  .team-section .team-text-section .team-title {
    padding-top: 30px;
  }

  .team-section .team-text-section .team-title h3 {
    font-size: 32px;
  }

  .team-section .team-text-section .team-title h2 {
    font-size: 32px;
  }

  .team-section .team-text-section .text-p p {
    padding-right: 0px;
    padding-top: 20px;
  }
  
  
  .team-section .team-text-section .team-main-content .content .team-icon {
	
	}

  /* =====991 Responsive protfolio section start====== */
  .protfolio-section .protfolio-box .protfolio-content {
    padding: 34px 0px 47px 30px;
  }

  .protfolio-section .protfolio-box .protfolio-content h2 {
    font-size: 30px;
  }

  .protfolio-section .protfolio-box .protfolio-content p {
    font-size: 18px;
    padding: 21px 0px 12px 0px;
    line-height: 1.4;
  }

  .protfolio-section .protfolio-box .protfolio-content .button a {
    font-size: 15px;
    padding: 12px 12px;
  }

  .protfolio-section .owl-carousel .owl-dots {
    bottom: -12%;
  }

  /* =====991 Responsive video section start====== */
  .video-section {
    padding-top: 30px;
  }

  .video-section .video-slider {
    padding: 45px 0px 107px 0px;
  }

  .video-section .left-content .icon {
    left: 50%;
    transform: translate(-50%);
    top: 18%;
    color: #fff;
    height: 60px;
    width: 60px;
    font-size: 37px;
    padding-left: 18px;
  }

  .video-section .left-content .contact h2 {
    font-size: 22px;
    padding-top: 57px;
    padding-bottom: 10px;
  }

  .video-section .left-content .contact span {
    font-size: 20px;
  }

  .video-section .video-slider .video-slider-content p {
    padding: 48px 50px 32px 50px;
    line-height: 1.8;
  }

  .video-section .video-slider .video-slider-content h2 {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .video-section .owl-carousel .owl-dots {
    right: 36%;
    bottom: 9%;
  }

  /* =====991 Responsive blog section start====== */
  .blog-section {
    margin-top: 100px;
    padding-bottom: 80px;
  }

  .blog-section .blog-wraper {
    padding-top: 80px;
  }

  .blog-section .blog-wraper .blog-header .blog-title {
    padding-top: 26%;
    padding-top: 17px;
  }

  .blog-section .blog-wraper .blog-header .blog-title h3 {
    font-size: 26px;
  }

  .blog-section .blog-wraper .blog-header .blog-title h2 {
    font-size: 26px;
  }

  .blog-section .blog-wraper .blog-header .image {
    display: inline-block;
  }

  .blog-section .blog-wraper .blog-header .text-p p {
    padding-right: 0px;
    padding-top: 20px;
  }

  .blog-section .blog-wraper .blog-slider {
    padding-top: 70px;
  }

  .blog-section .blog-wraper .blog-slider .blog-slider-content .name ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    padding: 50px 0px 0px 0px;
  }

  .blog-section .blog-wraper .blog-slider .blog-slider-content .name ul li a {
    margin-right: 35px;
    font-size: 16px;
    line-height: 1.8;
  }

  .blog-section .blog-wraper .blog-slider .blog-slider-content .name h2 a {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  /* .blog-section .blog-wraper .blog-slider .blog-slider-content .content .date {
    top: 227px;
  } */
  .blog-section .blog-wraper .blog-slider .blog-slider-content .content .date span {
    width: 75px;
    height: 79px;
    padding-top: 13px;
    font-size: 18px;
  }

  .blog-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 47px;
    right: 47px;
  }

  /* =====991 Responsive footer section start====== */
  .footer-section .main-section {
    padding-left: 15%;
  }

  .footer-section .footer-service {
    padding-left: 100px;
  }

  .footer-section .footer-post {
    margin-top: 30px;
  }

  .footer-section .footer-contact {
    padding-left: 100px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .team-section {
    margin-top: 284px;
  }
  
  .video-section .video-slider {
	padding: 45px 0px 88px 0px;
  }
  
  .video-section .video-slider .video-slider-content p {
	padding: 25px 5px 32px 5px;
	
  }


}
@media only screen and (max-width: 767px) {
  /* ==========================767 Responsive header section start=============================== */
  .topbar .topbar-wrapper .topbar-contact {
    padding: 7px 0px;
  }

  .topbar .topbar-wrapper .topbar-contact .image img {
    width: 110px;
  }

  /* =====767 Responsive menu section start====== */
  

  /* =====767 Responsive Hero section start====== */
  .hero-section .slider-content {
    width: 80%;
  }

  .hero-section .slider-content .text-section h1 {
    font-size: 50px;
  }

  /* =====767 Responsive service section start====== */
  .service-section {
    margin-top: 40px;
  }

  .service-section .service-text-section .service-title {
    padding-top: 42px;
  }

  .service-section .service-text-section .service-title h3 {
    font-size: 27px;
  }

  .service-section .service-text-section .service-title h2 {
    font-size: 27px;
  }

  .service-section .service-text-section .image {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
  }

  .service-section .service-text-section .text-p p {
    padding-right: 0px;
    padding-top: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .service-section .text-section .main-content .content .description h2 {
    font-size: 20px;
  }

  /* =====767 Responsive counter section start====== */
  .counter-section .counter-wraper {
    width: 90%;
  }

  .counter-section .counter-wraper .counter-content {
    margin: 54px 55px 0px 50px;
  }

  /* =====767 Responsive team section start====== */
  .team-section {
    margin-top: 208px;
  }

  .team-section .team-text-section .team-title {
    padding-top: 42px;
  }

  .team-section .team-text-section .team-title h3 {
    font-size: 29px;
  }

  .team-section .team-text-section .team-title h2 {
    font-size: 29px;
  }

  .team-section .team-text-section .image {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
  }

  .team-section .team-text-section .text-p p {
    padding-right: 0px;
    padding-top: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  /* =====767 Responsive protfolio section start====== */
  .protfolio-section .protfolio-box .protfolio-content {
    padding: 30px 0px 0px 32px;
  }

  .protfolio-section .protfolio-box .protfolio-content .button {
    padding-bottom: 22px;
  }

  /* =====767 Responsive video section start====== */
  .video-section {
    padding-top: 30px;
  }

  .video-section .video-slider {
    padding: 45px 0px 72px 0px;
  }

  .video-section .left-content .icon {
    left: 50%;
    transform: translate(-50%);
    top: 27%;
    color: #fff;
    height: 60px;
    width: 60px;
    font-size: 37px;
    padding-left: 18px;
  }

  .video-section .owl-carousel .owl-dots {
    right: 41%;
    bottom: 7%;
  }

  /* =====767 Responsive blog section start====== */
  .blog-section {
    margin-top: 100px;
  }

  .blog-section .blog-wraper .blog-header .blog-title {
    padding-top: 42px;
  }

  .blog-section .blog-wraper .blog-header .blog-top .blog-title h3 {
    font-size: 29px;
  }

  .blog-section .blog-wraper .blog-header .blog-top .blog-title h2 {
    font-size: 29px;
  }

  .blog-section .blog-wraper .blog-header .image {
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
  }

  .blog-section .blog-wraper .blog-header .text-p p {
    padding-right: 0px;
    padding-top: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .blog-section .blog-wraper .blog-slider {
    padding-top: 70px;
  }

  .blog-section .owl-nav {
    display: none;
  }

  /* =====767 Responsive footer section start====== */
  .footer-section .footer-service {
    padding-left: 83px;
  }

  .footer-section .footer-post {
    margin-top: 30px;
  }

  .footer-section .footer-contact {
    padding-left: 83px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 699px) {
  /* counter section======== */
  .counter-section .counter-wraper {
    width: 95%;
  }

  /* team section=================== */
  .team-section {
    margin-top: 110px;
  }

  .team-section .team-text-section .team-title h3 {
    font-size: 26px;
  }

  .team-section .team-text-section .team-title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .menu .main-menu {
    left: 0;
  }

  .hero-section .slider-content .button .button-1 a {
    padding: 15px 11px;
  }

  .hero-section .slider-content .button .button-2 a {
    padding: 13px 3px;
  }

  .service-section .service-text-section .service-title {
    padding-top: 30px;
  }

  .counter-section .counter-wraper .counter-content {
    margin: 31px 5px 0px 26px;
  }

  .team-section {
    margin-top: 290px;
  }

  .team-section .team-text-section .team-title {
    padding-top: 30px;
  }

  .blog-section .blog-wraper .blog-header .blog-title {
    padding-top: 29px;
  }

  .footer-section .footer-service {
    padding-left: 11px;
  }

  .footer-section .footer-contact {
    padding-left: 11px;
  }
}
@media only screen and (max-width: 320px) {
  .hero-section .slider-content .button .button-1 a {
    padding: 15px 11px;
  }

  .hero-section .slider-content .button .button-2 a {
    padding: 13px 3px;
  }

  .service-section .service-text-section .service-title {
    width: 86%;
  }

  .service-section .service-text-section .text-p {
    width: 100%;
  }

  .counter-section .counter-wraper .counter-content .title h2 {
    text-align: left;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content h1 {
    font-size: 36px;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content h4 {
    font-size: 7px;
  }

  .counter-section .counter-wraper .counter-content .counter-box .content {
    padding: 18px;
  }

  .team-section {
    margin-top: 412px;
  }

  .team-section .team-text-section .team-title {
    width: 86%;
  }

  .team-section .team-text-section .text-p {
    width: 100%;
  }

  .team-section .team-text-section .team-main-content .content .team-icon {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }

  .video-section .left-content .icon {
    top: 16%;
  }

  .video-section .video-slider .video-slider-content p {
    padding: 48px 0px 30px 0px;
  }

  .video-section .owl-carousel .owl-dots {
    right: 30%;
  }

  .blog-section .blog-wraper .blog-header .blog-top .blog-title {
    width: 86%;
  }

  .blog-section .blog-wraper .blog-header .blog-top .text-p {
    width: 100%;
  }
}
/* =========================Home page end ========================================= */
/* ================================================================================ */
/* =========================About page start ========================================= */
/* ================================================================================ */
.bratecome-section {
  background-image: url("image/breadcrumb-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 207px 10px;
  position: relative;
  z-index: 1;
}

.bratecome-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.bratecome-section .contant {
  text-align: center;
}

.bratecome-section .contant .title h2 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}

.bratecome-section .contant .inner-contant ul {
  margin: 0;
  padding: 0;
}

.bratecome-section .contant .inner-contant ul li {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}

.bratecome-section .contant .inner-contant ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.bratecome-section .contant .inner-contant ul li i {
  margin: 0px 6px 0px 13px;
}

/* ================================ Responsive start ============================ */
@media screen and (max-width: 767px) {
  /* =====767 Responsive header section start====== */
  .bratecome-section {
    margin-bottom: 80px;
  }
}
/* =========================About page end ========================================= */
/* ================================================================================ */
/* =========================Project page start ========================================= */
/* ================================================================================ */
.project-section {
  padding-top: 100px;
}

.project-section .text-section {
  margin-bottom: 71px;
}

.project-section .text-section .project-top {
  display: flex;
  flex-wrap: wrap;
}

.project-section .text-section .project-top .project-title {
  width: 30%;
}

.project-section .text-section .project-top .project-title h3 {
  text-align: end;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #f4ba48;
  font-family: "Roboto", sans-serif;
}

.project-section .text-section .project-top .project-title h2 {
  color: #f4ba48;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: end;
}

.project-section .text-section .project-top .image {
  width: 10%;
  text-align: center;
}

.project-section .text-section .project-top .text-p {
  width: 60%;
}

.project-section .text-section .project-top .text-p p {
  color: #666;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
}

.project-section .text-section .main-content {
  margin-top: 100px;
  position: relative;
}

.project-section .text-section .main-content .content-body {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.project-section .text-section .main-content .content-body::before {
  content: "";
  background: rgba(244, 186, 72, 0.65);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transform-origin: top;
  transition: all 0.5s ease-out 0s;
  transform: perspective(15em) rotateX(-90deg);
  z-index: 1;
  left: 0;
}

.project-section .text-section .main-content .content-body:hover::before {
  opacity: 1;
  transition: 0.5s;
  transform: perspective(20px) rotateX(0);
}

.project-section .text-section .main-content .content-body .image img {
  height: 100%;
  width: 100%;
}

.project-section .text-section .main-content .content-body .title {
  text-align: center;
  background-color: #fff;
  width: 80%;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%);
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.project-section .text-section .main-content .content-body:hover .title {
  opacity: 1;
  transition: 0.5s;
  bottom: 7%;
}

.project-section .text-section .main-content .content-body .title h4 a {
  font-size: 22px;
  font-weight: 700;
  color: #232323;
  display: inline-block;
  text-decoration: none;
}

.project-section .text-section .main-content .content-body .title p {
  font-size: 19px;
  color: #F4BA48;
  padding-bottom: 8px;
}

/* ================================ Responsive start ============================ */
@media screen and (max-width: 991px) {
  /* =====991 Responsive header section start====== */
  .project-section .text-section .title {
    padding-top: 30px;
  }

  .project-section .text-section .title h3 {
    font-size: 25px;
  }

  .project-section .text-section .title h2 {
    font-size: 25px;
  }

  .project-section .text-section .logo .image {
    display: inline-block;
    margin-left: 5px;
  }

  .project-section .text-section .text-p p {
    padding-right: 0px;
    padding-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  /* =====767 Responsive header section start====== */
  .project-section {
    padding-top: 0px;
  }

  .project-section .text-section .title h3 {
    font-size: 25px;
  }

  .project-section .text-section .title h2 {
    font-size: 25px;
  }

  .project-section .text-section .logo .image {
    display: inline-block;
    margin-top: 20px;
    margin-left: -6px;
  }

  .project-section .text-section .text-p p {
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 700px) {
  .project-section .text-section .project-top .project-title h3 {
    font-size: 33px;
  }

  .project-section .text-section .project-top .project-title h2 {
    font-size: 33px;
  }

  .project-section .text-section .project-top .project-title {
    width: 86%;
  }

  .project-section .text-section .project-top .text-p {
    width: 100%;
  }
}
/* =========================Project page end ========================================= */
/* ================================================================================ */
/* =========================Blog page start ========================================= */
/* ================================================================================ */
.inar-blog-section {
  margin: 100px 0px 55px 0px;
}

.inar-blog-section .blog-content {
  position: relative;
  margin-bottom: 45px;
  border: 1px solid #e6e6e6;
  transition: 0.5s;
}

.inar-blog-section .blog-content:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.inar-blog-section .blog-content .image img {
  height: 100%;
  width: 100%;
}

.inar-blog-section .blog-content .content {
  background: #fff;
  padding-left: 20px;
  padding-bottom: 30px;
}

.inar-blog-section .blog-content .name ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  padding: 50px 0px 15px 0px;
}

.inar-blog-section .blog-content .name ul li a {
  display: inline-block;
  margin-right: 35px;
  color: #F4BA48;
  text-decoration: none;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.inar-blog-section .blog-content .name h2 a {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  color: #232323;
  font-weight: 700;
  text-decoration: none;
}

.inar-blog-section .blog-content .content .date {
  position: absolute;
  display: inline-block;
  top: 148px;
}

.inar-blog-section .blog-content .content .date span {
  width: 83px;
  display: block;
  background: #F4BA48;
  height: 85px;
  text-align: center;
  padding: 18px 7px 0px 7px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
}

@media screen and (max-width: 991px) {
  /* =====991 Responsive header section start====== */
  .inar-blog-section .blog-content .name ul {
    padding: 60px 0px 15px 0px;
  }

  .inar-blog-section .blog-content .content .date {
    top: 215px;
  }
}
@media screen and (max-width: 767px) {
  /* =====767 Responsive header section start====== */
  .inar-blog-section .blog-content .name h2 a {
    font-size: 19px;
  }

  .inar-blog-section .blog-content .content .date {
    top: 145px;
  }
}
/* =========================Blog page end ========================================= */
/* ================================================================================ */
/* =========================Contact page start ========================================= */
/* ================================================================================ */
.contact-section {
  padding: 90px 0px 140px 0px;
}

.contact-section .contact {
  position: relative;
}

.contact-section .contact .under-line {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #555;
  bottom: -55px;
}

.contact-section .contact .title h1 {
  font-size: 19px;
  color: #F4BA48;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 20px;
}

.contact-section .contact p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}

.contact-section .main-content .form-title h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 80px;
  margin-top: 0px;
}

.contact-section .main-content {
  position: relative;
}

.contact-section .main-content .title-undr-line {
  background-color: #F4BA48;
  height: 1px;
  width: 22%;
  position: absolute;
  bottom: 88%;
}

.contact-section .form-section {
  padding-top: 175px;
}

.contact-section .form-section .name input {
  margin-bottom: 44px;
  border: 0;
  border-bottom: 1px solid #555;
  outline: 0;
  /* width: 100%; */
  padding: 1px 2px;
  width: 44%;
  margin-right: 30px;
}

.contact-section .form-section .name input::placeholder {
  font-size: 17px;
  font-weight: 500;
}

.contact-section .form-section .number input {
  margin-bottom: 44px;
  border: 0;
  border-bottom: 1px solid #555;
  outline: 0;
  padding: 1px 2px;
  width: 44%;
  margin-right: 30px;
}

.contact-section .form-section .number input::placeholder {
  font-size: 17px;
  font-weight: 500;
}

.contact-section .form-section textarea {
  margin-bottom: 44px;
  border: 0;
  border-bottom: 1px solid #555;
  outline: 0;
  padding: 8px 2px 100px 0px;
  width: 94%;
}

.contact-section .form-section textarea::placeholder {
  font-size: 17px;
  font-weight: 500;
}

.contact-section .form-section .submit input {
  background-color: #F4BA48;
  border: 1px solid #F4BA48 !important;
  color: #fff;
  font-size: 16px;
  height: 50px;
  width: 200px;
}

.contact-section .form-section .submit input:hover {
  background-color: #03396B;
  border: 1px solid #03396B !important;
  transition: 0.5s;
}

@media screen and (max-width: 991px) {
  /* =====991 Responsive header section start====== */
  .contact-section .form-section .name input {
    width: 100%;
  }

  .contact-section .form-section .number input {
    width: 100%;
  }

  .contact-section .form-section textarea {
    width: 100%;
  }

  .contact-section .form-section .submit {
    text-align: center;
  }

  .contact-section .form-section .submit input {
    margin-bottom: 40px;
    justify-content: center;
  }

  .contact-section .form-section .map iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* =====767 Responsive header section start====== */
  .contact-section {
    padding: 0px 0px 140px 0px;
  }

  .contact-section .main-content .title-undr-line {
    bottom: 91%;
  }

  .contact-section .form-section .name input {
    width: 100%;
  }

  .contact-section .form-section .number input {
    width: 100%;
  }

  .contact-section .form-section .map iframe {
    width: 100%;
  }
}
/* =========================Contact page end ========================================= */
/* ================================================================================ */
/* =========================Blog-detail page start ========================================= */
/* ================================================================================ */
.blog-detail-section {
  margin-top: 100px;
  margin-bottom: 65px;
}

.blog-detail-section .main-section .top-image img {
  width: 100%;
}

.blog-detail-section .main-section .text-detail {
  position: relative;
}

.blog-detail-section .main-section .text-detail span {
  color: #f4ba48;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
}

.blog-detail-section .main-section .text-detail a {
  color: #f4ba48;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  padding: 40px 33px 20px 10px;
}

.blog-detail-section .main-section .text-detail p {
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .text-detail h5 {
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  margin-bottom: 15px;
}

.blog-detail-section .main-section .text-detail .block {
  line-height: 1.5;
  background: #f6f6f6;
  font-style: normal;
  color: #232;
  font-weight: 400;
  padding: 26px 34px;
  font-size: 16px;
  border-left: 4px solid #f4ba48;
}

.blog-detail-section .main-section .text-detail h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
}

.blog-detail-section .main-section .text-detail .line {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  margin-top: 40px;
}

.blog-detail-section .main-section .text-detail .icon a {
  padding: 5px 0px 34px 17px;
  display: inline-block;
}

.blog-detail-section .main-section .text-detail .icon a i {
  border: 1px solid #e6e6e6;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  color: #565872;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .icon a i:hover {
  background: #f4ba48;
  border-color: #f4ba48;
  color: #fff;
  transition: 0.5s;
}

.blog-detail-section .main-section .text-detail .comment-title h3 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #232323;
  font-family: "Roboto", sans-serif;
  margin-bottom: 60px;
  margin-top: 70px;
}

.blog-detail-section .main-section .text-detail .left-comment-line {
  height: 1px;
  width: 100px;
  background: #f4ba48;
  right: 53%;
  bottom: 34%;
  position: absolute;
}

.blog-detail-section .main-section .text-detail .form .name input {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 44%;
  margin-right: 20px;
}

.blog-detail-section .main-section .text-detail .form .radio {
  margin: 20px 0px 20px 20px;
}

.blog-detail-section .main-section .text-detail .form .radio label {
  padding-left: 10px;
}

.blog-detail-section .main-section .text-detail .form .number input {
  height: 54px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 44%;
  margin-right: 20px;
}

.blog-detail-section .main-section .text-detail .form textarea {
  height: 80px;
  background-color: #fff;
  border-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 6px 20px;
  border-radius: 5px;
  width: 91%;
  margin: 25px 0px;
}

.blog-detail-section .main-section .text-detail .form .submit input {
  background-color: #F4BA48;
  border: 1px solid #F4BA48 !important;
  color: #fff;
  font-size: 16px;
  height: 65px;
  width: 200px;
}

/* .blog-detail-section .main-section .text-detail .form .submit input:hover{
    background-color: #03396B;
    border: 1px solid #03396B !important;
} */
.blog-detail-section .main-section .right-side {
  position: relative;
}

.blog-detail-section .main-section .right-side input {
  background: #fff none repeat scroll 0 0;
  height: 60px;
  border: 1px solid #ced4da;
  color: #616161;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.blog-detail-section .main-section .right-side .icon {
  position: absolute;
  right: 5px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 25px;
}

.blog-detail-section .main-section .right-side h2 {
  color: #333333;
  display: block;
  font-size: 24px;
  margin-bottom: 55px;
  margin-top: 30px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.blog-detail-section .main-section .right-side .line {
  height: 1px;
  width: 100px;
  background: #f4ba48;
  right: 26%;
  top: 19%;
  position: absolute;
}

.blog-detail-section .main-section .right-side .post {
  display: flex;
  margin-bottom: 15px;
}

.blog-detail-section .main-section .right-side .post .text h3 a {
  color: #333;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  margin-left: 22px;
  text-transform: capitalize;
  font-weight: 700;
}

.blog-detail-section .main-section .right-side .post .text span {
  color: #616161;
  font-size: 15px;
  margin-left: 22px;
}

.blog-detail-section .main-section .right-side h4 {
  color: #333333;
  display: block;
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 60px;
}

.blog-detail-section .main-section .right-side .comment-line {
  height: 1px;
  width: 100px;
  background: #f4ba48;
  right: 8%;
  bottom: 1%;
  position: absolute;
}

@media screen and (max-width: 991px) {
  /* =====991 Responsive header section start====== */
  .blog-detail-section .main-section .text-detail .left-comment-line {
    right: 48%;
    bottom: 33%;
  }

.hero-section .slider-content .text-section h1 {
    font-size: 57px;
}
  .blog-detail-section .main-section .text-detail .form .name input {
    width: 45%;
  }

  .blog-detail-section .main-section .text-detail .form .number input {
    width: 45%;
  }

  .blog-detail-section .main-section .text-detail .form textarea {
    width: 94%;
  }

  .blog-detail-section .main-section .text-detail .form .submit {
    margin-bottom: 33px;
  }

  .blog-detail-section .main-section .right-side .line {
    left: 46%;
    top: 20%;
  }

  .blog-detail-section .main-section .right-side h2 {
    margin-bottom: 30px;
  }

  .blog-detail-section .main-section .right-side .post .text h3 {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .blog-detail-section .main-section .right-side .post .text h3 a {
    font-size: 16px;
    line-height: 20px;
  }

  .blog-detail-section .main-section .right-side .post .text span {
    font-size: 14px;
  }

  .blog-detail-section .main-section .right-side h4 {
    font-size: 23px;
  }

  .blog-detail-section .main-section .right-side .comment-line {
    left: 70%;
    bottom: 1%;
    /* display: none; */
  }
}
@media screen and (max-width: 991px) {
  /* =====991 Responsive header section start====== */
  .blog-detail-section .main-section .text-detail .left-comment-line {
    right: 34%;
    bottom: 31%;
  }

  .blog-detail-section .main-section .text-detail .form .name input {
    width: 100%;
    margin-bottom: 22px;
  }

  .blog-detail-section .main-section .text-detail .form .radio {
    margin: 0px 0px 20px 20px;
  }

  .blog-detail-section .main-section .text-detail .form .number input {
    width: 100%;
    margin-bottom: 22px;
  }

  .blog-detail-section .main-section .text-detail .form textarea {
    width: 100%;
  }

  .blog-detail-section .main-section .text-detail .form .submit {
    margin-bottom: 33px;
  }

  .blog-detail-section .main-section .right-side input {
    width: 500px;
  }

  .blog-detail-section .main-section .right-side .icon {
    left: 188%;
  }

  .blog-detail-section .main-section .right-side .line {
    left: 64%;
    top: 21%;
  }

  .blog-detail-section .main-section .right-side .post .text h3 {
    width: 366px;
    margin-bottom: 8px;
  }

  .blog-detail-section .main-section .right-side .comment-line {
    left: 90%;
    bottom: 1%;
  }
}
/* =========================Blog-detail page end ========================================= */
/* ================================================================================ */
/* ===========================scroll strat===========================  */
/* ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}

.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}

.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.scroll-area .go-top::before {
  content: "";
  border: 2px solid #102E46;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.scroll-area .go-top:focus, .scroll-area .go-top:hover {
  color: #fff;
}

.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 80px;
  border-radius: 100%;
}

.top-wrap {
  position: relative;
}

.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #102E46;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}

.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}

.top-wrap .go-top-button::after {
  content: "";
  border: 2px solid #102E46;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.top-wrap .go-top-button:hover {
  background-color: #f4ba48;
  color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ===========================scroll end===========================  */
/* ===========================************===========================  */

/*# sourceMappingURL=style.css.map */


/*Loader*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999999;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #9A241C;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: '';
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #FF3C00;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: '';
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}

.transport-card .transport-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px; /* 可根据需要调整圆角大小，例如 8px、16px 等 */
	overflow: hidden;     /* 确保图片内容不会溢出圆角区域 */
}

.transport-card img.transport-img {
	width: 100%;
	height: auto;
	object-fit: cover; /* 如果你设定了固定高度，可保证图片填充不拉伸 */
}

.transport-title h2 {
  color: #f4ba48;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}


/* 行业显示弹窗 */
.vbox-content {
    overflow-y: auto;
    max-height: none !important;
    min-height: 300px;
    padding: 20px 0 0;
    box-sizing: border-box;
    height: auto !important;
    display: block;
}

/* 内层内容：允许自适应 */
.vbox-inline {
    width:60% !important;
    max-width: 900px !important;
    padding: 0 20px 20px;
    margin: 0 auto;
    box-sizing: border-box;
    height: auto !important;
    overflow: visible;
}

/* 图片样式 */
.vbox-inline .detail-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30 auto 20px; /* 上0，左右auto居中，下20px */
    display: block;
}

/* 标题样式 */
.vbox-inline h3 {
    margin: 0 0 15px; /* 上0（图片已留空），下15px */
    font-size: 1.3em;
    text-align: center;
    color: #333;
    line-height: 1.4;
}

/* 段落样式 */
.vbox-inline p {
    line-height: 1.7;
    font-size: 16px;
    text-align: left;
    margin: 10px 20px 30px; /* 上方保持10px，左右设置为20px，下方设置为30px */
    white-space: normal;
}

/* 移动端优化 */
@media (max-width: 768px) {
    .vbox-inline {
        width: 95% !important;
        padding: 15px 15px 20px;
    }

    .vbox-inline .detail-img {
        width: 100%;
        max-width: 100%; /* 移动端通常不需要缩放，取消 transform */
        transform: none; /* 移除缩放，避免溢出或性能问题 */
    }

    .vbox-inline h3 {
        font-size: 1.2em;
    }
}




/* 响应式调整 */
@media (max-width: 768px) {
  #services .title h2:first-child {
    margin-right: -6em; /* 调整为适合移动端的值 */
  }
  
  #services .title h2:last-child {
    margin-left: -6em; /* 调整为适合移动端的值 */
  }
}


/* 全局样式 */
/* 全局表单容器 */
.contact-section .main-content .form {
  width: 100%;
}

/* Name 和 Email 并排 */
.contact-section .main-content .form .name {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

/* 输入框基础样式 */
.contact-section .main-content .form .name input[type="text"],
.contact-section .main-content .form .name input[type="email"] {
  flex: 1;
  padding: 6px 20px; /* ← 统一左右 padding */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  outline: none;
  font-size: 14px;
}

/* 文本域样式 */
.contact-section .main-content .form textarea {
  width: 100%;
  height: 80px;
  padding: 6px 20px; /* ← 和 input 一致 */
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  resize: vertical;
  box-sizing: border-box;
  margin: 25px 0;
  font-size: 14px;
}

/* 聚焦高亮 —— 必须精确匹配选择器！ */
.contact-section .main-content .form .name input[type="text"]:focus,
.contact-section .main-content .form .name input[type="email"]:focus,
.contact-section .main-content .form textarea:focus {
  border-bottom: 2px solid #F4BA48;
  outline: none;
}

/* 响应式：小屏换行 */
@media (max-width: 768px) {
  .contact-section .main-content .form .name {
    flex-direction: column;
    gap: 10px;
  }

  .contact-section .main-content .form .name input[type="text"],
  .contact-section .main-content .form .name input[type="email"] {
    width: 100%;
  }
}



/* ========== 导航菜单布局 ========== */
.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-menu li {
  margin: 0 8px;
}

/* 所有主菜单链接 */
.nav-menu a {
  /* color: #fff; */
  text-decoration: none;
  font-weight: 500;
  padding: 12px 16px; /* 增加左右内边距，提升点击区域 */
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-block; /* 使 padding 生效 */
  border-radius: 4px; /* 圆角，与 lang-btn 一致 */
}

/* 悬停效果：变蓝色 + 轻微背景 */
.nav-menu a:hover {
  color: #007bff;
  background-color: rgba(0, 123, 255, 0.08);
}

/* 点击/激活态：下压 + 内阴影 */
.nav-menu a:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 123, 255, 0.15);
}

/* 键盘聚焦（无障碍支持） */
.nav-menu a:focus-visible {
  outline: 2px solid #007bff;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ========== 语言切换按钮 ========== */
.lang-switch {
  margin-left: 20px;
}

.lang-btn {
  background-color: rgb(244, 186, 72); /* #f4ba48 */
  color: black;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  line-height: 1.4;
}

.lang-btn:hover {
  background-color: #102d45;
  color: white !important;
}

.lang-btn:active {
  transform: translateY(1px);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #0d2438;
}

.lang-btn:focus-visible {
  outline: 2px solid #007bff;
  outline-offset: 2px;
  border-radius: 4px;
}