h1, h2, h3, h4, h5, h6, p, span, ul, li, a, .btn-default, textarea {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
body {

}

::-webkit-scrollbar {
  width: 10px
}
::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #F5931E;
}
::-moz-selection {
  color: #fff;
  background: #F5931E;
}
::selection {
  color: #fff;
  background: #F5931E;
}
@font-face {
  font-family: 'BaiJamjuree Bold';
  src: url('../fonts/BaiJamjuree-Bold.woff') format('woff');
  font-weight: bold;
}
@font-face {
  font-family: 'BaiJamjuree Medium';
  src: url('../fonts/BaiJamjuree-Medium.woff') format('woff');
}
@font-face {
  font-family: 'BaiJamjuree Light';
  src: url('../fonts/BaiJamjuree-Light.woff') format('woff');
}
h1, h2, h3 {
  font-family: 'BaiJamjuree Bold';
  text-transform: uppercase;
}
h4 {
  font-family: 'BaiJamjuree Bold';
}
p {
  font-family: 'BaiJamjuree Light';
}
.header-top-bg {
    display: none;
  }
/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu {
  display: none
}
.mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #17333c;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 20px;
  top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  border: 2px solid #fff
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #17333c ;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 0;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  border: 2px solid #fff
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all .5s cubic-bezier(.7, 0, .3, 1);
  padding: 40px 20px;
  border: 2px solid #fff
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0)
}
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, .71);
  opacity: 0;
  visibility: hidden;
  transition: all .5s cubic-bezier(.7, 0, .3, 1)
}
.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999
}
.mobile-menu .navlinks li {
  display: block;
  padding: 8px 0
}
.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  text-decoration: none
}
.mobile-menu .navlinks li a:hover {
  text-decoration: none
}
.mobile-dropdown button {
  background: 0 0;
  border: none;
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  text-decoration: none
}
.mobile-dropdown ul.dropdown-menu.show {
  border-radius: 0 0 20px 20px;
  border: none;
  height: 225px;
  padding: 15px;
  box-shadow: 0 15px 35px #00000029;
  overflow: auto
}
/*RESPONSIVE NAVIGATION*/

/* PRELOADER START */
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/preloader.gif');
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}
/* PRELOADER END */
.active-class{
  border: 2px solid #000;
}
/* ************************************ */
.header {
  position: fixed;
  z-index: 99;
  height: 80px;
  top: 00px;
  width: 100%;
  /* background: #0000001f; */
  padding: 20px 0;
  -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
  border-bottom: 2px solid transparent
}
.active-header {
  background-color: rgba(255, 255, 255)!important;
  top: 0
}
.second-header {
  background: #fff;
  display: none;
  visibility: hidden;
  position: fixed;
  transition: all .75s linear!important;
  width: 100%;
  border-bottom: 1px solid #f2653a;
  padding: 10px 0;
  line-height: 0
}
.second-header.sticky-header {
  display: flex;
  visibility: visible;
  transition: all .75s linear!important;
  top: -100px;
  transform: translateY(100px);
  z-index: 200
}
.second-header .dropdown-nav {
  margin: 12px 0;
  padding: 10px 15px 0 15px
}
.second-header-dropdown li a:hover {
  color: #f2653a
}
.second-header ul.nav.navbar-na {
  line-height: 70px;
  top: 0
}
.header-top-bg {
  background: transparent radial-gradient(closest-side at 50% 50%, #17333c 0, #17333c 100%);
  line-height: 70px;
  text-transform: uppercase
}
.header-top {
  display: flex;
  justify-content: space-between
}
.header-top-bg .top-number a {
  border-radius: 0 20px 20px 0;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 700
}
.header-top-bg .top-number a:hover {
  color: #bf0b30
}
.header-top-bg .top-btn-1 {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 7px 15px;
  margin: 0 10px 0 0
}
.header-top-bg .top-btn-2 {
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
  padding: 7px 25px;
  color: #17333c;
  border: 2px solid #fff;
}
.main-logo {
  width: 200px
}
.main-header-bg {
  background: transparent;
  box-shadow: 0 3px 30px #00000029;
  line-height: 70px;
  padding: 5px 0
}
.main-header-bg .main-header {
  display: flex;
  justify-content: space-between
}
.main-header-bg .main-header ul {
  list-style: none;
  text-transform: uppercase
}
.main-header .main-navigation ul li a {
  color: #000;
  text-decoration: none;
  padding: 0 15px;
  font-weight: 600;
  font-size: 15px
}
.main-header .main-navigation ul li a:hover {
  color: #17333c 
}
.main-header .dropdown .dropdown-menu {
  box-shadow: 0 15px 35px #00000029;
  border-radius: 10px;
  opacity: 1;
  top: 63px;
  padding: 10px 20px;
  background-color: rgb(255 255 255 / 36%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px)
}
.main-header .dropdown .dropdown-menu ul li a {
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 10px 0 40px
}
.main-navigation ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block
}
.main-navigation .dropdown-menu {
  line-height: 40px;
  width: max-content
}
.main-dropdown-arrow .button {
  position: relative
}
.main-dropdown-arrow .button:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -5px;
  width: 8px;
  height: 8px;
  border: 2px solid #bf0b30;
  border-left: 0;
  transform: rotate(316deg);
  border-top: 0;
  transition: all .3s ease
}
.main-dropdown-arrow .button:hover:after {
  left: 3px;
  left: 3px
}
.navi-drop-hr {
  width: 95%!important;
  margin: 0
}
.header-btn-1 a{
 border: 1px solid #F5931E;
 padding: 10px 10px!important;
 transition: 0.3s;
 color: #F5931E!important;
 margin: 0 0 0 10px;
}
.header-btn-1 a:hover{
  border: 1px solid #F5931E;
  background-color: #F5931E;
  color: #fff!important;
}
.header-btn-2 a{
  background-color: #F5931E;;
  border: 1px solid #F5931E;
  padding: 10px 10px!important;
  transition: 0.3s;
  color: #fff!important;
 }
 .header-btn-2 a:hover{
   border: 1px solid #F5931E;
   background-color: #000;
   color: #fff!important;
 }
.main-banner-bg {
  background-image: url('../images/banner-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 165px 0;
}
.main-btn-1,
.main-btn-2,
.main-btn-3 {
  margin: 20px 0 0 0;
}
.main-btn-1 a{
  background-color: #F5931E;
  border: 1px solid #Fff;
  color: #fff;
  transition: 0.3s;
  padding: 10px 20px;
}
.main-btn-1 a:hover{
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.main-btn-2 a{
  background-color: #F5931E;
  color: #fff;
  padding: 10px 20px;
  transition: 0.3s;
}
.main-btn-2 a:hover{
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.main-btn-3 a{
  background-color: transparent;
  border: 1px solid #F5931E;
  color: #F5931E;
  transition: 0.3s;
  padding: 10px 20px;
  margin: 0 0 0 10px;
}
.main-btn-3 a:hover{
  background-color: #000;
  border: 1px solid #000;
  color: #F5931E;
}
.main-banner-content h1{
  font-size: 50px;
}
.main-banner-bg .owl-theme .owl-dots .owl-dot span
.transfer-bg .owl-theme .owl-dots .owl-dot span  {
  background: #f5931ea1;
  transition: 0.3s;
}
.main-banner-bg .owl-theme .owl-dots .owl-dot.active span,.main-banner-bg .owl-theme .owl-dots .owl-dot:hover span,
.transfer-bg .owl-theme .owl-dots .owl-dot.active span,.transfer-bg .owl-theme .owl-dots .owl-dot:hover span  {
  background: #F5931E;
  border: 1px solid #fff;
  width: 30px;
  box-shadow: 0 0 10px 2px #f5931ea1;
  height: 10px;
}
.arrow-animation1 {
  animation: element-1 4s ease-in-out infinite;
}
/*keyframes*/
@keyframes element-1 {
	0% {
		transform: translatex(0px);
	}
	50% {
		transform: translatex(10px);
	}
	100% {
		transform: translatex(0px);
	}
}
/* Services */
.services-bg{
  padding: 50px 0;
}
.services-head {
  /* background-image: url(../images/lines.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.services-head h2{
  font-size: 60px;
  font-weight: 700;
}
.services-head span{
  color: #F5931E;
  display: inline-block;
}
.services-card{
  background-color: #f5941e46;
  padding: 40px 20px;
  margin: 30px 50px;
  border: 1px solid #f5941e46;
  transition:  0.3s;
}
.services-card:hover{
  background-color: #F5931E;
  border: 1px solid #F5931E;
  transform: scale(1.1);
  color: #fff;
  }
  .services-card-img {
    margin: 30px -50px;
  }
.services-card h5{padding: 0 0 10px 0;}
.services-card h4{
  padding: 10px 0 10px 0;
  font-size: 22px;
}

.main-banner-content p {
  padding: 18px 0 15px 0;
}

.services-head b{
  color: #F5931E;
  font-size: 25px;
}
.services-head h5{
  color: #999999;
}
.transfer-bg {
  padding: 50px 0;
  background-image: url('../images/center-img.webp');
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  height: 1350px;
}
.transfer-head h2{
  font-size: 50px;
  padding: 0 0 10px 0;
}
.transfer-card {
  padding: 30px 15px;
  margin: 15px;
  background-color: #fff;
  transition: 0.3s;
  border: 1px solid #fff;
  box-shadow: 0 0 15px 1px #9999995c;
}
.transfer-card:hover{
  border: 1px solid #F5931E;
}
.transfer-card h4{
  color: #F5931E;
  font-size: 40px;
}
.transfer-card h5{
  padding: 10px 0 0 0;
}
.provider-bg {
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgb(250 250 249) 0%, rgba(0,0,0,1) 100%);
  padding: 50px 0;
}
.provider-content h2{
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}
.provider-content span{
  color: #F5931E;
  display: inline-block;
}
.provider-content p{
  padding: 10px 0 0 0;
  color: #fff;
}

/* Our Counter */
.our-counter-bg {
  padding: 50px 0;
  background-color: #000;
}
span.count {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
}
.counter-inner h4 {
  color: #fff;
  font-size: 20px;
}
.counter-content h2{
  font-size: 50px;
  color: #fff;
  padding: 0 0 15px 0;
  text-transform: capitalize;
}
.counter-head {
  margin: 20px 0 0 0;
}
.counter-head img {
  width: 40px!important;
  margin: auto;
}
.info-bg {
  padding: 50px 0;
}
.info-card img {
  padding: 0 45px 45px 45px;
}
.info-card h4{
  padding: 0 0 15px 0;
  font-size: 22px;
}
.info-card p {
  overflow: auto;
  height: 200px;
}
/* Reviews */
.reviews-bg {
  padding: 50px 0;
}
.reviews-content h2{
  font-size: 50px;
  color: #000;
}
.reviews-inner {
  border-radius: 10px;
  margin: 40px 20px;
  padding: 40px 30px;
  background: #ffffff94;
  border: 1px solid #7070704d;
  transition: 0.5s;
}
.reviews-inner:hover{
  border: 1px solid #F5931E;
  transform: scale(1.1);
}
.reviews-inner h4 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  height: 85px;
  overflow: auto;
  padding: 15px 0;
}
.reviews-inner p {
  color: #000;
  padding: 15px 0;
  height: 140px;
  overflow: auto
}
.reviews-icon-img img {
  /* background-color: #001434; */
  width: 100px!important;
  height: 25px;
  /* border-radius: 50px */
}
.reviews-logo {
  width: 70px!important;
}
.address-bg{
  padding: 20px 0;
}
.address-card {
  padding: 30px 15px;
  margin: 15px 0;
  background-color: #fff;
  transition: 0.3s;
  border: 1px solid #fff;
  box-shadow: 0 0 15px 1px #9999995c;
  transition: 0.5s;
}

.address-card:hover{
  border: 1px solid #F5931E;
}
.address-card ul{
  list-style: none;
}
.address-card ul li{
  display: flex;
}
.address-card ul li i {
  padding: 5px 15px 5px 5px;
  color: #F5931E;
}
.address-card ul li a{
  color: #000;
}
.address-card h4{
  padding: 0 0 10px 0;
  font-size: 20px;
}
.cta-1-bg {
  background-color: #F5931E;
  padding: 20px 0;
}
.cta-1-content h4{
  font-size: 50px;
  padding: 0 0 10px 0;
  text-transform: capitalize;
}
.cta-1-content p{
  padding: 10px 0;
}
.cta-1-content span{
  display: inline-block;
  color: #fff;
}
.footer-bg {
  padding: 30px 0 20px 0;
  text-align: center;
}
.footer-icons {
  padding: 10px 0;
}
.footer-icons a{
  font-size: 22px;
  color: #F5931E;
  padding: 0 5px;
  transition: 0.3s;
}
.footer-icons a:hover{
  color: #000;
}
.footer-content-1 ul{
	display: flex;
	list-style: none;
	justify-content: center;
	flex-wrap: wrap;
  padding: 10px 0;
}
.footer-content-1 ul li a{
	text-decoration: none;
	color: #000;
	padding: 10px 15px;
}
.details-bg {
  padding: 50px 0;
}
.details-bg h2{
  padding: 0 0 15px 0;
  font-size: 50px;
  color: #F5931E;
}
.details-bg h3{
  color: #F5931E;
  padding: 15px 0 10px 0;
}