/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
body{
	direction:rtl;
}
body,h1,h2,h3,h4,h5,h6,p,div,a,li,ul,section#header .logo-text{
	font-family:VahabOnline;
}
section#header .logo-text{
	font-weight: 700;
	font-size: 29px;
}
.panel-sidebar .panel-title{
	font-family:VahabOnline;
	font-weight:bold;
}
.h1, h1 {
    font-size: 25px;
}
.h2, h2 {
    font-size: 22px;
}
.h3, h3 {
    font-size: 19px;
}
.h4, h4 {
    font-size: 17px;
}
.h5, h5 {
    font-size: 15px;
}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
    right: unset !important;
    left: 8px !important;
}
a {
    color: unset !important;
}
a,
body,
button,
input,
select,
textarea {
    font-family: unset !important;
}
.listtable{
	width:100% !important;
}
.footer-nav-wrapper .navigation ul li a {
    color: #fff !important;
}
































/* ====== start header-top style ====== */
.header-top {
    height: 60px;
    background-color: #1a428e;
    color: #fff;
}
.header-top .language-btn .dropdown-item{
	color:#333 !important;
}
.header-top .language-btn .dropdown-item:hover{
	background:unset !important;
	text-decoration:none !important;
}
.header-top > .container,
.header-top > .container > .row,
header > .container,
header > .container > .row,
.footer-nav-wrapper > .container,
.footer-nav-wrapper > .container > .row {
    height: 100%;
}

.ckl-icon-txt {
    display: inline-block;
}

.ckl-icon-txt i {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #2f5498;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    margin-left: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ckl-icon-txt:first-child {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #2f5498;
}

.txt-link {
	position: relative;
	display: inline-block;
	font-size: 14px;
}

.txt-link:hover {
    opacity: .8;
}

.txt-link::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    bottom: 3px;
    left: 0;
    opacity: .8;
    background-color: #fff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.txt-link:hover::after {
    width: 100%;
    left: auto;
    right: 0;
}

.header-top-links {
	text-align: left;
}

.header-top-links span {
	margin: 0 15px;
	opacity: .6;
}

.language-btn {
    display: inline-block;
}

.language-btn button {
	border: 0;
	color: #fff;
	font-size: 14px;
	background-color: transparent;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.language-btn.show button {
    opacity: .6;
}

.language-btn .dropdown-menu {
    min-width: auto;
    padding: 4px 0;
    margin-top: 10px;
}

.language-btn .dropdown-item {
	padding: 1px 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	background-color: #1a428e;
}









/* ====== start header-navigation style ====== */
header {
	height: 90px;
	background-color: #fff;
}

.logo img {
	height: 25px;
}

header .navigation {
    text-align: left;
}

.navigation ul li {
    display: inline-block;
}

.navigation ul li a {
	padding: 0 10px;
	color: #262934;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .015em;
}

.navigation ul li a.active,
.navigation ul li a:hover {
    opacity: .5;
}

.navigation ul li:first-child a {
    padding-right: 0;
}

.navigation ul li:last-child a {
    padding-left: 0;
}

.navigation-show {
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.navigation-show,
.navigation-close {
	font-size: 24px;
    cursor: pointer;
    display: none;
    line-height: 1;
    color: #262934;
}

/* ====== start hero-wrapper style ====== */
.hero-wrapper {
    background: #2d2db7;
    background: linear-gradient(-90deg, rgba(45,45,183,1) 0%, rgba(0,0,121,1) 100%);
    padding: 115px 0 0;
	color: #fff;
}

.hero-wrapper-02 {
    padding-top: 150px;
    padding-bottom: 220px;
}

.hero-wrapper-02.overlay::after {
    background: #2d2db7;
    background: linear-gradient(90deg, rgba(45,45,183,1) 0%, rgba(0,0,121,1) 100%);
}

.hero-info {
	line-height: 1;
}

.hero-info h2 {
	font-size: 54px;
    font-weight: 500;
    margin-top: -7px;
}

.hero-info p {
	margin-top: 30px;
	margin-bottom: 40px;
	line-height: 1.65;
}

.hero-img img {
    max-height: 550px;
}

.breadcrumb-wrap i {
	margin-left: 8px;
}

.breadcrumb-wrap a {
	margin-left: 10px;
}

.breadcrumb-wrap a:hover {
    opacity: .5;
}



/* ====== start footer-nav style ====== */
.footer-nav-wrapper {
    height: 90px;
    background-image: linear-gradient(-90deg, #2d2bb5 0%, #2169d5 100%);
}

.footer-nav-wrapper .navigation ul li a {
	color: #fff;
}

.footer-nav-wrapper .go-top {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.015em;
}

.footer-nav-wrapper .go-top a {
    display: inline-block;
}

.footer-nav-wrapper .go-top i {
    display: inline-block;
    height: 35px;
    width: 35px;
    text-align: center;
    border: 1px solid #658bdc;
    line-height: 35px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.footer-nav-wrapper .go-top a:hover i {
    background-color: #fff;
    border-color: #fff;
    color: #262934;
}

/* ====== start footer-wrapper style ====== */
.footer-wrapper {
	padding: 80px 0;
	background:#fff;
}

.footer-heading {
	font-size: 20px;
	font-weight: 500;
	color: #292828;
	margin-bottom: 25px;
}

.footer-info-box .txt-link {
	font-size: 16px;
}

.footer-bottom .txt-link,
.footer-info-box .txt-link:hover {
    color: #07bf6f;
}

.footer-bottom .txt-link::after,
.footer-info-box .txt-link::after {
	opacity: 1;
	background-color: #07bf6f;
}
.footer-links{
	list-style:none;
    padding:0px;
}
.footer-links li {
    margin-bottom: 10px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-form input {
	height: 50px;
	border: 1px solid #e9e9e9;
	padding: 0 20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 0;
	width: calc(100% - 60px);
}

.footer-form button {
    height: 50px;
    border: 0;
    width: 56px;
    margin-right: -3px;
    background-color: #07bf6f;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.footer-form button:hover {
    background-color: #069758;
}

.socials li {
    display: inline-block;
    margin: 0 6px;
}

.socials li:first-child {
    margin-right: 0;
}

.socials li:last-child {
    margin-left: 0;
}

.socials li a {
	color: #545252;
	display: block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #ddd;
	border-radius: 50%;
}

.socials li a:hover {
    background-color: #07bf6f;
    color: #fff;
    border-color: transparent;
}

.footer-bottom .txt-link::after {
    width: 100%;
}

.footer-bottom {
	padding: 25px 0;
	background-color: #f2f7fb;
	color: #262934;
}
.ma-fs-hd{
	font-size:23px !important;
}

.footer-info-box .txt-link {
    font-size: 16px !important;
}
.txt-link {
    position: relative;
    display: inline-block;
    font-size: 14px !important;
}
.footer-info-box{
	font-size: 16px !important;
    color:#656872 !important;
}
body{
	font-weight: 300 !important;
}
.footer-bottom .txt-link, .footer-info-box .txt-link:hover {
    color: #07bf6f !important;
}

.language-btn .dropdown-item {
	padding: 1px 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff !important;
	background-color: #1a428e !important;
}








.dataTables_wrapper .dataTables_info {
    background-color: #1A428E;
}
.panel-sidebar a.list-group-item.active, .panel-sidebar a.list-group-item.active:focus, .panel-sidebar a.list-group-item.active:hover {
    background-color: #1A428E;
	border-color: #1A428E;
	color:#fff !important;
}
.btn-success,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #1A428E;
	border-color: #1A428E;
	color:#fff !important;
}




.panel ,
.md-editor,
.form-control,
.dataTables_length,
.panel-sidebar {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.11);
}
.listtable{
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.11);
	margin-bottom: 20px;
}












.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.navbar-main .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
    color: #fff !important;
}
.navbar-main {
    background-color: #1A428E;
}
.btn-primary {
    color: #fff;
	background-color:#1A428E;
	border-color:#1A428E;
}
.btn-primary:hover,
.btn-primary:focus{
	background-color:#1A428E;
	border-color:#1A428E;
}
.navbar-main li.account:hover,
.navbar-main li.account {
    background-color: #1A428E !important;
}
.navbar-main .navbar-nav > .active > a, .navbar-main .navbar-nav > .active > a:focus, .navbar-main .navbar-nav > .active > a:hover, .navbar-main .navbar-nav > .open > a, .navbar-main .navbar-nav > .open > a:focus, .navbar-main .navbar-nav > .open > a:hover, .navbar-main .navbar-nav > li > a:focus, .navbar-main .navbar-nav > li > a:hover {
    background-color: #1A428E !important;
}









/* ====== start process-wrapper style ====== */
.process-items.service-items .icon-box {
	background-color: transparent;
	padding: 0;
	padding-right: 50px;
	margin-top: 35px;
}

.process-items.service-items .icon-box .number-box {
	position: absolute;
	right: 0;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 32px;
	border: 4px double #ddd;
	font-weight: 500;
	color: #262934;
	font-size: 14px;
	background-color: #fff;
	top: -8px;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

/* ====== start pricing-wrapper style ====== */
.pricing-item {
    border-radius: 4px;
    box-shadow: 0 5px 15px #ddd;
    overflow: hidden;
    margin-top: 30px;
}

.pricing-head {
    padding: 25px;
    padding-bottom: 15px;
	background-color: #1a428e;
	position: relative;
	color: #fff;
	z-index: 1;
	margin-bottom: 50px;
}

.pricing-head::after {
	position: absolute;
	content: "";
	height: 50px;
	width: calc(100% + 50px);
	bottom: -13px;
	right: -25px;
	background: #1a428e;
	z-index: -1;
	transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}

.pricing-head h3 {
	font-size: 36px;
	font-weight: 500;
	margin-top: 5px;
}

.pricing-head h3 small {
    font-size: 18px;
}

.pricing-head img {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 70px;
	height: 70px;
}

.pricing-item:hover .pricing-head img {
    -webkit-animation:shake-top .8s cubic-bezier(.455,.03,.515,.955) both;
    animation:shake-top .8s cubic-bezier(.455,.03,.515,.955) both
}

 @-webkit-keyframes shake-top{0%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:50% 0;transform-origin:50% 0}10%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}20%,40%,60%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}30%,50%,70%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}80%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}90%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}}@keyframes shake-top{0%,100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:50% 0;transform-origin:50% 0}10%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}20%,40%,60%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}30%,50%,70%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}80%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}90%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}}

.pricing-body > div {
    display: flex !important;
	justify-content: space-between;
	padding: 10px 25px;
	border-bottom: 1px solid #eee;
}

.pricing-body.pricing-body-02 {
    margin-top: 35px;
}

.pricing-body.pricing-body-02 > div {
	padding: 7px 0px;
	border: 0;
}

.pricing-body.pricing-body-02 > div:last-child {
    padding-bottom: 0;
}

.hosting-item-lg .pricing-price {
	font-size: 24px;
	font-weight: 500;
	color: #262934;
	margin-top: 20px;
	display: inline-block;
}

.hosting-item-lg .pricing-price small {
    opacity: .7;
}

.pricing-item .dkost-btn.btn-border {
	border-color: #99b1ef;
}

.pricing-item .dkost-btn.btn-border {
	border-color: #99b1ef;
	color: #3464e0;
	padding: 0 25px;
	height: 45px;
	line-height: 45px;
	margin: 20px 0 15px;
	font-size: 13px;
}

.pricing-item .dkost-btn.btn-border:hover {
	border-color: transparent;
	color: #fff;
}
.vofs-23{
	font-size:23px !important;
}