/* 	Theme Name : Pasargad Web
	Author : Ali Jahani
	Author URL : https://alijahani.ir/
    Version : 1.4.6
    Created: 2018
*/
@font-face{font-family:'arj';src:url('/fonts/iranyekanweblight.ttf') format('truetype');
    font-display: swap;
    font-weight: 600;
}
/* ======== Global CSS Start ======== */
html {
	direction: rtl;
}

body {
	font-family: 'arj', sans-serif;
	font-weight: 600;
}
.ws-title span {
    font-family: 'arj', sans-serif;
}
.clear {
	clear: both;
}
.yalda {
    background: #f80000;
    padding: 3px 15px;
    border-radius: 30px;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	outline: 0 !important;
}
.vis-hidden {
	visibility: hidden;
}
::-webkit-input-placeholder {
 color: #959595;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}
:-ms-input-placeholder {
 color: #959595;
}
body {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	padding: 0;
	background:#f6f6f6;
}
p {
	padding: 0px;
	margin: 0px;
	font-weight: 400;
}
h1 {
	font-size: 46px;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 40px;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 34px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: 28px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}
h5 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}
h6 {
	font-size: 16px;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
article, aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section {
	display: block;
}
ol {
	padding-left: 20px;
	list-style-type: decimal;
}
.footer_logo a img {
    width: 225px;
    height: auto;
}
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.s_box img {
    width: 100px;
    height: 100px;
}
blockquote, 
q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
sup, 
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input, 
select {
	vertical-align:middle;
}
.display-inline-block {
	display: inline-block;
}
.mySlides img {
    width:100%;
}
.cloudli {
    margin-top: -24px;
}
.color-white {
	color: #FFF;
}
.color-grey {
	color: #666;
}
.color-dark-grey {
	color: #333;
}
.color-black {
	color: #000;
}
.color-white span {
    color: #fff !important;
}
.white-bg {
        background: #fff;
}
.background-grey {
	background-color: #f6f6f6;
}
.background-green {
    background-color: #00a8a5;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-22 {
	font-size: 22px;
}
.font-26 {
	font-size: 26px;
}
.font-32 {
	font-size: 32px;
}
.font-40 {
	font-size: 40px;
}
.font-60 {
	font-size: 60px;
}
.no_margin {
	margin: 0px;
}
.margin_auto {
	margin: 0px auto;
}
.margin_top_0 {
	margin-top: 0px;
}
.margin_top_20 {
	margin-top: 20px;
}
.margin_top_50 {
	margin-top: 50px;
}
.margin_tb_10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin_tb_20 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin_bottom_0 {
	margin-bottom: 0px;
}
.margin_bottom_20 {
	margin-bottom: 20px;
}
.margin_left_0 {
	margin-left: 0px;
}
.margin_left_20 {
	margin-left: 20px;
}
.margin_right_0 {
	margin-right: 0px;
}
.no_padding {
	padding: 0px;
}
.padding_20 {
	padding: 20px;
}
.padding_30 {
	padding: 30px;
}
.padding_40 {
	padding: 40px;
}
.padding_50 {
	padding: 50px;
}
.padding_top_0 {
	padding-top: 0px;
}
.padding_top_10 {
	padding-top: 10px;
}
.padding_top_20 {
	padding-top: 20px;
}
.padding_top_30 {
	padding-top: 30px;
}
.padding_tb_10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding_tb_20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding_tb_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding_tb_40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding_top_40 {
	padding-top: 40px;
}
.padding_top_50 {
	padding-top: 50px;
}
.padding_top_60 {
	padding-top: 60px;
}
.padding_top_100 {
	padding-top: 100px;
}
.padding_bottom_0 {
	padding-bottom: 0px;
}
.padding_bottom_100 {
	padding-bottom: 100px;
}
.padding_bottom_30 {
	padding-bottom: 30px;
}
.padding_bottom_15 {
	padding-bottom: 15px;
}
.padding_left_0 {
	padding-left: 0px;
}
.padding_right_0 {
	padding-right: 0px;
}
.padding_right_50 {
	padding-right: 50px;
}
.spacer {
	float: left;
	width: 100%;
	height: 30px;
}
.heading h1 {
	font-weight: 400;
}
.heading h1 span {
	font-weight: 700;
}
.heading p {
	font-weight: 400;
}
.heading p span {
	font-weight: 700;
}
.btn_primary {
	padding: 15px 30px;
	font-size: 15px;
	text-transform: uppercase;
	border: 0px;
	color: #FFF;
}
.btn_primary:hover {
	text-decoration: none;
	color: #FFF;
}
.btn_secondry {
	padding: 15px 30px;
	font-size: 15px;
	text-transform: uppercase;
	border: 0px;
	color: #FFF;
}
.btn_secondry:hover {
	text-decoration: none;
	color: #FFF;
}
.border-radius-5 {
	border-radius: 6px;
}
.border-radius-tb-left-5 {
	border-radius:5px 0px 0px 5px;
}
.border-radius-tb-right-5 {
	border-radius:0px 5px 5px 0px;
}
section, .footer {
	padding: 50px 0px;
}
.top_header {
	width:100%;
}
.top_header ul.top_menu {
	margin: 0;
	padding: 8px 0;
}
.top_header ul.top_menu li {
	font-size: 14px;
	display: inline-block;
	margin: 0 20px 0 0;
	color: #FFF;
}
.top_header ul.top_menu li a {
	color: #FFF;
}
.top_header ul.top_menu li i {
	color: #FFF;
	margin: 0 5px 0 0;
	font-size: 15px;
	position: relative;
	top: 1px;
}
.social_icon {
	text-align:right;
}
.social_icon ul {
	padding: 8px 0px 0px 0px;
	list-style: none;
	margin: 0px;
}
.social_icon ul li {
	margin:0px 3px;
	display: inline-block;
	font-size:12px;
}
.social_icon ul li:hover {
	animation-name: fade;
    animation-duration: 0.5s;
}
.social_icon ul li a {
    color: #fff;
    background-color: #333333;
    width: 22px;
    font-size: 15px;
    padding: 2px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    vertical-align: middle;
    
}
.social_icon ul li.twitter a:hover {
	background-color:#55acee;
}
.social_icon ul li.linkedin a:hover {
	background-color: #0976b4;
}
.social_icon ul li.googleplus a:hover {
	background-color: #dd4b39;
}
.social_icon ul li.youtube a:hover {
	background-color: #b31217;
}
.social_icon ul li.facebook a:hover {
	background-color: #3b5998;
}
.top_link {
	margin-right: 20px;
}
.top_link ul {
	margin: 0;
	padding: 0;
}
.top_link ul li {
	float: right;
	padding: 8px 20px;
}
.top_link ul li a {
	color:#FFF;
	font-size: 15px;
}
.top_link ul li a:hover {
	text-decoration: none;
}
.top_link ul li.register {
	background: #e5e5e5;
}
.top_link ul li.register a {
	color:#000;
}

/* Top Menu CSS End */

/* Main Menu CSS Start */

.navbar-header {
	float:left;
}
#header .logo {
	float: left;
	position: relative;
	z-index: 1;
}
#header .navbar {
	margin: 0px;
text-align:right;
}
#header .navbar-default {
	border:0px;
	background:none;
}
#header .navbar-default #navbar-collapse-1 {
	position: relative;
	display: block;
}
#header .navbar-default #navbar-collapse-1 ul {
	list-style: none;
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
}
#header .navbar-default #navbar-collapse-1 ul a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#header .navbar-default #navbar-collapse-1 ul li {
	position: relative;
	float: right;
	margin: 0;
	padding: 0
}
#header .navbar-default #navbar-collapse-1 ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: 0;
	padding: 0;
	z-index: 99999;
}
#header .navbar-default #navbar-collapse-1 ul ul li {
	float: none;
	width: 230px;
}
#header .navbar-default #navbar-collapse-1 ul ul ul {
	top: 0;
	left: 100%;
	margin: 0px;
}
#header .navbar-default #navbar-collapse-1 ul ul {
	margin: 0px;
}
#header .navbar-default #navbar-collapse-1 ul ul ul:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: -10px;
	top: 0;
	opacity: 0; 
}
#header .navbar-default #navbar-collapse-1 ul ul:before {
	content: "123";
	position: absolute;
	width: 100%;
	height: 10px;
	top: -10px;
	opacity: 0;
}
#header .navbar-default #navbar-collapse-1 ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFF !important;
}
#header .navbar-default #navbar-collapse-1 ul li a:after, 
#header .navbar-default #navbar-collapse-1 ul ul li a:after {
	font-family: "FontAwesome";
}
#header .navbar-default #navbar-collapse-1 ul li a:after {
	content: '\f107';
	padding-right: 7px;
}
#header .navbar-default #navbar-collapse-1 ul ul li a:after {
	content: '\f105';
	position: absolute;
	right: 15px;
}
#header .navbar-default #navbar-collapse-1 ul li a:only-child:after {
	content: '';
	padding: 0;
}
#header .navbar-default #navbar-collapse-1 ul ul li a:only-child:after {
	content: '';
}
#header .navbar-default #navbar-collapse-1 ul ul {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
#header .navbar-default #navbar-collapse-1 ul ul li {
	border-bottom: 1px solid #e9e9e9;
}
#header .navbar-default #navbar-collapse-1 ul ul li:last-child {
	border-bottom: none;
}
#header .navbar-default #navbar-collapse-1 ul li:hover ul a, 
#header .navbar-default #navbar-collapse-1 ul ul a {
	line-height: 27px !important;
	padding: 10px 30px 10px 15px !important;
	color: #707070 !important;
}
#header .navbar-default #navbar-collapse-1 ul ul li:hover {
	background-color: #f2f2f2 !important;
}
#header .navbar-default #navbar-collapse-1 ul ul {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	transform: translate3d(0, 15px, 0);
}
#header .navbar-default #navbar-collapse-1 ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	border-radius: 3px !important;
}
.fixed-theme {
	background-color:#FFF;
	box-shadow: 0 0 5px rgba(0, 0, 0, .8);
	padding-right: 0;
	padding-left: 0;
	position: fixed;
	right: 0;
	left: 0;
	top:0px;
	z-index: 1030;
	transition: 0.8s;
	-webkit-transition:  0.8s;
}
.slider {
	float:left;
	width:100%;
	clear:both;
}
.bs-slider {
	overflow: hidden;
	max-height: 700px;
	position: relative;
	background: #000000;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img, 
.bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover, 
.control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
 left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
 right: 45%;
}

/*---------- SLIDE CAPTION ----------*/

.slide-text {
	left: 0;
	top: 25%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: right;
	padding: 10px 85px;
	text-align:right;
}
.slide-text > h1 {
	padding: 0;
	color: #ffffff;
	font-size: 72px;
	font-style: normal;
	line-height: 84px;
	margin-bottom: 30px;
	letter-spacing: 1px;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.slide-text > p {
	padding: 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
 @media (max-width: 991px) {
 .slide-text h1 {
     font-size: 40px;
     line-height: 50px;
     margin-bottom: 20px;
 }
 .slide-text > p {
     font-size: 18px;
 }
}
 @media (max-width: 768px) {
 .slide-text {
     padding: 10px 50px;
 }
 .slide-text h1 {
     font-size: 30px;
     line-height: 40px;
     margin-bottom: 10px;
 }
 .slide-text > p {
     font-size: 14px;
     line-height: 20px;
     margin-bottom: 20px;
 }
 .control-round .carousel-control {
     display: none;
 }
}
@media (max-width: 480px) {
 .slide-text {
     padding: 10px 30px;
 }
 .slide-text h1 {
     font-size: 20px;
     line-height: 25px;
     margin-bottom: 5px;
 }
 .slide-text > p {
     font-size: 12px;
     line-height: 18px;
     margin-bottom: 10px;
 }
 .slide-text > a.btn-default, 
 .slide-text > a.btn-primary {
     font-size: 10px;
     line-height: 10px;
     margin-right: 10px;
     text-align: center;
     padding: 10px 15px;
 }
 .indicators-line > .carousel-indicators {
     display: none;
 }
}

/* ========== Slider CSS Close  ========== */


/* ========== Home Domain CSS Start  ========== */

.domain_search {
	width: 100%;
	float: right;
	    padding: 0;
}
.domain_search .search_d {
	width: 80%;
	margin: 0 auto;
}
.domain_search .search_d .search_box {
	float: right;
	width: 75%;
	color: #a29f9f;
	font-size: 16px;
	border-width:1px;
	border-style:solid;
	padding: 17px 10px 17px 0px;
	text-align:right;
}
.domain_search .search_d .search_button {
	float: right;
	width: 25%;
	padding: 15px 0;
	font-size: 20px;
}
.domain_search ul.promo_list {
	padding: 20px 0 0 0;
	margin: 0;
	text-align: center;
}
.domain_search ul.promo_list li {
	list-style: none;
	display: inline;
	padding: 0px 15px;
	color: #1f1f1f;
	font-size: 16px;
	border-right: 1px solid #666;
}
.domain_search ul.promo_list li:first-child {
	border-right: 0px;
}
.domain_search ul.promo_list li span {
	font-size: 20px;
}
.service_box {
	display:inline-block;
	width: 100%;
    /*background: linear-gradient(to top, #00a8a5 0%, #00a8a5eb 44%, #fff 40%, #fff 100%);*/
        background: url(/plan1.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.why_choose {
	width: 100%;
}
.best_services {
	position:relative;
}
.best_services .container .row:before {
	background: url("../images/best-services.png") center center no-repeat;
	width: 500px;
	height: 270px;
	position: absolute;
	top: 15%;
	left: 5%;
	background-size: contain;
}

.call_back {
	position:relative;
}
.call_back_form input[type="text"], 
.call_back_form textarea {
	width: 100%;
	border:0px;
	padding: 10px 7px 10px 0px;
	resize: none;
	text-align:right;
}
.call_back_form input[type="submit"] {
	width: 100%;
}
.newsletter {
	background:url(../images/newsletter.jpg) no-repeat fixed center center;
}
.newsletter .newsletter_text {
	width: 80%;
	border: 0px;
	float: right;
	text-align: right;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.newsletter .subscribe {
    padding: 21px 0px 19px;
    width: 20%;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pricing_table {
	display:inline-block;
	width: 100%;
}
.pricing_table .pricing_box {
	border: solid #eee 1px;
	text-align: center;
}
.pricing_table .pricing_box span {
	display: inline-block;
	font-size: 20px;
	padding: 15px 20px;
	position: relative;
	text-transform: uppercase;
	min-width: 65%;
	margin: 30px 0;
	color: #ffffff;
}
.pricing_table .pricing_box .title:after {
	top: 100%;
	left: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 15px 15px 0 0;
	margin-left: 0px;
}
.pricing_table .pricing_box .pricing {
	color: #323232;
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	padding: 20px 0px;
	text-align: center;
	background: #EEE;
}
.pricing_table .pricing_box .pricing small {
	font-size: 14px;
}
.pricing_table .pricing_box .pricing strong.cut_price {
	color: #949494;
	display: block;
	font-size: 24px;
	text-decoration: line-through;
	font-weight: 400;
}
.pricing_table .pricing_box .pricing strong.cut_price small {
	font-size: 12px;
}
.pricing_table .pricing_box ul li {
	border-bottom: 1px dashed #cdcdcd;
	list-style: none;
	padding: 18px 0;
}
.pricing_table .pricing_box select {
	border: 1px solid #CCC;
	padding: 10px;
	width: 85%;
}
.pricing_table .pricing_box .order_now {
	display: block;
}
.pricing_table2 {
	display:inline-block;
	width: 100%;
}
.margin3 {
    display: inline-block;
    width: 100%;
    margin-top: -1%;
}
.pricing_table2 .pricing_box {
    border: 1px solid #00a8a5; 
	transition:background-color 0.3s ease;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.pricing_table2 .pricing_box:hover, 
.pricing_table2 .pricing_box.active {
	background-color: #212424;
	-webkit-box-shadow: 0px 0px 25px 0px #7d7d7d;
	-moz-box-shadow: 0px 0px 25px 0px #7d7d7d;
	box-shadow: 0px 0px 25px 0px #7d7d7d;
	transition: background-color 0.3s ease;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing_table2 .pricing_box h1 {
	font-weight: bold;
}
.pricing_table2 .pricing_box h1 small {
	font-size: 14px;
}
.pricing_table2 .pricing_box ul li {
	font-size: 14px;
	list-style: none;
	padding: 10px 0;
}
.pricing_table2 .pricing_box .order_now {
	display: block;
}
.pricing_table3 {
	display:inline-block;
	width: 100%;
}
.pricing_table3 .plan_box {
	margin-top: 42px;
	-webkit-box-shadow: 0px 0px 3px #DDD;
	-moz-box-shadow: 0px 0px 3px #DDD;
	box-shadow: 0px 0px 3px #DDD;
	background-color: #FFF;
}
.pricing_table3 .plan_box.most_popular {
	margin-top: 0px;
}
.pricing_table3 .plan_box .plan_intro {
	background-color: #666;
}
.pricing_table3 .plan_box .plan_intro .price small {
	font-size: 14px;
}
.pricing_table3 .plan_box ul li {
	list-style: none;
	padding: 10px 0;
}
.pricing_table3 .plan_box select {
	border: 1px solid #CCC;
	padding: 10px;
	width: 85%;
}
.pricing_table3 .plan_box .order_now {
	display: block;
}
.vps_plan .plan_title {
	background: #666;
}
.vps_plan .vps_plan_box {
	-webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
}
.vps_plan .vps_plan_box .plan_dec p {
	line-height: 48px;
}
.vps_plan .vps_plan_box .plan_dec p.plan_heading {
	font-weight: 600;
}
.our_services_main {
	width:100%;
}
.our_services_main .services_box {
	display: inline-block;
	transition:background-color 0.3s ease;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.our_services_main .services_box:hover {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	transition: background-color 0.3s ease;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.our_services_main .services_box .services_icon {
	border-radius: 50%;
	display: inline-table;
	height: 68px;
	margin: auto auto 26px;
	text-align: center;
	transition: all 0.2s linear 0s;
	width: 68px;
}
.our_services_main .services_box .services_icon span {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.our_services_main .services_box .services_icon span i {
	color:#FFF;
	font-size:30px;
}
.testimonial {
	background:url(../images/testimonial-bg.jpg) no-repeat fixed center center;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .item blockquote {
	border: 2px solid #FFF;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: -40px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #FFF;
	border: none;
}
#fade-quote-carousel blockquote {
	border: none;
}
#fade-quote-carousel .profile-circle {
	position: relative;
	top: -75px;
}
#fade-quote-carousel .profile-circle img {
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 2px solid #000;
}
.page_banner {
	background: url(../images/page-banner.jpg) no-repeat fixed top center;
}
.page_banner h1 strong {
	font-weight: 700;
}
.services_boxs {
	text-align: center;
	width: 100%;
	height: auto;
	background: transparent;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}
.services_boxs .sboxs {
	-webkit-perspective: 100px;
	-moz-perspective: 100px;
	-ms-perspective: 100px;
	perspective: 100px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
	-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
	-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
}
.services_boxs .sboxs_f, 
.services_boxs .sboxs_b {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.services_boxs .sboxs_f {
	-ms-transform: rotateY(0deg);
	z-index: 8;
	display: block;
	width: 100%;
	height: auto;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 70px 20px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
}
.services_boxs .sboxs_b {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.services_boxs:hover .sboxs {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.services_boxs:hover .sboxs_f {
	z-index: -1;
}
.services_boxs table td {
	border: 0;
	padding: 0;
	color: #FFF;
}
.services_boxs .sboxs_b table {
	height: 100%;
	width: 100%;
}
.right_icon_box {
	background: #FFF;
	display: block;
	position: relative;
	-webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
}
.icon_right {
	background-size: 100% 100%;
	background-position: center center;
	position: absolute;
	right: 30px;
	top: -30px;
	width: 70px;
	height: 70px;
	line-height: 75px;
}
.icon_right:after {
	content: '';
	border-top: 0px solid #fff;
	border-bottom: 10px solid transparent;
	border-left: 12px solid #fff;
	position: absolute;
	left: 29px;
	bottom: -10px;
}
.center_icon_box {
	background: #FFF;
	display: block;
	position: relative;
	-webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
}
.icon_center {
	background-size: 100% 100%;
	background-position: center center;
	position: absolute;
	left: 50%;
	top: -30px;
	width: 70px;
	height: 70px;
	line-height: 75px;
	margin-left: -35px;
}
.left_icon_box {
	position: relative;
	padding-right: 50px;
}
.left_icon_box .left_icon {
	position: absolute;
	right: 0px;
	top: 0px;
}
.our_staff .team_box ul.team_social li {
	margin:0px 3px;
	display: inline-block;
	font-size:12px;
}
.our_staff .team_box ul.team_social li a {
	color: #666;
	width:36px;
	display:inline-block;
	line-height:36px;
	text-align:center;
	background: #FFF;
}
.our_staff .team_box ul.team_social li a:hover {
	color: #FFF;
	background: #333;
}
.our_staff .team_box img {
	width: 150px;
	border-radius: 100%;
}
.our_staff .team_box {
	text-align: center;
	width: 100%;
	height: auto;
	background: transparent;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: relative;
}
.our_staff .team_box .sboxs {
	-webkit-perspective: 100px;
	-moz-perspective: 100px;
	-ms-perspective: 100px;
	perspective: 100px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
	-moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275) !important;
	-o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
	transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275)!important;
}
.our_staff .team_box .sboxs_f, 
.our_staff .team_box .sboxs_b {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.our_staff .team_box .sboxs_f {
	-ms-transform: rotateY(0deg);
	z-index: 8;
	display: block;
	width: 100%;
	height: auto;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	padding: 20px 20px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CCC;
	background: #EEE;
}
.our_staff .team_box .sboxs_b {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.our_staff .team_box:hover .sboxs {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.our_staff .team_box:hover .sboxs_f {
	z-index: -1;
}
.our_staff .team_box table td {
	border: 0;
	padding: 0;
	color: #FFF;
}
.our_staff .team_box .sboxs_b table {
	height: 100%;
	width: 100%;
}
.process {
	position:relative;
}
.process .process_next {
	width: 100%;
	height: 1px;
	top: 50px;
	position: absolute;
	left: 60%;
}
.process span {
	width: 100px;
	line-height: 100px;
	border-radius: 100%;
	display: inline-block;
}
.login_register_box {
	background: #FFF;
	display:inline-block;
	width:100%;
	-webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
}
.login_register_box input[type="text"], 
.login_register_box input[type="password"], 
.login_register_box select, 
.login_register_box textarea {
	width: 100%;
	border-bottom:1px solid #CCC;
	border-left:0px;
	border-top:0px;
	border-right:0px;
	padding: 10px 0px 10px 7px;
	resize: none;
	text-align:right;
}
.panel {
	transition: padding 0.5s;
	-moz-transition: padding 0.5s;
	-webkit-transition: padding 0.5s;
	-o-transition: padding 0.5s;
	-ms-transition:padding 0.5s;
}
.panel:hover {
	padding:10px;
}
.home_banner {
	background:url(../images/domain-search.jpg) no-repeat center center fixed;
}
.home_banner.home3_banner {
    background: url(../images/3.jpg) no-repeat;
    background-position: center;
    background-size: cover;
	/*background:url(../images/home-3.jpg) no-repeat center center fixed;*/
}
.home4_banner {
	background:url(../images/home-4.jpg) no-repeat center center fixed;
}
.domain_search_page {
	background:url(../images/domain-search-page.jpg) no-repeat center center fixed;
	background-size: cover;
}
.domain_transfer_page {
	background:url(../images/domain-transfer.jpg) no-repeat center center fixed;
}
.home_banner .search_box, 
.domain_search_page .search_box {
float: right;
    width: 75%;
    color: #a29f9f;
    font-size: 16px;
    padding: 18px 10px 18px 0px;
    border: 0px;
    text-align: right;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
.home_banner .search_button, 
.domain_search_page .search_button {
    float: right;
    width: 27%;
    padding: 15px 0;
    font-size: 20px;
    border-radius: 25px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    margin-right: -25px;
}
.home_banner .banner_search {
	background: rgba(255, 255, 255, 0.3);
	padding: 12px;
	display: inline-block;
	width: 100%;
	border-radius: 6px;
}
.home_banner ul.promo_list li strong {
	display: inline-block;
	background: #FFF;
}
.home_banner ul.promo_list li strong span, 
.domain_search_page ul.promo_list li span {
	width: 100%;
	display: inline-block
}
.domain_search_page ul.promo_list li {
	display: inline-block;
	border-right: 1px dotted #FFF;
}
.domain_search_page ul.promo_list li:first-child {
	border-right:0px;
}
.domain_transfer_page .search_box {
	float: right;
	width: 60%;
	color: #a29f9f;
	font-size: 16px;
	padding: 18px 10px 18px 0px;
	border:0;
	text-align:right;
}
.domain_transfer_page .select_box {
	float: right;
	width: 20%;
	color: #a29f9f;
	font-size: 14px;
	padding: 18px 10px 18px 0px;
	border-left:0px;
	border-bottom:0px;
	border-top:0px;
	border-right:1px solid #666;
	text-align:right;
}
.domain_transfer_page .search_button {
	float: right;
	width: 20%;
	padding: 15px 0;
	font-size: 20px;
}
.banner_form {
	background: #FFF;
}
.banner_form input[type="text"], 
.banner_form textarea {
	width: 100%;
	border-bottom:1px solid #CCC;
	border-left:0px;
	border-top:0px;
	border-right:0px;
	padding: 10px 0px 10px 7px;
	resize: none;
	text-align:right;
}
.footer {
	text-align:right;
	background:#212424;
}
.footer ul.footer_menu li {
	font-size: 15px;
	line-height: 20px;
	position: relative;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.footer ul.footer_menu li a {
	color: #fff;
}
.footer ul.footer_menu li a:hover {
	text-decoration: none;
}
.footer-bottom {
	width: 100%;
	border-top: 1px solid #00a8a5; 
    background: #212424;
}
.footer-bottom .payment_icon i {
	margin-left: 10px;
	cursor: pointer;
}

@media (min-width : 992px) and (max-width:1200px) {
}
 @media (min-width : 768px) and (max-width: 991px) {
	 
 h2 {
      font-size: 36px;
 }
 h4 {
      font-size: 22px;
 }
 h5 {
      font-size: 19px;
 }
 .top_header .top_link ul li {
     padding:8px 14px;
 }
 .home_banner ul.promo_list li strong {
     display: block;
     margin-bottom:20px;
 }
 .pricing_table .pricing_box span {
     font-size: 14px;
     padding: 12px 12px;
 }
 .pricing_table .pricing_box .pricing {
     font-size: 32px;
 }
 .pricing_table .pricing_box .pricing strong.cut_price {
     font-size: 20px;
 }
 .pricing_table .pricing_box ul li {
     padding: 15px 0;
     font-size: 13px;
 }
 .right_icon_box {
     padding:50px 20px 20px;
 }
 .domain_search .search_d .search_box {
     width:65%;
 }
 .domain_search .search_d .search_button {
     width:35%;
 }
 .domain_search_page ul.promo_list li {
     width:19%;
 }
 .newsletter {
     text-align:center;
 }
 .newsletter .newsletter_text, 
 .newsletter .subscribe {
     margin-top:30px;
 }
 ul.footer_menu, 
 .footerp {
     margin: 30px 0px;
}

}

 @media (min-width : 200px) and (max-width: 991px) {
	 
 section, 
 .footer {
     padding: 50px 0px;
 }
 .bottom_padding {
     padding-bottom:0px;
 }
 .bottom_padding_xs {
     padding-bottom:0px;
 }
 .heading.padding_bottom_100 {
     padding-bottom:50px;
 }
 .pricing_table .pricing_box, 
 .right_icon_box, .s_box, 
 .services_boxs, .process, 
 .our_staff .team_box, 
 .loginr_box {
     margin-bottom:50px;
 }
 .navbar-header {
     float:none;
 }
 .navbar-toggle {
     display:block;
 }
 #header .navbar-default #navbar-collapse-1 {
     display:none;
 }
 #header .navbar-default .navbar-collapse.collapse.in {
     display:block !important;
     position:absolute !important;
     z-index:999999;
 }
 #header .navbar-default #navbar-collapse-1 ul {
     background:#FFF;
 }
 #header .navbar-default #navbar-collapse-1 ul li {
     width:100%;
     border-bottom:1px solid #EEE;
 }
 #header .navbar-default #navbar-collapse-1 ul li ul {
     display:none;
 }
 #header .navbar-default #navbar-collapse-1 ul li:hover > ul {
     display:block;
     width:100%;
 }
 #header .navbar-default #navbar-collapse-1 ul ul ul {
     left:0px;
 }
 #header .navbar-default #navbar-collapse-1 ul ul li {
     width:100%;
 }
 .best_services .container .row::before {
     display:none;
 }
 .call_back {
     text-align:center;
 }
 .call_back_form {
     display:inline-block;
     margin-top:50px;
 }
 .vps_plan .vps_plan_box {
     -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
     -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
     box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.75);
}
 .vps_plan .vps_plan_box .plan_dec, 
 .vps_plan .vps_plan_box .plan_dec.background-grey {
     -webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
     -moz-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
     box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.75);
     margin-bottom:50px;
     background:#FFF;
 }
 .our_staff .row.margin_top_50 {
     margin-top:0px;
 }
 .center_icon_box {
     padding:30px 20px;
 }
 .process .process_next {
     display: none;
 }
 .home_banner.home3_banner h1{
	 padding-bottom:0px;
 }
 .best_services, 
 .call_back{
	 text-align:center;
 }
 
}

@media (min-width : 200px) and (max-width: 767px) {
	
 .font-60{
	 font-size:36px;
 }
 h1, 
 .font-40 {
     font-size:26px;
 }
 h2 {
     font-size:24px;
 }
 h3 {
     font-size:22px;
 }
 h4 {
     font-size:20px;
 }
 h5, .font-22 {
     font-size:18px;
 }
 h6 {
     font-size:16px;
 }
 .our_services_main .row.margin_top_50, 
 .service_box .row.margin_top_50 {
     margin-top:0px;
 }
 .pricing_table3 .plan_box, 
 .left_icon_box, 
 .our_services_main .services_box, 
 .center_icon_box{
	 margin:0px 0px 50px 0px;
 }
 .fixed-theme {
     position:relative;
 }
 .top_header ul.top_menu {
     text-align:center;
     display:none;
 }
 .top_header .social_icon {
     float:right !important;
     margin-top: 5px;
 }
 .navbar-default .navbar-toggle {
    background: #fff;
}
 .top_header .top_link {
     margin:0px;
 }
 .top_header .top_link ul li {
     padding: 8px 10px;
 }
 .top_header .social_icon ul {
     padding: 3px 0px 0px 0px;
 }
 .top_header .social_icon ul li {
     margin: 0px 0px;
 }
 ul.promo_list {
     display:none;
 }
 .home_banner .search_box, 
 .domain_search_page .search_box {
     width:100%;
     font-size:13px;
     border-radius: 0px;
 }
 .home_banner .search_button, 
 .domain_search_page .search_button {
     width:100%;
     border-radius: 0px;
 }
 .domain_search_page .search_button {
	 margin-top:20px;
 }
 .home_banner .btn_primary {
     margin-bottom:20px;
 }
 .home_banner .btn_secondry {
     margin:0px;
 }
 .partners img {
     margin: 0 auto;
     display: block;
 }
 .newsletter {
     text-align:center;
 }
 .newsletter .newsletter_text, 
 .newsletter .subscribe {
     width:50%;
     float:right;
     margin-top:30px;
 }
 .footer_logo.padding_top_60 {
     padding:0px;
 }
 ul.footer_menu, .footerp {
     margin-top:50px;
 }
 .domain_transfer_page .search_box, 
 .domain_transfer_page .select_box, 
 .domain_transfer_page .search_button, 
 .domain_search .search_d .search_box, 
 .domain_search .search_d .search_button{
	 width:100%;
 }
 .domain_transfer_page .select_box{
	 border:1px solid #CCC; margin:20px 0px;
 }
 .home4_banner{
	 text-align:center;
 }
 .home4_banner h1{
	 padding-top:0px;
 }
 .home_banner.home3_banner .btn_primary {
	 margin-bottom:0px;
 }
 .home4_banner p{
	 padding-bottom:40px;
 }
 .footer, .footer-bottom, .slide-text, 
 .page_banner {
	 text-align:center;
 }
 .footer-bottom .payment_icon {
	 text-align:center; padding-top:20px;
 }
 .domain_search .search_d .search_button {
	 margin-top:20px;
 }
 
}
#header {
    background:#212424;
}
.hed {
    font-size: 20px;
}
.hoverboxtop {
    transition: all 0.3s ease-in-out;
    padding: 13px;
}
.hoverboxtop:hover {
    box-shadow: 1px 1px 20px #212424;
    padding: 13px;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.footerp {
    color: #fff;
    border-right: 1px dashed #00a8a5;
    padding: 0px 18px;
}
.copyrightalign {
    margin-top: 4px;
}
.footer_logo a img {
    width: 80%;
}
.ws_gestures {
    border-bottom:5px solid #01908e;
    padding: 0 !important;
    margin: 0 !important;
}
.about {
    border-right: 1px dashed #00a8a5;
    padding: 0px 18px;
}
.footer_menu {
    border-right: 1px dashed #00a8a5;
    padding: 0px 18px;
}
a {
    color: #00a8a5;
}
.footerp p i {
    vertical-align: middle;
}
.social_icon.pull-right ul li a i {
    vertical-align: middle;
}
.color-grey li {
    border: 1px dashed #212424;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
}
.color-grey li:hover {
    background:#00a8a5;
    color:#fff;
    transition: all 0.2s ease-in-out;
}
.color-white li {
    border: 1px dashed #00a8a5;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
}
.color-white li:hover {
    background:#00a8a5;
    color:#fff;
    transition: all 0.2s ease-in-out;
}
.pricing_box:hover > .grayhover {
    color:#fff; 
    transition: all 0.3s ease-in-out;
} 
.pricing_box:hover > ul.grayhover li {
    border: 1px dashed #00a8a5;
    transition: all 0.3s ease-in-out;
}
.colorwhite1 {
    color:#fff;
    transition: all 0.3s ease-in-out;
} 
.s_box:hover > .colorwhite1 {
    color:#333;
    transition: all 0.3s ease-in-out;
}
.font-size36 {
    font-size:36px;
}
.font-size36 small {
    font-size: 50%;
}

.domain {
    padding: 50px 0;
    background: #01908e url(/domainbg.jpg); 
    color: #fff;
    text-align: center;
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.domain strong {
    font-size: 20px;
}
.domain p {
    padding: 10px 0;
}
.domain form {
    background: #fff;
    display: inline-block;
    padding: 5px 20px;
    min-width: 400px;
    margin-top: 20px;
        border-radius: 25px;
}
.domain input {
    border: 0;
    float: right;
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #000;
}
.domain input[type=submit] {
    width: 65px;
    float: left;
    cursor: pointer;
    color: #009693;
    background: none;
    text-align: center;
    font-size: 17px;
}
.domain input[type=submit]:hover {
    width: 65px;
    float: left;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 17px;
    background: #01908e;
    border-radius: 25px;
}
.domain ul {
    padding-top: 15px;
}
.domain li {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
}
.domain li p {
    font-weight: 500;
    font-size: 35px;
    direction: ltr;
}
.bgphoto {
    background:#00a8a5 url(/plan1.jpg);
    background-position: bottom;
    background-size: contain;
} 
.etebarat {
background: #00a8a5;
border-radius: 5px;
padding:0;
}
.etebarat img {
    width: 49% !important;
    padding: 0 !important;
}
.s_box h2 {
    font-size: 28px;
}
#scroll {
    position:fixed;
    left:15px;
    bottom:15px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#0aa89a;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#0aa89a;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
@media (min-width : 200px) and (max-width: 779px) {
	.partners {
    display: none;
}
.logo a img {
    float: right !important;
}
 .slide-text .btn_primary {
     display:none;
 }
 #header .navbar-default #navbar-collapse-1 ul a {
    color: #777 !important;
}
.home_banner .search_button, .domain_search_page .search_button {
    margin-right:0;
}
#header .logo {
    position: relative;
    float: none;
}
#wowslider-container1 .ws_images {
    height:auto !important;
}
.service_box {
    background: linear-gradient(to top, #00a8a5 0%, #00a8a5eb 44%, #fff 40%, #fff 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.domain form {
    min-width: 200px;
}
.domain input {
    width: 215px;
}
.etebarat img {
    width: auto !important;
    padding: 0 !important;
}
}

.mySlides {
    display: none
}
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  z-index: -1;
  padding: 4% 20%;
  background: #fff;
  min-height: 394px;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.dots {
    text-align:center;
        position: relative;
    display: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {
  background-color: #717171;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}
@-webkit-keyframes fade {
  from {opacity: 1} 
  to {opacity: 0.7}
}
@keyframes fade {
  from {opacity: 1} 
  to {opacity: 0.7}
}
#scroll {
    display:none;
}
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.fixedheader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    padding: 5px 0px;
    animation-name: fade;
    animation-duration: 0s;
}
.discount {
    color: #fff;
    font-size: 15px !important;
}
.topbar {
    background: #212424;
    width: 100%;
    height: 5px;
}
    .yaldatop {
        display:none;
    }
@media only screen and (max-width:900px) {
    .slideshow-container {
    padding: 4% 0%;
    min-height: 142px;
}
.yaldatop {
    display:block;
    color: #fff;
    background: #f44336;
    text-align: center;
}
.domain {
    background-repeat: repeat-y;
}
.logo a img {
    width: 60% !important;
}
}