@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:light);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600italic);

@font-face {
  font-family: 'Source Code Pro';
  src: url('fonts/SourceCodePro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Code Pro';
  src: url('fonts/SourceCodePro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Code Pro';
  src: url('fonts/SourceCodePro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Code Pro';
  src: url('fonts/SourceCodePro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Code Pro';
  src: url('fonts/SourceCodePro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Code Pro';
  src: url('fonts/SourceCodePro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/*========================================================                    Main layout styles=========================================================*/

body {
    font: 400 14px/23px "Source Code Pro", monospace;
    color: #bbbaba;
    background: #1e053e;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #cc3499;
}

img {
    max-width: 100%;
}

* {
    -webkit-text-size-adjust: none;
}


/* ======= Headers ======= */

h2 {
    font: 300 30px/30px "Source Code Pro", monospace;
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    h2 {
        font: 300 19px/25px "Source Code Pro", monospace;
    }
}

/* Privacy Policy / Terms of Service "Part" headers. These h2's sit on a white
   content background, so override the default white heading color. Scoped to
   this dedicated class so no other page is affected. */
.policy-part-header {
    color: #000032;
}

/* Footer Privacy Policy / Terms of Service links row. */
.footer-links {
    margin-bottom: 25px;
}

h3 {
    font: italic 400 20px/20px "Source Code Pro", monospace;
    color: #cc3499;
}

h3 a:hover {
    color: #d48f17;
}

h4 {
    font: italic 400 20px/20px "Source Code Pro", monospace;
    text-transform: uppercase;
    color: #383838;
}

h4 a:hover {
    color: #d48f17;
}

.h4__inset1 {
    color: #cc3499;
}

h5 {
    /*font: italic 600 30px/30px "Source Code Pro", monospace;*/
    font: italic 600 27px/30px "Source Code Pro", monospace;
    text-transform: uppercase;
    color: #000032;
}

h6 {
    font: italic 400 70px/80px "Source Code Pro", monospace;
    text-transform: uppercase;
    color: #ffffff;
}

.header1 {
    margin-top: 23px;
    margin-bottom: 25px;
}
.no-left-curve{
	border-bottom-left-radius: 0px !important;
}
.header2 {
    background: #000033;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    margin-top: 50px;
}

.header2 h2:before {
    content: "\f005";
    cursor: default;
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    line-height: 42px;
    text-decoration: none;
    padding: 10px;
    border-radius: 50%;
    background: #cc3499;
    box-shadow: 0 -4px 0 0 rgba(202, 52, 153, 1) inset;
    text-align: center;
    margin-right: 10px;
    color: #fff;
}

.header2 h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: -1px;
}
.header2 h2 span{
    font: 300 19px/30px "Source Code Pro", monospace;
    color: #3a3f4d;
    text-transform: uppercase;
	padding-left: 50px;
}

/* ======= Buttons ======= */

.btn-default {
    display: inline-block;
    font: 600 15px/23px "Source Code Pro", monospace;
    color: #cc3499;
    text-transform: uppercase;
    position: relative;
}

.btn-default:hover {
    color: #cc3499;
    background: none;
}

.btn-default:hover:after {
    color: inherit;
}

.btn-default:after {
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: '\f105';
    color: inherit;
    right: -21px;
    top: 0;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.btn-big {
    border-bottom: 4px solid #cc3499;
    display: block;
    background: #cc3499;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font: 600 15px/23px "Source Code Pro", monospace;
    color: #000032;
    padding: 14px 0 9px;
}

.btn-big:hover {
    border-bottom: 4px solid #cd99fe;
    color: #000032;
    background: #cd99fe;
}


/* ======= Wrappers ======= */

.wrapper1 {
    /*padding: 0 0 60px;*/
    padding: 20px 0 20px;
    background: #f4f5f5;
}

.wrapper1.inner-page{
    background: #1d053c;
}

.wrapper2 {
    background: #ffffff;
    /*padding: 84px 0 40px;*/
    padding: 30px 0 20px;
}

.narrow .wrapper2 {
    background: #ffffff;
    padding: 44px 0 40px;
}

.wrapper3 {
    padding: 0px 0px 20px;
    background: #1d053c;
    color: #ffffff;
}
.wrapper3.green-bg{
    background: #cc3499;
    color: #ffffff;
}
.wrapper3.green-bg:hover{
    background: #3463b2;
}
.wrapper3.green-bg h2, .wrapper3.green-bg h3{
    color: #ffffff;
}
.wrapper4 {
    padding: 0px 0px 20px;
    background: #fff;
}


/*========================================================                    HEADER styles=========================================================*/

#header {
    position: relative;
    padding: 0 0 15px;
    background: #000032;
    /*z-index: 999;*/
}

#header .color-plank {
    position: absolute;
    /*height: 88px;*/
    height: 77px;
    width: 100%;
    background: #cd99fe;
    z-index: 1;
}

@media (max-width: 767px) {
    #header .color-plank {
        display: none;
    }
}

#header #stuck_container {
    position: relative;
    z-index: 2;
}

@media (min-width: 1230px) {
    #header #stuck_container .container {
        width: 1230px;
    }
}

#header .authorization {
    margin-top: 50px;
    text-align: right;
}

#header .login,
#header .contact {
    text-transform: uppercase;
    color: #a49bec;
    font: 400 14px/24px "Source Code Pro", monospace;
    position: relative;
    display: inline-block;
    padding-left: 31px;
}

#header .logo{
    max-width: 200px;
    height: auto;
}

#header .contact {
    margin-left: 30px;
}

.lavendar-btn{
    background: #663399;
    color: #ac94ff;
    text-transform: uppercase;
    font-size: 24px;
    border-radius: 16px;
    padding: 10px 20px;
    text-decoration: none;
    white-space: nowrap;
}



.btn-primary {
  color: #fff;
  background-color: #000032 !important;
  border-color: #000032 !important;
}
.btn-secondary {
  color: #000033;
  background-color: #cc3499 !important;
  border-color: #cc3499 !important;
}
#header .authorization{
    display: flex;
    justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 979px) {
    #header .authorization {
        margin-top: 50px;
        float: right;
    }
    #header .login,
    #header .contact {
        display: inline-block;
    }
    #header .contact {
        margin-left: 0;
        margin-top: 10px;
    }
}
@media (min-width: 768px) and (max-width: 830px) {
    .lavendar-btn{
        font-size: 20px;
        padding: 8px 16px;
    }
}

@media (max-width: 767px) {
    #header {
        padding: 0 0 48px;
        text-align: center;
    }
    #header .authorization {
        margin-top: 30px;
    }

    #header .authorization .lavendar-btn{
        padding: 10px 5px;
        font-size: 14px;
    }

    #header .contact{
        margin-left: 0px;
        padding-left: 0px;
    }
    #header .login{
        padding-left: 10px;
    }
}

.pagination > .active > a{
    background-color: #000033 !important;
    border-color: #000033 !important;
}

/* ======= Logo ======= */

h1 {
    position: relative;
    margin-top: 61px;
    padding-left: 107px;
}

h1 .main {
    font: italic 300 60px/60px "Source Code Pro", monospace;
    color: #3a3f4d;
    display: inline-block;
}

h1 .secondary {
    font: 300 12px/15px "Source Code Pro", monospace;
    display: inline-block;
    color: #9c9fa6;
    text-transform: uppercase;
}

h1 a:before {
    font-family: FontAwesome;
    font-size: 89px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    cursor: pointer;
    content: '\f0a0';
    color: #cc3499;
    left: 0px;
    top: 31px;
}

h1 a:hover .main {
    color: #3a3f4d;
}

h1 a:hover .second {
    color: #9c9fa6;
}

@media (max-width: 767px) {
    h1 {
        display: inline-block;
    }
}


nav {
    background: #000032;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand img {
    max-width: 150px;
}

@media (max-width: 767px) {
    #header .authorization {
        text-align: center;
    }
    #header {
        padding-bottom: 20px;
    }
    .navbar {
        background: #000033;
        min-height: 70px;
        margin-bottom: 0px;
        border: none !important;
    }
    .navbar-toggle {
        background: #cc3499;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #3463B2;
    }
    .navbar-default .navbar-nav li a {
        text-align: left;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background: #cc3499;
        color: #fff;
    }
}


/* Equal height cards */
.row.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.d-flex > [class*='col-'] {
    display: flex;
    margin-bottom: 15px;
}

.row.d-flex .well {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%; 
    margin-bottom: 0;
}

.p-0{
    padding: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus,
 .navbar-default .navbar-toggle:active{
    background: #cc3499;
 }

/* Tablet and below - stack */
@media (max-width: 768px) {
    .row.d-flex {
        display: block;
    }

    .row.d-flex > [class*='col-'] {
        display: block;
        width: 100%;
    }

    .row.d-flex .well {
        min-height: auto;
        margin-bottom: 15px;
    }
}

/* form styles========================================================*/

.domain-transfer-form {
    display: flex;
    align-items: center;
    gap: 10px;
    align-items: baseline;
}

.domain-transfer-form input[name="sld"] {
    flex: 1;
}


/* Main menu styles========================================================*/

nav ul.sf-menu {
    margin-top: -10px;
    border: 1px solid red;
}

nav ul.sf-menu li {
    list-style-type: none;
}

.sf-menu > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
    width: 14%;

    /*width: 12.5%;*/
   /* border-bottom: 4px solid #000032;*/
}

.sf-menu > li.current {
    /*border-bottom: 4px solid #cc3499;*/
}

.sf-menu > li.current:hover {
   /* border-bottom: 4px solid #3a3f4d;*/
}

.sf-menu > li + li {
    border-left: 1px solid #21232c;
}

.sf-menu > li + li.current {
    border-left: 1px solid #cc3499;
    border-right: 1px solid #cc3499;
}

.sf-menu > li + li.current.sfHover {
    border-left: 1px solid #21232c;
    border-right: 1px solid #21232c;
    border-bottom: 4px solid #21232c;
}

.sf-menu > li + li.current:hover {
    border-left: 1px solid #000032;
    border-right: 1px solid #000032;
    border-bottom: 4px solid #000032;
}

.sf-menu > li > .sf-with-ul:after {
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f0d7";
    color: #000032;
    /*bottom: 12px;*/
    bottom: 6px;
    left: 50%;
    margin-left: -3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu > li > a {
    text-align: center;
    text-transform: uppercase;
    font: 600 14px/15px "Source Code Pro", monospace;
    display: block;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: transparent;
    color: #000032;
    /*padding: 47px 0 45px;*/
    padding: 37px 0 35px;
}

.sf-menu > li.big > a {
    /*padding: 47px 0 30px;*/
    padding: 37px 4px 20px;
}

.sf-menu > li > a:hover {
    background: #cc3499;
    color: #000032;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-decoration: none;
}

.sf-menu li li a:hover {
    text-decoration: none;
}

.sf-menu > li > a:active {
    background: #cc3499;
    color: #000032;
}

.sf-menu .sfHover > a {
    background: #cc3499;
}

.sf-menu .sfHover > a:after {
    color: #000032;
}

.sf-menu .sfHover > a + li {
    border-left: 1px solid #000032;
}

.sf-menu .sfHover > a + li.current {
    border-left: 1px solid #000032;
    border-right: 1px solid #000032;
}

.sf-menu > li.current > a {
    background: #cc3499;
    color: #000032;
}

.sf-menu > li.current > .sf-with-ul:after {
    color: #000032;
}

.sf-menu > li.sfHover > a {
    background: #cc3499;
    color: #000032;
}

.sf-menu a {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sf-menu a:hover {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}


/* First level sub-menu styles========================================================*/

.sf-menu ul {
    display: none;
    min-width: 210px;
    font: 600 14px/15px "Source Code Pro", monospace;
    position: absolute;
    /*top: 110px;*/
    top: 87px;
    left: -1px;
    margin-left: 0;
    background: #cc3499;
    text-align: center;
    padding: 38px 0 41px 0;
    z-index: 999;
}

@media (max-width: 979px) {
    .sf-menu ul {
        left: 50%;
        margin-left: -95px;
    }
}

.sf-menu ul li {
    width: 100% !important;
}

.sf-menu ul > li + li {
    margin-top: 13px;
}

.sf-menu ul li {
    position: relative;
    display: block;
    width: 100%;
    z-index: 99999;
}

.sf-menu ul li > .sf-with-ul:after {
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: "\f0da";
    color: #000032;
    bottom: -2px;
    right: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sf-menu ul li a {
    color: #000032;
    text-transform: uppercase;
    width: 100%;
}

.sf-menu ul li a:hover {
    color: #000032;
}

.sf-menu ul > .sfHover > a:after {
    color: #000032;
}

.sf-menu ul li.sfHover > a {
    color: #000032;
}


/* Second level sub-menu styles========================================================*/

.sf-menu ul ul {
    position: absolute;
    top: -9px;
    left: 230px;
    margin-left: 0;
    background: #cc3499;
    padding: 25px 0 28px 0;
    z-index: 4;
    text-align: center;
}

.sf-menu ul ul:before {
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: '\f0d9';
    color: #cc3499;
    left: -5px;
    top: 13px;
}

.sf-menu ul ul li {
    line-height: 27px;
    margin-top: 1px;
}

.sf-menu ul ul li a {
    color: #000032;
    text-transform: uppercase;
    display: block;
}

.sf-menu ul ul li:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #cc3499;
}

.sf-menu ul ul li:hover a {
    color: #000032;
}

.sf-menu ul ul li + li {
    margin-top: 1px;
}

@media only screen and (max-width: 767px) {
    .sf-menu {
        display: none;
    }
    nav {
        width: 100%;
        float: none;
    }
    .select-menu {
        border-radius: none;
        display: block;
        text-transform: capitalize;
        float: none;
        color: #cc3499;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
        background: #ffffff;
        font: 22px/28px "Source Code Pro", monospace;
        text-align: left;
        border: 1px solid #c1c1c1;
        padding: 2px 0;
        position: relative;
    }
    .select-menu option {
        text-align: left;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header #stuck_container .container {
        width: 100%;
    }
    .container {
        width: 85%;
    }
    nav ul.sf-menu {
        width: 100%;
    }
    nav ul.sf-menu li {
       /* width: 14.2857%;*/
        width: 12%;
    }
}


/*========================================================                    CONTENT styles=========================================================*/

#content {
    background: #ffffff;
}

.home #content,
.inner #content {
    margin-bottom: 165px;
}

.post1 {
    margin-top: -109px;
    text-align: center;
    position: relative;
    z-index: 1;
    font: 400 14px/23px "Open Sans";
    position: relative;
    height: calc( 100%  + 109px);
}

@media (min-width: 768px){
    .post1 a.btn-big{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.post1 .header {
    /*padding: 15px 0 14px;*/
    padding: 5px 0 4px;
}

.post1 .header.hosting-bg {
    background: #cc3499;
    color: #000032;
}

.post1 .header.vps-bg {
    background: #cc3499;
    color: #000032;
}

.post1 .header.domain-bg {
    background: #cc3499;
    color: #000032;
}

.post1 .header.orange-bg {
    background: #cc3499;
    color: #000032;
}

.post1 .header.violet-bg{
    background: #cc3499;
    color: #000032;
}

.post1 .content {
    background: #000032;
    color: #ffffff;
    /*padding: 44px 25px 49px 25px;*/
    padding: 4px 25px 59px 25px;
    min-height: 300px;
}

.post1 .price-per span {
    display: block;
}

.post1 .price-per sub {
    font-size: 24px;
    bottom: 0 !important;
}

.post1 .price-per .price {
    font: 600 60px/60px "Source Code Pro", monospace;
    color: #ffffff;
    margin-bottom: 5px;
}

.post1 .price-per .per {
    font: italic 300 20px/20px "Source Code Pro", monospace;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 31px;
}

.post1 .btn-big.hosting-bg:hover {
    background: #cc3499;
}

.post1 .btn-big.vps-bg:hover {
    background: #cc3499;
}

.post1 .btn-big.domain-bg:hover {
    background: #ffd400;
}

@media (max-width: 767px) {
    .post1 {
        position: relative;
        margin-top: 40px;
    }
}

.post2 {
    margin-bottom: 82px;
     height: 100%;
}

.post2 .header {
    position: relative;
    margin-bottom: 15px;
    background: #000032;
    color: #ffffff;
    border-radius: 10px;
    padding: 5px;
}

.post2 .header h2 {
    /*margin-bottom: 11px;*/
    color: #ffffff;
    text-align: center;
    position: relative;
    margin-top: 5px;
}

.post2 .header.first h2:before {
    font-family: FontAwesome;
    font-size: 26px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: '\f087';
    line-height: 1.2;
    color: #cc3499;
}

.post2 .header.second h2:before {
    font-family: FontAwesome;
    font-size: 26px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: '\f007';
    line-height: 1.2;
    color: #cc3499;
}

.post2 .header.third h2:before {
    font-family: FontAwesome;
    font-size: 26px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    cursor: default;
    content: '\f044';
    line-height: 1.2;
    color: #cc3499;
}

.post2 .header h2:before {
    color: #ffffff;
    height: 26px;
    width: 26px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    /*margin-top: -42px;*/
}

.post2 .btn-default {
    margin-top: 32px;
}

.post-body{
    padding: 8px 10px;
    background: #05053d;
    color: #cc99ff;
    border-radius: 10px;
    height: 100%;
}
.post-body a{
    color: #993399;
    background: transparent;
}

@media (min-width: 768px){
    .d-flex{
        display: flex;
    }
    .flex-column{
        flex-direction: column;
    }


 
}

@media (min-width: 768px) and (max-width: 979px) {
    .post2 {
        margin-top: 83px;
    }
    .post2 .header {
        text-align: center;
        padding-left: 0;
    }
    .post2 .header:before {
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        /*margin-left: -41px;
        top: -53px;*/
        font-size: 20px;
        height: 25px;
        height: 25px;
    }
    .post2 .header h2{
        font-size: 16px;
    }
}

.gen-padding {
    padding-top: 20px;
}

.blk-fnt {
    color: #3a3f4d;
}

.features-gen,
.top-space {
    margin-top: 30px;
}

.top-space-sm {
    margin-top: 20px;
}

.top-space-lg {
    margin-top: 60px;
}
.top-space.d-flex{
    margin-bottom: 20px;
}
.top-space .alert {
    height: 100%;
}
@media (max-width: 767px) {
    .promo-img,
    .promo-img-inner {
        text-align: center;
    }
}



.features ul,
.features2 ul,
.features-gen ul {
    margin: 0 0 0 5px;
    padding: 0;
}

.features li {
    float: left;
    width: 33.33%;
    list-style-type: none;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.features2 a,
.features-gen a,
p a,
ul.terms li a {
    text-decoration: none;
    color: #3463B2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.features2 a:hover {
    color: #cc3499;
}

@media (max-width: 632px) {
    .features li {
        width: 100%;
    }
}

.features ul li:before,
.features2 ul li:before,
.features-gen ul li:before {
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 20px;
    color: #cc3499;
    margin-right: 10px;
}

.features2 ul.wraptxt {
    display: table;
	width: 100%;
}

.features2 ul.wraptxt > li {
    display: table-row;
	margin-bottom: 10px;
}

.features2 ul.wraptxt > li:before {
    display: table-cell; 
    text-align: left;
}
.features2 ul.wraptxt li:before {
	margin-right: 20px !important;
}


.features2 .double {
    font-weight: bold;
}

.features2 .double span {
    font-weight: normal;
    margin-left: 20px;
}

.features2 .double span span {
    margin-left: 20px;
}

.features2 {
    margin-top: 30px;
}

.features2 p{
    color: #3a3f4d;
}

.features2 ul li.double:after {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 15px;
    color: #cc3499;
    margin-right: 10px;
    position: absolute;
    right: 30px;
    top: 18px;
}

.features2 ul li.double:after,
.features2 ul li.double:before {
    font-weight: normal;
}

.features2 ul li:after {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 15px;
    color: #cc3499;
    margin-right: 5px;
    position: absolute;
    right: 5px;
}

.features2 li,
.features-gen li {
    list-style-type: none;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    position: relative;
    padding-right: 50px;
    text-indent: -21px;
    padding-left: 21px;
}

.features2 ul.no-tick li:after {
    content: "";
    font-size: 15px;
}

.features2 ul.no-tick li span {
    float: right;
    margin-right: 30px;
}

.promo-img-inner {
    position: absolute;
    top: -40px;
    right: 20px;
}

.promo-img-inner img {
    max-height: 200px;
}

.green-icon i {
    font-size: 20px;
    color: #cc3499;
}

th.highlight,
td.highlight {
    background: #000032;
    text-align: center;
    color: #ffffff;
}

th.highlight h2 {
    margin-top: 10px;
}

th.text-left {
    text-align: left;
}

p.text-center img {
    text-align: center;
}

.indent {
    padding: 20px;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
    margin-top: 14px;
    padding: 10px 20px 20px;
}

.clear-both {
    clear: both;
}

.no-padding-left {
    padding-left: 0px;
}

.wpb-img {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .wpb-img {
        text-align: center;
    }
}

.top-padding {
    padding-top: 30px;
}

.right-space {
    padding-right: 10px;
}

.alert h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.rating i {
    color: #FF9421;
}

.big-fnt a {
    color: #fff;
    font-size: 24px;
}

.sub-header-fnt {
    font-size: 18px;
}

@media (min-width: 768px) {
    .no-padding-both {
        padding-left: 0px;
        padding-right: 0px;
    }
}


/*========================================================                    Testimonial=========================================================*/

blockquote {
    font-size: 13px;
}

.author-detail {
    margin-bottom: 10px;
    font-style: italic;
}

blockquote p.text:before {
    font-family: Fontawesome;
    content: '\f10d';
    margin-right: 10px;
}

blockquote p.text:after {
    font-family: Fontawesome;
    content: '\f10e';
    margin-left: 10px;
}

blockquote {
    border-left: 5px solid #cc3499;
    background: #F4F5F5;
}


/*========================================================                    Accordion=========================================================*/

#accordion-first .accordion-group {
    margin-bottom: 10px;
}

#accordion-first .accordion-heading,
#accordion-first .accordion-toggle:hover,
#accordion-first .accordion-heading .accordion-toggle.active {
    background: none repeat scroll 0% 0% transparent;
}

#accordion-first .accordion-heading .accordion-toggle {
    display: block;
    cursor: pointer;
    padding: 5px 0px !important;
    color: #222;
    outline: medium none !important;
    text-decoration: none;
}

#accordion-first .accordion-heading {
    border-bottom: 0px none;
    font: italic 400 20px/20px "Source Code Pro", monospace;
    color: #cc3499;
}

#accordion-first .accordion-heading .accordion-toggle.active em {
    background-color: #b8e224;
}

#accordion-first .accordion-heading .accordion-toggle > em {
    background-color: #3463B2;
    border-radius: 100px;
    color: #FFF;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    text-align: center;
    width: 32px;
}


/*========================================================                    Price=========================================================*/

.panel {
    text-align: center;
    height: 100%;
}

.panel:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
}

.panel-body {
    padding: 0px;
    text-align: center;
}

.the-price {
    background-color: rgba(220, 220, 220, .17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.the-price h1 {
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript {
    font-size: 25px;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #000032 !important;
  border-color: #000032 !important;
}
.panel-primary{
    border-color: #000032 !important;
}
/*========================================================                    
KNowledge Base search styles
=========================================================*/
@media (max-width:767px) {
    header {
        padding-bottom: 30px
    }
    .top-navigation-bar {
        margin-bottom: 10px;
        margin-top: -30px
    }
    .top-navigation-bar ul {
        list-style: none;
        padding-left: 0
    }
    .top-navigation-bar ul li {
        float: left;
        text-align: center;
        padding-right: 5px;
        margin-bottom: 5px
    }
    .top-navigation-bar ul a {
        text-decoration: none;
        color: #444
    }
    .top-navigation-bar ul a>div:first-child {
        display: none
    }
    .top-navigation-bar ul a>div:last-child {
        padding: 4px 6px;
        font-size: 17px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        color: #2f6e8d;
        background-color: #fff;
        border: 1px solid #2f6e8d;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3)
    }
    .top-navigation-bar ul a:hover>div:last-child {
        color: #000;
        border-color: #3c8cb3;
        color: #3c8cb3
    }
    .top-navigation-bar ul a.selected>div:last-child {
        color: white;
        background-color: #2f6e8d
    }
}
@media (min-width:768px) {
    .top-navigation-bar {
        margin-bottom: 10px
    }
    .top-navigation-bar ul {
        list-style: none;
        margin-top: -42px;
        padding-left: 0
    }
    .top-navigation-bar ul li {
        float: left;
        text-align: center;
        margin-right: 28px;
        min-width: 110px
    }
    .top-navigation-bar ul a {
        text-decoration: none;
        color: #444
    }
    .top-navigation-bar ul a>div:first-child {
        background-color: #fff;
        color: #2f6e8d;
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        text-align: center;
        font-size: 36px;
        line-height: 36px;
        border: 4px solid #2f6e8d;
        padding: 10px 8px
    }
    .top-navigation-bar ul a>div:last-child {
        padding-top: 7px;
        font-size: 17px
    }
    .top-navigation-bar ul a:hover>div:first-child {
        border-color: #3c8cb3;
        color: #3c8cb3
    }
    .top-navigation-bar ul a:hover>div:last-child {
        color: #333
    }
    .top-navigation-bar ul a.selected>div:first-child {
        background-color: #2f6e8d;
        color: #fff
    }
    .top-navigation-bar ul a.selected>div:last-child {
        color: #333
    }
    .top-navigation-bar ul a.selected:hover>div:first-child {
        background-color: #3c8cb3;
        color: white
    }
}
.thumbnail .caption2 {
  padding: 9px;
  color: #333;
}
.template nav{
	background: none;
}
.no-padding-left{
	padding-left: 0px;
}
.no-padding-right{
	padding-right: 0px;
}
/*========================================================                    
FOOTER styles
=========================================================*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 117px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 89px;
}

#footer {
    background: #000032 !important;
    color: #cd99fe;
    padding: 33px 0 33px;
}

#footer .privacy-block {
    text-align: left;
}

#footer .socials-block {
    text-align: right;
}

#footer .privacy-block {
    color: #9fa6ae;
    font: 300 14px/24px "Source Code Pro", monospace;
}

#footer .footer-logo {
    color: #ffffff;
    font-weight: 600;
}

#footer .footer-logo:hover {
    color: #cc3499;
}

#footer .socials1 {
    margin-top: -4px;
}

@media (max-width: 767px) {
    #footer {
        background: #000032 !important;
        padding: 23px 0 40px;
    }
    #footer .socials-block {
        text-align: center;
        margin-top: 5px;
        font: 300 14px/24px "Source Code Pro", monospace;
    }
    #footer .privacy-block {
        text-align: center;
    }
}

.hm_picture_border {
    border: 2px solid #d9d9d9;
}


/*.modal-body{
	max-height: 300px;
	overflow-y: auto;
}*/

@media (max-width: 767px){
    .col{
        margin-left: 15px;
        margin-right: 15px;
    }
    
}

@media (min-width: 768px){
    .d-lg-flex{
        display: flex;
    }
    .d-lg-flex .col{
        flex-basis: 100%;
    }
    .col + .col{
        margin-left: 10px;
    }
    
}
@media(min-width: 768px) and (max-width: 1280px){
    .d-lg-flex{
        justify-content: center;
        flex-wrap: wrap;
    }
    .d-lg-flex .col{
        flex: 0 0 30%;
        max-width: 30%;
    }
    .d-lg-flex .col:last-child, .d-lg-flex .col:nth-child(4){
        margin-top: 130px;
    }
    .col + .col{
        margin-left: 20px;
    }
    .post1 .price-per .price{
        font: 600 50px/55px "Source Code Pro", monospace
    }
}
.mt-30{
    margin-top: 30px;;
}
@media (min-width: 768px){
    .pl-md-0{
        padding-left: 0;
    }
    .pr-md-0{
        padding-right: 0;
    }
}
.btn-success{
    border: 1px solid #cc3499 !important;
    background: #cc3499 !important;
    color: #000032 !important;
}
.btn-outline{
    border: 1px solid #cc3499;
    background: #cc3499;
    font-size: 25px;
    text-align: center;
    display: block;
    color: #000032;
}
.btn-outline:hover, .btn-outline:focus{
    color: #000032;
    background: #cd99fe;
}
@media (max-width: 767px){
    .btn-outline{
        margin-bottom: 30px;
    }
}
.form-wrapper{
    background: #cc3499;
    padding: 20px 0px;
}
.form-wrapper .form-control{
    height: 50px;
}
@media (max-width: 767.99px){
    .form-wrapper .form-control{
        margin-bottom: 15px;
    }
    .form-wrapper .btn-info{
        width: 100%;
    }
}
.form-wrapper .btn-info{
    display: block;
    height: 50px;
}
.btn-info{
    background: #131444;
    color: #fff;
    border: 1px solid #131444;
}
.btn-info:hover, .btn-info:visited, .btn-info:focus{
    background: #212253;
    border: 1px solid #212253;
}
.pt-20{
    padding-top: 20px;
}
.icon-grid img{
    max-width: 100px;
}
.icon-grid p{
    font-size: 17px;
    font-weight: bold;
}
ul.circle-icon{
    margin-top: 50px;
}
.circle-icon li:before, .circle-icon li:after{
    display: none;
}
.circle-icon li i{
    font-size: 10px;
    color: #cc3499;
}
.circle-icon li:last-child i{
    color: #000032;
}
.charts img{
    max-width: 170px;
}
@media (max-width: 768px){
    .charts img{
        margin: 0 auto 30px;
    }
}
.graphs img{
    height: 130px;
    margin: 0 auto 30px;
}
.graphs p{
    font-size: 18px;
    color: #000
}
.sf-menu li ul li.custom-submenu.display-submenu, .sf-menu li ul li.custom-submenu2.display-submenu{
    display: none;
}