/*
Theme Name: WpF Authority
Theme URI: http://www.wpfreeware.com/wpf-authority-free-simple-wordpress-theme-for-blogs/
Author: WpFreeware
Author URI: http://wpfreeware.com/
Text Domain: wpf-authority
Domain Path: /languages
Description: WpF Authority is a well designed bootstrap based WordPress blogging theme developed by WpFreeware which through you will be able to create professional looking websites. It comes with left/right/fullwidth templates, live customizer option panel to setting all the requirements. This theme completely responsive, created with translation ready, widget ready & much more.
Version: 9999999.0.1
License: GNU General Public License v3.0 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: full-width-template, one-column, custom-header, custom-colors, theme-options, threaded-comments, sticky-post, custom-background, custom-menu, editor-style, featured-images, gray, light, responsive-layout, right-sidebar, left-sidebar, rtl-language-support, translation-ready, two-columns, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light
*/



/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body {  
  color: #333;
  overflow-x: hidden !important;
  font-family: 'ralewaymedium';
  background-color:#f0f0f0;
}

ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

a{ 
  text-decoration: none;
 
  /*font-weight:bold;*/
}
a:hover{
    text-decoration: none;
}
a:focus{
  outline: none;
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
 
 font-family: "Raleway",sans-serif;
}
h2{ 
  line-height: 23px;
}
img{
 border:none;
 max-width:100%;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;  
  text-align: center;
}
.img-right{
  display: block;
  margin-left: auto;  
}
.img-left {
  display: block; 
  margin-right: auto;  
}
.yellow_bg{
  background-color: #ffd62c;
}
.btn-yellow{
  background-color: #ffd62c;
  color: #fff;
}
.btn-yellow:hover{
  background-color: #e1b70b;
  color: #fff;
}
.limeblue_bg{
  background-color: #7dc34d;
}
.blue_bg{
  background-color: #09c;
}

.btn{
  border-radius: 0px;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:hover{
  
}
.btn-red{
  background-color: red;
  color:#fff;
}
.btn-red:hover{
  background-color: #c40505;
  color:#fff;
}
.btn-green{
  background-color: green;
  color: #fff;
}
.btn-green:hover{
  background-color: #0ab20a;
  color: #fff;
}
.btn-black{
  background-color: black;
  color: #fff;
}
.btn-black:hover{
  background-color: #413a3a;
  color: #fff;
}
.btn-orange{
  background-color:orange;
  color: #fff;
}
.btn-orange:hover{
  background-color:#f09d05;
  color: #fff;
}
.btn-blue{
  background-color: blue;
  color: #fff;
}
.btn-blue:hover{
  background-color: #0707a2;
  color: #fff;
}
.btn-lime{
  background-color: lime;
  color: #fff;
}
.btn-lime:hover{
  background-color: #05ae05;
  color: #fff;
}
.default-btn{
  background-color: #12a3df;
  color: #fff;
}
.default-btn:hover{
  background-color: #0a8ec4;
  color: #fff;
}
.btn-theme{
  background-color:#d083cf;
  color: #fff;
}
.btn-theme:hover{
  background-color:#ce39cc;
  color: #fff;
}
.transition{
   -webkit-transition: all 0.5s; /* Ch, Saf  3.2 */
     -moz-transition: all 0.5s; /* 4 < Fx <16 */
      -ms-transition: all 0.5s; /* IE 10 */
       -o-transition: all 0.5s; /* 10.5 < Op < 12.1 */
          transition: all 0.5s; /* IE 10, Ch 26+, Fx 16+, Op 12*/
}
/* Preloader */
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:9999999; /* makes sure it stays on top */
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(img/status.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
  bottom: 40px;
  display: none;
  font-size: 32px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 40px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 9;
  border:1px solid;
   -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

}
.scrollToTop>i{
   -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.scrollToTop:hover, .scrollToTop:focus{
  text-decoration: none;
  outline: none;
  background-color: #fff;
}

/*--------------------*/
/* Header */
/*--------------------*/

.navbar {
  margin-bottom: 0;
  z-index: 99999;
}
.navbar-default {
  border-color: #e7e7e7;
  /*padding: 10px 0px;*/
  background: #ffffff; /* Old browsers */
  min-height:76px;
}
.navbar-brand{
  font-size: 25px;
  font-family: "Raleway",sans-serif;
  font-weight: bold;
  padding: 10px 15px;

}

.logo-text{
  margin-top:15px;
}
.header_gradient{
  background: -moz-linear-gradient(bottom,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
background: linear-gradient(to top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.navbar-default .navbar-nav > li{
  position: relative;
  
  margin-top: 15px;
  padding-left: 10px;
  padding-right:20px; 
}
.navbar-default .navbar-nav > li:last-of-type
{
  background: none;
}
.navbar-default li.active:after {
  bottom: -42px;
  color: #fff;
  content: "";
  font-family: FontAwesome;
  font-size: 35px;
  left: 49%;
  margin-left: -8px;
  position: absolute;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
  display: none;
}
.navbar-default .navbar-nav > li > a {
  color: #1a1f25;
  font-family: 'skolasansbold';
  font-size: 16px;
  text-transform:uppercase;
  /*font-weight: bold;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus{
   /*border-radius: 4px;*/
   border-bottom: 1px solid #cd2522;
  
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  /*background-color: #fff; */
}
.navbar-nav > li > .dropdown-menu { 
  margin-top: 13px;
}

.dropdown-menu > li > a:hover{
  background-color: #fff;
}

.navbar-brand>img{
  /*height: 58px;*/
  }


.navbar-brand>img:hover{
  opacity: 1;
}
.custom_nav {
  padding: 16px 0;
  
}
.custom_nav .dropdown-menu{
  padding:15px;
}
.dropdown-menu > li > a {
  color: #5e5e5e;  
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{
  border-radius: 4px; 
}



/*--------------------*/
/* Footer */
/*--------------------*/

#footer {
  background-color: #14191d;
  border-top: 1px solid #505b67;
  display: inline;
  float: left;
  width: 100%;
  padding: 25px 0px;
}
.footer_top{
  float: left;
  display: inline;
  width: 100%;
}
.single_footer_top{
  float: left;
  display: inline;
  width: 100%;
  min-height: 200px;
}
.single_footer_top > h2 {
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 20px;
}
.single_footer_top ul li a {
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.single_footer_top{
  color: #fff;
  line-height: 22px;
}
.footer_middle{
  float: left;
  display: inline;
  width: 100%;
}
.single_footer_middle{
  float: left;
  display: inline;
  width: 100%;
  color: #fff;
}
.single_footer_middle>h2{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.single_footer_middle address>p{
  margin-bottom: 0px;
}
.footer_bottom {
  display: inline;
  float: left;
  width: 100%;
  margin:15px 0px;
}
.copyright{
  float: right;
  display: block;
  width: 50%;
  color: #fff;
  text-align:right;
}
.copyright p{
  color: #fff;
  margin-top:10px;
}
.developer{
  float: left;
  display: block;
  width: 50%;
  color: #fff;
  text-align: left;
}
.developer a{
  color: #ccc;
}
.credit_links{text-align:center;color:#999999;margin:15px 0 0;}
.credit_links a{color:#ffffff;}
.social_nav{
  text-align: left;
}
.social_nav li{
  display: inline-block;
}
.social_nav li a {
  border: 1px solid #ccc;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-right: 8px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  transform: rotate(44deg);  
}
.social_nav li a:hover{
  background-color: #ffffff;  
}
.social_nav li a>i{
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  transform: rotate(-44deg);
}
.social_nav li:first-child a{
  padding: 5px 12px;
}


/*--------------------*/
/* Contact Page */
/*--------------------*/

#contact{
  float: left;
  display: inline;
  width: 100%; 
}
.contact_area {
  display: inline;
  float: left;
  width: 100%;
  padding: 40px 0px;
}
.contact_left {
  display: inline;
  float: left;
  margin-top: 40px;
  width: 100%;
}
.contact_right {
  display: inline;
  float: left;
  margin-top: 40px;
  width: 100%;
  padding-left: 70px;
}
.contact_right>img{
  margin-bottom: 25px;
}
.contact_right address{
  margin-top: 10px;
  font-size: 15px;
  color: #6e6e6e;
}
.contact_right p{
  font-size: 15px;
}
.contact_right address>p{
  margin-bottom: 0px;
  color: #6e6e6e;
}
.contact_map{
  float: left;
  display: inline;
  width: 100%;  
  background-color: #f0f0f0;
}
#map_canvas{
  width: 100%;
  float: left;
  display: inline;
  height: 450px;
}
.wpcf7-text, .wpcf7-email, .wpcf7-select {
  height: 50px;
  margin-bottom: 15px;
  width: 100%;
  color: #6e6e6e;
  font-size: 14px;
}
.imgedit_contact input::-webkit-input-placeholder { 
   color: #cccccc;
   font-size: 18px;
}

.imgedit_contact input:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
  font-size: 18px;  
}

.imgedit_contact input::-moz-placeholder {  /* Firefox 19+ */
     color: #cccccc;
   font-size: 18px;  
}

.imgedit_contact input:-ms-input-placeholder {  
   color: #cccccc;
   font-size: 18px;  
}
.imgedit_contactinfo{
  float: left;
  display: inline;
  width: 100%;
  margin-top: 70px;
}
.imgedit_contactinfo p {
  color: #fff;
  font-size: 38px;
  font-weight: normal;
  margin-top: 20px;
}
.wpcf7-submit {
  border: medium none;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  width: 125px;
  margin-top: 10px;
-webkit-transition: all 0.5s;
-mz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

.term_cond_info {
  color: #fff;
  float: left;
  font-size: 17px;
  margin-top: 38px;
  text-align: left;
  width: 100%;
}

.client_title{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
.client_title hr{
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
}
.client_title > h2 {
  background: none repeat scroll 0 0 #f0f0f0;
  display: inline-block;
  margin-top: 70px;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  font-weight: bold;
}
.client_title > h2 span{
  font-weight: normal;
}

/*--------------------*/
/* Blog Page */
/*--------------------*/
#banner {
  display: inline;
  float: left;
  margin-top: 77px;
  padding: 25px 0 35px;
  text-align: center;
  width: 100%;
}
#banner h2 {  
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 22px;
}
#banner p {
  color: #fff;
  font-size: 18px;
}
#imgbanner {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline;
  float: left;
  height: 350px;
  margin-top: 77px;
  padding: 118px 0;
  text-align: center;
  width: 100%;
}
#imgbanner h2{
  color: #fff;
  text-align: center;
  font-size: 72px;
  font-weight: bold;
}

#blogArchive{
  float: left;
  display: inline;
  width: 100%;
  /*padding: 40px 0px;*/

}

.blogArchive_pushup{
	margin-top:0px;
}

.blogArchive_pushdown{
	 /* margin-top:60px;*/
}

.blogArchive_area{
  float: left;
  display: inline;
  width: 100%;
  min-height: 300px;
  
}
.single_archiveblog {
   display: inline;
  float: left;
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.archiveblog_left{
  float: left;
  display: inline;
  width: 150px;
  text-align: center;
}
.author_img, .archiveblog_left .avatar{
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.author_name{
  font-weight: bold;
}
.postdate{
  text-transform: uppercase;margin-bottom:25px;
}
.archiveblog_right{
  float: right;
  display: inline;
  width: 76%;
  overflow:hidden;
}
.archiveblog_right > h2 {  
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.archiveblog_right>img{
  max-width: 100%;
  margin-bottom: 15px;
}
.blog_sidebar {
  background-color: #ffffff;
  display: inline;
  float: left;
  min-height: 300px;
  width: 100%;
  padding: 20px 30px;
  margin-bottom:15px;
}
.post_commentbox {
  display: inline;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.post_commentbox a, .post_commentbox span {
  color: #798992;
  font-size: 11px;
  margin-right: 5px;
  -webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.post_commentbox a > i,.post_commentbox span > i {
  margin-right: 5px;
}

.pagination ul{}
.pagination ul li{display:inline;}
.pagination li a,.comment_navigation .page-numbers{
  -webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
padding:3px 8px;
display:inline-block:  
}
.pagination li a:hover,.pagination li a:focus,.comment_navigation a.page-numbers:hover,.comment_navigation a.page-numbers:focus{
  color: #fff;
}
.single_sidebar {
  display: inline;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.single_sidebar > h2 {
  font-weight: bold;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 15px;
  font-size:20px;
}
.single_sidebar ul>li a{
font-size: 15px;
  margin: 5px 0px;
  display: inline-block;
}

.single_sidebar input[type=text],.single_sidebar input[type=search]{
  width: 100%;
  border: 1px solid #dddddd;
  height: 35px;
  padding: 10px;
  margin: 10px 0px;

}
.single_sidebar input[type=submit]{
  background: #ddd;
  border: none;
  padding: 7px 16px;
}
#recentcomments{}
#recentcomments li{margin: 7px 0px;}

.catg_nav li > a {
  color: #798992;
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
 -webkit-transition: all 0.5s;
-mz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.catg_nav li > a:hover{
  padding-left: 10px;
}
.tags_nav{
  text-align: left;
}
.tags_nav li{
  display: inline-block;
}
.tags_nav li a, .tagcloud a{
  display: inline-block;
  padding: 5px;
  font-size:14px !important;
  margin-right: 5px 7px;
  background-color: #798992;
  color: #ffffff;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.tags_nav li a:hover,.tags_nav li a:focus{
  color: #fff!important; 
}
.archiveblog_right ul,.archiveblog_right ol{
  padding: 10px;
  position: relative;
  padding-left: 20px;  
  margin-left:20px;
}
.archiveblog_right ul li, .archiveblog_right ol li {
  color: #798992;
  font-size: 15px;
  line-height: 25px;
}

.social_link {
  display: inline;
  float: left;
  margin-bottom: 25px;
  margin-top: 20px;
  width: 100%;
}
.sociallink_nav {
  text-align: center;
}
.sociallink_nav li{
  display: inline-block;
}
.sociallink_nav li a {
  color: #fff;
  display: inline-block;
  font-size: 17px;
  padding: 8px 12px;
  margin: 0px 3px;
  webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sociallink_nav li a:hover{
  -webkit-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -os-transform: rotate(50deg);
  transform: rotate(50deg); 
}
.sociallink_nav li a:hover i{
   -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -os-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.sociallink_nav li:nth-child(1) > a {
  background: none repeat scroll 0 0 #3b5998;
  padding: 8px 15px;
}
.sociallink_nav li:nth-child(2) > a {
  background: none repeat scroll 0 0 #00acee;
}
.sociallink_nav li:nth-child(3) > a {
  background: none repeat scroll 0 0 #dd4b39;
}
.sociallink_nav li:nth-child(4) > a {
  background: none repeat scroll 0 0 #0e76a8;
}
.sociallink_nav li:nth-child(5) > a {
  background: none repeat scroll 0 0 #c92228;
}
.post_navigation{
  float: left;
  display: inline;
  width: 100%;
}
.previous_nav {
  display: block;
  float: left; 
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: bold;
  webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.previous_nav>i{
  margin-right: 5px;
}
.next_nav {  
  border-radius: 12px;  
  display: block;
  float: right;
  padding: 10px 20px;
  font-weight: bold;
  webkit-transition: all 0.5s;
  -mz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.next_nav>i{
  margin-left: 5px;
}
.next_nav:hover,.previous_nav:hover{
  color: #ffffff;
}
.similar_post {
  background-color: #fff;
  display: inline-block;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px; 
  padding: 0 15px;
  width: 100%;
}
.similar_post h2 {
  border-bottom: 1px dotted #798992;
  font-size: 25px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.small_catg li {  
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  width: 100%;  
  float: left;
  width: 50%;
}
.related-img{
  height: 112px;
  width: 30%;
  float:left;
}
.related-img img{
  width: 100%;
  height: 100%;
}
.single_sidebar .small_catg li{
  width: 100%;
}
.single_sidebar .small_catg > li a {
  font-size: 18px;
  margin-bottom: 5px;
}
.blog_archive {
  display: inline;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.single_sidebar select,.single_footer_top select {
  background-color: #798992;
  border: medium none;
  color: #fff;
  height: 50px;
  padding: 10px;
  width: 100%;
}
.single_sidebar select option, .single_footer_top select option {
  cursor: pointer;
  padding: 10px 5px;
}

.not_found{text-align:center;margin:100px auto;display:block;}


/* Start Custom Styles */

.alignleft{float:left;margin-left:0px}	
.aligncenter{display:block;margin:10px auto}	
.alignright{float:right;margin-left:10px}	
.post-tags{margin: 15px 0px 5px;
  font-weight: bold}
.post-tags a{  display: inline-block;padding: 5px 7px;font-weight: normal;} 
.wp-caption-text,
.wp-caption{  
	margin: 5px 0px 5px 0px;font-style: italic;
}
.sticky{}
.bypostauthor{}
.screen-reader-text{display:none;}  
.archiveblog_right embed, .archiveblog_right iframe{max-width:100%;}
.clearfix{clear:both;}
.bio_title {text-align:left;}
.bio_title a{font-weight:bold;}
.page_left {width: 100% !important;}
.page_left>h2{margin-bottom: 20px !important;}
.page-links{margin: 40px 0px 0px;}
.page-links a{display: inline-block;padding: 5px;}
.page-links-title{font-weight: bold;}
.archive_title{font-size: 20px;margin-left:15px;margin-bottom: 35px;}
.archive_title span{font-weight:bold;}
.four_zero_four{text-align: center;padding:100px 0px;}
.search_form{margin-top:15px;text-align: center;}

.search_form form label{width:100%;}
.search_form form input[type=search]{width: 50%;border: 1px solid #dddddd;padding: 10px;}
.search_form form input[type=submit]{margin-top: 10px;border: none;padding: 6px 35px;}

/* gallery style*/
.gallery {
    margin: 20px 0px;
	overflow:hidden;
}

.gallery .gallery-item {
  float: left;
  margin: 10px 2px;
  text-align: center;

}

.gallery .gallery-caption {
  margin-left: 0;
  font-size: 10px;
}

/* gallery style*/
  
/* start comments style */
#comments-title{ font-size: 20px;margin-bottom: 40px; text-align:center;font-weight:bold;}
.commentlist{margin:0;padding:0;list-style:none;}
.children{  margin-left: 50px;}
.comment_list_container{background-color: #fff;margin: 10px 0;padding: 25px;position:relative;}
.comment_author_section img{border-radius: 300px;}
.comment_author_section .author-name{   margin-left: 2.5%;
  font-style: normal;
  font-weight: bold;}
.comment_list_container em{display: block;
    text-align: center;}
.comment_list_container .reply{ float: right;}
.comment_list_container .comment_text{margin-left: 10%;}
.author_lebel{  display: block;
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 12px;
  font-weight: bold;}
.comment_date{}
.author-comment{border: 2px solid #ccc;}
.no-comments{font-weight: bold;margin: 15px 0;text-align: center;}
#respond{margin-top:40px;}
#respond .comment-form-author input,#respond .comment-form-email input,#respond .comment-form-url input{padding: 10px;width: 60%;border: 1px solid #ddd;}
#respond .comment-form-author label,#respond .comment-form-email label,#respond .comment-form-url label{display:block;}
#respond .comment-form-comment textarea{border: 1px solid #ddd;display: block;width: 100%;padding:10px;}	
#respond .form-submit #submit{border: medium none;color: #ffffff;font-size: 16px;font-weight: bold;padding: 10px;}	
#respond .form-submit #submit:focus,#respond .form-submit #submit:active,#respond .comment-form-author input,#respond .comment-form-email input,#respond .comment-form-url input,#respond .comment-form-comment textarea{outline:0;}	

/* End comments style */  	
	
/* End Custom Styles */


/*--------------------*/
/* Responsive Style */
/*--------------------*/



@media(max-width:1199px ){
  .price_nav>li {margin-right: 10px;}
  .testimon_nav li {margin-left: 32px;}
  .howworks_slider {padding-left: 0;}
  .slider_area {width: 100%;}
  .service_nav li {margin-left: 12px;min-height: 522px;padding: 0 10px;}
  .archiveblog_right {width: 70%;}
  .page_left {width: 100%;}
}
  
@media(max-width:991px ){
  .navbar-default .navbar-nav > li > a {font-size: 12px; padding: 10px;}
  .dropdown-menu > li > a{font-size: 12px;padding: 10px;}
  .navbar-brand {height: auto;font-size:16px;}
  .navbar-brand>img{max-height: 100%;}
  #sliderSection{margin-top: 67px;}
  .price_nav>li {margin-right: 9px;}
  .price_img {width: 85%;}
  .price_nav li > h3 {font-size: 25px;}
  .price_nav li > p {font-size: 16px;}
  .get_button {font-size: 12px;padding: 10px 12px;}
  .price_badge {font-size: 13px;height: 34px;padding-right: 27px;right: -50px;top: 22px;}
  .testimon_nav li {width: 29%;}
  .service_nav li{width: 31%;}
  .service_nav li > h2 {font-size: 16px;}
  .single_footer_top > h2 {font-size: 22px;}
  .form_container {padding: 20px 100px;}
  #imgbanner {margin-top: 67px;padding: 100px 0;width: 100%;}
  #imgbanner h2 {line-height: 72px;font-size: 55px;}  
  .archiveblog_right > h2 {font-size: 20px;}
  #banner {margin-top: 67px;}
  .slider_caption > h2 {font-size: 37px;}
  .social_nav li a {margin-right: 5px;}
  .pfeatured_nav li {font-size: 13px;padding: 8px 0;}
  .page_left {width: 100%;}
  .related-img{width: 100%;}  
  
}

@media(max-width:767px ){
   .navbar-default li.active:after {display: none;}
   .navbar-nav > li > .dropdown-menu { margin-top: 5px;}
   .navbar-toggle {margin-top: 13px;}
   .price_nav>li {width: 100%;margin-bottom: 25px;}
   .testimon_nav {margin-left: 0px;}
   .testimon_nav li {margin-bottom: 100px;width: 100%;margin-left: 0px;}
   .client_img {left: 42%;}
   .service_nav li {width: 100%;min-height: auto;margin-bottom: 15px;}
   .form_container {padding: 20px 50px;}
   .client_title > h2 {line-height: 35px;}
   #imgbanner h2 {font-size: 40px;line-height: 40px;}
   #imgbanner{height: 250px;margin-top: 61px;}
   .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    border-radius: 0px;  
  }
  .navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus{
     border-radius: 0px;
  }
  .dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{
    border-radius: 0px;
  }
  .imgeditcontact_area > h2 {font-size: 25px;line-height: 40px;}
  .imgedit_panel .media-left>img{max-width: 60%;margin-bottom: 15px;}
  .imgedit_panel .media-body{float: left;}
  .archiveblog_right {float: left;margin-left: 10px;width: 70%;}
  .post_navigation {margin-bottom: 30px;}
  #sliderSection {margin-top: 61px;}
  #banner {margin-top: 61px;}
  .single_featured_blog {margin-bottom: 30px;}
  .social_nav li a {margin-right: 8px;}
  .pfeatured_nav li {font-size: 15px;padding: 10px 0;}
  .page_left {width: 100%;}
  .archiveblog_left {display:none;}
  .archiveblog_right {margin-left: 0px;width: 100%;}   
  .footer_top{text-align:center;}
}
@media(max-width:640px){
  .slider_caption {top: 0;}
  .slider_caption > h2 { font-size: 25px;line-height: 30px;margin-bottom: 10px;}
  .slider_btn {margin-top: 10px;}
} 
@media(max-width:480px ){	
  .client_title hr {display: none;}
  .client_img {left: 39%;}
  .copyright {width: 100%;text-align: center;margin-bottom: 20px;float:none;margin-top:30px;}
  .footer_social {width: 100%;}
  .social_nav {text-align: center;}
  .service_title > hr {display: none;}
  .service_title > h2 {font-size: 30px;padding: 0px;}
  .service_title > p {font-size: 18px;}
  .form_container {padding: 20px 0px;}
  #imgbanner h2 {font-size: 30px;line-height: 35px;}
  #imgbanner {height: 200px;padding: 70px 0px;}
  .contact_right{padding-left: 0px;}
  .previous_nav{padding: 10px;}
  .next_nav{padding: 10px;}
  .slider_caption {padding: 0 2%;}
  .slider_caption > p {font-size: 14px;line-height: 18px;}
  .slider_btn {font-size: 14px;padding: 8px 13px;}
  .team_title > h2 { font-size: 25px;padding: 0 25px;}
  #specialQuote p {font-size: 25px;line-height: 35px;}
  .social_nav {text-align: left;}
  .developer {text-align: center;width: 100%;float:none;}
  .footer_bottom {margin-top: 0px;}
  .client_title > h2 {line-height: 30px;font-size: 25px;}

 
}
@media(max-width:360px ){
 .client_title > h2 {font-size: 20px;}
 .client_img {left: 35%;}
 #imgbanner h2 {font-size: 22px;line-height: 35px;}
 .support_btn {margin-top: 30px;}
 .expand_icon {height: 36px;position: absolute;right: 0;top: 1px;}
 .imgedit_heading .panel-title{ position: relative;}
 .imgedit_heading .panel-title > a {font-weight: normal;font-size: 12px;}
 .archiveblog_right > h2 {font-size: 17px;line-height: 25px;}
 .slider_caption {top: 5%;}
 .slick-initialized .slick-slide {text-align: center;}
 .slick-slide img {display: inline-block;}
 
 
}
@media(max-width:320px ){
	.client_title > h2 {font-size: 18px;}
  .client_img {left: 33%;}
  
  
	
}


/* My Own Style */


/* Top Header */
.header-first {
    float: right;
    padding: 30px 0 30px 0;
}
.header-left {
    float: left;
    margin: 13px 0 0;
}
.header-left > span {
    color: #ffffff;
    font-family: 'skolasansbold';
}
.header-right {
    float: left;
    margin: 5px 0 0 0;
}
.header-right > ul {
    margin: 0;
    padding: 0;
}
.header-right li {
    float: left;
    padding-left: 10px;
}

.header-right .cnss-social-icon li
{
   padding-left: 10px !important;
}

.header-right li a {
    background: #cd2522 none repeat scroll 0 0;
    border-radius: 50px;
    float: left;
    height: 35px;
    padding-left: 1px;
    padding-top: 7px;
    text-align: center;
    width: 35px;
}
.header-right li a:hover {
    background: #32383f;
}
.header-right li a {
    text-align: center;
}

ul.cnss-social-icon li a img
{
   display: inline !important;
}






.navbar
{
  margin-top: 0px;
}
.header-clearfix
{
background-image: url(images/headerbg.jpg);
background-size: 100% 100%;
background-repeat: repeat-x;
}

/* End Top Header */

/*Bottom Header*/

.logomenu-left {
    float: left;
    width: 100%;
    background: url("images/logocut.jpg") no-repeat left;
    height: 82px;
    position: relative;
    margin: -3px 0 0 0;
}
.toprightbg {
    background: rgba(0, 0, 0, 0) url("images/rightside.png") no-repeat scroll right center;
    float: left;
    height: 85px;
    width: 100%;
}
.top-bottom {
    float: right;
    width: 82%;
}
#cssmenu {
    width: 100%;
    font-family: 'ralewaybold';
    line-height: 1;
    float: left;
    clear: both;
    font-size: 14px;
    margin: 30px 0 0 0;
}
.logo-img
{
    bottom: auto;
float: left;
position: absolute;
top: -57px;
width: 15%;
}
.dropdown-menu li a
{
font-family: 'skyfall_doneregular';
font-size: 14px;
}
.caret
{
  display: none;
}
.navbar-default .navbar-nav > .active > a
{
  border-bottom: 1px solid #cd2522;
}

.back {
    float: right;
    margin: 5px 0 0;
}
#back-to-top > a {
    color: #b92422;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'ralewayregular';
    background: url("images/back.png") no-repeat right center;
    padding-right: 20px;
}

@media (min-width:997px) and (max-width:1199px) 
{
  .logo-img img {
      max-width: 65%;
  }

  .logo-img {
      bottom: auto;
      float: left;
      position: absolute;
      top: -34px;
      width: 15%;
  }
}
@media (min-width:768px) and (max-width:991px)
{
  .logo-img img {
      max-width: 65%;
  }
  .logo-img {
    bottom: auto;
    float: left;
    position: absolute;
    top: -9px;
    width: 13%;
  }
}
@media (max-width:767px)
{
  .logo-img {
        top: -90px;
}
.logo-img img {
    width: 100%;
}
.logo-img {
    bottom: auto;
    float: left;
    position: absolute;
      width: 80px;
}
}
@media (max-width:801px)
{
  
  .footmenu .custom_nav
  {
    position: relative;
  }

}
/* End Bottom Header */

/* Home-About */
.testimonials {
    background: url("images/testimonils.png") repeat scroll 0 0 / cover;
    float: left;
    padding: 80px 0;
    width: 100%;
}
.bxx {
    margin: 0 auto;
    text-align: center;
}
.bxx h1 {
    color: #191e24;
    font-family: "skolasansbold";
    font-size: 34px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.bxx span {
    color: #cd2522;
    font-family: "skolasansbold";
    font-size: 34px;
    text-transform: uppercase;
}
#abu_vie
{
  text-transform: uppercase;
}
.headerbottom {
    border-bottom: 4px solid #cd2522;
    color: #191e24 !important;
    padding: 0 0 5px;
}
.est p {
    color: #6d6d6d;
    font-family: "ralewayregular";
    font-size: 14px;
    line-height: 23px;
    margin: 35px auto;
    width: 76%;
    
}
@media(max-width: 760px)
{
  .est p
  {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* End Home-About */
/* Sponsors */
.our.sponsers {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    padding: 80px 0;
    width: 100%;
}
.our.sponsers > h1 {
    color: #191e24;
    font-family: "skolasansbold";
    font-size: 34px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.our.sponsers span {
    color: #cd2522;
    font-family: "skolasansbold";
    font-size: 34px;
    text-transform: uppercase;
}
.headerbottom {
    border-bottom: 4px solid #cd2522;
    color: #191e24 !important;
    padding: 0 0 5px;
}
/* End Sponsors*/
/*Latest News*/
.latestnews {
    background: url("images/latestbg.jpg") repeat;
    float: left;
    padding: 150px 0 130px;
    width: 100%;
    background-size: cover;
}
.latestnews > h1 {
    color: #ffffff;
    font-family: "skolasansbold";
    font-size: 34px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.headerbottom1 {
    border-bottom: 4px solid #cd2522;
    color: #ffffff !important;
    padding: 0 0 5px;
}
.latest-content {
    padding: 55px 0 0;
    position: relative;
}
.latest-content > img {
    width: 90%;
}
.latest-content > span {
    background: #383b2b none repeat scroll 0 0;
 
    color: #ffffff;
    font-family: "ralewaybold";
    font-size: 14px;
    opacity: 0.78;
    padding: 10px 15px;
    position: absolute;
	left:18px;
    top: auto;
}
.latest-content > h1 {
    color: #ffffff;
    font-family: "ralewaybold";
    font-size: 14px;
    margin: 20px 0 20px 21px;
    text-align: left;
    text-transform: uppercase;
}
.latest-content > p {
    color: #ffffff;
    font-family: "ralewayregular";
    font-size: 14px;
    margin: 0 0 45px 21px;
    text-align: justify;
    width: 90%;
}
.read {
    border-bottom:1.5px solid #ffffff !important;
	border-left:1px solid #ffffff ;
	border-right:1px solid #ffffff ;
	border-top:1px solid #ffffff ;
    float: left;
    margin: 0 0 1px 25px;
    padding: 15px 20px !important;
	
}
.read:hover
{
  background: #ba2523 none repeat scroll 0 0;

}
.read a:hover
{
  color: white;
}
.readmore {
    background: url("images/latestarrow.png") no-repeat scroll right center;
    color: #ffffff;
    font-family: "ralewaybold";
    padding-right: 30px;
    text-transform: uppercase;
}
/*End Latest News*/

/* Menu */
@media(max-width: 1290px)
{
  .custom_nav
  {
    background: white;
    z-index: 3;
  }
  .navbar-default .navbar-nav > li
  {
    background: none;
  }
}
/* Menu */


/*Footer*/

.footer {
    background: url("images/footerbg.jpg") repeat;
    float: left;
    position: relative;
    width: 100%;
    background-size: cover;
}
.footer-right {
    background: url("images/footerright.png") no-repeat right;
}
.ls {
    padding-bottom: 15px;
}
.footer-news {
    float: left;
    padding: 70px 0 0;
    position: relative;
    width: 380px;
    z-index: 99;
    margin-bottom: 30px;
}
.footer-news h1 {
    color: #ffffff;
    font-family: "skolasansbold";
    font-size: 26px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
	position:relative;
}
.footer-news .receive {
    color: #bbbbbb;
    font-family: "latolight";
    font-size: 18px;
    margin: 30px 0 20px;
}
.n-form-style {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #505b67;
    color: #bbbbbb;
    font-family: "ralewayregular";
    font-size: 14px;
    height: 40px;
    margin: 0 0 20px;
    outline: medium none;
    padding-left: 15px;
    width: 310px;
}
.border-views1 {
    border: 1px solid #c8c8c8;
    float: left;
    height: 63px;
    padding: 0 5px 0 0;
}
.signup {
    background: #bc2523 none repeat scroll 0 0;
    float: left;
    line-height: 50px;
    margin: 5px 0 0 5px;
    padding-left: 15px;
    width: 158px;
    height: 50px;
}
.signup > a {
    color: #ffffff;
    font-family: "ralewaybold";
    font-size: 14px;
    text-transform: uppercase;
}
.signup-btn {
    background: url("images/viewmore.png") no-repeat scroll right center;
    float: right;
    height: 50px;
    margin: 0 0 0 30px;
    width: 53px;
}
.signup:hover {
    background: #15181d none repeat scroll 0 0;
}
.footer-news  a {
    background: url("images/parrow.png") no-repeat scroll left 5px;
    color: #ffffff;
    font-family: "ralewaybold";
    font-size: 14px;
    margin: 30px 0 0;
    padding: 0 0 0 25px;
	
}
.rpwwt-post-excerpt {
    color: #bbbbbb;
    font-family: "ralewayregular";
    font-size: 12px;
    margin: 5px;
}
.footer-news .rpwwt-post-date {
    background: #171b20 none repeat scroll 0 0;
    color: #bbbbbb;
    font-family: "ralewaybold";
    font-size: 11px;
    padding: 10px 15px;
	display:table;
}
.lrr {
    padding-left: 190px;
}
.footer-news .rpwwt-widget > ul,
.footer-news > ul {
    margin: 20px 0 0 0px;
    padding: 0;
}
.footer-news li {
  
    margin: 0 0 0 10px;
}
.footer-news.lrr li a:hover {
    background: #862423;
}
.footer-news.lrr li a {
    background: #1c2127 none repeat scroll 0 0;
    border-radius: 50px;
    float: left;
    height: 40px;
    padding-left: 1px;
    padding-top: 9px;
    text-align: center;
    width: 40px;
	margin:0px 3px;
}
.copyright 
{
    clear: both;
    color: #ffffff;
    font-family: "ralewayregular";
    font-size: 13px;
    margin: 15px 0 0 15px;
    float: left;
    width: 76%;
}
.footer-news p span {
    color: #ffffff;
    font-family: "latobold";
    font-size: 18px;
}

@media(max-width: 482px)
{
  .lrr
  {
    padding-left: 5px;
  }
}
@media(max-width: 981px)
{
  .footer-right
  {
    background: none;
    
  }
  .footer-news
  {
    padding: 0px 10px;
    float: none;
    margin-top: 30px;

  }
  .copyright
  {
    width: 40%;
  }
}
@media(min-width: 997px) and (max-width: 1199px)
{
  .footer-news {
    float: left;
    padding: 30px 0 30px 0;
    position: relative;
      }
  .lrr
   {
	display:none;
  }
  .footer-right
  {
    background: none;
    
  }
  .copyright
  {
    width: 47%;
  }
  .n-form-style
  {
    width: 290px;
  }
}
@media(max-width: 361px)
{
  .Proin
  {
    padding-right: 70px;
  }
  .n-form-style
  {
    width: 280px;
  }
}
@media (min-width:768px) and (max-width:991px) 
{
.footer-news {
    float: left;
    padding: 30px 0 0;
    position: relative;
    width:50%;
}
.lrr
{
display:none;
}
}
@media (min-width:319px) and (max-width:641px) 
{
.footer-news {
    float: left;
    padding: 30px 10px;
    position: relative;
    width:100%;
}
.lrr
{
display:none;
}
}
/*Footer*/

/*Gallery*/


/*End Gallery*/
/* Foot Menu */
.footmenu li a
{
 color: #bbbbbb;
 font-family: "ralewayregular";
font-size: 13px;
text-transform: uppercase;
}
.footmenu li a:hover
{
  color: #ba2523;
}
.footmenu li
{
  display: inline-block;
background: url("images/borderleft.png") no-repeat right center;
padding-left: 10px;
padding-right: 20px;
}
.footmenu li:last-of-type
{
  background: none;
}
.footmenu ul
{
  float: left;
}
/*Footer Sub Menu */
.footmenu .dropdown-menu
{
  display: none !important;
}
.footmenu .caret
{
  display: none !important; 
}
/*End Footer Sub Menu*/
@media(max-width: 1290px)
{
  .footmenu ul
  {
    background: transparent;
    padding: 0px 10px;
  }
}
@media(max-width: 810px)
{
  .footmenu ul
  {
    float: none;
    text-align: center;
  }
  .back
  {
    float: none;
    text-align: center;
  }
}
/*End Foot Menu*/



.our.gallery {
    background: url("images/gallerybg.jpg") repeat;
    float: left;
    padding: 60px 0;
    width: 100%;
    background-size: cover;
}
.our {
    color: #191e24;
    font-family: "skolasansbold";
    font-size: 34px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    
}
.our > span {
    color: #cd2522;
    font-family: "skolasansbold";
    font-size: 34px;
    text-transform: uppercase;
}
.headerbottom {
    border-bottom: 4px solid #cd2522;
    color: #191e24 !important;
    padding: 0 0 5px;
}


#posts .post img {
    backface-visibility: hidden;
    transform: translate3d(-30px, 0px, 0px) scale(1.12);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: 90%;
}
#posts .post h2 {
    color: #191e24;
    font-family: "ralewaybold";
    font-size: 14px;
    margin: 30px 0 10px;
    text-align: left;
}
#posts .post h2:hover
{
	color:#bc2523;
}
#posts .post p {
    color: #6d6d6d;
    font-family: "ralewayregular";
    font-size: 14px;
    text-align: justify;
    text-transform: lowercase;
    width: 92%;
}


#filter {
    float: right;
    margin: 25px 0 0;
}
#filter li {
    color: #373737;
    cursor: pointer;
    font-family: "ralewayregular";
    font-size: 14px;
    padding: 0px 18px 0px 10px;
    float: left;
    background: url("images/galleryarrow.png") no-repeat right center;
}
#filter li:last-of-type
{
  background: none;
}
#filter li.active span {
    border-bottom: 2px solid #cd2522;
    padding-bottom: 5px;
}
.border {
    float: left;
    width: 100%;
}
.border > h1 {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    color: #191e24;
    font-family: "skyfall_doneregular";
    font-size: 26px;
    margin: 0;
    padding: 30px 0;
    text-align: left;
    margin-top: 5px;
}
#posts {
    float: left;
    height: auto !important;
    margin: 40px 0 0;
    width: 100%;
}
#posts .post {
    cursor: pointer;
    float: left;
    overflow: hidden;
    width: 33.33%;
    z-index: 1;
}

.viewborder1 {
    display: table;
    margin: 30px auto 0;
}
.border-views {
    border: 1px solid #c8c8c8;
    float: left;
    height: 62px;
    padding: 0 5px 0 0;
}
.viewmore {
    background: #bc2523 none repeat scroll 0 0;
    float: left;
    line-height: 50px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
    width: 265px;
}
.viewmore > a {
    color: #ffffff;
    font-family: "ralewaybold";
    font-size: 14px;
    float: left;
}
.viewmore-btn {
    background: url("images/viewmore.png") no-repeat right;
    float: right;
    height: 50px;
    width: 53px;
    margin: 0 0 0 30px;
}
#posts .post:hover img {
    opacity: 0.5;
    transform: translate3d(0px, 0px, 0px) scale(1);
}
.viewmore:hover {
    background: #15181d none repeat scroll 0 0;
}

@media(max-width: 480px)
{
  #posts .post{
  float: none;
  width: 100%;
  }
}
/* End My Own Style */

/*Sponsers Page Style*/

/* Banner UL */
.breadcrumb1 {
    bottom: 55px;
    float: right;
    position: relative;
    top: auto;
    right: 30%;
}
.breadcrumb1 li {
    float: left;
    background: url("images/breadarrow.png") no-repeat right center;
    padding-left: 0px !important;
    padding-right: 11px !important;
}
.breadcrumb1 li:last-of-type
{
  background: none;
}
.breadcrumb1 a {
    color: #d2d2d2;
    font-size: 13px;
    font-family: 'ralewaymedium';
}
.breadcrumb1 a:hover {
    color: #cd2522;
}
/* End Banner UL */

/* Content */
.clear1 {
    clear: both;
    float: left;
    margin: 35px 0;
    width: 100%;
}
.about {
    width: 100%;
    clear: both;
    margin: 50px 0;
    float: left;
}
.clear1 h1 {
    margin-bottom: 40px;
}

.headerbottom {
    color: #191e24 !important;
    border-bottom: 4px solid #cd2522;
    padding: 0 0 5px;
}
.redcolor {
    color: red;
}
.rrr
{
  margin-bottom: 30px;
}
.clear1 p {
    display: table;
    width: 100%;
    font-size: 14px;
    color: #373737;
    font-family: 'ralewaymedium';
    line-height: 30px;
}
.spon_logo_img
{
  width: 100%;
}
.spon_logo_img ul
{
  list-style-type: none;
  float: left;
  padding: 0px;
  margin: 0;
  
}
.spon_logo_img li
{
  float: left;
  padding-left:30px;
  margin-bottom:30px;  
}
.spon_logo_img a
{
  text-decoration: none;
}
@media(min-width: 768px) and (max-width: 991px)
{
  .clear1 p {
    width: 100%;
    margin: 20px auto 60px;
    text-align: justify;
  }
}
@media(max-width: 767px)
{
  .clear1 p {
    width: 100%;
    margin: 20px auto 60px;
    text-align: justify;
  }
}

/* End Content */

/* End Sponsers Page Style */


/*### Contact ###*/
/*Left Contant*/
.contact-lt {
    float: left;
    margin: 50px 0;
    width: 63%;
}
.contact-lt h1 {
    color: #ba2523;
    font-size: 18px;
    font-family: 'skolasansbold';
    margin-bottom: 15px;
    padding: 0;
}
.contact-lt p {
    font-size: 18px;
    color: #000000;
    font-family: 'ralewaymedium';
    padding: 0 0 15px;
}
.address-form {
    float: left;
}
.address-form label, textarea {
    color: #000000;
    float: left;
    font-family: "ralewaymedium";
    font-size: 13px;
    margin-bottom: 30px;
    padding-top: 15px;
    width: 165px;
    font-weight: normal;
}
.ipbox {
    width: 490px;
    height: 45px;
    padding-left: 15px;
    color: #828282;
    font-size: 13px;
    font-family: 'ralewaymedium';
    background: #f4f4f4;
    border: 1px solid #d2d2d2;
}
.ipbox-textbox {
    width: 490px;
    padding-top: 15px;
    padding-left: 15px;
    color: #828282;
    font-size: 13px;
    font-family: 'ralewaymedium';
    background: #f4f4f4;
    border: 1px solid #d2d2d2;
}
.viewborder-class {
    margin: 20px 0 0;
    width: auto;
}
.border-views {
    border: 1px solid #c8c8c8;
    float: left;
    height: 63px;
    padding: 0 5px 0 0;
}
.viewmore {
    background: #bc2523 none repeat scroll 0 0;
    float: left;
    line-height: 50px;
    margin: 5px 0 0 5px;
    padding-left: 25px;
    width: 265px;
}
.viewmore > a {
    color: #ffffff;
    font-family: "ralewaybold";
    font-size: 14px;
}
.viewmore-btn {
    background: url("images/viewmore.png") no-repeat right;
    float: right;
    height: 50px;
    width: 53px;
    margin: 0 0 0 30px;
}
.sub_a
{
  color: #ffffff;
font-family: "ralewaybold";
font-size: 14px;
float: left;
background: transparent !important;
border: transparent !important;
margin-top: 5px !important;
text-transform: uppercase;
}
.wpcf7-submit:hover
{
  color: #ffffff !important;
}
@media(max-width: 767px)
{
.address-form label, textarea 
  {
    width: 100%;
  }
}
/* End left content*/

/*Right Content*/
.contact-rt {
    float: right;
    margin: 0 0 100px;
    width: 30%;
}
.contact-border-view {
    border: 1px solid #d2d2d2;
    margin: 60px 0 0 0;
}
.contact-border-view > h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #1a1f25;
    font-family: 'skolasansbold';
    border-bottom: 1px solid #d2d2d2;
    padding: 15px 35px;
    text-transform: uppercase;
    background: #f4f4f4;
}
.reach {
    margin: 20px 35px;
    padding-left: 50px;
    font-size: 13px;
    color: #000000;
    font-family: 'ralewayregular';
    background: url("images/reach.png") no-repeat left;
}
.rightnowimg {
    margin: 40px 0 0;
    position: relative;
}
.redborder:hover {
    background: #20272f none repeat scroll 0 0;
}
.redborder {
    background: #ba2524 none repeat scroll 0 0;
    bottom: 25px;
    left: 35px;
    padding: 10px 20px;
    position: absolute;
    width: 195px;
}
.redborder > a {
    background: url("images/rightarrow.png") no-repeat right;
    padding-right: 20px;
    font-size: 13px;
    color: #fff;
    font-family: 'ralewaybold';
}
@media(min-width: 768px) and (max-width: 991px)
{
  .contact-rt
  {
    float: right;
    margin: 0 0 100px;
    width: auto;
  }
  .contact-lt
  {
    float: left;
    margin: 50px 0;
    width: 35%;
  }
  .ipbox {
    width: 100%;
  }
  .ipbox-textbox
  {
    width: 100%;
  }
}
@media(max-width: 767px)
{
  .contact-lt
  {
    float: left;
    margin: 50px 0;
    width: 100%;
	padding:0px 20px;
  }
  .contact-rt
  {
    float: right !important;
    margin: 0 0 100px !important;
    width: 100% !important;
  }
  .ipbox {
    width: 100%;
  }
  .ipbox-textbox
  {
    width: 100%;
  }
}
/*End Right Content*/

/*### End Contact ###*/

/*### About Us ###*/
.about {
    width: 100%;
    clear: both;
    margin: 50px 0;
    float: left;
}
.aboutheader > h1 {
    color: #191e24;
    font-family: "skolasansbold";
    font-size: 34px;
    margin: 0 0 50px 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}
.aboutheader span {
    color: #cd2522;
    font-family: "skolasansbold";
    font-size: 34px;
    }
.headerbottom {
    color: #191e24 !important;
    border-bottom: 4px solid #cd2522;
    padding: 0 0 5px;
}
.about-lt h1 {
    color: #373737;
    font-size: 20px;
    font-family: 'skolasansbold';
    text-transform: uppercase;
    margin: 30px 0 20px 0;
}
.about-lt p {
    color: #373737;
    font-size: 14px;
    font-family: 'ralewayregular';
    line-height: 22px;
    text-align: justify;
    width: 90%;
}
.about-lt ul {
    margin: 35px 0 0;
    padding: 0;
}

.about-lt li {
    color: #373737;
    font-size: 14px;
    font-family: 'ralewayregular';
    line-height: 28px;
    text-align: justify;
    padding-left: 30px;
    background: url("images/aboutli.png") no-repeat left;
}
.about-img {
    margin: 25px 0 0 0;
}
.about-img img {
    
    margin-bottom: 20px;
}

@media(max-width: 1025px)
{
  .about-lt
  {
    width: 65%;
  }
  .about-rt
  {
    width: 35%;
  }
}
@media(max-width: 641px)
{
  .about-lt
  {
    width: 100%;
  }
  .about-rt
  {
    width: 100%;
  }
}
@media(max-width: 767px)
{
.about-lt li {
    background: rgba(0, 0, 0, 0) url("images/aboutli.png") no-repeat scroll left top 10px;
    color: #373737;
    font-family: "ralewayregular";
    font-size: 14px;
    line-height: 28px;
    padding-left: 30px;
    text-align: justify;
}
}
/*### End About Us ###*/


/*### News Page ###*/
.news-rt {
    
    float: right;
    margin: 0 0 100px;
    width: 30%;
}

.news-rrr {
    margin: 41px 0 0;
}
.contact-border-view {
    border: 1px solid #d2d2d2;
    margin: 60px 0 0 0;
}
.contact-border-view > h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #1a1f25;
    font-family: 'skolasansbold';
    border-bottom: 1px solid #d2d2d2;
    padding: 15px 35px;
    text-transform: uppercase;
    background: #f4f4f4;
}
.reach1 {
    padding: 20px 55px 0px 10px;
    border-bottom: 1px solid #d2d2d2;
}
.reach1 > h1 {
    margin: 0 0 5px 0;
    padding-left: 20px;
    font-size: 14px;
    color: #1a1f25;
    font-family: 'ralewaybold';
    background: url("images/newsarrow.png") no-repeat left 5px;
	word-wrap: break-word;
	line-height:20px;
}
.febdetails {
    margin: 0 0 5px 0;
    padding-left: 20px;
    font-size: 12px;
    color: 31a1f25;
    font-family: 'ralewayregular';
    line-height: 22px;
    width: 300px;
}
.feb {
    margin: 0;
    color: 3ba2523;
    font-size: 11px;
    padding-left: 20px;
    font-family: 'ralewayregular';
}
.rightnowimg {
    margin: 40px 0 0;
    position: relative;
}
.redborder {
    background: #ba2524 none repeat scroll 0 0;
    bottom: 25px;
    left: 35px;
    padding: 10px 20px;
    position: absolute;
    width: 195px;
}
.redborder > a {
    background: url("images/rightarrow.png") no-repeat right;
    padding-right: 20px;
    font-size: 13px;
    color: #fff;
    font-family: 'ralewaybold';
}
.news {
    float: left;
    margin: 20px 0 0;
    width: 65%;
}
/*
.news img {
    width: 100%;
}
*/
.news .featured-image
{
	padding-bottom: 57%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
}
.news-bordered {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    float: left;
    margin: 0 0 35px 0;
    width: 100%;
    position: relative;
}
.news p {
    font-size: 13px;
    color: #1a1f25;
    font-family: 'ralewayregular';
    text-align: justify;
}
.news-bordered > p {
    float: left;
    background: url("images/comment.png") no-repeat left;
    padding-left: 30px;
    margin: 15px 15px;
    font-size: 14px;
    font-family: 'ralewaymedium';
}
.news-bordered > span {
    float: right;
    font-size: 12px;
    color: #fff;
    font-family: 'skolasansbold';
    background: #ba2523;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    right: -1px;
    text-transform: uppercase;
}
.news h1 {
    margin: 10px 0 20px 0;
    font-size: 20px;
    color: #1a1f25;
    font-family: 'skolasansbold';
    text-transform: uppercase;
	word-wrap: break-word;
}
.news h2 {
    color: #ba2524;
    font-size: 13px;
    font-family: 'ralewaybold';
    margin: 0 0 10px 0;
}
.he-lt {
    margin-top: 33px;
}
.readmore1 {
    background: #ba2524;
    float: left;
    padding: 7px 20px;
    margin: 0 0 25px 0;
}
.readmore1 a {
    font-size: 13px;
    color: #fff;
    font-family: 'ralewaybold';
    background: url("images/rightarrow.png") no-repeat right;
    padding-right: 20px;
}
.sing_own_sty
{
  padding: 0px 10px;
}
.sing_own_sty_r
{
  padding: 0px 10px;
}
.singnews
{
	margin-top:8%;
}
@media(min-width: 767px) and (max-width: 1025px)
{
  .news
  {
    width: 55% !important;
  }
  .news-rt
  {
    width: 43% !important;
  }
}
@media(max-width: 765px)
{
  .news
  {
    width: 100% !important;
	padding:0px 20px;
  }
}
@media(max-width: 321px)
{
  .febdetails
  {
    padding: 0px 30px;
  }
}
/*### End News Page ###*/


.navbar-nav  .current-menu-item  > a:first-child
{
	color: #ca3643 !important;
	
}
.navbar-nav  .current-menu-parent  > a:first-child
{
	color: #ca3643 !important;
	
}
.navbar-nav  .sub-menu .current-menu-item > a:first-child
{
	color: #ca3643 !important;
}

.post-list-image {
    padding-bottom: 57%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.post-list-image-transparent {
    background-color: transparent;
}

/** ES Plugin Overrides **/
.es_caption {	padding-bottom:5px;	padding-top:5px;	padding-right:5px;}.es_msg {	color:#cd2522;font-size:12px !important;}.es_textbox {	}.es_button {	}.es_textbox_class {	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 1px solid #505b67;color: #bbbbbb;font-family: "ralewayregular";font-size: 14px;height: 40px;margin: 0 0 20px;outline: medium none;padding-left: 15px;width: 300px;}.es_textbox_button {	color: #ffffff;font-family: "ralewaybold";font-size: 14px;text-transform: uppercase;background: transparent;border: none;width: 40%;padding: 0px 0px 0px 0px;}.es_lablebox{	padding-bottom:3px;}
