/*  Import Helper Files  */
/*
!Import Google font Link
*Or You Can Use Font From Local
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
/*
!Utilities Or Helper CSS
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 16px;
  position: relative;
  height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: black;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

:focus {
  outline: none !important;
}

input:focus,
select:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid black !important;
}

textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

button {
  border: none !important;
}

button:hover {
  border: none !important;
}

*::-webkit-input-placeholder {
  color: black;
  font-size: 16px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: black;
  font-size: 16px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: black;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: black;
  font-size: 16px;
  opacity: 1;
}

*::-moz-placeholder {
  color: black;
  font-size: 16px;
  opacity: 1;
}

/*  Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
li,
span,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
}

.skew_hover_effect {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.skew_hover_effect:hover::before {
  left: 140%;
  opacity: 1;
  visibility: visible;
}

.skew_hover_effect::before {
  content: " ";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 120%;
  background: #e5e5e547;
  transform: skew(45deg);
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.skew_circle_hover_effect {
  position: relative;
}

.skew_circle_hover_effect span {
  position: relative;
  z-index: 10;
}

.skew_circle_hover_effect:hover::before {
  transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  -webkit-transition: -webkit-transform 0.4s linear,
    -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear, -webkit-transform 0.4s linear;
  transition: transform 0.4s linear, transform 0.4s linear;
  transition: transform 0.4s linear, transform 0.4s linear,
    -webkit-transform 0.4s linear, -webkit-transform 0.4s linear;
  -webkit-transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  -moz-transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  -ms-transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  -o-transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
  -webkit-transition: transform 0.4s linear, transform 0.4s linear;
  -moz-transition: transform 0.4s linear, transform 0.4s linear;
  -ms-transition: transform 0.4s linear, transform 0.4s linear;
  -o-transition: transform 0.4s linear, transform 0.4s linear;
}

.skew_circle_hover_effect::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background: #505355;*/
  background: #0d6efd;
  content: "";
  transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(0px);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: 4;
  -webkit-transform: perspective(200px) scaleX(0.1) rotateX(90deg)
    translateZ(0px);
  -moz-transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(0px);
  -ms-transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(0px);
  -o-transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(0px);
}

.bottom_top_hover_effect {
  position: relative;
}

.bottom_top_hover_effect:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.bottom_top_hover_effect:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.bottom_top_hover_effect::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #e5e5e547;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.bottom_top_hover_effect img {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.circle_rounded_hover_effect {
  position: relative;
}

.circle_rounded_hover_effect:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(12);
  -webkit-transform: scale(12);
  -moz-transform: scale(12);
  -ms-transform: scale(12);
  -o-transform: scale(12);
}

.circle_rounded_hover_effect::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: rgba(233, 60, 48, 0.322);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

@media (max-width: 575px) {
  .row {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.default_section_gap {
  margin-top: 90px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .default_section_gap {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .default_section_gap {
    margin-top: 30px;
  }
}

.service_wrapper .page_title {
  padding-bottom: 0;
}

.page_title {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #363636;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .page_title {
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
  }
}

/* Swiper Arrow */
@media (min-width: 1200px) {
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
  }
  .swiper-button-next {
    right: -40px;
  }
  .swiper-button-prev {
    left: -40px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #d7d7d7;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 15px;
  }
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #4a8fe7;
}

.modal {
  z-index: 1000001;
}

.wrap {
  border-right: 3px solid white !important;
}

/* ============ ScrollToUP Section =========== */
.scrolltop {
  position: fixed;
  right: 70px;
  bottom: 150px;
  z-index: 1000000;
  background-color: rgb(250, 247, 247);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  .scrolltop {
    right: 30px;
  }
}

.scrolltop i {
  font-size: 16px;
  color: white;
}

.scrolltop:hover {
  background-color: rgba(37, 34, 35, 0.7);
}

.scroll_active {
  bottom: 60px;
  visibility: visible;
  opacity: 1;
}

/* ============  Start Header Section =========== */
.header_wrapper {
  z-index: 1000;
  position: relative;
  /* padding: 0 90px 0 90px; */
  background: #fff;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

@media (max-width: 767px) {
  .header_wrapper {
    padding: 0;
  }
}

.header_wrapper .topbar_area {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  padding: 0px 0 20px 0;
  background: #fff;
}

@media (max-width: 767px) {
  .header_wrapper .topbar_area {
    display: none;
  }
}

.header_wrapper .topbar_area .container {
  padding-bottom: 30px;
  border-bottom: none;
}

.header_wrapper .topbar_area .newTopBar .topbar_item {
  margin-right: 60px;
}

.header_wrapper .topbar_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 18px;
  margin-top: 10px;
}

.header_wrapper .top_icon {
  position: relative;
}

.header_wrapper .top_icon img {
  width: 100%;
}

.header_wrapper .top_icon::after {
  content: " ";
  position: absolute;
  right: -8px;
  width: 1px;
  height: 33px;
  background-color: #d7d7d7;
}

.header_wrapper .top_contact li,
.header_wrapper .top_contact p {
  /* font-weight: 600 !important; */
  /* cursor: pointer; */
}

.header_wrapper .top_contact li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 15px;
}

.header_wrapper .top_contact li,
.header_wrapper .top_contact a,
.header_wrapper .top_contact p {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #363636;
}

.header_wrapper .topbar_social_icon h5 {
  font-size: 14px;
  line-height: 15px;
  color: #363636;
  margin-top: 10px;
  font-weight: 600;
  display: none;
}

.header_wrapper .topbar_social_icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.header_wrapper .topbar_social_icon a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.header_wrapper .topbar_social_icon a:hover {
  background-color: #4a8fe7;
}

.header_wrapper .topbar_social_icon a:hover i {
  color: white;
}

.header_wrapper .topbar_social_icon i {
  font-size: 14px;
}

.header_wrapper .topbar_social_icon .fa-youtube {
  color: #4a8fe7;
}

.header_wrapper .navbar_area {
  background-color: rgb(250, 247, 247);
  width: 100%;
}

.header_wrapper .navbar_area .mainMenu {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  /* border-radius: 10px; */
  /* -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

@media (max-width: 991px) {
  .header_wrapper .navbar_area .mainMenu {
    display: none !important;
  }
}

.header_wrapper .navbar_area .mainMenu .header_button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  padding: 0px 30px;
  background-color: #fd5f15;
  border-radius: 10px;
  height: 62px;
  overflow: hidden;
}

.header_wrapper .navbar_area .mainMenu .header_button img {
  margin-right: 7px;
  position: relative;
  z-index: 5;
}

.header_wrapper .navbar_area .mainMenu .main_nav_item_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 30px;
}

@media (max-width: 991px) {
  .header_wrapper .navbar_area .mainMenu .main_nav_item_area {
    display: none;
  }
}

.header_wrapper .navbar_area .mainMenu .main_nav_item_area li a {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: rgba(61, 61, 61, 0.8);
  text-transform: uppercase;
}

.header_wrapper .navbar_area .mainMenu .main_nav_item_area li a:hover {
  color: #4a8fe7;
}

.header_wrapper .navbar_area .mainMenu .main_nav_item_area li a:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.header_wrapper .navbar_area .mainMenu .main_nav_item_area li a::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #4a8fe7;
  position: absolute;
  left: 0;
  bottom: -19px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: 1;
  border-radius: 1.5px;
}

.header_wrapper .moible_menu_navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 0 0;
}

.mobile_menu_area {
  position: fixed;
  top: 0;
  left: -100vw;
  background: #d7d7d7;
  width: 0;
  height: 100vh;
  z-index: 100001;
  overflow: auto;
  padding: 0 10px 0 15px;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: none;
}

.mobile_menu_area::-webkit-scrollbar {
  width: 7px;
}

.mobile_menu_area::-webkit-scrollbar-track {
  background: black;
}

.mobile_menu_area::-webkit-scrollbar-thumb {
  background: #4a8fe7;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media (max-width: 991px) {
  .mobile_menu_area {
    display: inline;
  }
}

.mobile_menu_area li,
.mobile_menu_area button {
  margin-bottom: 10px;
}

.mobile_menu_area .close_icon {
  margin-top: 17px;
  text-align: right;
}

.mobile_menu_area .mobile_menu_list {
  position: relative;
  margin-top: 10px;
}

.mobile_menu_area a,
.mobile_menu_area button {
  font-size: 15px;
  color: white;
}

.mobile_menu_area .accordion-button:not(.collapsed) {
  color: #4a8fe7;
}

.mobile_menu_area .accordion-button:not(.collapsed)::after {
  background-image: url(assets/images/header/Vector.svg);
}

.mobile_menu_area .accordion-button::after {
  background-image: url(assets/images/header/Vector2.svg);
}

.mobile_menu_area .accordion-item {
  border: none;
  background-color: transparent;
}

.mobile_menu_area .accordion-item button {
  padding: 0;
  background: transparent;
}

.mobile_menu_area .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mobile_menu_area .mobile_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  background-color: #0000001c;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.navbar_active {
  left: 0;
  width: 50vw;
}

.navbar_active .mobile_menu_overlay {
  width: 100vw;
}

.active_menu a {
  color: #4a8fe7 !important;
}

.active_menu a::before {
  display: none;
}

@media (min-width: 992px) {
  .active_menu a::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #4a8fe7;
    position: absolute;
    left: 0;
    bottom: -19px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
}

/* ------------ Sticky Navbar   ------------*/
.navbar-fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100000;
  /* background-color: #fff; */
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  /* padding: 15px 90px 0 90px; */
  /* -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
}

@media (max-width: 767px) {
  .navbar-fixed {
    padding: 0;
  }
}

.navbar-fixed .topbar_area {
  position: absolute;
  top: -400px;
}

.navbar-fixed .navbar_area {
  padding: 0;
  background-color: rgb(250, 247, 247);
}

.navbar-fixed .moible_menu_navbar {
  padding: 0;
}

/* ============  End Header Section =========== */
/* ============  Start Hero Section =========== */
.hero_wrapper {
  background: rgba(236, 236, 236, 0.1);
  z-index: 99;
  margin-top: 0;
}

@media (max-width: 767px) {
  .hero_wrapper {
    margin-top: 0;
  }
}

.hero_wrapper .slider_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.hero_wrapper .slider_img {
  text-align: center;
}

.hero_wrapper .hero_slider_row {
  position: relative;
}

@media (max-width: 767px) {
  .hero_wrapper .slider_content {
    margin-top: 10px;
  }
}

.hero_wrapper .slider_content h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 60px;
  color: #363636;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero_wrapper .slider_content h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .hero_wrapper .slider_content h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

.hero_wrapper .slider_content h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: 69px;
  color: #363636;
  display: inline;
  border-top: 2px solid #4a8fe7;
  padding-top: 10px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hero_wrapper .slider_content h4 {
    font-size: 20px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .hero_wrapper .slider_content h4 {
    font-size: 16px;
    line-height: 35px;
  }
}

@media (min-width: 1500px) {
  .hero_wrapper .tp-bgimg {
    position: relative;
    left: 250px;
  }
}

/* ============  End Hero Section =========== */
/* ============  Start Breadcrumb Section =========== */
.header_breadcrumb_area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_breadcrumb_area .header_wrapper,
.header_breadcrumb_area .topbar_area

/* ,
.header_breadcrumb_area .navbar_area */

{
  background-color: transparent !important;
}

.header_breadcrumb_area .breadcrumb_nav {
  padding: 90px 0;
}

@media (max-width: 991px) {
  .header_breadcrumb_area .breadcrumb_nav {
    padding: 60px 0;
  }
}

.header_breadcrumb_area .breadcrumb_nav h2 {
  font-weight: 600;
  font-size: 30px;
  color: #363636;
}

@media (max-width: 991px) {
  .header_breadcrumb_area .breadcrumb_nav h2 {
    font-size: 20px;
  }
}

.header_breadcrumb_area .breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 5px;
}

.header_breadcrumb_area .breadcrumb-item a,
.header_breadcrumb_area .breadcrumb-item {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #363636;
}

/* ============  End Breadcrumb Section =========== */
/* ============  Start Hero Contact Section =========== */
.hero_contact_item {
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 30px;
  min-height: 300px;
  margin-top: 20px;
  background-color: white;
}

@media (max-width: 767px) {
  .hero_contact_item {
    padding: 20px;
  }
}

.hero_contact_item .hero_icon {
  margin-top: 25px;
}

.hero_contact_item .hero_content h3 a {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #363636;
  display: inline-block;
  margin: 20px 0 15px 0;
}

@media (max-width: 1199px) {
  .hero_contact_item .hero_content h3 a {
    font-size: 16px;
  }
}

.hero_contact_item .hero_content h3 a:hover {
  color: rgba(54, 54, 54, 0.8);
}

.hero_contact_item .hero_content ul a {
  color: #363636;
}

.hero_contact_item .hero_content p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}

.contact_call_item {
  background: #f6f6f6;
}

.contact_call_item h3 {
  margin-top: -8px;
}

.contact_call_item h3 a {
  font-weight: 600;
  font-size: 24px;
  color: #363636;
}

@media (max-width: 1199px) {
  .contact_call_item h3 a {
    font-size: 20px;
  }
}

.contact_call_item ul li {
  margin-bottom: 5px;
}

.contact_call_item ul a {
  font-weight: normal;
  font-size: 20px;
  color: #363636;
}

.contact_call_item ul a:hover {
  color: rgba(54, 54, 54, 0.8);
}

/* ============  End Hero Contact Section =========== */
/* ============  Start About Section =========== */
.home_about_wrapper .about_img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.home_about_wrapper .about_img:hover::before {
  left: 140%;
  opacity: 1;
  visibility: visible;
}

.home_about_wrapper .about_img::before {
  content: " ";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 120%;
  background: #4e6fca47;
  transform: skew(45deg);
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.home_about_wrapper .about_img img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

@media (max-width: 767px) {
  .home_about_wrapper .about_content {
    margin-top: 30px;
  }
}

.home_about_wrapper .about_content .page_title {
  padding-bottom: 0;
}

.home_about_wrapper .about_content p {
  color: #333333;
}

.home_about_wrapper .about_content p:not(:first-child) {
  margin-top: 10px;
}

/* ============  End About Section =========== */
/* ============  Start Country Section =========== */
.contry_wrapper .country_flag_item {
  margin-top: 20px;
  text-align: center;
}

.contry_wrapper .country_slider_row {
  position: relative;
}

.contry_wrapper .flag_img {
  overflow: hidden;
}

.contry_wrapper .flag_img img {
  width: 100%;
  height: 120px;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.contry_wrapper .flag_img img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media (max-width: 1199px) {
  .contry_wrapper .flag_img img {
    height: 60px;
  }
}

.contry_wrapper .flag_title {
  font-weight: 600;
  font-size: 18px;
  color: #363636;
  margin-top: 10px;
  display: inline-block;
}

.contry_wrapper .flag_title:hover {
  color: rgba(54, 54, 54, 0.8);
}

/* ============  End Country Section =========== */
/* ============  Start Service Section =========== */
.service_wrapper .service_img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.service_wrapper .service_img:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(12);
  -webkit-transform: scale(12);
  -moz-transform: scale(12);
  -ms-transform: scale(12);
  -o-transform: scale(12);
}

.service_wrapper .service_img::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: rgba(48, 113, 233, 0.3);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.service_wrapper .service_img img {
  width: 100%;
}

@media (max-width: 767px) {
  .service_wrapper .service_content {
    margin-top: 20px;
  }
}

.service_wrapper .service_content p {
  color: #777777;
  margin-top: 25px;
}

.service_wrapper .service_content ul {
  padding-left: 25px;
  margin-top: 20px;
}

.service_wrapper .service_content ul li {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  margin-bottom: 11px;
}

@media (min-width: 1400px) {
  .service_wrapper .service_content ul li {
    margin-bottom: 20px;
  }
}

.service_wrapper .service_content ul li::before {
  /*content: " ";*/
  position: absolute;
  top: 5px;
  left: -25px;
  width: 13px;
  height: 13px;
  background: #4a8fe7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* ============  End Service Section =========== */
/* ============  Start Success Section =========== */
.success_wrapper .success_slider_row {
  position: relative;
  margin-top: 30px;
}

.success_wrapper .success_slider_row .modalImgBtn {
  padding: 0;
  margin: 0;
  background: transparent;
}

.success_wrapper .success_slider_wrapper {
  padding: 30px 0 50px 0;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-size: cover;
}

.success_wrapper .sucess_img_area {
  overflow: hidden;
}

.success_wrapper .sucess_img_area img {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.success_wrapper .sucess_img_area img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.success_wrapper .sucess_img_area button,
.success_wrapper .sucess_img_area img {
  width: 100%;
}

.success_wrapper .sucess_img_area:hover .video_button i {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.success_wrapper .video_button {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.success_wrapper .video_button:hover {
  background-color: #4a8fe7;
}

.success_wrapper .video_button:hover i {
  color: white;
}

.success_wrapper .video_button i {
  color: #4a8fe7;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.success_wrapper .features_video_iteam iframe,
.success_wrapper .features_video_iteam video {
  width: 100% !important;
}

/* ============  End Success Section =========== */
/* ============  Start Agent Section =========== */
.agent_wrapper .agent_slider_row {
  position: relative;
  margin-top: 30px;
}

.agent_wrapper .agent_item {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.agent_wrapper .agent_item:hover::before {
  left: 140%;
  opacity: 1;
  visibility: visible;
}

.agent_wrapper .agent_item::before {
  content: " ";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 120%;
  background: rgb(221, 236, 255);
  transform: skew(45deg);
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.agent_wrapper .agent_item img {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

/* ============  End Agent Section =========== */
/* ============  Start Partner Section =========== */
.partner_wrapper .partner_slider_row {
  position: relative;
  margin-top: 30px;
}

.partner_wrapper .partner_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  height: 122px;
  position: relative;
}

@media (max-width: 1199px) {
  .partner_wrapper .partner_item {
    height: 100px;
  }
}

.partner_wrapper .partner_item:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.partner_wrapper .partner_item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.partner_wrapper .partner_item::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: rgb(221, 236, 255);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.partner_wrapper .partner_item img {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

/* ============  End Partner Section =========== */
/* ============  Start Footer Section =========== */
.footer_wrapper {
  padding-top: 50px;
  border-top: 1px solid #d7d7d7;
}

.footer_wrapper .footer_menu_area,
.footer_wrapper .footer_logo_area {
  margin-top: 30px;
}

.footer_wrapper .footer_logo_area p,
.footer_wrapper .footer_logo_area li a,
.footer_wrapper .footer_logo_area li span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

@media (max-width: 500px) {
  .footer_wrapper .footer_logo_area p,
  .footer_wrapper .footer_logo_area li a,
  .footer_wrapper .footer_logo_area li span {
    font-size: 13px;
  }
}

.footer_wrapper .footer_logo_area h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.footer_wrapper .footer_contact li {
  margin-bottom: 5px;
}

.footer_wrapper .footer_contact li i {
  color: #4a8fe7;
}

.footer_wrapper .footer_contact li:hover i {
  color: #333333;
}

.footer_wrapper .footer_contact span,
.footer_wrapper .footer_contact a {
  display: inline-block;
  margin-left: 5px;
}

.footer_wrapper .footer_contact span:hover,
.footer_wrapper .footer_contact a:hover {
  color: rgba(51, 51, 51, 0.7);
}

.footer_wrapper .footer_menu_area h2 {
  margin-bottom: 16px;
}

.footer_wrapper .footer_contact h2 {
  margin: 15px 0;
}

.footer_wrapper .footer_menu_area h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}

.footer_wrapper .footer_menu_area li {
  margin-bottom: 5px;
}

.footer_wrapper .footer_menu_area li:hover a {
  color: rgba(51, 51, 51, 0.7);
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

.footer_wrapper .footer_menu_area li i {
  color: #4a8fe7;
  font-size: 14px;
  font-weight: 600;
}

.footer_wrapper .footer_menu_area li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  display: inline-block;
}

.footer_wrapper .social_area {
  margin-top: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 991px) {
  .footer_wrapper .social_area {
    margin-top: 40px;
  }
}

.footer_wrapper .social_area h2 {
  line-height: 0;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}

.footer_wrapper .social_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -10px;
}

.footer_wrapper .social_area ul li a i {
  color: #4a8fe7;
  font-size: 18px;
}

.footer_wrapper .social_area ul li a i:hover {
  color: black;
}

.footer_wrapper .social_area ul li a:hover {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.footer_wrapper .copy_right_area {
  margin-top: 20px;
  background: #ecececbe;
}

.footer_wrapper .copy_right_text {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  color: #777777;
  padding: 13px 0;
}

/* ============  End Footer Section =========== */
/* ====================================
                About Page
======================================= */
.choose_wrapper .choose_area {
  margin-top: 30px;
  background: #fd5f15;
  padding: 40px 0;
}

.choose_wrapper .choose_item {
  text-align: center;
  margin-top: 15px;
}

.choose_wrapper .choose_item h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 55px;
  color: #ffffff;
}

@media (max-width: 991px) {
  .choose_wrapper .choose_item h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.choose_wrapper .choose_item h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fffacc;
}

@media (max-width: 991px) {
  .choose_wrapper .choose_item h6 {
    font-size: 14px;
    line-height: 18px;
  }
}

/* ====================================
               Gallery  Page
======================================= */
.gallery_wrapper .gallery_img {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  cursor: pointer;
}

.gallery_wrapper .gallery_img:hover::after {
  height: 100%;
}

.gallery_wrapper .gallery_img:hover .serach_icon {
  opacity: 1;
  visibility: visible;
}

.gallery_wrapper .gallery_img::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(215, 215, 215, 0.6);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 5;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

@media (max-width: 1199px) {
  .gallery_wrapper .gallery_img::after {
    display: none;
  }
}

.gallery_wrapper .gallery_img img {
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.gallery_wrapper .gallery_img img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.gallery_wrapper .gallery_img .serach_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #4a8fe7;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.gallery_wrapper .gallery_img .serach_icon:hover {
  color: #4a8fe7;
  background-color: white;
}

@media (max-width: 1199px) {
  .gallery_wrapper .gallery_img .serach_icon {
    display: none;
  }
}

/* ====================================
                Country Page
======================================= */
.country_form_wrapper .nav-item button {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #ddd !important;
  margin-right: 15px;
  color: #363636;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .country_form_wrapper .nav-item button {
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #ddd !important;
    margin-bottom: 10px;
  }
}

.country_form_wrapper .nav-item .active {
  background-color: #4a8fe7;
}

.country_form_wrapper .hero_contact_item {
  padding: 0;
  min-height: 235px;
}

.country_form_wrapper .contact_call_item {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form_side h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #363636;
}

@media (max-width: 767px) {
  .form_side h2 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .form_side .right_side_form_title {
    padding-right: 10%;
  }
}

.form_side .form_input_area {
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 35px 50px 30px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .form_side .form_input_area {
    padding: 5px 12px;
  }
}

.form_side .form_input_area .form_title_para {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #363636;
}

.form_side .input_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.form_side .input_row label {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #363636;
}

.form_side .input_row input {
  height: 42px;
}

.form_side .input_row input::-webkit-input-placeholder {
  font-size: 15px;
  color: #777;
}

.form_side .input_row input:-ms-input-placeholder {
  font-size: 15px;
  color: #777;
}

.form_side .input_row input::-ms-input-placeholder {
  font-size: 15px;
  color: #777;
}

.form_side .input_row input::placeholder {
  font-size: 15px;
  color: #777;
}

.form_side .input_row input,
.form_side .input_row .nice-select,
.form_side .input_row .submit_button,
.form_side .input_row textarea {
  padding: 0 15px;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #777;
}

.form_side .input_row .list {
  width: 100%;
}

.form_side .submit_button {
  height: 40px;
  background: #ececec;
  border-radius: 6px;
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form_side .submit_button i {
  color: #999;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  font-size: 10px;
}

.form_side .submit_button:hover {
  background: rgba(236, 236, 236, 0.781);
}

.form_side .submit_button:hover i {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}

.form_side .upload_photo_area {
  margin-top: 10px;
}

.form_side .upload_photo_area .input_row input {
  padding-top: 5px;
}

.form_side .multiple_select_row label {
  margin-bottom: 10px;
}

.form_side .multiple_select_row .nice-select.js-example-basic-multiple {
  display: none;
}

.form_side .select2.select2-container.select2-container--default {
  width: 100% !important;
}

.form_side .select2-selection.select2-selection--multiple {
  padding-top: 6px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 16px;
  color: #777;
  cursor: pointer;
}

.form_side .select2-selection__choice {
  border: none !important;
  background-color: #4a8fe7 !important;
}

.form_side .select2-selection__choice__display,
.form_side .select2-selection__choice button span {
  color: white !important;
}

.form_side .select2-selection__choice button:hover {
  background-color: transparent !important;
}

.carrer_submit {
  width: 165px;
  height: 45px;
  background: #4a8fe7;
  border-radius: 4px;
  margin-top: 50px;
  font-weight: 500;
  font-size: 18px;
  color: white;
}

.carrer_submit:hover {
  background: rgba(233, 60, 48, 0.76);
}

@media (max-width: 767px) {
  .carrer_submit {
    font-size: 16px;
    margin: 25px 0 25px 0;
  }
}

/* ====================================
               Carrer  Page
======================================= */
.career_wrapper .table_section_area:not(:first-child) {
  margin-top: 30px;
}

.career_wrapper .table_section_area h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 69px;
  color: #363636;
}

@media (max-width: 767px) {
  .career_wrapper .table_section_area h2 {
    font-size: 26px;
  }
}

.career_wrapper .table_section_area .table_header {
  background: #ececec;
  border-radius: 8px;
  padding: 9px 10px;
}

.career_wrapper .table_section_area .table_header h5 {
  padding: 0 !important;
}

.career_wrapper .table_section_area .table_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.career_wrapper .table_section_area .table_item h5 {
  font-weight: 500;
  font-size: 18px;
  color: #363636;
  padding: 9px 10px;
}

@media (max-width: 767px) {
  .career_wrapper .table_section_area .table_item h5 {
    font-size: 16px;
  }
}

.career_wrapper .table_button {
  background: #ececec;
  border-radius: 4px;
  text-align: center;
  width: 96px;
  padding: 5px 0 !important;
  font-size: 16px !important;
  color: #363636;
  font-weight: 500;
}

@media (max-width: 767px) {
  .career_wrapper .table_button {
    font-size: 15px;
  }
}

.career_wrapper .table_button:hover {
  background: rgba(236, 236, 236, 0.808);
}

.career_wrapper .carrer_contact_area {
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 27px 30px 45px 30px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .career_wrapper .carrer_contact_area {
    margin-top: 80px;
  }
}

.career_wrapper .carrer_contact_area h3 {
  font-weight: 500;
  font-size: 30px;
  color: #363636;
}

@media (max-width: 767px) {
  .career_wrapper .carrer_contact_area h3 {
    font-size: 26px;
  }
}

.career_wrapper .carrer_contact_area ul {
  margin-top: 30px;
}

.career_wrapper .carrer_contact_area li {
  margin-bottom: 7px;
}

.career_wrapper .carrer_contact_area li,
.career_wrapper .carrer_contact_area li a,
.career_wrapper .carrer_contact_area li span {
  font-size: 14px;
  line-height: 17px;
  color: #363636;
  font-weight: 500;
}

@media (min-width: 768px) {
  .career_wrapper .carrer_contact2 {
    margin-top: 60px;
  }
}

.carrer_form_wrapper {
  margin-top: 40px;
}

.carrer_form_wrapper form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 20px 30px;
}

@media (max-width: 767px) {
  .carrer_form_wrapper form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.carrer_form_wrapper .form_input_area {
  padding: 0;
  border: none;
  margin-top: 30px;
}

.carrer_form_wrapper .input_row label,
.carrer_form_wrapper .input_row input,
.carrer_form_wrapper .input_row ::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 24px;
}

.carrer_form_wrapper .input_row label,
.carrer_form_wrapper .input_row input,
.carrer_form_wrapper .input_row :-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
}

.carrer_form_wrapper .input_row label,
.carrer_form_wrapper .input_row input,
.carrer_form_wrapper .input_row ::-ms-input-placeholder {
  font-size: 16px;
  line-height: 24px;
}

.carrer_form_wrapper .input_row label,
.carrer_form_wrapper .input_row input,
.carrer_form_wrapper .input_row ::placeholder {
  font-size: 16px;
  line-height: 24px;
}

.carrer_form_wrapper .carrer_custom_file input {
  padding-top: 5px;
  width: 100%;
}

@media (min-width: 992px) {
  .carrer_form_wrapper .carrer_form_input_area {
    margin-top: 66px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .carrer_form_wrapper .carrer_form_input_area {
    margin-top: 95px;
  }
}

@media (max-width: 767px) {
  .carrer_form_wrapper .carrer_form_input_area {
    margin-top: -12px;
  }
}

/* ====================================
               Carrer Apply  Page
======================================= */
@media (min-width: 768px) {
  .carrer_apply_wrapper .carrer_contact_area {
    margin-top: 65px;
  }
}

.carrer_apply_content h2 {
  font-weight: 500;
  font-size: 30px;
  color: #363636;
}

@media (max-width: 767px) {
  .carrer_apply_content h2 {
    font-size: 26px;
  }
}

.carrer_apply_content p {
  margin-top: 20px;
}

/* ====================================
         Carrer Application Page
======================================= */
@media (min-width: 768px) {
  .carrer_application_wrapper .carrer_contact_area {
    margin-top: 55px;
  }
}

/* ====================================
              Contact Us Page
======================================= */
@media (min-width: 768px) {
  .contact_form_wrapper .carrer_contact_area {
    margin-top: 22px;
  }
}

.map_wrapper {
  margin-top: 70px;
}

.map_wrapper iframe {
  width: 100%;
  height: 400px;
}

/* ====================================
              Blog  Page
======================================= */
.blog_wrapper {
  margin-top: 30px;
}

.blog_wrapper .pagination_area {
  margin-top: 60px;
}

.blog_wrapper .pagination_area .page-link {
  border: none;
}

.blog_wrapper .pagination_area li,
.blog_wrapper .pagination_area li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #acacac;
}

.blog_wrapper .pagination_area .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.blog_wrapper .pagination_area .active_pagination a {
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  color: #363636;
}

.blog_wrapper .pagination_area .next_pagination {
  color: #363636;
}

.blog_item {
  margin-top: 60px;
  background: white;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 15px 45px -9px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 15px 45px -9px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (max-width: 767px) {
  .blog_item {
    margin-top: 30px;
  }
}

.blog_item:hover {
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.06);
}

.blog_item .blog_img {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

.blog_item .blog_img:hover::before {
  left: 140%;
  opacity: 1;
  visibility: visible;
}

.blog_item .blog_img::before {
  content: " ";
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 120%;
  background: #e5e5e547;
  transform: skew(45deg);
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.blog_item .blog_img img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

.blog_item .blog_content {
  margin-top: 17px;
  padding: 0 15px 20px 15px;
}

.blog_item .blog_content h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #acacac;
}

.blog_item .blog_content h2,
.blog_item .blog_content h2 a {
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
  color: #333333;
  margin: 6px 0 10px 0;
}

.blog_item .blog_content h2:hover,
.blog_item .blog_content h2 a:hover {
  color: #686666;
}

.blog_item .blog_content .read_more_button {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #acacac;
  display: inline-block;
  margin-top: 10px;
  text-align: end;
  width: 100%;
}

.blog_item .blog_content .read_more_button:hover {
  color: #4a8fe7;
}

.blog_item .blog_content .read_more_button:hover img {
  margin-left: 13px;
}

.blog_item .blog_content .read_more_button img {
  margin-left: 10px;
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

/* ====================================
          Blog Details  Page
======================================= */
.blog_details_wrapper .blog_detials_img img {
  border-radius: 10px;
  width: 100%;
}

.blog_details_wrapper article h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #363636;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .blog_details_wrapper article h2 {
    font-size: 26px;
    line-height: 35px;
  }
}

.blog_details_wrapper article p {
  font-weight: 500;
  color: #363636;
}

.blog_details_wrapper article p:not(:first-child) {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .blog_details_wrapper article p:not(:first-child) {
    margin-top: 20px;
  }
}

.blog_details_wrapper .blog_details_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 25px;
  margin: 5px 0 25px 0;
}

.blog_details_wrapper .blog_details_info li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #acacac;
}

.blog_details_wrapper .blog_details_info li span {
  color: #777777;
}

@media (max-width: 767px) {
  .blog_details_wrapper .blog_sidebar_area {
    display: none;
  }
}

.blog_details_wrapper .blog_sidebar_area form {
  position: relative;
  margin-top: -10px;
}

.blog_details_wrapper .blog_sidebar_area form input {
  height: 42px;
  padding: 0 20px;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #363636;
  width: 100%;
}

.blog_details_wrapper .blog_sidebar_area form button {
  position: absolute;
  right: 15px;
  top: 18px;
  background: transparent;
}

.blog_details_wrapper .blog_sidebar_area h2 {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #363636;
}

@media (max-width: 767px) {
  .blog_details_wrapper .blog_sidebar_area h2 {
    font-size: 20px;
  }
}

.blog_details_wrapper .sidebar_list_item {
  margin-top: 40px;
}

.blog_details_wrapper .sidebar_post_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 20px;
  margin-top: 30px;
}

.blog_details_wrapper .sidebar_post_item img {
  width: 340px;
  height: 90px;
}

.blog_details_wrapper .sidebar_post_content {
  margin-top: -7px;
}

.blog_details_wrapper .sidebar_post_content h2 a {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #363636;
}

.blog_details_wrapper .sidebar_post_content h2 a:hover {
  color: #363636d2;
}

.blog_details_wrapper .sidebar_post_content p {
  font-family: "Roboto", sans-serif;
  margin-top: 5px;
}

.blog_details_wrapper .archive_post_area {
  margin-top: 30px;
}

.blog_details_wrapper .archive_post_area li {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #363636;
  margin-top: 12px;
}

.blog_details_wrapper .social_share_button {
  margin-top: 40px;
}

.blog_details_wrapper .social_share_button button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #363636;
  width: 142px;
  height: 46px;
  background: #ececec;
  border-radius: 6px;
}

.blog_details_wrapper .social_share_button button:hover {
  background: rgba(236, 236, 236, 0.767);
}

.blog_details_wrapper .social_share_button button img {
  margin-right: 5px;
}

.blog_details_wrapper .related_post_area {
  margin-top: 70px;
  position: relative;
}

.blog_details_wrapper .related_post_area .swiper {
  padding-bottom: 5px;
}

.blog_details_wrapper .related_post_area .blog_item {
  margin-top: 25px;
}

.blog_details_wrapper .related_post_area h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #363636;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .blog_details_wrapper .related_post_area h3 {
    font-size: 26px;
    line-height: 35px;
  }
}

/* ====================================
               IELTS  Page
======================================= */
.ielts_wrapper .about_content .page_title {
  margin-bottom: 0;
}

.ielts_wrapper .about_content p {
  margin-top: 20px;
}

.ielts_wrapper .second_itelts {
  margin-top: 70px;
}

/* ====================================
           IELTS Form  Page
======================================= */
@media (max-width: 767px) {
  .ielts_img {
    display: none;
  }
}

.ielts_img img {
  margin-top: 55px;
}

@media (min-width: 1200px) {
  .ielts_img img {
    height: 450px;
  }
}

/* ====================================
               FAQ  Page
======================================= */
.faq_wrapper .faq_title {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #363636;
}

@media (max-width: 767px) {
  .faq_wrapper .faq_title {
    font-size: 26px;
  }
}

.faq_wrapper .accordion-item {
  margin-top: 20px;
  border: none;
}

.faq_wrapper .accordion-header {
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: transparent;
}

.faq_wrapper .accordion-header .accordion-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #363636;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 13px 23px;
  padding-right: 6%;
}

@media (max-width: 1199px) {
  .faq_wrapper .accordion-header .accordion-button {
    padding-right: 12%;
  }
}

.faq_wrapper .accordion-header .accordion-button::after {
  position: absolute;
  right: 20px;
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.slotholder {
  -webkit-filter: blur(0px) grayscale(0%) brightness(100%) !important;
  filter: blur(0px) grayscale(0%) brightness(100%) !important;
}

@media (max-width: 767px) {
  .NotGeneric-Title {
    font-size: 26px !important;
    line-height: 35px !important;
  }
  .NotGeneric-Title img {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hOffsetOnMobile {
    left: 117px;
    font-size: 22px !important;
  }
}

@media (max-width: 767px) {
  .tparrows {
    min-width: 40px !important;
    min-height: 40px !important;
  }
  .tparrows::before {
    line-height: 40px !important;
    font-size: 15px !important;
  }
}

/* ====================================
                 Page
======================================= */
/* ====================================
                 Page
======================================= */
/* ============  Start SectionName Section =========== */
/* ============  End SectionName Section =========== */
/* ============  Start SectionName Section =========== */
/* ============  End SectionName Section =========== */
/* ============  Start SectionName Section =========== */
/* ============  End SectionName Section =========== */
/* ============  Start SectionName Section =========== */
/* ============  End SectionName Section =========== */
/* ============  Start SectionName Section =========== */
/* ============  End SectionName Section =========== */
/* ============  Start SectionName Section =========== */
/* ============  End SectionName Section =========== */
/*# sourceMappingURL=style.css.map */

::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #8d8585;
}
