
/* Google-fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Muli:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700;800&family=Muli:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Timmana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;500;700&display=swap');

/* universal-selectors */
*, 
*::before, 
*::after {
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  outline: none;
}

html {
  overflow-x: hidden;
}

:root {
    --roboto :  'Roboto';
    --raleway: 'Raleway';
    --poppins : 'Poppins';
    --muli : 'Muli';
    --rat : 'Montserrat';
    --sans-pro:  'Source Sans Pro';
    --nunito : 'Nunito', sans-serif;
    --brand-color: #ff6f25;
    --brand-color2 : ;
    --brand-ultra-lite-color: ;
    --brand-gradient: linear-gradient(to left, #fdb514, #ed6e15);
    --devp_color : #65da08;
    --light-gray: #626262;
    --very-lite-gray: #626262ba;
}


/*----- common-css ----*/
html {
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
}

body {
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
}

button:focus {
  box-shadow: none !important;
}

::-moz-selection {
  background: ;
  text-shadow: none;
}

::selection {
  background: ;
  text-shadow: none;
}

ul {
  margin: 0!important;
  padding: 0 !important;
}

input:focus, textarea:focus, select:focus, button:focus{
    outline: none !important;
}


/*---- Scroll-bar ----*/
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  margin: 2px;
  background: #fdb514;
  opacity: 0.5;
}




/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Raleway", sans-serif;
}



/*========== Work_permit_page ===============*/

.event-list {
  padding: 110px 0 30px 0;
}

.event-list .card {
  border: 0;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
}

.event-list .card-img {
  width: calc(100% + 60px);
  margin-left: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 0;
}

.event-list .card-img img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.event-list .card-body {
  z-index: 10;
  background: #fff;
  border-top: 4px solid #fff;
  padding: 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  transition: 0.3s;
}

.event-list .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #24325d;
}

.event-list .card-title a {
  color: #24325d;
  transition: 0.3s;
}

.event-list .card-text {
  color: #5e5e5e;
  text-align: center;
}

.event-list .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.3s;
}

.event-list .read-more a:hover {
  color: #006fbe;
}

.event-list .card:hover img {
  transform: scale(1.1);
}

.event-list .card:hover .card-body {
/*   border-color: var(--brand-color); */
}

.event-list .card:hover .card-body .card-title a {
  color: #006fbe;
}

.call_to_action a {
  color: white;
}

.call_to_action [class*="fa-chevron-right"] {
  animation: activeMove 0.28s ease-in-out infinite alternate;
}

@keyframes activeMove {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(6px);
  }
}

  .event-list .card-body {
    border-bottom: 5px solid #fc7e3e;
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 30px 25px 30px 25px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    transition: 0.3s;
    border-top: none;
    overflow: hidden;
    transition: 0.5s ease-in-out all;
  }

  .event-list .card-neww {
  }

/*   .event-list .card-neww .card-body{
     overflow: hidden;
     padding: 30px 25px 30px 25px;
  } */

@media (max-width: 768px) {
  .event-list .card-body {
    z-index: 10;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 30px 25px 28px 25px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    margin-top: -60px;
    transition: 0.3s;
    transition: 0.8s ease-in-out all;
    overflow: hidden;
    border-bottom: 5px solid #fc7e3e;
  }
 
  .event-list .card-body .card-text {
    text-align: center;
  }

  .event-list .card-neww {
    transition: 0.8s ease-in-out all;
  }

  .event-list .card-neww .card-body{
     overflow: hidden;
  }

  .event-list .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
    color: #24325d;
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 18px 0;
  background: #f8f9fa;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
  }
}

.breadcrumbs h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: "/";
}

.breadcrumbs a {
  color: #626262;
}

@media (max-width: 992px) {
  .breadcrumbs {
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h2 {
    margin-bottom: 10px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}



.detail_table .wrapper {
  margin: 0 auto;
  padding: 40px;
  max-width: 800px;
}

.detail_table .table {
  margin: 0 0 0px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}

.detail_table_wrapper h2 {
    color: rgb(68, 68, 68);
    padding-bottom: 15px;
    text-align: center;
}


.detail_table .row {
  display: table-row;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.detail_table .row:nth-of-type(odd) {
  background: #e9e9e9d1;
}
.detail_table .row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}
.detail_table .row.green {
  background: #27ae60;
}
.detail_table .row.blue {
  background: #2980b9;
}

@media screen and (max-width: 580px) {
  .detail_table .table {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .detail_table .row {
    padding: 14px 0 7px;
    display: block;
  }
  .detail_table .row.header {
    padding: 0;
    height: 6px;
  }
  .detail_table .row.header .cell {
    display: none;
  }
  .detail_table .row .cell {
    margin-bottom: 10px;
  }
  .detail_table .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.detail_table .cell {
      padding: 13px 17px;
  display: table-cell;
}

.detail_table .cell a {
  color: #555;
  font-weight: 600;
  transition: 0.2s ease-in-out all;
}

.detail_table .cell a:hover {
  color: var(--brand-color);
}

.detail_table .cell i {
  transition: 0.2s ease-in-out all;
}

.detail_table .cell:hover i {
  transform: translateX(5px);
  color: var(--brand-color);
}

.detail_table .cell i {
  font-weight: 300;
  font-size: .8rem;
  margin-left: 3px;
  color: #777;
}

.country_permit h2 {
  font-family: var(--muli);
  text-transform: uppercase;
}

.country_permit .main_header {
  text-transform: uppercase;
  padding-bottom: 25px;
}

.country_permit .main_header::after {
  content: '';
  width: 50px;
  height: 3px;
  margin: auto;
  margin-top: 13px;
  margin-bottom: 15px;
  background: var(--brand-gradient);
  display: block;
}


.detail_table_wrapper {
  padding-top: 4rem;
}

.detail_table_wrapper h2 {
  text-align: center;
  margin-bottom: 25px;
}

.detail_table_wrapper .table {
  box-shadow: 1px 1px 15px rgba(0,0,0,0.1)
}

.last-row {
  padding: 1em !important;
  font-weight: bold;
} 

.last-row p {
}

@media screen and (max-width: 580px) {
  .detail_table .cell {
    padding: 2px 16px;
    display: block;
  }
}

@media (max-width: 768px) {
  .country_permit .main_header {
    font-size: 1.5rem;
    color: #444;
    padding-bottom: 10px;
  }

  .detail_table_wrapper h2 {
    font-size: 1.7rem;
    color: #444;
    padding-bottom: 10px;
    text-align: center;
  }

  .detail_table {

  }

  .detail_table_wrapper .container {
    /* width: 95%; */
  }


}









.main__table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.main__table table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.main__table table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.main__table table th,
.main__table table td {
  padding: .625em;
  text-align: center;
}

.main__table table th {
  font-size: 1.1em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.main__table--header {
  text-align: left;
  color: #262626;
  padding-top: 2.5rem;
}

.main__table--header h2 {
  font-size: 3rem;
  font-weight: bold;
}

.main__table--header h4/* :not(:last-child) */ {
  background: var(--brand-gradient);
  display: inline-block;
  color: white;
  padding: 0.5em 0.8em;
}

section.country_permit {
  padding-bottom: 0px;
}

.main__table table thead tr {
  background-color: var(--brand-color) !important;
  color: white;
}

.main__table {
  padding-bottom: 3rem;
}

.main__table table th, .main__table table td {
  padding: 1em;
}

@media screen and (max-width: 600px) {
  .main__table table {
    border: 0;
  }

  .main__table--header p {
    max-width: 85%;
    margin: auto;
    text-align: center;
    padding-top: 5px;
    background: #eee;
    padding: 0.5em 0.8em;
    border-radius: 20px;
  }

  .main__table--header {
    text-align: center;
  }


  .main__table table caption {
    font-size: 1.3em;
  }
  
  .main__table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .main__table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .main__table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1em;
    text-align: right;
  }
  
  .main__table table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .main__table table td:last-child {
    border-bottom: 0;
  }
}

.Forging_workerz h2 {
  font-family: var(--muli);
  margin-bottom: 1rem;
  font-size: 2.3rem;
  color: #333;
}

.Forging_workerz img {
  width: 100%;
}

.Forging_workerz h2::after {
  content: '';
  width: 40px;
  height: 3px;
  margin-top: 13px;
  background: var(--brand-gradient);
  display: block;
}

.how_to_apply h2::after {
  content: '';
  width: 40px;
  height: 3px;
  margin-top: 13px;
  background: var(--brand-gradient);
  display: block;
}

section.how_to_apply {
  padding-top: 20px;
}

.apply_permit .first {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--brand-color);
}


.apply_permit .main_header {
  font-weight: bold;
}

.permit_prograss .main_header {
  font-weight: bold;
  padding-bottom: 15px;
}



.why-us-img-con{
  position: relative;
  text-align: center;
}

.permermit{
  margin-bottom: 44px;
}

.permermit li{
  margin-bottom: 26px;
  position: relative;
  padding-left: 40px;
}

.navbar-light .navbar-toggler {
  border-radius: 30px;
}

.permermit li:before{
  content: "\f058";
  position: absolute;
  top: 14px;
  left: 3px;
  font-size: 25px;
        background: var(--brand-color);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  transform: translateY(-50%);
  font-family: "FontAwesome";
}

.modification .main_header {
  text-transform: capitalize;
  padding-bottom: 15px;
}
/* 
.modification .main_header::after {
    content: '';
    width: 50px;
    height: 3px;
    margin-left: 0;
    margin-top: 13px;
    margin-bottom: 15px;
    background: var(--brand-gradient);
    display: block;
} */

.family_package p {
  line-height: 26px;
  font-size: 0.99rem;
}

@media (max-width: 768px) {
  .apply_permit .main_header {
    padding: 0;
  }

  .permermit {
    padding-right: 10px !important;
  }

  .permit_prograss .main_header {
    padding: 0;
  }

  .modification .main_header {
    padding: 0;
    margin: 0;
  }

  .family_package .main_header {
      padding: 0;
      margin: 0;
    }

    .family_package p {
      text-align: justify;
      padding-left: 10px;
      padding-right: 10px;
    }

    .permermit p {
      padding-right: 0px;
      text-align: justify;
    }

    .permermit li {
      margin-bottom: 10px;
      padding-left: 35px
    }

    .permermit li::before {
          left: 0px;
    }

    .permit_prograss.country_permit .permermit{
      padding-left: 10px !important;
      padding-right: 15px !important;
    }
}

/*============ serivces-page ==============*/

.service_section {
  width: 100%;
   padding-top: 6rem;
}

.service_section .row {
  background: white;
  border: 1px solid #eee;
  box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
  border-radius: 30px;
  overflow: hidden;
}

.service_content {
  padding: 1.8rem 1rem;
}

.img__wrapper .my_img {
   clip-path: polygon(30% 0, 100% 0%, 100% 100%, 13% 100%);
   transition: 0.3s ease-in-out all;
}

.service_section .row:hover .my_img{
  overflow: hidden;
  clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0% 100%);
}

.service_section .row .img__wrapper {
    filter: drop-shadow(-10px -0px 0px #ff6f2566);
}

.service_section .row .my_img  img {
  transition: 0.3s ease-in-out all;
  object-fit: cover;
  width: 100%;
   height: 308px;
}

.service_section .row:hover .my_img  img {
  transform: scale(1.1) rotate(1deg);

}

.service_content h3 {
  font-family: var(--poppins)
}

.service_content p {
    margin: 0;
    line-height: 27px;
    font-size: 1rem;
    font-family: var(--poppins);
    color: #726a6a;
}

.service_content h3::after {
    content: '';
    width: 50px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 15px;
    background: var(--brand-gradient);
    display: block;
}


/*==== second-child ====*/
.service_section .row:nth-child(2) .my_img, .service_section .row:nth-child(4) .my_img,
.service_section .row:last-child .my_img{
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}

.service_section .row:nth-child(2):hover .my_img, .service_section .row:nth-child(4):hover .my_img,
.service_section .row:last-child:hover .my_img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.service_section .row:nth-child(2) .img__wrapper, .service_section .row:nth-child(4) .img__wrapper,
.service_section .row:last-child .img__wrapper {
    filter: drop-shadow(10px -0px 0px #ff6f2566);
}

.service_section .row:nth-child(2) .service_content, .service_section .row:nth-child(4) .service_content,
 .service_section .row:last-child .service_content{
}

.service_section .row:nth-child(2) .service_content h3, .service_section .row:nth-child(4) .service_content h3,
.service_section .row:last-child .service_content h3 {
  text-align: right
}

.service_section .row:nth-child(2) .service_content h3::after,.service_section .row:nth-child(4) .service_content h3::after,
 .service_section .row:last-child .service_content h3::after{
  margin-left: auto;
}

.service_section .row:nth-child(2) .service_content p,.service_section .row:nth-child(4) .service_content p,
.service_section .row:last-child .service_content p {
  text-align: right;
}

@media(max-width: 768px) {
  .service_section .container {
    max-width: 96%;
    margin: auto;
  }

  .service_content h3::after {
    margin-left: 2px !important;
  }

  .service_section .row .my_img{
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0%, 100% 86%, 0% 100%);
  }
  .service_section .row .img__wrapper {
    filter: drop-shadow(0px 10px 0px #ff6f2566);
  }

  .service_content {
    padding: 2.2rem 0.5rem 1.5rem 0.5rem;
  }

  .service_content p {
    text-align: justify;
  }

  .service_section .row:nth-child(2) .my_img,.service_section .row:nth-child(4) .my_img, 
  .service_section .row:last-child .my_img{
    clip-path: polygon(0 0, 100% 0%, 100% 86%, 0% 100%);
  }

  .service_section .row:nth-child(2) .img__wrapper, .service_section .row:nth-child(4) .img__wrapper, 
  .service_section .row:last-child .img__wrapper {
    filter: drop-shadow(0px 10px 0px #ff6f2566);
  }

  .service_section .row:nth-child(2) .service_content h3, .service_section .row:nth-child(4) .service_content h3,
  .service_section .row:last-child .service_content h3 {
    text-align: left;
  }

  .service_section .row:nth-child(2) .service_content h3::after,.service_section .row:nth-child(4) .service_content h3::after,
  .service_section .row:last-child .service_content h3::after {
    margin-left: 0;
  }

  .service_section .row:nth-child(2) .service_content p,.service_section .row:nth-child(4) .service_content p, 
  .service_section .row:last-child .service_content p  {
    text-align: justify;
  }

  .my_img {
    transition: 0.4s ease-in-out all !important;
      clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%) !important;    
  }

 .my_img.my_img_new {
      clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%) !important;    
  }

  .service_section .my_img.my_img_new  img {
    transform: scale(1.15) rotate(1.5deg);
  }

  .service_content p {
    margin: 0;
    line-height: 27px;
    font-size: 1rem;
  }

}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 70px 0 40px 0;
}

.blog .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: white
}

.blog .entry .entry-img {
  max-height: 400px;
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #556270;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #d9232d;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #c1c8d0;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog .entry .entry-meta a {
  color: #a4afba;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: var(--brand-color);
  color: #fff;
  padding: 6px 20px 7px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  opacity: 0.7;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #556270;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #8795a4;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #a4afba;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #d9232d;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .entry-single .entry-title {
  font-size: 32px;
  line-height: 38px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: white;
}

.blog .blog-author img {
  width: 120px;
}

.blog .blog-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog .blog-author .social-links {
  margin: 0 0 5px 140px;
}

.blog .blog-author .social-links a {
  color: #c1c8d0;
}

.blog .blog-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  width: 50px;
}

.blog .blog-comments .comment h5 {
  margin-left: 65px;
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #d9232d;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #556270;
}

.blog .blog-comments .comment time {
  margin-left: 65px;
  display: block;
  font-size: 14px;
  color: #c1c8d0;
  margin-bottom: 5px;
}

.blog .blog-comments .comment p {
  margin-left: 65px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 0;
  padding: 20px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 0;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #e9797f;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4;
  padding: 10px 20px;
  border: 0;
  background-color: #556270;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #d9232d;
}

.blog .blog-pagination {
  color: #8795a4;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid #dededf;
  margin: 0 5px;
  transition: 0.3s;
  background: white;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: var(--brand-color);
  border: 1px solid var(--brand-color);
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .blog-pagination li.disabled {
  background: #fff;
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  background: white;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #556270;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #556270;
  padding: 3px 10px;
  position: relative;
  border-radius: 4px;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #556270;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.blog .sidebar .search-form form button:hover {
  background: #6b7b8d;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #6b7b8d;
}

.blog .sidebar .categories ul a:hover {
  color: #d9232d;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #c1c8d0;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #292f36;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #d9232d;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #c1c8d0;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #96a2af;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #dee2e6;
  display: inline-block;
  border-radius: 4px;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #d9232d;
  background: #d9232d;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #fbfbfc;
  font-size: 14px;
}
/* 
.nav-menu a.active {
  color: var(--brand-color) !important;
} */

.modal-dialog .modal-header h2 {
  margin-left: auto;
}

.modal-body #contact {
  padding: 0 !important;
}

.modal-header h2 {
  padding-left: 10px !important;
}

.modal-body {
  padding: 0;
}


.modal-header h3 {
  font-size: 1rem;
}

.modal {
  padding-right: 0 !important;
}

.modal-header h3 {
  margin-top: 10px !important;
  font-size: 1.5rem;
  color: white;
  font-weight: bold;
}

.modal-dialog {
  box-shadow: 0 !important;
}

.modal-header {
  background: var(--brand-gradient)
}

.map-section {
  padding-top: 15px;
}

.map-area  {
  /* border-right: 7px solid #b3b3b3; */
  border-radius:0 0rem 0rem 0;
  box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.3)  ;
  border-right: 10px solid white !important;
  border-left: 10px solid white !important;
  border-top: 10px solid white !important;
  border-bottom: 5px solid white !important;
}

.contact_page_contact .php-email-form {
  height: 100% !important;
}



@media screen and (max-width: 768px) { 
  .map-area { 
    border: 10px solid white !important;
    margin-top: -26px;
    border-bottom: 4px solid white !important;
  }

  .row {
    margin-right: 0px !important;
      margin-left: 0px !important;  
  }

  .map-section {
    padding-top: 0px;
  }
}

.more__office {
  padding-top: 0;
  padding: 4rem 0;
      background: url(../img/about-boxes-bg.jpg) center top no-repeat fixed;
    background-size: cover;
    position: relative;
}

.more__office::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.92);
    z-index: 0;
}

.more__office .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  background: white;
}

.more__office .count-box i {
  display: block;
  font-size: 30px;
  color: #ed502e;
  float: left;
}

.more__office .count-box span {
  font-size: 27px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 15px;
}

.more__office .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: var(--poppins);
  font-size: 14px;
}

.more__office .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.more__office .count-box a:hover {
  color: var(--brand-color);
}

.more__office .main__head {
  padding-bottom: 10px !important;
}

.more__office {
  position: relative;
}

.more__office .flight-right {
  position: absolute;
  top: -70px;
  width: 25%;
  right: 0;
  opacity: 0.6;
  animation: upDown 2.8s ease-in-out infinite alternate;
}

@keyframes upDown {
  0% {
    transform: translateY(-5px) rotate(0deg);
  }
  50% {
    transform: translateY(7px) rotate(1deg);
  }
  100% {
    transform: translateY(-5px) rotate(0deg);
  }
}

@media (max-width: 768px) {
    .more__office .flight-right {
      position: absolute;
      width: 35%;
      right: 0;
      top: -45px;
    }
}





.avail_vacancy {
  width: 100%;
}

.avail_vacancy .container {
  padding: 0;
}

.avail_vacancy table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 1px 1px 15px rgba(0,0,0,0.1)
}

.avail_vacancy tr {
  background: white;
}

/* Zebra striping */
.avail_vacancy tr:nth-of-type(odd) {
}

.avail_vacancy th {
  background: #3498db;
  color: white;
  font-weight: bold;
}

.avail_vacancy td,
.avail_vacancy th {
  padding: 15px 17px;
  border: 1px solid #eee;
  text-align: center;
  font-size: 16px;
  font-family: var(--poppins);
  text-transform: uppercase;
}

.avail_vacancy thead > tr > * {
  background: var(--brand-gradient) !important; 
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  .avail_vacancy table {
    width: 100%;
  }

  /* Force table to not be like tables anymore */
  .avail_vacancy table,
  .avail_vacancy thead,
  .avail_vacancy tbody,
  .avail_vacancy th,
  .avail_vacancy td,
  .avail_vacancy tr {
    display: block;
    font-size: 0.9rem;
  }

  .avail_vacancy td,
  .avail_vacancy th {
  text-align: left;
}

  /* Hide table headers (but not display: none;, for accessibility) */
  .avail_vacancy thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .avail_vacancy tr {
    margin-top: 1.3em;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.25);
    border-bottom: 4px solid transparent;
    border-image-source: var(--brand-gradient);
    border-image-slice: 1;
  }

  .avail_vacancy td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 55%;
  }

  .avail_vacancy td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-left: 6px;
    padding-right: 6px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);
    font-size: 0.85rem;
    color: #444;
    font-weight: 600;
    padding-top: 0.5rem;
  }

  .avail_vacancy table {
    box-shadow: none;

  }

  .avail_vacancy td {
    padding-block: 10px;
  }


}


.avail_vacancy .main__head {
  position: relative;
}

.avail_vacancy .main__head::after {
  position: absolute;
  content: url('../img/apply.png');
  top: 8px;
  left: calc(50% + 215px);
  transform: translateX(-50%) 
}

.avail_vacancy .apply_table {
  font-family: var(--raleway);
  font-weight: 700;
  color: #0dad4c;
  cursor: pointer
}

.avail_vacancy .apply_table {
  animation: blinking 0.6s ease-in-out infinite;
}

.avail_vacancy .apply_table > i {
  font-size: 0.8rem;
  padding-left: 5px;
  vertical-align: middle;
  animation: moveRight 0.25s ease-in-out infinite alternate;
}

@keyframes moveRight {
  0% {
    transform: translate(0px);
  }
  100% {
    transform: translate(3px);
  }
}

@keyframes blinking {
  0% {
    color: #0dad4c;
    transform: scale(1);
  }

  40% {
    color: var(--brand-color);
  }

  70% {
    color: blue;
  }

  100% {
    color: #0dad4c;
  }

}

@media (max-width: 768px) {
  .avail_vacancy .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .avail_vacancy .apply_table {
    font-weight: bold;
    background: #eeeeee7d;
    font-size: 1rem;
  }

  .avail_vacancy .apply_table {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .avail_vacancy {
    padding-bottom: 0;
  }
}

@media (max-width: 485px) {
  .avail_vacancy .main__head::after {
      position: absolute;
      content: url(../img/apply.png);
      max-width: 30%;
      top: -60px;
      left: 50%;
      transform: translateX(-50%);
  }
}

#myModal .col-lg-12 {
  padding: 0;
}

.count-box span.fa-chevron-right {
  vertical-align: middle;
  font-size: 1.1rem;
  -webkit-text-stroke: 0.01px white;
  color: var(--brand-color);
  padding-left: 2px;
  animation: moveRight 0.25s ease-in-out infinite alternate;
}


.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #f38b74;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}

.work_abroad .container {
  max-width: 1300px;
  width: 96%;
}

.abroad_country {
  position: relative;
  width: 100%;
}

.country_detail_para p {
  text-align: justify;
  font-family: var(--poppins);
  color: #555;
  font-size: 1rem;
      line-height: 1.6rem;
}



.circle {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 15px rgba(0,0,0,0.3);
  overflow: hidden;
}

.circle img {
  animation: zoomInOutz 5s linear infinite alternate;
}

@keyframes zoomInOutz {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

.circle.circle-1 {
  width: 400px;
  height: 400px;
  float: left;
  border-radius: 50%;
  margin: 20px;
  shape-outside: circle();
}

.circle.circle-2 {
  width: 245px;
  height: 245px;
  float: right;
  border-radius: 50%;
  margin: 20px;
  shape-outside: circle();
}

.list_of_unvrcity table {
  background: white;
  box-shadow: 1px 1px 15px rgba(0,0,0,0.1)
}

.list_of_unvrcity thead tr {
      background: var(--brand-gradient) !important;
      color: white;
      text-transform: uppercase;
}

.list_of_unvrcity .table-bordered td, .list_of_unvrcity .table-bordered th {
  font-family: var(--roboto) !important;
  padding-left: 20px;
  font-size: 1rem;
  text-transform: capitalize;
}

.ueropz {
  padding-top: 50px
}

.ueropz .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #545454;
}

.ueropz .content ul {
  list-style: none;
  padding: 0;
}

.ueropz .content ul li {
  padding-bottom: 10px;
  text-align: justify;
  font-family: var(--roboto);
}

.ueropz .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}

.ueropz .content p:last-child {
  margin-bottom: 0;
}

.ueropz p {
  text-align: justify;
  font-family: var(--roboto);
}

.ueropz .main__head h3 {
  margin-bottom: 4.5rem !important;
}


/* ==================================================
  Portfolio Styling
  ================================================== */
.portfolio {
  background-color: #edf6ff;
  padding-bottom: 0;
}

.portfolio h2 {
  color: #199EB8;
  margin-bottom: 25px;
}

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row > div {
  padding: 0;
}

.portfolio-grid .row > div .card img {
  width: 100%;
}

.portfolio-grid .row > div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.portfolio-grid .row > div .card .portfolio-over > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-grid .row > div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 30px;
}

.portfolio-grid .row > div .card .portfolio-over .card-text {
  color: #fff;
  opacity: .75;
  padding: 0 45px;
}

.portfolio-grid .row > div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

.europe_colleges_wrapper {
  padding: 4rem 0;
}

.europe_colleges_wrapper table thead tr {
    background: var(--brand-gradient) !important;
    color: white;
    text-transform: uppercase;
}

.europe_colleges_wrapper table {
    background: white;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.1);
}

.europe_colleges_wrapper .table-bordered td {
    font-family: var(--roboto) !important;
    padding-left: 20px;
}

 .europe_colleges_wrapper  .table-bordered thead th {
  padding-left: 20px;
 }

 .europe_colleges_wrapper .section-title {
  padding-bottom: 20px;
 }

 @media (max-width:768px) {
  .circle.circle-1 {
    width: 100%;
    height: auto;
    float: unset;
    border-radius: 0;
    margin: 0;
    shape-outside: circle();
  }

  .section-title {
    padding-bottom: 20px;
  }

  .circle {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.2)
  }

  .country_detail_para {
    padding-top: 18px;
  }

  .circle.circle-2 {
    width: 150px;
    height: 150px;
    margin: 15px 0px 15px 15px;
  }

  .country_detail_para {
    text-align: justify;
  }

  .list_of_unvrcity .row > [class*='col-md-6'] {
    padding: 0;
  } 

  .work_abroad {
    padding-bottom: 0;
  }

  .ueropz .main__head h3 {
    margin-bottom: 50px !important;
  }

  .europe_colleges_wrapper .col-md-6 {
    padding: 0
  }

  .portfolio-grid {
    margin-top: 30px;
  }

  .portfolio-grid .row > div .card .portfolio-over .card-title {
    font-size: 18px;
    max-width: 130px;
    margin-inline: auto;
    line-height: 25px;
  }

  .europe_colleges_wrapper {
    padding-bottom: 0
  }

  .list_of_unvrcity .table-bordered td, .list_of_unvrcity .table-bordered th {
    font-family: var(--roboto) !important;
    padding-left: 20px;
    font-size: 0.9rem;
  }

  .country_detail_para p {
    text-align: justify;
    font-family: var(--roboto);
    color: #555;
    font-size: 1rem;
  }


 }

/*  @media (min-width:498px) and (max-width: 664px) {
    .circle.circle-2 {
      width: 150px;
      height: 150px;
      margin: 25px 0px 15px 15px;
    }
 }

 @media (max-width: 454px) {
    .circle.circle-2 {
      width: 150px;
      height: 150px;
      margin: 33px 0px 15px 15px;
    }
 }
 */


.choose_text p {
font-style: italic;
    color: #666;
    text-align: justify;
}

.choose_text h2 {
      font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5c768d;
    text-align: center;
}

.diary_farm li {
  margin-bottom: 13px;
}

.diary_farm li p {
  margin: 0;
}

.diary_farm li::before {
  font-size: 20px;
}

.call_btnz {
  animation: scale 0.3s linear infinite alternate;
}


@keyframes scale {
  to {
    transform: scale(1);
  }
  from {
    transform: scale(1.08);
  }
}

.choose_text li {
  margin-bottom: 10px;
}

.choose_text li:before {
  font-size: 20.5px !important;
      background: var(--brand-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.choose_usss .about-content {
  padding: 30px 40px;
}

.choose_usss .video-box img {
  height: 620px;
  object-fit: cover;
}


@media (max-width: 768px) {
  .choose_usss .video-box img {
    height: auto;
    object-fit: cover;
    padding-bottom: 0;
  }

  .choose_usss .row.no-gutters {
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.15);
  }

  .choose_usss .about-content {
    padding: 30px 25px;
  }
}

.tourst_visa {
  padding-bottom: 2rem;
}

.tourst_visa p {
      font-family: var(--raleway);
    color: #555;
    font-weight: 500;
    line-height: 28px;
}

.main__table tbody > tr > td {
  text-transform: uppercase;
}


.benefit_tour {
  background:linear-gradient(to left ,rgba(0,0,0,0.8), rgba(0,0,0,0.6)) ,url('../img/about_bg.jpg') no-repeat center / cover;
  color: white;
  padding: 5.5rem 0;
}

.benefit_tour h5 {
  font-family: var(--raleway);
  text-align: center;
  font-size: 1.6rem;
  max-width: min(800px , 95%);
  margin-inline: auto;
  line-height: 2.8rem;
  position: relative;
}

.benefit_tour h5::after {
  content: '';
  position: absolute;
      background: linear-gradient(to left, rgb(253, 181, 20), rgb(251, 133, 50));
    transition: 0.9s ease-in-out all;
    box-shadow: 10px 10px 24px 0 rgb(251 174 39 / 66%);
  width: 20%;
  height: 5px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
}


.pointz_tourist_visa {
  padding: 5rem 0 3rem;
}

.pointz_tourist_visa li {
  margin-bottom: 5px;
}

.pointz_tourist_visa li::before {
  font-size: 1.3rem;
}

.pointz_tourist_visa li p {
  font-size: 1rem;
}

.pointz_tourist_visa .about_detail i {
  padding-right: 13px;
    padding-top: 2px;
}

.pointz_tourist_visa .about_detail {
  text-align: ;
}

.about_detail li {
  padding-bottom: 5px;
}

.about_detail li span {

}

.country_para p {
  font-family: var(--raleway);
    color: #555;
    font-weight: 500;
    line-height: 28px;
}

.tour_countriez .section-title {
  padding-left: 0 !important;
  text-align: center;
}

.tour_countriez .section-title p {
  text-align: center;
  font-size: 2.9rem;
}

.tour_countriez .section-title h2 {
  text-align: center;
  margin-top: 3rem
}

.countrY-img {
  overflow: hidden;
  border-radius: 
}

.recruitmentz {
 padding: 4rem 0 3rem;
  margin-top: 2rem;
  background: #f6f5ffe3;
}

@media (max-width: 768px) {
  .tourst_visa .container {
    padding: 0;
  }

  .tourst_visa p {
    text-align: justify;
  }

  .pointz_tourist_visa .container {
    padding: 0;
  }

  .about_detail li span {

  }

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

.tour_countriez .container .col-md-12 p {
  font-family: var(--raleway);
    color: #555;
    font-weight: 500;
    line-height: 28px;
    text-align: justify;
}

@media (max-width: 768px) { 
  .tour_countriez blockquote {
    padding: 50px 40px;
  }
    .tour_countriez blockquote p{
     font-size: 18px;
  }
  
  .mission_vision .col-md-6 {
      padding: 0 !important;
  }
  
  .mission_vision .icon-box {
      padding: 30px 25px;
  }

  .tour_countriez .section-title p {
    font-size: 2.5rem;
  }

  .benefit_tour {
    padding: 4rem 0;
  }

  .benefit_tour h5 {
    font-family: var(--raleway);
    text-align: center;
    font-size: 1.3rem;
    max-width: min(800px , 95%);
    margin-inline: auto;
    line-height: 2rem;
  }

  .recruitmentz .col-md-12 {
    padding: 0;
  }

  .tour_countriez .container .col-md-12 p {
    line-height: 25px;
  }

  .pointz_tourist_visa {
    padding: 2.5rem 0 3rem;
  }

  .topMarginz {
    margin-top: 0rem !important;
  }


  .😃😁 {
    transform: rotate(2.6deg);
  }

  .tour_countriez .col-md-6 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .tour_countriez .col-md-12 {
    padding-top: 1.5rem;
    padding-left: 5px;
    padding-right: 5px;
  }

  .countrY-img {
    position: relative;
    overflow: unset;
  }

  .countrY-img::before {
    content: '';
    position: absolute;
    left: -23px;
    top: -18px;
    height: 100%;
    width: 50%;
    z-index: -1;
    background: var(--brand-gradient);
  }

  .country_para p {
    margin-bottom: 25px;
  }

}
