@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: #E5E5E5;

}



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: 80px 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: #3c4f6b;

	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:#1e1e21;

	border-bottom:1px solid #56565c;

    padding: 10px 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:#ffd68b;

}

.top-content-wrap ul li a:hover {

	color:#84ade9;

}

.top-content-wrap ul li i{

    color:#84ade9;

    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: #1e1e21;

    position: relative;

}

.bottom-content-wrap{

    display: flex;

    align-items: center;

}

.bottom-header .default-btn{

    border-radius: 30px;

}

#mainmenu{

    display: inline-block;

    margin-right: 20px;

}

#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: #484747;

	color: #ffffff;

	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;

}





/*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*/



/*Windows Reseller hosting Priceing Start*/

.windowsreseller-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;

}

.windowsreseller-plan-bg .section-title{

	color:#FFF;

	font-size:36px;

}

.windowsreseller-plan-bg .section-subtitle{

	color:#FFF;

	font-size:22px;

}

.windowsreseller-plan-bg:before {

    position: absolute;

    content: '';

    background:none;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

}

#windowsreseller-plan {

	background-color:transparent;

	margin-top: -180px;

}

.windowsreseller-plan {

   background:#1E1E21  none repeat scroll 0 0;

   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;

}

.regular-pricing {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
	text-align:center;
}
.plan-regular-pricing span {
    text-decoration: line-through;
	font-weight:500;
    color:#fff;
	font-size:18px;
}
.plan-regular-pricing span.pro{color:#263238;}
.plan-regular-pricing .plansdiscounttxt {
  background-color: #f3f7f9;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
  color: #00438b;
}

.windowsreseller-plan ul {

    padding: 0;

	margin-bottom: 15px;

}

.windowsreseller-plan-header {
  font-family:"Montserrat";
   color:#FFF;

   font-size: 30px;

   text-align: center;

   padding:0px 0 0;

}

.windowsreseller-plan-header > span {

   margin-top: 22px;

   position: absolute;

}

.windowsreseller-plan-price {
   font-size:50px;
   position: relative !important;
   font-weight: 600;
}

.windowsreseller-plan-month {
   font-size:22px;
   position: relative !important;
}

.windowsreseller-plan-table-body {

  text-align:center;

  padding-bottom:16px;

}

.windowsreseller-plan-button {
    background: #ffa600 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;
	cursor:pointer;
}

.windowsreseller-plan-button:hover{
  border:none;
  background:#3D71BD; 
  color:#fff;
}

.windowsreseller-plan-heading {
    color:#FFF;
    font-size: 30px;
    margin: 20px 0 0;
    text-align: center;
	font-weight: 600;
}

.windowsreseller-plan-offers {

  color:#3B4056;

  text-align: center;

  margin-top: 15px;

  background: #fff;

  padding: 25px 0;

}

.windowsreseller-plan-offers li {

  list-style-type: none;

  line-height: 45px;

}

.windowsreseller-plan-offers li strong {

	color: #3D71BD;

}

/*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:60px 0 40px;

	margin-top: 20px;

	background: #3d506c;

}



.find-domain h2 {

    color:  #071349;

    font-size: 28px;

    margin-bottom: 27px;

}



.find-domain input[type="text"] {

    color:  #8f95b1;

    width:100%;

	background: #fff;

	border: 1px solid #ddd;

	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: #3d506c;

	top: 0;

	height: 50px;

	background: #ffa600;

	-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:#FFF; font-size:16px;}

    .domain-info li img {

      margin-right: 14px; }

    .domain-info li:last-child {

      margin-right: 0px;

      border-right: 0px;

      border-right: 0px; }







.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: #2f3132;

	padding: 30px 0 0px;

	border-top: 3px solid #000;

}



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:60px;

}

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;

}



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:30px 0 20px;

	background:#212529;

}



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;

}

/* 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:#50c1e3;
  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: #3D71BD;
  font-weight: 600;
  font-size: 21px;
}
.modal-footer .btn {
	background: #ffa600 none repeat scroll 0 0;
  	padding: 7px 21px;
  	font-size: 18px;
  	color: #fff;	  
}