/*-----------------------------------------------------------------------------------

    Template Name: Hostix - Responsive Parallax Hosting Website HTML5 Template (RTL Included)
    Template URI: https://themeforest.net/item/hostix-responsive-parallax-hosting-website-html5-template/19747783
    Description: Hostix is a clean and elegant hosting site HTML5 Template, created for people with life passion in hosting business. Hostix is very simple and clean super fast template.
    Author: Themeix
    Author URI: https://themeix.com/
    Version: 2.1

-----------------------------------------------------------------------------------

/*------------------------------------------------------------------

=Table of contents
 1- GENERAL Styling
 2- Preloader Styling
 3- Mainmenu Styling
 3.1- Sticy Styling
 4- Header Styling
 5- Slider Styling
 6- Domain Search Styling
 7- Our Company Styling
 8- Get Your Dream Styling
 9- Our Services Styling
 10- Blog Styling
 11- Pricing Table Styling
 12- Happy Clients Styling
 13- Testimonials Styling
 14- Awards Styling
 15- Contact Form
 16- Contact Styling
 16- Footer Styling
 17- Google Map Styling
 18- scroll-top
-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  1- GENERAL Styling
/*-----------------------------------------------------------------------------------*/

body {
    background-color: #fff;
    color: #6b7582;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    background-color: transparent;
    color: #444;
}
a:hover {
    text-decoration:none;
}
a:focus {
    outline:0;
    border:medium none;
    color:#333;
}
.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;

}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444
}
.themeix-title {
    margin-bottom: 30px;
}
.themeix-title > h2 {
    color: #2c3e50;
    font-size: 35px;
    font-weight: 300;
    margin: 0;
    text-transform: capitalize;
    display:inline-block;
}
.themeix-title h3 {
    margin-top: 0;
}
.themeix-title h2 span {
    color: #444444;
    font-weight: 700;
}
.themeix-title > b {
    font-size: 40px;
}
.themeix-subtitle {
    color: #333;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    margin-top:0;
    text-transform: capitalize;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    display: block;  
}
.themeix-title-bold{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 15px 0;
}
.strong-title {
    color:#221f1f;
    font-size:16px;
    font-weight:700;
}
.themeix-ptb {
    padding: 90px 0;
}
.themeix-ptb-2 {
    padding-top:90px;
    padding-bottom:30px;
}
.section-50 {
    padding: 60px 0;
}
.pt-90 {
    padding-top:90px;
}
.pb-90{
    padding-bottom:90px;
}
.section-color {
    background-color: #f3f7fa;
}
.bg-color {
    background-color: #288feb;
}
.bg-gray {
    background-color: #f4f4f4;
}
.themeix-title p {
    margin-top: 10px;
}
.themeix-pbtn {
    border:medium none;
    background-color:#288feb;
    padding:10px 25px;
    color:#fff;
    border-radius:5px;
    transition:all .4s linear 0s;
}
.no-margin {
    margin: 0 !important;
}
.see-pricing {
    background-color: #288feb;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    margin-top: 15px;
    padding: 15px 50px;
}
.cart-btn {
    background-color: #288feb;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    padding: 8px 18px;
    text-transform: uppercase;
}
.see-pricing.bl-btn {
    background-color: #444444;
}
.see-pricing.trans-btn {
    background-color: transparent;
    border: 2px solid #ccc;
    margin-right: 15px;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.see-pricing.wh-btn {
    background-color: #fff;
    color: #288feb;
    font-size: 20px;
    border: 2px solid transparent;
}
.see-pricing.wh-btn:focus {
    color:#444;
}
.content-pricing {
    margin-top: 10px;
}
div.heading-border {
    display: table;
    margin-bottom: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    position: relative;
    text-align: center !important;
}
div.heading-border span {
    float: left;
    height: 5px;
    margin: 0 5px;
    width: 40px;
}
span.header-bdr-one {
    background-color: #2c3e50;
}
span.header-bdr-two {
    background-color: #288feb
}
span.header-bdr-three {
    background-color: #d2d2d2;
}
.themeix-sweep-blu {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
    border-radius: 4px;
}
.themeix-sweep-blu:before {
    background: #288feb none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 4px;
}
.themeix-sweep-blu:hover,
.themeix-sweep-blu:focus,
.themeix-sweep-blu:active {
    color: white;
}
.themeix-sweep-blu:hover:before,
.themeix-sweep-blu:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    border-radius: 4px;
}
.themeix-sweep-blc {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
    border-radius: 4px;
}
.themeix-sweep-blc:before {
    background: #444444 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 4px;
}
.themeix-sweep-blc:hover,
.themeix-sweep-blc:focus,
.themeix-sweep-blc:active {
    color: white;
}
.themeix-sweep-blc:hover:before,
.themeix-sweep-blc:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    border-radius: 4px;
}
.themeix-shadow {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0px);
    transform: perspective(1px) translateZ(0px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    vertical-align: middle;
}
.themeix-shadow:before {
    background: rgba(0, 0, 0, 0) -webkit-radial-gradient(center center ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, transparent 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
    position: absolute;
    top: 100%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    width: 90%;
    z-index: -1;
}
.themeix-shadow:hover,
.themeix-shadow:focus,
.themeix-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.themeix-shadow:hover:before,
.themeix-shadow:focus:before,
.themeix-shadow:active:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.themeix-col-2 {
    width: 50%;
    float: left;
}
.left {
    float:left;
}
.right {
    float:right;
}

/*-----------------------------------------------------------------------------------*/
/*  2- Preloader
/*-----------------------------------------------------------------------------------*/

.themeix-preloader {
    background-color: #3498db;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}
.themeix-preloader .sk-folding-cube {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
}
.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
.preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 99999999;
}
.loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
.loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.object {
    width: 20px;
    height: 20px;
    background-color: #288feb;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    border-radius: 50% 50% 50% 50%;
}
.object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
.object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
/*-----------------------------------------------------------------------------------*/
/*  3- Mainmenu Styling
/*-----------------------------------------------------------------------------------*/


.menu-area {
    background-color: #288feb;
}
.navbar-collapse {
    padding: 0;
}
.mainmenu ul li a {
    padding: 20px 21px;
    border-bottom: 4px solid transparent;
    line-height: 31px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.mainmenu ul li.active a,
.mainmenu ul li:hover > a,
.manimenu ul li a:focus {
    background-color: #2c3e50;
    border-color: #fff;
    color: #fff;
}
ul.dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 0;
}
ul.dropdown-menu li a {
    background-color: #2c3e50;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    padding: 15px;
}
ul.dropdown-menu li a:hover {
    background-color: #288feb;
    transition: all 0.5s ease 0s;
}

 
.navbar.navbar-nobg {
    margin-bottom: 0!important;
    border: none!important;
}
.menu-area.navbar-fixed-top {
    position: static;
}
.menu-area.navbar-fixed-top.sticky-menu {
    position: fixed;
    animation: .4s linear 0s normal none 1 running fadeInDown;
}
.navbar-toggle .icon-bar {
    background: #82b541;
}
.mainmenu ul li.menu-item-has-children> a {
    border-color: transparent;
}
.menu-item-has-children a {
    position: relative;
}
.menu-item-has-children > a::after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    right: 5px;
}
 
.main-nav .navbar-nav > li > a {
    padding-top:20px;
    padding-bottom:20px;
    color:#fff;
    transition:all .4s linear 0s;
}
.main-nav .navbar-nav > li:hover > a {
    background-color:#fff;
    color:#288feb;
    opacity:1;
}
ul.mega-list li a {
    text-transform:capitalize;
}
.main-nav a.navbar-toggle {
    background: transparent!important;
}
.navbar-nav > li.active > a {
    color: #288feb;
    background-color: #fff;
}

 
 
/*-----------------------------------------------------------------------------------*/
/*  3.1- Sticky Styling
/*-----------------------------------------------------------------------------------*/

.sticky-wrapper {
    height: 100% !important;
}
.is-sticky .header-top,
.is-sticky .header-wrapper {
    display: none;
}
.is-sticky .header-sticky {
    display: block !important;
}
.is-sticky .logo a img {
    width: 50%;
}
.is-sticky .logo {
    margin-top: 13px;
}
.is-sticky .manimenu ul li a {
    padding: 15px;
}
.header-top,
.header-wrapper,
.header-sticky,
.logo a img,
.logo,
.manimenu ul li a {
    -webkit-transition: .4s;
    transition: .4s;
}
.themeix-scroll-logo {
    display: none;
}
.sticky-menu {
    height: 50px;
    animation:fadeInDown .4s linear 0s 1 normal none running;
}
.sticky-menu .themeix-search {
    display: none;
}
.sticky-menu .search-area {
    margin-top: 5px;
}
.sticky-menu .themeix-scroll-logo {
    display: block;
}
.sticky-menu .themeix-scroll-logo .logo {
    margin: 0;
    height: 10px;
}
.header-sticky {
    background-color: #288feb;
    box-shadow: 0 -3px 5px 5px rgb(0, 0, 0, 0.7);
    display: none;
    position: relative;
    z-index: 99999 !important;
}
.navbar.navbar-nobg {
    margin-bottom: 0!important;
    border: none!important;
}
.menu-area.navbar-fixed-top {
    position: static;
}
.menu-area.navbar-fixed-top.sticky-menu {
    position: fixed;
}
.sticky-menu .logo img {
    max-height: 30px;
    margin-top: 10px;
}
.sticky-menu .navbar-nav {
    float: right;
}
/*-----------------------------------------------------------------------------------*/
/*  4- Header Styling
/*-----------------------------------------------------------------------------------*/

.header-wrapper {
    z-index: 99999 !important;
}
.header-top {
    background-color: #2c3e50;
    padding: 10px 0;
}
.top-header-wrapper > a,
.top-header-wrapper i,
.top-header-wrapper span {
    color: #fff;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.header-top:hover,
.top-header-wrapper > a:hover,
.top-header-wrapper i:hover,
.top-header-wrapper span:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
span.separator {
    margin: 0 10px;
}
.fa.fa-envelope {} .top-header-wrapper {
    color: #fff;
    font-size: 13px;
}
.top-header-wrapper i {
    margin-right: 5px;
}
.top-header-right {
    color: #fff;
}
.header-bottom {
    padding: 25px 0;
    background-color: #fff;
}
.top-support > span {
    display: block;
}
span i {
    margin-right: 5px;
}
.logo {
    margin-top: 0px;
}
.top-support > a {
    color: #288feb;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}
.top-support > a i.fa {
    color: #6b7582;
    margin-right: 5px;
}
.menu-area {
    background-color: #288feb;
}
.navbar-collapse {
    padding: 0;
}
.manimenu ul li a {
    color: #fff;
    margin-right: 15px;
    padding: 15px;
}
.manimenu ul li a:after {
    color: #ddd;
    content: "|";
    left: -10px;
    position: absolute;
}
.manimenu ul li:first-child a:after {
    content: "";
}
li.current a,
.manimenu ul li a:hover,
.manimenu ul li a:focus {
    color: #2c3e50 !important;
}
.search-area .input-group {
    width: 100%;
}
.search-area input.search-form,
.search-area button {
    border-radius: 4px;
    box-sizing: border-box;
    height: 40px;
}
.search-area span button {
    border-bottom: medium none transparent;
    border-right: medium none transparent;
    border-top: medium none transparent;
}
.search-area .input-group input {
    border: medium none transparent;
    box-sizing: border-box;
    padding-left: 25px;
}
.search-area {
    margin-top: 5px;
}
.search-area button {
    background-color: #2c3e50;
    color: #fff;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
.search-area button:hover {
    background-color: #444444;
    color: #fff;
}
.header-section {
    position: relative;
    z-index: 9999 !important;
}
.header-sticky {
    background-color: #288feb;
    box-shadow: 0 -3px 5px 5px rgb(0, 0, 0, 0.7);
    display: none;
    position: relative;
    z-index: 99999 !important;
}
.top-bar {
    position: relative;
    margin-bottom: -70px;
    height: 70px;
    line-height: 70px;
    z-index: 2;
    color: inherit;
    background: transparent;
    overflow: hidden;
}
.header-top {
    background-color: #2c3e50;
    padding: 10px 0;
}
.top-header-wrapper {
    color: #fff;
    font-size: 13px;
}
.top-header-wrapper {
    color: #fff;
    opacity: 0.6;
}
.top-header-wrapper > a {
    color: #fff;
}
.top-header-wrapper i {
    margin-right: 5px;
}
.top-header-right {
    color: #fff;
}
.header-bottom {
    padding: 25px 0;
    background-color: #fff;
}
.top-support > span {
    display: block;
}
span i {
    margin-right: 5px;
}
.header-section .logo {
    margin-top: 25px;
}
.top-support > a {
    color: #288feb;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}
.top-support > a i.fa {
    color: #6b7582;
    margin-right: 5px;
}
.menu-area {
    background-color: #288feb;
}
span.separator {
    margin: 0 10px;
}
.top-header-wrapper {
    color: #fff;
    font-size: 13px;
}
.top-header-wrapper i {
    margin-right: 5px;
}
.top-header-right {
    color: #fff;
}
.header-bottom {
    padding: 10px 0;
    background-color: #e0ebef;
}
.top-support > span {
    display: block;
}
span i {
    margin-right: 5px;
}
.top-support > a {
    color: #288feb;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}
.top-support > a i.fa {
    color: #6b7582;
    margin-right: 5px;
}
.menu-area {
    background-color: #288feb;
}
.navbar-collapse {
    padding: 0;
}
.mainmenu ul li a {
    padding: 20px 21px;
    border-bottom: 4px solid transparent;
    line-height: 31px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

ul.dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 0;
}
ul.dropdown-menu li a {
    background-color: #2c3e50;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    padding: 15px;
}
ul.dropdown-menu li a:hover {
    background-color: #288feb;
    transition: all 0.5s ease 0s;
}
.search-area .input-group {
    width: 100%;
}
.search-area input.search-form,
.search-area button {
    border: medium none transparent;
    height: 40px;
    box-sizing: border-box;
    border-radius: 1px;
}
.search-area {
    margin-top:5px;
}
.search-area button {
    background-color: #2c3e50;
    color: #fff;
}
.search-area button:hover {
    background-color: #2c3e50;
    color: #fff;
}
.menu-area .search-btn {
    width: 100%;
}
.header-section {
    position: relative;
    z-index: 9999 !important;
}
.header-sticky {
    background-color: #288feb;
    box-shadow: 0 -3px 5px 5px rgb(0, 0, 0, 0.7);
    display: none;
    position: relative;
    z-index: 99999 !important;
}
.navbar.navbar-nobg {
    margin-bottom: 0!important;
    border: none!important;
}
.menu-area.navbar-fixed-top {
    position: static;
}
.menu-area.navbar-fixed-top.sticky-menu {
    position: fixed;
    animation: .4s linear 0s normal none 1 running fadeInDown;
}
.navbar-toggle .icon-bar {
    background: #82b541;
}
.mainmenu ul li.menu-item-has-children> a {
    border-color: transparent;
}
.menu-item-has-children a {
    position: relative;
}
.menu-item-has-children > a::after {
    content: "\f0d7";
    font-family: "FontAwesome";
    position: absolute;
    right: 5px;
}
.mega-list > li > a > i {
    margin-right: 10px;
}
.main-nav .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
}
ul.mega-list li a {
    text-transform:capitalize;
}
.main-nav .navbar-nav > li:hover > a {
	background-color:#fff;
	opacity:1;
	color:#288FEB;
}

.header-section ul  {
    margin:0;
}
ul.nav.navbar-nav {
    margin-left: 10px;
}
.header-section ul li ul li a {
    color: #666;
    padding: 10px 23px;
    display: block;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none;
    text-transform: capitalize;
    font-size: 15px;
    text-shadow: 0 0 0;
}
.mainmenu ul li.active a,
.mainmenu ul li:hover > a , .mainmenu ul li:focus > a {
    background-color: #fff!important;
    border-color: #fff;
    color: #288FEB!important;
}
/*-----------------------------------------------------------------------------------*/
/*  5- Slider Styling
/*-----------------------------------------------------------------------------------*/

.slider-section {
    background-color: #fff;
    background-position: 100% center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.single-slide-item {
    height: 597px;
}
.slide-item-table {
    display: table;
    height: 100%;
    width: 100%;
}
.slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.single-slider-wrapper > h1 {
    color: #444444;
    font-size: 70px;
    font-weight: 500;
    line-height: 95px;
    margin: 0;
}
.single-slider-wrapper > h2 {
    color: #444444;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}
.single-slider-wrapper > span {
    color: #288feb;
    display: block;
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
}
.single-slider-wrapper .p2 {
    margin: 20px;
    font-size: 16px;
    font-weight: 300;
    display: block;
}
 .single-slider-wrapper > p {
    color: #6b7582;
    font-size: 20px;
    font-weight: 500;
    margin: 55px 0 20px;
}  
.single-slider-wrapper > img {
    width: 70% !important;
}
.single-slider-wrapper > h3 {
    color: #ddd;
    font-weight: 400;
    margin: 0;
    font-size: 21px;
}
.slider-area .owl-nav div {
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    height: 40px;
    left: 50px;
    line-height: 35px;
    margin-top: -20px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
	background-color: #ccc;
}
.slider-area .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}
.slider-area .owl-nav div:hover {
    background-color: #288feb;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/*-----------------------------------------------------------------------------------*/
/*  6- Domain Search Styling
/*-----------------------------------------------------------------------------------*/

.domain-info > h3 {
    color: #fff;
    font-size: 39px;
    line-height: 60px;
    margin: 0;
    text-transform:capitalize;
}
.domain-info > p {
    color: #fff;
    font-size: 14px;
}
.domain-serch > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    position: relative;
    width: 100%;
}
.domain-serch input {
    padding-left: 140px !important;
    position: relative;
    width: 100%;
}
.domain-serch button {
    background-color: #288feb;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 50px 14px 30px !important;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 7px;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
.domain-serch button.btn.btn-default:hover {
    background-color: #2c3e50;
    color: #288feb;
}
.domain-serch button:hover i {
    color: #288feb;
}
.domain-serch input,
.domain-serch button {
    border: medium none transparent;
    border-radius: 4px;
    padding: 20px;
}
.domain-serch span {
    background-color: #2c3e50;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    left: 10px;
    padding: 14px 30px;
    position: absolute;
    top: 6px;
    z-index: 999;
}
.domain-serch button i {
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
/*-----------------------------------------------------------------------------------*/
/*  7- Our Company Styling
/*-----------------------------------------------------------------------------------*/


.single-company-wrapper h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
    display: block;
}
.single-company-wrapper > p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
	display:block;
}
.single-company-wrapper > img {
    max-width: 90%;
}
.single-compnay {
    margin: 50px 0;
    overflow: hidden;
}
.single-compnay:last-child {
    margin-bottom: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  8- Get Your Dream Styling
/*-----------------------------------------------------------------------------------*/

.get-your-dream .content-pricing {
    text-align: right;
}
/*-----------------------------------------------------------------------------------*/
/*  9- Our Services Styling
/*-----------------------------------------------------------------------------------*/
section#services {
    background-color: #f0f5fa;
}
 .single-services {
    display: block;
	text-align:center;
    padding:30px 0;

}
.single-services .single-service-img {
    margin: 0 auto;	
}
.single-services .single-service-img img {
    max-width: 150px;
    margin-bottom: 20px;
}
.single-services .service-img img { 
   max-width: 150px;
}

.single-services h4 {
    color: #333;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    margin: 15px 0;
    text-transform: capitalize;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    display: block;
}
.single-services > p {
    color: #666666;
	display:block
}
/*-----------------------------------------------------------------------------------*/
/*  10- Blog Styling
/*-----------------------------------------------------------------------------------*/

.single-blog h3 a {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: #288feb;
    margin: 0;
    text-transform: capitalize;
}
.single-blog a {
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.single-blog h3 a:hover {
    color: #288feb;
}
.single-blog p {
    color: #666666;
    margin: 15px 0;
}
.single-blog > img {
    width: 100%;
}
.single-blog {
    margin-top: 50px;
}
.single-blog a img {
    max-width: 100%;
}
.single-blog a img:hover {
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(100%);
}
.single-blog .blog-img a {
  position:relative;
  display:inline-block;
}
.single-blog .blog-img {
  overflow:hidden;
}
.about-author {
  display: inline-block;
  margin-top: 30px;
}

.single-blog-info {
    padding: 35px;
}
a.read-more {
    border-bottom: 1px solid #288feb;
    color: #288feb;
    padding-bottom: 2px;
}
a.read-more:hover {
    border-color: #444;
    color: #444;
}
.single-blog > img {
    width: 100%;
}
.single-blog {
    background-color: #f0f5fa;
    margin-top: 50px;
}
.single-blog-slide {
    margin-right:10px;
}
.single-blog-info h3 {
    margin-top: 0;
}
.blog-page .single-blog {
    background-color: #f0f5fa;
    margin-top: 0;
    margin-bottom: 40px;
}
.themeix-blog-content p, .themeix-blog-content, .themeix-blog-content li, .themeix-blog-content ol {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
}
h3.themeix-blog-title {
    margin: 30px 0!important;
    line-height: 33px;
    font-size: 23px;
    font-weight: 400;
    color: #288feb;
}
.owl-nav {
    
    top: 0;
    right: 0;
    width: auto;
    float: right;
}
.single-blog-slide-wrappper .owl-next, .owl-prev {
    color: white;
    float: left;
    background-color: #288feb;
    margin-right: 10px;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
}
/*-----------------------------------------------------------------------------------*/
/*  11- Pricing Table Styling
/*-----------------------------------------------------------------------------------*/
#pricing {
  background: url(images/bg-parallax.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}
.single-pricing {
    background-color: #fff;
    display: block;
    margin-top: 50px;
    text-align: center;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}
span.price-tag {
    background-color: #6bba3c;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    position: absolute;
    right: -145px;
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
}
.single-pricing > h2 {
    font-size: 36px;
    font-weight: 300;
    margin: 30px 0;
    text-transform: uppercase;
}
.single-pricing h2 span {
    display: block;
    font-weight: bold;
}
.price-table {
    background-color: #288feb;
    padding: 20px 0;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
}
span.dollar-rate {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
}
span.dollar-rate > b {
    margin-left: 5px;
}
span.dollar-cent {
    color: #fff;
    font-size: 34px;
}
.price-table sub {
    color: #fff;
    font-size: 16px;
}
ul.pricing-features {
    padding: 30px 0;
}
ul.pricing-features > li {
    display: block;
    padding: 15px 0;
}

.single-pricing {
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
.single-pricing:hover .price-table {
    background-color: #4a4a4a;
}
.single-pricing:hover {
    box-shadow: -1px -1px 17px 2px rgba(0, 0, 0, 0.2);
}
.single-pricing-plan {
    background-color: #fff;
    min-height: 825px;
}
.single-pricing-plan.pricing-color {
    background-color: #f1f1f1;
    text-align: center;
}
.single-pricing-plan h4 {
    background-color: #288feb;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin: 0;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.single-pricing-plan h4 span {
    display: block;
    font-weight: bold;
}
ul li i.fa-check {
    color: #12bf12;
}
ul li i.fa-times {
    color: #ff0000;
}
.pricing-plan {
    box-sizing: border-box;
    padding: 30px;
}
ul.pricing-plan li {
    line-height: 50px;
    font-size: 14px;
}
.single-pricing-plan h6 {
    color: #288feb;
    font-size: 24px;
    margin: 0 0 20px;
    text-align: center;
}
.single-pricing-plan h6 span {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 300;
}
.pricing-plan .try-btn {
    color: #288feb;
    line-height: 50px;
}
/*-----------------------------------------------------------------------------------*/
/*  12- Happy Clients Styling
/*-----------------------------------------------------------------------------------*/

.happy-clients {
    background-image: url("images/map-bg.png");
    background-attachment: fixed;
}
.single-happy-clients h5 {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.single-happy-clients h5 span {
    display: block;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
}
.single-happy-clients {
    text-align: center;
}
.single-happy-clients i {
    border: 1px solid #fff;
    color: #fff;
    font-size: 48px;
    height: 100px;
    margin-bottom: 15px;
    padding-top: 25px;
    width: 100px;
}
.single-happy-clients i:hover {
    background-color: #444;
}
/*-----------------------------------------------------------------------------------*/
/*  13- Testimonials Styling
/*-----------------------------------------------------------------------------------*/

.single-testimonial {
    display: block;
    margin: 60px auto 0;
    position: relative;
    width: 96%;
}
.testimonial-info {
    background-color: #f4f4f4;
    padding: 30px;
    position: relative;
}
.testimonial-info:after {
    border-right: 80px solid transparent;
    border-top: 80px solid #f4f4f4;
    content: "";
    height: 0;
    position: absolute;
    right: 30px;
    width: 0;
}
.testimonial-info > p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 21px;
    position: relative;
}
.testimonial-author {
    margin-right: 70px;
    margin-top: 65px;
    text-align: right;
}
.testimonial-author > h5 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.testimonial-author > span {
    display: block;
    font-size: 14px;
}
.testimonials-section2 {
    background-color: #e4e4e4;
}
.testimonials-section2 .single-testimonial {
    width: 100%;
    margin-top: 30px;
}
.single-testimonial {
    margin: 30px auto 0;
}
.testimonials-wrapper3 .single-testimonial {
    width: 100%;
}
.owl-dot {
    background: #288FEB;
    height: 10px;
    width: 10px;
    float: left;
    margin-right: 10px;
}
.owl-dot.active {
    background: #666;
}
/*-----------------------------------------------------------------------------------*/
/*  14- Awards Styling
/*-----------------------------------------------------------------------------------*/

.single-awards .owl-item img {
    padding: 0 10px;
}
/*-----------------------------------------------------------------------------------*/
/*  15- Contact Form
/*-----------------------------------------------------------------------------------*/

.contact-area {
    background-color: #f4f4f4;
    clear: both;
    display: block;
    overflow: hidden;
    position: relative;
}
.contact-wrapper {
    float: left;
    width: 50%;
}
.contact-wrapper .contact-form {
    box-sizing: border-box;
    padding: 60px;
}
.contact-form > form {
    max-width: 500px;
}
.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 10px 20px;
    width: 100%;
	outline: 0;
}
.contact-form > h3 {
    font-size: 27px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 400;
    color: #666;
    line-height: 37px;
}
.contact-form form input[type="submit"] {
    border: medium none transparent;
}
.contact-form form textarea {
    height: 155px;
}
/*-----------------------------------------------------------------------------------*/
/*  16- Footer Styling
/*-----------------------------------------------------------------------------------*/

.footer-section {
    background-color: #fff;
    clear: both;
}
.top-footer .widget > img,
.top-footer .widget > h6 {
    display: block;
    margin: 0 0 20px;
    padding: 0;
}
.social-wrapper a img {
    margin-right: 5px;
    width: 45px;
}
.top-footer .widget ul li a:hover {
    text-decoration: none;
    color: #288feb;
}
.top-footer .widget ul li a {
    display: inline-block;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 300;
}
.top-footer .widget > p,
.top-footer .widget ul li a {
    color: #666;
    -webkit-transition: all .4s linear 0s;
    transition:all .4s linear 0s;
}
.top-footer .widget p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.top-footer h6.widget-title {
    color: #333;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
.footer-copyright {
    background-color: #f4f4f4;
}
.footer-copyright p {
    color: #2f2e2e;
    margin: 0;
}
.footer-copyright p a {
    color: #288FEB;
    display: inline-block;
    font-weight: 600;
}
.footer-copyright p a:hover {
    color: #288feb;
}
/*-----------------------------------------------------------------------------------*/
/*  17- Google Map Styling
/*-----------------------------------------------------------------------------------*/

#myMap {
    height: 655px;
}
/*-----------------------------------------------------------------------------------*/
/*  18- scroll-top
/*-----------------------------------------------------------------------------------*/

.scroll-top {
    position: fixed;
    width: 45px;
    height: 45px;
    background-color: #444444;
    bottom: 10px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    display: none;
}
.scroll-top .scroll-icon {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
}
.scroll-top:hover {
    background-color: #288feb;
}
.page-title h2 {
    margin-top:0;
    color:#fff;
    text-transform:capitalize;
    font-size:40px;
}
.page-topper {
    background-image:url("images/bg/1.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    position:relative;
    color:#fff;
}
.page-topper .breadcrumbs a {
    color:#fff;
}
.page-topper .breadcrumbs span {
    line-height:45px;
}
/**************************************************

19. Featured Pages

***************************************************/

.page-topper::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.7);
}

.hosting-img {
    padding-top:30px;
}
.hosting-table {

}
.hosting-table table tbody tr td i {
    display:inline-block;
    padding:0 5px 0 5px;
}

.single-services {
    text-align: center;
}

.single-services a {
    transition: all .4s linear 0s;
}
.single-services a:hover {
    color: #288feb;
}
.single-services p {
    color: #666666;
}
.single-services .service-img a {
    position: relative;
    display: inline-block;
    transition: all .5s linear 0s;
}
.single-services .service-img a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.6);
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: all .4s linear 0s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    z-index:9;
}
.single-services .service-img a::after {
    font-family: FontAwesome;
    content:"\f0c1";
    font-size:50px;
    color:#000;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transition: all .6s linear 0s;
    opacity: 0;
    visibility: hidden;
    z-index:10;
}
.single-services:hover .service-img a::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.single-services:hover .service-img a::after {
    opacity: 1;
    visibility: visible;
}

/*************************************************

20. Start Featured Lists

*****************************************************/

.featured-list li a {
    display: inline-block;
    padding: 10px 0 10px 0;
    text-transform: capitalize;
    color: #666;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    transition: all .4s linear 0s;
    line-height: 24px;
}

.featured-list li a::before {
    content: "\f058";
    font-family: "FontAwesome";
    font-size: 22px;
    padding-right: 10px;
    color: #288feb;
    font-style: normal;
    line-height: 20px;
    margin-top: 25px;
}
.featured-list li a:hover {
    color:#288feb;
}

/***************************************

21.Start FAQ Section

**************************************/

.themeix-panel,
.themeix-panel .panel-heading {
    border-color: rgba(221, 221, 221, 0.4);
}
.themeix-panel .panel-title a {
    display: block;
    position: relative;
}
.themeix-panel .panel-title a.collapsed:after {
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 16px;
}
.themeix-panel .panel-title a:after {
    content:"\f068";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 16px;
    font-style:normal;
}
.themeix-panel .panel-title a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}
.themeix-panel .panel-heading {
    background-color: #288feb;
}
.faq-tab-wrapper .collapse {
    /* float: left; */
    overflow: hidden;
}

/********************************

22.Start About-us Skill

**************************************/

.our-skills {
    padding-left: 30px;
}
.our-skills .progress {
    background-color:#f0f5f6;
    height:20px;
    margin-bottom: 25px;
    overflow: hidden;
}
.our-skills .progress .progress-bar {
    box-shadow: none;
    background-color:#288feb;
}
.our-skills h5 {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
}
.our-skills h5 span {
    float: right;
}

.project-counter {
    background-image:url("images/bg/2.jpg");
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment:fixed;
    background-size:cover;
    position:relative;
}
.project-counter::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.4);
}

.single-project, 
.project-content {
    text-align:center;
     color:#fff;
}
.project-content h3 {
    color: #fff;
    font-style: normal;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 18px;
}
.counter-circle {
    width:100px;
    height:100px;
    line-height:200px;
    text-align:center;
    background-color:#fff;
    border-radius:50%;
    margin:0 auto;
}
.counter-circle span.timer {
    font-size:50px;
    font-weight:500;
}
.counter-circle {
    position:relative;
}
.counter-circle span.project-icons {
    color: rgb(40, 143, 235);
    font-size: 46px;
    left: 0;
    line-height: 75px;
    position: absolute;
    right: 0;
    top: 14px;
    display: inline-block;
}
/**************************************************

Pricing Table Page

****************************************************/
.pricing-heading {
    background: rgb(44, 62, 80) none repeat scroll 0 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 130px 0 30px 0;
    position: relative;
    transition: all 0.5s ease 0s;
    text-align: center;
}
.pricing-amount {
    position:absolute;
    width:90px;
    height:90px;
    border-radius:50%;
    background-color:#288FEB;
    left:0;
    right:0;
    text-align:center;
    margin:0 auto;
    top:30px;
    line-height:90px;
    font-size:30px;
    font-weight:600;
    color:#fff;
}
.pricing-wraper {
    margin-top: 40px;
}
.pricing-heading h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 5px;
    text-align: center;
    text-transform: uppercase;
}
.pricing-heading p {
   margin-bottom:0;
   color:rgba(255,255,255,.7);
   text-transform:capitalize;
   font-size:16px;
}

.pricing-body ul li {
    background: #fff none repeat scroll 0 0;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    padding: 15px 30px;
    transition:all .4s linear 0s;
}

.pricing-body ul li:nth-child(2n) {
    background: #eee none repeat scroll 0 0;
    transition:all .4s linear 0s;
}
.pricing-body ul li span {

}
.pricing-footer {
    text-align:center;
    background-color:#288FEB;
    transition:all .4s linear 0s;
}
.pricing-footer a {
  display:block;
  padding:15px 30px;
  color:#fff;
  text-transform:uppercase;
  font-weight:600;
  font-size:20px;
}

.pricing-footer:hover{
    background-color:#288feb;
}

/************************************

 Domain Search Page 

 **********************************/
 .domain-names-opt {
    text-align:center;
    padding-top:30px;
 }
 .domain-names-opt ul li {
    display:inline-block;
    color:#fff;
    font-size:20px;
    padding:5px;
    font-weight:400;
 }
  .domain-names-opt ul li span {
    color:#333;
    font-weight:600;
  }
  .domain-names-opt ul li::after {
    content:"\f105";
    font-family:"FontAwesome";
    font-size:22px;
    padding-left:5px;
  }
  .domain-names-opt ul li:last-child::after {
    content:none;
  }
  .user-purchase-dom {
    padding:50px 0;
  }
  .user-domain-name h4 {
    font-size:22px;
    font-weight:300;
    color:#333;
  }
  .user-domain-name h4 span {
    font-weight:600;
    padding:0 10px;
  }
  .correct-icon {
    color:#288feb;
  }
  .correct-icon i {
    padding:5px;
    font-size:45px;
  }
  .suggest-dom-wrapper table tr td {
    padding:10px;
    color: #333;
    font-weight: 600;
    font-size:18px;
  }
  .suggest-dom-wrapper table thead tr th {
    text-align:center;
  }

/****************************************************************

Signup Page 

**************************************************************/

.signup-form form input.form-control,
.signup-form form select.form-control,
.login-form form input.form-control {
  height:40px;
  border-radius:0;
}
.signup-form form textarea.form-control {
    height:135px;
    border-radius:0;
}  

.signup-form form label,
.login-form form label {
    font-weight:300;
    color:#444;
    font-size:14px;
    letter-spacing:1px;
}

.rej-btn {
    margin:20px 0 30px;
}
.login-help {
    text-align:right;
}
.login-help a {
  
  color: rgb(231, 76, 60);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  transition: all 0.4s linear 0s;
}
.login-help a:hover {
    text-decoration:none;
}
.login-form-wrapper {
    margin:30px 0;
    padding:50px 80px;
    box-shadow:0 1px 5px rgba(0, 0, 0, 0.15);
}

/****************************

404 page

****************************/

.four-zero-page {
    padding: 200px 0;
}

/**************************

blog details page

**************************/
/* ==========================================
           19. blog footer are
   ========================================== */
   .blog-item {
    padding-bottom: 50px;
}

ul.blog-author-name li {
    display: inline-block;
    margin-right: 10px;
    color: #F96A91;
}
ul.blog-author-name li a{
    color: #288feb;
}
ul.blog-author-name li i {
    margin-right: 10px;
    color: #9d9d9d;
}
.blog_details p {

    margin-bottom: 30px;
    color: #777777;
    font-size: 14px;
    line-height: 24px;
}
.blog_details h3 {
    margin-top:10px;
}

.themeix-second-button .btn-read{
    background-color: #F96A91;
    color: #fff;
    border: 2px solid #F96A91;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 11px 46px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    float: left;
}
.themeix-second-button .btn-read:hover{
    background: #FFFFFF;
    color: #424242;
}
.share-icon span {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 20px;
    color: #288feb;
}
ul.social-icon{
    display: inline-block;
}

.social-icon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    margin-right: 6px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.social-icon li{
    display: inline-block;
}
.skype{
    background: #1DA1F2;
}
.facebook{
    background: #3B5998;
}
.google{
    background: #DC4A3D;
}
.social-icon a:hover{
   background: #424242;
   
   color: #FFFFFF;
}
.icon-button {
    position: relative;
    padding-top: 20px;
}
.share-icon {
    position: absolute;
    right: 0;
    bottom: -2px;
    float: right;
}
.previou-next-article{
    display:block;
}
.previou-next-article .left-previou{
    width: 50%;
    float:left;
    padding-top: 20px;
}
.left-previou a p.hover-color,
.next-artical a p.hover-color{
   -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.left-previou a p.hover-color:hover,
.next-artical a p.hover-color:hover{
    color:#F86A90;
}
.left-previou a i{ 
    margin-right: 6px;
    font-size: 15px;
}
.next-artical a i {
    font-size: 15px;
    margin-left: 4px;
}
.previou-next-article a{
    color:#288feb;
}
.previou-next-article .next-artical{
    width: 50%;
    float: right;
    padding-top: 20px;
    text-align: right;
}
/* ==========================================
           18. pagination
   ========================================== */
.cust-pagi{
    text-align: center;
}
.pagination>li:first-child>a, .pagination>li:first-child>span,
.pagination>li:last-child>a, .pagination>li:last-child>span{
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}
.pagination >li > a{  
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 0px solid #ddd;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    background: #CCCCCC;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-right: 8px;
    
}
.pagination li a:hover{
    background: #337ab7;
    color: #FFFFFF;
    
}
.pagination-wrapper {
  padding-top: 30px;
}
.footer-area{
    background: #FFFFFF;
}
.column{
    overflow: hidden;
}
.column .widget-title h3{
    color: #666666;
    margin-bottom: 20px;
}
.column .widget-title p{
    color: #666666;
    font-weight: 300;
}
.themeix-social-area .themeix-tool{
    float: left;
    width: 40px;
    height: 40px;
    background-color: #CFCBCB;
    border-radius: 50%;
    margin-right: 6px;
    overflow: hidden;
    transition: transform 0.4s;
    text-align: center;
    line-height: 47px;
    display: inline-block; 
}
.themeix-tool i {
    color: #FFFFFF;
    font-size: 20px;
}
.themeix-tool:hover i {
    color: #ffffff;
    transition: color 0.3s 0.6s;
}
.themeix-tool:hover #colorbox,
.themeix-tool:hover #colorboxs,
.themeix-tool:hover #colorboxss{
    margin-top: -61px;
    height: 72px;
    transition: margin 0.6s, height 0.3s 0.6s;
}
.themeix-tool{
    transform: scale(1);
    
}
.themeix-tool:hover {
    transform: scale(1.1);
}
.themeix-color {background-color: #F86A90;}
.twitter-color {background-color: #55ACEE;}
.facebook-color{background: #3B5998;}
.google-color  {background: #DC4A3D;}
#colorbox,
#colorboxs,
#colorboxss{
    height: 30px;
    width: 63px;
    margin-top: 100px;
}
.column p{
    margin-bottom: 22px;
}
.widget-content{
    
}
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-content ul li {
    margin-bottom: 6px;
}
.widget-content ul li a {
    color: #666666;
    font-weight: 300;
    font-size: 14px;
    display: block;
}
.newsletter{
    position: relative;
}
.newsletter input{
    background: #FFFFFF;
    border:1px solid#E4E4E4; 
    width:100%;
    padding: 0 15px;
    line-height: 25px;
    text-align: left;
}
.newsletter button {
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    width: 43px;
    line-height: 42px;
    background: #F96A91;
    color: #FFF;
    border: 0;
}
.mar-top {
    margin-top: -12px;
}
.blog-footere{
    background: url(images/blog_list4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.blog-footer-overlya{
    background-color: rgba(61,147,241,.80);
}
/* ==========================================
           20. blog sidebar style
   ========================================== */
.details-img img{
    width: 100%;
}
.sidebar .widget h5 {
    color: #323232;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
}
.sidebar ul li.cat-item a,
.sidebar ul li a {
    color: #666666;
    font-weight: 400;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: block;
}
.sidebar ul li.cat-item,
.sidebar ul li {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    position: relative;
}
.sidebar .widget h3 {
    margin-top:0;
}
.widget {
    margin-bottom: 50px;
}
.sidebar ul li a:hover {
    color:#288feb;
}
.tagcloud > li {
    list-style: outside none none;
}
.sidebar ul li a {
    color: #666666;
    display: inline;
}

.sidebar ul li.cat-item a {
    font-weight: 400;
}
.sidebar ul li span {
    color: #777777;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin: 5px 0;
}
span.dis {
    display: inline!important;
}
.tagcloud li {
    display: inline;
}
.tagcloud li a {
    border: 1px solid #efefef;
}
ul.tagcloud li a {
    border: 1px solid #e4e4e4;
    color: #777777;
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 2px;
    padding: 8px 20px;
}
ul.tagcloud li a:hover {
    background-color: #288feb;
    color: #fff;
    border-color:#288feb;
}
ul.tagcloud li.widget-active a {
    background-color: #288feb;
    color: #fff;

}
.custom ul li{
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
/* ==========================================
           21. left bottom link item
   ========================================== */
.left-link-item{

}
.left-link-item ul li {
    display: inline-block;
    margin-right: 12px;
}
.left-link-item ul li::before {
    content: "\f292";
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #666666;
}
.left-link-item ul li a{
    color:#288feb;
}
.middle-section{
    position: relative;
}
.author-box {
    background-color:#288feb;
    display: inline-block;
    min-height: 50px;
}
.about-author .author-box .author-img {
    width: 17%;
    float: left;
}
.about-author .author-box .author-details {
    width: 83%;
    float: left;
    padding: 10px 22px;
}
.john {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.author-name{
    display: inline-block;
    width: 100%;
}
ul.author-link {
    float: right;
    margin-top: 7px;
}
ul.author-link li {
    display: inline-block;
    margin-right: 10px;
}
ul.author-link li a {
    color: #FFFFFF;
    font-size: 15px;
}
.author-details p {
    margin-top: 4px;
    margin-bottom: 3px;
    color: #fff;
}

/* =======================================
           22. Single Comment
========================================== */
h5.comment-title, h3.author-title {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 64px;
}
ul.comments-list {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}
ul.comments-list > li,
ul.comments-list > li.children {
    background-color: #f4f4f4;
    border-radius: 1px;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 30px;
}
ul.comments-list li.children {
    margin-left: 50px;
}
.comment-pic,
.comment-text {
    display: inline-block;
    float: left;
}
.comment-pic {
    width: 15%;
    margin-top: 0px;
}
.comment-pic img {
    border-radius: 50%;
}
ul.comments-list > li::after,
ul.comments-list > li.children::after {
    clear: both;
    content: "";
    display: table;
}
.comment-text {
    padding-left: 15px;
    width: 85%;
}
.comment-text > h5{
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
}
.comment-text > h5 > a {
    color: #545454;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    height: auto;
}

span.comment-date {
    color: #b1b1b1;
    font-size: 14px;
    line-height: 24px;
}
.comment-text > p {
    color: #999999;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}
.comment::after {
    clear: both;
    content: "";
    display: table;
}
.comment {
    position: relative;
}
a.comment-reply {
    border-bottom: 1px solid #288feb;
    color: #288feb;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
}
a.comment-reply:hover {
    border-color: #288feb;
    color: #288feb;
}
.contact-form {
    margin-top: 55px;
}
.contact-info {
    margin-top: 30px;
}
.contact-info img {
  margin-bottom:-1px;
}
.contact-section.section-padding {
    padding-bottom: 0;
}
.contact-form .form-control {
    border: 1px solid #eee;
    border-radius: 0;
    box-shadow: none;
    color: #868686;
    display: block;
    font-size: 13px;
    height: 48px;
    line-height: 1.42857;
    padding: 10px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
textarea.form-control {
    min-height: 200px;
}
.contact-us-wrapper h4 {
    color: #323232;
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}
.contact-us-wrapper > p {
    color: #777777;
    font-size: 15px;
    line-height: 26px;
    margin: 25px 0;
}
.blog-cust-btn {
    padding: 10px 22px;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    background: #2A6F9F;
    margin-right: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.4s;
    border: 0;
}
.blog-cust-btn:hover{
   color: #FFFFFF;
}
.blog-cust-btn:before{
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    background-color: #F86A90;
    top: 50%;
    left: 0;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    z-index: -11;
    
}
.blog-cust-btn:hover:before{
    height: 50%;   
}
.blog-cust-btn:after{
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    background-color: #F86A90;
    bottom: 50%;
    left: 0;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    z-index: -11;
}
.blog-cust-btn:hover:after{
     height: 50%;
}
#carousel {
    height: 750px;
    display: relative;
    margin-top: -122px;
}
  #carousel img {
    display: hidden; 
    cursor: pointer;
  }