
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*font-family: "Inter", serif;*/

body {
    color: #393939;
    font-family: "Inter", serif;
    font-size: 20px;
    font-style: normal;    
    line-height: 150%;
    color: #040404;
}
.container {
    max-width: 1300px;
}
a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    color: #FFF;
    font-family: "Inter", serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;    
}
h1 span{
    color: #E1C7AD;
}
h2 {
    color: #040404;
    font-family: "Inter", serif;
    font-size: 36px;
    font-style: normal;
    line-height: 110%; 
    font-weight: 700;   
}
h2 span{
    color: #fff;
}
h3 {
    color: #040404;
    font-family: "Inter", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
h3 span{
    color: #228CCA;
}
h4 {
    color: #040404;
    font-family: "Inter", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

h5 {
    color: #22022B;
    font-family: "Inter", serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
h6 {
    color: #22022B;
    font-family: "Inter", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button:focus {
    outline: none;
}
ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 a:focus,
.btn:focus {
    outline: 0;
}
.tm-custom-padding{
    padding: 100px 0;
}
.tm-btn{    
    border-radius: 10px;
    background-color: #FDD264;
    padding: 15px 20px;
    color: #040404;
    font-family: "Inter", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #FDD264;
    display: inline-block;
}
.tm-btn:hover{
    background-color: #fff;
    color: #FDD264;
    border-color: #FDD264;
}
.tm-btn2{    
    border-radius: 10px;
    background-color: transparent;
    padding: 15px 20px;
    color: #fff;
    font-family: "Inter", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid #fff;
    display: inline-block;
}
.tm-btn:hover{
    background-color: #FDD264;
    color: #040404;
    border-color: #FDD264;
}
/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);    
    backdrop-filter: blur(100px);
    animation: slideDown 0.35s ease-out;
    background-color: rgba(34,140,202, 0.9);
    backdrop-filter: blur(25px);
    width: 100%;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 20px;
  padding: 0;
  border: 0;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


/*==================================header Start================================*/
/*menu*/
.tm-contact-us-page .modal{
    z-index: 99999;
}
.tm-header-menu {
  background: #228CCA;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}
.tm-header-menu .container-fluid {
    padding: 0;
}
.tm-header-menu .navbar-dark .navbar-nav a.nav-link {
    color: #fff;
    font-family: "Inter", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize;
    padding: 30px 15px;
    transition: all ease-in-out .3s;
}
.tm-header-menu .navbar-dark .navbar-nav a.nav-link:hover {
    color: #FDD264;
}
.tm-header-menu .navbar-dark .navbar-nav a.nav-link.active{
    color: #FDD264;
}
.tm-header-btn{
    margin-left: 15px;
}
.tm-header-menu .dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}
@media only screen and (min-width: 992px) {
  .tm-header-menu .dropdown:hover .tm-header-menu .dropdown-menu {
    display: flex;
  }
  .tm-header-menu .dropdown-menu.show {
    display: flex;
  }
}
.tm-header-menu .dropdown-menu ul {
    list-style: none;
    padding: 0;
}
.tm-header-menu .dropdown-menu li .dropdown-item {
  color: #fff;
  font-family: "Inter", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 5px 0;
}
.tm-header-menu .dropdown-menu li .dropdown-item:hover{
    background-color: transparent;
    color: #FDD264;
}
.tm-header-menu .dropdown-menu li .tm-header-menu .dropdown-item:hover {
  background-color: #f1f1f1;
  color: #7E2600;
}

@media only screen and (max-width: 992px) {
  .tm-header-menu .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .tm-header-menu .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}

.tm-header-menu .dropdown-menu {
  border-radius: 0;
  border: none;
  background: var(--white, #228CCA);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  left: 50%;
  transform: translateX(-40%);
  padding: 15px 20px 15px;
  top: 90px;
}
.tm-header-menu .dropdown-menu ul {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 993px) {
  .tm-header-menu .dropdown:hover .dropdown-menu {
    display: flex;
    gap: 50px;
  }
  .tm-header-menu .dropdown-menu.show {
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .tm-header-menu .dropdown-menu.show {
    max-height: 60vh;
    overflow-y: scroll;
    transform: inherit;
    position: absolute;
    left: 0;
    top: 44px;
    width: 100%;
    padding: 20px 15px 30px;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.20);  }  
  .tm-header-top-left ul li {margin: 0 10px;}
}
.tm-hero-banner-sec .video-background-holder {
  position: relative;
  background-color: black;
  height: auto;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  padding-top: 160px;
}
.tm-hero-banner-sec .video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.tm-hero-banner-sec .video-background-content {
  position: relative;
  z-index: 2;
}

.tm-hero-banner-sec .video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}
.tm-hero-banner-sec-text p{
    margin-bottom: 0;
}
.tm-hero-banner-sec-text .tm-btn{
    margin-top: 30px;
}
.tm-hero-banner-sec ul li{
    display: inline-block;
    margin: 0 10px;
}
/*about-us-sec*/
.tm-about-us-sec-text ul li {
    margin-bottom: 15px;
}
.tm-about-us-sec-text ul li i{
    color: #228CCA;
}
.tm-about-us-sec-text a.tm-btn{
    margin-top: 40px;
}
.tm-about-us-sec-img{
    padding-left: 30%;
    position: relative;
}
.tm-about-us-sec-img-2{
    position: absolute;
    left: 0;
    bottom: 38px;
}
.tm-about-us-sec-img-1 img{
    border-radius: 10px;
}
.tm-about-us-sec-img-2 img{
    width: 50%;
    border-radius: 10px;
}
/*features-sec*/
.tm-features-sec.tm-custom-padding {
    padding: 150px 0;
    background-size: cover;
    background-position: center center;
}
.tm-sec-title{
    margin-bottom: 50px;
}
.tm-features-sec-panel {
    border-radius: 20px;
    background: #FFF;
    padding: 25px 15px;
    min-height: 300px;
}
.tm-features-sec-panel-img {
  min-height: 61px;
}
.tm-features-sec-panel h3{
    margin-top:5px;
}
/*easy-steps-sec*/
.tm-easy-steps-sec {
  padding: 200px 0 100px;
}
.tm-easy-steps-sec-content {
  position: relative;
  display: flex;
  align-items: center;
}
.tm-easy-steps-sec-content-img {
  position: absolute;
  right: 0;
  width: 82%;
  text-align: right;
}
.tm-easy-steps-sec-content-text {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  width: 478px;
  position: relative;
  z-index: 1;
}
.tm-easy-steps-sec-content-text ul li h3{
    color: #228CCA;
    padding-bottom: 0;
}
.tm-easy-steps-sec-content-img img{
    border-radius: 10px;
}
/*Frequently Asked Questions*/
.tm-frequently-asked-questions-sec {
  padding: 100px 0 70px;
}
.tm-frequently-asked-questions-main .accordion-button::after{
    background-image: url('../img/ic_sharp-plus.svg');
}
.tm-frequently-asked-questions-main .accordion-button:not(.collapsed)::after {
    background-image: url('../img/ic_sharp-minus.svg');
}
.tm-frequently-asked-questions-main .accordion-button{
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #040404;
}
.tm-frequently-asked-questions-main .accordion-button:not(.collapsed) {
  background-color: #0C71C3;
  color: #fff; 
  border-radius: 0;
  border: 0;
}
.tm-frequently-asked-questions-main .accordion-button{
    background-color: #F6F6F6;
}
.tm-frequently-asked-questions-main .accordion {
  border-radius: 0;
}
.tm-frequently-asked-questions-main .accordion-button {
  border-radius: 0 !important;
}
.tm-frequently-asked-questions-main .accordion-item {
    border: 0;
}
.tm-frequently-asked-questions-main .accordion-item:last-of-type {
    border-radius: 0;
}
.tm-frequently-asked-questions-main .accordion-button:focus {
    box-shadow:none;
}
/*quick-contact*/
.tm-quick-contact-sec {
  padding: 0 0 100px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.tm-quick-contact-sec-form {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
  padding: 50px 30px;
  text-align: center;
}
.tm-quick-contact-sec-form .form-control {
    border-radius: 5px;
    border: 1px solid #B3B3B3;
    background-color: #F6F6F6;
    margin-bottom: 25px;
    padding: 10px;
    resize: none;
}
.tm-quick-contact-sec-form-datepicker {
    margin-bottom: 25px;
}
.tm-quick-contact-sec-form-datepicker button {
  background-color: #F6F6F6;
  padding: 0;
  border-left: 0;    
  border-color: #B3B3B3;
}
.tm-quick-contact-sec-form-datepicker button:hover{
    background-color: #228CCA;
}
.tm-quick-contact-sec-form-datepicker button i{
  font-size: 24px !important;
}
.tm-quick-contact-sec-form-datepicker .form-control{
    margin-bottom: 0;
}
.tm-quick-contact-sec-form .gj-datepicker{
    margin-bottom: 0 !important;
}
.tm-quick-contact-sec-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #B3B3B3;
}
/*=========================================contact-us-page===========================================*/
.tm-contact-us-page{
    background-color: rgb(246, 246, 246);
}
.tm-inner-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.tm-inner-banner-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.tm-contact-us-sec {
  padding: 100px 0;
  background-color: rgb(246, 246, 246);
}
.tm-contact-us-info .tm-sec-title {
  margin-bottom: 20px;
}
.tm-contact-us-info .tm-sec-title h2 span{
    color: #228CCA;
}
.tm-contact-us-info ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 30px;
  height: 30px;
  display: flex;
  line-height: 26px;
  font-size: 20px;
}
.tm-contact-us-info ul li i {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #228CCA;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  top: -5px;
}
/*=========================================About-us-page===========================================*/
.tm-about-page .row+.row{
    margin-top: 100px;
}
.tm-about-page-img img {
  border-radius: 20px;
}
.tm-about-page-text p{
    font-size: 16px;
}


.tm-packages-page-panel .price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tm-packages-page-panel .price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.tm-packages-page-panel .price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.tm-packages-page-panel .price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.tm-packages-page-panel .price .grey {
  background-color: #eee;
  font-size: 20px;
}

.tm-packages-page-panel .button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/*=================================footer========================================*/
.tm-footer {
  background-color: #fff;
}
.tm-footer-top {
    padding: 100px 0 50px;
}
.tm-footer-content p{
    font-size: 20px;
    font-weight: 500;
    color: #393939;
}
.tm-footer-content a:hover {
  color: #228CCA;
}
.tm-social-icon{
    margin-top: 20px;
}
.tm-social-icon ul li a{
    color: #393939;
}
.tm-footer-heading h3{
    color: #228CCA;
}
.tm-footer-contact-panel a{
    color: #393939;
}
.tm-footer-contact-panel a i{
    color: #6850FF;
}
.tm-footer-contact-panel span i{
    color: #6850FF;
}
.tm-footer-menu ul li a {
    color: #393939;
    font-family: "Inter", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tm-footer-menu ul li a:hover{
    color: #228CCA;
}
.tm-footer-content a {
    color: #393939;
    font-family: "Inter", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tm-footer-logo {
  margin-bottom: 10px;
}
.tm-footer-logo img {
    width: auto;
}
.tm-footer-heading {
  margin-bottom: 15px;
}
.tm-footer-2 {
  padding-right: 10%;
}
.tm-social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.tm-social-icon ul li a {
  color: #228CCA;
  font-size: 26px;
}
.tm-footer-contact ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.tm-footer-contact ul li a{
    color: #393939;
    font-family: "Inter", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tm-footer-contact ul li a:hover{
    color: #228CCA;
}
.tm-footer-contact ul li a i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #228CCA;
}
.tm-footer-menu ul li{
    margin-bottom: 10px;
}
.tm-footer-form .form-control {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #B3B3B3;
  background: #F6F6F6;
}
.tm-footer-form .form-control:focus {
    box-shadow: none;
}
.tm-footer-form .form-control::placeholder {
    color: #B3B3B3;
    font-family: "Inter", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
}
.tm-footer-bottom {
  border-top: 1px solid #393939;
  padding: 20px 0;
}
.tm-footer-bottom p {
    margin-bottom: 0;
    color: #393939;
    font-size: 16px;
}
.tm-footer-bottom-right{
    text-align: right;
}
.tm-footer-bottom-right p a{
    color: #393939;
}
.tm-footer-bottom-right p a:hover{
    color: #228CCA;
}


[type="date"]::-webkit-inner-spin-button {
  display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
  background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 110% 90% no-repeat
}
.validation-text {color:rgba(226, 10, 10, 0.842); display:none; font-size: 12px; margin-bottom:20px; float:left;}
.form-success-msg {color:green; display: none; padding-bottom: 10px;}
.newsletter_val {width:100%; margin-bottom: 0;}