@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,700,900);
@import "http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic";
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #616161;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    overflow-x: hidden;
    /*font-family: "PT Sans",sans-serif;*/
    font-family: "Poppins", sans-serif;
    position: relative;
    background-color: #fff;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

::selection {
    background: #fefac7;
    /* Safari */
    color: #555555;
}

::-moz-selection {
    background: #fefac7;
    /* Firefox */
    color: #555555;
}
a {
    color: #333;
    cursor: pointer;
}
a:hover,
a:focus,
a:active{
    color: #fb5011;
    text-decoration: none;
    transition: all 0.35s ease 0s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0.7em;
    text-transform: capitalize;
    margin-top: 0px;
    color: #333;
}
.dark-section h1,.dark-section h2, .dark-section h3, .dark-section h4,.dark-section h5,.dark-section h6{color: #fff;}
h1 {
    font-size: 29px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 23px;
}
h4 {
    font-size: 19px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 14px;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
p {
    line-height: 22px;
    margin-bottom: 10px;
}
hr {
    border-color: #e0eded;
    margin: 22px 0 22px 0;
}
/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}

.divide2 {
    width: 100%;
    height: 2px;
}

.divide3 {
    width: 100%;
    height: 3px;
}

.divide5 {
    width: 100%;
    height: 5px;
}

.divide10 {
    width: 100%;
    height: 10px;
}

.divide15 {
    width: 100%;
    height: 15px;
}

.divide20 {
    width: 100%;
    height: 20px;
}

.divide25 {
    width: 100%;
    height: 25px;
}

.divide30 {
    width: 100%;
    height: 30px;
}

.divide35 {
    width: 100%;
    height: 35px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide45 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide55 {
    width: 100%;
    height: 55px;
}

.divide60 {
    width: 100%;
    height: 60px;
}

.divide65 {
    width: 100%;
    height: 65px;
}

.divide70 {
    width: 100%;
    height: 70px;
}

.divide75 {
    width: 100%;
    height: 75px;
}

.divide80 {
    width: 100%;
    height: 80px;
}

.divide85 {
    width: 100%;
    height: 85px;
}

/*margins*/
.margin0 {
    margin: 0px !important;
}
.marginbtm10{
    margin-bottom: 10px;
}
.marginbtm20{
    margin-bottom: 20px;
}
.marginbtm30{
    margin-bottom: 30px;
}
.marginbtm40{
    margin-bottom: 40px;
}
.marginbtm50{
    margin-bottom: 50px;
}
.marginbtm60{
    margin-bottom: 60px;
}
.padding30 {
    padding: 30px 0;
}
.no-padding {
    padding: 0px;
}
body .no-top-padding {
    padding-top: 0px;
}
body .no-bottom-padding {
    padding-bottom:  0px;
}
.colored-text{color: #fb5011;}

/******************TOP BAR**************/
#top-bar {
    background-color: #fb5011;
    min-height:40px;
    line-height:40px;
    color: #fff;
}
#top-bar a{
    color: #fff;
    font-size: 14px
}
#top-bar .nav > li > a{
    padding: 10px 8px;
    border-left:1px solid rgba(255, 255, 255, 0.2);
}
#top-bar .nav > li > a:first-child{
    border-right: none;
}
#top-bar .nav > li > a:hover,
#top-bar .nav > li > a:focus,
#top-bar .nav .open > a,
#top-bar .nav .open > a:hover,
#top-bar .nav .open > a:focus{
    background-color: #fb5011;
    color: #fff;
}
#top-bar .nav > li > .dropdown-menu{
    z-index: 9999;
    border-top: none;
}
#top-bar .nav > li > .dropdown-menu a{
    color: #333;
}
/************MENU**********/
.navbar-default {
    border-color: #e9eaeb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0;
    width: 100%;
    min-height: 70px;
    /*padding: 10px 0;*/
    opacity: .95;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    background-color: rgba(255, 255, 255, 0.9);
    clear: both;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #333;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.25s ease-out 0s;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active{
    color: #fb5011;    
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fb5011;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fb5011;
    background-color: transparent;
}
.navbar-default .navbar-brand{
    font-weight: 700;
    color:#000;
    font-size: 30px;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
}
.navbar-brand{
    height: auto !important;
    padding: 5px 15px !important;
}
.navbar-brand img {
    width: 80px;
    height: auto;
}
.navbar-collapse .navbar-nav{
    margin-top: 1.5rem !important;
}
/*****************dropdowm menu********************/
.navbar .dropdown-menu {
    padding: 0px;
    margin: 0;
    min-width: 200px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}
.navbar .dropdown-menu li a {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #f5f5f5;
    padding: 6px 16px;
    line-height: 1.42857143;
    text-transform: capitalize;
}
.navbar .dropdown-menu > li:last-child a{
    border-bottom: none;
}

.dropdown-menu .label {
    margin-top: 6px;
}

.navbar .dropdown-menu li a:hover,
.navbar .dropdown-menu li a:focus
.navbar .dropdown-menu li a:active{
    background-color: #f5f5f5;
}

.navbar-nav > li > .dropdown-menu,
.navbar-nav .dropdown-submenu .dropdown-menu{
    border-top: 2px solid #fb5011;
    font-size: 13px;
    padding: 0px;
}
/*******Mega Menu***********/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .mega-menu.dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm  .yamm-content h3{
    font-size: 14px;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    color: #333;
    font-weight: 600;
    margin-left: 10px;
}
.dropdown-menu .yamm-content  li  a{
    padding: 6px 6px 6px 25px;
    border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu .yamm-content  li  a:after{
    top: 6px;
    left: 10px;
    font-size: 12px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    font-family: FontAwesome;
}
.dropdown-menu .yamm-content  li:last-child  a,
.dropdown-menu .yamm-content  li:last-child  a:hover{
    border-bottom: none;
}
.yamm-content  li  a:hover,
.yamm-content  li  a:focus,
.yamm-content  li  a:active{
    color: #fb5011;
}
/****************Dropdowm Submenu***************/
.dropdown-menu .dropdown-submenu{
    position: relative;
}
.dropdown-submenu .dropdown-menu{
    left: 100%;
    margin-left: 0;
    margin-top: -2px;
    top: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}
.dropdown-menu .dropdown-submenu > a:after{
    top: 7px;
    right: 9px;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.menu-search .search-icon{
    height: 20px;
    font-family: 'FontAwesome';
} 
.navbar-nav > li.menu-search > a{
    padding-bottom: 12px;
}
.menu-search .search-icon:before {
    content: "\f002";
    font-size: 17px;
}
.menu-search.open .search-icon:before {
    content: "\f00d";
    font-size: 20px;
}
.navbar-nav > li > a.dropdown-toggle:after{
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px;
}

/*********Button*********/

.btn {
    border-radius: 2px;
    cursor: pointer;
    font-weight: normal;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-default {
    background-color: #fff;
    border-color: #fb5011;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active{
    background-color: #fb5011;
    color:#fff;
    border-color:#fb5011;
}
.btn-transparent {
    background:transparent ;
    border-color: #fff;
    padding: 12px 35px;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active{
    background-color: #333;
    color:#fff;
    border-color:#333;
}
.btn-bg {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.btn-bg:hover,
.btn-bg:focus,
.btn-bg:active{
    background-color: #fb5011;
    border-color:#fb5011;
    color:#fff;
}
.btn-theme {
    background-color: #fb5011;
    border-color:#fb5011;
    color: #fff;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active{
    opacity: 2;
    color: #fff;
}
.btn-link:hover{
    color:#fb5011; 
}
/***********Pagination*******/
.pagination > li > a,
.pagination > li > span{
    color: #555;   
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{
    background-color: #fb5011;
    border-color: #fb5011;
    color: #fff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
    background-color: #fb5011;
    border-color: #fb5011;
}
/**********************************Breadcrumb***********************/
.breadcrumb-wrapper {
    padding: 30px 0;
    background-color: #f6f6f6;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
}
.breadcrumb-wrapper h1 {
    margin: 0px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.breadcrumb li, .breadcrumb li a {
    color: #333333;
    font-weight: 400;
    font-size: 14px;
}
.breadcrumb li:last-child {
    font-weight: 500;
}
/**************SLIDER*************/
.revslider-container{
    width:100%;
    position:relative;
    padding:0;

}
.revslider-banner{
    width:100%;
    position:relative;
}
.revslider-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}

/*****Slide Section*******/
.slide_wrap .flex-control-nav {
    bottom: 10px;
    z-index: 10;
}
/********Service Box********/
.services-box{
    text-align: center;
    padding: 15px;
    border:1px solid #eee;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}
.services-box .service-box-front {
    transform: rotateY(0deg);
    z-index: 1;    
}
.services-box .service-box-back ,.services-box .service-box-front {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275) 0s;
}
.services-box .service-box-back {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-180deg);
    width: 100%;
    z-index: -1;
    color: #fff;
}
.services-box .service-box-back h4{
    padding: 25px 10px 10px;
    color: #fff;
}
.services-box .service-box-back p{
    padding: 10px 15px;
    color: #fff;
}
.services-box:hover .service-box-back {
    transform: rotateY(0deg);
    z-index: 1;
    background: #fb5011;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: .8;
}
.services-box:hover .service-box-front {
    transform: rotateY(180deg);
    z-index: -1;
}
.services-box i{
    width:64px;
    height:64px;
    line-height:64px;
    font-size:30px;   
    text-align:center;
    color:#fb5011;
    margin-bottom: 15px;
    border:2px solid #fb5011;
    margin-bottom: 20px;
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    -o-border-radius: 50%; 
    border-radius: 50%; 
}
.services-box h4{
    color:#333;
    font-size: 18px;
    font-weight: 400;
}
/***************SERVICE BOX 2 ************/
.services-box2 i{
    background-color: #555;
    border-radius: 20px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
.services-box2 a:hover i{
    background-color: #fb5011;
}
/*******************form******************/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
    color: #7a7a7a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border-color: #bbb;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #fb5011;
}

/*******************Image Hover***************/
.image-wrapper{
    position: relative;
    overflow: hidden;
    display: block;
}
.image-overlay {
    text-align: center;
    opacity: 0;
    display: block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute; 

}
.image-overlay-caption-alignCenter {
    display: table;
    height: 100%;
    width: 100%;
}
.image-overlay-caption-alignCenter .control-icon {
    display: table-cell;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}
.image-overlay .control-icon a i {
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 2px;
    width: 35px;
    background: #fb5011;
}
.image-overlay .control-icon h3,.image-overlay .control-icon h4{
    color: #fff;
}
.image-wrapper:hover .image-overlay {
    opacity: 1;
}
.image-wrapper img{
    -webkit-transition:all 500ms linear; 
    -moz-transition:all 500ms linear; 
    -o-transition:all 500ms linear; 
    -ms-transition:all 500ms linear; 
    transition:all 500ms linear; 
}
.image-wrapper:hover img{
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1); 
}
.portfolio-item .image-wrapper:hover img{
    -moz-transform: scale(2) rotate(5deg);
    -webkit-transform: scale(2) rotate(5deg);
    -o-transform: scale(2) rotate(5deg);
    transform: scale(2) rotate(5deg);
}
/******Portfolio***********/
.filter-portfolio{
    margin-bottom: 50px;
    float: left;
}
.filter-portfolio li {
    display: inline-block;
    padding: 2px 20px;
    cursor: pointer;
    font-size: 14px;
    color: #8F8F8F;
    border: 2px solid #EFEFEF;
    border-radius: 2px;
    margin-left: 20px;
    line-height: 30px;
}
.filter-portfolio li:first-child{}
.filter-portfolio li:hover,
.filter-portfolio li.active{
    color: #fff;
    background: #fb5011;
    border: 2px solid #fb5011;
}
#work-grid .mix{
    display: none;
    opacity: 0;
}
.full-section {
    max-width: 100%;
}
.portfolio-item{
    margin-bottom: 40px;
}
.full-section .portfolio-item{
    margin: 0px;
    padding: 0px;
}
.portfolio-nospace.row{
    margin: 0px;
}
.portfolio-nospace .portfolio-item{
    margin: 0px;
    padding: 0px;
}
.portfolio-nospace .row{
    margin-left: 0px;
    margin-right: 0px;
}
.port-desc{
    padding:15px 0px;
}
.port-desc .port-cat{
    margin-bottom: 5px;
    display: block;
}
.portfolio-details ,.project-info{
    padding-top: 40px;
    padding-bottom: 40px;
}
.portfolio-details .port-title{
    color: #333;  
}
.portfolio-details .pager{margin-top: 20px;}
/**********Blog************/
.blog-details{
    float: left;
}
.blog-single .blog-details h2 {
    margin: 15px 0 15px;
    color: #333;
}
.blog-details h3 {
    margin: 15px 0 8px;
    line-height: 26px;
}
.blog-details h3 a{
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    text-transform: none;
}
.layout-3-column-with-sidebar .blog-details h3 a,.layout-4-column .blog-details h3 a{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    text-transform: none;
}
.layout-medium .blog-details h3{
    margin-top: 0px;
}
.blog-details p,
.meta-separator{
    font-size: 13px;
}
.meta-separator{
    padding: 0 5px;
}
.blog-meta {
    width: 100%;
    margin-bottom: 10px;
}
.blog-details .blog-desc {
    margin-bottom: 10px;
}
.blog-quote-inner{
    background-color: #fb5011;
    color: #fff;
    padding: 15px;
    position: relative;
    transition: all 0.2s linear 0s;
}
.blog-quote-inner p.blog-quote-text{
    color: #fff;
    font-weight: normal;
    font-size: 17px;
}
.blog-quote-inner:hover{
    background: #555;
    cursor: pointer;
}
.blog-full-width .blog-meta {
    margin-bottom: 10px;
    padding: 7px 0px;
    border-top: 1px solid #eee; 
    border-bottom:  1px solid #eee; 
}
.blog-full-width .blog-item{
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 40px;
    float: left;
}
.blog-large-item{
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 60px;
    padding-bottom: 40px;
    float: left;
    width: 100%;
    max-width: 100%;
}
/*************BLOG SINGLE**********/
.blog-single .post-content{
    padding: 10px 0;
}
.blog-single .blog-meta {
    margin-bottom: 10px;
    padding: 7px 0px;
    border-top: 1px solid #eee; 
    border-bottom:  1px solid #eee; 
}
.owl-btn{
    background: #f6f6f6;
    color: #555;
    cursor: pointer;
    font-size: 19px;
    padding: 2px 10px;
    text-align: center;
}
.owl-btn:hover{
    background: #fb5011;
    color: #fff;
}
.owl-navigation {
    position: relative;
    text-align: right;
    margin-bottom: 10px;
}
.related-post .heading-title h3,.related-portfolio .heading-title h3{
    margin-top: 0px;
    padding-bottom: 14px;
}
/*****************Pager********************/
.pager{
    margin: 0px;
    border-top: 1px solid #eee;
    border-bottom:1px solid #eee;
    padding: 5px 0;
}
.pager li > a,
.pager li > span{
    background: none;
    border: none;
}
.pager li > a:hover,
.pager li > a:focus{
    background: none;  
}
.pager > .previous > a:before{
    content: "\f104";
    font-family: FontAwesome;
    padding-right: 5px;
}
.pager > .next > a:after{
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 5px;
}
.label{
    font-size: 95%;
}
.highlight .label{
    line-height: 26px;
}
.element-buttons .btn,
.tooltip-wrap .btn,
.popover-wrap .btn{
    margin-bottom: 10px;
}
/**************Sidebar************/
.sidebar{
    margin-bottom: 15px;
}
.sidebar-box{
    padding: 15px 0;
}
.sidebar-box ul.list-unstyled li {
    padding: 6px 10px;
    border-bottom: 1px solid #eee;    
}
.sidebar-box ul.list-unstyled li:last-child {
    border-bottom: none;    
}
.sidebar-box ul.post-widgets li {
    padding:15px 10px;
}
.sidebar-box .post-widgets .post-image {
    float: left;
    margin-right: 10px;
    display: block;
}
.sidebar-box .post-widgets .post-image a img {
    height: 55px;
    width: 55px;
}

.sidebar-box ul.list-unstyled li > a:before{
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 14px;
    margin-left: -7px;
}
.sidebar-box .col-title{
    margin-bottom: 15px;
}
.sidebar-box .col-title h3,.sidebar-box h4{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}
.col-title span.col-line {
    background-color: #fb5011;
    display: block;
    height: 1px;
    margin: 5px 0;
    width: 60px;
}
.sidebar-box  .tagcloud a{
    background-color: #333;
    border-radius: 2px;
    color: #ffffff ;
    cursor: pointer;
    display: inline-block;
    font-size: 11px ;
    line-height: 22px;
    margin: 3px 0 0;
    padding: 5px 7px;
    text-transform: capitalize;
}
.sidebar-box .tagcloud a:hover {
    background-color: #fb5011;
}


/***********************progress-bar********************/
.progress{
    height: 28px;
}
.progress-bar{
    background-color: #fb5011;
    line-height: 28px;
    font-weight: 700;
}
.panel-heading a:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.panel-heading a.collapsed:after {
    content: "\f067";
    float: right;
}
.panel-group .panel-heading a {
    font-weight: normal;
    color: #333;
}
/************************PAGE*************/
.content-area{
    padding-top: 60px;
    padding-bottom: 60px;
}
.heading-title{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
}
.heading-title h2, .heading-title h3, .heading-title h4 {
    border-bottom: 1px solid #fb5011;
    display: inline-block;
    margin-bottom: -1px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    color: #333;

}
.about-me-wrapper {
    background: url("../images/existing/about-us.jpg") no-repeat fixed center top / cover rgba(0, 0, 0, 0);
    height: 380px;
    overflow: hidden;
    padding: 150px 0;
    position: relative;
    width: 100%;
}
.about-me-wrapper h1 ,.about-me-wrapper p{
    color: #fff;
}
.section-center-heading{
    text-align: center;
    margin-bottom: 40px;
}
.section-center-heading h2{
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section-center-heading span.heading-line {
    background-color: #fb5011;
    height: 1px;
    margin: auto;
    width: 80px;
    display: inline-block;
}
.section-center-heading p.lead{
    font-weight: normal;
    font-size: 19px;
}
p.dropcap:first-letter {
    color: #fb5011;
    display: inline-block;
    float: left;
    font-size: 60px;
    margin-right: 6px;
    padding: 1px 8px 4px 4px;
}
div.error-no {
    font-size: 1500%;
    line-height: 200px;
    color: #ddd;
}
.error-text{
    font-size: 40px;
    color: #333;
    font-weight: 100;
}
blockquote{
    border-color:#fb5011;
    background: #fafafa;
}

.comment-list{
    padding: 30px 0px;    
}
.comment-separate-bar{
    height: 1px;
    background: #eee;
    width: 100%;
}
.comment-list .avatar{
    float: left;
    height: 70px;
    width: 70px;
}
.comment-body{
    overflow: hidden;
    padding-left: 22px;
}
.comment-body .author{
    font-weight: 700;
    margin-bottom: 10px;
}
.comment-body .author h3{
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px
}
.comment-body .author .comment-date {
    color: #777;
    display: inline-block;
    margin: 0;
}
.comment-list .comment-body .meta {
    text-align: right;
}
.comment-list .comment-body .meta li.reply {
    float: left;
}
.bootstap-grid [class^="col-"] {
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2);
    padding-bottom: 10px;
    padding-top: 10px;
}

/***************Clients***********/
.client{
    margin: 0 2px;
}
.owl-theme .owl-controls {
    left: -45px;
    top: 45%;
}
.owl-carousel .owl-item .image-wrapper{
    margin: 0 2px;
}
/***************************Team******************/
.team-layout1 {
    padding: 3px 3px 0px;
    border: 1px solid #eee;
    text-align: center;
}
.team-layout1 li {
    padding: 0px;
}
.team-layout1 .person-desc{
    padding: 15px 5px 15px;
}
.team-layout1 .tm-name{
    margin-bottom: 5px;
}
.team-layout1 .tm-details{
    margin-bottom: 20px;
}
.team-layout2{
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}
.team-layout2 .person-desc {
    bottom: -60px;
    height: 60px;
    transition: bottom 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    position: absolute;
    z-index: 2;
    background-color: #282727;
    display: block;
    width: 100%;
    padding: 10px 30px;
}
.team-layout2:hover .person-desc {
    bottom: 0;
}
.team-layout2 .person-desc > span{
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
}
.team-layout2 .person-desc > .tm-name{
    color: #fff;
    font-weight: 400;
}

/***********************Tabs***************/
.tabs .nav-tabs li a{
    background: #f2f2f2;
    border-radius: 0;
    border-right: 1px solid #fff;
}
.tabs .nav-tabs li a:hover,
.tabs .nav-tabs li a:focus{
    background: #fff;
}
.tabs .nav-tabs li.active a,
.tabs .nav-tabs li.active a:hover,
.tabs .nav-tabs li.active a:focus{
    background: #fff;
    border-top: 1px solid #fb5011;
    border-bottom: 1px solid #ddd;

}
.tabs .tab-content{    
    border: 1px solid #ddd;
    border-top: none;
}
.tab-content .tab-pane{
    padding: 10px 5px;
}
/********************Testimonials*********/
.testimonial-text{
    padding: 10px 20px;
    background: #f2f2f2;
}
.testimonials-wrap .testimonial-author:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f6f6f6 transparent transparent;
    border-image: none;
    border-right: 10px solid transparent;
    border-style: solid;
    border-width: 10px;
    content: " ";
    height: 0;
    left: 30px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 0;
}
.testimonials-wrap .testimonial-author {
    padding: 10px 0 0 10px;
    position: relative;
}
/**************Price Table**********/
.pricing-table{
    text-align: center;
    margin-bottom: 30px;
}
.pricing-table h3 {
    padding: 20px;
    margin-bottom: 0px;
    background-color: #eee;
}
.pricing-table .most-popular h3 {
    background-color: #ddd;
    margin-top: -30px;
    padding-top: 30px;
}
.pricing-table .plan {
    border: 1px solid #ddd;
    transition: all 300ms ease 0s;
}
.pricing-table .plan:hover {
    transform: scale(1.04);
}
.pricing-table .most-popular {
    z-index: 2;
    top: -12px;
    border-width: 3px;
    padding: 30px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}
.pricing-table .buybtn {
    padding: 8px 20px;
    margin: 20px 0 0 0;  
}
.pricing-table ul {
    margin: 20px 0 0 0;
}
.pricing-table li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.pricing-table h3 span {
    display: block;
    font: bold 20px/100px Georgia;
    color: #777;
    background: #fff;
    border: 5px solid #fff;
    height: 100px;
    width: 100px;
    margin: 10px auto -65px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    margin-bottom: 0px;
}
/***********Contact Form*************/
#googlemapwrap{
    width: 100%;
    height: 410px;
}
.contact-form-list li{
    line-height: 22px;
    padding-bottom: 5px;
}
.contact-form-list li i{
    margin-right: 5px;
    font-size: 15px;
    font-weight: 700;
}
.sidebar-box ul.contact-form-list li > a:before{
    content: "";
}
.touch-list{
    padding: 0px;
}
.touch-list li{
    margin-bottom: 10px;
    border-bottom: none;
    float: left;
    list-style: none;
    padding: 0 3px;
}
.touch-list li a i{
    display: inline-block;
    text-align: center;
    width:35px;
    height: 35px;
    line-height: 35px;
    color:#fff;
    background: #333;
    border-radius: 2px; 
}
.touch-list li a:hover i{
    background: #fb5011;
}
/***************List******************/
ul.list-icon{
    list-style: none;
    padding: 0;
}
ul.list-icon li:before{
    font-family: FontAwesome;
    margin-right:  5px;
    font-size: 14px;
    color: #fb5011;
}
ul.list-icon li{
    padding: 2px 0;
}
.list-star li:before{content: "\f005";}
.list-times li:before {content: "\f00d";}
.list-trophy li:before {content: "\f091";}
.list-check-square li:before {content: "\f14a";}
.list-dot-circle-o li:before {content: "\f192";}
.list-check-circle li:before {content: "\f058";}
.list-check li:before {content: "\f00c";}
.list-heart-o li:before {content: "\f08a";}
.list-heart li:before {content: "\f004";}
.list-right li:before{content: "\f105";}
.list-plus-square li:before {content: "\f0fe";}
.list-question-circle li:before {content: "\f059";}
.list-info-circle li:before {content: "\f05a";}
.list-video-camera li:before {content: "\f03d";}
.list-arrow-circle-right li:before {content: "\f0a9";}
/*****************Extra****************/
.home-section {
    padding-top:60px;
    padding-bottom: 40px;
}
.gray-section{
    background: #f5f5f5;
}
.tcolor-cta-section{
    background-color: #fb5011;
    padding-top:40px;
    padding-bottom: 40px;
    color: #fff;
}
.tcolor-cta-section h2{color: #fff;}
.home-section#section-3{
    background-color: #f7f7f7;
    border: 1px solid #eee;
}
/*****************HOME 2************/
.home2-section {
    padding-top:60px;
    padding-bottom: 40px;
}
.gray-cta-section{
    border: 1px solid #eee;
    background-color: #f7f7f7;
    padding-top:60px;
    padding-bottom: 40px;
}
.gray-cta-section .btn-transparent{
    margin-top: 25px;
    border-color: #333;
}

.home2-section#section-5 .recent-posts-more{
    padding-left:  10px;
}

.parallax-section {
    background: url(../images/bg_9.jpg);
    background-repeat: repeat;
    padding-top: 100px;
    padding-bottom: 80px;
}
.counter-wrap{
    text-align: center;
}
.counter-wrap h3 {
    margin-bottom: 25px;
    font-size: 50px;
    font-weight: 400;
    color: #fff;
}
.counter-wrap h3 i {
    font-size: 40px;
    margin-right: 20px;
    color: #fb5011;
}
.counter-wrap h4 {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}
/*************HOME 3*************/
.home3-section{
    padding-top:60px;
    padding-bottom: 40px; 
}
.testimonials-big{
    background-color: #2A2029;
    color: #fff;
    padding: 80px 0; 
}
.testimonials-big-slider{
    position: relative;
}
.testimonials-big .author-img{
    max-width:90px;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.testimonials-big h4{
    color: #fff;
    font-weight: normal;
}
.testimonials-big .author{
    color: #fb5011;
    font-weight: bold;
    font-size: 17px; 
}
.testimonials-big ul li i{
    color: #fb5011;
}
.testimonials-big ul li i.fa-quote-left{
    margin-right: 5px;
}
.testimonials-big ul li i.fa-quote-right{
    margin-left: 5px;
}
.testimonials-big .flex-control-paging{
    position: relative;
    margin-top: 30px;
    bottom: auto;
}
.testimonials-big .flex-control-paging li a{
    background:  #fb5011;
    opacity: 0.7;
}
.testimonials-big .flex-control-paging li a.flex-active{
    background:  #fb5011;
    opacity: 1;
}
.home3-section#section-6{
    background-color: #555;
    padding-top:50px;
    padding-bottom: 50px;
    color: #fff;
}
.home3-section#section-6 .btn-transparent:hover,
.home3-section#section-6 .btn-transparent:focus,
.home3-section#section-6 .btn-transparent:active {
    background-color: #fb5011;
    border-color: #fb5011;
}

/***************HOME BLOG*************/
.homeblog-section{
    padding-top:60px;
    padding-bottom: 40px; 
}
.homeblog-section#section-1{
    border: 1px solid #eee;
    background-color: #f7f7f7;
}
.homeblog-section#section-1 .btn-transparent{
    margin-top: 25px;
    border-color: #333;
}
.text-color{
    color: #fb5011;
}
.text-color:hover{
    color: #555;
    cursor: pointer;
}
.font-awesome-list i{
    font-size: 30px;
}
/**************Social Share Button************/
.social-list li{
    padding: 0;
}
.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}
.social-icon:hover {
    border-color: transparent;
}

.social-icon i {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 40px;
    position: relative;
}
.social-icon i:last-child {
    color: #FFF !important;
}

.social-icon:hover i:first-child {
    margin-top: -40px;
}

/** Large **/
.social-icon-lg {
    width: 60px !important;
    height: 60px !important;
    font-size: 30px !important;
    line-height: 60px !important;
}
.social-icon-lg i {
    line-height: 60px !important;
}
.social-icon-lg:hover i:first-child {
    margin-top: -60px;
}

/** Small **/
.social-icon-sm {
    width: 30px !important;
    height: 30px !important;
    font-size: 18px !important;
    line-height: 30px !important;
}
.social-icon-sm i {
    line-height: 30px !important;
}
.social-icon-sm:hover i:first-child {
    margin-top: -30px;
}
.si-border-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.si-gray {
    background: #f3f3f3;
    border: 0px;
}
.si-dark {
    background-color: #333;
    border: 0px !important;
    color: #fff !important;
}

/**icons hover colored**/
social-list li a i{
    display: inline-block;
    text-align: center;
    width:32px;
    height: 32px;
    line-height: 32px;
    color:#fff;
    margin-bottom: 10px;
}
.si-colored-facebook, .si-facebook:hover {
    background-color: #3B5998 !important;
}

.si-colored-twitter, .si-twitter:hover {
    background-color: #00ACEE !important;
}

.si-colored-google-plus, .si-google-plus:hover {
    background-color: #DD4B39 !important;
}

.si-colored-skype, .si-skype:hover {
    background-color: #00AFF0 !important;
}

.si-linkedin:hover, .si-colored-linkedin {
    background-color: #0E76A8 !important;
}

.si-pin:hover, .si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-rss:hover, .si-colored-rss {
    background-color: #EE802F !important;
}

.si-pinterest:hover, .si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-tumblr:hover, .si-colored-tumblr {
    background-color: #34526F !important;
}

.si-vimeo:hover, .si-colored-vimeo {
    background-color: #86C9EF !important;
}

.si-digg:hover, .si-colored-digg {
    background-color: #191919 !important;
}

.si-instagram:hover, .si-colored-instagram {
    background-color: #3F729B !important;
}

.si-flickr:hover, .si-colored-flickr {
    background-color: #FF0084 !important;
}

.si-paypal:hover, .si-colored-paypal {
    background-color: #00588B !important;
}

.si-yahoo:hover, .si-colored-yahoo {
    background-color: #720E9E !important;
}

.si-android:hover, .si-colored-andriod {
    background-color: #A4C639 !important;
}

.si-appstore:hover, .si-colored-apple {
    background-color: #000 !important;
}

.si-dropbox:hover {
    background-color: #3D9AE8 !important;
}

.si-dribbble:hover, .si-colored-dribbble {
    background-color: #EA4C89 !important;
}

.si-soundcloud:hover, .si-colored-soundcoloud {
    background-color: #F70 !important;
}

.si-xing:hover, .si-colored-xing {
    background-color: #126567 !important;
}

.si-phone:hover, .si-colored-phone {
    background-color: #444 !important;
}

.si-behance:hover, .si-colored-behance {
    background-color: #053eff !important;
}

.si-github:hover, .si-colored-github {
    background-color: #171515 !important;
}

.si-stumbleupon:hover, .si-colored-stumbleupon {
    background-color: #F74425 !important;
}

.si-email:hover, .si-colored-email {
    background-color: #6567A5 !important;
}

.si-wordpress:hover, .si-colored-wordpress {
    background-color: #1E8CBE !important;
}

.social-shortcodes .left-heading {
    font-size: 30px;
    text-transform: uppercase;
}
/**************************footer*****************************************/
#footer{
    padding-top: 40px;
    padding-bottom: 10px;
    border-top: 7px solid #eeefef;
    background-color: #474c4c;
    color:#eee;
}
.footer-col{
    margin-bottom: 20px;
}
.footer-col h3{
    color:#fff;
    margin-bottom: 20px;
    font-size: 18px;
}
.footer-col h3:first-letter{
    border-bottom: 5px solid #fb5011;
}
.footer-col p{
    font-size: 13px;
}
.footer-col hr{
    border-color:#013558;
}
.footer-col ul li {
    border-bottom: 1px solid #555;
    padding: 5px 4px;
}
.footer-col ul li:last-child,
.footer-col .social-list li,
.footer-col .contact-form-list li{
    border-bottom: none;
}
.footer-col ul li a {
    color: #eee;
    font-size: 13px;
}
.footer-col ul li a:hover,
.footer-col ul li a:focus{
    color: #fb5011;
}
.portfolio-widget-wrap .recent-work{
    padding: 0px;    
}
.footer-btm{
    padding: 12px 0;    
    background-color: #3c4140;
    border-bottom: 7px solid #fb5011;
    color: #999;
}
.footer-btm p{
    margin: 5px;
    color:#FFF;
    font-weight: bold;
}
.footer-btm .footer-social-links{
    display: inline-block;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-social-links ul{
    margin: 0px;
    float: right;
       
}
.footer-social-links li{
    float: left;
    margin-right: 5px;
}
.footer-social-links li a i {
    background-color: #333;
    border-radius: 100%;
    color: #999;
    height: 24px;
    line-height: 24px;
    text-align: center;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 24px;
}
.footer-social-links li a i:hover {
    background-color: #727272;
    color: #fff;
}
.footer-btm .copy-right{
    padding: 5px;
    float: left;
}

/****************Responsive*********/
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
        color: #fb5011;
        background-color: #f9f9f9;
    }
    .navbar-nav > li > a.dropdown-toggle:after{
        right: 15px;
        position: absolute;
    }
    .navbar-nav{
        margin-bottom: 0px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu {
        border: none;
    }
    .navbar-default .navbar-nav .dropdown-menu .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu {
        border: none;
    }
    .navbar-default .navbar-nav > li a,
    .navbar-default .navbar-nav > li a:hover,
    .navbar-default .navbar-nav > li a:active,
    .navbar-default .navbar-nav > li a:focus{
        border-bottom: 1px solid #eee;
    }
    .dropdown-menu .dropdown-submenu > a:after{
        content: "";
    }
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
@media (min-width: 768px) {
    .navbar-default .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }
    .navbar-right .dropdown-menu {
        top: 60px;
    }
    .navbar-right .dropdown-submenu .dropdown-menu {
        top: 0px;
    }
}
@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}
@media (max-width: 568px) {
    .footer-btm{
        text-align: center;
    }
    .footer-btm .footer-social-links{
        padding-top: 8px;
    }
    .footer-btm .footer-social-links,.footer-btm .copy-right{
        float: none
    }
}
.narrow-box .wrapper{
    margin:auto;
    max-width:1170px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    background:#fff;
}
.narrow-box .navbar.navbar-default.navbar-static-top{
    max-width:1170px;
    margin: 0 auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 10px;
}
.read-more{
    color: #fff !important;
}
.text-justify{
    text-align: justify;
}
.courses li{
    list-style-type: none;
}
.courses-table th, .courses-table td{
    padding: 10px;
}
.contact-us-wrapper {
    background: url("../images/existing/contactus.jpg") no-repeat fixed center top / cover rgba(0, 0, 0, 0);
    height: 380px;
    overflow: hidden;
    padding: 150px 0;
    position: relative;
    width: 100%;
}
.services-box2 .cert-affiliation.extra-logos{
    float: left;
    width: 32%;
}
.services-box2 .cert-affiliation img{
    max-width: 150px;
    margin-right: 10px;
    display: inline-block;
}
.text-center{
    text-align: center;
}