@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

body{margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.4; color: #333333;}

@media (min-width: 992px){
	.containerx{max-width: 100%;}
}

@media (min-width: 1200px){
	.containerx{max-width: 1400px;}
}
/*---yogendrA---*/
.plan_cost{color: #C73F05/*#fa7b45*/ !important;}
.hover_txt .plan_cost{color: #fff!important;}
/* Header
***********************************/
.top-header{background: #2b2f41; padding: 20px 0; color: #ccd5de; font-size: 16px;}
.top-header .last{text-align: right;}
.top-header a{color: #ccd5de;}
.top-header .navx li{margin-left: 20px; padding-left: 20px; border-left: 1px solid #6b6e7a;}
.top-header .navx li:first-child{margin-left: 0; padding-left: 0; border-left: none;}

.main-header{padding: 20px 0;}

.logo{padding: 12px 0 4px 0;}
.logo img{vertical-align: middle;    max-width: 100%;}

.mainmenu{}
.mainmenu a{color: #2f3652; font-size: 16px; font-weight: 600; display: block; padding: 15px 18px; border-radius: 7px; text-transform: uppercase; text-decoration: none;}
.mainmenu a:hover{background: #CCC;}
.mainmenu li:last-child a{background: #CD440A/*#f56f36*/; font-size: 18px; color: #FFF; letter-spacing: 1px;}
.mainmenu a.dropdownx-item, .mainmenu li:last-child a.dropdownx-item {
    font-size: 14px;
    padding: 9px 18px;
    border-radius: 0;
    background-color: #fff;
    color: #2f3652;
    border-bottom: 1px solid #eaeaea;
        white-space: pre-wrap;
}
.mainmenu .dropdownx-menu {
    padding: 0;
    top: 89%;
    border: none;
    width: 195px;
}
.mainmenu a.dropdownx-item:hover, .mainmenu li:last-child a.dropdownx-item:hover {
    background: #f56f36;
    color: #fff;
}
.mainmenu .dropdownx:hover .dropdownx-menu { display: block; }
.main-banner{background: url(../images/banner-bg.jpg) no-repeat center bottom #FFFFFF; background-size: cover; height: 654px;}
.main-banner ul{margin: 0; padding: 0;}
.main-banner .main-slider > div{height: 654px; position: relative;}
.main-banner .slick-slide{position: relative;}
.banner-img{position: absolute; right: 0;}
.banner-content{max-width: 65%; letter-spacing: 0.05em; padding-top: 100px;}
.banner-content h2, .banner-content h1{font-size: 45px; font-weight: bold; margin: 0 0 20px 0;}
.banner-content h3, .banner-content p.main-subtitle{text-transform: uppercase; font-size: 24px; font-weight: 600; margin: 0 0 30px 0;}
.banner-col{font-size: 18px; float: left; margin-right: 40px;}
.banner-col p{margin: 20px 0;}
.banner-btns{clear: both; padding-top: 40px;}
.banner-btns .btnx{border-radius: 7px; border: 1px solid #000; background: #FFF; padding: 13px 25px; min-width: 170px; font-size: 18px; color: #0d0002; letter-spacing: 1px; font-weight: bold; text-transform: uppercase; margin-right: 10px;}
.banner-btns .btnx.btnx-orange{background: #CD440A/*#f46c33*/; border-color: #f46c33; color: #FFF;	}

.products-section{padding: 50px 0 100px 0;}
.section-title{text-align: center; margin: 0 0 35px 0;}
.section-title img{margin: 0 0 4px 0;}
h2{font-weight: bold; font-size: 40px; letter-spacing: 1px;color: #000;}
h2 span, h1 span{color: #BD3C05/*#fa7b45*/;}

.product-list{text-align: center;}
.product-img{margin: 0 0 35px 0; display: inline-block; position: relative;}
.product-img img{vertical-align: middle;}
.product-img:after{content: ''; display: block; background: url(../images/shadow-1.png) no-repeat; background-size: 100% 100%; width: 400px; height: 15px; margin-top: -8px; position: absolute; left: 50%; transform: translateX(-50%);}
.offer-icon{position: absolute; width: 85px; height: 85px; line-height: 85px; text-align: center; border-radius: 50%; background: #FFF; box-shadow: 0 0 20px rgba(0,0,0,0.12); right: -25px; top: -25px;}
.product-list h3{font-size: 26px; font-weight: bold; text-transform: uppercase; margin: 0 0 15px 0;}
.product-list > div{padding: 40px;}
.product-list p{color: #95a0b7; line-height: 1.8; margin: 0 0 20px 0;}
.product-price{color: #3e9ed0; font-size: 20px; letter-spacing: 1px; font-weight: 600; margin: 0 0 30px 0;}
.product-list .btnx{border-radius: 7px; border: 1px solid #000; background: #FFF; padding: 13px 25px; min-width: 170px; font-size: 18px; color: #0d0002; letter-spacing: 1px; font-weight: bold;}
.product-list > div:hover{border-radius: 7px; box-shadow: 0 20px 45px #e3e3e3;}
.product-list > div:hover .btnx{background: #f46b32; border-color: #f46b32; color: #FFF;}

.who-we-are{background: url(../images/who-we-are-bg.png) no-repeat center center #f16e37; background-size: cover; padding: 50px 0; color: #FFF; font-weight: 300; line-height: 1.8;}
.who-we-are h2{margin: 0 0 20px 0;}
.who-we-are p{margin: 0 0 30px 0;}
.who-we-are .btnx{border-radius: 7px; border: 1px solid #FFF; background: #FFF; padding: 13px 25px; min-width: 180px; font-size: 18px; color: #0d0002; letter-spacing: 1px; font-weight: bold; text-transform: uppercase;}
.who-we-are img{vertical-align: middle;}
.who-we-are .colx-lg-7{padding-top: 25px;}
.who-we-are .colx-lg-7 img{margin: 0 0 10px -10px;}

.choose-section{padding: 50px 0 70px 0;}
.why-list{color: #6a6a6a; line-height: 1.8; letter-spacing: 0.05em; padding-top: 35px;}
.why-list h3{font-size: 24px; font-weight: 600; text-transform: uppercase; color: #000; margin-bottom: 15px;}
.why-list > div{padding: 35px 45px; border-left: 2px dotted #c2c2c2; border-top: 2px dotted #c2c2c2; transition: 0.1s all;}
.why-list > div:nth-child(3n+1){border-left: 0;}
.why-list > div:nth-child(1), .why-list > div:nth-child(2), .why-list > div:nth-child(3){border-top: 0;}
.why-list img{margin-bottom: 15px;}
.why-list > div:hover{border-radius: 7px; box-shadow: 0 20px 45px #e3e3e3; transform: scale(1.05); position: relative; background: #FFF; z-index: 1; border-color: transparent;}
.why-list > div:hover > *{transform: scale(0.95);}

.package-section{padding: 80px 0; background: #edf4fe;}
.package-section .rowx{padding-top: 25px;}
.package-block{background: #FFF; border-radius: 8px; padding: 40px; text-align: center; position: relative; margin: 0 8px; border: 2px solid transparent;}
.package-block h4{font-size: 18px; color: #3e4357; font-weight: 600; text-transform: uppercase; margin-bottom: 40px;}
.package-block .package-icon{margin-bottom: 20px;}
.package-price{font-size: 20px; color: #3e4357; margin: 0 0 35px 0;}
.package-price span{font-size: 55px; font-weight: bold; color: #000;}
.package-price:after{content: ''; display: block; background: #ebecee; height: 1px; left: 0; right: 0; position: absolute; margin-top: 10px;}
.package-des{color: #333333; line-height: 1.8; margin: 0 0 20px 0;}
.package-des p{margin: 0 0 25px 0;}
.package-des strong{font-weight: 600;}
.package-des ul{margin: 0 0 0 0; min-height: 120px;}
.package-des li:before{content: ''; display: block; width: 100px; height: 1px; margin: 6px auto; background: #c5c6cc;}
.package-des li:first-child:before{display: none;}
.package-block .btnx{border-radius: 7px; border: 1px solid #2b2f41; background: #2b2f41; padding: 13px 25px; min-width: 180px; font-size: 18px; color: #FFF; letter-spacing: 1px; font-weight: bold; text-transform: uppercase;}
.package-block:hover{border-color: #f46c32; box-shadow: 0 7px 17px #e3e3e3;}
.package-block:hover .btnx{border-color: #f46c32; background: #f46c32;}
.package-block:hover .package-price span{color: #f46c32;}

.bottom-section{padding: 80px 0;}

.get-started{margin-bottom: 50px;}
.get-started form{background: #54b7ea; padding: 22px 30px; border-radius: 100px;}
.get-started form:after{content: ''; display: block; clear: both;}
.get-started .input-col{float: left; width: 40%; padding-right: 20px;}
.get-started .input-submit{float: left; width: 20%; padding: 0 10px;}
.get-started input[type='email'], .get-started input[type='password']{border: none; width: 100%; height: 55px; border-radius: 50px; padding: 0 25px 0 80px;}
.get-started .input-submit input{width: 100%; border: none; height: 55px; border-radius: 7px; padding: 13px 25px; font-size: 18px; color: #FFF; letter-spacing: 1px; font-weight: bold; text-transform: uppercase; background: #f46c32; cursor: pointer;}
.get-started .input-submit input:hover{background: #2b2f41;}

.map-section{text-align: center; padding: 100px 0 70px 0;}

.footerx-highlighted{background: url(../images/bg2.png) no-repeat center center #000/*#f16e37*/; background-size: cover; padding: 50px 0; color: #FFF; font-weight: 300; line-height: 1.8; text-align: center;}
.footerx-highlighted img{margin-bottom: 10px;}
.footerx-highlighted h2{margin-bottom: 25px; letter-spacing: 0.03em; color:#fff;}
.footerx-highlighted h3{font-size: 24px; font-weight: 600; text-transform: uppercase; color: #edf4fe; letter-spacing: 0.05em; margin: 0 0 25px 0;}
.footerx-highlighted .containerx{max-width: 1000px;}
.footerx-highlighted p{margin: 0;}

.footerx-section{background: #edf4fe; padding: 40px 0;}
.footerx-section:after{content: ''; display: block; clear: both;}
.footerx-col{float: left; width: 20%;}
/*.footerx-section .rowx > div{border-left: 1px solid #CCC; flex: 0 0 21.5%; max-width: 21.5%; letter-spacing: 0.05em; padding-top: 10px; padding-bottom: 15px; padding-left: 45px;}
.footerx-section .rowx > div:first-child{border-left: none;}
.footerx-section .rowx > div:last-child{flex: 0 0 14%; max-width: 14%;}*/
.footerx-section h3{font-size: 18px; font-weight: bold; color: #f67038; margin: 0;}
.footerx-section h3:after{content: ''; display: block; width: 60px; height: 1px; background: #000; margin: 8px 0 12px 0;}
.footerx-section li{margin: 10px 0;}
.footerx-section li a{white-space: nowrap; color: #000; font-weight: 300;}

.footerx-bottom{padding: 10px 0; line-height: 1.8; overflow: hidden;}
.copyright{float: left; padding-top: 10px;}
.footerx-social{float: right;}
.footerx-social a{padding: 0; margin: 0 0 0 10px;}
.footerx-social a:before{width: 44px; height: 44px; line-height: 44px; background: #e7e7e7; text-align: center; border-radius: 50%; padding: 0; color: #000;}
.footerx-social a:hover:before{background: #000; color: #e7e7e7;}

.client-logos{overflow: hidden;}
.client-logos ul{margin: 0; padding: 0; list-style: none;}
.client-logos li{float: left; margin-left: 40px; -webkit-filter: grayscale(100%); filter: grayscale(100%);}
.client-logos li:first-child{margin-left: 0;}
.client-logos li:hover{-webkit-filter: grayscale(0); filter: grayscale(0);}

.customer-reviews{width: 1000px; margin: 0 auto 80px auto;}
.customer-reviews .slider-nav .slick-slide{opacity: 0.4; position: relative;}
.customer-reviews .slider-nav .slick-slide img{margin: 0 auto; transform: scale(0.6);}
.customer-reviews .slider-nav .slick-active{opacity: 0.4;}
.customer-reviews .slider-nav .slick-current.slick-center{opacity: 1; margin-top: 0;}
.customer-reviews .slider-nav .slick-current.slick-center img{width: 214px; transform: scale(1);}

.slider-nav{text-align: center; margin: 0 0 40px 0;}
.slider-nav > div{display: inline-block; margin: 0 20px;}
.slider-nav > div:nth-child(1), .slider-nav > div:nth-child(5){width: 115px; opacity: 0.4;}
.slider-nav > div:nth-child(2), .slider-nav > div:nth-child(4){width: 140px; opacity: 0.4;}
.slider-nav > div:nth-child(3){width: 140px; opacity: 0.4;}
.slider-nav img{width: 100%;}
.slider-nav > div.active{width: auto; opacity: 1;}

.slider-for{text-align: center; margin: 0 70px;}
.slider-for h3{color: #333333; font-size: 27px; font-weight: bold;}
.slider-for h4{font-size: 16px; color: #5f6b81; font-weight: 300;}
.slider-for p{font-size: 16px; line-height: 1.8; color: #333;}
.slider-for:before{content: ''; display: block; background: url(../images/comma-1.png) no-repeat; width: 65px; height: 46px; position: absolute; top: 60px; left: -70px;}
.slider-for:after{content: ''; display: block; background: url(../images/comma-2.png) no-repeat; width: 65px; height: 46px; position: absolute; top: 60px; right: -70px;}
.slick-dots li button:before{font-size: 12px; color: #fee5da; opacity: 1;}
.slick-dots li.slick-active button:before{color: #fa7b45; font-size: 14px;}

.menu-icon{float: right; width: 30px; cursor: pointer; margin: 8px 0 0 0; display: none;}
.menu-icon span{display: block; height: 3px; background: #2b2f41; margin: 6px 0;}

.contact-info{}
.contact-info .fa{font-size: 17px; margin-right: 5px;}

.page-title{background: url(../images/banner-bg.jpg) no-repeat center bottom #F0F0F0; background-size: cover; padding: 30px 0 80px 0;}
.page-title h1{font-size: 50px; font-weight: bold; margin: 0;}

.inner-page{padding: 50px 0;}
.inner-page h1{font-weight: bold; font-size: 50px; letter-spacing: 1px; margin: 0 0 20px 0;}
.inner-page h2{font-size: 40px; margin: 0 0 20px 0;}
.inner-page h3{font-weight: bold; font-size: 30px; letter-spacing: 1px; margin: 0 0 20px 0;}
.inner-page h4{font-weight: bold; font-size: 24px; letter-spacing: 1px; margin: 0 0 20px 0;}
.inner-page h5{font-weight: bold; font-size: 20px; letter-spacing: 1px; margin: 0 0 20px 0;}
.inner-page h6{font-weight: bold; font-size: 16px; letter-spacing: 1px; margin: 0 0 20px 0;}
.inner-page ul{padding: 0; margin: 0 0 20px 20px; list-style: square;}
.inner-page ul ul{list-style: circle; margin-bottom: 0;}
.inner-page ol{padding: 0; margin: 0 0 20px 20px; list-style: decimal;}
.inner-page ol ol{list-style: lower-roman; margin-bottom: 0;}
.inner-page .btnx.btnx-orange{background: #f46c33; border-color: #f46c33; color: #FFF;}
.inner-page .btnx.btnx-orange:hover{background: #2b2f41; border-color: #2b2f41;}
.inner-page .btnx.btnx-white:hover{background: #f46c33; border-color: #f46c33; color: #FFF;}
.inner-page .btnx{border-radius: 7px; padding: 13px 25px; min-width: 170px; font-size: 18px; letter-spacing: 1px; font-weight: bold; text-transform: uppercase;}
.inner-page .btnx.btnx-white{border: 1px solid #000; background: #FFF; color: #000;}
.inner-page blockquote{border: 2px solid #f7f7f9; padding: 15px; font-size: 18px; font-style: italic; line-height: 1.8;}
.bg-orange{background: #f46c33;}
.border-orange{border-color: #f46c33;}
.text-orange{color: #f46c33;}
a{color: #B33C09/*#f46c33*/;}

.style-section{margin-bottom: 40px;}
.style-section .btnx{margin-bottom: 10px;}
.style-section .image-col img{margin: 10px;}



/*12-11-2018 inner pages css*/ 

.inner_banner {
    position: relative;
    background-image: url(inner_banner.jpg);
    background-size: cover;
    display: block;
    width: 100%;
    height: 516px;
    background-repeat: no-repeat;
}

.inner_banner .full_img {
    width: 100%;
}
.inner_banner .full_img{display: none;}
.inner_banner .containerx {
    position: absolute;
    top: 45px;
    left: 0;
    margin: auto;
    right: 0;
}

.inner_banner .banner-content h2 {
    font-size: 45px;
}

.inner_banner .banner-content p {
    line-height: 30px;
}

.inner_banner .banner-content {
    padding-right: 85px;
}

.inner_main {
    padding: 80px 0 0;
}

.right_img {
    padding-left: 0;
    padding-right: 0;
}

.box_sec {
    padding: 20px 50px 25px;
    margin-bottom: 40px;
    border-radius: 7px;
    box-shadow: 0 13px 30px #e3e3e3;
    -webkit-box-shadow: 0 13px 30px #e3e3e3;
    -moz-box-shadow: 0 13px 30px #e3e3e3;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    min-height: 340px;
}

.box_sec h3 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.img_box {
    display: inline-block;
    margin-bottom: 20px;
}

.box_sec p {
    font-size: 16px;
    line-height: 30px;
    color: #6a6a6a;
    font-weight: 400;
    margin-bottom: 0;
}

.our_company {
    padding: 40px 120px;
    text-align: center;
    background: url(../../assets/images/new_img/company_bg.png) no-repeat;
    background-position: center -115px;
}

.our_company p {
    font-size: 16px;
    line-height: 33px;
    color: #000;
    font-weight: 300;
    margin-bottom: 25px;
}

.section-title h4 {
    font-weight: 600;
}

.logo_sec {
    background: #f2f2f2;
    padding: 45px 0;
}

.logo_sec .colx-lg-3 {
    text-align: center;
}

.inner_main .client-logos {
    overflow: hidden;
    padding: 45px 0;
}

.inner_banner .banner-content h5 {
    font-weight: 600;
    margin-bottom: 22px;
}

.inner_banner.colocation .banner-content {
    padding-top: 40px;
}

.inner_banner.colocation .right_img {
    margin-top: 15px;
}

.colocationbox_sec {
    background: #f2f2f2;
    padding: 90px 0 60px 0;
}

.colocationbox_sec .box_sec {
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 98.5%;
    min-height: 255px;
}

.colocationbox_sec .colx-lg-6:nth-child(2n+2) .box_sec {
    float: right;
}

table.main_table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 50px;
}

table.main_table caption {
    font-size: 1.5em;
    margin: 0;
    text-align: center;
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
}

table.main_table tr {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    padding: .35em;
}

table.main_table th,
table.main_table td {
    padding: 15px 8px;
    text-align: center;
    border-right: 3px solid #fff;
    vertical-align: middle;
    font-weight: 500;
}

table.main_table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table.main_table thead th {
    background: #1C78A6/*#3ca7de*/;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
}

table.main_table thead th:first-child {
    background: #CB4510/*#ef703c*/;
    width: 280px
}

table.main_table thead th:nth-child(6) {
    background: #2b2f41;
}

table.main_table tbody td:first-child {
    background: #fff;
    width: 280px
}

table.main_table tbody td:nth-child(6) {
    background: #fff;
}

.price {
    color: #C14210/*#ef703c*/;
}

table.main_table thead th:last-of-type {
    background: #fff;
    border: 1px solid #fff;
}

table.main_table tbody td:last-of-type {
    padding: 10px 15px;
}

.contact_btn {
    background: #CD440A/*#ef703c*/;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}

.contact_btn:hover {
    background: #2b2f41;
}

.table_sec {
    margin-bottom: 70px;
}

.table_sec h6 {
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 600;
}

ul.list_1 {
    margin-top: 20px;
    display: inline-block;
    max-width: 645px;
}

.list_1 li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
    padding-left: 45px;
    background: url(../../assets/images/new_img/li_icon.png) no-repeat;
}
ul.list_3 {
    margin-top: 20px;
    display: inline-block;
    max-width: 645px;
}

.list_3 li {
    float: left;
    margin-bottom: 20px;
    font-size: 16px;
    color: #6a6a6a;
    padding-left: 35px;
    background: url(../../assets/images/new_img/li_icon2.png) no-repeat;
        background-position: left center;
}


.colocationbox_sec.cpanel .img_box {
    margin-left: 0;
    margin-top: 20px;
}

.colocationbox_sec.cpanel .box_sec {
    padding: 20px 30px 25px;
    min-height: 265px;
}

table.main_table2 {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 80px;
    margin-top: 60px;
}

table.main_table2 caption {
    font-size: 1.5em;
    margin: 0;
    text-align: center;
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
}

table.main_table2 tr {
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    padding: .35em;
}

table.main_table2 th,
table.main_table2 td {
    padding: 15px 25px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

table.main_table2 th:first-child,
table.main_table2 td:first-child {
    width: 410px;
    padding: 15px 28px;
    text-align: left;
    font-weight: 400;
}

table.main_table2 th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

table.main_table2 thead th {
    background: #fff;
    color: #000;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    border-top: 1px solid #ccc;
    letter-spacing: 2px;
}

table.main_table2 thead th:first-child {
    background: #fff;
    border: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.main_table2 thead th.hover_txt {
    background: #fa7b45;
    color: #fff;
}

table.main_table2 tr:nth-child(2n) {
    background-color: #fff;
}

.check_icon {
    background: url(../../assets/images/new_img/icon_1.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
}

.close_icon {
    background: url(../../assets/images/new_img/icon_2.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
}

table.main_table2 tr.month {
    font-weight: 800;
    text-transform: uppercase;
    background-color: #f3f3f3;
}

table.main_table2 td span {
    display: inline-block;
}

.order_btn {
    background: #fff;
    border-radius: 8px;
    color: #2b2f41;
    border: 1px solid #2b2f41;
    padding: 15px 35px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}

.order_btn:hover {
    background: #ef703c;
    color: #fff;
    border-color: #ef703c;
}

table.main_table2 tr:last-of-type {
    border-color: #fff;
    background-color: #fff;
}

table.main_table2 tr:last-of-type td {
    border-color: #fff;
    padding-top: 35px;
}

table.main_table2 tr:last-of-type td span {
    margin-bottom: 15px;
    text-align: left;
    float: left;
    font-size: 16px;
}

.hover_txt {
    box-shadow: 0 6px 9px #e3e3e3;
    transform: scale(1.19);
    position: relative;
    z-index: 1;
    background: #f3f3f3;
}

.order_btn.hover_btn {
    transform: scale(1.19);
    position: relative;
    top: 20px;
    background: #ef703c;
    color: #fff;
    border-color: #ef703c;
}

table.main_table2 tr:nth-child(2n) .hover_txt {
    background: #fff;
}

.content_text {
    padding: 100px 0 55px;
}

.content_text .text-center.types_txt {
    padding-bottom: 25px;
}

.content_text .text-center.from_txt {}

.content_text .text-center.types_txt p {
    font-size: 16px;
}

.content_text .text-center.from_txt p {
    font-size: 16px;
}

section.drives_txt {
    background: #edf4fe;
    padding-top: 42px;
    padding-bottom: 42px;
}

.drives_txt .contact_txt {
    font-size: 23px;
    text-align: center;
    font-weight: 600;
}

.drives_txt .contact_txt .c_us {
    color: #ef703c;
    text-decoration: underline;
}

.colocationbox_sec .support_sec {
    min-height: 305px;
    padding: 20px 33px 29px;
}

table.table_wordpressvps th {
    padding: 10px 10px;
}

table.table_wordpressvps thead th {
    font-size: 19px;
}

.inner_banner.storage .banner-content {
    padding-right: 45px;
    padding-top: 10px;
}

.inner_main .section-title .Wordpress_txt {
    font-size: 16px;
    line-height: 32px;
}

.inner_main .section-title .Wordpress_txt span {
    color: #ef703c;
    text-decoration: underline;
}

.wordpressvp_btn {
    padding: 10px 12px;
    font-size: 16px;
}

.wordpress_con table.wordpress_tab thead th:first-child {
    width: 218px;
}

.wordpress_con table.wordpress_tab thead th:nth-child(7) {
    background: #2b2f41;
}

.wordpress_con table.wordpress_tab thead th:nth-child(6) {
    background: #1C78A6/*#3ca7de*/;
}

.wordpress_con table.wordpress_tab tbody td:nth-child(6) {
    background: #f8f8f8;
}

.wordpress_con table.wordpress_tab tbody td:nth-child(7) {
    background: #fff;
}

.managed_sec p.managed_txt {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding-left: 140px;
    padding-right: 140px;
    margin-bottom: 22px;
}

.managed_sec .managed_txt span.Open_txt {
    text-decoration: underline;
    color: #ef703c;
    font-weight: 600;
}

.managed_sec .managed_txt span.here_txt {
    text-decoration: underline;
    color: #f2672c;
}

.managed_sec p.rioray_txt {
    margin-bottom: 70px;
}

.section-title p.hudson_txt {
    padding-left: 350px;
    padding-right: 310px;
    text-align: center;
    line-height: 29px;
    margin-top: 25px;
}

.inner_banner.worksamples .right_img img {
    margin-left: 110px;
}

.inner_banner .banner-content p a {
    color: #333333;
    text-decoration: underline;
}

.colocationbox_sec.worksamples .img_box {
    margin-left: 0px;
}

.inner_banner.storage .right_img {
    margin-top: 70px;
}

.inner_banner.pre_installed .banner-content {
    padding-right: 15px;
    padding-top: 30px;
}

.inner_banner.pre_installed .right_img {
    margin-top: -30px;
}

.box_sec.manged_vps {
    min-height: 400px;
}

.dedicated_server .dedicated_s {
    margin-top: 90px;
}

.dedicated_server .dedicated_s .dedicated_txt {
    text-align: center;
    padding-left: 100px;
    padding-right: 120px;
    line-height: 30px;
}

.dedicated_sec .dedicated_bold {
    margin-top: 20px;
    text-align: center;
    padding: 40px 180px 25px 180px;
}

.dedicated_sec {
    background: #edf4fe;
}

.dedicated_sec .dedicated_bold .bold_txt {
    font-size: 23px;
    font-weight: 600;
}

.colocationbox_sec .dedicated_h {
    min-height: 301px;
    padding: 20px 33px 25px;
}

table.dedicated_table thead th {
    padding: 10px;
}

.inner_banner.dedicated .right_img img {
    margin: 90px 0 0 235px;
}

.dedicated_server p {
    line-height: 30px;
}

.dedicated_server {
    text-align: center;
    padding: 85px 0 5px 0;
}

.colocationbox_sec.dedicated_box .box_sec {
    min-height: 300px;
}

.colocationbox_sec.dedicated_box .box_sec h3 {
    font-size: 21px;
}

.inner_banner.managed .right_img img {
    margin: 80px 0 0 0;
}

.inner_main p a {
    text-decoration: underline;
}

.managed_mdl {
    background: rgb(246, 250, 255);
    background: -moz-linear-gradient(top, rgba(246, 250, 255, 1) 0%, rgba(254, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(246, 250, 255, 1) 0%, rgba(254, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(246, 250, 255, 1) 0%, rgba(254, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6faff', endColorstr='#feffff', GradientType=0);
    padding: 55px 0 20px;
}

.colocationbox_sec h2 {
    margin-bottom: 60px;
}
.inner_banner.dedicated_reseller .right_img img {
    margin: 48px 0 0 132px;
}
.dedicated_reseller {
    padding-bottom: 70px;
}

.left_title h2 span {
    display: block;
}
.left_title h2 {
    margin-top: 20px;
        line-height: 53px;
            font-size: 45px;
}
.list_2 li {
    margin-bottom: 18px;
    font-weight: 400;
}
.list_2 li span {
    font-size: 14px;
    background: #C24100/*#ff681d*/;
    color: #fff;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    line-height: 24px;
    margin-right:20px;
    float: left;
      font-weight: 600;
}
.inner_main.dedicated_main {
    padding-top: 20px;
}
.table_sec.dedicatedtable_sec {
    background: #f2f2f2;
    padding: 90px 0 70px;
        margin-bottom: 0;

}
.ready_sec {
    text-align: center;
}
.ready_sec h4 {
    color: #000;
    font-weight: 600;
    font-size:26px;
}
.ready_sec span {
    text-decoration: underline;
    font-size: 24px;
    margin-top: 15px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 600;
}


table.main_table3 {border: 1px solid #ccc;border-collapse: collapse;margin: 0;padding: 0;width: 100%;table-layout: fixed;margin-bottom: 70px;margin-top: 0;}
table.main_table3 caption {font-size: 1.5em; margin: 0; text-align: center;color: #000;padding-top: 0;padding-bottom: 0;}
table.main_table3 tr {background-color: #e2e0e0;    text-transform: capitalize;border: 1px solid #ccc;padding: .35em;}
table.main_table3 th, table.main_table3 td {padding: 15px 25px;text-align: center;vertical-align: middle;border-right: 2px solid #fff; text-transform: uppercase;font-weight: 600;font-size: 18px;}
table.main_table3 th:first-child, table.main_table3 td:first-child {width: 410px; background: #fff;padding: 15px 28px;text-align: center;font-weight: 600;}
table.main_table3 th {font-size: .85em;letter-spacing: .1em;text-transform: uppercase;}
table.main_table3 thead th {
    background: #3ca7de;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    border-top: 1px solid #ccc;
    padding: 10px;
}
table.main_table3 thead th:first-child {background: #fff;border: 1px solid #fff;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
table.main_table3 thead th.hover_txt {background: #fa7b45; color: #fff;}
table.main_table3 thead th:first-child {background: #ef703c;width: 280px; color: #fff;}

table.main_table3 th:last-of-type, table.main_table3 td:last-of-type{ border-right: 0px; } 


.inner_banner.dedicatedserver .right_img img {
    margin: 30px 0 0 85px;
}
.map-section .section-title {
    margin-bottom: 50px;
}
.what_inclued {
    background: #edf4fe;
    padding: 65px 0;
}

.what_inclued .left_title h2 span {
    display: inline-block;
}
.what_inclued .left_title h2 {
    font-size: 40px;
    color: #000;
}

table.cpanel_w thead th {
    font-size: 25px;
}
.inner_banner .self_managed {
    padding-top: 10px;
}
table.self-managed-table thead th span {
    color: #fa7b45;
    font-size: 16px;
}
table.self-managed-table thead th span.font_color {
    color: #fff;
   
}
table.self-managed-table thead th {
    font-size: 21px;
    font-weight: 700;
    padding: 22px 15px;
}
.section-title p.self_manag {
    padding: 10px 65px 20px 65px;
    font-size: 16px;
    line-height: 30px;
}
a.self_here {
    text-decoration: underline;
}
table.self-managed-table th:first-child, table.self-managed-table td:first-child{
    width: 236px;
}
.sel_btn {
    font-size: 16px;
}
p.hosted_txt {
    margin-bottom: 50px;
}
.main_table2.reseller thead th {
    font-size: 22px;
    font-weight: 600;
}


.colocationbox_sec.self_managed h2 {
    margin-bottom: 15px;
}
.section-title p.self_window{
   padding: 10px 185px 20px 185px;
}
.inner_banner.self_managed .banner-content {
    padding-top: 15px;
}
.inner_banner.cPanel_wordpress .right_img img {
    margin: 5px 0 0 85px;
}

table.cpanel_w thead th {
    font-size: 22px;
    font-weight: 600;
    padding: 25px 25px;
}
.what_inclued h4 {
    font-weight: 600;
}
.what_inclued ul.list_1 li {
    width: 100%;
    margin-bottom: 35px;
}
.what_inclued ul.list_1 li {
    width: 100%;
    margin-bottom: 35px;
    padding-left: 35px;
}
.what_inclued .main_table thead th:last-of-type{ background: #2b2f41; }
.what_inclued .main_table tr{background: #fff;}
.what_inclued .main_table tr td {
    border-right: 0;
}

.mid_content {
    text-align: center;
    padding: 0 0 55px 0;
}
.mid_content p {
    line-height: 30px;
    padding: 0 120px 10px 120px;
}
.looking_server {
    background: #f2f2f2;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 60px;
}
.looking_server {
    background: #f2f2f2;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
    color: #2b2f41;
    font-weight: 600;
}
.looking_server p {
    font-size: 24px;
    color: #2b2f41;
    font-weight: 600;
    padding: 0 90px;
}
.inner_main .map-section{text-align: center; padding: 100px 0 70px 0;}


.self-linux .self_txt {
   margin: 75px 116px;
   text-align: center;
   line-height: 30px;
}
.rowx_self .colx-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.colocationbox_sec.cpanel .img_assets{
       margin: 30px auto;
   display: table;
}
.self-man-linux h3 {
   text-align: center;
}

.colocationbox_sec.cpanel .cloud {
   padding-top: 43px;
}

.inner_banner.self_managedlinux .right_img img {
    margin: 35px 0 0 85px;
}

.inner_banner.pre_installed .right_img img {
    width: 90%;
    margin-left: 75px;
    margin-top: 80px;
}

.inner_banner.self_managed .right_img img {
    margin: 35px 0 0 140px;
}
.order_btn1 {
   font-size: 13px;
}
table.dedicated_tab thead th:nth-child(6) {
   background-color: #1C78A6/*#3ca7de*/;
}
table.dedicated_tab thead th:nth-child(7) {
   background-color: #2b2f41;
}
table.main_table.dedicated_tab thead th:first-child{width: 250px;}
table.main_table.dedicated_tab thead th:last-of-type{width: 185px;}
table.main_table.dedicated_tab .order_btn1 {
    font-size: 17px;
}
table.main_table tbody td:nth-child(6) {
    background:#f3f3f3;
}
table.main_table.dedicated_tab tbody td:nth-child(7) {
    background:#fff;
}

.inner_banner.dedicated_reseller{height: 650px;}


table.main_table.dedicated_tab2 tbody td:first-child{width: 180px;}

.what_inclued.extra_ip .table_sec, .extra_ip table.main_table {
    margin-bottom: 0;
}
.what_inclued.extra_ip {
    padding: 90px 0;
}
.what_inclued.extra_ip .left_title {
    margin-top: 40px;
}
.inner_banner.managed_dedicated .right_img img {
    margin: 0 0 0 205px;
}
.mapextra_ip {
    padding: 80px 0;
}
.mapextra_ip .left_title h2 span {
    display: inline-block;
}
.mapextra_ip .left_title {
    margin-top: 55px;
}

.inner_banner.selfmanagedvps2 .right_img img {
    margin: 40px 0 0 0;
}
.bg_1{ background: #edf4fe; }
.bg_2{ background: #f3f8fe; }
table.main_table.table_wordpressvps tbody td:nth-child(6) {
    background: #fff;
}

.colocationbox_sec.vps_reseller h2 {
    margin-bottom: 10px;
}
.inner_banner.vpsreseller .right_img img {
    margin: 70px 0 0 158px;
}
.accounts_text {
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding: 60px 0 0;
}

.page-id-159 .inner_banner{height: 610px;}

.img_map{width: 100%;}

@media screen and (max-width:1440px) and (min-width:1200px) {
    .right_img {
        padding-left: 15px;
        padding-right: 15px;
    }
    .right_img img {
        width: 72%;
        margin-left: 50px;
    }
    .inner_banner .banner-content {
        padding-right: 40px;
    }
    .logo_sec {
        padding: 30px 0;
    }
    .inner_main .client-logos {
        overflow: hidden;
        padding: 30px 170px;
    }
    
    .inner_banner.dedicated .right_img img {
        margin: 10px 0 0 115px;
    }
    .contact_btn {
        font-size: 16px;
    }
    .box_sec h3 {
        font-size: 21px;
    }
    .box_sec p {
        font-size: 15px;
        line-height: 28px;
    }
    .inner_banner.managed .banner-content p {
        font-size: 15px;
        line-height: 26px;
    }
    .inner_banner.managed .right_img img {
        margin: 60px 0 0 0;
    }
    .inner_banner.dedicated_reseller .banner-content {
    padding-top: 0;
}
.inner_banner.dedicated_reseller .right_img img {
    margin: 5px 0 0 50px;
}
table.self-managed-table thead th {
    font-size: 18px;

    padding: 22px 25px;
}
.order_btn{ padding: 15px 30px;}
.inner_banner.cPanel_wordpress .right_img img {
    margin: 5px 0 0 28px;
}
.inner_main .map-section {
    padding: 75px 0 70px 0;
}
.inner_banner.dedicatedserver .right_img img {
    margin: 10px 0 0 125px;
    width: 48%;
}
.inner_banner.self_managedlinux .right_img img {
    margin: 0px 0 0 20px;
    width: 88%;
}
.inner_banner.self_managedlinux .banner-content {
    padding-top: 10px;
}
.inner_banner.pre_installed .right_img img {
    width: 90%;
    margin-left: 15px;
    margin-top: 25px;
}
.inner_banner.self_managed .right_img img {
    margin: 0 0 0 100px;
}
.inner_banner.managed_dedicated .right_img img {
    margin: 0 0 0 115px;
    width: 54%;
}
.inner_banner.selfmanagedvps2 .right_img img {
    margin: 0;
    width: 85%;
}

.inner_banner.vpsreseller .right_img img {
    margin: 30px 0 0 2px;
}
.self-managed-table a.order_btn.sel_btn {
    padding: 10px;
    top: 0;
}
}

@media screen and (max-width:980px) and (min-width:1024px) {}

@media screen and (min-width:768px) and (max-width:979px) {}

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

 .banner-content{margin-bottom:2px}

    table.main_table {
        border: 0;
    }
    table.main_table caption {
        font-size: 1.3em;
    }
    table.main_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.main_table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    table.main_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    table.main_table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table.main_table td:last-child {
        border-bottom: 0;
    }
    table.main_table2 {
        border: 0;
    }
    table.main_table2 caption {
        font-size: 1.3em;
    }
    table.main_table2 thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.main_table2 tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    table.main_table2 td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    table.main_table2 td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table.main_table2 td:last-child {
        border-bottom: 0;
}




/*  new 15-04 */
table.main_table2 td::before {    content: attr(data-label);
float: left;
font-weight: 700;
text-transform: uppercase;
background: #ddd;
color: #000;
width: 100%;
font-size: 16px;
padding: 3px 0; margin: 0 0 10px;}

table.main_table2 th, table.main_table2 td {    font-size: 16px; padding: 0 0 12px; font-weight: 600;}
table.main_table2 th:first-child, table.main_table2 td:first-child { font-size: 16px; padding: 0 0 12px; font-weight: 600;}








/*  new 15-04 */










}

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

@media screen and (max-width:480px) {
	.inner_banner.managed_dedicated .right_img img{margin:0 !important;}.banner-content{margin-bottom:2px} 
	.img-fluid {
		margin: 0px !important;
	}

}

@media screen and (max-width:320px) {
	.inner_banner.managed_dedicated .right_img img{margin:0 !important;} .banner-content{margin-bottom:2px} 
	.img-fluid {
		margin: 0px !important;
	}


}

.all-posts-link {
    background-color: #1866BF !important;
}
.post-body p, .authorname {
    color: #6B6B6B !important;
}
.post-date-inner {
    background-color: #D11F00 !important;
}
.post-image {
    background-color: #000 !important;
}
.title-wrap .topic-link {
    background-color: #D11F00 !important;
}
.post-item a.topics-link {
    background-color: #1A72D5 !important;
}
