/*-- Basic --*/
:root {
  --body: #fff;
  --black: #000;
  --white: #ffffff;
  --theme: #ffe101;
  --theme2: #ff1749;
  --header: #171422;
  --base: #166FD3;
  --text: #5E5F63;
  --text2: #8A8C94;
  --border: #EEEFF4;
  --border2: #D7D7D7;
  --button: #1C2539;
  --button2: #030734;
  --ratting: #F09815;
  --bg: #F6F3EE;
  --bg2: #F6F6F6;
  --bg3: #F5F6FD;
  --bg4: #020001;
  --bg5: #F8F8F8;
  --bg6: #020626;
  --bg7: #EDEEEE;
  --bg8: #111;
  --color-gradient-1: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.36%, rgba(15, 116, 230, 0.55) 71.26%, #166FD3 100%);
  --color-gradient-2: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.78) 100%);
  ---box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.04);
      --bs-body-font-size: 1.35rem !important;
}
a {
  text-decoration: none;
  color: #f78e21;
}

a:hover {
  text-decoration: none;
  color: #f78e21;
}

p {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.7;
  margin: 0;
  color: #828282;
  font-weight: lighter;
}

.pt-90{padding-top:90px}
@media(max-width:767px){.pt-90{padding-top:50px}}
.pb-90{padding-bottom:90px}
@media(max-width:767px){.pb-90{padding-bottom:50px}}
.mt-90{margin-top:90px}
@media(max-width:767px){.mt-90{margin-top:50px}}

.mt-40{margin-top:40px}
@media(max-width:767px){.mt-40{margin-top:20px}}

/*-- Slider --*/

#slider {
  overflow: hidden;
}

.slider-caption {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 160px;
  color: #fff;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slider-caption h1 {
  font-size: 48px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #f78e21;
  text-transform: uppercase;
}

.slider-caption p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 15px;
}

.slider-caption a {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  background-color: #f78e21;
  width: 200px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

/*-- Heading --*/
.s-height{height: 84px;}
#heading {
  background: url(../imgs/bg-image.jpg?t=1.1.1) center;
  height: 250px;
  display: flex;
      justify-content: center;
      align-items: center;
}
#heading .heading-content{padding-top: 64px;}

#heading h2 {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#heading span {
	
  color: #fff;
  text-transform: uppercase;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.5);
}

.heading-content {
	max-width: 1100px;
	margin: auto;
	text-align: center;
}

@media (min-width: 1200px) {
    .h2,h2,.title {
        font-size:48px !important;
    }
}

.icon  {
	display: flex;
	align-items: center;
	margin: auto;
  border-radius: 50%;
  border: 2px solid #d51b32;
  color: #d51b32;
  font-size: 28px;
  line-height: 80px;
  width: 106px;
  height: 106px;
  
}
.icon svg{
	margin: auto;
}
.header{
    position: fixed;
    background-color: #fff !important;
    width: 100%;
    z-index: 999;
}
.bg-dark{background-color: #fff !important;}

.bg-dark{background: rgba(38, 43, 69, 1) !important;}
.navbar-toggler{outline: none;}
.navbar-toggler:focus{box-shadow:none;}

@media screen and (max-width:1200px){
	.header .container{max-width: 100%;}
}
@media screen and (max-width:830px){
	.navbar-nav .nav-item{margin: 0 !important;}
}
@media screen and (max-width:767.99px){
	.navbar-brand{padding-left: 1rem;}
	.navbar-toggler{margin-right: 1rem !important;}
	.header .container,.header .container-fluid{padding: 0;}
	.navbar-nav{padding:2rem 2rem;}
	.navbar-nav .nav-item{margin:0 !important;}
	.navbar-nav{padding:2rem 0 100vh;}
	.navbar-nav .nav-item{ border-bottom: 1px solid #eee;}
	.navbar-nav .nav-item .nav-link{padding:16px 32px;}
	}
	
.navbar-nav .nav-item{margin: 0 1rem;}
.navbar-nav .nav-link{padding:16px 0; font-size: 18px; font-weight: 500; color:#666 !important;}
.navbar-nav .nav-link:hover{color: #f78e21 !important;}
.navbar-nav .nav-link.active{color: #f78e21 !important;}

.header .navbar-brand{max-width: 260px;}
.header .navbar-brand img{width: 100%;}

.s1-contact > div{display: flex; align-items: center; justify-content: center;}
.s1-contact ul{list-style: none;}
.s1-contact ul li{display: flex; align-items:center; padding: 1rem 0; font-size: var( --bs-body-font-size); color: #828282; font-weight: 400;}
.s1-contact ul li svg{ min-width: 24px; height: 24px;}
.s1-contact ul li p{margin-left: 1.5rem; max-width: 480px;}
.s1-contact .img{text-align: center;}
.s1-contact .img img{width: 90%; max-width: 620px; border-radius: .5rem;}

.service-item{text-align: center;}
.service-item .icon{margin-bottom: 32px;}
.service-item .icon:hover{background-color: #d51b32; transition: all .4s;}
.service-item .icon:hover svg path{stroke:#FFFFFF;}
.service-item h4{font-size: 24px;}

.s1,.s3,footer{padding: 60px 0;}
.s1-about,.s1-service{padding: 160px 0;}
.s1-service{padding: 120px 0;}
.s1-contact{}
.s1 > div{display: flex; justify-content: center; align-items: center; height: 100%;}
.s1 h1{font-size: 48px;padding-bottom: 10px;font-weight: 600;}
.s1 p{line-height: 32px; font-size: 20px; font-weight: 300;}

.s2{width: 100%; height: 420px; background: #EEEEEE url(../imgs/s2_img.jpg) center no-repeat;}
.s2 > div{display: flex; justify-content: center; align-items: center; height: 100%;}
.s2 .s2-text{ text-align: center;}
.s2 h1{font-size: 48px;padding-bottom: 10px;font-weight: 600;color: #f78e21;}
.s2 p{line-height: 32px; font-size: 20px; font-weight: 300; color: #fff;}

/*about*/
.s1-about h2{margin-bottom: 32px; text-align: center;}

.service-box-items {
  position: relative;
  margin-top: 30px;
  background-color: var(--white);
  box-shadow: var(---box-shadow);
  padding: 45px 35px;
  z-index: 9;
  overflow: hidden;
}
@media (max-width: 575px) {
  .service-box-items {
    padding: 30px 25px;
    text-align: center;
  }
}
.service-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  z-index: -1;
}
.service-box-items::after {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 320px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/service/line-shape.png);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.service-box-items .icon {
  position: relative;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  font-size: 60px;
  color: var(--theme);
}
.service-box-items .icon::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(8, 106, 216, 0.08);
  content: "";
}
.service-box-items .content {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .service-box-items .content {
    margin-top: 20px;
  }
}
.service-box-items .content h3 {
  margin-bottom: 15px;
  font-size: 21px;
}
@media (max-width: 575px) {
  .service-box-items .content h3 {
    margin-bottom: 10px;
  }
}
.service-box-items .arrow-icon {
  transform: rotate(-50deg);
  display: inline-block;
  color: var(--theme);
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .service-box-items .arrow-icon {
    margin-top: 20px;
  }
}
.service-box-items:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-box-items:hover::after {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.service-box-items:hover .icon {
  color: var(--text);
  transform: scaleX(-1);
}

.service-box-items:hover .content h3 {
  color: var(--text);
}
.service-box-items:hover .content p {
  color: var(--text);
}
.service-box-items:hover .arrow-icon {
  color: var(--text);
  transform: initial;
}
.service-box-items.active::before {
  transform: scale(1, 1);
  transform-origin: top center;
}
.service-box-items.active::after {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}
.service-box-items.active .icon {
  color: var(--white);
}
.service-box-items.active .content h3 a {
  color: var(--white);
}
.service-box-items.active .content p {
  color: var(--white);
}
.service-box-items.active .arrow-icon {
  color: var(--white);
  transform: initial;
}

/*--Footer--*/

footer {
 width: 100%;
     box-sizing: border-box;
     padding: 30px 0 30px;
     background-color: #080808;
     position: relative;
     overflow: hidden;
}
.footer:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../imgs/sy_db_dt.png) no-repeat;
    background-size: 1200px;
    background-position: top center;
    z-index: 0;
}

.bottom-footer {
	position: relative;
	    z-index: 1;
  text-align: left;
  padding: 15px 0 15px 0;
}

footer .top-footer{
	position: relative;
	    z-index: 1;
	padding-bottom: 16px;
	font-size: 22px;
  font-weight: 400;
  color: #fff;}
 
.footer .top-footer{display: flex; justify-content: space-between;}
.footer .top-footer .menu-sm{display: flex; align-items: center;}
.footer .top-footer .menu-sm a{font-size: 14px; color: #828282;}
.footer .top-footer .menu-sm span{margin: 0 .5rem; font-size: 10px; color: #828282;}
footer .bottom-footer p{margin: 0;}
@media screen and (max-width: 768px) {
	.s1,.s3,footer,.s1-about,.s1-service,.s1-contact{padding: 32px 0;}
	.s1-contact > div{padding: 0;}
	.s1 p,.s3 p,.s1-contact > div p{font-size: 14px;}
	
	.s1-contact > div{display: block;}
	.s1-contact ul li p{max-width: 220px;}
	
	.parallax-bg{left: initial !important; right: 800px !important;}
}

@media screen and (max-width:991.99px){
	.swiper-slide .title_{font-size: 4vw !important; margin-bottom: 6vw !important;}
	.swiper-slide .text p{font-size: 2.6vw !important; text-align:center;}
	
	.parallax-bg img{width: initial !important; height: 100vh !important;}
	.img-box{display: none;}
	
}
/*--- END RESPONSIVE ---*/