/* ############################   HOMEPAGE STYLING BEGIN   ########################## */

html{
  box-sizing: border-box;
}
*,*:before, *:after{
  box-sizing: inherit;
}

body{
  background: rgb(13, 51, 98)!important;
  padding: 0;
  margin: 0;
}

/* ############################   NAVBAR STYLING BEGIN   ########################## */

.navbar {
    transition: all 0.4s;

}

.navbar.scr_active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    width: inherit;
}

body>nav.navbar.scr_active .nav-link{
  color: #17a2b8;
}

.navbar.scr_active .nav-link:hover,
.navbar.scr_active .nav-link:focus {
    color: #555;
    text-decoration: none;
}

.navbar.scr_active .navbar-brand{
    color: #555;
}


/* Change navbar styling on small viewports */
@media screen and (max-width: 1000px) {
    .navbar {
        /* background: #17a2b8; */
    }

    .navbar .navbar-brand, .navbar .nav-link {
        /* color: #555; */
    }

    a.nav-right{
      margin-left: 0!important;
    }
}

.navbar>.container, .navbar>.container-fluid{
  font-family: 'Alef', sans-serif;
}

nav.navbar-light .navbar-brand{
  color: white;
  font-size: 1.5rem;
  font-family: 'Alef', sans-serif;
}

nav.navbar-light .navbar-nav .nav-link{
  color: white;
  font-size: 1.1rem;
  font-family: 'Alef', sans-serif;
}

.navbar-nav{
  padding-left: 10px!important;
}

.nav-right{
  margin-left: 390px!important;
}

.fa-home{
  padding-right: 5px;
}

.fa-address-card{
  padding-right: 5px;
}

.fa-globe-africa{
  padding-right: 5px;
}

.fa-phone{
  padding-right: 5px;
}

/* ############################   NAVBAR STYLING END   ########################## */

/* ############################   HEADER STYLING BEGIN   ########################## */

.header_width{
  background: white;
  overflow: hidden;
  box-sizing: content-box;
}

.no_slide_header{
  width: 100%;
  max-height: 650px;

  margin-left: 50%;
  transform: translateX(-50%);
}

.header_slides{
  display: none;
}

.fade_pic{
  width: 100%;
  max-height: 650px;

  margin-left: 50%;
  transform: translateX(-50%);

  -webkit-animation: fadeinout 12s linear forwards;
  -moz-animation: fadeinout 12s linear forwards;
  -o-animation: fadeinout 12s linear forwards;
  -ms-animation: fadeinout 12s linear forwards;
  animation: fadeinout 12s linear forwards;
}

.header_text{
  -webkit-background-clip: text;
  text-align: center;
  font-family: 'Alef', sans-serif;
  color: white;
  margin-top: 200px;
  font-size: 42px;
}

.header_p_text{
  padding: 0 10px;
  font-size: 12px;
  color: white;
}

.inner_sticky{
  height: 650px;
  width: 27%;
  position: absolute;
  top: 0%;
  left: 0%;
  opacity: 0.8;
  background-color: #4d4e58;
}

.inner_sticky:hover{
  opacity: 1;
}

.socials_box_home{
  width: 100%;
  text-align: center;
  background-color: #4d4e58;
}

/* ######################  SMALL SCREEN STYLING  ################################## */

.header_text_sm{
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  text-align: center;
  font-family: 'Alef', sans-serif;
  color: white;
  /* margin-top: 75px; */
  font-size: 2rem!important;
}

.header_p_text_sm{
  padding: 0 10px;
  font-size: 1rem;
  color: white;
  text-align: center;
}

.inner_sticky_sm{
  width: 35%;
  position: absolute;
  top: 20%;
  left: 50%;
  opacity: 0.8;
  background-color: #4d4e58;
}

.inner_sticky_sm:hover{
  opacity: 1;
}

.social_home_sm{
  font-size: 25px!important;
  color: white!important;
  padding: 10px 10px;
  margin: auto!important;
}

/* ######################  SMALL SCREEN STYLING  ################################## */

.hp_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.jumbo_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

@-webkit-keyframes fadeinout{
  0%{opacity: 0;}
  15%{opacity: 1;}
  85%{opacity: 1;}
  100%{opacity: 0;}
}

.fa-camera-retro{
  font-size: 70px;
  padding: 0.15rem;
}

.jumbo_hp{
  background-image: -webkit-linear-gradient(left, #000000 0%, #e4fb21 30%, #078e14 45%, #fbfdfb 60%, #0e0bb3 75%, #dc2222 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #000000 0%, #e4fb21 30%, #078e14 45%, #fbfdfb 60%, #0e0bb3 75%, #dc2222 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #000000 0%, #e4fb21 30%, #078e14 45%, #fbfdfb 60%, #0e0bb3 75%, #dc2222 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #000000 0%, #e4fb21 30%, #078e14 45%, #fbfdfb 60%, #0e0bb3 75%, #dc2222 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #000000 0%, #e4fb21 30%, #078e14 45%, #fbfdfb 60%, #0e0bb3 75%, #dc2222 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
  font-family: 'Courgette', cursive;
}

.jumbo_hp_size{
  font-size: 52px;
  display: inline;
}

.jumbo_bg{
  background-color: #f1f1f1;
}

/* ############################   HEADER STYLING END   ########################## */

/* ########################   IMG GALLERY STYLING BEGIN   ##################### */

.img_gallery_wrap{
  padding-bottom: 20px;
}

.row{
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.row > .column{
  flex: 32.5%;
  max-width: 32.5%;
  padding: 0 4px;
}

.column img{
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .column{
    flex: 50%!important;
    max-width: 50%!important;
  }
}

@media screen and (max-width: 600px) {
  .column{
    flex: 100%!important;
    max-width: 100%!important;
  }
}

/* ############################  IMG TXT OVERLAY STYLING BEGIN  ##################### */

/* Container needed to position the overlay. Adjust the width as needed */
.img-text-overlay-container {
  position: relative;
}

/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.img-text-overlay-container:hover .overlay {
  opacity: 1;
}

/* ############################  IMG TXT OVERLAY STYLING END  ##################### */

/* ############################  MODAL/LIGHTBOX STYLING BEGIN  ##################### */

/* Style the Image Used to Trigger the Modal */

.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1;  /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  position: relative;
  bottom: 100px;
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 10px;
  /* height: 100px; */
  font-family: 'Alef', sans-serif;
  font-size: 1rem;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.5);
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
      -webkit-transform:scale(0);
      -ms-transform:scale(0);
      -moz-transform:scale(0);
      -op-transform:scale(0);
    }
    to {
      -webkit-transform:scale(1);
      -ms-transform:scale(1);
      -moz-transform:scale(1);
      -o-transform:scale(1);
    }
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 100px;
  right: 25px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 70%;
  }
}

/* ############################  MODAL/LIGHTBOX STYLING END  ##################### */

/* ############################   IMG GALLERY STYLING END   ########################## */

/* ###########################  PARAGRAPH TEXT STYLING BEGIN  #################### */

.info_wrap{
  /* padding: 20px; */
  /* background-color: #ecf0f1; */
  background-image: url(/images/home-img/table_mountain.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 800px;
}

.fa-plane{
  font-size: 50px;
  padding: 0.15em;
  color: orange;
}

.fa-ship{
  font-size: 50px;
  padding: 0.15em;
  color: orange;
}

.fa-passport{
  font-size: 50px;
  padding: 0.15em;
  color: orange;
}

.hr_line{
  /* text-align: right; */
  display: inline-block;
}

.hr_top{
  float: right;
  width: 17em;
  height: 2px;
  border: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(57, 112, 213, 0.9), rgba(236, 129, 43, 1));
}

.hr_mid{
  width: 13em;
  height: 2px;
  margin-top: -2em;
  margin-left: 4.5em;
  border: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(57, 112, 213, 0.9), rgba(236, 129, 43, 1));
}

.hr_btm{
  width: 8em;
  height: 2px;
  margin-left: 4.5em;
  border: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(57, 112, 213, 0.9), rgba(236, 129, 43, 1));
}

.heading_div{
  padding: 10px;
}

.heading_text{
  font-family: 'Alef', sans-serif;
  font-size: 48px !important;
  /* color: #9a4a0f; */
  color: orange;
}

.info_text{
  font-family: 'Alef', sans-serif;
  font-size: 20px !important;
  color: white;
  font-style: italic;
}

.f_block_quote_content{
  display: block;
  margin-left: 3%;
  margin-top: 1%;
  border-radius: 5%;
  position: inherit;
  padding: 10px;
  width: 30%;
  opacity: 0.7;
  background-color: #4d4e58;
  float: left;
}

.s_block_quote_content{
  display: block;
  margin-left: 2%;
  margin-top: 1%;
  border-radius: 5%;
  position: inherit;
  padding: 10px;
  width: 30%;
  opacity: 0.7;
  background-color: #4d4e58;
  float: left;
}

.th_block_quote_content{
  display: block;
  margin-left: 2%;
  margin-top: 1%;
  border-radius: 5%;
  position: inherit;
  padding: 10px;
  width: 30%;
  opacity: 0.7;
  background-color: #4d4e58;
  float: left;
}

/* #######################  SMALL SCREEN TEXT STYLING END ########################### */

.info_wrap_sm{
  /* padding: 20px; */
  /* background-color: #ecf0f1; */
  background-image: url(/images/home-img/table_mountain.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 1470px;
}

.f_block_quote_content_sm{
  display: block;
  margin-left: 3%;
  margin-top: 1%;
  border-radius: 5%;
  position: inherit;
  padding: 10px;
  width: 95%;
  opacity: 0.7;
  background-color: #4d4e58;
  float: left;
}

.s_block_quote_content_sm{
  display: block;
  margin-left: 2%;
  margin-top: 1%;
  border-radius: 5%;
  position: inherit;
  padding: 10px;
  width: 95%;
  opacity: 0.7;
  background-color: #4d4e58;
  float: left;
}

.th_block_quote_content_sm{
  display: block;
  margin-left: 2%;
  margin-top: 1%;
  border-radius: 5%;
  position: inherit;
  padding: 10px;
  width: 95%;
  opacity: 0.7;
  background-color: #4d4e58;
  float: left;
}

/* #######################  PARAGRAPH TEXT STYLING END ########################### */

/* ############################   HOMEPAGE STYLING END   ########################## */

/* ############################   ABOUT PG STYLING BEGIN   ########################## */

body.about_body_wrap{
  background: rgb(13, 51, 98)!important;
  overflow: hidden!important;
  /* box-sizing: content-box!important; */
}

.about_wrap{
  background-color: #EFEFEF;
  overflow: hidden!important;
  /* box-sizing: content-box!important; */
}

.bundle{
  margin-top: 10px;
  background-color: #EDDEA4;
}

.img_cntr{
  text-align: center;
}

.img_me{
  width: 70%;
  height: 450px;
  border-radius: 50%;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #EDDEA4;
}

.who-am-i-text-wrap{
  padding: 10px;
}

.top-circle{
  border: 2px solid black;
  height: 150px;
  border-radius: 50%;
  background-color: #173753;
  text-align: center;
  width: 150px;
  margin: auto;
  margin-bottom: 20px;
}

.live-circle{
  font-family: 'Gochi Hand', cursive;
  padding: 5px;
  color: white;
  font-size: 3rem;
  margin-top: 32px;
}

.mid-circle{
  border: 2px solid black;
  height: 150px;
  border-radius: 50%;
  background-color: #FF8484;
  text-align: center;
  width: 150px;
  margin: auto;
  margin-bottom: 20px;
}

.love-circle{
  font-family: 'Gochi Hand', cursive;
  padding: 5px;
  color: white;
  font-size: 3rem;
  margin-top: 32px;
}

.btm-circle{
  border: 2px solid black;
  height: 150px;
  border-radius: 50%;
  background-color: #0FA3B1;
  text-align: center;
  width: 150px;
  margin: auto;
  margin-bottom: 20px;
}

.travel-circle{
  font-family: 'Gochi Hand', cursive;
  padding: 5px;
  color: white;
  font-size: 2.5rem;
  margin-top: 35px;
}

/* ############################   ABOUT PG STYLING END   ########################## */

/* ############################   COUNTRY PG STYLING BEGIN   ########################## */

/* ############################   COUNTRY list STYLING BEGIN   ########################## */

div.scrollmenu {
  background-color: #f1f1f1;
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}

.content_box{
  overflow: hidden;
}

.img_scroll{
  max-width: 450px;
  max-height: 350px;
  opacity: 1;
}
.img_scroll:hover{
  opacity: 0.9;
}

.link_wrap{
  padding: 20px;
  background-image: url(/images/countries-img/resColumn.png);
  background-size: cover;
  background-attachment: fixed;
}
.img_link_excerpt{
  background-color: #f1f1f1;
  border-radius: 5px;
  opacity: 1;
}

.img_link_excerpt:hover{
  opacity: 1;
}

.link_heading{
  font-family: 'Courgette', cursive;
  font-size: 2rem;
  font-weight: 600;
}

.link_excerpt{
  font-family: 'Alef', sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.excerpt_bg{
  background-color: #f1f1f1;
  opacity: 1;
  border-radius: 5px;
}

.excerpt_bg:hover{
  opacity: 1;
}

.link_invert{
  text-align: right;
}

/* ############################   COUNTRY list STYLING end   ########################## */

.allcaps{
  text-transform: capitalize;
  font-family: 'Alef', sans-serif;
}

.jumbo_style{
  padding: 10px;
  margin-top: 0!important;
  background-color: #e2dddd;
}

.country_imgs{
  max-height: 450px;
  width: 100%;
  border-radius: 5%;
}

.country_pad{
  margin-bottom: 20px;
}

.country_text_header{
  font-family: 'Alef', sans-serif;
  text-transform: uppercase;
  margin-bottom: -20px;
  font-size: 46px;
  font-weight: 700;
}

.country_text_wrap{
  background-color: #e2dddd;
  border-radius: 5%;
  font-family: 'Alef', sans-serif;
}

.list{
  width: 50%;
  float: left;
}

.list_pad_bot{
  padding-bottom: 5px;
}

.spain_text_header{
  display: inline-block;
  font-family: 'Alef', sans-serif;
  background-image: -webkit-linear-gradient(left, #dc2222 0%, #f1ee0e 55%, #dc2222 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #dc2222 0%, #f1ee0e 55%, #dc2222 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #dc2222 0%, #f1ee0e 55%, #dc2222 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #dc2222 0%, #f1ee0e 55%, #dc2222 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #dc2222 0%, #f1ee0e 55%, #dc2222 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.spain_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(220, 34, 34, 1), rgba(241, 238, 14, 1),
  rgba(241, 238, 14, 1), rgba(220, 34, 34, 1), rgba(0, 0, 0, 0));
}

.spain_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(220, 34, 34, 1), rgba(241, 238, 14, 1),
  rgba(241, 238, 14, 1), rgba(220, 34, 34, 1), rgba(0, 0, 0, 0));
}

.france_text_header{
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #150571 0%, #fcfcfd 45%,#fcfcfd 65%, #da151f 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #150571 0%, #fcfcfd 45%,#fcfcfd 65%, #da151f 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #150571 0%, #fcfcfd 45%,#fcfcfd 65%, #da151f 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #150571 0%, #fcfcfd 45%,#fcfcfd 65%, #da151f 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #150571 0%, #fcfcfd 45%,#fcfcfd 65%, #da151f 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.france_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(21, 5, 113, 1), rgba(252, 252, 253, 1),
  rgba(252, 252, 253, 1), rgba(218, 21, 31, 1), rgba(0, 0, 0, 0));
}

.france_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(21, 5, 113, 1), rgba(252, 252, 253, 1),
  rgba(252, 252, 253, 1), rgba(218, 21, 31, 1), rgba(0, 0, 0, 0));
}

.italy_text_header{
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #177d12 0%, #fcfcfd 45%,#fcfcfd 65%, #da151f 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #177d12 0%, #fcfcfd 45%,#fcfcfd 65%, #da151f 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #177d12 0%, #fcfcfd 45%,#fcfcfd 65%, #da151f 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #177d12 0%, #fcfcfd 45%,#fcfcfd 65%, #da151f 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #177d12 0%, #fcfcfd 45%,#fcfcfd 65%, #da151f 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.italy_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(23, 125, 18, 1), rgba(252, 252, 253, 1),
  rgba(252, 252, 253, 1), rgba(218, 21, 31, 1), rgba(0, 0, 0, 0));
}

.italy_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(23, 125, 18, 1), rgba(252, 252, 253, 1),
  rgba(252, 252, 253, 1), rgba(218, 21, 31, 1), rgba(0, 0, 0, 0));
}

.turkey_text_header{
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #dc2222 0%, #ffffff 55%, #dc2222 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #dc2222 0%, #ffffff 55%, #dc2222 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #dc2222 0%, #ffffff 55%, #dc2222 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #dc2222 0%, #ffffff 55%, #dc2222 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #dc2222 0%, #ffffff 55%, #dc2222 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.turkey_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(220, 34, 34, 1), rgba(255, 255, 255, 1),
  rgba(255, 255, 255, 1), rgba(220, 34, 34, 1), rgba(0, 0, 0, 0));
}

.turkey_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(220, 34, 34, 1), rgba(255, 255, 255, 1),
  rgba(255, 255, 255, 1), rgba(220, 34, 34, 1), rgba(0, 0, 0, 0));
}

.greece_text_header{
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #232ebf 35%, #ffffff 65%, #232ebf 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #ffffff 0%, #232ebf 35%, #ffffff 65%, #232ebf 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #ffffff 0%, #232ebf 35%, #ffffff 65%, #232ebf 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #ffffff 0%, #232ebf 35%, #ffffff 65%, #232ebf 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #ffffff 0%, #232ebf 35%, #ffffff 65%, #232ebf 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.greece_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(35, 46, 191, 1),
  rgba(255, 255, 255, 1), rgba(35, 46, 191, 1), rgba(0, 0, 0, 0));
}

.greece_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(35, 46, 191, 1),
  rgba(255, 255, 255, 1), rgba(35, 46, 191, 1), rgba(0, 0, 0, 0));
}

.vietnam_text_header{
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #dc2222 0%, #f1ee0e 55%, #dc2222 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #dc2222 0%, #f1ee0e 55%, #dc2222 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #dc2222 0%, #f1ee0e 55%, #dc2222 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #dc2222 0%, #f1ee0e 55%, #dc2222 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #dc2222 0%, #f1ee0e 55%, #dc2222 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.vietnam_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(220, 34, 34, 1), rgba(241, 238, 14, 1),
  rgba(241, 238, 14, 1), rgba(220, 34, 34, 1), rgba(0, 0, 0, 0));
}

.vietnam_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(220, 34, 34, 1), rgba(241, 238, 14, 1),
  rgba(241, 238, 14, 1), rgba(220, 34, 34, 1), rgba(0, 0, 0, 0));
}

.russia_text_header{
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #2516e7 55%, #eb111b 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #ffffff 0%, #2516e7 55%, #eb111b 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #ffffff 0%, #2516e7 55%, #eb111b 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #ffffff 0%, #2516e7 55%, #eb111b 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #ffffff 0%, #2516e7 55%, #eb111b 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.russia_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(225, 255, 255, 1), rgba(255, 255, 255, 1),
  rgba(37, 22, 231, 1), rgba(235, 17, 27, 1), rgba(0, 0, 0, 0));
}

.russia_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(225, 255, 255, 1), rgba(255, 255, 255, 1),
  rgba(37, 22, 231, 1), rgba(235, 17, 27, 1), rgba(0, 0, 0, 0));
}

.belgium_text_header{
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #000000 0%, #eee220 55%, #eb111b 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #000000 0%, #eee220 55%, #eb111b 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #000000 0%, #eee220 55%, #eb111b 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #000000 0%, #eee220 55%, #eb111b 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #000000 0%, #eee220 55%, #eb111b 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.belgium_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1),
  rgba(238, 226, 32, 1), rgba(235, 17, 27, 1), rgba(0, 0, 0, 0));
}

.belgium_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1),
  rgba(238, 226, 32, 1), rgba(235, 17, 27, 1), rgba(0, 0, 0, 0));
}

.singapore_text_header{
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #dc2222 0%, #ffffff 55%, #dc2222 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #dc2222 0%, #ffffff 55%, #dc2222 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #dc2222 0%, #ffffff 55%, #dc2222 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #dc2222 0%, #ffffff 55%, #dc2222 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #dc2222 0%, #ffffff 55%, #dc2222 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.singapore_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(220, 34, 34, 1), rgba(255, 255, 255, 1),
  rgba(255, 255, 255, 1), rgba(220, 34, 34, 1), rgba(0, 0, 0, 0));
}

.singapore_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(220, 34, 34, 1), rgba(255, 255, 255, 1),
  rgba(255, 255, 255, 1), rgba(220, 34, 34, 1), rgba(0, 0, 0, 0));
}

.dubai_text_header{
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #dc2222 0%, #10640e 35%, #ffffff 65%, #000000 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #dc2222 0%, #10640e 35%, #ffffff 65%, #000000 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #dc2222 0%, #10640e 35%, #ffffff 65%, #000000 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #dc2222 0%, #10640e 35%, #ffffff 65%, #000000 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #dc2222 0%, #10640e 35%, #ffffff 65%, #000000 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.dubai_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(220, 34, 34, 1), rgba(16, 100, 14, 1),
  rgba(255, 255, 255, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.dubai_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(220, 34, 34, 1), rgba(16, 100, 14, 1),
  rgba(255, 255, 255, 1), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.qatar_text_header{
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 35%, #9c0c46 65%, #9c0c46 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 35%, #9c0c46 65%, #9c0c46 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #ffffff 0%, #ffffff 35%, #9c0c46 65%, #9c0c46 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #ffffff 0%, #ffffff 35%, #9c0c46 65%, #9c0c46 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #ffffff 0%, #ffffff 35%, #9c0c46 65%, #9c0c46 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.qatar_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1),
  rgba(156, 12, 70, 1), rgba(156, 12, 70, 1), rgba(0, 0, 0, 0));
}

.qatar_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1),
  rgba(156, 12, 70, 1), rgba(156, 12, 70, 1), rgba(0, 0, 0, 0));
}

.southafrica_text_header{
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #000000 0%, #e4fb21 30%, #078e14 45%, #fbfdfb 60%, #0e0bb3 75%, #dc2222 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #000000 0%, #e4fb21 30%, #078e14 45%, #fbfdfb 60%, #0e0bb3 75%, #dc2222 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #000000 0%, #e4fb21 30%, #078e14 45%, #fbfdfb 60%, #0e0bb3 75%, #dc2222 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #000000 0%, #e4fb21 30%, #078e14 45%, #fbfdfb 60%, #0e0bb3 75%, #dc2222 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #000000 0%, #e4fb21 30%, #078e14 45%, #fbfdfb 60%, #0e0bb3 75%, #dc2222 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.southafrica_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(228, 251, 33, 1),
  rgba(7, 142, 20, 1), rgba(255, 255, 255, 1), rgba(14, 11, 179, 1), rgba(220, 34, 34, 1), rgba(0, 0, 0, 0));
}

.southafrica_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(228, 251, 33, 1),
  rgba(7, 142, 20, 1), rgba(255, 255, 255, 1), rgba(14, 11, 179, 1), rgba(220, 34, 34, 1), rgba(0, 0, 0, 0));
}

.germany_text_header{
  display: inline-block;
  background-image: -webkit-linear-gradient(left, #000000 0%, #eb111b 55%, #eee220 90%); /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, #000000 0%, #eb111b 55%, #eee220 90%); /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, #000000 0%, #eb111b 55%, #eee220 90%); /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, #000000 0%, #eb111b 55%, #eee220 90%); /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, #000000 0%, #eb111b 55%, #eee220 90%); /* Standard syntax; must be last */
  color:transparent;
  -webkit-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  background-clip: text;
}

.germany_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1),
  rgba(235, 17, 27, 1), rgba(238, 226, 32, 1), rgba(0, 0, 0, 0));
}

.germany_mini_hr{
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1),
  rgba(235, 17, 27, 1), rgba(238, 226, 32, 1), rgba(0, 0, 0, 0));
}

/* ############################   COUNTRY PG STYLING END   ########################## */

/* ############################   CONTACT STYLING BEGIN   ########################## */

.jumble{
  padding-top: 20px;
}

.contact_img{
  width: 100%;
}

.contact_info{
  background-color: #efefef;
  padding: 10px 20px;
}

.contact_name{
    font-size: 30px;
}

.contact_title{
    font-size: 30px;
}

.jumbotron{
  margin-top: 15px;
}

.socials_box{
  width: 100%;
  margin-top: 10px;
  text-align: center;
  background-color: #efefef;

  /* transition: margin-left 2s ease-in;

  -webkit-animation: fadein 3s ease-in;
  animation: fadein 3s ease-in; */
}

.fa-twitter-square{
  font-size: 60px;
  color: rgb(40, 173, 206);
  padding: 10px 10px;
  margin: auto 40px;
}

.fa-twitter-square:hover{
  opacity: 0.7;
}

.fa-facebook-square{
  font-size: 60px;
  color: rgb(40, 173, 206);
  padding: 10px 10px;
  margin: auto 40px;
}

.fa-facebook-square:hover{
  opacity: 0.7;
}

.fa-instagram-square{
  font-size: 60px;
  color: rgb(40, 173, 206);
  padding: 10px 10px;
  margin: auto 40px;
}

.fa-instagram-square:hover{
  opacity: 0.7;
}

.fa-tumblr-square{
  font-size: 60px;
  color: rgb(40, 173, 206);
  padding: 10px 10px;
  margin: auto 40px;
}

.fa-tumblr-square:hover{
  opacity: 0.7;
}

.social_sm{
  font-size: 25px;
  color: white;
  margin: auto;
}

.socials_box_sm{
  width: 100%;
  text-align: center;
  background: rgb(13, 51, 98);
}

.display-4{
    font-size: 30px!important;
}

/* ############################   COLLAPSIBLE STYLING   ########################## */

.collapse_toggle{
  width: 100%;
}

/* ############################   CONTACT STYLING END   ########################## */

/* ############################   FOOTER STYLING BEGIN   ########################## */

.footer_wrap{
  background: rgb(13, 51, 98);
}

.badge_wrap{
  margin: auto;
  padding: 20px;
  text-align: left;
  margin-top: 20px;
}

.badge{
  padding: 10px!important;
  margin: 10px;
  font-size: 1rem;
}

.footer_middle_wrap{
  text-align: center;
  color: white;
  padding: 20px;
}

.footer_text{
  font-size: 11px;
  display: inline;
  padding: 10px;
}

.address_wrap{
  margin: auto;
  padding: 20px;
}

.address{
  text-align: center;
  color: white;
}

hr.style-seven {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    color: black;
}

hr.style-two{
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: white;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-two:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: white;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

/* ############################   FOOTER STYLING END   ########################## */

.sitemap_body{
    background-color: white!important;
}
