.flip-card {

  display: grid;
  /*perspective: 40rem;*/

  align-items: center;
  background-color: transparent;
  width: 100%;
  height: auto;
  padding: 10px;
  /*height: 300px;*/
  /*perspective: 1000px;*/
}

/*@media screen (min-width: 1490px){
  .flip-card{
    width: auto;
  }
}
@media screen (max-width: 1002px){
  .flip-card{
    width: 100px auto;
  }
}
*/
.flip-card-inner {
  /*background:rgba(244,124,60,0.60);*/
  background:#FCF6F5FF;

  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
  box-shadow: 0 4px 8px 0 #000080;
  text-align: center;
  /*align-items: center;*/
  /*padding-right: 20px;*/
  /*text-align: center;*/
  box-sizing: border-box;
  box-shadow: 0 0 12px;
  /*width: 45%;*/
  height: 180px;
  width: 150px auto;
  margin-bottom: 15px;
  /*margin-right: 15px;*/

  /*padding: 20px 10px;*/
  /*margin-right: 20px;*/
  color: #000;
  cursor: pointer;
  transition: .7s;
  border-radius: 10px;
}

.flip-card:hover .flip-card-inner {
  /*align-items: center;*/
  transform: rotateY(180deg);
  color: #000;
}

.flip-card-front, .flip-card-back {
  text-align: center;
  min-width: 100%;
  /*mix-blend-mode: multiply;*/

  /*align-items: center;*/
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  /*margin-left: 10px;*/
  /*text-align: center;*/
  /*align-items: center;*/
  /*background-color: #bbb;*/
  color: black;
}

.flip-card-back {
  /*align-items: center;*/
  /*background-color: #2980b9;*/
  color: #000;
  transform: rotateY(180deg);
}


/*radio button*/
.custom-control-label {
  color: #000;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*vertical-align: middle;*/
  width: 75%;
  /*height: 150px;*/
  height: auto;
  padding-bottom: 15px;
}

/*.col-md-3{
  padding-right: 20px;
}*/

/*.services-box{
  
}*/
.services-box:hover{
  /*background-color: #F64141;*/
  color: #fff;
}
.services-icon i img{
  /*align-items: center;*/
  /*text-align: center;*/
  height: 50px;
  width: 50px;
}
@media screen (max-width: 300px){
  .col-lg-8{
    margin-left: auto;
    width: 800px;
  }
}
/*@media (min-width: 250%) {
  .center {
    max-width: 1140px !important;
    width: 250px;
  }
}*/ 
hr{
  color: #FFF;
}
.col-lg-12 .text{
  color: #FFF;
}
.col-lg-12 .text{
  text-align: center;
  color: #FFF;
}
@media screen (max-width: 430px) {
  .center{
    max-width: 100px;
  }
}

.col-md-3{
  padding: 0;
  /*padding-right: -20px;*/
  margin: 0;
  /*margin-left: 10px;*/
}
@media screen and (max-width: 768px) {
  .row{
  padding: 0;
  /*padding-right: -20px;*/
  margin: 10px;
  /*margin-left: 10px;*/
}
}
.home-registration-form .btn{
  background-color: #808080;
  color: white;
  font-weight:bolder;
  font-size:medium;
}
.home-registration-form .btn:hover{
  background-color: #999;
  color: black;
}
.services-icon i{
    align-items: center;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Mulish:wght@400;600;700&display=swap");
body {
  font-family: "Mulish", sans-serif;
  overflow-x: hidden !important;
  position: relative;
}

h3,h4,
h5{
  font-family: 'Mulish', sans-serif;
}
/*
.btn, .btn:focus, button, button:focus {
  outline: none !important;
}
*/
a {
  text-decoration: none !important;
  outline: none;
}

.row > * {
  position: relative;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  /*background: #ffffff;*/
  color: #FFF;playplay: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.home-center {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 22px;
}


.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}



/*::-moz-selection {
  background-color: #1a1a1a;
  color: #ffffff;
}

::selection {
  background-color: #1a1a1a;
  color: #ffffff;
}*/

/*b {
  font-weight: 500;
}



.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}*/

.section-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  padding-bottom: 1rem;
  line-height: 1;
  font-size: 1.75rem;
  font-weight: 700;
}

.title {
  text-transform: uppercase;
  font-size: 24px;
}

.title-subtitle {
  max-width: 550px;
}

.title-icon {
  font-size: 32px;
  margin-bottom: 30px;
  display: block;
}

.section-subtitle {
  letter-spacing: 0.02em;
}

.svg-pattern {
  width: 100%;
  position: relative;
}

.hover-effect {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-effect:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
/*
.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  border-radius: 3px;
  background-color: #3c3c3c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.back-to-top i {
  color: #ffffff;
  font-size: 12px;
  display: block;
  line-height: 30px;
}*/

.btn {
  padding: 12px 34px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

.bg-img1 {
    background-image: linear-gradient(rgba(0,0,0,0.2), rgb(0, 0, 0,.5)), url("../images/bg_image.jpg");
  background-repeat:no-repeat;
  background-size: 100%;

}

.bg-home {
  /*background-image: linear-gradient(rgba(0,0,0,0.2), rgb(0, 0, 0,.5)), url("../images/bg_image.jpg");
  background-repeat:no-repeat;
  background-size: 100%;*/
  height:1000px;
 
  width: 100%;
  height: 700px;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;*/
  background-size: cover;
 
  /*padding: 190px 0;*/
}

.logo img{
  height: 100px;
  /*width:100px;*/
  align-items: center;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.home-registration-form label ght: 100px;
  /*width:100px;*/
  align-items: center;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.home-registration-form label%;
 
  width: 100%;
  height: 700px;
  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;*/
  background-size: cover;
 
  /*padding: 190px 0;*/
}

.logo img{
  height: 100px;
  /*width:100px;*/
  align-items: center;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.home-registration-form label {
  font-size: 20px;
  margin-bottom: 10px;
}
.home-registration-form h5{
  font-size: 29px;
}

.home-registration-form .registration-input-box {
  border: none;
  border-radius: 5px;
  color: black;
  height: 45px;
  border: 1px solid #e0e0e0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}


.services-box {
  align-items: center;
  padding: 30px;
}

.services-box .services-icon i {
  font-size: 36px;
}

.services-box .services-title {
  font-size: 18px;
  color: #000;
}
/*.services-box .services-title:hover{
  color: #000;
}*/



.contact-social {
  padding: 20px 0px;
}

/*.contact-social .social-icon {
  border: 3px solid #dadcdf;
  border-radius: 50%;
  color: #dadcdf;
  width: 48px;
  height: 48px;
  display: block;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
}
*/
/*.contact-social .contact-title {
  font-size: 20px;
}*/

.footer {
  background-image: url("../images/cartographer.png");
  position: relative;
}
.footer-terms ul li a, .text a{
  color: #FFF;
}

/*.footer-terms li:last-child:after {
  content: "";
}

.footer-terms li a:hover {
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
*/
/*.footer-terms li:after {
  content: "|";
  margin: 0 20px;
  color: #757575;
}*/


@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

/*# sourceMappingURL=style.css.map */