
/*
Template Name: Intensely
Author: MarkUps
Author URI: http://www.markups.io/
Description: Intensely - Multipurpose Business HTML5 Template.
Version: 1.0
Tags: light, white, single page, multipurpose, multi page, custom-colors, Bootstrap, responsive, html5, css3
*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#SLIDER
#FEATURES
#ABOUT
#COUNTER 
#SERVICE
#PRICING TABLE
#TESTIMONIAL
#PRICING TABLE
#OUR TEAM
#TESTIMONIAL
#CLIENTS BRAND
#LATEST NEWS
#SUBSCRIBE US
#FOOTER
#PORTFOLIO PAGE
#BLOG PAGE
#CONTACT PAGE
#ERROR PAGE
#RESPONSIVE STYLE
*/


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

body,html{
  		
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	overflow-x: hidden !important;
	color: #2c2c2c;
}

ul{
	padding: 0;
	padding-left: 2.5rem;
	margin: 0;
	/*list-style: none;*/
}

a{ 
	text-decoration: none;
	color: #974414;  
}
h2 a{ 
	text-decoration: none;
	color: #974414!important;  
}

a:focus{
	outline: none;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Lato', sans-serif;
}

h2 {
	color: #fff;  
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	padding-bottom: 10px;  
}

img{
 border:none;
}

/* 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:99999; /* 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(assets/images/loader.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: 60px;
  border-radius: 4px;
  display: none;
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
  color: #fff;    
  -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:hover,
.scrollToTop:focus{
  background-color: #fff;
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#header{
	float: left;
	display: inline;
	width: 100%;
}

.header-top{
	background-color: #333;
	display: none;
	float: left;
	width: 100%;
	padding: 20px 0;	
}

#search{
	margin: 0 auto;
	width: 70%;
}

#search input {
  background-color: inherit;
  border: medium none;
  color: #fff;
  float: left;
  height: 100%;
  text-align: center;
  width: 95%;
}

#search button[type="submit"] {
  background: inherit;
  border: medium none;
  color: #fff;
  height: 20px;
  width: 30px;
}

#search-icon { 
  
}

.header-bottom{
	background-color: rgba(0, 0, 0, 0.11);
	border-bottom: 1px solid #e4e4e4;
	color: #949494;
	font-size: 12px;
	height: 40px;
	display: inline;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0 15px;
	transition: all 0.3s ease 0s;
}

.header-contact{
	display: inline;
	float: left;
	width: 100%;
}

.header-contact ul{}
.header-contact ul li {
  border-left: 1px solid #e4e4e4;
  display: inline-block;
  float: left;
  color: #191919;
  margin-right: 10px;
  padding: 10px 12px;
}

.header-contact ul li:last-child{
	border-right: 1px solid #e4e4e4;
}

.phone{
	font-size: 14px;
}

.phone i{
	margin-right: 5px; 
}

.mail{
	font-size: 14px;
}
.mail i{
	margin-right: 5px; 
}

.header-login{
	display: inline;
	float: left;
	text-align: right;
	width: 100%;
}

.login {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  color: #1d1d1d;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.login:hover,
.login:focus{	
	color: #fff;
	text-decoration: none;
	outline: none;
    background-color: #0f6eab;
}

/*login modal window*/

#login-form {
  background-color: rgba(0, 0, 0, 0.7);  
}

#login-form .modal-dialog {
  margin: 130px auto;
  width: 400px;
}

#login-content {
  border-radius: 0;
}

#login-content .modal-title {  
  font-size: 20px;
}
#login-content .modal-title {
    color: #0a79bb;
}
.loginbox .signin-btn {
    background-color: #0f6eab;
}

#login-content .modal-title i
{
  margin-right: 5px;
}

#login-content .form-group input
{
  height: 35px;
  border-radius: 0;
}

#login-content .form-control:focus 
{ 
  box-shadow: none;  
}

.loginbox label 
{
  float: left;
  width: 100%;
}

.loginbox label input
{
  float: left;
  margin-right: 5px;
}

.loginbox label span 
{
  font-weight: normal;
}

.loginbox .signin-btn 
{ 
  border-radius: 0;
  margin-top: 10px;
  color: #fff;
}

.footer-box 
{
  text-align: left;
  font-size: 15px;
}

.footer-box a:hover,
.footer-box a:focus
{  
  text-decoration: none;
  outline: none;
}

#signup-content 
{
  display: none;
}

#signup-content 
{
  border-radius: 0;
}

#signup-content .modal-title 
{  
  font-size: 20px;
}

#signup-content .modal-title i
{
  margin-right: 5px;
}

#signup-content .form-group input
{
  height: 35px;
  border-radius: 0;
}

#signup-content .form-control:focus 
{  
  box-shadow: none;  
}

.signupbox span 
{
  display: inline-block;
  font-size: 15px;
  margin-bottom: 10px;
}

.signupbox span a:hover
{
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* MENU */
/*--------------------*/

#menu-area
{
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
	position: relative;	
}

#menu-area #navbar 
{  
  padding-right: 0px;
}

#menu-area .navbar-default 
{
    border-color: #fff;
    margin-bottom: 0;
    padding: 0px 0px 0px 0px;
    background-color: #974414;
    border-radius: 0;
    border-bottom: 2px solid;
    border-left: 0;
    border-right: 0;
    
}

.navbar-brand 
{
  font-family: "Lato",sans-serif;
  font-size: 25px;
  font-weight: bold;
  margin-top: 14px;
  text-transform: uppercase;
}

.navbar-brand:hover,
.navbar-brand:focus
{	
	text-decoration: none;
	outline: none;
}

.navbar-brand > img 
{
  display: block;
  margin-top: -5px;
}

.main-nav li 
{
  padding: 5px 0px 0px 0px;
  position: relative;
  margin: 0px 5px 0px 5px
}

.navbar-default .navbar-nav > li > a 
{
  color: #fff;
  display: inline-block !important;
  font-family: arial;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus 
{
	border-top: 0px solid #4396ff;
	background: none;
    color: #ffbe00!important;
}

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

.navbar-nav > li > a::before 
{
  background-color:#ffbe00!important;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;  
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 0;
}

.main-nav > li > a:hover::before,
.navbar-default .navbar-nav > .active > a::before,
.navbar-default .navbar-nav > .open > a:hover::before 
{
  width: 100%;
}

.main-nav .dropdown:hover .dropdown-toggle::before
{	
	width: 100%;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus 
{
  background-color: transparent; 
}

.navbar-nav > li > .dropdown-menu li 
{
  padding: 0;
}

.navbar-nav > li > .dropdown-menu > li > a 
{
	color: #333;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	padding: 8px 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus
{
	background-color: transparent;	
    color: #0f6eab!important;
}


/*--------------------*/
/* SLIDER */
/*--------------------*/


#slider
{
	display: inline;
	float: left;
	width: 100%;
}

.main-slider 
{
  display: inline;
  float: left;
  height: 550px!important;
  margin-bottom: 0;
  width: 100%;
}
.main-slider .slick-list 
{  
  height: 100%;  
  height: 550px!important;
}

.single-slide
{
	float: left;
	display: inline;
	width: 100%;
}

.single-slide img
{
	   width: 100%;
    height: 550px!important;
}

.slide-content 
{
  background-color: rgb(0 0 0 / 33%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.main-slider .slick-prev 
{
  left: 23px;
}

.main-slider .slick-next 
{
  right: 20px;
}

.main-slider .slick-prev,
.main-slider .slick-next 
{
  background-color: rgba(0,0,0,0.5);
  top: 48%;
  height: 50px;
  width: 50px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.main-slider .slick-prev::before 
{
  content: "\f104";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-next::before 
{
  content: "\f105";
  font-family: fontAwesome;
  font-size: 30px;
}

.main-slider .slick-dots 
{
  bottom: 10px;  
}

.main-slider .slick-dots li 
{
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.main-slider .slick-dots li button::before 
{
  font-size: 25px;
  line-height: 21px;
}

.slide-article 
{
  display: inline;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  width: 100%;
}

.slide-article h1 
{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.slide-article p 
{
  color: #fff;
  margin-bottom: 50px;
}

.read-more-btn
{
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 12px 22px;
	font-weight: 700px;
	font-size: 16px;	
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.read-more-btn:hover,
.read-more-btn:focus
{
	color: #fff;
	text-decoration: none;
	outline: none;
}

.slider-img
{
	display: inline;
	float: left;
	padding: 0 30px;
	width: 100%; 
}

/*--------------------*/
/* FEATURE */
/*--------------------*/

#feature
{
	background-color: #fff;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.title-area 
{
  display: inline;
  float: left;
  padding: 0 0px;
  text-align: center;
  width: 100%;
}

.title-area .title 
{	
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
    color: #0e0e63;
}

.title-area .line 
{
  background-color: #777;
  display: inline-block;
  height: 2px;
  width: 60px;
}

.title-area p 
{
  color: #777777;
  line-height: 25px;
  margin-top: 20px;
}

.feature-content 
{
  display: inline;
  float: left;
  width: 100%;
  margin-top: 50px;
}

.single-feature
{
	display: inline;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}

.single-feature:hover .feature-icon
{
	color: #444;
}

.single-feature .feature-icon 
{
  font-size: 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.feat-title
{
	font-weight: normal;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.single-feature:hover .feat-title
{
	color: #444;
}

.single-feature p 
{
  color: #555;
  font-size: 15px;
}

/*--------------------*/
/* news */
/*--------------------*/

#news
{
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.news-content 
{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}


/*--------------------*/
/* ABOUT */
/*--------------------*/

#about
{
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.about-content 
{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.our-skill
{
	display: inline;
	float: left;
	width: 100%;
}

.our-skill h3
{	
	position: relative;
    color: #0f6eab;
}

.our-skill h3::after 
{
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 40px;
      background-color: #0f6eab;
  width: 65px;
}


.our-skill-content
{
	display: inline;
	float: left;
	width: 100%;
	margin-top: 50px;
}

.our-skill-content p
{
	margin-bottom: 32px;
}

.our-skill-content .progress 
{
  background-color: #f5f5f5;
  height: 30px; 
  border-radius: 0;
  margin-bottom: 24px;
}

.our-skill-content .progressbar-back-text,
.our-skill-content .progressbar-front-text 
{
  font-size: 14px;
  height: 100%;
  line-height: 30px;  
}

.progress-title 
{
  font-size: 15px;
  font-weight: bold;
  left: 20px;
  line-height: 29px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
}

.why-choose-us
{
	display: inline;
	float: left;
	width: 100%;
}

.why-choose-us h3
{	
	position: relative;
    color: #0f6eab;
}

.why-choose-us h3::after 
{
    background-color: #0f6eab;
}

.why-choose-us h3::after 
{
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 65px;
}

.why-choose-group
{
	margin-top: 20px;
}

.panel-group .panel 
{  
  border-radius: 0px;
}

.panel-default > .panel-heading 
{
  background-color: #fff;
  border-color: #ddd;
  border-radius: 0;
  color: #333;
  padding: 0;
}

.panel-title > a 
{
    color: #0f6eab;
    display: block;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 15px;
}

.panel-title > a:hover,
.panel-title > a:focus
{
 	text-decoration: none;
 	outline: none;
}

.panel-title > a span 
{
  float: right;
  font-size: 20px;
}

.why-choose-group .panel-body p 
{
  color: #555;
  font-size: 15px;
  line-height: 22px;
}

.why-choose-img 
{
  display: inline-block;
  float: left;
  margin-right: 14px;
  margin-bottom: 3px;
  
}

.six-sec-ease-in-out 
{
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}

/*--------------------*/
/* COUNTER */
/*--------------------*/

#counter
{
	background-attachment: fixed !important;
	background-image: url("assets/images/counter-bg.jpg");
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
	width: 100%;
}

.counter-overlay
{
	background: rgba(15, 22, 30, 0.5) none repeat scroll 0 0;
	color: #ffffff;
	display: inline;
	float: left;
	padding: 90px 0;
	width: 100%;
}

.counter-area
{
	display: inline;
	float: left;
	width: 100%;
}

.single-counter
{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}

.single-counter .counter-icon
{
	display: inline;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
}

.single-counter .counter-no 
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-counter .counter-label 
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  width: 100%;
}

.single-counter .counter-label::after 
{
  content: "";
  height: 2px;
  margin: 8px auto;
  width: 35px;
  display: block;
}


/*--------------------*/
/* SERVICE */
/*--------------------*/



#service
{
	background-attachment: fixed !important;
	background-image: url("assets/images/counter-bg.jpg");
	background-repeat: repeat;
	background-size: cover;
	color: #ffffff;
	display: inline;
	float: left;
    padding: 60px 0px;
	width: 100%;
}


.service-content
{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.single-service 
{
  display: inline;
  float: left;
  margin-bottom: 30px;
  padding-left: 70px;
  position: relative;
  width: 100%;
}

.service-icon 
{	
  font-size: 50px;
  height: 60px;
  left: 0;
  line-height: 50px;
  position: absolute;
  top: 10px;
  width: 60px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-service:hover .service-icon
{
	color: #222;
}

.service-title
{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    transition: all 0.5s ease 0s;
}

.single-service p 
{
  font-size: 14px;
  line-height: 25px;
  /*text-align: justify;*/
}


/*--------------------*/
/* PRICING TABLE */
/*--------------------*/


#pricing-table
{
	background-color: #f8f8f8;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}

.pricing-table-content
{
	display: inline;
	float: left;
	margin-top: 50px;
	width: 100%;
}

.single-table-price 
{
  background-color: #fff;
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
  border: 1px solid #ccc;
}

.price-header 
{
  background-color: #383838;
  color: #ccc;
  display: inline;
  float: left;
  width: 100%;
}

.price-title 
{  
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-top: -5px;
  min-width: 150px;
  padding: 5px 15px;
  text-transform: uppercase;
}

.price 
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 40px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
}

.price .price-up
{
	font-size: 60%;
}

.price .price-down
{
	font-size: 14px;
	text-transform: uppercase;
}

.price-article
{
	display: inline;
	float: left;
	padding: 0 20px;
	width: 100%;
}

.price-article ul li 
{
  border-bottom: 1px solid #ccc;
  color: #555;
  padding: 15px 0;
}

.price-article ul li:last-child
{
	border: none;
}

.price-footer
{
	display: inline;
	float: left;
	width: 100%;
}

.purchase-btn 
{
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: -10px;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.purchase-btn:hover,
.purchase-btn:focus
{
	text-decoration: none;
	outline: none;
	color: #fff;
}

.featured-price .price-title
{
	background-color: #383838;
}

.featured-price .purchase-btn
{
	color: #fff;
}


/*--------------------*/
/* OUR TEAM */
/*--------------------*/


#our-team 
{
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.our-team-content
{
	display: inline;
	float: left;
	margin-top: -40px;
	margin-bottom: 30px;
	width: 100%;
}

.single-team-member 
{
  border: 2px solid #d1a993;
    display: inline;
    float: left;
    margin-top: 65px;
    font-weight: bold;
    padding: 10px;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single-team-member:hover
{
	 -webkit-box-shadow: 0 8px 6px -6px #000;
	   -moz-box-shadow: 0 8px 6px -6px #000;
    box-shadow: 0 8px 6px -6px #000;
        border-color: #974414;
}

.team-member-img 
{
  background-color: #ffffff;
  margin-top: -65px;
  position: relative;
  border: 2px solid #974414;
}

.team-member-img img
{
	height: 100px;
}

.team-member-name
{
  display: inline;
  float: left;
  padding: 10px 0 0;
  width: 100%;
}

.team-member-name p 
{
  color: #222;
  font-size: 14px;
  min-height: 80px;
  margin-bottom: 0;
}

.team-member-name span 
{
  color: #5f5f5f;
    font-size: 14px;
    font-weight: normal;
}

.single-team-member > p 
{
  color: #222;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
}

.single-team-member:hover .team-member-link
{	
	color: #fff;
    background-color: #974414;
}

.single-team-member:hover .team-member-link>a
{	
	color: #fff;
}

.team-member-link 
{
  background: #fff none repeat scroll 0 0;
  color: #555;
  bottom: -20px;
  left: 0;  
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
      border: 2px solid #974414;
}

.team-member-link a 
{
  display: inline-block;
      padding: 4px;
    font-size: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team-member-link a:hover,
.team-member-link a:focus
{	
  display: inline-block;
  outline: none;
      
}

/*--------------------*/
/* TESTIMONIAL */
/*--------------------*/

#testimonial 
{
  background-attachment: fixed !important;
  background-image: url("assets/images/testimonial-1.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;
  width: 100%;
  padding: 70px 0;
}

#testimonial .title-area 
{
  padding: 0 50px;
}

#testimonial .title-area .title 
{
  font-size: 30px;
  line-height: 30px; 
}

.testimonial-slider 
{
  display: inline;
  float: left;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

.single-slider
{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
  outline: none;
}

.testimonial-img 
{
  border-radius: 50%;
  height: 100px;
  margin: 0 auto 30px;
  text-align: center;
  width: 100px;
}

.testimonial-img img
{
	width: 100%;
	border-radius: 10%;
}

.testimonial-content{}
.testimonial-content p
{
	font-size: 15px;
}

.testimonial-content h6 
{
  font-size: 15px;
  margin-top: 10px;
  display: inline-block;
}

.testimonial-content h6 span 
{
  margin-left: 3px;
  font-size: 22px;
}

.testimonial-slider .slick-dots li 
{
  border-radius: 50%;
  color: #fff;  
}

.testimonial-slider .slick-dots li button::before 
{
  display: none;
}

/*--------------------*/
/* CLIENTS BRAND */
/*--------------------*/

#clients-brand
{
  background-color: #fff;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.clients-brand-area
{
  display: inline;
  float: left;
  width: 100%;
}

.clients-brand-slide 
{
  margin-bottom: 0;
  width: 100%;
}

.clients-brand-slide .slick-slide
{
  outline: none;
}

.single-brand 
{
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  display: inline;
  float: left;
  height: 120px;
  padding-top: 47px;
  text-align: center;
  width: 100%;
}

.single-brand img 
{
  display: inline-block;
}


/*--------------------*/
/* LATEST NEWS */
/*--------------------*/


#latest-news
{
  background-color: #f8f8f8;
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.latest-news-content
{
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.blog-news-single 
{
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

.blog-news-img 
{
  display: inline;
  float: left;
  height: 270px;
  width: 100%;
}

.blog-news-img img 
{
  width: 100%;
  height: 100%;
}

.blog-news-title 
{
  display: inline;
  float: left;
  padding: 20px 15px 15px;
  width: 100%;
}

.blog-news-title h2,
.blog-news-title h2>a
{
  color: #838282;
  font-family: "Lato",sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase; 
  padding: 0; 
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-news-title h2>a:hover
{
  text-decoration: none;
  outline: none;
}

.blog-news-title p 
{
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.blog-news-title .blog-author
{
  text-transform: uppercase;
}

.blog-news-title .blog-date{}
.blog-news-details
{
  display: inline;
  float: left;
  padding: 0 15px;
  width: 100%;
}

.blog-news-details p
{
  font-size: 14px;
}

.blog-more-btn 
{
  color: #838282;
  display: inline-block;
  font-size: 14px;
  margin-top: 15px;
  text-decoration: none;
}

.blog-more-btn:hover,
.blog-more-btn:focus
{
  text-decoration: none;
  outline: none;  
}

.blog-more-btn i
{
  margin-left: 5px;
}


/*--------------------*/
/* SUBSCRIBE US */
/*--------------------*/


#subscribe
{
  background-attachment: fixed !important;
  background-image: url("assets/images/subscribe-bg.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;    
  width: 100%;
}

.subscribe-overlay
{
  background-color: rgba(0,0,0,0.6); 
  padding: 50px 0;
  float: left;
  width: 100%;
}
.subscribe-area
{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.subscribe-area h2 
{
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subscrib-form 
{
  margin: 0 auto;
  width: 600px;
  position: relative;
}

.subscrib-form input 
{
  border: medium none;
  border-radius:4px;
  color: #444;
  font-size: 18px;
  height: 50px;
  outline: medium none;
  padding: 5px 105px 5px 10px;
  width: 100%;
}

.subscribe-btn 
{ 
  border: medium none;
  border-radius: 0 4px 4px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  top: 0;
  letter-spacing: 0.5px;
  outline: medium none;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  width: 120px;
}


/*--------------------*/
/* FOOTER */
/*--------------------*/


#footer
{
  background-color: #171717;
  display: inline;
  float: left;
  padding-top: 10px;
  width: 100%;
  color: #fff;
}

.footer-left
{
  display: inline;
  float: left;
  width: 100%;
}

.footer-left p 
{
  color: #5c5c5c;
  font-size: 14px;
  margin: 0;
}
#footer p a 
{
  color: #fda349;
  font-size: 14px;
  margin: 0;
}
.footer-left p a
{
  color: #5c5c5c;
}

.footer-left p a:hover
{
  text-decoration: none;
  outline: none;
}

.footer-right
{
  display: inline;
  float: left;
  text-align: right;
  width: 100%;
} 

.footer-right a
{
  color: #5c5c5c;
  font-size: 14px;
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}


/*--------------------*/
/* PORTFOLIO PAGE */
/*--------------------*/


#single-page-header
{
  background-attachment: fixed !important;
  background-image: url("assets/images/slider-5.jpg");
  background-repeat: repeat;
  background-size: cover;
  color: #ffffff;
  display: inline;
  float: left;    
  width: 100%;
}

.overlay
{
  background-color: rgba(0,0,0,0.6); 
  padding: 90px 0;
  float: left;
  width: 100%;
}

.single-page-header-left
{
  display: inline;
  float: left;
  width: 100%;
}

.single-page-header-left h2
{
  text-transform: uppercase;
}

.single-page-header-left p 
{
  font-size: 15px;
}

.single-page-header-right
{
  display: inline;
  float: left;
  width: 100%;
}

.single-page-header-right .breadcrumb 
{
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-align: right;
}

.single-page-header-right .breadcrumb li a
{
  color: #fff;
}

#portfolio
{
  background-color: ;
  display: inline;
  float: left;
  width: 100%;
  
  padding: 20px 30px;
}
#portfolio h2
{
    color: #974414;
    text-align: center;
    font-size: 18px;
    text-transform: none;
    margin-top: 10px;
    line-height: 22px;
}
.portfolio-area
{
  display: inline;
  float: left;
  width: 100%;
  background-color: #efefef;
}

.portfolio-menu
{
  display: inline;
  float: left;
  text-align: center;
  padding: 0 20px;
  width: 100%;
}

.portfolio-menu ul li 
{
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 6px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.portfolio-menu ul li:hover,
.portfolio-menu ul li.active
{  
  color: #fff;
}

#mixit-container .mix 
{
  display: none;
}

.portfolio-container 
{
  display: inline;
  float: left;
  margin-top: 15px;
  width: 100%;
}

.single-portfolio
{
  background-color: #ccc;
  display: inline;
  float: left;
  width: 25%;  
}

.single-item>img 
{
  height: 300px;
  width: 100%;
}

.single-item
{
  display: inline;
  float: left;
  position: relative;
  width: 100%;
}

.single-item-content 
{  
  color: #fff;  
  height: 100%;
  left: 0;
  opacity: 0;
  padding-top: 100px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  
  -webkit-backface-visibility: hidden; /*for a smooth font */
}

.single-item:hover .single-item-content
{
  background-color: rgba(0,0,0,0.7);
 opacity: 1;  
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);  
} 

.single-item-content::after 
{
  content: "";
  height: 85%;
  left: 18px;
  top: 20px;
  width: 90%;
  position: absolute;
  z-index: -1;
  border: 4px solid #974414;
}

.view-icon
{
  color: #fff;
  font-size: 30px;  
}


/*--------------------*/
/* BLOG PAGE */
/*--------------------*/


#blog-archive 
{
  background-color: #f8f8f8;
  display: inline;
  float: left;
  padding: 50px 0;
  width: 100%;
}

.blog-archive-area
{
  display: inline;
  float: left;
  width: 100%;
}

.blog-archive-left
{
  display: inline;
  float: left;
  width: 100%;
}

.blog-archive-left .blog-news-single
{
  margin-bottom: 30px;
}

.blog-archive-left .blog-news-img 
{  
  height: 350px;
}

.blog-pagination 
{  
  display: inline;
  float: left;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
}

.pagination-nav
{
  display: inline-block;
  width: 100%;
  text-align: center;
}

.pagination-nav li 
{
  display: inline-block;
}

.pagination-nav li a 
{
  color: #555;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 13px;  
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pagination-nav li a:hover,
.pagination-nav li a:focus 
{ 
  color: #fff;
  text-decoration: none;
  outline: none;  
}

.blog-side-bar
{
  display: inline;
  float: left;
  width: 100%;
}

.sidebar-widget
{
  display: inline;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.sidebar-widget>p
{
  font-size: 14px;
}

.sidebar-widget ul li{}
.sidebar-widget ul>li>a
{
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}

.search-group
{
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}

.search-group .blog-search-btn 
{
  border: medium none;
  color: #fff;
  font-size: 18px;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.search-group input[type="search"] 
{
  height: 40px;
  outline: medium none;
  padding: 5px 10px 5px 55px;
  width: 100%;
}

.search-group input[type="search"]:focus
{
  outline: none;
}

.widget-title 
{
  color: #333;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}

.widget-title::after 
{
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}

.widget-catg li a 
{  
  display: inline-block;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 10px;
 -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.widget-catg li a:hover,
.widget-catg li a:focus
{
  text-decoration: none;
  outline: none;
}

.widget-catg li::before
{
  content: '\f138';
  font-family: fontAwesome;
}

.tag-cloud
{
  display: inline;
  float: left;
  width: 100%;
  text-align: left;
}

.tag-cloud a 
{
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 8px;
  margin-right: 3px;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tag-cloud a:hover,
.tag-cloud a:focus
{
  color: #fff;
  text-decoration: none;
  outline: none;
}

.widget-archive li{}
.widget-archive li a
{
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.widget-archive li a span
{
  margin-left: 5px;
  display: inline-block;
}

.widget-archive li a:hover,
.widget-archive li a:focus
{
  text-decoration: none;
}

.blog-single-details blockquote 
{
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
}

.blog-single-details blockquote p
{
  font-size: 18px;
}

.blog-single-details blockquote span 
{
  text-transform: uppercase;
  font-size: 16px;
}

.blog-single-details ul,
.blog-single-details ol 
{
  padding-left: 25px;
  margin-bottom: 20px;
}

.blog-single-details ul li
{
  list-style: circle;
  margin-bottom: 5px;
}

.blog-single-details h1,
.blog-single-details h2,
.blog-single-details h3,
.blog-single-details h4,
.blog-single-details h5,
.blog-single-details h6
{
  color: #333;
}

.blog-single-details h3
{
  margin-top: 0px;
}

.blog-single-bottom 
{
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 10px 0;
  width: 100%;
}

.blog-single-tag
{
  display: inline;
  font-size: 14px;
  float: left;
  width: 100%;  
  text-align: left;
}

.blog-single-tag a 
{
  margin-left: 5px;
  color: #333;
}

.blog-single-tag a:hover,
.blog-single-tag a:focus 
{  
  text-decoration: none;
  outline: none;
}

.blog-single-social
{
  display: inline;
  float: left;
  width: 100%;
  text-align: right;
}

.blog-single-social a 
{
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  min-width: 30px;
  padding: 5px;
  text-align: center;
}

.blog-single-social a:hover,
.blog-single-social a:focus 
{  
  text-decoration: none;
  outline: none;
}

.blog-navigation-area
{
  display: inline;
  float: left;
  width: 100%;
}

.blog-navigation-area 
{
  display: inline;
  float: left;
  margin-top: 20px;
  width: 100%;
}

.blog-navigation-prev
{
  float: left;
  text-align: left;
}

.blog-navigation-prev a 
{
  border-left: 2px solid #ccc;
  display: inline-block;
  padding-left: 15px;
}

.blog-navigation-prev a:hover,
.blog-navigation-prev a:focus
{
  text-decoration: none;
  outline: none;
}

.blog-navigation-prev a > h5 
{
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blog-navigation-prev a>span
{ 
  font-size: 14px;
}

.blog-navigation-next
{
  float: right;
  text-align: right;
}

.blog-navigation-next a 
{
  border-right: 2px solid #ccc;
  display: inline-block;
  padding-right: 15px;
}

.blog-navigation-next a:hover,
.blog-navigation-next a:focus
{
  text-decoration: none;
  outline: none;
}

.blog-navigation-next a > h5 
{
  color: #222;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.blog-navigation-next a>span
{ 
  font-size: 14px;
}

.comments-box-area 
{
  display: inline;
  float: left;
  margin-top: 30px;
  padding: 20px 0;
  width: 100%;
}

.comments-box-area h2 
{
  color: #333;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
}

.comments-box-area h2::after 
{ 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 42px;
  width: 50px;
}

.comments-box-area p 
{
  font-size: 15px;
}

.comments-form
{
  margin-top: 10px;
}

.comments-form input
{
  height: 40px;
  font-size: 16px;
  border-radius: 0;
}

.comments-form textarea 
{
  border-radius: 0;
  font-size: 16px;
  height: 85px;
  padding: 10px;
  width: 70%;
}

.comments-form .form-control:focus 
{
  box-shadow: none;    
}

.comments-form .form-group 
{
  margin-bottom: 20px;
}

.comment-btn 
{
  padding: 10px 15px;
    outline: none;
    border: 1px solid #ccc;
    background-color: #0f6eab;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.comment-btn:hover
{  
  color: #fff;
}

/*--------------------*/
/* CONTACT PAGE */
/*--------------------*/

#contact
{
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.cotact-area
{
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}

.contact-area-left
{
  display: inline;
  float: left;
  width: 100%;
}

.contact-area-left h4
{
  color: #333;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
}

.contact-area-left h4::after 
{ 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}

.contact-area-left p
{
  font-size: 15px;
}

.contact-area-left .single-address 
{
  font-size: 15px;
  padding-right: 62px;
}

.contact-area-right
{
  display: inline;
  float: left;
  width: 100%;
}

.contact-form textarea
{
  width: 100%;
}

.contact-social
{
  text-align: left;
  margin-top: 10px;
}

#google-map
{
  display: inline;
  float: left;
  width: 100%;
}

#google-map iframe 
{
  margin-bottom: -5px;
}


/*--------------------*/
/* ERROR PAGE */
/*--------------------*/


#error
{
  display: inline;
  float: left;
  padding: 70px 0;
  width: 100%;
}

.errror-page-area
{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.error-title 
{
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 75px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 40px 50px;
}

.error-content
{
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

.error-content span 
{
  font-size: 35px;
  font-weight: 300;
}

.error-content p 
{
  font-size: 18px;
  margin-top: 10px;
}

.error-content .error-home 
{  
  color: #fff;
  display: inline-block;
  margin-top: 60px;
  padding: 10px 15px;
}



/*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/


@media(max-width:1199px )
{
	#search-icon 
	{ 
	  right: 4%;  
	}
  .slide-article 
  {  
    padding-left: 30px;
    padding-right: 0;
    padding-top: 90px;  
  }
  .slide-article h1 
  {
    font-size: 40px;  
  }
  .blog-news-title h2,
  .blog-news-title h2 > a 
  {  
    font-size: 18px;    
  }
  .main-slider 
  {  
    height: auto;    
  }  
}


@media(max-width:991px )
{
	#menu-area #navbar 
	{
    padding-right: 55px;
  }
  .navbar-default .navbar-nav > li > a 
  {  
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px; 
  }
  #search 
  {
    margin: 0 auto;
    width: 90%;
  }
  #search-icon 
  {
    right: 3%;
  }
  .slide-article 
  {
    padding-left: 60px;
    padding-right: 0;
    padding-top: 15px;
  }
  .slide-article h1 
  {
    font-size: 30px;
    line-height: 35px;
  }
  .slide-article p 
  {
    color: #fff;
    margin-bottom: 40px;
  }
  .why-choose-us 
  {
    margin-top: 20px;
  }
  .single-counter 
  {
    margin-bottom: 30px;
  }
  .single-table-price 
  {
    margin-bottom: 40px;
  }
  .single-team-member 
  {
    margin-bottom: 50px;
  }
  .slick-prev 
  {
    left: -10px;
  }
  .slick-next 
  {
    right: -10px;
  }
  .blog-news-single 
  {
    margin-bottom: 30px;    
  }
  .title-area 
  {
    padding: 0 100px;
  }
  .single-portfolio 
  {
    width: 33.33%;
  }
  .single-item-content::after 
  {  
    width: 87%;
  }
  .blog-side-bar 
  {
    margin-top: 50px;
  }
  .contact-area-right 
  {
    margin-top: 40px;
  }
}


@media(max-width:767px )
{
  .header-bottom 
  {    
    padding: 0;   
  }
	.header-contact ul li:last-child 
	{
    display: none;
  }
  .navbar-brand 
  { 
    margin-top: 0;  
  }
  #search-icon 
  {
    right: 11%;
    top: 5px;
  }
  .main-nav li 
  {
    padding: 0;
  }  
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus 
  {
    background-color: #fff;
  }  
  #search 
  {
    width: 100%;
  }
  #menu-area #navbar 
  {
    padding-right: 15px;
  }
  .slider-img 
  {
    display: none;
  }
  .slide-article 
  {
    padding-top: 10px;
  }
  .title-area 
  {
    padding: 0 30px;
  }
  .single-feature 
  {
    text-align: center;
    padding: 0 15px;
  }
  .single-page-header-left 
  {
    text-align: center;
  }
  .single-page-header-right .breadcrumb 
  {
    text-align: center;
    margin-top: 20px;
  }
  .footer-left 
  {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-right 
  {
    text-align: center;
  }
  .portfolio-menu 
  {
    padding: 0;
  }
  .portfolio-menu ul li 
  {
    margin: 0 3px 10px;
    padding: 6px 10px;
  }
  .blog-single-tag 
  {
    text-align: center;
  }
  .blog-single-social 
  {
    text-align: center;
    margin-top: 20px;
  }

}

@media(max-width:480px )
{
	#search input 
	{  
    width: 85%;
  }
  #search-icon 
  {
    right: 15%;
    top: 5px;
  }
  .slide-article h1 
  {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .slide-article p 
  {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .read-more-btn 
  {
    font-size: 14px;
    padding: 8px 14px;
  }
  .main-slider .slick-prev, .main-slider .slick-next 
  {
    height: 40px;
    top: 46%;
    width: 40px;
  }
  .title-area .title 
  {
    font-size: 25px;
    line-height: 26px;
    padding-bottom: 0px;
  }
  .title-area 
  {
    padding: 0;
  }
  .title-area p 
  {    
    line-height: 23px;   
    font-size: 15px;
  }
  .single-feature p 
  {
    font-size: 14px;
  }
  .our-skill-content p 
  {
    font-size: 14px;
  }
  .why-choose-group .panel-body p 
  {
    font-size: 14px;
  }
  .subscrib-form 
  {
    width: 100%;
  }
  .footer-left 
  {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-right 
  {
    text-align: center;
  }
  #login-form .modal-dialog 
  {  
    width: 350px;
  }
  .overlay 
  {
    padding: 50px 0;
  }
  .single-portfolio 
  {
    width: 50%;
  }
  .single-item-content::after 
  {
    width: 85%;
  }
  .portfolio-menu ul li 
  {
    padding: 4px 5px;
    font-size: 12px;
  }
  .blog-archive-left .blog-news-img 
  {
    height: 320px;
  }
  .blog-navigation-prev 
  {
    margin-bottom: 10px;
  }

}


@media(max-width:360px )
{
  .login 
  {    
      padding: 10px;    
  }  
  .single-slide 
  {
    height: 200px;    
  }
  .single-slide img 
  {
    height: 100%;   
  }
  #menu-area .navbar-toggle 
  {
    padding: 8px 6px;    
  }
	.phone 
	{
    font-size: 12px;
  }
  .header-contact ul li 
  {
    margin-right: 0;
    padding: 10px 8px;
  }
  #search-icon 
  {
    right: 20%;
    top: 5px;
  }
  .slide-article 
  {
    padding-top: 0;
    padding-left: 0;
  }
  .slide-article p 
  {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .slide-article h1 
  {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .read-more-btn 
  {
    font-size: 12px;
    padding: 5px 8px;
  }
  #testimonial .title-area 
  {
    padding: 0;
  }
  .subscribe-area h2 
  {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  .subscrib-form input 
  {
    font-size: 15px;
    height: 40px;    
  }
  .subscribe-btn 
  {
    font-size: 15px;    
    height: 40px;
    width: 95px;
  }
  #login-form .modal-dialog 
  {  
    width: 320px;
  }
  #search input 
  {
    font-size: 14px;
  }
  .overlay 
  {
    padding: 20px 0;
  }
   .single-portfolio 
   {
    width: 100%;
  }
  .single-item-content::after 
  {
    left: 15px;
    width: 92%;
  }
  .portfolio-menu ul li 
  {
    padding: 4px 5px;
    font-size: 12px;
  }
  .blog-archive-left .blog-news-img 
  {
    height: 250px;
  }
  .comments-form textarea 
  {
    width: 100%;
  }
  .header-contact 
  {   
    margin-left: -10px;    
  }
  .header-contact ul li 
  {
   border: none;
  }
  .phone 
  {
    font-size: 12px;
    width: 135%;
  }
  
} 


@media(max-width:320px )
{
	#login-form .modal-dialog 
	{  
	width: 300px;
	}
	.footer-box 
	{
	font-size: 14px;
	}
	.header-contact ul li 
	{  
	padding: 10px 0 10px 3px;
	}
	.subscribe-area h2 
	{
	font-size: 22px;
	}
	.footer-left p 
	{
	font-size: 12px;
	}
	.footer-right a 
	{
	font-size: 16px;
	}
	.single-item-content::after 
	{   
	width: 91%;
	}
	.blog-archive-left .blog-news-img 
	{
	height: 220px;
	}
}




.panel-body ul
{
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px; 
   width: 100%;
}





.panel-body ul li
{
    list-style: disc;
     width: 100%;
    margin: 0px 0px 10px 20px;
   padding: 0px 0px 0px 0px;
   
}


.panel-body ul li a
{
    
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
   
}

.newslinktext 
{
    width: 100%;
    height: 100%;
    float:left;
    margin: 30px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}

.newslinktext ul 
{
    width: 90%;
    height: 100%;
    margin: 0px 0px 0px 5%;
    padding: 0px 0px 0px 0px;
}

.newslinktext ul li 
{
    width: 100%;
    height: 100%;
    
    margin: 0px 0px 5px 0px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #c7c7c7;
    list-style-image: url(assets/images/linksicon.png);

}


.newslinktext ul li a 
{
    width: 100%;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    font-family: arial;
}


.minister_panelmain
{
    padding: 20px 20px 5px 20px;
    background-color: #efefef;
    /* min-height: 480px; */
    text-align: center;
    
}

.minister_panelmain img
{
    text-align: center;
    border: 2px solid #a7a7a7;
    padding: 5px;
    border-radius: 5px;

    
}

.minister_panelmain h2
{
    font-weight: bold;
    text-align: center;
    color: #ef1e23;
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0px 0px 0px;
}


.single-service img  
{
    position: absolute;
    left: 0;
    top: 10px;
    width: 60px;
    height: 60px;
}




.scrollToTop 
{
    background-color: #974414;
}


.subscribe-btn 
{
    background-color: #0f6eab;
}


.testimonial-content h6 span 
{
    color: #ffffff;
    font-weight: bold;
}

.testimonial-slider .slick-dots li 
{
    border: 1px solid #59beff;
    background-color: #0f6eab;
}

.testimonial-slider .slick-dots li:hover 
{
    border: 1px solid #59beff;
    background-color: #fff;
}




.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus 
{
    color: #ffffff;
}




.navbar-nav > li > .dropdown-menu {
    border-top: 2px solid #fd9d65;
}




.header_mainepanel
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    background-color: #fff;
    background-image: url('assets/images/orange_top.png');
    background-size: cover;
}



.textheadingmain
{
    font-size: 40px;
    line-height: 30px;
    padding-left: 8px;
    margin-top: 20px;
    font-weight: bold;
    padding-top: 8px;
    color: #b94d0e;
    font-family: Agency FB;

}


.textheadingmain span
{
    font-family: arial;
    font-size: 20px;
    color: #464646;
    line-height: 35px;
    margin-top: 20px;
    font-weight: normal;
}


.emblemb
{
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    
}



.minister_massagepanel1
{
    padding: 10px 0px 10px 0px;
    background-color: #ef6332;
    min-height: 120px;

}

.minister_massagepanel2
{
    padding: 10px 0px 10px 0px;
    background-color: #2386c5;
    min-height: 120px;

}

.minister_massagepanel3
{
    padding: 10px 0px 10px 0px;
    background-color: #36af45;
    min-height: 120px;

}

.minister_image img
{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    right: 10px;
    border: 2px solid #fff;
    position: absolute;
}
 
.minister_headingmain
{
    float: left;
    color: #fff;
    font-size: 18px;
    margin: 10px 0px 0px 15px;
    width: 60%;
    border: 0px solid yellow;

    
}
 
 
 .minister_matterparagraph
 {
    font-size: 16px;
    color: #ffecd8;
    margin: 10px 0px 0px 14px;
    float: left;
    text-align: left;
    width: 61%;
    border: 0px solid red;
    clear: both

 }
 
.minister_topmainpanel
{
    background-color: #e6e6e6;
    padding: 26px 20px;
}


/*----------------------------------------*/
/*  Service Section CSS
/*----------------------------------------*/
.service-box 
{
	margin-bottom: 30px;
}


.service-box h3, .h3 
{
    font-size: 24px;
    color: black;
}


.service-box .sb-icon 
{
	margin-bottom: 30px;
	width: 100px;
	height: 125px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.service-box .sb-icon .sb-img-icon 
{
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.service-box .sb-icon .sb-img-icon img 
{
	opacity: 0.7;
	max-height: 70px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.service-box .sb-icon::after 
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 25px;
	top: -80px;
	-webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
    transform: rotate(-65deg);
}

.service-box .readmore 
{
	font-size: 12px;
	font-weight: 700;
	color: #222222;
	display: inline-block;
	padding: 2px 0;
	background-color: transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.service-box:hover .sb-icon 
{
	background-color: #3dacf3;
}

.service-box:hover .sb-icon .sb-img-icon 
{
	left: 15px;
	margin-bottom: 5px;
}

.service-box:hover .sb-icon .sb-img-icon img 
{
	opacity: 1;
}

.service-box:hover .readmore 
{
	background-color: #3dacf3;
	padding: 2px 10px;
}


.spad {
    padding: 40px 0;
}


.contact-form-area textarea.form-control 
{
    height: 80px;
}


.contact-form-area .form-control 
{
    position: relative;
    z-index: 2;
    height: 45px;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 15px 20px;
    font-weight: 400;
    color: #b7b7b7;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}


.alazea-btn 
{
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 150px;
    height: 46px;
    color: #ffffff;
    background-color: #70c745;
    border: 2px solid #70c745;
    border-radius: 2px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn:not(:disabled):not(.disabled) 
{
    cursor: pointer;
}


.welcomeaboutpanel
{
    padding: 35px 0px!important;
    background-color: #fff;
    text-align: justify;
    background-image: url('assets/images/greenbottom.png');
    background-size: cover;
}


.welcomeaboutpanel .title-area .title

{
    text-transform: none;
    font-size: 24px;

}


.round::before {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    bottom: -8px;
    content: "";
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    width: 15px;
}
.round {
    border: 1px solid #ccc;
    border-radius: 148px;
    display: block;
    height: 100px;
    margin: 0 auto 27px;
    position: relative;
    width: 100px;
    padding: 30px;
}


.round a.inner {
    background-color: #f0f0f0;
    border-radius: 136px;
    color: #666;
    display: block;
    float: none;
    height: 88px;
    margin: 6px auto 0;
    position: relative;
    text-decoration: none;
    width: 88px;
    margin-top: -25px;
    margin-left: -25px;
}

.round a.inner .fa 
{
    display: block;
    font-size: 50px;
    line-height: 80px;
    text-align: center;
}

.round a:hover
{
	background-color: #efcdba; 
	color: #FFF
}

.add-tionn
{
	margin-top: 30px; 
	text-align: center;
}

.widget-box-inner h2 {
    color: #333;
    font: 300 22px/24px "Roboto Slab",serif;
    margin: 0 0 0px;
    text-align: center;
}
.widget-box-inner p
{
	font-size: 14px; 
	margin-bottom: 30px;
}



















/*Tob Bar*/


/*Common wrapper*/
  .common-wrapper {
  background:#35353f;
    margin-bottom: 1px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    box-shadow: 0px 8px 5px #bcbcbc;
    
    
}


.common
{
    
    padding: 0px 0px 0px 0px;
}




.tobbar_main
{
    background-color: #ed854638;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 0;
}
.common-container {
  height:30px;
}
.container.common-container {
  max-width: 1300px!important;
  padding: 0 15px;
  width: 100%;

}
.common-left {
  float:left;
  position:relative;
}
.common-left.common-left-ind li a{line-height:22px;}
.common-left.common-left-ind li:first-child{width:115px;}


.common-right {
  float:right;
  position:relative;
}

.common-left ul li {
  float:left;
  line-height:132%;
  font-size:72%;
  font-weight:600;
  text-transform:uppercase;
  height:30px;
  padding-top:6px;
}
.common-left ul li.gov-india {
  text-align:right;
}
.common-left ul li span {
  display:block;
  font-size:120%;
}
.common-left ul li.ministry {
  padding-left:10px;
  margin-left:10px;
  border-left:1px solid #eeeeee;
}
.common-right ul li {
  float:left;
  position:relative;
  height:30px;
  border-left:1px solid #eeeeee;
    list-style: none;
}
.common-right ul li a {
  display:block;
  width:38px;
  height:30px;
  font-size:90%;
  background-repeat:no-repeat;
  background-position: center !important;
}

.common-right ul li a:hover
{
    background-color: #f9c729;
}

.common-right ul li.hover a {
  background-color:#434343;
}
.common-right ul li.ico-skip > a {
  background-image:url(assets/images/ico-skip.png);
}
.common-right ul li.ico-skip.hover > a {
  background-image:url(assets/images/ico-skip-h.png);
}
.common-right ul li.ico-accessibility > a {
  background-image:url(assets/images/ico-accessibility.png);
}
.common-right ul li.ico-accessibility.hover > a {
  background-image:url(assets/images/ico-accessibility-h.png);
}
.common-right ul li.ico-social > a {
  background-image:url(assets/images/ico-social.png);
}
.common-right ul li.ico-social.hover > a {
  background-image:url(assets/images/ico-social-h.png);
}
.common-right ul li.ico-login > a {
  background-image:url(assets/images/ico-login.png);
}
.common-right ul li.ico-login.hover > a {
  background-image:url(assets/images/ico-login.png);
}
.common-right ul li.ico-site-search > a {
  background-image:url(assets/images/ico-site-search.png);
}
.common-right ul li.ico-site-search.hover > a {
  background-image:url(assets/images/ico-site-search-h.png);
}
.common-right ul li.ico-sitemap > a {
  background-image:url(assets/images/ico-sitemap.png);
}
.common-right ul li.ico-sitemap.hover > a {
  background-image:url(assets/images/ico-sitemap-h.png);
}






.bg-logo{font-size: 1px; overflow: hidden;
  text-indent: -500px;}

.common-right ul li.hindi a {
  font-size:95%;
  font-weight:600;
  background:none;
  line-height:27px;
  padding:0px 7px;
  width:auto;
}

.common-right ul li.hindi a:hover
{
    background-color: #f9c729!important;
}

.common-right ul li.hindi:hover a{color:#fff; background-color:#434343;}

.search-drop input[type='text'] {
  border:0px solid #eeeeee;
  height:30px;
  padding:0px 40px 0px 8px;
  width:200px;
}
.search-drop {
  position:relative;
}
.search-drop a {
  visibility:hidden;
  position:absolute;
  top:0px;
  left:0px;
}
.skip-main a {
  width:auto !important;
  line-height:normal;
  display:inline-block;
  padding-top:3px;
}
.common-right ul li a {
  opacity:1;
    padding-top: 3px;
    text-align: center;
}
.common-right ul li.hover a {
  opacity:1;
}
.common-right ul li ul {
  position:absolute;
  /* top:36px; */
  right:0px;
  z-index:9999;
  box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
  background:#fff;
  padding:0px 0px;
  visibility:hidden;
  background:#333;
}
.common-right ul li ul.search-drop {
  visibility:visible;
  display:none;
}
.common-right ul li ul li {
  float:none;
  position:relative;
  height:auto;
  padding:0px 0px;
  border-left:0px solid #eeeeee;
}
/*.common-right ul li.hover ul{visibility:visible;}*/

.common-right li:hover>ul, .common-right li.hover>ul, .common-right a:focus+ul, .common-right .hover a:focus {
  visibility:visible;
}
.common-right ul li.ico-accessibility ul {
  height:auto;
}
.common-right ul li.ico-social ul {
  height:auto;
  padding:3px 0px;
}
.common-right ul li.ico-accessibility ul li {
  border-top:1px solid #434343;
}
.common-right ul li.ico-accessibility ul li a {
  background:none;
  color: #fff;
  display: inline-block;
  height: auto;
  line-height: 22px;
  margin-top: 0px;
  width: 38px;
  text-align:center;
  padding:3px 0px;
}
.common-right ul li.ico-accessibility ul li:first-child a {
  margin-top:0px;
}
.common-right ul li.ico-social ul li {
  width:38px;
  text-align:center;
  padding:3px 0px;
}
.common-right ul li.ico-social ul li a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 22px;
  margin-top: 0px;
  width: 22px;
}
.common-right ul li.ico-social ul li:first-child a {
  margin-top:0px;
}
.common-right ul li.ico-site-search input[type="text"] {
  background: #fff url("assets/images/goi-search-bg.png") no-repeat scroll 150px 12px !important;
  /*border: 2px solid #aa2323;*/
  border:2px solid #434343;
  font-weight: 600;
  height: 30px;
  line-height: 27px;
  padding: 0 40px 0 8px;
  width: 270px;
}
.common-right ul li.ico-site-search input[type="text"]:focus {
  background:#fff !important;
}
.common-right ul li.ico-site-search ul {
  padding:0px;
  height:30px;
}
.bttn-search {
  width:38px;
  height:30px;
  cursor:pointer;
  border:0px;
  background-color:#AA2323;
  line-height:27px;
  text-align:center;
  overflow:hidden;
  text-indent:-200px;
  font-size:1px;
  background-image:url(assets/images/ico-search.png);
  background-repeat:no-repeat;
  background-position: center;
  position:absolute;
  top:0px;
  right:0px;
  opacity:1;
}
.bttn-search:hover {
  opacity:0.8;
}
.sw-logo {
  display:inline-block;
}
a:focus {
  outline:1px dotted #333;
}
.common-left ul li.gov-india a:hover {
  color:#686868 !important;
}
.common-left ul li.gov-india a:focus {
  color:#686868 !important;
}
.common-left a, .common-left li {
  color:#000;
}
.common-left a {
  display:inline-block;
}
.common-left a:focus {
  color:#000 !important;
}

    
    .skipto a
    {   
    float: left;
    color: #974414;
    line-height: 30px;
    font-size: 14px!important;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    text-decoration: none;
    }
    
    
    .skipto a:hover
    {
    background-color: #f9c729;
    }

/*Tob Bar*/












/* 
---------------------------------------------
Features Style
--------------------------------------------- 
*/

#features {
  padding-top: 40px;
  clear: both;
  margin-bottom: 5px;
}

.features .features-content {
  z-index: 2;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}


.features-content img
{
    text-align: center;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #fff;
}


.features-item {
  text-align: center;
  padding: 30px;
  border-radius: 50px;
  background: rgb(255,255,255);
  background: linear-gradient(105deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  -moz-transition: background-color .5s;
}

.features-item:hover {
  background: rgb(51,204,197);
  background: linear-gradient(105deg, rgb(171 85 35) 0%, rgb(253 94 2) 100%);
}

.features-item:hover h4 a {
  color: #fff;
}

.features-item:hover p {
  color: #fff;
}

.features-item:hover .line-dec {
  background-color: rgba(255,255,255,0.3);
}

.first-feature:hover .icon {
  background-image: url(assets/images/features-icon-white-01.png);
}

.second-feature:hover .icon {
  background-image: url(assets/images/features-icon-white-02.png);
}

.features-item .number h6 {
  background-repeat: no-repeat;
  width: 110px;
  height: 69px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 69px;
  margin-top: -65px;
  margin-bottom: 30px;
}


.features-item .number h6 img
{
    height: 45px;
    width: 45px;
    border: none;
}

.features-item .first-number h6 {
  background-image: url(assets/images/features-number-01.png);
}

.features-item .second-number h6 {
  background-image: url(assets/images/features-number-02.png);
}

.features-item .third-number h6 {
  background-image: url(assets/images/features-number-03.png);
}

.features-item .fourth-number h6 {
  background-image: url(assets/images/features-number-04.png);
}

.first-feature .icon {
  background-image: url(assets/images/features-icon-black-01.png);
}

.second-feature .icon {
  background-image: url(assets/images/features-icon-black-02.png);
}

.features-item .icon {
  width: 63px;
  height: 63px;
  margin: 0 auto;
  transition: all 0.5s;
}

.features-item h4 {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #2a2a2a;
  position: relative;
  transition: all 0.5s;
}



.features-item .line-dec {
  width: 100px;
  height: 2px;
  background-color: rgb(201 72 28 / 30%);
  margin: 18px auto;
  transition: all 0.5s;
}

.features-item p {
  position: relative;
  margin-top: 0px;
  transition: all 0.5s;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 0px 0px 50px 0px;
}

.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fd6a54;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  text-align: center;
  color: #2a2a2a;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 32px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 12px;
  line-height: 5px!important;
  
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}






















/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 120px;
  margin-top: 0px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -55px;
  opacity: 1;
  visibility: visible;
  display: none;
}

.our-portfolio .item:hover .showed-content {
  /*top: 75px;*/
  top: 0px;
}

.our-portfolio .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgb(151 68 20) 0%, rgb(231 102 27) 100%);
  padding: 15px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}
.our-portfolio a
{
    color: #fff;
}
.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgb(131 54 10) 0%, rgb(253 92 0) 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
      top: 0px;
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    transition: all 0.5s;
}

.our-portfolio .showed-content img {
  
  height: 60px;
}























/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    margin-top: 0px;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #fdbe33;
}

.faqs #accordion-1 {
    padding-right: 15px;
}

.faqs #accordion-2 {
    padding-left: 15px;
}

@media(max-width: 767.98px) {
    .faqs .row::after {
    display: none;
    }
    
    .faqs #accordion-1,
    .faqs #accordion-2 {
    padding: 0;
    }
    
    .faqs #accordion-2 {
    padding-top: 15px;
    }
}

.faqs .card {
    margin-bottom: 35px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #121518;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #fdbe33;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "+";
    float: right;
    color: #fdbe33;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "-";
    float: right;
    color: #030f27;
    font-size: 16px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 16px;
    background: #ffffff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}
















.heading {
    display: block;
    margin: 1.25rem 0;
    transition: all ease .3s;
    position: relative;
}


.heading h2 {
    font-size: 24px;
    color: #232323;
    
    font-weight: 600;
    letter-spacing: .4px;
    padding-bottom: 10px;
    position: relative;
    white-space: nowrap;
    display: block;
    width: fit-content;
    margin: 0 ;
}



.heading h2::before {
    position: absolute;
    content: "";
    right: -40px;
    bottom: 22px;
    height: .5rem;
    width: 20%;
    background: #974414;
    clear: both;
}












.icon-bar {
	display:none;
  position: fixed;
  z-index: 5;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 18px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}













.styleish_icontop
{
    position: absolute;
    right: 20px;
    float: right;
    border: 0px solid red;
   
    z-index: 999;
    text-align: right;
}






.glow-on-hover {
   padding: 10px 20px;
   margin-bottom: 15px;
    border: 1px solid #662600;
    font-size: 15px;
    outline: none;
    color: #fff;
    background: #813205de;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 0px 0px 20px 35px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 0px 0px 20px 35px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}





















.btn23-primary {
    color: #fff!important;
    background-color: #974414!important;
    border-color: #622705!important;
}

.btn23:hover::after {
    top: -6px;
    opacity: 1;
}
.btn23 {
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    color: #777;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 0px 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    border-top-right-radius: 1.5625rem;
    border-bottom-left-radius: 1.5625rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
    width: 32%;
    background: #D38312;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #A83279, #D38312);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #974414, #D38312); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    
}
.btn23 img
{
    margin: 0px 10px 0px 0px;
}
.btn23::after {
    content: "";
    width: calc(100% + 2px);
    height: 100%;
    background-color: rgb(114 55 21 / 76%);
    border-top-right-radius: 1.5625rem;
    border-bottom-left-radius: 1.5625rem;
    position: absolute;
    top: 0;
    left: -1px;
    border: 1px solid transparent;
    z-index: -1;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.navbar-toggler:focus
{
    box-shadow: none;
}



.Draft_Heritage
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.Draft_Heritage a
{
        padding: 10px 15px;
    width: 100%!important;
    color: #121518;
    font-size: 16px;
    float: left;
    line-height: 36px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
    background: #ffffff;
    margin-bottom: 10px;

}

.Draft_Heritage a:hover
{
background-color: #ab5421;
color: #fff;

}




@media screen and (max-width: 760px) and (min-width: 360px) {

.textheadingmain 
{
    font-size: 20px;
    width: 70%;
    line-height: 20px;
    padding-left: 20px;
    margin-top: 4px;
}

.textheadingmain span
{
    font-size: 12px;
}


.emblemb
{
    width: 8%;
}
.emblemb2
{
  display: none;
}

.emblemb img
{
    height: 50px;
    }
    
    
.main-slider
{
    height: 170px!important;
}    
 

.single-slide img {
    width: 100%;
    height: 170px!important;
}


.team-member-name p
{
    min-height: 40px;
}


.icon-bar
{
    display: none;
}

.Draft_Heritage a
{
    width: 93%!important;
    margin-left: 12px;
}

.our-portfolio .showed-content
{
  margin-bottom: 15px!important;
}

#portfolio h2
{
  font-size: 16px!important;
}

.acme-news-ticker
{
  margin: 5px 0px 12px 0px!important;

}


}

.acme-news-ticker
{
  margin: 5px 0px 12px 0px!important;
  height: 30px!important;
}

.acme-news-ticker-box
{
  line-height: 35px!important;
  padding: 0px!important;
}


ul.sidebar-links {
    background: #fdead3!important;
    padding: 0px 0px 0px 0px;
    margin: 0;
    margin-bottom: 30px;
    color: #000;
}

ul.sidebar-links li {
    list-style-type: none;
    cursor: pointer;
    width: 100%;
    border-bottom: 5px;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    transition: all 0.4s ease-in-out 0s;
}

ul.sidebar-links li a {
    box-shadow: inset 0 0 0 0 #c19514;
    color: #000;
    padding: 5px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px!important;
    text-decoration: none;
}

ul.sidebar-links li a:hover
{
    color: #974414!important;
    width: 100%;
	
}

ul.sidebar-links li:hover 
{
    color: #974414!important;
  box-shadow: inset 430px 0 0 0 #f9c8a5;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    /*background-color: #f5f5f5;*/
    margin: 0;
    display: block;
	border-bottom: 1px solid #000;
}

.breadcrumb img, svg
{
    height: 15px;
    width: 15px;
}

ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #000;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.textheadingmain h1 {
    font-size: 40px;
    line-height: 30px;
    /*padding-left: 8px;*/
    margin-top: 20px;
    padding-top: 8px;
	font-weight: bold;
    color: #b94d0e;
    font-family: Agency FB;
}

.textheadingmain h2 {
    font-family: arial;
    font-size: 20px;
    color: #464646;
    line-height: 35px;
    /*margin-top: 20px;*/
    font-weight: normal;
}

.pull-right {
    text-align: right;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}

.tablecont {
    font-size: 12px;
    color: #000;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

table th {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding: 10px 0 10px 9px;
}

table tr td {
    padding: 5px 0px 0px 5px;
    /* border: 1px solid #CCC; */
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    color: #000;
    font-size: 1.1em;
    vertical-align: top;
}

tr:hover 
{
	background-color:#eff2f7;
}





.sidebar-links-full
{
    width: 100%;
    border: 0px solid red;
    float: left;
    padding: 10px 20px;
    margin: 0px 0px;
}

.sidebar-li-small
{
	width: 48%;
    float: left;
    cursor: pointer;
    line-height: 30px;
    border-style: outset;
    border-bottom: 1px solid #a63f1f;
    padding: 5px 10px!important;
    list-style-position: inside;
    background-color: #f7f7f7;
    margin: 7px 10px!important;
	list-style-type: decimal;
}

.sidebar-li-small:hover
{
	background-color:#dcdcdc;
}

.visitor_counter {
    border: 2px solid #7e7e7e;
    line-height: 20px;
    padding: 5px 12px;
    background-color: #ededed;
    color: #000;
    text-align: center;
	height: 35px;
    margin-top: 10px;
}






.tickerpanle_maine {
    margin: 0px 0px 0px 0px!important;
    padding: 0px 0px 0px 0px!important;
    background-color: #1f1f1f;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.tickerpanle_maine_heading {
    text-align: center;
    background-color: #974414 ;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}


.tickerpanle_maine_view {
    text-align: center;
    background-color: #974414 ;
    line-height: 40px;
    color: #fff;
}

.tickerpanle_maine_view a:hover {
   
    color: yellow;
}