html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, abbr, acronym, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border-width: 0; border-style: solid; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

section {
    
  background-color: white;
  
}

article, aside, figure, footer, header, hgroup, menu, nav, section, fieldset {

 display: block;

}

.g1-font-regular-m {
    font-size: 14px;
}
body {
    font-family: Helvetica, Arial, serif;
    line-height: 1.5;
}
body {
    line-height: 1;
}

body {
    background-color: #ddf0f5;
    font-family: 'revicons', sans-serif;
    line-height: 24px;
    font-size: 20px;
    color: #818181;
}

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

figure, p, address {
    margin: 0;
}

p {
    line-height: 25px;
    color:#3d3d3d;

}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
}

li {
    display: block;
}

li:before {
    float: left;
}

/* ================ Spasi atas bawah semua judul =================== */

.margin-fix {

    margin: 0 auto;

}

main > section {

    /*padding: 140px 0;*/
    padding: 90px 0;

}

#page {
    height: 70px;
    overflow: hidden;
}

/* =================================== */


#price-details {

    padding: 0 0 20px;

}


.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: none;
}

.btn-blue {
    background-color: rgba(0,158,227, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

/* Sweep To Right */
.btn-effect {
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;

    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
            transform: translateZ(0);

    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;

    -webkit-transition-property: color;
       -moz-transition-property: color;
        -ms-transition-property: color;
            transition-property: color;

    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
            transition-duration: 0.3s;

    -moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;

    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);

    -webkit-transform-origin: 0 50%;
       -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;

    -webkit-transition-property: transform;
       -moz-transition-property: transform;
        -ms-transition-property: transform;
            transition-property: transform;

    -webkit-transition-duration: 0.3s;
       -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
            transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
        -ms-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
    color: #009EE3;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
    -webkit-transform: scaleX(1);
       -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.sec-title {
    margin-top: 35px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.sec-title.white {
    color: #fff;
}

.sec-title h2 {
    font-size: 45px;
    /*margin: 1px 0 20px;*/
    margin-bottom: 0;
    padding-bottom:10px;
    position: relative;
    text-transform: none;
}

.sec-title.white h2 {
    color: #fff;
}

.sec-title h2:after {
    border-bottom: 0px solid #4b4b4b;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 200px;
}

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}

.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}




/**
/*    Header
/* ==========================================*/


.container2{
    margin:auto;
    width:100%;
    background-image:url(../img/icons/top-bg.png);
    height:30px;
}

#g1-secondary-nav-switch {visibility:hidden}

#nav2 {

    height:30px;
    text-align:right;
}



#navigation 2{
    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;

    background-color: rgba(249,253,255,0.2);
    padding: 5px 0;
    height:30px;
}

#navigation2.animated-header2 {
    padding: 30px 0;
    height:30px;
}



#navigation {
    background-color: rgba(249,253,255,0.98);
    padding: 5px 0;
    /*margin-top:30px;*/
}

#navigation.animated-header {
    
    height: auto;
    padding: 10px 0;
    margin-top: 0px;
    
}

h1.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    margin-bottom:20px;
    text-transform: none;
}

.navbar-brand > a {

    outline: none;

}

.navbar-inverse .navbar-nav > li > a {
    color: #4d4d4d !important;
    font-size: 14px;
    text-transform: none;
}

.navbar-nav2 > li > a {
    color: #4d4d4d;
    font-size: 13px;
}


    #nav li{

        display: inline-block;
        word-spacing:-3px;

    }


/*=================================================================
    Home Slider
==================================================================*/



.home-slider {
    position: relative;
    padding: 0;
    height:550px;
    width:100%;

}

.caption-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: none;
}

.caption-content > span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/* Default styles for background colors

.btn-effect:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;

    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

.btn-effect:hover,
.btn-effect:active {
    color: #0e83cd;
}

.btn-effect:hover:after,
.btn-effect:active:after {
    width: 100%;
} */


/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../img/right.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../img/left.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    left: 0;
}

/*=================================================================
    Under-Banner
==================================================================*/

#under-banner {

    background-color:#1592a1;
    background-repeat:no-repeat;
    background-position: 50% 50%;
    color: #fff;
    height:40px;
    text-align:center;
}

#under-banner h3{

    color: #fff;
    font-weight:bold;
    font-size:14px;
    margin-top:-59px;
}

.logo-icon {
    width:900px;
    text-align:center;

}



/*=================================================================
    About
==================================================================*/

.start a {
    background-image:url(../img/member-1.png);
    background-repeat:no-repeat;
    width:310px;
    height:70px;
}

.start a:hover {
    background-image:url(../img/member-1a.png);
    background-repeat:no-repeat;
    width:310px;
    height:70px;
}

#about {

    background-image:url(../img/icons/about-bg.png);
    background-repeat:no-repeat;
    background-position: 50% 50%;
    color: #707070;
    height:200px;
    padding-top:40px;
    text-align:center;
}

#about .domain-select {

    float:left;
    margin-left:10px;

}

#about h3 {
    color: #999;
    margin: 0 0 10px;
    text-transform: none;
    font-size:30px;
}

#about .welcome-block h3 {
    margin: 0 0 1px;
    text-align:center;
}

#about .welcome-block img {
    margin-right: 10px;
    text-align:center;
}

#about .message-body {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 70px;
}

.owl-buttons {
    border: 2px solid #fff;
    display: inline-block;
    float: right;
    padding: 1px 8px 5px;
}

.owl-buttons > div {
    display: inline-block;
    padding: 0 5px;
}

.welcome-message {
    padding: 0 50px;
}

.welcome-message img {
    display: block;
    height: auto;
    max-width: 100px;
    float: left;
}

.welcome-message p {
    font-size: 13px;
    margin-left: 135px;
}

/*=================================================================
    Kvchosting Include Free
==================================================================*/


.no-webp #service {
    background-image: url(../img/slider/banner.jpg);
    padding: 0;
}

.webp #service {
    background-image: url(../img/slider/banner.webp);
    padding: 0;
}

#service .overlay {

    background: url("../img/slide_bg.png") repeat scroll 10 0 transparent;
    /*padding: 100px 0 120px;*/
    padding: 0;
    padding-bottom: 10px;

}

#service .sec-title {
 
 margin-top: 22px;
    
}

.content-srevice {
    font-size:15px;
    color:#3d3d3d;
    line-height:19px;
}

.service-icon {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 50px;
    background-image:url(../img/icons/include10.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-item a:hover .service-icon {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/include10.png);
}

.service-item:hover .service-icon {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/include1.png);
    background-repeat:no-repeat;
    height:170px;
    width:180px;
}

.service-icon i {
    width:100%;
    height:100%;
}

.service-item h3 {
    font-size: 20px;
    text-transform: none;
}






.service-icon2 {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 50px;
    background-image:url(../img/icons/include20.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-item2 a:hover .service-icon2 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include20.png);
    height:156px;
    width:262px;
}

.service-item2:hover .service-icon2 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include2.png);
    background-repeat:no-repeat;
    height:170px;
    width:180px;
}

.service-icon2 i {
    width:100%;
    height:100%;
}

.service-item2 h3 {
    font-size: 20px;
    text-transform: none;
}








.service-icon3 {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 50px;
    background-image:url(../img/icons/include30.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-item3 a:hover .service-icon3 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include30.png);
    height:156px;
    width:262px;
}

.service-item3:hover .service-icon3 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include3.png);
    background-repeat:no-repeat;
    height:170px;
    width:180px;
}

.service-icon3 i {
    width:100%;
    height:100%;
}

.service-item3 h3 {
    font-size: 20px;
    text-transform: none;
}








.service-icon4 {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 50px;
    background-image:url(../img/icons/include40.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-item4 a:hover .service-icon4 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include40.png);
    height:156px;
    width:262px;
}

.service-item4:hover .service-icon4 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include4.png);
    background-repeat:no-repeat;
    height:170px;
    width:180px;
}

.service-icon4 i {
    width:100%;
    height:100%;
}

.service-item4 h3 {
    font-size: 20px;
    text-transform: none;
}






.service-icon5 {
    border: 3px solid transparent;
    display: inline-block;
    height: 156px;
    width: 180px;
    line-height: 50px;
    background-image:url(../img/icons/include50.png);
    background-repeat:no-repeat;


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-item5 a:hover .service-icon5 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include50.png);
    background-repeat:no-repeat;
    height:156px;
    width:180px;
}

.service-item5:hover .service-icon5 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include5.png);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.service-icon5 i {
    width:100%;
    height:100%;
}

.service-item5 h3 {
    font-size: 20px;
    text-transform: none;
}






.service-icon6 {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 50px;
    background-image:url(../img/icons/include60.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-item6 a:hover .service-icon6 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include60.png);
    height:156px;
    width:262px;
}

.service-item6:hover .service-icon6 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include6.png);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.service-icon6 i {
    width:100%;
    height:100%;
}

.service-item6 h3 {
    font-size: 20px;
    text-transform: none;
}






.service-icon7 {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 50px;
    background-image:url(../img/icons/include70.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-item7 a:hover .service-icon7 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include70.png);
    height:156px;
    width:262px;
}

.service-item7:hover .service-icon7 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include7.png);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.service-icon7 i {
    width:100%;
    height:100%;
}

.service-item7 h3 {
    font-size: 20px;
    text-transform: none;
}






.service-icon8 {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 50px;
    background-image:url(../img/icons/include80.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-item8 a:hover .service-icon8 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include80.png);
    height:156px;
    width:262px;
}

.service-item8:hover .service-icon8 {
    margin-top: 20px;
    color: #009ee3;
    background-image:url(../img/icons/include8.png);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.service-icon8 i {
    width:100%;
    height:100%;
}

.service-item8 h3 {
    font-size: 20px;
    text-transform: none;
}




/*=================================================================
    Kvchosting Include Free 2
==================================================================*/


.no-webp .service-icon2a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/ddos.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.no-webp .service-item a:hover .service-icon2a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/ddos.png);
    height:156px;
    width:262px;
}

.no-webp .service-item:hover .service-icon2a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/ddosb.png);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.webp .service-icon2a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/ddos.webp);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.webp .service-item a:hover .service-icon2a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/ddos.webp);
    height:156px;
    width:262px;
}

.webp .service-item:hover .service-icon2a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/ddosb.webp);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.service-icon2a i {
    width:100%;
    height:100%;
}


.btn2a    {
    margin-top: 40px;
    width:150px;
    height:90px;
    font-size:14px;
    color:#333333;

}



.btn2a:hover    {
    background:#1c7db4;
    border-radius: 3px;
    margin-top: 20px;
    width:100px;
    height:50px;
    color:#FFFFFF;
    text-decoration:none;

}


.no-webp .service-icon3a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/24-7.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.no-webp .service-item a:hover .service-icon3a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/24-7.png);
    height:156px;
    width:262px;
}

.no-webp .service-item:hover .service-icon3a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/24-7b.png);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}


.webp .service-icon3a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/24-7.webp);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.webp .service-item a:hover .service-icon3a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/24-7.webp);
    height:156px;
    width:262px;
}

.webp .service-item:hover .service-icon3a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/24-7b.webp);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}


.no-webp .service-icon4a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/99.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.no-webp .service-item a:hover .service-icon4a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/99.png);
    height:156px;
    width:262px;
}

.no-webp .service-item:hover .service-icon4a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/99b.png);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}


.webp .service-icon4a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/99.webp);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.webp .service-item a:hover .service-icon4a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/99.webp);
    height:156px;
    width:262px;
}

.webp .service-item:hover .service-icon4a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/99b.webp);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.no-webp .service-icon5a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/30day.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.no-webp .service-item a:hover .service-icon5a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/30day0.png);
    height:156px;
    width:262px;
}

.no-webp .service-item:hover .service-icon5a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/30day0.png);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}


.webp .service-icon5a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/30day.webp);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.webp .service-item a:hover .service-icon5a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/30day0.webp);
    height:156px;
    width:262px;
}

.webp .service-item:hover .service-icon5a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/30day0.webp);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.no-webp .service-icon6a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/kvcshield.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.no-webp .service-item a:hover .service-icon6a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/kvcshield.png);
    height:156px;
    width:262px;
}

.no-webp .service-item:hover .service-icon6a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/kvcshieldb.png);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}


.webp .service-icon6a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/kvcshield.webp);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.webp .service-item a:hover .service-icon6a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/kvcshield.webp);
    height:156px;
    width:262px;
}

.webp .service-item:hover .service-icon6a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/kvcshieldb.webp);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.no-webp .service-icon7a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/kvclight.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.no-webp .service-item a:hover .service-icon7a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/kvclight.png);
    height:156px;
    width:262px;
}

.no-webp .service-item:hover .service-icon7a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/kvclightb.png);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.webp .service-icon7a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/kvclight.webp);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.webp .service-item a:hover .service-icon7a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/kvclight.webp);
    height:156px;
    width:262px;
}

.webp .service-item:hover .service-icon7a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/kvclightb.webp);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.no-webp .service-icon8a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/20redudandcy.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.no-webp .service-item a:hover .service-icon8a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/20redudandcy.png);
    height:156px;
    width:262px;
}

.no-webp .service-item:hover .service-icon8a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/20redudandcyb.png);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.webp .service-icon8a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/20redudandcy.webp);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.webp .service-item a:hover .service-icon8a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/20redudandcy.webp);
    height:156px;
    width:262px;
}

.webp .service-item:hover .service-icon8a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/20redudandcyb.webp);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.no-webp .service-icon9a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/proactive-backup.png);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.no-webp .service-item a:hover .service-icon9a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/proactive-backup.png);
    height:156px;
    width:262px;
}

.no-webp .service-item:hover .service-icon9a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/proactive-backupb.png);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

.webp .service-icon9a {
    border: 3px solid transparent;
    display: inline-block;
    height: 159px;
    width: 180px;
    line-height: 10px;
    background-image:url(../img/icons/proactive-backup.webp);


    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.webp .service-item a:hover .service-icon9a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/proactive-backup.webp);
    height:156px;
    width:262px;
}

.webp .service-item:hover .service-icon9a {
    margin-top: 20px;
    color: #fff;
    background-image:url(../img/icons/proactive-backupb.webp);
    background-repeat:no-repeat;
    height:180px;
    width:180px;
}

/*=================================================================
    Portfolio
==================================================================*/

.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.project-wrapper li {
    display: inline-block;
}

.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
}

figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: -126px;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: left;

    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;

    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;

    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #009EE3;
    color: #fff;
}

.portfolio-item:hover ul.external {
    top: 0;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
}

.fancybox-title h3 {
    margin: 0 0 15px;
}

.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}

/*=================================================================
    Testimonials
==================================================================*/


#testimonials {
    
    padding: 0;
    color: #fff;
    background-color: #1999d7;
}

#testimonials .sec-title {
 
 margin-top: 25px;
    
}

#testimonials .sec-title h2:after {
    border-bottom: 0px solid #fff;
}

#testimonials .overlay {

    padding-bottom: 21px;
    background-color: rgba(15,155,224, 0.78);

}

#btn-web {
    width:100%;
    text-align:center;
    margin-bottom:20px;
}

.testimonial-item {
    margin: 0 auto;
    /*padding-bottom: 50px;*/
    width: 100%;
}

.testimonial-item img {
    border: 0px solid #fff;
    border-radius: 2%;
    display: inline-block;
    height: auto;
    max-width: 500px;
}

.testimonial-item > div {
    line-height: 30px;
    position: relative;
}


.testimonial-item > div > span {
    display: inline-block;
    font-weight: 700;
    margin: 10px 0 5px;
    text-transform: none;
}

#testimonials .owl-controls.clickable {
    margin-top: 1px;
    text-align: center;
}

#testimonials .owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}

#testimonials .owl-prev:hover,
#testimonials .owl-next:hover {
    color: #fff;
}

#award-mobile {
    visibility:hidden;
    display:none;
}

#btn-mobile {
    visibility:hidden;
    display:none;
    margin-bottom: 27px;
}

#testimoni-mobile {

        display:none;
        visibility:hidden;
}

#btn-testimoni-mobile {
        visibility:hidden;
        display:none;
}

.text-testimonials .sec-title {
 
 margin-top: 15px;
    
}


/*=================================================================
    Awards
==================================================================*/


#awards {
    padding: 0;
    color: #fff;
    background-color: #1999d7;
}

#testimonials .sec-title {
 
 margin-top: 18px;
    
}

#awards .sec-title h2:after {
    border-bottom: 0px solid #fff;
}

#awards .overlay {
    background-color: rgba(15,155,224, 0.78);
    /*padding: 70px 0 40px;*/
    padding: 0 0 22px;
}

.awards-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 100%;
}

.awards-item img {
    border: 0px solid #fff;
    border-radius: 2%;
    display: inline-block;
    height: auto;
    max-width: 500px;
}

.awards-item > div {
    line-height: 30px;
    position: relative;
}


.awards-item > div > span {
    display: inline-block;
    font-weight: 700;
    margin: 10px 0 5px;
    text-transform: none;
}

#awards .owl-controls.clickable {
    margin-top: 1px;
    text-align: center;
}

#awards .owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}

#awards .owl-prev:hover,
#awards .owl-next:hover {
    color: #fff;
}






.price-table {
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 12px 0 rgba(0, 0, 0, 0.19);
}

.price-table.featured {
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
       -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
            box-shadow: 0 4px 5px rgba(0,0,0,0.19);
}

.price-table > span {
    color: #252525;
    display: block;
    font-size: 18px;
    padding: 30px 0;
    text-transform: none;

}

.price-table .value {
    background-color: #009EE3;
    color: #FFF;
    padding: 20px 0;

    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}

.ord {
    font-size:23px;

}

.price-table.featured .value {
    background-color: #009EE3;
    color: #fff;
}

.price-table .value span {
    display: inline-block;
}

.price-table .value span:first-child {
    font-size: 22px;
    line-height: 32px;
}

.price-table .value span:nth-child(2) {
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 25px;
}

.price-table .value span:last-child {
    font-size: 16px;
}

.price-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.price-table ul li {
    color: black;
    border-top: 1px solid #e3e3e3;
    display: block;
    padding: 25px 0;

    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;


}

.price-table ul li a {
    display: block;
    text-transform: none;
}

.price-table.featured > ul li:last-child,
.price-table > ul li:last-child:hover {
    background-color: #009EE3;

}

.price-table.featured > ul li:last-child a,
.price-table > ul li:last-child:hover a {
    color: #fff;
}


/*=================================================================
    Price
==================================================================*/


.tabel4kolom {
    border: 1px solid #d1d2d3;
}

.tabel4kolom.featured {
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
       -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
            box-shadow: 0 4px 5px rgba(0,0,0,0.19);
}

.tabel4kolom > span {
    color: #252525;
    display: block;
    font-size: 13px;
    padding: 5px 0;
    text-transform: none;
    background-color: #fffff9;

}

.tabel4kolom .value {
    background-color: #fff;
    color: #FFF;
    padding: 5px 0;

    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}

.ord2 {
    font-size:15px;

}

.tabel4kolom.featured .value {
    background-color: #e4e7e9;
    color: #fff;
}

.tabel4kolom .value span {
    display: inline-block;
}

.tabel4kolom .value span:first-child {
    font-size: 22px;
    line-height: 32px;
}

.tabel4kolom .value span:nth-child(2) {
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 10px;
}

.tabel4kolom .value span:last-child {
    font-size: 16px;
}

.tabel4kolom ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.tabel4kolom ul li {
    border-top: 1px solid #d1d2d3;
    display: block;
    padding: 25px 0;

    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}

.tabel4kolom ul li a {
    display: block;
    text-transform: none;
}

.tabel4kolom.featured ul li:last-child,
.tabel4kolom ul li:last-child:hover {
    background-color: #25c6da;
}

.tabel4kolom.featured ul li:last-child a,
.tabel4kolom ul li:last-child:hover a {
    color: #fff;
}


/*=================================================================
    tabel 4 kolom
==================================================================*/


.no-webp #social {
    background-image: url(../img/slider/banner.jpg);
    padding: 0;
}

.webp #social {
    background-image: url(../img/slider/banner.webp);
    padding: 0;
}

#social .overlay {

    background: url("../img/slide_bg2.png") repeat scroll 0 0 transparent;

}

.social-button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    padding-left:80px;
}

.social-button li {
    display: inline-block;
}

.social-button li:nth-child(2) {
    margin: 0 75px;
}

.social-button li a {
    border: 2px solid #008ECC;
    border-radius: 5%;
    background-color:#008ECC;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 27px;
    width: 110px;

    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.social-button li a:hover {
    color: #008ECC;
    border: 2px solid #008ECC;
    background-color:#fff;
}



/* social2 */

#social2 {
    background-image: url(../img/slider/banner.jpg);
    padding: 0;
}

#social2 .overlay2 {
    background: url("../img/slide_bg3.png") repeat scroll 0 0 transparent;
    padding: 100px 0 120px;
}



/*=================================================================
    Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    height: 50px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
  color: #fff;
}

#submit:before {
  background-color: #0A85BB;
}

#submit.btn-effect:after {
  background: #2E2E2E;
}

.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: none;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}


/*============================================================
    Google Maps
==============================================================*/

#google-map {
    padding: 0;
}

#map-canvas {
    width: 100%;
    height: 300px;
}


/*============================================================
    Footer
==============================================================*/

#footer{
    background: url(../img/icons/bg-footer.jpg) no-repeat center center fixed;
    color: #fff;
    padding-bottom:70px;
}

.footer-content{
    float:left;
    margin: 0 auto;
    width:100%;
}

.ac-container .ftr {
    float:left;
    height:210px;
    padding-right:26px;
    padding-left:0px;
    text-align:left;
    font-size:13px;
    padding-top:20px;

}

.client-area .ac-container .ftr {
    
    padding-right: 33px;

}

.footer-content > div {
    margin-bottom: 40px;
}

.footer-content > div > p:first-child {
    margin-bottom: 15px;
    text-transform: none;
}


.footer1{
    float:left;
    text-align:left;
    display:inline;

}

.footer1-partner-logo{
    float:left;
    text-align:left;
    display:inline;
    width:900px;
    text-align:center;
    margin-top:-36px;
    padding-bottom:45px;

}

.footer1-partner-logo img {
 
    margin-right: 22px;
    
}

.footer ul{
    padding-bottom:10px;
    display:inline;
}

.footer1 ul li {
    margin-left:15px;
    font-size:13px;
    display:block;


}

#footer-social {
    width:100%;
    padding-bottom:30px;
}

.footer0 {
    background-color:#000000;
    /*height:60px;*/
    padding-top:18px;

}

.container-footer2 .row.text-center {

    margin-left: 0;
    margin-right: 0;
    background-color: black;

}

.forfooter {
    width:100%;
    float:left;
}

.hideme
{
    display:none;
    visibility:hidden;
}


.subscribe-form {
    position: relative;
}

.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}

.subscribe.form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: 13px 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;

    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);

    -webkit-transition: all 0.3s ease 0.2s;
       -moz-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.2s;
         -o-transition: all 0.3s ease 0.2s;
            transition: all 0.3s ease 0.2s;
}

.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;

    -webkit-transform: translateX(30px);
       -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
         -o-transform: translateX(30px);
            transform: translateX(30px);
}

.footer-content .footer-social {
    margin: 40px 0 35px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    /*margin: 10px 10px;*/
    margin: 0 10px 10px 18px;
}

.footer-social ul li a {
    color: #7f7f7f !important;
    display: block;

    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.footer-social ul li a:hover {
    color: #009EE3;
}

.footer-content > p {
    color: #ababab;
    font-size: 12px;
}



/*============================================================
    Responsive Styles
 ============================================================*/


/*============================================================
    For iPhone 6 Plus in portrait
==============================================================*/

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px)
and (orientation : portrait) {

#footer {
    background-color:#000000;

    }

/*about*/
    #about .welcome-block img {
        margin-bottom: 30px;
    }

/* portfolio */
    figcaption.mask {
        bottom: -151px;
    }

    #testimoni-mobile {

        display:inline-block;
        visibility:visible;
        margin-top:-70px;
        padding-left:20px;
        padding-right:20px;
   }

   #btn-testimoni-mobile {
        visibility:visible;
        display:inline-block;
        width:100%;
        text-align:center;
    }

    #testimonial .testimonial-item {
           display:none;
        visibility:hidden;

   }
}



/*============================================================
    For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {


    #g1-secondary-nav-switch {visibility: visible}

/*about*/
    #about .welcome-block img {
        margin-bottom: 30px;
    }

/* portfolio */
    figcaption.mask {
        bottom: -151px;
    }

    .testimonial-item > div:after {
        bottom: -40px;
    }
}


@media only screen and (max-width: 1024px) { 
    
    
  #g1-secondary-nav-switch { width: 500px; height: 32px; display: block; position: relative; }

  #g1-secondary-nav-menu { width: 200px; margin: 0; padding: 10px 0; display: none; position: absolute; left: 10px; top: 100%; /* arrow */ }

  #g1-secondary-nav-menu:before { width: 0; height: 0; display: block; position: absolute; left: 13px; top: -12px; content: ""; border-style: solid; border-width: 6px; border-top-color: transparent !important; border-right-color: transparent !important; border-left-color: transparent !important; }

  #g1-secondary-nav-menu > li { width: 100%; float: none; }

  #g1-secondary-nav-menu > li > a { padding: 2px 10px; display: block; }

  #g1-secondary-nav-menu li + li { border-top-width: 1px; }

  .g1-nav--expanded #g1-secondary-nav-menu { display: block; }

  
}

@media (min-width: 768px) {

    .container>.navbar-header {
        
        /*margin-top: 23px;*/
        margin-left: -25px;        
        
    }

    .nav > li > a {
        
        /*padding: 10px 5px !important;*/
        
    }
    
    .navbar-right {

        margin-top: 12px !important;
        
    }
    
}   

/*============================================================
    Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 980px) {

    body {
        font-size: 14px;
        top:-31px;
    }    
    
    #g1-secondary-nav-switch {visibility: visible}

/* Under-Banner */

#under-banner {

    background-color:#1592a1;
    background-repeat:no-repeat;
    background-position: 50% 50%;
    color: #fff;
    height:30px;
    padding-top:20px;
    text-align:center;
}

#under-banner h3{

    color: #fff;
    padding-top:70px;
    font-weight:bold;
    font-size:14px;
    line-height:20px;
}

.logo-icon {
    visibility:hidden;

}


/*navigation*/

    .navbar-collapse {

        /*border-bottom: 1px solid #101010;*/

    }

    #navigation {
            background-color: rgba(249,253,255,0.98);
            padding: 5px 0;
         top:-50px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #FFFFFF;
    }


    .navbar-inverse .navbar-toggle .icon-bar {

        background-color: #0c7fb9;
        font-weight:bold;

    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }


    h1.navbar-brand {
    width:220px;
    float:left;
    padding-left:25px;
    z-index:1;
    margin-top: 20px;
    
    }

    #nav li {

        padding-top: 30px !important

    }
    
    .nav > li > a {
        
        padding: 10px 5px !important;
        
    }    

/* awards & testimonial */

    #award-mobile {

        display:inline-block;
        visibility:visible;
        margin-top:-150px;
        width:100%;
        text-align:center;
   }

   #btn-mobile {
        visibility:visible;
        display:inline-block;
        text-align:center;
    }

    #testimoni-mobile {

        display:inline-block;
        visibility:visible;
        margin-top:-70px;
        padding-left:20px;
        padding-right:20px;
   }

   #btn-testimoni-mobile {
        visibility:visible;
        display:inline-block;
        width:100%;
        text-align:center;
    }

    #testimonial .testimonial-item {
           display:none;
        visibility:hidden;

   }

   #testimonials .overlay{

    background-color: rgba(15,155,224, 0.78);
    padding-top:100px;
    padding-bottom:50px;
   }

   #btn-web {
       display:none;
    visibility:hidden;
    }





    #about {

        background-image:url(../img/icons/about-bg.png);
        background-repeat:no-repeat;
        background-position: 50% 50%;
        color: #707070;
        height:160px;
        padding-top:7px;
        text-align:center;
    }

    .searchform{
          position:relative;
         top:-20px;
         margin-right:12px;
         padding-left:12px;
         font-size:10px;
    }

    h3 {
          position:relative;
         top:-30px;
    }

    .panel h3 {

        top:0;

    }

    .sec-title h2 {
        
         font-size:20px;
         font-weight:bold;
         /*top:-100px;*/
         
    }

    .sec-title p {
         position:relative;
         top:-120px;
         padding-left:10px;
         padding-right:10px;
    }

    #hosting-plans-cnt {

        padding: 90px 0 !important;
        background-color: #f9f9f3 !important;

    }

    #hosting-plans-inner-cnt {
         position:relative;
         top:-140px;
    }

    .searchform input[type="text"] {

        width: 34% !important;

    }

    #hosting-plans-cnt .overlay {
        height:100%;
        margin-bottom:-230px;
    }

    #service .overlay {
        padding-top:100px;
        margin-bottom:-100px;


    }



    .col-md-3 {
        top:-100px;


    }

    .btn2a {

        font-size:12px;
        padding-top:-100px;
    }


    #social .container {
        margin-top:200px;
    }


    .social-button {
        margin-left:100px;
        width:100%;
    }

    .footer1-partner-logo {
    float:left;
    display:inline;
    width:800px;
    text-align:center;
    margin-top:-50px;
    padding-bottom:10px;

    }


    .footer1 {
        position:relative;
        top:-110px;
        text-align:center;
        padding-left:190px;

    }

    .footer1 ul {
        padding-left:40px;


    }

    .footer1 ul li {
        font-size:12px;
        margin-left:20px;

    }

    .footer1 .social-button ul  {
        height:30px;
    }



/* home slider  */
    .caption-content h2 {
        font-size: 40px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 45px;
    }

    .home-slider {

        height: auto;
        pading-top:200px;

    }

/* about */
    .recent-works {
        margin-bottom: 50px;
    }

    .service-item {
        margin-bottom: 50px;
    }

/* portfolio */
    .portfolio-item {
        width: 48%;
    }

/* testimonial */
    .testimonial-item {
        width: 100%;
    }

    .testimonial-item {
        width: 80%;
    }

    .testimonial-item > div:after {
        bottom: -35px;
    }


/* price */
    .price-table {
        margin-bottom: 50px;
    }

/* contact form */
    .contact-form {
        margin-bottom: 50px;
    }


/* footer */

    #footer{
    background: url(../img/icons/bg-footer-mobile.jpg);
    color: #fff;
    z-index:1;
    }


    .ac-container .ftr {
    float:none;
    position:relative;
    z-index: 20;
    display: block;
    line-height:20px;
    font-size:14px;
    text-align:center;
    width:100%;


    }

}


#ptsBlock_314920 {
    width: 100%;
}

#ptsBlock_314920 .ptsCol {
            width: 25%;
      }

#ptsBlock_314920 .ptsTableDescCol {
      display: none;
  }

#ptsBlock_314920 .ptsCol.ptsTableDescCol .ptsColFooter {
    visibility: hidden;
}

#ptsBlock_314920 p {
  margin: 0;
}

/*Animations*/
#ptsBlock_314920 .ptsCol .ptsTableElementContent,
#ptsBlock_314920 .ptsCol .ptsTableElementContent span {
  transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#ptsBlock_314920 .ptsCol.hover .ptsTableElementContent {
  z-index: 101;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#ptsBlock_314920 .ptsCol.hover .ptsTableElementContent {
  z-index: 101;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/** Template Style **/
#ptsBlock_314920 .ptsTableElementContent {
    background: #fff;
    border: solid 1px #f0f0f0;
    border-bottom: solid 2px #ebebeb;
    border-top-width: 2px;
    box-shadow: 0 0 20px -2px rgba(0,0,0,0);
    border-radius: 8px;
    position: relative;
}

#ptsBlock_314920:not(.ptsBlockMobile) .ptsTableElementContent {
    margin-right: 20px;
      margin-bottom: 20px;
}

#ptsBlock_314920 .ptsTableElementContent:before {
    content: '';
    height: 23px;
    margin-top: 2px;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: url(images/shadow.png) 50% 100% no-repeat;
    background-size: 100% 23px;
}

#ptsBlock_314920 .ptsColHeader,
#ptsBlock_314920 .ptsColDesc {
    background: #fafafa;
    padding: 15px 5px;
    border-radius: 8px 8px 0 0;
}

#ptsBlock_314920 .ptsColHeader span,
#ptsBlock_314920 .ptsColHeader p {
    font-size: 28px;
    color: #fff;
}

#ptsBlock_314920 .ptsColDesc {
    border-radius: 0;
    padding: 0 5px 20px 5px;
}

#ptsBlock_314920 .ptsColDesc span,
#ptsBlock_314920 .ptsColDesc p {
    font-size: 16px;
    color: #fff;
}

#ptsBlock_314920 .ptsCell {

  color: #333;
  margin-bottom: 4px;

}

#ptsBlock_314920 .ptsCell span,
#ptsBlock_314920 .ptsCell p {
  font-size: 14px;
}

#ptsBlock_314920 .ptsColFooter {
  border-radius: 0 0 8px 8px;
  text-align: center;
  padding: 35px 0 40px 0;
}

#ptsBlock_314920 .ptsColFooter .ptsActBtn a {
    background-color: #fafafa;
    text-decoration: blink;
      color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 4px;
    position: relative;
}

#ptsBlock_314920 .ptsColFooter .ptsActBtn a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    transition: all .5s ease-out;
}

#ptsBlock_314920 .ptsColFooter .ptsActBtn a:hover:before {
    opacity: .3;
}

/*start for col color 0*/
#ptsBlock_314920 .ptsCol-0 .ptsColHeader,
#ptsBlock_314920 .ptsCol-0 .ptsColDesc,
#ptsBlock_314920 .ptsCol-0 .ptsColFooter .ptsActBtn a{
    background: #fcca13;
}
/*end for col color 0*/

/*start for col color 1*/
#ptsBlock_314920 .ptsCol-1 .ptsColHeader,
#ptsBlock_314920 .ptsCol-1 .ptsColDesc,
#ptsBlock_314920 .ptsCol-1 .ptsColFooter .ptsActBtn a{
    background: #fcca13;
}
/*end for col color 1*/

/*start for col color 2*/
#ptsBlock_314920 .ptsCol-2 .ptsColHeader,
#ptsBlock_314920 .ptsCol-2 .ptsColDesc,
#ptsBlock_314920 .ptsCol-2 .ptsColFooter .ptsActBtn a{
    background: #4dbdbe;
}
/*start for col color 2*/

/*start for col color 3*/
#ptsBlock_314920 .ptsCol-3 .ptsColHeader,
#ptsBlock_314920 .ptsCol-3 .ptsColDesc,
#ptsBlock_314920 .ptsCol-3 .ptsColFooter .ptsActBtn a{
    background: #3db7e8;
}
/*end for col color 3*/

/*start for col color 4*/
#ptsBlock_314920 .ptsCol-4 .ptsColHeader,
#ptsBlock_314920 .ptsCol-4 .ptsColDesc,
#ptsBlock_314920 .ptsCol-4 .ptsColFooter .ptsActBtn a{
    background: #e84c3d;
}

.ptsRows {

    padding-top: 36px;

}

#ptsBlock_314920 .ptsCol {

    float: left;
    width: 33% !important;

}

.check {

    margin-left: 9%;
    text-align: left;
    margin-bottom: 10px !important;

}

#footer1 {

    width: 500px;

}

@media only screen and (min-width:320px) and (max-width:480px) {


    #awards .sec-title {

        margin-top: 126px;

    }

    #testimonials .sec-title h3 {

        /*top: -20px;*/
        
        margin-bottom: 0;

    }

    .sec-title h2 {

        top: 0px;

    }
    
    .text-testimonials .sec-title h2 {

        margin-top: -36px;

    }

}


/*============================================================
    Mobile (Portrait) Design for a width of 480px
==============================================================*/


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

    
    .mobile-product-slider .mobile-product-slider-feature-box-outer-container .col-xs-6 {
        
        width: 100%;
        
    }
    
    
}


/*============================================================
    Mobile (Portrait) Design for a width of px
==============================================================*/

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


    body {
        font-size: 14px;
        top:0px;
    }

    #g1-secondary-nav-switch {visibility: visible}
    

    #navigation #nav li {
    
        width: 100%;
    
    }    
    
    .parallax {
        background-position: centet tip !important;
    }
    
    #service {
     
     padding-bottom: 120px;
        
    }

    .sec-title h2:after {
        left: 30%;
    }
    
    .footer1-partner-logo {
        
        width: auto;
        padding: 9px;
        margin-top: -186px;
        margin-bottom: 89px;
            
    }
    
    .ac-container .ftr {
         
        width: 100%;
        padding-right: 0;
        padding-top: 10px;
        text-align: center;
            
    }
    
    .home-slider {

        height: auto;
        pading-top:200px;

    }

    .desktop-layout-only {
        
        display: none !important;
        
    }
    
    #desktop-product-slider {
        
        display: none !important;
        
    }

    #desktop-products {
        
        display: none !important;
        
    }
    
    
    .desktop-products {
        
        display: none !important;
        
    }
    
    .shared-top-products {
        
        display: none !important; 
        
    }
    
    .unlimited-hosting .sepcifications h2, .business-hosting .sepcifications h2 {
        
        margin-top: 20px !important;
        
    }
    
    .vps-product .buttoneko {
        
        white-space: inherit;
        
    }
    
    .mobile-products {
        
        display: block !important;
        
    }
    
    .mobile-product-slider {
        
        display: block !important;
        
    }
    
    .seo-product .dropdown {
        
        display: inline-block !important;
        
    }
    
    .seo-product .dropdown .btn {
        
        padding: 4px 6px 5px 7px !important;
        
    }
    
    .seo-product .dropdown .btn:hover, .seo-product .dropdown .btn:focus, .seo-product .dropdown .btn:active {
        
        color: white !important;
        
    }

    #ptsBlock_314920 .ptsCol {

        float: left;
        width: auto !important;

    }

    #ptsBlock_314920 .ptsColDesc span,
    #ptsBlock_314920 .ptsColDesc p {
        font-size: 3.5vw;
        color: #fff;
    }

    #ptsBlock_314920 .ptsColHeader span,
    #ptsBlock_314920 .ptsColHeader p {
        font-size: 5vw;
        color: #fff;
    }

    .di-prce {

        font-size: 4vw;

    }

    .sec-title h2 {

        top: 0;

    }

    .sec-title p {

        top: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;

    }

    .footer1 {

        top: 0;

    }

    .footer1 ul {

        margin-left: 0;
        padding-left: 0;

    }

    #footer1 {

        width: 100%;

    }
    
    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        
      background: #3cb0fd;

      background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);

      background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);

      background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);

      background-image: -o-linear-gradient(top, #3cb0fd, #3498db);

      background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
      
    }
    
    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        
        color: white;
        
    }
    
    .seo-product .margin-fix {
        
        margin-left: -15px;
        margin-right: -15px;
        
    }
    
    .seo-product .products-container {
        
        padding: 5px !important;        
    }
    
    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        
        width: 90%;
        background-color: #eee;
        
    }
    
    .navbar-nav .open .dropdown-menu {
        
        position: absolute;
        background-color: white;
        border: 1px solid #00000026;
        
    }
    
    .red-btn-order {
    
        font-size: 8px;
        padding: 7px !important;
        
    }
    
    .kvc-vertical-tab-cnt .tab-contents > div {
        
        width: auto !important;
        
    }

    .g1-content {
        position: absolute;
        visibility:hidden;
    }

    #award-mobile {

        display:inline-block;
        visibility:visible;
        margin-top:-54px;
        width:100%;
        text-align:center;
   }

   #btn-mobile {
        visibility:visible;
        display:inline-block;
        text-align:center;
    }

    #testimoni-mobile {

        display:inline-block;
        visibility:visible;
        /*margin-top:-70px;*/
        padding-left:20px;
        padding-right:20px;
   }

   #btn-testimoni-mobile {
        visibility:visible;
        display:inline-block;
        width:100%;
        text-align:center;
    }

   #testimonial {
       
       display:none !important;
       visibility:hidden !important;

   }

   #testimonial .testimonial-item {
       
       display:none;
       visibility:hidden;

   }

   #testimonials .overlay{

    padding-top:46px;
    padding-bottom: 0;
    background-color: rgba(15,155,224, 0.78);

   }
   
   .text-testimonials .overlay {
       
       padding-bottom: 24px !important;
       
   }

   #btn-web {
       
    display:none;
    visibility:hidden;
    
   }

    #about {

        background-image:url(../img/icons/about-bg.png);
        background-repeat:no-repeat;
        background-position: 50% 50%;
        color: #707070;
        height:100px;
        padding-top:7px;
        text-align:center;
    }

    .searchform{
          
         top:-75px;
         font-size:10px;
         margin-right:12px;
         padding-left:12px;
         position:relative;
         
    }

    h3 {
          
         top:-30px;
         position:relative;
    }
    
    #about h3 {
        
        top: -75px;
        
    }

    .panel h3 {

        top:0;

    }

    .sec-title h2 {
        
     font-size:20px;
     font-weight:bold;
     /*margin-top:180px;*/
    
    }

    .sec-title p {
        
         top:-14px;
         margin-top: 6px;
         position:relative;
         padding-left:10px;
         padding-right:10px;
    }

    .bulk-email-hosting .product-page-top-content .sec-title {
        
        margin-bottom: 10px !important;
           
    }
    
    .bulk-email-hosting .products-container .sec-title {
        
        margin-top: 22px !important;
           
    }
    
    .bulk-email-hosting .sec-title p {
        
        top: 0;
           
    }
    
    #hosting-plans-cnt {

        padding: 45px 0 !important;
        background-color: #f9f9f3 !important;

    }

    #hosting-plans-inner-cnt {
         position:relative;
         top:-140px;
    }

    .searchform input[type="text"] {

        width: 27% !important;

    }

    #hosting-plans-cnt .overlay {
        height:100%;
        margin-bottom:-130px;
    }

    #service .overlay {
        
        padding-top:20px;
        margin-bottom:-100px;

    }

    #service .sec-title {
     
     margin-top: 0;
        
    }
    
    #testimonials .sec-title {
     
     margin-top: 10px;
        
    }

    #awards .sec-title {
     
     margin-top: 10px;
        
    }
    
    #awards .overlay {
        
        padding: 0 0 12px;
           
    }
    
    #kvc-tabs .overlay {
        
        padding: 0 !important;
            
    }
    
    .col-md-3 {
        
        top: -100px;

    }
    
    #service .col-md-3 {
        
        top: auto;

    }

    .btn2a {

        font-size:12px;
        padding-top:-100px;
    }

    input[type="submiti"]{
          font-size:10px;
    }

    .footer1 {
        
        top: -36px;
        left: -11px;
        position: relative;
        text-align: center;
        
        }
        
    .network-page h3 {
    
        margin-top: 2rem;
        margin-bottom: 0 !important;    
        
    }

    .footer1 ul {
        
        padding-left:34px;

    }

    .footer1 ul li {
        font-size:12px;
        margin-left:20px;

    }

/*    .footer1-partner-logo{
    float:left;
    text-align:center;
    padding-left:50px;
    display:inline;
    width:320px;
    margin-top:-170px;
    margin-bottom:50px;

    }*/

    .footer1 .social-button ul  {
        height:30px;
    }

    .no-webp #footer {

        background: url(../img/icons/bg-footer-mobile2.png);
        z-index:1;

    }
   
    .webp #footer {

        background: url(../img/icons/bg-footer-mobile2.webp);
        z-index:1;

    }   
    
    #footer .container {

        text-align:center;
        width:100%;



    }

    .footer-content {
        text-align:center;

    }


    /* forfooter */

.forfooter {
    width:100%;
}

.hideme
{
    display:inline;
    visibility:visible;
}

.ac-container .ftr {
/*    float:none;
    position:relative;
    z-index: 20;
    display: block;
    line-height:20px;
    text-align:center;
    width:100%;*/

}

.ac-container {
    max-width: 979px;
    text-align:center;
    background-color:#2a2a2a;
}

.ac-container label {
    height: 30px !important;
    line-height: 21px !important;
    font-size: 14px !important;
    padding: 5px 20px 31px 0;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #fff;
    line-height: 33px;
    font-size: 19px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#eaeaea',GradientType=0 );
    font-size: 12px;
    height: 30px;
    line-height: 20px;
}

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: center;
}

.ac-container label:hover {
    background: #none;
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    background: none;
    color: #fff;
    box-shadow:none;
    height: 30px;
    line-height: 21px;
    font-size: 13px;
}

.ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    float:left;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    /*background: transparent url(//www.kvchosting.net/img/icons/arrow-down0.png) no-repeat  right;*/
}

.ac-container input:checked + label:hover:after {
    /*background-image: url(//www.kvchosting.net/img/icons/arrow-up0.png);*/
}

.ac-container input {
    display: none;
}

.ac-container article {
    margin-top: -1px;
    /*overflow: hidden;*/
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.ac-container article p {
    font-style: normal;
    color: #777;
    line-height: 23px;
    font-size: 10px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font: normal normal 12px 'Open Sans';
}

.ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    box-shadow: none;
}

.ac-container input:checked ~ article.ac-small {
    height: 140px;
}

.ac-container input:checked ~ article.ac-medium {
    height: 180px;
}

.ac-container input:checked ~ article.ac-large {
    height: 230px;
}


/* cloudvps part */

.cloudvps-slick {
    font-size:9px;
    padding-left:-200px;

}


/* Under-Banner */

#under-banner {

    background-color:#1592a1;
    background-repeat:no-repeat;
    background-position: 50% 50%;
    color: #fff;
    height:30px;
    padding-top:7px;
    text-align:center;
}

#under-banner h3{

    color: #fff;
    padding-top:80px;
    font-weight:bold;
    line-height:26px;
    font-size:14px;
}

.logo-icon-mobile {
    visibility:hidden;
    width:320px;

}

.logo-icon {
    visibility:hidden;
    width:320px;

}


/*navigation*/

    .navbar-collapse {

        /*border-bottom: 1px solid #101010;*/

    }

    #navigation {
                
        top:-50px;
        height: auto;
        padding: 5px 0;
        background-color: rgba(249,253,255,0.98);
         
    }
    .navbar-inverse .navbar-toggle {
        border-color: #FFFFFF;
    }


    .navbar-inverse .navbar-toggle .icon-bar {

        background-color: #0c7fb9;
        font-weight:bold;

    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

    #nav li {
        
        float:left;
        padding-top: 6px;
        display: inline-block;
        height: 30px;
        width: auto;
        /*line-height:60px;*/
        margin-bottom:10px;
        /*font-weight:bold;*/

    }
    
    h1.navbar-brand {
    width:220px;
    float:left;
    padding-left:25px;
    z-index:1;

}

/*end navigation*/


    #social .container {
        
        /*margin-top:200px;*/
        
        padding-top: 20px;
        
    }


    .social-button {
        margin-left:100px;
        width:100%;
    }

    #about .col-md-4, #about .col-md-7 {

        float: left;

    }

    #about .col-md-4 {

        width: 30%;

    }

    #about .col-md-7 {

        width: 70%

    }

    .container .sec-title table {

        font-size: 14px !important;


    }


/* slider */
    .caption-content h2 {
        font-size: 18px;
    }

    .caption-content > span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

/* about */
    .recent-works {
        margin-bottom: 85px;
    }

    #about h3 {
        
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
        
    }

    #about .owl-buttons {
        margin-top: -5px;
    }

    #about .message-body {
        margin-bottom: 45px;
    }

    #about .welcome-block img {
        margin: 0;
    }

/* service */
    .service-item {
        width: 100%;
    }

/*portfolio*/
    .portfolio-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;
    }

    figcaption.mask {
        bottom: -107px;
        color: #fff;
        padding: 15px;
    }

/* lightbox */
    .fancybox-title h3 {
        font-size: 20px;
    }

    .fancybox-title p {
        font-size: 14px;
    }

/* testimonial */
    .testimonial-item {
        width: 95%;
        cursor:pointer;
    }

    .testimonial-item > div:before,
    .testimonial-item > div:after {
        background-image: none;
        cursor:pointer;
    }

    .testimonial-item > div > span {
        margin: 30px 0 20px;
        cursor:pointer;
    }

/* price */
    .price-table {
        margin-bottom: 50px;
    }

/* follow us */
    .social-button li:nth-child(2) {
        margin: 0 25px;
    }

    .social-button li a {
    
    width: 89px;    
    height: 45px;
    line-height: 42px;
    }

/* contact form */
    .contact-form {
        /*margin-bottom: 50px;*/
    }

/* footer */
    .footer-content {
        width: 100%;
    }

    .footer-social ul li {
        margin: 0 7px;
    }

    .nav-promo .container {

        /*background-size: 979px 71px;*/

    }

}


@media only screen and (max-width: 768px) and (orientation : portrait) {

#g1-secondary-nav-switch {visibility: visible}

#about .owl-buttons {


    margin-top: -50px;

}


.nav-promo .container {
    
    height: auto !important;
}

}


/*============================================================
    Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 1280px) {

    #awards .sec-title {

        margin-top: 126px;

    }

}


/*============================================================
    Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 768px) {

    .sec-title h2:after {
        left: 38%;
    }

    #g1-secondary-nav-switch {visibility: visible}

    #awards .sec-title {

        margin-top: 126px;

    }

/* home slider */
    .caption-content h2 {
        font-size: 35px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 35px;
    }

/*about*/

    #about .welcome-block h3 {
        margin: 0 !important;
    }

/* service */

    .service-item {
        margin: 0 auto 50px;
        width: 100%;
    }

/* portfolio */
    .portfolio-item {
        width: 48%;
    }

    figcaption.mask {
        bottom: -132px;
    }

/* testimonial */
    .testimonial-item {
        width: 80%;
    }

    .testimonial-item > div:before {
        bottom: 160px;
    }

/* social */
    .social-button li:nth-child(2) {
        margin: 0 50px;
    }

    .social-button li a {
        height: 90px;
        line-height: 96px;
        width: 90px;
    }

/* price */
    .price-table {
        margin-bottom: 50px;
    }

/* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

/* footer */
    .footer-content {
        width: 100%;
    }

/* features */

.footer1 {
        position:relative;
        top:-36px;
        text-align:center;
        float:left;
        width:100% !important;

    }

    .footer1 ul {
        padding-left:0px;


    }

    .footer1 ul li {
        font-size:12px;
        margin-left:0px;

    }

    .footer1 .social-button ul  {
        height:20px;
        width:100%;
        text-align:center;

    }

    .nav-promo .container {

        /*background-size: 979px 71px;*/
        height: 113px !important;
        
    }

}


@media (min-width:768px) {


    #nav li {
        
        /*padding-top: 20px;*/
        
    }    

}


@media only screen and (max-width: 768px) and (orientation : landscape) {


    .nav-promo .container {
        
        height: auto !important;
        
    }

}

@media (min-width: 768px) and (max-width: 980px) {


    .sec-title h2 {

        top: 0;

    }

    .sec-title p {

        top: 0;
        padding-left: 0;
        padding-right: 0;
        position: relative;

    }

    .footer1 {

        top: 0;

    }

    .footer1 ul {

        margin-left: 0;
        padding-left: 0;

    }

    .footer1 {

        top: -45px;
        padding-left: 0;
        width: 100% !important;
    }

}


/* ------- JAVA SLIDER RESELLER PRODUCT ------------- */

.middle-vps-hosting-all
    {
        width:811px;
        float:left;
        background-image:url(../img/icons/vps_new_style-all_02.png);
        background-repeat:repeat-y;
        padding-left:20px;
        padding-right:20px;
        padding-top:20px;
        padding-bottom:20px;
    }

.middle-vps-hosting-all
    {
        width:811px;
        float:left;
        background-image:url(../img/icons/vps_new_style-all_02.png);
        background-repeat:repeat-y;
        padding-left:20px;
        padding-right:20px;
        padding-top:20px;
        padding-bottom:20px;
    }

.middle-vps-hosting-all ul {

 margin-left: 16px;

}
.middle-vps-hosting-all li {
    font-weight: bold;
    padding: 2px;
}


.hid {

    display: none;
}


.tab-cnt h4, .tab-cnt ul {

    margin-bottom: 5px;

}

/*.tab-cnt h4, .tab-cnt p, .tab-cnt ul {

    margin-bottom: 5px;

}*/


.last {
    /*background: url("../img/icons/slidericonbg.png") no-repeat scroll 892px center transparent;*/
}

.inside-content .icons {
    margin-bottom: 0;
    margin-top: 30px;
    width: 900px;
    margin-left:30px;
}

.inside-content .icons div.current {
    color: #f9fc00;
}

.inside-content .icons .icon {
    /*background: url("../img/icons/slidericonbg.png") no-repeat scroll left center transparent;*/
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    margin-left: 26.8px;
    text-shadow: 1px 1px 1px #7EA3C1;
    width: 145px;
}

.clear {
  clear: both;
}


.box0
    {
        width:851px;
        height:100px;
        float:left;
        background-image:url(../img/icons/box0.png);
        background-repeat:no-repeat;
        padding-bottom:6px;

    }



.box1
    {
        width:147px;
        height:100px;
        padding-bottom:6px;
        float:left;
    }

.text1a
    {
        width:147px;
        float:left;
        text-align:center;
        padding-top:10px;
        font-size:14px;
        color:#5d5956;
    }

.text1
    {
        width:147px;
        float:left;
        text-align:center;
        font-size:25px;
        font-weight:bold;
        color:#e75c00;
        padding-top:10px;
        text-shadow: 1px 1px #fff;
    }



.box2
    {
        width:139px;
        height:100px;
        float:left;
        padding-bottom:10px;
    }

.text2a
    {
        width:139px;
        float:left;
        text-align:center;
        padding-top:10px;
        font-size:14px;
        color:#5d5956;
    }

.text2
    {
        width:139px;
        float:left;
        text-align:center;
        font-size:25px;
        font-weight:bold;
        color:#e75c00;
        padding-top:10px;
        text-shadow: 1px 1px #fff;
    }

.raid-details {

    display: block;
    font-size: 10px;
    margin-left: 34px;
    position: absolute;

}

.box3
    {
        width:286px;
        height:100px;
        float:left;
        background-image:url(../img/icons/boxes_06a.png);
        background-repeat:no-repeat;
        padding-bottom:10px;
    }

.text3a
    {
        width:286px;
        float:left;
        text-align:center;
    }

.text3
    {
        width:286px;
        float:left;
        text-align:center;
        font-size:25px;
        font-weight:bold;
    }


.a3
    {
        text-decoration:none;
        float:left;
        text-align:center;
        font-size:45px;
        line-height:17px;
        font-weight:bold;
        color:#444;
        padding-top:19px;
        text-shadow: 1px 1px #c68e65;
        width:286px;
    }

.a3a
    {
        text-decoration:none;
        float:left;
        text-align:center;
        font-size:30px;
        font-weight:bold;
        color:#fa0000;
        padding-top:13px;
        text-shadow: 1px 1px #ac4900;
        width:286px;
    }



#product_slider .ui-slider-handle, .product-slider .ui-slider-handle {

    cursor: pointer !important;
}

#seo_title {

    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 735px;
    font-weight: bold;
    color: #005BA4;

}

.slider-container {
  background: url("../img/icons/sliderbg.png") no-repeat scroll center top transparent;
  clear: both;
  padding: 28px 10px 0;
  width: 906px;
}

#product_slider, .product-slider {
  background: url("../img/icons/sliderbar.png") repeat-x scroll left top transparent !important;
  border: 0 none !important;
  height: 11px !important;
  margin: 10px auto 20px !important;
  width: 735px !important;
}

#product_slider .ui-slider-range, .product-slider .ui-slider-range {
  background: url("../img/icons/slider-on.png") repeat-x scroll left top transparent !important;
}

#product_slider .ui-slider-handle, .product-slider .ui-slider-handle {
  background: url("../img/icons/point.png") no-repeat scroll left top transparent !important;
  border: 0 none !important;
  border-radius: 0 0 0 0 !important;
  height: 44px !important;
  margin-top: -17px !important;
  outline: medium none !important;
  width: 40px !important;
}

.slider1
    {
        width:851px;
        float:left;
        height:68px;
        background-image:url(../img/icons/slider_01.png);
        background-repeat:no-repeat;
    }

.slider2
    {
        width:851px;
        height:30px;
        float:left;
        background-image:url(../img/icons/slider_02.png);
        background-repeat:no-repeat
    }

.slider3
    {
        width:851px;
        height:43px;
        float:left;
        background-image:url(../img/icons/slider_03.png);
        background-repeat:no-repeat;
        text-align:center;
        padding-top:10px;
        font-size:17px;
        font-family:Arial;
        font-weight:bold;
        text-shadow: 0.5px 0.5px #23b897;
        color:#4a4c58
    }

.slider0
    {
        width:851px;
        height:151px;
        float:left;
    }



.all-q
    {
        width:851px;
        float:left;
    }

.inside-content
    {
        width:850px;
        height:500px;
        float:left;
        padding-left:100px;
        padding-right:30px;
        padding-top:10px;
        padding-bottom:10px;
        text-align:center;

    }

#g1-top
    {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
    }

#g1-top.hidden
    {
        display: none;
    }

/* END JAVA SLIDER RESELLER PRODUCT */

#kvc-shield {

    background-color: #f5c95c;

}

.content-pages-bg, .site-content .page-content {

    background-color: #f8f8f1;
}

.anews {
    height: 85px !important;
}

.anews ul {
    list-style: outside none none;
    margin-top: 5px !important;
}

.anews li {
    background-color: #c7e3f7 !important;
    border: 1px solid #99c2de !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
    padding: 5px !important;
    height: 34px !important;
    width: 358px !important;
}

#table7 td {

    border: 1px solid #ffffff;

}

.dvhdr1 { background:#E9EFF4; font-family:arial; font-size:12px; font-weight:bold; border:1px solid #C4D5E3; padding:5px; width:180px; vertical-align:middle}

.dvhdr2 { background:#E9EFF4; font-weight:bold; border:1px solid #C4D5E3; padding:5px; width:600px; vertical-align:middle}

.dvbdy1 {background:#FFFFFF; font-family:arial; font-size:12px; border-left:1px solid #C4D5E3; border-right:1px solid #C4D5E3; border-bottom:1px solid #C4D5E3; padding:5px; width:180px; vertical-align:middle;}

.dvbdy2 {background:#FFFFFF; border-left:1px solid #C4D5E3; border-right:1px solid #C4D5E3; border-bottom:1px solid #C4D5E3; padding:5px; width:600px; vertical-align:middle;}

.product-main-table td:first-child {

    font-weight: bold;

}

.all-product-features-cnt {

    display: none;

}

.all-product-features-cnt .features-table > tbody > tr:nth-child(2n+1), .product-main-table tr:nth-child(2n+1){

    background-color: #e2f9fc;

}

.sign-up-cnt td, .gap-td {

    background-color: white !important;

}

.list-product td, .features-table td {

    width: auto !important;

}

#fdp {

    background: #ffb76b; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffb76b 0%, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ); /* IE6-9 */

}

.hid {

    display: none;

}

.no {

    color: #e12329;
    font-weight: bold;
    text-decoration: underline;

}

.kvc-tab-cnt table th {

    text-align: center;
}

.red-text {

    color: red;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {

    color: #337ab7 !important;

}


.navbar-nav > li { list-style-type:none; /*float:left;*/ padding-left:15px;}
.navbar-nav > li a { text-decoration:none; padding:5px; color:#f33; position:relative;}
.navbar-nav > li a:before { border-left:1px solid #337ab7; border-right:1px solid #337ab7; transform:scale(1,0);}
.navbar-nav > li a:after { border-top:1px solid #337ab7; border-bottom:1px solid #337ab7; transform:scale(0,1);}
.navbar-nav > li a:before, ul.second li a:after { content:""; position:absolute; top:0; left:0; bottom:0; right:0; transition:opacity 0.35s ease, transform 0.35s ease;}
.navbar-nav > li a:hover:before, ul.second li a:hover:after { transition:0.35s; transform:scale(1);}


.heading {
    color: #65A5E6;
    display: block;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: normal;
    padding-left: 60px;
    padding-top: 10px;
}

.heading2 {
color:#000000;
font-family:Tahoma;
font-size:16px;
font-weight:bold;
text-decoration:none;
}

.logincontainer .control-group {

    clear: both;
    display: block;

}

.logincontainer .control-group #username {

    height: 44px;
    width: 201px;

}

.loginbtn .btn.btn-primary.btn-large {

    color: white;

}

.chat-inner {

    float: right;
    margin-right: 31px;
    margin-top: -66px;

}

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 78;
  border: none;
  outline: none;
  background-color: grey;
  color: white;
  cursor: pointer;
  padding: 13px;
  border-radius: 3px;
  padding-bottom: 9px;
  /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#myBtn:hover {
  background-color: #5c5c5c;
}

#myBtn .fa {

    line-height: 0;
    margin-right: 0;

}

#g1-preheader-bar {

    position: relative;

}

#client-area-login-cnt {

    right: 0;
    position: absolute;

}

#client-area-login-cnt0 {

    right: 0px;
    top: 7px;
    position: absolute;

}

.client-area-login-cnt0 a {

    outline: none;

}

#client-area-login-cnt0 #chat-link {

    margin-left: 3px;

}

#hosting-plans-cnt {

    padding: 0;
    padding-bottom: 0;
    background-color: #f9f9f3;

}

.hosting-plans-item {

    margin: 12px;

}

#hosting-plans-inner-cnt .owl-controls {

    margin-top: 15px;
    text-align: center;

}

#hosting-plans-inner-cnt .owl-buttons {

    color: #8B8B8B;
    float: inherit;
    /*border: 2px solid #BFBFBF;*/
    border: none;

}

#hosting-plans-inner-cnt .owl-buttons .owl-prev {

    margin-top: -230px;
    position: absolute;
    margin-left: -490px;

}


#hosting-plans-inner-cnt .owl-buttons .owl-next {

    margin-left: 455px;
    margin-top: -230px;
    position: absolute;
}

#hosting-plans-inner-cnt .owl-buttons .fa {

    font-size: 5em;

}

#hosting-plans-item-custom-hosting-month {

    height: 19px;

}


/*============================================================
    BUTTON CUSTOM
==============================================================*/


.buttoneko
{
    display: inline-block;
    white-space: nowrap;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
    background-image: -webkit-linear-gradient(top, #eee, #ccc);
    background-image: -moz-linear-gradient(top, #eee, #ccc);
    background-image: -ms-linear-gradient(top, #eee, #ccc);
    background-image: -o-linear-gradient(top, #eee, #ccc);
    background-image: linear-gradient(top, #eee, #ccc);
    border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 0.5em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.buttoneko:hover
{
    text-decoration: none;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
    background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
    background-image: -moz-linear-gradient(top, #fafafa, #ddd);
    background-image: -ms-linear-gradient(top, #fafafa, #ddd);
    background-image: -o-linear-gradient(top, #fafafa, #ddd);
    background-image: linear-gradient(top, #fafafa, #ddd);
}

.buttoneko:active
{
    text-decoration: none;
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

.buttoneko:focus
{
    text-decoration: none;
    outline: 0;
    background: #fafafa;
}

.buttoneko:before
{
    text-decoration: none;
    background: #ccc;
    background: rgba(0,0,0,.1);
    float: left;
    width: 1em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: -0.4em;
    -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    -moz-border-radius: .15em 0 0 .15em;
    -webkit-border-radius: .15em 0 0 .15em;
    border-radius: .15em 0 0 .15em;
    pointer-events: none;
}

/* buttonekos and inputs */

buttoneko.buttoneko, input.buttoneko
{
    cursor: pointer;
    overflow: visible; /* removes extra side spacing in IE */
}

/* removes extra inner spacing in Firefox */
buttoneko::-moz-focus-inner
{
  border: 0;
  padding: 0;
}

/* If line-height can't be modified, then fix Firefox spacing with padding */
 input::-moz-focus-inner
{
  padding: .4em;
}

/* The disabled styles */
.buttoneko[disabled], .buttoneko[disabled]:hover, .buttoneko.disabled, .buttoneko.disabled:hover
{
    background: #eee;
    color: #aaa;
    border-color: #aaa;
    cursor: default;
    text-shadow: none;
    position: static;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Hexadecimal entities for the icons */

.add:before
{
    content: "\271A";
}

.site-content .row .diff-ssd-regular {

    display: none;

}

#kvc-tabs {

    padding: 0;

}

#kvc-tabs .overlay {

    padding: 40px 0 40px;
    background-color: rgba(15, 155, 224, 0.78) !important;

}

.kvc-vertical-tab-cnt > div {

    float: left;

}

.kvc-vertical-tab-cnt .tab-menu {

    width: 180px;
    border-right: 0px solid #e4e4e4;

}

.kvc-vertical-tab-cnt .tab-menu div {


    display: block;
    height: auto;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left:12px;
    text-align: left;
    width: 180px;
    font-size:12px;
    color:#4c4c4c;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    line-height: 15px;

}

.kvc-vertical-tab-cnt .tab-menu-sel {

    color: #a70417 !important;
    background-image: url(../img/vertical-menu-btn.png);

}

.kvc-vertical-tab-cnt .tab-menu div:hover {

    color: #a70417;
    background-image: url(../img/vertical-menu-btn.png);

}

.kvc-vertical-tab-cnt .tab-contents > div {

    color: black;
    width: 700px;
    padding: 10px;
    min-height: 116px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    border: 1px solid #d7d7d7;
    background-color:#f8f8f1;

}

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

    right: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 4px !important;

}

.rightMPTitle {
    background: url("//www.kvchosting.net/images/bg_right.gif") no-repeat scroll 0 0 transparent;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin-left: 3px;
    text-align: center;
    width: 152px;
}

.pages {

float:left;
margin-right:10px;
padding-left:10px;
padding-right:10px;
border:1px solid #C5C5C5;

}

.cat {

margin-left: 8px;
width: 146px;

}

.desc {
padding-top: 12px;
color: #000066;
border:1px solid #C5C5C5;
height:40px;
vertical-align:middle;
}

.name {

/*border:1px solid #C5C5C5;*/
color: #000066;
font-size: 12px;
font-weight: bold;
padding-bottom: 10px;
}

.dwld {

/*border:1px solid #C5C5C5;*/
color: #000066;
font-weight: bold;
padding-top: 10px;
}

.topic {

font-size: 24px;
font-weight: bold;

}

.thumb {
background-position:center;
height: 140px;
width: 146px;
/*border:1px solid #C5C5C5;*/
 }

 .thumb2 {
background-position:center;
height: 140px;
width: 146px;
 }

 .ls {

 width:700px;
 float:left;

 }

 .rightMPx2 {padding-bottom:20px;float:left; height: 800px;}


 #topics2 a {
border-bottom:1px solid #BBBBBB;
display:block;
font-size:12px;
padding:5px;
text-decoration:none;
}

#topics2 a:hover {
/*background-color: #E0E6F3;*/
background-color: #4edef1;
border-bottom:1px solid #999999;
}

#topics2 a {
color:#000000;
}

.dwld > p {

    margin-bottom: 0;

}


/*============================================================
    Search Part
==============================================================*/

.searchform{
  position:relative
}
.searchform input[type="text"]{

  width: 72%;
  margin-right: 10px;

  background: #EBEBEB;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 7px;
  border: none;
  float: none;
  color: #5F5F5F;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



select[type="text"]{

  margin-right: 7px;

  background: #6B6B6B;
  border: none;
  padding: 7px;
  color: #fff;
  height: 40px;
  /*position: absolute;*/
  border-right: #FFFFFF 2px;
  bottom: 0;
  right: 1px;
  float:none;
  z-index:1;
  margin:0
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


input[type="submit"]{

  border: none;
  padding: 7px;
  color: #fff;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  float:none;
  margin:0
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.std-btn {

  line-height: 22px;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.std-btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.awards-btn {

  line-height: 22px;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:200px;
}

.awards-btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#tbc {

    width: auto;
    padding: 8px;
    position: relative;
    margin-bottom: 25px;
    background-color: #E2EDF2;
    border: 1px solid #B2CAEB;
    font-weight: bold;

}

.tbc-movie {

    margin-bottom: 25px !important;
}

#tbc a:hover {

    text-decoration: underline;

}

#tbc a {

    color: #5756AB;
    text-decoration: none;

}

#tbc #home {


    color: black;
    margin-right: 8px;
    padding-left: 25px;
    background: url("//www.kvchosting.net/images/home.png") no-repeat scroll left center transparent;

}

#tbc .bc {


    background: url("//www.kvchosting.net/images/arroww.gif") no-repeat scroll left center transparent;
    margin-right: 8px;
    padding-left: 25px;

}

.aboutusBanner {

    display: none;
}

#tuts-list h4 {

    margin: 0;

}

.tuts-heading {

    color: #65a5e6;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 27px;

}

.tuts-listing li {

    margin-bottom: 4px;

}

#kb-title {

    margin-top: 15px;
    margin-bottom: 32px;
}

.desc2 {

    border-bottom: 1px solid #c5c5c5;
    color: #000066;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 8px;
    vertical-align: middle;

}

#my_div {

    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;

}

#my_div ul {

    color: #000000;
    font-size: 13px;
    margin: 10px 0 0 8px;

}

#my_div > table {

    border: medium none !important;

}

.desc2 > b {

    color: #65a5e6;
    font-size: 16px;
    margin-left: 10px;

}

.kb-heading {
    color: #65A5E6;
    display: block;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: normal;
    padding-left: 60px;
    padding-top: 10px;
}

.kb-heading2 {
color:#000000;
font-family:Tahoma;
font-size:16px;
font-weight:bold;
text-decoration:none;
}

.kbdata {

    padding-left: 20px;

}

.kbarticle {

    margin-bottom: 15px;

}

.red-highligt {
    background-color: #ff0000;
    border: 1px solid;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    padding: 2px;
}

#footer-social a {

    color: white !important;

}

#footer-social a:hover {

    color: #337ab7 !important;

}

.footer2 {

    margin-top: 40px;

}

#page {

    height: auto !important;

}

.navbar-inverse {

    border-width: 0 0 1px;
    border-color: #ABACAE;

}

#service .overlay .container p {

    margin-bottom: 0;

}

.product-page-content {

    padding: 22px 15px 15px 15px !important;

}

.hosting-menu.dropdown-menu > li {

    min-width: 152px;
    padding-bottom: 5px;
    padding-top: 3px !important;

}

.price-table.text-center b {

    font-size: 16px;

}

.owl-controls.clickable {

    margin-bottom: 30px;

}

.price-table.text-center li:first-child {

    height: 150px;

}

.product-page-content .price-table.text-center li:first-child {

    height: auto;

}

.fs-15 {

    font-size: 15px !important;

}

.fs-16 {

    font-size: 16px !important;

}

.fs-17 {

    font-size: 17px !important;

}

.page-content-white {

    padding: 10px 0 30px;

}

.page-content-white .sec-title {

    margin-top: 18px;

}

.faq-q {

    width: auto;
    margin-bottom: 0;
    text-align: left;

}

.page-content-white .container .row .sec-title h2 img, .page-content-white .container .row .sec-title h2 br {

    display: none;

}

.kvc-vertical-tab-cnt .tab-cnt p {

    margin-bottom: 12px;

}

#hsawdsTab .style1 {

    font-size: 18px;
    font-weight: bold;

}

#hsawdsBanner {
    padding-left: 3px;
    padding-top: 3px;
    width: 900px;
}

#hsawds0 {
    background-color: #FFFFFF;
    float: left;
    font-family: Arial;
    font-size: 13px;
    width: 100%;
}

#hsawdsHead {
    background: url("//www.kvchosting.net/img/awards/hsawdsHead.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 9px;
    width: 900px;
}

#hsawdsBody {
    background: url("//www.kvchosting.net/img/awards/hsawdsBody.gif") repeat-y scroll 0 0 transparent;
    float: left;
    width: 900px;
}

#hsawdsTab {

    padding: 20px;

}

#hsawdsContent {

    height: 189px;
    padding: 20px;
    width: 500px;
    background: url("//www.kvchosting.net/images/contentBack.gif") repeat-x scroll 0 0 transparent;

}

#hsawds_img {
    background: url("//www.kvchosting.net/images/contentBack1.gif") repeat-x scroll 0 0 transparent;
    height: 137px;
}


#hsawdsContent0 {

    width: 388px;
    height: 137px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;

}

#hsawdsContent .style2 {

    font-weight: bold;

}

#hosting-awards-table a {

    display: block;
    margin-top: 8%;

}

#hosting-awards-table img {

    margin-top: 40px;

}

#hsawdsContent .style3 > a {

    margin-top: 0 !important;

}

#hosting-awards-table a {

    outline: none;

}

.kvc-tab-nav button, .kvc-tab-nav > a {

    margin-right: 3px;
    outline: none !important;

}

.demo {

    color: #eb1414;
    cursor: pointer;
    font-size: 12px;
    text-shadow: 1px 1px #e1c9c9;

}

.hosting-menu li a .fa {

    margin-right: 5px;

}

.vps-tab-inner-cnt {

    /*margin-top: 61px;*/
    text-align: center;
    padding-bottom: 8px;
    border: 1px solid #cecece;

}

table.table1{

    margin-left: 9px;
    margin-top: 25px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;

}
.table1 thead th{
    padding:5px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{

    color:#fff;
    line-height: 54px;
    text-shadow:1px 1px 1px #568F23;
    background-color:#9DD929;
    border:1px solid #93CE37;
    border-right:3px solid #9ED929;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(158,217,41)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(123,192,67))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(158,217,41) 2%,
        rgb(139,198,66) 51%,
        rgb(123,192,67) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table1 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table1 tfoot th{
    color:#666;
}
.table1 tbody td{

    padding:10px;
    text-align:center;
    vertical-align: middle;
    background-color:#DEF3CA;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;

    -webkit-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.2);

}
.table1 tbody span.check::before{
    content : url(../images/check0.png)
}
.table1 tbody span.cross::before{
    content : url(../images/cross0.png)
}

.compare-us-data {

    margin-top: 23px;
    margin-left: 16px;

}

.table1 thead th img {

    width: 125px;

}

.g1-background {

    background-color: #f9f9f3;
    border-bottom: 1px solid #abacae;

}

.middle {

    width:910px;
    height:100%;
    float:left;
    background-image:url(https://www.kvchosting.net/images/middle-bg.png);
    background-repeat:repeat-y;

}

center .desc:nth-of-type(2) {

    display: none;

}

/*.nav-promo {

    padding: 0 !important;
    background-color: #d40000 !important;

}

.nav-promo .container {

    height: 113px;
    background-repeat: no-repeat;

}

.nav-promo .navbar-right {
    
    margin-top: 27px !important;
    
}

.nav-promo .container {

    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://www.kvchosting.net/img/icons/menu-back-valentines-day-2020.jpg");

}

.nav-promo .navbar-nav > li > a, .client-area-nav .nav a {

    color: #ffffff !important;

}

.nav-promo .navbar-nav > li > a:hover, .nav-promo .navbar-nav > li > a:focus, .nav-promo .navbar-nav > li > a:active {

    color: #ffffff !important;

}

.nav-promo .navbar-nav > li a::before {

    border-left: 1px solid #EAE7E7;
    border-right: 1px solid #EAE7E7;

}*/


.cbdusa {

    padding: 0 !important;
    background-color: #7f9b32 !important;

}

.cbdusa .container {

    /*height: 113px;*/
    background-repeat: no-repeat;

}

.cbdusa .container {

    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("https://www.kvchosting.net/img/theme-cbdusa.jpg");

}

.cbdusa .navbar-nav > li > a, .client-area-nav .nav a {

    color: #ffffff !important;

}

.cbdusa .navbar-nav > li > a:hover, .cbdusa .navbar-nav > li > a:focus, .cbdusa .navbar-nav > li > a:active {

    color: #ffffff !important;

}

.cbdusa .navbar-nav > li a::before {

    border-left: 1px solid #7f9b32;
    border-right: 1px solid #7f9b32;

}

.cbdusa .navbar-toggle .icon-bar {

    background-color: #7f9b32;

}

.hosting-menu {

    margin-top: 10px;

}

.snow{

   background-image:
           url(../images/promos/snow/snow.png),
           url(../images/promos/snow/snow1.png),
           url(../images/promos/snow/snow2.png);

   width: 100%;
   height:100%;
   position: absoulute;
   top: 0;
   left: 0;
   z-index:1;
   animation: snow 20s linear infinite;

}

@keyframes snow {

    from {background-position: 0px 0px, 0px 0px, 0px 0px;}
    to {background-position: 500px 1000px, 200px 400px, -100px 300px;}

}

.top-logos {

    margin-top: 20px;
    margin-bottom: 25px;

}

.managged-tabs-nav {

    margin-bottom: 25px;

}

.ptn {

    padding-top: 0;
}

.kvc-tab-cnt-vps .sec-title h2 {

    font-size: 22px;
    margin-top: 25px;
    font-weight: bold;

}

.kvc-tab-cnt-vps #tab-2-cnt .icons .icon {

    margin-left: 29px !important;

}

.kvc-tab-cnt-vps #tab-2-cnt .icons .icon {

    /*width: 42px !important;    for 11 products*/
    width: 150px !important;

}

.kvc-tab-cnt-vps #tab-4-cnt {

   margin-top: 20px;

}

.price-dropdown {
    position: absolute;
    z-index: 9999999;
    display: none;
    font-family:Arial, Helvetica, sans-serif;
    letter-spacing:0.3px;
}

.price-dropdown .price-dropdown-menu,
.price-dropdown .price-dropdown-panel {
    min-width:271px;
    max-width:280px;
    list-style: none;
    background: #FFF;
    border: solid 1px #dadada;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    overflow: hidden;
    padding:4px 0 0 0;
    margin: 0;
}

.price-dropdown .price-dropdown-panel {
    padding: 10px;
}

.price-dropdown.price-dropdown-tip {
    margin-top: 8px;
}

.price-dropdown.price-dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.price-dropdown.price-dropdown-tip.price-dropdown-anchor-right:before {
    left: auto;
    right: 9px;
}

.price-dropdown.price-dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #006d9f;
  display: inline-block;
}

.price-dropdown.price-dropdown-tip.price-dropdown-anchor-right:after {
    left: auto;
    right: 10px;
}


.price-dropdown.price-dropdown-scroll .price-dropdown-menu,
.price-dropdown.price-dropdown-scroll .price-dropdown-panel {
    max-height: 358px;
    overflow: auto;
}

.price-dropdown .price-dropdown-menu LI {
    list-style: none;
    padding: 0 0;
    margin: 0;
    line-height:33px;
}

.price-dropdown .price-dropdown-menu LI.blue{ background-color:#006d9f; color:#fff; line-height:26px; font-size:13px; font-weight:bold; padding-left:10px; padding-top:3px; text-transform:uppercase; margin-top:-4px;}


.price-dropdown .price-dropdown-menu LI > A,
.price-dropdown .price-dropdown-menu LABEL {
    text-align: left;
    display: block;
    color: #5a5a5a;
    text-decoration: none;
    padding:0 0 0 30px;
    white-space: nowrap;
    background:url(../images/checktab1.png) 10px 8px no-repeat;
    border-bottom:#e8e8e8 solid 1px;
    font-size:14px;
}

.price-dropdown .price-dropdown-menu LI > A:hover,
.price-dropdown .price-dropdown-menu LABEL:hover {

    color: #5a5a5a;
    cursor: pointer;
    background:url(../images/checktab2.png) 10px 8px no-repeat;
}

.price-dropdown .price-dropdown-menu li.active > a,
{
    color: #5a5a5a;
    cursor: pointer;
    background:url(../images/checktab2.png) 10px 8px no-repeat;
}

.price-dropdown .price-dropdown-menu .price-dropdown-divider {
    font-size: 1px;
    border-top: solid 1px #E5E5E5;
    padding: 0;
    margin: 5px 0;
}



@media only screen and (min-width:320px) and (max-width:767px) {
.price-dropdown.price-dropdown-tip{ left:50px !important;}

.price-dropdown.price-dropdown-tip:before{ left:186px;}
.price-dropdown.price-dropdown-tip:after{left:187px;}


}

.price-dropdown-icon{

    display:block;
    color:#545454;
    background:url(../images/price-top-down.png) right 0px no-repeat;

}

.price-dropdown-icon:hover, .price-dropdown-icon:focus {

    text-decoration:none;
    background-position:right bottom;

}

.price-dropdown li:nth-child(2n+1) {

    background-color: #fafafa;

}

.price-dropdown .prices:nth-child(2n+1):hover {

    background-color: white;

}

.kvc-tab-cnt td {

    vertical-align: middle !important;

}

.label-bg {

    padding: 0.4em 0.6em 0.6em;

}

.fmh-awards {


    margin-top: 54px;

}

.fmh-awards img {

    height: 81px;
    margin-left: 18px;

}

#awards .sec-title p, #awards .sec-title p b {

    color: white;

}

.navbar-collapse.in {
    
    overflow-y: inherit !important;
    
}

/* mobile slider - 2019-12-12 */

.mobile-product-slider {
    
    margin-top: 4px;
    
}

.mobile-product-slider-control-title-box {
                  
    color: white;
    height: 4.5em;
    font-weight: bold;
    line-height: 4.5em;
    position: relative;
    background-color: #39F;

    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    
}

.mobile-product-slider-control-title-box > section {
    
    text-align: center;   
    
}

.mobile-product-slider-control-title-box > section i {
    
    font-size: 24px;
        
}

.mobile-product-slider-control-title-box-left-button {
    
    width: 16%;
    cursor: pointer;
    background-color: blue;
    
    border-radius: 7px 0px 0px 7px;
    -moz-border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
        
}

.mobile-product-slider-control-title-box-title {
    
    width: 68%;
    float: left;
    font-size: 18px;

}

.mobile-product-slider-control-title-box-right-button {
    
    width: 16%;
    cursor: pointer;
    background-color: blue;
    
    border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;

}

.mobile-product-slider-control-disabled-button {
    
    color: #3805e9;
    
}

.mobile-product-slider-feature-box-outer-container {
    
     margin-top: 18px;
     
}

.mobile-product-slider-feature-box-container {
    
    padding: 4px;   
    margin-bottom: 4px;
    
}

.mobile-product-slider-feature-box {
    
    text-align: left;
    border: 1px solid #39f;
    padding: 5px 10px 5px 10px;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    
    box-shadow: 4px 0px 0px 0px #39f inset;
    
}

.mobile-product-slider-feature-box-title {
    
    color: #64686e;
    font-size: 14px;
    
}

.mobile-product-slider-feature-box-value {
    
    color: #666;
    font-size: 20px;
    font-weight: bold;
    
}

.mobile-product-slider-feature-box-additional-detail {
    
    font-size: 11px;
    margin-left: 13px;
    
}

.mobile-product-slider-section-container {
    
    margin-top: 16px;
    
}
 
.mobile-product-slider-btn:hover, .mobile-product-slider-btn:active, .mobile-product-slider-btn:focus, .mobile-product-slider-btn:after, .gradient-btn:hover, .gradient-btn:active, .gradient-btn:focus, .gradient-btn:after {
    
    color: white;
    text-decoration: none;
    background-position: right center;
    
} 
 
.btn-order, .gradient-blue-btn {
        
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%);
     
}

.btn-price {
        
    background: #9dd53a; /* Old browsers */
    background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
     
}

.mobile-product-slider-btn, .gradient-btn {
    
    margin: 3px;
    color: white;
    padding: 12px;
    display: block;
    font-size: 18px;
    transition: 0.5s;
    font-weight: bold;    
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: 0 0 20px #eee;
    background-size: 200% auto;    
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    
    box-shadow: 1px 1px 10px #0003 inset;
}

.prodcut-title {
    
    margin-top: 15px;
    
}

.vps-mobile-product-slider {
    
    margin-top: 15px;
    margin-bottom: 15px;
    
}

.vps-mobile-product-slider .mobile-product-slider-feature-box-title {
    
    margin-bottom: 9px;
        
}

.red-btn-order:hover, .red-btn-order:active, .red-btn-order:focus, .red-btn-order:after { 

    color: white;
    text-decoration: none;    
    background-position: right center; 

}

.red-btn-order {
    
    color: white;
    background-size: 200% auto;
    padding: 10px 15px 10px 15px;
    background-image: linear-gradient(to right, #f857a6 0%, #ff5858 51%, #f857a6 100%);

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;    
    
}

.seo-product .mobile-product-slider {
    
    margin-top: 18px;
    
}

.unlimited-hosting .sepcifications h2, .business-hosting .sepcifications h2 {
    
    margin-top: 18px;
    
}

.bulk-email-hosting .product-page-top-content .sec-title {
    
    margin-bottom: 22px;
       
}

.bulk-email-hosting .products-container .sec-title {
    
    margin-top: 15px;
       
}

.network-page * {
    
    color: white;
    
}

.network-page .sec-title h2 {
    
    font-weight: bold;
    
}

.network-page {
    
    background-image: url('../images/network-bg.jpg');
    /*background-size: contain;*/
    background-repeat: repeat;
    background-color: #101010;
    
}

.network-page .features {
    
    margin-bottom: 20px;
    background-color: #1a1919;
    
}

.network-page .features ul {
    
    margin: 0;
    padding: 18px;                
    text-align: left;
    font-size: 1.25rem;   
    
}

.network-page .features ul li {
    
    margin-bottom: 9px;    
    
}

.network-page .features ul li i {
    
    color: #00a7e9;
    margin-right: 6px;
    font-size: 1.53rem;
    
}

.network-page h3 {
    
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.8rem;
    
}

.network-page .row .col-lg-3 {
    
    margin-bottom: 2.7rem;
    
}

.network-page .test-server-item {
    
    text-align: left;
    border: 1px solid #6999d6;
    padding: 20px 18px 18px 27px;    
    
}

.network-page .test-server-item .test-server-item-title {
    
    color: #00a7e9;
    font-size: 22px;
    font-weight: 600;  
    margin-bottom: 17px;
    
}

.network-page .test-server-item .test-server-item-links {
    
    margin: 0;
    color: #00a7e9;
    
}

.network-page .test-server-item .test-server-item-links li {
    
    line-height: 1.5;
    margin-bottom: 12px;
    
}

.network-page .test-server-item .test-server-item-links i {
    
    color: #00a7e9;
    margin-right: 6px;
    font-size: 1.53rem;
    
}

.network-page .link {
    
    margin-top: 1.8rem;    
    margin-bottom: 1.4rem;
    
}

.network-page .features h4 {

    color: #00a7e9;
    font-weight: bold;
    padding-top: 1.4rem;
    margin-bottom: 0.2rem;   
    
}

.no-webp .datacenter{
    
    width: 100%;
    background-color: #1677bb;
    background-repeat: no-repeat;
    background-image: url("../images/datacenter_index/bg.jpg");  
    
}

.webp .datacenter{
    
    width: 100%;
    background-color: #1677bb;
    background-repeat: no-repeat;
    background-image: url("../images/datacenter_index/bg.webp");  
    
}

@media (min-width:1200px) {
    
 .datacenter .container {
     
  width:1050px;
  
 }
 
}

.dailysocial-gray, .swa-gray, .live-chat, .commit-icon, .feature-icon, 
.new-icon, .transfer-icons, .img-1, .img-2, .img-3, 
.facebook-icn, .twitter-icn, .youtube-icn, .supportmenu, .blt, 
.contact-menu, .demo-link-icon, .faq-menu, .slide-bg2, .transpar, 
.bg-topnav
{ display: inline-block; background: url('../img/index-sprite.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.dailysocial-gray { background-position: -1px -0px; width: 150px; height: 46px; }
.swa-gray { background-position: -1px -47px; width: 83px; height: 46px; }
.live-chat { background-position: -1px -94px; width: 79px; height: 18px; }
.commit-icon { background-position: -85px -47px; width: 60px; height: 60px; }
.feature-icon { background-position: -81px -108px; width: 60px; height: 60px; }
.new-icon { background-position: -1px -113px; width: 60px; height: 60px; }
.transfer-icons { background-position: -62px -169px; width: 60px; height: 60px; }
.img-1 { background-position: -1px -174px; width: 31px; height: 29px; }
.img-2 { background-position: -1px -204px; width: 31px; height: 29px; }
.img-3 { background-position: -33px -230px; width: 31px; height: 29px; }
.facebook-icn { background-position: -62px -113px; width: 18px; height: 18px; }
.twitter-icn { background-position: -62px -132px; width: 18px; height: 18px; }
.youtube-icn { background-position: -123px -169px; width: 18px; height: 18px; }
.supportmenu { background-position: -62px -151px; width: 13px; height: 12px; }
.blt { background-position: -33px -174px; width: 11px; height: 11px; }
.contact-menu { background-position: -45px -174px; width: 10px; height: 10px; }
.demo-link-icon { background-position: -45px -185px; width: 10px; height: 10px; }
.faq-menu { background-position: -33px -186px; width: 10px; height: 10px; }
.slide-bg2 { background-position: -123px -188px; width: 10px; height: 10px; }
.transpar { background-position: -134px -188px; width: 10px; height: 10px; }
.bg-topnav { background-position: -146px -47px; width: 1px; height: 465px; }

.logo-fix {
    
    margin-top: -20px;
    
}

#g1-top { position: relative; }

.g1-content {
    z-index: 500;
}

#g1-preheader, #g1-header, #g1-precontent, .g1-content, #g1-prefooter, #g1-footer {
    position: relative;
}

#g1-preheader, #g1-header, #g1-precontent, .g1-content, #g1-prefooter, #g1-footer { position: relative; }

#g1-preheader:before, #g1-preheader:after, #g1-header:before, #g1-header:after, #g1-precontent:before, #g1-precontent:after, .g1-content:before, .g1-content:after, #g1-prefooter:before, #g1-prefooter:after, #g1-footer:before, #g1-footer:after { content: " "; display: table; }

#g1-preheader:after, #g1-header:after, #g1-precontent:after, .g1-content:after, #g1-prefooter:after, #g1-footer:after { clear: both; }

#ie7 #g1-preheader, #ie7 #g1-header, #ie7 #g1-precontent, #ie7 .g1-content, #ie7 #g1-prefooter, #ie7 #g1-footer { zoom: 1; }

#g1-preheader > .g1-background, #g1-header > .g1-background, #g1-precontent > .g1-background, .g1-content > .g1-background, #g1-prefooter > .g1-background, #g1-footer > .g1-background { width: 100%; position: absolute; top: 0; bottom: 0; }

#g1-preheader-bar {
    position: relative;
}
.g1-content .g1-meta {
    color: #999;
}

.g1-font-regular-m .g1-dropdown li li a, .g1-font-regular-m .g1-meta {
    font-size: 12px;
}

.g1-preheader-layout-wide-narrow #g1-preheader .g1-layout-inner, .g1-header-layout-wide-narrow #g1-header .g1-layout-inner, .g1-precontent-layout-wide-narrow #g1-precontent .g1-layout-inner, .g1-content-layout-wide-narrow .g1-content .g1-layout-inner, .g1-prefooter-layout-wide-narrow #g1-prefooter .g1-layout-inner, .g1-footer-layout-wide-narrow #g1-footer .g1-layout-inner {
    max-width: 94.53125%;
    width: 968px;
}
.g1-layout-inner {
    margin-left: auto;
    margin-right: auto;
}

.g1-preheader-layout-wide-narrow #g1-preheader > .g1-background, .g1-header-layout-wide-narrow #g1-header > .g1-background, .g1-precontent-layout-wide-narrow #g1-precontent > .g1-background, .g1-content-layout-wide-narrow .g1-content > .g1-background, .g1-prefooter-layout-wide-narrow #g1-prefooter > .g1-background, .g1-footer-layout-wide-narrow #g1-footer > .g1-background {
    width: 100%;
}
#g1-preheader > .g1-background {
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
}
#g1-preheader > .g1-background, #g1-header > .g1-background, #g1-precontent > .g1-background, .g1-content > .g1-background, #g1-prefooter > .g1-background, #g1-footer > .g1-background {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.g1-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.g1-background {
    background-color: #f9f9f3;
    border-bottom: 1px solid #abacae;
}

#g1-preheader-bar {
    position: relative;
}
.g1-font-regular-m .g1-dropdown li li a, .g1-font-regular-m .g1-meta {
    font-size: 12px;
}

#g1-secondary-nav {
    margin-right: 10px;
    margin-bottom: 0;
    float: left;
}

#g1-secondary-nav-menu {
    margin: 0;
    padding: 4px 0;
    float: left;
    list-style: none;
    line-height: 24px;
}

#g1-secondary-nav-menu > li {
    float: left;
    margin-right: 1.25em;
}

h1, .g1-h1, h2, .g1-h2, h3, .g1-h3, .g1-button--big, .g1-numbers__title, .g1-searchbox input, .g1-nav--collapsed #g1-primary-nav-menu .g1-type-tile .g1-submenus .g1-nav-item__title {
    font-family: "Open Sans";
    font-weight: 300;
}

h1, .g1-h1 {
    font-size: 43px;
}
h1, .g1-h1 {
    line-height: 1.10000000;
    font-weight: normal;
}

h2, .g1-h2 {
    font-size: 27px;
}
h2, .g1-h2 {
    line-height: 1.16666667;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, dl, ol, ul, table, legend, hr, figure {
    margin-bottom: 21px;
    margin-bottom: 1.5rem;
}

input[type=button], input[type=submit], button, .g1-button { margin-top: 2px; margin-bottom: 21px; margin-bottom: 1.5rem; margin-right: 0.2px; /*IE8 inline-block fix*/ padding: 8px 28px; border-width: 2px; display: inline-block; position: relative; cursor: pointer; text-decoration: none; text-align: center; vertical-align: middle; zoom: 1; -webkit-transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out; -moz-transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out; -o-transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out; transition: background-color 0.175s ease-in-out, border-color 0.175s ease-in-out, color 0.175s ease-in-out; /* Second line */ }

form input[type=button], form input[type=submit], form button, form .g1-button { margin-bottom: 2px; }

input[type=button] i, input[type=submit] i, button i, .g1-button i { margin-right: 8px; font-size: 14px; font-family: FontAwesome; }

input[type=button] small, input[type=submit] small, button small, .g1-button small { margin-top: 2px; display: block; font: 11px/14px Arial, sans-serif; font-weight: normal; letter-spacing: normal; opacity: 0.66; }

.std-btn{border-radius:5px!important;-moz-border-radius:5px!important;-webkit-border-radius:5px!important;}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
}

.btn:hover, .btn-active {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.unlimited-tab-1-cnt .shared-top-products > div {

    padding-left: 0;

}