 
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
 
/*
 * Basic CSS starts 
 */
html, body {
    margin: auto 0;
    padding: 0;
   font-family: 'Open Sans', Sans Serif; 
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Open Sans', Sans Serif;
	font-weight: 600;
}
h3{
	font-size:18px;
}

p{
	margin:0;
	padding:0;
}
hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

/* 
 * Basic CSS ends 
 */

header .navbar { 
    background: #000!important;
     border-radius: 0px !important;
     margin-bottom: 0px !important; 
     border: 0px !important;
 }

.navbar-default .navbar-brand {
    /*margin: 0px !important; */
   /* padding: 0px;*/
    height: auto;
}
/*.navbar-nav li {
    margin-top: 12px;
}*/
header .navbar-brand img { width: 180px; }
/*.navbar-nav {
    margin-top: 12px;
    margin-left: 85px;
}*/
.navbar-default .navbar-nav > li > a {
	margin: 0px 2px;
    padding: 16px 6px;
    font-size: 14px;
	color: #fff !important;
	border-radius: 2px;
	text-transform: capitalize;
}
a.navbar-brand span {
    color: #78ADC9;
}
header {
    margin-bottom: 1px;
}
header .navbar-default .navbar-nav>li>a:hover, 
header .navbar-default .navbar-nav>li>a:focus,
header .navbar-default .navbar-nav>li.open>a:hover, 
header .navbar-default .navbar-nav>li.open>a:focus {
	background: #6ea6c6;
    color: #fff;
}

header .navbar-nav .dropdown-menu {
	top: 57px;
	border-radius: 3px;
}
header .navbar-nav .dropdown-menu:after, 
header .navbar-nav .dropdown-menu:before {
	bottom: 100%;
	right: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

header .navbar-nav .dropdown-menu:after {
	border-color: rgba(240, 253, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
}

header .navbar-nav .dropdown-menu:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #d65814;
	border-width: 8px;
	margin-right: -1px;
}

.affix {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

/*
 * Banner 
 */
 
.home-banner {
   /* margin-top: 3px;*/
}


/*.bs-example{
	margin: 20px;
}*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{

	background-color: #78ADC9!important;
	color:#fff!important;
}

/* contact page*/
.contact-page {
	padding: 80px 0px; 
}
.form-page .wpcf7-textarea {
    height: 103px;
    padding: 7px;
    width: 350px!important;
}       
.form-page input.wpcf7-form-control.wpcf7-submit {
    width: 30%!important;
    background: #78ADC9;
    color: #ffff;}

.form-page .wpcf7-text {
    width: 350px;
    padding: 10px;
}

.contact-page .page-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
 font-size: 13px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel{
font-size: 13px;        
}   
span.wpcf7-form-control-wrap.your-name .wpcf7-text{
font-size: 14px;        
}   
.form-page .wpcf7-text{
font-size: 13px;        
}
.form-page .wpcf7-textarea{
font-size: 13px;            
}  

/* inner pages css*/
.single_sidebar > h2 {
    background-color: #78adc9;
	display: none !important;
}
.news_tab {
  margin-top: 15px;
}
.news_tab li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-left: -40px;
    list-style: none;
}
.news_tab li:last-child{
  border-bottom: none;
}

.page-content h1 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    color: #000;
    margin: 10px 0px;
    text-align: left;
    text-transform: capitalize;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 24px;
}

.page-content ul{
  margin: 10px 20px;
  list-style: disc;
}

.page-content ol {
    margin: 10px 20px;
}

.img-responsive.img-center {
    margin: 0 auto;
}
/* Blog page*/
.blog-page {
    padding: 80px 0px; 
}
.blog-page .page-title {
    text-align: center;
   font-family: Times New Roman;
    margin-bottom: 30px;
}
h3.recents {
    font-family: Times New Roman;    
}
ul.blog-lists {
    padding: 10px;
    line-height: 25px;
}

.widget_nav_menu .menu .current-menu-item{
    background-color: #333;
    padding: 10px 5px;
    margin-left: -10px;
}
.widget_nav_menu .menu .current-menu-item a {
    color: #fff;
    display: block;
}
.widget_nav_menu ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;    
}
.widget_nav_menu ul {
    margin-left: -30px !important ;
}
.widget_nav_menu ul li a {
    color: #333;
    text-decoration: none;
}

/*
 * footer
 */

footer {
	float: left;
	width: 100%;
	margin-top: 50px;
	padding: 30px 0;
	background: #000;
	border-top: 1px solid rgba(0,0,0,0.1);
}
footer h3{
   color: #fff; 
}
/*footer.ffoot {margin-top: 0;}*/
footer .copyright {
	margin-top: 5px;
	color: #fff;
	font-size: 15px;
	line-height: 25px;
}
footer .poweredby {
    margin-top: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: right;
}
footer p a { 
	font-size: 13px;
	line-height: 24px;
	text-transform: capitalize;
	letter-spacing: 0.055em;
	color: #fff;
}
footer p a:hover { color: #a93c01; }
footer .foot_logo{
    margin-bottom: 20px;
}
footer .foot_logo img{
    text-align: center
}
footer .social{
    text-align: center;
}
footer .social li a {
	display: inline-block;
	margin: 0 2px;
	margin-top: 5px;
	padding: 2px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	font-size: 14px;
	border-radius: 50%;
    color: #000;
}

footer .social li a  i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	border-radius: 50%;
	border: 1px dashed #d65814;
}
footer .foot_menu h3{
    /*text-align: center;*/
}
footer .foot_menu ul li{
    list-style: none;
    margin-left: -35px;
}

footer .foot_menu ul li a{
   color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
}
.subscribe-btn {
    z-index: 999;           
    background: red;
    position: fixed;
    right: -45px;
    top: 45%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.subscribe-btn a{
    color: #fff;
}
.subscribe-btn a:hover{
    color: #fff;
}






/*
 * Responsive CSS 
 */

/*
 * Mobile phones 
 */
@media (max-width: 480px){

}

/*
 * Tablets 
 */
@media (max-width: 767px){
	header .navbar-default .navbar-toggle .icon-bar {background: #fff;	}
	header .navbar-default .navbar-toggle,
	header .navbar-default .navbar-toggle:hover,
	header .navbar-default .navbar-toggle:focus	{
		background: transparent;
		border-color: #fff;
	}
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 350px;
    height: 370px;
}
/*.searchbox-open {
    width: 82% !important;
    position: absolute;
    right: 20px !important;
    bottom: 4px !important;
}
.searchbox-icon, .searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    background: #78ADC9;
}
.searchbox{margin-top: -15px !important;}
.gsc-input-box {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    line-height: 26px!important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
    padding:0px;
    line-height: 36px; 
}
.gsc-control-cse {
    padding: 0px !important;
    line-height: 20px !important;
}*/

}

/*
 * Desktop 
 */
@media (max-width: 991px){

}

/*.carousel-inner .item{
  height: 100vh;
}*/
/* .carousel-inner .item img{
  width: 100%;
}
.carousel-caption{
  padding-bottom: 150px;
}
.carousel-caption h2{
  font-size: 50px;
  text-transform: uppercase;
}
.carousel-control.right{
  background-image: none;
}
.carousel-control.left{
  background-image: none;
}*/


.carousel-caption h2{

	    background: #0808084a;
    padding: 10px;
}

.carousel-caption h3{

	    background: #0808084a;
    padding: 10px;
}


/* ignore the code below */


.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}

.serviceBox{
    font-family: 'Raleway', sans-serif;
    text-align: center;
}
.serviceBox .service-icon{
    color: #78ADC9;
    background: #fff;
    font-size: 50px;
    border-radius: 15px 15px 0 0;
    padding: 10px 10px 8px;
   /* margin: 0 25px;*/
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon img{
    transform: rotate(360deg);
    transition: all 0.3s;
}
.serviceBox .service-content{
    color: #fff;
    background: linear-gradient(to bottom,#78ADC9,#78ADC9);
    padding: 40px 10px 30px;
    border-radius: 5px 5px 15px 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.serviceBox .service-content:before,
.serviceBox .service-content:after{
    content: "";
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -30px;
    left: 50%;
}
.serviceBox .service-content:af.navbar-default {
    background-color: transparent;
    border-color: transparent;
}ter
{
    background: linear-gradient(to bottom,rgba(255,255,255,0.1),transparent);
    width: 100%;
    height: 100%;
    border-radius: 100% 0 0 0;
    transform: translateX(0);
    top: 15px;
    left: 0;
}
.serviceBox .title{
    font-size: 13px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
}
.serviceBox .service-play{
    text-align: center;
    padding: 10px;
    color: #000;
    margin: 0 auto;
    background: #fff;
    display: block;
    width: 100%;
  }
.serviceBox .service-play i.fa{
	color: red;
	font-size: 20px;
    
  }
.serviceBox.purple .service-icon{ color: #78ADC9; }
.serviceBox.purple .service-content{ background: linear-gradient(to bottom,#78ADC9,#78ADC9); }
.serviceBox.blue .service-icon{ color: #78ADC9; }
.serviceBox.blue .service-content{ background: linear-gradient(to bottom,#78ADC9,#78ADC9); }
.serviceBox.green .service-icon{ color: #78ADC9; }
.serviceBox.green .service-content{ background: linear-gradient(to bottom,#78ADC9,#78ADC9); }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }	
  /*  header .navbar.navbar-default {
        background-color: transparent!important;
        border-color: transparent!important;
    }  */  
}

.page-content {
    background: #fff;
    /*float: left;*/
    padding: 20px;
}
.gsc-control-cse {
    padding: 2em !important;
    background-color: transparent !important;
    border: none !important;
}
.gsc-search-button-v2{
    padding: 10px 27px !important; 
}
/*@media only screen and (max-width:990px){
    .gsc-search-button-v2{
        padding: 16px 27px !important; 
    }  
}*/
/*.gsc-control-cse {
    background-color: #000 !important;
    border: none !important;
    margin-right: 50px;
}*/
/*gsc-search-button-v2{float: right;}*/
/*#menu-primary-header-menu {
    margin-left: 5%;
}*/

/*.searchbox{
    position:relative;
    min-width:50px;
    width:0%;
    height:50px;
    float:right;
    overflow:hidden;
    margin-top: 13px;
}
.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#dcddd8;
    width:100%;
    height:50px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:#78ADC9;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}
.searchbox-icon, .searchbox-submit{
    width:50px;
    height:50px;
    display:block;
    position:absolute;
    top:0;
    font-family:verdana;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#FFFFFF;
    background:#78ADC9;
}
.searchbox-open{
    width:50%;
}
.searchbox.searchbox-open .searchbox-icon i.fa-search:before {
    content: "\f00d" !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.searchbox-open {
    width: 40%;
    position: absolute;
    right: 104px;
} */	
.list-left li {
    margin-left: -30px;
}

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.services-area {
    background: #f1f1f1;
}
.section h2 {
    margin-bottom: 40px;
}
.home-services .explore {
    margin-top: 40px;
    text-align: center;
}
.home-services .services-row {
    margin-bottom: 30px;
}
.breadcrumb {
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
}
.breadcrumb a {
    color: #fff;
}

.page-content h3{
	padding: 5px;
}

.page-content h4, h5, h6 {
    padding: 15px;
}
ul li {
    /* padding: 3px; */
	line-height:25px;
}
ol li {
    /* padding: 5px; */
	line-height:25px;
}
.page-content h3 span {
    color: #4d90fe;
}

.page-content h3 spam {
    color: red;
	line-height: 30px;
}
.left-sidebar-menu li {
    list-style: none;
    padding: 5px 0px;
}
.left-sidebar-menu .current_page_item {
    background: #333;
}
.left-sidebar-menu .current_page_item .active {
    color: #fff !important;
}

.dcjq-accordion .left-sidebar-menu .sub-menu li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 20px;
}

.dcjq-accordion .left-sidebar-menu .sub-menu li a{
     text-decoration: none;
}

.dcjq-accordion ul {
    margin-left: -30px !important;
}

.dcjq-accordion .left-sidebar-menu .current-menu-item a {
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

.dcjq-accordion .left-sidebar-menu .current-menu-item {
    background-color: #333;
    padding: 10px 5px;
    margin-left: -10px;
}

.dcjq-accordion .left-sidebar-menu .current-menu-parent a.dcjq-parent.active{
    background-color: #357ae8 !important;
    padding: 10px 5px;
    color: #fff;
    width: 100%;
    float: left;
}

.left-sidebar-menu li a:focus, a:hover{
    text-decoration: none !important;
}