@font-face {
  font-family: 'Dosis';
  font-size: 20px;
  font-weight: 600;
  src: local(''),
       url('fonts/Dosis-SemiBold.ttf') format('ttf'), /* Chrome 26+, Opera 23+, Firefox 39+ */
}
@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hind Vadodara", sans-serif;
  background-color: #f0f0f0;
    font-weight: 400;
    font-style: normal;
    color: #1a1919;
    font-size: 12pt;
    line-height: 1.5;

}
input[type="radio"] {
  margin-right: 10px;
}
input[type="checkbox"] {
  margin-right: 10px;
}
 .border-hr-dashed {
    border: 1.5px dashed #00964F;
}
.tm-container {
  background-color: white;
  max-width: 1400px;
  margin-top: 0px;
}

.tm-site-title {
  color: #cc0064;
  font-size: 3rem;
}

.tm-site-subtitle {
  color: #0095bf;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.footer {
    background: #4a4a4a;
    padding: 10px;
    color: white;
    margin-top: 10px;
}

.tm-section-1 {
  /* height: 800px; */
  height: 95vh;
  background-image: url(../img/slide-bg-01.jpg);
  background-size: cover;
  /* -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 0px, 100% 84%, 0px 100%); */
  /* background-position: center -95px; */
  background-repeat: no-repeat;
  padding-top: 75px;
}
.tm-site-title-home{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color:#000;
}
.tm-site-heading{
  font-family: 'Dosis', 'sans-serif';
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20pt;
  color:#000;
  font-weight: 600;
}

.tm-section-31 {
  height: 790px;
  /* background-image: url(../img/spot-bg-02.jpg); */
  background-size: cover;
  -webkit-clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 14%, 100% 86%, 0px 100%);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.tm-color-primary {
  color: #cc0064;
}

.tm-color-secondary {
  color: #0095bf;
}

.tm-btn-primary {
  color: white;
  background-color: #cc0064;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  background-color: #f21b85;
}

.tm-btn-secondary {
  color: white;
  background-color: #00964F;
}

.tm-btn-secondary:hover,
.tm-btn-secondary:focus {
  background-color: #087e47;
}

.tm-bg-circle-white {
  /*background-color: white;
  color: #6c6c6c;
   padding: 75px 81px 75px 90px; 
  padding: 90px 10px 10px 10px;
  border-radius: 50%;
   width: 550px;
  height: 550px; */
  background-color: white;
  color: #000;
  
}

.tm-bg-circle-pad-2 {
  padding-left: 120px;
}

p,
ul {
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 0;
}

ul {
  margin: 0;
}
ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -5px;
}
ul.dashed > li:before {
  content: "-";
  margin-right: 5px;
  text-indent: -5px;
}

.btn {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 8px;
  margin-bottom: 10px;
}
.clear {
  clear: both;
}
a.btn:hover {
  color: white;
  text-decoration: none;
}

.tm-flex-center-v {
  display: flex;
  flex-direction: column;
  justify-content: top;
}

.tm-text-container {
  max-width: 420px;
}

.tm-circle-img {
  width: 550px;
}

.tm-circle-img-container {
  text-align: right;
}

.tm-contact-form {
  max-width: 280px;
}

.form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #087e47;
  display: inline-block;
  padding: 0;
  width: auto;
}

.form-control:focus {
  box-shadow: none;
  border-color: #087e47;
  border-width: 2px;
}

.tm-send-btn {
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.tm-footer-link {
  color: #6c6c6c;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #cc0064;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
 .custom-video {
      height: 350px !important;
  }
 
}

@media (min-width: 576px) {
  .container {
    max-width: none;
  }
  
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 992px) {
  .tm-bg-circle-white {
    margin-left: auto;
    margin-right: auto;
  }
  .tm-section-left {
    /* margin: 50px auto; */
  }

  .tm-circle-img-container {
    text-align: center;
  }

  .tm-contact-form {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tm-contact-right {
    margin-bottom: 50px;
  }

  .tm-footer-text {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 576px) {
  .tm-bg-circle-white {
    border-radius: 100px;
    width: 100%;
    height: auto;
    /* padding: 50px; */
  }

  img {
    max-width: 100%;
  }

  .tm-section-1,
  .tm-section-3 {
    height: 100%;
    width: 100%;
  }

  .tm-section-1 {
     padding-bottom: 230px;
    /*-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 92%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 0px, 100% 92%, 0px 100%); */
  }

  .tm-section-3 {
    /*padding-top: 100px;
    padding-bottom: 100px;
    -webkit-clip-path: polygon(0px 0px, 100% 8%, 100% 92%, 0px 100%);
    clip-path: polygon(0px 0px, 100% 8%, 100% 92%, 0px 100%);*/
  }

  .tm-circle-img-container {
    margin-bottom: 30px;
  }
}
.site_logo{
  /* margin-top: 15px; */
  max-width: 310px;
  float: left;
}
/*----------------Language Drop Down-------------------*/
 /* Container Styling */
        .lang-dropdown {
            position: relative;
            display: inline-block;
            font-size: 1rem;
            margin-top:15px;
            float: right;
            margin-right: 15px;
        }

        /* Dropdown Button */
        .dropdown-button {
            background-color: #fff;
            padding: 10px 20px;
            border: 1px solid #ccc;
            border-radius: 5px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            float: right;
        }

        /* Flag Icon Style */
        .dropdown-button img {
            width: 20px;
            height: 15px;
        }

        /* Dropdown List */
        .dropdown-list {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: white;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            list-style-type: none;
            margin: 0;
            padding: 0;
            width: 180px;
            border-radius: 5px;
            overflow: hidden;
            z-index: 1;
        }

        /* List Item Styling */
        .dropdown-list li {
            display: flex;
            align-items: center;
            padding: 10px;
            cursor: pointer;
            transition: background-color 0.2s ease;
        }

        /* Hover Effect */
        .dropdown-list li:hover {
            background-color: #f0f0f0;
        }

        /* Flag Styling in List */
        .dropdown-list li img {
            width: 20px;
            height: 15px;
            margin-right: 10px;
        }

        /* Show Dropdown */
        .lang-dropdown.show .dropdown-list {
            display: block;
        }
        
          .lang-dropdown .show{
            display: block;
        }

        li {
          list-style: none;
      }
      .sub-chk{
        margin-left: 15px;
      }
      .mar-bot-10{
        margin-bottom: 10px;
      } 
      strong{font-weight: 600;}

      

      @media only screen and (max-width: 600px) {
         .site_logo{
           /* margin-top: 15px; */
           max-width: 270px;
           float: left;
         }
       }

       @media only screen and (max-width: 400px) {
        .site_logo{
          /* margin-top: 15px; */
          max-width: 230px;
          float: left;
        }
      }
      
/*-------------TOP Menu-------------------*/       
.topnav {
  /* overflow: hidden; */
  background-color: #fff;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}