﻿body {
}
 

#divSection0_place {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#divSection0_place h1 {
    color: yellow;
    text-align: justify;
    padding: 10px 20px;
    font-size: 13px;
}

}

#divSection0_place h2 {
    color: #fff;
}

#divSection0_LogoCan{
    position:relative; overflow:hidden;
    display:flex; align-items:center; justify-content:flex-start; width:100%;
}



#divSection0_LogoTitles {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    flex-grow: 1;
}
    #divSection0_LogoTitles h2 {
        display: flex;
        color: #d602e9;
        font-size: 30px;
        padding: 5px 5px;
        font-family: 'IRANSansWeb_Bold';
    }
    #divSection0_LogoTitles h3 {
        display: flex;
        color: #FFC107;
        font-size: 14px;
        padding: 5px 5px;
        font-family: 'IRANSansWeb_Bold';
    }


#aLogoCan_ {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 130px;
}

    #aLogoCan_ img {
        width: 100%;
    }


  /*  #aLogoCan_ img {
        -webkit-mask-image: linear-gradient(45deg,#fff 25%,rgb(247, 242, 4, 0.97) 50%,#fff 75%);
        mask-image: linear-gradient(45deg,#fff 25%,rgb(227, 246, 8, 0.25) 50%,#fff 75%);
        -webkit-mask-size: 800%;
        mask-size: 800%;
        -webkit-mask-position: 0;
        mask-position: 0;
    }

    #aLogoCan_ img:hover {
        transition: mask-position 2s ease,-webkit-mask-position 2s ease;
        -webkit-mask-position: 120%;
        mask-position: 120%;
        opacity: 1;
    }*/

#divSection0_can {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 32%;
    height: 100%;
    padding: 20px;
}

#divAdsTitleCan {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-top: 5px solid #cf06f9;
}

    #divAdsTitleCan h3 {
        color: #fff;
        padding: 10px;
        font-size: 18px;
        font-family: 'IRANSansWeb_Bold';
        text-align: justify;
    }

    #divAdsTitleCan p {
        color: #ddd;
        padding: 0px 10px 0 5px;
        font-size: 15px;
        text-align: justify;
    }

#divTriangle0 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 500px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 100px solid #9d0091;
}


#divChildIconsPlace{
    display:flex; align-items:center; justify-content:center;
    margin:30px 0 0 0;
}

    #divChildIconsPlace a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 23%;
        border: 1px dotted #cc9c0d;
        margin: 1%;
        padding: 5px;
        border-radius: 3px;
        opacity: 0.4;
        transition: 1s;
    }
        #divChildIconsPlace a img {
            
        }
        #divChildIconsPlace a:hover {
            opacity: 1;
            background-color:#9d0091;
             
        }
/*/////////////////////////////////////////////////////////////////////*/
#divSection2_place {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

#divSection2_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

#divSection2_info {
    padding: 35px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%;
}

    #divSection2_info h2 {
        font-weight: bold;
        font-size: 20px;
        color: yellow;
    }

    #divSection2_info > p {
        text-align: justify;
        font-size: 14px;
        color: #c1c1c1;
        padding: 25px 0px;
    }


#divSection2ChildsCan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.section2ChildItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px;
    border-bottom: 1px dotted #6e6c6c;
}

    .section2ChildItem img {
        height: 40px;
        margin: 0 0 0 0px;
    }

    .section2ChildItem h3 {
        color: #d7d7d7;
        font-size: 13px;
    }

#divTriangle2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 500px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid #FFC107;
}



.triangleForTitleCan2 {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 35%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .triangleForTitleCan2 h2 {
        color: #000;
        font-size: 1.5vw;
        padding: 0 20px 0 0px;
        font-family: 'IRANSansWeb_Bold';
    }

    .triangleForTitleCan2 span {
        font-size: 2.5vw;
    }


/*/////////////////////////////////////////////////////////////////////*/
#divMoneInfoForWebEngine {
    position: absolute;
    bottom: -90px;
    right: 0px;
    z-index: 999999;
}

.divMoreInfoPlace {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 70px 10px 0 0;
   
}
#aWebBuilderMoreInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9d0091;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
    #aWebBuilderMoreInfo span:first-child {
        margin: 0px 0px 0 20px;
        font-size: 30px;
    }
#aRobotMoreInfo {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9d0091;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
#aRobotYouTube {
    display:flex; align-items:center; justify-content:center;
    background-color: #9b034a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
#aRobotMoreInfo span:first-child {
    margin: 0px 0px 0 20px;
    font-size: 30px;
}

#aRobotYouTube span:first-child {
    margin: 0px 0px 0 20px;
    font-size: 30px;
}


#divSection1_place {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding: 20px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
}

#divSection1_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

#divSection1_info {
    padding: 35px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 50%; position:relative;
}


    #divSection1_info > p {
        text-align: justify;
        font-size: 14px;
        color: #c1c1c1;
        padding: 25px 0px;
    }

#divSection1ChildsCan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}



#divSection1ChildsPlace {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height:345px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.divSectionWebBuilderItemsCan
{
    height:100%;
}

#divSection1ChildsPlace > div {
    width: 50%;
}

#divSection1ChildsG1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; height:100%;
}

#divSection1ChildsG2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.section1ChildItemG1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px;
    border-bottom: 1px dotted #6e6c6c;
    height: 90px;
}

    .section1ChildItemG1 .aItemIconSq {
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(45deg);
    }

    .section1ChildItemG1 .section1ChildItemInfo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 70%;
        text-align: right;
        padding: 0 10px 0 0;
    }

        .section1ChildItemG1 .section1ChildItemInfo h3 {
            font-size: 13px;
            color: #fff;
            font-weight: bold;
            /*border-bottom: 2px solid yellow;*/
        }

        .section1ChildItemG1 .section1ChildItemInfo > p {
            font-size: 10px;
            color: #b7b7b7;
            padding: 2px;
        }



.section1ChildItemG2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 98%;
    padding: 5px;
    border-bottom: 1px dotted #6e6c6c;
    height: 90px;
}

    .section1ChildItemG2 .aItemIconSq {
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(45deg);
    }

    .section1ChildItemG2 .section1ChildItemInfo {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        width: 70%;
        text-align: left;
        padding: 0 0px 0 10px;
    }

        .section1ChildItemG2 .section1ChildItemInfo h3 {
            font-size: 13px;
            color: #fff;
            font-weight: bold;
            /*border-bottom: 2px solid yellow;*/
        }

        .section1ChildItemG2 .section1ChildItemInfo > p {
            font-size: 10px;
            color: #b7b7b7;
            padding: 2px;
        }

#divSection1ChildsCenter {
}

    #divSection1ChildsCenter img {
        width: 150px;
    }

.aItemIconSq span {
    color: #fff;
    font-size: 30px;
}

.aItemIconSq img {
    height: 32px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


#divTriangle1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-right: 500px solid transparent;
    border-left: 100px solid transparent;
    border-top: 100px solid #FFC107;
}

#divTriangle1D {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-right: 500px solid transparent;
    border-left: 100px solid transparent;
    border-bottom: 100px solid #9d0091;
}

.triangleForTitleCan {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 35%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .triangleForTitleCan h2 {
        color: #000;
        font-size: 1.5vw;
        padding: 0 0 0 20px;
        font-family: 'IRANSansWeb_Bold';
    }

    .triangleForTitleCan span {
        font-size: 2.5vw;
    }


 
/*/////////////////////////////////////////////////////////////////////*/
#divFooterIconPlace {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 50px;
}

.aFooterIconLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/media/img/frame5.png);
    margin: 2%;
}

    .aFooterIconLink img {
        width: 60px;
    }

#divSectionFooter_place {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#divLogoFooterPlace {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    #divLogoFooterPlace h3{
        color:#fff;
        font-size:10px;
    }
    #aFooterLogoCan_ {
    }

    #aFooterLogoCan_ img {
        height: 115px;
    }

#divCopyRightPlace {
    color: gray;
    font-size: 13px;
}

 
/*/////////////////////////////////////////////////////////////////////*/
#divSectionToolsPlace {
    position: relative;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 600px;
}

#divContentPlace1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%
}

    #divContentPlace1 .divItemCan {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1%;
        flex-direction: column;
        width: 14.5%;
        border: 1px dotted #939393;
        padding: 10px 0 5px 0
    }

    #divContentPlace1 .aContentPic {
        display: flex;
        align-items: center;
        justify-content: center
    }

        #divContentPlace1 .aContentPic img {
            height: 80px;
            filter: grayscale(100%);
            transition: 1s;
            opacity: .5
        }

            #divContentPlace1 .aContentPic img:hover {
            }

    #divContentPlace1 .divItemCan:hover {
        border: 1px dotted #fff
    }

        #divContentPlace1 .divItemCan:hover img {
            opacity: 1
        }



.sectionDivider {
    background-image: url(/media/img/divider/div1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    display: flex;
    height: 100px;
}


.aContentTitle h3 {
    color: #707070 !important;
    font-size: 13px;
}


#divTriangleTools {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 500px solid transparent;
    border-right: 666px solid transparent;
    border-top: 100px solid #9d0091;
}

.divTriangleToolsTitle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .divTriangleToolsTitle h2 {
        color: #000;
        font-size: 1.5vw;
        padding: 0 10px 0 10px;
        font-family: 'IRANSansWeb_Bold';
    }

    .divTriangleToolsTitle span {
        font-size: 2.5vw;
    }


 




/*/////////////////////////////////////////////////////////////////////*/
 
#divSectionPortfolio_place {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 700px;
    flex-direction: column;
    width: 100%;
}

#divPortfolioPlace {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99%;
    padding: 100px 0px;
    height: 100%;
}

#divPortfolioInner {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.aPortfolioItemCan {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    width: 100%;
    flex-direction: column;
}

    .aPortfolioItemCan img {
        max-height: 100%;
        max-height: 100%;
        filter: grayscale(100%);
        transition: 1s;
    }

        .aPortfolioItemCan img:hover {
            filter: grayscale(0%);
        }

.sectionDivider {
    background-image: url(/media/img/divider/div1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    display: flex;
    height: 100px;
}

    .sectionDivider h2 {
    }

.diamond {
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-bottom-color: #e7e7e7;
    position: relative;
    top: -30px;
}

    .diamond:after {
        content: '';
        position: absolute;
        left: -30px;
        top: 30px;
        width: 0;
        height: 0;
        border: 30px solid transparent;
        border-top-color: red;
    }

.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    display: inline-block;
    border-radius: 0% !important;
    rotate: 45deg;
    margin: 0 7px !important;
    background: #5c5c5c !important;
        opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-color: #FFC107 !important;
}

#divTrianglePortfolio {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 500px solid transparent;
    border-right: 666px solid transparent;
    border-top: 100px solid #9d0091;
}

.divTrianglePortfolioTitle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .divTrianglePortfolioTitle h2 {
        color: #000;
        font-size: 1.5vw;
        padding: 0 10px 0 10px;
        font-family: 'IRANSansWeb_Bold';
    }

    .divTrianglePortfolioTitle span {
        font-size: 2.5vw;
    }



#aCallMe {
    position: fixed;
    left: -13px;
    bottom: -19px;
   
}

#aCallMe img{
    width:80px;
}

     .myMobileNum {
        position: absolute;
        bottom:35px;
        left: 74px;
        display: none;
        color: #fff;
        background-color: #000;
        padding: 5px 10px;
        font-weight: bold;
        border-radius: 3px;
    }
    #aCallMe:hover .myMobileNum {
        display: block;
    }
    /*    ******************************************************************************************
*/
     


/*    ******************************************************************************************
*/

/*#divSection0_place {
    background: linear-gradient(132deg, #000000,#00ff00, #0000ff,#e60073,#ff0000,#ffffff);
  
    animation: BackgroundGradient 15s ease infinite;
}


@keyframes BackgroundGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}*/



/*#aLogoCan_ img {*/
/*    box-shadow: 2px 2px 2px #FFC107, 10px 1px 12px #FFC107, 2px 2px 10px #FFC107, 2px 2px 3px #FFC107, inset 2px 2px 10px #FFC107, inset 2px 2px 10px #FFC107, inset 2px 2px 10px #FFC107, inset 2px 2px 10px #FFC107;
*/   
/*border-radius: 29px;
    padding: 11px 19px;
    margin: 0 40px;
    animation: animate 3s linear infinite;
    text-shadow: 0 0 50px #FFC107, 0 0 100px #9d0091, 0 0 150px #9b034a, 0 0 200px #FFC107;
}

#aLogoCan_ img {
    animation-delay: 0.3s;
}

 

@keyframes animate {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(360deg);
    }
}*/

/*88888888888888888888888888888888888888888888888888888888888888888888888*/

/* Shine */
#divSection0_LogoCan:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 220px;
    position: absolute;
    z-index: 1;
    animation: slide 5s infinite;
    /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.3)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}