
/******************************** main-slider ******************************/
#main-slider {
    overflow: hidden;
}

#main-slider .owl-item {
    height: 700px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
#main-slider .owl-nav {
    margin-top: 0;
}
#main-slider .slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slider .slider-inner h2 {
    margin-top: 247px;
    font-size: 40px;
    line-height: 1;
    text-transform: capitalize;
    font-family: 'Roboto-thin';
    color: #fff;
    text-align: center;
}

#main-slider .slider-inner p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    font-family: 'Roboto-regular';
    color: #fff;
    text-align: center;
}

#main-slider .slider-inner h2 > span {
    color: #45aed6;
}

#main-slider .slider-inner .btn {
    margin-top: 20px;
    background: transparent;
    border: 3px solid #f26522;
    border-radius: 30px;
}

#main-slider .slider-inner .btn.btn-primary {
    padding: 10px 46px;
    font-size: 22px;
}

#main-slider .slider-inner .btn.btn-primary:hover {
    background: #f26522;
}

#main-slider .owl-prev,
#main-slider .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
    background-color: #45aed6;
}

#main-slider .owl-prev {
    left: -35px;
    text-indent: 14px;
}

#main-slider .owl-next {
    right: -35px;
    text-indent: -14px;
}


#main-slider .owl-prev .fa{
    margin-top: 0.7em;
}
#main-slider .owl-next .fa{
    margin-top: 0.7em;
}
#main-slider #bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #45aed6;
}

#main-slider #progressBar {
    margin-top: -4px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}
/******************************** services ******************************/
#services {
    padding: 84px 0 70px 0px;
    background: #c4f0fb;
}

#services ul.pricing {
    list-style: none;
    padding: 0;
    margin: 10px 0 30px;
    border: 1px solid #eee;
    border-radius: 5px 5px 4px 4px;
    padding: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#services ul.pricing:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
}

#services ul.pricing li {
    display: block;
    font-size: 18px;
    padding: 5px 10px;
    background: #fff;
}

#services ul.pricing li.plan-header {

    border-radius: 4px 4px 0 0;
    margin: -15px -15px 10px;
    /* padding: 15px 15px 30px; */
    padding: 15px 15px 0px 15px;
    border: 0;
}

#services ul.pricing li.plan-header .price-duration {
    position: relative;
    margin-top: -63px;
    top: -10px;
    display: inline-block;
    width: 116px;
    height: 116px;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
    border-radius: 100px;
    border: 5px solid #f6f6f6;
}

#services ul.pricing li.plan-header .price-duration > span {
    display: block;
    line-height: 1;
}

#services ul.pricing li.plan-header .price-duration > span.price {
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
}

#services ul.pricing li.plan-header .price-duration > span.duration {
    margin-top: 5px;
}

#services ul.pricing li.plan-header .plan-name {
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Roboto-medium';
    color: #272727;
    font-weight: normal;
    line-height: 2;
    text-transform: uppercase;
}

#services ul.pricing li.plan-header .plan-price {
    margin-top: 10px;
    font-size: 60px;
    color: #454545;
    font-weight: 600;
    line-height: 1;
    font-family: 'Roboto-regular';
    text-transform: uppercase;
}

#services ul.pricing li.plan-purchase .btn-primary {
    background: #ff641b;
    border-radius: 30px;
    margin-top: 25px;
    padding: 15px 25px 10px;
    font-size: 18px;
    font-family: 'Roboto-medium';
}

#services ul.pricing li.plan-header .plan-sub-title {
    font-size: 13px;
    display: block;
    text-align: center;
    line-height: 1.8;
    font-weight: 500;
    padding-top: 10px;
    min-height: 102px
}

#services ul.pricing li.plan-header .plan-price span {
    font-size: 18px;
    display: block;
    text-align: center;
    text-transform: lowercase;
    font-weight: normal;
}

#services ul.pricing.featured {
    background: #222534;
    color: #fff;
    border: 0;
}

#services ul.pricing.featured li.plan-header {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

#services ul.pricing.featured li.plan-header .plan-name {
    color: #fff;
}
#services {
    padding: 87px 0 87px;
}


/******************************** case ******************************/
#case {
    padding: 87px 0;
    background: #c4f0fb;
}
#case .case-items {
    margin: -15px;
}

#case .case-item {
    /*width: 24.9%;*/
    float: left;
    padding: 15px;
    margin: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#case .case-item .case-item-inner {
    position: relative;
}

#case .case-item .case-item-inner img{
    width: 100%;
}

#case .case-item .case-item-inner .case-info {

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    height: 100%;
}

#case .case-item .case-item-inner .case-info img {
    width: 100%;
    height: 100%;
}

#case .case-item .case-item-inner .case-info h3 {
    margin:5px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin-top: 25%;

}

#case .case-item .case-item-inner .case-info span {
    /*float: right;*/
    text-align: center;
    margin:5px;
}


#case .case-item .case-item-inner .case-info .preview {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}

#case .case-item:hover .case-info .preview {
    opacity: 1;
}

/******************************** flow ******************************/

#flow {
    padding: 87px 0 87px;
}
#flow .media.service-box:first-child {
    margin-top: 80px;
}
#flow .media.service-box {
    margin: 25px 0;
    text-align: center;
}
#flow .media.service-box .pull-left {
    width: 100%;
    padding-bottom: 25px;
}
#flow .media.service-box .pull-left > i {
    font-size: 42px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #4c4c4c;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
}
#flow .media.service-box .pull-left > i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -10px;

}
#flow .media-body h4 {
    margin-bottom: 15px;
    font-family: 'Roboto-light';
    font-size: 22px;
    color: #454545;
}
#flow .media-body p {
    line-height: 20px;
}
#flow .media.service-box:hover .pull-left > i {
    /*  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
      background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
      background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    */
    color: #000;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
/******************************** product ******************************/
#product {
    padding: 87px 0;
    background: #f5f5f5;
}
#product .product-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block;
}
#product .product-filter > li {
    float: left;
    display: block;
}
#product .product-filter > li a {
    display: block;
    padding: 7px 15px;
    font-family: 'Roboto-regular';
    color: #64686d;
    position: relative;
}
#product .product-filter > li a:hover,
#product .product-filter > li a.active {
    background: #ff641b;
    color: #fff;
    /* box-shadow: 0 -3px 0 0 #318daf inset;
     -webkit-box-shadow: 0 -3px 0 0 #318daf inset;*/
}

/*#product .product-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}*/
#product .product-filter > li:first-child a {
    border-radius: 0px 0 0 0px;
}

#product .product-filter > li:last-child a {
    /* border-radius: 0 4px 4px 0;*/
}

#product .product-items {
    margin: -15px;
}

#product .product-item {
    /*width: 24.9%;*/
    float: left;
    padding: 15px;
    margin: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#product .product-item .product-item-inner {
    position: relative;
}

#product .product-item .product-item-inner .product-info {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

#product .product-item .product-item-inner .product-info h3 {
    float: left;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff;
    line-height: 1.5
}

#product .product-item .product-item-inner .product-info a {
    float: right;
}

#product .product-item .product-item-inner .product-info .preview {
    position: absolute;
    top: -18px;
    right: 12px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
}

#product .product-item:hover .product-info {
    opacity: 1;
}


#team {
    background-size: cover;
    padding: 87px 0 80px 0;

}

#team h4 {
    color: #fff;
    margin-bottom: 0;
}

#team small {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}

#team .btns {
    margin-top: 10px;
}

#team .col-sm-6 {
    /*border-bottom: 1px solid #f4f4f4;*/
    border-right: 1px solid #f4f4f4;
    padding-bottom: 20px;
}

#team .col-sm-6:nth-child(2n+0) {
    border-right: 0px solid #f4f4f4;
}

#team .col-sm-6:nth-child(3), #team .col-sm-6:nth-child(4) {
    border-bottom: 0px solid #06F;
}

#team .panel-one {
    padding-bottom: 20px;
    padding-top: 20px;
    float: left;
    height: 200px;
    overflow: hidden;
}

#team .user-img {
    width: 25%;
    margin-right: 15px;
    float: left;
}

#team .user-img img {
    border-radius: 50%;
    border: 4px solid #e5e5e5;
    width: 100%;
}

#team .testi-info {
    width: 66%;
    float: left;
}

#team .testi-info h4 {
    font-size: 18px;
    color: #454545;
    margin: 0px;
    padding-top: 15px;
}

#team .testi-info h5 {
    font-size: 14px;
    color: #454545;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    font-weight: normal;
}

#team .testi-info p {
    font-size: 15px;
    color: #454545;
    line-height: 20px;
}


#certificate {
    padding: 87px 0 87px 0;
    background: #f5f5f5;
}

#certificate .certificate-member {
    padding: 13px;
    background: #eeeeee;
    border: 2px solid #eeeeee;
    transition: border-color 400ms;
    -webkit-transition: border-color 400ms;
}

#certificate .certificate-member .certificate-img {
    margin: -15px -15px 0 -15px;
}


#certificate .certificate-member .certificate-info {
    /*  padding-bottom: 10px;
      border-bottom: 1px solid #dbdbdb;
      margin-bottom: 10px;*/
}

#certificate .certificate_info h3 {
    margin-bottom: 0;
}

#certificate .certificate-member:hover {
    border-color: #45aed6;
}

#certificate .certificate-member:hover .social-icons > li > a {
    background: #45aed6;
}

#certificate .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

#certificate .social-icons > li {
    display: inline-block;
}

#certificate .social-icons > li > a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #222534;
    border-radius: 3px;
}


@media (min-width: 768px) and (max-width: 999px) {

    #certificate .certificate-member {
        margin-bottom: 25px;
    }

    #certificate .certificate-member .certificate-img, #certificate .certificate-member .certificate-info h3 {
        text-align: center;
    }

    #certificate .certificate-member .certificate-info span {
        text-align: center;
        display: block;
    }

}

@media (max-width: 767px) {
    #certificate .certificate-member {
        margin-bottom: 25px;
    }

    #certificate .certificate-member .certificate-img, #certificate .certificate-member .certificate-info h3 {
        text-align: center;
    }

    #certificate .certificate-member .certificate-info span {
        text-align: center;
        display: block;
    }

}

/******************************** solution ******************************/
#solution {
    padding: 87px 0 87px 0;
    background: #f6f6f6;
    overflow: hidden;
}

#solution .solution-post {
    padding: 15px;
    background: #fff;
}

#solution .solution-post .item {
    height: 200px;
}

#solution .solution-post .solution-format {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #222534;
    border: 3px solid #fff;
    border-radius: 100px;
}

#solution .solution-post.solution-large .entry-thumbnail {
    margin: -15px -15px 15px;
    position: relative;
}

#solution .solution-post.solution-large .entry-thumbnail img {
    max-width: 100%;
}

#solution .solution-post.solution-large .post-format {
    width: 66px;
    height: 66px;
    line-height: 60px;
    position: absolute;
    right: 20px;
    bottom: -33px;
}

#solution .solution-post.solution-large .post-format > i {
    font-size: 20px;
}

#solution .solution-post.solution-large .entry-date {
    font-size: 12px;
    font-family: 'Roboto-regular';
    display: block;
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #45aed6;
}

#solution .solution-post.solution-large .entry-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}

#solution .solution-post.solution-large .entry-title a {
    color: #64686d;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Roboto-medium';
}

#solution .solution-post.solution-large .entry-title a:hover {
    color: #45aed6;
}

#solution .solution-post.solution-media {
    margin-bottom: 30px;
}

#solution .solution-post.solution-media .entry-thumbnail {
    margin: -15px 15px -15px -15px;
    position: relative;
}

#solution .solution-post.solution-media .post-format {
    position: absolute;
    top: 20px;
    right: -10px;
}

#solution .solution-post.solution-media .entry-date {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #45aed6;
}

#solution .solution-post.solution-media .entry-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}

#solution .solution-post.solution-media .entry-title a {
    color: #64686d;
}

#solution .solution-post.solution-media .entry-title a:hover {
    color: #45aed6;
}

#solution .solution-post .entry-meta {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

#solution .solution-post .entry-meta > span {
    display: inline-block;
    margin-right: 10px;
    color: #999;
}

#solution .solution-post .entry-meta > span > a {
    color: #999;
}

#solution .solution-post .entry-meta > span > a:hover {
    color: #45aed6;
}

#solution .btn.btn-primary {
    font-family: 'Roboto-regular';
    font-size: 15px;
    margin-top: 20px;
    padding: 10px 30px;
}
@media only screen and (min-width: 768px) {
    #solution .entry-text {
        min-height: 156px;
    }
}
@media (max-width: 767px) {
    #solution .solution-post {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    #solution .solution-post.solution-large .entry-thumbnail img{
        width: 100%;
    }

    #solution .solution-post.solution-large .entry-thumbnail {
        padding-top: 0px;
    }
}
/******************************** prominent ******************************/
#prominent {
    padding: 87px 0 87px;
    background: #132125 url(/static/images/bg-266d05f6e10aa965c080ca414cdda4d2.jpg) no-repeat 0 0;
    background-size: cover;
    color: #fff;
}

#prominent h1,
#prominent h2,
#prominent h3,
#prominent h4 {
    color: #fff;
}

#prominent strong {
    display: block;
    margin-bottom: 30px;
    font-size: 22px;
    font-family: 'Roboto-light';
    text-transform: capitalize;
}

#prominent .animated-number {
    display: inline-block;
    font-family: 'Roboto-medium';
    width: 180px;
    height: 180px;
    font-size: 29px;
    line-height: 180px;
    border: 5px solid #fff;
    border-radius: 100px;
    margin-bottom: 20px;
}
@media (max-width: 500px) {
    #prominent .animated-number {
        height: 130px;
        width: 130px;
        line-height: 130px;
        font-size: 22px;
    }

    #prominent strong {
        font-size: 17px;
    }
}
/******************************** prominent ******************************/
/******************************** promise ******************************/
#promise {
    padding: 84px 0 70px 0px;
    background: #c4f0fb;
}

#promise ul.pricing {
    list-style: none;
    padding: 0;
    margin: 10px 0 30px;
    border: 1px solid #eee;
    border-radius: 5px 5px 4px 4px;
    padding: 15px;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#promise ul.pricing:hover {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
}

#promise ul.pricing li {
    display: block;
    font-size: 18px;
    padding: 5px 10px;
    background: #fff;
}

#promise ul.pricing li.plan-header {

    border-radius: 4px 4px 0 0;
    margin: -15px -15px 10px;
    /* padding: 15px 15px 30px; */
    padding: 15px 15px 0px 15px;
    border: 0;
}

#promise ul.pricing li.plan-header .price-duration {
    position: relative;
    margin-top: -63px;
    top: -10px;
    display: inline-block;
    width: 116px;
    height: 116px;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
    border-radius: 100px;
    border: 5px solid #f6f6f6;
}

#promise ul.pricing li.plan-header .price-duration > span {
    display: block;
    line-height: 1;
}

#promise ul.pricing li.plan-header .price-duration > span.price {
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
}

#promise ul.pricing li.plan-header .price-duration > span.duration {
    margin-top: 5px;
}

#promise ul.pricing li.plan-header .plan-name {
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Roboto-medium';
    color: #272727;
    font-weight: normal;
    line-height: 2;
    text-transform: uppercase;
}

#promise ul.pricing li.plan-header .plan-price {
    margin-top: 10px;
    font-size: 60px;
    color: #454545;
    font-weight: 600;
    line-height: 1;
    font-family: 'Roboto-regular';
    text-transform: uppercase;
}

#promise ul.pricing li.plan-purchase .btn-primary {
    background: #ff641b;
    border-radius: 30px;
    margin-top: 25px;
    padding: 15px 25px 10px;
    font-size: 18px;
    font-family: 'Roboto-medium';
}

#promise ul.pricing li.plan-header .plan-sub-title {
    font-size: 13px;
    display: block;
    text-align: center;
    line-height: 1.8;
    font-weight: 500;
    padding-top: 10px;
    min-height: 102px
}

#promise ul.pricing li.plan-header .plan-price span {
    font-size: 18px;
    display: block;
    text-align: center;
    text-transform: lowercase;
    font-weight: normal;
}

#promise ul.pricing.featured {
    background: #222534;
    color: #fff;
    border: 0;
}

#promise ul.pricing.featured li.plan-header {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

#promise ul.pricing.featured li.plan-header .plan-name {
    color: #fff;
}
/******************************** promise ******************************/
