@charset "utf-8";

/*----------intial declartaion of css----------*/
* {
    /*appearance:none; -moz-appearance:none;-webkit-appearance:none;*/
}

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    box-sizing: border-box;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
    box-shadow: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:hover {
    outline: none;
    cursor: pointer;
}

a:focus {
    outline: none;
    cursor: pointer;
}

a {
    color: #909497;
}

a:hover {
    color: #59595b;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

/* End Clearfix */

/* For IE 6/7 (trigger hasLayout) */
a,
button,
.btn {
    outline: none !important;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    text-decoration: none !important;
}


html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #59595b;
    line-height: 24px;
    background-color: #fff;
}


.homevideo {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.homevideo .videoboxinner {
    width: 100%;
    height: 100%;
}

.homevideo .videoboxinner video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homevideo .mdinner {
    width: 100%;
    height: 100%;
    padding: 70px 70px 50px 70px;
    position: absolute;
    top: 0;
    left: 0;
}

.homevideo .mdtopboxes {
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.homevideo .skybluebg {
    background-color: rgba(50, 150, 220, 0.77) !important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.homevideo .skybluebg:hover {
    background-color: #3296DC !important;
}

.homevideo .graybg {
    background-color: rgba(142, 158, 169, 0.77) !important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.homevideo .graybg:hover {
    background-color: #505559 !important;
}

.homevideo .mdtshapeboxes {
    background-color: rgba(245, 82, 49, 0.77);
    border-radius: 20px;
    padding: 75px 32px;
    text-align: center;
    max-width: 425px;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

/* .homevideo .mdtshapeboxes:hover {
    background-color: rgba(245, 82, 49, 1);
} */

.homevideo .mdtshapeboxes h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}

.homevideo .mdtshapeboxes .arrows {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.homevideo .mdheader h1 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    padding-right: 30px;
}

.mapspsec {
    width: 100%;
    display: inline-block;
}

.mapspsec .mshbox {
    width: 100%;
    display: inline-block;
    padding: 15px 15px;
    text-align: center;
}

.mapspsec .mplogo img {
    width: 150px;
}

.mapspsec .backarrow {
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: uppercase;
}

.mapspsec .backarrow i {
    padding-right: 5px;
}


#map {
    height: calc(100vh - 80px);
    width: 100%;
}

/* #infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

#mapmodal {
    position: absolute;
} */

.btn-close {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: normal;
    /* position: absolute;
    right: 5px;
    top: 5px; */
    font-size: 25px;
}

.displayProcess {
    color: #008cff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline !important;
}

.moddata p{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.maptlbox {
    position: absolute;
    left: 10px;
    top: 10px;
}

.maptlbox img {
    width: 550px;
    object-fit: cover;
    border-radius: 10px;
}

.mappointbox {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.mappointbox ul {
    padding: 15px;
    margin: 0;
    list-style-type: none;
}

.mappointbox ul li {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 5px;
}

.mappointbox ul li:last-child {
    margin-bottom: 0px;
}

.mappointbox ul li img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    margin-right: 10px;
}



/* // `xxl` applies to x-large devices (large desktops, less than 1920px) */
@media (max-width: 1920.98px) {}

/* // `xxl` applies to x-large devices (large desktops, less than 1680px) */
@media (max-width: 1680.98px) {}

/* // `xxl` applies to x-large devices (large desktops, less than 1440px) */
@media (max-width: 1440.98px) {
    .homevideo .mdinner {
        padding: 50px 50px 50px 50px;
    }

    /* .homevideo .mdtshapeboxes h3 {
        font-size: 20px;
    } */

    .homevideo .mdtshapeboxes {
        padding: 60px 15px;
        width: 340px;
    }

    .homevideo .mdheader h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .mdfooter img {
        width: 150px;
    }

    .homevideo .mdtshapeboxes h3 {
        font-size: 16px;
        line-height: 22px;
    }
}

/* // `xxl` applies to x-large devices (large desktops, less than 1399px) */
@media (max-width: 1399.98px) {
    .homevideo .mdinner {
        padding: 30px 30px 30px 30px;
    }

    /* .homevideo .mdtshapeboxes {
        padding: 66px 15px;
        width: 350px;
    } */

    .homevideo .mdtshapeboxes .arrows img {
        width: 30px;
        height: 30px;
    }
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

@media (max-width: 1024.98px) {
    .homevideo .mdtshapeboxes {
        width: 250px;
    }

    /* .homevideo .mdtopboxes .mdtboxes {
        flex: 0 0 auto;
        width: 25%;
    } */
}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .homevideo .mdtshapeboxes {
        /* padding: 40px 30px 40px; */
        width: 100%;
    }

    .homevideo .mdtbox {
        width: 100%;
    }

    .homevideo .mdtshapeboxes .arrows img {
        width: 25px;
        height: 25px;
    }

    br {
        display: none;
    }

    /* .homevideo .mdtopboxes .mdtboxes {
        flex: 0 0 auto;
        width: 40%;
    } */
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .homevideo .mdtboxes.align-items-center,
    .homevideo .mdtboxes.align-items-start {
        align-items: flex-start !important;
    }

    .homevideo .mdheader h1 {
        font-size: 25px;
        line-height: 35px;
        flex: 0 0 auto;
        width: 100%;
    }

    .homevideo .mdheader .logo {
        flex: 0 0 auto;
        width: 100%;
    }

    /* .homevideo .mdtopboxes .mdtboxes {
        flex: 0 0 auto;
        width: 100%;
    } */

    .homevideo .mdtshapeboxes {
        padding: 40px 30px 40px;
    }
}

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* // `xs` returns only a ruleset and no media query */
@media (max-width: 575.98px) {}

.wrap-login100 {

  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}
.login100-form {
  padding: 15px;
}

.login100-form-title {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
  padding-bottom: 54px;
}
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: Poppins;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #E4E4E4;
  height: 50px;
  border-radius: 10px;
  padding: 0 30px 0 68px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}
.container-login100-form-btn {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.container-signin100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
    .container-signin100-form-btn button {
        width: 20%;
    }

.login100-form-btn {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #7f9c3c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

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

.login100-form-btn:hover {
  background: #333333;
}

a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #7f9c3c;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: 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;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  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: #9053c7;
  background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
  background: linear-gradient(-135deg, #c850c0, #4158d0);
}

.wrap-login100 {

    background: rgb(244,244,244);
background: linear-gradient(90deg, rgba(244,244,244,0.906582701439951) 0%, rgba(217,244,245,0.9289916650253851) 100%); 
  border-radius: 15px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  width: 316px;
}

.login100-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
  padding: 15px;
}

.login100-form-title {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
	padding-top: 30px;

  width: 100%;
  display: block;
  padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: Poppins;
  font-size: 15px;
  line-height: 1.5;
  color: #616060;

  display: block;
  width: 100%;
  background: #fff;
  height: 50px;
  border-radius: 10px;
  padding: 0 30px 0 68px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

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

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #7f9c3c;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login100-form-btn {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #809c3c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

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

.login100-form-btn:hover {
  background: #333333;
}



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



@media (max-width: 992px) {
  .wrap-login100 {
    padding: 177px 90px 33px 85px;
  }

  .login100-pic {
    width: 35%;
  }

  .login100-form {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
    padding: 100px 80px 33px 80px;
  }

  .login100-pic {
    display: none;
  }

  .login100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 100px 15px 33px 15px;
  }
}


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

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  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: 8px;
  pointer-events: none;

  font-family: Poppins-Medium;
  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: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

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

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

.homevideo {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.homevideo .videoboxinner {
    width: 100%;
    height: 100%;
}

.homevideo .videoboxinner video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homevideo .mdinner {
    width: 100%;
    height: 100%;
    padding: 70px 70px 50px 70px;
    position: absolute;
    top: 0;
    left: 0;
}

.homevideo .mdtopboxes {
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.homevideo .skybluebg {
    background-color: rgba(50, 150, 220, 0.77) !important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.homevideo .skybluebg:hover {
    background-color: #3296DC !important;
}

.homevideo .graybg {
    background-color: rgba(142, 158, 169, 0.77) !important;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
}

.homevideo .graybg:hover {
    background-color: #505559 !important;
}

.homevideo .mdtshapeboxes {
    background-color: rgba(245, 82, 49, 0.77);
    border-radius: 20px;
    padding: 75px 32px;
    text-align: center;
    max-width: 425px;
    display: block;
    position: relative;
    margin: 0 auto 30px;
}

/* .homevideo .mdtshapeboxes:hover {
    background-color: rgba(245, 82, 49, 1);
} */

.homevideo .mdtshapeboxes h3 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}

.homevideo .mdtshapeboxes .arrows {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.homevideo .mdheader h1 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
    padding-right: 30px;
}

.shake {
    animation-name: shake;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    border: 1px solid red;
}
@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    12% {
        transform: rotate(-2deg);
    }

    25% {
        transform: rotate(0deg);
    }

    37% {
        transform: rotate(2deg);
    }

    50% {
        transform: rotate(0deg);
    }

    62% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(0deg);
    }

    87% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}