.service-heading > h1 {
    color: #47c5ab;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 23px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}

.service-heading > h1.center {
    text-align: center;
}

.service-heading > h1.right {
    text-align: right;
}

.service-heading > h1:after {
    background: #47c5ab;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 82px;
}

.service-heading > h1.center:after {
    left: 50%;
    margin-left: -41px;
}

.service-heading > h1.right:after {
    left: inherit;
    right: 0;
}

.web-design-content > p {
    font-size: 18px;
}

.web-design-content > ul {
    margin-top: 30px;
}

.web-design-content li {
    float: left;
    padding: 10px 0 10px 0;
    width: 50%;
}

.web-design-content a {
    color: #25b7d3;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    text-transform: uppercase;
}

.web-design-content a.btn {
    color: #fff;
}

.web-design-content .design-img {
    padding: 50px 0;
}

.expertise-section {
    background: #25b7d3 none repeat scroll 0 0;
    margin: 15px 0 0;
    padding: 15px 0;
}

.expertise-content {
    text-align: center;
}

.expertise-border {
    border-bottom: 1px dashed #ffffff;
    border-top: 1px dashed #ffffff;
    padding: 20px 0;
}

.expertise-content h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 400;
    text-align: left;
}

.expertise-detail {
    padding: 15px 0 0;
}

.expertise-detail ul li {
    display: inline-block;
    padding: 0 20px;
}

.process-detail h3 {
    font-weight: 700;
    color: #202020;
    font-size: 26px;
    font-family: poppins;
    margin: 0 0 25px 0;
    text-transform: capitalize;
    text-align: center;
    /* color: #000;
    font-size: 40px;
    font-weight: 300;
    padding: 25px 0 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    z-index: 1; */
}

.process-detail h3:before {
    /* background: url("process-bg.png") no-repeat center top; */
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    padding-bottom: 12%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    /* border-top:1px solid #1094f1; */
}

.our-process {
    margin-bottom: 60px;
}

.process-detail {
    position: relative;
}

.process-text > p {
    font-size: 12px;
    color: #000;
}

.process-detail ul {
    background: rgba(0, 0, 0, 0) url("smtechnobg.png") no-repeat scroll center top;
    float: left;
    margin: 68px 0;
    padding-bottom: 9%;
    padding-top: 28px;
    width: 100%;
}

.process-detail ul li {
    float: left;
    width: 100%;
    margin: 14px 0 14.5px 0;
}

.process-detail ul li .process-col {
    float: left;
    padding-left: 28%;
    position: relative;
    width: 49%;
    z-index: 1;
}

.process-detail ul li h4 {
    color: #da625a;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.process-detail ul li .process-col .process-text {
    left: 0;
    position: absolute;
    top: 0;
    width: 60%;
    text-align: right;
}

.process-detail ul li .process-circle {
    float: right;
    margin-right: -52px;
    position: relative;
    width: 100%;
}

.process-detail ul li .process-circle .circle-number {
    background: #da625a;
    border-radius: 100%;
    text-align: center;
    width: 72px;
    height: 72px;
    padding: 10px;
    float: right;
}

.process-detail ul li .process-circle .circle-number .circle-number-in {
    font-size: 27px;
    font-weight: 600;
    width: 52px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    color: #da625a;
    border-radius: 100%;
    display: inline-block;
}

.process-detail ul li .process-circle .circle-plus {
    height: 26px;
    width: 26px;
    background: #da625a;
    border-radius: 100%;
    line-height: 26px;
    padding: 0px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -13px; 
}

.process-detail ul li .process-circle .circle-plus:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #da625a;
    border-width: 7px;
    margin-top: -7px;
    margin-left: -2px;
}

.process-detail ul li .process-circle:before {
    background: #da625a;
    content: "";
    height: 6px;
    top: 50%;
    left: 10px;
    right: 10px;
    margin-top: -3px;
    position: absolute;
    z-index: -1;
}

.process-detail ul li.odd {}

.process-detail ul li.odd .process-col {
    float: right;
    padding-left: 0;
    padding-right: 28%;
}

.process-detail ul li.odd .process-col .process-text {
    left: inherit;
    right: 0;
    text-align: left;
}

.process-detail ul li.odd .process-circle {
    float: left;
    margin-left: -52px;
    margin-right: 0;
}

.process-detail ul li.odd .process-circle .circle-plus {
    left: inherit;
    right: 0;
}

.process-detail ul li.odd .process-circle .circle-number {
    float: left;
}

.process-detail ul li.odd .process-circle .circle-plus:after {
    left: inherit;
    right: 100%;
    border-left-color: transparent;
    border-right-color: #da625a;
    margin-right: -2px;
    margin-left: 0;
}

.process-detail ul li:nth-child(2) .circle-number,
.process-detail ul li:nth-child(2) .process-text h4,
.process-detail ul li:nth-child(2) .process-circle::before,
.process-detail ul li:nth-child(2) .process-circle .circle-number .circle-number-in {
    color: #5fa886;
}

.process-detail ul li:nth-child(2) .process-circle .circle-plus::after {
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: #5fa886;
    left: inherit;
    margin-left: 0;
    margin-right: -2px;
    right: 100%;
}

.process-detail ul li:nth-child(2) .process-circle .circle-plus,
.process-detail ul li:nth-child(2) .process-circle .circle-number,
.process-detail ul li:nth-child(2) .process-circle::before {
    background: #5fa886;
}

.process-detail ul li:nth-child(3) .circle-number,
.process-detail ul li:nth-child(3) .process-text h4,
.process-detail ul li:nth-child(3) .process-circle::before,
.process-detail ul li:nth-child(3) .process-circle .circle-number .circle-number-in {
    color: #eea417;
}

.process-detail ul li:nth-child(3) .process-circle .circle-plus::after {
    border-left-color: #eea417;
    border-right-color: rgba(0, 0, 0, 0);
    left: inherit;
    margin-left: 24px;
    margin-right: -2px;
    right: 100%;
}

.process-detail ul li:nth-child(3) .process-circle .circle-plus,
.process-detail ul li:nth-child(3) .process-circle .circle-number,
.process-detail ul li:nth-child(3) .process-circle::before {
    background: #eea417;
}

.process-detail ul li:nth-child(4) .circle-number,
.process-detail ul li:nth-child(4) .process-text h4,
.process-detail ul li:nth-child(4) .process-circle::before,
.process-detail ul li:nth-child(4) .process-circle .circle-number .circle-number-in {
    color: #785e6c;
}

.process-detail ul li:nth-child(4) .process-circle .circle-plus::after {
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: #785e6c;
    left: inherit;
    margin-left: 0;
    margin-right: -2px;
    right: 100%;
}

.process-detail ul li:nth-child(4) .process-circle .circle-plus,
.process-detail ul li:nth-child(4) .process-circle .circle-number,
.process-detail ul li:nth-child(4) .process-circle::before {
    background: #785e6c;
}

.process-detail ul li:nth-child(5) .circle-number,
.process-detail ul li:nth-child(5) .process-text h4,
.process-detail ul li:nth-child(5) .process-circle::before,
.process-detail ul li:nth-child(5) .process-circle .circle-number .circle-number-in {
    color: #e8804d;
}

.process-detail ul li:nth-child(5) .process-circle .circle-plus::after {
    border-left-color: #e8804d;
    border-right-color: rgba(0, 0, 0, 0);
    left: inherit;
    margin-left: 24px;
    margin-right: -2px;
    right: 100%;
}

.process-detail ul li:nth-child(5) .process-circle .circle-plus,
.process-detail ul li:nth-child(5) .process-circle .circle-number,
.process-detail ul li:nth-child(5) .process-circle::before {
    background: #e8804d;
}

.process-detail ul li:nth-child(6) .circle-number,
.process-detail ul li:nth-child(6) .process-text h4,
.process-detail ul li:nth-child(6) .process-circle::before,
.process-detail ul li:nth-child(6) .process-circle .circle-number .circle-number-in {
    color: #008080;
}

.process-detail ul li:nth-child(6) .process-circle .circle-plus::after {
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: #008080;
    left: inherit;
    margin-left: 0;
    margin-right: -2px;
    right: 100%;
}

.process-detail ul li:nth-child(6) .process-circle .circle-plus,
.process-detail ul li:nth-child(6) .process-circle .circle-number,
.process-detail ul li:nth-child(6) .process-circle::before {
    background: #008080;
}

.process-detail ul li:nth-child(7) .circle-number,
.process-detail ul li:nth-child(7) .process-text h4,
.process-detail ul li:nth-child(7) .process-circle::before,
.process-detail ul li:nth-child(7) .process-circle .circle-number .circle-number-in {
    color: #da625a;
}

.process-detail ul li:nth-child(7) .process-circle .circle-plus::after {
    border-left-color: #da625a;
    border-right-color: rgba(0, 0, 0, 0);
    left: inherit;
    margin-left: 24px;
    margin-right: -2px;
    right: 100%;
}

.process-detail ul li:nth-child(7) .process-circle .circle-plus,
.process-detail ul li:nth-child(7) .process-circle .circle-number,
.process-detail ul li:nth-child(7) .process-circle::before {
    background: #da625a;
}

.process-detail ul li:nth-child(8) .circle-number,
.process-detail ul li:nth-child(8) .process-text h4,
.process-detail ul li:nth-child(8) .process-circle::before,
.process-detail ul li:nth-child(8) .process-circle .circle-number .circle-number-in {
    color: #785e6c;
}

.process-detail ul li:nth-child(8) .process-circle .circle-plus::after {
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: #785e6c;
    left: inherit;
    margin-left: 0;
    margin-right: -2px;
    right: 100%;
}

.process-detail ul li:nth-child(8) .process-circle .circle-plus,
.process-detail ul li:nth-child(8) .process-circle .circle-number,
.process-detail ul li:nth-child(8) .process-circle::before {
    background: #785e6c;
}

.process-detail ul li:nth-child(9) .circle-number,
.process-detail ul li:nth-child(9) .process-text h4,
.process-detail ul li:nth-child(9) .process-circle::before,
.process-detail ul li:nth-child(9) .process-circle .circle-number .circle-number-in {
    color: #eea417;
}

.process-detail ul li:nth-child(9) .process-circle .circle-plus::after {
    border-left-color: #EEA417;
    border-right-color: rgba(0, 0, 0, 0);
    left: inherit;
    margin-left: 24px;
    margin-right: -2px;
    right: 100%;
}

.process-detail ul li:nth-child(9) .process-circle .circle-plus,
.process-detail ul li:nth-child(9) .process-circle .circle-number,
.process-detail ul li:nth-child(9) .process-circle::before {
    background: #eea417;
}

.process-detail ul li:nth-child(10) .circle-number,
.process-detail ul li:nth-child(10) .process-text h4,
.process-detail ul li:nth-child(10) .process-circle::before,
.process-detail ul li:nth-child(10) .process-circle .circle-number .circle-number-in {
    color: #5fa886;
}

.process-detail ul li:nth-child(10) .process-circle .circle-plus::after {
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: #5fa886;
    left: inherit;
    margin-left: 0;
    margin-right: -2px;
    right: 100%;
}

.process-detail ul li:nth-child(10) .process-circle .circle-plus,
.process-detail ul li:nth-child(10) .process-circle .circle-number,
.process-detail ul li:nth-child(10) .process-circle::before {
    background: #5fa886;
}

.logo-detail {
    position: relative;
}

.logo-detail > span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #eea417;
    color: #eea417;
    font-size: 17px;
    font-weight: 300;
    padding: 5px 10px;
    position: absolute;
    right: -67%;
    font-weight: 600;
    text-transform: uppercase;
    top: 0;
}

.logo-detail > span:after,
.logo-detail > span:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.logo-detail > span:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.logo-detail > span::before {
    border-color: rgba(255, 0, 0, 0) #eea417 rgba(255, 0, 0, 0) rgba(255, 0, 0, 0);
    border-width: 14px;
    margin-top: -14px;
}

.devlivered-box {
    background: #ffffff;
    border: 6px solid #e4e4e4;
    border-radius: 100%;
    color: #00ace4;
    height: 181px;
    left: 0;
    margin: 16px auto;
    padding: 25px 0 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 181px;
}

.devlivered-box > p {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.devlivered-box i {
    font-size: 80px;
}

.creative-slider {
    padding: 150px 0 0;
    position: relative;
}

.creative-circles {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.creative-circles ul.left,
.creative-circles ul.right {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.creative-circles ul li {
    position: absolute;
}

.creative-circles ul.left li:nth-child(1) {
    left: 65px;
    top: 8px;
    width: 25%;
}

.creative-circles ul.left li:nth-child(2) {
    left: -10%;
    top: 8px;
    width: 25%;
    z-index: 1;
}

.creative-circles ul.left li:nth-child(3) {
    left: 34px;
    top: 110px;
    width: 25%;
    z-index: 1;
}

.creative-circles ul.left li:nth-child(4) {
    left: -25px;
    top: 122px;
    width: 14%;
    z-index: 1;
}

.creative-circles ul.left li:nth-child(5) {
    left: 12px;
    top: 210px;
    width: 10%;
    z-index: 1;
}

.creative-circles ul.left li:nth-child(6) {
    left: 158px;
    top: 118px;
    width: 7%;
    z-index: 1;
}

.creative-circles ul.right li:nth-child(1) {
    right: 25%;
    top: -71px;
    width: 23%;
    z-index: -1;
}

.creative-circles ul.right li:nth-child(2) {
    right: 18%;
    top: 16px;
    width: 25%;
    z-index: -1;
}

.creative-circles ul.right li:nth-child(3) {
    right: 5px;
    top: 89px;
    width: 25%;
    z-index: 1;
}

.creative-circles ul.right li:nth-child(4) {
    right: 0;
    top: -48px;
    width: 26%;
    z-index: 1;
}

.creative-circles ul.right li:nth-child(5) {
    right: 40%;
    top: 45px;
    width: 10%;
    z-index: 1;
}

.creative-circles ul.right li:nth-child(6) {
    right: -8px;
    top: 125px;
    width: 8%;
    z-index: 2;
}

.creative-circles ul.right li:nth-child(7) {
    right: -10px;
    top: 51px;
    width: 16%;
    z-index: 1;
}

.call-to-action-btn .btn-call-to-action {
	background: #ffffff none repeat scroll 0 0;
	border: 3px solid #00ace4;
	color: #00ace4;
	font-size: 36px;
	padding: 5px 100px;
	transition: all 0.5s ease 0s;
	font-weight: 300;
	margin: 0;
	line-height: normal;
}

.btn-call-to-action:hover,
.btn-call-to-action:focus {
    background: #00ace4;
    color: #fff
}

.creative-slider .web-design-serv {
    background: rgba(0, 0, 0, 0) url("../images/mac-comp.png") no-repeat scroll center top/100% auto;
    margin: 0 auto;
    max-width: 290px;
    min-height: 235px;
    text-align: center;
}

.get-quote-btn {
    position: relative;
}

.get-quote-btn > a {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #2bd5db;
    color: #2bd5db;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    margin: 0 auto;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 70px;
    width: 76%;
}

.home-services .service-style-btn {
    border-bottom: 1px solid #fff;
    color: #ffffff;
    margin-top: 10px;
}

.our-process.development-process {
    margin-bottom: 28px;
}

.our-process.development-process .process-detail ul {
    background: none;
    padding-bottom: 0;
    margin: 0;
}

.our-process.development-process .process-detail ul li {
    border-bottom: 1px dashed #ccc;
}

}

.our-process.development-process .left-aside {
    float: left;
}

.our-process.development-process .right-aside {
    float: right;
    width: 75%;
    padding: 45px 0;
}

.our-process.development-process .right-aside h4 {
    font-size: 28px;
    color: #01579B;
    font-weight: normal;
}

.our-process.development-process .right-aside .btn-call-to-action {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #01579B;
    color: #01579B;
    font-size: 24px;
    padding: 7px 48px;
}

.our-process.development-process .right-aside p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #000;
}

.our-process.development-process .shopify .left-aside {
    float: right;
}

.our-process.development-process .left-aside img {
    max-width: 100%;
    float: left;
}

.our-process.development-process .process-detail ul li:nth-child(2) .right-aside h4 {
    color: #80BE48;
}

.our-process.development-process .process-detail ul li:nth-child(2) .right-aside .btn-call-to-action {
    border: 2px solid #80BE48;
    color: #80BE48;
}

.our-process.development-process .process-detail ul li:nth-child(3) .right-aside h4 {
    color: #F15C22;
}

.our-process.development-process .process-detail ul li:nth-child(3) .right-aside .btn-call-to-action {
    border: 2px solid #F15C22;
    color: #F15C22;
}

.our-process.development-process .process-detail ul li:nth-child(4) .right-aside h4 {
    color: #0072C0;
}

.our-process.development-process .process-detail ul li:nth-child(4) .right-aside .btn-call-to-action {
    border: 2px solid #0072C0;
    color: #0072C0;
}

.our-process.development-process .process-detail ul li:nth-child(5) .right-aside h4 {
    color: #8993BE;
}

.our-process.development-process .process-detail ul li:nth-child(5) .right-aside .btn-call-to-action {
    border: 2px solid #8993BE;
    color: #8993BE;
}

.our-process.development-process .process-detail ul li:nth-child(6) .right-aside h4 {
    color: #E52626;
}

.our-process.development-process .process-detail ul li:nth-child(6) .right-aside .btn-call-to-action {
    border: 2px solid #E52626;
    color: #E52626;
}

.career-form {
    background: #e9e9e9;
    padding: 25px;
    border: 1px solid #ccc;
}

.career-contact {
    padding: 60px 0 0;
}

.page-id-137 .career-form .style-btn {
    margin: 15px 0;
}

.page-id-39 .contact-style-box .icon-text {
    color: #000;
    padding-top: 10px;
}

.page-id-137 .contact-style-box .icon-img {
    height: 94px;
    padding: 20px;
    position: absolute;
    top: -45px;
    left: 50%;
    width: 94px;
    margin-left: -47px;
    border-radius: 100%;
    border: 2px solid #ccc;
    background: #fff
}

.page-id-137 .career-contact .contact-style-box {
    position: relative;
    padding: 50px 50px 20px;
    min-height: 135px;
    background: none;
    border: 2px solid #ccc;
}

.page-id-137 .contact-style-box .icon-text {
    padding-left: 20px;
    text-align: center;
    width: 245px;
}

.page-id-137 .contact-style-box .icon-text .india-no::before,
.contact-style-box .icon-text .uk-no::before {
    right: 24px;
}

.page-id-137 .contact-style-box .icon-text strong {
    color: #2CBED2;
}

.contact-page-form {
    background: #EAEAEA;
    padding: 25px;
    position: relative;
}

.contact-page-form input[type="submit"] {
    height: 76px;
    opacity: 1;
    margin-left: -14px;
}

.contact-page-form .col-sm-6 {
    float: left;
    width: 100%;
}

.contact-page-form .col-sm-6.form-btn {
    float: right;
    width: 54%;
}

.contact-page-form .col-sm-6.form-btn {
    float: right;
    width: 49%;
    position: absolute;
    bottom: 74px;
    right: 10px;
}

.contact-style-box {
    border: none;
    background: none;
    padding: 17px 10px 17px 0;
    max-width: 370px;
}

.contact-style-box .icon-text strong {
    color: #2CBED2;
}

.contact-style-box .icon-img {
    color: #2cbed2;
    display: table-cell;
    padding: 15px;
    background: none;
    text-align: center;
    border: 1px solid;
    width: 65px;
    border-radius: 100%;
    height: auto !important;
    vertical-align: top;
    position: absolute;
    left: -60px;
}

.contact-style-box .icon-text a {
    margin-bottom: 10px;
}

.creative-icon {
    padding: 30px 0 20px
}

.creative-icon li b {
    display: block;
    text-transform: uppercase
}

.creative-icon li {
    opacity: 0.6;
    transition: all 0.5s ease 0s;
    width: 25%;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
    float: left;
    line-height: normal
}

.creative-icon li:hover {
    opacity: 1
}

.creative-icon li img {
    height: 60px;
    margin-bottom: 10px;
}

.page-id-647 h3 {
    font-size: 25px;
}

.mandy-ceo #pgc-5-2-1 {
    padding: 32px 0 0;
}

.page-id-5 .team-rpw {
    margin: 20px 0;
}

.page-id-5 .team-title h1 {
    margin: 30px 0;
}

.mandy-ceo .so-widget-image {
    border: 1px solid #000;
    padding: 6px;
}

.team-title h1:before {
    position: absolute;
    content: "";
    background: #858585;
    left: 0;
    right: 0;
    height: 1px;
    top: 50%;
}

.team-title h1 strong {
    background: #ffffff;
    font-weight: 300;
    padding: 10px;
    position: relative;
}

.mandy-ceo li {
    display: inline-block;
    padding: 0 3px;
}

.mandy-ceo br {
    display: none;
}

.mandy-ceo strong {
    color: #000;
}

.mandy-ceo span {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.our-process-sec {
    padding-bottom: 80px;
}

.our-process-sec .board {
    width: 75%;
    margin: 60px auto;
    height: 500px;
    background: #fff;
}

.our-process-sec .board .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.our-process-sec .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: transparent;
    border: 0;
    border-bottom-color: transparent;
}

.our-process-sec .nav > li > a:focus {
    background-color: transparent;
}

.our-process-sec span.round-tabs {
    width: 80px;
    height: 80px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

.our-process-sec span.round-tabs:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.our-process-sec .nav-tabs li a:hover span.round-tabs {
    border: 2px solid #fff;
    transition: 0.5s
}

.our-process-sec .nav-tabs li a:hover span.round-tabs:after,
.our-process-sec .nav-tabs li:nth-child(4) a:hover span.round-tabs:after {
    animation: 1.3s ease-out 75ms normal none infinite running process_sonarEffect1;
}

.our-process-sec .nav-tabs li:nth-child(2) a:hover span.round-tabs:after,
.our-process-sec .nav-tabs li:nth-child(5) a:hover span.round-tabs:after {
    animation: 1.3s ease-out 75ms normal none infinite running process_sonarEffect2;
}

.our-process-sec .nav-tabs li:nth-child(3) a:hover span.round-tabs:after,
.our-process-sec .nav-tabs li:nth-child(6) a:hover span.round-tabs:after {
    animation: 1.3s ease-out 75ms normal none infinite running process_sonarEffect3;
}

@keyframes process_sonarEffect1 {
    0% {
        opacity: 1;
    }
    40% {
        box-shadow: 0 0 0 1px rgba(76, 189, 143, 0.1), 0 0 2px 2px #4CBD8F, 0 0 0 2px rgba(76, 189, 143, 0.1);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 1px rgba(76, 189, 143, 0.1), 0 0 2px 2px #4CBD8F, 0 0 0 2px rgba(76, 189, 143, 0.1);
        opacity: 0;
        transform: scale(1.1);
    }
}

@keyframes process_sonarEffect2 {
    0% {
        opacity: 1;
    }
    40% {
        box-shadow: 0 0 0 1px rgba(254, 190, 41, 0.1), 0 0 2px 2px #febe29, 0 0 0 2px rgba(254, 190, 41, 0.1);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 1px rgba(254, 190, 41, 0.1), 0 0 2px 2px #febe29, 0 0 0 2px rgba(254, 190, 41, 0.1);
        opacity: 0;
        transform: scale(1.1);
    }
}

@keyframes process_sonarEffect3 {
    0% {
        opacity: 1;
    }
    40% {
        box-shadow: 0 0 0 1px rgba(241, 104, 94, 0.1), 0 0 2px 2px #f1685e, 0 0 0 2px rgba(241, 104, 94, 0.1);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 1px rgba(241, 104, 94, 0.1), 0 0 2px 2px #f1685e, 0 0 0 2px rgba(241, 104, 94, 0.1);
        opacity: 0;
        transform: scale(1.1);
    }
}

.our-process-sec span.round-tabs.one {
    color: rgb(34, 194, 34);
    border: 2px solid rgb(34, 194, 34);
}

.our-process-sec li.active span.round-tabs.one {
    background: #fff !important;
    border: 2px solid #4CBD8F;
    color: rgb(34, 194, 34);
}

.our-process-sec span.round-tabs.two {
    color: #febe29;
    border: 2px solid #febe29;
}

.our-process-sec li.active span.round-tabs.two {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #febe29;
}

.our-process-sec span.round-tabs.three {
    color: #3e5e9a;
    border: 2px solid #3e5e9a;
}

.our-process-sec li.active span.round-tabs.three {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #3e5e9a;
}

.our-process-sec span.round-tabs.four {
    color: #f1685e;
    border: 2px solid #f1685e;
}

.our-process-sec li.active span.round-tabs.four {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #f1685e;
}

.our-process-sec span.round-tabs.five {
    color: #999;
    border: 2px solid #4CBD8F;
}

.our-process-sec li.active span.round-tabs.five {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.our-process-sec span.round-tabs.six {
    color: #999;
    border: 2px solid #febe29;
}

.our-process-sec li.active span.round-tabs.six {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.our-process-sec span.round-tabs.seven {
    color: #999;
    border: 2px solid #f1685e;
}

.our-process-sec li.active span.round-tabs.seven {
    background: #fff !important;
    border: 2px solid #ddd;
    color: #999;
}

.our-process-sec .nav-tabs > li.active > a span.round-tabs {
    background: #fafafa;
}

.our-process-sec .nav-tabs > li {
    width: 16%;
}

.our-process-sec .nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;
}

.our-process-sec .nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: -9px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
}

.our-process-sec .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 0px auto 20px;
    border-radius: 100%;
    padding: 0;
    color: #4CBD8F;
}

.our-process-sec .nav-tabs > li a.head-ing {
    width: auto;
    height: auto;
    line-height: 1.2;
    text-align: center;
}

.our-process-sec .nav-tabs > li a:hover {
    background: transparent;
    color: #4CBD8F;
    border-color: transparent;
}

.our-process-sec .tab-pane {
    position: relative;
    padding-top: 0px;
}

.our-process-sec .tab-content .head {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.our-process-sec .btn-outline-rounded {
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.process-content h4 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #32BEC5;
}

@media(max-width:1024px) {
    .our-process-sec .board {
        width: 95%;
    }
}

@media(max-width:767px) {
    .head-ing {
        display: none !important;
    }
    .tab-content {
        padding: 41px 0 0;
    }
    .process-img {
        text-align: center;
    }
    .process-img img {
        width: 60%;
    }
    .our-process-sec {
        padding-bottom: 150px;
    }
}

@media(max-width:500px) {
    .our-process-sec {
        padding-bottom: 0px;
    }
    .our-process-sec .board {
        width: 90%;
        height: auto !important;
    }
    .our-process-sec span.round-tabs {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .our-process-sec .tab-content .head {
        font-size: 20px;
    }
    .our-process-sec .nav-tabs > li a {
        width: 50px;
        height: 37px;
        line-height: 50px;
    }
    .our-process-sec .nav-tabs > li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
    .btn-outline-rounded {
        padding: 12px 20px;
    }
    .round-tabs img {
        width: 50%;
    }
    .process-content {
        padding: 0;
    }
    .our-process-sec .nav-tabs > li {
        width: 16%;
    }
}

.fix-container {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 10px;
}

.black {
    background: #393e41 none repeat scroll 0 0;
}

.section.packages .section_head > h2 {
    color: #fff;
    padding: 20px 0px;
}

.back-color {
    background: #4cbd8f;
    padding: 40px;
}

.section.packages .section_head > h2 span {
    color: #fff;
}

.section_head {
    text-align: center;
}

.section.packages .section_head > h3 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 30px;
}

.section p {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.packages p {
    color: #bfbfbf;
}

.packages_list {
    margin-top: 40px;
    text-align: center;
    position: relative;
    top: 28px;
    z-index: 1;
}

.back-color h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}

.packages_list .back-color p {
    color: #fff;
    font-size: 18px;
}

.package_price::before {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 5px;
    left: 50%;
    position: absolute;
    right: 0;
    top: 20px;
    transform: translate(-50%, 0px);
    width: 70px;
    z-index: 999;
}

.package_price {
    color: #fff;
    display: block;
    font-size: 73px;
    font-weight: 800;
    line-height: 80px;
    padding: 60px 0 40px;
    position: relative;
}

.package_offers {
    margin-bottom: 20px;
}

.package_offers > li {
    color: #fff;
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
}

.btn_group {
    margin-left: -10px;
}

a.Btn.black {
    background: #393e41 none repeat scroll 0 0;
    border: 1px solid #393e41;
    color: #fff;
}

a.Btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #000002;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 0 10px;
    padding: 10px 25px;
    text-align: center;
}

Btn.black.order-now-button a:hover {
    background: transpert;
    border: 1px solid #393e41;
    color: #fff;
}

.back-color-red {
    background: #f7931e none repeat scroll 0 0;
    padding: 40px;
}

.back-color-yellow {
    background: #e3c650 none repeat scroll 0 0;
    padding: 40px;
}

.back-color-red p {
    color: #fff;
    font-size: 18px;
}

.section p {
    font-size: 17px;
}

.back-color-red h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}

.back-color-yellow h3 {
    color: #393e41;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}

.back-color-yellow p {
    color: #393e41;
    font-size: 18px;
}

.back-color-yellow .package_price {
    color: #393e41;
}

.back-color-yellow ul li {
    color: #393e41;
}

.back-color-yellow .package_price::before {
    background: rgba(20, 0, 0, 0.4) none repeat scroll 0 0;
}

.back-color .btn_group a:hover,
.back-color-yellow .btn_group a:hover,
.back-color-red .btn_group a:hover {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
}

#Optimization .sow-headline {
    color: #fff;
}

#Optimization .textwidget h4 {
    color: #faeea7;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    margin-top: 0;
    text-transform: none;
}

#Optimization .textwidget h4 a {
    color: #fff;
}

#Optimization .so-widget-image {
    padding-top: 9px;
}

/*----------24-June-2017--------*/

#main-slider .carousel-indicators .active {
    background-color: #00E5A8;
}

#main-slider .carousel-indicators li {
    border: 1px solid #00E5A8;
}

#main-slider .carousel-indicators {
    left: 8%;
    bottom: 0;
}

.ecommerce-plan .banner-btn {
    background: #4CBD8F;
    color: #fff;
    padding: 11px 30px;
    position: relative;
    left: 0;
    top: 50%;
    margin-left: -30px;
    font-size: 35px;
    bottom: -80px;
    top: auto;
    border: 4px solid #4CBD8F;
    box-shadow: 0 0 0 4px inset;
    transition: 0.5s ease-in;
}

.ecommerce-plan .banner-btn:hover {
    background: #F67480;
    border-color: #F67480;
}

/*----------12-July-2017--------*/

.home-prices {
    padding: 70px 0 50px;
}

.home-prices h1 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.home-prices h1:before {
    position: absolute;
    content: "";
    background: #0698AC;
    width: 5%;
    height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

/*----------20-Sep-2017--------*/

.secure-resp .sow-headline {
    color: #4cbd8f !important;
    font-size: 33px !important;
    text-align: center !important;
}



.secure-resp .textwidget h5 {
    color: #4cbd8f;
}


.so-widget-sow-headline-default-1e0ec3368eb4 .sow-headline-container h1.sow-headline {
    margin: 0;
    padding: 0px;
}


.so-widget-sow-headline-default-1e0ec3368eb4 .sow-headline-container h2.sow-sub-headline {
    margin: 0px;
    font-size: 33px;
    color: #4cbd8f;
    padding: 15px 0;
}


element {
    width: 25%;
    background: #4cbd8f;
}
