@import url('https://fonts.googleapis.com/css?family=Cairo');
html,
body,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
button {
    font-family: 'Cairo', sans-serif;
}

html,
body {
    margin: 0 auto;
    position: relative;
    font-size: 1em;
    overflow-x: hidden;
    color: #595859;
}

header {
    padding-top: 15px;
    padding-bottom: 15px;
    /* height: 116px; */
    /* z-index: 99; */
    /* position: fixed; */
    width: 100%;
    /* top: 0; */
}

header.sticky {
    /* background: #000; */
}

header .logo {
    height: 75px;
    z-index: 99;
}

header .menu {
    padding-left: 0px;
    margin-bottom: 0px;
}

header .menu li {
    margin-right: 0 !important;
    margin-left: 35px;
    font-size: 16px;
}

header .menu li a {
    color: #1A191A;
    position: relative;
    display: inline-block;
}

header .menu li a.active {
    font-weight: 600;
}

header .menu li a.active::before {
    content: "";
    position: absolute;
    bottom: -7px;
    height: 6px;
    width: 6px;
    left: calc(50% - 3px);
    background: #B72D26;
    border-radius: 25px;
    transition: all 0.3s ease-in;
}

header .menu li a.active:hover::before {
    height: 3px;
}

header .menu li a::before {
    content: "";
    position: absolute;
    bottom: -7px;
    height: 3px;
    width: 0px;
    left: calc(50% - 3px);
    background: #B72D26;
    border-radius: 25px;
    transition: all 0.3s ease-in;
}

header .menu li a:hover {
    /* font-weight: 600; */
}

header .menu li a:hover::before {
    width: 100%;
    left: 0;
}

.red {
    color: #B72D26;
}

.heading p.header-txt {
    font-size: 22px;
}

p.btn-container {
    margin-bottom: 0;
    margin-top: 45px;
}

p.btn-container a {
    color: #595859;
    font-weight: 600;
    position: relative;
    margin-left: 15px;
    transition: all 0.3s ease-in;
    z-index: 2;
    font-size: 14px;
}

p.btn-container a::before {
    content: "";
    position: absolute;
    left: -18px;
    top: -9px;
    width: 45px;
    height: 45px;
    background: #B72D26;
    opacity: 0.1;
    border-radius: 25px;
    transition: all 0.3s ease-in;
    z-index: -2;
}

.box-btn.btn-container {
    margin-bottom: 0;
    margin-top: 0px;
    transform: translateY(-40px);
    opacity: 0;
    transition: all 0.4s ease-in;
}

.box-container:hover .box-btn.btn-container {
    transform: translateY(10px);
    opacity: 1;
}

p.btn-container a:hover {
    color: #fff !important;
}

.digital-marketing .blob2 {
    position: absolute;
    left: 17px;
    top: 37px;
    width: 170px;
    height: 170px;
    z-index: -2;
}

.digital-marketing .blob1 {
    position: ABSOLUTE;
    width: 50px;
    height: 50px;
    top: 40px;
    left: 45%;
    z-index: -2;
}

.digital-marketing img.shape1 {
    position: absolute;
    z-index: -2;
    width: 500px;
    height: 500px;
    right: -318px;
    top: 105px;
}

.digital-marketing .sm {
    margin-top: 65px;
    margin-bottom: 30px;
}

.digital-marketing .number {
    position: relative;
    min-height: 250px;
}

.number img.r1 {
    position: absolute;
    z-index: -4;
    right: 24%;
    transition: all 0.5s ease-in;
}

.number img.r2 {
    position: absolute;
    z-index: -3;
    height: 150px;
    width: 160px;
    top: 19px;
    left: auto;
    right: 28%;
    transition: all 0.5s ease-in;
}

.number img.r3 {
    position: absolute;
    bottom: 48px;
    transition: all 0.5s ease-in;
}

.number img.r3.b3 {
    bottom: 195px;
    right: 41%;
}

.number img.r3.g1 {
    right: 30%;
}

.number img.r3.g3 {
    bottom: 80%;
}

.number img.r4.g4 {
    bottom: 85%;
    right: 57%;
}

.number img.r4 {
    position: absolute;
    bottom: 80px;
    right: 35%;
    transition: all 0.5s ease-in;
}

.number img.r4.b4 {
    bottom: 87%;
}

.number img.r1.gg1 {
    right: 31%;
}

.number img.r4.gg4 {
    right: 58%;
}

.number img.r1.bb1 {
    transform: rotate( 85deg);
    right: 29%;
}

.number img.r2.bb2 {
    transform: rotate( 245deg);
    top: 24px;
}

.number img.r3.bb3 {
    bottom: 55%;
    right: 20%;
}

.number img.r4.bb4 {
    bottom: 81%;
    right: 33%;
}

.number img.r1.rr1 {
    transform: rotate( 80deg);
}

.number img.r2.rr2 {
    transform: rotate( 90deg);
}

.number img.r3.rr3 {
    right: 58%;
    bottom: 45%;
}

.number img.r4.rr4 {
    right: 57%;
    bottom: 37%;
}

.number .num {
    color: #fff;
    font-size: 43px;
    margin-left: 18px;
    font-weight: bold;
    padding-top: 58px;
    display: inline-block;
}

.digital-marketing .box {
    overflow: hidden;
}

.box-container .box:hover {
    box-shadow: 0px 0px 11px 5px #efefef;
    background: transparent;
    color: #595859;
}

p.num-txt {
    margin-top: 70px;
    font-weight: bold;
    color: #595859;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.5s ease-in;
}

.sm-txt {
    margin-bottom: 50px;
}

.number:hover p.num-txt {
    opacity: 1;
    transform: translateY(0px);
}

.number:hover img.r2 {
    transform: scale(0.9);
}

.number:hover img.r1 {
    transform: scale(0.9) translate(-2px, 17px);
}

.number:hover img.r3 {
    transform: translate(16px, -10px);
}

.number:hover img.r4 {
    transform: translate(-6px, -9px);
}

.row-nums {
    position: relative;
}

.row-nums::before {
    content: "";
    width: 100%;
    height: 85%;
    border-radius: 25px;
    position: absolute;
    box-shadow: 0px 0px 5px 1px #e8e7e7;
    top: 18%;
    z-index: -5;
}

.ms {
    margin-top: 120px;
    margin-bottom: 30px;
}

.row-nums::after {
    content: "";
    position: absolute;
    z-index: -6;
    bottom: -170px;
    left: -50px;
    width: 200px;
    height: 200px;
    background: url('../images/grid.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.box {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px 1px #e8e7e7;
    border-radius: 5px;
    padding: 23px;
    transition: all 0.3s ease-in;
    color: #595859;
}

.box:hover {
    color: #2C66A6;
    background: #E9EFF6;
}

p.btn-container a:hover::before {
    width: calc(100% + 30px);
    opacity: 1;
}

p.digital-txt {
    margin-top: 25px;
    padding-right: 40px;
}

p.btn-container a .icon {
    padding-left: 7px;
}

.heading h3.grey {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.3;
    color: #595859;
}

.heading {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

.heading .header-img {
    width: 85%;
    margin: 0 auto;
    transition: all 0.7s ease-in;
}

.anim-other:hover h2.faded-txt {
    transform: translateX(40px);
}

.anim-other:hover .header-img {
    transform: translateY(20px);
}

#Path_818 {
    transform: translate(321.346px, 108.484px) rotate(9deg);
    -moz-transform: translate(321.346px, 108.484px) rotate(9deg);
}

#Path_820 {
    transform: translate(408.443px, 37.955px) rotate(30deg);
    -moz-transform: translate(408.443px, 37.955px) rotate(30deg);
}

#Path_816 {
    transform: matrix(0.883, 0.469, -0.469, 0.883, 488.414, 31.45);
    -moz-transform: matrix(0.883, 0.469, -0.469, 0.883, 488.414, 31.45);
}

#gray_shape {
    transform: translate(467.489px, 62.604px) rotate(30deg);
    -moz-transform: translate(467.489px, 62.604px) rotate(30deg);
}

.anim-other:hover #Path_818 {
    transform: scale(1.05) translate(286.346px, 90.484px) rotate( 9deg);
    -moz-transform: scale(1.05) translate(286.346px, 90.484px) rotate( 9deg);
}

.anim-other:hover #Path_816 {
    transform: matrix(0.883, 0.469, -0.469, 0.883, 488.414, 31.45) scale(1.05);
    -moz-transform: matrix(0.883, 0.469, -0.469, 0.883, 488.414, 31.45) scale(1.05);
}

.anim-other:hover #Path_820 {
    transform: translate(408.443px, 37.955px) rotate( 30deg) scale(1.08);
    -moz-transform: translate(408.443px, 37.955px) rotate( 30deg) scale(1.08);
}

.anim-other:hover #gray_shape {
    transform: translate(467.489px, 62.604px) rotate( 30deg) scale(1.06);
    -moz-transform: translate(467.489px, 62.604px) rotate( 30deg) scale(1.06);
}

.anim-other:hover .dots {
    transform: translateY(-20px) translateX(-20px);
    -moz-transform: translateY(-20px) translateX(-20px);
}

.anim-other:hover img.blb {
    transform: translate(-44px, -65px);
}

.anim-other:hover img.kidney {
    transform: translate(-6px, 10px);
}

.heading .home-shape #Path_818,
.heading .home-shape #Path_816,
.heading .home-shape #Path_820,
.heading .home-shape #gray_shape {
    transition: all 0.7s ease-in;
}

.heading .home-shape {
    position: absolute;
    width: 100%;
    height: auto;
    top: -100px;
    left: -30px;
    z-index: -4;
    transition: all 0.7s ease-in;
}

.heading .img-container {
    position: relative;
}

.heading .dots {
    border-radius: 25px;
    position: absolute;
    right: -70%;
    bottom: 0px;
    z-index: -2;
    opacity: 0.5;
    transition: all 0.7s ease-in;
}

.heading h2.faded-txt {
    position: absolute;
    top: -60px;
    right: -59%;
    left: auto;
    text-align: right;
    font-size: 79px;
    opacity: 0.1;
    font-weight: bold;
    color: #ccc;
    transition: all 0.7s ease-in;
}

img.blb {
    transform: translate(-50px, -40px);
    transition: all 0.7s ease-in;
}

img.kidney {
    transition: all 0.7s ease-in;
}

.heading .kb {
    position: absolute;
    top: 18%;
    right: -80%;
}

section.digital-marketing {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}

a {
    /* color: #fff; */
    text-decoration: none;
    transition: all 0.3s ease-in;
}

a:hover {
    /* color: #BC0623; */
    text-decoration: none;
}

.pre-border {
    height: 2px;
    border-top: 4px solid #444444;
    margin-bottom: 4px;
    margin-top: 50px;
}

.pre-footer {
    background-color: #444444;
    padding-top: 75px;
    padding-bottom: 10px;
    position: relative;
    margin: 0px;
}

.links a:hover {
    color: #fff;
}

footer {
    background: #353535;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 15px;
    margin: 0px;
    font-size: 13px;
}

footer p {
    padding: 0px;
    color: #fff;
    margin-bottom: 0px;
}

.social svg {
    color: #fff;
    font-size: 17px;
    margin-left: 17px;
    transition: all 0.3s ease-in;
}

.social svg:hover {
    color: #2b65a5;
}

.middle-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -10px;
}

.links h3 {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.links li {
    line-height: 25px;
}

.links a {
    text-decoration: none;
    color: #8f8f8f;
    font-size: 13px;
}

.links .lang-btn {
    margin-top: -2px;
    padding-left: 10px;
    border-radius: 0px;
    background: #1a191a;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    margin-right: 7px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 24px;
}

.links .dropdown {
    display: inline-block;
}

.links .dropdown-menu {
    border-radius: 0px;
    min-width: auto;
    width: 35px;
    margin-bottom: 8px;
}

.dropdown-menu>li>a {
    text-align: center;
    font-size: 13px;
    padding: 3px 0px;
}

.links .client-btn {
    background: #b72d26;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
}

.links .support-btn {
    display: inline-block;
    background: #2b65a5;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
}

.dropup .dropdown-toggle::after {
    content: none;
}

.links .text {
    color: #fff;
    font-weight: 400;
}

.links .icon-mail {
    color: #fff;
}

.middle-logo img {
    width: 130px;
    height: 130px;
}

.rotate-fade-txt {
    position: absolute;
    left: -240px !important;
    font-size: 87px;
    font-weight: bold;
    color: #efefef;
    opacity: 0.3;
    transform: rotate( -90deg);
    top: 347px;
    width: auto;
    height: auto;
}

.imgs-container {
    position: relative;
}

img.circle-path {
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
}

img.circle {
    background: #FCF4F4;
    border-radius: 50%;
    position: absolute;
    bottom: 100px;
    z-index: -1;
    left: 98px;
    -webkit-animation: myOrbit 5s ease-in infinite;
    /* Chrome, Safari 5 */
    -moz-animation: myOrbit 5s ease-in infinite;
    /* Firefox 5-15 */
    -o-animation: myOrbit 5s ease-in infinite;
    /* Opera 12+ */
    animation: myOrbit 5s ease-in infinite;
}

h4.sem {
    margin-top: 85px;
    margin-bottom: 15px;
}

.blue {
    color: #2C66A6;
}

h5.pay {
    margin-top: 20px;
    margin-bottom: 30px;
}

p.box-title {
    font-size: 18px;
    font-weight: bold;
}

.sep {
    width: 30px;
    height: 2px;
    background: #B72D26;
    margin-bottom: 25px;
    margin-top: 23px;
}

.grey-box p {
    margin-bottom: 0px;
}

.grey-box {
    margin-bottom: 25px;
    border: 1px solid #efefef;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 0px 5px 1px #efefef;
    min-height: 190px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: all 0.3s ease-in;
}

.grey-box:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    background: #E9EFF6;
}

.grey-box.box-last {
    min-height: auto;
}

.grey-box.box-last:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    background: transparent;
    box-shadow: 0px 0px 5px 1px #ddd;
}

.grey-box.box-last:hover p.box-title {
    color: #B72D26;
}

.grey-box.box-last p.box-title {
    margin-bottom: 20px !important;
    transition: all 0.3s ease-in;
}

.big-kidney {
    position: absolute;
    bottom: 0px;
    z-index: -2;
}

section.seo-steps h5 {
    margin-bottom: 40px;
    color: #353535;
}

section.seo-steps {
    position: relative;
    margin-top: 65px;
}

section.digital-heading {
    position: relative;
    color: #353535;
}

.seo-steps .step-title {
    font-weight: bold;
    transition: all 0.3s ease-in;
}

.seo-steps .step p {
    padding-right: 35px;
}

.seo-steps .step {
    margin-bottom: 70px;
}

.seo-steps .circle {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    background: #B72D26;
    margin-bottom: 16px;
    transition: all 0.3s ease-in;
}

.text-justify {
    text-align: justify;
}

.step:hover span.num {
    color: #353535;
    font-weight: bold;
}

.step:hover .step-title {
    color: #B72D26;
}

.step:hover .circle {
    box-shadow: 0px 0px 6px 1px #b72d26;
}

.seo-maintain .maintain-txt {
    padding-right: 40px
}

.seo-maintain .accordion {
    padding-right: 40px;
}

.seo-maintain .accordion-button:focus {
    box-shadow: none;
}

.seo-maintain button.accordion-button {
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding-left: 0;
    color: #353535 !important;
}

img.shape2 {
    position: absolute;
    right: 0;
    top: -270px;
    z-index: -2;
}

.seo-maintain {
    position: relative;
}

.seo-maintain img.dot-circle {
    position: ABSOLUTE;
    bottom: -4px;
    right: 84px;
}

.seo-maintain .accordion-collapse {
    border: none;
}

h4 {
    margin-bottom: 20px;
}

.seo-steps span.num {
    color: #ddd;
    margin-bottom: 10px;
    display: block;
    transition: all 0.3s ease-in;
}

.sms-marketing {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.sms-marketing .sms-img {
    width: 90%;
}

.sms-marketing img.rec-dot {
    position: absolute;
    left: 49px;
    bottom: 156px;
    z-index: -1;
    width: 120px;
    height: 120px;
    z-index: -1;
}

.seo-steps img.line1 {
    position: absolute;
    width: 90%;
    right: 39px;
    top: 53px;
}

.sms-marketing .grey {
    background: #FAFAFA;
    color: #595859;
    margin-top: 44px;
    padding: 13px;
    padding-left: 0;
    position: relative;
}

.google-ana h5 {
    margin-bottom: 30px;
}

.google-ana h5.blue {
    margin-top: 25px;
}

.google-ana .wide-box {
    background: #FAFAFA;
    padding: 50px 15px;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    color: #595859;
}

.wide-box .box-txt {
    color: #595859;
}

.wide-box .front-face {
    transition: all 0.8s ease-in;
}

p.btn-container.steps-contact {
    margin-top: -23px !important;
    margin-bottom: 30px !important;
}

.wide-box .back-face {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 18%;
    transform: translateX(110%);
    transition: all 0.8s ease-in;
    text-align: justify;
}

.wide-box:hover .front-face {
    transform: translateX(-110%);
}

.wide-box:hover .back-face {
    transform: translateX(0);
}

.google-ana .wide-box p {
    margin-bottom: 0px;
    color: #353535;
}

.google-ana .wide-box h5 {
    line-height: 30px;
}

.grey-wide p {
    margin-bottom: 0px;
}

.grey-wide {
    background: #FAFAFA;
    color: #595859;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0px;
}

.google-ana {
    position: relative;
    padding-bottom: 0px;
    padding-top: 100px;
}

.sms-marketing .grey a:hover {
    color: #2b65a5;
}

.sms-marketing .grey a {
    color: #595859;
    transition: all 0.3s ease-in;
}

.sms-marketing .grey a .icon {
    margin-left: 7px;
    display: inline-block;
}

.sms-marketing .grey::before {
    content: "";
    position: ABSOLUTE;
    height: 100%;
    width: 200%;
    left: -126%;
    background: #FAFAFA;
    top: 0;
    z-index: -2;
}

.sms-marketing .grey::after {
    content: "";
    position: ABSOLUTE;
    height: 100%;
    width: 100%;
    right: -100%;
    background: #FAFAFA;
    top: 0;
    z-index: -2;
}

.seo-steps img.line2 {
    width: 90%;
    bottom: 234px;
    position: absolute;
    left: -248px;
}

@-webkit-keyframes myOrbit {
    from {
        -webkit-transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@-moz-keyframes myOrbit {
    from {
        -moz-transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@-o-keyframes myOrbit {
    from {
        -o-transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@keyframes myOrbit {
    from {
        transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

.marketing-solutions img.img-fluid.market-main {
    width: 70%;
    margin-top: 60px;
}

.foll {
    margin-bottom: 0;
    margin-top: 50px;
    display: inline-block;
}

.foll span {
    font-weight: bold;
    color: #595859;
}

ul.inline-list.soc {
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
    padding-left: 0px;
}

ul.inline-list.soc li {
    display: inline-block;
    padding-left: 12px;
}

ul.inline-list.soc li a {
    color: #CCCCCC;
    transition: all 0.3s ease-in;
}

ul.inline-list.soc li a:hover {
    color: #2b65a5;
}

ul.inline-list.soc li a svg {
    transition: all 0.3s ease-in;
}

ul.inline-list.soc li a:hover svg {
    transform: scale(1.2);
}

.marketing-solutions .big-fade-txt {
    position: absolute;
    top: 22%;
    font-size: 73px;
    font-weight: bold;
    color: #efefef;
    opacity: 0.35;
    z-index: -1;
}

.marketing-solutions img.k-left {
    position: absolute;
    width: 600px;
    z-index: -2;
    transition: all 0.5s ease-in;
}

.marketing-solutions img.sq-grid {
    width: 200px;
    position: absolute;
    height: 200px;
    top: 62%;
    transition: all 0.5s ease-in;
}

.marketing-solutions img.backman {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 200px;
    width: 200px;
    transition: all 0.5s ease-in;
}

.marketing-solutions img.lamp {
    position: absolute;
    left: 0;
    top: 53px;
    width: 50px;
    transition: all 0.5s ease-in;
}

.marketing-solutions img.piechart {
    position: absolute;
    left: -210px;
    top: 63%;
    width: 50px;
    transition: all 0.5s ease-in;
}

.marketing-solutions img.chart {
    position: absolute;
    bottom: 90px;
    width: 50px;
    right: 0;
    transition: all 0.5s ease-in;
}

.marketing-solutions:hover img.k-left {
    transform: scale(1.15);
}

.marketing-solutions:hover img.piechart {
    transform: translate(15px, 15px);
}

.marketing-solutions:hover img.sq-grid {
    transform: translate(-15px, 15px);
}

.marketing-solutions:hover img.lamp {
    transform: translate(-15px, -15px);
}

.marketing-solutions:hover img.backman {
    transform: translate(-15px, 15px);
}

.marketing-solutions:hover img.chart {
    transform: translate(15px, -15px);
}

.marketing-solutions {
    position: relative;
}

.pushmail {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pushmail .pushmail-img {
    width: 300px;
}

.feature-box {
    text-align: center;
    margin-top: 40px;
    min-height: 340px;
    padding: 20px;
    border-radius: 20px;
    transition: all 0.4s ease-in;
    position: relative;
}

.feature-box:hover {
    box-shadow: 0px 0px 11px 2px #efefef;
}

.feature-box .feature-title {
    transition: all 0.4s ease-in;
}

.feature-box:hover .feature-title {
    color: #B72D26;
}

.feat-img {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    transition: opacity .4s;
}

.feature-box:hover .feat-img {
    opacity: 0;
}

.feature-box:hover .feat-img-hover {
    opacity: 1;
}

.feat-img-hover {
    position: absolute;
    top: 20px;
    right: 0;
    left: calc(50% - 40px);
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    transition: opacity .4s;
}

.ems-container {
    position: relative;
}

.ems-container img.emspath1 {
    position: absolute;
    top: -19px;
    right: 21px;
    z-index: -1;
    transition: all 0.4s ease-in;
    width: 570px;
}

.ems-container img.ems-img {
    width: 85%;
    transition: all 0.4s ease-in;
}

.ems-container img.emspath2 {
    position: absolute;
    left: -40px;
    bottom: -77px;
    z-index: -2;
    transition: all 0.4s ease-in;
    width: 570px;
}

.ems-container:hover .ems-img {
    transform: translateY(15px);
}

.ems-container:hover .emspath2 {
    transform: scale(1.1);
}

.bulk-sms {
    padding-top: 50px;
    padding-bottom: 100px;
}

.bulk-sms .bulk-img {
    width: 80%;
    transition: all 0.4s ease-in;
}

.bulk-sms .bulk-container {
    position: relative;
}

.bulk-sms .bulk-container .bulkpath1 {
    position: absolute;
    right: 56px;
    top: -66px;
    z-index: -1;
    width: 560px;
    transition: all 0.4s ease-in;
}

.bulk-sms .bulk-container:hover .bulk-img {
    transform: translate(-10px, 10px)
}

.bulk-sms .bulk-container:hover .bulkpath1 {
    transform: translate(10px, -10px)
}

ul.sms-list {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
    padding: 35px 35px 15px;
}

ul.sms-list li {
    padding-bottom: 30px;
    color: #595859;
}

span.icon-check {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border-radius: 50%;
    color: #B72D26;
    box-shadow: 0px 0px 5px 3px #efefef;
    font-size: 21px;
    transition: all 0.4s ease-in;
}

.list-grey,
.list-blue {
    position: relative;
    overflow: auto;
}

.list-grey::before {
    position: absolute;
    content: "";
    width: 85%;
    z-index: -1;
    height: 100%;
    background: url(../images/list-grey-vg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    background-position: center;
}

.list-blue::before {
    position: absolute;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    background: url(../images/list-blue-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
    background-position: center left;
}

.list-blue ul.sms-list {
    padding-left: 65px;
}

ul.sms-list li:hover .icon-check {
    box-shadow: 0px 0px 0px 8px #f18a8465;
    background: #B72D26;
    color: #fff;
}

section.sms-feat {
    padding-bottom: 35px;
}

.grey-wide a.grey {
    color: #595859;
    transition: all 0.3s ease-in;
}

.grey-wide a.grey:hover {
    color: #2b65a5;
}

.grey-wide a.grey .icon {
    margin-left: 10px;
    vertical-align: middle;
}

.smart-ivr {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.smart-ivr .timeline-first-txt {
    margin-bottom: 60px;
}

.smart-ivr p.text-center.ivr-txt-right {
    padding-right: 50px;
    position: relative;
}

.smart-ivr p.text-center.ivr-txt-right::after {
    content: "";
    position: absolute;
    right: -10px;
    width: 45px;
    height: 2px;
    border-top: 2px dashed #2b65a5;
    top: 12px;
}

.smart-ivr p.text-center.ivr-txt-left::after {
    content: "";
    position: absolute;
    left: -10px;
    width: 45px;
    height: 2px;
    border-top: 2px dashed #2b65a5;
    top: 12px;
}

.smart-ivr p.text-center.ivr-txt-left {
    padding-left: 50px;
    position: relative;
    margin-top: 20px;
}

.smart-ivr::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 500px;
    border-right: 2px dashed #2b65a5;
    bottom: auto;
    top: 15%;
}

img.shape22 {
    position: absolute;
    right: -34%;
    z-index: -1;
}

img.shape12 {
    position: absolute;
    z-index: -1;
    right: -37%;
    top: 124px;
}

.text-right {
    text-align: right;
}

img.img-fluid.last-iv-img {
    width: 85%;
    transition: all 0.4s ease-in;
}

.iv-container {
    position: relative;
}

img.img-fluid.right-path {
    position: absolute;
    left: 32px;
    top: -69px;
    z-index: -1;
    width: 580px;
    transition: all 0.4s ease-in;
}

.row.last-ivr {
    margin-top: 120px;
}

img.ivr-grid {
    position: absolute;
    width: 215px;
    height: 215px;
    bottom: 38%;
    left: 4%;
}

.iv-container:hover .last-iv-img {
    transform: translate(-10px, -10px);
}

.iv-container:hover .right-path {
    transform: translate(10px, 10px);
}

ul.list-red {
    list-style: none;
    padding-left: 0px;
    margin-top: 35px;
}

ul.list-red li {
    margin-bottom: 20px;
}

.circle-icon {
    color: #B72D26;
    font-size: 14px;
    margin-right: 10px;
}

.sm-market .sm-main {
    width: 95%;
}

.sm-market svg.mixed-shapes {
    position: absolute;
    z-index: -1;
    width: 710px;
    top: -11px;
    left: -83px;
    height: 691px;
}

.sm-market .imgs-container #Path_626,
.sm-market .imgs-container #Path_624,
.sm-market .imgs-container #Path_627,
.sm-market .imgs-container #Path_622-2 {
    transition: all 0.7s ease-in;
}

.sm-market #Path_624 {
    transform: matrix(0.966, -0.259, 0.259, 0.966, 5208.82, 465.257);
    -moz-transform: matrix(0.966, -0.259, 0.259, 0.966, 5208.82, 465.257);
}

.sm-market #Path_626 {
    transform: translate(5759px, 339.463px) rotate(98deg);
    -moz-transform: translate(5759px, 339.463px) rotate(98deg);
}

.sm-market #Path_627 {
    transform: matrix(0.966, -0.259, 0.259, 0.966, 5185.33, 476.402);
    -moz-transform: matrix(0.966, -0.259, 0.259, 0.966, 5185.33, 476.402);
}

.sm-market #Path_622-2 {
    transform: translate(-5170.47px, -279.04px);
    -moz-transform: translate(-5170.47px, -279.04px);
}

.sm-market .imgs-container:hover #Path_626 {
    transform: translate(5759px, 297.463px) rotate( 98deg);
    -moz-transform: translate(5759px, 297.463px) rotate( 98deg);
}

.sm-market .imgs-container:hover #Path_624 {
    transform: matrix(0.966, -0.259, 0.259, 0.966, 5191, 448);
    -moz-transform: matrix(0.966, -0.259, 0.259, 0.966, 5191, 448);
}

.sm-market .imgs-container:hover #Path_627 {
    transform: matrix(0.966, -0.259, 0.259, 0.966, 5172.33, 480.402);
    -moz-transform: matrix(0.966, -0.259, 0.259, 0.966, 5172.33, 480.402);
}

.sm-market .imgs-container:hover #Path_622-2 {
    transform: translate(-5167.47px, -283.04px);
    -moz-transform: translate(-5167.47px, -283.04px);
}

.sm-market .imgs-container:hover img.likeicon {
    transform: rotate( 0deg) translateY(-10px);
}

.sm-market .imgs-container:hover img.loveicon {
    transform: rotate( -30deg) translateY(-10px);
}

.sm-market img.likeicon {
    width: 45px;
    position: absolute;
    bottom: 115px;
    right: -100%;
    transform: rotate( 60deg);
    transition: all 0.7s ease-in;
}

.sm-market img.loveicon {
    width: 45px;
    position: absolute;
    top: 26px;
    right: 0;
    transition: all 0.7s ease-in;
}

section.sm-market {
    position: relative;
    padding-top: 50px;
}

section.sm-market .fade-below-txt {
    position: absolute;
    font-size: 90px;
    font-weight: bold;
    left: 63%;
    bottom: -50px;
    color: #efefef;
    z-index: -5;
    opacity: 0.4;
width: 167%;
}

.sm-mgmt {
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
}

.mgmt-txt {
    padding-right: 70px;
}

.sm-box {
    font-weight: bold;
    text-align: center;
    background: #FAFAFA;
    padding-top: 35px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-radius: 15px;
    transition: all 0.3s ease-in;
}

.sm-box.no-mg {
    margin-bottom: 0;
}

.sm-box svg {
    width: 2em !important;
    height: 2em !important;
}

.soms {
    border: 2px dashed #DCDCDE;
    padding: 12px;
    border-radius: 11px;
}

.mgmt-txt-main {
    position: relative;
}

.mgmt-txt-main::before {
    content: "";
    position: absolute;
    width: 334px;
    right: -25px;
    top: 15px;
    height: 2px;
    border-top: 2px dashed #DCDCDE;
}

.navi ul {
    list-style: none;
    padding-left: 0px;
}

.navi ul li {
    display: inline-block;
    font-size: 9px;
    margin-right: 7px;
    color: #A7A9AC;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.navi ul li:hover {
    color: #B72D26;
    transform: scale(1.4);
}

.navi ul li.active {
    color: #B72D26;
    transform: scale(1.4);
}

.slide-container {
    position: relative;
    min-height: 140px;
}

.slide-container .slide {
    position: absolute;
    top: 0;
}

.slide-container .slide.active {
    opacity: 1;
}

.slide-container .slide {
    opacity: 0;
}

.slide-img-container {
    position: relative;
    height: 450px;
}

.slide-img-container .slide-img {
    position: absolute;
    top: 0;
    height: 400px;
    margin: 0 auto;
    left: calc(50% - 200px);
    opacity: 0;
    transition: all 0.3s ease-in;
}

.slide-img-container .slide-img.active {
    opacity: 1;
    transition: all 0.3s ease-in;
}

.sm-carousel {
    position: relative;
}

.sm-carousel img.cr-heart {
    position: absolute;
    width: 70px;
    height: 50px;
    top: 0;
    left: 40px;
    transform: rotate( -45deg);
}

.sm-carousel img.cr-like {
    position: absolute;
    width: 70px;
    height: 50px;
    bottom: 20px;
    left: 45%;
}

.sm-carousel img.cr-shape {
    position: absolute;
    width: 100px;
    height: 200px;
    top: calc(50% - 100px);
    left: -10px;
}

img.ad1 {
    margin: 0 auto;
    transition: all 0.5s ease-in;
    margin-top: 70px;
    margin-right: 149px;
}

.paid-ads .img-container {
    position: relative;
}

img.ad3 {
    position: absolute;
    left: -42px;
    top: -70px;
    transition: all 0.5s ease-in;
}

img.ad4 {
    position: absolute;
    top: -115px;
    left: 40%;
    transition: all 0.5s ease-in;
}

img.ad2 {
    position: absolute;
    left: -60px;
    bottom: -140px;
    transition: all 0.5s ease-in;
}

img.ad6 {
    position: absolute;
    top: 75px;
    right: 0;
    transition: all 0.5s ease-in;
}

img.ad5 {
    position: absolute;
    bottom: -120px;
    left: 65%;
    transition: all 0.5s ease-in;
}

.paid-ads {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

img.ad1:hover {
    transform: translateY(-10px);
}

img.ad6:hover {
    transform: translateX(10px);
}

img.ad4:hover {
    transform: translate(10px, -10px);
}

img.ad3:hover {
    transform: translate(-10px, -10px);
}

img.ad2:hover {
    transform: translate(-10px, 10px);
}

img.ad5:hover {
    transform: translate(10px, 10px);
}

.socialmedia {
    padding-top: 50px;
    padding-bottom: 75px;
}

.cmm-mgmt .carousel .carousel-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 90px;
    padding-right: 90px;
}

.cmm-mgmt .carousel-item {
    box-shadow: 0px 0px 10px 3px #efefef !important;
    border-radius: 25px;
    padding: 40px 25px 30px;
    min-height: 185px;
}

.cmm-mgmt .carousel-control-next,
.cmm-mgmt .carousel-control-prev {
    position: absolute;
    top: 70%;
    bottom: 0;
    z-index: 1;
    display: block;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    background: #2b65a5;
    border-radius: 42%;
    line-height: 95px;
}

.cmm-mgmt .carousel-control-prev {
    left: 50px;
}

.cmm-mgmt .carousel-control-next {
    right: 50px;
}

.cmm-mgmt .carousel {
    margin-bottom: 45px;
}

section.grey-wide.mb2 {
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}

.sm-monitor {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.sm-monitor .love-monitor {
    position: absolute;
    top: -80px;
    left: 0;
    width: 70px;
    height: 50px;
    transform: rotate(-45deg);
}

.red-dot {
    position: absolute;
    bottom: -70px;
    width: 180px;
    height: 180px;
    right: 40px;
    z-index: -2;
}

.colortime {
    box-shadow: 0px 0px 10px 3px #efefef;
    border-radius: 15px;
    padding: 40px 25px;
    margin-bottom: 30px;
    position: relative;
}

.blue-time-left.colortime {
    border-left: 4px solid #2b65a5;
    margin-left: 40px;
}

.blue-time-right.colortime {
    border-right: 4px solid #2b65a5;
    margin-right: 40px;
}

.red-time-right.colortime {
    border-right: 4px solid #B72D26;
    margin-right: 40px;
}

.red-time-left.colortime {
    border-left: 4px solid #B72D26;
    margin-left: 40px;
}

.black-time-right.colortime {
    border-right: 4px solid #1A191A;
    margin-right: 40px;
}

.black-time-left.colortime {
    border-left: 4px solid #1A191A;
    margin-left: 40px;
}

.blue-time-left.colortime::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #2b65a5;
    left: -60px;
    top: 40px;
}

.blue-time-right.colortime::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #2b65a5;
    right: -70px;
    top: 40px;
}

.red-time-left.colortime::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #B72D26;
    left: -60px;
    top: 40px;
}

.red-time-right.colortime::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #B72D26;
    right: -70px;
    top: 40px;
}

.black-time-left.colortime::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #1A191A;
    left: -60px;
    top: 40px;
}

.black-time-right.colortime::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #1A191A;
    right: -70px;
    top: 40px;
}

.colored-timeline {
    position: relative;
    padding-bottom: 60px;
}

.colored-timeline::before {
    content: "";
    position: absolute;
    bottom: 60px;
    left: 50.2%;
    height: 845px;
    width: 2px;
    border-right: 2px solid #EBEBEB;
    z-index: -1;
}

img.grid-dot {
    position: ABSOLUTE;
    bottom: -36px;
    width: 220px;
    height: 220px;
    z-index: -2;
    left: 0px;
}

.training-service {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
}

.training-service .list-blue {
    padding-top: 70px;
    padding-bottom: 70px;
}

.training-service .list-blue p {
    margin-bottom: 0;
    padding-left: 75px;
}

.training-service .list-blue::before {
    background-size: 95%;
}

.training-service .list-blue ul.sms-list {
    margin-top: 0;
}

.sm-box.fbs-box:hover {
    background: rgba(24, 119, 242, 0.10);
    color: #1877F2;
}

.sm-box.ins-box:hover {
    color: #F58529;
    background: rgba(245, 133, 41, 0.10);
}

.sm-box.twt-box:hover {
    color: #00ACEE;
    background: rgba(0, 172, 238, 0.10);
}

.sm-box.tik-box:hover {
    color: #010101;
    background: rgba(1, 1, 1, 0.10);
}

.sm-box.lnk-box:hover {
    color: #0E76A8;
    background: rgba(14, 118, 168, 0.10);
}

.sm-box.yt-box:hover {
    color: #FF0000;
    background: rgba(255, 0, 0, 0.10);
}

.sm-box.we-box:hover {
    background: rgba(92, 201, 40, 0.10);
    color: #5CC928;
}

.sm-box.tmb-box:hover {
    color: #34526F;
    background: rgba(52, 82, 111, 0.10);
}


/* mobile menu */

.main-menu-mobile .open {
    position: fixed;
    top: 28px;
    right: 24px;
    z-index: 99;
    width: 50px;
    height: 50px;
    display: block !important;
    cursor: pointer;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.main-menu-mobile .open:hover {
    opacity: 0.8;
}

.main-menu-mobile .open span {
    display: block;
    float: left;
    clear: both;
    height: 4px;
    width: 36px;
    border-radius: 40px;
    background-color: #b72d26;
    position: absolute;
    right: 3px;
    top: 3px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.main-menu-mobile .open.oppenned span:nth-child(1) {
    margin-top: -3px;
}

.main-menu-mobile .open span:nth-child(1) {
    margin-top: 9px;
    z-index: 9;
}

.main-menu-mobile .open span:nth-child(2) {
    margin-top: 18px;
}

.main-menu-mobile .open span:nth-child(3) {
    margin-top: 27px;
}

.sub-menu {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    height: 0;
    width: 0;
    right: 6px;
    top: 7px;
    position: absolute;
    background-color: rgba(183, 45, 38, 0.64);
    border-radius: 50%;
    z-index: 18;
    overflow: hidden;
}

.sub-menu li {
    display: block;
    float: right;
    clear: both;
    height: auto;
    margin-right: -160px;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sub-menu li:first-child {
    margin-top: 190px;
}

.sub-menu li:nth-child(1) {
    -webkit-transition-delay: 0.05s;
}

.sub-menu li:nth-child(2) {
    -webkit-transition-delay: 0.10s;
}

.sub-menu li:nth-child(3) {
    -webkit-transition-delay: 0.15s;
}

.sub-menu li:nth-child(4) {
    -webkit-transition-delay: 0.20s;
}

.sub-menu li:nth-child(5) {
    -webkit-transition-delay: 0.25s;
}

.sub-menu li a {
    color: #fff;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-size: 16px;
    width: 100%;
    display: block;
    float: left;
    line-height: 40px;
}

.oppenned .sub-menu {
    opacity: 1;
    height: 490px;
    width: 490px;
    z-index: 98;
}

.oppenned span:nth-child(2) {
    overflow: visible;
}

.oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
    z-index: 100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.oppenned span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
    transform: rotate(45deg) translateY(12px) translateX(12px);
}

.oppenned span:nth-child(2) {
    height: 470px;
    width: 440px;
    right: -160px;
    top: -160px;
    border-radius: 50%;
    background-color: #b72d26;
}

.oppenned span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
    transform: rotate(-45deg) translateY(-10px) translateX(10px);
    margin-top: 40px;
}

.oppenned li {
    margin-right: 168px;
}

.main-menu .logo img {
    width: 30%;
}

.main-menu {
    margin-bottom: 40px;
}


/* end of menu */

@media only screen and (min-width: 1650px) {
    .sms-marketing .grey::before {
        left: -200%;
    }
    .seo-steps img.line2 {
        width: 66%;
        bottom: 200px;
        position: absolute;
        left: 323px;
    }
    .seo-steps img.line1 {
        position: absolute;
        width: 66%;
        right: 18%;
        top: 61px;
    }
    .heading .dots {
        border-radius: 25px;
        position: absolute;
        right: 7%;
        bottom: 25px;
        opacity: 0.5;
        transition: all 0.7s ease-in;
    }
}

@media only screen and (max-width: 1367px) {
    .sms-marketing .sms-img {
        margin-top: -100px;
    }
    .seo-steps img.line2 {
        width: 90%;
        bottom: 223px;
        left: 98px;
    }
    .list-blue::before {
        top: -20px;
    }
    section.sm-market .fade-below-txt {
        font-size: 77px;
        right: -100%;
    }
    .mgmt-txt-main::before {
        width: 233px;
    }
    .sm-market svg.mixed-shapes {
        position: absolute;
        z-index: -1;
        width: 110%;
        top: -40px;
        left: -70px;
        height: 691px;
    }
    .heading .kb {
        top: 20%;
        right: 0;
        z-index: -2;
    }
    .heading h3.grey {
        font-size: 30px;
    }
    .heading h2.faded-txt {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1025px) {
    .colored-timeline::before {
        height: 990px;
        left: 50.4%;
    }
    img.img-sm-big {
        margin-top: -75px;
    }
    .seo-steps img.line1 {
        top: 70px;
    }
    .seo-steps img.line2 {
        width: 100%;
        bottom: 250px;
        position: absolute;
        left: 0;
    }
    .grey-box {
        min-height: 216px;
    }
    header .menu li {
        margin-left: 30px;
        font-size: 14px;
    }
    .number .num {
        margin-left: -17px;
    }
    .heading .kb {
        top: 0%;
        right: -85%;
        z-index: -2;
    }
    .heading h3.grey {
        font-size: 30px;
    }
    .heading h2.faded-txt {
        font-size: 60px;
    }
    .sm-market svg.mixed-shapes {
        width: 110%;
        top: 4px;
        left: -50px;
        height: auto;
    }
    section.sm-market .fade-below-txt {
        font-size: 60px;
    }
    .mgmt-txt-main::before {
        width: 140px;
    }
    .slide-container {
        min-height: 190px;
    }
    .cmm-mgmt .carousel-item {
        min-height: 210px;
    }
    .training-service .list-blue {
        padding-top: 40px;
        padding-bottom: 5px;
        margin-left: 0;
    }
    .training-service .list-blue::before {
        background-size: 91%;
        border-radius: 20px;
        background: #F4F7FB;
        top: 0;
    }
    .training-service .list-blue p {
        padding-left: 45px;
    }
    img.ad1 {
        margin-right: 180px;
    }
    img.ad5 {
        left: 45%;
    }
    .feature-box {
        min-height: 395px;
    }
    ul.sms-list li {
        padding-bottom: 16px;
    }
    .list-grey::before {
        width: 100%;
    }
    ul.sms-list {
        padding: 35px 20px 15px;
    }
    .list-blue ul.sms-list {
        padding-left: 35px;
    }
    .smart-ivr::after {
        height: 575px;
        top: 15%;
    }
    .marketing-solutions .big-fade-txt {
        top: 19%;
        font-size: 60px;
    }
    .marketing-solutions img.k-left {
        margin-top: 40px;
        width: 545px;
    }
    .google-ana .wide-box {
        min-height: 320px;
    }
    .wide-box .back-face {
        top: 10%;
    }
    .wide-box .front-face {
        padding-top: 15%;
    }
}

@media only screen and (max-width: 991px) {
    img.shape22,
    img.shape12 {
        right: -55%;
    }
    .training-service .list-blue {
        padding-top: 40px;
        padding-bottom: 5px;
        margin-left: 0;
    }
    .training-service .list-blue p {
        padding-left: 30px;
    }
    .heading .home-shape {
        width: 100%;
        top: -63px;
        left: -30px;
    }
    .marketing-solutions img.chart {
        width: 35px;
    }
    .marketing-solutions img.piechart {
        width: 35px
    }
    .marketing-solutions img.lamp {
        top: 90px;
        width: 35px;
    }
    .marketing-solutions img.backman {
        height: 145px;
        width: 145px;
    }
    .marketing-solutions img.sq-grid {
        height: 150px;
        width: 150px;
    }
    img.img-sm-big {
        margin-top: 10px;
        width: 70%;
        margin-bottom: 20px;
    }
    .slide-img-container .slide-img {
        top: 20px;
        height: 270px;
        left: calc(50% - 135px);
    }
    .mgmt-txt-main::before {
        content: none;
    }
    .sm-market .imgs-container {
        text-align: center;
    }
    .sm-market .sm-main {
        width: 80%;
        margin-bottom: 40px;
    }
    .sm-market svg.mixed-shapes {
        width: 90%;
        top: 4px;
        left: 15px;
    }
    .training-service .list-blue::before {
        background-size: 91%;
    }
    section.digital-marketing {
        padding-bottom: 100px;
    }
    .number img.r1.gg1 {
        right: 24%;
    }
    .number img.r1 {
        width: 160px;
        height: 160px;
        right: 15%;
    }
    .number .num {
        font-size: 35px;
        padding-top: 63px;
    }
    .number img.r2 {
        height: 130px;
        width: 140px;
        top: 25px;
        left: auto;
        right: 25%;
    }
    .heading h3.grey {
        font-size: 23px;
    }
    .heading h2.faded-txt {
        font-size: 57px;
    }
    .rotate-fade-txt {
        left: -200px !important;
        font-size: 66px;
    }
    .grey-box {
        min-height: 265px;
    }
    .seo-steps img.line1 {
        width: 100%;
        right: 0;
        top: 80px
    }
    .seo-steps img.line2 {
        width: 100%;
        bottom: 295px;
        left: 0;
    }
    img.img-fluid.main-ment {
        width: 59%;
    }
    .sms-marketing .sms-img {
        width: 59%;
    }
    .sms-marketing img.rec-dot {
        bottom: auto;
        top: 156px;
    }
    .wide-box .back-face {
        top: 5%;
    }
    section.sm-market .fade-below-txt {
        font-size: 48px;
    }
    .smbox-txt {
        margin-bottom: 0;
    }
    .sm-box {
        padding-top: 25px;
        margin-bottom: 20px !important;
    }
    img.ad1 {
        margin-right: 0;
    }
    img.ad2 {
        left: -30px;
        bottom: 16px;
    }
    img.ad6 {
        top: -50px;
        right: 23px;
    }
    img.ad5 {
        left: 70%;
        bottom: -10px;
    }
    img.ad3 {
        position: absolute;
        left: 50px;
        top: -70px;
        transition: all 0.5s ease-in;
    }
    .colored-timeline::before {
        bottom: 114px;
        left: 50.4%;
        height: 969px;
    }
    .marketing-solutions .big-fade-txt {
        top: 1%;
        font-size: 52px;
    }
    .marketing-solutions img.piechart {
        position: absolute;
        left: -80px;
        z-index: -1;
        top: 63%;
        width: 50px;
        transition: all 0.5s ease-in;
    }
    .feature-box {
        min-height: 310px;
    }
    span.icon-check {
        width: 30px;
        height: 30px;
        line-height: 34px;
        font-size: 17px;
        margin-right: 5px;
    }
    ul.sms-list {
        padding: 15px 20px 0px;
    }
    .list-blue::before {
        background-size: cover;
    }
    .list-grey::before {
        border-radius: 20px;
        background-size: cover;
    }
    .smart-ivr::after {
        height: 722px;
    }
    .heading .dots {
        z-index: -2;
    }
    .seo-maintain img.dot-circle {
        z-index: -2;
    }
    .bulk-sms .bulk-img,
    .ems-container img.ems-img {
        width: 50%;
        margin-bottom: 30px;
    }
    .ucg-ems .order1 {
        order: 1;
    }
    .ucg-ems .order2 {
        order: 2;
    }
    .ems-container img.emspath1 {
        top: -39px;
        right: 150px;
        width: 55%;
    }
    .ems-container img.emspath2 {
        left: 114px;
        bottom: -21px;
        width: 55%;
    }
    .bulk-sms .bulk-container {
        text-align: center;
    }
    .bulk-sms .bulk-container .bulkpath1 {
        right: 122px;
        top: -59px;
        width: 55%;
    }
    .pushmail {
        padding-bottom: 15px;
    }
    .list-grey,
    .list-blue {
        height: 100%;
    }
    .list-blue::before {
        border-radius: 20px;
        background: #F4F7FB;
        top: 0;
    }
    .list-blue ul.sms-list {
        padding-left: 25px;
    }
}

@media only screen and (max-width: 545px) {
    .heading .home-shape {
        left: 0;
    }
    .list-blue::before {
        height: 81%;
    }
    .number p.num-txt {
        text-align: center !important;
    }
    header .logo {
        height: 60px;
    }
    footer .developed {
        padding-bottom: 15px;
    }
    footer p {
        text-align: center;
        /* padding-bottom: 15px; */
    }
    .sm-market .sm-main {
        margin-bottom: 0;
    }
    .smart-ivr h4 {
        text-align: left;
    }
    .smart-ivr .timeline-first-txt {
        text-align: justify;
    }
    img.img-fluid.right-path {
        left: -10px;
        top: -45px;
        width: 95%;
    }
    .iv-container {
        text-align: center;
    }
    .smart-ivr p.text-center.ivr-txt-left {
        text-align: left !important;
        margin-bottom: 40px;
    }
    .smart-ivr p.text-center.ivr-txt-right {
        text-align: right !important;
    }
    .smart-ivr::after {
        content: none;
    }
    .sms-feat .list-blue {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .bulk-sms {
        padding-bottom: 50px;
    }
    .bulk-sms .bulk-container {
        text-align: center;
        margin-bottom: 20px;
    }
    .bulk-sms .bulk-container .bulkpath1 {
        right: 0;
        top: -39px;
        width: 90%;
    }
    .ems-container {
        margin-bottom: 30px;
    }
    .ems-container img.emspath1 {
        width: 95%;
        top: -27px;
        right: 4px;
    }
    .ems-container img.emspath2 {
        left: -23px;
        bottom: -45px;
        width: 95%;
    }
    .feature-box {
        min-height: auto;
    }
    .pushmail .pushmail-img {
        width: 250px;
        margin-bottom: 30px;
    }
    .marketing-solutions .big-fade-txt {
        top: -6%;
        font-size: 26px;
    }
    .training-service .list-blue::before {
        content: none;
    }
    .training-service .list-blue {
        padding-top: 10px;
        margin-left: 0px;
    }
    .training-service {
        padding-bottom: 0;
    }
    .training-service .list-blue ul.sms-list {
        padding-left: 0;
        padding-top: 32px;
    }
    .training-service .list-blue p {
        padding-left: 0px;
    }
    .red-time-right.colortime::before,
    .blue-time-right.colortime::before,
    .black-time-right.colortime::before {
        right: -32px;
        top: 7px;
    }
    .black-time-left.colortime::before,
    .red-time-left.colortime::before,
    .blue-time-left.colortime::before {
        left: -32px;
        top: 7px;
    }
    .colored-timeline::before {
        content: none;
    }
    .red-time-right.colortime,
    .blue-time-right.colortime,
    .black-time-right.colortime {
        margin-right: 30px;
    }
    .blue-time-left.colortime,
    .red-time-left.colortime,
    .black-time-left.colortime {
        margin-left: 30px;
    }
    .sm-monitor p {
        text-align: justify;
    }
    .sm-monitor h4 {
        text-align: left;
    }
    .cmm-mgmt .carousel-item {
        min-height: 380px;
    }
    .cmm-mgmt .carousel-control-next,
    .cmm-mgmt .carousel-control-prev {
        top: 87%;
        width: 50px;
        height: 50px;
        line-height: 72px;
    }
    .cmm-mgmt .carousel .carousel-inner {
        padding-top: 15px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    section.cmm-mgmt p {
        text-align: justify;
    }
    section.cmm-mgmt h4 {
        text-align: left;
    }
    .slide-img-container {
        height: 325px;
        overflow: hidden;
    }
    .socialmedia .img-sm-big {
        margin-bottom: 20px;
    }
    .sm-carousel .order1,
    .socialmedia .order1,
    .ucg-ems .order1 {
        order: 1;
    }
    .sm-carousel .order2,
    .socialmedia .order2,
    .ucg-ems .order2 {
        order: 2;
    }
    img.ad1 {
        margin-top: 0;
        margin-bottom: 30px;
    }
    img.ad2,
    img.ad3,
    img.ad4,
    img.ad5,
    img.ad6 {
        display: none;
    }
    .paid-ads {
        padding-bottom: 0;
        padding-top: 80px;
    }
    .sm-carousel .btn-container {
        margin-top: 95px;
    }
    .slide-img-container {
        text-align: center;
        margin-top: 60px;
    }
    .slide-img-container .slide-img {
        position: absolute;
        width: 85%;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
    }
    .sm-carousel img.cr-heart {
        left: 125px;
        z-index: -2;
    }
    .mgmt-txt {
        padding-right: 0;
    }
    .mgmt-txt-main::before {
        content: none;
    }
    section.sm-market .fade-below-txt {
        font-size: 35px;
        left: 10px;
    }
    section.sm-market {
        padding-top: 10px;
    }
    section.sm-market h2 {
        margin-top: 50px;
    }
    .seo-maintain p.btn-container {
        margin-top: 30px;
        margin-bottom: 35px;
    }
    .seo-maintain .maintain-txt {
        padding-right: 0px;
    }
    .wide-box .front-face p {
        text-align: center;
    }
    .sms-marketing img.rec-dot {
        top: 67px;
    }
    h4.sem {
        text-align: left;
    }
    /* p {
        text-align: justify;
    } */
    .seo-maintain img.dot-circle {
        right: 15px;
        height: 120px;
    }
    .seo-steps .step {
        margin-bottom: 44px;
    }
    .seo-steps img.line1,
    .seo-steps img.line2 {
        display: none;
    }
    .grey-box {
        min-height: auto;
    }
    .rotate-fade-txt {
        left: -138px !important;
        font-size: 47px;
        top: 279px;
    }
    section.digital-marketing {
        padding-bottom: 50px;
        padding-top: 60px;
    }
    section.digital-marketing p {
        text-align: justify;
    }
    .digital-marketing .btn-container {
        margin-bottom: 40px;
    }
    p.digital-txt {
        padding-right: 0;
    }
    .heading {
        padding-bottom: 15px;
    }
    .heading .img-container {
        text-align: center;
    }
    .heading h2.faded-txt {
        font-size: 30px;
        top: 0;
        right: 14%;
    }
    .heading p.header-txt {
        font-size: 19px;
        margin-top: 80px;
    }
    .heading .dots {
        right: 0;
    }
    .heading .dots img {
        width: 68%;
    }
    .number img.r1 {
        right: 25%;
    }
    .number img.r2 {
        right: 33%;
    }
    .row-nums::before {
        top: -20px;
        height: 100%;
    }
    .box-container:hover .box-btn.btn-container {
        transform: translateY(0px);
    }
    .digital-heading p {
        text-align: justify;
    }
    .email-marketing p {
        text-align: justify;
    }
    h4.sem {
        margin-top: 40px;
    }
    .sms-marketing .sms-img {
        margin-bottom: 30px;
    }
    h2 {
        font-size: 1.3rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    .heading .kb {
        display: none;
    }
    .marketing-solutions .order1 {
        order: 1;
    }
    .marketing-solutions .order2 {
        order: 2;
    }
    .marketing-solutions .imgs-container {
        text-align: center;
    }
    .marketing-solutions img.img-fluid.market-main {
        width: 60%;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .marketing-solutions .foll {
        margin-top: 20px;
    }
    .marketing-solutions img.backman {
        height: 110px;
        width: 130px;
    }
    .marketing-solutions img.sq-grid {
        height: 115px;
        width: 115px;
        z-index: -1;
    }
    .marketing-solutions img.chart {
        width: 29px;
    }
    .marketing-solutions img.piechart {
        width: 30px;
    }
    .marketing-solutions img.lamp {
        width: 30px;
        left: 32px;
    }
    .pushmail {
        padding-top: 60px;
    }
    .bulk-sms .bulk-img,
    .ems-container img.ems-img {
        width: 70%;
    }
    .ems-container img.emspath1 {
        width: 75%;
        top: -22px;
        right: 30px;
    }
    .ems-container img.emspath2 {
        left: 20px;
        bottom: -16px;
        width: 75%;
    }
    .bulk-sms .bulk-container .bulkpath1 {
        right: 13px;
        top: -39px;
        width: 75%;
    }
    .smart-ivr .order1 {
        order: 1;
    }
    .smart-ivr .order2 {
        order: 2;
    }
    img.ivr-grid {
        width: 134px;
        height: 134px;
        bottom: 42%;
        left: 4%;
    }
    img.img-fluid.last-iv-img {
        width: 65%;
        margin-bottom: 30px;
    }
    img.img-fluid.right-path {
        left: 25px;
        top: -36px;
        width: 70%;
    }
    img.shape22,
    img.shape12 {
        display: none;
    }
    img.grid-dot {
        width: 150px;
    }
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    .heading .home-shape {
        width: 100%;
        top: -38px;
        left: -28px;
    }
    .smart-ivr::after {
        height: 960px;
        top: 9%;
    }
    .iv-container {
        text-align: center;
        margin-bottom: 40px;
    }
    .smart-ivr .order1 {
        order: 1;
    }
    .smart-ivr .order2 {
        order: 2;
    }
    img.ivr-grid {
        width: 134px;
        height: 134px;
        bottom: 42%;
        left: 4%;
    }
    img.img-fluid.last-iv-img {
        width: 65%;
        margin-bottom: 30px;
    }
    img.img-fluid.right-path {
        left: 39px;
        top: -41px;
        width: 70%;
    }
    .list-blue::before {
        height: 81%;
    }
    .training-service .list-blue::before {
        content: none;
    }
    .training-service .list-blue {
        padding-top: 10px;
        margin-left: 0px;
    }
    .training-service .list-blue p {
        padding-left: 0px;
    }
    .training-service .list-blue .sms-list {
        padding-left: 0px;
    }
    section.digital-marketing {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .colored-timeline::before {
        bottom: 173px;
        left: 50.4%;
        height: 1136px;
    }
    .cmm-mgmt .carousel-item {
        min-height: 265px;
    }
    .cmm-mgmt .carousel-control-next,
    .cmm-mgmt .carousel-control-prev {
        top: 81%;
        width: 50px;
        height: 50px;
        line-height: 72px;
    }
    .cmm-mgmt .carousel .carousel-inner {
        padding-top: 15px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .socialmedia {
        padding-top: 0;
    }
    .img-sm-big {
        margin-bottom: 31px;
    }
    .paid-ads h4 {
        padding-top: 40px;
    }
    img.ad6 {
        top: -30px;
        right: -18px;
        width: 179px;
    }
    .slide-img-container {
        text-align: center;
        margin-top: 60px;
        height: 350px;
    }
    .slide-img-container .slide-img {
        position: absolute;
        width: 65%;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
    }
    .sm-carousel .order1,
    .socialmedia .order1,
    .ucg-ems .order1 {
        order: 1;
    }
    .sm-carousel .order2,
    .socialmedia .order2,
    .ucg-ems .order2 {
        order: 2;
    }
    .mgmt-txt {
        padding-right: 0px;
    }
    .mgmt-txt-main::before {
        content: none;
    }
    .sm-market svg.mixed-shapes {
        width: 97%;
    }
    .sm-market .sm-main {
        width: 85%;
    }
    .sm-market .imgs-container {
        margin-bottom: 43px;
    }
    p.digital-txt {
        text-align: justify;
    }
    h2 {
        font-size: 1.3rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    .google-ana .wide-box {
        min-height: 340px;
    }
    .digital-heading p {
        text-align: justify;
    }
    .wide-box .back-face {
        font-size: 14px;
    }
    h4.sem {
        text-align: left;
        margin-top: 40px;
    }
    .email-marketing p {
        text-align: justify;
    }
    .seo-steps img.line2 {
        width: 78%;
        bottom: 412px;
        left: 73px;
    }
    .seo-steps img.line1 {
        width: 78%;
        right: 83px;
        top: 89px;
    }
    img.circle-path {
        width: 170px;
    }
    img.circle {
        bottom: 50px;
        left: 43px;
    }
    section.digital-heading {
        padding-top: 50px;
    }
    .row-nums::before {
        width: 100%;
        height: 83%;
        left: -25px;
    }
    .number img.r4.rr4 {
        right: 108%;
        bottom: 74%;
    }
    .number img.r3.rr3 {
        right: 76%;
        bottom: 73%;
    }
    .number img.r3.bb3 {
        right: 11%;
    }
    .number img.r3 {
        right: 69px;
        bottom: 60px;
    }
    .number .num {
        margin-left: -53px;
    }
    .digital-marketing .box {
        font-size: 14px;
    }
    .heading p.header-txt {
        font-size: 19px;
    }
    .heading h2.faded-txt {
        font-size: 60px;
    }
    .heading .header-img {
        margin-left: -10px;
        margin-top: 11px;
    }
    @-webkit-keyframes myOrbit {
        from {
            -webkit-transform: rotate(0deg) translateX(70px) rotate(0deg);
        }
        to {
            -webkit-transform: rotate(360deg) translateX(70px) rotate(-360deg);
        }
    }
    @-moz-keyframes myOrbit {
        from {
            -moz-transform: rotate(0deg) translateX(70px) rotate(0deg);
        }
        to {
            -moz-transform: rotate(360deg) translateX(70px) rotate(-360deg);
        }
    }
    @-o-keyframes myOrbit {
        from {
            -o-transform: rotate(0deg) translateX(70px) rotate(0deg);
        }
        to {
            -o-transform: rotate(360deg) translateX(70px) rotate(-360deg);
        }
    }
    @keyframes myOrbit {
        from {
            transform: rotate(0deg) translateX(70px) rotate(0deg);
        }
        to {
            transform: rotate(360deg) translateX(70px) rotate(-360deg);
        }
    }
    .feature-box {
        min-height: auto;
    }
    .bulk-sms .bulk-container {
        text-align: center;
    }
    .bulk-sms .bulk-img,
    .ems-container img.ems-img {
        width: 60%;
        margin-bottom: 30px;
    }
    .ems-container img.emspath1 {
        right: 76px;
        width: 60%;
        top: -18px;
    }
    .ems-container img.emspath2 {
        left: 64px;
        bottom: -6px;
        width: 60%;
    }
    .bulk-sms .bulk-container .bulkpath1 {
        width: 70%;
        top: -53px;
        right: 51px;
    }
    .sms-feat .list-blue {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 667px) and (orientation:landscape) {
    .heading .header-img {
        margin-left: 10px;
    }
    .heading .home-shape {
        left: -5px;
    }
}

@media only screen and (max-width: 360px) {
    span.icon-check {
        margin-left: 10px;
    }
    .heading .header-img {
        margin-top: -47px !important;
    }
    .heading .home-shape {
        top: -100px;
    }
}