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



    Template Name: HostQi Hosting Template

    Template URI: http://themered.com/demo/hostqi

    Description: This is html5 template

    Author: Themered

    Author URI: http://themered.com/

    Version: 1.0



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



    CSS INDEX (Multipage)

    ===================

  

    ## Theme Default CSS

    ## Default Typography

    ## Header Area

    ## Menubar Area

    ## Hero Area

    ## Service Area

    ## Domain Search Area

    ## Pricing Area

    ## Testimonial Area

    ## Partner Area

    ## Blog Area

    ## Frequently Asked Question Area

    ## Newsletter Area

    ## Footer Area

    ## Error Page (404 and Maintainance Page)

    ## Contact Area

    

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







/* 

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

- Theme Default CSS

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

*/



.clear {

    clear: both

}



::-moz-selection {

    background: #00b0ff;

    color: #fff;

    text-shadow: none;

}



::selection {

    background: #00b0ff;

    color: #fff;

    text-shadow: none;

}



.no-mar {

    margin: 0!important;

}



.no-pad {

    padding: 0!important;

}



#preloader {

    background: #fff url("../img/loader.gif") no-repeat scroll center center;

    height: 100%;

    left: 0;

    overflow: visible;

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 999;

}



header.navbar-fixed-top {

    animation-duration: 0.8s;

    animation-name: fadeInDown;

    animation-timing-function: ease-in-out;

    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);

    left: 0;

    padding-top: 20px;

    position: fixed !important;

    right: 0;

    top: 0;

    width: 100%;

    z-index: 999;

}



.bg-solid {

    background: #75ccd0;

    color: #fff;

}



.bg-solid .section-head h2, .bg-solid .section-head p {

    color: #fff;

}



.bg-solid-white {

    background: #ecf0f1;

}



.bg-dark {

    background: #1e2a3f;

    color: #fff;

}



.section-padding {

    padding: 50px 0 10px 0;

}



.section-padding-less {

    padding-bottom: calc(100px - 30px);

}



.section-head {

    text-align: center;

    margin-bottom: 50px;

}



.section-head h2 {

    font-size: 2.5em;

    margin-bottom: 15px;

    text-transform: uppercase;

}



.section-head-2 h2 {

    font-size: 2.5em;

    margin-bottom: 15px;

    text-transform: uppercase;

	text-align:left;

}



.section-head h2

 span {

    color: #75ccd0;

}

.section-head-2 h2

 span {

    color: #75ccd0;

}



.section-head-2 ul {

	list-style:none;

	margin:0;

	padding:0;

}

.section-head-2 ul li {

	list-style:none;

	margin:0;

	padding:0;

	float:left;

	background:#75ccd0;

	width:32px;

	margin:4px;

	border-radius:5px;

}



.section-head-2 ul li a {

	font-size:18px;

	color:#fff;

	margin:0px;

	padding:3px;

}



.btn {

    border: none;

    border-radius: 0;

}



.btn-sml {

    position: relative!important;

    text-transform: uppercase;

    font-weight: 900;

    font-size: 1em;

    padding: 12px 30px 13px 30px;

    transition: 0.2s all;

}



.btn-sml:after {

    content: "\f178 ";

    font-family: fontAwesome;

    position: absolute;

    opacity: 0;

    margin-left: 8px;

    right: 30px;

}



.btn-sml:hover:after {

    opacity: 1;

}



.btn-sml:hover {

    padding-right: 55px;

}



.btn-med {

    position: relative;

    padding: 15px 45px;

    border: solid 3px #fff;

    font-size: 1em;

    font-weight: 900;

    text-transform: uppercase;

    transition: 0.2s all!important;

}



.btn-med:after {

    content: "\f178 ";

    font-family: fontAwesome;

    position: absolute;

    margin-left: 10px;

    opacity: 0;

}



.btn-med:hover {

    padding: 15px 65px;

}



.btn-med:hover:after {

    opacity: 1;

}



.btn-lg {

    position: relative!important;

    text-transform: uppercase;

    font-weight: 900;

    padding: 22px 45px;

    font-size: 20px;

    transition: 0.2s all;

    z-index: 10!important;

}



.form-control {

    border: none;

    border-radius: 0;

}



.contact-form {

    position: relative;

    background: #fff;

    padding: 30px 30px;

}



.contact-form p {

    line-height:1.6em;

}



.contact-form .form-control {

    border: solid 3px #ddd;

    border-radius: 0;

    box-shadow: none;

    padding: 12px 10px;
	color: #555555 !important;

}



.coupon-form {

    position: relative;

}



.coupon-form .form-control {

    border: solid 3px #ddd;

    border-radius: 0;

    box-shadow: none;

    padding: 20px 10px;

}

.coupon-form .form-group {

    margin:0px;

}



.contact-form textarea.form-control {

    padding: 15px;

}



.btn-contact {

    color: #2c2f3e;

	background:#bdbdbd;

}



.table {

    display: table;

    width: 100%;

    height: 100%;

    margin: 0;

}



.table-cell {

    display: table-cell;

    vertical-align: middle;

    width: 100%;

}



.table tbody tr td {

    padding: 20px 5px;

}



*,

*:before,

*:after {

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

}



*:focus {

    outline: 0;

}



html, body {

    height: 100%;

    width: 100%;

}



html {

    font-size: 62.5%;

    -webkit-font-smoothing: antialiased;

}



body {

    background: #fff;

    font-weight: normal;

    font-size: 18px;

    color: #888;

    -webkit-font-smoothing: antialiased;

    /* Fix for webkit rendering */

    -webkit-text-size-adjust: 100%;

}



img {

    max-width: 100%;

    height: auto;

}



button,

input,

textarea {

    letter-spacing: 1px;

}



/** Scroll To Top **/

@keyframes scrollToTopAnim {

    from {

        transform: translateY(0);

    } to {

        transform: translateY(15px);

    }

}



.scrollToTop {

    position: fixed;

    display: none;

    background: rgba(0, 0, 0, 0.75);

    color: #fff;

    bottom: 45px;

    right: 45px;

    width: 50px;

    height: 50px;

    line-height: 50px;

    text-align: center;

    animation: scrollToTopAnim 0.75s alternate infinite;

}



.scrollToTop i {

    color: #fff;

}



.scrollToTop:before {

    content: "";

    position: absolute;

    display: inline-block;

    border: 8px solid transparent;

    border-bottom-color: rgba(0, 0, 0, 0.75);

    top: -16px;

    left: calc(50% - 8px);

}





/* 

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

- Default Typography

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

*/



body {

    font-family: 'Nunito', sans-serif;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

    font-family: 'Nunito', sans-serif;

    font-weight: 900;

    color: #1e2a3f;

}



h1 a,

h2 a,

h3 a,

h4 a,

h5 a,

h6 a {

    font-weight: inherit;

    font-family: 'Nunito', sans-serif;

}



h1 {

    font-size: 2em;

}



h2 {

    font-size: 1.2222em;

}



h3 {

    font-size: 1.5em;

}



h4 {

    font-size: 1.3em;

}



h5 {

    font-size: 1em;

}



h6 {

    font-size: 0.9em;

}



p {

    font-family: 'Nunito', sans-serif;

    font-size: 1em;

    line-height: 1.9em;

    margin: 0;

    color: #2c2f3e;

    font-weight: normal;

}



p img {

    margin: 0;

}



span {

    font-family: 'Nunito', sans-serif;

}



/* em and strong */

em {

    font: 15px/30px;

}



strong,

b {

    font: 15px/30px;

}



small {

    font-size: 0.7em;

}



/*  blockquotes */

blockquote {

    border-left: 0 none;

    font-family: 'Nunito', sans-serif;

    margin: 10px 0;

    padding-left: 40px;

    position: relative;

}



blockquote::before {

    color: #4e5665;

    font-family: FontAwesome;

    font-size: 2em;

    left: 20px;

    line-height: 0;

    margin: 0;

    opacity: 0.5;

    position: absolute;

    top: 20px;

}



blockquote p {

    font-style: italic;

    padding: 0;

    font-size: 1em;

    line-height: 36px;

}



blockquote cite {

    display: block;

    font-size: 0.7em;

    font-style: normal;

    line-height: 18px;

}



blockquote cite:before {

    content: "\2014 \0020";

}



blockquote cite a,

blockquote cite a:visited {

    color: #8B9798;

    border: none

}



/* abbreviations */

abbr {

    color: #444;

    font-weight: 700;

    font-variant: small-caps;

    text-transform: lowercase;

    letter-spacing: .6px;

}



abbr:hover {

    cursor: help;

}



/* links */

a,

a:visited {

    text-decoration: none;

    font-family: 'Nunito', sans-serif;

    font-weight: normal;

    font-size: 1em;

    /*color: #2c2f3e;*/

    transition: all 0.3s ease-in-out;

    -webkit-transition: all 0.3s ease-in-out;

    -moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    outline: 0;

}



a:hover,

a:active {

    color: #75ccd0;

    text-decoration: none;

    outline: 0;

}



a:focus {

    text-decoration: none;

    outline: 0;

}



p a,

p a:visited {

    line-height: inherit;

    outline: 0;

}



a.active-page {

    color: #e6ae48!important;

}





/* list */

ul,

ol {

    margin-bottom: 0px;

    margin-top: 0px;

}



ul {

    margin: 0;

    padding: 0;

}



ol {

    list-style: decimal;

}



ol,

ul.square,

ul.circle,

ul.disc {

    margin-left: 0px;

}



ul.square {

    list-style: square outside;

}



ul.circle {

    list-style: circle outside;

}



ul.disc {

    list-style: disc outside;

}



ul ul,

ul ol,

ol ol,

ol ul {

    margin: 0;

}



ul li {

    list-style-type: none;

}

ul ul li,

ul ol li,

ol ol li,

ol ul li {

    margin-bottom: 0px;

}



li {

}



ul.large li {}



li p {}





/* definition list */

dl {

    margin: 12px 0;

}



dt {

    margin: 0;

    color: #11ABB0;

}



dd {

    margin: 0 0 0 20px;

}





/*

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

- Header Area

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

*/

.offer-bar {

    background: #f39c12;

    color: #fff;

    padding: 15px 0;

    box-shadow: inset 0 -4px 13px -8px rgba(0, 0, 0, 0.75);

}



.offer-bar .offer-text p {

    font-weight: 300;

    color: #fff;

}



.offer-bar .offer-text p strong {

    font-weight: 800;

    text-transform: uppercase;

}



.offer-bar .offer-btn .offer-close {

    position: relative;

    padding: 3px 8px;

    border-radius: 40px;

    top: 2px;

    cursor: pointer;

    transition: 0.2s all;

}



.offer-bar .offer-btn .offer-close:hover {

    background: rgba(0, 0, 0, 0.25);

}



.btn-offer {

    background: rgba(0, 0, 0, 0.25);

}



.btn-offer:hover {

    color: #fff;

}



.mini-contact li a {

    color: #1e2a3f;

}



.contact-bar {

    padding: 15px 0;

}



.mini-contact li:after {

    content: "";

    position: relative;

    top: -3px;

    display: inline-block;

    margin-left: 15px;

    background: #1e2a3f;

    height: 6px;

    width: 6px;

}



.mini-contact li:last-child:after {

    display: none;

}

.footer-area .mini-contact {

    margin-top: 10px;

}

.footer-area .mini-contact li a {

    color: #ffffff;

}

.footer-area .mini-contact li:after {
	

    background: #ffffff;

}


.cf-msg {

    padding: 10px;

    text-align: center;

    margin-bottom: 30px;

}



.cf-msg p {

    margin-bottom: 0;

    font-size: 1em;

    font-weight: 400;

    line-height: 24px;

    letter-spacing: 0;

    color: #fff;

    text-transform: capitalize;

}

/*

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

- Menubar Area

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

*/



.menu-area {

    background: #1e2a3f;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}



.fixed-nav {

    margin-top: 112px;

}



.fixed-nav .menu-area {

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 1000;

    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);

}



.navbar-toggle {

    background: #75ccd0;

    color: #fff;

    border-radius: 0;

    padding: 10px 12px;

    margin: 0 5px;

}



.menu-area .navbar {

    margin: 0;

    padding: 10px 0;

}



.menu-area .navbar .navbar-brand {

    padding: 0;

}



.menu-area .navbar .navbar-brand img {

    height: 100px;

}



.menu-area .navbar .navbar-brand p {

    font-size: 1.9em;

    font-weight: 900;

    text-transform: uppercase;

    line-height: 1.4;

}



.menu-area .navbar-nav li {

    margin-right: 15px;

}



.menu-area .navbar-nav li:last-child {

    margin: 0;

}



.menu-area .navbar-nav li a {

    text-transform: uppercase;

    font-weight: 900;

    font-size: 0.9em;

	color:#fff;

}



.menu-area .navbar-nav li a:hover ,

.menu-area .navbar-nav li a:focus {

    background: none;

    color: #75ccd0;

}



.menu-area .navbar-nav li ul li a:hover ,

.menu-area .navbar-nav li ul li a:focus {

    background: none;

    color: #1e2a3f;

}



.menu-area .navbar-nav .btn-client, .navbar-nav .btn-support {

    background: #75ccd0;

    display: inline-block;

    border: solid 2px #75ccd0;

    text-transform: uppercase;

    font-weight: 900;

    color: #fff;

    padding: 6px 15px;

    margin: 7px 0;

}



.menu-area .navbar-nav .btn-support {

    background: #fff url(../img/cart-icon.png) no-repeat 6px 10px;

    color: #75ccd0;

	padding:6px 15px 6px 27px;

}



.menu-area .navbar-nav .btn-support:hover {

    background: #1e2a3f url(../img/cart-icon.png) no-repeat 6px 10px;

}



.menu-area .navbar-nav .btn-client:hover {background:#fff;}



/** Dropdown **/

.mainmenu {

    position: relative;

}



.menu-area .navbar-nav .dropdown-menu {

    border-radius: 0;

    border: none;

    padding: 0;

}



.menu-area .navbar-nav .dropdown-menu:before {

    position: absolute;

    content: "";

    border: solid 8px transparent;

    right: 25px;

    top: -16px;

    border-bottom-color: #75ccd0;

}



.menu-area .navbar-nav .dropdown-menu li {

    margin: 0;

}



.menu-area .navbar-nav .dropdown-menu li:last-child {

    border: none;

}



.menu-area .navbar-nav .dropdown-menu li a {

    font-size: 1em;

    padding: 15px 30px;

}



/*

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

- Hero Area

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

*/



.hero-btn {

    margin-top: 30px;

}



.hero-text .hero-list li {

    color: #fff;

    margin: 15px 0;

}



.hero-text .hero-list li:before {

    content: "\f178";

    font-family: fontAwesome;

    margin-right: 15px;

}



.btn-hero {

    background: #fff;

}



.btn-hero-rev {

    background: transparent;

    color: #fff!important;

}



.owl-slider a {

    -webkit-transition: 0.2s all;

    -moz-transition: 0.2s all;

    -o-transition: 0.2s all;

    transition: 0.2s all;

}



.owl-slider h2 {

    color: #fff;

    font-size: 2.5em;

    text-transform: uppercase;

    margin-bottom: 15px;

}



.owl-slider p {

    color: #fff;

}



.slider {

    height: 540px;

}



.slider-thumbnail li.active {

    position: relative;

}



.slider-thumbnail li.active:before {

    position: absolute;

    content: "";

    display: block;

    border: 10px solid transparent;

    border-bottom-color: #eee;

    top: -20px;

    left: calc(50% - 10px);

    z-index: 1;

}



#slide1 {

    background: #75ccd0;

}



#slide2 {

    background: #337ab7;

}



#slide3 {

    background: #75ccd0;

}



#slide4 {

    background: #337ab7;

}



#slide5 {

    background: #1e2a3f;

}



.btn-help {

    background: #1e2a3f;

    color: #fff;

}



.btn-help:hover {

    color: #fff;

}



.slider-thumbnail {

    background: #eee;

}



.slider-thumbnail

 .thumbnail-text .thumb-icon {

    font-size: 1.5em;

    display: block;

    line-height: 1;

}



.slider-thumbnail .thumbnail-text {

    text-align: center;

}



.slider-thumbnail .thumbnail-text .thumb-text {

    text-transform: uppercase;

    font-weight: 900;

}



.slider-thumbnail

 li {

    width: calc((100% / 5) - 4px);

    padding: 15px 0;

}



/* Breadcrumb */

.bread-area h2 {

    color: #fff;

    font-size: 2.5em;

}



.bread-area p {

    color: #fff;

}



.bread-area .breadcrumb {

    background: none;

    padding: 0;

    margin: 0;

}



.bread-area .breadcrumb li a {

    color: #fff;

}



.bread-area .breadcrumb li:before {

    color: #fff;

}





/*

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

- Service Area

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

*/



.single-service {

    padding: 45px 30px;

    text-align: center;

    margin-bottom: 30px;

    border: solid 3px transparent;

    transition: 0.2s all;

}



.single-service:hover {

    border-color: #75ccd0;

}



.single-service .ss-icon {

    position: relative;

    font-size: 2em;

    display: inline-block;

    color: #fff;

    background: #75ccd0;

    width: 72px;

    height: 72px;

    text-align: center;

    line-height: 72px;

    margin-bottom: 30px;

    transform: translateY(-15px);

    transition: 0.2s all;

}



.single-service:hover .ss-icon {

    transform: translateY(0);

}



.single-service .ss-icon:after {

    content: "";

    border: solid 10px transparent;

    position: absolute;

    bottom: -20px;

    right: calc(50% - 12px);

    border-top-color: #75ccd0;

}



.single-service .ss-text h3 {

    font-size: 1.3em;

    margin-bottom: 15px;

    text-transform: uppercase;

}





/*

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

- Domain Search Area

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

*/



.ds-area .ds-text {

    text-align: center;

}



.ds-area .ds-text

 h2 {

    color: #fff;

    font-size: 1.6em;

 /*   text-transform: uppercase;*/

    margin-bottom: 10px;

}



.ds-area .domain-price {

    margin-top: 30px;

}



.ds-form .form-control {

    padding: 25px 25px;

}

input:-ms-input-placeholder, textarea::-ms-input-placeholder {
        color: #555555 !important;
        font-size: 18px;
    }


.ds-form .btn-search {

    background: #1e2a3f;

    color: #fff;

}



.btn-lg:after {

    content: "";

    position: absolute;

    left: -16px;

    top: calc(50% - 8px);

    border: 8px solid transparent;

    border-right-color: #1e2a3f;

}



.btn-lg:hover {

    padding-left: 80px;

    padding-right: 60px;

}



.btn-lg:before {

    content: "\f002 ";

    position: absolute;

    font-family: fontAwesome;

    margin-right: 10px;

    left: 55px;

    opacity: 0;

}



.btn-lg:hover:before {

    opacity: 1;

}



.ds-area .ds-text p {

    color: #fff;

    margin-bottom: 10px;

}



.domain-price .p-box {

    background: #1e2a3f;

    text-align: center;

    padding: 20px 0;

    margin-bottom: 30px;

}



.domain-price .p-box span {

    font-size: 2em;

    font-weight: 900;

}



.domain-price .p-box p {

    color: #fff;

    line-height: 1.4;

}


.ds-area .ds-form-container {margin-bottom:50px;}


/*

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

- Pricing Area

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

*/



.pricing-item {

    background: #1e2a3f;

    color: #fff;

    padding: 40px 30px;

    border: solid 5px rgba(0, 0, 0, 0.25);

    margin: 0 auto;

    max-width: 100%;

    margin-bottom: 30px;

	border: solid 5px rgba(117, 204, 208, 0.5);

}



.pricing-item.pricing-best {

    background: #fff;

}



.pricing-item .pricebox .price p {

    font-size: 3em;

    color: #fff;

    font-weight: 900;

    line-height: 1;

	margin:10px 0;

}



.pricing-item .pricebox .price p

 span {

    font-size: 0.5em;

    font-weight: 300;

}



.pricing-item .pricebox .price-title h3 {

    position: relative;

    color: #fff;

    font-size: 1.1em;

    text-transform: uppercase;

}

.pricing-item.pricing-best .pricebox .price-title h3 {

    position: relative;

    color: #75ccd0;

    font-size: 1.1em;

    text-transform: uppercase;

}

.pricing-item .pricebox .price-title h4 {

    position: relative;

    color: #fff;

    font-size: 0.8em;

    text-transform: uppercase;

	margin-top:24px;

}



.pricing-item .availability {

    padding: 30px 0;

}

.pricing-item.pricing-best .availability {

    padding: 92px 0 52px 0;

}



.pricing-item .availability li {

    padding: 10px;

    margin: 5px 0;

    background: #75ccd0;

}



.pricing-item .availability li:last-child {margin-bottom: 0;}



.pricing-item .availability li:hover {

    background: #fff;

    color: #000;

}

.pricing-item.pricing-best .availability li:hover {

    background: #75ccd0;

    color: #000;

}



.pricing-item.pricing-best .pricebox .price-title h3:before {

    content: "best";

    display: block;

    position: absolute;

    background: #75ccd0;

	color:#fff;

    right: -30px;

    padding: 8px 10px;

    font-size: 0.9em;

}



.pricing-item .btn-buy {    

    background: #fff;

}

.pricing-item.pricing-best .btn-buy {    

    background: #75ccd0;

	color:#fff;

}



/** Resposive Table **/

.resp-table .btn-table {

    color: #fff;

}



.table tr .line-through {

    text-decoration: line-through;

}



.table tr .hot:before {

    content: "hot";

    display: inline-block;

    background: #f39c12;

    color: #fff;

    font-weight: 900;

    font-size: 0.7em;

    padding: 2px 5px;

    margin-left: 5px;

    text-transform: uppercase;

}



.table tr .offer:before {

    content: "Offer";

    display: inline-block;

    background: #75ccd0;

    color: #fff;

    font-weight: 900;

    font-size: 0.7em;

    padding: 2px 5px;

    margin-left: 5px;

    text-transform: uppercase;

}



.table-price {

    display: block;

}



.table-row-title {

    font-weight: 900;

}



.table-yes {

    background: #4CAF50;

    color: #fff;

    padding: 2px 10px;

    text-transform: uppercase;

    font-weight: 900;

    font-size: 0.8em;

}



.table-no {

    background: #F44336;

    color: #fff;

    padding: 2px 10px;

    text-transform: uppercase;

    font-weight: 900;

    font-size: 0.8em;

}



.btn-table {

    background: #2c2f3e;

    text-transform: uppercase;

    color: #fff;

    font-weight: 900;

}



.btn-table:hover {

    color: #fff;

}





/*

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

- Testimonial Area

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

*/



.testimonial-single {

    margin-bottom: 30px;

    padding: 30px;

}



.testimonial-single .t-author img {

    border: solid 4px #fff;

    border-radius: 60px;

    padding: 5px;

    margin-bottom: 15px;

}



.testimonial-single .t-author {

    text-align: center;

}



.testimonial-single .t-author h3 {

    color: #fff;

    text-transform: uppercase;

    font-size: 1em;

}



.testimonial-single .t-author p:before {

    content: "( ";

}



.testimonial-single .t-author p:after {

    content: " )";

}



.testimonial-single .t-author p {

    color: #fff;

}



.testimonial-single .t-text {

    background: #fff;

    padding: 30px;

    position: relative;

    transform: translateX(15px);

    transition: 0.2s all;

}



.testimonial-single:hover .t-text {

    transform: translateX(0);

}



.testimonial-single .t-text:before {

    content: "";

    display: block;

    border: solid 10px transparent;

    position: absolute;

    top: 40px;

    left: -20px;

    border-right-color: #fff;

}



.partner-single img {

    filter: brightness(2) grayscale(1);

    transition: 0.2s all;

}



.partner-single img:hover {

    filter: none;

}





/*

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

- Partner Area

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

*/

.partner-single {

    margin-bottom: 30px;

}





/*

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

- Blog Area

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

*/



.blog-area {

    background: #ecf0f1;

}



.blog-content {

    background: #fff;

    margin: 0 auto;

    max-width: 360px;

    margin-bottom: 30px;

}



.blog-content a:hover {

    color: #2c2f3e;

}



.blog-content .bc-text {

    padding: 30px 25px;

}



.blog-content .bc-text

 h4 {

    text-transform: uppercase;

    margin-bottom: 5px;

}



.blog-content .bc-foot {

    border-top: solid 1px rgba(0, 0, 0, 0.25);

    padding: 15px 30px;

}



.blog-content .bc-foot li {

    font-size: 0.9em;

}



.blog-content .bc-foot a {

    color: rgba(0, 0, 0, 0.5);

}



.blog-article .blog-content {

    max-width: 100%;

}



.page-navigation li a {

    background: #75ccd0;

    color: #fff;

    border: none;

    border-radius: 0;

    padding: 15px 35px;

}



.page-navigation li a:hover {

    background: #75ccd0;

    padding: 15px 45px;

}



.sidebar {

    background: #fff;

    padding: 45px 30px;

    margin-bottom: 30px;

}



.sidebar h3 {

    margin-bottom: 15px;

}



.sidebar-list ul li a {

    position: relative;

    display: inline-block;

    margin-bottom: 20px;

    padding-left: 15px;

}



.sidebar-list ul li a:hover {

    padding-left: 20px;

}



.sidebar-list ul li:last-child a {

    margin: 0;

}



.sidebar-list ul li a:before {

    content: '';

    border: solid 6px transparent;

    border-left-color: #1e2a3f;

    position: absolute;

    top: 6px;

    left: 0;

}



.sidebar-tag ul li a {

    display: inline-block;

    background: #1e2a3f;

    color: #fff;

    text-transform: uppercase;

    padding: 5px 15px;

    font-weight: 900;

    margin: 5px 0;

}



.sidebar-tag ul li a:hover {

    color: #fff;

}



.sidebar-post .media-object {

    max-width: none;

}



.sidebar-post .post li {

    margin-bottom: 15px;

}



.sidebar-post .post li:last-child {

    margin: 0;

}



.sidebar li a {

    font-size: 0.9em;

    color: #1e2a3f;

}



.sidebar li a:hover {

    color: #2c2f3e;

}



.blog-single h3 {

    margin-bottom: 15px;

}



.blog-single .blog-info {

    font-size: 0.9em;

    margin-bottom: 15px;

}



.blog-author {

    padding: 30px 25px;

}



.blog-author p {

    margin-bottom: 15px;

    line-height: 1.6;

}



.blog-author .media-object {

    max-width: none;

    margin-right: 15px;

}



.blog-author .mini-contact li a {

    color: #1e2a3f;

}



.blog-comment {

    padding: 30px 25px;

}



.blog-comment p {

    line-height: 1.8;

}



.blog-comment .comments li {

    margin-bottom: 15px;

}



.blog-comment .comments li:last-child {

    margin-bottom: 0;

}



.blog-comment .media-object {

    max-width: none;

}



.blog-comment .comment-btn {

    margin-top: 15px;

}



.blog-comment .btn-comment {

    background: #1e2a3f;

    color: #fff;

}



.blog-comment .btn-comment:hover {

    color: #fff;

}



.blog-comment-form {

    padding: 30px 25px;

}



.blog-comment-form .form-control {

    background: none;

    border: solid 3px #ecf0f1;

    box-shadow: none;

    padding: 25px 15px;

}



.blog-comment-form textarea.form-control {

    padding: 15px;

}



.blog-comment-form .btn-submit-comment {

    padding: 15px 25px;

    text-transform: uppercase;

    font-weight: 900;

    margin-top: 15px;

    background: #1e2a3f;

    color: #fff;

}



/*

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

- Frequently Asked Question Area

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

*/



.faqs .panel-faq {  

    border-radius: 0;

    color: #2c2f3e;

    border: 0;

}



.faqs .panel-faq .panel-heading {

    padding: 15px 25px;

    background: #bdbdbd;

    border-radius: 0;

}



.faqs .panel-faq .panel-heading .panel-title a {

    font-size: 1.2em;

}



.faqs .panel-faq .panel-heading .panel-title a:hover {

    color: #2c2f3e;

    text-decoration: underline;

}



.faqs .panel-faq .panel-body {    

    padding: 30px 25px;

    line-height: 1.7;

}



.quick-ask {

    color: #2c2f3e;

    background: #fff;

    padding: 30px 25px;

}



.quick-ask .quick-ask-icon {

    font-size: 3em;

}



.quick-ask p {

    line-height: 2;

}



.quick-ask .quick-ask-form {

    position: relative;

    margin-top: 15px;

}



.quick-ask .quick-ask-form .form-control {

    border: solid 3px #ddd;

    border-radius: 0;

    box-shadow: none;

    padding: 20px 10px;

}



.quick-ask .quick-ask-form textarea.form-control {

    padding: 12px;

}



.cf-msg,

.cf2-msg {

    position: absolute;

    bottom: -19px;

    right: 0;

}



.cf-msg {

    bottom: -29px;

    right: 20px;

}



.alert {

    padding: 8px 15px;

}

/*

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

- Newsletter Area

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

*/



.newsletter-area .nl-text h4 {

    text-transform: uppercase;

    font-size: 1.5em;

    font-weight: 900;

    line-height: 1.4;

	margin-top:12px;

}



.newsletter-area .form-control {

    background: #ecf0f1;

    padding: 35px 25px;

    font-size: 1em;

}



.newsletter-area .newsletter {

    position: relative;

    padding: 15px 0;

}



.newsletter-area .btn-newsletter {

    background: #75ccd0;

    color: #fff;

}



.newsletter-area .btn-newsletter:after {

    content: "";

    position: absolute;

    left: -16px;

    top: calc(50% - 8px);

    border: 8px solid transparent;

    border-right-color: #75ccd0;

}



.newsletter-area .btn-newsletter:hover {

    padding-left: 80px;

    padding-right: 60px;

}



.newsletter-area .btn-newsletter:before {

    content: "\f002 ";

    position: absolute;

    font-family: fontAwesome;

    margin-right: 10px;

    left: 55px;

    opacity: 0;

}



.newsletter-area .btn-newsletter:hover:before {

    opacity: 1;

}



/* MailChimp */

.mailchimp-alerts {

    display: block;

    position: absolute;

    top: 15px;

    z-index: 10;

    width: 100%;

    

}



.mailchimp-alerts div {

    margin: 0;

    color: #000;

    display: none;

    position: relative;

}



.mailchimp-alerts div:before {

    position: absolute;

    content: '';

    left: 17px;

    top: -7px;

    transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

}



.mailchimp-submitting{}



.newsletter .alert {

    padding: 22px 15px;

}



.mailchimp-success{

    margin-top: -20px;

    color: green;

}



.mailchimp-error{

    color: red;

    margin-top: 50px;

}



.newsletter .mailchimp-error {

    padding: 9px 15px;

}





/*

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

- Footer Area

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

*/



.service-counter-area .service-counter {

    border-bottom: solid 3px rgba(0, 0, 0, 0.25);

    padding-bottom: 30px;

}



.footer-area p ,

.footer-area a {

    color: #fff;

}



.footer-widget-area .footer-widget {

    padding: 50px 0;

}



.footer-widget h4 {

    color: #fff;

    margin-bottom: 15px;

    text-transform: uppercase;

}



.footer-widget .fw-link li {

    margin-bottom: 15px;

}



.footer-widget .fw-link li a {

    color: #fff;

}



.footer-widget .fw-link li:last-child {

    margin-bottom: 0;

}



.footer-widget p {

    color: #fff;

}



.copyright-area .copyright {

    border-top: solid 3px rgba(0, 0, 0, 0.25);

    padding-top: 30px;

}



.copyright-area .copyright .copyright-right {

    text-align: right;

}



.copyright-area .copyright p {

    color: #fff;

}



.footer-widget .fw-single {

    margin-bottom: 30px;

}



.footer-widget .fw-single p {

    line-height: 2;

}



.footer-widget .fw-payment img {

    

height: 20px;

}



.service-counter .counters .counter p {

    font-size: 2.2em;

    font-weight: 900;

    line-height: 1.3;

    text-transform: uppercase;

}



.service-counter .counters .counter p i {

    font-style: normal;

}



.service-counter .counters .counter p span {

    font-size: 0.5em;

    display: block;

}



.service-counter .sc-right {

    padding: 10px;

    background: rgba(0, 0, 0, 0.25);

}



.service-counter .sc-right .scr-icon {

    background: #fff;

    color: #000;

    text-align: center;

    padding: 14px 10px;

    font-size: 2em;

    line-height: 0;

}



.service-counter .sc-right .scr-text {

    padding: 6px 0;

}



.service-counter .sc-right .scr-text p {

    font-size: 1.5em;

    line-height: 1;

    text-transform: uppercase;

    font-weight: 900;

}



/*

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

- Error Page (404 and Maintainance Page)

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

*/

.err-found {

    height: 100vh;

}



.err-text .icon {

    display: block;

    font-size: 10em;

    color: #fff;

}



.err-text .err-msg {

    color: #fff;

    padding: 5px 50px;

    font-size: 2em;

    font-weight: 900;

}



.err-form {

    margin-top: 15px;

}



.err-text p {

    color: #fff;

}



.err-text .form-control {

    background: #ffffff;

    padding: 35px 25px;

    font-size: 1em;

}



.err-text .btn-newsletter {

    background: #1e2a3f;

}



.err-text .btn-newsletter:hover {

    color: #fff;

}





/*

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

- Contact Area

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

*/

.contact-location {

    position: relative;

}



#googlemaps {

    height: 520px;

}



.form-group.col-md-6:first-of-type {

    padding-right: 0;

}



.btn-submit {

    padding: 15px 25px;

    text-transform: uppercase;

    font-weight: 900;

    margin-top: 15px;

    background: #fff;

}









table.checkout-saurav {

  border: 0px solid #ccc;

  border-collapse: collapse;

  margin: 0;

  padding: 0;

  width: 100%;

  table-layout: fixed;

}



table.checkout-saurav caption {

  font-size: 1.5em;

  margin: .5em 0 .75em;

}



table.checkout-saurav tr {

  background-color: transparent;

  border-top: 1px solid #ddd;

  border-bottom: 2px solid #ddd;

  padding: .35em;

  border-left:0px;

}



table.checkout-saurav tr:first-child {

  border-top: 0px solid #ddd;

}



table.checkout-saurav tr:last-child {

  border-bottom: 0px solid #ddd;

}

table.checkout-saurav th tr {

  border-bottom: 1px solid #ddd;

}



table.checkout-saurav th,

table.checkout-saurav td {

  padding: 20px 10px;

  text-align: left;

  font-size: 0.8em;

}



table.checkout-saurav th {

  font-size: 1em;

  letter-spacing: .1em;

  font-weight:900;

  border-bottom:2px solid;

}



table.checkout-saurav td a.del-pro {

  color:#f00;

  padding:5px 8px;

  border-radius:50px;

  font-weight:900;

}

table.checkout-saurav td a.del-pro:hover{

  color:#fff;

  padding:5px 8px;

  border-radius:30px;

  background:#f00;

}



@media screen and (max-width: 600px) {

  table.checkout-saurav {

    border: 0;

  }



  table.checkout-saurav caption {

    font-size: 1.3em;

  }

  

  table.checkout-saurav thead {

    border: none;

    clip: rect(0 0 0 0);

    height: 1px;

    margin: -1px;

    overflow: hidden;

    padding: 0;

    position: absolute;

    width: 1px;

  }

  

  table.checkout-saurav tr {

    border-bottom: 3px solid #ddd;

    display: block;

    margin-bottom: .625em;

  }

  

  table.checkout-saurav td {

    border-bottom: 1px solid #ddd;

    display: block;

    font-size: .8em;

    text-align: right;

  }

  

  table.checkout-saurav td::before {

    /*

    * aria-label has no advantage, it won't be read inside a table

    content: attr(aria-label);

    */

    content: attr(data-label);

    float: left;

    font-weight: bold;

    text-transform: uppercase;

  }

  

  table.checkout-saurav td:last-child {

    border-bottom: 0;

  }

}

/*-------------pagination css-----------------*/



page_links

 {

  font-family: arial, verdana;

  font-size: 12px;

  border:1px #000000 solid;

  padding: 6px;

  margin: 3px;

  background-color: #cccccc;

  text-decoration: none;

 }

 #page_a_link

 {

  font-family: arial, verdana;

  font-size: 12px;

  border:1px #000000 solid;

  color: #ff0000;

  background-color: #cccccc;

  padding: 6px;

  margin: 3px;

  text-decoration: none;

 }

 

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

span.expired-status {color:#fff; background:#e40606; padding:4px 8px; border-radius:5px;}

span.pending-status {color:#fff; background:#ff8100; padding:4px 8px; border-radius:5px;}

span.active-status {color:#fff; background:#1ca213; padding:4px 8px; border-radius:5px;}



ul.myac {list-style:none; margin:0; padding:0;}

ul.myac li {list-style:none; margin:0; padding:0 8px; float:left; border-right:1px solid #aaa;}

ul.myac li:last-child {border-right:none;}



ul.myac-menu {list-style:none; margin:0; padding:0; float:right;}

ul.myac-menu li {list-style:none; margin:0; padding:0 8px; float:left; border-right:1px solid #aaa;}

ul.myac-menu li:last-child {border-right:none;}

ul.myac-menu li:first-child {border-right:none;}