@font-face {
    font-family: bootstrap-icons;
    src: url("./fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"), url("./fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
}
img {
    max-width: 100%;
    /*height: auto;*/
}
.ji-sub-header {
    font-size: 20px;
    color: #0b73f0;
}
.ji-plan-sub-header {
    color: #4154f1;
    font-weight: 700;
}
.service-page-banner ul.list {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0 0 15px 0;
}
.service-page-banner ul.list li {
    margin: 0 0 12px 0;
    padding: 0 0 8px 0;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}
.sub-heading p {
    /* font-size: 25px; */
    font-size: 35px;
    line-height: 45px;
    /*color: #0b73f0;*/
    color: #253f50;
	font-family: poppinssemibold;
}
.blue-btn {
    border: 1px solid #0b73f0;
    background: #0b73f0;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}
.blue-btn:hover {
    border: 1px solid #444;
    background: #fff;
    color: #444;
    text-decoration: none;
}
.why-seo-service .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}
.why-seo-service .icon-box:hover {
    transform: translateY(-5px);
}
.why-seo-service .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}
.why-seo-service .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}
.why-seo-service .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.why-seo-service .title a {
    color: #111;
}
.why-seo-service .icon-box:hover .title a {
    color: #49b5e7;
}
.why-seo-service .description {
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}
.serviceBox {
    background: #fff;
    text-align: center;
    padding: 35px 15px;
    border-radius: 8px;
    transition: all 0.5s ease 0s;
    box-shadow: 0 0 30px rgb(1 41 112 / 8%);
}
.serviceBox:hover {
    background: #0b73f0;
}
.serviceBox .title {
    font-size: 24px;
    margin: 0 0 20px 0;
}
.serviceBox:hover .title {
    color: #fff;
}
.serviceBox .service-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #0b73f0;
    margin: 0 auto 20px;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .service-icon {
    transform: scale(1.2);
    background: #fff;
}
.serviceBox .service-icon i {
    font-size: 50px;
    color: #0b73f0;
    line-height: 100px;
}
.serviceBox .description {
    color: #64676b;
    line-height: 25px;
    margin-bottom: 20px;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .description {
    color: #fff;
}
.serviceBox .read {
    display: inline-block;
    font-size: 13px;
    color: #64676b;
    text-transform: capitalize;
    padding: 5px 10px;
    border-top: 1px solid #64676b;
    transition: all 0.5s ease 0s;
}
.serviceBox:hover .read {
    color: #fff;
    border-top-color: #fff;
}
@media only screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 20px;
    }
}
.serviceBox2 {
    padding: 30px 0;
}
.serviceBox2 .service-icon {
    background: #58b25e;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    float: left;
}
.serviceBox2 .service-icon.red {
    background: #f35958;
}
.serviceBox2 .service-icon.blue {
    background: #02a2dd;
}
.serviceBox2 .service-icon.purple {
    background: #9f84c4;
}
.serviceBox2 .service-icon.darkCyan {
    background: #008b8b;
}
.serviceBox2 .service-icon.strongcyan {
    background: #1abc9c;
}
.serviceBox2 .service-icon.yellow {
    background: #f5c918;
}
.serviceBox2 .service-icon.orange {
    background: #f58018;
}
.serviceBox2 .service-icon i {
    font-size: 30px;
    color: #fff;
    line-height: 70px;
}
.serviceBox2 .service-content {
    margin-left: 95px;
}
.serviceBox2 .service-content h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}
.serviceBox2 .service-content p {
    line-height: 1.6em;
}
.serviceBox2 .read {
    text-decoration: none;
}
.serviceBox2 .read i {
    font-size: 16px;
    margin-left: 10px;
}
.serviceBox4 {
    padding: 30px 0;
}
.serviceBox4 .service-icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    text-align: center;
    float: left;
}
.serviceBox4 .service-icon.red {
    background: #f35958;
}
.serviceBox4 .service-icon.blue {
    background: #02a2dd;
}
.serviceBox4 .service-icon.purple {
    background: #9f84c4;
}
.serviceBox4 .service-icon.darkCyan {
    background: #008b8b;
}
.serviceBox4 .service-icon.strongcyan {
    background: #1abc9c;
}
.serviceBox4 .service-icon.yellow {
    background: #f5c918;
}
.serviceBox4 .service-icon.orange {
    background: #f58018;
}
.serviceBox4 .service-icon i {
    font-size: 30px;
    color: #3ec1d5;
}
.serviceBox4 .service-content {
    margin-left: 95px;
}
.serviceBox4 .service-content h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}
.serviceBox4 .service-content p {
    color: #fff;
    line-height: 1.6em;
}
.serviceBox4 .read {
    color: #61d3e2;
    text-decoration: none;
}
.serviceBox4 .read i {
    font-size: 16px;
    margin-left: 10px;
}
.serviceBox6 {
    background: #fff;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    margin: 0 -5px;
}
.serviceBox6.last {
    border-right: none;
}
.serviceBox6 .service-icon i {
    font-size: 60px;
}
.serviceBox6 .service-content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.serviceBox6 .service-content p {
    /*font-size: 16px;*/
    font-weight: 300;
}
.serviceBox6 a.btn {
    background: #999 none repeat scroll 0 0;
    border: 2px solid #999;
    color: #fff;
    display: inline-block;
    padding: 7px 10px;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
    font-weight: 400;
}
.serviceBox6:hover {
    background: #3ec1d5;
}
.serviceBox6:hover .service-icon i {
    color: #fff;
}
.serviceBox6:hover .service-content h3 {
    color: #fff;
}
.serviceBox6:hover .service-content p {
    color: #fff;
}
.serviceBox6:hover a {
    background: #fff;
    color: #000;
    border: 2px solid #fff;
}
.serviceBox6 a:hover {
    background: #4aa3df;
    border: 2px solid #fff;
    color: #fff;
}
@media only screen and (max-width: 990px) {
    .serviceBox6 {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .serviceBox6 {
        margin: 0;
        border-right: 0 none;
    }
}
.demo {
    background: #014169;
}
.pricingTable {
    color: #009dd2;
    background-color: #fff;
    /*font-family: "Open Sans", sans-serif;*/
    text-align: center;
    margin: 0 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable:hover {
    box-shadow: 0 0 20px -5px #000;
}
.pricingTable .pricingTable-header {
    padding: 20px 0;
}
.pricingTable .title {
    font-size: 35px;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .month {
    font-size: 15px;
    text-transform: lowercase;
    display: block;
}
.pricingTable .price-value {
    color: #fff;
    background-color: #009dd2;
    padding: 13px 0;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.pricingTable .price-value:after,
.pricingTable .price-value:before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(140deg, #019cd2 25%, #0eb1dc 26%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.pricingTable .price-value:after {
    background: rgba(69, 211, 235, 0.6);
    width: 160%;
    transform: rotate(-60deg);
}
.pricingTable .amount {
    font-size: 55px;
    font-weight: 600;
}
.pricingTable .amount:after,
.pricingTable .amount:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(69, 211, 235, 0.5);
    transform: rotate(85deg);
    position: absolute;
    left: -70px;
    top: 0;
    z-index: -1;
}
.pricingTable .amount:after {
    background: rgba(69, 211, 235, 0.2);
    left: -100px;
}
.pricingTable .amount span {
    font-size: 35px;
    font-weight: 600;
    vertical-align: top;
    margin-left: -5px;
    display: inline-block;
}
.pricingTable .pricing-content {
    font-size: 18px;
    text-transform: capitalize;
    text-align: left;
    line-height: 40px;
    letter-spacing: 1px;
    padding: 10px;
    margin: 25px 0;
    border-top: 2px solid #009dd2;
    border-bottom: 2px solid #009dd2;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricingTable-signup {
    background-color: #009dd2;
    padding: 30px 0;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.pricingTable .pricingTable-signup:after,
.pricingTable .pricingTable-signup:before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(140deg, #019cd2 25%, #0eb1dc 26%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.pricingTable .pricingTable-signup:after {
    background: rgba(69, 211, 235, 0.6);
    width: 160%;
    transform: rotate(-60deg);
}
.pricingTable .pricingTable-signup span {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 15px;
    border: 2px solid #fff;
    display: inline-block;
    transition: all 0.3s ease;
}
.pricingTable .pricingTable-signup span:after,
.pricingTable .pricingTable-signup span:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(69, 211, 235, 0.5);
    transform: rotate(-85deg);
    position: absolute;
    left: -70px;
    top: 0;
    z-index: -1;
}
.pricingTable .pricingTable-signup span:after {
    background: rgba(69, 211, 235, 0.2);
}
.pricingTable .pricingTable-signup span:hover {
    color: #fff;
    letter-spacing: 1px;
    box-shadow: 0 0 20px -1px #fff;
}
.pricingTable.yellow {
    color: #f2b705;
}
.pricingTable.yellow .pricing-content {
    border-color: #f2b705;
}
.pricingTable.yellow .price-value {
    background-color: #f7b403;
}
.pricingTable.yellow .price-value:before {
    background: linear-gradient(140deg, #f19900 25%, #f5c906 26%);
}
.pricingTable.yellow .price-value:after {
    background: rgba(250, 215, 9, 0.8);
}
.pricingTable.yellow .amount:before {
    background: rgba(250, 215, 9, 0.5);
}
.pricingTable.yellow .amount:after {
    background: rgba(250, 215, 9, 0.2);
}
.pricingTable.yellow .pricingTable-signup {
    background-color: #f1bd25;
}
.pricingTable.yellow .pricingTable-signup:before {
    background: linear-gradient(140deg, #f19900 25%, #f5c906 26%);
}
.pricingTable.yellow .pricingTable-signup:after {
    background: rgba(250, 215, 9, 0.8);
}
.pricingTable.yellow .pricingTable-signup span:before {
    background: rgba(250, 215, 9, 0.5);
}
.pricingTable.yellow .pricingTable-signup span:after {
    background: rgba(250, 215, 9, 0.2);
}
.pricingTable.red {
    color: #ea003f;
}
.pricingTable.red .pricing-content {
    border-color: #ea003f;
}
.pricingTable.red .price-value {
    background-color: #ea003f;
}
.pricingTable.red .price-value:before {
    background: linear-gradient(140deg, #ea003f 25%, #f392b1 26%);
}
.pricingTable.red .price-value:after {
    background: rgba(248, 172, 200, 0.8);
}
.pricingTable.red .amount:before {
    background: rgba(248, 172, 200, 0.5);
}
.pricingTable.red .amount:after {
    background: rgba(248, 172, 200, 0.2);
}
.pricingTable.red .pricingTable-signup {
    background-color: #ea003f;
}
.pricingTable.red .pricingTable-signup:before {
    background: linear-gradient(140deg, #ea003f 25%, #f392b1 26%);
}
.pricingTable.red .pricingTable-signup:after {
    background: rgba(248, 172, 200, 0.8);
}
.pricingTable.red .pricingTable-signup span:before {
    background: rgba(248, 172, 200, 0.5);
}
.pricingTable.red .pricingTable-signup span:after {
    background: rgba(248, 172, 200, 0.2);
}
@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .pricingTable {
        margin: 0 0 30px;
    }
}
.serviceBoxsmo {
    text-align: center;
    position: relative;
}
.serviceBoxsmo .service-icon {
    display: inline-block;
    width: 170px;
    height: 170px;
    line-height: 70px;
    border-radius: 50%;
    border: 3px solid #e53947;
    padding: 50px;
    margin-bottom: 50px;
    font-size: 50px;
    color: #fff;
    z-index: 1;
    position: relative;
    transition: all 0.5s ease 0s;
}
.serviceBoxsmo:hover .service-icon {
    transform: rotateY(360deg);
}
.serviceBoxsmo .service-icon:before {
    content: "";
    background: #e53947;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: -1;
    transition: all 0.5s ease 0.5s;
}
.serviceBoxmo:hover .service-icon:before {
    transform: rotateX(360deg);
}
.serviceBoxsmo .service-content {
    padding: 40px 15px 20px;
    border: 3px solid #e53947;
    border-left: 2px solid transparent;
    color: #706e6e;
    line-height: 27px;
    position: relative;
}
.serviceBoxsmo .service-content:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e53947;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
}
.serviceBoxsmo .service-content:after {
    content: "";
    width: 3px;
    height: 70px;
    background: #e53947;
    margin: 0 auto;
    position: absolute;
    top: -54px;
    left: 0;
    right: 0;
}
.serviceBoxsmo .title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #e53947;
    border-radius: 10px;
    padding: 7px 5px;
    margin: 0 0 10px 0;
}
.serviceBoxsmo.green .service-icon {
    border-color: #93aa01;
}
.serviceBoxsmo.green .service-content:after,
.serviceBoxsmo.green .service-content:before,
.serviceBoxsmo.green .service-icon:before,
.serviceBoxsmo.green .title {
    background: #93aa01;
}
.serviceBoxsmo.green .service-content {
    border-color: #93aa01;
    border-left-color: transparent;
}
.serviceBoxsmo.blue .service-icon {
    border-color: #02a2ad;
}
.serviceBoxsmo.blue .service-content:after,
.serviceBoxsmo.blue .service-content:before,
.serviceBoxsmo.blue .service-icon:before,
.serviceBoxsmo.blue .title {
    background: #02a2ad;
}
.serviceBoxsmo.blue .service-content {
    border-color: #02a2ad;
    border-left-color: transparent;
}
.serviceBoxsmo.orange .service-icon {
    border-color: #eb700c;
}
.serviceBoxsmo.orange .service-content:after,
.serviceBoxsmo.orange .service-content:before,
.serviceBoxsmo.orange .service-icon:before,
.serviceBoxsmo.orange .title {
    background: #eb700c;
}
.serviceBoxsmo.orange .service-content {
    border-color: #eb700c;
    border-left-color: transparent;
}
@media only screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 30px;
    }
}
.howlisting ul {
    margin: 50px 0 0;
}
.howlisting li {
    list-style: none;
    margin: 0 0 15px;
    float: left;
    width: 48%;
    min-height: 60px;
    counter-increment: section;
    position: relative;
    padding-left: 62px;
}
.howlisting li:nth-child(2n) {
    float: right;
}
.howlisting li:before {
    content: counter(section) "";
    font-size: 24px;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background-color: green;
}
ser_sec3 .list_decorated li {
    padding-left: 50px;
    position: relative;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ser_sec3 .list_decorated li i {
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.section_heading_sm {
    font-size: 2rem;
    color: #414042;
    margin: 0 0 20px;
    line-height: 2.4rem;
    text-transform: capitalize;
    font-weight: 400;
}
.feature_section2 {
    float: left;
    width: 100%;
}
.feature_section2 .title {
    float: left;
    width: 100%;
    text-align: center;
    padding: 75px 0 30px 0;
    background: url(../images/up-arrow.png) no-repeat center bottom;
}
.feature_section2 .twoboxes {
    float: left;
    position: relative;
    z-index: 9;
    background: #3f4a52;
    width: 100%;
    padding: 85px 0 85px 0;
}
.feature_section2 .twoboxes:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 50%;
    bottom: 0;
    left: 0;
    background: #2a363f;
}
.feature_section2 .twoboxes .left {
    float: left;
    width: 45%;
    text-align: left;
}
.feature_section2 .twoboxes .right {
    float: right;
    width: 43.5%;
    text-align: left;
}
.feature_section2 .twoboxes i {
    float: left;
    margin-right: 25px;
    color: #fff;
    font-size: 58px;
    margin-top: 14px;
}
.feature_section2 .twoboxes strong {
    color: #fff;
    font-size: 43px;
    line-height: 35px;
    font-weight: 900;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: Roboto, sans-serif;
    margin-bottom: 45px;
}
.feature_section2 .twoboxes strong em {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin-bottom: 0;
    font-style: normal;
}
.feature_section2 .twoboxes ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.feature_section2 .twoboxes li {
    width: 100%;
    padding: 14px 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.feature_section2 .twoboxes li i {
    color: #959b9f;
    float: left;
    font-size: 14px;
    margin-right: 12px;
    margin-top: 4px;
    margin-bottom: 30px;
}
.feature_section2 .twoboxes li a {
    float: left;
    margin-top: 10px;
}
.caps {
    text-transform: uppercase;
}
.sitecolor {
    color: #86c724;
}
.listing2 ul {
    margin: 20px;
    padding: 0;
}
.listing2 li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.listing2 li abbr {
    text-align: center;
    margin-right: 15px;
    font-size: 1.375em;
    font-family: OpenSans;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: solid 15px #4da6ff;
    background: #0080ff;
    color: #fff;
    float: left;
    padding: 6px 14px;
}
.listing2 li span i {
    font-size: 1.188em;
    font-style: normal;
    color: #111;
    font-weight: 700;
}
.listing2 li span {
    color: #565656;
    position: relative;
}
.serviceBoxofp {
    text-align: center;
    padding: 35px 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serviceBoxofp:hover {
    background: maroon;
}
.serviceBoxofp:before {
    content: "";
    width: 40px;
    height: 40px;
    border-width: 20px;
    border-style: solid;
    border-color: #fff #fff rgba(1, 1, 1, 0.2) rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -40px;
    right: -40px;
    transition: all 0.3s ease 0s;
}
.serviceBoxofp:hover:before {
    top: 0;
    right: 0;
}
.serviceBoxofp i {
    display: block;
    font-size: 35px;
    color: #967128;
    margin-bottom: 14px;
    transition: all 0.3s ease 0s;
}
.serviceBoxofp .titleofp {
    font-size: 18px;
    font-weight: 900;
    color: #545454;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0 0 16px 0;
    transition: all 0.3s ease 0s;
}
.serviceBoxofp .description {
    font-size: 15px;
    color: #545454;
    line-height: 25px;
    margin: 0;
    transition: all 0.3s ease 0s;
}
.serviceBoxofp:hover .description,
.serviceBoxofp:hover .titleofp,
.serviceBoxofp:hover i {
    color: #fff;
}
@media only screen and (max-width: 990px) {
    .serviceBoxofp {
        margin-bottom: 20px;
    }
}
.bs-calltoaction {
    position: relative;
    width: auto;
    padding: 15px 25px;
    border: 1px solid #000;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.bs-calltoaction > .row {
    display: table;
    width: calc(100% + 30px);
}
.bs-calltoaction > .row > [class*=" col-"],
.bs-calltoaction > .row > [class^="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
.cta-contents {
    padding-top: 10px;
    padding-bottom: 10px;
}
.cta-title {
    margin: 0 auto 15px;
    padding: 0;
}
.cta-button {
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 991px) {
    .bs-calltoaction > .row {
        display: block;
        width: auto;
    }
    .bs-calltoaction > .row > [class*=" col-"],
    .bs-calltoaction > .row > [class^="col-"] {
        float: none;
        display: block;
        vertical-align: middle;
        position: relative;
    }
    .cta-contents {
        text-align: center;
    }
}
.bs-calltoaction.bs-calltoaction-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.bs-calltoaction.bs-calltoaction-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.bs-calltoaction.bs-calltoaction-danger .cta-button .btn,
.bs-calltoaction.bs-calltoaction-info .cta-button .btn,
.bs-calltoaction.bs-calltoaction-primary .cta-button .btn,
.bs-calltoaction.bs-calltoaction-success .cta-button .btn,
.bs-calltoaction.bs-calltoaction-warning .cta-button .btn {
    border-color: #fff;
}
h3 {
    /*font-family: "Josefin Sans", sans-serif;*/
}
.box {
    padding: 20px 0;
}
.box-part {
    background: #fff;
    border-radius: 10px;
    padding: 30px 10px;
    margin: 20px 0;
}
.box-part:hover {
    background: #4183d7;
}
.box-part:hover .fa,
.box-part:hover .text,
.box-part:hover .title,
.box-part:hover a {
    color: #fff;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.text {
    margin: 20px 0;
}
.improve-digital-presence {
    background-image: url(../../img/middle-bann-bg.jpg);
    border-color: #eee;
    border-width: 1px;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 50px;
}
.seo-service-no1-position ul {
    list-style: none;
    padding: 0;
}
.seo-service-no1-position ul li {
    padding-bottom: 10px;
}
.seo-service-no1-position ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #0b73f0;
}
.sus-btn {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #0b73f0;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
}
.sus-btn:hover {
    background: #0b73f0 none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
}
.mt20 {
    margin-top: 20px;
}
.press_kit_heading h3 {
    color: #333;
    font-family: verdana;
    font-size: 1.313em;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
.press_kit_heading h3 span {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.press_kit_heading h3 span::before {
    border-bottom: 4px solid #b5b5b5;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 10px;
    width: 12%;
}
.ji-bulleticon ul {
    list-style: none;
    padding: 0;
}
.ji-bulleticon ul li {
    padding-bottom: 10px;
}
.ji-bulleticon ul li:before {
    content: "\f26b";
    font-family: bootstrap-icons !important;
    font-size: 20px;
    padding-right: 10px;
    color: #0b73f0;
    vertical-align: -0.125em;
}
.ji-bulleticon-green ul {
    list-style: none;
    padding: 0;
}
.ji-bulleticon-green ul li {
    padding-bottom: 10px;
}
.ji-bulleticon-green ul li:before {
    content: "\f26b";
    font-family: bootstrap-icons !important;
    font-size: 20px;
    padding-right: 10px;
    color: #86c724;
    vertical-align: -0.125em;
}
.why-us-pnl {
    padding-right: 0;
    padding-bottom: 35px;
}
.why-us-pnl .wgi-icon {
    margin-right: 0;
}
span.wgi-icon {
    font-size: 40px;
    margin-right: 15px;
    float: left;
    color: #3ec1d5;
}
.why-us-pnl span {
    width: 80px;
    height: 80px;
    border: 2px solid #3ec1d5;
    border-radius: 50px;
    display: block;
    text-align: center;
    line-height: 75px;
    background-color: #fff;
}
.icon-ecom-enovation-design::before {
    font-family: FontAwesome;
    content: "\f002";
}
.icon-mobile-app-Research::before {
    font-family: FontAwesome;
    content: "\f14b";
}
.icon-cms-Web-Design-Development::before {
    font-family: FontAwesome;
    content: "\f10a";
}
.icon-coding::before {
    font-family: FontAwesome;
    content: "\f1c9";
}
.why-us-pnl .why-pnl {
    overflow: hidden;
    padding-left: 16px;
}
.why-us-pnl h3 {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-top: 5px;
    font-family: Roboto, sans-serif;
}
.why-us-pnl h3::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 25px;
    height: 1px;
    background: #d5d5d5;
    content: "";
    transition: all 0.5s ease-in-out;
}
.why-us-pnl p {
    margin: 0;
}
.wow {
    animation-duration: 2.1s !important;
}
.development_services_inner {
    display: inline-block;
    margin: 33px 0 0;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
    min-height: 260px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
}
.gradient_1 {
    background: linear-gradient(28deg, #066bb9 7%, #00a1b5 59%, #00a8b5 65%, #00a8b5 96%);
}
.development_services_inner .content_box {
    width: 100%;
    float: left;
    padding: 10px;
}
.development_services_inner .content_box .num_box {
    width: 57px;
    border: 1px solid #fff;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
    color: #fff;
    font-size: 33px;
    padding: 10px;
}
.development_services_inner .content_box h4 {
    color: #fff;
    margin: 8px 0 0;
    float: right;
    width: 70%;
    text-align: left;
}
.development_services_inner p {
    padding: 10px 0 10px 20px;
    margin: 6px 2px 2px;
    color: #fff;
    min-height: 2px;
    text-align: left;
    float: left;
}
.gradient_2 {
    background: #00a8b5;
    width: 100%;
}
.gradient_3 {
    background: linear-gradient(45deg, #00a8b5 32%, #066bb9 100%);
}
.anim-delay {
    visibility: visible;
    animation-delay: 0.2s;
    animation-name: fadeIn;
}
.tech_box {
    min-height: 153px;
    border-radius: 50%;
}
.paddi10 {
    padding-top: 45px;
    color: #fff;
}
.columns {
    float: left;
    width: 23.3%;
    padding: 8px;
}
.price {
    list-style-type: none;
    /* border: 1px solid #eee; */
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
.price .header {
    background-color: #1e90ff;
    color: #fff;
    font-size: 25px;
}
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}
.price .grey {
    background-color: #eee;
    font-size: 20px;
}
.button {
    background-color: #4caf50;
    border: none;
    color: #fff;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}
.button:hover {
    background-color: #1e90ff;
    color: #fff;
}
@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}
.link-building-services .icon-box {
    padding: 50px 20px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    /*height: 200px;*/
    position: relative;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.link-building-services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #86c724;
}
.link-building-services .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}
.link-building-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
}
.link-building-services .title a {
    color: #343a40;
}
.link-building-services .icon-box:hover .icon {
    background: #fff;
    border: 2px solid #86c724;
}
.link-building-services .icon-box:hover .icon i {
    color: #86c724;
}
.link-building-services .icon-box:hover .title a {
    color: #86c724;
}
.link-building-services .description {
    line-height: 24px;
    /*font-size: 14px;*/
}
.grid_12 {
    width: 98%;
    display: inline;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}
.dotted_border {
    background: url(../img/dotted-border.png) repeat-x bottom left;
}
.pb20 {
    padding-bottom: 20px;
}
.webdesign ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.webdesign li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.webdesign li abbr {
    text-align: center;
    margin-right: 15px;
    font-size: 1.375em;
    -webkit-border-radius: 6px;
    border: solid 20px #ff5551;
    background: #ff8989;
    color: #fff;
    float: left;
    padding: 6px 14px;
}
.webdesign li span {
    color: #565656;
    position: relative;
}
.webdesign li span i {
    font-size: 1.188em;
    font-style: normal;
    color: #111;
    font-weight: 700;
}
.heading2 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0;
    color: #434343;
}
.heading2 span {
    display: inline-block;
    padding: 0 15px;
    font-size: 2.5em;
    position: relative;
}
.heading2 span::before {
    left: 100%;
}
.heading2 span::after {
    right: 100%;
}
.heading2 span::after,
.heading2 span::before {
    position: absolute;
    top: 50%;
    height: 2px;
    width: 30%;
    content: "";
    background: #b9b9b9;
    display: block;
}
.forbiddine_div {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.forbiddine_div.my_list li {
    margin-top: 15px;
    padding-right: 70px;
}
.forbiddine_div li {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding-left: 50px;
    background: url(../../img/bull-round-arrow.png) left top no-repeat;
    -webkit-text-stroke: 1px transparent;
    list-style: none;
    line-height: 33px;
}
.bord5 {
    border: 5px solid #093;
}
.bord-radius5 {
    border-radius: 5px;
}
.padding5 {
    padding: 5px;
}
.resp-tabs-list {
    width: 458px;
    height: 458px;
    background: #fff url(../../img/lap-dev.png) center center no-repeat;
    border: 3px solid #94cc26;
    float: right;
    position: relative;
    border-radius: 100%;
    margin-top: 60px;
    list-style: none;
}
.resp-tabs-list li a {
    background: #0071b8;
    width: 165px;
    height: 165px;
    border-radius: 100%;
    float: left;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 150px;
    top: -63px;
}
.resp-tabs-list li a span {
    display: table-cell;
    height: 150px;
    vertical-align: middle;
    width: 150px;
}
.resp-tabs-list li a#conts-9 {
    background: #20c277;
    left: -40px;
    top: 50px;
}
.resp-tabs-list li a#conts-10 {
    background: #6360a8;
    left: -43px;
    top: 259px;
}
.resp-tabs-list li a#conts-11 {
    background: #8dc917;
    left: inherit;
    right: 155px;
    top: 370px;
}
.resp-tabs-list li a#conts-12 {
    background: #359bdd;
    left: inherit;
    right: -38px;
    top: 268px;
}
.resp-tabs-list li a#conts-13 {
    background: #f36f21;
    left: inherit;
    right: -46px;
    top: 55px;
}
.line-height-30 {
    line-height: 30px;
}
.ji-wrk-pro-head strong {
    color: #093;
}
.all-location-list li,
ul {
    margin: 0;
    padding: 0;
}
.all-location-list ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-title,
.theme-title {
    margin: 0 0 0;
    text-align: center;
    font-family: inherit;
    width: 100%;
}
.page-title h3 .theme-title h3 {
    margin: 0 10px;
    padding: 0 0;
    font-size: 18px;
    line-height: 27px;
    max-width: 100%;
}
.page-title h3:after,
.page-title h3:before,
.theme-title h3:after,
.theme-title h3:before {
    display: none;
}
.page-title h3 span,
.theme-title h3 span {
    font-size: 26px;
    padding: 0;
}
.page-title h3,
.theme-title h3 {
    margin: 0 10px;
    padding: 0 0;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    max-width: 100%;
}
.all-location-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.all-location-list ul li a {
    line-height: 51px;
    color: #fff;
    font-size: 18px;
}
.all-location-list ul li a:hover {
    color: #2d5dab;
}
.all-location-list ul li {
    background: #008596;
    border: solid 1px #98afd6;
    text-align: left;
    padding-left: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.all-location-list ul li:hover {
    background: #1d3154;
    border: solid 1px #1d3154;
    color: #fff;
}
.all-location-list ul li:hover a {
    color: #fff;
}
.loaction-para .product-deshbord {
    text-align: center;
    margin: 0 auto;
    display: table;
}
.logo-width{
	max-height:70px!important;
}
.padding0{
	padding-top:0px;
}
.margintop0{
	margin-top:0px!important;
}
.free-proposal h4{
	font-weight: 200;
	text-transform: uppercase;
	font-size: 27px;
}
/*--------- top header css ---------*/
.top-header{
	background: #012970;
	padding: 2px 0;
}
.text-right {
    text-align: right !important;
}
.top-contact-strip ul {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 2px 0;
}
.top-contact-strip.text-right ul li {
    padding: 0;
}
.top-contact-strip ul li a {
    padding: 0 14px;
    color: #fff;
    font-weight: 300;
    border-right: 0;
    line-height: 9px !important;
    font-size: 14px;
    position: relative;
}
.top-contact-strip ul li a strong {
    /*color: #f3d049;*/
	color: #55d0fa;
    font-weight: 300;
    padding-right: 5px;
}
.top-contact-strip ul li a::after {
    position: absolute;
    width: 2px;
    height: 14px;
    background: #ddd;
    content: '';
    top: 2px;
    right: 0;
}
.toplastli a::after {
    position: absolute;
    width: 2px;
    height: 14px;
    background: #243f51!important;
    content: '';
    top: 2px;
    right: 0;
}
.mob-header{
	display:none;
}

/*---- new main menu ------*/
.fixed-main-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

ul#sticky-header.sticky {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}
.exo-menu{
	width: 100%;
	float: left;
	list-style: none;
	/*position:relative;*/
	/*background: #23364B;*/
	background: #093;
}
.exo-menu > li {	display: inline-block;float:left;}
.exo-menu > li > a{
	/*color: #ccc;*/
	color: #fff;
	text-decoration: none;
	/*text-transform: uppercase;*/
	border-right: 1px #365670 dotted;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover{
	/*background:#009FE1;*/
	background:#012970;
	color:#fff;
}
li.drop-down ul > li > a:hover{
	/*background:#009FE1;*/
	background:#093;
	color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down{position:relative;}
li.drop-down:before {
  content: "\f107";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 14px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 345px;
	z-index: 9;
}
.drop-down-ul{display:none;}

li.drop-down>ul>li>a{
	color: #fff;
	display: block;
	/*padding: 20px 22px;*/
	padding: 5px 20px;
	text-decoration: none;
	/*background-color: #365670;*/
	background-color: #012970;
	border-bottom: 1px dotted #547787;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

.drop-down-ul:hover,
li.drop-down>a:hover +.drop-down-ul{
	display:block;
}

a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 13px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
	display:none;
}
.toggle-scroll-menu{
	top: 0px!important;
}
.fixed-top1{
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.mobile-main-menu-txt{
	font-size: 30px; 
	color: #fff; 
	padding: 12px; 
	margin-left: 50px;
	display:none!important;
	cursor: pointer;
}
.fourofour {
    font-size: 200px;
    color: #093;
    line-height: 1;
    font-weight: 700;
}
.fourofourerr{
	font-size: 118px;
    color: #012970;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
   a.toggle-menu{
		display:block;
		top: auto;
	}
	.mobile-main-menu-txt{
		display:block!important;
	}
}
@media only screen and (max-width: 990px) {
    a.toggle-menu{
		display:block;
		top: auto;
	}
}
/*------- slider extra css -------*/
.hero h1{
    font-family: poppinsbold;
    font-size: 83px!important;
}

.hero h2 {
	font-family: poppinsbold;
    text-align: center!important;
    font-size: 41px!important;
    color: #68ee49!important;
    text-transform: uppercase!important;
    margin: 0;
    /*line-height: 30px;*/
    font-weight: 700!important;
}
.hero h5 {
    /*color: #012970;*/
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
	font-weight: bold;
    line-height: 1.2;
}
.hero h5 span {
    font-weight: normal;
}
.ji-banner-logos ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.ji-banner-logos ul li {
    list-style: none;
    padding: 0 15px;
}
.ji-banner-logos img {
    width: 100%;
}

.mob-header .getstarted {
    background: #4154f1;
    padding: 4px 10px;
    /*margin-left: 30px;*/
    border-radius: 4px;
    color: #fff;
	font-size: 13px;
}
.whatsappMob{
	font-size: 12px;
	font-weight: normal;
}
.whatsappMobImg{
	width: 25px;
	border-radius: 100px;
	height: 27px;
	background: transparent;
	margin-top: -6px;
	/*margin-left: 11px;*/
}
.whatsappDsktpImg{
	width: 25px;  border-radius: 100px;  height: 27px;  background: transparent;  margin-top: -3px;margin-left: 11px;
}
.mob-header .getstarted:hover {
    color: #fff;
    background: #5969f3;
}
.mob-top-menu{
	font-size:15px;
}

@media only screen and (max-width: 767px) {
   .bann-res-driv{
		display:none;
	}
	.ji-banner-logos ul {
		display: unset;
	}
}
@media only screen and (max-width: 990px) {
    .hero{
		padding: 20px 0;
	}
   .hero h1{
		font-size: 45px!important;
	}
	.hero h2 {
		font-size: 25px!important;
	}
	.ji-banner-logos ul {
		display: unset;
	}
}
@media only screen and (max-width: 767px) {
	.hero{
		padding: 20px 0;
	}
   .hero h1{
		font-size: 45px!important;
	}
	.hero h2 {
		font-size: 25px!important;
	}
}
@media only screen and (max-width: 990px) {
    .top-header{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
   .top-header{
		display:none;
	}
}

@media only screen and (max-width: 990px) {
    .desk-header{
		display:none;
	}
	.mob-header{
		display:block;
	}
	.mob-top-logo{
		/*margin-left: 65px;*/
		margin-bottom: 5px;
	}
	.whatsappMob{
		font-size: 12px;
		font-weight: normal;
	}
	.whatsappMobImg{
		width: 25px;
		border-radius: 100px;
		height: 27px;
		background: transparent;
		margin-top: -6px;
		/*margin-left: 11px;*/
	}
}
@media only screen and (max-width: 767px) {
   .desk-header{
		display:none;
	}
	.mob-header{
		display:block;
	}
	.mob-top-logo{
		/*margin-left: 65px;*/
		margin-bottom: 5px;
	}
	.whatsappMob{
		font-size: 12px;
		font-weight: normal;
	}
	.whatsappMobImg{
		width: 25px;
		border-radius: 100px;
		height: 27px;
		background: transparent;
		margin-top: -6px;
		/*margin-left: 11px;*/
	}
}

 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 10px 22px;
 }
li.drop-down>ul{
		position:absolute;
}
 }
@media (max-width:767px){

	.exo-menu {
		min-height: 58px;
		background-color: #23364B;
		width: 100%;
	}
	
	.exo-menu > li > a{
		width:100% ;
	    display:none ;
	
	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 5px 20px;
	}
	
li.drop-down>ul{
		position:relative;
}

}

section h1{
	font-family: poppinssemibold;
	font-size: 56px;
}

section h2{
	font-family: poppinssemibold;
	text-align: center !important;
	font-size: 50px !important;
	color: #012970 !important;
	margin: 0;
	/*line-height: 30px;*/
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: unset !important;
	/*font-weight: 700 !important;*/
}

section h2 span{
	color: #093;
}
section h3{
	color: #253f50;
	font-family: poppinssemibold;
	font-size: 22px;
	line-height: 34px;
}
section h4{
	color: #253f50;
	font-family: poppinssemibold;
	font-size: 20px;
}
.ji-button{
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: #4154f1;
	box-shadow: 0 5px 30px rgba(65, 84, 241, 0.4);
}
.ji-button:hover{
	transition: 0.5s;
	color: #fff;
}
.ji-button i{
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}
.ji-button:hover i{
	transform: translateX(5px);
}
.why-us-flexor h3{
	color:#fff;
}
.why-us-flexor span{
	font-size: 15px;
	text-align:left!important;
}
.why-us-flexor span font{
	color: #093;
	font-size: 20px;
}
.webdsgn-active{
	background:#fff;color:#444;border: 1px solid #444;
}