.f-light {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; 
}
.f-rglr {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; 
}
.f-sm-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; 
}
.f-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; 
}
.f-ex-bold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800; 
}
.clear{
  clear: both;
}
.pull-right{
  float: right;
}

a:focus,
button:focus {
  outline: 0;
}
button:hover{
transition: all 0.5s ease-in-out;
}
.btn:hover{
 transition: all 0.5s ease-in-out; 
}
a:hover{
  transition: all 0.5s ease-in-out;
}
.green {
  color: #0c6e6f;
}
.grey {
  color: #767676;
}
.white {
  color: rgb(255,255,255);
}
header.shrink{
  margin-top: -44px;
  transition:all 0.7s  ease-in-out;
  
}
header.shrink .navbar-brand img {
  width: 275px;
   margin-top:12px;
  margin-left: 40px;

}
header.shrink .main-header .contact-info ul{
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 33px;
}
header .navbar-brand img {
  margin-top: 5px;
  width: 350px;

} 
header .logo1{
  display: none;
}
header .foot-logo.show{
  display: block;
}
header .foot-logo{
  display: none;
}

.top-header{
  background-color: #f2f2f2;
  height: 28px;
  padding: 0px 0px;
}
.top-header ul li a{
  list-style: none;
  margin-left: 13px;
  text-decoration: none;
  color: #4b4849;
  font-size: 15px;
  font-weight: 500;
}
.top-header ul li a:hover {
  color: rgb(0, 103, 104);
  transition: all 0.5s ease-in-out;
}
.top-header ul{
  float: right;
}
.top-header ul li{
  display: inline-block;
}
.main-header {
  padding:13px 0px 0px 0px;
}
.main-header .contact-info ul{
  float: right;
  margin-top: 8px;
  margin-bottom: 18px;
  margin-right: 33px;
}
.main-header .contact-info ul li{
  display: inline-block;
  padding: 0px 22px;
}
header.shrink .main-header .contact-info ul li p{
  font-size: 12px;
}
header.shrink .main-header .contact-info ul li h5{
  font-size: 12px;
}
header.shrink .main-header .contact-info ul li a{
  font-size: 12px;
}
.main-header .contact-info ul li p{
  display: inline-block;
  color: #949898;
  font-size: 14px;
  line-height: 0;
}
.main-header .contact-info ul li h5{
  display: block;
  font-size: 14px;
  color: #4b4849;
  line-height: 0.2;
}

.main-header .contact-info ul li a{
  display: block;
  font-size: 14px;
  color: #4b4849;
  text-decoration: none;
  position: relative;
  line-height: 0.2;
}
.main-header .contact-info ul li a:hover{
  color: rgb(0, 103, 104);
  transition: all 0.5s ease-in-out;
}
.main-header .contact-info ul li .enquiry-btn{
  display: inline-block;
  padding: 15px 18px;
  color: #4b4849;
  text-decoration: none;
  background-color: #e0eded;
  font-size: 15px;
  margin-right: -30px;
  position: relative;
  bottom: 11px;
  z-index: 1;
}
.main-header .contact-info ul li .enquiry-btn:hover{
  color: rgb(255,255,255);
  background-color: #006768;
  transition: all 0.5s ease-in-out;
}
/*.main-header .contact-info ul li .enquiry-btn:after{
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
height:0%;
width: 100%;
background-color: #006768;
color: #ffff; 
-webkit-transition: all 0.3s;
z-index: -1;
border: 1px solid #ffff;
}*/
.main-header .contact-info ul li .enquiry-btn:hover:after{
  height: 100%;
}
.main-header .contact-info ul li:nth-child(2){
  border-left:2px solid #f5f9f9; 
}
header .bottom-header{
  margin-top: -10px;
  background-color: #006768;
  position: relative;
}
.bottom-header .navbar-mob{
  float: right;
}
header .bottom-header .nav-tab{
  padding-left: 37%;
  position: relative;
}

/*header .bottom-header .nav-tab{
padding-left: 41%;
}*/
header .bottom-header .nav-tab:before{
  position: absolute;
  content: "";
  height: 43px;
  width: 128px;
  background-color:  #006768;
  transform: skew(-35deg);
  -webkit-transform: skew(-35deg);
  -moz-transform: skew(-35deg);
  -o-transform: skew(-35deg);
  top: 0;
  left: 34%;
  z-index: 2;   
}

header .bottom-header:after{
  position: absolute;
  content: "";
  width: 45%;
  height: 55%;
  top: 0;
  left: 0;
  background-color:rgb(255,255,255);
  z-index: 1;
}
header .bottom-header.hide:after{
  width: 0;
}
header {
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: rgb(255,255,255);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transition: .25s transform;
  box-shadow: 0px 1px 15px #00000026;
}

.heads-up {
  transform: translate3d(0,-12rem,0);
}

header .navbar-expand-md {
  padding: 0px;
}

header .navbar-brand {
  padding: 0;
}

header .navbar-expand-md .navbar-nav .nav-link {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500; 
  color: rgb(255,255,255);
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-left: 0rem;
  padding-right: 0rem;
  padding: 10px 7px;
}
header .navbar-expand-md .navbar-nav .nav-link[aria-expanded="true"].dropdown-toggle::after {
transform: rotate(180deg);
}
header .navbar-expand-md .navbar-nav .nav-item{
  padding-left: 10px;
  z-index: 2;
}
header .navbar-expand-md .navbar-nav .nav-link:before{
  position: absolute;
  content: "";
  border-bottom: 3px solid rgb(255,255,255);
  width: 0%;
  color: rgb(255,255,255);
  z-index: 2;
  top: 93%;
  left: 0;
  right: 0;
  /*opacity: 0;*/
  transition: all 0.3s ease-in-out;
} 
header .navbar-expand-md .navbar-nav .nav-link:hover:before{
  /*opacity: 1;*/
  width: 95%;
} 
header .navbar-expand-md .navbar-nav .nav-link.active:before  {
  /*opacity: 1;*/
  width: 95%;
} 
.frame-wrapp {
  margin-top: -3%;
}
.home-slider {
  height: 600px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border: none;
  padding: 0;
  margin:188px auto 0px auto;;
  display: block;
}

.owl-carousel {
  z-index: 0 !important;
}

header ul.dropdown-menu {
  border-radius: 0;
  border:0;
  padding: 0;
  margin: 0;
  min-width: auto;
  width: 260px;
  box-shadow: 0px 0px 15px #00000017;
}
header .bottom-header #about_dropdown{
  width: 150px;
}
header .bottom-header #our-work-dropdown{
width: 220px;  
}
header ul.dropdown-menu li a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #066a6c;
  font-size: 14px;
  padding:  12px 27px;
  display: block;
  transition: all 0.3s ease-in-out;
}

header ul.dropdown-menu li a:hover {
  color: #000;
  background-color: #e4e4e4;

}


/*.home-slider {
height: 451px;
width: 100%;
max-width: 100%;
overflow: hidden;
border: none;
padding: 0;
margin: 0 auto;
display: block;
}*/


.owl-carousel {
  z-index: 0 !important;
}

.btn {
  border-radius: 5px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.23);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 13px;
  width: 115px;
  height: 45px;
  transition: all 0.3s ease-in-out;
}

/*.home-slider .owl-theme .owl-nav,
.affiliation .owl-theme .owl-nav {
position: absolute;
margin: 0 auto;
width: 1140px;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
}

.affiliation .owl-theme .owl-nav {
width: 1110px;
top: 35%;
}*/
.affiliation .image_item  {
  
  box-shadow: 3.536px 3.536px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid lightgrey;
}
/*.affiliation .client-carousel  .item {
width: 300px;
}*/
/*.affiliation .owl-carousel .item { 
width: 300px;
}*/

.home-slider .owl-theme .owl-nav [class*=owl-],
.home-slider .owl-theme .owl-nav [class*=owl-]:hover,
.affiliation .owl-theme .owl-nav [class*=owl-],
.affiliation .owl-theme .owl-nav [class*=owl-]:hover {
  color: #FFF;
  text-shadow: 0px 2px 1px #000;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}

.home-slider .owl-theme .owl-nav .owl-next {  
  position: absolute;
  right: 0;
}

.home-slider .owl-theme .owl-nav .owl-prev {  
  position: absolute;
  left: 0;
}
.affiliation .owl-theme .owl-nav .owl-prev {  
  position: absolute;
  left: -40px;
}

.affiliation .owl-theme .owl-nav .owl-next {  
  position: absolute;
  right: -40px;
}
.home-slider .owl-theme .owl-dots {
  position: absolute;
  bottom: 0%;
  width: 100%;
  margin: 0 auto;
}

.home-slider .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 5px;
  margin: 5px;
  background: #fff;
  opacity: 0.5;
  display: block;
  border-radius: 5px;
}
.home-slider .owl-theme .owl-dots .owl-dot:hover span,
.home-slider .owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
  background: rgb(255,255,255);
}
.expertise,
.sk-agency {
  padding: 40px 0px 40px 0; 
}
.title {
  font-size: 30px;
  margin: 0 0 20px;
  color: #4b4849;
}
.sub-title {
  font-size: 17px;
  margin: 0 auto 50px;
  line-height: 1.5;
  width: 90%;
  color: #767676;
}

.expertise .padg {
  padding: 0px 6px 8px 5px;
}

.expertise .wrapp {
  margin-top: 10px;
  position: relative;
  transition: all 0.3s ease;
}
.expertise .img-box:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 50%;
  text-align: center;
  background-image: linear-gradient(to top, #000000ad 25%, #ffffff00 100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.expertise .wrapp .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: unset;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.expertise .caption p {
  text-align: center;
  font-size: 17px;
  margin: 0;
  position: absolute;
  bottom: 10%;
  z-index: 1;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.expertise .wrapp{
  overflow: hidden;

}
.expertise .wrapp img{
  transition: all 0.3s ease-in-out;
}
.expertise .wrapp:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.expertise .wrapp .btn {
  font-size: 15px;
  padding: 11px;
  width: 110px;
  height: 40px;
  position: absolute;
  bottom: -10%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: transparent;
  border: 1px solid #248f90f5;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.sk-agency {
  background: #f5f9f9;
}

.sk-agency .img-box {
  padding: 10px;
  position: relative;
}

.sk-agency .img-box img {
  position: relative;
  z-index: 1;
}

/*.sk-agency .img-box:hover:before,
.sk-agency .img-box:hover:after {
background-color: rgb(8, 130, 138);
}*/


.sk-agency .img-box:before {
  position: absolute;
  content: '';
  right: -2px;
  top: -2px;
  width: 150px;
  height: 150px;
  background-color: #d5d9d9;
  transition: all 0.3s ease-in-out;
}

.sk-agency .img-box:after {
  position: absolute;
  content: '';
  left: -3px;
  bottom: -3px;
  width: 150px;
  height: 150px;
  transition: all 0.3s ease-in-out;
  background-color: #d5d9d9;
}
.sk-agency .img-box:hover:after,
.sk-agency .img-box:hover:before {
   background-color: #4b4849;
   transition: all 0.5s ease-in-out;
}

.sk-agency .info-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);

}

.sk-agency h5 {
  font-size: 22px;
  margin: 0
}

.sk-agency p {
  font-size: 17px;
  margin: 25px 0;
  line-height: 1.6;
}

.sk-agency .btn {
  background: #696768;
  color: rgb(255,255,255);
  border-radius: 0px;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.27);
}
.sk-agency .btn:hover {
  background: rgb(255,255,255);
  color: #696768;
  transition: all 0.5s ease;
  border: 1px solid #696768;
}

.sk-agency .info-box h5{
  color: #4b4849;
}
.sk-agency .info-box p{
  color: #767676;
}
.couting {
  position: relative;
  background: url(../images/service_images/parrelex.jpg);
  padding: 80px 0;
  background-attachment: fixed; 
 /* background-size: cover;
  background-repeat: no-repeat;*/
}

.couting .count-box {
  color:rgb(255,255,255);
  float: left;
  width: 25%;
  text-align: center;
}
.couting .counting_overlay{
  height: 100%;
  width: 100%;
  background: #0000008c;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.4;
}
.couting .count-box .icon {
  font-size: 60px;
  display: block;
  margin: 0 0 25px;
}

.couting .count-box img {
  height: auto;
  width: 90px;
  margin: 0 auto 20px;
  display: block;

}

.couting .count-box h3 {
  font-size: 35px;
  margin: 0;
  display: inline-block;
}

.couting .count-box .plus {
  font-size: 35px;
  line-height: 1;
  display: inline-block;
}

.couting .count-box p {
  font-size: 17px;
  margin: 0;
  display: block;
}
.affiliation {
  padding: 80px 0;
  overflow: hidden;
}
.affiliation .image_item img{
  width: 100%;
}
.affiliation .image_item{
  border: 1px solid #ebebef;
  width: 22%;
  margin: 0 10px;
  display: inline-block;
}


/*download page*/
.download_main{
  padding: 70px 0px;
}
.download_main .download_body .dwonload{
  float: left;
  display: inline-block;
  width: 30%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 16px 0px rgba(0, 1, 6, 0.06);
  border: 1px solid rgb(202, 200, 200);
  margin-left: 33px;
  padding: 10px 24px 10px 0px;
  min-height: 300px;
  position: relative;
  background-image: url();
}
.download_main .download_body .dwonload h1{
  font-weight: 600;
  font-size: 29px;
  color: #4b4849;
  margin-left: 60px;
}
.download_main .download_body .dwonload .back_img{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 150px;
  z-index: -1;
}
.download_main .download_body .dwonload .icon_download{
  position: absolute;
  top: 14px;
  left: 28px;
  font-size: 28px;

}
.download_main .download_body .dwonload ul{
  list-style: none;
}
.download_main .download_body .dwonload ul li a{
  text-decoration: none;
  font-size: 16px;
  color: #767676;  
  line-height: 2.2;
   font-weight: 500;
}
.download_main .download_body .dwonload ul li a:hover{
color: rgb(0, 103, 104);
transition: all 0.3s ease-in-out;
}
.download_main .download_body .dwonload ul a{
  text-decoration: none;
  font-size: 18px;
  color: #767676; 
  font-weight: 400;

}
.download_main .download_body .dwonload ul .icon-arraow_down{
  float: right;
  margin-top: -28px; 
  font-size: 15px;
}
.download_main .download_body .dwonload ul .icon-arraow_down:hover{
  color: rgb(0, 103, 104);
transition: all 0.3s ease-in-out;
}
.download_main .download_body .dwonload hr {
  margin-top: 1rem; 
  margin-left: 30px;
}
/*download page end*/
footer {
  background: url(../images/footer-bg.png)
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #121212;
  background-position: center; 
}

.footer {
  padding: 50px 0 30px;
  border-bottom: 1px solid #1b3c44; 
}

footer p,
footer a {
  color: #b1b3b6;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; 
  display: block;
  margin: 0;
  padding: 0 0 10px 0;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

footer a:hover {
  color: rgb(255,255,255);
  text-decoration:none;
}

footer .column h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700; 
  color: rgb(255,255,255);
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 20px;
}

footer .column {
  width: 20%;
  float: left;
}

footer .column:nth-child(1) {
  width: 25%;
  padding-right: 50px;
}

footer .column:nth-child(2) {
  width: 12%;
}

footer .column:nth-child(3) {
  width: 21%;
}

footer .column:nth-child(4) {
  width: 20%;
}

footer .column:nth-child(5) {
  width: 22%;
}

footer .column .icon {
  color:rgb(255,255,255);
  font-size: 17px;
  float: left;
  position: relative;
  top: 3px;

}

footer .column:nth-child(5) p,
footer .column:nth-child(5) a {
  padding: 0 0 10px 30px;
}

footer .foot-logo {
  display: block;
  margin: 0 0 20px; 
}

.btm-strip {
  padding: 15px 0;
}

.btm-strip p,
.btm-strip a {
  display: inline-block;
  line-height: 1.2;
  font-size: 13px;
  margin: 0;
  padding:0;
  
}

.btm-strip .left-div {
  width: 60%;
  float: left;
  text-align: left;
}

/*.btm-strip .left-div a {
  text-decoration: underline !important;
}*/

.btm-strip .right-div {
  width: 40%;
  float: right;
  text-align: right;
}

.btm-strip .right-div a.white:hover {
  color: #b1b3b6;
} 

.btm-strip .right-div>a {
  font-size: 15px;
  padding: 0 5px;
}

.btm-strip .right-div>a:last-of-type {
  margin-right: 20px;
}


.breadcum {
  position: relative;
  margin-top: 148px;
}



.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}

.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.breadcum .parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
/*transform: translate3d(0,0,0);
-webkit-transform: translateX(-50%);*/
transform: translateX(-50%);
}

.breadcum img {
  width: 100%;
  position: relative;
}

/*.breadcum:after{
  position: absolute;
  content: "";
  bottom: -13px;
  left: 24%;
  background: #ffff;
  height: 25px;
  width: 25px;
  z-index: 1;
  transform: rotate(45deg);
}*/
.breadcum .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.breadcum  h1 {
  font-size: 45px;
  margin: 0;
  line-height: 1.2;
  /*animation:  1s 1s fadeInUp both;*/
}
.breadcum a {
  
  color: rgb(255,255,255);
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  /*animation:1s 1s fadeInUp both;*/
}
.breadcum .span-breadcum {
  color: rgb(255,255,255);
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  /*animation:1s 1s fadeInUp both;*/
}

/*.breadcum a:hover {
color: #4b4849e6;
transition: all 0.7s ease-in-out;
}*/
/*.breadcum .breadcum_container{
  animation:1s 0.8s fadeInUp both;
}*/
.overview {
  padding: 30px 0px;
}
.overview h1{
  font-size: 29px;
  color: #4b4849;
}
.overview p{
  font-size: 17px;
  color: #767676;
  line-height: 1.8;
  margin-top: 18px;
}
.overview .image-box{
  margin-left: 13px;
  /*margin-top: 68px;*/
}
.overview .overview_left{
  padding-right: 51px;
}
.overview  .image-box {
  overflow: hidden;

}

.overview  .image-box a img{
  transition: all 0.5s ease-in-out;
} 
/*.overview  .image-box a:hover  img{
  transform: scale(1.1);

} */
.safety_quality  .image-box {
  overflow: hidden;
}

.safety_quality  a img{
  transition: all 1s ease-in-out;

} 
.safety_quality  .image-box  a:hover img{
  transform: scale(1.1);
} 
.safety_quality {
  padding: 50px 0px 45px 0px; 
}    
.safety_quality h1{
  position: relative;
  font-size: 29px;
  color: #4b4849;
  padding-bottom: 20px; 
  margin-bottom: 20px; 
}
/*.safety_quality h1:before{
position: absolute;
content: "";
bottom: 0;
left: 0;
height: 5px;
width: 7%;
background: linear-gradient(to right, #006768 50%, #4b4849 50%);
}*/
.safety_quality h2{
  font-size: 23px;
  color: #4b4849;
  position: relative;
  
}
.safety_quality h2,
.safety_quality p
{
  margin-left: 18px;
}
.safety_quality h2:before {
  content: "";
position: absolute;
top: 9px;
left: -22px;
width: 10px;
height: 10px;
color: black;
background: black;
border-radius: 50%;
}
.safety_quality p{
  font-size: 18px;
  color: #767676;
  line-height: 1.8;
  margin-top: 14px;

}

.certificate .item{
  position: relative;
}
.certificate .owl-theme .owl-nav {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  top: 32%;
}
.certificate .owl-theme .owl-nav [class*=owl-] {
  background:transparent; 
}
.certificate .owl-theme .owl-nav [class*=owl-]:hover {
  background:transparent; 
}

.certificate .owl-theme .owl-nav .left-arrow {
  position: absolute;
  left: -5%;
  font-size: 30px;
  transform: rotateZ(180deg);
}
.certificate .owl-theme .owl-nav .right-arrow {
  position: absolute;
  right: -5%;
  font-size: 30px;
}
.certificate .item{
  overflow: hidden;
}
.certificate  .parallax-container {
  position: relative;
  overflow: hidden;
  height: 380px;
}
.certificate .parallax{
  position: absolute;
  left: 0;
  right: 0;
  height: 390px;

}
.certificate .parallax .parallax-img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 100%;
  min-height: 100%;
  transform: translate3d(0,0,0);
/*transform: translate3d(0,0,0);
-webkit-transform: translateX(-50%);*/
transform: translateX(-50%);
}
.certificate .container {
  margin-top: 44px;
}
.certificate  .parallax-container .parallax h1{
  position: relative;
  color: rgb(255,255,255);
  font-size: 29px;
  text-align: center;
  margin-bottom: 43px;
}
/*our work section start"image gallary"*/
.lg-backdrop {
  background-color: #0000009e !important;
}
.image_gallery{
  padding: 55px  0px 10px 0px;
}
.image_gallery .wrapper{
  padding: 0px 10px 39px 10px;
}
.image_gallery .img-box{
  overflow: hidden;
  position: relative;
  border-radius: 10px; 
}
/*.image_gallery .img-box:before{
  content: "";
  position: absolute;
  border-top: 7px solid #006768;
  top: 0;
  z-index: 1;
  width: 0%;
  transition: 0.5s ease-in-out;

}*/
/*.image_gallery .img-box:before{
  content: "";
  position: absolute;
  border-right: 5px solid black;
  right: 0;
  z-index: 3;
  width: 0%;
  transition: 0.5s ease-in-out;

}*/
/*.image_gallery .img-box:before{
  content: "";
  position: absolute;
  border-right: 5px solid black;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 0%;
  transition: 0.5s ease-in-out;

}*/
/*.image_gallery .img-box:before{
  content: "";
  position: absolute;
  border-bottom: 7px solid #006768;
  bottom:0;
  z-index: 1;
  width: 0%;
  transition: 0.5s ease-in-out;

}
.image_gallery .img-box:hover:before{
  width: 100%;
}*/

.image_gallery .img-box a img{
  transition:all  1s ease-in-out;

}
.image_gallery .img-box .light_img img.img_height{
  height: 500px !important;
}
.image_gallery .img-box:hover a img{
  /*transform: scale(1.1);*/
  transform:  scale(1.1)

}
.image_gallery .img-box:after{
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  bottom: 0;
  background-color:#e4dfdf;
}
.image_gallery .img-box a:before{
  content: "";
  position: absolute;
  width:100%;
   height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
  transition: 0.5s;
  opacity:0;
}
.image_gallery .img-box a:hover:before{
  opacity:1;
 
}
.image_gallery p{
  font-size: 18px;
  color: #767676;
  margin-top: 25px;
  margin-bottom: 45px;

}
.image_gallery .img-box:hover .icon-1375071 {
  opacity: 1;

}
.image_gallery .img-box .icon-1375071{
  position: absolute;
  top: 40%;
  left: 40%;
  color: rgb(255,255,255);
  font-size: 60px;
  opacity: 0;
    z-index: 1;
}
/*.image_gallery .col-sm-4{
overflow: hidden;
}*/

/*our work section end"image gallary"*/

/*career page start*/
.opportunities{
  padding: 60px 0px 80px 0px;
  background-color: #f5f5f6;
}
.opportunities .container h1{
  color: #4b4849;
  font-size: 33px;
  text-align: center;
  padding-bottom: 40px;
}
.opportunities .left h2,
.opportunities .right h2{
  color: #4b4849;
  font-size: 22px;
  line-height: 1.2;
}
.opportunities .left p,
.opportunities .right p{
  color: #767676;
  font-size: 17px;
  line-height: 1.4;
}
.opportunities .left .btn:hover,
.opportunities .right .btn:hover{
  color: rgb(255,255,255);
  background-color: #066b6c;
}
.opportunities .left .btn,
.opportunities .right .btn{
  color: #4b4849;
  padding: 10px 15px;
  border: 1px solid #066b6c;
  border-radius: 0px;
  font-size: 18px;
  margin-top: 15px;
}
.opportunities .left,
.opportunities .right {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 14px 0px rgba(0, 1, 6, 0.21);
  /*padding: 35px 0px 30px 40px;*/
  border-left: 9px solid #868485;
}
.opportunities .wrapper{
  padding: 38px 47px;
}
.apply_form{
  padding: 50px 0px 70px 0px;
}
.apply_form .container{
  box-shadow: 0px 2px 14px 0px rgba(0, 1, 6, 0.21);
}

.apply_form .container img{
  height: 100%;
  width: 100%;
}
.apply_form .col-md-5{
  padding-left: 0;
}
.apply_form h1{
  text-align: center;
  font-size: 33px;
  color: #4b4849;
  padding-bottom: 40px; 
}
.apply_form .form-group:nth-child(2){
  width: 46%;
  float: left;
  margin-right: 20px;
}
.apply_form .form-group:nth-child(3){
  width: 46%;
  float: left;
  margin-left: 20px;
}
.apply_form .form-group span {
 /* position: absolute;
  top: 54px;
  left: 0; */
  color: #ff000091;
  /*font-size: 14px;*/
}
.apply_form .form-group:nth-child(6) span{
  top: 105px;
}
.apply_form .form-group:nth-child(6){
  margin-top: 23px;
}
.form-control:focus {
  box-shadow: none;
}
.apply_form .form-group{
  position: relative;
  /*margin-top: 12px;*/
}
.apply_form .form-group .hide_label1{
  position: absolute;
  top: 17px;
  pointer-events: none;
  font-size: 17px;
  color: #686363;
  width: 100%;
}
.apply_form .form-group .form-control{
  height: 55px;
}
.apply_form .form_section{
  padding: 25px;
}
.apply_form .form-group:nth-child(6)  label{
  position: static;
  pointer-events: none;

}
.apply_form .form-group:nth-child(6) input{
  height:75px;
  background-color: #efeeee;
  padding: 0 0px  0 10px;
  
}

.apply_form .form-group .form-control{
  border: none;
  border-bottom: 1px solid #686363;
  border-radius: 0;
}
.apply_form .form-group input[type=file]{
  position: relative;

}
.apply_form .form-group  input[type="file" i]::-webkit-file-upload-button{
  padding: 12px 80px;
  border-radius: 30px;
  box-shadow: none;
  background-color: #aaa8a9;
  box-sizing: border-box;
  box-shadow: 0;
  border: 2px solid #edebeb;
  color: rgb(255,255,255);
  margin-top: 10px;

}
.apply_form .form-group  input[type="file" i]::-moz-file-upload-button{
  padding: 0;
  border-radius: 30px;
  box-shadow: none;
  background-color: #aaa8a9;
  box-sizing: border-box;
  box-shadow: 0;
  border: 2px solid #edebeb;
  color: rgb(255,255,255);

}


.apply_form .form_section .button{
  padding: 5px 30px;
  border-style: none;
  float: left;
  display: inline-block;
  margin-top: 30px;
  margin-left: 10px;
}
.apply_form .form_section .g-recaptcha{
  float: left;
}
.apply_form .form_section .submit_btn{
  background-color: rgb(105, 103, 104);
  color: rgb(255,255,255);
  border: 1px solid rgb(255,255,255);

}
.apply_form .form_section .submit_btn:hover{
  color: #696767;
  background: rgb(255,255,255);
  border:1px solid #696767 ;
}
.apply_form .form_section .reset_btn{
  background-color: rgb(255,255,255);
  color:#4b4849 ;
  border: 1px solid #4b4849;
}
.apply_form .form_section .reset_btn:hover{
  color: rgb(255,255,255);
  background-color:#696767;
}

/*career page end*/

/*team page start*/
.team_member .team_intro{
  padding: 70px 0px 10px 0px;
  margin:0px 70px; 
}
.team_member .team_intro h1{
  color: #4b4849;
  font-size: 29px;
}
.team_member .team_intro h5{
  color: #4b4849;
  font-size: 21px;
}
.team_member .team_intro p{
  color: #767676;
  font-size: 18px;
  margin-top: 20px;
}
.team_member .team_intro h1,
.team_member .team_intro h5,
.team_member .team_intro p{
  margin-left: 60px;
}
.team_member .team_intro .bottom{
  padding-bottom: 50px;
}
hr {
  margin-top: 4rem;
  margin-left: 61px;
}
.team_member .team_intro .ig_box{
  overflow: hidden;
  margin-top: 5px;
  text-align: center;
}
.team_member .team_intro img{
  transition: 1s ease-in-out;
}
.team_member .team_intro .ig_box:hover img{
  transform: scale(1.2);
}
/*team page end*/

/*services section*/
.services{
  padding: 30px 0px 30px 0px;
}
.services .right_service{
  margin-top: 13%;
}
.services .right_service h2{
  margin-top: -15px;
  margin-bottom: 26px;
  color: #4b4849;
  font-size: 24px;
}
.services .right_service ul{
  border-bottom: none;
  display: inline;
}
.services  .sticky.fixed {
  position: sticky;
  top: 50px;
  /*width: 350px;*/
}
/*.services .sticky{
  width: 310px;
}*/
.services .right_service .nav-tabs .nav-link {
  border: none;
  font-size: 15px;
  color: #4b4849;
  background-color: #f2f2f2;
  margin: 8px 0px;
  padding: 13px 0px 13px 50px;
  font-weight: 600;
  text-align: left;

}
.services .right_service .nav-tabs .nav-item{
  position: relative;
}
.services .right_service .nav-tabs .nav-link:hover {
  background-color: #e4e4e4;
}
.services .right_service .nav-tabs .nav-link.active {
  color: rgb(255,255,255);
  background-color:#4b4849;
}

.services .right_service .nav-tabs .nav-link.active .left_icon{
  color: rgb(255,255,255);
}
.services .right_service  .left_icon{
  color: #87878a;
  position: absolute;
  top: 15px;
  left: 18px;
}
.services .left_service .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color:rgb(255,255,255);
  border-bottom: none;
}
.services .left_service .card-header h5 {
  font-size: 33px;
  color: #4b4849;

}
.services .left_service .card-body h5 {
  font-size: 25px;
  color: #4b4849;

}
.services .left_service .card-body .image-wrap{
  overflow: hidden;
 margin: 40px 0px 40px 0px;
 transition:all 1s ease-in-out;
}
.services .left_service .card-body .image-wrap:hover img{
  transform: scale(1.1);
}
.services .left_service .card-body .image-wrap .clr_img{
  transition: 1s ease-in-out;
  width: 100%;
}
.services .left_service .card-body h6 {
  font-size: 17px;
  color: #4b4849;
}
.services .left_service .card-body ul li {
  font-size: 17px;
  color: #767676;
  margin-top: 5px;
}
.services .left_service .card-body p{
  font-size: 17px;
  color: #767676;
  margin-top: 10px;
}
.services .left_service .card {
  position: relative;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgb(255,255,255);
  background-clip: border-box;
  border: none;
  border-radius: .25rem;
}
.services .right_service .service-contact{
  background-color: #4b4849;
  padding: 10px 10px 10px 40px;
  margin-top: 60px;
  /*display: none;*/
 /* position: absolute;*/
}
.services .right_service .service-contact a{
  line-height: 2.5;
}
.services .right_service .service-contact a:hover,
.services .right_service .service-contact span:hover{
  color: rgb(255,255,255);
  text-decoration: none;
}

.services .tab-content .card-header .btn-link{   
  width: 100%;
  border-radius: 0;
  font-size: 18px;
  color: #4b4849;
  background-color: #f2f2f2;
  margin: 8px 0px;
  padding: 13px 0px 30px 50px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  position: relative;
}
/*.services .tab-content .card-header .btn-link:hover {
background-color: #e4e4e4;
}*/
/*.services .tab-content .card-header .btn-link.active {
color:  #fff;
background-color:#4b4849;
}*/
.card-header {
  padding: 0rem 0rem;
}
.services .left_service .card-header {
  padding: 0rem 0rem; 
}
.services .tab-content .card-header .fa-chevron-down{
  position: absolute;
  top: 15px;
  right: 10px;
  opacity: 1;
}
.services .tab-content .card-header .fa-chevron-up{
  position: absolute;
  top: 15px;
  right: 10px;
  opacity: 0;
}
.services .tab-content .card-header .btn-link[aria-expanded="true"] .fa-chevron-up {
  opacity: 1;
}
.services .tab-content .card-header .btn-link[aria-expanded="true"] .fa-chevron-down {
  opacity: 0;
}

.services .tab-content .card-header .btn-link[aria-expanded="true"] {
  background: #4b4849;
  color: #f2f2f2;
}
.services .left_service .card-body h5 {
  font-size: 25px;
}


/*services section end*/

/*disclaimer section*/
.disclaimer-content{
  padding: 40px 0px 40px 0px;
}
.disclaimer-content h1{
  color: #767676;
  font-size: 33px;
  text-transform: uppercase;

}
.disclaimer-content h5{
  color: #767676;
  font-size: 22px;
}
.disclaimer-content p{
  color: #767676;
  font-size: 17px;
  margin-top: 15px;
}
/*disclaimer section end*/
/*privacy policy*/
.privacy-content{
  padding: 40px 0px 40px 0px;
}
.privacy-content h1{
  color: #767676;
  font-size: 30px;
  text-transform: uppercase;

}
.privacy-content h5{
  color: #767676;
  font-size: 22px;
  margin-top: 25px;
}
.privacy-content p{
  color: #767676;
  font-size: 17px;
  margin-top: 15px;
}
/*privacy policy*/
/*sitemap section*/
.sitemap-content{
  padding: 40px 0px 40px 0px;
}

.sitemap-content ul li{
  color: #4b4849;
  font-weight: 500;
  font-size: 20px;
}
.sitemap-content ul li a{
  text-decoration: none;
  color: #767676;
  font-size: 16px;
}
.sitemap-content ul li a:hover{
  color: rgb(0, 103, 104);
  transition: all 0.5s ease-in-out;
}
/*sitemap section end*/
.contact {
  padding: 80px 0;
}
.contact .get-in-touch {
  width: 40%;
  float: left;
  background:url('../images/address-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat; 
}

.contact .get-in-touch {
  padding: 30px;
}

.contact h1 {
  font-size: 38px;
  margin: 0px;
  padding: 0 0 25px 20px;
  border-bottom: 1px solid #237b7c;
}

.contact .icon {
  font-size: 25px;
  float: left;
  position: relative;
  top: 23px;
}

.get-in-touch p {
  font-size: 18px;
  margin: 0 0 0 40px;
  padding: 20px 0;
  border-bottom: 1px solid #237b7c;
}

.get-in-touch .mail,
.get-in-touch .phone {
  display: block;
  text-decoration: none;
  color: rgb(255,255,255);
  font-size: 18px;
  margin: 0 0 0 40px;
  padding: 20px 0;
  border-bottom: 1px solid #237b7c;
  transition: all 0.5s ease-in-out;
}

.get-in-touch h5 {
  display: inline-block;
  font-size: 20px;
  margin: 0 5px 0 0;
}

.get-in-touch .scl-icon {
  display: inline-block;
  padding: 5px 10px;
  color: rgb(255,255,255);
  font-size: 20px;
  margin: 15px 0 0;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
}
.get-in-touch .scl-icon:hover{
  background: rgb(255,255,255);
  color: #01595a;

}

/*.get-in-touch a:hover {
color: #000;
}
*/
.contact .form-div {
  width: 60%;
  float: left;
}

.contact .form-div {
  padding: 35px 30px 10px 30px;
}

.contact .form-group {
  position: relative;
  margin: 7px 0 32px;
  float: left;
  width: 50%;
  padding: 0 20px;
}
.contact .form-group .help-block{
  color: #ff000091;
  font-size: 15px;
  position: absolute;
  top: 45px;
  left: 20px;
}
/*.contact  .form-group:nth-child(5) .help-block{
top: 80px;
margin-top: 20px;
}*/

.contact .box-style  {
  border: 0;
  border-radius: 0;
  padding:10px;
  box-shadow: none;
  border-bottom: 1px solid #686363a3;
}

.contact .form-group.message {
  width: 100%;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

/*.contact .box-style  {
border: 0;
border-radius: 0;
padding:10px;
box-shadow: none;
border-bottom: 1px solid #686363;
}

.contact .form-group.message {
width: 100%;
}*/

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

select {
  color: #686363;
  font-size: 14px;
}

.contact .hide_label {
  color: #686363;
  font-size: 17px;
  position: absolute;
  top: 10px;
  left: 20px;
  margin: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.contact .show_label {
  color: #686363;
  font-size: 17px;
}

.contact .captcha-div {
  float: left;
  padding-left: 20px;
}

.contact .btn {
  margin: 30px 0 0 15px;
  background: #01595a;
  color: rgb(255,255,255);
  
}
.contact .btn:hover {
  color: #01595a;
  background:rgb(255,255,255);
  border: 1px solid #01595a;

}
/* .
contact .btn:before{
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
height:0%;
width: 100%;
background: #ffff;
-webkit-transition: all 0.3s;
z-index: -1;
opacity: 0;
border: 1px solid #ffff;
}
.contact .btn:hover:before{
height: 100%;
opacity: 1;
}
*/
/*select {
color: #686363;
font-size: 17px;
}*/

/*.contact .hide_label {
color: #686363;
font-size: 17px;
position: absolute;
top: 10px;
left: 20px;
margin: 0;
pointer-events: none;
transition: all 0.3s ease-in-out;
}*/

/*.contact .show_label {
color: #686363;
font-size: 17px;
}

.contact .captcha-div {
float: left;
padding-left: 20px;
}*/

/*.contact .btn {
margin: 30px 0 0 15px;
background: #01595a;
color: #fff;
border: 1px solid #01595a;
}*/

.contact .wrapp {
  box-shadow: 0px 2px 14px 0px rgba(0, 1, 6, 0.21);
}

.map-div {
  background-color: #0b2a31;
}
.address{
  padding: 0px 0px 30px 0px ;
}
.address .address_top h1{
  font-size: 19px;
  text-align: center;
  color: rgb(255,255,255);
  padding: 14px 0px;
  
}
.address .address_top{
  min-height: 70px;
  background:#006768; 
  position: relative;
}
.address .add_wrapper{
  min-height: 375px; 
  box-shadow: 0px 2px 14px 0px rgba(0, 1, 6, 0.21);
}

.address .address_body{
  padding:0px 10px 10px 13px;
}
.address .address_body .icon{
  position: relative;
  top: 5px;
  float: left;
  font-size: 15px;
  color: #01595a;

}
.address .address_body .icon1{
  position: relative;
  top: 25px;
  left: -14px;
  float: left;
  font-size: 15px;
  color: #01595a;

}
.address .address_body .icon:nth-child(1){
  top: 20px;

}
.address .address_body .address_main{
  float: left;
  margin-left: 0px;
  font-size: 14px;
  color: #767676;
  display: inline-block;
}
.address .address_body .address_location{
  margin-left: 30px;
}
.address .address_body .telephone{
  font-size: 15px;
  
}
/*.address .address_body div:nth-child(2) p{
  margin-left: 20px;
}*/

.address .address_body .address_main a{
  text-decoration: none;
  color: #767676;
}
.address .address_body .address_main a:hover {
color: #01595a;
transition: all 0.5s ease-in-out;
}
/*useful tool css start */

.container-dimnsn, .convertions, .tracking, .incoterms {
  margin: 30px 0px;
}

#colms {
  background-color: rgb(255,255,255);
  padding: 5px 00px 5px 30px;
  min-height: 400px;
}

#colms .left {
  width: 100%;
  float: left;
  margin-right: 18px;
}

.comparisonTable {
  margin-left: -25px;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #fbfbfb 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#fbfbfb 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #eaeaea 0%,#fbfbfb 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%,#fbfbfb 100%);
  background: linear-gradient(top, #eaeaea 0%,#fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#fbfbfb',GradientType=0 );
}

.comparisonTable table {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  border: 1px solid #252a51;
  background: transparent;
  background: -moz-linear-gradient(top, #fff 0%, #fdfdfd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fdfdfd));
  background: -webkit-linear-gradient(top, #fff 0%,#fdfdfd 100%);
  background: -o-linear-gradient(top, #fff 0%,#fdfdfd 100%);
  background: -ms-linear-gradient(top, #fff 0%,#fdfdfd 100%);
  background: linear-gradient(top, #fff 0%,#fdfdfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fdfdfd',GradientType=0 );
}

.comparisonTable table th {
  font-family: "AktivGrotesk-Regular";
  padding: 15px;
  text-align: center;
  font-weight: normal;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #efefef 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%,rgba(161, 166, 166, 0.31) 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%,rgba(161, 166, 166, 0.31) 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%,#efefef 100%);
  background: linear-gradient(top, #f7f7f7 0%,#efefef 100%);
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}

.comparisonTable table tbody {
  color: #010002;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.comparisonTable table td {
  padding: 10px;
  text-align: center;
  border: 1px dotted #767676;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.comparisonTable .textR strong {
  text-transform: uppercase;
  color: #0c6e6f;
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; 
}
.comparisonTable .buttn {
  background-color: #01595a;
  border: none;
  padding: 5px 10px;
  color: #FFF;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.5px;
  border: 1px solid #01595a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; 
  transition: all 300ms ease-in-out;
}
.comparisonTable .buttn:hover {
  background-color: transparent;
  color: #01595a;
}
.tracking .trk_title h2, 
.tracking .trk_title_2 h2, 
.incoterms .trk_title h2, 
.incoterms .trk_title_2 h2 {
  font-size: 16px !important;
  margin: 0 !important;
  padding: 0 8px 0 0 !important;
  white-space: pre;
  color: #026667;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800; 
}
.trk_title .trk_title_line, 
.tracking .trk_title_line_2, 
.incoterms .trk_title_line_2 {
  display: table-cell;
  height: 6px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.trk_title .trk_title_line .title-liner, 
.tracking .title-liner_2, 
.incoterms .title-liner_2 {
  border-bottom: 1px solid #252a51;
  border-top: 1px solid #252a51;
  display: block;
  height: 3px;
  position: relative;
  width: 100%;
}
.tracking .trk_list li {
  float: left;
  width: 270px;
  padding: 3px 5px 3px 15px;
  background: url(../images/tracking-arrow.jpg) 0 center no-repeat;
}

.tracking .trk_list li a {
  color: #767676;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.tracking .trk_list li a:hover {
  color: #000;
}
/*404 error*/
.error{
  padding: 60px 0;
}
.error h1{
  font-size: 40px;
  margin: 0 0 20px;
}
.error h2 {
    font-size: 30px;
}
.error p {
    font-size: 16px;
    margin: 0 0 20px;
}
.error .contact-btn{
  border-radius: 5px;
    line-height: 0.8;
    display: inline-block;
    font-size: 18px;
    padding: 13px;
    width: 115px;
    height: 45px;
    transition: all 0.3s ease-in-out;
    margin: 30px 0 0 15px;
    background: #01595a;
    color: rgb(255,255,255);
    text-decoration: none;
    border:1px solid #01595a;
}
.error .contact-btn:hover{
    background:rgb(255,255,255);
    color:#01595a;
    
}