* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #444444;
  font-family: "Poppins", sans-serif,  !important;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden !important;
  overflow-y: scroll;
  background: #fff !important;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 12px;
    height: 20px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

::-webkit-scrollbar-thumb {
     height: 100px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #19164266; 
}

a {
  color: #02569f;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif,  !important;
}

h2.title-main {
  font-size: 26px !important;
  color: #222257;
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  background: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.back-to-top i {
  font-size: 28px;
  color: #5194df;
  line-height: 0;
}

.back-to-top:hover {
  background: #5194df !important;
}

.back-to-top i:hover {
  color: #fff !important;
}

.back-to-top.active_1 {
  visibility: visible;
  opacity: 1;
}

.modal {
    background: rgb(0 0 0 / 20%);
    height: 100vh!important;
    overflow-x: hidden !important;
}
button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
    opacity: 1;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  i.bi.bi-phone.d-flex.align-items-center.ms-4 span {
    font-size: 11px !important;
  }

  ul.sub_dropdown {
    height: auto !important;
  }

/*  button.cont_btn {
    display: block;
  }*/

  div#main-button {
    width: 50px;
    height: 50px;
  }

  div#main-button i {
    font-size: 15px;
    margin: auto;
  }
}

#topbar {
  background: #191642;
  height: 30px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
/*  overflow-x: hidden !important;*/
}

.container.cont_top {
  display: flex;
  justify-content: space-between;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  color: #fff;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a:hover {
  color: white;
}

@media (max-width: 992px) {
  a.nav-link.scrollto.post_property.post_property_1.post_property_mob {
    display: block !important;
    margin-top: 0px;
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  a.nav-link.scrollto.post_property.post_property_1.post_property_mob {
    display: block !important;
    margin-top: -35px !important;
    margin-right: 30px;
  }

  .bi-list::before {
    content: "\f479";
    margin-top: 30px !important;
    margin-right: 15px;
  }
  .col-12.col-md-5.col-lg-5.pl-md-0.contact-us {
    margin: auto;
    text-align: center !important;
}
}

@media (max-width: 600px) {
  .container.cont_top {
    display: block !important;
    margin: auto;
  }

  .social-links.d-md-flex.align-items-center {
    padding-top: 10px !important;
  }

  #topbar {
    height: 65px !important;
    line-height: 25px;
    margin: auto;
    text-align: center;
  }

  .contact-info {
    justify-content: center;
  }

  a.nav-link.scrollto.post_property.post_property_1.post_property_mob {
    display: block !important;
    margin-top: -44px !important;
    margin-right: 1px;
    margin-left: -53px;
    width: 153px;
  }

  .bi-list::before {
    content: "\f479";
    margin-top: 10px !important;
    margin-right: -5px;
  }
}


@media (max-width: 375px) {
  #topbar .contact-info i {
    font-size: 12px !important;
    font-style: normal;
    color: #fff;
  }


}

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  margin: 30px auto !important;
}
a.logo {
    width: 200px;
    margin-top: 10px;
}

a.logo img{
  width: 100%;
}
.container.d-flex.justify-content-between.header_1 {
  padding: 4px 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  list-style: none;
}

a.nav-link.scrollto.post_property.post_property_1.post_property_mob {
  display: none;
}

@media (max-width : 991px) {
  a.nav-link.scrollto.post_property.post_property_1 {
    display: none !important;
  }
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #02569f;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active_1:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active_1,
.navbar .active_1:focus,
.navbar li:hover>a {
  color: #02569f;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active_1:hover,
.navbar .dropdown ul li:hover>a {
  color: #02569f;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  left: 0;
  bottom: 0;
  background: rgb(9 9 9 / 42%);
  transition: 0.3s;
  z-index: 999;
  height: 60vh;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 50px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  height: 50vh;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active_1:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active_1,
.navbar-mobile li:hover>a {
  color: #02569f;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active_1:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #02569f;
}

.navbar-mobile .dropdown>.dropdown-active_1 {
  display: block;
}

@media (max-width: 768px) {
  #header {
    height: 80px !important;
  }
  nav#navbar {
    right: 0;
    top: 30px;
  }

  i.bi.mobile-nav-toggle.bi-list {
    margin-top: -70px;
  }
}

a.nav-link.scrollto.post_property.post_property_1 {
  padding: 5px 10px;
  background: #1795b6;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}

a.nav-link.scrollto.post_property.post_property_1 span {
  background: yellow;
  padding: 2px 5px;
  margin-left: 5px;
  border-radius: 6px;
  color: #000;
}

@media screen and (max-width: 1024px) {
  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 3px 10px 15px !important;
  }
}

ul.sub_dropdown {
    background: #fff;
    border: 1.5px solid #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 0 24px 0 rgba(0,0,0,.1);
    position: fixed;
    top: 54px;
    z-index: 1032;
}

ul.sub_dropdown li:hover {
    background: #bdbdbd42;
}

/*-----------------------------*/
.footerBottoom[data-v-5112dfd9] {
  background: #121f36;
  padding-bottom: 0;
}

.pp-tagline[data-v-5112dfd9] {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  margin: 0 0 30px;
}

.social-wrapper a[data-v-5112dfd9] {
  margin: 0 5px;
  opacity: .5;
}

.social-wrapper a svg[data-v-5112dfd9] {
  fill: #fff;
}

.social-wrapper a:hover[data-v-5112dfd9] {
  color: #fff;
  opacity: 1;
}

.footer_subhead {
  color: hsla(0, 0%, 100%, .5);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.foot-links ul[data-v-5112dfd9] {
  font-size: 14px;
  list-style: none;
  margin-bottom: 60px;
  padding-left: 0;
}

.foot-links ul li a[data-v-5112dfd9] {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0;
}

.rounded {
  border-radius: 0.25rem !important;
}

.qr-text[data-v-5112dfd9],
.terms-section .links a[data-v-5112dfd9] {
  color: hsla(0, 0%, 100%, .5);
  font-size: 14px;
}

.qr-text[data-v-5112dfd9] {
  display: block;
  margin: 20px 0 10px;
}

.terms-section .links a[data-v-5112dfd9] {
  border-right: 1px solid;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0 15px;
}

.terms-section .copy[data-v-5112dfd9] {
  color: hsla(0, 0%, 100%, .5);
  font-size: 14px;
  font-weight: 400;
}

svg.new_twitter {
  background: #898f9b;
  width: 20px;
  height: 20px;
  padding: 2px;
  border-radius: 5px;
  margin-left: 5px;
}

svg.new_twitter:hover {
  background: #fff;
}

p.foter_pera {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0;
}

.footer-bottom-area {
  background: ##001438;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid white;
}

#main-div {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999 !important;
}

#main-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 50px;
  bottom: -10px;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background-color: #02569f;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#main-button~button {
  visibility: visible;
  font-weight: 600;
  height: 30px;
  padding: 0 20px;
  color: #fff;
  background: linear-gradient(90deg, #00a1f5, #0064f3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  border: 0;
  position: absolute;
  z-index: 999 !important;
  right: 120px;
  bottom: 0;
  opacity: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#main-button.open~button {
  visibility: hidden;
  right: 70px;
  opacity: 0;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button~a {
  right: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: 50px;
  width: 50px;
  font-size: 20px;
  opacity: 0;
  text-decoration: none;
  color: #fff;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  -ms-transition: .2s all linear;
  -o-transition: .2s all linear;
}

#main-button~.telegram-color {
  background: linear-gradient(0deg, #017AB1, #01ABE6);
}

#main-button~.whatsapp-color {
  background: linear-gradient(0deg, #00B100, #09db09);
}

#main-button~.messenger-color {
  background: linear-gradient(0deg, #0078FF, #00C6FF);
}

.messenger-color img {
  border-radius: 40px;
}

#main-button~a {
  opacity: 0;
}

#main-button.open~a {
  opacity: 1;
  transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -webkit-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -moz-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -ms-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
  -o-transition: .4s all cubic-bezier(0, 0.01, 0, 1.27);
}

#main-button.open~a:nth-of-type(1) {
  bottom: 60px;
}

#main-button.open~a:nth-of-type(2) {
  bottom: 120px;
}

#main-button.open~a:nth-of-type(3) {
  bottom: 180px;
}

.wave {
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px #006af382;
  }

  100% {
    box-shadow: 0 0 0px 10px #006af32e;
  }
}

.open {
  animation-iteration-count: 1;
}

div#main-button i {
  margin: auto;
}

.contact-form {
  padding: 30px 40px;
  background-color: #ffffff;
  border-radius: 4px;
  max-width: 400px;
  border: 1px solid #f0f4f5;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 45px;
  padding-left: 16px;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}

.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #02569f;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-top: 15px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #0177a7;
}

.modal-content.modal-content9 {
  width: 400px !important;
  overflow: hidden !important;
  margin: auto;
  height: auto;
}

form.contact-form h5 {
  padding-bottom: 25px;
}

.form-input {
  width: 100%;
  border: none;
  outline: none;
  margin: 10px;
}

.contact-form .form-control:focus {
  border-color: #f0f4f5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #fff;
}

@media (max-width : 768px) {
  .modal-content.modal-content9 {
    width: auto !important;
  }
}

a.systos {
  color: hsla(0, 0%, 100%, .5);
  font-size: 16px;
  font-weight: 600;
}

a.systos:hover {
  color: #02569f;
}

@media only screen and (max-width: 768px) {
  a.logo img {
    margin-top: 25px !important;
  }

  #header {
    margin: 10px auto !important;
  }

#header .logo img {
     width: 76% !important;
    margin-left: 7px;
}
.follow_us {
    display: none !important;
}
}

@media(max-width:600px) {
  #header {
    margin: 40px auto !important;
  }

  nav#navbar {
    top: 45px !important;
  }
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #02569f;
}

.scrolled-offset {
  margin-top: 70px;
}

.head_home h1 {
  color: #fff !important;
  font-size: 38px !important;
  padding-bottom: 20px;
  text-align: center;
}

input.form-control.me-2 {
  height: 50px;
}

@media only screen and (max-width: 600px) {
  .container.d-flex.align-items-center.hero_1 {
    width: auto !important;
  }

}

@media (max-height: 992px) {
  .head_home h1 {
    font-size: 36px !important;
  }
}
