/*@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');*/

@font-face {
  font-family: myFont1;
  src: url(fonts/blenda_script/blenda-script.otf);
 /* font-family: myFont2;
  src: url(fonts/varela_round/varelaround-regular.ttf);*/
  font-family: myFont3;
  src: url(fonts/alex-brush/AlexBrush-Regular.ttf);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Varela Round', sans-serif;
}

p,
span,
nav,
a,
button {
  font-family: 'Hind Madurai', sans-serif;
}
/*form style */
.error{
  background-color: #FF6600;
  border:#AA4502 1px solid;
  padding: 5px 10px;color: #FFFFFF;
  border-radius:4px;
}
.success{
  background-color: #12CC1A;
  padding: 10px;
  color: #FFFFFF;
  border-radius:4px;
}
.info{font-size:.8em;
  color: #FF6600;
  letter-spacing:2px;
  padding-left:5px;
}
.btnAction{

  /*form style */
}
/*sections css for #index*/

.sec1 {
  padding-top: 81px;
  margin-top: -40px;
}


/*sections css for #index*/

body.modal-open>:not(.modal) {
  -webkit-filter: blur(3px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(3px);
}
.heading1{
  font-size: 36px;
}
.container1 {
  position: relative;
  text-align: center;
  color: black;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 324px;
  left: 380px;
}

.top-right {
  position: absolute;
  top: 58px;
  right: 116px;
}

.bottom-right {
  position: absolute;
  bottom: 54px;
  right: 116px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}

#more {
  display: none;
}


/* text animation*/

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}

.heading1 {
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-out 0s 1 slideInFromLeft;
}


/*modal css*/

.modal-content {
  width: 130%;
}

.heading1 {
  font-family: myFont3;
}


/*modal css*/


/*text animation*/


/*Slider*/


/* Make the image fully responsive */

.modal {
  left: -50px;
  top: 20px;
}


/*Slider*/


/*social media*/

.fa {
  padding: 17px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
  color: grey;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-instagram {
  background: #cb2027;
  color: white;
}


/*social media*/

.button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

.button:hover {
  cursor: pointer;
  background-color: #333;
}

.button:active {
  background-color: #555;
}

.button.show {
  opacity: 1;
  visibility: visible;
}

.map-container1 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-container1 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.break {
  margin-left: 30px;
}


/* Flip card */

.extrasUl {
  display: inline-flex;
  list-style-type: none;
  border: 1px solid;
}
.extrasUl li {
margin-top: 10px;
}

.extrasUl1 {
  list-style-type: none;
  border: 1px solid;
  text-align: center;
  margin-top: 48px!important;
  padding: 10px;
  margin: 0px;
}

.extrasUl1 li {
  display: inline;
  margin: 2px;
}

.extrasUl1 li {}

.bak-crd {
  margin: 65px auto;
  width: 70%;
}

#demo {
  height: 300px;
}

.flip-card {
  background-color: transparent;
  width: 102%;
  height: 300px;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 99%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.flip-card:active .flip-card-inner {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: ;
  color: black;
}

.flip-card-back {
  background-color: #CACACA;
  color: #000;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}


/* Flip card */


/* contact us */

.contact4 {
  color: #8d97ad;
  font-weight: 300;
}

.contact4 h1,
.contact4 h2,
.contact4 h3,
.contact4 h4,
.contact4 h5,
.contact4 h6 {
  color: #3e4555;
}

.contact4 .font-weight-medium {
  font-weight: 500;
}

.contact4 .form-control {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.contact4 .form-control:focus {
  border-color: #ffffff;
}

.contact4 input::-webkit-input-placeholder,
.contact4 textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact4 input:-ms-input-placeholder,
.contact4 textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact4 input::placeholder,
.contact4 textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact4 .right-image {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}

.contact4.bg-info {
  background-color: #188ef4 !important;
}

.contact4 .text-inverse {
  color: #3e4555 !important;
}

@media (min-width: 1024px) {
  .contact4 .contact-box {
    padding: 80px 105px 80px 0px;
  }
}

@media (max-width: 767px) {
  .contact4 .contact-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1023px) {
  .contact4 .right-image {
    position: relative;
    bottom: -95px;
  }
}


/* contact us */

@media only screen and (max-width: 600px) {
  .navbar-nav {
    background-color: slategrey;
    text-align: center;
    margin-top: 14px;
  }
  .nav-link {
    color: #fff!important;
  }
  .logo_image{
    width: 100%!important;
  }
  .break {
    width: 162px;
    margin-left: 0px;
  }
  .container1 {
    margin-top: 79px!important;
  }
  .heading1 {
    font-size: 0.6rem;
    width: 99%;
    font-family: cursive
  }
  .top-right {
  position: absolute;
  top: 8px;
  right: 9px;
}
  .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 4px;
  }
  .butt-frm{
    font-size: 8px;
    width: 70px;
  }
  .top-left {
    top: 79px;
    left: 87px;
  }
  .fa {
    padding: 7px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }
  #social a {
    margin: 2px;
  }
  .brdright {
    border-right: none!important;
  }
  .smGlobalBtn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 25px;
    box-shadow: 0 0px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 20px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
  }
  .logo {
    width: 80px;
    margin-top: -8px;
  }
  #demo {
    height: 600px;
  }
  .modal-content {
    width: 100%;
  }
  .modal-dialog {
    margin-top: 130px;
  }
  .footer {
    height: 89px!important;
    padding-top: 52px!important;
    font-size: 11px;
  }
  .extrasUl {
    display: block;
  }
    .extrasUl li {
    margin-left: -35px;
}
  .bak-crd {
    margin: 14px auto;
    width: 90%;
  }
  .fl_Crd {
    margin-top: 10px;
  }
  .modal {
    left: 0px;
    top: 20px;
  }
  .form1{
    padding-top: 22px;
  }
  .a1{
    margin-top: 91px!important;
  }
  .a2{
    margin-top: 70px!important;
  }
}

  

