@font-face {
    font-family: bot-font;
    src: url(/font/OpenSansHebrewCondensed-Bold.ttf);
}
@font-face {
    font-family: bot-font-Regular;
    src: url(/font/OpenSansHebrew-Regular.ttf);
}

body{background:linear-gradient(to right, rgb(204, 210, 217) 0%, rgb(63, 71, 76) 0%, rgb(0, 0, 0) 100%, rgb(55, 62, 74) 100%, rgb(61, 80, 96) 100%);}

.mobile{display:none}
h1, h2, h3, h4, h5, h6, a, input {
   font-family: "Noto Sans Hebrew", sans-serif !important;;
}

    .extra {
        font-size: 30px;
       font-family: "Noto Sans Hebrew", sans-serif !important;
    }

    body, div, span {
        font-family: "Noto Sans Hebrew", sans-serif !important;
        font-size: 18px;
    }

    body {
        direction: rtl;
        margin: 0;
        font-size: 19px
    }

    h1 {
        font-size: 43px;
        color: #fff;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 27px
    }

    .continer {
      
        width: 100%;
        margin: auto;
        height: auto;
        text-align: center;
    }

    .the-menu {
        z-index: 9999999;
        background: -webkit-linear-gradient(left, #1e5799 0%,#295b85 0%,#1819e4 100%,#2989d8 100%,#207cca 100%);
        background: linear-gradient(to right, rgb(204, 210, 217) 0%, rgb(63, 71, 76) 0%, rgb(0, 0, 0) 100%, rgb(55, 62, 74) 100%, rgb(61, 80, 96) 100%);
        position: fixed;
        min-height: 50px;
        border: none;
        width: 100%;
        top: 0px;
    }

        .the-menu ul {
            display:flex;
            margin: 0px;
            line-height: 50px
        }

    .menu-top-right {
        float: right;
        line-height: 47px;
        font-size: 20px;
        position: relative
    }

       /* .menu-top-right span:after {
            content: '';
            border-left: 1px solid #30579c;
            right: 85px;
            position: absolute;
            width: 3px;
            top: 16px;
            height: 18px;
        }
*/
#inputContainer,#ExternalContainer,#TitelsAndDescriptions {overflow:hidden;
    display: none;
    position: fixed;
    background: white;
    border-radius: 10px;
    padding: 10px;color:#fff;
    width:358px;
    max-width:100%;
   background: linear-gradient(to right, #ccd2d9 0%, #3f474c 0%, #000000 100%, #373e4a 100%, #3d5060 100%)
}
.NowPOS{cursor:pointer;}
.confirmPOST {
    width: 30px;
    height: 30px;
}
#TitelsAndDescriptions{width:900px;}
#TitelsAndDescriptions .inputRow{margin-bottom:20px;}
#TitelsAndDescriptions .inputRow > input{margin-bottom:8px;}
.ExternalBacklinks{ filter: invert(42%) sepia(92%) saturate(2149%) hue-rotate(164deg) brightness(99%) contrast(101%);
    cursor: pointer;
    float: left;
    margin-left: 20px;
}

#inputContainer input,#ExternalContainer input, #TitelsAndDescriptions input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: solid 1px #ccc;
    border-radius: 10px;
    background: transparent;
    color: #0799c5;
    font-size: 18px;
}
.Home{    background: url(/img/home.svg);
    width: 30px;
    display: inline-block;
    height: 30px;
    background-size: 100%;
    filter: invert(42%) sepia(92%) saturate(2149%) hue-rotate(164deg) brightness(99%) contrast(101%);}
.notCache{    background: #f40000;
    font-size: 17px;
    width: 128px;
    margin-left: 38px;
    height: 36px;
    border-radius: 13px;
    text-align: center;
    margin-top: 17px;}
.RobotAnchor .RobotClick {
    width: 200px;z-index:2;
    position: absolute;
    left: -153px;
}
.box-save,.box-save-External,.box-save-TitelsAndDescriptions,.box-save-Posts {
    color: #0799c5;cursor:pointer;
    font-size: 27px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 200px;
    background: #222222d4;
    align-content: center;
    border-radius: 16px;
    text-align: center;
    margin-top: 20px;
    border: solid;
    margin-bottom: 39px;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -55px;
    z-index: 0;
}
.Save-robot{ cursor:pointer;   filter: invert(42%) sepia(92%) saturate(2149%) hue-rotate(164deg) brightness(99%) contrast(101%);
    width: 50px;
    position: relative;
   
    display: block;}
.inputRow {
    margin-top: 20px;
}
.keywords-soft,.addposts,.post-process {
      border: solid 1px;
    display: none;
    position: absolute;
    width: 99%;
    padding: 10px;
    z-index: 9;
    color: #fff;
    min-height: 200px;
    border-radius: 10px;
    top: 63px;
    background: linear-gradient(176deg, rgb(28 32 34) 100%, #262632d4 99.8%);
}
.keywords-soft h4,.addposts h4{margin:0px;}
.keywords-soft table,.addposts table,.post-process table{width:100%;text-align:center;}
.keywords-soft thead th,.addposts thead th{
    background: linear-gradient(to right, #003a7c00, #8390a99c, #000000 100%, #373e4a 100%, #59b3ff 100%);
}
#Tbkeywords-process{max-width:100%;width:700px;}
#TimePosts{
    position: relative;
    top: 12px;
    font-size: 17px;
    padding: 0px 10px;
}
.AddKeywords,.AddKeywordsPosts{    width: 100%;    font-family: "Noto Sans Hebrew", sans-serif !important;
   
    min-height: 86px;
    font-size: 30px;
    padding: 0px;
    background: black;
    color: #fff;}
.deleteKeyword{filter:invert(42%) sepia(92%) saturate(2149%) hue-rotate(329deg) brightness(99%) contrast(101%);cursor:pointer;}
.keywords-soft
table,.keywords-soft th,.keywords-soft td {
  border: 1px solid #605858;
}


#ListKeyewords {
    position: relative;
}
.closeAnchors{cursor:pointer;
float: left;width:26px;filter:invert(42%) sepia(92%) saturate(2149%) hue-rotate(164deg) brightness(99%) contrast(101%);margin-bottom:20px;
}
.closeKeyword,.closeaddposts,.closePostProcess{cursor:pointer;
float: left;width:26px;filter:invert(42%) sepia(92%) saturate(2149%) hue-rotate(164deg) brightness(99%) contrast(101%);margin-bottom:20px;}
.anchor {
    filter: invert(42%) sepia(92%) saturate(2149%) hue-rotate(164deg) brightness(99%) contrast(101%);
    cursor: pointer;
    float: left;
    margin-left: 20px;
}
.PostUpdate {
    position: relative;
    top: 12px;
    font-size: 17px;
    padding: 0px 10px;
}
.link {
    filter: invert(35);
}
.StartRun {overflow:hidden;
    display: flex;
    flex-direction: row-reverse;
}
.RobotClick{rotate:-15deg;
    position: relative;
    left: -480px; transition-duration: 2s;
}
#inputContainer,#ExternalContainer,#TitelsAndDescriptions{display:none;position:absolute;top:100px;}
.come{left:-40px;rotate:0deg}
.StartJob {
    transition-duration: 2s;
    padding: 5px 0px 5px 34px;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: all 0.7s ease-in-out;
    width: 200px;
    height: 50px;
    font-weight: inherit;
    font-size: 33px;
    color: #fff;
    text-align: center;
    margin-top: 59px;
    left: -60px;
    position: relative;
  
    background: linear-gradient(to right, #003a7c00, #0f78f09c, #000000 100%, #373e4a 100%, #59b3ff 100%);
}

.section-work{    width: 99%;
    position: relative;}
.work-site{ 
    display:none;
    transition-duration: 2s;
    padding: 5px 0px 5px 47px;
    cursor: pointer;
    direction: ltr;
    background: silver;
    margin-bottom: 10px;
    background: linear-gradient(to right, #0f78f0, #0f78f0, #000000 100%, #373e4a 100%, #3d5060 100%);
    border-radius: 10px;
    transition: all 0.7s ease-in-out;}
    
    .work-site:after{
        content: url(/img/website.svg);
    position: absolute;
    left: 16px;
    filter: brightness(0) invert(1);
    }
    
.dash-leads{direction:ltr;margin-top:150px;}
.dash-leads h2{color:#fff;}
    .the-menu ul ul li {
        float: none;
        border-left: none;
        height: 35px;
        padding: 0px;
        line-height: 35px;
    }

    .multi-li {
        min-width: 140px;
    }

        .multi-li ul {
            padding: 0px;
            display: none
        }

    .logo {
        color: #3a3a3a
    }

        .logo span {
            font-size: 43px;
        }

    .logo {
        font-size: 43px;
    }

        .logo a > span {
            color: #353535;
            display: inline-block;
            vertical-align: top;
            margin-top: 30px;
            font-size: 43px;
        }

    .multi-li ul {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 100%;
        right: 0px;
        padding-bottom: 20px;
    }

    .menu-top-right li {
        float: right;
        font-size: 20px;
        position: relative;
        display: block;
        padding-right: 47px;
        padding-left: 47px;
        top: 0px;
        right: 0px;
        height: 50px;
    }

    .menu-top-right a {
          color: #fff;
    opacity: 0.9;
    text-decoration: none;
    margin-right: 20px;
    background: white;
    padding: 2px 20px;
    border-radius: 19px;
    color: black;
    }

#register_link span{
    background: transparent;
    border: solid 1px #eee;
    color: #fff;
}
.menu-user{display:flex;}
.menu-user span{ color: #fff;
    opacity: 0.9;
    text-decoration: none;
    margin-right: 20px;
    background: white;
    padding: 2px 20px;
    border-radius: 19px;
    color: black;}

    .menu-top-right span {
        color: #000;
      cursor:pointer;
        text-decoration: none;
    }

    .menu-top-left {
        float: left;
        line-height: 100%
    }

        .menu-top-left li {
            float: right;
            font-size: 20px;
            position: relative;
            display: block;
            padding-right: 32px;
            padding-left: 32px;
        }

            .menu-top-left li a {
                color: #fff;
                opacity: 0.9;
                text-decoration: none;
            }

    #hello {
        font-size: 20px;
        display: block;
        line-height: 47px;
        color: #fff;
        opacity: 0.9;
    }

    .menu-top-left li:first-child:before {
        content: '';
        border: none;
    }

    .menu-top-left li:before {
        content: '';
        border-left: 1px solid rgb(72 72 72);
        right: 0px;
        position: absolute;
        width: 3px;
        top: 16px;
        height: 18px;
    }

   

        .hoverElement a {
            color: #000 !important
        }

    .menu-fixed-top {
        clear: both;
        line-height: 100%;
        width: 100%;
        background-color: #fff;
        height: 90px
    }

        .menu-fixed-top li {
            float: right;
            font-size: 20px;
            position: relative;
            display: block;
            height: 90px;
            padding-right: 24px;
            padding-left: 24px;
            line-height: 90px;
            border-left: solid 1px #eee;
        }

            .menu-fixed-top li a {
                color: #000;
                opacity: 0.9;
                text-decoration: none;
            }

    .multi-li:hover {
        cursor: pointer;
    }

    .menu-top-bottom {
        float: left;
        width: 75%
    }

    .logo {
        float: right;
        width: 25%
    }

    maind {
        position: relative;
        top: 140px;
    }


.front-page {
    display: flex;
    margin-top: 141px;
}
.front-page > div {
    flex-basis: 50%;
    color: #eee;
    font-size: 20px;
    padding: 10px;
}
.front-page > div img{width:100%;max-width:600px;}
.front-page h2 {
    font-size: 30px;
    color: #0ADEFF;
}
.logo-small{ font-size: 44px;}
.logo-small img{height: 67px;width: auto!important;}
.soft1{ background: rgba(4, 17, 39, 0.15); border: 2px solid #0ADEFF;}
.soft2{ background: rgba(4, 17, 39, 0.15); border: 2px solid silver;}
.soft3{ background: rgba(4, 17, 39, 0.15); border: 2px solid #6b6bfb;}
.soft4{ background: rgba(4, 17, 39, 0.15); border: 2px solid #9C27B0}
.soft5{ background: rgba(4, 17, 39, 0.15); border: 2px solid #FFEB3B;}
.soft6{ background: rgba(4, 17, 39, 0.15); border: 2px solid red;}


.link1:hover{background:transparent;color:#fff;}
.link2:hover{background:transparent;color:#fff;}
.link3:hover{background:transparent;color:#fff;}
.link4:hover{background:transparent;color:#fff;}
.link5:hover{background:transparent;color:#fff;}
.link6:hover{background:transparent;color:#fff;}
.software {margin:auto;align-items:center;
   display:flex;margin:10px;
   column-gap:20px;
   
    border-radius: 14px;
}
.software > div{ width: 33%;padding:10px;color:#fff;border-radius:10px;
    background:linear-gradient(176deg, rgb(36 22 22) 12%, #262632d4 31.8%);
    
}
.software h3{color:#fff;font-size:25px;}
.goto{       transition-duration: 1s;
    background: #fff;
    font-size: 20px;
    text-align: center;
    border: 2px solid white;
    display: block;
    cursor: pointer;
    padding: 8px 10px;
    width: 170px;
    border-radius: 20px;
    background-color: white;
    color: #19172D;
    text-decoration: none !important;
    margin: auto;
    margin-top: 60px;}
.link1{background:#0ADEFF;border:2px solid #0ADEFF;}
.link2{background: silver;border:2px solid silver;}
.link3{background: #6b6bfb;
    border: 2px solid #6b6bfb;}
.link4{background: #9C27B0;border:2px solid #9C27B0;}
.link5{background: #FFEB3B;border:2px solid #FFEB3B;}
.link6{background: red;border:2px solid red;}

.FullContent{color:#fff;}
.head-bot{ -moz-animation: head-bot 4s infinite;
    -webkit-animation: head-bot 4s infinite;
    animation: head-bot 4s infinite;}
@keyframes head-bot {
    0% {
        transform: translate3d(0px, 0px, 0px);
        animation-timing-function: ease-in;
    }

    50% {
        transform: translate3d(00px, 10px, 0px);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translate3d(0px, 2px, 0px);
    }
}



/*dudu*/
.back-1{    background-image: url("/img/dudu/dots-1.webp");
    padding: 0px 45px;}
.website{       border: 1px solid #0F78F0;
    direction: ltr;
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
    width: 100%;
    color: white;
    background: rgba(245, 245, 245, 0.1);
    font-size: 20px;
    padding-left: 10px;}

.manySites {
    width: 600px;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 10px;
    align-items: center;
}
.Add,.AddkeywordsServer,.AddkeywordsServerPosts {transition-duration:1s;
    background: #fff;
    font-size: 20px;
    text-align: center;border:2px solid white;
    display: block;cursor:pointer;
    padding: 8px 10px;
    width: 170px;
    border-radius: 20px;
    background-color: white;
    color: #19172D;
    text-decoration: none !important;
}
.Add:hover{background:transparent;color:#fff;border:2px solid white}
.urls:after {
    content: url(/img/website.svg);
    position: absolute;
    left: 2px;filter: brightness(0) invert(1);
}
#displaysites{position:relative;}
.flexSites{
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    flex-direction: column;
}
.flexSites h4{margin:0px;}
.urls {

    transition-duration:2s;
    padding:5px 0px 5px 34px;cursor:pointer;
    direction: ltr;
    background: silver;
    margin-bottom: 10px;
    /*linear-gradient(to right, #ccd2d9 0%, #3f474c 0%, #000000 100%, #373e4a 100%, #3d5060 100%)*/
    background:linear-gradient(to right, #0f78f0, #0f78f0, #000000 100%, #373e4a 100%, #3d5060 100%);
   border-radius:10px;
   
   
   
   
   
transition: all 0.7s ease-in-out;
   
   
   
   
   
   
}
.urls:hover{background:linear-gradient(to right, #ccd2d9 0%, #3f474c 0%, #000000 100%, #373e4a 100%, #3d5060 100%);color:#fff;}

.status-website{
    position: absolute;
    right: 24px;
    filter: brightness(0) invert(1);
}

.workspace{
   
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    flex-direction: column;
}
.box-services{    display: flex;
    column-gap: 29px;
    margin-bottom: 100px;}
    .flexy h3{margin:0px;}
 .box-job {cursor:pointer;
    border: solid 1px;
    width: 200px;
    padding: 10px;
    color: #fff;
    height: 200px;
    border-radius: 10px;
    background: linear-gradient(176deg, rgb(36 22 22) 12%, #262632d4 31.8%);
}   
.display-post{color:#fff;}
.dash-leads {
    padding: 10px;
}
.article{cursor:pointer;
    position: relative;
    top: 0px;
    height: 67px;
}
.take{    color: #0ADEFF!important;}
#search-posts input {
    border: 1px solid #0F78F0;
    direction: rtl;
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
    width:100%;
    max-width: 500px;
    color: white;
    background: rgba(245, 245, 245, 0.1);
    font-size: 20px;
    padding-right: 10px;
}
#search-posts {
    margin-bottom: 14px;
}
.content{display:none;}
#display-all > div { flex-wrap: wrap;
    border: 1px solid #0F78F0;
    border-radius: 5px;
    line-height: 34px;
    width: 98%;
    color: white;
    background: rgba(245, 245, 245, 0.1);
    font-size: 20px;
    padding-right: 10px;
   
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.checkboxs {
    display: flex;
    gap: 13px;
}
#KeywordsChecker{
    border: 1px solid #0F78F0;
    direction: rtl;
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
    width: 100%;
    max-width: 500px;
    color: white;
    background: rgba(245, 245, 245, 0.1);
    font-size: 20px;
    padding-right: 10px;
    margin-right: 40px;cursor:pointer;
}

.box-head{display:flex;}
.checkboxs > span{width:145px;}

.display-post {cursor:pointer;
    color: #fff;
    max-width: 300px;
}
.checkboxs input[type="checkbox"] {
    width: 26px;
    height: 22px;
    position: relative;
    top: 18px;
}
    .plugin {
    transition-duration: 1s;
    background: #fff;
    font-size: 20px;
    text-align: center;
    border: 2px solid white;
    display: block;
    cursor: pointer;
    padding: 8px 100px;
    width: 170px;
    border-radius: 20px;
    background-color: white;
    color: #19172D;
    text-decoration: none !important;
}
    
.workspace h4{margin:0px;}

    .banner { /*
    background-image: url(/image/login-bot.jpg);
    min-height: 883px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;*/
    }

    

    .row span {
        width: 100%;
        display: block
    }

    .row {
        height: 65px;
        clear: both;
    }

        .row div {
            float: right;
            width: 50%;
            max-width: 250px;
            position: relative;
            text-align: right;
        }

        .row input, .row select, .register .row select {
            padding: 0.5rem 0.75rem;
            background-clip: padding-box;
            min-width: 200px;
            box-sizing: border-box;
            border: 1px solid rgba(0, 0, 0, 0.15);
            border-radius: 0.25rem;
            max-width: 200px;
        }

    .col-25 {
        width: 25%;
        float: right
    }

    .content-page {
        margin-top: 154px;
        position: relative
    }
.box-update{
   display:none;
    width: 97%;
    
    flex-direction: row-reverse;
    margin-top: 19px;
}
.update{     transition-duration: 2s;
    padding: 5px 0px 5px 17px;
    cursor: pointer;
    background: silver;
    margin-bottom: 10px;
    background: linear-gradient(to right, #0f78f0, #0f78f0, #000000 100%, #373e4a 100%, #3d5060 100%);
    border-radius: 10px;
    transition: all 0.7s ease-in-out;
    width: 200px;
    text-align: center;}

    .FullContent {
        padding-top: 3px;
        position: relative;
        max-width: 1650px;
        margin: auto;
        clear: both;
        overflow: auto;
    }

    .left-side {
        float: left;
        width: 50%;
    }

    .right-side img {
        float: right;
        width: 50%;
    }

    .left-side img, right-side img {
        max-width: 100%
    }

    .button-send {
        cursor: pointer;
        background: -webkit-linear-gradient(left, #1e5799 0%,#295b85 0%,#1819e4 100%,#2989d8 100%,#207cca 100%);
        background: linear-gradient(to right, #1e5799 0%,#295b85 0%,#1819e4 100%,#7aa2ea 100%,#3d5060 100%);
        display: block;
        width: 200px;
        padding: 8px;
        border-radius: 10px;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        text-align: center;
    }


    .row3 {
        overflow: auto
    }

        .row3 > div {
            float: right;
            width: 33%;
            position: relative;
        }

    .left-to-right {
        direction: ltr
    }

    .continerShort {
        max-width: 500px;
        width: 100%;
        margin: auto;
        height: auto;
        text-align: center;
    }


    .continerPackage {
        max-width: 900px;
        width: 100%;
        margin: auto;
        height: auto;
        text-align: center;
    }

    /*footer*/
    footer {
        margin-top: 200px;
        min-height: 400px;
      
        clear: both;
        background-attachment: fixed;
        background-size: 100%;
        position: relative;
    }

        footer .continer div {
            width: 20%;
            float: right
        }

        footer > div {
            background: -webkit-linear-gradient(left, #1e5799 0%,#295b85 0%,#1819e4 100%,#2989d8 100%,#207cca 100%);
            background: linear-gradient(to right, #1e5799 0%,#295b85db 0%,#1819e4d9 100%,#7aa2eae6 100%,#3d506082 100%);
            min-height: 400px;
        }

        footer h4 {
            color: #fff;
            text-align: right
        }

    .Professional-articles {
        margin-top: 70px;
        clear: both;
        max-width: 700px;
    }

    .footer-contact div {
        width: 100% !important;
        color: #fff
    }



    /*animate footer*/
    .container {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    a {
        text-decoration: none;
    }

    h1.main, p.demos {
        -webkit-animation-delay: 18s;
        -moz-animation-delay: 18s;
        -ms-animation-delay: 18s;
        animation-delay: 18s;
    }

    .sp-container {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 9;
        background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
        background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
        background: -ms-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
        background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
        background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.59) 35%, rgba(0, 0, 0, 0.7));
    }

    .sp-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: 1000;
    }

    .sp-container h2 {
        position: absolute;
        top: 50%;
        line-height: 100px;
        height: 90px;
        margin-top: -50px;
        font-size: 90px;
        width: 100%;
        text-align: center;
        color: transparent;
        -webkit-animation: blurFadeInOut 3s ease-in backwards;
        -moz-animation: blurFadeInOut 3s ease-in backwards;
        -ms-animation: blurFadeInOut 3s ease-in backwards;
        animation: blurFadeInOut 3s ease-in backwards;
    }

        .sp-container h2.frame-1 {
            -webkit-animation-delay: 0s;
            -moz-animation-delay: 0s;
            -ms-animation-delay: 0s;
            animation-delay: 0s;
        }

        .sp-container h2.frame-2 {
            -webkit-animation-delay: 3s;
            -moz-animation-delay: 3s;
            -ms-animation-delay: 3s;
            animation-delay: 3s;
        }

        .sp-container h2.frame-3 {
            -webkit-animation-delay: 6s;
            -moz-animation-delay: 6s;
            -ms-animation-delay: 6s;
            animation-delay: 6s;
        }

        .sp-container h2.frame-4 {
            font-size: 200px;
            -webkit-animation-delay: 9s;
            -moz-animation-delay: 9s;
            -ms-animation-delay: 9s;
            animation-delay: 9s;
        }

        .sp-container h2.frame-5 {
            -webkit-animation: none;
            -moz-animation: none;
            -ms-animation: none;
            animation: none;
            color: transparent;
            text-shadow: 0px 0px 1px #fff;
        }

            .sp-container h2.frame-5 span {
                font-size: 70px;
                -webkit-animation: blurFadeIn 3s ease-in 12s backwards;
                -moz-animation: blurFadeIn 1s ease-in 12s backwards;
                -ms-animation: blurFadeIn 3s ease-in 12s backwards;
                animation: blurFadeIn 3s ease-in 12s backwards;
                color: transparent;
                text-shadow: 0px 0px 1px #fff;
            }

                .sp-container h2.frame-5 span:nth-child(2) {
                    -webkit-animation-delay: 13s;
                    -moz-animation-delay: 13s;
                    -ms-animation-delay: 13s;
                    animation-delay: 13s;
                }

                .sp-container h2.frame-5 span:nth-child(3) {
                    -webkit-animation-delay: 14s;
                    -moz-animation-delay: 14s;
                    -ms-animation-delay: 14s;
                    animation-delay: 14s;
                }

    .sp-globe {
        position: absolute;
        width: 282px;
        height: 273px;
        left: 50%;
        top: 50%;
        margin: -137px 0 0 -141px;
        /*background: transparent url() no-repeat top left;*/
        -webkit-animation: fadeInBack 3.6s linear 14s backwards;
        -moz-animation: fadeInBack 3.6s linear 14s backwards;
        -ms-animation: fadeInBack 3.6s linear 14s backwards;
        animation: fadeInBack 3.6s linear 14s backwards;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        opacity: 0.3;
        -webkit-transform: scale(5);
        -moz-transform: scale(5);
        -o-transform: scale(5);
        -ms-transform: scale(5);
        transform: scale(5);
    }

    .sp-circle-link {
        cursor: pointer;
        position: absolute;
        left: 50%;
        bottom: 100px;
        margin-left: -50px;
        text-align: center;
        line-height: 100px;
        width: 100px;
        height: 100px;
        background: #fff;
        color: #3f1616;
        font-size: 25px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: fadeInRotate 1s linear 16s backwards;
        -moz-animation: fadeInRotate 1s linear 16s backwards;
        -ms-animation: fadeInRotate 1s linear 16s backwards;
        animation: fadeInRotate 1s linear 16s backwards;
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }

        .sp-circle-link:hover {
            background: #85373b;
            color: #fff;
        }
    /**/

    @-webkit-keyframes blurFadeInOut {
        0% {
            opacity: 0;
            text-shadow: 0px 0px 40px #fff;
            -webkit-transform: scale(1.3);
        }

        20%, 75% {
            opacity: 1;
            text-shadow: 0px 0px 1px #fff;
            -webkit-transform: scale(1);
        }

        100% {
            opacity: 0;
            text-shadow: 0px 0px 50px #fff;
            -webkit-transform: scale(0);
        }
    }

    @-webkit-keyframes blurFadeIn {
        0% {
            opacity: 0;
            text-shadow: 0px 0px 40px #fff;
            -webkit-transform: scale(1.3);
        }

        50% {
            opacity: 0.5;
            text-shadow: 0px 0px 10px #fff;
            -webkit-transform: scale(1.1);
        }

        100% {
            opacity: 1;
            text-shadow: 0px 0px 1px #fff;
            -webkit-transform: scale(1);
        }
    }

    @-webkit-keyframes fadeInBack {
        0% {
            opacity: 0;
            -webkit-transform: scale(0);
        }

        50% {
            opacity: 0.4;
            -webkit-transform: scale(2);
        }

        100% {
            opacity: 0.2;
            -webkit-transform: scale(5);
        }
    }

    @-webkit-keyframes fadeInRotate {
        0% {
            opacity: 0;
            -webkit-transform: scale(0) rotate(360deg);
        }

        100% {
            opacity: 1;
            -webkit-transform: scale(1) rotate(0deg);
        }
    }
    /**/

    @-moz-keyframes blurFadeInOut {
        0% {
            opacity: 0;
            text-shadow: 0px 0px 40px #fff;
            -moz-transform: scale(1.3);
        }

        20%, 75% {
            opacity: 1;
            text-shadow: 0px 0px 1px #fff;
            -moz-transform: scale(1);
        }

        100% {
            opacity: 0;
            text-shadow: 0px 0px 50px #fff;
            -moz-transform: scale(0);
        }
    }

    @-moz-keyframes blurFadeIn {
        0% {
            opacity: 0;
            text-shadow: 0px 0px 40px #fff;
            -moz-transform: scale(1.3);
        }

        100% {
            opacity: 1;
            text-shadow: 0px 0px 1px #fff;
            -moz-transform: scale(1);
        }
    }

    @-moz-keyframes fadeInBack {
        0% {
            opacity: 0;
            -moz-transform: scale(0);
        }

        50% {
            opacity: 0.4;
            -moz-transform: scale(2);
        }

        100% {
            opacity: 0.2;
            -moz-transform: scale(5);
        }
    }

    @-moz-keyframes fadeInRotate {
        0% {
            opacity: 0;
            -moz-transform: scale(0) rotate(360deg);
        }

        100% {
            opacity: 1;
            -moz-transform: scale(1) rotate(0deg);
        }
    }
    /**/

    @keyframes blurFadeInOut {
        0% {
            opacity: 0;
            text-shadow: 0px 0px 40px #fff;
            transform: scale(1.3);
        }

        20%, 75% {
            opacity: 1;
            text-shadow: 0px 0px 1px #fff;
            transform: scale(1);
        }

        100% {
            opacity: 0;
            text-shadow: 0px 0px 50px #fff;
            transform: scale(0);
        }
    }

    @keyframes blurFadeIn {
        0% {
            opacity: 0;
            text-shadow: 0px 0px 40px #fff;
            transform: scale(1.3);
        }

        50% {
            opacity: 0.5;
            text-shadow: 0px 0px 10px #fff;
            transform: scale(1.1);
        }

        100% {
            opacity: 1;
            text-shadow: 0px 0px 1px #fff;
            transform: scale(1);
        }
    }

    @keyframes fadeInBack {
        0% {
            opacity: 0;
            transform: scale(0);
        }

        50% {
            opacity: 0.4;
            transform: scale(2);
        }

        100% {
            opacity: 0.2;
            transform: scale(5);
        }
    }

    @keyframes fadeInRotate {
        0% {
            opacity: 0;
            transform: scale(0) rotate(360deg);
        }

        100% {
            opacity: 1;
            transform: scale(1) rotate(0deg);
        }
    }



    /*campain*/
    .td-right {
        text-align: right;
        width: 40%
    }

    .td-head td {
        background: #1f35bc;
        color: #fff;
        font-size: 22px;
        padding-right: 10px;
        width: 20%;
    }

    .backgrounIMG {
        position: relative;
        background-attachment: fixed;
        background-size: 100%;
        height: 650px;
        background-position: center;
    }

    .Special-Title {
        position: absolute;
        bottom: 0px;
        background-color: rgba(255, 255, 255, 0.5215686274509804);
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(239, 242, 247));
        width: 100%;
    }

        .Special-Title h1 {
            margin: 2px;
            padding-right: 65px;
        }

    .max-text {
        max-width: 900px;
        margin: auto;
    }
    /*home*/
    .paddings {
        padding-right: 20px;
        padding-left: 20px;
    }

    footer a {
        color: #eee;
        display: block;
        text-align: right
    }


.menu-toggle{display:none}

@media screen and (max-width: 700px) {
    .mobile {
        display: block !important ;position: fixed;
        width: 100%;
        z-index: 999999;
        background: #fff
    }

    .mobile-open {
        fill: #757575;
        width: 45px;
        height: 45px;
        position: relative;
        top: 10px;
        right: 13px;
    }

    .logo {
        float: left;
        width: 75%;
    }

    .menu-toggle a {
        display: block;font-size:20px;;padding:10px;
    }

    .menu-toggle {margin-top:50px;
    padding-right: 50px;
    padding-top: 24px;
    background: #e8e8e8;
}
    main {
        padding-top: 50px !important;
    }
            .banner {
            padding: 20px;
        }
        nav.the-menu {
            display: none
        }

        .the-robot {
            max-width: 100%
        }

        .continer {
            max-width: 100%
        }

        .left-clock {
            width: 60%!important;
            float: left;
        }
        .clock{width:39%!important}
        h1 {
            font-size: 35px
        }

        h2 {
            font-size: 30px
        }
        h3{font-size:26px;}
       

        footer .continer {
            overflow: auto
        }
      

        footer .continer div, .col-5, .FullContent, .col-50 {
            width: 100% !important;
            max-width: 100%;
            display: block!important;
        }
        footer > div {
            padding-right: 50px;
        }
        .Professional-articles {
            max-height: 100%;
            width: 100%;
            max-width:100%;
        }
        .sp-container h2.frame-5 span, .sp-container h2 {
            font-size: 30px;
            height: 30px
        }
            .sp-container h2.frame-4 {
                font-size: 40px;
                height: 40px
            }
    .footer-contact {
        text-align: right;
    }
    }
    
    
    
    
@media screen and (max-width: 450px) {
    .logo a > span, .logo span {
        font-size: 30px;
    }
}
.news {
    color: #1e2fc5
}