@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

body {
  color: #646464;
  font-family: "Poppins";
  line-height: 1.8;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
}

ul li {
  display: inline-block;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

p {
  color: #646464;
  line-height: 1.8;
}

i {
  line-height: 1;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

.form-control:focus,
input:focus,
button:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mr-20 {
  margin-right: 20px;
}

.pl-40 {
  padding-left: 40px;
}

.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  background-color: #6096fd;
  color: #ffffff;
}

.theme-button .default-btn {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  padding: 15px 35px;
  border-radius: 5px;
  margin-right: 25px;
  position: relative;
  text-transform: capitalize;
  border: 1px solid #ffffff;
  z-index: 0;
}

.theme-button .default-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  background: #003566;
}

.theme-button .default-btn:hover::before {
  width: 100%;
  height: 100%;
}

.theme-button .default-btn:hover {
  border: 1px solid transparent;
}

.section-head {
  max-width: 600px;
  margin: -1px auto 55px;
  line-height: 1;
}

.section-head span {
  font-size: 18px;
  font-weight: 500;
  color: #fb788e;
  margin-bottom: 20px;
  display: inline-block;
}

.section-head h2 {
  font-size: 40px;
  color: #001d3d;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
}

.section-head h2 span {
  color: #ffd000;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0;
}

.section-head p {
  margin-bottom: 0;
}

.navbar-area .mean-container .logo .white-logo {
  display: none;
}

.navbar-area .mean-container a.meanmenu-reveal span {
  position: relative;
  margin-top: -6px;
  top: 8px;
}

.header-section {
  background: #ffaa00;
  padding: 10px 0;
}

.header-section .header-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.header-section .header-widget ul li {
  font-size: 14px;
  padding-right: 16px;
  margin-right: 7px;
  color: #ececec;
  position: relative;
}

.header-section .header-widget ul li::before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 1px;
  height: 20px;
  right: 0;
  top: 3px;
}

.header-section .header-widget ul li i {
  margin-right: 5px;
  font-size: 18px;
  top: 1px;
  position: relative;
}

.header-section .header-widget ul li a {
  color: #ffffff;
}

.header-section .header-widget ul :nth-child(3)::before {
  display: none;
}

.navbar-area .main-nav {
  background: #ffffff;
  padding: 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area .main-nav .navbar {
  padding: 15px 0;
}

.navbar-area .main-nav .navbar .navbar-brand .white-logo {
  display: none;
}

.navbar-area .main-nav .navbar .navbar-brand img {
  max-width: 180px;
  height: 80px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
  color: #001d3d;
  font-weight: 500;
  text-transform: capitalize;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover {
  color: #ffa200;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover i {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a i {
  top: 2px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .active {
  color: #ffa200 !important;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu {
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 0;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item {
  display: block;
  padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a {
  color: #282828;
  border-bottom: 1px dashed #ccb0b0;
  position: relative;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a::before {
  position: absolute;
  content: "";
  background: #6096fd;
  width: 3px;
  height: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a::after {
  position: absolute;
  content: "";
  background: #6096fd;
  width: 3px;
  height: 95%;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a:hover {
  color: #031888;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .dropdown-menu
  .nav-item
  a:hover::before {
  height: 95%;
}

.navbar-area
  .main-nav
  .navbar
  .navbar-nav
  .dropdown-menu
  .nav-item
  a:hover::after {
  height: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu .nav-item a .active {
  color: #031888;
}

.navbar-area .main-nav .navbar .navbar-nav .dropdown-menu :last-child a {
  border-bottom: 0;
}

.navbar-area .main-nav .navbar .navbar-button {
  margin-left: 25px;
}

.navbar-area .main-nav .navbar .navbar-button a {
  color: #ffffff;
  background: #ffb700;
  font-weight: bold;
  padding: 10px 37px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  font-size: 16px;
}

.navbar-area .main-nav .navbar .navbar-button a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #815d00;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-area .main-nav .navbar .navbar-button a:hover::before {
  height: 100%;
}

.is-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.home-slider-item {
  background-position: center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.home-slider-item::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #5a440065 1%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
}

.home-slider-area {
  position: relative;
}

.home-slider-area.owl-carousel .owl-nav button.owl-prev,
.home-slider-area.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 25px;
  top: 35%;
  width: 55px;
  height: 55px;
  border-radius: 30px;
  font-size: 25px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.35);
}

.home-slider-area.owl-carousel .owl-nav button.owl-prev:hover,
.home-slider-area.owl-carousel .owl-nav button.owl-next:hover {
  background: #ffb700;
}

.home-slider-area.owl-carousel .owl-nav button.owl-next {
  left: unset;
  right: 25px;
}

.home-slider-area .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

.home-slider-area.owl-theme .owl-dots .owl-dot.active span,
.home-slider-area.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
  position: relative;
}

.home-slider-area.owl-theme .owl-dots .owl-dot.active span::before,
.home-slider-area.owl-theme .owl-dots .owl-dot:hover span::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  left: -5px;
  right: 0px;
  top: -5px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #ffffff;
}

.home-slider-area.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #ffb700;
}

.home-slider-area.owl-theme .owl-nav {
  margin-top: 0;
}

.items-bg1 {
  background-image: url(../img/carrossel1.png);
}
.items-bg2 {
  background-image: url(../img/carrossel2.png);
}
.items-bg3 {
  background-image: url(../img/carrossel3.png);
}

.home-text {
  max-width: 740px;
  z-index: 1;
  position: relative;
}

.home-text h1 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: capitalize;
  color: #ffffff;
}

.home-text p {
  color: #ffffff;
  margin-bottom: 50px;
}

.home-text .active-btn {
  background: #ffc300;
  border: 1px solid transparent;
}

.home-text .active-btn::before {
  background: transparent;
}

.home-text .active-btn:hover {
  background: transparent;
  border: 1px solid #ffffff;
}

.service-section {
  position: relative;
}

.service-section .service-shapes img {
  position: absolute;
  -webkit-animation: translate infinite 2s;
  animation: translate infinite 2s;
}

.service-section .service-shapes :nth-child(1) {
  top: 65px;
  left: 30%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.service-section .service-shapes :nth-child(2) {
  top: 15%;
  left: 5%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.service-section .service-shapes :nth-child(3) {
  right: 16%;
  top: 18%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.service-section .service-shapes :nth-child(4) {
  left: 2%;
  top: 30%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.service-section .service-shapes :nth-child(5) {
  top: 20%;
  right: 3%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.service-section .service-shapes :nth-child(6) {
  top: 66%;
  left: 2%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.service-section .service-shapes :nth-child(7) {
  right: 2%;
  top: 50%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.service-section .service-shapes :nth-child(8) {
  bottom: 1%;
  left: 3%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.service-section .service-shapes :nth-child(9) {
  bottom: 25%;
  right: 3%;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.service-section .service-shapes :nth-child(10) {
  bottom: 10%;
  right: 3%;
}

.service-card {
  height: 100%;
  text-align: center;
  border-radius: 12px;
  padding: 65px 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 0;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid transparent;
}

.why-card {
  height: 100%;
  text-align: center;
  border-radius: 12px;
  padding: 65px 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 0;
  background: #ffb7008f;
  border: 1px solid #ffd000;
  backdrop-filter: blur(10px);
  color: #fff !important;
}

.why-card p {
  color: #ececec !important;
}

.service-card:hover {
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);

  border: 1px solid #ffd000;
}

.service-card:hover::before {
  height: 100%;
}

.service-card:hover::after {
  opacity: 1;
}

.service-card:hover i::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.service-card:hover .theme-button .default-btn {
  background: #ffffff;
}

.service-card i {
  color: #ffdd00;
  font-size: 50px;
  display: inline-block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

.service-card h3 {
  color: #000814;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 10px;
}

.service-card p {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 0px;
}

.service-card .theme-button .default-btn {
  color: #ffa200;
  border: 1px solid #ffdd00;
  margin-right: 0;
  padding: 10px 40px;
}

.service-card .theme-button .default-btn:hover::before {
  display: none;
  color: #6096fd;
}

.why-choose-section {
  position: relative;
  padding: 100px 0 100px;
  z-index: 1;
}

.why-choose-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 55, 0, 0.486);
  z-index: -1;
}

.why-choose-section .why-choose-shape {
  position: absolute;
  left: 35%;
  bottom: 120px;
  -webkit-animation: scale infinite 2s;
  animation: scale infinite 2s;
}

.why-choose-bg {
  background-image: url(../img/why-choose/bg-1.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100%;
}

.why-choose-img {
  background-image: url(../img//logo.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  max-width: 400px;
  bottom: 0;
}

.why-choose-text .section-head {
  margin: 0 0 35px;
}

.why-choose-text .section-head h2 {
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: -4px;
}

.why-choose-text .section-head p {
  color: #ffffff;
  padding-right: 90px;
}

.why-choose-accordian {
  margin-top: 30px;
  margin-right: 60px;
}

.why-choose-accordian .accordion {
  margin-bottom: 35px;
}

.why-choose-accordian .accordion .card {
  border-radius: 5px;
  margin-bottom: 15px;
  border: 0;
}

.why-choose-accordian .accordion .card .card-header {
  background: #ffffff;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}

.why-choose-accordian .accordion .card .card-header h2 a {
  font-size: 16px;
  color: #111111;
  font-weight: 500;
  position: relative;
  display: block;
  text-align: left;
  padding: 15px 20px;
  line-height: 1;
}

.why-choose-accordian .accordion .card .card-body {
  color: #828282;
  font-size: 14px;
  padding: 10px 0 0 0;
  border-top: 1px solid #bebebe;
  margin: 0px 20px 20px 20px;
}

.why-choose-accordian .why-choose-contact .form-control {
  font-size: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.35);
  padding: 12px 20px;
  border-radius: 5px;
  margin-right: 20px;
  float: left;
  margin-bottom: 15px;
  width: 278px;
  border: 0;
  height: 50px;
}

.why-choose-accordian .why-choose-contact ::-webkit-input-placeholder {
  color: #ffffff;
}

.why-choose-accordian .why-choose-contact :-ms-input-placeholder {
  color: #ffffff;
}

.why-choose-accordian .why-choose-contact ::-ms-input-placeholder {
  color: #ffffff;
}

.why-choose-accordian .why-choose-contact ::placeholder {
  color: #ffffff;
}

.why-choose-accordian .why-choose-contact button {
  font-size: 16px;
  color: #ffffff;
  background: #ffb700;
  padding: 12px 35px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  height: 50px;
}

.why-choose-accordian .why-choose-contact button:hover {
  background: #ffaa00;
}

.why-choose-accordian .why-choose-contact p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: -8px;
}

.why-choose-accordian .accordion .card-header a::after {
  position: absolute;
  content: "x";
  font-size: 20px;
  color: #616161;
  font-weight: 500;
  right: 20px;
  top: 11px;
}

.why-choose-accordian .accordion a.collapsed::after {
  position: absolute;
  content: "+";
  font-size: 25px;
  color: #616161;
  font-weight: 500;
  right: 20px;
  top: 11px;
}

.process-section {
  padding-top: 160px;
}

.process-section .process-card {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding: 20px 20px 0;
}

.process-section .process-card:hover i {
  color: #ffffff;
}

.process-section .process-card:hover i::after {
  background: #6096fd;
}

.process-section .process-card i {
  color: #6096fd;
  font-size: 50px;
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-section .process-card i::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px dashed #adadad;
  left: -53px;
  top: -50px;
  z-index: -1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-section .process-card h3 {
  font-size: 22px;
  color: #111111;
  margin-bottom: 13px;
}

.process-section .process-card p {
  margin-bottom: 0;
}

.process-section .process-card img {
  position: absolute;
  top: 28px;
  right: -35px;
  -webkit-animation: fadeInLeft infinite 2s;
  animation: fadeInLeft infinite 2s;
}

.active-price {
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.active-price .price-head-text::before {
  opacity: 1;
}

.active-price .plan-btn a::before {
  width: 100%;
}

.active-price .plan-btn a {
  color: #ffffff;
}

.counter-section {
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
}

.counter-section::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.counter-section .offer-text h2 {
  font-size: 40px;
  font-weight: 600;
  max-width: 405px;
  margin-bottom: 30px;
  color: #001d3d;
  text-transform: capitalize;
}

.counter-section .offer-text h2 span {
  color: #ffb700;
}

.counter-section .offer-text .theme-button .default-btn {
  background: #ffffff;
  color: #001d3d;
  border: 0;
}

.counter-section .offer-text .theme-button .default-btn:hover {
  color: #ffffff;
}

.counter-section .counter-area {
  background: #ffffff54;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 99;
  padding-top: 85px;
  padding-bottom: 15px;

  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.counter-section .counter-area .counter-text {
  margin-bottom: 70px;
}

.counter-section .counter-area .counter-text h2 {
  font-size: 40px;
  font-weight: 600;
  color: #ffb700;
  margin-bottom: 0;
}

a.booknow {
  color: #ffffff;
  background: #ffb700;
  font-weight: bold;
  padding: 10px 37px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  font-size: 16px;
}

.counter-section .counter-area .counter-text p {
  color: #003566;
  margin-bottom: 0;
  font-size: 18px;
}

.counter-section .counter-shape img {
  position: absolute;
  -webkit-animation: scale infinite 2s;
  animation: scale infinite 2s;
}

.counter-section .counter-shape :nth-child(1) {
  top: 125px;
  left: 30px;
}

.counter-section .counter-shape :nth-child(2) {
  bottom: 85px;
  left: 40px;
}

.counter-section .counter-shape :nth-child(3) {
  top: 50px;
  left: 100px;
}

.counter-section .counter-shape :nth-child(4) {
  bottom: 40px;
  left: 20%;
}

.counter-section .counter-shape :nth-child(5) {
  top: 37px;
  left: 25%;
}

.counter-section .counter-shape :nth-child(6) {
  top: 37px;
  left: 45%;
}

.counter-section .counter-shape :nth-child(7) {
  bottom: 37px;
  left: 35%;
}

.counter-section .counter-shape :nth-child(8) {
  top: 37px;
  right: 30px;
}

.counter-section .counter-shape :nth-child(9) {
  bottom: 37px;
  right: 30px;
}

.counter-section .counter-shape :nth-child(10) {
  top: 37px;
  right: 25%;
}

.counter-section .counter-shape :nth-child(11) {
  bottom: 80px;
  left: 39%;
  width: 20px;
  height: 20px;
  -webkit-animation: scale infinite 2s;
  animation: scale infinite 2s;
}

.counter-section .counter-shape :nth-child(12) {
  top: 55px;
  left: 5%;
  width: 55px;
  height: 55px;
  -webkit-animation: scale infinite 2s;
  animation: scale infinite 2s;
}

.team-section .team-card {
  width: 100%;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  border-radius: 10px;
  margin-bottom: 30px;
}

.team-section .team-card:hover .team-img .team-social {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.team-section .team-card .team-img {
  position: relative;
  overflow: hidden;
}

.team-section .team-card .team-img img {
  width: 100%;
}

.team-section .team-card .team-img .team-social {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-section .team-card .team-img .team-social a {
  background: rgba(3, 24, 136, 0.85);
  color: #fff;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: table-cell;
  border-right: 1px solid #5967ad;
}

.team-section .team-card .team-img .team-social a:hover {
  background: #6096fd;
}

.team-section .team-card .team-img .team-social a i {
  font-size: 18px;
}

.team-section .team-card .team-text {
  text-align: center;
  padding: 25px;
}

.team-section .team-card .team-text h4 {
  font-size: 20px;
  color: #6096fd;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: capitalize;
}

.team-section .team-card .team-text p {
  color: #454545;
  margin-bottom: 0;
  line-height: 1;
  font-size: 15px;
}

.testimonial-section .testimonial-area {
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  padding: 0px 0 0;
}

.testimonial-section .testimonial-image-slider {
  margin-top: 5px;
}

.testimonial-section .slick-list {
  margin: 0 5px;
}

.testimonial-section .sin-testiImage {
  display: inline-block;
  margin-bottom: 11px;
  outline: medium none;
}

.testimonial-section .sin-testiImage img {
  border: 5px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block !important;
  height: 80px;
  margin-bottom: 30px;
  margin-top: 36px;
  outline: 0 none;
  width: 80px;
}

.testimonial-section .sin-testiImage.slick-current img {
  height: 145px;
  margin-top: 0;
  opacity: 1;
  width: 146px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  margin-bottom: 35px;
}

.testimonial-section .testimonial-text-slider h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000814;
}

.testimonial-section .testimonial-text-slider span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  color: #001d3d;
}

.testimonial-section .testimonial-text-slider {
  margin: auto;
  padding: 0;
  position: relative;
  width: unset;
  z-index: 9;
}

.testimonial-section .sin-testiText {
  outline: none;
}

.testimonial-section .sin-testiText p {
  max-width: 555px;
  margin: auto;
  color: #001d3d;
}

.testimonial-section .slick-prev,
.testimonial-section .slick-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 25px;
  outline: medium none;
  padding: 0;
  position: absolute;
  top: 200px;
  width: 16px;
}

.testimonial-section .slick-prev:hover::before,
.testimonial-section .slick-next:hover::before {
  background: #ffffff;
  border: 1px solid #ffb700;
}

.testimonial-section .slick-prev {
  left: -31px;
}

.testimonial-section .slick-next {
  right: -31px;
}

.testimonial-section .slick-prev:before,
.testimonial-section .slick-next:before {
  height: 25px;
  width: 16px;
  left: -130px;
  top: -44px;
  border: 1px solid transparent;
  position: absolute;
  color: #ffb700;
  font-family: "foundation-icons";
  content: "<";
  font-family: "Material-Design-Iconic-Font";
  font-size: 33px !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  background: fff;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  line-height: 45px;
  font-family: inherit;
}

.testimonial-section .slick-next:before {
  right: -130px;
  left: inherit;
  content: ">";
}

.testimonial-section .slick-slider {
  z-index: 9;
}

.testimonial-section .testimonial-area:hover .slick-prev:before,
.testimonial-section .testimonial-area:hover .slick-next:before {
  opacity: 1;
}

.testimonial-bg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.footer-area {
  background: #fff;
  padding-top: 200px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #ffdd00;
}

.footer-area .footer-widget .logo {
  margin-bottom: 25px;
}

.footer-area .footer-widget .logo img {
  max-width: 200px;
}

.footer-area .footer-widget p {
  color: #ffffff;
  margin-bottom: 25px;
}

.footer-area .footer-widget .email {
  position: relative;
}

.footer-area .footer-widget .email input {
  height: 50px;
  background: #ffffff;
  border: 0;
  border-radius: 5px;
  padding-left: 15px;
  width: 100%;
  margin-bottom: 10px;
}

.footer-area .footer-widget .email ::-webkit-input-placeholder {
  font-size: 16px;
  color: #888888;
}

.footer-area .footer-widget .email :-ms-input-placeholder {
  font-size: 16px;
  color: #888888;
}

.footer-area .footer-widget .email ::-ms-input-placeholder {
  font-size: 16px;
  color: #888888;
}

.footer-area .footer-widget .email ::placeholder {
  font-size: 16px;
  color: #888888;
}

.footer-area .footer-widget .email button {
  position: absolute;
  right: 0;
  top: 0;
  background: #5d92f6;
  border: 0;
  color: #ffffff;
  height: 50px;
  width: 50px;
  font-size: 29px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area .footer-widget .email button:hover {
  background: #111111;
}

.footer-area .footer-widget .email .validation-danger {
  color: #dc3545;
}

.footer-area .footer-widget h3 {
  border-bottom: 2px solid #ffb700;
  display: inline-block;
  margin-bottom: 20px;
  color: #001d3d;
}

.footer-area .footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-area .footer-widget ul li {
  display: block;
  margin-bottom: 10px;
}

.footer-area .footer-widget ul li a {
  font-size: 16px;
  color: #001d3d;
}

.footer-area .footer-widget ul li a:hover {
  letter-spacing: 0.5px;
  color: #ffb700;
}

.footer-area .footer-widget ul li i {
  color: #001d3d;
}

.footer-area .footer-widget .find-text {
  margin-right: 0;
  margin-bottom: 25px;
}

.footer-area .footer-widget .find-us li {
  color: #001d3d;
  margin-bottom: 8px;
}

.footer-area .footer-widget .find-us li i {
  font-size: 22px;
  margin-right: 5px;
  top: 4px;
  position: relative;
}

.footer-area .bottom-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 80px;
  border-top: 1px solid #ffb700;
}

.footer-area .bottom-footer .footer-social ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-area .bottom-footer .footer-social ul li a i {
  width: 30px;
  height: 30px;
  background: #ffb700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 5px;
}

.footer-area .bottom-footer .footer-social ul li a i:hover {
  background: #ffffff;
  color: #ffb700;
}

.footer-area .bottom-footer .copyright-text p {
  color: #001d3d;
  font-size: 16px;
  margin-bottom: 0;
}

.footer-area .bottom-footer .copyright-text p a {
  color: #ffffff;
}

.footer-area .bottom-footer .copyright-text p a:hover {
  color: #ffffff;
}

.top-btn {
  width: 40px;
  height: 50px;
  color: #ffffff;
  background: #ffc300;
  text-align: center;
  border-radius: 5px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
  line-height: 50px;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.top-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-btn:hover::before {
  height: 100%;
}

.top-btn:hover {
  color: #ffffff;
}

.modal.fade:not(.in).left .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}

.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.fade:not(.in).bottom .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.modal.right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.right-modal .modal {
  z-index: 9999999;
  -webkit-transition: 1s;
  transition: 1s;
}

.right-modal .modal .modal-header img {
  width: 140px;
  padding-top: 8px;
}

.right-modal .modal .modal-header button {
  border: none;
  font-size: 30px;
  background-color: transparent;
}

.right-modal .modal .modal-header button span {
  background: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 40px;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.right-modal .modal .modal-header button span:hover {
  border-radius: 0px;
}

.right-modal .modal .modal-body {
  width: 500px;
  padding: 40px;
  background: #ffffff;
}

.right-modal .modal .modal-body .modal-about {
  margin-bottom: 50px;
}

.right-modal .modal .modal-body .modal-about h3 {
  color: #000;
  border-bottom: 2px solid #000;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.right-modal .modal .modal-body .location {
  margin-bottom: 50px;
}

.right-modal .modal .modal-body .location h3 {
  color: #000000;
  border-bottom: 2px solid #000000;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.right-modal .modal .modal-body .location ul {
  padding-left: 0;
}

.right-modal .modal .modal-body .location ul li {
  display: block;
  margin-bottom: 10px;
}

.right-modal .modal .modal-body .location ul li i {
  font-size: 18px;
  color: #111111;
}

.modal.right .modal-content {
  min-height: 100vh;
  border: 0;
}

.modal-body {
  padding: 0;
}

.modal-header .close {
  margin-right: 0;
}

.contact-info {
  margin-bottom: -150px;
  z-index: 999;
  position: relative;
}

.contact-info .contact-card-area {
  background: #ffb700;
  border-radius: 10px;
  padding-top: 90px;
  padding-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 #00000061;
  box-shadow: 0 0 20px 0 #00000061;
}

.contact-info .contact-card-area .contact-shapes img {
  position: absolute;
}

.contact-info .contact-card-area .contact-shapes :nth-child(1) {
  top: 0;
  left: 0;
  width: 250px;
}

.contact-info .contact-card-area .contact-shapes :nth-child(2) {
  top: 0;
  right: 0;
}

.contact-info .contact-card-area .contact-shapes :nth-child(3) {
  right: 25%;
  top: 0;
}

.contact-info .contact-card-area .contact-shapes :nth-child(4) {
  left: 35%;
  top: 10px;
  width: 30px;
}

.contact-info .contact-card-area .contact-card {
  text-align: center;
  margin-bottom: 30px;
}

.contact-info .contact-card-area .contact-card i {
  font-size: 25px;
  color: #dfa000;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  display: inline-block;
}

.contact-info .contact-card-area .contact-card i::after {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -10px;
  left: -12px;
  z-index: -1;
}

.contact-info .contact-card-area .contact-card h3 {
  color: #ffffff;
}

.contact-info .contact-card-area .contact-card p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
}

.map {
  height: 600px;
}

.map iframe {
  width: 100%;
  height: 600px;
  border: 0;
}

.mt-100 {
  margin-top: 100px;
}

.error-title {
  height: 300px;
  background: #6096fd;
  text-align: center;
}

.error-title h2 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}

.error-title h2 span {
  text-transform: capitalize;
  color: red;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes translate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(10px);
    transform: translate(10px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes translate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(10px);
    transform: translate(10px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes translateY {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes translateY {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
