/*Prefix Styles*/

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

body {
    position: relative;
    transition: all 300ms ease-in-out 0s;
    /*Global Font*/
    /*Floating*/
    /*Section Fix*/
}

body * {
    position: relative;
}

body .fleft {
    float: left;
}

body .fright {
    float: right;
}

body section.row,
body header.row,
body footer.row {
    margin: 0;
    position: relative;
}


/*Ancore*/

a,
.btn,
button {
    outline: none;
    color: #42b6ff;
    transition: all 300ms ease-in-out 0s;
}

a:before,
.btn:before,
button:before,
a:after,
.btn:after,
button:after {
    transition: all 300ms ease-in-out 0s;
}

a:focus,
.btn:focus,
button:focus,
a:hover,
.btn:hover,
button:hover {
    outline: none;
    text-decoration: none;
    transition: all 300ms ease-in-out 0s;
}


/*Preloader*/

.preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.preloader .dots-loader {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}


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

.page_header {
    background: url(../../images/page_cover/bg.jpg) repeat-x scroll center center;
    padding: 75px 0 60px;
    height: 185px;
	display:none; /* display block in 2020*/
}

.page_header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(13, 15, 39, 0.71);
}

.page_header h3 {
    color: #fff;
    margin: 0 0 5px;
}

.page_header .breadcrumb {
    padding: 0;
    background: none;
    border-radius: 0;
    margin: 0;
    text-transform: uppercase;
}

.page_header .breadcrumb li {
    font-weight: bold;
}

.page_header .breadcrumb li+li:before {
    content: '>';
    color: #ef7b0b;
}

.page_header .breadcrumb li a {
    color: #ef7b0b;
}

.page_header .breadcrumb li.active {
    color: #ccc;
}


/*Top and Bottom Padding er each section*/

.contentRowPad .container {
    padding: 60px 15px;
}

.shortcode .contentRowPad .container {
    border-bottom: 1px solid #e6e6e6;
}


/*Typography*/

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    margin-bottom: 40px;
}

.typography h6 {
    margin-bottom: 0;
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

p {
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 24px;
    /* margin-bottom: 0;*/
}


/*Title margin bottom for each collumn*/

.widgetTitle {
    margin-bottom: 50px;
    margin-top: 0;
}


/*Accordion*/

.accordion,
.faqs_accordion {
    margin-bottom: 0;
}

.accordion .panel,
.faqs_accordion .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #f9f9f9;
}

.accordion .panel+.panel,
.faqs_accordion .panel+.panel {
    margin-top: 10px;
}

.accordion .panel .panel-heading,
.faqs_accordion .panel .panel-heading {
    background: #f7f7f7;
    padding: 0;
}

.accordion .panel .panel-heading .panel-title a,
.faqs_accordion .panel .panel-heading .panel-title a {
    line-height: 46px;
    letter-spacing: 1px;
}

.accordion .panel .panel-heading .panel-title a:before,
.faqs_accordion .panel .panel-heading .panel-title a:before {
    font-size: 18px;
    line-height: 10px;
    height: 10px;
    border-right: 1px solid #ef7b0b;
    font-weight: bold;
    color: #ef7b0b;
    width: 35px;
    margin: 18px 15px 18px 0;
    text-align: center;
    float: left;
}

.accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:before,
.faqs_accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
    content: '-';
}

.accordion .panel .panel-heading .panel-title a[aria-expanded="false"]:before,
.faqs_accordion .panel .panel-heading .panel-title a[aria-expanded="false"]:before {
    content: '+';
}

.accordion .panel .panel-collapse .panel-body,
.faqs_accordion .panel .panel-collapse .panel-body {
    border: none;
    padding: 15px 35px 25px 50px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 24px;
}

#accordion_sc.faqs .panel-title {
    font-size: 14px;
}

.faqs_section.row {
    margin-bottom: 135px;
}

.faqs_accordion {
    margin-bottom: 0;
}

.faqs_accordion .panel {
    border-top: 1px solid #eaeaea;
    padding: 25px 0;
    background: #fff;
}

.faqs_accordion .panel+.panel {
    margin-top: 0;
}

.faqs_accordion .panel .panel-heading {
    background: #fff;
}

.faqs_accordion .panel .panel-heading .panel-title a {
    line-height: 24px;
}

.faqs_accordion .panel .panel-heading .panel-title a:before {
    display: none;
}

.faqs_accordion .panel .panel-heading .panel-title a:after {
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 24px;
    height: 24px;
    font-weight: bold;
    color: #443a44;
    width: 67px;
    margin: 0;
    text-align: center;
    float: right;
}

.faqs_accordion .panel .panel-heading .panel-title a[aria-expanded="true"]:after {
    content: "\f106";
}

.faqs_accordion .panel .panel-heading .panel-title a[aria-expanded="false"]:after {
    content: "\f107";
}

.faqs_accordion .panel .panel-collapse .panel-body {
    padding: 15px 67px 0 0;
}

.faqs_accordion .panel .media .media-left {
    padding: 0;
    font-weight: bold;
    font-size: 24px;
    color: #ef7b0b;
    line-height: 1;
}

.faqs_accordion .panel .media .media-left span {
    padding-left: 10px;
    padding-right: 60px;
}


/*Alerts*/

.alert {
    border-radius: 0;
    border: none;
    line-height: 20px;
    color: #fff;
    padding: 13px 15px;
    margin: 0;
    letter-spacing: 1px;
    text-shadow: none;
}

.alert+.alert {
    margin-top: 10px;
}

.alert strong {
    text-transform: uppercase;
}

.alert .close {
    top: -4px;
    right: 0;
    opacity: 1;
}

.alert .close i {
    font-size: 14px;
    color: #fff;
}

.alert.alert-warning {
    background: #fe6d6d;
}

.alert.alert-success {
    background: #37bb46;
}

.alert.alert-information {
    background: #4eb9f0;
}

.alert.alert-notification {
    background: #f6c951;
}

.alert.alert-standard {
    background: #909090;
}


/*Buttons*/

.dl-button {
    margin-bottom: 0;
}

.dl-button dt {
    text-align: left;
    text-transform: uppercase;
    width: 117px;
    line-height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

.dl-button dd {
    margin-left: 117px;
    margin-bottom: 20px;
}

.dl-button dd:last-child {
    margin-bottom: 0;
}

.btn {
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 27px;
    line-height: 40px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #d8d8d8;
    text-shadow: none;
}

.btn:hover {
    color: #fff;
}

.btn.btn-primary {
    background: #ef7b0b;
}

.btn.btn-primary:hover {
    background: #ffa50b;
}

.btn.btn-secondary {
    background: #909090;
}

.btn.btn-secondary:hover {
    background: #5d5d5d;
}

.btn.btn-red {
    background: #f95732;
}

.btn.btn-red:hover {
    background: #bf2806;
}

.btn.btn-green {
    background: #37bb46;
}

.btn.btn-green:hover {
    background: #206c28;
}


/*Tabs*/

#exampleTab .exampleTabNav {
    border: none;
}

#exampleTab .exampleTabNav li+li {
    margin-left: 10px;
}

#exampleTab .exampleTabNav li a {
    padding: 0 45px;
    line-height: 43px;
    background: #f0f0f0;
    border-radius: 0;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

#exampleTab .exampleTabNav li.active a {
    background: #ef7b0b;
    color: #FFF;
}

#exampleTab .exampleTab_content .tab-pane {
    background: #f7f7f7;
    padding: 38px 67px 38px 29px;
}

#exampleTab .exampleTab_content .tab-pane h5 {
    margin-bottom: 20px;
    margin-top: 0;
}


/*Columns*/

.column_row+.column_row {
    margin-top: 35px;
}

.column_row h4 {
    margin-bottom: 20px;
}


/**
* Columns are follow by Twitter Bootstrap. Please Follow Twitter Bootstrap for this.
*/


/*List Row Style*/

.listRow .widgetTitle {
    margin-bottom: 25px;
}


/*List*/

.hostpressUnList {
    list-style: none;
    padding-left: 0;
}

.hostpressUnList li {
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1px;
}

.hostpressUnList li:before {
    content: '';
    height: 20px;
    width: 30px;
    float: left;
    background: url(../../images/icons/footer/list-marker.png) no-repeat scroll left center;
}

.hostpressUnList li+li {
    margin-top: 25px;
}

.hostpressOlList {
    padding-left: 0;
    list-style: none;
    counter-reset: custom-counter;
}

.hostpressOlList li {
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1px;
}

.hostpressOlList li:before {
    content: counter(custom-counter, decimal);
    counter-increment: custom-counter;
    font-weight: bold;
    width: 30px;
    float: left;
}

.hostpressOlList li+li {
    margin-top: 25px;
}


/*Tag*/

.tags_row a {
    padding: 0 20px;
    line-height: 35px;
    background: #f1f6f8;
    font-weight: 300;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
}

.tags_row a:hover {
    background: #ef7b0b;
    color: #fff;
    font-weight: 500;
    margin-right: -2px;
}


/*Input Types*/

.input_types h3 {
    margin-bottom: 25px;
}

.input_types .form-control+h3 {
    margin-top: 25px;
}

.form-control {
    background: #f7f7f7;
    border-radius: 0;
    border: none;
    box-shadow: none;
    resize: none;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    font-weight: 300;
}

.form-control>.btn {
    background: #f7f7f7;
    font-weight: 300;
    padding: 0 15px;
}

.form-control>.btn .filter-option {
    text-transform: none;
    line-height: 42px;
}

textarea.form-control {
    height: 158px;
}


/*Checkbox & Radio*/


/*.checkbox input,
.radio input {
  display: none;
}*/

.checkbox input+label,
.radio input+label {
    padding-left: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.checkbox input+label:before,
.radio input+label:before {
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
}

.checkbox input+label:before {
    content: "\f096";
}

.checkbox input:checked+label:before {
    content: "\f046";
    margin-right: 13px;
}

.radio input+label:before {
    content: "\f10c";
}

.radio input:checked+label:before {
    content: "\f192";
}


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

.fluid_header {
    min-height: 76px;
    margin-bottom: 0;
    background: #FFF;
    box-shadow: none;
}

.fluid_header .navbar-header {
    z-index: 1000;
}

.fluid_header .navbar-header .navbar-brand {
    z-index: 2;
    padding: 21px 15px;
    height: auto;
}


/* logo wrap on 230px */

.fluid_header .navbar-header .navbar-brand img {
    display: inline-block;
    width: 230px;
}

.fluid_header .navbar-nav.navbar-left li a {
    line-height: 76px;
    padding: 0;
    color: #19506d;
    text-transform: uppercase;
}

.fluid_header .navbar-nav.navbar-left li a i {
    margin-right: 11px;
}

.fluid_header .navbar-nav.navbar-left li:first-child {
    margin-right: 27px;
    margin-left: 35px;
}

.fluid_header .navbar-nav.navbar-left li:first-child a {
    font-weight: bold;
    font-size: 15px;
}

.fluid_header .navbar-nav.navbar-left li:first-child a i {
    font-size: 16px;
}

.fluid_header .navbar-nav.navbar-right li a {
    color: #19506d;
    line-height: 75px;
    padding: 0 21px;
    background-image: none;
    background-color: #fff;
    text-transform: uppercase;
}

.fluid_header .navbar-nav.navbar-right li a:hover,
.fluid_header .navbar-nav.navbar-right li a:focus {
    color: #ef7b0b;
}

.fluid_header .navbar-nav.navbar-right li.dropdown a:after {
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    left: calc(50% - 11px);
    bottom: -8px;
    display: none;
    z-index: 1001;
    border-radius: 3px;
}

.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu {
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 3px solid #ef7b0b;
    min-width: 315px;
    border-radius: 0;
    display: block;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform-origin: top;
    z-index: 1000;
    padding: 9px 0 0;
    left: 0;
    transition: all 300ms ease-in-out 0s;
/* 	position:relative; */
}

.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a {
    line-height: 40px;
    color: #19506d;
    position: relative;
}

.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a:after {
    display: none;
}

.fluid_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a:hover {
    color: #ef7b0b;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop {
    position: static;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu {
    right: 30px;
    padding: 0;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li {
    float: left;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list {
    width: calc( 100% - 274px);
    padding: 30px 0 30px 34px;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service {
    float: left;
    width: 50%;
    border-top: 1px solid #cde6f0;
    padding-top: 25px;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media {
    padding: 0 0px 20px 0;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-left {
    padding-right: 15px;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-left a {
    padding: 0;
    padding-top: 5px;
    display: block;
    line-height: 1;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-left a:hover {
    cursor: default;
    background: none;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body a {
    padding: 0;
    line-height: 1;
    margin-bottom: 7px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    display: inline-block;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body a:hover {
    background: none;
    color: #ef7b0b;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body p {
    max-width: 135px;
    font-size: 12px;
    line-height: 16px;
    color: #9c959c;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(even) {
    padding-left: 20px;
    border-left: 1px solid #cde6f0;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(1) {
    border-top: none;
    padding-top: 0;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(2) {
    border-top: none;
    padding-top: 0;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer {
    padding: 27px 21px 37px 23px;
    width: 274px;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner {
    background: #ef7b0b;
    padding: 23px 32px 23px 29px;
    text-align: center;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .title {
    margin: 0;
    color: #4dbdfe;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .offered_price {
    margin-top: 30px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .offered_price small {
    color: #fff;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .regular_price {
    color: #4dbdfe;
    margin-top: 0;
    margin-bottom: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .regular_price small {
    color: #4dbdfe;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .btn {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-shadow: none;
    border-radius: 0;
    display: block;
    background: #fff;
    text-transform: uppercase;
    padding: 0;
    line-height: 37px;
    box-shadow: none;
}

.fluid_header .navbar-nav.navbar-right li.dropdown.open a:after {
    display: block;
}

.fluid_header .navbar-nav.navbar-right li.dropdown:hover a:after {
    display: block;
}

.fluid_header .navbar-nav.navbar-right li.dropdown:hover .dropdown-menu {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.fluid_header .navbar-nav.navbar-right li.active a,
.fluid_header .navbar-nav.navbar-right li.open a {
    color: #19506d;
    font-weight: 600;
    background: none;
    box-shadow: none;
}

.fluid_header .navbar-nav.navbar-right li.login-link {
    margin: 20px 15px 0 0;
}

.fluid_header .navbar-nav.navbar-right li.login-link a {
    background: #0fa3f2;
    color: #fff;
    line-height: 35px;
}

.fluid_header .navbar-nav.navbar-right li.login-link a:hover,
.fluid_header .navbar-nav.navbar-right li.login-link a:focus {
    color: #fff;
}

.fluid_header.centered .navbar-collapse .navbar-nav.navbar-right li.login-link a {
    background: #f95732;
}

.top_header {
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
}

.top_header .wc_msg {
    color: #4a4a4a;
    text-transform: uppercase;
    font-size: 12px;
}

.top_header .nav {
    float: right;
}

.top_header .nav li {
    margin-left: 0;
    margin-right: 0;
    line-height: 35px;
}

.top_header .nav li a {
    padding: 0;
    font-size: 14px;
    color: #4a4a4a;
    text-transform: uppercase;
}

.top_header .nav li a i {
    margin-right: 12px;
}

.top_header .nav li a:hover {
    color: #19506d;
    background: none;
}

.top_header .nav li:first-child {
    margin-right: 10px;
}

.top_header .nav li:nth-child(2) {
    margin-right: 10px;
}


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

footer {
    background: #0c112a;
}

footer .top_footer .quick_contact {
    background: #ef7b0b;
    padding: 17px 0;
}

footer .top_footer .quick_contact .nav li+li {
    border-left: 1px solid #3f8df3;
    margin: 0;
}

footer .top_footer .quick_contact .nav li a {
    line-height: 56px;
    padding: 0 82px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

footer .top_footer .quick_contact .nav li a i {
    font-size: 30px;
    margin-right: 20px;
    line-height: 50px;
    float: left;
}

footer .top_footer .quick_contact .nav li a:hover {
    background: none;
    color: #0c112a;
}

footer .top_footer .shortKnowledge {
    margin-bottom: 30px;
    margin-top: 70px;
}

footer .top_footer .shortKnowledge h4 {
    line-height: 33px;
    margin: 0 0 22px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 500;
}

footer .top_footer .shortKnowledge p {
    color: #595f7c;
    line-height: 28px;
}

footer .top_footer .shortKnowledge .product h4 {
    margin-bottom: 27px;
}

footer .top_footer .shortKnowledge .product .product_list li {
    margin-top: 25px;
    width: calc(100% / 3);
    float: left;
}

footer .top_footer .shortKnowledge .product .product_list li:nth-child(1),
footer .top_footer .shortKnowledge .product .product_list li:nth-child(2),
footer .top_footer .shortKnowledge .product .product_list li:nth-child(3) {
    margin-top: 0;
}

footer .top_footer .shortKnowledge .product .product_list li a {
    line-height: 20px;
    float: left;
    color: #595f7c;
    padding: 0;
    display: flex;
}

footer .top_footer .shortKnowledge .product .product_list li a:before {
    content: '';
    float: left;
    width: 22px;
    height: 21px;
    margin-right: 3px;
    background: url(../../images/icons/footer/list-marker.png) no-repeat scroll center center;
}

footer .top_footer .shortKnowledge .product .product_list li a:hover {
    color: #FFF;
    background: none;
}

footer .top_footer .beInContact {
    /*border-top: 1px solid #1a2140;*/
    margin-bottom: 56px;
}

footer .top_footer .beInContact .country_select {
    float: left;
    width: 216px;
    border-right: 1px solid #1a2140;
    padding-top: 35px;
    padding-bottom: 35px;
}

footer .top_footer .beInContact .country_select button {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

footer .top_footer .beInContact .country_select button .flag {
    width: 42px;
    line-height: 43px;
    height: 43px;
    margin-right: 20px;
    display: inline-block;
}

footer .top_footer .beInContact .country_select button i {
    margin-left: 20px;
    font-size: 18px;
}

footer .top_footer .beInContact .country_select button:hover,
footer .top_footer .beInContact .country_select button:focus {
    background: none;
    color: #fff;
}

footer .top_footer .beInContact .country_select .dropdown-menu {
    border-radius: 0;
    margin-top: -20px;
    background: #0fa3f2;
    border: none;
}

footer .top_footer .beInContact .country_select .dropdown-menu li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    line-height: 24px;
}

footer .top_footer .beInContact .country_select .dropdown-menu li a:hover {
    background: #0c112a;
}

footer .top_footer .beInContact .social_icos {
    padding: 38px 0 28px;
    text-align: center;
    float: left;
    width: 293px;
}

footer .top_footer .beInContact .social_icos ul {
    display: inline-block;
}

footer .top_footer .beInContact .social_icos ul li {
    padding: 0 6px;
    float: left;
}

footer .top_footer .beInContact .social_icos ul li a {
    padding: 0;
    width: 42px;
    line-height: 42px;
    height: 42px;
    color: #FFF;
    background: #192043;
    text-align: center;
    border-radius: 100%;
}

footer .top_footer .beInContact .social_icos ul li a:hover {
    color: #595f7c;
}

footer .top_footer .beInContact .subscribe_form {
    padding-left: 39px;
    padding-top: 33px;
    float: left;
}

footer .top_footer .beInContact .subscribe_form .form-inline .form-group label {
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1px;
    float: left;
}

footer .top_footer .beInContact .subscribe_form .form-inline .form-group label small {
    display: block;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 14px;
    color: #595f7c;
    line-height: 1;
}

footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group {
    margin-left: 45px;
    float: left;
    width: 440px;
    padding: 0;
}

footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group .form-control {
    background: #121a3e;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 0;
    border: none;
    color: #454d75;
    font-size: 13px;
    font-weight: 300;
}

footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group .input-group-addon {
    border: none;
    padding: 0;
    border-radius: 0;
    background: none;
    width: 65px;
}

footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group .input-group-addon input {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    line-height: 45px;
    border: none;
    border-radius: 0;
    background: #121a3e;
    float: left;
    width: 65px;
}

footer .top_footer .beInContact .subscribe_form .form-inline .form-group .input-group .input-group-addon input:hover {
    color: #fff;
}

footer .copyright_line {
    text-align: center;
    line-height: 25px;
    padding: 25px 0;
    background: #090d20;
    color: #595f7c;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
}


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

.serviceTab .service_tab_menu {
    border-bottom: 1px solid #d8d8d8;
    background: #f9f9f9;
}

.serviceTab .service_tab_menu .nav {
    overflow: hidden;
    padding: 0 15px;
    margin-bottom: -1px;
}

.serviceTab .service_tab_menu .nav li a {
    border-radius: 0;
    padding: 45px 57px;
    text-align: left;
    display: block;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #d8d8d8;
    border-top: none;
    cursor: pointer;
    background: #f9f9f9;
}

.serviceTab .service_tab_menu .nav li a:before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ef7b0b;
}

.serviceTab .service_tab_menu .nav li a .icon {
    float: left;
    margin-right: 30px;
}

.serviceTab .service_tab_menu .nav li a:hover,
.serviceTab .service_tab_menu .nav li a:focus {
    background: #f5f5f5;
}

.serviceTab .service_tab_menu .nav li a:hover:before,
.serviceTab .service_tab_menu .nav li a:focus:before {
    height: 10px;
}

.serviceTab .service_tab_menu .nav li+li a {
    border-left-color: transparent;
}

.serviceTab .service_tab_menu .nav li.active a {
    border-bottom-color: #fff;
    border-top: none;
    background: #fff;
}

.serviceTab .service_tab_menu .nav li.active a:before {
    height: 5px;
}

.serviceTab .serviceTab_contents .tab-content .tab-pane .title {
    text-transform: uppercase;
    line-height: 1;
    margin: 110px 0 20px;
}

.serviceTab .serviceTab_contents .tab-content .tab-pane p {
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 40px;
}

.serviceTab .serviceTab_contents .tab-content .tab-pane ul {
    margin-bottom: 45px;
}

.serviceTab .serviceTab_contents .tab-content .tab-pane .service_ico {
    position: absolute;
    left: -85px;
    top: 113px;
    width: 500px;
    height: 500px;
    border-radius: 100%;
}

.serviceTab .serviceTab_contents .tab-content .tab-pane .rent {
    position: absolute;
    top: 170px;
    left: 231px;
    border-radius: 100%;
    background: #42b6ff;
    width: 119px;
    height: 119px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding-top: 33px;
}

.serviceTab .serviceTab_contents .tab-content .tab-pane .rent span {
    font-size: 16px;
    font-weight: 400;
    vertical-align: super;
}

.serviceTab .serviceTab_contents .tab-content .tab-pane .rent small {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.serviceTab.serviceTab_byside .service_tab_menu {
    border: none;
    padding-top: 106px;
    background: none;
}

.serviceTab.serviceTab_byside .service_tab_menu .nav {
    border: none;
}

.serviceTab.serviceTab_byside .service_tab_menu .nav li a {
    border: none;
    padding: 29px 45px;
    margin: 0;
    background: #f0f5f6;
}

.serviceTab.serviceTab_byside .service_tab_menu .nav li a:before {
    display: none;
}

.serviceTab.serviceTab_byside .service_tab_menu .nav li a:hover,
.serviceTab.serviceTab_byside .service_tab_menu .nav li a:focus {
    color: #fff;
    background: #2eaeff;
}

.serviceTab.serviceTab_byside .service_tab_menu .nav li.active a {
    color: #fff;
    background: #42b6ff;
}

.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane {
    padding-top: 43px;
}

.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane .ico_pic {
    width: 55%;
}

.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane .ico_pic .service_ico {
    width: 180px;
    height: 180px;
    box-shadow: 3px 0 79px rgba(0, 0, 0, 0.08);
    right: 0;
    left: auto;
    background: #fff;
}

.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane .texts {
    width: 45%;
}

.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane .texts .btn {
    float: left;
}

.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane .texts .btn+.pkg_price {
    line-height: 40px;
    padding: 0 17px;
    background: #f95732;
    color: #fff;
    float: left;
    transform: rotateY(-90deg) perspective(150px);
    perspective-origin: left;
    transform-origin: left;
}

.serviceTab.serviceTab_byside .serviceTab_contents .tab-content .tab-pane .texts .btn:hover+.pkg_price {
    transform: rotateX(0);
}

.service_tabs_list .service_tab {
    padding: 100px 0 95px;
}

.service_tabs_list .service_tab .ico_price .ico {
    width: 339px;
    height: 339px;
    border-radius: 100%;
    line-height: 339px;
    text-align: center;
    float: left;
    background: #fff;
}

.service_tabs_list .service_tab .ico_price .rent {
    position: absolute;
    top: 19px;
    left: 282px;
    border-radius: 100%;
    background: #42b6ff;
    width: 119px;
    height: 119px;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding-top: 33px;
}

.service_tabs_list .service_tab .ico_price .rent span {
    font-size: 14px;
    font-weight: 500;
    vertical-align: super;
    margin-right: 1px;
}

.service_tabs_list .service_tab .ico_price .rent small {
    display: block;
    font-size: 12px;
    font-weight: 500;
}

.service_tabs_list .service_tab .content {
    padding-top: 25px;
}

.service_tabs_list .service_tab .content h3 {
    font-weight: 100;
    font-size: 48px;
    margin-bottom: 30px;
}

.service_tabs_list .service_tab .content p {
    font-size: 18px;
    font-weight: 300;
}

.service_tabs_list .service_tab .content ul li {
    margin-top: 30px;
    width: 50%;
    float: left;
}

.service_tabs_list .service_tab .content ul li+li {
    margin-top: 30px;
}

.service_tabs_list .service_tab .content .btn {
    margin-top: 40px;
}

.service_tabs_list .service_tab:nth-child(odd) {
    background: #f0f5f6;
}

.service_tabs_list .service_tab:nth-child(even) .ico_price {
    padding-left: 50px;
    float: right;
}

.service_tabs_list .service_tab:nth-child(even) .ico_price .ico {
    background: #f0f5f6;
}


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

.sectionTitle {
    text-align: center;
    margin-bottom: 50px;
}

.sectionTitle h2 {
    font-size: 48px;
    font-weight: 100;
	margin-top:40px;
	line-height:1.1;
}
@media (min-width: 361px) and (max-width: 640px){
    .sectionTitle h2{
        font-size:30px;
    }
}
.sectionTitle.text-left {
    text-align: left;
    margin: 0 0 35px;
}

.sectionTitle.text-left h3 {
    font-size: 30px;
    font-weight: 100;
}


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

.error_mark {
    text-align: center;
    float: right;
    width: 499px;
    height: 499px;
    padding-top: 150px;
    border-radius: 100%;
    box-shadow: 4px 0 79px rgba(46, 46, 46, 0.09);
    margin: 122px auto 140px;
}

.error_mark img {
    max-width: 100%;
}

.error_mark h4 {
    font-weight: 300;
    color: #ef7b0b;
    margin-top: 15px;
}

.error_msg {
    padding-top: 220px;
    padding-left: 25px;
}

.error_msg h1 {
    line-height: 60px;
    margin-bottom: 25px;
    font-size: 48px;
    font-weight: 100;
    color: #ef7b0b;
}

.error_msg p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
}

.error_msg .btn {
    letter-spacing: 1px;
    padding: 0 50px;
    line-height: 53px;
}

.error_msg .btn i {
    margin-right: 15px;
}


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

.team_section {
    padding: 65px 0 85px;
}

.team_member {
    padding: 15px;
}

.team_member .inner {
    background: #f1f6f8;
    border-bottom: 2px solid #ef7b0b;
    text-align: center;
    padding: 30px 45px 30px 30px;
    height: 350px;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
}

.team_member .inner .image {
    width: 118px;
    height: 118px;
    border-radius: 100%;
    border: 1px solid #dae0e2;
    margin: 0 auto;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
}

.team_member .inner .image img {
    width: 100%;
    border-radius: 100%;
}

.team_member .inner h4 {
    margin-top: 28px;
    margin-bottom: 10px;
    transition: all 300ms ease-in-out 0s;
}

.team_member .inner h6 {
    margin-bottom: 25px;
    font-weight: 300;
    color: #ef7b0b;
    transition: all 300ms ease-in-out 0s;
}

.team_member .inner p {
    overflow: hidden;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    transition: all 300ms ease-in-out 0s;
}

.team_member .inner p.hState {
    height: 0;
    margin-bottom: 0;
}

.team_member .inner ul {
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: all 300ms ease-in-out 0s;
}

.team_member .inner ul li {
    float: left;
}

.team_member .inner ul li+li {
    margin-left: 15px;
}

.team_member .inner ul li a {
    color: #d8e8fc;
}

.team_member .inner:hover {
    padding-right: 45px;
    text-align: left;
    background: #ef7b0b;
}

.team_member .inner:hover .image {
    height: 0;
    border: 0;
}

.team_member .inner:hover h4 {
    color: #d8e8fc;
    margin-top: 0;
}

.team_member .inner:hover h6 {
    color: #d8e8fc;
}

.team_member .inner:hover p.nState {
    height: 0;
}

.team_member .inner:hover p.hState {
    height: auto;
    margin-bottom: 30px;
    color: #d8e8fc;
}

.team_member .inner:hover ul {
    height: auto;
}


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

.why_choose {
    padding: 80px 0 50px;
    background: #f6fafb;
}

.why_choose.why_choose2 {
    background: #f0f5f6;
}

.why_choose.home2 {
    background: #fff;
}

.cause2choose {
    margin-top: 30px;
    min-height: 150px;
	
	box-shadow: rgb(17 17 26 / 5%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
    padding: 10px;
}
}

.cause2choose .media .media-left {
    padding-right: 15px;
}

.cause2choose .media .media-body h4 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
}

.cause2choose:nth-child(1),
.cause2choose:nth-child(2),
.cause2choose:nth-child(3) {
    margin-top: 0;
}

.futureNoxStyle2 {
    padding-top: 35px;
    padding-left: 35px;
    min-height: 150px;
}

.futureNoxStyle2 .media .media-left {
    padding-right: 35px;
}

.futureNoxStyle2 .media .media-body h4 {
    margin-bottom: 20px;
    font-size: 15px;
}


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

.pricing.row {
    background: #ef7b0b;
    padding-top: 85px;
    /*margin-bottom: -208px;*/
}

.pricing.row .sectionTitle h5,
.pricing.row .sectionTitle h2 {
    color: #fff;
}

.pricing.row.pricing2 {
    margin-bottom: -1px;
}

.pricing_bottom.row {
    background: #f1f6f8;
    height: 260px;
}

.pricing_plan {
    max-width: 975px;
    height: 416px;
    margin: 0 auto;
    padding-left: 40px;
}

.pricing_plan .owl-item * {
    transition: all 300ms ease-in-out 0s;
}

.pricing_plan .owl-item .item {
    padding: 108px 30px;
    text-align: center;
}

.pricing_plan .owl-item .item .plan {
    width: 194px;
    height: 194px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 4px 0 39px rgba(46, 46, 46, 0.09);
    padding-top: 50px;
}

.pricing_plan .owl-item .item .plan .price {
    font-weight: 300;
    line-height: 1;
    color: #ef7b0b;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.pricing_plan .owl-item .item .plan .price .currencyType {
    font-size: 18px;
    vertical-align: super;
}

.pricing_plan .owl-item .item .plan .price .amount {
    font-size: 36px;
    vertical-align: middle;
}

.pricing_plan .owl-item .item .plan .price small {
    vertical-align: sub;
    font-size: 12px;
    bottom: -5px;
}

.pricing_plan .owl-item .item .plan .serviceType h4 {
    line-height: 42px;
    margin: 0;
    font-weight: 300;
    font-size: 12px;
    color: #080808;
    display: inline-block;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: 1px;
}

.pricing_plan .owl-item .item .plan p {
    display: none;
}

.pricing_plan .owl-item .item .plan .btn {
    display: none;
}

.pricing_plan .owl-item.center .item {
    padding: 0 30px 30px;
}

.pricing_plan .owl-item.center .item .plan {
    width: 416px;
    height: 416px;
    margin-left: -110px;
}

.pricing_plan .owl-item.center .item .plan .price .currencyType {
    font-size: 24px;
    vertical-align: super;
    top: -5px;
}

.pricing_plan .owl-item.center .item .plan .price .amount {
    font-size: 72px;
}

.pricing_plan .owl-item.center .item .plan .price small {
    bottom: -15px;
}

.pricing_plan .owl-item.center .item .plan .serviceType h4 {
    font-size: 16px;
    padding: 0 10px;
    margin-top: 5px;
}

.pricing_plan .owl-item.center .item .plan p {
    display: flex;
    max-width: 220px;
    margin: 30px auto;
}

.pricing_plan .owl-item.center .item .plan .btn {
    display: inline-block;
}

.pricing_nav {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 59%;
}

.pricing_nav #pricing_nav div {
    font-size: 18px;
    cursor: pointer;
}

.pricing_nav #pricing_nav div.owl-prev {
    float: left;
}

.pricing_nav #pricing_nav div.owl-next {
    float: right;
}

.price_plan {
    padding-top: 50px;
}

.price_plan .inner {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.price_plan .inner .plan_intro {
    height: 260px;
    background: #f0f5f6;
    margin-bottom: -100px;
    padding-top: 40px;
}

.price_plan .inner .plan_intro:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 130px;
    top: 130px;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,ffffff+100 */
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
}

.price_plan .inner .plan_intro .price {
    font-weight: 300;
    line-height: 1;
    color: #ef7b0b;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.price_plan .inner .plan_intro .price .currencyType {
    font-size: 18px;
    vertical-align: super;
}

.price_plan .inner .plan_intro .price .amount {
    font-size: 36px;
    vertical-align: middle;
}

.price_plan .inner .plan_intro .price small {
    vertical-align: sub;
    font-size: 12px;
    bottom: -5px;
}

.price_plan .inner .plan_intro .planType h4 {
    line-height: 42px;
    margin: 0;
    font-weight: 500;
    font-size: 12px;
    color: #080808;
    display: inline-block;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: 1px;
}

.price_plan .inner .service_provide_row {
    background: #fff;
    padding-bottom: 46px;
}

.price_plan .inner .service_provide_row .service_provide {
    margin: 25px 0;
}

.price_plan .inner .service_provide_row .service_provide li {
    line-height: 49px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6e6a6a;
    padding: 0 40px;
}

.price_plan.best_plan {
    padding-top: 0;
}

.price_plan.best_plan .inner {
    max-width: 100%;
}

.price_plan.best_plan .inner .plan_intro {
    height: 360px;
    margin-bottom: -150px;
    background: #42b6ff;
}

.price_plan.best_plan .inner .plan_intro:after {
    background: #42b6ff;
    height: 180px;
    top: 180px;
}

.price_plan.best_plan .inner .plan_intro .price {
    color: #fff;
}

.price_plan.best_plan .inner .plan_intro .price .currencyType {
    font-size: 24px;
    vertical-align: super;
    top: -5px;
}

.price_plan.best_plan .inner .plan_intro .price .amount {
    font-size: 72px;
}

.price_plan.best_plan .inner .plan_intro .price small {
    bottom: -15px;
}

.price_plan.best_plan .inner .plan_intro .planType h4 {
    font-size: 16px;
    padding: 0 10px;
    margin-top: 5px;
    color: #fff;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.price_plan.best_plan .inner .service_provide_row .service_provide li {
    padding: 0 80px;
}

.price_plan.best_plan .inner .service_provide_row .btn {
    background: #42b6ff;
}

.price_plan.best_plan .inner .service_provide_row .btn:hover {
    background: #28acff;
}

.pricing_slider_row {
    padding: 95px 0 30px;
}

.pricing_slider_row .pricing_slider .owl-item .item {
    text-align: center;
    background: #f1f6f8;
}

.pricing_slider_row .pricing_slider .owl-item .item .domain_ext {
    line-height: 83px;
    background: #589ffc;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 42px solid #ef7b0b;
}

.pricing_slider_row .pricing_slider .owl-item .item .domain_ext.net {
    background: #4594fe;
}

.pricing_slider_row .pricing_slider .owl-item .item .domain_ext.in {
    background: #348afd;
}

.pricing_slider_row .pricing_slider .owl-item .item .domain_ext.org {
    background: #2982f8;
}

.pricing_slider_row .pricing_slider .owl-item .item .domain_ext.biz {
    background: #2985f8;
}

.pricing_slider_row .pricing_slider .owl-item .item .price {
    font-weight: 300;
    line-height: 1;
    color: #ef7b0b;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: #FFF;
    width: 120px;
    height: 120px;
    line-height: 110px;
    border-radius: 100%;
    margin: -55px auto 0;
    box-shadow: 4px 0 79px rgba(46, 46, 46, 0.09);
}

.pricing_slider_row .pricing_slider .owl-item .item .price .currencyType {
    font-size: 18px;
    vertical-align: super;
    top: -10px;
    font-weight: bold;
}

.pricing_slider_row .pricing_slider .owl-item .item .price .amount {
    font-size: 48px;
    font-weight: bold;
    vertical-align: middle;
}

.pricing_slider_row .pricing_slider .owl-item .item .price small {
    vertical-align: sub;
    font-size: 12px;
    bottom: -5px;
}

.pricing_slider_row .pricing_slider .owl-item .item .short_note {
    font-weight: 300;
    line-height: 24px;
    padding: 20px 43px 30px;
}

.pricing_slider_row .pricing_slider .owl-item .item .btn {
    margin-bottom: 30px;
}

.pricing_slider_row .pricing_slider .owl-item .item .btn:hover,
.pricing_slider_row .pricing_slider .owl-item .item .btn:focus {
    background: #42b6ff;
}

.pricing_slider_row .pricing_slider .owl-controls {
    text-align: center;
    margin-top: 20px;
}

.pricing_slider_row .pricing_slider .owl-controls .owl-dots {
    display: inline-block;
}

.pricing_slider_row .pricing_slider .owl-controls .owl-dots .owl-dot {
    float: left;
    background: #e5e9eb;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    border-radius: 100%;
}

.pricing_slider_row .pricing_slider .owl-controls .owl-dots .owl-dot.active {
    background: #ef7b0b;
}

.domain_price_list ul.nav-tabs {
    border: none;
}

.domain_price_list ul.nav-tabs>li>a {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 60px;
    padding: 0 15px;
}

.domain_price_list ul.nav-tabs>li>a:hover,
.domain_price_list ul.nav-tabs>li>a:focus {
    background: #42b6ff;
    color: #fff;
    border: 0px;
}

.domain_price_list ul.nav-tabs>li.active a {
    border: 0px;
    color: #fff;
    background: #42b6ff;
}

.domain_price_list .p_list_content {
    padding: 59px 0;
    background: #f1f6f8;
}

.pricing_list_table {
    background: #fff;
    text-transform: uppercase;
}

.pricing_list_table thead tr th {
    width: 1%;
    border: none;
    padding: 0 42px;
    line-height: 60px;
    color: #7b9196;
}

.pricing_list_table tbody {
    padding-bottom: 10px;
}

.pricing_list_table tbody tr th {
    border: none;
    padding: 0 42px;
    line-height: 60px;
}

.pricing_list_table tbody tr td {
    border: none;
    padding: 0;
    line-height: 60px;
    padding: 0 42px;
}

.pricing_plan_table {
    /*background: #f1f6f8;*/
    padding: 100px 0;
}

.pricing_plan_table .sectionTitle {
    margin-bottom: 70px;
}

.pricing_plan_cell {
    background: #f1f6f8;
    margin-top: 13px;
    text-align: center;
}

.pricing_plan_cell .plan_type {
    height: 118px;
    padding: 30px 0;
    background: #589ffd;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.pricing_plan_cell .plan_type span {
    position: absolute;
    display: inline-block;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    background: #42b6ff;
    padding: 0 20px;
    top: -13px;
    left: calc(50% - 56px);
}

.pricing_plan_cell .plan_type.silver,
.pricing_plan_cell .plan_type.gold,
.pricing_plan_cell .plan_type.diamond {
    padding: 44px 0;
}

.pricing_plan_cell .plan_type.silver {
    background: #4594fe;
}

.pricing_plan_cell .plan_type.gold {
    background: #348afe;
}

.pricing_plan_cell .plan_type.diamond {
    background: #2982f8;
}

.pricing_plan_cell .pricing_row {
    color: #FFF;
    background: #ef7b0b;
    line-height: 60px;
    height: 60px;
    margin-bottom: 90px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.pricing_plan_cell .pricing_row .price {
    font-weight: 300;
    line-height: 1;
    color: #ef7b0b;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: #FFF;
    width: 120px;
    height: 120px;
    line-height: 110px;
    border-radius: 100%;
    margin: 0 auto;
    box-shadow: 4px 0 79px rgba(46, 46, 46, 0.09);
    letter-spacing: 0;
}

.pricing_plan_cell .pricing_row .price .currencyType {
    font-size: 18px;
    vertical-align: super;
    top: -10px;
    font-weight: bold;
}

.pricing_plan_cell .pricing_row .price .amount {
    font-size: 48px;
    font-weight: bold;
    vertical-align: middle;
}

.pricing_plan_cell .pricing_row .price small {
    vertical-align: sub;
    font-size: 12px;
    bottom: -5px;
}

.pricing_plan_cell .nav_a {
    border-right: 1px solid #ecf3f6;
}

.pricing_plan_cell .nav {
    line-height: 50px;
}

.pricing_plan_cell .nav li {
    border-bottom: 1px solid #ecf3f6;
    font-weight: 300;
}

.pricing_plan_cell .nav li .fa-check {
    color: #52a51b;
}

.pricing_plan_cell .nav li .fa-times {
    color: #cf1b41;
}

.pricing_plan_cell .btn {
    margin: 30px 0 45px;
}

.pricing_plan_cell .btn.visible-none {
    visibility: hidden;
}

.pricing_plan_cell .btn:hover,
.pricing_plan_cell .btn:focus {
    background: #42b6ff;
}


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

.facts {
    padding: 0 0 80px;
    background: #f1f6f8;
}

.facts .fact {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
	height:120px;
	padding-top:30px;
}

.facts .fact strong {
    font-weight: bold;
    font-size: 36px;
    color: #080808;
    display: block;
}

.facts .fact+.fact {
    border-left: 1px solid #e4e4e4;
}

.facts.facts2 {
    padding-top: 80px;
    background: #fff;
}


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

.clients {
    padding: 40px 0 80px;
    background: #f1f6f8;
}

.clients .nav li a {
    text-align: center;
    margin: 0;
}

.clients .nav li a:hover,
.clients .nav li a:focus {
    background: none;
}

.about_clients {
    padding: 80px 0;
}


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

.testi_news {
    padding: 80px 0 100px;
}

.testimonial_slider .item .slide,
.testimonial_slider2 .item .slide {
    background: #f1f6f8;
    padding-top: 25px;
}

.testimonial_slider .item .slide.slide2,
.testimonial_slider2 .item .slide.slide2 {
    background: #e0eaee;
}

.testimonial_slider .item .slide .client_img,
.testimonial_slider2 .item .slide .client_img {
    width: 263px;
    max-height: 335px;
    overflow: hidden;
}

.testimonial_slider .item .slide .client_img img,
.testimonial_slider2 .item .slide .client_img img {
    max-width: 300px;
}

.testimonial_slider .item .slide .content,
.testimonial_slider2 .item .slide .content {
    width: calc(100% - 263px);
    padding: 60px 55px 50px 15px;
    height: 265px;
}
@media (min-width:340px) and (max-width:640px){
	.testimonial_slider .item .slide .content{
		min-height:360px;
		padding-left:0;
	}
}


.testimonial_slider .item .slide .content .counter,
.testimonial_slider2 .item .slide .content .counter {
    position: absolute;
    top: 60px;
    left: -45px;
    font-weight: bold;
    font-size: 0;
/*     border-right: 1px solid #d7d7d7; */
    line-height: 30px;
    padding-right: 12px;
}

.testimonial_slider .item .slide .content .quote,
.testimonial_slider2 .item .slide .content .quote {
    margin-bottom: 15px;
}

.testimonial_slider .item .slide .content .quote p,
.testimonial_slider2 .item .slide .content .quote p {
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
}

.testimonial_slider .item .slide .content .quote p+p,
.testimonial_slider2 .item .slide .content .quote p+p {
    margin-top: 25px;
}

.testimonial_slider .owl-controls,
.testimonial_slider2 .owl-controls {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.testimonial_slider .owl-controls .owl-nav div,
.testimonial_slider2 .owl-controls .owl-nav div {
    float: left;
    font-size: 18px;
    color: #080808;
}

.testimonial_slider .owl-controls .owl-nav div.owl-prev,
.testimonial_slider2 .owl-controls .owl-nav div.owl-prev {
    margin-right: 10px;
}

.testimonial_slider2 .owl-controls {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 23px);
}

.testimonial_slider2 .owl-controls .owl-nav div {
    float: left;
    font-size: 18px;
    color: #080808;
}

.testimonial_slider2 .owl-controls .owl-nav div.owl-prev {
    margin-right: 10px;
}

.faqs .panel .panel-heading .panel-title a {
    padding-left: 20px;
}

.faqs .panel .panel-heading .panel-title a:before {
    border: none;
    float: right;
    margin-right: 0;
    color: #443a44;
}

.faqs .panel .panel-heading .panel-title a[aria-expanded="true"]:before {
    content: '-';
}

.faqs .panel .panel-heading .panel-title a[aria-expanded="false"]:before {
    content: '+';
}

.faqs .panel .panel-collapse .panel-body {
    padding: 15px 20px 60px;
}


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

.latest_news .post {
    margin: 0;
}

.latest_news .post+.post {
    margin-top: 35px;
}

.latest_news .post .media-left {
    padding-right: 30px;
}

.latest_news .post .media-left a {
    width: 112px;
    height: 74px;
    display: block;
}

.latest_news .post .media-left a img {
    max-width: 100%;
}

.latest_news .post .media-body h5 {
    font-weight: 500;
    margin-bottom: 13px;
}

.latest_news .post .media-body h5 a {
    font-weight: 500;
}

.latest_news .post .media-body h5 a:hover {}

.latest_news .post .media-body p {
    line-height: 20px;
    margin-bottom: 7px;
    font-weight: 300;
}

.latest_news .post .media-body .timeAgo {
    color: #d7d7d7;
    font-size: 13px;
}

.blog_content {
    padding: 68px 0;
	padding: 0;
}

.blog .image a {
    display: block;
    font-size: 36px;
    color: #fff;
}

.blog .image a i {
    line-height: 300px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.blog .image a:hover {
    color: #42b6ff;
}

.blog .image img {
    max-width: 100%;
}

.blog .image .carousel-control {
    width: 7%;
    opacity: 1;
}

.blog .image .carousel-control .glyphicon {
    font-size: 18px;
}

.blog .blog_infos {
    margin: 20px 0;
    display: block;
}

.blog .blog_infos li {
    float: left;
    padding: 0;
}

.blog .blog_infos li+li:before {
    content: '';
    width: 1px;
    height: 14px;
    float: left;
    margin: 0 10px;
    background: #ef7b0b;
}

.blog .blog_infos li a {
    color: #ef7b0b;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 0;
    white-space: nowrap;
}

.blog .blog_infos li a i {
    margin-right: 8px;
}

.blog .blog_infos li a:hover {
    background: none;
    color: #443a44;
}

.blog h3 {
    margin-bottom: 20px;
}

.blog .page_header h3 {
    margin-bottom: 5px;
}

.blog h3 a {}

.blog h3 a:hover {
    color: #42b6ff;
}

.blog .btn {
    margin-top: 25px;
}

.blog.quote_blog .media {
    padding: 50px 60px 50px 30px;
    background: #f1f6f8;
}

.blog.quote_blog .media .media-left {
    font-size: 40px;
    line-height: 40px;
    color: #ef7b0b;
    padding-right: 30px;
}

.blog.quote_blog .media .media-body p {
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
}

.blog.quote_blog .media .media-body .quote_writer {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 20px;
}

.blog+hr {
    margin: 40px 0;
    background: #eaeaea;
}

.pagination_nav {
    padding-top: 30px;
}

.pagination_nav .pagination {
    border-radius: 0;
    display: table;
    margin: 0 auto;
}

.pagination_nav .pagination li {
    float: left;
    margin-bottom: 10px;
}

.pagination_nav .pagination li+li {
    margin-left: 10px;
}

.pagination_nav .pagination li a {
    padding: 0 19px;
    line-height: 36px;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    background: #f1f6f8;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
}

.pagination_nav .pagination li a:hover {
    background: #ef7b0b;
    color: #fff;
}

.pagination_nav .pagination li:first-child a,
.pagination_nav .pagination li:last-child a {
    border-radius: 0;
    font-size: 15px;
}

.single-blog {
    padding-bottom: 67px;
}

.single-blog .blog .img_cap {
    margin: 50px 0;
}

.single-blog .blog .img_cap .media-left {
    padding-right: 30px;
}

.single-blog .blog .img_cap .media-left a {
    display: block;
    width: 263px;
    height: 200px;
    text-align: center;
}

.single-blog .blog .img_cap .media-left a img {
    max-width: 100%;
}

.single-blog .blog .img_cap .media-left a .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ef7b0b;
    color: #FFF;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    line-height: 36px;
}

.single-blog .blog .img_cap .media-body {
    padding-top: 15px;
}

.single-blog .blog .img_cap .media-body h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.single-blog .blog .img_cap .media-body p+p {
    margin-top: 20px;
}

.single-blog .blog .quote_row {
    margin-top: 10px;
}

.single-blog .blog .quote_row hr {
    margin: 40px 0;
    background: #eaeaea;
}

.single-blog .blog .quote_row blockquote {
    background: #f1f6f8;
    margin: 0;
    padding: 30px 50px 30px 40px;
    border-left-color: #ef7b0b;
}

.single-blog .blog .quote_row blockquote p {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
    line-height: 28px;
}


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

.find_domain .domain_search {
    background: #11162e;
    padding: 35px 30px 30px;
}

.find_domain .domain_search .form_title h5 {
    color: #fff;
    font-weight: 300;
}

.find_domain .domain_search .form_title h2 {
    font-size: 36px;
    color: #42b6ff;
    margin-bottom: 10px;
}

.find_domain .domain_search .form_title p {
    color: #8188a7;
    line-height: 18px;
    font-weight: 300;
}

.find_domain .domain_search .input-group .form-control {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border: none;
}

.find_domain .domain_search .input-group .input-group-addon {
    padding: 0;
    background: none;
    border-radius: 0;
    border: none;
}

.find_domain .domain_search .input-group .input-group-addon .searchFilters {
    position: relative;
}

.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn {
    width: 165px;
    margin-left: -165px;
    line-height: 50px;
    text-align: left;
    background: #fff;
    z-index: 2;
    color: #4f5660;
    border-left: 1px solid #d5dae2;
    text-transform: lowercase;
    font-weight: 500;
}

.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn i {
    position: absolute;
    right: 27px;
    line-height: 50px;
}

.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn+ul {
    border-radius: 0;
    width: 165px;
    left: -165px;
    margin: 0;
    border: none;
    padding: 0;
}

.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn+ul li a {
    color: #4f5660;
    border-top: 1px solid #d5dae2;
    text-transform: lowercase;
    font-weight: 500;
    line-height: 35px;
    padding: 0 25px;
}

.find_domain .domain_search .input-group .input-group-addon .searchFilters .btn+ul li a:hover {
    background: #42b6ff;
    color: #443a44;
    text-transform: uppercase;
}

.find_domain .domain_search .input-group .input-group-addon input {
    padding: 0 35px;
    background: #42b6ff;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    line-height: 50px;
}

.find_domain .domain_search .price_list {
    margin-top: 22px;
}

.find_domain .domain_search .price_list li {
    padding: 0 35px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
}

.find_domain .domain_search .price_list li+li {
    border-left: 1px solid #3f476c;
}

.find_domain .domain_search .price_list li:first-child {
    padding-left: 0;
}

.find_domain.find_domain2 {
    background: #ef7b0b;
}

.find_domain.find_domain2 .domain_search {
    padding-left: 0;
    background: none;
}

.find_domain.find_domain2 .domain_search .form_title h2 {
    color: #fff;
}

.find_domain.find_domain2 .domain_search .form_title p {
    color: #b4d3fb;
}

.find_domain.find_domain2 .domain_search .price_list li+li {
    border-left-color: #0f91d6;
}

.find_domain.find_domain2 .domain_search .input-group .form-control {
    width: calc(100% - 165px);
}

.find_domain.find_domain3 .find_domain_cover {
    background: url(../../images/slider/3.jpg) no-repeat scroll center center;
    background-size: cover;
    height: 775px;
}

.find_domain.find_domain3 .find_domain_cover .container {
    height: 100%;
}

.find_domain.find_domain3 .find_domain_cover .container .row {
    position: absolute;
    top: calc(50% - 95px);
}

.find_domain.find_domain3 .find_domain_cover .container .row h2 {
    font-weight: bold;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}

.find_domain.find_domain3 .find_domain_cover .container .row p {
    font-weight: 300;
    font-size: 16px;
    color: #9d9ea7;
    line-height: 30px;
}

.find_domain.find_domain3 .domain_search {
    padding: 37px;
    background: #ef7b0b;
    position: absolute;
    bottom: 0;
    width: 97.3%;
}

.find_domain.find_domain3 .domain_search .input-group .input-group-addon input {
    background: #42b6ff;
    color: #fff;
}

.find_domain.find_domain_drop {
    transition: all 300ms ease-in-out 0s;
}

.find_domain.find_domain_drop+.drop_icon {
    z-index: 999;
    text-align: center;
    font-size: 36px;
}

.find_domain.find_domain_drop+.drop_icon:before {
    content: '';
    width: 1px;
    height: 56px;
    background: rgba(66, 182, 255, 0.27);
    display: block;
    position: absolute;
    right: 127.5px;
    top: 0;
}

.find_domain.find_domain_drop+.drop_icon .domain_search_drop {
    color: #fff;
    background: #42b6ff;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    display: block;
    position: absolute;
    right: 103px;
    top: 56px;
    transition-duration: 1s;
}

.find_domain.find_domain_drop+.drop_icon .domain_search_drop.rotate {
    transform: rotate(45deg);
}


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

.facts.about_us_facts {
    background: #fff;
    padding: 40px 0;
	padding-top:0;
}

.about_us_content {
    padding-top: 50px;
}

.about_us_content .col-sm-5 {
    text-align: center;
}

.about_us_content .col-sm-5 img {
    display: inline-block;
}

.about_us_content .col-sm-7 {
    padding-top: 115px;
}

.about_us_content .col-sm-7 .sectionTitle {
    margin-bottom: 60px;
}

.about_us_content .col-sm-7 h4 {
    margin-bottom: 20px;
}

.about_us_content .col-sm-7 hr {
    margin: 20px 0;
    background: #eaeaea;
}

.about_us_content .col-sm-7 ul li {
    color: #ef7b0b;
    margin-bottom: 20px;
    float: left;
    text-transform: uppercase;
}

.about_us_content .col-sm-7 ul li:before {
    width: 25px;
}

.about_us_content .col-sm-7 ul li+li {
    margin-top: 0;
    margin-left: 30px;
}


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

.sidebar .inner {
    padding-left: 30px;
}

.sidebar .inner h4 {
    margin-bottom: 25px;
}

.search_form .input-group .form-control {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    font-weight: 300;
    letter-spacing: 1px;
    background: #f1f6f8;
}

.search_form .input-group .form-control+.input-group-addon {
    padding: 0;
    background: none;
    border: none;
}

.search_form .input-group .form-control+.input-group-addon button {
    line-height: 42px;
    padding: 0 17px;
    background: #ef7b0b;
    border: none;
    border-radius: 0;
}

.search_form .input-group .form-control+.input-group-addon button i {
    color: #FFF;
    font-size: 18px;
}

.sidebar_line {
    margin: 40px 0;
    background: #eaeaea;
}

.categories_list li+li,
.archives_list li+li {
    margin-top: 20px;
}

.categories_list li a,
.archives_list li a {
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0;
}

.categories {
    margin-bottom: 38px;
    padding: 38px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.comments>h4 {
    margin-bottom: 25px;
}

.comment.reply_comment {
    margin-left: 130px;
}

.comment+.comment {
    margin-top: 60px;
}

.comment .media-left {
    padding-right: 20px;
}

.comment .media-left a {
    width: 110px;
    height: 110px;
    display: block;
}

.comment .media-left a img {
    width: 100%;
}

.comment .media-body h5 a {
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.comment .media-body .nav {
    margin-bottom: 20px;
}

.comment .media-body .nav li+li {
    border-left: 1px solid #ef7b0b;
}

.comment .media-body .nav li a {
    padding: 0 10px;
    color: #ef7b0b;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comment .media-body .nav li:first-child a {
    padding-left: 0;
}

.comment .media-body p {
    font-weight: 300;
}

.comment .media-body .btn {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background: #ccc;
    line-height: 32px;
    margin-top: 25px;
}

.comment_reply h4 {
    margin-bottom: 40px;
}

.comment_reply .form-control {
    margin-bottom: 32px;
    background: #f1f6f8;
}


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

.contact_banner {
    background: url(../../images/contact/1.jpg) no-repeat scroll center top;
    background-size: cover;
    padding: 100px 0 120px;
}

.contact_banner h4 {
    color: #fff;
}

.contact_banner h4 span {
    color: #42b6ff;
}

.contact_banner h2 {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 15px 0;
}

.contact_banner h2 i {
    font-size: 24px;
    margin-right: 15px;
    vertical-align: middle;
}

.contact_banner p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.857;
    letter-spacing: 1px;
    max-width: 427px;
}

.contact_banner.hosting_banner {
    background-image: url(../../images/hosting/dedicated.jpg);
    padding: 150px 0;
}

.contact_banner.hosting_reseller {
    background-image: url(../../images/hosting/resellal.jpg);
    padding: 150px 0;
}

.contact_banner.hosting_shared {
    background-image: url(../../images/hosting/wordpress.jpg);
    padding: 150px 0;
}

.contact_banner.domain_transfer {
    background-image: url(../../images/hosting/domain.jpg);
    padding: 150px 0;
}

.contact_content {
    padding: 0px 0 120px;
}

.contact_content .part_number {
    margin-bottom: 18px;
    font-size: 48px;
    color: #ef7b0b;
    font-weight: bold;
    line-height: 1;
}

.contact_content .part_title {
    margin-bottom: 25px;
}

.contact_content .form_row {
    border-bottom: 1px solid #eaeaea;
}

.contact_content .form_row h4 {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 30px;
}

.contact_content .form_row .form_side {
    width: 633px;
    padding: 60px 63px 80px 0;
    border-right: 1px solid #eaeaea;
}

.contact_content .form_row .detail_address {
    width: calc(100% - 633px);
    padding: 60px 75px 80px;
}

.contact_content .form_row .detail_address .media+.media {
    margin-top: 30px;
}

.contact_content .form_row .detail_address .media+.media .media-left i {
    background: #42b6ff;
}

.contact_content .form_row .detail_address .media+.media+.media {
    margin-top: 30px;
}

.contact_content .form_row .detail_address .media+.media+.media .media-left i {
    background: #f95732;
}

.contact_content .form_row .detail_address .media .media-left {
    padding-right: 35px;
}

.contact_content .form_row .detail_address .media .media-left i {
    width: 80px;
    height: 80px;
    line-height: 75px;
    background: #ef7b0b;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 100%;
}

.contact_content .form_row .detail_address .media .media-body {
    padding-top: 5px;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
}

.contact_content .form_row .detail_address .media .media-body a {
    color: #ef7b0b;
}

.contact_content .form_row .detail_address .media .media-body .nav li a {
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    text-transform: uppercase;
}

.contact_content .form_row .detail_address .media .media-body .nav li a i {
    margin-right: 12px;
}

.contact_content .form_row .detail_address .media .media-body .nav li a:hover {
    color: #ef7b0b;
    background: none;
}

.contact_content .we_support {
    padding-top: 80px;
}

.contact_content .we_support .part_title {
    margin-bottom: 60px;
}

.contact_content .we_support .col-sm-4 .media {
    padding-right: 60px;
}

.contact_content .we_support .col-sm-4 .media .media-left {
    padding-right: 18px;
}

.contact_content .we_support .col-sm-4 .media .media-left i {
    width: 80px;
    height: 80px;
    line-height: 75px;
    background: #ef7b0b;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 100%;
}

.contact_content .we_support .col-sm-4 .media .media-body {
    padding-top: 5px;
}

.contact_content .we_support .col-sm-4 .media .media-body h4 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.contact_content .we_support .col-sm-4:nth-child(2) .media .media-left i {
    background: #42b6ff;
}

.contact_content .we_support .col-sm-4:nth-child(3) .media .media-left i {
    background: #f95732;
}

#mapBox {
    height: 426px;
    margin: 20px 0 90px;
}

#mapBox+.mapbox_hr {
    background: #eaeaea;
    margin: 0;
}

#contactForm .form-control {
    margin-bottom: 15px;
}

#contactForm textarea.form-control {
    margin-bottom: 30px;
}

.contactForm {
    position: relative;
}

.contactForm #success,
.contactForm #error {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    line-height: 342px;
    background: rgba(20, 65, 88, 0.9);
    display: none;
}

.contactForm #success {
    color: lightgreen;
}

.contactForm #error {
    color: #f95732;
}


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

.faqs_content {
    padding: 0 0;
}

.faqs_content h4.menuTitle {
    margin-bottom: 25px;
}

.faqs_content .faq_category {
    width: 278px;
    padding-right: 0;
}

.faqs_content .faq_category .nav {
    border: none;
    overflow: hidden;
}

.faqs_content .faq_category .nav li {
    display: block;
    float: none;
}

.faqs_content .faq_category .nav li a {
    border-radius: 0;
    padding: 12px;
    text-align: left;
    display: block;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    background: #f9f9f9;
    margin: 0;
}

.faqs_content .faq_category .nav li a .icon {
    margin-right: 15px;
}

.faqs_content .faq_category .nav li a:hover,
.faqs_content .faq_category .nav li a:focus {
    background: #f5f5f5;
}

.faqs_content .faq_category .nav li+li {
    margin-top: 17px;
}

.faqs_content .faq_category .nav li.active a {
    border-bottom-color: #fff;
    color: #fff;
    border-top: none;
    background: #42b6ff;
}

.faqs_content .faq_content {
    width: calc(100% - 278px);
    padding-left: 0;
}

.faqs_content .faq_content .faq {
    padding: 35px 0;
}

.faqs_content .faq_content .faq:first-child {
    padding-top: 0;
}

.faqs_content .faq_content .faq+.faq {
    margin-top: 0;
    border-top: 1px solid #eaeaea;
}

.faqs_content .faq_content .faq .media-left {
    padding: 0 30px;
    width: 127px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #ef7b0b;
    line-height: 1;
}

.faqs_content .faq_content .faq .media-body p {
    margin-top: 15px;
}


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

.hosting_featue {
    background: #fff;
}

.like_us {
    padding: 60px 0;
}

.this_top_features .this_top_feature {
    background: #fff;
    padding: 82px 0 57px;
}

.this_top_features .this_top_feature .media-left {
    width: 448px;
    padding-right: 100px;
}

.this_top_features .this_top_feature .media-right {
    width: 448px;
    padding-left: 100px;
}

.this_top_features .this_top_feature .media-body h2 {
    margin-top: 5px;
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 30px;
}

.this_top_features .this_top_feature:nth-child(even) {
    background: #f1f6f8;
}

.this_top_features .this_top_feature:nth-child(2) {
    padding: 125px 0 80px;
}

.this_top_features .this_top_feature:last-child {
    padding: 110px 0 85px;
}


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

.home_slider {
    position: relative;
}

.home_slider .item {
    max-height: 797px;
    text-align: center;
    background: #000000;
    overflow: hidden;
}

.home_slider .item img {
    display: inline-block;
}

.home_slider .item .slide_caption {
    text-align: left;
    position: absolute;
    width: 100%;
    top: calc(50% - 145px);
}

.home_slider .item .slide_caption h2 {
    font-size: 65px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 30px;
}

.home_slider .item .slide_caption p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.1px;
    margin-bottom: 30px;
    max-width: 460px;
}

.home_slider .item .slide_caption .btn {
    float: left;
}

.home_slider .item .slide_caption .btn+.pkg_price {
    line-height: 40px;
    padding: 0 17px;
    background: #fff;
    float: left;
    transform: rotateY(-90deg) perspective(150px);
    perspective-origin: left;
    transform-origin: left;
}

.home_slider .item .slide_caption .btn:hover+.pkg_price {
    transform: rotateX(0);
}

.home_slider .owl-controls {
    width: 100%;
    position: absolute;
    top: calc(50% - 47px);
}

.home_slider .owl-controls .owl-nav div {
    line-height: 94px;
    width: 34px;
    background: #383a4c;
    color: #b5b5b5;
    font-size: 16px;
    text-align: center;
}

.home_slider .owl-controls .owl-nav div.owl-prev {
    float: left;
}

.home_slider .owl-controls .owl-nav div.owl-next {
    float: right;
}

.home_slider .owl-controls .owl-nav div:hover {
    background: #ef7b0b;
}

.home_slider.home_slider2 .item .slide_caption {
    top: auto;
    bottom: 0;
}

.home_slider.home_slider2 .item .slide_caption .sTexts {
    padding: 170px 110px 0;
    float: left;
}

.home_slider.home_slider2 .item .slide_caption .sTexts h5 {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
}

.home_slider.home_slider2 .item .slide_caption .sTexts h2 {
    font-weight: bold;
}

.home_slider.home_slider2 .item .slide_caption .sTexts ul {
    margin-bottom: 25px;
}

.home_slider.home_slider2 .item .slide_caption .sTexts ul li {
    color: #fff;
}

.home_slider.home_slider2 .item .slide_caption .sTexts .btn {
    background: #42b6ff;
}

.home_slider.home_slider2 .item .slide_caption .sTexts .btn+.pkg_price {
    background: #fff;
}

.home_slider.home_slider2 .item .slide_caption .sImgs {
    float: left;
}

.home_slider.home_slider2 .item .slide_caption .sImgs .row {
    margin: 0;
}

.home_slider.home_slider2 .item .slide_caption .sImgs img {
    width: auto !important;
    max-width: 100% !important;
}

.home_slider.home_slider2 .item .slide_caption .sImgs.pr {
    padding-left: 155px;
}

.home_slider2 .item {
    height: 670px;
}

#home_slider3 .carousel-indicators {
    margin-bottom: 0;
    bottom: 0;
    width: 1170px;
    margin-left: -585px;
}

#home_slider3 .carousel-indicators li {
    float: left;
    width: calc((100% - 3px) / 4);
    margin: 0;
    border-radius: 0;
    height: 117px;
    padding: 38px 59px;
    background: #fff;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 21px;
    font-size: 14px;
    text-indent: 0;
    text-align: left;
}

#home_slider3 .carousel-indicators li+li {
    margin-left: 1px;
}

#home_slider3 .carousel-indicators li img {
    float: left;
    margin-right: 7px;
}

#home_slider3 .carousel-indicators li.active {
    background: #f3f7f9;
}

#home_slider3 .carousel-inner .item {
    /*height: 775px;*/
    background: #f3f7f9;
}

#home_slider3 .carousel-inner .item .carousel-caption {
    position: relative;
    top: 0;
    left: 0;
    height: 658px;
}

#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-left {
    padding: 0 15px;
    width: 50%;
}

#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-left img {
    max-width: 100%;
}

#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body {
    padding: 120px 15px;
    text-align: left;
    text-shadow: none;
}

#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body h4 {
    color: #080808;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
    margin-top: 0;
}

#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body h2 {
    font-weight: 100;
    font-size: 65px;
    line-height: 60px;
    color: #080808;
    margin: 0 0 15px;
}

#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body p {
    font-weight: 300;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 400px;
}

#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body .btn {
    float: left;
    margin-top: 25px;
    background: #ef7b0b;
}

#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body .btn+.pkg_price {
    margin-top: 25px;
    line-height: 40px;
    padding: 0 17px;
    background: #42b6ff;
    color: #fff;
    float: left;
    text-shadow: none;
    transform: rotateY(180deg) perspective(150px);
    perspective-origin: left;
    transform-origin: left;
    z-index: -1;
}

#home_slider3 .carousel-inner .item .carousel-caption .container .media .media-body .btn:hover+.pkg_price {
    transform: rotateX(0);
}

#home_slider3 .carousel-control {
    line-height: 94px;
    height: 94px;
    width: 34px;
    background: #ced9df;
    color: #fff;
    font-size: 16px;
    z-index: 10;
    text-align: center;
    top: calc(50% - 47px);
}

#home_slider3 .carousel-control:hover {
    background: #ef7b0b;
}


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

.portfolio_content {
    padding: 65px 0;
}

.portfolio {
    padding: 15px;
}

.portfolio .image img {
    width: 100%;
}

.portfolio .image a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    line-height: 1;
    text-align: center;
    background: #ef7b0b;
    color: #fff;
    display: block;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
}

.portfolio .image a i {
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 7px);
}

.portfolio h5 {
    margin: 15px 0;
}

.portfolio h5 a {
    text-transform: uppercase;
    line-height: 24px;
}

.portfolio p {
    margin-bottom: 15px;
}

.portfolio:hover .image a {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.portfolio:hover h5 a {
    color: #42b6ff;
}

.col6 {
    margin-top: 120px;
}


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

.featureTab .feature_tab_menu {
    background: #f9f9f9;
    border-bottom: 1px solid #d8d8d8;
}

.featureTab .feature_tab_menu .nav {
    overflow: hidden;
    padding: 0 15px;
    border: none;
    margin-bottom: -1px;
}

.featureTab .feature_tab_menu .nav li {
    max-height: 103px;
    width: 25%;
    border-right: 1px solid #eaeaea;
    margin-bottom: 0;
}

.featureTab .feature_tab_menu .nav li:first-child {
    border-left: 1px solid #eaeaea;
}

.featureTab .feature_tab_menu .nav li a {
    border-radius: 0;
    padding: 27px 49px;
    height: 103px;
    text-align: left;
    display: block;
    font-weight: 600;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer;
    background: #f9f9f9;
    margin: 0;
}

.featureTab .feature_tab_menu .nav li a:before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #ef7b0b;
}

.featureTab .feature_tab_menu .nav li a .icon {
    float: left;
    margin-right: 30px;
}

.featureTab .feature_tab_menu .nav li a:hover,
.featureTab .feature_tab_menu .nav li a:focus {
    background: #f5f5f5;
}

.featureTab .feature_tab_menu .nav li a:hover:before,
.featureTab .feature_tab_menu .nav li a:focus:before {
    height: 10px;
}

.featureTab .feature_tab_menu .nav li:nth-child(1) a,
.featureTab .feature_tab_menu .nav li:nth-child(2) a {
    line-height: 47px;
}

.featureTab .feature_tab_menu .nav li.active a {
    border-bottom-color: #fff;
    border-top: none;
    background: #fff;
}

.featureTab .feature_tab_menu .nav li.active a:before {
    height: 5px;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row {
    padding: 115px 0;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row .sectionTitle {
    margin-bottom: 80px;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row .img_part {
    text-align: center;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row .img_part img {
    max-width: 100%;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row p {
    padding-top: 15px;
    line-height: 28px;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row .btn {
    margin-top: 35px;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row.content_row2 .sectionTitle {
    margin-bottom: 45px;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row.content_row4 .sectionTitle {
    margin-bottom: 125px;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row.whats_under_hood {
    background: #f6fafb;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row .under_hood {
    margin-top: 65px;
    text-align: center;
    padding: 0 70px;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row .under_hood .icon {
    line-height: 40px;
    margin-bottom: 15px;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row .under_hood p {
    margin-top: 15px;
    padding-top: 0;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row .tech_feature .inner {
    text-align: center;
    padding: 59px 0 45px;
    border: 1px solid #dae0e2;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row .tech_feature .inner h3 {
    margin-top: 5px;
    font-size: 23px;
    font-weight: 300;
}

.featureTab .featureTab_contents .tab-content .tab-pane .content_row .tech_feature .inner .icon {
    line-height: 208px;
    padding: 43px 0 57px;
}


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


/*Added By bhavesh*/

.comment .media-body .comment-reply-link,
.comment .media-body .comment-edit-link {
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 27px;
    line-height: 40px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    background: #ccc;
    line-height: 32px;
    margin-top: 25px;
}

.comment-reply-title {
    margin-bottom: 40px;
}

.comment-form .form-control {
    margin-bottom: 32px;
    background: #f1f6f8;
}


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


/* jPlayer Styles
/*------------------------------------------------------*/

.audio-embed {
    margin-bottom: 20px;
}

.jp-jplayer {
    height: 38px;
    background-color: transparent;
    width: 100% !important;
}

.jp-video-container,
.jp-audio-container {
    box-shadow: 0 1px 3px #7f7f7f;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.jp-jplayer-video img {
    margin-bottom: 0px !important;
    width: 100% !important;
    height: auto !important;
    display: block;
}

.jp-jplayer-video {
    overflow: hidden;
}

.jp-jplayer-video video {
    display: block;
    width: 100.2% !important;
}

.jp-video-container {
    margin-bottom: 15px;
}

.jp-audio-container {
    width: 100%;
}

.jp-interface {
    position: relative;
    width: 100%;
    height: 38px;
    background: transparent url(../../images/jplayer/jp-bg.png) repeat-x right top;
    z-index: 100;
}

.jp-controls {
    list-style-type: none;
    padding: 0;
    margin: 0 !important;
}

.jp-controls li {
    display: inline;
}

.jp-controls a {
    border-bottom: none;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
}

.jp-controls a:hover {
    background-color: transparent;
}

a.jp-play,
a.jp-pause {
    width: 27px;
    height: 27px;
    z-index: 1;
    outline: none;
    top: 11px;
    left: 10px;
}

a.jp-play {
    background: url(../../images/jplayer/play.png) no-repeat 0 0;
}

a.jp-play:hover {
    background: url(../../images/jplayer/play_hover.png) 0 0 no-repeat;
}

a.jp-pause {
    background: url(../../images/jplayer/pause.png) 0 0 no-repeat;
    display: none;
}

a.jp-pause:hover {
    background: url(../../images/jplayer/pause_hover.png) 0 0 no-repeat;
}

.jp-progress {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 13px 0;
    padding: 0 100px 0 33px;
    position: absolute;
    height: 10px;
    width: 100%;
}

.jp-seek-bar {
    background: url(../../images/jplayer/seek-bar-bg.png) 0 0 repeat-x;
    width: 0px;
    height: 12px;
    cursor: pointer;
    position: relative;
    border-radius: 1px;
}

.jp-play-bar {
    width: 0px;
    height: 12px;
    top: 0px;
    position: relative;
    background-color: #5af1a5;
    border-radius: 1px;
}

.jp-volume-bar-container {
    position: absolute;
    top: 0;
    right: 10px;
    width: 54px;
    height: 10px;
    margin: 10px 0;
}

.jp-volume-bar {
    position: relative;
    overflow: hidden;
    background: url(../../images/jplayer/volume-bar-bg.png) 0 0 repeat-x;
    width: 100%;
    height: 12px;
    cursor: pointer;
    top: 3px;
    border-radius: 1px;
}

.jp-volume-bar-value {
    width: 0px;
    height: 12px;
    margin: 0px;
    background-color: #5af1a5;
    border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
    width: 30px;
    height: 30px;
    z-index: 1;
    outline: none;
    top: 11px;
    right: -691px;
}

a.jp-mute {
    background: transparent url(../../images/jplayer/volume.png) 0 0 no-repeat;
}

a.jp-mute:hover {
    background: transparent url(../../images/jplayer/volume_hover.png) 0 0 no-repeat;
}

a.jp-unmute {
    background: url(../../images/jplayer/mute.png) 0 0 no-repeat;
}

a.jp-unmute:hover {
    background: url(../../images/jplayer/mute_hover.png) 0 0 no-repeat;
}

.pagination {
    display: block;
    text-align: center;
    margin-top: 60px;
}

.pagination a,
.pagination span {
    background-color: #e5f0fb;
    font-size: 16px;
    color: #3a3c41;
    display: inline-block;
    margin: 0 0 8px 8px;
    font-weight: 700;
    /*padding: 10px 20px;*/
    text-decoration: none;
}

.pagination a:hover,
.pagination span:hover {
    background-color: #ef7b0b;
    color: #fff;
}

.pagination span.current {
    background-color: #ef7b0b;
    color: #fff;
}

.pagination {
    margin: 60px auto 0;
    text-align: center;
}

.pagination .fa-angle-right {
    position: relative;
    right: -2px;
}

.pagination .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.pagination .page-numbers,
.page-links a {
    display: inline-block;
    margin: 0 2px 8px;
    font-size: 15px;
}

.page-links a:hover {
    background-color: #ef7b0b;
}

.page-links a {
    background-color: #f1f6f8;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #f1f6f8;
}

.pager li a .post_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0;
    padding: 10px 0 0;
    border-radius: 0;
    border: none;
}

.widget_heading {
    margin-bottom: 25px;
}

.screen-reader-text {
    display: none;
}


/*input[type='text'] {
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  font-weight: 300;

  letter-spacing: 1px;
  color: #443a44;
  background: #f1f6f8;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  box-shadow: none;
  border: none;
}*/

.searchform input[type='submit'] {
    line-height: 42px;
    padding: 0 17px;
    background: #ef7b0b;
    border: none;
    border-radius: 0;
    content: '\f002';
    font: normal normal normal 14px/1 FontAwesome;
}


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

.boxlayout div.wpb_wrapper {
    border: 1px solid #dae0e2;
    text-align: center;
}

.aboutHostpressUnList li {
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ef7b0b;
    float: left;
    text-transform: uppercase;
}

.aboutHostpressUnList {
    list-style: none;
    padding-left: 0;
}

.aboutHostpressUnList li:before {
    content: '';
    height: 20px;
    width: 30px;
    float: left;
    background: url(../../images/icons/footer/list-marker.png) no-repeat scroll left center;
}

.aboutHostpressUnList li+li {
    margin-top: 0;
    margin-left: 20px;
}

.roundedicon {
    width: 339px;
    height: 339px;
    border-radius: 100%;
    line-height: 339px;
    text-align: center;
    float: left;
    background: #fff;
}

.roundedBlueIcon {
    width: 339px;
    height: 339px;
    border-radius: 100%;
    line-height: 339px;
    text-align: center;
    float: left;
    background: #f0f5f6;
}

.blog .image img {
    max-width: 100%;
}

.blog img {
    max-width: 100%;
    height: auto;
}

.widget img {
    max-width: 100%;
}

blockquote {
    background: #f1f6f8;
    margin: 0;
    padding: 30px 50px 30px 40px;
    border-left-color: #ef7b0b;
}

blockquote p {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
    line-height: 28px;
}

dl {
    line-height: 24px;
}

dt {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}

dd {
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
}

ol,
ul {
    list-style: disc;
    padding-left: 50px;
    margin-bottom: 15px;
}

.blog ol li,
.comment ol li,
.blog ul li,
.comment ul li {
    line-height: 24px;
}

ol ol,
ul ol,
ol ul,
ul ul {
    margin-bottom: 10px;
}

ol {
    list-style: decimal;
}

address {
    line-height: 24px;
}

kbd {
    background-color: #0186d5;
    box-shadow: none;
}

pre {
    background-color: #0186d5;
    color: #fff;
    border: none;
    padding: 15px;
}

.blog td,
.blog th,
.comment td,
.comment th {
    padding: 10px;
}

.blog table tbody td,
.comment table tbody td {
    border: 1px solid #e0e0e0;
}

.blog table tbody th,
.comment table tbody th {
    border: 1px solid #e0e0e0;
}

.blog table tbody tr,
.comment table tbody tr {
    border-top: 1px solid #e0e0e0;
}

.blog table thead,
.comment table thead {
    border-top: 1px solid #e0e0e0;
    background-color: #0186d5;
}

.alignnone {
    margin: 5px 30px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 30px;
}

a img.alignnone {
    margin: 5px 30px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 5px 3px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 30px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 30px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 30px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
}

.widget_recent-post .media-body {
    width: auto;
}

.tags {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tags a {
    color: #acacac;
}

.tags a:hover {
    color: #ef7b0b;
}

iframe {
    max-width: 100%;
}


/* Default Widget */

.sidebar .widget:last-child {
    border: 0px;
    padding-bottom: 0px;
}

.widget {
    margin: 0px 0 0 !important;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 40px;
}

.widget+.widget {
    margin: 40px 0 0 !important;
}


/* Widget Default Search
---------------------------------------*/

.widget_search {}

.widget_search .searchform .screen-reader-text {
    color: #443a44;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}

.widget_search .searchform input[type="text"] {
    background: #f1f6f8 none repeat scroll 0 0;
    color: #443a44;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 15px;
    border: 0px;
    display: inline-block;
    width: 85%;
    vertical-align: top;
}

.widget_search .searchform input[type="submit"] {
    float: right;
    border: 0 none;
    font-size: 0;
    height: 42px;
    line-height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 52px;
    background: url(../../images/search-icon.png) no-repeat center 10px #ef7b0b;
    margin-left: -4px;
}

.widget_search .searchform input[type="text"]:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.widget_search .searchform .screen-reader-text {
    display: none;
}


/* Widget Default List style
---------------------------------------*/

.widget ul {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}

.widget ul li {
    display: block;
    position: relative;
}

.widget ul li a {
    color: #443a44;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0;
    display: block;
    position: relative;
}

.widget ul li+li {
    margin-top: 20px;
}

.widget ul li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ef7b0b;
}

.widget ul li ul.children {
    margin-top: 20px;
    margin-left: 10px;
}

.widget ul li ul.children li {
    padding-left: 20px;
}

.widget ul li ul.children li:after {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    color: #443a44;
}


/* Widget Default Selectbox Style
---------------------------------------*/

.widget select {
    background: #f1f6f8 none repeat scroll 0 0;
    width: 100%;
    border: 1px solid #dadada;
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
}


/* Widget Default List style
---------------------------------------*/

.widget_tag_cloud .tagcloud>a {
    background: #f1f6f8 none repeat scroll 0 0;
    color: #443a44;
    float: left;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0 20px;
    font-size: 10.5pt !important;
}


/* Widget Default Archive, Categories style
---------------------------------------*/

.widget_archive ul li a,
.widget_categories ul li a {
    width: 92%;
    text-align: left;
    float: left;
}

.widget_archive ul li,
.widget_categories ul li {
    text-align: right;
    color: #ef7b0b;
    float: left;
    width: 100%;
}

.widget_archive ul li+li,
.widget_categories ul li+li {
    margin-top: 20px;
}


/* Calendar Widget
---------------------------------------*/

#calendar_wrap {}

.widget_calendar #wp-calendar {
    width: 100%;
    font-family: "Roboto", sans-serif;
}

.widget_calendar caption {
    background: #fff;
    color: #443a44;
    padding: 0 0 30px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
}

.widget_calendar th,
.widget_calendar td {
    text-align: center;
    padding: 8px 0;
}

.widget_calendar th {
    background: #ef7b0b;
    color: #fff;
}

.widget_calendar td {
    border: 1px solid #eaeaea;
    font-weight: 300;
}

.widget_calendar td:hover {
    background: rgba(38, 122, 233, 0.1)
}

.widget_calendar tbody td.pad,
.widget_calendar tbody td.pad {
    background: transparent;
}

.widget_calendar #today {
    background: #ef7b0b;
    color: #fff;
}

.widget_calendar #today a {
    color: #fff;
    text-decoration: none;
}

.widget_calendar tfoot td {
    border: 0px;
}

.widget_calendar tfoot td:hover {
    background: none;
}

.widget_calendar tfoot td.padd {
    width: 14%;
}

.widget_calendar #prev a,
.widget_calendar #next a {
    background: #ef7b0b none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
}

.widget_calendar #prev {
    padding: 10px 0;
    text-align: left;
    width: 43%;
}

.widget_calendar #next {
    padding: 10px 0;
    text-align: right;
    width: 43%;
}


/* Widget Default Recent Post Entries
---------------------------------------*/

.widget_recent_entries ul li a {
    color: #443a44;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.widget_recent_entries ul li span.post-date {
    color: #acacac;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 27px;
    position: relative;
}

.widget_recent_entries ul li span.post-date::before {
    content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0px;
}

.logged-in-as a+a {
    padding-left: 15px;
}

.rowVisible {
    overflow: visible !important;
}


/*
#owl-demo .item{
  margin: 15px;
}
#owl-demo .item img{
  display: block;
  width: auto;

}*/

.owl-carousel .owl-item {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.slick-initialized .slick-slide {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.slick-slide img {
    margin: 16px;
}

.header-wrap {
    background: #313841;
    height: 91px;
}

.header-wrap .top_header {
    border: 0px;
    line-height: 41px;
}

.header-wrap .top_header .wc_msg {
    color: #858f9c;
}

.header-wrap .top_header .nav {
    margin-right: 0;
}

.header-wrap .top_header .nav li {
    line-height: 41px;
}

.header-wrap .top_header .nav li a {
    color: #858f9c;
}

.header-wrap .top_header .nav li a:focus {
    background: transparent;
}

.header-wrap .top_header .nav li.login-link a {
    background: #f95732;
    padding: 0 26px;
    color: #ffffff;
    line-height: 41px;
    border-radius: 0;
}

.header-wrap .top_header .nav li:first-child {
    margin-right: 0;
}

.header-wrap .top_header .nav li:nth-child(2) {
    margin-right: 0;
}

.new_bar_header {
    min-height: 76px;
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    border: 0px;
    position: absolute;
    left: 0;
    right: 0
}

.new_bar_header .navbar-nav.info-navbar.navbar-right {
    width: calc( 100% - 210px);
    border-bottom: 1px solid #dee2e7;
}

.new_bar_header .navbar-nav.info-navbar.navbar-right li {
    float: right;
}

.new_bar_header .navbar-nav.info-navbar.navbar-right li>a {
    line-height: 49px;
    color: #57606d;
}

.new_bar_header .navbar-nav.info-navbar.navbar-right li>a>i {
    margin-right: 12px;
}

.new_bar_header .navbar-right {
    margin-right: 0;
}

.new_bar_header .navbar-header {
    z-index: 1000;
    border-right: 1px solid #dee2e7;
}

.new_bar_header .navbar-header .navbar-brand {
    z-index: 2;
    padding: 38px 32px;
    height: auto;
    margin-left: 0px
}

.new_bar_header .navbar-header .navbar-brand img {
    display: inline-block
}

.new_bar_header .navbar-nav.navbar-left li a {
    font-family: Lato, sans-serif;
    line-height: 76px;
    padding: 0;
    color: #19506d;
    text-transform: uppercase
}

.new_bar_header .navbar-collapse {
    background: #fff;
}

.new_bar_header .navbar-nav.navbar-left li a i {
    margin-right: 11px
}

.new_bar_header .navbar-nav.navbar-left li:first-child {
    margin-right: 27px;
    margin-left: 35px
}

.new_bar_header .navbar-nav.navbar-left li:first-child a {
    font-weight: 700;
    font-size: 15px
}

.new_bar_header .navbar-nav.navbar-left li:first-child a i {
    font-size: 16px
}

.new_bar_header .navbar-nav.navbar-right li a {
    color: #19506d;
    line-height: 59px;
    padding: 0 21px;
    background-image: none;
    text-transform: uppercase;
    font-family: Lato, sans-serif
}

.new_bar_header .navbar-nav.navbar-right li a:focus,
.new_bar_header .navbar-nav.navbar-right li a:hover {
    color: #fff;
    background-color: #313841;
}

.new_bar_header .navbar-nav.navbar-right li.dropdown a:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    transform: rotate(45deg);
    left: calc(50% - 11px);
    bottom: -8px;
    display: none;
    z-index: 1001;
    border-radius: 3px
}

.new_bar_header .navbar-nav.navbar-right li.dropdown .dropdown-menu {
    border: none;
    border-bottom: 3px solid #ef7b0b;
    min-width: 200px;
    border-radius: 0;
    transform: scale(1, 0);
    display: none;
    transform-origin: top;
    z-index: 1000;
    padding: 9px 0 0;
    left: 0;
    transition: all 300ms ease-in-out 0s;
    background-color: #313841;
}

.new_bar_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a {
    line-height: 40px;
    color: #a6afbb;
    position: relative
}

.new_bar_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a:after {
    display: none
}

.new_bar_header .navbar-nav.navbar-right li.dropdown .dropdown-menu li a:hover {
    color: #fff
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop {
    position: static
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu {
    left: -90px;
    padding: 0
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li {
    float: left
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list {
    width: calc(100% - 274px);
    padding: 30px 0 30px 30px
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service {
    float: left;
    width: 50%;
    border-top: 1px solid rgba(205, 230, 240, 0.1);
    padding-top: 25px
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media {
    padding: 0 0 20px
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-left {
    padding-right: 15px
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-left a {
    padding: 5px 0 0;
    display: block;
    line-height: 1
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-left a:hover {
    cursor: default;
    background: 0 0
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body a {
    padding: 0;
    line-height: 1;
    color: #a6afbb;
    margin-bottom: 7px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    display: inline-block
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body a:hover {
    background: 0 0;
    color: #ffffff
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service .media .media-body p {
    max-width: 135px;
    font-size: 12px;
    line-height: 16px;
    color: #9c959c
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(even) {
    padding-left: 20px;
    border-left: 1px solid rgba(205, 230, 240, 0.1);
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(1) {
    border-top: none;
    padding-top: 0
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.service_list .service:nth-child(2) {
    border-top: none;
    padding-top: 0
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer {
    padding: 27px 21px 37px 23px;
    width: 274px
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner {
    background: #ef7b0b;
    padding: 23px 32px 23px 29px;
    text-align: center
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .title {
    margin: 0;
    color: #4dbdfe;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .offered_price {
    margin-top: 30px;
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
    font-family: Lato, sans-serif;
    font-weight: 700
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .offered_price small {
    color: #fff
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .regular_price {
    color: #4dbdfe;
    margin-top: 0;
    margin-bottom: 18px;
    font-family: Lato, sans-serif;
    font-weight: 700
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .regular_price small {
    color: #4dbdfe
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.mega-drop .mega-menu li.start_offer .inner .btn {
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-shadow: none;
    border-radius: 0;
    display: block;
    background: #fff;
    color: #443a44;
    text-transform: uppercase;
    padding: 0;
    line-height: 37px;
    box-shadow: none
}

.new_bar_header .navbar-nav.navbar-right li.dropdown.open a:after,
.new_bar_header .navbar-nav.navbar-right li.dropdown:hover a:after {
    display: block
}

.new_bar_header .navbar-nav.navbar-right li.dropdown:hover .dropdown-menu {
    transform: scale(1, 1);
    display: block
}

.new_bar_header .navbar-nav.navbar-right li.active a,
.new_bar_header .navbar-nav.navbar-right li.open a {
    color: #ef7b0b;
    background: 0 0;
    box-shadow: none
}

.new_bar_header .navbar-nav.navbar-right li.login-link {
    margin: 20px 15px 0 0
}

.new_bar_header .navbar-nav.navbar-right li.login-link a {
    background: #0fa3f2;
    color: #fff;
    line-height: 35px
}

.new_bar_header.centered .navbar-collapse .navbar-nav.navbar-right li.login-link a {
    background: #f95732;
    margin: -7px 0 0 0;
}


/*.navbar-nav{ width: calc(100% - 180px); text-align: right;}
.navbar-nav li{ float: none; display: inline-block; vertical-align: top; }*/


/* Domain Checker */

#domain-form {
    max-width: 800px;
    margin: 0 auto;
}

#wdc-style .input-group {
    margin: 40px auto 0;
    box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.027);
}


/*#wdc-style .input-group .input-group-btn{border: 4px solid #fff; border-radius: 0 5px 5px 0;  background-color: #fff;}*/

#wdc-style>div {
    margin: 0 auto;
}


/*result box*/

#wdc-style #loading img {
    display: block;
    margin: 0 auto;
    padding-top: 16px;
}

#wdc-style #results div {
    color: #626262;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    padding-left: 20px !important;
    word-wrap: break-word;
}

#wdc-style #results div strong {
    color: #626262;
}

#wdc-style #results .glyphicon {
    display: none;
}

#wdc-style #Search {
    height: 52px;
    padding: 0 15px;
    line-height: 50px;
    border: none;
    border-radius: 0px 0 0 0px !important;
}

#wdc-style #Search:focus {
    border: 1px solid #fff!important;
}

#wdc-style button#Submit {
    background-color: #42b6ff !important;
    font-weight: 700;
    padding: 1px 35px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    color: #fff;
}

#wdc-style button#Submit:hover {
    background-color: #f95732 !important;
    border: 1px solid #f95731 !important;
}

#wdc-style #wdc1>div>div {
    margin: 10px auto
}

#wdc-style .result .btn {
    border-radius: 5px !important;
    margin-right: 0;
    font-weight: 500;
    padding: 6px;
    padding: 6px 10px 4px;
    line-height: 15px;
    font-size: 11px;
    letter-spacing: 1px;
}

#wdc-style .result .btn:hover {
    background-color: #292929 !important;
    border: 1px solid #292929 !important;
}

h5.dmn-prs {
    text-align: center;
    font-size: 15px;
}

h5.dmn-prs strong {
    padding-right: 10px;
    padding-left: 40px;
}

.domain_search .price_list {
    margin-top: 22px;
}

.domain_search .price_list li {
    padding: 0 35px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
}

.domain_search .price_list li+li {
    border-left: 1px solid #0f91d6;
}

.domain_search .price_list li:first-child {
    padding-left: 0;
}

.domain_search {
    max-width: 800px;
    margin: 0 auto;
}

.extension .price_list li {
    padding: 0 18px;
    color: #443a44;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
}

.extension .price_list li:first-child {
    padding-left: 0;
}

.extension {
    margin: 0 auto;
}

#domain_search {
    max-width: 800px;
    margin: 0 auto;
}

#domainToCheck {
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    border: none;
    border-radius: 0px 0 0 0px !important;
    position: relative;
    z-index: 2;
    float: left;
    width: 80%;
    margin-bottom: 0;
}

#domain_search #search {
    background-color: #42b6ff !important;
    font-weight: 700;
    padding: 0 35px;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Lato, sans-serif;
    color: #fff;
    border: none;
}


/*For Slick Slider*/


/*
.slick-center {
z-index: 2;
 -webkit-box-shadow: 0 2px 16px rgba(30,37,48,.3);
 -moz-box-shadow: 0 2px 16px rgba(30,37,48,.3);
 box-shadow: 0 2px 16px rgba(30,37,48,.3);
}*/

.pricing_plan_cell.slick-center .nav {
    line-height: 50px;
}

.pricing_plan_cell.slick-center .plan_type.silver {
    background: #42b6ff;
}

.pricing_plan_cell.slick-center .pricing_row {
    background: #4594fe;
}

.slick-dots li {
    display: inline-block;
    height: auto;
    min-height: 50px;
    text-align: center;
    display: table-cell;
    width: 1%;
}

.slick-dots {
    background: #ffffff none repeat scroll 0 0;
    bottom: auto;
    line-height: normal;
    list-style: outside none none;
    position: absolute;
    text-align: left;
    top: -64px;
    padding: 0;
    width: 100%;
    margin-bottom: -1px;
}

.slick-dots li:first-child {
    margin-left: 0;
}

.slick-dots li.slick-active {
    border-top: 2px solid #2677e0;
    border-right: 1px solid #2677e0;
    border-left: 1px solid #2677e0;
    background: #f1f6f8;
    border-bottom-color: #fff;
}

.slick-dots li:first-child button {
    background-position: 0px top;
}

.slick-dots li button {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #a2acb8;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid #2677e0;
}

.slick-slider button {
    display: block;
    background: #fff;
    border: 0;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #f1f6f8;
    border-bottom: 1px solid #f1f6f8;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    font-size: 13px;
    color: #2677e0;
}

.slick-slider button.slick-arrow {
    background: #ef7b0b;
    border-radius: 100%;
}

.slick-slider button.slick-prev {
    padding-right: 3px;
    left: -35px;
}

.slick-slider button.slick-next {
    padding-left: 3px;
    right: -35px;
}

.slick-prev::before {
    content: "\f0d9";
    font-family: FontAwesome;
    border-radius: 100%;
}

.slick-prev,
.slick-next {
    width: 25px;
    height: 25px;
}

.slick-next::before {
    content: "\f0da";
    font-family: FontAwesome;
    border-radius: 100%;
}


/*Scrolling tabbing*/

.scroll_tab {
    display: table;
    border: none;
    margin: 0 auto;
    background: #ef7b0b;
    width: 100%;
}

.scroll_tab li {
    display: inline-block;
    height: auto;
    min-width: 180px;
    text-align: center;
    display: table-cell;
    width: 1%;
}

.scroll_tab li a {
    margin: 0;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 55px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    border: none;
    font-weight: bold;
    letter-spacing: .80px;
}

.scroll_tab li a:hover {
    color: #fff;
    border: none;
    background: #0fa3f2;
}

.scroll_tab li.active a,
.scroll_tab li.active a:focus,
.scroll_tab li a:hover {
    color: #fff;
    background: #0fa3f2;
    border: none;
}


/*VC Tabbing*/

.vc_tta-color-white.vc_tta-style-outline .vc_tta-tab>a {
    color: #443a44;
    background: #fff;
    border: 0px;
}

.vc_tta.vc_general .vc_tta-tab {
    display: table-cell;
    text-align: center;
    background-color: #42b6ff;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
    background: #fff;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    border: 0px;
    color: #fff;
    background: #42b6ff;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:focus,
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover {
    background-color: #42b6ff;
}

.vc_tta.vc_tta-shape-square .vc_tta-tab>a {
    border-radius: 0;
}

.vc_tta.vc_general .vc_tta-tab>a {
    padding: 18px 20px;
    font-size: 14px;
    font-weight: bold;
}


/* # TablePress plugin
  ================================================== */

.tablepress {
    background-color: #fff;
}

.tablepress tfoot th,
.tablepress thead th {
    background-color: #fff;
    color: #7b9196;
    font-size: 15px;
    line-height: 60px;
    padding: 0px 20px;
}

.tablepress tbody td,
.tablepress tfoot th {
    border-color: #dcdcdc;
    line-height: 60px;
}

.tablepress .odd td {
    background-color: #f5f5f5;
}

.tablepress td,
.tablepress th {
    padding: 0px 20px;
    font-size: 14px;
    line-height: 60px;
    vertical-align: middle;
    color: #443a44;
    font-family: 'Roboto', sans-serif;
}

.tablepress tbody tr>td:first-child {
    color: #443a44;
    font-weight: 600;
    font-size: 16px;
}

.tablepress .fa-check {
    color: #00C376;
}

@media (min-width: 768px) and (max-width: 960px) {
    .tablepress tfoot th,
    .tablepress thead th,
    .tablepress td,
    .tablepress th,
    .tablepress tbody tr>td:first-child {
        font-size: 13px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .tablepress tfoot th,
    .tablepress thead th,
    .tablepress td,
    .tablepress th,
    .tablepress tbody tr>td:first-child {
        font-size: 11px;
    }
}

@media (max-width: 479px) {
    .tablepress tfoot th,
    .tablepress thead th,
    .tablepress td,
    .tablepress th,
    .tablepress tbody tr>td:first-child {
        font-size: 9px;
        line-height: 1.78;
        padding: 8px;
        text-align: center;
    }
    .tablepress tbody tr>td:first-child,
    .tablepress tfoot th:first-child,
    .tablepress thead th:first-child {
        text-align: left;
    }
    .tablepress tfoot th:first-child,
    .tablepress thead th:first-child {
        text-align: left;
    }
}

.tablepress a.magicmore {
    background: #51c1e9;
    border-radius: 50px;
    color: #fff !important;
    padding: 7px 20px;
    transition: all 0.3s ease;
}

.tablepress a.magicmore:hover {
    background: #292929 !important;
    color: #fff !important;
}

.tablepress a.magicmore:after {
    display: none;
}

.tablepress tbody td,
.tablepress tfoot th {
    border-top: none;
}

#extensiontable .tablepress tfoot th,
.tablepress thead th {
    background-color: #ef7b0b;
    color: #fff;
}


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


/* Custom Select box Css
-------------------------------------------------------------------*/

.custom-select {
    display: inline-block;
    font-size: 13px;
    background-color: #fff;
    color: #98a0a9;
    padding: 0;
    border: 1px solid #eae9e7;
    cursor: pointer;
    position: relative;
}

.custom-select,
.custom-select select {
    width: 100%;
    line-height: 42px;
    height: 42px;
}

.custom-select select {
    height: 42px !important;
    width: 100%;
    display: block;
    -webkit-appearance: menulist-button;
    float: left;
}

.custom-select select option {
    line-height: 42px;
}

.custom-select select {
    width: 100%;
    left: 0;
    top: 0
}

.select-wrapper .holder {
    margin: 0 30px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    padding: 1px 0px;
    font-size: 13px;
    color: #98a0a9;
    line-height: 42px;
    height: 42px;
}

.select-wrapper .holder:after {
    content: '';
    float: right;
    margin: 0px;
    height: 40px;
    background: url(../../images/product/select-arrow.png) no-repeat right top;
    position: absolute;
    right: 0px;
    width: 42px;
    top: 0px;
}

.select-wrapper select,
.pager .limiter .select-wrapper select {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.custom-select select option {
    padding: 3px 5px;
}


/* Rating
-------------------------------------------------------------------*/

.rating-box {
    background: transparent url("../../images/product/rating.png") repeat-x left bottom;
    display: block;
    float: left;
    height: 13px;
    width: 88px;
    margin-right: 27px;
    margin-top: 20px;
}

.rating-box .rating {
    display: block;
    background: url("../../images/product/rating.png") repeat-x left top;
    height: 13px;
}


/* UI Price range slider
-------------------------------------------------------------------*/

.ui-slider-horizontal {
    height: 3px;
    margin: 9px 0 27px;
}

.ui-widget-content {
    background: #d6dfe1;
    border: 0 solid #ddd;
    color: #333;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0px;
}

.ui-slider .ui-slider-handle {
    background: url("../../images/product/slider-pointer.png") no-repeat 0 0 transparent;
    width: 12px;
    height: 12px;
    border: 0;
    position: absolute;
    z-index: 2;
    cursor: ew-resize;
    outline: 0;
    top: -4px;
}

.ui-slider .ui-slider-range {
    background: #fe824c;
    height: 100%;
    position: absolute;
}


/* Product listing page css
-------------------------------------------------------------------*/

.product_list_wrap {
    padding: 55px 0;
}

.toolbar::after,
.toolbar::before {
    content: '';
    display: table;
}

.toolbar::after {
    clear: both;
}

.toolbar {
    padding: 0 0 20px;
}

.sort-by {
    float: left;
}

.custom-select,
.custom-select select {
    width: 262px;
}

.showing-result {
    float: right;
    color: #98a0a9;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0;
}

.product_list ul {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.product_list ul li {
    list-style-type: none;
    margin-bottom: 26px;
}

.product-collateral ul li {
    margin-bottom: 0px;
}

.product_list ul li .item {
    border: 1px solid #e6ecf2;
}

.product_list ul li a.product-image {
    width: 100%;
    height: 257px;
    text-align: center;
    display: block;
}

.product_list ul li a.product-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.product_list ul li .product-info::after,
.product_list ul li .product-info::before {
    content: '';
    display: table;
}

.product_list ul li .product-info::after {
    clear: both;
}

.product_list ul li .product-info {
    padding: 24px 19px 24px 23px;
}

.product_list ul li .product-info .product-name {
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    color: #404d5f;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product_list ul li .product-info .rating-box {
    background: transparent url("../../images/product/rating.png") repeat-x left bottom;
    display: block;
    float: left;
    height: 13px;
    width: 88px;
    margin-top: 6px;
    margin-right: 10px;
}

.product_list ul li .product-info .rating-box .rating {
    display: block;
    background: url("../../images/product/rating.png") repeat-x left top;
    height: 13px;
}

.product_list ul li .product-info .price-box {
    float: right;
}

.product_list ul li .product-info .price-box .price {
    color: #0186d5;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.loadmore_btn {
    padding: 0;
    line-height: 45px;
    background: #0186d5;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    display: block;
    max-width: 150px;
    margin: 32px auto 64px;
    width: 100%;
    text-align: center;
}

.loadmore_btn:hover,
.loadmore_btn:focus {
    background: #fe824c;
    color: #fff;
}


/* Product detail page css
-------------------------------------------------------------------*/

.product_view_wrap {
    padding: 67px 0;
}

.product_view::after,
.product_view::before {
    content: '';
    display: table;
}

.product_view::after {
    clear: both;
}

.product_view {
    border: 1px solid #e6ecf2;
}

.product-img-box {
    width: 42.5%;
    float: left;
}

.product-slide .owl-controls {
    position: absolute;
    bottom: 16px;
    width: 100%;
    margin: 0;
}

.product-slide .owl-dots .owl-dot span {
    background: #fff !important;
    width: 12px;
    height: 12px;
}

.product-slide .owl-dots .owl-dot.active span,
.product-slide .owl-dots .owl-dot:hover span {
    background: #0186d5 !important;
}

.product-shop {
    float: left;
    width: 57.5%;
    padding-left: 30px;
}

.product-shop .product-name {
    text-transform: uppercase;
    color: #404d5f;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    padding: 27px 0 4px;
    width: 100%;
    display: block;
}

.product-shop .price-info {
    float: left;
}

.product-shop .price-info .price-box .special-price,
.product-shop .price-info .price-box ins,
.product-shop .price-info .price-box .amount {
    color: #0186d5;
    font-size: 30px;
    font-weight: 700;
    text-decoration: initial;
}

.product-shop .price-info .price-box .regular-price,
.product-shop .price-info .price-box del,
.product-shop .price-info .price-box del .amount {
    color: #c0c3c9;
    font-size: 21px;
    font-weight: 400;
    text-decoration: line-through;
}

.product-shop .rating-box {
    float: right;
}

.product-shop .short-desp {
    float: left;
    width: 100%;
    padding: 20px 20px 20px 0px;
    margin: 0;
    border-bottom: 1px solid #e3e7ec;
}

.product-shop .short-desp p {
    font-size: 14px;
    color: #6e7682;
    line-height: 24px;
    margin: 0;
}

.product-shop .action {
    padding: 31px 0;
    border-bottom: 1px solid #e3e7ec;
    float: left;
    width: 100%;
}

.product-shop .action .qty {
    float: left;
    width: 146px;
    margin-right: 5px;
}

.product-shop .action .qty .input-group .input-group-btn .minus.btn-number,
.product-shop .action .qty .input-group .input-group-btn .plus.btn-number {
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-indent: -36px;
    font-size: 0;
    line-height: 0;
    border: 0;
}

.product-shop .action .qty .input-group .input-group-btn .minus.btn-number {
    background: url("../../images/product/minus-btn.jpg") no-repeat 0 0;
}

.product-shop .action .qty .input-group .input-group-btn .plus.btn-number {
    background: url("../../images/product/plus-btn.jpg") no-repeat 0 0;
}

.product-shop .action .qty .input-group .input-number {
    border: 1px solid #e3e7ec;
    box-shadow: none;
    height: 36px;
    margin: 0 7%;
    text-align: center;
    width: 86%;
}

.product-shop .action .add-to-cart {
    float: left;
}

.product-shop .action .add-to-cart button.button {
    padding: 0;
    line-height: 36px;
    background: #0186d5;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    display: block;
    margin: 0 5px;
    width: 125px;
    text-align: center;
    font-weight: 700;
}

.product-shop .action .buy-now {
    float: left;
}

.product-shop .action .buy-now button.button {
    padding: 0;
    line-height: 36px;
    background: #fe824c;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    display: block;
    margin: 0 5px;
    width: 125px;
    text-align: center;
    font-weight: 700;
}

.sharing-links {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.sharing-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sharing-links ul li {
    margin: 0;
    padding: 0 15px 0 0;
    list-style-type: none;
    display: inline-block;
    color: #6e7682;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.sharing-links ul li a,
.sharing-links ul li a i.fa {
    color: #6e7682;
    font-size: 18px;
}

.product-collateral {
    padding: 36px 0 0;
}

.tabs.product-collateral .nav-tabs {
    border-bottom: 1px solid #e3e7ec;
}

.tabs.product-collateral .nav-tabs li+li {
    margin-left: 0px;
}

.tabs.product-collateral .nav-tabs li a {
    color: #b2b7bf;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    padding: 0 19px;
    background: url("../../images/product/divider.jpg") no-repeat left 18px transparent;
    margin-right: 0;
    border-radius: 0;
    text-transform: uppercase;
    line-height: 50px;
    border: none;
}

.tabs.product-collateral .nav-tabs li:first-child a {
    padding-left: 0;
    background: none;
}

.tabs.product-collateral .nav-tabs li.active a {
    color: #404d5f;
    background: url("../../images/product/divider.jpg") no-repeat left 18px transparent;
}

.tabs.product-collateral .tab-content .tab-pane::after,
.tabs.product-collateral .tab-content .tab-pane::before {
    content: '';
    display: table;
}

.tabs.product-collateral .tab-content .tab-pane::after {
    clear: both;
}

.tabs.product-collateral .tab-content .tab-pane {
    background: none;
    padding: 35px 0;
}

.tabs.product-collateral .tab-content .tab-pane p {
    font-size: 14px;
    line-height: 24px;
}

.tabs.product-collateral .tab-content .tab-pane ul {
    margin: 0;
    padding: 32px 0 0;
    list-style-type: none;
    float: left;
    width: 100%;
}

.tabs.product-collateral .tab-content .tab-pane ul li {
    margin: 0;
    padding: 10px 0 10px 30px;
    list-style-type: none;
    width: 50%;
    float: left;
    line-height: normal;
    color: #6e7682;
    font-size: 14px;
    position: relative;
}

.tabs.product-collateral .tab-content .tab-pane ul li::before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 10px;
    color: #20262e;
}

.related-products h3 {
    margin: 0;
    padding: 18px 0 28px;
    color: #404d5f;
    font-size: 18px;
    font-weight: 800;
}


/* Cart page css
-------------------------------------------------------------------*/

.cart {
    padding: 55px 0;
}

.cart-table {
    border: 1px solid #e0e7e9;
}

.cart-table thead tr th {
    border-bottom: 1px solid #e0e7e9;
    color: #243c4f;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding: 12px 28px;
}

.cart-table thead tr th.item-desp {
    width: 31%;
}

.cart-table thead tr th.qty,
.cart-table thead tr th.price,
.cart-table thead tr th.total,
.cart-table thead tr th.remove {
    text-align: center;
}

.cart-table thead tr th.qty {}

.cart-table thead tr th.price {}

.cart-table thead tr th.total {}

.cart-table thead tr th.remove {}

.cart-table tbody tr td {
    border: 0;
    padding: 13px 28px;
}

.cart-table tbody tr:first-child td {
    padding-top: 26px;
}

.cart-table tbody tr:last-child td {
    padding-bottom: 26px;
}

.cart-table tbody tr td a {
    color: #fe824c;
    font-size: 14px;
}

.cart-table tbody tr td.item-desp {
    color: #243c4f;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
}

.cart-table tbody tr td.item-desp img {
    display: inline-block;
    margin-right: 30px;
    float: left;
}

.cart-table tbody tr td.qty,
.cart-table tbody tr td.price,
.cart-table tbody tr td.total,
.cart-table tbody tr td.remove {
    color: #56758d;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
}

.cart-table tbody tr td.qty {}

.cart-table tbody tr td.price {}

.cart-table tbody tr td.total {}

.cart-table tbody tr td.remove {}

.cart-block {
    border: 1px solid #d8d8d8;
    margin-bottom: 34px;
}

.cart-block-title {
    border-bottom: 1px solid #d8d8d8;
    color: #243c4f;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding: 12px 28px;
}

.cart-block-content::after,
.cart-block-content::before {
    content: '';
    display: table;
}

.cart-block-content::after {
    clear: both;
}

.cart-block-content {
    padding: 30px;
}

.cart-block-content .form-control {
    border: 1px solid #e0e7e9;
    background: #f4f8f9;
    border-radius: 0;
    box-shadow: none;
    width: 75%;
    display: inline-block;
    float: left;
    height: 43px;
    color: #56758d;
    font-size: 14px;
}

.cart-block-content button.button {
    float: left;
    width: 25%;
    padding: 0;
    line-height: 43px;
    background: #0186d5;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    display: block;
    margin: 0;
    text-align: center;
    font-weight: 700;
}

.cart-block-content .select-wrapper {
    display: inline-block;
    font-size: 13px;
    background-color: #f4f8f9;
    color: #98a0a9;
    padding: 0;
    border: 1px solid #e0e7e9;
    cursor: pointer;
    position: relative;
    margin-bottom: 16px;
}

.cart-block-content .select-wrapper,
.cart-block-content .select-wrapper select {
    width: 100%;
    line-height: 42px;
    height: 42px;
}

.cart-block-content .select-wrapper select {
    height: 42px !important;
    width: 100%;
    display: block;
    -webkit-appearance: menulist-button;
    float: left;
}

.cart-block-content .select-wrapper select option {
    line-height: 42px;
}

.cart-block-content .select-wrapper select {
    width: 100%;
    left: 0;
    top: 0
}

.cart-block-content .select-wrapper .holder {
    margin: 0 30px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    padding: 1px 0px;
    font-size: 14px;
    color: #56758d;
    line-height: 42px;
    height: 42px;
}

.cart-block-content .select-wrapper .holder:after {
    content: '';
    float: right;
    margin: 0px;
    height: 40px;
    background: url(../../images/product/select-arrow2.png) no-repeat right top;
    position: absolute;
    right: 0px;
    width: 42px;
    top: 0px;
}

.cart-block-content .select-wrapper select,
.pager .limiter .select-wrapper select {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.cart-block-content .select-wrapper select option {
    padding: 3px 5px;
}

.calc-shipping .cart-block-content button.button {
    float: right;
    width: 167px;
}

.cart-total {}

.cart-total-table {
    border: 0
}

.cart-total-table tbody tr td {
    border: 0;
    font-size: 14px;
    color: #56758d;
    padding: 4px 0;
}

.cart-total-table tbody tr td:first-child {
    text-align: left;
}

.cart-total-table tbody tr td:last-child {
    text-align: right;
}

.cart-total .cart-block-content button.button {
    float: right;
    width: 200px;
    background: #fe824c;
}

.input-group.spinner {
    width: 70px;
    margin: 0 auto;
    border: 1px solid #e4e9ee;
    padding: 2px 3px;
}

.spinner input {
    text-align: left;
    border: 0;
    box-shadow: none;
}

.spinner input:hover,
.spinner input:focus {
    box-shadow: none;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 2%;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 7px;
    margin-bottom: 1px;
    position: relative;
    border-radius: 0;
    background: #e4e9ee;
    border: 0;
    text-shadow: none;
}

.input-group-btn-vertical>.btn:hover {
    background: #d4dbe1;
}

.input-group-btn-vertical>.btn i.fa {
    font-size: 10px;
}

.input-group-btn-vertical>.btn:first-child {
    border-radius: 0px;
}

.input-group-btn-vertical>.btn:last-child {
    border-radius: 0px;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 2px;
    left: 4px;
}


/* Checkout page css
-------------------------------------------------------------------*/

.checkout {
    padding: 10px 0;
}

.checkout h3 {
    color: #243c4f;
    font-size: 22px;
    line-height: 38px;
    font-weight: 900;
    margin: 0 0 21px;
    padding: 0 0 21px;
    text-transform: uppercase;
    position: relative;
}

.checkout h3:before {
    position: absolute;
    left: 0;
    bottom: 9px;
    border-bottom: 2px solid #0186d5;
    width: 67px;
    content: '';
}

.checkout .form-group {
    margin-bottom: 5px;
}

.checkout label,
.medical-form label {
    color: #56758d;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 0;
}

.checkout .checkbox label {
    line-height: 22px;
}

.checkout .radio label {
    line-height: 21px;
}

.checkout .form-control,
.medical-form .form-control {
    border: 1px solid #e0e7e9;
    box-shadow: none;
    background: #f4f8f9;
    border-radius: 0px;
    height: 43px;
    margin: 0 0 10px;
}

.checkout #billing_state {
    border: 1px solid #E0E7E9;
    box-shadow: none;
    background: #F4F8F9;
    border-radius: 0px;
    height: 43px;
    margin: 0 0 10px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.checkout .radio,
.checkout .checkbox {
    margin: 0 0 0 20px;
}

.checkout .checkbox {
    margin-bottom: 10px;
}

.checkout p.help-block,
.checkout .help-block {
    border: 1px solid #d8d8d8;
    padding: 22px 30px;
    font-size: 14px;
    color: #243c4f;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.checkout .help-block p {
    margin: 0px;
}

.checkout button.button,
.checkout .button,
.button.button-orange {
    padding: 0 15px;
    line-height: 36px;
    background: #fe824c;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    display: block;
    margin: 0;
    text-align: center;
    font-weight: 700;
}

.checkout-info {
    padding-bottom: 32px;
}

.address-info {}


/* Slide bar css
-------------------------------------------------------------------*/

.sidebar-block {
    padding-bottom: 54px;
}

.sidebar-block-title {
    margin: 0;
    padding: 0;
}

.sidebar-block-title h3 {
    font-weight: 900;
    font-size: 18px;
    color: #404d5f;
    margin: 0;
    padding: 0 0 21px;
    text-transform: uppercase;
}

.sidebar-block-content::after,
.sidebar-block-content::before {
    content: '';
    display: table;
}

.sidebar-block-content::after {
    clear: both;
}

.sidebar-block button.button {
    padding: 0;
    line-height: 36px;
    background: #0186d5;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    display: block;
    margin: 0;
    width: 99px;
    text-align: center;
    font-weight: 700;
}


/* Categories Nav List
-------------------------------------------------------------------*/

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

.widget_product_categories ul li {}

.widget_product_categories ul li .count {
    color: #B4B6C3;
    font-size: 13px;
    line-height: 36px;
    font-weight: normal;
}

.widget_product_categories ul li a {
    color: #6e7682;
    font-size: 13px;
    line-height: 36px;
    font-weight: normal;
    text-transform: uppercase;
}

.widget_product_categories ul li a i.fa {
    float: right;
    line-height: 36px;
}

.widget_product_categories ul li a:hover {
    color: #fe824c;
}

.widget_product_categories ul li ul.children {
    margin-left: 20px;
}

.widget_product_categories ul li:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    float: right;
    line-height: 36px;
    color: #6E7682;
}


/* Filter price range css
-------------------------------------------------------------------*/

.price_slider {
    position: relative;
}

.price_slider_amount button {
    float: left;
    width: 50%;
}

.price_slider_amount .price_label {
    float: right;
    width: 50%;
    padding: 10px 0;
    color: #6E7682;
    font-size: 13px;
    font-weight: 400;
}

.price_slider_amount input {
    float: left;
    width: 70%;
    color: #6E7682;
    font-size: 13px;
    border: 0;
    font-weight: 400;
}


/* Top Rated product css
-------------------------------------------------------------------*/

ul.product_list_widget {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

ul.product_list_widget li {
    margin: 0;
    padding: 20px 0;
    list-style-type: none;
    border-bottom: 1px solid #eae9e7;
    float: left;
    width: 100%;
}

ul.product_list_widget li:last-child {
    border-bottom: 0;
}

ul.product_list_widget .image-col {
    width: 28%;
    height: 77px;
    float: left;
}

ul.product_list_widget .image-col img {
    width: 100%;
    height: 100%;
}

ul.product_list_widget .product-info {
    float: left;
    width: 72%;
    padding-left: 20px;
}

ul.product_list_widget .product-info .product-name {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #404d5f;
    font-size: 14px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

ul.product_list_widget .product-info .rating-box {
    margin: 14px 0 0;
}

ul.product_list_widget .product-info .price-box {
    float: left;
    width: 100%;
    margin: 12px 0 0;
}

ul.product_list_widget .product-info .price-box .amount {
    color: #0186d5;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

ul.product_list_widget .product-info .price-box ins {
    text-decoration: none;
}

ul.product_list_widget .product-info .price-box del,
ul.product_list_widget .product-info .price-box del .amount {
    line-height: 0px;
    font-size: 12px;
    color: #CCC;
}

.widget_recent_reviews ul.product_list_widget .product-info .rating-box {
    float: none;
}

ul.product_list_widget .product-info .reviewer {
    font-size: 12px;
    color: #969696;
    margin-top: 10px;
}


/* Search Product Form
-------------------------------------------------------------------*/

.woocommerce-product-search input {
    line-height: 48px;
    padding: 0 18px;
    height: 48px;
    width: 74%;
    background: #e5f0fb;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #828fa8;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    float: left;
}

.woocommerce-product-search input::-moz-placeholder {
    color: #828fa8;
    opacity: 1;
}

.woocommerce-product-search input:-ms-input-placeholder {
    color: #828fa8;
}

.woocommerce-product-search input::-webkit-input-placeholder {
    color: #828fa8;
}

.woocommerce-product-search input:focus {
    background: #0186d5;
    color: #fff;
}

.woocommerce-product-search input:focus::-moz-placeholder {
    color: #fff;
}

.woocommerce-product-search input:focus:-ms-input-placeholder {
    color: #fff;
}

.woocommerce-product-search input:focus::-webkit-input-placeholder {
    color: #fff;
}

.woocommerce-product-search input:focus+#searchsubmit {
    background: #fe824c;
}

.woocommerce-product-search span {
    padding: 0;
    border: none;
}

.woocommerce-product-search #searchsubmit {
    width: 26%;
    line-height: 48px;
    background: #0186d5;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 0;
    font-size: 12px;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    float: left;
}

.woocommerce-product-search #searchsubmit:hover {
    background: #fe824c;
}


/* Product Tag Cloud
-------------------------------------------------------------------*/

.widget_product_tag_cloud .tagcloud a {
    font-size: 11px !important;
    font-weight: bold;
    color: #404D5F;
    line-height: 34px;
    padding: 0 12px;
    background: #E5F0FB;
    text-transform: uppercase;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
}

.widget_product_tag_cloud .tagcloud a:hover {
    color: #FFF;
    background: #0186D5;
}


/* Shopping Cart
-------------------------------------------------------------------*/

.widget_shopping_cart ul.product_list_widget .quantity {
    margin-top: 10px;
}

.widget_shopping_cart ul.product_list_widget .remove {
    margin-top: 10px;
    display: block;
    color: #FE824C;
    font-size: 13px;
}

.widget_shopping_cart .total {
    border-top: 1px solid #EAE9E7;
    clear: both;
    padding: 15px 0px;
    border-bottom: 1px solid #EAE9E7;
}

.widget_shopping_cart .total .amount {
    color: #0186D5;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.widget_shopping_cart .buttons a {
    float: left;
    padding: 0 15px;
    line-height: 43px;
    background: #0186D5;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    text-align: center;
    font-weight: 700;
    margin: 0px 10px 0px 0px;
}

.widget_shopping_cart .buttons a.checkout {
    background: #FE824C;
}


/* Custom WooCommerce css
-------------------------------------------------------------------*/

.woocommerce-ordering {
    float: left !important;
    margin-bottom: 0 !important;
}

.woocommerce-result-count {
    float: right !important;
    color: #98A0A9;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0 !important;
}

.product_list ul li a.product-image img {
    width: 100%;
}

.product_list ul li.outofstock {
    opacity: .5;
}

.product_list ul li .product-info .price-box .price ins {
    text-decoration: none;
}

.product_list ul li .product-info .price-box .price del {
    line-height: 0px;
    font-size: 12px;
    color: #CCC;
}

.woocommerce .cart-table thead {
    background: #FFF !important;
}

.woocommerce table.cart-table td.item-desp img {
    width: 126px;
}

.woocommerce .cart-total-table tr {
    border-top: 0px !important;
}

.cart-table button.button {
    width: 167px;
    line-height: 43px;
    background: #0186D5;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    text-align: center;
    font-weight: 700;
}

.woocommerce-invalid .input-text {
    border-color: #A00;
}

.woocommerce ul.order_details {
    margin: 0px;
    padding-left: 10px;
    list-style: none;
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #D3CED2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}

.medical-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0px;
}

.variations_form.cart {
    padding: 20px 0px 20px 0px;
    border-bottom: solid 1px #E3E7EC;
}

.variations_form.cart .reset_variations {
    margin-left: 15px;
}

.variations_form.cart .single_variation_wrap {
    margin-top: 20px;
    border-top: solid 1px #E3E7EC;
    padding-top: 20px;
}

.variations_form.cart .single_variation_wrap .single_variation {
    float: left;
    margin-right: 20px;
    padding-top: 10px;
}

.variations_form.cart .single_variation_wrap .single_variation:empty {
    display: none;
}

.variations_form.cart .single_variation_wrap .single_variation .price .amount {
    color: #0186d5;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.variations_form.cart .single_variation_wrap .single_variation .price ins {
    text-decoration: none;
}

.variations_form.cart .single_variation_wrap .single_variation .price del,
.variations_form.cart .single_variation_wrap .single_variation .price del .amount {
    color: #c0c3c9;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
}

.variations_form.cart .single_variation_wrap .variations_button {
    float: left;
}

.variations_form.cart .single_variation_wrap .variations_button .input-group {
    float: left;
    margin-right: 20px;
}

.variations_form.cart .single_variation_wrap .variations_button .single_add_to_cart_button {
    float: left;
    padding: 0 15px;
    line-height: 36px;
    background: #0186D5;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    display: block;
    margin: 0;
    text-align: center;
    font-weight: 700;
}

.product-shop .stock.in-stock {
    clear: both;
    margin: 0px;
    border-bottom: solid 1px #E3E7EC;
    padding: 10px 0px;
    font-weight: bold;
}

.product-shop .stock.out-of-stock {
    font-weight: bold;
    color: #DA0000;
}

.product-shop .product_meta {
    clear: both;
    padding: 20px 0px;
    border-bottom: solid 1px #E3E7EC;
}

.product-shop .product_meta span {
    display: block;
    color: #60646C;
}

.product-shop .product_meta span a {
    font-weight: bold;
    color: #0186D5;
}

.product-shop .product_meta span a:hover {
    color: #FE824C;
}

.product-shop .product_meta span.posted_in+.tagged_as,
.product-shop .product_meta .sku_wrapper+.posted_in,
.product-shop .product_meta .sku_wrapper+.tagged_as {
    margin-top: 10px;
}

.product-shop .product_meta .sku_wrapper span.sku {
    display: inline-block;
}

.widget_shopping_cart_content dl.variation {
    margin-bottom: 0px;
    margin-top: 5px;
}

dl.variation p {
    margin: 0px;
    padding: 0px;
}

dl.variation dt.variation-color {
    float: left;
    margin-right: 10px;
}

.product_list h1.page-title {
    font-weight: 900;
    font-size: 18px;
    color: #404D5F;
    margin: 0;
    padding: 0 0 21px;
    text-transform: uppercase;
}

.dynamicULList {
    list-style: none;
    padding-left: 0;
}

.dynamicULList li {
    margin-top: 30px;
    float: left;
    list-style: none;
    padding-left: 0;
    letter-spacing: 1px;
}

.dynamicULList li:before {
    content: '';
    height: 20px;
    width: 30px;
    float: left;
    /* background: url(../../images/icons/footer/list-marker.png) left center no-repeat;*/
}

.futureBoxHeadStyle3 h4 {
    font-size: 18px;
    padding: 10px 30px 10px 10px;
    color: #fff;
}