/*
  Theme Name: Name - Multipurpose HTML Template
  Author: mdsalim400@gmail.com
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/
/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. contact
5. about
6. skill
7. qualification
8. portfolio
9. services
10. team
11. contact-form
12. brand
13. blog

*/
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700|Source+Sans+Pro:400,600,700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: .875rem;
    line-height: 1.5;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a, .button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}

a:focus, a:hover {
    color: rgba(0, 0, 0, .87);
    text-decoration: none;
}

a, button {
    color: #1696e7;
    outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
    color: #42495b;
    margin-top: 0px;
    font-style: normal;
    margin-bottom: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 {
    font-size: 50px;
    font-weight: 500;
}

h2 {
    font-size: 55px;
}

h3 {
    font-size: 45px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 28px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    font-family: 'Source Sans Pro', sans-serif;
}

hr {
    border-bottom: 2px solid #f2f7ff;
    border-top: 0 none;
    margin: 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

#scrollUp {
    height: 35px;
    width: 35px;
    right: 50px;
    bottom: 77px;
    color: #4267B2;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 34px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

#scrollUp:hover {
    background: #fff;
}

/* button style */
/**/
.btn {
    -moz-user-select: none;
    background: transparent;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1;
    border-radius: 24px;
    margin-bottom: 0;
    padding: 17px 40px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    border: 1px solid transparent;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.theme-btn:hover {
    background: #303F9F;
    color: #fff;
}

.slider-btn {
    background: #fff;
    color: rgba(0, 0, 0, .87);
}

.primary-btn {

}

/* Header */
header {
    width: 100%;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 999;
    position: fixed;
    transition: .3s;
}

.header-area.zekio-sticky {
    padding: 10px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    background: #fff;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li a {
    color: #fff;
    padding: 8px 15px;
    font-weight: 700;
    border-radius: 4px;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    font-style: initial;
}

.header-area.zekio-sticky .main-menu ul li a {
    color: rgba(0, 0, 0, .87);
}

.header-area.zekio-sticky .btn.primary-btn {
    color: rgba(0, 0, 0, .87);
    border-color: rgba(0, 0, 0, .87);
}

@media (max-width: 767px) {
    .header-area.zekio-sticky .btn.primary-btn {
        color: #ffffff !important;
        border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
        border-radius: 0px;
    }
}

.zekio-sticky .mean-container a.meanmenu-reveal {
    border-color: rgba(0, 0, 0, .87);
}

.zekio-sticky .mean-container a.meanmenu-reveal span {
    background: rgba(0, 0, 0, .87);
}

.zekio-sticky .mean-container a.meanmenu-reveal {
    color: rgba(0, 0, 0, .87);
}

.primary-btn {
    padding: 14px 40px;
    font-size: 14px;
    border-color: #fff;
    box-shadow: none;
}

.btn i {
    margin-right: 10px;
}

.theme-btn {
    padding: 15px 26px;
}

.trial-btn {
    padding: 15px 28px;
}

/* Slider */
.background-style {
    background-size: cover;
    background-position: center center;
}

.slider-thum img {
    max-width: 100%;
}

.single-slider {
    min-height: 680px;
}

.slider-content h2 {
    margin: 0 0 24px;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .22);
    color: #fff;
}

.slider-content h4 {
    margin: 0 0 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
}

.slider-intro-list ul li {
    margin-bottom: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.slider-intro-list ul li span {
    margin-right: 8px;
    color: #ff9100;
    font-size: 18px;
    font-weight: 500;
}

.section-header h2 {
    font-size: 48px;
    padding: 0 0 40px 0;
    font-weight: 700;
    line-height: 52px;
    position: relative;
}

.section-header h2:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    margin: auto;
    width: 50px;
    height: 1px;
    background: #454545;
}

/* fetures */
.fetures-icon {
    height: 140px;
    width: 140px;
    display: inline-block;
    background-image: url(../img/icons/icons-bg.png);
}

.fetures-icon img {
    position: relative;
    top: 25px;
}

.fetures-text h4 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}

.fetures-text span {
    font-weight: 700;
    font-size: 24px;
}

.fetures-wrapper {
    padding: 50px 25px;
    transition: .3s;
}

.fetures-wrapper:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    background: #fff;
}

/* Pricing */
.pricing-title {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.pricing-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    margin: auto;
    width: 50px;
    height: 1px;
    background: #454545;
    transition: .3s;
}

.price-item:hover .pricing-title::after {
    width: 80%;
}

.pricing-values b {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    bottom: -5px;
}

.pricing-values .pricing-currency {
    display: inline-block;
    font-size: 20px;
    margin-right: -10px;
}

.currency {
    font-size: 50px;
    font-weight: 700;
}

.pricing-period {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    bottom: -5px;
}

.pricing-values.text-center {
    font-size: 50px;
    font-weight: 700;
}

.price-item:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.price-item.active {
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

.price-item {
    background: #fff;
    padding: 40px 60px;
    transition: .3s;
}

.pricing-list li {
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    list-style-type: none;
    color: #232323;
    display: flex;
    align-items: center;
}

.pricing-list li i {
    color: #63be11;
    width: 25px;
    font-size: 20px;
}

.pricing-list li span.far.fa-times {
    color: #e04645;
}

.pricing-btn {
    color: #000;
}

.price-tabs {
    text-align: center;
    display: block;
}

.price-tabs li {
    display: inline-block;
}

.price-tabs li a.active {
    border-bottom: 2px solid #2D017C;
}

.price-tabs li a {
    color: #000;
    font-size: 18px;
}

/* Team */
.team-img img {
    width: 100%;
}

.team-box .team-social li {
    display: inline-block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.team-box .team-social li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    border-color: #FFFFFF;
    color: #384141;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.team-box .team-social li a.facebook-bg:hover {
    background: #4267B2;
    color: #fff;
    border: 1px solid #4267B2;
}

.team-box .team-social li a.twitter-bg:hover {
    background: #1DA1F2;
    color: #fff;
    border: 1px solid #1DA1F2;
}

.team-box .team-social li a.instagram-bg:hover {
    background: #C32AA3;
    color: #fff;
    border: 1px solid #C32AA3;
}

.team-box .team-social li a.pinterest-bg:hover {
    background: #BD081C;
    color: #fff;
    border: 1px solid #BD081C;
}

.team-img {
    position: relative;
    overflow: hidden;
}

.team-box .team-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3264f5', endColorstr='#7202bb', GradientType=1);
    opacity: .5;
}

.team-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
    height: 100%;
    width: 100%;
}

.team-box:hover .team-overlay {
    opacity: 1;
    visibility: visible;
}

.team-social {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.team-box .team-social li:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.team-box .team-social li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.team-box .team-social li:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.team-box .team-social li:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.team-box .team-social li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.team-box:hover .team-social li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-text {
    font-size: 14px;
    padding: 2rem 0 2.5rem 0;
}

.team-text h5 {
    font-size: 1.6rem;
}

/* progress */
.bar-title h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.progress-bar {
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%, #7202bb 82%);
}

.single-skill .progress {
    border-radius: 50px;
    height: 14px;
}

.team-box {
    border: 20px solid #ffffff;
    background: #fff;
}

/* Contact */

.form-box input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0;
    background: #fff;
    letter-spacing: .7px;
    font-weight: 300;
    border-radius: 0;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 14px;
    width: 100%;
}

.form-box textarea {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0;
    background: #fff;
    letter-spacing: .7px;
    font-weight: 300;
    border-radius: 0;
    box-shadow: none;
    color: #a5a5a5;
    font-size: 14px;
    width: 100%;
    height: 170px;
}

.secondary-btn {
    color: rgba(0, 0, 0, .87);
    border-color: rgba(0, 0, 0, .87);
    position: relative;
    z-index: 1;
}

.secondary-btn::before {
    position: absolute;
    background-image: linear-gradient(to right, #3264f5 0%, #7202bb 51%, #3264f5 100%);
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 24px;
    z-index: -1;
    opacity: 0;
    transition: .3s;
}

.secondary-btn:hover.secondary-btn::before {
    opacity: 1;
}

.secondary-btn:hover {
    color: #fff;
    border-color: transparent;
}

/* Footer */
.widget-title {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
}

.text-copy-right {
    color: #838383;
    line-height: 22px;
    margin-bottom: 30px;
}

ul.footer-icons li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.footer-icons li a {
    color: #454545;
    font-size: 20px;
    transition: .3s;
}

.footer-icons li a:hover {
    color: #A1A1A1;
}

ul.footer-link li {
    padding: 6px 0;
    line-height: 22px;
}

.footer-link li a {
    color: #838383;
}

.header-btn {
    padding: 14px 20px;
    margin-left: 50px;
}

/* Footer */
.widget-title {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
}

.text-copy-right {
    color: #838383;
    line-height: 22px;
    margin-bottom: 30px;
}

.footer-icons {
    margin-top: 20px;
}

ul.footer-icons li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.footer-icons li a {
    color: #454545;
    font-size: 20px;
    transition: .3s;
}

.footer-icons li a:hover {
    color: #A1A1A1;
}

ul.footer-link li {
    padding: 6px 0;
    line-height: 22px;
}

.footer-link li a {
    color: #838383;
}


footer .contact-list li i {
    color: #838383;
    float: left;
    margin-top: 8px;
}

footer .contact-list li p {
    padding-left: 20px;
    color: #838383;
}

.cps-footer-lower {
    background-color: #262626;
    padding: 22px 0;
    color: #fff;
}

.cps-footer-lower a {
    color: #fff;
}

.cps-footer-lower .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cps-footer-lower .footer-menu li {
    display: inline-block;
}

.cps-footer-lower a {
    color: #fff;
}

.cps-footer-lower {
    background-color: #262626;
    padding: 22px 0;
    color: #fff;
}

.cps-footer-lower a {
    color: #fff;
}

.cps-footer-lower .footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cps-footer-lower .footer-menu li {
    display: inline-block;
}

.cps-footer-lower .footer-menu li + li {
    margin-left: 33px;
}

p:last-child {
    margin-bottom: 0;
}

.powerful-features-single-step i {
    font-size: 24px;
    color: #4275ff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    display: block;
    border: 2px solid #d9e8ff;
    transition: all .3s ease-in-out;
}

.powerful-features-single-step:hover i {
    background: #d9e8ff;
    cursor: pointer;
}

.powerfull-features-video.position-relative img {
    width: 100%;
}

.features-text span {
    font-size: 24px;
    color: #42495b;
}

.features-text p {
    margin-bottom: 0;
    margin-top: 7px;
}

.features-img img {
    margin-left: -25px;
}

.powerfull-features-img {
    position: relative;
}

.brand img {
    width: 100%;
    height: 100%;
}

.main-menu ul li ul.submenu {
    position: absolute;
    left: 0;
    top: 120%;
    background: #2871fb;
    width: 140px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(79, 56, 222, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(79, 56, 222, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px 20px;
}

.main-menu ul li ul.submenu li {
    display: block;
    border-bottom: 1px solid #fff;
}

.main-menu ul li ul.submenu li:last-child {
    border-bottom: 0;
}

.main-menu ul li ul.submenu li a {
    padding: 15px 0;
}

.main-menu ul li:hover ul.submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.cps-404-content {
    max-width: 470px;
    margin: 0 auto;
}

.cps-404-content .cps-404-title {
    margin: 0;
    font-size: 4.8rem;
    font-weight: 400;
    margin-top: 39px;
}

.cps-404-content .cps-404-text {
    margin-top: 12px;
}

.cps-404-content .btn-to-home {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 5px 40px;
    border-radius: 25px;
    line-height: 41px;
    color: inherit;
}

.cps-gray-bg {
    background-color: #f7f7f7;
}

.cps-section {
    position: relative;
}

.cps-section-padding {
    padding: 120px 0;
}

.cps-section-padding.cps-bottom-0 {
    padding-bottom: 0;
}

.cps-section-header {
    margin-bottom: 50px;
}

.cps-section-header.cps-bottom-0 {
    margin-bottom: 0;
}

.cps-section-header .cps-section-title {
    margin: 0;
    font-size: 3.6rem;
    line-height: 4.9rem;
    font-weight: 500;
}

.cps-section-header .cps-section-title span {
    font-weight: 900;
}

.cps-section-header .cps-section-title.tablink-title {
    font-size: 2.8rem;
}

.cps-section-header .cps-section-text {
    margin-top: 15px;
    margin-bottom: 0;
}

.cps-section-header .cps-section-subtitle {
    font-size: 2.2rem;
    margin: 0;
    font-weight: 400;
}

.cps-section-header .cps-section-subtitle span {
    font-weight: 900;
}

.cps-section-header.style-2.text-left {
    margin-top: 80px;
    margin-bottom: 20px;
}

.cps-section-header.style-2 .cps-section-title {
    font-size: 4.8rem;
    line-height: 5rem;
}

.cps-section-header.style-2 .cps-section-text {
    margin-top: 25px;
}

.cps-section-header.style-3 {
    margin-top: 100px;
}

.cps-section-header.style-3 .cps-section-text {
    font-size: 1.8rem;
    opacity: 0.7;
    line-height: 3rem;
    margin-top: 22px;
}

.cps-section-header.style-4 .cps-section-title {
    font-size: 4.8rem;
}

.cps-section-header.style-4 .cps-section-text {
    font-size: 1.8rem;
}

.cps-section-header.style-4 .cps-section-text span {
    font-weight: 700;
}

.cps-sub-section + .cps-sub-section {
    margin-top: 80px;
}

/*------------------------------------
13. Pricing
------------------------------------*/
.cps-packages {
    margin-bottom: -30px;
    float: left;
    width: 100%;
    display: flex;
}

.cps-package {
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.cps-package .cps-package-header {
    border-width: 10px 0 1px 0;
    border-style: solid;
    border-image-slice: 1;
    text-align: center;
    padding: 24px 30px;
    border-color: #3f4ae5;
}

.cps-package .cps-package-header .cps-pack-name {
    margin: 0;
    color: #262626;
}

.cps-gradient-bg .cps-package .cps-package-header .cps-pack-name, .cps-theme-bg .cps-package .cps-package-header .cps-pack-name {
    color: #262626;
}

.cps-package .cps-pack-price {
    text-align: center;
    padding: 0 30px;
    font-size: 4.6rem;
    font-weight: 900;
    font-family: "Lato", sans-serif;
    margin-top: 15px;
    margin-bottom: 5px;
}

.cps-package .cps-pack-price .currency {
    font-weight: 400;
    font-size: 2.2rem;
    color: #262626;
}

.cps-package .cps-pack-price .pack-duration {
    font-size: 1.8rem;
    font-weight: 400;
    color: #262626;
}

.cps-package .cps-pack-feature-list {
    list-style: none;
    margin: 0;
    padding: 0 30px;
    text-align: center;
    line-height: 3rem;
    color: #262626;
}

.cps-theme-bg .cps-package .cps-pack-feature-list, .cps-gradient-bg .cps-package .cps-pack-feature-list {
    color: #262626;
}

.cps-package .cps-pack-footer {
    padding: 30px;
    text-align: center;
}

.cps-package.style-2 .cps-package-header {
    border-bottom-width: 0;
    padding: 27px 0 0;
}

.cps-package.style-2 .cps-package-header .cps-pack-name {
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 30px 27px;
}

.cps-package.style-2 .cps-pack-price {
    font-weight: 700;
    font-size: 3.6rem;
    color: #262626;
    margin-top: 40px;
    margin-bottom: 11px;
}

.cps-package.style-2 .cps-pack-footer {
    padding: 50px 30px;
}

.cps-package.style-3 .cps-package-header {
    border-bottom-width: 0;
    padding: 27px 0 0;
    -o-border-image: none;
    border-image: none;
}

.cps-package.style-3 .cps-package-header .cps-pack-name {
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 30px 27px;
}

.cps-package.style-3 .cps-pack-price {
    font-weight: 700;
    font-size: 3.6rem;
    color: #262626;
    margin-top: 40px;
    margin-bottom: 11px;
}

.cps-package.style-3 .cps-pack-footer {
    padding: 50px 30px;
}

.cps-package.style-4 {
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.cps-package.style-4 .cps-package-header {
    border-top: none;
    border-bottom-width: 0;
    padding: 27px 0 0;
    -o-border-image: none;
    border-image: none;
}

.cps-package.style-4 .cps-package-header .cps-pack-name {
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 30px 27px;
}

.cps-package.style-4 .cps-pack-price {
    font-weight: 700;
    font-size: 3.6rem;
    color: #262626;
    margin-top: 40px;
    margin-bottom: 11px;
}

.cps-package.style-4 .cps-pack-footer {
    padding: 50px 30px;
}

.cps-package.style-5 {
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(to right, #ffffff, #ffffff);
}

.cps-package.style-5.special {
    color: #ffffff;
}

.cps-package.style-5.special .cps-package-header .cps-pack-name {
    color: #ffffff;
}

.cps-package.style-5.special .cps-pack-price {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: linear-gradient(to right, #fff, #fff);
}

.client-ie .cps-package.style-5.special .cps-pack-price {
    background-image: none;
    color: #ffffff;
}

.cps-package.style-5.special .cps-pack-feature-list {
    color: #ffffff;
}

.cps-package.style-5.special .btn, .cps-package.style-5.special .btn:focus, .cps-package.style-5.special .btn:active, .cps-package.style-5.special .btn:visited {
    background-color: #fff !important;
    background-image: none !important;
}

.cps-package.style-5 .cps-package-header {
    border-top: none;
    border-bottom-width: 0;
    padding: 27px 0 0;
    -o-border-image: none;
    border-image: none;
}

.cps-package.style-5 .cps-package-header .cps-pack-name {
    font-size: 1.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 30px 27px;
}

.cps-package.style-5 .cps-pack-price {
    font-weight: 700;
    font-size: 3.6rem;
    color: #262626;
    margin-top: 40px;
    margin-bottom: 11px;
}

.cps-package.style-5 .cps-pack-footer {
    padding: 50px 30px;
}

.btn.btn-square {
    background: #432dd4;
}

/*------------------------------------
7. Services Box
------------------------------------*/
.cps-service-boxs {
    float: left;
    width: 100%;
    margin-bottom: -30px;
    display: flex;
}

.cps-service-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 60px 30px;
    border-width: 0 0 5px 0;
    border-style: solid;
    border-image-slice: 1;
    margin-bottom: 30px;
}

.cps-service-box .cps-service-icon {
    font-size: 3rem;
    line-height: 1;
}

.cps-service-box .cps-service-icon span {
    -webkit-: transparent;
    -webkit-background-clip: text;
}

.client-ie .cps-service-box .cps-service-icon span {
    background-image: none;
}

.cps-service-box .cps-service-title {
    font-size: 2.2rem;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 22px;
    margin-bottom: 8px;
}

.cps-service-box .cps-service-text {
    margin: 0;
}

.cps-service-box:hover .cps-service-title {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.client-ie .cps-service-box:hover .cps-service-title {
    background-image: none;
}

.cps-service-box.style-2 {
    -o-border-image: none;
    border-image: none;
    border-color: #ea4335;
    padding: 40px 30px 30px;
}

.cps-service-box.style-2 .cps-service-icon {
    font-size: 3.5rem;
}

.cps-service-box.style-2 .cps-service-icon span {
    background: none;
}

.cps-service-box.style-2 .service-more {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

.cps-service-box.style-2:hover .cps-service-title {
    background: none;
}

.cps-service-box.style-3 {
    padding: 40px 30px 30px;
}

.cps-service-box.style-3 .cps-service-icon {
    font-size: 3.5rem;
}

.cps-service-box.style-3 .service-more {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

.cps-service-box.style-4 {
    border: none;
    padding: 40px 30px 30px;
}

.cps-service-box.style-4 .cps-service-icon {
    font-size: 3.5rem;
}

.cps-service-box.style-4 .cps-service-icon span {
    background: none;
}

.cps-service-box.style-4 .service-more {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

.cps-service-box.style-4:hover .cps-service-title {
    background: none;
}

.cps-service-box.style-5 {
    border-top-width: 5px;
    border-top-style: solid;
    border-bottom: none;
    padding: 40px 30px 30px;
}

.cps-service-box.style-5 .cps-service-icon {
    font-size: 3.5rem;
}

.cps-service-box.style-5 .cps-service-icon span {
    background: none;
}

.cps-service-box.style-5 .service-more {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

.cps-service-box.style-6 {
    -o-border-image: none;
    border-image: none;
    padding: 40px 30px 30px;
}

.cps-service-box.style-6 .cps-service-icon {
    font-size: 3.5rem;
}

.cps-service-box.style-6 .cps-service-icon span {
    background: none;
}

.cps-service-box.style-6 .service-more {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

.cps-service-box.style-6:hover .cps-service-title {
    background: none;
}

.cps-service-box.style-7 {
    padding: 0 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.cps-service-box.style-7 .cps-service-icon {
    font-size: 3.5rem;
}

.cps-service-box.style-7 .service-more {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

.cps-service-box.style-8 {
    padding: 0 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

.cps-service-box.style-8 .cps-service-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.cps-service-box.style-8 .service-more {
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
}

/*------------------------------------
8. Service
------------------------------------*/
.cps-services {
    margin-bottom: -54px;
    zoom: 1;
    overflow: hidden;
    position: relative;
}

.cps-services.style-3 {
    margin-bottom: -77px;
}

.cps-service {
    margin-bottom: 54px;
}

.cps-service .cps-service-icon {
    font-size: 3rem;
    line-height: 1;
}

.cps-service .cps-service-icon span {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.client-ie .cps-service .cps-service-icon span {
    background-image: none;
}

.cps-service .cps-service-title {
    font-size: 1.8rem;
    margin-top: 16px;
}

.cps-service .cps-service-text {
    margin-bottom: 0;
}

.cps-service.style-2 {
    text-align: center;
}

.cps-service.style-2 .cps-service-icon {
    font-size: 3.5rem;
}

.cps-service.style-2 .cps-service-title {
    font-size: 2.2rem;
    margin-top: 22px;
}

.cps-service.style-3 {
    margin-bottom: 77px;
}

.cps-service.style-3 .cps-service-icon {
    display: inline-block;
    font-size: 4.5rem;
    float: left;
    width: 45px;
    margin-right: 25px;
}

.cps-service.style-3 .cps-service-icon + .cps-service-content {
    width: calc(100% - 70px);
}

.cps-service.style-3 .cps-service-content {
    width: 100%;
    float: left;
}

.cps-service.style-3 .cps-service-title {
    margin-top: -3px;
}

.cps-service.style-4 {
    margin-bottom: 77px;
}

.cps-service.style-4 .cps-service-icon {
    display: inline-block;
    font-size: 4.5rem;
    float: left;
    width: 45px;
    margin-right: 25px;
}

.cps-service.style-4 .cps-service-icon span {
    background: none;
}

.cps-service.style-4 .cps-service-icon + .cps-service-content {
    width: calc(100% - 70px);
}

.cps-service.style-4 .cps-service-content {
    width: 100%;
    float: left;
}

.cps-service.style-4 .cps-service-title {
    margin-top: -3px;
}

.cps-service.style-5 {
    text-align: center;
}

.cps-service.style-5 .cps-service-icon {
    font-size: 2.6rem;
    background-image: none;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    line-height: 70px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.cps-service.style-5 .cps-service-icon span {
    line-height: inherit;
}

.cps-service.style-5 .cps-service-title {
    font-size: 2.2rem;
    margin-top: 22px;
}

.cps-service.style-6 {
    text-align: center;
}

.cps-service.style-6 .cps-service-icon {
    font-size: 2.6rem;
    background-image: none;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    line-height: 70px;
    margin: 0 auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.client-ie .cps-service.style-6 .cps-service-icon {
    background-image: none;
}

.cps-service.style-6 .cps-service-icon span {
    line-height: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cps-service.style-6 .cps-service-title {
    font-size: 2.2rem;
    margin-top: 22px;
    font-weight: 400;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.client-ie .cps-service.style-6 .cps-service-title {
    background-image: none;
}

.cps-service.style-6:hover .cps-service-icon span {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(to right, #ffffff, #ffffff);
}

/*------------------------------------
9. Features
------------------------------------*/
#cps-features .cps-section-header {
    margin-bottom: 25px;
}

#cps-features .features-side-img {
    margin-top: 10px;
}

.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.feature-list li {
    line-height: 3rem;
}

.feature-list li span {
    font-size: 1.5rem;
    margin-right: 10px;
    width: 15px;
}

.cps-subsection-title {
    font-size: 2.2rem;
    margin-top: 55px;
    margin-bottom: 17px;
}

.cps-subsection-text {
    margin: 0;
}

.cps-theme-bg {
    color: #ffffff;
}

.cps-gray-bg {
    background-color: #f7f7f7;
}

.cps-black-bg {
    background-color: #262626;
    color: #fff;
}

.cps-sub-section + .cps-sub-section {
    margin-top: 80px;
}

.col-sm-push-6 {
    left: 50%;
}

.col-sm-pull-6 {
    right: 50%;
}

.blog-wrapper {
    margin-bottom: 52px;
}

.blog-text {
    margin-top: 25px;
}

.blog-text p {
    margin: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.blog-text h4 {
    font-weight: 400;
    margin-bottom: 15px;
}

.blog-img {
    border-radius: 0;
    display: block;
    overflow: hidden;
}

.blog-img img {
    border-radius: 0;
    display: block;
    max-width: 100%;
    height: auto;
}
