@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500';
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500');
@font-face {
	font-family: 'WebRupee';
	src: url('../fonts/WebRupee.V2.0.eot');
	src: local('WebRupee'), url('../fonts/WebRupee.V2.0.ttf') format('truetype'),  url('../fonts/WebRupee.V2.0.woff') format('woff'), url('../fonts/WebRupee.V2.0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.WebRupee {
	font-family: 'WebRupee';
}

html {
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
}

::-moz-selection {
  background: #ffa600;
  text-shadow: none;
}

::selection {
  background: #ffa600;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dddddd;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

body {
  font-size: 14px;
  color: #555555;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background:url("../img/middlebg.png") repeat;
}

h1, h1 a {
  font-size: 40px;
}

h2, h2 a {
  font-size: 32px;
}

h3, h3 a {
  font-size: 28px;
}

h4, h4 a {
  font-size: 24px;
}

h5, h5 a {
  font-size: 20px;
}

h6, h6 a {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

p,
li,
a,
button {
  font-size: 14px;
  font-family:'Roboto', sans-serif;
  margin: 0;
  letter-spacing: 0.3px;
}

ul {
  padding: 0;
  margin: 0;
}

a:hover,
a:active,
a:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

a,
button {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

input:focus, textarea:focus {
  outline: none;
}

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

.padding-fix-r {
  padding-right: 0;
}

.padding-fix-l {
  padding-left: 0;
}

.margin-fix {
  margin-left: 0;
  margin-right: 0;
}
.section {
    padding:50px 0;
}
.section-header{
    color:#fff;
    margin-bottom:40px;
    text-align:center;
}
.section-header .section-title{
    font-size:37px;
	margin-top: 0;
	font-weight: 500;
	color: #413a37;
	position: relative;
}
.section-header .section-title span{
    color:#ffa600;
}
.section-header .section-subtitle{
    margin-top:15px;
    color:#333;
    font-size:14px;
    font-weight:400
}
.section-header .lines{
    margin:auto;
    width:70px;
    position:relative;
    border-top:2px solid #346afe;
    margin-top:15px
}
.section-header .lines:before{
    position:absolute;
    content:"";
    display:inline-block;
    height:10px;
    width:10px;
    top:-10px;
    border:4px solid #fff;
    border-radius:50%;
    background:#4676fa;
    left:27px
}

.header-section{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.header-section.navbar-fixed-top{
    box-shadow: 5px -5px 5px 10px rgba(0, 0, 0, .10);
    position: fixed;
}
.header-section.navbar-fixed-top .top-header{
    display: none;
}
.header-height{ width: 100%; }
/*Top Header*/
.top-header{
    background-color:#332c2a;
	border-top: 4px solid #f76900;
    padding: 4px 0;
}
.top-content-wrap ul li{
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
}
.top-content-wrap ul li a {
    display: inline-block;
    color:#fff;
}
.top-content-wrap ul li a:hover {
	color:#f76900;
}
.top-content-wrap ul li i{
    color:#fff;
    margin-right: 10px;
}
.top-content-wrap .right-info{
    text-align: right;
	color: #FFF;
}
.top-content-wrap .right-info i{
    margin-right: -5px;
    color:#00a3c8;
    font-size: 12px;
	padding-right:5px;
}
.top-content-wrap .right-info li:last-child{
    margin-right: 0;
}
.top-content-wrap .right-info li:last-child a {
   color: #fff;
	background: #00a3c8;
	padding: 6px 12px;
	border: none;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	border-radius: 16px;
	line-height: 18px;
	font-size: 15px;
}
.top-content-wrap .right-info li:last-child a i {
	color:#FFF;
}
/*Bottom Header */
.bottom-header {
	background-color: #332c2a;
	border-bottom: 5px solid #1f1b1a;
	position: relative;
}
.bottom-content-wrap{
    display: flex;
    align-items: center;
}
.bottom-header .default-btn{
    border-radius: 30px;
}
#mainmenu{
    display: inline-block;
    margin-right:0px;
}
#mainmenu li{
    position: relative;
    /*padding-left: 20px;*/
    display: inline-block;
    text-align: left;
}
#mainmenu li a{
    color: #fff;
    font-weight: 500;
    padding:5px 10px;
    display: inline-block;
    font-size:16px;
}
#mainmenu li a p {
	font-size:11px;
}
#mainmenu li a:hover{
	background-color: transparent;
	color: #F76900;
	border-radius: 4px;
}
/*Dropdown */
#mainmenu li ul{
    background-color: #fff;
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}
#mainmenu li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
#mainmenu li ul li{
    border-bottom: 1px solid #eaeaea;
    display: block;
    position: relative;
}
#mainmenu li ul li:last-child{
    border: none;
}
#mainmenu li ul li a{
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    color: #777;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a{
    color: #0aa4e3;
}
#mainmenu li > ul ul{
    background-color: #fff;
    left: 200px;
}
#mainmenu li > ul li:hover > ul li a{
    color: #777;
}
#mainmenu li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #fff;
}
#mainmenu li ul li li a:hover{
    color: #ffca3f !important;
}
.site-branding {
	padding:6px 0;
}
/*Mobile Menu */
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    z-index: 999;
}
.slicknav_nav {
    background-color: #fff;
}
.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slicknav_btn{
    background-color: #3d71bd;
	margin: 35px 16px 14px;
	padding: 12px 15px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #1e1e21;
	border-bottom: 1px solid #3d71bd;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}

.hosting-features-left {
	background-color:#f7f7f7;
	border:1px solid #e4e2e2;
	border-radius:6px;
}
.hosting-features-left .top-bar {
	background-color:#4a413f;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.hosting-features-left .top-bar h1 {
	padding: 9px 12px;
	margin: 0;
	color: #fff;
	font-size: 24px;
}
.hosting-features-left h2 {
	color:#f86101;
	font-size:18px;
	padding:15px 12px;
}
.hosting-features-left p{
	padding:15px 12px;
}

.hosting-features-left .host-features {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border: 1px solid #E5E5E5;
    background: #ecf1f4;
    margin-bottom: 30px;
    min-height: 160px;
    border-radius: 3px;
}
.hosting-features-left .host-features .icon-features {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 15px 0 auto 15px !important;
}
.hosting-features-left .host-features h4 {
	padding:15px 0;
	color:#072266;
}
.hosting-features-left .host-features .host-lists {
	list-style: inside none disc;
    margin:0px;
    padding:0px;
}
.hosting-features-left .host-features .host-lists li {
	list-style:none;
}
.hosting-features-left .host-features .host-lists li i {
	padding:0 9px;
}
.hosting-features-left .host-features .host-lists li:first-child {
	border-top: 0 none;
}
.side-bar {
	background-color: #f7f7f7;
	border: 1px solid #e4e2e2;
	border-radius: 6px;
	margin-bottom: 35px;
}
.side-bar .top-bar {
    background-color: #4a413f;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.side-bar .top-bar h1 {
    padding:13px 12px;
    margin: 0;
    color: #fff;
    font-size:18px;
}
.side-bar h2 {
    color: #f86101;
    font-size: 18px;
    padding: 9px 12px;
}
.side-bar ul {
    margin:0 20px 25px;
    padding: 0;
}
.side-bar li {
    list-style: outside none none;
    border-bottom:1px dashed #696a6b;
    padding: 14px 0 15px 0px;
}
.side-bar li i {
    margin-right: 5px;
    color: #73d49;
    font-size: 18px;
}
.side-bar p {
	padding: 0 20px 25px;
}

/*Why Choose cPanel web hosting Start*/
#why-choose {
   /*padding:3px 0 50px;*/
   background: #faf8f5;
}
.why-choose-content {
	 position: relative;
     z-index: 2;
	 background:#FFF;
	 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	-webkit-transition: .3s;
	transition: .3s;
	padding:25px 20px;
}
.why-choose-content-vps {
	 position: relative;
     z-index: 2;
	 padding:5px 10px;
}
.why-choose-content h2, .why-choose-content-vps h2 {
	font-size: 24px;
	color: #fd7100;
	/*margin-top: 20px;
	font-weight: 900;*/
	margin-bottom: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}
.why-choose-conten img {
    max-height: 120px;
    -webkit-transition: .3s;
    transition: .3s;
}
/*Why Choose cPanel web hosting End*/
.content-wrapper {
	position: relative;
}
.master-banner {
	background: #413a37;
	min-height: 45px;
	border-radius: 6px;
	margin:170px 0 45px;
	padding:21px 25px 1px;
}
.master-banner .section-header .section-title {
	color:#FFF;
	text-align: left;
}
.master-banner .section-header .section-subtitle {
	color:#FFF;
	text-align: left;
}
/*Windows Reseller hosting Priceing Start*/
.webhostingmumbai-plan-bg {
	background:url(../img/innerbg.png) center center no-repeat;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding:190px 0 110px;
}
.webhostingmumbai-plan-bg .section-title{
	color:#FFF;
	font-size:36px;
}
.webhostingmumbai-plan-bg .section-subtitle{
	color:#FFF;
	font-size:22px;
}
.webhostingmumbai-plan-bg:before {
    position: absolute;
    content: '';
    background:none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#webhostingmumbai-plan {
	background-color:transparent;
	margin-top: -180px;
}
.webhostingmumbai-plan {
   background: #1e130c;  /* fallback for old browsers */
   background: -webkit-linear-gradient(to top, #1e130c, #60534c);  /* Chrome 10-25, Safari 5.1-6 */
   background: linear-gradient(to top, #1e130c, #60534c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
   margin-top:20px;
   transition:all .7s ease-in-out;
   border-radius:2px;
}
.webhostingmumbai-plan ul {
    padding: 0;
	margin-bottom: 15px;
}
.webhostingmumbai-plan-header {
   color:#FFF;
   font-size: 30px;
   text-align: center;
   padding:0px 0 0;
}
.webhostingmumbai-plan-header > span {
   margin-top: 0px;
   position: absolute;
}
.webhostingmumbai-plan-price {
  font-size: 54px;
  position: relative !important;
  font-weight: 500;
}


.webhostingmumbai-plan .package-discount {
	display:flex;
	justify-content:center;
	align-items: center;
	margin-bottom: 10px;
}
.webhostingmumbai-plan .package-discount .strik {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color:#fff;
  font-size:16px;
  line-height: 1;
  position: relative;
  margin-right: 15px;
  font-weight:500;	
}
.webhostingmumbai-plan .package-discount .strik:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -4px;
  width: calc(100% + 8px);
  height: 1px;
  background:#fff;
}
.webhostingmumbai-plan .package-discount .save-btn {
  color: #fff;
  border-radius: 3px;
  background: #5dbd53;
  padding: 3px 9px;
  font-size: 14px;
  font-weight:500;
  border: 1px solid #5dbd53;
  line-height: 18px;	  
}

.webhostingmumbai-plan-month {
   font-size:18px;
   position: relative !important;
}
.webhostingmumbai-plan-table-body {
  text-align:center;
  padding-bottom:16px;
}
.webhostingmumbai-plan-button {
    background:#f76900 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 17px;
    margin-top: 7px;
    padding: 12px 45px;
    border-radius: 3px;
    text-transform: uppercase;
}
.webhostingmumbai-plan-button:hover{
  background:#ffa600; 
  color:#4a413f;
}
.webhostingmumbai-plan-heading {
    color:#FFF;
    font-size: 30px;
    margin: 20px 0 0;
    text-align: center;
	font-weight: 500;
}
.webhostingmumbai-plan-offers {
  color:#fff;
  text-align: center;
  margin-top: 15px;
  background-color: transparent;
  padding:0 0 45px 0;
}
.webhostingmumbai-plan-offers li {
  list-style-type: none;
  line-height: 45px;
}
/*Windows Reseller hosting Priceing End*/
/*Windows Compare Plans*/
.info-plans {
  background:#FFF;
}
.info-plans .title-head {
  margin-bottom: 10px;
}
.info-plans p {
  color: #7782aa;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 45px;
}
.info-plans table {
  width: 100%;
  box-shadow: 1px 1px 22px rgba(157, 184, 209, 0.19);
  border-radius: 3px;
  /*z-index: 999;*/
  position: relative;
  background-color: #fff;
}
.info-plans table .check {
	color:#3C4F6B;
	font-size:16px;
}
.info-plans table .closes {
	color:#FFA600;
	font-size:16px;
}
.info-plans table .plan-a {
	font-size:18px;
	color:#fd7100;
	font-weight:bold;
}
.info-plans table thead tr td {
  padding-top: 35px;
  color: #39335b;
  font-size: 18px;
}
.info-plans table thead tr td:first-child {
  padding-bottom: 18px;
}
.info-plans table tbody tr:last-child td {
  padding-bottom: 43px;
}
.info-plans table tbody td.background {
  background-color: rgba(230, 237, 246, 0.4);
}
.info-plans table tr {
  padding: 0 40px;
}
.info-plans table tr.offset-inside td {
  padding-top: 43px;
}
.info-plans table tr td {
  color:#091f3f;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  padding: 10px 0;
}
.info-plans table tr td.text-left {
  width: 27%;
  text-align: left;
  padding-left: 40px;
}
.info-plans table tr td b {
  color: #39335b;
}
.info-plans table tr.border-line {
  border: 2px solid rgba(230, 237, 246, 0.4);
}

.web-app {
	background:#FFF;
	border-top:1px solid #FFF;
	padding:45px 0;
}
.web-app .hosting-app {
    border: 1px solid #d9d9d9;
	width:150px;
	height:150px;
	text-align:center;
	padding:10px 0;
	line-height:40px;
	margin-right:15px;
	text-transform:uppercase;
	font-size:14px;
}
.web-app .hosting-app:first-child {
	margin-left:10px;
}
.web-app .hosting-app:last-child {
	margin-right:15px;
}
.web-app .hosting-app:hover {
	background:#faf8f5;
	color:#ff4718 !important;
}
.web-app .web-app-icons {
	border:1px solid #d9d9d9;
	margin: 0 auto;
    margin-bottom: 10px;
}
.web-app ul {
	margin:0 51px;
    padding:0;
	text-align:center;
}
.web-app ul li {
	display: inline-block;
	 *display: inline; 
	list-style: outside none none;
	border:1px solid #d9d9d9;
	margin:15px;
}
/*.web-app ul li img.resize {
  width:150px;
  padding:3px;
}*/

#inner-area {
    /*background:url(../img/why-choos-bg.jpg) no-repeat;*/
    background-size:cover;
    color:#fff;
    overflow:hidden;
    position:relative;
	padding: 95px 0 0;
}

#inner-area .overlay{
	position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:#0097bb;
    opacity:.8;
    filter:alpha(opacity=80);
}
#inner-area .contents{
    padding:100px 0;
}
#inner-area .contents h1{
    color:#fff;
    font-size:36px;
    font-weight:700;
    margin-bottom:25px
}
#inner-area .contents p{
    font-size:24px;
    color:#fff;
    font-weight:400;
    line-height:30px;
    letter-spacing:.5px;
	margin-bottom:30px;
}
.price-details {
	padding:40px 0;
	background: #faf8f5;
	border-top: 1px solid #F2F1F0;
	border-bottom: 1px solid #F2F1F0;
}
/* 6.4. PRICE DETAILS TABLE */

/*Domain search*/
.find-domain {
   padding:40px 0;
   margin-top: 20px;
}

.find-domain h2 {
    color:  #071349;
    font-size: 28px;
    margin-bottom: 27px;
}

.find-domain input[type="text"] {
    color:  #8f95b1;
    width:100%;
	background: #fff;
	border:2px solid #332c2a;
	border-radius: 4px;
	box-shadow: none;
	color: #232426;
	height: 50px;
	padding: 0 20px;
	margin: 0;
}

.find-domain input::-webkit-input-placeholder {
    color:  #8f95b1;
}

.find-domain input::-moz-placeholder {
    color:  #8f95b1;
}

.find-domain input:-ms-input-placeholder {
    color:  #8f95b1;
}

.find-domain input::placeholder {
    color:  #8f95b1;
}
.find-domain input:focus{
    border:1px solid #0097bb;
}

.find-domain input[type="submit"] {
	border: 0;
	line-height: 44px;
	margin: 0;
	text-transform: uppercase;
	position: absolute;
	right: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	min-width:180px;
	color: #fff;
	top: 0;
	height: 50px;
	background: #332c2a;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	font-weight:bold;
}
.find-domain input[type="submit"]:hover{
  background:#e4980b;
}


.domain-info {
  text-align: center; }
  .domain-info li {
    display: inline-block;
	margin-top:30px;
    margin-right:15px;
    padding-right:15px;
    border-right: 1px solid rgba(71, 93, 255, 0.25); color:#332C2A; font-size:16px;}
    .domain-info li img {
      margin-right: 14px; }
    .domain-info li:last-child {
      margin-right: 0px;
      border-right: 0px;
      border-right: 0px; }

/*Domain Pricing table start*/
.domain-table {
 margin-bottom:30px
}
.domain-table .thead-dark th {
background-color: #f76900;
border-color: #c15607;
font-size:18px;
font-weight:500;
padding:7px 10px;
vertical-align:middle;
text-align:center;
}
.domain-table td {
 padding:9px 35px
}
.domain-table tbody {
 font-size:16px;
 color:#2f2e2e;
}
.domain-table tbody span {
 font-weight:bold;
 color:#332c2a;
}
.domain-table tbody a {
 font-family:'Poppins',sans-serif;
 font-size:14px;
 -webkit-transition:all .2s;
 transition:all .2s
}
.domain-table tbody a:hover {
 color:#2e5ae8;
 letter-spacing:1px
}
.domain-table tbody i {
 font-size:16px;
}
.domain-table tbody i.fa-times {
 color:#f00
}
.domain-table tbody i.fa-check {
 color:#008000
}
.domain-table tbody td {
 border-color:#994303;
 width:25%;
 vertical-align:middle;
 text-align:center;
 color:#000c35;
}
.domain-table tbody tr {
 -webkit-transition:all .2s;
 transition:all .2s
}
/*Domain Pricing table End*/

.price-details--table table {
    width: 100%;
    text-align: center;
	background: #faf8f5;
	border-top: 1px solid #F2F1F0;
	border-bottom: 1px solid #F2F1F0;
}

.price-details--table.text-left table {
    text-align: left;
}

.price-details--table table th {
    text-align: center;
}

.price-details--table.text-left table th {
    text-align: left;
}


.price-details--table thead {
    color: #fff;
    background-color: #303030;
}

.price-details--table thead th {
    padding: 15px;
	text-transform:uppercase;
}

.price-details--table tbody {
    border-style: solid;
    border-width: 0 1px 1px;
    border-color: #e9e9e9;
}

.price-details--table tbody tr {
    border-bottom: 1px dotted #e9e9e9;
}

.price-details--table tbody tr:last-child {
    border-bottom: none;
}

.price-details--table tbody td {
    padding: 20px 15px;
}
.price-details--table tbody td strong{color:#303030;}
.price-details--table tbody td div{font-size:16px;color:#0097bb;}
.price-details--table tbody td .domain-current{text-decoration:line-through;font-size:13px;}

.price-details--table tbody td:first-child {
    font-weight: 700;
}

.price-details--table tbody td .btn--default {
    min-width: 106px;
    color: #303030;
    border-color: #303030;
}

.price-details--table tbody td strong {
    display: none;
}


/*Reseller Hosting Features Start*/
#hosting-features{
    position:relative;
	background:#3a4d69;
}
#hosting-features .icon {
	background: #FFF;
	width: 75px;
	height: 75px;
	webkit-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 50px;
}
#hosting-features .icon img {
	margin:15px;
}
#hosting-features .section-header h2{
    color:#FFF;
}
#hosting-features h4 {
	color: #ffa600;
	padding-bottom:5px;
	font-size: 18px;
	font-weight: normal;
}
#hosting-features p {
	padding-bottom: 40px;
	color:#FFF;
}

#hosting-features ul {
	margin:0;
	padding:0 0 35px;
}
#hosting-features ul li {
	margin:0;
	padding:5px 0;
	list-style:none;
	color:#FFF;
}
#hosting-features ul li i {
	padding-right:5px;
	color:#2e5ae8;
}
#hosting-features ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  float:left;
  margin-right:5px;
  margin-left:5px;
  color:#F68A1E;
}

/*Hosting Features End*/
.cp-whm-feature {
	background:#e7edee;
}
.cp-whm-feature h3 {
	color:#0097BB;
	font-weight:700;
	padding:15px 0;
}
.cp-whm-feature h3 strong{
	color:#f6881e;
}
.cp-whm-feature p {
	font-size:18px;
	letter-spacing:2px;
	text-transform:uppercase;
	padding:0px 0 15px;
}

.cp-whm-feature ul {
	margin:0;
	padding:0;
}
.cp-whm-feature ul li {
	padding:10px 0;
	list-style:none;
}
.cp-whm-feature ul li i {
	color:#0097BB;
	font-size:16px;
	padding-right:10px;
}

/*Contact */
#contact{
	margin-top: -180px;
}
.contact-us {
    width: 100%;
}
.contact-title {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.contact-title > h3 {
    color: #262626;
    float: left;
    font-family: Barlow;
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.contact-title > p {
    color: #666666;
    float: left;
    font-family: Barlow;
    font-size: 16px;
    line-height: 27px;
    margin: 9px 0 0;
    padding-right: 100px;
    width: 100%;
}
.contact-form {
	padding: 50px 15px;
    float: left;
    width: 100%;
}
.contact-form > form {
    float: left;
    width: 100%;
}
.contact-form > form .feild {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.contact-form > form .feild input, .contact-form > form .feild textarea {
    background:#edeff0 none repeat scroll 0 0;
    border: medium none;
    float: left;
    height: auto;
    margin: 0;
    padding:18px 30px 19px 20px;
    width: 100%;
    font-size: 14px;
    color:#353434;
	border:2px solid #3e516d;
}
.contact-form .btn-success {
	background: #ffa600;
	padding: 12px 18px;
	font-size: 18px;
	border: 1px solid #f8a408;
}
.contact-form .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem #ffa600;
}
.contact-form .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color:#ffa600;
    border-color:#ffa600;
}
.contact-info-details {
    float: left;
    margin-top: 50px;
    padding-left: 65px;
    position: relative;
    width: 100%;
}

.runing-text, .runing-text p { 
	font-size: 14px;
	margin: 0 10px 15px;
   	text-align: justify;
	line-height:27px;
}
.runing-text a { 
	color:#384B67;
}
.runing-text a:hover { 
	color:#384B67;
	text-decoration:underline;
}

.runing-text ul {
	margin:0;
	padding:0;
}
.runing-text ul li {
	list-style:none;
	margin:0;
	padding:3px 0;
}
.runing-text ul li i {
    color: #FFA600;
    font-size: 16px;
    padding-right:9px;
}
.heading01 {
    color: #3B4E6A;
    font-size: 27px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 10px;
}

/* Footer*/
footer {
	background: #202020;
	padding: 30px 0 0px;
}

footer .findus h4 {
  font-family: montserrat,open sans,arial;
  font-weight: 300;
  color:#868e96;
  margin-bottom: 27px;
}



footer .findus ul li {
  color:#dee2e6;
  margin-bottom: 12px;
}
footer .findus ul li i {
  font-size:15px;
  color:#dee2e6;
  width:18px;
}
footer .qlink {
	padding-bottom:10px;
}
footer .qlink h4 {
	font-family: montserrat,open sans,arial;
	font-weight: 300;
  	color:#868e96;
  	margin-bottom: 30px;
	font-size: 21px;
}

footer .qlink ul li {
  margin-bottom: 10px;
  padding:0 5px;
}
footer .qlink ul li:after {
    content: "|";
    padding-left: 20px;
	color: #FFF;
}
footer .qlink ul li:last-child::after {
    visibility: hidden;
}
footer .qlink ul li:nth-child(5n):after{
    visibility: hidden;
}



footer .qlink ul li i {
  font-size: 14px;
  color:#dee2e6;
  margin-right: 10px;
}

footer .qlink ul li a, footer .findus ul li a {
  font-size:14px;
  color:#dee2e6;
}

footer .qlink ul li a:hover, footer .findus ul li a:hover  {
  color:#BDE4F2;
}

footer .tpost h4 {
  color: #dddddd;
  text-transform: uppercase;
  margin-bottom: 30px;
}

footer .tpost ul li {
  color: #8D8E92;
  line-height: 24px;
  margin-bottom: 20px;
}

footer .tpost ul li i {
  font-size: 32px;
  color: #666666;
  display: inline-block;
  margin-right: 10px;
  float: left;
  height: 42px;
}

footer .tpost ul li a {
  color: #00a3c8;
}

footer .tpost ul li a:hover {
  text-decoration: underline;
}


footer .f-menu {
	padding:0px 0 20px;
	background:#202020;
}

footer .f-menu ul.menu {
  margin-bottom: 20px;
}

footer .f-menu ul.menu li a {
  font-size: 15px;
  color: #8D8E92;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 10px;
}

footer .f-menu ul.menu li a:hover {
  color: #00a3c8;
}

footer .f-menu p {
  font-size: 15px;
  color: #fff;
}

footer .f-menu p i {
  color: #00a3c8;
  margin: 0 2px;
}

footer .f-menu p a {
  color:#ffa600;
}

footer .f-menu p a:hover {
  text-decoration: underline;
}

footer .f-menu ul.social li a i {
  font-size: 13px;
  color: #666666;
  border: 1px solid #666666;
  width: 28px;
  height: 28px;
  padding-top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

footer .f-menu ul.social li a i:hover {
  background: #666666;
  color: #00a3c8;
}

.footer-text {
	padding:0px 0 10px;
	color:#2a363f;
	background:#e1e1e1;
}
.footer-text h1 {
	font-size: 16px !important;
	color: #ff6300 !important;
	font-family:'Open Sans','Arial';
	padding-bottom: 0px;
	margin-top: 20px;
	padding-top:0px !important;
	font-weight: bold;
	text-shadow:none !important;
}
.footer-text p {
    font-size: 12px;
    line-height: 24px;
    padding-left:0px;
	margin-bottom:15px;
	text-align:justify;
}
.footer-text .footer-list {
	margin:0;
	padding:0 0 0 12px;
}
.footer-text .footer-list li {
	margin:0;
	padding:0;
	list-style:circle !important;
	font-size: 12px;
}
.footer-text .footer-list li a {
	color:#326bf8;
}
.footer-text .footer-list li a:hover {
	color:#326bf8;
	text-decoration:underline;
}

.footer-text p a {
	color: #4268a1;
	text-decoration: underline;
}
.footer-text p a:hover {
	color:#326bf8;
	text-decoration:underline;
}


footer .back-to-top a {
  background: #00a3c8;
  position: fixed;
  width: 45px;
  height: 45px;
  cursor: pointer;
  bottom: 80px;
  right: 40px;
  padding-top: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 1;
}

footer .back-to-top a:hover {
  background: #008FD5;
}

.contact-block-item {
    min-height: 100px;
    background-color: #fff;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
    padding:14px 0;
	margin-bottom:30px;
}
.contact-block-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width:30%;
    padding: 0 10px;
    position: relative;
}
.contact-block-left h6 {
    margin-top: 16px;
}
.contact-block-right {
    width:70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0px;
}
.contact-block-right ul {margin: 0; padding: 0;}
.contact-block-right ul li {margin: 0; padding: 0; list-style: none; }
.contact-block-right ul li a {color:#332c2a; font-weight: normal;}
.contact-block-right ul li a:hover {color:#f86101; font-weight: normal;}
/* WhatsChat Start Here*/
.live-chat{position:relative;z-index:99;}
.live-chat .wc-btn{/*display:flex;*/position: fixed;bottom:0em;right:3em;outline: 0;cursor: pointer;box-shadow: 0 0 12px 0 rgba(0,0,0,0.5);  }
.live-chat .wc-btn p{
  padding:2px 32px 2px 32px;
  height: 40px;
  line-height: 36px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color: #FFF;
  background: #F76900;
  margin-bottom: 0;	
}
.live-chat .wc-btn p i{padding-right:10px;}
.live-chat .wc-btn:hover p{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
/*WhatsChat Button*/
.modal-title {
  color: #332c2a;
  font-weight: 600;
}
.btn-common{
    background-color:#f76900;
    position:relative;
    z-index:1;
    border-radius:4px;
	color:#fff;
}
.btn-common:hover{
    color: #267ae9;
	background-color:#ffa600;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}