body{margin: 0px;
  padding: 0px;
  width: 100%;
  color: #222;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  background: #fff;
}

html{
  scroll-behavior: smooth;
}

h1,
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: "Poppins", sans-serif;
}

.font-primary{
  font-family: "Lato", sans-serif;
}

.font-second{
  font-family: "Poppins", sans-serif;
}

section{
  background-color: #f1f1f1;
  padding: 60px 0;
  margin: 0px;
}

.spacer{
  margin: 80px 0px 0 0;
  display: block;
}

.text-justify{
  text-align: justify;
}

.color{
  color: #f09d25 !important;
}

.bg-color{
  background-color: #f09d25 !important;
}

.border-color{
  border-color: #f09d25;
}

.color2{
  color: #272e6c !important;
}

.bg-color2{
  background-color: #272e6c !important;
}

.border-color2{
  border-color: #272e6c;
}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.9); }
  to { transform: scale(1); }
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  position: relative;
}

.owl-dots{
  display: none !important;
}

.b-radius-0{
  border-radius: 0px !important;
}

.b-radius-5{
  border-radius: 5px !important;
}

.b-radius-10{
  border-radius: 10px;
}

.b-radius-50{
  border-radius: 50%;
}

.b-radius-20{
  border-radius: 20px;
}

.b-radius-30{
  border-radius: 30px;
}

/*phone button*/
a.button {
  padding: 10px 20px;
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: #f09d25;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  border: none;
  transition: all 0.4s ease-out;
}

a.button:hover {
  background: #f09d25;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  display: block;
  padding: 0px;
  transition: all 0.3s;
}

.navbar {
  background: #fff;
  width: 100%;
  border: none;
  position: relative;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.bg-white .navbar-nav .nav-link {
  color: #000;
}

.navbar-brand img{
  width: 120px;
}

.navbar-nav .nav-link{
  padding: 8px 20px 8px;
  background: transparent;
  border: none;
  border-radius: 20pxpx;
  overflow: hidden;
  position: relative;
  cursor: pointer; 
  font-weight: 500;
  font-size: 14px;
  margin: 0px 5px;
  transition:all 0.5s ease 0s;
  color: #fff;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-white .navbar-nav .nav-link {
  color: #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus{
  border-radius: 20px;
  color: #ffffff;
  background-color: #f09d25;
}

.navbar-nav .nav-link.active {
  padding: 8px 20px 8px;
  border-radius: 20px;
  color: #fff;
  background-color: #f09d25;
}

/* Banner */
.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.9); }
  to { transform: scale(1); }
}

:root{ --main-color: #003380; }
.banner_price{
    color: #fff;
    background-color: transparent;
    text-align: center;
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}
.banner_price:before,
.banner_price:after{
    content: '';
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    background-color: #003380;
    z-index: 0;
}

.banner_price h3{
  position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 13px;
    z-index: 2;
}

.banner_price .price-value{
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    z-index: 2;
    position: relative;
}

.banner-form { 
  padding: 30px;
  border-radius: 25px;
  background-color: rgba(89, 33, 70, 0.7); 
  border: 1px solid #f1f1f1;
  position: relative;
}


.bg-white-opacity{
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0 0;
}

.bg-color-opacity{
  background-color: rgba(199, 153, 94, 0.8);
  border-radius: 0;
}

.bg-dark-opacity{
  background-color: rgba(0, 0, 0, 0.5);
}

.card-shadow {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, 
        rgba(17, 17, 26, 0.1) 0px 8px 24px, 
        rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.overlay-banner {
  position: relative;
  padding: 80px 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; 
}

.card-bg{
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0px;
}

.vertical-middle { 
  z-index: 3; 
  position: relative; 
  display: -ms-flexbox; 
  display: flex; 
  width: 100%; 
  min-height: 100%; 
  justify-content: center; 
  flex-flow: column; 
}

/* Form */
.form-control { 
  display: block; 
  width: 100%;
  /* height: 28px; */
  padding: 10px 15px ; 
  font-size: 16px; 
  font-weight: 500; 
  line-height: 22px;
  color: #222222; 
  background-color: rgba(255, 255, 255, 1); 
  background-clip: padding-box;
  border: 1 solid #ddd;
  -webkit-appearance: none; 
  -moz-appearance: none; 
  appearance: none;
  margin-bottom: 15px;
  border-radius: 25px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

.form-control:focus { 
  color: #222222; 
  background-color: rgba(255, 255, 255, 1); 
  border-color: #fff; 
  outline: 0; 
  box-shadow: none; 
}

.form-control::input-placeholder { 
  color: #aaa;
  font-weight: 300; 
  opacity: 1; /* Firefox */ 
}

.form-control::-webkit-input-placeholder { 
  color: #aaa; 
  font-weight: 300;
}

.form-control::-ms-input-placeholder { 
  color: #aaa; 
  font-weight: 300;
}

.main-btn {
  margin-bottom: 10px; 
  box-sizing: border-box; 
  color: #fff;
  padding: 10px;
  font-weight:700; 
  font-size: 18px;
  outline: none !important;
  cursor: pointer;
  resize: none; 
  box-shadow: none !important; 
  width: 100%; 
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: #f09d25;
  overflow: hidden;
  border: none;
  z-index: 1;
  transition: all 0.4s ease-out;
}

.main-btn:hover {
  background: #febe5c !important;
  color: #fff;
}

.with-errors { 
  color:red; 
  margin-top: -15px; 
  margin-bottom: 15px; 
  font-weight: 500; 
  font-size: 16px; 
}

.formblock { 
  display: flex; 
  flex-wrap: wrap; 
  flex-direction: column; 
}

.modal-dialog { 
  margin-top:100px !important; 
}

.modal-content {
  border-radius: 0px;
}

.modal-header { 
  background:#136DE5 !important;
  border-radius: 0;
}

.modal-body{ 
  padding:2rem; 
  background:#136DE5 !important; 
  border-radius:0;
}

.modal-header .close { 
  font-size: 30px !important; 
  color: #fff; 
  background-color: transparent !important; 
  margin-right:10px !important; 
  box-shadow: none !important; 
  border: none !important; 
}

.with-errors { 
  color:red; 
  margin-top: -15px; 
  margin-bottom: 15px; 
  font-weight: 500; 
  font-size: 16px; 
}

.formblock { 
  display: flex; 
  flex-wrap: wrap; 
  flex-direction: column; 
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-ms-autofill,
input:-ms-autofill:hover, 
input:-ms-autofill:focus, 
input:-ms-autofill:active{
  -ms-box-shadow: 0 0 0 30px white inset !important;
}

input:-moz-autofill,
input:-moz-autofill:hover, 
input:-moz-autofill:focus, 
input:-moz-autofill:active{
  -moz-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill{
  -webkit-text-fill-color: black !important;
}

input:-ms-autofill{
  -ms-text-fill-color: black !important;
}

input:-moz-autofill{
  -moz-text-fill-color: black !important;
}

.input-group-text {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #aaa;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ddd;
  border-right-color: transparent;
  background-color: rgba(255, 255, 255, 1); 
  border-radius: 25px 0px 0px 25px;
}

.input-group>.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 75%;
  height: 50px;
  border-left: 0;
  min-width: 0;
  border-radius: 0px 25px 25px 0px !important;
}

.modal-dialog { 
  margin-top:120px !important; 
}

.modal-content {
  border-radius: 0px;
}

.modal-header { 
  background:black !important;
  border-radius: 0;
}

.modal-body{ 
  padding:2rem; 
  background: black !important; 
  border-radius:0;
}

.modal-body .main-btn { 
  display: inline-block;  
  margin-bottom: 30px; 
  box-sizing: border-box; 
  color: #fff; 
  font-size: 16px; 
  font-weight: 700; 
  outline: 0 none; 
  letter-spacing: 0.25px; 
  padding: 10px 25px; 
  transition: all .3s; 
  resize: none; 
  box-shadow: none !important; 
  width: 100%; 
  border-radius: 25px; 
  border: none !important; 
}

.modal-header .close { 
  font-size: 30px !important; 
  color: #fff; 
  background-color: transparent !important; 
  margin-right:10px !important; 
  box-shadow: none !important; 
  border: none !important; 
}


/* Overview */
.box-1{position: relative; width: 90%;}
.box-2{position: absolute; width: 140%; right: -43%;}

/*video*/

.video-wrapper {
  width:100%;
  overflow: hidden;
  display: block;
  }
.video-wrapper  video {
    object-fit: cover;
    width:100%;
    height:100%;
 }

.bounce2 {
  animation: bounce2 3s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-10px);}
  60% {transform: translateY(-10px);}
}


/*Button*/
.button {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 padding: 10px 20px;
 color: #fff;
 font-size: 18px;
 font-weight: 500;
 z-index: 20;
 border-radius: 25px;
 background: #f09d25;
 overflow: hidden;
 border: 1px solid #fff;
transition: all 0.4s ease-out;
}

.button:hover {
  background: #272e6c;
}


:root{ --main-color: #f8ad4c; }
.timeline{ font-family: 'Poppins', sans-serif; }
.timeline:after{
    content: '';
    display: block;
    clear: both;
}
.timeline{
    width: 100%;
    padding: 10px;
    margin: 0 2px 0 0;
    float: left;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.timeline .timeline-content{
    color: #000;
    background-color: #fff;
    text-align: left;
    padding: 10px 10px 10px;
    border: 5px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    box-shadow: 0 0 10px -3px rgba(0,0,0,0.4);
    display: block;
    position: relative;
    border-radius: 5px;
}
.timeline .timeline-content:hover{ text-decoration: none; }
.timeline .timeline-content:before{
    content: '';
    background: var(--main-color);
    width: 100px;
    position: absolute;
    left: -10px;
    top: -10px;
    bottom: -10px;
    z-index: -2;
    border-radius: 10px;
}

.timeline .title{
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 0px;
}


@media screen and (max-width:767px){
    .timeline{
        width: 100%;
        margin: 0;
    }
}


.timeline2{
    width: 100%;
    padding: 0px 0 0;
    margin: 0 5px 15px 0;
    float: left;
}
.timeline2 .timeline-content{
    background: linear-gradient(to right,var(--main-color),var(--main-color) 25%,transparent 25%,transparent 75%,var(--main-color) 75%);
    min-height: 120px;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    display: block;
    position: relative;
    z-index: 1;
}
.timeline2 .timeline-content:hover{ text-decoration: none; }
.timeline2 .timeline-content:before{
    content: '';
    background: linear-gradient(to right,#fff,#eee);
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: -1;
}
.timeline2 .timeline-icon{
    /*transform: translateY(-50%);
    position: absolute;
    left: 43px;
    top: 50%;*/
}
.timeline2 .timeline-icon img{
    width: 70px;
    margin: auto;
}

.timeline2 .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 7px;
}
