body{
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-family: "Lora", serif;
}
.ftadmin {
    color: #fff !important;
    text-decoration:none;
}
.ftadmin:hover {   
    text-decoration:underline;
}
a{
  color: #070059;
}
p{
  margin: 0px;
  padding: 10px 0px;
  color: #000200;
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
}
h1{
  font-size: 76px;
  color: #03011F;
}
h2{
  font-size: 58px;
  color: #03011F;
}
h3{
  font-size: 55px;
  color: #070059;
}
h4{
  font-size: 46px;
  color: #03011F;
}
h5{
  font-size: 23px;
  color: #070059;
}
h6{
  font-size: 21px;
  color: #ffffff;
}
@media only screen and (max-width: 1050px){
  p{
    margin: 0px;
    padding: 10px 0px;
    color: #000200;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
  }
  h1{
    font-size: 30px;
    color: #03011F;
  }
  h2{
    font-size: 28px;
    color: #03011F;
  }
  h3{
    font-size: 26px;
    color: #070059;
  }
  h4{
    font-size: 24px;
    color: #03011F;
  }
  h5{
    font-size: 20px;
    color: #070059;
  }
  h6{
    font-size: 18px;
    color: #ffffff;
  }
}

.border-white{
    border: 1px solid #fff;
    width: 100%;
    margin: 10px;
    padding: 15px 4px;
}
.border-bottom-blue{
  border-bottom: 1px solid #070059;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.border-beige2{
  border: 2px solid #DDCAAA;
  width: 100%;
}
/*****---Icon size start---*****/
.icon-sm{
  font-size: 30px;
}
@media only screen and (max-width: 1050px){
  .icon-sm{
    font-size: 18px;
  }
}
/*****---Icon size end---*****/

/*****---Icon Box size start---*****/
.icon-box1{
  width: 75px;
  height: 75px;
}
@media only screen and (max-width: 1050px){
  .icon-box1{
  width: 45px;
  height: 45px;
  }
}
/*****---Icon Box size end---*****/

/*****---Top start---*****/
#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #070059;
  color: white;
  opacity: 0.4;
  padding: 18px 22px;
  z-index: 999;
  border: 1px solid #fff;
}
#ScrollToTop:hover {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #070059;
  color: white;
  opacity: 0.9;
  padding: 18px 22px;
  z-index: 999;
  border: 1px solid #fff;
}
/*****---Top end---*****/

/*****---Width start---*****/
.w-inherit{
  width: inherit;
}
.header-icon-w{
  width: 60px;
  height: 60px;
}
/*****---Width end---*****/

/*****---Font size start---*****/
.font-small{
  font-size: 14px;
  font-weight: 600;
}
.font-sm{
  font-size: 23px;
}
.font-md{
  font-size: 36px;
}
@media only screen and (max-width: 1358px){
  .font-sm{
    font-size: 18px;
  }
  .font-md{
    font-size: 24px;
  }
}
/*****---Font size end---*****/

/*****---Navbar start---*****/
.nav-link{
  font-size: 23px;
}
.navbar-nav li{
  border-left: 1px solid #fff;
  width: 100%;
  text-align: center;
}
.navbar-nav .dropdown-menu li{
  width: 100%;
  text-align: left;
}
.navbar-nav .dropdown-menu h5{
  font-size: 28px;
  font-weight: bold;
  background-color: #DDCAAA;
  padding: 20px;
}
@media only screen and (max-width: 1290px){
  .navbar-nav .dropdown-menu h5{
    font-size: 20px;
    font-weight: bold;
    background-color: #DDCAAA;
    padding: 20px;
  }
}
.nav-pt{
  padding-top: 40px;
}
.nav-dropdown-list{
  margin: 0;
  padding: 0;
  list-style-type: disc;
}
.nav-dropdown-list li{
  list-style-position: outside;
  margin-left: 24px;
}

@media only screen and (max-width: 1050px){
  .navbar-nav li{
    border-left: none;
  }
}
.navbar-nav li a{
  padding: 19px 24px !important;
  color: #03011F;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 1358px){
  .navbar-nav li a{
    padding: 15px 17px !important;
    color: #03011F;
    text-decoration: none;
  }
  .nav-link{
    font-size: 20px;
  }
  .nav-pt{
    padding-top: 26px;
  }
}
@media only screen and (max-width: 1290px){
  .navbar-nav li a{
    padding: 15px 10px !important;
    color: #03011F;
    text-decoration: none;
  }
  .nav-link{
    font-size: 18px;
  }
}
.navbar-nav li a:hover{
  color: #070059;
  text-decoration: underline;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  text-decoration: underline;
  color: #070059;
}
.navbar-toggler{
  color: rgb(187 167 133);
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl{
  justify-content: end;
}
.dropdown-menu{
  background-color: #F5F5DC;
  padding: 12px;
}
.dropdown-menu li{
  border: none;
}
.dropdown-item{
  color: #03011F;
  font-size: 23px;
  font-weight: bold !important;
  padding: 8px;
}
@media only screen and (max-width: 1290px){
  .dropdown-item{
    color: #03011F;
    font-size: 16px;
    font-weight: bold !important;
    padding: 8px;
  }
}

.dropdown-item:hover, .dropdown-item:focus{
  background-color: #070059;
  color: #ffffff !important;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #070059;
  color: #ffffff;
}
/*****---Navbar end---*****/
.form-label{
  margin: 0px;
    padding: 12px 0px;
    color: #000200;
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
}
@media only screen and (max-width: 1050px){
  .form-label{
    margin: 0px;
    padding: 12px 0px;
    color: #000200;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
  }
}
/*****---Background color start---*****/
.bg-beige-1{
  background-color: #F5F5DC;
}
.bg-beige-2{
  background-color: #DDCAAA;
}
.bg-blue{
  background-color: #070059;
}
.bg-black{
  background-color: #03011F;
}
.bg-blue-example-1{
  background-color: #07005C;
}
.bg-beige-example-1{
  background-color: #C2A688;
}
.bg-beige-example-2{
  background-color: #E4CBA3;
}
/*****---Background color end---*****/

/*****---Table start---*****/
.table{
  --bs-body-bg: #ffffff;
}
.table tr th{
  padding: 20px;
  font-size: 23px;
  color: #070059;
}
.table tr td{
  padding: 20px;
  font-size: 23px;
  color: #03011F;
}
/*****---Table end---*****/

/*****---Font color start---*****/
.font-blue{
  color: #070059;
}
.font-black{
  color: #03011F;
}
.font-beige-1{
  color: #F5F5DC;
}
.font-beige-2{
  color: #DDCAAA;
}
/*****---Font color end---*****/

/*****---Button color start---*****/
.btn {
  position: relative;
  border-radius: 0%;
}

.btn-slide-down-white {
  z-index: 1;
  overflow: hidden;
}
.btn-slide-down-white::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(353deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 2%, #ffffff 100%);
  z-index: -1;
  opacity: 0.3;
  transition: transform 550ms cubic-bezier(0.83, 1.89, 0, 0.7);
  transform: matrix(2.5, 0, 0.7, 2.5, -50, -130);
  transform-origin: left;
}
.btn-slide-down-white:hover::before {
  transform: matrix(2.2, 0, 0.15, 2.5, -50, -38);
}

.btn-slide-down-beige2 {
  z-index: 1;
  overflow: hidden;
}
.btn-slide-down-beige2::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(353deg, #DDCAAA 0%, rgba(221, 202, 170, 0.9) 100%, #DDCAAA 100%);
  z-index: -1;
  opacity: 0.8;
  transition: transform 550ms cubic-bezier(0.83, 1.89, 0, 0.7);
  transform: matrix(2.5, 0, 0.7, 2.5, -50, -130);
  transform-origin: left;
}
.btn-slide-down-beige2:hover::before {
  transform: matrix(2.2, 0, 0.15, 2.5, -50, -38);
}

.btn-blue{
  background-color: #070059;
  color: #fff;
}
.btn-blue:hover{
  background-color: #1a1088;
  color: #fff;
}
.btn-blue-rounded{
  font-size: 24px;
  font-weight: bold;
  padding: 16px;
  text-decoration: none;
  border-radius: 6px;
  background-color: #070059;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1050px){
  .btn-blue-rounded{
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    border-radius: 6px;
    background-color: #070059;
    color: #fff;
    text-transform: uppercase;
  }
}
.btn-blue-rounded:hover{
  background-color: #1a1088;
  color: #fff;
}
.btn-blue-full{
  width: 100%;
  float: left;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding: 16px;
  text-decoration: none;
  background-color: #070059;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 1050px){
  .btn-blue-full{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    background-color: #070059;
    color: #fff;
    text-transform: uppercase;
  }
}
.btn-blue-full:hover{
  background-color: #1a1088;
  color: #fff;
}
.btn-white-rounded{
  font-size: 24px;
  font-weight: bold;
  padding: 16px;
  text-decoration: none;
  border-radius: 6px;
  background-color: #ffffff;
  color: #03011F;
  text-transform: uppercase;
}
@media only screen and (max-width: 1050px){
  .btn-white-rounded{
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    border-radius: 6px;
    background-color: #ffffff;
    color: #03011F;
    text-transform: uppercase;
  }
}
.btn-white-rounded:hover{
  background-color: #F5F5DC;
  color: #03011F;
}

.btn-beige-2-rounded{
  font-size: 24px;
  font-weight: bold;
  padding: 16px;
  text-decoration: none;
  border-radius: 6px;
  background-color: #DDCAAA;
  color: #03011F;
  text-transform: uppercase;
}
@media only screen and (max-width: 1050px){
  .btn-beige-2-rounded{
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-decoration: none;
    border-radius: 6px;
    background-color: #ffffff;
    color: #03011F;
    text-transform: uppercase;
  }
}
.btn-beige-2-rounded:hover{
  background-color: #DDCAAA;
  color: #03011F;
}
/*****---Button color end---*****/

/*****---Header start---*****/
.header{
  position: relative;
}
.header-nav{
  position: absolute;
}
@media only screen and (max-width: 1050px){
  .header{
    position: inherit;
  }
  .header-nav{
    position: inherit;
    padding: 12px;
    width: 100%;
  }
}
/*****---Header end---*****/

/*****---Slider start---*****/
.slide-one{
  background-image: url(../images/slide-new-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
}
@media only screen and (max-width: 1050px){
  .slide-one{
    background-image: url(../images/slide-new-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
  }
}
.slide-two{
  background-image: url(../images/slide-new-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
}
@media only screen and (max-width: 1050px){
  .slide-two{
    background-image: url(../images/slide-new-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
  }
}
.slide-three{
  background-image: url(../images/slide-new-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
}
@media only screen and (max-width: 1050px){
  .slide-three{
    background-image: url(../images/slide-new-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
  }
}
.slide-four{
  background-image: url(../images/slide-new-4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
}
@media only screen and (max-width: 1050px){
  .slide-four{
    background-image: url(../images/slide-new-4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
  }
}

.slider-overlay{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px;
  background-color:rgba(3,0,38,0.3);
}
/*****---Slider end---*****/

/*****---Properties start---*****/
.ps-box{
  height: 300px;
}
.ps-box-inner{
  height: 250px;
  border: 1px solid #ffffff;
}
.ps-heading{
  font-size: 70px;
  line-height: 80px;
  color: #03011F;
}
.ps-sub-heading{
  font-size: 28px;
  color: #03011F;
}
@media only screen and (max-width: 1050px){
  .ps-box{
    height: auto;
    margin: 15px;
  }
  .ps-box-inner{
    height: auto;
    border: 1px solid #ffffff;
  }
  .ps-heading{
    font-size: 40px;
    line-height: 50px;
    color: #03011F;
  }
  .ps-sub-heading{
    font-size: 18px;
    color: #03011F;
  }
}
/*****---Properties end---*****/

.logo-bg{
  height: 100%;
  text-align: center;
  padding: 30px;
  background-color: #070059;
}

.cnt-bg-blue{
  height: 100%;
  background-image: url(../images/cnt-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1050px){
  .cnt-bg-blue{
    height: 400px;
    background-image: url(../images/cnt-img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.cnt-bg-blue2{
  height: 100%;
  background-image: url(../images/cnt-img4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1050px){
  .cnt-bg-blue2{
    height: 400px;
    background-image: url(../images/cnt-img4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.cnt-bg-blue3{
  height: 100%;
  background-image: url(../images/cnt-img6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1050px){
  .cnt-bg-blue3{
    height: 400px;
    background-image: url(../images/cnt-img6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.cnt-bg-beige1{
  height: 100%;
  background-image: url(../images/cnt-img2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1050px){
  .cnt-bg-beige1{
    height: 400px;
    background-image: url(../images/cnt-img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.cnt-bg-beige2{
  height: 100%;
  background-image: url(../images/cnt-img3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1050px){
  .cnt-bg-beige2{
    height: 400px;
    background-image: url(../images/cnt-img3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.cnt-bg-beige3{
  height: 100%;
  background-image: url(../images/cnt-img5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1050px){
  .cnt-bg-beige3{
    height: 400px;
    background-image: url(../images/cnt-img5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.list-items{
  padding: 35px 0 0 0;
}
.list-items ul{
  margin: 0px;
  padding: 0px;
}
.list-items ul li{
  list-style: none;
}
.list-items ul li span{
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 8px 3px 8px 40px;
  border: none !important;
  color: #03011F;
  font-size: 23px;
  font-weight: 600;
  background-position: left center;
}
@media only screen and (max-width: 1050px){
  .list-items ul li span{
    background-image: url(../images/tick.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 8px 3px 8px 40px;
    border: none !important;
    color: #03011F;
    font-size: 18px;
    font-weight: 600;
    background-position: left center;
  }
}


.list-items2{
  padding: 5px 0 0 0;
  margin-bottom: 30px;
}
.list-items2 ul{
  margin: 0px;
  padding: 0px;
}
.list-items2 ul li{
  list-style: none;
  margin-bottom: 10px;
}
.list-items2 ul li span{
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 3px 8px 40px;
  border: none !important;
  color: #ffffff;
  font-size: 23px;
  font-weight: normal;
  line-height: 34px;
  background-position-y: 43%;
}
@media only screen and (max-width: 1050px){
  .list-items2 ul li span{
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0px 3px 8px 40px;
    border: none !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background-position-y: 10%;
  }
}

.list-items3{
  padding: 5px 0 0 0;
}
.list-items3 ul{
  margin: 0px;
  padding: 0px;
}
.list-items3 ul li{
  list-style: none;
  margin-bottom: 10px;
}
.list-items3 ul li span{
  background-image: url(../images/tick-icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 3px 8px 40px;
  border: none !important;
  color: #000200;
  font-size: 23px;
  font-weight: normal;
  line-height: 34px;
  background-position-y: 43%;
}
@media only screen and (max-width: 1050px){
  .list-items3 ul li span{
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0px 3px 8px 40px;
    border: none !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background-position-y: 10%;
  }
}

.list-items4{
  padding: 5px 0 0 0;
  margin-bottom: 30px;
}
.list-items4 ul{
  margin: 0px;
  padding: 0px;
}
.list-items4 ul li{
  list-style: none;
  margin-bottom: 10px;
}
.list-items4 ul li span{
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 3px 8px 40px;
  border: none !important;
  color: #ffffff;
  font-size: 23px;
  font-weight: normal;
  line-height: 30px;
  background-position-y: 43%;
}
@media only screen and (max-width: 1050px){
  .list-items4 ul li span{
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0px 3px 8px 40px;
    border: none !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background-position-y: 10%;
  }
}

.list-items5{
  padding: 5px 0 0 0;
  margin-bottom: 30px;
}
.list-items5 ul{
  margin: 0px;
  padding: 0px;
}
.list-items5 ul li{
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ffffff;
}
.list-items5 ul li span{
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 3px 8px 40px;
  border: none !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  background-position-y: 10%;
}
@media only screen and (max-width: 1050px){
  .list-items5 ul li span{
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0px 3px 8px 40px;
    border: none !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background-position-y: 10%;
  }
}
.list-items6{
  padding: 5px 0 0 0;
  margin-bottom: 30px;
  border: 1px solid #DDCAAA;
}
.list-items6 ul{
  margin: 0px;
  padding: 0px;
}
.list-items6 ul li{
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px dashed #03011F;
}
.list-items6 ul li span{
  background-image: url(../images/tick-icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 3px 8px 40px;
  border: none !important;
  color: #03011F;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  background-position-y: 43%;
}
@media only screen and (max-width: 1050px){
  .list-items6 ul li span{
    background-image: url(../images/tick-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0px 3px 8px 40px;
    border: none !important;
    color: #03011F;
    font-size: 18px;
    font-weight: 600;
    background-position-y: 10%;
  }
}
.list-items7{
  padding: 5px 0 0 0;
  margin-bottom: 30px;
  background-color: #DDCAAA;
}
.list-items7 ul{
  margin: 0px;
  padding: 0px;
}
.list-items7 ul li{
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px dashed #03011F;
}
.list-items7 ul li span{
  background-image: url(../images/tick-icon.png);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 3px 8px 40px;
  border: none !important;
  color: #03011F;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  background-position-y: 43%;
}
@media only screen and (max-width: 1050px){
  .list-items7 ul li span{
    background-image: url(../images/tick-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0px 3px 8px 40px;
    border: none !important;
    color: #03011F;
    font-size: 18px;
    font-weight: 600;
    background-position-y: 10%;
  }
}

.banner-overlay{
  text-align: center;
  margin: 0px;
  padding: 200px 25px;
  background-color:rgba(3,0,38,0.3);
}
@media only screen and (max-width: 1050px){
  .banner-overlay{
    text-align: center;
    margin: 0px;
    padding: 80px 25px;
    background-color:rgba(3,0,38,0.3);
  }
}

/*****---Footer start---*****/
.footer-bg{
  background-color: #070059;
}
.footer-bg p{
  margin: 0px;
  padding: 10px 0px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (max-width: 1050px){
  .footer-bg p{
    margin: 0px;
    padding: 10px 0px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
  }
}
.footer-list ul{
  margin: 0px;
  padding: 0px;
}
.footer-list ul li{
  list-style-type: none;
  padding: 5px 0;
}
.footer-list ul li a{
  display: inline-block;
  text-decoration: none;
  font-size: 21px;
  color: #fff;
}
@media only screen and (max-width: 1050px){
  .footer-list ul li a{
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    color: #fff;
  }
}
.footer-list ul li a:hover{
  color: #DDCAAA;
}
.footer-line{
  background-color: #716DA0;
  width: 100%;
  height: 1.5px;
  margin: 12px 0;
}
/*****---Footer start---*****/


/*******---Card css start---*******/
@media only screen and (max-width: 992px){
  .hh-gh-slide {
    height:320px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: left;
  }
  .hh-gh-slide .hh-gh-slide-content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    bottom: 0;
    padding: 20px 20px 20px 20px;
  }
  }
  
  @media only screen and (min-width: 992px){
  .hh-gh-slide {
    height: 900px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    text-align: left;
  }
  .hh-gh-slide .hh-gh-slide-content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 200px;
    right: 0px;
    z-index: 1;
    bottom: 0;
    padding: 20px 20px 20px 34%;
  }
  }
  
  .hh-gh-slide:before,
  .hh-gh-slide:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 630px;
      right: 0;
      background-color: #DDCAAA;
      opacity: 0.7;
  }
  .hh-gh-slide.hh-gh-slide-static:before {
      -webkit-transform: skew(30deg) translateX(30%);
  }

  .hh-gh-slide.hh-gh-slide-static:after {
      -webkit-transform: skew(-30deg) translateX(20%);
      transform: skew(-30deg) translateX(16%);
  }

  .hh-gh-slide .hh-gh-slide-content:before,
  .hh-gh-slide .hh-gh-slide-content:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 400px;
      right: 0;
      background-color: #070059;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
      z-index: -1;
      border-left: 10px solid #fff;
  }

  .hh-gh-slide.hh-gh-slide-static .hh-gh-slide-content:before {
      -webkit-transform: skew(30deg) translateX(50%);
      background-color: #F5F5DC;
  }

  @media only screen and (max-width: 992px){
  .hh-gh-slide.hh-gh-slide-static .hh-gh-slide-content:after {
      -webkit-transform: skew(-30deg) translateX(40%);
      transform: skew(-30deg) translateX(-40%);
  }
}

  @media only screen and (min-width: 992px){
  .hh-gh-slide.hh-gh-slide-static .hh-gh-slide-content:after {
      -webkit-transform: skew(-30deg) translateX(40%);
      transform: skew(-30deg) translateX(25%);
  }
}

.hh-gh-slide .hh-gh-slide-content h1{
  font-size: 74px;
}

.hh-gh-slide .hh-gh-slide-content h2{
  font-size: 52px;
}

@media only screen and (max-width: 1050px){

}
/*******---Card css end---*******/

/*******---Bootstrap css start---*******/
textarea.form-control {
    min-height: calc(1.5em + 6.75rem + calc(var(--bs-border-width)* 2));
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
      --bs-modal-width: 900px;
  }
}
/*******---Bootstrap css end---*******/