/**default css start**/
#myHeader {
    position: absolute;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sec-heading-s .sectopheading {
    font-size: 42px;
    line-height: 1.2;
    color: #4c4949;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
.sectopheading span {
    color: #f26629;
    border-bottom: 2px solid #f26629;
    line-height: 48px;
}
.sec-heading-s .secmidheading {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-bottom: 15px;
    line-height: 2;
    display: block;
}
.orangepulsebtn,
a.animation-on-hover.pulsebtn.orangepulsebtn.pdlr {
    background: #ce7045;
    border: 1px solid #ce7045;
}
.posrelative {
    position: relative;
}
.fff {
    color: #524e4e !important;
}
@font-face {
    font-family: "SF UI Text";
    src: url("../fonts/SFUIText-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "SF UI Display";
    src: url("../fonts/SFUIDisplay-Medium.ttf");
    src: url("../fonts/SFUIDisplay-Medium.ttf") format("truetype"), format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "SF UI Display";
    src: url("../fonts/SFUIDisplay-Semibold.ttf");
    src: url("../fonts/SFUIDisplay-Semibold.ttf") format("truetype") format("svg");
    font-weight: 600;
    font-style: normal;
}
body {
    font-family: "SF UI Display";
    font-weight: normal;
}
.fff {
    color: #fff !important;
}
.pos-r {
    position: relative;
}
#style-2::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
}
#style-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}
a:hover {
    text-decoration: none;
}
.m0 {
    margin: 0;
}
.width100 {
    width: 100%;
}
button:focus {
    outline: none;
}
.border-top-class {
    border-top: 1px solid gray;
    padding-top: 20px;
    margin-top: 30px;
    color: #000;
}
p {
    font-size: 18px;
    line-height: 1.6;
    color:#686563;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb40 {
    margin-bottom: 40px;
}
.defaultptb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.defaultptb0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.defaultpt60 {
    padding-top: 60px !important;
}
.defaultpb60 {
    padding-bottom: 60px;
}
.mt30 {
    margin-top: 30px !important;
}
.mb5 {
    margin-bottom: 5px;
}
.pt0 {
    padding-top: 0 !important;
}
.p0 {
    padding: 0;
}
.pb0 {
    padding-bottom: 0 !important;
}
@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}
.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
.new-heading-style span img {
    height: 28px;
    vertical-align: -4px;
    margin-right: 10px;
}
.new-heading-style {
    text-align: left;
    margin-bottom: 50px;
}
.maintitle {
    font-size: 35px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}
.maintitlesubheading {
    display: block;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 7px;
    color: #131d2b;
}
.width60-percent {
    width: 60%;
}
.width90-percent {
    width: 100%;
}
.ogen-commonheading {
    font-size: 26px;
}
.ogen-commonparagraph {
    font-size: 18px;
}
.pulsebtn {
    display: inline-block;
    color: #fff;
    vertical-align: super;
    border-radius: 1.5px;
    padding: 9px 20px 9px 47px;
    position: relative;
}
.pulsebtn {
    transition: 0.5s;
    cursor: pointer;
}
.animation-on-hover.pulsebtn {
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 20px 5px 60px;
    color: #fff !important;
}
.animation-on-hover.pulsebtn:before {
    animation: pulso 2s infinite !important;
}
.pulsebtn:before {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    animation: pulso 2s infinite;
    transition: 0.5s;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
@keyframes pulso {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@-webkit-keyframes pulseaim {
    to {
        box-shadow: 0 0 0 18px rgba(12, 108, 211, 0);
    }
}
.sec-heading-s .sectopheading {
    font-size: 45px;
    color: #4d4c4e;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
.sectopheading span {
    color: #ce7045;
    border-bottom: 2px solid #ce7045;
    line-height: 48px;
}
/* Default css end*/
/*callbutton css*/
.calllisticon .call-item {
    position: relative;
    line-height: 1;
    top: 9px;
}
.calllisticon .call-item .search-btn {
    cursor: pointer;
    transition: 0.6s;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #8aadd2d9;
}
.calllisticon .call-item .close-btn {
    cursor: pointer;
    transition: 0.6s;
    font-size: 18px;
    font-weight: 600;
    display: none;
    height: 51px;
    width: 51px;
    line-height: 51px;
    background: #8aadd2d9;
}
.calllisticon i.fa.fa-phone {
    color: inherit;
    font-size: 17px;
    position: relative;
    top: 1px;
    left: 0;
}
.calllisticon .call-item .close-btn.active {
    display: block;
}
.calllisticon .call-item .call-button {
    display: inline-block;
    background-color: #3c4858;
    padding: 15px 8px;
    font-size: 17px;
    color: #fff;
    transition: 0.6s;
}
.calllisticon .call-item .call-button:hover {
    background-color: #647d9a;
}
.calllisticon .call-item .call-button i {
    margin-right: 5px;
}
.storecls {
    background: #ce7045  !important;
}
a.call-button.storecls:hover {
    background: #94aece !important;
}
a.call-button:hover {
    cursor: pointer;
}
.search-overlay.searchingpopup {
    margin-top: 12px;
}
li.nav-item.calllisticon .call-item {
    background: transparent;
}
.cp-widget-button {
    display: inline-block;
    position: fixed;
    bottom: 5%;
    left: 2%;
    z-index: 999999;
}
.cp-widget-button.pulsetwo {
    display: block;
    border-radius: 50%;
    background: #e96529;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(233, 101, 41);
    animation: pulsetwoo 2s infinite;
}
.cp-widget-button.pulsetwo:hover {
    animation: none;
}
@-webkit-keyframes pulsetwoo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
@keyframes pulsetwoo {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(233, 101, 41, 0.61);
    }
    100% {
        -moz-box-shadow: 0 0 0 10px rgba(233, 101, 41, 0.61);
        box-shadow: 0 0 0 10px rgba(233, 101, 41, 0.61);
    }
}
.cp-widget-button__inner {
    height: 57px;
    width: 57px;
    line-height: 57px;
    background: #ce7045;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
img.logomodal {
    width: 75px;
}
/*callbutton css end*/
/**--popup css--*/
.popup {
    text-align: center;
    background: #fff;
    z-index: 99999;
    padding: 0px 0 0;
}
.hide1 {
    text-align: right;
    padding: 14px;
    max-height: 40px;
    font-size: 40px;
}
.popup1 p {
    font-size: 29px;
    color: #ca7921;
    line-height: 35px;
    font-weight: 800;
    text-align: center;
    text-shadow: #fff 1px 0 10px;
    padding: 15px 64px 30px;
}
.crossclr {
    color: #b5571e !important;
    position: relative;
    right: 15px;
    top: 3px;
    font-size: 35px;
}
.modal-dialog.modal-dialog-centered.modal-md {
    max-width: 570px;
}
.popup1 {
    margin-top: 5px;
}
.crossclr:hover {
    cursor: pointer;
}
.form-style input {
    display: block;
    margin: 0 auto;
}
.number-sub {
    width: 60% !important;
    padding: 8px;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    border-radius: 6px;
    border: 2px solid;
}
.number-sub:hover {
    background: linear-gradient(90deg, #e89823, #e05c1e 50%, #343a40) var(--x, 0) / 200%;
}
a.hide-pop {
    position: relative;
    bottom: 20px;
}
.number-text {
    padding: 8px;
    border-radius: 4px;
    width: 60% !important;
    margin-bottom: 13px !important;
    border: 1px dashed #777;
}
.form-style input {
    display: block;
    margin: 0 auto;
}
.hidebot {
    display: none !important;
}
#error_message {
    margin: 10px 0px;
    padding: 10px 0px;
}
#success_message {
    margin: 10px 0px;
    padding: 10px 0px;
}
.modal-content {
    background: transparent;
}
@media (max-width: 767px) {
    .modal-open .modal {
        padding-right: 0 !important;
    }
    .popup1 p {
        padding: 15px 20px 30px;
    }
    .number-text {
        width: 85% !important;
    }
}
/**--popup css end--*/
@media screen and (min-width: 1200px) {
    .custom_container {
        max-width: 1635px;
    }
}
@media (max-width: 1800px) {
    .ogenbanner,
    .homemidslider {
        padding: 0 60px 0 140px;
    }
}
@media (max-width: 1700px) {
    .homemidslider {
        padding: 0 60px 0 60px;
    }
}
@media (max-width: 1440px) {
    .homemidslider {
        padding: 0 30px 0 30px;
    }
}
@media (max-width: 1394px) {
    .maintitle {
        font-size: 30px;
    }
    .sec-heading-s .sectopheading {
        font-size: 32px;
    }
    .sec-heading-s .secmidheading {
        font-size: 17px;
    }
}
@media (max-width: 1366px) {
    .homemidslider {
        padding: 0 50px;
    }
}
@media (max-width: 1280px) {
    .homemidslider {
        padding: 0 90px;
    }
}
@media (max-width: 991px) {
    .homemidslider {
        padding: 110px 0 60px;
    }
    .mobpad0 {
        padding: 0 !important;
    }
    .mobpadtb0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .sectopheading span {
        line-height: 35px;
    }
    .sec-heading-s .sectopheading {
        font-size: 25px;
    }
    .maintitle {
        font-size: 20px;
        line-height: 25px;
        padding-top: 40px;
    }
}
/**default css end**/

/*animation start*/
.hp-canvas__layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 10s;
}
.hp-home__cloud-1 {
    width: 10.050074%;
    height: 12.894023677078875%;
    position: relative;
    top: 21.51191%;
    left: 21%;
}
@-webkit-keyframes run {
    0% {
        transform: translateX(0px);
    }

    80% {
        transform: translateX(-80px);
    }
    100% {
        transform: translate(0);
    }
}
.max-animation-lg {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.top-right {
    position: absolute;
    right: -5%;
    opacity: 1;
    top: -5%;
    z-index: 0;
}
.destructive {
    -webkit-animation: distract 5s ease-out infinite !important;
    animation: distract 5s ease-out infinite !important;
    width: 100%;
    pointer-events: none;
}
@-webkit-keyframes distract {
    0%,
    97%,
    100% {
        transform: scale(1);
    }
    20%,
    68% {
        transform: scaleX(0.95) scaleY(0.97);
    }
    48% {
        transform: scaleX(1) scaleY(0.95);
    }
    80% {
        transform: scaleX(1) scaleY(0.97);
    }
}
@keyframes distract {
    0%,
    97%,
    100% {
        transform: scale(1);
    }
    20%,
    68% {
        transform: scaleX(0.95) scaleY(0.97);
    }
    48% {
        transform: scaleX(1) scaleY(0.95);
    }
    80% {
        transform: scaleX(1) scaleY(0.97);
    }
}
.banner-pattern span {
    height: 4px;
    border-radius: 35px;
    display: inline-block;
}
.banner-pattern span:after {
    display: none;
}
.banner-pattern span:first-child {
    width: 66px;
    background: #e96529;
}
.banner-pattern .pattern_inner {
    position: relative;
    width: 125px;
    display: -webkit-flex;
    display: flex;
    left:10px;
    margin-bottom: -1px;
    overflow: hidden;
}
.line {
    position: absolute;
    height: 100%;
    width: 15px;
    background: rgba(0, 0, 0, 0.49);
    -webkit-animation: lineRight 4s ease-in-out infinite;
    animation: lineRight 4s ease-in-out infinite;
    border-radius: 35px;
}
.line2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.line3 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.banner-pattern {
    margin-bottom: 10px;
}
@-webkit-keyframes lineRight {
    0% {
        left: 0px;
    }
    100% {
        left: 100%;
    }
}
@keyframes lineRight {
    0% {
        left: 0px;
    }
    100% {
        left: 100%;
    }
}
.cmr-outline-btn {
    position: relative;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: 0.3s;
    min-width: 185px;
    height: 55px;
    border-radius: 10px;
    background: 0 0;
    border: 2px solid #001033;
    box-shadow: 0 3px 26px rgb(0 0 0 / 9%);
    font-weight: 900;
    font-size: 17px;
    color: #e96529;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    outline: none !important;
    margin-top: 20px;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.cmr-outline-btn i {
    font-size: 20px;
}
.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover {
    color: #fff;
}
.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*animation end*/
/*web design banner start*/
.ogen-seo-package-banner {
    background-color: #ffe9e97d;
    background-image: url(../images/commonimg/grain.png);
    width: 100%;
    position: relative;
    align-items: center;
    display: inline-block;
    background-size: cover;
    min-height: 650px;
    padding-top: 50px;
}
.ogen-seo-package-banner-leftcontent {
    padding: 90px 0 52px 0;
}
.ogen-seo-package-banner-leftcontent h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 0 0 14px 0;
    color:#ce7045;
    line-height: 30px;
    max-width: 750px;
}
.ogen-seo-package-banner-leftcontent h1 {
    font-size: 52px;
    line-height: 48px;
    color:#3c4858;
    font-weight: 800;
    margin: 0 0 28px 0;
}
.ogen-seo-package-banner-testimonial span {
    margin-bottom: 10px;
    display: inline-block;
}
.ogen-seo-package-banner-testimonial p {
    margin: 0;
    line-height: 22px;
    max-width: 700px;
    color: #605f61;
    position: relative;
}
sub.quotation-icon-first {
    position: absolute;
    left: -38px;
    top: 0;
    content: "";
}
sub.quotation-icon-last {
    position: absolute;
    transform: rotate(180deg);
    right: 170px;
}
.ogen-seo-package-banner-testimonial h6 {
    margin: 22px 0 0 0;
}
.ogen-seo-package-banner-manimage {
    position: absolute;
    right: 25px;
    content: "";
    bottom: 0px;
}
ul.ogen-seo-plannew-details {
    color: #524e4e;
    margin: 0;
    position: absolute;
    bottom: 0;
}
ul.ogen-seo-plannew-details li {
    display: inline-block;
    width: 25.04%;
    background: #dcdcdc;
    color: #484444;
    padding: 15px 15px;
    margin: -2px;
    vertical-align: bottom;
    height: 118px;
    transition: all 0.5s linear 0s;
}
ul.ogen-seo-plannew-details li:first-child,
ul.ogen-seo-plannew-details li:nth-child(3) {
    background: #e6f3de;
}
ul.ogen-seo-plannew-details li figure {
    display: inline-block;
    zoom: 0.7;
    vertical-align: top;
}
.ourPlanBannerBox {
    display: inline-block;
    width: 73%;
    padding-left: 8px;
    height: 82px;
    overflow: hidden;
    transition: all 0.5s linear 0s;
}
ul.ogen-seo-plannew-details li span {
    font-size: 50px;
    font-weight: 700;
    display: block;
    line-height: 48px;
    text-transform: uppercase;
}
ul.ogen-seo-plannew-details li:hover {
    background: #e4e3e3;
    transition: all 0.5s linear 0s;
    height: 162px;
}
/*web design banner end*/
/*title heading*/
.contentheading span {
    position: relative;
}
.contentheading span:after {
    content: "";
    height: 16px;
    width: calc(100% + 10px);
    position: absolute;
    bottom: 19%;
    left: -5px;
    background-color: rgb(220 109 44 / 49%);
    z-index: -1;
}
.contenttitle p,
.contenttitle p span {
    position: relative;
}
.contenttitle p {
    position: relative;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    color: #001033;
    margin-top: 0;
    padding-left: 60px;
}
.contenttitle p span:before {
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    left: -50px;
    background-color: #001033;
    top: 9px;
}
.contenttitle .contentheading {
    font-weight: bold;
    font-size: 40px;
}
.contenttitle .contentheading span {
    position: relative;
}
.contenttitle .contentheading span:after {
    content: "";
    height: 10px;
    width: calc(100% + 10px);
    position: absolute;
    bottom: 19%;
    left: -5px;
    z-index: -1;
}
/*title heading end*/
/*contentlayout*/
.mini-container {
    margin: 0px auto;
    max-width: 1000px !important;
}
.seccontent-description {
    display: flex;
    margin-top: 20px;
}
.seccontent-description .seccontent-desc-title {
    position: relative;
}
.seccontent-description .seccontent-desc-title::before {
    content: "";
    background-color: rgb(140, 209, 112);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.seccontent-description .seccontent-desc-title h6 {
    font-weight: 900;
    width: 140px;
    font-size: 20px;
    line-height: 36px;
    text-align: left;
    color: rgb(0, 16, 51);
    margin-right: 30px;
    margin-left: 40px;
    background-color: rgb(255, 255, 255);
    position: relative;
    padding-left: 15px;
}
/*contentlayout end*/
/**Best WebDesign Section**/
.section-subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
.blackText {
    color: #cc6636;
}
.info-text .primary {
    font-size: 18px;
    color: #605f61;
}
.primary1 {
    font-size: 18px;
    color: #6e6d6f;
    box-shadow: 0px 13px 0px 10px rgb(150 144 144 / 21%);
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    padding: 30px 35px 35px 30px;
}
.award_detail {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}
.award_detail:before {
    content: "";
    width: 150px;
    height: 20px;
    border-radius: 7px;
    background-image: url(../images/websitedesign/download.png);
    position: absolute;
    top: -9px;
    left: 35px;
}
/*.plain-blue-bg:before {*/
/*    background-color: #ce7045;*/
/*}*/
.info-text .secondary {
    color: #6e6d6f;
    font-size: 18px;
    line-height: 30px;
}
/**End Best WebDesign Section**/
/*industry solutions start*/
.new-heading-style {
text-align: center;
margin-bottom: 50px;
}
.cmr-reflectors {
    font-weight: 900!important;
    letter-spacing: .1em;
    line-height: 100px;
    text-align: center;
    color: #1d1e31;
    opacity: .02;
    position: absolute;
    top: 20%;
    left: 0;
    pointer-events: none;
    width: 100%;
}

.cmr-reflectors {
    font-size: 230px;
}
.contentheading.reflectorheading{
    font-size: 48px;
    font-weight: 900;
}
.insideedge {
    position: relative;
    overflow: hidden;
}
.right-tag-lines {
    font-weight: 300;
    font-size: 36px;
    line-height: 55px;
    text-align: left;
    color: #1d1e31;
}
.industry-latesttech-wrapper {
margin-bottom: 40px;
background: #fff;
box-shadow: 0 50px 40px #604c3e21;
border-radius: 10px 10px 10px 10px;
transition: 0.25s ease-in-out;
overflow: hidden;
}
section.industry-latesttech {
background: #fff;
}
.industry-latesttech h2.technology-title {
font-size: 15px;
}
.industry-latesttech-wrapper .industry-latesttech-icons {
background: linear-gradient(0deg, rgb(119 154 108 / 79%) 0, rgb(63 115 71 / 74%) 100%);
padding: 30px 20px;
}
.industry-latesttech-wrapper .industry-latesttech-icons.education-icon {
background: #92889cd1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.travel-icon {
background: #889c8ed1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.transport-icon {
background: #9c8893d1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.retail-icon {
background: #989c88d1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.food-icon {
background: -webkit-linear-gradient(to right, #ff4b2b, #ff416c);
background: linear-gradient(111.8deg, rgb(0 104 155 / 55%) 19.8%, rgb(64 102 117 / 72%) 92.1%);
}
.industry-latesttech-wrapper .industry-latesttech-icons.agriculture-icon {
    background: #c68282d1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.media-icon {
background: #d0ae99;
}
.industry-latesttech-wrapper .industry-latesttech-icons.bankingFin-icon {
background: linear-gradient(to right, #f26629e3, #f26629d9);
}
.industry-latesttech-wrapper .industry-latesttech-icons.sprot-icon {
background: #88979cd1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.reatEstate-icon {
background: #c6b582d1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.automobile-icon {
background: linear-gradient(111.8deg, rgb(0 104 155 / 55%) 19.8%, rgb(64 102 117 / 72%) 92.1%);
}
.industry-latesttech-wrapper .industry-latesttech-icons.ticketing-icon {
background: #c682a1d1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.enterpriseBus-icon {
background: #9c8888d1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.socialNetworking-icon {
background: #89889cd1;
}
.industry-latesttech-wrapper .industry-latesttech-icons.b2bB2c-icon {
background: -webkit-linear-gradient(to right, #5e4f7d, #9991a0);
background: linear-gradient(0deg, rgb(119 154 108 / 79%) 0, rgb(63 115 71 / 74%) 100%);
}
.industry-latesttech-wrapper .industry-latesttech-icons.construction-icon {
background: -webkit-linear-gradient(to right, #45b649, #dce35b);
background: linear-gradient(0deg, rgb(119 154 108 / 79%) 0, rgb(63 115 71 / 74%) 100%);
}
.industry-latesttech-wrapper .industry-latesttech-icons.logistic-icon {
background: #9c9188d1;
}
.industry-latesttech-icons img {
max-width: 50px;
position: relative;
z-index: 3;
}
.industry-latesttech-icons i {
font-size: 50px;
color: #fff;
}
.industry-latesttech-wrapper path {
fill: #288ce1;
}
.technology-content p.technology-title {
color: #212121;
margin: 16px 5px;
font-weight: 400;
font-size: 17px;
}
.industry-latesttech .industry-latesttech-wrapper:hover {
box-shadow: 1px 0 34px 1px rgba(0, 0, 0, 0.13), 0 15px 34px 1px rgba(0, 0, 0, 0.13);
transform: scale(1.1);
}
/*industry solutions end*/
/*rating slider start*/
.sec {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    position: relative;
    z-index: 2;
}
.ogenrating-sec .rating-block .sec-heading-s {
    padding: 0 100px;
    margin-bottom: 0;
}
.sec-heading-s h3 span {
    color: #00c2ff;
    border-bottom: 2px solid #00c2ff;
    line-height: 48px;
}
.sec-heading-s h3 {
    font-size: 46px;
    line-height: 1.4;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}
.sec-heading-s h4 {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
    line-height: 2;
}
.ogenrating-sec {
    padding-top: 60px;
    padding-bottom: 50px;
}
.ogenrating-sec .rating-block {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 13px 0px 10px rgb(150 144 144 / 21%);
    border-radius: 10px;
    margin-top: -120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 15px 60px;
}
.ogenrating-sec .rating-block .trophy-icon {
    margin-top: -200px;
    margin-bottom: 30px;
}
.ogenrating-sec .rating-block .rating-slider {
    width: calc(100% + 0px);
    margin-left: 0;
    padding-bottom: 15px;
    margin-top: 30px;
}
.ogenrating-sec .rating-block .rating-slider .slick-slide {
    margin-left: 15px;
}
.ogenrating-sec .rating-block .rating-slider .widgets {
    display: flex !important;
    align-items: center;
    text-align: left;
    padding: 30px 15px;
    box-shadow: 0 12px 20px rgb(0 0 0 / 6%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ogenrating-sec .rating-block .rating-slider .slick-arrow {
    position: absolute;
    top: -45px;
    right: 0;
    font-size: 0;
    border: none;
    background-color: transparent;
    color: #ff9623;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 100%;
    background-color: rgb(58 48 37 / 83%);
}
.ogenrating-sec .rating-block .rating-slider .slick-arrow:hover {
    color: #ff9623;
}
.ogenrating-sec .rating-block .rating-slider .slick-arrow.slick-prev {
    margin-left: 0;
    margin-right: 50px;
}
.ogenrating-sec .rating-block .rating-slider .slick-arrow.slick-next {
    margin-right: 0;
}
.ogenrating-sec .rating-block .rating-slider .slick-arrow.slick-prev:after {
    content: "\f053";
    font-size: 16px;
    font-family: "Fontawesome";
    transition: none;
    font-weight: 300;
}
.ogenrating-sec .rating-block .rating-slider .slick-arrow.slick-prev:hover:after {
    margin-left: 0;
}
.ogenrating-sec .rating-block .rating-slider .slick-arrow.slick-next:after {
    content: "\f054";
    font-size: 16px;
    font-family: "Fontawesome";
    transition: none;
    font-weight: 300;
}
.ogenrating-sec .rating-block .rating-slider .slick-arrow.slick-next:hover:after {
    margin-left: 0;
}
.ogenrating-sec .rating-block .rating-slider .widget-icon {
    width: 100px;
}
.ogenrating-sec .rating-block .rating-slider .widget-content .title {
    font-size: 24px;
    display: inline-block;
    width: 100%;
    color: #333;
    font-weight: 600;
}
.ogenrating-sec .rating-block .rating-slider .widget-content .count-base {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #333;
}
.ogenrating-sec .rating-block .rating-slider .widget-content .rating {
    font-size: 20px;
    color: #333;
    font-weight: 300;
    line-height: 26px;
    margin: 15px 0;
}
.ogenrating-sec .rating-block .rating-slider .widget-content .rating .rating-stars i {
    background-color: #efce4a;
    width: 15px;
    margin-left: 5px;
    color: #fff;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
    vertical-align: top;
    margin-top: 5px;
}
.ogenrating-sec .rating-block .rating-slider .trustpilot .widget-content .rating {
    color: #00b67a;
}
.ogenrating-sec .rating-block .rating-slider .trustpilot .widget-content .rating .rating-stars i {
    background-color: #00b67a;
}
.ogenrating-sec .rating-block .rating-slider .goodfirms .widget-content .rating {
    color: #799275;
}
.ogenrating-sec .rating-block .rating-slider .goodfirms .widget-content .rating .rating-stars i {
    background-color: #ceaa5e;
}
.ogenrating-sec .rating-block .rating-slider .extract .widget-content .rating {
    color: #08bde8;
}
.ogenrating-sec .rating-block .rating-slider .extract .widget-content .rating .rating-stars i {
    background-color: #08bde8;
}
.ogenrating-sec .rating-block .rating-slider .businessofapp .widget-content .rating {
    color: #c32725;
}
.ogenrating-sec .rating-block .rating-slider .businessofapp .widget-content .rating .rating-stars i {
    background-color: #c32725;
}
.ogenrating-sec .rating-block .rating-slider .itfirms .widget-content .rating {
    color: #799275;
}
.ogenrating-sec .rating-block .rating-slider .itfirms .widget-content .rating .rating-stars i {
    background-color: #5e87ce;
}
.ogenrating-sec .rating-block .rating-slider .appfutura .widget-content .rating {
    color: #799275;
}
.ogenrating-sec .rating-block .rating-slider .appfutura .widget-content .rating .rating-stars i {
    background-color: #ce675e;
}
.ogenrating-sec .rating-block .rating-slider .trustfirms .widget-content .rating {
    color: #fe811b;
}
.ogenrating-sec .rating-block .rating-slider .trustfirms .widget-content .rating .rating-stars i {
    background-color: #fe811b;
}
.ogenrating-sec .rating-block .rating-slider .topdevelopers .widget-content .rating {
    color: #002c5f;
}
.ogenrating-sec .rating-block .rating-slider .topdevelopers .widget-content .rating .rating-stars i {
    background-color: #002c5f;
}
.ogenrating-sec .rating-block .rating-slider .skilled .widget-content .rating {
    color: #ffd150;
}
.ogenrating-sec .rating-block .rating-slider .skilled .widget-content .rating .rating-stars i {
    background-color: #ffd150;
}
.ogenrating-sec .rating-block .rating-slider .deloitte .widget-content .rating {
    color: #7fc241;
}
.ogenrating-sec .rating-block .rating-slider .deloitte .widget-content .rating .rating-stars i {
    background-color: #7fc241;
}
.ogenrating-sec .rating-block .rating-slider .appdexa .widget-content .rating {
    color: #3dcc83;
}
.ogenrating-sec .rating-block .rating-slider .appdexa .widget-content .rating .rating-stars i {
    background-color: #3dcc83;
}
.ogenrating-sec .rating-block .rating-slider .clutch .widget-content .rating {
    color: #799275;
}
.ogenrating-sec .rating-block .rating-slider .clutch .widget-content .rating .rating-stars i {
    background-color: #ce675e;
}
.sprite-dline {
    display: inline-block;
}
.bg-gf-sprite {
    width: 105px;
    height: 50px;
    background: url(../images/location-img-o/business-listing_sprites.png) -10px -109px;
}
.bg-itfirms-sprite {
    width: 99px;
    height: 55px;
    background: url(../images/location-img-o/business-listing_sprites.png) -10px -209px;
}
.bg-cl-sprite {
    width: 90px;
    height: 80px;
    background: url(../images/location-img-o/business-listing_sprites.png) -180px -15px;
}
.bg-appfutura-sprite {
    width: 64px;
    height: 70px;
    background: url(../images/location-img-o/business-listing_sprites.png) -100px -284px;
}
.ogenrating-sec .hvr-shutter-out-horizontal {
    box-shadow: inset 0 0 10px rgb(0 0 0 / 12%);
    border-radius: 30px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.78px;
    color: #2d2f2e;
    width: 140px;
    height: 36px;
    text-align: center;
    font-size: 14px;
}
.ogenrating-sec .hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    transition-property: color;
    transition-duration: 0.3s;
}
.ogenrating-sec .hvr-shutter-out-horizontal {
    z-index: 1;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 36px;
    overflow: hidden;
    background: #ecc470;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 12%);
}
.ogenrating-sec .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.ogenrating-sec .hvr-shutter-out-horizontal:active:before,
.ogenrating-sec .hvr-shutter-out-horizontal:focus:before,
.ogenrating-sec .hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #fff;
}
.ogenrating-sec .hvr-shutter-out-horizontal:hover {
    color: #fff;
}
/*rating slider end*/
/*services start*/
.cmr-app-services {
    padding: 50px 0 70px;
    background: linear-gradient(180deg, #fff 0, #fff 17%, #f2f3f7 0, #f2f3f7 77%, hsla(0, 0%, 100%, 0) 0);
}
.cmr-app-services .service-alt:nth-child(2n) {
    margin-top: 30px;
}
.cmr-app-services .service-alt .app-plate {
    height: 232px;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    background-image: url(../images/commonimg/grain.png);
    cursor: pointer;
    box-shadow: 0 3px 26px rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
}
.cmr-app-services .service-alt .app-plate:after {
    content: "";
    width: 150px;
    height: 9px;
    border-radius: 5px 5px 0 0;
    background: #ce7045;
    position: absolute;
    bottom: 0;
    left: 30px;
}
.cmr-app-services .service-alt .app-plate:hover .link-btn {
    color: #f16122;
}
.cmr-app-services .service-alt .app-plate:hover .link-btn i {
    left: 10px;
    transition: all 0.5s;
}
.cmr-app-services .service-alt .app-plate h5 {
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    color: #3c4858;
}
.cmr-app-services .service-alt .app-plate p {
    width: 265px;
    min-height: 96px;
    line-height: 1.5;
    text-align: left;
    margin: 0;
    max-height: 103px;
    overflow: hidden;
}
.cmr-app-services .service-alt .app-plate p,
.link-btn {
   font-size: 18px;
    color: #605f61;
}
.link-btn {
    letter-spacing: 0.08em;
    line-height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    z-index: 99;
    position: relative;
    color: #000;
}
.link-btn i {
    margin-left: 5px;
    position: relative;
    left: 0;
    transition: all 0.5s;
}
.link-btn:hover i {
    left: 10px;
    transition: all 0.5s;
}
.icon_box {
    margin-bottom: 50px;
    position: relative;
    padding-left: 45px;
    padding-top: 15px;
}
.icon_box img {
    position: relative;
    z-index: 99;
}
.over-icon {
    width: 50px;
    height: 50px;
}
.icon_overlay {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 9;
}
.icon_overlay img {
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}
@keyframes spin {
    0% {
        -webkit-transform: scaleX(1) skewY(0deg) translateX(0) translateY(-10px);
        transform: scaleX(1) skewY(0deg) translateX(0) translateY(-10px);
    }
    50% {
        -webkit-transform: scaleX(1.3) skewY(-20deg) translateX(25px) translateY(15px);
        transform: scaleX(1.3) skewY(-20deg) translateX(25px) translateY(15px);
    }
    to {
        -webkit-transform: scaleX(1) skewY(0deg) translateX(0) translateY(-10px);
        transform: scaleX(1) skewY(0deg) translateX(0) translateY(-10px);
    }
}
/*services end*/
/**Ogen Contact Details**/
.ogen-contactbanner-details .wrapper-box {
    position: relative;
    padding: 100px 50px 70px;
    border: 15px solid #ebebeb;
}
.ogen-contactbanner-details .sec-title {
    margin-bottom: 30px;
}
.ogen-contactbanner-details .sec-title h2 {
    font-size: 60px;
    letter-spacing: -2px;
    font-family: mont, sans-serif;
    font-weight: 900;
    color: #3c4858;
}
.ogen-contactbanner-details .ogen-contactcontent-box {
    margin-left: 40px;
}
.ogen-contactbanner-details .ogen-contactcontent-box .ogen-icon-box {
    position: relative;
}
.ogen-contactbanner-details .ogen-contactcontent-box .ogen-icon-box .icon {
    margin-bottom: 20px;
}
.ogen-contactbanner-details .ogen-contactcontent-box .ogen-icon-box h5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.ogen-contactbanner-details .ogen-contactcontent-box .ogen-icon-box p {
    font-size: 25px;
    font-weight: 700;
}
.ogen-contactbanner-details .ogen-contactcontent-box .info-column {
    position: relative;
    margin-bottom: 30px;
}
.ogen-contactbanner-details .ogen-contactcontent-box .info-column:first-child:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    height: 110px;
    width: 2px;
    background: url(../images/newpage-img/straightborder.png);
    transform: translateY(-50%);
}
.ogen-contactbanner-details .ogen-contactcontent-box .info-column:first-child:after {
    position: absolute;
    content: "or";
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    top: 50%;
    right: 10px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(255, 100, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(255, 100, 0, 0.2);
}
/**End Ogen Contact Details**/
/*video testimonial carousel*/
.carouselForTestimonials:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 300px;
    background-color: #f3f3f3;
    left: 30px;
    top: -148px;
    bottom: 0px;
    margin: auto;
}
.carouselForTestimonials:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 300px;
    background-color: #f3f3f3;
    right: 30px;
    top: -148px;
    bottom: 0px;
    margin: auto;
}
.carouselForTestimonials .owl-item.center {
    position: relative;
    z-index: 1;
}
.carouselForTestimonials .owl-item .item {
    transform: scale(0.8);
    transition: 0.5s;
}
.carouselForTestimonials .owl-item.center .item {
    transform: scale(1);
}
.common {
    height: 450px;
    background-color: #ececec;
    width: 845px;
    position: relative;
    left: -175px;
}
.carouselForTestimonials .owl-item.center .common {
    background-color: #f4f4f4;
}
.carouselForTestimonials .owl-item.center .common figcaption {
    opacity: 1;
}
.carouselForTestimonials .owl-item .common figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    transition: 0.5s;
    text-align: left;
    opacity: 0;
}
.carouselForTestimonials .owl-item .common figcaption p {
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #646464;
    margin-bottom: 30px;
    border-bottom: solid 1px #979797;
    padding-bottom: 50px;
}
.carouselForTestimonials .owl-item .common figcaption h4 {
    font-size: 30px;
    font-weight: bold;
    color: #2c2c2c;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    margin: 0px;
    margin-bottom: 10px;
}
.carouselForTestimonials .owl-item .common figcaption h5 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #757575;
    margin: 0px;
}
.carouselForTestimonials {
    padding: 0px 80px;
}
.carouselForTestimonials .owl-item.center .ClientFace {
    position: relative;
    background-size: cover;
    background-position: center;
}
.carouselForTestimonials .owl-item.center .ClientFace:before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.3;
}
.forVideoReviews h3 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-right: 300px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: solid 1px #979797;
    padding-bottom: 50px;
}
.carouselForTestimonials .owl-item .common.forVideoReviews figcaption h4,
.carouselForTestimonials .owl-item .common.forVideoReviews figcaption h5 {
    color: #fff;
}
.forVideoReviews h3 a {
    color: #fff;
    position: absolute;
    width: 96px;
    height: 96px;
    border: 2px solid #fff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: inherit;
}
.carouselForTestimonials .owl-item.center .ClientFace0 {
    background-image: url(../images/websitedesign/img1l.jpg);
}
.carouselForTestimonials .owl-item.center .ClientFace1 {
    background-image: url(../images/websitedesign/img2l.png);
}
.carouselForTestimonials .owl-item.center .ClientFace2 {
    background-image: url(../images/websitedesign/img3l.png);
}
.carouselForTestimonials.owl-theme .owl-dots {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 50px !important;
    width: auto;
}
.carouselForTestimonials.owl-theme .owl-dots .owl-dot {
    outline: none !important;
    border: none !important;
}
.carouselForTestimonials.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 90px;
    height: 90px;
    transform: scale(0.8);
    margin: 0px;
    border-radius: 50%;
    background-size: contain;
    background-position: center;
}
.carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(1) span {
    background-image: url(../images/websitedesign/aa.jpg);
}
.carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(2) span {
    background-image: url(../images/websitedesign/dotimg2.png);
}
/*.carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(1) span {background-image:url(https://studio.code-brew.com/wp-content/uploads/2020/11/Screen-Shot-2020-11-21-at-6.52.34-PM.png)}*/
.carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(3) span {
    background-image: url(../images/websitedesign/dotimg3.png);
}
.common-cb-sec .carouselForTestimonials.owl-theme .owl-dots .owl-dot span:before {
    background-color: #70aa26 !important;
}
.carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(1) span:before {
    content: "";
    width: 30px;
    height: 30px;
    border: solid 4px var(--white);
    background-color: #70aa26;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    display: flex;
    right: 0px;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.5s;
    font: normal normal normal 0px/1 FontAwesome;
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    width: 40px;
    height: 40px;
}
.carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(2) span:before {
    content: "";
    width: 30px;
    height: 30px;
    border: solid 4px var(--white);
    background-color: #70aa26;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    display: flex;
    right: 0px;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.5s;
    font: normal normal normal 0px/1 FontAwesome;
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    width: 40px;
    height: 40px;
}
.carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(3) span:before {
    content: "";
    width: 30px;
    height: 30px;
    border: solid 4px var(--white);
    background-color: #70aa26;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    display: flex;
    right: 0px;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.5s;
    font: normal normal normal 0px/1 FontAwesome;
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    width: 40px;
    height: 40px;
}
.carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(4) span:before {
    content: "";
    width: 30px;
    height: 30px;
    border: solid 4px var(--white);
    background-color: #70aa26;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    display: flex;
    right: 0px;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.5s;
    font: normal normal normal 0px/1 FontAwesome;
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    width: 40px;
    height: 40px;
}
.carouselForTestimonials.owl-theme .owl-dots .owl-dot:nth-child(5) span:before {
    content: "";
    width: 30px;
    height: 30px;
    border: solid 4px var(--white);
    background-color: #70aa26;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    display: flex;
    right: 0px;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.5s;
    font: normal normal normal 0px/1 FontAwesome;
    content: "\f04b";
    font: normal normal normal 14px/1 FontAwesome;
    width: 40px;
    height: 40px;
}
.carouselForTestimonials.owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1);
}
.hiddenryLogs {
    display: none !important;
}
/*video testimonial carousel end*/

/*reasons business start*/

.ogenadvantages_bg {
    background-color: #f8f9ffd6;
    background-image: url(../images/commonimg/grain.png);
    padding-bottom: 50px;
}
.ogenadvantages_bg h2 {
    display: block;
    color: #263238;
    text-align: center;
    margin: 25px 0 50px;
}
.ogenadvantages_bg h2 span {
    font-size: 30px;
    line-height: 38px;
}
.ogenadvantages_bg .sec1 {
    width: 47%;
    float: left;
}
.ogenadvantages_bg .sec2 {
    width: 6%;
    float: left;
    text-align: center;
}
.ogenadvantages_bg .sec3 {
    width: 47%;
    float: left;
    margin-top: 30px;
}
.mb32 {
    margin-bottom: 32px;
}
.ogenadvantage_area {
    background-color: #ffffffd6;
    background-image: url(../images/commonimg/grain.png);
    border: 1px solid #a99389b5;
    border-radius: 10px;
    padding: 13px;
    position: relative;
}
.ogenadvantage_area:hover {
    border: 1px solid #6cd1ff;
    box-shadow: 1px 0 20px #ccc;
    background: #f4fcff;
    background-image: linear-gradient(-225deg, #fffeff 0%, #f4fcff 100%);
}
.ogenadvantage_area span {
    background: url(../images/digitalmarketing-o/r-tuki.png) no-repeat center top;
    position: absolute;
    z-index: 99;
    top: 18px;
    right: -17px;
    left: auto;
    width: 17px;
    height: 21px;
}
.ogenadvantage_area:hover span {
    background: url(../images/digitalmarketing-o/r-tuki.png) no-repeat center -20px;
    display: block !important;
}
.ogenadvantage_area b {
    background: url(../images/digitalmarketing-o/r-tuki2.png) no-repeat center top;
    position: absolute;
    z-index: 99;
    top: 18px;
    left: -17px;
    width: 17px;
    height: 21px;
}
.ogenadvantage_area:hover b {
    background: url(../images/digitalmarketing-o/r-tuki2.png) no-repeat center -20px;
    display: block !important;
}
.ogenadvantage_area h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    color: #343435; 
    text-transform: capitalize;
    float: left;
}
.ogenadvantage_area:hover h3 {
    color: #222;
}
.ogenadvantage_cnt {
    font-size: 15px;
    line-height: 22px;
    color: #222;
}
/*reasons business end*/
/* ogen planning process start*/
.content_area {
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 30px;
    background: #fff;
    border: 1px solid #6cd1ff;
    box-shadow: 0 20px 40px #dde2ff80;
}
.content_area:hover {
    border: 1px solid #6cd1ff;
    box-shadow: 1px 0 20px #ccc;
    background: #f4fcff;
    background-image: linear-gradient(-225deg, #fffeff 0%, #f4fcff 100%);
}
.content_area h3 {
    font-size: 20px;
    color: #3c4858;
    text-transform: capitalize;
    margin-bottom: 10px;
}
/*ogen planning process end*/
/*ogen pricing plan start*/
.pricing-plan-wrap ul.pricing-plans-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 40px 0;
}
.pricing-plan-wrap ul.pricing-plans-row li .price-plan-box {
    max-width: 550px;
    width: 100%;
    margin: 0 auto !important;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    display: flex;
}
.pricing-plan-wrap ul.pricing-plans-row li {
    width: 50%;
    display: flex;
    list-style-type: none;
    padding: 0 10% !important;
    margin: 20px 0;
    position: relative;
}
.pricing-plan-wrap ul.pricing-plans-row li .pricing-icon {
    width: 30% !important;
    margin-bottom: 0px !important;
}
.pricing-plan-wrap ul.pricing-plans-row li .pricing-content {
    width: 70% !important;
}
.pricing-plan-wrap ul.pricing-plans-row li:nth-child(even) .price-plan-box {
    flex-direction: row-reverse;
}
.pricing-plan-wrap ul.pricing-plans-row li:nth-child(odd) .pricing-icon {
    float: left;
}
.pricing-plan-wrap ul.pricing-plans-row li:nth-child(odd) .pricing-content {
    float: right;
}
.pricing-plan-wrap ul.pricing-plans-row li h3 {
    margin-bottom: 15px;
    color: #333;
}
.pricing-plan-wrap ul.pricing-plans-row li h2 {
    font-size: 37px;
    font-weight: bold !important;
    font-style: italic !important;
    text-align: left;
}
.pricing-plan-wrap ul.pricing-plans-row li .pricing-content span {
    color: #d8d8d8;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
}
.pricing-plan-wrap ul.pricing-plans-row li h2 abbr {
    font-size: 29px;
}
.pricing-plan-wrap ul.pricing-plans-row li:before {
    width: 40%;
    height: 8px;
    background: #e8e8e8;
    content: "";
    position: absolute;
    z-index: -1;
}
.pricing-plan-wrap ul.pricing-plans-row li:nth-child(odd):before {
    right: 0;
    top: 48%;
}
.pricing-plan-wrap ul.pricing-plans-row li:nth-child(even):before {
    left: 0;
    top: 52%;
}
.pricing-plan-wrap ul.pricing-plans-row li:nth-child(odd):after {
    width: 55px;
    height: 55px;
    background: #e8e8e8;
    content: "";
    position: absolute;
    z-index: -1;
    left: 96.5%;
    border-radius: 10px;
    transform: rotate(60deg) translate(-100%, -50%);
    top: 69%;
}
.pricing-plans-row:before,
.pricing-plans-row:after {
    background: #e8e8e8;
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translate(-50%);
}
.pricing-plans-row:before {
    width: 8px;
    height: 95%;
    top: 20px;
}
.pricing-plans-row:after {
    width: 23px;
    height: 23px;
    bottom: 0;
    border-radius: 50%;
}
.pricing-plan-wrap .lse-optimization-plan .pricing-icon:before,
.pricing-plan-wrap .nse-optimization-plan .pricing-icon:before,
.pricing-plan-wrap .ppc-management-plan .pricing-icon:before,
.pricing-plan-wrap .sm-marketing-plan .pricing-icon:before,
.pricing-plan-wrap .wd-development-plan .pricing-icon:before,
.pricing-plan-wrap .a-management-plan .pricing-icon:before {
    font-size: 120px;
    font-family: "FontAwesome";
}
.pricing-plan-wrap .lse-optimization-plan .pricing-icon:before {
    content: "\f003";
}
.pricing-plan-wrap .nse-optimization-plan .pricing-icon:before {
    content: "\f002";
}
.pricing-plan-wrap .ppc-management-plan .pricing-icon:before {
    content: "\f001";
}
.pricing-plan-wrap .sm-marketing-plan .pricing-icon:before {
    content: "\f005" !important;
}
.pricing-plan-wrap .wd-development-plan .pricing-icon:before {
    content: "\f109";
}
.pricing-plan-wrap .a-management-plan .pricing-icon:before {
    content: "\f000" !important;
}
.pricing-plan-wrap .lse-optimization-plan h2,
.pricing-plan-wrap .lse-optimization-plan .pricing-icon:before {
    color: #e96529;
}
.pricing-plan-wrap .nse-optimization-plan h2,
.pricing-plan-wrap .nse-optimization-plan .pricing-icon:before {
    color: #499bd4;
}
.pricing-plan-wrap .ppc-management-plan h2,
.pricing-plan-wrap .ppc-management-plan .pricing-icon:before {
    color: #5f9851;
}
.pricing-plan-wrap .sm-marketing-plan h2,
.pricing-plan-wrap .sm-marketing-plan .pricing-icon:before {
    color: #539294;
}
.pricing-plan-wrap .wd-development-plan h2,
.pricing-plan-wrap .wd-development-plan .pricing-icon:before {
    color: #40a5b5;
}
.pricing-plan-wrap .a-management-plan h2,
.pricing-plan-wrap .a-management-plan .pricing-icon:before {
    color: #e96529;
}
.btn-pricing {
    font-size: 24px;
    font-style: italic;
    margin-top: 24px;
}
.whychoosebtn {
    display: inline-block;
    color: #fff;
    vertical-align: super;
    border-radius: 1.5px;
    border: solid 1px #ce7045;
    background-color: #ce7045;
    padding: 9px 20px 9px 47px;
    position: relative;
    margin-top: 30px;
}
.whychoosebtn {
    transition: 0.5s;
    cursor: pointer;
}
.animation-on-hover.whychoosebtn {
    font-size: 18px;
    padding: 8px 20px 8px 47px;
    color: #fff !important;
    border-radius: 5px;
}
.animation-on-hover.whychoosebtn:before {
    animation: pulso 2s infinite !important;
}
.whychoosebtn:before {
    box-shadow: 0 0 0 rgb(255 255 255 / 40%);
    animation: pulso 2s infinite;
    transition: 0.5s;
    content: "";
    width: 15px;
    height: 15px;
    border: 3px solid #fff;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.whychoosebtn:hover {
    color: #fff;
}
/*ogen pricing plan end*/
/*why ogen section start*/
.why-ogen-row {
    margin-top: 70px;
}
.why-ogen-info,
.why-ogen-info li {
    width: 100%;
    float: left;
    position: relative;
}
.why-ogen-info {
    padding: 35px 0;
}
.why-ogen-info:before,
.why-ogen-info:after {
    background: #ebebeb;
    content: "";
    position: absolute;
    z-index: -1;
}
.why-ogen-info:before {
    height: 100%;
    left: -12px;
    top: 0;
    width: 3px;
}
.why-ogen-info:after {
    width: 16px;
    height: 16px;
    bottom: -4px;
    border-radius: 50%;
    left: -18px;
}
.why-ogen-info li {
    padding-left: 10%;
    list-style-type: none;
    margin-bottom: 35px;
}
.why-ogen-info li h3 {
    font-weight: 700;
    font-size: 30px;
    color: #262626 !important;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.why-ogen-info li p {
    color: #636363;
    font-size: 16px;
    line-height: 1.5em;
}
.why-ogen-info li i {
    position: absolute;
    left: -36px;
    top: -2px;
    font-size: 30px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(61deg);
    -moz-transform: rotate(61deg);
    transform: rotate(61deg);
}
.why-ogen-info li i:before {
    -moz-transform: rotate(-61deg);
    -webkit-transform: rotate(-61deg);
    transform: rotate(-61deg);
    display: block;
}
.why-ogen-info li:nth-child(1) i {
    color: #424241;
}
.why-ogen-info li:nth-child(2) i {
    color: #e96529;
}
.why-ogen-info li:nth-child(3) i {
    color: #424241;
}
.why-ogen-info li:nth-child(4) i {
    color: #e96529;
}
.why-ogen-info li:nth-child(5) i {
    color: #424241;
}
.why-ogen-info li:nth-child(6) i {
    color: #e96529;
}
.why-ogen-row .why-ogen-col-1,
.why-ogen-row .why-ogen-col-2 {
    width: 50%;
    float: left;
    position: relative;
}
.why-ogen-row .why-ogen-col-1:before {
    width: 94%;
    height: 108%;
    position: absolute;
    content: "";
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    left: -90px;
    z-index: -2;
}
.why-ogen-row .why-ogen-col-2 {
    padding-right: 10%;
}
.why-ogen-review {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.why-ogen-review li {
    list-style-type: none;
    width: 100%;
    max-width: 400px;
    float: left;
    position: relative;
    padding: 15px 0;
}
.why-ogen-review li:after {
    width: 110%;
    bottom: 0;
    right: 60px;
    border-bottom: solid 3px #f7f7f7;
    content: "";
    position: absolute;
}
.why-ogen-review li:last-child:after {
    display: none;
}
.why-ogen-review li .why-ebz-icon,
.why-ogen-review li .why-ebz-count {
    width: 100%;
    max-width: 195px;
    text-align: center;
}
.why-ogen-review li .why-ebz-count {
    padding: 20px 0;
}
.why-ogen-review li .why-ebz-icon {
    font-size: 100px;
}
.why-ogen-review li .why-ebz-count span {
    font-weight: 800;
    font-style: italic;
    font-size: 54px;
    color: #262626;
}
.why-ogen-review li .why-ebz-count p {
    color: #262626;
    font-size: 20px;
}
.why-ogen-review li:nth-child(odd) .why-ebz-icon {
    float: right;
}
.why-ogen-review li:nth-child(odd) .why-ebz-count {
    float: left;
}
.why-ogen-review li:nth-child(even) .why-ebz-icon {
    float: left;
}
.why-ogen-review li:nth-child(even) .why-ebz-count {
    float: right;
}
.why-ogen-review li:nth-child(1) .why-ebz-icon i {
    color: #66a94a;
}
.why-ogen-review li:nth-child(2) .why-ebz-icon i {
    color: #90468a;
}
.why-ogen-review li:nth-child(3) .why-ebz-icon i {
    color: #e96529;
}
.why-ogen-review li:nth-child(4) .why-ebz-icon i {
    color: #497db3;
}
/*why ogen section end*/

.contentsect h5 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 15px;
}

.yellowunderline {
    text-decoration: underline;
    text-decoration-color: #fc3;
    text-underline-offset: 5px;
}
mark {
    background: #fff1ba;
}

.cmr-what-we .provide-plate .step-number-custom {
    font-family: mont,sans-serif;
    font-weight: 900;
    font-size: 50px;
    text-align: center;
    color: #45a1ce;
    margin: 0 15px 0 0;
}
.sec-title h2, .sec-title h3 {
    font-size: 48px;
    font-family: mont,sans-serif;
    font-weight: 900;
    color: #3c4858;
}
.sec-title p {
    font-family: lato,sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    color: #ce7045;
    margin-top: 0;
    padding-left: 60px;
}
.sec-title p span:before {
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    left: 16px;
    background-color: #ce7045;
    top: 9px;
}
.sec-title h2 span:after, .sec-title h3 span:after {
    content: "";
    height: 25px;
    width: calc(35% + 12px);
    position: absolute;
    bottom: 19%;
    left: 0px;
    background-color: rgba(0,0,0,.06);
    z-index: -1;
}
.cmr-what-we .provide-plate {
    margin: 50px 0;
}
.cmr-what-we .provide-plate .step-label-custom {
    font-weight: 400;
    font-size: 45px;
    line-height: 1.3;
    text-align: left;
    color: #202133;
    max-width: 200px;
}
.cmr-what-we .provide-plate p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #686563;
}
/*client_sec start*/
.client_sec
{
    padding: 15px 0;
    background: #dcdcdc;
    z-index: 999;
    position: inherit;
}
.clientlist
{
    padding-top: 10px;
}
.client_sec h3 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.3;
    color: #d2541a;
}
.contentsect h4 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 25px;
}
/*client_sec end*/

section.homemidslider.ogen-next-level 
{
    overflow: hidden;
}
.yline {
    text-decoration: underline;
    text-decoration-color: #f3966c;
    text-underline-offset: 5px;
}