@font-face {
  font-family: "newsgoth_btroman";
  src: url("../fonts/tt0047m_-webfont.woff2") format("woff2"),
    url("../fonts/tt0047m_-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "newsgoth_btitalic";
  src: url("../fonts/tt0048m_-webfont.woff2") format("woff2"),
    url("../fonts/tt0048m_-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "newsgoth_btbold";
  src: url("../fonts/tt0049m_-webfont.woff2") format("woff2"),
    url("../fonts/tt0049m_-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "newsgoth_btbold_italic";
  src: url("../fonts/tt0050m_-webfont.woff2") format("woff2"),
    url("../fonts/tt0050m_-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "newsgoth_lt_btlight";
  src: url("../fonts/tt0132m_-webfont.woff2") format("woff2"),
    url("../fonts/tt0132m_-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  /* Bg Colors */
  --bg-blue: #0077be;
  --bg-white: #fff;
  --bg-black: #000;
  --bg-grey: #f2f2f2;
  /* Colors */
  --color-white: white;
  --color-light: #f5f5f5;
  --color-black: black;
  --color-blue: #0077be;
  --color-lightBlue: #3a4670;

  --borderRadius: 8px;
  --transitionDuration: 0.3s;
}
html,
body {
  background-color: var();
  color: var(--textColor);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  scroll-behavior: smooth !important;
  scroll-padding-top: 5rem !important;
  font-family: "newsgoth_lt_btlight";
}

#sticky-social-icons-container {
  position: fixed;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
}

#sticky-social-icons-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sticky-social-icons-container ul li a {
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  background: #000000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: block;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
}

/* Facebook */
#sticky-social-icons-container ul li.fab-fa-facebook-f a {
  background: #194da8;
  color: #ffffff;
}

/* Twitter */
#sticky-social-icons-container ul li.fab-fa-twitter a {
  background: #000000;
  color: #ffffff;
}

/* LinkedIn */
#sticky-social-icons-container ul li.fab-fa-linkedin-in a {
  background: #4665a3;
  color: #ffffff;
}

/* Instagram */
#sticky-social-icons-container ul li.fab-fa-instagram a {
  background: #ae78e8;
  color: #ffffff;
}

/* YouTube */
#sticky-social-icons-container ul li.fab-fa-youtube a {
  background: #c41717;
  color: #ffffff;
}

/* WhatsApp */
#sticky-social-icons-container ul li.fab-fa-whatsapp a {
  background: #4cd140;
  color: #ffffff;
}

#sticky-social-icons-container ul li a:hover {
  color: #fff;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

#sticky-social-icons-container ul li i {
  display: block;
  font-size: 14px;
}

@media (max-width: 350px) {
  #sticky-social-icons-container {
    position: fixed;
    top: 43%;
  }
}

.fixed_social {
  position: relative;
}

.fixed_social a {
  position: fixed;
  top: 70%;
  right: -56px;
  background: #0077be;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  transform: rotate(-90deg);
  cursor: pointer;
  z-index: 999;
  padding: 10px 30px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.fixed_social a:hover {
  background-color: #013863;
  color: #fff;
}
.fixed_social_icons {
  position: relative;
}

.fixed_social_icons .phone {
  position: fixed;
  top: 70vh;
  right: 0px;
  background: var(--bg-blue);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 999 !important;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3em;
  text-align: center;
  border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
  -moz-transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
  -o-transform: rotate(-0deg);
}
.fixed_social_icons .whatsApp {
  position: fixed;
  top: 77vh;
  right: 0px;
  background: var(--bg-blue);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  z-index: 999 !important;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3em;
  text-align: center;
  border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -ms-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
  -moz-transform: rotate(-0deg);
  -ms-transform: rotate(-0deg);
  -o-transform: rotate(-0deg);
}

.navbar {
  background-color: var(--bg-blue);
  padding: 5px 0px;
}

.navbar span {
  font-weight: 600;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 20px;
  margin-right: 15px;
  font-weight: 400;
  color: var(--color-white);
}

.navbar .fa-bars {
  color: #fff;
  font-size: 30px;
}

/* Common CSS */
section {
  padding: 60px 0px;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

h1 {
  font-size: 42px;
  line-height: 1.3em;
  font-family: "newsgoth_btbold";
}
h2 {
  font-size: 35px;
  line-height: 1.3em;
  font-family: "newsgoth_btbold";
}
p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "newsgoth_lt_btlight";
}
::placeholder {
  color: #000 !important;
  opacity: 1;
  font-size: 14px;
}
::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #a3a3a3;
}

.bg_blue {
  background-color: #125180;
}

.text-blue {
  color: #125180;
}
.text-dark-blue {
  color: #00235A;
}
.btn-blue {
  background-color: #005493;
  font-weight: 500;
  padding: 4px 30px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  box-shadow: none !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: var(--color-white);
  font-weight: 400;
}
.btn-blue:hover {
  background-color: #013863;
  color: #fff;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.btn-white {
  background-color: #fff;
  font-weight: 500;
  padding: 4px 25px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  box-shadow: none !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: var(--color-blue);
  font-weight: 400;
}
.btn-white:hover {
  background-color: #013863;
  color: #fff;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* .video_sec video {
  width: 100%;
  height: 310px;
} */

@media (min-width: 1400px) {
  .video_sec video {
    width: 100%;
    height: 360px;
  }
}
@media (max-width: 1366px) {
  .video_sec video {
    width: 100%;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .video_sec video {
    width: 100%;
    height: 100%;
  }
}

/* Slick Slider */
.slick-arrow {
  font-family: "Font Awesome 5 Free";
  background: transparent;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -40px;
  bottom: 0;
  margin: auto;
  color: #000;
  z-index: 1;
  border: 0;
  font-size: 0;
  outline: 0;
  border: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  outline: 0;
}

button {
  outline: 0 !important;
}

.slick-arrow.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  color: #000;
  font-size: 30px;
  line-height: 2.2;
  font-weight: 600;
  background: transparent;
  padding: 25px 8px;
  border-radius: 3px;
}

.slick-arrow.slick-prev {
  left: -70px;
}

.slick-arrow.slick-next {
  right: -50px;
}

.floor_plans .slick-arrow.slick-prev {
  left: 10px;
}
.floor_plans .slick-arrow.slick-next {
  right: 10px;
}

.slick-arrow.slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #000;
  font-size: 30px;
  line-height: 2.2;
  font-weight: 600;
  background: transparent;
  padding: 25px 8px;
  border-radius: 3px;
}

/* Common CSS */

/* Main Banner Start*/
.main {
  position: relative;
}
.main_banner {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/vizag_bg.jpg") no-repeat center center;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 5rem;
}

.parent {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.child {
  transition: all 1.1s;
  -webkit-transition: all 1.1s;
  -moz-transition: all 1.1s;
  -ms-transition: all 1.1s;
  -o-transition: all 1.1s;
}

.parent:hover .child {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.contact_form .form_sec_bg {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  /* height: 100vh; */
  padding: 2rem;
}

.form_sec_bg .card {
  width: 100%;
}
.form_sec_bg .card p {
  color: var(--bg-blue);
  font-size: 20px;
  font-weight: 500;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form select {
  border: 0px !important;
  border: 1px solid var(--bg-blue) !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 5px 15px;
  box-shadow: none !important;
  font-size: 14px !important;
  color: #000 !important;
  box-shadow: none !important;
}

form .col-lg-3 {
  width: 22%;
}

form .text_wr{
  font-size: 13px !important;
  color: #000 !important;
}

.map_location {
  background-color: rgba(234, 242, 248, 1);
}

.main_banner {
  position: relative;
}

.rmc_truck {
  position: absolute;
  bottom: 3%;
  left: 20%;
}

.main_banner .rmc_truck img {
  width: 500px;
}

.map_location_sec .contact_form {
  position: absolute;
  top: 5.5%;
  right: 10%;
  width: 30%;
}

.map_location h2 {
  font-weight: 700;
  color: #125180;
}
.map_location p {
  font-weight: 700;
  color: #156199;
}

.our_estemeed_clients {
  background-color: #fafdff;
}
.our_estemeed_clients p {
  font-weight: 700;
  color: #156199;
}

.bg_black {
  background-color: #0a1321;
}

.bg_black .border_right {
  border-right: 1px solid #6c757d;
  height: 20px;
  margin: 0 10px;
}
.bg_black a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.bg_black a:hover {
  color: #f2f2f2 !important;
}

.bg_black p {
  font-size: 14px;
}

.speciality_sec {
  background-color: #f8f8f8;
}

.advantages_sec {
  background-color: rgba(21, 97, 153, 1);
}
.advantages_sec .card {
  border: 0px solid #000;
  background: #dce0e3;
}

.desclaimer {
  margin-top: 5rem;
}

.thank_you_sec {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.get_in_touch_btn {
  display: none !important;
}

.speciality_sec h6 {
  font-weight: 700;
  color: #156199;
}
.speciality_sec p {
  font-size: 14px;
  color: #000;
}
.main_banner p {
  font-size: 20px;
  color: #fff;
  line-height: 1.3em;
}

/* Responsiveness CSS */

@media (min-width: 2560px) {
}
@media (min-width: 1440px) {
  form .col-lg-3 {
    width: 18%;
  }
  .map_location_sec .contact_form {
    position: absolute;
    top: 4.2%;
    right: 10%;
    width: 30%;
  }

  .map_location_sec .rmc_truck img {
    width: 600px;
  }
}
@media (min-width: 1080px) {
  .speciality_sec .col-lg-3 {
    width: 20%;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 32px;
    list-style: 1.3em;
  }
  section {
    padding: 40px 0px;
  }
  .main_banner {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form_sec_bg {
    height: 100%;
    padding: 1rem;
  }
  form .col-lg-3 {
    width: 15%;
  }
  .map_location_sec .contact_form {
    position: inherit;
    width: 100%;
    margin-bottom: 2rem;
  }
  .get_in_touch_btn {
    display: block !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .rmc_truck {
    position: absolute;
    bottom: -10%;
    left: 20%;
  }
}

@media (max-width: 425px) {
  /* .map_location_sec .rmc_truck {
    position: inherit;
    width: 100%;
    margin-bottom: 2rem;
  } */
  .rmc_truck {
    position: absolute;
    bottom: -16%;
    left: 20%;
  }
  .main_banner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
  }
}

@media (max-width: 320px) {
  .main_banner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
  }
  .map_location_sec .rmc_truck {
    position: inherit;
  }
  .rmc_truck {
    position: absolute;
    bottom: -14%;
    left: 20%;
  }
  .fixed_social_icons .whatsApp {
    top: 80vh;
  }
}
label.error {
  color: red;
  font-size: 14px;
}

.intl-tel-input {
  display: block;
  position: relative;
  width: 100%;
}
.intl-tel-input .selected-flag {
  height: 30px !important;
  background-color: #ddd !important;
  border-radius: 0;
}

/*Slick CSS BEGINS*/
.slick-slide img,
.slick-slide .card {
  border-radius: 8px !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.slick-arrow {
  font-family: "Font Awesome 5 Free";
  background: transparent;
  width: 40px;
  height: 40px;
  position: absolute;
  top: initial;
  bottom: 0;
  margin: auto;
  color: #515151 !important;
  z-index: 1;
  /*background: #023550;*/
  border-radius: 50px;
  font-size: 0;
  outline: 0;
  border: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  outline: 0;
  padding: 0;
}
.slick-arrow:hover {
  /*background: #ffbb03;*/
  color: #ffbb03;
}

.slick-arrow.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  color: #515151 !important;
  font-size: 22px;
  font-weight: 600;
  background: transparent;
  transition: 0.3s all ease-in-out;
}

.slick-arrow:hover.slick-prev:before {
  padding-right: 10px;
  transition: 0.3s all ease-in-out;
}

.slick-arrow.slick-prev {
  left: -40px;
  top: 0px;
}

.slick-arrow.slick-next {
  right: -40px;
  top: 0px;
}

.slick-arrow.slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  color: #515151 !important;
  font-size: 22px;
  font-weight: 600;
  background: transparent;
  transition: 0.3s all ease-in-out;
}

.slick-arrow:hover.slick-next:before {
  padding-left: 10px;
  transition: 0.3s all ease-in-out;
}

.slick-dots {
  text-align: center;
  padding: 0;
  margin-bottom: 0px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:only-child {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #ffbc00;
}

.slick-dots li button:before,
.slick-dots li button::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0px;
  left: 0px;
  margin: auto auto;
  width: 8px;
  height: 8px;
  background: none;
  background: #ffbc00;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button::before {
  background: #ffbc00;
  width: 8px;
  height: 8px;
}

@media (max-width: 425px) {
  .slick-slide {
    padding: 0px 15px;
    margin: 5rem 0rem;
  }
  .slick-arrow.slick-prev {
    left: 15px;
    bottom: 3%;
  }

  .slick-arrow.slick-next {
    right: 15px;
    bottom: 3%;
  }
}

/* Slick Slider End */

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.modal .btn-close {
  font-size: 12px;
}
.flipcard-wrapper {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  cursor: pointer;
}

.card.is-flipped {
  transform: rotateY(180deg);
}

.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.card-front {
  background-color: #ffffff;
}

.card-back {
  background-color: #4caf50;
  color: white;
  transform: rotateY(180deg);
}