/* ======= Fonts ======= */

/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,400,700');*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

/* ======= General Styles ======= */

body {
    color: #1d1d1d;
    font-size: 14px;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Ubuntu', sans-serif;
    line-height: 26px;
    background: #fff;
}

.no-scroll {
    overflow: hidden;
}


/*Typography*/

p {
    font-size: 14px;
    color: #1d1d1d;
    line-height: 26px;
    transition: .5s;
}

.p-l {
    font-size: 16px;
    line-height: 30px;
}

.sec-tagline {
    font-weight: 500;
}

.section-heading {
    margin-top: -5px;
}

.title .section-heading::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #dc222b;
    margin: 15px auto 0px;
}

.title-left .section-heading::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #dc222b;
    margin: 15px 0 0px;
}

/*Align*/

ul {
    margin: 0;
    padding: 0;
}

.h-80 {
    display: block;
    overflow: hidden;
    height: 80px;
}

.no-border {
    border: 0 !important;
}

.no-margin {
    margin: 0 !important;
}


/*Links*/

a {
    font-size: 14px;
    font-weight: 400;
    color: #1d1d1d;
    transition: .5s;
}

a:hover,
a:focus {
    color: #dc222b;
    text-decoration: none;
    outline: 0;
}

a.btn i.icon {
    font-size: 16px;
}

.btn {
    background: #dc222b;
    color: #fff;
    min-width: 170px;
    line-height: 45px;
    padding: 0;
    font-weight: 400;
    border-radius: 2px;
    text-transform: uppercase;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn:hover,
.btn:focus,
.btn:active {
    background: #1d1d1d;
    color: #fff;
    outline: 0;
}

.btn-no-bg {
    background: transparent;
    color: #1d1d1d;
}

.btn-no-bg:hover {
    background: transparent;
    color: #dc222b;
}

button.btn {
    transition: .5s;
}


/*Tabs*/

.tabs {
    text-align: center;
}

ul.nav-tabs {
    border: 0px;
    display: inline-block;
}

ul.nav-tabs>li>a {
    padding: 0px 30px;
}


/*Forms*/

.form-control {
    height: 50px;
    background: transparent;
    border-radius: 2px;
    transition: .5s;
    color: #fff;
    border: 0;
    box-shadow: 0 0 0;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0;
    border-color: #dc222b;
}

.white-form .form-control {
    border: 1px solid #dc222b;
    box-shadow: 0 0 0;
    color: #1d1d1d;
    height: 60px;
    background: #fbfafa;
}

.white-form textarea.form-control {
    height: 230px;
    resize: vertical;
}

.form-control:focus {
    /*background: #dc222b;*/
    box-shadow: inset 0px 0px 1px #dc222b;
    border-color: #dc222b;
    color: #dc222b;
}

.white-form .btn {
    width: 100%;
    background: #1d1d1d;
}

.white-form .btn:hover {
    background: #dc222b;
    color: #fff;
}

.form-control:focus::-webkit-input-placeholder {
    color: #fff;
}


/* Firefox < 19 */

.form-control:focus:-moz-placeholder {
    color: #fff;
}


/* Firefox > 19 */

.form-control:focus::-moz-placeholder {
    color: #fff;
}


/* Internet Explorer 10 */

.form-control:focus:-ms-input-placeholder {
    color: #fff;
}


/*General*/

.main-color {
    color: #dc222b !important;
}

.main-color2 {
    color: #1d1d1d;
}

.main-red {
    color: red !important;
}

.white-color {
    color: #fff;
}

.second-bg {
    background-image: url('../images/slider-background-tech.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.icon {
    padding-left: 10px;
    font-size: 10px;
}

.start-price span.price {
    font-size: 22px;
}

.start-price span.per {
    font-size: 12px;
}

img.feature-star {
    position: absolute;
    top: 16px;
    right: -7px;
    margin-top: -22px;
}

section {
    padding: 80px 0px;
}

.title {
    padding-bottom: 70px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.title-left {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.slick-slider {
    cursor: url(../images/drag.png) 16 9, ew-resize !important;
}

.slick-initialized .slick-slide:focus {
    outline: 0 !important;
}

img.m-auto {
    margin: 0 auto;
}


/*Dropdown menu*/

ul.dropdown {
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    overflow: hidden;
    /*border: 1px solid #f1fcee;*/
    /*border-top: 1px solid #dc222b;*/
    border-radius: 2px;
    display: none;
}

ul.dropdown li {
    width: 300px;
    margin: 0 !important;
    border-bottom: 1px solid #f1fcee;
}

.nav-item ul.dropdown li a {
    padding: 5px 30px !important;
    background: #dc222b;
    color: #ffffff;
}

ul.dropdown li a:hover {
    background: #1d1d1d;
    color: #fff;
}

ul.menu>li:hover ul.dropdown {
    display: block;
}

.open-menu {
    display: block !important;
}


/*Mega Menu*/

ul.mega-dropdwon li {
    width: 350px;
}

ul.mega-dropdwon li img {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    margin-top: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    float: left;
}

ul.mega-dropdwon li .text {
    display: table-cell;
}

ul.mega-dropdwon li a p b {
    font-weight: 400;
}

ul.mega-dropdwon li a p {
    font-weight: normal;
    margin-bottom: 0;
    color: #fff;
}

ul.mega-dropdwon li a:hover p {
    color: #fff !important;
}


/* ======= Preloader ======= */

div.preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    margin-top: 0px;
    top: 0px;
    text-align: center;
}

ul.preloader {
    text-align: center;
    font-size: 0;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -22px;
}

ul.preloader li {
    display: inline-block;
    width: 8px;
    height: 45px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    animation: colorbars 333ms alternate infinite cubic-bezier(0.2, 0, 0.5, 1);
}

.one {
    background: #dc222b;
    border-radius: 3px 0 0 3px;
}

.two {
    background: #f1fcee;
}

.three {
    background: #dc222b;
}

.four {
    background: #f1fcee;
}

.five {
    background: #dc222b;
    border-radius: 0 3px 3px 0;
}

ul.preloader li:nth-of-type(1) {
    animation-delay: 111ms;
}

ul.preloader li:nth-of-type(2) {
    animation-delay: 222ms;
}

ul.preloader li:nth-of-type(3) {
    animation-delay: 333ms;
}

ul.preloader li:nth-of-type(4) {
    animation-delay: 444ms;
}

ul.preloader li:nth-of-type(5) {
    animation-delay: 555ms;
}

@keyframes colorbars {
    to {
        -moz-transform: translateY(12px);
        -ms-transform: translateY(12px);
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}


/* ======= Top Header ======= */

.top-header {
    border-bottom: 1px solid #000000;
    background-color: #1d1d1d;
    color: #fff;
}

.top-header .container:first-child ul {
    float: left;
}

.top-header .container ul:last-child {
    float: right;
}

.top-header a {
    font-size: 12px;
    padding: 15px 0px;
    display: block;
    color: #fff;
}

.top-header a.btnTop {
    background-color: #dc222b;
    padding: 0px 10px;
    color: #fff;
}

.top-header .container:first-child ul li {
    margin-right: 15px;
    position: relative;
    padding: 0;
}

.top-header .menu li {
    margin-right: 0 !important;
    margin-left: 15px;
}

.top-header ul.dropdown li {
    width: 150px;
}

.top-header ul.mini-contact i.icon {
    padding-right: 10px;
    font-size: 14px;
}


/* ======= Header ======= */

.affix {
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
}

header.navbar {
    margin-bottom: 0;
    background-color: #dc222b;
    color: #fff;
    border-radius: 0px;
}

nav.navbar {
    margin: 0;
    float: right;
}

nav.navbar {
    /*    min-height: auto;*/
}

header .icon {
    font-size: 8px;
    color: #fff
}

header a.logo {
    padding: 15px 0px;
    float: left;
}

header a.logo img {
    margin-right: 20px;
    float: left;
    width: 225px;
    padding: 8px 0px 8px;
}

header a.logo .logo-txt {
    float: right;
    color: #fff;
}

header a.logo b {
    font-size: 18px;
    letter-spacing: 2px;
}

header a.logo span {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-top: -5px;
}

header .menu li {
    padding: 0;
    margin-left: 30px;
    position: relative;
}

header .menu li a {
    padding: 27px 0px 30px 0px;
    display: block;
    color: #fff;
}

header ul.dropdown li.active a:hover {
    color: #fff !important;
}

header ul.mega-dropdwon li.active a p {
    color: #dc222b;
}


/* ======= Mobile Menu ======= */

a.mobile-menu-icon {
    padding-top: 25px;
    float: right;
}

a.mobile-menu-icon i.icon {
    font-size: 24px;
    padding: 0;
}

.mobile-menu {
    background: #1d1d1d;
    position: absolute;
    top: 100%;
    left: 5px;
    right: 5px;
    z-index: 999;
    margin-top: 5px;
    padding: 15px;
    border-right: 2px;
    border-top: 2px solid #dc222b;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    overflow-y: scroll;
}

.mobile-menu ul li {
    margin-left: 0;
    width: 100%;
}

.mobile-menu ul li a {
    background: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 2px;
    padding: 15px 30px !important;
    display: block;
    border-bottom: 2px solid #1d1d1d;
}

.mobile-menu-open {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a:focus {
    background: #dc222b;
    color: #fff !important;
}

.mobile-menu ul li a:hover i.icon,
.mobile-menu ul li a:focus i.icon {
    color: #fff !important;
}

.mobile-menu ul.dropdown {
    right: 0;
    margin-left: 0;
    border-color: #1d1d1d;
    background: #dc222b;
    left: 0;
}

.mobile-menu ul.dropdown li {
    border-color: #1d1d1d;
}

.mobile-menu ul.dropdown li a {
    background: #fff;
    color: #1d1d1d;
}

.mobile-menu ul.dropdown li a .text p {
    color: #1d1d1d;
}

.mobile-menu ul.dropdown li.active a:hover,
.mobile-menu ul.dropdown li a:hover,
.mobile-menu ul.mega-dropdwon li.active a p,
.mobile-menu ul.mega-dropdwon li a:hover p {
    color: #dc222b !important;
}


/* ======= Slider ======= */

.flexslider {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    height: 500px;
    border: none;
}

.flexslider .slides img {
    width: 100%;
    height: 500px;
}

.flexslider li {
    position: relative;
}

.flexslider li .meta {
    position: absolute;
    top: 60px;
    left: 130px;
    color: #1d1d1d;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.71);
    border: 2px solid #dc222b;
    overflow: hidden;
    z-index: 99999;
    padding: 32px;
    /*    height: 342px;*/
    width: 424px;
}

.flexslider li h1 {
    color: #dc222b;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 300;
}

.flexslider li h2 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 300;
}

.flexslider li .category {
    display: flex;
    flex-direction: row;
}

.flexslider li .category p {
    margin-right: 7px;
    margin-top: 18px;
    padding: 9px 18px 23px 0;
}

.flexslider li .category a {
    margin-top: 18px;
}

.flexslider li .category a+a {
    margin-left: 15px;
}

.flexslider li .category span {
    background: #e43837;
    margin-top: 17px;
    padding: 10px 12px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: normal;
    height: 50px;
}

.flexslider li h1,
.flexslider li h2,
.flexslider li .category p,
.flexslider li .category span {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h1,
.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta .category p,
.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category p {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category span {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.flex-direction-nav {
    position: absolute;
    top: 0;
    left: 30px;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #333;
    margin: -20px 0 0;
    position: absolute;
    top: 50px;
    z-index: 10;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    text-align: left;
    left: -10px;
}

.flex-direction-nav .flex-next {
    text-align: right;
    left: 30px;
}

.flexslider:hover .flex-prev {
    left: -10px;
}

.flexslider:hover .flex-next {
    left: 30px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav a:before {
    font-family: "fontello";
    content: '\e933';
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    padding: 2px;
    font-size: 19px;
    line-height: 27px;
}

.flex-direction-nav a.flex-next:before {
    content: '\e934';
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}






section.slider .slick-slide img {
    float: left;
}

section.slider .slider-content {
    padding-top: 30px;
    text-align: left;
}

section.slider .btn {
    margin-top: 20px;
}

.slick-next {
    right: -50px;
}

.slick-prev {
    left: -50px;
}

.slick-next,
.slick-prev {
    background: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 47px;
    text-align: center;
    border-radius: 2px;
}

.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
    background: #dc222b;
}

.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    color: #111 !important;
    font-size: 10px;
}

.slick-prev::before {
    content: "\f060";
}

.slick-next::before {
    content: "\f061";
}

.slick-prev:hover::before,
.slick-next:hover::before,
.slick-prev:focus::before,
.slick-next:focus::before {
    color: #fff !important;
}



.tagline-wrapper {
    color: #000;
    background-color: #000;
    padding: 40px 0px;
}

.tagline-wrapper h2 {
    color: #fff;
    margin: 0 0 5px;
    text-transform: capitalize;
}

.tagline-wrapper p {
    color: #fff;
    margin: 0px;
}

.tagline-wrapper a {
    margin: 7px 0px;
    height: auto;
    padding: 2px 0px;
}

.tagline-wrapper a:hover {
    background-color: #fff;
    border-color: #dc222b;
    color: #dc222b;
}

.quote-wrapper {
    background-image: url('../images/people-coffee-notes-tea.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

.quote-wrapper .quote-main {}

.quote-wrapper .quote-main p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

/* ======= Domain Search ======= */

.domain-search {
    background: #1d1d1d;
    padding: 50px 0px;
}

.domain-search p {
    line-height: normal;
    text-align: right;
}

.domain-search .form-group {
    margin-bottom: 0px;
}

.domain-search .form-control {
    height: 50px;
}

.domain-search .search-filter {
    position: relative;
}

.domain-search button.domain-select {
    background: #fff;
    color: #6a7483;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}

ul.dropdown-menu {
    left: 0;
    right: 0;
    padding: 0;
    border: 0;
    box-shadow: 0 0 0;
    border-radius: 2px;
    border: 1px solid #f1fcee;
    border-top: 3px solid #dc222b;
}

ul.dropdown-menu li {
    border-bottom: 1px solid #f1fcee;
}

ul.dropdown-menu li a {
    padding: 15px 30px !important;
    background: #fff;
    color: #1d1d1d;
    font-weight: 400;
    text-transform: uppercase;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus {
    color: #dc222b;
    background: #fff;
}

.domain-search .btn {
    background: #dc222b;
}


/* ======= Services and Features Blocks ======= */

.block {
    cursor: pointer;
}

.block .text {
    display: table-cell;
    /*    text-align: left;*/
}

.testimonials .block .text {
    display: block;
    /*    text-align: left;*/
}

.block-img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.block-img img {
    /*    margin-bottom: 20px;*/
    /*    height: 60px;*/
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.block:hover .block-img img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.block .lnr {
    font-size: 64px;
    color: #dc222b;
    margin-bottom: 15px;
    display: block;
}

.block-heading {
    font-size: 22px;
}

.block img {
    /*    margin-right: 30px;
        float: left;*/
}

.block:hover p.p-l {
    color: #dc222b !important;
}

section.features .text-right .block img {
    margin-left: 0;
    margin-right: 30px;
}

section.features .block {
    margin-bottom: 20px;
    overflow: hidden;
}

.btn-red-borderd {
    color: #dc222b;
    background: transparent;
    border: 2px dashed #dc222b;
    min-width: auto;
    padding: 10px 15px;
    line-height: normal;
    height: auto;
    width: 100%;
}

.btn-red-borderd:hover {
    color: #000;
    background: transparent;
    border: 2px dashed #000;
}


/* ======= Pricing ======= */
.pricing-table {
    background-image: url('../images/bg.png');
    background-attachment: fixed;
    border-top: 1px solid rgb(241, 241, 241);
    border-bottom: 1px solid rgb(241, 241, 241);
}

/*.pricing-table .section-heading{
    color: #fff;
}
.pricing-table .title .section-heading::after{
    background-color: #fff;
}

.pricing-table .sec-tagline{
    color: #fff;   
}*/

.price-table {
    background: rgba(241, 241, 241, 0.33);
    padding: 30px;
    position: relative;
    cursor: pointer;
    text-align: center;
    /*    border: dashed 2px #000;*/
    border: solid 2px #000;
}

.main-plan .price-table {
    border-color: #dc222b;
    border-style: solid;
    margin: -30px 0px;
    padding: 60px 30px;
}

.price-table img {
    margin-bottom: 30px;
}

.price-table .btn {
    margin-top: 20px;
}

.hosting-icon-wrapper {}

.hosting-icon-wrapper .icon-database-2 {
    font-size: 82px;
    position: absolute;
    top: 20px;
    right: 0px;
    color: #e0e0e0;
    z-index: -1;
}

.price-table .hosting-types-title {}

.pricing,
.pricing-group {
    display: inline-block
}

.border-top {
    border-top: solid #e4e4e4 1px
}

.border-bottom {
    border-bottom: solid #e4e4e4 1px
}

.border-left {
    border-left: solid #e4e4e4 1px
}

.border-right {
    border-right: solid #e4e4e4 1px
}

.pricing {
    font-size: 40px;
    line-height: 1em
}

.pricing span:first-child {
    display: inline-block;
    width: 4.5em;
    line-height: 1em;
    text-align: center;
    font-size: .4em
}

.pricing-box {
    border: 1px solid #555;
    color: #fff;
    background: #555;
    padding-right: 5px
}

.pricing-box span:first-child {
    background: #fff;
    color: #555;
    padding: 13px 5px 9px;
    margin-right: 5px
}

.pricing-group {
    font-size: 17px;
    line-height: 1em;
    position: relative;
    color: #1d1d1d;
    text-align: right;
}

.pricing-group .cost {
    position: relative;
    margin: 0 auto 8px;
    width: auto;
    display: block;
    text-align: center;
    font-size: 28px;
    color: #dc222b;
}

.pricing-group .cost:before {
    content: "";
    display: block
}

.pricing-group .cost span,
.pricing-group .cost sup,
.pricing-group-small {
    display: inline-block
}

.pricing-group .dlrsign {
    font-size: 1.6em;
    top: -21px;
    line-height: 1em
}

.pricing-group .dlrs {
    font-size: 3em;
    line-height: 1em
}

.pricing-group .cents {
    font-size: 1em;
    line-height: .8em;
    top: -21px
}

.pricing-group .cents span {
    border-bottom: solid #555 2px;
    padding-bottom: 5px
}

.pricing-group .term {
    font-size: 12px;
    position: absolute;
    right: -6px;
    bottom: 1px
}

.was-price {
    text-decoration: line-through !important;
    color: #A8A8A8;
    margin-top: -8px;
    margin-bottom: .5em;
    font-size: .9em
}

.PriceFreeze {
    color: #f28713;
    padding-bottom: 5px
}

.pricing-group-small {
    font-size: 22px;
    line-height: 1em;
    position: relative
}

.pricing-group-small .cost {
    position: relative;
    margin: 0 auto 8px;
    width: auto;
    display: block;
    text-align: center
}

.pricing-group-small .cost:before {
    content: "";
    display: block
}

.pricing-group .cost sup,
.pricing-group-small .cost span,
.voucher,
.voucher>span:last-child {
    display: inline-block
}

.pricing-group-small .dlrsign {
    font-size: 1em;
    top: -13px;
    line-height: 1em
}

.pricing-group-small .dlrs {
    font-size: 2em;
    line-height: 1em
}

.pricing-group-small .cents {
    font-size: 1em;
    line-height: .8em;
    top: -13px
}


/* ======= Blogs ======= */

.blog {
    background: #fff;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgb(241, 241, 241);
}

.blog a.btn {
    margin-top: 15px;
}

.blog a.blog-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}


/* ======= Clients ======= */

.client .block {
    cursor: inherit;
}

.client-say {
    border: 1px solid #dc222b;
    padding: 30px 30px 20px 30px;
    background: #f8f7f7a3;
    text-align: center;
}

.client-say img {
    padding-top: 10px;
    margin: 0px auto 15px;
}

.partners img {
    border: 1px solid #f1fcee;
    cursor: pointer;
    width: 100%;
}


/* ======= FAQ`s ======= */

.accordeon {
    width: 100%;
}

a.accordeon-title {
    background-color: #fff;
    padding: 15px;
    cursor: pointer;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 2px;
    display: block;
    color: #1d1d1d;
    border: 1px solid #f1fcee;
}

.accordeon-title:after {
    content: '+';
    float: right;
    font-size: 16px;
    color: #1d1d1d;
    background: #f3f7f9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
}

.accordeon-title.is-opened {
    background-color: #dc222b;
    color: #fff;
}

.accordeon-title.is-opened:after {
    content: '-';
}

.accordeon-content {
    display: none;
    padding: 15px;
    margin-bottom: 10px;
}


/* ======= Guaratess ======= */

.guaratess {
    background: #000;
    padding: 20px 0px;
}

.guarate {
    cursor: pointer;
}

.guarate img {
    float: left;
}

.guaratess p {
    color: #fff;
    padding-top: 10px;
    padding-left: 65px;
    font-weight: 400;
}


/* ======= Footer ======= */
.footer-wrapper {
    padding: 35px 0;
    /*background-color: #dc222b;*/
    background-color: #1d1d1d;
    /*background-image: url(../images/pattern-video.png);*/
}

@media (max-width: 767px) {
    .footer-wrapper .media-wrap {
        margin-bottom: 1rem;
        text-align: center;
    }
}

.footer-wrapper .media-wrap .mbr-iconfont-logo {
    font-size: 7rem;
    color: #fff;
}

.footer-wrapper .mbr-text {
    color: #fff;
}

.footer-wrapper .mbr-text a {
    color: #fff;
}

@media (max-width: 767px) {
    .footer-wrapper .footer-lower .copyright {
        margin-bottom: 1rem;
        text-align: center;
    }
}

.footer-wrapper .footer-lower hr {
    margin: 1rem 0;
    border-color: #fff;
    opacity: .05;
}

.social-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.social-list .mbr-iconfont-social {
    font-size: 1.3rem;
    color: #fff;
}

.social-list .soc-item {
    margin: 0 .5rem;
}

.social-list a {
    margin: 0;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    padding: 5px;
    margin-left: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #fff;
    background-color: #dc222b;
}

.social-list a:hover {}

.social-list a .icon {
    font-size: 24px;
    padding: 0;

}

@media (max-width: 767px) {
    .social-list {
        justify-content: center;
        -webkit-justify-content: center;
    }
}

.copyright p {
    margin-bottom: 0;
    padding: 5px 0px;
}

.footer-social-icon-wrapper {
    list-style: none;
    margin: 0px;
    padding: 0pz;
}

.footer-social-icon-wrapper li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

.footer-social-icon-wrapper li a {
    display: block;
    float: right;
}


.footer {
    background: #000;
}

.footer p,
.footer a {
    color: #ffffff;
    line-height: 30px;
}

.footer h4.footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.footer ul.useful-link {}

.footer ul.useful-link li {}

.footer ul.useful-link li a {}

.footer a {
    font-weight: normal;
    border-bottom: 1px solid #222533;
    width: 100%;
    display: block;
    padding: 5px 0px;
}

.footer a:hover {
    color: #dc222b;
}

.footer .form-control {
    border: 1px solid #303444;
}

.footer .btn {
    width: 100%;
    height: 40px;
    line-height: 30px;
    background: #dc222b;
}

.footer .footer-social {
    margin-top: 20px !important;
}

.footer .footer-social li {
    padding: 0;
    padding-right: 5px;
}

.footer .footer-social a {
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
}

.footer .footer-social a i.icon {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.facebook {
    background: #1b78c7;
}

.twitter {
    background: #00bff3;
}

.googleplus {
    background: #67b807;
}

.pinterest {
    background: #da421f;
}

.dribbble {
    background: #bc2a83;
}

.tumblr {
    background: #5d748c;
}

.footer-links {
    margin-bottom: 25px;
}

.media-container-row p {
    color: #fff;
}

.contact-source {}

.media-wrap {
    margin-bottom: 5px;
}

.contact-source p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.contact-source label.con-label {}

.contact-source label.con-label .icon {
    font-size: 16px;
}

/* ======= Copyright ======= */

.copyright {
    background: #000000;
    overflow: hidden;
    padding: 10px 0px;
}

.copyright a {
    color: #fff;
}

.copyright p {
    margin: 0;
    color: #ffffff;
    display: inline-block;
}

.copyright a.up {
    line-height: 80px;
    float: right;
}

.copyright a.up img {
    padding-left: 10px;
}


/* ======= Pages ======= */

.page .page-banner {
    padding: 30px 0px;
    overflow: hidden;
}

.page .page-banner h3 {
    padding-left: 15px;
    margin: 0;
    float: left;
}

.page .breadcrumb {
    background: transparent;
    padding: 0;
    padding-right: 15px;
    margin: 0;
    float: right;
}


/* ======= Account Page ======= */

section.account .title {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 70%;
    text-align: center;
}

section.account ul.nav-tabs {
    display: block;
}

section.account .nav-tabs>li {
    width: 50%;
    height: 60px;
}

.nav-tabs>li>a {
    padding: 0;
    margin: 0;
    line-height: 60px;
    border: 0;
    text-align: center;
    color: #0C112A;
    background: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #dc222b;
    color: #fff;
    border: 0;
}

.nav-tabs>li>a:hover,
.nav>li>a:hover {
    background: #0C112A;
    color: #fff;
    border: 0;
}

.tab-content {
    padding-top: 30px;
}

section.account img.login-img {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* ======= About Page ======= */

section.support-center,
section.testimonials {
    /*    padding-top: 0;*/
    background-image: url(../images/map_img.png);
    background-size: cover;
}


/*Story*/

section.story {
    /*    background-image: url('../images/bg-8.jpg');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.story h1 {
    margin-bottom: 30px;
}

section.story .icon {
    padding-left: 0;
    padding-right: 10px;
    color: #dc222b;
}

section.story ul {
    margin-top: 20px;
    margin-bottom: 70px;
}


/*Rewards*/

section.history .block {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

section.history .block span {
    margin-bottom: 10px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #6a7483;
    margin-top: -10px;
}


/*Team*/

.team {
    border: 1px solid #f1fcee;
    padding: 30px 30px 20px 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.team img {
    margin: 0 auto;
    margin-bottom: 30px;
}

ul.team-social {
    position: absolute;
    top: 30px;
    left: -30px;
    transition: .5s;
}

.team-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f3f7f9;
    display: block;
    border-radius: 2px;
    margin-bottom: 2px;
}

.team-social .icon {
    padding: 0;
    font-size: 16px;
}

.team-social a:hover {
    background: #dc222b;
    color: #fff;
}

.team:hover ul.team-social {
    left: 0;
}


/* ======= Contact Page ======= */


/*Support*/

.contact.page section.support {
    background: #dc222b;
    color: #fff;
    min-height: 390px;
    padding: 0;
}

.contact.page section.support .container {
    min-height: 390px;
    position: relative;
}

.contact.page section.support img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.contact.page section.support .support-text {
    padding-top: 80px;
}

.contact.page section.support p {
    color: #fff;
}

.contact.page section.support .support-info p {
    font-size: 22px;
    margin-top: 20px;
}

.contact.page section.support .support-info a.btn {
    padding: 0px 20px;
    background: #1d1d1d;
    margin-top: 20px;
}


/*Contact info*/

.contact.page section.contact-info .block {
    padding: 0px;
    background: #fff;
}

.contact.page section.contact-info ul.info-details {
    background: #fff;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.contact.page section.contact-info ul.info-details li {
    border-bottom: 1px solid #f1fcee;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.contact.page section.contact-info ul.info-details li img {
    float: left;
}


/*Contact Form*/

section.contact-info ul.error-result {
    padding: 0px 0px 15px 0px;
}

section.contact-info ul.error-result li {
    margin-bottom: 15px;
    color: red;
}


/*Google Map*/

section.google-maps {
    padding: 0;
}


/*Support Center*/

section.support-center .block {
    border: 1px solid #dc222b;
    padding: 30px 30px 20px 30px;
    background: #f8f7f7a3;
    text-align: center;
}

section.support-center .block .text {
    text-align: center;
}

section.support-center .block img {
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
}

section.support-center .block .btn {
    margin-top: 20px;
}


/* ======= FAQs Page ======= */

section.popular-faqs .block {
    background: #fff;
    padding: 30px;
}

section.popular-faqs .block .text {
    text-align: center;
}

section.popular-faqs .block img {
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
}

section.categories-faqs .tab-content {
    padding-top: 0;
}

section.categories-faqs .nav-tabs>li>a {
    background: #f3f7f9;
}

section.categories-faqs .nav-tabs>li>a:hover {
    background: #dc222b;
}

section.categories-faqs .nav-tabs>li.active>a {
    background: #dc222b;
    color: #fff;
}

section.categories-faqs .nav-tabs {
    border: none;
    display: block;
}

section.categories-faqs .nav-tabs>li {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
    border: 1px solid #f1fcee;
    border-radius: 2px;
}

section.error-content p {
    margin: 30px 0px;
}


/* ======= Team Page ======= */


/*Perfect employee*/

section.perfect-employee .perfect-e-title {
    padding-top: 25%;
    line-height: 36px;
}

section.perfect-employee {
    background: #dc222b;
    cursor: pointer;
}

section.perfect-employee .team {
    margin-bottom: 0;
    background: #fff;
}


/*Team*/

.our-team.page .filters-button-group {
    margin-bottom: 50px;
}

.our-team.page .filters-button-group .btn.is-checked {
    background: #0C112A;
}

.our-team.page .teams .team {
    margin-bottom: 30px;
}


/* ======= Checkout Page ======= */


/*Billing Info*/

.checkout.page .billing-info {
    background: #dc222b;
}

.checkout.page .billing-info ul.cart-total li {
    background: #fff;
    padding: 15px 30px;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
    border-bottom: 1px solid #f3f7f9;
}

.checkout.page .billing-info ul.cart-total li:hover {
    background: #f3f7f9;
}

.checkout.page .billing-info ul.cart-total li.cart-head {
    background: #0C112A;
    color: #fff;
    font-weight: 400;
}

.checkout.page .billing-info .product {
    float: left;
}

.checkout.page .billing-info .price {
    float: right;
}


/*Payment*/

.checkout.page .billing-info h2 {
    margin-bottom: 30px;
}

.checkout.page .billing-info ul.payment {
    margin: 0;
}

.checkout.page .billing-info ul.payment li {
    background: #fff;
    width: 49%;
    cursor: pointer;
}

.checkout.page .billing-info ul.payment li img {
    margin: 0 auto;
}


/*Billing Form*/

.checkout.page .form-control {
    margin-bottom: 15px;
}

.checkout.page .form-control:focus {
    background: #dc222b !important;
}


/* ======= Cart Page ======= */

.cart.page ul.cart {
    width: 100%;
}

.cart.page ul.cart>li {
    background: #f3f7f9;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    transition: .5s;
    position: relative;
}

.cart.page ul.cart>li:hover {
    background: #fff;
    border-color: #fff;
}

.cart.page ul.cart li.cart-head {
    background: #0C112A;
    color: #fff;
    font-weight: 400;
    border-radius: 2px;
}

.cart.page ul.cart li ul li {
    padding: 0 !important;
    margin: 0 !important;
    width: 20%;
    padding: 15px 30px !important;
}

.cart.page ul.cart li ul li.cart-product {
    width: 35%;
}

.cart.page ul.cart a.cart-delete {
    position: absolute;
    right: 30px;
    top: 15px;
}

.cart.page ul.cart a.cart-delete i.icon {
    font-size: 18px;
}

.cart.page ul.cart a.cart-delete:hover {
    color: #fff;
}

.cart.page ul.cart li.cart-all {
    background: #dc222b;
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px 30px;
    overflow: hidden;
    border-top: 1px solid #fff;
}

.cart.page ul.cart li.cart-all span:last-child {
    float: right;
}

.cart-info .btns {
    text-align: center;
}

.cart-info a.btn {
    margin-top: 30px;
    padding: 10px 30px;
    background: #0C112A;
    height: auto;
}

.cart-info a.btn:hover {
    background: #dc222b
}


/* ======= Portfolio Page ======= */

.portfolio.page .project {
    cursor: pointer;
    text-align: center;
}

.portfolio.page .project .project-img {
    position: relative;
    height: 275px;
    overflow: hidden;
}

.portfolio.page section.our-portfolio .project .project-img {
    height: 275px;
    overflow: hidden;
}

.portfolio.page section.our-portfolio .project .project-img img {
    height: 100%;
    width: 100%;
}

.portfolio.page .project .project-content {
    background: #f3f7f9;
    padding: 15px 30px;
    transition: .5s;
}

.portfolio.page .project .project-content p {
    margin: 0;
}

a.project-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    line-height: 1;
    text-align: center;
    background: rgba(118, 224, 86, .9);
    color: #fff;
    display: block;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
}

.project-hover i.icon {
    font-size: 24px;
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
}

.portfolio.page .project:hover a.project-hover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.portfolio.page .project:hover .project-content p.main-color2 {
    color: #dc222b;
}

.portfolio.page section.our-portfolio .project {
    margin-bottom: 30px;
}

.portfolio.page .project .project-content {
    background: #fff;
}


/* ======= Blog Page ======= */


/*Posts*/

.blogs.page .blog {
    background: #f3f7f9;
    margin-bottom: 30px;
}

.blogs.page .blog img {
    border: 5px solid #fff;
    width: 100%;
    min-height: 350px;
}

.blogs.page .blog iframe {
    border: 0px;
    overflow: hidden;
    width: 100%;
    height: 350px;
}

.blog a.blog-title h4 {
    margin-top: 0px;
}

ul.blog-meta li,
ul.blog-meta li i.icon {
    padding: 0;
}

ul.blog-meta li a {
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: block;
}

ul.blog-meta li a i.icon {
    font-size: 14px;
    padding-right: 10px;
}


/*Quote Post*/

.blogs.page .blog.quote_blog {
    background: #dc222b;
}

.blog.quote_blog .media .media-left i.icon {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
}

.blog.quote_blog .media .media-body {
    padding-left: 30px;
}

.blog.quote_blog .media .media-body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.blog.quote_blog .media .media-body .quote_writer {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}


/*Pagination*/

.pagination_nav .pagination {
    border-radius: 0;
    display: table;
    margin: 0 auto !important;
}

.pagination_nav .pagination li {
    float: left;
}

.pagination_nav .pagination li+li {
    margin-left: 10px;
}

.pagination_nav .pagination li a {
    padding: 0 19px;
    line-height: 36px;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    background: #f3f7f9;
    font-weight: bold;
    font-size: 12px;
    color: #1d1d1d;
}

.pagination_nav .pagination li a:hover,
.pagination_nav .pagination li.active a {
    background: #dc222b;
    color: #fff;
}

.pagination_nav .pagination li:first-child a,
.pagination_nav .pagination li:last-child a {
    border-radius: 0;
    font-size: 12px;
}


/* ======= Sidebar ======= */

.sidebar section {
    background: #fff;
    margin-bottom: 30px;
    background: #f3f7f9;
    padding: 30px 15px;
}

.sidebar section h5 {
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 400;
    font-size: 18px;
}

.sidebar img {
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    float: left;
    margin-right: 15px;
}


/*Recent Posts*/

.recent-post {
    margin-top: 15px;
    display: block;
}

.recent-post {
    display: block;
    overflow: hidden;
}

.recent-content a {
    display: block;
}

.recent-content a.date {
    font-size: 12px;
    color: #dc222b;
    margin-top: -5px;
}


/*Category*/

.sidebar .categories li {
    border-bottom: 1px solid #eaebeb;
    display: block;
    overflow: hidden;
}

.sidebar .categories a {
    padding: 10px 0px;
    display: inline-block;
}

.sidebar .categories a.cat-num {
    color: #6a7483;
    float: right;
}

.sidebar .categories a.cat-name {
    float: left;
}


/*Tags*/

.sidebar .tags a {
    border: 2px solid #fff;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    display: inline-block;
    background: #fff;
}

.sidebar .tags a:hover {
    border-color: #dc222b;
    background: #dc222b;
    color: #fff;
}


/* ======= Single Page ======= */

section.single-post .post-content {
    overflow: hidden;
    margin-bottom: 30px;
}

section.single-post img.single-img {
    width: 100%;
}

section.single-post .post-content .post-text,
section.single-post .related-post {
    padding: 30px;
}

section.single-post .post-content .post-text a.blog-title {
    margin-bottom: 30px;
    display: block;
}

section.single-post .post-content .post-text h5.heading-title {
    margin: 30px 0px;
}

section.single-post .post-content .post-text .media {
    margin: 30px 0;
}

section.single-post .post-content .post-text .media img {
    margin-right: 30px;
}

section.single-post .post-content .post-text ul.post-list {
    margin-top: 20px !important;
}

section.single-post .post-content .post-text ul.post-list li,
section.single-post .post-content .post-text ul.post-list li i.icon {
    padding: 0;
    padding-right: 15px;
}


/*Post Pager*/

.post-pager {
    margin-top: 30px !important;
    padding: 30px;
    display: block;
    overflow: hidden;
}

.post-pager li.previous {
    float: left;
    text-align: left;
}

.post-pager li.next {
    float: right;
    text-align: right;
}

.post-pager li a {
    font-weight: 400;
    color: #0C112A;
    font-size: 14px;
    text-transform: capitalize;
}

.post-pager li a:hover,
.post-pager li a:focus {
    background: none;
    color: #dc222b;
}

.post-pager li .post_title {
    font-size: 18px;
    font-weight: 500;
}

.post-pager li.previous a i {
    margin-right: 10px;
    padding: 0;
}

.post-pager li.next a i {
    margin-left: 10px;
    padding: 0;
}


/*Author*/

.post_author {
    margin: 30px 0;
    padding: 30px;
    background: #1d1d1d;
    overflow: hidden;
}

.post_author i.icon {
    font-size: 14px;
    padding: 0;
    padding-right: 10px;
    color: #fff;
}


/*Post Comments*/

.post-comments {
    margin-bottom: 30px;
    padding: 30px;
}

.post-comments h4 {
    margin-bottom: 30px;
}

.post-comments .media {
    border: 1px solid #fff;
    padding: 15px;
}

.post-comments .comment-info {
    overflow: hidden;
}

.post-comments .comment-info h5 {
    float: left;
}

.post-comments a.comment-date {
    font-size: 12px;
    display: inline-block;
    padding-top: 5px;
    padding-left: 10px;
    float: right;
}

.post-comments .media-left {
    padding-left: 10px;
    padding-right: 20px;
}

.post-comments .media-left a {
    width: 70px;
    height: 70px;
    display: block;
}

.post-comments .media-left a img {
    width: 100%;
}

.post-comments .media-body .btn-reply {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    line-height: 32px;
    padding: 5px 30px;
    margin-top: 5px;
    display: inline-block;
}


/*Leave Comment*/

.leave-comment {
    padding: 30px;
}

.leave-comment h4 {
    margin-bottom: 30px;
}


/* ======= Domain Page ======= */


/*Domains Table*/

.pricing_table {
    background: #fff;
}

.pricing_table thead tr th {
    width: 1%;
    border: none;
    padding: 0 42px;
    line-height: 60px;
    color: #fff;
    background: #0C112A;
    white-space: nowrap;
}

.pricing_table tbody {
    padding-bottom: 10px;
}

.pricing_table tbody tr th {
    border: none;
    padding: 0 42px;
    line-height: 60px;
    color: #0C112A;
}

.pricing_table tbody tr {
    cursor: pointer;
    transition: .5s;
    border-bottom: 1px solid #fff;
}

.pricing_table tbody tr:hover {
    background: #f3f7f9;
}

.pricing_table tbody tr td {
    border: none;
    padding: 0;
    line-height: 60px;
    padding: 0 42px;
    color: #6a7483;
    font-weight: 400;
}


/* ======= Features Page ======= */

section.main-features .btn {
    margin-top: 5px;
}

section.main-features-2 {
    background: #0C112A;
}

.features-page.page img.img-left,
.shared-page.page img.img-left {
    float: right;
}


/* ======= 404 and comingsoon Pages ======= */

section.error-content .error-img,
section.comingsoon-content .comingsoon-img {
    border: 1px solid #f1fcee;
    text-align: center;
    padding: 0px 30px 30px 30px;
}

section.error-content .error-img img,
section.comingsoon-content .comingsoon-img img {
    margin: 0 auto;
}

section.comingsoon-content {
    padding: 0;
    padding-top: 50px;
}

section.comingsoon-content .comingsoon-text {
    padding-top: 60px;
}

section.comingsoon-content .form-control:focus {
    background: #dc222b !important;
}

section.comingsoon-content form {
    margin-top: 30px;
}


/* ======= Pricing Pages ======= */

section.pricing-table-2 {
    background: #0C112A;
}

section.pricing-table-3 .price-table {
    text-align: right;
    overflow: hidden;
    cursor: inherit;
}

section.pricing-table-3 .price-t-content {
    display: table-cell;
    padding-left: 30px;
    text-align: left;
    float: left;
}

section.pricing-table-3 img {
    float: left
}


/* ======= Domain Search Pages ======= */

section.domain-search-result .btn {
    margin-top: 30px;
}

section.domain-search-result .pricing_table tbody tr {
    cursor: pointer;
    transition: .5s;
    border-bottom: 1px solid #fff;
    background: #f3f7f9;
}

section.domain-search-result .pricing_table tbody tr:hover {
    background: #fff;
}

section.domain-search-result .pricing_table tbody tr.disabled {
    opacity: .5;
    cursor: not-allowed;
}

/* ======= Services Detail Pages ======= */
.bg-img {
    background-image: url('../images/service/creative_and_branding.jpg');
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -3;
    left: 50%;
    background-attachment: fixed;
    background-size: cover;
}

.services-menu-wrapper {
    padding: 0;
}

.service-detail-wrapper {
    position: relative;
    overflow: hidden;
}

.servicesPagesNav p {
    color: #fff;
    margin: 0px;
    font-size: 18px;
    padding: 20px 15px;
    background: #000;
}

.servicesPagesNav {
    margin-bottom: 50px;
    clear: none;
    float: left;
    margin-top: 200px;
    background: none repeat scroll 0 0 rgba(190, 29, 36, 0.9);
}

.servicesPagesNav ul {
    clear: both;
    float: left;
    padding: 15px 0 0;
    width: 400px;
    margin: 0px 15px 0px;
}

.servicesPagesNav ul li {
    border-bottom: 1px solid #e5656c;
    clear: both;
    list-style: none outside none;
}

.servicesPagesNav ul li a .icon {
    color: #e5656c;
}

.servicesPagesNav ul li a {
    display: block;
    padding: 16px 0 16px 36px;
    font-size: 14px;
    text-decoration: none;
    color: #e5656c;
    line-height: 16px;
}

.servicesPagesNav ul li a.active .icon {
    color: #fff;
}

.servicesPagesNav ul li a.active,
.servicesPagesNav ul li a:hover {
    font-size: 16px;
    color: #fff;
}

#case-grid {
    list-style: none;
    margin: 0;
    overflow: hidden;
}

#case-grid li {
    float: left;
    list-style: none;
    width: 33%;
    height: 200px;
    position: relative;
    box-sizing: border-box;
}

#case-grid li.dark {}

#case-grid li.dark a {
    background-color: #dc222b;
}

#case-grid li.black a {
    background-color: #000;
}

#case-grid li.light a {
    background-color: #fff;
}

#case-grid li a {
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: #f1f1f1;
}

#case-grid li img {
    margin-bottom: 5px;
}

#case-grid li h2 {
    color: #1d1d1d;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 10px;
}

#case-grid li p {
    font-size: 12px;
    padding-top: 10px;
    background: transparent url(../images/work/dash.png) no-repeat 0 0;
    padding-right: 10px;
}

#case-grid li .background {
    background: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
}

#case-grid li .view {
    width: 168px;
    height: 168px;
    position: absolute;
    left: 50%;
    margin-left: -84px;
    top: 28%;
    background: transparent url(../images/work/view-case-study.png) no-repeat 50% 50%;
    z-index: 11;
}

.btn-primary {
    border: none;
}

.worpress-usage {
    background-color: #eee;
    /*margin-top: 100px;*/
}

.worpress-usage .p-l {
    text-align: inherit !important;
    margin-bottom: 0;
}

.worpress-usage .content__block {
    display: flex;
    margin-top: 30px;
}

.worpress-usage .center__image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}

.feature__story ul {
    margin: 0 !important;
}

.our__passion .services .icon__wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #1d1d1d;
    border-radius: 100%;
}

.our__passion .services i {
    font-size: 60px;
    line-height: 100px;
    color: #1d1d1d;
}

.our__passion .services .read__more {
    margin-top: 10px;
}

.our__passion .services__wrap {
    margin-top: 30px;
}

.our__passion .services .bg__icon {
    position: absolute;
    left: 18px;
    top: 30px;
    font-size: 170px;
    z-index: -1;
    color: #eee;
}


.logicsfort-wordpress-img {
    margin: 0px auto;
    margin-top: -200px;
    max-width: 960px;
}

.block-fab-icons {
    margin: 20px 0px;
}

.block-fab-icons i {
    font-size: 48px;
    color: #dc222b;
}

.wordpress-development-services {}

.wordpress-solution .title {
    padding-bottom: 0;
}

.wordpress-development-services>.row>.block .text {
    display: block;
}

.wordpress-development-services .p-l {
    color: #1d1d1d !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.wordpress-development-services .block-fab-icons i {
    color: #1d1d1d;
    font-size: 32px;
}

.wordpress-development-services>.row>.block:hover i {
    color: #dc222b;
}

.captcha-code {
    line-height: 60px;
    font-size: 18px;
}

.captcha-code label {
    color: #dc222b;
}

.domains-feature.services .block img {
    height: 64px;
}



/*   service design */

.deisgnservice .card-box-c {
    position: relative;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.deisgnservice .card-header-c {
    /*padding: 0 1rem 1rem 1rem;*/
}

.deisgnservice .card-body-c {
    padding: .5rem .5rem 0 .5rem;
}

.deisgnservice .card-footer-c {
    padding-left: .5rem;
}

.deisgnservice .card-box-ico {
    /*padding: 1rem 3rem 1rem 2.5rem;
    border: 2px solid #1d1d1d;*/
    text-align: center;
    width: 75px;
    height: 75px;
    margin: -56px auto 0;
    background: #1d1d1d;
    border-radius: 50%;
}

.deisgnservice .card-box-ico span:before {
    margin: 0px !important;
}

.deisgnservice .card-box-ico span {
    font-size: 4rem;
    color: #fff;
    line-height: 75px;
}

.deisgnservice .title-c {
    font-weight: 600;
    /*margin-left: -40px;*/
    /*margin: 0px 0px 0px -40px;*/
    font-size: 3.5rem;
    background-color: #fff;
}

.deisgnservice .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 20px 15px
}

.deisgnservice .col-md-4 a {
    /*color: #dc222b;*/
    margin-bottom: -60px;
}

.deisgnservice .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.deisgnservice .align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.deisgnservice .title-c {
    font-size: 15px;
    font-weight: 600;
    /*margin-left: -27px;*/
}

.deisgnservice .d-flex {
    /*display: -ms-flexbox !important;
    display: flex !important;*/
}

/* ======= Firfox Customize ======= */

@-moz-document url-prefix() {
    ul.dropdown {
        top: 94%;
        /*border-top: 3px solid transparent;*/
        display: none;
    }

    ul.menu>li:hover ul.dropdown {
        border-top: 3px solid #dc222b;
        top: 100%;
        display: block;
    }

    .mobile-menu {
        display: none !important;
    }

    .mobile-menu-open {
        display: block !important;
    }
}


/* ======= Edge Customize ======= */

@supports (-ms-ime-align: auto) {
    ul.dropdown {
        top: 94%;
        border-top: 3px solid transparent;
        display: none;
        background: #f0f;
    }

    ul.menu>li:hover ul.dropdown {
        border-top: 3px solid #dc222b;
        top: 100%;
        display: block;
    }

    .mobile-menu {
        display: none !important;
    }

    .mobile-menu-open {
        display: block !important;
    }
}