/*
Project      : Forserv : Best Hosting services
Version      : v1.0
Author       : HananHamdy
Support url  : https://themeforest.net/user/hananhamdy
Support email: hananhamdy92@gmail.com

=======-------

Table of content
 - Generall
 - Preloader
 - Header
 - Navbar
 - Banner
 - Services
 - Offers
 - Why Choose Us
 - News-Clients-Testimonials
 - Open Ticket
 - Footer
 - About Page
 - Assurance Page
 - Backup Servers Page
 - Contact Page
 - Features Plans
 - Blog Page
 - Single Post Page
 - Dedicate Server
 - Speacial Program Page
 - Team Page
*/


/* ======= Import CSS Files ======= */

@import url(bootstrap/bootstrap.min.css);

/*@import url(bootstrap/bootstrap-rtl.min.css);*/

@import url(slick/slick.css);
@import url(slick/slick-theme.css);
@import url(animate.min.css);

@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);

@import url(jquery.circliful.css);

/* ======= Fonts ======= */

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Cairo');

@font-face {
    src: url(../fonts/911Fonts.com_TahomaRegular__-_911fonts.com_fonts_ADPX.tt);
    font-family: 'font1';
}
/* ======= Generall Styles ======= */

html,
body {
    direction: rtl;
    font-family: Cairo, sans-serif;
    color: #24273a;
    font-size: 14px;
    background-color: #fff;
    line-height: 26px;
}

::-moz-selection {
    color: #fff;
    background: #48a899;
}

::selection {
    color: #fff;
    background: #48a899;
}

.gray-bg {
    background: #efefef;
}

.shadow-bg {
    box-shadow: 0px 2px 10px #f1f1f1;
}

.clear_ul {
    padding: 0;
    border: 0;
    list-style: none;
    margin: 0px;
}

.container {
    padding: 0;
}

ul {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
    padding: 0px;
    margin: 10px 0px;
}

h6 {
    transition: .5s;
    font-size: 16px;
    font-weight: bold;
    color: #24273a
}

p {
    font-family: Cairo, sans-serif;
    font-size: 16px;
    color: #6e6e6e;
    line-height: 30px;
}

a {
    color: #24273a;
    transition: .5s;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #48a899;
    outline: 0;
}

.opent {
    padding: 1px;
    background: #24273a;
    display: inline-block;
    border-radius: 50px;
    transition: .5s;
    width: 27%;
    min-width: 140px;
}

.opent:hover {
    background: #fff;
}

.htmlwebsite button {
    height: 50px;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    transition: .5s;
    background-color: transparent;
    border: 1px dashed #fff;
    font-size: 16px;
    font-weight: bold;
}

.htmlwebsite button:hover {
    outline: 0;
    border: 1px dashed #24273a;
    color: #24273a;
}

.htmlwebsite button:focus,
.htmlwebsite button:active {
    outline: 0;
    border: 1px dashed #48a899;
    color: #48a899;
}

.htmlwebsite .form-control {
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0px 0px;
    box-shadow: inset 0 0px 0px;
    height: 40px;
    border-radius: 50px;
}

.htmlwebsite .form-control:focus {
    outline: 0;
    border: none;
    box-shadow: inset 0 0px 0px;
}

.htmlwebsite .form-group:focus {
    outline: 0px;
}

.htmlwebsite .form-group {
    margin-bottom: 30px;
}

.htmlwebsite input[type=text],
.htmlwebsite input[type=email] {
    transition: .5s;
}

.htmlwebsite input[type=text]:focus,
.htmlwebsite input[type=email]:focus {
    background-color: #fff;
    border: 0px;
    box-shadow: 0px 0px 0px;
}

.htmlwebsite input[type=checkbox] {
    display: none;
}

.htmlwebsite input[type=checkbox]+label.check-label {
    padding-left: 25px;
    height: 18px;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    color: #fff;
    margin: 0px 15px 0px 15px;
}

.htmlwebsite label.check-label {
    background-image: url(../images/check-icon.png);
}

.htmlwebsite input[type=checkbox]:checked+label.check-label {
    background-position: 0 -18px;
}

.htmlwebsite textarea {
    resize: vertical;
}

.fa {
    font-size: 12px;
}

.color {
    color: #48a899 !important;
}

hr {
    height: 3px !important;
    margin: 0px;
    border: 0;
    border-radius: 15px;
    background-image: linear-gradient(to right, #24273a 0%, #24273a 50%, #48a899 50%, #48a899 100%);
    display: block;
    margin: 20px 0px;
}

.section-padding {
    padding: 50px 0px;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px !important;
}

.htmlwebsite .title {
    display: block;
    margin-bottom: 30px;
}

.htmlwebsite .title h3 {
    margin-bottom: 10px;
}

.htmlwebsite .title hr {
    margin: 20px auto 0px auto;
    width: 25%;
}


/*Preloader
==========================*/

#preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    margin-top: 0px;
    top: 0px;
    text-align: center;
}

#preloader p {
    position: absolute;
    top: 40%;
    left: 43%;
    font-weight: bold;
    color: #24273a;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
}

.preload-3 {
    position: relative;
}

.preload-3:before,
.preload-3:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.preload-3:before {
    background: #48a899;
    animation: preload-3-1 1.5s infinite ease-in-out;
}

.preload-3:after {
    background: #24273a;
    left: 22px;
    animation: preload-3-2 1.5s infinite ease-in-out;
}

@keyframes preload-3-1 {
    0%,
    100% {
        transform: translateX(0) rotate(0);
    }
    50% {
        transform: translateX(50px) scale(1.2) rotate(260deg);
        border-radius: 0;
    }
}

@keyframes preload-3-2 {
    0%,
    100% {
        transform: translateX(0) rotate(0);
    }
    50% {
        transform: translateX(-50px) scale(1.2) rotate(-260deg);
        border-radius: 0;
    }
}


/*Top Bar
==========================*/

 .tab-bar button{
 
}
.tab-bar{
    background-color: #222629;
    padding: 5px 0px !important;
        margin-bottom: 3px;
}
.tab-bar button span {
    margin: 0px 7px;
}
.tab-bar button:hover {
    background: #343a40;
    color: white;
    border: none;
    
    border-radius: 5px;
    transition: all .5s;
}

.link-bar {
    text-align: center;
    padding-top: 8px;
}
.link-bar a{
    color: white;
    background-color: #343a40;
    padding: 0px 9px;
    border-radius: 63px;
    height: 30px;
    width: 35px;
}
.link-bar a:hover {
    background-color: #2d3033;
    transition: all 5.s;
}
.bg{
    background: #48a899;
}
.nav li {
    margin: 0px 2px;
}
.nav a{
    color: rgb(165, 162, 162);
    
}
.nav a:hover{
    background: #48a899;
    color: white;
    transition: all .5s;
}
.bg a{
    color: white;
}
    


/*Header
==========================*/

header {
    box-shadow: 0px 2px 10px #F5F5F5;
    padding: 0px;
    background: #f6f6f6;
}

a.logo {
    margin-top: 30px;
}

a.logo img {
    margin: 0px;
    height: 55px;
    /*width: 50px;*/
    float: right;
    margin-left: 10px;
    padding-top: 0px;
}

a.logo h3 {
    font-size: 30px;
    display: inline-block;
    margin: 0px;
    margin-top: 10px;
}


/*Sign in Sign up Form*/

.modal {
    z-index: 9999;
}

.modal-dialog {
    max-width: 410px;
    margin: 40px auto;
}

.modal-dialog .close-btn {
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    top: 5px;
    right: 20px;
    color: #24273a;
    height: auto;
    width: auto;
    border: 0px;
    z-index: 1;
}

.modal-content {
    background-color: #fff;
    padding: 36px;
}

.modal-content .form-control {
    margin-bottom: 15px;
    border: 1px solid #e3e6e9;
    transition: .5s;
}

.modal-content .form-control:focus {
    outline: 0;
    border: 1px solid #48a899;
    box-shadow: inset 0 0px 0px;
}

.modal-content .opent {
    width: 100%;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9990;
    background-color: #24273a;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.login-btn,
.google-login,
.twitter-login,
.facebook-login {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
    padding: 10px 45px 10px 25px;
    color: #fff;
}

.login-btn>i,
.google-login>i,
.twitter-login>i,
.facebook-login>i {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -7px;
}

.google-login {
    background-color: #dd4b39;
}

.twitter-login {
    background-color: #55acee;
}

.facebook-login {
    background-color: #3b5998;
}

.google-login:hover,
.twitter-login:hover,
.facebook-login:hover {
    background-color: #48a899;
    color: #fff;
}


/*Navbar
==========================*/

/* nav {
    margin-top: 15px;
}

nav .navbar-collapse {
    padding: 0px;
}

nav ul.menu li {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: -4px;
    color:white;
    padding: 0px;
    
}

nav ul.menu li h5{
        border-bottom: .4px solid silver;
            padding: 10px 0px;
}

nav .menu a {
    padding: 15px 20px;
    display: block;
    text-align: center;
    font-weight: normal;
    color: #6e6e6e;
}

nav .menu a:hover {
    color: #48a899;
}

nav .menu a span.fa {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 20px;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    border-top: 2px solid #48a899;
    margin-top: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    padding: 0px 15px;
    text-align: right;
}

.dropdown-menu>li {
    margin: 15px 0px;
}

.dropdown-menu>li>a {
    text-align: right;
    padding: 0px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #48a899;
    background-color: #fff
}

.navbar-toggle {
    background: #48a899;
    width: auto;
}

.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
    background: #24273a;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    border: 2px solid #fff;
}

.dropdown.dropdown-big{
    position: inherit;
}

.big-dropdown {
    margin: 0px;
    max-height: auto;
    max-width: auto;
    text-align: center;
    z-index: 1000;
    padding: 0px;
    position: absolute;
    text-align: center;
    width: auto;
    left: 0;
    
    right: 0;
    border-top: 2px solid #48a899;
    margin-top: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    background: transparent;
    width: 800px;
}

.big-dropdown li {
    display: inline-block;
    padding: 30px;
    width: 20%;
    border-radius: 5px 5px;
    margin: 0px;
     background-color: #48a899;
    margin-right: -3px;
}

.big-dropdown li:hover {
    background :#388276;
    transition: all 1s;
}

.big-dropdown li a {
    text-align: center;
    color:white;
    padding: 10px;
}

.big-dropdown li a:hover {
    background: #2c655c;
    color:white;
}

.big-dropdown li a h4 {
    margin: 20px 0px 15px 0px;
    
}

.big-dropdown li a .details-button {
    border-radius: 5px;
    margin: 0 auto;
    max-width: 120px;
    padding: 5px 0px;
    text-align: center;
    background: #48a899;
    border: 1px solid white;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}

.big-dropdown li.info {
    display: none;
    padding: 10px 0px;
    width: 100%;
    margin: 0;
    background: #48a899;
    color: #fff;
}

.big-dropdown li.info a{
    color: #fff;
}

.big-dropdown li.info a:hover{
  background: transparent;
}

.big-dropdown li:last-child {
    border: none;
} */


/*Banner
==========================*/

#main-slider .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    top: 0;
    width: 100%;
    display: block !important;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

#main-slider .item img {
    margin: 0px;
}

#main-slider .carousel-content{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 150px;
}

#main-slider  h1 {
    font-size: 71px;
    line-height: 100px;
    font-weight: bold;
    color: #fff;
}

#main-slider h2 {
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 50px;
}

#main-slider .btn-slide {
    padding: 8px 20px;
    background: #48a899;
    color: #fff;
    border-radius: 4px;
}

#main-slider .btn-slide:last-child{
    background: #fff;
    color: #48a899;
}

#main-slider .owl-prev,
#main-slider .owl-next {
    position: absolute;
    top: 50%;
    background-color: #48a899;
    color: #fff;
    display: inline-block;
    margin-top: -25px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    z-index: 5;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
    background-color: #fff;
    color: #48a899;
}

#main-slider .owl-prev {
    left: 10px;
}

#main-slider .owl-next {
    right: 10px;
}

#main-slider .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

#banner, #page-banner {
    background-image: url(../images/slider/slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 350px;
    padding-top: 120px;
}

#banner p, #page-banner p{
    color: #fff;
}

/*Welcome
==========================*/
#welcome .title{
    margin: 0px;
}

#welcome .title h3{
    line-height: 45px;
}

#welcome .title hr{
    margin: 45px auto 30px auto;
}



/*Services
==========================*/

.service i {
    position: relative;
    overflow: hidden;
    display: block;
    width: 90px;
    height: 90px;
    font-size: 32px;
    line-height: 90px;
    text-align: center;
    margin: 0 auto 30px;
    border-radius: 50%;
    border: 2px solid #48a899;
    color: #48a899;
    transition: all 0.5s;
}

.service h6 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}

.service:hover h6 {
    color: #48a899;
}

.service:hover i {
    background-color: #48a899;
    color: #fff;
}

/*Why choose us
==========================*/

#chooseus {
    background: #24273a;
    color: #fff;
}

@media screen and (max-width: 375px) {
  .choose-center-img h2 {
    font-size: 21px !important;
    
  }
}
   
.choose-center-img {
    background-image: url(../images/why-choose/whychoose.png);
      background-position: center;
    background-repeat: no-repeat;
    height: 370px;
    padding-top: 130px;
    text-align: center;
    background-size: contain;
}

.choose-center-img h2 {
    line-height: 40px;
    font-size: 21px !important;
    
}

#chooseus ul {
    padding: 0px;
}

#chooseus ul li:last-child {
    margin-bottom: 0px;
}

#chooseus li {
    margin-bottom: 50px;
}

#chooseus h6 {
    margin-bottom: 20px;
}

#chooseus h6,
#chooseus p {
    color: #fff;
}

#chooseus li:hover h6 {
    color: #48a899;
}

/*Home Pricing
==========================*/
.home-pricing .plan-table .plan-price .plan-cell{
    background: #191b29;
    border-right: 1px solid #212436;
    border-bottom: 1px solid #212436;
    color: #fff;
    padding: 20px 0px 35px 0px;
}

.home-pricing .plan-table .most-popular{
    background: #57c8b6;
    border-right: 1px solid #57c8b6;
    border-bottom: 1px solid #57c8b6;
}


.home-pricing .plan-table .plan-price .most-popular{
    background: #48a899;
    border-right: 1px solid #48a899;
    border-bottom: 1px solid #48a899;
    color: #fff;
    padding: 20px 0px 35px 0px;
}

.home-pricing .plan-table .plan-price .plan-cell h1{
    font-size: 60px;
}

.home-pricing .plan-table .plan-price .most-popular h1{
    color: #fff !important;
}


/*Statistics
==========================*/
.statistics { background: #fff;     margin: 34px 0px; padding: 45px 0 60px; }
.statistics h2 { font-weight: 900; margin-bottom: 12px; text-align: center; }
.statistics h2 i { color: #6cd0c3; }
.statistics p { font-size: 17px; font-weight: 300; margin: 0 auto; text-align: center; }
.statistics span { display: block; font-size: 18px; font-weight: 300; text-align: center; }
.statistics .circle-text { color: #807e7e; font-weight: 900; }
/* End of Statistics */

/*News Clients Testim Sections
==========================*/


.client-text img {
    height: 160px;
    width: 160px;
    margin: 0px auto;
    border-radius: 50%;
    margin-bottom: 30px;
}

.client-text .client-work {
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
}



.testim img:not(:first-child) {
    opacity: .5;
}

.slick-slider {
    padding: 0px;
}

.slick-list {
    width: 100%;
    padding: 0px !important;
}

.slick-slide {
    outline: 0px;
}

.slick-dots li button::before{
    font-size: 18px;
}

.slick-dots{
    bottom: -30px;
}

/*Open Ticket
==========================*/

#open-ticket {
    background: #48a899;
    color: #fff;
    padding: 50px 0px;
}

#open-ticket p {
    color: #fff;
}

#open-ticket .opent {
    margin-top: 20px;
}

#open-ticket .opent:hover {
    background: #fff;
}

#open-ticket img {
    margin-top: -15px;
}

#ticket-form .modal-dialog {
    width: 100%;
    max-width: none;
}

#ticket-form hr {
    margin-bottom: 50px;
}

#ticket-form .opent {
    margin-bottom: 15px;
    width: 27%;
}


/*Footer
==========================*/

#footer {
    background: #24273a;
    color: #fff;
    padding-bottom: 0px;
}

#footer p {
    color: #fff;
}

#footer hr {
    background-image: linear-gradient(to right, #fff 0%, #fff 50%, #48a899 50%, #48a899 100%);
    width: 100%;
}

#footer .title {
    margin-bottom: 50px;
    display: block;
}


/*Support*/

.support {
    height: 190px;
    background-image: url(../images/footer/support.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 40px;
}


/*Footer Buttons*/

#footer .opent {
    background: #fff;
}

#footer button {
    border: 1px dashed #24273a;
    color: #24273a;
}

#footer .opent:hover {
    background: #48a899;
}

#footer button:hover {
    outline: 0;
    border: 1px dashed #fff;
    color: #fff;
}

#footer button:active,
#footer button:focus {
    border: 1px dashed #48a899;
    color: #48a899;
    background: #fff;
}


/*MainFooter*/

.footer {
    margin-top: 60px;
}


/*Newsletters*/

.footer .form-control {
    background-color: transparent;
    border: 1px solid #3E4259;
    border-radius: 50px;
    height: 40px;
    padding: 10px;
}

.footer button {
    margin-right: 0px;
}


/*Contact Us*/

address span {
    padding-left: 15px;
}

address p {
    margin-bottom: 30px;
}


/*Service Links*/

.service-links {
    overflow: hidden;
}

.links ul {
    padding: 0px;
}

.links a {
    color: #fff;
    margin-bottom: 30px;
}

.links a:hover {
    color: #48a899;
}

.links a span {
    padding-left: 15px;
}


/*Copyright*/

.copyright p {
    margin-bottom: 0px;
    padding-bottom: 50px;
}


/*Social Links*/

#social-ft a {
    padding: 20px 0px 0px 0px;
    width: 100%;
    color: #fff;
    font-size: 24px;
}

#social-ft a .fa {
    font-size: 22px;
}

#social-ft .col-sm-2 {
    padding: 0px;
    height: 61px;
}

.facebook {
    background: #3B5997;
}

.twitter {
    background: #54ABEE;
}

.google {
    background: #DE4B39;
}

.linkedin {
    background: #0A76B4;
}

.dribbble {
    background: #EA4C89;
}

.wordpress {
    background: #2C97C3;
}


/*About Page
==========================*/

.carousel-control.left,
.carousel-control.right {
    background: transparent;
}

.carousel-control {
    top: 50%;
    bottom: 43%;
    color: #31344a;
    text-shadow: 0px 0px 0px;
    opacity: .7;
    width: auto;
}

.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control:focus,
.carousel-control:hover {
    color: #48a899;
    opacity: 1;
}

.carousel-control.right {
    right: 10px;
}

.carousel-control.left {
    left: 10px;
}

.carousel-control .fa {
    font-size: 26px;
}

#accordion {
    margin: 30px 0px;
}

.panel-default {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0px 0px;
}

.panel-default>.panel-heading {
    background: transparent;
    transition: .5s;
}

.panel-default>.panel-heading:hover,
.panel-default>.panel-heading:active,
.panel-default>.panel-heading:focus {
    background: #48a899;
}

.panel-default>.panel-heading:hover a {
    color: #fff;
}

.panel-body img {
    float: left;
    margin-right: 10px;
}

.about-vedio {
    cursor: pointer;
}

.about-vedio:hover .vedio-tite a {
    color: #48a899;
}

.about-vedio img {
    margin: 0px;
}

.about-vedio .vedio-tite {
    background: #31344a;
    margin: 0px;
    padding: 30px;
}

.about-vedio .vedio-tite a h6 {
    color: #fff;
}

.about-vedio:hover .vedio-tite a h6 {
    color: #48a899;
}

.about-vedio .vedio-tite a:first-child span {
    font-size: 24px;
    line-height: 10px;
    color: #fff;
    margin-left: 15px;
    float: right;
}


/*Assurance Page
==========================*/

.import {
    border: 1px solid #e1e5e6;
    padding: 30px;
    margin-bottom: 30px;
}

.import img {
    float: right;
    margin-left: 30px;
}

.import p {
    padding-right: 95px;
}

.import ul {
    padding-right: 110px;
}

.import ul p {
    padding-right: 0px;
}


/*Backup Servers Page
==========================*/

#backup .service,
#contact .service,
#support-contact .service,
#ssl .service,
#ddos .service {
    margin-bottom: 0px;
}

.plan-table {
    display: table;
    width: 100%;
}

.plan-heading {
    display: table-row;
    text-align: center;
    color: #fff;
}

.plan-heading h6,
.plan-row-title p {
    color: #fff;
}

.plan-heading .plan-cell {
    border: 0px;
    border-right: 1px solid #31344a;
    border-bottom: 1px solid #31344a;
    background: #24273a;
}

.plan-heading .heading-img,
.plan-button .heading-img {
    background: #fff;
    border-right: 0px;
    border-bottom: 1px solid #f6f6f6;
}

.plan-heading .heading-img h6 {
    color: #48a899;
}

.plan-button .heading-img {
    border-bottom: 0px;
}

.plan-heading img {
    width: 130px;
    height: 110px;
}

.plan-row {
    display: table-row;
}

.plan-cell {
    display: table-cell;
    border-right: solid;
    border-bottom: solid;
    border-color: #ebebeb;
    background: #f6f6f6;
    border-width: thin;
    padding: 10px 5px;
    font-weight: bold;
}

.plan-row-title {
    background: #24273a;
    color: #fff;
    border: 0px;
    border-bottom: 1px solid #31344a;
}

.plan-table .opent {
    width: 100%;
    min-width: auto;
}


/*Blog Page
==========================*/

.blog-posts {
    display: none;
}

a.blog-post-link {
    display: block;
    border: 1px solid #e3e6e9;
    padding: 10px;
    margin-bottom: 30px;
}

.blog-post-link p {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    transition: .5s;
    font-weight: 400;
}

.blog-post-link h6 {
    margin-bottom: 5px;
}

.blog-post-link:hover h6,
.blog-post-link:hover p {
    color: #48a899;
}

.blog-post-link img {
    margin: 0px;
    width: 100%;
    height: 310px;
    margin-bottom: 10px;
}

#blog .post {
    display: none;
    margin-bottom: 30px;
}

#blog .post .hover-bg {
    height: 340px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

#blog .post .hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    background: rgba(36, 39, 58, 0.66);
    padding: 25% 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

#blog .post .hover-bg .hover-text i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
    height: 50px;
    width: 50px;
    font-size: 30px;
    padding: 5px;
    border-radius: 50%;
    color: #ffffff;
    line-height: 40px;
    background: #48a899;
    color: #ffffff;
}

#blog .post .hover-bg:hover .hover-text>i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

#blog .post .hover-bg:hover .hover-text {
    opacity: 1;
}

#blog .post:hover a>h6 {
    color: #48a899;
}

#blog .date {
    color: #48a899;
}

#blog img {
    height: 340px;
    width: 100%;
    margin: 0px;
}

#blog h6 {
    margin-bottom: 0px;
}

#blog ul.meta-post {
    font-size: 12px;
    color: #6e6e6e;
    margin: 5px 0px 10px 0px !important;
    padding: 0px;
}

#blog ul.meta-post i {
    padding-left: 10px;
    color: #48a899;
}

#blog ul.meta-post li {
    margin-left: 10px;
}

#blog .lessposts {
    display: none;
}

.lessposts {
    display: none;
}


/*Contact Page
==========================*/

.contact {
    margin-bottom: 0px;
}

.contact .border {
    top: 27%;
    left: 20%;
    right: 20%;
}

.contact img {
    width: 90px !important;
    height: 90px !important;
}

#support-contact a {
    background: #31344a;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    margin-top: 30px;
    transition: .5s;
}

#support-contact a:hover {
    background: #48a899;
}

#contact-form .form-control {
    border: 1px solid #e3e6e9;
    transition: .5s;
}

#contact-form .form-control:focus {
    outline: 0;
    border: 1px solid #48a899;
    box-shadow: inset 0 0px 0px;
}


/*Features Plans
==========================*/

.feature {
    background-image: url(../images/vps/feature-icon.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-bottom: 30px;
    padding-right: 42px;
}

.feature h6 {
    margin-top: 0px;
    transition: .5s;
}

.feature:hover h6 {
    color: #48a899;
}


/*Single Post Page
==========================*/

#single-post img {
    max-height: 400px;
    width: 100%;
    margin-bottom: 30px;
}

.blog-post-text h4,
.blog-post-text h3 {
    margin: 30px 0px;
}

.blog-post-text p {
    line-height: 30px;
    margin: 15px 0px;
}

#single-post .blog-post-text img {
    width: 300px;
    height: 300px;
    float: right;
    margin-left: 30px;
}

.tags,
.share {
    margin: 20px 0px;
}

.tags h4 {
    margin: 0px;
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #48a899;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 20px;
}

.share a {
    border: 3px solid #31344a;
    text-align: center;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0px 10px;
    font-size: 1.2rem;
    line-height: 25px;
    border-radius: 100px;
}

.share a:hover {
    border: 3px solid #48a899;
}


/*Speacial Program Page
==========================*/

.speacial-prog {
    margin-bottom: 30px;
}

.speacial-prog img {
    border: 4px solid #f2f2f2;
    height: 180px;
    width: 100%;
}


/*Dedicate Server
==========================*/

.dedicate-server .plan-table {
    margin-bottom: 50px;
}


/*Team Page
==========================*/

.filters-button-group {
    margin-bottom: 50px;
}

#team .button {
    display: inline-block;
    color: #31344a;
    cursor: pointer;
    padding: 5px 20px;
    width: auto;
    border: 1px dashed #31344a;
}

#team .button:hover,
#team .button.is-checked,
#team .button:active,
#team .button.is-checked {
    background-color: #48a899;
    color: #fff;
}

#team .button-group:after {
    content: '';
    display: block;
    clear: both;
}

#team .button-group .button {
    float: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}

#team .button-group .button:last-child {
    border-radius: 0.5em 0 0 0.5em;
}

#team .button-group .button:first-child {
    border-radius: 0 0.5em 0.5em 0;
}

.team {
    border: 1px solid #e3e6e9;
    border-bottom: 3px solid #48a899;
    cursor: pointer;
    margin-bottom: 30px;
}

.team img {
    margin: 0px;
    width: 100%;
    height: 270px;
}

.team .team-info {
    padding: 10px 20px;
    transition: .5s;
}

.team:hover .team-info {
    background: #48a899;
}

.team-info p {
    transition: .5s;
}

.team:hover .team-info h6,
.team:hover .team-info p {
    color: #fff;
}

.team-social {
    background: #31344a;
    display: inline-block;
    margin: 0px;
    padding: 20px 15px 10px 15px;
    position: absolute;
    top: 2px;
    left: 16px;
    height: 270px;
}

.team-social li {
    margin-bottom: 23px;
}

.team-social li a {
    color: #fff;
}

.team-social li a:hover {
    color: #48a899;
}


/********************** footer **********************/

footer {
    color: #fff;
}

footer ul{
    padding: 0px;
}


footer .top {
    background-image: url("../images/slider/bg-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;    
    padding-top: 100px;
}


footer .top .container>div>span {
    font-size: 20px;
    position: relative;
    margin-bottom: 40px;
    display: block;
    padding-top: 24px;
    margin-top: 20px;
}


footer .top .container>div>span:after {
    content: " ";
    position: absolute;
    width: 60px;
    height: 5px;
    background: #39a292;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
    border-radius: 0;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
}


footer .top .container>div ul li {
    min-height: 30px;
    line-height: 30px;
}


footer .top .container>div ul li:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 10px;
    float: right;
}


footer .top .container>div ul li a {
    color: #fff;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}


footer .top .container>div ul li a:hover {
    color: #39a292;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}


footer .top .details {
    border-top-right-radius: 21px;
    border-top-left-radius: 21px;
    background-color: rgba(57, 162, 146, 0.8);
    min-height: 125px;
    padding-top: 35px;
    margin-top: 33px;
}


footer .top .details span {
    font-size: 18px;
    color: #212226;
    margin-bottom: 10px;
    display: block;
}


footer .top .details span i {
    float: right;
    color: #fff;
    font-size: 30px;
    margin-left: 15px;
    margin-top: 0px;
}


footer .top .details span:first-child i {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


footer .top .details p {
    font-size: 16px;
    color: #fff;
}


footer .top .details p a {
    color: #fff;
}


footer .top .details>div:nth-child(2) p {
    margin-right: 40px;
}


footer .top .details>div:nth-child(3) p {
    margin-right: 47px;
}


footer .top .details .banks {
    margin-right: 42px;
}


footer .top .details .banks img {
    margin-bottom: 5px;
}


footer .top .LastTweets .tweet {
    line-height: 25px;
}


footer .top .LastTweets .timePosted {
    float: left;
}


footer .top .LastTweets .interact {
    float: right;
}


footer .top .LastTweets .interact a {
    float: left;
    margin-left: 5px;
}


footer .top .LastTweets .interact a:first-child {
    margin-left: 0;
}


footer .top .LastTweets ul li {
    clear: both;
    font-size: 14px;
    height: auto !important;
    margin-bottom: 20px;
}


footer .top .LastTweets ul li:before,
footer .top .LastTweets ul li>i {
    display: none;
}


footer .top .LastTweets ul li .tweet {
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


footer .top .LastTweets ul li .tweet a {
    color: #39a292;
}


footer .bottom {
    background: #212226;
    padding-top: 44px;
    padding-bottom: 50px;
}


footer .bottom p {
    font-size: 14px;
    color: #838383;
    text-align: center;
    margin-bottom: 20px;
}


.socialmedia {
    text-align: center;
    clear: both;
}


.socialmedia a {
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    background: #48a899;
    width: 29px;
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 0 2px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}


.socialmedia a:hover {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}


.socialmedia .twitter:hover {
    background: #55acee;
}


.socialmedia .facebook:hover {
    background: #3b5999;
}


.socialmedia .youtube:hover {
    background: #cd201f;
}


.socialmedia .rss:hover {
    background: #ff6600;
}


.socialmedia .google {
    line-height: 22px;
}


.socialmedia .google:hover {
    background: #22afc2;
}


.socialmedia .google img {
    width: 18px;
}


.socialmedia .apple:hover {
    background: #000;
}



/*Error*/

#error{
    padding: 150px 0px;
}

#error .title hr{
    margin: 50px auto;
}


#error .title h1 {
    font-size: 71px;
    line-height: 100px;
    font-weight: bold;
}

/*Domains*/
#faq .panel-heading{
    background: #48a899;
}

#faq .panel-heading a{
    display: block;
    padding: 15px;
    color: #fff;
}

/* Tables
================================== */
.Rtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  /*padding: 0.8em 1.2em;*/
  padding: 0.5em 2.2em;
  overflow: hidden;
  list-style: none;
  border: solid 1px white;
  background: rgba(112, 128, 144, 0.2);
}
.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}

/* Apply styles
================================== */

.Rtable {
  position: relative;
  top: 3px;
  left: 3px;
}

.Rtable-cell {
  margin: -3px 0 0 -3px;
  background-color: white;
  border-color: #efefef;
}

.Rtable-cell.Rtable-cell--head{
    background: #24273a;
    border-color: #31344a;
    color: #fff;
}

.Rtable-cell--foot {
  background-color: #fff;
  border-color: #efefef;
}

.Rtable-cell.Rtable-cell--foot .opent{
    width: 100%;
}

.Rtable-cell--head.most-popular{
    background: #57c8b6;
    border-color:#57c8b6;
}

.Rtable-cell.plan-price.most-popular{
    background: #48a899;
    border-top-color: #48a899;
    color: #fff;
}

.Rtable-cell.plan-price.most-popular h1{
    font-size: 60px;
}

/* Responsive
==================================== */
@media all and (max-width: 500px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}

.tab-bar button{
    color: white;
    width: 100%;
    border: none;
     font-weight: 100;
    padding: 5px 2px;
    margin: 0px 2px;
    font-size: 14px;
    height: 36px !important;
    background-color: transparent;
}
.tab-bar{
    background-color: #222629;
    padding: 5px 0px !important;
        margin-bottom: 3px;
}
.tab-bar button span {
    margin: 0px 7px;
}
.tab-bar button:hover {
    background: #5a5c5f;
    color: white;
    border: none;
    
    border-radius: 5px;
    transition: all .5s;
}
.tab-bar button:first-child{
    background: #5a5c5f;
    color: white;
    border: none;
    padding: 5px 2px;
    border-radius: 5px;
}
.link-bar {
    text-align: center;
    padding-top: 0px !important;
}
.link-bar a{
    color: white;
    background-color: #5a5c5f;
    padding: 0px 9px;
    border-radius: 63px;
    height: 30px;
    width: 35px;
}
.link-bar a:hover {
    background-color: #2d3033;
    transition: all 5.s;
}
.bg{
    background: #48a899;
}
.nav li {
    margin: 0px 2px;
}
.nav a{
    color: rgb(165, 162, 162);
    
}
.nav a:hover{
    background: #48a899;
    color: white;
    transition: all .5s;
}
.bg a{
    color: white;
}
.server{
    position: relative;
    right: -148px;
}
.company{
    position: relative;
     right: 121px;
}
.help{
      position: relative;
      right: 237px;
}
@media screen and (max-width: 375px) {
  .tab-bar button {
    font-size: 10px !important;
  }
}

/* Custom CSS from Zomex */

/* Toolbar */

.toolbar1 {
  background: #222629;
  padding: 6px 0;
  margin: 0;
}

.toolbar1 .toolbar1-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
}

.toolbar1 ul {
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.toolbar1 ul li {
 width: 22%;  
}

@media (max-width:650px) {
  
  .toolbar1 ul li {
   width: 33%;  
  }  
  
}

.toolbar1 ul li a {
    color: white;
    border: none;
    font-weight: 100;
    padding: 6px 10px;
    margin: 0px 2px;
    font-size: 14px;
    background-color: transparent;
    display: block;
    text-align: center;
    border-radius: 5px;
}

.toolbar1 ul li a:hover,
.toolbar1 ul li:first-child a {
  background: #5a5c5f;
}