/*
Theme Name: Default
Theme URI: https://www.portal.ir/demo/default/
Author: Mohsen - Portal site builder
Version: 1.0
*/

@charset "UTF-8";

body {
    font-family: 'IranSans';
    cursor: default;
    overflow-x: hidden;
    text-align: right;
}

::selection {
    color:#6a6969;
    background: #cbcbcb33
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {}
:focus {
    outline:0 !important;
}
hr {
    border-width: 2px;
    border-color: whitesmoke;
}

[auto-show] {
    display: none;
}

.break-word {
    word-wrap: break-word;
    word-break: break-word;
}

.dropdown-icon {
    color:#ccc
}
.no-scroll {
    overflow: hidden;
}


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 600;
    src: url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Bold.eot');
    src: url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Bold.eot#iefix') format('embedded-opentype'),
    url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Bold.woff2') format('woff2'),
    url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Bold.woff') format('woff'),
    url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Bold.ttf') format('truetype');
}


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Medium.eot');
    src: url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Medium.eot#iefix') format('embedded-opentype'),
    url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Medium.woff2') format('woff2'),
    url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Medium.woff') format('woff'),
    url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Light.eot');
    src: url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Light.eot#iefix') format('embedded-opentype'),
    url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Light.woff2') format('woff2'),
    url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Light.woff') format('woff'),
    url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb.eot');
    src: url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb.eot#iefix') format('embedded-opentype'),
        /* IE6-8 */
    url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
    url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('/web/20210427122341im_/https://www.didogram.com/website/fonts/IRANSansWeb.ttf') format('truetype');
}

.has-bg-light::before {
    background:url('../images/bg.png');
    width: 92.5%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 0
}

.bg2-long-light {
    background:url('../images/bg.png') center repeat-x;

}

.has-bg-light2::before {
    background:url('../images/bg.png');
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 0
}

.mobile-device {
    left: 5%;
    top:0;
}
#bubbles {
    padding-right:100px;
}
.bubble {
    width: 60px;
    height: 60px;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute;
}
.bubble:before {
    display: block;
    font-family: Flaticon;
    content:"\f119";
    color: #eee;
    font-size:20px;
}
.x1 {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.2;
    -webkit-animation: moveclouds 7s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 7s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 7s linear infinite, sideWays 2s ease-in-out infinite alternate;
}

.x2 {
    left: 200px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0.5;
    -webkit-animation: moveclouds 12s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
    -moz-animation: moveclouds 12s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
    -o-animation: moveclouds 12s linear infinite, sideWays 2.5s ease-in-out infinite alternate;
}
.x3 {
    left: 350px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
    -webkit-animation: moveclouds 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: moveclouds 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
}
.x4 {
    left: 470px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.35;
    -webkit-animation: moveclouds 9s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -moz-animation: moveclouds 9s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -o-animation: moveclouds 9s linear infinite, sideWays 1s ease-in-out infinite alternate;
}
.x5 {
    left: 150px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
    -webkit-animation: moveclouds 3.5s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -moz-animation: moveclouds 3.5s linear infinite, sideWays 1s ease-in-out infinite alternate;
    -o-animation: moveclouds 3.5s linear infinite, sideWays 1s ease-in-out infinite alternate;
}


@-webkit-keyframes moveclouds {
    0% {
        top: 500px;
    }
    100% {
        top: -500px;
    }
}

@-webkit-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:-50px;
    }
}

@-moz-keyframes moveclouds {
    0% {
        top: 500px;
    }

    100% {
        top: -500px;
    }
}

@-moz-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:-50px;
    }
}
@-o-keyframes moveclouds {
    0% {
        top: 500px;
    }
    100% {
        top: -500px;
    }
}

@-o-keyframes sideWays {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:-50px;
    }
}



.square, .circle, .line {
    -webkit-animation: 21s crazy infinite;
    animation: 21s crazy infinite;
}

.svg-resize {
    transform: scale(0.5) translateY(-115px);
}

@keyframes line {
    0% {
        stroke-dasharray:0 600;
        stroke-dashoffset: 10;
    }
    38% {
        stroke-dasharray:0 600;
        stroke-dashoffset: 10;
    }
    45% {
        stroke-dasharray:600 0;
    }
    48% {
        opacity:1;
    }
    50% {
        opacity:0
    }
}
@keyframes crazy {
    0% {
        stroke-dasharray:0 600;
        stroke-dashoffset: 10;
    }

    33% {
        stroke-dasharray:0 600;
        stroke-dashoffset: 10;
    }

    36% {
        stroke-dasharray:600 0;
    }

    40% {
        stroke-dasharray:300 0;
    }

    48% {
        stroke-dasharray:0 300;
    }

    50% {
        stroke-dasharray:0 600;
        stroke-dashoffset: 10;
    }

    100% {
        stroke-dasharray:0 600;
        stroke-dashoffset: 10;
    }
}



.animation-header {
    width: 495px;
    height: 500px;
}

/** .top-90 {
    padding-top: 90px
} **/

img.right-0 {
    right: 0;
}

.hasarrow-left-2:after {
    content: "\f114";
    font-family: Flaticon;
    display: inline-block;
    transition: all 200ms;
    font-size: 15px;
    /* line-height: 32px; */
    transform: translateY(3px);
    font-weight: bold;
    color: #fdc342;
    margin-right: 8px;
}
.bilbil:hover .hasarrow-left-2:after {
    margin-right: 20px;
}
.gray-section-2::before {
    background: linear-gradient(75deg, #f6f6f6, #fefefe) repeat-x;
    width: 100%;
    height: 62.5%;
    bottom: 0;
    z-index: -1;
    content: '';
    position: absolute
}
.bg2-long {
    background: url('../images/bg2-long.png') ;
}
@media (min-width: 1030px) {
    .bg-header-home {
        position: absolute;
        background: url("../images/bg2.png") repeat-x;
        height: 663px;
        width: 520px;
        left:50%;
        border-radius:20px;
        top:-100px;
        transform: translateX(-180px);
        right:50%;
    }
}
@media (max-width: 980px) {
    .bg-header-home {
        position: absolute;
        background: url("../images/bg2.png") repeat-x;
        height: 100%;
        width: 100%;
        left:0;
        border-radius: 0px 0px 10px 10px;
        top:0;
        transform: translateX(0px);
        right:0;
    }
    h1, .h1 {
        font-size:26px !important;
    }
    h2, .h2 {
        font-size:22px !important;
    }
    h3, .h3 {
        font-size:20px !important;
    }
}
.gray-section {
    background: linear-gradient(75deg, #f6f6f6, #fefefe) repeat-x
}
.main-frm::before {
    content: "\f112";
    font-family: Flaticon;
    float: left;
    font-size: 13px;
    padding-top: 7px;
    transform: rotate(-90deg);
}
.main-header::before,
.gray-section::before,
.table-price::before,
.table-price::after {
    background: url('../images/sprite.png') left -120px;
    width: 600px;
    position: absolute;
    top: 35%;
    bottom: 60%;
    right:-20%;
    content: "";
    display: block;
    height: 315px;
}

.table-price::before {
    right: 20%;
    top: 20%
}

.table-price::after {
    right: 60%;
    top: 20%
}

.gray-section::before {
    left: 100px;
}
@media (min-width:980px) {
    .has-orange-line::after {
        content: "";
        z-index: -1;
        width: 600px;
        height:300px;
        left: -17%;
        top: 55%;
        background:url('../images/sprite.png') left -120px;

        position: absolute;
        display: block;
    }
}

.bazar-items-page {
    transition: all 500ms
}
.bazar-items-page-90 {
    transform: translateX(100%)
}
.form-bazar {
    display: none;
}
.over-f {
    overflow: hidden
}
.over-fx {
    overflow-x: hidden
}
.border-dashed-content-set {
    border-right:2px dashed #f1f1f1;
}
.font-size-15 {
    font-size:15px !important;
}
.line-height-med {
    line-height:1 !important;
}
.ico120 {
    width: 210px;
    height: 180px;
}

.ico64 {
    width: 64px;
    height: 64px;
    font-size: 32px;
}

.ico39 {
    width: 40px;
    height: 40px;
}

.ico40 {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
}

.ico40::before {
    font-size: 28px !important;
}

.ico64 i::before {
    font-size: 32px;
}

.spr1 {
    background: url(../images/sprite.png) 0px -580px;
}

.spr2 {
    background: url(../images/sprite.png) -210px -580px;
}

.spr3 {
    background: url(../images/sprite.png) -420px -580px;
}

.z-index-3 {
    z-index: 3
}

.t-10 {
    transform: translateY(-15px)
}

.sample-item-title {
    transform: translateY(-20px)
}
@media (min-width:980px) {
    .hasline-o:before {
        width:120px;
        height:120%;
        right:30%;
        transform: skew(-46deg);
        background: linear-gradient(to bottom, #fefefe, #f3f3f3) repeat-x;
        content:'';
        display: block;

        position:absolute;
    }
}
.messages {
    height: 110px;
    margin: 115px 40px 0px 0px;
    position: relative;
    text-align: right;
    width: 270px;
    /* transform: skewY(-4deg) scale(1) perspective(50px) rotateY(-1deg) rotate(10deg); */
}

.message {
    /* border-top: 2px solid #FF9800; */
    min-height: 60px;
    box-shadow: 0 15px 20px rgba(89, 92, 104, 0.075);
    border-radius: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 20px;
    z-index: 1;
    -webkit-transition: all 1.2s cubic-bezier(.55, .05, .13, 1);
    -moz-transition: all 1.2s cubic-bezier(.55, .05, .13, 1);
    -ms-transition: all 1.2s cubic-bezier(.55, .05, .13, 1);
    -o-transition: all 1.2s cubic-bezier(.55, .05, .13, 1);
    transition: all 1.2s cubic-bezier(.55, .05, .13, 1);
    opacity: 0;
}

.message:after {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 1.2s cubic-bezier(0, 0, 0, 1)
}

.message:first-child {
    transform: translateX(100px) scale(1);
    z-index: 5;
}

.message:first-child .message-type {
    opacity: 0;
    transform: translateX(0);
    transition: all .4s ease-in-out
}

.message:nth-child(2),
.message:nth-child(3),
.message:nth-child(4) {
    opacity: 1
}

.message:nth-child(3),
.message:nth-child(4),
.message:nth-child(5) {}

.message:nth-child(3):after,
.message:nth-child(4):after,
.message:nth-child(5):after {
    opacity: 1
}

.message:nth-child(2) {
    z-index: 4;
    transform: translateY(0) scale(1)
}

.message:nth-child(2) .message-type {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1s
}

.message:nth-child(3) {
    transform: translateY(15px) scale(.9);
    z-index: 3
}

.message:nth-child(3):after {
    background: white
}

.message:nth-child(4) {
    transform: translateY(30px) scale(.8);
    z-index: 2;
    opacity:.75;
    box-shadow:none !important
}

.message:nth-child(5) {
    transform: translateY(45px) scale(.8);
    z-index: 2;
    opacity:.75;
    box-shadow:none !important
}


.bazar-item {
    min-height: 200px;
}

#mask {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 40;
    background: rgba(255, 255, 255, 0.8);
}


.academybg:before {
    background: url("../images/academybg.jpg") no-repeat right #434343;
    width:100%;
    height:80%;
    top:10%;
    content:' ';
    position: absolute;
    border-radius:4px;
    box-shadow:0px 5px 30px #eee;
    display: block;
}
@font-face {
    font-family: "Flaticon";
    src: url("/web/20210427122341im_/https://www.didogram.com/website/fonts/Flaticon.eot");
    src: url("/web/20210427122341im_/https://www.didogram.com/website/fonts/Flaticon.eot#iefix") format("embedded-opentype"),
    url("/web/20210427122341im_/https://www.didogram.com/website/fonts/Flaticon.woff") format("woff"),
    url("/web/20210427122341im_/https://www.didogram.com/website/fonts/Flaticon.ttf") format("truetype"),
    url("/web/20210427122341im_/https://www.didogram.com/website/fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("/web/20210427122341im_/https://www.didogram.com/website/fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-family: Flaticon;

    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-smooth: auto
}

.i32:before {
    font-size: 32px;
}

.i48:before {
    font-size: 48px;
}

.b50 {
    width: 50px;
    transform: translateY(-1px);
    height: 50px;
    transition: all 400ms;
    border-radius: 4px;
    background: #0101012e  !important;
    padding-right: 15px;
    /* line-height: 50; */
    padding-top: 5;
    opacity: 1;
    color: #ffffff !important;
}
.b50 .icorrect::before {
    font-size:21px !important;

}

.b46 {
    width: 50px;
    transform: translateY(1px);
    height: 50px;
    border-radius: 4px;
    font-size:25px;
    background: #f5f5f5 !important;

    color: #999 !important;
}
.logodido {
    background: url('../images/sprite.png') right top;
    width: 108px;
    height: 50px;
    display: inline-block
}
@media (min-width: 980px) {
    .b50:hover {
        opacity: 1;
        background: white !important;
        color: #fd9f2f !important;
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.04);
    }
}
.i64:before {
    font-size: 64px;
}

.icorrect {
    display: inline-block;
    transform: translateY(4px);
    margin-left: 10px;
}


.icorrect::before {
    font-size: 22px;
}

.icogray {
    background: #f6f7f8;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}

.mainfooter {
    background: linear-gradient(75deg, #4E5180, #45476D);
    box-shadow:0px 0px 30px #eee;
    color: rgba(255, 255, 255, 0.8);
}


.mainfooter a {
    font-weight: 200;
    color: rgba(255, 255, 255, 0.7) !important;
}

.cp {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.toggle, .toggle-ans {
    margin-right:15px;
    margin-left:15px;
}
.toggle i.flaticon-document {
    margin:0 !important;
}
.toggle .flaticon-back {
    transform:translateY(6px);
    font-weight:bold
}
.toggle i.flaticon-document:before {
    content:"?" !important;
    display: inline-block;
    width:32px;
    height:32px;
    font-size:20px;
    border-radius:4px;
    background:#f5f5f5;
    color:#999;
    text-align:center;
    transform: translate(10px,2px);
    font-family:'IRANSans' !important;
    font-weight:500;
}
.toggle-ans {
    display: none;
    background-color:#f9f9f9 !important
}

.login-bg {
    background: url(../images/login.jpg) no-repeat center center;
    min-height: 500px;
}

.small-x {
    font-size: 11px;
}
.manage-tabs a,
.tabs-mobile-services a {
    border-right: 3px solid white;
}
.manage-tabs a span:before,
.tabs-mobile-services a span:before {
    font-size: 24px;
    display: inline-block;
    margin-left: 10px;
    transform: translateY(3px)
}
.manage-tabs a:hover,
.manage-tabs a.active,
.tabs-mobile-services a:hover,
.tabs-mobile-services a.active {
    border-right: 3px solid #FE9B6B;
    color: #222;
    font-weight: 500
}

.tabs-mobile-services-content::before {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    top: 10%;
    right: -5%;
    background: #FAFAFA;
    border-radius: 10px;
    position: absolute
}

@keyframes tms-anim-1 {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    10% {
        transform: translateY(0px);
        opacity: 1
    }

    90% {
        transform: translateY(0px);
        opacity: 1
    }

    100% {
        transform: translateY(20px);
        opacity: 0
    }
}

.tms-anim-1 {
    animation-name: tms-anim-1;
    animation-delay: 10px;
    animation-duration: 6s;
    animation-iteration-count: infinite
}

.tms-1 {
    position: absolute;
    bottom: 50px;
    width: 62.5%;
    right: 12.5%;

}

.tms-2 {
    position: absolute;
    bottom: 25%;
    height: 50%;
    width: 62.5%;
    right: 12.5%;

}

.tms-2::before {
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
    content: "x";
}

@keyframes tms-anim-2 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    10% {
        transform: scale(1);
        opacity: 1
    }

    90% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(0);
        opacity: 0
    }
}

.tms-anim-2 {
    animation-name: tms-anim-2;
    animation-delay: 10px;
    animation-duration: 6s;
    animation-iteration-count: infinite
}


.tms-3 {
    position: absolute;
    bottom: 32.6%;
    height: 85px;
    width: 210px;
    background: transparent;
    right: 11.5%;
    border-radius: 8px;

}

@keyframes tms-anim-3 {
    0% {
        transform: scale(1);
        border: 1px solid #ddd;
        opacity: 1;

    }

    100% {
        transform: scale(1.5);
        border: 10px solid #ddd;
        opacity: 0;

    }

}

.tms-anim-3 {
    animation-name: tms-anim-3;
    animation-delay: 10px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite
}

@media (min-width: 980px) {
    .hasline-header::before {
        width: 130px;
        height: 121%;
        z-index: 0;
        top: -10%;
        content:"";
        position: absolute;
        left: 100px;
        transform: skewX(35deg);
        background: linear-gradient(to bottom, #FDBD55 , #fdaa38);
        box-shadow: 0px -20px 50px #fdac3b54;
    }
    .custom-user {
        right: 12.5%
    }
    .main-nav a .dropdown-icon::before {
        font-size: 10px;
        font-weight: bold;
        display: block;
        float: left;
        transform: translate(-6px, 6px) rotate(-90deg);
        transition: all 200ms;
    }

    .main-nav a:hover .dropdown-icon::before {
        font-size: 10px;
        font-weight: bold;
        display: block;
        float: left;
        transform: translate(-6px, 6px) rotate(90deg);
        transition: all 200ms
    }

}
.table-blur {
    transition: all 250ms
}
.table-get-blur {
    filter: blur(4px);
    opacity: 0.09;
}
.bazar-owl .owl-stage-outer {
    padding:13px 0px 30px;
}
.custom-user {
    position: absolute;
    z-index:10;
    top:0;
    display: none
}
article a .flaticon-back::before {
    font-size: 14px;
    transition: all 200ms;
}
a.show-arrow .flaticon-back::before {
    display: inline-block;
    transform: rotate(90deg) !important
}
.flaticon-megaphone:before { content: "\f100"; }
.flaticon-eye:before { content: "\f101"; }
.flaticon-user:before { content: "\f102"; }
.flaticon-bell:before { content: "\f103"; }
.flaticon-layers:before { content: "\f104"; }
.flaticon-phone:before { content: "\f105"; }
.flaticon-idea:before { content: "\f106"; }
.flaticon-award:before { content: "\f107"; }
.flaticon-document:before { content: "\f108"; }
.flaticon-refresh:before { content: "\f109"; }
.flaticon-user-1:before { content: "\f10a"; }
.flaticon-compass:before { content: "\f10b"; }
.flaticon-medal:before { content: "\f10c"; }
.flaticon-gps:before { content: "\f10d"; }
.flaticon-power:before { content: "\f10e"; }
.flaticon-trash:before { content: "\f10f"; }
.flaticon-world:before { content: "\f110"; }
.flaticon-target:before { content: "\f111"; }
.flaticon-back:before { content: "\f112"; }
.flaticon-next:before { content: "\f113"; }
.flaticon-left-arrow:before { content: "\f114"; }
.flaticon-right-arrow:before { content: "\f115"; }
.flaticon-plus-symbol:before { content: "\f116"; }
.flaticon-circular-arrow:before { content: "\f117"; }
.flaticon-heart:before { content: "\f118"; }
.flaticon-heart-1:before { content: "\f119"; }
.flaticon-instagram:before { content: "\f11a"; }
.flaticon-instagram-1:before { content: "\f11b"; }
.flaticon-twitter:before { content: "\f11c"; }
.flaticon-facebook:before { content: "\f11d"; }
.flaticon-telegram:before { content: "\f11e"; }
.flaticon-linkedin:before { content: "\f11f"; }
.flaticon-google-plus:before { content: "\f120"; }
.flaticon-envelope:before { content: "\f121"; }
.flaticon-home:before { content: "\f122"; }
.flaticon-checked-symbol:before { content: "\f123"; }
.flaticon-comment-black-oval-bubble-shape:before { content: "\f124"; }
.flaticon-minus:before { content: "\f125"; }
.flaticon-arrow:before { content: "\f126"; }
.flaticon-calendar:before { content: "\f127"; }
.flaticon-close:before { content: "\f128"; }
.flaticon-cart:before { content: "\f129"; }
.flaticon-search:before { content: "\f12a"; }
.flaticon-bank:before { content: "\f12b"; }
.flaticon-robot:before { content: "\f12c"; }
.flaticon-artificial-intelligence:before { content: "\f12d"; }
.flaticon-digital-marketing:before { content: "\f12e"; }
.flaticon-phone-1:before { content: "\f12f"; }
.flaticon-phone-2:before { content: "\f130"; }
.flaticon-clock:before { content: "\f131"; }
.flaticon-moon-and-stars:before { content: "\f132"; }
.flaticon-day-and-night:before { content: "\f133"; }
.flaticon-map:before { content: "\f134"; }
.flaticon-map-pointer:before { content: "\f135"; }
.flaticon-hashtag:before { content: "\f136"; }
.flaticon-user-2:before { content: "\f137"; }
.flaticon-user-3:before { content: "\f138"; }
.flaticon-user-4:before { content: "\f139"; }
.flaticon-user-5:before { content: "\f13a"; }
.flaticon-padlock:before { content: "\f13b"; }
.flaticon-radio:before { content: "\f13c"; }
.flaticon-video-player:before { content: "\f13d"; }
.flaticon-karaoke:before { content: "\f13e"; }
.flaticon-newspaper:before { content: "\f13f"; }
.flaticon-analytics:before { content: "\f140"; }
.flaticon-vector:before { content: "\f141"; }
.flaticon-rewind:before { content: "\f142"; }
.flaticon-picture:before { content: "\f143"; }
.flaticon-choice:before { content: "\f144"; }
.flaticon-competition:before { content: "\f145"; }
.flaticon-car:before { content: "\f146"; }
.flaticon-law:before { content: "\f147"; }
.flaticon-airplane:before { content: "\f148"; }
.flaticon-rocket:before { content: "\f149"; }
.flaticon-scooter:before { content: "\f14a"; }
.flaticon-user-6:before { content: "\f14b"; }
.flaticon-phone-3:before { content: "\f14c"; }
.flaticon-comment:before { content: "\f14d"; }
.flaticon-refresh-1:before { content: "\f14e"; }
.flaticon-megaphone-1:before { content: "\f14f"; }
.box-shadow-hover {
    transition: all 200ms
}
.height78 {
    min-height: 78px;
}
/**
.smoothkey a {
    border-bottom: 1px solid #f4f4f4;
    padding: 40px 0px;
}
.smoothkey a:hover {
    border-bottom: 1px solid  #fdb23f;
    color: #222;
}
**/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}

.box-shadow-hover:hover {
    box-shadow: 0 1rem 6rem rgba(0, 0, 0, 0.125) !important;
    transform: translateY(-5px)
}

.box-shadow-hover:hover p {
    color: #666
}
.font-weight-medium {
    font-weight:500 !important;
}
.instapage {
    back
}
.sample-owl .item .bg-white {
    min-height: 330px;
}
.sample-owl .owl-prev i:before, .sample-owl .owl-next i:before {
    font-size: 21px;
    width:46px;
    height: 46px;
    background: #f5f5f5 !important;
    display: block;
    color:#999;
    border-radius:4px;
    padding-top:3px;
    font-weight:bold;
    transition: all 200ms;
}
.sample-owl .owl-prev i:before:hover, .sample-owl .owl-next i:before:hover {
    background: #f3f3f3 !important;
    color:#888;
}
.sample-owl .owl-prev i:before:hover, .sample-owl .owl-next i:before:hover {
    background: #f1f1f1 !important;
    color:#666;
}
.call-us-box::before {
    content:"";
    display: block;
    width:100%;
    position: absolute;
    top:15%;
    height:70%;
    border-radius:4px;
    background: linear-gradient(75deg, #4E5180, #8c8cc1)
}
.call-us-box-icon {
    height:45px;
    width:45px;
    background:rgba(255,255,255,0.1);
    color:white;
    padding-right:10px;
    text-align: center;
    border-radius:4px;
}
@media (min-width: 992px) {
    .sample-owl .owl-prev {
        position: absolute;
        right: -70px;
        top: 240px;
    }

    .sample-owl .owl-next {
        position: absolute;
        left: -70px;
        top: 240px;
    }
}


@media (max-width: 1280px) {

    .main-header::before,
    .gray-section::before,
    .table-price::before,
    .table-price::after {
        width: 100%;
    }
}


.top-side {
    top: 0;
    height: 92px;
    right:0;
    z-index: 20;
    padding: 15px 0px;
    transition: all 200ms;
}
.top-side-fixed {
    background:white;
    position:fixed;
    transition: all 200ms;
    box-shadow:0px 0px 30px rgba(0,0,0,0.05);
}

@media (min-width:980px) {
    .top-side-fixed {
        padding-top:0 !important;
    }
}
.top-side-fixed .b50 {
    transition:all 200ms;
    background:#f5f5f5 !important;
    color: #999 !important;
}
nav.shadow {
    box-shadow:0 1rem 2rem rgba(0,0,0,.03) !important
}

.med-1 {
    background: url(../images/sprite.png) 0px -445px
}
.med-2 {
    background: url(../images/sprite.png) -64px -445px
}
.med-3 {
    background: url(../images/sprite.png) -128px -445px
}
.med-4 {
    background: url(../images/sprite.png) -192px -445px
}
.med-5 {
    background: url(../images/sprite.png) -256px -445px
}
.med-6 {
    background: url(../images/sprite.png) -320px -445px
}
@media (min-width: 980px) {
    .contact-us-box .bg-white {
        background: url(../images/bg2.png) no-repeat -24% top;
    }
    .contact-us-box {
        position: fixed;
        left: 50%;
        padding: 1;
        top: 50%;
        width: 1200px;
        min-height: 494px;
        height: auto;
        z-index: 9999;
        transform: translate(-50%, -50%) scale(1);
        display: none;
    }

    .main-nav li:hover ul.children-menu {
        display: block;
        transition: all 400ms;
        top: 100%;
        opacity: 1;
    }
    .manage-tabs-content {
        transition: all 300ms;
        position: absolute;
        width: 100%;
        transform: translateY(0px);
        height: 300px;
        top:-240px;
        opacity:1;
        background: rgba(255,255,255,0.4)
    }
    .mtchide {
        transform: translateY(-50px);
        opacity: 0;

    }
    .main-nav li ul.children-menu {
        top: 90%;
        width: 980px;
        z-index: 5;
        opacity: 0;
        right: 0;
        position: absolute;
        display: none;
        transition: all 400ms;
    }

    .main-nav-box {
        background: #fff;
        padding: 35px 30px 38px;
        box-shadow: 0px 10px 40px rgba(0, 0, 0, .15);
    }

    .main-nav-box span::before {
        display: inline-block;
        color: #999;
        margin-left: 15px;
        font-size: 22px;
        transform: translateY(4px)
    }

    .main-nav-box a {
        color: #818181
    }

    .main-nav-box a:hover {
        color: #555
    }

    .main-nav-box::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #ffffff;
        transform: rotate(45deg);
        position: absolute;
        top: 43px;
        right: 30px;
    }


}
.bazar-col:hover .maxrad {
    background: rgba(254, 190, 4, 0.14) !important;
    text-white !important;
}
.call-us {
    min-height: 160px;
    border-radius: 5px;
    background: linear-gradient(75deg, #525560, #636774) repeat-x;
}
.bazar-col:before {
    content:"";
    width:52px;
    height: 52px;
    transform: rotate(4deg);
    background:rgba(0,0,0,.02);
    display: block;
    border-radius: 4px;
    position:absolute;
    right: 35%;
    top: 42px;
}
.maxrad {
    border-radius: 100px !important;
}
.sample-owl .owl-stage-outer {
    padding: 10px 0px 25px;
}
.mobile-e1c,.mobile-e2c,.mobile-e3c,.mobile-e4c {
    font-size:15px
}
@media (max-width: 980px) {
    .main-header-index h5.text-black-50,
    .main-header-index h5 {
        color: rgba(255,255,255,0.7) !important;
    }
    .top-side-fixed .navbar-brand{
        position: fixed;
        top: 15px;
    }
    .mobile-blue .top-side {
        background:url('../images/bg2-long.png')
    }
    .mobile-e1c,.mobile-e2c,.mobile-e3c,.mobile-e4c {
        display: none;
        padding-bottom:15px;
    }
    .mobile-e1 span,.mobile-e2 span,.mobile-e3 span,.mobile-e4 span {
        font-size: 22px;
        line-height: 24px;
    }
    .more-customer {
        transform: translateY(-32px);
    }
    .mobile-line {
        border-bottom: 1px solid #f1f1f1;
    }
    .owl-nav {
        margin-top:20px;
    }
    .owl-nav .owl-prev {
        float:right;
    }
    .owl-nav .owl-next {
        float:left;
    }
    .academybg:before {
        background: url(../images/academybg.jpg) no-repeat right #434343;
        width: 96%;
        right: 15px;
        left: 15px;
        height: 100%;
        background-size: cover;
        top: 0;
    }
    .main-header-index h1,
    .main-header-index .h5{
        color:white !important;
    }
    .main-header-index h2,
    .main-header-index p.lead,
    .main-header-index .text-gray{
        color: rgba(255, 255, 255, 0.7) !important;
    }
    .main-header-index .bg-white h1,
    .main-header-index .bg-white .h5{
        color:#343434 !important;
    }
    .main-header-index .bg-white h2,
    .main-header-index .bg-white p.lead,
    .main-header-index .bg-white .text-gray{
        color: #999 !important;
    }

    .img-abs1, .img-abs2 , .img-abs3 {
        display: none;
    }
    .w-75 {
        width: 100% !important;
    }
    .contact-us-box {
        position: fixed;
        left: 5%;
        padding: 1;
        top: 7.5%;
        width: 90%;
        height: 85%;
        z-index: 9999;
        display: none;
    }


    .main-header::before, .gray-section::before, .table-price::before, .table-price::after {
        display: none;
    }
    ul.main-nav {
        display: block !important;
        position: fixed;
        top: 0px;
        right: -120%;
        width: 100%;
        transition: all 500ms;
        height: 100%;
        z-index: 270;
        background: white;
        padding: 15px;
    }
    .cub-active {

        opacity: 0;
        display: none;

    }


    ul.main-nav-active {
        right: 0;
        z-index: 270;
    }

    .main-nav-box span {
        display: inline-block;
        transform: translateY(4px);
        margin-left: 10px;
    }

    .main-nav-box span::before {
        font-size: 22px;
    }

    .navbar-brand {
        position: relative;
        z-index: 35
    }

    ul.children-menu {
        position: fixed;
        top: 0;
        right: 100%;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 35;
    }

    .main-nav-box-1 {
        transition: all 500ms
    }

    .main-nav-opened-1 {
        right: 0px !important;
    }

    .contact-us-button {
        transition: all 0s ease-in-out !important;
        transform:translateY(-23px);
        /* left: 65px; */
        /* top: 15px; */
    }
    .menu-ham {

        top: 15px;
        padding-top: 15px;
        left: 15px;
        padding-right:11px;
        z-index: 30;
    }

    .menu-ham::before {
        content: "";
        display: block;
        width: 26px;
        height: 3px;
        margin-top: 16px;
        background: #fff;
        transition: all 500ms;
        position: absolute;
        border-radius: 10px;
    }

    .menu-ham span {
        display: block;
        width: 26px;
        transition: all 200ms;
        height: 3px;
        background: #fff;
        border-radius: 10px;
        position: absolute;
        margin: 8px 0px;
    }

    .menu-ham::after {
        content: "";
        display: block;
        width: 26px;
        border-radius: 10px;
        position: absolute;
        margin-top: 1px;
        height: 3px;
        transition: all 500ms;
        background: #fff
    }

    .menu-ham-active {
        padding-top: 17px;
        position:fixed;
        top: 28px;
        left: 28px;
        z-index:300
    }

    .menu-ham-active span {
        opacity: 0;
    }

    .menu-ham-active:after {
        transform: rotate(45deg) translate(3px, 3px);
        background:#fff !important;
    }

    .menu-ham-active:before {
        transform: rotate(-45deg) translate(7px, -7px);
        background:#fff !important;
    }
    .top-side-fixed .menu-ham span,
    .top-side-fixed .menu-ham:after,
    .top-side-fixed .menu-ham:before {
        background:#999 !important;
    }
    .top-side-fixed .logobox {
        padding-top:12px;
    }
    .top-side {
        height:80px;
    }


    .main-nav li .flaticon-back::before {
        font-size: 12px;
        display: block;
        float: left;
        transform: translateY(-2px);
    }
    .tabs-mobile-services-content::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #FAFAFA;
        border-radius: 10px;
        position: absolute;
    }

    .img-fix-tms {
        transform: translate(-50%, -50%) scale(1);
        position: absolute !important;
        top: 50%;
        left: 50%;
    }

    .tms-1 {
        right: 25%;
        width: 50%
    }
}

@media (max-width: 512px) {
    .call-us-box::before {
        top:0 !important;
    }
    .academybg:before{
        width: 92.5%;
    }
    .hasarrow-left-2 {
        display: block;
        background:#ffc544;
        color:#fff !important;
        border-radius:4px;
        padding:7px;
        margin-top:10px;
    }
    .hasarrow-left-2:after {
        color: white !important;
    }
    .messages {
        height: 110px;
        margin: 110px auto 0 auto;
        position: relative;
        text-align: right;
        max-width: 270px;
    }
    .tms-1 {
        right: 12.5%;
        width: 75%
    }

    .mobile-device {
        transform: translate(-50%, -50%) scale(1);
        position: absolute !important;
        top: 50%;
        left: 50%;
    }
}

.phone-icon-header {
    height: 56px;
    width: 56px;
    border-radius:3px;
    text-align: center;
    background:#f6f6f6;
    padding-top:4px;
}
.phone-icon-header span:before {
    font-size:24px;
}
.img-abs1 {
    right: -170px;
    top: -80px;
}
.img-abs2 {
    right: -15%;
    top: 150px;
}
.img-abs3 {
    left: -18%;
    top: -80px;
}
.smoothtab a{
    border-bottom: 1px solid #f4f4f4
}
.smoothtab a:hover,.smoothtab .active {
    border-bottom: 1px solid #F47778;
    color: #222;
    font-weight:500
}
.ads-sample-title-dark-green {
    box-shadow: 0px 10px 30px rgba(57, 88, 99, 0.11);
    background:linear-gradient(to bottom, #395863 , #12333E)
}
.ads-sample-title-green {
    box-shadow: 0px 10px 30px rgba(140, 177, 138, 0.17);
    background:linear-gradient(to bottom, #9CC29A , #93b891)
}
.ads-sample-title-blue {
    box-shadow: 0px 10px 30px rgba(80, 127, 251, 0.13);
    background:linear-gradient(to bottom, #9FCDFB, #9FCDFB)
}
.ads-sample-title-dark-blue {
    box-shadow: 0px 10px 30px rgba(80, 127, 251, 0.13);
    background:linear-gradient(to bottom, #576DCC,#576DCC)
}
.ads-sample-title-brown {
    box-shadow: 0px 10px 30px rgba(120, 101, 84, 0.12);
    background:linear-gradient(to bottom, #D2B193, #c8aa8c)
}

.ads-sample-title {
    overflow: hidden;
    height: 500px;
    position: relative;
    border-radius:4px;
}
.ads-sample-title-2 {
    overflow: hidden;
    position: relative;
    border-radius:4px;
}
.ads-sample-title-content h5{
    font-size:15px;
    color:#6E6E6E
}
.ads-sample-title-content p{
    color:#9D9D9D;
    font-size:14px;
}
.ads-sample-title:after {
    content: "\f112";
    position: absolute;
    bottom: 0px;
    right: 47%;
    left: 50%;
    border-radius: 4px 0px 0 4px;
    width: 14px;
    text-align: center;
    font-family: 'Flaticon';
    padding-top: 13px;
    height: 42px;
    color: #999;
    font-size: 9px;
    box-shadow: 0px 5px 30px rgba(0,0,0,.15);
    font-weight: bold;
    transition: all 400ms;
    transform: rotate(90deg) translate(14px, 0px);
    background: white;
    opactiy:1;
}
.ads-sample-title:hover:after {
    bottom:-30px;
    opacity: 0;
}
.ads-sample-title .ads-sample-title-content {
    top:73%;
    opacity:0;
    transition: all 400ms;
}
.ads-sample-title:hover .ads-sample-title-content {
    top:28%;
    transition: all 400ms;
    opacity:1;
    height:72%;
}
.insta-step-content {
    background: linear-gradient(75deg, #4E5180, #8c8cc1);

}
@media (min-width:980px) {
    .insta-step-content {
        height:359px;
    }
}
.insta-step-bar-emp {
    position:absolute;
    display: block;
    width:78%;
    z-index:0;
    height:12px;
    right:11%;
    top:63px;
    border-radius:100px;
    background:#f3f3f3
}
.insta-step-bar-full {
    position:absolute;
    content:"";
    display: block;
    width:0%;
    right:11%;
    z-index:0;
    height:12px;
    top:63px;
    border-radius:100px;
    transition: all 400ms;
    background: linear-gradient(to left, #FDBD55 , #fdaa38);
}
.insta-step-bar .insta-step-bar-no{
    box-shadow:0px 5px 25px rgba(0,0,0,0.1);
    width:40px;
    height:40px;
    line-height:40px;
    color:#999;
    display: block;
    margin-bottom:30px;
    border-radius:100px;
    background:white;
    transition:all 400ms;
}
.custom-btn-ac .insta-step-bar-no {
    background: linear-gradient(to left, #FDBD55 , #fdaa38);
    color:white !important;
}
.insta-step-bar .col-lg {
    position: relative;
}

.insta-step-content .owl-prev i:before,.insta-step-content .owl-next i:before {
    font-size: 21px;
    width:46px;
    height: 46px;
    background: #f5f5f5 !important;
    display: block;
    color:#999;
    border-radius:4px;
    padding-top:3px;
    font-weight:bold;
    transition: all 200ms;
}
.insta-step-content .owl-prev i:before:hover, .insta-step-content .owl-next i:before:hover {
    background: #f3f3f3 !important;
    color:#888;
}
.insta-step-content .owl-prev i:before:hover, .sample-owl .owl-next i:before:hover {
    background: #f1f1f1 !important;
    color:#666;
}
@media (min-width: 992px) {
    .insta-step-content .owl-prev {
        position: absolute;
        right: -70px;
        top: 170px;
    }

    .insta-step-content .owl-next {
        position: absolute;
        left: -70px;
        top: 170px;
    }
}
.strategy-list span:before {
    font-size:23px;
    width:40px;
    margin-left:10px;
    color:#999;
    height:40px;
    display: inline-block;
    border-radius:4px;
    background:#f5f5f5;
    text-align:center;
    transform:translateY(4px);
    line-height:40px;
}
.strategy-list a  {
    display: block;
    padding:4px;
    color:#9D9D9D;
    margin-bottom:8px;
    font-size:15px;
}
.strategy-list a:hover, .strategy-list .active  {
    font-weight:500 !important;
    color:#222
}
.strategy-list a:hover span:before,.strategy-list .active span:before {
    color: #ffa944;
    font-weight:400 !important;
    background: rgba(255, 169, 68, 0.1);
}
.content-set-qua{
    height: 28px;
}
.content-set-qua-plus {
    background:#f5f5f5;
    color:#999;
    width:20px;
    border-radius:3px;
    line-height: 20px;
    margin-right:4px;
    display: inline-block;
    padding-top:2px;
    height:20px;
}
.content-set-qua-min {
    background:#f5f5f5;
    color:#999;
    width:20px;
    border-radius:3px;
    line-height: 20px;
    padding-top:2px;
    margin-left:4px;
    display: inline-block;
    height:20px;
}
.content-set-qua-plus:hover,
.content-set-qua-min:hover{
    background:#999;
    color:#fff;
}
.border-dashed {
    border:1px dashed #e5e5e5;
}
.smoothkey-co a {
    border-bottom: 2px solid white;
}
.smoothkey-co a:hover,.smoothkey-co .active {
    border-bottom: 2px solid #FDB743;
    color: #333;
    font-weight:500 !important;
}
.header-anim {
    height: 200px;
    margin: 190px 230px 0px 0px;
    position: relative;
    text-align: right;
    max-width: 220px;
    transform: skew(7deg) scale(1) perspective(60px) rotateY(1deg) rotate(-6deg);

}
.header-anim-item img {
    background:#f1f1f1
}
.header-anim-item .strong {
    color:#333;
    font-weight:bolder
}
.header-anim-item {
    /* border-top: 2px solid #FF9800; */
    min-height: 60px;
    box-shadow: 0 15px 20px rgba(89, 92, 104, 0.075);
    border-radius: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 1.2s cubic-bezier(.55, .05, .13, 1);
    -moz-transition: all 1.2s cubic-bezier(.55, .05, .13, 1);
    -ms-transition: all 1.2s cubic-bezier(.55, .05, .13, 1);
    -o-transition: all 1.2s cubic-bezier(.55, .05, .13, 1);
    transition: all 1.2s cubic-bezier(.55, .05, .13, 1);
    opacity: 0;
}

.header-anim-item:after {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 1.2s cubic-bezier(0, 0, 0, 1)
}

.header-anim-item:first-child {
    transform: translateY(-50px) scale(1);
    z-index: 5;
}

.header-anim-item:first-child .message-type {
    opacity: 0;
    transform: translateY(0);
    transition: all .4s ease-in-out
}

.header-anim-item:nth-child(2),
.header-anim-item:nth-child(3),
.header-anim-item:nth-child(4) {
    opacity: 1
}

.header-anim-item:nth-child(3),
.header-anim-item:nth-child(4),
.header-anim-item:nth-child(5) {}

.header-anim-item:nth-child(3):after,
.header-anim-item:nth-child(4):after,
.header-anim-item:nth-child(5):after {
    opacity: 1
}

.header-anim-item:nth-child(2) {
    z-index: 4;
    transform: translateY(0) scale(1)
}

.header-anim-item:nth-child(2) .message-type {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s
}

.header-anim-item:nth-child(3) {
    transform: translateY(15px) scale(.9);
    z-index: 3
}

.header-anim-item:nth-child(3):after {
    background: white
}

.header-anim-item:nth-child(4) {
    transform: translateY(30px) scale(.8);
    z-index: 2;
    opacity:.75;
    box-shadow:none !important
}

.header-anim-item:nth-child(5) {
    transform: translateY(45px) scale(.8);
    z-index: 2;
    opacity:.75;
    box-shadow:none !important
}
.fixed-call {
    bottom:00px;
    right:25px;
    min-width:230px;
    z-index:10;
}
.close-fixed-call {
    font-weight:bold;
    font-size:10px;
    width:20px;
    height:20px;
    background:white;
    box-shadow:0px 2px 5px #eee;
    transform:translateY(-15px) rotate(-90deg);
    padding-top:1px;
    transition: all 300ms;
    border-radius:2px;
}
.fixed-call-hide {
    bottom:-300px;
    transition: all 300ms;
}
.close-fixed-call-hide {
    transition: all 300ms;
    transform: translateY(-119px) rotate(90deg);
    width: 40px;
    height: 40px;
    font-size: 17px;
    padding-top: 3px;
    box-shadow:0px 3px 10px rgba(0,0,0,0.1);
}
.mobile-fixed {
    bottom:0;
    z-index:10;
    right:0;
}
.topbar {
    background:url(../images/fix-bg.jpg);
    position:relative;
    z-index:10;
}

@media (max-width:980px) {
    .strategy-list a span:before,.strategy-list .active span:before {
        display:none !important;
    }
    .strategy-list a {
        margin-left: 20px;
        padding:10px;
        margin-bottom:0 !important;
    }
    .strategy-list a:hover, .strategy-list .active {
        border-bottom:2px solid orange
    }
    .prices-tabs-c {
        overflow-x: scroll;

        transition:all 200ms;
    }
    .prices-tabs-c-f {
        width:100%;
        box-shadow:0px 5px 20px rgba(0,0,0,0.075);
        position:fixed;
        top:80px;
        right:0;
        z-index:5;
        background:white;
    }
    .prices-tabs {
        width: 150%;
    }
}
@media (max-width:520px) {
    .prices-tabs {
        width: 240%;
    }

}
.instagram-badge h5 {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif !important;
    font-weight:400 !important;
    font-size:16px !important;

}
.influ-op p{
    width:100%;
    height:100%;
    border-radius:4px;
    background:rgba(0,0,0,0.5);
    text-align:center;
    color:white;
    display: block;
    top:0;
    right:0;
    padding-top:45%;
    opacity:0;
    transition:all 300ms;
}
.influ-op p:hover{
    transition:all 300ms;
    opacity:1;
}
.preview-dore img {
    right:0;
    top:0;
    width:100%;
}
.preview-dore-play {
    top:0;
    right:0;
    width:100%;
    text-align:center;
    padding-top:23%;
    background:rgba(0,0,0,0.5);
    height:100%;
}
.preview-dore p {
    color:white;
}
.preview-dore span {
    font-size:13px;
    color:rgba(255,255,255,0.5)
}
footer .footer-icon {
    font-size:24px;
    display:inline-block;
    margin-left:25px;
    text-align:center;
}
footer .footer-icon:hover {
    color:white !important;
}

.instagrampage-link{background: #4d507f; padding: 15px 0;}

.instagrampage-link a{background: #72d54b; color: #fff; border-radius: 5px; padding: 10px 0; margin:5px 20px 5px;}

.instagrampage-link a:hover{background: #5db73a;}
/*
     FILE ARCHIVED ON 12:23:41 Apr 27, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:11:25 Dec 20, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 70.33
  exclusion.robots: 0.195
  exclusion.robots.policy: 0.181
  cdx.remote: 0.092
  esindex: 0.013
  LoadShardBlock: 31.933 (3)
  PetaboxLoader3.datanode: 44.706 (4)
  load_resource: 107.095
  PetaboxLoader3.resolve: 70.605
*/