* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}



/* here you can put your own css to customize and override the theme */
.container h1 {
    color: #111111;
}
.container h1 {
    font-size: 42px;
    line-height: normal;
    text-align: center;
    font-weight: 700;
}

.info-block {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap onto multiple lines */
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.info {
    text-align: center; /* Center the content */
    margin-bottom: 20px; /* Add spacing between info blocks */
}

.info .number {
    font-size: 24px; /* Adjust font size */
    font-weight: bold;
    margin-bottom: 10px; /* Add spacing between number and label */
}

.info .label {
    font-size: 16px; /* Adjust font size */
    color: #111111;
}

/* Media query for screens smaller than 768px (typical mobile devices) */
@media (max-width: 768px) {
    .info {
        flex-basis: 80%; /* Adjust width for smaller screens */
    }
}

/* Media query for screens between 769px and 992px (medium-sized screens) */
@media (min-width: 769px) and (max-width: 992px) {
    .info {
        flex-basis: 60%; /* Adjust width for medium-sized screens */
    }
}

.custom-img {
    height: 150px; /* Set the desired height */
    width: 200px; /* Set the desired width */
}

@media only screen and (max-width: 767px) {
    .logo {
        width: 214px !important;
        
    }
}

.logo {
    width: 300px; /* Change the value as needed */
    height: 60px; /* Adjust height proportionally */
}


 .container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #D7C4F3;

  }

 .wrap-contact100 {
    width: 550px;
    background: transparent;
    padding: 30px 0 80px 0;
  }


 /*------------------------------------------------------------------
  [ Button ]*/
  .container-contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 13px;
  }


 .wrap-contact100-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 31px;
    overflow: hidden;
  }

 .wrap-contact100-form-btn:hover .contact100-form-bgbtn {
    left: 0;
  }

 /*==================================================================
  [ Form ]*/

  .contact100-form {
    width: 100%;
  }

  .contact100-form-title {
    display: block;
    font-family: Oswald-Medium;
    font-size: 30px;
    color: #43383e;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 35px;
  }



 /*------------------------------------------------------------------
  [ Input ]*/

  .wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    margin-bottom: 17px;
  }

  .label-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 72px;
    position: absolute;
    top: 4px;
    left: 0;
    cursor: pointer;
    font-size: 12px;
    color: #999999;
  }

  .input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: Oswald-Medium;
    font-size: 15px;
    color: #43383e;
    line-height: 1.2;
    padding: 0 5px;
  }

  .wrap-input100:hover {
    color: #D7C4F3;
  }
  .input100:hover {
    border-color: blue; /* Change to the desired hover color */
}

.input100:hover,
.input100:focus {
    background-color: #662D91;
	color: #fff;				 /* Change to the desired hover and active color */
}
.input100[type="text"]:hover,
.input100[type="text"]:focus {
    color: white; /* Change to the desired text color */
}


  /*---------------------------------------------*/
  input.input100 {
    height: 62px;
    padding: 0 20px 0 10px;
  }


  textarea.input100 {
    min-height: 199px;
    padding: 19px 20px 0 23px;
  }


  /*==================================================================
  [ Restyle Checkbox ]*/

  .contact100-form-checkbox {
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .input-checkbox100 {
    display: none;
  }

  .label-checkbox100 {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-family: Oswald-Regular;
    font-size: 15px;
    color: #43383e;
    line-height: 1.2;
  }

  .label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 15px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .input-checkbox100:checked + .label-checkbox100::before {
    color: #555555;
  }


  /*------------------------------------------------------------------
  [ Button ]*/
  .container-contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 13px;
  }

  .wrap-contact100-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 31px;
    overflow: hidden;
  }

  .contact100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #662D91;
    /* background: -webkit-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
    background: -o-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
    background: -moz-linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935);
    background: linear-gradient(-135deg, #d5007d, #e53935, #d5007d, #e53935); */
    top: 0;
    left: -100%;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
  }

  .contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 62px;

    font-family: Oswald-Medium;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
  }

  .wrap-contact100-form-btn:hover .contact100-form-bgbtn {
    left: 0;
  }

  /*------------------------------------------------------------------
  [ Responsive ]*/



  /*------------------------------------------------------------------
  [ Alert validate ]*/

  .validate-input {
    position: relative;
  }

  .alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;

    font-family: Oswald-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }

  .alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
  }

  .alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
  }

  @media (max-width: 992px) {
    .alert-validate::before {
      visibility: visible;
      opacity: 1;
    }
  }

/* custom code */



  /*---------------------------------------------*/
  input {
      outline: none;
      border: none;
  }

  input[type="number"] {
      -moz-appearance: textfield;
      appearance: none;
      -webkit-appearance: none;
  }

  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
  }

  textarea {
    outline: none;
    border: none;
  }

  textarea:focus, input:focus {
    border-color: transparent !important;
  }

  input:focus::-webkit-input-placeholder { color:transparent; }
  input:focus:-moz-placeholder { color:transparent; }
  input:focus::-moz-placeholder { color:transparent; }
  input:focus:-ms-input-placeholder { color:transparent; }

  textarea:focus::-webkit-input-placeholder { color:transparent; }
  textarea:focus:-moz-placeholder { color:transparent; }
  textarea:focus::-moz-placeholder { color:transparent; }
  textarea:focus:-ms-input-placeholder { color:transparent; }

  input::-webkit-input-placeholder { color: #999999;}
  input:-moz-placeholder { color: #999999;}
  input::-moz-placeholder { color: #999999;}
  input:-ms-input-placeholder { color: #999999;}

  textarea::-webkit-input-placeholder { color: #999999;}
  textarea:-moz-placeholder { color: #999999;}
  textarea::-moz-placeholder { color: #999999;}
  textarea:-ms-input-placeholder { color: #999999;}

  /*---------------------------------------------*/
  button {
      outline: none !important;
      border: none;
      background: transparent;
  }

  button:hover {
      cursor: pointer;
  }

  iframe {
      border: none !important;
  }


  /*---------------------------------------------*/
  .container {
      max-width: 1200px;
  }



.column-card {
    /* float: left; */
    /* width: 33.3%; */
    margin-bottom: 16px;
    /* padding: 0 8px; */
}
/* .column-card{
    position: fixed;
  top: 50px;
  left: 50px;
  width: 200px;
  height: 100px;
  background-color: #f0f0f0;
  overflow: auto;
} */

.card-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: auto;
  }

  .container-card {
    padding: 0 16px;
  }

  .container-card::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }

  .row-card{
    display: flex;
    text-align: center;
  }

  .card-box{
    text-align: center;
    margin: 10px;
    padding: 10px;
  }

  .small-img {
    max-width: 50%; /* Ensure the image does not exceed the container's width */
    height: auto; /* Allow the image to adjust its height proportionally */
}

.card {
    height: 100%; /* Ensure the card takes up the full height of the column */
    border: 1px solid #ccc; /* Add border around the card */
}
.video-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clint-info-tec {
    background-color: #80DAFF;
}
.container.clint-info-tec {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 10px;
}

.clint-info {
    /* background-color: white; Set background color to white */
    text-align: center; /* Align text in the center */
    padding: 20px;
    font-size: 20px;
    padding-left: 20px;
    /* padding-top: 20%; */
    float: left;
}

.clint-heading h2 {
    color: #fff; /* Set heading text color to blue (you can change it to your desired color) */
}

.clint-description {
    color: #fff;
    font-style: italic; /* Make description italic for visual appeal */
    font-size: 16px; /* Adjust font size as needed */
    margin-top: 10px; /* Add some top margin for spacing */
}

.clint-temp {
    margin-top: 40px;
    margin-bottom: 40px;
}

.container.clint-info-tec {
    border-radius: 50px !important; /* Apply border radius of 10 pixels */
    overflow: hidden; /* Ensure content within the container stays within the rounded border */
}
.bg-color {
    background-color: #B06BF2 !important;
}

.card {
        padding: 10px;
	border: none !important;
	
}
img.card-img-top.small-img.mx-auto {
    box-shadow: 5px 5px 10px #401863;
}

.owl-carousel .owl-item {
    margin-right: 0; /* Adjust margin between items if needed */
}

.owl-item video {
    width: 100%;
    height: auto;
}

.video-name {
    position: absolute;
    bottom: 10px; /* Adjust the distance from the bottom as needed */
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF; /* Adjust text color as needed */
    font-size: 16px; /* Adjust font size as needed */
    font-weight: bold; /* Adjust font weight as needed */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); /* Add shadow to improve readability */

    @media screen and (max-width: 768px) {
        font-size: 14px;
        bottom: 5px;
    }

    /* Adjust positioning and font size for even smaller devices */
    @media screen and (max-width: 576px) {
        font-size: 12px;
        bottom: 3px;
    }
}

.video-crousal {
    padding-bottom: 40px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
margin-bottom: 40px;
/* background-color: bisque !important; */
padding-top: 40px;
border-radius: 7% 0% !important;

}


.social-carousel-second .owl-stage-outer .owl-stage .owl-item li {
    list-style-type: none !important;
}

.social-carousel .owl-dots {
    display: none !important;
}





