﻿/* =================================
 css index

 =================================
 *. typography
 *. section title
 *. preloader
 *. normalize
 1. header
 2. banner
 3. info-feature
 4. litehyip features
 5. we thinking global
 6. inventors
 7. testimonial
 8. newsletter
 9. page title
 10. footer
 11. about
 12. investmenut-plan
 13. faq
 14. contact */

/*==========================================
    typography
===========================================*/

@import url("e210b55e2fc746c7836e90f0c2e32e95.css");
@import url("510ffa9e116446ac903aa16d46cb30bb.css");
@import url("1e7f2c97295e4d2d9240b9989ba73676.css");

/*==========================================
    section title
==========================================*/

.section-title {
	margin-bottom: 80px;
}
.section-title h2 {
	color: #233d63;
	font-size: 40px;
	text-transform: capitalize;
	font-weight: 700;
	margin: -12px 0 -6px;
}
.section-title h4 {
	color: #233d63;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 300;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}
.section-title h4:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 2px;
	background: #AD00FC;
	right: -50px;
	top: 50%;
	transform: translateX(-50%);
}
.c-white {
	color: #fff;
}



/* ==============================
   Preloader
   ============================== */

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
  }
	.preloader img {
	   width: 180px;
	   height: auto;
	}
  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 5px solid #247FFB;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



/*==========================================
    scroll to top button
==========================================*/

.scroll-to-top {
	position: fixed;
	right: 50px;
	bottom: 80px;
	display: inline-block;
	z-index: 9;
	width: 40px;
	height: 40px;
	background: #052157;
	border: 2px solid #fff;
	text-align: center;
}
.scroll-to-top a {
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	padding: 2px 0 0px 0;
	display: inline-block;
}
.scroll-to-top a i {
	color: #fff;
}
/*==========================================
    normalize
==========================================*/

html {
	font-family: "Roboto", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}
body {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	margin: 0;
	color: #3d5169;
	overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
a {
	line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
}
p {
	line-height: 1.6;
}
a {
	color: #3d5169;
	text-decoration: none;
}
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}
a i {
	padding: 0 2px;
}
img {
	max-width: 100%;
}
/*input and button type focus outline disable*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ddd;
}
/**
 * 5.0 - Alignments
 */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



/*

==========================
  Header Top
==========================

*/
.header-top {
  background-color: #red;
  padding: 20px 0;
}

.social-media a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	font-size: 14px;
	display: inline-block;
	border: 1px solid #ddd;
	text-align: center;
	margin-right: 5px;
	transition: 0.4s;
}
.social-media a:hover {
	color: #9300F7;
	border: 1px solid #9300F7;
}

.header-top-menu {
  float: right;
}
.header-top-menu ul li {
  float: left;
  margin-left: 25px;
}
.header-top-menu ul li a {
  color: #333;
}
.header-top-menu ul li a:hover {
  color: #666;
}




/*

==========================
	Main Header style
==========================

*/


.main_menu_area {
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 1000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.navbar {
	background: #e2f0f6;
	padding: 0px;
}
.navbar .navbar-collapse {
  text-align: right;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse {
	display: block !important;
  }
}
.navbar .navbar-nav {
  display: inline-block;
  text-align: right;
}
.navbar .navbar-nav > .nav-item {
  display: inline-block;
  margin-right: 40px;
  padding: 25px 0px;
}
.navbar .navbar-nav > .nav-item > .nav-link {
  font-size: 16px;
  color: #fff;
	line-height: 35px;
	font-weight: 600;
  padding: 0px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  position: relative;
}


.user-icon {
    margin-right: 7px;
    font-size: 14px !important;
}

.navbar .navbar-nav > .nav-item > .nav-link:after {
  display: none;
}
.navbar .navbar-nav > .nav-item:hover a, .navbar .navbar-nav > .nav-item.active a {
  color: #fff;
}
.navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
  padding: 0px;
  border: 0px;
  border-radius: 0px;
}
  .navbar .navbar-nav > .nav-item.submenu .dropdown-menu a {
	color: #1D5DF9;
  }
@media (min-width: 992px) {
  .navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    min-width: 210px;
    background: #fff;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: hidden;
    margin-top: 1px;
    top: 120%;
    left: -23px;
    opacity: 0;
    border-top: 2px solid #c557ff;
  }
}
.navbar .navbar-nav > .nav-item.submenu .dropdown-menu li {
  margin-right: 0px;
  display: block;
}
.navbar .navbar-nav > .nav-item.submenu .dropdown-menu li a {
  display: block;
  line-height: 36px;
  font-size: 15px;
  padding: 5px 15px;
  text-transform: inherit;
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  font-weight: 400;
  text-shadow: none;
  color: #9300f7;
}
.navbar .navbar-nav > .nav-item.submenu .dropdown-menu li:hover a {
  color: #9300f7;
  background: #9300f71f;
}

.dropdown-menu li a {
  color: #9300f7;
}

.header-2 .navbar .navbar-nav > .nav-item > .nav-link {
	color: #57667e;
}

.header-2.navbar_fixed {
	background: #ffffff;
}

.header-2.navbar_fixed .navbar .navbar-nav > .nav-item > .nav-link {
	color: #57667e;
}

@media (min-width: 992px) {
  .navbar .navbar-nav > .nav-item:hover.submenu .dropdown-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
  }
}
.navbar .navbar-nav > .nav-item:last-child {
  margin-right: 0px;
}
.navbar .navbar-nav > .nav-item.search:hover a:before {
  left: -21px;
  right: auto;
  width: 1px;
}
.navbar .search a {
  position: relative;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
}
.navbar .search a:before {
  content: "";
  height: 15px;
  width: 1px;
  background: #c4c1c4;
  position: absolute;
  left: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main_header_area_two + section {
  margin-top: 145px;
}
.main_header_area_two .navbar-toggler span {
  background: #242424;
}
.main_header_area_two.navbar_fixed {
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
}
.main_header_area_two.navbar_fixed .header_top {
  display: none;
}

.menu_absolute {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 21;
}

.header_top {
  background: #0b3c61;
}
.header_top .header_top_info a {
  font: 300 18px/50px "Poppins", sans-serif;
  color: #fff;
}
.header_top .header_top_info a i {
  padding-right: 12px;
}
.header_top .header_top_info a + a {
  margin-left: 45px;
}
.header_top .header_top_right .header_social {
  display: inline-block;
}
.header_top .header_top_right .header_social a {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  padding-right: 18px;
}
.header_top .header_top_right .header_social a:hover {
  color: #45ae7d;
}
.header_top .header_top_right .h_select {
  width: auto;
  background: transparent;
  padding: 0px 13px 0px 22px;
  border: 0px;
  font: 600 16px/50px "Poppins", sans-serif;
  color: #fff;
  height: auto !important;
}
.header_top .header_top_right .h_select:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  display: inline-block;
  top: 2px;
  left: -20px;
  position: relative;
}
.header_top .header_top_right .h_select:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 6px dashed;
  right: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 0px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.header_top .header_top_right .h_select .list {
  border-radius: 0px;
  margin: 0px;
}
.header_top .header_top_right .h_select .list li {
  color: #242424;
  padding: 0px 30px;
}

.menu_two .navbar-nav > .nav-item {
  padding: 30px 0px;
}
.menu_two .navbar-nav > .nav-item .nav-link {
  color: #242424;
}
.menu_two .navbar-nav > .nav-item.submenu .dropdown-menu {
  margin-top: 0px;
}
@media (min-width: 992px) {
  .menu_two .navbar-nav > .nav-item.search a {
    color: #606060;
  }
}

.main_header_area_three {
  background: #1c1c1c;
  padding: 0px 50px;
}
.main_header_area_three + section, .main_header_area_three + div {
  margin-top: 86px;
}

.menu_three .navbar-nav > .nav-item:hover a:before, .menu_three .navbar-nav > .nav-item.active a:before {
  width: 100%;
}
.menu_three .navbar-nav > .nav-item.submenu .dropdown-menu {
  margin-top: 0px;
}

.main_header_area_four + section, .main_header_area_four + div {
  margin-top: 108px;
}

@media (min-width: 768px) {
  .main_header_area_five + section, .main_header_area_five + div {
    margin-top: 102px;
  }
}


.navbar img {
    width: 100px;
    height: auto;
}


.header_logo_area {
  background: #fff;
  padding: 29px 0px;
}
.header_logo_area .logo {
  line-height: 40px;
  display: inline-block;
}
.header_logo_area .media i {
  font-size: 25px;
  line-height: 34px;
  color: #45ae7d;
  padding-right: 20px;
}
.header_logo_area .media h4 {
  font: 400 15px/22px "Poppins", sans-serif;
  letter-spacing: 0.45px;
  color: #333333;
  margin-bottom: 0px;
}
.header_logo_area .media p {
  font: 400 14px/22px "Poppins", sans-serif;
  letter-spacing: 0.42px;
  color: #767676;
  margin-bottom: 0px;
}
.header_logo_area .media + .media {
  margin-left: 50px;
}
.header_logo_area .slider_btn {
  line-height: 50px;
  padding: 0px 44px;
  margin-left: 55px;
}

.navbar.menu_four {
  background: rgba(28, 28, 28, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0px 15px;
}
@media (min-width: 992px) {
  .navbar.menu_four .navbar-brand {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar.menu_four .collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.navbar.menu_four .navbar-nav > .nav-item {
  margin-right: 0px;
  margin-left: 33px;
  padding: 12px 0px;
}
.navbar.menu_four .navbar-nav > .nav-item:first-child {
  margin-left: 0px;
}
.navbar.menu_four .navbar-nav .search {
  margin-left: 45px;
}
.navbar.menu_four .navbar-nav .search:before {
  left: -24px;
  background: #cbc9cc;
}
.navbar.menu_four .navbar-nav .search:hover .nav-link:before {
  display: none;
}
.navbar.menu_four .navbar-nav.social_icon {
  margin-left: 0px;
}
.navbar.menu_four .navbar-nav.social_icon .nav-item {
  margin-left: 20px;
}
.navbar.menu_four .navbar-nav.social_icon .nav-item .nav-link {
  font-size: 18px;
}
.navbar.menu_four .navbar-nav.social_icon .nav-item .nav-link:before {
  display: none;
}
.navbar.menu_four .navbar-nav.social_icon .nav-item .nav-link:hover {
  color: #45ae7d;
}

.menu_five {
  background: #45ae7d;
}
@media (min-width: 992px) {
  .menu_five .navbar-brand {
    display: none;
  }
}
.menu_five .navbar-collapse {
  text-align: left;
}
.menu_five .navbar-nav > .nav-item {
  margin-right: 0px;
  margin-left: 33px;
  padding: 12px 0px;
}
.menu_five .navbar-nav > .nav-item .nav-link {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-shadow: none;
}
.menu_five .navbar-nav > .nav-item .nav-link:before {
  display: none;
}
@media (min-width: 992px) {
  .menu_five .navbar-nav > .nav-item.active .nav-link, .menu_five .navbar-nav > .nav-item:hover .nav-link {
    color: #242424;
  }
}
.menu_five .navbar-nav > .nav-item.submenu .dropdown-menu {
  margin-top: 0px;
  left: -16px;
}
.menu_five .navbar-nav > .nav-item.search a:before {
  background: #b5dfcb;
}
.menu_five .navbar-nav > .nav-item.search:hover a {
  color: #242424;
}
.menu_five .request_btn {
  display: inline-block;
  font: 500 15px/60px "Poppins", sans-serif;
  background: #26252b;
  text-transform: uppercase;
  color: #fff;
  float: right;
  padding: 0px 40px;
  letter-spacing: 0.6px;
}
.menu_five .request_btn:hover {
  background: #4349d9;
}

.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.navbar-toggler[aria-expanded="true"] span:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 7.7px;
}

.navbar-toggler[aria-expanded="true"] span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 4.5px;
  position: relative;
}

.navbar-toggler {
  border: 0px;
  padding: 0px;
  cursor: pointer;
  margin-top: 2px;
}
.navbar-toggler span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: auto;
  margin-bottom: 4px;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  cursor: pointer;
}

.header-2 .navbar-toggler span {
  background: #7b7a7a;	
}

.navbar-toggler span:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .mobile_toggle {
    display: none;
  }
}

/*======== menu fixed css ========*/
.navbar_fixed {
  width: 100%;
  left: 0;
  top: -70px;
  background: #e2f0f6;
  position: fixed;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 0px;
  z-index: 999;
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
  transition: background 100ms linear, -webkit-transform 500ms ease;
  -webkit-transition: background 100ms linear, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background 100ms linear;
  transition: transform 500ms ease, background 100ms linear, -webkit-transform 500ms ease;
}

.navbar_fixed .navbar-nav .active a {
  color: #fff;
}

.navbar_fixed .navbar .navbar-nav > .nav-item {
  padding: 18px 0px;
}
.navbar_fixed .navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
  margin-top: 0px;
  box-shadow: 0px 0px 10px #66666669;
}

.navbar_fixed .navbar .navbar-nav > .nav-item > .nav-link {
    color: #fff;
}
.navbar_fixed .header_logo_area {
  display: none;
}

.main_header_area_two.navbar_fixed {
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
}
.main_header_area_two.navbar_fixed .header_top {
  display: none;
}

.main_header_area_five.navbar_fixed {
  background: #45ae7d;
}
.main_header_area_five.navbar_fixed .menu_five .navbar-nav > .nav-item {
  padding: 12px 0px;
}
.main_header_area_five.navbar_fixed .menu_five .navbar-nav > .nav-item:first-child {
  margin-left: 0px;
}




/* Menu Responsive */


@media (max-width:991px){

  .single-testimonial {
    margin-top: 0px;
  }

  .reliable-area p {
    margin-bottom: 30px;
  }

/* header responsive*/
    .navbar .navbar-nav{
        display: block;
        text-align: left;
        padding: 20px;
        background: #7609bf;
    }
    .navbar .navbar-nav > .nav-item{
        display: block;
        margin-right: 0px;
        padding: 0px;
    }
    .navbar_fixed .navbar .navbar-nav > .nav-item{
        padding: 0px;
    }
    .navbar .navbar-nav > .nav-item > .nav-link{
        display: inline-block;
				line-height: 45px;
				color: #fff !important;
    }
    .navbar .search a:before{
        display: none;
    }
    .navbar-nav.justify-content-end{
        display: none;
    }
    .navbar-brand{
        padding: 20px 0px;
    }
    .main_menu_area{

    }
    .navbar .navbar-nav > .nav-item > .nav-link:before{
        bottom: 0;
    }
    .navbar .navbar-nav > .nav-item.submenu .dropdown-menu{
        background: #b64aff;
        margin: 0px;
        -webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0s;
        -o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }
    .navbar .navbar-nav > .nav-item.submenu .dropdown-menu.show{
        -webkit-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -moz-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -ms-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        -o-transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        transition: max-height 0.5s, opacity 0.2s 0.1s, visibility 0s 0s;
        max-height: 250px;
        overflow-y: scroll;
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .navbar .navbar-collapse{
        margin-left: -15px;
        margin-right: -15px;
        max-height: 400px;
        overflow-y: scroll;
    }
    .navbar .navbar-nav > .nav-item.submenu .dropdown-menu li{
        padding: 4px 20px;
    }
    .navbar_fixed .navbar .navbar-nav > .nav-item .nav-link{
        line-height: 45px;
    }
    .main_header_area_three + section {
        margin-top: 71px;
    }
    .header_logo_area .media + .media {
        margin-left: 41px;
    }
    .menu_five{
        padding: 0px 15px;
    }
    .main_header_area_five .header_logo_area .media + .media {
        margin-left: 32px;
    }
    .header_logo_area .float-left,.menu_five .request_btn{
        display: none;
    }
    .menu_five .navbar-nav > .nav-item{
        margin-left: 0px;
    }
    .main_header_area_five.navbar_fixed .menu_five .navbar-nav > .nav-item{
        padding: 0px;
    }
    .header_logo_area .float-right{
        width: 100%;
    }
}








/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
   
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  .search-domain:before, .services-area:before {
    display: none;
  }


  .navbar_fixed .navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
      box-shadow: none;
  }
  .navbar .navbar-nav > .nav-item.submenu .dropdown-menu li a {
    color: #666;
  } 
  .navbar .navbar-nav > .nav-item > .nav-link {
      display: block;
  }
  .navbar .navbar-nav > .nav-item > .nav-link i {
      line-height: 45px;
  }

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {


  .search-domain:before, .services-area:before {
    display: none;
  }



  .navbar_fixed .navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
      box-shadow: none;
  }  
  .navbar .navbar-nav > .nav-item.submenu .dropdown-menu li a {
    color: #f5f5f5;
  } 
  .navbar .navbar-nav > .nav-item > .nav-link {
      display: block;
  }
  .navbar .navbar-nav > .nav-item > .nav-link i {
      float: right;
      line-height: 45px;
  }

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {



.header-top-menu {
    float: none;
}
.header-top-menu ul li {
    margin-left: 0px;
    margin-right: 20px;
}
.social-media {
  margin-bottom: 20px;
}


  .navbar_fixed .navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
      box-shadow: none;
  }
  .navbar .navbar-nav > .nav-item.submenu .dropdown-menu li a {
    color: #f5f5f5;
  } 
  .navbar .navbar-nav > .nav-item > .nav-link {
      display: block;
  }
  .navbar .navbar-nav > .nav-item > .nav-link i {
      float: right;
      line-height: 45px;
  }
  .user-icon {
      margin-right: 0px;
  }

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {



.header-top-menu {
    float: none;
}
.header-top-menu ul li {
    margin-left: 0px;
    margin-right: 20px;
}
.social-media {
  margin-bottom: 15px;
}
  
  .navbar_fixed .navbar .navbar-nav > .nav-item.submenu .dropdown-menu {
    box-shadow: none;
  }
  .navbar .navbar-nav > .nav-item.submenu .dropdown-menu li a {
    color: #f5f5f5;
  } 
  .navbar .navbar-nav > .nav-item > .nav-link {
      display: block;
  }
  .navbar .navbar-nav > .nav-item > .nav-link i {
      float: right;
      line-height: 45px;
  }
  
}


















/*==========================================
    banner
==========================================*/

.banner {
	background-color: #f5f6fa;
	position: relative;
	z-index: 2;
	padding-top: 200px;
	padding-bottom: 120px;
}
.banner:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 80%;
	background: url("../images/shape-for-banner.png") left top no-repeat;
	background-size: contain;
	z-index: -1;
}
.banner .bannner-content {
	
}
.banner .bannner-content h1 {
	font-size: 60px;
	font-weight: 700;
	color: #000;
	text-transform: capitalize;
	line-height: 70px;
	margin-bottom: 33px;
	margin-top: -16px;
}
.banner .bannner-content p {
	font-size: 18px;
	line-height: 28px;
	color: #000;
}
.banner .bannner-content ul {
	margin-top: 36px;
}
.banner .bannner-content ul li {
	display: inline-block;
}
.banner .bannner-content ul li a {
	display: inline-block;
	margin-right: 26px;
}
.banner .part-img {
	text-align: right;
	width: 100%;
}
.banner .part-img img {
	display: inline-block;
}

@media (max-width: 991px){
	.banner .bannner-content {
		margin-bottom: 30px;
	}
	.banner .part-img {
		text-align: left;
	}
}

@media (max-width: 575px){
	.banner .bannner-content h1 {
		font-size: 40px;
		line-height: initial;
	}
}

@media (max-width: 400px){
	.banner .bannner-content ul li a {
		margin-bottom: 15px;
	}
}


/*==========================================
    statics
==========================================*/

.statics {
	padding: 108px 0 110px;
}

@media (max-width:991px){
	.statics {
		padding: 80px 0 80px;
	}
	.statics .section-title {
		border-right: 0;
	}
}

@media (max-width:575px){
	.statics {
		padding: 50px 0 50px;
	}
}

.statics .section-title {
	border-right: 3px solid #f2f2f2;
	margin-bottom: 0;
}
.statics .section-title h4 {
	color: #233d63;
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0;
	line-height: 50px;
}
.statics .section-title h4:after {
	display: none;
}
.statics .all_statics {
	padding-left: 15px;
}
.statics .all_statics .single-statics span {
	display: block;
	font-family: "Montserrat", sans-serif;
}
.statics .all_statics .single-statics span.number {
	font-size: 70px;
	font-weight: 800;
	color: black;
	-webkit-text-fill-color: white;
	/* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #07ece0;
	line-height: 80px;
	margin-bottom: 7px;
}
.statics .all_statics .single-statics span.title {
	color: #233d63;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 600;
}

@media (max-width: 991px){

	.statics .all_statics {
		padding-left: 0;
		margin-bottom: -30px;
	}
	.single-statics {
		margin-bottom: 30px;
	}
	.statics .section-title {
		margin-bottom: 30px;
	}
	
}



/*==========================================
    about
==========================================*/

.about {
	
}
.about .segment {
	margin-bottom: 25px;
}
.about .segment .part-img img {
	width: 100%;
}
.about .segment .part-text h3 {
	font-size: 24px;
	font-weight: 700;
	color: #233d63;
	text-transform: capitalize;
	margin: 25px 0 22px;
}
.about .segment .part-text p {
	font-size: 16px;
	line-height: 26px;
	color: #57667e;
	margin-bottom: 0;
}

/*==========================================
    testimonial
==========================================*/

.testi-currency {
	position: relative;
}
.testi-currency .shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.testi-currency .testimonial-area {
	position: relative;
	z-index: 2;
	padding: 120px 60px;
}
.testi-currency .testimonial-area:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	right: -100px;
	/*background-image: -webkit-linear-gradient(29deg, #000 13%, #0c2038  81%);
  background-image: -webkit-linear-gradient(267deg, #07ECE0 0%, #33CCFF 100%);*/
  background:   transparent linear-gradient(267deg, #07ECE0 0%, #33CCFF 100%) 0% 0% no-repeat padding-box;
 
	z-index: -1;
	opacity: 0.95;
}
.testi-currency .testimonial-area:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: -100px;
	bottom: 0;
	z-index: -1;
	/*background: url("../images/testimonial-bg.jpg") center center no-repeat;*/
	background-size: 100%;
}
.testi-currency .testimonial-area .single-testimonial img {
	width: 60px;
	margin-bottom: 30px;
}
.testi-currency .testimonial-area .single-testimonial p {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	/*font-style: italic;*/
	text-transform: capitalize;
	color: #000;
	font-size: 20px;
	margin-bottom: 27px;

}
.testi-currency .testimonial-area .single-testimonial .user_name {
	font-size: 22px;
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
}
.testi-currency .testimonial-area .single-testimonial .position {
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
}
.testi-currency .convert-currency {
	background: #fff;
	position: relative;
	z-index: 5;
	padding: 60px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	width: 100%;
}
.testi-currency .convert-currency h3 {
	font-size: 30px;
	font-weight: 700;
	color: #233d63;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 26px;
	margin-top: -7px;
}
.testi-currency .convert-currency form .form-group:first-child {
	margin-bottom: 25px;
}
.testi-currency .convert-currency form .form-group label {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #233d63;
	margin-bottom: 17px;
}
.testi-currency .convert-currency form .form-group .form-control {
	border-radius: 5px 0 0 5px;
	border-right: none;
	height: 50px;
}
.testi-currency .convert-currency form .form-group .custom-select {
	width: 80px;
	border-radius: 0 5px 5px 0;
	height: 50px;
}
.testi-currency .convert-currency form .form-group .custom-select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.testi-currency .convert-currency form button {
	background-image: -webkit-linear-gradient(29deg, #5c00e1 13%, #9300f7 81%);
	color: #fff;
	height: 50px;
	padding: 0 30px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	margin-top: 14px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*==========================================
    benifit
==========================================*/

.benifit {
	padding-bottom: 90px;
}
.benifit .single-img {
	margin-bottom: 30px;
}
.benifit .single-img img {
	width: 100%;
}
.benifit .single-text h3 {
	color: #233d63;
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 34px;
	margin-bottom: 20px;
}
.benifit .single-text p {
	font-size: 16px;
	line-height: 26px;
	color: #57667e;
}
/*==========================================
    reserve
==========================================*/

.reserve {
	background: #fbfbfb;
}
.reserve .container-reserve {
	width: 1210px;
	margin: 0 auto;
}
.reserve .table-chart .table thead {
	background: #e9ccfd;
	border: none;
}
.reserve .table-chart .table thead tr,
.reserve .table-chart .table thead th {
	padding: 15px 20px;
	text-transform: capitalize;
}
.reserve .table-chart .table tbody tr th,
.reserve .table-chart .table tbody tr td {
	background: #e9ebfc;
	border-top: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-transform: capitalize;
	padding: 15px 20px;
}
.reserve .pie-chart h3 {
	font-size: 22px;
	color: #233d63;
	text-transform: capitalize;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.table-chart {
			margin-bottom: 60px;
	}
	.pie-chart {
    text-align: center;
	}	
}
/*==========================================
    advisor
==========================================*/

.advisor {
	
}
.advisor .single-member .part-pic {
	width: 130px;
  height: 130px;
  margin: 0 auto;
}
.advisor .single-member .part-pic img {
	width: 100%;
}
/*
.advisor .single-member .part-details {
	border: 1px solid rgba(87, 102, 126, 0.2);
	padding: 0 30px 20px;
}
*/
.advisor .single-member .part-details h3 {
	color: #233d63;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 26px 0 18px;
  text-align: center;
}
.advisor .single-member .part-details p {
	font-size: 16px;
	line-height: 26px;
	color: #57667e;
	margin: 0;
  text-align: center;
}
.advisor .video-area {
	padding-top: 120px;
	
}
.advisor .video-area .video {
	position: relative;
}
.advisor .video-area .video img {
	width: 100%;
}
.advisor .video-area .video .play-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.advisor .video-area .video .play-button a {
	display: inline-block;
	color: #8115f2;
	font-size: 50px;
}
.advisor .video-area .part-text h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
	color: #233d63;
	margin-bottom: 25px;
}
.advisor .video-area .part-text p {
	font-size: 16px;
	line-height: 26px;
	color: #57667e;
	margin: 0;
}
.advisor .video-area .part-text p.first {
	margin-bottom: 20px;
}
.advisor .video-area .part-text h3 {
	color: #3a4f70;
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
}

@media (max-width: 991px){
	.single-member {
			margin-bottom: 30px;
	}
	.advisor .video-area .video {
		margin-bottom: 30px;
	}
}

/*==========================================
    blog
==========================================*/

.blog.blog-page {
	
}
.blog.blog-page .single-blog {
	margin-bottom: 30px;
}
.single-blog {
	margin-bottom: 30px;
}
.blog.blog-details-page .single-blog {
	margin-bottom: 0;
}
.blog.blog-details-page .single-blog .part-img {
	position: relative;
	z-index: 2;
	margin-bottom: 0;
}
.blog.blog-details-page .single-blog .part-img:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
}
.blog.blog-details-page .single-blog .part-text {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 1px solid #e5e5e5;
}
.blog.blog-details-page .single-blog .part-text h3 {
	margin-top: 20px;
}
.blog.blog-details-page .single-blog .part-text .meta {
	border-bottom: 1px solid #e5e5e5;
}
.blog.blog-details-page .single-blog .part-text .meta ul li {
	display: inline-block;
	font-size: 14px;
	color: #595959;
	border-right: 1px solid #e5e5e5;
	line-height: 100%;
	padding: 0 10px;
	text-align: center;
	margin: 20px 0;
}
.blog.blog-details-page .single-blog .part-text .meta ul li:last-child {
	border: none;
	padding-right: 0;
}
.blog.blog-details-page .single-blog .part-text .meta ul li:first-child {
	padding-left: 0;
}
.blog.blog-details-page .single-blog .part-text .meta ul li span.icon {
	display: inline-block;
	color: #9300f7;
	margin-right: 10px;
}
.blog.blog-details-page .single-blog .part-text .text h3 a {
	font-size: 24px;
	text-transform: initial;
}
.blog.blog-details-page .single-blog .part-text .text a.read-more-button {
	display: inline-block;
	height: 50px;
	width: 145px;
	border-radius: 50px;
	color: #fff;
	background: #8cc739;
	line-height: 48px;
	text-align: center;
	text-transform: capitalize;
	border: 1px solid #8cc739;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-top: 10px;
	margin-bottom: 21px;
}
.blog.blog-details-page .single-blog .part-text .text a.read-more-button:hover {
	background: transparent;
	color: #8cc739;
}
.blog.blog-details-page .single-blog .part-text .text h4 {
	font-size: 22px;
	font-weight: 700;
	color: #2d2d43;
	margin-top: 31px;
	margin-bottom: 15px;
}
.blog.blog-details-page .single-blog .part-text .text p.special-text {
	font-size: 20px;
	font-style: italic;
}
.blog.blog-details-page .single-blog .part-text .text p i {
	display: inline-block;
	font-size: 50px;
	color: #9300f7;
	margin-right: 10px;
}
.blog.blog-details-page .single-blog .part-text .text .blog-image {
	margin-bottom: 25px;
}
.blog.blog-details-page .single-blog .part-text .text .blog-image .single-image img {
	width: 100%;
}
.blog.blog-details-page .single-blog .blog-bottom {
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0;
}
.blog.blog-details-page .single-blog .blog-bottom ul li {
	font-size: 16px;
	color: #595959;
	text-transform: capitalize;
	display: inline-block;
}
.blog.blog-details-page .single-blog .blog-bottom ul li:last-child {
	float: right;
}
.blog.blog-details-page .single-blog .blog-bottom ul li span.icon {
	display: inline-block;
	color: #9300f7;
	margin-right: 4px;
}
.blog.blog-details-page .single-blog .part-author {
	margin-top: 60px;
	display: flow-root;
	background: #fafafa;
	padding: 30px;
	padding-bottom: 11px;
}
.blog.blog-details-page .single-blog .part-author .author-img {
	width: 100px;
	float: left;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden;
}
.blog.blog-details-page .single-blog .part-author .author-img img {
	width: 100%;
}
.blog.blog-details-page .single-blog .part-author .author-data {
	display: table;
}
.blog.blog-details-page .single-blog .part-author .author-data h4 {
	font-size: 20px;
	color: #2d2d43;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 4px;
}
.blog.blog-details-page .single-blog .part-author .author-data span.position {
	color: #555555;
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 7px;
}
.blog.blog-details-page .single-blog .part-author .author-data p {
	font-size: 16px;
	line-height: 24px;
	color: #595959;
}
.blog.blog-details-page .single-blog .part-comments {
	margin-top: 60px;
}
.blog.blog-details-page .single-blog .part-comments h3 {
	font-size: 24px;
	color: #2d2d43;
	font-weight: 700;
	margin-bottom: 43px;
	margin-top: -7px;
}
.blog.blog-details-page .single-blog .part-comments .single-comment {
	display: flow-root;
	background: #fafafa;
	padding: 30px;
	padding-bottom: 11px;
	margin-bottom: 30px;
}
.blog.blog-details-page .single-blog .part-comments .single-comment.reply {
	margin-left: 60px;
}
.blog.blog-details-page .single-blog .part-comments .single-comment .user-img {
	width: 80px;
	float: left;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden;
}
.blog.blog-details-page .single-blog .part-comments .single-comment .user-img img {
	width: 100%;
}
.blog.blog-details-page .single-blog .part-comments .single-comment .user-data {
	display: table;
}
.blog.blog-details-page .single-blog .part-comments .single-comment .user-data h4 {
	font-size: 16px;
	color: #2d2d43;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 4px;
}
.blog.blog-details-page .single-blog .part-comments .single-comment .user-data span.time {
	color: #085dad;
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 7px;
}
.blog.blog-details-page .single-blog .part-comments .single-comment .user-data p {
	font-size: 16px;
	line-height: 24px;
	color: #595959;
}
.blog.blog-details-page .single-blog .comment-box {
	margin-top: 60px;
}
.blog.blog-details-page .single-blog .comment-box h3 {
	font-size: 24px;
	color: #2d2d43;
	font-weight: 700;
	margin-bottom: 43px;
	margin-top: -7px;
}
.blog.blog-details-page .single-blog .comment-box form input {
	height: 50px;
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 0 20px;
	color: #595959;
	border-radius: 4px;
	margin-bottom: 30px;
}
.blog.blog-details-page .single-blog .comment-box form textarea {
	height: 160px;
	width: 100%;
	border: 1px solid #e5e5e5;
	color: #595959;
	border-radius: 4px;
	padding: 13px 20px 20px;
	display: -ms-grid;
	display: grid;
}
.blog.blog-details-page .single-blog .comment-box form button {
	width: 200px;
	height: 50px;
	background: #9300f7;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	border: 1px solid #9300f7;
	cursor: pointer;
	outline: none;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-top: 40px;
}
.blog.blog-details-page .single-blog .comment-box form button:hover {
	background: transparent;
	color: #9300f7;
}
.blog .single-blog .part-img {
	margin-bottom: 25px;
}
.blog .single-blog .part-img img {
	width: 100%;
}
.blog .single-blog .part-text h3 {
	font-size: 22px;
	color: #233d63;
	font-weight: 700;
	margin-bottom: 25px;
}
.blog .single-blog .part-text h3 a:hover {
	color: #9300F7;
}
.blog .single-blog .part-text p {
	color: #57667e;
	font-size: 16px;
	line-height: 26px;
}
.blog .single-blog .meta-info {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 10px 0;
}
.blog .single-blog .meta-info span {
	display: inline-block;
	text-transform: capitalize;
}
.blog .single-blog .meta-info span.date {
	float: right;
}
.blog .blog-pagination {
	text-align: center;
}
.blog .blog-pagination nav {
	display: inline-block;
}
.blog .blog-pagination nav .pagination .page-item:last-child.page-link {
	background: transparent;
	color: #57667e;
}
.blog .blog-pagination nav .pagination .page-item .page-link {
	margin-right: 10px;
	border-radius: 5px;
	background: #e6d0fc;
	color: #57667e;
}
.blog .blog-pagination nav .pagination .page-item .page-link:focus,
.blog .blog-pagination nav .pagination .page-item .page-link.active {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #8115f2;
	color: #fff;
}

@media (max-width: 991px){
	.blog .blog-pagination {
		
	}
	.blog.blog-details-page .single-blog .comment-box {
		margin-bottom: 40px;
	}
}
/*==========================================
    brand
==========================================*/

.brand {
	
}
.brand .single-brand {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px){
	.brand .single-brand {
		text-align: center;
		margin-bottom: 30px;
	}
}
/*==========================================
    newsletter
==========================================*/

.newsletter .part-img img {
	width: 100%;
}
.newsletter .newsletter-area h2 {
	font-size: 40px;
	color: #233d63;
	text-transform: capitalize;
	font-weight: 700;
}
.newsletter .newsletter-area p {
	font-size: 16px;
	color: #57667e;
}
.newsletter .newsletter-area form {
	position: relative;
	margin-top: 33px;
}
.newsletter .newsletter-area form input {
	width: 100%;
	height: 60px;
	border: 1px solid #ddd;
	padding: 0 30px;
	border-radius: 50px;
	text-transform: capitalize;
}
.newsletter .newsletter-area form button {
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	outline: none;
	width: 100px;
	height: 60px;
	color: #0c2038;
	cursor: pointer;
}

@media (max-width: 991px){
	.part-img {
			margin-bottom: 30px;
	}
	.newsletter {
			padding-bottom: 50px;
	}
}
/*==========================================
    footer
==========================================*/

.footer {
	background: url("../images/footer-bg.png") center center no-repeat;
	background-size: cover;
	background-color: #0c2038;
	padding: 100px 0;
}
.footer .address-widget h3,
.footer .other-widget h3,
.footer .about-widget h3 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 13px;
}
.footer .address-widget h3:after,
.footer .other-widget h3:after,
.footer .about-widget h3:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #fff;
}
.footer .address-widget ul li,
.footer .other-widget ul li a,
.footer .about-widget ul li {
	color: #d7d6d6;
	line-height: 27px;
}
.footer .address-widget p,
.footer .other-widget p,
.footer .about-widget p {
	color: #d7d6d6;
	line-height: 27px;
}

.footer .other-widget ul li {
	margin-bottom: 10px;
}

.footer .other-widget ul li a:hover {
	color: #E6D0FC;
}

.footer .other-widget ul li:last-child {
	margin-bottom: 0px;
}

@media (max-width: 767px){
	.address-widget, .other-widget {
		margin-bottom: 30px;
	}
}
/*==========================================
    copyright
==========================================*/

.copyright {
	padding: 28px 0 27px;
}
.copyright .copyright-text p {
	font-size: 16px;
	color: #57667e;
	margin: 0;
}
.copyright .payment {
	float: right;
}
.copyright .payment p {
	font-size: 16px;
	color: #57667e;
	text-transform: capitalize;
	margin-right: 10px;
	margin: 0;
}
.copyright .payment ul li {
	display: inline-block;
}

@media (max-width: 767px){
	.copyright-text {
			text-align: center;
			margin-bottom: 15px;
	}
	.copyright .payment {
		float: none;
		text-align: center;
	}
}

/*==========================================
    breadcrumb
==========================================*/

.breadcrumb-chn {
	background-color: #9300f7;
}
.breadcrumb-chn .breadcrumb-content {
	padding-top: 160px;
    padding-bottom: 100px;
	text-align: center;
}
.breadcrumb-chn .breadcrumb-content h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
}
.breadcrumb-chn .breadcrumb-content ul li {
	color: #fff;
	display: inline-block;
	font-weight: 700;
}
.breadcrumb-chn .breadcrumb-content ul li a {
	display: inline-block;
	color: #fff;
	font-weight: 700;
}
@media (max-width: 575px){
	.breadcrumb-chn .breadcrumb-content h2 {
		font-size: 32px;
	}
}
/*==========================================
    about area
==========================================*/

.about-area .single-segment {
	padding-top: 120px;
}
.about-area .part-img img {
	width: 100%;
}
.about-area .part-text {
	padding-left: 40px;
}
.about-area .part-text h3 {
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	color: #233d63;
	margin-bottom: 25px;
}
.about-area .part-text p {
	color: #57667e;
	line-height: 26px;
	margin-bottom: 27px;
}
.about-area .part-text ul li {
	padding-bottom: 8px;
}
.about-area .part-text ul li i {
	margin-right: 10px;
	color: #9300f7;
}
/*==========================================
    feature
==========================================*/

.feature {
	
}
.feature .single-feature {
	text-align: center;
	padding: 40px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}
.feature .single-feature .part-icon {
	display: inline-block;
	margin-bottom: 25px;
}
.feature .single-feature .part-text h3 {
	font-size: 24px;
	font-weight: 700;
	color: #233d63;
	text-transform: capitalize;
	margin-bottom: 17px;
}
.feature .single-feature .part-text p {
	color: #57667e;
	line-height: 26px;
	margin: 0;
}
/*==========================================
    affiliate
==========================================*/

.affiliate .part-img img {
	width: 100%;
}
.affiliate .part-text {
	padding-left: 30px;
}
.affiliate .part-text h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
	color: #233d63;
	margin-bottom: 25px;
}
.affiliate .part-text p {
	color: #57667e;
	line-height: 26px;
	margin-bottom: 27px;
}
.affiliate .part-text ul li {
	padding-bottom: 15px;
}
.affiliate .part-text ul li i {
	margin-right: 6px;
	color: #9300f7;
}
.affiliate .part-text a {
	width: 250px;
	height: 50px;
	border-radius: 50px;
	line-height: 48px;
	border: 1px solid #ccc;
	display: inline-block;
	text-align: center;
	color: #57667e;
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 22px;
}
/*==========================================
    order
==========================================*/

.order {
	padding-bottom: 120px;
}
.order .order-area .table {
	margin: 0;
}
.order .order-area .table thead {
	background: #e9ccfd;
}
.order .order-area .table thead tr th {
	border: 0;
	padding: 12px 20px 13px;
	text-transform: capitalize;
}
.order .order-area .table tbody tr th,
.order .order-area .table tbody tr td {
	background: #e9ebfc;
	border: 1px solid #fff;
	padding: 12px 20px 13px;
	text-transform: capitalize;
}
/*==========================================
    privacy
==========================================*/

.privacy {
	margin: -5px 0;
}
.part-text {
    margin-bottom: 30px;
}
.privacy .part-text h3 {
	text-transform: capitalize;
	font-weight: 700;
	color: #233d63;
	font-size: 32px;
	margin-bottom: 20px;
}
.privacy .part-text h4 {
	text-transform: capitalize;
	font-weight: 700;
	color: #233d63;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.privacy .part-text p {
	font-size: 16px;
	line-height: 26px;
	color: #57667e;
	margin: 0;
}
/*==========================================
    faq
==========================================*/

.faq {
	
}
.faq a {
	background: rgba(0, 213, 99, 0.09);
	color: #2d2d43;
	display: inline-block;
	height: 50px;
	width: 200px;
	border: 1px solid rgba(0, 213, 99, 0.3);
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	margin-top: 21px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.faq a:hover {
	background: #2d2d43;
	border-color: #2d2d43;
	color: #fff;
}
.faq .accordion .card {
	border: none;
	margin-bottom: 30px;
	border: 1px solid #ccc !important;
	border-radius: 10px !important;
}
.faq .accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 10px;
}
.faq .accordion .card .card-header {
	border: none;
	border-radius: 10px;
	padding: 0;
	background: transparent;
}
.faq .accordion .card .card-header h5 {
	padding: 0;
}
.faq .accordion .card .card-header h5 button {
	color: #2d2d43;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	padding: 0 30px 0 30px;
	height: 80px;
	display: block;
	width: 100%;
	text-align: left;
	background: #f0f8ff;
	background: transparent;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.faq .accordion .card .card-header h5 button:after {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -10px;
	color: #085dad;
	text-align: center;
	border-radius: 50%;
	line-height: 100%;
	content: '\f067';
	font-size: 16px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.faq .accordion .card .card-header h5 button.collapsed {
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.faq .accordion .card .card-header h5 button[aria-expanded="true"]:after {
	content: '\f068';
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.faq .accordion .card .card-body {
	border-radius: 0 0 10px 10px;
	background: #f0f8ff;
	background: transparent;
	padding-top: 0;
	margin-top: -6px;
	padding-left: 32px;
	padding-right: 30px;
	font-size: 16px;
	line-height: 30px;
}
/*==========================================
    form
==========================================*/

.etu-form {
	
}
.etu-form .form-area {
	padding: 60px;
	border: 1px solid #e5e5e5;
}
.etu-form .form-area h2 {
	font-size: 30px;
	font-weight: 700;
	color: #2d2d43;
	text-align: center;
	margin-bottom: 23px;
	margin-top: -10px;
	text-transform: capitalize;
}
.etu-form .form-area form .single-input-box {
	margin-bottom: 25px;
}
.etu-form .form-area form .single-input-box label {
	text-transform: capitalize;
	font-size: 16px;
	color: #2d2d43;
	display: block;
	margin-bottom: 13px;
	font-weight: 500;
}
.etu-form .form-area form .single-input-box input,
.etu-form .form-area form .single-input-box select,
.etu-form .form-area form .single-input-box textarea {
	text-transform: capitalize;
	width: 100%;
	height: 50px;
	padding: 0 25px;
	border: 1px solid #e5e5e5;
}
.etu-form .form-area form .single-input-box textarea {
	height: 274px;
	padding: 10px 25px;
}
.etu-form .form-area form button {
	background: #9300f7;
	color: #fff;
	border-radius: 4px;
	height: 50px;
	width: 100%;
	border: 1px solid #9300f7;
	outline: none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer;
	text-transform: capitalize;
}
.etu-form .form-area form button:hover {
	background: transparent;
	color: #9300f7;
}
.etu-form .form-area .login-with-social {
	text-align: center;
	margin-top: 50px;
}
.etu-form .form-area .login-with-social a {
	width: 110px;
	height: 50px;
	border-radius: 4px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background: #3b5999;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	top: 0;
	margin-right: 16px;
}
.etu-form .form-area .login-with-social a:hover {
	top: 3px;
}
.etu-form .form-area .login-with-social a:nth-child(2) {
	background: #dd4b39;
}
.etu-form .form-area .login-with-social a:nth-child(3) {
	background: #55acee;
	margin-right: 0;
}

@media (max-width: 500px){
	.etu-form .form-area .login-with-social a {
		margin-bottom: 10px;
		margin-right: 0;
	}
}
/*==========================================
    contact
==========================================*/

.contact {
	padding: 120px 0 0;
}
.contact .part-map {
	position: relative;
}
.contact .part-map .address-area {
	position: absolute;
	background: #fff;
	z-index: 2;
	width: 50%;
	padding: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.contact .part-map .address-area .part-text h3 {
	font-size: 24px;
	font-weight: 700;
	color: #000000;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 16px;
	margin-bottom: 23px;
}
.contact .part-map .address-area .part-text h3:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 30px;
	background: #8115f2;
	height: 3px;
}
.contact .part-map .address-area .part-text ul {
	margin-bottom: 22px;
}
.contact .part-map .address-area .part-text ul li {
	color: #57667e;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 27px;
}
.contact .part-map .address-area .part-text h4 {
	font-size: 18px;
	font-weight: 700;
	color: #233d63;
	text-transform: capitalize;
}
.contact .part-map .address-area .part-img {
	width: 100%;
}
.contact .part-map .address-area .part-img img {
	width: 100%;
}
.contact .part-map #map {
	height: 500px;
}

@media (max-width: 991px){
	.contact .part-map .address-area .part-img {
		margin-bottom: 0;
	}
	.contact .part-map .address-area .part-img img {
		width: 50px;
	}
}

@media (max-width: 575px){
	.contact .part-map .address-area {
		width: 80%;
	}
}


/*==========================================
    error 404
==========================================*/

.error {
	
}
.error .error-area {
	text-align: center;
}
.error .error-area h2 {
	font-size: 60px;
	color: #233d63;
	font-weight: 700;
	margin-top: -19px;
	margin-bottom: 17px;
}
.error .error-area h3 {
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 19px;
}
.error .error-area p {
	font-size: 16px;
	line-height: 27px;
	color: #57667e;
}
.error .error-area a {
	display: inline-block;
	height: 50px;
	width: 180px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 48px;
	border: 1px solid #9300f7;
	background: #9300f7;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-top: 30px;
}
.error .error-area a:hover {
	background: transparent;
	color: #9300f7;
}
/*==========================================
    sidebar
==========================================*/

.sidebar .single-widget {
	margin-bottom: 40px;
}
.sidebar .single-widget:last-child {
	margin-bottom: 0;
}
.sidebar .single-widget .search-widget form {
	position: relative;
}
.sidebar .single-widget .search-widget form input {
	width: 100%;
	padding: 0 80px 0 30px;
	height: 50px;
	border: 1px solid #d9d9d9;
	background: transparent;
	outline: none;
}
.sidebar .single-widget .search-widget form button {
	border: none;
	background: transparent;
	color: #085dad;
	outline: none;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #d9d9d9;
	cursor: pointer;
}
.sidebar .single-widget .category-widget {
	background: #fafafa;
	padding: 40px 30px;
}
.sidebar .single-widget .category-widget.style-2 {
	padding: 40px 30px 30px;
}
.sidebar .single-widget .category-widget.style-2 ul li {
	margin-bottom: 0;
}
.sidebar .single-widget .category-widget.style-2 ul li a {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	border: 1px solid #dbdbdb;
	padding: 9px 15px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.sidebar .single-widget .category-widget.style-2 ul li a:hover .etu-icon {
	color: #8cc739;
	border-color: #8cc739;
}
.sidebar .single-widget .category-widget h3 {
	font-size: 22px;
	color: #233d63;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 35px;
	line-height: 22px;
}
.sidebar .single-widget .category-widget h3:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #085dad;
}
.sidebar .single-widget .category-widget ul li {
	margin-bottom: 21px;
}
.sidebar .single-widget .category-widget ul li a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.sidebar .single-widget .category-widget ul li a i {
	margin-right: 4px;
}
.sidebar .single-widget .category-widget ul li a span {
	float: right;
}
.sidebar .single-widget .category-widget ul li a span.etu-icon {
	border: 1px solid #595959;
	color: #000;
	border-radius: 50px;
	width: 30px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	padding-left: 6px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.sidebar .single-widget .category-widget ul li a:hover {
	color: #085dad;
}
.sidebar .single-widget .category-widget ul li:last-child {
	margin-bottom: 0;
}
.sidebar .single-widget .admission-widget {
	background: #fafafa;
	padding: 40px 30px;
}
.sidebar .single-widget .admission-widget h3 {
	font-size: 22px;
	color: #2d2d43;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 30px;
	line-height: 22px;
}
.sidebar .single-widget .admission-widget h3:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #085dad;
}
.sidebar .single-widget .admission-widget form input,
.sidebar .single-widget .admission-widget form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 50px;
	width: 100%;
	border: 1px solid #d8d7d6;
	border-radius: 4px;
	padding: 0 30px;
	margin-bottom: 10px;
	color: #595959;
	text-transform: capitalize;
}
.sidebar .single-widget .admission-widget form .select-box {
	position: relative;
}
.sidebar .single-widget .admission-widget form .select-box span.icon {
	color: #595959;
	display: inline-block;
	position: absolute;
	width: 20px;
	right: 30px;
	height: 50px;
	text-align: right;
	line-height: 50px;
	top: -2px;
}
.sidebar .single-widget .admission-widget form button {
	cursor: pointer;
	width: 100%;
	color: #fff;
	background: #8cc739;
	border: none;
	outline: none;
	height: 60px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	border: 1px solid #8cc739;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.sidebar .single-widget .admission-widget form button:hover {
	background: transparent;
	color: #8cc739;
}
.sidebar .single-widget .blog-list-widget {
	background: #fafafa;
	padding: 40px 30px 20px;
}
.sidebar .single-widget .blog-list-widget h4 {
	font-size: 22px;
	color: #2d2d43;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 30px;
	line-height: 22px;
}
.sidebar .single-widget .blog-list-widget h4:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #085dad;
}
.sidebar .single-widget .tag-widget {
	background: #fafafa;
	padding: 40px 30px 30px;
}
.sidebar .single-widget .tag-widget h3 {
	font-size: 22px;
	color: #2d2d43;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
	margin: 0;
	padding-left: 20px;
	margin-bottom: 30px;
	line-height: 22px;
}
.sidebar .single-widget .tag-widget h3:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #085dad;
}
.sidebar .single-widget .tag-widget a {
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	color: #000;
	border: 1px solid #595959;
	border-radius: 3px;
	text-transform: capitalize;
	line-height: 40px;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-right: 6px;
	margin-bottom: 10px;
}
.sidebar .single-widget .tag-widget a:hover {
	background: #085dad;
	color: #fff;
	border-color: #085dad;
}
/*==========================================
    Home 2
==========================================*/

.banner-2 {
	padding: 230px 0;
}
.header .header-bottom-2 {
	background: transparent;
	box-shadow: none;
}
.header .header-bottom-2 .mainmenu .navbar .navbar-nav .nav-item .nav-link {
	color: #57667e;
	font-weight: 500;
}
.bannner-content-2 {} .bannner-content-2 h1 {
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 20px;
	background-clip: text;
	background: -webkit-linear-gradient(#5c00e1, #9300f7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: url(../images/hero-2-text-bg.jpg);
}
.bannner-content-2 p {
	margin-bottom: 50px;
	font-size: 18px;
}
.bannner-content-2 a {
	padding: 18px 50px;
	border-radius: 50px;
	font-weight: 600;
	color: #fff;
	background: #A403F9;
}
@media (max-width: 575px){
	.bannner-content-2 h1 {
		font-size: 40px;
		line-height: initial;
	}
	.banner-2 {
			padding: 130px 0;
	}
}

.convert-currency-be-af::after {
	position: absolute;
	content: "";
	height: 204px;
	width: 204px;
	background: url('../images/convert-currency-af.png');
	right: -160px;
	top: 0;
	z-index: -1;
}
.convert-currency-be-af::before {
	position: absolute;
	content: "";
	height: 204px;
	width: 204px;
	background: url('../images/convert-currency-be.png');
	left: -160px;
	bottom: 0;
	z-index: -1;
}


.single-trust-batch {
  padding: 50px 30px;
  text-align: center;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.single-trust-batch img {
  width: 40px;
  margin-bottom: 20px;
}

.single-trust-batch h4 {
  font-size: 22px;
  font-weight: 600;
  color: #233d63;
}



.single-exchange-currency {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 30px;
}

.single-exchange-currency img {
  margin-bottom: 30px;
}

.single-exchange-currency h4 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}

.single-exchange-currency p {
  margin-bottom: 0;
}


/*  Section Styles */

.section-padding {
  padding: 20px 0;
}

.section-padding-2 {
  padding-top: 120px;
  padding-bottom: 90px;
}

.gray-bg {
  background: #fbfbfb;
}

.bttn-mid {
  position: relative;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 40px;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    text-transform: capitalize;
    transition: 0.4s;
}

.btn-fill {
  border: 2px solid #E7E7E7;
  color: #57667e;
}

.btn-fill:hover {
  border: 2px solid #9300F7;
  color: #fff;
  background-image: -moz-linear-gradient( 29deg, rgb(92,0,225) 13%, rgb(147,0,247) 81%);
  background-image: -webkit-linear-gradient( 29deg, rgb(92,0,225) 13%, rgb(147,0,247) 81%);
  background-image: -ms-linear-gradient( 29deg, rgb(92,0,225) 13%, rgb(147,0,247) 81%);
}




.affiliate-video {
	position: relative;
	    margin-bottom: 30px;
}
.aff-vid-icon {
	position: absolute;
	bottom: 80px;
  right: 85px;
}

.aff-content h5 {
	color: #233d63;
	font-size: 20px;
	position: relative;
	font-weight: 300;
	display: inline-block;
}

.aff-content h5:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 2px;
	background: #AD00FC;
	right: -50px;
	top: 50%;
	transform: translateX(-50%);
}

.aff-content h2 {
	color: #233d63;
	font-size: 40px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 30px;
}

.aff-content p {
	margin-bottom: 20px;
}

.aff-content ul {
	margin-bottom: 25px;
}

.aff-content ul li {
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}

.aff-content ul li:before {
	position: absolute;
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #AD00FC;
}



/*

===============================
Pricing Area
===============================

*/

.pricing-area {
  
}

.pricing-tab-btns {
		border-bottom: 0;
		margin-bottom: 40px;
}
.pricing-tab-btns li {
    margin: 0 10px;
}
.pricing-tab-btns li:last-child {

}
.pricing-tab-btns li a {
    color: #777777;
    text-align: center;
    display: inline-block;
    border: 1px solid #E5E5E5;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
}

.pricing-tab-btns li a.active {
   background: #9300F7;
    color: #fff;
    border: 1px solid #9300F7;
}


.single-pricing {
    padding: 45px 30px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0px 8px 32px 8px rgba(206, 208, 209, 0.3);
    position: relative;
}



.single-pricing:before {
    position: absolute;
    content: "";
    height: 160px;
    width: 100%;
    background: url(../images/pricing-before.png) no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px 6px 0 0;
    background-size: cover;
}


  
.single-pricing h4 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.single-pricing h3 {
    font-size: 24px;
    color: #9300F7;
    border: 1px solid #E5E5E5;
    margin-bottom: 30px;
    display: inline-block;
    padding: 12px 70px;
    background: #fff;
    box-shadow: 0px 10px 32px 8px rgba(0, 0, 0, 0.05);
}

.single-pricing ul {
    margin-bottom: 40px;
}
.single-pricing ul li {
    margin-bottom: 12px;
    font-weight: 600;
}


@media (max-width:991px){
  .single-pricing {
    margin-bottom: 30px;
  }
}

@media (max-width:767px){
  .pricing-tab-btns li a {
    margin-bottom: 10px;
  }
}

@media (max-width:407px){
  .pricing-tab-btns li {
    width: 80%;
    margin: auto;
  }
}







.single-blog-2 {
	position: relative;
	transition: 0.4s;
	margin-bottom: 60px;
}

.single-blog-2 img {
	width: 100%;
}

.single-blog-2:hover .blog-title {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.blog-title {
	position: absolute;
	bottom: -60px;
	background: #fff;
	width: 80%;
	left: 50%;
	transform: translateX(-50%);
	padding: 30px;	
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.blog-title h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.blog-title h3 a {
	color: #233d63;
}

.blog-title h3 a:hover {
	color: #9300F7;
}

@media (max-width: 991px){
	.single-blog-2 {
		margin-bottom: 95px;
	}
}


/* Additional Css ������ȫ��õ�Bootstrapģ�壺http://www.bootstrapmb.com*/
.table-chart table {
	margin-bottom: 0;
}
.order .order-area .table {
    margin: 0;
    max-width: 1100px;
}
.pie-chart {
    margin-top: 50px;
}
.mb-40 {
	margin-bottom: 40px;
}



@media (max-width: 991px) {
	.testi-currency .testimonial-area:after, .testi-currency .testimonial-area:before {
		right: 0;
	}
	.pie-chart {
		margin-top: 0px;
	}
	.advisor .video-area {
		padding-top: 100px;
	}
}


@media (max-width: 991px){
  .section-padding {
    padding: 100px 0;
  }
  .section-padding-2 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .about-area .single-segment {
	  padding-top: 100px;
  }
  .section-title {
		margin-bottom: 60px;
  }
  .order {
	  padding-bottom: 100px;
  }
  .blog-pagination {
	  margin-bottom: 30px;
  }
  .footer {
	  padding-top: 80px;
	  padding-bottom: 60px;
  }
}

@media (max-width: 767px){
  .section-padding {
    padding: 80px 0;
  }
  .section-padding-2 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .section-title {
		margin-bottom: 40px;
  }
  .about-area .single-segment {
	  padding-top: 80px;
  }
  .order {
	  padding-bottom: 80px;
  }
  .benifit {
		padding-bottom: 60px;
	}
}

@media (max-width: 575px){
  .section-padding {
    padding: 50px 0;
  }
  .section-padding-2 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .about-area .single-segment {
	  padding-top: 50px;
  }
  .order {
	  padding-bottom: 50px;
  }
  .faq .accordion .card .card-header h5 button {
	  font-size: 14px;
  }
  .etu-form .form-area {
	  padding: 30px;
  }
}

@media (max-width: 320px){
  .faq .accordion .card .card-header h5 button {
	  font-size: 12px;
  }
}









#message {
   /* display: none;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #33cc33;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    animation: fadeOut 2s forwards;*/

    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: none;
    z-index: 9999;
}

@keyframes fadeOut {
    0% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; display: none; }
}
