@font-face {
  font-family: "levenim-mt";
  src: url("../fonts/levenim-mt.ttf");
}

@font-face {
  font-family: "avantgardebq-extralight";
  src: url("../fonts/avantgardebq-extralight.otf");
}

@font-face {
  font-family: "PlayfairDisplay-Regular";
  src: url("../fonts/PlayfairDisplay-Regular.ttf");
}

@font-face {
  font-family: "open-sans-regular";
  src: url("../fonts/open-sans.regular.ttf");
}

@font-face {
  font-family: "Nirmala";
  src: url("../fonts/Nirmala.ttf");
}

@font-face {
  font-family: "SegoeUI";
  src: url("../fonts/SegoeUI.ttf");
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/google_fonts.woff2) format("woff2");
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ff9600;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-top-color: #00a5ff;
  border-bottom-color: #00a5ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
@-webkit-keyframes ishfaak-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes ishfaak-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}

@-webkit-keyframes ishfaak-pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes ishfaak-pulse2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@media screen and (max-width: 575px) {
  .container-padding {
    margin-right: 12px;
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .container, .container-sm {
    max-width: 96% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 575px) {
  .container, .container-sm {
    max-width: 98% !important;
  }
}

.form-select, .form-control {
  padding: 8px 12px 8px 12px !important;
}

.btn_a {
  position: relative;
  display: inline-block;
}

@media (min-width: 400px) {
  .btn_a {
    display: inline-block;
  }
  .btn_a:nth-of-type(even) {
    margin-right: 0;
  }
}

@media (min-width: 600px) {
  .btn_a:nth-of-type(5) {
    margin-right: 0;
  }
}

.overlay {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.overlay button {
  z-index: 20;
}

.overlay:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

.overlay:hover:before {
  -webkit-animation: webinamedia 0.75s ease-out;
          animation: webinamedia 0.75s ease-out;
}

@-webkit-keyframes webinamedia {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200%;
    height: 500px;
    opacity: 0;
  }
}

@keyframes webinamedia {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200%;
    height: 500px;
    opacity: 0;
  }
}

.overlay_red {
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.overlay_red button {
  z-index: 20;
}

.overlay_red:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 150, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

.overlay_red:hover:before {
  -webkit-animation: webinamedia 0.75s ease-out;
          animation: webinamedia 0.75s ease-out;
}

@keyframes webinamedia {
  0% {
    width: 0;
    height: 0;
    opacity: 0.5;
  }
  100% {
    width: 200%;
    height: 500px;
    opacity: 0;
  }
}

.btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.btn_padding {
  padding: 8px 20px;
}

.space_arrow {
  min-width: 9px;
  height: 12px;
}

.site_btn_white {
  border-radius: 8px;
  padding: 6px 15px 6px 7px;
  vertical-align: middle;
  display: table-cell;
  background: #ffffff;
  color: #ff9600;
  text-transform: uppercase;
  line-height: 12px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.btn_circle_white {
  min-width: 30px;
  border-radius: 50px;
  background: #ffffff;
  padding: 8px;
  margin-right: 8px;
  color: #ffffff;
}

.btn_circle_red {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50px;
  background: #ff9600;
  padding: 8px;
  margin-right: 8px;
  color: #ffffff;
}

.site_btn_red {
  border-radius: 8px !important;
  padding: 6px 15px 6px 7px !important;
  vertical-align: middle !important;
  display: table-cell !important;
  background: #ff9600 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  line-height: 10px !important;
  text-align: center !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: none !important;
}

.btn_circle_white {
  border-radius: 50px;
  background: #ffffff;
  padding: 10px;
  margin-right: 8px;
  color: #ff9600;
}

.light_border {
  border: 1px solid #c5c5d1;
}

.egg_icon {
  background-color: #ff9600;
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 13px;
  line-height: 54px;
  text-align: center;
  font-size: 25px;
  padding: 5px;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
  font: 15px/1 "Nirmala" !important;
  color: #3c3941 !important;
  margin: 0 !important;
  padding: 0 !important;
}

hr.hrline {
  border: none;
  background-color: #ff9600 !important;
  height: 1px !important;
  opacity: 0.9;
  margin: 0px !important;
}

hr.hrline2 {
  border: none;
  background-color: #ffffff !important;
  height: 1px !important;
  opacity: 0.9;
  margin: 0px !important;
}

hr.hrline3 {
  border: none;
  background-color: #ffffff !important;
  height: 1px !important;
  opacity: 0.9;
  margin: 0px !important;
}

.fw-700 {
  font-weight: 700;
}

.font_black {
  color: #081828 !important;
}

.font_dark_gray {
  color: #5a5a5a !important;
}

.font_gray {
  color: #3c3941 !important;
}

.font_white {
  color: #ffffff !important;
}

.font_white_book {
  color: #ffffff !important;
}

.font_white_book:hover {
  color: #ffffff !important;
}

.font_white_book:visited {
  color: #ffffff !important;
}

.font_red {
  color: #ff9600;
}

.font_pink {
  color: #e35054;
}

.font_maroon {
  color: #ca151a !important;
}

.fontawsome_16 {
  font-size: 16px !important;
}

.font_60 {
  font-size: 60px !important;
}

.font_45 {
  font-size: 45px !important;
}

.font_28 {
  font-size: 28px !important;
}

.font_21 {
  font-size: 21px !important;
}

.font_15 {
  font-size: 15px !important;
}

.font_14 {
  font-size: 14px !important;
}

.font_13 {
  font-size: 13px !important;
}

.bg_black {
  background-color: #081828 !important;
}

.bg_gray {
  background-color: #3c3941 !important;
}

.bg_white {
  background-color: #ffffff !important;
}

.bg_red {
  background-color: #ff9600;
}

.bg_maroon {
  background-color: #ca151a !important;
}

.bg_ice_blue {
  background-color: #f6f9fc !important;
}

img {
  max-width: 100%;
  border: none !important;
}

.max_width_none {
  max-width: none !important;
}

.max-width-24 {
  max-width: 24px;
}

.max-width-21 {
  max-width: 21px;
}

@media screen and (max-width: 580px) {
  .gx-5 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.contact__msg {
  position: fixed;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999999;
  text-align: center;
  min-width: 300px;
  display: none;
  /* Controlled by jQuery */
}

.alert-success {
  color: #ffffff !important;
  background-color: #ff9600 !important;
  border-color: #ffffff !important;
  text-align: center !important;
}

.alert-danger {
  background-color: #ca151a;
  border-color: #ffffff;
  color: #ffffff;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(23%, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  grid-gap: 34px;
}

.resize_img {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.circle_icons {
  background-color: #ffffff;
  border-radius: 100px;
  margin: 18px;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ellipsis {
  white-space: nowrap;
  width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.my_get_full {
  width: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  position: relative;
}

.each_row {
  width: 100%;
  display: block;
  clear: both;
  position: relative;
}

.width_100 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.ishfaak-align-middle {
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.float_middle {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.display_table {
  display: table;
  width: 100%;
  height: 100%;
}

.display_table_cell {
  display: table-cell;
  background-clip: padding-box;
  vertical-align: middle;
}

.display_table_cell:last-child {
  border-right: 0 none;
}

.inline_block {
  display: inline-block;
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.text_align_left {
  text-align: left !important;
}

.text_align_right {
  text-align: right !important;
}

.text_align_center {
  text-align: center !important;
}

.text_align_justify {
  text-align: justify;
}

.text_uppercase {
  text-transform: uppercase;
}

.text_bold {
  font-weight: 700 !important;
}

.border_radious_100 {
  border-radius: 100px;
}

.border_radious_none {
  border-radius: 0px !important;
}

.shadow {
  -webkit-box-shadow: 1px 6px 17px rgba(214, 214, 214, 0.9) !important;
          box-shadow: 1px 6px 17px rgba(214, 214, 214, 0.9) !important;
}

.shadow2 {
  -webkit-box-shadow: 10px 9px 11px rgba(221, 130, 0, 0.7) !important;
          box-shadow: 10px 9px 11px rgba(221, 130, 0, 0.7) !important;
}

.shadow3 {
  -webkit-box-shadow: 1px 6px 17px rgba(216, 221, 229, 0.4) !important;
          box-shadow: 1px 6px 17px rgba(216, 221, 229, 0.4) !important;
}

.shadow4 {
  -webkit-box-shadow: 1px 6px 18px rgba(200, 40, 46, 0.7) !important;
          box-shadow: 1px 6px 18px rgba(200, 40, 46, 0.7) !important;
}

.inner_shadow {
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: inset 0px -14px 19px -10px #dedede;
          box-shadow: inset 0px -14px 19px -10px #dedede;
}

.text_shdow {
  text-shadow: 0px 0px 3px rgba(176, 184, 215, 0.7) !important;
}

.common_border {
  border: 1px solid #d2d5d9 !important;
}

.common_border_bottom {
  border-bottom: 1px solid #f7dacb !important;
}

.border-left-right-top {
  border-left: 1px solid #f7dacb;
  border-right: 1px solid #f7dacb;
  padding: 13px;
}

.border-left-right-top-last {
  border-left: 1px solid #f7dacb;
  border-right: 1px solid #f7dacb;
  padding: 13px;
}

.border-right-top {
  border-right: 1px solid #f7dacb;
  padding: 13px;
}

.border-right-top-icon {
  border-right: 1px solid #f7dacb;
  padding: 13px;
}

.up {
  z-index: 999 !important;
  position: relative;
}

input,
textarea {
  display: block;
  width: 100%;
  border: 0;
  background: white no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0077e5), to(#0077e5)), -webkit-gradient(linear, left top, left bottom, from(silver), to(silver));
  background-image: linear-gradient(to bottom, #0077e5, #0077e5), linear-gradient(to bottom, silver, silver);
  background-size: 0 2px, 100% 0px;
  background-position: 50% 100%, 50% 100%;
  -webkit-transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

input:focus,
textarea:focus {
  background-size: 100% 2px, 100% 0px;
  outline: none;
}

a {
  text-decoration: none !important;
  font: 14px/1 "Nirmala" !important;
  letter-spacing: 0px !important;
  color: #3c3941;
}

a:visited {
  letter-spacing: 0px !important;
  color: #3c3941;
}

a:hover {
  color: #ff9600;
}

.over_link a {
  text-decoration: none !important;
  font: 15px/1 "Nirmala" !important;
  line-height: 21px !important;
  letter-spacing: 0px !important;
  color: #3c3941;
}

.over_link :hover {
  text-decoration: none;
  color: #ff9600 !important;
}

p a {
  text-decoration: none;
  color: #3c3941;
}

p a:visited {
  text-decoration: none;
  color: #ff9600 !important;
}

p a:active {
  text-decoration: none;
  color: #ff9600 !important;
}

p .over_link a:hover {
  text-decoration: none;
  color: #ff9600 !important;
}

p {
  font: 16px/1 "Nirmala" !important;
  line-height: 21px !important;
  letter-spacing: 0px !important;
  color: #3c3941;
  margin-bottom: 0px !important;
}

h1 {
  font: 50px/1 "avantgardebq-extralight" !important;
  letter-spacing: -1px !important;
  line-height: 45px !important;
  text-transform: uppercase !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-decoration: none;
}

@media screen and (max-width: 531px) {
  h1 {
    font: 31px/1 "avantgardebq-extralight" !important;
  }
}

h2 {
  font: 25px/1 "Nirmala" !important;
  line-height: 28px !important;
  letter-spacing: -1px !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-decoration: none;
}

h3 {
  font: 25px/1 "PlayfairDisplay-Regular" !important;
  line-height: 28px !important;
  letter-spacing: 0px !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-decoration: none;
  font-style: italic !important;
}

h4 {
  font: 28px/1 "Nirmala" !important;
  line-height: 35px !important;
  letter-spacing: 0px !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-decoration: none;
}

h5 {
  font: 21px/1 "Nirmala" !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-decoration: none;
}

h6 {
  font: 15px/1 "Nirmala" !important;
  line-height: 21px !important;
  letter-spacing: 0px !important;
  text-rendering: optimizelegibility;
  font-weight: normal;
  text-decoration: none;
}

.counter_plus {
  font: 60px/1 "levenim-mt" !important;
  letter-spacing: -1px !important;
  margin-bottom: 6px !important;
  text-rendering: optimizelegibility;
  font-weight: 400;
  text-decoration: none;
}

.counter {
  font: 67px/1 "avantgardebq-extralight" !important;
  letter-spacing: -1px !important;
  margin-bottom: 6px !important;
  text-rendering: optimizelegibility;
  color: #ffffff !important;
  font-weight: 400;
  text-decoration: none;
}

.quote_text {
  font: 128px/1 "avantgardebq-extralight" !important;
  letter-spacing: -1px !important;
  text-rendering: optimizelegibility;
  font-weight: 400;
  text-decoration: none;
}

.fill_svg_white {
  -webkit-filter: invert(94%) sepia(0%) saturate(7475%) hue-rotate(100deg) brightness(109%) contrast(109%);
          filter: invert(94%) sepia(0%) saturate(7475%) hue-rotate(100deg) brightness(109%) contrast(109%);
}

.fill_svg_blue:hover {
  -webkit-filter: invert(42%) sepia(74%) saturate(6156%) hue-rotate(195deg) brightness(96%) contrast(101%);
          filter: invert(42%) sepia(74%) saturate(6156%) hue-rotate(195deg) brightness(96%) contrast(101%);
}

.fill_svg_gray {
  -webkit-filter: invert(13%) sepia(17%) saturate(17%) hue-rotate(351deg) brightness(40%) contrast(50%);
          filter: invert(13%) sepia(17%) saturate(17%) hue-rotate(351deg) brightness(40%) contrast(50%);
}

.fill_svg_gray:hover {
  -webkit-filter: invert(19%) sepia(73%) saturate(7061%) hue-rotate(349deg) brightness(40%) contrast(53%) !important;
          filter: invert(19%) sepia(73%) saturate(7061%) hue-rotate(349deg) brightness(40%) contrast(53%) !important;
}

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.combo_black {
  color: #ffffff !important;
  background-color: #161d2d !important;
  border: 1px solid #596175 !important;
}

.i {
  -webkit-animation: 1s ease-out 0s 1 i_s;
          animation: 1s ease-out 0s 1 i_s;
}

@keyframes i_s {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes i_s {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#topbar {
  border-bottom: 1px solid #f7dacb;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
}

#topbar .contact_info span {
  padding-left: 13px;
}

#topbar .get_a_quote button {
  margin-left: 13px;
}

@media screen and (max-width: 417px) {
  .border-right-top {
    border-left: 1px solid #f7dacb;
    border-right: 1px solid #f7dacb;
    padding: 13px;
  }
}

#show-booking-mobile {
  display: none !important;
}

@media screen and (max-width: 767px) {
  #show-booking-mobile {
    display: block !important;
  }
}

@media screen and (max-width: 655px) {
  #topbar .hide_email_top {
    display: none !important;
  }
  .border-right-top {
    border-left: 1px solid #f7dacb;
    border-right: 1px solid #f7dacb;
    padding: 13px;
  }
}

@media screen and (max-width: 435px) {
  #topbar .hide_mob_top {
    display: none !important;
  }
  .border-right-top {
    border-left: 1px solid #f7dacb;
    border-right: 1px solid #f7dacb;
    padding: 13px;
  }
}

.render_wave {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 390px;
  bottom: -1px;
  z-index: 3;
  position: absolute;
}

@media screen and (max-width: 973px) {
  .render_wave {
    height: 260px;
  }
}

@media screen and (max-width: 657px) {
  .render_wave {
    height: 160px;
  }
}

.render_wave_inner {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 250px;
  bottom: -1px;
  z-index: 3;
  position: absolute;
}

@media screen and (max-width: 1408px) {
  .render_wave_inner {
    height: 160px;
  }
}

@media screen and (max-width: 657px) {
  .render_wave_inner {
    height: 110px;
  }
}

#header {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 996;
  padding: 5px 0;
  top: 40px;
}

#header .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  max-width: 100%;
  width: 169px;
  border-radius: 12px;
  padding-top: 7px;
  position: absolute;
}

@media screen and (max-width: 399px) {
  #header .logo img {
    max-width: 159px;
    padding-top: 0px;
    border-radius: 12px;
    margin-top: 4px;
  }
}

#header div.main_list {
  float: right;
  text-align: right;
  padding: 17px 0px 0px 0px;
  top: 3px;
  position: relative;
}

#header div.main_list ul {
  width: 100%;
  /* display: flex; */
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header div.main_list ul li {
  display: inline-block;
  text-align: left;
  padding: 10px 11px;
  top: 0px;
  position: relative;
}

#header div.main_list ul li a {
  text-decoration: none;
  color: #3c3941;
  text-transform: uppercase;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  position: relative;
  z-index: 51;
}

#header div.main_list ul li a:hover {
  text-decoration: none;
  color: #ff9600 !important;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 51;
}

#header div.main_list ul li a:after {
  content: "";
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transform-origin: top left;
  -webkit-transform-origin: top left;
  background: #ff9600;
  color: #5a5a5a !important;
  top: 0px;
  left: 0px;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  z-index: 1;
  padding: 1px 13px;
}

#header div.main_list ul li a:hover:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

#header .main_list a:hover {
  color: #ff9600 !important;
}

/* Ishfaak drop down content logic */
#header .if_dropdown {
  display: inline-block;
  position: relative;
}

#header .if_dropdown a {
  text-decoration: none;
  padding: 3px 10px;
  display: block;
}

#header .drop-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 252px;
  padding: 17px 5px 0px 5px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#header .drop-menu-item {
  width: 100%;
}

#header .drop-menu-item:hover {
  background-color: #f6f9fc;
}

#header .drop-menu-item a {
  color: #3c3941;
}

#header .if_dropdown:hover .drop-menu {
  display: block;
  background-color: #ffffff !important;
}

/* Ishfaak drop down content logic */
#header div.media_button {
  width: 40px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 22px;
  display: none;
}

#header div.media_button button.main_media_button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: 0;
  border: none;
  cursor: pointer;
}

#header div.media_button button.main_media_button span {
  width: 65%;
  height: 2px;
  display: block;
  background-color: #5a5a5a;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
}

#header div.media_button button.main_media_button:hover span:nth-of-type(1) {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #5a5a5a;
}

#header div.media_button button.main_media_button:hover span:nth-of-type(2) {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #5a5a5a;
}

#header div.media_button button.main_media_button:hover span:nth-of-type(3) {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #5a5a5a;
}

#header div.media_button button.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  position: absolute;
  margin: 0;
}

#header div.media_button button.active span:nth-of-type(2) {
  display: none;
}

#header div.media_button button.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  position: absolute;
  margin: 0;
}

#header div.media_button button.active:hover span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 20deg);
          transform: rotate3d(0, 0, 1, 20deg);
}

#header div.media_button button.active:hover span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -20deg);
          transform: rotate3d(0, 0, 1, -20deg);
}

@media screen and (max-width: 992px) {
  #header .main_list a:hover {
    color: #ff9600 !important;
    z-index: 52 !important;
    position: relative;
  }
  #header div.main_list {
    width: 100%;
    margin-top: 58px;
    height: 0px;
    border-radius: 24px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #header div.show_list {
    height: auto;
  }
  #header div.main_list ul {
    background-color: #f6f9fc;
    background: url("../images/mobile_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 0px top -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 13px;
    width: 100%;
    height: 100vh;
    top: 80px;
    right: 0;
    left: 0;
  }
  #header .main_list .drop-menu {
    background-image: none !important;
    background-color: #ffffff !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0px 0px 13px 15px;
    top: 0px;
    right: 0;
    left: -6px;
    position: relative;
    z-index: 999;
  }
  #header .main_list .if_dropdown {
    margin: -6px 3px 5px 3px;
  }
  #header .main_list .if_dropdown a {
    color: #3c3941 !important;
    margin-left: -14px;
  }
  #header .main_list .drop-menu-item a:hover {
    color: #ff9600 !important;
  }
  #header .main_list .if_dropdown .hover_drop a:hover {
    color: #ffffff !important;
  }
  #header div.main_list ul li {
    width: 100%;
    padding: 4px 10px;
    top: 8px;
    height: 40px;
  }
  #header div.main_list ul li a {
    text-align: left;
    width: 100%;
    color: #3c3941;
  }
  #header div.main_list ul li a:after {
    position: relative;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    background-color: transparent !important;
    border-bottom: 1px solid #ff9600;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    padding: 0px 13px;
    color: #ff9600 !important;
    top: -23px;
  }
  #header div.media_button {
    display: block;
  }
}

@media screen and (max-width: 463px) {
  #header div.main_list ul li a:after {
    position: relative;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    transform-origin: top left;
    -webkit-transform-origin: top left;
    background-color: transparent !important;
    border-bottom: 1px solid #ff9600;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    padding: 0px 13px;
    color: #ff9600 !important;
  }
}

#banner_area {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
}

#banner_area .top_113 {
  margin-top: 120px;
  position: relative;
}

#banner_area .swiper {
  background-color: #ff9600;
  width: 100%;
  height: 87vh;
  min-height: 861px;
}

@media screen and (max-width: 697px) {
  #banner_area .swiper {
    height: 80vh;
    min-height: 659px;
  }
}

#banner_area .top_77 {
  top: 3px;
  z-index: 9;
  position: relative;
}

#banner_area .slide_img_001 {
  width: 100% !important;
  height: 87vh;
  min-height: 861px;
  background: url("../images/slider/home_banner_air-freight_001.jpg") top center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 991px) {
  #banner_area .slide_img_001 {
    background-position: top 0px right -560px;
  }
}

@media screen and (max-width: 620px) {
  #banner_area .slide_img_001 {
    background-position: top 0px right -790px;
  }
}

.text-alide-1 {
  z-index: 2;
  position: relative;
}

.plane-anima-wrapper {
  width: 100%;
  max-width: 746px;
  height: auto;
  float: right;
  margin-top: -70px;
  right: -23%;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .plane-anima-wrapper {
    bottom: -280px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 657px) {
  .plane-anima-wrapper {
    bottom: -30%;
    right: 0px;
    left: 0px;
    margin: 0 auto;
  }
}

.plane-anima {
  max-width: 100%;
  width: 916px;
  float: right;
}

.webina-up-plane {
  -webkit-animation: ishfaak_anima 19s infinite ease-in-out;
  animation: ishfaak_anima 19s infinite ease-in-out;
}

@-webkit-keyframes ishfaak_anima {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  15% {
    -webkit-transform: translate(0, 40px) rotate(1deg);
            transform: translate(0, 40px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0, 10px) rotate(-0.5deg);
            transform: translate(0, 10px) rotate(-0.5deg);
  }
  45% {
    -webkit-transform: translate(0, 45px) rotate(1.5deg);
            transform: translate(0, 45px) rotate(1.5deg);
  }
  60% {
    -webkit-transform: translate(0, -35px) rotate(-2deg);
            transform: translate(0, -35px) rotate(-2deg);
  }
  75% {
    -webkit-transform: translate(0, 10px) rotate(0deg);
            transform: translate(0, 10px) rotate(0deg);
  }
  85% {
    -webkit-transform: translate(0, 50px) rotate(1deg);
            transform: translate(0, 50px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes ishfaak_anima {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  15% {
    -webkit-transform: translate(0, 40px) rotate(1deg);
            transform: translate(0, 40px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0, 10px) rotate(-0.5deg);
            transform: translate(0, 10px) rotate(-0.5deg);
  }
  45% {
    -webkit-transform: translate(0, 45px) rotate(1.5deg);
            transform: translate(0, 45px) rotate(1.5deg);
  }
  60% {
    -webkit-transform: translate(0, -35px) rotate(-2deg);
            transform: translate(0, -35px) rotate(-2deg);
  }
  75% {
    -webkit-transform: translate(0, 10px) rotate(0deg);
            transform: translate(0, 10px) rotate(0deg);
  }
  85% {
    -webkit-transform: translate(0, 50px) rotate(1deg);
            transform: translate(0, 50px) rotate(1deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.cloud {
  max-width: 100%;
  width: 628px;
  float: right;
  right: -50px;
  margin-top: 60px;
  z-index: 1;
  position: absolute;
}

.webina-up-cloud {
  -webkit-animation: ishfaak_anima_cloud 12s infinite ease-in-out;
  animation: ishfaak_anima_cloud 12s infinite ease-in-out;
}

@keyframes ishfaak_anima_cloud {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes ishfaak_anima_cloud {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

#banner_area .slide_img_002 {
  width: 100% !important;
  height: 87vh;
  min-height: 861px;
  background: url("../images/slider/home_banner_sea-freight_002.jpg") top center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 991px) {
  #banner_area .slide_img_002 {
    background-position: top 0px right -560px;
  }
}

@media screen and (max-width: 620px) {
  #banner_area .slide_img_002 {
    background-position: top 0px right -790px;
  }
}

#banner_area .slide_img_003 {
  width: 100% !important;
  height: 87vh;
  min-height: 861px;
  background: url("../images/slider/home_banner_road_ground_freight_003.jpg") top center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 991px) {
  #banner_area .slide_img_003 {
    background-position: top 0px right -560px;
  }
}

@media screen and (max-width: 620px) {
  #banner_area .slide_img_003 {
    background-position: top 0px right -790px;
  }
}

#banner_area .slide_img_004 {
  width: 100% !important;
  height: 87vh;
  min-height: 861px;
  background: url("../images/slider/home_banner_custom_coplience_004.jpg") top center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 991px) {
  #banner_area .slide_img_004 {
    background-position: top 0px right -560px;
  }
}

@media screen and (max-width: 620px) {
  #banner_area .slide_img_004 {
    background-position: top 0px right -790px;
  }
}

#banner_area .swiper-button-next,
.swiper-button-prev {
  color: #ffffff !important;
}

#banner_area .list-group-item {
  position: relative;
  display: block;
  padding: 5px 33px !important;
  margin-left: -31px !important;
  background: none !important;
  border: 0px !important;
  color: #ffffff !important;
  font-size: 15px !important;
}

@media screen and (max-width: 642px) {
  #banner_area .top_77 {
    top: -143px;
  }
}

@media screen and (max-width: 388px) {
  #banner_area .top_77 {
    top: -47px;
  }
  #banner_area .top_cus_77 {
    top: -139px;
  }
  #banner_area .booking-form {
    display: none;
  }
}

.get_full_button {
  display: inline-block;
}

.get_full_button_ms-4 {
  margin-left: 15px;
}

@media only screen and (max-width: 991px) and (min-width: 413px) {
  #banner_area .swiper-wrapper .get_full_button_wrapper {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (max-width: 412px) {
  #banner_area .swiper-wrapper .get_full_button_wrapper {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    position: relative !important;
  }
  #banner_area .swiper-wrapper .get_full_button {
    display: block !important;
    margin-bottom: 10px;
  }
  #banner_area .swiper-wrapper .get_full_button_ms-4 {
    margin-left: -0px !important;
  }
}

#banner_area .swiper-pagination {
  bottom: 118px;
  margin-left: -37px;
  z-index: 5;
}

#banner_area .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #3c3941;
  opacity: 0.9;
}

#banner_area .swiper-pagination-bullet-active {
  background: #ff9600;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
  #banner_area .swiper-pagination {
    bottom: 118px;
    margin-left: 0px;
  }
  #banner_area .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #ffffff;
  }
  #banner_area .swiper-pagination-bullet-active {
    background: #ff9600;
    border: 1px solid #ffffff;
  }
}

@media screen and (max-width: 531px) {
  #banner_area h1 {
    font: 31px/1 "levenim-mt" !important;
  }
  #banner_area .margin_bottom_30 {
    padding-bottom: 15px !important;
  }
  #banner_area .swiper-pagination {
    bottom: 98px;
    margin-left: 0px;
  }
  .booking-form-column {
    min-width: 143px !important;
  }
}

@media screen and (max-width: 384px) {
  #banner_area .swiper-pagination {
    bottom: 98px;
    margin-left: 0px;
  }
  #banner_area .btn_circle_white {
    display: none;
  }
  #banner_area .site_btn_red {
    padding: 15px 25px 15px 25px;
  }
}

@media screen and (max-width: 388px) {
  #banner_area .swiper-pagination {
    bottom: 91px;
    margin-left: 0px;
  }
  #banner_area .slide_img_001 {
    height: 66vh !important;
    min-height: 654px;
  }
  #banner_area .slide_img_002 {
    height: 66vh !important;
    min-height: 654px;
  }
  #banner_area .slide_img_003 {
    height: 66vh !important;
    min-height: 654px;
  }
  #banner_area .swiper {
    height: 66vh !important;
    min-height: 654px;
  }
}

.booking {
  left: 0px;
  right: 0px;
  bottom: 72px;
  position: absolute;
}

.booking-form-2-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 116px;
}

.booking-form {
  background-color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 0px;
  padding: 20px;
  z-index: 10;
  position: relative;
}

#custom-booking-scroll .booking-ishfaak-scroll {
  overflow-y: auto !important;
  height: 90vh;
  overflow-x: hidden !important;
}

#custom-booking-scroll .booking-form-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 207px !important;
}

.booking-form-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 207px;
}

@media screen and (max-width: 1399px) {
  .booking-form-column {
    min-width: 173px !important;
  }
}

@media screen and (max-width: 1199px) {
  .booking-form-column {
    min-width: 163px !important;
  }
}

@media screen and (max-width: 991px) {
  .booking-form-column {
    min-width: 143px !important;
  }
}

@media screen and (max-width: 727px) {
  .booking-form {
    display: none;
  }
  .btn_circle_dark {
    display: none;
  }
  .at-mobile-side-nav-show .booking-form {
    display: block;
  }
  .at-mobile-side-nav-show .booking-form-column {
    padding-bottom: 20px;
  }
  .at-mobile-side-nav-show .booking-ishfaak-scroll {
    overflow-y: auto !important;
    height: 90vh;
    overflow-x: hidden !important;
  }
}

@media screen and (max-width: 531px) {
  .booking-form-column {
    min-width: 143px !important;
  }
}

@media screen and (max-width: 384px) {
  .booking-form-column {
    min-width: 143px !important;
  }
}

.counter-btn {
  width: 38px;
  color: #ffffff;
  background-color: #ff9600 !important;
  border: 1px solid #c5c5d1;
}

.counter-input {
  text-align: center;
  border-left: none;
  border-right: none;
}

#booking_reservation .booking {
  width: 93%;
  max-width: 1325px;
  height: auto;
  z-index: 913;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  bottom: 93px;
  position: absolute;
}

.btn_circle_dark {
  border-radius: 50px;
  background: #ff9600;
  padding: 7px 7px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  top: -12px;
  left: 27px;
  position: absolute;
  z-index: 9998;
}

.pulse {
  z-index: 10;
  position: absolute;
  text-align: center;
}

.dot {
  border: 18px solid #ffffff;
  height: 85px;
  width: 85px;
  left: -28px;
  top: -27px;
  border-radius: 85px;
  -ms-border-radius: 85px;
  /* IE 9 */
  -o-border-radius: 85px;
  /* Opera */
  -webkit-border-radius: 85px;
  /* Safari and Chrome */
  -moz-border-radius: 85px;
  /* Firefox */
  animation: ishfaak 3s ease-out;
  -ms-animation: ishfaak 3s ease-out;
  /* IE9 */
  -o-animation: ishfaak 3s ease-out;
  /* Opera */
  -webkit-animation: ishfaak 3s ease-out;
  /* Safari and Chrome */
  -moz-animation: ishfaak 3s ease-out;
  /* Firefox */
  animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  /* IE 9 */
  -o-animation-iteration-count: infinite;
  /* Opera */
  -webkit-animation-iteration-count: infinite;
  /* Safari and Chrome */
  -moz-animation-iteration-count: infinite;
  /* Firefox */
  /*opacity: 0;*/
  position: absolute;
  z-index: 1;
}

@-webkit-keyframes ishfaak {
  /* IE 9 */
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.0;
  }
}

@keyframes ishfaak {
  /* IE 9 */
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.0;
  }
}

@-webkit-keyframes "ishfaak" {
  /* Safari and Chrome */
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

#booking_reservation .calender-icon {
  width: 45px;
  height: 35px;
}

#booking_reservation .ui-datepicker-trigger {
  display: none;
}

#booking_reservation .form-control {
  border: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#booking_reservation .inp-select-bottom-border {
  border-bottom: 1px solid #3c3941 !important;
  border: none;
  outline: none;
  border-radius: 0px !important;
}

#booking_reservation button {
  padding: 0;
  margin: 0;
  border-style: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  display: inline-block;
  border: none;
  background: none;
  cursor: pointer;
}

#booking_reservation select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: 1px;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0px;
  line-height: 45px;
  background-image: none;
  cursor: pointer;
  top: -2px;
  position: relative;
}

/* Remove IE arrow */
#booking_reservation select::-ms-expand {
  display: none;
}

#booking_reservation .select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  border-radius: .25em;
  overflow: hidden;
}

#booking_reservation .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
  pointer-events: none;
}

#booking_reservation .select:hover::after {
  color: #c2ac7b;
}

.offcanvas-header, .offcanvas-body, .modal-footer {
  padding: 20px !important;
}

.modal-backdrop.show {
  opacity: 0.4;
}

.offcanvas-end {
  width: 100%;
  max-width: 468px;
  z-index: 99999 !important;
}

.offcanvas-backdrop {
  z-index: 99990 !important;
}

#side-nav {
  z-index: 99999 !important;
}

.offcanvas-open {
  overflow: hidden;
}

@media screen and (max-width: 422px) {
  .custom-flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 1rem;
  }
}

#main {
  position: relative;
  margin-top: -117px;
  padding-top: 0px;
  z-index: 4;
}

@media screen and (max-width: 652px) {
  #main {
    margin-top: -79px;
  }
}

#services {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (max-width: 652px) {
  .mt-mob-serv {
    margin-top: 100px;
  }
}

.services {
  background: url("../images/af.png");
  background-position: right 0px top 224px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 50%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .services {
    background-size: 80%;
  }
}

@media screen and (max-width: 1399px) {
  .services {
    background-position: right 0px top 434px;
  }
}

#services .single_service {
  padding: 30px 30px;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#services .about {
  position: relative;
}

@media screen and (max-width: 991px) {
  #services .about .margin_btm_52 {
    margin-bottom: 52px;
  }
}

#services .about .our_strength_icons_wrapper {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

#services .about .padding_left_30 {
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #services .about .padding_left_30 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  #services .about .padding_left_30 {
    padding-left: 10px;
  }
}

#services .about .our_strength_icons_wrapper .padding_btm_30 {
  padding-bottom: 30px;
}

#services .about .our_strength_icons_wrapper .h6_position {
  top: 10px;
  position: relative;
}

#core_services {
  width: 100%;
  height: auto;
  position: relative;
}

.core_services {
  position: relative;
}

#core_services .core_services_banner {
  background: url("../images/core_services_banner_img.jpg") top center;
  background-size: cover;
  width: 100%;
  min-height: 403px;
  padding: 91px 0px;
  position: relative;
}

#core_services .render_triangle {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 201px;
  bottom: 0px;
  z-index: 5;
  position: absolute;
}

#core_services .core_services_banner_dtls {
  width: 100%;
  height: auto;
  position: relative;
}

#core_services .core_services_ml_134 {
  margin-left: -134px;
}

#core_services .core_services_ml_134_lft {
  left: 134px;
  position: relative;
}

@media screen and (max-width: 991px) {
  #core_services .core_services_ml_134 {
    width: 80%;
    margin: -160px auto;
  }
  .mt-134 {
    margin-top: -134px;
    margin-bottom: 168px !important;
  }
  #core_services .core_services_ml_134_lft {
    width: 80%;
    left: 0px !important;
    margin: -160px auto;
  }
  .mt-134_lft {
    top: 164px;
    margin-bottom: 0px !important;
    position: relative;
  }
  .custom-reorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 652px) {
  #core_services .core_services_ml_134 {
    width: 90%;
    margin: 0px auto;
  }
  .mt-134 {
    margin-top: -51px;
    margin-bottom: 0px !important;
  }
  .custom-reorder-lft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #core_services .core_services_ml_134_lft {
    width: 90%;
    margin: 0px auto;
  }
  .mt-134_lft {
    top: 0px;
    margin-top: -51px;
    margin-bottom: 0px !important;
  }
  #core_services .padding_bottom_52 {
    margin-bottom: 20px !important;
  }
  #core_services .shadow_line {
    width: 100%;
    margin: -23px 0px 23px 0px !important;
    position: relative;
  }
  #core_services .shadow_line .mask {
    overflow: hidden;
    height: 20px;
  }
  #core_services .shadow_line .mask:after {
    content: "";
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    -webkit-box-shadow: 0px 0px 8px rgba(214, 214, 214, 0.9) !important;
            box-shadow: 0px 0px 8px rgba(214, 214, 214, 0.9) !important;
  }
  #core_services .p-5 {
    padding: 30px !important;
  }
}

#core_services .core_services_banner h6::after {
  content: "";
  width: 93px;
  height: 1px;
  margin: 4px 25px;
  display: inline-block;
  background: rgba(202, 21, 26, 0.9);
}

#core_services .core_services_banner h6::before {
  content: "";
  width: 93px;
  height: 1px;
  margin: 4px 25px;
  display: inline-block;
  background: rgba(202, 21, 26, 0.9);
}

@media screen and (max-width: 626px) {
  #core_services .core_services_banner h6::after {
    display: none;
  }
  #core_services .core_services_banner h6::before {
    display: none;
  }
}

#core_services .core_services_banner_dtls .img_holder {
  padding: 15px;
}

#core_services .core_services_banner_dtls .core_services_content_right_space {
  padding: 0px 30px 0px 53px !important;
}

#core_services .core_services_banner_dtls .core_services_content_left_space {
  padding: 0px 53px 0px 0px !important;
}

@media screen and (max-width: 991px) {
  #core_services .core_services_banner_dtls .core_services_content_right_space {
    padding: 30px 15px !important;
  }
  #core_services .core_services_banner_dtls .core_services_content_left_space {
    padding: 30px 15px !important;
  }
}

#core_services .core_services_banner_dtls .img_vector_wave_small {
  background-size: cover;
  background-position: center;
  width: 309px;
  height: 154px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 5;
}

#core_services .core_services_banner_dtls .img_arrow {
  background-size: cover;
  background-position: center;
  right: 84px;
  bottom: 40px;
  position: absolute;
  z-index: 6;
}

#core_services .core_services_banner_dtls .ishfaak_swap a img:last-child {
  display: none;
}

#core_services .core_services_banner_dtls .ishfaak_swap a:hover img:last-child {
  display: block;
}

#core_services .core_services_banner_dtls .ishfaak_swap a:hover img:first-child {
  display: none;
}

@media screen and (max-width: 991px) {
  #core_services .shadow_line {
    width: 100%;
    margin: 52px 0px 23px 0px;
    position: relative;
  }
  #core_services .shadow_line .mask {
    overflow: hidden;
    height: 20px;
  }
  #core_services .shadow_line .mask:after {
    content: "";
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    -webkit-box-shadow: 0px 0px 8px rgba(214, 214, 214, 0.9) !important;
            box-shadow: 0px 0px 8px rgba(214, 214, 214, 0.9) !important;
  }
}

#video {
  width: 100%;
  height: auto;
  position: relative;
}

.video {
  position: relative;
}

#video .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#video .video_wrapper {
  width: 100%;
  min-height: 618px;
  position: relative;
}

#video .video_wrap_text {
  margin: 0 auto;
  text-align: center;
  position: absolute;
}

#video .video-js {
  position: relative !important;
  width: 100% !important;
  height: 618px !important;
  overflow: hidden;
}

#video .vjs-poster {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#video .video-js .vjs-big-play-button {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  width: 141px;
  height: 141px;
  border-radius: 100px;
  margin-top: -78px;
  margin-left: -78px;
  color: #ff9600;
  font-size: 92px;
}

#video .video-js .vjs-big-play-button::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: ishfaak-pulse 1s linear infinite;
  animation: ishfaak-pulse 1s linear infinite;
}

#video .video-js .vjs-big-play-button::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: ishfaak-pulse2 1.5s linear infinite;
  animation: ishfaak-pulse2 1.5s linear infinite;
}

#video .video-js .vjs-tech {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

#our_team {
  width: 100%;
  height: auto;
  position: relative;
}

.our_team {
  position: relative;
}

#our_team .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#our_team .our_team_item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-height: 289px;
  display: inline-block;
}

#our_team .our_team_img {
  background-color: #ffffff;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100px !important;
  margin-bottom: 23px;
}

#our_team .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #3c3941;
  opacity: 0.9;
}

#our_team .swiper-pagination-bullet-active {
  background: #ff9600;
  border: 1px solid #ffffff;
}

#home_contact_form {
  width: 100%;
  height: auto;
  position: relative;
}

.home_contact_form {
  background-color: #f6f9fc;
  border-top: 1px solid #ffffff;
  -webkit-box-shadow: inset 0 0 31px 0 #d4dce3;
          box-shadow: inset 0 0 31px 0 #d4dce3;
  position: relative;
}

#home_contact_form .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#home_contact_form .contact_single_service {
  padding: 30px 30px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#home_contact_form .contact_single_service i {
  font-size: 20px;
  color: #ffffff;
  float: left;
  width: 44px;
  height: 44px;
  background: #ff9600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#home_contact_form .contact_single_service h2 {
  padding: 0 0 0 65px;
}

#home_contact_form .contact_single_service .info_contact {
  line-height: 23px;
  padding: 0 0 0 65px;
}

#home_contact_form .form-group {
  padding-bottom: 21px;
}

#home_contact_form input {
  border-radius: none;
  padding: 10px 15px;
}

#client_testimonial {
  width: 100%;
  height: auto;
  position: relative;
}

.client_testimonial {
  position: relative;
}

#client_testimonial .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

@media screen and (max-width: 991px) {
  #client_testimonial .margin_btm_52 {
    margin-bottom: 52px;
  }
}

#client_testimonial .padding_left_108 {
  padding-left: 108px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #client_testimonial .padding_left_108 {
    padding-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  #client_testimonial .padding_left_108 {
    padding-left: 10px;
  }
}

#client_testimonial .testimonial_stanza {
  padding: 80px 76px;
  text-align: center;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  #client_testimonial .testimonial_stanza {
    padding: 80px 30px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  #client_testimonial .testimonial_stanza {
    padding: 30px 30px;
    text-align: center;
  }
}

#client_testimonial .client_testi_item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  padding-bottom: 11px;
  max-width: 403px;
  min-height: 432px;
  display: inline-block;
}

#client_testimonial .quote {
  width: 100%;
  height: 68px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

#client_testimonial .client_testi_img {
  background-color: #ffffff;
  display: block;
  width: 116px;
  height: 116px;
  border-radius: 100px !important;
  margin-bottom: 30px;
}

#client_testimonial .lift_testi_name {
  top: -5px;
  position: relative;
}

#client_testimonial .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #3c3941;
  opacity: 0.9;
}

#client_testimonial .swiper-pagination-bullet-active {
  background: #ff9600;
  border: 1px solid #ffffff;
}

#logos_client {
  width: 100%;
  height: auto;
  position: relative;
}

.logos_client {
  background-color: #ff9600;
  border-top: 1px solid #ffffff;
  -webkit-box-shadow: inset 0 0 31px 0 #bd1a1d;
          box-shadow: inset 0 0 31px 0 #bd1a1d;
  position: relative;
}

#logos_client hr.hrline {
  background-color: #ffffff;
}

#logos_client .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#logos_client .logo_item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #ffffff;
  padding: 30px 30px;
  display: inline-block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

#logos_client .logo_img {
  background-color: #ffffff;
  display: block;
  width: 200px;
  height: 136px;
  border-radius: 100px !important;
}

#logos_client .swiper-pagination-bullet {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  opacity: 0.9;
}

#logos_client .swiper-pagination-bullet-active {
  background: #ff9600;
  border: 1px solid #ffffff;
}

#footer {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

#footer hr.hrline2 {
  border: none;
  background-color: #c5c5d1 !important;
  height: 1px !important;
  opacity: 0.9;
  margin: 0px !important;
}

.footer {
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: inset 0 0 31px 0 #d4dce3;
  box-shadow: inset 0 0 31px 0 #d4dce3;
}

.footer_logo {
  max-width: 100%;
  width: 225px;
  float: left;
  position: relative;
}

@media screen and (max-width: 527px) {
  .mob-logo-webina-align {
    display: block !important;
  }
  .margin-top-webina {
    margin-top: 13px;
  }
}

@media screen and (max-width: 991px) {
  #footer .footer_links_bottom {
    margin-bottom: 30px;
  }
}

#footer .list-group-item {
  position: relative;
  display: block;
  padding: 5px 0px 15px 54px !important;
  margin-left: -31px !important;
  line-height: 16px;
  background: none !important;
  border: 0px !important;
  color: #ffffff !important;
  font-size: 15px !important;
}

#footer .list-group-item::before {
  background-image: url("../images/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 12px;
  content: "";
  top: 15px;
  left: 31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

#footer .list-group-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#footer .list-group-item a::after {
  content: '';
  position: absolute;
  width: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #ff9600;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

#footer .list-group-item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

#footer .space_arrow {
  margin-right: 12px;
  min-width: 9px;
  height: 12px;
}

#footer .social_footer_links a {
  font-size: 19px !important;
  display: inline-block;
  background: #ff9600;
  color: #ffffff !important;
  line-height: 1;
  padding: 9px 12px;
  margin-right: 12px;
  border-radius: 100%;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer .padding_footer_copyright {
  padding: 10x 0px;
}

@media screen and (max-width: 467px) {
  #footer .ful_col_copy {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 8px;
  }
}

#inner_banner_bread_crumbs {
  width: 100%;
  height: auto;
  position: relative;
  min-height: 528px;
  margin-top: 228px;
  padding: 195px 0px;
}

.inner_banner_bread_crumbs_about {
  width: 100% !important;
  background: url("../images/slider/inner_page_about.jpg");
  background-size: cover;
  background-color: #ff9600;
  background-repeat: no-repeat;
  background-position: right 0px top;
  position: relative;
}

.inner_banner_bread_crumbs_services {
  width: 100% !important;
  background: url("../images/slider/inner_page_services.jpg");
  background-size: cover;
  background-color: #ff9600;
  background-repeat: no-repeat;
  background-position: right 0px top;
  position: relative;
}

.inner_banner_bread_crumbs_industry {
  width: 100% !important;
  background: url("../images/slider/inner_page_industry.jpg");
  background-size: cover;
  background-color: #ff9600;
  background-repeat: no-repeat;
  background-position: right 0px top;
  position: relative;
}

.inner_banner_bread_crumbs_testimonial {
  width: 100% !important;
  background: url("../images/slider/inner_page_testimonial.jpg");
  background-size: cover;
  background-color: #ff9600;
  background-repeat: no-repeat;
  background-position: right 0px top;
  position: relative;
}

.inner_banner_bread_crumbs_contact {
  width: 100% !important;
  background: url("../images/slider/inner_page_contact.jpg");
  background-size: cover;
  background-color: #ff9600;
  background-repeat: no-repeat;
  background-position: right 0px top;
  position: relative;
}

@media screen and (max-width: 1408px) {
  #inner_banner_bread_crumbs h1 {
    font: 30px/1 "avantgardebq-extralight" !important;
  }
  #inner_banner_bread_crumbs {
    padding: 125px 0px;
    min-height: 328px;
  }
  .inner_banner_bread_crumbs_about {
    background-position: right 0px top;
  }
  .inner_banner_bread_crumbs_testimonial {
    background-position: right 0px top;
  }
  .inner_banner_bread_crumbs_contact {
    background-position: right 0px top;
  }
  .inner_banner_bread_crumbs_services {
    background-position: right 0px top;
  }
}

@media screen and (max-width: 768px) {
  .inner_banner_bread_crumbs_about {
    background-position: right -340px top;
  }
  .inner_banner_bread_crumbs_testimonial {
    background-position: right -210px top;
  }
  .inner_banner_bread_crumbs_contact {
    background-position: right -210px top;
  }
  .inner_banner_bread_crumbs_services {
    background-position: right -210px top;
  }
}

#inner_banner_bread_crumbs .render_triangle {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 201px;
  bottom: 0px;
  z-index: 5;
  position: absolute;
}

#inner_banner_bread_crumbs h6::after {
  content: "";
  width: 93px;
  height: 1px;
  margin: 4px 25px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
}

#inner_thought {
  width: 100%;
  height: auto;
  position: relative;
}

#inner_thought .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#inner_thought .inner_quote_width {
  width: 83%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  #inner_thought .inner_quote_width {
    margin: 30px auto;
  }
}

#inner_thought .inner_quote_width .quote {
  height: 68px;
  right: 0px;
  bottom: -5px;
  position: absolute;
}

#inner_thought .inner_quote_width .quote_hr_line {
  width: 100%;
  max-width: 500px;
  margin: 0 auto !important;
  position: relative;
}

#inner_about {
  width: 100%;
  height: auto;
  position: relative;
}

#inner_about_center .hrline_center {
  margin: 0 auto !important;
  float: none !important;
  position: relative;
}

#inner_about .hrline_center {
  float: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .selection-reverse-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .selection-reverse-row > div {
    width: 100%;
  }
}

.show-shadow-line {
  border-bottom: 1px solid #d2d5d9;
  -webkit-box-shadow: 0px 15px 15px -10px #5a5a5a;
          box-shadow: 0px 15px 15px -10px #5a5a5a;
  width: 30%;
  height: 22px;
  margin: 0px 10px 10px;
  margin: 0 auto;
}

#inner_about .shadow_line {
  display: none;
}

@media screen and (max-width: 991px) {
  #inner_about .shadow_line {
    display: block !important;
    width: 100%;
    margin: 52px 0px 23px 0px;
    position: relative;
  }
  #inner_about .shadow_line .mask {
    overflow: hidden;
    height: 20px;
  }
  #inner_about .shadow_line .mask:after {
    content: "";
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px / 12px;
    -webkit-box-shadow: 0px 0px 8px rgba(214, 214, 214, 0.9) !important;
            box-shadow: 0px 0px 8px rgba(214, 214, 214, 0.9) !important;
  }
}

#inner_vision_mission {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.inner_vision_mission {
  background-size: cover;
  min-height: 485px;
  height: 485px;
  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;
  padding: 0;
  overflow: hidden;
}

.inner_vision_mission img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1002px) {
  .vision-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .vision-row > div {
    width: 100%;
    min-height: 350px;
    /* Gives the image area height on mobile */
  }
}

#inner_strength {
  width: 100%;
  height: auto;
  position: relative;
}

#inner_strength .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#inner_strength .our_strength_icons_wrapper {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  #inner_strength .our_strength_icons_wrapper {
    width: 100%;
  }
}

#our_team .inner_our_team_bg {
  background-color: #f6f9fc;
  border-top: 1px solid #ffffff;
  -webkit-box-shadow: inset 0 0 31px 0 #d4dce3;
          box-shadow: inset 0 0 31px 0 #d4dce3;
  position: relative;
  padding: 68px 0px;
}

#our_team .inner_our_team_no_shadow {
  background-color: #f6f9fc;
  border-top: 1px solid #ffffff;
  position: relative;
  padding: 68px 0px;
}

#inner_contact_form {
  width: 100%;
  height: auto;
  position: relative;
}

.inner_contact_form {
  background-color: #f6f9fc;
  border-top: 1px solid #ffffff;
  -webkit-box-shadow: inset 0 0 31px 0 #d4dce3;
          box-shadow: inset 0 0 31px 0 #d4dce3;
  padding: 18px 0px 42px 0px;
  position: relative;
}

#inner_contact_form .contact_single_service {
  padding: 30px 30px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  min-height: 188px;
  -webkit-transition: all 0.4s ease;
}

#inner_contact_form .contact_single_service i {
  font-size: 20px;
  color: #ffffff;
  float: left;
  width: 44px;
  height: 44px;
  background: #ff9600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#inner_contact_form .contact_single_service h2 {
  padding: 0 0 0 65px;
}

#inner_contact_form .contact_single_service .info_contact {
  line-height: 23px;
  padding: 0 0 0 65px;
}

#inner_contact_form .form-group {
  padding-bottom: 21px;
}

#inner_contact_form input {
  border-radius: none;
  padding: 10px 15px;
}

#inner_contact_form .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

#inner_contact_location {
  width: 100%;
  height: auto;
  position: relative;
}

.inner_contact_location {
  border: px solid #ffffff;
}

#inner_contact_location .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

.inner_content_space {
  text-align: center;
  padding: 52px 70px !important;
}

@media screen and (max-width: 437px) {
  .inner_content_space {
    text-align: center;
    padding: 52px 35px !important;
  }
}

.inner_content_space_left {
  text-align: center;
  padding: 52px 0px 52px 70px !important;
}

.inner_content_space_right {
  text-align: center;
  padding: 52px 70px 52px 0px !important;
}

@media screen and (max-width: 437px) {
  .inner_content_space_left {
    text-align: center;
    padding: 52px 35px !important;
  }
  .inner_content_space_right {
    text-align: center;
    padding: 52px 35px !important;
  }
}

.inner_content_class .hrline_center {
  margin: 0 auto !important;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .inner_content_class .margin_btm_52 {
    margin-bottom: 52px;
  }
}

.modal {
  top: 4% !important;
  z-index: 9999;
}

@media screen and (max-width: 1112px) {
  .modal {
    top: 4% !important;
    overflow-y: auto;
  }
  .modal-content {
    height: 500px;
    overflow-y: auto;
  }
  .modal-body {
    height: 400px !important;
    overflow-y: scroll !important;
    display: block;
  }
}

.circle-button-wrapper {
  position: fixed;
  bottom: 70px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  z-index: 100;
}

.circle-button {
  border: 2px solid #ffffff;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ff9600;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 20px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.circle-button:hover {
  background-color: #e35054;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
/*# sourceMappingURL=styles.css.map */