@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap');
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html,body{
	height:100%;
	position:relative;
	scroll-behavior: smooth;
}
a,p,h1,h2,h3,h4,h5,h6,span{
  font-family: 'Poppins', sans-serif;
}

.header{
  padding: 20px 60px;
  background-color: #17807d;
/*  height: 90vh;*/
/*background-image: 
linear-gradient(4deg, rgba(38,8,31,0.75) 30%, rgba(213,49,127,0.3) 45%, rgba(232,120,12,0.3) 100%),
url("../images/bg/1.png");*/
background-image:radial-gradient(#39aba8c9,#178078ba),
url(../images/bg/1.png);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
.top_header{
 width: 100%;
}
.left_bar{
  width: 200px;
  float: left;
}
.left_bar img{
  width: 100%;
}
a.btn{
  padding: 5px 30px;
    border-radius: 30px;
  background-image: linear-gradient(to right top, #0a4f4d, #0b808a, #0a4f4d);
 /* background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
 */
 color: white;
  text-align: center;
  border:none;
  outline: none;
}
a.btn:hover{
  color:white;
}
.right_bar{
  float: right;
}
.right_box{
  display: flex;
  gap: 20px;
  justify-content: flex-end;
    align-items: center;
}


.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100vh;
  top: 0;
  right: 0;
  background-image: linear-gradient(to right top, #0a4f4d, #0b808a);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase\;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color:transparent;
  padding: 10px 15px;
  outline: #17807d;
  border:1px solid transparent;
  color: white;
  transition: all 0.5s;
  
}

.openbtn:hover {
  border-radius: 50%;
  background-image: linear-gradient(to right top, #0a4f4d, #0b808a, #0a4f4d);
  border:1px dashed #fff;
}


/*****************hero section css***************/
.hero_container{
  padding-bottom: 60px;
}
.heading_hero {
  padding: 60px 0px 60px;
  text-align: center;
}
.heading_hero h1{
  color: white;
  font-size: 40px;
  font-weight: bold;
 
}
.heading_hero h1 span{
  color: #ffde12;
}


.hero_box {
  background-color: #d2e5e4;
  padding: 20px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  text-transform: capitalize;
  margin: 10px 0px;
  height: 200px;
}
.hero_box h2 {
  text-align: center;
  color:#17807d;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: 'Poppins', sans-serif;
}

a.hero_button {
  background-color: #3c9492;
  color: white;
  font-size: 18px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 10px;
  border:1px solid transparent;
  transition: all 0.3s;
 
}
a.hero_button:hover{
  background-color: #fff;
  color: #3c9492;
  border-color: #3c9492;
}
.search_bar{
  display: flex;
  margin-top: -6px;
}
.hero_box a{
 margin-top: 22px;
}
.hero_box p{
  text-align: center;
  color:#17807d;
  font-weight:500;
  margin-top: 20px;
}
p.second_box {
  margin-top: 13px;
}
.search_bar{
  display: flex;
  justify-content: center;
 
}
/* From uiverse.io by @alexruix */
.group {
  display: flex;
  line-height: 28px;
  align-items: center;
  position: relative;
  max-width: 190px;
 }
 
 .input {
  width: 100%;
  height: 46px;
  margin-top:-4px;
  line-height: 30px;
  padding: 0 1rem;
  padding-left: 2.5rem;
  border: 2px solid transparent;
  border-radius: 10px 0px 0px 10px;
  outline: none;
  background-color: #3c9492;
  color: #fff;
  transition: .3s ease;
 }
 
 .input::placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
 }


 
 .input1 {
  width: 100%;
  height: 46px;
  margin-top:-4px;
  line-height: 30px;
  padding: 0 1rem;
  padding-left: 1.5rem;
  border-left: 1px solid white;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 0px 10px 10px 0px;
  outline: none;
  background-color: #3c9492;
  color: #fff;
  transition: .3s ease;
 }
 
 .input1::placeholder {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
 }
 /*
 .input:focus, input:hover {
  outline: none;
  border-color: rgba(234,76,137,0.4);
  background-color: #fff;
  box-shadow: 0 0 0 4px rgb(234 76 137 / 10%);
 }
 */

 .icon {
  position: absolute;
  left: 1rem;
  fill: #fff;
  width: 1rem;
  height: 1rem;
 }
 
 
 .icon1 {
  position: absolute;
  right: 1rem;
  fill: #fff;
  width: 1rem;
  height: 1rem;
 }
 
 
 
 /**********social_review***************/

 .social_review{
  padding:40px 0px;
 background-color: #17807d;
 }
 
 .five_column_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.review_box {
  text-align: center;

}
.review_box h1 {
  font-size: 40px;
  color: white;
  font-weight: bold;
  margin: 20px 0px;
  
  text-shadow: 0px 3px 2px rgba(13,6,3,0.39);
  text-transform: capitalize;
}

.review_box i {
  color:#ffde16;
  font-size: 20px;
  
  text-shadow: 0px 3px 2px rgba(13,6,3,0.39);
}
.review_box p{
  
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-shadow: 0px 3px 2px rgba(13,6,3,0.39);
 
}


/*****************hire_remote****************/


.hire_remote{
  padding-top:40px;
  /*background-image: linear-gradient(to bottom right, #17807d00, #17807d1f);*/
  background-image: url(../images/bg1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size:cover;
}


.firt_container{
  padding-top: 40px;
  padding-bottom: 60px;
  
}
.remote_heading h1{
  font-size: 60px;
  font-weight: 500;
  color:#17807d;
  text-transform: capitalize;

}

.remote_heading p{
  padding: 20px 0px;
  color:#17807d;
  font-size: 20px;
  font-weight: 500;
}
.btn_hire{

  padding: 3px 12px;
  border: 2px solid #17807d;
  text-decoration: none;
  color: #17807d;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  background-color: transparent;
  transition: all 0.5s;
  letter-spacing:1px;
  font-size: 20px;
  width:200px;
}
.btn_hire:hover{
  background-color:#17807d ;
  color: #fff;
}
.img_col img{
  width: 100%;
}
.mobile_img{
display:none;}
.remote_heading1 h1{
  font-size: 40px;
  font-weight: 500;
  color:#17807d;
  text-transform: capitalize;
  padding: 40px 0px;

}
.remote_heading1 span{
  color: #ffde12;
}

.box_content{
  padding: 20px 30px;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 1px 3px 0px rgb(23 128 125 / 47%);
  text-align: start;
  transition: all 0.5s;
  height: 300px;

}
.box_content h3{
  font-size: 30px;
  color:#17807d ;
  font-weight: bold;
  transition: all 0.5s;
  margin: 20px 0px;
 
}

.box_content p {
  margin-top: 20px;
  font-size: 15px;
 color:#17807d;
}

.btn_hire.apply{
font-size: 16px;
border: 2px solid #17807d;
letter-spacing: 1px; 
transition: all 0.5s;
margin: 20px 0px;
}


.box_content.box_center{
  padding: 20px 30px;
  background-color:#17807d;
  border-radius: 15px;
  box-shadow: 0px 1px 3px 0px rgb(23 128 125 / 47%);
  text-align: start;

}
.box_content.box_center h3{
  color:#fff ;
}
.box_content.box_center p{
  color: #fff;
}

.btn_hire.apply.center_btn{
  font-size: 16px;
  border: 2px solid #fff;
  letter-spacing: 1px; 
  color: #fff;
  transition: all 0.5s;
  }
  .box_content:hover{
    background-color: #17807d;
   
  }
  .box_content:hover p{
    color: white;
  }
  .box_content:hover h3{
    color: #fff;
  }
  .box_content:hover .btn_hire.apply{
    border: 2px solid #fff;
    letter-spacing: 1px; 
    color: #fff;
  }

  /**/
  
  .box_center:hover{
    background-color: #fff;
    color: #17807d;
  }
  .box_content.box_center:hover h3{
    color: #17807d;
  }
  .box_content.box_center:hover p{
    color: #17807d;
  }
  .box_content.box_center:hover .btn_hire.apply.center_btn{
    border: 2px solid #17807d;
    letter-spacing: 1px; 
    color: #17807d;
    background-color: #fff;
  }
  .btn_hire.drop {
    width: 200px;
    margin: 50px auto;
    font-size: 20px;
}

/******************************grown ***************/
.grown{
padding-bottom: 60px;
background-image: linear-gradient(to bottom right, rgba(255,0,0,0), rgb(116 196 191 / 32%));
/*
background-image: url(../images/bg2.png);
background-position: bottom right;
background-repeat: no-repeat;
background-size: 50%;*/

}
.review_box.grown_column img{
  height: 50px;
}
.review_box.grown_column {
  text-align: start!important;
}
.review_box.grown_column span{
  text-align: start;
  color: #17807d;
  margin:5px 0px;
  font-size: 30px;
  font-weight: bold;
   
    text-shadow: 0px 3px 2px rgb(13 6 3 / 39%);
    text-transform: capitalize;
}
.review_box.grown_column p{
  color: #17807d;
  text-shadow: none;
  margin-top: 0px;
}

/*****************partner************/
.partner_sec{
  padding: 60px 0px;
  background-color: #17807d;
}

.kan{
  margin-top: 60px;
  position: relative;
}
.kan .owl-nav {
  position: absolute;
  font-size: 50px;
  right:85px;
  top: -100px!important;
  background: none;
}

.remote_heading1.partner h1{
  font-size: 40px;
  font-weight: 500;
  color:#fff;
  text-transform: capitalize;
  padding: 20px 0px;

}
.remote_heading1 span{
  color: #ffde12;
}

.custom_slide_box{
  height: 150px;
  width: 150px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  justify-content: center;
  align-items: center;
}
.custom_slide_box img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  border-radius: 50%;
}
.kan .owl-next,
.kan .owl-prev{
  background-color: #39aba8!important;
  width: 30px;
  height: 30px;
  border-radius: 50%!important;
  font: icon !important;;
}
.kan .owl-next img,
.kan .owl-prev img{
  width: 22px!important;
}

/*******************Thorough******************/

.Thorough{
  padding: 60px 0px;
  background-color: #73c4be;
}
.Thorough_heading h1{
  letter-spacing: 1px;
}
.Thorough p{
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.thought_right_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
button.right_btn1 {
  width: 150px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 20px;
  margin-top: 30px;
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #73c4be;
  text-transform: capitalize;
  margin-left: 200px;
  font-weight: 600;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.384);
}
button.right_btn1.btn_center{
  margin-left: 120px;
}
.hand_box img {
  margin-top: -10px;
  position: absolute;
  right: 0;
}
.thought_container{
  padding: 0px 20px;
}
.top_footer{
  background-color: #17807d;
  padding: 40px 0px;
}
.footer_list{
  margin-top: 20px;
}
.footer_list ul{
  padding: 0;
}
.footer_list ul li{
  list-style: none;
  margin: 10px 0px;
}
.footer_list ul li a{
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin: 5px 0px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.Subscribe{
  margin-bottom: 20px;
}
.footer_heading{
  color: #fff;
  font: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer_list p{
  color: #fff;
  font-size: 16px;
  
  text-transform: capitalize;
}
.news_letter{
  height:40px;
  border-radius: 10px 0px 0px 10px!important;
  position: relative;
  border: none;
}

.news_letter:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
.news_letter:active{
  border: none;
  outline: none;
}
.icon_colom{white-space: nowrap;
height: 40px;
background-color: white;
border: 1px solid #ced4da00;
border-radius: 0px 10px 10px 0px;}

a.footer_mail{
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight:500;
  margin:10px 0px;
}
.footer_mail:hover{
  color:#fff;
}
ul.social_links li{
  display: inline;
  font-size: 16px;
  margin: 2px 5px;
 
}
.social_links li a i {
  color: #0b808a;
  margin: 20px 0px;
  height: 30px!important;
  width: 30px!important;
  border-radius: 50%;
  background:#fff;
  text-align: center;
  line-height: 30px;
  box-shadow: 0px 1px 3px 0px rgb(20 20 20 / 77%);
}
.bottom_footer{
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: black;
}
.bottom_footer p{
  line-height: 40px;
}
.bottom_footer p a{
  color: #73c4be;
  text-decoration: none;
}
.bottom_footer p a:hover{
  color:#0a4f4d;
}
h3.footer_heading{
 font-size: 18px!important;
  position: relative;
}

h3.footer_heading::after {
  position: absolute;
  width: 100px;
  height: 2px;
  content: "";
  background: white;
  bottom: -7px;
  left: 0;
}
.footer_list.list1 {
  margin-top: 130px;
}
.footer_list.list2 {
  margin-top: 100px;
}

/******=======================
bac to top button
====================*/
#scroll {
  position:fixed;
  right:10px;
  bottom:10px;
  cursor:pointer;
  width:50px;
  height:50px;
 /* background-color:#3498db;*/
 
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px;
  animation-name: example;
  animation-duration:4s;
  animation-iteration-count: infinite;
}


@keyframes example {
  0%   { bottom:10px;}
  25%  { bottom:10px;}
  50%  { bottom:70px;}
  75%  {bottom:70px;}
  100% {bottom:10px;}
}

/*
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
*/
/*
#scroll:hover {
  background-color:#e74c3c;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}*/