.row {
    margin-right: -10px;
    margin-left: -10px;
}
.row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.no-gutters {
    margin-right: 0!important;
    margin-left: 0!important;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0!important;
    padding-left: 0!important;
}
.actual_customers {
    padding: 40px 0;
    background-image: linear-gradient(rgba(255, 238, 192, 0.2), rgba(255, 209, 70, 0.5));
}

.video .feature-box-video img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.video.video-feature .feature-box-video img {
    height: 322px;
}

@media screen and (min-width: 1600px) {
    .video.video-feature .feature-box-video img {
        height: 362px;
    }
}

.section_news_and_certi {
    padding: 50px 0;
    background: linear-gradient(to bottom, rgba(255,247,204,1) 0%,rgba(254,252,234,1) 100%);
}
.header-contacts a {
    color: #e4c21f!important;
    font-weight: bold;
    font-size: 17px;
}
.blog_section .blog_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.blog_section .image {
    flex: 0 0 11%;
    max-width: 11%;
}

.blog_section .image img {
    height: 105px;
    object-fit: cover;
    width: 100%;
    border: 1px solid #E3BA32;
}

.blog_section .blog_body {
    flex: 0 0 68%;
    padding-left: 15px;
    max-width: 68%;
}

.blog_section .blog_body .blog_title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.certifications-slider .owl-nav {
    transition: all 0.3s;
}
.certifications-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}
.certifications-slider .owl-nav .owl-prev, .certifications-slider .owl-nav .owl-next {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #f1f1f1;
    text-align: center;
    transition: all 0.3s;
}

.certifications-slider .owl-nav .owl-next {
    right: 0;
}

@media (min-width: 992px) {
    .col-xl-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    } 
}

/*Hotline*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
    left: -12px;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #339bef;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
	height: 55px;
	top: 25px;
	left: 25px;
	position: absolute;
	background-color: rgb(51 155 239 / 70%);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #339bef;
	width: 33px;
	height: 33px;
	top: 37px;
	left: 37px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgb(51 155 239 / 70%);
  height: 40px;
  width: 178px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
     display: none; 
  }
}

.inner-fab-icon {
  height: 40px;
  width: 40px;
}

.roundCool {
  transition: all 120ms ease-in-out;
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 13px;
  bottom: 18px;
  user-select: none;
  cursor: pointer;
  color: #FF9500;
  font-size: 5em;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08), 0px 3px 10px rgba(0, 0, 0, 0.08);
  z-index: 9999999;
}

.img-circle {
    border-radius: 50%;
}

.inner-fabs a {
    position: fixed;
    right: 15px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    font-size: 1.5em;
    will-change: bottom;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    transition: all .3s;
    z-index: 999999;
}

.inner-fabs.show a {
    bottom: 88px;
}

.inner-fabs.show a#challenges-fab {
    bottom: 140px;
}

.inner-fabs.show a#chat-fab {
    bottom: 193px;
}

.inner-fabs a::before {
    content: attr(data-tooltip);
    transition: opacity 120ms cubic-bezier(0.4, 0, 1, 1);
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #fff;
    right: 53px;
    top: 19%;
    background-color: rgb(51 155 239 / 100%);
    font-size: .6em;
    line-height: 1.2em;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 15px;
    padding: 7px 18px 6px 18px;
    max-width: 200px;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.inner-fabs.show a::before {
  content: attr(data-tooltip);
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}

.call-animation {
    background: #fff;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 5px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  
}
 
@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.4), 0 0 0 20px rgba(0, 0, 0, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.4), 0 0 0 30px rgba(0, 0, 0, 0.2);
    }

}

@media screen and (max-width: 575px) {
    .roundCool {
        /* bottom: 100px; */
    }
    .inner-fabs a {
        /* bottom: 100px; */
    }
    .inner-fabs.show a {
        /* bottom: 164px; */
    }
    .inner-fabs.show a#challenges-fab {
        /* bottom: 215px; */
    }
    .inner-fabs.show a#chat-fab {
        /* bottom: 267px; */
    }
}

.phone-desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .phone-mobile {
        display: none;
    }
    .phone-desktop {
        display: inline-block;
    }
}

.top-service-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.top-service-box a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(253 175 23 / 20%);
    opacity: .3;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 1;
}
.top-service-box:hover a:after {
    opacity: 1;
    visibility: visible;
}
.top-service-box .view {
    font-weight: 600;
    color: #fff;
    padding: 4px 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    border-radius: 45px;
    background-color: #fdaf17;
    transform: translate(-50%, -50%);
    transition: all .3s;
    z-index: 1080;
}
.top-service-box:hover .view {
    opacity: 1;
    visibility: visible;
}
.top-service-box figure img {
    height: 277px;
    object-fit: cover;
    width: 100%;
}
.top-service-box .content {
    position: absolute;
    padding: 5px 0 0;
    width: 100%;
    bottom: 0;
    background: rgb(255 255 255 / 70%);
}
.top-service-box h2 {
    color: #fdaf17;
    font-weight: bold;
    font-size: 28px;
    padding: 7px 5px 5px 7px;
    text-transform: uppercase;
}
.top-service-box .description {
    font-size: 24px;
    color: #fff;
    padding: 12px 5px 7px 5px;
    background-color: #fdaf17;
}
.top-service-box .description .percent {
	padding-right: 8px;
	margin-right: 4px;
	border-right: 1px solid rgb(255 255 255 / 20%);
}
.top-service-box small {
    font-size: 69%;
}
@media screen and (max-width: 768px) {
    .blog_section .image img {
        height: 78px;
    }
}
@media screen and (max-width: 600px) {
    .top-service-box figure img {
        height: 168px;
    }
	.top-service-box h2 {
	    font-size: 15px;
	}
	.top-service-box .description {
	    font-size: 18px;
	    padding: 5px 5px 5px 5px;
	}
	.row.gx-2-mobile {
	   margin-right: -5px;
        margin-left: -5px;
	}
	.row.gx-2-mobile [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .blog_section .image {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .blog_section .image img {
        height: 70px;
    }
    .blog_section .blog_body .blog_title {
        max-height: 40px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;    
    }
    .blog_section .blog_description {
        height: 20px;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }
}
.shape-box {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.shape-box .shape-icon {
    z-index: 999;
}
.shape-box .shape-icon img {
    width: 58px;
    height: 56px;
}
.shape-box .shape-content {
    color: #fff;
    padding: 12px 15px 12px 22px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ac7e3d;
    margin-left: -15px;
}
.shape-box .shape-content h4 {
    font-size: 18px;
    color: #fff;
    width: 45%;
}
.shape-box .shape-content h4 a {
    color: inherit;
}
.shape-box .shape-content p {font-size: 22px;font-weight: bold;}
.shape-box .shape-content a.ntb {
    padding: 3px 20px 1px 20px;
    color: #fff;
    background: #004a80;
    border-radius: 25px;
}
.shape-box .shape-content a.ntb:hover {
    background: #022c4a;
}