.services_main_txt h1 {
    font-size: 50px;
    font-weight: 800;
    color: black;
}
.powered_by_txt{
    color: #f3bc50;
}
.certification_sub p{
    font-size: 28px;
    font-weight: 700;
    
}
.certifications_main{
    /* margin-top: 50px;
    margin-bottom: 50px; */
}
.yellow_border{
    border-bottom: 3px solid #f3bc50;
    padding-top: 36px;
}




/* circle css */
/* .growth_hack_circle_main{
    padding: 50px 0px
} */
.growth_hack{
    font-size: 30px !important;
    padding: 66px 10px 10px 10px !important;
    line-height: 32px !important;
    font-weight: 700 !important;
    background-color: #f3bc50;
    border: 1px solid #f3bc50 !important;
}
.animation_circle_three_line{
    padding-top: 70px !important;
}
.row {
    float: left;
    width: 100%;
}
.row .circle_top {
    margin-left:100px;
}
.row .circle_bottom {
    margin-left:100px;
}
.row .block {
    float: left;
    width: 20%;
    height: 200px;
    margin: 10px;
    
}
.row .block1 {
    float: left;
    width: 20%;
    height: 200px;
}
.hovicon {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    margin: 20px;
    width: 200px;
    padding-top: 80px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: black;
    border: 1px solid #c7c7c7;
    font-weight: 600;
}

.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:100px;
    height:100px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:70px;
    height:70px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/* Effect 1 */
 .hovicon.effect-1 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.hovicon.effect-1:after {
    top: 0px;
    left: 0px;
    padding: 0px;
    box-shadow: 0 0 0 2px #f3bc50;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}
/* Effect 1a */
 .hovicon.effect-1.sub-a:hover {
    background: #f3bc50;
    color: black;
}
.hovicon.effect-1.sub-a:hover i {
    color: black;
}
.hovicon.effect-1.sub-a:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.tailored_made_border{
    width: 70px;
    height: 5px;
    background-color: #f3bc50;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tailored_made_hed{
    height: 80px;
}
.tailored_made_hed h3{
    color: black;
    font-weight: 700;
    text-align: left;
	font-size:22px;
}
.tailored_main_boxes{
    border: 1px solid #e7e7e7;
    padding: 5px 20px;
    margin: 10px 0px;
    min-height: 320px;
}
.tailored_main_boxes p{
    color: #969696;
    text-align: left;
    font-size: 12px;
}
.tailored_main_boxes:hover{
    background-color: #f3bc50;
    box-shadow: -5px 5px 15px #e9e9e9;
    border: 1px solid #f3bc50;

}

.tailored_main_boxes:hover p{
   color: black
    
}
.tailored_main_boxes:hover .tailored_made_border{
   background-color: black;
     
 }
 .tailored_boxes_a{
     text-decoration: none;
 }
 a.tailored_boxes_a:hover {
    text-decoration: none;
}


@media screen and (max-width: 700px) and (min-width: 319px) {
    .tailored_main_boxes{
     
        min-height: auto;
    }
    .certifications_img{
        margin-bottom: 50px; 
    }
    .hovicon {
        display: block;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    margin: 0;
    width: 155px;
    padding-top: 60px;
    height: 155px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: black;
    border: 1px solid #c7c7c7;
    font-weight: 600;
    
   
}
.animation_circle_three_line{
    padding-top: 50px !important;
}
.growth_hack{
    font-size: 26px !important;
    padding: 50px 10px 10px 10px !important;
}
   
    .row {
        margin-right: 0px !important;
        margin-left: 0px;
        float:none;
        width: 100%;
    }
    .row .circle_top {
        margin-left: 0 !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .row .block {
        float: none !important;
        width: 100% !important;
        height: 200px;
        margin: 10px;
        
    }
    .row .block1 {
        float: none !important;
        width: 100% !important;
        height: 200px;
    }
    .row .circle_top {
        margin-left:0px !important;
    }
    .row .circle_bottom {
        margin-left:0px !important;
    }
    .services_main_txt h1 {
        font-size: 34px;

    }
    .spacer-medium {
        height: 0px !important;
        
    }
    
    
}

@media screen and (max-width: 700px) and (min-width: 400px){
    .row .block{
    float: left !important;
    width: 41% !important;
    height: 200px;
    margin: 10px;
}
.row .block1 {
    float: left !important;
    width: 49% !important;
    height: 200px;
}
.growth_hack_block{
    display: none;
  }

}


@media (min-device-width:701px) and (max-device-width:768px){
    
    .growth_hack_block{
        display: none;
      }
    
    .row {
        margin-right: 0px !important;
        margin-left: 0px;
        float:none;
        width: 100%;
    }
    .row .circle_top {
        margin-left: 0 !important;
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .row .block {
        float: left !important;
        width: 47% !important;
        height: 200px;
        margin: 10px;
    }
      .row .block1 {
        float: left !important;
        width: 48% !important;
        margin: 5px;
        height: 200px;
    }
    .row .circle_top {
        margin-left:0px !important;
    }
    .row .circle_bottom {
        margin-left:0px !important;
    }
    .services_main_txt h1 {
        font-size: 34px;

    }
    .spacer-medium {
        height: 0px !important;
        
    }
    
    }
    
    @media (min-device-width:769px) and (max-device-width:1024px){
        .row .block {
            width: 20%; 
            margin: 16px;
        }
        .row .circle_top {
            margin-left: 25px;
        }
    
       .row .circle_bottom {
            margin-left: 25px;
        }
    }

.certifications_img{
    width: 150px;
}