@font-face {
    font-family: Vazir;
    src: url('../fonts/Vazir.eot');
    src: url('../fonts/Vazir.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vazir.woff') format('woff'),
    url('../fonts/Vazir.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2") format("woff2"),
    url("../fonts/fontawesome-webfont.woff") format("woff"),
    url("../fonts/fontawesome-webfont.ttf") format("truetype"),
    url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
}
body {
    font-family: Vazir;
    padding: 0;
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    background: #ffffff;
}
.row {
    margin: 0 !important;
    padding: 0 !important;
}
.container {
    padding: 0 !important;
}
img {
    max-width: 100% !important;
}
a {
    text-decoration: none !important;
}

nav {
    color: #000;
    background-color: #ffffff;
    background-color: rgba(0, 0, 0, 0) !important;
}
nav ul li{
    float: right;
}
nav .sidenav-trigger {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px;
}
nav a {
     color: #000 !important;
 }
 
@media only screen and (max-width: 767px) {
     .nav-wrapper img{ 
        width: 125px;
     }
}
@media only screen and (min-width: 601px) {
    nav.nav-extended .nav-wrapper {
        min-height: 85px !important;
    }
}
#nav-mobile{
    padding: 8px 30px !important;
}
.preloader {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #ffffffbf;
    z-index: 1000000;
}
.sk-circle {
    width: 100px;
    height: 65px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #821ee9 !important;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.custom-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
/* hazelcode-part-splitter */
.hazelcode-part-splitter {
    width: 100%;
    max-width: 100%;
    min-height: 105vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.hazelcode-part-splitter .col-md-6:first-child {
    position: relative;
    right: -35px;
    z-index: 1020;
}
.hazelcode-part-splitter .col-md-6:last-child {
    position: relative;
    left: -60px;
    z-index: 1019;
    transform: scale(0.8);
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all cubic-bezier(0.17, 0.93, 0.69, 0.93) 0.5s;
}
.hazelcode-part-splitter .col-md-6:last-child:hover {
    z-index: 1030;
    transform: scale(1.05);
}
/* End hazelcode-part-splitter */

/* hazelcode-part-programming */
.hazelcode-part-programming svg {
    width: 320px;
    height: 320px;
}
.hazelcode-part-programming path {
    fill: #ccc !important;
}
/* End hazelcode-part-programming */

.path-base-url {
    font-size: 12px;
}
.path-base-url span {
    display: none;
}
#inputPath1 {
    font-size: 10px;
    height: 15px;
}
#inputPath2 {
    font-size: 10px;
    height: 15px;
}
.collection .collection-item {
    border-bottom: 0 solid #e0e0e0;
}
.call-out {
    /*font-size: 16px;
    position: relative;
    top: -6px;
    left: 5px;*/
}
.preview-handler {

}
.preview-handler i {
    font-size: 20px;
    margin: 10px 2px;
    border: 1px solid #53af60;
    padding: 6px 18px;
    border-radius: 4px;
    cursor: pointer;
}
.preview-handler i.active {
    background: #53af60;
    color: #fff;
}
/*form styles*/
#msform {
    max-width: 100%;
    margin: 50px auto;
    text-align: center;
    position: relative;
}
#msform .input-field label {
    right: -5px;
    left: auto;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(214, 214, 214, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;

}
#msform fieldset:not(:first-of-type) {
    display: none;
}
/*#msform fieldset:not(:last-of-type) {
       display: none;
}*/


/*inputs*/
#msform input, #msform textarea {
}
#msform input, #msform textarea {
    font-family: inherit !important;
}
/*buttons*/
#msform .action-button {
    width: 100px;
    background: #27AE60;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    font-family: inherit;
}
#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
label .fa-question,
.fa-question {
    cursor: pointer;
    /* float: right; */
    margin: 2px 3px;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    padding: 4px 7px;
    border-radius: 25px;
    /* cursor: pointer; */
}
.closeAccordion {
    font-size: 24px;
    float: right;
    position: absolute;
    top: 12px;
    z-index: 10;
    right: -30px;
    color: #ffa5a5;
    cursor: pointer;
}
/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    width: 16.5%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #27AE60;
    color: white;
}
.mobile-preview {
    /*background: url('../images/notebook-computer.png');*/
    min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.mobile-preview img {
    width: 100%;
}
.mobile-preview .content {
    max-width: 100%;
    padding: 30px 25px;
    text-align: left;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 40px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 425px;
}
.mobile-preview .headline-1 {
    color: #0013ff;
}
.mobile-preview .headline-2 {
    color: #0013ff;
}
.mobile-preview .headline-3 {
    color: #0013ff;
}
.mobile-preview .ad {
    display: inline-block;
    float: left;
    width: 25px;
    height: 20px;
    border: 1px solid green;
    padding: 1px 2px;
    border-radius: 4px;
    box-shadow: 1px 2px 0 rgba(16, 119, 31, 0.65);
    color: green;
}
.mobile-preview .site-url {
    margin: 0 8px;
    position: relative;
    top: 2px;
}
.mobile-preview .path-1 {
    display: inline-block;
}
.mobile-preview .path-2 {
    display: inline-block;
}
.mobile-preview .description {
    border-top: 1px solid #ccc;
    margin-top: 8px;
    display: block;
    padding: 8px 0;
}
.mobile-preview .site-link {
}
.mobile-preview .site-link span.desc-1 {
    display: block;
    font-size: 14px;
}
.mobile-preview .site-link span.desc-2 {
    display: block;
    font-size: 10px;
}
.mobile-preview .desktop-call-extension {
    visibility: hidden;
}
.desktop-preview .content {
    width: 100%;
    padding: 30px 25px;
    text-align: left;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.desktop-preview ul.site-link .collection-item {
    width: 50%;
    float: left;
    min-height: 65px;
}
.desktop-preview .desktop-call-extension {
    visibility: visible;
    color: #53af60;
}
.desktop-preview .call-extension-container {
    display: none;
}
.google-desktop {

}
.google-desktop .nav.desktop {
    display: none;
    background: url('../images/gd-nav.png');
    width: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.google-desktop p.desktop {
    position: absolute;
    top: 8px;
    left: 115px;
    font-size: 14px;
}
.google-desktop .nav.mobile {
    display: none;
    background: url(../images/gm-nav.png);
    width: 100%;
    height: 145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.google-desktop p.mobile {
    position: absolute;
    top: 50px;
    left: 15px;
    font-size: 14px;
}
#siteLink li.deactive {
    display: none;
}
#siteLink li {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    position: relative;
}
.download-button a {
    display: none;
    width: 100%;
    direction: rtl;
}
.progress {
    display: none;
}
#capture i {
    font-size: 11px;
    margin: 0 5px;
    position: relative;
    top: 3px;
    left: -3px;
}
.contact-info {
    display: inline-block;
    width: 100%;
    direction: rtl;
    text-align: justify;
    font-size: 14px;
    line-height: 25px;
}
.contact-info span {
    display: inline-block;
    direction: rtl;
    width: 100%;
}
.contact-info span b {
    display: inline-block;
    float: right;
    direction: ltr;
    text-align: right;
}
.remove-ads {
    position: absolute;
    right: 0;
    top: 25px;
}
.ads-time-instance {
    margin-bottom: 20px !important;
}
@media (max-width: 767px) {
    #inputKeywords {
        font-size: 12px;
    }
}

#preview.active{
    top:50px !important;
    position: fixed;
    max-width: 640px;
    top: 390px;
    height: calc(100vh - 160px);
    overflow: auto;
    overflow-x: hidden;
    z-index: 0;
}

#preview.reActive{
    position: static;
    max-width: auto;
    top: auto !important;
    height: auto !important;
    overflow: auto;
    z-index: 100;
}



#go-top {
    width: 48px;
    height: 48px;
    background-color: rgba(59, 128, 6, 0.82);
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    text-align: center;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    z-index: 1000000;
}
#go-top:hover {
  background-color: rgba(0, 0, 0, 0.24);
}
.showGoTop #go-top {
  visibility: visible;
  opacity: 1;
}














