@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

/*::-moz-selection {
    color: #fff;
    background:  #d04921;
    text-shadow: none;
}
::selection {
    color: #fff;
    background:  #d04921;
    text-shadow: none;
}
img::selection {
    color: #fff;
    background: 0 0;
}
img::-moz-selection {
    color: #fff;
    background: 0 0;
}
*/

a {
    color: #d04921;
    text-decoration: none;
}
a:focus, a:hover {
    color: #d04921;
    text-decoration: none;
}
/*********  font-family: 'Roboto', sans-serif; ******************/
body {
    position:relative;
	color:#888888;
	font-size: 14px;
}
.margin_top {
	/*margin-top:110px; */
}
section, .section{
	display:block;
	padding-top: 0px;
}
p{
	margin: 0 0 10px;
	font-size:14px;
	color:#f9f9f9;
}
.carousel-control.right, .carousel-control.left {
	background:none;
}
/********* Navbar  ********/
/* Style the header */


header{
	top:0;
	width:100%;
	background-color:#fff;
	z-index:99999;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}


.sticky + .content {
  padding-top: 102px;
}


.top_bar{
	text-align: center;
    display: block;
    width: 100%;
	margin: 0 auto;
}
.top_bar .container{
	position:relative;
}
.link-top{
	 font-size:12px;
}
.link-top a {
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    color: #242424;
    display:  inline-block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.link-top a:first-child{
	border:none;
}
.link-top a {
	border-left:1px solid #333;
}
.link-top a:hover {
    color: #d04921;
}
.social-top  .tooltip.top {
    padding: 5px 0;
    margin-top: 5px;
}
.social-top .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 10px;
}
 .social-top a {
	font-size: 16px;
    text-align: left;
    padding-right: 12px;
    padding-left: 12px;
    line-height: 45px;
    color: #242424;
    display:  inline-block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.social-top a:hover {
    color: #d04921;
}
.social-top i{	
	text-align:center;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #d04921 !important;
}


.donate-btn {
	float:right;
	top:0;
	right:0;
	position:absolute;
		    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.donate-btn .dropdown-menu{
	right:0;
	left:auto;
	background-color:#0063af;
	top: 47px;
	
	-webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.donate-btn:hover .dropdown-menu{
	display:block;

}
	
.donate-btn .dropdown-menu>li>a{
		color:#fff;
}
.donate-btn .dropdown-menu>li>a:focus, .donate-btn .dropdown-menu>li>a:hover{
	background-color:#197fce;
	color:#fff;
	
	
}
.navbar-brand {
	float:none;
	padding:0;
	text-align: center;
}
.navbar-brand img {
    padding: 5px;
    height: 90px;
}
.navbar {
    margin-bottom: 0;
    border:1px solid #eaeaea;
	background-color: #f2f2f2;
	border-bottom:0;
}
.navbar .container{
	position:relative;
}
.navbar-default .navbar-nav>li>a{
	color:#363e4b;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:none;
	margin-left:-15px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-nav a:hover{
	color:#d04821;
	background-color:transparent;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
}
.dropdown-menu {
    padding: 0px 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 9px 20px;
    clear: both;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-nav>li>a.contact-btn{
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.button{
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: #d04821;
    border-radius: 0px;
    border: 0px solid #444;
    border-width: 0px 0px 0px 0px;
    padding: 13px 38px;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
    font-weight: 600;
    font-style: normal;
	
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.contact-btn{
	position:absolute;
	top:0;
}
.button > div {
    color: #999;
  font-size: 10px;
  font-weight: initial;
  font-style: normal;
  text-align: center;
  margin: 0px 0px 0px 0px;
  position:absolute;
  top:0;
}

.btn-Outline:hover, .btn-Outline:focus {
	color: #fff;
	position: relative;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.btn-Outline:before{
	content: "";
	position: absolute;
	background: #af6e53;
	background: -moz-linear-gradient(left, #ca9475 0%, #af6e53 100%);
	background: -webkit-linear-gradient(left, #ca9475 0%,#af6e53 100%);
	background: linear-gradient(to right, #ca9475 0%,#af6e53 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca9475', endColorstr='#af6e53',GradientType=1 );
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	z-index: -1;
	-webkit-transition: top 0.09s ease-in;
}

.btn-Outline:hover:before {
  top: 0;
}
  
.btn-primary {
    backface-visibility: hidden;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    background: #d04821;
    border-radius: 0px;
    border: 0px solid #444;
    border-width: 0px 0px 0px 0px;
    padding: 8px 35px;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-style: normal;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
  
.btn-primary:hover, .btn-primary:focus {
	color: #fff;
	background: #0063af;	
}

/***************************/
.top-slider .fa-angle-left, .top-slider .fa-angle-right {
    text-align: center;
    line-height: 38px;
    outline: none;
    font-size: 65px;
    font-weight: 100;
    color: #fff;
    text-shadow: 0 5px 5px 0px rgb(26, 66, 225);
    -webkit-text-shadow: 0 5px 5px 0px rgb(26, 66, 225);
		-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	
}


.top-slider .fa-angle-left:hover,.top-slider .fa-angle-right:hover{
	background-color:#000;
}
.top-slider .carousel-control {
    position: absolute;
    top: 40%;
    bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
    background: none;
    opacity: 1;
}


.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


/* carousel fullscreen */

.carousel-fullscreen .carousel-inner .item {
	
	background-size: cover;
    background-color: #282c37;
   
   
}

/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-out;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 52%, rgba(0,0,0,.85) 99%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,.85) 99%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 52%,rgba(0,0,0,.85) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
}

/* demo typography */

h1,h2,h3,h4 {
    font-weight: normal;
}

h1{
	font-size: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.super-heading {
    font-size: 50px;
	margin-bottom:30px;
}


.super-paragraph {
    font-size: 30px; font-weight: 300;
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fff;
}

#carousel-example-generic {
    margin: 40px 0;
}



.search-input{
	width:65%;
	float:left;
	height:60px;
	background-color:#fff;
}
.search-btn-div{
	width: auto;
	float:right;
	text-align:center;
	text-transform:uppercase;
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #e6e6e6; 
}
.owl-carousel .owl-dots .owl-dot.active{
	background: #cf1c1c; 
}


/*********************/
.newsletter{
	padding:1em 0;
	background: #d04921;

}
.newsletter h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    margin:0px;
}
.newsletter h3 {
    color: #fff;
    font-size: 24px;
	margin-top: 16px;
}
.newsletter img{
	width:90px;
}
.newsletter  .input-group{
	margin-top:4px;
}

.newsletter .input-group .form-control{
	height:50px;
	background-color:#fff;
	border-radius:0;
	border:none;
	font-size:16px;
	color:#000;	
}

.newsletter .input-group .btn {
    display: inline-block;
    padding: 12px 30px;
    margin-bottom: 0;
	border-radius:0;
    font-size: 18px;
	height:50px;
	color:#fff;
	margin-left:15px;
	
	background-color:#000;
    font-weight: normal;
    line-height: 1.42857143;
}


/*******************************/
.footer{
	padding:3em 0 ;
	background:#282c37;
	color: #a2a6b1;
}

.footer a {
    color: #a2a6b1;
	    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.footer a:hover{
	color: #d04921;
}


.footer .social a {
	font-size: 16px;
    text-align: left;
    padding-right: 6px;
    padding-left: 6px;
    line-height: 45px;
    color: #a2a6b1;
    display: table;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.footer .social a:hover {
    color: #d04921;
}

.footer .social i{
	color:#fff;
	margin-right:10px;
	text-align:center;
	width:15px;
	
}

.footer p {
    margin-bottom: 25px;
	color: #a2a6b1;

}

.footer h3.title {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 300;
    padding-top: 20px;
}

.footer h3.title:after {
    content: '';
    height: 3px;
    display: block;
    width: 40px;
    background: #d04921;
    text-align: center;
    margin-bottom: 10px ;
    margin-top: 10px;
    position: relative;
}

.footer ul{
	list-style: none;
	margin: 0;
	padding:0;
}

.footer ul li{
	padding:8px 10px;
	display:block;
}
.footer ul li:before{
    content: '';
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 6px;
    position: absolute;
    left: 10px;
    width: 0px;
    height: 0px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #91959f;
}

.footer-bottom{
	background-color:#373c4a;
	color:#fff;
	padding:3px 0;
	text-align:center;
	font-size: 12px;
    line-height: 2em;
}


/******************/

.section-heading{
	color:#d04921;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #f05f40;
}
hr.light {
    border-color: #fff;
}


.text-faded{
	margin-bottom:30px;
	display:block;
}

.bg-primary {
    background-color: #f05f40!important;
	background-image:url(../images/banner.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	padding: 6em 0;
}

.btn-xl {
    padding: 1rem 3rem;
	border-color: #d04921;
}

.btn-xl:hover {
	color:#fff;
    background-color: #d04921;
    border-color: #d04921;
}

/**************************/

.video-and-blog{
	background-color: #f2f2f2;
	margin-bottom:20px;
	padding-top: 40px;
	padding-bottom: 20px;
}
.video-and-blog iframe{
	margin-bottom:30px;
	
}

.blog-sidebar{
	padding:10px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
	
}


.post-news{
	padding:10px 0;
	padding-bottom: 20px;
    clear: both;
    display: inline-block;
}

.post-news img{
	margin-bottom:30px;
}

.text-heading {
    background-color: #d04821;
    font-size: 20px;
    padding: 10px;
    margin: 0;
    color: #fff;
}

.text-heading  a{
	color:#fff;
	font-size: 14px;
    margin: 0;
	margin-bottom:5px;
	color:#fff;
}

.blog-sidebar .post-title{
	font-size: 14px;
	line-height:18px;
    margin: 0;
	font-weight:400;
	margin-bottom:5px;
	color:#333;
}

.blog-sidebar .time{
	font-size: 12px;
    margin: 0;
	color: #888;
}

/*************************/
.spokes{
	background-color:#f2f2f2;
}

.spokes .super-title {
    font-size:45px;
	margin-bottom:20px;
	text-align: center;
	color:#363e4b;
	font-weight: 400;
}

.super-title:after {
    content: '';
    height: 3px;
    display: block;
    width: 60px;
	background: #d04921;
	text-align:center;
	margin:0 auto;
	margin-top: 0px;
	position:relative;
}
.outer-div{
	    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.05);
		padding:5px 50px;

}
.box_over {
  position: relative;
  margin-bottom:30px;
}



.overlay_hover{

  bottom: 0; 
  background: #d04821; /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  padding:10px;
  transition: .5s ease;

  color: white;
  font-size: 20px;
  text-align: center;
}

.odd .overlay_hover{
  background: #282c37 !important; /* Black see-through */
  color: #f1f1f1; 

}

/***********/

.partners{
	text-align:center;
	margin-top: 10px;
	margin-bottom: 30px;
}

.partners .super-title 
    font-size: 45px;
    text-align: center;
    color: #363e4b;
    font-weight: 400;
}
.partners .item{
	min-height:100px;
	padding:20px;
}




.owl-carousel .owl-stage-outer {
    padding-top: 0;
}

.slide .owl-item {
    border: none;
    background-color:  transparent;
	min-height:inherit;
}
.owl-carousel .owl-item img {
    display: block;
	width:auto;
}

.owl-carousel .owl-nav{position:absolute;top:45%;width:100%;}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before{width:60px;height:60px;display:block;text-align:center;line-height:38px;border-radius:100%;outline:none;font-size:75px;font-weight:100;color:#d8d8d8;text-shadow:0 5px 5px 0px rgb(26, 66, 225);-webkit-text-shadow:0 5px 5px 0px rgb(26, 66, 225);}
.owl-carousel .owl-nav .owl-prev{left:0 !important;outline:none;}
.owl-carousel .owl-nav .owl-next{right:0 !important;outline:none;}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);}
.owl-carousel .owl-dots{text-align:center;margin-top:25px;display:none;}

.owl-carousel .owl-nav .owl-prev span:before:hover,
.owl-carousel .owl-nav .owl-next span:before:hover{
	color:#d04921;
	
}

/************new-changes ************/
/*---------- INDICATORS CONTROL ----------*/
.carousel-indicators li{
	border: none;
	border-radius:0;
}
.indicators-line > .carousel-indicators{
    right: 42%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 65px;
    height: 5px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
	border: none;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    background-color: #fff;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
/*blog-content page*/
.blog-panel{ padding:4em 0 2em;}
.blog-content img {
    border:1px solid #c1c1c1;
    border-radius: 4px;
    padding: 5px;
}
.blog-content p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #242424;
}
.blog-content a:hover {
    color:#0063af;
    text-decoration: none;
}
.blog-content span {
    font-size: 14px;
    color: #d04821;
	padding-right:20px
}
.social-icon {
    float: left;
    border-bottom: 1px solid #bbb7b7;
    width: 100%;
    margin-bottom: 20px;
}
.social-icon a {
    font-size: 16px;
    text-align: left;
    padding-right: 12px;
    padding-left: 12px;
    line-height: 16px;
    margin-bottom: 15px;
    color: #242424;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.social-icon span{ color:#888888;}
/*right-side*/
.box-item {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #8e8e8e;
	clear:both;
}
.overlay_odd {
    bottom: 0;
    background: #f5f5f5;
    color: #242424;
    width: 100%;
    padding: 10px;
    transition: .5s ease;
    color: #282c37;
    font-size: 20px;
    text-align: left;
}
.box-item h4{ text-align:center; color:#0063af; font-size:18px;}
.box-item h5{ text-align:center; color:#d04921; font-size:15px;}

.box-item p {
    margin: 0 0 10px;
    font-size: 13px;
    color: #242424;
}
p.heading-top{ font-size:12px;}
.overlay_odd {
    bottom: 0;
    background: #f5f5f5;
    color: #242424;
    width: 100%;
    padding: 10px;
    transition: .5s ease;
    color: #282c37;
    font-size: 20px;
    text-align: left;
    border: 1px solid #d2d2d2;
}
.overlay_odd p {
    margin: 0 0 10px;
    font-size: 13px;
    color: #282c37;
    line-height: 1.6em;
}
.overlay_odd h5{
    text-align: right;
    font-size: 11px;
	font-style:italic;
}

 .facebook-blog{ width:100% !important;}
 ._2p3a{
	 
	 min-width:100%; width:100% !important;
	}
/*right-side*/
/*blog-content page*/

/*contact-panel*/
.contact-panel {
    padding: 2em 0;
	/*background-image: url(../images/login-banner.jpg);
    background-size: cover;
	width: 100%;
    overflow: hidden;
    display: block;*/
  
}
h1.heading-title  {
    font-size: 45px;
    margin-bottom: 30px;
    text-align: center;
    color: #363e4b;
    font-weight: 400;
}
h1.heading-title:after {
    content: '';
    height: 3px;
    display: block;
    width: 90px;
    background: #d04921;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}
.contact-panel .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 4px;
   
} 
.contact-panel textarea.form-control {
    height:185px
}
.contact-panel .form-control:hover, .contact-panel .form-control:focus {
    color: #555;
    background-color: #fff;
}
.contact-panel label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    color: #242424;
    font-size: 14px;
    padding-left: 3px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgb(250, 255, 189) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
.contact-detail a {color: #000;}
.contact-detail p {color: #000; font-size:14px;}
.contact-detail a:link{text-decoration:none;}
.contact-detail i { padding-top:8px;}
.contact-detail .box1{background: #95ce97;}
.contact-detail .box2{background: #97abce;}
.contact-detail .box3{background: #ff6766;}
. 
#author a{
  color: #fff;
  text-decoration: none;
    
}
.contact-panel span{ color:red; font-size:16px}
/******captcha********/
.captcha-text {
    padding: 20px 0;
}
.add-padding{ padding:0; margin-bottom: 20px;} 
/*contact-panel*/
/************login**************/
.content {
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 80px auto;
    padding: 40px;
    max-width: 35%;
    min-width: unset;
    background: #fff;
    border: 1px solid #bdbdbd;
    box-shadow: 0 0 40px 0 rgba(131,140,159,0.25);
    border-radius: 3px;
} 
.content h1 {
    color:#0063af;
    padding: 0 0 10px 0;
    margin: 0px;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}
.content label {
   display: inline-block;
    max-width: 100%;
    font-weight: 400;
    margin: 8px 0 0 0 !important;
    font-size: 14px !important;
    color: #7b7979;
    font-family: 'Roboto', sans-serif;
}
.content .form-control {
    display: block;
    width: 100%;
    font-size: 13px;
    height: 40px;
    padding: 6px 4px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fdfdfd !important;
    opacity: 1 !important;
}
.content .form-group .btn-bluess {
    color: #fff;
    border-color: #d04821;
    background-color: #d04821;
    padding: 8px 0;
    width: 100%;
    box-shadow: none;
    margin: 15px auto;
    font-size: 18px;
}
.content .form-group .btn-bluess:hover {
    color: #fff;
    background:#0063af;
    border-color: transparent;
}
.content i {
    color: #242424;
}
.content .checkbox {
    padding-left: 18px;
}
/* End of login */
/*Start of empty-page */
.error-template {
    padding: 4em 0 5em;
    text-align: center;
	background: #d5d6d7;
    clear: both;
}
.error-unit p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #242424;
}
.error-unit h1 {  
    font-size: 42px;
    color: #242424;
    font-weight: 500;
}
.error-unit h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: red;
}
.error-unit .btn-warning{
    color: #fff;
    background-color: #d04821;
    border-color: #d04821;
    outline: none;
    box-shadow: none;
}
.error-unit .btn-warning:hover {
    color: #fff;
    background: #0063af;
    border-color: transparent;
}
/* End of empty-page */
/*******new-changes******/
.blog-side img{ width:100%}