body {
  font: 100% "Lato", sans-serif;
  color: #434343;
  line-height: 1.3;
}

.navbar-brand {
  max-width: 140px;
}

a {
  color: #434343;
}

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

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

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

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

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

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

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

.common-text {
  color: #434343;
}

.light-text {
  color: #ffffff;
}

.blue-color {
  color: #2C3F69;
}

.light-grey {
  background-color: #F5F5F5;
}

.light-bg {
  background-color: #ffffff;
}

.secondary-color {
  color: #C10C0B;
}

.secondary-border {
  border-color: #C10C0B !important;
}

.secondary-bg {
  background-color: #C10C0B !important;
}

a.secondary-color:hover {
  color: #434343;
}

.dark-text {
  color: #000000;
}

a {
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
}
a.dark-text:hover {
  color: #C10C0B;
}

.fs-14 {
  font-size: 14px;
}

header {
  position: sticky;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.btn {
  display: flex;
  align-items: center;
}

.btn-type1 {
  background-color: #C10C0B;
  border: 2px solid #C10C0B;
  color: #ffffff;
}
.btn-type1:hover {
  border: 2px solid #C10C0B;
  background-color: #ffffff;
  color: #C10C0B;
}

.align-justify {
  text-align: justify;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover {
  color: #C10C0B;
}

.nav-item.dropdown {
  position: static;
}
.nav-item.dropdown .dropdown-menu {
  bottom: -5px;
}
.nav-item.dropdown .dropdown-menu > ul {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.nav-item.dropdown .dropdown-menu,
.nav-item.dropdown ul {
  width: 100%;
  background-color: #ffffff;
  margin-top: 5px;
  padding: 0 0;
  list-style: none;
  z-index: 8585;
}
.nav-item.dropdown .dropdown-menu a,
.nav-item.dropdown ul a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 10px;
  font-weight: 700;
}
.nav-item.dropdown .dropdown-menu a:hover, .nav-item.dropdown .dropdown-menu a.active,
.nav-item.dropdown ul a:hover,
.nav-item.dropdown ul a.active {
  color: #ffffff !important;
  background-color: #C10C0B;
}
.nav-item.dropdown .dropdown-menu ul,
.nav-item.dropdown ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-item.dropdown .dropdown-menu > li > ul,
.nav-item.dropdown ul > li > ul {
  position: static;
  left: 100%;
  top: 0;
  border: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
.nav-item.dropdown .dropdown-menu > li > ul > li > a,
.nav-item.dropdown ul > li > ul > li > a {
  display: block;
  color: #434343 !important;
  font-size: 14px;
  font-weight: 400;
}
.nav-item.dropdown .dropdown-menu > li:hover > ul,
.nav-item.dropdown ul > li:hover > ul {
  display: block;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.social-links li {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}
.social-links li a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.social-links li a:hover {
  font-size: 20px;
  color: #C10C0B;
}

.copyright-text {
  font-size: 13px;
}

/******************Top Banner Start*******************/
.banner-section {
  padding: 100px 0 50px;
  position: relative;
}
.banner-section.home-banner::before, .banner-section.home-banner::after {
  content: "";
  background-image: url(../images/banners/clouds.png);
  background-repeat: no-repeat;
  width: 30%;
  height: 30%;
  position: absolute;
  display: block;
  background-size: contain;
  top: 0;
  z-index: 9;
}
.banner-section.home-banner::before {
  right: 0;
  animation: clouds 12s infinite;
  -webkit-animation: clouds 12s infinite linear;
}
.banner-section.home-banner::after {
  right: 20%;
  top: 10%;
  animation-delay: 0s;
  animation: clouds 6s infinite;
  -webkit-animation: clouds 6s infinite linear;
}
@keyframes clouds {
  0% {
    opacity: 0;
    right: 0px;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: 30%;
  }
}
.banner-section .slider-wrp {
  overflow: hidden;
}
.banner-section #carouselExample {
  margin-right: 95px;
  overflow: visible !important;
}
.banner-section #carouselExample .carousel-inner {
  overflow: visible;
}
.banner-section #carouselExample .carousel-item > img {
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 242px;
  border-top-right-radius: 242px;
  border-bottom-left-radius: 242px;
  border-bottom-right-radius: 242px;
}
.banner-section #carouselExample .banner-inner-img {
  position: absolute;
  right: -50px;
  bottom: -15px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  height: 85%;
}
.banner-section #carouselExample .banner-inner-img img {
  height: 100%;
}
.banner-section #carouselExample .carousel-control-next,
.banner-section #carouselExample .carousel-control-prev {
  width: 86px;
  height: 86px;
  top: auto;
  bottom: 9%;
  font-size: 40px;
  color: #C10C0B;
  border: 2px solid #C10C0B;
  background-color: #ffffff;
}

/*******************Top Banner End********************/
.choose-country-section {
  background-image: url(../images/banners/country-section-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.choose-country-link {
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  overflow: hidden;
}
.choose-country-link span {
  font-size: 25px;
  left: 0;
  bottom: 40px;
  z-index: 2;
  color: #ffffff;
  transition: bottom 0.5s, font-size 0.5s;
  -webkit-transition: bottom 0.5s, font-size 0.5s;
  -moz-transition: bottom 0.5s, font-size 0.5s;
  -ms-transition: bottom 0.5s, font-size 0.5s;
  -o-transition: bottom 0.5s, font-size 0.5s;
}
.choose-country-link::after {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  width: 100%;
  min-height: 30%;
  position: absolute;
  bottom: 0;
  display: block;
  transition: min-height 0.5s;
  -webkit-transition: min-height 0.5s;
  -moz-transition: min-height 0.5s;
  -ms-transition: min-height 0.5s;
  -o-transition: min-height 0.5s;
}
.choose-country-link img {
  transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
}
.choose-country-link:hover::after {
  min-height: 100%;
}
.choose-country-link:hover span {
  bottom: 50%;
  font-size: 30px;
  line-height: 0;
}
.choose-country-link:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.askOurExpert-section {
  background-color: #F5F5F5;
  margin-top: 100px;
}
.askOurExpert-section a:hover {
  color: #C10C0B;
}

.expert-bg {
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.2509803922);
  border: 5px solid #ffffff;
  border-radius: 144px;
  -webkit-border-radius: 144px;
  -moz-border-radius: 144px;
  -ms-border-radius: 144px;
  -o-border-radius: 144px;
  overflow: hidden;
  margin-top: -88px;
}

#testimonials {
  background-color: #434343;
}
#testimonials .carousel-indicators button {
  width: 28px;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  height: 28px;
  max-height: 28px;
  margin: 0;
  background-color: #434343;
  border: 1px solid #ffffff;
  opacity: 1;
}
#testimonials .carousel-indicators button.active {
  background-color: #C10C0B;
}
#testimonials .carousel-indicators::after {
  content: "";
  width: 95%;
  top: 50%;
  left: 2px;
  right: auto;
  height: 1px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  z-index: -1;
}

.country-bg {
  margin-top: -6%;
}

.choose-visa-category {
  border-radius: 130px;
  -webkit-border-radius: 130px;
  -moz-border-radius: 130px;
  -ms-border-radius: 130px;
  -o-border-radius: 130px;
  border: 1px solid #CACACA;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.choose-visa-category svg {
  width: 70px;
  height: auto;
}
.choose-visa-category h4 {
  color: #2C3F69;
  min-height: 60px;
}
.choose-visa-category p {
  color: #6C6C6C;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.choose-visa-category a {
  color: #C10C0B;
}
.choose-visa-category:hover {
  background-color: #1E3A8A;
  border-color: #1E3A8A;
}
.choose-visa-category:hover h4,
.choose-visa-category:hover p,
.choose-visa-category:hover a {
  color: #ffffff;
}
.choose-visa-category:hover svg path {
  fill: #ffffff;
}

.migrating-benefits-section svg {
  width: 70px;
  height: auto;
}
.migrating-benefits-section svg path {
  fill: #1E3A8A;
}

.h-40 {
  height: 40%;
}

.h-60 {
  height: 60%;
}

.test_row {
  background-image: url(../images/why_join_bg.svg);
  background-attachment: fixed;
  background-color: #f5f5f5;
}

.list_type1 {
  margin: 0 0 20px 0;
  list-style: none;
  padding: 0;
}
.list_type1 > li {
  margin: 8px 0;
  padding: 0 0 0 35px;
  position: relative;
}
.list_type1 > li:before {
  position: absolute;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  top: 2px;
  background-image: url(../images/icons/list_icon.png);
}

.country_list_row_2 {
  background-color: #2c3f69;
  position: relative;
  background-repeat: no-repeat;
}

.country_list_row_2_1:before {
  bottom: 0;
  top: auto;
}

.country_list_row_2:before {
  content: "";
  z-index: 0;
  height: 216px;
  width: 253px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/hm_bg_2.png);
}
.country_list_row_2:after {
  content: "";
  z-index: 0;
  height: 216px;
  width: 253px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/hm_bg_1.png);
}

.abt_title_hed_white {
  color: #ffffff;
}

.abt_title_hed h5 {
  margin: 0 0 10px 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact_info_icns {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.contact_info_icns li {
  color: #ffffff;
  margin: 10px 0;
}
.contact_info_icns li a {
  color: #ffffff;
  text-decoration: none;
  margin-left: 10px;
}
.contact_info_icns li a:hover {
  text-decoration: underline;
}

.accordion-item {
  margin-bottom: 5px;
}

.accordion-button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
}
.accordion-button::before {
  background-image: none;
  position: absolute;
  right: 20px;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #20409a;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-button:after {
  position: absolute;
  right: 27px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: #20409a;
}
.accordion-button:not(.collapsed) {
  background-color: #cccccc;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  position: absolute;
  right: 20px;
  content: "";
  width: 15px;
  height: 1px;
  background-color: #20409a;
  top: 50%;
  transform: translateY(-50%);
}

.migrating-slider {
  position: relative;
}
.migrating-slider .owl-carousel .item {
  background-color: #F4F8FB;
}
.migrating-slider .owl-carousel .item .slider-img {
  background-repeat: no-repeat;
  min-height: 330px;
  background-size: cover;
  background-position: center;
}
.migrating-slider .owl-carousel.owl-theme .owl-nav button {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E4F0F9;
  border-radius: 50%;
  font-size: 28px;
  color: #4E98D2;
  transition: 0.3s;
  position: absolute;
  margin-bottom: -45px;
  bottom: 50%;
}
.migrating-slider .owl-carousel.owl-theme .owl-nav button span {
  display: none;
}
.migrating-slider .owl-carousel.owl-theme .owl-nav button:hover {
  color: #ffffff;
  background-color: rgba(44, 63, 105, 0.1);
}
.migrating-slider .owl-carousel.owl-theme .owl-nav button.owl-prev {
  left: 21%;
}
.migrating-slider .owl-carousel.owl-theme .owl-nav button.owl-prev::after {
  content: "\f060";
  font-family: "FontAwesome";
  display: block;
}
.migrating-slider .owl-carousel.owl-theme .owl-nav button.owl-next {
  right: 21%;
}
.migrating-slider .owl-carousel.owl-theme .owl-nav button.owl-next::after {
  content: "\f061";
  font-family: "FontAwesome";
  display: block;
}

.contact-details {
  list-style: none;
  padding-left: 0;
}
.contact-details li {
  display: flex;
  align-items: start;
}
.contact-details li::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.contact-details li.address::before {
  background-image: url(../images/icons/contact-icon1.svg);
}
.contact-details li.landmark::before {
  background-image: url(../images/icons/contact-icon4.svg);
}
.contact-details li.phone::before {
  background-image: url(../images/icons/contact-icon2.svg);
}
.contact-details li.email::before {
  background-image: url(../images/icons/contact-icon3.svg);
}
.contact-details li a {
  text-decoration: none;
}

.our-offices .light-grey {
  background-color: #F4F8FB;
}
.our-offices h4 {
  color: #808080;
}

.flag-img {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.visa_cat_wrap_rows > li {
  padding: 30px;
  border: 1px solid #dfdfdf;
  background-color: #f9f9f9;
}
.visa_cat_wrap_rows > li:nth-child(even) {
  background-color: #f0f0f0;
  border-top: none;
}

.table_vit tr:nth-child(even) {
  background-color: #f0f0f0;
}

.table_vit {
  background-color: #ffffff;
}
.table_vit tr td {
  background-color: transparent;
}

.abt_title_hed {
  margin: 0 0 20px 0;
}

.break-word {
  word-break: break-word;
}

.news-item a img {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.news-item .news-hd {
  background-color: #5B5B5B;
  color: #ffffff;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
.news-item .news-hd-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  max-height: 50px;
  color: #ffffff;
  line-height: 1;
  border-color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@keyframes growCircle {
  0% {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  50% {
    border-radius: 0%;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
  }
  100% {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
}
.news-item a: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);
}
.news-item a:hover .news-hd {
  background-color: #C10C0B;
}
.news-item a:hover .news-hd-arrow {
  animation: growCircle 1s linear infinite;
  -webkit-animation: growCircle 1s linear infinite;
}

/*************************Scroll to Top - Start**********************/
#scrollToTop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  background: var(--bs-body-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -90vh;
  z-index: 9;
  transition: margin-bottom 0.2s;
  -webkit-transition: margin-bottom 0.2s;
  -moz-transition: margin-bottom 0.2s;
  -ms-transition: margin-bottom 0.2s;
  -o-transition: margin-bottom 0.2s;
  animation-name: my-animation;
  animation-duration: 0.3s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes my-animation {
  from {
    bottom: 10px;
  }
  to {
    bottom: 15px;
  }
}
#scrollToTop.active {
  margin-bottom: 0;
}
#scrollToTop span {
  font-size: 0;
}
#scrollToTop span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  display: inline-block;
  margin-top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

/*************************Scroll to Top - End************************/
footer {
  background-image: url(../images/banners/footer-bg.png);
  background-size: contain;
  padding-top: 100px;
}
footer a:hover {
  color: #C10C0B;
}

@media (min-width: 1500px) {
  .migrating-slider .owl-carousel .item h5 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .migrating-slider .owl-carousel .item p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .nav-up {
    top: -150px;
  }
  #testimonials .carousel-control-prev {
    left: -50px;
  }
  #testimonials .carousel-control-next {
    right: -50px;
  }
}
@media (max-width: 1500px) {
  .navbar-brand {
    max-width: 110px;
  }
  .navbar-toggler {
    background-color: #C10C0B;
    color: #ffffff;
  }
  .migrating-slider .owl-carousel.owl-theme .owl-nav button {
    font-size: 18px;
    width: 50px;
    height: 50px;
    margin-bottom: -25px;
  }
  .migrating-slider .owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: 22.5%;
  }
  .migrating-slider .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: 22.5%;
  }
  .flag-img {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 90%;
  }
  .banner-section #carouselExample .carousel-control-next,
  .banner-section #carouselExample .carousel-control-prev {
    width: 50px;
    height: 50px;
  }
  .banner-section #carouselExample .banner-inner-img {
    right: -35px;
    height: 75%;
  }
  .migrating-slider .owl-carousel .item .slider-img {
    min-height: 270px;
  }
  .migrating-slider .owl-carousel.owl-theme .owl-nav button {
    font-size: 16px;
    width: 40px;
    height: 40px;
    margin-bottom: -20px;
  }
  .migrating-slider .owl-carousel.owl-theme .owl-nav button:hover {
    background-color: #E4F0F9;
    color: #4E98D2;
  }
  .migrating-slider .owl-carousel.owl-theme .owl-nav button.owl-prev {
    left: 22%;
  }
  .migrating-slider .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: 22%;
  }
}
@media (max-width: 1023px) {
  .nav-item.dropdown .dropdown-menu {
    width: 100%;
  }
  .nav-item.dropdown .dropdown-menu > li {
    flex-wrap: wrap;
  }
  .nav-item.dropdown .dropdown-menu > li button {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .nav-item.dropdown .dropdown-menu > li > ul {
    background-color: #000000;
    position: static !important;
    min-width: 100%;
    font-size: 14px;
  }
  .banner-section {
    padding: 50px 0;
  }
  .askOurExpert-section {
    margin-top: 0;
  }
  .expert-bg {
    margin-top: 0px;
  }
  .navbar-brand {
    max-width: 100px;
  }
  .choose-visa-category {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
  }
  .migrating-slider .owl-theme .owl-dots .owl-dot span {
    background: rgba(44, 63, 105, 0.3);
    transition: width 1.05s;
    -webkit-transition: width 1.05s;
    -moz-transition: width 1.05s;
    -ms-transition: width 1.05s;
    -o-transition: width 1.05s;
  }
  .migrating-slider .owl-theme .owl-dots .owl-dot:hover span, .migrating-slider .owl-theme .owl-dots .owl-dot.active span {
    background: #2C3F69;
  }
  .migrating-slider .owl-theme .owl-dots .owl-dot.active span {
    width: 50px;
  }
  footer {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    max-width: 80px;
  }
  .contact-links {
    position: fixed;
    top: 72px;
  }
  .contact-links a {
    color: #C10C0B;
    font-size: 18px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    border: 2px solid #C10C0B;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  .btn-type1 {
    font-size: 14px;
  }
  .banner-section {
    padding: 20px 0;
  }
  .banner-section::before, .banner-section::after {
    display: none;
  }
  #testimonials .carousel-indicators button {
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    max-height: 18px;
    min-height: 18px;
  }
  .choose-country-link {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
  }
  .choose-country-link span {
    font-size: 17px;
    bottom: 25px;
  }
  .choose-country-link:hover span {
    font-size: 18px;
  }
  .country-bg {
    margin-top: -3%;
  }
  .banner-section.home-banner::before, .banner-section.home-banner::after {
    display: none;
  }
  footer {
    background-position: center right 41%;
  }
  .border-top-mob {
    border-top: 1px solid #dfdfdf;
  }
  .bg-white-mob {
    background-color: #ffffff;
  }
}/*# sourceMappingURL=style.css.map */