body {
    background-color: #f4f4f4;
    color: #000000;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover {
    color: var(--color2)!important;
}
.main-header-menu-wrap {
    background: #072176;
    border-bottom: 0px solid #2b3979 !important;
}
.primary-solid-btn {
    border: 1px solid  var(--color2);
    background:  var(--color2);
    color: #fff;
}
.primary-solid-btn:hover {
    border: 1px solid var(--color3);
    background: var(--color3);
    color: #fff!important;
}
.custom-nav-link {
    color: #fff!important;
}
.page_center p{
    text-align: justify;
}
.mtb-50{
    margin-top: 50px;
    margin-bottom: 50px;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}
.ptb-50{
    padding: 50px 0px;
}
.vps-hosting-pricing-table>tbody>tr>td {
    font-weight: 100!important;
    font-size: 14px!important;
}
.form-control {
    border-color: #cfcfcf !important;
}
.accordion-faq .card-header {
    padding: 20px;
}
.accordion-faq .card-body {
    padding: 25px;
}
.custom-control-label {
    line-height: 1.8;
}
.custom-checkbox{
    margin-bottom: 5px;
}
.custom-shadow {
    border-radius: 0rem !important;
}
.single-promo-2 span{
    background: var(--color1);
}
.vps-hosting-pricing-table .rate {
    color: #0d1536;
}
.pricing-header .price {
    color: #0d1536;
}
.navbar-expand-md .main-navbar-nav .custom-nav-link {
    font-weight: bold;
}
.header-nav-last-item .btn {
    font-weight: bold;
}
.footer-nav-wrap img{
    height: 150px;
}
.navbar-expand-md .main-navbar-nav .custom-nav-link:hover{
    color: #c7385d!important;
}
.footer-nav-wrap ul li a:hover{
    color: #c7385d!important;
}
.footer-top{
    background: var(--color1);
}
a .single-promo-2 p {
    margin: 0;
}
.footer-nav-wrap h4 {
    margin-top: 1.4rem;
    margin-bottom: 10px;
}
.footer-nav-wrap ul li a {
    line-height: 15px;
    opacity: 1;
}
.copyright-text {
    font-weight: 100;
    color: #222;
}
.login-signup-wrap img{
    margin-bottom: 50px;
    height: 100px;
}
.vps-hosting-pricing-table>thead>tr>th {
    font-size: 14px;
    background: var(--color1);
    color: #fff;
}
.comparision-table.table-bordered thead th {
    background: var(--color1);
}
.comparision-table.table-bordered thead th strong{
    color: #fff;
}
.comparision-table-body tr>td {
    padding: 10px;
}


.widget .widget-title {
    background: var(--color1);
    padding: 14px 15px;
    margin-bottom: 0;
}
.widget .widget-title > h6 {
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    color: #fff;
}
.widget a {
    color: #232323;
    display: block;
    font-size: 14px;
}
.widget ul {
    margin-bottom: 0;
    border: 1px solid #ecedef;
}
.widget-categories ul li, .widget-recent-entries ul li, .widget-recent-entries-custom ul li {
    background: linear-gradient(-178deg, #fff 2%, #fafafa);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(27, 27, 27, .01), inset 0 -0.0625rem 0 rgba(105, 123, 140, .1), inset 0 0.0625rem 0 hsla(0, 0%, 100%, .4);
    box-shadow: 0 0.125rem 0.25rem rgba(27, 27, 27, .01), inset 0 -0.0625rem 0 rgba(105, 123, 140, .1), inset 0 0.0625rem 0 hsla(0, 0%, 100%, .4);
    padding: 10px 15px;
    padding-top: 10px!important;
    margin: 0;
}
.float-right {
    float: right !important;
}

.table-product th{
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    margin: 0;
    color: #fff;
    background: var(--color1);
}
.hero-content-wrap{
    margin-top: -100px;
}
.hero-content-wrap h1{
    font-size: 60px!important;
}
.gradient-overlay:before {
    background: var(--color1);
}
.solid-white-btn:hover{
    background: var(--color2);
    border-color: var(--color2);
    color: #fff!important;
}
.single-service-plane i{
    height: 45px;
    width: 45px;
    font-size: 45px;
    margin: 20px 10px;
    line-height: 45px;
}
.btn:hover {
    color: #fff!important;
}
span.upfile-btn {
    border: 1px solid #c3c3c3;
    background: #ffffff;
    font-size: 12px;
    text-align: left;
    color: #9d9d9d;
}


.outline-btn {
    color: var(--color1);
    border: 1px solid var(--color1);
    background: #fff;
}
.outline-btn:hover {
    color: #fff;
    border: 1px solid var(--color1);
    background: var(--color1);;
}



.gradient-overly-bottom:before {
    background: linear-gradient(to bottom, rgb(7 33 118 / 93%), rgb(7 33 118 / 75%));
}
.single-pricing-pack:hover {
    border: 2px solid var(--color1);
}