body{
    direction: rtl;
    text-align:right;
    font-family: vazir;

#popup-window {
  position: fixed;
  width: 300px;
  height: 200px;
  background: white;
  border: 1px solid black;
  padding: 10px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
}        
::selection{
    background-color: #0D47A1;
    color: #fff;
}
*{
    padding: 0;
    margin: 0;
}
.namad {
	position: fixed;
	bottom: 1px;
	left: 5px;
	z-index: 44;
	cursor: pointer;
}
.namad img:hover {
    opacity: 1;
    width: 129px;
}
.bg-gradient{
    background: rgb(49,27,146);
    background: linear-gradient(122deg, rgba(49,27,146,1) 0%, rgba(13,71,161,1) 100%);
}
.bg-gradeint2{
    background: rgb(13,71,161);
    background: linear-gradient(122deg, rgba(13,71,161,1) 0%, rgba(0,96,100,1) 100%); 
}
.tagline{
    font-weight: 200;
}
.font-icon-size{
    font-size: 35px;
}
.text-blue{
    color: #0D47A1;
}
.line-height{
    line-height: 1.9rem;
}
h4{
    color: #0D47A1;
    font-weight: 300;
}
.max-width1{
    max-width:800px;
}
/* nav */
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
    padding: .5rem .75rem;
    border-radius: 5px;
    transition: all .3s ease;
}
.navbar-dark .navbar-nav .nav-link:hover{
    background-color: #0D47A1;
    color: #fff;
}

.nav-menu {
    padding: .5rem 0;
    transition: all .3s ease;
}
.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
    background: rgb(49,27,146);
    background: linear-gradient(122deg, rgba(49,27,146,1) 0%, rgba(13,71,161,1) 100%); 
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); 
}
.nav-menu.is-scrolling {
    padding: 0;
}

/* header */
#home{
    padding: 100px 0 0;
    text-align: center;
    color: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 80%, 50% 95%, 0 80%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 50% 95%, 0 80%, 0 0);
}
.domains{
    position: relative;
    margin: 2rem 0;
}
.btn-search-icon{
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #0D47A1 url(images/seach-icon.png) no-repeat center center;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 9px;
    transition: all .4s;
    z-index: 1;
}
.highlightTextarea {
    position: relative;
}
.highlightTextarea input {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    resize: none;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.domain {
    background: #f5f7fc!important;
    text-align: center;
    width: 100%;
    border-radius: 30px;
    height: 50px;
    color: #61646c;
    border: 2px solid #fff;
    transition: all .3s;
}

.particles-js-canvas-el {
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;right: 0;left: 0;
}

/* wrap 1 */
#wrap1{
  margin-top: -40px; 
}
#card-deck .card{
    transition: all .3s ease;
}
#card-deck .card:hover{
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.2); 
    transform: scale(1.02);
}

/* wrap 2 */
#wrap3{
    background: transparent url(images/server2.jpg) no-repeat center top fixed;
    background-size: cover;
}

/* wrap 3 */
.size-icon-tabs{
   width: 15%;
   height: 15%; 
}
.nav-tabs{
    padding-right: 0;
}
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link:focus{
    border-radius: 80px;
    border: none;
    font-size: 19px;
    color: #000;
}
.nav-tabs .nav-link.active{
    background: linear-gradient(122deg, rgba(49,27,146,1) 0%, rgba(13,71,161,1) 100%); 
    color: #fff;
}
@media (max-width:769px){
    .nav-tabs .nav-item .nav-link{
        font-size: 13px;
    }
}
@media (max-width:992px){
    .tab-content{
        text-align: center;
    }
    .tab-content img{
        margin: auto;
    }
}

/* wrap 4 */
.btn-danger {
    background-color: #D81B60;
    border-color: #D81B60;
    border-radius: 50px;
    padding: 5px 20px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3); 
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active{
    background-color: #C2185B !important;
    border-color: #C2185B !important;
}

/* comments */
.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 20px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0,0,0,0.07);       
}
.comment-single{
 text-align: center;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: .5;
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.owl-next {
    right: 0;
}

.owl-prev {
    left: 0;
}
.owl-theme .owl-dots {
    margin-top: 60px;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
    margin : 0 7px;
    outline: none;
}

.owl-theme .owl-dots .owl-dot:hover {
    background: #ff487e;    
}

.owl-theme .owl-dots .owl-dot.active {
    box-shadow: 0px 9px 32px 0px rgba(0,0,0,0.07);       
    background: #ff487e;    
}

/****************** Contact us ***************/
#contact {
    padding: 10px 0;
}
#contact .contact-info {
    text-align: center;
}
.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    position: relative;
    padding-bottom: 20px;
}
#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    color: #0D47A1;
}
#contact .contact-info h3 {
    font-size: 18px;
    margin: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
}

@media (min-width: 768px){
    #contact .contact-email {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}
@media (min-width: 768px){
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        margin-bottom: 20px;
    }
}

/* Popup container */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
/////*****typed.js*****////


		#ityped {
		    font-size: 4rem;
		    color: rgb(221, 30, 30);
		}
        
		.ityped-cursor {
		    font-size: 1rem;
		    opacity: 1;
		    -webkit-animation: blink 0.3s infinite;
		    -moz-animation: blink 0.3s infinite;
		    animation: blink 0.3s infinite;
		    animation-direction: alternate;
		}

		@keyframes blink {
		    100% {
		        opacity: 0;
		    }
		}

		@-webkit-keyframes blink {
		    100% {
		        opacity: 0;
		    }
		}

		@-moz-keyframes blink {
		    100% {
		        opacity: 0;
		    }
		}

/////*****End typed.js*****////
