@charset "UTF-8";
/* ------------------------------------------------------
@File: Default Styles
@Author: TemplateMr.
@Developed By: Emran Khan
@Developer Email: fed.emran@gmail.com
@Developer URL: http://emran-khan.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
------------------------------------------------------- */
/* ======================================================
@Template Name: Aoop 
@Author: TemplateMr. 
@Default Styles

Table of Content: 
01/ Variables
02/ Prefix
03/ Animat 
04/ Header
05/ Banner
06/ Services
07/ About
08/ Agency
08/ Testimonial
09/ team
10/ Pricing 
11/ Blog 
12/ Portfollio
13/ Containt 
14/ From
15/ Footer
16/ Responsive 
===================================================== */
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/* Button Style */
@import url(bootstrap.min.css);
@import url("../releases/v5.9.0/css/all.css");
@import url(../vendors/flat-icon/flaticon.css);
@import url(../vendors/animate-css/animate.css);
@import url(../vendors/owl-carousel/owl.carousel.min.css);
@import url(../vendors/magnify-popup/magnific-popup.css);
@import url(../vendors/bootstrap-selector/nice-select.css);
@import url(../vendors/jquery-ui/jquery-ui.min.css);
@import url("../css-1");

/* Scroll Top */

/* Preloader */

/* Alimation */

/* Alimation */
/*----------------------------------------------------*/
/*Prefix Styles*/
body {
  font-family: "Poppins", sans-serif;
  /*Section Fix*/
  /*Ancore*/
}
body h2, body h5, body h6 {
  margin: 0;
}
body p {
  color: rgba(24, 24, 24, 0.8);
  margin: 0;
  font: 400 16px/28px "Poppins", sans-serif;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body i:before {
  margin-left: 0px !important;
}
body a {
  outline: none;
  transition: all 300ms linear 0s;
}
body a:before, body a:after {
  transition: all 300ms linear 0s;
}
body a:focus, body a:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

/* post_select */

/*----------------------------------------------------*/
/* Move frame*/
/* Move frame*/
/* Heartbeat frame*/
/* Rotation frame*/
/* pulseBig */
/* Bottom to Top key frame*/
/* DoublePulse */
/*----------------------------------------------------*/
/* Min header area */

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/*----------------------------------------------------*/
.client_logo_area {
  display: block;
  overflow: hidden;
  text-align: center;
  padding-top: 30px;
}
.client_logo_area h6 {
  display: block;
  overflow: hidden;
  font: 400 18px/30px "Poppins", sans-serif;
  color: rgba(24, 24, 24, 0.8);
  padding-bottom: 35px;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/*----------------------------------------------------*/
.pricing_area {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 25px 0;
}
.pricing_area .nav-tabs {
  border: 0;
  box-shadow: 0px 0px 20px 0px rgba(218, 218, 218, 0.45);
  background: #1be394;
  border-radius: 30px;
  height: 29px;
  width: 60px;
  display: block;
  margin: 0 auto;
  padding: 3px;
  margin-bottom: 30px;
}
.pricing_area .nav-tabs li {
  display: inline-block;
}
.pricing_area .nav-tabs li:before {
  content: "cPanel";
  font: 400 22px/1 "Poppins", sans-serif;
  color: #525252;
  position: absolute;
  margin-left: -80px;
}
.pricing_area .nav-tabs li:last-child:before {
  content: "DirectAdmin";
  margin-left: 40px;
}
.pricing_area .nav-tabs li a {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: transparent;
  display: block;
}
.pricing_area .nav-tabs li a.active {
  background: #fff;
}
.pricing_area .tab-content {
  border: 1px solid #eeeeee;
/* ------------------------------------------------------
	padding-top: 40px;
	padding-bottom: 20px;
------------------------------------------------------- */
  
}
.pricing_area .plan {
  max-width: 25%;
  padding: 0 30px;
  border-right: 1px solid #eeeeee;
}
.pricing_area .plan:last-child {
  border-right: 0;
}
.pricing_area .plan h2 {
  font: 600 45px/1 "Poppins", sans-serif;
  color: #7F00FF;
}
.pricing_area .plan h2 small {
  font: 500 28px/1 "Poppins", sans-serif;
}
.pricing_area .plan h5 {
  font: 500 22px/1 "Poppins", sans-serif;
  color: #525252;
  padding-top: 15px;
}
.pricing_area .plan ul {
  padding: 10px 0;
  padding-bottom: 10px;
}
.pricing_area .plan ul li {
  font: 400 15px/30px "Poppins", sans-serif;
  color: #525252;
}
.pricing_area .plan ul li i {
  color: #7F00FF;
  font-size: 16px;
  padding-right: 10px;
}
.pricing_area .plan ul li .c_3 {
  color: #FFA500;
}
.pricing_area .plan_2 h2 {
  color: #4B0082;
}
.pricing_area .plan_2 ul li i {
  color: #4B0082;
}
.pricing_area .plan_3 h2 {
  color: #0000FF;
}
.pricing_area .plan_3 ul li i {
  color: #0000FF;
}
.pricing_area .plan_4 h2 {
  color: green;
}
.pricing_area .plan_4 ul li i {
  color: green;
}

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/* leave_reply Area */

/* End leave_reply Area */

/*----------------------------------------------------*/

/*----------------------------------------------------*/

/*----------------------------------------------------*/
@media (max-width: 991px) {

  .pricing_area .tab-content {
    border: 0;
    padding-top: 0;
  }
  .pricing_area .tab-content .plan {
    border: 1px solid #eeeeee !important;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {

  .pricing_area .tab-content .plan {
    max-width: 370px;
    margin: 0 auto 30px;
  }
}
@media (max-width: 575px) {

  .pricing_area {
    padding-bottom: 0;
  }
  .pricing_area .nav-tabs li:before {
    font-size: 16px;
    margin-left: -130px;
  }
  .pricing_area .tab-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*----------------------------------------------------*/
/*All CSS call*/
/* Bootstrap CSS */
/* Icon CSS */
/* Extra Plugins CSS */
/* Font family link */

/*# sourceMappingURL=style.css.map */
/* Add a black background color to the top navigation */
/*   background-color: #333; */
.topnav {
background-color: #26255F;
 overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: right;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 14px;
}
/* Change the color of links on hover */
.topnav a:hover {
  background-color: #FCFCFC;
  color: black;
}
/* Add a color to the active/current link */

/* Add a black background color to the top navigation */
/*   background-color: #333; */
.bn {
background-color: #26255F;
 overflow: hidden;
}

/* Style the links inside the navigation bar */
.bn a {
  float: right;
  color: #FFFFFF;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 14px;
}
/* Change the color of links on hover */
.bn a:hover {
  background-color: #FCFCFC;
  color: black;
}
/* Add a color to the active/current link */
