.welcome-area {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.welcome-area .text-holder .title {
    padding-bottom: 20px;
}
.welcome-area .text-holder .title h1 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 25px;
}
.welcome-area .text-holder ul li {
    margin-bottom: 0;
}
.rtl .welcome-area .text-holder .single-item {
    padding-right: 100px;
    position: relative;
}
.ltr .welcome-area .text-holder .single-item {
    padding-left: 100px;
    position: relative;
}
.rtl .welcome-area .text-holder .single-item .iocn-box {
    position: absolute;
    top: 0;
    right: 0;
}

.ltr .welcome-area .text-holder .single-item .iocn-box {
    position: absolute;
    top: 0;
    left: 0;
}
.welcome-area .text-holder .single-item .iocn-box img{
  width: 80px;
}
.welcome-area .text-holder .single-item p{

}
.welcome-area .text-holder .single-item .text-box h3 {
    margin: 0 0;
}
.welcome-area .text-holder .button {
    margin: 40px 0 0;
}

.thm-btn {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
    display: block;
    border-radius: 30px;
    padding: 12px 25px 10px;
    transition: all 500ms ease;
}

.bgclr-1 {
    background: #0392ce;
    border: 2px solid #0392ce;
    color: #ffffff;
}

.welcome-area .text-holder .button a {
    background: #ffffff;
    border-color: #f0f0f0;
    color: #222222;
    width: 210px;
}
.welcome-area .inner-content {
    background: #0392ce;
    color: #ffffff;
    display: block;
    padding: 24px 20px 21px;
}
.welcome-area .img-holder img {
    width: 100%;
}
.welcome-area .inner-content p {
    margin: 0;
    font-weight: 400;
}
.certificates-area {
    background: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec-title {
    margin-top: -3px;
    padding-bottom: 50px;
    position: relative;
}
.sec-title h1 {
    color: #222222;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    text-transform: capitalize;
    margin: 0 0 16px;
}
.sec-title .border {
    position: relative;
    overflow: hidden;
    display: block;
    background: #f0f0f0;
    height: 1px;
    display: block;
}
.sec-title .border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background: #0392ce;
    content: "";
}


.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel.owl-loaded {
    display: block;
}
.certificates-area .certificates .single-item {
    height: auto;
    width: 100%;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    text-align: center;
    overflow: hidden;
}
.rtl .certificates-area .owl-dots {
    position: absolute;
    left: -5px;
    top: -103px;
}

.ltr .certificates-area .owl-dots {
    position: absolute;
    right: -5px;
    top: -103px;
}
.certificates-area .owl-dots .owl-dot.active {
    width: 20px;
    background: #0392ce;
    border-color: #0392ce;
    border-radius: 20px;
/*    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;*/
}
.certificates-area .owl-dots .owl-dot {
    background-image: none;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    padding: 0px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 500ms ease;
}



.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.certificates-area .owl-dots .owl-dot span {
    display: none;
}
.certificates-area .owl-dots .owl-dot.active {
    width: 20px;
    background: #0392ce;
    border-color: #0392ce;
    border-radius: 20px;

}
