.main {
  width: 100%;
  min-height: 380px;
  text-align: center;
  position: relative;
  cursor: pointer;

  margin: 24px 0;
}

td.career_btn  {
    color: #FFFF;
    
   
}
td.career_btn a:hover {
   
     color: #3cb301;
    
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
   
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.service {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}

/* Mengatur posisi logo service */
.service-logo img {
    width: 114px;
    height: 115px;
    object-fit: cover;
    overflow: visible;
}


.service-logo {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: -90px auto 0;
    background: #fff;
    border: 10px solid #9FC246 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}




/* Membuat border title */
.service h4 {
  height: 35px;
  width: 80%;
  margin: 50px auto;
  background: #fff;
  position: relative;

}

.service h4 {
color: #384d9d;}

.service h4::after,
.service h4::before {
  content: '';
  width: 40px;
  height: 30px;
 position: absolute;
 z-index: -1;
}

.service h4::after {
  background: linear-gradient(to right, #fff, #007bff);
  right: -5px;
  top: -5px;
}

.service h4::before {
  background: linear-gradient(to right, #007bff, #fff);
  left: -5px;
  bottom: -5px;
}


/* membuat shadow untuk service */
.main::after {
  content: '';
  height: 200px;
  width: 80%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 10%;
  z-index: -1;
  box-shadow: 0 0 20px -15px #030380;
  transition: transform .8s;
}
.main::before {
  content: '';
  height: 200px;
  width: 64%;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 18%;
  z-index: -2;
}

.main:hover .service {
  transform: translateY(-50px);
}

.main:hover::after {
  transform: translateY(-25px);
}





/*header*/

.menuzord-menu.menuzord-right {
    float: right;
    padding: 20px !important;;
    padding-top:0px !important;
}





.menuzord-menu > li > a {
    padding: 11px 16px !important;;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    outline: 0;
    line-height: 2;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}


.menuzord.orange .menuzord-menu > li.active > a, .menuzord.orange .menuzord-menu > li:hover > a, .menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
   
    color: #fff;
    border-radius: 10px !important;
}






.solutions {
       background-color: #3a4f9e !important;
}


.text-white.text-center.solutions {
    background: rgba(159, 194, 70, 0.8) !important;
}



/*.header-nav-wrapper {
     background: green; 
    background-color: rgb(245 245 245 / 54%);
}*/

/*.header {
   background-color: rgb(245 245 245 / 54%);
}*/

/*.bg-deep {
    background-color: rgb(245 245 245 /1);
    position: absolute;
    z-index: 111;
    color: #fff;
margin: 0 !important;
}*/


ul.con-info 
{    float: !important;  
    padding-top: 7px;}
    .no-m{ margin: 0!important; }


ul.con-info li {
    display: inline-block;
    float: right;
    padding: 0 10px;
}

/*our*/


.bg_set {
    background-color: #164d8459;
}





ul.con-info li {
    display: inline-block;
}










.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  letter-spacing: 2px;
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #01b0f8;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #3f54a1;
  font-size: 18px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 16px;
  color: #9FC246 !important;
}
.gtco-testimonials .card p {
  font-size: 16px;
  color: #555;
  padding: 10px;
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 21px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: auto;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}



.thumb img {
    width: 100%;

    object-fit: cover;
}


.thumb {
    overflow: hidden;
    width: 100%;
    border"none!imporant;
    object-fit: cover;
}

.icon-box {
  
    text-align: center;
}


.item {
    border: none!important;
    box-shadow: none !important;
}

.back-img {
    height:49px;
}

.back-img img {
  filter: greenscale(100%);
}




.middle-icon-features img {
    display: table;
    width: 100%;
    text-align: center;
}

.middle-icon-features-item {
    margin-bottom: 45px;
}



.middle-icon-features {
    display: table;
    width: 100%;
    text-align: center;
}

.sec-heading.mx-auto h2 {
text-transform: capitalize;
   
}

.sec-heading.mx-auto{
     margin:0px 0 40px 0;
}

.middle-icon-large-features-box.f-light-warning {
    background: rgb(60 179 1 / 29%);
    color: #ff8f00!important;
}



.middle-icon-large-features-box {
    background: rgb(60 179 1 / 29%);;
    width: 90px;
    height: 90px;
    line-height: 96px;
    text-align: center;
    transition: .25s ease-in-out;
    font-size: 30px;
    border-radius: 50px;
    color: #fe2a5c;
    margin: 15px auto;
    position: relative;
    -webkit-box-shadow: 0 0 12px 0 rgb(71 119 244 / 20%);
    box-shadow: 0 0 12px 0 rgb(71 119 244 / 20%);
}

.middle-icon-features-content {
    padding: 0 15px;}

    .middle-icon-features-content h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
}



.number{
  color: #fff !important;
}


.icon-theme-colored.icon-dark a {
    background-color: #3a4f9e !important;
    color: #fff;
}



rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider audio, .rev_slider video {
    max-width: 100% !important;
}


/*li img {*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    border-radius: 50%;*/
/*    margin:10px; */
    
/*}*/



.menuzord-menu li .dropdown li{
   font-size:18px;
   color:green;
}

.menuzord-menu ul.dropdown li a {
    width: 100%;
    background: none;
    padding: 10px 25px 10px 22px;
    color: green;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    -o-transition: padding .2s linear;
    -moz-transition: padding .2s linear;
    -webkit-transition: padding .2s linear;
    transition: padding .2s linear;
    font-size: 16px;
}



/*usp*/

.usp-items span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}




.usp-items {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
      
}
.usp-items:hover{
   
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.usp-items:hover .usp-items, .usp-items:hover span.icon{
   
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.usp-items:hover h6, .usp-items:hover p{

    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.usp-items .icon {
    font-size: 40px;
    margin-bottom:25px;
    color:#3498db;   
    width: 126px;
    height: 126px;
    line-height: 96px;
    border-radius: 50px;
}
.usp-items .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#3498db;
}

.usp-items p{
    font-size:15px;
    line-height:26px;
}
.usp-items h6 {
    margin-bottom:20px;
    color:#2f2f2f;
    font-size:18px;
   
    text-transform: capitalize;
}
.thumb-sug {
    background: #3498db;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: nowrap; */
    height: 119px;
    box-shadow: 1px 1px 4px black;
}
.certificates{
     background: #3498db;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: nowrap; */
   
    box-shadow: 1px 1px 4px black;
}
    
}
