.back__area {
    position: relative;
    background: #f6f6f6;
    background-size: cover;
}
.countries {
    padding: 50px 0;
}.countries .country {
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
    margin-top: 60px;
    border: 1px dashed #c1991b91;
    text-align: center;
    transition: all 0.3s ease-in-out;
    padding-bottom: 25px;
    border-bottom: 8px solid #cba02078;
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.1);
}.countries .country img {
    border: 1px dashed #e0cd92;
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin: auto;
    margin-top: -50px;
    margin-bottom: 25px;
    border-radius: 20px;
}.countries .country h2 {
    /* font-weight: 600; */
    color: #1c232c;
    margin-bottom: 5px;
    font-size: 22px;
}.SectionTitle {
    text-align: center;
    position: relative;
    padding: 30px 10px;
    margin-bottom: 40px;
}.SectionTitle::before {
    content: "";
    width: 200px;
    height: 2px;
    background-color: #be9617;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-animation: sectionAnimation 2s infinite;
    animation: sectionAnimation 2s infinite;
}.SectionTitle::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border: 2px solid #be9617;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}.SectionTitle .title {
    font-weight: bold;
    color: #be9617;
    /* margin-bottom: 20px; */
}@-webkit-keyframes sectionAnimation {
  0% {
    width: 50px;
  }
  50% {
    width: 200px;
  }
  90% {
    width: 100px;
  }
  100% {
    width: 50px;
  }
}
@keyframes sectionAnimation {
  0% {
    width: 50px;
  }
  50% {
    width: 200px;
  }
  90% {
    width: 100px;
  }
  100% {
    width: 50px;
  }
}
 .single-news-items .news-content h3 a {
    color: #bf9617;
}
 .single-news-items .news-content h3 a:hover {
    color: #000;
}
 .parservv p {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

 .contactpar {
    color: #515254;
    font-weight: 500;
    text-transform: capitalize; line-height: 30px;
}
.contactpar1 {
    color: #b99115;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3::before {
    position: absolute;
    content: '';
    background: #b58a08;
    height: 2px;
    width: 60px;
  
    bottom: 1px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3{
    font-weight: 700;
    margin: -5px 0 0 0;
    position: relative;
    padding-bottom: 12px;
}
 .justify-content {
    justify-content: center;
}

 .flagg {
    color: #c9a01f;
}
.flagg:hover {
    color: #fff;
}

.header-2 .mega-menu-wrapper .header-main .header-left .header__hamburger .sidebar__toggle {
    color: #c49b19;
    font-size: 20px;
}
 .whats:hover {
    background: #be9617;
    color: #ffffff;
}
.whats {
    position: fixed;
    bottom: 120px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #28a745;
    /* display: none; */
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 0 0 0 #4CAF50;
    -webkit-animation: pulse 1.5s infinite;
}
@keyframes pulse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05,1.05,1.05);
        box-shadow: 0 0 0 15px #4caf5078;
    }

    to {
        transform: scaleX(1);
        box-shadow: 0 0 0 0 #4caf5073;
    }
}

 .white a {
    color: #fff;
}
 .white a:hover {
    color: #0f1010;
}
 .iconhedfix:hover {
    background: #0f1010;
   color: #fff;

}
  .rowehedfix {
    align-items: center;
    text-align: center;
 
}
@media (max-width: 768px) {
   .countries .country h2 { 
    font-size: 20px;
}
.white a {
     font-size: 15px;
}

 .pdd-respon {
    padding-left: 0;
    padding-right: 0;
   margin-bottom: 8px;
}
}