
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Fira Sans', sans-serif;
font-family: 'Inter', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Nunito', sans-serif;
}
.product-rate{
  width:100%;
  height:250px;
  margin:10px 0px;
}
.product-rate img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.contact-wrap{
  background: #fff;
  border: 1px solid #2b255c;
  padding:20px 0px;
  min-height: 185px;
  margin-bottom: 10px;
}
.contact-icon i{
  font-size: 40px;
  color: #2b255c;
}
.contact-detail-wrap h4{
  margin: 0;
  padding: 0;
  padding: 10px 0px;
  font-size: 24px;
  font-weight: bold;
}
.contact-detail-wrap p{
  font-size: 16px;
  font-weight: 400;
}
.about-front img{
  height: 100%;
  width: 100%;
}
.btn{
  background: #2b255c;
  padding: 16px 32px;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
.btn:hover{
  background: #fff;
  color: #1d1d1b;
  border: 1px solid #2b255c;
}

.plan-section:hover{
    background:#007097;
    transition:all 0.3s;
    color:#fff;
    transform:translateY(-10px);
}
.slide{
    height:100px!important;
    width:155px!important;
    padding:10px;
}
.slide img{
    height:100%;
    width:100%;
    filter: grayscale(1);
}
.slide img:hover{
  filter: grayscale(0);
}
.service{
    text-align:left!important;
}
.service span{
    color:#ffb600!important;
    font-weight:bold;
}
.service h5{
    font-size:40px!important;
    font-weight:bold;
}
.back-scale{
    background:url('../images/1.jpg');
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:-1;
    visibility:hidden;
}
.back-scale::after{
    content:'';
    background:rgba(0,0,0,0.3);
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    z-index:-1;
    
}
.plan-section:hover .back-scale{
    visibility:visible;
    transition:all 0.3s ease-in-out;
    transform:scale(1.5);
}
.plan-section:hover span,.plan-section:hover h5{
    color:#fff;
}
.plan-section{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    padding:10px;
    position:relative;
    overflow:hidden;
    transition:all .4s ease-in-out;
    margin-bottom:20px;
    background:#fff;
    border:1px solid #797979;
}
.icon{
    margin-bottom:25px;
    text-align:center;
}
.icon i{
    font-size:60px;
    color:#ffb600;
}
.content{
    text-align:center;
}
.content span{
    font-size:16px;
    color:#000;
    padding:10px 0px;
}
.content h5{
    font-size:20px;
    color:#000;
    margin:0;
    padding:0;
    padding:10px 0px;
    
}
.content p{
    font-size:16px;
    line-height:25px;
}
.header-slide{
    background:#f4f4f4;
}
.header-slide p{
    line-height:30px;
    padding:0;
    margin:0;
    text-align:center;
}
.address,.address1,.address2{
  margin-bottom: 15px;
}
.address p,.address1 p,.address2 p{
    color:#9b9b9b;
    padding:0;
    margin:0;
    margin-left:25px;
    font-size:13px;
    font-weight:bold;
}
.address::before{
    content:'\f3c5';
    font-family: "Font Awesome 5 Free";
    display:block;
    color:#007097;
    font-weight:bold;
    position:absolute;
    font-size:30px;
}
.address1::before{
    content:'\f658';
    font-family: "Font Awesome 5 Free";
    display:block;
    color:#007097;
    font-weight:bold;
    position:absolute;
    font-size:30px;
}
.address2::before{
    content:'\f017';
    font-family: "Font Awesome 5 Free";
    display:block;
    color:#007097;
    font-weight:bold;
    position:absolute;
    font-size:30px;
}
.categories-section h2{
    background:#ffb600;
    color:#fff;
    padding:10px;
    font-size:25px;
    margin:0;
}
.categories-section li{
    padding:10px;
    margin-bottom: 8px;
    background: #F3F6F9;
     position: relative;
}
.categories-section li a{
    color:#232323;
    font-size:17px;
    font-weight:600;
    font-family: Nunito;
}
.categories-section li:hover{
  cursor: pointer;
  background: #1d71b8;
}
.categories-section li:hover a{
  color: #fff;
}
.categories-section li:after{
  content:'\f105';
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}
.contact-side{
  background-image: url(../images/tab1.jpg);
  padding: 35px 4px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin:30px 0px;
}
.contact-side::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12,90,219,.85);
  z-index: -1;
}

.aside-detail{
  color: #fff;
  padding:0px 10px;
}
.aside-detail h4{
  font-size: 24px;
  padding: 0;
  margin: 0;
  font-family: Fira sans;
  margin-bottom:20px;
}
.contact-btn{
  background: #fff;
  color: #0c5adb;
  padding: 10px 30px;
  font-size: 17px;
  font-weight: 700;
  border-radius: 5px;
}
.aside-detail p{
  font-size: 16px;
  font-family: Fira sans;
  margin-bottom: 30px;
}
.company-section{
  position: relative;
}
.company-item h5{
  font-weight: bold;
}
.company-item p{
  font-size: 15px;
}
body{
  margin:0;
  padding:0;
}
.about-section{
  padding: 40px 0px;
}
.about-side h1{
  font-size: 1.8rem;
  color: #1d1d1b;
  font-family: Fira sans;
  line-height: 50px;
}
.about-side h1:after{
  content: '';
  display: block;
  margin-top:5px;
  background: #1d1d1b;
  height: 5px;
  width: 100px;
  border-radius: 20px;
}
.about-side p{
  font-size: 18px;
  color: #616161;
  line-height: 30px;
  margin-top: 30px;
}
.service-section{
  background:rgba(0,0,0,1);
  color: #fff;
  text-align: center;
}
.service-detail h6{
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.service-detail h1{
  font-size: 42px;
  font-weight: bold;
  font-family: Fira sans;
}
.service-detail h1:after{
content: '';
  display: block;
  text-align: center;
  margin-top: 15px!important;
  background: #fff;
  height: 5px;
  width: 100px;
  border-radius: 20px;
  margin: auto;  
}
strong{
  color: #2b255c;
  font-weight: bold;
}
.read-more{
  background: #1d71b8;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
}
.team-list{
  font-size: 35px!important;
}
.team-list:after{
  content: '';
  display: block;
  background: #000!important;
  width: 100px;
  height: 5px;
}
.team-detail{
  margin: 10px 0px;
  background: #fff;
}
.team-image{
  height:306px;
  width: 100%;
  position: relative;
}
.social-team{
  background: #fff;
  position: absolute;
  top:50%;
  text-align: center;
  width: 45px;
  padding: 13px 0px;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
  opacity: 0;
}
.social-team li a{
  font-size: 16px;
  display: block;
  margin: 4px 0px;
  text-align: center;
}
.team-image:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12,90,219,0.85);
  content: '';
  opacity: 0;
}
.team-name h4{
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
}
.team-name span{
  font-size: 16px;
}
.team-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-slide .slick-slide{
  margin: 0;
}
.team-detail:hover .team-image:before,.team-detail:hover .social-team{
  opacity: 1;
}
.team-name{
  padding:20px 0px;
  border-bottom: 2px solid #1d71b8;
}
.flip-card,.flip-card-service {
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}
.flip-card-inner-service{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 250px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateX(180deg);
}
.flip-card-service:hover .flip-card-inner-service{
  transform: rotateX(180deg);
}
/* Position the front and back side */
.flip-card-front, .flip-card-back,.flip-card-front-service,.flip-card-back-service{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
      background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border: 0;
}
.flip-card-front-service{
  background: none;
  border: 1px solid #1d71b8;
  box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

/* Style the back side */
.flip-card-back {
  background: #2b255c;
  box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateX(180deg);
    transform-style: preserve-3d;
}
.flip-card-back-service{
  background: #1d71b8;
  box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateX(180deg);
    transform-style: preserve-3d;
}
.flip-content{
      text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 20px;
    width:100%;
}
.flip-contents{
  padding: 10px 0px;
}
.flip-icons{
  width: 100%;
  height: 150px;
}
.flip-icons img{
  width: 100%;
  height: 100%;
}
.flip-contents h3{
  margin: 0;
  color: #fff;
}
.flip-content .flip-icon i,.flip-contents .flip-icon i{
      line-height: 80px;
    height: 80px;
    width: 80px;
    background: #1d71b8;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    font-size: 30px;
    color: #fff;
}
.flip-content h3{
  font-size: 20px;
    color: #232323;
    font-weight: 700;
    font-family: Fira Sans;
}
.flip-content .desc{
  color: #fff;
}
.flip-content .title{
  color: #fff;
  font-size: 16px;
}
.process-section{
  padding: 30px 0px;
  text-align: center;
}
.process-section .service-detail h1:after{
  content: '';
  background: #000;
  display: block;
  width: 150px;
  height: 5px;
}
.process-detail{
  padding-top:30px;
}
.project-content{
  background: url(../images/call-bg.png);
  padding: 50px 0px 120px 0px;
  box-shadow:inset 100px 100px 100px 100px rgba(29, 113, 184,1);
}
.project-back{
  max-width: 700px;
  width: 100%;
}
.project-content .project-back h5 a{
  font-size: 20px;
  color: #fff;
}
.project-content .project-back h1{
  font-size: 42px;
  color: #fff;
  line-height:50px;
  font-family: Fira Sans;
}
.project-section{
  background: #fff;
  box-shadow: 11px 11px 38px rgb(0 0 0 / 20%);
  border-radius: 20px;
  padding: 45px 0px;
  position: relative;
  margin-top: -100px;
}
.company-items h2{
  font-size: 40px;
  font-weight: 800;
  font-family:Nunito;
  margin: 0;
  padding: 0;
}
.company-items h3{
  color: #1d71b8;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-family: Fira Sans;
}
.icon-top{
  width: 45px;
  height: 45px;
  background: #1d71b8;
  color: #fff;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.icon-top:before{
  content: '';
  height: 85px;
  width: 85px;
  background: #1d71b8;
  display: block;
  opacity: 0.2;
  position: absolute;
  border-radius: 100%;
  left: -20px;
  top: -20px;
}
.icon-top:after{
  content: '';
  height: 65px;
  width: 65px;
  background: #1d71b8;
  display: block;
  opacity: 0.2;
  position: absolute;
  border-radius: 100%;
  left: -10px;
  top: -10px;
}
.icon-content{
  margin-top: 20px;
}
.icon-content h4{
  font-size: 20px;
  font-weight:600;
  font-family: Fira Sans;
  margin: 0;
  padding: 10px 0px;
}
.icon-content p{
  font-size: 18px;
  line-height: 25px;
  font-family: Nunito;
}
.social-section .contact-social .fa-instagram{
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  border-radius: 0px 2px 2px #999;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  height:30px;
  width:30px;
}
.social-section .contact-social .fa-tiktok {
  background: #69c9d0;
  border-radius: 0px 2px 2px #999;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  height:30px;
  width:30px;
}
.social-section .contact-social .fa-youtube {
  background: #ff0000;
  border-radius: 0px 2px 2px #999;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  height:30px;
  width:30px;
}
.social-section .contact-social .fa-facebook-f {
  background: #4060a5;
  border-radius: 0px 2px 2px #999;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  height:30px;
  width:30px;
}
.form-side{
  margin-top:20px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  border:1px solid #f1f1f1;
}
.form-side:hover{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.form-side-detail{
  background:#179c61;
  padding:20px 20px 5px 20px;
}
.form-side-detail h4,.form-side-detail p{
  padding:0;
  margin:0;
  color:#fff;
}
.form-side-detail h4{
  font-weight: bold;
  font-size:24px;
  line-height: 30px;
  padding-bottom:10px;
}
.form-side-detail p{
  font-size: 18px;
  padding-bottom:10px;
}
.form-side form{
  padding:16px 20px 20px;
}
.form-side form input{
  border:none;
  box-shadow: none;
  padding:18px 28px 10px 0px;
  border-bottom: 1px solid #485f7c;
  margin-bottom:10px;
}
.form-side form input::placeholder{
  font-size:15px;
  color:#787a80;
}
.form-side select option{
  font-size: 15px;
}
.form-side form input::placeholder{
  font-size:15px;
  color:#787a80;
}
.form-side select{
  border:none;
  box-shadow: none;
  font-size: 15px;
  color:#787a80;
  margin-bottom:20px;
  border-bottom:1px solid #485f7c;
}
.form-side input:focus,.form-side select:focus{
  outline: none;
  box-shadow: none;
  border-radius: 0px;
}
.footer-section .contact-section li:hover{
    color:#179c61;
}
.temporary-section h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0;
  margin:20px 0px;
}
.table-responsive{
  margin-top:20px;
}
.bottom-header .navigation .hover-items{
  position: relative;
}
.bottom-header .navigation .hover-items .dropdowns{
  position: absolute;
  left:218px;
  min-width:240px;
  top:0px;
  background:#fff;
  visibility: hidden;
}
.bottom-header .navigation .hover-items:hover .dropdowns{
  visibility: visible;
}
.country-content .common-design a:hover .overlay-detail{
  background:rgba(0,0,0,0.7);
  transition: 0.5s;
  transform: skewX(10deg); 
}
.modal-header{
  padding:0;
}
.education-service{
  background: #05834c;
  margin-top:30px;
}
.education-service h3{
  color:#fff;
  font-weight: bold;
  text-align: center;
  padding-bottom:12px;
  padding-top:8px;
  margin:0;
  background:#e47332;
}
.education-service li{
  border-bottom:1px solid #f1f1f1;
  padding:0px 8px 8px 8px;
  text-align: center;
}
.education-service a{
  color:#fff;
  font-size:18px;
  line-height:35px;
}
.education-service a li:hover{
  background:#e47332;
  transition: .4s;
}
.common-apply{
  background:#05834c;
  color:#fff;
  padding:10px 20px;
  margin-top:30px;
  position: absolute;
}
.common-apply:hover,.common-apply:focus{
  background:#e47332;
  transition: .1s;
  border:1px solid #05834c;
  color:#fff;
  text-decoration: none;
}
#button {
  display: inline-block;
  background:#ffb600;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 10px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button i {
  font-weight: normal;
  line-height: 50px;
  color: #fff;
  font-size: 19px;
}
#button:hover {
  cursor: pointer;
  background-color: #000;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.temporary-section .other-visa{
  background:#179c61;
}
.other-visa h3{
  background:#e47332; 
  color: #fff; 
  border-bottom:1px solid #f1f1f1;
  font-weight: bold; 
  text-align: center; 
  padding:0;
  margin:0;
  padding:10px;
}
.other-visa li{
  padding:10px!important;
  border-bottom:1px solid #f1f1f1;
  text-align: center;
}
.other-visa li a{
  color:#fff!important;
}
.other-visa li:hover{
  background:#e47332;
}
.other-visa li:hover a{
  color:#fff;
}
.other-visa li a{
  font-size:16px!important;
  color:#05834c;
}
.visa-section-detail h5{
  color:#e47332;
  font-weight: bold;
  margin:0;
  padding-bottom:20px;
  font-size:16px;
}
.visa-section-detail h3{
  color:#05834c;
  font-weight: bold;
  margin:0;
}
.visa-section-detail p{
  padding-top:20px;
  font-size:16px;
  text-align: justify;
  line-height: 25px;
}
.temporary-section p{
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  margin:0;
}
.temporary-section th{
  padding:10px;
  font-size: 22px;
  background:#e47332;
  color:#fff;
  text-align: center;
}
.temporary-section td{
  font-size: 18px;
  padding:10px;
}
.list-eli li{
  font-size:16px;
  line-height: 25px;
  margin-left:15px;
}
.list-eli li i{
  padding-right:10px;
  color:#e47332;
  font-size: 14px;
}
.prof-detail{
  padding:0px 0px 10px 0px;
}
.prof-detail li{
  font-size:16px;
  text-align: justify;
  margin-left:30px;
  line-height: 25px;
}
.prof-detail li i{
  color:#e47332;
  font-size: 10px;
}
.education-section{
  margin:20px 0px;
}
.education-section .education-content h3{
  font-weight:bold;
  color:#179c61;
}
.education-content p{
  text-align:justify;
  font-size:16px;
  line-height:25px;
}
.education-content li{
 font-size:16px;
 line-height:25px; 
 margin-left:30px;
}
.education-content li i{
  color:#179c61;
}
.story-section h3,.why-section h3,.contact-contents h3{
  font-weight:bold;
  color:#ffb600;
  font-size:26px;
}
.story-section p,.why-section p,.contact-contents p{
  font-size:16px;
  line-height:25px;
  text-align:justify;
}
.why-section-content{
  min-height:515px;
  margin-bottom:20px;
  margin-top:10px;
  padding:20px;
  background:#fff;
  border:1px solid #f1f1f1;
  box-shadow:0px 0px 20px 0px rgba(241, 241, 241,1);
}
.why-section-content p{
  color:#000;
}
.why-section-content h4{
  font-weight:bold;
  color:#179c61!important;
}
.founder-image .co-image{
  box-shadow:0px 0px 10px 0px rgba(0,0,0,0.7);
  padding:20px;
  margin-bottom:10px;
}
.founder-image .co-image img{
  border-radius:100%;
  height:150px;
  width:150px;
  position:relative;
}
.founder-image .co-image p{
  text-align: center;
  line-height:12px;
  padding-top:5px;
  font-size:15px;
}
.founder-image .link{
  position:relative;
  bottom:70px;
}
.founder-image .co-image:hover{
  transform: translateY(15px);
  transition: all ease-in-out 0.1s;
}

.co-image .link{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 236px);
}
.vision-section h3{
  font-size: 26px;
  color:#ffb600;
  font-weight: bold;
}
.vision-section p{
  font-size: 16px;
  text-align: justify;
}
.founder-image h3{
  text-align: center;
  padding-bottom:20px;
  font-weight: bold;
  color:#ffb600;
}
.news-detail-image ul li{
  display:inline-block;
  font-size: 16px;
  margin:12px 8px 12px 12px;
}
.news-detail-content{
  padding:20px 0px;
  font-size: 16px;
}
.news-detail-content p{
  margin-bottom:15px;
}
.news-right h3{
  font-size: 16px;
  color:#05834c;
  font-weight: bold;
}
.news-right-content{
  border-top:2px solid #05834c;
  border-bottom:2px solid #05834c;
  padding:50px 0px 20px 0px;
}
.blog-detail{
  display: flex;
  margin-bottom:30px;
}
.blog-detail img{
  width:128px;
  height:86px;
}

.blog-content-detail h4{
  font-size: 16px;
  margin:0;
  padding-bottom:10px;
}
.blog-content-detail p{
  font-size: 14px;
}
.share-section{
  padding:20px 0px 40px 0px;
  border-bottom:2px solid #05834c;
}
.share-section p{
  font-size: 16px;
  font-weight: bold;
  color:#05834c;
  float:left;
}
.share-section ul{
  float:right;
}
.share-section ul li{
  display: inline-block;
  padding:0px 5px;
}
.news-form{
  margin-top: 30px;
  box-shadow: 0px 0px 10px 0px #f1f1f1;
  border-top:3px solid #05834c;
}
.news-form form{
  padding:30px;
}
.news-form form h3{
  padding-bottom:20px;
}
.news-form form input{
  padding:8px 16px;
  border-radius:0;
}
.news-form form input::placeholder{
  font-size: 16px;
}
.news-form .btn{
  position:relative;
  left:270px;
  bottom:20px;
  padding:10px 15px;
  background:#05834c;
  color:#fff;
}
.control a{
  font-size: 18px;
  color:#05834c;
}
.social-detail .fa-instagram{
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  border-radius: 0px 2px 2px #999;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  height:30px;
  width:30px;
}
.social-detail .fa-tiktok {
  background: #69c9d0;
  border-radius: 0px 2px 2px #999;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  height:30px;
  width:30px;
}
.social-detail .fa-youtube {
  background: #ff0000;
  border-radius: 0px 2px 2px #999;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  height:30px;
  width:30px;
}
.social-detail .fa-facebook-f {
  background: #4060a5;
  border-radius: 0px 2px 2px #999;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  height:30px;
  width:30px;
}
.social-content li i {
  height: 30px;
  width: 30px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallerys{
  height:250px;
  margin:10px 0px;
  border:1px solid #000;
}
.gallerys img{
  height:100%;
  width:100%;
  object-fit: cover;
}
.footer-logo{
  background:#fff;
}
.footer-logo img{
  height: 100%;
  width: 100%;
}
.top-footer {
  background-size: cover;
  background-position: center center;
  background-image:url(../images/call-bg.png)!important;
  background:rgba(17, 26, 58, 1) ;
  padding: 50px 10px;
  color: #179c61;
  position: relative;
}
.top-footer .footer-section p {
  font-size: 16px;
  padding:20px 0px;
  color:#fff;
  font-family: Nunito;
}
.footer-section h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color:#fff;
}
.footer-section ul {
  margin-top:10px;
}
.footer-section .contact-section li {
  font-size: 16px;
  line-height: 35px;
  color:#fff;
}
.footer-section .contact-section li:hover{
  color:#1d71b8;
}
.footer-section .contact-section li i {
  margin-right: 16px;
}
.social-detail li {
  display: inline-block;
    text-align:center;
}
.social-detail li a{
    color:#fff;
}
.social-detail li a i{
    line-height:30px;
}
.footer-section img{
  max-height:100px;
}
.footer-section form button {
  position: absolute;
  right: 15px;
  bottom: 45px;
  background: #ffb600;
  color: #fff;
}
.footer-section form button:focus{
  border:none;
}
.bottom-content {
  margin-top: 50px;
  background: #179c61;
  padding: 20px 5px;        
}
.bottom-content .bottom-detail {
  color: #fff;
}
.bottom-content .bottom-detail h3 {
  font-size: 38px;
}
.bottom-apply {
  float: right;
  margin-top: 40px;
}
.bottom-apply a {
  padding: 16px 30px;
  color: #fff;
  background: #252628;
  font-size: 16px;
}
.bottom-apply a:hover{
  background:#fff;
  color:#000;
}
.bottom-footer {
  background: #272661;
}
.bottom-footer p {
  font-size: 16px;
  padding: 20px 0px 10px 0px;
}
.top-header {
  padding: 20px 10px;
  background: #2b255c;
}
.bottom-header {
  z-index:999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.bottom-header .logo{
  width:15%;
}
.bottom-header .logo img{
  width: 100%;
  margin-top:10px;
}
.top-header .icon-align li{
  display: inline-block;
  padding-right: 10px;
}
.top-header .icon-align li a{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.top-header .icon-align li a i{
  margin-right: 10px;
}
.social-icon{
  text-align: right;
}
.social-icon li{
  display: inline-block;
  padding-right: 10px;
}
.social-icon li a{
  color: #fff;
}
.bottom-header{
  position: relative;
}
.classy-navbar{
    display:flex;
}
.bottom-header .navigation{
  width: 85%;
  text-align: right;
  margin: auto 0;
}
.bottom-header .quote-btn{
  background: #1d71b8;
  padding: 10px 30px;
  color: #fff!important;
  border-radius: 20px;
}
.bottom-header .navigation li {
  display: inline-block;
  position: relative;
}
.bottom-header .navigation li a {
  font-size: 17px;
  color: #1d1d1b;
  margin: 30px 10px;
  font-weight: bold;
}
.bottom-header .navigation li a:hover,
.bottom-header .navigation li a.active {
  color: #ffb600;
}
.bottom-header .menu-toggle {
  position: absolute;
  top: 8px;
  right:50px;
  background: #141421;
  padding: 10px;
  display: none;
}
.bottom-header .menu-toggle i {
  color: #fff;
  font-size: 22px;
}
.main-menu{
    position:relative;
}
.map::before{
    content:'\f279';
    font-family: "Font Awesome 5 Free";
    display:block;
    position:absolute;
    top:10px;
    right:100px;
    height:30px;
    width:30px;
    background:#007097;
    border-radius:100%;
    line-height:30px;
}
.has-drop i{
    padding-left:10px;
}
.bottom-header .navigation .dropdown {
  position:absolute;
  margin: 0;
  width: 217px;
  left: 0;
  text-align: left;
  background: #fff;
  z-index: 1200;
  box-shadow:0px 1px 3px rgb(0 0 0 / 30%);
  transition: all 0.1s;
  top:210%;
  visibility:hidden;
    border-top: 2px solid #ffb600;
}
.bottom-header .navigation .hover-item:hover .dropdown {
  visibility: visible;
  transform: translateY(-5px);
}
.bottom-header .navigation .dropdown li {
  display: block;
  text-align:left;
  padding: 0px 10px;
}
.bottom-header .navigation .dropdown li a:hover{
  color: #ffb600;
}
.bottom-header .navigation .dropdown li a {
    display: block;
    /* padding: 0; */
    margin: 0;
    padding: 12px 20px;
    font-size: 15px;
    transition: .1s;
    /* text-transform: uppercase; */
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    letter-spacing: .3px;
    border-bottom: 1px solid #e5e5e5;
    color: #333333;
}
.slides .carousel-indicators{
  display: none;
}
.slides .carousel-control{
  background:none;
}
.slides .carousel-control .previous{
      position: absolute;
      left: 50px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s;
}
.slides .carousel-control .next{
      position: absolute;
      right: 50px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: .3s;
}
.slides .carousel-control .next i{
 background-color: transparent;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    height: 60px;
    width: 60px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 55px;
    color: #fff;
    border: 2px solid #FFF;
    text-align: center;
}
.slides .carousel-control .previous i{
 background-color: transparent;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    height: 60px;
    width: 60px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 55px;
    color: #fff;
    border: 2px solid #FFF;
    text-align: center;
}
.banner-content .image-content{
    height:510px;
    width: 100%;
    background: url(../images/banner.jpg);
    /*background-size: cover;*/
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-content .image-content img{
    height:100%;
    width:100%;
    object-fit:cover;
}
.banner-caption{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width:700px;
  width: 100%;
}
.banner-caption p{
  font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 24px;
    letter-spacing: 1px;
}
.banner-caption h5{
  font-size: 65px;
    text-transform: none;
    font-weight: 800;
    color: #fff;
    margin: 0;
    margin: 0;
    line-height: 1.1;
}
/*.banner-content .image-content {
  background: url("../images/webbanner.webp");
  min-height: 585px;
  width: 100%;
  transition:all 0.1s;
}
.banner-content .image-content1 {
  background: url("../images/webbanner2.webp");
  min-height: 585px;
  width: 100%;
  transition:all 0.1s;
}
.banner-content .image-content2 {
  background: url("../images/webbanner3.webp");
  min-height: 585px;
  background-size: cover;
  background-position: center center;
  width: 100%;
}*/
.main-content{
  position: relative;
  bottom:50px;
  margin:0 auto;
}
.main-content .content-detail{
  background:#179c61;
  min-height:135px;
  position: relative;
  left:60px;
  padding:8px;
  text-align: center;
  margin-bottom:15px;
  color:#fff;
}
.content-detail .right-content{
  padding:0px 5px;
  font-size: 16px;
}
.content-detail .left-content{
  padding:8px 0px;
  font-size:25px;
}
.about-content {
  margin:0px 0px 30px 0px;
}
.about-image img {
  margin: 20px 0px;
  min-height:510px;
  width:100%;
}
.about-detail h3 {
  font-size: 16px;
  color: #ffb600;
  font-weight: bold;
}
.about-detail h2 {
  font-size: 35px;
  color: #252628;
}
.about-detail p {
  font-size: 16px;
  line-height: 25px;
}
.about-navigation {
  border-left: 4px solid #179c61;
  margin-top:20px;
}
.about-navigation ul {
  padding-left: 30px;
}
.about-navigation li i {
  content: url(../images/check-circle.svg);
  height:25px;
  width:25px;
  padding-top:10px;
}
.about-navigation li span{
  font-size: 16px;
}
.about-apply {
  padding: 16px 30px;
  display: inline-block;
  font-size: 16px;
  background: #179c61;
  margin-top: 20px;
}
.about-apply:hover{
  background:#000;
  color:#fff;
}
.about-apply a {
  color: #fff;
}
.country-content {
  background: #e6e6e8;
  padding: 50px 10px;
}
.country-content h3 {
  color: #179c61;
  font-size: 16px;
  font-weight: bold;
}
.country-content h2 {
  font-size: 42px;
  color: #252628;
}
.country-content p {
  font-size: 16px;
  padding: 0px 100px;
  margin-bottom: 14px;
}
.common-design {
  padding: 10px 0px;
}
.overlay-detail {
  text-align: center;
  background: rgba(5, 131, 76, 0.7);
  color: #fff;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  bottom: 20px;
  right: 30px;
  left: 30px;
  min-height:253px;
}
.overlay-detail h3 {
  color: #fff;
}
.more-btn a {
  background:#e6e6e8;
  padding: 16px 30px;
  color: #000;
  border: 1px solid #e6e6e8;
}
.more-btn a:hover{
  background: #000;
  color:#fff;
}
.banner-section {
  background: url("../images/bg.jpg");
  padding: 80px 50px;
  color: #fff;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}
.banner-about {
  padding: 50px;
}
.banner-about h3 {
  font-size: 16px;
}
.banner-about h2 {
  font-size: 42px;
  margin-bottom: 20px;
}
.banner-about p {
  font-size: 16px;
  margin-bottom: 14px;
  padding-bottom:30px;
}
.service-section{
  padding:50px 0px;
}
.service-section h2 {
  font-size: 42px;
}
.list-flip{
  margin-top:10px;
  font-size: 18px;
}
.list-flip li{
  padding: 5px 0px;
}
.flip-head{
  font-size: 25px;
}
.common-border {
  border: 1px solid #e6e6e8;
  padding:20px;
  height:350px;
  background:#fff;
}
.common-border:hover {
  box-shadow: 0px 0px 10px 0px #e6e6e8;
}
.common-section .common-icon {
  background: #179c61;
  position: relative;
  left: 40%;
  top: 10px;
  height: 60px;
  width: 60px;
}
.common-section .common-icon i {
  color: #fff;
  font-size: 30px;
  padding: 15px;
}
.common-section h3{
  color:#000;
  font-size:20px;
}
.common-section p {
  padding:0px 10px;
  color:#000;
  line-height: 30px;
  overflow: hidden;
  height:130px;
  margin:0;
}
.testi-desc{
  background: #fff;
  padding: 32px 43px 20px;
  box-shadow: 0 18px 17px 0 rgb(0 0 0 / 10%);
  position: relative;
  margin-bottom: 30px;
}
.testi-desc:before{
  content: '';
  border-color: #fff transparent transparent #fff;
  display: block;
  position: absolute;
  bottom: -20px;
  top: auto;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px;
  margin-left: 0;
}
.testi-image{
  height: 90px;
  width: 90px;
  float: left;
}
.testi-image img{
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.testi-content{
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.testi-content h4{
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.testi-content p{
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #1d71b8;
}
.testi-desc p{
  font-size: 16px;
}
.social-section li {
  display: inline-block;
}
.social-section .fa-facebook-f {
  background: #4060a5;
  border-radius: 0px 2px 2px #999;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  height:30px;
  width:30px;
}
.social-section .fa-linkedin-in {
  background: #0077B5;
  border-radius: 0px 2px 2px #999;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  height:30px;
  width:30px;
}
.social-section .fa-whatsapp {
  background: #25D366;
  border-radius: 0px 2px 2px #999;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  height:30px;
  width:30px;
}
.social-section .fa-envelope {
  background: #dd4b39;
  border-radius: 0px 2px 2px #999;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  height:30px;
  width:30px;
}
.social-section li a {
  color: #fff;
}
.social-section li i {
  font-size: 14px;
  line-height:30px;
}
.social-section{
  padding-top:10px;
}
.client-section {
  margin: 40px 0px;
}
.client-section h3 {
  font-size: 16px;
  color: #179c61;
  font-weight: bold;
}
.client-section h2 {
  font-size: 35px;
}
.client-section .carousel-control{
  position: absolute;
  width:60px;
}
.common-banner {
  background: url(../images/subbanner.jpg);
  background-size: cover;
  min-height:250px;
  background-position: center center;
  margin-bottom:50px;
}
.breadcrumbs-item {
  position: absolute;
  left: 50%;
  top:40px;
  transform: translate(-50%, 50%);
  width:100%;
}
.breadcrumbs-item h1 {
  color: #fff;
  font-size: 59px;
  font-weight: bold;
}
.breadcrumbs-item li {
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.breadcrumbs-item li a {
  color: #fff;
  font-size: 16px;
}
.breadcrumbs-item li i {
  padding: 0px 10px;
  font-size: 14px;
}
.contact-content {
  margin: 30px 0px;
}
.contact-content h3 {
  font-size: 16px;
  color: #179c61;
  font-weight: bold;
}
.contact-content h2 {
  font-size: 38px;
}
.contact-content .contact-detail {
  padding-bottom: 30px;
}
.contact-section-detail {
  box-shadow: 0px 0px 10px 0px #e1e1e1;
}
.contact-section-detail .detail-page {
  background: #179c61;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
}
.contact-section-detail .detail-page h2 {
  font-size: 25px;
}
.contact-main {
  padding: 20px;
  border-bottom: 1px solid #e1e1e1;
}
.contact-main .contact-left {
  background: #179c61;
  height: 64px;
  width: 64px;
  float: left;
}
.contact-main .contact-left i {
  font-size: 32px;
  color: #fff;
  position: relative;
  top: 15px;
  left: 15px;
}
.contact-main .contact-right {
  margin-left: 80px;
  font-size: 16px;
}
.contact-main .contact-right h5 {
  font-weight: bold;
  padding: 5px;
  margin: 0;
}
.contact-main .contact-right p {
  padding: 3px 0px;
  margin: 0;
}
.top-inquiry{
  background:#05834c;
  padding:8px;
  color:#fff;
  text-align: center;
}
.top-inquiry p{
  text-align: center;
}
.health-provider-content{
  min-height:145px;
}
.health-provider .health-provider-content img{
  background:#f1f1f1;
  padding:10px;
  margin-bottom:10px;
}
.health-link li{
  display: inline-block;
  padding:10px 15px;
  background:#e47332;
  margin-bottom:10px;
}
.health-link li a{
  font-size:16px;
  color:#fff;
}
.form-section{
  padding:20px;
}
.form-section b {
  font-size: 16px;
}
.form-section label{
  padding-bottom: 9px;
  margin:0;
  font-weight: normal;
  font-size: 16px;
}
.form-section .form-control{
  padding:6px 16px;
  min-height:47px;
  border-radius:0px;
  border:1px solid #c3c3c3;
}

.btn-form {
  float: right;
  background: #179c61;
  padding: 15px 10px;
}
.btn-form button {
  border:none!important;
  background:none!important;
  color:#fff!important;
}
.btn-form button:focus{
outline:none!important;
  background:none!important;
  color:#fff!important;
}
.btn-form button i {
  padding-right: 15px;
}
.company-image {
  background: url(../images/img.jpg);
  min-height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  justify-content: center;
  vertical-align: middle;
  display: inline-block;
  background-position: center;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}
.company-image button {
  position: absolute;
  border:none;
  top: 40%;
  color: #fff;
  background: #05834c;
  padding: 10px;
  font-size: 18px;
}
.background-image {
  background: url(../images/bg-img2.jpg);
  min-height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  justify-content: center;
  vertical-align: middle;
  display: inline-block;
  background-position: center;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6);
}
.bg-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.bg-content h2 {
  font-size: 42px;
}
.bg-content .bg-bottom-apply {
  background: #05834c;
  display: inline-block;
  padding: 10px;
}
.bg-content .bg-bottom-apply a {
  color: #fff;
  font-size: 16px;
}
.bg-content .play {
  color: #fff;
  background: #05834c;
  padding: 10px;
}
.bg-content .play i {
  font-size: 16px;
}
.blog-section {
  box-shadow: 0px 0px 10px 0px #e1e1e1;
}
.blog-content {
  padding:0px 20px 10px 20px;
  border-bottom: 1px solid #f1f1f1;
  max-height:200px;
  overflow: hidden;
  font-size: 16px;
  text-align: justify;
}
.blog-image h3 {
  font-size: 18px;
  color: #179c61;
  text-align: center;
}
.blog-bottom a {
  font-size: 14px;
  color: #179c61;
}
.blog-bottom {
  padding: 20px;
  font-size: 16px;
}
.blog-image img {
  max-height: 215px;
  width: 100%;
}
.feature-client {
  background: #eaeaea;
  padding: 80px 10px;
}
.feature-client h3 {
  font-size: 16px;
  color: #179c61;
  font-weight: bold;
}
.feature-client h2 {
  font-size: 35px;
}
.feature-section {
  background: #fff;
  padding: 10px 10px 60px 10px;
  text-align: center;
  margin-top: 10px;
  min-height:439px;
  box-shadow: 0px 0px 10px 0px #010101;
}
.feature-sections {
  background: url(../images/img.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.8);
}
.feature-sections:hover {
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.4);
}
.feature-section span i {
  color: #179c61;
  font-size: 50px;
}
.feature-section h3 {
  font-size: 16px;
}
.feature-section p {
  font-size: 16px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.feature-image img {
  border-radius: 100%;
  height: 100px;
  width: 100px;
  position: absolute;
  left: 50%;
  bottom: -25%;
  transform: translate(-50%, -50%);
}
.layout li {
  display: inline-block;
  padding: 5px 10px;
}
.layout li a {
  color: #000;
}
.layout button {
  background: none;
  border: none;
}
.layout li:hover {
  background: #05834c;
}
.layout li:hover button {
  color: #fff;
}
.gallerys img {
  max-height: 300px;
  width:100%;
}

  .bottom-header .apply-content{
    right:20px;
  }
  .breadcrumbs-item{
      top:50px;
  }
  .breadcrumbs-item h1{
  font-size:40px;
  }
  .social-section li {
    height: 30px;
    width: 30px;
  }
  .social-section li i {
    font-size: 14px;
    padding: 10px;
    line-height: 10px;
  }
  .common-design {
    padding: 10px 0px;
  }
  .overlay-detail {
    text-align: center;
    background: rgba(5, 131, 76, 0.7);
    color: #fff;
    padding: 10px;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    right: 30px;
    left: 30px;
  }
  .overlay-detail h3 {
    color: #fff;
  }
  .banner-about {
    padding: 5px;
  }
  .banner-about h2 {
    font-size: 35px;
  }
  .bottom-header .navigation li{
    padding-right:5px;
  }
  .bottom-header .navigation .dropdown {
    z-index: 1300;
  }
  .about-detail h2 {
    font-size: 32px;
    margin: 10px 0px;
  }
  .about-detail p {
    margin-bottom: 10px;
  }
  .about-apply {
    padding: 10px 15px;
  }
  @media(min-width: 1024px) and (max-width:1200px){
    .top-header .icon-align li a{
      font-size: 12px;
    }
  }
  @media(min-width: 991px) and (max-width: 1024px){
    .top-header .icon-align li{
      display: inline-block;
    }
    .top-header .icon-align li a{
      font-size: 12px;
    }
    .bottom-header{
      padding: 15px 0px;
    }
    .bottom-header .logo{
      width: 25%;
    }
    .bottom-header .menu-toggle{
      top: 30px;
    }
    .bottom-header .navigation{
      position: absolute!important;
      top:125px!important;
    }
  }
  @media(min-width: 767px) and (max-width: 992px){
    .top-header .icon-align li{
      display: block;
      line-height: 30px;
    }
    .social-icon{
      float: left;
      margin-top:10px;
    }
    .bottom-header{
      padding: 15px 0px;
    }
    .bottom-header .logo{
      width: 25%;
    }
    .bottom-header .menu-toggle{
      top: 20px;
    }
    .bottom-header .navigation{
      position: absolute!important;
      top:85px!important;
    }
    .flip-card{
      margin-bottom: 15px;
    }
    .flip-content{
      margin-left: 30px;
    }
    .company-items{
      padding: 20px 0px;
    }
  }
  @media(max-width:767px){
    .top-header .icon-align li{
      display: block;
      line-height: 30px;
    }
    .social-icon{
      float: left;
      margin-top:10px;
    }
    .bottom-header{
      padding: 15px 0px;
    }
    .bottom-header .logo{
      width: 25%;
    }
    .bottom-header .menu-toggle{
      top: 15px;
    }
    .bottom-header .navigation{
      position: absolute!important;
      top:85px!important;
    }
    .flip-card{
      margin-bottom: 15px;
    }
    .flip-card-inner-service{
      min-height: 325px;
      margin-bottom: 20px;
    }
    .company-items{
      padding: 20px 0px;
    }
    .footer-section{
      padding-bottom:30px;
    }
  }
@media (max-width:1024px) {
  .breadcrumbs-item h1{
  font-size:40px;
  }
  .about-detail h2 {
    font-size: 26px;
  }
  .banner-about h2 {
    font-size: 26px;
  }
  .country-content h2 {
    font-size: 25px;
  }
  .country-content p {
    font-size: 16px;
    padding: 0;
    margin-bottom: 14px;
  }
  .bottom-header .menu-toggle {
    display: block;
  }
  .bottom-header .navigation{
    position: absolute;
    top:60px;
    left:0;
    right: 0;
    width: 100%;
    background: #141421;
    transform: translateY(-400%);
    transition: all ease 0.3s;
    z-index: 1600;
    padding: 20px 0px;
  }
  .bottom-header .navigation.show {
    transform: translateY(0);
  }
  .bottom-header .navigation .main-menu{
    left:0px;
  }
  .bottom-header .navigation li {
    display: block;
    text-align:left;
  }
  .bottom-header .navigation .dropdown{
    position:absolute;
    width: 217px;
    top:50px;
    z-index: 1200;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    visibility:hidden;
    border-top: 2px solid #ffb600;
  }
  .bottom-header .navigation .dropdown li a {
    line-height: 10px;
  }
  .bottom-header .navigation li a,
  .bottom-header .navigation li a.active {
    color: #fff;
    line-height: 40px;
  }
  .bottom-header .navigation .hover-items .dropdowns{
    position: absolute;
    left:218px;
  }
  .footer-section .contact-section li .icon{
    position: absolute;
    bottom:10px!important;
  }
}

.image-test span{
  float:right;
  color:#05834c;
  font-weight: bold;
  line-height: 25px;
}
.image-test span .cust{
  color:#000;
  font-weight: normal;
}
.customer-logos .slick-dots{
  text-align: center;
}
.customer-logos .slick-dots li{
  display: inline-block;
  margin-right: 5px;
}
.customer-logos .slick-dots li button{
  background: #1d71b8;
  height: 16px;
  width: 16px;
  border: none;
  border-radius: 100%;
  font-size: 0;
}
/* Slider */

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}