    ul li {
    list-style: none;
}
.table > thead > tr > th span{
    color: #1C305B !important;
    
} 
.red{
    color: #EC2329 !important;
}
.padding_0{
    padding: 0!important;
}
.footer_contact_title{
     font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 1em;
    letter-spacing: 2px;
    text-align: center;
}
.footer_contact{
    font-size: 15px!important;
    color: #fff!important;
    position: relative!important;
    margin-bottom: .5em!important;
    letter-spacing: 2px!important;
}

.top_div{
    margin: 5px 0 0px 0;
    /*float: right;*/
}
.social_icon{
    float: left;
    margin: 2px 10px 0 10px;
}
.client_access{
        width: 110px;
    /* background: #1e3953; */
    border: 1px solid black;
    padding: 0 5px 0 5px;
    border-radius: 3px;
    /* margin: auto; */
    margin: 5px 10px 0 15px;
    
}
.client_access a{
    color: #1e3953;
}
/*
.client_access:hover {
    background: none;
    border: 1px solid #1e3953;
    color: #1e3953;
}
.client_access a:hover {
    color: #1e3953;
}*/
.roof_sign_title_odd{
    width: 150px;
    background: #1e3953;
    border: 1px solid #1e3953;
    font-size: 15px;
    padding: 8px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
}
.roof_sign_title_even{
    width: 150px;
    background: #E50037;
    border: 1px solid #E50037;
    font-size: 15px;
    padding: 8px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
}
.roof_sign{
    padding-left: 10px;
    font-size: 12px;    
}
.home_para{
    margin: 20px 0 20px 0;
    text-align: justify;
    font-size: 12px;
 }
/*------------------------------------------------------------slider ----------------------------------------*/
.banner_li_div{
    position: relative; 
    text-align: center;
    color: white;
    /*height: 300px;*/
}
.banner_image{
    width:100% ; 
    height: 400px;
    /*opacity: 0.5;*/
}
.banner_li_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:1;
    width: 75%;
    height: 50px;
}
.banner_li_content h4{
        font-size: 3em;
    line-height: 1em;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 4px;
}
.banner_li_content h4 span{
        color: #ED2329;
    display: block;
        font-size: 30px;
}
/*Contact page */
.contact-leftbox{
    margin: 20px 0 20px;
}
.contact-leftbox p {
    font-weight: 600!important;
    font-size: 22px!important;
    color: #FFFFFF!important;
    margin-bottom: 5px!important;
}
.contact-leftbox span, .contact-leftbox a{
   font-size: 15px!important;
    color: #FFFFFF !important;
	letter-spacing: 1px!important;
    line-height: 26px!important;
}
.filterby {
    width: 90%;
    margin: 20px auto 10px auto;
}
.filterby_li {
    width: 20%;
    margin: 10px 15px 10px 15px;
    display: inline-block;
    border: 1px red solid;
    padding: 10px;
    text-align: center;
    cursor: pointer;

}
.filterby_li a{
    color: #1C305B;
}
.product_box {
    margin: 20px 5px 5px 20px!important;
    width: 20%!important;
    border-radius: 15px!important;
}
.product_image{
    width: 100%!important;
}
.product_image img{
    width: 100%!important;
    border-radius: 15px!important;
}
/*--------------------------------------------------services page---------------------------------------------- */
.specialize{
    margin: 20px 40px 20px 40px;
}
.specialize_title{
    
}
/*--------------------------------------------------Internet And Phone System page---------------------------------------------- */
.sub_title{
        text-align: left!important;
    margin-bottom: 10px;
}
.list-group{
   
}
.list-group li{
    text-align: left;
    text-indent: 20px;
     list-style: square inside!important;
    
}
.sub_content{
        margin: 20px 0 20px 0;
}
.sub_content h5{
  font-weight: bold;   
}
.sub_content p{
        margin: 10px 0 10px 0;
}
.table, th, td {
    border: 1px solid black;
}
.table_title {
    background: #1C305B;
    color: #EC2329!important;
    text-transform: uppercase;
}
.table_title {
    background: #1C305B;
    color: #EC2329!important;
    text-transform: uppercase;
}
.table_subtitle {
    
}
.table_subtitle th{
    color: #EC2329!important;
    background: hsl(221, 53%, 23%,.3);
    font-weight: bold;
}
 /*--------------------------------------------------Contact page---------------------------------------------- */

 /*.middleColumn input[type="text"], input[type="email"],input[type="textarea"]{
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    text-align: left;
    background: #fff;
    color: #777;
 }*/
 .contact_para{
        margin: 20px 0 20px 0;
 }
 /*--------------------------------------------------Client access page---------------------------------------------- */
.client_logo{
  text-align: center;  
}
   
.client_container h3{
  text-align: center;  
} 
.client_container p{
  text-align: center;  
} 
.client_img{
    width: 100px;
    height: 100px; 
}

/*----------------------------------------------Tabs--------------------------------*/
/*.container {
  margin-top:30px;
}*/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro';
  font-weight:700;
}

.fancyTab {
	text-align: center;
  padding:15px 0;
  background-color: #eee;
	box-shadow: 0 0 0 1px #ddd;
	top:15px;	
  transition: top .2s;
}

.fancyTab.active {
  top:0;
  transition:top .2s;
}

.whiteBlock {
  display:none;
}

.fancyTab.active .whiteBlock {
  display:block;
  height:2px;
  bottom:-2px;
  background-color:#fff;
  width:99%;
  position:absolute;
  z-index:1;
}

.fancyTab a {
	font-family: 'Source Sans Pro';
	font-size:1.65em;
	font-weight:300;
  transition:.2s;
  color:#333;
}

.fancyTab .hidden-xs {
  white-space:nowrap;
}

.fancyTabs {
	border-bottom:2px solid #ddd;
  margin: 15px 0 0;
}

li.fancyTab a {
  padding-top: 15px;
  top:-15px;
  padding-bottom:0;
}

li.fancyTab.active a {
  padding-top: inherit;
}

.fancyTab .fa {
  font-size: 40px;
	width:100%;
	padding: 15px 0 5px;
  color:#666;
}

.fancyTab.active .fa {
  color: #cfb87c;
}

.fancyTab a:focus {
	outline:none;
}

.fancyTabContent {
  border-color: transparent;
  box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
  padding: 30px 15px 15px;
  position:relative;
  background-color:#fff;
}

.nav-tabs > li.fancyTab.active > a, 
.nav-tabs > li.fancyTab.active > a:focus,
.nav-tabs > li.fancyTab.active > a:hover {
	border-width:0;
}

.nav-tabs > li.fancyTab:hover {
	background-color:#f9f9f9;
	box-shadow: 0 0 0 1px #ddd;
}

.nav-tabs > li.fancyTab.active:hover {
  background-color:#fff;
  box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
}

.nav-tabs > li.fancyTab:hover a {
	border-color:transparent;
}

.nav.nav-tabs .fancyTab a[data-toggle="tab"] {
  background-color:transparent;
  border-bottom:0;
}

.nav-tabs > li.fancyTab:hover a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab > a {
	margin-right:0;
	border-top:0;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.nav-tabs > li.fancyTab {
	margin-right:0;
	margin-bottom:0;
}

.nav-tabs > li.fancyTab:last-child a {
  border-right: 1px solid transparent;
}

.nav-tabs > li.fancyTab.active:last-child {
  border-right: 0px solid #ddd;
	box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
}

.fancyTab:last-child {
  box-shadow: 0 0 0 1px #ddd;
}

.tabs .nav-tabs li.fancyTab.active a {
	box-shadow:none;
  top:0;
}


.fancyTab.active {
  background: #fff;
	box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
  padding-bottom:30px;
}

.arrow-down {
	display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #ddd;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.fancyTab.active .arrow-down {
  display: block;
}

@media (max-width: 1200px) {
  
  .fancyTab .fa {
  	font-size: 36px;
  }
  
  .fancyTab .hidden-xs {
    font-size:22px;
	}
		
}
	
	
@media (max-width: 992px) {
    
  .fancyTab .fa {
  	font-size: 33px;
  }
    
  .fancyTab .hidden-xs {
  	font-size:18px;
    font-weight:normal;
  }
		
}
	
	
@media (max-width: 768px) {
    
  .fancyTab > a {
    font-size:18px;
  }
    
  .nav > li.fancyTab > a {
    padding:15px 0;
    margin-bottom:inherit;
  }
    
  .fancyTab .fa {
    font-size:30px;
  }
    
  .nav-tabs > li.fancyTab > a {
    border-right:1px solid transparent;
    padding-bottom:0;
  }
    
  .fancyTab.active .fa {
    color: #333;
	}
		
}


/*----------------------- Custom tab-------------------------------*/
.tab_table{
    width: 100%;
    margin: 0 10px 20px 0px
}
.table_title{
    background: #1C305B;
    color: #EC2329!important;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 5px;
}
.table_subtitle{
    background: hsl(221, 53%, 23%,.3);
    color: #EC2329!important;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
}
.tab_table tr th{
    padding-left: 5px;
}

.tab_table td{
    font-size: 12px;
    padding-left: 5px;
}


/*----------------------------------- RESPONSIVE--------------------*/
@media (max-width: 480px){

    .social_info{
        display:none!important;
    }
     .roof_sign_container{
        display:none;
    }
.banner_li_content h4{
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 4px;
}
.banner_li_content h4 span{
        color: #1e3953;
    display: block;
        font-size: 10px;
}   
 .lightbox img   {
    margin-bottom: 5px;
    width: 100%;  
    }
.contact-grid1 iframe{
        display: none;
        
 }
 .contact-grid1:nth-child(2){
    margin:0px!important
 }
}

/*----------------------------------------------home page new style---------------------------*/
div.content-box {
    clear: both;
}

div.content-box div.content-box-info {
    padding-left: 115px;
}

div.content-box.big {
	padding:0 7% 30px;
	border-radius: 3px;
	background:#fff;
	-webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}


div.content-box.big .ch-info-wrap {
	margin: -25px auto 35px;
	position:relative;
	left:auto;
	top:auto;
}

div.content-box.big:hover {
	background: #fafafa;
}

div.content-box.big div.content-box-info {
    padding-left: 0;
	text-align:center;
	margin:25px 0 0;
}

div.content-box.big div.content-box-info p {
	text-align:center;
	margin-top: 25px;
}

.service-reasons div.content-box.big {
	transition:none;
	margin-top: 30px;
	border: 1px solid #fff;
}

.main-content h3 {
    color: #666;
    line-height: 32px;
    margin: 0 0 5px;
}

.main-content p,.content p {
    text-align: left;
}


/* Box border and background */

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
	border-style:solid;
	border-width: 1px 1px 3px;
	border-color: #ddd;
	background: #fafafa;
	
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}


/* Circle items */
.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
}

.ch-info-wrap i {
    color: #FFFFFF;
    float: left;
    font-size: 28px;
    left: 35%;
    line-height: 80px;
    position: relative;
    z-index: 5;
	text-shadow:0 3px 0 rgba(0, 0, 0, 0.1);
}

.ch-info-wrap {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #666;
    
    top: 10px;
    left: 10px;
}

.ch-info {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-info > div {
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
    -webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	-moz-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	opacity: 0;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}

.portfolio-item {
    background: url("../images/bg_off.png") repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    padding: 4px;
	overflow:hidden;
	display:block;
}

.portfolio-item img {
	display:block;
	width: 100%;
    height: 185px;
}

.portfolio-pad {
    margin-bottom: 30px;
}

.portfolio .item {
    position: relative;
    overflow: hidden;
}


.fullscreen {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    font-size: 18px;
    margin-top: -30px;
    margin-left: -24px;
    width: 60px;
    height: 60px;
	opacity:0;
}

.fullscreen i {
    color: #fff !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 11;
    background: rgba(0,0,0,0.6);
    padding: 16px 18px;
    font-size: 16px;
    border-radius: 100px;
}

.portfolio-item-link {
    display: block;
    position: relative;
}

.post-item-link {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.post-body {
    padding: 4px;
    background: url("../images/bg_off.png") repeat;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover {
	background: rgba(50,50,50,0.75)
}


.portfolio-item.round img {
    border-radius: 2px;
}

a.portfolio-item-link {
    line-height: 0;
    padding: 0;
    margin: 0;
}

.portfolio-item-link span.portfolio-item-hover,.post-item-link span.post-item-hover, .img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 /* IE 8 */
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.portfolio-item-link span.portfolio-item-hover:hover,.post-item-link span.post-item-hover:hover, .img-hover:hover {
    background-position: center center;
}

.portfolio-item-title {
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #FFF;
}

.portfolio-item-title a {
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", Arial, Verdana;
    color: #666;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.portfolio-item-title a:hover {
    text-decoration: none;
}

.portfolio-item-title p {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 0;
	text-align:center;
}
/*------------------------------------- Home page contact button-----------------------
.home_contact_button {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	padding:12px 37px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.home_contact_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.home_contact_button:active {
	position:relative;
	top:1px;
}*/
/*--------------------------------Home page -blured images---------------------------------*/
.d1.animate_start {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.animate_afl.animate_start {
    -webkit-animation: 0.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 afl;
    animation: 0.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 afl;
        animation-delay: 0s;
    opacity: 1;
}
.animate_afl {
    opacity: 0;
}
h3.title {
    overflow: hidden;
    line-height: 28px;
    padding-bottom: 20px;
}
h3.title::after {
    background: url(../images/bg_off.png) repeat;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
}
.clearfix::before, .clearfix::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical > .btn-group::before, .btn-group-vertical > .btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after, .panel-body::before, .panel-body::after, .modal-footer::before, .modal-footer::after {
    display: table;
    content: " ";
}
.portfolio-pad {
    margin-bottom: 30px;
}
.d2.animate_start {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.animate_afc.animate_start {
    -webkit-animation: 0.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 afc;
    animation: 0.8s cubic-bezier(1,0,0,1) 0s normal backwards 1 afc;
        animation-delay: 0s;
    opacity: 1;
}
.portfolio-item {
    background: url("../images/bg_off.png") repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    padding: 4px;
    overflow: hidden;
    display: block;
}
a.portfolio-item-link {
    line-height: 0;
    padding: 0;
    margin: 0;
}
.portfolio-item-link {
    display: block;
    position: relative;
}
.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}
.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover {
    background: rgba(50,50,50,0.75);
}
.fullscreen {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    font-size: 18px;
    margin-top: -30px;
    margin-left: -24px;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.portfolio-item-title {
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #FFF;
}
.center_content{
    margin-top: 50px;
    margin-left: 300px;
}
.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
    border-bottom-color: #0488cd;
}
.home_icon{
    width: 30px;

height: 30px;

margin-left: auto;

padding-left: 10px;

padding-top: 10px;
}