.flexing {
  display: flex;
  align-items: center;
}
.flexing.wrap {
  flex-wrap: wrap;
}

.section-35 {
  background-color: #1598b5;
}

.rd-navbar-nav-wrap a.subtitle {
  color: black !important;
  font-weight: bold;
  margin-top: 10px;
}
.rd-navbar-nav-wrap a.subsubTitle {
  margin: 10px 0 10px 15px;
}

#home-services .title {
  font-size: 25px;
}
#home-services .title:hover {
  color: #1598b5;
}

.title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.home-forex {
  display: flex;
  justify-content: center;
  background: #034991;
}

#topMenu {
  background: #1598b5;
}
#topMenu .spacebetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#topMenu .flexing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#topMenu .padding0 {
  padding: 0 !important;
}
#topMenu .menu .item {
  padding: 10px 20px;
  font-size: 14px;
  background: #1598b5;
  color: #fff;
}
#topMenu .menu .item:hover {
  background: #009755;
}
#topMenu .menu .item.active {
  background: #009755;
}
#topMenu .item {
  padding: 0 10px;
}
#topMenu .item .value {
  padding: 0 3px;
}
#topMenu .item .logo img {
  height: 30px;
}
@media (max-width: 1023px) {
  #topMenu {
    background: unset;
  }
  #topMenu .time {
    display: none;
  }
  #topMenu .topMenu {
    width: 100%;
  }
  #topMenu .topMenu .item {
    width: 100%;
  }
  #topMenu .topMenu .menu {
    flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .brand img {
    height: 60px;
    width: unset;
  }
}
.whatsapp .icon {
  font-size: 25px;
}
.whatsapp .name {
  padding: 0 5px;
}

.gridOf2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
@media (max-width: 1023px) {
  .gridOf2 {
    grid-template-columns: 100%;
  }
}
.gridOf2.moregap {
  gap: 20px;
}

.lable {
  padding: 0 5px;
}

.bg-cape-codG {
  background: #7bcdf1;
}
.bg-cape-codG .icon-primary {
  color: #1598b5;
}
.bg-cape-codG .text-white-05 {
  color: #e6e6e6 !important;
}

.bg-cape-codB {
  background: #1598b5;
}
.bg-cape-codB .icon-primary {
  color: #fff;
}
.bg-cape-codB .text-white-05 {
  color: #e6e6e6 !important;
}

.whatsapp {
  margin-left: 15px;
}
.whatsapp img {
  height: 33px;
  position: absolute;
  left: 11px;
}
.whatsapp .name {
  padding: 3px 15px;
  background: #000;
  color: #fff;
  border-radius: 0 15px 15px 0;
}

.btn-holder {
  display: flex;
  justify-content: flex-end;
}
.btn-holder .btn-more {
  padding: 5px 7px;
  border-radius: 3px;
  background: #7bcdf1;
}
.btn-holder .btn-more:hover {
  background: #018a53;
}

.awards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.awards .item {
  padding: 0 10px;
}

.childServices {
  font-size: 14px;
  display: block;
  line-height: 22px;
  color: #000;
  font-weight: 600;
}

.paddingBottom0 {
  padding-bottom: 0 !important;
}

.paddingTop0 {
  padding-top: 0 !important;
}

.subChild {
  padding: 0 17px;
}

.hidden {
  display: none;
}

.post-modern {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.img-holder {
  height: 500px;
  width: 50%;
}
.img-holder .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #eee;
}

.padding30 {
  padding: 30px 0;
}

.value .placeName {
  text-transform: capitalize;
}
.value .time {
  padding: 0 2px;
}

.overflow {
  overflow: auto;
  height: 470px;
}

.fa-skype {
  color: #029adb;
}

.fa-facebook,
.a-facebook-square {
  color: #0b86ee;
}

.fa-linkedin {
  color: #0a66c2;
}

.fa-envelope {
  color: #7bcdf1;
}

.fa-twitter {
  color: #50abf1;
}

.padding40px.top {
  padding: 40px 0 0 0;
}
.padding40px.right {
  padding: 0 40px 0 0;
}
.padding40px.bottom {
  padding: 0 0 40px 0;
}
.padding40px.left {
  padding: 0 0 0 40px;
}
.padding40px.top-bottom {
  padding: 40px 0;
}
.padding40px.right-left {
  padding: 0 40px;
}

.margin20px.top {
  margin: 20px 0 0 0;
}
.margin20px.right {
  margin: 0 20px 0 0;
}
.margin20px.bottom {
  margin: 0 0 20px 0;
}
.margin20px.left {
  margin: 0 0 0 20px;
}
.margin20px.top-bottom {
  margin: 20px 0;
}
.margin20px.right-left {
  margin: 0 20px;
}

.flex {
  display: flex;
  align-items: center;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.justify-between {
  justify-content: space-between;
}
.flex.justify-around {
  justify-content: space-around;
}
.flex.align-flex-start {
  align-items: flex-start;
}
.flex.align-flex-end {
  align-items: flex-end;
}
.flex .icon {
  width: 30px;
}

.applyCareer {
  padding: 10px;
  font-size: 16px;
  background-color: #1598b5;
  color: #fff;
  border-radius: 10px;
  text-transform: capitalize;
  border: 0;
  cursor: pointer;
}

#logout {
  cursor: pointer;
}

.wordBreak,
p {
  word-break: break-word;
}

.close-search {
  color: #000;
  font-size: 20px;
  position: absolute;
  z-index: 1;
  right: 35px;
  top: 13px;
  padding: 5px;
  height: 30px;
  cursor: pointer;
}

.cookies {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  background: rgba(91, 91, 91, 0.3803921569);
  z-index: 10000;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies .item {
  padding: 70px;
  width: 90%;
  height: 600px;
  position: relative;
  background: #fff;
  overflow: auto;
}
@media (max-width: 1023px) {
  .cookies .item {
    padding: 40px;
    height: 500px;
  }
}
.cookies .item .title {
  font-size: 28px;
}
.cookies .item .desc {
  font-size: 16px;
}
.cookies .item .holder {
  position: absolute;
  top: 0;
  right: 0;
}
.cookies .item .holder .button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  background-color: #1d9db8;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 0 0 0 20px;
  color: #fff;
  font-size: 30px;
}

.btn-primary {
  background-color: rgba(123, 205, 241, 0.3803921569) !important;
}

.plan-item {
  text-align: center;
}
.plan-item .section-heading-title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  padding: 10px 0;
}
.plan-item .desc {
  padding: 0 60px;
}
.plan-item .gridof3 {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  color: #000;
}
@media (max-width: 1023px) {
  .plan-item .gridof3 {
    grid-template-columns: 100%;
  }
}
.plan-item .gridof3 .plan-item {
  border: 1px solid;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  height: 450px;
}
.plan-item .gridof3 .plan-item .header-desc {
  font-size: 17px;
}
.plan-item .gridof3 .plan-item .item-header {
  background: #1196b4;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.plan-item .gridof3 .plan-item .item-header .header-title-plan {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0 10px;
}
.plan-item .gridof3 .plan-item .price-holder {
  display: flex;
  justify-content: center;
}
.plan-item .gridof3 .plan-item .price-holder .price-unit {
  font-weight: bold;
  padding-top: 8px;
  font-size: 20px;
}
.plan-item .gridof3 .plan-item .price-holder .price-value {
  font-size: 45px;
  font-weight: bold;
}
.plan-item .gridof3 .plan-item .price-time-dtails {
  margin-top: -20px;
  font-size: 12px;
}
.plan-item .gridof3 .plan-item .book-holder {
  background: #3a3c3e;
  padding: 20px 0;
  cursor: pointer;
}
.plan-item .gridof3 .plan-item .book-holder .bookNow {
  color: #fff;
  font-size: 18px;
}

.bgee {
  background-color: #fbfcff !important;
}
.bgee .head-page {
  text-align: center;
}
.bgee .head-page .head-title {
  font-size: 45px;
  color: #000;
  font-weight: bold;
}
.bgee .head-page .desc1 {
  color: #2ca5bd;
}
.bgee .head-page .desc {
  padding: 20px 0;
}
.bgee .form {
  background-color: #fff;
  padding: 20px;
}
.bgee .form .section {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}
.bgee .form .section.center {
  text-align: center;
}
.bgee .form .section .head-title {
  font-size: 18px;
  color: #373e4a;
  padding: 10px 0;
}
.bgee .form .section .selectGridof2 {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 1023px) {
  .bgee .form .section .selectGridof2 {
    grid-template-columns: 100%;
  }
}
.bgee .form .section .extruagrodof4 {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 1023px) {
  .bgee .form .section .extruagrodof4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bgee .form .section .extruagrodof4 .item {
  text-align: center;
}
.bgee .form .section .extruagrodof4 .item:hover img {
  border: 1px solid #2ca5bd;
}
.bgee .form .section .extruagrodof4 .item img {
  padding: 20px 50px;
  border: 1px solid;
  border-radius: 5px;
}
.bgee .form .section .extruagrodof4 .item img.active {
  background: #2ca5bd;
}
.bgee .form .section .extruagrodof4 .border {
  padding: 10px 0;
  border-radius: 5px;
  cursor: pointer;
}
.bgee .form .section .extruagrodof4 .border:hover {
  border: 1px solid #2ca5bd !important;
}
.bgee .form .section .extruagrodof4 .border.active {
  background: #2ca5bd;
  color: #fff;
}
.bgee .form .section .input {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 10px 5px;
  width: 100% !important;
}
.bgee .form .section .btnsubmit {
  width: 100%;
  background: #33a8be;
  padding: 10px 0;
  border: none;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}
.bgee .form .section .paddingbottom {
  padding-bottom: 20px;
}
.bgee .form .section .spcolor {
  color: #2ca5bd;
  font-weight: bold;
}
.bgee .form .section .itemsummery .item {
  padding: 5px 0;
}
.bgee .form .section .itemsummery .flexing {
  justify-content: space-between;
}
.bgee .form .section .itemsummery .item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bgee .form .section .itemsummery .item .icon {
  font-size: 35px;
}
.bgee .form .section .subtotal {
  border-top: 1px solid #7dcef1;
  font-size: 17px;
  padding-top: 10px;
  margin-top: 10px;
}
.bgee .form .section .subtotal .valuec {
  color: #2ca5bd;
}
.bgee .form .section .subtotal .largefont {
  font-size: 35px;
  text-transform: capitalize;
}
.bgee .form .section .spacebetween {
  justify-content: space-between;
}
.bgee .form .section .list {
  padding-left: 37px;
  margin-top: -11px;
}
.bgee .form .section .list .flexicon {
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-holder1 {
  align-items: center;
  background: #2ea6bd;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.btn-holder1 .btt {
  display: flex;
  gap: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
}
.btn-holder1 .fa-envelope {
  color: #fff;
}

.deschide {
  padding: 0 10px;
  padding-bottom: 4px;
}

.post-header {
  padding: 15px;
}

.rd-navbar-dropdown {
  text-transform: capitalize !important;
}

.btn-holder2 {
  align-items: center;
  color: #fff;
  display: flex;
  padding: 0 20px;
  gap: 20px;
}
.btn-holder2 .btt {
  display: flex;
  gap: 20px;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background: #1598b5;
  padding: 0 10px;
  border-radius: 5px;
  cursor: pointer;
}
.btn-holder2 .fa-envelope {
  color: #fff;
}

.extraitem {
  cursor: pointer;
}

.titlevideo {
  text-align: center;
  font-size: 30px;
  color: #fff;
}

.video {
  position: relative;
}
.video .playholder {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(18, 17, 17, 0.2784313725);
}
.video .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video .play {
  font-size: 62px;
  color: #fff;
}

.homevideo {
  background: #45b3c4;
  height: fit-content;
}

.negativemargin {
  margin-top: -10px;
}

.negativemargin2 {
  margin-top: -15px;
}

.serach {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}

.btnholder2 {
  background: #2ea6bd;
  color: #fff;
  border-radius: 3px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  margin: 20px 0;
  cursor: pointer;
}

.specialstyle {
  padding: 14px 13px;
  border: 1px solid #dedede;
  color: #9f9f9f;
  border-radius: 3px;
}

.dynamicservice select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.a {
  position: relative;
}
.a .specialstyle {
  width: 100%;
  padding: 14px 13px;
  border: 1px solid #dedede;
  color: #9f9f9f;
  border-radius: 3px;
}
.a .fa-chevron-down {
  position: absolute;
  top: 14px;
  right: 17px;
  color: #7bcdf1;
}

.descstyle ul {
  list-style: unset;
  padding: 0 30px;
}

.btnsubmit {
  cursor: pointer;
}

.socialmedia-holder {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 30px;
  padding: 20px 0;
}
.socialmedia-holder .icon {
  color: #949595 !important;
}

.page-title-right,
.page-title-left {
  display: none;
}

.contaus-holder {
  display: flex;
  gap: 20px;
}
.contaus-holder .icon {
  font-size: 25px;
}
.contaus-holder .fa-facebook-square {
  color: #087aea;
}

.web_menu .rd-search-submit {
  width: 30px;
  height: 30px;
  line-height: 2;
  top: 15px !important;
}

.flex-start {
  align-items: flex-start !important;
}
.flex-start .desc {
  padding: 0 17px;
}

.infoholder {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}

.flex-grow {
  flex-grow: 1;
}

.rd-navbar-nav {
  margin-right: unset !important;
}

.brand img {
  vertical-align: middle;
  height: 50px;
}

.icon1 {
  font-size: 42px;
  padding: 0 5px;
}

.margin-topnegative {
  margin-top: -17px;
}

.list-terms-inline {
  display: flex;
  gap: 20px;
}

@media (max-width: 1023px) {
  .colorlang {
    height: 10px !important;
  }
}

@media (max-width: 1023px) {
  .logo {
    padding: 10px !important;
  }
}

input {
  background: #fff !important;
}

.dateholder {
  position: relative;
}
.dateholder .icon {
  display: none;
}
@media (max-width: 1023px) {
  .dateholder .icon {
    display: none;
    position: absolute;
    top: 19px;
    right: 8px;
    font-size: 19px;
    color: #9f9f9f;
    background: #fff;
  }
}

select {
  width: 100%;
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(arrow_down.png) 99%/20px no-repeat #fff;
  border-radius: 5px;
  padding: 9px;
  color: #6b6b6b;
}

/* CAUTION: Internet Explorer hackery ahead */
select::-ms-expand {
  display: none;
  /* Remove default arrow in Internet Explorer 10 and 11 */
}

/* Target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0 ) {
  select {
    background: none;
    padding: 5px;
  }
}
.table-condensed {
  color: #000;
}

.today {
  background-color: #fff !important;
  color: #b5b5b5 !important;
}

.control-label {
  width: 100%;
}

.dynamicdate {
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  width: 100%;
  padding: 10;
}

.desc {
  padding-bottom: 5px;
}

.rd-navbar-inner {
  max-width: 100% !important;
}

.rd-navbar-nav {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.rd-navbar-nav li {
  margin: unset !important;
}
.rd-navbar-nav li a {
  color: #fff !important;
}

.rd-navbar-dropdown li a {
  color: #000 !important;
  padding: 10px 0;
}

.mobile_menu {
  display: none;
}

@media (max-width: 1023px) {
  .web_menu {
    display: none;
  }

  .mobile_menu {
    display: block;
  }
  .mobile_menu .rd-navbar-nav-inner {
    position: relative !important;
    z-index: 100000 !important;
    height: 100% !important;
    padding: 10px 0 20px !important;
    pointer-events: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }
  .mobile_menu .rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0);
  }
  .mobile_menu .rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    z-index: 998;
    width: 270px;
    padding: 112px 0 56px;
    color: #fff;
    background: #fff;
    border-right: 1px solid #e5e7e9;
    transform: translateX(-105%);
    pointer-events: none;
    overflow: hidden;
  }
  .mobile_menu .rd-navbar-fixed .rd-navbar-nav li a {
    display: block !important;
    font-size: 13 !important;
    padding: 5px 56px 14px 5px !important;
    color: #464a4d !important;
  }
  .mobile_menu .rd-search {
    position: absolute !important;
    width: 95% !important;
    left: unset !important;
    top: 52px !important;
    right: unset !important;
  }
  .mobile_menu .rd-navbar-nav {
    margin-top: 30px !important;
  }
}
.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: none;
}
.shadow.active {
  display: flex;
}
.shadow .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.option-shadow .form {
  position: relative;
  z-index: 1;
  width: 480px;
  max-width: 90%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  max-height: 90%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .option-shadow .form {
    width: 90% !important;
  }
}
.option-shadow .form > .head,
.option-shadow .form .body {
  padding: 10px;
}
.option-shadow .form > .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(243, 243, 243);
  flex-shrink: 0;
  color: #24385b;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  user-select: none;
}
.option-shadow .form > .head .icon {
  cursor: pointer;
}
.option-shadow .form .body {
  overflow: auto;
  height: 100%;
}
.option-shadow .form .radio1 {
  margin-top: 15px;
}
.option-shadow .form .btn-holder {
  background-color: rgb(243, 243, 243);
  grid-gap: 1px;
  border-top: 1px solid rgb(243, 243, 243);
}
.option-shadow .form .btn-holder .btn {
  border-radius: 0;
}
.option-shadow .options {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.option-shadow .shadow-search {
  margin-bottom: 10px;
}

.media-shadow .body {
  background: #fff;
}

.shadowbtn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: #eee;
  gap: 5px;
  text-align: center;
  padding: 10px;
}
.shadowbtn .acceptbtn {
  cursor: pointer;
  color: #fff;
  padding: 10px 0;
  background-color: #7bcdf1;
}
.shadowbtn .acceptbtn:hover {
  background-color: #3db0eb;
}
.shadowbtn .cancelbtn {
  cursor: pointer;
  color: #fff;
  padding: 10px 0;
  background-color: #bd081b;
}
h2{
    font-size: 25px !important;
}
.shadowbtn .cancelbtn:hover {
  background-color: #7e0c18;
}/*# sourceMappingURL=mystyle.css.map */