@charset "utf-8";
/* CSS Document */


body, h1, h2, h3, h4, h5, h6, ul, li{
	margin:0;
	padding:0;

	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
body, h1, h2, h3, h4, h5, h6{
	font-family:"raleway";
}

body{
	font-size:15px;
	color:#333;
        font-family: "open-sans";
}

h1, h2, h3, h4, h5, h6{
	font-family:"raleway";
        font-weight: normal !important;
}

h4{
	font-family:"raleway";
	font-size:17px;
	font-weight:normal;
}

#header, #main-content, #footer{
    width: 100%;
    float: left;
}

#header{
    position: relative;
	top:0;
    z-index: 2;
}

#footer{
    background:#0e1f2c;
    padding: 50px 0 0;
    background-size: 100% 100%;
    position: relative;
    
}

#footer::before{
    width: 100%;
    height: 76px;
    background: url(../images/ftr-cloud.png) repeat-x;
    position: absolute;
    content: "";
    display: block;
    top: -70px;
}



.inner-page #main-content{
    padding-bottom: 0;
}


.wrapper{
	width:100%;
	margin:auto;
        position: relative;
}

.container{
	max-width:1150px;
	width:95%;
	margin:auto;
        position: relative;
}

.content{
    padding:25px 0;
    width: 100%;
    float: left;
}

.bg-grey{
    background: #e3e3e3;
}

.bg-grey-light{
    background: #f8f8f8;
}

.bg-blue{
    background: #007cc3;
}

.pdng-tpbtm{
    padding: 15px 0;
}

img{
	border:0;
	width:100%;
}

p{
	text-align:justify;
	font-size:16px;
	margin-top:0;
}

.clear{
	clear:both;
}


ul li{
	float:left;
	list-style:none;
}

input, select, textarea{
	transition:all 0.4s ease;
}

a{
	text-decoration:none;
	color:#333333;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

i{
	width:25px;
	height:25px;
	float:left;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}


.span-12{
    width:100%;
    display:block;
    float:left;
}

.white-bg{
    background: #fff;
}

.dark-bg{
    background: #1c3345;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}

.top-left{
	float:left;
	display:block;
}

.top-left .social li a{
	color:#999;
	padding:7px 15px;
	display:block;
	font-size:18px;
}

.top-left .social li a:hover{
		color:#e6a801;
}

.top-right{
    float:right;
}

.btn{
    padding:5px 8px;
    text-transform:uppercase;
    font-family: "raleway";
    font-size: 17px;
    float: left;
    cursor: pointer;
    text-align: center;
    border-radius: 30px;
}

.slider .btn{
    font-size: 12px;
    padding:6px 5px ;
}

.btn-center{
    float: none;
    display: inline-block;
}

.btn-yellow-outline{
    background: none;
    border: #e6a801 solid thin;
    color: #e6a801;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "raleway";
  
}

.btn-yellow-outline:hover{
    background: #e6a801;
    color: #fff;
}

.btn-white{
    background: none;
    color: #fff;
    border: #fff solid thin;
}

.btn-white:hover{
    background: rgba(255,255,255,0.7);
    color: #000;
    border: #000 solid thin;
}

.logo{
    float: left;
    width: auto;
    margin-top: 20px;
}

.nav{
    float: right;
}

.nav ul li{
    position: relative;
}

.nav ul li a{
    padding: 25px 15px; 
    display: block;
    text-transform: uppercase;
    font-size: 13px;
	font-family:"raleway";
	color:#fff;
	font-weight:normal;
}


.nav ul li a:hover, .nav ul li a.active{
    color: #fff;
    background: #e6a801;
}

.main-drop, .main-drop-inner{
    position: absolute;
    background: rgba(0,0,0,0.8);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.5);
    display: none;
    min-width: 200px;
    padding: 10px;
}

.main-drop-inner{
    top:0;
}

.main-drop ul li{
    float: none;
    border-bottom: none;
}

.main-drop ul li:last-child{
    border-bottom: none;
}

.main-drop ul li a{
    padding:10px 8px;
    border:none;
    border-bottom:#ccc solid thin ;
    color:#fff;

}

.main-drop ul li a:first-child{
    border-left:none;
}


.main-drop ul li a:hover{
    border-bottom:#ccc solid thin ;
}

.main-drop ul li:last-child a{
    border-bottom: none;
}

.slider{
    width:100%;
    float: left;
    position: relative;
    
}

.slider .cloud-slider{
	width:100%;
	position:absolute;
	bottom:0;
	background:url(../images/cloud.png) repeat-x bottom left;
        text-align: center;
        padding-bottom: 130px;
}

.inr-slide-data .span-3{
    display: inline-block;
    width: 23%;
    margin: 0 0.5%;
    position: relative;
    vertical-align: top;
}

.icon-top{
    width: 110px;
    height: 110px;
    display: inline-block;
    /*border: #ccc solid thin;*/
    /*border-radius:50%;*/
}

.inr-slide-data{
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}



.inr-slide-data h3{
    width: 100%;
    color: #242e37;
    font-size: 21px;
    margin: 10px 0;
    font-weight: bold !important;
}

.inr-slide-data p{
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.inr-slide-data .first::before, .inr-slide-data .first::after, .inr-slide-data .last::after, .inr-slide-data .last::before, .inr-slide-data .second::before, .inr-slide-data .second::after{
    position: absolute;
    content: "";
    height: 1px;
    border-top: #ccc dashed 1px;
    display: block;
    top: 53px;
}

.inr-slide-data .span-3::before, .inr-slide-data .span-3::after{
    width:90px;
}

.inr-slide-data .span-3::before{
    left: -30px;
}

.inr-slide-data .span-3::after{
    right: -30px;
}

.inr-slide-data .price{
    font-family: "raleway";
    font-weight: bold !important;
    font-size: 25px;
    float: none;
    display: inline-block;
    margin: 0;
    color: #e6a801;
}

.inr-slide-data .price span{
    display: block;
    width: 100%;
    font-family: "open-sans";
    font-size: 15px !important;
    font-weight: normal !important;
    color: #666;
}


#slides{
    position: relative;
}

.cntct-top{
    position: relative;
    color: #fff;
}

ul.top-cntct li{
    padding: 5px 10px;
    color: #999;
}

.cntct-top a{
    color: #999;
}

.top-cntct li i{
	color:#e6a801;
	font-size:22px;
}

.heading{
    position: relative;
    margin-bottom: 25px;
    padding-bottom:15px;
    text-align:left;
    width: 100%;
    float: left;
    text-align: center;
    display: block;
}

.heading h1, .heading h2{
    color: #242e37;
    font-size: 27px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold !important;
}

.main-heading{
    position: relative;
}

.main-heading .light-txt{
    position: absolute;
    width: 100%;
    color: #000;
    opacity: 0.07;
    z-index: -1;
    font-size: 95px;
    font-family: "raleway";
    top: -40px;
    text-transform: uppercase;
}

.main-heading h1 span{
    color: #e6a801;
    font-size: 25px;
}

.exprnc{
    width: 100%;
    float: left;
    display: block;
    margin: 20px 0;
    text-align: center;
}


.exprnc .span-12{
    width: 100%;
    float: none;
    display: inline-block;
    padding: 10px 0;
}
.exprnc .span-12 p{
    text-align: justify;
}

.exprnc .span-12 h4{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold !important;
}

.exprnc .span-12 h2{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold !important;
}


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

.numbers .num-col{
    text-align: center;
    width: 25%;
    float: left;
    padding:0 10px;
    box-sizing: border-box;
    
}

.numbers .num-col h3{
    color:#e6a801;
    font-weight: bold !important;
    font-size: 30px;
}

.numbers .num-col h5{
    color:#6d7983;
    
    font-size: 13px;
    text-transform: uppercase;
}




.heading h3{
    color:#242e37;
    display:block;
    font-size:18px;
    font-weight:normal;
    text-transform:uppercase; 
}

.parallax .heading h3{
    color: #fff;
}

.choose-us{
    background: url(../images/server-cpu.png) no-repeat top center;
    background-size: 70%;
    float: left;
    width: 100%;
}

.choose-us .span-3{
    width: 30%;
    display: block;
}
.choose-us .span-3 .row{
   display: block;
   width: 100%;
   float: left;
   margin: 20px 0;
   position: relative;
}

.choose-icon{
    background: #e6a801;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
}

.choose-icon::before{
    position: absolute;
    width: 115%;
    height: 115%;
    top: -9%;
    left: -8%;
    content:" ";
    display: block;
    border: #e6a801 dashed thin;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.choose-us .span-3 .row:hover .choose-icon::before{
    transform: scale(1.1);
    border: #e6a801 solid thin;
    background: rgba(230,168,1,0.3);
    z-index: -1;
}


.choose-data{
    min-height: 100px;
}

.choose-us .span-3.pull-left .choose-icon{
    float: right;
}

.choose-us .span-3.pull-right .choose-icon{
    float: left;
}

.choose-us .span-3.pull-left .choose-data{
    float: right;
    text-align: right;
    width: 70%;
    margin-right: 20px;
}

.choose-us .span-3.pull-right .choose-data{
    float: left;
    text-align: left;
    margin-left: 20px;
    width: 70%;
}

.choose-us .span-3 p{
    font-style: italic;
    font-size: 15px;
}

.choose-us .span-3 h3{
    color: #242e37;
    font-weight: bold !important; 
}



.choose-us .span-3.pull-left  p{
    
    text-align: right;
}

.choose-us .span-3.pull-right p{
    text-align: left;
}

.choose-us .span-3.pull-left .row:nth-child(odd){
    right: -50px;
}

.choose-us .span-3.pull-right .row:nth-child(odd){
    left: -50px;
}

.parallax-2{
    width: 100%;
    background: url(../images/parallax-2.jpg) fixed no-repeat;
    background-size: cover;
    position: static;
    padding: 50px 0;    
    display: block;
    text-align: center;
}

.parallax-2 .span-3, .parallax-2 .span-6{
    display: inline-block;
    text-align: left;
    vertical-align: top;
    float: none;
}

.parallax-2 .span-3 h3, .parallax-2 .span-3 h2{
    text-transform: uppercase;
    font-weight: bold !important;
    text-align: right;
}

.parallax-2 .span-3 h3{
    font-size: 18px;
    color: #fff;
}

.parallax-2 .span-3 h2{
    font-size: 30px;
    color: #e6a801;
}

.parallax-2 .span-3{
    width: 25%;
}

.parallax-2 .span-6{
    width: 50%;
    margin-left: 20px;
}

.parallax-2 .btn{
    padding: 8px 15px;
    margin-top: 2px;
    margin-left: 10px;
}

.txt{
    font-size: 15px;
    font-family: "open-sans";
    color: #fff;
}

.col{
    float:left;
}

.text-center .col{
    float: none;
    display: inline-block;
    width: 100%;
}

.col-round{
    width: 40%;
    margin: 0 2%;
    padding:20px;
    border:#aaa solid thin;
    border-bottom: #007cc3 solid 3px;
    border-top-right-radius:30px;
    border-bottom-left-radius:30px;
    display: inline-block;
    float: none;
    text-align: left;
    position: relative;
    background: #fff;
    vertical-align: top;
}

.col-round h2{
    font-size: 20px;
    float: left;
}

.price{
    float: right;
    text-align: center;
    color: #000;
    margin-right: 20px;
}

.price span.strtng{
    font-size: 17px;
}

.price .rupee{
    color: #007cc3;
    font-size: 31px;
    font-family: "raleway";
}

.price .rupee span.txt{
    color: #000;
font-family: "raleway";
    font-size: 25px;
}

.col-round ul.lists, .sitemap ul.lists{
    width: 40%;
    float: left;
    margin: 10px 0;
    margin-left: 10px;
}

.col-round ul.lists li, .sitemap ul.lists li{
    float: none;
}

.btn-orange{
    border: #E87513 solid thin;
    color: #E87513;
    border-radius: 3px;
}

.btn-orange:hover{
    background: #E87513;
    color: #fff;
}

.btn-orange-reverse{
    background: #E87513;
    color: #fff
}



.btn-orange-reverse:hover{
    background: #fff;
    color: #E87513;
}

.col-round .btn{
    clear: left;
    font-size: 16px;
}

.server-img{
    position: absolute;
    right: 15px;
    bottom: 0;
}

.features{
    width: 27.5%;
}


.rupee span{
    font-family: "rupee";
}

.rupee{
    font-size: 25px;
}


.parallax{
    width: 100%;
    background: url(../images/parallax.jpg) no-repeat center fixed;
    background-size: cover;
    position: relative;
    padding: 30px 0 50px;
    padding-bottom: 120px
}

.parallax h2{
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
}

.parallax .txt{
    font-family: "raleway";
    color: #fff;
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
}

.cloud-dwn{
    width: 100%;
    position: absolute;
    display: block;
    height: 100%;
    z-index: 0;
    background: url(../images/cloud.png) repeat-x bottom;
}

.plans-main{
    width: 100%;
    float: left;
    text-align: center;
}

.plans{
   width: 18% !important;

    background: rgba(255,255,255,0.07);
    border: rgba(255,255,255,0.2) solid thin;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: top;
     margin-right: 1% !important;
}

.plans-main .plans:last-child{
    margin-right: 0;
}

.plans h2, .plans .price, .plans li {
    border-bottom: rgba(255,255,255,0.2) solid thin;
    box-sizing: border-box;
}


.plans h2{
    text-transform: uppercase;
    padding: 15px 0;
    background: rgba(255,255,255,0.08);
    margin: 0;
    font-size: 25px;
}

.plans.highlight h2{
    color: #e6a801;
}

.plans .price{
    width: 100%;
    display: block;
    padding: 25px 0;
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-family: "raleway";
}

.plans.highlight .price{
    color: #e6a801;
}

.plans .price span{
    font-family: "open-sans";
    font-size: 16px;
    display: block;
    color: #fff;
}

.plans li{
    width: 100%;
    float: left;
    display: block;
    padding: 12px 0;
    font-size: 16px;
}

.plans li:nth-child(odd){
    background: rgba(255,255,255,0.08);
}

.plans a{
    margin: 25px 0;
    padding: 7px 18px;
    font-size: 17px;
}

.plans.highlight .btn-yellow-outline{
    background: #e6a801;
    color: #fff;
}

.inner-plans{
    margin-top: 20px;
}

.inner-plans h2{
    background: #242e37;
    position: relative;
    z-index: 1;
    border-bottom: none;
}



.inner-plans .plans{
    background: #fbfbfb;
    border: #ccc solid thin;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.inner-plans .plans::before{
    width: 100%;
    height: 142px;
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    content: '';
    background: url(../images/plan-bg-top.png) no-repeat top;
    background-size: cover;
    z-index: -1;
}

.inner-plans .plans .price{
    padding: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff;
    border: #ccc solid 2px;
    color: #242e37;
    float: none;
    display: inline-block;
    font-weight: bold !important;
    padding-top: 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.inner-plans .plans .price span{
    color: #666;
    font-family: "open-sans";
    font-weight: normal !important;
}
.inner-plans .plans li{
    color: #666;
    border-bottom: #ccc solid thin;
}

.inner-plans .plans a{
    margin: 0;
}

.plan-btn{
    padding: 20px 0;
    background: #e3e3e3;
    float: left;
    width: 100%;
}

.highlight .plan-btn{
    background: #e6a801;
}

.plan-btn .btn-yellow-outline {
    background: #e6a801;
    color: #242e37;
    font-weight: bold;
}

.plan-btn .btn-yellow-outline:hover,  .plans.highlight .plan-btn .btn-yellow-outline{
    background: #fff;
    color: #242e37;
}

.inner-plans .plans.highlight{
    margin-top: -15px;
}

.inner-plans .plans.highlight::after{
    position: absolute;
    width: 27px;
    height: 124px;
    content: '';
    background: url(../images/best-seller.png) no-repeat;
    top: 0;
    left: 20px;
    display: block;
    z-index: 10;
}

.sprt{
    width: 100%;
    float: left;
    position: relative;
    display: block;
}
.sprt-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 322px;
}

.sprt .span-7{
    float: left;
    width: 70%;
}

.supporting-cols{
    width: 33%;
    float: left;
    margin-bottom: 50px;
    padding-right: 15px;
    box-sizing: border-box;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.supporting-cols h2 span{
    font-weight: bold !important;
}

.supporting-cols h2 {
    padding: 0 0 10px; 
    padding-left: 80px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    min-height: 60px;
}

.supporting-cols .sprtng-icon{
    position: absolute;
    width: 70px;
    height: 55px;
    left: 0;    
    top: -5px;
}

ul.lists li{
    float: left;
    display: block;
    width: 100%;
    padding: 7px 0;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

ul.list-half li{
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
}

ul.lists li::before{
    position: absolute;
    font-family: "Ionicons";
    display: block;
    color: #4083d6;
    left: 0;
    top: 8px;
    content: '\f120';
    font-size: 18px;
}

.supporting-cols ul.lists li{
    margin-left: 15px;
}

.one-click{
    width: 100%;
    float: left;
    padding: 30px 0;
    margin-top: 50px;
    border-top: #ccc solid thin;
}

.click-txt{
    float: left;
    width: 200px;
    text-align: right;
}

.click-txt h3{
    color: #e6a801;
    font-size: 35px;
    font-weight: bold !important;
    line-height: normal;
}

.click-txt span{
    color: #242e37;
    font-size: 25px;
    line-height: normal;
}


.click-slider{
    float: right;
    width: 80%;
}

.inpt-select{
    width: 70%;
    float: left;
    background: rgba(255,255,255,0.1);
    border: rgba(255,255,255,0.5) solid thin;
}

.inpt-select .inpt, .inpt-select .select-drop{
    float: left;
    overflow: hidden;
} 

.inpt-select .inpt{
    width: 100%;
}

.inpt-select .select-drop{
    width: 15%;
    background: url(../images/drp-arw.png) no-repeat right ;
}

.inpt-select .inpt input, .inpt-select .select-drop select{
    width: 100%;
    background: none;
    border: none;
    font-family: "open-sans";
    font-size: 17px;
    line-height: 30px;
    color: #fff;
}

.inpt-select .inpt input{
    padding: 5px;
}

.inpt-select .select-drop select{
    height: 50px;
    width: 120%;
    padding-left: 5px;
}

.parallax .btn-white, .quote .btn-white{
    padding: 13px 15px;
}

.view-more{
    display: block;
    margin: 25px 0 15px;
    clear: both;
}

.view-more .btn{
    padding: 5px 40px;
}

.quote-data{
    float: left;
    width: 70%;
}

.quote .heading{
    background: none;
    margin-bottom: 0;
}

.quote .heading h2{
    font-size: 30px;
    color: #fff;
    float: left;
}

.quote-txt{
    font-size: 14px;
    color: #000;
    width: 100%;
    float: left;
}

.quote .btn-white{
    margin-top: 20px;
}

.span-4 {
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
    width: 22.35%;
    margin-bottom: 10px;
}

.span-4:last-child {
    margin-right: 0;
}

#footer .heading{
    margin-bottom: 0;
}

#footer .heading h2{
    color: #e6a801;
    font-size: 24px;
    text-transform: capitalize;
    text-align: left;
}

.ftr-logo img{
    width: auto;
}

#footer p{
    color: #ccc;
    text-align: center !important;
    font-size: 13px;
    margin-top: 10px;
    
}

#footer .span-12.text-center{
    border-bottom: #000 solid thin;
}

.ftr-cntct {
    text-align: center;
    width: 100%;
    float: left;
    padding: 30px 0 70px;
}

.ftr-cntct .span-3{
    width: 30%;
    display: inline-block;
    text-align: left;
    margin-right: 3.5%;
    vertical-align: top;
    float: none;
}

.ftr-cntct .span-3:last-child{
    margin-right: 0;
    padding-left: 50px;
    box-sizing: border-box;
}

.ftr-cntct .span-3 h4{
    font-size: 18px;
    color: #242e37;
}

.ftr-cntct .span-3 h3{
    font-size: 22px;
    color: #242e37;
    font-weight: bold !important;
}

.ftr-cntct li a.icon{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #242e37;
    color: #fff;
    display: block;
    text-align: center;
    margin-right: 10px;
    
}

.ftr-cntct li a.icon::before{
    line-height: 35px;
}


ul.ftr-links li{
    float: none;
   
    display: inline-block;
}

ul.ftr-links li a{
    font-family: "open-sans";
    font-size: 15px;
    color: #9b9b9b;
    line-height: 25px;
    display: block;
    padding: 10px 15px;
}

ul.ftr-links li a:hover{
    color: #e6a801;
}

ul.ftr-links li a strong{
    color: #085b96;
}

#footer .span-12 p a{
    color: #ea650c;
}

#footer .span-12 p a:hover{
    text-decoration: underline;
}

.ftr-inner-list{
    float: left;
}

.ftr-inner-list  li{
    margin: 0 10px;
}

.ftr-inner-list  li:first-child{
    margin-left: 0;
}

.ftr-inner-list li a{
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
}

.ftr-inner-list li a img{
    width: auto;
    
}

.ftr-inner-list li a.fb:hover{
    background: #3D5A98;
}

.ftr-inner-list li a.twitter:hover{
    background: #2CA7E0;
}

.ftr-inner-list li a.linkedin:hover{
    background: #006699;
}

.ftr-inner-list li a.google:hover{
    background: #D31F20;
}


.span-4 .row-1{
    width: 100%;
    float: left;
}

.ftr-drop {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.span-4 .row-1:first-child{
    margin-bottom: 30px;
}

.copy{
    padding: 10px 0 5px;
    background: #09141d;
    margin-top: 5px;
}

#footer .copy p{
    font-family: "open-sans";
    font-size: 16px;
    text-align: center;
    padding: 0;
    color: #fff;
    text-align: center !important;
}

.copy p a{
    color: #e6a801;
}
.copy p a:hover{
    text-decoration: underline;
}

/* inner page */

.inner-header{
    width: 100%;
    float: left;
    background: url(../images/parallax-2.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
    overflow: hidden;
}

.inner-header h1{
    float: left;
    color: #e6a801;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 40px;
}

.breadcrums{
    padding: 10px 0;
    width: auto;
    float: right;
}

.breadcrums ul li{
    padding: 0 10px;
    border-right: #aaa dotted 1px;
}


.breadcrums ul li:first-child{
    padding-left: 0;
}

.breadcrums ul li:last-child{
    border-right: 0;
}

.breadcrums ul li a{
    color: #666;
}

.breadcrums ul li a:hover, .breadcrums ul li a.active{
    color: #e6a801;
}

.span-6{
    width: 48%;
    float: left;
}

.big-img{
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
}

p.highlight{
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    border-left: #e6a801 solid 2px;
    padding: 10px 0;
    padding-left: 15px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    color: #000;
    font-style: italic;
}

.heading-1{
    text-align: left;
}

.right-img{
    width: 35%;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.inner-page .tab-view ul li.second{
    min-height: 35px;
    padding-top: 60px;
    position: relative;
}

.hosting-abs{
    position: absolute;
    width: 100%;
    text-align: center;
    top: -50px;
}

.hosting-rel{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: #007cc3 solid 2px;
    font-family: "raleway";
    font-size: 24px;
    text-transform: uppercase;
    color: #333;
    line-height: 100px;
    background: #fff;
}




.feature-data ul li{
    width: 30%;
    margin-right: 10px;
}

.feature-arw{
    float: right;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff url(../images/dwn-arw.png) no-repeat center;
    background-size: 75%;
    margin-right: 15px;
    border: #007cc3 solid thin;
}

ul.bullet-tick li{
    list-style: url(../images/bullet-tick.png);
    padding: 5px 0;
}

.feature-head{
    width: 100%;
    padding: 10px 0;
    border: #ccc solid thin;
    float: left;
    background: #f1f1f1;
    cursor: pointer;
    transition:all 0.4s ease;
}

.feature-head:hover{
    background: #e5e5e5;
}

.feature-head h3{
    margin-left: 10px;
    float: left;
    font-size: 18px;
}

.feature-data{
    display: none;
    border: #ccc solid thin;
    border-top: none;
    width: 100%;
    float: left;
    padding:10px 0;
}

.feature-list .feature-row:first-child .feature-data{
    display: block;
}

.feature-list .feature-row:first-child .feature-head{
    background: #007cc3;
}

.feature-list .feature-row:first-child .feature-head h3{
    color: #fff;
}

.feature-list .feature-row:first-child .feature-head .feature-arw{
  background: #fff url(../images/up-arw.png) no-repeat center / 75%;
}

ul.bullet-tick{
    margin-left:40px;
}

.hosting-parallax{
    background: url(../images/hosting-bg.jpg) no-repeat fixed ;
    position: static;
    background-size: cover;
}

.tble-design{
    width: 100% !important;
}   

.tble-design th, .tble-design td{
    text-align: center;
    padding: 10px;
    border-right: none;
}

.tble-design th{
    font-family: "raleway";
    font-size: 17px;
    font-weight: normal;
    width: 13%;
}

.table-plans th{
    background: #f9f9f9;
    border: #dee1e7 solid thin;
    border-right: none;
}

.table-plans th:first-child{
    background: none;
    border: none;
    border-bottom: #dee1e7 solid thin;
}

.table-plans th:last-child{
    border-right: #dee1e7 solid thin;
}

.table-plans td{
    border: #dee1e7 solid thin;
    border-top: none;
    border-right: none;
}

.table-plans td.one{
    background: #f9f9f9;
}

.table-plans td:last-child{
    border-right: #dee1e7 solid thin;
}

.table-plans tr:last-child td{
    background: #242e37 !important;
}

.table-plans tr:last-child td:first-child{
    background: none !important;
}

.table-plans tr:last-child td .btn{
    margin: 10px 0;
}

.table-plans tr:hover td{
    background: #f1f1f1;
}
.tble-design .one{
    width: 9.2%;
}


.tble-design .price{
    margin-right: 0;
    width: 100%;
    float: left;
}

.tble-design .price h4{
    font-weight: bold !important;
    font-size: 21px;
    color: #e6a801;
}

.tble-design .price span{
    font-size: 13px;
    color: #666;
}

.tble-design .lvl{
    color: #242e37;
}

.tble-design .btn{
    float: none;
    display: inline-block;
}


/*
.tble-design .first{
    width: 15%;
}

.tble-design .second{
    width: 15%;
}

.tble-design .third{
    width: 10%
}

.tble-design .fourth{
    width: 15%
}
*/

.inner-page .col{
    float: none;
    display: inline-block;
}



.vps-feature .col{
    float: none;
    display: inline-block;
}

.vps-feature .col-width{
    width: 43%;
    margin: 10px 21px;
    padding: 10px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-right:20px;

}

.vps-icon{
    width: 70px;
    height: 70px;
    margin-right: 10px;
    position: relative;
}



.icon-heading{
    width: 100%;
    border-bottom: #aaa solid thin;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.block-list{
    float: left;
    width: 100%;
}

.block-list ul li{
    width: 100%;
}

.icon-heading h3{
    color: #007cc3;
    font-size: 20px;
    margin-bottom: 10px;
}

.vps-icon, .icon-heading h3{
    display: inline-block;
    vertical-align: middle;
}

.vps-data ul.bullet-tick{
    margin-left: 25px;
}


.cntct-us .span-12{
    width: 100%;
    float: left;
}

.cntct-us .span-12 p{
    text-align: center;
    font-size: 14px;
}

.cntct-us .span-12 .span-3{
    text-align: center;
    float: left;
    width: 30%;
    margin: 1.5%;
}

.cntct-us .span-12 .span-3:hover .cntct-icon{
    color: #e6a801;
}

.cntct-us .cntct-icon{
    font-size: 50px;
}

.cntct-us h3{
    text-transform: uppercase;
    font-weight: bold !important;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.map{
    width: 100%;
    float: left;
    margin: 50px 0;
}

.map iframe{
    width: 100%;
    height: 450px;
}

.hover{
    width: 70px;
    height: 70px;
    position: absolute;
    top: -2px;
    left: -2px;
    border: #007cc3 solid 2px;
   
    transform: scale(0.5);
    opacity: 0;
    transition: all 0.4s ease;
}

.col-width .vps-icon img{
    transition: all 0.2s ease;
}

.col-width:hover .vps-icon img{
    transform: scale(0.8)
}

.col-width:hover .hover{
    opacity: 1;
    transform: scale(1);
     border-radius: 50%;
}

.cntct-icon{
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align:middle;
}

.call-icon{
    background: url(../images/icon-call.png) no-repeat center;
}

.icon-support{
    background: url(../images/icon-support.png) no-repeat center;
}
.icon-mail{
    background: url(../images/icon-mail.png) no-repeat center;
}

.icon-map{
    background: url(../images/icon-map.png) no-repeat center;
}

ul.cntct li{
    display: inline-block;
    width: 32%;
    margin-right: 15px;
    vertical-align: top;
    text-align: left;
}

ul.cntct li:last-child{
    margin-right: 0;
}
.cntct-data{
    display: inline-block;
    vertical-align: middle;
}

.cntct-data h3{
    font-size: 24px;
    color: #666;
}

.cntct-data span{
    font-family: "raleway";
    font-size: 18px;
}

.contact-us .row {
    margin-bottom: 20px;
}

.contact-us .row h4 {
    font-size: 18px;
}

.contact-us .row span {
    color: #007cc3;
}

.cntct-left{
    float: left;
    width:30%;
}

.cntct-right{
    float: right;
    width:66%;
    padding-left: 20px;
    border-left:#ccc solid thin;
}

.heading-2 h2{
    font-size: 23px;
    color: #e6a801;
    border-bottom: #ccc solid thin;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.heading-2 h2.small{
    font-size: 18px;
    font-weight: bold !important;
}

.cntct-right .row .cntct-icon{
    vertical-align: top;
}

.cntct-right .row .cntct-data{
    vertical-align: top;
    font-size: 16px;
}

.map{
    width: 100%;

    float: left;
    margin-top: 15px;
}

.map iframe{
    height: 250px;
}

.row-2{
    width:100%;
    float: left;
    margin-bottom: 20px;
}

.row-2 strong{
    color: #242e37;
}

.row-2 p{
    color: #666;
}

.banks{
    border-right: #ccc solid thin;
    float: left;
    padding: 10px;
    width:40%;
    margin-right: 5px;
}

.banks:last-child{
    border: none;
}

.banks h2{
    border-bottom: #ccc solid thin;
    margin-bottom: 5px;
    font-weight: bold !important;
}

.banks .txt{
    font-size: 13px;
    margin: 5px 0 10px;
    float: left;
    color: #666;
}

.banks .txt a{
    color: #e6a801;
    text-decoration: underline;
    font-weight: bold;
}

.banks p{
    margin: 5px 0;
}

a.txt-links{
    color: #e6a801;
    text-decoration: underline;
}

.tab-view .col{
    float: left;
}

.form {
    font-family: "raleway";
    font-size: 17px;
}

.form-center{
      width: 70%;
    margin: auto;
    padding: 20px 0;
    padding-left: 20px;
    border: #ccc solid thin;
    border-top: #007cc3 solid 5px;
    box-shadow:0 0 5px 0 rgba(0,0,0,0.2);
}

.form.form-center .form-group{
    float: left;
    width:50%;
    margin: 10px 0;
}


.form .label{
    line-height: 30px;
    color: #007cc3;
}

.form .inpt{
    width: 93%;
}

.form .inpt input, .form .inpt textarea, .form .inpt select  {
    width: 100%;
    padding-left: 5px;
    height: 35px;
    font-family: "open-sans";
    font-size: 13px;
}

.form .inpt select {
    width: 102%;
}

.form .inpt textarea{
      padding-top: 5px;
      height: 30px;

}


.form.form-center .form-group.full-text{
    width: 100%;
}

.form.form-center .form-group.full-text textarea{
    width: 103.8%;
}

.form .inpt textarea:focus{
    height: 80px;
    resize:none;
  
}

.form.form-center .btn{
    float: none;
    display: inline-block;
    padding: 8px 20px;
}



ul.checkbox-list{
    width: 100%;
    float: left;
    margin: 10px 0;
}

ul.checkbox-list li{
    width: 48%;
    margin: 5px 0; 
}

ul.checkbox-list li input{
    margin-right: 10px;
}

ul.checkbox-list li .label, .inpt ul li .label{
    width: auto;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    color: #333;
}
.inpt ul li{
    margin-right: 10px;
}

input[type="radio"], input[type="checkbox"]{
    height: auto;
    width: auto;
}

.sitemap .col-width{
    width: 43%;
    float: left;
}
.sitemap .col-width:first-child{
    margin-right: 15px;
}

.sitemap ul li a:hover{
    color: #007cc3;
}

.dedicated-bg{
    background: url(../images/dedicated-bg.jpg)  no-repeat center / 100%;
   
}

.dedicated-bg h2{
    color: #fff;
    font-size: 30px;
    margin: 40px 0 20px;
    text-transform: uppercase;
}

.dedicated-bg ul.bullet-tick li{
    color: #fff;
    width: 47%;
}

.dedicated-lists{
    float: left;
    width: 50%;
    margin-bottom: 40px;
}

ul.tutorial li{
    width: 30%;
    float: none;
    display: inline-block;
    margin: 10px 1.5%;
    vertical-align: middle;
}

ul.tutorial li a{
    border:#ccc solid thin;
    padding: 8px 0;
    display: block;
    text-align: center;
    border-radius: 3px;
}

ul.tutorial li a:hover{
    box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.1);
    background: #f1f1f1;
    color: #007cc3;
}

/* designed  input chechbox and radio */

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fff;
	border: 1px solid #ccc;
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
        vertical-align: middle;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);*/
}

.regular-checkbox:checked + label {
	background-color: #fff ;
	border: 1px solid #ccc ;
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);*/
	color: #007cc3;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #007cc3;
        font-weight: bold;
}

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #ccc;
	
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
        vertical-align: middle;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 50px;
	position: absolute;
	top: 5px;
	background: #007cc3;
	//box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 5px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

/* designed  input chechbox and radio end */


/* slider CSS start */

.slides .container-abs{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slides .container{
    height: 100%;
}

.slide-img{
    position: absolute;
    top: 25%;
    right: 5%;
}

.slide-data{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
}

.slide-data h2{
    color: #fff;
    font-size: 56px;
    margin-top: 20%;
}

.slide-lists{
    margin-top: 10%;
}
.list-slide{
    color: #fff;
    background: url(../images/slide-bullet.png) no-repeat left 5px;
    padding-left: 25px;
    font-family: "open-sans";
    font-size: 21px;
    margin-top: 20px;
}

.read-more{
    position: absolute;
    bottom: 15%;
}

.slide-data .btn-round-white{
    background: transparent;
    color: #fff;
    border-radius: 3px;
    padding: 10px 25px;
    border: #fff solid thin;
}

.slide-data .btn-round-white:hover{
    background: rgba(255,255,255,0.7);
    color: #333;
    border-color: #333;
}

.slide-price{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #E87513;
    position: absolute;
    top: 12%;
    right: 32%;
    z-index: 1;
    text-align: center;
    font-family: "raleway";
}
.slide-price .strt{
    width:100%;
    text-align: center;
    color: #000;
    font-size: 20px; 
    margin-top: 20px;
    float: left;
    display: block;
    position: relative;
}

.slide-price .rupee{
    width: 100%;
    font-size: 55px;
    color: #fff;
    float: left;
    display: block;
    position: relative;
    text-align: center;
}

.slide-price .pm{
    color: #fff;
    font-size: 24px;
    float: left;
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
}

.btn-inline .btn{
    margin-right: 10px;
}

.btn-small{
    font-size: 14px;
}

/* slider CSS end */

/* common page css */
 .menu-tab{
     display: none;
 }
 
 .ftr-res{
     display: none;
 }


.pull-left{
    float:left;
}

.pull-right{
    float:right;
}

.text-center{
    text-align: center ; 
}

.no-brdr{
    border: none;
}

.visible-medium ul li span.ftrs{
    display: none;
}



.nopdng-btm{
    padding-bottom: 0;
}

.slides ul li{
    float: none !important;
}

.mrgn-btm{
    margin-bottom: 30px;
}

/* tool tip  */


.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  opacity: 0;
  background: none;
}
.tooltip.in {

  opacity: 0.9;
}
.tooltip.top {
margin-top: -5px;

}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.overflow-hidden{
    overflow: hidden;
}

.scroll-tble{
    width: 100%;
    float: left;
}

.resume-at{
   width: 100%;
   float: left;
   margin: 20px 0;
}

.resume-at a{
    color: #e6a801;
    font-weight: bold;
}

.col-2 .supporting-cols{
    width: 48%;
    margin-right: 1.7%;
}



.price-top-pading  .plans .price{
    padding-top: 45px;
}

.price-color {
    color: #e6a801;
    font-size: 21px;
}
.level-size {
    font-size: 17px;
    color: #242e37;
    font-weight: normal;
}
.month-size {
    font-size: 13px;
    font-weight: lighter;
    color: #666;
}
td {
    border: #dee1e7 solid thin;
    padding: 13px 0;
}
tr:hover {
    background: #f1f1f1;
}
th {
    border: #dee1e7 solid thin;
}
.one {
    border: none;
}
.bgcolor {
    background : #f1f1f1;
}
.btn-bgcolor {
    background: #242e37 !important;
}