/*
Theme Name: Visaland
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Immigration & Visa Consulting HTML Template
Version: 1.1.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Hero Section
8. About us
9. Services
10. Fun facts
11. Projects
12. Pricing
13. Testimonial
14. CTA
15. Team
16. Video Banner
17. Shop
18. Marquee
19. Blog
20. Footer

Main Style file-> assets/css/main.css 
*/




/*--------------------------------------------------------------
# Countries-Four
--------------------------------------------------------------*/
.countries-four {
  position: relative;
  display: block;
  padding-top: 150px;
}

/*--------------------------------------------------------------
# Countries Three
--------------------------------------------------------------*/
.countries-three {
  position: relative;
  display: block;
  padding: 120px 0px 0px;
  overflow: hidden;
  z-index: 1;
}

.countries-three__shape-1 {
  position: absolute;
  top: -43px;
  left: 0;
  opacity: .80;
  z-index: -1;
}

.countries-three__shape-1 img {
  width: auto;
}

.countries-three__shape-2 {
  position: absolute;
  bottom: 60px;
  right: 362px;
  z-index: -1;
}

.countries-three__shape-2 img {
  width: auto;
}

.countries-three .section-title {
  margin-bottom: 83px;
}

.countries-three__top {
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.countries-three__main-tab-box {
  position: relative;
  display: block;
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(242, 237, 235) 100%);
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  padding: 130px 0 18px;
  border-top-left-radius: 358px;
  border-top-right-radius: 358px;
  z-index: 1;
}

.countries-three__main-tab-box .tab-buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}

.countries-three__main-tab-box .tab-buttons .tab-btn {
  position: absolute;
  z-index: 2;
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(1) {
  left: -25px;
  bottom: 39px;
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(2) {
  bottom: 153px;
  left: 17px;
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(3) {
  top: 25px;
  left: 135px;
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(4) {
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(5) {
  right: 134px;
  top: 24px;
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(6) {
  bottom: 154px;
  right: 23px;
}

.countries-three__main-tab-box .tab-buttons .tab-btn:nth-child(7) {
  right: -23px;
  bottom: 39px;
}

.countries-three__main-tab-box .tab-buttons .tab-btn .img-box {
  position: relative;
  display: block;
  height: 66px;
  width: 66px;
  border-radius: 50%;
  border: 1px solid var(--treck-bdr-color);
  padding: 6px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.countries-three__main-tab-box .tab-buttons .tab-btn .img-box img {
  width: 100%;
  border-radius: 50%;
}

.countries-three__main-tab-box .tab-buttons .tab-btn.active-btn .img-box {
  border: 1px solid var(--treck-base);
}

.countries-three__main-tab-box .tabs-content {
  position: relative;
  display: block;
  max-width: 315px;
  margin: 0 auto;
  z-index: 100;
}

.countries-three__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.countries-three__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.countries-three__main-content-box {
  position: relative;
  display: block;
  text-align: center;
}

.countries-three__title-box {
  position: relative;
  display: inline-block;
}

.countries-three__title-box:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: -35px;
  right: -35px;
  height: 1px;
  background-color: var(--treck-bdr-color);
}

.countries-three__title-box:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 6px solid var(--treck-bdr-color);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.countries-three__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--treck-black);
  line-height: 34px;
}

.countries-three__text {
  padding-top: 43px;
  padding-bottom: 21px;
}

.countries-three__arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countries-three__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 26px;
  color: var(--treck-black);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.countries-three__arrow a:hover {
  background-color: var(--treck-base);
  color: var(--treck-white);
}

.countries-three__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--treck-base);
  padding-left: 110px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1;
}

.countries-three__bottom-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: .20;
  z-index: -1;
}

.countries-three__bottom-shape img {
  width: auto;
}

.countries-three__bottom-content {
  position: relative;
  display: block;
}

.countries-three__bottom-text {
  font-size: 18px;
  color: #fcc9d3;
  line-height: 24px;
}

.countries-three__bottom-text a {
  font-weight: 600;
  color: var(--treck-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.countries-three__bottom-text a:hover {
  color: var(--treck-black);
}

.countries-three__btn-box {
  position: relative;
  display: block;
}

.countries-three__btn {
  padding: 4px 30px 4px;
  font-size: 12px;
  background-color: var(--treck-black);
}

.countries-three__btn:hover {
  color: var(--treck-base);
}

.countries-three__btn:before {
  background-color: var(--treck-white);
}
