
* {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}
:root{
    --maincolor: #0FBCC5;
    --seccolor: #0FBCC5;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
::-moz-selection {
    background-color: #0FBCC5;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background-color: #0FBCC5;
    color: #FFF;
    text-shadow: none;
}
a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #FFF;
}


p {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

/* :: Display Table */
.display-table {
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
    height: 100vh;
}

/* :: My Classes */
.py-100 {
    padding: 100px 0;
}
.py-100-70 {
    padding: 100px 0 70px 0;
}
.py-100-60 {
    padding: 100px 0 60px 0;
}
.mb-30 {
    margin-bottom: 30px;
}
.container {
    position: relative;
    z-index: 4;
}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background-color: rgba(29, 29, 29, 0.2);
}
.btn-1 {
    background-color: #0FBCC5;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 0 40px;
    line-height: 40px;
    border-radius: 0;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    border: 2px solid #0FBCC5;
}
.btn-1:hover {
    background-color: #444;
    border: 2px solid #444;
}
.sec-title {
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.sec-title h2 {
    color: #444;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0px;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding-right: 10px;
    padding-top: 10px;
}
.sec-title h2:after {
    content: '';
    position: absolute;
    background-color: #0FBCC5;
    width: 50px;
    height: 70%;
    z-index: -1;
    right: 0;
    top: 0;
}

/* :: Loading */
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    left: 0;
    top: 0;
    z-index: 99999;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.loading .spinner {
    width: 40px;
    height: 40px;
    background-color: #0FBCC5;
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* :: Color Box */
.color-box{
    position: fixed;
    right: -200px;
    top: 150px;
    width: 200px;
    background-color: #fff;
    z-index: 999;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(204, 204, 204, 0.2);
            box-shadow: 0px 0px 40px 4px rgba(204, 204, 204, 0.2);
}
.color-box.active{
    right: 0;
}
.color-box .open-color-box{
    display: inline-block;
    text-align: center;
    color: #FFF;
    background-color: #0FBCC5;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 2px solid #0FBCC5;
    position: absolute;
    left: -40px;
    top: 0;
    outline: none;
}
.color-box .open-color-box i{
    -webkit-animation-name: rotation-open-color-box;
            animation-name: rotation-open-color-box;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    display: inline-block;
}
@-webkit-keyframes rotation-open-color-box{
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
@keyframes rotation-open-color-box{
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
                transform: rotate(359deg);
    }
}
.color-box h3{
    margin-bottom: 20px;
    text-transform: uppercase;
    z-index: 0;
    color: #444;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.3px;
}
.color-box .colors li{
    font-size: 18px;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 5px 5px 0;
    cursor: pointer;
}
.color-box .colors li:first-child{
    background-color: #0FBCC5;
}
.color-box .colors li:nth-child(2){
    background-color: #E8676B;
}
.color-box .colors li:nth-child(3){
    background-color: #C446DA;
}
.color-box .colors li:nth-child(4){
    background-color: #FF5E94;
}
.color-box .colors li:nth-child(5){
    background-color: #78CC6D;
}
.color-box .colors li:nth-child(6){
    background-color: #0CB4CE;
}
.color-box .colors li:nth-child(7){
    background-color: #1ABC9C;
}
.color-box .colors li:last-child{
    background-color: #F3C26B;
}

/* :: Navbar */
.navbar {
    padding: 0 16px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.2);
}
.navbar.active {
    background-color: #FFF;
    border-bottom: 1px solid #F1F1F1;
}
.navbar .navbar-brand {
    color: #FFF;
    font-weight: 700;
    font-size: 28px;
    padding: 12px 0;
    text-transform: uppercase;
}
.navbar.active .navbar-brand {
    color: #0FBCC5;
}
.navbar .navbar-nav .nav-link {
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    padding: 30px 0;
    margin: 0 20px 0 0px;
    position: relative;
    text-transform: uppercase;
}
.navbar .navbar-nav .nav-link.active {
    color: #0FBCC5;
}
.navbar.active .navbar-nav .nav-link {
    color: #444;
}
.navbar.active .navbar-nav .nav-link.active {
    color: #0FBCC5;
}
/* :: Header */
.header {
    height: 100vh;
    background-image: url(../images/header/01_header.jpg);
    color: #FFF;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.header .banner .top-handline {
    line-height: 23px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
}
.header .banner .handline {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.2;
    font-size: 44px;
    margin-bottom: 24px;
}
.header .banner p{
text-transform: capitalize;
    font-size: 18px;
    color: rgb(248, 248, 248);
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 30px;
}
/* :: About */
.about .about-text-box-top{
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
}
.about .about-text-box-top h2 {
    color: #444;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 1.35;
}
.about .about-text-box-top p{
    margin-bottom: 30px;
}
.about .about-img-box{
    padding: 25px 25px 0 0;
}
.about .about-img-box .img-box{
    position: relative;
}
.about .about-img-box .img-box:after{
    content: '';
    position: absolute;
    background-color: #0FBCC5;
    width: 50px;
    height: 50px;
    z-index: 0;
    right: -25px;
    top: -25px;
}
.about .about-text-box-down {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
}
.about .about-text-box-down h3 {
    color: #444;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.about .about-text-box-down ul.icon li {
    display: inline-block;
    margin-right: 10px;
}
.about .about-text-box-down ul.icon li a {
    display: inline-block;
    text-align: center;
    color: #FFF;
    background-color: #0FBCC5;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 2px solid #0FBCC5;
}
.about .about-text-box-down ul.icon li:hover a {
    background-color: #444;
    color: #0FBCC5;
    border: 2px solid #444;
}

/* :: Statistic */
.statistic {
    padding-bottom: 70px;
}
.statistic .statistic-box {
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    background-image: url(../images/statistic/01_statistic.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.statistic .statistic-box .count {
    font-size: 46px;
    font-weight: 600;
    line-height: 0.9;
    color: #FFF;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding-right: 10px;
    padding-top: 10px;
}
.statistic .statistic-box .count:after {
    content: '';
    position: absolute;
    background-color: #0FBCC5;
    width: 50px;
    height: 70%;
    z-index: -1;
    right: 0;
    top: 0;
}
.statistic .statistic-box .name-count {
    margin-top: 25px;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

/* :: Rusume */
.rusume {
    background-color: #F9F9F9;
}
.rusume .rusume-experience-box {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #DDD;
}
.rusume .rusume-experience-box .experience-title h3 {
    color: #444;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.rusume .rusume-experience-box .experience-content .item .experience-details {
    border-bottom: 2px solid #DDD;
}
.rusume .rusume-experience-box .experience-content .item .experience-details i {
    float: left;
    text-align: center;
    color: #0FBCC5;
    background-color: #FFF;
    border: 1px solid #0FBCC5;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px;
}
.rusume .rusume-experience-box .experience-content .item .experience-details .details-title {
    margin-left: 60px;
    padding: 0 0 20px 20px;
    border-left: 2px solid #0FBCC5;
    position: relative;
}
.rusume .rusume-experience-box .experience-content .item .experience-details .details-title:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FFF;
    bottom: -8px;
    left: -8px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
}
.rusume .rusume-experience-box .experience-content .item .experience-details .details-title:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0FBCC5;
    bottom: -8px;
    left: -8px;
}
.rusume .rusume-experience-box .experience-content .item .experience-details .details-title h5 {
    color: #444;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.rusume .rusume-experience-box .experience-content .item .experience-details .details-title span {
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.rusume .rusume-experience-box .experience-content .item .experience-date {
    display: block;
    line-height: 14px;
    margin-top: 10px;
    padding-left: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #0FBCC5;
}
.rusume .rusume-experience-box .owl-theme .owl-nav {
    line-height: 1;
    margin-top: 30px;
    text-align: left;
}
.rusume .rusume-experience-box .owl-theme .owl-nav .owl-next,
.rusume .rusume-experience-box .owl-theme .owl-nav .owl-prev {
    margin: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #0FBCC5;
    color: #0FBCC5;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    background-color: #FFF;
    border-radius: 0;
    outline: none;
}
.rusume .rusume-experience-box .owl-theme .owl-nav .owl-next:hover,
.rusume .rusume-experience-box .owl-theme .owl-nav .owl-prev:hover {
    border: 1px solid #444;
    color: #0FBCC5;
    background-color: #444;
}
.rusume .rusume-experience-box .owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}
.rusume .rusume-experience-box .owl-theme .owl-nav .owl-prev {
    margin-right: 10px;
}
.rusume .rusume-experience-box .owl-theme .owl-dots {
    display: none;
}
.rusume .rusume-education-box .education-title h3 {
    color: #444;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.rusume .education-content .item {
    overflow: hidden;
}
.rusume .education-content .item .education-date {
    line-height: 14px;
    font-size: 13px;
    font-weight: 600;
    color: #0FBCC5;
    float: left;
}
.rusume .education-content .item .education-details {
    margin-left: 84px;
    padding-left: 20px;
    border-left: 2px solid #0FBCC5;
    padding-bottom: 30px;
}
.rusume .education-content .item:last-of-type .education-details{
    padding-bottom: 0;
}
.rusume .education-content .item .education-details .details-title {
    position: relative
}
.rusume .education-content .item .education-details .details-title:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FFF;
    top: 0px;
    left: -28.5px;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
}
.rusume .education-content .item .education-details .details-title:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #0FBCC5;
    top: 0px;
    left: -28.5px;
}
.rusume .education-content .item .education-details .details-title .icon-and-title i{
    float: left;
    text-align: center;
    color: #0FBCC5;
    background-color: #FFF;
    border: 1px solid var(--maincolor);
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 38px;
}
.rusume .education-content .item .education-details .details-title .icon-and-title .title{
    padding: 0 0 0 60px;
}
.rusume .education-content .item .education-details .details-title .icon-and-title .title h5 {
    color: #444;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.rusume .education-content .item .education-details .details-title .icon-and-title .title span {
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.rusume .education-content .item .education-details .details-title p{
    margin-bottom: 0;
    margin-top: 15px;
}
.rusume .education-img-box{
    padding: 25px 25px 0 0;
}
.rusume .education-img-box .img-box{
    position: relative;
}
.rusume .education-img-box .img-box:after{
    content: '';
    position: absolute;
    background-color: #0FBCC5;
    width: 50px;
    height: 50px;
    z-index: 0;
    right: -25px;
    top: -25px;
}

/* :: Skills */
.skills .skills-box .skill-item{
    margin-bottom: 30px;
    overflow: hidden;
}
.skills .skills-box .skill-item:last-of-type{
    margin-bottom: 0;
}
.skills .skills-box .skill-item .item-title{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #444;
    display: inline-block;
    margin-bottom: 12px;
}
.skills .skills-box .skill-item .item-dots li{
    background-color: #DDD;
    font-size: 18px;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.skills .skills-box .skill-item .item-dots li:last-of-type{
    margin-right: 0px;
}
.skills .skills-box .skill-item .item-dots li.active{
    background-color: #0FBCC5;
}
.skills .skills-img-box{
    padding: 25px 25px 0 0;
}
.skills .skills-img-box .img-box{
    position: relative;
}
.skills .skills-img-box .img-box:after{
    content: '';
    position: absolute;
    background-color: #0FBCC5;
    width: 50px;
    height: 50px;
    z-index: 0;
    right: -25px;
    top: -25px;
}
.skills .features-box .core-features li{
    margin-bottom: 12px;
}
.skills .features-box .core-features li:last-of-type{
    margin-bottom: 0;
}
.skills .features-box .core-features li i{
    text-align: center;
    color: #0FBCC5;
    background-color: #FFF;
    border: 1px solid #0FBCC5;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.skills .features-box .core-features li h4{
    padding-left: 10px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}

/* :: Services and Process */
.services{
    background-color: #F9F9F9;
}
.process{
    background-color: #F9F9F9;
    padding-bottom: 70px;
}
.services .services-item,
.process .process-item{
    border: 1px solid #DDD;
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 30px;
}
.services .services-item .icon-and-title,
.process .process-item .icon-and-title{
    overflow: hidden;
    margin-bottom: 10px;
}
.services .services-item .icon-and-title i,
.process .process-item .icon-and-title i{
    float: left;
    text-align: center;
    color: #0FBCC5;
    background-color: #FFF;
    border: 1px solid #0FBCC5;
    font-size: 21px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.services .services-item .icon-and-title .title,
.process .process-item .icon-and-title .title{
    padding: 0 0 0px 70px;
}
.services .services-item .icon-and-title .title span,
.process .process-item .icon-and-title .title span{
    font-size: 16px;
    color: #0FBCC5;
    line-height: 1.1;
}
.services .services-item .icon-and-title .title h4,
.process .process-item .icon-and-title .title h4{
    font-weight: 600;
    margin-top: 7px;
    text-transform: capitalize;
    color: #444;
    font-size: 18px;
}
.services .services-item p,
.process .process-item p{
    margin: 0;
}

/* :: Portfolio */
.portfolio .list-name-portfolio{
    margin-bottom: 50px;
}
.portfolio .list-name-portfolio li{
    display: inline-block;
    color: #444;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    margin: 0 20px 0 0px;
    position: relative;
    text-transform: uppercase;
}
.portfolio .list-name-portfolio li.active{
    color: #0FBCC5;
}
.portfolio .list-name-portfolio li:first-of-type{
    margin-left: 0;
}
.portfolio .portfolio-img-box{
    position: relative;
    margin-bottom: 30px;
}
.portfolio .portfolio-img-box .portfolio-box-hover{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.portfolio .portfolio-img-box:hover .portfolio-box-hover{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.portfolio .portfolio-img-box .portfolio-box-hover .text-box-hover{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.portfolio .portfolio-img-box .portfolio-box-hover .text-box-hover i{
    text-align: center;
    color: #FFF;
    background-color: #0FBCC5;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.portfolio .portfolio-img-box .portfolio-box-hover .text-box-hover h5{
    color: #444;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 40px;
    -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
            transform: translateY(40px);
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.portfolio .portfolio-img-box:hover .portfolio-box-hover .text-box-hover i,
.portfolio .portfolio-img-box:hover .portfolio-box-hover .text-box-hover h5{
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
}
.mix {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

/* :: Clients */
.clients{
    background-color: #F9F9F9;
}
.clients .clients-box .clients-item{
    background-color: #FFF;
    padding: 30px 40px;
    border: 1px solid #f1f1f1;
    position: relative;
}
.clients .clients-box .clients-item .rate-star{
    overflow: hidden;
}
.clients .clients-box .clients-item .rate-star li{
    float: left;
    margin-right: 10px;
}
.clients .clients-box .clients-item .rate-star li:last-of-type{
    margin-right: 0px;
}
.clients .clients-box .clients-item .rate-star li i{
    font-size: 16px;
    color: #DDD;
}
.clients .clients-box .clients-item .rate-star li i.active{
    color: #0FBCC5;
}
.clients .clients-box .clients-item p.text{
    margin: 18px 0 30px 0;
}
.clients .clients-box .clients-item .clients-talk{
    overflow: hidden;
}
.clients .clients-box .clients-item .clients-talk .img-box{
    height: 60px;
    width: 60px;
    display: block;
    margin-right: 18px;
    float: left;
    position: relative;
    border-radius: 50%;
}
.clients .clients-box .clients-item .clients-talk .img-box img{
    border-radius: 50%;
    border: 1px solid #0FBCC5;
    padding: 4px;
    background-color: #FFF;
    margin: auto;
}
.clients .clients-box .clients-item .clients-talk .info{
    float: left;
}
.clients .clients-box .clients-item .clients-talk .info h5{
    color: #444;
    padding-top: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.clients .clients-box .clients-item .clients-talk .info span{
    display: block;
    line-height: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
    color: #0FBCC5;
}
.clients .clients-box .owl-nav{
    display: none;
}
.clients .clients-box .owl-dots{
    line-height: 1;
    margin-top: 30px;
}
.clients .owl-theme .owl-dots .owl-dot{
    outline: none;
}
.clients .clients-box .owl-dots span{
    margin: 0 5px;
    border: 2px solid #0FBCC5;
    background-color: #FFF;
    width: 15px;
    height: 15px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.clients .clients-box .owl-dot.active span,
.clients .clients-box .owl-dot:hover span{
    background-color: #0FBCC5;
}

/* :: Sponsors */
.sponsors{
    padding: 40px 0;
}
.sponsors .sponsors-box .sponsors-item{
    padding: 10px 20px;
    border: 1px solid #f1f1f1;
}
.sponsors .sponsors-box .sponsors-item img{
    opacity: 0.5;
}
.sponsors .sponsors-box .sponsors-item:hover img{
    opacity: 1;
}
.sponsors .owl-theme .owl-nav.disabled + .owl-dots{
    display: none;
}

/* :: Blog */
.blog{
    background-color: #F9F9F9;
}
.blog .blog-item{
    position: relative;
    margin: 25px 25px 30px 0;
}
.blog .blog-item:after{
    content: '';
    position: absolute;
    background-color: #0FBCC5;
    width: 50px;
    height: 50px;
    z-index: 0;
    right: -25px;
    top: -25px;
}
.blog .blog-item .text-blog{
    overflow: hidden;
}
.blog .blog-item .text-blog .time-and-tag{
    margin: 22px 0 14px 0;
    overflow: hidden;
}
.blog .blog-item .text-blog .time-and-tag span.time{
    float: left;
    font-size: 14px;
}
.blog .blog-item .text-blog .time-and-tag a.tag{
    color: #0FBCC5;
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 16px;
    text-transform: uppercase;
}
.blog .blog-item .text-blog h5.title-blog a{
    color: #444;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}
.blog .blog-item .text-blog p{
    margin-top: 14px;
    margin-bottom: 18px;
}

/* :: Map */
.map{
    padding-top: 100px;
}
.map .map-box iframe{
    border: 1px solid #0FBCC5;
    padding: 8px;
    background-color: #FFF;
    width: 100%;
    height: 450px;
    display: block;
}

/* :: Contact */
.contact .message-box input,
.contact .message-box textarea{
    background-color: #F9F9F9;
    width: 100%;
    padding: 12px;
    font-size: 13px;
    color: #9b9b9b;
    border: 1px solid #F1F1F1;
    margin-bottom: 30px;
}
.contact .message-box input:focus,
.contact .message-box textarea:focus{
    border: 1px solid #0FBCC5;
}
.contact .message-box textarea{
    height: 150px;
    display: block;
}
.contact .contact-info{
    margin-bottom: 30px;
}
.contact .contact-info:last-of-type{
    margin-bottom: 0;
}
.contact .contact-info i{
    float: left;
    color: #0FBCC5;
    font-size: 18px;
    margin-top: 6px;
}
.contact .contact-info .info-box{
    padding-left: 40px;
}
.contact .contact-info .info-box p{
    font-weight: 600;
    margin-bottom: 0;
}

/* :: Footer */
.footer{
    padding: 40px 0;
    background-color: #444;
}
.footer p{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    letter-spacing: 1px;
    line-height: 23px;
    color: #F1F1F1;
    text-align: center;
}

/* :: Scroll Up */
.scroll-up {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 30px;
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.scroll-up.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.scroll-up a {
    display: inline-block;
    text-align: center;
    color: #FFF;
    background-color: #0FBCC5;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 2px solid #0FBCC5;
}
.scroll-up:hover a{
    background-color: #444;
    color: #0FBCC5;
    border: 2px solid #444;
}