/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:        HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    30/04/2018
    Primary use:    Advisor, bitcoin, bitcoin landing, block chain, crypto trading, cryptocurrency, Currency Exchange, ico, ICO Agency, ICO Consulting, ico landing, ico 
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + BLOG UPDATES 
 + APPOINMENT
 + NEWS FROM BLOG
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + MEGA MENU
 + 3 MENU LEVEL 
-------------------------------------------------------------------*/


/*=======================================================
      THEME STYLING START
========================================================*/

* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #FFF;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.fonts {
    font-family: 'Merriweather', serif;
    font-family: 'Montserrat', sans-serif;
}


/*=======================================================
      WRAPPER
========================================================*/

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/*=======================================================
      HEADINGS
========================================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #002469;
    font-weight: 600;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    font-weight: bold;
}

p {
    font-weight: 500;
    color: #6f6f6f;
    line-height: 26px;
    text-rendering: optimizeLegibility;
}

button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}

img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block !important;
}

ul {
    margin-bottom: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #141414;
}

p.intro-small {
    width: 80%;
    margin: 0 auto;
}

.text-transform-none {
    text-transform: none !important;
}

.text-white {
    color: #fff !important;
}

img {
    max-width: 100%;
}


/*=======================================================
      BTN STYLE
========================================================*/

.btn {
    border: none;
    color: #fff;
    display: inline-block;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border-radius: 10px;
    /* background: #2d3a4b; */
    background: #0080FF;
    position: relative;
    z-index: 1;
}

.btn-menu {
    line-height: 1;
}

.btn:hover {
    /* background: #0b0c22; */
    background: #fff;
    color: #0b0c22;
}

.btn-inverse {
    background: #fff;
    color: #0b0c22;
}

.btn-inverse:hover {
    background: #0080FF;
    color: #0b0c22;
}

.btn-white {
    background: #fff;
    color: #ab4e52 !important;
}

.btn-white:hover {
    background: #ab4e52;
    color: #fff !important;
}

.tp-caption .btn {
    display: inline-block;
}

.btn-1 {
    border: 1px solid #965452;
    border-left: none;
    border-right: none;
    border-top-color: transparent;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    padding: 10px;
    letter-spacing: 1px;
    color: #965452;
}

.btn-1 i {
    font-size: 10px;
    margin-left: 20px;
}

.btn-1.btn-2 {
    border-bottom-color: transparent;
    border-top: 1px solid #965452;
}

.btn-1:hover {
    color: #fff;
    background: #965452;
}

.btn-small {
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 1px;
}

.btn-round {
    background: none;
    border-radius: 50px;
    border: 1px solid #2d3a4b;
    color: #2d3a4b;
}

.btn-round:hover {
    background: #2d3a4b;
    color: #fff;
}

.parallax-bg {
    background-size: cover !important;
}

section {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.text-shadow {
    text-shadow: 3px 0px 5px rgba(0, 0, 0, 0.5);
}

.text-shadow-1 {
    text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.home-slide {
    position: relative;
    padding-top: 150px;
}

.home-slide .owl-dots {
    text-align: left;
}

#content {
    background: #fff;
    position: relative;
    z-index: 1;
}


/*=======================================================
      Position Center Center 
========================================================*/

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*=======================================================
      LEGAL
========================================================*/

.legal p {
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    line-height: 1.8rem;
}

.legal h1 {
    text-align: left;
    line-height: 1.8rem;
}

.legal h2 {
    text-align: left;
    font-size: 18px;
    margin-top: 2rem;
    line-height: 1.8rem;
}

.legal h3 {
    text-align: left;
    font-size: 15px;
    color: #002469;
    line-height: 1.8rem;
}

.legal li {
    text-align: left;
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 400;
    color: #6f6f6f;
    line-height: 1.8rem;
}

/*=======================================================
      HEADING
========================================================*/

.heading {
    margin: 0 auto;
    margin-bottom: 46px;
    position: relative;
    z-index: 1;
}

.heading h2 {
    margin-bottom: 20px;
}

.heading h6 {
    margin: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: none;
    position: relative;
}

.heading h4 {
    font-weight: 500;
    color: #2d3a4b;
    margin: 0px;
    font-size: 26px;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.heading p {
    max-width: 800px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
}

.heading span {
    display: inline-block;
    max-width: 800px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-style: italic;
}

.heading.light-head h3 {
    color: #fff;
}

.heading.light-head h4 {
    color: #fff;
}

.heading span {
    color: #666666;
}

.center-block {
    float: none;
}

.heading.style-left {
    margin-bottom: 30px;
}

.heading.style-left h4 {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.heading.style-left h4:before {
    content: "";
    position: absolute;
    bottom: 9px;
    height: 4px;
    background: #ffe115;
    height: 7px;
    width: 100%;
    z-index: -1;
}

.heading.style-left span {
    font-size: 36px;
    line-height: 48px;
    display: inline-block;
    width: 85%;
}


/*=======================================================
      HEADER
========================================================*/

header {
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    padding: 15px 0 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.is-sticky header {
    background: rgb(0 37 105);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

header .navbar {
    border: none;
    margin: 0px;
    position: static;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
    float: right;
}

header .navbar .nav {
    margin-top: 3px;
}

.dropdown-toggle::after {
    display: none;
}

header .logo {
    float: left;
    position: relative;
    max-width: 206px;
    min-height: 64px;
    min-width: 220px;
}

header .logo img {
    z-index: 3;
    position: relative;
}

.sticky-wrapper {
    height: auto !important;
}

header .sticky {
    background: rgba(255, 255, 255, 0.95);
    left: 0px;
}

header .is-sticky .sticky {
    padding: 15px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

header .navbar {
    display: inline-block;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

header .navbar li {
    display: inline-block;
    float: left;
    margin: 0 5px;
    position: relative;
}

header .sticky {
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

header .navbar li a {
    font-size: 14px!important;
    color: #fff;
    font-weight: 500;
    padding: 10px 0px;
    margin: 0 10px;
    position: relative;
    /* letter-spacing: -0.5px; */
    /* text-transform: uppercase; */
    display: inline-block;
}

header .navbar li a:before {
    width: 0px;
    margin: 0px auto;
    position: absolute;
    content: "";
    height: 2px;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    background: #0080FF;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

header .navbar li a:hover:before {
    width: 100%;
}

header .navbar li.active a:before {
    width: 100%;
    margin: 0px auto;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    background: #0080FF;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}

.ownmenu .nav .dropdown-menu {
    background: rgba(255, 255, 255, 0.99);
    padding: 0px;
}

.ownmenu .dropdown-menu li {
    margin: 0px;
}

.ownmenu .nav .dropdown-menu li {
    position: relative;
    z-index: 2;
}

.ownmenu .nav .dropdown-menu li a {
    z-index: 1;
    position: relative;
}

.ownmenu .nav .dropdown-menu li a:before {
    background: #2d3a4b;
    content: "";
    width: 0px;
    height: 100%;
    top: 0px;
    margin: 0px;
    z-index: -1;
    left: 0px;
    display: none;
}

.ownmenu .dropdown-menu li a:hover:before {
    width: 100%;
}

.ownmenu .nav .dropdown-menu li a {
    padding: 0px 20px;
    font-size: 13px;
    line-height: 30px;
    background: none;
    text-transform: none;
    color: #2d3a4b !important;
}

.ownmenu .nav .dropdown-menu li:nth-last-child(1) a {
    border-bottom: none;
}

.ownmenu .nav .dropdown-menu li a:hover {
    color: #000 !important;
}

.ownmenu .nav .dropdown-menu {
    border: none;
    min-width: 250px;
    margin-top: 23px;
}

.ownmenu .nav .dropdown-menu {
    border-top: none;
    padding: 12px;
    border-radius: 0px 0px 8px 8px;
    margin-left: 10px;
}

.ownmenu .nav .dropdown-menu {}

.ownmenu .dropdown.megamenu {
    position: static !important;
}

.ownmenu .dropdown.megamenu .dropdown-menu {
    width: 100%;
    min-width: inherit;
    padding: 30px;
    margin-top: 0px;
}

.ownmenu .nav .dropdown-menu li a {
    position: relative;
}

.ownmenu .nav .dropdown-menu li a:after {
    content: "\f105";
    position: absolute;
    left: 5px;
    top: 0px;
    color: #000;
    font-family: 'FontAwesome';
}

.ownmenu .dropdown.megamenu .dropdown-menu li {
    display: inline-block;
    width: 100%;
}

.ownmenu .dropdown.megamenu .dropdown-menu h6 {
    margin-bottom: 20px;
    color: #2d3a4b;
    font-size: 14px;
    font-weight: normal;
}

.ownmenu .dropdown.megamenu .dropdown-menu .btn {
    padding: 0px 30px;
    letter-spacing: 0px;
    margin-top: 10px;
}

.ownmenu .dropdown.megamenu .dropdown-menu .btn:before {
    display: none;
}

.ownmenu .dropdown.megamenu .dropdown-menu h5 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #2d3a4b;
}

.ownmenu .dropdown.megamenu .dropdown-menu h5 span {
    font-size: 14px;
    text-transform: none;
    width: 100%;
    font-weight: normal;
    display: inline-block;
}

.ownmenu .dropdown.megamenu .dropdown-menu li a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    padding: 0px 0px;
    color: #2d3a4b !important;
    margin: 0px;
}

.ownmenu .dropdown .media-left {
    float: left;
}

.ownmenu .dropdown.megamenu .cart-img {
    width: 80px;
    margin-right: 10px;
    padding: 5px;
    display: inline-block;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.ownmenu .dropdown.megamenu .cart-img a {
    padding: 1px !important;
    border: none !important;
}

.ownmenu .dropdown.megamenu .stars {
    margin-bottom: 0px;
    color: #ffe119;
    font-size: 11px;
}

.ownmenu .dropdown.megamenu .stars i {
    margin: 0 1px;
}

.ownmenu .dropdown.megamenu .media-heading {
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 5px !important;
}

.ownmenu .dropdown.megamenu .top-rated li .price {
    font-size: 12px;
}

.ownmenu .dropdown.megamenu .top-rated li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.ownmenu .dropdown.megamenu .top-rated li:nth-last-child(1) {
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ownmenu .dropdown.megamenu .dropdown-menu {
    overflow: hidden;
    border-top: 1px solid #2d3a4b;
    margin: 0px;
}

.ownmenu .dropdown.megamenu .dropdown-menu .row {
    max-width: 1170px;
    margin: 0 auto;
}

header .is-sticky .sticky .nav .dropdown.megamenu .dropdown-menu {
    margin-top: 0px;
}

.ownmenu .dropdown.megamenu .dropdown-menu .row {
    position: relative;
}

.ownmenu .dropdown.megamenu .dropdown-menu .nav-img {
    margin-right: -30px;
    float: right;
    margin-top: -30px;
    margin-bottom: -30px;
    position: absolute;
    top: 0px;
    z-index: -1;
}

.ownmenu .dropdown.megamenu .dropdown-menu li a:before {
    height: 1px;
    top: auto;
    bottom: 0px;
}

.ownmenu .dropdown .sub-menu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none !important;
    margin: 0px !important;
}

.ownmenu .dropdown .sub-menu:hover .dropdown-menu {
    display: block !important;
}

.ownmenu .dropdown .sub-menu .dropdown-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.ownmenu .dropdown .sub-menu .dropdown-menu li:nth-last-child(1) a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.ownmenu .dropdown .sub-menu:before {
    content: "\f105";
    position: absolute;
    right: 10px;
    font-family: 'FontAwesome';
    line-height: 33px;
    z-index: 2;
}

.ownmenu .dropdown .sub-menu:hover:before {
    color: #fff;
}

.ownmenu .navbar-collapse #native-tokens {
    margin-left: 25px;
}

.ownmenu .navbar-collapse #native-tokens a {
    /* border-radius: 25px; */
}

.ownmenu {
    float: left;
}

.nav-right i {
    font-size: 20px;
}

.nav-right .navbar-right li {
    margin: 0px;
}

.nav-right .navbar-right li a {
    border: 1px solid #2d3a4b;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 34px;
    margin-left: 10px !important;
}

.nav-right .navbar-right li a i {
    font-size: 14px;
}

.nav-right .navbar-right li a:hover {
    color: #fff;
    background: #2d3a4b;
}

.nav-right {
    float: right;
    position: relative;
    margin-top: 1px;
}

.navbar-right li a {
    margin: 0px !important;
    padding: 0px !important;
    width: 40px;
    float: left;
}

header .social_icons {
    float: right;
    color: #fff;
    margin-top: 20px;
}

header .social_icons a {
    color: #fff;
    margin-left: 10px;
}

header.light-head .navbar .nav-right li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: none !important;
}

header .social_icons a:hover {
    color: #ab4e52;
}

header .is-sticky .sticky .nav .dropdown-menu {
    margin-top: 10px;
}

.header-1 {
    position: absolute;
    background: none;
}

.header-1 .sticky {
    background: none;
}

.header-1 .is-sticky .sticky {
    background: rgba(255, 255, 255, 0.9);
}

header.light-head .navbar li a {
    color: #fff;
}

header.light-head .navbar li a:hover {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 6px 6px 0 0;
}

header.light-head .navbar .dropdown-menu li a {
    color: #333;
}

header.light-head .navbar .dropdown-menu li a.btn {
    color: #fff;
}

.header-1 .is-sticky .sticky {
    background: rgba(0, 0, 0, 0.9);
}

header.light-head .ownmenu .nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.9) !important;
    border: none;
}

header.light-head .ownmenu .nav ul.dropdown-menu li a {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header.light-head .ownmenu .nav .dropdown-menu li a:after {
    color: #fff;
}

header.light-head .ownmenu .nav ul.dropdown-menu li a:hover {
    color: #fff !important;
}

header.light-head .ownmenu .nav ul.dropdown-menu li a:before {
    display: none;
}

header.light-head p {
    color: #b4b4b4;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu h6 {
    color: #fff;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu h5 {
    color: #fff;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu h5 span {
    color: #999999;
}

header.light-head .ownmenu .dropdown.megamenu .cart-img {
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

header.light-head .ownmenu .dropdown.megamenu .top-rated li .price {
    color: #999999;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu li a {
    color: #999999 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu li a:hover {
    color: #fff !important;
}

header.light-head .ownmenu .dropdown.megamenu .dropdown-menu li a:before {
    background: #fff;
}

.header-1 {
    padding-bottom: 0px !important;
}

.header-1 .sticky {
    padding-bottom: 0px !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: none;
}

.header-1 .logo {
    margin-top: 13px;
}

.header-1 .ownmenu .nav .dropdown-menu {
    margin-top: 0px;
}

header.light-head .navbar li a:before {
    background: #fff;
    bottom: 0px;
    top: auto;
    height: 2px;
}

header.light-head .navbar li.active a:before {
    background: #fff;
}

header.light-head .ownmenu ul.dropdown {
    background: rgba(0, 0, 0, 0.9);
}

header.light-head .ownmenu ul.dropdown li a {
    color: #d6d6d6 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .navbar-collapse {
    float: left;
    padding: 0px;
    margin-right: 20px;
    /* width: 95vw; */
    border-radius: 10px;
}

header .user-acc li {
    display: inline-block;
    width: 100%;
    margin: 0px !important;
}

header .user-acc li h6 {
    padding: 0 20px;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    text-transform: none;
}

header .user-acc .dropdown-menu {
    margin-top: 51px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    min-width: 260px;
}

.header-1 .user-acc .dropdown-menu {
    margin-top: 11px;
}

.header-1 .user-basket .dropdown-menu {
    margin-top: 11px;
}

header .is-sticky .sticky .user-acc .dropdown-menu {
    margin-top: 21px;
}

header .user-acc li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 0px;
    padding: 10px 20px;
    font-size: 12px;
}

header .user-acc .dropdown-menu>li>a:hover {
    background: #ffe115;
}

header .user-acc .dropdown-menu>li>a:focus {
    background: #ffe115;
}

header .navbar-right li a:before {
    display: none;
}

header .user-basket .dropdown-menu {
    margin-top: 51px;
    padding: 20px;
    border: none;
    border-radius: 0px;
    min-width: 350px;
}

header .user-basket .dropdown-menu li {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    width: 100%;
}

header .user-basket h5 {
    font-weight: normal;
    font-size: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

header .user-basket .btn {
    padding: 0px 0px;
    width: 100%;
    letter-spacing: 0px;
    color: #fff;
    border: none;
}

header .user-basket .btn:hover {
    background: #ffe115;
    color: #2d3a4b;
}

header .user-basket .media-heading {
    margin-top: 0px;
    font-weight: normal;
}

header .user-basket span {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-size: 12px;
}

header .user-basket .cart-img a {
    display: inline-block;
    width: 100%;
    padding: 0px;
}

header .user-basket .cart-img {
    width: 90px;
    margin-right: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 5px;
    display: inline-block;
}

header .is-sticky .sticky .user-basket .dropdown-menu {
    margin-top: 21px;
}


/*=======================================================
			Main
========================================================*/

#particles-js {
    width: 100%;
    background: #002469;
    background-size: cover;
}

.simple-head {
    background-size: cover;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .simple-head {
        max-height: 642px;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    .simple-head {
        max-height: 542px;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    .simple-head {
        max-height: 542px;
    }
}


.simple-head .position-center-center {
    margin-top: 30px;
    width: 100%;
}

.simple-head .btn {
    margin: 0 5px;
    margin-top: 30px;
}

.simple-head h1 {
    color: #fff;
    margin: 0px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 20px;
}

.simple-head p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.simple-head .distri .countdown {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.simple-head .distri {
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}

.simple-head .distri h6 {
    font-size: 18px;
    margin: 0px;
    margin-top: 20px;
    font-weight: 600;
}

.simple-head .distri .progress {
    margin: 10px 0;
}

.simple-head .distri .progress span {
    text-align: left;
}

.simple-head .distri .progress span small {
    float: right;
    margin-top: 2px;
}

.simple-head .distri .countdown li p {
    color: #333;
    font-size: 12px;
}


/*=======================================================
      Half Layouts
========================================================*/

.main-half-layout {
    background: url(../images/ico-tech.jpg) center center no-repeat;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
}

.main-half-layout-container {
    position: relative;
    padding: 80px 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 40%;
    margin: 0 5%;
}

.main-half-layout-container.half_left_layout {
    float: right;
    margin-left: auto;
    z-index: 1;
}

.main-page-section {
    position: relative;
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 0px;
}

.about .studio-bg {
    background: url(../images/history-img.jpg) center center no-repeat;
    background-size: cover;
}

.main-half-layout.half_right_layout {
    right: 0;
}

.main-half-layout-container.half_right_layout {
    float: left;
    z-index: 1;
}


/*=======================================================
			Count Info
========================================================*/

.count-info {
    margin-top: 50px;
    margin-bottom: 50px;
}

.count-info li {}

.count-info li span {
    font-size: 50px;
    font-weight: 400;
}


/*=======================================================
			Community
========================================================*/

.community-sec {
    background-color: #002469;
}

.community-sec:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background: #002469;
}

.community-sec .socials {
    margin-top: 10px;
}

.community-sec .socials li {
    display: inline-block;
}

.community-sec .socials li a {
    color: #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 0 2.5px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 48px;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.community-sec .socials li a:hover {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
}

.sm-intro {
    position: relative;
    z-index: 3;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sm-intro p {
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
}

.community-sec h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .sm-intro p {
       font-size: 0.8rem;
    }
}

/*=======================================================
			Distribution
========================================================*/

.distri .progress {
    height: 2rem;
    margin-bottom: 30px;
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
}

.distri .progress-bar {
    background-color: #0b0c22;
}

.distri .progress span {
    font-weight: bold;
    border-radius: 4px;
    padding: 0 10px;
    text-align: left;
}

.distri .progress span small {
    font-weight: bold;
    float: right;
    margin-top: 3px;
}

.distri h6 {
    font-weight: 600;
}

.about-us-con .btn {
    margin-right: 10px;
}

.distri .countdown h6 {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.distri .countdown {
    margin-top: 30px;
    background: #fff;
    padding: 10px 20px;
    padding-bottom: 20px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.distri .countdown li p {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px;
}

.distri .countdown li span {
    font-size: 18px;
    font-weight: 600;
}

.distri .countdown-all {
    text-align: center;
}

.distri .countdown-all .btn {
    margin: 0 5px;
    padding: 10px 30px;
    font-size: 12px;
}

.distri .countdown-all {
    margin-top: 30px;
    background: #fff;
    padding: 10px 20px;
    padding-top: 30px;
    padding-bottom: 23px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.distri .countdown-all .card-info {
    color: #CCC;
    font-size: 22px;
    margin-top: 10px;
}

.distri .countdown-all li p {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px;
}

.distri .countdown-all li span {
    font-size: 26px;
    font-weight: 700;
}

.distri .countdown-all ul {
    padding-left: 10px;
}

.distri .countdown-all li {
    margin-bottom: 20px;
    text-align: left;
}

.distri.drk {
    background: #002469;
    background-size: cover;
}

.distri.drk .progress {
    background: rgba(255, 255, 255, 0.1);
}

.distri h6 {}

.distri.drk p {
    color: #fff;
}

.distri.drk h6 {
    color: #fff;
}

.distri.drk span {
    color: #fff;
}

.distri.drk h3 {
    color: #fff;
}

.distri.drk .countdown {
    background: rgba(255, 255, 255, 0.05);
}

.distri.drk .countdown-all {
    background: rgba(255, 255, 255, 0.05);
}

.distri.drk .progress span {
    color: #0b0c22;
}

.distri.drk .progress-bar {
    background: #ffe115;
}


/*=======================================================
			Development Activity
========================================================*/

.dev-activ {}

.dev-activ li i {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 38px;
}

.dev-activ span {
    font-size: 22px;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 600;
}

.dev-activ .btn {
    margin: 0 10px;
}

.dev-activ.lgt p {
    color: #fff;
}

.dev-activ.lgt h6 {
    color: #fff;
}

.dev-activ.lgt span {
    color: #fff;
}

.dev-activ.lgt h3 {
    color: #fff;
}

.dev-activ.lgt .countdown {
    background: rgba(255, 255, 255, 0.05);
}

.dev-activ.lgt .countdown-all {
    background: rgba(255, 255, 255, 0.05);
}

.dev-activ.lgt .progress span {
    color: #0b0c22;
}

.dev-activ.lgt .progress-bar {
    background: #ffe115;
}


/*=======================================================
			Team Members
========================================================*/

.team.style-2 .team-small li {
    float: left;
    width: 16.666666%;
    position: relative;
    overflow: hidden;
}

.team.style-2 .team-small li .hover {
    background: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    position: absolute;
    padding: 10px;
    width: 100%;
    bottom: -50%;
    left: 0px;
    float: left;
    text-align: center;
    color: #fff;
    z-index: 999;
}

.team.style-2 .team-small li:hover .hover {
    bottom: 0px;
}

.team.style-2 .team-small li a i {
    float: right;
    color: #f6b138;
}

.profile {
    background-color: #F4F7FA;
    border-radius: 12px;
    padding: 44px;
    min-height: 500px;
}

.profile .title {
    font-weight: 600;
}

.profile img {
    max-width: 28%;
    border-radius: 50%;
    margin-bottom: 16px;
}


/*=======================================================
			Why Choose Us
========================================================*/

.why-choose .btn {
    margin-top: 30px;
}

.why-choose .ib-icon {
    margin: 30px 0;
    margin-bottom: 20px;
}

.why-choose .ib-icon i {
    font-size: 40px;
    color: #0b0c22;
}

.why-choose .vid-btn {
    margin-top: 15px;
    font-weight: 500;
    display: inline-block;
}

.why-choose .vid-btn span {
    font-size: 12px;
}

.why-choose .vid-btn i {
    float: left;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.9);
    text-align: center;
    margin-right: 10px;
}

.icon-box p {
    font-size: 12px;
    line-height: 24px;
}

.icon-box .h6 {
    letter-spacing: -0.5px;
    font-size: 16px;
    margin: 18px 0px;
    font-weight: 600;
}

.ib-style-3 .h6 {
    font-size: 14px;
}

.light-bg {
    background: #f5f5f5 !important;
}

.ib-info img {
    max-width: 54px;
}

@media only screen and (min-width: 576px) {
    .ib-info.left {
        padding: 8px 8px 8px 108px;
    }
    .ib-info.right {
        padding: 8px 108px 8px 8px;
    }
    .ib-info.left {
        padding: 8px;
    }
    .ib-info.right {
        padding: 8px;
    }

}

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

}

@media only screen and (max-width: 768px) {
    .ib-info img {
        width: 55px;
        height: 55px;
        max-width: 38px;
    }

    .ib-info .h6 {
        display: block !important;
        padding-left: 60px;
        margin-top: -45px;
        font-size: 0.9rem
    }

    .ib-info {
        text-align: left;
    }

    .ib-info .h6 {
        font-size: 0.8rem
    }
    .ib-info p {
        font-size: 0.8rem
    }
    
}

.ib-info .h6 {
    display: inline;
    margin-left: 14px;
    font-weight: 600;
}

.ib-info p {
    margin-left: 74px;
    font-weight: 400;
}

.light-blue {
    background-color: #F4F7FA;
}

.triangles {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1920' height='300' preserveAspectRatio='none' viewBox='0 0 1920 300'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1002%26quot%3b)' fill='none'%3e%3crect width='1920' height='300' x='0' y='0' fill='rgba(0%2c 36%2c 105%2c 1)'%3e%3c/rect%3e%3cpath d='M916.6703113183859 168.79145098048878L855.9078229456455 133.71021196185563 820.8265839270124 194.47270033459597 881.5890722997527 229.5539393532291z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M904.9914071097533 180.04888873298722L897.4449107133074 108.24877166472436 825.6447936450445 115.79526806117019 833.1912900414904 187.59538512943305z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M272.26067510996995 55.11518727207166L247.374428167233-3.5131364644492677 188.74610443071208 21.373110478287693 213.632351373449 80.00143421480863z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1264.9315243980604 11.137965016422546L1270.092571433225 70.12900256536419 1323.9225619470021 5.976917981258033z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M509.96454655918564 219.7375907933306L593.1251947654155 280.2785114485911 604.0835476314132 191.02988942791802z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1511.7274244312694 197.3794672903412L1564.2371332012174 253.6892359477421 1620.5469018586182 201.17952717779414 1568.0371930886702 144.86975852039325z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1145.2580774128867 139.4268373244862L1194.81547790663 104.72637192468954 1110.55761201309 89.86943683074296z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M214.1053433050401-30.87139544855695L127.32088079379561-29.356567020662723 128.83570922168985 57.42789549058176 215.62017173293432 55.91306706268753z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1002'%3e%3crect width='1920' height='300' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e");
}

.donations p,
h3 {
    color: white;
}


/*=======================================================
      Awards
========================================================*/

.road-map {
    background: #fafaf8;
}

.road-map .container-fluid {
    padding: 0 50px;
}

.road-map .edu-list {
    display: inline-block;
    width: 100%;
}

.road-map .edu-list li {
    float: left;
    width: 25%;
    padding: 0;
    margin-bottom: 50px;
    min-height: 150px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 50px;
}

.road-map .edu-list li:nth-last-child(1) {
    margin-bottom: 0px;
}

.road-map .edu-list li span {
    font-size: 10px;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
    background: #0b0c22;
    position: relative;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
}

.road-map .edu-list li h5 {
    position: relative;
    font-size: 25px;
    margin: 5px 0px;
}

.road-map .edu-list li span:before {
    content: "";
    position: absolute;
    left: -30px;
    height: 1px;
    top: 9px;
    width: 30px;
    background: #0b0c22;
}

.road-map .edu-list li:nth-last-child(1) {
    margin-bottom: 0px;
}

.road-map .edu-list li:nth-last-child(2) {
    margin-bottom: 0px;
}

.road-map .edu-list li:nth-last-child(4) {
    border-bottom: 0px;
}

.road-map .edu-list li:nth-last-child(3) {
    border-bottom: 0px;
}

.road-map .edu-list li:nth-last-child(2) {
    border-bottom: 0px;
}

.road-map .edu-list li:nth-last-child(1) {
    border-bottom: 0px;
}


/*=======================================================
			NewLetter
========================================================*/

.news-letter {}

.news-letter .heading h2 {
    color: #fff;
}

.news-letter form {
    margin: 0 auto;
    position: relative;
}

.news-letter form input {
    height: 53px;
    width: 100%;
    padding: 0 20px;
    display: inline;
    border: none;
    font-size: 12px;
    float: left;
}

.news-letter form button {
    height: 53px;
    float: right;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: none;
    width: 28%;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #0080FF;
}

.news-letter form button:hover {
    background: #fff;
    color: #131920;
}

.news-letter.style-2 {
    background: #5b53a6;
}

.news-letter.style-2 .heading span {
    color: #fff;
}

.news-letter.style-2 form input {
    border-radius: 50px;
    border: none;
}

.news-letter.style-2 form button {
    border-radius: 50px;
}

.parthner {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.parthner ul {
    margin: 0 -10px;
}

.parthner li a {
    display: inline-block;
    opacity: 0.7;
}

.parthner h6 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.parthner li a:hover {
    opacity: 1;
}

.parthner li {
    width: 12%;
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
}

.parthner li img {
    max-width: 100%;
}


/*=======================================================
			Footer
========================================================*/

footer {
    background: #002469;
    padding: 50px 0;
    padding-bottom: 0px;
    z-index: 1;
    position: relative;
}

footer p {
    color: #999;
    font-size: 12px;
    font-weight: 500;
}

footer .rights a {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    margin-left: 15px;
}

footer .rights {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
    background: rgba(0, 0, 0, 0.1);
}

footer .rights a:hover {
    color: #fff;
}


/*=======================================================
			According
========================================================*/

.accordion {
    font-family: 'Montserrat', sans-serif;
}

.accordion.gray-bg {
    background: #f3f3f3;
}

.accordion .panel-default>.panel-heading .panel-title a:before {
    font-family: "Ionicons";
    content: "\f126";
    color: #FFF;
    padding: 0px;
    color: #202020;
    float: right;
    position: absolute;
    right: 15px;
    font-size: 10px;
}

.accordion .panel-default>.panel-heading .panel-title a.collapsed:before {
    content: "\f123";
    font-family: "Ionicons";
}

.accordion .panel-default>.panel-heading {
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.accordion .panel-default>.panel-heading .panel-title {
    margin: 0px;
}

.accordion .panel-default>.panel-heading a {
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    padding: 10px;
    padding-left: 20px;
    line-height: 20px;
    display: inline-block;
}

.accordion .panel {
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 15px;
    position: relative;
}

.accordion .panel-body {
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
    border-top: 0px;
}

.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    font-weight: 500;
}


/*=======================================================
			GO TO TOP
========================================================*/

.cd-top {
    display: inline-block;
    height: 40px;
    z-index: 9;
    width: 40px;
    position: fixed;
    bottom: 30px;
    right: 0px;
    color: #fff;
    border-radius: 4px 0 0 4px;
    font-size: 18px;
    text-align: center;
    background: #0b0c22;
    line-height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #0b0c22;
    opacity: 1;
    color: #fff;
}


/*=======================================================
			CONTACT FORM
========================================================*/

.contact #contact_form {
    text-align: center;
}

.contact {
    padding: 60px 0;
}

.contact h6 {
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.contact .error {
    border: none;
    border-bottom: 1px solid red !important;
}

.contact .error:before {
    content: "\f071";
    font-family: 'FontAwesome';
    position: absolute;
    color: red;
}

.success-msg {
    border: 2px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 20px 16px;
    border-radius: 4px;
    display: none;
}

.success-msg i {
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ABD0A8;
    margin-right: 10px;
}

#contact_form li {
    margin-bottom: 20px;
}

#contact_form li label {
    color: #fff;
}

#contact_form li input {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid;
    border-color: transparent;
    padding: 0px 20px;
    border: none;
    box-shadow: none;
    border-radius: 4px !important;
    color: #000;
    text-transform: none;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#contact_form li .form-control {
    border: none;
    box-shadow: none;
    color: #fff;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#contact_form li textarea {
    height: 160px !important;
    text-transform: none;
    background: rgba(0, 0, 0, 0.02);
    padding: 15px 20px !important;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 14px;
}

#contact_form li .btn {
    float: right;
    text-transform: uppercase;
}

.contact-form .tittle {
    text-align: center;
}

.contact-form .tittle hr {
    width: 28px;
    height: 5px;
    margin: 15px auto;
    background: #448aff;
    border: none;
}

.contact-form .tittle p {
    text-transform: none;
    font-size: 16px;
}

.contact-form label {
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 0px;
    line-height: 26px;
    position: relative;
    background: none;
}

.contact-form label span {
    color: #fff;
}

.contact-form textarea {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 10px 20px;
}

#contact_form li .form-control:focus {
    background: rgba(255, 255, 255, 0.1);
}

.contact-form button {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-form button:hover {}

a:hover {
    color: #0b0c22;
    text-decoration: underline;
}


/*===================================================
			POOL INFO
=====================================================*/

.pool-id span {
    font-size: 16px;
    color: #6f6f6f;
    font-weight: 300;
    margin-top: 12px;
}

.pool-id .clipboard {
    visibility: hidden;
    display: inline-block;
}

.pool-id:hover {
    cursor: pointer;
}

.pool-id:hover span.clipboard {
    visibility: visible;
}

.pool-info ul li img.pool-icon {
    width: 100%;
    height: 64px;
    margin-bottom: 14px;
}

.ownmenu .nav .dropdown-menu.language-selector {
    background: rgb(0 37 105);
    margin: 5px 0px 0px 0px;
    text-align: left;
    min-width: 100px;
}


.ownmenu .nav .dropdown-menu.language-selector a {
    padding: 10px 0px;
    margin: 0;
}

.ownmenu .nav .dropdown-menu.language-selector a::before {
    width: 0px;
}

.ownmenu .nav .dropdown-menu.language-selector a:hover {
    cursor: pointer;
    background-color: rgb(0 37 105);
    color: #0080FF;
}

/* menu items */

.ownmenu .nav .dropdown-menu.menu-items {
    background: transparent linear-gradient(143deg, #002469 0%, #08112D 100%) 0% 0% no-repeat padding-box;
    margin: 5px 0px 0px 0px;
    text-align: left;
    /* min-width: 88vw; */
    box-shadow: 0px 7px 33px #00000029;
    border-radius: 8px;
}


.ownmenu .nav .dropdown-menu.menu-items a {
    padding: 10px 0px;
    margin: 0;
}

.ownmenu .nav .dropdown-menu.menu-items a::before {
    width: 0px;
}

.ownmenu .nav .dropdown-menu.menu-items a:hover {
    cursor: pointer;
    background-color: rgb(0 37 105);
    color: #0080FF;
}

/* lang items */

.ownmenu .nav .dropdown-menu.menu-items.language-selector {
    min-width: 110px;

}

.current-lang {
    text-transform: uppercase;
}


/*-----------------------------------------------------------------------------------
/* 	MagnificPopup
/*-----------------------------------------------------------------------------------*/


/* padding-bottom and top for image */

.mfp-no-margins img.mfp-img {
    padding: 0;
}


/* position of shadow behind the image */

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}


/* padding for main container */

.mfp-no-margins .mfp-container {
    padding: 0;
}


/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}



/* 

Pricing table

*/


.panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.pricing-table {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

@media (min-width: 900px) {
    .pricing-table {
        flex-direction: row;
    }
}

.pricing-table * {
    text-align: center;
}

.pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    padding: 25px;
}

.pricing-plan:last-child {
    border-bottom: none;
}

@media (min-width: 900px) {
    .pricing-plan {
        border-bottom: none;
        border-right: 1px solid #e1f1ff;
        flex-basis: 100%;
        padding: 25px 40px;
    }

    .pricing-plan:last-child {
        border-right: none;
    }
}

.pricing-img {
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 100%;
}

.pricing-header {
    color: #002469;
    font-weight: 600;
}

.pricing-features {
    color: #707070;
    font-weight: 400;
    margin: 22px 0 25px;
}

li.pricing-features-item {
    list-style: disc;
    line-height: 28px;
    text-align: left;
}

.pricing-price {
    color: #002469;
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.pricing-button {
    border: 1px solid #B1ACAC;
    border-radius: 10px;
    color: #B1ACAC;
    display: inline-block;
    margin: 25px 0 0 0;
    padding: 10px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    font-weight: 500;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.pricing-button.is-featured {
    background-color: #0080FF;
    color: #fff;
    border: 1px solid #0080FF;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
    background-color: #0080FF;
}

/* banner */

.flex-container {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0;
    margin: 0;
}

.banner-item {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
}
.banner-image {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
}

.flex-30 {
    flex: 1 1 30%;
    -webkit-flex: 1 1 30%;
}

.flex-40 {
    flex: 1 1 40%;
    -webkit-flex: 1 1 40%;
}

.flex-50 {
    flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
}

.flex-60 {
    flex: 1 1 60%;
    -webkit-flex: 1 1 60%;
}

@media(max-width:767px) {
    .banner-item {
        padding: 20px;
    }
    .banner-image {
        padding: 0;
    }
    .simple-head .position-center-center {
        margin-top: 0;
    }
    .simple-head h1 {
        font-size: 26px!important;
    }
    .banner-button {
        justify-content: center;
    }
    .banner-item p {
        margin-bottom: 0;
    }
    .banner-item {
        flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
    }
    .banner-image {
        flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
    }
}

header .navbar li a.dropdown__item {
    display: flex;
    align-items: flex-start;
    padding: 1rem!important;
    transition-duration: .1s;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.flex-1 {
    -moz-box-flex: 1;
    flex: 1 1;
}

.mr-4 {
    margin-right: 1rem;
}

.w-6 {
    width: 2.5rem;
}

.dropdown__item-title {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.dropdown__item-desc {
    color: #FFF;
    font-size: 12px;
    line-height: 1.25rem!important;
    font-weight: 400;
    text-align: left;
}

.dropdown__item:hover {
    background: #f4f7fa0a;
    border-radius: 8px;
}

.blue-gradient {
    background: transparent linear-gradient(143deg, #002469 0%, #08112D 100%) 0% 0% no-repeat padding-box;
}

.white-font {
    color:#fff
}

.fweight-400 {
    font-weight: 400;
}

.fweight-500 {
    font-weight: 500;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}   

.caps {
    text-transform: uppercase;
}

.action-blue {
    color: #0080FF;
}

a:hover {
    color: #0080FF;
    text-decoration: underline;
}

.duration-100 {
    transition-duration: .1s;
}

.transform {
    transform: var(--tw-transform);
}

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

.ml-1 {
    margin-left: .25rem;
}
.gap-48 {
    gap: 48px;
}


.gap-100{
    gap: 100px
}

@media (min-width:768px) and (max-width:991px)
{
    .simple-head .banner-item h1 {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 5px;
    }
    .simple-head {
        min-height: 400px!important;
    }
    .simple-head p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .diagram h6 {
        font-size: 14px;
    }
    .diagram h2 {
        font-size: 20px;
    }
    .diagram p {
        font-size: 12px;
    }
    .visibility h6 {
        font-size: 14px;
    }
    .visibility h2 {
        font-size: 20px;
    }
    .visibility  p {
        font-size: 12px;
    }
}

@media only screen and (min-width : 480px) {
    .banner-image {
        flex: 1 1 50%;
        padding-top: 7.5vh
    }
}

.sticky {
    background: #02163d9e !important;
    background-size: cover !important;
    background: #02163d9e !important;
    backdrop-filter: blur(20px) !important;
    /* border-bottom: 0.5px solid #9191917d !important; */
    padding: 1rem 0 !important;
  }