.gruen {
	background-color:rgba(148, 193, 28, 0.95);
	color: #94c11c;
}
.pink {
	background-color:rgba(255, 0, 153, 0.95);
	color: #ff0099;
}	

/* Cookie-Banner */
#mbmcookie {position: fixed; bottom: 0; left: 0; right: 0; background: rgba(148, 193, 28, 0.95); padding: 16px; font-size: 14px;}
#mbmcookie a.button { color: #444; cursor: pointer; background: #fff; padding: 8px 20px; margin-left: 10px; float: right; margin-right: 50px;}
#mbmcookie a.button:hover {background-color: #fff; text-decoration: underline;}
#mbmcookie p.cookiemessage {color: #fff; display: block; padding: 0; margin: 0; font-size: 16px;}


/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #ecedee;
    font-size: 15px;
    color: #333333;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: TheSansB, sans-serif;
    font-weight: 300;
}
/*==========================================
PRE LOADER 
==========================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
	color: #fff;
    text-decoration: underline;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;
}
.clear {
    clear: both;
}

.feature img {
    max-width: 80%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}
.form-control {
    display: inline-block;
    width: 16%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #f56363;
}

h1,
h2,
h3 {
    /*font-family: 'Lane', sans-serif;*/
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
}
h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.5rem;
    font-size: 1.1rem;
}
p:last-child {
    margin-bottom: 0px;
}
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: TheSansB, sans-serif;*/
}
.text {
    color: #333333;
}
.colorstext {
    color: #f56363;
}
.coloricon i {
    color: #f56363;
}
.colorsbg {
    background: #f56363;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.outofsectiontext{
    margin-top: 40px;
}

/*
Section
*/
.sections {
    margin-top:50px;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: TheSansB, sans-serif;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}


.heading {
    margin-bottom: 4rem;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 750px;
}
.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
    margin:0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 1px;
    margin: 30px 0;
    background: #000;
	margin-right: 15px;
}

/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #f56363;
    border-color: #f56363;
}



.btn {
    border-top: 1px solid #fff;
    display: inline-block;
    min-width: 94px;
    padding: .3em;
    height: 34px;
    text-align: center;
    color: #fff;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0;
    margin-top: 14px;
}
.single_webhost_left_content p, 
.single_webhost_right_content p {
	font-size: 2rem;
	line-height: 1.4;
	text-align: left;
}
.single_webhost_left_content .btn:hover {
    background-color:rgba(255, 0, 153, 0.95);
}
.single_webhost_right_content .btn:hover {
	background-color:rgba(148, 193, 28, 0.95);
}
.btn:hover {
    background-color:rgba(255, 255, 255, 0.95);
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
}
.btn-primary {
    color: #fff;
    background-color: #ff0099;
    border-color: #fff;
    transition: .6s;	
}

.pink-btn {
    background: #fff;
    border: 1px solid #222222;
    margin-left: 10px;
    color: #222222;
    transition: .6s;
}

.pink-btn:hover {
    background-color: #ea6060;
    color: #fff;
    text-decoration: none;
    border:1px solid #ea6060;
}

.btn-white{
    border:1px solid #fff;
    color:#fff;
    border-radius:5px;
}
.btn-white:hover{
    border:1px solid #000;
    color:#000;
}
/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/

/*input::-webkit-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input::-moz-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input:-ms-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}*/

/*for image bg*/


/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/
/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0; 
    z-index: 300;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #fff;

}

.header_top_bar{
    background: #000;
	position: fixed;
	width: 100%;
}
.menu-scroll .header_top_bar{
    transition: .6s;
    /*display:none;*/
}
.main_menu_bg{
    margin-top: 0px;
    background-color: #fff;
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
    transition:.6s;
    margin: 20px auto;
}
.navbar-default {
	background-color: black;
	border-color: black;
}

.navbar-default .navbar-nav>li>a:link {
    color:#fff;
	text-decoration: none;
}
.navbar-default .navbar-nav>li>a:visited, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active {
    color:#fff;
}

.container-fluid>.navbar-collapse {
    margin-right: -40px;
}
.navbar-toggle {
	border: none;
	border-radius: 0;
	float: left;
}
.navbar-nav>li>a {
	padding-left: 0;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.navbar-default .navbar-nav>li>a:visited, .navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:visited, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    text-decoration: underline;
}
.main_menu_bg .navbar {
    margin-bottom:10px;
}

.main_menu_bg .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    color:#ff0099;
    background-color:transparent;

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: black;
}
.navbar {
	margin-bottom: 0;
}
.main_menu_bg .navbar-nav>li>a {
	color: #333;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1rem;
    font-family: 'TheSansB';
}
.navbar-brand>img {
    max-width: 80%;
	min-width: 40px;
}

/*call us*/
.text-center{
    text-align:center !important;
}
header_top_bar{
    transition: .6s;
}
.call_us_menu{
    margin-top: 10px;
    width:100%;
    overflow: hidden;
}
.call_us_menu p{
    font-size: 12px;
    font-family: 'TheSansB';
    color: #fff;
    margin-top: 12px;
}
.call_us_menu .call_us_bottom {
    text-align:right;
}

.call_us_menu .call_us_bottom .phone_numbr{
    font-size:1rem;
    font-family: 'TheSansB_7';
    color:#fff;
}
.call_us_menu .phone_numbr{
    line-height: 40px;
    text-align: left;
    padding-left:15px;
}

/* Home Section */
.home{
    background: url(../images/homebg.jpg) no-repeat center left;
    background-size:cover;
}
/*.home_overlay{
    background:rgba(176, 186, 186, 0.44);
}*/

.main_home_searce_domain_content{
    background: #dddddd;
    padding: 15px 15px;
    width: 100%;

}
.slider .single_slider h2 {
    font-size:1.6rem;
    font-family: TheSansB;
}
.slider .single_slider h3 {
    color:#3b3b3b;
    font-size:3rem;
    font-family: TheSansB;
    margin-bottom:40px;
}
.slider .single_slider p {
    font-size:1.875rem;
    color:#94c11c;
    font-family: 'TheSansB';
    margin-bottom:40px;
}
.slider .single_slider_img_icon{
    margin-bottom:55px;
}

.main_home_searce_domain_content input[type="text"]{
    min-width: 17.1875rem;
    height: 55px;
    background: #fff;
    color: #94c11c;
    padding: 10px;
    border: 0px;
    font-size: 0.875rem;
    font-family: 'TheSansB';
}
.main_home_searce_domain_content input[type="submit"]{
    max-width: 9.6875rem;
    height: 56px;
    background: #ff0099;
    color: #94c11c;
    padding: 0px 15px;
    border: 0px;
    margin-left: -4px;
    border-left: 1px solid #fff;
    font-size: 0.875rem;
    font-family: TheSansB_7;
    color: #fff;
    outline: none;
}
.form-control {
    display: inline-block;
    width: 6.25rem;
    height: 56px;
    padding: 10px;
    font-size: 0.875rem;
    color: #555;
    background-color: #ff0099;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: -3px;
    outline: none;
}



/*.single_slider{
    overflow: hidden;	
        text-align:center;
        padding:300px 0px;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
        left: 40%;
        margin-top: 10%;
}

.carousel-control.right {
    right: 40%;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
        margin-top: 10%;
}*/

.main_slider_area {
    padding: 150px 0px 350px;
    text-align: left;
}
.main_slider_area .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 160px;
}
.main_slider_area .owl-theme .owl-nav [class*='owl-'] {
    color: black;
    background: transparent;
}
.main_slider_area .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: white;
    text-decoration: none;
}
.main_slider_area .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: white;
    text-decoration: none;
}
.single_slider {
	padding-left: 15px;
}

/* webhost_service section */
.webhost_service{

}
.main_webhost_service_area{
    color:#fff;
    overflow: hidden;
}

.main_webhost_service_area .single_webhost_left{
    background: #efefef;
    padding-top: 50px;
    padding-bottom: 78px;

}
.main_webhost_service_area .single_webhost_left_img img{
    min-width: 90px;
    min-height: 90px;
}
.main_webhost_service_area .single_webhost_left_content {
	color: #ff0099;
    margin-top: 50px
}
.main_webhost_service_area .single_webhost_left_content a:link,
.main_webhost_service_area .single_webhost_left_content a:visited,
.main_webhost_service_area .single_webhost_left_content a:hover,
.main_webhost_service_area .single_webhost_left_content a:active {
	color: #ff0099;
}
.main_webhost_service_area .single_webhost_left_content h2{
    font-size:2.25rem;
    font-family: TheSansB_7;
    margin-bottom:20px;
}
.main_webhost_service_area .single_webhost_right{
    background: #ff0099;
    padding-top: 75px;
    padding-bottom: 110px;
}
.main_webhost_service_area .single_webhost_right .single_webhost_right_content h2{
    font-size:2.25rem;
    font-family: TheSansB_7;
    margin-bottom:20px;
}
.main_webhost_service_area .single_webhost_right .single_webhost_right_content p{
	padding-top: 25px;
    font-family: 'TheSansB'; 
}
.main_webhost_service_area .single_webhost_right_img h1{
    font-family: TheSansB_7;
    color: #94c11c;
    line-height: 9.3rem;
    margin-bottom: 20px;
}


/*our features section*/ 
.feature{
	background-color: #efefef;
}
.feature_overlay{
    padding: 90px 0px 100px 0px;
}
.feature .main_feature_content_area .heading_title{
    margin-bottom:80px;
}
.feature .main_feature_content_area .main_feature_content{}
.feature .main_feature_content_area .main_feature_content{}
.feature .main_feature_content_area .main_feature_content .single_feature{}
.feature .main_feature_content_area .main_feature_content .single_feature .single_feature_img{}
.feature .main_feature_content_area .main_feature_content .single_feature h3{
    color:#333;
    font-size:1.3rem;
    font-family: 'TheSansB_7';
	line-height: 1.5;
}
td {
    border-bottom: 1px solid black;
	padding: 6px;
	text-align: left;
	vertical-align: top;
}
td:first-child {
    border-right: 1px solid black;
}
tr:nth-child(6) td {
	border-bottom: none;
}

/*clients section*/

.clients{
    background: #fff;
    overflow: hidden;
}
.clients img {
	width: 100%;
	min-width: 175px;
	max-width: 300px;
}
.clients .main_clients_area .main_clients_top_content{
    padding: 80px 0px; 
}
.clients .main_clients_area .main_clients_top_content .client_left_content h2{
    font-size:2.25rem;
    font-family: TheSansB_7;
}
.clients .main_clients_area .main_clients_top_content .client_left_content p{
    font-size:0.875rem;
    font-family: 'TheSansB';
    max-width: 70%;
}
.main_clients_bottom_content{
    overflow: hidden;
    padding-bottom:110px; 
}
.main_clients_bottom_content .single_client_bottom{
    background: #faf9f9;
    padding: 30px 20px;
    position: relative;
}
.main_clients_bottom_content .single_client_bottom p{
    font-size:0.875rem;
    font-family: 'TheSansB';
    font-style: italic;
}
.main_clients_bottom_content .single_client_bottom a{
    font-size:1rem;
    font-family: TheSansB_7;
    color:#94c11c;
}
.main_clients_bottom_content .single_client_bottom .singel_client_bottom_img{
    position: absolute;
    right: 15px;
    bottom: -45px;
}
.main_clients_bottom_content .single_client_bottom .singel_client_bottom_img img{
    max-width:100px;
    max-height: 100px;
    border-radius: 50%;
    border: 3px solid #ddd;
}
.single_right_client {
	border-right: 1px solid #000;
	padding-right: 14px;
}
.client-link:link {
    color: black;
    padding-top: 12px;
    display: block;
    line-height: 1.0;
    font-size: 12px;
    text-decoration: underline;
}
.client-link:hover, .client-link:active, .client-link:visited {
    color: black;
}



/*pricing section*/

.pricing {
    background-color: #fff;
}
.pricing .main_pricing{
    padding: 90px 0px;
    overflow: hidden;
}
.pricing .main_pricing .single_left_planig h2{
    font-family: TheSansB;
}
.main_pricing h3 {
	font-size: 1.6rem;
	margin: 30px 0 10px;
}
.main_pricing a:link {
	color: #333;
}
.main_pricing i {
	margin-right: 3px;
}
.main_pricing table {
	margin-top: 53px;
}

/*contact section*/
.contact {
	background: #94c11c;
}
.contact .main_contact{
    padding: 90px 0px;
    overflow: hidden;
}
.main_contact h2 {
	margin-bottom: 24px;
}
.main_contact h2, .main_contact p {
	color: #ffffff;
	line-height: 1.6;
}
.main_contact a:link {
	color: #ffffff;
}
.main_contact h3 {
	color: #ffffff;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.main_contact i {
	margin-right: 3px;
}
/*footer*/
footer {
    background: #000;
	padding-top: 20px;
}
.main_footer .footer_overlay{
    padding: 10px 0px 0;
    overflow: hidden;
}
footer h2 {
    font-size:1.125rem;
    font-family: TheSansB_7;
    color:#fff;
}
.footer_menu {
    text-align: right;
	float: right;
}
footer ul {
    margin:0;
    padding: 0;
    list-style: none;
}
footer ul li {
	display: list-item;
	text-align: right;
}
footer ul li,
footer ul li a {
    color: #fff;
    font-size: 1rem;
    line-height: 1rem;
    padding-bottom: 10px;
	text-decoration: none;
}
.socail_bookmark {
	margin: 15px 0;
}
.socail_bookmark a {
	background-color: #fff;
	color: #000;
    padding: 6px 8px;
	text-decoration: none;
}
.socail_bookmark a:hover {
	background-color: #000;
}
.socail_bookmark a i {
    color:#000;
    font-size:1.3rem;
}
.socail_bookmark a:hover i {
    color:#fff;
}
.fa-facebook {
	padding-right: 3px;
	padding-left: 3px;
}

/*footer*/
.footer{
    overflow: hidden;
    padding: 20px 0px;
    background: #000000;
}
.footer .main_footer p{
    color:#fff;
}
.footer .main_footer p a{
    color:#ff0099;
    padding: 0px 10px;
}
.footer .main_footer p i{
    color:#ff0000;
    padding: 0px 10px;
}


a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
 text-decoration: none;
}


/* scrollup */

.scrollup{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    opacity: .3;
    position: fixed;
    bottom: 20px;
    right: 25px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
    transition: opacity .5s, background-color .5s;
    -moz-transition: opacity .5s, background-color .5s;
    -webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
    background: #222;
    opacity: 1;
}

.scrollup i {
    font-size: 13px;
    position: absolute;
    opacity: 1;
    color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -6px;
    text-decoration: none;

}
.dropdown-item {
	color: black;
	display: list-item;
}