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

=Table of contents
 1- GENERAL Styling
 2- Preloader Styling
 3- 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- Live Support Styling
 12- Pricing Table Styling
 13- Happy Clients Styling
 14- Testimonials Styling
 15- Awards Contest Styling
 16- Contact Styling
 17- Google Map Styling
 18- Awards Styling
 19- News Letter Styling
 20- Footer Styling

-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  1- GENERAL Styling
/*-----------------------------------------------------------------------------------*/
#demonote { display: none !important;}
img[src*="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] {
    display: none !important;}
body {
    background-color: #fff;
    color: #6b7582;
    font-family: Roboto, sans-serif ;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
 }
a:focus,
a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #444;
    transition: all 0.5s ease 0s;
}
a {
    text-decoration:none;
    background-color: transparent;
    color: #444;
}
.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 > h2 {
    color: #2c3e50;
    font-size: 44px;
    font-weight: 300;
    margin: 0;
}
.themeix-title h2 span {
    color: #288feb;
    font-weight: 700;
}
.themeix-title > b {
    font-size: 40px;
}
.section-padding {
    padding: 90px 0;
}
.section-50 {
    padding: 50px 0;
}
.section-color {
    background-color: #f3f7fa;
}
.bg-color {
    background-color: #288feb;
}
.bg-gray {
    background-color: #f4f4f4;
}
.themeix-title i {
    background-color: #288feb;
    border-radius: 50%;
    color: #fff;
    font-size: 40px;
    height: 90px;
    padding-top: 25px;
    text-align: center;
    width: 91px;
}
.themeix-title {
    margin: 0 auto 40px;
    text-align: center;
    width: 75%;
}
::-webkit-input-placeholder {
    color: #fff;
}
::-ms-input-placeholder {
    color: #fff;
}
:moz-placeholder {
    color: #fff;
}
.no-margin {
    margin: 0 !important;
}
.see-pricing {
    position: relative;
    background-color: #288feb;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding: 15px 35px;
    transition: all .4s linear 0s;
}
.see-pricing.bl-btn {
    background-color: #444444;
}
.see-pricing.trans-btn {
    background-color: transparent;
    border: 2px solid #ccc;
    margin-right: 15px;
    opacity: 0.7;
}
.see-pricing.wh-btn {
    background-color: #fff;
    color: #288feb;
    font-size: 20px;
    border: 2px solid transparent;
}
.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;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
}
a.themeix-sweep-blu:focus {
    background-color: #6b7582;
}
a.themeix-sweep-blc:focus {
    background-color: #6b7582;
}
.themeix-sweep-blu::before {
    background: #288feb none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.themeix-sweep-blu:hover,
.themeix-sweep-blu:focus,
.themeix-sweep-blu:active {
    color: white;
}
.themeix-sweep-blu:hover::before,
.themeix-sweep-blu:active::before {
    transform: scaleY(1);
}
.themeix-sweep-blc {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
}
.themeix-sweep-blc::before {
    background: #444444 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.themeix-sweep-blc:hover,
.themeix-sweep-blc:focus,
.themeix-sweep-blc:active {
    color: white;
}
.themeix-sweep-blc:hover::before,
.themeix-sweep-blc:active::before {
    transform: scaleY(1);
}
button.themeix-sweep-blc {
    border: medium none;
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
}
button.themeix-sweep-blc::before {
    background: #444444 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
button.themeix-sweep-blc:hover,
button.themeix-sweep-blc:focus,
button.themeix-sweep-blc:active {
    color: white;
}
button.themeix-sweep-blc:hover::before,
button.themeix-sweep-blc:active::before {
    transform: scaleY(1);
}
.themeix-shadow {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
}
.themeix-shadow::before {
    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;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}
.themeix-shadow:hover,
.themeix-shadow:focus,
.themeix-shadow:active {
    transform: translateY(-5px);
}
.themeix-shadow:hover::before,
.themeix-shadow:focus::before,
.themeix-shadow:active::before {
    opacity: 1;
    transform: translateY(5px);
}
.header-bottom .logo {
  display: inline-block;
  margin-top: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*  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);
    -ms-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%;
    -ms-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;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
.header-section.off .navbar-brand {
 opacity:1;
}
.header-section .navbar-brand {
    opacity:1;
    transition:all .4s linear 0s;
    max-width:230px;
    padding-top:20px;
    position:relative;
    z-index :999;
}

/*-----------------------------------------------------------------------------------*/
/*  3- Sticy Styling
/*-----------------------------------------------------------------------------------*/

.sticky-menu {
    height: 50px;
}
.sticky-menu .mainmenu ul li a {
    padding: 10px 21px;
    border-bottom: none;
    line-height: 30px;
}
.sticky-menu .search-area {
    margin-top: 5px;
}
/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */

.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: 25px 0;
    background-color: #fff;
}
.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;
}
.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;
}
.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:10px;
}
.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: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;
}

/*-----------------------------------------------------------------------------------*/
/*  5- Slider Styling
/*-----------------------------------------------------------------------------------*/

.slider-section {
    background-color: #288feb;
    background-position: 100% center;
    background-size: cover;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 580px;
    background-image: url('images/sliderbg.jpg');
}
.slider-section::after {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    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 {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}
.single-slider-wrapper > p {
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    margin-bottom:0;
}
.single-slider-wrapper > img {
    width: auto !important;
    max-height:300px;
    margin: 0 auto;
    float:none;
}
.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;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    transition:all .4s linear 0s;
}
.slider-area .owl-nav div.owl-next {
    left: auto;
    right: 50px;
}
.slider-area .owl-nav div:hover {
    background-color: #288feb;
    opacity: 1;
    transition: all 0.5s ease 0s;
    border-color:#288feb;
}
/*-----------------------------------------------------------------------------------*/
/*  6- Domain Search Styling
/*-----------------------------------------------------------------------------------*/

.domain-info > h3 {
    color: #fff;
    font-size: 39px;
    line-height: 60px;
    margin: 0;
}
.domain-info > p {
    color: #fff;
    font-size: 14px;
}
.domain-serch > form {
    display: inline-block;
    margin-top: 15px;
    position: relative;
    text-align: center;
    float: right;
	width:100%
}
.domain-serch {
    text-align: center;
}
.domain-serch input {
    float: left;
    padding-left: 110px;
    position: relative;
    width: 400px;
    height: 60px;
    border-radius: 0;
	
}
.domain-serch button {
    background-color: #2c3e50;
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    width: 80px;
    height: 60px;
    border: medium none;
    position: absolute;
    right: 0;
}
.domain-serch button.btn.btn-default:hover {
    background-color: #2c3e50;
    color: #fff;
}
.domain-serch button:hover i {
    color: #288feb;
}
.domain-serch span {
    background-color: #2c3e50;
    color: #fff;
    font-size: 12px;
    height: 100%;
    left: 0;
    position: absolute;
    width: 80px;
    height: 60px;
    line-height: 60px;
    top: 0;
    z-index: 999;
}
.domain-serch button i {
    font-size: 20px;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s linear 0s;
}
/*-----------------------------------------------------------------------------------*/
/*  7- Our Company Styling
/*-----------------------------------------------------------------------------------*/

.single-company-wrapper > h3 {
    font-size: 31px;
    font-weight: 300;
    margin: 0;
    line-height: 40px;
}
.single-company-wrapper > p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-top: 20px;
}
.single-compnay {
    margin: 70px 0;
}
.single-compnay:last-child {
    margin-bottom: 0;
}
.single-company-img img {
    max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  8- Call Out Styling
/*-----------------------------------------------------------------------------------*/
.callout-text > h3 {
    color: #fff;
    font-size: 39px;
    line-height: 60px;
    margin: 0;
}
.callout-text > p {
    color: #fff;
    font-size: 14px;
}
.callout-btn {
    margin-top: 10px;
}
.callout-btn .wh-btn {
    background-color: #fff;
    color: #288feb;
    font-size: 20px;
    border: 2px solid transparent;
}

/*-----------------------------------------------------------------------------------*/
/*  9- Our Services Styling
/*-----------------------------------------------------------------------------------*/

.single-services {
    margin-top: 60px;
    text-align: center;
}
.single-services h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 15px 0;
}
.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(40, 143, 235, 0.8);
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: all .4s linear 0s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
.single-services .service-img a::after {
    font-family: FontAwesome;
    content: "\f067";
    font-size: 60px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transition: all .6s linear 0s;
    opacity: 0;
    visibility: hidden;
}
.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;
}
/*-----------------------------------------------------------------------------------*/
/*  10- Blog Styling
/*-----------------------------------------------------------------------------------*/

.single-blog h3 a {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #666666;
    transition: all .4s linear 0s;
}
.single-blog h3 a:hover {
    color: #288feb;
}
.single-blog > p {
    color: #666666;
    margin: 15px 0;
}
a.read-more {
    border-bottom: 1px solid #444;
    color: #444;
    padding-bottom: 2px;
    transition: all .4s linear 0s;
}
a.read-more:hover {
    border-color: #288feb;
    color: #288feb;
}
.single-blog > img {
    width: 100%;
}
.single-blog {
    margin-bottom: 30px;
}
.single-blog a img {
    max-width: 100%;
}
.single-blog .blog-img a {
    position: relative;
    display: inline-block;
}
.single-blog .blog-img {
    overflow: hidden;
}
.single-blog .blog-img img {
    max-width:100%;
}
.single-blog .blog-img a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 143, 235, 0.8);
    transform: translateY(100%);
    transform-origin: 0 0;
    transition: all .4s linear 0s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}
.single-blog:hover .blog-img a::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all .4s linear 0s;
}
.single-blog .blog-img a::after {
    font-family: "FontAwesome";
    content: "\f0c1";
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(.2) translateY(0);
    text-align: center;
    transition: all .8s linear 0s;
    opacity: 0;
    visibility: hidden;
}
.single-blog:hover .blog-img a::after {
    transform: scale(1) translateY(50%);
    bottom: 50%;
    opacity: 1;
    visibility: visible;
}
.single-blog-list {
    margin-bottom: 75px;
    position: relative;
}
.single-blog-list > img {
    max-width: 100%;
    position: relative;
}
.single-blog-list a {
    transition: all .4s linear 0s;
    color: #444;
}
.single-blog-list a:hover {
    color: #288feb;
    ;
}
.blog-date {
    background-color: #288feb;
    left: 0;
    padding: 7px 15px;
    position: absolute;
    top: 0;
}
span.date-day,
span.date-month {
    color: #fff;
    display: block;
    line-height: 20px;
    text-align: center;
}
.single-blog-list h4 {
    color: #323232;
    font-weight: bold;
    margin-top: 30px;
}
.single-blog-list h5 {
    color: #777777;
    font-size: 14px;
}
.single-blog-list h5 a {
    color: #288feb;
}
.single-blog-list > p {
    color: #777777;
    margin-top: 25px;
}
.main-content .single-blog{
  margin-top:0;
}
/*-----------------------------------------------------------------------------------*/
/*  12- Pricing Table Styling
/*-----------------------------------------------------------------------------------*/

.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;
    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;
    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;
}
.see-pricing {
    color: #fff;
    transition: all .5s linear 0s;
}
.single-pricing {
    transition: all .4s linear 0s;
}
.single-pricing:hover .price-table {
    background-color: #4a4a4a;
}
.single-pricing:hover {
    -webkit-box-shadow: -1px -1px 17px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px -1px 17px 2px rgba(0, 0, 0, 0.2);
    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;
}
/*-----------------------------------------------------------------------------------*/
/*  13- 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: 3px solid #fff;
    color: #fff;
    font-size: 48px;
    height: 100px;
    margin-bottom: 15px;
    padding-top: 25px;
    width: 100px;
    transition: all .4s linear 0s;
}
.single-happy-clients i:hover {
    background-color: #444;
    border: 3px solid #444;
}
/*-----------------------------------------------------------------------------------*/
/*  14- Testimonials Styling
/*-----------------------------------------------------------------------------------*/

.single-testimonial {
    display: block;
    margin: 60px auto 0;
    position: relative;
    width: 96%;
}
.testimonial-info {
    background-color: #f3f7fa;
    padding: 30px 30px 30px 40px;
    position: relative;
}
.testimonial-info::after {
    border-right: 80px solid transparent;
    border-top: 80px solid #f3f7fa;
    content: "";
    height: 0;
    position: absolute;
    right: 30px;
    width: 0;
}
.testimonial-info > p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    padding: 21px;
    position: relative;
}
.testimonial-info > p::before {
    content: "\f10d";
    font-family: fontawesome;
    font-size: 26px;
    left: -8px;
    position: absolute;
    top: 16px;
}
.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;
}
/*-----------------------------------------------------------------------------------*/
/*  18- Awards Styling
/*-----------------------------------------------------------------------------------*/

.single-awards .owl-item img {
    width: 75%;
}
/*-----------------------------------------------------------------------------------*/
/*  17- Google Map Styling
/*-----------------------------------------------------------------------------------*/

.themeix-map iframe {
    width: 100%;
}
.themeix-map {
    height: 480px;
}
/*-----------------------------------------------------------------------------------*/
/*  19- News Letter Styling
/*-----------------------------------------------------------------------------------*/

.news-letter {
    background-color: #288feb;
}
.news-title {
    position: relative;
}
.news-title > img {
    left: 0;
    position: absolute;
    top: -5px;
}
.news-title > h5 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0 0 0 90px;
    text-transform: uppercase;
}
.news-title h5 span {
    display: block;
    font-size: 30px;
    font-weight: bold;
}
.news-letter-form input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: currentcolor currentcolor #ddd;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
}
.news-letter-form input[type="submit"] {
    background-color: transparent;
    background-image: url("images/send.png");
    background-repeat: no-repeat;
    border: medium none;
    bottom: 8px;
    content: "";
    height: 32px;
    position: absolute;
    right: 0;
    width: 32px;
    font-size: 0;
}
.news-letter-form {
    position: relative;
    vertical-align: middle;
}
/*-----------------------------------------------------------------------------------*/
/*  20- Footer Styling
/*-----------------------------------------------------------------------------------*/

.footer-section {
    background-image: url("images/sliderbg.jpg");
    background-size: cover;
    padding: 30px 0 0;
    position: relative;
    z-index: 9;
}
.footer-section::after {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.top-footer .widget > img,
.top-footer .widget > h6 {
    display: block;
    margin: 0 0 20px;
    padding: 0;
}
.top-footer .widget > img {
    width: 60%;
}
.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: 14px;
    padding-bottom: 5px;
    color: #444;
    font-weight: 500;
}
.top-footer .widget > p,
.top-footer .widget ul li a {
    color: #d8d8d8;
}
.top-footer .widget p {
    font-size: 14px;
    line-height: 25px;
}
.top-footer h6.widget-title {
    color: #288feb;
    font-weight: bold;
    font-size: 24px;
}
.top-footer .widget li {
    background-image: url("images/arrow.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    padding-left: 20px;
}
.footer-copyright {
    background-color: rgba(0, 0, 0, 0.7);
}
.footer-copyright p {
    color: #fff;
    margin: 0;
}
.footer-copyright a {
    color: #288feb;
    display: inline-block;
    font-weight: 600;
}
.footer-copyright a:hover {
    color: #fff;
    text-decoration:underline;
}
/* Page CSS */
/*-----------------------------------------------------------------------------------*/
/*  Default Page Styling
/*-----------------------------------------------------------------------------------*/

.page-title > h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin: 0;
}
.breadcrumbs {
    margin-top: 15px;
    text-align: right;
}
.breadcrumbs > span {
    color: #fff;
}
.page-topper .breadcrumbs > span > a {
    transition:all .4s linear 0s;
    color:#fff;
}
.page-topper .breadcrumbs span a:hover {
    text-decoration:underline;
}
.page-topper {
    background-position: 100% center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-image: url('images/sliderbg.jpg')
}
.page-topper::after {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
/*-----------------------------------------------------------------------------------*/
/*  About Page Styling
/*-----------------------------------------------------------------------------------*/

.single-team {
    margin-top: 50px;
    padding: 20px;
    text-align: center;
}
.single-team h5 {
    font-weight: bold;
}
.single-team h6 {
    color: #999999;
    font-style: italic;
}
.single-team > img {
    margin-bottom: 25px;
}
/*-----------------------------------------------------------------------------------*/
/*  Pagination Styling
/*-----------------------------------------------------------------------------------*/

ul.pagination {
    border: medium none;
    border-radius: 0 !important;
}
ul.pagination li a {
    background-color: #ccc;
    border-radius: 0 !important;
    color: #fff;
    margin-right: 5px;
    padding: 2px 10px;
}
ul.pagination li a:hover {
    background-color: #288feb;
    color: #fff;
}
ul.pagination li.active > a {
    background-color: #288feb;
}
.pagination-wrapper {
    clear: both;
    padding-top: 80px;
}
/*-----------------------------------------------------------------------------------*/
/*  Sidebar Styling
/*-----------------------------------------------------------------------------------*/

.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: #777777;
}
.sidebar ul li.cat-item,
.sidebar ul li {
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
}
.sidebar ul li:last-child {
    border: medium none;
}
.widget {
    margin-bottom: 50px;
}
.sidebar ul li a:hover {
    color: #288feb;
}
.tagcloud > li {
    list-style: outside none none;
}
.sidebar ul li a {
    color: #666666;
}
.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;
}
.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;
}
/*-----------------------------------------------------------------------------------*/
/*  404 Page Styling
/*-----------------------------------------------------------------------------------*/

.four-zero-page {
    padding: 200px 0;
}
/*-----------------------------------------------------------------------------------*/
/*  Comment Styling
/*-----------------------------------------------------------------------------------*/

h5.comment-title {
    color: #333333;
    font-size: 18px;
    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%;
}
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;
}
span.comment-date {
    color: #b1b1b1;
    font-size: 14px;
    line-height: 24px;
}
.comment-text > p {
    color: #b1b1b1;
    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 #999999;
    color: #999999;
    position: absolute;
    right: 0;
    top: 0;
}
a.comment-reply:hover {
    border-color: #288feb;
    color: #288feb;
}
/*****************************************************

Multipage Dropdown Menu

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

.navbar-nav > li {
    position: relative;
}
.navbar-nav > li:hover ul.megamenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
ul.megamenu {
    position: absolute;
    background-color: #288feb;
    z-index: 10;
    width: 140px;
    text-align: center;
    top: 140%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s linear 0s;
    left: 50%;
    transform: translateX(-50%);
}
ul.megamenu li a {
    display: block;
    padding: 10px 5px;
    border-bottom: 0;
    text-transform: capitalize;
}
/**********************************************************

About Us Page 

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

.single-team {
    position: relative;
}
.single-team a {
    transition: all .4s linear 0s;
}
.single-team a:hover {
    color: #288feb;
}
.team-member-img a {
    position: relative;
    display: block;
    transition: all .4s linear 0s;
}
.team-member-img {
    overflow: hidden;
    position: relative;
    perspective: 250px;
    transform-style: preserve-3d;
}
.social-profile {
    background-color: rgba(40, 143, 235, .9);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
    transform: rotateY(0deg);
    transition: all .4s linear 0s;
    opacity: 0;
    visibility: hidden;
}
.social-profile > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.social-profile ul li {
    display: inline-block;
}
.social-profile ul li a {
    background: #2c3e50 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 30px;
    padding: 5px;
    width: 40px;
}
.social-profile ul li a:hover {
    background: #fff none repeat scroll 0 0;
}
.single-team:hover .social-profile {
    transform: rotateY(180deg);
    opacity: 1;
    visibility: visible;
    transition: all .4s linear 0s;
}
.single-team:hover .team-member-img a {
    transform: rotateY(180deg);
    transition: all .4s linear 0s;
}
@keyframes bg-animation {
    0% {
        background-color: #2c3e50;
        color: #fff;
    }
    30% {
        background-color: #fff;
        color: #2c3e50;
    }
    50% {
        background-color: #e69500;
        color: #fff;
    }
    80% {
        background-color: #BB8000;
        color: #fff;
    }
    100% {
        background-color: #2c3e50;
        color: #fff;
    }
}
/***********************************************

Blog Page

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

.single-blog h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/***************************************************

Contact Page

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

#myMap {
    height: 550px;
}
.contact-content {
    overflow: hidden;
}
.contact-form {
    margin-top: 80px;
}
.contact-info {
    margin-top: 30px;
}
.contact-info img {
    margin-bottom: -1px;
}
.contact-section.section-padding {
    padding-bottom: 0;
}
.contact-form .form-control {
    background-color: #f3f7fa;
    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;
}
 
.single-special-banner {
    background-color: #288feb;
    box-sizing: border-box;
    min-height: 350px;
    padding: 75px 0 0 30px;
    position: relative;
    overflow: hidden;
}
.single-special-banner::after {
    background: transparent none repeat scroll 0 0;
    border: 4px double #fff;
    bottom: 10px;
    content: "";
    height: 90%;
    left: 14px;
    position: absolute;
    right: 10px;
    top: 18px;
    width: 90%;
}
.banner-info > span {
    color: #fff;
    display: block;
}
.single-special-banner > img {
    display: block;
    text-align: center;
    max-width: 100%;
}
.single-special-banner .banner-offers {
    background-color: #fff;
    color: #323232;
    font-size: 18px;
    font-weight: 400;
    left: -7px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 37%;
    transform: rotate(-7deg);
    width: 105%;
    z-index: 1;
}
.single-special-banner .banner-offers h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    padding: 5px;
    color: #288feb;
    font-weight: 600;
}
.banner-info {
    margin-top: 105px;
    max-width:230px;
}
.banner-info p {
    color: #fff;
}
section.special-banner {
    background-color: #f5f5f5;
}
/***************** preloader */
/* Preloader Css */

.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: #f8b239;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    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);
    }
}
/**************************** scroll-top ********/

.scroll-top {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #444444;
    bottom: 10px;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
    transition: all .4s linear 0s;
    display: none;
}
.scroll-top .scroll-icon {
    color: #fff;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
}
.scroll-top:hover {
    background-color: #288feb;
}