
/**
*
* ---------------------------------------------------------------------------
*
* Template :    MAMA Host
* Author :      Ideal Brothers
* Author URI :  
* Version :     1.0
*
* --------------------------------------------------------------------------- 
*
*/


/*
-----------------------------------------
1    Basic Style
2    Header Style          
3    Domain Checker Style          
4    About Us Style          
5    Our Services Style          
6    Why Choose Us Style          
7    Get Hosting Now Style          
8    Our Team Style          
9    Other Services Style          
10   Testimonial Style          
11   Counter Style          
12   Blog Style          
13   Pricing Table Style          
14   Other Features Style          
15   Our Clients Style          
16   Footer Style          
17   Form Style          
18   Contact Page Style          
19   Responsive Styles
-----------------------------------------
*/


/*
-----------------------------------------
1.   Basic Style
-----------------------------------------
*/

body {
    vertical-align: baseline;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 1.42857143;
    color: #000000;
}

a,
button {
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    background-color: #cccccc;
}

::-moz-selection {
    background-color: #cccccc;
}

img::selection {
    background-color: #cccccc;
}

img::-moz-selection {
    background-color: #cccccc;
}

ul.no-style {
    list-style-type: none;
    padding: 0;
}


/*---Preloader---*/

@keyframes wave {
    0% {
        top: 0;
        opacity: 1;
    }
    50% {
        top: 30px;
        opacity: .2;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background-color: #FFFFFF;
}

.preloader .preloader-in {
    width: 80px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.preloader .preloader-in .block {
    position: relative;
    box-sizing: border-box;
    float: left;
    margin: 0 10px 10px 0;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    background-color: #ff0000;
}

.preloader .preloader-in .block:nth-child(4n+1) {
    animation: wave 2s ease .0s infinite;
}

.preloader .preloader-in .block:nth-child(4n+2) {
    animation: wave 2s ease .2s infinite;
}

.preloader .preloader-in .block:nth-child(4n+3) {
    animation: wave 2s ease .4s infinite;
}

.preloader .preloader-in .block:nth-child(4n+4) {
    animation: wave 2s ease .6s infinite;
    margin-right: 0;
}


/*----- Common Section Title Style ------*/

.title.common {
    width: 700px;
    margin: 0 auto;
}

.title.common h2 {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.title.common h2:after,
.title.common h2:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 300px;
    background-color: #ff0000;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
}

.title.common h2:after {
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
    transform: translate(-50%, 50%);
}

.title.common p {
    margin-top: 20px;
}


/*
-----------------------------------------
2.   HEADER STYLES
-----------------------------------------
*/

#header {
    height: 100vh;
    background-size: 100% 100%;
    position: relative;
}

#header:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 30, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


/*-----======= TOP BAR =======-----*/

#top-bar {
    position: relative;
    z-index: 1;
    padding: 10px 0 0;
}

#top-bar a {
    color: #FFFFFF;
}

#top-bar a span {
    margin-right: 5px;
}

#top-bar a:hover {
    color: #ff0000;
}

#top-bar .left a.email {
    border-right: 1px solid #FFFFFF;
    padding-right: 20px;
    margin-right: 20px;
}

#top-bar .right>a {
    margin: 0 7px;
}

#top-bar .right .social-icon {
    display: inline;
    float: right;
    margin-left: 15px;
}

#top-bar .right .social-icon li {
    float: left;
    margin: 0 10px;
}


/*-----===== NAVIGATION BAR =====-----*/

.navbar {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    border: none;
    border-bottom: 1px solid #666666;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar.affix {
    position: fixed;
    top: 0 !important;
    background-color: #1E223F;
}

.navbar.affix .nav a {
    padding: 20px 15px;
}

.navbar.affix .navbar-brand {
    padding: 7px 15px;
}

.navbar .navbar-brand {
    padding: 10px 15px;
    display: none;
}

.navbar .nav a {
    color: #FFFFFF !important;
    text-transform: uppercase;
    border-bottom: #EEEEEE;
    padding: 25px 15px 35px;
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
}

.navbar .nav a:hover {
    border-bottom: 1px solid #ff0000;
    color: #ff0000 !important;
    background: transparent;
}

.navbar .navbar-nav>.open>a {
    border-bottom: 1px solid #ff0000;
    color: #ff0000 !important;
    background: transparent !important;
}

.navbar .nav li.on>a {
    border-bottom: 1px solid #ff0000;
    color: #ff0000 !important;
}

.navbar .dropdown ul {
    border-radius: 0;
    padding: 0;
    border: none;
    background: #FFFFFF;
    box-shadow: 2px 4px 20px 5px rgba(0, 0, 0, 0.1);
}

.navbar .dropdown ul a {
    color: #1E223F !important;
    font-size: 12px;
    letter-spacing: .5px;
    word-spacing: 1.5px;
    font-weight: 700;
    border: none !important;
    padding: 20px 15px;
}

.navbar .dropdown ul a:hover {
    background-color: #F1F1F1 !important;
    padding-left: 20px;
}

.navbar .dropdown ul a .caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
}

.navbar .dropdown-in .dropdown-menu {
    transform: translate(200%, -60px);
    opacity: 0;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: none !important;
    display: block !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.navbar .dropdown-in .dropdown-toggle:hover+.dropdown-menu,
.navbar .dropdown-in .dropdown-menu:hover {
    opacity: 1;
    box-shadow: 2px 4px 20px 5px rgba(0, 0, 0, 0.1) !important;
    transform: translate(100%, -60px);
}

.navbar .dropdown-in.active .dropdown-toggle {
    background-color: #F5F5F5 !important;
    padding-left: 20px;
}


/*-----===== SLIDER STYLES =====-----*/

#slider {
    position: relative;
    z-index: 1;
    height: 100%;
}

#slider .container-fluid {
    padding: 0;
}

#slider .carousel-control.right,
#slider .carousel-control.left {
    background: none;
}

#slider .carousel .item {
    min-height: 350px;
    height: 100%;
    width: 100%;
}

#slider .carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#slider .item.one h1 {
    text-transform: uppercase;
    font-size: 45px;
}

#slider .item.one h1:nth-child(2) {
    text-transform: uppercase;
    font-weight: 700;
}

#slider .item.one h1:nth-child(2) .color {
    color: #ff0000;
}

#slider .item.two .welcome {
    text-transform: uppercase;
}

#slider .item.two .welcome .color {
    color: #ff0000;
}

#slider .item.two .service {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}

#slider .item.two .lists {
    position: relative;
    height: 100px;
    margin: 30px 0 40px;
}

#slider .item.two .lists ul {
    position: absolute;
}

#slider .item.two .lists ul li {
    text-transform: capitalize;
    font-size: 16px;
    margin: 10px 0;
}

#slider .item.two .lists ul li span {
    color: #ff0000;
}

#slider .item.two .lists ul.left {
    left: 50%;
    transform: translate(-110%, 0);
}

#slider .item.two .lists ul.right {
    right: 50%;
    transform: translate(110%, 0);
}

#slider .item.two .buttons {
    margin: 0;
}

#slider .buttons {
    margin-top: 70px;
}

#slider .buttons a {
    padding: 11px 0;
    width: 210px;
    text-align: center;
    background: transparent;
    border-radius: 0;
    border-color: #ff0000;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 10px;
    display: inline-block;
}

#slider .buttons a:hover {
    background-color: #ff0000;
}

#slider .buttons a.price {
    background-color: #ff0000;
}

#slider .buttons a.price:hover {
    background: transparent !important;
}

#slider .carousel-control {
    top: 50%;
    transform: translate(0, -50%);
    width: 32px;
    height: 65px;
    border: 1px solid #ff0000;
    bottom: initial;
    font-size: 14px;
    color: #FFFFFF;
}

#slider .carousel-control span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#slider .carousel-control:hover {
    background-color: #ff0000;
}

#slider .carousel-control.left {
    left: 0;
}

#slider .carousel-control.right {
    right: 0;
}


/*
-----------------------------------------
3.   DOMAIN CHECKER STYLES
-----------------------------------------
*/
.domain_finder_form input[type=text] {
    padding: 10px 20px;
    width: 60%;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #ff0000;
    margin-right: 2%;
}

.domain_finder_form input[type=text]:focus {
    outline: none;
}

.domain_finder_form select {
    color: #333;
    padding: 10px 20px;
    border-radius: 3px;
    width: 15%;
    margin-right: 2%;
}

.domain_finder_form input[type=submit] {
    padding: 10px 20px;
    width: 15%;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 0%;
    border: none;
    background: #fff;
    color: #333;
    border-radius: 3px;
}
#domain-checker {
    color: #FFFFFF;
    background-color: #1E223F;
    padding: 60px 0 80px;
    position: relative;
}

#domain-checker:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #FFFFFF;
    bottom: 150px;
}

.dc-inner {
    position: relative;
    z-index: 1;
}

.dc-inner .title h2 {
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-bottom: 40px;
}

.dc-inner .title h2 small {
    color: #FFFFFF;
    display: block;
    font-size: 27px;
    font-weight: 400 !important;
    margin-top: 5px;
}

.dc-inner .input-group {
    display: table;
    margin: 0 auto;
    width: 90%;
}

.dc-inner .input-group input[type="text"] {
    display: table-cell;
    width: 59%;
    margin-right: 1%;
    height: 45px;
    border-radius: 0;
    border-radius: 4px;
}

.dc-inner .input-group select {
    width: 13%;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    height: 45px;
    border: none;
    text-transform: uppercase;
    box-shadow: none !important;
}

.dc-inner .input-group input[type="submit"] {
    margin-right: 0;
    color: #FFFFFF;
    width: 20%;
    text-transform: uppercase;
    background-color: #ff0000;
    border: none;
    height: 45px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.dc-inner .input-group span.icon {
    display: inline-block;
    background-color: #FFFFFF;
    color: #000000;
    height: 45px;
    margin-top: -40px;
    width: 4%;
    margin-right: 1%;
    transform: translate(0px, 1px);
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.dc-inner .input-group span.icon:before {
    display: inline-block;
    margin-top: 15px;
}

.dc-inner .input-group select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.dc-inner .d-names {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}

.dc-inner .d-names .item {
    display: inline-block;
    border: 10px solid #1E223F;
    border-radius: 50%;
    height: 140px;
    width: 140px;
    margin: 0 10px;
}

.dc-inner .d-names .item-inner {
    border: 10px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    height: 120px;
    width: 120px;
    background-color: #ff0000;
    position: relative;
}

.dc-inner .d-names .item-inner:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

.dc-inner .d-names .item-inner .text {
    font-size: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dc-inner .d-names .item-inner .text span {
    display: block;
    text-align: center;
}


/*
-----------------------------------------
4.   ABOUT US STYLES
-----------------------------------------
*/

#about-us {
    background-color: #F5F5F5;
    padding: 30px 0 0;
}

#about-us .about-text {
    margin-top: 40px;
}

#about-us .about-text p.color {
    color: #ff0000;
    font-size: 15px;
}

#about-us .about-text p {
    margin: 20px 0;
}

#about-us .about-text ul {
    list-style-type: none;
    text-transform: capitalize;
    padding-left: 15px;
}

#about-us .about-text a {
    border: none;
    border-radius: 2px;
    background-color: #ff0000;
    color: #FFFFFF;
    text-transform: capitalize;
    padding: 9px 40px;
}

#about-us .about-text a:hover {
    background-color: #ff0000;
}


/*
-----------------------------------------
5.   OUR SERVIECS
-----------------------------------------
*/
.our-service{
    background-color: #f3f3f3;
}
.os-inner {
    padding: 50px 0 90px;
}

.os-inner .main {
    margin-top: 60px;
}

.os-inner .item {
    background-color: #1E223F;
    color: #FFFFFF;
    padding: 25px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.os-inner .item span.fa {
    background-color: #ff0000;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 40px;
    position: relative;
}

.os-inner .item span.fa:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.os-inner .item h3 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.os-inner .item a {
    padding: 2px 10px;
    margin-top: 10px;
    background-color: #ff0000;
    border: none;
}

.os-inner .item a:hover {
    background-color: #000000;
}

.os-inner .item:hover {
    background-color: #ff0000;
}

.os-inner .item:hover span {
    background-color: #1E223F !important;
}

.os-inner .item:hover a {
    background-color: #1E223F !important;
}

#our-service-page .item {
    margin-bottom: 30px;
}


/*
-----------------------------------------
6.   WHY CHOOSE US STYLES
-----------------------------------------
*/

#why-choose-us {
    padding: 10px 0 70px;
    position: relative;
    z-index: 1;
}

.wcu-inner {
    padding: 50px 0;
}

.wcu-inner .main {
    margin-top: 40px;
}

.wcu-inner .nav {
    display: table;
    margin: 0 auto;
}

.wcu-inner .nav a {
    background-color: #1E223F;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 0;
    margin: 0 5px;
    border: 1px solid #ffffff63;
}

.wcu-inner .nav a:focus,
.wcu-inner .nav a:active {
    background-color: #ff0000 !important;
}

.wcu-inner .nav a:hover {
    background-color: #111323;
}

.wcu-inner .nav .active a {
    background-color: #ff0000;
    position: relative;
}

.wcu-inner .nav .active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-top-color: #ff0000;
    border-width: 17px;
    margin-left: -17px;
}

.wcu-inner .tab-content {
    margin-top: 30px;
    background-color: #FFFFFF;
    padding: 50px;
    margin-top: 40px;
}

.wcu-inner .tab-content h2 {
    text-transform: uppercase;
}

.wcu-inner .tab-content p {
    margin: 30px 0;
}

.wcu-inner .tab-content ul i {
    color: #ff0000;
}


/*
-----------------------------------------
7.   GET HOSTING NOW STYLES
-----------------------------------------
*/

#get-host {
    background-color: #ff0000;
    color: #FFFFFF;
    padding: 50px 0;
}

#get-host .title h1 {
    margin: 0;
    font-size: 40px;
    letter-spacing: .2px;
    float: left;
    background: url('../images/get-hosting-icon.png') no-repeat left;
    padding: 50px 0;
}

#get-host a {
    margin-left: 50px;
    text-transform: uppercase;
    border: none;
    padding: 15px 50px;
    font-size: 16px;
    color: #000000;
    float: right;
    margin: 50px 0;
}


/*
-----------------------------------------
8.   OUR TEAM STYLES
-----------------------------------------
*/

#our-team {
    padding: 10px 0 40px;
    background: url('../images/background/team-bg.jpg') center no-repeat;
    background-size: cover;
    position: relative;
}

#our-team:after {
    content: '';
    position: absolute;
    background-color: rgba(100, 100, 120, 0.85);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#our-team .item {
    margin-bottom: 30px;
}

#our-team .ot-inner {
    position: relative;
    z-index: 1;
}

#our-team .main {
    margin-top: 50px;
}

#our-team .title h2 {
    color: #FFFFFF;
    font-weight: 700;
}

#our-team .item-img {
    display: table;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    width: 100px;
    height: 100px;
    font-size: 0;
}

#our-team .item-img img {
    width: 100px;
    height: 100px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

#our-team .item-info {
    margin: 15px 0 11px;
}

#our-team .item-info .name {
    margin: 0 0 3px;
    text-transform: uppercase;
}

#our-team .item-info .post {
    text-transform: uppercase;
    font-style: italic;
}

#our-team .item-text {
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    color: #FFFFFF;
}

#our-team .item-text p {
    margin: 0;
}

#our-team .social-icon ul {
    display: table;
    margin: 10px auto 0;
}

#our-team .social-icon li {
    float: left;
    margin: 0 5px;
}

#our-team .social-icon li a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #ff0000;
    display: inline-block;
    position: relative;
    color: #ff0000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

#our-team .social-icon li a:hover {
    color: #ff0000 !important;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

#our-team .social-icon li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#our-team .item {
    background-color: #EEEEEE;
    padding: 20px;
    height: 350px;
    display: table;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

#our-team .item .item-inner {
    display: table-cell;
    vertical-align: middle;
}

#our-team .item:hover {
    background-color: #ff0000;
    color: #FFFFFF;
}

#our-team .item:hover .item-text {
    height: 80px;
}

#our-team .item:hover .social-icon li a {
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
}

#our-team .item:hover .item-img {
    width: 85px;
    height: 85px;
}

#our-team .item:hover .item-img img {
    height: 85px;
    width: 85px;
    margin: 0 auto;
}


/*------ STYLE FOR TEAM PAGE - 1 ------*/

.team-page-1 .page-header {
    margin-bottom: 0;
    border-bottom: none;
}

.team-page-1 #our-team {
    background: none;
    padding: 50px 0 120px;
}

.team-page-1 #our-team .row {
    margin-top: 30px;
}


/*------ STYLE FOR TEAM PAGE - 2 ------*/

#team-page-2 #our-team-2 {
    padding: 50px 0;
}

#team-page-2 #our-team-2 .main {
    margin-top: 50px;
}

#team-page-2 #our-team-2 .item {
    background: #1E223F;
    color: #FFFFFF;
    padding: 20px 0;
    margin-bottom: 30px;
}

#team-page-2 #our-team-2 .item:hover {
    background-color: #ff0000;
}

#team-page-2 #our-team-2 h4.name {
    text-transform: uppercase;
    margin-bottom: 20px;
}

#team-page-2 #our-team-2 img {
    width: 130px;
    margin: 0 auto;
}

#team-page-2 #our-team-2 .post {
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
}

#team-page-2 #our-team-2 .social-icon {
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    padding: 10px 0 7px;
    margin: 20px 0;
}

#team-page-2 #our-team-2 .social-icon ul {
    display: table;
    margin: 0 auto;
}

#team-page-2 #our-team-2 .social-icon li {
    float: left;
    margin: 0 10px;
}

#team-page-2 #our-team-2 .social-icon li a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

#team-page-2 #our-team-2 .social-icon li a:hover {
    background-color: #1E223F;
    border-color: #1E223F;
}

#team-page-2 #our-team-2 .social-icon li a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#team-page-2 #our-team-2 .item-text {
    padding: 10px 20px;
}


/*
-----------------------------------------
9.   OTHER SERVICES STYLES
-----------------------------------------
*/

#other-services {
    padding: 30px 0 50px;
}

.os-inner .main {
    margin-top: 60px;
}

.os-inner .nav {
    position: relative;
}

.os-inner .nav:before {
    content: '';
    position: absolute;
    background-color: #ff0000;
    height: 240px;
    width: 1px;
    left: 35px;
    top: 0;
}

.os-inner .nav a {
    display: table;
    margin: 20px 0;
    padding: 0 15px;
}

.os-inner .nav a:hover,
.os-inner .nav a:focus,
.os-inner .nav a:active {
    background-color: initial !important;
    color: #ff0000 !important;
}

.os-inner .nav a span {
    display: table-cell;
}

.os-inner .nav a span i {
    height: 40px;
    width: 40px;
    position: relative;
    display: inline-block;
    border: 1px solid #ff0000;
    border-radius: 50%;
    background-color: #FFFFFF;
    font-size: 22px;
}

.os-inner .nav a span i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.os-inner .nav a small {
    display: block;
    color: #000000;
}

.os-inner .nav a h4 {
    padding-left: 15px;
    text-transform: capitalize;
    display: table-cell;
    vertical-align: middle;
}

.os-inner .nav .active a,
.os-inner .nav a:hover {
    background-color: transparent !important;
    color: #ff0000;
}

.os-inner .nav .active a i,
.os-inner .nav a:hover i {
    background-color: #ff0000;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 50%;
}

.os-inner .nav .active a small,
.os-inner .nav a:hover small {
    color: #ff0000;
}

.os-inner .nav .active a:hover {
    color: #ff0000;
}

.os-inner .tab-content .item-title {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 700;
}

.os-inner .tab-content .item-title small {
    color: #000000;
    display: block;
    margin-bottom: 2px;
}

.os-inner .tab-content .item-main ul {
    margin: 15px 0 35px;
}

.os-inner .tab-content .item-main ul span {
    color: #ff0000;
}

.os-inner .tab-content .item-main+a {
    border-radius: 0;
    background-color: #ff0000;
    border: none;
    padding: 8px 60px;
    text-transform: uppercase;
}

.os-inner .tab-content .item-main+a:hover {
    background-color: #ff0000;
}


/*
-----------------------------------------
10.   TESTIMONIAL STYLES
-----------------------------------------
*/

#testimonial {
    background-size: cover;
    padding: 60px 0 40px;
    position: relative;
}

#testimonial:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#testimonial .container-fluid {
    padding: 0;
}

#testimonial .title {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
}

#testimonial .item {
    position: relative;
    z-index: 1;
    display: table;
    width: 600px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0);
    color: #FFFFFF;
    padding: 30px;
    margin-bottom: 50px;
    -webkit-box-shadow: 10px 10px 25px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 10px 10px 25px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 25px 10px rgba(0, 0, 0, 0.1);
}

#testimonial .item .item-top,
#testimonial .item .item-main {
    display: table;
    width: 100%;
}

#testimonial .item .item-info {
    display: table-cell;
}

#testimonial .item .item-img {
    display: table-cell;
    width: 70px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.1);
}

#testimonial .item .item-title {
    display: table-cell;
    vertical-align: middle;
}

#testimonial .item .item-title .name {
    margin-left: 12px;
    font-weight: 700;
}

#testimonial .item .item-title small {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    color: #DDDDDD;
}

#testimonial .item .item-review {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

#testimonial .item .item-review ul li {
    float: left;
    margin: 0 1px;
    color: #ff0000;
    font-size: 16px;
}

#testimonial .item .item-main {
    margin-top: 20px;
}

#testimonial .item .item-main .quote-icon {
    display: table-cell;
    width: 15%;
    text-align: center;
    font-size: 50px;
    color: #ff0000;
    transform: rotateX(180deg) translate(0, 45%);
}

#testimonial .item .item-main .main-text {
    display: table-cell;
    width: 85%;
    vertical-align: top;
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
    font-size: 15px;
    font-style: italic;
    color: #FFFFFF;
}


/*
-----------------------------------------
11.   COUNTER STYLES
-----------------------------------------
*/

#counter {
    padding: 80px 0;
    background-size: 100% 100%;
    position: relative;
}

#counter:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

#counter .counter-inner {
    position: relative;
    z-index: 1;
}

#counter .item {
    border: 1px solid #FFFFFF;
    display: table;
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
}

#counter .item span {
    display: block;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 0;
}

#counter .item .icon {
    font-size: 60px;
    color: #ff0000;
}

#counter .item .count {
    font-size: 33px;
    font-weight: 700;
    border-bottom: 1px solid #DDDDDD;
    display: table;
    width: 70%;
    margin: 0 auto;
}

#counter .item .text {
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #DDDDDD;
}


/*
-----------------------------------------
12.   BLOG STYLES
-----------------------------------------
*/

#blog {
    padding: 0px 0;
}

#blog .title h2 {
    font-weight: 700;
}

#blog .main {
    margin-top: 60px;
}

#blog .item {
    margin-top: 30px;
    border: 2px solid #DDDDDD;
    padding: 20px;
}

#blog .item:hover {
    border-color: #ff0000;
    -webkit-box-shadow: 0 0 10px 1px rgba(40, 143, 235, 0.2);
    -moz-box-shadow: 0 0 10px 1px rgba(40, 143, 235, 0.2);
    box-shadow: 0 0 10px 1px rgba(40, 143, 235, 0.2);
}

#blog .item h2 {
    text-transform: capitalize;
    margin-top: -5px;
}

#blog .item .item-info {
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
}

#blog .item .item-info .author a {
    color: #ff0000 !important;
}

#blog .item .item-info .author a:hover {
    text-decoration: underline;
}

#blog .item .meta {
    display: inline-block;
    margin-left: 15px;
}

#blog .item .meta span {
    margin: 0 5px;
}

#blog .item .item-text {
    margin: 20px 0;
    text-align: justify;
}

#blog .item .item-text+a {
    background-color: #ff0000;
    padding: 8px 20px;
    text-transform: capitalize;
    border: none;
}

#blog .item .item-text+a:hover {
    background-color: #ff0000;
}

#blog .item.left .item-text+a {
    float: right;
}

#blog a.more {
    background-color: #ff0000;
    padding: 16px 80px;
    display: table;
    margin: 0 auto;
    text-transform: capitalize;
    margin-top: 40px;
    color: #FFFFFF;
    border: none;
}

#blog a.more:hover {
    background-color: #ff0000;
}

#blog-post-page-1 .navbar,
#blog-post-page-2 .navbar {
    background-image: url('../images/background/header-bg.jpg') !important;
    background-size: cover;
}

#blog-post-page-1 #header,
#blog-post-page-2 #header {
    background: #1E223F !important;
}

#blog-details {
    margin-top: 120px;
}

#blog-details .top-bar {
    background-color: #1E223F;
}

#blog-details .post-header .details {
    margin: 20px 0;
}

#blog-details .post-header h1 {
    margin: 0 0 2px;
    font-weight: 900;
    color: #ff0000;
    text-transform: capitalize;
}

#blog-details .post-header img {
    width: 100%;
    display: block;
}

#blog-details .post-body p {
    margin: 20px 0;
}

#blog-details .post-body blockquote {
    border-left-color: #ff0000;
    font-style: italic;
    font-size: 15px;
}

#blog-details .post-body blockquote small {
    font-size: 14px;
    margin-top: 6px;
}


#blog-details .share-icons li,
#blog-details .follow-icons li {
    float: left;
    margin: 0 10px;
}

#blog-details .share-icons li a,
#blog-details .follow-icons li a {
    top: -4px;
    border-radius: 3px;
    border: 1px solid #1E223F;
    height: 32px;
    width: 32px;
    position: relative;
    color: #1E223F;
}

#blog-details .share-icons li a:before,
#blog-details .follow-icons li a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#blog-details .share-icons li a:hover,
#blog-details .follow-icons li a:hover {
    background-color: #ff0000;
    color: #FFFFFF;
    border-color: #ff0000;
}

#blog-details .comment-box h2,
#blog-details .comment-form h2 {
    font-weight: 700;
    position: relative;
    padding: 7px 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#blog-details .comment-box h2:after,
#blog-details .comment-form h2:after,
#blog-details .comment-box h2:before,
#blog-details .comment-form h2:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: 0;
    left: 0;
}

#blog-details .comment-box h2:before,
#blog-details .comment-form h2:before {
    height: 3px;
    background-color: #ff0000;
    width: 80px;
    bottom: -1px;
    z-index: 1;
}

#blog-details .comment-box {
    margin: 30px 0;
}

#blog-details .comment-box .panel-heading {
    padding: 4px 15px;
    position: absolute;
    border: none;
    border-top-right-radius: 0px;
    top: 1px;
    border-right-width: 0px;
    border-top-left-radius: 0px;
    right: 16px;
    background-color: #ff0000;
    color: #FFFFFF;
}

#blog-details .comment-box .panel-body {
    padding-bottom: 0;
}

#blog-details .comment-box .panel {
    border-color: #DDDDDD;
}

#blog-details .comment-box .item-img img {
    width: 80%;
    margin-left: 20%;
    border-radius: 10px;
}

#blog-details .comment-box .comment-user {
    font-weight: 700;
    color: #ff0000;
}

#blog-details .comment-box .comment-list .comment-post {
    margin-top: 6px;
}

#blog-details .comment-form {
    margin-bottom: 50px;
}

#blog-details .comment-form input,
#blog-details .comment-form textarea {
    border-radius: 2px;
    box-shadow: none;
    border-color: #CCCCCC;
}

#blog-details .comment-form input:focus,
#blog-details .comment-form textarea:focus {
    border: 1px solid #ff0000;
}

#blog-details .comment-form input[type="submit"] {
    padding: 9px 30px;
    background-color: #ff0000;
    border: none;
    color: #FFFFFF;
}

#blog-details .comment-form input[type="submit"]:hover {
    background-color: #ff0000;
}

#blog-details .sidebar-item {
    border: 1px solid #EEEEEE;
    padding: 10px 0;
    margin-bottom: 30px;
}

#blog-details .sidebar-item h3 {
    font-weight: 700;
    color: #1E223F;
    text-align: center;
    position: relative;
    padding-bottom: 7px;
    font-size: 20px;
    margin-top: 5px;
}

#blog-details .sidebar-item h3:after,
#blog-details .sidebar-item h3:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    background-color: #000000;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
}

#blog-details .sidebar-item h3:before {
    height: 4px;
    width: 50px;
    background-color: #ff0000;
    transform: translate(-50%, 41%);
    z-index: 1;
}

#blog-details .sidebar-item .about-author img {
    width: 60%;
    margin: 15px 20% 0;
    border-radius: 3px;
}

#blog-details .sidebar-item .about-author p {
    padding: 0 20px;
    margin-top: 20px;
    text-align: center;
}

#blog-details .sidebar-item .follow-icons {
    margin: 0 auto;
}

#blog-details .sidebar-item .follow-icons ul {
    margin-top: 25px;
}

#blog-details .sidebar-item .recent-post .item {
    position: relative;
    width: 80%;
    margin: 0 10%;
    margin-top: 30px;
}

#blog-details .sidebar-item .recent-post .item:hover .item-info {
    height: 100%;
}

#blog-details .sidebar-item .recent-post .item .item-info {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 143, 235, 0.7);
    color: #FFFFFF;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

#blog-details .sidebar-item .recent-post .item .item-info .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(40, 143, 235, 0.8);
    width: 100%;
    padding: 10px;
    text-transform: capitalize;
}

#blog-details .sidebar-item .recent-post .item .item-info>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #ff0000;
    font-size: 25px;
}

#blog-details .sidebar-item .recent-post .item .item-info>span:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#blog-details .sidebar-item .recent-post .item h4 {
    margin: 0;
}

#blog-details .sidebar-item .tag a {
    border-radius: 0;
    font-size: 13px;
    font-style: italic;
    background-color: #ff0000;
    border: none;
    margin: 5px 3px;
    font-weight: 700;
}


/*
-----------------------------------------
13.   PRICING TABLES STYLES
-----------------------------------------
*/


#header.sub-page .page-header {
    padding: 150px 100px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    border-bottom: none;
}

#header.sub-page .page-header h1 {
    text-transform: uppercase;
}

#header.sub-page .page-header a {
    color: #FFFFFF;
    text-decoration: underline;
}

#header.sub-page .page-header a:hover {
    color: #ff0000;
}


/*------ PRICING TABLE 1 -----*/

#pricing-1 {
    padding: 50px 0px 100px 0px;
}

#pricing-1 .title {
    margin-bottom: 60px;
}

#pricing-1 .col-md-3 {
    padding: 0;
}

#pricing-1 .item {
    border: 1px solid #CFCFCF;
}

#pricing-1 .item h2 {
    margin-top: 15px;
    text-transform: uppercase;
}

#pricing-1 .item .item-price {
    position: relative;
    margin: 20px 0;
}

#pricing-1 .item .item-price:after {
    height: 2px;
    width: 100%;
    background-color: #CFCFCF;
    position: absolute;
    content: '';
    bottom: 60px;
}

#pricing-1 .item .item-bor {
    background: #FFFFFF;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

#pricing-1 .item .price-inner {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0 auto;
    border: 1px solid #CFCFCF;
    border-radius: 50%;
    height: 110px;
    width: 110px;
    position: relative;
    text-align: center;
}

#pricing-1 .item .price-inner .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1.1;
}

#pricing-1 .item .price-inner .text span:first-child {
    font-size: 30px;
    font-weight: 700;
}

#pricing-1 .item ul li {
    text-transform: capitalize;
    padding: 11px 30px;
    color: #333333;
}

#pricing-1 .item ul li:nth-child(odd) {
    background: #F7F7F7;
}

#pricing-1 .item ul li span {
    margin-right: 5px;
}

#pricing-1 .item ul li span.no {
    color: #FF0000;
    font-size: 20px;
    line-height: 0;
    font-weight: 700;
    margin-right: 8px;
}

#pricing-1 .item ul li span.yes {
    color: #ff0000;
}

#pricing-1 .item .get-btn {
    text-align: center;
    margin: 25px 0;
}

#pricing-1 .item .get-btn a {
    border: none;
    text-transform: uppercase;
    background-color: #1E223F;
    color: #FFFFFF;
    padding: 13px 60px;
}

#pricing-1 .item .get-btn a:hover {
    background-color: #ff0000;
}

#pricing-1 .item:hover {
    border-color: #ff0000;
}

#pricing-1 .item:hover .price-inner {
    color: #FFFFFF;
    background-color: #ff0000;
    border-color: #ff0000;
    border-width: 40px;
}

#pricing-1 .item:hover .item-price:after {
    background-color: #ff0000;
}

#pricing-1 .item:hover a {
    background-color: #ff0000;
}


/*------ PRICING TABLE 2 -----*/

#pricing-2 {
    padding: 40px 0 90px;
    background: url('../images/background/pricing-bg.jpg') no-repeat center fixed;
    background-size: cover;
    color: #FFFFFF;
    position: relative;
}

#pricing-2:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.6);
}

#pricing-2 .main {
    margin-top: 70px;
}

#pricing-2 .pricing-inner {
    position: relative;
    z-index: 1;
}

#pricing-2 .slider-bg {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 60px 20px 30px;
    margin: 30px 0;
}

#pricing-2 .slider-ind {
    padding-bottom: 35px;
    background: url('../images/slider-scale.png') no-repeat;
    background-size: 99% 40%;
    background-position: bottom center;
}

#pricing-2 #pricing-slider {
    background-color: #1E223F;
    height: 20px;
    position: relative;
}

#pricing-2 #pricing-slider .ui-slider-range {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    display: block;
    background-color: #ff0000;
}

#pricing-2 #pricing-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    background-color: #ff0000;
    height: 30px;
    width: 30px;
    top: -5px;
    margin-left: -12px;
}

#pricing-2 .info-item {
    background-color: #ff0000;
    padding: 10px;
}

#pricing-2 .info-item span {
    display: block;
    font-weight: 700;
}

#pricing-2 .info-item span.value {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 5px 0;
    color: #000000;
    margin-top: 5px;
}

#pricing-2 .order-button a {
    color: #FFFFFF;
    display: table;
    margin: 0 auto;
    width: 300px;
    border-radius: 20px;
    border: 1px solid #ff0000;
    margin-top: 50px;
}

#pricing-2 .order-button a:hover .right {
    background-color: #ff0000;
    color: #FFFFFF !important;
}

#pricing-2 .order-button .left,
#pricing-2 .order-button .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

#pricing-2 .order-button .left .price {
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    display: block;
}

#pricing-2 .order-button .right {
    background-color: #FFFFFF;
    color: #ff0000;
    text-transform: uppercase;
    font-weight: 700;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


/*------ PRICING TABLE 3 -----*/

#pricing-3 {
    padding: 40px 0 80px;
}

#pricing-3 .main {
    margin-top: 80px;
}

#pricing-3 .col-md-3 {
    padding: 0;
    margin: 0;
}

#pricing-3 .offer-info {
    margin-top: 120px;
}

#pricing-3 .offer-info .info-title {
    display: table;
    height: 120px;
    width: 100%;
}

#pricing-3 .offer-info .info-title h2 {
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
}

#pricing-3 .offer-info .info-title h2 small {
    display: block;
    font-size: 14px;
    color: #000000;
    margin-top: 7px;
}

#pricing-3 .offer-info .info-list li {
    text-transform: capitalize;
    font-size: 15px;
    padding: 13px 0;
    border-bottom: 1px solid #EEEEEE;
}

#pricing-3 .offer-info .info-list li:last-child {
    border: none;
}

#pricing-3 .item .item-title {
    background-color: #ff0000;
    display: table;
    height: 120px;
    width: 101%;
}

#pricing-3 .item .item-title h2 {
    text-transform: uppercase;
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
}

#pricing-3 .item .item-price {
    height: 120px;
    display: table;
    width: 101%;
    background-color: #ff0000;
    color: #FFFFFF;
}

#pricing-3 .item .item-price .price-inner {
    display: table-cell;
    vertical-align: middle;
}

#pricing-3 .item .item-price span {
    position: relative;
    font-size: 50px;
    left: -20px;
}

#pricing-3 .item .item-price span sup {
    position: absolute;
    top: 25px;
    font-size: 30px;
    right: -48px;
}

#pricing-3 .item .item-price span sub {
    position: absolute;
    bottom: 20px;
    font-size: 15px;
    right: -48px;
}

#pricing-3 .item .item-offers {
    background-color: #FBFBFB;
    border: 1px solid #EEEEEE;
    width: 101%;
}

#pricing-3 .item .item-offers li {
    padding: 13.5px 0;
    border-bottom: 1px solid #EEEEEE;
}

#pricing-3 .item .item-offers li:last-child {
    border: none;
}

#pricing-3 .item a {
    background-color: #ff0000;
    color: #FFFFFF;
    text-transform: capitalize;
    border: none;
    padding: 10px 40px;
    border-radius: 20px;
    font-size: 15px;
    margin: 20px 0 40px;
}

#pricing-3 .item a:hover {
    background-color: #ff0000;
}

#pricing-3 .item.top {
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

#pricing-3 .item.top .item-offers {
    background-color: #FFFFFF;
    border-bottom: none;
}

#pricing-3 .item.top:before,
#pricing-3 .item.top:after {
    content: '';
    width: 101%;
    height: 30px;
    position: absolute;
    background-color: #ff0000;
    top: -30px;
    left: 0;
}

#pricing-3 .item.top:after {
    bottom: -29px;
    top: initial;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
    z-index: -1;
}


/*------ PRICING TABLE 4 -----*/

#pricing-4 {
    padding: 40px 0;
}

#pricing-4 .main {
    margin-top: 40px;
}

#pricing-4 thead {
    background-color: #1E223F;
    color: #FFFFFF;
}

#pricing-4 thead th {
    text-align: center;
    padding: 20px 0;
    border: none;
}

#pricing-4 tbody tr td:nth-child(odd) {
    background-color: #eaf4fb;
}

#pricing-4 tbody tr:first-child td {
    border: none;
}

#pricing-4 tbody tr td {
    border-color: #EEEEEE;
    vertical-align: middle;
}

#pricing-4 tbody tr td a {
    border: none;
    background-color: #1E223F;
}

#pricing-4 tbody tr td a:hover {
    background-color: #ff0000;
}

#pricing-4 tbody tr:last-child td {
    border-bottom: 1px solid #EEEEEE;
}


/*
-----------------------------------------
14.   OTHER FEATURE  STYLES
-----------------------------------------
*/

#feature .row {
    margin-top: 30px;
}

#feature .title {
    margin-top: 40px;
}

#feature .main {
    margin-top: 50px;
}


/*---------- OTHER FEATURES 1 -----------*/

.feature-1 .item {
    background-color: #EEEEEE;
    padding: 20px;
    height: 310px;
    display: table;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.feature-1 .item .item-inner {
    display: table-cell;
    vertical-align: middle;
}

.feature-1 .item:hover {
    background-color: #ff0000;
    color: #FFFFFF;
    border-radius: 5px;
}

.feature-1 .item:hover p {
    height: 80px;
}

.feature-1 .item:hover .icon {
    height: 80px;
    width: 80px;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #1E223F;
}

.feature-1 .item .icon {
    font-size: 40px;
    height: 100px;
    width: 100px;
    border-radius: 20%;
    margin: 0 auto;
    position: relative;
    background-color: #1E223F;
    color: #FFFFFF;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.feature-1 .item .icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.feature-1 .item p {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
}

.feature-1 .item h3 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
}


/*---------- OTHER FEATURES 2 -----------*/

.feature-2 .row {
    margin-top: 0px;
}

.feature-2 .item {
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.feature-2 .item:hover {
    -webkit-box-shadow: 5px 10px 30px 5px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 5px 10px 30px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 5px 10px 30px 5px rgba(0, 0, 0, 0.08);
}

.feature-2 .icon {
    height: 120px;
    width: 120px;
    background-color: #1E223F;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 40px;
    position: relative;
}

.feature-2 .icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.feature-2 h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -1px;
    margin: 17px 0;
}


/*---------- OTHER FEATURES 3 -----------*/

.feature-3 .item {
    background-color: #EEEEEE;
    padding: 20px;
    height: 310px;
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.feature-3 .item:hover .caption {
    height: 100%;
}

.feature-3 .item:hover .icon {
    height: 0;
    width: 0;
}

.feature-3 .item .item-inner {
    display: table-cell;
    vertical-align: middle;
}

.feature-3 .item .caption {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    color: #FFFFFF;
    background-color: #ff0000;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.feature-3 .item .caption p {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
}

.feature-3 .item .icon {
    font-size: 40px;
    height: 100px;
    width: 100px;
    border-radius: 20%;
    margin: 0 auto;
    position: relative;
    background-color: #1E223F;
    color: #FFFFFF;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.feature-3 .item .icon:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.feature-3 .item h3 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
}


/*---------- OTHER FEATURES 4 -----------*/

.feature-4 .item {
    padding: 0 10px;
    height: 200px;
    display: table;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.feature-4 .item:hover {
    transform: translate(0, -15px);
}

.feature-4 .item-inner {
    display: table-cell;
    vertical-align: middle;
}

.feature-4 .item-inner .icon {
    display: table-cell;
    width: 20%;
    font-size: 40px;
    color: #ff0000;
}

.feature-4 .item-inner .icon span {
    border-right: 1px solid #CCCCCC;
    width: 100%;
}

.feature-4 .item-inner .info {
    display: table-cell;
    width: 80%;
    vertical-align: top;
    padding-left: 10px;
}

.feature-4 .item-inner .info h3 {
    margin-top: 5px;
    text-transform: capitalize;
}


/*
-----------------------------------------
15.   OUR CLIENTS STYLES
-----------------------------------------
*/

#client {
    padding: 50px 0;
}

#client .main {
    margin-top: 50px;
}

#client .owl-carousel a {
    border: 1px solid #DDDDDD;
    display: inline-block;
    width: 170px;
    height: 150px;
    position: relative;
}

#client .owl-carousel a:hover {
    background-color: #ff0000;
}

#client .owl-carousel a img {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#client .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0, -65%);
    font-size: 30px;
}

#client .owl-carousel .owl-nav .owl-prev:hover {
    color: #ff0000;
}

#client .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -65%);
    right: -30px;
    font-size: 30px;
}

#client .owl-carousel .owl-nav .owl-next:hover {
    color: #ff0000;
}


/*
-----------------------------------------
16.   FOOTER STYLES
-----------------------------------------
*/

#footer {
    color: #FFFFFF;
    background-color: #1E223F;
    position: relative;
}

#footer a {
    color: #FFFFFF;
}

#footer .contact-top {
    position: absolute;
    transform: translate(0, -50%);
    top: 0;
    left: 0;
    width: 97%;
}

#footer .contact-top .item {
    position: relative;
    margin: 0px auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #1E223F;
}

#footer .contact-top .icon {
    height: 110px;
    width: 110px;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 50%;
    z-index: 1;
    left: 30px;
    top: 30px;
}

#footer .contact-top .icon span {
    font-size: 50px;
    color: #ff0000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#footer .contact-top .item h5 {
    position: absolute;
    width: 100%;
    top: -5px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: -1px;
    text-align: center;
}

#footer .contact-top .item.email h5 {
    letter-spacing: -2.5px;
}

#footer .contact-top a:hover .icon {
    background-color: #ff0000;
}

#footer .contact-top a:hover .icon span {
    color: #FFFFFF;
}

#footer .about img {
    display: none;
}

#footer .about p {
    text-align: justify;
    margin-top: 30px;
}

#footer .about p a {
    color: #ff0000;
    display: block;
    margin: 15px 0;
    text-transform: capitalize;
}

#footer .about p a:hover {
    text-decoration: underline;
}

#footer .about .contact-info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #FFFFFF;
}

#footer .about .contact-info a,
#footer .about .contact-info span {
    display: block;
    margin: 7px 0;
}

#footer .about .contact-info a i,
#footer .about .contact-info span i {
    color: #ff0000;
    margin-right: 7px;
}

#footer .item .title.common {
    display: block;
    width: 100%;
}

#footer .item .title.common h2 {
    display: block;
    margin-top: 5px;
    font-size: 25px;
}

#footer .item .title.common h2:before {
    width: 100%;
}

#footer .item.hosting ul,
#footer .item.links ul {
    margin-top: 20px;
}

#footer .item.hosting ul li,
#footer .item.links ul li {
    margin-bottom: 40px;
    text-transform: capitalize;
}

#footer .item.hosting ul li a:hover,
#footer .item.links ul li a:hover {
    color: #ff0000;
}

#footer .item.hosting ul li i,
#footer .item.links ul li i {
    margin-right: 5px;
}

#footer .item.newsletter p {
    margin: 40px 0;
}

#footer .item.newsletter .input-group {
    margin-bottom: 25px;
}

#footer .item.newsletter input {
    background: transparent;
    border-radius: 0;
    border-color: #FFFFFF;
    border-left: none;
    color: #FFFFFF;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

#footer .item.newsletter .input-group-addon {
    background: transparent;
    border-radius: 0;
    border-color: #FFFFFF;
    color: #999999;
}

#footer .item.newsletter input[type="submit"] {
    border: none;
    background-color: #ff0000;
    padding: 7px 30px;
}

#footer .item.newsletter .input-group.focus input,
#footer .item.newsletter .input-group.focus .input-group-addon {
    border-color: #ff0000;
    box-shadow: none;
    color: #FFFFFF;
}

#footer .social-icons {
    position: relative;
    margin: 30px 0;
}

#footer .social-icons:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background-color: #FFFFFF;
    bottom: 50%;
}

#footer .social-icons ul {
    display: table;
    margin: 0 auto;
}

#footer .social-icons ul li {
    float: left;
    margin: 0 25px;
    background-color: #1E223F;
    padding: 8px;
    z-index: 1;
    position: relative;
    border-radius: 50%;
}

#footer .social-icons ul li a {
    height: 35px;
    width: 35px;
    display: inline-block;
    border: 1px solid #ff0000;
    border-radius: 50%;
    position: relative;
    background-color: #1E223F;
    z-index: 1;
}

#footer .social-icons ul li a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#footer .social-icons ul li a:hover {
    background-color: #ff0000;
}

#footer .back-to-top {
    border-radius: 0;
    background-color: #ff0000;
    border: none;
    position: fixed;
    right: 60px;
    bottom: 80px;
    z-index: 999;
}

#footer .footer-bottom {
    padding: 30px 0 20px;
    border-top: 1px solid #333333;
}

#footer .footer-bottom .footer-text {
    float: left;
}

#footer .footer-bottom .links {
    float: right;
}

#footer .footer-bottom .links li {
    float: left;
    margin-left: 20px;
    text-transform: capitalize;
}

#footer .footer-bottom .links li a:hover {
    color: #ff0000;
}

#footer .footer-bottom .links li.live-chat a {
    background-color: #ff0000;
    height: 35px;
    display: table;
    margin-top: -7px;
    padding: 0 10px 0 0;
}

#footer .footer-bottom .links li.live-chat a:hover {
    color: #FFFFFF;
    background-color: #ff0000;
}

#footer .footer-bottom .links li.live-chat a i,
#footer .footer-bottom .links li.live-chat a span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
}

#footer .footer-bottom .links li.live-chat a i {
    border-right: 1px solid #1E223F;
}


/*
-----------------------------------------------
17.   LOGIN REGISTER FORGOT PASS PAGE STYLES
-----------------------------------------------
*/

#login .sign-main,
#registration .sign-main,
#forgot .sign-main {
    width: 400px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 30px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 50px;
    overflow: hidden;
    margin-top: 50px;
}

#login .title,
#registration .title,
#forgot .title {
    background-color: #ff0000;
    color: #FFFFFF;
    text-align: center;
    padding: 60px 0 80px;
}

#login .title h2,
#registration .title h2,
#forgot .title h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
}

#login .title h2 span,
#registration .title h2 span,
#forgot .title h2 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    background-color: #1E223F;
    transform: rotate(-45deg) translate(-23%, -80%);
    padding: 7px 0;
    font-size: 40px;
}

#login .main-form,
#registration .main-form,
#forgot .main-form {
    width: 80%;
    margin: 0 10%;
    background-color: #FFFFFF;
    padding-top: 40px;
    padding-bottom: 125px;
    transform: translate(0, -40px);
    -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.12);
}

#login .input-group,
#registration .input-group,
#forgot .input-group {
    margin-bottom: 20px;
}

#login .input-group .input-group-addon,
#registration .input-group .input-group-addon,
#forgot .input-group .input-group-addon {
    border: none;
    background: none;
}

#login .input-group input,
#registration .input-group input,
#forgot .input-group input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 0;
    color: #000000;
}

#login .input-group input:focus,
#registration .input-group input:focus,
#forgot .input-group input:focus {
    border-color: #ff0000;
}

#login .checkbox,
#registration .checkbox,
#forgot .checkbox {
    margin-left: 12px;
}

#login .checkbox input,
#registration .checkbox input,
#forgot .checkbox input {
    background: transparent;
}

#login .checkbox a,
#registration .checkbox a,
#forgot .checkbox a {
    color: #ff0000;
    text-decoration: underline;
    text-transform: capitalize;
}

#login .social,
#registration .social,
#forgot .social {
    display: table;
    margin: 30px auto 0;
    position: relative;
}

#login .social a,
#registration .social a,
#forgot .social a {
    margin: 0 10px;
    width: 100px;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    color: #FFFFFF;
    border-radius: 2px;
}

#login .social a.facebook,
#registration .social a.facebook,
#forgot .social a.facebook {
    background-color: #3B5998;
}

#login .social a.facebook:after,
#registration .social a.facebook:after,
#forgot .social a.facebook:after,
#login .social a.facebook:before,
#registration .social a.facebook:before,
#forgot .social a.facebook:before {
    position: absolute;
    content: '';
    height: 45px;
    width: 1px;
    background-color: #ff0000;
    left: 120px;
    top: -4px;
}

#login .social a.facebook:before,
#registration .social a.facebook:before,
#forgot .social a.facebook:before {
    height: 20px;
    width: 4px;
    top: 50%;
    transform: translate(-38%, -50%);
}

#login .social a.facebook:hover,
#registration .social a.facebook:hover,
#forgot .social a.facebook:hover {
    background-color: #30487b;
}

#login .social a.twitter,
#registration .social a.twitter,
#forgot .social a.twitter {
    background-color: #0084B4;
}

#login .social a.twitter:hover,
#registration .social a.twitter:hover,
#forgot .social a.twitter:hover {
    background-color: #00668b;
}

#login input[type="submit"],
#registration input[type="submit"],
#forgot input[type="submit"] {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    padding: 10px 70px;
    background-color: #ff0000;
    border: none;
    color: #FFFFFF;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 16px;
}

#login input[type="submit"]:hover,
#registration input[type="submit"]:hover,
#forgot input[type="submit"]:hover {
    background-color: #1168b6;
}

#login input[type="submit"]:focus,
#registration input[type="submit"]:focus,
#forgot input[type="submit"]:focus {
    outline: none;
}

#login span.bottom,
#registration span.bottom,
#forgot span.bottom {
    display: block;
    margin: 5px 0 5px 10%;
    width: 80%;
}

#login span.bottom a,
#registration span.bottom a,
#forgot span.bottom a {
    color: #ff0000;
    text-decoration: underline;
}

#ls-in .main {
    display: table;
    width: 100%;
}

#ls-in #login,
#ls-in #registration {
    display: table-cell;
    width: 50%;
}

#ls-in #login .sign-main {
    padding-bottom: 113px;
}


/*
-----------------------------------------
18.   CONTACT PAGE STYLES
-----------------------------------------
*/

#contact {
    padding: 20px 0;
}

#contact h3 {
    font-weight: 700;
    position: relative;
    padding: 7px 0;
    margin-bottom: 20px;
}

#contact h3:after,
#contact h3:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: 0;
    left: 0;
}

#contact h3:before {
    height: 3px;
    background-color: #ff0000;
    width: 80px;
    bottom: -1px;
    z-index: 1;
}

#contact .contact-form input,
#contact .contact-form textarea {
    border-radius: 2px;
    border-color: #CCCCCC;
    box-shadow: none;
}

#contact .contact-form input:focus,
#contact .contact-form textarea:focus {
    border-color: #ff0000;
}

#contact .contact-form .form-group {
    position: relative;
}

#contact .contact-form .input-group-addon {
    background: transparent;
    border: none;
    position: absolute;
    top: 5px;
    right: 13px;
    border-left: 1px solid #1E223F;
    padding: 5px 8px;
    color: #ff0000;
}

#contact .contact-form input[type="submit"] {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: 700;
    padding: 8px 20px;
}

#contact .contact-form input[type="submit"]:hover {
    background-color: #ff0000;
}

#contact .contact-info {
    padding-left: 30px;
}

#contact .contact-info p {
    margin-bottom: 20px;
}

#contact .contact-info span {
    display: block;
    margin: 5px 0;
}

#contact .contact-info span i {
    color: #ff0000;
    margin-right: 5px;
}

#contact .contact-info .social-icon {
    padding: 25px 0;
}

#contact .contact-info .social-icon li {
    float: left;
    margin-right: 15px;
}

#contact .contact-info .social-icon li a {
    height: 30px;
    width: 30px;
    border: 1px solid #1E223F;
    display: inline-block;
    color: #1E223F;
    position: relative;
    border-radius: 2px;
}

#contact .contact-info .social-icon li a:hover {
    background-color: #ff0000;
    color: #FFFFFF;
    border-color: #ff0000;
}

#contact .contact-info .social-icon li a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

#contact #map iframe {
    height: 500px;
    width: 100%;
    border: none;
    margin-top: 50px;
    border-radius: 5px;
}

#contact #map .container-fluid {
    padding: 0;
}

#contact-page-2 #contact .contact-info {
    padding: 0;
    margin-top: 40px;
}

#contact-page-2 #map iframe {
    height: 580px;
    margin-top: 76px !important;
}


/*
-----------------------------------------
19.   Responsive Styles
-----------------------------------------
*/

@media (min-width: 992px) and (max-width: 1200px) {
    /******   Small Desktop   ******/
    #domain-checker .item-inner {
        height: 100px;
        width: 100px;
    }
    .dc-inner .d-names .item {
        height: 120px;
        width: 120px;
    }
    #domain-checker:after {
        bottom: 140px;
    }
    .dc-inner .d-names .item-inner .text {
        font-size: 15px;
    }
    .os-inner .item h3 {
        font-size: 18px;
    }
    #why-choose-us .tab-content img,
    .os-inner .main img {
        margin-top: 50px;
    }
    #footer .footer-bottom .links li {
        margin-left: 15px;
    }
    #footer .item .title.common h2 {
        font-size: 21px;
    }
    #blog-details .share-icons li,
    #blog-details .follow-icons li {
        margin: 0 8px;
    }
    #pricing-1 .item h2 {
        font-size: 29px;
    }
    .feature-3 .item {
        height: 280px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    /******   Tablet Design for a width of 768px   ******/
    .navbar .nav a,
    .navbar.affix .nav a {
        padding: 15px 6px;
    }
    .navbar-header,
    .navbar.affix .navbar-header {
        width: 200px;
    }
    .navbar .navbar-brand,
    .navbar.affix .navbar-brand {
        padding: 5px 10px;
    }
    #slider .item.two .service {
        font-size: 38px;
    }
    .dc-inner .d-names .item {
        margin: 0;
    }
    .dc-inner .d-names .item-inner {
        width: 100px;
        height: 100px;
    }
    .dc-inner .d-names .item {
        height: 115px;
        width: 115px;
        border: none;
    }
    .os-inner .item {
        margin-bottom: 30px;
        padding: 25px;
    }
    #header.pricing .page-header {
        padding: 90px 0;
    }
    #pricing-1 .item,
    #pricing-3 .item {
        margin-bottom: 60px;
    }
    #pricing-3 .item.top:before,
    #pricing-3 .item.top:after {
        top: -29px;
    }
    #pricing-2 .info-item {
        margin-bottom: 20px;
    }
    #client .owl-carousel a {
        width: 220px;
    }
    #our-team .item,
    #counter .item {
        margin-bottom: 30px;
    }
    #blog .item .item-title {
        margin: 10px 0;
    }
    #footer .footer-bottom .footer-text,
    #footer .footer-bottom .links {
        float: none;
        display: table;
        margin: 0 auto;
    }
    #footer .footer-bottom .footer-text {
        margin-top: 10px;
    }
    .wcu-inner .nav a {
        margin: 0 3px;
        padding: 10px;
    }
    #get-host .title h1 {
        font-size: 30px;
    }
    #get-host a {
        padding: 15px 30px;
    }
    .os-inner .nav {
        display: table;
        margin: 0 auto;
    }
    .os-inner .nav:before {
        display: none;
    }
    .os-inner img {
        margin: 0 auto;
    }
    .os-inner .tab-content .item-main+a {
        margin-top: 80px;
    }
    #footer .back-to-top {
        bottom: 20px;
        right: 50px;
    }
    #about-us {
        padding: 30px 0;
    }
    #about-us img {
        margin: 0 auto;
    }
    #blog-details .sidebar-item .recent-post .item img {
        width: 100%;
    }
    #blog-details .sidebar-item .recent-post {
        width: 600px;
        margin: 0 auto;
    }
    #blog-details .sidebar-item .tag {
        display: table;
        margin: 0;
    }
    #login .sign-main,
    #registration .sign-main,
    #forgot .sign-main {
        width: 340px;
        height: 580px;
    }
}

@media only screen and (max-width: 767px) {
    /******   Mobile Devices   ******/
    #top-bar .container {
        padding: 0 5px;
    }
    #top-bar .left,
    #top-bar .right {
        float: none !important;
        display: table;
        margin: 0 auto;
    }
    #top-bar .left {
        margin-bottom: 5px;
    }
    #top-bar .right .social-icon li {
        margin: 0 5px;
    }
    #top-bar .left a.email {
        padding-right: 5px;
        margin-right: 5px;
        border: none;
    }
    #top-bar a span {
        margin: 0;
    }
    .navbar .nav {
        background-color: #1E223F;
        margin-top: 0;
        margin-bottom: 1px;
    }
    .navbar .nav a {
        padding: 12px 15px !important;
    }
    .navbar-header button {
        border: none;
        margin-bottom: -5px;
    }
    .navbar-header button:hover,
    .navbar-header button:focus {
        background: none !important;
    }
    .navbar.affix .navbar-toggle {
        padding: 10px;
        padding-left: 0;
    }
    .navbar-inverse .navbar-toggle {
        padding: 20px 0 0;
    }
    .navbar-inverse .navbar-toggle span {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }
    .navbar-inverse .navbar-toggle.rotate span:nth-child(1) {
        transform: rotate(45deg) translate(3px, 4px);
    }
    .navbar-inverse .navbar-toggle.rotate span:nth-child(2) {
        opacity: 0;
    }
    .navbar-inverse .navbar-toggle.rotate span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
    .navbar .navbar-brand {
        padding: 15px;
        padding-right: 0 !important;
    }
    .navbar .navbar-brand img {
        width: 80%;
    }
    #header {
        height: initial;
    }
    #slider {
        height: 600px;
    }
    #slider .carousel-caption {
        top: 40%;
    }
    #slider .buttons {
        display: table;
        margin: 0 auto !important;
    }
    #slider .buttons a {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    #slider .item.two .lists ul {
        position: static;
        transform: none !important;
    }
    #slider .item.two .lists {
        height: initial;
        display: table;
        margin: 0 auto;
    }
    #slider .item.two .service {
        display: none;
    }
    .dc-inner .input-group {
        width: 100%;
    }
    .dc-inner .input-group input[type="submit"] {
        width: 25%;
        border-radius: 0 !important;
    }
    .dc-inner .input-group select {
        width: 18%;
        padding: 0;
        border-radius: 0 !important;
    }
    .dc-inner .input-group span.icon {
        width: 6%;
        margin-right: .5%;
        border-radius: 0 !important;
        padding-right: 5px;
    }
    .dc-inner .input-group input[type="text"] {
        width: 50%;
        margin-right: .5%;
        border-radius: 0 !important;
    }
    #domain-checker:after {
        display: none;
    }
    .dc-inner .d-names .item {
        border: none;
        height: 120px;
        width: 120px;
    }
    .dc-inner .d-names {
        width: 300px;
    }
    .dc-inner .d-names .item-inner {
        height: 120px;
        width: 120px;
    }
    .comment-list .arrow:after,
    .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }
    .comment-list .panel.arrow.left:after,
    .comment-list .panel.arrow.left:before {
        border-left: 0;
    }
    .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        border-right-color: inherit;
        border-width: 16px;
    }
    .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        border-right-color: #FFFFFF;
        border-width: 15px;
    }
    .comment-list .panel.arrow.right:before {
        right: -16px;
        top: 30px;
        border-left-color: inherit;
        border-width: 16px;
    }
    .comment-list .panel.arrow.right:after {
        right: -14px;
        top: 31px;
        border-left-color: #FFFFFF;
        border-width: 15px;
    }
    .title.common {
        width: 100%;
    }
    .os-inner .main {
        margin-top: 30px;
    }
    #our-team .item,
    #counter .item,
    .os-inner .item {
        margin-bottom: 30px;
    }
    #header.pricing .page-header {
        padding: 50px 0 70px;
    }
    #pricing-1 .item,
    #pricing-3 .item,
    #pricing-3 .offer-info {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    #pricing-3 .item.top {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    #pricing-3 .item.top:before {
        top: -29px;
    }
    #pricing-2 .info-item {
        margin-top: 10px;
    }
    #pricing-2 .order-button a {
        width: 280px;
    }
    .os-inner,
    .wcu-inner {
        padding-bottom: 0;
    }
    .wcu-inner .nav .active a:after {
        display: none;
    }
    .wcu-inner .main {
        margin-top: 20px;
    }
    .wcu-inner .nav {
        width: 300px;
        margin: 0 auto;
        display: table;
    }
    .wcu-inner .nav li {
        padding: 0;
        margin: 5px 5px;
        width: 140px;
        display: table-cell;
        text-align: center;
    }
    .wcu-inner .nav li:last-child {
        margin-left: 80px;
    }
    .wcu-inner .nav li a {
        margin: 0;
        padding: 10px 0;
        font-size: 13px;
    }
    .wcu-inner .tab-content {
        margin-top: 0;
    }
    .wcu-inner .tab-content p {
        margin: 15px 0;
    }
    .wcu-inner .tab-content {
        padding: 20px 10px;
    }
    .wcu-inner .tab-content ul,
    .os-inner .tab-content .item-main ul {
        float: none !important;
        margin-bottom: 0;
        display: table;
        margin: 0 auto;
    }
    #get-host .title h1,
    #get-host a {
        float: none !important;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    #get-host {
        padding-top: 0;
    }
    #our-team,
    #other-services {
        padding-top: 40px;
    }
    #our-team .main {
        margin-top: 20px;
    }
    .os-inner .nav:before {
        display: none;
    }
    .os-inner .nav {
        margin: 0 auto;
        display: table;
    }
    .os-inner .nav li {
        float: none;
    }
    .os-inner .main {
        margin-top: 10px;
    }
    .os-inner .main img {
        margin: 0 auto;
    }
    .os-inner .tab-content .item-title,
    .os-inner .tab-content p {
        text-align: center;
    }
    .os-inner .tab-content .item-main+a {
        display: table;
        margin: 0 auto;
        margin-top: 20px;
    }
    #blog .main {
        margin-top: 30px;
    }
    #blog .main .item-title {
        margin-top: 10px;
    }
    #blog .item .item-text+a {
        float: right;
    }
    #client {
        padding-bottom: 0;
    }
    #client .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
    #client .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }
    #client .owl-carousel a {
        display: table;
        margin: 0 auto;
    }
    #footer {
        padding-top: 30px;
        margin-top: 60px;
    }
    #footer .footer-bottom .footer-text,
    #footer .footer-bottom .links {
        float: none;
        display: table;
        margin: 0 auto;
    }
    #footer .social-icons ul li {
        margin: 0 5px;
        padding: 0;
    }
    #footer .footer-bottom .links li.live-chat {
        float: none;
    }
    #footer .footer-bottom .links li.live-chat a {
        margin: 0 auto;
    }
    #footer .back-to-top {
        bottom: 20px;
        right: 20px;
    }
    #about-us {
        padding: 30px 0;
    }
    #about-us img {
        margin: 0 auto;
    }
    #header.sub-page {
        background-size: initial;
        background-position: -100% auto;
    }
    #header.sub-page .page-header {
        padding: 40px 0 60px 50px;
    }
    #blog-details .sidebar-item .recent-post .item img {
        width: 100%;
    }
    #blog-post-page-1 .navbar,
    #blog-post-page-2 .navbar {
        top: 60px;
    }
    #blog-post-page-1 .navbar .navbar-brand,
    #blog-post-page-2 .navbar .navbar-brand {
        padding: 7px 15px;
    }
    #blog-post-page-1 .navbar .navbar-toggle,
    #blog-post-page-2 .navbar .navbar-toggle {
        padding: 10px;
        padding-left: 0;
    }
    #blog-details {
        margin-top: 70px;
    }
    #blog-details .sidebar-item .tag {
        display: table;
        margin: 0;
    }
    #blog-details .sidebar-item .recent-post .item {
        width: 90%;
        margin: 30px 5% 0;
    }
    #blog-details .share-icons li:first-child {
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }
    #contact .contact-info {
        padding-left: 10px;
    }
    #contact #map iframe {
        height: 300px;
    }
    #login .sign-main,
    #registration .sign-main,
    #forgot .sign-main {
        width: 100%;
    }
    #login input[type="submit"],
    #registration input[type="submit"],
    #forgot input[type="submit"] {
        padding: 10px 50px;
    }
    #ls-in .main {
        display: initial;
    }
    #login .social a.facebook:before,
    #login .social a.facebook:after {
        display: none;
    }
    #login .social a,
    #registration .social a,
    #forgot .social a {
        margin: 0 5px;
    }
    #ls-in #login,
    #ls-in #registration {
        display: initial;
        width: initial;
    }
    #pricing-3 {
        padding-bottom: 0px;
    }
    #footer .contact-top {
        display: none;
    }
    .navbar .dropdown ul a,
    .navbar .dropdown-in ul a {
        color: #CCCCCC !important;
        margin-left: 20px;
    }
    .navbar .dropdown-in .dropdown-menu {
        display: none !important;
    }
    .navbar .dropdown-in.active .dropdown-menu {
        display: block !important;
    }
    #testimonial .item {
        width: 100%;
        padding: 10px;
    }
    #testimonial .item .item-main .quote-icon {
        display: none;
    }
    #testimonial .item .item-main .main-text {
        width: 100%;
    }
    .navbar .dropdown-in .dropdown-toggle:hover+.dropdown-menu,
    .navbar .dropdown-in .dropdown-menu:hover {
        transform: none;
    }
    .navbar .dropdown-in .dropdown-menu a {
        margin-left: 40px;
    }
    .navbar .dropdown-in.active .dropdown-toggle {
        background: transparent !important;
    }
    .navbar .dropdown-in .dropdown-toggle:hover+.dropdown-menu {
        box-shadow: none !important;
    }
    .navbar .nav li.on>a {
        border-bottom: none;
    }
    .domain_finder_form input[type=submit] {
    width: 48%;
    }
    .domain_finder_form select {
    width: 48%;
    }
    .domain_finder_form input[type=text] {
    width: 100%;
    }
}

.sub-page .page-header {
    padding: 150px 100px;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    border-bottom: none;
}
.sub-page .page-header a {
color: #FFFFFF;
text-decoration: underline;
}


/*----------------------------------------------------------------------------*/

