/*

Boxer Template

http://www.templatemo.com/tm-446-boxer

*/

body
    {
        background: #fff;
        font-family: 'Poppins';
        font-weight: 300;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgb(6 2 72 / 68%);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* Preloader container */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

/* Loader container */
.loader-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
}

/* Spinning ring */
.loader-ring {
  width: 80px;
  height: 80px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #28a7e9;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Centered icon (your fav image) */
.loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* start navigation */
.navbar-default
    {
        background: #fff;
        border: none;
        box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
        margin: 0!important;
    }
.navbar-default .navbar-brand
    {
        color: #28a7e9;
        font-size: 30px;
        font-weight: bold;
        height: 70px;
        line-height: 35px;
    }
.navbar-default .nav li a
    {
        color: #666;
        font-size: 13px;
        font-weight: bold;
        height: 70px;
        line-height: 40px;
    }
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #28a7e9;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #28a7e9;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
    background: url('../images/home-bg.webp') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
    }
#home p
    {
        font-weight: 400;
        /*font-style: italic;*/
        line-height: 2em;
    }
#home img
    {
        display: inline-block;
        margin-top: 30px;
    }
/* end home */

/* start divider */
#divider
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
        background: #f8f8f8;
    }
#divider .fa
    {
        color: #28a7e9;
        font-size: 60px;
    }
#divider h3
    {
        font-size: 20px;
    }
/* end divider */

/* start feature */
#feature
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature p
    {
        padding-top: 10px;
    }
#feature span
    {
        float: left;
    }
#feature .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */
#feature1
    {
        padding-top: 60px;
        padding-bottom: 60px;
        background: #f8f8f8;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */

/* start pricing */
#pricing
    {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 80px;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #28a7e9;
        border-radius: 0px;
        color: #28a7e9;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}
/* end pricing */

/* start download */
#download
    {
        padding-top: 80px;
        padding-bottom: 80px;
        background: #f8f8f8
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */

/* start contact */
#contact
    {
        background: url('../images/contact-bg.webp') no-repeat;
        background-size: cover;
        color: #fff;
    }
#contact h2
    {
        padding-bottom: 10px;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */

/* start footer */
footer
    {
        background: #fff;
        font-weight: 400;
        text-align: center;
        padding: 20px;
    }
/* end footer */

@media screen and ( max-width: 991px ) {
    .templatemo-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */

#contact-one .form-control {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
#contact-one input[type="submit"] {
    background: #28a7e9;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}
.tm-white{
    margin-bottom: 20px;
}
#contact-one input[type="submit"]:hover {
    background: #107DB6;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 99999;
  background-color: #25D366;
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}
.whatsapp-button:hover {
  transform: scale(1.1);
}
.wtsap-img{
    width: 35px;
}
.tawk-button:hover{
    transform: scale(1.1) !important;
}
.text-danger {
    color: #ffb8b6;
    text-align: left;
}
.mb-3{
    margin-bottom: 20px;
}
.mt-0{
    margin-top: 0px;
}
.form-control {
    height: 50px;
}
.btn-primary{
    background: #28a7e9;
    border-color: #28a7e9;
    color: #fff;
}
.btn-primary:hover{
    background: #107DB6;
    border-color: #107DB6;
    color: #fff;
}
#demo {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
#gallery {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
#gallery h2 {
    padding-bottom: 60px;
}
.container.gallery-container 
    background-color: #fff;
    color: #35373a;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}
/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
    font-family: 'Glyphicons Halflings';
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
#baguetteBox-overlay .full-image img {
    max-width: 1000px;
}
    .offer-banner {
    height: 100px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    /*color: #334582;*/
    font-size: 2rem;
    font-weight: bold;
    white-space: nowrap;

  }

  .offer-text {
    display: inline-block;
    position: absolute;
    animation: scroll-left 12s linear infinite;
    background: linear-gradient(0deg, #28a7e9, #2c4282);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  #demo h2 {
  text-align: center;
  font-weight: 700;
  padding-bottom: 60px;
  color: #343a40;
}
.templatemo-box-new {
  background: white;
  border-radius: 12px;
  padding: 25px 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.templatemo-box-new:hover {
  transform: translateY(-5px);
}
.templatemo-box-new h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
.templatemo-box-new p {
  margin: 5px 0;
  font-size: 16px;
  color: #555;
}
.templatemo-box-new a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 15px;
  transition: background 0.3s ease, transform 0.2s;
}
.templatemo-box-new a:hover {
  opacity: 0.9;
  transform: scale(1.03);
}
.templatemo-box-new.admin a {
  background-color: #007BFF;
  color: #fff;
}
.templatemo-box-new.user a {
  background-color: #28A745;
  color: #fff;
}
@media(max-width: 500px){
    .mobile-title{
        font-size: 25px;
        margin-bottom: 0px;
    }
    .overlay {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mobile-hide{
    display: none;
}
.tm-mbl{
    display: none;
}
.mbl-fnt{
    display: none;
}
.whatsapp-button {
    bottom: 16px;
    right: auto;
    left: 20px;
}
.whatsapp-button {
    position: fixed;
    right: 100px;
    border-radius: 3px;
    width: 100px;
    height: 47px;
    padding: 10px !important;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.whatsapp-button:hover{
    text-decoration: none;
}
.wtsap-img {
    width: 25px;
}
.chat-wtsap{
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-left: 5px;
}
    .wow> h2{
        text-align: center;
        font-size: 20px;
    }
    }
@media(min-width: 500px){
    .chat-wtsap{
    display: none;
    }
}
@media (max-width: 768px) {
  .templatemo-box-new {
    margin-bottom: 20px;
  }
}



.exit-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
}

/* Modal Box */
.exit-modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 800px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  animation: fadeIn 0.4s ease-in-out;
}
.text-one{
    margin-bottom: 20px;
}
.exit-text {
  background: linear-gradient(45deg, #2d4282, #00BFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Flex Layout for Content */
.exit-content-body {
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-align: left;
  margin-top: 40px;
}

.exit-video {
  flex: 1;
}

.exit-form-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Close Button */
.exit-close-btn {
  position: absolute;
  top: 15px; right: 20px;
  font-size: 22px;
  cursor: pointer;
  color: #999;
}

.exit-close-btn:hover {
  color: #333;
}

/* Form */
#exit-form input[type="tel"],
#exit-form input[type="email"] {
  width: 100%;
  padding: 12px;
  margin-top: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.select2 {
  width: 100% !important;
  padding: 0px !important;
  margin-top: 15px !important;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  background-color: white !important;
  font-family: inherit !important;
}
.select2-selection{
    border: none !important;
    padding: 12px !important;
    height: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/* Button styling */
#exit-form button {
  margin-top: 15px;
  width: 100%;
  padding: 12px;
  background: linear-gradient(45deg, #007BFF, #00BFFF);
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#exit-form button:hover {
  background: linear-gradient(45deg, #0056b3, #0099cc);
}


/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-30px); }
  to { opacity: 1; transform: translateY(0); }
}
.iframe-youtube{
    width: 100%;
    height: 500px;
}
/* Responsive */
@media (max-width: 768px) {
  .exit-modal{
    display: none;
  }
  .iframe-youtube{
    width: 100%;
    height: auto;
}
}
